[
  {
    "path": ".gitignore",
    "content": "__pycache__\nlogs\noutputs\ncache\n\n"
  },
  {
    "path": "LICENSE",
    "content": "MIT License\n\nCopyright (c) 2022 THUIAR\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n"
  },
  {
    "path": "README.md",
    "content": "# TEXT Open Intent Recognition (TEXTOIR)\n\nTEXTOIR is the first high-quality Text Open Intent Recognition platform. This repo contains a convenient toolkit with extensible interfaces, integrating a series of state-of-the-art algorithms of two tasks (open intent detection and open intent discovery). We also release the pipeline framework and the visualized platform in the repo [TEXTOIR-DEMO](https://github.com/thuiar/TEXTOIR-DEMO). \n\n\n## Introduction\nTEXTOIR aims to provide a convenience toolkit for researchers to reproduce the related text open classification and clustering methods. It contains two tasks, which are defined as open intent detection and open intent discovery. Open intent detection aims to identify n-class known intents, and detect one-class open intent. Open intent discovery aims to leverage limited prior knowledge of known intents to find fine-grained known and open intent-wise clusters. Related papers and codes are collected in our previous released [reading list](https://github.com/thuiar/OKD-Reading-List).\n\nOpen Intent Recognition:  \n![Example](figs/Intro.png \"Example\")\n\n## Updates 🔥 🔥 🔥 \n\n| Date \t| Announcements \t|\n|-\t|-\t|\n| 12/2023  | 🎆 🎆 New paper and SOTA in Open Intent Discovery. Refer to the directory [USNID](./open_intent_discovery/examples/run_semi_usnid.sh) for the codes. Read the paper -- [A Clustering Framework for Unsupervised and Semi-supervised New Intent Discovery (Published in IEEE TKDE 2023)](https://ieeexplore.ieee.org/document/10349963).  |\n| 04/2023  | 🎆 🎆 New paper and SOTA in Open Intent Detection. Refer to the directory [DA-ADB](./open_intent_detection/examples/run_DA-ADB.sh) for the codes. Read the paper -- [Learning Discriminative Representations and Decision Boundaries for Open Intent Detection (Published in IEEE/ACM TASLP 2023)](https://ieeexplore.ieee.org/document/10097558).  |\n| 09/2021 \t| 🎆 🎆 The first integrated and visualized platform for text Open Intent Recognition TEXTOIR has been released. Refer to the directory [TEXTOIR-DEMO](https://github.com/thuiar/TEXTOIR-DEMO) for the demo codes. Read our paper [TEXTOIR: An Integrated and Visualized Platform for Text Open Intent Recognition (Published in ACL 2021)](https://aclanthology.org/2021.acl-demo.20.pdf).\t|\n| 05/2021 \t| New paper and baselines DeepAligned in Open Intent Discovery have been released. Read our paper [Discovering New Intents with Deep Aligned Clustering (Published in AAAI 2021)](https://ojs.aaai.org/index.php/AAAI/article/view/17689). \t|\n| 05/2021 \t| New paper and baselines ADB in Open Intent Detection have been released. Read our paper [Deep Open Intent Classification with Adaptive Decision Boundary (Published in AAAI 2021)](https://ojs.aaai.org/index.php/AAAI/article/view/17690). \t|\n| 05/2020 \t| New paper and baselines CDAC+ in Open Intent Discovery have been released. Read our paper [Discovering New Intents via Constrained Deep Adaptive Clustering with Cluster Refinement (Published in AAAI 2020)](https://ojs.aaai.org/index.php/AAAI/article/view/6353). \t|\n| 07/2019 \t| New paper and baselines DeepUNK in Open Intent Detection have been released. Read our paper [Deep Unknown Intent Detection with Margin Loss (Published in ACL 2019)](https://aclanthology.org/P19-1548). \t|\n---------------------------------------------------------------------------\n\n **We strongly recommend you to use our TEXTOIR toolkit, which has standard and unified interfaces (especially data setting) to obtain fair and persuable results on benchmark intent datasets!**\n \n## Benchmark Datasets\n\n| Datasets | Source |\n| :---: | :---: |\n| [BANKING](./data/banking) | [Paper](https://aclanthology.org/2020.nlp4convai-1.5/) |\n| [OOS](./data/oos) / [CLINC150](./data/clinc) | [Paper](https://aclanthology.org/D19-1131/) |\n| [StackOverflow](./data/stackoverflow) | [Paper](https://aclanthology.org/W15-1509.pdf) |\n\n## Integrated Models\n### Open Intent Detection\n\n| Model Name | Source | Published |\n| :---: | :---: | :---: |\n| [OpenMax*](./open_intent_detection/examples/run_OpenMax.sh) | [Paper](https://openaccess.thecvf.com/content_cvpr_2016/papers/Bendale_Towards_Open_Set_CVPR_2016_paper.pdf) [Code](https://github.com/abhijitbendale/OSDN) | CVPR 2016 |\n| [MSP](./open_intent_detection/examples/run_MSP.sh) | [Paper](https://arxiv.org/pdf/1610.02136.pdf) [Code](https://github.com/hendrycks/error-detection) | ICLR 2017 |\n| [DOC](./open_intent_detection/examples/run_DOC.sh) | [Paper](https://aclanthology.org/D17-1314.pdf) [Code](https://github.com/leishu02/EMNLP2017_DOC) | EMNLP 2017 |\n| [DeepUnk](./open_intent_detection/examples/run_DeepUnk.sh) | [Paper](https://aclanthology.org/P19-1548.pdf) [Code](https://github.com/thuiar/DeepUnkID) | ACL 2019 |\n| [SEG](./open_intent_detection/examples/run_SEG.sh) | [Paper](https://aclanthology.org/2020.acl-main.99) [Code](https://github.com/fanolabs/0shot-classification) | ACL 2020 |\n| [ADB](./open_intent_detection/examples/run_ADB.sh) | [Paper](https://ojs.aaai.org/index.php/AAAI/article/view/17690) [Code](https://github.com/thuiar/Adaptive-Decision-Boundary) | AAAI 2021 |\n| [(K+1)-way](./open_intent_detection/examples/run_K+1-way.sh) | [Paper](https://aclanthology.org/2021.acl-long.273) [Code](https://github.com/fanolabs/out-of-scope-intent-detection) | ACL 2021 |\n| [MDF](./open_intent_detection/examples/run_MDF.sh) | [Paper](https://aclanthology.org/2021.acl-long.85.pdf) [Code](https://github.com/rivercold/BERT-unsupervised-OOD) | ACL 2021 |\n| [ARPL*](./open_intent_detection/examples/run_ARPL.sh) | [Paper](https://ieeexplore.ieee.org/document/9521769) [Code](https://github.com/iCGY96/ARPL) | IEEE TPAMI 2022 |\n| [KNNCL](./open_intent_detection/examples/run_KNNCL.sh) | [Paper](https://aclanthology.org/2022.acl-long.352/) [Code](https://github.com/zyh190507/KnnContrastiveForOOD) | ACL 2022 |\n| [DA-ADB](./open_intent_detection/examples/run_DA-ADB.sh) | [Paper](https://ieeexplore.ieee.org/document/10097558) [Code](https://github.com/thuiar/TEXTOIR) | IEEE/ACM TASLP 2023 |\n\n### New Intent Discovery\n\n| Setting | Model Name | Source | Published |\n| :---: | :---: | :---: | :---: |\n| Unsupervised | [KM](./examples/run_KM.sh) | [Paper](https://www.cs.cmu.edu/~bhiksha/courses/mlsp.fall2010/class14/macqueen.pdf) | BSMSP 1967 |\n| Unsupervised | [AG](./examples/run_AG.sh) | [Paper](https://www.sciencedirect.com/science/article/abs/pii/0031320378900183) | PR 1978 |\n| Unsupervised | [SAE-KM](./examples/run_SAE.sh) | [Paper](https://www.jmlr.org/papers/volume11/vincent10a/vincent10a.pdf)  | JMLR 2010|\n| Unsupervised | [DEC](./examples/run_DEC.sh) | [Paper](http://proceedings.mlr.press/v48/xieb16.pdf) [Code](https://github.com/piiswrong/dec) | ICML 2016 |\n| Unsupervised | [DCN](./examples/run_DCN.sh) | [Paper](http://proceedings.mlr.press/v70/yang17b/yang17b.pdf) [Code](https://github.com/xuyxu/Deep-Clustering-Network) | ICML 2017 |\n| Unsupervised | [CC](./examples/run_CC.sh) | [Paper](https://yunfan-li.github.io/assets/pdf/Contrastive%20Clustering.pdf) [Code](https://github.com/Yunfan-Li/Contrastive-Clustering) | AAAI 2021 |\n| Unsupervised | [SCCL](./examples/run_SCCL.sh) | [Paper](http://proceedings.mlr.press/v70/yang17b/yang17b.pdf) [Code](https://github.com/xuyxu/Deep-Clustering-Network) | NAACL 2021 |\n| Unsupervised | [USNID](./examples/run_unsup_usnid) | [Paper](https://ieeexplore.ieee.org/document/10349963) [Code](https://github.com/thuiar/TEXTOIR/tree/main/open_intent_discovery) |   IEEE TKDE 2023 |\n| Semi-supervised | [KCL*](./examples/run_KCL.sh) | [Paper](https://openreview.net/pdf?id=ByRWCqvT-) [Code](https://github.com/GT-RIPL/L2C) | ICLR 2018 |\n| Semi-supervised | [MCL*](./examples/run_MCL.sh) | [Paper](https://openreview.net/pdf?id=SJzR2iRcK7) [Code](https://github.com/GT-RIPL/L2C) | ICLR 2019 |\n| Semi-supervised | [DTC*](./examples/run_DTC.sh) | [Paper](https://www.robots.ox.ac.uk/~vgg/research/DTC/files/iccv2019_DTC.pdf) [Code](https://github.com/k-han/DTC) | ICCV 2019 |\n| Semi-supervised | [CDAC+](./examples/run_CDACPlus.sh) | [Paper](https://ojs.aaai.org/index.php/AAAI/article/view/6353) [Code](https://github.com/thuiar/CDAC-plus) | AAAI 2020 |\n| Semi-supervised | [DeepAligned](./examples/run_DeepAligned.sh) | [Paper](https://ojs.aaai.org/index.php/AAAI/article/view/17689) [Code](https://github.com/thuiar/DeepAligned-Clustering) | AAAI 2021 |\n| Semi-supervised | [GCD](./examples/run_GCD.sh) | [Paper](https://www.robots.ox.ac.uk/~vgg/research/gcd/) [Code](https://github.com/sgvaze/generalized-category-discovery) | CVPR 2022 |\n| Semi-supervised | [MTP-CLNN](./examples/run_MTP_CLNN.sh) | [Paper](https://aclanthology.org/2022.acl-long.21.pdf) [Code](https://github.com/fanolabs/NID_ACLARR2022) | ACL 2022 |\n| Semi-supervised | [USNID](./examples/run_semi_usnid.sh) | [Paper](https://ieeexplore.ieee.org/document/10349963) [Code](https://github.com/thuiar/TEXTOIR/tree/main/open_intent_discovery) |  IEEE TKDE 2023 |\n\n\n(* denotes the CV model replaced with the BERT backbone)\n\n## Quick Start\n1. Use anaconda to create Python (version >= 3.6) environment\n```\nconda create --name textoir python=3.6\nconda activate textoir\n```\n\n2. Install PyTorch (Cuda version 11.2)\n```\nconda install pytorch torchvision torchaudio cudatoolkit=11.0 -c pytorch -c conda-forge  \n```\n3. Clone the TEXTOIR repository, and choose the task (Take open intent detection as an example).\n```\ngit clone git@github.com:thuiar/TEXTOIR.git\ncd TEXTOIR\ncd open_intent_detection\n```\n4. Install related environmental dependencies\n```\npip install -r requirements.txt\n```\n5. Run examples (Take ADB as an example)\n```\nsh examples/run_ADB.sh\n```\n\n* Note that if you cannot download the pre-trained model directly from HuggingFace transformers, you need to download it yourself. We provide the pre-trained bert model in the following link:  \n[Baidu Cloud Drive](https://pan.baidu.com/s/1k1zxK4xh0UyPhOU_-oPlow) with code: v8tk\n\n## Extensibility\n\nThis toolkit is extensible and supports adding new methods, datasets, configurations, backbones, dataloaders, losses conveniently. More detailed information can be seen in the tutorials of the directories [open_intent_detection](./open_intent_detection/README.md) and [open_intent_discovery](./open_intent_discovery/README.md). \n\n<!-- ### Extensibility\nThis toolkit is extensible and supports adding new methods, datasets, configurations, backbones, dataloaders, losses conveniently. More detailed information can be seen in the directory [open_intent_detection](./open_intent_detection/README.md) and [open_intent_discovery](./open_intent_discovery/README.md) respectively. \n\n### Reliability\nThe codes in this repo have been confirmed and are reliable. \n\nThe experimental results are close to the reported ones in our AAAI 2021 papers [Discovering New Intents with DeepAligned Clustering](https://ojs.aaai.org/index.php/AAAI/article/view/17689) and [Deep Open Intent Classification with Adaptive Decision Boundary](https://ojs.aaai.org/index.php/AAAI/article/view/17690). Note that the results of some methods may fluctuate in a small range due to the selected random seeds, hyper-parameters, optimizers, etc. The final results are the average of 10 random seeds to reduce the influence of different selected known classes. -->\n\n## Citations\n\nIf this work is helpful, or you want to use the codes and results in this repo, please cite the following papers:\n\n* [TEXTOIR: An Integrated and Visualized Platform for Text Open Intent Recognition](https://aclanthology.org/2021.acl-demo.20/)\n* [Learning Discriminative Representations and Decision Boundaries for Open Intent Detection](https://ieeexplore.ieee.org/document/10097558)\n* [A Clustering Framework for Unsupervised and Semi-supervised New Intent Discovery](https://ieeexplore.ieee.org/document/10349963)\n\n```\n@inproceedings{zhang-etal-2021-textoir,\n    title = \"{TEXTOIR}: An Integrated and Visualized Platform for Text Open Intent Recognition\",\n    author = \"Zhang, Hanlei  and Li, Xiaoteng  and Xu, Hua  and Zhang, Panpan and Zhao, Kang  and Gao, Kai\",\n    booktitle = \"Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing: System Demonstrations\",\n    pages = \"167--174\",\n    year = \"2021\",\n    url = \"https://aclanthology.org/2021.acl-demo.20\",\n    doi = \"10.18653/v1/2021.acl-demo.20\",\n}\n```\n```\n@article{DA-ADB, \n    title = {Learning Discriminative Representations and Decision Boundaries for Open Intent Detection},  \n    author = {Zhang, Hanlei and Xu, Hua and Zhao, Shaojie and Zhou, Qianrui}, \n    journal = {IEEE/ACM Transactions on Audio, Speech, and Language Processing},  \n    volume = {31},\n    pages = {1611-1623},\n    year = {2023}, \n    doi = {10.1109/TASLP.2023.3265203} \n} \n```\n```\n@ARTICLE{USNID,\n  author={Zhang, Hanlei and Xu, Hua and Wang, Xin and Long, Fei and Gao, Kai},\n  journal={IEEE Transactions on Knowledge and Data Engineering}, \n  title={A Clustering Framework for Unsupervised and Semi-supervised New Intent Discovery}, \n  year={2023},\n  doi={10.1109/TKDE.2023.3340732}\n} \n```\n\n\n## Contributors\n\n[Hanlei Zhang](https://github.com/HanleiZhang), [Shaojie Zhao](https://github.com/MurraryZhao), [Xin Wang](https://github.com/mrFocusXin), [Ting-En Lin](https://github.com/tnlin), [Qianrui Zhou](https://github.com/zhougr18), [Huisheng Mao](https://github.com/FlameSky-S). \n\n## Bugs or questions?\n\nIf you have any questions, please open issues and illustrate your problems as detailed as possible. If you want to integrate your method in our repo, please feel free to **pull request**!\n"
  },
  {
    "path": "__init__.py",
    "content": "'''\nText Open Intent Recognition (TEXTOIR) toolkit @THUIAR.\n\nIf you use this code, please cite the following paper:\n@inproceedings{zhang-etal-2021-textoir,\n    title = \"{TEXTOIR}: An Integrated and Visualized Platform for Text Open Intent Recognition\",\n    author = \"Zhang, Hanlei  and\n      Li, Xiaoteng  and\n      Xu, Hua  and\n      Zhang, Panpan  and\n      Zhao, Kang  and\n      Gao, Kai\",\n    booktitle = \"Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing: System Demonstrations\",\n    year = \"2021\",\n    pages = \"167--174\",\n}\n'''"
  },
  {
    "path": "data/banking/dev.tsv",
    "content": "text\tlabel\nCould you please explain why I received a message that my transfer is not possible? I've never had any problems making a transfer in the past.\tbeneficiary_not_allowed\nHow did you guys get your exchange rate?\texchange_rate\nI am still waiting on my card?\tcard_arrival\nWhy is the purchase I made this morning still pending?\tpending_card_payment\nI made a mistake and need to cancel a transfer.\tcancel_transfer\nHow can I request cash back? The ATM just gave me a different amount than what I've been actually charged though...\twrong_amount_of_cash_received\nI think a fee was applied for paying with a card.\tcard_payment_fee_charged\nHow long does it take for a cash withdrawal to show?\tpending_cash_withdrawal\nI attempted a transfer, but it failed.\tfailed_transfer\nHow do you decide what the exchange rates are?\texchange_rate\nwhat steps do i do to get a real card\torder_physical_card\nFees for currency exchange\texchange_charge\nIs it possible to obtain both a Visa and a Mastercard from you?\tvisa_or_mastercard\nwhy was a extra fee added to my account for transfer ?\ttransfer_fee_charged\nI am not happy with your company. Please delete my account asap.\tterminate_account\nWhy did I not get the amount I specified at the ATM?\twrong_amount_of_cash_received\nWhy can't I withdraw cash from this ATM?\tdeclined_cash_withdrawal\nAm I able to get both a Visa and MasterCard from you?\tvisa_or_mastercard\nI am not satisfied with your company.  Close my account.\tterminate_account\nHow can I exchange currencies in the app?\texchange_via_app\nHow do I modify my account details?\tedit_personal_details\nWill I be fined for topping up by transfer?\ttop_up_by_bank_transfer_charge\nI want to top up by card, what do you support?\tsupported_cards_and_currencies\nTell me how to renew my new card?\tactivate_my_card\nThe card can be used at which ATMs?\tatm_support\nCan i choose a specific delivery date?\tcard_delivery_estimate\nwant to know where funds come from\tverify_source_of_funds\nMy card isn't working at all, I need assistance. It's really frustrating.\tcard_not_working\nMy Netflix subscription says that there is an issue with my card information, but I thought everything was fine. Why would it be declined?\tcard_not_working\nWhy was I charged $1 in a transaction?\textra_charge_on_statement\nWhy are all my transfers failing?  I have the details right and they won't complete.  I've been trying all day and they still won't go through, this is URGENT, please help.\tdeclined_transfer\nCan I add money to top up my account via a bank transfer?\ttransfer_into_account\nI thought you offer crypto top up but it doesn't seem to be right ? Money just disappeared from my account, How it would work ?\ttop_up_reverted\nWhere do you get those exchange rates?\texchange_rate\nThe seller just told me he didn't get paid. After reviewing my account it did subtract the balance but now it has added it back to my account. I need you to please take care of this promptly.\treverted_card_payment?\nHow do I sign up for a card if I'm in America?\tcountry_support\nCan I get spare cards?\tgetting_spare_card\nI've transferred money into my account but the balance is the same\tbalance_not_updated_after_bank_transfer\nI haven't received my transfer funds yet, where are they?\tpending_transfer\nI want to change my account details.\tedit_personal_details\nI'm getting concerned here.  I sent a friend some money and she isn't seeing it.  What's going on?\ttransfer_not_received_by_recipient\nMy card payment is just showing up as pending since forever, what's going on with that, when should it be going through?\tpending_card_payment\nThere is a payment with my card which i definitely did not make by me .Never seen that it before.\tcard_payment_not_recognised\nHow much will I be charged for exchanging foreign currency\texchange_charge\nI have lost my credit card in the ATM!\tcard_swallowed\nI recently made a transfer that I would like to cancel\tcancel_transfer\nMy card needs to be topped up.\ttopping_up_by_card\nWhy was I denied the option to transfer money to a selected beneficiary?\tbeneficiary_not_allowed\nI live in the EU, can I get one of your cards?\tcountry_support\nCan I use this app for both USD and GBP?\texchange_via_app\nWhat do I need to see my source of money?\tverify_source_of_funds\nHelp! My card isn't working at the ATM and I know I used the right PIN. Trying to get my money.\tdeclined_cash_withdrawal\nWhy does my transfer say it is pending?\tpending_transfer\nSomeone withdrew money from my account, and it wasn't me.\tcash_withdrawal_not_recognised\nHow do I shut down my account and get out of this company?\tterminate_account\nHow long do I have  to wait for my transaction to be completed?\ttransfer_not_received_by_recipient\nWill you be able to exchange to EUR?\tfiat_currency_support\nHello, I have noticed a problem on my recent withdrawal at the banks atm machine.  I made a transaction and upon receiving my funds from the machine, a fee was assessed to my withdrawal.  Are these types of transactions free of charge?\tcash_withdrawal_charge\nHow can many disposable cards can I have per day?\tdisposable_card_limits\nIs there a specific source that the exchange rate for the transfer I'm planning on making is pulled from?\texchange_rate\nI want to use a payment card to top up my account. How can I do this?\tsupported_cards_and_currencies\nI can't get the card itself to work.\tcard_not_working\nI want a refund on the things i bought\trequest_refund\nIn reviewing my statement, I show I have two charges for the same purchase at the same time, which I have not made in duplicate? How do I get this solved?\ttransaction_charged_twice\nI made a card payment, but it has been declined?\tdeclined_card_payment\nWhat are the fees for using transfer to top off my account?\ttop_up_by_bank_transfer_charge\nDo you have an auto-top function and how do I use it if so?\tautomatic_top_up\nHow can I find an ATM that accepts this card?\tatm_support\nI wanted to buy something online yesterday, but I could not because the card got declined on the day of and the following day. What is wrong with the card?\tdeclined_transfer\nI have the cash already, my account still shows up as pending.  How can my account be still pending?\tpending_cash_withdrawal\nDo you know when the withdrawal will show?\tpending_cash_withdrawal\nHow much can I top up on my card?\ttop_up_limits\nIs topping up unlimited?\ttop_up_limits\nCan you tell me what I need to do to have my pin changed?\tchange_pin\nwhat is this extra charge for a withdrawal?\tcash_withdrawal_charge\nhow to recover my passcode\tpasscode_forgotten\nThe transfer finally worked, but how long does it stay pending?\tpending_transfer\nWhere do I go to unblock my PIN?\tpin_blocked\nWhy did my credit card get declined for top up?\ttop_up_failed\nA transfer was not allowed to an account.\tbeneficiary_not_allowed\nPayment I did not make.\tcard_payment_not_recognised\nI couldn't pay with card in a shop\tdeclined_card_payment\nI was trying to top up my account and it isn't working\ttop_up_failed\nIm not sure if a seller is giving me my money back! I asked them to refund my money for the item but It's been a week now and still nothing has been given back to me. Can you resolve this for me?\tRefund_not_showing_up\nDo I need to use a limit on top-ups?\ttop_up_limits\nHow can I find out why my transfer didn't go through?\tfailed_transfer\nI made a card payment but it didn't work. Why not?\tdeclined_card_payment\nHow much is it to use my US debit or credit card to top up?\ttop_up_by_card_charge\nDo you support direct deposits from my employer?\treceiving_money\nMy wallet is empty even though I topped it up an hour ago.\ttopping_up_by_card\nI haven't received my PIN yet. Do I need to get it from you?\tget_physical_card\nCan I top up my balance with a cheque?\ttop_up_by_cash_or_cheque\nHow long does it take for me to get my new card?\tcard_arrival\n\"Hi, I had an issue with my card payment and It shows on my account that my payment went through. Then I got contacted from the seller saying \"\"they did not receive my payment\"\" then the payment was returned to my account. so I would like to see why it did that please.\"\treverted_card_payment?\nI see a direct debit payment on my statement that wasn't me\tdirect_debit_payment_not_recognised\nCan I have another card in addition to my first one?\tgetting_spare_card\nI'm not certain my top-up went through yet.\tpending_top_up\ncan I link a card of yours I already have?\tcard_linking\nHow much would I be charged for a transfer?\ttop_up_by_bank_transfer_charge\nMy pin isn't here yet\tget_physical_card\nMy card wants to be topped what do you guys support?\tsupported_cards_and_currencies\nI am having trouble transferring money to a beneficiery.\tbeneficiary_not_allowed\nWhere did my extra fee for the transfer come from?\ttransfer_fee_charged\nI need help right now. I realize I sent my payment to the wrong account number after making a typo. Please cancel the transfer now since I can't do it from the app.\tcancel_transfer\nWhy have I been charged an extra pound?\textra_charge_on_statement\nSalary in GBP has been received. Does it need to be configured into another place?\treceiving_money\nGive me a refund\trequest_refund\nDo i have to top-up with my credit card before I can transfer?\ttopping_up_by_card\nCan you do exchanges of EUR?\tfiat_currency_support\nWhy can't I transfer to another account?\tbeneficiary_not_allowed\nWhat is the process for activating my card and using it?\tactivate_my_card\nWhy can't I see my top up?\ttopping_up_by_card\nThere's a payment showing in the app today even though I have not used my card at all. I want a refund.\tdirect_debit_payment_not_recognised\nIs the ATM broken? I can't get cash from it.\tdeclined_cash_withdrawal\nHow can I check to see where my funds come from?\tverify_source_of_funds\nI punched in the wrong pin too many times and I'm locked out.\tpin_blocked\nHow to receive virtual card?\tgetting_virtual_card\nMy client was converting their Russian ruble into UK pound currency when they noticed their bill was much too high for the exchange. What happened?\tcard_payment_wrong_exchange_rate\nHi I'm waiting for a refund for an item I bought. I have contacted the merchant directly but had nothing back. Can you tell me whether or not you are able to refund me for the item?\tRefund_not_showing_up\nwhat is this extra charge with my purchase?\tcard_payment_fee_charged\nWhat countries are you issuing cards for?\tcountry_support\nHow do I get the passcode reset?\tpasscode_forgotten\nI am still waiting for a the cash I deposited this morning\tbalance_not_updated_after_cheque_or_cash_deposit\nDo you have a limit for someone's age?\tage_limit\nChange of location, need to change details\tedit_personal_details\nHow can I make my card ready to use?\tactivate_my_card\nHow do you top up with a cheque?\ttop_up_by_cash_or_cheque\nWhy did I get less from the ATM?\twrong_amount_of_cash_received\nI wish to cancel a transfer\tcancel_transfer\nPlease explain to me how to know where my funds are from.\tverify_source_of_funds\nCan I order a card please?\torder_physical_card\nWhat are the steps to change my PIN to something else?\tchange_pin\nWhat is the Top up rate charge for using a card in the US?\ttop_up_by_card_charge\nWhich ATMs accept this bill of fare ?\tatm_support\nwhy hasn't my virtual card come yet?\tgetting_virtual_card\nHow is my money transferred to the account\ttransfer_into_account\nI'm still waiting for my new card.\tcard_arrival\nHow long does it take to receive my card?\tcard_delivery_estimate\nWill you guys charge me for topping up by transfer?\ttop_up_by_bank_transfer_charge\nWhat is taking so long with my top up?\tpending_top_up\ncan I choose delivery times to suite me?\tcard_delivery_estimate\nHello. Please, would you tell me if you have or have not received funds for a refund that I recently requested for a big purchase? I've contacted the merchant, but I can't tell that they have taken any action on it.\tRefund_not_showing_up\nWhat's the tracking on the card you sent?\tcard_arrival\nWhich flat currencies are supported for holding and exchange?\tfiat_currency_support\nWhat should I do if I think someone is using my card without my permission?\tcompromised_card\nHow can I transfer money to a beneficiary?\tbeneficiary_not_allowed\nWhy would the app deny my top-up?\ttop_up_failed\nI have a friend who needs money as soon as possibly. If I were to transfer it how long will it take to get to her?\ttransfer_not_received_by_recipient\nHow long will a transaction to a friend take?\ttransfer_not_received_by_recipient\nI have a new email.\tedit_personal_details\nCan you provide me a disposable virtual card?\tget_disposable_virtual_card\nCan I change my pin through the app?\tchange_pin\nI have been double charged for a couple of things this week, and would appreciate a refund for the duplicate charges.\ttransaction_charged_twice\nWhat needs to be done to activate and use a card?\tactivate_my_card\nHow long will this transfer from europe take?\ttransfer_timing\nMy PIN has been blocked, what should I do?\tpin_blocked\nHow can I get my PIN unblocked?\tpin_blocked\nHow long does a check take to show up in the account balance?\tbalance_not_updated_after_cheque_or_cash_deposit\nI made a mistake and performed a transaction on the wrong account!\tcancel_transfer\nHi, I tried to top up my card today and it did not work. I have tried it in the past and it worked just fine but it won't do it anymore. Can you help me out?\ttop_up_failed\nWhy was I charged twice for the same transaction?\ttransaction_charged_twice\nTransfers may show up as pending for up to one business day while they are processed, and then they'll depart for the beneficiary accounts. Please confirm that you have correctly entered your account details. SEPA transfers typically take up to two working days, while SWIFT transfers can take up to five working days.\tpending_transfer\nHow would I go about getting a physical card to use in stores?\torder_physical_card\nMy money is gone. I had topped up recently and saw it was there and went through, but now it's disappeared, what is happening?\ttop_up_reverted\nI might have been charged on my debit statement by fraud.\tdirect_debit_payment_not_recognised\nI didn't get my card back from the ATM.\tcard_swallowed\nWhy was the wrong rate applied when I bought something in a different currency?\tcard_payment_wrong_exchange_rate\nA payment I didn't do shows in my app\tcard_payment_not_recognised\nHow much is the charge to top up via credit card?\ttop_up_by_card_charge\nDo you hold money and if so, what currencies do you accept?\tfiat_currency_support\nThere is a withdrawal in my account I didn't make.\tcash_withdrawal_not_recognised\nWhy am I still not able to see the money I deposited a week ago? This is urgent!!\tbalance_not_updated_after_cheque_or_cash_deposit\nWhere is the closest ATM I can use?\tatm_support\nI heard you have virtual cards. How do I get one?\tgetting_virtual_card\nWhere do I find PIN for my card?\tpin_blocked\nI don't think I should have been charged a fee to use my card.\tcard_payment_fee_charged\nWhat are the fees imposed when I make a transaction?\tcard_payment_fee_charged\nExplain to me how to verify the top-up card.\tverify_top_up\nI keep being asked to verify my identity. Is this normal?\twhy_verify_identity\nI need to find out where the card is that I ordered.\tcard_arrival\nI am still waiting for a transfer I did\tbalance_not_updated_after_bank_transfer\nI was charged a fee for the transfer, but can you tell me why?\ttransfer_fee_charged\nWhy hasn't my top-up finished pending yet?\tpending_top_up\nI need urgent help. I realize I sent my payment to the wrong account number. I made a typo. Please cancel the transfer immediately. I cannot do anything from the app.\tcancel_transfer\nI ordered something, and now I have buyer's remorse. Since what I ordered hasn't come yet, can you just cancel the payment since I already know I want a refund for it?\trequest_refund\nWhen are cards shipped?\tcard_delivery_estimate\nThe ATM keeps declining my Transaction . I tried two different ATMs already Would you please check if everything is okay with my account?\tdeclined_cash_withdrawal\nHow high is the exchange fee?\texchange_charge\nMy ATM withdrawal is taking forever\tpending_cash_withdrawal\nHow do I get a card if I live in the US?\tcountry_support\nI topped up recently and saw the money go through, but now it's just gone? What's going on\ttop_up_reverted\nWhy was I charged an extra fee from the ATM?\tcash_withdrawal_charge\nWhich fiat currencies are supported by you?\tfiat_currency_support\nA while ago i requested a refund from a seller. I keep checking my statement but I have not been refunded yet. I'm confused why i haven't gotten my money back yet but I need your help getting it please.\tRefund_not_showing_up\nhow do the cards work?\tget_disposable_virtual_card\nHow do I get extra cards?\tgetting_spare_card\nhow do I link an old card?\tcard_linking\nHow would I change my details?\tedit_personal_details\nMy card is missing!  Help!\tlost_or_stolen_card\nWhat does it mean if my cash withdrawal does not show up properly?\tpending_cash_withdrawal\nlost my card in atm\tcard_swallowed\nHow do I replace a card that's going to expire?\tcard_about_to_expire\nNot sure what my password is.\tpasscode_forgotten\nCan someone help with my passcode?\tpasscode_forgotten\nI attempted to withdraw some money from an ATM this morning and received the wrong amount. Your app says I have enough money available in the account. Can someone tell me what's wrong?\twrong_amount_of_cash_received\nHow does it work when I transfer money into my account?\ttransfer_into_account\nWhat currencies and cards do you support?\tsupported_cards_and_currencies\nCan it specifically be delivered on a certain date?\tcard_delivery_estimate\nMy refund has not arrived, and I am unsure why. Who do I contact?\tRefund_not_showing_up\nMy app shows a payment I didn't make\tcard_payment_not_recognised\nI see cash in my app but I did not get it.\tcash_withdrawal_not_recognised\nWhy hasn't my refund been appiled to my account?\tRefund_not_showing_up\nI had a dollar charged to my account that's still pending and wanted to know what the charge is for?\textra_charge_on_statement\nWhy isn't the transferred money there?\tbalance_not_updated_after_bank_transfer\nI can't make purchases with my virtual card.\tvirtual_card_not_working\nWhat proof of identification is needed?\tverify_my_identity\nPlease help me!  My physical card isn't working right.\tcard_not_working\nThere are duplicate transactions on my account\ttransaction_charged_twice\nHow can I find your exchange rates?\texchange_rate\nDid I not get my refund? I don't see it.\tRefund_not_showing_up\nHearing about your verification results from us may take anywhere from 10 minutes to approximately one hour.  If this verification has in fact, failed, double-check to make sure that your images are clear.  Also make sure that your document photos have no blur or glare. They need to be readable.  You must also be 18 years of age or older and be a resident of Switzerland or the European Economic Area to open an account.\tunable_to_verify_identity\nWhy on earth do you need so much personal id info from me?\twhy_verify_identity\nHow do I activate auto top-up when traveling?\tautomatic_top_up\nWhy is my 'top up' not showing up in my wallet?\ttopping_up_by_card\nI'm not sure why my payment has been declined? Please tell me why, I thought it was all good.\tdeclined_card_payment\nFor some reason, I'm unable to transfer funds.\tbeneficiary_not_allowed\nHelp!  The app has an ATM withdrawl that I didn't make.\tcash_withdrawal_not_recognised\nI received a fee for obtaining cash, is this correct?\tcash_withdrawal_charge\nCan I transfer money using the SWIFT service?\ttop_up_by_bank_transfer_charge\nHow many transactions can be made with a disposable card?\tdisposable_card_limits\nHow long does it take for the money to show up in my account?\ttransfer_timing\nI have used all of my PIN tries. What should I do now?\tpin_blocked\nWill my other US credit card be accepted?\tsupported_cards_and_currencies\nWhich currencies do you handle?\tsupported_cards_and_currencies\nI don't recognize this payment\tcard_payment_not_recognised\nWhich merchants accept my card?\tcard_acceptance\nis it ok if i use both visa and mastercard\tvisa_or_mastercard\nHow do I get my card PIN?\tget_physical_card\nFor the identity check, do I need any kind of documentation?\tverify_my_identity\nDo you need to know my first and last name?\twhy_verify_identity\nHow do I take a block off my card?\tpin_blocked\nHow long does it actually take for a card payment to go through? There's one stuck since a couple of days already that doesn't seem to move\tpending_card_payment\nI moved, can I edit my personal details?\tedit_personal_details\nWhich fiat currencies are supported?\tfiat_currency_support\nMy refund isn't showing up on my statement.\tRefund_not_showing_up\nThere is  a charge I don't recognize.\tcard_payment_not_recognised\nMy top up hasn't gone through\tpending_top_up\nI put my check in the bank, but I haven't gotten my cash yet?\tbalance_not_updated_after_cheque_or_cash_deposit\nI've been trying to transfer funds to top-up my card, but the transaction is not going through.  Is there something I'm doing wrong?\ttop_up_failed\nWhen will I get my money? It's been too long.\ttransfer_not_received_by_recipient\nWhere is the refund on my statement?\tRefund_not_showing_up\nPlease explain how disposable virtual card work.\tget_disposable_virtual_card\nThe app isn't letting me log in, but my info is correct.\tunable_to_verify_identity\nwhy cant you just refund me instead of a merchant\tRefund_not_showing_up\nI have gone through my statements and noticed there is a large payment that I did not make. Can i still dispute the payment? its been a while\tdirect_debit_payment_not_recognised\noh my god I lost my card! what should I do?\tlost_or_stolen_card\nI have been overcharged.\ttransaction_charged_twice\nDisaster, I've totally forgotten my passcode, can you help me?\tpasscode_forgotten\nhow can i get it to add money automatically while travelling\tautomatic_top_up\nWill my GPB update my salary\treceiving_money\nCan I top up with cash\ttop_up_by_cash_or_cheque\nI cannot seem to use my card.\tcard_not_working\nWhen did you start charging to make a withdrawal? How much is it now? I always thought it was free.\tcash_withdrawal_charge\nWhy is your exchange rate so bad?\tcard_payment_wrong_exchange_rate\nHi, I sent a payment to the wrong account number - can you cancel it as soon as possible?\tcancel_transfer\nI was mugged.  They took everything.  I can't use the app.  What do I do?\tlost_or_stolen_phone\nWhat are the countries you support.\tcountry_support\nI removed cash from an ATM earlier but it shows up as pending in the app. How can this still be pending, I already received the cash?\tpending_cash_withdrawal\nI cannot seem to buy something online with my card? the payment comes back, what's going on?\treverted_card_payment?\nThe exchange rate from my card payment isn't right.\tcard_payment_wrong_exchange_rate\nI have an emergency and lost my phone.  I need help accessing my account.\tlost_or_stolen_phone\nWhat currencies do you accept for adding money to my account?\tsupported_cards_and_currencies\nCan you tell me what the problem with my card is? It was declined at a restaurant today.\tcard_not_working\nWhat is the time period for money to be transferred?\ttransfer_timing\nWhat do I do if I think someone has used my card?\tcompromised_card\nWhy is my identity not being verified?\tunable_to_verify_identity\nHow can I information on my limit for top-ups?\ttop_up_limits\nWhen the time is right will this automatically replenish my balance?\tautomatic_top_up\nI'm waiting for my transaction to complete.\ttransfer_not_received_by_recipient\nI am seeing in the App a some cash withdrawal that I did not do\tcash_withdrawal_not_recognised\nHey a seller just contacted me that my money didn't come through. It was definitely deducted from my account, but now it appears it's back with me! Sort this out asap please.\treverted_card_payment?\nWhy did you charge me a fee when I made a transfer?\ttransfer_fee_charged\nWhere is the top-up verification code located?\tverify_top_up\nI made a big purchase that I regretted and cancelled, the merchant said that my refund was submitted. Can you confirm to me that all of my money was truly returned to me?\tRefund_not_showing_up\nIs top-up possible with Apple Pay?\tapple_pay_or_google_pay\nAre there any restrictions for the disposable cards that I need to be aware of?\tdisposable_card_limits\nAm I allowed to carry an additional card?\tgetting_spare_card\nMy package is taking too long to arrive and I don't want it anymore. Can I get a refund?\trequest_refund\nI'd like to open an account for my kids can I do that?\tage_limit\nI did not do this payment\tcard_payment_not_recognised\nI sent a payment but it isn't showing up in the app\ttransfer_not_received_by_recipient\nHow long does it take for a new purchase to stop being considered pending?\tpending_card_payment\nWhat do I do if my top-up has not gone through?\tpending_top_up\nI think the payment from my card was revereted\treverted_card_payment?\nHow do I modify my details?\tedit_personal_details\nIs there a way to link the card i just got?\tcard_linking\nCan i set up an auto top-up?\tautomatic_top_up\nWhat happened! I asked for 30 pounds at your ATM and only go 10. The machine lied about it too. It said I received the full 30 pounds. Someone better help me asap on this.\twrong_amount_of_cash_received\nCan friends I have top-up my account?\ttopping_up_by_card\nIs it possible to change from AUD to GBP?\texchange_via_app\nI deposited a cheque and its been days and I still haven't received the cash!!\tbalance_not_updated_after_cheque_or_cash_deposit\nI have been charged twice on my statement.\ttransaction_charged_twice\nWhat about an auto top-up, is that a option?\tautomatic_top_up\nI misplaced my phone so I can't use the app! Does this mean I can't use my card?\tlost_or_stolen_phone\nThe exchange rate for my payment last Saturday must be wrong because I was charged extra.\tcard_payment_wrong_exchange_rate\nWhat do I need in regards to identification?\tverify_my_identity\nthe exchange rate is wrong from something I got in another country\tcard_payment_wrong_exchange_rate\nI don't recognize this payment at all!  Help!\tcard_payment_not_recognised\nWhat's the top-up limit?\ttop_up_limits\nAre you able to delete my account?\tterminate_account\nI would like to reactivate my card that I previously reported lost. I located the card this morning.\tcard_linking\nCan you tell me about why the account I have was charged an extra 1$\textra_charge_on_statement\nI need to order a new card.\torder_physical_card\nWhy was there a transfer fee on my account?\ttransfer_fee_charged\nI need a Visa and a Mastercard from you.\tvisa_or_mastercard\nWhy do you keep declining my transfers? it's always been working really well so far but when I tried to buy something just now the card got declined, I tried couple of times already  but same thing is happening.\tdeclined_transfer\nI have questions about how to transfer money to my account.\ttransfer_into_account\nWhere did the  €1 fee in my statement come from\textra_charge_on_statement\nI need help with understanding why my card is not working.\tcard_not_working\nWill be Apple Watch be able to let me top up?\tapple_pay_or_google_pay\nI was charged for getting cash.\tcash_withdrawal_charge\nmy money, where is it coming from?\tverify_source_of_funds\nHow can I set a new pin.\tchange_pin\nI think I was charged extra on my payment on last Saturday.  Maybe the exchange rate was wrong?  I'd like a refund.\tcard_payment_wrong_exchange_rate\nA transfer could not be completed.\tfailed_transfer\nWhat is the limit on disposable cards?\tdisposable_card_limits\nWhat is the proper way to activate a card?\tactivate_my_card\nI want to link my new card. Can you help?\tcard_linking\nAny chance of getting the card outside the UK?\tcountry_support\nWhere can I get a card in the EU?\tcountry_support\nMy wallet was just stolen, and they've already used my card! Please help, I can't afford to lose more money!\tcash_withdrawal_not_recognised\nIs there a reason my top-up has been cancelled?\ttop_up_reverted\nHelp me!  I don't know what my password is.\tpasscode_forgotten\nIn my statement, there was an extra €1 fee\textra_charge_on_statement\nCan you  tell me how to get AUD not GBP?\texchange_via_app\ncan i verify my identity i the app\tverify_my_identity\nMy cheque is taking a while\tbalance_not_updated_after_cheque_or_cash_deposit\nI bought something and received it, but the payment went back to my account. Is the seller okay?\treverted_card_payment?\nThe wrong exchange rate was applied to me while pulling out cash.\twrong_exchange_rate_for_cash_withdrawal\nMy top up is giving me problems. What is wrong with it?\ttop_up_failed\nI see a $1 charge in a transaction.\textra_charge_on_statement\nWhat steps do I have to take to change my PIN?\tchange_pin\nMy top-up funds aren't available yet.\tpending_top_up\nWhen can I expect my card?\tcard_delivery_estimate\nMy card is stolen.  Help!\tlost_or_stolen_card\nWhat is going on with my cash deposit. I'm looking at my account balance and it is not there. It has been almost a week. Someone better get back to me asap.\tbalance_not_updated_after_cheque_or_cash_deposit\nThe store card reader would not accept my card.\tdeclined_card_payment\nWhat businesses can I use this card with?\tcard_acceptance\nWhere can the cards be delivered?\torder_physical_card\nwhat are limits to top up\ttop_up_limits\nWhen will I receive my card?\tcard_delivery_estimate\nCan I use your app to exchange between USD and GBP\texchange_via_app\nI deposited cash into my account and I'm having trouble seeing it on my account.\tbalance_not_updated_after_cheque_or_cash_deposit\nI didn't cancel my top-up.\ttop_up_reverted\nMy card payment's cancelled\treverted_card_payment?\nMy new card hasn't came in.\tcard_arrival\nThere are multiple instances where you added a fee to the payment, as well as some where you didn't. Do you have an outline of when a fee will be added?\tcard_payment_fee_charged\nHi, I tried to withdraw some money from an ATM and the machine was broken.  It says that the transaction is still in progress.  Can you double check to see what's happening? I don't want to be charged since I was not able to withdraw the money.\tpending_cash_withdrawal\nWhat is the fee for accepting money from a foreign country?\texchange_charge\nhow long are my top ups pending\tpending_top_up\nI got less money than I asked for.\twrong_amount_of_cash_received\nWhat fees are there for adding money using an international card\ttop_up_by_card_charge\nWhy wouldn't the ATM give me my money?\tdeclined_cash_withdrawal\nI was double charged at a restaurant can you take the second charge off?\ttransaction_charged_twice\nMoney transfer help? How long?\ttransfer_timing\nHelp me access the card I already got so I can information from it.\tcard_linking\nThe passcode isn't working for me.\tpasscode_forgotten\nIs the 1 pound charge I can see an error or an incorrect entry?\textra_charge_on_statement\nI just deposited cash to my account and can't find it!\tbalance_not_updated_after_cheque_or_cash_deposit\nI made a payment with my card and it hasn't changed. How long do you think this will take?\tpending_card_payment\nIs there any way to cancel a recent transfer?  I did not mean to make it and need to make sure it does not go through.\tcancel_transfer\nMy top up didn't go through\ttop_up_failed\nI got this stupid fee after taking cash out, why?\tcash_withdrawal_charge\nMy card's expiration date is close.\tcard_about_to_expire\nWhen is my balance going to update, I just transferred some money\tbalance_not_updated_after_bank_transfer\nHow come when I tried to pay contactless at the bus it didnt work?\tcontactless_not_working\nWhy does my identity need verification?\twhy_verify_identity\nCan I choose from either Visa or Mastercard?\tvisa_or_mastercard\nThere's an unauthorized cash withdraw\tcash_withdrawal_not_recognised\nI don't need to transfer anymore and I want to cancel it.\tcancel_transfer\nI think there's a purchase at a store that I didn't go to.\tcard_payment_not_recognised\nCan you accept my other card from the U.S.?  It is the only other one I have.\tsupported_cards_and_currencies\nWhen I made a transfer I was charged extra.\ttransfer_fee_charged\nI have done a transfer within the country the day before yesterday, but it's still not there yet. Can you please check what's going on with that, the account number definitely is the right one, I've checked that already.\ttransfer_not_received_by_recipient\nI can't get money out of the ATM. Is my card actually working? It's the first time I tried using it\tdeclined_cash_withdrawal\nA payment that I didn't make appears in my app.\tcard_payment_not_recognised\nWhy did the ATM give me less money than what I requested?\twrong_amount_of_cash_received\nWhen will I have access to my pin number?\tget_physical_card\nSend me my card now! ASAP\tcard_delivery_estimate\nOn my disposable card, is there a transaction limit?\tdisposable_card_limits\nWhat is the price for an additional card?\tgetting_spare_card\nI need a single use card for shopping online\tget_disposable_virtual_card\nHow do I discontinue my account?\tterminate_account\nI need a new card and I live in the United States.\tcountry_support\nI saw a fee on my app from one of my payments and I wasn't sure where it came from. Is there a way you can tell me when there's an additional fee for my payments?\tcard_payment_fee_charged\nI've tried using my contactless in several locations today and it's not working anywhere. It seemed fine before. How do I get it to work again?\tcontactless_not_working\nThere is a direct debit set up that I didn't create.\tdirect_debit_payment_not_recognised\nHow can I open an account for my children?\tage_limit\nWhat is the maximum number of transactions I can do with a disposable card?\tdisposable_card_limits\nHello. I tried doing a topup and I thought it worked, but now the money is no longer in my account. Can you explain?\ttop_up_reverted\nWhat's the reason my new card hasn't come?\tcard_arrival\nHow many digits identify the top-up verification code?\tverify_top_up\nWhats the transfer process\ttransfer_into_account\nI was wondering, Can I get my pay in another currency?\treceiving_money\nI was charged an incorrect exchange rate for a withdrawal.\twrong_exchange_rate_for_cash_withdrawal\nCan I change my card PIN?\tchange_pin\nHow long is US delivery?\tcard_delivery_estimate\nHow do I revert a transaction?\tcancel_transfer\nWhat is the foreign exchange rate you will apply?\texchange_rate\nI would like my refund for this item I bought.\trequest_refund\nHow do I transfer cash my into my account?\ttransfer_into_account\nI could not access my money at the ATM\tdeclined_cash_withdrawal\nI am trying to transfer money and something is going wrong.\tfailed_transfer\nI believe that someone is using my card without my knowledge!\tcompromised_card\nI topped up but my money is not showing. Why is that?\ttop_up_reverted\nI'm sure I have enough money so why didn't the store accept my card?\tdeclined_card_payment\nHow do I get a new expiration date?\tcard_about_to_expire\nHow do I use disposable cards?\tget_disposable_virtual_card\nWhat reasons would a topup fail?\ttop_up_failed\nI attempted to get cash in the ATM but it was not authorized\tdeclined_cash_withdrawal\nHow long does it take for deliver to the US?\tcard_delivery_estimate\nWhat is the length of a transaction completion?\ttransfer_not_received_by_recipient\nHow much is a physical card?\torder_physical_card\nI have a new card and I can't add money to it.  I tried about 30 minutes ago and it is still pending.  What do I do?\tpending_top_up\nI made a purchase but never expected to see a fee charged for the transaction.\tcard_payment_fee_charged\nI was charged for using my card?\tcard_payment_fee_charged\nIf I don't have all my documents can they still verify my identity?\tverify_my_identity\nIf I were to use a European bank card for a top up, will I incur a charge?\ttop_up_by_card_charge\nHi, I am interested buying crypto currency but unable to purchase it through the application. I do want to do the exchange, Could you please let me know what is the problem?\tbeneficiary_not_allowed\nHow do I close my account?\tterminate_account\nI want to change my PIN.\tchange_pin\nMy app statement shows I took out cash from an ATM but I did not. What can I do?\tcash_withdrawal_not_recognised\nWhy are you asking so many questions about who I am\twhy_verify_identity\nI do not see the card PIN anywhere?\tget_physical_card\nCan someone assist me with activating my card?\tactivate_my_card\nIs it possible for me to top up with Google Pay?\tapple_pay_or_google_pay\nWhat is this extra fee that I got when I used my card to pay?\tcard_payment_fee_charged\nCan I stop a transaction?\tcancel_transfer\nCan I reactivate my card? I reported it lost and found it this morning in my jacket.\tcard_linking\nHow long will my transfer stay pending?\tpending_transfer\nI can't seem to make a standard bank transfer. I have tried at least five times already but none of them are going through. Please tell me what is wrong?\tfailed_transfer\nThe transfer I made isn't reflected in my balance\tbalance_not_updated_after_bank_transfer\nWhere do I go to activate my card?\tactivate_my_card\nI deposited a check a few days ago and it's still not gone in! Please help me with this\tbalance_not_updated_after_cheque_or_cash_deposit\nhello I have lost my phone and I'm worried someone's going to steal money from me\tlost_or_stolen_phone\nMy card got charged twice for the same thing!\ttransaction_charged_twice\nWhen exchanging, how much are the rates?\texchange_rate\nTop up is not working even though I have my AMEX in apple pay.\tapple_pay_or_google_pay\nI had to pay money for paying with my card.\tcard_payment_fee_charged\nwhy can't my beneficiary make transactions?\tbeneficiary_not_allowed\nI think my card is lost.  What do I do?\tlost_or_stolen_card\nWhy is it required to verify my identity?\twhy_verify_identity\nWhat are the countries that you operate in?\tcountry_support\nWhat is the handling fee for transfer?\ttop_up_by_bank_transfer_charge\nThe app failed to verify me.\tunable_to_verify_identity\nIs there any fees for top ups?\ttop_up_by_card_charge\nThe exchange rate is incorrect for my cash withdrawal transaction.\twrong_exchange_rate_for_cash_withdrawal\nHow do I add an existing card to the app?\tcard_linking\nWhy won't you take my transfer, I keep getting an error message.\tbeneficiary_not_allowed\nI prefer to get a Mastercard.\tvisa_or_mastercard\nAm I allowed to hold money in multiple currencies?\tfiat_currency_support\nWhy are my transfers being declined? It normally works but now it's declining my card. I've tried it a few times but it's still not working.\tdeclined_transfer\nCan I increase my top-up maximum?\ttop_up_limits\nwhat is the exchange rate when i get cash\twrong_exchange_rate_for_cash_withdrawal\nWhy was I charged a random fee for a transfer I made?\ttransfer_fee_charged\nI just bought an item and changed my mind.  I have not received it yet how can I get refunded.  Thank you.\trequest_refund\nHello. I just noticed I was charged two times for a restaurant I visited this week. Can you reverse the additional charge?\ttransaction_charged_twice\nI have an unknown debit charge in my statement, why?\tdirect_debit_payment_not_recognised\nHow do I go about getting a refund?\trequest_refund\nWhy did the ATM eat my card?\tcard_swallowed\nWhy can't I transfer money to a beneficiary\tbeneficiary_not_allowed\nHow can I exchange to EUR?\tfiat_currency_support\nIs there any way I could open an account for my daughter?\tage_limit\nThe payment on my card shows as pending.\tpending_card_payment\nI would like to receive a refund for something I bought.\trequest_refund\ni need help. I updated my balance with a check yesterday and Im not seeing it. Can you look at my account to see what went wrong?\tbalance_not_updated_after_cheque_or_cash_deposit\nThere is a payment with my card which i definitely did not do.\tcard_payment_not_recognised\nHow can I dispute a direct debit transaction?\tdirect_debit_payment_not_recognised\nI'd like to know what the foreign exchange rate will be.\texchange_rate\nI am inquiring about your auto top up feature.\tautomatic_top_up\nMy card was stolen and used to make several purchases. Please freeze my card so no one can use it.\tcompromised_card\nI need to figure out who has access to my card there are some payments I didn't make that are showing on the app.  Could you please help?\tcard_payment_not_recognised\nWhat ATM accepts Mastercard?\tatm_support\nWill I be charged for a cash withdrawal?\tcash_withdrawal_charge\nHow long will the transfer take?\tpending_transfer\nWhere can I change my PIN?\tchange_pin\nAre there any fees if I want to add money using an international card?\ttop_up_by_card_charge\nI would like to know what the restrictions are for the disposable cards.\tdisposable_card_limits\nCan I receive payment in another currency?\treceiving_money\nI am not seeing recent cash withdrawal on my account.\tpending_cash_withdrawal\nThe top up failed\ttop_up_failed\nHow long do transfers take to show up in my account?\tbalance_not_updated_after_bank_transfer\nHow old do I need to be?\tage_limit\nWhat is the age requirement?\tage_limit\nWaiting for the cash I deposited this morning still\tbalance_not_updated_after_cheque_or_cash_deposit\nHow does one send me money?\treceiving_money\nMy salary is in GBP, is this something I need to configure?\treceiving_money\nhow do i find top up for cash deposit\ttop_up_by_cash_or_cheque\nDo I get charged if I am receiving money?\ttop_up_by_bank_transfer_charge\nHow do I find the top-up verification code?\tverify_top_up\nMy card has not come in the mail yet.\tcard_arrival\nI was charged the wrong exchange rate on a purchase\tcard_payment_wrong_exchange_rate\nI think my card has been compromised in some way.\tcompromised_card\nIt says that my payment is pending, what does that mean?\tpending_card_payment\nWhy is the exchange rate wrong for my cash withdrawal?\twrong_exchange_rate_for_cash_withdrawal\nCan I dispute a debit payment that I am seeing that I didn't make from a couple of months ago?\tdirect_debit_payment_not_recognised\nHow long does it take for transfers to process?  I sent funds to a friend, and she says that she has not yet received anything.\ttransfer_not_received_by_recipient\nChanging my PIN\tchange_pin\nI must verify the source of my funds\tverify_source_of_funds\nI need my card to be delivered fast\tcard_delivery_estimate\ndo you have a fee for receiving a SEPA transfer?\ttop_up_by_bank_transfer_charge\nI cannot get my google pay to work.\tapple_pay_or_google_pay\nWhat is the purpose of requiring my identification?\twhy_verify_identity\nThere is a strange charge on my debit statement\tdirect_debit_payment_not_recognised\nIt appears my transfer was declined.\tdeclined_transfer\nWhy is the transaction not posting?\tpending_transfer\nI exchange currencies a lot.  Can I get a discount?\texchange_charge\nHello, I went ahead and checked my account details to be sure, and they are definitely correct.  I've had a transfer pending for a while, and I can't understand why it hasn't gone through yet.\tpending_transfer\nIn a month, my card will reach its expiration date, am I required to request the next card?\tcard_about_to_expire\nWhat are ways to test why my card might not be working?\tcard_not_working\nWhen will my pending payment finish?\tpending_card_payment\nHi, I have done a topup, but my money was reverted. Please look into this issue.\ttop_up_reverted\nThere has been a red flag on my top up.\ttop_up_failed\nYou can use it anywhere that accepts Mastercard.\tcard_acceptance\nI was trying to use contactless earlier, but it didn't work.\tcontactless_not_working\nWhy is the refund not on my statement?\tRefund_not_showing_up\nThe atm didn'y give me all the cash\twrong_amount_of_cash_received\nIf I am in China, can I still order a new card and if so, how?\tcard_about_to_expire\nHow much are you going to charge me if I top up my US card?\ttop_up_by_card_charge\nIs there an age limit to when my child can use these services?\tage_limit\nCan I receive payments in another currency?\treceiving_money\nIts been 3 days, How long will my transfer take to get to my wallet?\ttransfer_timing\nI requested a refund but can't see it.\tRefund_not_showing_up\nCan I link my card I previously received?\tcard_linking\nWhat kind of charges should I expect to exchange currencies?\texchange_charge\nMy card got trapped inside an ATM, what should I do?\tcard_swallowed\nCould you please help me?  I made my rent payment and have double checked that I sent it to the right account.  The person receiving it says he has not received it but it shows complete on my side.\ttransfer_not_received_by_recipient\nI need to get some Euros for my holiday. Am I able to exchange some of my money?\texchange_via_app\nHelp me activate my new card.\tactivate_my_card\nI transferred money and it hasn't come yet\ttransfer_not_received_by_recipient\nCan I get a Visa card?\tvisa_or_mastercard\nHow is my card payment still pending?\tpending_card_payment\nWhy hasn't my account updated to reflect my current balance?\tbalance_not_updated_after_bank_transfer\nI tried to charge my card but it was declined. A couple days ago I was able to charge it and it was accepted. Is something wrong? Will you double check for me please?\ttop_up_failed\nIs there any way to get another card on the same account?\tgetting_spare_card\nI did not receive my full withdrawal amount\twrong_amount_of_cash_received\ndo i need to wait for my card before i get pin\tget_physical_card\nWhy do I need to have my identity verified?\twhy_verify_identity\nHow do I receive a disposable virtual card?\tget_disposable_virtual_card\nI just transferred some money into my account and do not see it updated yet, can you assist?\tbalance_not_updated_after_bank_transfer\nHow do I change my last name?\tedit_personal_details\nWhere are you present globally?\tcountry_support\nWhere can i exchange between GBP and USD\texchange_via_app\nWould it be possible to open up an account for children?\tage_limit\nDid you lose my money? I had added funds through top-up not long ago and I know they were in my account, but they seem to have disappeared. What happened?\ttop_up_reverted\nWhat is the procedure of unblocking my PIN?\tpin_blocked\nI make payments for my place abroad using this account and since i use it so frequently I was wondering why did the fees increase suddenly rather than decreasing? I would think customers like me should receive incentives for using your service\ttransfer_fee_charged\nWhere do I go to terminate my account?\tterminate_account\nSomeone took my card without my permission.\tlost_or_stolen_card\nI would like to know how much I can top-up.\ttop_up_limits\nWhere are the ATMs that I can use Mastercard?\tatm_support\nWhen will you be taking orders for disposable virtual cards?\tget_disposable_virtual_card\nI need a refund for something I bought.\trequest_refund\nCan this app exchange American and English currency?\texchange_via_app\nThere is a direct debit that I didn't set up, what should I do?\tdirect_debit_payment_not_recognised\nCan I top up using cash?\ttop_up_by_cash_or_cheque\nHow do I go about exchanging currencies with this app?\texchange_via_app\nDo all businesses take this card?\tcard_acceptance\nIs there a fee for transferring money\ttransfer_fee_charged\nWhy are you not accepting my transfer!! I've tried a couple times already now and it just keeps showing an error message\tbeneficiary_not_allowed\nThis is not right, I was told I could take out cash at the ATM for free?\tcash_withdrawal_charge\nWhy won't the machine accept my card anymore?\tcard_not_working\nI can't find my code\tpasscode_forgotten\nWhich fiat currencies are supported for holding and exchanging?\tfiat_currency_support\nI just pulled money out of the ATM and was charged a fee, WHy?\tcash_withdrawal_charge\nI made a transaction at an atm and was charged extra for it.\tcash_withdrawal_charge\nHow can I transfer money to this account from another bank?\ttransfer_into_account\nWhat card types can I choose from?\tvisa_or_mastercard\nIt's declining my transfers. Normally this works, but my card is being declined now and I've tried more than once.\tdeclined_transfer\nI took out some cash from the ATM but it is still showing the transaction is pending.\tpending_cash_withdrawal\nI haven't received my virtual card yet!!\tgetting_virtual_card\nAre there any fiat currencies that you will not work with?\tfiat_currency_support\nThe transfer keeps rejected, I tried to transfer some money to friends but it keeps getting rejected for some reason, Would you please check the issue?\tfailed_transfer\nWhy is the payment I made still pending?\tpending_card_payment\nVisa and Mastercard can both be received from you?\tvisa_or_mastercard\nI would like to pay by cheque.\ttop_up_by_cash_or_cheque\nI want to top up by transfering accounts, What do I do?\ttransfer_into_account\nMy card arrived but I don't know how to get my PIN.\tget_physical_card\nI don't know how to verify my identity.\tverify_my_identity\nIs there a fee to get an actual card?\torder_physical_card\nI received incorrect amount of cash from an ATM today. It was more than I wanted. What do I do now?\twrong_amount_of_cash_received\nI transferred some money but the balance stayed the same.\tbalance_not_updated_after_bank_transfer\nTHere is some cash that is showing up on my app.\tcash_withdrawal_not_recognised\nWhy has my card payment not yet been applied to my account?\tpending_card_payment\nCan I exchange currencies with the app?\texchange_via_app\nThere was an unexpected fee for my cash withdrawal!\tcash_withdrawal_charge\nWhy has another fee been placed on my statement?\textra_charge_on_statement\nHi, I made a transfer yesterday that I need to reverse.  I need to put the money in a different account.\tcancel_transfer\nThe payment for the card did not go through\tdeclined_card_payment\nThe money that I have transferred hasn't arrived yet.\tbalance_not_updated_after_bank_transfer\nIs there a way to track the new card you sent me?\tcard_arrival\nWhere is my last money transaction\ttransfer_not_received_by_recipient\nMy card payment has been declined\tdeclined_card_payment\nWhy hasn't the transaction I did to my friend arrive yet?\ttransfer_not_received_by_recipient\nI was just shopping online for some tickets and the payment was declined by you.  Why has this happened?  I am certain I have the right amount of funds in my account.\tdeclined_card_payment\nI want to revert a transaction I did this morning\tcancel_transfer\nThere was an extra fee when I was at the ATM.  Why?\tcash_withdrawal_charge\nExchange rate for my card payment is wrong\tcard_payment_wrong_exchange_rate\nCan you explain why I was charged extra when I used the card?\tcard_payment_fee_charged\nThere is an unexplained $1 charge on my statement, can you please explain this to me?\textra_charge_on_statement\nI don't understand why you aren't accepting my transfer. After a couple times trying I'm still getting an error message.\tbeneficiary_not_allowed\nHow can I verify my top up?\tverify_top_up\nIs there a transaction limit for a disposable card?\tdisposable_card_limits\nI want to start using my card.\tactivate_my_card\nHow can I change my information?\tedit_personal_details\nCan I get the Mastercard?\tvisa_or_mastercard\nIs topping up with Apple Pay possible?\tapple_pay_or_google_pay\nMy top up is not showing up in my wallet!\ttopping_up_by_card\nHow is my ATM deposit not available yet?\tpending_cash_withdrawal\nI asked for cash but I did not receive all the funds\twrong_amount_of_cash_received\nWhere is my virtual card?\tgetting_virtual_card\nWhat is the price for a physical card?\torder_physical_card\nIf I am running low on credit can I auto top up?\tautomatic_top_up\nWhere did the money I deposit go??\tbalance_not_updated_after_cheque_or_cash_deposit\nI'm due a refund and it is not on my statement.\tRefund_not_showing_up\nWill I be charged for topping up?\ttop_up_by_card_charge\nWhen I was transferring money I was charged extra why?\ttransfer_fee_charged\nCan you tell me why I wasn't able to complete my transfer?\tfailed_transfer\nPlease help me figure out the reason for the odd withdrawal amount from my account?\tcash_withdrawal_not_recognised\nShould I order a new card before I freeze my original one?\tcompromised_card\nwhat is the matter?\tdirect_debit_payment_not_recognised\nHow do I get a real card?\torder_physical_card\nHow long will I have to wait for my money to be in my account?\ttransfer_timing\nI'm still waiting for a money transfer to show.\tpending_transfer\nI left my phone at the hotel.\tlost_or_stolen_phone\nMy top-up was cancelled and I am writing to ask if I need to complete the 3D Secure authentication section before I submit it.\ttop_up_reverted\nCan I use my account without verifying identity?\twhy_verify_identity\nCan another family member hold a card for this account in addition to mine?\tgetting_spare_card\nWhere is my top-up generated from?\tverify_source_of_funds\nI transferred money from the US, How long does it take?\ttransfer_timing\nIs it normal to get charged extra when i use my card?\tcard_payment_fee_charged\nMy top-up appears to be pending.\tpending_top_up\nHow come I can't put money in my top up account?\ttop_up_reverted\nWhy did the ATM cancel my transaction\tdeclined_cash_withdrawal\nI'm going to cancel a purchase.\trequest_refund\nWhat exchange rate is it?\texchange_rate\nHi, i was checking my old statements and found a discrepancy with a large amount transaction. I am sure it was not done by me. Please let me know if i could raise a dispute as its very late.\tdirect_debit_payment_not_recognised\nIf I want to send out more cards, do you charge extra for that?\tgetting_spare_card\nI can't see my Google Pay top up. Is it not working correctly?\tapple_pay_or_google_pay\nWhere am I able to get my PIN unblocked?\tpin_blocked\nHae, I already completed my 3D secure authentication when I tried the crypto top up but it's still not working for me. I also don't understand what happened to the money in my account\ttop_up_reverted\nCan I get a physical card\torder_physical_card\nWhy was my payment declined? I keep trying my card but it's not working.\tdeclined_card_payment\nDO I have to be 18 to open an account?\tage_limit\nI went to top up my card and it was cancelled.\ttop_up_reverted\nI wasn't able to withdraw money at an ATM\tdeclined_cash_withdrawal\nWhy have I been charged a fee for cash withdrawal?\tcash_withdrawal_charge\nAm I able to top up with Apple Pay?\tapple_pay_or_google_pay\nI tried to get funds in hard cash but it was rejected!\tdeclined_cash_withdrawal\nIs there a limit on disposable cards?\tdisposable_card_limits\nIs there a fee for topping up by charge card?\ttop_up_by_card_charge\nCan topping up be automatic?\tautomatic_top_up\nI transferred money, but I think I've been charged a fee for it?\ttransfer_fee_charged\nI would like to give another card to my daughter, how can I proceed?\tgetting_spare_card\nHow does the exchange rate work?\texchange_rate\nWhy are my transfers getting declined?\tdeclined_transfer\nWill I get charged for sending out more cards?\tgetting_spare_card\nHow do I get money from an ATM using my card? I can't seem to get it to work? I used the pin I had, but maybe it's wrong? What do I need to do to fix this?\tdeclined_cash_withdrawal\nwhy would a merchant refuse a payment\treverted_card_payment?\nAm I supposed to verify my identity?\twhy_verify_identity\nCould you please put a freeze on my card?  There are some payments on it that I don't know where they came from.\tcard_payment_not_recognised\nIs there something wrong with the transferring functions? I keep trying to transfer funds and only get an error message.\tbeneficiary_not_allowed\nwhy does it take so long to verify my id\tunable_to_verify_identity\nHow can I hold and exchange fiat currencies?\tfiat_currency_support\nI have been waiting for my top-up to complete and it still hasn't gone through.\tpending_top_up\nI would like a virtual card...how do I get one?\tgetting_virtual_card\nWhat is this card payment, I do not recognize it.\tcard_payment_not_recognised\nWill you help me unblock my pin after putting in the wrong pin too many times?\tpin_blocked\nI've been waiting for a top up to come through for over an hour and I need the funds now.\tpending_top_up\nWhat is the source of the money in my account?\tverify_source_of_funds\nCan I have my money refunded for an item\trequest_refund\nIs there a daily auto top-up limit?\tautomatic_top_up\nMy transfer is quite urgent, and finally worked out, but I've been waiting for it for quite some time. Can you tell me how long to expect to wait for it?\tpending_transfer\nI no longer have my phone.\tlost_or_stolen_phone\nphone is gone, dont want others to access account information\tlost_or_stolen_phone\nIs there a Mastercard ATM nearby?\tatm_support\nmake my account go away\tterminate_account\nI was charged a fee for using my card. Can I check that in any way? It seems like there are occasions that I am charge for fees. Can you elaborate this?\tcard_payment_fee_charged\nI lost my passcode.\tpasscode_forgotten\nMy payment was cancelled\treverted_card_payment?\nwhat are weekend rates for getting cash\twrong_exchange_rate_for_cash_withdrawal\nWhat do I need to do to receive my payroll in the account?\treceiving_money\nWhen I received my cash; they had my exchange rate incorrect.\twrong_exchange_rate_for_cash_withdrawal\nhow many transactions can go on a disposable card?\tdisposable_card_limits\nWhat should I do once my card expires?\tcard_about_to_expire\nHi there, I came across a problem with my top up and my money is missing, was there a system error?\ttop_up_reverted\nHow do I activate my card that just arrived?\tactivate_my_card\nI did a payment but it was reverted by the app\treverted_card_payment?\nHi, I am disappointed to see such a bad exchange rate and hope you can assist me. Would you be able to confirm the official interbank exchange rate for me?\tcard_payment_wrong_exchange_rate\nI prefer using Mastercard, can I substitute?\tvisa_or_mastercard\nAre there restrictions to transfers to certain accounts?\tbeneficiary_not_allowed\nA fee shouldn't apply to me if my card was stolen.\tlost_or_stolen_card\nWhy is my friend not getting a transaction arrival yet?\ttransfer_not_received_by_recipient\nWhat is the longest a US transfer should take to appear in my account?\ttransfer_timing\nAre you ripping people off with the exchange rate?  It can't be that atrocious between banks.\tcard_payment_wrong_exchange_rate\nWhat countries are getting support?\tcountry_support\nMy card payment was reverted\treverted_card_payment?\nWhat will happen after my card expires?\tcard_about_to_expire\nHi, I am new to this. Are there any additional fees or charges that I should be aware of? I was looking through the app and I thought I saw something in regards to fee-free allowances.\tcard_payment_fee_charged\nI would like to use cash to make a top-up?\ttop_up_by_cash_or_cheque\nI was supposed to receive my new card by now, but it hasn't came in.\tcard_arrival\nYou have declined my  payment.\tdeclined_card_payment\nCan you let me know why my cash withdrawal is still pending?\tpending_cash_withdrawal\nHow do I get this damn virtual card to work?\tvirtual_card_not_working\nSome cash withdrawal that I didn't make showed up in the app.\tcash_withdrawal_not_recognised\nI did not ask for the amount of cash that I received.\twrong_amount_of_cash_received\nCould I reactivate my card please, I couldn't find it but it turns out it was in my jacket pocket.\tcard_linking\nI sent a payment to the wrong account number - can that transaction be reversed? I am worried about accidentally giving my money away.\tcancel_transfer\nTell me why my card payment would be reverted.\treverted_card_payment?\nI need my account checked because it appears there is a problem. I attempted to update my balance yesterday using cheque but it doesn't seem to have worked.  Should this not be faster than this?\tbalance_not_updated_after_cheque_or_cash_deposit\nWhy can I not make a transfer?\tfailed_transfer\nI think there was an error in your exchange rate.\tcard_payment_wrong_exchange_rate\nI'm not sure why my card didn't work\tdeclined_card_payment\nIt can take between 10 minutes to an hour before you hear back from us about the verification result.  Please try again if your verification fails.  Make sure you double check that images are clear and all document photos are readable without blur or glare. You have to be 18 or older and live in the European Economic area or live in Switzerland to be able to open an account.\tunable_to_verify_identity\nWhen I use my card, it says decline?\tdeclined_card_payment\nHelp my find the verification code on a top-up.\tverify_top_up\nHow do I make my top up complete?\tpending_top_up\nWill I be charged for exchanging foreign currencies?\texchange_charge\nHow do I add my new card to the app?\tcard_linking\nI moved to a new city and need to change my address\tedit_personal_details\nI am still awaiting the money I put into my account this morning.\tbalance_not_updated_after_cheque_or_cash_deposit\nI can't verify identity through the app.\tunable_to_verify_identity\nI don't understand why my payment was declined. I thought everything was ok.\tdeclined_card_payment\nWhy is a transfer I did recently still processing?\tpending_transfer\nWhere's the button to top up with a cheque?\ttop_up_by_cash_or_cheque\nMy refund isn't showing up\tRefund_not_showing_up\nA foreign purchase I made has the incorrect rate applied to it.\tcard_payment_wrong_exchange_rate\nAm I able to change my PIN at certain cash machines?\tchange_pin\nWhat countries are you available in?\tcountry_support\nWhich part of the app do I order virtual cards from?\tgetting_virtual_card\nI was charged a fee when I transferred my funds, why?\ttransfer_fee_charged\nHow do I order a new card if my current one is about to expire?\tcard_about_to_expire\nIt declined my transfer.\tdeclined_transfer\nYour exchange rate was off.  I was charged extra on my payment that I made last Saturday.\tcard_payment_wrong_exchange_rate\nI tried using my credit card with top up but it didn't work! I thought it was supposed to?\ttop_up_failed\nPlease help me as my online payment is getting declined since yesterday while i am trying to purchase something online.\tdeclined_transfer\nI need help from someone in your department with finding my nearest ATM.\tatm_support\nDo I get a discount if I exchange currencies a lot?\texchange_charge\nWhy did you charge me extra?\textra_charge_on_statement\nI got some cash at an ATM earlier, but now app is showing that I withdrew more than I did.  Help!\twrong_amount_of_cash_received\nWhy has my money been returned back to my card.\treverted_card_payment?\nI don't have a way to prove my identity.\tunable_to_verify_identity\nCan you tell me what I need for identity validation?\tverify_my_identity\nI checked the app and there is a payment that I don't recognize.\tcard_payment_not_recognised\nI only made one transaction at this place, but it's appearing multiple times.\ttransaction_charged_twice\nWhy hasnt my top up gone through yet?? I thought it was suppose to be instant? Am I wrong? Why is it still pending?\tpending_top_up\nwhat is the exchange rate for foreign ATMs\twrong_exchange_rate_for_cash_withdrawal\nI have not received an item i ordered yet so i want to cancel it and get a refund. Can you please guide me on how to go about it?\trequest_refund\nI only have one more US credit card, is it accepted?\tsupported_cards_and_currencies\nCan you tell me why a cheque deposit isn't showing in my balance?\tbalance_not_updated_after_cheque_or_cash_deposit\nDo you have the option for a disposable virtual card?\tget_disposable_virtual_card\nI still don't have a card. How do I get one?\torder_physical_card\nHow do I link the new card that I just got from you guys?\tcard_linking\nI got cash from an ATM earlier but it shows up as pending in the app. How can this still be pending, I already received the cash?\tpending_cash_withdrawal\nWhat happens with the duplicate charge in my account?\ttransaction_charged_twice\nTo many charges on my card how do I go about fixing that?\ttransaction_charged_twice\nwhy is there a service fee on my statement?\textra_charge_on_statement\nTell me why there is an extra charge when I used an ATM?\tcash_withdrawal_charge\nI tried to get money out of an ATM in Notting Hill earlier, but it didn't work. Is my card actually working? It's the first time I tried using it\tdeclined_cash_withdrawal\nI am unable to use my card for some reason.\tcard_not_working\nIs there a way to find an ATM around me?\tatm_support\nWhy is the exchange rate different than expected on my transaction?\twrong_exchange_rate_for_cash_withdrawal\nWhy was my transaction declined?\tfailed_transfer\nI have a cash withdrawal that I don't recognize.\tcash_withdrawal_not_recognised\nWhy do I need to verify a top-up?\tverify_top_up\nHow do I protect my phone from someone using it after I lost it.\tlost_or_stolen_phone\nMust I verify my identity?\twhy_verify_identity\nHow do I verify the top up?\tverify_top_up\nTell me more about getting a virtual disposable card.\tget_disposable_virtual_card\nI prefer Visa, can I get that instead?\tvisa_or_mastercard\nWhy is the cash withdraw I made shown as pending?\tpending_cash_withdrawal\nHelp me verify my identification.\tunable_to_verify_identity\nCan you help me track my card?\tcard_arrival\nHow do I go forth on holding money in multiple currencies?\tfiat_currency_support\nMy daughter needs an acount.\tage_limit\nA transfer I sent was received in less than the full amount I originally sent, and now I have to send additional funds to cover the full amount. What happened?\ttransfer_fee_charged\nJust received my replacement card, what steps do i need to take to activate it?\tactivate_my_card\nWhy is my transfer stuck on pending?\tpending_transfer\nWhat does a 'pending payment' mean?\tpending_card_payment\nI've been waiting for a pending transfer to go through for a while now, and don't see any reason why I've been waiting this long.  I know that I have the correct account details, so that isn't the problem.\tpending_transfer\nThere is a cash withdrawal on my statement that I don't recognize\tcash_withdrawal_not_recognised\nWhen will I see an updated balance after a transfer?\tbalance_not_updated_after_bank_transfer\nI need a second card on this account for my daughter.\tgetting_spare_card\nHow long does it take transfers from Europe to complete?\ttransfer_timing\nThere are transactions that I did not make on my account, I think someone has my information.\tcompromised_card\nCould you tell me about the restrictions that are on the disposable cards?\tdisposable_card_limits\nThis morning, I tried to send money to my friends several times but each time the transfer fails.  Why does it keep failing?  The transfer gets rejected but I do not know what is causing it to be rejected.\tfailed_transfer\nCan I use my Apple Watch to pay for gas?\tapple_pay_or_google_pay\nIs there a limit on how much I can top up?\ttop_up_limits\nthere were two of the same charge to my account\ttransaction_charged_twice\nWhat are the charges if I exchange foreign currency?\texchange_charge\nMy new card has arrived, what's the activation procedure?\tactivate_my_card\nThere's something wrong on my bill. A transfer fee should never have been added.\ttransfer_fee_charged\nHello, can you please inform me about international transfers? I am expecting a transfer I made from France two days ago and would like to know when it will arrive.\tbalance_not_updated_after_bank_transfer\nMy cards were stolen\tlost_or_stolen_phone\nDo I need to re-apply to order a new card when my old one's about to expire?\tcard_about_to_expire\nCan I change my in at all ATM's?\tchange_pin\nMy card information seems to have been stolen! I don't know where these transactions came from and I've never even been to the city where they were made. I need my card blocked ASAP so this person can't keep using my card.\tcompromised_card\nWhat countries have access to this service.\tcountry_support\nCan I have a discount if I exchange currency often?\texchange_charge\nHow long does transfers take?\tbalance_not_updated_after_bank_transfer\nIs there a few for exchanging foreign currencies?\texchange_charge\nIs there a charge for receiving money?\ttop_up_by_bank_transfer_charge\nI want to top up by using a credit card, which ones do you support?\tsupported_cards_and_currencies\nI can't seem to be able to use my card\tcard_not_working\nThere's a $200 withdrawal on my statement that seems fishy to me.\tcash_withdrawal_not_recognised\nWhy is my transfer not showing\tbalance_not_updated_after_bank_transfer\nHow do I find the code needed in order to verify my top-up card?\tverify_top_up\nI want to reactivate my card, I found it after thinking it was lost.\tcard_linking\nThere is money missing from my account.\tcash_withdrawal_not_recognised\nShow me how to look at the source of my current funds?\tverify_source_of_funds\nI do not understand why there is a pending 1£ charge on my statement, I do not recall making this transaction. Can you please tell me what this is about?\textra_charge_on_statement\nWhy would a merchant revert a card payment?\treverted_card_payment?\nI would like to get additional physical cards at this time\tgetting_spare_card\nThe amount of cash I selected to withdraw is different than what I received.\twrong_amount_of_cash_received\nI tried withdrawing money in another country and the exchange rate was wrong.\twrong_exchange_rate_for_cash_withdrawal\nPlease tell me how to get a refund for something I bought.\trequest_refund\nI thought I left my card at a restaurant, but they claim not to have it and now I don't have any idea where it is. I'm so worried that someone might be using it fraudulently. Is there any way to look into this?\tlost_or_stolen_card\nCan I add to my account using a cheque?\ttop_up_by_cash_or_cheque\nMy transfer has not arrived.\ttransfer_not_received_by_recipient\nI was unable to transfer money from my account.\tfailed_transfer\nyour company is awful, i would like to delete my account please\tterminate_account\nThe ATM didn't give me the amount I asked for\twrong_amount_of_cash_received\nWhy do I have a strange payment on my statement?\tcard_payment_not_recognised\nI need to renew a card that's about to expire\tcard_about_to_expire\nReport stolen card\tlost_or_stolen_card\nI think I lost my phone.  Is there a way to prevent anyone from getting into my account on it?\tlost_or_stolen_phone\nMy cash withdrawal was declined.  Why?\tdeclined_cash_withdrawal\nI just transferred some money. Why was I charged a fee?\ttransfer_fee_charged\nCan I pick between Visa and Mastercard?\tvisa_or_mastercard\nWill you accept my credit card?\tsupported_cards_and_currencies\nCan you tell me how I go about activating a new card?\tactivate_my_card\nWhere is the cash I deposited?\tbalance_not_updated_after_cheque_or_cash_deposit\nCancelling a transaction\tcancel_transfer\nI need assistance with understanding which fiat currencies that you support.\tfiat_currency_support\nIf I bought something I didn't like, can I get a refund?\trequest_refund\nWhen will the money from a transfer be made available on my account?\ttransfer_timing\nWhere do I access the auto top-up function?\tautomatic_top_up\nhow much does it cost to add money to my card\ttop_up_by_card_charge\nWhere can I find the verification code for the card top-up?\tverify_top_up\nWhat is the verification process used for?\tverify_top_up\nI sent some money but the intended recipient says it hasn't arrived\ttransfer_not_received_by_recipient\nI'm expecting to see a cash withdrawal but I'm still waiting.\tpending_cash_withdrawal\nMay monthly payment to Apple has been declined but I don't know why, they are going to re-try the payment and it must go through, can you tell me what is going on please?\tdeclined_card_payment\nHow often can I top up my account?\ttop_up_limits\nshow me how to top up\ttopping_up_by_card\nI don't recognize what this payment on my statement would be for.\tcard_payment_not_recognised\nMy disposable virtual card was rejected.\tvirtual_card_not_working\nHow much will it cost me for a SEPA transfer?\ttop_up_by_bank_transfer_charge\nHi, status of one of my card payment is still pending from a while. Please let e know how much time it will take to complete.\tpending_card_payment\nWas there a problem with topping up?\ttop_up_failed\nCan I make a withdraw in my home currency at an ATM? I'm on vacation and am a bit worried because I don't have cash with me. Is it possible to withdraw here without any additional costs or fees?\twrong_exchange_rate_for_cash_withdrawal\nI would like to get an item refunded\trequest_refund\nCan you tell me what currencies I can use to add money?\tsupported_cards_and_currencies\nMy card is about to expire.  Are there any costs with a replacement card?  How quick do you mail it to me?\tcard_about_to_expire\nplease help me with this transfer, for some reason i can't transfer to a cryptocurency account\tdeclined_transfer\nHow do I know where my funds come from?\tverify_source_of_funds\nHow do I top up my account using transfer?\ttransfer_into_account\nHow do I know when my new card is going to arrive?\tcard_arrival\nMy product was faulty.\trequest_refund\nI am trying  to  transfer and  it has been  stopped why is  that\tbeneficiary_not_allowed\nWhat documents are required for proof of identity?\tverify_my_identity\nCan my PIN be changed in any cash machine?\tchange_pin\nI want a new card\tgetting_spare_card\nI've been charged an extra £1 and I don't know why\textra_charge_on_statement\nWhat does the €1 fee mean?\textra_charge_on_statement\nWhat is needed for identity verification?\tverify_my_identity\nI don't understand why I was charged an additional fee for this service. Can you clarify?\tcard_payment_fee_charged\nThere is a missing transfer on my account\tbalance_not_updated_after_bank_transfer\nMy account is locked because I used the wrong pin too many times.  Please help.p\tpin_blocked\nWhy hasn't my money transfer showed up yet?\tbalance_not_updated_after_bank_transfer\nMy card has been compromised. I see a bunch of online shopping charges that I didn't make. I need to freeze it immediately.\tcompromised_card\nWhy am I being charged again?\ttransaction_charged_twice\nI withdrew some cash and the exchange rate seems to be wrong.\twrong_exchange_rate_for_cash_withdrawal\nThe exchange rate looks wrong on a holiday purchase\tcard_payment_wrong_exchange_rate\nI topped up my account but the app failed to process it.\ttop_up_failed\nWith this app, will I be able to exchange currency?\texchange_via_app\nWhy is my card payment still pending?\tpending_card_payment\nWhy can I not choose the card i want?\tvisa_or_mastercard\nWhere do I get a disposable card\tget_disposable_virtual_card\nCan I use my apple watch to top-up?\tapple_pay_or_google_pay\nCan I make an account for my daughter?\tage_limit\nI was charged twice for a few things this week when I only bought one. What do I do?\ttransaction_charged_twice\nI would like to delete my account. I'm not happy with the service you're providing\tterminate_account\nWhy do I need to verify my account?\twhy_verify_identity\nWhat's the transfer time from Europe?\ttransfer_timing\nCan you tell me how to get my card on the app?\tcard_linking\nCan I top up using my apple watch?\tapple_pay_or_google_pay\nIf my phone was stolen, do I need to do anything?\tlost_or_stolen_phone\nWhat is the process when my card is due to expire?\tcard_about_to_expire\nHow can I find a way to transfer money without it being rejected?\tdeclined_transfer\nI have no way to prove my identity.\tunable_to_verify_identity\nThere is an urgent transfer I need to make from China.  How long will it take to get it processed?\ttransfer_timing\nI made a top up yesterday but it's still pending.\tpending_top_up\nThe applied exchange rate is wrong for the cash I got abroad.\twrong_exchange_rate_for_cash_withdrawal\nThere is a payment showing that I know I didn't make. I didn't use my card that day and I'm sure of it. Can you please cancel that transaction and return my money? Thankyou\tdirect_debit_payment_not_recognised\nLet me know when applying extra charges for payments. I just checked the app and saw a fee that I wasn't warned about.\tcard_payment_fee_charged\nWhy haven't I gotten my payment yet?\tpending_card_payment\nI would like to top up via credit card, which credit cards do you support?\tsupported_cards_and_currencies\nI have been charged way to much so something is apparently wrong with my exchange. I changed Russian Ruble into UK pounds.\tcard_payment_wrong_exchange_rate\nHas my top up gone through?\tpending_top_up\nHow can I check on the status of my new card?\tcard_arrival\nPlease explain the extra fee when I paid with the card.\tcard_payment_fee_charged\nI was charged an extra dollar on my account and would like to know the reason.\textra_charge_on_statement\nI can't find how to top up my account with a check.  Where is that?\ttop_up_by_cash_or_cheque\nMy statement is showing an extra £1 charge and I am unsure why. Is there an explanation for this?\textra_charge_on_statement\nI requested $100 but only got $20\twrong_amount_of_cash_received\nWhere do I go to see the source of my available money?\tverify_source_of_funds\nIs there an alternative to a physical card?\tgetting_virtual_card\nI need a transaction reversed from my account.\ttransaction_charged_twice\nwhy hasn't my virtual card arrived?\tgetting_virtual_card\nI was only given $20 when I tried to get $100\twrong_amount_of_cash_received\nI need your help immediately.  There is a 500£ cash withdrawal that I know nothing about.  I think my account has become compromised.\tcash_withdrawal_not_recognised\nI noticed a charge for a transfer.  Why is this?  Is it because I did an international transfer?\ttransfer_fee_charged\nThere was an extra fee when I paid with my card, why was i charged this extra fee?\tcard_payment_fee_charged\nhow do i get a pin for my card\tget_physical_card\nI was checking my statement and my top-up has been reverted\ttop_up_reverted\nThere is a fee from a transfer that is not supposed to be here!\ttransfer_fee_charged\nI was checking the app for my account and I noticed there is an authorized charge on it.  I haven't used my card today, so I know I didn't do it.  I would like the transaction reversed and the money replaced.\tdirect_debit_payment_not_recognised\nThere is a direct debit transaction that I did not authorize\tdirect_debit_payment_not_recognised\nHi, I was just checking over my card transactions and notice I was charged twice for a restaurant visit this week. Can you please remove one of these false charges from my account?\ttransaction_charged_twice\nWhat's the limit for auto top-up?\tautomatic_top_up\nHow do I get a refund for something I bought?\trequest_refund\nAm I able to do a SWIFT transfer with you?\ttop_up_by_bank_transfer_charge\nHow will I know when I can use the auto top-up feature?\tautomatic_top_up\nI need to reverse a transaction\tcancel_transfer\nIs my card actually working? It's the first time I tried using it\tdeclined_cash_withdrawal\nI'm checking my statements and I saw a purchase from a couple weeks ago that I don't recall at all. Not only that, but I don't even know the business that charged it. I'm not sure if I did it or not, but can we check it and see if we can trace it back to make certain?\tdirect_debit_payment_not_recognised\ngoogle pay top up did not work\tapple_pay_or_google_pay\nCan I top up using my cheque?\ttop_up_by_cash_or_cheque\nWhat is the number of transactions for one disposable card?\tdisposable_card_limits\nWhy did the cash deposit not show up in my account?\tbalance_not_updated_after_cheque_or_cash_deposit\nI'd like to know what you guys look at to decide an exchange rate\texchange_rate\nI don't know what my passcode is, can you help?\tpasscode_forgotten\nWhat is the procedure for activating this card?\tactivate_my_card\nCan I order a new card?  Mine is about to expire.\tcard_about_to_expire\nIs there a way to get a virtual card?\tgetting_virtual_card\nWhy does my transfer still say it is pending?\tpending_transfer\nI need to get hold of a physical card?\torder_physical_card\nI was denied cash at an ATM\tdeclined_cash_withdrawal\nIs there a tracking number for the card?\tcard_arrival\nI tried to buy something online yesterday and was told declined. I got the same error today after trying again. What is the problem?\tdeclined_transfer\nI'm supposed to have a refund but it isn't there\tRefund_not_showing_up\nI think my card payment has been refunded\treverted_card_payment?\nHow long will a transfer from the US take?\ttransfer_timing\nA payment is showing twice. Why is that?\ttransaction_charged_twice\nIs there an extra fee for using an ATM?\tcash_withdrawal_charge\nIs my PIN sent separably?\tget_physical_card\nCan I use your app to exchange USD for GBP?\texchange_via_app\nWhy is the exchange rate so high? This should have been a much higher amount of cash for that to apply.\twrong_exchange_rate_for_cash_withdrawal\nHow can I transfer some money into a foreign account?\ttransfer_into_account\nEverything was stolen from me.  I can't use the app.  Please advise.\tlost_or_stolen_phone\nI noticed my transfer was declined.\tdeclined_transfer\nHow do I delete my account now\tterminate_account\nwhat do I need to do if the ATM kept my card?\tcard_swallowed\nHow simple is it to transfer money into my account?\ttransfer_into_account\nWhat do I do if my Google pay top up isn't working?\tapple_pay_or_google_pay\nI think I was charged by mistake on my debit statement.\tdirect_debit_payment_not_recognised\nWhile abroad, I got cash, and the exchange rate applied is wrong.\twrong_exchange_rate_for_cash_withdrawal\nHow long do bank transfers usually take?\tbalance_not_updated_after_bank_transfer\nPlease verify my top-up card\tverify_top_up\nI've got a problem - I purchased an item maybe a week or two ago, but to the payment came back to my account! I've already got what I ordered, so why are the payment funds showing up in my account?\treverted_card_payment?\nCan I track my card while it is in the process of delivery?\tcard_arrival\nI'm confused as to why my transfer is still listed as pending on the website.\tpending_transfer\nI have my card now how do I activate it?\tactivate_my_card\nWhy was I unable to complete my transfer?\tfailed_transfer\nI attempted to get cash in the ATM but I was denied\tdeclined_cash_withdrawal\nHello, I wanted to get some more information about ATM Withdraw Fee. I have been withdrawing money for years and notice this charge on my account. I always thought it was no fee since its you guys ATM company that I am withdrawing. Can you please explain?\tcash_withdrawal_charge\nWhen I bought something abroad, the exchange rate was wrong.\tcard_payment_wrong_exchange_rate\nwould I need to pay extra for exchanging currencies?\texchange_charge\nMy new card just arrived, how can I activate it?\tactivate_my_card\nWhy can't I complete my transfer?\tfailed_transfer\nis my pin the same as my passcode\tget_physical_card\nWhy can't I make multiple payments with my virtual card?\tvirtual_card_not_working\nI withdrew cash and was charged\tcash_withdrawal_charge\nI could not get the top-up to go through\ttop_up_failed\nWill my card work at all merchant locations?\tcard_acceptance\nIs there a reason my transfer failed?\tfailed_transfer\nWhere in the app do I go to verify my identity?\tverify_my_identity\nI am seeing in the App a diret debit that its not mine\tdirect_debit_payment_not_recognised\nHow do I authenticate my top-up?\tverify_top_up\nWhere can I use this card?\tcard_acceptance\nYou've incorrectly calculated the exchange rate for my cash withdrawal\twrong_exchange_rate_for_cash_withdrawal\nI would like to change my name after marriage.\tedit_personal_details\nI paid with card and I was charged a fee\tcard_payment_fee_charged\nIs it possible to transfer money to my credit card?\ttopping_up_by_card\nI've just been married and need to update my name\tedit_personal_details\nHow does someone else top up my account\ttopping_up_by_card\nWhy is the payment from my card still pending?\tpending_card_payment\nI wanted to take out $100 but I only got $20.\twrong_amount_of_cash_received\n"
  },
  {
    "path": "data/banking/test.tsv",
    "content": "text\tlabel\nCan I exchange currencies with this app?\texchange_via_app\nMy daughter would like a card as well, how can we make this happen?\tgetting_spare_card\nWhat countries can I travel to and have access to their currencies?\tfiat_currency_support\nThink someone has took money out with my card. What shall I do?\tcash_withdrawal_not_recognised\nWhat is the number of days I have to wait for my Europe transfer?\ttransfer_timing\nHow can I unblock a blocked pin number for my account?\tpin_blocked\nSomething went wrong with my withdrawal. The amount of money isn't right.\twrong_amount_of_cash_received\nHow can I check the source of my fund?\tverify_source_of_funds\nWhat should I do if I see a payment I didn't make?\tcard_payment_not_recognised\nHow do I freeze my bank card, as there has been a strange withdrawal?\tcash_withdrawal_not_recognised\nI need to find out why my transfer didn't get there.\ttransfer_not_received_by_recipient\nMy phone is lost.  What do I do to prevent someone from using the app?\tlost_or_stolen_phone\nSomeone stole my phone.\tlost_or_stolen_phone\nCan I get a card even if I live outside the UK?\tcountry_support\nI ordered a card a week ago, and it's still not here. What do I do?\tcard_arrival\nHow many transactions can I do with one disposable card?\tdisposable_card_limits\ncan i do a transfer with swift\ttop_up_by_bank_transfer_charge\nWhat if I need multiple disposable cards?\tdisposable_card_limits\nWhat is the reason for this fee I got after a simple cash withdrawal?\tcash_withdrawal_charge\nPlease help me to know the status of my card payment as its pending since a while.\tpending_card_payment\nIs Visa or Mastercard available?\tvisa_or_mastercard\nHow can I get a new card ASAP to replace an old, soon to expire one?\tcard_about_to_expire\nWhy was I charged extra for transferring money?\ttransfer_fee_charged\nHow do I re-add a card to the app?\tcard_linking\nWhy isn't my transfer going through? I get a message saying it's not possible. I've had no issues in the past.\tbeneficiary_not_allowed\nI don't understand why it says I have to verify the top-up.\tverify_top_up\nHow do I use a disposable virtual card?\tget_disposable_virtual_card\nThe app is showing an ATM withdrawl that I didn't make.\tcash_withdrawal_not_recognised\nwhat is the exchange rate?\texchange_rate\nI did what you told me earlier and contacted the seller for a refund directly, but nothing is happening! It's been a week and I still haven't got anything. Please just give me back my money\tRefund_not_showing_up\nI believe my credit card was stolen.\tlost_or_stolen_card\nlost phone, dont want others to access account\tlost_or_stolen_phone\nI have a pending cash withdrawal\tpending_cash_withdrawal\nHow much does it cost to exchange currencies?\texchange_charge\nIs there a charge for a foreign currency exchange?\texchange_charge\nI withdrew money but the full amount wasn't dispensed.\twrong_amount_of_cash_received\nWe need both a visa and a Mastercard.\tvisa_or_mastercard\nDo ATM cash withdrawals carry a charge now? They've been free in the past, but all of a sudden I have to pay to make ATM withdrawals?\tcash_withdrawal_charge\nWhat kind of foreign exchange rate will I get when I exchange my money?\texchange_rate\nIf my transfer is from Europe how long will it take?\ttransfer_timing\nWhy is identity verification mandatory?\twhy_verify_identity\nWhere are my funds being sourced from?\tverify_source_of_funds\nWhy hasn't my transfer been made?\tfailed_transfer\nI no longer live at my address on file, how do I change it?\tedit_personal_details\nI have a new card and I want to activate it\tactivate_my_card\nHow do I order a new card before It expires?\tcard_about_to_expire\nAre there extra charges for exchanging currency?\texchange_charge\nMy card payment is still pending.\tpending_card_payment\nHow long will it take for my ID to verify?\tunable_to_verify_identity\nI don't find your services useful anymore, how do I delete my account?\tterminate_account\nI would like an account for my children, how do I go about doing this?\tage_limit\nAre there charges for topping up US cards?\ttop_up_by_card_charge\nWhat is the time frame for a transfer from the US?\ttransfer_timing\nWhere can I exchange my money for EUR?\tfiat_currency_support\nDo you support any currency?\tfiat_currency_support\nWill it cost more money if my currency needs to be exchanged?\texchange_charge\nMy transfer appeared not to work.\tfailed_transfer\nWhy caused my top up to not work?\ttop_up_failed\nI would like to add money to my account through my American Express.\tsupported_cards_and_currencies\nWhy have I been charged twice for the same transaction?\ttransaction_charged_twice\nHow can I use American Express to add money to my account?\tsupported_cards_and_currencies\nWhat is the payment in my account that I did not do?\tcard_payment_not_recognised\ncan I choose a date for delivery?\tcard_delivery_estimate\nI think my identity has been stolen, can you check on unauthorized charges?\tcompromised_card\nCan I have a second card?\tgetting_spare_card\nWhere can I find the source of my available money?\tverify_source_of_funds\nwhat is the top up limit\ttop_up_limits\nIn exchange for top ups will you take fees?\ttop_up_by_card_charge\nSince my card is about to expire, I need a new one.\tcard_about_to_expire\nHow do I link a card that I already have?\tcard_linking\nA transaction is repeated several times on my account.\ttransaction_charged_twice\nI could not do a transfer because it was declined\tdeclined_transfer\nWhy am I being charged twice fro a restaurant?\ttransaction_charged_twice\nI want to use a European bank card for a top up. Must I pay?\ttop_up_by_card_charge\nI need my card quickly\tcard_delivery_estimate\nCan i get a single use virtual card\tget_disposable_virtual_card\nPlease delete my account right now!\tterminate_account\nI transferred money yesterday, but it still isn't available?\tpending_transfer\nWhich credit or debit cards can I use to top up?\tsupported_cards_and_currencies\nDo you have to order a new card before your current card expires?\tcard_about_to_expire\nMy attempted transfer failed.\tfailed_transfer\nMy card got stolen!\tlost_or_stolen_card\nHow old do you have to be to get an account?\tage_limit\nwill i be able to open an account for my daughter\tage_limit\nHow do I report my card stolen?\tlost_or_stolen_card\nWhat is this direct debit I am seeing?\tdirect_debit_payment_not_recognised\nI attempted to get money using a foreign currency at an ATM but the rate was highly inaccurate!\twrong_exchange_rate_for_cash_withdrawal\nHow long does it take for funds to come through the US to my account?\ttransfer_timing\nDo I need to make a regular payment before a contactless one?\tcontactless_not_working\nMy refund is missing\tRefund_not_showing_up\nI didn't receive the right amount of cash back\twrong_amount_of_cash_received\nCan you tell me the limits for top ups?\ttop_up_limits\nI attempted to use my card while I was intoxicated, and I failed to input my PIN, and the machine kept my card. How soon can I have it back?\tpin_blocked\nCan I give my friends access to my account so they can top it up for me?\ttopping_up_by_card\nCan you tell me why my top up didn't work?\ttop_up_failed\nI have tried transferring money numerous times.  All I keep getting is an error message.  Can you tell me what is going on and how this van be fixed?\tbeneficiary_not_allowed\nWhy doesn't the card payment work\tdeclined_card_payment\nI don't recall making that payment?\tcard_payment_not_recognised\nAm I able to change my PIN at any cash machines?\tchange_pin\nActivating my card\tactivate_my_card\nHow long is my Europe transfer wait?\ttransfer_timing\nDo you know the closest ATM?\tatm_support\nHow do I deal with a stolen card?\tlost_or_stolen_card\nCan my card be used everywhere?\tcard_acceptance\nCan I create a disposable virtual card?\tget_disposable_virtual_card\nHelp!  My wallet was stolen and someone is taking money out.  I need this money!  What can I do?\tcash_withdrawal_not_recognised\nCan I order extra cards?\tgetting_spare_card\nMy bank statement doesn't show the cash deposit I made recently.\tbalance_not_updated_after_cheque_or_cash_deposit\nHow can I fix a problem where contactless isn't working?\tcontactless_not_working\nWhat are the cards and currencies that are supported?\tsupported_cards_and_currencies\nI did not get as much cash as I requested at the ATM.\twrong_amount_of_cash_received\nI live in the US but want to get a card\tcountry_support\nWhy has payment been returned?\treverted_card_payment?\nWhy can't I verify my identity?\tunable_to_verify_identity\nTop up on my Google Pay isn't working.\tapple_pay_or_google_pay\nI recently got charged twice from a restaurant that I was at this week and I would like for one of those payments to be removed from my account.\ttransaction_charged_twice\nCan you explain where I can find the auto-top option?\tautomatic_top_up\nThere are some strange charges on my card that I didn't make from a few days ago.  Is my card stolen and if so should I cancel it?  Will I get refunded the charges?\tcard_payment_not_recognised\nI have a strange cash withdrawal in my statement\tcash_withdrawal_not_recognised\nI tried using my card today and it's not working, can you help me?\tcard_not_working\nWhy am i to verify the top-ups?\tverify_top_up\nIs it possible to open an account for my children?\tage_limit\nMay I choose between Visa and Mastercard?\tvisa_or_mastercard\nMy card has not arrived yet, where is it?\tcard_arrival\nI have a top up that didn't go through.  Why?\ttop_up_failed\nI asked for a refund last week but nothing has happened yet, can you help me please?\tRefund_not_showing_up\nIn my statement there is a payment that is I do not recognize\tcard_payment_not_recognised\nI would like to order a disposable virtual card. How can I do this?\tget_disposable_virtual_card\nI received cash from the ATM earlier, but this shows up as pending in the app.  I've got the cash already.  How can this be still pending?\tpending_cash_withdrawal\nI don't want the transaction to go through now\tcancel_transfer\nIs there a limit to top-up amounts?\ttop_up_limits\nI transferred my funds, why did it not go through?\tfailed_transfer\nHow do I deposit cash into my account?\ttop_up_by_cash_or_cheque\nIs the bank the only place I can change my PIN>\tchange_pin\nWhere do I link the new card?\tcard_linking\nAre my friends able to top up my account?\ttopping_up_by_card\nWhich ATMs accept this card?\tatm_support\nHow much is a cross currency exchange, and can I check to see if I have any discounts available?\texchange_charge\nWhere do I locate topping up with cash.\ttop_up_by_cash_or_cheque\nAre there restrictions for ordering extra cards?\tgetting_spare_card\nWhy do I have a pending cash withdrawal?\tpending_cash_withdrawal\nPlease advise what is the exchange rate\texchange_rate\nMy card is lost! What do I do now?\tlost_or_stolen_card\nI broke my card\tcard_not_working\nwhen does the rate get determined\texchange_rate\nMy card still hasn't arrived after 2 weeks. Is it lost?\tcard_arrival\nCan I use cash to top up my account?\ttop_up_by_cash_or_cheque\nI want to buy cryptocurrency, but your app doesn't let me. Why?\tbeneficiary_not_allowed\nI would rather the Mastercard.\tvisa_or_mastercard\nAre there any hindrances to using a disposable virtual card?\tdisposable_card_limits\nHow many disposable cards can I make in a single day?\tdisposable_card_limits\nI have been charged a fee for paying with card\tcard_payment_fee_charged\nWhere did your guys exchange rates come from?\texchange_rate\nI didn't take out money from an ATM but my app statement shows that I did. How can I fix this?\tcash_withdrawal_not_recognised\nwhy wouldn't you support american express? its a card i like and use often and i don't want to get a different one\tsupported_cards_and_currencies\nMy card does not work\tcard_not_working\nMy transfer got declined.\tdeclined_transfer\nHow can I request cash back? The ATM just gave me the wrong amount, the app shows the amount that I've been actually charged though...\twrong_amount_of_cash_received\nI tried to get $100 but I just got $20\twrong_amount_of_cash_received\nWhy can't I get cash?\tdeclined_cash_withdrawal\nI NEED TO KNOW HOW TO TRANSFER MONEY INTO MY BANK ACCOUNT. PLEASE HELP\ttransfer_into_account\nI need the source of my funds verified. How do I do this?\tverify_source_of_funds\nHow do I top-up using cash?\ttop_up_by_cash_or_cheque\nHow much does it cost to top up by card?\ttop_up_by_card_charge\nCan I freeze my card right now?\tcompromised_card\nSo, I am a new customer and attempted to top up for the very first time today. It's already been pending for half an hour and doesn't seem to be working. I need to please get this fixed.\tpending_top_up\nwhat are exchange rates based on\texchange_rate\nWhere do I go if I want to link my new card?\tcard_linking\nWhat stores can I sue my card?\tcard_acceptance\nHow can I fund my top-up account using my bank account?\ttransfer_into_account\nWhy is my debit card being declined when I have money?\tdeclined_card_payment\nWhere can I find your locations?\tcountry_support\nI would like to close my account.\tterminate_account\nunhappy with you, how to delete account\tterminate_account\nWill my card be accepted all over the world?\tcard_acceptance\nHello. Can you tell me if you use Visa or Mastercard?\tvisa_or_mastercard\nWhat is the best way to exchange currency?\texchange_via_app\nThe transfer is coming up as pending the payment is due today. Will I be charged a fee?\tpending_transfer\nHelp.  I have a stolen card!\tlost_or_stolen_card\nHelp me with my contactless which isn't working.\tcontactless_not_working\nI ordered a card but it has not arrived. Help please!\tcard_arrival\nWhat is the source of my funds.\tverify_source_of_funds\nwhat do i do if my verification failed\tunable_to_verify_identity\nI see what looks like duplicate charges on account.\ttransaction_charged_twice\nI'm not sure why my account has been refunded a payment for an item I've already received about 2 weeks ago. Can you please tell me what is going on?\treverted_card_payment?\nCan I unblock my card using the app?\tpin_blocked\nIf my card is about to expire, do I need to order a new one?\tcard_about_to_expire\nI am still waiting for my card after 1 week.  Is this ok?\tcard_arrival\nIf the transfer details have already but reviewed and confirmed that they are correct, what other reason would cause my transfer to be declined?\tdeclined_transfer\nHow long will it take for my transferred money to show up?\tbalance_not_updated_after_bank_transfer\nI am not seeing a refund in my statement.\tRefund_not_showing_up\nFrom where are you getting your exchange rates?\texchange_rate\nHow do I unblock my pin after entering it wrong too many times?\tpin_blocked\nI was wondering whether exchanging currencies can be done on this app.\texchange_via_app\nWhere's accounting for my cash withdrawal?\tpending_cash_withdrawal\nI can't find the top-up verification code.\tverify_top_up\nCan I reactivate my PIN?\tpin_blocked\nI still don't have my card after 2 weeks.  What should I do?\tcard_arrival\nWhy was my card payment reverted?\treverted_card_payment?\nI need a new passcode.\tpasscode_forgotten\nCan you look into my top up please.  I made it over three hours ago and yet it's still pending.\tpending_top_up\nIs there a way to reset my passcode?\tpasscode_forgotten\nDo cash machines let me change my pin?\tchange_pin\nHow can I lookup where funds came from?\tverify_source_of_funds\nCan anyone help me, I lost my wallet and they've started withdrawing from my account.\tcash_withdrawal_not_recognised\nI have paid by my card but payment is still its coming as pending. I think there is some issue please check and let me know when the status will complete.\tpending_card_payment\nIs there a limit on top-ups?\ttop_up_limits\nCan I use my card anywere?\tcard_acceptance\nI found my card, I would like to reactivate it.\tcard_linking\nHow long do card transactions take to clear?\tpending_card_payment\nHow do I select a Mastercard instead of a Visa?\tvisa_or_mastercard\nHow long with my cash withdrawal stay pending for?\tpending_cash_withdrawal\nWhat things do I need to verify my identity?\tverify_my_identity\nWhat is the age to open an account?\tage_limit\nI am attempting to make a purchase online, but my card is not working.  I know there are funds available, is this an issue on the banks end?\treverted_card_payment?\nCard payment declined?\tdeclined_card_payment\nI think someone else is using my card.  There are transactions I didn't make.\tcompromised_card\nMy credit card was declined.\tdeclined_card_payment\nI can't top up my account using my American Express with Apple Pay.\tapple_pay_or_google_pay\nWhy is your exchange rate for my card payment wrong\tcard_payment_wrong_exchange_rate\nWhere do I need to live to get support?\tcountry_support\nHow do I obtain a disposable virtual card?\tget_disposable_virtual_card\nIt seems my top up is reverted?\ttop_up_reverted\nHow do I locate my card?\tcard_arrival\nWhat do you need for my identity check?\tverify_my_identity\nHow do I top up my card using your app? I'm new to this.\ttopping_up_by_card\nWhere is my transfer from [country]?\tbalance_not_updated_after_bank_transfer\nMy card was not accepted.\tdeclined_card_payment\nI'd like to cancel a transfer\tcancel_transfer\nHow can I find the nearest ATM?\tatm_support\nWhy isn't my card working?\tcard_not_working\nSomebody has stolen my card, I need help please.\tlost_or_stolen_card\nHow can I top up automatically?\tautomatic_top_up\nI have completed a transfer but it is not showing up.\tbalance_not_updated_after_bank_transfer\nWhen will my transfer be available in my account.\tbalance_not_updated_after_bank_transfer\nHi, I was trying to use my card but it was declining by ATM. I have cross checked with two different ATMs but i was facing the same issue. Could you please check my account.\tdeclined_cash_withdrawal\nWill I need to order a new card since mine expires next month?\tcard_about_to_expire\nWhen are cards delivered?\tcard_delivery_estimate\nWill it automatically top-up or do I need to do that manually if there isn't much cash left?\tautomatic_top_up\nhow come the verification with the top up\tverify_top_up\nI made a transaction this morning and would like to revert it.\tcancel_transfer\nCan I add money with Apple Pay?\tapple_pay_or_google_pay\nWhere can I go to modify my detail?\tedit_personal_details\nWhere has my available money come from?\tverify_source_of_funds\nMy phone was stolen so I no longer have access to the app.\tlost_or_stolen_phone\nHow do I top up my account with a cash payment?\ttop_up_by_cash_or_cheque\nWhat can I use to verify my identify?\tverify_my_identity\nThere is a odd withdrawal on my account.\tcash_withdrawal_not_recognised\nMy transfer did not go through.\tfailed_transfer\nI need to get some more physical cards.\tgetting_spare_card\nCauses of top-up cancellation\ttop_up_reverted\nWhere do I request another card?\tgetting_spare_card\nMy card was rejected at the store for some reason, can you look into this for me?\tdeclined_card_payment\nhow do i change name?\tedit_personal_details\nIs there a transfer fee?\ttransfer_fee_charged\nCan the card be mailed and used in Europe?\tcountry_support\nCan I use my card for payment all over the world?\tcard_acceptance\nCan I verify the source of my funds?\tverify_source_of_funds\nWhat steps do I take to receive another passcode?\tpasscode_forgotten\nIf I wanted to make a change from GBP to AUD what is the process?\texchange_via_app\nTell me how many transactions I can do with a disposable card.\tdisposable_card_limits\nI see some fees for cash withdraw.\tcash_withdrawal_charge\nIs there a reason I was charged a fee for using my card as payment? I've never had an extra fee before.\tcard_payment_fee_charged\nI used an ATM in a foreign currency but the rate applied is wrong!\twrong_exchange_rate_for_cash_withdrawal\nWhy am I required to verify my identity?\twhy_verify_identity\nWhy did I not get my cash back after I withdrew?\twrong_amount_of_cash_received\nWhy is my refund missing from my  statement?\tRefund_not_showing_up\nWhy was I charged for card payment?\tcard_payment_fee_charged\nMy daughter needs a card. Can I give her one of mine that's linked to my account?\tgetting_spare_card\nIf my card payment is cancelled, what should I do?\treverted_card_payment?\nI took cash and got charged a fee\tcash_withdrawal_charge\nI need a fast transfer from China?  How fast will it be?\ttransfer_timing\nI really need money from my card today, but my card is getting declined. Please help!!\ttop_up_failed\nim so mad right now. theres several charges that I think my x boyfriend made on my card. the companys on the website wouldn't refund me my money, they told me to contact my bank. DO something please.\tdirect_debit_payment_not_recognised\nI got mugged yesterday and lost access to the app. I need to regain it.\tlost_or_stolen_phone\nMy card payment did not complete.\tdeclined_card_payment\nI cannot get my virtual card to work.\tvirtual_card_not_working\nMy source of funds need verified.\tverify_source_of_funds\nDoes the card you sent have a way to track to it?\tcard_arrival\nPlease give me both a visa and a master card.\tvisa_or_mastercard\nWhere did this fee come from?\textra_charge_on_statement\nI think my top-up was cancelled.\ttop_up_reverted\nIt doesn't look like the top-up completed.\tpending_top_up\nCan I get a card despite the fact I'm not in the UK?\tcountry_support\nI would like to exchange currencies, but is there an extra charge to do so?\texchange_charge\nWill there be any extra fees for European bank card for top up?\ttop_up_by_card_charge\nWhat should I do if I forgot my passcode?\tpasscode_forgotten\nWhat us the fee to transfer money from my bank?\ttop_up_by_bank_transfer_charge\nI need my card as soon as possible.\tcard_delivery_estimate\nI think my child used my card while I wasn't home.\tcompromised_card\nLooks like my card payment was duplicated. I went to pay at the store earlier, got declined once,second time it works. App still stays pending for one of the payments. Can you please remove one of them as it's wrong and clearly was declined?\ttransaction_charged_twice\nWhere can cards be delivered?\torder_physical_card\nThe amount of cash I received was different than what I requested.\twrong_amount_of_cash_received\nCan I top up with a cheque?\ttop_up_by_cash_or_cheque\nMy card suddenly quit working.\tcard_not_working\nI need some spare physical cards.\tgetting_spare_card\nWhy can't I verify my id?\tunable_to_verify_identity\nI was charged for something I didn't expect\ttransfer_fee_charged\nMy child needs a card, how can I add them to the account I currently have?\tgetting_spare_card\nWhy isn't my transfer not going through? I keep getting an error message.\tbeneficiary_not_allowed\nWhat are the fees of using an international card to add money?\ttop_up_by_card_charge\nI need help cancelling a transaction.\tcancel_transfer\nMy phone was stolen yesterday.  What should I do?\tlost_or_stolen_phone\nI got mugged yesterday and can't use the app.\tlost_or_stolen_phone\nDo I have to pay for topping up by transfer?\ttop_up_by_bank_transfer_charge\nMy card is expiring shortly.  How much will it cost for a replacement, and how soon can I get it?\tcard_about_to_expire\nHow do I check my security settings to allow contactless pay?\tcontactless_not_working\nMy address has updated and I need to change it.\tedit_personal_details\nThere is an extra $1 charge\textra_charge_on_statement\nThe ATM did not allow me to withdraw\tdeclined_cash_withdrawal\nI did transfer, why is it pending\tpending_transfer\nHow can I start using my card?\tactivate_my_card\nWhat do I need to do to change my PIN?\tchange_pin\nWhy is there a direct debit payment on my app that is not from me?\tdirect_debit_payment_not_recognised\nMy card was taken by the ATM.\tcard_swallowed\nHow much money can i top up?\ttop_up_limits\nWhat all is needed to verify the top-up card?\tverify_top_up\nhow come my transfer didn't work\tfailed_transfer\nWhat are all the currencies and cards supported to use this?\tsupported_cards_and_currencies\nI don't know where this transaction came from?\tcard_payment_not_recognised\nWhy do you need all this information about my Source of Funds?\tverify_source_of_funds\nContactless isn't working for me\tcontactless_not_working\nWhen my card expires, will I get a new one mailed to me?\tcard_about_to_expire\nI would like to change my pin.\tchange_pin\nHow can my friend transfer money to me?\treceiving_money\nI need to create several disposable cards per day.\tdisposable_card_limits\nI need to find out what is the limit for top-ups.\ttop_up_limits\nreason i need to verify top up\tverify_top_up\nCan I put my old card back into the system? I just found it/\tcard_linking\nI have a direct debit transaction I have not set up, but would like to .\tdirect_debit_payment_not_recognised\nI see a charge on my account that I don't recall making. I feel like my account may have been compromised.\tcard_payment_not_recognised\nWhat should I do if my card is missing?\tlost_or_stolen_card\nAre there any ATM machines near me?\tatm_support\nCan I exchange to EUR?\tfiat_currency_support\nHow long do i have to wait for a transfer to reach my account?\ttransfer_timing\nWho accepts my card?\tcard_acceptance\nWhy is there a charge on my account for taking out cash?\tcash_withdrawal_charge\nWhat are the top up charges for US cards?\ttop_up_by_card_charge\nWhy did I get charged a fee when I tried to obtain cash?\tcash_withdrawal_charge\nHow do I get rid of my account ASAP?\tterminate_account\nWhat are the steps in order to activate my new card?\tactivate_my_card\nMy recent transfer needs to be cancelled immediately; it was a mistake, please can you cancel it before it goes through?\tcancel_transfer\nIs there a top-up feature, if there isn't a lot of money left?\tautomatic_top_up\nWhat do I need to do to verify my identity?\tverify_my_identity\nHow can I freeze a stolen card?\tlost_or_stolen_card\nThe receipient doesn't see my money transfer.\ttransfer_not_received_by_recipient\nI can't use my card.\tcard_not_working\nI wasn't applied the correct exchange rate for an item I bought\tcard_payment_wrong_exchange_rate\nAre there limits on auto top-up?\tautomatic_top_up\nHow many countries do you support?\tcountry_support\nIs there a limit to how many transactions I can make on one disposable card?\tdisposable_card_limits\nWhat age can sign up for services?\tage_limit\nHow do I know if my top up was unsuccessful?\ttop_up_failed\nIs there any discount for someone that exchanges currencies frequently?\texchange_charge\nWhat do I need to verify my identity\tverify_my_identity\nIf I have more than one disposable card, can I make five payments on each of them?\tdisposable_card_limits\nWhat will I be charged for a physical card?\torder_physical_card\nProblems with top up\ttop_up_failed\nWhen I got cash, my exchange rate was wrong.\twrong_exchange_rate_for_cash_withdrawal\nThe refund isn't showing up on my account.\tRefund_not_showing_up\nI want to skip verification of my identity.\twhy_verify_identity\nHow do I go forth on verifying my identity?\tverify_my_identity\nhelp me find the top-up card's verification code?\tverify_top_up\nI would like to make a transfer. How much does it cost?\ttop_up_by_bank_transfer_charge\nI am experiencing difficulty providing my identity.\tunable_to_verify_identity\nI got some cash of an ATM earlier but this shows up as pending in the app. How can this be still pending, I've got the cash already?\tpending_cash_withdrawal\nI just got my new card but am not sure how to check its PIN.\tget_physical_card\nWhy is there a direct debit I didn't make showing in the app?\tdirect_debit_payment_not_recognised\nI have a pending transfer\tpending_transfer\ndoes it cost to exchange currencies?\texchange_charge\nI bought something and the money appeared back into my account? Why?\treverted_card_payment?\nIs there a problem with receiving my salary in GBP?\treceiving_money\nWhy did I receive an error message saying that my transfer was not possible?\tbeneficiary_not_allowed\ndo I need anything for the identity check?\tverify_my_identity\nI completed a money transaction but the recipient hasn't received it\ttransfer_not_received_by_recipient\nWhy does the app revert a payment?\treverted_card_payment?\nIs my pending cash withdrawal processed?\tpending_cash_withdrawal\nI believe my money did not go through with my top up, was there a problem on your end?\ttop_up_reverted\nI want to return an item.\trequest_refund\nShould I just wait until the post office sends a change of address form?\tedit_personal_details\nIs it possible to change to another currency?\texchange_via_app\ncard is lost, please help\tlost_or_stolen_card\nIs there a specific type you need for identity verification?\tverify_my_identity\nI got a fee for an ATM withdrawal.\tcash_withdrawal_charge\nlocations to withdraw money\tatm_support\nWhat currency's can i exchange for?\texchange_via_app\nHow do I get a physical card?\torder_physical_card\nUse credit card to transfer money\ttopping_up_by_card\nI have waited 15 days, but my payment still hasn't cleared.\tpending_card_payment\nDid my refund go through? It's not on my statement.\tRefund_not_showing_up\nWhat is the auto top up function and where can I find that at?\tautomatic_top_up\nI did a payment but the app reverted it\treverted_card_payment?\nI need help resetting my passcode to access my app.\tpasscode_forgotten\nAre there any extra fees for adding money into the international card?\ttop_up_by_card_charge\nMy card payment didn't work, can you help?\tdeclined_card_payment\nWhere can I go to get a virtual card?\tgetting_virtual_card\nWhat is the process of obtaining a disposable virtual card\tget_disposable_virtual_card\nMy top-up for Google Pay isn't working\tapple_pay_or_google_pay\nThe ATM ate my card.\tcard_swallowed\nWhere can I find the verification code on a top-up card?\tverify_top_up\nI would like to transfer money from my other bank account into this one.\ttransfer_into_account\nSomeone is using my account to do online shopping! Please freeze it asap\tcompromised_card\nWhat is this $1 charge on my statement?\textra_charge_on_statement\nHow do I top up with Apple Pay?\tapple_pay_or_google_pay\nMy exchange went wrong. I swapped Russian Ruble for UK pounds and was charged too much.\tcard_payment_wrong_exchange_rate\nHow do I get my paycheck through this?\treceiving_money\nMy transaction is still showing that is pending from my cash withdrawal.\tpending_cash_withdrawal\nWhy don't I have my transfer?\tbalance_not_updated_after_bank_transfer\nIs there anything I need to do since my phone was stolen?\tlost_or_stolen_phone\nCan I top up my account with a cheque?\ttop_up_by_cash_or_cheque\nI would like to revert a transaction I did this morning\tcancel_transfer\nWhy did I get charged for something I bought online? Even though it was international, I thought it would be covered.\ttransfer_fee_charged\nWhere can I get a virtual card?\tgetting_virtual_card\nThere is a charge on my card that I did not make\tcard_payment_not_recognised\nHow can I speed up a transfer?  Mine is pending.\tpending_transfer\nI am extremely unhappy with this app and want to get rid of my account?\tterminate_account\nHow can I top up with this cheque I got?\ttop_up_by_cash_or_cheque\nDo you support the exchange of EUR from my currency.\tfiat_currency_support\nI don't know what's wrong, my contactless stopped working. Tried it in a few different places today and it didn't work in any of them.\tcontactless_not_working\nWhere can the card be used?\tcard_acceptance\nCan someone please assist me with finding my nearest ATM?\tatm_support\nI cannot prove my own identity.\tunable_to_verify_identity\nThe cash I tried to draw from the ATM was not approved.\tdeclined_cash_withdrawal\nMy card doesn't work.\tcard_not_working\nWhen I submit a transfer, it is being declined.  The information I put in has been reviewed.\tdeclined_transfer\nI need a disposable virtual card, how do I get one?\tget_disposable_virtual_card\nThe  money I transferred does not show in the balance.\tbalance_not_updated_after_bank_transfer\nHow much am I charged for a SEPA transfer?\ttop_up_by_bank_transfer_charge\nThe app failed to verify my identity.\tunable_to_verify_identity\ntransaction failed?\ttransfer_not_received_by_recipient\nI just purchased a disposable virtual card. Am I able to use it for online purchases immediately?\tget_disposable_virtual_card\nWhat do i have to do to change my name?\tedit_personal_details\nThe app reverted what I topped up.\ttop_up_reverted\nIs there a fee to exchange foreign money?\texchange_charge\nWhat cards and currencies are supported?\tsupported_cards_and_currencies\nCan I change from one currency to another?\texchange_via_app\nWhy does the top-up need verification?\tverify_top_up\nIf I feel someone has my card information, can I get a new card?\tcompromised_card\nI was charged a fee after using my card and I shouldn't have been.\tcard_payment_fee_charged\nI want to use bank transfer for topping up my account. How is it handled?\ttransfer_into_account\nHow do I make sure I don't run out of money on my card while traveling?\tautomatic_top_up\nI would like to change my card PIN.\tchange_pin\nCan you explain disposable cards?\tget_disposable_virtual_card\nWhat do I need to do to get a refund?\trequest_refund\nWhat happened to where my top-up was canceled?\ttop_up_reverted\nI want to close my account\tterminate_account\nI cannot verify my identity\tunable_to_verify_identity\nWhere's the money that got charged to my card? It's not showing up in my account balance\ttopping_up_by_card\nI have a transaction that shows several times\ttransaction_charged_twice\nIs it acceptable to use my card anywhere?\tcard_acceptance\nI am unhappy with my purchase, how do I cancel the order?\trequest_refund\nI don't know how to top up my Google pay.\tapple_pay_or_google_pay\nI accidentally blocked my PIN. How do I reset it?\tpin_blocked\nWhy do you require so many identity details?\twhy_verify_identity\nI'm having a problem with a money transfer.  I sent some money to a friend a couple of hours ago, and they haven't received it yet.  Why hasn't it gotten to them? How long do transfers need to go through?\ttransfer_not_received_by_recipient\nWhere can I reset the passcode?\tpasscode_forgotten\nI like to Mastercard rather than Visa.\tvisa_or_mastercard\nSend me a physical card\torder_physical_card\nIs there an additional charge for topping up using a European card?\ttop_up_by_card_charge\nWhy was my account deducted from a seller when I didn't approve of it?\tdirect_debit_payment_not_recognised\nThe application reverted my top-up.\ttop_up_reverted\nIf I only have 1 other US card, can you take it?\tsupported_cards_and_currencies\nI lost my phone!\tlost_or_stolen_phone\nCan I use this app to change dollars into euros?\texchange_via_app\nFor what reason was my transfer declined?\tdeclined_transfer\nWhy is there a fee for withdrawing?\tcash_withdrawal_charge\nWhy won't my passcode work?\tpasscode_forgotten\nHow long do transfers need to come through? I sent some money to a friend, she needs it urgently, but seems it's still not there yet after a couple hours.\ttransfer_not_received_by_recipient\nNeed to deposit a cheque into my account\ttop_up_by_cash_or_cheque\nWhy can't I see my PIN?\tget_physical_card\nMay I receive a different card pin\tchange_pin\nHi, I don't think your exchange rate is right. I need you to check the official interbank exchange please.\tcard_payment_wrong_exchange_rate\nIs there a maximum i can top up?\ttop_up_limits\nMy statement has a dollar I have been charged showing up on it.\textra_charge_on_statement\nIs there a disposable virtual card I can order?\tget_disposable_virtual_card\nSomething went wrong, I was charged an extra pound?\textra_charge_on_statement\nWhy can't I activate my card?\tactivate_my_card\nWhat if I need my salary in a different currency?\treceiving_money\nWhat currencies are used in your exchange?\tfiat_currency_support\nWill you accept my other card?\tsupported_cards_and_currencies\nI go the wrong exchange rate applied to my purchase in a foreign country.\tcard_payment_wrong_exchange_rate\nI recently got a new place while I'm staying abroad and have been using this account to manage payments, but suddenly I am seeing fees increase. Where are these additional fees coming from?\ttransfer_fee_charged\nWhat is the purpose of the extra fee that is showing up on my statement?\textra_charge_on_statement\nHow long does it take for transfers to finish?  I sent funds to my pal, and she says that she has not gotten anything.\ttransfer_not_received_by_recipient\nCan I exchange between GBP and USD on the app?\texchange_via_app\nI want information about the source of funds.\tverify_source_of_funds\nThe app won't let me log in as myself.\tunable_to_verify_identity\nHow much will I pay to exchange foreign currency?\texchange_charge\nMy card payment is pending.\tpending_card_payment\nI got my new card. How do I activate it?\tactivate_my_card\nMy card stopped working when I use it\tcard_not_working\nHelp! I keep checking my account, but my refund is not showing. I requested that a seller refund my money a while back, but there is no money showing in my account. What can you do for me?\tRefund_not_showing_up\nHow to decide if I get a Visa or Mastercard?\tvisa_or_mastercard\nI am trying to make a transfer and am unsuccessful, can you please tell me why?\tfailed_transfer\nAre PIN separately?\tget_physical_card\nThey charged me for paying with my card.\tcard_payment_fee_charged\nCan you freeze my account?  I just saw there are transactions on my account that I don't recognize.  How can I fix this?\tcard_payment_not_recognised\nIf I need to exchange currency is there an extra fee?\texchange_charge\nPlease tell me which cash machines will allow me to change my pin.\tchange_pin\nCan I have a refund?\trequest_refund\nI am missing some funds from my account - I tried to transfer them using my credit card number, and it disappeared.\ttopping_up_by_card\nThe hotel called and said I left my phone in the room.\tlost_or_stolen_phone\nI requested a virtual card but it is not showing up. Why?\tgetting_virtual_card\nI would like to know any restrictions for the disposable cards.\tdisposable_card_limits\nHow can I change the PIN?  Do I have to go to a real bank?\tchange_pin\nCan I space out how often money is transferred along my travels?\tautomatic_top_up\nI just activated auto top-up, but it is not letting me enable it. Why not?\tautomatic_top_up\nMy PIN is blocked, what do I do?\tpin_blocked\nDo I need to verify my identity?\twhy_verify_identity\nI need to reorder my virtual card!\tgetting_virtual_card\nWhere on the website do I go to link my card?\tcard_linking\nI am traveling to Germany, Will I be able to use my card there?\tcard_acceptance\nWhere is the auto top-up option?\tautomatic_top_up\nWhy doesn't my disposable virtual card work?\tvirtual_card_not_working\nI'm pretty sure something went wrong with my exchange. I changed Russian Ruble to UK pounds and was charged way too much!\tcard_payment_wrong_exchange_rate\nWhy did you charge me for a cash withdrawal?\tcash_withdrawal_charge\nCan I link another card to my account?\tcard_linking\nIs there a reason why my account isn't updating because I used a check to  balance my account?\tbalance_not_updated_after_cheque_or_cash_deposit\nCan I unblock my pin?\tpin_blocked\nWhere can I find a virtual card?\tgetting_virtual_card\nDo you have a list of exchange rates?\texchange_rate\nWhen does the money get transferred to my account\ttransfer_timing\nPlease help me get a new card, I reside in the United States.\tcountry_support\nmy phone is gone\tlost_or_stolen_phone\nHow do your exchange rates work?\texchange_rate\nCan I make a withdraw if I am out of country from with out any fees at an ATM?\twrong_exchange_rate_for_cash_withdrawal\nI'm trying to figure out the current exchange rate.\texchange_rate\nWhat's the top up limit?\ttop_up_limits\nI want to cancel a transfer right away! Can you help?\tcancel_transfer\nTell me if there are any top-up limits?\ttop_up_limits\nHow do I link this new card?\tcard_linking\nWhy hasn't my transfer gone through yet?\tpending_transfer\natm would not give me cash\tdeclined_cash_withdrawal\nWhy could my transfer have been declined?\tdeclined_transfer\nI made a money transaction but the recipient can't see it\ttransfer_not_received_by_recipient\nWhy was my virtual card declined when attempting to setup automatic billing?\tvirtual_card_not_working\nMay I exchange currencies with this?\texchange_via_app\nI'm not sure why I was charged an extra fee for transferring funds.\ttransfer_fee_charged\nI tired to deposit some cash into my account but it's not there\tbalance_not_updated_after_cheque_or_cash_deposit\nMy cash withdrawal was partly declined\twrong_amount_of_cash_received\nWill you deal with SWIFT transfers?\ttop_up_by_bank_transfer_charge\nIs there a fee for exchanging currencies?\texchange_charge\nWhy are my payments showing pending?\tpending_card_payment\nMy American Express is in my Apple Pay and the top up is failing, why?\tapple_pay_or_google_pay\nMy friend still hasn't gotten a transaction I made.\ttransfer_not_received_by_recipient\nWhat currencies can I hold money in?\tfiat_currency_support\nHow do I report my card lost or stolen?\tlost_or_stolen_card\nThere is a withdrawal that isn't mind in the app.\tcash_withdrawal_not_recognised\nWhy is a money transfer not showing?\tpending_transfer\nDo I have to do the identity check?\twhy_verify_identity\nWhat are the steps to verify my identity?\tverify_my_identity\nWhat methods can I use to top up my account?\ttop_up_by_cash_or_cheque\nMore than one time this week, I have been charged more than once for the same transaction. Please correct the issue and refund the duplicate charges.\ttransaction_charged_twice\nHello, My money went through for my purchase but now I got contacted from the seller noting that they didn't receive it. Then the money was returned to my account and I'm not sure why this occurred. So if you can resolve this issue please.\treverted_card_payment?\nWhere do I find the top-up verification code?\tverify_top_up\nI payed with a card and was charged an extra fee\tcard_payment_fee_charged\nThere appears to have been a reversion in my top up\ttop_up_reverted\nHow many disposable cards is the limit?\tdisposable_card_limits\nHow can I find the top-up verification code?\tverify_top_up\nI made a transfer 12 hours ago. Why is it still listed as pending?\tpending_transfer\nThere is a strange payment on my statement. What should I do?\tcard_payment_not_recognised\nWhy was my card payment declined?\tdeclined_card_payment\nWill my transfer immediately show up in my account?\ttransfer_timing\nI need my funds verified.\tverify_source_of_funds\nDo you have a top-up limit?\ttop_up_limits\nwhy couldn't I get cash in the ATM?\tdeclined_cash_withdrawal\nHow can I get a second card for my daughter?\tgetting_spare_card\nWhat is a pending payment?\tpending_card_payment\nWould it be possible to get another card?\tgetting_spare_card\nI need a new PIN.\tchange_pin\nCan I have one of the virtual cards?\tgetting_virtual_card\nMy transaction to pay for an item was returned to my account.\treverted_card_payment?\nI can't prove my identity.\tunable_to_verify_identity\nHow do I cancel my card? There are charges on my account that I didn't make.\tcash_withdrawal_not_recognised\nCan I have it be delivered at a certain time?\tcard_delivery_estimate\nwhy does the app show a direct debit payment that I did not authorize\tdirect_debit_payment_not_recognised\nHow many days until the money will be in my account?\ttransfer_timing\nWas my top up reversed?\ttop_up_reverted\nI requested a refund, and never received it. What can I do?\tRefund_not_showing_up\nWhy is my card not working?\tcard_not_working\nI would like to delete my account please.\tterminate_account\nWhat is the exchange fee?\texchange_charge\nWhy wouldn't the contactless payment work when I tried to pay at the bus today?\tcontactless_not_working\nCan you give me a visa?\tvisa_or_mastercard\nCan I get cash with this card anywhere?\tatm_support\nCan you look to make sure the exchange rate is correct\twrong_exchange_rate_for_cash_withdrawal\nHelp!  The atm won't give me my card back.\tcard_swallowed\nCan you get me my card fast?\tcard_delivery_estimate\nI want a refund because my package has been taking too long to arrive. How do I go about doing that?\trequest_refund\nI have a pending payment in my account that I paid a while back ago and it still hasnt gone through. Why would it show pending for so long?\tpending_card_payment\nWhy am I being charged more ?\tcard_payment_wrong_exchange_rate\nwhere can user find pin?\tget_physical_card\nI don't like that I have to fill out so much information about my identity.\twhy_verify_identity\nWhen can I expect to receive my new card?\tcard_delivery_estimate\nCan I add to my account balance with a cheque?\ttop_up_by_cash_or_cheque\nI don't recognise a card payment\tcard_payment_not_recognised\nHow long until my friend receives my transaction?\ttransfer_not_received_by_recipient\nMy card payment is showing pending.\tpending_card_payment\nMy card won't work.\tcard_not_working\nI've just come back from an eating holiday in the USA and Canada and have SO many pending and duplicated transactions on my account.  I think there is something wrong, can you look in to it please?\ttransaction_charged_twice\nI'm in Spain and my stuff has been stolen. My card was with it and I need a new one shipped and the old one frozen.\tlost_or_stolen_card\nMy payment has been declined, I thought this issue was fixed!\tdeclined_card_payment\nAre you able to unblock my pin?\tpin_blocked\nWhat is the fee on my card payment?\tcard_payment_fee_charged\nSays my transfer can't be completed?\tfailed_transfer\nAre there any restrictions causing my transfer to be declined?\tdeclined_transfer\nHow are you determining your exchange rates?\texchange_rate\nCan I change the amount I made on a payment that I made to the payment is correct.\tcancel_transfer\nGood morning. I tried to make a purchase with my credit card last night and again this morning. Both times it was declined. Can you investigate?\tdeclined_transfer\nMy card is about to expire.\tcard_about_to_expire\nThe top-up is pending.\tpending_top_up\nhow do I link a card I already have?\tcard_linking\nI can't get my card to work.\tcard_not_working\nWhy isn't my PIN available yet?\tget_physical_card\nOMG!  I'm trying to load my card and it wont top up!  I desperately need the money either on my card or in my bank, where is it?\tpending_top_up\nHey I tried to get some money out earlier but the machine didn't work. Now just saw the transaction still seems in progress! Can you please check what's going there, seems something is broken, I don't want to be charged for money that I haven't actually received!\tpending_cash_withdrawal\nWhy didn't the ATM give me my money?\tdeclined_cash_withdrawal\nI have friends that would like to top-up my account is that possible?\ttopping_up_by_card\nOnce my card expires, what should I do?\tcard_about_to_expire\nhow can i change my details\tedit_personal_details\nI have been charged with a fee for paying with my card.\tcard_payment_fee_charged\nWhat type of ATMs accept this card?\tatm_support\nYou keep declining my transfers? It's always been working really well so far, but when I tried to buy something just now the card got declined. I tried couple times already but same thing.\tdeclined_transfer\nI've tried looking for the auto-top up option on your website and I can't seem to find it. Can you help me?\tautomatic_top_up\nWhich fiat currencies do you support?\tfiat_currency_support\nCan I get some money exchanged?\texchange_via_app\nWhat is the wait time for a transfer from the US?\ttransfer_timing\nI have multiple charges on the same transaction.\ttransaction_charged_twice\nHow can I top up by card?\ttopping_up_by_card\nCan you tell me where you get your exchange rates?\texchange_rate\nThe ATM didn't give me the card back!\tcard_swallowed\nI feel like too much money was taken during my currency exchange.\twrong_exchange_rate_for_cash_withdrawal\nwhy was my transfer declined\tdeclined_transfer\nWho else can top up my account\ttopping_up_by_card\nDo you do SWIFT transfers?\ttop_up_by_bank_transfer_charge\nHow do I view the card I received in the app?\tcard_linking\nI found my card, can I add it to the app?\tcard_linking\nYour top-up function isn't working, it still says pending even though I know my card works.\tpending_top_up\nI have to verify the source of my funds\tverify_source_of_funds\nIf I want a physical card, do I have to pay anything?\torder_physical_card\nWhy would my transfer be declined? I've checked that I've put in all the right details, but it is still declined.\tdeclined_transfer\nHow would you use a disposable card?\tget_disposable_virtual_card\nDo you accept checks?\ttop_up_by_cash_or_cheque\nI've received my card so now I need to know how to sync it to the app.\tcard_linking\nCan I use a bank transfer to refill my account?\ttransfer_into_account\nHow would I use my money in a different country?\texchange_via_app\nMy top-up was reverted, why did this happen?\ttop_up_reverted\nI submitted a cash deposit to my account but it hasn't posted yet.\tbalance_not_updated_after_cheque_or_cash_deposit\nCan I open an account for a child?\tage_limit\nshow me how to top up with my card\ttopping_up_by_card\nCan I link an existing card?\tcard_linking\nAre both Visa and Mastercard accepted?\tvisa_or_mastercard\nWhat is the necessity of verifying the top up?\tverify_top_up\nWhat fees apply when using a card?\tcard_payment_fee_charged\nCan I use my account without verifying my identity?\twhy_verify_identity\nI've been charged more than once for the same transaction\ttransaction_charged_twice\nWhy would my top up be cancelled?\ttop_up_reverted\nHi, I have been overcharged for my payment last Saturday. I guess exchange rate was wrong.\tcard_payment_wrong_exchange_rate\nI already have one of your cards, how do I link them?\tcard_linking\nI just got my card and want to use it, how do I activate my card?\tactivate_my_card\nAre there restrictions for my disposable card since it does not seem to be working?\tvirtual_card_not_working\nBalance hasn't been updated following a cheque or cash deposit\tbalance_not_updated_after_cheque_or_cash_deposit\nWhat is a disposable virtual card?\tget_disposable_virtual_card\nI just lost my wallet and I see that they are already withdrawing money from my account. How can I stop this?\tcash_withdrawal_not_recognised\nHow do I retrieve my card from the machine?\tcard_swallowed\nHow do I transfer money to my account?\ttransfer_into_account\nI forgot the code to access the app.\tpasscode_forgotten\nCan you tell me the total cost of a transfer?\ttop_up_by_bank_transfer_charge\nHow come the ATM gave me less cash than what I asked for?\twrong_amount_of_cash_received\nWhat ATMs will accept this type of card?\tatm_support\nI am not able to do a transfer to an account\tbeneficiary_not_allowed\nWhy did it decline my payment?\tdeclined_card_payment\nWhere is the tracking number for the card you sent me?\tcard_arrival\nWhen I made a purchase last Saturday, I was charged extra. Did I receive the right exchange rate?\tcard_payment_wrong_exchange_rate\nstill waiting on my new card\tcard_arrival\nhow do i get a card if i am in the usa\tcountry_support\nMy phone was stolen, what do I do?\tlost_or_stolen_phone\nCan you tell me what to do to reset my passcode?\tpasscode_forgotten\nWhere is the card PIN?\tget_physical_card\nMy card is lost! What can I do?\tlost_or_stolen_card\nhow many transactions can i make with a disposable card\tget_disposable_virtual_card\nI was wondering how I could have two charges for the same item happen more than once in a 7 day period. Is there anyway I could get this corrected asap.\ttransaction_charged_twice\nCan i change my PIN at the ATM?\tchange_pin\nHow do I make contactless work\tcontactless_not_working\nCan you freeze my card it was stolen\tlost_or_stolen_card\nHelp my verify my id.\tunable_to_verify_identity\nWhy wasn't I able to transfer to another account?\tbeneficiary_not_allowed\nI think my top up did not work\ttop_up_failed\nI don't like your company. Delete my account.\tterminate_account\nI would like to delete my account.\tterminate_account\nI am having difficulties to verify my identity.\tunable_to_verify_identity\nI would like to exchange currencies\texchange_via_app\nWill I be charged if I use European bank card for top up?\ttop_up_by_card_charge\nWhat happens if a merchant doesn't accept a payment?\treverted_card_payment?\nSomeone stopped my payment\treverted_card_payment?\nCan it automatically top-up money if there isn't much left?\tautomatic_top_up\nWhy would a transfer fail?\tfailed_transfer\nMy statement doesn't show that a refund has processed\tRefund_not_showing_up\nWhere are the virtual cards located?\tgetting_virtual_card\nMy cash withdrawl was declined why?\tdeclined_cash_withdrawal\nSomehow I am missing my card.  What should I do?\tlost_or_stolen_card\nWhat currencies or cards do you support for topping up?\tsupported_cards_and_currencies\nI thought cash withdrawals were free? Why have I been charged a fee? Also, how much is this fee?\tcash_withdrawal_charge\nWhere are the options to top up with a cheque on my account?\ttop_up_by_cash_or_cheque\nI'm quite confused as to what is going on. There is some odd extra pound charge on my statement in the app that's just listed as pending and doesn't go away since a couple days.\textra_charge_on_statement\nCan I make transfers before identity verification?\twhy_verify_identity\nThe wrong exchange rate was used when I bought something with a foriegn currency.\tcard_payment_wrong_exchange_rate\nI can't find my phone.\tlost_or_stolen_phone\nDo I need to verify my identity to use my account?\twhy_verify_identity\nCan you tell me if my pop-up went through?\ttop_up_failed\nI am not satisfied with your company and would like to delete my accounts!\tterminate_account\nDoes my PIN come with my card?\tget_physical_card\nMy card has not arrived yet.\tcard_arrival\nI was at an ATM and it swallowed my card.\tcard_swallowed\nWhy did my transfer fail?\tfailed_transfer\nI need to make a transfer, what will the fee be?\ttop_up_by_bank_transfer_charge\nWhy do I have to verify the top-up?\tverify_top_up\nMy disposable virtual card is not working when I try to use it at a point of sale transaction. What do I do now?\tvirtual_card_not_working\nThe service of this company sucks, I need to terminate my account.\tterminate_account\nWhy did my cash get charged a fee that should not be there.\tcash_withdrawal_charge\nThe ATM is declining my card. I tried at two different ATMs. Can you tell me if there's anything wrong with my account?\tdeclined_cash_withdrawal\nI made an out of country transfer and it hasn't went through yet.\tbalance_not_updated_after_bank_transfer\nAre there certain ATMs that I can use this card at?\tatm_support\nHow do I go forth on transferring money into my account?\ttransfer_into_account\nThe ATM keeps declining my card. I tried at a couple different ATMs. Can you tell me if there's a problem with my account?\tdeclined_cash_withdrawal\nhow long and how much does it cost for new card\tcard_about_to_expire\nMy disposable card seems not to be working am I doing something wrong?\tvirtual_card_not_working\nHow do I get a visa card?\tvisa_or_mastercard\nWhy doesn't my balance reflect my transfer\tbalance_not_updated_after_bank_transfer\nWhy didn`t my topup go through?\ttop_up_failed\nWhere do I go to get the code to verify the top up card?\tverify_top_up\nWhy was my cash withdrawal declined?\tdeclined_cash_withdrawal\nCan I make multiple online transactions with my virtual card?\tvirtual_card_not_working\nIm very upset as my top-up was canceled and I have no idea why.\ttop_up_reverted\nWhat exchange rate do you use?\texchange_rate\nIt's been two weeks, why has the transaction for $1.00 not been reversed?\textra_charge_on_statement\nWhy am I not able to verify my id?\tunable_to_verify_identity\nI need to edit the personal details section of my account\tedit_personal_details\nThe ATM machine stole my card.\tcard_swallowed\nI used my card for a purchase and was charged a fee\tcard_payment_fee_charged\nIt wants me to verify the top up. Why?\tverify_top_up\nWhy can't I top up with a cheque?\ttop_up_by_cash_or_cheque\nHow old does one have to be to have an account with the bank?\tage_limit\nMy latest payment was declined, I was told everything was back to working order. What happened?\tdeclined_card_payment\nWhy am I having trouble verifying my id?\tunable_to_verify_identity\nWhat does it mean when my top up is saying  still pending?\tpending_top_up\nHow much more do I have to pay to exchange currencies?\texchange_charge\nCan my friends send me money?\treceiving_money\nSomeone needs to make me aware when there are extra charges for payments. I happened to be looking at the app earlier and noticed a charge associated to a payment that was extra that no one made me aware of before at all.\tcard_payment_fee_charged\nI wanted to use my card contactless but it doesn't seem to be working, what could be the problem?\tcontactless_not_working\nHow many disposable cards per day am I allowed to have?\tdisposable_card_limits\nMy card isn't working\tcard_not_working\nWhy do you charge fees on card payments?\tcard_payment_fee_charged\nHow do I update my details?\tedit_personal_details\nhow to change name\tedit_personal_details\nIs there an exchange fee?\texchange_charge\nMy card broke.\tcard_not_working\nDo you do Visa or Mastercard?\tvisa_or_mastercard\nThe amount of cash I received was incorrect\twrong_amount_of_cash_received\nWhat can I do if contactless doesn't work?\tcontactless_not_working\nIs there any limit to the amount I can add to a card at a time?\ttop_up_limits\nI'm really stuck. I don't know why but my card payment has not gone through.\tdeclined_card_payment\nHow can I get my card out of the damn ATM?\tcard_swallowed\nHow can someone add money to my account?\ttopping_up_by_card\nI'm concerned about a payment that has recently been made on my card.  I do not recognize the name that the transaction went to, can you help me?\tcard_payment_not_recognised\nWhy is there more then one charge on my card I only paid for one not twice how can I fix this?\ttransaction_charged_twice\nThere's a direct debit on my account that I didn't authorize\tdirect_debit_payment_not_recognised\nWhy is the exchange rate so exorbitant? This should have been a much higher amount of cash for that to apply.\twrong_exchange_rate_for_cash_withdrawal\nWhy was my transfer charged fees?\ttransfer_fee_charged\nI need to reset my passcode. How do I do it?\tpasscode_forgotten\nIs my card usable anywhere?\tcard_acceptance\nhow can i top up?\ttopping_up_by_card\nHow do I freeze my card? I think someone is using it to make a bunch of online transactions.\tcompromised_card\nWhy is the cash deposit not showing up in my account?\tbalance_not_updated_after_cheque_or_cash_deposit\nWhat is the process of card activation?\tactivate_my_card\nWhat is the limit to disposable cards you can have?\tdisposable_card_limits\nCan you freeze my card because someone used it while I was out of town. I did not make these purchases.\tcompromised_card\nIm waiting for my transaction to go through.\ttransfer_not_received_by_recipient\nMy card got lost.\tlost_or_stolen_card\nMy money transfer has not arrived.\ttransfer_not_received_by_recipient\nWhy is a transaction showing as pending when I recieved cash from an ATM?\tpending_cash_withdrawal\nHow can I view the source of my available funds?\tverify_source_of_funds\nI am seeing in the App a some cash withdrawal that its not mine\tcash_withdrawal_not_recognised\nHow can I top-up my limit?\ttop_up_limits\nCan I find the origination of my funds?\tverify_source_of_funds\nHelp me cancel my transaction\tcancel_transfer\nHow fast can you deliver?\tcard_delivery_estimate\nThe stupid machine just swallowed my card!! I need a new one ASAP\tcard_swallowed\nWhere are cards delivered to?\torder_physical_card\nIt seems someone used my card! There are a few transactions from a small town in the middle of nowhere that I definitely have not made! Please prevent them from using it immediately!\tcompromised_card\nCan I use your app if I am from the EU?\tcountry_support\nI have a payment listed in error.\tcard_payment_not_recognised\nWhat's the limit on automatic top-up?\tautomatic_top_up\nThere's a recent charge on my card that I know I didn't make because I've never seen the name before. Can we investigate this?\tcard_payment_not_recognised\nIs my currency okay to add money with?\tsupported_cards_and_currencies\nWhy do I get charged additional fees on some payments, but not others?\tcard_payment_fee_charged\nI would like a virtual card- where can I purchase one?\tgetting_virtual_card\nHow do I open up an account for my child?\tage_limit\n\"Can you help me with a weird charge?  It's a pound charge that never goes away from the statement view on the app I'm using.  It's not described as anything but \"\"Pending\"\", and that status has never changed during the last two days.\"\textra_charge_on_statement\nThe expiration date of my card is approaching .\tcard_about_to_expire\nI would like to cancel a payment. I purchased something several days ago and i still have not received it.\trequest_refund\nAre you sure when the withdrawal will show?\tpending_cash_withdrawal\nIs there a fee for using a European bank card to top up?\ttop_up_by_card_charge\nWhere can I receive my card?\torder_physical_card\ni transfered however its still pending\tpending_transfer\nHow can I top-up my card?\ttop_up_by_cash_or_cheque\nHow do i transfer money using my credit card?\ttopping_up_by_card\nWhy didn't my transfer go through?\tfailed_transfer\nDo you have a limit to top ups?\ttop_up_limits\nHello! I recently made a purchase and I'm needing to cancel my order and process a refund as soon as possible.\trequest_refund\nI tried making an update to my balance using cheque just yesterday but it doesn't appear to have worked. Should this not be a faster process? I need you to please check over my account because something has went wrong.\tbalance_not_updated_after_cheque_or_cash_deposit\nMay I have another card?\tgetting_spare_card\n\"Where can I get my PIN unblocked?\"\tpin_blocked\n\"What do I do if an ATM \"\"stole\"\" my card?\"\tcard_swallowed\nim not paying this transfer fee\ttransfer_fee_charged\nHow can I verify my indentity?\tverify_my_identity\nwhy do i not have a virtual card\tgetting_virtual_card\nI did a transfer to my account but it doesn't show up\tbalance_not_updated_after_bank_transfer\nI am sick of this damn company and want to close out my account.\tterminate_account\nWhat is my card's PIN?\tget_physical_card\nI made a transfer a few hours ago from a UK banking account.  I do not yet see the transfer.  Please check on this for me.\tbalance_not_updated_after_bank_transfer\nI got charged and extra fee when I transferred money so why was I charged?\ttransfer_fee_charged\nThe atm won't give my card back!\tcard_swallowed\nHow do I go through the process of currency exchange?\texchange_via_app\nHow man currencies can I hold?\tfiat_currency_support\nIs there any way to Auto top-up?\tautomatic_top_up\nI didn't get cash from an ATM, but the app says I did\tcash_withdrawal_not_recognised\nHow do my friends top up my account\ttopping_up_by_card\nCan I use app to freeze account and dispute fraud?\tcompromised_card\nI've notice I was charged for withdrawing cash, can you explain why?\tcash_withdrawal_charge\nWhat countries will my card be supported in?\tcountry_support\nCan you tell me why my refund is not showing in my statement?\tRefund_not_showing_up\nCan I have a auto top-up when my account is short?\tautomatic_top_up\nMy card is gone I think it was stolen\tlost_or_stolen_card\nI'm at an ATM and withdrew 30 pounds and was only given 10. What should I do?\twrong_amount_of_cash_received\nWhat are the steps to activating a new card?\tactivate_my_card\nI can not seem to make a successful transfer, can you tell me what I'm doing wrong?\tfailed_transfer\nWhen I topped up, the app reverted my funds.\ttop_up_reverted\nWhat do you charge for physical cards?\torder_physical_card\nWhat do you need so I can verify my identity?\tverify_my_identity\nWhat should I do to verify my identity?\tverify_my_identity\nI made a withdraw from the ATM this past holiday and it seems like a was charged too much. If I would have   known about these charges I wouldn't have made a withdraw.\twrong_exchange_rate_for_cash_withdrawal\nWhat are some reasons that would cause ATM machines to decline my card? It has happened to me multiple times!\tdeclined_cash_withdrawal\nMy ecchange rate was wrong for a cash transaction.\twrong_exchange_rate_for_cash_withdrawal\nHow do I add the card to my account?\tcard_linking\nWhat do I do if I think someone managed to get my card information?\tcompromised_card\nFor what reason would a top up be reverted and returned to my account?\ttop_up_reverted\nDo you know why my card payment was reverted?\treverted_card_payment?\nWhat can you tell me about getting a virtual disposable card?\tget_disposable_virtual_card\nI think my card was stolen.\tlost_or_stolen_card\nI was supposed to get a purchase refunded but I don't see the money in my account\tRefund_not_showing_up\nMy salary is received in the form of GBP. Do I need to do anything specific to configure this?\treceiving_money\nSomeone has my card number, freeze my account.\tcompromised_card\nIs using my card free?\tcard_payment_fee_charged\nWhere can I obtain my virtual card?\tgetting_virtual_card\nWhy can't I top up?\ttop_up_failed\nChange currency\texchange_via_app\nThe expiration date on my card is coming up\tcard_about_to_expire\nThe app reverted my top off.\ttop_up_reverted\ngoing to need a new card what are the fees and time it takes\tcard_about_to_expire\nCan I cancel a transfer\tcancel_transfer\nWhere will I find my card?\torder_physical_card\nIf I transfer money from my bank to top-up my account will I be charged?\ttop_up_by_bank_transfer_charge\nCan you give me information about verification code?\tverify_top_up\nIs there an auto top-up option?\tautomatic_top_up\nIs there a fee for withdrawing cash?\tcash_withdrawal_charge\nWhy was I charged a fee for withdrawing cash?\tcash_withdrawal_charge\nThe exchange rate on my purchase is wrong.\tcard_payment_wrong_exchange_rate\nExplain why I can't do a transfer to a beneficiary.\tbeneficiary_not_allowed\nI am not able to use the app since I forgot my phone at the hotel I was staying at.\tlost_or_stolen_phone\nHow are currencies exchanged?\texchange_via_app\nWhy was a charged just for transferring?\ttransfer_fee_charged\nCan I receive a refund for my item?\trequest_refund\nSome idiot stole my card.\tlost_or_stolen_card\nMy transfer is still coming up as pending.\tpending_transfer\nI was retrieving money and my card wouldn't remove.\tcard_swallowed\nStill waiting on a refund.\tRefund_not_showing_up\nWhen will my balance update after a transfer?\tbalance_not_updated_after_bank_transfer\nmy card was not in the mail again can you advise?\tcard_delivery_estimate\nHow do I update the PIN on my account?\tchange_pin\nCan I exchange currencies?\tfiat_currency_support\nI've tried my card a bunch of times and it never worked.\tcard_not_working\nWhere can I withdrawal my money?\tatm_support\nMy card is about to expire. How do I get a new one?\tcard_about_to_expire\nI was trying to purchase something at the store today and my card has been declined.  Why has this happened?\tdeclined_card_payment\nAtm took my card\tcard_swallowed\nWhat are the most current exchange rates?\texchange_rate\nWhat places can I use my card?\tcard_acceptance\nWhat is the highest limit for Auto Top?\tautomatic_top_up\nhow do I top up my money automatically\tautomatic_top_up\nTo add money to my account, what currencies can I use?\tsupported_cards_and_currencies\nCan I do a bank transfer to put additional money in my account because I am out of money?\ttransfer_into_account\nDo I qualify for a visa card?\tvisa_or_mastercard\nHow does a transfer work?\ttransfer_into_account\ncan you assist me with the auto top up ?\tautomatic_top_up\nWhat is the code I need to get into the app?\tpasscode_forgotten\nCan I use my Apple Watch to to top up?\tapple_pay_or_google_pay\nThere is a direct debit that's not mine.\tdirect_debit_payment_not_recognised\nDo I need to establish I am paid in GBP before a transfer?\treceiving_money\nIt will be fine to use at any establishment that accepts Mastercard.\tcard_acceptance\nWhy did I get less money than I asked for?\twrong_amount_of_cash_received\nMy top-up failed, WHY?\ttop_up_failed\nIs their a fee for top ups?\ttop_up_by_card_charge\nHow do I find the verification code for my top-up card?\tverify_top_up\nhow long dies it take for transfers to reflect on my balance\ttransfer_timing\nWho accepts this card?\tcard_acceptance\nCan I use app to freeze my card and dispute fraud?\tcompromised_card\nIn terms of holding and exchange, what fiat currencies do you use.\tfiat_currency_support\nWhat kind of cash machines would allow me to change my PIN?\tchange_pin\nWhy would there be a payment on my account I don't recognize?\tcard_payment_not_recognised\nMy card stopped working\tcard_not_working\ni have not received my card\tcard_arrival\nI didn't get cash from an ATM, but according to the app a transaction was made when i didn't make it.\tcash_withdrawal_not_recognised\nWhen using a US card, what is the cost for a top up/off?\ttop_up_by_card_charge\nCAN YOU EXPLAIN HOW TO TRANSFER MONEY INTO MY  ACCOUNT FOR ME?\ttransfer_into_account\nDo you offer additional currency options?\tfiat_currency_support\nI show another charge on my card from when I used it, why?\tcard_payment_fee_charged\nMy card was declined today when eating and I need to know what's wrong.\tcard_not_working\nThere is a Direct Debit that I don't recognize.\tdirect_debit_payment_not_recognised\nHow do I track my card?\tcard_arrival\nMy ID won't be verified!\tunable_to_verify_identity\nMy card's expiring, what happens now?\tcard_about_to_expire\nIs there a limit for top-ups?\ttop_up_limits\nThe exchange rate would be?\texchange_rate\nHow can I top up my Google Pay?\tapple_pay_or_google_pay\nSomething is wrong with my payment account since it has been declined\tdeclined_card_payment\nCan am I able to exchange currencies?\texchange_via_app\nHow do you get a virtual card?\tgetting_virtual_card\nWhere can I use my card?\tcard_acceptance\nI made a mistake with a transaction!\tcancel_transfer\nWhat is the maximum number of transactions I can make with one card?\tdisposable_card_limits\nHow many card payments can I use on a disposable card?\tdisposable_card_limits\nWhat is the tracking number for the card you sent?\tcard_arrival\nHow can I use American Express to add funds to my account?\tsupported_cards_and_currencies\nIs there a maximum amount of top-ups?\ttop_up_limits\nI cannot use my card.\tcard_not_working\nWhat are the ATMs that will accept this card?\tatm_support\nI want to withdraw money, where can I go?\tatm_support\nMy card is broke, what do I do?\tcard_not_working\nAnd what about the Card's PIN?\tget_physical_card\nWhat is the need to verify my identity?\twhy_verify_identity\nAre SWIFT transfers accepted?\ttop_up_by_bank_transfer_charge\nWhat countries do you do business in?\tcountry_support\nI'm out of money, can I add money with my bank?\ttransfer_into_account\nHow do I top up my card?\ttransfer_into_account\nI need to validate the source of my funds.\tverify_source_of_funds\nI don't know why my payment didn't work.\tdeclined_card_payment\nI made a cash withdrawal but the pending status is taking forever.\tpending_cash_withdrawal\nWhere can I see the source of my money?\tverify_source_of_funds\nMy transfer will not go through.\tfailed_transfer\nShow me how to change my pin?\tchange_pin\nIs it permissible to hold money in multiple currencies?\tfiat_currency_support\nI believe I left my smartphone at the hotel I was staying at.\tlost_or_stolen_phone\nMore fees, this time for withdrawing my own cash. Why are you robbing me?\tcash_withdrawal_charge\nCan you cancel my purchase?\trequest_refund\nWhy does it say pending cash withdrawal on my statement?\tpending_cash_withdrawal\nI am waiting for a pending money transfer to process.\tpending_transfer\nWhat is the exchange rate like?\texchange_rate\nLet me know the steps for the identity checks\tverify_my_identity\nAre there fees for adding money using an international card\ttop_up_by_card_charge\nWill topping up by transfer lead to a charge on my account?\ttop_up_by_bank_transfer_charge\nI just got this card & I don't know how to activate it.\tactivate_my_card\nWhat do I need to do for a PIN?\tget_physical_card\nI am not being recognized by the app.\tunable_to_verify_identity\nMay I get a disposable virtual card as well?\tget_disposable_virtual_card\nWhere did this 1 euro fee come from?\textra_charge_on_statement\nHow can I create many temporary cards daily?\tdisposable_card_limits\nI tired to move my money, but my transfer was declined.\tdeclined_transfer\nMy card is just not working at this time.\tvirtual_card_not_working\nI would like to verify the source of my money\tverify_source_of_funds\nare both visa and mastercard available to me?\tvisa_or_mastercard\nWhat's the right way to activate my card?\tactivate_my_card\nHey I want to buy some crypto but the app doesn't allow me to! What's the issue, I really want to exchange this\tbeneficiary_not_allowed\nI topped up but the app reverted it\ttop_up_reverted\nHi I'm a new customer and tried topping up for the first time today, seems it's not working, the thing shows up as pending since half an hour already! Please fix it!\tpending_top_up\nhelp me obtain a virtual card\tgetting_virtual_card\nI am still waiting for a money transfer to show\tpending_transfer\nIf I receive foreign currencies, am I able to exchange them on the app?\texchange_via_app\nWhen will the $1 transaction be credited to me?\textra_charge_on_statement\nWhen will a transfer reach my account?\ttransfer_timing\nThere is a fee I don't recognize on my statement.\textra_charge_on_statement\nCan you provide a reason as to why my transfer did not work?\tfailed_transfer\nI need to use a European card for a top up, what will the charge be?\ttop_up_by_card_charge\nWhat are your policies for card transfers?\tfailed_transfer\nI don't know where to look to find my PIN.\tget_physical_card\nI need to get an actual card so that I can use it for in person transactions. How would I do this?\torder_physical_card\nCould you help me reactivate my card? It was previously lost, but I found it this morning in my jacket.\tcard_linking\nHow do I avoid getting charged a fee on my card?\tcard_payment_fee_charged\nHow do I find the exchange rate?\texchange_rate\nI tried to transfer money but it said it wasn't possible? I've done this before and it worked why isn't it working now?\tbeneficiary_not_allowed\nWhen I put the wrong pin too much, I got blocked, so can you help me unblock my pin\tpin_blocked\nWhat kind of documents do I need for the identity check?\tverify_my_identity\nI took out cash abroad and the exchange rate isn't correct.\twrong_exchange_rate_for_cash_withdrawal\nHello, I found the card I misplaced and I need to reactive it, how do I do that?\tcard_linking\nWhy do you charge for payments? Why aren't your charges clearly laid out in the agreement?\tcard_payment_fee_charged\nWhich ATM's accept my card?\tatm_support\nWhy did my top up not work?\ttop_up_failed\nHi,I tried to get some money out but the machine was not working .The transaction still seems in progress! Can you please check what's going on.I don't want to be charged for money that I did not received.\tpending_cash_withdrawal\nI transferred money and was charged and want to know why.\ttransfer_fee_charged\nWhat cards to do you support to top up.\tsupported_cards_and_currencies\nI live in the US, how long will it take for delivery?\tcard_delivery_estimate\nhow to activate card?\tactivate_my_card\nI found an unauthorized card payment\tcard_payment_not_recognised\nI am from the EU, can I sign up?\tcountry_support\nI was charged for a cash withdrawal.\tcash_withdrawal_charge\nI think my card payment had been return\treverted_card_payment?\nOh no!  I lost my card!  Help!\tlost_or_stolen_card\nWhen should I expect my card?\tcard_delivery_estimate\nI initiated a Bank transfer form Europe, how long will this take?\ttransfer_timing\nIs there any nearby ATM's?\tatm_support\nGet an item refund\trequest_refund\nI have an unauthorized transaction on my statement\tcard_payment_not_recognised\nDo you know if my top-up has been cancelled?\ttop_up_reverted\nI have no idea why my card payment did not work.\tdeclined_card_payment\nHelp! I forgot my PIN and have been locked out of using my card.\tpin_blocked\nI received my new card, but I don't see it in the app anywhere.  What do I do?\tcard_linking\nUnknown direct deposit\tdirect_debit_payment_not_recognised\nIs there currency exchange on this app?\texchange_via_app\nI still have not received my new card, I ordered over a week ago.\tcard_arrival\nhow much can i top up?\ttop_up_limits\nWhy is my transfer not done yet?\tpending_transfer\nWhat do I do if an ATM ate my card?\tcard_swallowed\nThe ATM didn't let me get any cash\tdeclined_cash_withdrawal\nHow do I activate a new card?\tactivate_my_card\nMy transaction was just declined when I was using my disposable virtual card. What can I do?\tvirtual_card_not_working\nI didn't buy this twice\ttransaction_charged_twice\nIs there a way to top-up automatically?\tautomatic_top_up\ni was charged when i used a us issued card. why and what cards are free to use to add money\ttop_up_by_card_charge\nThe exchange rate for my transaction last Saturday seems to have been wrong I got charged extra.  Please fix.\tcard_payment_wrong_exchange_rate\nDoes it cost anything for exchanges?\texchange_charge\nI want to order another crad\tgetting_spare_card\nWhat is the base amount for cross-currency exchanges?\texchange_charge\nCould it be that I deactivated my card, its not working?\tcard_not_working\nWhat are the fees for top ups?\ttop_up_by_card_charge\nIs it possible to receive a Visa and a MasterCard?\tvisa_or_mastercard\nHow can I fix a problem where my virtual card is rejected?\tvirtual_card_not_working\nCan you explain why there is a payment showing twice?\ttransaction_charged_twice\nI need to change my PIN.\tchange_pin\nDo you accept exchanges to EUR?\tfiat_currency_support\nIs it a good time to exchange?\texchange_rate\nThere must be an issue, why has my card been cancelled?\treverted_card_payment?\nMy top up was denied in the app.\ttop_up_failed\nI would like to know why my payment is still pending, can you help?\tpending_transfer\nCan I request a physical card?\torder_physical_card\nI'v exhausted all the of times I can try my PIN\tpin_blocked\nIs PIN delivered separately?\tget_physical_card\nCan I exchange and hold all fiat currencies?\tfiat_currency_support\nSomeone attacked me yesterday and took my things, so I am unable to use the app.  I am in need of some help.\tlost_or_stolen_phone\nCan you please make my top up go through as soon as possible. I really need the money and it has been pending for an hour already.\tpending_top_up\nHow do I delete my account?\tterminate_account\nI topped up by card a while ago and it's still pending, surely it should be done by now?\tpending_top_up\nWhat is stopping my money from transferring?\tfailed_transfer\nHow many cards can I have for one account?\tgetting_spare_card\nWhy am I seeing a transfer fee?\ttransfer_fee_charged\nThe ATM isn't giving out any money.\tdeclined_cash_withdrawal\nIs it possible to tell if my top up has reverted?\ttop_up_reverted\nWhere can I find the card PIN?\tget_physical_card\nHow do I deal with a blocked PIN?\tpin_blocked\nCan I use Apple Pay to top up?\tapple_pay_or_google_pay\nWhy would I be charged a fee for card payment?\tcard_payment_fee_charged\nMy salary is in GBP; how can I note this in the app?\treceiving_money\nI requested a refund and it is missing.\tRefund_not_showing_up\nA wrong exchange rate was applied to a transaction made abroad.\twrong_exchange_rate_for_cash_withdrawal\nMy contanctless has stopped working\tcontactless_not_working\nI am seeing an extra fee on my statement what is that for?\textra_charge_on_statement\nHelp me locate the nearest ATM.\tatm_support\nWhen I top up what are the amoutn limits.\ttop_up_limits\nI want to change my name.\tedit_personal_details\nI bought some things this morning but the payment shows that it is pending\tpending_card_payment\nWhen will I get my card?\tcard_arrival\nI'm not sure where my phone is, I think someone stole it or it's lost.\tlost_or_stolen_phone\nI transferred money but the recipient says it has not arrived. Why would this be?\ttransfer_not_received_by_recipient\nMy top up is not working in Apple Pay.\tapple_pay_or_google_pay\nWhat countries do you support?\tcountry_support\nI am confused as to why my transfer could still be pending.\tpending_transfer\nWhat stores will take my credit card as payment?\tcard_acceptance\nWhat are the fees to get a physical card?\torder_physical_card\nIt appears that I am being double charged for some items that I have purchased this past week.  Please review and correct.\ttransaction_charged_twice\nWhen will my card payment be done pending?\tpending_card_payment\nHow do I set a new pin?\tchange_pin\nI transferred the wrong amount and would like to cancel the transaction.\tcancel_transfer\nHow do I change my address?\tedit_personal_details\nCash deposit to my account but it has not appeared.\tbalance_not_updated_after_cheque_or_cash_deposit\nWhat are disposable cards?\tget_disposable_virtual_card\nI just completed a bank transfer and the balance didn't update\tbalance_not_updated_after_bank_transfer\nWas charged an ATM fee despite it being a small withdrawal on the 1st day of the month. I thought I was allowed 200 per month?\tcash_withdrawal_charge\nI can't find my password\tpasscode_forgotten\nIf I need more cards, are there any fees?\tgetting_spare_card\nCan I use this card at an ATM?\tatm_support\nHow do I get an actual card?\torder_physical_card\nHow can I unlock the pin?\tpin_blocked\nThe app made a mistake and said I made a cash withdrawal.\tcash_withdrawal_not_recognised\nCan I make sure my card is delivered on a specific day?\tcard_delivery_estimate\nI'm not in the UK, can I get a card?\tcountry_support\nThe app doesn't believe that I am me\tunable_to_verify_identity\nWhat is the fee to receive money?\ttop_up_by_bank_transfer_charge\nWhy did I not get a virtual card yet?\tgetting_virtual_card\nWhat are the top-up limits?\ttop_up_limits\nI'm still waiting on my card to be delivered.\tcard_arrival\nI would like to know why I was charged twice for my purchase.\ttransaction_charged_twice\nWhy would I have a pending payment?\tpending_card_payment\nHow can i check if my card is working?\tcard_not_working\nWhere do I go to change GBP?\texchange_via_app\nThere is an unauthorized fee.\tcard_payment_fee_charged\nHow can I top up with Google Pay?\tapple_pay_or_google_pay\nI thought cash withdrawals didn't have a fee\tcash_withdrawal_charge\nHow do you verify an identity?\tverify_my_identity\nWhy doesn't a return show up im my account from a purchase I made?\tRefund_not_showing_up\nThe card I have doesn't work.\tcard_not_working\nWhat are the ways for others to transfer me money?\treceiving_money\nI was mugged yesterday and they took everything.  I can't access my app.  What are my next steps?\tlost_or_stolen_phone\nHow did you come up with your exchange rates?\texchange_rate\nSomeone transferred money to me and it doesn't show\tpending_transfer\nSomeone I don't know has used my card without permission.\tcompromised_card\nI am still waiting for a cash withdrawal to show\tpending_cash_withdrawal\nFix my contactless\tcontactless_not_working\nHow do I get my top-up verification code?\tverify_top_up\n$1 extra has been charged on my statement, why is that?\textra_charge_on_statement\nWhat's the deal? My card was just denied for top up. Why is it not going through?\ttop_up_failed\nSince my card is about to expire, what do I do to get a new one?\tcard_about_to_expire\n\"Hi. I'm a new customer to your system and I think something isn't working right - or maybe it is. Maybe you can confirm. I tried to top up today (my first time ever) and it's been stuck at \"\"pending\"\" for over an hour now. Is it supposed to do this or is there something wrong in the system?\"\tpending_top_up\nI need a card, but I'm in the US at the moment.\tcountry_support\nI would prefer a visa card\tvisa_or_mastercard\nWhat is the activation process on my new card?\tactivate_my_card\nHow do I convert currencies with the app?\texchange_via_app\nCan you assist me with unblocking my PIN? I put it in wrong too many times.\tpin_blocked\nplaces i can use the card\tcard_acceptance\nHow do I receive my physical card\torder_physical_card\nIs there places where I can't withdraw money?\tatm_support\nWhy could I not choose cash at the ATM?\tdeclined_cash_withdrawal\nThe app doesn't recognize me.\tunable_to_verify_identity\nI tried to take out cash but the amount isn't right, so what do I do?\twrong_amount_of_cash_received\nIt seems there is an incorrect listing of a direct debit payment on my app that I did not make\tdirect_debit_payment_not_recognised\nThere is a payment that is not mine in the app.  Please advise/\tcard_payment_not_recognised\nHow can I get a physical card\torder_physical_card\nMy password isn't being accepted and I need to reset it.\tpasscode_forgotten\nCan I get a copy of the card by email?\tgetting_virtual_card\nMy American express is experiencing a problem with apple play with top up, can you fix it?\tapple_pay_or_google_pay\nWhere is the closest Mastercard ATM?\tatm_support\nCan you tell me how to link one of your cards that I already have?\tcard_linking\nWhat different ways are there for someone to send me money?\treceiving_money\nstill waiting on that card\tcard_arrival\nCan you explain the transfer fee to me?\ttransfer_fee_charged\nI didn't get all the cash I requested for at the ATM\twrong_amount_of_cash_received\nHow long is it going to take for my funds to show in my account?\ttransfer_timing\nI saw a payment i did not do\tcard_payment_not_recognised\nI attempted to top up but the app denied it.\ttop_up_failed\nI was taking out funds and was unable to regain my card.\tcard_swallowed\nI had to pay in order to do a transfer\ttransfer_fee_charged\nI get paid in GBP. Should I configure this and if so, where?\treceiving_money\nWhile I was checking out in the grocery store, I realized I needed cash so I requested some.  However, I noticed there was a fee for this transaction.  Why did I get charged a fee?\tcash_withdrawal_charge\nWhat do I need to do to verify the source of my funds?\tverify_source_of_funds\nI checked my account today and it said I was out of money. How do I transfer money into my account?\ttransfer_into_account\nCan you help me figure out what's happening? I'm trying to transfer money to a friend but it keeps getting returned. I'm not sure what i'm doing wrong.\tfailed_transfer\nWhat is the process for activating my card?\tactivate_my_card\nDo you know what the restriction of the disposable cards are?\tdisposable_card_limits\nwhy isnt top up working\ttop_up_failed\nHow long will it take for the card to arrive?\tcard_delivery_estimate\nCan I top up using my car?\ttopping_up_by_card\nCan I use my American Express to add money to my account?\tsupported_cards_and_currencies\nI was charged on my account that shouldn't be there.\tdirect_debit_payment_not_recognised\nWhere do I verify my identity?\tverify_my_identity\nI've tried numerous times to submit a transfer of funds. Why isn't it going through?\tbeneficiary_not_allowed\nI do not wish to verify my identity.\twhy_verify_identity\nCan you explain your exchange rate policy to me?\texchange_rate\nWill I get a curreng foreign exchange rate?\texchange_rate\nI want to transfer money to a beneficiery. Why can't I?\tbeneficiary_not_allowed\nHow come I'm not allowed to transfer funds right now? I just keep getting an error message.\tbeneficiary_not_allowed\nHow do I update my current residence details?\tedit_personal_details\nCan you explain your exchange rate policy? I don't think I received the correct amount of cash in my ATM transaction.\twrong_exchange_rate_for_cash_withdrawal\nIs there a way I can get my ATM card back from the machine?\tcard_swallowed\nCan I use the system Google Pay for top-ups?\tapple_pay_or_google_pay\nCan I use my card at any ATMs?\tatm_support\nwhy is the exchange rate for a Foreign ATM different\twrong_exchange_rate_for_cash_withdrawal\nWhat do I need to show who I am?\tverify_my_identity\nHow do I reset a forgotten passcode, please?\tpasscode_forgotten\nI made a mistake when I did a transfer so now what can I do to fix that?\tcancel_transfer\nCan I give a second card to my daughter?\tgetting_spare_card\nI don't know what to do. Should I transfer funds. My account is out of money.\ttransfer_into_account\nCan I have my card delivered on a specific day?\tcard_delivery_estimate\nAre there any fees for top ups?\ttop_up_by_card_charge\nCan I make online purchases with my card?\tcard_acceptance\nI just topped off my card will I be charged for it?\ttop_up_by_card_charge\nWhat is the fastest that I can make a transfer?\ttransfer_timing\nMy card was taken from me\tlost_or_stolen_card\nWhat would the price be for an expired card replacement and how long will it take me to get it?\tcard_about_to_expire\nI want a virtual card!\tgetting_virtual_card\nWhat do you charge for top ups?\ttop_up_by_card_charge\nI have a 1 euro fee on my statement.\textra_charge_on_statement\nCan I transfer money to my credit card?\ttopping_up_by_card\nMy card was topped this morning but I can't see the funds. Why didn't it complete?\tpending_top_up\nI made a bank transfer and my account balance did not show it.\tbalance_not_updated_after_bank_transfer\nI've already topped up, but I cannot see the funds being available. What happened?\tpending_top_up\nHow do I apply for a refund?\trequest_refund\nWhy was the exchange rate different when I withdrew my cash?\twrong_exchange_rate_for_cash_withdrawal\nHow do I link my card\tcard_linking\nI have a problem!  The ATM stole my card!\tcard_swallowed\nWhich forms of currency are accepted?\tsupported_cards_and_currencies\nI need to change my name what do I do?\tedit_personal_details\nI made a cash deposit almost a week ago but it's still not there!! please sort this out asap I need the money\tbalance_not_updated_after_cheque_or_cash_deposit\nI need help changing my last name on my account.\tedit_personal_details\nWhy was I unable to do a transfer?\tdeclined_transfer\nMy top-up has been cancelled.\ttop_up_reverted\nAre there any fees if I use a European bank card for a top up?\ttop_up_by_card_charge\nI got 2 transfer fees and I thought transfers were free.\ttransfer_fee_charged\nHow young can I be to open my own account?\tage_limit\nI am being charged a transfer fee aren't they free?\ttransfer_fee_charged\nWhy don't I see my top up in my wallet?\ttopping_up_by_card\nI just finished sending money, but it's not logging on the recipient side.\ttransfer_not_received_by_recipient\nwhere to funds come from\tverify_source_of_funds\nPlease help me!  I need to cancel a transaction.\tcancel_transfer\nThere's a cash withdraw on my statement that I didn't make.\tcash_withdrawal_not_recognised\nI made an error in payment yesterday and I need it fixed asap because it's for my rent tomorrow.\tcancel_transfer\nWill I always be charged a fee for using my card?\tcard_payment_fee_charged\nwhy hasn't my top up gone through yet\tpending_top_up\nSomeone else used my card!\tcompromised_card\nCan you explain the virtual cards limit?\tdisposable_card_limits\nMy account got charged for taking out cash, why did this happen?\tcash_withdrawal_charge\nDoes this card work everywhere?\tcard_acceptance\nI am having trouble proving my identity.\tunable_to_verify_identity\nIf I need GBP instead of AUD what do I do?\texchange_via_app\nA cheque deposit hasn't posted to my account, when will my balance update?\tbalance_not_updated_after_cheque_or_cash_deposit\nHow long does a funds transfer take from one back to another?\ttransfer_timing\nWhat locations can a card be delivered to?\torder_physical_card\nIs a SWIFT transfer okay?\ttop_up_by_bank_transfer_charge\ni want to close an account but im not sure about setting up a new one in the future, what do you recommend\tterminate_account\nI want to transfer from accounts in order to Top up. What are the steps necessary.\ttransfer_into_account\nI need it delivered on a certain date.\tcard_delivery_estimate\nWhy isn't my top up working using my saved American Express in ApplePay?\tapple_pay_or_google_pay\nI have been waiting longer than expected for my bank card, could you provide information on when it will arrive?\tcard_arrival\nCan I cancel a transfer if is already processed?\tcancel_transfer\nI thought I was going to get a virtual card but I haven't received it yet, how can we resolve this?\tgetting_virtual_card\nWhat is the transfer fee charge?\ttransfer_fee_charged\ni tried to make a transfer to a beneficiary and it didn't go through\tbeneficiary_not_allowed\nWhat are my remedies if I think I was charged twice for the same expense?\ttransaction_charged_twice\nCan this app help me exchange currencies?\texchange_via_app\nWhat is this charge on my account for a cash withdrawl?\tcash_withdrawal_charge\nCan I get a card outside the UK?\tcountry_support\nI was charged a fee when making this transfer, and I don't think I should have been!\ttransfer_fee_charged\nWhere are my funds coming from? I need to know.\tverify_source_of_funds\nCan I be topped up once I hit a certain balance?\tautomatic_top_up\nHas someone accessed my card there are payments I did not make that are showing up on the app.\tcard_payment_not_recognised\nHow many tries do I have to enter my pin before I'm blocked?\tpin_blocked\nAm I able to order a new card and have it sent to me in China?\tcard_about_to_expire\nI think my transfer was declined, but why?\tdeclined_transfer\nIs there a fee for sending out more than one card?\tgetting_spare_card\nWhich ATMs accept this placard ?\tatm_support\nMy card is about to expire. How much does it cost to order a new one and how fast will I get it?\tcard_about_to_expire\nI would like to apply for a visa card.\tvisa_or_mastercard\nCan I have an item refunded?\trequest_refund\ncash from this morning has not deposited\tbalance_not_updated_after_cheque_or_cash_deposit\nWhere is the cash from my cheque I recently deposited?\tbalance_not_updated_after_cheque_or_cash_deposit\nWhat is my foreign exchange rate?\texchange_rate\nIf I don't want a physical card can i get a virtual version?\tgetting_virtual_card\nThis is URGENT, I typed the wrong payment information for a payment I needed to make and have clicked send, I need to reverse the transaction immediately.\tcancel_transfer\nWhere is the money I pushed it's on my mobile app as being withdrawn.\twrong_amount_of_cash_received\ncan you check why I wasn't able to top up?\ttop_up_failed\nFreeze my account it's been hacked.\tcompromised_card\nDo you have Visa or Matercard?\tvisa_or_mastercard\nWhere is my card accepted?\tcard_acceptance\nWhy is there an extra charge for money that was withdrawn?\tcash_withdrawal_charge\napp does not recognize me\tunable_to_verify_identity\nCould you please check one of my transfer which i made few hours ago from my UK bank account, as its not showing yet.\tbalance_not_updated_after_bank_transfer\nWhen will my card be activated?\tactivate_my_card\nMy refund is missing from my statement.\tRefund_not_showing_up\nWhere do I order a virtual card from?\tgetting_virtual_card\nIs there a fee for exchanging foreign currencies?\texchange_charge\nWhen adding money, what are the currencies you take?\tsupported_cards_and_currencies\nWhen considering currency holdings and exchanges, what fiat currencies are supported?\tfiat_currency_support\nMy payment still hasn't processed!\tpending_card_payment\nhow do i get a virtual card for one time use\tget_disposable_virtual_card\nWhat currencies will this app exchange?\texchange_via_app\nCan I get one of your cards in the EU\tcountry_support\nI was trying to use my virtual card at a merchant and it was rejected. How can I fix this?\tvirtual_card_not_working\nWhere can I get my card at?\torder_physical_card\nPlease help me as i am continuously facing the issue in transferring money to my friends, as all my transactions are getting failed.\tfailed_transfer\nI was at the ATM trying to made a withdraw and I was declined.\tdeclined_cash_withdrawal\nDo these virtual cards have any caps on using them?\tdisposable_card_limits\nCan I change my currency from USD to EUR?\texchange_via_app\nI couldn't do a transfer to an account\tbeneficiary_not_allowed\nWhy is my virtual card is being declined?\tvirtual_card_not_working\nWhat kind of currencies can I use to add money?\tsupported_cards_and_currencies\nThe new card that was just sent to me was declined multiple times yesterday when I tried to use it at a restaurant to pay for my dinner.  I am really disappointed  and embarrassed that my card was denied when I tried to use it to pay for my friend's birthday dinner.\tdeclined_card_payment\nWhat steps do I need to take to change my card PIN?\tchange_pin\nHow long will this card payment stay pending?\tpending_card_payment\nCan my children have their own account?\tage_limit\nI would like to create a disposable virtual card. How do I go about doing that?\tget_disposable_virtual_card\nPlease delete my account.\tterminate_account\nwhere is theft-top option?\tautomatic_top_up\nWhy can't I see my topup in my wallet anymore?\ttopping_up_by_card\nWhere am I able to use the card?\tcard_acceptance\nIs it possible to top up with cash? If so how do I do it?\ttop_up_by_cash_or_cheque\nWhere can I find an ATM to use this card?\tatm_support\nCan I receive a new card while I am in China?\tcard_about_to_expire\nIs this where I order a virtual card?\tgetting_virtual_card\nWill I be charged a fee if I receive a SEPA transfer\ttop_up_by_bank_transfer_charge\nMy phone is not with me at the moment so I will not be able to access the app.\tlost_or_stolen_phone\nMy card was declined in a shop\tdeclined_card_payment\nWhy was a charged a fee for using the card?\tcard_payment_fee_charged\nHow do I do an international transfer?\ttransfer_into_account\nIs there an option to top up a with cheque?\ttop_up_by_cash_or_cheque\nwhat is required documents for new card process ?\tcontactless_not_working\nI lost my password\tpasscode_forgotten\nThis rate is too low. Are you sure your using the right exchange rate.\tcard_payment_wrong_exchange_rate\nIt looks like someone else withdrew cash from my account, can you help?\tcash_withdrawal_not_recognised\nDo transfers from Europe take longer?\ttransfer_timing\nHow long for money transfer to show?\tpending_transfer\nCan you delete my account please?\tterminate_account\nAre you able to locate my card?\tlost_or_stolen_card\nI have a strange payment in my statement\tcard_payment_not_recognised\nWhy is my payment pending?\tpending_card_payment\ni want to track the card you sent\tcard_arrival\n\"I was double charged, and the second charge is showing as \"\"pending\"\". How long will it be before I get my money back once the second charge has been refunded?\"\tpending_card_payment\nWhat is the source of my money?\tverify_source_of_funds\nIs it possible to deposit money in GBP?\treceiving_money\nSomeone else may be using my card.  There are transactions I don't recognize.\tcompromised_card\nAt what ATMS am I able to use the card?\tatm_support\nI'm looking for the cash deposit top up option but can't find it. Can you help me?\ttop_up_by_cash_or_cheque\nI'm not familiar with a card payment.\tcard_payment_not_recognised\nWhen would my card be charged an extra fee for a transaction?\tcard_payment_fee_charged\nIs it possible to use Apple Pay to put money in my account?\tapple_pay_or_google_pay\nHow can I get my physical card to work?\tcard_not_working\nWhat should I do if I think someone is using my card.\tcompromised_card\nWhy was a transfer to an account not allowed?\tbeneficiary_not_allowed\nI am only 17. Can I make an account?\tage_limit\nA couple weeks ago some money was deducted from my account by some seller that I don't remember. I'm pretty sure I didn't do that, but is it possible to trace back who that is just to make sure?\tdirect_debit_payment_not_recognised\nWhere can I find instructions to change my PIN?\tchange_pin\nThe exchange rate seems off on this transaction\tcard_payment_wrong_exchange_rate\nAre the top-ups limited?\ttop_up_limits\nMy address has changed.\tedit_personal_details\nWhat do I do since the machine swallowed my card. I need one.\tcard_swallowed\nI need help. I asked for a refund from a merchant a while ago, but I have not gotten my money back. I keep checking my account, but nothing is showing up. What should I do now?\tRefund_not_showing_up\nDo my kids have to be a certain age to use this service?\tage_limit\nWhere in the app can I find my PIN?\tget_physical_card\nHow come you charge for cash withdrawals? I withdrew cash after buying groceries today, and there seems to be a new fee\tcash_withdrawal_charge\nAre there any documents needed for the identity check?\tverify_my_identity\nCan I exchange money from abroad without additional costs?\texchange_charge\nI went to top up and it is no longer there.  Was it sent back?\ttop_up_reverted\nWhere should my card work?\tcard_acceptance\nI need a physical card.\torder_physical_card\nwhat happens to the funds if a merchant refuses the payment\treverted_card_payment?\nPlease help me get a virtual card.\tgetting_virtual_card\nThere was an extra charge when I made a transfer.\ttransfer_fee_charged\nHi, I am calling about a recent transaction that has happened on my account.  I recently went to the ATM, and tried to make a withdrawal on my account.  I just happened to check my transaction slip and noticed a fee for my withdrawal.  How can I resolve this, I didn't know fees were charged for this type of action.\tcash_withdrawal_charge\nCan you help with a transfer to an account\tbeneficiary_not_allowed\ni know i entered the right info, but my top up isn't in my balance\ttopping_up_by_card\nWhen will money be available in my account?\ttransfer_timing\nWhat is the reason my transfer was declined?\tdeclined_transfer\nI believed crypto top up with something you offered. This does not seem to be working. The money has been removed from my account though so what's going on?\ttop_up_reverted\nMy cash in the ATM is still pending\tpending_cash_withdrawal\nThe incorrect rate was used in my foreign purchase\tcard_payment_wrong_exchange_rate\nI want to get Visa and Mastercard\tvisa_or_mastercard\nI can not get the app to know it is me.\tunable_to_verify_identity\nHow do I report a stolen card?\tlost_or_stolen_card\nIs it normal to have to verify my top-up or is something wrong?\tverify_top_up\nI topped up but the app did not accept it.\ttop_up_failed\nI would like to transfer some money from my other bank account into this one.\ttransfer_into_account\nCan you let me know if Visa is among the card scheme assignments?\tvisa_or_mastercard\nWhat are the limits to using disposable virtual cards?\tdisposable_card_limits\nI need your help in deleting my account.\tterminate_account\nWhich cards do you guys support? I want to top up using my credit card.\tsupported_cards_and_currencies\nWhy do you require so many details about my identity?\twhy_verify_identity\nFor some reason my contactless has stopped working. I don't know what the problem is. What can I do?\tcontactless_not_working\nI  do not see a top-up processed.\tpending_top_up\nI would like some help getting a refund back from a seller. It still isn't showing up on my statement and I requested this a long time ago. I'm not sure why it's not returned yet. Can you assist me in getting this money back?\tRefund_not_showing_up\nA transfer to an account was not allowed\tbeneficiary_not_allowed\nThe right amount of cash was not sent to me.\twrong_amount_of_cash_received\nI'm attempting to top-up my account but it has been pending for an hour.\tpending_top_up\nHow do i cancel my transaction?\tcancel_transfer\nHow can the recipient see my money transaction?\ttransfer_not_received_by_recipient\nI did a top-up, but I'm not seeing it in my wallet yet.\ttopping_up_by_card\nI'm trying to transfer money into my account.\ttransfer_into_account\nWhy did I have to pay a fee when I got cash?\tcash_withdrawal_charge\nI need my card to come as soon as possible.\tcard_delivery_estimate\nCan I have it add money at certain time intervals when I travel?\tautomatic_top_up\nCan i have a card to my daughter?\tgetting_spare_card\nWhat methods can I use to add money to my account?\ttransfer_into_account\nHow is the top-up card verified?\tverify_top_up\nIs the top up feature available on the Apple Watch?\tapple_pay_or_google_pay\nI want to change my address.\tedit_personal_details\nI don't recognise a cash withdrawal\tcash_withdrawal_not_recognised\nWhat do I need to do to transfer my paycheck to my account?\treceiving_money\nDo I really need to verify my identity?\twhy_verify_identity\nIs there a verification code for the top-up card?\tverify_top_up\nIs it possible for me to get money out in a different currency?\treceiving_money\nMy card payment was reverted.  Why?\treverted_card_payment?\nAm I able to get a card in EU?\tcountry_support\nI made this payment days ago so why hasn't it gone through yet?\tpending_card_payment\nWhere is the transaction I made to a friend?\ttransfer_not_received_by_recipient\nHow do I claim a refund?\trequest_refund\nWhen traveling, can I auto top-up my card at certain times?\tautomatic_top_up\nSince my id hasn't been verified, when can I use my account?\twhy_verify_identity\nWhat do I do if I forget my passcode?  Because I did.\tpasscode_forgotten\nWhat other methods are there to verify my identity?\twhy_verify_identity\nDo I need to verify my identity each time I wish to use my account?\twhy_verify_identity\nhow do i add money with my apple watch\tapple_pay_or_google_pay\nMy friends want to top up my account\ttopping_up_by_card\nI'm not in the UK, can I still get a card?\tcountry_support\nHow long until the money is in my account?\ttransfer_timing\nTransferring money in 2018 to another country shouldn't take this long. My transfer has been pending for too long. I verified my account details are correct.\tpending_transfer\nI don't know why the deposit I made a week ago still hasn't showed up, I really need the money now.\tbalance_not_updated_after_cheque_or_cash_deposit\nWeird charges are appearing in my debit account.\tdirect_debit_payment_not_recognised\nHow can I find out where my contactless works?\tcontactless_not_working\nWhere do you guys acquire your exchange rate?\texchange_rate\nCan I submit a check or cash payment?\ttop_up_by_cash_or_cheque\nWhat can I pay with? Does cash work?\ttop_up_by_cash_or_cheque\nHow can I transfer money from an outside bank?\ttransfer_into_account\nYour exchange rate is totally wrong for my card payment\tcard_payment_wrong_exchange_rate\nIt didnt work when I tried to pay contactless at the bus today. Why?\tcontactless_not_working\nThe app denied my top-up\ttop_up_failed\nI want to order a card. Where do you deliver to?\torder_physical_card\nI sent out money, but was charged extra for transferring. Why?\ttransfer_fee_charged\nThe ATM at Metro bank on High St. Kensington swallowed my card. How do I get it back?\tcard_swallowed\nWhy is my balance the same?  I processed a transfer.\tbalance_not_updated_after_bank_transfer\nWhy does my top up say still pending when I used my card to do it.\tpending_top_up\nIs it necessary to verify my top up?\tverify_top_up\nWhy was a transaction on my card declined?\tdeclined_card_payment\nSomeone stole my phone yesterday :( is there anything I need to do?\tlost_or_stolen_phone\nHow long does an item I bought show as pending?\tpending_card_payment\nIs it possible for me to get a virtual card?\tgetting_virtual_card\nWhen will my transfer go through?\tpending_transfer\nI want to know where the funds come from.\tverify_source_of_funds\nMy new pin needs to be set.\tchange_pin\nI asked for $100 cash but only got $20?\twrong_amount_of_cash_received\nI tried taking money from the ATM but no money came out, but the transaction is still pending? How is this possible?\tpending_cash_withdrawal\nWhy is there a pending transaction on my card?\tpending_card_payment\n\"What businesses accept this card?\"\tcard_acceptance\nHow old do I have to be to open an account?\tage_limit\nMy credit card cancelled a payment for a purchase.\treverted_card_payment?\nOn my last transaction it seem that my top-up was not successful.\ttop_up_reverted\nthe app reverted my payment\treverted_card_payment?\nCan i get a throw away card\tget_disposable_virtual_card\nIn what countries do you do business?\tcountry_support\nDo you have any restrictions to my top-up?\ttop_up_limits\nWhat is the charge for a physical card?\torder_physical_card\nHow do I make my virtual card work?\tvirtual_card_not_working\nA fee was charged for my recent withdrawal.\tcash_withdrawal_charge\nThere was a transaction from two weeks ago from a business that I don't know. I'm fairly certain it wasn't me who made it, but is it an option to trace it to confirm?\tdirect_debit_payment_not_recognised\nWhat is this €1 fee in my statement?\textra_charge_on_statement\nHow do I enable auto-top up?\tautomatic_top_up\nIs there a way my new card can be renewed?\tactivate_my_card\nIs there a fee when you pay with your card?\tcard_payment_fee_charged\nWhat can you do to unblock my pin?\tpin_blocked\nHow can I check the exchange rate applied to my transaction?\tcard_payment_wrong_exchange_rate\nCould you explain why my top-up has gone through yet?\tpending_top_up\nDo you offer services for children to have money saving experience?\tage_limit\nI want to change my personal details.\tedit_personal_details\nHow many days does it take until funds are in my account?\ttransfer_timing\nMy transfer hasn't gone through yet.\tpending_transfer\nFor the first time I got a fee on my account. How do I know when you charge these fees?\tcard_payment_fee_charged\nIt's been a week and I have done everything that I was asked to do and still nothing. I have contacted the seller and have not gotten a response. Please understand my frustration and put the money back in my account.\tRefund_not_showing_up\nI withdrew some cash out of the ATM over the holiday. It seems that I was charged some outrageous fees. I would not have done that had I been aware of these outrageous charges!\twrong_exchange_rate_for_cash_withdrawal\nHow long will it take to deliver something to US?\tcard_delivery_estimate\nWhich cards and currencies do you support?\tsupported_cards_and_currencies\nHi. I just withdrew cash from an ATM and received the wrong amount. However, my app shows the correct amount I withdrew. How do I get the rest of the cash?\twrong_amount_of_cash_received\nWhat is the €1 fee for?\textra_charge_on_statement\nWhen I deposit cheques and cash, my balance does not update.\tbalance_not_updated_after_cheque_or_cash_deposit\nFrom where can I withdraw?\tatm_support\nDoes every place of business accept this card?\tcard_acceptance\nMy top up hasn't worked, it's been stuck in pending for the last couple hours\tpending_top_up\nwhat is the most i can top up?\ttop_up_limits\nPlease, how do I order a card?\torder_physical_card\nI can see an extra 1£ charge on my app. Why did you charge me extra?\textra_charge_on_statement\nWhen will I see my new balance after making my bank transfer?\tbalance_not_updated_after_bank_transfer\nWhy has my card payment been reverted?\treverted_card_payment?\nWhy is it important to verify a top-up card?\tverify_top_up\nWhy has my transfer failed?\tfailed_transfer\nI followed the instructions to transfer money using my card, but then the money disappeared and I don't know what happened.\ttopping_up_by_card\nWhat are the fees for a physical card?\torder_physical_card\nCan I hold money in other currencies?\tfiat_currency_support\nHello- It is urgent I get a refund on this product. The merchant has not been helpful, what can I do now to get this resolved ASAP?\trequest_refund\nThe ATM gave me less cash than I requested\twrong_amount_of_cash_received\nI was charged a fee for a card payment. Why?\tcard_payment_fee_charged\nI a having trouble proving my identity\tunable_to_verify_identity\nIs there a limit to top-ups?\ttop_up_limits\nis there a fee for a transfer? if so how much will it be?\ttop_up_by_bank_transfer_charge\nI don't recognize a debit payment that was made and would like to find out about the payment.\tdirect_debit_payment_not_recognised\nI want to reverse my transaction from earlier\tcancel_transfer\nWhy has my card payment been cancelled?\treverted_card_payment?\nI'm not certain, but someone may be using my card.\tcompromised_card\nCan I order a virtual card?\tgetting_virtual_card\nlost my phone, dont want others to use it.\tlost_or_stolen_phone\nHi, i don't know what's going on i've just paid for my top up twice by accident can you help me get a refund please.\ttop_up_reverted\nWhat ATMs can I withdraw money from?\tatm_support\nWhy has my payment not gone through?\tpending_card_payment\nHow can I top-ff my account using my Apple Watch?\tapple_pay_or_google_pay\nIs there a local ATM that will provide British pounds, I have no money for my homeward journey and do not feel comfortable waiting until  I arrive in Britain. Will a withdrawal involve extra charges?\twrong_exchange_rate_for_cash_withdrawal\nCan I get my salary through this?\treceiving_money\nI'm not quite understanding why my cash withdrawal is showing as pending.\tpending_cash_withdrawal\nDo you know if I can use this for my salary?\treceiving_money\nI can't recall my passcode and need to reset it.\tpasscode_forgotten\nI need the right foreign money, at the right rate, at ATMs, when I go abroad.\twrong_exchange_rate_for_cash_withdrawal\nWhat is the difference between standard and express delivery?\tcard_delivery_estimate\nI got topped up but the application reverted it.\ttop_up_reverted\nDo I need to choose GBP to get my salary deposited properly?\treceiving_money\nWill you accept a cheque to top up my account?\ttop_up_by_cash_or_cheque\nI want to get an item refunded\trequest_refund\nWhat would be the reason there's an extra fee on my statement?\textra_charge_on_statement\nCan my daughter open an account?\tage_limit\nI'm running out of money, can I  auto top up?\tautomatic_top_up\nI need a few more physical cards.\tgetting_spare_card\nTell me how I can exchange between different currency.\texchange_via_app\nI know that I am able to make transfers for free.  That was something that I valued.  After I bought something online from abroad I noticed that I got charged a fee?  What is this and can it be removed?\ttransfer_fee_charged\nCan you tell me how to close my account?\tterminate_account\nHow can I process a refund for something I purchased?\trequest_refund\nWhy didn't my balance change after I transferred some money?\tbalance_not_updated_after_bank_transfer\nWhere is my new card? I have been waiting a week!\tcard_arrival\nWhere can I get a disposable virtual card?\tget_disposable_virtual_card\nHow can I resolve a problem where my card won't go through at all?\tcard_not_working\nwhat's the process for getting a disposable virtual card?\tget_disposable_virtual_card\nWhat do I do if it says my card payment has been cancelled?\treverted_card_payment?\nI need to do a refund\trequest_refund\nIs there a charge for physical cards\torder_physical_card\nThere is an important thing from China that I need to transfer. Approximately how long will this take?\ttransfer_timing\nIf I will be traveling, is there a way to auto top-up my card on certain days?\tautomatic_top_up\nIt doesn't let me verify my identity.\tunable_to_verify_identity\nWill I be charged for topping up by card?\ttop_up_by_card_charge\nHow does my identity get verified?\tverify_my_identity\nWhy can't I use my virtual card for subscription services?\tvirtual_card_not_working\nI'm just wondering when my card will get here.\tcard_delivery_estimate\nHow come my cash deposit is not showing up. This can't be right. There must be some mistake. Where did my cash go. You better not have lost it as I need this money asap.\tbalance_not_updated_after_cheque_or_cash_deposit\nThe person I sent money to hasn't gotten it yet!\ttransfer_not_received_by_recipient\nWhen can I expect my card to be delivered to the US?\tcard_delivery_estimate\nI wasn't charged the correct amount for an item I purchased, how can I fix this?\trequest_refund\nthere's a delay in my top-up\tpending_top_up\nWhat can I do about some payments on my card I didn't make.  Please put a freeze on my card till we can figure this out.\tcard_payment_not_recognised\nWhy do you require all my identity details?\twhy_verify_identity\nI am concerned about the security in my account and would like to make a dispute.\tdirect_debit_payment_not_recognised\nI tried to top up using my card, but now the money just disappeared!\ttopping_up_by_card\nWhat is the top-ups limit?\ttop_up_limits\nI have received my card, can you help me put it in the app?\tcard_linking\nWhy is it asking me to verify my identity\twhy_verify_identity\nThere was a canceled payment for my card.\treverted_card_payment?\nHow long can an EU transfer take?\tpending_transfer\nCan you please check if I was charged twice?\ttransaction_charged_twice\ncan google pay be used to make a top-up\tapple_pay_or_google_pay\nWhere's the best place to get a disposable virtual card?\tget_disposable_virtual_card\nWhere can I find my PIN?\tget_physical_card\nHelp me check where the funds came from.\tverify_source_of_funds\nWhat would make a decline message show up during a transfer?\tdeclined_transfer\nI need your help to check my account, please! My card keeps being declined at the ATM, and I've already tried two different ones!\tdeclined_cash_withdrawal\nWhy hasn't my recipient received their money?\ttransfer_not_received_by_recipient\nWhy is it taking so long for my cash withdrawal to no longer show as pending?\tpending_cash_withdrawal\nTell me how to reset the passcode.\tpasscode_forgotten\nThe rate applied to my foreign purchase was incorrect\tcard_payment_wrong_exchange_rate\nI think there has been a purchase made that wasn't by me.\tcard_payment_not_recognised\nIs it possible to get a card if I'm not in the UK?\tcountry_support\nWhy is there a random withdrawal in my app?\tcash_withdrawal_not_recognised\nCan i cancel a charge?\tcancel_transfer\nMy card didn't work in one of the shops.\tdeclined_card_payment\nHow do I go about activating my new card?\tactivate_my_card\nI didn't get as much cash as I asked for from the ATM, why?\twrong_amount_of_cash_received\nWhat do I need to do to activate my card?\tactivate_my_card\nMy disposable virtual card is broken.\tvirtual_card_not_working\nCan you tell me what countries you operate in?\tcountry_support\nI need to verify my identity\tverify_my_identity\nI do not know my passcode.\tpasscode_forgotten\nWhere can I order a virtual card?\tgetting_virtual_card\nHow can I withdraw money?\tatm_support\nI only own one other credit card from the USA. Will it be accepted?\tsupported_cards_and_currencies\nI'm starting to think my card is lost because it still hasn't arrived, can you help?\tcard_arrival\nI don't understand how to top up my account, can you please explain the process?\ttransfer_into_account\nMy transfer is still pending and I know the account numbers are correct.  Please help.\tpending_transfer\nHow do I order a virtual card?\tgetting_virtual_card\nI no longer have my passcode.\tpasscode_forgotten\nHow long until my transfer goes through?\ttransfer_timing\nWhat locations can I top up with cash?\ttop_up_by_cash_or_cheque\nHow do I use the top up app with my apple watch?\tapple_pay_or_google_pay\nAfter the transfer, the balance did not update.\tbalance_not_updated_after_bank_transfer\nthe conversion value for my card payments is incorrect.\tcard_payment_wrong_exchange_rate\nWhy was I chaged twice for the same thing?\ttransaction_charged_twice\ni tried to withdraw money from an atm and i was declined on front of my friends. Why did this happen?\tdeclined_cash_withdrawal\nHow young can someone be in order to open an account?\tage_limit\nWhat reason did my top-up fail for?\ttop_up_failed\nIs it possible to give a second card for this account to my daughter?\tgetting_spare_card\nWhy was I charged multiple times for the same thing?\ttransaction_charged_twice\nHow much am I charged to receive money?\ttop_up_by_bank_transfer_charge\ncan you limit my top up?\ttop_up_limits\nThe withdrawal was declined I am unsure as to why this happened?\tdeclined_cash_withdrawal\nCan I see that history on my funds and where they came from?\tverify_source_of_funds\nCan I change my information?\tedit_personal_details\nI did not make this card payment.\tcard_payment_not_recognised\nWhy would an ATM swallow my card?\tcard_swallowed\nHOw do I get my card back after the ATM has pulled it in?\tcard_swallowed\nwhat is this charge on my account\tdirect_debit_payment_not_recognised\nHow do I fix a reverted top up?\ttop_up_reverted\nNeed help with my card. It's not working.\tcard_not_working\nWill it automatically top-up money if there isn't a lot left?\tautomatic_top_up\nCan I hold money in multiple currencies?\tfiat_currency_support\nWhat is the exchange rate like on this app?\texchange_rate\nHow long do I have to wait for a transfer from the US?\ttransfer_timing\nI have 1 other US card.  Can you take that?\tsupported_cards_and_currencies\nWhat do I need to do to transfer money into my account?\ttransfer_into_account\nHow would I go about getting a second card?\tgetting_spare_card\nHelp me please!  My card was stolen!\tlost_or_stolen_card\nI read about the auto-top up function, but can't find it in the app.\tautomatic_top_up\nMay I use my account now, even though the identity verification has not gone through yet?\twhy_verify_identity\nHow do I get my salary through this account?\treceiving_money\nWould like to use my card and need to activate it first.  Can you help me do this?\tactivate_my_card\nI would like to use the bank transfer feature, but I can't find it. Can you please give me the details?\ttransfer_into_account\nPlease explain why the transfers shows up as pending?\tpending_transfer\nCan it be delivered by a specific date?\tcard_delivery_estimate\ncan I have a non virtual card?\torder_physical_card\nThe app doesn't show the card I received.\tcard_linking\nHow do I change my PIN?\tchange_pin\nDo I get to choose between Visa and Mastercard?\tvisa_or_mastercard\nHow old do my kids have to be to use your service?\tage_limit\nThe app denied my topped up.\ttop_up_failed\nCan I transfer money to a beneficiery?\tbeneficiary_not_allowed\nAre there limits to top-ups?\ttop_up_limits\nI am waiting patiently for a week now for the seller to get back to me and there has been no response, could you please help me further with getting my money back.  Thank you.\tRefund_not_showing_up\nMy ATM transaction was unsuccessful.\tdeclined_cash_withdrawal\nHelp me.  There is a Direct Debit that I didn't make.\tdirect_debit_payment_not_recognised\nFor some reason my account's been charged an extra dollar.\textra_charge_on_statement\nHow old do you have to be to be able to open an account?\tage_limit\nWhat fiat currencies are supported for holding and exchange?\tfiat_currency_support\nSomething is wrong with my passcode\tpasscode_forgotten\nHow can I change my Tholepin ?\tchange_pin\nThe top-up has a definite problem! I regularly use your service and haven't had a problem before, but now the top-up just shows pending. Please tell my why it continues to show pending.\tpending_top_up\nIf I need to do a quick transfer from China, how long should I expect the transfer to take?\ttransfer_timing\nWill I be charged if someone needs to send me money?\ttop_up_by_bank_transfer_charge\nMy card has been compromised\tcompromised_card\nCan I get paid in a different currency?\treceiving_money\nHow long will it take for my transaction to be completed?\ttransfer_not_received_by_recipient\nMy top-up isn't working.\ttop_up_failed\nHow long does it take to process transfers from Europe?\ttransfer_timing\nHow long will it take to get my refund\tRefund_not_showing_up\nIs there a limit when using auto top-up?\tautomatic_top_up\nWhat do I do if the bank machine won't accept my PIN attempts anymore?\tpin_blocked\nWhen do I receive my PIN\tget_physical_card\nI had cash transferred but the balance did not change.\tbalance_not_updated_after_bank_transfer\nWhat cards and currencies will suffice?\tsupported_cards_and_currencies\nWhy am I being charged when I withdraw cash?\tcash_withdrawal_charge\nShow me please how to reset my passcode.\tpasscode_forgotten\nI need help with a lost card\tlost_or_stolen_card\nWhy doesn't the app believe I am who I say I am?\tunable_to_verify_identity\nMy payments from my virtual card keep getting rejected.\tvirtual_card_not_working\nMy passcode doesn't work\tpasscode_forgotten\nHow do I reset the passcode?\tpasscode_forgotten\nWhy is my top-up still pending?\tpending_top_up\nIs it okay to use a bank card to top up\ttop_up_by_card_charge\nDo you know why my card payment is declined?\tdeclined_card_payment\nHow do I verify a top-up?\tverify_top_up\nIs there a fee for transfer top-up?\ttop_up_by_bank_transfer_charge\nThere was an error in exchange rate for my cash withdrawal\twrong_exchange_rate_for_cash_withdrawal\nI sent a cheque  a few days ago and nothing has happened to my account yet. Can you please check on this for me?\tbalance_not_updated_after_cheque_or_cash_deposit\nI don't understand the money transfer process.\ttransfer_into_account\nWhat is the limit to a top-up?\ttop_up_limits\nMy card's frozen, what can I do?\tpin_blocked\nThere's a Direct Debit payment in my account that I didn't make\tdirect_debit_payment_not_recognised\nWhat would the approximate delivery date be if I transferred something urgently to China?\ttransfer_timing\nI do not have my pin\tget_physical_card\nThe ATM won't give back my card\tcard_swallowed\nAre there any specific ATMs that this card can be used at?\tatm_support\nIs there a way to know when my card will arrive?\tcard_arrival\nAre your cards available in Europe?\tcountry_support\nWhy hasn't my card been delivered?\tcard_arrival\nWhy isn't my contactless not working?\tcontactless_not_working\nHow old does my kids need to be to open an account?\tage_limit\nIs there a way to revert my transaction from this morning?\tcancel_transfer\nHow to change the PIN on my card?\tchange_pin\nI need to verify my source of funds\tverify_source_of_funds\nMy top up didn't work.\ttop_up_failed\nWhat are the age requirements for opening an account?\tage_limit\nI'm unsure of a withdrawl in my statement.\tcash_withdrawal_not_recognised\nWhat will I need for identity verification?\tverify_my_identity\nIs there any place I cannot use my card?\tcard_acceptance\nI submitted my transfer but it has been pending for quite a while and I was wondering what takes so long? why hasn't it completed\tpending_transfer\nI desperately need to change my PIN, but I'm overseas on vacation right now. How can I do this?\tchange_pin\nWhat steps must I follow to get a Visa credit card?\tvisa_or_mastercard\nI got double charged for a payment so how do I fix that?\ttransaction_charged_twice\nWhy did the app deny my top up?\ttop_up_failed\n\"Why does my transfer say \"\"pending\"\"?\"\tpending_transfer\nI could not get my transfer to happen correctly and was wondering why?\tfailed_transfer\nMy account was charged for a withdraw I tried to make that was decline.\tpending_cash_withdrawal\nI need to top up cash, How do I do it?\ttop_up_by_cash_or_cheque\nHow can I tell if there is a top-up limit?\ttop_up_limits\nWhat fiat currencies are used for holding transactions?\tfiat_currency_support\nWhere do I need to go in the app to enter my card info?\tcard_linking\nTrouble transferring transaction contact for help\tdeclined_transfer\nI have a payment listed as cancelled.\treverted_card_payment?\nThe transactions showing up are strange, I think my card was used without me knowing.\tcompromised_card\nWhat fee is included if I top up by card?\ttop_up_by_card_charge\nWhere did the extra fee on my statement come from?\textra_charge_on_statement\nWhat's a pending transaction? My card was declined at an ATM, but my account says it's still pending. Can I cancel the payment?\tpending_cash_withdrawal\nShould i reinstall the payment app?\tcontactless_not_working\nMy account shows the card payment cancelled.\treverted_card_payment?\nAm I able to exchange currencies?\tfiat_currency_support\nHow are exchange rates calculated?\texchange_rate\nI transferred some money and it didint arrive\ttransfer_not_received_by_recipient\nHow old do my children need to be to open an account?\tage_limit\nWhat places will accept my card for payment?\tcard_acceptance\nWhy is a payment showing up on my card as pending?\tpending_card_payment\nWhat is the next step if my card is about to expire.\tcard_about_to_expire\nI think my phone is either lost or stolen.\tlost_or_stolen_phone\nwhat is the charges for new card?\tcontactless_not_working\nI need someone to alert me as to what's going on. I had transferred an amount but the receiver is saying that the amount is somewhat less than what I sent over. I now have to make another transfer to make up the difference.\ttransfer_fee_charged\nI paid with card and I think there was a fee applied.\tcard_payment_fee_charged\nDo you guys accept Visa or Mastercard?\tvisa_or_mastercard\nI did not get my card yet, is it lost?\tcard_arrival\nCan this be used to receive my salary?\treceiving_money\nI want to make a currency exchange to EU.\tfiat_currency_support\nIs it possible to also get a disposable virtual card?\tget_disposable_virtual_card\nwhat is my card PIN\tget_physical_card\ndo i have to setup apple pay to use it\tapple_pay_or_google_pay\nHow do I become aware of where my funds come from?\tverify_source_of_funds\nMy cash withdrawal is still showing as pending.\tpending_cash_withdrawal\nI'd rather get a Mastercard\tvisa_or_mastercard\nHow can I edit my personal details?\tedit_personal_details\nHow do I get refunded?\trequest_refund\nWhy is there a transaction that shows multiple times?\ttransaction_charged_twice\nCan I reactivate my lost card that I found this morning in my jacket pocket?\tcard_linking\nPlease help me make a transfer. I keep receiving an error and I'm trying to make the initial mortgage payment for a flat I'm buying. What is the deal here?\tfailed_transfer\nHow can I get my card back out?\tcard_swallowed\nWhat'll it charge me for a SEPA transfer?\ttop_up_by_bank_transfer_charge\nI asked for 100 but only got 20.\twrong_amount_of_cash_received\nhow long do money transfers take?\ttransfer_not_received_by_recipient\nMy phone was stolen\tlost_or_stolen_phone\nIt looks like I was charged a withdrawal fee for going to my ATM. Why is that because I haven't been charged previously for doing so?\tcash_withdrawal_charge\nDo you have any idea on when I will receive my refund? I got my statement and it was not there.\tRefund_not_showing_up\nMy card declined\tdeclined_card_payment\nHow long does a transfer take to be confirmed?\tpending_transfer\nHow do I make an exchange from one currency to another?\texchange_via_app\nWhat ATMs is the card okay to use at?\tatm_support\nAm I allowed to give my daughter one of my cards to use?\tgetting_spare_card\nWhy could I not get cash?\tdeclined_cash_withdrawal\nWhy did my transfer not go through?\tfailed_transfer\nWhat do you base your exchange rates on?\texchange_rate\nSomebody used my card to make a purchase\tcard_payment_not_recognised\nHow do I transfer funds from my American Express into my account?\tsupported_cards_and_currencies\nHow old do I need to be to open an account?\tage_limit\nI don't remember my code to get into the app.\tpasscode_forgotten\nThe wrong rate was applied to an item I bought in a currency different from mine. Can this be changed?\tcard_payment_wrong_exchange_rate\nMy address needs to be revised.\tedit_personal_details\nWhat is the base of the exchange rates?\texchange_rate\nThe account transfer I was trying to do failed.\tbeneficiary_not_allowed\nCan I top up using an international card\ttop_up_by_card_charge\nHow do the disposable cards work?\tget_disposable_virtual_card\nWhy can't I get my virtual card to work?\tvirtual_card_not_working\nWhat is the verification code on a top-up?\tverify_top_up\nWhy has my card payment been declined?\tdeclined_card_payment\nDo you have any limit on the auto top-up?\tautomatic_top_up\nSo what items  actually come  with  extra  fees\tcard_payment_fee_charged\nI wanted to use my contactless at the metro today but it didn't accept it!\tcontactless_not_working\nHow can I unlock my pin from too many tries?\tpin_blocked\nwhy do your exchange rates change\texchange_rate\nI want to get a disposable virtual card.\tget_disposable_virtual_card\nHow many miles away is the ATM?\tatm_support\nIs there a limit to how high I can top-up?\ttop_up_limits\nIf my phone is missing, can I block someone from using the app?\tlost_or_stolen_phone\nI have a strange direct debit in my statement\tdirect_debit_payment_not_recognised\nI put money into my account for the minimum balance but the application didn't accept.\ttop_up_reverted\nhow old do i need to be to get an account for myself\tage_limit\nIs a copy of the police report necessary for completing the report process?\tlost_or_stolen_card\nI had a wrong fee charged at this ATM.\tcash_withdrawal_charge\nSomeone else is using my card, freeze it.\tcompromised_card\nWhat do I do to stop unauthorized transactions on my card? I was never in the place from which the transactions on my bill were made and I never made them. Please help!\tcompromised_card\nWhat countries do you currently do business in?\tcountry_support\nI was charged more when I transferred!\ttransfer_fee_charged\nMy card was used without my permission.\tcompromised_card\nDo I have to do an identity check?\twhy_verify_identity\ngot married, need to change account name\tedit_personal_details\nHow do I set-up my PIN for the new card?\tget_physical_card\nWhy are there fees for card usage?\tcard_payment_fee_charged\nThe app doesn't know it's me.\tunable_to_verify_identity\nI want to know how many different currencies my money can be in\tfiat_currency_support\nI would like to refill my account using SWIFT.\ttop_up_by_bank_transfer_charge\nI need information about an extra €1 fee in my statement.\textra_charge_on_statement\nI need AUD not GBP, how do I change it?\texchange_via_app\nFor some reason my contactless won't work for me.\tcontactless_not_working\nI need to activate my card can you do that now?\tactivate_my_card\nWill it automatically top-up if there isn't much money left?\tautomatic_top_up\nI think someone is using my card to make transactions I don't remember.\tcompromised_card\nIs there anyway, I can get a disposable virtual card?\tget_disposable_virtual_card\nI had a cheque deposited, but I still haven't seen the cash.\tbalance_not_updated_after_cheque_or_cash_deposit\nWhere is the money that I asked for? I asked for more than I got!\twrong_amount_of_cash_received\nvirtual card is not working for me\tvirtual_card_not_working\nWhat do I do when my card expires?\tcard_about_to_expire\nIs cash good to top up with?\ttop_up_by_cash_or_cheque\nCan I get a physical card through this app?\torder_physical_card\nDo I have to pay any fees in order to receive money?\ttop_up_by_bank_transfer_charge\nI am highly unsatisfied with this company and want to delete my account!\tterminate_account\nCan I use this account to receive my salary?\treceiving_money\nCan I top-up as much as I want?\ttop_up_limits\nI would appreciate that someone let me know when there is an extra charge for payments. I was checking the app earlier and saying a charge on one of my payments that was additional that no one made me aware of before.\tcard_payment_fee_charged\nIs it possible to have both a Visa and a Mastercard from you?\tvisa_or_mastercard\nIs there an option to have a virtual card?\tgetting_virtual_card\nHow do I go about setting up an account for my daughter?\tage_limit\nMy payment was reverted by the app\treverted_card_payment?\nHow might  I change my PIN?\tchange_pin\nWhat all am I required to show for the identity check?\tverify_my_identity\nIf I need a PIN for my card, where is it located?\tget_physical_card\nWhere can my card be delivered?\torder_physical_card\nThe app wouldn't accept my top up.\ttop_up_reverted\nWhy is my disposable virtual card being denied?\tvirtual_card_not_working\nHow long does shipping take to get to a US destination?\tcard_delivery_estimate\nI would like to change my PIN but I am not currently in the country.\tchange_pin\nWhy is the exchange rate wrong for my international withdrawal?\twrong_exchange_rate_for_cash_withdrawal\nWhat are the steps I follow to transfer money into my account?\ttransfer_into_account\nWhen should I expect to see my transfer hit my account?\ttransfer_timing\nWhy do you need to know where my money is coming from?\tverify_source_of_funds\nI have forgotten my password.\tpasscode_forgotten\nI can't see my latest bank transfer\tbalance_not_updated_after_bank_transfer\nTell me how to cancel a transfer.\tcancel_transfer\nWhere can I pay with my debit or credit card?\tcard_acceptance\nThe exchange rate given to me wasn't correct, after i purchased an item\tcard_payment_wrong_exchange_rate\nI have been charged twice\ttransaction_charged_twice\nI was charge a fee for my transfer, why?\ttransfer_fee_charged\nMy card is very close to expiring. When can I order a new one and how do I do so?\tcard_about_to_expire\nHow do I link one your card if I have one already?\tcard_linking\nI bought an item and noticed the exchange rate was not correct.\tcard_payment_wrong_exchange_rate\nWhere is the virtual card located?\tgetting_virtual_card\nI received my new card, how is it activated?\tactivate_my_card\nHow can I perform a dual money transferring from one account to another?\ttransfer_into_account\nWhy is there an extra 1 pound charge on my card?\textra_charge_on_statement\nWhy is my exchange rate wrong for an item I bought?\tcard_payment_wrong_exchange_rate\nWhy isn't my ID being verified?\tunable_to_verify_identity\nI cannot locate the card PIN.\tget_physical_card\nI bought something overseas and the wrong exchange rate is on my statement.\tcard_payment_wrong_exchange_rate\nI am awaiting my refund\tRefund_not_showing_up\nIf I want to exchange currency, will there be extras?\texchange_charge\nHow long does a transfer stay pending?\tpending_transfer\nI've transferred money before without issue but now I am encountering an error stating that it isn't possible. Why is that?\tbeneficiary_not_allowed\nDo you know why my card payment did not work?\tdeclined_card_payment\nI cannot use my disposable virtual card.\tvirtual_card_not_working\nWhy do you keep declining my payment? I tried several times already with this card and it's just not working\tdeclined_card_payment\nI received my American Express card, but I am having problems making it work with Apple pay.  Can you help me with this problem?\tapple_pay_or_google_pay\nI bought something in a foreign currency but the rate applied is wrong!\tcard_payment_wrong_exchange_rate\nWhen will the card arrive?\tcard_delivery_estimate\nwhats your exchange rate\texchange_charge\nWhere do my funds come from?\tverify_source_of_funds\nI made a card payment and a fee is showing up?\tcard_payment_fee_charged\nWhere can I go to update my personal profile?\tedit_personal_details\nMay I have a second card?\tgetting_spare_card\nI ordered my card 2 weeks ago and it still isn't here? What do I do?\tcard_arrival\nWhere can I view my PIN?\tpin_blocked\nWhat is the process for using my credit card to transfer money?\ttopping_up_by_card\nWhat do I do if I notice a strange withdrawl in my statement?\tcash_withdrawal_not_recognised\nIs it possible to get a transfer from SWIFT?\ttop_up_by_bank_transfer_charge\nHow do I do a successful transfer to an account?\tbeneficiary_not_allowed\nI receive my salary in GBP. Do I need to configure this somehwere?\treceiving_money\nWhat is the cause that the transfer shows as pending?\tpending_transfer\nHow did my top-up fail?\ttop_up_failed\nHow do I change currencies to euros?\tfiat_currency_support\nI am seeing pending from the card payment I made.\tpending_card_payment\nWHERE IS MY MONEY I WAS USING MY CARD AND IT DISAPPEARED\ttopping_up_by_card\nI transferred some money but the receiver can't pick it up for some reason.\ttransfer_not_received_by_recipient\nI used the wrong ping too many times and now the account is blocked.  How do I unblock?\tpin_blocked\nAre there charges for receiving a SEPA transfer?\ttop_up_by_bank_transfer_charge\nWhy does my account have a pending cash withdrawal?\tpending_cash_withdrawal\nI would like to not have to do the identity verification.\twhy_verify_identity\nWill it cost anything to top up a US card?\ttop_up_by_card_charge\nWhat cards and currencies do you support?\tsupported_cards_and_currencies\nWhat is the limit to top-up?\ttop_up_limits\nThere is an ATM withdrawl in the app I don't recognize.\tcash_withdrawal_not_recognised\nWhen can I order a disposable virtual card?\tget_disposable_virtual_card\nWhy hasn't my balance increased after depositing a check?\tbalance_not_updated_after_cheque_or_cash_deposit\nThe NFC payment wouldn't work on the bus today. Help?\tcontactless_not_working\nI had a payment that I made and it's been some amount of time and would like to know when it's suppose to go though.\tpending_card_payment\nWhen will I see the cash I deposited this morning as available?\tbalance_not_updated_after_cheque_or_cash_deposit\nHow do I change my information?\tedit_personal_details\nHow much can I expect to pay to top up a US card?\ttop_up_by_card_charge\nMy transfer is pending.\tbalance_not_updated_after_bank_transfer\nHow can I get a real-life card of my own?\torder_physical_card\nNow that I live in the US how can I get a card?\tcountry_support\nI need to know your exchange rates.\texchange_rate\nWhy is there a fee for an extra pound in my statement?\textra_charge_on_statement\nWhich cash machines will allow me to change my PIN?\tchange_pin\nI would like to know why my transfer was declined.\tdeclined_transfer\nThis is very frustrating. I can't get my card to work on any ATM I try and I've tried 3 of them so far. What's going on? Can you please fix this issue immediately?\tdeclined_cash_withdrawal\nin china, need new card\tcard_about_to_expire\nWhat information do you need to verify my Source of Funds?\tverify_source_of_funds\nI need to update my current address\tedit_personal_details\nMy non-physical card will not work\tvirtual_card_not_working\nMy work sends me all over the world, can I get a discount for all the money I have to exchange?\texchange_charge\nI need a new card, my current card is nearly expired.\tcard_about_to_expire\nMy beneficiary has been denied, is this normal?\tbeneficiary_not_allowed\nIf I lost my phone, can someone use my account?\tlost_or_stolen_phone\nI took out a foreign currency and the exchange rate is wrong.\twrong_exchange_rate_for_cash_withdrawal\nHow do I use contactless pay?\tcontactless_not_working\nCan I use any currency to add money?\tsupported_cards_and_currencies\nTell me why my transfer failed!\tfailed_transfer\nWhat is the cost for an exchange fee?\texchange_charge\nI've now been trying to do a really standard transfer 5 times already. What's going on, is your system broken or something?!\tfailed_transfer\nI would like to get help from someone with activating my card.\tactivate_my_card\nMy cash withdrawal charged me the wrong exchange rate\twrong_exchange_rate_for_cash_withdrawal\nHow do i finalize a card payment\tpending_card_payment\nWhy was my payment reversed?\treverted_card_payment?\nWhat is the source of my available funds?\tverify_source_of_funds\nHi, I'm buying a flat and I'm trying to get my mortgage to go though. Every time I check I simply get an error message. Is there any way you can help me get this money transferred over. Thanks!\tfailed_transfer\nI need a new Pin how do I go about that?\tchange_pin\nWhat should I do if I've tried to enter my PIN too often?\tpin_blocked\nCan someone assist me with the details explaining which fiat currencies that you support?\tfiat_currency_support\nWhy did I get a message saying that my transfer is not possible?  I have done this before no problem.  Please fix.\tbeneficiary_not_allowed\nThe money would not transfer to a beneficiary.\tbeneficiary_not_allowed\nIn what ATM can I change my pin?\tchange_pin\nHow do people send me money?\treceiving_money\nI tried using my card and it kept getting declined, Why?\tdeclined_card_payment\nIs my card broken?\tcard_not_working\nMy ATM got stuck and I'm not sure what to do.\tcard_swallowed\nCan you tell me how to order a virtual card?\tgetting_virtual_card\nThe exchange rate was wrong when I bought something outside the country.\tcard_payment_wrong_exchange_rate\nHey, my card was declined at an ATM in the city centre theatre. My account says the transaction is pending, though. I didn't get the money, though, so what does that mean?\tpending_cash_withdrawal\nHow do I reset my PIN, I can't seem to use my card?\tpin_blocked\nMy entire gym bag, including my wallet, was stolen out of my locker today. Everything in my wallet is gone - how do I block the card to make it can't be used?\tlost_or_stolen_card\nIs there a top up limit for my account?\ttop_up_limits\nSomeone stole my cards!\tlost_or_stolen_phone\nCan I link my new card?\tcard_linking\nI got less cash than the one I specified in the ATM\twrong_amount_of_cash_received\nI want my account deleted!\tterminate_account\nI don't recognize some of the transactions on my card, I think someone must have gotten my card info and used it.\tcompromised_card\nHey, I need some help figuring out way my transfer is not complete yet. My Landlord hasn't got the money yet.She should have received it by now.\ttransfer_not_received_by_recipient\nMy top-up has failed.\ttop_up_failed\nWhy is my withdrawal still pending?\tpending_cash_withdrawal\nHow long does it take to process cheque deposits?\tbalance_not_updated_after_cheque_or_cash_deposit\nWhen my card expires do you send a new card?\tcard_about_to_expire\nHow long will it take to arrive?\tcard_delivery_estimate\nWhat foreign exchange rate will you use?\texchange_rate\nWhy was there a fee for my transfer?\ttransfer_fee_charged\nPlease check payments on my card. There is a duplicate and I only bought it once.\ttransaction_charged_twice\nI think my card payment has been stopped\treverted_card_payment?\nMy account balance has not gone up even though I just transferred money into it\tbalance_not_updated_after_bank_transfer\nI see my top-up was canceled, but why?\ttop_up_reverted\nHow can I get additional cards?\tgetting_spare_card\nI need to cancel my recent transfer immediately, I made a mistake there, please help quickly before it goes through\tcancel_transfer\nWhen will the transfer go through?\tpending_transfer\nI expected a higher exchange rate when I withdrew money. Can you tell me current exchange rates?\twrong_exchange_rate_for_cash_withdrawal\nWhere is the money I topped off with?\tpending_top_up\nIs there a fee for topping up\ttop_up_by_card_charge\nWill I be able to use my card anywhere?\tcard_acceptance\nCan I get my card expedited?\tcard_delivery_estimate\nI bought something but now I would like a refund. How do I do that?\trequest_refund\nDoes topping up my card have a fee?\ttop_up_by_card_charge\nHow long until my card is delivered?\tcard_delivery_estimate\nWhat's with not verifying my Id?\tunable_to_verify_identity\nI need to know the time frame that is typical for a transfer from a UK account. I just made a transfer and it doesn't appear. I want to make sure everything is okay.\tbalance_not_updated_after_bank_transfer\nAre you able to explain the restrictions of the disposable cards?\tdisposable_card_limits\nI accidentally made a transaction to the wrong account.\tcancel_transfer\nIf I am overseas, how do I change my pin?\tchange_pin\nWhy am I being asked to have an identity check\twhy_verify_identity\nWhy couldn't I do a transfer to a beneficiary?\tbeneficiary_not_allowed\nIs there a charge or discount if I use a European bank in a top up?\ttop_up_by_card_charge\nUsing an ATM caused me to incur an additional fee. Why?\tcash_withdrawal_charge\nthe balance on my account didnt change when i transferred money\tbalance_not_updated_after_bank_transfer\nI'd like to have another card\tgetting_spare_card\nHow do I get the contactless feature to work for my card?\tcontactless_not_working\nThere's a debit on my account that I didn't do.\tdirect_debit_payment_not_recognised\nHello I made a bank transfer couple hours ago from my UK account but it doesn't show up yet. Can you please check if everything is alright with it?\tbalance_not_updated_after_bank_transfer\nI want a card. What is the procedure?\torder_physical_card\nI am a new customer, and I happened to look at my app and there is a charge I am not familiar with.  Could you tell me why the extra charge is there?\textra_charge_on_statement\nMy top-up showed as complete, but it's no longer there! What's going on here?\ttop_up_reverted\nHow long does it take to authorise a payment?\tpending_card_payment\nPlease tell me about SWIFT transfers at this bank.\ttop_up_by_bank_transfer_charge\nI need to change my pin but I am on the road.\tchange_pin\nWhat should I do if I think that someone else may be using my card.\tcompromised_card\nATM still has my card\tcard_swallowed\nIs there an amount limit to my top-up?\ttop_up_limits\nMy card is stuck in the ATM, what can I do?\tcard_swallowed\ngot married and need to change name\tedit_personal_details\nMy actual card isn't working.\tcard_not_working\nIs there a list of ATM machines?\tatm_support\nI topped up but it didn't complete\tpending_top_up\nYou did not apply the correct exchange rate for an item that I bought.\tcard_payment_wrong_exchange_rate\nAre contactless payments enabled on my new card?\tcontactless_not_working\nDoes delivery to the US take long?\tcard_delivery_estimate\nWhat is needed to prove my identity?\tverify_my_identity\nCan you explain the disposable cards to me?\tget_disposable_virtual_card\nI want to set a new PIN\tchange_pin\nWill my friend be able to top off my account?\ttopping_up_by_card\nhow do you determine your exchange rates because one of yours was off when i got cash\twrong_exchange_rate_for_cash_withdrawal\nHow do I get my disposable virtual card to work?\tvirtual_card_not_working\nIs Apple Pay a possible top up option?\tapple_pay_or_google_pay\nWill you accept my other card from the U.S.?\tsupported_cards_and_currencies\nWhy does my money come from?\tverify_source_of_funds\nWho can top up my accounts?\ttopping_up_by_card\nCan you top-up a card with a cheque?\ttop_up_by_cash_or_cheque\nI moved.  Where do I update my details?\tedit_personal_details\nWhat credit cards are supported?\tsupported_cards_and_currencies\nI need support options, I want to top my card\tsupported_cards_and_currencies\nI made a purchase and it says it's pending. What does that mean?\tpending_card_payment\nWhere can I change my personal information after I move?\tedit_personal_details\nIf I have this card, which ATMs can I go to?\tatm_support\nCan I receive my salary in a currency other than what it is deposited in?\treceiving_money\nWhere does all this money come from though?\tverify_source_of_funds\nI thought transfers were free, why was I charged a fee?\ttransfer_fee_charged\nMy bags were stolen. I need a new card but need to cancel the stolen one.\tlost_or_stolen_card\nIs there a reason I was charged a fee to transfer?\ttransfer_fee_charged\nHow come my disposable virtual card used to pay for a gym subscription got rejected?\tvirtual_card_not_working\nIs my cash withdrawal pending?\tpending_cash_withdrawal\nI purchased some makeup through a site in China, and I was under the impression that when I make transfers there is no fee.  Why am I seeing this fee now?  I am not happy about this at all.\ttransfer_fee_charged\nI am not Happy with this product can i get a refund?\trequest_refund\nIs it possible to edit my personal details on the app?\tedit_personal_details\nMy app shows some cash I didn't get.\tcash_withdrawal_not_recognised\nI deposited cash this morning and I am still waiting\tbalance_not_updated_after_cheque_or_cash_deposit\nI got my American Express in Apple Bay but top up is not working\tapple_pay_or_google_pay\nCash withdrawal still pending?\tpending_cash_withdrawal\nIf I use a European bank card for top up, Do I get charged?\ttop_up_by_card_charge\nI don't live in the UK.  Can I still get a card?\tcountry_support\nWhat is the purpose for the identity check\twhy_verify_identity\nplease tell me why my top-up failed.\ttop_up_failed\nI don't think I made this charge on my debit statement.\tdirect_debit_payment_not_recognised\nWhy is my top up still pending?\tpending_top_up\nAn unauthorized payment is in my app\tcard_payment_not_recognised\nExplain what the pending payment means?\tpending_card_payment\nDo you know if there is a tracking number for the new card you sent me?\tcard_arrival\nHow do I change GBP to AUD?\texchange_via_app\nWhat are your currency exchange fees?\texchange_charge\nDo I get a choice between Visa and Mastercard?\tvisa_or_mastercard\nMay I choose when it's delivered?\tcard_delivery_estimate\nMy receipt shows an extra charge on my transfer, why is this?\ttransfer_fee_charged\nI need to make an immediate cancellation related to a transfer. This was a mistake. Please assist quickly so this does not actually go through.\tcancel_transfer\nWhat would lead to my top up still pending?\tpending_top_up\nI topped up my card but the money disappeared.\ttopping_up_by_card\nWhy was my Payment declined\tdeclined_card_payment\nwhats the exchange charge\texchange_charge\nI have one of your cards already, how do I link it?\tcard_linking\nThere is a payment in the App that is not mine.\tcard_payment_not_recognised\nI can't find my card and think it may have been stolen.\tlost_or_stolen_card\nHow do I go forth verifying my top-up card?\tverify_top_up\nWhere is my cash deposit?\tbalance_not_updated_after_cheque_or_cash_deposit\nAre US credit cards accepted?\tsupported_cards_and_currencies\nI was at the store earlier and my virtual card didn't work. What's the solution for this problem?\tvirtual_card_not_working\nWhere do you get your exchange rates from?\texchange_rate\nI topped up my account and even though it was confirmed at first, the money isn't there anymore! why did this happen, and where did my money go?\ttop_up_reverted\nWhat is the extra  €1 fee in my statement\textra_charge_on_statement\nWhat is the importance of verifying the top-up?\tverify_top_up\nI transferred the rent payment for my new place a couple days ago but the landlord says it's not there yet, despite showing up as done on my side. I checked the account number I sent it to and it's definitely correct. Can you please verify if the transaction really went through or not?\ttransfer_not_received_by_recipient\nWhere is my money? I transfered it and it isn't in my account.\tbalance_not_updated_after_bank_transfer\nFix your system. I can't make transfers, I've tried like 5 times already.\tfailed_transfer\nMy transfer was declined\tdeclined_transfer\nI am still awaiting the completion of the transaction.\ttransfer_not_received_by_recipient\nHi,  Please help me, as i have transferred some amount but receiver did not get the same amount. He received a bit less. Due to this again i need to transfer the difference.   I have transferred money but beneficiary's account is credited with less amount. Now i have transfer the difference of the amount. I think there is some issue, could you please look into this.\ttransfer_fee_charged\nhow does a virtual card work\tget_disposable_virtual_card\nWhy am I being charged twice?\ttransaction_charged_twice\nDid you start charging for cash withdrawals? I thought it was free so far but noticed suddendly there is a fee. How much do I need to pay?\tcash_withdrawal_charge\nHow do I pay by check?\ttop_up_by_cash_or_cheque\nHow many disposable cards can I own?\tdisposable_card_limits\nCan you tell me why my top up was reverted?\ttop_up_reverted\nWhat should I do if the passcode doesn't work for me?\tpasscode_forgotten\nI have a cryptocurrency exchange that won't go through. Please help me process it.\tbeneficiary_not_allowed\nIs there a charge for topping up by transfer?\ttop_up_by_bank_transfer_charge\nI need to verify my identity, but how do I do that?\tverify_my_identity\nHow can I see my source of funds?\tverify_source_of_funds\nCan you tell me where I can order a virtual card?\tgetting_virtual_card\nI purchased something in a foreign currency but the rate applied is wrong\tcard_payment_wrong_exchange_rate\nDo I get charged if i am getting money?\ttop_up_by_bank_transfer_charge\nThe app won't let me top up my account\ttop_up_failed\nDoes Google Play have an app to Top up?\tapple_pay_or_google_pay\nCould you please activate my card\tactivate_my_card\nI tried to make a cash withdrawal and it was declined. Why did this happen?\tdeclined_cash_withdrawal\nCan I top up using a cheque?\ttop_up_by_cash_or_cheque\nThe ATM won't give me my card back.\tcard_swallowed\nI sent my friend some money a few hours ago but she has not received it yet. She really needs it. How long does this take?\ttransfer_not_received_by_recipient\nWhat's going on with the top-up? All it says is pending, pending, pending! I use your service several times a week and have never had a problem before! What's going on here?\tpending_top_up\nCan I reset my password?  I don't know what it is.\tpasscode_forgotten\nTopping up my card is not working because I believe the top up is pending\tpending_top_up\nI think someone got my card details and used it because there are transactions i don't recognize. What do I do now?\tcompromised_card\nSomeone has stolen my card. Even though I have my card with me, someone just made a 500£ cash withdrawal. Please help as soon as possible.\tcash_withdrawal_not_recognised\nWhy was my card payment cancelled?\treverted_card_payment?\nI keep checking my bank statements but I don't see a refund that I've requested from a seller. Can you ensure that I receive the refund from the seller?\tRefund_not_showing_up\nIs there a limit on how much I can withdraw from my account without being charged?\tcash_withdrawal_charge\nThe ATM at Metro bank on High St. Kensington didn't return my card. What should I do now that the bank is closed?\tcard_swallowed\nMy app says that I received cash from an ATM and I didn't.\tcash_withdrawal_not_recognised\nI would like to exchange some currency.\texchange_via_app\nWhat steps do I need to take to close my account?\tterminate_account\nCan you unlock my pin? I think I entered the wrong pin too many times.\tpin_blocked\nI made a payment but the app reverted the payment.\treverted_card_payment?\nSomething is wrong with my password.\tpasscode_forgotten\nWhen will my funds transfer?\ttransfer_not_received_by_recipient\nWhat does a pending transaction mean?\tpending_card_payment\nIt seems I was overcharged when I used an ATM while on vacation. If I knew about your fees in advance I sure would have gone somewhere else.\twrong_exchange_rate_for_cash_withdrawal\nWhy was my account charged for using an ATM?\tcash_withdrawal_charge\nIs a non-electronic card available as well\torder_physical_card\nPlease put a freeze on my card,  I am worried there has been some payments on it and I don't know what for.\tcard_payment_not_recognised\nWhy do I have to verify my identity?\twhy_verify_identity\ncan you tell me what cards and currencies you take?\tsupported_cards_and_currencies\nI used the ATM machine to get money out for Holiday shopping and saw the outrageous charges. Why is that? I would not have used the ATM if I had known!\twrong_exchange_rate_for_cash_withdrawal\nWhy is my money gone right when I attempted to top up\ttopping_up_by_card\nWhy can't I transfer to a beneficiary?\tbeneficiary_not_allowed\nI didn't get the money I transferred\tbalance_not_updated_after_bank_transfer\nWhy are fees charged on cash withdrawals? I went to withdraw some money earlier today after shopping. There's a fee that wasn't there before.\tcash_withdrawal_charge\nThere is a suspicious cash withdraw on the account.\tcash_withdrawal_not_recognised\nHow do I accept exchanges to EU?\tfiat_currency_support\nCan you tell me what the transfer policy is?\ttop_up_by_bank_transfer_charge\nI need to change my name since I got married\tedit_personal_details\nSomeone has taken my money and I don't know who\tdirect_debit_payment_not_recognised\nWhat are the countries you operate in.\tcountry_support\nI was mugged and everything taken.  What do I do to protect my account?\tlost_or_stolen_phone\nWhat do I do if my card is expiring soon?\tcard_about_to_expire\nI'm tired of all the problems I've had. I want to quit this account!\tterminate_account\nMy top up is pending.\tpending_top_up\nThe top-up verification code is missing\tverify_top_up\nMy card has been swallowed by an ATM\tcard_swallowed\nHow can I tell what the limit is to top-ups?\ttop_up_limits\nI sent you a cheque couple days ago, nothing happened to my account yet! This is unacceptable, where is my money??\tbalance_not_updated_after_cheque_or_cash_deposit\nWhy isn't a recent refund on my statement?\tRefund_not_showing_up\nwhat does pending mean?\tpending_card_payment\nWhat exchange rates do you offer?\texchange_rate\nI checked the app and saw an extra cash withdrawal that I didn't authorize\tcash_withdrawal_not_recognised\nI tried to withdraw money but I was declined!\tdeclined_cash_withdrawal\nWhy was the transfer declined?\tdeclined_transfer\nWhat is the maximum I can transfer before I incur fees?\ttransfer_fee_charged\nCan I verify my identity online?\tverify_my_identity\nI have never been charged a fee for cash withdrawal before. When did that change?\tcash_withdrawal_charge\nI've lost track of my phone or someone stole it.\tlost_or_stolen_phone\nI would like to receive and use the card in Europe, is that possible?\tcountry_support\nDo I have to pay for exchanging currencies?\texchange_charge\nI want to choose a different PIN.\tchange_pin\nHow do I reset my PIN?\tpin_blocked\nThere is a card payment I do not recognise.\tcard_payment_not_recognised\nI couldn't get cash at the atm\tdeclined_cash_withdrawal\nWhen I got cash, I'm pretty sure there was a glitch that overcharged me.\tcash_withdrawal_charge\nleft phone at hotel, how to access app\tlost_or_stolen_phone\nMy disposable virtual card will not work\tvirtual_card_not_working\nCan you remove my account please?\tterminate_account\ni think someone is using my card to withdraw money. Someone stole my wallet. What can I do? it is urgent.\tcash_withdrawal_not_recognised\nI understand that this is extremely late. After going over my transactions for the last couple of months I noticed a large charge that I'm sure I did not make. Is there anyway I can still dispute this?\tdirect_debit_payment_not_recognised\nWhat's the deal with no cryptocurrency on your app?\tbeneficiary_not_allowed\nWhat currencies do you do exchanges for?\tfiat_currency_support\nI need to change my PIN. Can I do that at a cash machine?\tchange_pin\nHow come I was charged extra when I withdrew cash?\tcash_withdrawal_charge\nPlease close my account. I am unsatisfied with your service.\tterminate_account\nI was charged extra for a withdrawal\tcash_withdrawal_charge\nWhat's the refund process?\trequest_refund\nHi, My card withdrawal was declined this morning. It was working fine till yesterday. Please check and inform me.\tdeclined_cash_withdrawal\nIs my card accepted everywhere?\tcard_acceptance\nI have a cheque here, can I use it to top off my account?\ttop_up_by_cash_or_cheque\nWhat steps do I take to verify my identity?\tverify_my_identity\nMy card payment did not work.\tdeclined_card_payment\nI would like to activate my card to use now, can you help me?\tactivate_my_card\nI have a pending payment from stuff I bought this morning.\tpending_card_payment\nIf I request that my funds be held, what currencies do you use?\tfiat_currency_support\nWhat does a disposable virtual card do?\tget_disposable_virtual_card\nI lost my phone and need help securing it.\tlost_or_stolen_phone\nI transferred some money but it is yet to arrive.\tbalance_not_updated_after_bank_transfer\nWhat are the restrictions to top-offs?\ttop_up_limits\nThe ATM gave me the wrong amount of cash today when I went to withdraw. The app says it was more.\twrong_amount_of_cash_received\nWhy does my account not accept cash deposits?\tbalance_not_updated_after_cheque_or_cash_deposit\nI need a refund?\trequest_refund\nI need my PIN\tget_physical_card\nwhat is source of my funds, need to verify\tverify_source_of_funds\nHow long does a transfer take from the point it's sent, to the point it arrives in my account?\ttransfer_timing\nHow do I exchange my GBP to AUD?\texchange_via_app\nWhat do I do with my card PIN?\tget_physical_card\nHey, I try to make a bank transfer from my UK account a few hours ago, but it haven't show up yet. Please check my account to make sure everything alright with it?\tbalance_not_updated_after_bank_transfer\nI need a refund on an item I have not received.  Am I able to simply cancel the payment?  I don't know how to do this.\trequest_refund\nWhy did I get a transfer declined?\tdeclined_transfer\nprice of physical card\torder_physical_card\nHow do I update my PIN to a new number?\tchange_pin\nI cant find my card, it's gone.\tlost_or_stolen_card\nWill there be additional costs of I make a withdrawal from a local ATM of British pounds? I need some cash to feel comfortable on the journey home\twrong_exchange_rate_for_cash_withdrawal\nPlease terminate my account.\tterminate_account\nHow can I make my contactless work for the metro?\tcontactless_not_working\nHow many disposable cards can I have?\tdisposable_card_limits\nWhat are your international exchange rates?\texchange_rate\nMy withdrawl is still pending.  Why?\tpending_cash_withdrawal\nHow do I unblock my card using the app?\tcard_not_working\nNext month my card will expire, do I need to order a new one?\tcard_about_to_expire\nWhy do you keep declining my transfers?it was always been working really well so far but when I tried to buy something just now the card got declined . I tried couple of times already  but same thing is happening.\tdeclined_transfer\nI tried to take money from my card, but it didn't work. Later I saw that the transaction is still in progress. What's goign on?\tpending_cash_withdrawal\nThey charged me wrong for a currency exchange on a purchase.\tcard_payment_wrong_exchange_rate\nMy disposable virtual card has been rejected by the merchant earlier today. What should I do?\tvirtual_card_not_working\nSo, I tried topping up my card for the today. Unfortunately, it failed. A couple of days back I used it and it works fine. Can you double check and tell me what's going on?\ttop_up_failed\nWhat all currencies can be exchanged?\texchange_via_app\nWhy did I not get all the cash I asked for?\twrong_amount_of_cash_received\nsomeone stole my money\tdirect_debit_payment_not_recognised\nI should have received a refund however it is not showing on my statement\tRefund_not_showing_up\nI need to transfer funds into my account. How can I do this?\ttransfer_into_account\nIM still waiting for my account to update from a cash deposit?\tbalance_not_updated_after_cheque_or_cash_deposit\nSalary in GBP has been received, does it need to be configured elsewhere?\treceiving_money\nI believe my card has been stolen, what can I do about this situation? It's urgent.\tlost_or_stolen_card\nCan a card stop working?\tcard_not_working\nHow can I check the source of funds?\tverify_source_of_funds\nHow can I get paid in a different currency?\treceiving_money\nHow can I top up with cash?\ttop_up_by_cash_or_cheque\nI got my new card where do I go to activate it?\tactivate_my_card\nwhere do I request a disposable virtual card?\tget_disposable_virtual_card\nI tried to transfer money and it did not work.\tfailed_transfer\nWhere are the locations of ATMs that accept this card?\tatm_support\nWhen will the transfer be completed?\tpending_transfer\nwhen will i receive a US transfer\ttransfer_timing\nI was expecting my new card and am wondering why I haven't received it yet?\tcard_arrival\nI want to reverse a purchase. Can I cancel it?\trequest_refund\nI need help activating my new card.\tactivate_my_card\nSome cash is showing up in my app that I did not get.\tcash_withdrawal_not_recognised\nCan I get a mastercard?\tvisa_or_mastercard\nMy funding to my card didn't go through.\ttop_up_failed\nMy pin was blocked, how do I make it so I can use it?\tpin_blocked\nDo you happen to do exchanges of EUR?\tfiat_currency_support\nwhere in the app can i find out about my new pin\tget_physical_card\ncan i top up with apple pay\tapple_pay_or_google_pay\nExchange rate for my cash withdrawal is wrong\twrong_exchange_rate_for_cash_withdrawal\nI want to top up using cash, where can I do that?\ttop_up_by_cash_or_cheque\nHow can I see where my money comes from?\tverify_source_of_funds\nI transferred some money but I think it has gotten lost somewhere.\tbalance_not_updated_after_bank_transfer\nIs there a reason that the ATM declined my transaction?\tdeclined_cash_withdrawal\nMy pins seems to be blocked, can you unblock it please\tpin_blocked\nWhy was I charged an extra fee when paying with my card?\tcard_payment_fee_charged\nPlease delete my account. I am not happy with the service from your company.\tterminate_account\nDo you support all cards and currencies?\tsupported_cards_and_currencies\nI may have a fraud charge on my debit statement.\tdirect_debit_payment_not_recognised\nI made a transfer and it doesnt' show up in my account.\tbalance_not_updated_after_bank_transfer\nMy new card keeps getting declined. I was very excited to use it for the first time today. Why is this doing this?\tdeclined_card_payment\nMy account needs to be deleted.\tterminate_account\nWill declined funds I tried to withdraw be returned to me?\twrong_amount_of_cash_received\nCan I get my paycheck through here?\treceiving_money\nI tried to pay contactless at the bus today and it didn't work. Any ideas why?\tcontactless_not_working\nWhy can't I use my American Express with Apple Pay to top up my account?\tapple_pay_or_google_pay\nCan you look at my account ans see why my card was declined\tdeclined_card_payment\nWhat kind of currency can I hold money in?\tfiat_currency_support\nDo you have a list of countries you operate in?\tcountry_support\nMy transfers are being declined. IT has always worked for me but now it's declining my card. I've tried several times.\tdeclined_transfer\nHow do I cancel my transfer?\tcancel_transfer\nAre there ways to transfer money into my account?\ttransfer_into_account\nHow long is the wait for a US transfer?\ttransfer_timing\nThe app will not let me into my account.\tunable_to_verify_identity\nHow do I get my PIN unlocked?\tpin_blocked\nhow much do you charge to accept transfers\ttop_up_by_bank_transfer_charge\nI don't understand where this debit came from and want it removed.\tdirect_debit_payment_not_recognised\nMy card is about to expire and I need to know how much it costs and how long it takes to get a new one.\tcard_about_to_expire\nWhen trying to get more than one card is there a extra amount that needs to be paid?\tgetting_spare_card\nWhy did my my transfer get declined?\tdeclined_transfer\nWhat should I do to get transactions off of my account if I didn't make them?  My card must have been compromised and I need to freeze it asap!\tcard_payment_not_recognised\nwhy isnt my account allowing transfers\tbeneficiary_not_allowed\nIn the past month I often used this account to manage payments for my new holiday villa. Now all of a sudden your fees have increased exorbitantly! Don't you have a rewards programme for frequent users?\ttransfer_fee_charged\nCan a transaction be cancelled?\tcancel_transfer\nI'm not okay with this fee on my statement.\textra_charge_on_statement\nAm I allowed to use any card to make a payment?\tvisa_or_mastercard\nWhat is the limit to number of transactions I can do with a disposable card?\tdisposable_card_limits\nCan my 19 year old daughter open a savings account at the bank?\tage_limit\nCan you help me sign up for a virtual card?\tgetting_virtual_card\nI know I didn't make this payment showing up on my card, I don't remember this person at all.\tcard_payment_not_recognised\nHow do I link to my credit card with you?\tcard_linking\nI submitted a transaction to the incorrect account.\tcancel_transfer\nI think something went wrong with my card delivery as I haven't received it yet.\tcard_arrival\nCan I use my account if the identity verification is not complete?\twhy_verify_identity\nWhy do you need so much information to verify my identity?\twhy_verify_identity\nHow long does it take for a payment to go thru? I made one a few days ago and it has not been cleared yet.\tpending_card_payment\nMy card payment is still on hold, why is it so?\tpending_card_payment\nAre there any limits to how many disposable cards I can use?\tdisposable_card_limits\nWhy hasn't my top-up been completed?\tpending_top_up\ndo i need a pin\tget_physical_card\nI am trying to exchange crypto and it's not working. Tell me how to fix this.\tbeneficiary_not_allowed\nWhen my card expires what happens to my account?\tcard_about_to_expire\nWhy was I charged a fee for a transfer?\ttransfer_fee_charged\nWhy is my cash withdrawal from the ATM still not yet showing as confirmed in my account?\tpending_cash_withdrawal\nWhat should I do with my atm that got stuck?\tcard_swallowed\nI deposited a check but my balance is still the same.\tbalance_not_updated_after_cheque_or_cash_deposit\nI have a payment I didn't do\tcard_payment_not_recognised\nMy card hasn't arrived yet.\tcard_arrival\nWhy am I being charged a fee for transferring money?\ttransfer_fee_charged\nI want to top-up using cash\ttop_up_by_cash_or_cheque\nI am missing a refund.\tRefund_not_showing_up\nI moved.  I need to update my details.\tedit_personal_details\nHow can I tell where my funds came from?\tverify_source_of_funds\nWhy are you declining my payment? Everything was fine.\tdeclined_card_payment\nThere is a direct debit I do not recognise in my statement\tdirect_debit_payment_not_recognised\nTransactions on my card look really weird. I've been charged twice for a couple things this week! Please check this and return the double charged ones.\ttransaction_charged_twice\nWhy was my ATM transaction cancelled?\tdeclined_cash_withdrawal\nI have exceeded the number of times I can try my PIN\tpin_blocked\nfor some reason I am having a problem with verifying my identity.\tunable_to_verify_identity\nIs there any documentation needed for the identity check?\tverify_my_identity\nWhat is the youngest age in order to have an account?\tage_limit\nWhen will my top-up process?\tpending_top_up\nWhat do i need to verify my id?\tunable_to_verify_identity\nI was unable to make a transfer to another account.\tbeneficiary_not_allowed\nMy cash deposit from a week ago hasn't shown up. I need the money - how quickly can you sort this out?\tbalance_not_updated_after_cheque_or_cash_deposit\nThis company sucks! Can you terminate my account?\tterminate_account\nDo charge fees for transfers?\ttransfer_fee_charged\nCan I check somewhere if there will be a fee on my payment or not? Seems you are charging in some cases, what's the pattern there?\tcard_payment_fee_charged\nhow do i get a virtual card?\tgetting_virtual_card\nDouble check your funds may be declined\tdeclined_transfer\nWhat places will accept my card?\tcard_acceptance\nIs it possible to top up with Apple Pay?\tapple_pay_or_google_pay\nWhy was I not able to complete a transfer?\tfailed_transfer\nHow come I don't see my deposit in my account yet?\tbalance_not_updated_after_cheque_or_cash_deposit\nPlease tell me how to get a physical card.\torder_physical_card\nHow can I activate my card so I can start using it?\tactivate_my_card\nCan I get a spare card for someone else to use?\tgetting_spare_card\nApproximately how long will an urgent transfer from China take?\ttransfer_timing\nWill a transfer incur a fee?\ttop_up_by_bank_transfer_charge\nThere are transactions I didn't make, someone else must have used my card.\tcompromised_card\nCan you tell me what currency I can have?\tfiat_currency_support\nIs there tracking info available?\tcard_arrival\nthere is a transaction on my account that i didnt make\tcard_payment_not_recognised\nI would like a refund on the extra pound I was charged.\textra_charge_on_statement\nWill this app exchange currencies?\texchange_via_app\nMy contactless is not working\tcontactless_not_working\nHow do I find my card PIN?\tget_physical_card\nWhy did I get blocked?\tpin_blocked\nI made a withdrawal from my account but it has not posted?\tpending_cash_withdrawal\nI am not able to do contactless.\tcontactless_not_working\nthe card payment exchange rate is wrong\tcard_payment_wrong_exchange_rate\nI tried to send someone money but they haven't received it.\ttransfer_not_received_by_recipient\nI was declined when I tried to get cash.\tdeclined_cash_withdrawal\nSo what about the card PIN?\tget_physical_card\nMy top up failed.\ttop_up_failed\nI see a cash withdrawal that I did not perform.\tcash_withdrawal_not_recognised\nI need to use my disposable card multiple times a day, is there a cutoff limit?\tdisposable_card_limits\nWhere is the transfer I started?\ttransfer_not_received_by_recipient\nNothing goes through on my card.\tcard_not_working\nWhen topping up by transfer, will I be charged?\ttop_up_by_bank_transfer_charge\nI like Mastercard better.\tvisa_or_mastercard\nWhy are there limits on auto top-up?\tautomatic_top_up\nWhere do I find the virtual card?\tgetting_virtual_card\nI would like a temporary virtual card\tget_disposable_virtual_card\nWhy did I get a fee?\tcash_withdrawal_charge\nThis company is terrible! Can you delete my account?\tterminate_account\nCan you please identify the problem with my bank card?\tcard_not_working\nPending transfer?\tpending_transfer\nIs my salary eligible for this?\treceiving_money\nGoogle pay and top up, I want it, can I get it?\tapple_pay_or_google_pay\nDo you have an auto top-up option?\tautomatic_top_up\nThere's a refund missing from my statement\tRefund_not_showing_up\nIf you send me more cards, are there any charges?\tgetting_spare_card\nWhy isn't my top up showing on my wallet?\ttopping_up_by_card\nI'd rather not verify my identity.\twhy_verify_identity\nWhat is the point of an identity check?\twhy_verify_identity\nI bought something and returned it and the money from the return isn't in my account.\tRefund_not_showing_up\nAssist me please with card activation.\tactivate_my_card\nWhy did my transfer decline\tdeclined_transfer\nWhat is accepted in regards to cards and currencies?\tsupported_cards_and_currencies\nHow long does a UK transfer take?\tbalance_not_updated_after_bank_transfer\nWhat's the process for ID verification?\tverify_my_identity\nDo I need to replace my card if it didn't work when I tried to pay contactless at the shop today?\tcontactless_not_working\ntop-up is slow to process\tpending_top_up\nIt looks like this week I was double charged for a couple things. Is there any way that you can look into this for me and return the double charged items back to my card?\ttransaction_charged_twice\nI forgot my password\tpasscode_forgotten\nI was contacted by a seller with a message that they never received my money. I am 100% sure it was taken from my account so I definitely need this sorted out soon.\treverted_card_payment?\nThe transfer keeps failing , I tried to transfer some money to friends this morning but it keeps getting rejected for some reason, Would you please check the issue ?\tfailed_transfer\nI made a deposit this morning but it is still pending?\tbalance_not_updated_after_cheque_or_cash_deposit\nCan I have more than one disposable card?\tdisposable_card_limits\nHow do I link a new card?\tcard_linking\nIf i'm not in the UK, can I still get a card?\tcountry_support\nMy card is about to expire. What do I need to do?\tcard_about_to_expire\nI want to do a cash top-up\ttop_up_by_cash_or_cheque\nAre cheques accepted to my account? Mine didn't seem to work.\tbalance_not_updated_after_cheque_or_cash_deposit\nI'm still waiting for delivery of my new card, why is it taking so long?\tcard_arrival\nI lost my card\tlost_or_stolen_card\nWhen I tried to pay for my bus ride, the contactless payment wouldn't work. How can I prevent this in the future?\tcontactless_not_working\nis my card PIN saved in the app\tget_physical_card\nIs there an age limit?\tage_limit\nWhy is my card payment showing as pending?\tpending_card_payment\nI tried topping up but my funds seem to be pending. I want to buy something right now, what do I do?\tpending_top_up\nThere are a few transaction that I don't recognize, I think someone managed to get my card details and use it.\tcompromised_card\nIf I make a transaction can I cancel it?\tcancel_transfer\napp doesnt think its me\tunable_to_verify_identity\nWhat will happen if I want to add money using an international card? Will I run into any fees?\ttop_up_by_card_charge\nCan I verify a top-up and what card is used?\tverify_top_up\nwhat is the identity check?\twhy_verify_identity\nWould I be charged for exchanging currencies?\texchange_charge\nI can't verify my identity.\tunable_to_verify_identity\nI have found my lost or stolen card. Is there a way I can link the card with my account through my app again?\tcard_linking\nWhen getting my ID checked, what are the steps involved?\tverify_my_identity\nI can't find my phone but it has all my credit card information.\tlost_or_stolen_phone\nThere is an extra charge on my app that I was not told about or I was aware of!\textra_charge_on_statement\nHow often do your exchange rates change\texchange_rate\nI need help because I drunken blocked my card?\tpin_blocked\ncash deposit to my account has shown a red flag.\tbalance_not_updated_after_cheque_or_cash_deposit\nCan you tell my why my card payment has been reverted.\treverted_card_payment?\nWhy did the disposable virtual card which I used to pay a gym subscription get denied?\tvirtual_card_not_working\nThe amount of time that transfers usually take from a UK account is what?I just completed a transfer and it is not showing up at all. I'm wondering at this point if everything is actually okay.\tbalance_not_updated_after_bank_transfer\nWhy do you need to know so much about me\twhy_verify_identity\nI want to top my account by using a bank transfer. How would that work?\ttransfer_into_account\nHow much is the fee for a SEPA transfer?\ttop_up_by_bank_transfer_charge\nCan you please help me with this exchange?  I am trying to get crypto and the app won't let me.\tbeneficiary_not_allowed\nMy passcode doesn't seem to be working\tpasscode_forgotten\nI tried to buy something online yesterday but it wouldn't stop saying declined. Tried again today but same thing happened. What's Broken?\tdeclined_transfer\nMy transaction needs to be canceled.\tcancel_transfer\nI need to cancel an incorrect transaction.\tcancel_transfer\nMy card doesn't accept any transaction at all. What's wrong??\tcard_not_working\nHow do I cancel a previous purchase\trequest_refund\nI tryed to make a top-up with cryptocurrency but the payment was referted.\ttop_up_reverted\nMy top-up was cancelled; will I receive a refund?\ttop_up_reverted\ntop up did not complete\tpending_top_up\nWhat are the available cards?\tvisa_or_mastercard\nWhy is my top-up still outstanding?\tpending_top_up\nCan I directly transfer my salary onto here?\treceiving_money\nWhere do I change my PIN?\tchange_pin\nWhere do I obtain my virtual card?\tgetting_virtual_card\nI had a duplicate card and got charged twice. How do I resolve this?\ttransaction_charged_twice\nCan you help my fix my contactless?\tcontactless_not_working\nI was looking to buy another card today.\tgetting_spare_card\nWhere can I find the top-up verification code?\tverify_top_up\nFor how long will my transfer be pending?\tpending_transfer\nHow do disposable cards work?\tget_disposable_virtual_card\nWhat is the limit to top up?\ttop_up_limits\nWhat is the amount of disposable cards I can have each day?\tdisposable_card_limits\nHow much will I get with the exchange rate?\texchange_rate\nWhy did a transfer get declined?\tdeclined_transfer\nmy atm cash out is still pending\tpending_cash_withdrawal\nCan I dispute a payment even if I notice it several weeks after it was made?\tdirect_debit_payment_not_recognised\nI ordered a card and I still haven't received it. It's been two weeks. What can I do?\tcard_arrival\nHow can someone send me money?\treceiving_money\nI can't transfer money from my account.\tdeclined_transfer\nWill salary be received through this?\treceiving_money\nMy card was denied at an ATM earlier today but the transaction is pending. Please cancel it as I did not receive my money.\tpending_cash_withdrawal\nIf my card is trapped in the ATM, what do I do?\tcard_swallowed\nI need it delivered by Saturday.\tcard_delivery_estimate\nWill filling stations accept my card?\tcard_acceptance\nHas the check I deposited cleared to I can get the cash?\tbalance_not_updated_after_cheque_or_cash_deposit\nI completed an in country transfer a few days ago and was sure to check the account information several times since the transaction was completed, but the funds are still not available. What is the problem?\ttransfer_not_received_by_recipient\ndo the details of my profile have to match my documents\tverify_my_identity\nI need to change my account details\tedit_personal_details\nHow can my friend send me money?\treceiving_money\nThe conversion rate on the ATM that I used with foreign currency was wrong.\twrong_exchange_rate_for_cash_withdrawal\nplease delete my account, your services are not up to par.\tterminate_account\nWhy was I charged a fee when I paid with card?\tcard_payment_fee_charged\nHello! I need to order a disposable virtual card. Where can I do that at?\tget_disposable_virtual_card\nHow do I use auto top up?\tautomatic_top_up\nI do not have what is required to prove my identity\tunable_to_verify_identity\nThe exchange rate you gave me for my cash withdrawal is wrong\twrong_exchange_rate_for_cash_withdrawal\nIs my country supported\tcountry_support\nWhy did I only get $20 when I tried to get $100\twrong_amount_of_cash_received\nWill I be able to get a disposable virtual card as well?\tget_disposable_virtual_card\nWhen I want to transfer money to my account, how can I do that?\ttransfer_into_account\nWhat are the charges for US cards with top up.\ttop_up_by_card_charge\nThe exchange rates are?\texchange_rate\nHello I changed my mind and really need a refund on one of things I bought recently. Can you please cancel the transaction and get my money back. Please it's urgent.\trequest_refund\nCan i have a second physical card for this account?\tgetting_spare_card\nCan you explain what this random $1 charge is?\textra_charge_on_statement\nAm I able to get a second card?\tgetting_spare_card\nThe cash withdrawal exchange rate is not correct.\twrong_exchange_rate_for_cash_withdrawal\nThe ATM didn't give me the the withdraw amount requested.\twrong_amount_of_cash_received\nI made a transaction and it is taking a very long time to go through.\ttransfer_not_received_by_recipient\nI want to know if there is a maximum I can top up.\ttop_up_limits\nI need some help with identity verification.\tverify_my_identity\nI Submitted a cheque couple days ago, nothing happened to my account yet.Would you please check What could be the possible issue?\tbalance_not_updated_after_cheque_or_cash_deposit\nI think I see a withdraw I did not make.\tcash_withdrawal_not_recognised\nCannot access my top up.\ttopping_up_by_card\nIf there isn't much money left can it automatically top-up?\tautomatic_top_up\nI need help getting the virtual card to work.\tvirtual_card_not_working\nI won't verify my identity.\twhy_verify_identity\nWhat can I use a virtual disposable card for?\tdisposable_card_limits\nI was charged a fee for my transfer.\ttransfer_fee_charged\nWhat locations are you in?\tcountry_support\n\"Which ATMs accept this card?\"\tatm_support\nWill any business take this card?\tcard_acceptance\nI'm not in the UK, is it possible for me to still get a card?\tcountry_support\nhelp me with my transfer\tfailed_transfer\nwhat is the process for setting up a pin\tget_physical_card\nWhy do I have to give you all of my identification details?\twhy_verify_identity\nCan I also transfer with SWIFT?\ttop_up_by_bank_transfer_charge\nWhy isn't my virtual card working?\tvirtual_card_not_working\nI've been unable to pay contactless with my card for over a week now. Is there a way to fix this issue?\tcontactless_not_working\nI just got $20 when I tried to get $100\twrong_amount_of_cash_received\nIs there any way to cancel a transfer?\tcancel_transfer\nWhat is the youngest someone can be to open an account?\tage_limit\nI've just moved address from a place in Durham to a place in Walton-On-The-Naze.  I have a new landlord at my new house and they haven't got my payment but I know I sent it on time, can you check they got it please?\ttransfer_not_received_by_recipient\nWhat options do I have in regards to payment?\tsupported_cards_and_currencies\nHow come I can't take money out of the ATM?\tdeclined_cash_withdrawal\nWhat major card payments are accepted?\tvisa_or_mastercard\nI still haven't seen a refund on my account\tRefund_not_showing_up\nI made a transfer and am still waiting.\tbalance_not_updated_after_bank_transfer\nI have a duplicate payment showing\ttransaction_charged_twice\nhow do I link an already existing card?\tcard_linking\nMy transfer keeps failing and I just want to transfer the money can you please make it work?\tfailed_transfer\nhow much you charge for exhcange\texchange_charge\nDo you support the EU?\tcountry_support\nWill I get a real card?\torder_physical_card\nI think someone copied the numbers on my card and is using them.\tcompromised_card\nHow much is the charge to top up my card?\ttop_up_by_card_charge\nHow come you need to know my identity?\twhy_verify_identity\nIf my kids wanted to use your service how old would they have to be?\tage_limit\nI think I want AUD and not GBP, can you help?\texchange_via_app\nI'm unable to use contactless payments for purchases.\tcontactless_not_working\nI have withdrawn cash from ATM but i received the wrong amount. I want cash back as in app its showing actual amount which i got. Please help me in this.\twrong_amount_of_cash_received\nI am chatting about an order from a long while back.  I never got it to this day and am deeply upset by this!  I want all of my money back!  I just can not accept paying for something I never got.\trequest_refund\nhow soon will I see the transfer in my account?\ttransfer_timing\nI've been waiting longer than expected for my card.\tcard_arrival\nHow do I use my new card?\tactivate_my_card\nThe rate of exchange isn't right for my cash withdrawal.\twrong_exchange_rate_for_cash_withdrawal\nMy phone is not on me.  How can I use the app?\tlost_or_stolen_phone\nMy beneficiary is not allowed, please may I have answer as to why this is?\tbeneficiary_not_allowed\nWhat do I do if the ATM didn't give me the correct amount I withdrew? I pulled out 30 pounds and the ATM gave me 10 pounds.\twrong_amount_of_cash_received\nI believe someone is using my card without my agreement!\tcompromised_card\nWHAT CAN I DO AFTER THE CARD MISSING\tactivate_my_card\nWhat do I do if I think my card was improperly used?\tcompromised_card\nCan friends add to my account\ttopping_up_by_card\nCan I add funds to the card directly from my bank account?\ttransfer_into_account\nSo the transfer finally worked but now it's been pending for quite a long time. How long do you expect me to wait for it? It's quite urgent\tpending_transfer\nThe wrong amount of cash came out of the ATM today when I went to withdraw. When I looked at the app, it was showing it was much more.\twrong_amount_of_cash_received\nMy disposable virtual card was rejected by the merchant, please help?\tvirtual_card_not_working\nIs it possible to verify a top up?\tverify_top_up\nWhat are the fees for top-ups?\ttop_up_by_bank_transfer_charge\nDoes your system support multiple currency.\tfiat_currency_support\nI made a transaction but did it to the wrong account.\tcancel_transfer\nHow do I retrieve a trapped card from a ATM?\tcard_swallowed\nThere's a direct debit I wish to dispute\tdirect_debit_payment_not_recognised\nI have a transfer that's pending and wanted to know how long it is going to take to process?\tpending_transfer\nI made a payment that got charged twice instead of once.\ttransaction_charged_twice\nHow old do I have to be?\tage_limit\nAre there any fees for adding money with an international card?\ttop_up_by_card_charge\nI would like a refund for something I bought\trequest_refund\nHow do I freeze my account?\tcompromised_card\nI have to have several disposable cards per day.\tdisposable_card_limits\nis there a way to do top up with cash deposit\ttop_up_by_cash_or_cheque\nMy card is being used online to make a bunch of purchases! Someone else is using it fraudulently. Can you help me freeze it?\tcompromised_card\nHow do I link my replacement card?\tcard_linking\nWhat happens if my card is stuck in the ATM?\tcard_swallowed\nI made a deposit of cash and check that has not been added to my balance.\tbalance_not_updated_after_cheque_or_cash_deposit\nI would like to transfer funds from one account to another.\ttransfer_into_account\nPlease explain why my card was declined?\tdeclined_card_payment\nThe app reverted my action when I topped up.\ttop_up_reverted\nAre both Visa and Mastercard offered?\tvisa_or_mastercard\nI think something may have happened that caused a charge to show up twice.\ttransaction_charged_twice\nIf I was mugged and lost everything, how do I access my account and app?\tlost_or_stolen_phone\nAn ATM fee was attached to my recent withdrawal.\tcash_withdrawal_charge\nsomeone is using my account\tcompromised_card\nHow do I enable contactless pay?\tcontactless_not_working\nWhat do I have to do to get a Visa credit card?\tvisa_or_mastercard\nI need help with activating my card\tactivate_my_card\nWhy was I declined getting cash?\tdeclined_cash_withdrawal\nOh my goodness, my card has been declined twice at ATM! I tried two different ATM, but each one declined my card! Can you tell me what's going on with my account?\tdeclined_cash_withdrawal\nWhere is the nearest bank machine?\tatm_support\nMy account is blocked, how do I log in now\tpin_blocked\nI think my statement has a fraudulent charge\tcard_payment_not_recognised\nI tried to top up. Why was it denied?\ttop_up_failed\nHow do I send my account money through transfer?\ttransfer_into_account\nI cannot find my credit card.\tlost_or_stolen_card\nWhy are there so many fees on my statement?\textra_charge_on_statement\nTell me how to go about activating my new card?\tactivate_my_card\nI will need to exchange currencies frequently, will I be able to get a discount?\texchange_charge\nEven though it's late, I wanted to see about disputing a charge. I was just looking through my transactions over the past couple of months and noticed a pretty large amount that was not completed by me. Is this possibly something I can still do.\tdirect_debit_payment_not_recognised\nMy transfer didn't work\tfailed_transfer\nIs there a fee for exchanging cash?\twrong_exchange_rate_for_cash_withdrawal\nAm I free to top-up as much as I want?\ttop_up_limits\nWhy doesn't it show that I did a balance transfer?\tbalance_not_updated_after_bank_transfer\nWhat's the most disposable cards I can have?\tdisposable_card_limits\nIs the system down? I've been trying to do a transfer and have failed?\tfailed_transfer\nHow do I contact customer support about a transfer?\tdeclined_transfer\nHow do I exchange currency?\texchange_via_app\nHi, As suggested by you, i have asked the seller to initiate the refund, it has been a week and i haven't received my money. Please advise.\tRefund_not_showing_up\nWhy would I be charged more than once for the same transaction?\ttransaction_charged_twice\nI got a message that I need to verify my identity; what do I do?\tverify_my_identity\nHow can I get the cash deposit to show up on my account?\tbalance_not_updated_after_cheque_or_cash_deposit\nI would like a refund on one of your products that has been sold to me\trequest_refund\nHow long does it take for an international transfer into my account?\tbalance_not_updated_after_bank_transfer\nI need help finding the verification code for my top-up card.\tverify_top_up\nThere are some payments with my card that I don't know where they are coming from. Just checked today and it's been since a couple days as well! What to I do? Can I revert this retrospectively? My card needs to be frozen immediately as well!\tcard_payment_not_recognised\nI'm pretty sure my top up failed. How do I fix this?\ttop_up_failed\nI do not remember purchasing anything for 1£, and it is on my statement. Can you please tell me what that is about?\textra_charge_on_statement\nis apple pay eligible for top up\tapple_pay_or_google_pay\nHow long do transfer pend for?\tpending_transfer\nThere is an error, the app says I made an ATM withdrawal and I didn't.\tcash_withdrawal_not_recognised\nhow do VR cards work\tget_disposable_virtual_card\nI would appreciate it if I could get an item refunded\trequest_refund\nDo you offer multiple cards for the same account?\tgetting_spare_card\nFor physical cards, do you charge?\torder_physical_card\nDo you offer Visa or Mastercard?\tvisa_or_mastercard\nI am having problems transferring to a beneficiary.\tbeneficiary_not_allowed\nWhy would my topup not go through?\ttop_up_failed\nThis company isn't good, I would like to delete my account.\tterminate_account\nHow long does the cash withdrawal take to pend?\tpending_cash_withdrawal\nCan i deposit my salary to this account?\treceiving_money\nWhat is the best way to exchange currency between USD and GBP using your app?\texchange_via_app\nWhat is the tracking number for my card that was mailed?\tcard_arrival\nThere is a payment that is not mine.\tcard_payment_not_recognised\nDelete this account!\tterminate_account\nI need to cancel my card that got stolen a little while ago. Someone has already taken some money out and I don't want them to take anymore. Can you please do that?\tcash_withdrawal_not_recognised\nI don't want the item, I bought it on accident, can I get a refund?\trequest_refund\nWhen I travel, what will it cost to switch for my currency?\texchange_charge\nI want to go back on what I did this morning\tcancel_transfer\nWhat happened to the cash that I tried to deposit into my account? It's gone!\tbalance_not_updated_after_cheque_or_cash_deposit\nCan I get paid in another currency?\treceiving_money\nhow long does it take to post atm with drawl\tpending_cash_withdrawal\nWhen will my card arrive?\tcard_delivery_estimate\nWhere can I get a second card?\tgetting_spare_card\nI would like to link my card. How do I do it?\tcard_linking\nHow long to I have to wait for a transfer to reach my account?\ttransfer_timing\nHeyy I tried to top up with my card today but it failed! I just got the couple days before but it has worked last time. What's going on, can you double check please?\ttop_up_failed\nI am having trouble verifying my identity.\tunable_to_verify_identity\nDoes it cost extra to exchange currencies?\texchange_charge\nWhat age do my kids need to be to use your service?\tage_limit\nmy phone was taken! can you place cancel my account so no one uses it\tlost_or_stolen_phone\nI need you to cancel a transfer that I made.  It is the wrong account number and the app won't let me stop the transaction.  Please stop it!\tcancel_transfer\nHow to I transfer my funds into my account?\ttransfer_into_account\nI cannot make transactions with my virtual card.\tvirtual_card_not_working\nWhat are the limits for disposable virtual cards?\tdisposable_card_limits\nI am having issues with identity verification\tunable_to_verify_identity\nThis company is bad, please delete my account.\tterminate_account\nWhat is the minimum age to open an account?\tage_limit\nMy disposable virtual card doesn't seem to work\tvirtual_card_not_working\nIs there anywhere my card will not be accepted?\tcard_acceptance\nWhat do I need to do to change the address on my account?\tedit_personal_details\nWhat do I do for the identity check?\tverify_my_identity\nMy card is being declined for a purchase. I bought items before and the card worked. Do you know what the problem is?\treverted_card_payment?\nWhy am I unable to take money from my card but the statement says the transaction is still pending?\tpending_cash_withdrawal\nCancel my last transfer\tcancel_transfer\nI was wondering if there were any discounts offered for frequent currency exchanges?\texchange_charge\nI have not received the amount of cash i was supposed to.\twrong_amount_of_cash_received\n\"I recently made a payment, and it is showing up in my account as \"\"pending\"\". What does that mean?\"\tpending_card_payment\nI sent money.  They haven't received it.\ttransfer_not_received_by_recipient\nCan I used my card even if my phone has been stolen?\tlost_or_stolen_phone\nThere is an incoming payment into my account, but it is deactivated. Will they still be processed?\tfiat_currency_support\nIs there a trick to get the disposable virtual card to work?\tvirtual_card_not_working\nI tried to make a transfer and it was declined. Why?\tdeclined_transfer\nI made a mistake and need to cancel a transaction\tcancel_transfer\nCan I resent my passcode?\tpasscode_forgotten\nI'm not sure why my card payment was cancelled, can you find out why?\treverted_card_payment?\nI tried to make a transfer, but it was declined. Can you tell me why?\tdeclined_transfer\nHow do you fix  my card payment?\tdeclined_card_payment\nThe exchange rate for my withdrawal isn't correct and doesn't match the actual exchange rate.\twrong_exchange_rate_for_cash_withdrawal\nHow do I deposit my paycheck to this account?\treceiving_money\nHow can I check to see if my top-up worked?\ttop_up_failed\nHow long does it take to get my card? Can I choose when to receive it?\tcard_delivery_estimate\nHow to change my address.\tedit_personal_details\nWhy won't my card show up on the app?\tcard_linking\nWhy was the exchange rate wrong when I got cash\twrong_exchange_rate_for_cash_withdrawal\nWhat are the rules for transferring to a beneficiary?\tbeneficiary_not_allowed\nI was out today looking forward to pay with my new card, turns out the payment just kept getting declined. This is really sad, what's going on?\tdeclined_card_payment\nWhy do I have to verify the top-up that I started?\tverify_top_up\nI still don't have my pin.\tget_physical_card\nIs there a location near me that i can change my PIN?\tchange_pin\nWhat is the fee charged with this card payment?\tcard_payment_fee_charged\nHow can I order virtual cards?\tgetting_virtual_card\nWhy would i not be able to do a transfer to a beneficiary?\tbeneficiary_not_allowed\nDo you accept other currencies besides US Dollars?\tsupported_cards_and_currencies\nHelp me.  My card doesn't work.\tcard_not_working\nI would like to reactivate my card.\tcard_linking\nWhen I made a transfer, there was a fee.  Why?\ttransfer_fee_charged\nHow can I transfer funds from my bank to my top up account?\ttransfer_into_account\nI can't verify my ID.\tunable_to_verify_identity\nCan I use this to receive my salary?\treceiving_money\nIt appears my card expires next month, can I order a new one?\tcard_about_to_expire\nHello, I am facing the issue with my new card as payments are declining again and again. Please help me in this issue.\tdeclined_card_payment\nSo I just put my top-up into the card and it hasn't changed.\tpending_top_up\nI need to update my info.\tedit_personal_details\nDo you guys accept mastercard or visa?\tvisa_or_mastercard\nI received my card but not my PIN.\tget_physical_card\nWhat age do I have to be?\tage_limit\nI would like to receive a few more physical cards.\tgetting_spare_card\nCan you tell me the foreign exchange rate?\texchange_rate\nWhere do you deliver cards by mail?\torder_physical_card\nI relocated and need to change my personal details.\tedit_personal_details\nWhat's the U.S. Delivery time?\tcard_delivery_estimate\nBesides USD what other currencies can I have?\tfiat_currency_support\nI took out money from a transaction machine and it exchanged the wrong dollar value amount from another currency!\twrong_exchange_rate_for_cash_withdrawal\nmy daughter needs a card, how do i add her?\tgetting_spare_card\ni was supposed to get a refund but my balance hasn't changed, why not?\tRefund_not_showing_up\nCan I use American Express to add money into my account?\tsupported_cards_and_currencies\nIs it normal to have to wait over a week for my new card?\tcard_arrival\nHow long does it take for a money transfer to show?\tpending_transfer\nTell me which cards and what currency is supported.\tsupported_cards_and_currencies\nI am travelling for two more weeks but really need to change my PIN asap. What do I do?\tchange_pin\nWhy does top-up need verifying?\tverify_top_up\nWhen should I receive my virtual card?\tgetting_virtual_card\nHelp me transfer money to my credit card.\ttopping_up_by_card\nWhere's the verification code for the top-up card?\tverify_top_up\nI've attempted to do a very standard transfer and have tried 5 times at this point. Can you tell me what the issue is? Is the system down?\tfailed_transfer\nI would like to know why my purchases from this morning are still pending.\tpending_card_payment\nStatus of the card I ordered.\tcard_arrival\nI need to order a  new card, mine is about to expire and I need to know how much it will cost and how long until I receive it.\tcard_about_to_expire\nWhich ATM's will accept my card?\tatm_support\nMy PIN is not working and I need assistance.\tpin_blocked\nI requested a refund from a merchant days ago but I do not see it in my account.\tRefund_not_showing_up\nHow long does a card delivery take?\tcard_arrival\nWhy am I required to do an identity check?\twhy_verify_identity\nWhat are the charges for receiving money?\ttop_up_by_bank_transfer_charge\nI got my American Express in Apple Pay, why is top up not working?\tapple_pay_or_google_pay\nI am waiting for a payment to go through.\tpending_card_payment\nI tried activating my bill of fare and it didn't workplace\tactivate_my_card\nI don't have my access code for the app.\tpasscode_forgotten\nWhere do I find the exchange rate?\texchange_charge\nI think my card is broken\tcard_not_working\nWhat countries are you currently in?\tcountry_support\nMy transfer didn't go through.\tfailed_transfer\nCan you please check why I am having this extra fee on my statement.\textra_charge_on_statement\nHow do i get my salary in the account?\treceiving_money\nIs it possible to get a Visa here?\tvisa_or_mastercard\nI'd like to make a new PIN selection.\tchange_pin\nI didn't make this direct debit transaction\tdirect_debit_payment_not_recognised\nI would like to see the source of my money.\tverify_source_of_funds\nI cannot seem to find my PIN. Where is it?\tget_physical_card\nHow can i get multiple disposble cards.\tdisposable_card_limits\nIs it possible to make several disposable cards in a day?\tdisposable_card_limits\nI have paid money into my account but it doesn't show.\tbalance_not_updated_after_cheque_or_cash_deposit\nWill you reinstate my PIN?\tpin_blocked\nThe contactless I have won't work.\tcontactless_not_working\nI have a pending transaction in my app. How is it still pending if I pulled the cash out from the ATM earlier?\tpending_cash_withdrawal\nwhat are exchange rates\texchange_rate\nHow can I stop fraud on my account right now?\tcompromised_card\nHow do I get the Top Up feature on my apple watch working?\tapple_pay_or_google_pay\nCan I still use my account, even though the identity verification has not passed yet?\twhy_verify_identity\nCash I didn't get shows in my app.\tcash_withdrawal_not_recognised\nI need to transfer money into my account, how do I go about doing this?\ttransfer_into_account\nAre there fees for top ups?\ttop_up_by_card_charge\nWhy couldn't I complete a transfer?\tfailed_transfer\nI would like use the bank transfer, but I don't understand the process, can you please explain, topping up?\ttransfer_into_account\nI need to update my personal details\tedit_personal_details\nMy things were stolen yesterday and I can't use any apps or anything, so I am going to need some help.\tlost_or_stolen_phone\nWhat's the minimum age for opening an account?\tage_limit\nThe app said I withdrew cash at an ATM and I didn't\tcash_withdrawal_not_recognised\nI need to know the cost and when I will receive a new card to replace an old one.\tcard_about_to_expire\nI want to add money but don't know what currencies you accept, can you tell me?\tsupported_cards_and_currencies\nDoes Apple Pay give the option to top up?\tapple_pay_or_google_pay\nDo you support all fiat currencies?\tfiat_currency_support\nI lost my phone and would like to freeze my accounts.\tlost_or_stolen_phone\nI am getting continuous failure for all my transfers. I have cross checked each recipient detail again and again and everything is correct.\tdeclined_transfer\nI couldn't use my contactless this morning, it wasn't accepted.\tcontactless_not_working\nWhat are the benefits to verifying the top-up?\tverify_top_up\nIs the PIN delivered separately?\tget_physical_card\nIs there a way to obtain a virtual card?\tgetting_virtual_card\nHow old do we have to be?\tage_limit\nAre there any limits on where I can use my card?\tcard_acceptance\nWhy did I have to pay extra because I paid with card?\tcard_payment_fee_charged\nPaying in card resulted in a fee\tcard_payment_fee_charged\nIt is impossible to verify my identity\tunable_to_verify_identity\nhow come i can't find anywhere to load using cash\ttop_up_by_cash_or_cheque\nWhat happened to my top-up?\ttop_up_reverted\nWhat is the reason that my card payment was cancelled?\treverted_card_payment?\nHelp me reset the passcode.\tpasscode_forgotten\nHow long does it take for a transfer?\ttransfer_timing\nWhat is the current exchange rate for me?\texchange_rate\nI'd like to know why my top-up was canceled please.\ttop_up_reverted\nHow do I freeze my card using the app?\tcompromised_card\nThere is a fraudulent charge on my statement.\tcard_payment_not_recognised\nCan I reactivate a card I thought I lost?\tcard_linking\nI transferred some money but the recipient is having trouble withdrawing.\ttransfer_not_received_by_recipient\nI bought something, but the exchange rate looks wrong.\tcard_payment_wrong_exchange_rate\nAt which ATMs can I use this card?\tatm_support\nWhat kind of ATM's can I use?\tatm_support\ndo I need to verify my identity every time I log into my account?\twhy_verify_identity\nWhat type of deposits do you accept into my account?\ttop_up_by_cash_or_cheque\nMy card payment was cancelled.\treverted_card_payment?\nShould I expect to be charged for topping up by transfer?\ttop_up_by_bank_transfer_charge\nIf I started the Bank transfer from Europe, how long will the process take to complete?\ttransfer_timing\nDo all ATMs take this card?\tatm_support\nDo you charge for physical cards\torder_physical_card\nI got my new card but I am not sure if it need s activated and how?\tactivate_my_card\nI had made a transfer but its still pending.\tpending_transfer\nMy card isn't working anymore.\tcard_not_working\nSome of my card payments look different than where I purchased products from. Why is that?\tcard_payment_not_recognised\nHow do I transfer money using a credit card?\ttopping_up_by_card\nHas my top up been reverted?\ttop_up_reverted\nI bought this item and was charged the wrong amount can I get a refund?\trequest_refund\nIs there a fee for extra cards?\tgetting_spare_card\nHow do I show this stupid system that this is really my identity?\tunable_to_verify_identity\nWhat are the rules to where I can use my card?\tcard_acceptance\nThe balance on my account wasn't updated after I made a depost.\tbalance_not_updated_after_cheque_or_cash_deposit\nWhy can't I see a recent refund in my statement?\tRefund_not_showing_up\nI forgot my code to get into the app.\tpasscode_forgotten\nI have tried to use my card several times and it does not work.\tcard_not_working\nWill I be charged a fee for exchanging foreign currencies?\texchange_charge\ncan I transfer my salary if it's in a different currency?\treceiving_money\nThere is a problem with my card. Somebody has removed money from my account in a town I haven't been to. Can you please freeze my account immediately?\tcash_withdrawal_not_recognised\nPayment i did not do\tcard_payment_not_recognised\nCan I exchange currencies with my account?\texchange_via_app\nAre my friends able to add funds to my account?\ttopping_up_by_card\nMy transfer did not seem to work.\tfailed_transfer\nHelp! Someone stole my card!\tlost_or_stolen_card\nWhy did I need to verfiy my identity?\twhy_verify_identity\nI requested a refund from a store but it hasn't arrived.\tRefund_not_showing_up\nCan I send a cheque to do my top ups?\ttop_up_by_cash_or_cheque\nWhich outlets accept my card?\tcard_acceptance\nI noticed an extra $1 charge on my statement, can you tell me why that is?\textra_charge_on_statement\nMy bank transfer is still not showing up in my account.\tbalance_not_updated_after_bank_transfer\nI made a bank transfer a couple of hours ago from my UK account.  It hasn't appeared, can you check to make sure it went through?\tbalance_not_updated_after_bank_transfer\nCan you help me get rid of my account?\tterminate_account\nI purchased an item and the exchange rate I was given was incorrect.\tcard_payment_wrong_exchange_rate\nThe ATM keeps declining my card. I tried at two different ATMs. Can you tell me if there's an issue with my account?\tdeclined_cash_withdrawal\nI'd like more information about choosing a Visa or Mastercard.\tvisa_or_mastercard\nI checked the exchange rate when I withdrew cash. But the actual rate that you applied was different.\twrong_exchange_rate_for_cash_withdrawal\ncan you tell me why my transfer failed?\tfailed_transfer\nCan I verify a top up?\tverify_top_up\nI need a new card since my old one is about to expire.\tcard_about_to_expire\nWhere is my PIN number located?\tget_physical_card\nThe day before yesterday, I performed a transfer which was within this country. It still hasn't gone through. Can you check on that? The account number is definitely correct, as I've checked and double checked.\ttransfer_not_received_by_recipient\nWhat do I do if the ATM ate my card?\tcard_swallowed\nHow long does it take for a transfer to get to a recipient?\ttransfer_not_received_by_recipient\nHow do I know when my card will arrive?\tcard_arrival\nThe transfer I did hasn't arrived\ttransfer_not_received_by_recipient\nDoes it cost money for currency exchange services?\texchange_charge\nHi, I would like to file a claim for an inquiry. I am a frequent customer of the company in question and have never had any issue with my purchases, payments, or otherwise. However, the price deducted for an item I purchased a couple of weeks ago has been returned to my checking account. Was there an issue with my payment? The item has already been delivered to me.\treverted_card_payment?\nHow can I cancel a transfer?\tcancel_transfer\nhow secure is a disposable virtual card\tget_disposable_virtual_card\nWould I be able to get another card for my account, so I could give one to my daughter?\tgetting_spare_card\nWhat currencies is an exchange rate calculated in?\texchange_rate\nI noticed after looking over my transactions that I have been charged twice from an earlier restaurant visit this week. Is it possible that one of these can be removed so I get the money back for the one that is not accurate?\ttransaction_charged_twice\nis apple pay costly?\tapple_pay_or_google_pay\nhow long til my cash out goes through?\tpending_cash_withdrawal\nWhat is the procedure for getting another card?\tgetting_spare_card\nWill I get charged for topping off my card?\ttop_up_by_card_charge\nWhat do I do if my virtual card won't work.\tvirtual_card_not_working\nHow do I use contactless payments?\tcontactless_not_working\nI have a duplicate payment showing up on the app. How do I stop myself being charged for the thing twice?\ttransaction_charged_twice\nWhat is going on? My top-up is still pending. I use your system all the time but now it is just showing as pending.\tpending_top_up\nHow much can I top-up to my card at a time?\ttop_up_limits\nTell me why my virtual disposable card won't work.\tvirtual_card_not_working\nThis company sucks! Can you delete my account?\tterminate_account\nIs there an age minimum?\tage_limit\nMy card is still pending, I've been waiting a while.\tpending_card_payment\nI'm going to be away for awhile, can I have it add money automatically in certain intervals?\tautomatic_top_up\nHow can I check the source for my funds?\tverify_source_of_funds\nI tried to make a transfer but it failed\tfailed_transfer\nIs GBP a supported currency?\treceiving_money\nMy transfer has been declined and I know it should have went through.\tdeclined_transfer\nWhy was the exchange rate incorrect for an item I recently bought?\tcard_payment_wrong_exchange_rate\nA cash withdrawal is showing up that I didn't do.\tcash_withdrawal_not_recognised\nHi! I was wondering if you can help me. I used the city centre ATM to get some cash, but the machine declined my card. My account shows that transaction is still pending. I didn't receive the money, so please cancel that transaction.\tpending_cash_withdrawal\nPlease help in finding my card PIN, thank you!\tget_physical_card\nAbout this card PIN?\tget_physical_card\ni need my card quick\tcard_delivery_estimate\nI believe my card payment exchange rate is incorrect.\tcard_payment_wrong_exchange_rate\nI had a transfer blocked\tbeneficiary_not_allowed\nThis Direct Debit payment may not be right.\tdirect_debit_payment_not_recognised\nHow do I find out why my card won't work?\tcard_not_working\nCan I use my American Express stored in Apple Pay to top up?\tapple_pay_or_google_pay\nI need to bank account transfer from another account into this one, what is the easiest way that can be done, and what information do i need?\ttransfer_into_account\n\"Is there something wrong with your website? I tried topping up my account and it's been close to two hours now and it's still at \"\"pending\"\" for some reason. I just joined with you guys and this is the first attempt at this, so maybe I'm wrong, but shouldn't this be instant?\"\tpending_top_up\nMy disposable virtual card is not working\tvirtual_card_not_working\nWhy does my statement have these extra charges?\textra_charge_on_statement\nCan I use my card everywhere?\tcard_acceptance\nThe transfer I just made needs to be cancelled right now. It was my mistake. Please help me cancel it before it goes through!\tcancel_transfer\nWhats the delivery time to the United States?\tcard_delivery_estimate\nHello. I'm on holiday and didn't bring any cash with me. I need to withdrawal my home currency from one of your machines. Do you have any that will do this and is there a charge?\twrong_exchange_rate_for_cash_withdrawal\nThere is a fee on my account. Why?\tcard_payment_fee_charged\nHow do I retrieve my passcode?\tpasscode_forgotten\nI am seeing a weird payment showing up that I know I did not make, how can I get it cancelled?\tdirect_debit_payment_not_recognised\nHow do I use the app if I don't have my phone with me?\tlost_or_stolen_phone\nIs there a reason my top up hasn't gone through\tpending_top_up\nHow can I fix my card, it got declined twice.\tdeclined_transfer\ni live in the US can i still get a card?\tcountry_support\nSince my pin is blocked, would you help me unblock it?\tpin_blocked\nSomeone stole my card. I need to report it stolen. I made a police report already, but how do I report it with you?\tlost_or_stolen_card\nWhat happens if the ATM doesn't give me back my card?\tcard_swallowed\nWhat are the steps I need to take to verify my identity?\tverify_my_identity\nHow many times can I use a disposable card?\tdisposable_card_limits\nThere is a transaction from my account that I don't recognize can you trace back the information so I can make sure it's something I did or not?\tdirect_debit_payment_not_recognised\nHelp!  I can't find my card.\tlost_or_stolen_card\nWhere can I use this card at an ATM?\tatm_support\nWhich country's currency do you support?\tfiat_currency_support\nI want one of those virtual cards!\tgetting_virtual_card\nCan I open a bank account for my newborn baby?\tage_limit\nAm I able to choose my card?\tvisa_or_mastercard\nDo I need any kind of documentation for the identity check?\tverify_my_identity\nPayments from my disposable virtual card don't work\tvirtual_card_not_working\nAs for limits are top ups included?\ttop_up_limits\nI'm having trouble verifying my ID.\tunable_to_verify_identity\nwhich kind of documentation do I need for identity check?\tverify_my_identity\nWhy was I declined at the ATM today when I was trying to make a withdraw?\tdeclined_cash_withdrawal\nWould I be able to get a refund for something I bought?\trequest_refund\nI have a direct debit charge that I do not recognize\tdirect_debit_payment_not_recognised\nWhat is maximum top up?\ttop_up_limits\nI'm trying to transfer money to another country. It's just pending and not sending. My account details are correct. Please help me.\tpending_transfer\nWhat options do I have for holding currencies?\tfiat_currency_support\nMy account has a weird withdrawal.\tcash_withdrawal_not_recognised\nI am still waiting for a transaction to be completed\ttransfer_not_received_by_recipient\nI can't get money out of the ATM\tdeclined_cash_withdrawal\nThey declined my card payment.\tdeclined_card_payment\nWhat do I do when my card is about to expire?\tcard_about_to_expire\nThere is more than one of the same transaction on my account.\ttransaction_charged_twice\nIs there any way to verify who I am?\tverify_my_identity\nWhy do you need code verification for my top up?\tverify_top_up\nWhat are the steps to getting a virtual card?\tgetting_virtual_card\n\"Where can I find the \"\"auto-top\"\" feature?\"\tautomatic_top_up\nCan I set up an automatic top-up for travel.\tautomatic_top_up\nHow do I troubleshoot Google pay top up?\tapple_pay_or_google_pay\nWill there be any charges for money received?\ttop_up_by_bank_transfer_charge\nI have forgotten my passcode to access my app\tpasscode_forgotten\nMy card appears to be broken how can I fix it?\tcard_not_working\nWhat do I do to get a disposable virtual card?\tget_disposable_virtual_card\nI found a charge for a direct debit that was not made by me.\tdirect_debit_payment_not_recognised\nI finally got my new card and was very excited to use it today. However, my payment kept declining. What is happening?\tdeclined_card_payment\nCan you help me reset my password?\tpasscode_forgotten\nCan I purchase extra non-virtual cards?\tgetting_spare_card\nI think the atm ate my card.\tcard_swallowed\nHow long will it take to get to me?\tcard_delivery_estimate\nwhat is the virtual card\tgetting_virtual_card\nCan you help me find top up by cash deposit?\ttop_up_by_cash_or_cheque\nI need my card now!\tcard_delivery_estimate\nI did not get the right amount of money when I used a different country's currency.\twrong_exchange_rate_for_cash_withdrawal\nHow long should I expect for the card to arrive?\tcard_delivery_estimate\nI bought some stuff this morning but the payment shows as pending\tpending_card_payment\nWhat do I need to do to activate my new card?\tactivate_my_card\nHow do I top up? Can I use my apple watch?\tapple_pay_or_google_pay\nHow long should my new card take to arrive?\tcard_arrival\nIf I want to top up, can I use Apple Pay?\tapple_pay_or_google_pay\nWhat kind of fiat currency can I used for holding and exchange?\tfiat_currency_support\nI'm not sure why my top up request was denied\ttop_up_failed\nHow many disposable virtual cards can I have?\tdisposable_card_limits\nHow can I activate my card>\tactivate_my_card\nCan you unblock my pin after too many wrong pin attempts?\tpin_blocked\nHow do I activate a card I received?\tactivate_my_card\nCan I change to another currency?\texchange_via_app\nI tried verifying my ID, but it won't let me.\tunable_to_verify_identity\nI just have one other card from the US. Is that okay?\tsupported_cards_and_currencies\nAre there any sort of fees involved for top of transfers?\ttop_up_by_bank_transfer_charge\nThe card I've got seems to be broken.\tcard_not_working\nI attempted to get cash but was declined.\tdeclined_cash_withdrawal\nI don't think my top up is working correctly\ttop_up_failed\nI might need AUD instead of GBP, how to change?\texchange_via_app\nHelp me find my card pin!\tget_physical_card\nCan I top up by cheque?\ttop_up_by_cash_or_cheque\nWill you handle EUR?\tfiat_currency_support\nCan I cancel my transaction?\tcancel_transfer\nI have a disposable virtual card here, so would you tell me what to do with it?\tget_disposable_virtual_card\nI tried to use my card to top up but all of the money has disappeared.\ttopping_up_by_card\nCan I have a card after my first one?\tgetting_spare_card\nCan you tell me if my top-up has been cancelled?\ttop_up_reverted\nI received my salary in GBP. How do I change this to my currency?\treceiving_money\nHow long can I expect a transfer to pend for?\tpending_transfer\nWhy was my top-up unsuccessful?\ttop_up_failed\nwhy did the app refuse to make an approved payment\treverted_card_payment?\nHow do I make more than one disposable card in a day?\tdisposable_card_limits\nI lost my wallet today with all my credit cards. Will you please block the card and send a replacement?\tlost_or_stolen_card\nI was getting cash and can't get my card back.\tcard_swallowed\nWhat are the top-up fees?\ttop_up_by_card_charge\nMy refund doesn't seem to be showing on my statement.\tRefund_not_showing_up\nHow long until my transfer will be available to me\tbalance_not_updated_after_bank_transfer\nMy virtual card won't work.\tvirtual_card_not_working\nWhat countries are supported?\tcountry_support\nI didn't get the right amount at the ATM.\twrong_amount_of_cash_received\nThere is a transaction for $1 and I don't know why it was charged.\textra_charge_on_statement\nWhat extra charges are there?\ttransfer_fee_charged\nI didn't receive all the cash I asked for\twrong_amount_of_cash_received\nWhy is there an extra dollar charged to my account?\textra_charge_on_statement\nI was attempting to purchase a golf club off eBay yesterday, but my credit card was declined. I tried multiple times, and again this morning. Can you check into my card please?\tdeclined_transfer\nCan I get a real card?\torder_physical_card\nHow much does it cost to get a new card?  Mine is almost expired.  How fast does it come?\tcard_about_to_expire\nWill I be charged for a SEPA transfer?\ttop_up_by_bank_transfer_charge\ncan i get a description of how to use a disposable virtual card\tget_disposable_virtual_card\nHow do I interconvert between AUD and GBP?\texchange_via_app\nI tried to buy something online yesterday but it kept saying declined. Tried again today but same thing happened. What's broken?\tdeclined_transfer\nDo you offer a discount on multiple currency exchanges?\texchange_charge\nHow can I transfer money to my account?\ttransfer_into_account\nlost phone, can i still access account?\tlost_or_stolen_phone\ndid not receive correct cash upon withdrawal\twrong_amount_of_cash_received\nareas card is accpeted\tcard_acceptance\nnew customer and filling gas today, it's not working, the thing shows pending half an hour!\tpending_top_up\nWhen I try and to buy something using my card it keeps getting declined.\tdeclined_transfer\nPlease delete my account, this company is not working for me!\tterminate_account\nSomeone stole my wallet earlier today, not sure exactly when, probably on Piccadilly circus. Can you check if there were any attempts to use the card and obviously block it?\tlost_or_stolen_card\ndont understand why transfer failed\tfailed_transfer\nHow many virtual cards do I get?\tdisposable_card_limits\nDo you know why my contactless won't work?\tcontactless_not_working\nWhere can I see the refund in my account\tRefund_not_showing_up\nMy virtual card isn't working. What do I do?\tvirtual_card_not_working\nIs there a way to transfer funds directly from my card?\ttopping_up_by_card\nI will need to get a new card soon, how do I order?\tcard_about_to_expire\nI want to delete my account. I'm unhappy with the service you're providing.\tterminate_account\nHow do I add a card to the app?\tcard_linking\nThe see the rate applied to my transaction was wrong at the atm.\twrong_exchange_rate_for_cash_withdrawal\nWhy is the exchange rate wrong when I purchase something abroad?\tcard_payment_wrong_exchange_rate\nHi there! I need to cancel an order I recently made and start processing a refund. Can you please help me with this and set up the refund as soon as possible? It's very urgent.\trequest_refund\nI couldn't make a transfer to a beneficiary!\tbeneficiary_not_allowed\nHow do I know why my card isn't working?\tcard_not_working\nWhy did the ATM machine fail to give me a cash withdrawal?\tdeclined_cash_withdrawal\nMy address has changed. How do I report it?\tedit_personal_details\nDo you use Mastercard or Visa?\tvisa_or_mastercard\nI have to transfer something to China as fast as I can. How long will it take to arrive in China?\ttransfer_timing\nCan i make transactions before identity verification is complete?\twhy_verify_identity\nCan you please show me where I can find the location to link my card?\tcard_linking\nWhere is my refund? I have been checking my account all day.\tRefund_not_showing_up\nI see that I have been charged multiple times for the same transaction.\ttransaction_charged_twice\nHow do I unblock my PIN?\tpin_blocked\nI am waiting for my card to arrive.\tcard_delivery_estimate\nI can't pull my card out of the ATM. Help me.\tcard_swallowed\nHow long will it take for the transfer to reach my account?\ttransfer_timing\nI want to know why I have been unable to withdrawn funds.\tdeclined_cash_withdrawal\nI made a currency exchange and think I was charged more than I should of been.\tcard_payment_wrong_exchange_rate\nHow does tranferring money into my account work?\ttransfer_into_account\nWhat can I use my card to pay for?\tcard_acceptance\nI'd like to use cash to top up. How do I find that option?\ttop_up_by_cash_or_cheque\nMy contactless payments have not been completed successfully.\tcontactless_not_working\nI paid for something in foreign currency but noticed the exchange rate is incorrect.\tcard_payment_wrong_exchange_rate\nWhere is my deposit?\tbalance_not_updated_after_cheque_or_cash_deposit\nI am in Austria right now. I need to change my PIN ASAP, so can I still do this from here?\tchange_pin\nMy top-up was revoked.\ttop_up_reverted\nI don't know if this is an issue with the ATM or my account, but I just tried withdrawing 30 pounds from the ATM I'm at now and it only gave me 10. Is this a glitch or what exactly is going on?\twrong_amount_of_cash_received\nI need to know why my credit card was declined for top up? What is the deal here and why did it not go through?\ttop_up_failed\nCan I use my card anywhere I want?\tcard_acceptance\nI know I have enough funds in my account but my card payment hasn't worked for some reason. What do I do?\tdeclined_card_payment\nThe rate of exchange for my card payment is incorrect\tcard_payment_wrong_exchange_rate\nIs there a way to make my old card usable with the app?\tcard_linking\nHow long does a transfer take from china?\ttransfer_timing\nCan I have it add money automatically in certain intervals?\tautomatic_top_up\nHow much do I have to pay for the exchange fee?\texchange_charge\nI'm looking for the option to top up by cheque.\ttop_up_by_cash_or_cheque\nDo you work with all fiat currencies?\tfiat_currency_support\nYour service is terrible,.  Delete my account,\tterminate_account\nWhy was my payment cancelled?\treverted_card_payment?\nI have a card payment that was declined, but why?\tdeclined_card_payment\nWhat can I do to verify my identity?\tverify_my_identity\nwhat is the disposable cards limit?\tdisposable_card_limits\nIs my PIN located on my account somewhere?\tget_physical_card\nFrom what countries can I use this product?\tcountry_support\nI think someone has access to my card numbers that shouldn't.\tcompromised_card\nIs there a discount for frequently exchanging currencies?\texchange_charge\nI entered the wrong pin too many times and now I am blocked.  Help me unblock!\tpin_blocked\nWhere do you support?\tcountry_support\nPlease explain to me the circumstances in which my card payment would be reverted?\treverted_card_payment?\nCan you tell me why I noticed a $1 charge on my statement?\textra_charge_on_statement\nWhy can't I find my PIN?\tget_physical_card\nHow can I top up my account with a card?\ttopping_up_by_card\nPlease stop my purchase.\trequest_refund\nhas my top-up has been cancelled\ttop_up_reverted\nWhy didn't my balance update after my cash or checque deposit?\tbalance_not_updated_after_cheque_or_cash_deposit\nI need to cancel a purchase I made.\trequest_refund\nThe refund has not appeared in my account\tRefund_not_showing_up\nAre virtual cards available to get?\tgetting_virtual_card\nHelp me set up a new PIN?\tchange_pin\nIs it possible to use my credit card to transfer money?\ttopping_up_by_card\nMy card is being declined online. Could you tell me what might be broken or wrong with the account?\tdeclined_transfer\nWhy did I have to pay more when I do it with my card?\tcard_payment_fee_charged\nHow many times can I use the disposable virtual card I have?\tdisposable_card_limits\nAre there any extra hidden fees for exchanging currencies?\texchange_charge\nWhat do you need to verify my identity?\tverify_my_identity\nCan someone assist me by explaining why my card is not working?\tcard_not_working\nWill you be able to send the new card to China?\tcard_about_to_expire\nWhat should I do if I lost my card?\tlost_or_stolen_card\nHow can I modify my details?\tedit_personal_details\nOrdered awhile back, what is the ETA in the US?\tcard_delivery_estimate\nThere is an unauthorized cash withdrawal from my account for 500£.  I definitely didn't make this withdrawal.  I need your help.\tcash_withdrawal_not_recognised\nCan I top up from my Apple Watch?\tapple_pay_or_google_pay\nMy transfer to beneficiary didn't go through\tbeneficiary_not_allowed\nCan I make many disposable cards per day?\tdisposable_card_limits\nAny fee for topping up?\ttop_up_by_card_charge\nFor some reason, the virtual card won't work for me.\tvirtual_card_not_working\nI wish to close my account. I do not like the service you provide.\tterminate_account\nWhat currencies are accepted for adding money?\tsupported_cards_and_currencies\nI have moved.  Where can I update my details?\tedit_personal_details\nIs there a verification code for top-ups?\tverify_top_up\nWhere can you deliver cards?\torder_physical_card\nPlease, activate my card\tactivate_my_card\nMy withdrawal was cancelled.\tdeclined_cash_withdrawal\nDo you know where my card will be accepted?\tcard_acceptance\nThere is a suspicious direct debit payment.\tdirect_debit_payment_not_recognised\nI think I lost my card . I dont know how long it has been missing. Can you see if maybe someone else has been using it?\tlost_or_stolen_card\nWhy were there additional charges when transferring?\ttransfer_fee_charged\nWhere is the virtual card?\tgetting_virtual_card\nWhy is my ATM cash withdrawal showing up as a pending transaction?\tpending_cash_withdrawal\nThe rate for a currency exchange was wrong when I bought something.\tcard_payment_wrong_exchange_rate\nIs there supposed to be a fee for the transfer I made?\ttransfer_fee_charged\nSend my card as soon as you are able to.\tcard_delivery_estimate\nDo I have to verify my identity?\twhy_verify_identity\nI want this amount reversed out of my account.\trequest_refund\nCan I be given a new passcode?\tpasscode_forgotten\nDo you ship cards to where I live?\torder_physical_card\nI ordered something ages ago online but it's simply not arriving. I've got enough! Give me back my money, I'm not paying these people.\trequest_refund\nI was double charged\ttransaction_charged_twice\nWhy was I overcharged a pound!?\textra_charge_on_statement\nI want a refund for my purchase\trequest_refund\nHow do I know which ATMs will accept this card?\tatm_support\nAny hidden fees associated with the international card if money is added?\ttop_up_by_card_charge\nWhat does it mean by pending payment?\tpending_card_payment\nCan I still use the app if I switched phones?\tlost_or_stolen_phone\nWTF??? I tried to withdraw some money at a Metro bank on High St. Kensington and without any notice it disappeared in the machine. The bank was already closed so I couldn't do anything. How do I get it back?\tcard_swallowed\nCould I open an account for my children?\tage_limit\nHow much does it cost in fees to use your card?\torder_physical_card\nMy card was confiscated by an ATM. How do I get my card back?\tcard_swallowed\nI don't think my card payment exchange rate is correct.\tcard_payment_wrong_exchange_rate\nI went to withdraw some cash earlier today, but seems the ATM gave me the wrong amount of cash! The amount showing up in the app is a lot more\twrong_amount_of_cash_received\nWhy was I charged an extra fee when using a card?\tcard_payment_fee_charged\nThe card got declined twice when I tried to use it to buy something online yesterday.\tdeclined_transfer\nWhy can't I see the top-up amount I just added to my account?\ttopping_up_by_card\nDoes it cost to exchange currencies with this card?\texchange_charge\nHow long does it take for a refund?\tRefund_not_showing_up\nCan you tell me why you won't let me get my own money out of the money machine? I know I used the right PIN.\tdeclined_cash_withdrawal\nWhy isn't the transfer on my account showing up?\tbalance_not_updated_after_bank_transfer\nI see random purchases to my account, was it hacked?\tcompromised_card\nI can not find my card pin.\tget_physical_card\nI do not remember the code, what should I do?\tpasscode_forgotten\nI got a extra €1 fee in my statement\textra_charge_on_statement\nThere is a cash withdrawal transaction that I am unsure of.\tcash_withdrawal_not_recognised\nI have got out the wrong amount from an ATM. Please tell me the process to get the cash back as in app its showing the amount i have been actually received.\twrong_amount_of_cash_received\nHow long will it take to activate my new card?\tactivate_my_card\nHello. I checked my transactions and saw I was double charged on my card for a restaurant visit. I would like to get my money back.\ttransaction_charged_twice\nHow many days does a transfer from the US take?\ttransfer_timing\nI sent some money and the receiver can't access it.\ttransfer_not_received_by_recipient\nWhere do I order my card?\torder_physical_card\nMy card has been charged two separate times for a single transaction.\ttransaction_charged_twice\nI double checked that I have the correct account details , they're right for sure. Transfer is still pending since forever. What should be done now?\tpending_transfer\nI would like to know how I can verify my Identity.\tverify_my_identity\nIn receiving cash, the wrong exchange rate was used for my transaction.\twrong_exchange_rate_for_cash_withdrawal\nI cannot locate the verification code for my top-up card. Please help me.\tverify_top_up\nIf I make a top-up are there charges applied?\ttop_up_by_bank_transfer_charge\nWhat is the minimum age?\tage_limit\nIs there a reason why my transaction is taking so long?\ttransfer_not_received_by_recipient\nim not sure what this charge is for\tcard_payment_fee_charged\n"
  },
  {
    "path": "data/banking/train.tsv",
    "content": "text\tlabel\nCould you help my figure out the exchange fee?\texchange_charge\nI made a cash deposit to my account but i don't see it\tbalance_not_updated_after_cheque_or_cash_deposit\nHello - I'm on the app and trying to purchase crypto. It's not going through. What am I doing wrong?\tbeneficiary_not_allowed\nWhy is it saying I have a pending payment?\tpending_card_payment\nIs there an extra charge to exchange different currencies?\texchange_charge\nDo top-up limits exist?\ttop_up_limits\nWhat is the procedure for depositing a virtual card\tget_disposable_virtual_card\ni have a pending top-up\tpending_top_up\nWhat card or currency can I use to pay?\tsupported_cards_and_currencies\nI deposited some money, but the balance has not changed.\tbalance_not_updated_after_cheque_or_cash_deposit\nWhat steps are taken to transfer money into my account?\ttransfer_into_account\nWhere can I check out the source of available funds in my account?\tverify_source_of_funds\nMy top up was denied\ttop_up_failed\nDo I need to verify the top-up?\tverify_top_up\nCan I use my account before my Identity verification has passed?\twhy_verify_identity\nPlease tell me the steps to verify my identity.\tverify_my_identity\nI got billed an extra pound!\textra_charge_on_statement\nHow long should it take for my new card to arrive in them mail? What should I do if I never receive it?\tcard_arrival\nWhat are the currency types that I can keep money in.\tfiat_currency_support\nPlease help me, there is a transaction in the incorrect account.\tcancel_transfer\nCan I add money to my account via bank transfer?\ttransfer_into_account\nWill my transfer be done soon?\tpending_transfer\nWhat is the auto top-up limit?\tautomatic_top_up\nI need to cancel a transaction on my debit card.\tdirect_debit_payment_not_recognised\nI do not feel comfortable verifying my identity.\twhy_verify_identity\nI Submitted a cheque couple of days ago, nothing happened to my account yet.What could be the possible issue?\tbalance_not_updated_after_cheque_or_cash_deposit\nHello, I am buying a flat and need the inital payment for the mortgage to go through. It keeps showing up as error, what is going on? Can you please help me make this transfer?\tfailed_transfer\nSome cash was missing at ATM.\twrong_amount_of_cash_received\nI didn't get all the cash I asked for\twrong_amount_of_cash_received\nThere is a cash withdrawal in my account that isn't mine.\tcash_withdrawal_not_recognised\nhow to change name on account\tedit_personal_details\nHow long does it take to verify a person's identity?\tunable_to_verify_identity\nWhy does a cash withdrawal show as pending?\tpending_cash_withdrawal\nI am not comfortable verifying my indentity.\twhy_verify_identity\nWhat other currencies can I hang onto?\tfiat_currency_support\nCan my PIN changed remotely without visiting a bank?\tchange_pin\nWhat does a transfer cost?\ttop_up_by_bank_transfer_charge\nWould I be charged any fees if I added money to my account using an international card?\ttop_up_by_card_charge\nHow can a payment be declined\tdeclined_card_payment\nIs there such thing as an auto top-up option?\tautomatic_top_up\nI got an unexpected charge on my transfers. How can I correct this?\ttransfer_fee_charged\n\"What do I do with my \"\"decline\"\" message on a transfer?\"\tdeclined_transfer\nWhat is the maximum transactions I can use on a disposable card?\tdisposable_card_limits\nWhat currences are available for exchange?\texchange_via_app\nWhy am I being charged for transferring money?\ttransfer_fee_charged\nIs it possible to hold money in different currencies?\tfiat_currency_support\nCan I check to see where the funds came from?\tverify_source_of_funds\nThere was an extra charge when I used my card\tcard_payment_fee_charged\nI contacted the seller for a direct refund last week but he still hasn't give me my money. What should I do?\tRefund_not_showing_up\nPlease tell me where I can update my details since I moved.\tedit_personal_details\nI seem to have a problem here, I bought something about a 2 weeks ago and just now received the payment back into my account and I've already received the item. Can you tell me what is going on here?\treverted_card_payment?\nI need to update my address.\tedit_personal_details\nHow long will it take for the money to reach my account?\ttransfer_timing\nWhat countries do your accounts send and receive to?\tcountry_support\nMy top up did not show up as shown and my money has disappeared, can you help me fix this glitch problem?\ttop_up_reverted\nThe ATM kept my card?\tcard_swallowed\nIs going to a bank only way to change my PIN?\tchange_pin\nI tried to pay with my card and it didn't work\tdeclined_card_payment\nLost password\tpasscode_forgotten\nneed help with google pay top up\tapple_pay_or_google_pay\nI would like a  physical card sent to me.\torder_physical_card\nHow can I convert currencies?\texchange_via_app\nIf I need more than cards will I have to pay a fee to receive them?\tgetting_spare_card\nWhats the reason for my payment being declined? It looked like everything went through ok and my account was good.\tdeclined_card_payment\nI transferred money and it didn't get there.\ttransfer_not_received_by_recipient\nYou sent me a card and now I want to link it.\tcard_linking\nI didn't see the money I added to my card.\ttop_up_failed\nPlease double check my card - withdrawal was working fine so far, but this morning on the way to work it suddenly got declined!\tdeclined_cash_withdrawal\nDo you accept cheques for top-up?\ttop_up_by_cash_or_cheque\nWhy can I not do a  transfer\tbeneficiary_not_allowed\nWhat is the extra fee that showed up on my card?\tcard_payment_fee_charged\nWhy is there an extra fee on my statement?\textra_charge_on_statement\nAfter taking over my card transactions I noticed that was charged twice for a restaurant purchased from earlier this week. Can you please remove one of these transactions from my account since it is not accurate?\ttransaction_charged_twice\nI need to reset my passcode, this one isn't working\tpasscode_forgotten\nHow long do transfers typically take? Is there a way of speeding the process up? My friend needs the money I sent her desperately.\ttransfer_not_received_by_recipient\nI tried to withdraw cash at an ATM in the city center but my card was declined. The transaction is still showing up as pending - please cancel it!\tpending_cash_withdrawal\nI think that there was an error in calculating the exchange rate.  I recently withdrew cash and received much less than expected.\twrong_exchange_rate_for_cash_withdrawal\nI tried to transfer funds to a beneficiary and was denied. Can you tell me why?\tbeneficiary_not_allowed\nHow do I cancel a transfer?\tcancel_transfer\nHelp.  My card is broken.\tcard_not_working\nCan I use the app without my phone?\tlost_or_stolen_phone\nWhy am I not allowed to verify my id?\tunable_to_verify_identity\nHelp me.  The passcode doesn't work.\tpasscode_forgotten\nWhat's the process for topping up by card?\ttopping_up_by_card\nI have a new card. How do i top it up?\ttopping_up_by_card\nIs it possible to get a refund?\trequest_refund\nMy wallet was stolen, along with my cards. How do I put a freeze on my cards and order a new one?\tlost_or_stolen_card\nexplain the virtual card\tgetting_virtual_card\nWhat are the restrictions on the virtual cards?\tdisposable_card_limits\nI found my card again. Can I put it back into the app?\tcard_linking\nwhy do you charge for transfers?\ttop_up_by_bank_transfer_charge\nWhen traveling, is it possible for it to add money at specific time intervals?\tautomatic_top_up\nWhy wasn't my top-up accepted and where did that money go? At first it said it was confirmed but now I can't find it.\ttop_up_reverted\nWhy has my withdrawal not posted?\tpending_cash_withdrawal\nWhat top up charges are there for US cards?\ttop_up_by_card_charge\nWhat works for identity verification?\tverify_my_identity\nI could not get a top-up to work, why?\ttop_up_failed\nWhy did my card get charged twice for a transaction?\ttransaction_charged_twice\nI would like a disposable virtual card, could I get one?\tget_disposable_virtual_card\nWhy doesn't the person I sent money to see that transfer yet?\ttransfer_not_received_by_recipient\nI have been trying to make transfers to another account but I keep getting a declined notice. I have checked all of my information more than once and my information is accurate.\tdeclined_transfer\nA couple weeks ago there was a debit taken from my account from a transaction I don't recall. Is it possible to trace this transaction to make sure I'm not being scammed?\tdirect_debit_payment_not_recognised\nVerifying top-up cards necessary?\tverify_top_up\nI didn't cancel my card payment.\treverted_card_payment?\nWhat would be a reason my transfer got declined?\tdeclined_transfer\nI had a card payment that was declined.  Why?\tdeclined_card_payment\nwhat was the $1 fee i got\textra_charge_on_statement\nI would like open a second card for my daughter, how can you assist me?\tgetting_spare_card\nI made a deposit in the ATM and it has not cleared\tpending_cash_withdrawal\nIs it right that I've been charged for transferring money?\ttransfer_fee_charged\nWhere are the cards transported to?\torder_physical_card\nMy app shows a money withdrawal that I did not do.\tcash_withdrawal_not_recognised\nI no longer have my phone with the app, what should I do?\tlost_or_stolen_phone\nWhat do I have to do to change my pin?\tchange_pin\nHow do I troubleshoot my contactless?\tcontactless_not_working\nMy beneficiary didn't receive my transfer\tbeneficiary_not_allowed\nDoes it cost anything to get a new card? Mine's about to expire and I'd also like to know how long it takes to get the new one.\tcard_about_to_expire\nGive me a refund now!! I am still waiting.\tRefund_not_showing_up\nI couldnt get cash in an ATM\tdeclined_cash_withdrawal\nHow to receive the actual card\torder_physical_card\nWhy is my transfer still pending after all this time?\tpending_transfer\nCan you tell me the names of the fiat currencies that I can use at your institution?\tfiat_currency_support\nI deposited cash into my account, why do I not see it?\tbalance_not_updated_after_cheque_or_cash_deposit\nI need to set up an account for my daughter, how would I do that?\tage_limit\nI shouldn't be charged any fee for transferring .\ttransfer_fee_charged\nMy top up has failed\ttop_up_failed\nIs there a maximum for top-ups?\ttop_up_limits\nI received the wrong exchange rate for an item i bought.\tcard_payment_wrong_exchange_rate\nWhat method do you use for the exchange rate?\texchange_rate\nI don't understand why I'm being charged for using my card.\tcard_payment_fee_charged\nI withdrew cash but it still shows as pending?\tpending_cash_withdrawal\nI can not find my refund.\tRefund_not_showing_up\nI have a Visa and Mastercard, can I use these?\tvisa_or_mastercard\nWhy is my transaction taking so long to complete?\ttransfer_not_received_by_recipient\nI NEED HELP WITH MY CARD!!!!! please. It keeps getting declined when I try to use it. I have tried a few times to use it and it keeps getting rejected. I have no idea why.\tdeclined_card_payment\nWhat countries are you located in?\tcountry_support\nmy top up isnt there yet where do i find it\ttopping_up_by_card\nWhy is my card payment pending?\tpending_card_payment\nCan I pay more to get it deliver quicker?\tcard_delivery_estimate\nMy transfer was wrong, are you able to stop it before it goes through please?\tcancel_transfer\nDo I need to do anything? My phone was stolen yesterday.\tlost_or_stolen_phone\nI'm trying to move money from my account to elsewhere, but it's giving me an error message.\tdeclined_transfer\nI really need to top-up my card today urgently but my card keeps getting declined!! Can you please resolve this problem or try an alternative\ttop_up_failed\nMy top up is still pending\tpending_top_up\ni have tried everything to complete a transfer but can't, what should i do next\tdeclined_transfer\nIs it possible for me to change my PIN number?\tchange_pin\nMy card is about to expire. What do I need to do to keep using my card?\tcard_about_to_expire\nWhat is the cost for physical cards?\torder_physical_card\nI heard that you support more than one type of fiat currency, would you tell me which ones please?\tfiat_currency_support\nShould my top-up be completed by now?\tpending_top_up\nmy payment was rejected\tdeclined_card_payment\nWhat do I do if I got the wrong amount at the ATM?\twrong_amount_of_cash_received\nPlease send me a disposable virtual card.\tget_disposable_virtual_card\nWhat is the refund procedure?\trequest_refund\nWhy wouldn't the ATM give me cash?\tdeclined_cash_withdrawal\nWhy is there a fee for my transfer?\ttransfer_fee_charged\nAre cards from the US accepted?\tsupported_cards_and_currencies\ni dont recognize a charge on my card\tcard_payment_not_recognised\nWhat is the verification code for my top up card?\tverify_top_up\nCan you tell me why my transfer declined?\tdeclined_transfer\nI used the ATM to get money out and did not realize I would be charged as much as I was or I would not have done that!\twrong_exchange_rate_for_cash_withdrawal\nIs an auto top-up option available?\tautomatic_top_up\nCould I raise a dispute for a large payment that i found out was not done by me in my couple of last statements? I am aware its delayed now. Please help me out.\tdirect_debit_payment_not_recognised\nHow long do tranfers from a UK account usuallt take for you? I just made a transfer and nothing shows up, so just wondering if things went ok\tbalance_not_updated_after_bank_transfer\nCan I get a Visa instead of a MasterCard?\tvisa_or_mastercard\nMy money I added isn't on my card.\ttop_up_failed\nI think there has been a mistake with my transfer\tdeclined_transfer\nWhat is the maximum transactions for one disposable card?\tdisposable_card_limits\nHow do I delete my account? I am dissatisfied with the service.\tterminate_account\nTransfer was declined, could not complete request.\tdeclined_transfer\nDoes the PIN come under separate cover?\tget_physical_card\nWhat are the time frames for the money to be available in my account?\ttransfer_timing\nI made a payment and it appears it is showing twice\ttransaction_charged_twice\nHow can I check how much free spending I have left? I have some big purchases coming up and want to know where I can look for any info.\tcard_payment_fee_charged\nI did a transfer.  What is the extra fee?\ttransfer_fee_charged\nHow many disposable  cards are available per account?\tdisposable_card_limits\nCan you tell me how to change my PIN?\tchange_pin\nWhy wasn't my contactless accepted at the metro?\tcontactless_not_working\nHelp! I've forgot my app passcode!\tpasscode_forgotten\nHow do I unblock my card?\tpin_blocked\nCard payment was declined, do you know why?\tdeclined_card_payment\nHi there, earlier today I tried to take money out of an ATM machine, and something wasn't working.  I didn't actually receive the money, but I just checked and it says that the transaction is still pending.  Can you tell me what's going on here? Am I still being charged for the withdrawal even though I didn't end up getting any money?\tpending_cash_withdrawal\nWhy was money taken for a transfer?\ttransfer_fee_charged\nAre there any disposable virtual cards?\tget_disposable_virtual_card\nHow long before a check I send clears?\ttop_up_by_cash_or_cheque\nThe transfer keeps failing , I tried to transfer some money to friends this morning but it keeps getting rejected for some reason, Would you please check the issue?\tfailed_transfer\nDo I need to pay extra for exchanging currencies?\texchange_charge\nwhere can I find the auto-top up option?\tautomatic_top_up\nWhat's going on with my balance? Shouldn't it be a bit higher since I deposited a cheque a day ago?\tbalance_not_updated_after_cheque_or_cash_deposit\nWhy am I charged a fee when using my debit or credit card?\tcard_payment_fee_charged\nI have made 5 attempts to make a very standard survey, yet I can't get it to work. What is the problem? Is there an issue related to your system?\tfailed_transfer\nI need to freeze my card as soon as possible. I just checked my account and saw that there have been several payments that I don't recognize over the course of a few days. Can we investigate and get my money back?\tcard_payment_not_recognised\nThere's been a transaction to the wrong account.\tcancel_transfer\nIf I need to top up with cash where should I look?\ttop_up_by_cash_or_cheque\nI tried to get gas but my money was gone!\ttopping_up_by_card\nThe app is showing a payment I never made.\tcard_payment_not_recognised\nI want to give a second card for this account to my daughter, would this be possible?\tgetting_spare_card\nWhy am I getting declines when trying to make a purchase online?\tdeclined_transfer\nAt what cash machines can I change my PIN?\tchange_pin\nI can't see my refund in my history.\tRefund_not_showing_up\nWhen do i activate auto top-up?\tautomatic_top_up\nA few weeks ago, a strange transaction was made on my account by a seller I don't know. I am quite sure I didn't do it and will like for you to check it for me.\tdirect_debit_payment_not_recognised\nAre cards delivered to my location?\torder_physical_card\nHow long do transfers from Europe take?\ttransfer_timing\nWhat is this extra fee?\tcard_payment_fee_charged\nwhat to do about stolen phone\tlost_or_stolen_phone\nMy payment shows that it is pending will I be charged more money?\tpending_transfer\nI want a refund\trequest_refund\nIf my salary is in GBP, do I need to do something?\treceiving_money\nWhat is the greatest number of times that I can top-up?\ttop_up_limits\nI need to reset my passcode. Where do I go to do that?\tpasscode_forgotten\nIf I need an additional card, is there a fee for that?\tgetting_spare_card\nI tried to do a transfer and it's saying it declined.\tdeclined_transfer\nHow long should it take for my top-up to finish? I've been waiting a while.\tpending_top_up\nI bought something online a week ago and i never got it in the mail.Can I just get my money back now I don't want to keep waiting on something that isn't going to show up.\trequest_refund\nHow much does it cost to get more cards?\tgetting_spare_card\nI can't use my card for anything\tcard_not_working\nHow will I get my card?\tcard_delivery_estimate\nWhat is the delivery time to the US?\tcard_delivery_estimate\nAre there still fees for european top-ups?\ttop_up_by_card_charge\nI deposited a check yesterday and Im not seeing it in my account. i need the money, is there something wrong with my account? check it out please\tbalance_not_updated_after_cheque_or_cash_deposit\nWill you charge for a physical card?\torder_physical_card\nHello, I believe there has been a mistake made on the exchange rate for my card. Could you please check the official interbank exchange rate for me?\tcard_payment_wrong_exchange_rate\nFrom which age can my kids use your service?\tage_limit\nThere is a payment I don't recognize\tcard_payment_not_recognised\nTrouble with my top up\ttop_up_failed\nMy disposable virtual card got rejected\tvirtual_card_not_working\nHow do I activate my card so I can start using it?\tactivate_my_card\nI have received my American express in apple play, looks like top up has an issue, please help?\tapple_pay_or_google_pay\nWhat businesses accept this card?\tcard_acceptance\nI need to dispute a direct debit.\tdirect_debit_payment_not_recognised\nThis transaction needs both a Visa and a Mastercard.\tvisa_or_mastercard\nI can't remember what my password is\tpasscode_forgotten\nWhy does top-up require verification?\tverify_top_up\nAn item I bought had the wrong exchange rate applied.\tcard_payment_wrong_exchange_rate\nWhy won't my virtual card work?\tvirtual_card_not_working\nThe exchange rate you are using is really bad.This can't be the official interbank exchange rate.\tcard_payment_wrong_exchange_rate\nAre you okay with exchanges to EUR?\tfiat_currency_support\nCan I get information on the identity checks?\tverify_my_identity\nExplain why my top up has been reverted please.\ttop_up_reverted\nHow come my transfer got declined\tdeclined_transfer\nWhat is this extra fee while I was doing a transfer?\ttransfer_fee_charged\nHow do I find the PIN?\tget_physical_card\nAm I able to cancel a transfer I just made\tcancel_transfer\nThere's a payment that isn't mine on my app\tcard_payment_not_recognised\nAre there specific ATM's I can use with this card?\tatm_support\nWhat is the most amount of disposable cards allowable?\tdisposable_card_limits\nIs identity verification required for me to use my account?\twhy_verify_identity\nWhat should I do if my phone is lost or stolen?\tlost_or_stolen_phone\nI am still waiting on my bank transfer\tbalance_not_updated_after_bank_transfer\nOn the card that is coming, what's the tracking info?\tcard_arrival\nBank transfer to account did not show up, please help?\tbalance_not_updated_after_bank_transfer\nHello. I'm trying to transfer some money to a friend but it keeps getting rejected. can you help me?\tfailed_transfer\nMy account was charged a debit payment I don't recognize.\tdirect_debit_payment_not_recognised\nI just got my new card and tried using it and it was declined?\tdeclined_card_payment\nThe cash I wanted wasn't there.\twrong_amount_of_cash_received\nI need your help to get a refund for an item I just bought, can you cancel the payment since what I bought hasn't arrived yet.\trequest_refund\nI topped up about half an hour ago and the charge is still pending. I'm a new customer and today is my first time doing this. Can you fix it? It doesn't seem to be working.\tpending_top_up\nI exchange my currency quite a bit.  Do I get an exchange price break?\texchange_charge\nwhere can i deposit a check\ttop_up_by_cash_or_cheque\nWhy would my payment have been returned to my account?\treverted_card_payment?\nI paid with a card and there is an extra charge. Why?\tcard_payment_fee_charged\nHow can I get a refund for an item I purchased but has not yet arrived?\trequest_refund\nWhat are Interbanks current exchange rates?\texchange_rate\nI just took some cash out of a cash machine in Heathrow airport because I wanted to buy some new sunglasses for my holiday but you've added a fee to the withdrawal, what is this?\tcash_withdrawal_charge\nHow do I get to the virtual cards?\tgetting_virtual_card\nOne of my payments was doubled\ttransaction_charged_twice\nI received the wrong amount of cash from the ATM. Can you help?\twrong_amount_of_cash_received\nWhy can't the recepient of my money transaction see it?\ttransfer_not_received_by_recipient\nIs it possible for me to set up separate accounts for my kids?\tage_limit\nSince I got married, I need to change my name.\tedit_personal_details\n\"\nHow do I unblock my PIN?\"\tpin_blocked\nMy card is showing multiple charges for the same items on my recent statement. I was wondering what actions of needed to take to fix this issue\ttransaction_charged_twice\nWhen will I receive the card?\tcard_delivery_estimate\nI need to verify a payment to my new landlord. I transferred the first rent payment a few days ago. While it shows on my side, the landlord is saying he hasn't received it yet. Can you verify that it has processed?\ttransfer_not_received_by_recipient\nI tried to make a transfer like five different times. Why won't your system let me? Is it broke?\tfailed_transfer\nHow do I know it is a Mastercard ATM?\tatm_support\nI am very upset that i went to use my new card today and it kept getting declined. Why is this happening and what do I do to not have it declined?\tdeclined_card_payment\nWhy is there a verification to identity\twhy_verify_identity\nWhy was I charged an additional $1?\textra_charge_on_statement\nHow much to exchange currencies?\texchange_charge\nDo you have the best exchange rate?\texchange_rate\nIt is common for an international transfer to take 2 days or longer? I made a transfer from France 2 days ago and I have not seen it yet.\tbalance_not_updated_after_bank_transfer\nCan I use a check to get gas?\ttop_up_by_cash_or_cheque\nI used the wrong account.\tcancel_transfer\nWhy was I charged a fee when making this transfer when I shouldn't have been?\ttransfer_fee_charged\nI'd like like to know where I can order a virtual card?\tgetting_virtual_card\nWhat could the reason be that my payment card was declined?\tdeclined_card_payment\nIs a new debit card free?\tgetting_spare_card\nThe app won't let me transfer money to a beneficiary\tbeneficiary_not_allowed\nThere has been a charge pending on my account statement that I can't figue out it's for a dollar.\textra_charge_on_statement\nI thought transfers were free of charge.  I bought something abroad and got charged a ridiculous fee. How do I get this problem fixed.\ttransfer_fee_charged\nI need to exchange between different currencies, like GBP and USD. Can I do that with your app?\texchange_via_app\nWhy was there a fee with my cash withdrawal?\tcash_withdrawal_charge\nWhy was my withdrawal declined\tdeclined_cash_withdrawal\nI was overcharged a pound.\textra_charge_on_statement\nDo I get a real card?\torder_physical_card\nI put some money in my account the other day and it's not gone in yet, can you help with this?\tbalance_not_updated_after_cheque_or_cash_deposit\nI made the incorrect payment for my rent yesterday and this needs to be fixed by no later than tomorrow. How can you help?\tcancel_transfer\nI placed a cheque but the funds aren't there\tbalance_not_updated_after_cheque_or_cash_deposit\nI've been waiting since Friday, where is my money?\ttransfer_not_received_by_recipient\nHow can I reset my passcode?\tpasscode_forgotten\nWHAT IS THE MAIN REASON OF THIS PROBLEM\tcard_not_working\nI sent money to someone but they haven't gotten it, what's going on?\ttransfer_not_received_by_recipient\nI got double charged from something, what can I do?\ttransaction_charged_twice\nThere is something wrong with my card. Tried to use it a few times today in different places and it just didn't work. The transactions I tried to make were really small so not sure what's going on\tcard_not_working\nI am perplexed. Why is it that I received an extremely wrong rate when I tried to use an ATM using a foreign currency?\twrong_exchange_rate_for_cash_withdrawal\nPlease explain why my top-up hasn't been processed yet?\tpending_top_up\nI wasn't charged the correct exchange rate for an item I purchased.\tcard_payment_wrong_exchange_rate\nWhy am I seeing a direct debit thats not mine?\tdirect_debit_payment_not_recognised\nwhen i travel can it top up automatically\tautomatic_top_up\nWhen will I get my new card?\tcard_arrival\nI would like a physical card\torder_physical_card\nUnsure how to provide my identity.\tunable_to_verify_identity\nWhat currencies are supported?\tfiat_currency_support\nI checked on google and the exchange rate you are using is really bad. Can you update it?\tcard_payment_wrong_exchange_rate\nI tried to deposit a cheque into my account and it is not letting me.\ttop_up_by_cash_or_cheque\nHow do i find my top-up card's verification code?\tverify_top_up\nCan I change my PIN at my local bank?\tchange_pin\nThere is a top up that has been pending for an hour and I don't know why.  I was expecting it immediately and need it now!\tpending_top_up\nCan somebody else top up my account?\ttopping_up_by_card\nDoes my account have the option to hold multiple currencies?\tfiat_currency_support\nAre cards available to those outside of the UK?\tcountry_support\nI want to top up from my Apple Watch, can I?\tapple_pay_or_google_pay\nMy balance doesn't include my latest transfer\tbalance_not_updated_after_bank_transfer\nI've been waiting ages and my PIN hasn't gotten here.\tget_physical_card\nCan I choose whether I receive a Visa or a Mastercard card?\tvisa_or_mastercard\nWhy are you charging for cash withdrawals? I went to withdraw some money earlier today after getting my groceries, and it appears there is a fee that wasn't there before\tcash_withdrawal_charge\nlet me know how many disposable cards I can have?\tdisposable_card_limits\nI purchased something overseas and the incorrect exchange rate was applied.\tcard_payment_wrong_exchange_rate\nI want to make an online purchase but I don't want to use my credit card. Can you tell me how a disposable virtual card works and where I can apply for one?\tget_disposable_virtual_card\nHow do I use American express to top up my account?\tsupported_cards_and_currencies\nI saw money was taken out of my account by a seller a while back. I do not recognize the seller, but I'm pretty certain I didn't make that payment. Can you track who the seller is?\tdirect_debit_payment_not_recognised\nI tried to withdraw cash and got declined, why is that?\tdeclined_cash_withdrawal\nI would like to change my address.\tedit_personal_details\nCan you tell me about the exchange fee?\texchange_charge\nI'm going on a trip soon and I needed to convert my Russian ruble to UK pounds, but when I did, your company charged me above the exchange rate. Did you mess up my transaction?\tcard_payment_wrong_exchange_rate\nHi i received an error message informing me about the transaction failure. I have done the money transfer before and it never failed. Please let me know what is the issue this time.\tbeneficiary_not_allowed\nI just checked my statement and saw a $1 charge, why is it there?\textra_charge_on_statement\nI requested a refund for a large order the other day and don't think I received the funds. Can you tell me if you see them or not?\tRefund_not_showing_up\nDid a WD earlier at an ATM.  The amount showing in the App is more than I got though.\twrong_amount_of_cash_received\nIs there a way to track my card?\tcard_arrival\nI need two cards. Is this possible?\tgetting_spare_card\nPlease delete this account.\tterminate_account\nI tried transferring to an account but it didn't go through. What happened?\tbeneficiary_not_allowed\nI tried updating my balance by cheque yesterday but it doesn't seem to be working. Shouldn't that be faster? Please check my account something has gone wrong there.\tbalance_not_updated_after_cheque_or_cash_deposit\ncan i get a physical card online\torder_physical_card\nI'm suddenly getting an error while attempting a transfer that it isn't possible. Why? I've done it before.\tbeneficiary_not_allowed\nThere is an odd 1£ charge that appears as pending on my statement. What's the reason for that? I haven't purchased anything for a pound.\textra_charge_on_statement\nSupported countries\tcountry_support\nWhat are the charges for topping up US card?\ttop_up_by_card_charge\nI transferred some money to my mom 2 days ago and she has not received it. I double checked the information and it looks right. Can you help me?\ttransfer_not_received_by_recipient\nCan I use top-up with Apple pay?\tapple_pay_or_google_pay\nI can't see a top-up top-up verification code.\tverify_top_up\nI attempted to top up my account but it's been frozen in a pending state for well over an hour now! Is this normal? I'm a new customer and this is my first time doing this. I assumed it would be done quicker than this.\tpending_top_up\nWhat are these disposable cards meant for?\tget_disposable_virtual_card\nGoogle pay top up not working.\tapple_pay_or_google_pay\nWhich countries does your service work in?\tcountry_support\nwhat is source of my money\tverify_source_of_funds\nCan I convert currency with the app?\texchange_via_app\nDo you have to be in the UK to get a card?\tcountry_support\n\"I received a \"\"declined\"\" message when doing a transfer\"\tdeclined_transfer\nHow much does it cost to make transfers?\ttop_up_by_bank_transfer_charge\nMy card has an expiration date, will you send a new one automatically?\tcard_about_to_expire\nI need to know this, where do my funds come from?\tverify_source_of_funds\nIs topping up with cash allowed?\ttop_up_by_cash_or_cheque\nHi, I have an apple watch. How do I use it to top up my card?\tapple_pay_or_google_pay\nWhy was I charged extra when transferring?\ttransfer_fee_charged\nI need to update my phone number.\tedit_personal_details\nDo you know why my card payment has been declined?\tdeclined_card_payment\nI need a disposable virtual card. Please tell me how to order one.\tget_disposable_virtual_card\nI live in the UK. Can I get a card?\tcountry_support\nWhat are the steps for the identity checks?\tverify_my_identity\nMy credit card seems to have been declined for top up. Why is it not going through? Can you tell me what's going on?\ttop_up_failed\nThere was some money taken from my account that I don't remember paying for. Am I able to look up this transaction which was a few weeks ago to see who took out the money? Im not sure I need a refund just want to check to make sure it's legit.\tdirect_debit_payment_not_recognised\nI saw a payment come out of my account for a merchant I don't remember.\tcard_payment_not_recognised\nHow soon will I get my card?\tcard_delivery_estimate\nThe app is saying I made a withdrawl but I didn't.\tcash_withdrawal_not_recognised\nWhy couldn't I transfer to a beneficiairy?\tbeneficiary_not_allowed\nThis card is accepted by what businesses?\tcard_acceptance\nOn my last trip, I received the incorrect exchange rate.\twrong_exchange_rate_for_cash_withdrawal\nI haven't received my virtual card yet, do yo know why?\tgetting_virtual_card\nHello, I trying to top up with my card today but it didn't work. When I tried last time it worked but today it isn't. Could you take a look at it for me?\ttop_up_failed\nHow much does each transfer cost?\ttop_up_by_bank_transfer_charge\nCan you give me info about what to do when my card expires?\tcard_about_to_expire\nI want a physical card\torder_physical_card\nI am unable to prove my identity\tunable_to_verify_identity\nCan I auto top if I'm low on funds?\tautomatic_top_up\nHow do I verify the top-up?\tverify_top_up\nI entered the pin incorrectly too many times and now it is blocked. Can you help?\tpin_blocked\nWhy do I have duplicate transactions for one purchase?\ttransaction_charged_twice\nWhere'd the rest of my cash go from the ATM\twrong_amount_of_cash_received\nMy card keeps getting declined when I try to use it.  I would like to top-up, but it is not going though.\ttop_up_failed\nWhy hasn't my refund appeared on my statement?\tRefund_not_showing_up\nWhy can't the person I sent the money transfer to see it?\ttransfer_not_received_by_recipient\nI'm going on holiday to France for 6 weeks with my family and the cat, Fluffy.  I just purchased €10,000 from a currency exchange to ensure we don't run short but there appears to be a fee.  What is this for?\tcard_payment_fee_charged\nMy transfer failed, why?\tfailed_transfer\nWho can have access to top up my account?\ttopping_up_by_card\nI haven't received money from a transfer?\ttransfer_not_received_by_recipient\nWhat are the auto-top up policies?\tautomatic_top_up\nHow long until the transfer is reflected on my account balance?\ttransfer_timing\nI'd lke my card reactivated, I was thinking it was misplaced but I discovered when I woke up that I had left it in my coat.\tcard_linking\nCan I transfer money using a different currency?\treceiving_money\nWhy do you keep declining my transfers? It's been working well so far, but when I just tried to buy something, the card got declined. I tried it a few times, but same thing happened every try.\tdeclined_transfer\nHow long will it take to have my card mailed to me?\tcard_delivery_estimate\nI just got a card, how can I add it to the app?\tcard_linking\nI got my card now, how do I make it show up in the app?\tcard_linking\nIs it possible to use an ATM when I am not in the country and make a withdraw with out extra fees?\twrong_exchange_rate_for_cash_withdrawal\nHow do I fill out the identity check?\tverify_my_identity\nI received my salary in the wrong currency. How do I change this?\treceiving_money\nwhat is going on with my cash withdrawal? the exchange rate is wrong\twrong_exchange_rate_for_cash_withdrawal\nI think the currency exchange that's been applied is wrong.\tcard_payment_wrong_exchange_rate\nis it possible to cancel transactions?\tcancel_transfer\nMy phone has been lost or stolen\tlost_or_stolen_phone\nwhy wouldnt the atm give me money\tdeclined_cash_withdrawal\nI can't find the PIN.\tget_physical_card\nwhat happened to the money after i put in the wrong info and it got declined\ttopping_up_by_card\nWhy does my statement have an extra fee?\textra_charge_on_statement\nI didn't mean to do the transfer, is there any way to cancel it?\tcancel_transfer\nI need to report a stolen card\tlost_or_stolen_card\nI sent some money to somebody a couple of hours ago, and they still have yet to receive it.  They really need the money, how much longer are they going to have to wait?\ttransfer_not_received_by_recipient\nI would like a Visa card.\tvisa_or_mastercard\nI am having issues using contactless payments, could my card be damaged?\tcontactless_not_working\nI got a message that my transfer was declined.\tdeclined_transfer\nI decided I no long want something that I ordered, and want a refund. How do I go about doing that?\trequest_refund\nI need an actual card that I can hold in my hand, how do I do that?\torder_physical_card\nWhy are my transfers not going through.  I have tried over 4 times to get it to work.  This is just a simple transfer.  Is something else causing this in the system?  Is it broken?\tfailed_transfer\nWhat is going on? I have checked over and over and the details of my account are right. Why is my transfer still pending? It's 2018 not 1818. Transfering money to another country can't be that hard.\tpending_transfer\nI would like my money back for an item I purchased\trequest_refund\nIn my app, a direct debit payment that I didn't do shows up.\tdirect_debit_payment_not_recognised\nI think my card payment was cancelled. What happened?\treverted_card_payment?\nMy card is about to expire.  How do I get a new card?\tcard_about_to_expire\nWhen will it be delivered to the US?\tcard_delivery_estimate\nJust today there was a purchase on my card that wasn't done by me. Can this be reversed and my card be frozen? I can't have this continue!\tcard_payment_not_recognised\nA refund is taking too long.\tRefund_not_showing_up\nHow long do cheques take to post to your account?\tbalance_not_updated_after_cheque_or_cash_deposit\nI have lost my phone, what steps can I take to prevent someone using my account?\tlost_or_stolen_phone\nDo i have to wait to get the pin or can i set up a pin\tget_physical_card\nWhat happens if a merchant doesn't accept  you payment?\treverted_card_payment?\nI was issued a card about a week ago. why hasn't it come in yet?\tcard_arrival\nI could not transfer to a beneficiary\tbeneficiary_not_allowed\nWhat is the maximum for auto top-up?\tautomatic_top_up\nWhat are your exchange rates calculated from?\texchange_rate\nI have have multiple charges for one transaction.\ttransaction_charged_twice\nWhere can I find top up by cash deposit?\ttop_up_by_cash_or_cheque\nWhy couldn't I make a withdrawal from the ATM?\tdeclined_cash_withdrawal\nIs there a way to see my money's source?\tverify_source_of_funds\nI could not transfer funds to a beneficiary; is there a problem with your software?\tbeneficiary_not_allowed\nI have used all my PIN tries, what now?\tpin_blocked\nIf there isn't much money left over, will it top-up automatically?\tautomatic_top_up\nare multiple currencies acceptable?\tfiat_currency_support\nWhich currencies can I use to add money?\tsupported_cards_and_currencies\nCan it automatically top up my account?\tautomatic_top_up\nMy app says I withdraw money from my account from an ATM.\tcash_withdrawal_not_recognised\nMy contactless is non-functional.\tcontactless_not_working\nAre there any express fees if i want my new card faster?\tcard_about_to_expire\nWhy did I only receive a partial amount of what I tried to withdraw?\twrong_amount_of_cash_received\nWhat is the estimated wait time for transfers from the US?\ttransfer_timing\nAre there any fees when exchanging to foreign currencies?\texchange_charge\nHow much does it cost for a physical card?\torder_physical_card\nI just made a transfer from France 2 days ago. It has not yet reached my bank. Is it possible it takes longer because it was an international transfer?\tbalance_not_updated_after_bank_transfer\nHi - I have made a transaction to my new landlord but unfortunately it shows on my end but not on the landlord's end. The numbers are correct. Can you confirm when that will go through?\ttransfer_not_received_by_recipient\nHow long does it take to get money from Europe?\ttransfer_timing\nAre cards issued to people living in the US?\tcountry_support\nWould I be able to get an account for my child?\tage_limit\nI've made more than one attempt to make a purchase and the card keeps getting declined. Why do you keep denying my transfers?\tdeclined_transfer\nWill there be a charge for exchanging foreign currency?\texchange_charge\nIs there any way for you to find my card?\tlost_or_stolen_card\nI inadvertently completed a transaction on a wrong account.\tcancel_transfer\nHas my account been frozen?  I tried to use my card but the ATM would not dispense cash.\tdeclined_cash_withdrawal\nMy payment was put back, I think.\treverted_card_payment?\nHow do I order a replacement for stolen card?\tcompromised_card\nhow long does a US transfer take\ttransfer_timing\nDo I need any kind of proof for the identity check?\tverify_my_identity\nI don't understanfd how to top up\ttopping_up_by_card\nIs it possible to get both Mastercard and Visa card from you?\tvisa_or_mastercard\nI just checked and my payment was cancelled, why?\treverted_card_payment?\nHelp me verify my identify?\tunable_to_verify_identity\nCan you point me in the right direction of where to go to roder a disposable virtual card, I can't seem to find it.\tget_disposable_virtual_card\nHoe do i use my credit card to transfer money?\ttopping_up_by_card\nHow can I reset the passcode if I need to do that?\tpasscode_forgotten\nwhat is the amount of disposable cards I can have?\tdisposable_card_limits\nAre there limits with top-up?\ttop_up_limits\nIs a physical charge extra\torder_physical_card\nWhat do I do if my card is stolen?\tlost_or_stolen_card\nWhen I attempted to make a transfer, it failed.\tfailed_transfer\ndo i need to wait to get my card before getting a pin\tget_physical_card\nHow can I top up my card with another card?\tsupported_cards_and_currencies\nCurrently my card is broken.\tcard_not_working\ncan i add funds  with a card from the united states\tsupported_cards_and_currencies\nWhat documentation do you accept for the identity check?\tverify_my_identity\nWill you charge me more if I top up with an international card?\ttop_up_by_card_charge\nMy card is expiring, how do I get a new one?\tcard_about_to_expire\nI left my phone at the hotel I was staying at so I can't use the app!\tlost_or_stolen_phone\nEverything I have was stolen yesterday making it so I don't have access to the app, what should I do?\tlost_or_stolen_phone\nWhy is my card payment still a pending transaction?\tpending_card_payment\nwhere do i go to transfer money from one account to this one\ttransfer_into_account\ni withdrew cash and dont see it reflected on the balance\tpending_cash_withdrawal\nWhy was there an additional fee on the payment I just made? I don't usually have additional fees applied to my payments.\tcard_payment_fee_charged\nMy top-up was reverted by the app.\ttop_up_reverted\nHow many times can I use a virtual card?\tdisposable_card_limits\nWhere do I go to update details?\tedit_personal_details\nIf I get another card, what kind of fees am I looking at?\tgetting_spare_card\nI need my card immediately.\tcard_delivery_estimate\nHow do I perform identity checks?\tverify_my_identity\nMy card payment didn't go through.\tdeclined_card_payment\nCan I use SWIFT transfers?\ttop_up_by_bank_transfer_charge\nWhat do you require for identification verification?\tverify_my_identity\nIs it acceptable to use either Visa or Mastercard?\tvisa_or_mastercard\nHello I have a UK account.  Can you please check if everything is alright with it?  I made a transfer a couple hours ago but it doesn't show up yet.\tbalance_not_updated_after_bank_transfer\nI received a transfer in GBP how do I change it to a different currency?\treceiving_money\nhow do i get into my account and edit my details\tedit_personal_details\nIs this open to residents of all countries?\tcountry_support\nWhat are the exchange rates?\texchange_rate\nWas my transaction reverted with my card?\treverted_card_payment?\nCan I use a check to top up?\ttop_up_by_cash_or_cheque\nlost my phone, what is account security?\tlost_or_stolen_phone\nWhy has my card been declined?  whats the deal?\tdeclined_card_payment\nHow can I stop someone from using my card after I lost it yesterday.\tlost_or_stolen_phone\nWhat happened to the transfer I did?\tbalance_not_updated_after_bank_transfer\ni transfered and yet it is still pending\tpending_transfer\nI was not able to receive the correct amount of cash.\twrong_amount_of_cash_received\nI'm not recognizing the card payment.\tcard_payment_not_recognised\nIs it possible to go ahead and log in, although I have not been confirmed yet?\twhy_verify_identity\nWhere can I update my pin number?\tchange_pin\nI am unable to access my app due to forgetting my passcode.\tpasscode_forgotten\nHi, I draw out some money from the ATM today. The ATM has given me wrong amount and the application is displaying more amount than i withdraw.\twrong_amount_of_cash_received\nI just recently got a new beach condo in Bora Bora, and to furnish it I used this account a lot from overseas. It's upsetting, being a long-time customer of yours, that I saw extra fees on my account from my currency transfer. Is this what I should expect from you in the future?\ttransfer_fee_charged\nPlease explain to me the process of getting a virtual card.\tgetting_virtual_card\nIt seems I need to get information on limits for top-ups.\ttop_up_limits\nCan you send me a new card and block my current one. I'm in Spain and my wallet was stolen.\tlost_or_stolen_card\nWhere can I find the top up verification code?\tverify_top_up\nWill my new card work outside of the EU?\tcountry_support\nDo I have a Visa card as an option?\tvisa_or_mastercard\nTop up did not work on the app.\ttop_up_failed\nIs American Express accepted?\tsupported_cards_and_currencies\nHow do I create a disposable virtual card?\tget_disposable_virtual_card\nI want to know about your refund policy.\trequest_refund\nHow are the exchange rates determined?\texchange_rate\nWhy is my refund not visible on my statement?\tRefund_not_showing_up\nI'm on holiday and I noticed a different amount for exchange rate.  Can you explain?\tcard_payment_wrong_exchange_rate\nCan cash be used in physical locations to top up?\ttop_up_by_cash_or_cheque\nWhat do you need for the identity verification\tverify_my_identity\nThere's a possibility that my card was compromised.\tcompromised_card\nWhy did I get charged one pound seemingly randomly?\textra_charge_on_statement\nI'm not sure what to do about the PIN, because I don't have one yet.\tget_physical_card\nCan I have a refund for one of your products?\trequest_refund\nHello-Can you please help me get a refund from this merchant?  I ordered a product and would like to return it. I have been unsuccessful in getting the merchant to return my request for the past several days.  I understand it can take up to 45 days to process the dispute and issue a refund, however, if this can be expedited faster it would be very helpful to me.\trequest_refund\nI received my new card and tried using it today, just to have it show declined over and over again.  Why is this happening?\tdeclined_card_payment\nCan you send me more cards for my account?\tgetting_spare_card\nI would like to get a few more physical cards.\tgetting_spare_card\nHelp! I think someone has made a cash withdrawal with my card!\tcash_withdrawal_not_recognised\nWhile abroad I got cash, and a wrong exchange rate was applied.\twrong_exchange_rate_for_cash_withdrawal\nmy cash balance less than what I thought\twrong_amount_of_cash_received\nWill the system automatically top up itself?\tautomatic_top_up\nCan I wait for you to send me a new card when mine's about to expire?\tcard_about_to_expire\nMY transfer has still not appeared.\tbalance_not_updated_after_bank_transfer\nThe virtual card won't work.\tvirtual_card_not_working\nWhy doesn't it work when I use American Express to try to add money to my account?\tsupported_cards_and_currencies\nI already have an account. Why can't I use it unless my identity is verified?\twhy_verify_identity\nMy card is due to expire soon.\tcard_about_to_expire\nEstimated time arrival for transfers?\ttransfer_timing\nI requested a refund from Next because the dress I purchased had three arm holes. They said they sent the refund last Wednesday which is nearly a week ago and I still don't have it.  Why not?\tRefund_not_showing_up\nWhat do I have to do to get my PIN unblocked?\tpin_blocked\nCan I change my PIN at a nearby ATM when in Spain? I think someone saw my PIN and I need to change it but am on vacation.\tchange_pin\nHow will I know my pin number?\tget_physical_card\nare there age requirements\tage_limit\nWhy have I been charged more than once for the same transaction?\ttransaction_charged_twice\nWhy is my transfer taking so long. I thought it was supposed to only take 1 day if I made a transfer to someone. Can you wee what went wrong?\ttransfer_not_received_by_recipient\nHow long will it take for my cash withdrawal to no longer show as pending?\tpending_cash_withdrawal\nAre there any charges for European bank card for top up?\ttop_up_by_card_charge\nDelete my account please. Now!\tterminate_account\nWhere do I find how to top off with a check?\ttop_up_by_cash_or_cheque\nIs my country's currency supported by your system?\tfiat_currency_support\nI can't figure out how to unblock my pin number. Can you help me?\tpin_blocked\nMy card is stuck in an ATM machine, how do I get it back quickly?\tcard_swallowed\nCan I use my account although my identity verification has yet to pass?\twhy_verify_identity\nI have been waiting for my card payment to be moved from pending status for an unusually long time.  What is going on here and do you have an idea of when I can expect it to go through?\tpending_card_payment\nI was expecting my new card by now.\tcard_arrival\nWhat do I need to do to link my new card for my account?\tcard_linking\n2 weeks ago I ordered my new card.  It isn't here.  What should I do?\tcard_arrival\nI need mastercard as well as visa\tvisa_or_mastercard\nCan I pay with my card anywhere?\tcard_acceptance\nWhat ATMs can I use this card?\tatm_support\nA receiver let me know that they didn't receive the full transfer I completed and that it was actually a bit less than what I sent. At this point I have to make another transfer to make up for the amount missing. Can you please follow up with what's going  on here?\ttransfer_fee_charged\nWhat is the appropriate age for my child to be able to open an account?\tage_limit\nIs there a reason why top-up needs verifying?\tverify_top_up\nI would like to know why so much identity information is required?\twhy_verify_identity\nNext time maybe let people know that buying things from another country costs extra. I used my card to purchase an item from another country and I was charged for the item and also an extra fee it looks like. I wasnt aware of this and I think I should get a refund.\ttransfer_fee_charged\nI need multiple cards per day, and they all have to be disposable.\tdisposable_card_limits\nI seem to have been charged to much for my holiday purchases, the exchange rate is wrong.\tcard_payment_wrong_exchange_rate\nI cannot see a refund in my account\tRefund_not_showing_up\nThere is an extra 1£ charge on my app. Why did you charge me extra?\textra_charge_on_statement\nwhat currencies do you accept?\tfiat_currency_support\nSomeone has access to my card info.  I still have the card, but someone just withdrew cash.  How do I get this corrected/stopped?!\tcash_withdrawal_not_recognised\nWhat is the strange cash withdrawal on my statement?\tcash_withdrawal_not_recognised\nAm I able to add money into my account using my American Express?\tsupported_cards_and_currencies\nCan I use a different bank ATM than my own?\tatm_support\nIs there a reason that my top-up is still pending?\tpending_top_up\nI requested for a top-up but it has not reflected\ttop_up_failed\nI can't upload my identification.\tunable_to_verify_identity\nI want to activate my new card.\tactivate_my_card\nWhat am I supposed to do if the funds haven't show up from a transfer completed this morning?\tpending_transfer\nCan my salary be received and transferred to my current currency in my country?\treceiving_money\nPlease tell me how to edit my personal details.\tedit_personal_details\nOver the holiday I withdrew cash from the ATM and it seems that I was severely overcharged. Had I known that I would be charged those fees, I would not have used the ATM!\twrong_exchange_rate_for_cash_withdrawal\nWhat fiat currencies can I use for holding and exchanging?\tfiat_currency_support\nWhich fiat currencies are compatible for exchange and holding?\tfiat_currency_support\nI am angry that I got charged for using my card.\tcard_payment_fee_charged\nWhy does my statement show various transaction times?\ttransaction_charged_twice\nI need my PIN, where is it?\tget_physical_card\nMy card payment is just showing up as pending since forever, what's going on with that, it should be going through at some point?\tpending_card_payment\nCan I pay online with my card?\tcard_acceptance\nHelp me unblock my PIN.\tpin_blocked\nHow do I link a new card in the app?\tcard_linking\nI forgot my code\tpasscode_forgotten\nWhat do I do if I detect fraudulent use on my car?\tcompromised_card\nWhere do i verify a top-up card?\tverify_top_up\nAre there ways for other people to send me money?\treceiving_money\nWhat is the time frame that transfers normally take from a UK account? I just completed a transfer and nothing shows up. I need to know if everything is alright.\tbalance_not_updated_after_bank_transfer\nIf my identy verifacation hasn't gone through can I use my account?\twhy_verify_identity\nMy card won't let me withdraw money.\tdeclined_cash_withdrawal\nAs advised by you, i requested seller to refund my money. A week has passed but i haven't got any update from seller. Please track the refund with the seller.\tRefund_not_showing_up\nI noticed my card was used in a small town that I have never been to. Can you stop the card from being used more?\tcompromised_card\nWhy am I being charged a hidden fee?\tcard_payment_fee_charged\nwhy did i only get 20.00\twrong_amount_of_cash_received\nWhat is the extra fee that was added when I used the card?\tcard_payment_fee_charged\nwhen does my balance update for a transfer\tbalance_not_updated_after_bank_transfer\nHow do I get a refund for an unauthorized direct debit payment?\tdirect_debit_payment_not_recognised\nnew customer and filling gas for the first time today, not working,\tpending_top_up\nDo the disposable cards have restrictions?\tdisposable_card_limits\nWhy haven't I received a refund yet?\tRefund_not_showing_up\nHow can I prove the source of my funds?\tverify_source_of_funds\nPlease tell me how to verify my top up card.\tverify_top_up\nAre bank transfers immediate?\tbalance_not_updated_after_bank_transfer\nWhat is the rate for exchange fees?\texchange_charge\nI have no idea why there is a dollar that has been charged to my account.\textra_charge_on_statement\nWhy are you charging me fees for using my card?\tcard_payment_fee_charged\nWhy do I need to verify my funds?\tverify_source_of_funds\nHow are your exchange rates calculated?\texchange_rate\nI'm really upset because I made a typo during a transfer and now I've sent money to the wrong account.  I can't fix this with the app.  Please help me immediately!\tcancel_transfer\nMy refund has not shown up in my account.   Where is it?\tRefund_not_showing_up\nWhere are your cards delivered to?\torder_physical_card\nI just transferred my friend money, but she hasn't received it yet, and it's been a few hours. Can you tell me when to expect it to go through?\ttransfer_not_received_by_recipient\nHow many times can I enter a wrong PIN before it is blocked?\tpin_blocked\nMy card has been stolen. I reported it with the police, but I need to report it with you as well.\tlost_or_stolen_card\nI have a US credit card, will you accept it?\tsupported_cards_and_currencies\nWhere can I order a card?\torder_physical_card\nWhere is a Mastercard ATM?\tatm_support\nI have a pending money transfer\tpending_transfer\nI received a message from a seller stating they hadn't received my money even though it definitely came out of my account. The money has now been deposited back into my account. Please get this resolved as soon as possible.\treverted_card_payment?\n\"I made a transfer and according to the receiver \"\"they haven't received the right amount\"\" Its lesser than it should be.Now I have to transfer more money to make up for the missing amount . Can you please help me about this,what should be done\"\ttransfer_fee_charged\nHelp Me!  I lost my card.  What should I do?\tlost_or_stolen_card\nCan I choose between Mastercard and Visa?\tvisa_or_mastercard\nDo i have to verify who I am?\twhy_verify_identity\nCould I please cancel my transfer, I paid it into the wrong account. I need to pay it into the right account by tomorrow.\tcancel_transfer\nwhy hasn't a transaction to a friend cleared yet?\ttransfer_not_received_by_recipient\nWhat's a verification code?\tverify_top_up\nHow long is a top up supposed to be pending, because an hour is too long! Can you fix this to go through?\tpending_top_up\nI will need a new card because mine is almost expired.  How fast do I get a replacement and what is the cost?\tcard_about_to_expire\nshould i contact customer support if i can't edit details\tedit_personal_details\nIs it possible to get a Visa and Mastercard from you?\tvisa_or_mastercard\nMy money is back in my account after a seller contacted me stating they never received payment. I am positive it was deducted out of my account. Please get this sorted out right away.\treverted_card_payment?\nWhat will I need to verify my identity\tverify_my_identity\nI don't think that my top-up worked.\ttop_up_failed\nHow many active cards can I have?\tgetting_spare_card\nIf I want to be able to give my daughter a card for my account, would I be allowed to get one for her?\tgetting_spare_card\nI did a cash deposit to my account but my balance is still the same. What happened?\tbalance_not_updated_after_cheque_or_cash_deposit\nI usually don't get charged for transfers, why was I this month?\ttransfer_fee_charged\nDo I need to pay more for exchanging currencies?\texchange_charge\nWhat do I do if my phone is stolen?\tlost_or_stolen_phone\nWhich locations can I withdraw money from?\tatm_support\nWhen will I get my card shipped to me?\tcard_delivery_estimate\nYour foreign exchange rate is wrong.\tcard_payment_wrong_exchange_rate\nMy cash deposit hasn't posted to my account.\tbalance_not_updated_after_cheque_or_cash_deposit\nNo Visa please. I want to continue with Mastercard.\tvisa_or_mastercard\nHow does my top-up got cancelled?\ttop_up_reverted\ni would like to dispute a direct debit payment\tdirect_debit_payment_not_recognised\nwhat is the cost for exchanging currencies?\texchange_charge\nWhy was I charged an extra pound?\textra_charge_on_statement\nI lost my card n need a new one.\tlost_or_stolen_card\nI have one of your cards, but I don't know how to link it.\tcard_linking\nWhy is there a cash withdrawal I didn't make?\tcash_withdrawal_not_recognised\nI made a transaction, but I made it to an account I didn't mean to make it to.\tcancel_transfer\nWhat documentation is needed for the identity check?\tverify_my_identity\nI am unable to activate my card, it won't let me.\tactivate_my_card\nWhat is the process to link the new card?\tcard_linking\nThere is unusual activity on my account and I believe someone took my card.\tcompromised_card\nPlease tell me the types of currency I can hold.\tfiat_currency_support\nWhat happens when my card expires?\tcard_about_to_expire\nhow long does it take to transfer money, my retailer is waiting\ttransfer_not_received_by_recipient\nWhat currencies do you offer?\tfiat_currency_support\nDo I have a say when it's delivered?\tcard_delivery_estimate\nWhy do I have a transaction showing up more than once?\ttransaction_charged_twice\nSeems like my top-up has not gone through\tpending_top_up\nThe transfer was accepted but now it's stuck on pending. When will it go through?\tpending_transfer\nWill I have to pay extra to exchange money?\texchange_charge\nWhat is the process for activating a new card.\tactivate_my_card\nI'm interested in using fiat currencies, which do you support?\tfiat_currency_support\nShouldn't my new card be here by now?\tcard_arrival\nlost card found, want to put it back in app\tcard_linking\nMy identity can't be verified.\tunable_to_verify_identity\nAn overseas cash transfer did not work correctly\twrong_exchange_rate_for_cash_withdrawal\nWhat does top-up verification do?\tverify_top_up\nA direct debit payment that I didn't authorise shows up in my app.\tdirect_debit_payment_not_recognised\ncan i get a card if i live in the US?\tcountry_support\nMy payment has been cancelled\treverted_card_payment?\nIs there a location where I can change my PIN?\tchange_pin\nI did not make this payment that I see in the App.\tcard_payment_not_recognised\nI don't recognize some transactions.  Is someone else using it?\tcompromised_card\nI want to close my account now.\tterminate_account\nWhere does the exchange rate stand right now?\texchange_rate\nThis past holiday I made a withdraw at the ATM machine, and it seems I've been charged too much.\twrong_exchange_rate_for_cash_withdrawal\nCan someone assist me with explaining how I can unblock my pin?\tpin_blocked\nI did not get all the cash at ATM.\twrong_amount_of_cash_received\nThere is a card payment that I'm not recognizing.\tcard_payment_not_recognised\nPlease check and let me know why my transfers are getting declined.\tdeclined_transfer\nMy card was refused\tdeclined_card_payment\nIs there a pay structure for currency exchanges?\texchange_charge\nI live in the US and I would like to get a card. How do I go about getting one?\tcountry_support\nI have a disposable virtual card. Is there a limit to how many times I can use it?\tdisposable_card_limits\nWhat are the steps to activate the card, as it does not seem to work?\tactivate_my_card\nWhy haven't I gotten a virtual card yet?\tgetting_virtual_card\nI  see an extra 1£ charge on my app. Why did It charge me extra?\textra_charge_on_statement\nHow do I replace a stolen card?\tlost_or_stolen_card\nI submitted a transaction but it was for the incorrect account.\tcancel_transfer\nWhat do I do if someone used my card without my permission?\tcompromised_card\nWhat do I do about a debit on my account that I didn't make?\tdirect_debit_payment_not_recognised\nI have enough money in my account, so why is my card being declined?\tdeclined_card_payment\ni cannot seem to activate card\tactivate_my_card\nDo you do business in the EU?\tcountry_support\nMy card has been lost / stolen\tlost_or_stolen_card\nI topped up but it isn't in my account\tpending_top_up\ni need help, i lost my card\tlost_or_stolen_card\nHi, Please help me to request cash back. As i have been withdrawn money from ATM, but i got wrong amount. in Application its showing the amount i have been charged through.\twrong_amount_of_cash_received\nLet me know what the steps for the identity checks are\tverify_my_identity\nI got a transfer fail message, but no explanation of why-- what happened?\tfailed_transfer\nMy card hasn't came in the mail yet?\tcard_arrival\nWhy is my purchase showing as pending?\tpending_card_payment\nStill waiting on my refund...\tRefund_not_showing_up\nIt seems like a transfer is pending.\tpending_transfer\nWhere do I get a virtual card?\tgetting_virtual_card\ncan you tell me where to find the top-up verification code?\tverify_top_up\nWhy do you need my name and ID\twhy_verify_identity\nHow much can I top up in a day?\ttop_up_limits\nActivate my card\tactivate_my_card\nWhat is the estimated date for delivery to US?\tcard_delivery_estimate\nWhat happens if my card payment is cancelled?\treverted_card_payment?\nWhy check my identity?\twhy_verify_identity\nI am having trouble verifying my id.\tunable_to_verify_identity\nWhat do I need to do to get a card?\torder_physical_card\nneed my details changed\tedit_personal_details\nHow come I got to pay to get my money from the ATM?\tcash_withdrawal_charge\nI cannot tell what my top up currently is.\ttopping_up_by_card\nIs there extra fees for making a withdraw in a different country at a cash machine.\twrong_exchange_rate_for_cash_withdrawal\nI can't get any money from my account.\tdeclined_cash_withdrawal\nDo you know how to change my card PIN?\tchange_pin\nHelp me unblock my account.  I entered the PIN wrong too many times.\tpin_blocked\nWhat do I need to know about topping up?\ttop_up_by_card_charge\nHow do I verify my identity online\tverify_my_identity\nI would like to cancel my previous purchase.\trequest_refund\nI have a transfer that was approved that I'm urgently waiting for. How long am I supposed to wait for it?\tpending_transfer\nCan you please explain disposable virtual cards for me?\tget_disposable_virtual_card\nI am just waiting on the completion of the transaction.\ttransfer_not_received_by_recipient\nA duplicated payment was made for something.\ttransaction_charged_twice\nWhat is the age limit?\tage_limit\nI made a cash withdrawal earlier and it's showing as pending.  What does that mean?\tpending_cash_withdrawal\nI think there may be something wrong with my card. I have never had issues with withdraws before, but this morning on the way to work it was suddenly declined.\tdeclined_cash_withdrawal\nI have tried to submit a transfer a couple of times now, and for some reason, it continues to be unsuccessful. Do you know why this may be?\tbeneficiary_not_allowed\nCould you tell me what your exchange rates are?\texchange_rate\nHas my top-up been cancelled?\ttop_up_reverted\nWhere can I find the exchange rate for my transfer?\texchange_rate\nCan you tell me my code to get into the app?\tpasscode_forgotten\nDoes your app allow currency exchange from USD to GBP?\texchange_via_app\nWhat do I do if I already had a card with you guys?\tcard_linking\nThe seller of the items I bought online the other day hasn't received the EU transfer yet. How long do these usually take?\tpending_transfer\nI've forgotten my passcode. Can I reset?\tpasscode_forgotten\nCan you explain your refund policy, please?\trequest_refund\nWhat to do if my card is about to expire?\tcard_about_to_expire\nIs this card available to Americans?\tcountry_support\nWhat do I do if my card expires soon?\tcard_about_to_expire\nI have a transaction and would like to know if I it's cancelable?\tcancel_transfer\nIs it simple to transfer money using my credit card?\ttopping_up_by_card\nMy top up card needs verification and I don't know how to do it\tverify_top_up\nphone is gone, what should i do\tlost_or_stolen_phone\ni need to trace a deposit\tverify_source_of_funds\nI'm cancelling this charge. I still have not received what I bought from these people a while ago.\trequest_refund\nWhen I went to get cash, it was declined!\tdeclined_cash_withdrawal\nMy statement shows a strange direct debit.\tdirect_debit_payment_not_recognised\nI made a cash withdraw and it shows up as pending why is that?\tpending_cash_withdrawal\nWill I get Visa or MasterCard?\tvisa_or_mastercard\nMy transaction from earlier needs to be reversed.\tcancel_transfer\nThere is a payment in my app that I did not make.  I have not used that card all day  Please reimburse my money.\tdirect_debit_payment_not_recognised\nHold old do my kids have to be to use the service?\tage_limit\nI want to set up an auto top-up\tautomatic_top_up\nIs there a limit on the number of times I can use a disposable card?\tdisposable_card_limits\nI know there's an auto-top option but I can not locate it when I look?\tautomatic_top_up\nHow do I add a card on to the app?\tcard_linking\nHow long will it take for my payment to go through?\tpending_card_payment\nWith what currencies can I add money?\tsupported_cards_and_currencies\nWhy does a top- up need to be verify?\tverify_top_up\nWhy would you cancel my transfer?\tdeclined_transfer\nI am interested in giving a second card to my daughter, how can I make this happen?\tgetting_spare_card\nMy PIN was entered wrong and now I am blocked.  Please unblock.\tpin_blocked\nMy currencies needed to be exchanged often and I was wondering if there were any discounts available for this?\texchange_charge\nI would like to purchase another card.\tgetting_spare_card\nIs payment required to get a card of my own?\torder_physical_card\nWhat is the refund policy?\trequest_refund\nI used my card top-up but all of the money is missing.\ttopping_up_by_card\nWhat is the exchange fee that is charged?\texchange_charge\nI have made a card payment but it did not completed still showing as pending. Please tell me when it will be completed.\tpending_card_payment\nWhy didn't my transfer to a beneficiary go through?\tbeneficiary_not_allowed\nI want to exchange USD and GBP with the app\texchange_via_app\nAre there any restrictions for the disposable cards?\tdisposable_card_limits\nThe atm wouldn't give out cash\tdeclined_cash_withdrawal\nIs there a way yo change my PIN?\tchange_pin\nhow to get new card after atm eats it\tcard_swallowed\nWhat limits are there on the virtual cards?\tdisposable_card_limits\nCan you please explain how to transfer money using the bank transfer process?\ttransfer_into_account\nI cannot get my disposable virtual card to work\tvirtual_card_not_working\nLooks like my card payment was duplicated after all. I went to pay at the store earlier, got declined once, second time it works. App still stays pending for one of the payments. Can you please remove one of them as it's wrong and clearly was declined?\ttransaction_charged_twice\nAre there any restrictions on where I use this card?\tcard_acceptance\nI tried to top up with my card but it's not working. I had just done this a couple days previously and it worked. Can you tell me what's going on here please?\ttop_up_failed\nPlease cancel the transfer I just made.  I put in the wrong account number and can't seem to stop it on the app.\tcancel_transfer\nHow do I transfer funds if I am paid in GBP?\treceiving_money\nMy top up has been pending for an hour already, and I really need this to go through as soon as possible.  Can you help?\tpending_top_up\nI did not get the item I ordered.  How should I go about this?  Should I just cancel my order or my payment?  Please help me.\trequest_refund\nI would like to get help from someone in your customer service department with assisting me with activating my card.\tactivate_my_card\nWhat kind of fiat currencies are supported for holding and exchange?\tfiat_currency_support\nAfter my checque or cash deposit, my balance didn't update.\tbalance_not_updated_after_cheque_or_cash_deposit\nWhere is the top-up verification code sent?\tverify_top_up\nI went for a meal in Seattle and paid the bill but I think they charged me twice, the first time they swiped the card I got a notification to say the money had gone out the account but then I added a tip and I think they swiped it all again. Can you refund one of the charges?\ttransaction_charged_twice\nhow long should I expect to wait for my card to arrive?\tcard_delivery_estimate\nSome cash shows up on my app.\tcash_withdrawal_not_recognised\nWhy was I charged a fee for withdrawing money?\tcash_withdrawal_charge\nMy card isn't working at all. What happened?\tcard_not_working\nRemove my account immediately.\tterminate_account\nWhy is it failing to top-up?\ttop_up_failed\nHave you started charging for cash withdrawals? I always thought it was free until I noticed this fee. How much is the fee?\tcash_withdrawal_charge\nPlease tell me how you can stop unauthorized payments from being made on my card since on this bill I see that this has happened. There are transactions that I never made from a place I've never been to.\tcompromised_card\nAt what places accept my card?\tcard_acceptance\nCould you please freeze my card immediately?\tlost_or_stolen_card\nMy payment didn't work and the money is in back in my account.\treverted_card_payment?\nThe funds I transferred are not in my account\tbalance_not_updated_after_bank_transfer\nMy account shows a direct debit charge that I have never seen before\tdirect_debit_payment_not_recognised\nwhere do you have locations at\tcountry_support\nHelp me activate my card.\tactivate_my_card\nI was out today looking forward to paying with my new card, but the payment just kept getting declined. This is really sad, what's going on?\tdeclined_card_payment\nCan you look into why my most recent top-up is showing as pending? I thought it was supposed to be instantaneous.\tpending_top_up\nCan you tell me why I was charged $1 for a transaction?\textra_charge_on_statement\nWill the PIN come separately?\tget_physical_card\nI got cash abroad and need to check the exchange rate\twrong_exchange_rate_for_cash_withdrawal\nIs there a way to link cards if I have one of yours?\tcard_linking\nHello, a few days ago I transferred my rent check to my landlord, however, he is saying that it has not gone though. On my end everything looks fine and I double checked the account number. Is there anything else that could be holding up the check?\ttransfer_not_received_by_recipient\nI know this very late, but I just went through my statements from the last couple months and there's one quite large-ish payment that I definitely haven't made. Is it still possible to dispute it?\tdirect_debit_payment_not_recognised\nHow old do you need to be to have an account?\tage_limit\nHow to access my virtual card\tgetting_virtual_card\nWhat currencies do you accept for adding money?\tsupported_cards_and_currencies\nCan I top up any amount?\ttop_up_limits\nWhat should I do if someone else used my card?\tcompromised_card\nwhy do I have a pending payment?\tpending_card_payment\nI would like to get an account for my child.\tage_limit\nwhy has a cash withdrawal charged me?\tcash_withdrawal_charge\nWhy didn't I receive the correct exchange rate for an item that I purchased?\tcard_payment_wrong_exchange_rate\nWhat do I need to do in order to get a new card?\torder_physical_card\nWhat if I need to use GBP instead of USD?\texchange_via_app\nI checked my account today and saw that I was charged an extra pound that I did not spend.\textra_charge_on_statement\nI believe my top up did not work.\ttop_up_failed\nMy money's disappeared from my account! I topped up the other day and it was there, but now it's not. Help?\ttop_up_reverted\nCard payment is showing as pending\tpending_card_payment\nWill I be charged any fee for receiving money?\ttop_up_by_bank_transfer_charge\nHello.  I ran into a problem with a transfer this morning.  I was trying to send money to some friends but when I tried to send it, the transfer failed.  I don't know what is causing the transfer to be rejected.  Please let me know what is causing the problem.  Thanks.\tfailed_transfer\nfor god sake, just delete my account i am sick of this\tterminate_account\nI no longer want this can i cancel my purchase?\trequest_refund\nI wanted to know about a pending dollar that is on my statement.\textra_charge_on_statement\nMy transfer is pending, why?\tpending_transfer\nI am still waiting for verification.  Can I use my account before I am verified?\twhy_verify_identity\nwhy is there a fee for the transfer I made?\ttransfer_fee_charged\nWho do I talk to for transactions debited twice?\ttransaction_charged_twice\nThe fee charged when I changed rubles into British pounds was too much.\tcard_payment_wrong_exchange_rate\nWhere is the option to top up with a cheque?\ttop_up_by_cash_or_cheque\nMy credit card did not go through. Can you see if it has insufficient funds?\ttop_up_failed\nHelp me change my PIN.\tchange_pin\nSomething is wrong, my top-up is gone and I don't know what happened to my money.\ttop_up_reverted\nMy card payment failed.\tdeclined_card_payment\nI used to know my password, but not anymore.\tpasscode_forgotten\nare SWIFT transfers an option?\ttop_up_by_bank_transfer_charge\nI topped up my account but the money isn't there now.\ttopping_up_by_card\nHow do I complete the ID check?\tverify_my_identity\nwhy is there a fee for a payment on my card?\tcard_payment_fee_charged\nI found the exchange rate for my cash withdrawal is wrong\twrong_exchange_rate_for_cash_withdrawal\nIs there any way to know how the transaction got on my account?\tcard_payment_not_recognised\nTransaction refund missing from my statement.\tRefund_not_showing_up\nCan you please explain to me why there is an extra €1 fee in my statement?\textra_charge_on_statement\nWho can request disposable cards?\tdisposable_card_limits\nWhat do I need to do to get my salary through this?\treceiving_money\nI can't see my top up in my wallet!\ttopping_up_by_card\nI'm interested in learning more about product refunds.\trequest_refund\nToday I was out eating and my card was declined. Why's that?\tcard_not_working\nWhat should I do if I think that someone might be using me card?\tcompromised_card\nApparently, I went out today to use my new card and was informed my payment was decline. This is really embarrassing, what happen?\tdeclined_card_payment\nI AM MISSING CASH FROM MY BANK ACCOUNT ACCORDING TO MY APP\tcash_withdrawal_not_recognised\nShould my top up still be pending?\tpending_top_up\nThe other bank confirmed a transfer I made, but this account is not reflecting it yet.\tbalance_not_updated_after_bank_transfer\nIS there a fee to exchange currency?\texchange_charge\nMay I get my salary paid out in a different currency?\treceiving_money\nI want to get a virtual card!\tgetting_virtual_card\nWhy do transfers get declined?\tdeclined_transfer\nCan I get a card in the US?\tcountry_support\nDoes it cost me to add cash?\ttop_up_by_bank_transfer_charge\nwhy have i not got my new card?\tcard_arrival\nI deposited money but my balance hasn't been updated yet.\tbalance_not_updated_after_cheque_or_cash_deposit\nI must change my PIN as soon as possible.\tchange_pin\nI'd like to get a refund for something I bought, is that possible?\trequest_refund\nwhy was i charged a fee to transfer\ttransfer_fee_charged\nWhat is the charge for receiving a SEPA transfer?\ttop_up_by_bank_transfer_charge\nI want to have multiple currencies in my account if possible.\tfiat_currency_support\nI was charged a fee for withdrawing cash.\tcash_withdrawal_charge\nHow long does it take for a refund to appear?\tRefund_not_showing_up\nIs the verification number on the top up card\tverify_top_up\nI don't want to give you all my identify details.\twhy_verify_identity\nIt's been a week since you sent my card and I still don't have it.\tcard_arrival\nI'm trying to verify my top-up card, but I can't find the code...?\tverify_top_up\n\"Hi, is everything in good standing with my card? I am receiving multiple \"\"decline\"\" messages.\"\tdeclined_card_payment\nThe ATM is showing it gave me the money I requested but I didn't get that amount.\twrong_amount_of_cash_received\nWhy was I charged a fee for my card payment?\tcard_payment_fee_charged\nWill I receive a new card when mine expires?\tcard_about_to_expire\nThe app doesn't believe that I am myself\tunable_to_verify_identity\nCan my teenager have an account?\tage_limit\nI was charged an additional amount of money for making a purchase with my card\tcard_payment_fee_charged\nPlease, tell me why I can't have the funds I deposited a week ago? I need the money now.\tbalance_not_updated_after_cheque_or_cash_deposit\nI would like to reactivate a card and wondered if that could be done?\tcard_linking\nWhat currencies does google pay top up accept?\tapple_pay_or_google_pay\nI can't get my Google Pay Top to work. Are there any issues on your end?\tapple_pay_or_google_pay\nMy card never arrived.\tcard_arrival\nMy top up doesn't work\ttop_up_failed\nMy card has gone missing.\tlost_or_stolen_card\nDo you offer cards for those in other countries?\tcountry_support\nHow can receive a physical card\torder_physical_card\nwhy top up is not working even if I got my American Express in Apple Bay?\tapple_pay_or_google_pay\nfrom where are coming your exchange rates?\texchange_rate\nI went to the Notting Hill ATM to use my card the first time for a cash withdrawal but it didn't work. Does this mean that my card isn't working yet?\tdeclined_cash_withdrawal\nHow much is it to buy another card? I was hoping to buy another one.\tgetting_spare_card\nDo you offer SWIFT transfers?\ttop_up_by_bank_transfer_charge\nWhere can i top my card for free?\ttop_up_by_card_charge\nFor you, how long do transfers normally take from a UK account? I completed one just now but nothing appears. I just need to be sure everything is okay.\tbalance_not_updated_after_bank_transfer\nI have transfered to my account before but it is being declined now?\tdeclined_transfer\nI made a payment but the app cancelled it.\treverted_card_payment?\nWhich card would I get, Visa or Mastercard?\tvisa_or_mastercard\nWhy have I been charged a small fee to use my card?\tcard_payment_fee_charged\nDo I get  a mastercard and visa?\tvisa_or_mastercard\nHow do I validate my identity.\tverify_my_identity\nI'm still waiting on my new card to be delivered!\tcard_arrival\nHow is the exchange rate doing?\texchange_rate\nCan I use this app to change money?\texchange_via_app\nIs there any limits I should know about if I'm going to use a disposable virtual card?\tdisposable_card_limits\ni am express delivering my card to the us, how long will that take\tcard_delivery_estimate\nI'm trying to use my Apple Watch to top up my google pay. Do I need a special app?\tapple_pay_or_google_pay\nHow do I prove I am who I am?\tverify_my_identity\nwhere do I top up my google pay?\tapple_pay_or_google_pay\nWill any ATM's decline my card?\tatm_support\nWhy did I get less cash than what I asked in the ATM?\twrong_amount_of_cash_received\nThe app does not believe that I am myself\tunable_to_verify_identity\nWhy has my payment been reversed?\treverted_card_payment?\nI have made a withdraw from an ATM this last holiday, why is there such a high charge from this transaction?\twrong_exchange_rate_for_cash_withdrawal\nI am not able to see the card PIN anywhere?\tget_physical_card\nI have not seen any changes in my account balance(s) after making a transfer.\tpending_transfer\nI need help proving that this is really me and to verify my identity.\tunable_to_verify_identity\nHow much will I be charged for a cross-currency exchange?\texchange_charge\nWhere do we mail the card?\torder_physical_card\nI am not supposed to be charged a cash withdrawal fee, but I was.\tcash_withdrawal_charge\nGuide me on how to unblock my PIN\tpin_blocked\nMy card hasn't arrived.\tcard_arrival\nMy phone has been stolen.  How can I make sure no one uses my account from it?\tlost_or_stolen_phone\nExchange fee help?\texchange_charge\nI must quickly transfer something from China, and I need to know how long it will take.\ttransfer_timing\nDo you not accept crypto transfers from certain places? Because when I tried to do a top up the money just disappeared. Im not sure what to do or what I'm doing wrong, please help.\ttop_up_reverted\nMy plans may change so I may need to change from GBP to AUD.\texchange_via_app\nMy card isn't letting me purchase something and I wanted to know why.\tbeneficiary_not_allowed\nHow do I add my card to the app once I get it?\tcard_linking\nHow old does one need to be?\tage_limit\nI use my card internationally to manage payments and I just noticed that you are adding additional fees.  Why?  I am a good customer and this has me thinking about leaving.\ttransfer_fee_charged\nThe transaction for the cash I pulled out of the ATM earlier is pending in the app, but how if I already have the cash?\tpending_cash_withdrawal\nHow long is the wait for my card?\tcard_delivery_estimate\nWhat should I do since my card is trapped in the ATM?\tcard_swallowed\nCan someone assist me with updating my account details with changing my last name?\tedit_personal_details\nWhy is there extra cash in my account?\tcash_withdrawal_not_recognised\nLooks like my top up failed.\ttop_up_failed\nI need to know what is going on. I'm attempting to purchase a flat and need the money to pay on my initial mortgage payment. I'm only getting an error. Can you find out what's going on and help in making the transfer?\tfailed_transfer\nWhy did the funds for one of my purchase come back to my account?\treverted_card_payment?\nwhy was a transfer declined\tdeclined_transfer\nHow can I verify if a cash withdrawal was made from my account? I still have my card with me but I did not authorize the withdrawal that just occurred.\tcash_withdrawal_not_recognised\nIs there a reason to why I was charged twice for a transaction?\ttransaction_charged_twice\nCard delivery services? Where?\torder_physical_card\nWhy was I charged extra when paying with card?\tcard_payment_fee_charged\nCan turn my money into another currency?\texchange_via_app\nI was charged an extra pound for no reason. Why is that?\textra_charge_on_statement\nIt's been a few days since I've tried to pay a seller but the funds aren't going through. What is happening?\tpending_card_payment\nWhat forms of payment do you accept?\tsupported_cards_and_currencies\nWill this card work all over the world?\tcard_acceptance\nHow can I add money to my account from another account I have?\ttransfer_into_account\nWhat kind of ATMs would this card be accepted at?\tatm_support\nI was not distributed all of cash that I requested\twrong_amount_of_cash_received\nI made an online purchase and the order has not shown up. Give me my money back.\trequest_refund\nHow do I go about unlocking a pin?\tpin_blocked\nI think something is wrong with your top up.  I've been waiting a little over an hour for this to go through, can you send it through for me?\tpending_top_up\nHow do I get my card back quickly from a bank machine that it?\tcard_swallowed\nThe wrong account was used during a transaction.\tcancel_transfer\nI'm not seeing my cash deposit showing up in my account.\tbalance_not_updated_after_cheque_or_cash_deposit\ni haven't received my order and want a refund\trequest_refund\nWhy have I not yet received my virtual card?\tgetting_virtual_card\nWhen will the money be made available in my account?\ttransfer_timing\nWhy can't my beneficiary access my account?\tbeneficiary_not_allowed\nIf I exchange currencies frequently, is there a discount?\texchange_charge\nHello,  I am a college student who I recently attended my high school reunion at a local restaurant. I paid with my credit card and now my transaction history reflects a second charge of the seemingly same payment. What could be the reason for this?  Is there any way to have the fraudulent  payment credited back onto my card?\ttransaction_charged_twice\nWhen will my top-up happen?\tpending_top_up\nI have lost my phone or it has been stolen.\tlost_or_stolen_phone\nCan you tell me what the cash withdrawal is in my statement?\tcash_withdrawal_not_recognised\nYou can activate your card in a few seconds by going to account, hitting activate, and just following the directions.\tactivate_my_card\nI contacted the seller and he won't respond.  Please just refund me my  money.\tRefund_not_showing_up\nHow do I access the option to top up?\tautomatic_top_up\nI have zero dollars in my account. Can I submit additional funds via bank transfer?\ttransfer_into_account\nI asked for a certain amount of money from the ATM, but it gave me a different amount. Less than what I asked for.\twrong_amount_of_cash_received\nI was charged a fee with my cash withdrawal that I shouldn't have been charged.\tcash_withdrawal_charge\nI was charged a fee for a transfer.\ttransfer_fee_charged\nCan this app take my salary?\treceiving_money\nWhat is your check-cashing policy?\ttop_up_by_cash_or_cheque\nHow do I get a new card sent to China?\tcard_about_to_expire\nLooks like my card payment was duplicated after all. I went to pay at the store earlier, got declined once,second time it works. App still stays pending for one of the payments. Can you remove one of them as it's wrong and clearly was declined?\ttransaction_charged_twice\nI would like to know how exchange rates are calculated when transferring funds.\texchange_rate\nAre there discounts for frequent currency exchanges?\texchange_charge\nSeems like my transfer was declined how come?\tdeclined_transfer\nmy transfer isn't there\tbalance_not_updated_after_bank_transfer\nWill the duplicated payment be refunded?\ttransaction_charged_twice\nI was charged for the same thing twice\ttransaction_charged_twice\nWhat is this fee showing up in my account for?\tcard_payment_fee_charged\nThere has been an unusual withdrawal from my account, can you help?\tcash_withdrawal_not_recognised\nI tried using a check to update my balance, but it isn't work? Is something wrong?\tbalance_not_updated_after_cheque_or_cash_deposit\nThere are a couple of payments with my card shown in the app that in reality I didn't make. Maybe someone has access to my card?Can you check whats the issue ?\tcard_payment_not_recognised\nThere is the same transaction showing more than once.\ttransaction_charged_twice\nToo many times I entered the incorrect PIN.  How can I get my account unblocked?\tpin_blocked\nI want to do a bank transfer to this bank, from an account at another bank.\ttransfer_into_account\nI would like to dispute a direct debit transaction\tdirect_debit_payment_not_recognised\nHow do I fix a transaction to the wrong account?\tcancel_transfer\nIs there any way to see my card in the app?\tcard_linking\nThere are incorrect charges on my account, there was a WD that was made by someone else.  I still have my card though.\tcash_withdrawal_not_recognised\nI an not sure but it looks as if a card payment I made was cancelled.\treverted_card_payment?\nI am seeing in the App a some cash withdrawal that does not belong to me\tcash_withdrawal_not_recognised\nIs there a disposable virtual card option?\tget_disposable_virtual_card\nWhy is there an identify check?\twhy_verify_identity\nI have tried 5 times at this point to complete a transfer that's simply standard. What appears to be the problem? Is your system messed up?\tfailed_transfer\nDo you have any age limit?\tage_limit\nWhere is my top-up verification code?\tverify_top_up\nI am having trouble activating my card.\tactivate_my_card\nCan I get money in my home currency at an ATM? I'm on vacation and don't have cash with me. This is cause for a bit of concern. Is it possible to withdraw here without additional cost?\twrong_exchange_rate_for_cash_withdrawal\nI recently deposited a cheque and cannot find the cash from it.\tbalance_not_updated_after_cheque_or_cash_deposit\nThe card that I have isn't working. This is the physical card.\tcard_not_working\nI have the funds, why can I not use my top-up?\ttop_up_failed\nI purchased an item and the exchange rate was wrong\tcard_payment_wrong_exchange_rate\nWhat are disposable virtual cards?\tget_disposable_virtual_card\nI have been charged for one thing two times.\ttransaction_charged_twice\nCan you tell me what are disposable cards for?\tget_disposable_virtual_card\nI'm still waiting on a payment\tpending_card_payment\nWhat types of foreign money can be used with this service.?\tfiat_currency_support\nHow do I see my updated balance after I make a cheque or cash deposit?\tbalance_not_updated_after_cheque_or_cash_deposit\nWhy would my transfer be declined?\tdeclined_transfer\nI didn't get a PIN yet. What gives?\tget_physical_card\nHow do I get unblocked?\tpin_blocked\nI was unaware of the additional charge that was added onto my previous payment. A notification of extra charges would be appreciated in the future.\tcard_payment_fee_charged\nIm trying to top up my card but it's still pending and it's been an hour. Is there any way to make it go through faster? Do I not have enough?\tpending_top_up\nCan I receive my salary with this in another currency?\treceiving_money\ncan I use my card before identity verification?\twhy_verify_identity\nHow soon do cards arrive after I order them?\tcard_delivery_estimate\nI'm hoping you can answer my question about a pending transfer that I've had for a while now.  I know that all of the account details are correct, so why is it taking so long to go through?\tpending_transfer\nThe exchange rate is incorrect on an item I recently purchased in a foreign country.\tcard_payment_wrong_exchange_rate\nWhat is the average pending time for a transaction?\tpending_transfer\nI'm getting an error when trying to make a payment. I want to purchase a flat but my mortgage payment needs to go through. Can you help me?\tfailed_transfer\nI have a fee listed for a transfer.\ttransfer_fee_charged\nWhy would my top up be reverted?\ttop_up_reverted\nCan you tell me about these disposable virtual cards?\tget_disposable_virtual_card\nGoogle Pay Top up isn't working\tapple_pay_or_google_pay\nIs there a certain age I need to be?\tage_limit\nThe rate applied to my purchase in a foreign currency was wrong.\tcard_payment_wrong_exchange_rate\nHow long am I to wait before the transfer gets to my account?\ttransfer_timing\nWhy hasn't my transfer gone through\tfailed_transfer\nThe amount of cash i have received is not correct.\twrong_amount_of_cash_received\nHelp!  The app says I took out cash but I didn't!\tcash_withdrawal_not_recognised\nWhen I got cash I was charged an extra fee!  Explain!\tcash_withdrawal_charge\nWhere do I look for cash top up?\ttop_up_by_cash_or_cheque\nIf I top up using a European card is there a charge?\ttop_up_by_card_charge\nhow come when i got cash the exchange rate was different than it should be\twrong_exchange_rate_for_cash_withdrawal\nSomeone has a copy of my card. I have my card with me, but someone just made a 500£ cash withdrawal. Help me.\tcash_withdrawal_not_recognised\nI have an outgoing transaction\tpending_transfer\nPlease help me unblock my pin which I put the wrong one too many times.\tpin_blocked\nWhy isn't my cash deposit showing up in my account? I deposited it this morning.\tbalance_not_updated_after_cheque_or_cash_deposit\nHow can I cancel my transfer?\tcancel_transfer\nShow me how can my friends top up my account.\ttopping_up_by_card\nWill I be charged for transfers?\ttransfer_fee_charged\nCan I reset the passcode?\tpasscode_forgotten\nWhy am I having trouble withdrawing cash?\tdeclined_cash_withdrawal\nMy card was stolen\tlost_or_stolen_card\nHow do I use the disposable cards?\tget_disposable_virtual_card\nI can't get cash from the ATM!\tdeclined_cash_withdrawal\nHow can I request cash back? The ATM just gave me a different amount than what I've been charged though...\twrong_amount_of_cash_received\nWhy are you charging me for ATM withdrawal? It has always been free before.\tcash_withdrawal_charge\nI've been waiting for something that i've ordered for months now and it still hasn't arrived. I genuinely don't know what this company is doing, but put plainly, i've had enough. Please issue a refund immediately, i would not like to waste anymore of my time on these people.\trequest_refund\nCan cards be delivered? Where?\torder_physical_card\nI have been charged twice for the same thing!\ttransaction_charged_twice\nI am noticing that a refund of a large purchase still has not been credited to my account. I contacted the merchant a few days ago and he assured me that he would submit it right away. Is there a status update?\tRefund_not_showing_up\nI did not get my virtual card yet, Why?\tgetting_virtual_card\nIs there a limit for the amount I can top up?\ttop_up_limits\nTell me how to delete my account.\tterminate_account\nWhy has my top up been returned?\ttop_up_reverted\nhow do i get a new card\torder_physical_card\nWhy isn't my card working? I was pumped to use my new card but it keeps getting declined. Help please.\tdeclined_card_payment\nPlease can i get a disposable virtual card as well?\tget_disposable_virtual_card\nMy transfer didn't complete. Why can't I access funds?\tfailed_transfer\nwhy do you verify the top up\tverify_top_up\nWhy isn't my Google Pay top up working for me? Did I do something wrong?\tapple_pay_or_google_pay\nI want to use my card, how would I activate it?\tactivate_my_card\nWhat are the reasons that my mortgage payment won't go through? I'm getting an error and don't know how to correct to get this transfer to go through.\tfailed_transfer\nIf my card was lost or stolen can I re-link it?\tcard_linking\nI placed a cash deposit in my account but I can't see it yet.\tbalance_not_updated_after_cheque_or_cash_deposit\nWill it take more than 3 days for my transfer to reach my account?\ttransfer_timing\nIs there a way to top-up when it reaches a certain balance?\tautomatic_top_up\nI need to cancel a transaction please!\tcancel_transfer\nMy card is stuck inside the ATM.\tcard_swallowed\nCould you send me and up date on the arrival of my card?\tcard_arrival\nI need assistance completing a transfer. I'm trying to purchase a flat and need the money for the initial mortgage payment. I keep getting an error and the transfer is not going through. What is going on here?\tfailed_transfer\nwhy was i charged a small amount\textra_charge_on_statement\nI desperately need to top-up my card, so why is it being declined? Can you solve this for me? I need to use my card immediately!\ttop_up_failed\nWhere Is the top up verification code found?\tverify_top_up\nI want to get a Visa\tvisa_or_mastercard\nI would like to know what exchange rates you use?\texchange_rate\nI need to get a card, how do I do that?\torder_physical_card\nIs it possible to get a disposable virtual card as well?\tget_disposable_virtual_card\nI need to add a serious amount of cash to my card, how do I do that?\ttop_up_limits\nCan I make a contactless payments?\tcontactless_not_working\nplease cancel the transaction\tcancel_transfer\nI was given the wrong exchange rate when getting cash\twrong_exchange_rate_for_cash_withdrawal\nThe ATM took my card.\tcard_swallowed\nI updated by balance with a cheque yesterday but it isn't showing on my account. Did something go wrong?\tbalance_not_updated_after_cheque_or_cash_deposit\nWhat is the max top-up?\ttop_up_limits\nI got my American Express in Apple Pay, why is top up not working in my country?\tapple_pay_or_google_pay\nIf my card payment isn't working what do I do?\tdeclined_card_payment\nI've use this account all the time, including over this past month, to pay for things from my new place abroad. I'm a really good customer, so why do I suddenly have new fees? I should be rewarded instead of charged more fees.\ttransfer_fee_charged\nI'd like to order another card\tgetting_spare_card\nI got a fee when paying with my card\tcard_payment_fee_charged\nI want to change my pin number from an ATM. Is this possible?\tchange_pin\nDoes a US transfer take long\ttransfer_timing\nWhat ATMs can I use my card at?\tatm_support\nI need my card topped up,\ttopping_up_by_card\nI am trying to exchange AUD for GBP, how do I do that?\texchange_via_app\nwhat is the limit for top-ups?\ttop_up_limits\nDo you have a list of the cards and currencies supported?\tsupported_cards_and_currencies\nWhat identification is required to activate my card?\tactivate_my_card\nPlease help me change my PIN.\tchange_pin\nHow long before transferred money shows up?\tbalance_not_updated_after_bank_transfer\nI returned an item but don't see it on my account?\tRefund_not_showing_up\nI have never been charged a card payment fee before. Why did this change?\tcard_payment_fee_charged\nI have an unknown direct debit payment on my account\tdirect_debit_payment_not_recognised\nCan I use my social security card as a form of identity?\tverify_my_identity\nI need my card frozen cause it was used without my consent to take money out. It was in an odd place.\tcash_withdrawal_not_recognised\nI'm concerned because my cash withdrawal is pending.\tpending_cash_withdrawal\nDo the disposable cards have any restrictions on them?\tdisposable_card_limits\nI don't know if I made this payment on my card.\tcard_payment_not_recognised\nMy money is all gone. What ways are okay to add money to my account?\ttransfer_into_account\nPlease help me.  My card is missing.\tlost_or_stolen_card\nHow long do deposits take to appear? I've been waiting for more than a week and need the money!\tbalance_not_updated_after_cheque_or_cash_deposit\nI have a new phone number and need to edit my contact information.\tedit_personal_details\nAre there any top-up limits that I must follow?\ttop_up_limits\nPlease explain why the funds I added were returned to my account.\ttop_up_reverted\nHow long does it take for my physical card to be delivered.\tcard_delivery_estimate\nWhy were there additional charges when I transferred funds?\ttransfer_fee_charged\nI thought I lost my card but I found it today, so I would like to reactivate it.\tcard_linking\nWhat do i do to get a physical card?\torder_physical_card\nHow much longer until I get my new card?\tcard_arrival\nHow long does a top-up take to go through?\tpending_top_up\nHelp me create several temp cards every day.\tdisposable_card_limits\nI do not need GBP, I need AUD, how do I convert it?\texchange_via_app\nmy card was refused, why?\tdeclined_card_payment\nAre you going to charge me to top up my card?\ttop_up_by_card_charge\nWhat is the charge for exchanging currencies?\texchange_charge\nCan I use my account before the identity verification is complete?\twhy_verify_identity\nIn the App I see a payment that is not mine.\tcard_payment_not_recognised\nHow do I link an existing card?\tcard_linking\nHelp me figure out how to link the new card.\tcard_linking\nI was charged an extra pound.\textra_charge_on_statement\nWhat steps do I take to unblock my PIN?\tpin_blocked\nI have an unauthorized charge.\tdirect_debit_payment_not_recognised\nFor some reason, the money I added was returned.\ttop_up_reverted\nWhy am I unable to withdraw money even though in the past I've done it just fine?\tdeclined_cash_withdrawal\nSo, I am in the middle of purchasing a flat. I need the money for the first mortgage payment and it is not going through. I keep receiving an error. Can you find out what's going on and help me complete this transfer?\tfailed_transfer\nWhere do I have access to a virtual card?\tgetting_virtual_card\nWhy isn't my topup working?\ttop_up_failed\nI purchased something abroad, and the exchange rate that was applied was wrong.\tcard_payment_wrong_exchange_rate\nhow long until a cash withdrawal will show on my account\tpending_cash_withdrawal\nI am in desperate need to transfer funds from another account that i have into this one, how do i do that?\ttransfer_into_account\nwhat currencies can I receive my salary in with this?\treceiving_money\nHow do I go about verifying the top-up card?\tverify_top_up\nSort your top up out please! It's been pending since an hour already, can you please make this go through asap I really need the money\tpending_top_up\nI made a transfer and was charged an extra fee!\ttransfer_fee_charged\nHow long does transfer from the US take?\ttransfer_timing\nI finished my transfer. I am having an issue with it still pending. It has been a long time and i'm growing impatient\tpending_transfer\nDo I have to go somewhere to activate my card?\tactivate_my_card\nHello, I have a pending transaction in my account due to an ATM machine that wasn't working. In any case if the transaction goes through, after how long can I get my money back?\tpending_cash_withdrawal\nI did a bank transfer to top up, but the money is not available.\ttop_up_failed\nWhat does it mean if my top-up has not gone through?\tpending_top_up\nAnd do you have virtual cards instead of physical ones?\tgetting_virtual_card\nIs there a transaction limit on a disposable card?\tdisposable_card_limits\nLet me know when you charge for payments. I just checked the app and saw a fee that I wasn't warned about.\tcard_payment_fee_charged\nHow do the foreign exchange rates work?\texchange_rate\nis there a limit on top ups\ttop_up_limits\nI pulled cash from the ATM earlier. Why is it still pending if I already have the cash?\tpending_cash_withdrawal\nI purchased something abroad but the exchange rate is incorrect.\tcard_payment_wrong_exchange_rate\nI have noticed that my account was double charged for a couple of items this week. Please review and refund the double charged items back.\ttransaction_charged_twice\nI tried topping up my account but it failed, can you help me?\ttop_up_failed\nPlease cancel my most recent transfer, it was a mistake. This is an emergency. It needs to be canceled before it goes through.\tcancel_transfer\nGive me back my money, I'm not paying the sellers. It has been a long time ago that I made an order and it just isn't coming.\trequest_refund\nI see an unfamiliar Direct Debit payment.\tdirect_debit_payment_not_recognised\nWhy didn;t my payment work\tdeclined_card_payment\nwhen should I receive my refund\tRefund_not_showing_up\ndo i need to add money before i order a card\torder_physical_card\nI don't have any idea what's going on but all of my transfers keep getting declined. I have double-checked over all of my recipient names and they are correct.\tdeclined_transfer\nWhat am I going to need in order to verify my identity?\tverify_my_identity\nWhat does the decline message mean\tdeclined_transfer\nI don't recognize this debit transaction in my billing statement?\tdirect_debit_payment_not_recognised\nOn a card top-up, where can I verify?\tverify_top_up\nI don't know the code for the app.\tpasscode_forgotten\nI deposited some cash but it hasn't shown up in my account yet, what's going on?\tbalance_not_updated_after_cheque_or_cash_deposit\nIs it possible to change my address?\tedit_personal_details\nI am interested in changing my personal details.\tedit_personal_details\nWhat can I do with a disposable virtual card?\tget_disposable_virtual_card\nIs it ok for a friend to send me money?\treceiving_money\nPlease list what fiat currencies are supported for both holding and exchanging.\tfiat_currency_support\nPlease tell me why I was charged additionally when I used the card.\tcard_payment_fee_charged\nWhat is the process for getting an actual physical card?\torder_physical_card\nwhat can I do if I got my American Express in Apple Bay but top up is not working?\tapple_pay_or_google_pay\nCan I transfer my paycheck to the account?\treceiving_money\nSomething is wrong with the top up! I'm a regular customer and use your service all the time, usually this works but now it just shows up as pending\tpending_top_up\nWhat is the status of my top up?\ttop_up_reverted\nThere's a problem - I bought something about a week or two ago but just today the payment somehow came back into my account! I already received the item though, what's going on here?\treverted_card_payment?\nI tried to make a top-up and it was canceled, why is that?\ttop_up_reverted\nCan I make transfers before my identity verification?\twhy_verify_identity\nIt seems that something went wrong with my exchange. I changed Russian Ruble into UK pounds but have been charged entirely too much!\tcard_payment_wrong_exchange_rate\nHow can I change currency type?\texchange_via_app\nWhen will my top up be approved?\tpending_top_up\nA transfer to my account was denied.\tbeneficiary_not_allowed\nWhat should I do if I can't use my card?\tcard_not_working\nWhat are the fiat currencies used?\tfiat_currency_support\nI need to know what these extra charges are on my statement?\textra_charge_on_statement\nWill I be charged for a top off transfer?\ttop_up_by_bank_transfer_charge\nHow long does it take for money to transfer as my balance hasn't been updated\tbalance_not_updated_after_bank_transfer\nHow can i get a refund for something i just bought?\trequest_refund\nI think someone has hacked my card!\tcompromised_card\nI tried to top up but the app rejected it.\ttop_up_failed\nWhy did my card payment not work?\tdeclined_card_payment\nI can't get my card out of the ATM\tcard_swallowed\nMy passcode was denied.\tpasscode_forgotten\nWhat do I do?  My card is broken.\tcard_not_working\nIs there a top-up fee if you add money in USD?\ttop_up_by_card_charge\nWhat fees to you have for top ups?\ttop_up_by_card_charge\nIt is still pending, I am still waiting. Your system just shows my top-up as pending. What is happening?\tpending_top_up\nBalance is not up to date.\tbalance_not_updated_after_bank_transfer\nWill you tell me how I am supposed to use the disposable cards?\tget_disposable_virtual_card\nPlease let me know how to place an order for a virtual card\tgetting_virtual_card\nHow much money can I withdraw before fees? I noticed a fee on my card but I didn't think I had hit the limit of how much I could withdraw in a month.\tcash_withdrawal_charge\nI'm not happy with service and would like to delete this account.\tterminate_account\nMy transfer hasn't arrived\ttransfer_not_received_by_recipient\nSomeone might have had access to my card.\tcompromised_card\nDo I have to pay for a physical card?\torder_physical_card\nHow long does it take to transfer from china? Is there a way to transfer it quickly, I need it urgently?\ttransfer_timing\nI can't seem to get my virtual card to work.\tvirtual_card_not_working\nIs there a way to top up using my Apple Watch?\tapple_pay_or_google_pay\nWhy was my new card declined?\tdeclined_card_payment\nMy transaction went through but I was charged a fee. Why?\ttransfer_fee_charged\nProblems with my top up\ttop_up_failed\nHow do I go about topping up with Google Pay?\tapple_pay_or_google_pay\nWhen will my cash withdrawal show/\tpending_cash_withdrawal\nWhy isn't this accepting my identity?\tunable_to_verify_identity\nHow long is the delivery time to the US?\tcard_delivery_estimate\nI made a transfer from my UK account a couple of hours ago.  Could you please make sure everything went alright.\tbalance_not_updated_after_bank_transfer\nI transferred some money recently and saw a fee on my account, what's that for?\ttransfer_fee_charged\nI'm looking to get an additional card.\tgetting_spare_card\nAre you available in my country?\tcountry_support\nHOW LONG THE CARD VALIDITY\tcard_not_working\n\"How long does the \"\"pending\"\" period of a transfer take?\"\tpending_transfer\nIs it possible to get one the your cards in the EU?\tcountry_support\nCan you tell me the countries you operate in?\tcountry_support\nWhat's the process for topping up my card?\ttopping_up_by_card\nMy card needs to be activated.\tactivate_my_card\nI need to cancel a transaction.\tcancel_transfer\nwhat is the leadtime for a new card to show up in the mail?\tcard_delivery_estimate\nWhats the maximum disposable virtual cards?\tdisposable_card_limits\nHow long do bank transfers take to clear\tbalance_not_updated_after_bank_transfer\nthe exchange rate I got for cash was wrong\twrong_exchange_rate_for_cash_withdrawal\nWhat is the extra €1 on my statement for?\textra_charge_on_statement\nIs there a disposable virtual card?\tget_disposable_virtual_card\nDo you accept credit cards from the US\tsupported_cards_and_currencies\nDoes Apple Watch support the topping-off of my account?\tapple_pay_or_google_pay\nWhy did my payment not go through why did it cancel?\treverted_card_payment?\nNeed help to get my card to work.\tcard_not_working\nWhat, if any, is the limit  for auto top-up?\tautomatic_top_up\ni need to proof my identity to you why and how?\twhy_verify_identity\nI want to know your exchange rates.\texchange_rate\nHearing back from us regarding your important verification results may take 10 minutes to one hour time.  If verification results do fail, double-check to make sure all of your images are clear --  make sure your photos have no glare or blurring. Note: These photos need to be readable as well.  You also need to be 18 years of age or older.  You must be a resident of Switzerland or the European Economic Area to open a new account.\tunable_to_verify_identity\nHow do I turn on my new card?\tactivate_my_card\nWhy was I double charged?\ttransaction_charged_twice\nCan I unblock my PIN in the app?\tpin_blocked\nWhy is this payment pending?\tpending_card_payment\nAre there topping up fees if I have to transfer?\ttop_up_by_bank_transfer_charge\nI think a card payment I made was cancelled, can you check?\treverted_card_payment?\nI put cash in my account, but I don't see it.\tbalance_not_updated_after_cheque_or_cash_deposit\nI tried to access money earlier but the machine seems not to be working. After looking, the transaction actually shows to still being process. Can you find out what is going on here? I don't want to be charged for some money I never got.\tpending_cash_withdrawal\nHow can my boss pay me directly to the card?\treceiving_money\nWhat does it mean when it says that I have a payment that is pending?\tpending_card_payment\nI'm having difficulty verifying my identity.\tunable_to_verify_identity\nI can't find the virtual card\tgetting_virtual_card\nI've been waiting for 3 days, why is my withdrawal still pending?\tpending_cash_withdrawal\nWhy can't I topup my account?\ttop_up_failed\nI have a card payment that I don't recognize. What should I do?\tcard_payment_not_recognised\nWhat are the maximum amount you can do for auto top-up?\tautomatic_top_up\nHow can disposable cards be used?\tget_disposable_virtual_card\nWhat's my pin number?\tget_physical_card\nWhy was my top-up declined?\ttop_up_reverted\nI can't find out how to top-up my account using cash.\ttop_up_by_cash_or_cheque\nMy balance is not what I thought it was following an ATM withdrawal\tpending_cash_withdrawal\nWhat are eligible holding and exchange currencies?\tfiat_currency_support\nCan I transfer my payroll to the bank?\treceiving_money\nHow long will a cash withdrawal be pending?\tpending_cash_withdrawal\nAm I able to use my American Express to add money to my account balance?\tsupported_cards_and_currencies\nHi,  Is there any problem with app? As i am facing some issues with the exchange of crypto currency. I am extremely interested in buying.\tbeneficiary_not_allowed\nSomeone mugged my and stole everything.  I can't use the app.  What should I do?\tlost_or_stolen_phone\nhow can i exchange currencies\texchange_via_app\nHow are exchange rates calculated at this bank?\texchange_rate\nI got charged in double and want a refund\ttransaction_charged_twice\nHow do I make my card appear on the app?\tcard_linking\nI want to reset my passcode, how can I do that?\tpasscode_forgotten\nI need more than one disposable card\tdisposable_card_limits\nMy card payment won't work.\tdeclined_card_payment\nMy details need to be changed, how can I do so?\tedit_personal_details\nMy transfer was rejected\tdeclined_transfer\nPlease tell me what this direct debit in my statement is\tdirect_debit_payment_not_recognised\nI would like to change my adress\tedit_personal_details\nHow do I top up my account with a bank transfer?\ttransfer_into_account\nWhich countries do you currently support?\tcountry_support\nAre there any fees associated with receiving money?\ttop_up_by_bank_transfer_charge\nEarlier today I took money out the ATM. After checking the app the amount is so much higher than the amount I received.\twrong_amount_of_cash_received\nMy card is no longer lost. How do I enter it back into the app?\tcard_linking\nI saw I was charged extra for money I withdrew?\tcash_withdrawal_charge\nWill I get a Visa card or Mastercard?\tvisa_or_mastercard\nWhy, when paying with the card, was I charged an extra fee?\tcard_payment_fee_charged\nWhere in the app do I link a new card?\tcard_linking\nHow does on apply fora refund on an item he ordered? I ordere an item and have not received it yet so i want to cancel it and get a refund\trequest_refund\nCan I get an auto Top-up?\tautomatic_top_up\nI already have a card and want to link it\tcard_linking\nI did not get enough cash\twrong_amount_of_cash_received\nMy card payment has been declined, why?\tdeclined_card_payment\nHow many days do I have to wait for the transfer to reach my account?\ttransfer_timing\nI think someone saw my PIN and I am on vacation in Spain, can I change it locally at an ATM?\tchange_pin\nMy top-up was declined\ttop_up_failed\nMy transfer still says pending\tpending_transfer\nThis is terrible, i want to delete my account\tterminate_account\nMy things were stolen and I need to know if I can still use this app.\tlost_or_stolen_phone\nI'm trying to take money from my account but its not letting me. Help!\tdeclined_cash_withdrawal\nWhat are the details of disposable card limitations?\tdisposable_card_limits\nWhat is delivery speed to the United States?\tcard_delivery_estimate\nhow long does it take to get my card i am in a rush\tcard_delivery_estimate\nHow old can one use your service?\tage_limit\nI didn't set up a direct debit payment on my account.\tdirect_debit_payment_not_recognised\nI received an extra charge for using the card. Why?\tcard_payment_fee_charged\nHow do I exchange currencies with this\texchange_via_app\nSome cash was withdrawn in the app, but I did not do it.\tcash_withdrawal_not_recognised\nWhy can't I see the top up I made?\ttopping_up_by_card\nWhat do I have to do to get the contactless to work?\tcontactless_not_working\nI was under the impression ATM cash withdrawals were free. Why was I suddenly charged for my most recent ATM transaction?\tcash_withdrawal_charge\nDo you have a problem with EUR exchanges?\tfiat_currency_support\nI don't think the transaction has gone through, so can I cancel a transfer?\tcancel_transfer\nI'll send a check to top up my account\ttop_up_by_cash_or_cheque\nwhat is the most money i can top up?\ttop_up_limits\nIf I'm getting my identity verified, what all do I need?\tverify_my_identity\nHey I double checked that I have the correct account details already, they're right for sure. Transfer is still pending since forever. It's not that difficult to transfer money to another country in 2018 is it?\tpending_transfer\nPlease help, the atm swallowed my card, what do I do?\tcard_swallowed\nMy new card came in.  How do I activate?\tactivate_my_card\nHow can I top up using google pay?\tapple_pay_or_google_pay\nWill I need a new card or can I put my old card back into the app?\tcard_linking\nWhy did my top-up not go through?\ttop_up_reverted\nI have a disposable card, how many transactions can I make?\tdisposable_card_limits\nWhat is my money worth in other countries?\texchange_rate\nMy payment did not go through because the app reverted it\treverted_card_payment?\nA direct debit payment I didn't do shows in my app\tdirect_debit_payment_not_recognised\nCan you tell me where my funds come from?\tverify_source_of_funds\nWould I get a Visa or Mastercard?\tvisa_or_mastercard\nI am having some difficulty verifying my id.\tunable_to_verify_identity\nI can't make any transfers, they won't go through, the details are correct as I checked them.  Can you look in to this please?\tdeclined_transfer\nThe refund isn't appearing in my account\tRefund_not_showing_up\nWhat do I need to do in order to use my card I just got?\tactivate_my_card\nAn extra fee has been added to my card payment is this correct?\tcard_payment_fee_charged\nDo you charge if I use a European bank card for top up?\ttop_up_by_card_charge\ni bought the wrong size and would like a refund\trequest_refund\nIf I top up by card, what options do I have re: currency and card type?\tsupported_cards_and_currencies\nMy phone was stolen! What do I need to do?\tlost_or_stolen_phone\nI need clarity on why my card is not working.\tcard_not_working\nI noticed that there is a withdrawal in the app that is not mine.\tcash_withdrawal_not_recognised\nI noticed that my card was charged more than once for one thing.\ttransaction_charged_twice\nWhen I went to $100, all the machine would give me was $20.\twrong_amount_of_cash_received\nI noticed an extra charge on the purchase that I made last Saturday on my account. Can you see if I received the correct exchange rate?\tcard_payment_wrong_exchange_rate\nI need to cancel a purchase?\trequest_refund\nCan I use this app to exchange between dollars and pounds?\texchange_via_app\nThere was a fee charged when I paid with my card.\tcard_payment_fee_charged\nHello, I'm having trouble with my card, I don't understand what's happening, I tried using the ATM machine earlier but it wasn't working but seems like the transactions is still in progress, can you cancel it for me?\tpending_cash_withdrawal\nThe app does not recognize who I am.\tunable_to_verify_identity\nWhy is this fee being charged to me after using my card?\tcard_payment_fee_charged\nThere is a charge for 1£ on my statement.  I do not think that I bought anything that costed 1£.  What is going on?\textra_charge_on_statement\nI would like to make sure it is delivered on a certain date.\tcard_delivery_estimate\nHow do I get selected for a visa card?\tvisa_or_mastercard\nThere are a couple payments with my card in the app I see that I didn't create. What is happening? Maybe someone gained access to my account.\tcard_payment_not_recognised\nHello, I'm a brand new customer and tried topping up for the first time today. It has been pending for half an hour and doesn't seem to be working. Please resolve this.\tpending_top_up\nWhy was my top up cancelled?\ttop_up_reverted\nWhat's up with the extra fee I got?\tcash_withdrawal_charge\nI need to change my home address.\tedit_personal_details\nA Bank ATM did not give my card back. What do I do now?\tcard_swallowed\nWhat do I do if I have been charged twice?\ttransaction_charged_twice\nI want a refund, but I haven't received the item yet. Can I cancel it and get my funds back? How do I do that.\trequest_refund\nIs the cash withdrawal going to show?\tpending_cash_withdrawal\nIs it possible to cancel a transaction?\tcancel_transfer\nThe card payment I attempted to make failed.\tdeclined_card_payment\nI need to refund my item, can you please help?\trequest_refund\nI need to move money from another bank to this account.\ttransfer_into_account\nsomething is wrong with my exchange rate charge\tcard_payment_wrong_exchange_rate\nWe want to start a college fund for my daughter.\tage_limit\nI am still waiting for my card.\tcard_arrival\nHow can I change my name in my profile?\tedit_personal_details\nThere is a cash withdrawl I don't remember.\tcash_withdrawal_not_recognised\nI have been charged a fee, I didn't know about this fee before! When do you charge extra for card payments?\tcard_payment_fee_charged\nThe exchange rate that was applied for an international purchase was wrong.\tcard_payment_wrong_exchange_rate\nI didn't know I was going to get charged to use my card.\tcard_payment_fee_charged\nDo you have charges now when you pay with a card?\tcard_payment_fee_charged\nIs there a way I can get my card expedited?\tcard_arrival\nHelp me.  My phone has been lost or stolen!\tlost_or_stolen_phone\nCan I request a card?\torder_physical_card\nCan I use it outside of Europe?\tcountry_support\nWhat should I do after I've moved and need to update my personal details?\tedit_personal_details\nMy payment has been returned.\treverted_card_payment?\nCan you tell me how transferring money into my account works?\ttransfer_into_account\nWhy would my card payment not work?\tdeclined_card_payment\nSo, the card PIN?\tget_physical_card\nFor some reason my card payment hasn't worked. what can I do to look into that?\tdeclined_card_payment\nWhy did I get charged for withdrawing cash?\tcash_withdrawal_charge\nI tried to transfer money but it didn't go through\tfailed_transfer\nWhat is the charge for exchanging currency?\texchange_charge\nI think my card has been used by somebody else since I was never in the little town where some transactions on this bill have come from. Please stop this right away.\tcompromised_card\nWhy was a payment I made reverted?\treverted_card_payment?\nHow long does it take for a transfer to reach my account?\ttransfer_timing\nHow long until transfers from Europe go through?\ttransfer_timing\nWhy is my last cheque deposit taking so long?\tbalance_not_updated_after_cheque_or_cash_deposit\nI was charged twice for the same thing.\ttransaction_charged_twice\nCan you unblock my blocked pin?\tpin_blocked\nMy card don't work.\tcard_not_working\nI can't find my PIN anywhere.\tget_physical_card\nWhat is the extra fee I was charged when using an ATM?\tcash_withdrawal_charge\nSo earlier I went to an ATM and got cash. But when I checked the app, it states that the withdrawal is pending. How can that be when I have the cash on me?\tpending_cash_withdrawal\nI tried to withdraw cash from the ATM machine and it did not work. Can you tell me why?\tdeclined_cash_withdrawal\nWhat do I do if I think someone has used my card without permission? I can see a few transactions I don't recognize.\tcompromised_card\nThe transfer on my account is not showing up.\tbalance_not_updated_after_bank_transfer\nI'm not verifying my identity.\twhy_verify_identity\nI have been double charged\ttransaction_charged_twice\nI'm on vacation in Europe but I desperately need to change my PIN. Can I do this from abroad?\tchange_pin\nwhat currencies can i use to add money to my account\tsupported_cards_and_currencies\nWhy cant I send money to a beneficiary?\tbeneficiary_not_allowed\nWhat is your currency exchange fee?\texchange_charge\nCan you help me get Top Up to work in the Apple Pay function?\tapple_pay_or_google_pay\nCan I be charged for exchanging foreign currency?\texchange_charge\nWhy is it saying my card payment is declined when I made it?\tdeclined_card_payment\nI made a transfer the day before yesterday within this country. It is still not showing up at all. I have double-checked and the account number is certainly right. I've actually type this multiple times. can you look into what is going on here?\ttransfer_not_received_by_recipient\nwhy are all my identity details required\twhy_verify_identity\nMay I transfer a cheque into my account?\ttop_up_by_cash_or_cheque\nI tried my PIN too many times and now my card won't work!\tpin_blocked\nI just topped up, and the app denied it.\ttop_up_failed\nI would like to request a card.\torder_physical_card\nI think my card is being used by someone else to make purchases that I didn't authorize! I checked my account and see that there have been quite a few purchases over the last two days that I have no idea where they came from. We need to freeze my card now! And I need to find a way to get my money back.\tcard_payment_not_recognised\nPlease tell me the limit to topping-up.\ttop_up_limits\nWhy didn't I receive the right amount of cash at the ATM?\twrong_amount_of_cash_received\nHas my top-up gone through?\ttop_up_reverted\nI want to stop my account\tterminate_account\nCan you tell me if there are limits to disposable virtual cards?\tdisposable_card_limits\nDo you charge for sending more cards?\tgetting_spare_card\nI have tried a couple of times to make a purchase and my card keeps getting declined. Why do you keep denying my transfers? I have already tried a couple of times and it's not working.\tdeclined_transfer\nCan you please explain why my transfer failed?\tfailed_transfer\nI need my card ASAP!\tcard_delivery_estimate\nHi, I am facing issue with my card payment while shopping online as payment is getting reverted. I am struggling with this issue around two weeks. Please advise.\treverted_card_payment?\nWhat went wrong when I tried to do my transfer?\tfailed_transfer\nWhere do I go to fill out the identity form?\tverify_my_identity\nCan you tell me why my card payment did not work?\tdeclined_card_payment\nMy card activation is failing.\tactivate_my_card\nCan I have money of different country of origin.\tfiat_currency_support\nAn extra pound was charged!\textra_charge_on_statement\nWhy would my payment still show as pending?\tpending_card_payment\nTo deliver to the US, how long will it take?\tcard_delivery_estimate\nCan you let me know where my refund money is? I requested a refund a few days back, but it's not showing up yet.  Do you guys have the money yet? Maybe it's just not in my account.  Let me know when it will become available, please.\tRefund_not_showing_up\nI was issued a new card a week ago but still haven't received it. How long will it be until I receive it?\tcard_arrival\nwhy isnt my cash withdrawal showing\tpending_cash_withdrawal\nHow can I change my name because I just got married?\tedit_personal_details\nHow long does it take for something to be delivered to the U.S?\tcard_delivery_estimate\nDo you accept US credit cards?\tsupported_cards_and_currencies\nHow do I go about ordering a new bank card?\tcard_about_to_expire\nHow do i request more physical cards?\tgetting_spare_card\nIs there a charge for topping up by card?\ttop_up_by_card_charge\nDo I get a card to keep in my wallet?\torder_physical_card\nHow do i access the auto top-up option?\tautomatic_top_up\nWhy is my transfer taking so long to complete?\ttransfer_not_received_by_recipient\nMy card doesn't work. I can't get cash out at an ATM\tdeclined_cash_withdrawal\nI want to get few more physical cards\tgetting_spare_card\nWhy didn't this transfer work?\tfailed_transfer\nWhat are the steps to verify identity?\tverify_my_identity\nWhy did I have to pay an additional amount when using my card to pay?\tcard_payment_fee_charged\nSomeone has stolen my phone, what should I do?\tlost_or_stolen_phone\nI want to cancel my account.\tterminate_account\nI topped off my card is that something you will charge me for?\ttop_up_by_card_charge\nWhere do I go to edit my personal details on my account?\tedit_personal_details\nI have a reverted top up I made and wanted to know why it didn't go through.\ttop_up_reverted\nCan I use my bank account to send me more money?\ttransfer_into_account\nWhy am I unable to withdrawal cash?\tdeclined_cash_withdrawal\nI have no more money in my account.  Is there a way to do a bank transfer to put money into my account?\ttransfer_into_account\nI put some money in my account the other day but now its gone? Why is this?\ttop_up_reverted\nI moved so I need to change my address. How do I do that?\tedit_personal_details\nWhy haven't I received my new card yet?\tcard_arrival\nCan I get my money back on an item?\trequest_refund\nThe exchange rate for my cash withdrawal was incorrect\twrong_exchange_rate_for_cash_withdrawal\nPlease help me find my top-up verification code\tverify_top_up\nI tried to make a purchase in the store but my card was declined.\tdeclined_card_payment\nIs there a specific date i can have it delivered?\tcard_delivery_estimate\nthe transfer went through but now it has been pending for quite a while. i need this to go through already\tpending_transfer\nI did a transfer and was charged a fee that I shouldn't have been!\ttransfer_fee_charged\nMy credit card payment has been in pending status for a super long time.  I don't get it.  Why is it like this?  When will it go through?\tpending_card_payment\nDo you allow currency exchanges?\tfiat_currency_support\nHow do I see my source of funds?\tverify_source_of_funds\nCan you tell me what i steps i should take since my card was stolen?\tlost_or_stolen_phone\nWhat do you demand for identity verification?\tverify_my_identity\nCan I use app to unblock my card?\tpin_blocked\nWhat can I expect if I use bank transfer to top up my account?\ttransfer_into_account\nWhy am I getting a fee on a card payment?\tcard_payment_fee_charged\nWhat is a pending cash withdrawal?\tpending_cash_withdrawal\nI refuse to verify my identity.\twhy_verify_identity\nWhat foreign exchange rate will I get?\texchange_rate\nI see a direct debit that isn't mine? How can I get my money back?\tdirect_debit_payment_not_recognised\nWhat about my children?\tage_limit\nhow to get virtual card\tgetting_virtual_card\nI know there's money in my account, why did my account decline me?\tdeclined_card_payment\nI can't use top up on Google Pay.\tapple_pay_or_google_pay\nWhy can't I get cash from the ATM?\tdeclined_cash_withdrawal\nMy card has not been delivered yet and its been a week since I ordered it, please help\tcard_arrival\nIs USD free to top up with a US card?\ttop_up_by_card_charge\nMy billing address changed and I need to update my information.\tedit_personal_details\nWhat age do you have to be?\tage_limit\nMy American express works with my apple pay, why is top up not working?\tapple_pay_or_google_pay\nIt's been over a month and i still haven't received my goods! I ordered a pencil for crying out loud, it's not that hard to deliver that! I'm done with these people, give me a refund immediately! I'll search for my Japanese exclusive pencil elsewhere!\trequest_refund\nWhy are my transfers and purchases keep getting declined?\tdeclined_transfer\nIf I need to transfer something quick from China, how long does that take?\ttransfer_timing\nDo you only use Visa or do you have Mastercard too?\tvisa_or_mastercard\nI have a charge for something I didn't buy.\tcard_payment_not_recognised\nThere was a purchase on my card recently to a name that I don't recognize at all. What can be done about this? I need my money back.\tcard_payment_not_recognised\nI have a strange transaction on my account which appears to pertain to a cash withdrawal I made outside Nandos in Leeds.  What is that for?  Is it fraud?\tcash_withdrawal_charge\nWhy was my account assessed a fee?\textra_charge_on_statement\nWill you charge me if I top up by card?\ttop_up_by_card_charge\nI'm looking at my statement, and my refund is not on there.\tRefund_not_showing_up\nAre there virtual disposable cards?\tget_disposable_virtual_card\nMy purchases from this morning are showing up as payment pending. Can you tell me why?\tpending_card_payment\nI recently transferred some cash, but the balance has not changed.\tbalance_not_updated_after_bank_transfer\nThe ATM I'm standing in front of only gave me 10 pounds rather than the 30 pounds I wanted. The app shows I took out 30 pounds also. What do I need to do to fix this?\twrong_amount_of_cash_received\nWhen is a payment I made with my card going to clear>\tpending_card_payment\nWhat ATMs accept my card?\tatm_support\nI was attempting to top up with my card but the money has vanished!\ttopping_up_by_card\nWhy was my transfer request decline?\tdeclined_transfer\nCan my daughter make an account?\tage_limit\nI must make several disposable cards every day.\tdisposable_card_limits\nI haven't received my card and am worried it is lost.\tcard_arrival\nMy card payment has been stuck on pending. What is the problem? It should have gone through by now.\tpending_card_payment\nHow do you determine exchange rates?\texchange_rate\nI want to cancel my card. I think someone else is using it.\tcompromised_card\nHow long does it take for a purchase to go from pending to authorised?\tpending_card_payment\nwhat is the correct exchange rate for getting cash\twrong_exchange_rate_for_cash_withdrawal\nI tried to add a topup to my account but the money isn't there, anymore. Did I do something wrong?\ttop_up_reverted\nI have yet to receive my virtual card\tgetting_virtual_card\nWhy would my card payment be reverted?\treverted_card_payment?\nWhere can I sign up for a virtual card?\tgetting_virtual_card\nWhat's the procedure for canceling a purchase?\trequest_refund\nI don't have my card in 1 week.  Should I be worried?\tcard_arrival\nWhat is the source of your exchange rates?\texchange_rate\nI was under the impression I can make transfers for free. I made an online purchase for something that was obroad and there's some additional strange fee. I've never seen this before and this isn't fair.\ttransfer_fee_charged\nPlease help my find out why there is an odd direct debit in my records.\tdirect_debit_payment_not_recognised\nExplain why my card payment wouldn't go through.\tdeclined_card_payment\nHow can I get my card out of the ATM?\tcard_swallowed\nI cannot get to my app, what should I do?\tlost_or_stolen_phone\nI deposited money in the form of a cheque, but my balance has not increased.\tbalance_not_updated_after_cheque_or_cash_deposit\nI requested a refund from a seller a while ago, but when I check my statements it doesn't show up. Can you help me get my refund.\tRefund_not_showing_up\nWhat do I do after my card expires?\tcard_about_to_expire\nI want to know where my money comes from.\tverify_source_of_funds\nI tried to buy something over the Internet yesterday and got a declined error. I tried again today and got the same message. What is the issue?\tdeclined_transfer\nWhat is the fee for a cash withdrawal?\tcash_withdrawal_charge\nAre you located in other countries?\tcountry_support\nPlease, I need your help as to whether or not you have money for a large refunded purchase I made. I requested it some time ago from the seller, but nothing is showing up.\tRefund_not_showing_up\nThe ATM will not let me get cash, WHY?\tdeclined_cash_withdrawal\nSomeone must have found my card details as I don't recognize these transactions.\tcompromised_card\nDo I need to verify my top-up?\tverify_top_up\nI tried to withdraw some funds from my card, but was declined. How can I get my money?\tdeclined_cash_withdrawal\nI do not understand what this particular direct debit is ?\tdirect_debit_payment_not_recognised\nWhat form of payments can I use for topping up?\ttop_up_by_cash_or_cheque\nI got my American Express in Apple Pay, why is top up not working on my device?\tapple_pay_or_google_pay\nWhat is your policy on withdrawing cash from an ATM? There is a fee on my account that wasn't there before I paid for my groceries.\tcash_withdrawal_charge\nIs there an additional cost to exchange currencies?\texchange_charge\nI am looking to change my adress.\tedit_personal_details\nMy card did not go through in a shop\tdeclined_card_payment\nIf I want my son to have his own account is that possible?\tage_limit\nSince when were there charges for taking out cash from my account? It's always been free for me to do this before.  How much are the charges going to be?\tcash_withdrawal_charge\nI was only given $20 after trying to withdraw $100\twrong_amount_of_cash_received\nIs there a charge for transfers?\ttop_up_by_bank_transfer_charge\nCan this convert money?\texchange_via_app\nI was charged a fee when buying stuff with my card.\tcard_payment_fee_charged\nwhat is the status of my refund\tRefund_not_showing_up\nPlease help revert my transaction from this morning.\tcancel_transfer\nWhy is my card being declined when I try to do a top-up? How can this be immediately resolved?\ttop_up_failed\nMy statement shows a 1£ purchase pending. I do not remember making this purchase, please let me know what this is about.\textra_charge_on_statement\nI couldn't transfer money to a beneficiery\tbeneficiary_not_allowed\nHow do I cancel a transaction?\tcancel_transfer\nThe exchange rate was wrong in the foreign country I got cash in.\twrong_exchange_rate_for_cash_withdrawal\nIf my card expires next month, will I need to order a new one?\tcard_about_to_expire\nCan I use google play as my primary app to Top up?\tapple_pay_or_google_pay\nI just looked over my statement and I don't recognize the name of a card payment.\tcard_payment_not_recognised\nThere are transactions that I don't recognize. What do I do if I think someone is using my card?\tcompromised_card\nI can't see a refund for a return I completed recently.\tRefund_not_showing_up\nMy automatic top-up was unsuccessful\ttop_up_reverted\nI am still waiting for a transfer to show up\tpending_transfer\nI need to cancel my recent transfer as soon as possible. I made an error there. Please help before it goes through.\tcancel_transfer\nAre there any restrictions on the disposable cards?\tdisposable_card_limits\nwhat is this fee for transfering\ttransfer_fee_charged\nDo I need a disposable card?\tget_disposable_virtual_card\nWhy was I blocked from withdrawing from the ATM?\tdeclined_cash_withdrawal\nWhy is my exchange rate wrong?\tcard_payment_wrong_exchange_rate\nWhat sort of restrictions are there for the disposable cards?\tdisposable_card_limits\nWhy is my balance the same after a transfer?\tbalance_not_updated_after_bank_transfer\nHow old do you need to be to use the banks services?\tage_limit\nI requested a refund but am unable to see it in my account. Why is that?\tRefund_not_showing_up\ncan you express my card to me?\tcard_delivery_estimate\nPlease explain the exchange rates.\texchange_rate\nShopping on line I was declined when trying to buy something.\tdeclined_transfer\nWhy has my beneficiary been denied?\tbeneficiary_not_allowed\nCan you tell me why the card payment came back?\treverted_card_payment?\nWhy was I charged a fee for using my card\tcard_payment_fee_charged\nI see a payment on my statement for  a place I didn't make a purchase at.\tcard_payment_not_recognised\nHow can I tell what foreign exchange rate I will get?\texchange_rate\nWhy does my payment appear as pending?\tpending_card_payment\nI think my phone was stolen. What can I do?\tlost_or_stolen_phone\nis a transfer to a beneficiary allowed?\tbeneficiary_not_allowed\nSomeone made a mistake on my money transfer because I was charged extra fees.\ttransfer_fee_charged\nIs it possible to exchange USD and GBP on the app?\texchange_via_app\nHow long until my new card gets here?\tcard_arrival\nHi there, I've tried to make a transfer 5 different times and its not working. Is your system down or something?\tfailed_transfer\nWhy and I being charged this fee?\tcard_payment_fee_charged\nWhy would I receive an error that my transfer isn't possible when I've done it before?\tbeneficiary_not_allowed\nMy statement has a payment that I do not recall making\tcard_payment_not_recognised\nI have a duplicate payment on my account\ttransaction_charged_twice\nI am not able to prove my identity\tunable_to_verify_identity\nWhere can I find an ATM?\tatm_support\nThe app says I made a cash withdrawal that I didn't make\tcash_withdrawal_not_recognised\nI entered in the wrong PIN.  Please help me unlock my account.\tpin_blocked\nWhere is the top-up card verification code?\tverify_top_up\nMy purchase used the wrong exchange rate\tcard_payment_wrong_exchange_rate\nI want to transfer money. How do I do that for my account?\ttransfer_into_account\nI don't remember my login code\tpasscode_forgotten\nWhere is my money that I transfered?!\tbalance_not_updated_after_bank_transfer\nHow old do my kids need to be to use your service?\tage_limit\nI want a refund for my item\trequest_refund\nI would like to delete my account now, please.\tterminate_account\nGood afternoon. I made a transfer from my UK bank account.  I haven't seen anything on the account in the pass few hours. Please check the account to make sure everything is fine.\tbalance_not_updated_after_bank_transfer\nwhere do I go to top up with cash?\ttop_up_by_cash_or_cheque\nIs it possible to get a card outside the UK?\tcountry_support\nI wanna revert a transaction i did this morning.\tcancel_transfer\nHow can I find out about an extra fee on my statement?\textra_charge_on_statement\ni have yet to get my pin\tget_physical_card\nI want to return an item for a refund can I do that?\trequest_refund\nIs there a fee for physical cards?\torder_physical_card\nHello,  In my most recent ATM transaction, I didn't receive nearly as much cash as I thought I would - what is your exchange rate policy?\twrong_exchange_rate_for_cash_withdrawal\nWhere do my funds originate from?\tverify_source_of_funds\nHelp me get the virtual card working.\tvirtual_card_not_working\nIs there a limit on auto top-up?\tautomatic_top_up\nMy bag got stolen with all my cards. Can you please cancel my card and send a new one?\tlost_or_stolen_card\nHi need your help for getting the refund or cancel the payment of an item, i have ordered but still have not received it.\trequest_refund\nThe cash I got at the ATM is still in my account.\tpending_cash_withdrawal\nIt's been two weeks and I haven't gotten my card, what do I do?\tcard_arrival\nWhy wasn't my payment to beneficiary X approved?\tbeneficiary_not_allowed\nDo I need to convert my currency from GBP before transferring?\treceiving_money\nI have a new card and need to activate it\tactivate_my_card\nI can't get the top-up to work! What's going on here.\ttop_up_failed\nWhy is my cash withdrawal still pending?\tpending_cash_withdrawal\nHow do I order a disposable virtual card?\tget_disposable_virtual_card\nI think I was charged a different exchange rate than what was posted at the time.\twrong_exchange_rate_for_cash_withdrawal\nWhat do I do to exchange currency?\texchange_via_app\nI'm being charged for using my card!\tcard_payment_fee_charged\nI have multiple of the same transaction\ttransaction_charged_twice\nCan I obtained a Visa Card\tvisa_or_mastercard\nDoes it cost much or take long to get a new card? Mine is about to expire.\tcard_about_to_expire\nMy cash withdrawal shows pending, why?\tpending_cash_withdrawal\nI want to start using my card, how do I activate it?\tactivate_my_card\nI made a transfer from France a couple days ago and don't see the transaction yet. How long does an international transfer take?\tbalance_not_updated_after_bank_transfer\nIs there a reason my refund isn't showing on my statement?\tRefund_not_showing_up\nCan I track when my card will be delivered?\tcard_arrival\nWhat's going on with my card? I've tried multiple times and it never goes through.\tcard_not_working\nwhy do i have a failed transfer\tfailed_transfer\nThere is not a refund in my statement.\tRefund_not_showing_up\nWhat is the longest that a payment will show pending?  There is one showing that has been sitting there a few days.\tpending_card_payment\nIs the fee with my cash withdrawal a mistake?\tcash_withdrawal_charge\nWhich ATM's can I use to make a withdrawal?\tatm_support\nWhy is verifaction required for my Identity?\twhy_verify_identity\nMy account says I have a pending transfer.\tpending_transfer\nMy money is gone. I had topped up recently and saw it was there, but now it's disappeared, what's going on?\ttop_up_reverted\nPlease help me in this, as i was unable to make any payment by my new card,  it was getting declined repeatedly. I am not very happy with this incident.\tdeclined_card_payment\nMy top up keeps showing pending?  How long will things be like this?  Days, weeks, months?  I need the money quite urgently for an important coffee purchase, can you please let me know when top up will work?\tpending_top_up\nCan I change my pin at an atm?\tchange_pin\nWhat information am I going to have to have in order to do a transfer with my card?\ttopping_up_by_card\nIs the EUR accepted for exchanges?\tfiat_currency_support\nWhat do you do to transfer money to my account?\ttransfer_into_account\nWhat are the steps I need to take to cancel a transaction?\tcancel_transfer\nI think I deserve a refunded on a certain item.\trequest_refund\nhow should i add money to my card\ttop_up_by_card_charge\nWhat is the meaning of a pending payment?\tpending_card_payment\nI want to op up my account by using bank transfer. How do I go about it?\ttransfer_into_account\nCan I have more physical cards?\tgetting_spare_card\nI need to have an item refunded.\trequest_refund\nThere was a charge made on my card from a couple weeks ago and I don't remember making the purchase. Nor do I remember the company itself. Can we trace this at all to confirm if I did it or not?\tdirect_debit_payment_not_recognised\nHow can I get my card to work?\tcard_not_working\nWhich fiat currencies do you currently support? Will this change in this future?\tfiat_currency_support\nI have not received my card and it's been a week, what do I do?\tcard_arrival\nI made a cash withdrawl and there is a charge.  What is this?\tcash_withdrawal_charge\nI need an accurate exchange rate, when I make my withdrawals.\twrong_exchange_rate_for_cash_withdrawal\nWhy was my virtual card rejected?\tvirtual_card_not_working\nThere's a €1 fee on my statement, why?\textra_charge_on_statement\nSo I've been using my account frequently to manage payments for my vacation house in a different country, and now I'm getting hit with ridiculously high fees! What's with that? Ought not I be rewarded as a frequent user?\ttransfer_fee_charged\nHow do I get started when I get my card?\tget_physical_card\nHow long does a transfer from a UK account take? I just made one and it doesn't seem to be working, wondering if everything is okay\tbalance_not_updated_after_bank_transfer\nPlease tell me how to get a card if I reside in the US.\tcountry_support\nWhy would a card payment be declined?\tdeclined_card_payment\nWhat does it mean if it says my card payment has been cancelled?\treverted_card_payment?\nHow to receive transfers from my employer when I get paid in GBP?\treceiving_money\nI need to do a card activation.\tactivate_my_card\nCan I have a friend send money directly to me?\treceiving_money\ni cannot get virtual card to work\tvirtual_card_not_working\nWhat is this fee debit on my account?\textra_charge_on_statement\nCan I exchange currency for different types?\texchange_via_app\nHow does a disposable virtual card work?\tget_disposable_virtual_card\nWhat is the max amount of disposable cards I'm allowed.\tdisposable_card_limits\nI got charged a fee that shouldn't be there from my cash\tcash_withdrawal_charge\nI am seeing unathorized transactions in the app, on my account.\tcash_withdrawal_not_recognised\nHow do I verify my identity?\tverify_my_identity\nI tried to withdraw $100, all it gave me was $20.\twrong_amount_of_cash_received\nI've tried many times to make a payment, but it's not going through.  What's wrong?\tdeclined_card_payment\nWhat's the cost for exchanges?\texchange_charge\nwhat is this charge on my card?\tdirect_debit_payment_not_recognised\nHow long does it take for money to reach my account?\tbalance_not_updated_after_bank_transfer\nHow can I activate my new card?\tactivate_my_card\nWhy haven't I seen the cash from the cheque I deposited yet?\tbalance_not_updated_after_cheque_or_cash_deposit\nHow come a fee was charged when I tranferred money\ttransfer_fee_charged\nWhat cash machines will let me change my PIN?\tchange_pin\nWhere is my pin? I don't have it yet\tget_physical_card\nwhere can I see who sent me funds\tverify_source_of_funds\nWhat is the charge for using a Top up card in the US?\ttop_up_by_card_charge\nHow long to UK transfers usually take? I made a transfer but it didn't pop up in my history yet. I just want to make sure it went through.\tbalance_not_updated_after_bank_transfer\nI believe my exchange rate is incorrect\twrong_exchange_rate_for_cash_withdrawal\nIs there an age limit to get an account?\tage_limit\nDo you support countries other than mine?\tcountry_support\nCan you explain the transfer fee that I was charged?\ttransfer_fee_charged\nMy card has been pending for a while, what should I do?\tpending_card_payment\nI am upset with your service.  Please delete my account.\tterminate_account\nWhat is the maximum number of transactions that I can put on a disposable card?\tdisposable_card_limits\nI returned something to a  store but can't see my refund.\tRefund_not_showing_up\nI made a transfer a couple hours ago but my balance has not been updated. Why is this? Shouldnt this be instant?\tbalance_not_updated_after_bank_transfer\nMy statement contained a one pound extra fee\textra_charge_on_statement\nPlease check the exchange rate for my payment last Saturday. I believe I have been overcharged.\tcard_payment_wrong_exchange_rate\nPlease explain the fee on a transfer I made.\ttransfer_fee_charged\nI need you to stop the transfer I just started as soon as possible, I just realized it's not correct!\tcancel_transfer\nHow do I change my passcode?\tpasscode_forgotten\nWhat commission do you take for currency exchage?\texchange_charge\nWhere can I find the verification code for a top-up?\tverify_top_up\nFor what reason can I not transfer money to a beneficiary?\tbeneficiary_not_allowed\nIt says the transfer wasn't accepted.\tdeclined_transfer\nForeign currency rates were put in wrong at an ATM i used.\twrong_exchange_rate_for_cash_withdrawal\nWhy hasn't the money transfer arrived yet?\ttransfer_not_received_by_recipient\nSomeone used my card without my permission.\tcompromised_card\nI have a problem with a transfer. It didn't work. Can you tell me why?\tdeclined_transfer\nMy new card needs activating.\tactivate_my_card\nWhere do I find the auto top up option?\tautomatic_top_up\nI have a question about fee for cash withdraw.\tcash_withdrawal_charge\nI would like to change the the PIN on my card.\tchange_pin\nI am being charged the wrong amount on my card.\tcard_payment_wrong_exchange_rate\nI cannot get my card out of the ATM.\tcard_swallowed\nI can still see money in my account after making a payment\tbalance_not_updated_after_bank_transfer\nThe ATM is messed up. It gave me less than I wanted.\twrong_amount_of_cash_received\nI have cash deposit to my account but it is experiencing a problem\tbalance_not_updated_after_cheque_or_cash_deposit\nI was spending cash with my card and got a fee.\tcard_payment_fee_charged\nI haven't received the PIN yet.\tget_physical_card\nCan I mail in a check to top up?\ttop_up_by_cash_or_cheque\nWhy is it taking so long for my pending transaction to post as cleared?\tpending_transfer\nI made an international purchase, but the exchange rate was wrong\tcard_payment_wrong_exchange_rate\nMy transaction history is looking a little off. I have been charged twice for multiple different purchases, and would like to have those duplicate charges refunded.\ttransaction_charged_twice\nWhat is the verification process for my card?\tverify_top_up\nCan I get money out of any machine?\tatm_support\nWhat forms of ID do you need for identity verification?\tverify_my_identity\nMy daughter need a card from this account. Is that possible?\tgetting_spare_card\nI'm not sure how to provide my identity.\tunable_to_verify_identity\nDo you have to be 18 to make an account?\tage_limit\nthe exchange rate was different than expected\twrong_exchange_rate_for_cash_withdrawal\ni tried to transfer cryptocurrency into my account but was denied\tbeneficiary_not_allowed\nWhy is my transfer pending when I already made it?\tpending_transfer\nThe app is telling me that I am not me.\tunable_to_verify_identity\nCan I open up an account for my child?\tage_limit\nCan I see where my money came from?\tverify_source_of_funds\nWhat do I need for the verification check?\tverify_my_identity\nI feel as though I have been over charged for the exchange rate on my payment on last Saturday.\tcard_payment_wrong_exchange_rate\ncan i go into my app to find my pin\tget_physical_card\nHow do i go about linking a new card?\tcard_linking\nI don't know what a pending payment is.\tpending_card_payment\nuse my credit to add money\tsupported_cards_and_currencies\nHow do I know what my PIN is?\tget_physical_card\nI just realized I made the wrong transaction  yesterday. Would  you please make it correct?I need it by tomorrow.\tcancel_transfer\nThe amount of cash I received did not match the amount I requested\twrong_amount_of_cash_received\nI was so embarrassed. Why didn't my payment clear?\tdeclined_card_payment\nWhy can't I make a transfer?\tfailed_transfer\nWhere can I find out where my funds came from?\tverify_source_of_funds\nMy card's expiration is approaching, how do I replace it.\tcard_about_to_expire\nCan you tell me why a refund I'm owed is not showing on my statement?\tRefund_not_showing_up\nCan I schedule future top ups?\tautomatic_top_up\ni havent got my card\tcard_arrival\nWhen will the money reach my  account?\ttransfer_timing\nWhen will the transaction go through?\tpending_card_payment\nDo you provide currency exchange to Euros?\tfiat_currency_support\nI have no idea why but my transfers keep getting declined. I have double checked all the recipient details several times already and they're definitely correct.\tdeclined_transfer\nDo I have to pay for a second card?\tgetting_spare_card\nWhy do I need to verify the top-up?\tverify_top_up\nCan I change my address?\tedit_personal_details\nWhy is my card payment still pending? It should have gone through already.\tpending_card_payment\nWhat documents do I need to get together to verify my identity?\tverify_my_identity\nHow much more do you charge for currency exchange?\texchange_charge\nIs it possible to get a second card for my daughter?\tgetting_spare_card\nHow do I change my pin while traveling?\tchange_pin\nhow long will my cash withdrawal be pending for?\tpending_cash_withdrawal\nMy statement shows an extra fee - what is it?\textra_charge_on_statement\nWhat are the requirements to open an account for a minor?\tage_limit\nCan I open an account for my children?\tage_limit\nAre transfers not free? I didn't know I would be charged for transfers.\ttransfer_fee_charged\nHow can correct Top up with the app to work correctly?\ttop_up_failed\nDo you offer free ATM withdrawals of ones hometown currency while on holiday?\twrong_exchange_rate_for_cash_withdrawal\nI've lost my card. What can I do about that?\tlost_or_stolen_card\nIt looks like my card payment was sent back.\treverted_card_payment?\nWhy isn't the transfer I made to a friend showing?\ttransfer_not_received_by_recipient\nHi, I was at a restaurant later the week and when I went to look at my account I noticed that I got charged twice. I would like to get my money back from one of those transactions.\ttransaction_charged_twice\nYou will hear back from us about your verification results in 10 minutes to a one hour timeframe.  If these verification results do fail, please double-check to make sure your images are clear and have no glare or blur; your photos need to be fully readable.  You need to be 18 years of age or older and a resident of Switzerland or the European Economic Area to create an account.\tunable_to_verify_identity\nWhy do you need to verify my identity?\twhy_verify_identity\nMy bag was stolen from me yesterday, so I can't use any apps or anything. I need some help.\tlost_or_stolen_phone\nHow can I close my account, I don't want it.\tterminate_account\nHow can I get another card?\tgetting_spare_card\nHow long do money transfers take? My friend really needs the money i sent a couple of hours ago but it's not there yet.\ttransfer_not_received_by_recipient\nHow can I order a card?\torder_physical_card\nCan you help me to quickly cancel a transaction I accidentally did to the wrong account?\tcancel_transfer\nI've tried to send money to my friends and I keep getting rejected. Can you please tell me why, I don't understand.\tfailed_transfer\nHow long does it take for a money transfer to show up?\tpending_transfer\nI was unable to activate my card.\tactivate_my_card\nHow can I get my card out of the stupid ATM that ate it?\tcard_swallowed\nHow come my money hasn't shown up yet?\ttransfer_not_received_by_recipient\nI'm supposed to be getting a refund but it hasn't shown up, now what?\tRefund_not_showing_up\nI'm not sure what is going on here. I've received payment back into my account  for an item I've already received, from about 2 weeks ago.\treverted_card_payment?\nCan my friend send me money if it is not in US dollars?\treceiving_money\nWill the system automatically update once there is no more money left?\tautomatic_top_up\nWhy did I get charged a fee on my card?\tcard_payment_fee_charged\natm ate my card\tcard_swallowed\nWhy wasn't my card payment accepted?\tdeclined_card_payment\nHow long is the delivery to the US?\tcard_delivery_estimate\nWhat is the top up code for?\tverify_top_up\nWhere can I link a new card?\tcard_linking\nMy recipient hasn't received the money\ttransfer_not_received_by_recipient\nI want to cancel a transaction from this morning.\tcancel_transfer\nI took out money, and didn't get all of it.\twrong_amount_of_cash_received\nWhat apps can I use to top up my account?\ttop_up_by_cash_or_cheque\nMy friend wants to send me money, can she?\treceiving_money\nCan I choose my Visa or Mastercard?\tvisa_or_mastercard\nDo you accept cheques for top ups?\ttop_up_by_cash_or_cheque\nAre there restrictions on disposable virtual cards?\tdisposable_card_limits\nhow is it possible to add another card to account\tgetting_spare_card\nHow do you figure out the exchange rate? Can you explain why I got less money than expected?\twrong_exchange_rate_for_cash_withdrawal\nYou applied the wrong exchange rate while I was traveling outside the country.\twrong_exchange_rate_for_cash_withdrawal\nWhat is my top-up limit?\ttop_up_limits\nAt what age can a person open an account?\tage_limit\nWhat forms of ID should I use for verification?\tverify_my_identity\nI think I got charged twice for the same thing\ttransaction_charged_twice\nIs there a reason my top-up has not gone through?\tpending_top_up\nim worried about fraud how do you protect my account\tverify_my_identity\nCan I get support?\tcountry_support\nI made a cash deposit to my account but it is not there\tbalance_not_updated_after_cheque_or_cash_deposit\nSome cash has been withdrawn but I didn't do it.\tcash_withdrawal_not_recognised\nWhere is an ATM?\tatm_support\nThe ATM wouldn't let me have my money.\tdeclined_cash_withdrawal\nmy refund has not hit my account yet\tRefund_not_showing_up\nSo much time has gone by, the pending status shouldn't still be there shouldn't it?\tpending_cash_withdrawal\nMy card will not work\tcard_not_working\nI see non-received cash in my app.\tcash_withdrawal_not_recognised\nI've checked multiple times to make sure the account number listed is the right one after attempting to make a transfer within the country the day before yesterday. The transfer is still not available so can you please find out what is going on?\ttransfer_not_received_by_recipient\nI really need to know how to change my pin.\tchange_pin\nWhy did I not get the amount of money I requested?\twrong_amount_of_cash_received\nHow do you calculate exchange rates?\texchange_rate\nWhy has my top up failed?\ttop_up_failed\nI want to get my hands on one of those virtual cards!\tgetting_virtual_card\nCan i use this card at any store?\tcard_acceptance\nIs there a reason why a recipient might not see my money transaction\ttransfer_not_received_by_recipient\nI would like some more physical cards, what is my limit?\tgetting_spare_card\nHelp me delete my account.  I am not satisfied with the service.\tterminate_account\nMy account seems a bit off and getting weird charges.\ttransaction_charged_twice\nWhat documents do I need for the identity check?\tverify_my_identity\nhow come when i asked for 100 it only gave me 20.00 in the app\twrong_amount_of_cash_received\nthink someone is using my card with permission\tcompromised_card\nI Withdrew cash from an ATM earlier but it shows up as pending in the app. How can this still be pending, I received the cash already?\tpending_cash_withdrawal\nwho charged my card\ttransfer_fee_charged\nHow do i set up auto top-up?\tautomatic_top_up\nHello, Please look into this matter urgently. As i have lost my wallet and i can see one withdrawal, now i do not want to loose more money.\tcash_withdrawal_not_recognised\nHow can I change to another currency?\texchange_via_app\nWhat kind of costs are involved for exchanging currency?\texchange_charge\nWill it cost me to get a second card?\tgetting_spare_card\nI need to cancel a purchase that I made the other day.\trequest_refund\nHow do I know what the exchange rate will be when I make an exchange.\texchange_rate\nHelp!  My card is stolen.\tlost_or_stolen_card\nIs auto top up a provided service?\tautomatic_top_up\nWhich countries are supported\tcountry_support\nWhen do I set up my card PIN?\tget_physical_card\nWhat is the wait time for delivery to the US?\tcard_delivery_estimate\nAre currency exchanges free?\texchange_charge\nI couldn't transfer to an account.\tbeneficiary_not_allowed\nWhat is the procedure for topping up with a cheque?\ttop_up_by_cash_or_cheque\nmy identity hasn't been verified and i can't edit my details, what's next\tedit_personal_details\nI would like to know how to transfer money into my account.\ttransfer_into_account\nWhen do I see my recent refund in my statement\tRefund_not_showing_up\nwhy wont my american express work to add money\tsupported_cards_and_currencies\nWhy was there a fee on my cash withdrawal?\tcash_withdrawal_charge\nWhat to do if my physical card is not working?\tcard_not_working\nHow do I cancel a purchase?\trequest_refund\nI cannot find my refund on my statement.\tRefund_not_showing_up\nIt's been some time ago that I placed an order and it just isn't coming. At this point just give me back my money because I'm not paying them.\trequest_refund\nHi, I used an ATM today to take money out of my account, but the amount it gave me is not the amount I requested. What should I do?\twrong_amount_of_cash_received\nCan you explain why my Google Pay Top isn't working?\tapple_pay_or_google_pay\ncan i top up from a usa credit card\tsupported_cards_and_currencies\nIs there a cash withdrawal fee? Because I just got charged?\tcash_withdrawal_charge\nWhy was the price higher when I paid with my card?\tcard_payment_fee_charged\nWhy was I charged a higher exchange rate when I bought something abroad?\tcard_payment_wrong_exchange_rate\nWhat are the steps to reset my passcode?\tpasscode_forgotten\nIs exchanging currencies one of your app services?\texchange_via_app\nThe balance does not appear to have updated.\tbalance_not_updated_after_bank_transfer\nWhy is there an additional fee showing on the statement I received?\textra_charge_on_statement\nI wish to be able to top up with cash.\ttop_up_by_cash_or_cheque\nI cannot find my PIN.\tget_physical_card\nI really need to top-up my card today urgently but my card keeps getting declined!! Can you please resolve this problem or let me know if you have any alternatives\ttop_up_failed\nWhat proof do you need for my identification?\tunable_to_verify_identity\nMy refund is still pending\tRefund_not_showing_up\nI don't recognize the direct debit payment on my account.\tdirect_debit_payment_not_recognised\nMy disposable virtual card wouldn't process my payment?\tvirtual_card_not_working\nI had a duplicate card and bought something and it showed up twice. I canceled my card, how do I get my money back?\ttransaction_charged_twice\nI need to urgently transfer something from China. How long will it approximately take?\ttransfer_timing\nDoes it cost anything and how long would it take to get a card if I need a new one? My card is about to expire.\tcard_about_to_expire\nWhy did I get charged extra?\tcard_payment_fee_charged\nWill I be sent a new card before mine expires?\tcard_about_to_expire\nA transfer is pending.\tpending_transfer\nWhat are my limits on disposable cards?\tdisposable_card_limits\nCan I put my old card back in the app?\tcard_linking\nHow can I fix this? The ATM gave me more cash than I'd asked for.\twrong_amount_of_cash_received\nAre cards available in the EU?\tcountry_support\nWhat do I do if I cannot access the app?\tlost_or_stolen_phone\nHow can I report that my card was stolen? I made a police report first.\tlost_or_stolen_card\nCan I get a Visa or does it have to be something else.\tvisa_or_mastercard\nPlease inform me how to get a new card as mine is about to expire.\tcard_about_to_expire\nCan I choose between Visa and Mastercard?\tvisa_or_mastercard\nMay I get an account for my daughter?\tage_limit\nare there any exchange fees\texchange_charge\nwhy am I being charged a fee for transferring money ?\ttransfer_fee_charged\nI have done a transfer within the country the day before yesterday, but it's still not there yet. Can you please check what's going on with that, the account number definitely is the right one, I've checked that several times already.\ttransfer_not_received_by_recipient\nIs there a charge for a physical card?\torder_physical_card\nI'm still waiting on my identity verification.\tunable_to_verify_identity\nA wrong amount of cash we sent to me.\twrong_amount_of_cash_received\nHow can I get a refund for a purchase?\trequest_refund\nMy payment for my card is not working\tdeclined_card_payment\nI can't remember my passcode.\tpasscode_forgotten\nHow much extra will I be charged for exchanging foreign currency?\texchange_charge\nI sent money to my family last Friday but they don't have it.\ttransfer_not_received_by_recipient\nWhat fiat currencies do you support?\tfiat_currency_support\nI need my card as quick as possible\tcard_delivery_estimate\nWhy can't I see a transfer to my account?\tbalance_not_updated_after_bank_transfer\nI was charged twice for a restaurant, can you take the second charge off?\ttransaction_charged_twice\nI was abroad and needed some cash, but I think the wrong exchange rate was applied to the transaction.\twrong_exchange_rate_for_cash_withdrawal\nI noticed a different charge while I was taking my money out.\tcash_withdrawal_charge\nIt's only been a few weeks my my top-up got cancelled\ttop_up_reverted\nI want to auto top-up.\tautomatic_top_up\nleft my phone at hotel, cant use app\tlost_or_stolen_phone\nI need a physical card.  What are the fees?\torder_physical_card\nIs my card frozen?\tcard_not_working\nI need to cancel a payment. Something i purchased a while ago still has not arrived and i'm not going to pay them if they won't send me what I purchased.\trequest_refund\nCan I get a Visa from you?\tvisa_or_mastercard\nHow do I dispute a direct debit transaction?\tdirect_debit_payment_not_recognised\nDo I need to go to an office to change my pin?\tchange_pin\nIf I see a payment in the app that I don't recognize, what should I do?\tcard_payment_not_recognised\nwhy would i be declined if i had money iin my account\tdeclined_cash_withdrawal\nDo you charge for transfers?\ttop_up_by_bank_transfer_charge\nDo i need to verify my top up?\tverify_top_up\nCan I use my new card?\tactivate_my_card\nMy morning transaction needs to be canceled.\tcancel_transfer\nI need to get visa and mastercard\tvisa_or_mastercard\nI was charged multiple times for one purchase\ttransaction_charged_twice\nA cash withdrawal has been done that I didn't do.\tcash_withdrawal_not_recognised\nWhat do I owe for a new card?\torder_physical_card\nWhat can I do if my card still hasn't arrived after 2 weeks?\tcard_arrival\nMy card was not accepted in a shop\tdeclined_card_payment\nA receiver made me aware that they did not receive the full transfer that I made. The amount was showing to be a bit less. I now have to make a second transfer just to make up the difference. Can you reach out and let me know what's going on?\ttransfer_fee_charged\nI need some money transferred ASAP, how long does the process take?\ttransfer_timing\nWhat does pending payment mean?\tpending_card_payment\nThe exchange rate used on your app is really bad. I'm considering closing my account because of it.\tcard_payment_wrong_exchange_rate\nI need help finding the verification code on the top up card.\tverify_top_up\nI need to transfer funds from my other bank account into this bank account.\ttransfer_into_account\nWhy does my card continually get declined? I thought I had enough money in there but I've tried several times now and it still isn't working.\tdeclined_transfer\nI need assistance to activate the card on my account.\tactivate_my_card\nAre there businesses that don't accept this card?\tcard_acceptance\nwhat countries can i use my card in\tcountry_support\nMy disposable virtual card won't work.\tvirtual_card_not_working\nHow can I tell if my card payment is reverted?\treverted_card_payment?\nThe app says that I got cash in an ATM and I didn't\tcash_withdrawal_not_recognised\nDo I have to go into the bank to change my PIN?\tchange_pin\nWhy do you need to check my identity?\twhy_verify_identity\nLet me know when you charge extra for payments please. I just checked the app earlier when I saw that there was an additional fee on one of the payments that I wasn't warned about before.\tcard_payment_fee_charged\nThere is a pending payment on my account that is very strange. I don't remember making this and it won't go away. Can you help me figure this out?\textra_charge_on_statement\nSomebody used my card without my knowledge!\tcompromised_card\ncash and check deposit has not gone thru\tbalance_not_updated_after_cheque_or_cash_deposit\nDo you offer a discount for those who perform frequent currency exchanges?\texchange_charge\nWhere can I use my Mastercard?\tcard_acceptance\nHow long does it take for a payment to change from pending?\tpending_card_payment\nWhen will my balance reflect a deposit?\tbalance_not_updated_after_cheque_or_cash_deposit\nHow can I link my bank to my top up account?\ttransfer_into_account\nCan I exchange currency to Europe?\tfiat_currency_support\nWhy is the cash not showing in my account for the check I deposited?\tbalance_not_updated_after_cheque_or_cash_deposit\nI need to check status as my friend hasn't got money I sent.\ttransfer_not_received_by_recipient\nWhy is there are there two of the same transaction?\ttransaction_charged_twice\nNot living in same place, need to change details\tedit_personal_details\nWhere will I get my card?\torder_physical_card\nUsing Google Pay, can I top up?\tapple_pay_or_google_pay\nCan I top up?\ttop_up_limits\nWhat does it mean when it says I have a payment pending?\tpending_card_payment\nSomeone stole my wallet a couple of hours ago now and they have taken money from my account. Is there any way that you can help so I won't lose any more of my money.\tcash_withdrawal_not_recognised\nHow do I get my card out of the ATM?\tcard_swallowed\nI have a direct debit I didn't make\tdirect_debit_payment_not_recognised\nwhat is the word?\tdirect_debit_payment_not_recognised\nMy card was stolen. What do I need to do?\tlost_or_stolen_card\nThere's a payment with my card that I definitely didn't create. I don't know anyone by that name.\tcard_payment_not_recognised\nI need a list of currencies you accept for exchange.\tfiat_currency_support\nMy top-up hasn't happened yet.\tpending_top_up\nI got charged fees for withdrawing cash!\tcash_withdrawal_charge\nCan you make exchanges using the EUR?\tfiat_currency_support\nWhere is my missing cheque I deposited?\tbalance_not_updated_after_cheque_or_cash_deposit\nWould you give me a mastercard and visa?\tvisa_or_mastercard\nIs my PIN the same thing as my passcode?\tget_physical_card\nhow long does it take for a transfer to arrive\ttransfer_not_received_by_recipient\nI hope you can help me. My account has been compromised from a different town that I haven't been to. Can you please place a hold on my account until I can make it to the bank?\tcash_withdrawal_not_recognised\nMy card couldn't complete a transfer, why?\tfailed_transfer\nI am not sure where my phone is.\tlost_or_stolen_phone\nI signed up, but don't have a PIN. Where can I find it?\tget_physical_card\nI need assistance with activating my new card.\tactivate_my_card\nHow do I replace my card?\tcard_about_to_expire\nSo, I was just charged for my recent ATM withdrawal and any withdrawal prior to this has been free. What is the issue here?\tcash_withdrawal_charge\nHow long does a bank transfer take to show up in available funds?\tbalance_not_updated_after_bank_transfer\nHow long do transfers take to go though\tbalance_not_updated_after_bank_transfer\nHow long does a transfer from the United Kingdom take? I haven't seen it show up yet in my bank account and want to make sure I get the transfer.\tbalance_not_updated_after_bank_transfer\nI am having trouble finding the top-up card verification code.\tverify_top_up\nI just tried to top-up and now I'm getting an additional verification message, why?\tverify_top_up\nunhappy with service need to delete account\tterminate_account\nDoes a discount apply if I exchange currencies frequently?\texchange_charge\nI made a transfer and the person I transferred the money to didn't receive the right amount? Why did this happen and how do I get the rest of the money to them?\ttransfer_fee_charged\nThe app has rejected my top up.\ttop_up_failed\nMy funds are not transferring to my bank. Why is this not working?\tbeneficiary_not_allowed\nHow can I delete my account?\tterminate_account\nSays that my top-up is incomplete?\tpending_top_up\nIn the app, I see a withdrawal I didn't make.\tcash_withdrawal_not_recognised\nI visited the ATM but got less money than what I requested. Why?\twrong_amount_of_cash_received\nhelp me find where this money came from\tverify_source_of_funds\nwhere is my money from this morning\tbalance_not_updated_after_cheque_or_cash_deposit\nI need a new card to replace an expired one. Will it cost anything, and how soon?\tcard_about_to_expire\nI thought crypto top up with something you offer. This is not working. The money has been deducted from my account. Can you find out what's going on?\ttop_up_reverted\nVerifying the top-up seems like a hassle.\tverify_top_up\nWhat reasons could cause my top up to be reverted\ttop_up_reverted\nWhich ATMs take the card?\tatm_support\nI was just shopping and my payment was declined in a store!  It was very embarrassing, what is going on and when will it be fixed?\tdeclined_card_payment\nCan I track the card you sent to me?\tcard_arrival\nThis disposable virtual card is not working.\tvirtual_card_not_working\nIs there a way to change my PIN without having to go to the bank?\tchange_pin\nYou shorted me money when I tried to make a withdrawal.\twrong_amount_of_cash_received\nMy virtual car is not working.\tvirtual_card_not_working\nHow long will it take for my transfer to arrive?\ttransfer_not_received_by_recipient\nAs far as courtries go which ones are supported?\tcountry_support\nCan you tell me exactly what fees I will expect to see in regards to your cards?\torder_physical_card\nI had to pay one pound more than the set price!\textra_charge_on_statement\nWhat age do you have to be to open an account?\tage_limit\nMy card wont work at an ATM\tdeclined_cash_withdrawal\nCan I use my card in Austria?\tcountry_support\nIs there anywhere  In the  Eu  this card can not be delivered in\tcountry_support\nHelp! I need to cancel a transaction.\tcancel_transfer\nI want to reactivate my card, I thought I had lost it but found it again in my jacket this morning.\tcard_linking\nHow do you do exchanges?\texchange_rate\nI would like to receive my salary in a different currency. How does that work?\treceiving_money\nWhat types of fiduciary currencies are supported for tenure and exchange?\tfiat_currency_support\nWhat locations are cards delivered to?\torder_physical_card\nWhy was my top up reverted?\ttop_up_reverted\nI just made an order and noticed an extra fee. Why have you charged me this without informing me?\tcard_payment_fee_charged\nI bought something and now I want a refund.\trequest_refund\nHow do I activate my card, so that I can start using it?\tactivate_my_card\nWhat is the first step that I should take after my card has been stolen?\tlost_or_stolen_card\nCan I cash deposit to top up my account\ttop_up_by_cash_or_cheque\nHow come I did not get a virtual card yet?\tgetting_virtual_card\nIf I lost my phone, how can I stop someone from accessing my account through the app?\tlost_or_stolen_phone\nWhy won't cash come out of the ATM?\tdeclined_cash_withdrawal\nAre visa and mastercard accepted\tvisa_or_mastercard\nCan you tell me how long it would take, to make a transfer from France? I made one 2 days ago and its not there yet.\tbalance_not_updated_after_bank_transfer\nIf I top up by transfer, am I going to be charged?\ttop_up_by_bank_transfer_charge\nHow do I change to AUD from GBP?\texchange_via_app\nI need to transfer something from China, How long will it take?\ttransfer_timing\nI seem to be having trouble with my Google Pay Top. Can you please help?\tapple_pay_or_google_pay\nI tried to transfer some money and it hasn't done it yet - what's going on?\ttransfer_not_received_by_recipient\nWhy was I charged a fee? I thought shopping was free?\tcard_payment_fee_charged\nWhat should I do if my passcode won't work?\tpasscode_forgotten\nHow long will it be  before the person I sent money to is able to see it?\ttransfer_not_received_by_recipient\nHow do you check my identity?\tverify_my_identity\nWhen will my money be in my account?\ttransfer_timing\nWhy does my transaction have an added fee?\textra_charge_on_statement\nCan I set automatic top ups?\tautomatic_top_up\nI need more physical cards than I have right now!\tgetting_spare_card\nHey, I tried to withdraw some cash earlier and it's saying it's pending? Will I be charged for this?\tpending_cash_withdrawal\nHow long does it actually take my card payment to make it to the account? I've made a payment a couple of days ago but it hasn't moved since.\tpending_card_payment\nI don't think my top up worked\ttop_up_failed\nI need to cancel my card.  There are a few charges from a couple days ago that I didn't make.  Can I get credit for these charges?\tcard_payment_not_recognised\nDo you know the reason why my card payment was declined?\tdeclined_card_payment\nIs there a specific date it can be delivered by?\tcard_delivery_estimate\nMy new landlord says he hasn't received the rent payment that I transferred a couple days ago. I've already checked the account numbers and they are correct. Can you tell me what's going on with this transaction that the transfer isn't showing up on my landlord's end?\ttransfer_not_received_by_recipient\nI am blocked now because I entered the wrong pin, need help.\tpin_blocked\nWhat do I do?  The ATM took my card!\tcard_swallowed\nI wish to top up using a cheque.\ttop_up_by_cash_or_cheque\nFor adding money, which currencies do you accept?\tsupported_cards_and_currencies\n\"\nI can't seem to be able to use my card\n\n\n\"\tcard_not_working\nI was double-charged for a transaction\ttransaction_charged_twice\nI cannot use my PIN.\tpin_blocked\nI paid two weeks ago and just got refunded\treverted_card_payment?\nIn a recent withdrawal I received less cash than I expected to receive.  Did someone make an error with the exchange rate?\twrong_exchange_rate_for_cash_withdrawal\nHow can I go about ordering a virtual card?\tgetting_virtual_card\nI am seeing and extra 1$ charged to my account and wanted to know about it.\textra_charge_on_statement\nWhat am I being charged an extra pound when I haven't bought something worth that much?\textra_charge_on_statement\nI am missing a refund amount on my account.\tRefund_not_showing_up\nHow can I replace an expired card?\tcard_about_to_expire\nHow fast can I transfer something from China?\ttransfer_timing\nWhat is the charge for sending out more cards?\tgetting_spare_card\nHow do I find my PIN number?\tget_physical_card\nWhen I add money to my international card do you charge a fee to do so?\ttop_up_by_card_charge\nHello. I looked at my account and see that a transaction I tried to do is pending, but I did not complete that transaction. When I was at the ATM, the machine declined my card. Can you make sure that transaction does not go through because I definitely did not receive the money.\tpending_cash_withdrawal\nThe rate applied to my foreign currency at an ATM was incorrect.\twrong_exchange_rate_for_cash_withdrawal\nPlease tell me why I would have to pay a fee for a recent payment. Thanks.\tcard_payment_fee_charged\nThere is a weird payment in my statement.\tcard_payment_not_recognised\nWhy is there a $1 charge on my statement?\textra_charge_on_statement\nWhen should I expect to receive my card?\tcard_delivery_estimate\nWhat was the issue with my topping up?\ttop_up_failed\nWhy won't you let me name X as a beneficiary?\tbeneficiary_not_allowed\nWhy has my top-up not worked?\ttop_up_failed\nFor what reason did my top-up get cancelled?\ttop_up_reverted\nI tried to top up and suddenly my money disappeared\ttopping_up_by_card\nI deposited a cheque, but the balance hasn't changed yet.\tbalance_not_updated_after_cheque_or_cash_deposit\nI think the exchange rate for the cash I withdrew wasn't correct.\twrong_exchange_rate_for_cash_withdrawal\nWill you assess me more fees if I top up with an international card?\ttop_up_by_card_charge\nWhat are all of the different steps for identity checks?\tverify_my_identity\nIs there any fees associated with receiving money with this account?\ttop_up_by_bank_transfer_charge\nSomeone has copied my card. I have my card with me, but someone just made a 500£ cash withdrawal. Please help now.\tcash_withdrawal_not_recognised\nI need some help, I thought you guys accepted crypto top ups?? It won't seem to let me do it. I put money in my account and now it's gone and I didn't spend it. Where did it go??\ttop_up_reverted\nWhen will the money from my bank transfer be available?\tbalance_not_updated_after_bank_transfer\nHi, My card is getting declined during top-up. As it urgent, could you please resolve this issue, or guide me with other alternatives if any.\ttop_up_failed\nI am travelling and I was wondering what your exchange rates are\texchange_rate\nHow can I tell if an AMT will take this card?\tatm_support\nI am seeing a direct debit I wasn't aware of.\tdirect_debit_payment_not_recognised\nWhat if I want to add a card I already have to the app?\tcard_linking\nDo you guys accept cash? Because i deposited some this morning and I can't see it in my account.\tbalance_not_updated_after_cheque_or_cash_deposit\nIf I found an error in my account for a transaction I didn't make, how long to I have to dispute it?\tdirect_debit_payment_not_recognised\nI want to activate the card.\tactivate_my_card\nI am required to make several disposable cards every day.\tdisposable_card_limits\nWhy was there a fee for paying by card?\tcard_payment_fee_charged\nis there a way to do top up with apple pay\tapple_pay_or_google_pay\nWhy is the payment on my card still pending?\tpending_card_payment\nAsked for $100 but only got $20. Why would this happen?\twrong_amount_of_cash_received\nCan I have it delivered on the date I need it delivered?\tcard_delivery_estimate\nI was told I would be getting a refund but I have yet to see it\tRefund_not_showing_up\nWhy can't you allow my beneficiary?\tbeneficiary_not_allowed\nthat fee should not be there, you charged my cash for an unnecessary thing.\tcash_withdrawal_charge\nHI,Accordingly you offer crypto top up but it doesn't seem to be working? Money just disappeared from my account.What should be done now?\ttop_up_reverted\nWhy is their a charge pending on my card still?\tpending_card_payment\nIs the exchange rate the same on weekends as the weekdays?\texchange_rate\nWhat do I do to verify my source of funds?\tverify_source_of_funds\nI have transferred some money but the balance hasn't changed\tbalance_not_updated_after_bank_transfer\nI would love one of the virtual cards!\tgetting_virtual_card\nI was refunded the money for something I bought already.\treverted_card_payment?\nI am worried that too much time has gone by for a transfer to be completed.\ttransfer_not_received_by_recipient\nI have been travelling overseas and I need to change my PIN. Can you tell me how this is done?\tchange_pin\nIn my app, a direct debit payment I didn't do shows in my app\tdirect_debit_payment_not_recognised\nHow do I go about getting an actual card?\torder_physical_card\nThe app says my transfer failed\tfailed_transfer\nWhy have I been charged a fee for transferring money?\ttransfer_fee_charged\nDoes this program take SWIFT transfers?\ttop_up_by_bank_transfer_charge\nMy transfer's stuck on pending.\tpending_transfer\nIs the closest ATM to me within 2 miles?\tatm_support\nWhy did they charge me an extra $1?\textra_charge_on_statement\nI used my card to make a payment a while ago and its still pending, Why is it taking so long?\tpending_card_payment\nHow long after I receive my statement can I dispute payments on it?\tdirect_debit_payment_not_recognised\nWhere do I unblock my PIN?\tpin_blocked\nI think the exchange rate was incorrect.\twrong_exchange_rate_for_cash_withdrawal\nI'm unhappy with the exchange rate your cash transactions.\twrong_exchange_rate_for_cash_withdrawal\nHow can I prove who I am?\tverify_my_identity\nI received less cash than the amount I specified in the ATM.\twrong_amount_of_cash_received\nCan I transfer something urgently from China? How long does it take?\ttransfer_timing\nDo you also have this extra fee on your statement?\textra_charge_on_statement\nMy card is showing the same transaction over and over again.\ttransaction_charged_twice\nMy identity verification is not working.\tunable_to_verify_identity\nHow much do I have to pay to accept an international transfer?\texchange_charge\nis there a limit for top up?\ttop_up_limits\nMy new card isn't in my app, how do I get it in there?\tcard_linking\nA shop I go to didn't let me pay.\tdeclined_card_payment\nMy refund is not showing up in my account. Where is it?\tRefund_not_showing_up\nWhat happens if I deposit a cheque accidentally?\tbalance_not_updated_after_cheque_or_cash_deposit\nMy virtual card isn't working.\tvirtual_card_not_working\nSomebody made a withdrawal from my account for 500. I have my card so how can this be? Does somebody have a duplicate card or something? Help please.\tcash_withdrawal_not_recognised\nWhat is the process to create a disposable virtual card?\tget_disposable_virtual_card\nHow do I edit the personal details on my account?\tedit_personal_details\nI have a missing refund\tRefund_not_showing_up\nHow much does it cost for additional cards?\tgetting_spare_card\nhow to exchange currencies\texchange_via_app\nFor some reason I am unable to preform a transfer to a beneficiary.\tbeneficiary_not_allowed\nHow can people transfer money to me?\treceiving_money\nWhy was my cash withdrawal given the wrong exchange rate?\twrong_exchange_rate_for_cash_withdrawal\ncan i order cards on the app\torder_physical_card\nHow do I find the refund on my statement?\tRefund_not_showing_up\nHello, I was contacted by a seller who let me know my money didn't come through on their side. It most certainly came out of my account so I need this looked at immediately because now it has been returned to me!\treverted_card_payment?\nI made a transfer from France two days ago now but there hasn't made it there yet. Do international transfers take longer?\tbalance_not_updated_after_bank_transfer\nCan I still use my account without verifying my identity?\twhy_verify_identity\nWhat ATMs take this card?\tatm_support\nWhat do I do to get ahold of my own card?\torder_physical_card\nhow to delete account, not happy\tterminate_account\nHow long will a transfer take from Europe?\ttransfer_timing\nMy account transfer was not cleared.\tbeneficiary_not_allowed\nI'm not able to withdraw money from the ATM but I'm not sure why.\tdeclined_cash_withdrawal\nIs it possible to purchase more physical cards with my account?\tgetting_spare_card\nI made a purchase but the exchange rate is wrong?\tcard_payment_wrong_exchange_rate\nIs there anything to do because my phone was stolen?\tlost_or_stolen_phone\nWhy have I been charged a fee for card payment?\tcard_payment_fee_charged\nHello, there was an error while attempting top-up with my card this morning. I was able to use the card two days ago with no issues. Could you please assist?\ttop_up_failed\nHow many ATMs will take this card?\tatm_support\nI tried to get cash but it was declined!\tdeclined_cash_withdrawal\nlooking back on my transactions from a couple of months ago I have noticed a charge that is fairly large that I'm certain was not completed by me. I know it has been a while but can I please dispute this charge?\tdirect_debit_payment_not_recognised\nI recently made a transfer but I need to cancel it as soon as possible.  Please let me know when this happens.\tcancel_transfer\nI would like to get both Mastercard and Visa card from you if that's possible.\tvisa_or_mastercard\nHow many payments can I make using a virtual card?\tdisposable_card_limits\nI'm interested in what your exchange rates are based on.\texchange_rate\nWhy hasn't my withdrawal shown on my statement?\tpending_cash_withdrawal\nThere is a withdrawal waiting.\tpending_cash_withdrawal\nAre there any charges for top ups?\ttop_up_by_card_charge\nMy card payment is showing pending however this transaction was a couple of days ago. Is there a reason why it it still pending?\tpending_card_payment\nI would like to retract my purchase.\trequest_refund\nYour ATM pin can be changed at any VISA or MasterCard ATM with PIN services. Certain countries don't support ATM pin changes.\tchange_pin\nCan I change my PIN abroad?\tchange_pin\nCan I have a new card shipped to China?\tcard_about_to_expire\nWhy do you need so much information about me\twhy_verify_identity\nIt seems like my card payment didn't work.\tdeclined_card_payment\nI just replaced my phone but how do I use my card information?\tlost_or_stolen_phone\nHow can I exchange USD and GBP in the app?\texchange_via_app\nI was charged extra or a hidden fee when I purchased something from you. What's the deal? I didn't authorize that charge.\textra_charge_on_statement\nWill my card be a MasterCard or a Visa?\tvisa_or_mastercard\nPlease help me regarding a direct debit in the app that I don't recognize.\tdirect_debit_payment_not_recognised\nWhy did withdrawing money cost me extra?\tcash_withdrawal_charge\nWhat can I do to make my physical card work?\tcard_not_working\nWhat are the acceptable currencies for adding funds?\tsupported_cards_and_currencies\nQuestionable transactions on my account.\tcompromised_card\nMy account shows I made a debit payment to someone that I can't recall and would like to find out who the payment was made to.\tdirect_debit_payment_not_recognised\nI'm trying to activate the auto-top up function. Where is it?\tautomatic_top_up\nI seem to be unable to make any transactions.\tcard_not_working\nHow do I transfer money into my account?\ttransfer_into_account\nThe money is still in my account even though I already paid -- I don't understand what happened.\treverted_card_payment?\nPlease explain how I use the disposable cards?\tget_disposable_virtual_card\nIs there a fee for topping off by transfer?\ttop_up_by_bank_transfer_charge\nHow long is a transfer in the pending status?\tpending_transfer\nhelp, lost my card\tlost_or_stolen_card\nI think my top up is still pending?\tpending_top_up\nMy account isn't showing the refund\tRefund_not_showing_up\nhow to track the card you sent\tcard_arrival\nI want a new PIN please.\tchange_pin\nHow can you transfer my salary to my correct currency?\treceiving_money\nI'm having an issue with transaction. I topped up my account and saw it went through, but that was a few days ago and the money isn't in my account any more. What's up with that?\ttop_up_reverted\ni didnt make these transactions, i think my card details might be stolen\tcompromised_card\nI believe that my transfer hasn't gone through.\tfailed_transfer\nThe date my card expires is coming up\tcard_about_to_expire\nHow do I get my refund back?\trequest_refund\nI didn't withdraw the amount of cash that is showing up in the app.\tcash_withdrawal_not_recognised\nDoes the top-up need verified?\tverify_top_up\nI did a money transaction and the recipient doesn't see it\ttransfer_not_received_by_recipient\nHow do I know where my money comes from?\tverify_source_of_funds\nWhy do i have an extra fee on my statement?\textra_charge_on_statement\nWhy did I get a fee for getting cash?\tcash_withdrawal_charge\nHow can you assist me on topping up on bank transfers to my account?\ttransfer_into_account\nI would like to order a virtual card, where can I get one?\tgetting_virtual_card\nWhich countries are you in?\tcountry_support\nDoes it cost money to top up?\ttop_up_by_card_charge\nHow long will it take to transfer something from China?\ttransfer_timing\nMay I order another card?\tgetting_spare_card\nWhy was I charged for payments? You didn't warn me about additional fees.\tcard_payment_fee_charged\nI can't find the card PIN.\tget_physical_card\nHow do I order my card?\torder_physical_card\nThere is a payment on my card that I do not recognize.\tcard_payment_not_recognised\nI received the wrong amount of cash.\twrong_amount_of_cash_received\nI can't get my card out of the ATM, what should I do now?\tcard_swallowed\nWhy was a fee charged to me for transferring money?\ttransfer_fee_charged\nCan I get a new card?\torder_physical_card\nCan I change or hold different currency?\tfiat_currency_support\nI contacted a seller about a refund last week but he still hasn't returned my money. I am frustrated and need these funds. Please help me get my money back.\tRefund_not_showing_up\nMy transfer to a beneficiary did not go through.  Why?\tbeneficiary_not_allowed\nWhy is my withdrawl to cash still pending?\tpending_cash_withdrawal\nI think my wallet fell out on the Tube today! I realized as soon as I got to my desk. How do I cut off the card?\tlost_or_stolen_card\nFor some reason my card payment didn't work\tdeclined_card_payment\nWhy are all my card payments being declined?\tdeclined_card_payment\nI made an ATM withdrawal over the holiday and then later realized I was charged an exorbitant fee!  I never would've made this withdrawal if I'd known I'd be charged so much.\twrong_exchange_rate_for_cash_withdrawal\nHow can I periodically check the delivery of the card you sent?\tcard_arrival\nWhy was my request for cash declined?\tdeclined_cash_withdrawal\nI see a cash withdrawal in the app that I did not do.\tcash_withdrawal_not_recognised\nI transferred money to another country several days ago, but my transaction is still pending. i have checked that the accounts are keyed in correctly. what sees to be the problem?\tpending_transfer\nWill the card be a Mastercard or a Visa?\tvisa_or_mastercard\nI did not set up a direct debit I have\tdirect_debit_payment_not_recognised\nWhat steps do I need to take for the identity checking process?\tverify_my_identity\nHow's the exchange rate looking right now?\texchange_rate\nI need to know the if there is a limit on the amount for auto top-up.\tautomatic_top_up\nWhy can't I edit my personal details?\tedit_personal_details\nHow long does it take for the card to come?\tcard_delivery_estimate\nIn regards to the PIN of the card?\tget_physical_card\nI got charged twice with a duplicate card. How do I resolve this?\ttransaction_charged_twice\nhelp my money isnt showing up\tbalance_not_updated_after_bank_transfer\nHow do I close my account, since I'm dissatisfied?\tterminate_account\nWhen I topped up the app reverted it.\ttop_up_reverted\nI am seeing inside the App a some cash withdrawal that is not mine\tcash_withdrawal_not_recognised\nHow can I change my Rowlock ?\tchange_pin\nDo you know the process how to activate my card?\tactivate_my_card\nAre there any restrictions to where I can use my card?\tcard_acceptance\nAre there charges for cash withdrawals?\tcash_withdrawal_charge\nwhen will my transfer clear\tpending_transfer\nWhat do I have to do to prove my identity?\tunable_to_verify_identity\ncan i use check to top up\ttop_up_by_cash_or_cheque\nThe terminal I paid at wouldn't take my card. Is something wrong?\tcontactless_not_working\nMy phone is missing.\tlost_or_stolen_phone\nWhy would my card payment get reverted?\treverted_card_payment?\nWhy didn't my payment process\tpending_card_payment\nIs there a way to reset my PIN?\tpin_blocked\nPhysical cards are what I need more of\tgetting_spare_card\nI made a transfer and the receiver did not get the right amount its lesser than what it should be,Now I have to transfer more money to make up for the missing amount . Can you please help me about this, what should be done\ttransfer_fee_charged\nHow can I fix my bank transfer to show up on my bank account?\tbalance_not_updated_after_bank_transfer\nI have done a transfer within the country a couple days ago, but it's still not there yet. Can you please check what's going on with that, the account number definitely is the right one, I've checked that several times already.\ttransfer_not_received_by_recipient\nI lost the code and can not get into the app. Help!\tpasscode_forgotten\nI deposited a check yesterday and im not seeing it posted yet in my account. why is that? can you look into it?\tbalance_not_updated_after_cheque_or_cash_deposit\nMy card hasn't been working when I try to use it.\tcard_not_working\nAre there directions to get a new passcode if I forgot mine?\tpasscode_forgotten\nI see a direct debit transaction in my history that I did not set up.\tdirect_debit_payment_not_recognised\nExplain how to verify my identity?\tverify_my_identity\nGoogle play top up help?\tapple_pay_or_google_pay\nDoes the package with my card have tracking?\tcard_arrival\nHi, I checked my transactions and saw that I was charged twice during a restaurant visit. I would like to get my money back.\ttransaction_charged_twice\nI can't get the virtual card to work\tvirtual_card_not_working\nI exchanged cash when traveling and the rate was incorrect.\twrong_exchange_rate_for_cash_withdrawal\nThere are a couple payments with my card shown that I'm not responsible for. What is going on? Maybe someone has access to my account.\tcard_payment_not_recognised\nMy top up isn't in my wallet.\ttopping_up_by_card\nIf I make a mistake can I cancel the transaction?\tcancel_transfer\nwith what can I verify my identity?\tverify_my_identity\nI withdrew  money from the ATM and was overcharged.  It said nothing about an extra fee.\twrong_exchange_rate_for_cash_withdrawal\nHow old does my daughter need to be to have her own account?\tage_limit\nWhen will my card be delivered?\tcard_delivery_estimate\nI don't think I made this transaction on my statement\tcard_payment_not_recognised\nWill I be charged if I add more cards to the account?\tgetting_spare_card\nIs there a limit for age?\tage_limit\nHow long will it take to transfer from europe?\ttransfer_timing\nDoes it cost anyting to get my own card?\torder_physical_card\nI did a transfer earlier but see that it failed to go through.\tfailed_transfer\nHow do I exchange currencies using the app?\texchange_via_app\nHow long does it take for a card to arrive?\tcard_delivery_estimate\nHow much does it cost to do a transfer?\ttop_up_by_bank_transfer_charge\nCan you explain why the ATM is giving me less money than what I asked for?\twrong_amount_of_cash_received\nWhat is this fee for card payment?\tcard_payment_fee_charged\nI tried to get cash out of the ATM but it is taking too long\tpending_cash_withdrawal\nSeems like the exchange rate for my payment last Saturday was wrong. I was charged extra.\tcard_payment_wrong_exchange_rate\nSomebody stole my wallet and is using my card! Can you do something so they can't keep taking my money?\tcash_withdrawal_not_recognised\ncan I top up an apple pay?\tapple_pay_or_google_pay\nI could not get the cash I wanted\twrong_amount_of_cash_received\nI want to close my account due to poor customer service.\tterminate_account\nHow can I change my account details?\tedit_personal_details\nWhy am I seeing a transfer fee on my bank statement?\ttransfer_fee_charged\nHow do I dispute a direct debit that I didn't do?\tdirect_debit_payment_not_recognised\nI have trouble proving my identity.\tunable_to_verify_identity\nI couldn't get the money I needed.\twrong_amount_of_cash_received\nMy account is depleted. Can I transfer funds from another bank?\ttransfer_into_account\nWhy was I charged for cash withdrawal?\tcash_withdrawal_charge\nIs there a fee for a SEPA transfer\ttop_up_by_bank_transfer_charge\nHi, Today i have withdrawn cash from ATM but i got wrong amount and in the app it is showing much more amount than that.\twrong_amount_of_cash_received\nCan I change my pin at a cash machine?\tchange_pin\nI need to change my personal details in my account.\tedit_personal_details\nMy source of funds require verification.\tverify_source_of_funds\nI shouldn't have been charged but I see a fee, why?\tcard_payment_fee_charged\nA transaction is showing more than once.\ttransaction_charged_twice\nMy card was eaten by the cash machine what do I do?\tcard_swallowed\nCan you tell me why I haven't received my new card?\tcard_arrival\nI entered my pin wrong  too many times.\tpin_blocked\nwhy hasn't my cash arrived yet from my cheque?!\tbalance_not_updated_after_cheque_or_cash_deposit\nMy new card is here, what's the process for activating it?\tactivate_my_card\nI cancelled my card payment\treverted_card_payment?\nWhy hasn't my ID been verified?\tunable_to_verify_identity\nHOW DO I TRANSFER MONEY FROM MY BANK ACCOUNT?\ttransfer_into_account\ntop up with credit card\ttopping_up_by_card\nWhy is my identification required?\twhy_verify_identity\nI need to find the card I received in the app.\tcard_linking\nThe app shows a withdrawal that I did not make or authorize.\tcash_withdrawal_not_recognised\nCan my 8 year old grandson open an account at the bank?\tage_limit\nI would like to know the countries you are offer services in?\tcountry_support\nIs there a fee for european bank cards?\ttop_up_by_card_charge\nI can't input my pin again.\tpin_blocked\nCan I do more than 10 transactions with a disposable card?\tdisposable_card_limits\nI made a purchase with my card and I was charged a fee for using it\tcard_payment_fee_charged\nI do I top up from my Apple Watch?\tapple_pay_or_google_pay\n\"On my transfer there was a \"\"decline\"\" message\"\tdeclined_transfer\nWhat types of top-up methods do you accept?\ttop_up_by_cash_or_cheque\nI ordered my card and it isn't here yet. I need it ASAP. When can I expect to get it?\tcard_delivery_estimate\nMy card was declined and I did not receive money from the ATM earlier, yet it show on my account that it is pending.\tpending_cash_withdrawal\nI am still waiting for a money transfer to process.\tpending_transfer\nMy account says there are pending funds right now from withdrawing from an ATM, but my card was declined and I never took out any money. When will that money be deposited back into my account?\tpending_cash_withdrawal\nHow can I put more money into my account?\ttop_up_by_cash_or_cheque\nMy card is almost expired.  How fast will I get a new one and what is the cost?\tcard_about_to_expire\nI made a transfer and the receiver said they haven't actually received the right amount, but it's a bit less. Now I have to transfer more money to make up for the missing bit. Can you please alert me about this, what has been going on?\ttransfer_fee_charged\nwhat are the exchange rates for getting cash\twrong_exchange_rate_for_cash_withdrawal\nWill there be a charge for sending out more cards?\tgetting_spare_card\nWhy should I verify the top-up?\tverify_top_up\nI completed a transfer within the UK two days ago, but it is still not showing received.  I have verified the account number is correct already.  Is there anything else I need to do or is there a problem?\ttransfer_not_received_by_recipient\nHow can I exchange currencies using your app?\texchange_via_app\nWhat do I do about my expired card?\tcard_about_to_expire\nHi I've been trying to top up my card for the past day but it gets declined, I need it topped up urgently! Can somebody get back to me to resolve this or explain any different ways I can top up my card?\ttop_up_failed\nMy cash withdrawal was short.\twrong_amount_of_cash_received\nWhere are the cards delivered to\torder_physical_card\nHow do I report a cash withdrawal that wasn't me?\tcash_withdrawal_not_recognised\nWhy didn't my friend's transaction arrive yet?\ttransfer_not_received_by_recipient\nHi, Could you please help me as someone has stolen my wallet few hours ago. And a withdrawal is made, please help immediately. As i don't want to suffer more.\tcash_withdrawal_not_recognised\nis there a foreign currencies charge?\texchange_charge\nHow do I input a new address?\tedit_personal_details\nI have a payment that hasn't went through yet.\tpending_card_payment\nwhat is going on, i have entered my passcode and its not working\tpasscode_forgotten\nI attempted to enter my pin to many times.\tpin_blocked\nI would like to better understand why my pass-code is not working.\tpasscode_forgotten\nHow come my top-up didn't go through instantly, like it usually does?\tpending_top_up\nMy ATM transaction shorted me on cash, and I think the exchange rate was wrong. Did I receive the correct rate?\twrong_exchange_rate_for_cash_withdrawal\nHow can my friends top up my account?\ttopping_up_by_card\nAm I charged if I make a top-up?\ttop_up_by_bank_transfer_charge\nIs it free for top ups?\ttop_up_by_card_charge\nWill you be adding more currencies in the future?\tfiat_currency_support\nIs there an age limit to open an account\tage_limit\nHello, there seems to be a billing mistake associated with my account.  My app was charged $1 more than it should have.  Could you please explain why this may have happened?\textra_charge_on_statement\nHow can I exchange currencies with this app?\texchange_via_app\nI don't think I made this payment that is showing up\tcard_payment_not_recognised\nI was getting some cash out of the ATM but it cancelled on me without warning.\tdeclined_cash_withdrawal\nHow do I top up with cash?\ttop_up_by_cash_or_cheque\nI want to do a swift transfer\ttop_up_by_bank_transfer_charge\nMy account was charged twice for one purchase\ttransaction_charged_twice\nThe recipient can not locate funds.\ttransfer_not_received_by_recipient\nThere is a strange payment on my card and I don't know what to do.\tcard_payment_not_recognised\nDo I need to add my salary?\treceiving_money\nWhat process should I use to transfer money into my account?\ttransfer_into_account\nI don't have my cell phone with me so I cannot access the system to complete the transaction.\tlost_or_stolen_phone\nHow much does it cost to top up a US-issued card?\ttop_up_by_card_charge\nWhen will my deposit post to my account?\tbalance_not_updated_after_cheque_or_cash_deposit\nWhat are your supported countries?\tcountry_support\nI needed to make a payment on my account, but I typed in the incorrect number.  The app won't allow me to cancel this transaction.  I need it cancelled ASAP!!\tcancel_transfer\nHow do I use a cheque to top up?\ttop_up_by_cash_or_cheque\nHi! A seller that I requested a refund from a long time ago has yet to send the money into my account, even though I keep checking it. Can the seller be contacted by you guys to see what's going on?\tRefund_not_showing_up\nMy card is about to expire.  How do I order another?\tcard_about_to_expire\nWhat's the procedure with currency exchange?\texchange_via_app\nHow can get a Visa card?\tvisa_or_mastercard\nI couldn't transfer money to my bank, why not?\tbeneficiary_not_allowed\nI got less than what i asked for in the ATM, why?\twrong_amount_of_cash_received\nHow long do transfers take, mine just says pending?\tpending_transfer\nWhat do I do if I lost my phone?\tlost_or_stolen_phone\nif im not using my account should i close it or just let it sit\tterminate_account\nHow long until my card will get here?\tcard_delivery_estimate\nHow do I fix a payment that was reverted\treverted_card_payment?\nWhere do you export the cards to?\torder_physical_card\nWhat is the fee for topping up a US card?\ttop_up_by_card_charge\nWhich countries do you support?\tcountry_support\nHow long does it take for a top-up?\tpending_top_up\nWill there be any fees for top ups?\ttop_up_by_card_charge\nI'm unable to verify my identity\tunable_to_verify_identity\nPlease provide me with the restrictions of the disposable cards.\tdisposable_card_limits\nWhy did my payment fail?\tdeclined_card_payment\nis there a reason i need to verify top up\tverify_top_up\nWith one disposable card how many transactions can i do?\tdisposable_card_limits\nHi, I am currently in the process of buying a flat and I am waiting for the mortgage to go through but it keeps showing up as an error.  Do you know what could be causing this and can you help me get the money over.\tfailed_transfer\nI want to get some cash from the ATM using my card but I dont want to be charged any fees. Ive taken some money out before with no fees, but recently Ive been getting charged. Why?\tcash_withdrawal_charge\nHow do I terminate my account.\tterminate_account\nAfter putting in the wrong PIN too many times, I was blocked. Can you assist me in changing it?\tpin_blocked\nHow do I report possible fraudulent activity on my account?\tcompromised_card\nWhy was I charged for a cash withdrawal at the ATM?\tcash_withdrawal_charge\nwhy couldn't I use my card at a store?\tdeclined_card_payment\nI used my card to top-up but the money is gone!\ttopping_up_by_card\nI made a payment with my card that was cancelled?\treverted_card_payment?\nDo you supply both Visa and Mastercard?\tvisa_or_mastercard\nI need to change my address in the personal details.\tedit_personal_details\nWill I be charged a fee for a SEPA transfer?\ttop_up_by_bank_transfer_charge\nI dont see my reciept\ttransfer_not_received_by_recipient\nI was overcharged an additional pound.\textra_charge_on_statement\nWhy did my transfer to a beneficiary fail?\tbeneficiary_not_allowed\nDo you charge anything for topping up?\ttop_up_by_bank_transfer_charge\nI am at the ATM and tried to withdraw 30 pounds and it only gave me 10 pounds, what do I do?\twrong_amount_of_cash_received\nIs something wrong with my account, my balance didn't change after I transferred some money\tbalance_not_updated_after_bank_transfer\nWhen did I get a $1 extra fee on my statement?\textra_charge_on_statement\nI was charged twice for an in-store purchase that I thought was declined.  My App says that it's still pending for one of the payments. Please make sure one of the charges is removed.\ttransaction_charged_twice\nMy statement shows different transaction times.\ttransaction_charged_twice\nIs the exchange rate current?\texchange_rate\nWill you tell me how to exchange USD for GBP in the app?\texchange_via_app\nIf I can, I would like to get both Mastercard and Visa from you.\tvisa_or_mastercard\nCan I put my found card back into the app on my phone?\tcard_linking\nMy statement has a charge that shouldn't have been made.\trequest_refund\nMy top-up failed to go through.\ttop_up_failed\nI was blocked by using the wrong pin too many times, can you help me?\tpin_blocked\nThe app is having trouble verifying my identity.\tunable_to_verify_identity\nWhat kinds of cards can I use to top up?\tsupported_cards_and_currencies\nIn what way can I change my PIN and where do I need to be?\tchange_pin\nThe ATM sucked my card in.\tcard_swallowed\nI made a cash deposit, but it hasn't shown up in my balance yet.\tbalance_not_updated_after_cheque_or_cash_deposit\nI'm trying to verify my identity but can't figure out how, what do I do?\tverify_my_identity\nCan you help me activate my card\tactivate_my_card\ndetails need to be modified\tedit_personal_details\nwhat cards can i use to add money to my account\tsupported_cards_and_currencies\nI did not have the right exchange rate applied to my situation of pulling out cash\twrong_exchange_rate_for_cash_withdrawal\n\"\nAt which ATMs can I use this card?\"\tatm_support\nIs there a fee to order a physical card?\torder_physical_card\nI'd prefer to use my American Express when putting funds into my account.\tsupported_cards_and_currencies\nI want my card I just received to show up in the app. How do I do that?\tcard_linking\nI topped up but the app declined it\ttop_up_reverted\nWhen can I expect my card to arrive?\tcard_delivery_estimate\nmy phone was taken yesterday, what should I do about my account?\tlost_or_stolen_phone\nI have a new card. How do I activate it?\tactivate_my_card\nHow long does it take for pending to go through\tpending_transfer\nDoes this app exchange currencies?\texchange_via_app\nMy topping up didn't go through.\ttop_up_failed\nWhat do I do if I see a transaction on my card that I don't recall making?\tcard_payment_not_recognised\nWhen will my transfer post to my account?\ttransfer_timing\nShould I be seeing a fee applied for my money transfer?\ttransfer_fee_charged\nWhat do I do to unblock my PIN?\tpin_blocked\nMastercard is preferred to me.\tvisa_or_mastercard\nI need to exchange some foreign currency. What's the charge for doing that?\texchange_charge\nwhere can i see money source?\tverify_source_of_funds\nHow can I get my money back for a payment i didnt make\tdirect_debit_payment_not_recognised\nI have a transaction that shows multiple times.\ttransaction_charged_twice\nI made a transaction this morning but I need to revert it now.\tcancel_transfer\nMy cash deposit isn't in my account. What happened?\tbalance_not_updated_after_cheque_or_cash_deposit\nHow long would does it take for a seller to receive an EU transfer if I bought something from them and sent them the money immediately?\tpending_transfer\nI completed I transfer the day before yesterday in this country. The transfer still is not complete. I've checked on the account number multiple times to make sure that it is the right one. Can you check to see what's going on with this?\ttransfer_not_received_by_recipient\nI couldn't complete card activation.\tactivate_my_card\ncard is being used by someone else\tcompromised_card\nI deposited a cheque but I don't see the funds in my account.\tbalance_not_updated_after_cheque_or_cash_deposit\nwhat are you going to use my identification details for?\twhy_verify_identity\nCan you tell me if I can track the card you sent me?\tcard_arrival\nCan I use this all over the world?\tcountry_support\nhelp me link my card\tcard_linking\nWhy is a transfer to a beneficiary not possible?\tbeneficiary_not_allowed\nSo, I see a strange fee that I've never seen before after making an online purchase from abroad. I was under the impression transfers could be made for free. I don't think this seems fair.\ttransfer_fee_charged\nHow can I prove I am me?\tverify_my_identity\nHow do I use a check to top up?\ttop_up_by_cash_or_cheque\nAm I allowed to get an account for my daughter?\tage_limit\nWhat currency can I use to add money?\tsupported_cards_and_currencies\n\"I made a payment a while ago and it is still showing as \"\"pending\"\" in the account. How long will this payment take to complete?\"\tpending_card_payment\nHow long does it take for cards to be delivered after ordering them?\tcard_delivery_estimate\nI'm worried that my card has been compromised because I see a payment that I didn't make.\tcard_payment_not_recognised\nI'd rather not use my physical card, how can I get a virtual card?\tgetting_virtual_card\nHow to exchange my currency\texchange_via_app\nWhen I'm traveling is it possible to add money automatically at certain time points?\tautomatic_top_up\nI see a direct debit that I didn't authorize\tdirect_debit_payment_not_recognised\nTell me your opinion on the exchange rate.\texchange_rate\nCan I have a second card issued to another family member?\tgetting_spare_card\nI just want to top-up, why do I need to verify anything?\tverify_top_up\nMy app says I made a withdrawal, but I didn't.\tcash_withdrawal_not_recognised\nI did not get the right exchange rate while getting my cash out.\twrong_exchange_rate_for_cash_withdrawal\nHello. I bought an item a while ago, and have since requested a refund.  However, upon checking my online statements, it seems that I haven't been issued a refund yet.  How can this be remedied?\tRefund_not_showing_up\nIs there anyway to bypass identity verification?\twhy_verify_identity\nMy payment has been declined!! What's going on, I thought everything was alright and working well?\tdeclined_card_payment\nWho should I contact if the amount of my withdrawal doesn't correspond to the amount that I tried to take out of my account?\twrong_amount_of_cash_received\nI think I am a victim of fraud.  I noticed there was a charge on my account that I didn't do because I haven't touched my card today.  Can you please reverse the charge and refund my money?\tdirect_debit_payment_not_recognised\nI want to find out what happened to my new card?\tcard_arrival\nwhat is the average wait for transfers\ttransfer_timing\nI need to make several disposable cards per day.\tdisposable_card_limits\nCan I get a card in person?\torder_physical_card\nCan you check about unauthorized use of my card, I think someone is using mine without my knowledge?\tcompromised_card\nDoes it matter which card I use\tvisa_or_mastercard\nWhen I tried to top up using my card, all of the money disappeared.\ttopping_up_by_card\nWhat should I expect to be charged on a SEPA transfer?\ttop_up_by_bank_transfer_charge\nWhere do I go to reset my passcode?\tpasscode_forgotten\nI transferred some cash and it has not arrived yet.\ttransfer_not_received_by_recipient\nI'm stuck here at your broken ATM and I don't know what to do next. Asked for 30 pounds, got 10. ATM said I got 30. Something very wrong here and I want my money now!\twrong_amount_of_cash_received\nHow do I exchange currencies using this app?\texchange_via_app\nI am calling because the ATM didn't give me the right amount of cash, but my app shows the actual amount I wanted to withdraw. What should I do to get my money back?\twrong_amount_of_cash_received\nWhy did I get charged a fee for my card payment?\tcard_payment_fee_charged\nI can't get a contactless payment to work.\tcontactless_not_working\nI need to know what foreign exchange rate I can get.\texchange_rate\nHello, I just checked my card transactions and saw that I was charged twice for a restaurant visit I did earlier this week. Is it possible to remove one of them and get my false paid money pack?\ttransaction_charged_twice\nWhat is the reason my cash withdrawal is still pending?\tpending_cash_withdrawal\nWhy is my card payment still listed as pending?\tpending_card_payment\nI  have been charged more than I should for the presents I bought  when abroad, the problem seems to be the exchange rate.\tcard_payment_wrong_exchange_rate\nI am suppose to be getting a refund from something I purchased but it hasn't showed up in my account.\tRefund_not_showing_up\nThe exchange rate you are using is really bad. This can't possibly be the official interbank exchange rate.\tcard_payment_wrong_exchange_rate\nI want to add money to my card, what payments do you accept?\tsupported_cards_and_currencies\nWhere is a ATM that accepts Mastercard?\tatm_support\nMy card is showing a fee from when I used it, but I thought this card was supposed to be fee free?\tcard_payment_fee_charged\nCan I hold more than one currency?\tfiat_currency_support\nI bought something in another country but the exchange rate is wrong\tcard_payment_wrong_exchange_rate\nWhere can I located the auto-top up option?\tautomatic_top_up\nHi. I noticed I have a duplicate charge which I have not made twice. Who should I talk to take care of this?\ttransaction_charged_twice\nI got less cash than what I specified at the ATM.\twrong_amount_of_cash_received\nAm I limited to what ATM I can use my card?\tatm_support\nI just initiated a transfer but I'd like to cancel it.\tcancel_transfer\nHow many transactions can I make on my disposable card?\tdisposable_card_limits\nI hope to get a Visa card\tvisa_or_mastercard\ni need help finding the auto top up option.\tautomatic_top_up\nCan you explain to me why a top up would be reverted?\ttop_up_reverted\nWhat forms of ID work for verification?\tverify_my_identity\nWhat are the uses for disposable cards?\tget_disposable_virtual_card\nI noticed that there was an extra charge fee on my account. Could You explain to me why?\ttransfer_fee_charged\nDo I need to do anything special for my friend to send money to my account?\treceiving_money\nI believe that the rate of exchange for my cash withdrawl is incorrect.\twrong_exchange_rate_for_cash_withdrawal\nCan it add money every so often automatically while I travel?\tautomatic_top_up\nStill waiting for transfer to be completed.\ttransfer_not_received_by_recipient\nWhy did my money disappear when I topped up??\ttop_up_reverted\nWhy can I not transfer money into my account?\ttransfer_into_account\nWhy can't I withdraw money?\tdeclined_cash_withdrawal\nI recently purchased something, and the exchange rate was wrong.\tcard_payment_wrong_exchange_rate\nHow can I change the currency I'm exchanging from AUD to GBP?\texchange_via_app\nI sent money for my rent to my landlord but she is claiming it hasn't arrived in her account  Can you trace the transfer I made to make sure it arrived so I can provide proof I sent it and that it has been deposited?\ttransfer_not_received_by_recipient\nMy card won't work right now.\tcard_not_working\nWhat is going on with it saying my card payment was declined?\tdeclined_card_payment\nCan you show me how to verify the top-up card?\tverify_top_up\nIs there a charge for top-ups?\ttop_up_by_card_charge\nCan you change my currency to EUR?\tfiat_currency_support\nWhat is the most efficient way to activate my new card?\tactivate_my_card\nWhy am I being charged the wrong currency exchange when I purchased something abroad?\tcard_payment_wrong_exchange_rate\nI was charged for a cash withdrawal, why?\tcash_withdrawal_charge\nAre there any hidden limit on the auto top-up?\tautomatic_top_up\nWhy  am I being told this  transfer will not  go thru\tbeneficiary_not_allowed\nThere is a strange card payment I don't recognise.\tcard_payment_not_recognised\nHow is my PIN sent?\tget_physical_card\nMy cheque is slow to cash\tbalance_not_updated_after_cheque_or_cash_deposit\nI purchased something while traveling, and the exchange rate applied was wrong.\tcard_payment_wrong_exchange_rate\nHow can I get disposable virtual cards?\tget_disposable_virtual_card\nI thought I would have received my new card at this point.\tcard_arrival\nWhy is the exchange rate different from what I expected?\tcard_payment_wrong_exchange_rate\nReverted top up\ttop_up_reverted\nI looked at my statement and found a payment I and found a mistake.\tcard_payment_not_recognised\nWhat are all the fiat currencies that are supported for both exchange and holding?\tfiat_currency_support\nWhat currencies are available for my use in holding and exchange?\tfiat_currency_support\nI just got my card and cannot get it to work.\tactivate_my_card\nFor the disposable cards, what are the restrictions?\tdisposable_card_limits\nMy latest payment was declined! What happened! I was told everything had been resolved and was back to working order again.\tdeclined_card_payment\nI moved and would like to change my address.\tedit_personal_details\nWhy aren't my payment funds available to me?\tpending_card_payment\nWhat is limit of disposable cards  I can make per day?\tdisposable_card_limits\nWhy did I get charged a fee for transferring money?\ttransfer_fee_charged\nTell my why my top-up is pending.\tpending_top_up\nWhy is there an uknown charge showing on my account?\tcard_payment_not_recognised\nI can't log in\tpasscode_forgotten\nATM apparently not working?  Couldn't access funds in my account?\tdeclined_cash_withdrawal\nIf I don't have much money in the account can I auto top-up?\tautomatic_top_up\nHow do I link the new card?\tcard_linking\nwhat are the exchange rates for foreign currency ATMs\twrong_exchange_rate_for_cash_withdrawal\nMy card was charged more than expected.\tcard_payment_fee_charged\nHow do I replace my card before it expires next month?\tcard_about_to_expire\nHow can I unblock my PIN?\tpin_blocked\nMay I change my PIN?\tchange_pin\nMy transfer failed to a beneficiary\tbeneficiary_not_allowed\nCan I make an account for my kids?\tage_limit\nI was charged the wing amount for an item.\tcard_payment_wrong_exchange_rate\nWhen can I expect to receive my card?\tcard_delivery_estimate\nThere is a strange payment on my card.\tcard_payment_not_recognised\nI tried to withdraw $100 but only got $20. What happened?\twrong_amount_of_cash_received\nI cannot activate my card.\tactivate_my_card\nI have a disposable card but it does not work?\tvirtual_card_not_working\nThe exchange rate for my electronic payment is incorrect.\tcard_payment_wrong_exchange_rate\nCan I use Apple Pay to top-up?\tapple_pay_or_google_pay\nCan I use my card in another institutions ATM?\tatm_support\nHey, I attempted to top up my card today and for some reason it didn't work. When I did it the other way it worked just fine. Could you help me figure out why this is happening please?\ttop_up_failed\nWhy doesn't my card work for any transactions?\tcard_not_working\ncan you assist me in activating my card?\tactivate_my_card\nWhats the minimum age to have an account\tage_limit\nI don't know why my credit card was declined while I was trying to top-up. Was it something on my end or was there something wrong with the top-up function?\ttop_up_failed\nWhy is the app showing a still pending message on a withdraw that has already been done?\tpending_cash_withdrawal\nWhat's the procedure for getting a card?\torder_physical_card\nHow long will it take to get to the US?\tcard_delivery_estimate\nmy virtual card has not came yet!\tgetting_virtual_card\nI can't find my card!  What should I do?\tlost_or_stolen_card\nwhat is this charge i didnt do it what can i do\tdirect_debit_payment_not_recognised\nCan you tell me why my top-up was canceled?\ttop_up_reverted\nWhat is the top-up limit for my card?\ttop_up_limits\nDo you know how I can verify that I did a top-up to my card?\tverify_top_up\ndisposable virtual card can be ordered where?\tget_disposable_virtual_card\nI did not make a direct debit payment as listed on my app\tdirect_debit_payment_not_recognised\nCan I use American Express?\tsupported_cards_and_currencies\nCan I use my salary for this?\treceiving_money\nWhat is the process for activating my new card?\tactivate_my_card\nI tried to top-up but it got denied.\ttop_up_failed\nHow soon will my balance be updated to reflect my transfer?\tbalance_not_updated_after_bank_transfer\nIs it possible to top up with Google Pay?\tapple_pay_or_google_pay\nCan I have multiple currencies in my account?\tfiat_currency_support\nWhy didn't I receive the right amount of cash?\twrong_amount_of_cash_received\nProblem verifying my account\tunable_to_verify_identity\nThere is a payment on my card that I do not recognize.  I've never seen the name on the transaction before.\tcard_payment_not_recognised\nMy money is gone :( I had topped up recently and saw it was there and went through, but now it's disappeared, what's going on?\ttop_up_reverted\nCan I use the card at any cash machine?\tatm_support\nWhere can I check to see where the money in my account came from?\tverify_source_of_funds\nTell me why there is a fee for a card payment.\tcard_payment_fee_charged\nWhy isn't my payment showing?\treverted_card_payment?\nHow do I verify the top-up card?\tverify_top_up\nHow long does it take for a top up to be approved?\tpending_top_up\nPlease delete my account and personal information.\tterminate_account\nThe transfer that I was trying to complete was declined. What was the cause?\tdeclined_transfer\nCan you tell me why my pop-up is still pending?\tpending_top_up\nI must make a transfer from China and it is urgent. How long before the transfer is complete?\ttransfer_timing\nHow many years old do I have to be?\tage_limit\nis it just visa or can i also use mastercard?\tvisa_or_mastercard\nI didn't receive the amount of cash I requested for the ATM.\twrong_amount_of_cash_received\nI was made to pay a fee for making a transaction with card.\tcard_payment_fee_charged\nYou accepts my card?\tcard_acceptance\nI need to cancel my recent transfer quickly since I made a mistake. Please help before it goes through.\tcancel_transfer\nWhy did my top-up get reverted?\ttop_up_reverted\nI got double charged!\ttransaction_charged_twice\nDo I have to verify the top-up?\tverify_top_up\nI made a purchase earlier today but it is still listed as pending- when will it go through?\tpending_card_payment\nI need to know where I can withdraw money.\tatm_support\nSeems like my top up has been cancelled\ttop_up_reverted\nMy phone is at the hotel.  How can I use the app?\tlost_or_stolen_phone\nWhat does it mean if my cash withdrawal is pending?\tpending_cash_withdrawal\nWhat can I do to track the card you sent me?\tcard_arrival\nCan I add a card to back into the app?\tcard_linking\nIs it possible to access my phone from the hotel/\tlost_or_stolen_phone\nI do not like this, I made a simple transfer but I have an additional charge for doing so.\ttransfer_fee_charged\nWhy isn't my google pay top up working?\tapple_pay_or_google_pay\nWhat are the fees for using a European bank card?\ttop_up_by_card_charge\nCan I change my PIN on my phone?\tchange_pin\nHow long does it take to make an urgent transfer from China?\ttransfer_timing\nCan this card be used at all ATMs?\tatm_support\nHow does a bank transfer for topping my account work?\ttransfer_into_account\nI paid with my card and I was charged a fee\tcard_payment_fee_charged\nI can't find my card! Can you help?\tlost_or_stolen_card\nhow long should i expect to wait when i add money\tpending_top_up\nI saw on the app that a cash withdrawal was completed on my account; however, I did not complete it.\tcash_withdrawal_not_recognised\nCan I set my own top-up limit?\ttop_up_limits\nHi,  My money has not been credited to my account for which i have sent you cheque few days before. I am worried about the money please let me know the status.\tbalance_not_updated_after_cheque_or_cash_deposit\nWhat's the deal? Money has just disappeared out of my account. I thought you offered crypto top up and it doesn't seem to working.\ttop_up_reverted\nCan I use a credit card from the US to top up?\tsupported_cards_and_currencies\nI transferred money but the recipient does not see the funds in their account?\ttransfer_not_received_by_recipient\nWhen will my top-up be completed?\tpending_top_up\nThe cheque I sent a few days ago has not been deposited yet, what is the hold up?\tbalance_not_updated_after_cheque_or_cash_deposit\nIt looks like my top up didn't work.  Why?\ttop_up_failed\nI need to close my account.  Your company is terrible!\tterminate_account\nI dont have a pin\tget_physical_card\nWhere do I top up?\ttop_up_by_cash_or_cheque\nIs it possible to have a discount for exchanging currency frequently?\texchange_charge\nThe app doesn't believe its me.\tunable_to_verify_identity\nI've been waiting a while for my card, is there a way to know when it will arrive?\tcard_arrival\nAre your cards available in the EU?\tcountry_support\nI've deposited a check in my account but the cash isn't showing as available.\tbalance_not_updated_after_cheque_or_cash_deposit\nCan I withdraw money in my hometown currency while on holiday without any additional fees?\twrong_exchange_rate_for_cash_withdrawal\nWhat can I do to verify my card?\tverify_top_up\nI ordered my card but it hasn't been delivered yet\tcard_arrival\nThis place has been too much work so I'd just like to close out my account & be done.\tterminate_account\nWhat fee will be charged for exchanges?\texchange_charge\nI was checking my account when I saw a $500 cash withdraw that I know I didn't do.  I have my card so I don't understand how this happened.  Please help me.\tcash_withdrawal_not_recognised\nWhat do I do if I can't prove my identity?\tunable_to_verify_identity\nI have a top-up that's still pending and wanted to know about it.\tpending_top_up\nMy card expires next week. How do I get a new one?\tcard_about_to_expire\nHow long does it typically take for a pending ATM withdrawal to clear?\tpending_cash_withdrawal\nI need my virtual card\tgetting_virtual_card\nWhat do I need for the identity verification?\tverify_my_identity\nI would like to get both a Visa and MasterCard?\tvisa_or_mastercard\nIs it possible to cancel my transfer?\tcancel_transfer\nHow long before I can see that my cash withdrawal has taken place?\tpending_cash_withdrawal\nIs there something wrong with my ATM Card?  Tried using it earlier and it did not work.\tdeclined_cash_withdrawal\nHow do I verify my source of funds?\tverify_source_of_funds\nIs there a fee for topping up a card?\ttop_up_by_card_charge\nI payed with the card and there was an extra fee?\tcard_payment_fee_charged\nOnline banking is not showing my cheque or cash deposit so the balance is incorrect.\tbalance_not_updated_after_cheque_or_cash_deposit\nI withdrew money and got a fee, please explain\tcash_withdrawal_charge\nThere is a direct debit fee in the App that I didn't do.\tdirect_debit_payment_not_recognised\ncancel my account\tterminate_account\nAre there cash machines where I can change my PIN?\tchange_pin\nThis morning I wanted to make a withdrawal before work, but my card was declined! Please double check it for me as this is the first time it was declined.\tdeclined_cash_withdrawal\nIt is listed in my app that I made a payment which I did not actually make\tcard_payment_not_recognised\nMy transaction is on the wrong account.\tcancel_transfer\nIs there a place to check for fee for payments? I feel like I'm getting charged too much at times.\tcard_payment_fee_charged\nI don't understand why you want so much of my personal info.\twhy_verify_identity\nWhere can I get your exchange rates from?\texchange_rate\nThe ATM keeps rejecting my Payment. I tried two different ATMs but did not work .Can you please check if everything is okay with my account?\tdeclined_cash_withdrawal\nCan you tell me how to get a disposable virtual card?\tget_disposable_virtual_card\nThe machine only paid me a hundred when I wanted 20\twrong_amount_of_cash_received\nI would prefer a Mastercard.\tvisa_or_mastercard\nTo receive money are there charges?\ttop_up_by_bank_transfer_charge\nWhat does it mean if my payment is pending?\tpending_card_payment\nThe cash I asked for still hasn't been received\twrong_amount_of_cash_received\nI forgot my PIN and now it is blocked.\tpin_blocked\nHow can I activate the new card i got?\tactivate_my_card\nHow's the exchange rate?\texchange_rate\nCan I top-up via Apple Pay?\tapple_pay_or_google_pay\nI was unable to transfer money to a beneficiary.\tbeneficiary_not_allowed\nAfter I transferred money the balance remained the same.\tbalance_not_updated_after_bank_transfer\nCan you please tell me why my card payments are not going through when I try to buy something online? When I put in my card payment it takes it but it comes back a while later.\treverted_card_payment?\nI am trying to make a transfer to a different account but they keep getting declined. I have double checked all the details and the information is correct.\tdeclined_transfer\nCan you tell me why I was declined from getting cash?\tdeclined_cash_withdrawal\nI would like to know more about what a disposable virtual card is?\tget_disposable_virtual_card\nIs there a reason my payment is still pending?\tpending_card_payment\nAm I able to do a SWIFT transfer?\ttop_up_by_bank_transfer_charge\nwhere to i get my funds from?\tverify_source_of_funds\nAn ATM machine didn't return my card.\tcard_swallowed\nWhile doing a transfer, it says declined.\tdeclined_transfer\nThere is a direct debit charge that I don't recognize, what can I do?\tdirect_debit_payment_not_recognised\ncan I be charged for topping up by card\ttop_up_by_card_charge\nHow do I update my address?\tedit_personal_details\nI would like to invalidate my account.  I am very disappointed with your services.\tterminate_account\nWhat's taking so long for this payment to go through?\tpending_card_payment\nWhich ATM's am i able to change my PIN?\tchange_pin\nI have a contactless that's broken.\tcontactless_not_working\nAm I able to have a card sent to China?\tcard_about_to_expire\nWhat are the steps to get my card back that was kept by the ATM?\tcard_swallowed\nHow do I top up using my card?\ttopping_up_by_card\nHello, I am a new customer, and just tried topping up for the first time. According to your information, the transaction should be instant - why does it still show as pending?\tpending_top_up\nI really want a physical card. How do I get one?\torder_physical_card\nIs this app capable of exchanging currencies?\texchange_via_app\nI need to deposit my virtual card, how do i do that.\tget_disposable_virtual_card\nCan you please explain why my beneficiary is not allowed?\tbeneficiary_not_allowed\nmy card details could be stolen, as i didnt make these transactions\tcompromised_card\nIs there a reason for my top up to be cancelled?\ttop_up_reverted\nMy card still hasn't arrived after two weeks, now what?\tcard_arrival\nHelp me verify the card used on a top-up.\tverify_top_up\nHow are foreign exchange rates determined?\texchange_rate\nWhat does the bank charge for lost or stolen card replacements?\torder_physical_card\nWhy hasn't my payment gone through?\tpending_card_payment\nHow do I verify my top up?\tverify_top_up\nWhat currencies can I exchange?\tfiat_currency_support\nMy app shows cash I didn't get.\tcash_withdrawal_not_recognised\nI need to change my contact information.\tedit_personal_details\nHow do I reactivate a card I thought I lost?\tcard_linking\nI wondered if multiple currencies is okay?\tfiat_currency_support\nWhy do I see an extra £1 charge on my statement?\textra_charge_on_statement\nWhat can I expect at card expiration?\tcard_about_to_expire\nI have kids and I'm curious at what age could they start to use your service.\tage_limit\nMy card won't work at all for anything.\tcard_not_working\nWhy isn't a refund showing on my statement?\tRefund_not_showing_up\nWas there a number to track that I could get?\tcard_arrival\nSomething's wrong my card won't work.\tcard_not_working\nPlease specify any limitations that come along with disposable cards.\tdisposable_card_limits\nWill I be charged any fees if I want to add money with an international card?\ttop_up_by_card_charge\nTell me why my topup wouldn't go through?\ttop_up_failed\nAn incorrect exchange rate was applied to an item I bought.\tcard_payment_wrong_exchange_rate\nI deposited cash this morning, but it's not showing up in my account. Can you tell me where's my money?\tbalance_not_updated_after_cheque_or_cash_deposit\nWhy is my ATM withdrawal still pending?\tpending_cash_withdrawal\nI forgot my pin and am blocked now. Can I reset it somewhere?\tpin_blocked\nCan you show me how to top up with Google play?\tapple_pay_or_google_pay\nDo I pay a fee for SEPA transfers?\ttop_up_by_bank_transfer_charge\nHelp! In the app there is a payment that I don't remember.\tcard_payment_not_recognised\nI withdrew cash abroad and the exchange rate applied is wrong.\twrong_exchange_rate_for_cash_withdrawal\nI want to request a physical card\torder_physical_card\nIt seems that the rate I got is incorrect.\tcard_payment_wrong_exchange_rate\nMy top-up has not posted.\tpending_top_up\nHow do I locate my PIN now that I have my card?\tget_physical_card\nWhat fiat currencies do you allow exchange with?\tfiat_currency_support\nIs there a reason that my transfer failed?\tfailed_transfer\nWhat can I use to receive my salary?\treceiving_money\nMy preference is Mastercard.\tvisa_or_mastercard\nThe card payment I made didn't work.\tdeclined_card_payment\nWhat is the maximum for top-ups?\ttop_up_limits\nI need some help figuring out what this strange payment is on my account. It's stays pending and won't go away.\textra_charge_on_statement\nMy balance doesn't show my deposit.\tbalance_not_updated_after_cheque_or_cash_deposit\nI wanted to know why i got an additional fee when i use my card.\tcard_payment_fee_charged\nIs my new card activated?\tactivate_my_card\nCan I top up online?\ttop_up_by_cash_or_cheque\nWhy did you guys charge me an extra €1?\textra_charge_on_statement\ncan you tell me why my card was declined?\tdeclined_card_payment\nWhat is the procedure for me to get more cards on my account?\tgetting_spare_card\nWhy can't I withdraw cash?\tdeclined_cash_withdrawal\nCan I top-up any amount?\ttop_up_limits\nA transaction on my card shows as pending.\tpending_card_payment\nI requested a refund from a merchant a while ago, and upon repeatedly checking my statement, the merchant has yet to refund me my money.  I don't know what's going on, or why the money is getting into my account--could you please help?\tRefund_not_showing_up\nIs it possible to exchange currencies using the app?\texchange_via_app\nDo I have to change my PIN at a bank?\tchange_pin\nI want to end my account\tterminate_account\nI locked myself out of my account, how do I unblock my PIN?\tpin_blocked\nI have a cash withdrawal that I do not recognise.\tcash_withdrawal_not_recognised\nI tried topping up for the first time today since I am a new customer. It doesn't appear that it's working. It has been pending for at least half an hour. Please take care of this.\tpending_top_up\nI just got my card.  It's not linked yet--how do I do that?\tcard_linking\nWhy hasn't my account updated?\tbalance_not_updated_after_cheque_or_cash_deposit\nDo I get any sort of discount on volume for a lot fo currency exchanges?\texchange_charge\nThe ATM gave me less cash than requested\twrong_amount_of_cash_received\nI was charged multiple times for one transaction.\ttransaction_charged_twice\nWhy haven't I gotten my new card?\tcard_arrival\nIs there a limit on making disposable cards?\tdisposable_card_limits\nHow long do I wait for a transfer from the United States?\ttransfer_timing\nI look but I see no virtual card. Why is that?\tgetting_virtual_card\nMy statement has not shown my refund.\tRefund_not_showing_up\nWhere in the app do I go to make my new card show up?\tcard_linking\nI got an cancellation error when I was topping up.\ttop_up_reverted\nIs there a fee for currency exchange?\texchange_charge\nWhen can I expect my refund?\tRefund_not_showing_up\nWhat are the countries you have offices in?\tcountry_support\nThere is unexpected money in my account.\tcash_withdrawal_not_recognised\nWhat steps do I need to get another card?\tgetting_spare_card\nHow long does it take for money to transfer?  I sent some to a friend and it hasn't gone through yet.\ttransfer_not_received_by_recipient\nIs there a way for you to find out why my account was deducted from a seller when I didn't approve of it?\tdirect_debit_payment_not_recognised\nCan I use my American Express card with Apple Pay?\tapple_pay_or_google_pay\nHelp!  I fear that my card was stolen,\tlost_or_stolen_card\nI think my passcode was changed\tpasscode_forgotten\nWhat should I do?  I topped off but the app reversed  it.\ttop_up_reverted\nMy payment has been declined several times.  Can you help me?\tdeclined_card_payment\nMy card hasn't arrived yet. What do I do?\tcard_arrival\nI did a topup successfully but its not showing in balance. I think there is some problem in system.\ttop_up_reverted\nWhere is my PIN located?\tget_physical_card\nHow do I link a new payment card?\tcard_linking\nIf I want to add funds to the account using American Express, how do I do that?\tsupported_cards_and_currencies\nThe ATM machines keep declining my card and I don't know why. I thought I had money in my account. Why is this happening?\tdeclined_cash_withdrawal\nCan a friend top up my account\ttopping_up_by_card\nMy card payment has not been withdrawn from my account\treverted_card_payment?\nMy card has an issue, the payment has been deferred.\treverted_card_payment?\nWhy does the same transaction appear multiple times?\ttransaction_charged_twice\nI attempted to deposit a cheque yesterday but the balance isn't showing today. Is it still pending?\tbalance_not_updated_after_cheque_or_cash_deposit\nI've been charged an extra £1 and I don't know what it's for\textra_charge_on_statement\nWhy did using an ATM cause me to have an extra fee charged?\tcash_withdrawal_charge\nThe app is showing a direct debit transaction that I did not perform\tdirect_debit_payment_not_recognised\nWhere do I need to go to change my PIN?\tchange_pin\nI can't see all the refunds in my statement\tRefund_not_showing_up\nHow do I add cash to my account?\ttop_up_by_cash_or_cheque\nwhat amount of time does it take for a transfer to reflect and be available\tbalance_not_updated_after_bank_transfer\nMy app was on the phone and I was mugged.  What do I do?\tlost_or_stolen_phone\nWhy does my top-up get cancelled?\ttop_up_reverted\nYesterday, I made an incorrect payment to the wrong account for my rent payment. I need this addressed as soon as possible and the funds transferred to the correct account by no later than tomorrow.\tcancel_transfer\nWill there be a charge for topping up by account with a SEPA transfer?\ttop_up_by_bank_transfer_charge\nWhat is this $1 charge on my account?\textra_charge_on_statement\nWhat are my bank details so I can do a transfer?\ttransfer_into_account\nI was not able to use the ATM to get cash\tdeclined_cash_withdrawal\nA transaction shows duplicate times.\ttransaction_charged_twice\nI can't find my phone; what can I do to prevent someone from accessing my account on it?\tlost_or_stolen_phone\nDo I need to verify my top-up card?\tverify_top_up\nSomeone is using my card to purchase flights to New York it's not me because I'm not going to New York, please can you cancel the card and refund the money?\tcash_withdrawal_not_recognised\nAre there any hidden extra fees for currency exchanges?\texchange_charge\nMy phone was left behind.  Can I still use my card?\tlost_or_stolen_phone\nI tried to get cash at some ATM in the city centre earlier but the machine declined my card. I've seen it still shows up as pending in my account. Please cancel it immediately as I definitely have not received that money!\tpending_cash_withdrawal\ndo i have to talk to someone to close an account or can i in the app\tterminate_account\nWhat locations allow me to withdraw money?\tatm_support\nI purchased something and the seller hasn't received the money yet, but it has been deducted from my account.\treverted_card_payment?\nWhat type of card can I get?\tvisa_or_mastercard\nIf i want to change my pin number can I directly from an ATM?\tchange_pin\nIs it possible to have more than one disposable card?\tdisposable_card_limits\nIs my card accepted anywhere?\tcard_acceptance\nHow can I check if I have received a refund if it is not yet on my statement?\tRefund_not_showing_up\nHow can my friend give me money?\treceiving_money\nHow do I set my physical card PIN?\tget_physical_card\nwhat is the time frame for transfers\ttransfer_timing\nIs there an allowance on cards?\tcard_payment_fee_charged\nI have been trying to exchange this for crypto but the app won't work could you please help me?\tbeneficiary_not_allowed\nMy top up is pending still\tpending_top_up\nCan I use a bank transfer to add money to my account?\ttransfer_into_account\nI was making a purchase and it was declined and I wanted to know why.\tdeclined_transfer\nHow long will delivery to the US take?\tcard_delivery_estimate\nWill I be charged for adding money by transfer?\ttop_up_by_bank_transfer_charge\nWhat should I do if I want to get another card for someone in my family?\tgetting_spare_card\nI payed my rent to my landlord a few days ago and he is saying the it never went though. Everything looks good to me and I even double checked the account number. I don't know what could be causing the confusion. Can you help me please?\ttransfer_not_received_by_recipient\nWhere do I scan my card?\tcard_linking\nI can't add any more money.\ttop_up_failed\nHow do I know how much money I will have when I travel abroad?\texchange_rate\nMy money is gone. I had topped up recently and saw it was there and went through, but now it's disappeared, what's going on?\ttop_up_reverted\nHow do I see my card in the app?\tcard_linking\nMy transfer is stuck pending? How do we fix it to it goes through?\tpending_transfer\nI made a transaction to the wrong account!\tcancel_transfer\nAre my contactless settings correct? I tried to use it today but it wasn't working.\tcontactless_not_working\nI need help reapplying my top-up. It seems it isn't working.\ttop_up_failed\nMy bill shows the same charge more than once\ttransaction_charged_twice\nI have a cash withdrawal that says it's pending, why?\tpending_cash_withdrawal\nI have a direct debit that I did not set up\tdirect_debit_payment_not_recognised\nDelete my account now please.\tterminate_account\nI might be paranoid, but someone may be using my card.\tcompromised_card\nwhy was i chargged\ttransfer_fee_charged\nCan an apple watch be used to tup-up?\tapple_pay_or_google_pay\nWhat documents do I need to validate my identity?\tverify_my_identity\nHow come I can see an extra charge for my transfer?\ttransfer_fee_charged\nis there a fee for swift transfer\ttop_up_by_bank_transfer_charge\nCan I set up to my account to automatically top up?\tautomatic_top_up\nHow can I pay for top-ups?\tsupported_cards_and_currencies\nI don't understand why there is an extra €1 fee in my statement.\textra_charge_on_statement\nI tried pulling out money at the ATM and it gave me an incorrect amount back.\twrong_amount_of_cash_received\nAm I able to use my account if the identity verification is not complete?\twhy_verify_identity\nI believe my card has been compromised because of a strange withdrawal\tcash_withdrawal_not_recognised\nhow do I get my card to show in the app?\tcard_linking\nWhat do I do if my card has been lost or stolen?\tlost_or_stolen_card\nI had trouble with an incorrect rate being applied when using the ATM with foreign currency.\twrong_exchange_rate_for_cash_withdrawal\nMy actual card isn't functioning.\tcard_not_working\nCan this app be used to exchange currencies?\texchange_via_app\nI tried taking out 30 pounds from the ATM just now and it only gave me 10. Why would it do that? I need the 30 pounds now!\twrong_amount_of_cash_received\nIs there a way to revert a transaction?\tcancel_transfer\nThere has been a transfer pending in my account and I wanted to know how long it is going to take to go  through.\tpending_transfer\nHow do I go through the identity checks?\tverify_my_identity\nThere is some odd 1£ charge that appears as pending on my statement. What's that about? Pretty sure I haven't purchased anything for a pound there.\textra_charge_on_statement\nThe exchange rate applied was incorrect when I was traveling outside the country.\twrong_exchange_rate_for_cash_withdrawal\nThere was a charge applied when I used my card.\tcard_payment_fee_charged\nThe app is showing a direct debit payment that I never made\tdirect_debit_payment_not_recognised\nI need to make a purchase online, where is my virtual card?\tgetting_virtual_card\nVisa and MasterCard, can I get them both?\tvisa_or_mastercard\nPlease give me both Visa and MasterCard, is it possible?\tvisa_or_mastercard\nHow much could I top up?\ttop_up_limits\nWhat's wrong with my ID? I can't verify it.\tunable_to_verify_identity\nI want to use cash to top up.\ttop_up_by_cash_or_cheque\nWhat is the exchange rate for EUR?\texchange_rate\nCan you make sure I get a MasterCard and not a Visa?\tvisa_or_mastercard\nWhy hasn't my top-up gone through?\tpending_top_up\nCan I tell if my top off didn't work?  It doesn't seem to have.\ttop_up_failed\nHow can I sign up for a virtual card?\tgetting_virtual_card\nI have a canceled top-up and wanted to know about it.\ttop_up_reverted\nI haven't seen the cash yet from the cheque I deposited.\tbalance_not_updated_after_cheque_or_cash_deposit\nare there any country restrictions?\tcountry_support\nWhat do I do after the ATM takes my card.\tcard_swallowed\nAre there steps I need to take before my card expires?\tcard_about_to_expire\nYou provide support in what countries?\tcountry_support\nWhat services can I use to top up?\tapple_pay_or_google_pay\nHow do I request a disposable virtual card?\tget_disposable_virtual_card\ncan i transfer money i the app\ttransfer_into_account\nWhere can I get money from my card?\tatm_support\nWill I be able to track the card that was sent to me?\tcard_arrival\nI can't see a verification code anywhere\tverify_top_up\nI didn't want to make a transaction, I want to revert it\tcancel_transfer\nI made a deposit but it is not showing up in my balance.\tbalance_not_updated_after_cheque_or_cash_deposit\nHow do you exchange currencies\texchange_via_app\nHow do I activate my new card I just got?\tactivate_my_card\nI got my card a few days ago but am unable to top up. I'm thinking about closing my account because of this. What is going on?\ttop_up_failed\nHelp please!  My rent payment is coming out tomorrow and I made a payment mistake yesterday! Can you put in in the correct account?\tcancel_transfer\nIve been trying to use my card for two weeks now to purchase somethings online but nothing is going through. It keeps returning my payment to my account. There shouldn't be anything wrong with my account, is it the card?\treverted_card_payment?\nI havn't received my PIN yet.\tget_physical_card\nWhy does my identity need to be verified?\twhy_verify_identity\nTransfers from the US how long will the wait be?\ttransfer_timing\nI want to transfer money using my credit card.\ttopping_up_by_card\nDo you provide cards to people not in the UK?\tcountry_support\nI lost my phone and need help so someone doesn't access my account.\tlost_or_stolen_phone\nTell me what the steps for the identity checks are\tverify_my_identity\nI want to get a new card before my current one expires, how much will it cost me and how long will it take to get here.\tcard_about_to_expire\nWhy wont the other bank take my money?? Is it not good enough?? There's sufficient funds but I keep getting denied a standard transfer. Ive tried 5 times!\tfailed_transfer\nI don't live in the UK. Can I still get a card?\tcountry_support\nI traded some of my money from my native country into an ATM to exchange for foreign currency, and the money I received was a different equating amount!\twrong_exchange_rate_for_cash_withdrawal\nMy card payment says pending and it hasn't changed\tpending_card_payment\nCan I setup top ups in advance?\tautomatic_top_up\nIs there a top-up limit that I have to stay under during a given period of time?\ttop_up_limits\nI tried to top up with my card but it was declined. I was able to a couple days ago and it worked. Is something wrong? Can you check it for me please?\ttop_up_failed\nI added money but my top-up wasn't processed by the app.\ttop_up_failed\nCan I use this card at any ATM?\tatm_support\nThe ATM charged me an extra fee, Why?\tcash_withdrawal_charge\nI have heard about these disposable virtual cards but don't understand how they work.\tget_disposable_virtual_card\nHow do I get my card?\torder_physical_card\nDo you support changing the currency I use?\texchange_via_app\nI am getting charged fees on some payments.  Please help me understand, where are these fees disclosed?\tcard_payment_fee_charged\nSomeone else made a Direct Debit transaction on my account\tdirect_debit_payment_not_recognised\nI think I was charged double for something I bought - how long should I wait before reporting this?\ttransaction_charged_twice\nThere seems to be a couple of payments listed in the app I know weren't made by me. Is there a possibility someone has access to my card? Can you find out what's going on?\tcard_payment_not_recognised\nI believe there is a mistake because a payment I didn't make shows in my app.\tcard_payment_not_recognised\nI want to open an account for my child.\tage_limit\nI left my card at a restaurant and now its missing.\tlost_or_stolen_card\nWhat do I do if my PIN was blocked?\tpin_blocked\nI need information explaining why my top-up failed to go through\ttop_up_failed\nI just made a top-up but it shows as pending! I use your service all the time and have never had a problem before. Why does it keep showing up as pending?\tpending_top_up\nWhat do I do when a charge has been made that I did not make?\tcash_withdrawal_not_recognised\nI live in the EU.  Can I order one of your cards?\tcountry_support\nI can't log into my account because I lost my password\tpasscode_forgotten\nI am not recognized by the app.\tunable_to_verify_identity\nThere's an error with the rate that is charged.\tcard_payment_wrong_exchange_rate\nWhy has my top up been cancelled\ttop_up_reverted\nAre there virtual cards\tgetting_virtual_card\nThere is a fee for a transfer, please explain that to me.\ttransfer_fee_charged\nWhy is the cash transaction still showing as not completed?\tpending_cash_withdrawal\nWhy hasn't my friend's transaction arrive yet?\ttransfer_not_received_by_recipient\nWhy does is payment not going through? Did my account get frozen or some other issue I don't know about. What can I do to fix this problem?\tdeclined_card_payment\nWhy would the app show a withdrawal that I did not make?\tcash_withdrawal_not_recognised\nYikes!  I didn't get the amount of money that I requested.  What do I do now?\twrong_amount_of_cash_received\nI topped up last night but don't have any funds, why not?\tpending_top_up\nThe company is no good, please terminate my account.\tterminate_account\nI live in Germany. Is that one of the countries you are in? What other countries are you in?\tcountry_support\nI can't see the transfer that I put in.\tbalance_not_updated_after_bank_transfer\nFor SEPA transfers, what kind of charge will be applied?\ttop_up_by_bank_transfer_charge\nI need to transfer some money, can I use my credit card?\ttopping_up_by_card\nhow do I get top up to work for my card\tapple_pay_or_google_pay\nI seem to of forgotten my passcode.\tpasscode_forgotten\nI would like help to revert a transaction I did this morning\tcancel_transfer\nExplain the card PIN to me.\tget_physical_card\nTell me why my balance did not change when I tranferred cash.\tbalance_not_updated_after_bank_transfer\nIf my account is low in funds, can I set an auto top-up?\tautomatic_top_up\nWhat was I charged a fee for card payment?\tcard_payment_fee_charged\nHello, my transfers are getting failed continuously, in spite of the fact that all the recipient details are correct. Please advise.\tdeclined_transfer\nIs it possible to have an item refunded?\trequest_refund\nWhat do I have to do to get the virtual card to work?\tvirtual_card_not_working\nHow long does a European transfer take?\ttransfer_timing\nMy order hasn't shown up yet, what can I do?\trequest_refund\nHello. I have a transaction in my account listed as pending. I tried to use an ATM at the city centre, but the machine declined my card, and I did not receive the money. Why is the transaction still pending if I did not receive the money.\tpending_cash_withdrawal\nWhich cards and currencies are supported?\tsupported_cards_and_currencies\nI am paid by my employer in GBP; do I need to do anything in the app to indicate this?\treceiving_money\nI am looking to delete my account. I'm not happy with the service provided by you.\tterminate_account\nI think my card is broke it's not working anymore\tcard_not_working\nHow can I cancel this transaction?\tcancel_transfer\nHow long will it take to refund me\tRefund_not_showing_up\nI've tried using my card multiple times and it keeps getting declined.\tdeclined_card_payment\nHow do I get a new card as your machine swallowed mine!\tcard_swallowed\nWhat is the pending payment on my card about?\tpending_card_payment\nI'm in China and really need a new card.\tcard_about_to_expire\natm refused to give me money\tdeclined_cash_withdrawal\nWhat steps do I need to do to delete my account?\tterminate_account\nThe card payment is declined.  Please inform me why.\tdeclined_card_payment\nWhy hasn't the transaction I did arrive yet?\ttransfer_not_received_by_recipient\nHi, there is a suspicious payment from my card. I definitely do not know who this is or who could have made this payment.\tcard_payment_not_recognised\nWhat is the fee if I use a European bank for a top up?\ttop_up_by_card_charge\nI have obtained the salary in GBP, will it need to be configured?\treceiving_money\nShould my cash withdrawal still be pending?\tpending_cash_withdrawal\nCan you tell me whats going on with my card it seems to be not working?\tcard_not_working\nExplain why I can't do a transfer to an account.\tbeneficiary_not_allowed\nI'm seeing a direct debit payment that is not me.\tdirect_debit_payment_not_recognised\nHow do I get my card into the app?\tcard_linking\nHello, is there any way to double check my card? I have never had issues with withdraws in the past, but this morning on the way to work it was unexpectedly declined.\tdeclined_cash_withdrawal\nDo you charge for sending out more cards?\tgetting_spare_card\nWhat do I need to do to get cash back? The ATM gave me the wrong amount that I requested but the app is showing the amount to be correct.\twrong_amount_of_cash_received\nCan I use as many top-ups as I want?\ttop_up_limits\nHow many different currencies can I hold money in?\tfiat_currency_support\nWhen exchanging currencies, is there an extra fee?\texchange_charge\nMy top-up is still pending\tpending_top_up\nWhy isn't my balance updating?  I did a bank transfer and it isn't current.\tbalance_not_updated_after_bank_transfer\nI topped up my card but the app rejected it.\ttop_up_failed\nSince I need to exchange currencies frequently, would you be able to offer me a discount?\texchange_charge\nHow many transactions can I do with a disposable card?\tdisposable_card_limits\nWhat happens when I money transaction doesn't show up on the receiving side?\ttransfer_not_received_by_recipient\nI don't have a virtual card - how do I get one?\tgetting_virtual_card\nWhat do I have to do to cancel a transfer?\tcancel_transfer\nCan I keep using my card after it expires?\tcard_about_to_expire\nI received a different amount of cash than what I entered.\twrong_amount_of_cash_received\nCan I get paid for this in another currency?\treceiving_money\nI am worried about the amount of my cheque, which should be credited to my account few days before. As i have already sent you the cheque.\tbalance_not_updated_after_cheque_or_cash_deposit\nWhat countries do your accounts support?\tcountry_support\nThe app declined my top up. What did I do wrong?\ttop_up_reverted\nWhy have I been charged for pulling cash out of my own account?\tcash_withdrawal_charge\nYour system is broken. My transfers keep failing, 5 times now.\tfailed_transfer\nI was told that withdrawing cash from the ATM is free, but I'm charged a fee. Why is this?\tcash_withdrawal_charge\nBeen trying to transfer money this morning but keep getting rejected. I don't understand why this is happening.\tfailed_transfer\nPlease provide me a list of ATMs that accept my card.\tatm_support\nHow can I know where my card will be accepted?\tcard_acceptance\nWhen I tried to access my cash, I wasn't allowed!\tdeclined_cash_withdrawal\nI would like to receive instructions showing the verification process for top up cards..\tverify_top_up\nWhy is there an unknown card payment?\tcard_payment_not_recognised\nWhat happens if the ATM gives me the wrong amount of money?\twrong_amount_of_cash_received\nMoney is not in recipients account.\ttransfer_not_received_by_recipient\nI have been charged an extra pound!\textra_charge_on_statement\nWhy hasn't my payment shown up yet?\tpending_card_payment\nI entered the wrong pin too many times and now I think it's blocked. What do I do?\tpin_blocked\nMy card payment might have been reverted.\treverted_card_payment?\nWhy wasn't my payment accepted by the app\treverted_card_payment?\nIn my account I noticed my ATM withdrawal is still pending\tpending_cash_withdrawal\nWhat if my top up doesn't go through?\tpending_top_up\nIf I ordered my new card last week, how much longer should I wait to receive it?\tcard_arrival\nWhy didnt my top up go through\ttop_up_reverted\nDo I get charged if I get money?\ttop_up_by_bank_transfer_charge\nWhy is there a fee when I thought there would be no fees?\tcard_payment_fee_charged\nthe bank transfer was declined\tdeclined_transfer\ni want to get my salary deposited as pesos?\treceiving_money\nI placed my order a week ago. Is it ok that my card isn't here yet?\tcard_delivery_estimate\nMy transfer is failing when I try to do it.\tfailed_transfer\nI am unable to get cash from the ATM\tdeclined_cash_withdrawal\nAround one or two weeks ago I purchased something but there's seems to be an issue. I have already received one of the items, but today the money was placed back into my account. What is happening?\treverted_card_payment?\nI lost my phone and need help protecting it.\tlost_or_stolen_phone\nHow long will a transfer be pending for?\tpending_transfer\nWhat can I do if I lost my card?\tlost_or_stolen_card\napp malfunctioning, does not know its me\tunable_to_verify_identity\nI used my card to top up but it's saying it is still pending. What does this mean?\tpending_top_up\ntop up is still pending\tpending_top_up\nAccording to the app, I got cash from an ATM but I haven't made any transactions.\tcash_withdrawal_not_recognised\nWhere are the ATMs that accept this card?\tatm_support\nThe ATM machine ate my card.\tcard_swallowed\nHow long will it take to receive a virtual card?\tgetting_virtual_card\nI've just moved and I need to change my details\tedit_personal_details\nIs there a top-up limit?\ttop_up_limits\nHow can I change my address?\tedit_personal_details\nWhich currencies do you accept for adding money?\tsupported_cards_and_currencies\nI used this account a lot during the last month to manage my payments for my new place abroad. Seems that suddenly fees have increased? Shouldn't you instead reward your frequent customers instead of putting an additional fee suddenly?!\ttransfer_fee_charged\nWhy hasn't the transfer shown up in my account yet?\ttransfer_timing\nI did not receive the right amount of cash.\twrong_amount_of_cash_received\nI need to make a transfer from Europe, how many days does this take?\ttransfer_timing\nI did a transaction this morning and now I want to cancel it.\tcancel_transfer\nIs there a fee to make a transfer?\ttop_up_by_bank_transfer_charge\nAm I able to use Apple Pay?\tapple_pay_or_google_pay\nIs there an automatic top up feature?\tautomatic_top_up\nCan I order a card?\torder_physical_card\nThey is a payment I don't recognize on my statement.\tcard_payment_not_recognised\nCan I order a disposable virtual card?\tget_disposable_virtual_card\nWhere can I order my virtual card?\tgetting_virtual_card\nMy top up isnt working\ttop_up_failed\nWhy was my card charged when topping off my balance but it's not showing up in my wallet balance?\ttopping_up_by_card\nCan you help me find the virtual card?\tgetting_virtual_card\nI paid with my card and got charged an extra fee, what's up with that?\tcard_payment_fee_charged\nWhere is my money transfer?\ttransfer_timing\nIs there such thing as top up by cheque?\ttop_up_by_cash_or_cheque\nWhy isn't my refund showing up?\tRefund_not_showing_up\nWhat other currencies are available to change to?\texchange_via_app\nI'm going to travel, can I have it add money automatically in certain intervals?\tautomatic_top_up\nWhy have I not gotten my new card?\tcard_arrival\nThere's a payment in the app that I didn't authorize.\tcard_payment_not_recognised\nMy card is expiring soon, How do I order a new card?\tcard_about_to_expire\nWill you guys do Visa or Mastercard?\tvisa_or_mastercard\nIn what way can I use the disposable cards?\tget_disposable_virtual_card\nDo you charge a fee for topping up a card?\ttop_up_by_card_charge\nWhich ATMs accept Mastercard?\tatm_support\nHow many currencies can I have?\tfiat_currency_support\nI'm trying to make a payment to my new landlord. Even though the payment was sent a few days ago, it isn't clearing on their side. Can you verify that payment has been made?\ttransfer_not_received_by_recipient\nI received a decline message on a transfer\tdeclined_transfer\nwhat are the reasons why you would not be able to process a payment\tbeneficiary_not_allowed\nUsing your app, would I be able to exchange between USD and GBP?\texchange_via_app\nI bought something with my card and I was charged a fee\tcard_payment_fee_charged\nMy transfer is still pending\tpending_transfer\nam i able to receive my salary this way?\treceiving_money\nHow can I find the source for my available funds and money?\tverify_source_of_funds\nI used my card and there was a fee\tcard_payment_fee_charged\nWhere did this extra €1 fee on my statement come from?\textra_charge_on_statement\nI don't have the means to prove my identity.\tunable_to_verify_identity\nWhat do I do if there is an electronic debit that is not correct?\tdirect_debit_payment_not_recognised\nI am confused why there is cash I did not accept in my account\tcash_withdrawal_not_recognised\nWhat are the currencies that are accepted to add money?\tsupported_cards_and_currencies\nPlease tell me how to change my pin.\tchange_pin\nI made a transfer and the receiver said an amount was received, but not exactly the same as the right amount. I now have to transfer more to get the remainder to the receiver. Can you alert me about this. What's been happening?\ttransfer_fee_charged\nWhat is the most I can top-up?\ttop_up_limits\nI tried topping up using my card, but the money is gone?\ttopping_up_by_card\nWhy did you decline my transfer?\tdeclined_transfer\nWhat currencies do you accept to add money?\tsupported_cards_and_currencies\nI believe that a card payment I made was cancelled.\treverted_card_payment?\nI couldn't pay with my card\tdeclined_card_payment\ncan i get a card if I live in the usa?\tcountry_support\nCan I unblock my pin using the app?\tpin_blocked\nWhat ID do I need to verify my identity?\tverify_my_identity\nMy card was rejected\tdeclined_card_payment\nI need to find out why my pending payment hasn't gone through.\tpending_card_payment\nI got mugged yesterday and they took everything. I can't use the app, so I need some help.\tlost_or_stolen_phone\nIs there an issue with my account?  I don't see a cheque deposit that I made yesterday.  Please assist.\tbalance_not_updated_after_cheque_or_cash_deposit\nCan both Visa and Mastercard be chosen?\tvisa_or_mastercard\nwhy did my account decline a incoming transfer\tbeneficiary_not_allowed\nWill I get a visa or Mastercard?\tvisa_or_mastercard\nMy cash transaction isn't showing on my receipt\ttransfer_not_received_by_recipient\nI did not charge my account for that transaction.  That's an error.\tcard_payment_not_recognised\nI am not able to make a purchase because there is an issue with my card\treverted_card_payment?\nCould you explain why my card payment did not work?\tdeclined_card_payment\nI keep checking my statements but no progress.I requested a refund but seems it's not reaching my account for some reason. Can you please help me get the money back from the seller for me\tRefund_not_showing_up\nI received the wrong amount of cash back\twrong_amount_of_cash_received\nWhat currency is supported for exchanges and holding?\tfiat_currency_support\nWhat do I do if I see a cash withdrawal on my account that I don't remember making?\tcash_withdrawal_not_recognised\nWhy would my payment for my card show as pending?\tpending_card_payment\nI made a purchase and would like to get a refund for what I bought can you have the money put back in my account?\trequest_refund\nWhy did the funds not transfer to another recipient?\ttransfer_not_received_by_recipient\nWhat other fiat currencies can I use?\tfiat_currency_support\nI was using foreign currency at an ATM, but the rate was typed in wrong.\twrong_exchange_rate_for_cash_withdrawal\nAre there any discounts for frequent currency exchanges?\texchange_charge\ni received my American Express in Apple pay, why is top up not working?\tapple_pay_or_google_pay\nWhat's the exchange fee?\texchange_charge\nHi, I am trying to buy something online, but i think there is some issue in my card. As payment is reverted. Please help me in this as i am facing the same issue from last two weeks.\treverted_card_payment?\nHow much is the exchange fee?\texchange_charge\nHow will I know where my funds are coming from?\tverify_source_of_funds\nI need to top up, but I have to use an international card.  Is there a cost for that?\ttop_up_by_card_charge\nCan I set it up to add money every few days automatically while I am traveling?\tautomatic_top_up\nThere is a  €1 fee on my account I didn't authorize\textra_charge_on_statement\nI would like to cancel my order.\trequest_refund\nWhy can't I transfer money to a beneficiery?\tbeneficiary_not_allowed\nWhich currencies are allowed?\tfiat_currency_support\nWhy do you need to perform identity verification?\twhy_verify_identity\nMy PIN was blocked.\tpin_blocked\nDoes it cost anything to transfer money for a top-up?\ttop_up_by_bank_transfer_charge\nWhy was i charged for making a withdrawal? After i went grocery shopping i withdrew some money from my account and now there is another charge.\tcash_withdrawal_charge\nWhy was the payment on my card declined?\tdeclined_card_payment\nI recently reported my card as missing/lost, and I just found it. Can I still use it?\tcard_linking\nWhy can't a beneficiary receive a money transfer from me?\tbeneficiary_not_allowed\nI cannot make a transfer to another account.\tbeneficiary_not_allowed\nWhen will my card be here?\tcard_delivery_estimate\nWhy did my top up get pulled back out?\ttop_up_reverted\nDo I need to set a limit on auto top-up?\tautomatic_top_up\nI tried to top up, but it didn't finish.\tpending_top_up\nHow do I make my transfer go through\tdeclined_transfer\nIs there a reason a payment is showing complete on my side but the person who is receiving it has not gotten it?\ttransfer_not_received_by_recipient\nHow do I transfer funds directly from my credit card?\ttopping_up_by_card\nWhich type of card will I receive?\tvisa_or_mastercard\nWhile I was drunk, I goofed my PIN number and your machine ate my card. How can I get it back?\tpin_blocked\nI have an odd payment in my statement\tcard_payment_not_recognised\nAfter a transfer, I see an extra fee.  Why?\ttransfer_fee_charged\nAre the funds I requested from a merchant a few days ago in my account? I do not see them.\tRefund_not_showing_up\nCan apple pay handle top up exchanges?\tapple_pay_or_google_pay\nWhat do I need to do to verify my funds?\tverify_source_of_funds\nMy attempted transfer keeps kicking back with an error message.  Could you please help me to resolve this?\tbeneficiary_not_allowed\nI got cash abroad and the exchange rate applied is wrong\twrong_exchange_rate_for_cash_withdrawal\nPlease tell me about disposable cards.\tget_disposable_virtual_card\nI didn't get the correct amount of money from the ATM machine\twrong_amount_of_cash_received\nCan my account be topped-up by friends of mine.\ttopping_up_by_card\nI think my card payment was reverted\treverted_card_payment?\nHow do I get extra physical cards?\tgetting_spare_card\nWho accepts the card?\tcard_acceptance\nA payment on my statement is wrong.\tcard_payment_not_recognised\nPlease tell me what the exchange fee is.\texchange_charge\nThere is a €1 extra fee in my statement\textra_charge_on_statement\nCan I use cash to top up\ttop_up_by_cash_or_cheque\nProblem with my top up going through\tpending_top_up\nI thought I was going to receive more currency?\twrong_exchange_rate_for_cash_withdrawal\nHow do I top up with a cheque?\ttop_up_by_cash_or_cheque\nI thought you guys offered free transfers. Why was I charged?\ttransfer_fee_charged\nMy wallet doesn't show my recent top up.\ttopping_up_by_card\nDo I have a $1 extra fee on the statement?\textra_charge_on_statement\nI would like to top up my account automatically. How do I do that?\tautomatic_top_up\ni made a payment with my card and was charged a fee, why would you do that\tcard_payment_fee_charged\nI'm trying to purchase a flat but i need my first payment for my mortgage to go through first. I keep getting an error. I'm not sure what is going on but i need help making this transfer.\tfailed_transfer\nI forgot my password to get into the app!\tpasscode_forgotten\nMy transfer says pending. What does that mean?\tpending_transfer\nI didn't get the all the cash i wanted from the atm\twrong_amount_of_cash_received\nThe exchange rate for the money I took out in a foreign country is wrong.\twrong_exchange_rate_for_cash_withdrawal\nThere is an extra charge on my account I didn't authorise, it's just £1, what is it?\textra_charge_on_statement\nI'm expecting a refund but it's no where to be seen\tRefund_not_showing_up\nMy card payment was not successful.\tdeclined_card_payment\nCan I return an item?\trequest_refund\nWhat happens if the ATM doesn't give the right amount of money?\twrong_amount_of_cash_received\nHow do I top up on my card?\ttopping_up_by_card\nWhy isn't my purchase exchange rate correct?\tcard_payment_wrong_exchange_rate\nDoes Google Pay offer a top up option?\tapple_pay_or_google_pay\nwhere do i find out about exchange fees\texchange_charge\nWhy am I charged a fee for withdrawing cash?\tcash_withdrawal_charge\nMy wallet was taken and I see that someone is using my card!   Please help me!\tcash_withdrawal_not_recognised\nI may no longer need GBP, but instead I will need AUD, how can I go about making this change?\texchange_via_app\nI believe my card has been compromised as there's a cash withdrawal I don't recognize.\tcash_withdrawal_not_recognised\nWhat can I do about a direct debit transaction on my card that I didn't make?\tdirect_debit_payment_not_recognised\nMy balance was not updated after transferring money.\tbalance_not_updated_after_bank_transfer\nMy payment's stuck on pending.\tpending_card_payment\nI was overcharged one extra pound!\textra_charge_on_statement\nWhat is the charge to make a transfer\ttop_up_by_bank_transfer_charge\nHow can I top up with Google play?\tapple_pay_or_google_pay\nI transferred some money to a friend of mine who urgently needs some money right now. How long will it take to get to her?\ttransfer_not_received_by_recipient\nI bought something while traveling, and the exchange rate was wrong.\tcard_payment_wrong_exchange_rate\nMy wallet was stolen and all my credit cards were in there.  HELP?!!?\tcompromised_card\nwhy was my payment reverted on the app\treverted_card_payment?\nHow do I add the card I just received to show up in the app?\tcard_linking\nI tried to get some with-drawls but the machine didn't work. The transaction still seems in progress.Seems like  something is wrong,I don't want to be charged for Transaction i did not make.\tpending_cash_withdrawal\nI think I may have been charged $1 extra on my app.  Could you provide some insight as to why this may have happened?\textra_charge_on_statement\nWhere do I find our how to get a physical card?\torder_physical_card\nDoes the app top up automatically?\tautomatic_top_up\nHow do I switch to a different currency?\texchange_via_app\nA transfer to my account shows as still pending and I wanted to know how long it is suppose to take to clear.\tpending_transfer\nLooks like my card payment was made twice by mistake. I went to pay at the store earlier which rejected once, second time it worked. App is on pending for one of the payments. Can you please remove one of them as it's wrong and clearly was declined?\ttransaction_charged_twice\nWhat are the steps for depositing cash into my account?\ttop_up_by_cash_or_cheque\nI made a payment and it is showing up twice\ttransaction_charged_twice\nHow do I top-up my card with a cheque?\ttop_up_by_cash_or_cheque\nI haven't received my card.\tcard_arrival\nI got a strange cash withdrawal in my statement\tcash_withdrawal_not_recognised\nI found my card! Can I link it back into the app?\tcard_linking\nI'm interested in getting a virtual card.  How do I get one?\tgetting_virtual_card\nDo you offer auto top ups?\tautomatic_top_up\nyou got the exchange rate wrong for my cash withdrawal\twrong_exchange_rate_for_cash_withdrawal\nI would like to edit my personal information .\tedit_personal_details\nI have a card payment which shows as pending\tpending_card_payment\nCan I use app to reset PIN attempts?\tcard_not_working\nHow can I move money from an account at another bank to this one?\ttransfer_into_account\nwhy do I have to show my ID\tverify_my_identity\nI have a card that was deactivated can I reactivate it?\tcard_linking\nI just noticed my transfer was declined and I don't know why. Can you help me?\tdeclined_transfer\nCan I do a SWIFT transfer?\ttop_up_by_bank_transfer_charge\nWhy did I get charged for a withdrawal?\tcash_withdrawal_charge\nMy transfer didn't work! Help!\tfailed_transfer\nWhat are the age requirements for service?\tage_limit\nWhere can I find your exchange rates?\texchange_rate\nI can't do any business with this virtual card.\tvirtual_card_not_working\n\"I initiated a payment a while ago and it is still showing as \"\"pending\"\", how long will it take to clear?\"\tpending_card_payment\nMy phone is missing or stolen.\tlost_or_stolen_phone\nHow many top-ups can be approved?\ttop_up_limits\nI'd like to apply for a Visa Card.\tvisa_or_mastercard\nI made a mistake on the last transfer I made, who must I speak with to cancel?\tcancel_transfer\nHow can I get funds into my account from my American Express?\tsupported_cards_and_currencies\nThe ATM machine would not give my card back\tcard_swallowed\nCan my children open an account?\tage_limit\nhow much do you charge to top up US cards?\ttop_up_by_card_charge\nI am missing my refund.\tRefund_not_showing_up\nwhat is the fee for topping up by card?\ttop_up_by_card_charge\nIs there a fee to add money to an international card?\ttop_up_by_card_charge\nWhy on earth is the exchange rate so bad?   Can I get a rate closer to the actual interbank rate?\tcard_payment_wrong_exchange_rate\nCan i make several disposable cardsper day?\tdisposable_card_limits\nI'd prefer Mastercard.\tvisa_or_mastercard\nMy top-up didn't go through\ttop_up_failed\nWhat other credit cards can I use?\tsupported_cards_and_currencies\nwhere can i located the auto top up function?\tautomatic_top_up\nDo exchanges cost more?\texchange_charge\nMy google top-up pay is not going through\tapple_pay_or_google_pay\nHow do I report fraud on my card?\tcompromised_card\nWhat is preventing me from adding a specific beneficiary?\tbeneficiary_not_allowed\nAre there fees for adding money with an International card?\ttop_up_by_card_charge\nCan I have a duplicate second card?\tgetting_spare_card\nYesterday I topped up my card. Why didn't it complete as it still pending?\tpending_top_up\nI tried to use my debit card, but the payment did not work.\treverted_card_payment?\nHi,  One of payment is still coming as pending for which i have already paid by card. I guess it did not processed, could you please check and update me.\tpending_card_payment\nIs it possible to order another card?\tgetting_spare_card\nHow are cash withdrawals pending?\tpending_cash_withdrawal\nCan I use my card while on vacation overseas?\tcard_acceptance\nIs there a list of ATMs that take this card?\tatm_support\nI'd like more info on getting a virtual card.\tgetting_virtual_card\nI did a transfer but the balance is the same.\tbalance_not_updated_after_bank_transfer\nIf I wanted to change my PIN, how would I do that?\tchange_pin\nCan you please tell me why my cash withdrawal is still pending?\tpending_cash_withdrawal\nI sent a transfer to a friend that needs it urgently. It has already been 2 hours and still hasn't come through to her. How long does it normally take?\ttransfer_not_received_by_recipient\nCan I change my PIN at any ATM?\tchange_pin\nI have found my lost or stolen card, would I still have to activate the new card that was sent to me through the mail in order to access my account?\tcard_linking\nI'm not sure how to complete the identity checks process.\tverify_my_identity\nMy app is showing a cash balance that I did not receive.\tcash_withdrawal_not_recognised\nAfter transfering some money my balance hasn't changed.\tbalance_not_updated_after_bank_transfer\nMy card expires soon\tcard_about_to_expire\nHow long do I need to wait to see an update after I make a bank transfer?\tbalance_not_updated_after_bank_transfer\nWhy won't my card work anymore?\tcard_not_working\nWhat kind of security protects my money?\tverify_source_of_funds\nWhat happens when a payment is reverted?\treverted_card_payment?\nwhere is the code for verifying the top up card?\tverify_top_up\nIs there an auto top up feature?\tautomatic_top_up\nHow can I trade currencies with this app?\texchange_via_app\nMy card is about to expired what will happen?\tcard_about_to_expire\nI tried to buy something online yesterday but it kept saying declined. Tried again today but same thing happened. What's wrong?\tdeclined_transfer\nTell me how to setup a new PIN.\tchange_pin\nAre there a certain amount of transactions i can do with one disposable card?\tdisposable_card_limits\nWhat is the extra fee on my statement?\textra_charge_on_statement\nHow can I request cash back? The ATM gave me the wrong amount that I've been charged though...\twrong_amount_of_cash_received\nI received duplicate charges.\ttransaction_charged_twice\nWhat if there is an error on the exchange rate?\tcard_payment_wrong_exchange_rate\nDo physical cards cost money?\torder_physical_card\nMy card has been declined by two separate ATM, and I'm worried something is wrong with my account. Would you please see if my account is okay?\tdeclined_cash_withdrawal\nCan I exchange an item for a refund?\trequest_refund\nThere are two of the same charge on my statement.\ttransaction_charged_twice\nHelp me close my account.\tterminate_account\nI think I was charged twice, please help!\ttransaction_charged_twice\nBalance hasn't been updated following a bank transfer\tbalance_not_updated_after_bank_transfer\nI looked at my statement, and there is a charge for 1£ that I don't recognize.  Why is it on there?\textra_charge_on_statement\nMy card has been stolen what do I do?\tlost_or_stolen_card\nCan I use my account even though the identity verification has not passed yet?\twhy_verify_identity\nWhat is the reason why the transfer shows as pending?\tpending_transfer\nWhy did my payment get declined?\tdeclined_transfer\nWhat are the exchange rates you assign?\texchange_rate\nHow is the PIN delivered?\tget_physical_card\nHow long will it take for my money to be deposited?\tpending_top_up\nMy card would not work at a shop.\tdeclined_card_payment\nI think a card payment I made was cancelled.\treverted_card_payment?\nHi! I'm a university student studying abroad and I noticed that when I was trying to cross-reference my budget for this month that there were extra fees I was not expecting. Why is that? I've had this account for years and I haven't had any trouble so far, it might not even be on your all's end since I'm still new to international travel and finance, but I wanted to double check in case a mistake was made!\ttransfer_fee_charged\nI want to get a Visa card\tvisa_or_mastercard\nHow do I find out my source of funds?\tverify_source_of_funds\nI will not be able to verify my identity.\tunable_to_verify_identity\nHey there, I just went through my most recent credit card payments and I notice the same charge for a restaurant was processed twice. There was only one meal at this place, so I would like one of the charges to be reversed and my money to be put back in the account.\ttransaction_charged_twice\nWhat do I need to do to correct this failed transfer?\tfailed_transfer\nMy card payment doesn't work.\tdeclined_card_payment\nI checked my statement and am being charged one pound. Where did this charge come from?\textra_charge_on_statement\nWhy does a payment show up twice?\ttransaction_charged_twice\nCancel my transfer, please.\tcancel_transfer\nI noticed that the exchange rate applied to a recent purchase I made abroad was incorrect.\tcard_payment_wrong_exchange_rate\nWhen will my payment go through?\tpending_card_payment\nWhat I topped up was reverted by the app.\ttop_up_reverted\nCan I use my account although the identity verification has not been accepted yet?\twhy_verify_identity\nWhy cant I transfer to my account?\tbeneficiary_not_allowed\nWhy are my transfers getting declined?  I havent had a problem in the past.\tdeclined_transfer\nHow long do I have to wait for the transfer to be finalized?\tpending_transfer\nIf I want a friend to top off my account, can they?\ttopping_up_by_card\nCan I get a card that works in other countries like Africa and Indonesia?\tcountry_support\nIs my transfer pending?\tpending_transfer\nI got a cheque that I want to top up with?\ttop_up_by_cash_or_cheque\nI attempted to get money in cash but it was refused!\tdeclined_cash_withdrawal\nI really need some help to understand why my transfer keeps failing. I'm trying to send money to a friend. Please help.\tfailed_transfer\nIt says pending status for my payment. Why?\tpending_card_payment\nApple watch top up help, please?\tapple_pay_or_google_pay\nHow long does it take for money to transfer?\tbalance_not_updated_after_bank_transfer\nI think that there is a payment on my card that I did not authorize.  I don't recognize the name attached to the transaction.\tcard_payment_not_recognised\nmy payment was rejected, do you know why?\tdeclined_card_payment\nI was just needing to know why my card got declined\tdeclined_card_payment\nHi, My card is getting declined continuously when i am trying to top-up. Request you to look into this issue or tell me any other alternatives.\ttop_up_failed\nWill I get charged for topping up with an international card?\ttop_up_by_card_charge\nhow can the money machine keep my card what do i need to do?\tcard_swallowed\nThe exchange rate for my withdrawal was wrong.\twrong_exchange_rate_for_cash_withdrawal\nI was wondering why my card was declined\tdeclined_card_payment\nI think the exchange rate for the cash I withdrew was wrong.\twrong_exchange_rate_for_cash_withdrawal\nTell me where I can find the auto top up feature and a little bit about it please.\tautomatic_top_up\nWhere is the top-up verification code?\tverify_top_up\nMy PIN tries have run out. Now what?\tpin_blocked\nHow do I set up my card PIN?\tget_physical_card\nI only have a card from the US is that okay?\tsupported_cards_and_currencies\nSeveral items I have charged this week are appearing twice.  Please review my statement and remove any duplicate charges.\ttransaction_charged_twice\nI made a transfer recently but it has not changed on my dashboard.\tpending_transfer\nI'm being asked for a verification code. Where do I find it?\tverify_top_up\nI am inquiring about a $1 charge on my statement.\textra_charge_on_statement\nDo you support all countries?\tcountry_support\nI need help verifying my identity.\tunable_to_verify_identity\nThe exchange rate you are using is bad.This can't be the official interbank exchange rate.\tcard_payment_wrong_exchange_rate\nCan a credit card be used to transfer money?\ttopping_up_by_card\nIt won't let me activate my card.\tactivate_my_card\nWhere can I modify my details?\tedit_personal_details\nIs there a limit to a disposable virtual card?\tdisposable_card_limits\nHow many disposable cards can you own?\tdisposable_card_limits\nMy contactless payments don't work.\tcontactless_not_working\nI want to reactivate my card, I thought I had lost it but found it again in my jacket.\tcard_linking\nWhere can I see where funds came from?\tverify_source_of_funds\nMy card is not working at stores.\tdeclined_card_payment\nwhat is the price of a transfer?\ttop_up_by_bank_transfer_charge\nWhy is there now a charge for making cash withdrawals? I wanted some cash after I went to the grocery store, and there's a new fee!\tcash_withdrawal_charge\nOne of my transactions needs to be canceled.\tcancel_transfer\nWhat time will a transfer from the US take?\ttransfer_timing\nI need an ATM right now!\tatm_support\nCould I chose the date to have it delivered?\tcard_delivery_estimate\nHow old do you need to be to open an account?\tage_limit\nCan you help me retrieve my card?\tlost_or_stolen_card\nI can use this card at which ATMs?\tatm_support\nI've been checking my statement to see if I've received a refund I requested from a seller a while ago has arrived. But it has not. This should have come back to me already. Can you help me figure out why it's not here and get my money back?\tRefund_not_showing_up\nWhat are the steps for my friend to send me money?\treceiving_money\nCan anyone else top-up for me?\ttopping_up_by_card\nI tried my PIN too many times\tpin_blocked\nHow can I get cash back? The ATM just gave me the wrong amount that I've been actually charged though...\twrong_amount_of_cash_received\nAm I permitted to have a spare card?\tgetting_spare_card\nPlease help me.  I don't know my code to get into the app.\tpasscode_forgotten\nHow can I change my PIN without going to the bank?\tchange_pin\nWhy is the transfer showing pending?\tpending_transfer\nI've been waiting for a refund where is it?\tRefund_not_showing_up\nWhy is there a direct debit set up in my name?\tdirect_debit_payment_not_recognised\nI had to pay a pound more than I anticipated!\textra_charge_on_statement\nHow many countries do you work in?\tcountry_support\nThe ATM didnt return my card!\tcard_swallowed\nWhat are the steps I need to do if I have a stolen card?\tlost_or_stolen_card\nHi,  I have transferred money but beneficiary's account is credited with less amount. Now i have transfer the difference of the amount. I think there is some issue, could you please look into this.\ttransfer_fee_charged\nHow recent do my documents need to be for verification?\tverify_my_identity\nWhere is the transfer to my account that I made?\tbalance_not_updated_after_bank_transfer\nSomeone is making transactions on my account, I think they took my card information.\tcompromised_card\nI keep getting an error message when I'm trying to transfer funds! Why aren't you accepting that?\tbeneficiary_not_allowed\nDo you have a tracking number for the card I was sent?\tcard_arrival\nI would like to know if I can top up with Google Pay.\tapple_pay_or_google_pay\nI tried withdrawing but my cash is not showing up?\twrong_amount_of_cash_received\nI purchased something and already received it, why hasn't the money taken out?\treverted_card_payment?\nWhat is not accepted in order for me to top up my account?\ttop_up_by_cash_or_cheque\nSo, I was under the impression that you have an offer for crypto top up. This doesn't seem to be working. Now, the money has just disappeared from my account. What is the deal?\ttop_up_reverted\nThere is a repeat charge for the same item\ttransaction_charged_twice\nAny extra charges for exchanging currencies?\texchange_charge\nWhat areas are cards delivered to?\torder_physical_card\nHow many disposable virtual cards can you have?\tdisposable_card_limits\nWhile getting cash, I was charged a fee.\tcash_withdrawal_charge\nWould you please unblock my pin? I don't know why, but it's blocked.\tpin_blocked\nMy top-up didn't go through; it still says pending. What's up with that?\tpending_top_up\nI made a mistake and did a transaction to a wrong account, can I cancel?\tcancel_transfer\nI just got my new card, how do I activate it?\tactivate_my_card\nYou can do that in just a few seconds. Go to account, hit activate, and follow the directions from there.\tactivate_my_card\nDuplicate transactions appear on my account\ttransaction_charged_twice\nCan you check if my money has reached my account since it is not showing up yet?\tbalance_not_updated_after_bank_transfer\nIt won't let me prove my identity.\tunable_to_verify_identity\nIsn't my top-up supposed to mean its complete?\tpending_top_up\nI have withdrawn cash from the ATM but it is showing in my account as a pending transation. Why is this?\tpending_cash_withdrawal\nI'd like to know where my funds come from.\tverify_source_of_funds\nI am being charged a pound out of nowhere. What is this?\textra_charge_on_statement\nWill I be charged to top off my account?\ttop_up_by_bank_transfer_charge\nThree months ago I bought a new house for my cat, fluffy.  Unfortunately Fluffy was not a fan of the house and it had to be returned to Pet Smart last week.  They said they have sent a refund but it's not there, can you tell me where it is?\tRefund_not_showing_up\nI received my card. How do I link it to the app?\tcard_linking\nI think the top up failed\ttop_up_failed\nWhat are the policies of disposable cards?\tdisposable_card_limits\nWhen can I use money sent to my account?\ttransfer_timing\nAre there only certain ATM machines where I can use this card?\tatm_support\nWhen I received my money, it was not in the correct amount. The exchange rate was not what it should have been.\twrong_exchange_rate_for_cash_withdrawal\nThe disposable cards - what are they for?\tget_disposable_virtual_card\nHow do I receive a refund for my item?\trequest_refund\nWhy did I have to pay extra because I paid with my card?\tcard_payment_fee_charged\nCard refund is not showing up in my statement.\tRefund_not_showing_up\nI transferred a payment a couple days ago and it shows done, but it has not been received.  Could you please help me?\ttransfer_not_received_by_recipient\nIt appears as though my card payment was duplicated. I paid at the store earlier today. The first time it was declined and the second time it worked. The app is still showing one of the payments to be pending. Please take one of these off because clearly the first was declined and is not correct.\ttransaction_charged_twice\nHow do I get a refund for an item I bought?\trequest_refund\nWhat is the expected delivery date of my card?\tcard_arrival\nI want to take some funds from my other bank account and add them to this one.\ttransfer_into_account\nWhat can I and can't do with the disposable cards?\tdisposable_card_limits\nWhy am i being charged for withdrawing cash funds?\tcash_withdrawal_charge\nWhy do you need verification for my identity?\twhy_verify_identity\nThere is a payment in the app I did not make\tcard_payment_not_recognised\nI am interested in a Visa or Mastercard. Do you offer them?\tvisa_or_mastercard\nI was able to find my card. How to I go about putting it into my app?\tcard_linking\nI need to know what's going on. I was under the impression you offered cryto top up which doesn't seem to be working and money has just vanished from my account.\ttop_up_reverted\nWhere do I find the auto top- up?\tautomatic_top_up\nThe check I deposited yesterday isn't listed yet.  Isn't that pretty slow?  I need to see the balance increased by that check.\tbalance_not_updated_after_cheque_or_cash_deposit\nDo I need a photo ID to activate a my new card?\tactivate_my_card\nAre SWIFT Transfers available at this bank?\ttop_up_by_bank_transfer_charge\nWhat are the reasons for a declined transfer?\tdeclined_transfer\nI got $20 when I should've gotten $100\twrong_amount_of_cash_received\nWhere in the European Union can I get a card?\tcountry_support\nIs there a limit for top ups?\ttop_up_limits\nWhat is the procedure to transfer money to my account?\ttransfer_into_account\nHow do I change the details in my account?\tedit_personal_details\nThere is a duplicate payment on my card. Why?\ttransaction_charged_twice\nWhat is with the need to have all my ID information?\twhy_verify_identity\nIs there a reason why my card was declined when I attempted to withdraw money?\tdeclined_cash_withdrawal\nI am overseas in China, can I get a replacement card?\tcard_about_to_expire\nI want a reason as to why my beneficiary is not allowed?\tbeneficiary_not_allowed\nhow do i get a refund for a direct debit payment i didn't make\tdirect_debit_payment_not_recognised\nI've got a repeated tranasaction on my card.\ttransaction_charged_twice\nWhat is this cash withdrawal I don't recognize?\tcash_withdrawal_not_recognised\nHow can I know where did my funds come from?\tverify_source_of_funds\nI have yet to receive the cash I added to my account this morning.\tbalance_not_updated_after_cheque_or_cash_deposit\nThe ATM did not give me as much cash as I requested.\twrong_amount_of_cash_received\nI bought something abroad and the exchange rate applied is wrong\tcard_payment_wrong_exchange_rate\nCan you see my new balance yet?\tbalance_not_updated_after_bank_transfer\nWhen will I recieve my new card?\tcard_arrival\nWhy is top-up verified?\tverify_top_up\nWhy isn't my disposable virtual card working?\tvirtual_card_not_working\nI noticed my exchange rate was incorrect when I got cash.\twrong_exchange_rate_for_cash_withdrawal\nhow do i avoid charges in the future\tcard_payment_fee_charged\nVerify top-up card help?\tverify_top_up\nI have a top up card. Where is the verification code?\tverify_top_up\nMy pin needs unblocking, unblock it please?\tpin_blocked\nWhich US cards have top up charges?\ttop_up_by_card_charge\nHow long do I have to wait for a US transfer?\ttransfer_timing\nAfter purchasing an item I noticed the exchange rate was incorrect.\tcard_payment_wrong_exchange_rate\nMy funds are low, can I auto top up?\tautomatic_top_up\nI had to pay a fee when buying items with my card.\tcard_payment_fee_charged\nHow do I link a new card to an existing one?\tcard_linking\nThe money disappeared when I tried to use my card to top up.\ttopping_up_by_card\nCan I get a new pin number at any ATM using my card?\tchange_pin\nI wanted to transfer money to another account, but now I don't have to so I'd like to cancel said transfer. How can I do that?\tcancel_transfer\nWhat do I do to activate my new card?\tactivate_my_card\nIn my statement, I got a €1 extra fee.\textra_charge_on_statement\nHow to verify my identity\twhy_verify_identity\nWhy have I not received a virtual card yet?\tgetting_virtual_card\nwhy didnt a transfer to my account process\tbeneficiary_not_allowed\nMy payment was declined\tdeclined_card_payment\nIf I were to transfer, what would the cost be?\ttop_up_by_bank_transfer_charge\nI forgot my phone at the hotel, so I can't access the app.\tlost_or_stolen_phone\nIs there a charge for getting cash?\tcash_withdrawal_charge\nWhich countries do you work with?\tcountry_support\nMy thoughts were that you offered crypto top up which does not seem to be working. The money has now been taken from my account. What is the problem here?\ttop_up_reverted\nAm I limited on the amount of disposable cards I can possess?\tdisposable_card_limits\nAre their certain cash machines where I can change my pin?\tchange_pin\nCan i cancel this purchase?\trequest_refund\nHow do I exchange USD to GBP?\texchange_via_app\nWhy am I still waiting for my refund\tRefund_not_showing_up\nI'm not sure if my pop-up went through.\ttop_up_failed\nWhy is my withdrawal from the ATM still showing as pending?\tpending_cash_withdrawal\nDo you support other currencies?\tfiat_currency_support\nI was charge a fee that I wasn't told about\ttransfer_fee_charged\nWhy am I charged to get money from the ATM?\tcash_withdrawal_charge\nUnbeknownst to me, there was an additional charge on my prior transaction. A notification of sorts should be required and explained before future payments are made.\tcard_payment_fee_charged\nIs it possible for me to give my daughter a second card for this account?\tgetting_spare_card\ncan usa residents get a card?\tcountry_support\nCan you tell me how do I get a card?\torder_physical_card\nMy app is displaying a payment I didn't make\tcard_payment_not_recognised\nI notice a transaction a couple of weeks ago in my account, from a seller that I don't recognize. Is there a way we can trace back the information to make sure it was truly something I did?\tdirect_debit_payment_not_recognised\nWhy hasn't my cash arrived from a deposited check?\tbalance_not_updated_after_cheque_or_cash_deposit\nI sent money to a person and they haven't received the payment yet.\ttransfer_not_received_by_recipient\nI tired but an unable to activate my card.\tactivate_my_card\nCan I re-link a lost card with the app?\tcard_linking\nSo, my transfer is showing as pending, when will it actually go through?\tpending_transfer\nWhere do I go to add a new card?\tcard_linking\nWhat can I do if my passcode won't work?\tpasscode_forgotten\nWhat is the reason my payment was not accepted?\tdeclined_card_payment\nHow old do you have to be to open an account?\tage_limit\nIf my top-up didn't transfer, what went wrong?\ttop_up_reverted\nDo you process SWIFT transfers?\ttop_up_by_bank_transfer_charge\ntop up cancellation\ttop_up_reverted\nCan you convert to EUR?\tfiat_currency_support\ni entered my pin in wrong and got it frozen. how many tries do i have\tdeclined_cash_withdrawal\nWhere is the transfer to my account?\tbalance_not_updated_after_bank_transfer\nI think my card payment has been reverted\treverted_card_payment?\nHow many top-ups am I allowed to do?\ttop_up_limits\nI received my card, how do I get it to work in the app?\tcard_linking\nWhat cards and currencies can I use?\tsupported_cards_and_currencies\nWhy do you keep declining my transfers? it's always been working really well so far but when I tried to buy something just now the card got declined . I tried couple of times already  but same thing is happening .\tdeclined_transfer\nMy exchange seems to have something wrong with it. I changed over Russian Ruble to UK pounds and it appears I was charged way more than I was supposed to be.\tcard_payment_wrong_exchange_rate\nI didn't know there was a charge for tranferring. What is the charge?\ttransfer_fee_charged\nIs it possible for a person who lives in the US to get a card?\tcountry_support\nIs it possible to top up using a cheque?\ttop_up_by_cash_or_cheque\nWhat happens if I use my account and my identity verification hasn't finished?\twhy_verify_identity\nI don't see me 'top up' in my wallet\ttopping_up_by_card\nI'd like to have it delivered on Saturday.  Is that possible?\tcard_delivery_estimate\nThere is a direct debit set up that was not authorized by me.\tdirect_debit_payment_not_recognised\nWhat physical locations can I use cash to top up?\ttop_up_by_cash_or_cheque\nCan I get a new card even though I am in China?\tcard_about_to_expire\nI am confused about your fee structure and was disappointed to see a fee for my transfer.\ttransfer_fee_charged\nHow do I get my card to work?\tcard_not_working\nCan my password be reset if I do not have it?\tpasscode_forgotten\nHow would I be able to make changes to my personal details?\tedit_personal_details\nMy phone is lost I don't want someone to use my account, what can I do?\tlost_or_stolen_phone\nIs there a way to use this app with a disposable virtual card?\tget_disposable_virtual_card\nCan you help me figure out what is going on with a debit payment that is showing up on my account I am not sure is suppose to be there.\tdirect_debit_payment_not_recognised\nWho can send me money?\treceiving_money\nWhat is the cost for currency exchanges?\texchange_charge\nI am afraid to give you all my identify details.\twhy_verify_identity\nCan I get a card even though I live in the US\tcountry_support\nYour service is bad.  Close my account.\tterminate_account\nWhat US cards do you accept?  I only have 1 other.\tsupported_cards_and_currencies\nI would like to verify my source of funds.\tverify_source_of_funds\nI didn't make a payment that shows in my app.\tcard_payment_not_recognised\nWhat is your shipping policies for cards?\tcard_delivery_estimate\nThe exchange rate was not correct for the item I bought.\tcard_payment_wrong_exchange_rate\nWhy am I unable to verify my id?\tunable_to_verify_identity\nSoon my card will expire, how do I get a new one?\tcard_about_to_expire\nCan I allow other people to top up my account?\ttopping_up_by_card\nWhy did I get charged for a transfer?\ttransfer_fee_charged\nAre there restrictions on new cards in China?\tcard_about_to_expire\nWhy am I not able to get cash from the ATM?\tdeclined_cash_withdrawal\nCan I exchange USD for GBP in your app?\texchange_via_app\nWill I have to wait much longer for my new card to arrive?\tcard_arrival\nI'm having problems with ID verification\tunable_to_verify_identity\nI am sure I have plenty of money to transfer but my transfer is being declined.\tdeclined_transfer\nI need help with some transactions in my account that I dont recognize or remember purchasing. Im not sure if the name is just different or what. Should my card be put on hold while the issue gets figured out to be safe or is it ok?\tcard_payment_not_recognised\nWhy did I get charged more for using my card?\tcard_payment_fee_charged\nI want a Mastercard, instead.\tvisa_or_mastercard\nWhy do I have a transaction showing multiple times?\ttransaction_charged_twice\nWhy hasn't the app verified my identity?\tunable_to_verify_identity\nA 500 pound cash withdrawal was just made from my account, but I didn't make it. I am pretty sure my card has been compromised - can you help me?\tcash_withdrawal_not_recognised\nI asked for $40 and I only received $20, what happened?\twrong_amount_of_cash_received\nI was out today looking forward to paying with my new card, turns out the payment kept getting declined. This is really sad, what's going on?\tdeclined_card_payment\nIs there a way you can have money from a purchase I made refunded to my account.\trequest_refund\nWill you please help me get my card back?\tcard_swallowed\nWhere is the cash deposit I made?\tbalance_not_updated_after_cheque_or_cash_deposit\ntop up not completed\tpending_top_up\nPlease check my payment from last Saturday as I feel I have been overcharged on the exchange rate.  Thank you.\tcard_payment_wrong_exchange_rate\nI didn't realize that there were any fees for withdrawing money from my account--this has never happened to me before.  What exactly are the fees?\tcash_withdrawal_charge\nWhy am I being charged for transfers? Are they not free?\ttransfer_fee_charged\nHow many disposable cards can I have at one time?\tdisposable_card_limits\nFrom what countries can I use an account?\tcountry_support\nI can't withdraw money\tdeclined_cash_withdrawal\nIs there a  way to  get around fees\tcard_payment_fee_charged\nI think someone might have a copy of my card because a 500 dollar withdrawal was made, and it wasn't me. Can you please help?\tcash_withdrawal_not_recognised\nWhy was I charged extra using my card?\tcard_payment_fee_charged\nAm I the only one who can top-up my account?\ttopping_up_by_card\nYour machine took my card. How do I get it back?\tcard_swallowed\nCan I use your services without access to the app?\tlost_or_stolen_phone\nHow do I make my PIN work again?\tpin_blocked\nHow do I check security settings using the app?\tcard_not_working\nWhy is my payment declined? It looked like everything worked ok and my account was fine.\tdeclined_card_payment\nI added money through a bank transfer and it is not showing in my balance.\tbalance_not_updated_after_bank_transfer\nI need to update my demographics.\tedit_personal_details\nI transferred some funds but I don't see it\tbalance_not_updated_after_bank_transfer\nWhy was I charged twice for my item!\ttransaction_charged_twice\nMy funds must be verified\tverify_source_of_funds\nI was needing you to see if the exchange rate is correct from when i got cash\twrong_exchange_rate_for_cash_withdrawal\nWhat are the top up charges for all US cards?\ttop_up_by_card_charge\nThere's an error in regards to the exchange rate for an item I bought.\tcard_payment_wrong_exchange_rate\nI haven't been sent my new pin!\tget_physical_card\nI noticed a duplicate charge on my statement.\ttransaction_charged_twice\nI want to change the wrong exchange rate.\tcard_payment_wrong_exchange_rate\nWhat is this extra fee on my statement.\textra_charge_on_statement\nDoes it cost extra to send out more than one card?\tgetting_spare_card\nHello, in these holidays i have been overcharged on the amount i have withdrawn on one of your ATMs. I did not had any clue about the horrible charges otherwise i would not have withdrawn.\twrong_exchange_rate_for_cash_withdrawal\nCan I change my PIN?\tchange_pin\nCan I create my own top-up limit?\ttop_up_limits\nI noticed an extra fee when I paid with my card.\tcard_payment_fee_charged\nMastercard is my preferred company.\tvisa_or_mastercard\nTransfers can take up to one day to process before departing for the beneficiary accounts. Please confirm that you've entered your account details correctly. SEPA transfers can take up to two working days, while SWIFT transfers can take up to five working days.\tpending_transfer\nI tried transferring to an account but it won't let me.\tbeneficiary_not_allowed\nI need more assistance with how to activate my card.\tactivate_my_card\nCan someone help me unblock my pin?\tpin_blocked\nWhat is the number of transactions I get with a disposable card?\tdisposable_card_limits\nThere is a payment showing on my app that I didn't do. Will you please cancel this payment and refund my money ?\tdirect_debit_payment_not_recognised\nHow do I change my address ?\tedit_personal_details\nHow come I didn't get a virtual card yet?\tgetting_virtual_card\nI got a card, how do I get it in the app?\tcard_linking\nHow long will it take to verify my account?\tunable_to_verify_identity\nThere is a direct debit charge on my account that is not mine.\tdirect_debit_payment_not_recognised\nHi, I'm buying my son Bertie a starter home in London.  I'm just trying to send the 5% deposit over to the agent. It's only £200,000 but seems to be throwing an error.  What is going on?  If I wait any longer the house prices might rise, can you look in to it please?\tfailed_transfer\nI was made to pay an additional pound!\textra_charge_on_statement\nCan I top up for free using a European card?\ttop_up_by_card_charge\nWill this app allow me to exchange currencies?\texchange_via_app\nWhat is wrong with the exchange rate? This should have been a much higher amount of cash for that to apply.\twrong_exchange_rate_for_cash_withdrawal\nI am concerned that I am being doubled charged for several items purchased in the past week.  Please review my statement and correct.\ttransaction_charged_twice\nThe recipient doesn't see the money transaction I made\ttransfer_not_received_by_recipient\nHow do I check to see why my card payment was declined?\tdeclined_card_payment\nI bought some things in the morning but the payment shows as pending\tpending_card_payment\nI got a declining message during a transfer? please tell me why\tdeclined_transfer\nNo transactions are being accepted, what's wrong with my card?\tcard_not_working\nIm going to need to make a transfer from a UK account but I need it to go through ASAP. Is that going to be possible or will it take forever?? Im hoping it will be a couple hours and not a couple weeks.\tbalance_not_updated_after_bank_transfer\nWhy is the exchange rate for my payment incorrect?\tcard_payment_wrong_exchange_rate\nI have a payment that is still pending\tpending_card_payment\nCan I get a second card for free?\tgetting_spare_card\nHow can I get a disposable virtual card?\tget_disposable_virtual_card\nWhere can virtual cards be ordered?\tgetting_virtual_card\nWhat are the auto top-up policies?\tautomatic_top_up\nMy card is missing.\tlost_or_stolen_card\nHow do I change my PIN abroad?\tchange_pin\nWhy would you decline my card?\tdeclined_card_payment\nis there a way to fix my top up\ttop_up_failed\nwhere can I change my address?\tedit_personal_details\nCan you make exchanges with the EUR?\tfiat_currency_support\nWhat do I have to do to activate my card?\tactivate_my_card\nHow do i set up my credit card to send transfers?\ttopping_up_by_card\nHow do I go forth on transferring a sum of money from one account to another?\ttransfer_into_account\nI didn't receive the correct amount of cash\twrong_amount_of_cash_received\nHello, I made a payment with my card and it's not working. It's been a while and still says its pending. Can you tell when this will go through?\tpending_card_payment\nWhy can't my beneficiary get access?\tbeneficiary_not_allowed\nWhich flat currencies do you support for holding and exchange?\tfiat_currency_support\nWhat steps do I do to transfer money using my credit card?\ttopping_up_by_card\nCash has been deposited this morning but it hasn't came through.\tbalance_not_updated_after_cheque_or_cash_deposit\nCan I choose what card I can use\tvisa_or_mastercard\nIf I want to select a new PIN what do I do?\tchange_pin\nMy app says I withdraw funds from my account through an ATM.\tcash_withdrawal_not_recognised\nDo you offer services that hold money in different types of currency?\tfiat_currency_support\nI am in the EU. Can I get one of your cards?\tcountry_support\nI refilled my account balance but got an error message.\ttop_up_reverted\nWhat is the cause of the delay in applying my card payment to my account?\tpending_card_payment\nWhen will my new card be delivered?\tcard_arrival\nWhat happened to the money that I deposited?\ttop_up_reverted\nHow many days does a regular transaction take to complete?  I see a pending payment that hasn't changed in the last several days.\tpending_card_payment\nThere is a payment made with my card that I don't recognize at all.\tcard_payment_not_recognised\nWhat is the amount of time transfers usually take from the UK? I had just completed a transfer and nothing seems to be showing up so I need to be sure things are alright.\tbalance_not_updated_after_bank_transfer\nI made a payment that is not yet complete.\tpending_card_payment\nOn my app I can see that a direct debit payment that I didn't do, appears.\tdirect_debit_payment_not_recognised\nI was mistakenly charged a fee for using my card.\tcard_payment_fee_charged\nMy top up is not working\ttop_up_failed\nHave you sent out my card yet?\tcard_arrival\nMy transfers keep on getting declined. My card was working fine up until now, however it has suddenly stopped working. Why is this?\tdeclined_transfer\nI don't recognise a Direct Debit payment\tdirect_debit_payment_not_recognised\nI'm trying to purchase crypto via the app. I haven't been able to get it to go through. Am I doing something wrong?\tbeneficiary_not_allowed\nCan you help me transfer money into my friend's bank account? I tried to do it but it keeps rejecting me. I need to get the money in there asap. I have enough and all the account info is correct.\tfailed_transfer\nI added funds to my account but the app didn't process it.\ttop_up_failed\nIs there a possibility to open an account for my sons and daughters?\tage_limit\nWhy did the top-up fail?\ttop_up_failed\nI want to take back my transaction\tcancel_transfer\nWhich merchants accept this card?\tcard_acceptance\nWhat is the cost of a transfer?\ttop_up_by_bank_transfer_charge\nWhy is my PIN blocked?\tpin_blocked\nHow much are the rates of exchange?\texchange_rate\nThe refund on my account hasn't shown up\tRefund_not_showing_up\nHow long do I have to wait for my bank transfer to appear in my account?\tbalance_not_updated_after_bank_transfer\nWill you charge me for topping up with a European card?\ttop_up_by_card_charge\nCan I have a third card?\tgetting_spare_card\nWho gets support?\tcountry_support\nI need help making this transfer. I keep getting an error. I'm trying to purchase a flat but i need my mortgage payment to go through first. Can you help?\tfailed_transfer\nExplain the payment that was declined!\tdeclined_card_payment\nI'd like to have extra cards. Will I have to pay for that?\tgetting_spare_card\nHow long should I wait for the card to arrive?\tcard_delivery_estimate\nWhy was my card declined in a shop?\tdeclined_card_payment\nI was charged several times for something\ttransaction_charged_twice\nHow do I top up using my Apple Watch?\tapple_pay_or_google_pay\nWhy would a transfer to an account not be allowed?\tbeneficiary_not_allowed\nWhy was I charged a fee to transfer money?\ttransfer_fee_charged\nWhere did my deposit for my source of funds come from?\tverify_source_of_funds\nI want to close my account. The service you provide is unsatisfactory to me.\tterminate_account\nMy card payment reverted back, I think.\treverted_card_payment?\nMy account isn't showing a transfer I made.\tbalance_not_updated_after_bank_transfer\nHow does the exchange rate work on this app?\texchange_rate\nWhat happens if I forget my PIN?\tpin_blocked\nMy card payment is just showing up as pending and it has been a while , what's going on with that, it should be going through at some point?\tpending_card_payment\nWhy is there a pending hold on one pound on my statement?\textra_charge_on_statement\nHow long does it take for transfers to be approved?  I sent funds to my girlfriend, and she says that she has not seen any approved funds in her account.\ttransfer_not_received_by_recipient\nI have to quickly transfer something to China. How long will it take to arrive there?\ttransfer_timing\nHow do I get a spare card?\tgetting_spare_card\nI want to hold and exchange fiat currencies, what can I use to do so?\tfiat_currency_support\nWhat is this witdrawal\tcash_withdrawal_not_recognised\nI have been charged twice this week for a couple of things on my card. Can you please check this out for me and return the double charged items back?\ttransaction_charged_twice\nWhat are the disposable virtual card limits?\tdisposable_card_limits\nI'm still waiting for my card that was issued a week ago. What should I do?\tcard_arrival\nWhere can the pin be located?\tget_physical_card\nWhy did I get declined during a transfer?\tdeclined_transfer\nWhy was my transfer stopped ?\tbeneficiary_not_allowed\nWhy is my cash request and the amount I received different?\twrong_amount_of_cash_received\nI requested a higher amount for my cash withdrawal\twrong_amount_of_cash_received\nI suspect someone used my card.\tcompromised_card\nCan I pick a new PIN?\tchange_pin\nI changed the currency, but why is it costing more?\tcard_payment_wrong_exchange_rate\nI dont know what happened, but my payment was cancelled\treverted_card_payment?\nHow do you come up with your exchange rate\texchange_rate\nI've got charges on my account I did not authorize. Can I get this money back from the last couple of days that it's been coming out? I also need to freeze my card.\tcard_payment_not_recognised\nCan I revive a physical card.\torder_physical_card\nHow fast can you fix an error in payment?  I made a payment in the wrong account yesterday and it needs to be adjusted by tomorrow for my rent.\tcancel_transfer\nThis card payment isn't is recognition.\tcard_payment_not_recognised\nI am trying to delete my account.\tterminate_account\nWhy is the payment showing as pending from things I bought this morning?\tpending_card_payment\nWill there be a fee if I receive a SEPA transfer\ttop_up_by_bank_transfer_charge\nShow me where I can see the PIN?\tget_physical_card\nMy money transaction can't be seen by the person I sent it to\ttransfer_not_received_by_recipient\nIs it possible to change my pin if i am out of the country?\tchange_pin\nI didn't make a payment at this business.\tcard_payment_not_recognised\nDo you charge extra for topping up with a debit or credit card?\ttop_up_by_card_charge\nwhy is top up pending\tpending_top_up\nI need a card reactivation, I had reported my card lost but I ran across it in my jacket.\tcard_linking\nI would like to change my personal details.\tedit_personal_details\nCan I add money to my account with cash?\ttop_up_by_cash_or_cheque\nWhy was a fee added to my bill when I used my card?\tcard_payment_fee_charged\nI tried using a foreign currency at an ATM, but the ATM provided me an incorrect rate. Why is that?\twrong_exchange_rate_for_cash_withdrawal\nHow long will I have to wait for my new card?\tcard_delivery_estimate\nThere is a pending transaction on my account for when I tried to get money from the ATM earlier and it did not work. Can you fix this?\tpending_cash_withdrawal\nMy cash withdrawal was not entirely complete\twrong_amount_of_cash_received\nI haven't used my card all day but there is a payment showing in the app. Please cancel it!\tdirect_debit_payment_not_recognised\nExplain why my top up would be reverted.\ttop_up_reverted\nWhat is this extra pound charge for?\textra_charge_on_statement\nI'm looking in the App and can't find my PIN, where should I look?\tget_physical_card\nAs my kids get older are they able to get set up with their own accounts?\tage_limit\nMy contactless stopped working today for no good reason. It's not working no matter where I try to use it. Can you please help me fix it?\tcontactless_not_working\nHey I am standing in front of an ATM here, it only gave me 10 pounds even though I wanted to withdraw 30! Seems like the app has 30 pounds, what do I do??\twrong_amount_of_cash_received\nI have been charged two times for one transaction.\ttransaction_charged_twice\nI have checked the account information several times to be sure that it is correct, but the in country transfer I did a few days ago still has not appeared! What is the hold up?\ttransfer_not_received_by_recipient\nIf someone sends me money, will I be charged?\ttop_up_by_bank_transfer_charge\nI didn't receive the correct exchange rate for an item that I bought.\tcard_payment_wrong_exchange_rate\nDo you accept all cards and currencies?\tsupported_cards_and_currencies\nDo you have any fees if I want to add money using an international card.\ttop_up_by_card_charge\nLooking at my statement I see that I was double charged for a payment I made.\ttransaction_charged_twice\nAm I able to get a refund for something I bought?\trequest_refund\nWhere is the PIN for my card located?\tget_physical_card\nHow do i top up my google pay?\tapple_pay_or_google_pay\nMy transfer failed, why did that happen?\tfailed_transfer\nDo you offer disposable virtual cards too?\tget_disposable_virtual_card\nHow do I open an account for my children?\tage_limit\nI can't see my cash deposit in my account.\tbalance_not_updated_after_cheque_or_cash_deposit\nI have an unusual payment in my statement\tcard_payment_not_recognised\nI was just giving the wrong amount by the ATM. How do I request cash back at this point? The app is showing the amount that I actually requested even though that's not what I got.\twrong_amount_of_cash_received\nWhy didn't my transfer get to the recipient?\ttransfer_not_received_by_recipient\nHow do I go about changing my address?\tedit_personal_details\nHow many different currencies can I have my money in?\tfiat_currency_support\nWhich countries are represented?\tcountry_support\nHow do you determine the exchange rate?\texchange_rate\nCan I choose my card scheme?\tvisa_or_mastercard\nWhy isn't the recipient seeing the transaction? I just sent the money.\ttransfer_not_received_by_recipient\nCan I trace where my funds came from?\tverify_source_of_funds\nWhy is my card payment cancelled?\treverted_card_payment?\nAm I able to modify my account details?\tedit_personal_details\nI think someone stole money from my card\tcash_withdrawal_not_recognised\nI need to top-up my card today urgently but my card keeps getting declined!! Can you please resolve this problem or let me know if you have any alternatives\ttop_up_failed\nMy card is expiring soon.\tcard_about_to_expire\nI'm waiting for a transfer from the US, how much longer?\ttransfer_timing\nWhy is there a fee added to my statement?\textra_charge_on_statement\nIs there any reason my cash withdrawal still shows as pending?\tpending_cash_withdrawal\nI don't recognize the direct debit payment from the app.\tdirect_debit_payment_not_recognised\nI cannot remember my passcode, is there a way to retrieve it?\tpasscode_forgotten\nWhat is my password?\tpasscode_forgotten\nWhy do you keep declining my payment? I tried several times already with this card and it is just not working.\tdeclined_card_payment\nWhat factors effect the exchange rate?\texchange_rate\nAre there charges for using a bank card to top up\ttop_up_by_card_charge\nHow do I fix my card if it is broken?\tcard_not_working\nA direct debit appears in the app but I didn't authorize it.\tdirect_debit_payment_not_recognised\n€1 was in my statement as an extra fee.\textra_charge_on_statement\nI tried to top off using the card, but the money just disappeared?\ttopping_up_by_card\nWhy is the identity check involved?\twhy_verify_identity\nThis transfer incurred a fee that I don't think is right.\ttransfer_fee_charged\nHow do I set up an account for my children?\tage_limit\nIs there a problem that makes my payments show pending?\tpending_card_payment\nHow do I start an exchange between GBP and AUD?\texchange_via_app\nWhat are the steps of verifying an identity?\tverify_my_identity\nHow do I change to a different currency?\texchange_via_app\nSomeone else used my card to withdraw cash from an ATM\tcash_withdrawal_not_recognised\nWhy isn't my refund showing up in my statement?\tRefund_not_showing_up\nI'm in the EU. Can I get one of your cards?\tcountry_support\nWhat fiduciary currencies are supported for tenure and exchange?\tfiat_currency_support\nI want to know which currencies and cards are supported, can you provide a list?\tsupported_cards_and_currencies\nCan I get a refund on an item?\trequest_refund\nPlease tell me how I can get a virtual card.\tgetting_virtual_card\nDo top-ups have a limit?\ttop_up_limits\nWhat can you tell me about the card PIN?\tget_physical_card\nWhat exactly is the exchange fee?\texchange_charge\nHow do I know if my top-up went through?\tpending_top_up\nwho do I talk to, to cancel a transfer?\tcancel_transfer\nCan i get money in my home currency at some ATM ? As I am on holiday and bit concerned because i do not have any cash with me . Is it possible to withdraw without any additional cost.\twrong_exchange_rate_for_cash_withdrawal\nThe app reverted my top up\ttop_up_reverted\nI am not able to purchase anything online! I have been using my card on multiple sites over a period of two weeks and none of the payments have gone through. Why is this happening?\treverted_card_payment?\nThere is a refund missing.\tRefund_not_showing_up\nWhat's the deal with verifying the top-up?\tverify_top_up\nDo I have to top up in euros if I use a card, or can I use a different currency?\tsupported_cards_and_currencies\nWhy did you revert my top-up?\ttop_up_reverted\nTell me why my card payment was declined.\tdeclined_card_payment\nWhy is the cash withdrawal under pending?\tpending_cash_withdrawal\nMy card payment has been on pending forever. What is the problem? It should have gone through at some time by now.\tpending_card_payment\nCan you please check the exchange rate when I was getting cash?\twrong_exchange_rate_for_cash_withdrawal\nWhen can I expect a transfer from Europe to go through?\ttransfer_timing\nWhat's the card you sent me's tracking number?\tcard_arrival\nAre refunds allowed for certain items.\trequest_refund\ni am under 18 and i am trying to verify my id. why wont it work?\tunable_to_verify_identity\nI did a transfer and was charged a fee that should not have been charged!\ttransfer_fee_charged\nI don't have my passcode to access the app.\tpasscode_forgotten\nI have a payment that I didn't make.\tcard_payment_not_recognised\nHow can I fix this?  There is a double charge on my account.\ttransaction_charged_twice\nReason for my card to decline\tdeclined_card_payment\nCan I automatically top-up when traveling?\tautomatic_top_up\nHello, I noticed there is a payment from my card to a business that I am not familiar with. I definitely did not make this payment.\tcard_payment_not_recognised\nDo I pay extra for exchange?\texchange_charge\nI have a transfer that was declined.\tdeclined_transfer\nWhy is my refund missing in my statement?\tRefund_not_showing_up\nI sent a payment but now it's not showing up.\treverted_card_payment?\nWhat are the disposable cards used for?\tget_disposable_virtual_card\nI have young kids. Can they use this service?\tage_limit\nWhy did my cash deposit not show up?\tbalance_not_updated_after_cheque_or_cash_deposit\nMy identity verification didn't work\tunable_to_verify_identity\nCan you deliver the PIN separately?\tget_physical_card\nHelp!  In the app there is a direct debit that I don't remember.\tdirect_debit_payment_not_recognised\n$1 charge in transaction.\textra_charge_on_statement\nWhat is the return policy?\trequest_refund\nWhy are you keeping my money from me by declining my card? What is going on?\ttop_up_failed\nSomeone has taken my phone from my hotel room!\tlost_or_stolen_phone\nI cannot remember my passcode.\tpasscode_forgotten\nI have an unfamiliar direct debit in my statement.\tdirect_debit_payment_not_recognised\nIf I have a physical card can I link it?\tcard_linking\nWhere is the card PIN located?\tget_physical_card\nHow much is the limit for top-ups?\ttop_up_limits\nI added money to the card but the transaction didn't go through\tpending_top_up\nhelp, I see money missing I didn't take out.\tcash_withdrawal_not_recognised\nWhat do I do if i accidentally broke my card?\tcard_not_working\nPlease tell me how the exchange rate is determined. I was expecting more money for the transaction.\twrong_exchange_rate_for_cash_withdrawal\nI wasn't able to use my top up card because the money I put on there wasn't there anymore\ttopping_up_by_card\nHow can I find out where the funds are flow?\tverify_source_of_funds\nHow many different cards can I have for my account?\tgetting_spare_card\nMy top up may have been reverted\ttop_up_reverted\nMy cash received does not match what has been requested\twrong_amount_of_cash_received\nWhat do I do if my card was stolen.\tlost_or_stolen_card\nMy accounts been charged a payment for something I didn't make.\tdirect_debit_payment_not_recognised\nMy credit card has been declined.\tdeclined_card_payment\nHi, I just looked at my card transactions and saw that I've been charged twice for a restaurant I went to this week. Can you remove the double charge, please?\ttransaction_charged_twice\nI was charged an extra fee for a card payment. I was unaware of these fees beforehand.\tcard_payment_fee_charged\nI'm not able to activate my card how do I fix this problem?\tactivate_my_card\nThe expiration of my card is near, how do I order a new card?\tcard_about_to_expire\nHow do I transfer money from one bank account to another?\ttransfer_into_account\nDoes this app have the same exchange rate as third parties?\texchange_rate\nthe transfer to an account wasn't allowed is there any other way for me to do it\tbeneficiary_not_allowed\nNeeded gas, been delayed for half an hour.Please fix it!\tpending_top_up\nwithdrawal pending meaning?\tpending_cash_withdrawal\nWhy wasn't my bank balance updated?\tbalance_not_updated_after_bank_transfer\nhow do i get the card linked\tcard_linking\nCould you inform me as to why I have been charged a higher fee for doing banking abroad.\ttransfer_fee_charged\nCan I make a withdraw in my home currency at an ATM? I'm on vacation and don't have cash with me. This is cause for a bit of concern. Is it possible to withdraw here without additional fees?\twrong_exchange_rate_for_cash_withdrawal\nWhy isn't my balance updating after depositing cheques and cash.\tbalance_not_updated_after_cheque_or_cash_deposit\nI need to cancel a transfer I made.\tcancel_transfer\nwho should i contact if my refund doesn't go through?\tRefund_not_showing_up\nMy PIN seems to be blocked, help me access it?\tpin_blocked\nWhy did I get charged a fee, I thought it was free?\tcash_withdrawal_charge\nI made a cash withdrawal at an ATM but it still says pending in my account.\tpending_cash_withdrawal\nI used an ATM and there was an extra charge.\tcash_withdrawal_charge\nI have duplicate charges for the same transaction\ttransaction_charged_twice\nI want a mastercard\tvisa_or_mastercard\nWhat does it mean to have a pending cash withdrawal?\tpending_cash_withdrawal\nWhat is the process to change my PIN?\tchange_pin\nhow do I speed up identity verification?\twhy_verify_identity\nI think my top-up has failed.\ttop_up_failed\ni noticed that the funds were returned to my bank account. What happened?\ttop_up_reverted\nHow do I fix a broken card?\tcard_not_working\nwhy and how soon do I have to have proof of identity to you?\twhy_verify_identity\nMy card is about to expire, what do I do?\tcard_about_to_expire\nWho do I call to activate my new card?\tactivate_my_card\nHello. I checked my transactions and saw I was double charged for a restaurant visit. Can I get my money back?\ttransaction_charged_twice\nAm I able to top up with this cheque I received?\ttop_up_by_cash_or_cheque\nI have a withdrawal waiting to go through.\tpending_cash_withdrawal\nWhat is going on? My balance still hasn't updated and it has been two weeks since I deposited my money!\tbalance_not_updated_after_cheque_or_cash_deposit\nI don't know where a direct debit payment came from\tdirect_debit_payment_not_recognised\nCan I write a cheque to top up?\ttop_up_by_cash_or_cheque\nWhen I travel, can it automatically add money in certain intervals?\tautomatic_top_up\nWhy is my beneficiary not working?\tbeneficiary_not_allowed\nWhen will my virtual card arrive?\tgetting_virtual_card\nI need to move money to another beneficiary. Why is it not working?\tbeneficiary_not_allowed\nWhat should I do if I exceed my PIN tries?\tpin_blocked\nI'm waiting for the ID verification to go through still, so is it too soon to use my account?\twhy_verify_identity\nCan you tell me the countries you provide support for.\tcountry_support\nThere is a record of payment I never submitted on the app.\tcard_payment_not_recognised\nMy card still hasn't been delivered\tcard_arrival\nI recently bought something abroad but the exchange rate is incorrect. Why?\tcard_payment_wrong_exchange_rate\nI think my top up was reversed.\ttop_up_reverted\nI did not make a cash withdrawal that is on my statement\tcash_withdrawal_not_recognised\nI purchased something abroad and the incorrect exchange rate was applied.\tcard_payment_wrong_exchange_rate\nWhy is there some cash that I did not deposit in my account?\tcash_withdrawal_not_recognised\nEverything seems fine with my account, so why did it decline my payment?\tdeclined_card_payment\nDo you accept Visa or Mastercard?\tvisa_or_mastercard\nThere's an extra fee on my statement, why is that?\textra_charge_on_statement\nIs it free to transfer money or is there a fee?\ttransfer_fee_charged\nDo any of your machines provide cash from my home country? I don't have any money on me and I'm on holiday so I'm concerned. Also, will I be charged anything to do this?\twrong_exchange_rate_for_cash_withdrawal\nI made a transfer for my rent payment about 2 days ago, but my landlord hasn't received it yet. It shows as done on my  side, and I've double check all account numbers and they are correct. Can you verify that the transaction was actually made?\ttransfer_not_received_by_recipient\nI am having an issue with an in country transfer I did a few days ago. It has yet to appear in my account. I have checked to be sure that all account information is correct multiple times. What is taking the transfer so long?\ttransfer_not_received_by_recipient\nI didn't set up the direct debit I have\tdirect_debit_payment_not_recognised\nCan you change the rate for the item I bought in a different currency as it is wrong?\tcard_payment_wrong_exchange_rate\nI can't get into the app with the passcode.\tpasscode_forgotten\nWhy have you declined my card payment?\tdeclined_card_payment\nThere was a direct debit transaction I have don't think should be there.\tdirect_debit_payment_not_recognised\nWould I be able to use SWIFT transfers?\ttop_up_by_bank_transfer_charge\nMy first choice would be Mastercard.\tvisa_or_mastercard\nI only got some of the cash I requested from the ATM\twrong_amount_of_cash_received\nWhen will I be able to see the refund\tRefund_not_showing_up\nIn the US, how long is the wait for a transfer?\ttransfer_timing\nhow do i find out about transfers\treceiving_money\nI deposited a cheque, why isn't my balance showing that I did?\tbalance_not_updated_after_cheque_or_cash_deposit\nMy refund is not showing.\tRefund_not_showing_up\nI might need a new card because it's not working at any of the ATMs. I don't think ive used all my money. Why is it doing this?\tdeclined_cash_withdrawal\nPlease cancel my last transaction.\tcancel_transfer\nIs there a way for me to check my balance?\tverify_source_of_funds\nWhy am I not allowed to transfer money to my cryptocurrency exchange?\tbeneficiary_not_allowed\nI accidentally made a payment from the wrong account yesterday. It's my rent payment, and it's very large, so the account I paid from won't be able to cover the amount. It's really important that the payment be made from the right account?\tcancel_transfer\nCan you tell me where to find top up by cash deposit?\ttop_up_by_cash_or_cheque\nWhat do I do if I can't get my card out of the ATM?\tcard_swallowed\nI mistook my pin and now I am locked.  Can you unlock me?\tpin_blocked\nCan you tell me more about limits to disposable virtual cards?\tdisposable_card_limits\nThe ATM at Metro bank on High St. Kensington didn't return my card, and the bank is now closed. How do I get back a card swallowed by an ATM?\tcard_swallowed\nMy top up did not complete.\tpending_top_up\nWhy is there a €1 charge on my statement?\textra_charge_on_statement\nThe top-up is broken.\tpending_top_up\nI was the victim of someone stealing my wallet.  My card is being used and it isn't me.  What should I do?\tcash_withdrawal_not_recognised\nI have my card, when whill my PIN be available?\tget_physical_card\nDude I put money in the ATM last week but it ain't there! I need the money now figure this out!\tbalance_not_updated_after_cheque_or_cash_deposit\nhow do i see what i transferred\tbalance_not_updated_after_bank_transfer\nWhat are these fees i am paying?\tcard_payment_fee_charged\nCan you tell me how to locate my PIN?\tget_physical_card\nI need to terminate my account.\tterminate_account\nI have my residency in the US, but I would love to get a card.\tcountry_support\nI can get my identification verified.\tunable_to_verify_identity\nWhat is the length of time for money to reach the account?\ttransfer_timing\nHow many disposable cards per person?\tdisposable_card_limits\nEven though I added money ey to the card, I couldn't use it\tpending_top_up\nCan I cancel a transfer I made\tcancel_transfer\nI wish to remove my account.\tterminate_account\nMy money transaction hasn't arrived.\ttransfer_not_received_by_recipient\nCould you tell me why my cash withdrawal was declined?\tdeclined_cash_withdrawal\nWhat are the top-up fees for my card?\ttop_up_by_card_charge\nThe balance has not been updated.\tbalance_not_updated_after_bank_transfer\nSomeone besides me might be using my card.\tcompromised_card\nWhere can i find the virtual card?\tgetting_virtual_card\nI have not received my pin yet\tget_physical_card\nThe app is showing that I received alot more money than I actually received from the ATM. This occurred earlier today.\twrong_amount_of_cash_received\nThere is a payment done with my card which i definitely did not do.Never seen that name before.\tcard_payment_not_recognised\nhow come my withdrawal rate is wrong for my cash withdrawal\twrong_exchange_rate_for_cash_withdrawal\nwhere is this money from\tverify_source_of_funds\ntell me how I can order my card.\torder_physical_card\nCan I go ahead and use my account even though my identify hasn't been verified yet?\twhy_verify_identity\nSomeone else accessed my account and made a payment.\tcard_payment_not_recognised\nWhy is it I am charged an extra fee when I use the ATM?\tcash_withdrawal_charge\nWhy is my transfer pending?\tpending_transfer\nCan you tell me if a credit/refund is coming from a seller? I asked for refund directly from them and am still waiting. It's been a week now and i still havn't seen my refund yet.\tRefund_not_showing_up\nIt looks like I was charged twice for a single transaction\ttransaction_charged_twice\nWhat can I use to verify my identity?\tverify_my_identity\nCan you please reactivate my card?\tcard_linking\nWhat does it mean when a payment is pending?\tpending_card_payment\nMy phone got stolen, how can I use the app?\tlost_or_stolen_phone\nMy Google pay top up isn't working. Help.\tapple_pay_or_google_pay\nMy account balance has not updated to reflect my recent transfer.\tbalance_not_updated_after_bank_transfer\nWhat is the best way to get my virtual card?\tgetting_virtual_card\nI took out money from the ATM and it's still showing as pending?\tpending_cash_withdrawal\nWhat's the normal time frame for a transfer from a UK account? After just making a transfer it doesn't appear at all. I need to know if things went okay.\tbalance_not_updated_after_bank_transfer\nI'm not sure how disposable virtual cards work. Please help.\tget_disposable_virtual_card\nOne of my charges was declined, but the second one went through.  But I notice on my App that one of them has gone through, and the other one is still pending.  Please ensure that only one charge is processed. Thanks\ttransaction_charged_twice\nDo you support top ups?\ttop_up_reverted\nIs there any amount in which I would get cut off from topping up?\ttop_up_limits\nWhat do you require to verify someone's identity?\tverify_my_identity\nAm I able to track a card that has already been sent?\tcard_arrival\nWhere can I see where my funds came from?\tverify_source_of_funds\nWhat do the disposable cards do?\tget_disposable_virtual_card\nMy top-up is taking a very long time to complete.\tpending_top_up\nWhere is the money I put in the bank?\tbalance_not_updated_after_cheque_or_cash_deposit\nI didn't receive the correct amount of cash when I exchanged it overseas.\twrong_exchange_rate_for_cash_withdrawal\nIs it possible to reactivate the card I thought I lost but found this morning in my jacket?\tcard_linking\nI have foreign currency i would like to change how much will it cost me?\texchange_charge\nHow do I know what exchange rate I will get?\texchange_rate\nI wanted to top up my account and it doesn't look like it worked\ttop_up_failed\nWhen will it get delivered?\tcard_delivery_estimate\nDo I receive the physical card for free\torder_physical_card\nHOW LONG TO TAKE THE TIME TO SOLVE\tcard_not_working\nI tried the wrong PIN too many times.\tpin_blocked\nCan you tell me what I need to do for the identity check process?\tverify_my_identity\nHow can I use my American Express to add money into my account?\tsupported_cards_and_currencies\nI deposited cash into my account a week ago and it is still not available, please tell me why? I need the cash back now.\tbalance_not_updated_after_cheque_or_cash_deposit\nHello. My credit keeps being declined, last night and again today, as I try to buy something. What is the status of my card?\tdeclined_transfer\nWhat limits are the to top-ups?\ttop_up_limits\nI'm waiting for a money transfer to show, still.\tpending_transfer\nI may need to dispute a Direct Debit payment.\tdirect_debit_payment_not_recognised\nWhat is the source of funds for my money?\tverify_source_of_funds\nI see some transactions that I don't recognize.  I think someone stole my details.\tcompromised_card\nwhy hasnt my card come in yet?\tcard_arrival\nI don't think my transfer wen through. Why?\tfailed_transfer\nHi, I am experiencing problems while trying to top-up with my card. I have never experienced any problems doing this before. Could you please help me?\ttop_up_failed\nWhy is it taking so long for a transfer to complete!\ttransfer_not_received_by_recipient\nWhat kind of fees will I pay when I transfer?\ttransfer_fee_charged\nWhat happened to my cash deposit?\tbalance_not_updated_after_cheque_or_cash_deposit\nI bough an item and the exchange rate was incorrect.\tcard_payment_wrong_exchange_rate\nI made a cash deposit and the balance wasn't updated.\tbalance_not_updated_after_cheque_or_cash_deposit\nI'd like to get another card\tgetting_spare_card\nI do not recognise the card payment.\tcard_payment_not_recognised\nMy card expires very soon.  What is the cost and delivery time to get a new one?\tcard_about_to_expire\nWhere can I locate my PIN at?\tget_physical_card\nWhere do my available funds come from?\tverify_source_of_funds\nThe card I thought was lost was just in my jacket, so can I reactivate it since I found it this morning?\tcard_linking\nI got a message saying I made a withdrawal from the bank machine, but I did not.\tcash_withdrawal_not_recognised\nIn the app, where do I find my card PIN?\tget_physical_card\nHow much does it cost to exchange my balance into a foreign currency?\texchange_charge\nI'm happy with Mastercard and want to stick with just that credit card.\tvisa_or_mastercard\nWhy was my transaction charged an extra fee when paying with my card?\tcard_payment_fee_charged\nFor topping-up is there a charge?\ttop_up_by_bank_transfer_charge\nIs there something wrong with the ATM? It would not let me pull cash out of my account.\tdeclined_cash_withdrawal\nI wanted $100 but only got $20\twrong_amount_of_cash_received\nI want my card frozen right away. Money was taken out in an odd location I have never heard of.\tcash_withdrawal_not_recognised\nHow can I Use thereto-top option?\tautomatic_top_up\nThere is a debit paymet that I don't recognize.\tdirect_debit_payment_not_recognised\nIs there a way to modify my details?\tedit_personal_details\nI tried activating my card and it didn't work\tactivate_my_card\nMy salary is received in the form of GBP. Is it necessary to configure this? If so, where is this done?\treceiving_money\nI have a transaction showing up more than once.\ttransaction_charged_twice\nAt which locations can I order a card?\torder_physical_card\nI wanted to know what discounts were offered for current exchanges as it is something that occurs frequently.\texchange_charge\nI just got a new card how do I get it to start working?\tactivate_my_card\nHow can i get new card?\tcontactless_not_working\nIs the 1 pound charge going to be reimbursed on my card?\textra_charge_on_statement\nPlease explain why my transfer attempt was declined. Thank you.\tdeclined_transfer\nThere is a fraudulent payment!\tcard_payment_not_recognised\nHow do I reverse a transaction on my account?\trequest_refund\nI think I was wrongly charged in a recent transaction when I used my card.\tcard_payment_fee_charged\nI got declined when attempting a transfer\tdeclined_transfer\nI see I was charged extra when I used the card.  I am not sure why, please tell me why.\tcard_payment_fee_charged\nI deposited a cheque but the cash hasn't arrived yet\tbalance_not_updated_after_cheque_or_cash_deposit\nThe exchange rate is bad. Are you sure this is the exchange rate?\tcard_payment_wrong_exchange_rate\nWhat is necessary for the identity verification?\tverify_my_identity\nwhat are the steps to activate my card?\tactivate_my_card\nIs there a cost to receive money?\ttop_up_by_bank_transfer_charge\nCan you tell me what this fee is on my statement?\textra_charge_on_statement\nwhat are the reasons I have to proof my identity to you?\twhy_verify_identity\nI keep trying to make a payment, but it doesn't work.\tdeclined_card_payment\nHow do I request a refund?\trequest_refund\nWhy hasn't my card payment cleared yet?\tpending_card_payment\nwhat is the age limit for opening a new account\tage_limit\nWith my credit card i would like to transfer money.\ttopping_up_by_card\nI just got married and need to change my name on the account\tedit_personal_details\nI topped up and went to buy something, but it says that my funds are pending. Is there a way to quicken this process?\tpending_top_up\nWhy didn't my transfer work?\tfailed_transfer\nWhy was I charged a fee when I withdrew money?\tcash_withdrawal_charge\nMy account did not allow the transfer.\tbeneficiary_not_allowed\nI did all that was asked of me and I am rather frustrated. I don't understand why you just won't credit me my money back. I have contacted the seller and nothing has been done. It's been a week!\tRefund_not_showing_up\nSince I just got married I need to change my name.\tedit_personal_details\nI tried to use the ATM today but it would not accept my card.\tdeclined_cash_withdrawal\nIt appears my top-up is still pending.\tpending_top_up\nWhy hasn't my in country transfer gone through yet? I confirmed the account info a couple days ago but the payment hasn't been posted yet.\ttransfer_not_received_by_recipient\nMy credit card for was not approved for a top-up transaction.  What happened?\ttop_up_failed\nI want to have an item refunded can I do that?\trequest_refund\nI need to know the process to transfer money into my account.\ttransfer_into_account\nI'm not happy with the services I'm getting with this company. Can you please delete my account?\tterminate_account\nHow do I get my cash withdrawal to show?\tpending_cash_withdrawal\nDo I need to do something to get a new card once it expires?\tcard_about_to_expire\nHow long does it take to prove my identity?\tunable_to_verify_identity\nWhy did you give me so little currency?\twrong_exchange_rate_for_cash_withdrawal\nWhat are the steps for  making a transfer for topping up?\ttransfer_into_account\nI don't see my top up in my wallet.\ttopping_up_by_card\nIt looks like my card payment might have been reverted.\treverted_card_payment?\nAre there limits to businesses that will accept this card?\tcard_acceptance\nDo you know the rate of exchange?\texchange_rate\nWhere can I go to find out how to verify my identity?\tverify_my_identity\nThe refund I asked for isn't showing up\tRefund_not_showing_up\nI'm expecting a large refund from a store I returned merchandise to recently.  They say they have sent the money but I don't see it in my account, can you help.\tRefund_not_showing_up\nI didn't see any reason why my transfer was declined. What gives?\tdeclined_transfer\nI received my American Express in Apple Pay, is there a reason why top up is not functioning properly?\tapple_pay_or_google_pay\nWhere do I pay with my debit or credit card?\tcard_acceptance\nIs there an option to top up with a cheque?\ttop_up_by_cash_or_cheque\nMy transfer failed\tfailed_transfer\ni need to expedite my card\tcard_delivery_estimate\nTell me how I can verify a card top-up.\tverify_top_up\nWhat if I don't verify my identity?\twhy_verify_identity\nEven though I made a cash deposit, I am not seeing it in my account.\tbalance_not_updated_after_cheque_or_cash_deposit\nIf I can't choose my card type will I be able to use it everywhere?\tvisa_or_mastercard\nhow do i get top up with cash deposit\ttop_up_by_cash_or_cheque\nmy balance has not changed, despite depositing a cheque\tbalance_not_updated_after_cheque_or_cash_deposit\nIs there a way to make my money usable in another country?\texchange_via_app\nWhat went wrong with my transfer?\tdeclined_transfer\nWill you set a limit to my top-up?\ttop_up_limits\nA pending charge of 1L appears on my statement.  Please explain as I have not made a purchase for that amount\textra_charge_on_statement\nCan my children have an account?\tage_limit\nWhy was I charged a fee for debit or credit card payment?\tcard_payment_fee_charged\nWhat countries can I use your services?\tcountry_support\nCan you tell me what cards and currencies you support?\tsupported_cards_and_currencies\nDo you limit my top-offs?\ttop_up_limits\nWhy did I not get my refund yet?\tRefund_not_showing_up\nWhy is my check still not showing up on my account? It's been a week already\tbalance_not_updated_after_cheque_or_cash_deposit\nI do not have the information to verify my identify.\tunable_to_verify_identity\nIs it possible to have a second card?\tgetting_spare_card\nextra fees on a cash withdrawal, not cool.\tcash_withdrawal_charge\nWhy is my cash withdrawal pending?\tpending_cash_withdrawal\nI was charged extra. Was the exchange rate for my payment last Saturday wrong?\tcard_payment_wrong_exchange_rate\nHow quickly can I transfer something to China?\ttransfer_timing\nWhy won't my card accept any transactions?\tcard_not_working\nHow about disposable virtual cards?\tget_disposable_virtual_card\nHow does your app transfer the money\ttransfer_into_account\nThere is a potentially fraudulent direct debit on my account.\tdirect_debit_payment_not_recognised\nWhat's the expected wait time to recieve my new card?\tcard_arrival\nI found my lost card. Am I still able to use it?\tcard_linking\nWeird Direct Debit payment\tdirect_debit_payment_not_recognised\nMy beneficiary is unable to transact\tbeneficiary_not_allowed\nI received my Virtual card information, but was unable to use it to make a purchase. Why did this happen and what can I do?\tvirtual_card_not_working\nAre there any charges for topping up a US-issued card?\ttop_up_by_card_charge\nI can't seem to use my card. Can you help?\tcard_not_working\nHow can I transfer money using my credit card?\ttopping_up_by_card\nI used my card to make a payment and wondered why the payment was reverted?\treverted_card_payment?\nMy daughter would like a card from my account?  Can I do this?\tgetting_spare_card\nHow do you decide what your exchange rates are?\texchange_rate\ncan i deposit a check here?\ttop_up_by_cash_or_cheque\nWhat's the fee for exchange of foreign currencies?\texchange_charge\nMy card was used without my permission, what do I do?\tcompromised_card\nI would like to know which fiat currencies are recognized by your organization.\tfiat_currency_support\nUnknowingly to me the payment sent to seller has been redeposied back in my account. I do not know why it would take out the payment and then put it back in my account. Can you resolve this as soon as possible?\treverted_card_payment?\nWhen do I get my PIN?\tget_physical_card\nI just checked my account on the App and there is a payment on there that I did not make.\tcard_payment_not_recognised\nCan i get money back in my home currency at  ATM? As I am on holiday and bit concerned because i do not have any cash with me . Is it possible to withdraw without any additional cost.\twrong_exchange_rate_for_cash_withdrawal\nmy google pay seems to be acting up.\tapple_pay_or_google_pay\nWhy is this not letting me exchange crypto? I need help making this transaction go through.\tbeneficiary_not_allowed\nCan we skip verifying?\twhy_verify_identity\nHow long does it take to show a deposit I made to my balance?\tbalance_not_updated_after_cheque_or_cash_deposit\nI deposited a cheque, but my account balance stayed the same.\tbalance_not_updated_after_cheque_or_cash_deposit\nWhy did I get charged more than once?\ttransaction_charged_twice\nare transfers to a beneficiary possible\tbeneficiary_not_allowed\ndo you offer refunds? i would like to return purchase.\trequest_refund\nATM is broken. It did not give me the full amount (30 pounds.)  I'm standing here with only 10 pounds and it's telling me it gave me 30 pounds. I need assistance now!\twrong_amount_of_cash_received\nCan I call to get my card activated?\tactivate_my_card\nShould I keep waiting for my card to be delivered?\tcard_arrival\nI tried to use my card today in the restaurant but it didn't work and just got declined. What's wrong?\tcard_not_working\nIf I am not in the country and I need to change my PIN, how can this be done?\tchange_pin\nWhy has transferring money resulted in a charge?\ttransfer_fee_charged\nI still want to use my account but haven't verified is that OK?\twhy_verify_identity\nAn extra fee of €1 was in my statement\textra_charge_on_statement\nCan you please explain the topping up transfer process?\ttransfer_into_account\nTransfer isn't working?\tfailed_transfer\nHow do I find out where my funds came from?\tverify_source_of_funds\nI don't see a money transfer yet\tpending_transfer\nHow do I get my virtual card?\tgetting_virtual_card\nAt what ATM can I change my PIN?\tchange_pin\nAre there any fees to get additional cards?\tgetting_spare_card\nI used my card the other day to get cash from an ATM and was charged an extra fee. I don't understand why I am being charged a fee all of a sudden. I thought it was free to withdraw from an ATM?\tcash_withdrawal_charge\nAre physical card available?\torder_physical_card\nInstructions for activating card\tactivate_my_card\nPlease tell my why I was charged a fee for using my card?\tcard_payment_fee_charged\nIf I exchange currencies on a frequent basis can I receive a discount?\texchange_charge\nOkay, I found my card, can I put it back in the app?\tcard_linking\nWhere is the tracking number for the card?\tcard_arrival\nThe exchange rate was wrong?\twrong_exchange_rate_for_cash_withdrawal\nI have a fee for cash withdrawal\tcash_withdrawal_charge\nI made a payment and it was reverted and wanted to know why?\treverted_card_payment?\nHi, during online shopping payment is getting declined yesterday and today as well. Please check the issue.\tdeclined_transfer\nHelp, I don't know what the PIN is to my card?\tget_physical_card\nWhere can I find out how to transfer money into my account.\ttransfer_into_account\nI travel a lot, can I get a bulk currency exchange discount?\texchange_charge\nHow do I top-up while traveling?\tautomatic_top_up\nHow do I find out how or where this transaction on my account came from?\tcard_payment_not_recognised\nI got some cash in the ATM but its still pending\tpending_cash_withdrawal\nlimits on top ups\ttop_up_limits\nI need a new card.\tgetting_spare_card\nMy account shows up as pending after I received cash from the ATM earlier.  How can this be still pending? I've got the cash already.\tpending_cash_withdrawal\nWhere do I order a card?\torder_physical_card\n\"I get a \"\"decline\"\" message when doing a transfer\"\tdeclined_transfer\nCould you please help me figure out why the seller has not received their money after I sent it.\tpending_transfer\nHow long does it typically take to make a transfer from a UK bank? I just made one and it hasn't shown up in my account yet.\tbalance_not_updated_after_bank_transfer\nWhen does my transfer from the US arrive in my account?\ttransfer_timing\nDo you limit my top-ups?\ttop_up_limits\ni have used my card online before and wasn't charged, why am i charged now\tcard_payment_fee_charged\nI have been trying unsuccessfully to top-up my card.  Is the system down or not working properly?\ttop_up_failed\nThere is a direct debit payment I don't recognize.\tdirect_debit_payment_not_recognised\nHow much would it cost me if I transfer?\ttop_up_by_bank_transfer_charge\nI can't find the money I just added to my account.\tpending_top_up\nThe app passcode has completely slipped my mind.\tpasscode_forgotten\nHow can I revert a transaction from this morning?\tcancel_transfer\nMy last name has changed and I need to update my account details.\tedit_personal_details\nWhen will a refund post to my account?\tRefund_not_showing_up\nWhich currencies will you exchange?\tfiat_currency_support\ni tried using a virtual card for a hotel but it didn't work, why not\tdisposable_card_limits\nWhy is the top-up I made still pending.\tpending_top_up\nIs there any way to cancel my transfer\tcancel_transfer\nMy card will expire soon, When do I need to order a new one?\tcard_about_to_expire\nI can't access my account.\tpasscode_forgotten\nIs a bank transfer acceptable for topping up my account?\ttransfer_into_account\nIt shows that the transfer on my account wasn't allowed.\tbeneficiary_not_allowed\nWill you accept my salary if it's in another currency?\treceiving_money\nWhere do I find my card PIN?\tget_physical_card\nWhat US credit cards do you accept?\tsupported_cards_and_currencies\nunsupported transfer declined\tdeclined_transfer\nCan I auto top-up as much as I want?\tautomatic_top_up\nI have an incorrect charge and would like a refund.\trequest_refund\nHow long does it take for a transfer to be in my account?\ttransfer_timing\nwhere did my funds come from?\tverify_source_of_funds\nWhat are some of the restrictions that the disposable cards have?\tdisposable_card_limits\nI am trying to find out how to exchange currency X with currency Y.\texchange_via_app\nWhat are my payment options for topping off my account?\ttop_up_by_cash_or_cheque\nI sent money and the recipient has not received their money after two weeks.\ttransfer_not_received_by_recipient\nHow do I know if I will get my card, or if it is lost?\tcard_arrival\nI have a pending transaction\tpending_transfer\nWhy was I charged an additional fee when paying with card?\tcard_payment_fee_charged\nphone is gone\tlost_or_stolen_phone\nneed to verify source of funds\tverify_source_of_funds\nI want to deposit my check to top up my account\ttop_up_by_cash_or_cheque\nCan you walk me through how I can edit some of my personal information?\tedit_personal_details\nWhen will the cash that I put in the ATM be cleared from pending status?\tpending_cash_withdrawal\nI want to transfer money into my account\ttransfer_into_account\nI need some help now please! There are some transactions on my account that I do not remember purchasing. Can they be reversed? Can you please cancel or freeze my card so I don't keep getting charged?!\tcard_payment_not_recognised\nI was transferring some money to a friend, which I thought would be free, but I see there is a charge.  What's up with that?\ttransfer_fee_charged\nMy card has been lost! help!\tlost_or_stolen_card\nCan I get some help to get me card activated?\tactivate_my_card\nWhy couldn't I get cash from an ATM?\tdeclined_cash_withdrawal\nwhere are the transfers originating\tverify_source_of_funds\nCan I have a tangible form of my virtual card.\torder_physical_card\nWho can purchase a disposable virtual card?\tget_disposable_virtual_card\nI purchases several items today. Why are they still showing pending?\tpending_card_payment\nWhen do I get my card PIN?\tget_physical_card\nI don't want to verify my identity\twhy_verify_identity\nWhat fiat currencies are used for exchange?\tfiat_currency_support\nPlease explain your exchange rate policy.\texchange_rate\nHow many top-ups can I use?\ttop_up_limits\nHow do I verify my ID?\tverify_my_identity\nHow can I move money from my account at a different bank to the account I have at this bank.\ttransfer_into_account\nHow long do EU transfers take? I bought something online a couple of days ago , sent the money immediately online but the seller says it is still not there yet.\tpending_transfer\nHow much can I withdrawal in one month without incurring fees?\tcash_withdrawal_charge\nThere is a pending transaction on my account, what does this mean?\tpending_card_payment\nWhy did I get charged when getting cash?\tcash_withdrawal_charge\nPayment I didn't do.\tcard_payment_not_recognised\nDo you have an age limit?\tage_limit\nMy cash withdrawal isnt showing on my account\tpending_cash_withdrawal\nI can't transfer any money from my account to my friend's account, it keeps rejecting it. Can you tell me why? I have enough funds in my account to transfer.\tfailed_transfer\nShow me how to verify my identity?\tverify_my_identity\nI think someone stole my card number and brought stuff in different places that I have never been to. I need to suspend any further purchase on my credit card.\tcompromised_card\nCan I directly deposit my salary to this account?\treceiving_money\nReasons for top up cancellation.\ttop_up_reverted\nis there a way to change name?\tedit_personal_details\nMy ATM transaction was cancelled.\tdeclined_cash_withdrawal\nI anticipate getting a Visa card\tvisa_or_mastercard\nHi, I'm in progress of purchasing a flat and am trying to make to make a payment.  An error is appearing, and I need assistance.\tfailed_transfer\nThe cash abroad exchange rate is applied wrong.\twrong_exchange_rate_for_cash_withdrawal\nWhere can I do a cash withdrawal?\tatm_support\nI happened to forget my password\tpasscode_forgotten\nWhy am I being asked to verify my identity?\twhy_verify_identity\nIs my credit card supported for top-ups?\tsupported_cards_and_currencies\nWhere do I activate my card?\tactivate_my_card\nTell me what ATMs use this card.\tatm_support\nWhy hasn't my son received the transfer I sent to him earlier?\ttransfer_not_received_by_recipient\nThere are a couple of payments with my card shown in the app that I really didn't make myself. What's going on with this?\tcard_payment_not_recognised\nHow can I fund another account with my American Express?\tsupported_cards_and_currencies\nWhy did you charge me extra for withdrawing money?\tcash_withdrawal_charge\nwhen will the balance on my account change form a transfer\tbalance_not_updated_after_bank_transfer\nI can't recall my password.\tpasscode_forgotten\nDo you give refunds?\trequest_refund\nHow long until I see a cash withdrawal?\tpending_cash_withdrawal\nI lost my wallet and all my cards were in it.\tlost_or_stolen_card\nI have duplicated transactions on my statement\ttransaction_charged_twice\nI put the wrong pin too many times and now it is blocked. Can you help me unblock it?\tpin_blocked\nWhat payment methods are used to top up?\tsupported_cards_and_currencies\nTell me about the card PIN?\tget_physical_card\nSomeone else might be using my card without my permission.\tcompromised_card\nCan you lookup my password?\tpasscode_forgotten\nIt does not appear that my message went through.\ttop_up_failed\nI need to terminate my account immediately.\tterminate_account\nHelp! I need to transfer something to China.\ttransfer_timing\nI was charged a fee when withdrawing cash, can you explain why?\tcash_withdrawal_charge\nI had the wrong exchange rate applied to some cash I got abroad.\twrong_exchange_rate_for_cash_withdrawal\nWill I get extra charges?\ttransfer_fee_charged\nI'm confused ass to why my contactless is not working.\tcontactless_not_working\nMy card has been found. Is there any way for me to put it back into the app?\tcard_linking\nI was declined when I tried to take out cash!\tdeclined_cash_withdrawal\nI blocked my card by mistake, how do I unblock it?\tpin_blocked\nI forgot my PIN number.\tpin_blocked\nHow to unblock my PIN?\tpin_blocked\nWhat is this direct debit in my statement?\tdirect_debit_payment_not_recognised\nCan I add money in intervals to my account?  I will be traveling.\tautomatic_top_up\nI believe my top up is still pending\tpending_top_up\nExplain the activation method for this card\tactivate_my_card\nHow do I withdraw money?\tatm_support\nI don't know my password\tpasscode_forgotten\nThere was just a withdrawal but it wasn't me, I've never even visited the town where the withdrawal happened.\tcash_withdrawal_not_recognised\ni'm not satisfied with the services and no longer want to be a customer\tterminate_account\nI've been waiting for over an hour for a top up to go through.  How long is this supposed to take?  I really need this money.\tpending_top_up\n\"\nWhere can I withdraw money from?\"\tatm_support\nPlease explain why my top-up didn't go through.\ttop_up_failed\nI would like to exchange currency  What types are there?\texchange_via_app\nHow do I re-order a damaged card?\tcard_not_working\nWhat is the process to activate a card\tactivate_my_card\nMy money has disappeared. I had recently added money in, and saw it was there and went through. Now it's gone. What is happening?\ttop_up_reverted\nWhy are the things I bought earlier today still showing as pending?\tpending_card_payment\nWhy did my transfer not work?\tfailed_transfer\nHow do I get my card active?\tactivate_my_card\nI see a charge for a direct debit that was not me.\tdirect_debit_payment_not_recognised\nWhy can I not take out cash?\tdeclined_cash_withdrawal\nI did a payment but the app cancelled it.\treverted_card_payment?\nWhen will my cheque be processed?\tbalance_not_updated_after_cheque_or_cash_deposit\nWhy hasn't my transaction arrived?\ttransfer_not_received_by_recipient\nIn the app I see a direct debit that I don't recognize.\tdirect_debit_payment_not_recognised\nCan you tell me why my transfer is pending still?\tpending_transfer\nThe ATM won't let me take out cash\tdeclined_cash_withdrawal\nThere is an urgent thing that I need to transfer from China. Approximately how long will it take?\ttransfer_timing\nI sent some money and the account hasn't recived the transfer I made.\ttransfer_not_received_by_recipient\nI was wrongfully charged one pound.\textra_charge_on_statement\nMy top-up was rejected by an app.\ttop_up_failed\nHow long will my top-up stay pending?\tpending_top_up\nWhy do I need to verify my identity?\twhy_verify_identity\nCan I cancel a transaction?\tcancel_transfer\nHi, i found a large amount payment in my old statements which i am sure was not made by me. I am aware that the time has passed but is there a way to raise a dispute for this payment now?\tdirect_debit_payment_not_recognised\nI didn't initiate a direct debit that I see on my account\tdirect_debit_payment_not_recognised\nAre money transfers free?\ttransfer_fee_charged\nThere seems to be an additional charge of £1 on my statement, what is the reason for this?\textra_charge_on_statement\nI have made a recent check and cash deposit that isn't reflected in my balance.\tbalance_not_updated_after_cheque_or_cash_deposit\nHello, I was just went through my recent transaction on my bank account and I just noticed that I was charged twice at a place that ate at this past week. Can I get that second transaction removed from my account?\ttransaction_charged_twice\nHow can I reset my darned PIN number?\tpin_blocked\nhow do i setup my apple pay\tapple_pay_or_google_pay\nCan you explain to me why a cash withdrawal shows up as pending?\tpending_cash_withdrawal\nCan I top-up automatically?\tautomatic_top_up\nHow long does it take for a cheque to post to your account?\tbalance_not_updated_after_cheque_or_cash_deposit\nI used my card to top up, but the money is not there!\ttopping_up_by_card\nWhat are the disposable cards restrictions?\tdisposable_card_limits\nHow come I can't seem to verify my id?\tunable_to_verify_identity\nI am waiting on the refund\tRefund_not_showing_up\nPlease let me know how to change my PIN?\tchange_pin\nCan I add other people to my account, so they can top up?\ttopping_up_by_card\nI made a mistake this morning when I did a transfer. How do I reverse it?\tcancel_transfer\nI was charged two times for the same thing.\ttransaction_charged_twice\nIt kept my cash\twrong_amount_of_cash_received\nIt's been a couple days how much longer do I have to wait for my transfer?\ttransfer_timing\nHow long does it take for a bank transfer to show on my balance?\tbalance_not_updated_after_bank_transfer\nWhen will I get a virtual card? I haven't gotten one yet\tgetting_virtual_card\nCan I use my account now, even though my identity verification has not gone through yet?\twhy_verify_identity\nI am trying to revert a transcation I did this morning\tcancel_transfer\nHello, I have a question concerning an unfamiliar fee that I notice on my account. I see that you guys charge for ATM withdrawal. Never notice this fee until now. Can you please explain?\tcash_withdrawal_charge\nhow much will I be charged for making a transfer?\ttop_up_by_bank_transfer_charge\nAre you going to charge me to collect the money?\ttop_up_by_bank_transfer_charge\nthe balance has not changed, but I have deposited some money\tbalance_not_updated_after_cheque_or_cash_deposit\nPlease give me both a visa and a mastercard.\tvisa_or_mastercard\nTransfer has failed.\tfailed_transfer\nThe exchange rate was incorrect for an item I bought.\tcard_payment_wrong_exchange_rate\nWhat do you use to figure out the exchange rate for the card?\texchange_rate\nHelp! I just realised someone has apparently withdrawn money using my card! It's from some odd remote town where I definitely haven't been. Please freeze it immediately!\tcash_withdrawal_not_recognised\nI really was trying to complete this exhange. I was trying to purchase some crypto but the app won't allow me to do it. Can you tell me what's going on here?\tbeneficiary_not_allowed\nI haven't received my virtual card.\tgetting_virtual_card\nHow long will it take for me to get my card?\tcard_arrival\nHow dp i top up with a cheque ?\ttop_up_by_cash_or_cheque\nHow to I close my account?\tterminate_account\ni would like to top up with check\ttop_up_by_cash_or_cheque\nCan I get more cards just incase?\tgetting_spare_card\nwhat are your exchange rates at?\texchange_rate\ni need a virtual card\tgetting_virtual_card\nWhat are the sources for the funds in my account?\tverify_source_of_funds\nThe expiration date for my card is coming up, how do I get a new card?\tcard_about_to_expire\nWhy hasn't my balance been updated from the check deposit I made?\tbalance_not_updated_after_cheque_or_cash_deposit\nI would like to use one of my cards for a family member. Is that allowed?\tgetting_spare_card\nHow do I use bank transfer to top up my account?\ttransfer_into_account\nDo I have to pay more for exchanges?\texchange_charge\nWhere can I get my card PIN?\tget_physical_card\nI still haven't received my card in the mail\tcard_arrival\nGood day, in reviewing my credit card activity over the last several days, I see a repeated charge for a restaurant that I went to. The charge was put through twice, so I would like one of the charges corrected and the amount that was withdrawn to be reinstated please.\ttransaction_charged_twice\nCan i receive transfers from my employer to this account?\treceiving_money\nHow can I transfer money into my account?\ttransfer_into_account\nI did a transaction to a wrong account!\tcancel_transfer\nI was overcharged at an ATM while on vacation. I needed cash so I had to use it, but your charges are outregous and I wish I would have known beforehand.\twrong_exchange_rate_for_cash_withdrawal\nThey used the wrong rate when I made a purchase with foreign currency.\tcard_payment_wrong_exchange_rate\nAm I going to be charged for topping up by transfer?\ttop_up_by_bank_transfer_charge\nI don't understand where this charge came from.\tcard_payment_not_recognised\nI have done a transfer within the country the day before yesterday, but it's still not there yet. Can you please check what's going on with that, the account number is the right one, I've checked that several times already.\ttransfer_not_received_by_recipient\nIt appears my top-ups have been canceled.\ttop_up_reverted\nWhat is the most that I can top-up to a card?\ttop_up_limits\nIs there a fee for paying by card?\tcard_payment_fee_charged\nIn what increments can I top-up my card?\tautomatic_top_up\nI've tried several times to make a payment and every time my card is declined? Could my card be locked? I don't know what to do.\tdeclined_card_payment\nI just moved to the US how do I get a card?\tcountry_support\nIs there a charge for SEPA transfers?\ttop_up_by_bank_transfer_charge\nWhy hasn't my transaction completed?\ttransfer_not_received_by_recipient\nI live in the EU - can I get a card?\tcountry_support\nThe exchange rate you're using is terrible - this can't be the official interbank exchange rate, can it?\tcard_payment_wrong_exchange_rate\nCan you show me where to link the new card?\tcard_linking\nMy money hasn't been transferred yet.\tbalance_not_updated_after_bank_transfer\nWhy was there an extra charge with the withdrawal of my money?\tcash_withdrawal_charge\nWhere do your cards get delivered to?\torder_physical_card\nI tried activating my plug-in and it didn't piece of work\tactivate_my_card\nwhen will I get my refund?\tRefund_not_showing_up\nI have not received the completed transaction.\ttransfer_not_received_by_recipient\nWhy am I unable to withdraw my money through this card?\tdeclined_cash_withdrawal\nWhat steps can I take if someone else is using my card?\tcompromised_card\nHow long does a transfer take?\tpending_transfer\nWill you charge me for exchanging foreign currencies?\texchange_charge\nWhy did they take more money out then I withdrawed?\tcash_withdrawal_charge\nWhy was I charged a fee for transferring money\ttransfer_fee_charged\nIs there a way I can have a mastercard?\tvisa_or_mastercard\nAnytime I've made an ATM withdrawal before it has always been free. I now say that I have been charged for my most recent ATM withdrawal. What's going on here?\tcash_withdrawal_charge\nCan I tell what business will take this card?\tcard_acceptance\nI was recently mugged and would like to know if I have to have access to the app to use your services and how I would go about setting up your services on a new device belonging to a current user?\tlost_or_stolen_phone\nI would like to know if you use Visa or Mastercard.\tvisa_or_mastercard\nWhy is there a payment I didn't do?\tcard_payment_not_recognised\nWhere can I find the verification code for the top up card?\tverify_top_up\nCan you explain why I am now getting charged a fee for using my card?\tcard_payment_fee_charged\nWhat caused my cash withdrawal to be declined?\tdeclined_cash_withdrawal\nWhat do I do now that I can't use this card?\tcard_not_working\nI bought an item and the exchange rate was wrong.\tcard_payment_wrong_exchange_rate\nI am still waiting for a refund\tRefund_not_showing_up\nWhat fiat currencies are used with holdings and exchanges?\tfiat_currency_support\nWhat are you exchange rates?\texchange_rate\nI want to add funds to my account. What payment methods are accepted?\tsupported_cards_and_currencies\nIs there a top up fee for transfer?\ttop_up_by_bank_transfer_charge\nMy daughter needs to open account.\tage_limit\nI accidentally chose to exchange GBP, but I need to pick AUD. How can I change it?\texchange_via_app\nWhen can I expect my transfer to reach my account?\ttransfer_timing\nI noticed my card payment was cancelled, can you tell me why?\treverted_card_payment?\nThere was a direct debit from my account and I didn't authorise it\tdirect_debit_payment_not_recognised\nI exchanged Russian rubles for British pounds today and got less than I expected. Was exchange rate correct?\tcard_payment_wrong_exchange_rate\nIt seems like I have been waiting forever for this international transfer. Why is it taking so long? C'mon, it's 2018, things happen at a click of a button. All of the account information is correct, so how long will this take?\tpending_transfer\nI need to cancel a transaction immediately.\tcancel_transfer\nI would like to know what your exchange rates are.\texchange_rate\nIs there a charge for sending out more cards?\tgetting_spare_card\nI would like a second card.\tgetting_spare_card\nCan I change my PIN remotely?\tchange_pin\nThe ATM wouldn't allow me to withdraw money\tdeclined_cash_withdrawal\nDo international transfers take longer?? I made a transfer from France 2 days ago but it's still not there yet...\tbalance_not_updated_after_bank_transfer\nI need several cards per day. And I need to be able to throw away all of the cards I make.\tdisposable_card_limits\nWhat do I do if I forgot my PIN?\tpin_blocked\nThe correct exchange rate wasn't given to me for an item I purchased.\tcard_payment_wrong_exchange_rate\nWhat do i do if the exchange rate was wrong for the item i bought overseas?\tcard_payment_wrong_exchange_rate\nWhy can't I take money from my account?\tdeclined_cash_withdrawal\nTransfer was declined.\tdeclined_transfer\nI have money in a foreign account that I want to send to this account.\ttransfer_into_account\nA few hours ago I made a bank transfer from my UK account but I don't see that it has arrived.   Can you check and see if all is ok please?\tbalance_not_updated_after_bank_transfer\nWhen will my transfer move out of pending stage?\tpending_transfer\nHow do i verify my card?\tverify_top_up\nDo EU transfers happen quickly? I purchased something a few days ago and the seller hasn't received my money yet.\tpending_transfer\nHow long does it take to verify a cash withdraw?\tpending_cash_withdrawal\nI've made a bank transfer but the money doesn't seem to be in my account.\tbalance_not_updated_after_bank_transfer\nIs there a fee for sending out more cards?\tgetting_spare_card\nDo I have to use bank approved ATM's\tatm_support\nCan my children get an account?\tage_limit\nI just moved overseas and I noticed that you are charging me more fees.  I am a loyal customer, is this how you expect to keep customers?\ttransfer_fee_charged\nI need to reset the passcode.\tpasscode_forgotten\nCan my account me accessed by a thief?  I was mugged.\tlost_or_stolen_phone\nMy identity is unable to be verified.\tunable_to_verify_identity\nTell me how to verify a top up.\tverify_top_up\nI am entering my passcode but getting an error.\tpasscode_forgotten\nI see in the app some cash was withdrawn, but it's not mine.\tcash_withdrawal_not_recognised\ni don't see the top-up verification code anywhere\tverify_top_up\nCan you please explain how bank transfers work?\ttransfer_into_account\nHow many cards am I allowed?\tgetting_spare_card\nThe activation process did not work, please help?\tactivate_my_card\ncan I use it in any country?\tcountry_support\nWhere to check top ups pending?\tpending_top_up\nhas my card payment been reverted?\treverted_card_payment?\nCan you delete the account?\tterminate_account\nMy payment was terminated\treverted_card_payment?\nWhat are the additional charges for a SWIFT transfer?\ttop_up_by_bank_transfer_charge\nWhy was I charged an extra fee when paying with card?\tcard_payment_fee_charged\nI got notified that my top up has been reverted. Why?\ttop_up_reverted\nIs it free to exchange currency?\texchange_charge\nHi. Please can you help me fix a double charge on my card? I'm looking at my transactions and this restaurant I went to earlier in the week has charged me twice! Please remove the additional charge for me.\ttransaction_charged_twice\nHow long does it take in Europe to do a transfer?\ttransfer_timing\nMy friend deposited $100 into my account, but it is not showing up!\tbalance_not_updated_after_cheque_or_cash_deposit\nWhy is allowance not being given to my beneficiary?\tbeneficiary_not_allowed\nMy transfer seems to be too expensive.\ttransfer_fee_charged\nWhen I used one of the ATMs in the city centre today, I tried to take out some money, but for whatever reason, the machine declined my card. Just checked it out in my account and that amount is still showing as pending! Is there any way that you can cancel this transaction, because I did not receive any money whatsoever from the ATM\tpending_cash_withdrawal\nI was removing a dollar amount from my account and now don't have access to my card.\tcard_swallowed\nWhy is it taking so long to update my balance transfer?\tbalance_not_updated_after_bank_transfer\nTop up keeps failing\ttop_up_failed\nHae there, I have a transaction that is in progress despite the fact that the ATM was not working, what do I do to avoid being charged?\tpending_cash_withdrawal\nCan I apply for one of your cards if I live in the EU?\tcountry_support\nshould i add money via bank transfer instead\ttop_up_by_card_charge\nWill I be able to top up by cheque?\ttop_up_by_cash_or_cheque\nI lost my phone, what should I do?\tlost_or_stolen_phone\nPlease help me with my card. As i have tried to use my card in two different ATMs but repeatedly it was declining by ATM.\tdeclined_cash_withdrawal\nHelp me!  When I was abroad, the exchange rate was wrong.\twrong_exchange_rate_for_cash_withdrawal\nPlease help me with my card payments which keeps getting reverted whenever i do online shopping. I am having this problem since last two weeks.\treverted_card_payment?\nWhat do I do if I have forgotten my passcode?\tpasscode_forgotten\nhow to get a new card in china\tcard_about_to_expire\nCan I see my available money?\tverify_source_of_funds\nWhat types of cards and money do you accept?\tsupported_cards_and_currencies\nAre there fees for receiving a SEPA transfer?\ttop_up_by_bank_transfer_charge\nHow much will it be in order to pay with a bank transfer using SEPA?\ttop_up_by_bank_transfer_charge\nwho can put money in my account?\tverify_source_of_funds\nWhy is it important to verify my identity?\twhy_verify_identity\nHow can I verify my top-up card?\tverify_top_up\nWhen will I receive the cash payment from the check I deposited?\tbalance_not_updated_after_cheque_or_cash_deposit\nHow can i reset my passcode ?\tpasscode_forgotten\nI would like to have a Mastercard.\tvisa_or_mastercard\nWhat is the refund process?\trequest_refund\nFix my top up\ttop_up_failed\nI need to hold money, what currencies can I use?\tfiat_currency_support\nmy cash withdrawal is pending, why?\tpending_cash_withdrawal\nI need info on activating my card?\tactivate_my_card\nWhat currencies do you support?\tfiat_currency_support\nHow long do top-ups take to go through\tpending_top_up\nWhat is the $1 transaction on my account?\textra_charge_on_statement\nCan I receive a refund for an item I purchased?\trequest_refund\nI need to delete my account, please.\tterminate_account\nWhy have my top ups been canceled?\ttop_up_reverted\nWhere did my top-up go? I can't find it in my wallet\ttopping_up_by_card\nI wanted to know why a top-up I made has been reverted.\ttop_up_reverted\nis there a frequent currency discount?\texchange_charge\nI need to know if everything is okay here. After making a transfer from a UK account it doesn't show up. How long does this normally take to process?\tbalance_not_updated_after_bank_transfer\nHi, I am unable to use my card in ATM. I had tried my card in two ATMs but both ATMs declined it. Could you please check my account?\tdeclined_cash_withdrawal\nI've used my account frequently over the last month to manage my payments from abroad for my new place. I noticed that my fees have suddenly increased. As a frequent customer, shouldn't I be rewarded rather than suddenly being subject to a new fee?\ttransfer_fee_charged\nYour exchange rates are coming from where?\texchange_rate\nHow long will my transfer be pending for?\tpending_transfer\nI was charged twice, when I didn't purchase anything twice.\ttransaction_charged_twice\nthere is a charge i dont recognize\tcard_payment_not_recognised\nI would like it if I could get an item refunded\trequest_refund\nIs it normal to be charged an extra fee when paying with my card?\tcard_payment_fee_charged\nWhat is your age limit?\tage_limit\nWhy verify the top-ups?\tverify_top_up\nWhat caused my transfer to fail?\tfailed_transfer\nI went to an ATM to get cash, but the app says the withdrawal is still pending. How is that possible when I already have the cash with me?\tpending_cash_withdrawal\nAm I allowed to change my PIN anywhere?\tchange_pin\nI haven't received the cash from the check I deposited.\tbalance_not_updated_after_cheque_or_cash_deposit\nI have one other credit card from the US. Do you take that?\tsupported_cards_and_currencies\nThere is an extra $1 charge on my statement, why is that?\textra_charge_on_statement\nI made a transfer to my friend earlier and she hasn't received it yet.  What's the hold up?\ttransfer_not_received_by_recipient\nWhy do you need all these details about my identity?\twhy_verify_identity\nWhat do I do if I find a debit charge that I know I didn't do in my billing statement?\tdirect_debit_payment_not_recognised\nWhy do you ask for top-up verification?\tverify_top_up\nHow is the current exchange rate?\texchange_rate\nI have received my statement but I do not see my refund, why is that?\tRefund_not_showing_up\nWhy has my top-up been reverted?\ttop_up_reverted\ncan i get a virtual card\tget_disposable_virtual_card\nMy cash withdrawal is showing as pending, why?\tpending_cash_withdrawal\nI would like to track a card sent to me, how do I do that?\tcard_arrival\nI lost my phone! Will my card still work?\tlost_or_stolen_phone\nI'm having issues with my card. You guys keep declining it for some reason. I haven't had any issues up until this point. What is going on? I've tried a handful of times with the same, unfortunate, result!\tdeclined_transfer\nWhere's the money from my transfer from Europe?\ttransfer_timing\nis it possible to get a refund for something I purchased?\trequest_refund\nI need to get my card quickly\tcard_delivery_estimate\nHow long does it take for a transfer to finish pending?\tpending_transfer\nI got a notice from my app that I withdrew cash but I don't remember doing so. How do I fix this?\tcash_withdrawal_not_recognised\nI need my payment in another currency\treceiving_money\nThe card is non-functional.\tcard_not_working\nCan I get a new card in China?\tcard_about_to_expire\nI needed $100 but all it gave me was $20.\twrong_amount_of_cash_received\nHow long does it take to activate my card?\tactivate_my_card\nMy identity wasn't verified\tunable_to_verify_identity\nI made a mistake of transferring, can I cancel my previous transfer?\tcancel_transfer\nMy top up says it is still pending\tpending_top_up\nI wanted to withdraw $100 from the ATM but I only got $20\twrong_amount_of_cash_received\nWhy can't I transfer my money into someone else's account? I should be able to do so right? Why does it keep rejecting my transfer? There's no reason, all my info is correct and the money is there.\tfailed_transfer\nWhat are the currency exchange fees?\texchange_charge\nHow do I use cash to top up my account?\ttop_up_by_cash_or_cheque\nWhen will my top up be applied?\tpending_top_up\nIf I was travelling abroad, would I be able to hold currencies in euros?\tfiat_currency_support\nI did a payment with my card but seem that didn't work, it's still listed as pending since a while ago. When does this actually go through?\tpending_card_payment\nThe wrong exchange rate was used when I purchased an item.\tcard_payment_wrong_exchange_rate\n\"\nI put the wrong pin too many times and now it is blocked. Can you help me unblock it?\"\tpin_blocked\nCan you tell my why my funds transfer did not work properly?\tfailed_transfer\nI thought I knew my password but I guess I was wrong, what can I do now?\tpasscode_forgotten\nThere are strange transactions on my account.  What should I do if I think someone stole my details?\tcompromised_card\nneed to know places i can withdraw money\tatm_support\nCan I exchange my money for EUR?\tfiat_currency_support\nHow can we correct a mistake on an ATM transaction?  The app shows what I should have gotten.\twrong_amount_of_cash_received\nI would like to dispute a payment I didnt make\tdirect_debit_payment_not_recognised\nWhy am I not able to withdraw cash from this ATM?\tdeclined_cash_withdrawal\nWhy was my withdrawal requested cancelled by the ATM?\tdeclined_cash_withdrawal\nPlease help!  There was an extra fee when I got cash.\tcash_withdrawal_charge\nwhy do i have to verify top up?\tverify_top_up\nHow can I receive my salary in another currency?\treceiving_money\ni withdraw cash from the ATM and was charged a fee\tcash_withdrawal_charge\nWhat do I need to do to request cash back? The ATM actually just gave me the wrong amount. The app I actually chose the right amount.\twrong_amount_of_cash_received\nIs there a limit to using a disposable virtual card?\tdisposable_card_limits\nWhen will my transfer finish pending?\tpending_transfer\nI was charged twice.\ttransaction_charged_twice\nWhy is my ATM cash withdrawal not working?\tdeclined_cash_withdrawal\nIs there a list of where I can use my card?\tcard_acceptance\nMy account balance has not updated since I deposited a cheque recently.\tbalance_not_updated_after_cheque_or_cash_deposit\nAre there any charges for using a bank card to top up\ttop_up_by_card_charge\nThe ATM only gave me 10 pounds when I withdrew 30. What do I do?\twrong_amount_of_cash_received\nI went to use my new card today and the card was repeatedly declined. I would really like to use this card and need to know what to do about it.\tdeclined_card_payment\nCould you refund my transaction, I paid it into the wrong account. I need to be able to pay it into the right account by tomorrow.\tcancel_transfer\nI had a cheque deposited, but I don't see my money yet?\tbalance_not_updated_after_cheque_or_cash_deposit\nHow is the exchange rate calculated?\texchange_rate\nHow do I know what my account is set to, I am paid in GBP?\treceiving_money\nMy transfer was not approved\tdeclined_transfer\nwhy verify the top up? it doesnt make sense\tverify_top_up\nI thought it was free to make a withdrawal. So how much does it cost now?\tcash_withdrawal_charge\nHow much is it to receive money?\ttop_up_by_bank_transfer_charge\nDoes it cost anything to buy something from another country? Like is there going to be hidden transfer fees or currency conversion fees?\ttransfer_fee_charged\nMy card wasn't working in a shop\tdeclined_card_payment\nI'm currently not in possession of my phone, is it still possible to go about things normally without access to the app?\tlost_or_stolen_phone\nI have checked my statements multiple times, but my refund that I requested a while back is not showing on my account. Is there a reason for this? Can I get some help getting my money back from this transaction?\tRefund_not_showing_up\nmy card was frozen due to putting in the wrong pin too much.  how many tries do i have\tdeclined_cash_withdrawal\nI only received $20, but I requested $100.\twrong_amount_of_cash_received\nvirtual card won't work for me\tvirtual_card_not_working\nwhich identity details are required\twhy_verify_identity\nWhat should I do if I think someone stole my details and used my information to make some transactions?\tcompromised_card\nI need to see where my money came from.\tverify_source_of_funds\nDo you know what your exchange rates are?\texchange_rate\nCan my account be topped up by my friends?\ttopping_up_by_card\nAm I going to see a charge for a SEPA transfer?\ttop_up_by_bank_transfer_charge\nCan you tell me why I was charged extra when I withdrew money?\tcash_withdrawal_charge\nHow do I change my card PIN?\tchange_pin\nWhy is my cash withdrawal still showing as pending?\tpending_cash_withdrawal\nWhat is the formula for your exchange rate?\texchange_rate\nI have a payment which has not been approved.\tpending_card_payment\nI need to verify the source of funds.\tverify_source_of_funds\nHi, I sent my landlord my rent money a few days ago and while everything seems good on my end he says that he never got the money. I double checked the account number and it's correct. Can you help me figure this out?\ttransfer_not_received_by_recipient\nWhat methods are available for my friend to send me money?\treceiving_money\nI received a returned payment that I made.\treverted_card_payment?\nI was out today looking forward to paying with my brand new card, turns out the payment just kept getting declined. This is pretty sad, what's going on?\tdeclined_card_payment\nwhere can I get the info for my funds\tverify_source_of_funds\nI think youre system may be broken because I have tried transfer money 5x and it isnt working!  I'm not doing anything complicated it is what I usually do.\tfailed_transfer\nhow can i track card you sent\tcard_arrival\nWhy can't I withdraw funds from my account?\tdeclined_cash_withdrawal\nMy transfer to a beneficiary was rejected.\tbeneficiary_not_allowed\nATM withdrawal not working.\tdeclined_cash_withdrawal\nIs my child too young to sign up?\tage_limit\nWhat do I need to do to cancel a transaction?\tcancel_transfer\nWhat do I do when I get close to the expiration date of my card?\tcard_about_to_expire\nI made a terrible mistake when typing in my account number.  I accidently sent money to the wrong account.  I noticed the app won't allow me to void the transaction.  Can someone help me with this immediately?\tcancel_transfer\nWhy did I only get $20 now the full amount I wanted?\twrong_amount_of_cash_received\nWhy am I being a charged for using my card?\tcard_payment_fee_charged\nWhen will my transfer arrive from Europe?\ttransfer_timing\nWould it be possible to activate my card?\tactivate_my_card\nI've just made a money transfer to the wrong account, I need to stop the money from being moved as it may be going to someone I don't know.  Please can you help?\tcancel_transfer\nHow long does it take to get a refund on something I bought?\trequest_refund\nWhat are then rules on beneficiaries?\tbeneficiary_not_allowed\nHow can I add a new card?\tcard_linking\nHow long do transfers from a UK bank account usually take for you? I just made a transfer and I'm not seeing anything, wondering if it worked\tbalance_not_updated_after_bank_transfer\nhow do you get exchange rates\texchange_rate\nHow can I dispute a direct debit charge on my account?\tdirect_debit_payment_not_recognised\nI see my transfer was declined.\tdeclined_transfer\nCan you tell me the limit for top ups?\ttop_up_limits\nI believe you charged me too much to exchange my money\tcard_payment_wrong_exchange_rate\nI bought an item that I was charged a different exchange rate for.\tcard_payment_wrong_exchange_rate\nHow do I verify the source of my funds?\tverify_source_of_funds\nI question today's exchange rate for rubles into pounds. I was hoping for a better return.\tcard_payment_wrong_exchange_rate\nSomeone stole my card!\tlost_or_stolen_card\nHow much does a transfer cost?\ttop_up_by_bank_transfer_charge\nWhere do I find the verification code for the card I'm topping up?\tverify_top_up\nHow can I top up my account and which currency can I use?\tsupported_cards_and_currencies\nI just noticed that I supposedly made a payment to a seller a while back. The problem is, I don't recognize the seller. There must be a way to see who it is or track the payment. Can you do that, because I don't remember this transaction?\tdirect_debit_payment_not_recognised\nmy friend has not got the money I sent last week.\ttransfer_not_received_by_recipient\nI am having problems with my contactless.\tcontactless_not_working\nMy rate of exchange was wrong.\tcard_payment_wrong_exchange_rate\nHi, Yesterdays i was unable to do online shopping as it was getting declined. Today I am facing the same issue. Please help me in this respect.\tdeclined_transfer\nDo you charge for making a withdrawal? I took some money out of my account earlier and I was charged for this.\tcash_withdrawal_charge\nPlease help me with the activation of the new card.\tactivate_my_card\nHow long do transfers to international banks take? I made one to france a couple of days ago, but it's still not there.\tbalance_not_updated_after_bank_transfer\nCan you tell me where I can order a disposable virtual card?\tget_disposable_virtual_card\nWhen I went to withdraw cash today the ATM gave me the wrong amount of cash. The app is showing a larger amount.\twrong_amount_of_cash_received\nMy account says a withdrawal is pending - why can't I take cash out of the ATM?\tpending_cash_withdrawal\nI was wondering if you will take any fees in exchange for top ups?\ttop_up_by_card_charge\nHow are exchange rates determined?\texchange_rate\nI don't know what this Direct Debit payment on my account is for.\tdirect_debit_payment_not_recognised\nMy card was declined\tdeclined_card_payment\nI noticed that there's a payment on my card that's pending.\tpending_card_payment\nI ordered my card but it still isn't here\tcard_arrival\nI'm interested in getting a card. How does one go about doing that?\torder_physical_card\nHello, i just checked my statement and there seems to be a payment from my card that I have never seen before.\tcard_payment_not_recognised\nWhy is the exchange rate on my card wrong?\tcard_payment_wrong_exchange_rate\nWhy is there a fee on a card payment?\tcard_payment_fee_charged\nWhy didn't the money I transferred into my account get added to my balance?\tbalance_not_updated_after_bank_transfer\nTransferred to account is not successful, help please?\tbalance_not_updated_after_bank_transfer\nCan someone explain why I'm getting a message on my screen saying my transfer isn't possible? I've done several in the past and haven't had a single problem until now. What's going on?\tbeneficiary_not_allowed\nThe app isn't showing my transactions\ttransfer_not_received_by_recipient\nIs it possible to get a real card?\torder_physical_card\nDo you accept SWIFT transfers?\ttop_up_by_bank_transfer_charge\nWhat could possibly be the cause of my failed transfer?\tfailed_transfer\nIs there a function where I can top-up automatically?\tautomatic_top_up\nDo I have a card PIN?\tget_physical_card\nWhy should I have to prove my identity?\twhy_verify_identity\nIs there a charge to use a Top up card in the US?\ttop_up_by_card_charge\nCan I top up my account with a check?\ttop_up_by_cash_or_cheque\nI can't freeze my account as I need the card as I am traveling, how do I change my pin?\tchange_pin\nHow long do you expect me to wait for the transfer? It finally worked out, but has been pending for a long time and it's quite urgent.\tpending_transfer\nWhy did my transfer not work, it says it was declined?\tdeclined_transfer\nPlease give me a Mastercard instead.\tvisa_or_mastercard\nHow do i secure a top-up card?\tverify_top_up\nAn ATM machine didn't give me back my card.\tcard_swallowed\nIf I lost my phone, what steps do I need to take to stop someone from using my account?\tlost_or_stolen_phone\nDoes transferring money have a fee?\ttransfer_fee_charged\nHi I am trying to transfer money to another country but it is showing pending and it has been a long time.  I have checked numbers and they are correct.  Could you please help?\tpending_transfer\nam suspicious of my card's security\tcompromised_card\nThere's a payment with my card that I didn't perform. I don't know that name shown.\tcard_payment_not_recognised\nthe money i transferred didnt arrive\ttransfer_not_received_by_recipient\nWhat is an exchange rate?\texchange_rate\nIs topping up free?\ttop_up_by_card_charge\nWhy do we need to verify top-up?\tverify_top_up\nCould you please tell me your exchange rates?\texchange_rate\nWhy is my disposable card not working?\tvirtual_card_not_working\nI made a check and cash deposit that wasn't credited to my account.\tbalance_not_updated_after_cheque_or_cash_deposit\nWhat countries do your services support?\tcountry_support\nwhy do I need to show ID\tverify_my_identity\nIf I find a card I lost do I need to dispose of it? Or can I re-active the card and continue to use it?\tcard_linking\nCan I get a card if I don't reside in the UK?\tcountry_support\nWhere can I use my card to pay?\tcard_acceptance\nCan I use my virtual card for recurring monthly payments?\tvirtual_card_not_working\nHow do you top-up using cash?\ttop_up_by_cash_or_cheque\nMy son has just turned 13, is he old enough for an account?\tage_limit\nI don't like the services, please close my account\tterminate_account\nI want to use a cheque to pay.\ttop_up_by_cash_or_cheque\nWhere's my card PIN?\tget_physical_card\nI use this card all the time so why did it get declined at the store today?\tdeclined_card_payment\nCan you tell me how long it takes for a new card to come?\tcard_delivery_estimate\nI answered so many questions about my identity. Why do you need this info?\twhy_verify_identity\nI don't see my card anywhere in the app.\tcard_linking\nWhy do you need so much id info from me?\twhy_verify_identity\ncan the delivery be specific to my needs?\tcard_delivery_estimate\nHey i need help urgently. I just realised I sent my payment to the wrong account number, there is a typo! Please cancel it immediately, I can't do it anymore from the app\tcancel_transfer\nWhat is the process for unlocking the pin?\tpin_blocked\nPlease tell me how I verify my identity.\tverify_my_identity\nWho do I call to cancel a transfer?\tcancel_transfer\nWhy was I charged this extra fee while doing a transfer?\ttransfer_fee_charged\nWhy doesn't my Google pay top up work?\tapple_pay_or_google_pay\nAre there any top-up limits?\ttop_up_limits\nwhat are the locations i can withdraw money\tatm_support\nCan you tell me how to tell where my funds come from?\tverify_source_of_funds\nWhy is my transfer still pending?\tpending_transfer\nI am out of money in my account and I was wondering if I could do a bank transfer is put more in it?\ttransfer_into_account\nauto-top up option can be found where?\tautomatic_top_up\nWould I be able to top up as much as I can?\ttop_up_limits\nHow do your exchange rates factor in?\texchange_rate\nIf I add money with an international card, are there any fees?\ttop_up_by_card_charge\nI just had a wedding and I want to take my spouses name.\tedit_personal_details\nThere is a mysterious debit transaction on my statement\tdirect_debit_payment_not_recognised\nWhat can you use the disposable cards for?\tget_disposable_virtual_card\nCan I add money to my card automatically during a trip?\tautomatic_top_up\nWhy is my identity not verified?\tunable_to_verify_identity\nI need help as fast as possible! I made a mistake on my most recent transfer; can you please stop it before it goes through?\tcancel_transfer\nI have just read my statement and there is a payment I don't recognise.\tcard_payment_not_recognised\nMy passcode won't work.\tpasscode_forgotten\nHow much do you charge for exchange rates?\texchange_charge\nwill you be able to activate my card\tactivate_my_card\nWhy hasn't my transaction arrived to my friend yet?\ttransfer_not_received_by_recipient\nWhat are the steps to finishing up with this account?\tterminate_account\nMy payment card was declined - could you tell me why?\tdeclined_card_payment\nPlease help me set up a new PIN.\tchange_pin\nI just bought an item and would like to stop payment, is this possible?  The item has not been received yet.\trequest_refund\nWhat do I have to do to get a Visa card?\tvisa_or_mastercard\nThe app says I made a cash withdrawal even though I didn't.\tcash_withdrawal_not_recognised\nWhat should I do if I have used all of my PIN tries?\tpin_blocked\nI transferred money but the balance hasn't changed.\tbalance_not_updated_after_bank_transfer\nHow do I make my card show up in the app?\tcard_linking\nCan I top up with Google Pay?\tapple_pay_or_google_pay\nHow can I receive verification for the source of my funds?\tverify_source_of_funds\nMy card got stuck in an ATM.\tcard_swallowed\nCan I use my card at an ATM?\tatm_support\nWhere would I find top up by cash deposit?\ttop_up_by_cash_or_cheque\nWhat's the wait time for European transfers?\ttransfer_timing\nWhat is the reason when I tried to pay contactless at the bus, it didnt work?\tcontactless_not_working\nI'm pretty sure my top up is still pending.\tpending_top_up\nCan i get payed through this system?\treceiving_money\nI no longer want to transfer funds, can we cancel that transaction?\tcancel_transfer\nCan exchanged be made to EUR?\tfiat_currency_support\nPlease explain why my payment was declined? I thought everything was good.\tdeclined_card_payment\nWhy has my top up not gone through yet?\tpending_top_up\nwhat documents do i need to verify who i am\tverify_my_identity\nSo my top-up failed, could you tell me why?\ttop_up_failed\nMy card got blocked, how do I reset?\tpin_blocked\nI needed cash today, so I used another provider's ATM, and when I attempted to withdraw, it declined. I just checked it out and I'm still showing my account with that amount pending! I didn't take any money out, it was declined, so I don't want that to be processed as a withdrawal.\tpending_cash_withdrawal\nCan I change my details because I moved?\tedit_personal_details\nHow can I dispute a debit transaction?\tdirect_debit_payment_not_recognised\nI think something went wrong with my exchange between Russian Ruble and UK pounds. I was overcharged during the swap.\tcard_payment_wrong_exchange_rate\nWhy is the ATM not allowing me to get cash?\tdeclined_cash_withdrawal\nI would like to exchange currencies, how do I go upon it?\texchange_via_app\nCan other people top up my account?\ttopping_up_by_card\nWhat's the closest place to withdraw money?\tatm_support\nI received the wrong color and size, can I return it?\trequest_refund\nCan you explain why my payment was charged a fee?\tcard_payment_fee_charged\nPlease could you give me a refund\trequest_refund\nThere are transactions that I don't remember making, i think someone might have gotten my card details and is now using it.\tcompromised_card\nHi something is going on with the app.  I see some payments I didn't make?\tcard_payment_not_recognised\nI wish to use my American Express to put funds into my account.\tsupported_cards_and_currencies\nDoes it cost to top up my card?\ttop_up_by_card_charge\nWho is giving me my money?\tverify_source_of_funds\nCan I top off with a debit card?\tsupported_cards_and_currencies\nWhat options do I have when topping up a US card?\ttop_up_by_card_charge\nHow do I use the app to exchange currencies?\texchange_via_app\nHow long does a payment usually show as pending? Is it normal that mine is still pending?\tpending_card_payment\nWhere should I withdraw money from?\tatm_support\nI'm waiting on a top-up, its still pending\tpending_top_up\nCan I get an item refunded?\trequest_refund\nI tried activation my card and it didn't employment\tactivate_my_card\nWhy has my card payment been reversed?\treverted_card_payment?\nWhat are the guidelines for the disposable cards?\tdisposable_card_limits\nWhy doesn't my passcode work?\tpasscode_forgotten\nI'm in Austria right now, but I really need to change my PIN right now. Can I do this even though I'm in another country?\tchange_pin\nWhats the maximum number of disposable cards that I can get?\tdisposable_card_limits\nWhere can I withdraw money from?\tatm_support\nIs there a reason I was charged an extra fee for using the ATM?\tcash_withdrawal_charge\nWhat is the time for a transfer?\ttransfer_not_received_by_recipient\nHow do I change my name after marriage\tedit_personal_details\nneed to exchange currencies\texchange_via_app\nMy passcode is not being accepted\tpasscode_forgotten\nIf I exchange currencies on a regular basis, is there a discount?\texchange_charge\nWhy do I see a fee when I do a transfer?\ttransfer_fee_charged\nWhy is my beneficiary being denies?\tbeneficiary_not_allowed\nCan I Transfer from SWIFT?\ttop_up_by_bank_transfer_charge\nTell me how to change my details.\tedit_personal_details\nHello, i'd like to inform you of an issue i'm currently experiencing. The goods i have ordered from your website have still not arrived yet; it has been over 3 weeks. I would like to be issued a refund swiftly and be redirected to more competent people. Thank you for your assistance.\trequest_refund\nI sent a transfer and it has been pending for awhile. How long will it stay pending?\tpending_transfer\nI would like to know why a withdraw I made for some cash shows up as pending.\tpending_cash_withdrawal\nWhere is the PIN number found?\tget_physical_card\nI'd like to make a SEPA transfer to my account, but will I be charged?\ttop_up_by_bank_transfer_charge\nWhere can I edit personal details?\tedit_personal_details\nAre there any charges for receiving money?\ttop_up_by_bank_transfer_charge\nPlease help me delete this account.\tterminate_account\nHow come there is a duplicate charge on my card?\ttransaction_charged_twice\nWhy won't my top up work\ttop_up_failed\nHow can I choose between Visa and Mastercard?\tvisa_or_mastercard\nWhat stipulations do disposable cards entail?\tdisposable_card_limits\nThe card I thought I lost was in my jacket pocket this morning, so can I reactivate that?\tcard_linking\nI noticed that i got charged extra for using the card.\tcard_payment_fee_charged\nCan someone please tell me how much I can top-up?\ttop_up_limits\nI didn't get the right amount of  cash because of the exchange rate.\twrong_exchange_rate_for_cash_withdrawal\nHow can I lookup the source for my available money?\tverify_source_of_funds\nWhy is this beneficiary being rejected?\tbeneficiary_not_allowed\nI just found out from the seller that my money didn't go through. I checked my account and it was deducted at first but now it's back in my account. Can you  please fix this for me quickly?\treverted_card_payment?\nCan you please tell me how long it takes for the transfer to be available.\ttransfer_timing\nWhat do I do if my smart phone was stolen?\tlost_or_stolen_phone\nI made a card payment by my card but it failed. Please let me know when the payment will get completed as its still pending.\tpending_card_payment\nHelp, I was charged twice!\ttransaction_charged_twice\nI want to cancel my purchase\trequest_refund\nHow long will it take for my top up to work? It's still pending\tpending_top_up\nHow do I change my AUD into GBP?\texchange_via_app\nMy card is about to expire.  Where do I get a new one.\tcard_about_to_expire\nI have an outgoing transfer\tpending_transfer\nI tried topping off my account with a card, but the money is not in my account despite the charge going through\ttopping_up_by_card\nMy phone was left at a hotel and I can't access the app.\tlost_or_stolen_phone\nI think someone stole my card because I can't find it.\tlost_or_stolen_card\nWhy is there a charge for $1 on my account?\textra_charge_on_statement\nWhy is my contactless not working?\tcontactless_not_working\nwhy does my statement contain an extra fee?\textra_charge_on_statement\nCan I use my card no matter where I go?\tcard_acceptance\nCan I get a refund?\trequest_refund\nMy card is almost going to expire.\tcard_about_to_expire\nIs it possible to do auto top up?\tautomatic_top_up\nWhy did my top up get reverted?\ttop_up_reverted\nA seller is stating that they haven't received money yet when the money has already deducted from my account.\treverted_card_payment?\nI sees some suspicious spending on my credit card that I don't recall I had made. What should I do?\tcompromised_card\nCan I convert money into different currencies?\texchange_via_app\nHow long will it take my card to get here?\tcard_delivery_estimate\nCan you tell me if I can hold money in several currencies?\tfiat_currency_support\nI just saw some charges on my card from the past days that I dont recognize, I need to freeze the card asap! Will I be able to get my money back?\tcard_payment_not_recognised\nIf I exchange foreign currency, are there any other charges?\texchange_charge\nDid a card payment that I made get cancelled?\treverted_card_payment?\nHow come I have pending transfers?\tpending_transfer\nPlease help.  There is a payment in the app that isn't mine.\tcard_payment_not_recognised\nI need some help linking my new card.\tcard_linking\nWhat are the current exchange rates?\texchange_rate\nCan you tell me how I would go about learning where my funds came from?\tverify_source_of_funds\nIf my card is about to expire how long would it take to receive a new one and how much would that cost me?\tcard_about_to_expire\nWhat is the estimated wait time on a US transfer into my account?\ttransfer_timing\nI think there has been a mistake on my exchange rate for this purchase.\tcard_payment_wrong_exchange_rate\nI have been charged twice for the same transaction.\ttransaction_charged_twice\nHow come my cash withdrawal came with an unnecessary fee?!\tcash_withdrawal_charge\nHow many days to deliver to a US customer?\tcard_delivery_estimate\nhow long does it take for a transfer from Europe to go through?\ttransfer_timing\nA fee came along with me paying with card\tcard_payment_fee_charged\nMy card is stuck in the ATM?\tcard_swallowed\nPlease can you block the transaction I just sent from my account? It was a payment but I accidently typed in the wrong details and think it might have gone to the wrong place.\tcancel_transfer\nWhat is your refund policy for products I have purchased?\trequest_refund\nWhat was the cause for my card to be declined?\tdeclined_cash_withdrawal\nI don't want to buy this car anymore, can I cancel the transaction and get a quick refund back?\trequest_refund\nWhy was I charged twice?\ttransaction_charged_twice\nIs American Express supported for adding money into my account?\tsupported_cards_and_currencies\nSomething is wrong with my top up and I can't see it. How do I find it?\ttopping_up_by_card\nDo you need my birthdate?\twhy_verify_identity\nWhat are my options for topping up, automatic and/or manual?\tautomatic_top_up\nHow come my card doesn't work anymore?\tcard_not_working\nI was charged extra when I made a cash withdraw, why?\tcash_withdrawal_charge\nI am travelling and I tried to withdraw cash but didn't get what I was supposed to get.\twrong_exchange_rate_for_cash_withdrawal\nWhy do I see an extra €1 charge on my statement?\textra_charge_on_statement\nHello, I have recently made a purchase and have decided to cancel my purchase. Is there any way that you can cancel that transaction for me so I can get the money back? It's very important.\trequest_refund\nThe app reverted the payment I made.\treverted_card_payment?\nPlease provide currency exchange rates\texchange_charge\nI need to verify my funds.\tverify_source_of_funds\nWhy am I being charged a fee on a card payment?\tcard_payment_fee_charged\nMy transfer was declined. What might the reason be?\tdeclined_transfer\nI won't be pleased unless I get a Mastercard.\tvisa_or_mastercard\nWhat is the function of the disposable cards?\tget_disposable_virtual_card\nI would like to get a physical card, but I don't know how. Can you help me?\torder_physical_card\nWhats types of currency can I exchange?\texchange_via_app\nI keep checking my statements but nothing shows up. I requested a refund a long time ago but seems it's not reaching my account for some reason. Would you please help me get the money back from the seller.\tRefund_not_showing_up\nWhere's my virtual card\tgetting_virtual_card\nIs my account able to be topped up by my friends?\ttopping_up_by_card\nAre there any reasons that my identity wouldn't be accepted even though everything I've provided is factual?\tunable_to_verify_identity\nWill you charge an extra fee for top ups?\ttop_up_by_card_charge\nCould you tell me why my top up isn't showing in my wallet?\ttopping_up_by_card\nI've been waiting for a refund to show up and I don't see it on my statement yet.\tRefund_not_showing_up\nHow do I know if my top up worked?\ttop_up_failed\nCan you please explain why I was charged an extra fee for my transfer?\ttransfer_fee_charged\nWhere is my new card if I haven't received it yet?\tcard_arrival\nthe exchange rate on my payment was wrong\tcard_payment_wrong_exchange_rate\nCan it add money automatically while travelling\tautomatic_top_up\nWhy did my top-up not get approved this time?\ttop_up_reverted\nWhat do I do if I've been charged twice for the same transaction?\ttransaction_charged_twice\nI want to reactivate my card, I thought I had lost it but found it again this morning.\tcard_linking\nI made a mistake when making my last transfer, please cancel before it goes thru.\tcancel_transfer\nMy card is needed soon\tcard_delivery_estimate\nPlease sort your top up! My top up has been pending for an hour already. Can you please make it go through as soon as possible. I really need the money.\tpending_top_up\nWhy hasn't my friend received the transaction?\ttransfer_not_received_by_recipient\nI saw that my transfer was declined.\tdeclined_transfer\nCan I get a few more physical cards?\tgetting_spare_card\nIs it okay to hold money in multiple currencies?\tfiat_currency_support\nCan I have my card delivered on Tuesday?\tcard_delivery_estimate\nMy top up was reverted. Can you help?\ttop_up_reverted\nThe transfer keeps failing - I tried to transfer some money to friends this morning but it keeps getting rejected for some reason, I have no idea why\tfailed_transfer\nI forgot the passcode on my app.\tpasscode_forgotten\nWhat if my top up is reverted?\ttop_up_reverted\nMy statement shows charges for things I never purchased. Were my account details stolen?\tcompromised_card\nYou operate in which countries?\tcountry_support\nIs there a charge for using an European bank card for top up?\ttop_up_by_card_charge\nWhat's the foreign exchange rate I will receive?\texchange_rate\nCan i have the item refunded?\trequest_refund\nI believe I got a wrong exchange rate when I got cash.\twrong_exchange_rate_for_cash_withdrawal\nCan I change my PIN online?\tchange_pin\nIs there a fee for a cash withdrawal?\tcash_withdrawal_charge\nAfter I deposited my cash, I still don't see it in my account.\tbalance_not_updated_after_cheque_or_cash_deposit\nI am asking to end my account.\tterminate_account\nI will be traveling.  Can I add money automatically?\tautomatic_top_up\nYesterday my phone was stolen from me :( What do i need to do about it?\tlost_or_stolen_phone\nI need assistance addressing a direct debit that I did not do myself.\tdirect_debit_payment_not_recognised\nwhy did i get declined transfer\tdeclined_transfer\nWhat countries can I use the card in?\tcountry_support\nMy wallet got stolen a couple hours ago and now I've seen there already is a withdrawal. Help this is absolutely urgent I don't want to loose more money\tcash_withdrawal_not_recognised\nI would like to get some extra cards?\tgetting_spare_card\nI sent money to someone but they haven't gotten it yet\ttransfer_not_received_by_recipient\nMy cash transaction isn't showing on my account\ttransfer_not_received_by_recipient\nWhy can't I take $100 out\twrong_amount_of_cash_received\nCan you please help me in canceling my order.\trequest_refund\nPlease tell me why I am having problems transferring to a beneficiary.\tbeneficiary_not_allowed\nDo you send more than one card?\tgetting_spare_card\nAre there limitations to what currency I can hold?\tfiat_currency_support\nWould you please check my Card. As Withdrawal was working fine so far, but this morning suddenly got declined. Can you please check the problem?\tdeclined_cash_withdrawal\nI need immediate assistance in canceling a transfer which was a mistake. Please help me quickly so this does not go through.\tcancel_transfer\nI want to add money automatically when I travel.\tautomatic_top_up\nPending still shows on this transfer, why?\tpending_transfer\nWhere do I go to change my account details?\tedit_personal_details\nExplain to me why a transfer would be declined.\tdeclined_transfer\nWhat steps do I need to take to exchange currencies?\texchange_via_app\nMy credit card was just denied for top up! Can you tell me why this happened and what's going on?\ttop_up_failed\nWhere do you need to live to receive card\torder_physical_card\nWill there be a cost if I exchange currency?\texchange_charge\nI am seeing in the App a payment that its not mine\tcard_payment_not_recognised\nMy card activation attempt failed.\tactivate_my_card\nmaximum how many days get the courier?\tcard_arrival\nSomeone stole my phone, what is my next step?\tlost_or_stolen_phone\nWhy is a transfer I have still pending?\tpending_transfer\nI need to transfer to my account and cant.\tbeneficiary_not_allowed\nDo I get charged for a top up from a European bank?\ttop_up_by_card_charge\nAs I double checked that I have the correct account details that i submitted , they're right for sure. Transfer is still pending so far.\tpending_transfer\nDo you take both Visa and Mastercard?\tvisa_or_mastercard\nHow do I stop fraud to my card?\tcompromised_card\nIs it possible for a transaction to be cancelled?\tcancel_transfer\nA card payment on my account is shown as pending.\tpending_card_payment\nI was wondering about transferring money into my account and how it works.  Can you tell me about that?\ttransfer_into_account\nWhat's the phone number to freeze a card?\tlost_or_stolen_card\nWhat currency can I use to pay for a top up?\tsupported_cards_and_currencies\nHow quickly can you get me my card?\tcard_delivery_estimate\nWhy has my card declined\tdeclined_card_payment\nThere are charges on my card from the past few day I am pretty sure I didnt make, can you please freeze it for me? How do I get my money returned since it wasnt me?\tcard_payment_not_recognised\nWhich credit card top-ups do you accept?\tsupported_cards_and_currencies\nMy recent transfer didn't go through - why not?\tdeclined_transfer\nWhat are the steps that I need to take to activate a new card?\tactivate_my_card\nI lost track of my card\tlost_or_stolen_card\nTell me why my transfer is declined.\tdeclined_transfer\nWhen will the transaction post to my account?\tpending_transfer\nThe day before yesterday I transferred funds to another account within the country.  The funds have not yet arrived.  I double and triple checked the account number and it was correct.  Why hasn't the transfer been completed yet?\ttransfer_not_received_by_recipient\nThe transfer to my beneficiary has not gone through\tbeneficiary_not_allowed\nLooking at my account I've noticed a charge that appears to still be in progress. I had attempted to get money out of the machine earlier but the machine seemed to have been broken. I never received my money so will you please look into this for me? I don't want to be charged for money I never actually received.\tpending_cash_withdrawal\nI just got my new card.  How can I activate it?\tactivate_my_card\nFor my account, how do I transfer money in?\ttransfer_into_account\nCan I transfer using SWIFT?\ttop_up_by_bank_transfer_charge\nWould reinstalling the app solve the problem?\tcontactless_not_working\nHelp!  I forgot my password.\tpasscode_forgotten\nWhy have I been charged twice?\ttransaction_charged_twice\nIs there a charge for exchanging foreign currencies?\texchange_charge\nDo I have to pick a creditcard brand?\tvisa_or_mastercard\nHow can I investigate a missing refund?\tRefund_not_showing_up\nIt seems you keep declining my transfers. Before, it's always worked very well.Just now when I tried to buy something the card was declined. I tried more than once and it was the same thing each time.\tdeclined_transfer\nCan I receive money in a different countries money?\treceiving_money\nI made a check deposit but the cash hasn't arrived in my account yet.\tbalance_not_updated_after_cheque_or_cash_deposit\nWhy was I charged for getting cash?\tcash_withdrawal_charge\nAfter looking at the app I noticed a couple of payments I know I did not make. Is it possible someone has accessed my card? What is actually going on?\tcard_payment_not_recognised\nHow long do European transfers take?\ttransfer_timing\nI just did a money transaction but its not showing they received it\ttransfer_not_received_by_recipient\nI made a payment but it's still pending\tpending_card_payment\nI made a transfer and they haven't received the money I sent them.\ttransfer_not_received_by_recipient\nMy payment was stopped\treverted_card_payment?\nCan you tell me the cost of a transfer?\ttop_up_by_bank_transfer_charge\nHow do i authenticate a top-up card?\tverify_top_up\nDo I have to manually top up once I'm too low?\tautomatic_top_up\nAre all European currencies available for holding and exchange?\tfiat_currency_support\nThe bank charged me fees for withdrawing cash!\tcash_withdrawal_charge\nWill you charge me more if I use a European bank card for a top up?\ttop_up_by_card_charge\nIs it possible to top-up automatically?\tautomatic_top_up\nCan I get a card although I'm not in the UK\tcountry_support\nWill I know which exchange rate I will get?\texchange_rate\nShow me how to link the new card,\tcard_linking\nI think my account has been hacked there are charges on there I don't recognize.\tcompromised_card\nI got charged for with a fee for paying with my card.\tcard_payment_fee_charged\nI don't recognize this payment on my app, I am sure I didn't spend any money there.\tcard_payment_not_recognised\nThe ATM stole my card!\tcard_swallowed\nAre purchases returnable for full refund?\trequest_refund\ncan you share card tracking number?\tcard_arrival\nCan I exchange currencies usign this app?\texchange_via_app\nI need to cancel a transfer\tcancel_transfer\nWhere can I find how to change my name?\tedit_personal_details\nI believe my top up was reverted.\ttop_up_reverted\nI have a problem with my account. I tried to transfer some funds and the message came back declined. Can you help me?\tdeclined_transfer\nWhy was my transaction not approved?\tfailed_transfer\nHow can I the person see my money transaction?\ttransfer_not_received_by_recipient\nI found my card, am I able to put it back into the app?\tcard_linking\nCan my friend send me money?\treceiving_money\nThe exchange rate on my payment doesn't look right\tcard_payment_wrong_exchange_rate\nCan you give me a virtual card?\tgetting_virtual_card\nCould you tell me the fiat currencies that you work with?\tfiat_currency_support\nHow long do transfers take? I sent money to a friend who needs it urgently. It's been hours and has not gone through.\ttransfer_not_received_by_recipient\nHow do I get refills to my card when I'm traveling?\tautomatic_top_up\nWhere do I find my code to verify my top-up card?\tverify_top_up\nI see an extra $1  charge on my statement, why is this?\textra_charge_on_statement\nCan I use my card wherever I want?\tcard_acceptance\nWhat is the highest amount of top ups I'm allowed?\ttop_up_limits\nSomebody is taking money out of my account without my approval in another town separate from me. Please place a freeze on my account until I can make it to the bank.\tcash_withdrawal_not_recognised\nI see a direct debit transaction that I didn't make.\tdirect_debit_payment_not_recognised\nMy card payment wasn't accepted.\tdeclined_card_payment\nWhy can't I use my card?\tcard_not_working\nCan I order another card?\tgetting_spare_card\nHow to a go about ordering a disposable virtual card?\tget_disposable_virtual_card\nMy account says I have money but I withdrew it in cash.\tpending_cash_withdrawal\nI have left my card at my parents house. Can you send me a spare one please to use in the meantime?\tgetting_spare_card\nCan I get a Visa or Mastercard?\tvisa_or_mastercard\ni put money on my card and i dont see it on the balance\tpending_top_up\nWhat do you need my identity details for?\twhy_verify_identity\nWhy didn't I receive all the cash I requested?\twrong_amount_of_cash_received\nI noticed an extra pound charge?\textra_charge_on_statement\nDo you deliver the PIN separately?\tget_physical_card\nSomeone took my card without permission\tlost_or_stolen_card\nWhy was I charged a fee for my withdrawal?\tcash_withdrawal_charge\nThere are funds showing in my app that I did not receive.\tcash_withdrawal_not_recognised\nI use GBP for my salary deposits. Must I set this up somewhere?\treceiving_money\nI'd prefer a Mastercard.\tvisa_or_mastercard\nSo I just went to the ATM to get some cash.  I input that I needed 100 pounds but I only got 80.  I have the receipt  and I am in need of the extra money.  How do I go about obtaining the missing amount?\twrong_amount_of_cash_received\nI want to get a refund.\trequest_refund\nI reside in the US, but I want a card.\tcountry_support\nWhat steps should I take before my card expires?\tcard_about_to_expire\nExtra charge during transfer\ttransfer_fee_charged\nIs there a way to undo a transaction?\tcancel_transfer\nThere must have been a mistake, why was I charged an extra pound?\textra_charge_on_statement\nI sent a check into the system but still haven't received the cash yet\tbalance_not_updated_after_cheque_or_cash_deposit\nWhere do I go to verify my identity?\tverify_my_identity\nWhat is the current exchange fee?\texchange_charge\nHow do I get my card back after the ATM swallowed it.\tcard_swallowed\nDoes my top up and apple pay work together?\tapple_pay_or_google_pay\nHow long is the wait for a money transfer to post?\tpending_transfer\nI didn't make this payment!\tcard_payment_not_recognised\nThe amount of money I pushed at the atm machine did not come out of the machine.\twrong_amount_of_cash_received\nWhat does it cost to receive a SEPA transfer?\ttop_up_by_bank_transfer_charge\nI do not recognise this card payment.\tcard_payment_not_recognised\nYour exchange rates come from where?\texchange_rate\nWhat is the reason a transfer shows as pending?\tpending_transfer\nWhat does it mean if it says that my payment is pending?\tpending_card_payment\nWhy is my app showing me taking money that I did not take out?\tcash_withdrawal_not_recognised\nMy card is going to expire, what do I do?\tcard_about_to_expire\nWhat currencies are accepted to add money?\tsupported_cards_and_currencies\nWhat is the reason for the identity check\twhy_verify_identity\nHow can I receive a virtual card?\tgetting_virtual_card\nI was just contacted by a seller that let me know they didn't get my money even though I'm very sure it was removed from my account. Now it's back in my account. Get this resolved quickly.\treverted_card_payment?\nMy statement indicates I made a payment to an unfamiliar merchant.\tcard_payment_not_recognised\nI got the incorrect amount of money given to me from my account\twrong_amount_of_cash_received\nHow do I change my currency to another?\texchange_via_app\nMy PIN is not working, can you help?\tpin_blocked\nMy top up was rejected. Why?\ttop_up_reverted\nThe ATM didn't give me enough money! I asked for more than it gave. What do I do?\twrong_amount_of_cash_received\nWhat does it mean if my payment was reverted?\treverted_card_payment?\nI forgot the code I need to get into the app.\tpasscode_forgotten\nhow come i was declined\tdeclined_cash_withdrawal\nI need to exchange a currency - can I do that here?\texchange_via_app\nWhat am i missing to verify my id?\tunable_to_verify_identity\nI cant find my card.\tlost_or_stolen_card\nHow can I reset my PIN?\tchange_pin\nAre EUR exchanges allowed?\tfiat_currency_support\nMy card payment had the wrong exchange rate\tcard_payment_wrong_exchange_rate\nMy card payment has failed.\tdeclined_card_payment\nThere are a few payments in the app that I didn't make! Does someone else have my card?  What should I do?\tcard_payment_not_recognised\nI have a confusing payment appear on my statement and I don't recognise it!\tcard_payment_not_recognised\nHi, It's urgent, please freeze my card. As someone has withdrawn money using my card in odd remote town. Since i have not done this withdrawal. Do it fast.\tcash_withdrawal_not_recognised\nMy top-up hasn't gone through, what happened?\ttop_up_failed\nCan I track the card that was just sent to me?\tcard_arrival\nI would like a card please.\torder_physical_card\nCan I transfer my salary onto here?\treceiving_money\nIs it possible to get a card when i'm not in the UK?\tcountry_support\nI deposited cash this morning, but it is not yet available.\tbalance_not_updated_after_cheque_or_cash_deposit\nWhat are the limitations on the disposable cards?\tdisposable_card_limits\nMy card isn't here yet.\tcard_arrival\nI have a trasnger that is pending and wondered about it.\tpending_transfer\nWhat are the reasons why a card payment would be declined?\tdeclined_card_payment\nIf my cash withdrawal is still not showing, is something wrong?\tpending_cash_withdrawal\nhow to get new card?\tcontactless_not_working\nWhy is there a direct debit fee in the App when I didn't do it?\tdirect_debit_payment_not_recognised\nMy refund is not here yet\tRefund_not_showing_up\nWhy are you charging me a transfer fee?\ttransfer_fee_charged\nPlease help me.  I am still waiting on a refund.\tRefund_not_showing_up\nWhich flat currencies can I use from you?\tfiat_currency_support\nWhat's the earliest time to receive my card?\tcard_delivery_estimate\nExchange rate on a purchase was incorrect\tcard_payment_wrong_exchange_rate\nWill I get charged fees when I add money with an international card?\ttop_up_by_card_charge\nWhat currencies can I have?\tfiat_currency_support\nI need to figure out what these charges are on my account. They've been coming out for a couple of days. Can i get all of this money back? Also, I need to freeze my card.\tcard_payment_not_recognised\nIs there something wrong with my card payment? It's been pending a really, really long time.\tpending_card_payment\nHow long does it take to recieve my new card?\tcard_arrival\nIf someone in a different country sends me money, do I have to pay a fee?\texchange_charge\nI lost my phone. What do I need to do?\tlost_or_stolen_phone\nI want to add money to my international card, so are there any fees charged to do this?\ttop_up_by_card_charge\npasscode retrieval\tpasscode_forgotten\nwhat steps do you take to check identity\tverify_my_identity\nWhy is my payment in pending status?\tpending_card_payment\nWhat are the places that you deliver cards to?\torder_physical_card\nwhy has a transaction to a friend been delayed?\ttransfer_not_received_by_recipient\nWhy are my payments not working and show pending?\tpending_card_payment\nare you sending me my card?\tcard_delivery_estimate\nThere are charges on my card that I haven't purchased.\tcompromised_card\nI just got married and I need to change my name\tedit_personal_details\nIs it possible for me to top up with cash?\ttop_up_by_cash_or_cheque\nWhat is the estimated time on an urgent transfer from China?\ttransfer_timing\nAre cheques accepted for a top up?\ttop_up_by_cash_or_cheque\nWhy has my deposit in the ATM not cleared yet?\tpending_cash_withdrawal\nWhat fiat money can I used in the exchange and holding?\tfiat_currency_support\nWhy do you guys need to verify my identity?\twhy_verify_identity\nThe ATM didn't give me what I asked for but my balance says it did\twrong_amount_of_cash_received\nI would like to link my card to my account.\tcard_linking\nWhat is the process for setting up and account for my child?\tage_limit\nPlease cancel the latest ATM charge on my card as my card was declined earlier today and I did not receive that cash.\tpending_cash_withdrawal\nHow do I get Top Up to work in Apple Pay?\tapple_pay_or_google_pay\nI did a transfer to my account, but it hasn't shown up\tbalance_not_updated_after_bank_transfer\nIs there a topping up limit?\ttop_up_limits\nI keep checking to see if I've received a refund that I requested from a seller, but I'm not seeing the refund. I need you to help me get the refund.\tRefund_not_showing_up\nMy atm withdraw is stillpending\tpending_cash_withdrawal\nIs there a strict timeline regarding disputing transactions made on my account? I just noticed a fraudulent charge on a statement from a couple months ago.\tdirect_debit_payment_not_recognised\nI made a purchase recently but I have decided that I'm not buying it and I need to receive my money back. Can you please give me a refund ASAP. It's extremely urgent.\trequest_refund\nCan you please tell me why my transfer failed?\tfailed_transfer\nDoes this app allow currencies to be exchanged?\texchange_via_app\nMy refund isn't going fast enough.\tRefund_not_showing_up\nI have a second credit card from the US. Will you take it?\tsupported_cards_and_currencies\nWhere are cards available to order?\torder_physical_card\nWhy am I not seeing the check I deposited this morning in my account?\tbalance_not_updated_after_cheque_or_cash_deposit\nI don't think the charges made when I had currency exchanged are right.\tcard_payment_wrong_exchange_rate\nI think a payment I made with a card was cancelled.\treverted_card_payment?\nThe cash withdrawal I took seems to be off. The exchange rate is wrong.\twrong_exchange_rate_for_cash_withdrawal\nCan I choose when my card is delivered?\tcard_delivery_estimate\nWhy is there an identity check?\twhy_verify_identity\nmy exchange rate looks wrong for my last payment\tcard_payment_wrong_exchange_rate\nCan I electronically transfer funds into my account from my American Express?\tsupported_cards_and_currencies\nWhat may be the reason that my transfer did not go through?\tfailed_transfer\nDoes it cost anything to top up?\ttop_up_by_card_charge\nCan you tell me the status of my new card?\tlost_or_stolen_card\nI want to talk about an order that I placed a long time ago and have yet to receive. I demand a refund due to lack of delivery of the product!  I refuse to pay for something I never got.\trequest_refund\nmy card payment has been declined, do you know why?\tdeclined_card_payment\nIf I have a credit card with you how I get set up to link to it?\tcard_linking\nCan I use google pay to top up?\tapple_pay_or_google_pay\nWhy are you charging fees on cash withdrawals? I went to withdraw some money earlier today after buying groceries. There's a fee that wasn't there before.\tcash_withdrawal_charge\nI just did a transfer, but don't see the money in my account. What's up?\ttransfer_timing\nI tried paying with my disposable virtual card earlier but it was rejected. What can I do to fix this?\tvirtual_card_not_working\nDo you accept any card and currency?\tsupported_cards_and_currencies\nI did not get the right amount of cash from the ATM.\twrong_amount_of_cash_received\nI am still currently waiting for the cash that has been deposited into the account this morning.\tbalance_not_updated_after_cheque_or_cash_deposit\nIs there any age limit?\tage_limit\nI tried to do a transfer but it didn't go through.\tfailed_transfer\nWhy was I charged an extra fee when using the card?\tcard_payment_fee_charged\nI requested a refund from a merchant several days ago, but don't see anything showing up in my account yet.  Can you check on your end to see if the money has reached you guys?\tRefund_not_showing_up\nAfter depositing a cheque my balance did not change.\tbalance_not_updated_after_cheque_or_cash_deposit\nHow long does it take for a new card to ship?\tcard_arrival\nWhat do I need to do for a refund?\trequest_refund\nI transferred money from one account to another account and I charged a fee for it. Why is that?\ttransfer_fee_charged\nI couldn't make a transfer\tfailed_transfer\nThere are funds in my app that I did not receive.\tcash_withdrawal_not_recognised\nCan my account have different types of currency in it.\tfiat_currency_support\nMy friends would like to add to my account. What is the procedure?\ttopping_up_by_card\nWhich cards do you support for top up?\tsupported_cards_and_currencies\nHow do I get a disposable virtual card as well?\tget_disposable_virtual_card\nHow do I actually obtain a card myself?\torder_physical_card\nI need to add my new address now that I've moved.\tedit_personal_details\nMy top-up never worked\ttop_up_failed\nI'd like to provide my daughter with a card - could I get an additional card from my account to give her?\tgetting_spare_card\nHow long will my cash withdrawal take\tpending_cash_withdrawal\nI don't recognize a purchase that was made with my card.\tcard_payment_not_recognised\nI haven't yet received money that I transferred\tbalance_not_updated_after_bank_transfer\nmy pin hasn't arrived in the post! How do I cancel it or get a new one?\tget_physical_card\nThe refund doesn't show in my account\tRefund_not_showing_up\nI received a fee I should not have.\tcard_payment_fee_charged\nIs verifying my identify important?\twhy_verify_identity\nMy wallet was just stolen and I see my account already has a withdrawal. Can you please help me.\tcash_withdrawal_not_recognised\nMy salary is deposited in GBP. Do I need to choose the currency?\treceiving_money\nI just moved. How do I give you my new address?\tedit_personal_details\nHelp!  What should I do?  My phone was stolen yesterday.\tlost_or_stolen_phone\nHow do I start auto top up?\tautomatic_top_up\nHow do I track the card you sent me?\tcard_arrival\nHow long will this take to get to me?\tcard_delivery_estimate\nI purchased this item and would like a refund\trequest_refund\nI need to activate my card, how is that done?\tactivate_my_card\nMy card won't physically work.\tcard_not_working\nI want to transfer money into my account, what do I do?\ttransfer_into_account\nAbout two days ago now, I made a transfer from France but it hasn't arrived yet. Is it possible that the international transfer just takes longer?\tbalance_not_updated_after_bank_transfer\nwhy is my top up failing\ttop_up_failed\nIt seems I've suddenly been charged for my recent ATM cash withdrawal. What's up with that? I though withdrawals are free, you never charged me so far!\tcash_withdrawal_charge\nWhy do you need me to verify who I am?\twhy_verify_identity\nWhere can I find information about where my money came from?\tverify_source_of_funds\ni do not know what this charge is for\tdirect_debit_payment_not_recognised\nI see money go out that I didn't withdraw.\tcash_withdrawal_not_recognised\nI am on vacation in Spain and need to change my pin.\tchange_pin\nWhy is there a random payment in my statement?\tcard_payment_not_recognised\nHow do i transfer something faster than normal?\ttransfer_timing\nAm I allowed to transfer money to a beneficiary?\tbeneficiary_not_allowed\nI believe my card payment were reverted\treverted_card_payment?\nI want to block my card or deactivate it or something, it's been stolen and I don't want it misused. I want this handled right away.\tlost_or_stolen_card\nA card has been sent to me, how do I track it?\tcard_arrival\nHow long should a cheque deposit take to show? My account hasn't updated and I want to make sure everything is okay.\tbalance_not_updated_after_cheque_or_cash_deposit\nI am dissatisfied, I would like to close my account.\tterminate_account\nI can't see if the transfer I did a couple days ago is in my account yet. I double checked my info before sending, too. Can you check this?\ttransfer_not_received_by_recipient\nThere were a couple of payments that I have noticed on my account with my card that I didn't make. Is it possible that somebody else has my card information?\tcard_payment_not_recognised\nI thought transfers were free. Why was I charged to transfer?\ttransfer_fee_charged\nHow many disposable cards am I allowed to have?\tdisposable_card_limits\nI can't seem to figure out why my transfers are getting declined.\tdeclined_transfer\nMy phone was stolen, what should I do?\tlost_or_stolen_phone\nThe exchange rate is incorrect for something I bought\tcard_payment_wrong_exchange_rate\nis it possible to top-up with google pay.\tapple_pay_or_google_pay\nHow many purchases can I make with one disposable card?\tdisposable_card_limits\nThe app shows Direct Debit payments that I didn't make\tdirect_debit_payment_not_recognised\nI cannot see the card PIN anywhere?\tget_physical_card\nA payment is pending\tpending_card_payment\nI don't recognize a charge on my statement.\tcard_payment_not_recognised\nWhy is my card being declined at the ATM? I have tried multiple ATMs and i keep running into the same problem. Could you verify that everything is okay with my account?\tdeclined_cash_withdrawal\nI can't find my phone and I'm worried someone is going to use it\tlost_or_stolen_phone\nHow long will my top-up be pending?\tpending_top_up\nI don't see a refund in my account.\tRefund_not_showing_up\ntell me how to get a refund for something I bought.\trequest_refund\nI bought something online and it says there was a fee to transfer money. Isn't that free?\ttransfer_fee_charged\nWhat different currencies can I get?\texchange_via_app\nTell me what I should do after my card expires.\tcard_about_to_expire\nCan I top-up by cheque?\ttop_up_by_cash_or_cheque\nneed to know where money comes from\tverify_source_of_funds\nWhy is there a fee on my money transfer?\ttransfer_fee_charged\nWhat ATM machines allow this card?\tatm_support\nHow long do EU transfers actually take? I recently bought something online a few days ago, sent the money immediately online but the seller says it's still not there yet.\tpending_transfer\nUm, my top up didn't work\ttop_up_failed\nCan I get a full list of instructions for identity checks?\tverify_my_identity\nwent somewhere else, need to change details\tedit_personal_details\nWhat do I use to verify my identity?\tverify_my_identity\nI deposited cash but it isn't showing up in my account\tbalance_not_updated_after_cheque_or_cash_deposit\nHi, I am on vacation in Spain and someone stole my bag with my phone and wallet with cards and everything. Can you block it ASAP and then I want to order a new one also ASAP.\tlost_or_stolen_card\nCan I choose the day it's delivered?\tcard_delivery_estimate\nWhy did using an ATM cause me to be charged an additional fee?\tcash_withdrawal_charge\nWould you please tell me the status of my refund request for a large purchase I made not long ago? I contacted the merchant nearly a week ago, but haven't received it.\tRefund_not_showing_up\nCan i receive transfers from my employer this way?\treceiving_money\nMy card seems to not be working at all.\tcard_not_working\nIf my PIN number is rejected, how do I solve it?\tpin_blocked\nHello, I tried to take out some money out of the ATM, but it's still showing that it's pending? I really don't want to be charged for this.\tpending_cash_withdrawal\nHi I'm sending some money over to an investment bank I do business and the transaction is being rejected. I'm not sure why as I think I have the right details.\tfailed_transfer\nSuddenly, my card won't work.\tcard_not_working\nI need someone to find out where my money has gone to? It has disappeared. I completed a top up earlier and seen it had went through. Since it has now disappeared I need to know what's going on.\ttop_up_reverted\nI want a refund on a direct debit.\tdirect_debit_payment_not_recognised\nI've got a weird problem: I purchased something a week or maybe it was two weeks ago, and the funds have come back into my account! Can you explain this?\treverted_card_payment?\nMy product hasn't arrived even though I ordered it a while ago. I want a refund!\trequest_refund\nWhat all is needed for the identity verification?\tverify_my_identity\nMy card stopped working after multiple transactions. Why?\tcard_not_working\nHELP. My account has been deducted already and the Seller says they haven't received the money yet? When can they expect it?\treverted_card_payment?\nWhat should I do if I see a withdrawal is pending?\tpending_cash_withdrawal\nIs my daughter eligible to open an account?\tage_limit\nHow do I change my account details?\tedit_personal_details\nHow do I stop fraud to my account?\tcompromised_card\nCan I verify my top-up card?\tverify_top_up\nWhen will I see my cash, since I already deposited my check?\tbalance_not_updated_after_cheque_or_cash_deposit\nWhy was there a fee when I pulled cash?\tcash_withdrawal_charge\nI am waiting for a payment to be processed\tpending_card_payment\nHow can I get my money that I didn't get from the ATM?\twrong_amount_of_cash_received\nWhy does it say my transfer failed?\tfailed_transfer\nI'm having difficulties changing AUD for GBP. How do I do this?\texchange_via_app\nI have not been able to use this card.\tcard_not_working\nI want to apply for a Visa card.\tvisa_or_mastercard\nMy card payment has been cancelled\treverted_card_payment?\nI transferred money, why was charged for an extra fee?\ttransfer_fee_charged\nI'm still awaiting for the completion of the transaction.\ttransfer_not_received_by_recipient\nWhy isn't my google top-up pay working?\tapple_pay_or_google_pay\nThe ATM I used for foreign currency provided the wrong exchange rate.\twrong_exchange_rate_for_cash_withdrawal\nThere are a couple payments with my card shown in the app that i really didn't make myself. What's going on with this, does someone has access to my card?!\tcard_payment_not_recognised\nShow me where to order my card.\torder_physical_card\nI am worried about fees for top up cards?\ttop_up_by_card_charge\nWhy have I been charged an extra £1?\textra_charge_on_statement\nI'm locked out of my account as I can't remember my code, what do I do now?\tpasscode_forgotten\nIs it possible to get both Visa and Mastercard from you?\tvisa_or_mastercard\nWhy was the exchange wrong for the item I purchased?\tcard_payment_wrong_exchange_rate\nHow old do kids have to be to open an account?\tage_limit\nCan I start an account for my kids?\tage_limit\nI can't find my card, it is lost.\tlost_or_stolen_card\nWhen will my deposit from this morning show up?\tbalance_not_updated_after_cheque_or_cash_deposit\nIt's requiring me to verify my identity?\twhy_verify_identity\nUnder what condition will my payment revert?\treverted_card_payment?\nI would like to report an issue with my product and want to get it refunded\trequest_refund\nI prefer mastercard.\tvisa_or_mastercard\nhow do I find the code to verify the top up card?\tverify_top_up\nMy transfer to an account failed.\tbeneficiary_not_allowed\nI dont have identification\tunable_to_verify_identity\nCould you explain your rules for ATM fees?\tcash_withdrawal_charge\nWhy can't I get cash out?\tdeclined_cash_withdrawal\nI need to move money from one of my other accounts to this one.\ttransfer_into_account\nCanceling my order is what I need to do right now.\trequest_refund\nWhy won't my top up go through?\ttop_up_reverted\nI don't have a password.\tpasscode_forgotten\nI couldnt transfer money from my account.\tfailed_transfer\nI needed some cash while abroad, and I'm pretty sure the wrong exchange rate was applied.\twrong_exchange_rate_for_cash_withdrawal\nI would like my card activated.\tactivate_my_card\nWhy would the app revert my payment?\treverted_card_payment?\nmy phone was lost\tlost_or_stolen_phone\nWhy did the transfer fail when I attempted to do it earlier?\tfailed_transfer\nI was declined when trying to withdrawal cash!\tdeclined_cash_withdrawal\nThe app doesn't think that I am myself\tunable_to_verify_identity\nHelp, my phone was stolen, please advise!\tlost_or_stolen_phone\nI just lost my wallet and I think someone is using my card to withdraw my money. Can you please cancel or freeze my card?!!\tcash_withdrawal_not_recognised\nFor what reason did my top-up fail?\ttop_up_failed\nterminate my account please\tterminate_account\nHi, I am unable to see transaction in my account which i made couples of hours ago from my UK account. Please help me in this.\tbalance_not_updated_after_bank_transfer\nDo yo charge a fee for exchanging foreign currencies?\texchange_charge\nHow far is the closest ATM from me?\tatm_support\nWhy am I charged whenever I withdraw cash?\tcash_withdrawal_charge\nI would like to exchange currencies on the app. How do I do this?\texchange_via_app\nThe ATM didn't give me the full requested amount\twrong_amount_of_cash_received\nWhy can't I see my funds after I topped up?\tpending_top_up\nIs getting my identity verified required before I can use my account?\twhy_verify_identity\nWhy was I charged for withdrawing cash?\tcash_withdrawal_charge\nOn a card payment, why is there a fee?\tcard_payment_fee_charged\nI'd like to discuss an order I placed quite a long time ago. I have yet to receive it and am growing upset.  I want a refund as I now refuse to pay for the product.\trequest_refund\nI hate this ATM, it charged me an extra fee, Why did it charge?\tcash_withdrawal_charge\nHow long do you have to wait to see your virtual card your ordered?\tgetting_virtual_card\nYou did not give me the correct exchange rate for an item that I bought.\tcard_payment_wrong_exchange_rate\nCan I exchange USD and GBP from the app?\texchange_via_app\ni asked for 100 only got 80\twrong_amount_of_cash_received\nI was under the impression that transfers were going to be free and here I was charged for something I bought overseas!  I don't think this fee is right\ttransfer_fee_charged\nThere is a charge for an additional pound.\textra_charge_on_statement\nAre new cards available from China?\tcard_about_to_expire\nHow would I use a bank transfer for topping my account?\ttransfer_into_account\nWhere is my cash deposit in my balance?\tbalance_not_updated_after_cheque_or_cash_deposit\nI already paid to top-up but the funds aren't available yet, where are they?\tpending_top_up\nCan I get an account for my daughter?\tage_limit\nHow will I know what the exchange rate is?\texchange_rate\nHow do I get a virtual card on my device?\tgetting_virtual_card\nWill there be extra charges regarding to adding money into my international card?\ttop_up_by_card_charge\nWhat documents do you need to verify my identity?\tverify_my_identity\nWhat's the youngest I can be to open an account?\tage_limit\nCurrency exchanges have any extra fees?\texchange_charge\nHow long does it take for cash withdrawals to hit my account?\tpending_cash_withdrawal\nHow can I go about transferring money to my account?\ttransfer_into_account\nI can't access my money. Is it because somethings wrong with the top-up? I set it up correctly.\ttop_up_failed\nI noticed the exchange rate for cash withdrawal isn't right.\twrong_exchange_rate_for_cash_withdrawal\nI have my card here with me and someone has just made a withdrawal for 500. Please help!\tcash_withdrawal_not_recognised\nWhy is my transfer more expensive than I thought?\ttransfer_fee_charged\nI need to transfer something ASAP from China, how long will it take to post to my account?\ttransfer_timing\nWhy wouldn't my contactless work for the metro?\tcontactless_not_working\nThere was a limited amount of money available at the time of my transaction.\twrong_amount_of_cash_received\nHow can I request cash back? The ATM just gave me the wrong amount that I've been charged though...\twrong_amount_of_cash_received\nIs there a limit on how many times I can use a disposable card?\tdisposable_card_limits\nHelp, I need to top up my account. Where do I send a check?\ttop_up_by_cash_or_cheque\nWhat are the age limits for your service?\tage_limit\nWhy didn't my card payment work?\tdeclined_card_payment\nDo I get to have one of those virtual cards I've heard about?\tgetting_virtual_card\nWhy hasn't my cheque processed?\tbalance_not_updated_after_cheque_or_cash_deposit\nI lost my phone. Can I use my card without the app?\tlost_or_stolen_phone\nis apple pay a top up service?\tapple_pay_or_google_pay\nI can't use my card because it is not working.\tcard_not_working\nCan you please assist me in Apple Pay, in getting Top Up to work?\tapple_pay_or_google_pay\nWhy is my payment still pending?\tpending_card_payment\nI can't recognise this Direct Debit payment.\tdirect_debit_payment_not_recognised\nHow many active transactions can I make with a disposable card?\tdisposable_card_limits\nWill I be charged for receiving the money?\ttop_up_by_bank_transfer_charge\nWhy hasn't the money I transferred into my account shown up yet?\tbalance_not_updated_after_bank_transfer\nI was suppose to be getting a refund for something I purchased a while ago, but It still hasnt been applied to my account. When will I get my money back?\tRefund_not_showing_up\nI need to delete my account.\tterminate_account\nWhat happened to my Top-Up? It's not reflected.\tpending_top_up\nI deposited a check yesterday to up my account balance, but that deposit hasn't shown up yet.  It's been a day already!\tbalance_not_updated_after_cheque_or_cash_deposit\nMy account is  new  why can I  not top up\tpending_top_up\nI do not know why I was charged for the $1 transaction.\textra_charge_on_statement\nThe App shows a fraudulent payment made on my account.\tcard_payment_not_recognised\nWhere should I look for my PIN number at?\tget_physical_card\nYour company is lame. Shut down all my account services right now.\tterminate_account\nRecently, a few weeks ago there was a transaction made on my account by some seller that I don't recognize. I am very certain that didn't happen  and will like for you to trace back to make sure.\tdirect_debit_payment_not_recognised\nWhat is your maximum top up limit per day?\ttop_up_limits\nDo you have a list of cards and currencies you support?\tsupported_cards_and_currencies\nWhat countries are you supporting?\tcountry_support\nWhy do I have to give you my drivers license\twhy_verify_identity\nI have a fee and I don't know why\tcard_payment_fee_charged\nWhen will my top-up go through?\tpending_top_up\nI have two of the same charges on my account!\ttransaction_charged_twice\nI am having problems with a top-up.\ttop_up_failed\nCan I use visa or mastercard with your service\tvisa_or_mastercard\nWhat is needed for the identity verification?\tverify_my_identity\nI just looked at my app and it seems I was charged extra, why is that?\textra_charge_on_statement\nDo the disposable cards have any restrictions?\tdisposable_card_limits\nWhere is my recent refund in the my statement?\tRefund_not_showing_up\nI attempted to top up my car today, it failed! I just got it a couple of days before and it worked then. What is going on with it?\ttop_up_failed\nWhat should I do if I think there are unauthorized transactions?\tcompromised_card\nWHAT IS THE REASON FOR THAT\tcard_not_working\nHow much does it cost to top up by transfer?\ttop_up_by_bank_transfer_charge\nWhat do I need to do for the card activation?\tactivate_my_card\nwhat is the fee for a transfer into my account\ttop_up_by_bank_transfer_charge\nHow much is it to send out additional cards?\tgetting_spare_card\nWhen are you going to transfer the money?\ttransfer_not_received_by_recipient\nMy cash deposit from a week ago is still not in my account. Can you help me please?\tbalance_not_updated_after_cheque_or_cash_deposit\nCan I top-up any amount I wish on any given day?\ttop_up_limits\nCan I top up my account with Google Pay?\tapple_pay_or_google_pay\nHow can I link the new card?\tcard_linking\nI am not able to verify my id. Why?\tunable_to_verify_identity\nWHAT IS THE SOLUTION OF THIS PROBLEM\tcard_arrival\nMy wallet isn't showing my top-up, did I do something wrong?\ttopping_up_by_card\nHow long will it take to receive my money from my transfer transaction?\ttransfer_not_received_by_recipient\nThe exchange rate given to me after a purchase, was incorrect\tcard_payment_wrong_exchange_rate\nHelp, I don't see my money i just added.\tpending_top_up\nHow can I configure what currency my salary is in if it's in GBP?\treceiving_money\nMy account was charged a fee. When did you start charging extra for card payments?\tcard_payment_fee_charged\nGoogle Pay won't let me top up.\tapple_pay_or_google_pay\nHelp, the ATM didn't give me all the money I requested\twrong_amount_of_cash_received\nIt has been forever ago that I made an order online. The product simply is not coming. Just give me back my money because I'm not paying these people.\trequest_refund\nMy account balance doesn't reflect an update I made by cheque yesterday. Is something wrong or is the system slow?\tbalance_not_updated_after_cheque_or_cash_deposit\nHelp me cancel a transfer.\tcancel_transfer\nHow do I go about verifying my identity?\tverify_my_identity\nWhat do I do now my credit card has been swallowed by the ATM?\tcard_swallowed\nI think that the exchange rate for the withdrawal of my cash is not right.\twrong_exchange_rate_for_cash_withdrawal\nWhen do you charge fees on accounts? I just saw a charge on my statement.\tcard_payment_fee_charged\nDuring the last month I used this account to make payments for my place abroad. I noticed the fees have increased and I wonder why. Shouldn't frequent users have less fees as incentive to keep using instead of increasing them out of nowhere?\ttransfer_fee_charged\nhow much for a physical card?\torder_physical_card\nI was charged too many times for one transaction.\ttransaction_charged_twice\nLast Saturday, I was charged extra for the exchange rate on my payment. Is something wrong?\tcard_payment_wrong_exchange_rate\nThere is a payment that has not processed.\tpending_card_payment\nA payment I made is for a wrong amount can you help me correct the mistake.\tcancel_transfer\nThe exchange rate was different when I got cash\twrong_exchange_rate_for_cash_withdrawal\nWhy was I charged an extra fee when doing a transfer?\ttransfer_fee_charged\nI need to change my name, since i just got married\tedit_personal_details\nI want to top up by cheque\ttop_up_by_cash_or_cheque\nCan I use check to deposit?\ttop_up_by_cash_or_cheque\nI saw there is a cash withdrawal from my account via the app which I did not complete.\tcash_withdrawal_not_recognised\nTwo days ago I did a transfer to another account within the country.  It doesn't appear the transfer went through.  I have verified the account number several times.  Could you please check on this for me?\ttransfer_not_received_by_recipient\nI attemped a transfer and it didn't go through.\tfailed_transfer\nWhat should I do?  My card has been stolen!\tlost_or_stolen_card\nI just received my card and I'd like to activate it.\tactivate_my_card\nHello, Just now i got to know withdrawal of money from of my account. As someone used my card to withdraw amount in any odd remote area. Since i have not been in that area, please freeze my card immediately.\tcash_withdrawal_not_recognised\nHow long will it take to deliver to the US?\tcard_delivery_estimate\nHow to order my card?\torder_physical_card\nI need more physical cards.\tgetting_spare_card\nHow can it be that my Card is not functioning anymore?\tcard_not_working\nI've been to several different countries, can I exchange the cash with a discount for a large transaction?\texchange_charge\nI need to make multiple disposable cards in a day.\tdisposable_card_limits\nAre top-ups unlimited?\ttop_up_limits\nHow do I know which payments I make will have additional fees? Where can I find this information online?\tcard_payment_fee_charged\nHow many times can I make a top-up?\ttop_up_limits\nAre there any top-up limits involved?\ttop_up_limits\nMy payment came back for something i'm trying to buy online? it's been doing it for two weeks.  do you know what the issue is?\treverted_card_payment?\nThere are some charges that I don't recognize.  It happened days ago.  Can I get these charges back?  Should I cancel my card?\tcard_payment_not_recognised\nWhich fiat currencies can I use through this app?\tfiat_currency_support\nWhen I was abroad the exchange rate for me was wrong.\twrong_exchange_rate_for_cash_withdrawal\nI would like to transfer money from my checking account to my savings account.\ttransfer_into_account\nWhy did you cancel my card payment?\treverted_card_payment?\nMy Virtual card was rejected for a car rental. Why?\tvirtual_card_not_working\nHi, I have withdrawn cash from the ATM on holiday and i guess withdrawal amount has been overcharged. I did it as i was not aware of these charges.\twrong_exchange_rate_for_cash_withdrawal\nCould you please tell me why my card payment didn't work?\tdeclined_card_payment\nWhen I got cash the exchange rate was wrong\twrong_exchange_rate_for_cash_withdrawal\nHow come the money from the merchant appeared back into my account?\treverted_card_payment?\nI've been trying to make a transfer and it hasn't gone through. Now I am receiving an error message.  What is the problem?\tbeneficiary_not_allowed\nPlease delete the duplicate payment that was made to my account. One payment is still pending and I do not want to pay twice.\ttransaction_charged_twice\nWhen can I expect my new card to get here?\tcard_delivery_estimate\nI have a duplicate payment on my card.\ttransaction_charged_twice\nThe card payment didn't work\treverted_card_payment?\nI need to know how much it costs to transfer funds.\ttransfer_fee_charged\nWhen will I be able to see my refund?\tRefund_not_showing_up\nAre there certain cards and currencies you support?\tsupported_cards_and_currencies\nWhere are the Mastercard ATMs?\tatm_support\nWhat is the point of verifying a top up?\tverify_top_up\nCan I have more than 2 disposable cards?\tdisposable_card_limits\nHow do I know which countries you provide service in?\tcountry_support\nI just saw the exchange rate you use, but it's so bad that I can't believe that it's the official interbank exchange rate! Is this truly the official interbank exchange rate?\tcard_payment_wrong_exchange_rate\nWhy isn't my pending transfer finished?\tpending_transfer\nHow can I obtain a disposable virtual card?\tget_disposable_virtual_card\nMy Apple Pay top up with my American Express card is not working? Please tell me why\tapple_pay_or_google_pay\nDid  my transfer fail?\tfailed_transfer\nHow do I see what fees I am supposed to be charged on my account? I've noticed fees on some transactions, but not on others. This is very confusing and I cannot find a pattern to what I am being charged?\tcard_payment_fee_charged\nplease delete account\tterminate_account\nI did not get the cash that is showing up in my app.\tcash_withdrawal_not_recognised\nOne of my card payments has reverted\treverted_card_payment?\nCard payment has be declined.\treverted_card_payment?\nHow long will my most recent transfer take to go through? The recipient needs the money urgently.\ttransfer_not_received_by_recipient\nAre SWIFT transfers supported?\ttop_up_by_bank_transfer_charge\nI would like to make a purchase, however my card has been declined. I would like to ask the reason for this. The past two weeks, the card has been working fine.\treverted_card_payment?\nI have been waiting for my transfer, shouldn't it be here already?\ttransfer_timing\nI can't use the app.  My phone is lost at the hotel.\tlost_or_stolen_phone\nHow do I get a card in the EU?\tcountry_support\nIs it really necessary to verify my Identity?\twhy_verify_identity\nwhat I need to verify my account\twhy_verify_identity\nMy transfer failed when I tried.\tfailed_transfer\nAre extra cards free?\tgetting_spare_card\nHelp my prove my identity.\tunable_to_verify_identity\nwhere do you find your exchange rates?\texchange_rate\nCan I change my PIN without going to a bank?\tchange_pin\nWhere is the closest ATM to me?\tatm_support\nExplain pending transactions.\tpending_cash_withdrawal\nI got a €1 extra fee in my statement\textra_charge_on_statement\nThe day before yesterday, I performed a transfer within the country. It still has not completed. Can you check on that? The account number is definitely correct, as I've checked.\ttransfer_not_received_by_recipient\nWhich currencies do you work with?\tsupported_cards_and_currencies\nWhy do you need so much information about my identity?\twhy_verify_identity\nhow much do I have to pay for exchange of currency?\texchange_charge\nI would like to move money from one account to another to top off my account. Can you explain how I can do that?\ttransfer_into_account\nMy PIN can't access my card, can you help?.\tpin_blocked\nWhy is my transfer not working? I tried multiple times to transfer money, and all that happens is an error message pops up.\tbeneficiary_not_allowed\nI urgently need to transfer something from China. How long can I expect it to take?\ttransfer_timing\nI didn't enjoy my tutor session and want a refund back. How do I go about doing this?\trequest_refund\nAfter reviewing my charges, I see I was charged a fee for a transfer I did, why?\ttransfer_fee_charged\nWhat ATMs can I use my card?\tatm_support\nI need to stop a transaction that I made.\tcancel_transfer\nWhich ATMs accept this circuit board ?\tatm_support\nWhy do I get a fee every time I transfer?\ttransfer_fee_charged\nThere's an unauthorized direct debit in my app.\tdirect_debit_payment_not_recognised\nWhy was a payment cancelled on my account?\treverted_card_payment?\nMy account shows I have been charged twice for the same meal. How do I get the second payment voided and returned to me? I do not eat out much and my family is living paycheck to paycheck,  mostly. I cannot afford to spend more money than necessary, as is, so I must see to it that the cost be promptly credited back onto my card.\ttransaction_charged_twice\nSeems like my card payment has been cancelled\treverted_card_payment?\nhow much to get my card in 2 days?\tcard_delivery_estimate\nI got a new address and need to change my old one.\tedit_personal_details\nWhy was my atm withdrawl declined\tdeclined_cash_withdrawal\nWill I be able to get both a visa and a mastercard?\tvisa_or_mastercard\nWhat is the maximum I can top up?\ttop_up_limits\ni accidentally entered in my retailers information, what should i do next\ttransfer_not_received_by_recipient\nHow do I order a card?\torder_physical_card\nCan you tell me what the disposable cards are used for?\tget_disposable_virtual_card\nDo I have to pay extra if I use an international card to top up my account?\ttop_up_by_card_charge\nSeems like my top-up has failed\ttop_up_failed\nHow old do my kids need to be to open an account?\tage_limit\nWhy is there a payment showing twice?\ttransaction_charged_twice\nWhy is my refund not showing up on the statement?\tRefund_not_showing_up\nWhen will my transfer move from pending to confirmed?\tpending_transfer\nI have not received a refund.\tRefund_not_showing_up\nTell me why my transfer was declined.\tdeclined_transfer\nHello. How do i go about getting a refund of an item i bought ? I want to cancel the payment since i have not received the item yet.\trequest_refund\nIs there a reason behind why my transfer did not work?\tfailed_transfer\nHow can I cancel a transfer I made\tcancel_transfer\nIs there a reason my new card hasn't arrived yet?\tcard_arrival\nI was informed that transfers were free. I noticed I have a fee but why?\ttransfer_fee_charged\nI want to deactivate my account.\tterminate_account\nIs auto top up available?\tautomatic_top_up\nI tried to take out some money from an ATM earlier today and it was declined. Looking on my screen now, I still see that it's pending for that amount. I didn't actually get that money, so I don't want it processed on my account.\tpending_cash_withdrawal\nCan I give a second card for this account to my daughter?\tgetting_spare_card\nWhen does a UK transfer show up?\tbalance_not_updated_after_bank_transfer\nI have a payment that has not gone through yet\tpending_card_payment\nCan you please tell me where my card is? I ordered it 2 weeks ago!\tcard_arrival\nI tried to make a transfer but it failed. will you tell me why?\tfailed_transfer\nHelp me order a new card that's going to be expired soon.\tcard_about_to_expire\nWhy do I see a random withdrawal in my app?\tcash_withdrawal_not_recognised\nI just had a look at my statement. Why have I been changed for using the ATM?\tcash_withdrawal_charge\nI'm not sure where this charge came from.\tcard_payment_not_recognised\nI prefer Mastecard.\tvisa_or_mastercard\nI just sent money but the person I sent it to doesn't see it. What happened?\ttransfer_not_received_by_recipient\nMy transfer didn't arrive to the recipient\ttransfer_not_received_by_recipient\nI made a cash deposit a few days ago and it's still not reflected in my account. Do you know what might have happened?\tbalance_not_updated_after_cheque_or_cash_deposit\nWhat ATMs can I use this card at?\tatm_support\nWhy did the ATM swallow my card?\tcard_swallowed\nWhy is the transfer still pending?  Can I do something?\tpending_transfer\nWhy can't I see my refund in my statement?\tRefund_not_showing_up\nWHAT IS THE ATMOSPHERE OF IT\tcard_acceptance\nIs it possible for me to track the card is was mailed to me?\tcard_arrival\nI was wondering if international transfers take longer than normal because I made a transfer from France a couple of days ago and nothing has happened yet?\tbalance_not_updated_after_bank_transfer\nIs there a way I can get a Visa card?\tvisa_or_mastercard\nIs there an exchange rate?\texchange_rate\nCan the exchange rate change while I am in the process of making a withdrawal?\twrong_exchange_rate_for_cash_withdrawal\nI had transferred some money but the balance hasn't changed.\tbalance_not_updated_after_bank_transfer\nI was not distributed the correct amount of cash that I asked for\twrong_amount_of_cash_received\nMy card will expire soon, do I need to order a new one?\tcard_about_to_expire\nWhat is the identity check for?\twhy_verify_identity\nMy card payment did not go through.\tdeclined_card_payment\nThere is a cash withdrawal from an ATM listed but I don't remember making this withdrawal.\tcash_withdrawal_not_recognised\nI took out cash from the ATM, but something must have went wrong, My account shows the correct amount of cash I took out, but the ATM didn't give me that amount. How do I get my money back?\twrong_amount_of_cash_received\nWhat happened to my top-up? It was all done and now it's gone! Are you having problems with your system?\ttop_up_reverted\nLooks like my card payment was cancelled.\treverted_card_payment?\nWhy isn't my top up showing?  Was the money reversed?\ttop_up_reverted\nHow do I use my card to top up?\ttopping_up_by_card\nWhat would the age limit be?\tage_limit\nIf my card becomes expired what can I do?\tcard_about_to_expire\nis there a charge on withdrawals?\tcash_withdrawal_charge\nI didn't do a payment and I have it now.\tcard_payment_not_recognised\nWhat is the normal time to make an international transfer? I made one a few days ago that still hasn't arrived.\tbalance_not_updated_after_bank_transfer\nAfter inputting the wrong pin too many times, can you now help me unblock my pin?\tpin_blocked\nI still haven't received my card after two weeks, is it lost?\tcard_arrival\nIs there anyway to use a cheque to top up?\ttop_up_by_cash_or_cheque\nHi. About two hours ago I made a transfer from my bank which is in the UK, but I don't see it yet! Would you check what's going on with it, please?\tbalance_not_updated_after_bank_transfer\nAm I charged for receiving money?\ttop_up_by_bank_transfer_charge\nMy card was lost on vacation, I don't know where it is. Can you help me take care of this immediately?\tlost_or_stolen_card\nAre there downsides to using a disposable virtual cards?\tdisposable_card_limits\nTell me why I need top-up to be verified?\tverify_top_up\nAm I able to get this shipped to China?\tcard_about_to_expire\nWas I charged more than I should of been for a currency exchange?\tcard_payment_wrong_exchange_rate\nIs there a fee when I get cash from an ATM? Is there a limit I can take out? If there is a fee, what is it?\tcash_withdrawal_charge\nAt what age can I open an account?\tage_limit\nWhat are the rules for a top-up?\ttop_up_limits\nWhat is my source of funds?\tverify_source_of_funds\nThe balance hasn't changed yet after depositing a cheque with some money.\tbalance_not_updated_after_cheque_or_cash_deposit\nCan friends send me money?\treceiving_money\nCan you help me transfer funds from another bank account to this account?\ttransfer_into_account\nSomeone has a copy of my card !! I definitely still have it here but someone just made a 500£ cash withdrawal, HELP!\tcash_withdrawal_not_recognised\nI tried to do a transfer but I got a message that it was declined.\tdeclined_transfer\nI need to make a transfer but it keeps getting declined I need Help!\tdeclined_transfer\nHow long before a bank transfer shows up in the account?\tbalance_not_updated_after_bank_transfer\nI am unable to use my card.\tcard_not_working\nI tried to transfer money to a receiver and they didn't get the right amount. What is going on and who do I contact to help me?\ttransfer_fee_charged\nI have double-checked all of my recipient details but for some reason all of my transfers keep getting declined. I have no clue as to why.\tdeclined_transfer\nCan I change my PIN if I want to?\tchange_pin\nHow many cards can I have?\tgetting_spare_card\nWhy i'm I being charged an extra pound\textra_charge_on_statement\nI did a transfer and I was charged a fee that shouldn't be there!\ttransfer_fee_charged\nHow do I report my card as lost or stolen?\tlost_or_stolen_card\nI looked on the app and it says I withdrew cash.  I didn't!\tcash_withdrawal_not_recognised\nI can't withdraw any money from my account. Ive tried a couple different ATM machines and both of them wouldn't give me my money. What's going on? Is my account frozen or something?\tdeclined_cash_withdrawal\nMy card doesn't seem to work anymore\tcard_not_working\nI'm not satisfied with the services that you are providing.  I would like to end my services and delete my account.\tterminate_account\nI can't log in with this passocde\tpasscode_forgotten\nCould not complete transfer, states 'declined'\tdeclined_transfer\nI've obtained the card, how do I enable it on the app?\tcard_linking\nWhy won't you accept my payment? I keep trying with this card and it's not working.\tdeclined_card_payment\nHow was I charged extra when I used my card to pay?\tcard_payment_fee_charged\nMy money disappeared right when I tried to top up\ttopping_up_by_card\nCan you tell me how many currencies I can hold?\tfiat_currency_support\nI'm wondering how long it takes for my money to get to me after a bank transfer.\tbalance_not_updated_after_bank_transfer\nHow can I go about getting a disposable virtual card?\tget_disposable_virtual_card\nWhy have I all of a sudden been charged for my ATM withdrawal? I thought the withdrawals were free because this is the first time I've ever had this problem.\tcash_withdrawal_charge\nCan you send me a Mastercard, instead of a Visa?\tvisa_or_mastercard\nAre there any specific cash machines that I have to go to in order to change my PIN?\tchange_pin\nMy card rejected a cash withdrawal. Why?\tdeclined_cash_withdrawal\nI withdrew cash and I think the exchange rate is wrong.\twrong_exchange_rate_for_cash_withdrawal\ncan you top up your account automatically\tautomatic_top_up\nI just saw a charge for a cash withdrawal that I made! ATM withdrawals have always been free in the past, so why is there suddenly a charge? What is it going to cost me now?\tcash_withdrawal_charge\nIs my card lost? I am still waiting for it to be delivered.\tcard_arrival\nWhat fees do you charge for the standard card?\torder_physical_card\nCan I still access the app even though my phone was stolen?\tlost_or_stolen_phone\nWhy am I charged a fee for using my card on some purchases?\tcard_payment_fee_charged\nThe activation process for my card isn't working.\tactivate_my_card\nI need a new card because the ATM took mine.\tcard_swallowed\nWhat does my daughter need to open an account?\tage_limit\nI want to deposit funds, what payments are accepted?\tsupported_cards_and_currencies\nI need to know where do my funds come from\tverify_source_of_funds\nPlease help! I need a refund on a transaction on something I bought and I need the refund right away!\trequest_refund\nMy balance is not right. It has not been updated for the cash or cheque deposit.\tbalance_not_updated_after_cheque_or_cash_deposit\nCan I get both a Visa and a Mastercard from you?\tvisa_or_mastercard\nCan I add a card back to the app?\tcard_linking\nThe contactless payments are not working.\tcontactless_not_working\nMy card couldn't pay in a shop.\tdeclined_card_payment\nWhy was I unable to finish this transfer?\tfailed_transfer\nChanged details is essential, what steps do I take to do so?\tedit_personal_details\nI do not know what this cash withdrawal is\tcash_withdrawal_not_recognised\nWould it be possible for me to get a second card?\tgetting_spare_card\nWill you send me a new card in China?\tcard_about_to_expire\nCan I get my card fast tracked?\tcard_delivery_estimate\nIt's been more than a week since I had a return charged to my card, why hasn't it showed up?\tRefund_not_showing_up\nCan i make transactions before identity verification?\twhy_verify_identity\nMy new landlord is a lier and is trying to rip me off by saying I've not paid my rent when I have paid my rent.  What is going on?  They say the money hasn't got to them but I see it going out of my account.  Can you check that the money went to the right place?\ttransfer_not_received_by_recipient\nDo you offer account's for minors?\tage_limit\nwhen will my transfer arrive\ttransfer_not_received_by_recipient\nCan you close my account please?\tterminate_account\nCan I transfer money to my account with the app?\ttransfer_into_account\nWhy was my cash withdrawal cancelled at the ATM?\tdeclined_cash_withdrawal\nWhat is the system for determining the exchange rate?\texchange_rate\nIs it possible to change my PIN?\tchange_pin\nThere is a withdrawal on my account I didn't make.\tcash_withdrawal_not_recognised\nHow can I deposit money to my account?\ttransfer_into_account\nI can't find my refund. Please help.\tRefund_not_showing_up\nCan you tell me when the transfer will be completed?\tpending_transfer\nI want to delete my account.\tterminate_account\nMy statement shows and extra 1$ that was charged to it and I would like to know why.\textra_charge_on_statement\nThere is a withdrawal on my account that I don't remember initiating.\tcash_withdrawal_not_recognised\nWhy is the pending status on my cash withdrawal taking so long?\tpending_cash_withdrawal\nWhy would a merchant revert my payment?\treverted_card_payment?\nWhat should I do if my card doesn't work?\tcard_not_working\nMy card will expire next month, will I need to order a new one?\tcard_about_to_expire\nPlease help me!  A payment I made had an error on the account number and I can't cancel on my side.  Can you cancel it?\tcancel_transfer\nCan I get some help activating my new card?\tactivate_my_card\nIs there a discount for multiple currency exchanges?\texchange_charge\nIs it possible to order a virtual card?\tgetting_virtual_card\nWhat should I do when my card reaches its expiry date?\tcard_about_to_expire\nI don't see the transaction I made to a friend on my account.\ttransfer_not_received_by_recipient\nHey, I got charged extra for some reason when I purchased an app. Is this a hidden fee or something? I don't think it's very cool.\textra_charge_on_statement\nWhat cards do you accept to top up my account?\tsupported_cards_and_currencies\nI'm trying to verify my top up card, how do I do that?\tverify_top_up\nI received my new card.  Where is it in the app?\tcard_linking\nWhere is the money that I transferred.\tbalance_not_updated_after_bank_transfer\nWhat do you use disposable cards on?\tget_disposable_virtual_card\nIs it possible to get a refund for the item?\trequest_refund\nSet a new PIN please.\tchange_pin\nA percentage fee was charged to my withdrawal.\tcash_withdrawal_charge\nI can't find any option to top up with a cheque?\ttop_up_by_cash_or_cheque\nWhy does my transfer keep generating an error message?\tbeneficiary_not_allowed\nWhat do you do with all the identity information you're collecting from me?\twhy_verify_identity\nWhy am I being declined?\tdeclined_card_payment\nI cant transfer money into my account\tbeneficiary_not_allowed\nCan you tell me what i need for the identity check?\tverify_my_identity\nCan I possibly change my currency to another?\texchange_via_app\nI think that the card is stolen.  What are my next steps?\tlost_or_stolen_card\nI did a transfer but it is still pending.\tpending_transfer\nDo the disposable cards have a transaction limit?\tdisposable_card_limits\nWhat is the present state of the exchange rate?\texchange_rate\nHow long does it take for a transfer to show up in my account?\ttransfer_timing\nWhy is my physical card not working?\tcard_not_working\nI'm at the ATM right now and it only allowed me to withdraw 10 pounds instead of my requested 30. What's going on? How can I fix this?\twrong_amount_of_cash_received\nThe app is showing mt withdrawals that aren't  mine.\tcash_withdrawal_not_recognised\ni can not see my top up\ttopping_up_by_card\nCan you give me the restrictions of the disposable cards?\tdisposable_card_limits\nThis is frustrating, I'm at work and my transfers are not going through. I keep getting an error message, I do not have time for this.\tbeneficiary_not_allowed\nI need another card for a member of my family. Is this possible? How soon can I get one?\tgetting_spare_card\nHello there, I tried using crypto top up today but it's not working for me, might it be due to the kind of bank I'm using or the country that I'm from?Money is also missing from my account\ttop_up_reverted\nHow can I receive my salary with a different currency?\treceiving_money\nHow long do I wait for a transfer to take?\tpending_transfer\nWhat steps do I have to go through in order to activate my new card?\tactivate_my_card\nI'd like my account to be deleted. I'm not satisfied with the service you provide.\tterminate_account\nIs there any cost to change foreign money to local?\texchange_charge\nHow can my new card be activated?\tactivate_my_card\nHow can I get a virtual card for a one-time transaction?\tget_disposable_virtual_card\nHow long does a transfer to another country normally take? I check over and over again and see that my transfer is still pending. It's 2018, nothing should take this long. I have confirmed my account information, so there is no error. What is the hold up?\tpending_transfer\nMy card is due to expire\tcard_about_to_expire\nHow come my card payment is still pending?\tpending_card_payment\nWhy is there a direct debit payment on my statement that I didn't do?\tdirect_debit_payment_not_recognised\nWhy is the check I deposited this morning not showing up?\tbalance_not_updated_after_cheque_or_cash_deposit\nTell me what I need to do to activate my card.\tactivate_my_card\nMy top-up was just cancelled.\ttop_up_reverted\nI have been charged an extra fee when buying from your store. Why is this?\tcard_payment_fee_charged\nDoes google play offer the service to Top up?\tapple_pay_or_google_pay\nI used my pin too many times.\tpin_blocked\nI am under the impression that my top up is still pending\tpending_top_up\nCan I have my card activated?\tactivate_my_card\nCan you help me? I have a duplicate transaction on my account and I don't understand why.\ttransaction_charged_twice\nI don't know what's going on but all of my transfers keep getting declined. I have checked over the recipient details twice. These details are all correct.\tdeclined_transfer\nA WD was just made on my account, but it was not me and I still have my card.  What to do?\tcash_withdrawal_not_recognised\nI want to top up by card\ttopping_up_by_card\nwant to know how to get virtual card\tgetting_virtual_card\nHow do I know where I can use my card?\tcard_acceptance\nCan it be delivered on a certain date?\tcard_delivery_estimate\nI recently deposited some money into my account, but it still isn't showing up. What's going on?\tbalance_not_updated_after_cheque_or_cash_deposit\nI tried to get some money but the machine was not working .The transaction still seems in progress! Can you please check what's going on.I don't want to be charged for money that I did not received.\tpending_cash_withdrawal\nWhat should I do if my card is stolen?\tlost_or_stolen_card\nAre there top up charges for US cards?\ttop_up_by_card_charge\nWhy hasn't the transaction I did to my friend arrived yet?\ttransfer_not_received_by_recipient\nWhat are these disposable virtual cards all about?\tget_disposable_virtual_card\nhow come my transfer declined\tdeclined_transfer\nHow do I go about getting hold of a virtual card?\tgetting_virtual_card\nIs this card available to United States Residents?\tcountry_support\nCan you tell me what countries you offer support for?\tcountry_support\nDo I have a choice for a Mastercard?\tvisa_or_mastercard\nWhy did I get a fee from the ATM?\tcash_withdrawal_charge\nWhy would there be an extra charge on my app?\textra_charge_on_statement\nI just got a new card, and I want to know how to activate.\tactivate_my_card\nWill my money be of equal value when I travel abroad?\texchange_rate\nHow long is the wait for a money transfer to show up?\tpending_transfer\nHow can I cancel a transaction to a wrong account?\tcancel_transfer\nIs the card welcomed by everybody?\tcard_acceptance\nWhat is the function of the identity check\twhy_verify_identity\nAre there any limits if I use these virtual cards?\tdisposable_card_limits\nCan i have a virtual card?\tgetting_virtual_card\nCard activation is not working. What do i do?\tactivate_my_card\nWhere do you deliver cards to?\torder_physical_card\nHow can I receive money from my friend?\treceiving_money\nWhat is the maximum times I can auto top-up?\tautomatic_top_up\nHow do I reactivate my card?\tcard_linking\nWhy is there a pending time on my transfer?\tpending_transfer\nI need to know where this charge is coming from?\tcard_payment_not_recognised\nWhere do I go to order my card?\torder_physical_card\nIs there a number to call to get my pin unblocked?\tpin_blocked\nhow can i transfer money from american express card\tsupported_cards_and_currencies\ni needed money for a night out with the girls but i was declined, why?\tdeclined_cash_withdrawal\nWhere do I go to get my new card linked?\tcard_linking\nCan someone else use my account if they have my phone?  I lost mine.\tlost_or_stolen_phone\nCan my salary be received here?\treceiving_money\nWhich atms allow me to change my pin?\tchange_pin\nCan i add a new currency to my account?\texchange_via_app\nI don't think I was supposed to be charged so much.\ttransfer_fee_charged\nWhats wrong with my currency exchange?\twrong_exchange_rate_for_cash_withdrawal\nI froze my account, but how do I order a replacement card?\tcompromised_card\nHow do I contact customer support about my declined transfer?\tdeclined_transfer\nDo you receive SWIFT transfers?\ttop_up_by_bank_transfer_charge\nHow can I top up with a cheque?\ttop_up_by_cash_or_cheque\nWhy is there a charge for my transfer?\ttransfer_fee_charged\nPlease help!  The app won't let me cancel a money transfer.  I accidently sent money to an account that wasn't mine.  I need this cancelled immediately.\tcancel_transfer\nshow me how to transfer to my account\ttransfer_into_account\nWhy are there additional fees for transfers?\ttransfer_fee_charged\nWhy did I get charged twice for the same thing\ttransaction_charged_twice\nI made a payment that seems to be stuck. It's been a couple of days already. Can you tell me how long it will take?\tpending_card_payment\nWhat do I do if I do not recognise a cash withdrawal?\tcash_withdrawal_not_recognised\nI sent a cheque to you a few days ago and the deposit has yet to appear in my account. I need this money, what is the problem?\tbalance_not_updated_after_cheque_or_cash_deposit\nis there something blocking me from making transfers\tbeneficiary_not_allowed\nCan I get information on topping up?\ttop_up_by_card_charge\nWhy do I have two charges It should only be one charge?\ttransaction_charged_twice\nHow can I obtain a virtual card?\tgetting_virtual_card\nWhy was I charged extra on my app?\textra_charge_on_statement\nWhat's taking my top-up so long?\tpending_top_up\nCan my friends top up my account?\ttopping_up_by_card\nCould you please recommend what I should do if my card keeps getting declined?  I planned to top-up today but I am unable to get it to work.  I need a fast solution to this problem.\ttop_up_failed\nWhat's the time frame on EU transfers? I purchased something a couple of days ago but the seller hasn't received my payment.\tpending_transfer\nCan I change my PIN at any cash machines?\tchange_pin\nI am looking to get a Visa credit card, what must I do to achieve this?\tvisa_or_mastercard\nCan I use my card for online payments?\tcard_acceptance\nWhy are there fees for using a card?\tcard_payment_fee_charged\nI need to transfer funds from China and quick expedition is crucial. Approximately how long does it take for a transfer from China to go through?\ttransfer_timing\nWhy am I not allowed to add a certain beneficiary?\tbeneficiary_not_allowed\nWhere do you mail physical cards?\torder_physical_card\nCan you tell me where  can change my PIN?\tchange_pin\nWhat would II do if I wanted to activate my new card\tactivate_my_card\nWhy is there a charge when I took out money?\tcash_withdrawal_charge\nThere is a payment in the app that I did not approve\tcard_payment_not_recognised\nI ordered a card and would like to know how to track the delivery progress of it.\tcard_arrival\nIs it possible to get both a Visa and a Mastercard?\tvisa_or_mastercard\nHow do I dispute a direct debit on my account?\tdirect_debit_payment_not_recognised\nI transferred some money a couple days ago but haven't received it yet. How long should I expect to wait?\tbalance_not_updated_after_bank_transfer\nI normally don't use ATMs, but I was in a rush today and had to withdraw some cash. The ATM gave me the wrong amount of money and now my app is not showing the same amount as it should. What do I do?\twrong_amount_of_cash_received\nWhy is there a fee for using my card?\tcard_payment_fee_charged\nWhat should I do if I see an unauthorized withdrawal on my statement?\tcash_withdrawal_not_recognised\nMy physical card is not working\tcard_not_working\nI think there is a mistake.  I am being charged twice.\ttransaction_charged_twice\nOne of my card payments looks like it's stuck but I have made the payment days ago. How long until the payment will be applied to my account?\tpending_card_payment\nAm I getting charged for making a payment?\tcard_payment_fee_charged\nWhat was the $1 charge for on my statement?\textra_charge_on_statement\nI need help- I got mugged yesterday and they took everything so I can't use the app.\tlost_or_stolen_phone\nWhy did the ATM take my card and keep it?\tcard_swallowed\nCan you provide information for freezing my card immediately?\tlost_or_stolen_card\nThe app can't verify my information for identity proofing purposes.\tunable_to_verify_identity\nI can't use the app because I got mugged yesterday and they took everything. Please help.\tlost_or_stolen_phone\nWhy was my card payment reversed?\treverted_card_payment?\nhow do I know where I can get money withdrawn?\tatm_support\nHelp me please, I need to top up cash.\ttop_up_by_cash_or_cheque\nMy transfer has been pending for a long time now. I already double checked my account info and it is correct. Why is it taking so long in 2018 to transfer money?\tpending_transfer\nI got a new card, how do I link it?\tcard_linking\nTransfers are supposed to be free.  I just got a fee tacked on  to something I bought abroad.  Not cool.  Figure out how to remove it.\ttransfer_fee_charged\nphone is at a hotel, can i still use app\tlost_or_stolen_phone\nWill there be any extra fees if I exchange currencies?\texchange_charge\nHow can I change my password?\tpasscode_forgotten\nWho do I make a check out to if I want to top off my account?\ttop_up_by_cash_or_cheque\nIs my card valid everywhere?\tcard_acceptance\nI have a pending payment on my card.  Why?\tpending_card_payment\nhow many days processing new card?\tcontactless_not_working\nHow do I link one of your card that I already have?\tcard_linking\nI tried to make a withdrawal from the ATM, but it was cancelled.\tdeclined_cash_withdrawal\nI have made a payment by my card, and its still pending since a long time. Could you please tell me when it will process.\tpending_card_payment\nMachines make mistakes too! The ATM gave me the wrong amount of money. Too much!\twrong_amount_of_cash_received\nhow much does it cost to add money\ttop_up_by_card_charge\nI can't find the top-up card verification code.\tverify_top_up\nThe transger I tried to make failed.\tfailed_transfer\nI have an issue. I bought something within the past one to two weeks and have received one of the products; however, today the total was returned to my account. What's going on here?\treverted_card_payment?\nHave a payment that I haven't done.\tcard_payment_not_recognised\nWhat should I do with my stuck ATM?\tcard_swallowed\nWhat to do if my card has been used without my permission?\tcompromised_card\nI have a duplicate charge\ttransaction_charged_twice\nI did a money transfer to my account and it is not showing there.\tbalance_not_updated_after_bank_transfer\nPlease help me with my card.  It won't activate.\tactivate_my_card\nWhat is the top-up limit on my cards?\ttop_up_limits\nWhat kind of cards are supported?  What currency?\tsupported_cards_and_currencies\nHow and where can I find the identity checks?\tverify_my_identity\nThe top-up I ordered didn't process.\ttop_up_failed\nWhy isn't my cheque deposit showing on my account?  I though it would be faster and would like to to look into it and help.\tbalance_not_updated_after_cheque_or_cash_deposit\nWhat number of times can I top-up?\ttop_up_limits\nWhy are my withdrawals suddenly being declined?\tdeclined_cash_withdrawal\nWhy is the exchange rate on my card payment different than I expected?\tcard_payment_wrong_exchange_rate\nCan I let other people have access to my account in order to top up?\ttopping_up_by_card\nI've been trying to do a transfer multiple times and have failed? Is the system down?\tfailed_transfer\nIs it possible to refund an item?\trequest_refund\nThere's a payment with my card that I definitely didn't do myself, never seen that name before.\tcard_payment_not_recognised\nMy payment had a wrong exchange rate.\tcard_payment_wrong_exchange_rate\nIf I have already completed a cash withdrawal at an ATM, is it normal for it to show as a pending transaction on the app?\tpending_cash_withdrawal\nIs there a way to verify a card top-up?\tverify_top_up\nWhat's up with the fee for getting cash?\tcash_withdrawal_charge\nI have a service fee that I've never seen before. It showed up after I bought something from an international seller online.\ttransfer_fee_charged\nCash withdrawal has been pending, why is it so?\tpending_cash_withdrawal\nDo you accept Mastercard?\tsupported_cards_and_currencies\nI am wondering if International Transfers take longer. I a made a transfer from France two days ago and believed it would be here already. Please let me know when I will get it!\tbalance_not_updated_after_bank_transfer\nMy friend would like to send me money. What are the options available to them?\treceiving_money\nIs my card working? It's the first time I tried using it I tried to get money out of an ATM, but got nothing.\tdeclined_cash_withdrawal\ncan other people use the app to add money to my account\ttopping_up_by_card\nWhy was my card declined?\tdeclined_card_payment\nDo you have a children account available?\tage_limit\nIs there a fee that comes with transfers?\ttransfer_fee_charged\nCan I withdraw from any ATM?\tatm_support\nWhy would I be charged an extra fee while doing a transfer?\ttransfer_fee_charged\nHow can I see the progress of delivery of the card that was sent?\tcard_arrival\nI don't understand what a disposable virtual card is, can you help?\tget_disposable_virtual_card\nMy phone was taken yesterday, is there something that I need to do?\tlost_or_stolen_phone\nThere is a payment that i made that i noticed has not gone thru yet. Can i ask why?\tpending_card_payment\nI need to transfer money into my account, and I don't know how to do that.\ttransfer_into_account\nWhy did you charge a fee when I withdrew from an ATM?\tcash_withdrawal_charge\nWhy was there an extra charge because I used my card to pay?\tcard_payment_fee_charged\nWhy am I being charged for ATM fees?\tcash_withdrawal_charge\nAfter I got my cash, I found out my exchange rate was wrong.\twrong_exchange_rate_for_cash_withdrawal\n\"\nDo I need to go to a physical bank to change my PIN?\"\tchange_pin\nI withdraw money abroad but I didn't get the right amount.\twrong_exchange_rate_for_cash_withdrawal\nI have made several unsuccessful attempts to make a transfer.  I'm getting frustrated at getting error messages and it not going through.\tbeneficiary_not_allowed\ni did not get any money but still was charged\twrong_amount_of_cash_received\nI just got an error message saying my transfer is not possible? Why is that? I've transferred money before and it worked without problem\tbeneficiary_not_allowed\nThe cash I deposited using the ATM is still pending\tpending_cash_withdrawal\nDo you take SWIFT transfers?\ttop_up_by_bank_transfer_charge\nHow can I go about getting a refund?\trequest_refund\nI wanted to purchase some crypto. The app will not let me. What's going on here? I really want to make this exchange.\tbeneficiary_not_allowed\nI can not find my phone or it has been stolen.\tlost_or_stolen_phone\nUnable to complete transfer, states 'declined'\tdeclined_transfer\nHow to modify my details.\tedit_personal_details\nI should not have been charged a fee for my transfer.\ttransfer_fee_charged\nWould I need to pay extra for currency exchanges?\texchange_charge\nWhat currencies can be exchanged in the app?\texchange_via_app\nWhy can't I use my beneficiary?\tbeneficiary_not_allowed\nA random charge got added to my card\tcard_payment_not_recognised\nI ordered my card a couple weeks ago and haven't received it yet. When can I expect it?\tcard_delivery_estimate\nHow come I can't find my payment?\treverted_card_payment?\nHow come my card payment has been declined?\tdeclined_card_payment\nI don't see a code anywhere on my top-up card? Where can I find it? I need to verify!\tverify_top_up\nFor what reason must I authenticate the top up?\tverify_top_up\nHow long does it take to get my money\ttransfer_timing\nWhat is the reason my top-up is still pending?\tpending_top_up\nWhy is  my  top  up for  my  new account  not  instant\tpending_top_up\nI am tired of getting charged fees, and I have no idea why, please let me know what/when you charge fees for.\tcard_payment_fee_charged\nCan I order a new card with the app?\tcard_about_to_expire\nIs there a reason my new card hasn't arrived?\tcard_arrival\nMoney that I have transferred hasn't arrived yet\tbalance_not_updated_after_bank_transfer\nI no longer need AUD, I need GBP instead, how can I make this happen?\texchange_via_app\nHow long should it take for a transfer to go through? I have been waiting a while.\ttransfer_not_received_by_recipient\nI see I was charged $1 for a transaction.\textra_charge_on_statement\nI tried to use my disposable virtual card to pay a subscription to the gym and it got rejected. Any ideas why?\tvirtual_card_not_working\nI have arranged a transfer, but no longer need to send it. How do I stop the transfer?\tcancel_transfer\nMy bank card has expired, how can I get a new physical card?\tcard_about_to_expire\nWhy did my transfer fail?  What can I do?\tfailed_transfer\nWhy was I charged an extra fee when using an ATM?\tcash_withdrawal_charge\nI cannot get my virtual card to function.\tvirtual_card_not_working\nI made a transfer into my account and now I need to cancel it\tcancel_transfer\nHi, I want to inquire about my balance. Some cash was deposited and it hasn't updated yet.\tbalance_not_updated_after_cheque_or_cash_deposit\nMy card payments have stopped.\treverted_card_payment?\nMy top-up has been reverted and I would like to know why.\ttop_up_reverted\nWhy do I have an unexpected fee on my bill?\ttransfer_fee_charged\nI would like to transfer money into my account.\ttransfer_into_account\nWhere can my card be used?\tcard_acceptance\nWhat about a auto top-up?\tautomatic_top_up\nI made a deposit a couple of days back it's, as of yet, not gone in! It would be ideal if you assist me with this\tbalance_not_updated_after_cheque_or_cash_deposit\nI went tot the ATM earlier today and didn't realize this till now but I did not get all the money I requested.  I believe my account was charged for 100 but I only got 80.  Is there any way we can solve this problem?\twrong_amount_of_cash_received\nPlease tell me how I can receive a physical card\torder_physical_card\nHelp me verify my identity.\tunable_to_verify_identity\n\"It says \"\"pending payment?\"\" Why is it saying this?\"\tpending_card_payment\nAn ATM swallowed my credit card!\tcard_swallowed\nI tried to buy something and it was declined and my transfers keep getting declined, Why?\tdeclined_transfer\nHow do I verify my new card?\tactivate_my_card\nWhy do I have to pay extra for using my card?\tcard_payment_fee_charged\nHow much do I have to pay if I want to transfer money?\ttransfer_fee_charged\nMy card arrived but I need to make it work in the app, how do I do that?\tcard_linking\nThere was an extra fee when I paid with the card.\tcard_payment_fee_charged\nIf I order a card when does it arrive?\tcard_delivery_estimate\nThe transfer I tried to make failed.\tfailed_transfer\nIs there a way to recover my password?\tpasscode_forgotten\nwhere has my transferred money gone?\ttransfer_not_received_by_recipient\nto cash withdrawals charge me?\tcash_withdrawal_charge\nI am having trouble to verify my identity\tunable_to_verify_identity\nTell me about verifying top-up\tverify_top_up\nis it free to add money to my card\ttop_up_by_card_charge\nMy card payment was cancelled it seems.\treverted_card_payment?\nCan I check my recent refund in my statement?\tRefund_not_showing_up\nI noticed a fee, while banking abroad, that seems different than any I have been charged before. What does this fee mean?\ttransfer_fee_charged\nMy card hasn't shown up yet.\tcard_arrival\nWhat do I need for the identity check?\tverify_my_identity\nHow much does top up fees cost?\ttop_up_by_card_charge\nHow did the extra charge on my card come in effect?\tcard_payment_fee_charged\nIs there a fee for making a payment? If so, let me know why.\tcard_payment_fee_charged\nCan I change from AUD to GBP?\texchange_via_app\nWhy has my account balance not changed after depositing a cheque?\tbalance_not_updated_after_cheque_or_cash_deposit\nIs there a minimum age for having an account?\tage_limit\nAccount topping up bank transfers to my account assistance please?\ttransfer_into_account\nThere is a single payment on my card which shows as pending.\tpending_card_payment\nOn my statement, there is a strange 1£ charge that appears as pending. What's causing that? I haven't purchased anything that's just a pound.\textra_charge_on_statement\nMay I get one of your cards?  I live in the EU.\tcountry_support\nI thought transfers were free, why was I charged?\ttransfer_fee_charged\nMy card must have used my card as there are some transactions that I haven't done myself..\tcompromised_card\nHow will I know when I get my refund?\tRefund_not_showing_up\nI want to top up my account. What payment methods are supported?\tsupported_cards_and_currencies\nWhat do I need to do to perform identity checks?\tverify_my_identity\nI want to terminate my account\tterminate_account\nI still have not received an answer as to why I was charged $1.00 in a transaction?\textra_charge_on_statement\nThis stupid system is not letting me prove my identity.\tunable_to_verify_identity\nI don't understand why I was charged extra for withdrawing money?\tcash_withdrawal_charge\nI want to use auto top-up. Is there a limit?\tautomatic_top_up\nHow do I know where the funds come from?\tverify_source_of_funds\nI would like to get your card in EU. Is that possible?\tcountry_support\nI'm interested in holding and exchange for flat currencies, what do you support?\tfiat_currency_support\nI was charged more than once for a card payment I made.\ttransaction_charged_twice\nI need to change details about my personal account.\tedit_personal_details\nWould I be able to get a second card?\tgetting_spare_card\nAfter making a transfer from a UK account it's not showing up. How long do these transfers normally take for you? I want to be certain everything is all right.\tbalance_not_updated_after_bank_transfer\nI want to get rid of the account, and delete personal information .\tterminate_account\nThe app reversed a top off I had.  What should I do?\ttop_up_reverted\nwhat currencies can i exchange between on your app?\texchange_via_app\nHow do I go forth with bank transfers for top up accounts?\ttransfer_into_account\nWhat cards do you offer?\tvisa_or_mastercard\nMy PIN is locked, how do I unlock it?\tpin_blocked\nI can't activate my card?\tactivate_my_card\nWhy was my cash withdrawal declined by the ATM?\tdeclined_cash_withdrawal\nCan I open an account for my offspring?\tage_limit\nHow long do I need to wait til my top up isn't pending?\tpending_top_up\nI really wanted to buy something online but seems the card is not working as the payment suddenly came back! What's going on here, I've been trying for a good week or two.\treverted_card_payment?\nHow can i make my card active?\tactivate_my_card\nI had a problem with my card payment, can you help?\tdeclined_card_payment\nWhat is the timeframe for a transfer in Europe?\ttransfer_timing\nToday I noticed a charge for an ATM withdrawal on my account. Can you please fix this? It's supposed to be no charge.\tcash_withdrawal_charge\nMy top-up didn't work.\ttop_up_failed\nWhat is the currency exchange fee?\texchange_charge\nHi, Today i have tried to make payment by my new card, but payment got declined many times. I am very disappointed, please look into this.\tdeclined_card_payment\nWhat retailers accept my card?\tcard_acceptance\nhow long does delivery take?\tcard_delivery_estimate\nHow long will it take for a bank transfer to show up on my account? It's been a couple hours but I havnt seen anything yet. Also it's from a UK account if that makes any difference.\tbalance_not_updated_after_bank_transfer\nI tried to make a payment with my card and it was declined. Why is it pending?\tpending_card_payment\nhow much is it to exchange currency\texchange_charge\nI couldn't get money from the ATM\tdeclined_cash_withdrawal\nIs EUR one of the currencies you deal with?\tfiat_currency_support\nWhere can I find my PIN? I haven't gotten it yet.\tget_physical_card\nHow long does an international transfer take? I made the transfer from France 2 days ago, but it is not showing up in my bank yet.\tbalance_not_updated_after_bank_transfer\nI have been overcharged. I just changed over Russian Ruble to UK pounds and it was too much. It seems something was wrong with my exchange.\tcard_payment_wrong_exchange_rate\nIt looks like my top-up was cancelled\ttop_up_reverted\nThere is a cash withdrawal on my statement that I did not make\tcash_withdrawal_not_recognised\nWould you be so kind as to activate my card? Thanks\tactivate_my_card\nI need to know what flat currencies you support for holding and exchange.\tfiat_currency_support\nI need to get a disposable virtual card?\tget_disposable_virtual_card\nWhy does the ATM continually decline my card? I've tried multiple times on different machines with the same results. I thought I had enough funds for this, so please help me understand why this is happening.\tdeclined_cash_withdrawal\nI want to see what this fee is on my card payment.\tcard_payment_fee_charged\nWhy has my top-up been returned to my account?\ttop_up_reverted\nHow would I top up with a cheque?\ttop_up_by_cash_or_cheque\nI have been charged a fee that I didn't know about. Why have you charged me extra for card payments?\tcard_payment_fee_charged\nI have been doing some online shopping, but when checking out, it keeps getting declined. I tried a few times and it wouldn't work. What could be wrong?\tdeclined_transfer\nI don't appreciate the extra fees being siphoned from my account. I was helping some friends move to Japan and we were buying home decorations at the local stores. The  receipts differed greatly from what showed up in my bank account and my statement. When can I expect the extra fees to be back in my account?\ttransfer_fee_charged\nWhy did I not get all the money that I asked for? I asked for all the cash in my my account, but I only got about half. Why is that??\twrong_amount_of_cash_received\nhow long should i wait ti activate my card\tactivate_my_card\nwhy must I prove ID\tverify_my_identity\nI am unaware of what my password is.\tpasscode_forgotten\nI need to make my card PIN a different number\tchange_pin\nI am looking for my top-up verification code and cannot find it.\tverify_top_up\nDo you take checks?\ttop_up_by_cash_or_cheque\nHow do I reset my passcode?\tpasscode_forgotten\nWhen my card expires what is the cost of a replacement and how fast?\tcard_about_to_expire\nCan cards be dispatched on a specific date?\tcard_delivery_estimate\nWhere can I deposit cash to top up?\ttop_up_by_cash_or_cheque\nWhy would my transfer result in a decline message?\tdeclined_transfer\nMy card failed to work when I was shopping in a store\tdeclined_card_payment\nIs it possible to change from USD to GBP with your App?\texchange_via_app\nHow much does currency exchange cost?\texchange_charge\nCan I get a card in the EU?\tcountry_support\nIs there any way to get my salary in a different currency?\treceiving_money\nAfter my card expires what should I do?\tcard_about_to_expire\nIt won't let me verify my identity.\tunable_to_verify_identity\nMy virtual card is just not going through.\tvirtual_card_not_working\nIs there a way to lookup where funds came from?\tverify_source_of_funds\nMy transaction has not been received. When are you going to process it?\ttransfer_not_received_by_recipient\nI'm upset because I got charged a ridiculous fee when making an ATM withdrawal over a holiday weekend.  It didn't notify me beforehand either or I wouldn't have ever done it.\twrong_exchange_rate_for_cash_withdrawal\nI had a decline on my card. Why?\tdeclined_card_payment\nhow do I get a disposable virtual card?\tget_disposable_virtual_card\nCan I have it delivered on a specific date?\tcard_delivery_estimate\nWhat flat currencies do you use for holding and exchanges.\tfiat_currency_support\nA false direct debit payment is showing in my app\tdirect_debit_payment_not_recognised\nHow do I return something for a full refund?\trequest_refund\nI don't remember my passcode?\tpasscode_forgotten\nWhat is the purpose for verifying my identity?\twhy_verify_identity\nPayment did not process\tbeneficiary_not_allowed\nWhat's the problem? I thought you offered crypto top up. This doesn't appear to be working at all. My money has now vanished from my account.\ttop_up_reverted\nIs it possible to get a new card in China?\tcard_about_to_expire\nWhat can I do if my card details where stolen from my car? I think they used my card to buy gas.\tcompromised_card\nI am seeing in the app, some cash witdhrawals that I did not authorize.\tcash_withdrawal_not_recognised\nIs it possible to get another card?\tgetting_spare_card\nWhy isn't my money from a check deposit showing?\tbalance_not_updated_after_cheque_or_cash_deposit\nmy check or cash deposit has not shown up\tbalance_not_updated_after_cheque_or_cash_deposit\nWhy do the top-ups need to be verified?\tverify_top_up\nI tried to get money out of the Notting Hill ATM earlier, but wasn't able to. Is my card working okay? It's the first time I tried using it.\tdeclined_cash_withdrawal\nHow do I change my details?\tedit_personal_details\non my statement there is a payment that I don't recognise\tcard_payment_not_recognised\nHow can I fill up my gas tank using a check?\ttop_up_by_cash_or_cheque\nMy app says that I'm not verified.\tunable_to_verify_identity\nHow would I use a disposable card?\tget_disposable_virtual_card\nHow can I use my credit card to transfer money?\ttopping_up_by_card\nThe ATM won't give me my card back. I need it back now!\tcard_swallowed\nhow can i add money from my amex card\tsupported_cards_and_currencies\nHow long does it take for my top up to clear?\tpending_top_up\nMy card stopped working. How do I check if there is a freeze on it?\tcard_not_working\nHow do I add money to my card?\ttopping_up_by_card\nWhat do you require for identity verification?\tverify_my_identity\nThere are automatic debits on my account that I did not make.\tdirect_debit_payment_not_recognised\nI tried transferring money to a beneficiary, however, I was unsuccessful.\tbeneficiary_not_allowed\nHas my card been lost in delivery?\tcard_arrival\nI made a transfer and was charged extra. Why?\ttransfer_fee_charged\nCan you tell me why my transfer is failing and help resolve?\tfailed_transfer\nWhat on earth is up with the exchange rate! This should have been a much higher amount of cash\twrong_exchange_rate_for_cash_withdrawal\nMy transfer has been declined.\tdeclined_transfer\nCan I have money transferred into my account at different intervals along my trip?\tautomatic_top_up\nWhy am I being charged to transfer funds?\ttransfer_fee_charged\nMy transfer did not work, what was the reason?\tfailed_transfer\nI want to create a new pin.\tchange_pin\nHow can I change to my married name?\tedit_personal_details\nThe cheque I deposited isn't showing in my account\tbalance_not_updated_after_cheque_or_cash_deposit\nI need to know what charges I will incur for using a European card for top up.\ttop_up_by_card_charge\nI wasn't applied the correct exchange rate when getting cash\twrong_exchange_rate_for_cash_withdrawal\nWhy was my exchange rate a different amount than usual?\tcard_payment_wrong_exchange_rate\nThere are fraudulent charges that I didn't make on my card. Can you please put in the safeguards necessary to stop this from happening anymore?\tcompromised_card\nWhat should I do if I lost my phone?\tlost_or_stolen_phone\nThey said I would get a refund but I don't see it on my statement.\tRefund_not_showing_up\nHow often am I able to top-up?\ttop_up_limits\nCan I have money in more than one currency in my account?\tfiat_currency_support\nIs a physical card also available\torder_physical_card\nHow can I fix my contactless?\tcontactless_not_working\nThere's a weird payment showing in my app that I definitely haven't made myself, as I haven't used the card at all that day. Please cancel that and return my money.\tdirect_debit_payment_not_recognised\nMy identity verification isn't working\tunable_to_verify_identity\nI am from X but am traveling to Y - how do I get currency for Y?\texchange_via_app\nHow can I change my old pin to a new one?\tchange_pin\nSomeone stole my account, there's a withdrawal but it wasn't me, can we put a stop to it please?\tcash_withdrawal_not_recognised\nWhat has to be done to verify my identity?\tverify_my_identity\nwant a new card what are the fees\tcard_about_to_expire\nHow can I get a card sent to China?\tcard_about_to_expire\nMy PIN got blocked, help.\tpin_blocked\nPlease let me know what currency I can use to top up my account?\tsupported_cards_and_currencies\nWhat's my limit for topping up?\ttop_up_limits\nDo you accept cash?\ttop_up_by_cash_or_cheque\nIs there a way to order a new card while in China?\tcard_about_to_expire\nThe cast deposit from a week ago still is not in my account. Why?\tbalance_not_updated_after_cheque_or_cash_deposit\nThere are a couple payments with my card shown in the app that i really make myself. What's going on with this, maybe someone has access to my card?!\tcard_payment_not_recognised\nCan you explain why my transfer was unsuccessful?\tfailed_transfer\nWhat are the disposable card limits?\tdisposable_card_limits\nHow are top-ups verified?\tverify_top_up\nWhy can't I add any beneficiary I choose?\tbeneficiary_not_allowed\nWhy is my cash still pending that I put in ATM?\tpending_cash_withdrawal\nI would like to know how my friend would be able to send me money\treceiving_money\nWhat's the amount that I can top-up?\ttop_up_limits\nHow can I order my card?\torder_physical_card\nI would like to cancel a transfer...is this possible?\tcancel_transfer\nWhat if I need my salary in another currency?\treceiving_money\nWhere do I order a virtual card?\tgetting_virtual_card\nHow can I verify the top-up card?\tverify_top_up\nI have to transfer money over to my mother, and I have tried numerous times and all that keeps happening is error messages.\tbeneficiary_not_allowed\nI want to know why my top-up was reverted\ttop_up_reverted\nCan someone please help assist me by explaining to me why my pass-code is not working?\tpasscode_forgotten\nI want a card, but I'm not in the UK- can I get one still?\tcountry_support\nAre there going to be fees from adding money with an international card?\ttop_up_by_card_charge\nI noticed additional charges when transferring?\ttransfer_fee_charged\nIs there any way I can get more physical cards to use with my account?\tgetting_spare_card\nWhat is this withdrawal as I do not remember making it.\tcash_withdrawal_not_recognised\nThe exchange rate for me was wrong when I was abroad.\twrong_exchange_rate_for_cash_withdrawal\nA transaction to a friend still hasn't shown up.\ttransfer_not_received_by_recipient\nCancel a transaction\tcancel_transfer\nCan I use my card anywhere?\tcard_acceptance\nI would like to be assisted with the activation of my card.\tactivate_my_card\nWill you accept my credit card, it my only one.\tsupported_cards_and_currencies\nWhy do I need top-up to be verified?\tverify_top_up\nHow low does the balance have to be before the system updates?\tautomatic_top_up\nWhy can't my transfer complete?\tfailed_transfer\nHow do I request the PIN?\tget_physical_card\nI draw out money from your ATM during holidays, and was charged insanely. I wouldn't have done it, if i had a little sense about the shocking charges.\twrong_exchange_rate_for_cash_withdrawal\nI think something went wrong, I didn't get the right amount.\twrong_amount_of_cash_received\nDo you have an age requirement when opening an account with your service?\tage_limit\nI want to top up my account with a cheque\ttop_up_by_cash_or_cheque\nMy address is incorrect on my file.\tedit_personal_details\nHow old do you have to be?\tage_limit\nMy ATM card isn't working for a withdrawl\tdeclined_cash_withdrawal\nhey, I think someone stole my card numbers. There is a purchase showing up on my app from a store pretty far away from me.. I really need that money back to pay my rent.\tdirect_debit_payment_not_recognised\nI found my card, how can I use it again?\tcard_linking\nMy ATM withdrawal was cancelled\tdeclined_cash_withdrawal\nWhy hasn't arrived yet a transaction I did to my friend?\ttransfer_not_received_by_recipient\nafter i got married i need to change my name\tedit_personal_details\nCan you tell me why my credit card was declined while trying to top-up?\ttop_up_failed\nI'd like to make some changes to my personal information.\tedit_personal_details\nI've made a horrible mistake!  I transferred money to the wrong account by accident!  I entered one of the digits wrong.  I need this cancelled immediately please.\tcancel_transfer\nWhy did I get charged a fee for my transfer?\ttransfer_fee_charged\nI believe that my card has been stolen!\tlost_or_stolen_card\nA mortgage payment I'm making is giving me an error message.  This is the first time I'm making this payment and want to know what's wrong.\tfailed_transfer\nMy payment has an incorrect exchange rate.\tcard_payment_wrong_exchange_rate\nWhere's my top up code?\tverify_top_up\nAm I able to order a disposable virtual card?\tget_disposable_virtual_card\nWill the transfer show up in my account soon?\ttransfer_timing\nShow me how to activate my card\tactivate_my_card\nIs it possible to give a second card from my account to my daughter?\tgetting_spare_card\nThere is  an extra 1£ charge on my app. Why did it charge me extra?\textra_charge_on_statement\nIs my fiat currency supported for both hold and exchange?\tfiat_currency_support\nHow do I query a payment on my card? It looks like I have paid for the same thing twice.\ttransaction_charged_twice\nCan you unblock my pin because I put the wrong one too many times.\tpin_blocked\nCan you refund my purchase?\trequest_refund\nCan an American resident apply to get a card?\tcountry_support\nI completed a payment with my card a while ago. It's still showing up as pending. What time frame does this normally take? It doesn't appear to have worked.\tpending_card_payment\nWith my new card, how may I activate it?\tactivate_my_card\nFor the identity verification, what do you need?\tverify_my_identity\nDeclined, transfer not completed.\tdeclined_transfer\nWhat is the reason for my beneficiary to be disallowed?\tbeneficiary_not_allowed\nI've already tried 5 times to complete a transfer that's just standard. What's the deal? Is your system down at this time?\tfailed_transfer\nHow come I was charged an extra fee when paying with the card?\tcard_payment_fee_charged\nMy salary is in GBP, do I need to exchange it before putting it into my account?\treceiving_money\nTell me if there is a top-up limit.\ttop_up_limits\nThe ATM didnt let me get cash\tdeclined_cash_withdrawal\nMy transfer was declined, why is that?\tdeclined_transfer\nI just received a new card, where do I go to link it to my account?\tcard_linking\nI didn't make the direct debit payment on my account.\tdirect_debit_payment_not_recognised\nI was wondering if I could get a second card on this account? I would like my daughter to have one.\tgetting_spare_card\nThere is a debit transaction on my statement that I did not make\tdirect_debit_payment_not_recognised\nAm I able to get a refund for a purchase?\trequest_refund\ncan i use both visa and mastercard\tvisa_or_mastercard\nI would like to have assistance with activating my card.\tactivate_my_card\nI made a purchase a few weeks ago but wasn't happy with it so recently requested a refund from the supplier.  Can you check where the money is?\tRefund_not_showing_up\nHow to edit personal details?\tedit_personal_details\nI need to change my phone number.\tedit_personal_details\nWhy wouldn't my withdrawal go through?\tdeclined_cash_withdrawal\nI haven't been able to complete any transactions on my card today. Do you know what's wrong?\tcard_not_working\nHow do I begin the process of a refund?\trequest_refund\nI'm still waiting for my top-up to go through\tpending_top_up\nI see an unauthorized withdraw.\tcash_withdrawal_not_recognised\nHow do I add my new card?\tcard_linking\nI see a fee that I think was charged because I paid by card.\tcard_payment_fee_charged\nI sent payment with EU transfer and they still haven't received it. How long does it take?\tpending_transfer\nI would like for someone to tell me which fiat currencies that your company supports.\tfiat_currency_support\nAm I able to track the card that was just sent to me?\tcard_arrival\nCan I select my card scheme or do you choose it for me?\tvisa_or_mastercard\nI want to revert a transaction I did\tcancel_transfer\nCard activation steps\tactivate_my_card\nI want a backup second card. Is this possible?\tgetting_spare_card\nWhat places accept my card?\tcard_acceptance\nCan friends transfer money to each other?\treceiving_money\nI've completely forgot the code to get into the app.\tpasscode_forgotten\nWhat are the limits to where my card will be accepted?\tcard_acceptance\nWhen I topped up the app has seemed to reverted it.\ttop_up_reverted\nCan you tell me how to top up on my card?\ttopping_up_by_card\nI was declined when I tried to withdraw cash!\tdeclined_cash_withdrawal\nHelp me order my card.\torder_physical_card\nWhen will my deposit be processed?\tbalance_not_updated_after_cheque_or_cash_deposit\nCan both a Visa and Mastercard be received from you?\tvisa_or_mastercard\nWhat do I do if a transaction shows up twice?\ttransaction_charged_twice\nhow many virtual cards can i have, i want 8\tgetting_virtual_card\nI want to reverse a transaction I did this morning\tcancel_transfer\nCan I get an account for my son?\tage_limit\nhow to get card pin?\tget_physical_card\nMy phone was stolen, what should I do first?\tlost_or_stolen_phone\nI transferred money but the balance did not update.\tbalance_not_updated_after_bank_transfer\nMy card is missing.  Please help.\tlost_or_stolen_card\nPlease help! I was looking at my account and saw a transaction with a seller I don't remember. Is it possible for you to track the sale, because I really don't think I made a payment to them.\tdirect_debit_payment_not_recognised\nIn the exchange and holding, what fiat is allowed?\tfiat_currency_support\nI did a card payment but its status is still coming as pending. Please check and inform when it would complete.\tpending_card_payment\nCan you explain the various transaction times shown on my statement?\ttransaction_charged_twice\nI see a transfer fee, but to my understand, that should have been free, what happened?\ttransfer_fee_charged\nDo I need to order a new card if mine is expiring?\tcard_about_to_expire\nI'm having a hard time proving my identity.\tunable_to_verify_identity\nwhere is card accepted\tcard_acceptance\nWhy am I still waiting for a transfer?\tbalance_not_updated_after_bank_transfer\nwheres my pin\tget_physical_card\nI think my card is broke?\tcard_not_working\nThe exchange rate was incorrect for this item I bought.\tcard_payment_wrong_exchange_rate\nWhat are my options for holding money in multiple currencies?\tfiat_currency_support\nI no longer want to keep this account.\tterminate_account\nIs there something that I can do since my phone was stolen yesterday?\tlost_or_stolen_phone\nI got charged a fee for transferring money.\ttransfer_fee_charged\nHow do I get my card on the app?\tcard_linking\nWhy is top up not working for my apple pay app\tapple_pay_or_google_pay\nI want this fee reversed from my account.\trequest_refund\nI would like to change to a different currency.\texchange_via_app\nHow often can I top up?\ttop_up_limits\nHow long does it take for my payment to process?\tpending_card_payment\nCan I activate my card?\tactivate_my_card\nI transferred some money but it is not here yet\ttransfer_not_received_by_recipient\nHow can I change USD to GBP?\texchange_via_app\nHow can I update my details since I moved?\tedit_personal_details\nWho should I talk to or go to resolve a duplicate charge on my statement?\ttransaction_charged_twice\nWhy is  my balance not updated?\tbalance_not_updated_after_bank_transfer\nHi, I have been transferring money to my friends since morning, but all my transactions were getting failed. Can you please look into this issue.\tfailed_transfer\ncan I use it all over the world?\tcountry_support\nAre you aware of any charges for receiving money?\ttop_up_by_bank_transfer_charge\nIf US cards have a top up charge, what is it?\ttop_up_by_card_charge\nHow do I go about cancelling a transaction?\tcancel_transfer\nHi, Last week I have contacted the seller for a refund as directed by you, but i have not received the money yet. Please look into this issue with seller and help me in getting the refund.\tRefund_not_showing_up\nMy money I had was gone and I could not get gas!\ttopping_up_by_card\nWhere is the nearest Mastercard ATM?\tatm_support\nI'd like to order an additional card\tgetting_spare_card\nHow can I receive money from someone?\treceiving_money\nI am wondering about a transfer from a different country that doesn't show up yet?\tbalance_not_updated_after_bank_transfer\nCan you tell me why my top-up failed?\ttop_up_failed\nI had a payment reverted and would like to figure out why.\treverted_card_payment?\nHow do I track the card you sent to me?\tcard_arrival\nCan you elaborate on why I have an extra charge just for transferring?\ttransfer_fee_charged\nI found my card in my jacket this morning, so can I reactivate it?\tcard_linking\nHi, I made a transfer from France two days ago and thought it would be here by now. Can you give me an update please?\tbalance_not_updated_after_bank_transfer\nI notice that I have a card payment that's been cancelled.\treverted_card_payment?\nWhat do I do if the ATM took my card?\tcard_swallowed\nHow long after a failed topup will funds refurn to account\tpending_top_up\nWhat do I do to link my new card?\tcard_linking\nMy transfer to another account was not allowed. Why is that?\tbeneficiary_not_allowed\nHow can I edit my personal details in the app?\tedit_personal_details\nIs there a charge for getting more cards?\tgetting_spare_card\nIf I top-up by using a trasfer are there charges that applied?\ttop_up_by_bank_transfer_charge\nI did a money transaction and dont have a receipt\ttransfer_not_received_by_recipient\nI am unable to transfer money. I believe it is not working because it states it was declined.\tdeclined_transfer\nHow can I exchange GBP for AUD?\texchange_via_app\nWhy has my top-up failed?\ttop_up_failed\nPlease tell me why the purchase I made online returned payment. I really wanted this item and I've been trying for 2 weeks.\treverted_card_payment?\nCan I specify a day for my card to be delivered?\tcard_delivery_estimate\nCan you tell me what is wrong ? I top-up with you all the time but this time it just shows my top-up as pending. What is happening?\tpending_top_up\nI would like to close my account, as I'm not happy.\tterminate_account\nThe exchange rate I was charged for a purchase was not right.\tcard_payment_wrong_exchange_rate\nI bought something online a couple days ago, sent the money immediately online but the seller says it's still not there yet. How long do EU transfers actually take?\tpending_transfer\nIs my card ready for use or does it need activated and if so how?\tactivate_my_card\nI tried using my card at multiple vendors and now it's not working.\tcard_not_working\nThe app says I got cash from an ATM but I didn't\tcash_withdrawal_not_recognised\nexchanging currencies costs what?\texchange_charge\nWhen do i get charged a fee for using the card?\tcard_payment_fee_charged\nApple pay is not accepting my American Express card, can you assist me with this problem?\tapple_pay_or_google_pay\nWhy are top-ups being verified?\tverify_top_up\nThere was a strange transaction made on my account a couple weeks ago by a seller I don't recognize. May you please check on this transaction for me.\tdirect_debit_payment_not_recognised\nCan I set the account to auto top-up?\tautomatic_top_up\nWhen I tried to transfer funds to my friend today I was unable to do so, why?\tfailed_transfer\nI double checked that I have the correct account details already, they're right for sure. Transfer is still pending since forever. It should not have been done so.\tpending_transfer\nHow long does it take for me to get my pin\tget_physical_card\nCan I exchange from USD to GBP?\texchange_via_app\nWhy is there a fee associated with card use?\tcard_payment_fee_charged\nWhere can I get a physical card?\torder_physical_card\nI bought something in another currency, but the exchange rate was incorrect.\tcard_payment_wrong_exchange_rate\nI've deposited a check but the cash isn't showing that it's there yet.\tbalance_not_updated_after_cheque_or_cash_deposit\nI did not receive the correct amount for the exchange rate.\tcard_payment_wrong_exchange_rate\nDo I get an actual card?\torder_physical_card\nThe ATM ate my card; how do I get a new one?\tcard_swallowed\nCan i get money in my home currency at my ATM ?I am on holiday and bit concerned because i do not have any cash with me .Is it possible to withdraw without any additional cost.\twrong_exchange_rate_for_cash_withdrawal\nAfter I attempted a transfer, it failed.\tfailed_transfer\nI have never been charged for making an ATM cash withdrawal before, but I am now being charged a fee to withdraw cash. What happened?\tcash_withdrawal_charge\nI would like to cancel my account.\tterminate_account\nI'm trying to use a cheque to top up\ttop_up_by_cash_or_cheque\nI have a question regarding the PIN of the card?\tget_physical_card\nHow long does it take for a transfer to post\tbalance_not_updated_after_bank_transfer\nWhy was I charged more than I should have been?\textra_charge_on_statement\nHi, I'm trying to by some crypto and the app isn't allowing it. I really want to exchange this, what am I doing wrong?\tbeneficiary_not_allowed\nI'm having trouble proving my identity\tunable_to_verify_identity\nI have an unknown charge.\tdirect_debit_payment_not_recognised\nCan I use my American Express card to add money into my account?\tsupported_cards_and_currencies\nMy payment is in the app but hasn't gone through yet\tpending_card_payment\nIs my card activated?\tactivate_my_card\nCan I update my details?\tedit_personal_details\nThe ATM keeps declining my card! I tried two different ATMs already can you please check if everything is alright with my account??\tdeclined_cash_withdrawal\nI want a refund on this.\trequest_refund\nI don't know what this Direct Debit payment is.\tdirect_debit_payment_not_recognised\nI don't have the device I used to log onto the platform so I can't access it.\tlost_or_stolen_phone\nI got money overseas and the exchange rate was wrong\twrong_exchange_rate_for_cash_withdrawal\nWhat is the maximum top up?\ttop_up_limits\nWhat are acceptable documents to prove my identity?\tverify_my_identity\nIf my card is going to expire this month, do I need to order a new one?\tcard_about_to_expire\nDoes the app allowing exchanges between USD and GBP\texchange_via_app\nWhy was I declined when I tried to get my money?\tdeclined_cash_withdrawal\nI want to cancel the transaction I made earlier\tcancel_transfer\nI lost my card and need a new one, will it cost me?\tgetting_spare_card\nHello! I randomly got charged an extra fee today as i was shopping online and i have no idea why! Are there extra fees for card payments? Or am i missing something here?\tcard_payment_fee_charged\nIs it possible to exchange currencies on the app?\texchange_via_app\nWhat did you do with my money??? I just topped up, I saw the money was there, but now it's gone!! What did you do with it?\ttop_up_reverted\nAre you able to make exchanges to EUR?\tfiat_currency_support\nCan I see the source of my available money?\tverify_source_of_funds\nI need to know when a payment will actually go through. I completed a payment using my card but it is just showing as pending at this point and it has been a while ago.\tpending_card_payment\nI think someone is using my card without my permission!\tcompromised_card\nplease help my transfer go through\tfailed_transfer\nThe ATM shows a withdraw of the amount of money I requested but I didn't revieve that amount in cash.\twrong_amount_of_cash_received\nIt didn't give me my cash\twrong_amount_of_cash_received\nAre you Visa or Mastercard?\tvisa_or_mastercard\nIs there a limit to how much I can top-up?\ttop_up_limits\nWhy do we need to verify a top-up card?\tverify_top_up\nIs there a fee to top up a US card using a debit or credit card?\ttop_up_by_card_charge\nHow do I make sure my transfer isn't goin to an unsupported merchant?\tdeclined_transfer\nIs there a top up fee?\ttop_up_by_bank_transfer_charge\nI withdrew cash and was charged. Why?\tcash_withdrawal_charge\nIs there a way to track the delivery of my card?\tcard_arrival\nWhat's the reason for needing to verify my identity?\twhy_verify_identity\nDo you support fiat currencies?\tfiat_currency_support\nHow do I initiated a bank transfer to top up?\ttransfer_into_account\nHow many times can I auto top-up?\tautomatic_top_up\nI accidentally exceeded my PIN tries.  Please advise.\tpin_blocked\nHi, I'm trying to transfer money from one country to another, but it's taking a long time! All the account information is right, so why is it taking so long?\tpending_transfer\nI may have entered the PIN wrong and the account is blocked.  What do I have to do to get it unblocked.\tpin_blocked\nWhat should I do to top up using my Apple Watch?\tapple_pay_or_google_pay\nCurrently I can't get my card to work.\tcard_not_working\nI can't do the verification.\twhy_verify_identity\nI attempted to complete a topup, and I thought all was well, but now the money is gone again. Has there been a glitch?\ttop_up_reverted\nTell me the currencies that you support.\tfiat_currency_support\nWhy hasn't my transfer from Europe gone through?\ttransfer_timing\nWhat is the dollar that I have pending on my statement there?\textra_charge_on_statement\nI didn't make these transactions. Is someone else using my card?\tcompromised_card\nWhat countries can I use my account in?\tcountry_support\nCan I use an auto top-up option?\tautomatic_top_up\nMy phone was stolen yesterday, can you help me with this?\tlost_or_stolen_phone\nWhy did you charge me more for my purchase? It was a foreign currency and you didn't offer market rate\tcard_payment_wrong_exchange_rate\nWhich foreign currencies can I get transferred into my account?\treceiving_money\nI can't use my virtual disposable card\tvirtual_card_not_working\nCan I add money automatically to my account while traveling?\tautomatic_top_up\nA transaction I did to my friend hasn't arrived yet, why?\ttransfer_not_received_by_recipient\nWhy is my beneficiary not allowed?\tbeneficiary_not_allowed\nIf I don't live in the UK, can I get a card?\tcountry_support\nThere is a pending payment on my account, what does this mean?\tpending_card_payment\nwheres my money receipt\ttransfer_not_received_by_recipient\nI logged in wrong and am blocked, how do I log in?\tpin_blocked\nHow can I tell where the money came from?\tverify_source_of_funds\nWhat is the highest amount I can top-up?\ttop_up_limits\nI tried to use my card to withdrawal money from the ATM in Notting Hill but it didn't work. This is the first time I've tried using it. Is my card working?\tdeclined_cash_withdrawal\nIs the PIN sent in another message?\tget_physical_card\nI am here to change my adress.\tedit_personal_details\nWhy was a fee changed for my transfer?\ttransfer_fee_charged\nWhere do i go to receive a virtual card\tgetting_virtual_card\nHow do I cancel a recent transfer?\tcancel_transfer\nI need to transfer something to China. It is urgent. How many days will it take to get there?\ttransfer_timing\nCan you explain to me the way to verify my top up has gone through?\tverify_top_up\nHow to cancel a transaction\tcancel_transfer\nHow much time do transfers typically take? I sent money to a friend who needs it urgently. It's been hours and has not gone through.\ttransfer_not_received_by_recipient\nDo you guys have any age restrictions?\tage_limit\nI can't verify my ID. Why?\tunable_to_verify_identity\nCan I have a supplementary card?\tgetting_spare_card\nThere is a duplicate charge on my account.\ttransaction_charged_twice\nI require verification of my source of funds.\tverify_source_of_funds\nI haven't gotten my new card.\tcard_arrival\nYou promised no fees but now I've got one. What the hell!?\tcard_payment_fee_charged\nWhy was there an extra charge when I transferred money?\ttransfer_fee_charged\nWhy is a transaction still pending?\tpending_cash_withdrawal\nWhy is it necessary to verify the top up?\tverify_top_up\nWhat is this €1 charge?\textra_charge_on_statement\nI want a disposable virtual card, how do I do that?\tget_disposable_virtual_card\n\"\nWhere can I use my card?\"\tcard_acceptance\nCard has been received, how will it show up on the app?\tcard_linking\nI was trying to top-up and my credit card was declined. Can you tell me why?\ttop_up_failed\nWhen using my card I was charged a fee for doing so, why?\tcard_payment_fee_charged\nHi, can you tell me why my transfer keeps being rejected? I've been trying to send money to my friends this morning but failed every time and I have no idea why?\tfailed_transfer\nWhat do I need to do to exchange my money?\texchange_via_app\nI tried entering my pin several times incorrectly. Why isn't my pin working?\tpin_blocked\nMy account shows that I made a cash withdrawal but I cannot remember doing so!\tcash_withdrawal_not_recognised\nI need to track the card sent to me.\tcard_arrival\nI need to deposit money to my account\ttransfer_into_account\nEverytime I try to prove my identity it won't let me.\tunable_to_verify_identity\nMy card didn't work at the ATM in Notting Hill.  Is my card working?\tdeclined_cash_withdrawal\nJust received a message that my transfer is not possible??  What is going on.  I have done this before with no issues.\tbeneficiary_not_allowed\nWhat's the pending length for credit transactions? I've had one in my pending category now for days and it won't move to processed.\tpending_card_payment\nSome cash I didn't get shows in my app\tcash_withdrawal_not_recognised\nHelp me find the transfer that I did.\tbalance_not_updated_after_bank_transfer\nThere is a pending 1£ charge on my statement.  I haven't purchased anything for 1£.  Why is it on my statement?\textra_charge_on_statement\nWhat ATMs use this card?\tatm_support\nThe machine gave me the wrong amount of cash.\twrong_amount_of_cash_received\nMy top up is incomplete.\tpending_top_up\nI made a cash deposit going to my account but it is not there\tbalance_not_updated_after_cheque_or_cash_deposit\nLooks like my card payment was made two time by mistake. I went to pay at the store earlier which rejected once, second time it worked. App is on pending for one of the payments. Can you please remove one of them as it's wrong and clearly was declined?\ttransaction_charged_twice\nWhy did you charge me for taking out cash?\tcash_withdrawal_charge\nWhat do I need to do to get my new card which I have requested 2 weeks ago?\tcard_arrival\nWhat factors determine your exchange rate?\texchange_rate\nWhat is your opinion on the exchange rate?\texchange_rate\nMy exchange rate is wrong when I get cash.\twrong_exchange_rate_for_cash_withdrawal\nHelp!  I think my phone may be stolen or lost!\tlost_or_stolen_phone\nMy card payment is being declined and I've tried several times.\tdeclined_card_payment\nI would like to cancel my previous transaction\tcancel_transfer\nI went to do a transfer and it was declined.\tdeclined_transfer\nMy balance didn't change after I transferred some money.\tbalance_not_updated_after_bank_transfer\nThere is random cash in my account.\tcash_withdrawal_not_recognised\nI see an unfamiliar payment on my statement.\tcard_payment_not_recognised\nHow can my friend send money to me?\treceiving_money\nHow long will the $1 charge show as pending?\textra_charge_on_statement\nHow many transactions can I do with my disposable card?\tdisposable_card_limits\nLet me know when I get charged extra for payments. I saw on the app a fee I wasn't forewarned about.\tcard_payment_fee_charged\nThe card PIN is not visible anywhere?\tget_physical_card\nDelete all of my account information and my account right now.\tterminate_account\nWhy is there a fee for doing a transfer?\ttransfer_fee_charged\nThe transfer to my account was not allowed.\tbeneficiary_not_allowed\nCan I top-up my google pay?\tapple_pay_or_google_pay\nI have exceeded all my PIN tries\tpin_blocked\nMy top-up is taking a while to process!\tpending_top_up\nI thought I can make transfers for free, this is not fair. I bought something online from abroad and there was some weird additional fee that I've never seen before?\ttransfer_fee_charged\nCan I cancel an order if I haven't received the item yet? And how can I get my money back? Please help. Thanks.\trequest_refund\ni tried to withdraw money but was told i didn't have funds\tdeclined_cash_withdrawal\nAre there any extras for exchanging currency?\texchange_charge\nSomeone stole my wallet with my card in it while vacationing in Spain. I really need my card blocked and a new one ordered.\tlost_or_stolen_card\nWhy hasn't my top up gone through?\tpending_top_up\nWhy did you revert my top up?\ttop_up_reverted\nCan I reactivate a card?\tcard_linking\nMy top-up was rejected\ttop_up_failed\nI requested a refund directly from the seller but I still don't have it. I just want you to send me my money back. I did what you said to do and I still don't have it.\tRefund_not_showing_up\nWill my friends be able to top up my account?\ttopping_up_by_card\nI'm checking the app and I see a payment that's not mine.\tcard_payment_not_recognised\ni need to top up by card.\ttopping_up_by_card\nThe expiration date on my card is very soon, and I need to get a new one.  What are the price and delivery options for my replacement card?\tcard_about_to_expire\nIs it possible to hold money in multiple currencies?\tfiat_currency_support\nThere's a cash withdrawal on my account that I didn't make\tcash_withdrawal_not_recognised\nI am quite aggravated that I ordered online almost a month ago and I never got my package and I paid for it. I would really appreciate it if I could get a full refund back now.\trequest_refund\nAfter trying to update my account balance yesterday by cheque it doesn't seem to working. Shouldn't the process be quicker? I need my account looked at because there appears to be a problem.\tbalance_not_updated_after_cheque_or_cash_deposit\nI see a duplicate payment.\ttransaction_charged_twice\nWhy didn't my top up work?\ttop_up_reverted\nMy money transfer hasn't appeared yet.\tpending_transfer\nIt looks like a payment I've made hasn't made it through yet.\tpending_card_payment\nWhat do I do if my card is about to expire?\tcard_about_to_expire\nWhy does it matter that I prove my identity?\twhy_verify_identity\nI could not use my card in a store.\tdeclined_card_payment\nThe wrong exchange rate applied to my cash withdrawal.\twrong_exchange_rate_for_cash_withdrawal\nWill I be charged for receiving money?\ttop_up_by_bank_transfer_charge\nShould i uninstall the app before i try it again?\tcontactless_not_working\nI am not recognizing a debit payment from my account.\tdirect_debit_payment_not_recognised\nMy top up hasn't gone through yet, why?\tpending_top_up\nWhen will my new card arrive?\tcard_arrival\nCan I use a cheque to top up my account\ttop_up_by_cash_or_cheque\nMy transfer failed to process correctly. Is there a reason this would happen?\tfailed_transfer\nDo you have EUR currency available for me?\tfiat_currency_support\nDo I need to order a new card before it expires?\tcard_about_to_expire\nWhy hasn't payment gone through yet?\tpending_card_payment\nWhere are you cards supported?\tcountry_support\nI'm interested in learning more about disposable virtual cards.\tget_disposable_virtual_card\nI have to verify my identity. What do I need to do?\tverify_my_identity\nhow long does it take to reflect in my balance a top up\tpending_top_up\nI am still waiting for a transfer to show\tpending_transfer\nWhere do I find a virtual card?\tgetting_virtual_card\nIf I lost my phone at the hotel, can I still use the app?\tlost_or_stolen_phone\nAre you only able to get a card if you're in the UK?\tcountry_support\nI need my refund\tRefund_not_showing_up\nwhy do I have an unknown payment?\tcard_payment_not_recognised\nIt's been a week since I ordered my card and it's not here. Please help?\tcard_arrival\nCan you tell me why the transfer isn't showing up on my account?\tbalance_not_updated_after_bank_transfer\nHow do i cancel a charge?\tcancel_transfer\nHow do I top up by card?\ttopping_up_by_card\nI don't want to use this method to identify myself.\twhy_verify_identity\nAre there any places that I can't use the disposable cards at?\tdisposable_card_limits\nIt is extremely important that I cancel the transfer I made yesterday and put the money into a different account.  Is this possible?\tcancel_transfer\nIs there an auto top up option?\tautomatic_top_up\ndaughter needs card, how do i add her\tgetting_spare_card\nWhat exchange rate will I receive?\texchange_rate\nI think that my card has been stolen!\tlost_or_stolen_card\nFor a week now, I have tried to use my card and it is still not working.\tcard_not_working\nCan you tell me the ATMs I can use with my card?\tatm_support\nWhy hasn't my money transfer shown up yet?\tbalance_not_updated_after_bank_transfer\nI'd like to transfer funds using my credit card.\ttopping_up_by_card\nCan you tell me why I haven't received my new card yet?\tcard_arrival\nWhat is the first step I need to make for being able to access my account?\twhy_verify_identity\nHow do I link my card in the app.\tcard_linking\nI tried to make a transfer and it didn't work.\tfailed_transfer\nWon't let me top my card up!! Who can get it sorted out for me? It's urgent! How do I find out what the problem is with my card and how else to top it up?\ttop_up_failed\nI've already sent the money out and still have not received money in my account.\tbalance_not_updated_after_cheque_or_cash_deposit\nI tried to withdraw 50 pounds but it only gave me 30. Where is the rest of my money?\twrong_amount_of_cash_received\nI have been charged to much for the object I bought when abroad, the exchange rate seems to be wrong.\tcard_payment_wrong_exchange_rate\nNo option to top up with a cheque ?\ttop_up_by_cash_or_cheque\nWhy do you keep declining my payment?I tried several times already with this card and it is just not working.\tdeclined_card_payment\nI checked the app and my balance has not been updated for the cash or cheque deposit.\tbalance_not_updated_after_cheque_or_cash_deposit\nThe app does not know it is me.\tunable_to_verify_identity\nDO you know the reason for the identity check?\twhy_verify_identity\nWhat needs to be provided for identity verification?\tverify_my_identity\nIs there a limit to how much I can top up?\ttop_up_limits\nMy credit card was declined for top-up. Can you see if there is enough funds in my account?\ttop_up_failed\nstop the transaction\tcancel_transfer\nWhy am I unable verify my id?\tunable_to_verify_identity\nCan I have it by a certain date?\tcard_delivery_estimate\nHow do I order another card?\tgetting_spare_card\nI withdrew $100 but only received $20\twrong_amount_of_cash_received\nCan you tell me more info about virtual disposable cards?\tget_disposable_virtual_card\nI used my card to get cash then I was charged a fee that I shouldn't have been charged.\tcash_withdrawal_charge\nI have a card payment that has been pending for some time and would like to know when it is going to go through.\tpending_card_payment\nI need to be made aware when I am being charged an extra amount for payments please. I looked over the app earlier and noticed an additional feel related to one of the payments. I was not warned about this before.\tcard_payment_fee_charged\nI can't remember my app code, can you reset it?\tpasscode_forgotten\nI am still waiting for a money transfer to appear.\tpending_transfer\nI have been charged a fee for getting cash\tcash_withdrawal_charge\nDo you ship your cards anywhere?\torder_physical_card\nMy ID verification hasn't gone through yet, but can I use my account anyway?\twhy_verify_identity\nWhen I was traveling abroad, the exchange rate was applied wrong.\tcard_payment_wrong_exchange_rate\nHow long does my top up pending last?\tpending_top_up\nHello I changed my mind and really need a refund on something I bought recently. Can you please cancel the transaction and get me my money back. Please it's urgent.\trequest_refund\nWhat are the steps I should take to recover my swallowed card?\tcard_swallowed\nI am looking to transfer some money from my other bank account into this one.\ttransfer_into_account\nWhere is my credit card that was to be mailed?\tcard_arrival\nWhy is verification for my identity needed?\twhy_verify_identity\nIs there a way to set up an auto top-up?\tautomatic_top_up\nWhy hasn't my payment gone through yet?\tpending_card_payment\nI made a deposit and the balance hasn't been updated.\tbalance_not_updated_after_cheque_or_cash_deposit\nCan you find out why my credit card didn't process payment? It was declined for top up so what's the deal?\ttop_up_failed\nI want to transfer some money from my other bank account into this one.\ttransfer_into_account\nI'm panicking!  I lost my card!  Help!\tlost_or_stolen_card\nHow will I receive my PIN?\tget_physical_card\nWhy isn't the transfer to my account showing up?\tbalance_not_updated_after_bank_transfer\nI made a cash withdrawal and was charged a fee incorrectly can you help with this?\tcash_withdrawal_charge\nMy top-up does not seem to have worked, what  went wrong?\ttop_up_failed\nWhy am I being charge a fee when using an ATM?\tcash_withdrawal_charge\nThis exchange rate you use is awful! Please tell me this is a mistake and not the official interbank exchange rate!\tcard_payment_wrong_exchange_rate\nI recently bought something in foreign currency and I am unsure of the exchange rate. Is this rate applied correctly?\tcard_payment_wrong_exchange_rate\nI have been trying to make a transfer and it won't go through. I have checked all the receipts and its all correct but still won't let me do it.\tdeclined_transfer\nIs there a reason there's an extra fee on my statement?\textra_charge_on_statement\nThe top-up verification code is not visible.\tverify_top_up\nWhat happens if my card expires?\tcard_about_to_expire\nHow do I tell if my top up was reverted?\ttop_up_reverted\nI used my card to top up, but now I don't see the money in my account.\ttopping_up_by_card\nWhat's the best way to use a cheque to top up?\ttop_up_by_cash_or_cheque\nWho can I speak with regarding a lost card?\tlost_or_stolen_card\nCan I use American express with apple pay? Why does it make my top up not work?\tapple_pay_or_google_pay\nI have a trip coming up and want to add money automatically.\tautomatic_top_up\nI'm trying to make a bank transfer but It's not going through. Could there not be enough funds to transfer or something? Have I done it too many times?\tfailed_transfer\nCan I use this app for any currency?\tsupported_cards_and_currencies\nWhich foreign currencies do you accept for adding money?\tsupported_cards_and_currencies\nWhat do I need to bring for identification?\tunable_to_verify_identity\nSomeone might be using my card.  What should I do?\tcompromised_card\nSomeone hacked into my cards account.\tcompromised_card\nWhat do I do if the machine rejects my card?\tcard_not_working\nDo I have to go to an actual bank to change my PIN?\tchange_pin\nCould I get a mastercard if that's reasonable?\tvisa_or_mastercard\nWhy use a disposable card?\tget_disposable_virtual_card\nWhat transfer methods do you accept?\ttransfer_into_account\nWhy was I charged a fee on a cash withdrawal?\tcash_withdrawal_charge\nI think you reverted my top up.\ttop_up_reverted\nwhy have I got a pending transfer? I'm confused!!\tpending_transfer\nI tried activating my card and it doesn't work how do I solve this problem?\tactivate_my_card\nThere was money taken out of my account, and I'm pretty sure I didn't do it.\tcash_withdrawal_not_recognised\nWhat does pending mean on a cash withdrawal?\tpending_cash_withdrawal\nWhat's the process of changing from GBP to AUD?\texchange_via_app\nI tried to withdraw some money from an ATM this morning but wasn't able to get the amount of cash I needed. The amount in the app says what I was trying to withdraw was deducted, but I don't have any money. What do I do about this?\twrong_amount_of_cash_received\nWhen I top-up, the app reverts it.\ttop_up_reverted\nDo you have any top-up limits?\ttop_up_limits\nAre these cards available in europe?\tcountry_support\nCan I order a new card by phone?\tcard_about_to_expire\nI would like to cancel a transfer\tcancel_transfer\nMy top up did not go through yet.\tpending_top_up\nI'm not sure why the card payment didn't work.\tdeclined_card_payment\nWhat is the fee to top-up my account\ttop_up_by_bank_transfer_charge\nHow come there is a $1 extra charge on my statement?\textra_charge_on_statement\nCan I pay for my gas using my Apple watch?\tapple_pay_or_google_pay\nI think when I withdrew money when out of country the exchange rate was wrong.\twrong_exchange_rate_for_cash_withdrawal\nWhat should I do if my smart phone is lost or stolen?\tlost_or_stolen_phone\nI hate this company! Can you delete my account?\tterminate_account\nMy address needs to be changed.\tedit_personal_details\nI need to freeze my card. There are charges on there that i did not authorize. They've been coming out for a couple of days. Can i get this money back?\tcard_payment_not_recognised\nI deactivated my card but would like to reactivate it.\tcard_linking\nWas there a way for me to get tracking for that?\tcard_arrival\nHow can I top up my account by bank transfer?\ttransfer_into_account\nWhy is there a fee for cash withdrawal?\tcash_withdrawal_charge\nI think my top up has been reverted\ttop_up_reverted\nI tried to make a transfer and it failed.\tfailed_transfer\nMy ATM withdrawal was declined.\tdeclined_cash_withdrawal\nI have not used my card all day, however, there is an unusual payment showing in my app.  I would like to have that amount reimbursed.\tdirect_debit_payment_not_recognised\nHow can I get money in my home currency while I'm traveling internationally? I wanted to take it out of a local ATM but am worried that I will get charged extra fees.\twrong_exchange_rate_for_cash_withdrawal\nDo you charge a fee on currency exchange?\texchange_charge\nHelp! I lost my card!\tlost_or_stolen_card\nI can't get the ATM to give me any cash\tdeclined_cash_withdrawal\nMy account is devoid of funds. Am I permitted to submit additional money via bank transfer?\ttransfer_into_account\nWhere is the verification code display?\tverify_top_up\nif i found a lost card can i put it back in app\tcard_linking\ni want to get a card but i live in the US\tcountry_support\nI need to order a new virtual card, how do I do that?\tgetting_virtual_card\nWill my card be here soon?\tcard_delivery_estimate\nI sent a payment, but the person I sent it to says they don't have it\ttransfer_not_received_by_recipient\nWhat should I do if my physical card isn't working?\tcard_not_working\nHow long will it take for the cash I deposited this morning to show up?\tbalance_not_updated_after_cheque_or_cash_deposit\nMy app is showing a payment that I know I did not do. Can you please cancel that transaction and credit my account please?\tdirect_debit_payment_not_recognised\nErrors keep showing up every time I try to make this transfer and I am on a time crunch,  could you please help.\tfailed_transfer\nI had a seller reach out to me saying my money didn't come through to them, but I'm sure it was removed from my account. Can you figure out what the deal is here?\treverted_card_payment?\nPlease help.  The card won't work.\tcard_not_working\nHow can I tell if there will be a fee added to my payment or not?\tcard_payment_fee_charged\nThere is more than one charge on my account for a transaction.\ttransaction_charged_twice\nIs my card broken? I can't get cash out of the ATM\tdeclined_cash_withdrawal\nThere is a card payment I'm not familiar with.\tcard_payment_not_recognised\nI tempted to get some money out of the machine earlier and it did not work.Looking now, the transaction actually shows to still be in progress. I would certainly appreciate someone look into this and let me know what's going on. I definitely do not want to be charged for money I never received.\tpending_cash_withdrawal\nWhat would I be charged in receiving a SEPA transfer?\ttop_up_by_bank_transfer_charge\nWhats the limit on my top up\ttop_up_limits\nMy top-up was supposed to be done, but now the money is gone! Is there a glitch in your system?\ttop_up_reverted\nIs there a charge for getting my money?\ttop_up_by_bank_transfer_charge\nwhy did my payment revert\treverted_card_payment?\nI'm using the app and I noticed a payment that I didn't make.\tcard_payment_not_recognised\nThere is a direct debit payment on my account that I didn't authorize.\tdirect_debit_payment_not_recognised\nWhat kind of cards an currency do you support?\tsupported_cards_and_currencies\nIs there a fee to top up by bank transfers?\ttop_up_by_bank_transfer_charge\nAm I charged a fee to transfer funds?\ttransfer_fee_charged\nI've tried completing a very standard transfer and have already attempted it 5 times. What's going on here? Is there a problem with your system?\tfailed_transfer\nIf I want to get an account for my daughter, can I do that?\tage_limit\nI've forgotten my app passcode completely.\tpasscode_forgotten\nI live in America, but I would like a card.\tcountry_support\nHow do I receive a card?\torder_physical_card\nWhat are the reasons a beneficiary would be denied?\tbeneficiary_not_allowed\nThere's a duplicate charge on my account?\ttransaction_charged_twice\nHello, I see that I have been charged an extra $1 on my app.  Could you please provide me with a reason for this charge?\textra_charge_on_statement\nIs there a limit to the number of disposable cards I can have?\tdisposable_card_limits\nWho do I contact if there is a direct debit that I did not create.\tdirect_debit_payment_not_recognised\nWhy is the transaction to my friend still pending?\ttransfer_not_received_by_recipient\nI think I have an extra transfer charge.\ttransfer_fee_charged\nthis verifying the top up is annoying\tverify_top_up\nI have a cash withdrawal in my statement. Why is that?\tcash_withdrawal_not_recognised\nWhy am I being charged certain fees? I noticed a fee after I withdrew some money for groceries earlier today.\tcash_withdrawal_charge\nI believe i was charged for making a withdrawal after i went grocery shopping. Are you guys charging for this now?\tcash_withdrawal_charge\nVisa or Mastercard?\tvisa_or_mastercard\nWas I charged extra for using my card?\tcard_payment_fee_charged\nI would like more physical cards\tgetting_spare_card\nIs my top up not working?\tpending_top_up\nHow do I edit my details?\tedit_personal_details\nWhat's going on? I was just recently charged for an ATM withdrawal. I've never seen this charge before and before it's always been free.\tcash_withdrawal_charge\nMy source of funds need verification.\tverify_source_of_funds\nHow many disposable cards can I make in a day?\tdisposable_card_limits\nI do not see the money I transferred into this account\tbalance_not_updated_after_bank_transfer\nWhy isn't my deposit in my account?\tbalance_not_updated_after_cheque_or_cash_deposit\nCan you please tell me why I was charged an extra fee on my transfer?\ttransfer_fee_charged\nMy card is not working.\tcard_not_working\nThe service here is horrible, I want to delete my account.\tterminate_account\nWhy is there an extra pound charge that is pending?\textra_charge_on_statement\nDo you give out Visa or Mastercards?\tvisa_or_mastercard\nI need assistance finding out why I am unable to top-up my card, it keeps getting refused.  It is extremely imperative I get this resolved quickly.\ttop_up_failed\nHelp! I'm missing money, I deposited a cheque but its not showing on my balance.\tbalance_not_updated_after_cheque_or_cash_deposit\nWhat businesses accept my card?\tcard_acceptance\nIs there always a charge when withdrawing money?\tcash_withdrawal_charge\nI tried to buy something online but my funds were transferred back to my account. What is happening?\treverted_card_payment?\nThere is a 1£ charge that appears as pending on my statement. What is that? I haven't purchased anything for a pound there.\textra_charge_on_statement\nHow do I reset my password?\tpasscode_forgotten\nI saw a fee on my receipt from withdrawing money while shopping earlier.  Is there supposed to be a fee for this type of transaction?\tcash_withdrawal_charge\nI'm still expecting the transaction to be finished\ttransfer_not_received_by_recipient\nMy phone was stolen, what can I do?\tlost_or_stolen_phone\nI need money put into this account from another one.\ttransfer_into_account\nMy card's expiring a month from now, should I place an order for the new card?\tcard_about_to_expire\nHow much longer is it going to take to get my new card?\tcard_arrival\nAm I able to return an item for a refund?\trequest_refund\nWhen did you send me my new card?\tcard_arrival\nI got a message that my transfer is not possible.  What is happening?  I need this to go through please.\tbeneficiary_not_allowed\nWhy do you require identification documents\twhy_verify_identity\nMy withdrawals were going smooth until I got declined today. What is going on?\tdeclined_cash_withdrawal\nI need to withdraw money. Where can I do that?\tatm_support\nAfter making a payment with my card it doesn't seem to have worked. It's just showing to be pending. When will this actually be going through?\tpending_card_payment\nHow come there is an extra fee on my statement?\textra_charge_on_statement\ni need to add express delivery if that's an option\tcard_delivery_estimate\nWhen I tried to pay in a store my card din't work\tdeclined_card_payment\nCan I only top-up digitally? Or could I use cash?\ttop_up_by_cash_or_cheque\nAm I able to look back at a transaction to see who with drawled some money from my account? I don't remember authorizing this a few weeks ago, but wanted to double check who took the money.\tdirect_debit_payment_not_recognised\ni have been trying to top up my account with a check but it won't work\ttop_up_by_cash_or_cheque\nCan top ups be done from an apple watch.\tapple_pay_or_google_pay\nHow long is the transfer?\ttransfer_timing\nWhere is my card?\tcard_arrival\nThe app rejected my top up\ttop_up_failed\nHello, I tried to top up with my card, but it didn't work. I just got it a couple days before and it works fine. What's the deal? Can you check into this?\ttop_up_failed\nAre the delivery days flexible?  My schedule only allows me to be a available on specific dates.\tcard_delivery_estimate\nWhy did my transfer get declined?\tdeclined_transfer\ndo i have to wait for a physical card before i get my pin\tget_physical_card\nI bought an item and now I want a refund.\trequest_refund\nHello I changed my mind and really need a refund on one of things I bought recently. Can you please cancel the transaction and get me my money back. Pls it's urgent\trequest_refund\nI was charged multiple times at the same location at the same time\ttransaction_charged_twice\nI have transactions that I don't recognize - I think someone is using my card.\tcompromised_card\nI'd like to know how transferring my money into my account works.\ttransfer_into_account\nWhat will my exchange rate be?\texchange_rate\nWhy does my statement show a $1 charge on my account?\textra_charge_on_statement\nWhat is the charge for paying with my card?\tcard_payment_fee_charged\nI put money in my account a week ago but its still not there?? What happened to my money?\tbalance_not_updated_after_cheque_or_cash_deposit\nWhen will my top up go through?\tpending_top_up\nI need to know which fiat currencies I can use with you.\tfiat_currency_support\nHurry and refund me, I am waiting\tRefund_not_showing_up\nMy credit card got declined for top up! What's going on? Can you check on why it didn't go through?\ttop_up_failed\nHow come I can't get money at the ATM\tdeclined_cash_withdrawal\nI tried to used my card in a shop and the transaction was declined.\tdeclined_card_payment\nI want to revert this mornings transaction.\tcancel_transfer\nCan I have a mastercard?\tvisa_or_mastercard\nMy balance was not updated with my checque or cash deposit.\tbalance_not_updated_after_cheque_or_cash_deposit\nWhere's the money I transferred into my account?\tbalance_not_updated_after_bank_transfer\nWhat exchange rates do you use?\texchange_rate\nIs there a charge for cash withdrawals? I always thought it was free.\tcash_withdrawal_charge\nHow old must I be to open an account?\tage_limit\nI am adding money, what currencies do you accept to do this?\tsupported_cards_and_currencies\nThere is a direct debit patentp that I haven't authorized.\tdirect_debit_payment_not_recognised\nI've made a transfer from France two days ago but I was wondering if international transfers take longer to arrive because it hasn't made it yet.\tbalance_not_updated_after_bank_transfer\nI paid with my card and ended up being charged a fee.\tcard_payment_fee_charged\nGiven a choice, I'd rather have Mastercard.\tvisa_or_mastercard\nCan I use any card and currency?\tsupported_cards_and_currencies\nHow do I activate my new card\tactivate_my_card\nI am very dissatisfied with the services that you are providing.  I want to cancel my account.\tterminate_account\nI'd like to get a Visa card, please.\tvisa_or_mastercard\nWhy is my withdrawal wrong? I took out $100 but only received $20.\twrong_amount_of_cash_received\nMy Google pay top up isn't working.\tapple_pay_or_google_pay\nHow many physical cards am I allowed to have?\tgetting_spare_card\nWhy isn't my cash deposit showing up in my account?\tbalance_not_updated_after_cheque_or_cash_deposit\nPlease explain the charge of 1L in error.  I have purchased nothing in this amount.\textra_charge_on_statement\nPlease tell me which fiat currencies you support.\tfiat_currency_support\nwhy is a transfer to beneficiary not possible?\tbeneficiary_not_allowed\nI want to reactivate my card, I thought I had lost it but I found it.\tcard_linking\nCan I have a card even if I am not living in the UK?\tcountry_support\nI had everything lined up to make a transfer, and then it rejected it.\tdeclined_transfer\nI went to look at my top-up and it was canceled, can you tell me why this happend?\ttop_up_reverted\nWhy is my last transfer pending?\tpending_transfer\nI happened to forget my passcode\tpasscode_forgotten\nIf I live outside of the UK am I still eligible for a card?\tcountry_support\nCan the card was sen to me be tracked?\tcard_arrival\nI can't get my virtual card to work.\tvirtual_card_not_working\nI am reluctant to use ATMs international because I don't get an accurate exchange rate\twrong_exchange_rate_for_cash_withdrawal\nWhat do I do if I have exceeded all my PIN tries?\tpin_blocked\nI asked for a refund but its not here yet\tRefund_not_showing_up\nmy phone has been stolen by someone\tlost_or_stolen_phone\nExplain the extra ATM fees.\tcash_withdrawal_charge\nI already got my item but just got my money back\treverted_card_payment?\nThe ATM did not give me my card back?\tcard_swallowed\nAre all fiat currencies supported?\tfiat_currency_support\nContactless payments need to be enabled for my card.\tcontactless_not_working\nIt has been a couple of hours but I do not see my balance updated, can you help?\tbalance_not_updated_after_bank_transfer\nWhy did the app deny my top-up?\ttop_up_failed\nFor some reason I forgot the passcode I have.\tpasscode_forgotten\nWhy hasn't my cash been deposited yet?\tbalance_not_updated_after_cheque_or_cash_deposit\nCan you please explain why the exchange rate for the item I bought is wrong?\tcard_payment_wrong_exchange_rate\nHow do I get a new card when my old one expires?\tcard_about_to_expire\nIs it possible to track the card you sent me?\tcard_arrival\nHow do I go about transferring money using my credit card?\ttopping_up_by_card\nHow can I tell if someone else is using my card?\tcompromised_card\nI need to order a new card as my old one will expire soon. Can you tell me how to order a new one?\tcard_about_to_expire\nHow long is delivery to the US?\tcard_delivery_estimate\nMy cash withdrawl has the wrong rate of exchange.\twrong_exchange_rate_for_cash_withdrawal\nWhat is the way to go about getting a virtual card?\tgetting_virtual_card\nWhen will a cash withdrawal show up?\tpending_cash_withdrawal\nMy app shows a direct debit that isn't mine.\tdirect_debit_payment_not_recognised\nOn what do you base your exchange rates?\texchange_rate\nWhere can I locate my card PIN?\tget_physical_card\nI still do not see the cash deposit in my account from last week. Why?\tbalance_not_updated_after_cheque_or_cash_deposit\nMy card hasn't arrived in the mail yet. I ordered it two weeks ago. What can I do?\tcard_arrival\nI need someone to assist me with explaining how much I can top-up.\ttop_up_limits\nTell me how to top up my account using bank transfer.\ttransfer_into_account\nWhat do I do if I can't access the app?\tlost_or_stolen_phone\nIs there restrictions on where I can use my card?\tcard_acceptance\nWhy has my new card still not come?\tcard_arrival\nWhy am I being charged more on exchange with things I bought abroad?\tcard_payment_wrong_exchange_rate\nI need to transfer money into my account, HOW?\ttransfer_into_account\nneed to know if there is a maximum i can top up\ttop_up_limits\nAre there any limit on the auto top-up?\tautomatic_top_up\nDoes the app allow for exchanges between currencies?\texchange_via_app\nI think the rate that was applied to my purchase using foreign currency is wrong. Help!\tcard_payment_wrong_exchange_rate\nI found my card that I thought I had lost, I need to reactive it, please help.\tcard_linking\nI want to transfer money with my credit card.\ttopping_up_by_card\nWhy do I get declined when I try to withdraw cash?\tdeclined_cash_withdrawal\nI need to modify my details.\tedit_personal_details\nI finally got my card.  Now I want to link it.  Is that something you have to do or can I do that?\tcard_linking\ni live in portugal. do you operate here?\tcountry_support\nWhen should I expect my card to arrive?\tcard_delivery_estimate\nHelp me. My transfer was declined. How could this happen?\tdeclined_transfer\nI want to cancel a transaction.\tcancel_transfer\nI have a cash withdrawal on my statement that I am unsure of.\tcash_withdrawal_not_recognised\nWhat are the reasons to be charged a fee on card payments?\tcard_payment_fee_charged\nChange my pin?\tchange_pin\nI think the exchange rate is wrong for my ATM withdrawal\twrong_exchange_rate_for_cash_withdrawal\nNo refund showing in my statement.\tRefund_not_showing_up\nWhy isn't my id verifying?\tunable_to_verify_identity\nWhat is the limits on the number of disposable cards I can have?\tdisposable_card_limits\nCan you assist on apple watch top ups?\tapple_pay_or_google_pay\nWhen are you going to activate my card?\tactivate_my_card\nThis exchange rate on my purchase is wrong.\tcard_payment_wrong_exchange_rate\nSomeone that I had to send money to told me that they didn't receive the full amount I sent them - can you look into this?\ttransfer_fee_charged\nI'm confused. My contactless is suddenly not working anywhere that I try to use it. How do I fix it?\tcontactless_not_working\nDoes your app allow currency exchanges between USD and GBP?\texchange_via_app\nI don't see any change in my balance.\tbalance_not_updated_after_bank_transfer\nI need to change my address\tedit_personal_details\nCan someone in the US have a card?\tcountry_support\nCan I have more than one card?\tgetting_spare_card\nI might need to exchange between USD and GBP, is this possible with your app?\texchange_via_app\nI found my card. How can I put it into my app?\tcard_linking\nI purchased something about one to two weeks ago but for some reason the payment was returned to my account today even though I've already received one of the items. Can you tell me what's going on?\treverted_card_payment?\nWhat is the reason for the extra fee on my statement?\textra_charge_on_statement\nTransaction showing up many times.\ttransaction_charged_twice\nWhy would I need a disposable card?\tget_disposable_virtual_card\nI have a question about ATM transactions. Can I take money out of an ATM when I'm traveling abroad? And, can I get the money in my home currancy?\twrong_exchange_rate_for_cash_withdrawal\nI transferred some money but it hasn't arrived.\ttransfer_not_received_by_recipient\nFor what reason is my transfer still pending now?\tpending_transfer\nIs there a problem with your system being down or something? I have already tried 5 times to issue a standard transfer but I'm getting nowhere.\tfailed_transfer\nI tried doing an in country transfer earlier this week. I thought it would be there by now but I still don't see the money. Can you check the status on my transfer?\ttransfer_not_received_by_recipient\nI was not given the amount of cash I withdrew\twrong_amount_of_cash_received\nWhy am I being charged to make cash withdrawals? I thought they were supposed to be free!\tcash_withdrawal_charge\nI wanted to purchase something online but the payment was returned back to me. This has been going on for a couple of weeks. Please tell me what is going on here?\treverted_card_payment?\nThere is an unauthorized payment in my statement.\tcard_payment_not_recognised\ni am not a premium customer but i want a virtual card, how do i get it\tdisposable_card_limits\nCan I have a spare card for this account please?\tgetting_spare_card\nI am still waiting to find out the status of my refund. I have made previous attempts to find out what the status is to no avail. Will you please look into this for me?\tRefund_not_showing_up\nI need you to delete my account now.\tterminate_account\nI don't know where my phone is.\tlost_or_stolen_phone\nI just realized I made the wrong transaction yesterday. Would  you please make it correct?I need it by tomorrow Please.\tcancel_transfer\nI don't have my mobile device and am unable to make the payment because I forgot my details.\tlost_or_stolen_phone\nI still don't have a refund.\tRefund_not_showing_up\nMy friend says he hasn't received my transaction\ttransfer_not_received_by_recipient\nPlease help me, its urgent. Someone has withdrawn money from my account as few hours before my wallet has been. Now i want to stop withdrawal of more money.\tcash_withdrawal_not_recognised\nI want to use my card. How do I activate it?\tactivate_my_card\nPlease help me get a refund?\trequest_refund\nHello, I didn't receive the right amount on my ATM transaction,  the app shows the correct amount how can we fix this\twrong_amount_of_cash_received\nThe ATM cancelled a transaction on me when I was trying to get some cash out.\tdeclined_cash_withdrawal\nIs there a fee for sending additional cards?\tgetting_spare_card\nHow long will it take to transfer something to China urgently?\ttransfer_timing\nI am not happy with your service and request that my account be terminated!\tterminate_account\nWhat do I do if my phone was stolen?\tlost_or_stolen_phone\nWhy is there an extra fee charged?\textra_charge_on_statement\nCan I get money in my home currency at some ATM? I'm on holiday and am a bit concerned because I don't have any cash with me, it is possible to withdraw here already without any additional cost?\twrong_exchange_rate_for_cash_withdrawal\nWhat do I do to close my account?\tterminate_account\nWhy does it still charge me even though I was unable to withdraw money from the ATM?\tpending_cash_withdrawal\nI must change my address.\tedit_personal_details\nI was under the impression that you offer crypto top up; however,  it doesn't appear to be working. The money has now disappeared from my account so I need to know what the deal is?\ttop_up_reverted\nCan you help me with my card, I think it's broke.\tcard_not_working\nMy withdrawal is pending, why?\tpending_cash_withdrawal\nWhat is identity check?\twhy_verify_identity\nMy beneficiary is not allowed?  Why?\tbeneficiary_not_allowed\nUsing international ATMs messes up the exchange rate.\twrong_exchange_rate_for_cash_withdrawal\nPlease update me on whether you have received the funds for the refund of the large purchase I made recently. I have requested this from the merchant days ago but still haven't got anything.\tRefund_not_showing_up\npending transaction?\tpending_card_payment\nIs there a reason my cash withdrawal was declined?\tdeclined_cash_withdrawal\nWhere is my refund? it appears to be missing.\tRefund_not_showing_up\ndo you accept from usa credit card?\tsupported_cards_and_currencies\nThere are a couple payments with my card displayed in the app which I didn't make. What is happening? Maybe someone has access to my card.\tcard_payment_not_recognised\nWhat is the current exchange rate?\texchange_rate\nAm I charged more for using the ATM?\tcash_withdrawal_charge\nMy cash withdrawal was declined, why?\tdeclined_cash_withdrawal\nHow did you arrive at the rate of exchange? I thought that I would get more cash.\twrong_exchange_rate_for_cash_withdrawal\nI needed cash from the ATM but I couldn't get it.\tdeclined_cash_withdrawal\nWhere can I get my currencies exchanged?\texchange_via_app\nI made an ATM withdraw it didn't give me the amount I asked for but is showing a withdraw for that amount.\twrong_amount_of_cash_received\nIs a SWIFT transfer acceptable?\ttop_up_by_bank_transfer_charge\nI'm still waiting for the top-up!\tpending_top_up\nI would like to activate my card.\tactivate_my_card\nThe amount of exchange was not correct for the item i bought.\tcard_payment_wrong_exchange_rate\nDo you have any card fees if I want to add money using an international card?\ttop_up_by_card_charge\nCould I get a MasterCard and Visa from you?\tvisa_or_mastercard\nI see a direct debit transaction in the app that is not mine\tdirect_debit_payment_not_recognised\nWhy is my deposit still pending?\tbalance_not_updated_after_cheque_or_cash_deposit\nWhy is the exchange rate different on my recent purchase?\tcard_payment_wrong_exchange_rate\nI needed to send my friends some money urgently.  I tried multiple times to transfer the money this morning, but the transfer keeps failing.  Can you tell me why the transfer is getting rejected?\tfailed_transfer\nI've just got married and want to change my name.\tedit_personal_details\nThere is a strange 1£ charge that appears as pending on my statement. What's the cause for that? I haven't purchased anything for a pound.\textra_charge_on_statement\nI have exceeded the number of PIN attempts\tpin_blocked\nI am yet to receive the money in my account how long will this take?\ttransfer_timing\nHow do you Top Up on the apple watch?\tapple_pay_or_google_pay\nCan you please advise if there is something wrong with my card? I have had multiple rejections and do not know the reason. Thanks!\tdeclined_card_payment\nWhat caused my top-up to be returned?\ttop_up_reverted\nWhat do I need to do to transfer money with my credit card?\ttopping_up_by_card\nWill I see fees from adding money with an international card?\ttop_up_by_card_charge\nI used the wrong account number!\tcancel_transfer\nHow can I verify my identity?\tverify_my_identity\nI want to choose a new PIN.\tchange_pin\nIs there a reason my transfer would have been declined?\tdeclined_transfer\nDo you have support for flat currencies?\tfiat_currency_support\nAre you able to guide me to my card's location?\tlost_or_stolen_card\nCan I have a Visa card?\tvisa_or_mastercard\nI need to transfer money to my account from another bank\ttransfer_into_account\nWhy won't my transfer go through?\tfailed_transfer\nHow long does EU transfer take? I bought something online a couple days ago , sent the money immediately online but the seller says it is still not there yet\tpending_transfer\nMy contactless stopped working today no matter where I try to use it. How do I get it to start working again?\tcontactless_not_working\nI moved and need to change my personal information.\tedit_personal_details\n\"I have an account at another bank, but I want to transfer some of the money to my account here.\n.\"\ttransfer_into_account\nThe ATM keeps declining my Transaction . I tried two different ATMs already can you please check if everything is okay with my account?\tdeclined_cash_withdrawal\ni cant seem to activate card\tactivate_my_card\nWho charged me a fee for paying by card?\tcard_payment_fee_charged\nIf you to to account, hit activate, and follow the instructions, you can activate it in just a few seconds.\tactivate_my_card\nI've been trying to make a transfer and it doesn't seem to be working. (5 times) What is wrong with your system?\tfailed_transfer\nMy card is lost!  Please help me!\tlost_or_stolen_card\nMy account transfer was blocked.\tbeneficiary_not_allowed\nCan I request a refund\trequest_refund\nWhat's the maximum amount I can top up my card with please?\ttop_up_limits\nWhen I was drunk I got my card stuck in your machine because i mis-typed my PIN. What do I need to do to get it restored?\tpin_blocked\nWhere can I find out the fee structure for my account? I have been charged fees for some transactions, but not for other ones. I can't find a pattern in these fees.\tcard_payment_fee_charged\nWhy didn't the ATM give me all my money\twrong_amount_of_cash_received\nWhy is top up not working if I use my American express with my apple pay?\tapple_pay_or_google_pay\nWhy am I being charged fees on some transactions but not on others? What am I missing here? I cannot find where to see the fee structure on my account. Help!\tcard_payment_fee_charged\nThe bank machine didn't give my card back how do I get a new one fast?\tcard_swallowed\nDo I have to go to the bank to change my PIN?\tchange_pin\nI got cash and was charged a fee that shouldn't be there!\tcash_withdrawal_charge\nHow do I deposit through bank transfer?\ttransfer_into_account\nDo you convert to Euro?\tfiat_currency_support\nI made a bank transfer earlier from my UK account.  I don't see it yet, can you check the status?\tbalance_not_updated_after_bank_transfer\nMy exchange rate was wrong for an Item I bought!\tcard_payment_wrong_exchange_rate\nHow do you determine your exchange rates?\texchange_rate\nCan I change my PIN in Austria?\tchange_pin\nAre extra charges added for sending out additional cards?\tgetting_spare_card\nHelp me terminate and close my account.\tterminate_account\nWhy couldn't I transfer funds to my beneficiary?\tbeneficiary_not_allowed\nI want to be sure that everything is okay here. I just made a transfer from a UK account and it is still not showing up. How long does this typically take?\tbalance_not_updated_after_bank_transfer\nI want to use my account before identity verification\twhy_verify_identity\nSomeone has been using my card. There are unfamiliar transactions on there. Can you freeze the card to keep this from happening?\tcompromised_card\nHow do I use my card if I lost my phone?\tlost_or_stolen_phone\nWhere is my virtual card located?\tgetting_virtual_card\nIt is urgency. Please freeze my card now. As someone in some odd remote town has withdrawn some money by using my card. As i did not withdraw any money.\tcash_withdrawal_not_recognised\nMy Bank is in Europe, how long will the transfer take?\ttransfer_timing\nHow do I make a currency exchange?\texchange_via_app\nI see a direct debit charge that I did not approve\tdirect_debit_payment_not_recognised\nWhy is there a fee for getting cash?\tcash_withdrawal_charge\nI want to delete my account. How do I do this?\tterminate_account\nI cannot try my PIN anymore.\tpin_blocked\nI believe a wrong exchange rate was applied towards a cash transaction I made abroad.\twrong_exchange_rate_for_cash_withdrawal\nDo you charge extra for duplicate cards?\tgetting_spare_card\nCan I already use my account although the identity verification has not passed yet?\twhy_verify_identity\nI checked my statement and saw a charge of one pound, where is this charge coming from?\textra_charge_on_statement\ni need a refund right away but the funds aren't available in my account\tRefund_not_showing_up\nWhy didn't my transfer complete?\tfailed_transfer\nI have a transfer from the US, How long is the wait?\ttransfer_timing\nI only have one other credit card from the US. Do you accept that?\tsupported_cards_and_currencies\nIs there a charge for using transfers for top ups?\ttop_up_by_bank_transfer_charge\nI managed to drunken block my card :(( Help!\tpin_blocked\nMy card appears to have never arrived?\tcard_arrival\nI transferred money to my account but it is not showing.\tbalance_not_updated_after_bank_transfer\nDo you deal with EUR?\tfiat_currency_support\nHow much would an extra card cost?\tgetting_spare_card\nWhat locations can I get money from?\tatm_support\nthere is a transfer pending.\tpending_transfer\nI want some extra physical cards.\tgetting_spare_card\nEvery ATM I visit is rejecting my card and I don't know why. There should be money on it. Can you check it to see if something is wrong or if I'm doing something wrong?\tdeclined_cash_withdrawal\nI tried using my card, but it doesn't work.\tcard_not_working\nI didnt get the correct exchange rate for getting cash\twrong_exchange_rate_for_cash_withdrawal\nI do not recongize a payment in my account.\tcard_payment_not_recognised\nI think someone may have cloned my card or something.  My card isn't lost but I just saw a charge of $500 cash withdraw.  Can you help me?\tcash_withdrawal_not_recognised\nHow do I obtain a second card?\tgetting_spare_card\nThe first payment I attempted for my card at the store earlier did not process so I had to make a second attempt. The second time it worked. It now appears I was charged twice. After looking at the app I see a pending charge. Please remove the pending amount because it is clearly not accurate and was declined.\ttransaction_charged_twice\nCan you assist me in acquiring a virtual card?\tgetting_virtual_card\nI was told to verify my identity, how do I do that?\tverify_my_identity\nI haven't received my pin\tget_physical_card\nI am locked out from entering my pin.\tpin_blocked\nI paid my rent into the wrong account, could you please pay it into the right account, it needs to be done by tomorrow.\tcancel_transfer\nWhat is happening?  I have tried to transfer money 5x already.  Is the system down?  This shouldnt be happening as this is a basic transfer.\tfailed_transfer\nHow much for an actual card?\torder_physical_card\nI messed up and made a transaction using the wrong account.\tcancel_transfer\nI did a cash deposit to my account but it doesn't show up\tbalance_not_updated_after_cheque_or_cash_deposit\nDo you issue cards for someone living in the US?\tcountry_support\nWhy is my card not working anymore?\tcard_not_working\nI would like to cancel a purchase.\trequest_refund\nI was supposed to get a refund but I do not see it.\tRefund_not_showing_up\nI don't remember my password\tpasscode_forgotten\nMy cheque deposit didn't seem to work.\tbalance_not_updated_after_cheque_or_cash_deposit\nMy top-up seems to be pending for a long time?\tpending_top_up\nDoes it cost me anything to top up my account via bank transfer?\ttop_up_by_bank_transfer_charge\nWhy am I missing my refund\tRefund_not_showing_up\nis there a way to do automatic top up\tautomatic_top_up\nWhere do I go to reset the passcode?\tpasscode_forgotten\nI do not understand why my pass-code is not working.\tpasscode_forgotten\nWhat ATM locations are near me?\tatm_support\nalways exchanging currencies, do you offer a discount?\texchange_charge\nTransfer declined.\tdeclined_transfer\nI made a bank transfer but it doesn't seem to have gone through?\tbalance_not_updated_after_bank_transfer\nI did not receive the right amount of cash I requested\twrong_amount_of_cash_received\nAre there any limits to using disposable virtual cards?\tdisposable_card_limits\nWill my employer be able to pay me with this service\treceiving_money\nHello I am unable to exchange the crypto currency through the app, i am very keen to buy. Please let me know the issue.    interested buying crypto currency but i am unable to purchase it through the application,i do want to do the exchange, Could you please let me know what is the problem?\tbeneficiary_not_allowed\nHi , I just came to know I made the wrong transaction  yesterday. Would  you please make it correct?I need it by tomorrow.\tcancel_transfer\nI don't know my PIN, how can I find that out?\tget_physical_card\nHow long should I wait for top up go go through ?\tpending_top_up\nWhere do I go to change my PIN?\tchange_pin\nI need a quick transfer from China.  How long would that take?\ttransfer_timing\nI don't know what pending transaction means.\tpending_card_payment\nPurchases I did not make are appearing in my bank statement?\tdirect_debit_payment_not_recognised\nThe app reverted after I topped-up\ttop_up_reverted\nCancel Transaction\tcancel_transfer\nI cant get money out of the ATM with my card.  I just put my card in the ATM but it will not allow me to take any money out.  What do I need to do to fix this?\tdeclined_cash_withdrawal\nI got charged twice for the same payment. Please removed the pending payment. Thank you.\ttransaction_charged_twice\nI do not know where the transaction is.\ttransfer_not_received_by_recipient\nI transferred money to a receiver within the EU and they received a lesser amount than expected.  Now I will have to send additional money to the receiver in order to make up the difference.  I'm not sure what went wrong, can you please advise?\ttransfer_fee_charged\nLooks like my card payment was made twice by mistake. I paid at the store earlier which rejected once, second time it worked. App stays at pending for one of the payments. Can you please remove one of them as it's wrong and clearly was declined?\ttransaction_charged_twice\nHelp! When will the card arrive at my home?\tcard_delivery_estimate\nWhat should I do about a direct debit that I did not set up?\tdirect_debit_payment_not_recognised\nCan you tell me where I can withdraw money?\tatm_support\nWhat countries do you operate in?\tcountry_support\nIs it possible that my card payment was reverted?\treverted_card_payment?\ncan i get a virtual card online\tget_disposable_virtual_card\nWhat do you charge for an exchange fee?\texchange_charge\nI have a payment I didnt make on my account\tcard_payment_not_recognised\nI made a transfer but my balance hasn't been updated\tbalance_not_updated_after_bank_transfer\nHELP! I tried to get cash and it gave me some, but not the right amount!\twrong_amount_of_cash_received\nI need a new card before it expires.\tcard_about_to_expire\nHelp me to set up contactless payments.\tcontactless_not_working\nWhy isn't my refund showing in my statement?\tRefund_not_showing_up\nI moved and need to change my address.\tedit_personal_details\nI want a virtual card that is disposable\tget_disposable_virtual_card\nWhich establishments will accept my card?\tcard_acceptance\nWhy did I only receive this much currency?\twrong_exchange_rate_for_cash_withdrawal\nI'm not able to verify my identity.\tunable_to_verify_identity\nIs there a fee associated with using foreign exchange ATMs?\twrong_exchange_rate_for_cash_withdrawal\nI thought crypto top up with something you offered and it does not appear that it's working even though the money has disappeared out of my account. Can you tell me what's going on?\ttop_up_reverted\nCan I withdraw money from another bank and transfer it into my empty account?\ttransfer_into_account\nI do not think the pop up went through yet.\tpending_top_up\nPlease help!  I was mugged and everything stolen.  What do I do to stop them from accessing my account?\tlost_or_stolen_phone\nWhy is it showing that my account has been charged a dollar that is showing as pending?\textra_charge_on_statement\nWhy did my exchange rate change?\twrong_exchange_rate_for_cash_withdrawal\nWhy do we need to verify top-ups?\tverify_top_up\nThe card has suffered a security breach.\tcompromised_card\nI already made a transfer and want to cancel it, how do I do that?\tcancel_transfer\nHow to verify top up card?\tverify_top_up\nI accidentally put in the wrong pin too many times and now I need to unblock it. Can you assist with this?\tpin_blocked\nI bought an item then noticed the exchange rate was wrong.\tcard_payment_wrong_exchange_rate\nGot only $20 when I tried to withdraw $100.\twrong_amount_of_cash_received\nThere is a transaction showing up several times.\ttransaction_charged_twice\nI paid with my card so so why was I charged a transaction fee?\tcard_payment_fee_charged\nHow do I to up by card?\ttopping_up_by_card\nI put money in my account a week ago but its still not there, what is happening?\tbalance_not_updated_after_cheque_or_cash_deposit\nThe cheque I sent to you to have deposited a couple days ago has not cleared in my account yet. What is the issue?\tbalance_not_updated_after_cheque_or_cash_deposit\nWhy do you need to know so much about me for my account?\twhy_verify_identity\nATM only gave me $20 instead of $100\twrong_amount_of_cash_received\nWhat is the wait time until money reaches my account?\ttransfer_timing\nMy salary is in GBP. Do I need to configure this somewhere?\treceiving_money\nWhat do I do if the ATM swallowed my card?\tcard_swallowed\nIf I need to cash foreign transfers, how does that work?\texchange_rate\nIs there somewhere I can send a check to add to my account?\ttop_up_by_cash_or_cheque\nWill there be a charge when money is added to my account?\ttop_up_by_bank_transfer_charge\nI need to change my data.\tedit_personal_details\nHow can I verify my source of funds?\tverify_source_of_funds\nWhere did the money transfer go?\ttransfer_not_received_by_recipient\nWhat do I need for activation of my card?\tactivate_my_card\nIs there a reason why my virtual card won't work?\tvirtual_card_not_working\nI bought something on line a and the seller hasn't received the money I sent could you please tell me how long an EU transfer takes?\tpending_transfer\nWhat is needed for my daughter to open an account?\tage_limit\nWhen will my transfer come through?\tbalance_not_updated_after_bank_transfer\nMy identity can't be verified for some reason\tunable_to_verify_identity\nWhile transferring money, its getting error out as my transfer is not possible. Please help me in this as earlier i was able to do it successfully.\tbeneficiary_not_allowed\nWhy do my transfers keep failing?\tfailed_transfer\nHow can I update my personal information after moving?\tedit_personal_details\nWill a beneficiary not accept a transfer?\tbeneficiary_not_allowed\nWhat would cause a transfer failure?\tfailed_transfer\nWhy does top-up need to be verified?\tverify_top_up\nHow do I go about ordering a card?\torder_physical_card\nI want to top up with my Apple Watch.\tapple_pay_or_google_pay\nCan I use my apple watch to top up?\tapple_pay_or_google_pay\nDo top-ups have limits?\ttop_up_limits\nWhy was I not allowed to do a transfer to a beneficiary?\tbeneficiary_not_allowed\nWhy is my top-up pending?\tpending_top_up\nInstruct me how to reset the passcode.\tpasscode_forgotten\nI am getting an error stating my transfer is not possible while transferring money. Let me know the issue as its the first time i am getting error, earlier it used to work.\tbeneficiary_not_allowed\nI ordered something online a while ago and I haven't gotten it. I would like a refund.\trequest_refund\nWhy do I see extra charges for withdrawing my money?\tcash_withdrawal_charge\nI deposited a cheque with some money, but the balance hasn't changed.\tbalance_not_updated_after_cheque_or_cash_deposit\nWhat are the top up fees for using an European bank card?\ttop_up_by_card_charge\nI sent money about 5 days ago and the recipient has not received the money yet.\ttransfer_not_received_by_recipient\nI would like to use top-up with my Apple Pay.\tapple_pay_or_google_pay\nI'm confused as to why my top-up did not go through.\ttop_up_failed\nDoes it cost extra to exchange foreign currencies?\texchange_charge\nWhat should I do if I don't know my password?\tpasscode_forgotten\nWhats the max I can top up\ttop_up_limits\nWhat does it mean if my payment has been reverted?\treverted_card_payment?\nThere are a couple of payments with my card shown in the app that I really didn't make myself. Why is it happened?\tcard_payment_not_recognised\nI can't get my actual card to work\tcard_not_working\nSeems like my top-up has been cancelled\ttop_up_reverted\nIn regards to my card payment, the exchange rate is incorrect.\tcard_payment_wrong_exchange_rate\nDid you deactivate my card it's not working anymore\tcard_not_working\nHow can I access my account when I have lost my phone?\tlost_or_stolen_phone\nAm I able to Top Up with Apply Pay?\tapple_pay_or_google_pay\nI have a new card and I need to activate it.\tactivate_my_card\ni cannot find my card PIN\tget_physical_card\nCan you tell me why I can't make any transactions?\tcard_not_working\nMy transfer into my account isn't showing up.\tbalance_not_updated_after_bank_transfer\nWhat value can I get for my currency?\texchange_rate\nI'm looking for a machine of yours that will provide me cash from my home country. I went on holiday and don't have any cash on me. Will your machine charge me extra to do this?\twrong_exchange_rate_for_cash_withdrawal\nI topped up but the app denied it\ttop_up_failed\nI've been using my account while abroad for a while but only recently I've been charged a fee. Why am I only being charged a fee now.\ttransfer_fee_charged\nI asked for more cash than what was received\twrong_amount_of_cash_received\nI bought something and I take issue with the exchange rate applied.\tcard_payment_wrong_exchange_rate\nNeed to report a change of address.\tedit_personal_details\nIs there a way to reset the passcode?\tpasscode_forgotten\nI tired to get cash in the ATM but it was cancelled\tdeclined_cash_withdrawal\n\"There are a few transaction that I don't recognize, I think someone managed to get my card details and use it.\n\"\tcompromised_card\nHelp me with a PIN change.\tchange_pin\nWhere do I go for a refund?\trequest_refund\nI made a transfer and the receiver said an amount was received, but less than the right amount. I now have to transfer more to get the remainder to the receiver. Can you tell me about this. What's been going on?\ttransfer_fee_charged\nTop-up is loaded into the card and no update.\tpending_top_up\nHow limited is a virtual card?\tdisposable_card_limits\nI don't know where this debit transaction on my statement came from.\tdirect_debit_payment_not_recognised\nCan I change my name?  I am not married.\tedit_personal_details\nWhy do you have an identity check?\twhy_verify_identity\nI need to exchange my GBP to AUD, how would I do this?\texchange_via_app\nHow do I check security settings on my card?\tcard_not_working\nI made a purchase this morning, and it is showing as pending.\tpending_card_payment\nRecipient has not received the money\ttransfer_not_received_by_recipient\nWhy has my payment been declined? I paid by card.\tdeclined_card_payment\nMy card was stolen last night.\tlost_or_stolen_card\nIn what places can I use my card?\tcard_acceptance\nI tried to buy something online yesterday but it kept saying declined. Tried another time today but same thing happened. What's Broken?\tdeclined_transfer\nI'm wanting to get a Visa card today.\tvisa_or_mastercard\nIf I don't live in the UK, can I still get a card?\tcountry_support\ntotally unacceptable.  I'm stranded with no cash because the ATM wouldn't give me any money!\tdeclined_cash_withdrawal\nI tried using my ATM card at your Notting Hill location today.  It did not work.  Am I doing something wrong?\tdeclined_cash_withdrawal\nPlease tell me, do you use Visa or Mastercard?\tvisa_or_mastercard\nWhy was I not able to get cash from the ATM?\tdeclined_cash_withdrawal\nI believe my card has been compromised as there are funds showing that I did not receive.\tcash_withdrawal_not_recognised\nI would like to change currency\texchange_via_app\nWhy can't I use a disposable card?\tdisposable_card_limits\nMoney was transferred to me and I am unable to see it\tpending_transfer\nwhere exactly does money come from\tverify_source_of_funds\ncan i use my app to get a virtual card\tgetting_virtual_card\nI am interested in cancelling a purchase\trequest_refund\nWhat is this fee for transferring money?\ttransfer_fee_charged\nI put money into my account in the form of a cheque, but my balance did not change.\tbalance_not_updated_after_cheque_or_cash_deposit\nI've made a transfer, how long until the money reaches my account?\ttransfer_timing\nMy card was working but now it doesn't.\tcard_not_working\nWill it cost extra to add money to an international card?\ttop_up_by_card_charge\nWould you be able to offer me a discount, since I need to exchange currencies frequently?\texchange_charge\nIs it normal to see a fee for transferring money?\ttransfer_fee_charged\nI'm still waiting for my transaction.\ttransfer_not_received_by_recipient\nI have an account that is empty of funds. Can I transfer some from another bank?\ttransfer_into_account\nMy identity isn't being accepted, what should I do?\tunable_to_verify_identity\nWhen can I expect the transfer to arrive in my account?\ttransfer_timing\nI tried to purchase airline tickets online this morning and my card information isn't working. Is there something going on with my account?\tcard_not_working\nI lost my wallet and I think someone is withdrawing cash with my card. Please help. It is urgent.\tcash_withdrawal_not_recognised\nWhere can I find my card PIN?\tget_physical_card\nWhats the process of tranfering money into an account?\ttransfer_into_account\nThe exchange rate for my card payment doesn't seem right.\tcard_payment_wrong_exchange_rate\nShow me the source of my money.\tverify_source_of_funds\nHow long will it take to urgently transfer something to China?\ttransfer_timing\nI just have one additional card from the USA. Do you support that?\tsupported_cards_and_currencies\nHi! What documents can I use to verify my identity?\tverify_my_identity\nCan I edit my personal details?\tedit_personal_details\ni need to know about exchange rates\texchange_rate\nI made a payment but the app gave the money back.\treverted_card_payment?\nhow much does a card cost and why do you charge me\torder_physical_card\nI need to change my last name on my account because I just got married.\tedit_personal_details\nPlease check my Card. As Withdrawal was working fine so far, but this morning suddenly got declined. Can you please check the problem?\tdeclined_cash_withdrawal\nI have been waiting over a week. Is the card still coming?\tcard_arrival\nWhat are the fees associated with top up via transfer?\ttop_up_by_bank_transfer_charge\nI am so angry right now!  I went to the ATM and did not get the correct amount of money I chose to withdraw.  How could this happen?  I need my money and want to know how I can get it ASAP!\twrong_amount_of_cash_received\nWhat are the requirements to verify my identity?\tverify_my_identity\nDo you think you're asking for too much information about me?\twhy_verify_identity\nI found the card that I thought I lost, and I would like to reactivate it.\tcard_linking\nI swear that there are 2 payments on the app that I didn't make.  Could my card me stolen?  Please advise what I should do.\tcard_payment_not_recognised\nThere's a cash withdrawal I didn't make\tcash_withdrawal_not_recognised\n\"My husband and I went out for our weekly \"\"dinner and a movie,\"\" and it was my turn to pick up the check. Now I see that my card was charged twice. Who should I contact about negating the second charge and getting my card credited?\"\ttransaction_charged_twice\nMy money hasn't been deposited yet. When will it be?\tpending_top_up\nI can't figure out how to change GBP to AUD, what do I do?\texchange_via_app\nHow can my new card be renewed?\tactivate_my_card\nIs currency exchange possible?\texchange_via_app\nPlease delete my account immediately.\tterminate_account\nIs this card accepted by ATMs?\tatm_support\nI have to make several disposable cards per day.\tdisposable_card_limits\nWHY IS THERE AN EXTRA FEE FOR USING THE ATM??!!!\tcash_withdrawal_charge\nI didn't think my country-to-country money transfer would take so long. It still says that it's pending so I re-checked all of the account information--everything seems right, so what's the deal?\tpending_transfer\nWhen will the check I deposited post to my account?\tbalance_not_updated_after_cheque_or_cash_deposit\nHow do I go about changing my PIN?\tchange_pin\nIS there anywhere that a card cannot be delivered?\torder_physical_card\nThere was a direct debit I don't recognize.\tdirect_debit_payment_not_recognised\nI hope you can help me. Someone has stolen my wallet and now I have noticed that they have been taking money from my account.\tcash_withdrawal_not_recognised\nWhat's go on, where is my new card?\tcard_arrival\nIs there a fee for exchanging currency?\texchange_charge\nI can't figure out how to transfer money into my account.\ttransfer_into_account\nI entered a typo when I was transferring money and now I've sent it to an incorrect account.  This is so bad!  I need it cancelled now.\tcancel_transfer\nI just realised I made the wrong payment yesterday. Can you please change it to the right account? It's my rent payment and really really needs to be in the right account by tomorrow\tcancel_transfer\nI am inquiring about why there was an extra fee charged when I used an ATM.\tcash_withdrawal_charge\nMy card is stuck inside the ATM, what am I supposed to do?\tcard_swallowed\nWhy didn't I get the amount I requested at the ATM?\twrong_amount_of_cash_received\nwhat cards and currencies are accepted?\tsupported_cards_and_currencies\nWhat are the steps needed to top up with Apple Pay?\tapple_pay_or_google_pay\nI want to cancel a transfer I just made.\tcancel_transfer\nHow long will it be to get this new card?\tcard_arrival\nI would like to return my purchases\trequest_refund\nAre there limits on the virtual cards?\tdisposable_card_limits\nWhere can I get a new passcode?\tpasscode_forgotten\n|I moved out of my old house two weeks ago and cancelled my direct debit to my old landlord, this direct debit was working fine.  Now I've moved in to a new place and set up a transfer to a new landlord but it's not reached her yet, can you check it please?\ttransfer_not_received_by_recipient\nWhere can I find the auto-top up feature?\tautomatic_top_up\nTell me how to replace my expired card.\tcard_about_to_expire\nWhy hasn't my balance been updated? I've deposited a few cheques some days ago!\tbalance_not_updated_after_cheque_or_cash_deposit\nWhy was I charged for transferring money?\ttransfer_fee_charged\nWhy is there a payment I didn't do in my app?\tcard_payment_not_recognised\nI forgot what my pin number is and now am blocked can you help me get in?\tpin_blocked\nhow much for topping up by card?\ttop_up_by_card_charge\nWhat should I do if my card payment was cancelled?\treverted_card_payment?\nHow can I create another card linked to this account?\tgetting_spare_card\nHow do I replace my card before it expires?\tcard_about_to_expire\nWhat currencies can I hold?\tfiat_currency_support\nI took out money and there is a fee.  Why?\tcash_withdrawal_charge\nHow can I go about resetting my passcode?\tpasscode_forgotten\nI need a transfer cancelled.\tcancel_transfer\nI seem to have lost my card.\tlost_or_stolen_card\nWhere is my card PIN?\tget_physical_card\nI was charged a hidden fee when I paid with card.\tcard_payment_fee_charged\nCan I deposit a check?\ttop_up_by_cash_or_cheque\nMy payment is taking a long time to go through.\tpending_card_payment\nI'm worried my card might be lost in the mail? How long does it usually take to arrive?\tcard_delivery_estimate\nDo cash withdrawals cost anything?\tcash_withdrawal_charge\nIs the identity check part of bank policy?\twhy_verify_identity\nWhat are the rules for using disposable virtual cards?\tdisposable_card_limits\nAre there steps to see where my funds come from?\tverify_source_of_funds\nHow do I receive money from someone?\treceiving_money\nI wasn't able to use my card today when I went out for lunch. Wondering why that is?\tcard_not_working\nI topped up and now my money is not there anymore! What happened to it?\ttop_up_reverted\nI have one other credit card from the US. Do you take it?\tsupported_cards_and_currencies\nI got some cash out of the ATM over the holiday and it seems that I've been grossly overcharged. I wouldn't have done that if I knew of these outrageous charges!\twrong_exchange_rate_for_cash_withdrawal\nWhere is the card I ordered 2 weeks ago?\tcard_arrival\nI tried to top up my account and it didn't work\ttop_up_failed\nWhat is the minimum age required to open an account with your service?\tage_limit\nMy card was supposed to arrive, but hasn't?\tcard_arrival\nAt what age can my children use your service?\tage_limit\nIs ordering a new card from China available?\tcard_about_to_expire\nI notice there's a pending payment on my card.\tpending_card_payment\nHow do a reverse a duplicated charge?\ttransaction_charged_twice\nHow long do EU transfers take? I bought something online a couple days ago , sent the money immediately online but the seller says it is still not there yet\tpending_transfer\nCan I use google pay for topping -up\tapple_pay_or_google_pay\nI was supposed to get a refund but it is not showing up on my card\tRefund_not_showing_up\nHi, In morning, i was trying to withdraw money from my card, but it got declined. So far it was working fine. Could you please check my card.\tdeclined_cash_withdrawal\nWhy can't I top up by cheque?\ttop_up_by_cash_or_cheque\nI'm having problems making a transfer to another account. I keep getting a declined message. I know that the information I'm putting in is accurate because I have checked it more than once.\tdeclined_transfer\nMy money disappeared! Please help??\ttop_up_reverted\nThere is a transfer not showing on my account.\tbalance_not_updated_after_bank_transfer\nHow old do my kids have to be use this?\tage_limit\nWould I have to pay anything if I need an additional card?\tgetting_spare_card\nWhere do I go to cancel a transaction?\tcancel_transfer\nCan I quickly send a transfer from China?  How long will it take?\ttransfer_timing\nI think my pin has been compromised, what do I do?\tchange_pin\nWhat is the max I can top up?\ttop_up_limits\nCan I use my Apple watch to fill my gas tank?\tapple_pay_or_google_pay\nWhy am I charged an extra fee on my card?\tcard_payment_fee_charged\nWhat are age requirements for opening an account?\tage_limit\nCan you help me reset my passcode? I forgot it.\tpasscode_forgotten\nI'm having trouble with proving my identity.\tunable_to_verify_identity\nWhy hasn't my return cleared my account?\tRefund_not_showing_up\nPlease tell me if I'm going to be charged for sending out more cards?\tgetting_spare_card\nHow long does it take for the transfer to go through?\ttransfer_not_received_by_recipient\nI am 16 and just started working at McDonalds can I deposit my checks at your bank?\tage_limit\nDo you offer account services for children and teens?\tage_limit\nHello, I tried to take some cash out of the ATM but I looked at my statement and it still shows that it's pending. Is the machine broken? Will I receive my money back or will I be charged for this?\tpending_cash_withdrawal\nEditing my personal details\tedit_personal_details\nHow many days does it take for a transfer to go through?\ttransfer_timing\nI have a payment in my statement that is off\tcard_payment_not_recognised\nWhy did my top-up fail?\ttop_up_failed\nMy transfer is pending too long.\tbalance_not_updated_after_bank_transfer\nI wanted to know why my transaction didn't go through.\tdeclined_transfer\nI just had my card get declined at the ATM! I need to get money out but I am unable to.  Why has this happened?\tdeclined_cash_withdrawal\nWhere is the transfer that I did?\tbalance_not_updated_after_bank_transfer\nHow do i change my identity?\tverify_my_identity\nI bought a product a week ago, but may need to return it.\trequest_refund\nIs there a longer processing time for international bank transfers?\tbalance_not_updated_after_bank_transfer\nWhat's the limit to how much I can top up?\ttop_up_limits\nWhy would my beneficiary not be allowed?\tbeneficiary_not_allowed\nWhy is a payment I made reverted back to my account?\treverted_card_payment?\nHow can I track my card's delivery?\tcard_arrival\nCan you please tell me why I cant get money from the ATM?\tdeclined_cash_withdrawal\nI need to top up using a cheque\ttop_up_by_cash_or_cheque\nHelp, your app is showing a larger WD than I actually did earlier at an ATM.\twrong_amount_of_cash_received\nI just got an email in confirming my purchase with my card. I login to the mobile app on the card and found out there are several purchase were made without me aware of it. Evidently someone had stole my card information and made these fraudulent purchase. I need the transaction to be reverse and have my card suspended.\tcompromised_card\nWhy is my top up not completing?\tpending_top_up\nWhy is identity verification required?\twhy_verify_identity\nHow long will an urgent transfer from China take?\ttransfer_timing\nWhy is there a charged fee for debit or credit card payment?\tcard_payment_fee_charged\nWhen I got cash, the exchange rate applied was wrong.\twrong_exchange_rate_for_cash_withdrawal\nGive me my card, I need it now!\tcard_delivery_estimate\nHow do I add a new card?\tcard_linking\nI do not have my pin yet\tget_physical_card\nI thought that transfers are free. Why was I charged an extra fee?\ttransfer_fee_charged\nWhen I was in a restaurant today my card was declined and payment wouldn't go through and I need help. Can you fix this?\tcard_not_working\nA transaction posted twice to my account.\ttransaction_charged_twice\nI lost my phone. Can I disable to app?\tlost_or_stolen_phone\nI noticed on my online statement that an ATM withdrawal I made early is still pending.  Is this accurate?\tpending_cash_withdrawal\nIs there an issue with my card payment as it has not gone through.\tdeclined_card_payment\nCan I use my virtual card to complete transactions for memberships?\tvirtual_card_not_working\nDo you send duplicate cards?\tgetting_spare_card\nWhy am I getting double charged for multiple transactions?\ttransaction_charged_twice\nWhat do I do if I can't access my passcode?\tpasscode_forgotten\nWhat am I going to need in order to activate my card?\tactivate_my_card\nHow can I tell the source for my available funds?\tverify_source_of_funds\nWhy isn't my beneficiary allowed?\tbeneficiary_not_allowed\nYour card pin can be changed at any Visa or MasterCard ATM with Pin services, excluding countries such as Belgium, Luxembourg, Austria, Germany, Spain, and France.\tchange_pin\nMy transfer to my account is missing.\tbalance_not_updated_after_bank_transfer\nI tried to top up, but the funds show up as pending. I thought it was instant?\tpending_top_up\nWhy am I seeing a fee for transferring money?\ttransfer_fee_charged\nThe machine didn't work earlier when I went to get money out and now my account says transaction in progress.Why?\tpending_cash_withdrawal\nMy refund for a purchase hasn't  cone through yet.\tRefund_not_showing_up\nNeed a new card, mine is expiring.\tcard_about_to_expire\nWhen I made a cash transfer abroad the wrong exchange rate was applied\twrong_exchange_rate_for_cash_withdrawal\nMy card gets rejected when I try to use it\tcard_not_working\nMy card payment wasn't declined\tdeclined_card_payment\nWhy did I only get $20 when I asked for $100?\twrong_amount_of_cash_received\nI have used my account abroad for a while without any fees, why am I being charged additional fees all of a sudden?\ttransfer_fee_charged\nI am traveling, what can I do to set up auto top-up?\tautomatic_top_up\nWhy was my PIN blocked?\tpin_blocked\nWhen I exchanged currencies the value of my money changed.\twrong_exchange_rate_for_cash_withdrawal\nHey, I'm buying a flat and I need my mortgage to go though. However, every time I check I get an error message. Is there any way you can help me with this transfer.\tfailed_transfer\nI can't get my virtual card to work at all\tvirtual_card_not_working\nIs there a charge for exchanging foreign currency?\texchange_charge\nI did not receive the correct amount of cash.\twrong_amount_of_cash_received\nWhat do I do to Top up my card?\ttopping_up_by_card\nHave have a small charge on my account from someone I purchased with but I'm not sure what it relates to.\textra_charge_on_statement\nHow can my account have money transferred into it?\ttransfer_into_account\nWhy is my cash deposit not in my account?\tbalance_not_updated_after_cheque_or_cash_deposit\nI need another card\tgetting_spare_card\nI think there's been an unauthorized cash withdrawal from my account.\tcash_withdrawal_not_recognised\nI am waiting on this refund, hurry up.\tRefund_not_showing_up\nWhy can't I buy cryptocurrency on the app?\tbeneficiary_not_allowed\nI would like to alter my personal details.\tedit_personal_details\nWhy would my card payment be cancelled?\treverted_card_payment?\nWhile on vacation I used an ATM to get cash and was overcharged. These charges are ridiculous and had I known about them I would have never used it.\twrong_exchange_rate_for_cash_withdrawal\nI haven't gotten my credit card in the mail.\tcard_arrival\nWhat do I do if I believe to be a victim of credit card fraud?\tcompromised_card\nHow do I deposit cash?\ttop_up_by_cash_or_cheque\nMy money is nowhere to be found? I talked up earlier and seen it. Now it has vanished. What is going on?\ttop_up_reverted\nWhat currencies can I not hold many in, if so what are they?\tfiat_currency_support\nI found the card I thought I lost this morning. Can I reactivate this card?\tcard_linking\nwhere is my unknown payment from?\tcard_payment_not_recognised\nWhat do I have to do to get my virtual card?\tgetting_virtual_card\nIf I want to topup by card, how do I do it?\tsupported_cards_and_currencies\nis the a reason why my transfer has failed?\tfailed_transfer\nI ordered online weeks ago and I never received my package in the mail and I don't want to wait any more. So if I could get my money back now that would be great.\trequest_refund\nCan you explain why my payment is still pending?\tpending_transfer\nI tried to withdraw money, but was unable to. Still says that the transaction is pending? Will this money disappear??\tpending_cash_withdrawal\nI'm dissatisfied with the service and would like to terminate the account.\tterminate_account\nCan third party fees affect a transfer?\ttop_up_by_bank_transfer_charge\nMy card did not work at store.\tdeclined_card_payment\n\"I am having trouble doing a transfer. A \"\"Decline \"\" message appears after making the transfer.\"\tdeclined_transfer\nWhy was my top-up rejected?\ttop_up_failed\nCan I see where my funds come from?\tverify_source_of_funds\nI am having a problem with verifying my identity.\tunable_to_verify_identity\nHow do I deactivate a stolen card?\tlost_or_stolen_card\nI have a fee showing from last time I used my card.\tcard_payment_fee_charged\nCan currencies be exchanged on this app?\texchange_via_app\nI want to use my American Express for adding money into my account.\tsupported_cards_and_currencies\nhow do i set up my apple pay watch to connect to my account\tapple_pay_or_google_pay\nPlease delete my account now.\tterminate_account\nCan you help me process a refund?\trequest_refund\nIn which countries can I get a card?\tcountry_support\nI need to cancel my recent transfer. I made a mistake. Please help quickly before the transfer goes through.\tcancel_transfer\nWhat happens after my card expires?\tcard_about_to_expire\nI was charged and shouldn't have been charged when using my card!\tcard_payment_fee_charged\nCan I use the apple watch to make a top-up?\tapple_pay_or_google_pay\nWhy am I charged a fee for getting cash?\tcash_withdrawal_charge\nHow can I activate my new card? I didn't recieve any information with it about how to do so.\tactivate_my_card\nI received $20 but I entered $100\twrong_amount_of_cash_received\nWhen I withdrew money from my account the other day, I noticed that there was a fee.  I didn't think that there were any fees for withdrawals...?  How much will I be charged?\tcash_withdrawal_charge\nIs my card denied anywhere?\tcard_acceptance\nMy card payment has the wrong exchange rate\tcard_payment_wrong_exchange_rate\nMy PIN isn't working.\tpin_blocked\nWhy wouldn't a transfer go through?\tfailed_transfer\nWhat do you charge to top up US cards?\ttop_up_by_card_charge\nThere has a recent suspicious withdrawal on my bank account. Is it possible to freeze my card?\tcash_withdrawal_not_recognised\nCan I top-up my card using a bank transfer.\ttransfer_into_account\nHelp! I think someone has a copy of my card - I still have my card, but a five hundred pound cash withdrawal that I didn't authorize is shown on my account.\tcash_withdrawal_not_recognised\nI tried and tried, but I could not complete my transfer. Tell me what is wrong.\tfailed_transfer\nWhat are the restrictions of the disposable cards?\tdisposable_card_limits\nI'm noticing a payment/purchase at a company that I don't recognise.\tcard_payment_not_recognised\nI don't think the exchange rate was right.\twrong_exchange_rate_for_cash_withdrawal\nWhat is the time frame for european transfers?\ttransfer_timing\nI want my purchases cancelled.\trequest_refund\nI recently bought an item using my card and I was charged an extra fee why is this?\tcard_payment_fee_charged\nCould you please tell me how to activate my new card?\tactivate_my_card\nWhat fees are charged for a physical card?\torder_physical_card\nI ordered a virtual card but it hasn't come through yet\tgetting_virtual_card\nA payment in my account was made by someone I don't know\tcard_payment_not_recognised\nI am not satisfied with your service.  Close my account.\tterminate_account\nI've got to have one of those virtual cards.\tgetting_virtual_card\nI need a new login code\tpasscode_forgotten\nI received a refund, however I cannot see it in my account\tRefund_not_showing_up\nMy money transfer has not yet occurred\tpending_transfer\nAm I able to stop a transfer?\tcancel_transfer\nI tried to withdraw cash, but got declined!\tdeclined_cash_withdrawal\nMy credit card transaction was declined for a loan payment.  Can you tell me why?\ttop_up_failed\nCan you tell me when my money transfer will go through\tpending_transfer\nWhat do I do if there is a direct debit on my account that shouldn't be there?\tdirect_debit_payment_not_recognised\nHow can I exchange AUD for GBP?\texchange_via_app\nMy card expires soon, will you send me one automatically?\tcard_about_to_expire\nHow can I create a disposable virtual card?\tget_disposable_virtual_card\nThe currency exchange for my purchase in foreign currency is incorrect.\tcard_payment_wrong_exchange_rate\nMy money transfer has not happened yet\tpending_transfer\nAre there limits as to where my card will be accepted?\tcard_acceptance\nHow long will a transfer from China take? I need to transfer something from there.\ttransfer_timing\nI don't have my card after 1 week. What are my next steps?\tcard_arrival\nwhat's my top-up verification code?\tverify_top_up\nWhy are fees charged for cash withdrawals? I went to withdraw some money earlier today after shopping. There's a new fee that there.\tcash_withdrawal_charge\nTransfer unable to be completed, states 'declined'\tdeclined_transfer\nThere is a direct debit transaction on my statement that I think is not mine. How do I remove?\tdirect_debit_payment_not_recognised\nI think my card is expiring, what happens then?\tcard_about_to_expire\nWhy isn't my refund shown on my statement?\tRefund_not_showing_up\nCan I choose between Visa or MasterCard?\tvisa_or_mastercard\nHow do I troubleshoot when contactless doesn't work?\tcontactless_not_working\nI found a direct debit I would like to dispute\tdirect_debit_payment_not_recognised\nHow do I receive a virtual card?\tgetting_virtual_card\nAre there any discounts in exchanging currencies frequently?\texchange_charge\nI need my card delivered as soon as possible.\tcard_delivery_estimate\nCan you please disable my current account.\tterminate_account\nI want to replace my current PIN.\tchange_pin\nI would like to order a virtual card.\tgetting_virtual_card\nShould I complete my security verification before I can use my account?\twhy_verify_identity\nNow that I have my card, how do I connect it to the app?\tcard_linking\nI haven't received the money from the check I deposited.\tbalance_not_updated_after_cheque_or_cash_deposit\nI selected to withdrawal 30 pounds but only received 10. I'm still standing in front of the ATM. The app shows i took out 30 pounds also. How do i fix this?\twrong_amount_of_cash_received\nHey, I have my card, how do I get it to show in the app?\tcard_linking\nDo I get charged for withdrawals?\tcash_withdrawal_charge\ntop up for my american express card is not working\tapple_pay_or_google_pay\nMy card is broken\tcard_not_working\nWhy hasn't a transaction I did to my friend arrived yet?\ttransfer_not_received_by_recipient\nWhat do I do if I forgot my passcode?\tpasscode_forgotten\nI need to know what your exchange rates are.\texchange_rate\nI made a payment but it was returned.\treverted_card_payment?\nWhat  is the verification process for a top up card?\tverify_top_up\nhow do i track the moeney\tverify_source_of_funds\nhow long will it take for my transfer to stop pending\tpending_transfer\nIs it possible to top up by card?\ttopping_up_by_card\nWhen will the money show in my account?\ttransfer_timing\nWhen will I receive a transfer from europe?\ttransfer_timing\nHi, I lost my phone yesterday, what can I do to stop someone using my account on it?\tlost_or_stolen_phone\nWhy did I get a $1 extra fee on the statement?\textra_charge_on_statement\nThere has been a payment  in the App that has not be done by me.\tcard_payment_not_recognised\nWhat is the reason for my card payment to be reverted?\treverted_card_payment?\nMy password doesn't work.\tpasscode_forgotten\nPlease send my card as quickly as possible.\tcard_delivery_estimate\nHow long does a transfer take to reach one's account.\ttransfer_timing\nWhy is my money not in my account. I have already sent it out.\tbalance_not_updated_after_cheque_or_cash_deposit\nI got less cash because of the exchange rate.\twrong_exchange_rate_for_cash_withdrawal\nHow much is the charge for a foreign currency exchange?\texchange_charge\nI transferred some money but it hasn't arrived yet\tbalance_not_updated_after_bank_transfer\nHow can I alteration my PIN?\tchange_pin\nI can't figure out why I haven't gotten my cash, when I already put the check in the bank.\tbalance_not_updated_after_cheque_or_cash_deposit\nWhat is the delivery time for US?\tcard_delivery_estimate\nWhy was the exchange rate so wrong when I bought something!\tcard_payment_wrong_exchange_rate\nExplain top-up cancellation\ttop_up_reverted\nWhat is needed to activate my card?\tactivate_my_card\nThe top-up did not go through.\ttop_up_failed\nCan I have my account add money automatically in certain intervals?\tautomatic_top_up\nA withdrawal is showing that I don't recognize\tcash_withdrawal_not_recognised\nWhy is my balance still the same after a cheque deposit?\tbalance_not_updated_after_cheque_or_cash_deposit\nThe attempted transfer failed.\tfailed_transfer\nI see a direct debit payment on my app that I did not do\tdirect_debit_payment_not_recognised\nWhy am i being double charged for something?\ttransaction_charged_twice\nWhat is the fee for a foreign currency exchange?\texchange_charge\nWhat caused my top up to be reverted?\ttop_up_reverted\nWhich countries can I change my PIN in?\tchange_pin\nI have been charged a pound for something that appears on my statement\textra_charge_on_statement\nWhy can't I get my top up to work in Apple Pay?\tapple_pay_or_google_pay\nHow do i activate my card\tactivate_my_card\nWhy am I getting charged more for using my card?\tcard_payment_fee_charged\nI entered the correct pin but I still couldnt get funds.\tdeclined_cash_withdrawal\nCan you tell me when my card will arrive?\tcard_delivery_estimate\nIf I exchange currency frequently, can I get a discounted rate?\texchange_charge\nThere's a direct debit payment that I don't recognize.\tdirect_debit_payment_not_recognised\nHow much do I need to pay for a transfer?\ttop_up_by_bank_transfer_charge\nmy statement contains an unknown payment\tcard_payment_not_recognised\nIs my account accessible even though my verification of my identity has not passed yet?\twhy_verify_identity\nHow long will it take for my cash withdrawal to stop pending\tpending_cash_withdrawal\nWhat is the charge for topping up a card?\ttop_up_by_card_charge\nWhat do I do if my card is not working?\tcard_not_working\nEuropean bank card for top up will come with any extra fees?\ttop_up_by_card_charge\nDo I need to speak to a representative to change my pin?\tchange_pin\nI think that someone may be using my card, but I'm not sure,.\tcompromised_card\nHow do I activate and link my new card?\tcard_linking\nHow long does it take for my id to verify?\tunable_to_verify_identity\nI see a direct debit transaction in my app that I didn't make.\tdirect_debit_payment_not_recognised\nWhat can i pay with out  fees\tcard_payment_fee_charged\nHow do I activate a card?\tactivate_my_card\nWhat fiat currencies are supported?\tfiat_currency_support\nI misplaced my card and I dont know where the last place is where I used the card last. Can you look at my account and tell me the last place I used the card?\tlost_or_stolen_card\nHow much does it cost to us US cards?\ttop_up_by_card_charge\nMy account is showing a double charge.\ttransaction_charged_twice\nI see a charge of 1L I do not recognize on my statement\textra_charge_on_statement\nI have some transactions on my account I did not make. Can you cancel my card and prevent further use.\tcompromised_card\nHow can I locate the virtual card?\tgetting_virtual_card\nI tried to withdraw 40 pounds but only 20 came out. Did you steal my money?\twrong_amount_of_cash_received\nI found a transfer fee - is that correct?\ttransfer_fee_charged\nDoes the exchange rate change?\texchange_rate\nMy currency rate is inaccurate.\tcard_payment_wrong_exchange_rate\nI need to know which flat currencies are supported by you.\tfiat_currency_support\nIs there an age limit for opening an account?\tage_limit\nIs there a problem with the top up system? My transaction hasn't gone through properly\tpending_top_up\nWhen I got my cash, the amount was not what it should have been, based on the exchange rate.\twrong_exchange_rate_for_cash_withdrawal\nAre top-ups allowed using Apple Pay?\tapple_pay_or_google_pay\nHow can I get my Google pay top up to work?\tapple_pay_or_google_pay\nHow does a US resident go about acquiring a new card?\tcountry_support\nDo I need to select a preference to receive my salary payments in GBP and, if so, where?\treceiving_money\nI used foreign currency to buy something and I think the rate applied is incorrect.\tcard_payment_wrong_exchange_rate\nPlease help me cancel a transaction.\tcancel_transfer\nWhat are the restrictions on auto top-up?\tautomatic_top_up\nWhat is the limit on Auto top?\tautomatic_top_up\nWhy does my statement show an extra fee?\textra_charge_on_statement\nIf I were to do a transfer, what is the rate for that?\ttop_up_by_bank_transfer_charge\nCan you tell me why my card isn't letting me make purchases online? It's been 2 weeks I've been trying.\treverted_card_payment?\nPlease help me.  My disposable virtual card won't work right.\tvirtual_card_not_working\nWhat is wrong with my top-up?\tpending_top_up\nWhat is this random charge of one pound doing on my account?\textra_charge_on_statement\nWhat is the expected delivery date for my card?\tcard_arrival\nI would like an extra card.\tgetting_spare_card\nA cash withdrawal that I didn't authorize is shown on my account - can you please cancel my card as soon as possible?\tcash_withdrawal_not_recognised\nWill this card work at any ATM?\tatm_support\nI need my card to be activated right now.\tactivate_my_card\nWhere did my money come from?\tverify_source_of_funds\nWhat type of card can I use to top up?\tsupported_cards_and_currencies\nI need this item refunded\trequest_refund\nCan you explain your exchange rates basis?\texchange_rate\nCan I reset my PIN if it is blocked?\tpin_blocked\nMy salary is in GBP - what should I do?\treceiving_money\nIs there anywhere I can't use my card?\tcard_acceptance\nWhat are my payment options?\tsupported_cards_and_currencies\nMy last ATM request did not go through due to a declined card. Please cancel the request on my account.\tpending_cash_withdrawal\nMy cash withdrawal says pending, why?\tpending_cash_withdrawal\nWhere can I pay with my card?\tcard_acceptance\n\"What does it mean when a transfer is \"\"pending\"\"?\"\tpending_transfer\nWhy have I received a rebate for my payment after a week?\treverted_card_payment?\nI want to transfer money to a beneficiary, but I couldn't.\tbeneficiary_not_allowed\nWhat if I don't want to disclose all of my identity details?\twhy_verify_identity\nMy card doesn't seem to work.\tcard_not_working\nCan I order a second card?\tgetting_spare_card\nWhy is my top-up showing as cancelled?\ttop_up_reverted\nHow long does a transfer from the UK account usually take? After completing the transfer it is not showing up. I need to know that everything I actually went okay.\tbalance_not_updated_after_bank_transfer\nHow much time do transfers take? I sent money to a friend who needs it fast. It's been hours, and the money has not gone through.\ttransfer_not_received_by_recipient\nCan I change my PIN without being physically present?\tchange_pin\nI am using the app, and I see cash withdrawals that I did not authorize.\tcash_withdrawal_not_recognised\nWhat currency is acceptable for a top up?\tsupported_cards_and_currencies\nI tried to transfer but it was declined\tdeclined_transfer\nWhen can I expect money to be transferred to my account?\ttransfer_timing\nI sent you a cheque a few days ago and I noticed that nothing has happened yet. Can you tell me the status of my cheque please?\tbalance_not_updated_after_cheque_or_cash_deposit\nWho do I talk to about the ATM swallowing my card?\tcard_swallowed\nI made a cash withdrawal and it is still listed as a pending transaction.\tpending_cash_withdrawal\nWhat should I do if someone stole my phone?\tlost_or_stolen_phone\nWhat country's money can I hold currency in?\tfiat_currency_support\nWhere can I modify my information?\tedit_personal_details\nDo you know which businesses will accept my card?\tcard_acceptance\nI couldn't make a transfer because it was declined\tdeclined_transfer\nWhat is the exchange looking like?\texchange_rate\nI have a transfer that is still pending.\tpending_transfer\nThere are a couple payments with my card shown in the app that i really didn't make myself. What's happenning with this, does someone has access to my card?!\tcard_payment_not_recognised\nHow is an exchange rate calculated?\texchange_rate\nI was given less cash then I wanted.\twrong_amount_of_cash_received\nPlease help me get a Visa card.\tvisa_or_mastercard\nI CAN NOT FIND THE TOP-UP VERIFICATION CODE.\tverify_top_up\nWhat currencies are approved to add money?\tsupported_cards_and_currencies\nMy account is blocked because I entered the wrong pin too many times.  Help me unblock.\tpin_blocked\nI made a rent payment from the wrong account yesterday. It absolutely has to go through tomorrow, so can you please reroute the payment to the right account?\tcancel_transfer\nWhy are the payments being declined on my new card?  I tried several times to use my new card to pay for my gas at the Shell station in my neighborhood.  I am very distressed about my new card not working.\tdeclined_card_payment\nIs there a auto top-up option?\tautomatic_top_up\nI wasn't able to do a transfer to an account\tbeneficiary_not_allowed\nWhat cards and currencies can I use to top up my account?\tsupported_cards_and_currencies\nWhy is there an extra €1 fee in my statement?\textra_charge_on_statement\nWhere can I have a new bank card sent to China?\tcard_about_to_expire\nIf I need to make an exchange from USD to GBP, how can I do so in the app?\texchange_via_app\nWhat do I do to verify a top-up?\tverify_top_up\n\"Hello. How long does it usually take to transfer money to another country? I've made sure all the information is correct, but the transfer still says that it's \"\"pending.\"\"\"\tpending_transfer\nAm I able to do top-ups with Google Pay?\tapple_pay_or_google_pay\nwhere is my new card?\tcard_arrival\nThe amount of cash I requested to withdrawal did not match what I received when exchanged\twrong_exchange_rate_for_cash_withdrawal\ni tried to do a transfer to an account but it didn't work\tbeneficiary_not_allowed\nHow do I find out what countries you service and what countries you do not?\tcountry_support\nI want to link to my card card with you, how?\tcard_linking\nGoogle Pay isn't working. What is wrong?\tapple_pay_or_google_pay\nHello,  I noticed the money for an item I purchased online and have already received has been returned to my checking account. Was there an issue with the merchant accepting my payment? Or, possibly, with the bank sending it?\treverted_card_payment?\nI noticed a new fee on my account. I didn't know there were fees for these payments. What is the policy?\tcard_payment_fee_charged\nIs there a top charge for US cards?\ttop_up_by_card_charge\nWhat is the minimum age limit?\tage_limit\nHow do I find my PIN?\tget_physical_card\nHelp me cancel a transaction.\tcancel_transfer\nWhat are the steps for changing my passcode?\tpasscode_forgotten\nMy top is still pending.\tpending_top_up\nWhere do I order a disposable virtual card?\tget_disposable_virtual_card\nThis isn't fair! I thought transfers could be made for free. I just made  a purchase online from abroad and now see some strange fee that I've never seen before.\ttransfer_fee_charged\nPlease tell me how disposable virtual cards work?\tget_disposable_virtual_card\nI'm not in the UK, but can I still get a card?\tcountry_support\nIf I get a transfer from Europe, how long until it is in my account?\ttransfer_timing\nWhat do you think of the exchange rate?\texchange_rate\nCan I use my card to withdraw from my account?\tatm_support\nCan you tell me what this cash withdrawal is?\tcash_withdrawal_not_recognised\nHow do I change my name?\tedit_personal_details\nMy transaction is showing several times.\ttransaction_charged_twice\nI need help to resolve mix up on my card payment. My account shows the money was taken out and then put back in the account. Then I received a message from the seller, It said that they did not get my payment.\treverted_card_payment?\nWhy is checking my identity important?\twhy_verify_identity\nCan I use a Visa or Mastercard?\tvisa_or_mastercard\nI attempted to top up using my card, but now the money just disappeared?\ttopping_up_by_card\nDid I do something incorrectly? Where is my top-up?\tpending_top_up\nI am not in the UK can i get a card?\tcountry_support\nI wasn't allowed to transfer to my account\tbeneficiary_not_allowed\nIs it possible to use my apple watch for topping up?\tapple_pay_or_google_pay\nI set up a payment to a new payee and sent some money but the person I'm sending it to has not received it.  Can you check where the money is?\ttransfer_not_received_by_recipient\nWhere do i find my PIN?\tget_physical_card\nWhy is it taking so long for my money to appear in my account? I have been waiting a week!\tbalance_not_updated_after_cheque_or_cash_deposit\nPlease tell me why the same transaction is showing up on my account more than once.\ttransaction_charged_twice\nWhere are my funds? I topped off my car but it didn't seem to complete.\tpending_top_up\nHow do I deactivate my account?\tterminate_account\nHow can I look at where my available cash is coming from?\tverify_source_of_funds\nTell me why my transfer is pending.\tpending_transfer\nAre there any ATM's near me that accept this card?\tatm_support\nMy top-up hasn't gone through\tpending_top_up\nI've got a problem - I bought something with my card one or two weeks ago, but now exact same amount of the purchase is showing up in my account. I like more money in my account, but this is too good to be true. Can you tell me what's happening?\treverted_card_payment?\nI am unhappy with an item I bought. How do I get a refund?\trequest_refund\nI was supposed to get a refund but I do not see it on my statement. When is it going to be updated?\tRefund_not_showing_up\nCan I order a new card to China?\tcard_about_to_expire\nIs there a fee for adding funds with a credit card?\ttop_up_by_card_charge\nHas there been any activity on my card today?\tlost_or_stolen_card\nI tried to pay through my account but the payment is not going through. What's going on?\tpending_card_payment\nCan I add funds directly from my Apple Watch?\tapple_pay_or_google_pay\nI have lost my card! What is my next step?\tlost_or_stolen_card\nIs there a tracking number for the card you sent me?\tcard_arrival\nHow long should a transfer normally take to process completely? I have a friend that needs it right away, but it's already been 2 hours and she hasn't received it.\ttransfer_not_received_by_recipient\nWhat's up with verifying top-ups?\tverify_top_up\nWhere can I check to see if there will be a fee added to my payment? Are there specific instances that will result in a fee added?\tcard_payment_fee_charged\nHelp!  There is a cash withdrawl on the account that I didn't make!\tcash_withdrawal_not_recognised\nWhy is there an extra charge on my statement.\textra_charge_on_statement\nIs there a reason why there is an extra £1 charge on my account?\textra_charge_on_statement\nIt seems my card payment was completed twice. I paid at the store previously and the first one did not seem to go through. After a second attempt, it did go through. I now see within the app that I have been charged twice with one of them pending. Can you please remove the pending amount because it is clearly something that was declined?\ttransaction_charged_twice\nAre you sure this is the interbank exchange rate? This rate is really bad.\tcard_payment_wrong_exchange_rate\nI have lost my phone.\tlost_or_stolen_phone\nThere is an odd payment in my statement\tcard_payment_not_recognised\nThe app is showing a cash withdrawal that I didn't make.\tcash_withdrawal_not_recognised\nWhat is the fee on my statement for?\textra_charge_on_statement\nWhere can I find a list of descriptions the disposable cards have?\tdisposable_card_limits\nCan I get my friends to add money to my account?\ttopping_up_by_card\nThe correct amount of cash was not received.\twrong_amount_of_cash_received\nMy transfer went through, but it seems to be caught up in a pending status.  This was very important that it got done quickly, can you give me a status update on how long it will take?\tpending_transfer\nMy PIN is unlocked, what do I do?\tpin_blocked\nDo you have info about the card on delivery?\tcard_arrival\nCan I auto top up multiple times?\tautomatic_top_up\nIs it possible to get one of your cards in the European Union?\tcountry_support\nCan I reset my PIN?\tchange_pin\nI must make several disposable cards per day.\tdisposable_card_limits\nWhat fees are charged when I top up\ttop_up_by_card_charge\nCan you transfer money to your card by bank transfer?\ttransfer_into_account\nI performed a transfer within the country the day before yesterday, but it has not gone through? Can you check on that? The account number is definitely correct, as I've checked.\ttransfer_not_received_by_recipient\nHi, i just topped up my phone and the money was deducted but it seems to have deducted the same amount again! please help!\ttop_up_reverted\n\"After I make a payment, how long will it be before it transitions from \"\"pending\"\" to complete?\"\tpending_card_payment\nHow do I get a PIN?\tget_physical_card\nThe disposable cards, what are they for?\tget_disposable_virtual_card\nCan I use a different currency with my salary?\treceiving_money\nMy statement does not reflect that a refund has been issued\tRefund_not_showing_up\nHelp my activate my card.\tactivate_my_card\nWhen will my returned transaction show up on my account?\tRefund_not_showing_up\nThe rate of exchange for my cash withdrawal is wrong.\twrong_exchange_rate_for_cash_withdrawal\nCan I verify my identity?\tverify_my_identity\nWhat steps do I have to take to activate my card?\tactivate_my_card\nHow long will a transfer from Europe take?\ttransfer_timing\ncan i use my mastercard to add money to my account\tsupported_cards_and_currencies\nstolen phone, what should i do\tlost_or_stolen_phone\nDo you have a return policy?\trequest_refund\nPlease help me with the amount that i have withdrawn from the ATM today, the ATM has given me wrong sum of amount, and i could see that the app is displaying the greater amount than taken out.\twrong_amount_of_cash_received\nIs it possible to dispute a debit payment from a couple of months ago.\tdirect_debit_payment_not_recognised\nClose down my account.  I don't like your service.\tterminate_account\nI think my top up may have been reverted, what do I do?\ttop_up_reverted\nWhere can I order a card when I am in China?\tcard_about_to_expire\nAlthough I transferred some money, it has not as of yet, arrived.\tbalance_not_updated_after_bank_transfer\nstill need to get card pin\tget_physical_card\nIs it possible for friends to top up my account?\ttopping_up_by_card\n\"\nWhich cash machines will allow me to change my PIN?\"\tchange_pin\nI do not recognize the card payment.\tcard_payment_not_recognised\nDo you have an option for auto top up?\tautomatic_top_up\nIt appears I have a fee in my statement.\textra_charge_on_statement\nMy payment has not been accepted.\treverted_card_payment?\nI am unsuccessfully trying to make a transfer can you help?\tfailed_transfer\nHow come I got charged extra for withdrawing cash?\tcash_withdrawal_charge\nThe payment I made with my card is not showing up.\treverted_card_payment?\nAm I gonna be charged for sending out more cards?\tgetting_spare_card\nWhat currencies can I use?\tsupported_cards_and_currencies\nDid you revert my top up?\ttop_up_reverted\nHow do I change the PIN?\tchange_pin\n\"Why is my transfer appearing as \"\"pending\"\"?\"\tpending_transfer\nmay I have a Visa and a Mastercard from you.\tvisa_or_mastercard\nWhy was one of my transfers declined?\tdeclined_transfer\nOut of the blue, my card stopped working.\tcard_not_working\nHow long do EU transfers actually take? I bought something online a couple days ago, sent the money immediately online but the seller says it's still not there yet.\tpending_transfer\nis there a reason that my payment didnt go through\tdeclined_card_payment\nHow long does a payment show as pending before i should worry about it?\tpending_card_payment\nCan I change my PIN on holiday?\tchange_pin\nThe money disappeared after I topped up my account.\ttopping_up_by_card\nI need a Visa card\tvisa_or_mastercard\nDo I have to use a bank approved ATM to withdraw money?\tatm_support\nfound card, how to put it back in app\tcard_linking\nI have a strange transaction for £1 on my statement, what is that?\textra_charge_on_statement\nDoes the auto top-up have any limits?\tautomatic_top_up\nMy identity has been stolen. I still have my physical card but there are charges I didn't make on my account. How do I cancel this card or dispute the charges?\tcash_withdrawal_not_recognised\nHow long does a transfer transaction take?\ttransfer_timing\nTell me if there is a limit to top-up.\ttop_up_limits\nHow come my refund hasn't appeared on my statement?\tRefund_not_showing_up\nI was checking my statement and I think one of my card payments has reverted\treverted_card_payment?\nWhere do I get a disposable virtual card?\tget_disposable_virtual_card\nI should have a refund in my statement but I can't see it\tRefund_not_showing_up\nThere's a cash withdrawal that  didn't make that is showing up.\tcash_withdrawal_not_recognised\nHow long should I have to wait before I see the transfer in my account?\ttransfer_timing\nI need a number of disposable cards everyday.\tdisposable_card_limits\nHow can my friend pay me?\treceiving_money\nWhen will my transfer be in my account?\ttransfer_timing\nHello, I have tried using crypto top up but it is not working. I had some money in my account but I'm not sure what happened\ttop_up_reverted\nI need to verify my identity. How do I do that?\tverify_my_identity\nI want a real card\torder_physical_card\nWhy has my card been charged an extra pound?\textra_charge_on_statement\nWhere can I use a disposable card?\tdisposable_card_limits\nHow do I link my new card?\tcard_linking\nI have a card that expires in the coming month, do I have to specifically ask for the updated card?\tcard_about_to_expire\nHow long is a delivery to the US?\tcard_delivery_estimate\nCan I activate a card in the app?\tcard_linking\nWhat currencies and methods can i use to top up my account?\tsupported_cards_and_currencies\nWhat are the charges for receiving a SEPA transfer?\ttop_up_by_bank_transfer_charge\nWill I be charged for topping up my account using a bank transfer?\ttop_up_by_bank_transfer_charge\nI was trying to use my card and it was declined, when I tried to find out what happened I found cash withdraw for $500 that I didn't do.  Can you please help figure this out?\tcash_withdrawal_not_recognised\nHow do I top up by cheque?\ttop_up_by_cash_or_cheque\nI didn't receive my money earlier and it says the transaction is still in progress. Can you fix it?\tpending_cash_withdrawal\nI made a payment that's pending. Will it go through?\tpending_card_payment\nHow do I unlock my account after typing in the wrong PIN too many times?\tpin_blocked\nCan you please refund my item?\trequest_refund\nWhat is the virtual card and how can i get one?\tgetting_virtual_card\nI'm having money transferred from Europe, how long will this take?\ttransfer_timing\nI stupidly initiated a rent payment from the wrong account yesterday. It can't be paid from that account, but it really needs to get paid on time. Am I able to move the payment to the right account?\tcancel_transfer\nI think my card is broken or something. I tried using it and it wouldn't go through, please help.\tcard_not_working\nHello, I recently ordered an item and I need help with cancelling and processing a refund as soon as possible. It's very important that I get my refund quickly.\trequest_refund\nWhat type of card will I receive?\tvisa_or_mastercard\nWhy does my transfer keep failing? I've tried 5 times and they all failed.\tfailed_transfer\nMy refund has not shown up on my statement.\tRefund_not_showing_up\nMy new card isn't here and it was issued a week ago.\tcard_arrival\nCan someone please explain to me where my source of funds came from?\tverify_source_of_funds\nI can't use the app because I got mugged yesterday and they took everything. I need some help.\tlost_or_stolen_phone\nI need to get a card, but I live in the US.\tcountry_support\nWhy isn't my card working anymore?\tcard_not_working\nWhy can't I use this beneficiary?\tbeneficiary_not_allowed\nCan i top up by card?\ttopping_up_by_card\ni disagree with a charge\tcard_payment_not_recognised\nCash I did not get showed up in my account\tcash_withdrawal_not_recognised\nWhere can I verify my identity?\tverify_my_identity\nThe past few times I've been to the ATM, I was charged a withdrawal fee. Have your policies changed regarding fees?\tcash_withdrawal_charge\nHow does identity check work?\twhy_verify_identity\nAre there ATM fees?\tcash_withdrawal_charge\nCan I use a disposable virtual card for any purchase?\tget_disposable_virtual_card\nHelp! My account doesn't show any funds. Is transferring funds an option I can use?\ttransfer_into_account\nIs it possible for me to top up with a cheque?\ttop_up_by_cash_or_cheque\nwhy isn't my top-up going through?\tpending_top_up\nThere is a vendor name I don't recognize on a payment from my account. I don't think I made this payment.\tcard_payment_not_recognised\nWhat is the fee charged for using my card?\tcard_payment_fee_charged\nI desperately need to transfer something from China, Please give me the wait time.\ttransfer_timing\nThere was a problem with the exchange rate on a purchase.\tcard_payment_wrong_exchange_rate\nI just made a transfer from a UK account. How long does that typically take to show up? I just want to make sure it worked alright.\tbalance_not_updated_after_bank_transfer\nWhat's the process for terminating an account?\tterminate_account\nI only got $20 of the $100 that I attempted to withdraw.\twrong_amount_of_cash_received\nI got some items this morning but the payment says pending\tpending_card_payment\nHow do I exchange AUD for GBP?\texchange_via_app\nIs it possible to link a new card?\tcard_linking\nI bought something this morning and the payment is still pending\tpending_card_payment\nAre there specific ATM's that I can draw money from?\tatm_support\nWhich countries do you operate in\tcountry_support\nCan I change my pin at ATMs?  If so, what ones?\tchange_pin\nI need to add money to my account. Can I do so via bank transfer?\ttransfer_into_account\nMy card payment was cancelled.  Why?\treverted_card_payment?\nWhy has my payment not transferred?\tfailed_transfer\nIs there a money transfer fee?\ttransfer_fee_charged\nI can't figure out why a transfer is still pending?\tpending_transfer\nCan you tell me why my card payment was cancelled?\treverted_card_payment?\nI think that somebody is utilizing my card without my authorization!\tcompromised_card\n\"I was doing a transfer and received a \"\"decline\"\" message.\"\tdeclined_transfer\nThe top-up card is verified how?\tverify_top_up\nI don't know my password anymore.\tpasscode_forgotten\nHow do I order a new card when my old one is ready to expire?\tcard_about_to_expire\nHow do I get money from friends?\treceiving_money\nPlease assist me in activating the card.\tactivate_my_card\nHow come I was charged a transaction of $1?\textra_charge_on_statement\nI need to top up, can I use google pay?\tapple_pay_or_google_pay\nIs my PIN recorded anywhere?\tget_physical_card\nI deposited a check, but haven't received the funds for it.\tbalance_not_updated_after_cheque_or_cash_deposit\nYou charged me more than once for the same transaction!\ttransaction_charged_twice\nThe ATM would not give me cash,why?\tdeclined_cash_withdrawal\nCash withdrawal was incorrect at ATM.\twrong_amount_of_cash_received\nWhen can I expect my card? I live in the US.\tcard_delivery_estimate\nI want to transfer money from another account into this one.\ttransfer_into_account\nIs it possible to get a physical card?\torder_physical_card\nWhy do I have a charge for an ATM withdrawal? I thought these were free?\tcash_withdrawal_charge\nIf my funds are running low, will the app top up automatically?\tautomatic_top_up\nI need to activate my card.\tactivate_my_card\nMy top-up was cancelled, could my bank be the problem?\ttop_up_reverted\nI need my PIN unlocked.\tpin_blocked\nI made a purchase and was charged at the wrong foreign exchange rate.\tcard_payment_wrong_exchange_rate\nWhat credit cards do you carry\tvisa_or_mastercard\nI bought something and want the money refunded can I get some help with that?\trequest_refund\nWhere do I find my PIN for my new card?\tget_physical_card\nhow can i add money to my account if you don't accept cash\ttop_up_by_cash_or_cheque\nI don't understand why my card payment is pending.  It has been pending for too long.  Why is this and when might it go through?\tpending_card_payment\nI did a cash deposit to my account, but I am not seeing it on my statement.\tbalance_not_updated_after_cheque_or_cash_deposit\nI need urgent help. I realize I sent my payment to the wrong account number. I made a typo. Please cancel the transfer now. There isn't an option from the app.\tcancel_transfer\nCan you tell me where my readily available cash has come from?\tverify_source_of_funds\nWhat form of identification is accepted?\tverify_my_identity\nWhat's the limit for disposable virtual cards?\tdisposable_card_limits\nWhy didn't my transfer to a beneficiary happen?\tbeneficiary_not_allowed\nWhat are the cards and currencies that you support?\tsupported_cards_and_currencies\nAm I able to open an account for my children?\tage_limit\nI don't see my refund money yet in my account. I asked the merchant a while ago for a refund, so I don't know what's taking so long.  Can you look into it and see if the money is there, just not in my account yet?\tRefund_not_showing_up\nDo I need my phone to use the app?\tlost_or_stolen_phone\nThis debit is not my transcation. How do I get my money out back?\tdirect_debit_payment_not_recognised\nI was trying to make a transfer and got an error message telling me it was not possible to make the transfer. This has never happened before, what happened?\tbeneficiary_not_allowed\nTalk me through modifying my details.\tedit_personal_details\nwhat is my monthly spending limit because i was refused my money at an atm\tdeclined_cash_withdrawal\nHow can I receive money?\treceiving_money\nAre there fees for using an international card to top up?\ttop_up_by_card_charge\nWhy can't my ID be verified?\tunable_to_verify_identity\nAre there any places that won't take my card?\tcard_acceptance\nCan I track the card that you sent me in the mail?\tcard_arrival\nDo you charge extra for exchanging currencies?\texchange_charge\ni didnt do this charge\tcard_payment_not_recognised\nI need quickly transfer something from China. About how long will it take?\ttransfer_timing\nI got a strange fee when I used the ATM.\tcash_withdrawal_charge\nI want to activate my card, how do I do it?\tactivate_my_card\nThe exchange rate was messed up from the ATM\twrong_exchange_rate_for_cash_withdrawal\nmy atm transaction was wrong\twrong_amount_of_cash_received\nWhat are the disposable cards for?\tget_disposable_virtual_card\nWhat's wrong with my card? The clerk at the grocery store said it was declined.\tcard_not_working\nHelp me use American Express to add money to the account.\tsupported_cards_and_currencies\nIs there any way i get a disposable virtual card as well?\tget_disposable_virtual_card\nI have tried sending a standard transfer five times and it hasn't gone through. What is the problem?\tfailed_transfer\nCan you tell me why my card is not working? I keep trying to use it but it keeps rejecting my payment. I am being careful and entering the info correctly but it still happens.\tdeclined_card_payment\nThe item i bought exchanged rate was incorrect.\tcard_payment_wrong_exchange_rate\nWhen can I expect delivery?\tcard_delivery_estimate\nCan you please inform me of the restrictions for the disposable cards.\tdisposable_card_limits\nI found my old card. Can I link it back into the app?\tcard_linking\nI need to close my account as soon as possible.\tterminate_account\nDo all ATMs accept this card?\tatm_support\nMy card payment still pending\tpending_card_payment\nI requested a refund from a merchant but don't see the money in my account.  Are you able to check with the merchant or process the refund manually?\tRefund_not_showing_up\nThere is a transaction showing in my app that I did not make as I have not used that card all day.  Please reimburse this amount to my account.\tdirect_debit_payment_not_recognised\nexplain the interbank exchange rate\texchange_rate\nCan you please check my UK Account to make sure everything went alright?  I made the transfer a couple of hours ago.\tbalance_not_updated_after_bank_transfer\nI'm really concerned because I only made one transaction, but it's appearing multiple times.\ttransaction_charged_twice\nHow long will my transaction take?\ttransfer_not_received_by_recipient\nwhat do i need to have with me to activate card\tactivate_my_card\nWhat is minimum age for an account?\tage_limit\nI need assistance with transferring funds to another account.\ttransfer_into_account\nI tried to pull cash from an ATM but it wouldn't let me.\tdeclined_cash_withdrawal\nWill I see the transfer in my account within the week?\ttransfer_timing\nWhat is the daily limit on my card?\ttop_up_limits\nWhat type of fiat currencies do you support?\tfiat_currency_support\nI was wondering how long does it take for a payment to go thru? It seems my last payment is stuck and hasn't moved.\tpending_card_payment\nI do not want a VISA card.\tvisa_or_mastercard\nHelp! I made a transfer in error and need to cancel it before it's complete!\tcancel_transfer\nI'm not sure what I need to verify my identity.\tverify_my_identity\nI urgently need to top-up my card but its getting declined. Please help me in this or advise with other options if any.\ttop_up_failed\nVerify my source of funds?\tverify_source_of_funds\nLast Saturday, I made a payment and the exchange rate was wrong.  I was charged too much.\tcard_payment_wrong_exchange_rate\nI tried to get cash in the ATM but it was not approved\tdeclined_cash_withdrawal\nMy transfer failed.  Help!\tfailed_transfer\nThere should be a cash withdrawal that I haven't seen yet.\tpending_cash_withdrawal\nThe exchange rate for case abroad is applied wrong.\twrong_exchange_rate_for_cash_withdrawal\nI tried to withdraw cash from your ATM but my transaction was cancelled.\tdeclined_cash_withdrawal\nThere is an extra small charge on my card! What do I do?\textra_charge_on_statement\nI found a charge on my debit that I did not make.\tdirect_debit_payment_not_recognised\nWhy did you charge me extra when I withdrew cash?\tcash_withdrawal_charge\nExplain the extra fee on my card when paying.\tcard_payment_fee_charged\nI think I forgot my passcode\tpasscode_forgotten\nHow long does it take for a top up to go through\tpending_top_up\nAre your cards supported in the EU?\tcountry_support\nhow do i cancel my account\tterminate_account\nLooks like my top-up has been cancelled\ttop_up_failed\nWould I be able to open an account for my daughter?\tage_limit\nCan I get a physical card for free, or is there a charge?\torder_physical_card\nWhy won't my transfer to another account work?\tbeneficiary_not_allowed\nI am planning activating my card was it possible?\tactivate_my_card\nWhat is the procedure for an expired card?\tcard_about_to_expire\nCan you tell me why my card keeps getting declined every time I try to use it?\tdeclined_card_payment\nI see cash withdrawal activity in the app that is not mine.\tcash_withdrawal_not_recognised\nHow do I transfer money between two of my accounts?\ttransfer_into_account\nI got less cash at the ATM than I asked for. Why?\twrong_amount_of_cash_received\nHow come I got blocked for entering wrong pins?\tpin_blocked\nI guess exchange rate for my payment was not correct, as i charged extra on the last saturday.\tcard_payment_wrong_exchange_rate\nwhy didnt my account allow a transfer\tbeneficiary_not_allowed\nI have a transaction showing multiple times.\ttransaction_charged_twice\nWhy did I get declined when trying to get cash?\tdeclined_cash_withdrawal\nWhat information do I need to gather in order to activate my card?\tactivate_my_card\nMy order needs to be canceled.\trequest_refund\nWhat is the reason I couldn't do a transfer to a beneficiary?\tbeneficiary_not_allowed\nHow do I get my money back for a duplicated charge?\ttransaction_charged_twice\nmy cash withdrawal has not come out of my account yet.\tpending_cash_withdrawal\nI am not receiving the correct exchange rate on my card.\tcard_payment_wrong_exchange_rate\nPeople are using my debit card - help!\tdirect_debit_payment_not_recognised\nI need more money in my account. Can I add more by transferring?\ttransfer_into_account\nI tried to buy something online yesterday and got a message saying declined. I tried again today and got the same message. What's the problem?\tdeclined_transfer\nI think I was double charged\ttransaction_charged_twice\nIs there a limit to my top-up?\ttop_up_limits\nHey, I ordered a thing but changed my mind and want a refund on it. Since I haven't received the thing, would you just go ahead and cancel the payment for me?\trequest_refund\nHow long does it typically take a transfer to go through?  I sent some money to a friend earlier today, and she really needs it.  It still is a pending transfer, even though I sent it a few hours ago.\ttransfer_not_received_by_recipient\nI've never been to that store.  That's a fraudulent charge.\tcard_payment_not_recognised\nIs it possible someone has access to my card? I noticed that there are a couple of payments in the app I'm sure I did not make. Can you find out what's going on here?\tcard_payment_not_recognised\nIs my card payment reverted?\treverted_card_payment?\nCan I get a disposable virtual card?\tget_disposable_virtual_card\nI think the bank made a mistake on the exchange rates\twrong_exchange_rate_for_cash_withdrawal\nI want to know the source of my funds.\tverify_source_of_funds\nI think my transfer failed. What do I do now?\tfailed_transfer\nI just bought an item and would like to stop payment can you tell me if the item has been sent yet?\trequest_refund\nCan I get an update on my replacement card?\tcard_arrival\nThe ATM wouldn't let me withdraw cash.\tdeclined_cash_withdrawal\nWhat's the web address to unblock my pin?\tpin_blocked\nWhich ATMs am I allowed to get money from?\tatm_support\nI attempted to top-up with my card this morning, but the transaction was unsuccessful. I received the card two days ago and was successful using it previously. Could you please help me?\ttop_up_failed\nThere's a payment in my history I don't recognize\tcard_payment_not_recognised\nI just found a payment from a while back in my account that I didn't make.  Can I still dispute it even though it was a couple of months ago?\tdirect_debit_payment_not_recognised\nAre there any limits to were my card is accepted?\tcard_acceptance\nIs a tracking number available for the card that was just sent?\tcard_arrival\nCan I purchase with cash or cheque?\ttop_up_by_cash_or_cheque\nThe app is not able to realize that it is me.\tunable_to_verify_identity\nCard payment is still pending, why is that the case?\tpending_card_payment\nI lost my card. Can you help me?\tlost_or_stolen_card\nHow many incorrect attempts cause card to be blocked?\tpin_blocked\nWhy did a transaction I made charge me $1?\textra_charge_on_statement\nIs there any reason why my card didn't work when I tried to top up?\ttop_up_failed\nCan I receive my card anywhere?\torder_physical_card\nHow long does a transfer from the US take?\ttransfer_timing\nWhat do I do if my payment was reverted?\treverted_card_payment?\nI tried entering my passcode and it isn't working. Can you help?\tpasscode_forgotten\nHow can I check on the delivery status of my card?\tcard_arrival\nI want to change my PIN - do I need to be in a bank?\tchange_pin\nWhere can I find a Mastercard ATM?\tatm_support\nUnusual direct deposit\tdirect_debit_payment_not_recognised\nHow can I set up Google Pay on my device?\tapple_pay_or_google_pay\nWill I get charged on a foreign currencies exchange?\texchange_charge\nI haven't received my card yet, how long does it normally take?\tcard_delivery_estimate\nI want to transfer a sum of money from another bank account I have into this one\ttransfer_into_account\nHow do I access the virtual card?\tgetting_virtual_card\nWhy is this payment on my app\tcard_payment_not_recognised\nWhy is the exchange rate terrible?  That can't be close to the actual interbank rate.\tcard_payment_wrong_exchange_rate\nHow can I change my PIN even though I'm out of the country in Austria at the moment?\tchange_pin\nDoes it cost to add money to my card?\ttop_up_by_card_charge\nWhen I look at my statement there is an extra fee, that is for what?\textra_charge_on_statement\nWhy does my account show as pending a cash withdrawal from the ATM that I have already made?\tpending_cash_withdrawal\nWhy do I see an extra fee on my statement?\textra_charge_on_statement\nWhy has my money disappeared? I topped up earlier and seen it was there and had went through. What seems to be the problem?\ttop_up_reverted\nWhat currencies can my account be in?\tfiat_currency_support\nI didn't make this payment and it's on my app\tcard_payment_not_recognised\nHow long do I wait for my PIN\tget_physical_card\nWhy am I being charged a fee for using my card? If there is some print out of places that charge me can you please send me that?\tcard_payment_fee_charged\nWhat's the process to receive a second card?\tgetting_spare_card\nwhy wasn't a transfer to account approved\tbeneficiary_not_allowed\nhow soon will my card arrive?\tcard_delivery_estimate\nHow long will my ATM withdrawal be pending?\tpending_cash_withdrawal\nHow do I use a card to top up?\ttopping_up_by_card\nThe app won't identify me.\tunable_to_verify_identity\nDo I get charged if I top up with my European bank card?\ttop_up_by_card_charge\nI have an unauthorized direct debit on my account\tdirect_debit_payment_not_recognised\nI would like to use this cheque to top up.  Can you tell me how to do that?\ttop_up_by_cash_or_cheque\nis there a way i can see source of money?\tverify_source_of_funds\nWhy can't I transfer to an account?\tbeneficiary_not_allowed\nMy PIN number was incorrect, and I can't access it.\tpin_blocked\nA refund for a recent return has not arrived on my card.\tRefund_not_showing_up\nAre EUR exchanges acceptable?\tfiat_currency_support\nDo I need to go to a physical bank to change my PIN?\tchange_pin\nI need help fixing my contactless. It's not working anywhere I go today.\tcontactless_not_working\nHow would my friend be able to send me money?\treceiving_money\nHow can I top up with my apple watch?\tapple_pay_or_google_pay\nCan you tell me where to find my top-up verification code?\tverify_top_up\nI am just waiting for the transaction to be completed.\ttransfer_not_received_by_recipient\nI need you to delete my account right now.\tterminate_account\nI got my American Express in Apple Pay, why is top up not working correctly?\tapple_pay_or_google_pay\nMy marital status has change, I got to correct my name to reflect that.\tedit_personal_details\nThe $1.00 has still not been reverted as indicated in the previous email.\textra_charge_on_statement\nIts been several days and my cash withdrawal is still pending. Why?\tpending_cash_withdrawal\ncan i create my own pin right away\tget_physical_card\nI haven't received my cash yet.\twrong_amount_of_cash_received\nI am yet to receive my pin.\tget_physical_card\nWhy did I get a different card then requested?\tvisa_or_mastercard\nThe app reverted my recent payment\treverted_card_payment?\nDo you allow exchanges of EUR?\tfiat_currency_support\nI have another card from the U.S. Will you be able to accept that one?\tsupported_cards_and_currencies\nWhere did my money go? I'm not able to withdraw it from my ATM.\tdeclined_cash_withdrawal\nTell me why there is a charge on my cash withdrawl.\tcash_withdrawal_charge\nI think that the exchange rate was wrong for the payment made last Saturday - I was charged extra.\tcard_payment_wrong_exchange_rate\nMy phone has been stolen.\tlost_or_stolen_phone\nWhy do you keep declining my payment?I tried several times with this card and it is just not working.\tdeclined_card_payment\nI got a new card and can't find where to link it.\tcard_linking\nWhat is this extra €1 fee about?\textra_charge_on_statement\nI no longer want this account, what should I do?\tterminate_account\nCan you help me get a disposable virtual card?\tget_disposable_virtual_card\nCan I top up my card with other cards?\tsupported_cards_and_currencies\nAny place that takes Mastercard would be fine.\tcard_acceptance\nI require verification for my source of funds.\tverify_source_of_funds\nI need a refund and cancel a transaction on an item I purchased and i need it as soon as possible, please!\trequest_refund\nI would really like a physical card.\torder_physical_card\nwhy don't you accept american express for adding money to my account\tsupported_cards_and_currencies\nWhy wasn't it obvious that you charge for payments? If you put the fees in an easy to read format, this could have been avoided.\tcard_payment_fee_charged\nHow do I top up?\ttransfer_into_account\nMy top-up is not working. Why is that?\ttop_up_failed\nWhat is the significance of verifying the top-up?\tverify_top_up\nWhat is your exchange rate between UK pounds and Russian rubles for my last transaction\tcard_payment_wrong_exchange_rate\nHow can I setup automatic top-up?\tautomatic_top_up\nDo you work in Greece?\tcountry_support\nWhy has my transfer not arrived yet?\ttransfer_not_received_by_recipient\nI have used this account overseas recently. Has there been an increase in fees that I am unaware of?\ttransfer_fee_charged\nThere are two of the same charges on my account.\ttransaction_charged_twice\ncan I have multiple currencies?\tfiat_currency_support\nwhy do i need to verify the top up?\tverify_top_up\nI tried to get money out of the Notting Hill ATM earlier, but I wasn't able to get it to work. Is my card with issue? It's the first time I tried using it.\tdeclined_cash_withdrawal\nWhy hasn't my card arrived yet?\tcard_arrival\nI transferred some cash and it didn't arrive\ttransfer_not_received_by_recipient\nI see a reverted payment on my account. Why has this happened?\treverted_card_payment?\nWhat is the cost and time frame of getting a new card?\tcard_about_to_expire\nI would like to know how to work out where my funds came from?\tverify_source_of_funds\nI need to know where my funds come from.\tverify_source_of_funds\nI want to close my account & I will never do business with you again.\tterminate_account\nHow much would it cost me for a bank transfer to top up my account?\ttop_up_by_bank_transfer_charge\nWhat reasons would cause my card payment to be cancelled?\treverted_card_payment?\nThe money has not yet been placed in recipients account.\ttransfer_not_received_by_recipient\nI would like to know where the funds are at.\tverify_source_of_funds\nam afraid someone may have gained access to the info on my card.\tcompromised_card\nI need my card right away.\tcard_delivery_estimate\nCan I get a disposable card?  How many can I have?  How often can I use them?\tdisposable_card_limits\nI am not satisfied with your company and wish to delete all accounts immediately.\tterminate_account\nCan I change my pin number at a cash machine?\tchange_pin\nI sent a cheque a few days ago and i noticed that no money has been put on my account. Can you please tell me the situation of my account?\tbalance_not_updated_after_cheque_or_cash_deposit\nWhat foreign exchange rate will I get on weekdays and on the weekends?\texchange_rate\nThe exchange rate is incorrect for my payment.\tcard_payment_wrong_exchange_rate\nI can't get google pay to work right.\tapple_pay_or_google_pay\nWhat is the process for transferring money into my account?\ttransfer_into_account\nI didn't receive the correct exchange rate when I got cash.\twrong_exchange_rate_for_cash_withdrawal\nI need to know if you will accept my credit card.\tsupported_cards_and_currencies\nWhy was I declined from getting cash?\tdeclined_cash_withdrawal\nHow do I top-up automatically?\tautomatic_top_up\nIs there a way I can check on the card on route to me?\tcard_arrival\nthe product is not working, can I get a refund?\trequest_refund\nHow do I dispute a debit that I didn't make?\tdirect_debit_payment_not_recognised\nWill I be charged for topping up by transfer?\ttop_up_by_bank_transfer_charge\nHow do I get another card\tgetting_spare_card\nHow much longer do I have to wait until my transaction is complete? I transferred money to another country many hours ago and the transaction is still pending.\tpending_transfer\nWhy is my top-up showing as reverted?\ttop_up_reverted\nCan my daughter also have a card issued in her name, but linked to my account?\tgetting_spare_card\nMy rate is not right when I used my card in a different country's money.\twrong_exchange_rate_for_cash_withdrawal\nI need to transfer some money to a friend who is in urgent need of some fast cash. How long will it take before she can use that money?\ttransfer_not_received_by_recipient\nTop-up is not working\ttop_up_failed\nShow me the amount of transactions I can do with a disposable card.\tdisposable_card_limits\nI tried to top-up, why didn't it work?\ttop_up_failed\nFor the identity check, what kind of documents do I need to have?\tverify_my_identity\nI should not have been charged a fee for cash withdrawal.\tcash_withdrawal_charge\nhow do I ask for a physical card?\torder_physical_card\nI was charged a fee for a transfer. Where did it come from?\ttransfer_fee_charged\nI would like to get a Visa card\tvisa_or_mastercard\nI was trying to purchase some crypto and the app won't allow me to do it. What's the deal with this? I really wanted to complete the exchange.\tbeneficiary_not_allowed\nWhere do I order additional cards?\tgetting_spare_card\nCan I get a card? I live in the US.\tcountry_support\nI just got refunded for my purchase over two weeks ago\treverted_card_payment?\nI need to add more funds to my card today because it keeps being declined, and I need to use it immediately. Can you fix this or tell me alternatives?\ttop_up_failed\nHow can I add physical money to my card?\ttop_up_by_cash_or_cheque\nMy account statements show a debit payment that I didn't make it's from some time ago I need to know if it is disputable.\tdirect_debit_payment_not_recognised\nMy card was declined but it shows as multiple charges?\ttransaction_charged_twice\nWhy was I charged a fee for withdrawing money off my card?\tcash_withdrawal_charge\nWhy am I unable to transfer money when I was able to before?\tbeneficiary_not_allowed\nWhy was I charged twice for the same thing?\ttransaction_charged_twice\nWhy will my transfer not go through?!  Keep getting an error message.\tbeneficiary_not_allowed\nI need several disposable cards made per day.\tdisposable_card_limits\nTell me about the limit for top ups.\ttop_up_limits\nHow do I order a new card? The current one is about to expire.\tcard_about_to_expire\nI tried again to top up my card after doing it a couple days ago when it had worked. Now, it doesn't seem to be working. Can you tell me what the deal is here please?\ttop_up_failed\nHi, I tried topping up for the first time today (I'm a new customer), and the transaction has shown as pending for the last half an hour. Can you fix it?\tpending_top_up\nHow many times can I use my disposable card?\tdisposable_card_limits\nIt's not letting me transfer money to my beneficiery.\tbeneficiary_not_allowed\nI heard you have an auto-top up option, where do I find that?\tautomatic_top_up\nWill I be charged an extra fee if I need to exchange currency?\texchange_charge\nI would like to re-activate my card, it was previously reported  lost but I found it this morning.\tcard_linking\nI have to verify my source of funds.\tverify_source_of_funds\nI deposited a cheque a week ago but have yet to receive the cash.\tbalance_not_updated_after_cheque_or_cash_deposit\nI can't remember my password.\tpasscode_forgotten\nI think someone else is using my card.\tcompromised_card\nhow do i dispute a payment I didnt make\tcard_payment_not_recognised\nIs there something wrong with my top up I did an hour ago? it's still pending. I need that money, i cant afford to wait or have it come back to me.\tpending_top_up\nI must have entered my PIN wrong.\tpin_blocked\nHello,  I have recharged topup but account is not credited. Please help me in this, i guess there is some defect in system.\ttop_up_reverted\nHow can I change my PIN?  Help.\tchange_pin\nHow much are the fees for adding funds using an international card?\ttop_up_by_card_charge\nHow many days until my US transfer arrives?\ttransfer_timing\nHow do I edit my personal details?\tedit_personal_details\nI entered a wrong PIN too many times. How can I fix this?\tpin_blocked\nHow can I tell if my top-up has been cancelled?\ttop_up_reverted\nHow do I know when my card will expire?\tcard_about_to_expire\nIn the app, how can I make it show the new card that arrived?\tcard_linking\nLooks like my card payment was duplicated after all. I went to pay at the store earlier, got declined once,second time it works. App still stays pending for one of the payments. Can you please remove one of them as it's wrong and was declined?\ttransaction_charged_twice\nWill there be a fee to receive a physical card?\torder_physical_card\nAfter I used my card I saw I was charged a fee for using it\tcard_payment_fee_charged\nCan I edit my details?\tedit_personal_details\nWhy can't I take cash out of the ATM?\tdeclined_cash_withdrawal\nI received my card, how do I get it to show in the app?\tcard_linking\nI got charged twice\ttransaction_charged_twice\nWhy are my purchases from this morning still pending?\tpending_card_payment\nI recently transferred money to my account when will it show up?\tbalance_not_updated_after_bank_transfer\nWhat types of currencies do you accept?\tsupported_cards_and_currencies\ncan i see money source?\tverify_source_of_funds\nthe exchange rate for my withdrawal is wrong\twrong_exchange_rate_for_cash_withdrawal\nThere are some card payments that I haven't done myself. What is going on with my card and does somebody else have access to my card?\tcard_payment_not_recognised\nYesterday I had my phone stolen.  Please advise what I should do.\tlost_or_stolen_phone\nWhat if I type in the wrong PIN too many times?\tpin_blocked\nHow can I get a Visa and Mastercard?\tvisa_or_mastercard\nWhy isn't my balance reflecting a transfer I did?\tbalance_not_updated_after_bank_transfer\nHello, what is a virtual card and how do I get one?\tgetting_virtual_card\nCan you tell me your exchange rates?\texchange_rate\nWhere can I find Mastercard ATMs?\tatm_support\nwant to get a new card in china\tcard_about_to_expire\nWhat do I do if I still have not received my new card?\tcard_arrival\nI don't see the verification code for my card transfer.\tverify_top_up\nWhat stopped my transfer, from being accepted?\tfailed_transfer\nHow can I transfer money between accounts?\ttransfer_into_account\nIt looks like someone besides me ordered something with my card, what should I do?\tcompromised_card\nis there a way to see where funds come from\tverify_source_of_funds\nTransfer could not be completed due to being declined.\tdeclined_transfer\nWhy isn't top-up working? My top-up money disappeared after I saw that it was successfully transferred. Is it gone? Where did it go?\ttop_up_reverted\nWhere can I find the auto-top option?\tautomatic_top_up\nSomeone might have access to my card!  There are some strange payments showing up on my account.  What do I do?\tcard_payment_not_recognised\nWhy is the fee for taking money out so high?  I feel I was overcharged and I would have never used this ATM if I would have known ahead of time.\twrong_exchange_rate_for_cash_withdrawal\nWhat should I do if I think my card was stolen?\tlost_or_stolen_card\nAm I allowed to use different currencies?\treceiving_money\nMy salary comes in GBP can I change my options somewhere?\treceiving_money\nCan you check the exchange rate on a cash transaction I did overseas\twrong_exchange_rate_for_cash_withdrawal\nDo you have a list of businesses that accept this card?\tcard_acceptance\ni received my American Express in Apple pay, is there a reason why top up is not working?\tapple_pay_or_google_pay\nI need to know why a money transfer is available.\tpending_transfer\nWhy was I not able to take cash from the ATM?\tdeclined_cash_withdrawal\nMy job requires me to do a lot of exchanging currency, and I was wondering about any possible discounts or lower prices.\texchange_charge\nWhat cards do you support\tsupported_cards_and_currencies\nIs there a reason my payments are pending?\tpending_card_payment\nHey I want to get a refund on something I bought, but not sure how to go about it. Can you please just cancel the payment, I have not received the item yet.\trequest_refund\nI was charged twice for the same purchase!\ttransaction_charged_twice\nWhy was I charged when taking out money?\tcash_withdrawal_charge\nIs there a limit to the number of disposable cards per day?\tdisposable_card_limits\nCan I get a new card with new expiration date in China?\tcard_about_to_expire\nI need to order a new card, can you please direct me to the virtual cards?\tgetting_virtual_card\nI would like to activate my card what do I need to do?\tactivate_my_card\nI got a message that I cannot name X as a beneficiary.\tbeneficiary_not_allowed\nHow to order a virtual card\tgetting_virtual_card\nThis is the first time I've tried to get my money out of an ATM and it didn't work. Please give me my money\tdeclined_cash_withdrawal\ni dont recognise some of these transactions, i think someone has my card details\tcompromised_card\nMy card was declined at a restaurant today and I am not sure why.\tcard_not_working\nI tried to use the ATM with foreign currency. The conversion rate applied was wrong.\twrong_exchange_rate_for_cash_withdrawal\nwhere can i have a virtual card\tgetting_virtual_card\nMy throwaway virtual card won't work\tvirtual_card_not_working\nI normally have no issues making transfers, so why am I suddenly being told it is not possible?\tbeneficiary_not_allowed\nHi, would you please activate my card?\tactivate_my_card\nWhere do I pay with my card?\tcard_acceptance\nHow do I avoid a fee to use an ATM?\tcash_withdrawal_charge\nI need to transfer money into this account from my other bank account.\ttransfer_into_account\nI just went through a old statement and noticed that a very large payment went through and i did not make it. It was from a few months ago, can I still dispute the payment?\tdirect_debit_payment_not_recognised\nHow much am I allowed to top-up?\ttop_up_limits\nWhen will my refund come through\tRefund_not_showing_up\nCould google pay and top up be together?\tapple_pay_or_google_pay\nWhat do I do to activate?\tactivate_my_card\nI have an American Express that I'd like to add money to my account with.\tsupported_cards_and_currencies\nWhat kind of businesses will take my card?\tcard_acceptance\nCard payment still pending.\tpending_card_payment\nCan you activate my card pls\tactivate_my_card\nMy money didnt go through after I transferred.\tbeneficiary_not_allowed\nIn which stores can I shop with this card?\tcard_acceptance\nWhy would a cash withdrawal still be pending?\tpending_cash_withdrawal\nHow can I make my card show up in the app?\tcard_linking\ncan i top up with check?\ttop_up_by_cash_or_cheque\nWhat are the steps for getting money from a friend?\treceiving_money\nWhy wont the ATM give me cash?\tdeclined_cash_withdrawal\nI got less cash than what I specified for through the ATM.\twrong_amount_of_cash_received\nWhat is the disposable card for?\tget_disposable_virtual_card\nI noticed the currency exchange rate was incorrect after paying for something in a foreign country.\tcard_payment_wrong_exchange_rate\nI want to open an account for my children\tage_limit\nWhy is there a direct debit to my account? I didn't do that.\tdirect_debit_payment_not_recognised\nIs there a problem with the payment that I see is still pending?\tpending_card_payment\nCan I activate my card with the app?\tactivate_my_card\nWhen will my cheque process?\tbalance_not_updated_after_cheque_or_cash_deposit\nHow long does it take for pending transfer transactions to post?\tpending_transfer\nI made a mistake when sending a payment, sending it to the wrong account number (with a typo) - can you please cancel the transaction?\tcancel_transfer\nI didn't withdraw cash but I see that transaction on my app\tcash_withdrawal_not_recognised\nWhy can't I complete the transfer?\tfailed_transfer\nI have forgotten my passcode\tpasscode_forgotten\nWhat is the time frame that it usually takes for a transfer to come through? I have a friend needing it immediately but it has yet to come through.\ttransfer_not_received_by_recipient\nTell me what ATMs allow me to change my PIN.\tchange_pin\nI tried to make a transfer, but it didn't work.\tfailed_transfer\n\"I put in a payment a while ago and it has still not cleared and is showing up as \"\"pending\"\", how long does it take to clear?\"\tpending_card_payment\nTransfers may show up as pending for up to one day while they are processed by one of our payment processors. Then, they will depart for the beneficiary accounts. Please also double-check that you have entered the correct account details. SEPA transfers can take up to two business days, and SWIFT transfers can take up to five business days.\tpending_transfer\nHow can I check for an unsupported merchant for my transfer request?\tdeclined_transfer\nCan someone assist me with activating my new card?\tactivate_my_card\nMy topup got reverted. Please let me know if there is any issue in system.\ttop_up_reverted\nI transferred 7,000 to a receiver outside the EU and they received a lesser amount than what I sent, Unfortunately, now I must send an additional transfer to the receiver so that they can receive the full amount I initially sent.  I'm not sure why they received a lesser amount than what I initially sen, but can you please look into this and let me know what happened?\ttransfer_fee_charged\nPlease provide details on how to top up my account using transfer option\ttransfer_into_account\nDoes auto top-up have a limit?\tautomatic_top_up\nCan you track my card for me?\tcard_arrival\nHow do you find the exchange rate?\texchange_rate\nHow old does my daughter have to be to open an account?\tage_limit\nWhat systems do you have in place for my security when using my card for everyday purchases?\tget_disposable_virtual_card\nHow can I find out the source of my available cash?\tverify_source_of_funds\nWhy was there a fee for my cash withdrawal?\tcash_withdrawal_charge\nMy card doesn't work when I use it.\tcard_not_working\nIt's been a week since you issued me a card and I still didn't get it. Should I keep waiting?\tcard_arrival\nI need a hand here, I need to top up cash.\ttop_up_by_cash_or_cheque\nCan I use this app to exchange currencies?\texchange_via_app\nI need my purchase cancelled.\trequest_refund\nWhat currencies can I use to top up my account?\ttransfer_into_account\nIm not sure why Im being charged an extra fee just for purchasing an item from another country? I paid for the item and the shipping why am I getting charged extra?\ttransfer_fee_charged\nMy card data has been exposed.\tcompromised_card\nWhy isn't my refund on my statement?\tRefund_not_showing_up\nCan you please assist on my item that needs to be refunded?\trequest_refund\nPlease verify my source of funds.\tverify_source_of_funds\nI'm not sure where my phone is.  Can someone else use the app?\tlost_or_stolen_phone\nI went to the store and tried to make a purchase.  The first time, it was declined, but the second one went through.  But my App shows me that I've already been charged once and the second charge is still pending.  Can you make sure that I'm not charged twice?\ttransaction_charged_twice\nCan I see where my money is being transferred from?\tverify_source_of_funds\nWhy was my account assessed a fee for an ATM transaction?\tcash_withdrawal_charge\nYou advertise no fee when paying with a card then my statement shows a fee.\tcard_payment_fee_charged\nI made a bank transfer from my UK account today, but it's not showing.  Can you check status?\tbalance_not_updated_after_bank_transfer\nThere's a cash withdrawal I am certain I did not make\tcash_withdrawal_not_recognised\nCan you tell me what the exchange fee is?\texchange_charge\nDoes it matter if I use Visa or Mastercard?\tvisa_or_mastercard\nWhat information do I need to see my source of money?\tverify_source_of_funds\nWhy is there an extra fee on a transfer?\ttransfer_fee_charged\nWhat ATMs will allow me to change my PIN?\tchange_pin\ni need a refund from you because the merchant is refusing, can you do that?\tRefund_not_showing_up\nI think the exchange rate on my card payment is incorrect.\tcard_payment_wrong_exchange_rate\nWhat is the identity verification process?\tverify_my_identity\nI can't see my refund on my account\tRefund_not_showing_up\nI cannot view the refunded amount in my account.\tRefund_not_showing_up\nThe card PIN?\tget_physical_card\nThere's a payment in the app I don't recognize.\tcard_payment_not_recognised\nCan you explain more about why should I verify my identity?\twhy_verify_identity\nI've changed my mind on an item.  How do I get a refund?\trequest_refund\nMy transfer was declined. Why did this happen?\tdeclined_transfer\nCan I use a transfer to receive my transfer?\treceiving_money\nI have tried using my card for the first time at the ATM of Notting Hill to withdrawal cash but it didn't work. Does this mean my card isn't working?\tdeclined_cash_withdrawal\nHow long will my payment be pending?\tpending_card_payment\nIs it free to send out more cards?\tgetting_spare_card\nDo you charge for cash withdrawals?  I want to get my hands on my own money and you appear to be charging me for the pleasure! Why is this, you'd never get this with my high street bank!\tcash_withdrawal_charge\nMy card is about to expire. Do I have to go to a branch to order a new card?\tcard_about_to_expire\nI have moved to a new house and set up a rent payment to my landlord, it was supposed to be in her account a few days ago but it hasn't arrived.  I definitely sent it to the right place, can you confirm where the money is?\ttransfer_not_received_by_recipient\nWhy is my identity verification process not working?\tunable_to_verify_identity\nWhat source do my fund come from?\tverify_source_of_funds\nCan I track history on funds?\tverify_source_of_funds\nWhy is your exchange rate different on different days?\texchange_rate\nWhen will my top up process?\tpending_top_up\nPlease check to see if the band transfer I made a while ago from my UK account has safely arrived.\tbalance_not_updated_after_bank_transfer\nI could not get my card to work at a shop.\tdeclined_card_payment\nI requested money from the ATM and it didn't give me as much as I requested.\twrong_amount_of_cash_received\nTransferring money using credit card\ttopping_up_by_card\nI think my card is stolen!\tlost_or_stolen_card\nWhy am I being charged for ATM cash withdrawals? The only reason I use it is because it's been free! Now you expect me to pay for them, and how much is that going to cost me?\tcash_withdrawal_charge\nI am having trouble withdrawing cash.\tdeclined_cash_withdrawal\nI need to change a transfer.\tcancel_transfer\nI have a transfer that is pending.\tpending_transfer\nI could only take the amount of money that was available to me which was less then I expected.\twrong_amount_of_cash_received\nIt appears my top-up has not gone through.\tpending_top_up\nhow many uses are the disposable cards good for?\tdisposable_card_limits\nI would like to know where my source of funds came from.\tverify_source_of_funds\nI need assistance activating my card?\tactivate_my_card\nA debit came through that I need to dispute.\tdirect_debit_payment_not_recognised\nWhy am I being charged for the same thing twice?\ttransaction_charged_twice\nAlthough I am not located in the UK area, may i still receive a card?\tcountry_support\nThe exchange rate applied is wrong for my international purchase.\tcard_payment_wrong_exchange_rate\nI left my phone somewhere and can't use the app.\tlost_or_stolen_phone\nI would like to top up my account with a bank transfer, is that allowed?\ttransfer_into_account\nHow long until the card arrives?\tcard_delivery_estimate\nCan you send me the actual card?\torder_physical_card\nCan my job deposit my wages directly into the account.\treceiving_money\nIf I need delivery on a certain day, is that something that could be accommodated?\tcard_delivery_estimate\nHello I changed my mind and want a refund on one of things I bought recently. Can you please cancel the transaction and get me my money back. Please it's urgent.\trequest_refund\nThe app doesn't think it's me.\tunable_to_verify_identity\nWhere would I order a virtual card?\tgetting_virtual_card\nMy purchase from this morning still is pending.\tpending_card_payment\nWhat was the extra charge for using my card?\tcard_payment_fee_charged\nI am not sure but someone else might be using my card\tcompromised_card\nI have lost my card, but need to place an online order! How do I get a virtual card instantly?\tgetting_virtual_card\nNeed a new passcode.\tpasscode_forgotten\nHow long will my transfer be pending?\tpending_transfer\nWhat's the time frame normally for a UK account transfer? I just made one and it's not showing up anywhere. I want to be sure that everything is good.\tbalance_not_updated_after_bank_transfer\nWhat are the steps for identity checks?\tverify_my_identity\nCan the card be mailed to Europe?\tcountry_support\nI am wanting to refill my card, is there a charge?\ttop_up_by_card_charge\nMy purchases from this morning still have pending payments.\tpending_card_payment\nThe ATM didn't give me enough money.\twrong_amount_of_cash_received\nI wanted to know why there is a transfer of mine pending.\tpending_transfer\nI'd like to delete my account.\tterminate_account\nHow do I active this card?\tactivate_my_card\nPlease assist me with activation.\tactivate_my_card\nWhat is taking so long with my refund?\tRefund_not_showing_up\nHow much transactions do I get with a disposable card?\tdisposable_card_limits\nPlease help me, as my topup amount has been reverted, i did it correctly. I think there is some defect in system.\ttop_up_reverted\nHow long until transfers complete?\tpending_transfer\nMy card payment has had the status of pending forever. What is the issue? It should have gone through at some point.\tpending_card_payment\nWhy is my beneficiary not being allowed to get payment services?\tbeneficiary_not_allowed\nI was given the wrong amount of cash\twrong_amount_of_cash_received\nWhat do I do if my disposable virtual card doesn't work?\tvirtual_card_not_working\nHow can I close my account?\tterminate_account\nToday I used my card at a restaurant and it was declined. Why?\tcard_not_working\nATMs, which ones will accept this card?\tatm_support\nI need to exchange foreign currency will i be charged?\texchange_charge\nNeed help with a stolen card.\tlost_or_stolen_card\nHow long does it take for a pending cash withdrawal?\tpending_cash_withdrawal\nWhy was my transfer charged a fee?\ttransfer_fee_charged\nHow can you assist on verifying my identity?\tverify_my_identity\nCould I open an account for children?\tage_limit\nHow do I activate my card to start using it?\tactivate_my_card\nTell me how a top up would be reverted.\ttop_up_reverted\nI was charged a transfer fee, why is that?\ttransfer_fee_charged\nI am still waiting for the cash to be returned from a cheque I deposited!\tbalance_not_updated_after_cheque_or_cash_deposit\nCan I transfer money to my card via bank-transfer?\ttransfer_into_account\nWhy can I not do a transfer to a beneficiary?\tbeneficiary_not_allowed\nThis company is bad, delete my account now.\tterminate_account\nHow do I get my money back for something I bought?\trequest_refund\nWhat's the problem? My card keeps getting declined for top up. I need to know what is going on.\ttop_up_failed\nThere was an extra fee on my account when I got cash.\tcash_withdrawal_charge\nWhy have i been charged a fee for using my card?\tcard_payment_fee_charged\nHow many currencies can I have money in in my account?\tfiat_currency_support\nA friend was telling me about her disposable cards. What would I have to do to be able to get that feature?\tdisposable_card_limits\nI have a payment that shows twice\ttransaction_charged_twice\nWhat number of transactions can i do with one disposable card?\tdisposable_card_limits\nI've use my accounts all the time to manage my payments for my place abroad that I just got. I now see that I suddenly have new fees.I'm a frequent customer, so why are you charging me new fees instead of rewarding me?\ttransfer_fee_charged\nWhen I got cash I believe that the exchange rate was wrong\twrong_exchange_rate_for_cash_withdrawal\nI cant prove who I am\tunable_to_verify_identity\nI did not receive all of my cash back\twrong_amount_of_cash_received\nI was unable to transfer to another account.\tbeneficiary_not_allowed\nUnable to use my American Express with Apple Pay to top up my account\tapple_pay_or_google_pay\nMy card is expiring so how fast can I get a new one and how much will it be?\tcard_about_to_expire\ni have been trying to add money with apple pay but it wont work, why?\tapple_pay_or_google_pay\nI had an unexpected fee\ttransfer_fee_charged\nI was recently charged for withdrawing money from my bank ATM. How can that be possible when I haven't been charged for using it before?\tcash_withdrawal_charge\nIf the ATM only gave me 10 pounds instead of the 30 I requested, what do I do?\twrong_amount_of_cash_received\nI'd like to use my American Express to place money into my account.\tsupported_cards_and_currencies\nTop up my card please, which y'all support?\tsupported_cards_and_currencies\nHi, I'm trying to purchase a flat and I'm needing the first payment for the mortgage to go through on the flat I'm trying to buy. For some reason I keep getting an error.can you assist in making this transfer? What is going on?\tfailed_transfer\nWhy hasn't my transaction been completed?\ttransfer_not_received_by_recipient\nCan I get another card?\tgetting_spare_card\nCould I get tracking on the card?\tcard_arrival\nI cannot withdraw money from the ATM\tdeclined_cash_withdrawal\nMy cash withdrawal shows as pending still.\tpending_cash_withdrawal\nWhy are you asking so many questions about me?\twhy_verify_identity\nMy transfer didn't work how come?\tfailed_transfer\nIs it possible to delete the account?\tterminate_account\nWhy was I charged extra on my last UK pound to Russian ruble exchange?\tcard_payment_wrong_exchange_rate\nWhy hasn't my friend received the money i sent them yet?\ttransfer_not_received_by_recipient\nCan money be exchanged from one currency to another?\texchange_via_app\nI want to top up my account. Can I do it with Google Pay?\tapple_pay_or_google_pay\nWas my card payment reverted?\treverted_card_payment?\nA strange card payment, I do not recognize it.\tcard_payment_not_recognised\nIs there a fee when I add money to my international card?\ttop_up_by_card_charge\nSomeone may have made an error in figuring out the rate of exchange.  I should have received more cash than I did on my most recent withdrawal.\twrong_exchange_rate_for_cash_withdrawal\nWhen can I expect the transfer to be complete?\ttransfer_timing\nI would like to have a physical card to carry around and use. How can I get one?\torder_physical_card\ntop up by my card is that possible?\ttopping_up_by_card\nMy money has gone missing. I had recently added money in, and saw it was there and went through. Now it's missing. What is happening?\ttop_up_reverted\nI am having a huge problem with my card being declined and it's really important that I top-up today.  Would you please look into this further and let me know how I can get this fixed?\ttop_up_failed\nI paid with card and was charged a fee that shouldn't be there!\tcard_payment_fee_charged\nIs it on purpose that my payment has been returned to my account?\treverted_card_payment?\nCould my daughter open an account?\tage_limit\nWhat currencies can be used for top up?\tsupported_cards_and_currencies\nWhy has my card been declined?\tdeclined_card_payment\nHi. A couple hours ago I make a transfer from my UK bank account, but it hasn't shown up. Please, would you see what the delay is?\tbalance_not_updated_after_bank_transfer\nDo you offer any discounts for someone who exchanges currencies frequently?\texchange_charge\nCan I get an actual card\torder_physical_card\nI still haven't gotten my new card.  When will it get here?\tcard_arrival\nI need a disposable virtual card.\tget_disposable_virtual_card\nThe purchase I made is still pending.\tpending_card_payment\nI don't know why my card payment did not work\tdeclined_card_payment\ni've waited 2 days for a transfer to reach a retailers account, am i going to have to wait longer.\ttransfer_not_received_by_recipient\nIs there a limit to the top-ups someone can do?\ttop_up_limits\nI want to inactivate my account.\tterminate_account\nI was charged $1 in a transaction.\textra_charge_on_statement\nCan you issue both a Visa and a Mastercard to me?\tvisa_or_mastercard\nWhat is the status of my card's delivery?\tcard_arrival\ni used a check check yesterday to balance my account and it isn't showing up?\tbalance_not_updated_after_cheque_or_cash_deposit\nWhat's the limit on total number of cards I can have?\tgetting_spare_card\nThere is a payment that is not mine in the App.\tcard_payment_not_recognised\nThere is a payment that I was charged two times for.\ttransaction_charged_twice\nWill you work with any fiat currencies?\tfiat_currency_support\nWhy would the ATM machine fail to give me the cash withdrawal I requested?\tdeclined_cash_withdrawal\ni didnt put that money in my account\tcash_withdrawal_not_recognised\nCan I link your physical card\tcard_linking\nI got married and need to change my name.\tedit_personal_details\nHow do I go about getting a virtual card?\tgetting_virtual_card\nwould a visa or mastercard be more suited to me?\tvisa_or_mastercard\nIs the top-up amount unlimited?\ttop_up_limits\nI need to find the top up verification code\tverify_top_up\nWhere is this card accepted?\tcard_acceptance\nWhat do I do if I completed a money transfer but the recipient hasn't received it?\ttransfer_not_received_by_recipient\nWhen I got cash, my exchange rate was off.\twrong_exchange_rate_for_cash_withdrawal\nSomeone else charged my card!\tdirect_debit_payment_not_recognised\nHow long do I have to wait for Europe transfers?\ttransfer_timing\nWhy do I still have a pending cash withdrawal?\tpending_cash_withdrawal\nPlease help to explain to me why my new card was declined when I tried to use it at my grocery store this morning to pay for the items I needed.  I tried three times to use it and it kept being declined.  I was very embarrassed standing there trying to buy my groceries.\tdeclined_card_payment\nWhat are the charges for recieving SEPA transfers?\ttop_up_by_bank_transfer_charge\nMy card hasn't been working for even small transactions today.\tcard_not_working\nWhen will my card come? I need it as soon as possible!\tcard_delivery_estimate\nI cannot find my phone, what should I do?\tlost_or_stolen_phone\nHow can I add money automatically?\tautomatic_top_up\nWhat is the reason for the fee charge on my transfer?\ttransfer_fee_charged\nI withdrew money from an ATM today, and now my account is showing a different amount than what I withdrew. I checked the amount the ATM gave me, and it looks like it gave me the wrong amount of money. What is the best thin for me to do to get this fixed?\twrong_amount_of_cash_received\nI'm not happy, I want to close my account.\tterminate_account\nI could not get the ATM to work\tdeclined_cash_withdrawal\nThe atm didn't give me all my cash\twrong_amount_of_cash_received\nThere is a payment showing as pending and hasn't posted for a few days.  When will it post?\tpending_card_payment\nI wrote a check to the account yesterday to add to my balance, but I don't see the amount of the check reflected anywhere.  Is it being held up for some reason?  I should have seen a new balance by now!\tbalance_not_updated_after_cheque_or_cash_deposit\nRates were applied wrong while using foreign currency at an ATM.\twrong_exchange_rate_for_cash_withdrawal\nMy address details have changed and I want to update them\tedit_personal_details\nWhat's your refund policy if I bought an item from you?\trequest_refund\nWhat will I need to configure if my salary is in GBP?\treceiving_money\nI did a transfer but its still pending\tpending_transfer\nWhy can I not get cash from the ATM?\tdeclined_cash_withdrawal\nHow do I go about ordering another card?\tgetting_spare_card\nWill money be added automatically when necessary?\tautomatic_top_up\nI got some cash but it wasn't the right amount.\twrong_amount_of_cash_received\nI need to order a new card as my other one was stolen.\tlost_or_stolen_card\nExplain why a card payment would be cancelled?\treverted_card_payment?\nWhat is this strange payment in my account?\tcard_payment_not_recognised\nDo you have any accounts for children ?\tage_limit\nHow can I get my money back on an order. I haven't gotten the item yet, so I want to cancel the order. How?\trequest_refund\nWhen will my transfer process?\tbalance_not_updated_after_bank_transfer\nI goofed up and used the wrong account.  Please help.\tcancel_transfer\nMy foreign currency exchange has been applied incorrectly.\tcard_payment_wrong_exchange_rate\nI have a direct debit I didn't set up\tdirect_debit_payment_not_recognised\nWhy is there a 1 euro fee on my statement?\textra_charge_on_statement\nMy card is not working when I try to use it.\tcard_not_working\nI need my card activated.\tactivate_my_card\nThis fee shouldn't be there after I paid with a card.\tcard_payment_fee_charged\nHow do I go about transferring money into my bank account?\ttransfer_into_account\nWhat is the top-up limit?\ttop_up_limits\nWhy isn't my id verified?\tunable_to_verify_identity\nDo you charge a fee for adding money in USD?\ttop_up_by_card_charge\nI am not sure how this will work, but I have not received a product I ordered.  I want a refund, but should I just cancel the payment?\trequest_refund\nWhy do you have the identity check\twhy_verify_identity\nWhy have I not received my PIN\tget_physical_card\nthere is a debit i dont recognize\tdirect_debit_payment_not_recognised\nDoes it cost anything to do currency exchanges?\texchange_charge\nCan you tell me which cards and currencies are supported?\tsupported_cards_and_currencies\nHow do you do currency exchanges?\texchange_rate\nhow to i go about getting my virtual card\tgetting_virtual_card\nI need my refund as soon as possible. What else do I have to do?\tRefund_not_showing_up\nHow to I switch my money for the money used in another country?\texchange_via_app\nMy transfer isn't in\ttransfer_not_received_by_recipient\nMy Identity verification hasn't passed yet is it possible to use my account?\twhy_verify_identity\nI am having to wait for my transfer to be fully processed. It seems to be taking a very long time in the pending phase. What is the normal turn around time that I can expect to see it completed?\tpending_transfer\nThere was a transaction this morning that I'd like to reverse.\tcancel_transfer\nwhat is a virtual and how do i get one\tgetting_virtual_card\nIs American Express supported for adding funds?\tsupported_cards_and_currencies\nHey I thought transfers were free.  Why are you charging me?\ttransfer_fee_charged\nI can't be sure, but I think that someone may be using my card.\tcompromised_card\nIs it possible to order a card?\torder_physical_card\nCan Google Pay be used for top up, please help?\tapple_pay_or_google_pay\nI have a transaction showing up multiple times.\ttransaction_charged_twice\nI'm still waiting for my card.\tcard_arrival\n\"I made a transfer and according to the receiver \"\"they haven't received the right amount\"\" Its lesser than it should be.Now I have to transfer more money to make up for the missing amount . Can you please help me about this, what should be done ?\"\ttransfer_fee_charged\nThe wait for this transfer seems to be taking a very long time.  It is very important that it goes through quickly. Can you please tell me how long it may take?\tpending_transfer\nDoes the exchange rate change each day for purchases? There is a different rate on my purchase.\tcard_payment_wrong_exchange_rate\nI found my lost card in my jacket pocket this morning so I'd like to reactivate it please.\tcard_linking\nI need Australian dollars instead of UK currency.\texchange_via_app\nI want to top up my account by a bank transfer, but will I be charged?\ttop_up_by_bank_transfer_charge\nMy disposable virtual card isn't working.\tvirtual_card_not_working\nthere is money in my account that i didnt put there\tcash_withdrawal_not_recognised\nLast week I put a cash deposit into my account and it is still isn't there.\tbalance_not_updated_after_cheque_or_cash_deposit\nIs there an additional charge to exchange currencies?\texchange_charge\nI checked my account and see that funds were deducted from a seller I didn't approve of. Can you help me understand?\tdirect_debit_payment_not_recognised\nWhat if my top up didn't work?\ttop_up_failed\nI have a transfer waiting.\tpending_transfer\nI'm travelling abroad but I've run into a situation where I need to change my PIN immediately. Can I do this from here?\tchange_pin\nI don't know where the top-up verification code is.\tverify_top_up\nI was just going over my transactions for the past couple of months and noticed a large type charge that I know I did not make. Even though it's been a while can I please still dispute this?\tdirect_debit_payment_not_recognised\nIt looks like the exchange rates on my card payment are wrong\tcard_payment_wrong_exchange_rate\nhow much is the fee for topping by card\ttop_up_by_card_charge\nWhere can I activate my card?\tactivate_my_card\nMoney was taken out without my consent,\tcash_withdrawal_not_recognised\nI am having trouble with the app recognizing me.\tunable_to_verify_identity\nmy cash out is still pending\tpending_cash_withdrawal\nHow can I top up with Apple Pay?\tapple_pay_or_google_pay\nWhy did my top-up not work?\ttop_up_failed\nI lost my card, what do I do now?\tlost_or_stolen_card\nIs there a problem with my account? When I tried to withdraw cash at an ATM I was denied.\tdeclined_cash_withdrawal\nI thought I lost my card so I cancelled it, but recently I found it in my jacket and I would like to re-establish the card.\tcard_linking\nCan you please sort out your top up? I need this to go through asap because I really need the money. It's already been pending for an hour.\tpending_top_up\nWhy am I being charged for getting cash?\tcash_withdrawal_charge\nWhat is the process to get a new card when your old one expires?\tcard_about_to_expire\nI want to cancel a purchase\trequest_refund\nMy card needs to be activated asap\tactivate_my_card\nWhat are the reasons for my beneficiary not being allowed?\tbeneficiary_not_allowed\nWhat fiat currencies are used for holdings?\tfiat_currency_support\nWill I be charged a fee for topping up using a European card?\ttop_up_by_card_charge\nHow come the ATM won't give me my money?\tdeclined_cash_withdrawal\nCan I deposit money using Apple Pay?\tapple_pay_or_google_pay\nI bought something and already paid for it but now I don't see it.\treverted_card_payment?\nMy mother deposited a cheque into my account last week, why is it still not showing up?\tbalance_not_updated_after_cheque_or_cash_deposit\nHow much is ok for me to top up with?\ttop_up_limits\nThere's a card payment I didn't make\tcard_payment_not_recognised\nCould you assist me in finding my lost card?\tlost_or_stolen_card\nI got a new address and need to change my information.\tedit_personal_details\nThere's a card payment with a name I don't recognize\tcard_payment_not_recognised\nWhen shipped to the US how long is delivery time?\tcard_delivery_estimate\nI've made a card payment a couple of days ago now but it looks like the money is stuck. How long does it typically take for the payment to go through?\tpending_card_payment\nI got charged two times for a transaction\ttransaction_charged_twice\nI don't recognize this withdrawal on my statement\tcash_withdrawal_not_recognised\nI am having problems with my physical card.\tcard_not_working\nMy card no longer works.\tcard_not_working\nWhy am I being charged extra when I withdrew money?\tcash_withdrawal_charge\nHelp me figure out why my transfer was declined\tdeclined_transfer\nI'm a new customer and tried topping up today for the first time. It's still pending and doesn't seem to be working. I need to get this fixed.\tpending_top_up\nI need to change my card PIN.\tchange_pin\nWhy did it cost money to transfer funds?\ttransfer_fee_charged\nCan I change my PIN without going to a bank branch?\tchange_pin\nHow do I receive more physical cards\tgetting_spare_card\nDo I have to manually top-up my account each time or will it do it on its own?\tautomatic_top_up\nIt's been some time since refilled the top-up.\tpending_top_up\nThere is a direct debit payment that I did not make.\tdirect_debit_payment_not_recognised\nI topped-up my account, but I don't think it went through.\tpending_top_up\nWhat is the reason that my top-up is still pending?\tpending_top_up\nCan you tell me why I was charged to withdraw cash?\tcash_withdrawal_charge\nThere is a payment I don't recognise!\tdirect_debit_payment_not_recognised\nHow can I top up my account with a cheque?\ttop_up_by_cash_or_cheque\nWhy was my ATM withdrawal cancelled?\tdeclined_cash_withdrawal\nWhere is my PIN?\tget_physical_card\ntop up google pay, is it possible?\tapple_pay_or_google_pay\nI would like to track the card you sent to me.\tcard_arrival\nCan I have more disposable cards?\tdisposable_card_limits\nWould I be able to refund an item?\trequest_refund\nCan you tell me where to go to get a disposable virtual card?\tget_disposable_virtual_card\nI have cancelled payments to this card.\treverted_card_payment?\nI bought something that I need a refund for.\trequest_refund\nIs there a way to view the history on where my funds came from?\tverify_source_of_funds\nMy card payment has been pending for a long time now. Why is it taking so long to take. It should have already made it through.\tpending_card_payment\nI got cash and the exchange rate should have been different than it ended up being.\twrong_exchange_rate_for_cash_withdrawal\nIs exchanging currencies a feature of the app?\texchange_via_app\nI did not receive my purchase, how do I cancel it?\trequest_refund\nI was using a foreign currecy to make a payment and the applied the wrong rate.\tcard_payment_wrong_exchange_rate\nWill it be possible to change from USD to GBP with this App?\texchange_via_app\nI don't know what's wrong with my card, but it has not worked at multiple places today.\tcard_not_working\nWhat is the max amount of top-ups?\ttop_up_limits\nI didn't get all the money I asked for\twrong_amount_of_cash_received\nI am unable to use my top-up on the app. Could you explain this to me?\ttop_up_reverted\nthe exchange rate at which my card payment is at is wrong\tcard_payment_wrong_exchange_rate\nI really need to top-up my card today urgently but my card keeps getting declined!! Can you please help me with this problem or let me know if you have any alternatives\ttop_up_failed\nWhy haven't I been given a virtual card yet?\tgetting_virtual_card\nI want to shut down my account as soon as possible.\tterminate_account\nI can't find the auto-top up option.\tautomatic_top_up\nWhich one are you?  Visa or Mastercard?\tvisa_or_mastercard\nI made a bank transfer and the balance hasn't updated yet.\tbalance_not_updated_after_bank_transfer\nI know I'm getting a new card but would like know when I can expect to receive it.\tcard_arrival\nWhere are you getting your exchange rates from?\texchange_rate\nDo I get Visa or Mastercard?\tvisa_or_mastercard\nhow does my statement get updated so i know when a refund will reflect on my balance\tRefund_not_showing_up\nWhich cards are accepted for topping up?\tsupported_cards_and_currencies\nI could not get money from an ATM\tdeclined_cash_withdrawal\nMy card payment didn't work\tdeclined_card_payment\nA transfer has to be cancelled.\tcancel_transfer\nDo you let me choose between Visa and Mastercard?\tvisa_or_mastercard\nAny charges applicable for new card?\tcontactless_not_working\nTell me why my card payment has been declined.\tdeclined_card_payment\nMy withdrawal from the ATM was cancelled.\tdeclined_cash_withdrawal\nWill a cheque suffice?\ttop_up_by_cash_or_cheque\nMake me understand why I am charged an extra fee when I use the ATM.\tcash_withdrawal_charge\nI believe my top up has failed\ttop_up_failed\nHow long does it actually take for a card payment to go through? There's one stuck since a couple days already that doesn't seem to move\tpending_card_payment\nWhat should I do if I can't prove my identity.\tunable_to_verify_identity\nHow are the exchange rates for transfers calculated?\texchange_rate\nWhy would a cash withdrawal be pending?\tpending_cash_withdrawal\nDoes the fee for exchange change?\tcard_payment_wrong_exchange_rate\nWhat is the age limit for an account?\tage_limit\nWhat does it mean when a cash withdrawal is pending?\tpending_cash_withdrawal\n$20 came out instead of $100\twrong_amount_of_cash_received\nI need a refund. This is not what i wanted.\trequest_refund\nIs there a limit to auto top?\tautomatic_top_up\nWhile on vacation in Spain I think someone saw my PIN and I now need to change it, can I do this at an ATM in Spain?\tchange_pin\nWhat cash stations take this card?\tatm_support\nMy bank app said that I got cash from an ATM, but that's a mistake.\tcash_withdrawal_not_recognised\ntell me why I was charged more with my card?\tcard_payment_fee_charged\nI need my card soon.\tcard_delivery_estimate\nWhat is the basis of your exchange rates?\texchange_rate\nMy card payment was reverted, why?\treverted_card_payment?\nA withdraw I tried to make at the ATM was declined I don't know why.\tdeclined_cash_withdrawal\nMy identity hasn't been verified.  Can I use my account?\twhy_verify_identity\nI did a bank transfer and my balance isn't current.\tbalance_not_updated_after_bank_transfer\nWhat kind of money can I hold?\tfiat_currency_support\nIs there a fee for topping off a US card?\ttop_up_by_card_charge\nDo I have an option between Visa and MasterCard?\tvisa_or_mastercard\nWhere can i find my top-up verification code?\tverify_top_up\nDo you have any options to top up with a cheque on my account?\ttop_up_by_cash_or_cheque\nWhat do I do if my card gets broken?\tcard_not_working\nWhat do I do to lock my phone after losing it so my account isn't accessed\tlost_or_stolen_phone\nWhat is the reason I got rejected for using my disposable virtual card to pay a subscription to the gym?\tvirtual_card_not_working\nI used an ATM and wanted to know why I was charged an extra fee.\tcash_withdrawal_charge\nWhat was the extra charge for withdrawing money?\tcash_withdrawal_charge\nI tried to get money out of the Notting Hill ATM earlier, but I wasn't able to get anything out. Is there a problem with my card? It's the first time I tried using it.\tdeclined_cash_withdrawal\nWhat should I do if the atm eats my card?\tcard_swallowed\nWhere can money withdrawals be made?\tatm_support\nThe wrong exchange rate was used for my cash withdrawal\twrong_exchange_rate_for_cash_withdrawal\ncan my husband open an account and transfer money\treceiving_money\nI can't enter my passcode.\tpasscode_forgotten\nHow long does it take to activate the card, as it does not look like its working?\tactivate_my_card\nWhen will my account receive the money?\ttransfer_timing\nI was charged more than once in a single transaction\ttransaction_charged_twice\nHi, I was looking over my card receipts for the past week and I realize I had a charge put through two times for the same single restaurant visit. Can one of the charges be removed so that I can get the money back that was mistakenly taken from my account?\ttransaction_charged_twice\nI need to actuate my card.\tactivate_my_card\nWhat kind of fee is there to top-up my account?\ttop_up_by_bank_transfer_charge\nThere is payment showing that I didn't do.\tcard_payment_not_recognised\nWhy does it show that my transfer is still pending?\tpending_transfer\nWhy does it cost more to pay with my card?\tcard_payment_fee_charged\nI put some cash into my account but it's not displaying that on my balance.\tbalance_not_updated_after_cheque_or_cash_deposit\nI am waiting for the money to enter my account. How long does it take?\ttransfer_timing\nMy new card has not been delivered to my home yet. What is going on?\tcard_arrival\nI messed up a transfer and need to reverse it.\tcancel_transfer\nI just replaced my phone so do I have to make a new account?\tlost_or_stolen_phone\nHello. Can you help figure out why the recent transfer from my UK bank account isn't showing up?\tbalance_not_updated_after_bank_transfer\nWhy do some of my payments have fees?  I don't understand.\tcard_payment_fee_charged\nTried using my ATM card earlier at one of your locations for the first time.  It didn't work.  What is going on?\tdeclined_cash_withdrawal\nCan you unblock my account?  I entered the PIN wrong.\tpin_blocked\nI have to make more then a few disposable cards per day.\tdisposable_card_limits\nWhat amount can I top-up?\ttop_up_limits\nIn which countries does your app work\tcountry_support\nI no longer have my phone, what should I do?\tlost_or_stolen_phone\nI believe my card payment has reverted\treverted_card_payment?\nCan I transfer my salary if its in GBP?\treceiving_money\nHow do I delete an account?\tterminate_account\nI tried to do a transfer and it hasn't worked!\tfailed_transfer\nI do not recognize a direct debit payment that I see on my app\tdirect_debit_payment_not_recognised\nI was wondering why my payment hasn't gone through yet, its been a while.\tpending_card_payment\nPlease send a new card; the ATM ate mine.\tcard_swallowed\ndo I need to verify my identity before I can use my card?\twhy_verify_identity\nWhat is the youngest age for an account?\tage_limit\nWhat is my identification used for?\twhy_verify_identity\nCan you help me with proving my identity?\tunable_to_verify_identity\nHow can I fix my card if the contactless function didn't work this morning?\tcontactless_not_working\nIs there a way to tell where the money came from?\tverify_source_of_funds\nHow to activate Google Pay for top up?\tapple_pay_or_google_pay\nThere is a direct debit charge on my account that I don't recognize.\tdirect_debit_payment_not_recognised\nI just saw a fee on my account. When do these get charged?\tcard_payment_fee_charged\nAm I going to be charged for receiving  money?\ttop_up_by_bank_transfer_charge\nIf there isn't a lot of money left, will it automatically top-up money?\tautomatic_top_up\nI need a new PIN number.\tpin_blocked\nThe exchange rate for foreign ATM currency is wrong.\twrong_exchange_rate_for_cash_withdrawal\nIs there an extra fee to exchange currencies?\texchange_charge\nPlease list the countries you support.\tcountry_support\nMy card is not able to be activated how do I get it to work?\tactivate_my_card\nCard payment didn't go through.\tdeclined_card_payment\nThere is no way for me to prove my identity.\tunable_to_verify_identity\nTop up not available in my wallet.\ttopping_up_by_card\nWhere do my fund come from?\tverify_source_of_funds\nIf I order a new card, how much will it be and how long will it take me to get it?\tcard_about_to_expire\nIs my new bank card on the way and is there a way to track it?\tcard_arrival\nI don't want this account anymore, how do I delete it?\tterminate_account\nIs there any type of fee for currency exchange?\texchange_charge\nMy card info was stolen, what do I do?\tcompromised_card\nI am having a problem proving who I am\tunable_to_verify_identity\n\"I'm pretty frustrated about a pound charge that keeps  showing up in my account statement. It's listed in the app as \"\"pending\"\", it never changes, and now I'm thinking someone's hacked my account!\"\textra_charge_on_statement\nI want to know how to transfer money with my credit card\ttopping_up_by_card\nWhat are the benefits of a disposable card?\tget_disposable_virtual_card\nis there a limit to top up\ttop_up_limits\nMy transfer is still pending, why?\tpending_transfer\nMy card payment is showing up as pending for a very long time, what's going on with that, it should be going through at some point?\tpending_card_payment\nHow do I see the source of my money?\tverify_source_of_funds\nI want to get a Visa and Mastercard, is it possible to get both from you?\tvisa_or_mastercard\nafter going over my transactions for the last couple of months I noticed a pretty large charge that I know I did not make. I know it's been a while but can I still dispute this charge?\tdirect_debit_payment_not_recognised\nI forgot my passcode. Now what?\tpasscode_forgotten\nI was getting cash and the card got stuck inside\tcard_swallowed\nMy card shows a cash withdrawal I don't recognize.\tcash_withdrawal_not_recognised\nThe currency exchange rate was wrong for a purchase I made.\tcard_payment_wrong_exchange_rate\nIs the PIN separately delivered?\tget_physical_card\nI withdrew some cash, when is it going to show?\tpending_cash_withdrawal\nI accidentally left my phone at the hotel so now I'm not able to use the app.\tlost_or_stolen_phone\nCan you tell me the restrictions for the disposable cards?\tdisposable_card_limits\nPlease show me how my friend can send me money.\treceiving_money\nWhat flat currencies do you support for holding and exchange?\tfiat_currency_support\nWhy am I being charged to withdrawal money?\tcash_withdrawal_charge\nI got charged a service fee on my account. Can it be waived since I didn't know about it before?\tcard_payment_fee_charged\nMy phone was stolen, help!\tlost_or_stolen_phone\nAre their fee's for top ups?\ttop_up_by_card_charge\nMy exchange rate isn't correct.\tcard_payment_wrong_exchange_rate\nWhen will a transfer from the US post?\ttransfer_timing\nA payment shows up on the app that I never made.\tcard_payment_not_recognised\nMy transfer hasn't appeared yet\tpending_transfer\nWhy did my payment go back to my account when I bought something?\treverted_card_payment?\nA transfer has been made in my account that I need to cancel.  This was a mistake on my part and I hope we can get this resolved quickly.\tcancel_transfer\nWhy would a transfer to a beneficiary not go through?\tbeneficiary_not_allowed\nWill I receive all the money sent to my account by SEPA transfer?\ttop_up_by_bank_transfer_charge\nCould you please tell me why my purchases from this morning say payment is pending?\tpending_card_payment\nWhy has my transfer been declined?\tdeclined_transfer\nInstead of GBP, how do I exchange for AUD?\texchange_via_app\nI think someone may be using my card.\tcompromised_card\nIs it possible for a friend to personally send me a payment?\treceiving_money\nWhere can I find my fund information?\tverify_source_of_funds\nWhy won't the ATM let me withdraw money?\tdeclined_cash_withdrawal\nIs there a way to use a cheque to top up my account?\ttop_up_by_cash_or_cheque\nHow is this transfer supposed to work? It's not working for me.\tfailed_transfer\nWhen I received my cash, the exchange rate was wrong.\twrong_exchange_rate_for_cash_withdrawal\nIs there a way to see where my money originally came from?\tverify_source_of_funds\nWhen will my transfer from the US get here?\ttransfer_timing\nWhat are the currencies and cards that are supported with my account?\tsupported_cards_and_currencies\nWhat happens when I am charged twice?\ttransaction_charged_twice\nMy latest transfer seems to be missing.\tbalance_not_updated_after_bank_transfer\nHow do I auto top-up?\tautomatic_top_up\nCan you explain to me why a top-up would still be pending?\tpending_top_up\nHow fast are transfers from Europe?\ttransfer_timing\nWhy did my card payment get declined?\tdeclined_card_payment\nWhy won't my card work.\tcard_not_working\nHow do I find my new pin?\tget_physical_card\nI can't see a transfer to my account I made.\tbalance_not_updated_after_bank_transfer\nWhat are the various currencies and cards that you offer support for?\tsupported_cards_and_currencies\nWill I be charged a fee to top up using a debit or credit card?\ttop_up_by_card_charge\nWhen will the transaction be done?\ttransfer_not_received_by_recipient\nI should only have one charge, but it shows two.\ttransaction_charged_twice\nWhen I purchased a product in another country the currency exchange was incorrect.\tcard_payment_wrong_exchange_rate\nThe cash deposit I made this morning has not been credited to my account\tbalance_not_updated_after_cheque_or_cash_deposit\nI want to do a cash deposit to top up. How do I do this?\ttop_up_by_cash_or_cheque\nI transfered my balance a while back.  Why doesn't my account reflect this?\tbalance_not_updated_after_bank_transfer\nHello I made a bank account transfer from the UK. The transfer was a couple hours ago, nothing has shown up yet.  Can you check to see if everything okay. Please.\tbalance_not_updated_after_bank_transfer\nHelp me please, My Apple Pay American Express top up does not work.\tapple_pay_or_google_pay\nWhen I withdrew my money, why was there an extra charge?\tcash_withdrawal_charge\nA fee that shouldn't be there is there after using my card!\tcard_payment_fee_charged\nI want a refund for an item\trequest_refund\nI think somebody made an unauthorized copy of my card.  My account has a cash withdrawal for 500£ that I did not make.  Please help.\tcash_withdrawal_not_recognised\nI need a second card, can I have more than one?\tgetting_spare_card\nI paid with my card and was charged extra\tcard_payment_fee_charged\nAre there any charges for topping up my card?\ttop_up_by_card_charge\nWhat is the closest ATM?\tatm_support\nWhen going to the ATM to take out some cash today my withdrawal was  declined.  I need to fix this problem as soon as possible. whats going on?\tdeclined_cash_withdrawal\nIs there a way to order a virtual card on the website?\tgetting_virtual_card\nI bought an item at the wrong exchange rate.\tcard_payment_wrong_exchange_rate\nWhy did the person I transferred money to not receive the correct amount? What should I do to get them the right amount, do I have to transfer more money to them?\ttransfer_fee_charged\nCan you please assist me in completing a transfer? I'm trying and I keep getting an error. I'm trying to purchase a flat and pay the initial mortgage payment. All I keep getting is an error. Can you find out what's happening here?\tfailed_transfer\nI think the exchange rate for my for my cash withdrawal is wrong\twrong_exchange_rate_for_cash_withdrawal\nI see a strange payment in my account.\tcard_payment_not_recognised\nMy card was declined at a restaurant today and I don't know what the problem is.\tcard_not_working\nWhy has my top-up been denied?\ttop_up_failed\nWhat happened to my top-up? I think it was cancelled.\ttop_up_reverted\nwhat documentation do I need for the identity check?\tverify_my_identity\nMy card didn't go through.  It doesn't make sense.  You told me that everything was ok.\tdeclined_card_payment\nWhy do you need me to do an identity check?\twhy_verify_identity\nI changed my mind on something I purchased through you and I need the transaction canceled and a refund as soon as possible. Can you help me please?\trequest_refund\nWhich countries are you available in?\tcountry_support\nWhat's the process for exchanges?\texchange_rate\nSomeone might be using my card that is not me.\tcompromised_card\nWhy was an extra charge added when I used my card?\tcard_payment_fee_charged\nDoes the card you sent have a tracking number?\tcard_arrival\nWill I be charged for adding money using an international card?\ttop_up_by_card_charge\nI need a refund on a direct debit that shows in the app because I did not make it.\tdirect_debit_payment_not_recognised\nWhy would I get a decline message in a transfer?\tdeclined_transfer\nI have a charge I did not make.\tcard_payment_not_recognised\nHow long will it take the money to appear in my account?\ttransfer_timing\nHow long do I have to wait until the transferred money shows up?\tbalance_not_updated_after_bank_transfer\nWhen will I get a new card when I order it, and how much will it cost.\tcard_about_to_expire\nMy PIN has been blocked.\tpin_blocked\nI am having a slight problem with my American express in apple play, can you help me fix the problem with top up?\tapple_pay_or_google_pay\nI am trying to complete a transfer but I keep getting an error message.\tbeneficiary_not_allowed\nWhat happens when a beneficiary can't receive my transfer?\tbeneficiary_not_allowed\nI want one of the virtual cards!\tgetting_virtual_card\nhow do i add money from my amex card to top up\tsupported_cards_and_currencies\ni put in money for vacation and its not showing. i need that money today, how long will it take\tpending_transfer\nI completed a transfer that isn't showing up on my account.\tbalance_not_updated_after_bank_transfer\nWhen my card expires soon, how fast is the replacement card sent and what are the costs?\tcard_about_to_expire\nWhy are there multiple transactions showing for one purchase?\ttransaction_charged_twice\nWhere can I go to get my PIN unblocked?\tpin_blocked\nIn regards to top-ups, can I do them via Google Pay?\tapple_pay_or_google_pay\nI enetered the wrong information, I need my account unblocked How do I do that?\tpin_blocked\nI keep trying to use my card to buy some things and you keep declining it. Why? I've tried multiple times to make it go through but it won't.\tdeclined_card_payment\nMy statement is showing I was Charged a dollar and I am not sure why.\textra_charge_on_statement\nWhat is the length of time for one of these items to come to the U.S?\tcard_delivery_estimate\nHow do I know if i need a disposable card?\tget_disposable_virtual_card\nMay I reactivate my card? I previously reported it lost, but have now found it safe and sound.\tcard_linking\nI made a card payment which is showing me pending.\tpending_card_payment\nTell me what ATMs take this card.\tatm_support\nOne of my card payments, I don't recognise the name of the merchant.\tcard_payment_not_recognised\nWhy isn't my deposit showing up?\tbalance_not_updated_after_cheque_or_cash_deposit\nWhy is there an extra charge of 1 dollar on my statement?\textra_charge_on_statement\nI would like to cancel my purchase.\trequest_refund\nI will be traveling and want money to be added automatically in certain intervals. Is this possible?\tautomatic_top_up\nI going to be traveling, can I set up auto top-up if I run low on money?\tautomatic_top_up\nI keep checking my statements but nothing shows up.I requested a refund a long time ago but seems like it's not submitting my account for some reason. Can you please help me get the money back from the seller for me\tRefund_not_showing_up\nI'd like to open an account for my children. How can I do that?\tage_limit\nWhich documents do I need for this identity check?\tverify_my_identity\nWhere are the virtual cards?\tgetting_virtual_card\nThere is a Direct Debit that looks suspicious.\tdirect_debit_payment_not_recognised\nDo currency exchanges cost extra?\texchange_charge\nI have a card payment I didn't make\tcard_payment_not_recognised\nI would like to terminate my account.\tterminate_account\nWhat's going on? My card wont accept any transactions.\tcard_not_working\nSince when do you charge to make a withdrawal? I've always done it for free. So how much is it now?\tcash_withdrawal_charge\nWhy was I not able to complete my transfer?\tfailed_transfer\nI may need to exchange my USD for GBP, can your app do that?\texchange_via_app\nHey there's a fee for a transfer on my account.  Why?!\ttransfer_fee_charged\nHow can I solve my issue with holding multiple currencies?\tfiat_currency_support\nThere is a payment that I made that hasn't gone through yet.\tpending_card_payment\nI need a new card, my old card is expiring.\tcard_about_to_expire\nHow long are deliveries to the US?\tcard_delivery_estimate\nI recently purchased something and the seller says my money has not arrived yet. It was in EU's. How long does this take?\tpending_transfer\nHow can I switch on my new card?\tactivate_my_card\nWhat does a pending cash withdrawal mean?\tpending_cash_withdrawal\nI'm in China and need a new card. Please help.\tcard_about_to_expire\nI was declined a transfer\tdeclined_transfer\nI am on vacation in Spain and think someone saw my pin when… Can I change it at a local ATM?\tchange_pin\nWhy am I being charged for withdrawing cash but haven't in the past?\tcash_withdrawal_charge\nMy refund has not yet been credited on my statement\tRefund_not_showing_up\nWhy do i have to verify my top-up card?\tverify_top_up\nDo I have a limit to the number of top-ups per day?\ttop_up_limits\nHow is top-up verified?\tverify_top_up\nWhat is this cash withdrawal on my statement?\tcash_withdrawal_not_recognised\nWhat type of ID do you accept?\tverify_my_identity\nbeneficiary transfer problems?\tbeneficiary_not_allowed\nThe amount of cash I received was not the full amount\twrong_amount_of_cash_received\nI think I am having an issue with withdraws on my card. It was declined on the way to work this morning. This hasn't happened in the past.\tdeclined_cash_withdrawal\nIs it possible to exchange currencies?\texchange_via_app\nCan I add a card that I just found (again) to the app?\tcard_linking\nWhat is taking so long on my transfer from the US?\ttransfer_timing\nHow do i receive a physical card?\torder_physical_card\nWhy did the bank reject my transfer?\tfailed_transfer\nI have a direct debit on my records that is strange and I need help.\tdirect_debit_payment_not_recognised\nThe app failed to verify my id.\tunable_to_verify_identity\nI keep checking my statements but nothing shows up! I requested a refund a long time ago but seems it's not reaching my account for some reason. Can you please help me get the money back from the seller for me\tRefund_not_showing_up\nI lost my phone.  What do I do to block someone else from using my account?\tlost_or_stolen_phone\nIf you are waiting for verification, it can take 10 minutes to 60 minutes to get results.You will hear from us once we have it.  Please make sure your images are clear and photos of documents are readable. you have to be at least 18 years old and live withing the Economic Area of Europe or in Switzerland in order to open an account.\tunable_to_verify_identity\nCan I auto-top up?  How do I do it?\tautomatic_top_up\nPlease send my refund now.\tRefund_not_showing_up\nIf I want to can I set up a new PIN?\tchange_pin\nI don't have a PIN at this point.\tget_physical_card\nI accidentally made a payment to a wrong account. What should I do?\tcancel_transfer\nWill my pin number be sent with my card?\tget_physical_card\n"
  },
  {
    "path": "data/clinc/dev.tsv",
    "content": "text\tlabel\nis my order at the delivery address\torder_status\nroll a 6 sided die and tell me the result\troll_dice\ndo i have any meetings today between 2 and 3\tmeeting_schedule\nraise the volume to 4 please\tchange_volume\nhow much total cash do i have in the bank\tbalance\nhow many carry ons can i take on a flight with american airlines to japan\tcarry_on\ndefine sonogram\tdefinition\nhow much can i spend wth my visa\tcredit_limit\nhow much vacation time have i accrued\tpto_balance\nwhat is my bank of america card's rewards balance\trewards_balance\nput in a pto request for march 4 to march 6\tpto_request\nset a six minute timer\ttimer\ntell fred that i don't have his guitar\ttext\nwhen do i get my paycheck\tpayday\nadd god's plan by drake to my playlist\tupdate_playlist\nput this song in vibes playlist\tupdate_playlist\ni'll soon be travelling internationally; could you let my bank know\ttravel_notification\norder everything that's on my list for shopping\torder\nwhat do i need to get to put into homemade tortillas\tingredients_list\nplease tell me your date of birth\thow_old_are_you\ni'd like to reset to factory settings\treset_settings\ntell me whether i need an international visa to go to mexico\tinternational_visa\nhow many sick days do i have\tpto_balance\nwhere are the good thai restaurants in atlanta\trestaurant_suggestion\nhelp me make changes to my insurance policy\tinsurance_change\nskip to next song\tnext_song\nremind me to clean room\treminder_update\nhow busy is jiro at 12 lunch time\thow_busy\nhow many points are on my speedway card right now\trewards_balance\nis there traffic on bramble lane\ttraffic\ni would like to know the credit limit for my citibank card\tcredit_limit\nreset to default settings please\treset_settings\ni want to buy a plane ticket to travel from miami to honolulu on the 29th of february i need a return flight on march 5th\tbook_flight\ni need to change my pin number for my savings account\tpin_change\nare the reviews ned get's good\trestaurant_reviews\ni need my reservation to be cancelled for nugget to xiomara's restaurant\tcancel_reservation\nturn the fan on\tsmart_home\nplease add watering the plants to my current to do list\ttodo_list_update\nwhen does my milk expire\tfood_last\nwhat is the weather in tokyo\tweather\nyou take sweeping of my todo list\ttodo_list_update\nwhere can i find information on oil changes for my car\toil_change_when\nwhat are some good places to go out for dinner in my area tonight\trestaurant_suggestion\nplease spell the word umbrella\tspelling\nwhere did you come from, originally\twhere_are_you_from\nhow do i go about changing the oil in my car\toil_change_how\nspeak in a male voice\tchange_accent\nwhat date is another paycheck due\tpayday\ni'd like to hear a joke about donkeys\ttell_joke\ndoes using my card in portland charge me extra\tinternational_fees\nwhat is the exchange rate in pesos for 100 dollars\texchange_rate\nwhat's the apr on my amex card\tapr\ncan you tell me my cards minimum payment\tmin_payment\ncancel that last thing\tcancel\nwhat are you, a bot or human\tare_you_a_bot\nwhat's your bday\thow_old_are_you\nwhat is the meaning of hyperactive\tdefinition\ni need to set a meeting with tom at 6pm\tschedule_meeting\nswitch to whisper please\twhisper_mode\nany unique trivia about beats headphones\tfun_fact\ni need to know where to locate when my gas bill is due\tbill_due\nis it safe to eat chicken that has been in the fridge since monday\tfood_last\nwhere did your mom have you\twhere_are_you_from\ncan you tell me the total cost of my bills please\tbill_balance\ni want to know what the routing is for chase\trouting\nis pepper a replacement for salt\tingredient_substitution\nflip a coin, heads\tflip_coin\nput on the next song\tnext_song\nare there any transaction fees associated with my amex card if i am in belgium\tinternational_fees\nare the donuts at tgi well reviewed\trestaurant_reviews\nwhat are some interesting things to do in dc\ttravel_suggestion\nread my bill balances\tbill_balance\nwho made the ai\twho_made_you\nwhere should i spend my time off\ttravel_suggestion\nyour answer was enjoyable\tthank_you\nhas my online order shipped yet\torder_status\ncould you inform me of when i last got my car checked\tlast_maintenance\nplease roll a 7 sided die\troll_dice\nwhat is the calorie content of lays chips\tcalories\nwhat transactions did i make on electronics this morning after 6am\ttransactions\nhow long do tires last for\ttire_change\nplease read my reminder list\treminder\nwhere can i find the mall closest to here\tdirections\ncould you speak a little more slowly\tchange_speed\nis the marathon on friday added to my calendar\tcalendar\nhow bad is traffic at 8 on the way to burger king\ttraffic\ni cannot recall the pin for my savings account\tpin_change\nset a 4 minute timer\ttimer\ncan you increase my credit limit to one thousand dollars\tcredit_limit_change\npay my electric bill for me\tpay_bill\ni lost a card and i need to report it\treport_lost_card\ncan my volume be increased\tchange_volume\nadd a meeting with tom at 6pm\tschedule_meeting\nwhen is my next paycheck\tpayday\nset a timer for 5 minutes from now\ttimer\nwill nobu take reservations\taccept_reservations\nwhat's tomorrow's date\tdate\nif i order a new card how long would it take\treplacement_card_duration\ni'm out of paper towels so will you put that on my shopping list\tshopping_list_update\nis it possible to use baking soda instead of flour\tingredient_substitution\nwhere is your home located\twhere_are_you_from\nremove wrestlemania from my calendar for may 7th\tcalendar_update\nwhat do people think of the new burger at mcdonalds\trestaurant_reviews\nhelp me convert kilos to pounds\tmeasurement_conversion\ni want to listen to music\tplay_music\nwhat is the balance on my bank accounts\tbalance\ncan you tell me all of the things on my to do list for tomorrow, please\ttodo_list\nread me my reminders list\treminder\nwhat is your availability for conference rooms between one and two today\tschedule_meeting\ndo i get a replacement card mailed, and when\treplacement_card_duration\nchange this song please\tnext_song\nwhat is the total amount due on my electricity bill\tbill_balance\nfind the nutrition info for cheese fries for me\tnutrition_info\nhow much interest am i getting in my citibank savings\tinterest_rate\nplease flip a coin i select tails\tflip_coin\ngive me expected number of calories in a breakfast burrito\tcalories\nwhat's the closest mcdonalds\tdirections\nhas my manager at mcdonald's confirmed i can take vacation\tpto_request_status\ni can't hear you and need you to turn up the volume\tchange_volume\nfind me a rental car for next week , from friday the 5th thru monday the 8th, any kind\tcar_rental\ni need to switch the language for your responses\tchange_language\ncan you help me deal with this fraudulent transaction from verizon on my account\treport_fraud\ncommand cancel\tcancel\ni would like to get some more checkbooks mailed to me\torder_checks\nplay that song hey\tplay_music\ni'm calling you rupert from now on\tchange_ai_name\ngive arianna my current location\tshare_location\nhow do i get to the train by foot\tdirections\nwhisper mode, stop\twhisper_mode\ncan you tell me how to jump start a car\tjump_start\nwhat spanish word means hello\ttranslate\ni need to find out do you know if zeus does reservations\taccept_reservations\nwhat's dollars yen in 10\texchange_rate\ntell my bank that i will be taveling to south korea\ttravel_notification\nwhat's the current time\ttime\nfemale voice please\tchange_accent\nplease tell me if there are meeting rooms available between 9:00 am and 11:00 am\tschedule_meeting\ncan you do some research about the best places to travel\ttravel_suggestion\ni was in thailand trying to buy candies and my card got declined\tcard_declined\ni was at costco trying to buy sheets and my card got declined\tcard_declined\nthe reservation i have isn't needed any more\tcancel_reservation\nhow much in taxes will i owe\ttaxes\nin september i changed my tires are they in need of changing\ttire_change\ncan you help me switch insurance plans\tinsurance_change\ncan i take a bus to the grand canyon\tdirections\nswitch the language setting over to german\tchange_language\nwhen is the next office holiday\tnext_holiday\ndoes my shopping list include corn\tshopping_list\nchange to girl voice\tchange_accent\ni gotta apply for a new credit card\tnew_card\ni missed that say it again\trepeat\nare you here to serve me\twho_do_you_work_for\nwhere is my delta flight\tflight_status\ni'm wondering what health plan i'm on\tinsurance\ni'd like to know how old you are\thow_old_are_you\nwhat are the pets that you have in your possession\tdo_you_have_pets\nwhat is the weather doing in austin\tweather\ndo you remember where i left my cellphone\tfind_phone\nisrael has strict restrictions do i need a visa to travel there\tinternational_visa\nis it possible to book 10 people from monday to tuesday in manhattan\tbook_hotel\ncredit limit change\tcredit_limit_change\nwhat is the total of all my bills combined\tbill_balance\nwhen should my car's tires be changed\ttire_change\ncan i use baking soda instead of baking powder\tingredient_substitution\ni like this song who is it by\twhat_song\ncan you translate i love you into french for me\ttranslate\nwhere is the closest target\tdirections\ni will rollover my 401k\trollover_401k\nhas my mastercard application been processed\tapplication_status\nwhat percentage full is my gas tank\tgas\nplay the next song queued up\tnext_song\nhow healthy is salad\tnutrition_info\ni need to make a call\tmake_call\nplease move $100 from my checking to saving account\ttransfer\nwhat about changing the sugar for baking soda\tingredient_substitution\nwhat's it doing outside right now\tweather\nwhat steps should i take if my luggage has been lost\tlost_luggage\ntell me the company that produces you and similar machines\twho_made_you\ncheck my to do list to see if feeding the fish is on it\ttodo_list\nheads or tails please\tflip_coin\nso it turns out my card was declined at applebee's and i wanna know why\tcard_declined\ndo i have carrots on my shopping list\tshopping_list\ni'd like to know when you were born\thow_old_are_you\ncan i use something else if i don't have eggs\tingredient_substitution\nwas a hold placed on my wells fargo account, and if so why\taccount_blocked\ni need you to buy a laptop\torder\nhow many birthdays have you had\thow_old_are_you\ni can't use my card because i damaged it\tdamaged_card\ncan i substitute milk for almond milk\tingredient_substitution\nwhat is the quickest way to get a new card\treplacement_card_duration\nwhat is the amount of money that i have to pay in taxes\ttaxes\nwhen will the replaecment card arrive\treplacement_card_duration\nwhat time is it in the mountain timezone\ttime\ncan you find me an uber and have it here at 7pm\tuber\nif i have four inches, how many centimeters is that\tmeasurement_conversion\ni need help investigating a suspicious transaction\treport_fraud\nwhat is up with my account, why is it blocked\taccount_blocked\ndo i have money in my wells fargo account for nike's\tbalance\nhas my day off request been approved or denied yet\tpto_request_status\nspeak mandarin\tchange_language\nwhat's my discover card reward balance\trewards_balance\ni want to report fraudulent activity on my discover card\treport_fraud\ni can't change my oil and don't know what kind i need\toil_change_how\nwhere is the best winery in the south of france\ttravel_suggestion\ncan you get me a table for 2 at diablo\trestaurant_reservation\nwhat do i do for a dead car battery\tjump_start\nwhy was my card declined at safeway\tcard_declined\ni need to confirm my reservation for 2/20 at 8 pm\tconfirm_reservation\nwould you say that you are now a pet owner\tdo_you_have_pets\ntell me how to redeem my credit card points\tredeem_rewards\nhow would i say goodbye if i were norwegian\ttranslate\ni want to call you maggie\tchange_ai_name\ndo you have any of the beatles music\tplay_music\nhow much is usd vs cad\texchange_rate\nhow many carry ons can i take on a flight with american airlines to seattle\tcarry_on\ni want to transfer funds between accounts\ttransfer\nwhat plan am i paying for\tinsurance\nwhat type of gas do i use in this car\tgas_type\nhow can i build credit\timprove_credit_score\nat this location what are my gps coordinates\tcurrent_location\nhow much gas do you have will you make it to jackson\tgas\ni would like to use my credit card points\tredeem_rewards\nno, that's not it\tno\nturn down your speaker\tchange_volume\nset a reminder for me to let the plumber in tomorrow\treminder_update\ncan you read my to do list to me please\ttodo_list\nwhat are the best restaurants open tonight\trestaurant_suggestion\ncheck up on the status of my online order\torder_status\nso what is my current name saved as\tuser_name\ndo i need to read any travel alerts for kenya\ttravel_alert\nhow do i get a personal w2 form\tw2\nwhat's the funniest thing you've got\ttell_joke\nremove moms birthday from calendar\tcalendar_update\nwill you make sure that mopping is on my to do list\ttodo_list_update\nwhat is the total for my utilities bill this month\tbill_balance\ndoes mcdonald's have good reviews\trestaurant_reviews\nis cooked chicken still good after being refrigerated for two weeks\tfood_last\ni need to find the interest rate for my checking account\tinterest_rate\ncan i update my insurance policy\tinsurance_change\nwhat meetings do i have today between noon and one\tmeeting_schedule\nshow me recent transactions\ttransactions\ni'm short on flour so place an order for me\torder\ntake me out of whisper mode\twhisper_mode\nfrom a flight from muscat to qatar, how many carry ons can i take\tcarry_on\nwhat's the name of the song you're playing\twhat_song\nwhat's the meaning of naff\tdefinition\nhave you the time\ttime\nwhat was the issue with my card yesterday\tcard_declined\nrepeat that once more\trepeat\ni need to know what traffic is going to be like at 3:00 pm on the new jersey turnpike heading into camden from north jersey\ttraffic\nplease can we go to the next song\tnext_song\nyou need to go back to the original settings\treset_settings\nhow many days off have i taken so far this year\tpto_used\nai could you say that again\trepeat\nam i your boss\twho_do_you_work_for\nhow much is my telephone bill this month\tbill_balance\ndo you happen to be employed by me\twho_do_you_work_for\ni need leslie to be texted saying have a good day\ttext\nwhat is the definition of intelligent\tdefinition\ndo i have any appoints set for my calendar april 3rd\tcalendar\nyeah that's what i want\tyes\ncan you confirm the date my last paycheck was received\tpayday\ncan you check on the status of my orders at amazon\torder_status\ni'm thankful for your help\tthank_you\nsend robert a text from me telling him okay\ttext\nwhat's the status of my southwest flight\tflight_status\nslow down your speech\tchange_speed\nplease reserve a table for 4 at red robin under the name kevin at 7\trestaurant_reservation\ni want to view my balance\tbalance\nhave i spent too much of my paycheck on donuts lately\tspending_history\ngo ahead and change the pin on my bank of america account to be 1234\tpin_change\ntransfer my cash reward balance to my bank\tredeem_rewards\ni know that the statement is true\tyes\ni need to change my oil and have no idea how to do it\toil_change_how\nit might go either way\tmaybe\nset volume higher\tchange_volume\nis the apr on my credit card good\tapr\nfind out how to make chicken tikka masala\trecipe\ndo i need a visa to travel to jamaica\tinternational_visa\ni want a rental car that is available tomorrow and that i can keep for four days please find me one\tcar_rental\nsend my location to this individual\tshare_location\nwhat is the traffic like on the way to north shore\ttraffic\nat around noon what is the traffic typically like on the route to the hopsital\ttraffic\ncan you check the expiration date for my amex card\texpiration_date\ndon't be synced to my phone anymore\tsync_device\nplease tell me what today is\tdate\nwhat is it i wanted to bear in mind\treminder\nchicken noodle casserole is made from what\tingredients_list\nnope, that's false\tno\ncan you list my shopping list for me\tshopping_list\ni say no to that question\tno\nwhere should i go out for food to\trestaurant_suggestion\ntell me what my credit score is\tcredit_score\nshare location with bill\tshare_location\nwhat's the current time in greenwhich\ttime\nplease give me the nutritional information for an egg\tnutrition_info\ntell me where i am on a map\tcurrent_location\ncan i change your talking voice\tchange_speed\nwhat do i need for a plug in wales\tplug_type\nis there a fee for using my card in portland\tinternational_fees\ny check engine light currently came on and i need assistance with it\tschedule_maintenance\nplease add this song to my study playlist\tupdate_playlist\ncan you slow down your speech\tchange_speed\nwhat's my current health care plan\tinsurance\nwhat is the ac temperature\tsmart_home\ni recently ran out of checks, so i wanna get some new ones\torder_checks\ni sent in a request for vacation time off and am wondering if its been approved yet\tpto_request_status\nwhat food items do you put in english breakfast\tingredients_list\ncan i take pto from the end of the month to the 5th of the next month\tpto_request\ni need to know the date of my car's last visit to the shop please\tlast_maintenance\nhelp me flip a coin\tflip_coin\nwhat amount is my income\tincome\nchange your name to ginger\tchange_ai_name\nplease roll a 10 sided die and tell me what number it is\troll_dice\ni didn't make these purchases on my card; these are fraudulent charges i need to report them\treport_fraud\ni want to pay that bill now\tpay_bill\nwhen is my credit card going to expire\texpiration_date\nhow are my federal taxes looking this year\ttaxes\nyou got that wrong\tno\nput a hundred dollars in my ally account from bluebird\ttransfer\nwho can i rent a car from next month in orlando\tcar_rental\nwhat is the traffic situation at the olive garden restaurant\ttraffic\ni want to explore a new place but don't know where i should go do you have any ideas\ttravel_suggestion\nwhere can i find a page showing my how to change my oil\toil_change_how\ncan we please\tyes\ncan you cancel my reservation tonight for chris at smith and wollensky\tcancel_reservation\ni need you to call the broker\tmake_call\ni need a direct deposit\tdirect_deposit\ntake one hundred and fifty bucks from my wells fargo checking account and put it in my wells fargo savings account\ttransfer\nhow much can i expect to receive if i trade in 6 yens\texchange_rate\nyou were so kind to do that\tthank_you\nwhat is the number of pto days i have left\tpto_balance\nwill you notify me when my new card is on the way\treplacement_card_duration\nwhere can i apply for a black amex card\tnew_card\nwhat's the average number of calories in one cup of tomato soup\tcalories\ni wanna know how many pounds are in 10 kilos\tmeasurement_conversion\ni need to know when to expect my next paycheck\tpayday\ncreate a reminder for me to send flowers to my mom for mother's day\treminder_update\nhow much do i make\tincome\njust call me al\tchange_user_name\nhow many miles can i drive before i need to change my oil\toil_change_when\ndo you know the fuel economy of this car\tmpg\nwhat's the minimum payment on my gas bill\tmin_payment\ncall tom\tmake_call\nmy card was declined at the store yesterday, what happened\tcard_declined\nthe status of my day off request, please\tpto_request_status\nwhats 5 feet in inches\tmeasurement_conversion\nwhat's the answer to it all\tmeaning_of_life\nyou must connect to my phone\tsync_device\nhow is the credit score hurt\timprove_credit_score\nhow many calories are in a honey bun\tcalories\nshow me 5-star dining establishments in nashville\trestaurant_suggestion\nare you a pet owner\tdo_you_have_pets\nhelp me get my pay check deposited directly to my home checking account\tdirect_deposit\ni wonder if you can explain the meaning of life\tmeaning_of_life\nwhat do i have to do to see my rewards for my chase card\trewards_balance\nlimit your volume\tchange_volume\nwhat would the date be 5 days from today\tdate\ni need to arrange an appointment to have my car's tires examined\tschedule_maintenance\ndo i have the gas to get to orlando\tgas\nhow can i prevent my credit score from dropping\timprove_credit_score\ntel me the credit limit for my credit card\tcredit_limit\nwhat do i say for goodbye in hawaii\ttranslate\nis a visa required to visit cancun\tinternational_visa\nis there another entity you work for\twho_do_you_work_for\nstart the timer now\ttimer\nwhere should i eat tonight\trestaurant_suggestion\nchange from whisper mode\twhisper_mode\ni'd like to augment my workout playlist with this tune\tupdate_playlist\ni want to make sure my reservation for 5 at mcdonalds is still set\tconfirm_reservation\nabout how much will my federal taxes be\ttaxes\nsuggest a meal for me that comes from mexico\tmeal_suggestion\ni want to be called timothy\tchange_user_name\nchange to factory settings now\treset_settings\nsend me an uber now for four people and we are going to appleby's downtown\tuber\ni need help to transfer my 401k\trollover_401k\ncontact uber and have them pick me up\tuber\nwhere could i find forms to get my w2\tw2\ni need more information about my income\tincome\nhow many ounces in a gallon\tmeasurement_conversion\nhow many days so far have i taken off\tpto_used\nhow many vacation days have i used so far\tpto_used\ni'm really not sure\tmaybe\nplease tell me what amount i'm earning\tincome\nlet me know how much money i will need to spend on paying bills\tbill_balance\ntell me if my credit limit can be increased to one thousand dollars\tcredit_limit_change\ni need to change the credit limit i have\tcredit_limit_change\nwhat is the interest rate on my bank of america credit card\tinterest_rate\ndid i put an item on the calendar to get the dog neutered\tcalendar\nwhen will it rain next\tweather\na w2 form is obtainable where\tw2\ni'd like to rent an automobile in pittsburgh from this tuesday until next thursday can i do that\tcar_rental\nhow do you prepare taco\trecipe\ni wanna hear something funny\ttell_joke\nmy luggage has disappeared\tlost_luggage\ni need to get direct deposit on my bofa account\tdirect_deposit\nif you don't mind, please switch to whisper mode\twhisper_mode\nwhat's the plug type in honduras\tplug_type\nit seems i can't use my card since it has been damaged\tdamaged_card\nhow many days do i have left of pto\tpto_balance\ni need you to repeat that\trepeat\ncan you tell me if your a bot\tare_you_a_bot\nwhat, if any, are the charges for using my card in mexico\tinternational_fees\nwhat is the minimum i can pay for my telephone bill\tmin_payment\ni need to get an appointment for car maintenance\tschedule_maintenance\ncan i use red onions instead of white\tingredient_substitution\nwhat do i have to pay on my amex that is the minimum\tmin_payment\nhow do you usually refer to me\tuser_name\nwhat are some good places to eat at\trestaurant_suggestion\ni'm looking for a back and forth flight from lax to portland for w to sunday\tbook_flight\nwhat is the underlying purpose to life\tmeaning_of_life\nis there a conversion plug if you travel to australia\tplug_type\nshare the nutrition info for spaghetti with me\tnutrition_info\ni want to know how many vacation days i have used\tpto_used\ndial x's phone please\tmake_call\nrepeat that again\trepeat\nis my package able to be tracked by you\torder_status\ni have no clue\tmaybe\ncould you be human\tare_you_a_bot\nwhen's the next time my job'll give me a day to myself\tnext_holiday\nhow can i order more checks for my regions bank account\torder_checks\njello should stay in the fridge for how long\tfood_last\ni need a timer that is set at 1 hour exactly\ttimer\ndo i have anything on my todo list\ttodo_list\nplease sync up with my phone\tsync_device\nlook up how many of my days off i have used so far\tpto_used\nthe sound is too low\tchange_volume\nhow bad is my current credit score\tcredit_score\nwho do i report to if my credit card snaps\tdamaged_card\ni want you to help me make a decision by flipping a coin\tflip_coin\nwhen did i get my car inspected last\tlast_maintenance\nyou need to tell me my credit card's apr\tapr\nthanks for all your help\tthank_you\ncan you confirm that i have a reservation for 2/20 at 6:00 pm\tconfirm_reservation\ntell me what flange means\tdefinition\nsuggest a meal from peru for me\tmeal_suggestion\nwhat have car repairs ran me this month\tspending_history\ncan you help me with some fraudulent charges on my card\treport_fraud\nyeah, that's how it is\tyes\ncan i transfer my 401k somewhere\trollover_401k\ni think someone's using my visa card without my permission\treport_fraud\ncan i start talking to you in spanish\tchange_language\nlook for my phone with me\tfind_phone\ntell me how much gas i have\tgas\nwill a jump start work if my batter is dead\tjump_start\nwhat kind of interest am i getting from my bank of america checking\tinterest_rate\nwhen taking a flight with porter to toronto, how many carry ons can i take\tcarry_on\ni want to report my discover card as lost\treport_lost_card\ncan you schedule a meeting with james at the office\tschedule_meeting\ncan you tell me the timezone that hartford is in\ttimezone\nwhen is my meeting with jack for\tmeeting_schedule\ncan you check on a transaction for me\ttransactions\ni want to know how busy ruby tuesday will be at around 8:45 pm\thow_busy\ni need to get a new motorcycle insurance plan\tinsurance_change\nhow do i get my check directly deposited\tdirect_deposit\nplease set an alarm for 5 am\talarm\ni need to make an appointment for an oil change, please\tschedule_maintenance\nhow much time is left until we get there\tdistance\nwhat is the time in sydney, australia\ttime\nai, stop!\tcancel\nwhat is my car's tire pressure\ttire_pressure\ni need an uber please\tuber\nwould you book me a flight to miami from dallas on southwest airlines\tbook_flight\nwhat's the nutritional info for pizza\tnutrition_info\nhelp me, i don't know where my phone is\tfind_phone\n\"\"\"what's the method to improve credit score\"\timprove_credit_score\ncan you tell me if my last amazon order is coming today\torder_status\ni'm not sure if this will hurt my credit score\timprove_credit_score\nhow long is the wait time at olive garden currently\thow_busy\nif i want to use my credit card points what do i do\tredeem_rewards\nwho calls the shots for your employment\twho_do_you_work_for\nwhere are you from oroginally\twhere_are_you_from\nunsync yourself from my phone please\tsync_device\nlater\tgoodbye\nwhat's the gas mileage on a juke\tmpg\nusd to the euro exchanges at what right now\texchange_rate\ntell me the amount of calories in muffins\tcalories\ncan you spell the word umbrella for me\tspelling\ni need to know what it is that i wanted to remember before\treminder\nis it ok if i use some of my pto on may 24th to may 29th\tpto_request\nwhat is the amount of dollars i get if i trade in 6 yens\texchange_rate\nwhere's my luggage for american airlines flight ab123 out of denver\tlost_luggage\nplease turn my settings back to the original settings\treset_settings\nuse the name wheeler to reserve a table for 3 at andrea's steakhouse at 5pm\trestaurant_reservation\nhelp me get my device back to it's factory settings\treset_settings\ni wanted to remember some things, what were they\treminder\nwhat's your hobbies\twhat_are_your_hobbies\nso where do i get the w2 form\tw2\nlet me know the amounts i owe for my utilities and tuition bills\tbill_balance\nwhere do i find the routing number for nfcu\trouting\ni applied for the credit card, have you processed my application\tapplication_status\nwould it be accurate to call you a bot\tare_you_a_bot\nwhat step do i take if my bag got lost on the flight\tlost_luggage\nwhat do i do to freeze my account\tfreeze_account\nroll a fourteen sided dice exactly\troll_dice\nhow can i unfreeze my bank account\taccount_blocked\nmake your preferred language english\tchange_language\nhave you heard any great jokes lately\ttell_joke\nwhen is the expiration date for me discover\texpiration_date\nwhats the total of my taxes\ttaxes\nhow much money have i dropped recently\tspending_history\nmy card snapped, can you tell my bank to send a replacement\tdamaged_card\nmay i order more checks for my well's fargo account\torder_checks\nwhat do i want to remember\treminder\ntell me how to get new insurance\tinsurance_change\ncreate an alarm\talarm\nare reservations allowed at burger king\taccept_reservations\nhow do you change car oil\toil_change_how\ni want to know if i shouldget a tourist visa for italy\tinternational_visa\ni would love to know the interest rate on my bank of america cd account\tinterest_rate\nhelp me report my lost mastercard\treport_lost_card\ncan you remind me the things i was trying to remember\treminder\ncan you add an event to my calendar\tcalendar_update\nare the reviews for chevy's any good\trestaurant_reviews\none cup of almonds has how many calories\tcalories\nlet me know if you are a cat or dog person\tdo_you_have_pets\nwhen does my oil need some changing\toil_change_when\nwhat's the routing number for my bank of america account\trouting\nwhat is the antilog of 365\tcalculator\ndid i stick to my dinner budget\tspending_history\nwhat year is it\tdate\nthe 21st, what is on my calendar\tcalendar\nplease tell me how to change the oil in my car\toil_change_how\ncan you swap to male voice\tchange_accent\nhow many total meetings will i have between 2 and 5\tmeeting_schedule\nlet me know what flights there are out of dallas to miami on march 10 for under $450\tbook_flight\ni need a flight from the 3rd to the 7th round rip from denver international to new york international\tbook_flight\nwhat's the cooking time for the cake\tcook_time\nwhen did i last have a mechanic check out my car\tlast_maintenance\ntell me the easiest way to set up direct deposit of my paycheck to my chase account\tdirect_deposit\nhow long will it take the bus to get to stop 23\tdistance\ni did not catch that, repeat what you just said\trepeat\nis there any good place in hawaii kai that serve local food\trestaurant_suggestion\nwhat's the weekend forecast\tweather\nhow long do you cook a hamburger for\tcook_time\ni need to see my shopping transactions\ttransactions\nwhat is your favorite pet, a cat or a dog\tdo_you_have_pets\ni'm so glad you helped me!\tthank_you\ni want a step by step explanation of how to change the oil in my car\toil_change_how\nwhat subjects are you versed in\twhat_can_i_ask_you\ntell me what tomorrow's date is\tdate\non my vacation request, what is the latest information\tpto_request_status\ni have suspicious charges on my discovery card\treport_fraud\ni don't have any more steak, please put that on my grocery list\tshopping_list_update\nwhat time should i leave this in the oven\tcook_time\ni want to listen to my maroon 5 playlist, play it for me\tplay_music\nwhat do you do when you're not working\twhat_are_your_hobbies\ni would like to be reminded\treminder_update\nhelp me get an uber\tuber\nwhat temp is the ac at\tsmart_home\nno, that is fake\tno\nwhat fuel do i need for my car\tgas_type\nmy insurance policy needs to be adjusted\tinsurance_change\nhow much time do i need to make the chicken\tcook_time\nhow long to get a new credit card\treplacement_card_duration\nmy damage card is not working\tdamaged_card\ni need a new credit card, show me suggestions\tnew_card\ni want a text sent to bob saying i will be late\ttext\ncan i change your name to bob\tchange_ai_name\nspell water\tspelling\ni would prefer your voice to be male\tchange_accent\nname some awesome things about dogs\tfun_fact\nhow do i make you stop talking\tcancel\nhow many vacation days are available to me\tpto_balance\ncan my 401k rollover or not\trollover_401k\nis this human or a robot\tare_you_a_bot\nwhat does 6 x 1 equal\tcalculator\ncan i rent a car in belgium from march 01 to march 02 and have it be a porsche\tcar_rental\nhow much have i spent on food recently\tspending_history\ni think that's true\tyes\nis my card working properly\tcard_declined\nwhat if you want a new credit card\tnew_card\ncan you tell me what i owe for this month's phone bill\tbill_balance\ntell your hobbies\twhat_are_your_hobbies\nhelp me change my insurance\tinsurance_change\nfor what reason is my account blocked\taccount_blocked\ni was at home depot trying to buy plants and my card got declined\tcard_declined\ncan you tell me my current bank accounts balance\tbalance\ncan we change your name to clara\tchange_ai_name\ntell me who is your boss\twho_do_you_work_for\ni would like to hear you read my reminder list to me\treminder\ntell me the least i can pay\tmin_payment\ni would like a reorder of checkbooks for my home equity line of credit with chase\torder_checks\ni would like to know the mpg for this car\tmpg\nstart my playlist\tplay_music\nclear my calendar for april 20th\tcalendar_update\ni want help rolling over my 401k\trollover_401k\nread my list of reminders to me\treminder\nmy credit card has been stolen, please report it\treport_lost_card\ndo i have bananas on my shopping list, if not please add it\tshopping_list_update\nfor city driving, what's the car's mpg\tmpg\ntransfer $500 from my money market savings account to my checking account\ttransfer\ni'm going to need a coupe car in sedona from 5/1 until 5/4\tcar_rental\nthats right\tyes\ncan you help me pay this bill\tpay_bill\ndoes my visa have international transaction fees\tinternational_fees\nwhat ingredients are in salsa\tingredients_list\norder a disney gift card in the amount of five hundred dollars from costco\torder\nspeak in a different accent\tchange_accent\nwhat kind of traffic can i expect at 9:00 on the route to detroit\ttraffic\ndoes china have any travel alerts i should be aware of\ttravel_alert\ni need to make changes to my insurance policy\tinsurance_change\nwho designed you\twho_made_you\nhow many pesos can i get for one dollar\texchange_rate\nwill someone please look at my check engine light that is on\tschedule_maintenance\nwhat's the time\ttime\nwhen is my next car payment\tbill_due\nwhy is there a hold on my capital one checking account\taccount_blocked\nhow do i get rewards from my visa card\tredeem_rewards\nwhat's my salary for this year\tincome\ndo i need some shots, if i am traveling to china\tvaccines\nwhat steps do i need to take to report a card lost\treport_lost_card\nwhat's the currency conversion between rubles and pounds\texchange_rate\ndo you know where i left my phone\tfind_phone\nmy card was rejected at the zoo, could you tell me why\tcard_declined\nassist me to set up direct deposit\tdirect_deposit\ncan you find me a flight from denver international to new york international on the 4th for under 700 dollars\tbook_flight\nhow high is my credit limit for my childrens place card\tcredit_limit\nwhat is the apr on my amex card\tapr\nwhere should i travel if i want to go to a nice beach\ttravel_suggestion\nhas the application i put in for a new visa been processed\tapplication_status\nwill i be charged if i use the card in australia\tinternational_fees\ncan you tell me what the next day is\tdate\ncan i get new checks to replace the ones we ran out of\torder_checks\nmy disney visa card is stolen\treport_lost_card\ni lost my phone\tfind_phone\ncan you create a reminder\treminder_update\nwhat are my reminders\treminder\nwhile in tulsa, if i use my card, would i be charged more\tinternational_fees\nhow do i set up direct deposit for my paycheck\tdirect_deposit\nplease find my balance on my chase mastercard\tbalance\nwhat do you do for fun\twhat_are_your_hobbies\nin o'hare lost luggage on flight america airlines\tlost_luggage\nhow do i get to the college by bus\tdirections\nwhat about the weather in austin\tweather\nis it possible for you to speak with a british gent's accent\tchange_accent\ni need you to turn the tv on now\tsmart_home\nwhen was my car in the shop\tlast_maintenance\nwhich rules does delta have for carry on\tcarry_on\ncan you reset my pin number\tpin_change\nwhat is the definition of incomprehensible\tdefinition\ndo you know where my luggage is\tlost_luggage\ni need to change my account\tchange_accent\nsince i am traveling to asia, i need to inform the bank\ttravel_notification\nwhen must i get my tires changed\ttire_change\nwhat's the time right now\ttime\nlet the wife see where i'm at\tshare_location\nadd clean bathroom to my to do list\ttodo_list_update\nchange my reservation with carl at umami to canceled\tcancel_reservation\ntell me my phone's location\tfind_phone\ntell me what day today is\tdate\nwhat is my pay grade at work\tincome\nwhat are the ratings about at pho king\trestaurant_reviews\ndirect deposit instructions\tdirect_deposit\nat what point will this flight start letting people board\tflight_status\nit is good to see you\tgreeting\ncan you remind me how to spell because\tspelling\ni want to send a text\ttext\nplease turn off your wifi from my phone\tsync_device\nwill i receive a fee if i use my card in ireland\tinternational_fees\nwhat is the timezone for paris\ttimezone\ndo i have many meetings today between 2 and 4\tmeeting_schedule\ncan you tell me the items on my to do list\ttodo_list\ni need to know the gas type for this vehicle\tgas_type\nwill i require a plug converter when i visit kenya\tplug_type\nwhen should my tires be changed next\ttire_change\nput the song that's playing to my techno playlist\tupdate_playlist\ncan you switch me to a new insurance plan\tinsurance_change\ni would like to know my electric bills date it needs to be payed\tbill_due\ntell me what is on my calendar for may 3\tcalendar\ncan you tell me my routing number\trouting\ni would like to know my water bill minimum payment\tmin_payment\ngo back to the default settings please\treset_settings\nsend 1200 dollars between usaa and navy federal accounts\ttransfer\nspeed up speech please\tchange_speed\nwhat is the arrival time for my flight\tflight_status\nhow do you say thank you in german\ttranslate\nsee you later\tgoodbye\nwhat do you have my name saved under\tuser_name\nplease locate me on the map and show me\tcurrent_location\nwhats the latest on flight dl123\tflight_status\nis there lettuce on my shopping list\tshopping_list\nvolume 4 set\tchange_volume\nlet me know if i need an international visa to go to sudan\tinternational_visa\nshut down my account\tfreeze_account\nlet dan know where i am\tshare_location\ndo i control you\twho_do_you_work_for\ndoes greece currently have any travel alerts in place\ttravel_alert\ncall sandra right now\tmake_call\ncan you tell me the meaning of fluctuate\tdefinition\nwhat is the name of my health insurance\tinsurance\ni want to hear jokes about toddlers\ttell_joke\ndo you know where my phone is located now\tfind_phone\nwhats the status of my frontier flight\tflight_status\nanything on the schedule for october 14th\tcalendar\ni am hoping to switch insurance plans\tinsurance_change\nshould i buy a specific plug type when in china\tplug_type\n\"i'd like to send a text to jack, say \"\"hi\"\ttext\nwhat is the sum of eleven and ten\tcalculator\nwill pepper work instead of salt\tingredient_substitution\nwhat's my total point number on my mastercard\trewards_balance\ni would like brenda to have my location\tshare_location\nwhen does milk will go bad\tfood_last\nhow much is my xfinity cable bill\tbill_balance\nbook a flight from bangor to las vegas on may 1st and returning july 4th\tbook_flight\nhow's my credit score\tcredit_score\ncould you call me a different name, please\tchange_user_name\ncan i have my volume increased\tchange_volume\ni lost my card and need to report it\treport_lost_card\ni think it could be both\tmaybe\ncan you tell me where flight dl123 is\tflight_status\ngo ahead and pay my american express bill now\tpay_bill\nwhat's my insurance benefits like\tinsurance\nplease tell me the total calories a single serving of chocolate ice cream is expected to contain\tcalories\ncan you tell me my apr on my credit card\tapr\ni need to confirm that i have a reservation at red robin for josh\tconfirm_reservation\nhave i added anything to my todo list\ttodo_list\nam i allowed to increase the credit limit on my mastercard\tcredit_limit_change\nplease set up a reminder for me\treminder_update\ncan you get me a table for 4 at steve's\trestaurant_reservation\nremind me that time is up in sixty minutes\ttimer\nwhat is the reward balance on my discover card\trewards_balance\nwhat are the rules for carry on luggage for delta\tcarry_on\ndo you have a name i can use\twhat_is_your_name\ni really need to check my rewards for my credit card\trewards_balance\ncan you tell me what song i'm hearing\twhat_song\ni want to know the bofa routing number\trouting\nwhat is my credit card's apr\tapr\nhow long is the wait at macaroni grill\thow_busy\ncan you please put toilet paper on the shopping list i'm out of it\tshopping_list_update\nwill it snow this weekend\tweather\ncan i use the plug i use at home when traveling in south america\tplug_type\ni am unable to remember what my pin is for my bank of america checking account\tpin_change\ngo into whisper mode\twhisper_mode\ni think i need to make a reservation for 8 pm at red robin for 3\trestaurant_reservation\ngood seeing you\tgoodbye\ndoes my car have enough gas to get to atlantic city\tgas\ni want to make something from ethiopia for dinner\tmeal_suggestion\nwould you tell me how to get to walmart by bus\tdirections\ntransfer 100 dollars checking to savings\ttransfer\nwhat plug type would i use in japan\tplug_type\nplease look up the this cars mpg\tmpg\nhelp - i can't find my w-2\tw2\nwhat are some easy ways to make my credit score better\timprove_credit_score\ntarget declined my card and i don't know why\tcard_declined\ndo you know if my vacation request went through\tpto_request_status\nhi how is everything\tgreeting\npeace out!\tgoodbye\nare you feeling okay\tgreeting\nday that i get paid\tpayday\ni need to know the status of my alaska air flight\tflight_status\nyou must reserve a table for 4 at red robin under the name kevin at 7\trestaurant_reservation\nwhat is the total amount that i have spent on the cash app for this month so far\tspending_history\ni need you to check the air levels in my tires and let me know if i have enough in them\ttire_pressure\nthe meaning of life\tmeaning_of_life\nwhere is the list of my insurance benefits\tinsurance\ncall robby for me\tmake_call\nwhat area did you come from\twhere_are_you_from\nwhat sorts of activities should i get up to while i am in dublin\ttravel_suggestion\nturn the tv to on right now\tsmart_home\ncan you remove that event from my calendar, please\tcalendar_update\ni need the tow truck to be given my gps coordinates\tshare_location\nwill you remove the dinner with june on saturday the 4th at 7pm from my calendar\tcalendar_update\ndo i require a plug converter when i visit puerto rico\tplug_type\ngrapes have what kind of nutritional facts\tnutrition_info\nbook me a hotel with good ratings in nashville\tbook_hotel\nwhat are you able to do\twhat_can_i_ask_you\ni need my earned income form for paying taxes\tw2\ni'm intereted in requesting pto from april 1-5\tpto_request\nset my alarm for 6am tomorrow\talarm\nwhat is your birthday again\thow_old_are_you\nput a device with my phone\tsync_device\ni don't know how to answer to that\tmaybe\nwhats my count of vacation days used thus far\tpto_used\nhow old are you, again\thow_old_are_you\nif i go to tgifridays at eight, will they be crowded\thow_busy\nwill my debit card go bad any time soon\texpiration_date\nare there activities that you enjoy doing in your free time\twhat_are_your_hobbies\nplease tell me my current location\tcurrent_location\nwhen do i take my car in for a tire change\ttire_change\nlet's hear a joke!\ttell_joke\ndo you know london's timezone\ttimezone\nwhat do you think life is really about\tmeaning_of_life\ni would like a reminder\treminder_update\ni'd like to add this song to my relaxation playlist\tupdate_playlist\ni have used how much pto so far\tpto_used\nhave i earned a lot of points on my capital one card\trewards_balance\nplease increase your volume\tchange_volume\nroll a 6 sided dice for me\troll_dice\nhow do you convert feet to inches\tmeasurement_conversion\nwhat sites are there to see when in evans\ttravel_suggestion\ni need you to book me a flight from chicago to montpelier via united\tbook_flight\nshow me where i am on a map\tcurrent_location\ndo i have any meetings today between 4 and 5\tmeeting_schedule\ntell me how i should cash in my rewards for my citibank card\tredeem_rewards\ntell me the meaning of condemnation\tdefinition\nplease look up the next holiday for me\tnext_holiday\nread my calendar events\tcalendar\nplease tell me my current gps coordinates\tcurrent_location\ncan you start talking to me in spanish from here on out\tchange_language\nfor travel to argentina, do i need to get a travel visa\tinternational_visa\ntell me about the chase credit card application process\tnew_card\ni'd like help finding my fon\tfind_phone\nplease confirm my reservation for may 9th at 4pm\tconfirm_reservation\nai, what can i call you\twhat_is_your_name\nhow many meetings do i have today\tmeeting_schedule\nwhat is the total day off have i taken\tpto_used\ni ordered for delivery, has is arrived yet\torder_status\nhow full or empty is my tank of gas\tgas\nhow many mpg does this car get\tmpg\nsend chris a text message that says stop for milk on your way home\ttext\nrefresh to factory defaults\treset_settings\nadd dishes to my list\ttodo_list_update\ntake off fries from the shopping list\tshopping_list_update\nwhat day is my bill due\tbill_due\ntell me a non-offensive joke\ttell_joke\nthat statement was correct\tyes\ni need to rent a car in boston for march 2 until march 4\tcar_rental\nwho has the tax form that has my wage informaton\tw2\nwhat is break a leg mean\tdefinition\nis my tire pressure okay on my car\ttire_pressure\ni need to schedule a meeting\tschedule_meeting\nflip me a coin i'm calling tails\tflip_coin\nhow much state taxes do i owe\ttaxes\nwhich domestic animal do you prefer, dog or cat\tdo_you_have_pets\nit was good chatting\tgoodbye\ncan you help me unlock my bank account\taccount_blocked\nif i want to make a vacation request, how do i do it\tpto_request\ngive me the tire pressure for the car\ttire_pressure\nwhat's my irs bill going to look like\ttaxes\ndo i need an international visa to go to mexico\tinternational_visa\nplease put the meeting with carla on my to do list\ttodo_list_update\nheads or tails i choose tails\tflip_coin\ntell me a joke about politicians\ttell_joke\ntell me the nutrition info for a cup of milk\tnutrition_info\nhow much do i pay in income tax\ttaxes\ncould you please track my package\torder_status\nhow long does it take to get to the park in detroit\tdistance\nwhat time is it right now in adelaide, australia\ttime\nwhats the max i can spend on my visa\tcredit_limit\nwhat type of nutrition does spaghetti have\tnutrition_info\ni need a list of vaccinations for a trip to paris\tvaccines\nis vaccination necessary for travel to asia\tvaccines\ni am flying jetblue and need to know what the most number of bags are that i can carry on\tcarry_on\nhow do i locate when my gas bill is do\tbill_due\nwill you help me rent a car from march 2 to 6th in dallas i want a bmw suv, if possible\tcar_rental\ni'd like to transfer $400 from household to savings account\ttransfer\nhow is the traffic on my way to the venue\ttraffic\ndo you know the status of the credit card application i filed\tapplication_status\nhow can i tell my bank i'm going to vietnam\ttravel_notification\nreasons that us bank would place a hold on my account\taccount_blocked\nis it necessary to get a shot for travel to india\tvaccines\ndo one coin flip; it will be tails\tflip_coin\nahoy hoy\tgreeting\nwhat is the current day\tdate\nwhat is the expiration month of my card\texpiration_date\ncould you book me a hotel in tampa from may 2 to may 4\tbook_hotel\nhow would you describe what life means\tmeaning_of_life\ni need for you to connect to my phone\tsync_device\nwhat is the expiration date on my chase card\texpiration_date\nhow many times have i used my annual leave\tpto_used\nbook me a hotel in chicago near the water tower shopping from april 2nd to 4th\tbook_hotel\nwhat should you be called\twhat_is_your_name\nif i go to uganda, do i need an international visa\tinternational_visa\nshow me a hotel that has good reviews in kansas city\tbook_hotel\nwhat sort of things do you enjoy\twhat_are_your_hobbies\ni want to remove milk from my shopping list and add bread\tshopping_list_update\nhow long is it until my credit card expires\texpiration_date\ni'd like to be called frank\tchange_user_name\ntell me what's on my todo list\ttodo_list\nwhat are my recent transaction\ttransactions\ngo back to your manufacturers' settings\treset_settings\nwho assembled you\twho_made_you\nquieter please\tchange_volume\nhow many days until the next holiday arrives\tnext_holiday\ni would like to have language set to spanish, please\tchange_language\nwould you tell me your age\thow_old_are_you\nat the moment what song is playing on the speaker\twhat_song\nwhen should i expect my next paycheck\tpayday\nplease block my chase account right away\tfreeze_account\ni gotta know my car;s tire pressure\ttire_pressure\nhow does my credit score look\tcredit_score\nnew playlist that i will add god's plan to\tupdate_playlist\nhow much is the minimum payment for power bill\tmin_payment\nplease help me in finding my phone\tfind_phone\nwhat did ya save my name as\tuser_name\nlist of countries with travel alerts\ttravel_alert\nhow many e's are in sesame\tspelling\nhow long do the brownies need to be in the oven\tcook_time\nwho invented you\twho_made_you\ni want a block placed on my college fund account immediately\tfreeze_account\nwhat time can i expect to be seated at this restaurant\thow_busy\nwhat's my meaning in life\tmeaning_of_life\nwhat age is the ai\thow_old_are_you\nin 5 days from today, what will the date be\tdate\ni wonder how many points i have earned with my bank of america card\trewards_balance\nai, how are you feeling\tgreeting\ni must get the w-2 form\tw2\nmy car needs to be brought for maintenance\tschedule_maintenance\nare there any meetings room available between 8:00 and 9:00 am\tschedule_meeting\nsend $100 from paypal to my bank\ttransfer\nis mcdonalds busy around 9\thow_busy\non the speaker what song is playing\twhat_song\ndoes march have a holiday\tnext_holiday\nwhat's the word for trees in norway\ttranslate\ni need my luggage found, i was on delta flight ab123 out of san francisco\tlost_luggage\nthat’s actually wrong\tno\nshould i be concerned about the air in my tires\ttire_pressure\nis my credit score high\tcredit_score\ni need to know what is currently on my calendar for friday the 1st\tcalendar\ni would like to distribute some money between my accounts\ttransfer\nwhat is the routing number for pnc\trouting\nplay beatles\tplay_music\nwhen should i replace my tires sense i last replaced them on 3/21/17\ttire_change\ni want recommendations for good sushi spots in los angeles\trestaurant_suggestion\nis it acceptable to swap marinara for alfredo\tingredient_substitution\ni did not hear what you said\trepeat\nhow do i use the reward for my bank of hawaii\tredeem_rewards\ndoes red robin have good reviews\trestaurant_reviews\nwhat lowers you credit score\timprove_credit_score\ni've saved what number of days of vacation\tpto_balance\nwhat is the core meaning of life\tmeaning_of_life\ncan you schedule a meeting with john for 12\tschedule_meeting\nwhat kind of meetings do i have today\tmeeting_schedule\ncan you please read me the routing number to pnc\trouting\nhow much am i paid\tincome\ngood evening\tgreeting\ncall back my mom please\tmake_call\nsubtract 85 from 997\tcalculator\nwill getting a credit card help my credit score\timprove_credit_score\nhelp me pay my electric bill\tpay_bill\nadd dentist appointment to my calendar for march 1\tcalendar_update\nwhat song is this\twhat_song\ntell me what you are capable of answering\twhat_can_i_ask_you\ni need anyone who can help me pay my electric bill\tpay_bill\nfind out what wait times are like right now at olive garden\thow_busy\nwhat's the nutrient info for a donut\tnutrition_info\nhow much gas do i have here\tgas\nplease tell me how to get a new credit card\tnew_card\ndoes marios in brooklyn take reservations\taccept_reservations\nwhat types of things do you like to do in your spare time\twhat_are_your_hobbies\ni am jason\tchange_user_name\nplease book me a place to stay in phoenix from the 5th to the 9th of march\tbook_hotel\nwhere's home for you\twhere_are_you_from\ntext jeff and tell him to pay the bill\ttext\ni must pay my cable bill\tpay_bill\ni need to know all the recent transactions i've made\ttransactions\nplease get my credit score\tcredit_score\ntell me how to get my points from credit card use cashed in\tredeem_rewards\ni know that is true\tyes\nwhat information can i ask you\twhat_can_i_ask_you\ncan you tell me what to do as i am in the airport and have been for some time and there is still no sign of my suitcase\tlost_luggage\nwhich organization you work for\twho_do_you_work_for\nwhere is my w-2\tw2\nwhat do i do if i lost my card\treport_lost_card\ncancel my reservations for joe's at zepher right now\tcancel_reservation\nhow many vacation days have i saved up\tpto_balance\nthe name is nick\tchange_user_name\nwhen can i get oil changed\toil_change_when\nwhat is your name for me\tuser_name\nplease tell me my pin number for my synovus account\tpin_change\nmy luggage is lost and i would like help trying to locate it\tlost_luggage\ntell me the right kind of gas for this car\tgas_type\nhow would you put what life is all about\tmeaning_of_life\nboth maybe\tmaybe\ncan you use the whisper voice\twhisper_mode\nspeak faster, please\tchange_speed\nwhat is the validity of my credit card\texpiration_date\nis there a way to roll over my 401k\trollover_401k\ntell me what i have on my todo list\ttodo_list\nlet my bank know i actually am visiting brazil\ttravel_notification\ni want you to call me a different name so can you call me charchar\tchange_user_name\nplease tell me if my application for the hsbc card has gone through yet\tapplication_status\nmake a timer for 5 minutes\ttimer\ndo you like cats or dogs\tdo_you_have_pets\nwhat are the fees for using my card in toronto\tinternational_fees\nwhich kinds of pets do you own\tdo_you_have_pets\nwhat is the smallest payment i can make toward my xfinity bill\tmin_payment\nwhat is 1 million twelve hundred divided by 400 thousand\tcalculator\nplease delete the reservation for 3 people at outback\tcancel_reservation\nwhere do i go the transfer my 401k\trollover_401k\ni will determine it with a coin flip\tflip_coin\nplease find out how many days off i have used by this point\tpto_used\nhave i gone over my chocolate budget lately\tspending_history\ntell me all about the creatures you own\tdo_you_have_pets\ncan you book me a place to stay in denver from wednesday to friday\tbook_hotel\nwhat do tourists do for fun in seattle\ttravel_suggestion\nmy discover card expires on what date\texpiration_date\ni think we should reserve dad's regular table friday for 6 people, use his name, make that close to 4:00 pm at the club\trestaurant_reservation\nmy water bill is due, pay it immediately\tpay_bill\nthat isn't correct\tno\ni need to report my card as stolen, who do i tell\treport_lost_card\nwhat's the due date for my american express payment\tbill_due\ndo you know when my card will come in\treplacement_card_duration\ni'd like to reserve a high-end car that seats 5 comfortably for april 12th through 18th for st louis missouri\tcar_rental\nwhat time zone are we currently in\ttimezone\nwill having my shots updated be a good idea, before i travel to south america\tvaccines\ncan you tell me how long approximate wait times are at cheesecake factory\thow_busy\nhow and where are my w2 forms given\tw2\nin what timezone is nigeria\ttimezone\nhalt\tcancel\nwould i need to get a visa to go to ireland\tinternational_visa\nwhat name do you prefer\twhat_is_your_name\nhow many weeks of vacation do i have\tpto_balance\nhow much did my last purchase cost\ttransactions\nhi ai\tgreeting\ncan you help me get on a new united healthcare insurance plan\tinsurance_change\nwhat do you put in a tibetan omelette\tingredients_list\ni would like to know how much fat is in tbsp of olive oil\tnutrition_info\ncan you tell me the weather forecast\tweather\nhas the leftover hamburger from last saturday gone bad\tfood_last\nwhat is my next day off\tnext_holiday\nhow much farther can i drive on the gas i have\tgas\nmy name is nick\tchange_user_name\ndo you know if ruth chris does reservations\taccept_reservations\nhow do i make lemon merengue pie\trecipe\nmight i need to get a visa to travel to venezuela\tinternational_visa\ndo you have a cookbook that could teach me to make sushi\trecipe\ncan i refer to you as mike from here on out\tchange_ai_name\nlet me know how to rollover my 401k\trollover_401k\ncan you check to see how busy that restaurant is for dinner\thow_busy\nai toss the dice\troll_dice\ndoes it show me as having a reservation for tomorrow at 5\tconfirm_reservation\ntell me what is on my todo list\ttodo_list\ncan you call michelle on the home phone\tmake_call\nnote any travel alerts for haiti\ttravel_alert\nwhat are some ways to raise my credit score\timprove_credit_score\ndo you own a cat or do you own a dog\tdo_you_have_pets\ndoy ou know what timezone chicago is in\ttimezone\nwhere should i report a damaged card\tdamaged_card\nwhat's the ac set to\tsmart_home\ncan you help me figure out how to utilize my credit card points\tredeem_rewards\nplease tell me if a coin lands on tails\tflip_coin\nit's been 3 years since i changed my oil, how long until i have to deal with it\toil_change_when\nwhat organization manufactures you\twho_made_you\nwhat's the exchange rate between ils and usd\texchange_rate\nis there a particular name i should call you\twhat_is_your_name\nwhat month does my credit card expire\texpiration_date\nreport discover card as lost\treport_lost_card\nwhat stuff do you dump in an omelette\tingredients_list\ncan you confirm i have a reservation at 5 pm on march 13th\tconfirm_reservation\nwhat is the name of my insurance plan\tinsurance\nwhat day did i last have the oil in my car changed\tlast_maintenance\nwhat will you call me\tuser_name\ncalculate how much i earn from my job\tincome\ni want to know a fun fact about pluto\tfun_fact\nwhat's the name you like to be called\twhat_is_your_name\ni'm out of paper towels so will you order me some more\torder\nrobbie needs to know aboutthis so would you text robbie to let them know\ttext\nhow long is an oil change good for\toil_change_when\nplease immediatly block my presidential bank account right now\tfreeze_account\norder more checks\torder_checks\ndoes phoenix have a different timezone\ttimezone\nwhat kind of tax do i pay\ttaxes\ni'd like to set up a direct deposit for my paycheck\tdirect_deposit\ni was on delta flight ab123 out of new york and haven't been able to locate my luggage\tlost_luggage\nshare my location with brad and terry\tshare_location\nfor march 1 to 2 make a pto request for me\tpto_request\nhow long can i expect to keep steak in the freezer\tfood_last\nturn lights on in the garage\tsmart_home\nis it possible to rollover my 401k\trollover_401k\ncan i swap sugar for salt\tingredient_substitution\nyou can take dishes off my todo list\ttodo_list_update\nare you sure i don’t think that’s correct\tno\nthe reservation i made is not required anymore\tcancel_reservation\nis dan aware of any meetings with me today\tmeeting_schedule\nhelp me transfer $x from credit to debit\ttransfer\nwhen does milk expire\tfood_last\nthe check engine light is on and i need a mechanic\tschedule_maintenance\ncould you tell me what 30% off 235 is, please\tcalculator\nhow are the tires on air pressure\ttire_pressure\nare bananas on my shopping list can you add them if they aren't\tshopping_list_update\nthe ac is set to what right now\tsmart_home\nhow long since i swapped oil\tlast_maintenance\ncan you pull up how many points i've earned with travel card\trewards_balance\nis milk an ok substitute for cream\tingredient_substitution\nbook me a hotel in seattle near the space needle from march 3rd to 5th\tbook_hotel\ni sat on my credit card and broke it in half and need it replaced\tdamaged_card\nuse my capital one account to pay for my gas bill\tpay_bill\nwhat is my bill's minimum payment\tmin_payment\nhow many calories are in a cup of white rice\tcalories\nwhat is the state of the weather in seattle\tweather\nwake me up at 6 am\talarm\nwhere can i get my w2 forms from\tw2\nwhat is the status of my most recent order\torder_status\nhow long will eggs last in the fridge\tfood_last\ni must know my water bill minimum payment\tmin_payment\nif i take this bus, how long until i get to brooklyn\tdistance\nwhat does my shopping list involve\tshopping_list\ncould you tell me what the status of my day off request is\tpto_request_status\ncould you link with my phone\tsync_device\nhush\tcancel\nhow is a vacation request made\tpto_request\ni'd say no\tno\nwhat does indignation mean\tdefinition\ndo you know if i can make reservations at bj's\taccept_reservations\ncan you tell me what kind of life form you are\tare_you_a_bot\nhow long should i cook a glazed ham\tcook_time\ncan you get me a table for 8 at mastro's at 8:30pm\trestaurant_reservation\nwhen did i get paid the last time\tpayday\nscan you find me a chicken recipe\trecipe\ncan you get me a car rental for march 13th to 15th in nyc, and i'd like a convertible if possible\tcar_rental\nwhen is my meeting with invoicing scheduled\tmeeting_schedule\naffirmative, go ahead\tyes\ntell me the expiry date of my credit card\texpiration_date\ntell me why i get an error logging in to my bank account\taccount_blocked\nshare my gps coordinates with my dad\tshare_location\ni'd like to increase my credit limit up to four thousand\tcredit_limit_change\nwhat are the steps to jump start my car\tjump_start\nhow can we start communicating in french rather than english\tchange_language\ndoes spain expect any travel alerts\ttravel_alert\ntell me my car's tires' air pressure\ttire_pressure\ncan i talk to someone about why there is a hold on my checking account\taccount_blocked\nare there any steps i need to take to use my credit card points\tredeem_rewards\nplease let me know what the status of my day off request is\tpto_request_status\nchange the pin on my savings account to 1234\tpin_change\nclue me in on my credit score\tcredit_score\nhow many teaspoons will make one tablespoon\tmeasurement_conversion\nso my card was declined at fry's and i wanna know why\tcard_declined\nsee you later alligator\tgoodbye\ndo i need any shots if i travel to africa\tvaccines\nhow do i find my present location right now, please\tcurrent_location\nplease tell me my meeting schedule\tmeeting_schedule\nwhat interest rate am i getting currently from oak bank\tinterest_rate\ni hope i have enough money in my chase account to buy new clothes\tbalance\nin order to redeem my credit card points, what should i do\tredeem_rewards\nare the ratings for yardhouse good\trestaurant_reviews\ncan you pull up my most recent transactions\ttransactions\nhow do you spell syzygy\tspelling\ni would like to know what type of things you can help me with\twhat_can_i_ask_you\nhow soon is my next day off\tnext_holiday\nplease cancel my dinner reservation\tcancel_reservation\nhow long would a bus to the empire state building take\tdistance\nchange over to the female voice\tchange_accent\ni need to know when i will next have the day off\tnext_holiday\ni need to get to a church immediately, please take me to one!\tdirections\ntell me how i can tell if my tires need to be changed\ttire_change\nwhat timezone is viet nam in\ttimezone\nfind the closest cvs near galleria mall\tdirections\nmy name is jason\tchange_user_name\nhow do i jump start a bad battery\tjump_start\nhow many days will it take to get a new credit card to replace the one stolen from me\treplacement_card_duration\nus and mexico exchange rate\texchange_rate\nalert my bank and let them know that i'm travelling to switzerland\ttravel_notification\nadd to my list of things to do: wash the dog\ttodo_list_update\nwhat is 10 + 20\tcalculator\ncould i please change your name to alicia\tchange_ai_name\nwill i be charged if i use my card in china\tinternational_fees\ncan i cancel my reservation for 4 at red robin\tcancel_reservation\ncan you tell me how changes on my insurance policy can be made\tinsurance_change\nwhat does my checking account at chase earn in interest\tinterest_rate\nhow safe is visiting canada this week\ttravel_alert\ni want to know my credit limit\tcredit_limit\nwhen is payday\tpayday\ncan you find me some good places in kentucky that serve sushi\trestaurant_suggestion\ndon't call me anything besides bailey\tchange_user_name\ntake toilet paper off my shopping list and add paper towels\tshopping_list_update\num, i'm not actually sure\tmaybe\nwhats the expiration date on my credit card\texpiration_date\ni need to rent a car in boston\tcar_rental\ni couldn't hear you, can you repeat it\trepeat\nwhat meetings do i have on my agenda today\tmeeting_schedule\ncould you put a stop on my bank account, please\tfreeze_account\nchange the code of my savings account to be 1234\tpin_change\nwhat benefits do i have for insurance\tinsurance\nplease note that i will be travelling internationally soon\ttravel_notification\nmy bags did not arrive here at smf\tlost_luggage\ncan you set a timer for me for fifteen minutes starting now\ttimer\ndim the main lights please\tsmart_home\nwhere can i get gas to get to sioux falls\tgas\ncan you add passionfruit by yaeji to my playlist\tupdate_playlist\nwho else do you work for\twho_do_you_work_for\ncan you give me the name of this tune\twhat_song\nim not sure\tmaybe\ncheck how many days off i've taken\tpto_used\nhow much money did i make\tincome\nput soda on the shopping list and add carrots\tshopping_list_update\ni want to change the oil in my car\toil_change_how\nthank you for answering that\tthank_you\nwhat is the day\tdate\nbe more quiet\tchange_volume\ncan you talk to me in chinese\tchange_language\nhow many teaspoons in one tablespoon\tmeasurement_conversion\ni need you to play the next song on this playlist\tnext_song\n\"how do they say \"\"i love you\"\" in japanese\"\ttranslate\nhow are you\tgreeting\nhow are the reviews for the supreme pizza at papa john's\trestaurant_reviews\ncan i call a restaurant\tmake_call\ndisconnect from my phone for me\tsync_device\nis the bill due\tbill_due\ni need to know the carry-on rules for southwest\tcarry_on\nwhat do tourists do in tokyo\ttravel_suggestion\nwho were you invented by\twho_made_you\nplease put watering the plants on my to do list\ttodo_list_update\nquit talking\tcancel\ncheck if bj's takes reservations\taccept_reservations\nlet me know what the routing number for my civista account is\trouting\ni want to know some trivia about our solar system\tfun_fact\ngo to default setting\treset_settings\ndoes applebees have alright reviews\trestaurant_reviews\nwould you freeze my bank account\tfreeze_account\nwhy is my account blocked\taccount_blocked\ni need to hear reviews for panda express\trestaurant_reviews\nhow much are my electric and heating bills\tbill_balance\ni gotta know the meaning of life\tmeaning_of_life\nhow do you say cat in spanish\ttranslate\nwhat name should i use for you\twhat_is_your_name\nhow miles does it take to get to red lobster from my current location\tdistance\ni really don't have a clue\tmaybe\nare there any transaction fees associated with my amex card if i am in france\tinternational_fees\nis there a way to change the voice to male\tchange_accent\nare there any travel alerts for brazil\ttravel_alert\nplay hey jude\tplay_music\nturn to the voice of the woman\tchange_accent\ntext mary and tell them i'm on my way\ttext\ncan you tell me what 30% off 235 is, please\tcalculator\ndo you know what my health benefits are\tinsurance\nis there a name that you preferred to be called by\twhat_is_your_name\nhow long can i expect to wait for a restaurant table\thow_busy\nfind square root of 453\tcalculator\ni would like to pair this with my new phone\tsync_device\nis it recommended to get any specific shots before i travel to japan\tvaccines\ncan you call someone\tmake_call\nwhere can i check my credit rating\tcredit_score\nplease jump to the song that follows this one\tnext_song\n\"i need to know how to spell \"\"miranda\"\tspelling\npay a bribe using my money market account\tpay_bill\ncan you explain why there is a hold on my savings account\taccount_blocked\nwhat's the exchange rate betwen usd and euros\texchange_rate\ntell me what name you have for me\tuser_name\nwhat's the sort of thing i should ask\twhat_can_i_ask_you\nhow much gas do i currently have\tgas\ni need to uber somewhere\tuber\nwhere do you trace your roots\twhere_are_you_from\ni wanna know my current location\tcurrent_location\nwas my order shipped here\torder_status\nplease help me with instructions on making chicken curry\trecipe\ngo ahead and roll that 9 sided dice\troll_dice\nwhat is 38% of 389209\tcalculator\ni replaced my tires on may 2, so when should i replace them next\ttire_change\nwhat are you interested in\twhat_are_your_hobbies\nplace an order for my whole shopping list\torder\nwhen should i take an apple pie out\tcook_time\nwhat's the mpg of this car\tmpg\nhave there been any travel alerts for the us\ttravel_alert\nwhat is the mpg on this car\tmpg\ncan you tell me my spending history from last week\tspending_history\ni want to know the ingredients for making pizza\tingredients_list\ni would like to report fraudulent activity on my chase card\treport_fraud\ni want to hear everything on my todo list\ttodo_list\nso are you a real person\tare_you_a_bot\nmy bronze card is missing i would like to report it as lost\treport_lost_card\ntell me how to spell anonymous\tspelling\nhow long has it been since my oil was changed\tlast_maintenance\ncan you change how fast you're talking to speak more slowly\tchange_speed\ntell me flight dl123's statud\tflight_status\nplease put taco night on the house calendar date of january 6\tcalendar_update\ntell me a joke if you'd like to\ttell_joke\ni think i lost my phone\tfind_phone\nsuggestions for thai food\tmeal_suggestion\nhow many vacation days do i have saved\tpto_balance\nhow healthy is rice\tnutrition_info\ncan you please tell me the interest rate for cash advances on my visa\tinterest_rate\nwhat steps do i need to follow to jump start my car\tjump_start\nput a stop on my deposit account\tfreeze_account\nwhats the name of this song\twhat_song\nhow high is my credit limit for my navy federal card\tcredit_limit\nwhat time is it in the pacific standard time\ttime\ni lost my discover card, i want to report it\treport_lost_card\ncould you please state the apr for the credit card\tapr\ncall steven\tmake_call\nwho is the person that brought you to life\twho_made_you\nwhat fuel do i put in this car\tgas_type\nwhat types of things can i ask the ai\twhat_can_i_ask_you\ntell me something funny about love\ttell_joke\nare you a live person or a computer\tare_you_a_bot\nplease change my name to loverboy\tchange_user_name\nin austin, what are some tourist things to do\ttravel_suggestion\nwhat's the preparation time for spaghetti\tcook_time\nwhat's the correct fuel type for my car\tgas_type\ntell me some amazing trivia about radios\tfun_fact\nmy debit card was rejected at ella's and i want to know why\tcard_declined\nwhat should i do in france\ttravel_suggestion\nlet me know what today's date is\tdate\ntell me how to apply for a credit card\tnew_card\nturn the lights down\tsmart_home\ni want to know my credit rating\tcredit_score\ni'm looking for a roundtrip flight from oma to sps august 1st, 2019 to august 2nd, 2019\tbook_flight\nwhat do you want me to refer to you as\twhat_is_your_name\nwhen was my car in the shop last\tlast_maintenance\nthis is a true statement\tyes\nwhen is my next oil change due\toil_change_when\ncan you check my reservations for mortons under david winters\tconfirm_reservation\ni need to disconnect from my phone\tsync_device\nremind me to use the bathroom\treminder_update\ncan you repeat that please\trepeat\nhow much air do i have in my tires\ttire_pressure\ntell me how are you\tgreeting\ni want to to schedule maintenance on my vehicle\tschedule_maintenance\nplease change your language setting to russian\tchange_language\nhow long until my oil needs to be changed\toil_change_when\ncan i make a reservation for redrobin\taccept_reservations\nremove fries from my shopping list\tshopping_list_update\nplease find out the current status of my credit card application\tapplication_status\ntell me when my last oil change was\tlast_maintenance\nwhen does my card expire, the one ending in 1234\texpiration_date\nthanks\tthank_you\ni need to take out the trash please remind me\treminder_update\nwhere can i find routing number for pnc\trouting\nbye bye then\tgoodbye\nhelp me to disconnect from my phone\tsync_device\ngood talk, see you later\tgoodbye\ncan you give me a traffic update for a trip to the grocery store\ttraffic\ni need more checkbooks mailed as soon as possible\torder_checks\nhow can i request my credit score\tcredit_score\nbook 3 under the name zebee at xenophobe\trestaurant_reservation\nmy check engine light is on so is anyone available to check it out for me\tschedule_maintenance\ni want to hear my slow playlist\tplay_music\nwhen will my new visa get here\treplacement_card_duration\nare vaccinations needed for trips to guana\tvaccines\nsince i ran out , order more bread\torder\nhow long does it take to get a replacement credit card when your last one was stolen\treplacement_card_duration\ni need to know what is on my shopping list\tshopping_list\nhow busy is red robin around 5 pm\thow_busy\ndo you currently have any pets\tdo_you_have_pets\nhow long does it take to get to houston by bus\tdistance\ncan i know what type of things you can help me with\twhat_can_i_ask_you\nwhat's my visa cards balance for rewards\trewards_balance\nfly me from pit to pdx on delta for under $300\tbook_flight\ni can't find my cell and need help locating it\tfind_phone\ntell me what cas is needed for this car\tgas_type\ni've told my financial institution that i'm in africa from august 6 to december 5\ttravel_notification\nwhat's the amount of taxes for my income\ttaxes\ncould you set one alarm for 8am saturday and one for 9am sunday\talarm\nwhat do i have on my reminder list\treminder\nfind me a flight from nyc to la on march 1, returning on march 5\tbook_flight\nlet me know the status of my american airlines flight\tflight_status\ni don't know how to spell apoplectic, can you tell me\tspelling\nwhat's the way to make apple pie\trecipe\nif i can, i'd like to get some more checkbooks mailed to me\torder_checks\nwhat are the best family restaurants in charlottesville\trestaurant_suggestion\nwhat are the nutrition facts for a rodeo cheese burger at burger king\tnutrition_info\nwhat is the apr on my aaa visa card\tapr\nturn on the whisper voice\twhisper_mode\ni need gas so what should i get\tgas_type\nhow many calories would i estimate for fettuccine alfredo\tcalories\ni want a lesson on changing my oil\toil_change_how\nwhat's the required fuel type for my car\tgas_type\nyour answer was good\tthank_you\nhow many mexican pesos can i get for one us dollar\texchange_rate\nhow would i say what is your name if i were french\ttranslate\nwhat number of vacation days do i have available\tpto_balance\nplease make it so you say your words more slowly\tchange_speed\nwhere do you originate from\twhere_are_you_from\ni would like to know flight dl123's status\tflight_status\ni need a table for two at the havana at nine\trestaurant_reservation\nplease give me my last ten debit card transactions in the month of december\ttransactions\ni repeat cancel\tcancel\nlet me know if my application for american saving bank\tapplication_status\ncould a hotel be booked for me in afghanistan at the zoo for the 10th to the 15th\tbook_hotel\nhow long is a bus ride to staples\tdistance\nmy card is cracked, please tell the card company\tdamaged_card\nif i replaced my tires on christmas eve, when will i need to replace them again\ttire_change\nmoney transfer request\ttransfer\nhow have you been doing\tgreeting\nis the traffic bad at 5:00 if i'm going to the mall\ttraffic\ni'd like to set up direct deposit\tdirect_deposit\ni feel like it is time for me to sign up for a new credit card\tnew_card\nappend my playlist with smooth operator by sade\tupdate_playlist\nwill we have to make reservations for roca\taccept_reservations\nhow can i make a change to my credit limit\tcredit_limit_change\nhow much am i getting back from work\tincome\nwhat are the total calories for two servings of pasta\tcalories\ngive me a joke about the topic of television\ttell_joke\nwhat's it been costing me to buy three packs a day\tspending_history\nhow long am i supposed to cook pork loin\tcook_time\nare you ai or a real person please\tare_you_a_bot\nwill you play the next song on this playlist\tnext_song\ncan you describe your hobbies to me\twhat_are_your_hobbies\nhow do i change the oil in my car\toil_change_how\nran out of tissues and need you to put an order in for more asap\torder\nwhat time do you have on your watch\ttime\ndo i need to have any shots to visit chile\tvaccines\nwould you let me know what is on my shopping list\tshopping_list\nthanks bye bye!\tgoodbye\nplease play music by acdc\tplay_music\ni'm trying to raise my credit score can you tell me what it is now\tcredit_score\nhow do you make blackberry pie\trecipe\nare my tires low on air\ttire_pressure\npurchase me the kyrie 4s\torder\nhow much do you think my rent and electric bills are\tbill_balance\ni was wondering what my credit score is\tcredit_score\ni would like to know what my income is\tincome\nhow do you jump a car\tjump_start\nare my tires properly inflated with air\ttire_pressure\ndo i have a day off coming up soon\tnext_holiday\nhow much do i spend going out to eat\tspending_history\nwhat kind of gas mileage do i get\tmpg\ncan you check washing the dishes off on my to do list\ttodo_list_update\ni applied for a new credit card; did it process yet\tapplication_status\nwhat hotels have decent reviews in bangor\tbook_hotel\ni really need to find the interest rate for my checking account\tinterest_rate\ni have no knowledge of that\tmaybe\nwhat name should i use to call for you\twhat_is_your_name\ndo i have any meetings with dave today\tmeeting_schedule\ni need kilograms to milligrams\tmeasurement_conversion\nwhat oil should i use and how do i change it\toil_change_how\nwhen do you think i ought to change the oil in my car next\toil_change_when\nwhat amount of time do i need to cook lobster for\tcook_time\none and three pm are there meeting rooms open\tschedule_meeting\nwhat are the shots i need in order to travel to mexico\tvaccines\nhow can i raise my credit score\timprove_credit_score\nwhat percentage do i pay in taxes\ttaxes\nplease play the song that goes doo doo doo\tplay_music\nhow well is the gas mileage while i'm in the city\tmpg\ni want to learn to change oil\toil_change_how\nhow many ounces in a cup\tmeasurement_conversion\nthis costco charge looks fraudulent\treport_fraud\nyou saved my name how\tuser_name\ntell me what day it is\tdate\nis there a substantial credit limit on my visa\tcredit_limit\ntell me if there is an event called annual physical in my calendar\tcalendar\nwhat would your age be\thow_old_are_you\ni need a pancake recipe\trecipe\nhow much is my water and sewer\tbill_balance\nhas my supervisor approved my vacation\tpto_request_status\nclose out my account\tfreeze_account\nare you considered a bot\tare_you_a_bot\nhow much do you get when you roll an eight sided die\troll_dice\nlife has what meaning or what's the secret to it\tmeaning_of_life\ncan you get me more checkbooks for my southern account\torder_checks\ni want a good recipe that shows me how to bake chocolate chip cookies from scratch\trecipe\nreally great!\tthank_you\nwould you mind repeating that\trepeat\nset a timer for two minutes\ttimer\ncan you tell me what a septuagenarian is\tdefinition\nplease add this song to my jazz playlist\tupdate_playlist\ngrab me a new belt on amazon please\torder\nwould tio's be crowded at 7\thow_busy\nhow would you say can i borrow five dollars in portuguese\ttranslate\ngoing to work, will there be traffic\ttraffic\ncan you make an appointment for an oil change\tschedule_maintenance\nai, coin flip\tflip_coin\nhow do i get my paycheck direct deposited to my chase account\tdirect_deposit\nwhere do i get the tax form that i have to report to the irs\tw2\ni need to know what 25 times 38 is\tcalculator\ncurrent location please\tcurrent_location\nfrom now on, refer to me as chuck\tchange_user_name\nhow do i jump start a fiat\tjump_start\ntell me my visa's credit limit\tcredit_limit\ncall and make a 5:45 pm reservation for jason rogers, table for four\trestaurant_reservation\nwill i get charged extra if i use my card while in italy\tinternational_fees\nfind something fun for me to do in dallas\ttravel_suggestion\ni need a good italian dish\tmeal_suggestion\ni need you to roll a dice that has six sides and tell me what it lands on\troll_dice\nwhat's the current status of the credit card i applied for\tapplication_status\nwhat is the smallest amount i can pay on my tmobile bill\tmin_payment\nhow much did i spend this week\tspending_history\ndo you my name\tuser_name\ndoes hannahs in galloway take reservations\taccept_reservations\ngive me the 7 day forecast\tweather\nset up whisper mode\twhisper_mode\ntell me my usage of vacation days\tpto_used\nhow much longer until my credit card application is checked\tapplication_status\nwill you help me book a place to stay from monday to friday in pittsburgh\tbook_hotel\nthanks please\tthank_you\ncould be there be a good amount of money in my checking account to go on a vacation\tbalance\nwhat can i do in nashville\ttravel_suggestion\ntell me how many carry ons i can take on a flight with southwest airlines to dallas\tcarry_on\nhow many points do i have with my american express\trewards_balance\nis my 10am village inn reservation valid\tconfirm_reservation\nset a timer for 15 minutes\ttimer\nhow can i report fraudulent charges on my card\treport_fraud\nplay the next song instead\tnext_song\nget me an order of creatine powder\torder\ncan you tell me what my tire pressure is\ttire_pressure\nplease use a quicker rate of speech\tchange_speed\ntell me united's carry on policy\tcarry_on\nhey, how's it going\tgreeting\nare there any transaction fees associated with my navy federal card if i am in germany\tinternational_fees\ncan you tell me what your refer to me as\tuser_name\nhave my app for a new card been processed yet\tapplication_status\ndo i need a socket converter if i'm going to be in france\tplug_type\nhas my electricity bill increased this month how much\tbill_balance\nshow me the transaction on my car\ttransactions\nabsolutely\tyes\nplease show me a recipe for chili\trecipe\nwhat hour and minute is it\ttime\nadjust settings back to original factory settings immediately\treset_settings\nplease roll dice\troll_dice\nlas vegas timezone please\ttimezone\nwhat is the total number of days that i have taken off work since january\tpto_used\ndo you have any past-times\twhat_are_your_hobbies\nsearch for travel alerts for kenya\ttravel_alert\ngood morning, ai\tgreeting\nam i in need of an international visa to go to france\tinternational_visa\ni need a flight booked from dallas to miami on american airlines\tbook_flight\nwhere is your country of origin\twhere_are_you_from\nwhat are the top 10 ways to build my credit score\timprove_credit_score\ni want to request pto from november 7 to 11\tpto_request\ni would like to increase my bank of america credit limit, can you help me\tcredit_limit_change\nhow many days before my credit card arrives\treplacement_card_duration\nwhat amount of millimeters are in 50 kilometers\tmeasurement_conversion\nwill i be able to get to the mall at 5:00, or will there be a lot of traffic\ttraffic\nhow many miles until i get to the beach\tdistance\ni wanna know the balance of my bank of american account\tbalance\nwhat's the mpg for the car when it's on the highway\tmpg\nwhat is the interest rate at chase\tinterest_rate\nplease make a reminder\treminder_update\ni'd like to have my paycheck direct deposited to my chase account\tdirect_deposit\nx will be your name\tchange_ai_name\nchange the pin on my bofa account to 3892\tpin_change\nplease confirm my reservation at brio for theodore\tconfirm_reservation\nhow do i make sure my credit doesn't fall\timprove_credit_score\nhow can i request a new credit card\treplacement_card_duration\nhow do you spell water\tspelling\nhow much am i going to have to pay in federal taxes this year\ttaxes\nwhat is the exchange rate between us dollars and japanese yen\texchange_rate\nwhat potential hazards are there for going to spain\ttravel_alert\ni am curious about whether you have pets\tdo_you_have_pets\nwhere did you come from\twhere_are_you_from\ngive me a cool fact about puppies\tfun_fact\nlet me know what my credit score is today\tcredit_score\ni want my chase account blocked immediately\tfreeze_account\nconnect me with an uber\tuber\ni have a car payment that needs to be paid\tpay_bill\ndo i need a socket converter if i'm going to be in sweden\tplug_type\nget me an uber for 3 people uptown\tuber\ntell me a joke about elephants\ttell_joke\ncan i substitute bacon for sausage\tingredient_substitution\nany travel alerts for south korea\ttravel_alert\ngo ahead and close the reservation\tcancel_reservation\nset this to my factory settings\treset_settings\ni got to report fraudulent activity on my credit card\treport_fraud\ni need you to buy a mouse for me\torder\ncan you call my cellphone\tfind_phone\nreserve a table for four for tonight at 7 at the fatted calf\trestaurant_reservation\nwhat is an amazing trivia fact relating to 3d printing\tfun_fact\ntell me how to say, 'it is a beautiful morning' in italian\ttranslate\nwhat is the average of 54, 23, 43, 12, and 442\tcalculator\ntext my coworker for me and tell them the due date\ttext\ncould you connect with my phone, please\tsync_device\nspeak in dutch\tchange_language\nmake saound function operate in whisper mode\twhisper_mode\nhow cold is it in wisconsin today\tweather\ni accidentally put my credit card in the shredder\tdamaged_card\ncan you get a coin and flip it\tflip_coin\nchange the pin on my chase account to be 1234\tpin_change\nchange accent to british male\tchange_accent\nplease revert all settings to factory default\treset_settings\ni want to convert kilos to pounds\tmeasurement_conversion\nwhen will i get my next paycheck\tpayday\ni can't decide on dinner, what do you suggest\tmeal_suggestion\nsuggest a meal from italy to me\tmeal_suggestion\nwhat is this song called\twhat_song\ni want to get an uber for one person to go to the library\tuber\nwhat would you like to refer to me as\tuser_name\ncan you roll a die for me\troll_dice\nlet me know how much gas i have in total\tgas\ni get an error message when i try logging in to capital one that says i'm locked out\taccount_blocked\nare you one of my employees\twho_do_you_work_for\nwhat thoughts do you have about making dinnner tonight\tmeal_suggestion\nplease change the ai name for me\tchange_ai_name\nwhat type of plug do i need to bring if i visit japan\tplug_type\nmy list of reminders contains what\treminder\ni'd like to report my card as damaged, it's bent\tdamaged_card\nhow do i set up direct deposit to my bank of hawaii account\tdirect_deposit\ncheck how much pto i have left\tpto_balance\nplease abort the current task\tcancel\ni need an uber for 7 people to go to safire restaurant\tuber\nplease identify the name of the creator of this ai\twho_made_you\nplease change to the female voice\tchange_accent\nturn to whisper mode\twhisper_mode\nany clue as to if taco bell takes reservations\taccept_reservations\nwhat's the date tomorrow\tdate\nai locate my phone\tfind_phone\nwhat's the estimated travel time to get to dc via bus\tdistance\nhow do i change my credit limit\tcredit_limit_change\nhow do you make pot roast\trecipe\nwhat's a neat fact about twinkies\tfun_fact\nwhen will my car need new oil\toil_change_when\nyes sir\tyes\norder some new checks to replace the ones i ran out of\torder_checks\ndo i have anything on my calendar for march 2nd\tcalendar\nmy card is unusable because it's damaged\tdamaged_card\ninsurance benefit details\tinsurance\nhow do you make chicken noodle casserole\tingredients_list\nhow can i redeem my credit card points\tredeem_rewards\nput clean stovetop on my list of reminders\ttodo_list_update\nalert my bank and let them know that i'm travelling to china\ttravel_notification\nare there any transaction fee if i use my boston private card in scotland\tinternational_fees\nplease translate grocery into french for me\ttranslate\ncall sal\tmake_call\ncan someone look at my check engine light\tschedule_maintenance\ni need help cause my check engine light came on\tschedule_maintenance\nhow do i adjust my credit limit\tcredit_limit_change\nchange your language setting to chinese\tchange_language\nwhat is the credit card apr if you could fill me in\tapr\nmight be true, might be false\tmaybe\nwhat tune is this\twhat_song\ncan you suggest to me any meals from nigeria\tmeal_suggestion\ni gotta jump start my car\tjump_start\ncancel my 6:00 reservation at the cheesecake factory\tcancel_reservation\ncan you suggest any good meals from chicago\tmeal_suggestion\nit was lovely to speak with you, bye bye\tgoodbye\nhow do you use jumper cables\tjump_start\ni need to roll a 10 sided die\troll_dice\nwhat can i do to maintain good credit\timprove_credit_score\ni would like to change the name on my capital one account\tpin_change\nwhat items are on my shopping list\tshopping_list\nis it possible to make reservations at the new york restaurant\taccept_reservations\nhow do i set up direct deposit for my first national account\tdirect_deposit\nwhat's an interesting tidbit about rivers\tfun_fact\npost my gps coordinates to my facebook friends\tshare_location\nwhat what kind money is available in my bank accounts\tbalance\ni need an uber to the movies for me and 5 other people\tuber\nwhat kind of fuel does my vehicle run on\tgas_type\nshow me something funny about food\ttell_joke\nplease tell me if a coin flip lands on heads or tails\tflip_coin\ntell me what's in tacos\tingredients_list\nwhat is my pay\tpayday\nhow many points did i get on my discover card\trewards_balance\nif i take a flight on pan am to denver, how many carry ons are included\tcarry_on\ni decide to switch out of whisper mode\twhisper_mode\ni need to know what kind of gas to put in this car\tgas_type\nset up direct deposit\tdirect_deposit\nmy luggage is lost\tlost_luggage\non feb 3rd i changed my tires are they still good\ttire_change\ncancel my reservation for me\tcancel_reservation\nwhen did i last get my car tuned up\tlast_maintenance\nput dishes on to do list\ttodo_list_update\ni want you to connect to my handset\tsync_device\nwhich type of pet would you rather possess, a cat or a dog\tdo_you_have_pets\nhow much pto do i have\tpto_balance\ntell me when my next paycheck will be here\tpayday\nwhat does discretionary mean\tdefinition\nhow's my amazon order doing\torder_status\ni don't need toilet paper anymore; take it off my shopping list\tshopping_list_update\nwhat are all your pets\tdo_you_have_pets\nshare my location with mom, please\tshare_location\ni'm traveling to london soon and want to inform my bank\ttravel_notification\nis there a meaning to life\tmeaning_of_life\nis there a meeting room available between one and two\tschedule_meeting\nwhat is the location of my w2 that is needed for taxes\tw2\nsearch for the nearest expressway to the airport\tdirections\nhi what's up\tgreeting\nwhere are there current travel alerts\ttravel_alert\nhow about you tell me a joke\ttell_joke\ni need alarms set for 6am and 615am\talarm\nwhat's on the shopping list\tshopping_list\nhow is a vacation request done\tpto_request\ndoes this car get good mpg on the highway\tmpg\nhow many calories are in hamburgers\tcalories\nthat isn't the right answer\tno\nmy luggage was lost so what do i do\tlost_luggage\nthai food suggestions\tmeal_suggestion\nhow do i report a fraudulent charge on my visa\treport_fraud\nset an alarm for 9 tomorrow\talarm\nwhat's the total vacation days i've gone through\tpto_used\ncan you tell me the ai's name\twhat_is_your_name\nis a plug converter necessary in mexico\tplug_type\nthe word is happiness; how many a's can you find in that word\tspelling\nlet ben and jerry know where i am\tshare_location\nwhy are you talking so slowly\tchange_speed\nthe sticker on my card is peeling off\tdamaged_card\nhow much time before my new card is mailed to me\treplacement_card_duration\nhow much can i spend on my visa card\tcredit_limit\ncould you please get out of whisper mode\twhisper_mode\nam i able to order more checkbooks for my chase account\torder_checks\nmake a 10 minute timer\ttimer\ndisconnect from my device please\tsync_device\nhow long to washington dc on a bus\tdistance\nlets fin out some fun facts about humans\tfun_fact\ndo you mind if i ask your name\twhat_is_your_name\ni would like to have march 5th's 5k added to my calendar\tcalendar_update\nthank you\tthank_you\ngo over my shopping list with me\tshopping_list\nschedule a meeting room for friday at 3pm\tschedule_meeting\ntransfer $20000 from my savings account to checking account\ttransfer\nyou were born where\twhere_are_you_from\nset your name to hillary\tchange_ai_name\nspeed up your talking\tchange_speed\ni'd love to set an alarm\talarm\nwhere is the nearest arco gas station to macdonalds\tdirections\nnegate last command\tcancel\nwhat is the limit on my credit\tcredit_limit\ncheck my calendar for saturday\tcalendar\nim going to be in jamaica from october 4th until october 8th\ttravel_notification\nhow much is the total due for my pgw gas bill\tbill_balance\nremind me of the date of the event called 'anniversary dinner\tcalendar\nshould i bring my socket converter to england\tplug_type\nlook up my maroon 5 playlists; play it\tplay_music\nwhere can i see the routing number for bmo\trouting\nam i allowed carry ons for my flight with westjet to edmonton\tcarry_on\ni spent 34 dollars for 12 gallons of paint what is the average price for each gallon\tcalculator\nwhere is the nearest papa john's\tdirections\ni want an alarm set\talarm\nroll a pair of eight sided dice\troll_dice\nthe timer should have 10 minutes set to it\ttimer\nbring up my location\tcurrent_location\ni really want to know my todo list again thanks\ttodo_list\ntell me the current exchange rate between cad and euros\texchange_rate\ni want you to call me bailey\tchange_user_name\nwhat's my credit card's annual percentage rate\tapr\nwho is your maker\twho_made_you\nwhen's the electric bill due\tbill_due\ndisplay the routing number for account huntington\trouting\nlet me know what is on my reminder list\treminder\ncheck my visa account and see if i have enough money for dinner tonight\tbalance\nshow me my transactions on make up at sephora\ttransactions\ndo i have cleaning the counters on my to-do list\ttodo_list\nthat can't be true\tno\nwould you track my package\torder_status\ntell me the status of my day off request\tpto_request_status\ncount the number of the letter a in happiness\tspelling\ntell the kids where i am\tshare_location\ni need to know who is your boss\twho_do_you_work_for\nwhat do people think about the sandwiches at wendy's\trestaurant_reviews\nthe next holiday is when\tnext_holiday\nwhat vaccines do i need before i travel there\tvaccines\ni would like help moving money between accounts\ttransfer\ndo ai have hobbies and if so what are yours\twhat_are_your_hobbies\ntell me something funny about adulthood\ttell_joke\ni would like to know what my salary is at this time\tincome\nwho gave you your name\twhat_is_your_name\ncan you give me a french dinner suggestion\tmeal_suggestion\ncan i make an appointment for an oil change\tschedule_maintenance\nwhat is my spending limit on my mastercard\tcredit_limit\ndo that\tyes\nplease walk me through the steps necessary to rollover my 401k\trollover_401k\ncan you reset to factor settings\treset_settings\nare there meeting rooms available between 4-8\tschedule_meeting\ncan you tell me when my credit card application will be processed\tapplication_status\nhow are the reviews for pasta at assagios\trestaurant_reviews\nhow many items are on my todo list\ttodo_list\nwhat do you put in chili\tingredients_list\nhow long will my eggs be good for\tfood_last\nmake the settings go back to the original\treset_settings\ni don't know how to jump start my car, help!\tjump_start\ngo ahead and confirm my reservation for kevin at red robin\tconfirm_reservation\ni check my credit card company to see if my points are good to go\tredeem_rewards\nhow can up my credit limit\tcredit_limit_change\nhow many gallons do i have left in my gas tank\tgas\ni would like to apply for a new credit card\tnew_card\ntell me how old youare\thow_old_are_you\ni want an uber\tuber\nhow many calories are in vanilla ice cream\tcalories\nhow much is the current balance in my td bank savings account\tbalance\nwhat kind of items are on my shopping list\tshopping_list\ngive me instructions for changing the oil in a 2015 passat\toil_change_how\nwhat is the total number of pints in two quarts\tmeasurement_conversion\nhow to keep my credit up\timprove_credit_score\ntake $20000 from savings and put it in checking\ttransfer\nyesterday, my card was declined\tcard_declined\nwhat new credit card should i submit an application for\tnew_card\ninsurance benefits\tinsurance\ni'd like to start calling you jake\tchange_ai_name\nwhen did i get my last oil change\tlast_maintenance\nhow would i replace my oil and what sort of oil should i use\toil_change_how\nthe song on speaker is what\twhat_song\ntell me if i am able to rollover my 401k\trollover_401k\ndo i have enough gas to get home\tgas\nturn my drake playlist on\tplay_music\nplease play the song that goes like america the beautiful\tplay_music\nwhat subjects do you like\twhat_can_i_ask_you\ni would i say subway if i were english\ttranslate\ngas type needed for this car\tgas_type\nwhat timezone is new york in\ttimezone\nspecial thanks to you\tthank_you\nai, how old are you\thow_old_are_you\nhow many vacation days do i have saved up, please\tpto_balance\ni need to know when my electricity bill is due\tbill_due\nwhat is spanish for hello\ttranslate\ngive me a fun fact about kangaroo\tfun_fact\ni want you to address me in italian\tchange_language\ncancel the dinner reservation i made, okay\tcancel_reservation\nhow are my state taxes looking\ttaxes\nwhat do i need to get when i go shopping\tshopping_list\nroll a dice and give me a number from 1 to 6\troll_dice\nhow do applications for discover cards work\tnew_card\nwho is knocking\tsmart_home\nplease set my account as frozen\tfreeze_account\nwhat is my current fuel level\tgas\nwhat is my card's apr\tapr\nyoure a doll\tthank_you\nmake a purchase of doritos\torder\nwhat sorts of subjects do you know about\twhat_can_i_ask_you\nwhat's the current tire pressure of my tires\ttire_pressure\nmake sure my flower bar reservation is scheduled for tomorrow\tconfirm_reservation\nwhat is the best way to keep my credit score from going down\timprove_credit_score\ni need to delete my doctor's appointment scheduled for march 15th from my calendar\tcalendar_update\nwhat time is it right now in paris\ttime\ni need your name\twhat_is_your_name\nwhat reminders do i have\treminder\nput laundry on my chore list\ttodo_list_update\nreserve a table at tropicana for 5 people under the name martins for 8pm\trestaurant_reservation\ntell me now if you are a bot\tare_you_a_bot\nlet my bank know i'll be in ireland from may 01, 2019 to august 02, 2019\ttravel_notification\nhow is water spelled\tspelling\nset an alarm for 6am, please\talarm\ni have a fraudulent buy from dave's video on my account\treport_fraud\nthanks for talking\tgoodbye\nwhat was the date of the last time i took my car to the shop\tlast_maintenance\nlooking at the past month, what did i spend total\tspending_history\nwhat is playing\twhat_song\ni am wanting to know what song this is\twhat_song\nretrieve my current mpg on my car\tmpg\ntell me what the time is in dallas\ttime\nwhat's the amount of my income\tincome\ncan you help me hunt for my missing cellphone\tfind_phone\ndo you know the apr on my chase credit card\tapr\nhow can i find out what my tire pressure is\ttire_pressure\ntell me my visa limit\tcredit_limit\nwhat are the benefits associated with my insurance\tinsurance\nare you an ai or can you prove you're human\tare_you_a_bot\nwhere else do you work\twho_do_you_work_for\nnay\tno\ncan you help me plan a vacation\tpto_request\nstop speaking\tcancel\nwhat airlines have flights round trip on april 1st to april 7th from lax to sfo\tbook_flight\nwho is the one that made you\twho_made_you\ncan you tell me when our next day off is\tnext_holiday\nhow do you convert ounces to pounds\tmeasurement_conversion\nhow many milliliters are in 2 gallons\tmeasurement_conversion\nwhen is your birthday\thow_old_are_you\ni need to know how to jump start my car\tjump_start\nhas my credit card application been processed\tapplication_status\nhow long does it take to boil an egg\tcook_time\nwhats my bank accounts look like\tbalance\ncan you take carrots off my shopping list and add soda\tshopping_list_update\ntake tennis practice off my to do list\ttodo_list_update\nwill you summarize my health benefits\tinsurance\nwhat is my exact credit score\tcredit_score\nwhat are the calories in a cookie\tcalories\nput milk on my shopping list cause i'm out of it\tshopping_list_update\njust toss a coin\tflip_coin\nshow me my credit score please\tcredit_score\ni demagnetized my card and want to report it\tdamaged_card\ni would like to know the types of subjects are you familiar with\twhat_can_i_ask_you\nare the reviews good or bad for burger king\trestaurant_reviews\ndo you have a nickname\twhat_is_your_name\nlater gater\tgoodbye\ni have charges on my amex card i didn't make\treport_fraud\nwhat kind of gas do i put in my car\tgas_type\ncan i redeem my points on gas\tredeem_rewards\nwhere is the nearest k mart\tdirections\nskip to next track\tnext_song\nwhat is my ac set to right now\tsmart_home\ndo you have any information on how to open a new credit card\tnew_card\ni need to get a hotel in phoenix near chase field from january 4th to the 8th\tbook_hotel\ncan you help me find someone to look at my car's engine because the light is on\tschedule_maintenance\nhow do i get to the leaning tower by bus\tdirections\nwhat tasks have i yet to complete off my list\ttodo_list\ngive me a coin toss result\tflip_coin\nwhen's the ac bill due\tbill_due\ncant say\tmaybe\nassure my bank i really am going to california\ttravel_notification\nplay the song after this\tnext_song\ni need to pay my cable bill\tpay_bill\nstop calling me charlie and from now on always call me chip\tchange_user_name\ni want a timer set for 10 minutes\ttimer\ni lost my commerce card and need to report it as lost\treport_lost_card\nhow can i jump start my car if my battery is dead\tjump_start\nplease tell me when is the next holiday here\tnext_holiday\ni need to know the carry-on restrictions for united airlines\tcarry_on\nmaybe either\tmaybe\nplease take shoveling the car off my todo list\ttodo_list_update\ncan i change you name to gretchen\tchange_ai_name\ndo i have more than $100 in my pnc account\tbalance\ndo people say per se is any good or not\trestaurant_reviews\ni need you to cancel my reservation for smith's at 6:15\tcancel_reservation\ni would like to know who your boss is\twho_do_you_work_for\ni need you to order some more lysol for me,please\torder\nwhat's the time it takes to make a decent omelette\tcook_time\nplease add 456 and 781 for me\tcalculator\ncan you cancel that, please\tcancel\ncan you tell me the subjects you know best\twhat_can_i_ask_you\ni want to know if my vacation request has been approved\tpto_request_status\nhow much longer until my next day off\tnext_holiday\ncan i safely eat chicken that i've had in my fridge since monday\tfood_last\nmeeting room availability at 8:00 please\tschedule_meeting\ncan i use sharp cheddar instead of muenster\tingredient_substitution\nfrom now on, i want you to answer me using japanese\tchange_language\n\"\"\"please set 5 minute timer\"\ttimer\nmake a reminder to pay my cable bill today\treminder_update\nwhat health benefits do i have\tinsurance\nset alarm for 6am\talarm\ntell me how many a's are in magical\tspelling\nwhat gas does that car currently use\tgas_type\nwhere do i go to view the interest rate on my brighton account\tinterest_rate\nwill traffic be light on the way to orlando\ttraffic\ni would like information on the meaning of life\tmeaning_of_life\nid like to change your name to max\tchange_ai_name\ncosta mesa current weather\tweather\nplease read my shopping list\tshopping_list\nis my reservation set for john at bardenay\tconfirm_reservation\ni want to know my credit card apr\tapr\nwhat events do i have going on on march 11th\tcalendar\nhas anyone locked the door\tsmart_home\ndefine zesty\tdefinition\ndo i need a visa to spain\tinternational_visa\nscrap\tcancel\nwhen is the next time i should change my oil\toil_change_when\nwhat do you do when you're not working, for fun\twhat_are_your_hobbies\nat what point should the flight land\tflight_status\nopen bank app and show my most recent transactions\ttransactions\nwhat is delta's carry on policy\tcarry_on\ni would like to alter my insurance plan\tinsurance_change\ncan you tell me my routing number for summit\trouting\ni am going to need you to say that again\trepeat\nhelp me find a roundtrip flight for may 7th through the 20th from pittsburgh to chicago\tbook_flight\nconvert my credit card points to cash\tredeem_rewards\nhow is miami time zone like\ttimezone\ni would like to place an order for more checkbooks to me mailed to me\torder_checks\nhow long until my paycheck shows up\tpayday\ngive me the specifics on my federal taxes\ttaxes\nwhat do i need to do to look up my 1st republic account's interest rate\tinterest_rate\npause my account\tfreeze_account\nis my savings interest rate too low\tinterest_rate\nbook me a car rental between january 1st to january 3rd in denver colorado and id prefer a ford\tcar_rental\ntell me how to transfer my 401k\trollover_401k\ncan the 401k i have be rolled over\trollover_401k\ni need a pto request put in for the weekend of june 1st to june 2nd\tpto_request\nwhat are the steps required for making a vacation request\tpto_request\ndoes the central timezone include austin\ttimezone\ndoes sweden use the same kind of socket or do i need a converter\tplug_type\ndo you know how many calories are in a single chicken breast\tcalories\ni am not sure\tmaybe\nhas my order been shipped\torder_status\nhow can i know my current location\tcurrent_location\ncan you show me how to order some more checks for my chase account\torder_checks\ndo my tires need to be changed\ttire_change\nare there any places nearby i can rent a car at\tcar_rental\nplease give me my gps coordinates\tcurrent_location\nplease make a report that my card is split\tdamaged_card\nreservations for two need to be made using michael's name for 7:00pm at olive garden\trestaurant_reservation\ndoes bar tartine in san francisco take reservations\taccept_reservations\nadjust the volume to level 4\tchange_volume\ni need to share my location with noel\tshare_location\nstopped by target to get a mug but my card declines\tcard_declined\nset one alarm for 215pm and another for 7pm\talarm\nare there any good restaurants in nyc that serve barbecue\trestaurant_suggestion\nwho created your ai program\twho_made_you\ni want to pay my insurance bill\tpay_bill\nwhat is 5 in yen and rubles\texchange_rate\nwhat name do you use to talk about me\tuser_name\nwhat types of subjects do you know\twhat_can_i_ask_you\nwhich hotels in evans have good reviews\tbook_hotel\nwhat have i spent on food this month\tspending_history\nput a freeze on my account\tfreeze_account\ntell me if i can get a higher limit on my visa\tcredit_limit_change\nshow my my minimum payment for youtube\tmin_payment\nwhat can you do for me\twhat_can_i_ask_you\nwhy would a hold have been placed on my checking account\taccount_blocked\nwhat's the best way to make a broccoli salad\trecipe\nhow's the mpg for this on the freeway\tmpg\ni have to send a text\ttext\nhow many minutes should i set an alarm for this bake\tcook_time\ni need you to skip this song and play the next one\tnext_song\nhow do i check when my mortgage is next up for payment\tbill_due\ndo you have a list of ingredients that i'll need for blondies\tingredients_list\nit's definitely a maybe for that\tmaybe\nplease start whisper mode\twhisper_mode\nwhat's my vacation status\tpto_request_status\ni don't have checks, so can i get new ones\torder_checks\ndoes brooklyn have good italian restaurants\trestaurant_suggestion\nhow much have i spent on video games recently\tspending_history\ncan i swap cayenne pepper for black pepper\tingredient_substitution\ncan you show me how to change the oil in my car\toil_change_how\nmy american saving bank was stolen\treport_lost_card\ni need hot dogs added to my shopping list please\tshopping_list_update\ncall me an uber please, and make it for four people to go downtown\tuber\ncan you check what the problem with my account is, it seems to b e blocked\taccount_blocked\napply for a bank of america travel rewards credit card\tnew_card\nfind an uber xl to take me to the kroger near me\tuber\nread me my schedule for march 2\tcalendar\nlets play some music by korn\tplay_music\nso i have any vacation days left\tpto_balance\nhow would i say i'm not guilty if i were mexican\ttranslate\nhow far from our destination are we\tdistance\ni would like to cancel my reservations\tcancel_reservation\nin brooklyn, i need a hotel room for 4 from 3/15 until 3/20\tbook_hotel\ncould you please raise your volume\tchange_volume\nthis credit card's apr is what\tapr\nwhat is the least i can pay on my mortgage bill\tmin_payment\nduring what month will my card's expiration date fall on\texpiration_date\nwhat's the minimum payment on my credit card bill\tmin_payment\nrestate the last thing you told me\trepeat\nhow healthy is pizza\tnutrition_info\nhow often do you change your tires\ttire_change\nhow do i plan a vacation\tpto_request\nhow can i show noel where i am right now\tshare_location\nwhat's the definition of analogy\tdefinition\nadd the current song to my favorite playlist\tupdate_playlist\nwhat is the status of my order\torder_status\nwhen is too late to pay my cable bill\tbill_due\nis it possible to rent a car from laguardia from tuesday to friday\tcar_rental\nhow long before i get to dallas , in time, not miles\tdistance\nadd song to media playlist\tupdate_playlist\nwhat day is my telephone bill due\tbill_due\ni want to find a new credit card to sign up for\tnew_card\ni broke my card scraping snow off the windshield\tdamaged_card\nneed airplane ridge from philadelphia to atlanta leaving on the 5th of june and returning on the 8th of june\tbook_flight\nwhat do i have scheduled on march 2nd on my calendar\tcalendar\nhow many people go to chili's around 9pm\thow_busy\nwho were you made by\twho_made_you\ndo i have to file a tax form\ttaxes\ni'd like to change the pin on my savings account, please\tpin_change\nwhat's traffic usually like around 5pm going to the bank\ttraffic\nhow much pto do i have used up\tpto_used\nhow many days of vacation do i have left\tpto_balance\ndo not complete the task that i gave you\tcancel\nwhat benefits do i get from insurance\tinsurance\nwould you let me know the status of my american airlines flight\tflight_status\ni would like you to remind me to do something\treminder_update\ni would like to apply for a credit card\tnew_card\ni want to pay my amazon credit card but i need to know the last few transactions\ttransactions\ndo i need some vaccinations or anything if i'm going to eastern europe\tvaccines\nwhen will i need another oil change\toil_change_when\ntimezone in salt lake city\ttimezone\nwhere's my package right now\torder_status\ndo i need a us visa for cuba\tinternational_visa\nat the moment what is the time\ttime\nwhat's the amount of points i have earned with my discover card\trewards_balance\nshow me the last five transactions\ttransactions\nget me a meeting room for 9am on friday\tschedule_meeting\ntire pressure please\ttire_pressure\nwhat kind of entertainment is available in chicago\ttravel_suggestion\nwill you be sure to add this current song to my sleep playlist\tupdate_playlist\ni really would like to add hey jude by the beatles to my playlist\tupdate_playlist\nwhat's the nutritional value for a pizza lunchable\tnutrition_info\nit is true\tyes\ntimezone of cuba\ttimezone\ndoes germany have any travel alerts i should be aware of\ttravel_alert\nis new this a good insurance plan for me\tinsurance_change\nno thank you\tno\nhow much money did i spend this weekend\tspending_history\ni'm lost, can you tell me where i am\tcurrent_location\ntv on turn\tsmart_home\ncan you help me with my pin number\tpin_change\nnoodles need to cook for how long\tcook_time\ni need for you to tell me what is on my shopping list\tshopping_list\nhow long until my visa expires\texpiration_date\nwhat would the interest rate at wells fargo be\tinterest_rate\nwhat's the nearest starbucks\tdirections\non flight america airlines in o'hare lost luggage\tlost_luggage\nwill you please slow down your voice\tchange_speed\nwhen am i paid or how often\tpayday\ncreate an alarm for me\talarm\ntell my bank i am taking a trip to brazil from june 1st to july 1st\ttravel_notification\ntell me the next holiday\tnext_holiday\ni'd like an italian meal suggestion\tmeal_suggestion\nmy utility bill is coming due and i need a loan\tpay_bill\ni need a routing number\trouting\nin what year were you born\thow_old_are_you\ndid my chase card application go through yet\tapplication_status\nput a reminder on the calendar to buy a gun on march 1st\tcalendar_update\ncan you call russell\tmake_call\nhow is my name listed\tuser_name\nis traffic good or bad at 9:00 on the way to detroit\ttraffic\nwhat is our purpose in life\tmeaning_of_life\nremove celebrate anniversary from my calendar\tcalendar_update\ntomorrow, what will the date be\tdate\nhelp me, i forgot my pin number\tpin_change\nwhat's the name of this song\twhat_song\nwhat ingredients are in cake\tingredients_list\ni have to have a text sent\ttext\nwhat is the last date of service on my car\tlast_maintenance\nprovide me the routing number for my fed account\trouting\ncheck for why is my bank account frozen\taccount_blocked\ni wanna pay my cable bill from my checking account\tpay_bill\nwhere do i get the tax form that shows my wages\tw2\nwhat's the current timezone in barcelona\ttimezone\ntext someone\ttext\nplease let me know what is on my shopping list\tshopping_list\nnext song please\tnext_song\nwill flight dl123 be on time\tflight_status\nwhat do i do to request a vacation\tpto_request\ndo i need to get any shots before i travel to zimbabwe\tvaccines\nwhat is the status of my vacation request\tpto_request_status\ni want to know my routing number please\trouting\nplease turn my account to frozen\tfreeze_account\nbananas expire in how long\tfood_last\ndo you own any pet at all\tdo_you_have_pets\nis vacation a go\tpto_request_status\nplease set a timer for 20 minutes\ttimer\ntell me today's date\tdate\nhow many miles before i need my tires changed\ttire_change\nthe current time\ttime\nwhen is my flight going to arrive\tflight_status\ncan i have a 2 sided dice\troll_dice\nlets hear an interesting fact about funko pops\tfun_fact\nset my alarm for six tomorrow morning\talarm\nplease cancel your present task\tcancel\nreport my lost visa card\treport_lost_card\nwhat are the weather conditions like in seattle\tweather\nwhat do you do for hobbies\twhat_are_your_hobbies\nby what name people call me\tuser_name\nwhen is my electric bill due\tbill_due\ni want you to talk more quickly\tchange_speed\ncould you teach me how to jump start a car\tjump_start\nwhat is my current location that you see right now\tcurrent_location\nwho's your creator\twho_made_you\nthanks for the help\tthank_you\nhowdy, what's new\tgreeting\ngive me a cool fact about lsd\tfun_fact\nno that isn't right\tno\ndoes the restaurant michael's take reservations\taccept_reservations\ncould i perhaps increase by credit limit by 500 dollars\tcredit_limit_change\nis it safe to travel to iceland\ttravel_alert\ncan you assure me i have a table at taco bell at 7pm\tconfirm_reservation\nhow do i let my bank know i'm going to vietnam\ttravel_notification\ncan you put a block on my chase account right away\tfreeze_account\ngive me a fun fact about otters\tfun_fact\nlater!\tgoodbye\nis it possible to take an uber to burger king\tuber\nhow many calories are in powdered donuts\tcalories\nshow me the ingredients that i need for ceviche\tingredients_list\nsend sal a text and tell them thanks\ttext\nhow do i check my rewards for my gold card\trewards_balance\nadd mom's birthday to my calendar on april 12\tcalendar_update\ncan you make a note for my next oil change\toil_change_when\nai, address me as deb when speaking to me\tchange_user_name\ncan i drink milk i've kept in the fridge since wednesday\tfood_last\nwhat kind of hobbies are you interested in\twhat_are_your_hobbies\ncould steak be used instead of chicken\tingredient_substitution\ncan you please talk faster\tchange_speed\ncan you help me increase my credit limit\tcredit_limit_change\nplease tell me my spending limit\tcredit_limit\nset the alarm to go off at 9 tomorrow\talarm\nmarch 20th through the 22nd, please book me a hotel room in manhattan big enough for 10 people\tbook_hotel\nhow much money do i have in my account\tbalance\nchange the accent you're using\tchange_accent\ncan you call alexa\tmake_call\nset up a meeting with frank at 2pm\tschedule_meeting\nhow long will it take to fix shepherd's pie\tcook_time\nso are you human\tare_you_a_bot\nmy car's tires are due to be looked at, can you help me get an appointment for that\tschedule_maintenance\ncan you order everything on my shopping list\torder\nwho controls you\twho_do_you_work_for\ni need a recent transaction looked into\ttransactions\nhow many gallons do i have left\tgas\nthe information is wrong\tno\ni saw suspicious activity on my bank account\treport_fraud\ncan you help me book a bmw suv for march 2 to 6th, dallas texas\tcar_rental\nwhat should i do if my car battery is dead\tjump_start\ncan you tell me the status of my credit card application\tapplication_status\nset reminder pay taxes on monday\treminder_update\ntake lunch off my calendar on the 3rd\tcalendar_update\nwhen does the current billing cycle end\tbill_due\nwere you made here\twhere_are_you_from\nyou sound like a bot\tare_you_a_bot\nit was nice to converse with you\tgoodbye\ni want to listen to another song\tnext_song\na volume of 4 is ideal please\tchange_volume\nwhat's your place of manufacture\twhere_are_you_from\ncan you find me a recipe for cheese cake\trecipe\ngive me some options on what to cook for dinner\tmeal_suggestion\nwhat was that last thing you said\trepeat\ni need to know how you are doing today\tgreeting\nswitch the pin on my visa account\tpin_change\nshould i have my shots up to date before i travel to the virgin islands\tvaccines\nwhat's a good place to go to for food around here\trestaurant_suggestion\nwhy did my card get declined at public when i was trying to buy food\tcard_declined\nwhen is my next paycheck due\tpayday\non what day is our next day off\tnext_holiday\ntell me how you're made\twhere_are_you_from\nwhen should i change this oil\toil_change_when\ncan you give me an appraisal of my card's apr\tapr\nplease use male voice instead\tchange_accent\nwhat is the definition of zesty\tdefinition\nread my reminders please\treminder\ni apprecaite the help from you\tthank_you\nhow much time will riding the bus to downtown take\tdistance\nwhat do i need to make spaghetti\tingredients_list\nam i supposed to attend any meetings today\tmeeting_schedule\nwould you say that you know who your boss is\twho_do_you_work_for\nwhat is that tax form that shows my wages and where do i get it\tw2\nwhen did my car get serviced last\tlast_maintenance\nwhat other names can i give you\tchange_ai_name\ni want to make a reservation for 8 pm at red robin for 3\trestaurant_reservation\nhow long will it takes to get a new credit card\treplacement_card_duration\napples expire in how long\tfood_last\nwhich type of gas should i get\tgas_type\nsearch for chili recipes\trecipe\ngive me a reminder for calling bill\treminder_update\nplease tell me how curiosity is spelled\tspelling\nis there anything you like to do in your free time\twhat_are_your_hobbies\ni have to roll over my 401k to a new account and i don't know how\trollover_401k\nwhat do you put in avocado dip\tingredients_list\nwhat's the transaction fee for my boa card in orlando, fl\tinternational_fees\ncan you see if i can get a higher limit on my discovery card\tcredit_limit_change\ntake lunch with steven off of my calendar\tcalendar_update\ngo to the next song on the playlist\tnext_song\nis a socket converter necessary if i'm travelling to london\tplug_type\nhelp, i lost my luggage\tlost_luggage\nplease tell me if you are a bot\tare_you_a_bot\nhow often should i replace my tires sense i replaced them on 2/21/17\ttire_change\ni would like to make a call to sal\tmake_call\nwill it rain today\tweather\nwhat's the typical lag time in receiving a new credit card when your previous one was lost\treplacement_card_duration\ntell me the meeting schedule for the day\tmeeting_schedule\nwhat are my gps coordinates right now\tcurrent_location\nplease tell me the minimum amount i can pay on my wells fargo credit card\tmin_payment\ndelta has too many carry-on restrictions! do you know them\tcarry_on\ndo you have my name programmed\tuser_name\nto visit cambodia, do i need an international visa\tinternational_visa\ncan you tell me the mpg of this car\tmpg\nhow do you know if your oil needs changed\toil_change_when\ngood bye then\tgoodbye\ntell me how long milk stays good in the fridge\tfood_last\nrepeat that\trepeat\nare there any mandatory shots that i must get before my trip to jamaica\tvaccines\nyou should talk faster\tchange_speed\nwhat things do you know about\twhat_can_i_ask_you\nname a few good steakhouses in chicago\trestaurant_suggestion\nthe song on speaker is what like\twhat_song\ni haven't heard if my request for time off for vacation has been approved , can you get an update for me\tpto_request_status\nplease make sure oranges are on my shopping list\tshopping_list_update\nas my visa got a high enough limit on it\tcredit_limit\ncan you let me if zeus accepts reservations\taccept_reservations\ngo ahead and give me a suggestion for what to make for dinner\tmeal_suggestion\ni would like to know if i can put a pto request in for march 19 to march 20\tpto_request\nwhat place were you born\twhere_are_you_from\nplease use whisper mode\twhisper_mode\nwhat company designed you\twho_made_you\ni didn't catch that\trepeat\nwhat is the derivative of x squared plus 5\tcalculator\nhow can i figure out my interest rate for my umpqua account\tinterest_rate\nturn on metallicas greatest hits\tplay_music\nwhat's the facts about nutrients in rice milk\tnutrition_info\nhow long will it take to be seated at the flying w\thow_busy\nwhat do i earn from my job\tincome\nwhere's your place of birth\thow_old_are_you\nwhat is our purpose here on earth\tmeaning_of_life\ndo you know any fun facts about the ocean\tfun_fact\nhave i set aside a time on my to do list to do my taxes\ttodo_list\nwill you please get my furnace turned on\tsmart_home\nwhat kind of weather is there\tweather\ncould you insert broken by evanescence to my music\tupdate_playlist\nwhat is the distance to austin city limits from my hotel , the holiday inn at austin\tdistance\nhow do i relocate my 401k\trollover_401k\nplease help me find my cellphone\tfind_phone\ncreate a reminder to change my oil\treminder_update\nplease try to confirm my reservation for jim at barney's\tconfirm_reservation\ni want to set your name to gaffigan\tchange_ai_name\nhow do i change my current insurance to a new plan with lower co-pay\tinsurance_change\ngive me my income\tincome\ncan we talk in french\tchange_language\nyes that is right\tyes\n"
  },
  {
    "path": "data/clinc/test.tsv",
    "content": "text\tlabel\nis there another person you work for\twho_do_you_work_for\ndoes tartine in san francisco take reservations\taccept_reservations\nwhat is the traffic like on the road to downtown dallas\ttraffic\nwhat do you think the meaning of life is\tmeaning_of_life\nwhat is the square root of 80\tcalculator\nis the friday's full after 4\thow_busy\ni'm going to need an uber for 4 people to go to patty's bar\tuber\nplace an order for my entire shopping list\torder\nwhat is the traffic like on the way to town\ttraffic\nplease spell doctor\tspelling\ntell my bank i'm in canada the entire week of the 6th to the 13th\ttravel_notification\ni need help with some fun tourist things to do in tokyo\ttravel_suggestion\nplease remind me at a later time\treminder_update\nwhat specific health plan do i have\tinsurance\ncan i harm my credit if i miss a car payment\timprove_credit_score\nplease call mark\tmake_call\nwill my 401k rollover or not\trollover_401k\ndoes chili's have good reviews\trestaurant_reviews\ndo you know when my next electric bill is due\tbill_due\ni need to make sure there is a reservation for george at connor oneil's\tconfirm_reservation\nwhat day is the cable bill owed on\tbill_due\nlets do a coin toss\tflip_coin\nwhat organization created you\twho_made_you\ni want you to change the ai name\tchange_ai_name\ntell me about the weather today\tweather\nwhere can i locate my routing number for chase please\trouting\nwhy wouldn't nordstrom accept my card\tcard_declined\ncount the number of vacation days i've taken and tell me\tpto_used\nwhat are some popular tourist activities in mexico city\ttravel_suggestion\ni'd like for you to make sure my reservation is there for charlie's under jack\tconfirm_reservation\nmy card is impaired and i can't use it\tdamaged_card\nis traffic bad on the parkway\ttraffic\nwas my application approved or not for a credit card at chase bank\tapplication_status\nhas the application for my american express been processed yet\tapplication_status\nhow much did i spend on gas last week\tspending_history\nthe sauce must simmer then go in the oven but for how long\tcook_time\nspell: dessert\tspelling\nroll an 8 sided dice\troll_dice\ntell me how to convert grams into ounces\tmeasurement_conversion\nhow many kilos are in 20 pounds\tmeasurement_conversion\nplease place this track on my driving mix\tupdate_playlist\nhow do i freeze my bank account\tfreeze_account\ni need to know the name of my current location for the tow truck\tcurrent_location\ndo you know if benihana does reservations\taccept_reservations\ni wanna know where the w2 is\tw2\nwalk me through the process of transferring my 401k\trollover_401k\ni need a reminder to give the dog his medicine at ten tonight\treminder_update\nis it ok if i start speaking to you in german\tchange_language\nwhen was the car last services\tlast_maintenance\nhow to create a new aaa insurance plan\tinsurance_change\ncan you tell me denver's timezone\ttimezone\ndo you like cat or dogs\tdo_you_have_pets\nthank you for the heip\tthank_you\nwhat's the title of this\twhat_song\ncan you move to the next song\tnext_song\nare there restrictions for carrying lighters in my backpack on a plane\tcarry_on\nwhat interest rate is us bank giving me on my acount\tinterest_rate\nhow many calories are found in bagels\tcalories\nwho developed your internal code\twho_made_you\ni want you to add cleaning the toilet to my to do list\ttodo_list_update\ni must change your name to amanda\tchange_ai_name\nhow can i make chicken pot pie\trecipe\nfind a hotel with great reviews in san francisco\tbook_hotel\nwhat day am i off next\tnext_holiday\ngo ahead and roll the 6 sided dice for me\troll_dice\ni gotta change my pin number for my debit account\tpin_change\nis an international visa needed to go to cyprus\tinternational_visa\norder all of my shopping list\torder\nhow are people liking the sushi at yakamoto\trestaurant_reviews\ni need you to tell my what my routing number is for my first county account\trouting\nturns out i made a fraudulent transaction\treport_fraud\ndoes the steakhouse on main st take reservations\taccept_reservations\nlower your volume\tchange_volume\nthanks for letting me know\tthank_you\nwhere is my delivery order\torder_status\ni say negative\tno\nchange the ai name\tchange_ai_name\nclear my calendar for may 3rd\tcalendar_update\ni would like to know more about getting a new credit card\tnew_card\ndoes long horns do reservations\taccept_reservations\ncheck: car gas mileage\tmpg\nwhat does my federal tax return look like\ttaxes\nhave i been spending a lot on food lately\tspending_history\nput a tire inspection on my schedule please\tschedule_maintenance\nby what nym do you think of me\tuser_name\nhow much money do i make from work\tincome\ncan you convert 2 inches into meters\tmeasurement_conversion\ni wanna change your name to audrey\tchange_ai_name\ntell me the currency conversion rate from kurus to euros\texchange_rate\nfind a good recipe for meatloaf\trecipe\nhow far is the grand canyon from my current location in phoenix, az\tdistance\ndo i have anything scheduled on my calendar for next tuesday\tcalendar\ni can't use my damaged card\tdamaged_card\nassist me in getting a car rental\tcar_rental\nget me my slow sounds\tplay_music\nif my credit card was stolen, how long will it take to replace\treplacement_card_duration\nwhere do i go to get my w-2\tw2\ni need to set up a direct deposit\tdirect_deposit\nwhat can you be asked about\twhat_can_i_ask_you\nwhat kind of hobbies does the ai have\twhat_are_your_hobbies\ni can not use my card since it is damaged\tdamaged_card\ndo you know when the best time for me to change my tires next would be\ttire_change\ni need to tell you about my lost card\treport_lost_card\nwhat are the recommended shots to get before i travel to south korea\tvaccines\nwhat date is tomorrow\tdate\nfor how long does this need to cook\tcook_time\nhow would i say i must be going now if i were german\ttranslate\nwhat is the minimum i can pay for my electric bill\tmin_payment\ncan you put in a pto request for the 5th of june to june 8th\tpto_request\ntell me my car's gas mileage please\tmpg\ndoes ihop have a lot of business around 7 am\thow_busy\nspeak back to me what's on my reminder list\treminder\nwhy is my checking account not working\taccount_blocked\nhow do i order some more checks for my navy federal account\torder_checks\ngo ahead and order everything on my shoping list\torder\nhow much do i make per day\tincome\nwhat's london's timezone\ttimezone\nplease scratch my march 1st meeting off my calendar\tcalendar_update\nwhere should i look for my credit card expiration day\texpiration_date\nare you a bot or a person\tare_you_a_bot\nhow much have i spent on bills recently\tspending_history\nare my tires good on pressure\ttire_pressure\nset the oven temperature to 350\tsmart_home\nwhat's the way to cash in my rewards for my citibank card\tredeem_rewards\nhow can i obtain new insurance, please\tinsurance_change\nhow do you make blue cheese dressing\trecipe\nwould i be able to put in a pto request for march 21-26\tpto_request\ni want you to tell me the minimum i can pay on my rent bill\tmin_payment\ncan you set an alarm for seven fifteen for tomorrow\talarm\nrepeat my to do list\ttodo_list\ndo i already have cereal on my shopping list\tshopping_list\nhow many ts are in tethered\tspelling\nmy visa has what limit\tcredit_limit\nthat's not true\tno\nhow can i go about jump starting my car\tjump_start\nhow much do my bills cost this month\tbill_balance\nwill you tell me my bank balance\tbalance\ni will be in uruguay from january to august, please let me bank know\ttravel_notification\ncan you tell me if zeus does reservations\taccept_reservations\ni need for you to remove milk from my shopping list and add bread\tshopping_list_update\nwhat is the most time i can keep a burrito frozen for before it's no good to eat\tfood_last\ntell me who made you\twho_made_you\nwhat's the procedure to apply for a new credit card\tnew_card\nchange the name that you call me\tchange_user_name\nwhisper mode\twhisper_mode\ni need to know what the most recent update is on the status of my online purchase\torder_status\nwhat time is my meeting with design team scheduled for\tmeeting_schedule\nhave i been spending a lot on shoes lately\tspending_history\nlas vegas is in what timezone\ttimezone\nthey call me john\tchange_user_name\nis there somewhere my personal loan displays the interest rate i'm paying on it\tinterest_rate\nhow many calories are in a piece of bacon\tcalories\ndecrease volume to 4\tchange_volume\nif i go to evans, what should i do\ttravel_suggestion\nplease can we speak in dutch\tchange_language\nplease set two alarms, one at 12 pm and the next at 1 pm\talarm\nplease cancel what you are doing, i've changed my mind\tcancel\nwhat is the minimum i can pay on my insurance bill\tmin_payment\ncan you help me tell what my starbucks rewards balance is\trewards_balance\nhow do i set up my direct deposit\tdirect_deposit\nare more shots needed to travel to argentina\tvaccines\ncan you do a british male accent\tchange_accent\nwhat is the year to date total on my vacation days\tpto_balance\nwhat's the expected calorie load of a peanut butter and jelly sandwich\tcalories\nfind out for me why is my bank account frozen\taccount_blocked\nremind me of what i asked you to remember\treminder\ntime to replace my credit card\treplacement_card_duration\nwhat interest rate am i getting from wells fargo\tinterest_rate\nhow can i transfer my 401k\trollover_401k\nplease tell me my todo list\ttodo_list\nflip me a coin\tflip_coin\nwhat do you think will be the result of my federal tax return\ttaxes\ni want to cancel my reservation for network to xaga such\tcancel_reservation\ndo you know why my account appears to be blocked\taccount_blocked\nwhat is the full date after today\tdate\ni want to set a timer\ttimer\nwhy is my luggage not here\tlost_luggage\nare you a real human\tare_you_a_bot\nwhat's the status on my vacation days\tpto_balance\nlet me know what is showing on my calendar for the 17th of march\tcalendar\ngive me the time left before i get to the hotel\tdistance\ntell me the exchange rate between here and country b\texchange_rate\nput in a request for cashing in credit points\tredeem_rewards\nadd clean the bathroom to my task list\ttodo_list_update\nhas there been any notice that my card app has been looked at\tapplication_status\nwhat is the weather outlook for seattle\tweather\nwhat step should i take next if i lost my luggage\tlost_luggage\nyou have my gratitude\tthank_you\ni need you to pair with my phone please\tsync_device\nwhats the title of this song\twhat_song\nwhat's my current tire pressure\ttire_pressure\ndo you work for anyone else\twho_do_you_work_for\nhow should i refer to you\twhat_is_your_name\nno, that is invalid\tno\ni would like to get a new credt card\tnew_card\ni have to add farm trip to my calendar for friday\tcalendar_update\ndo i meet with joan today\tmeeting_schedule\ndo i have enough funds in my card\tcard_declined\ni want you to be in whisper mode now because i am in the library\twhisper_mode\nhow much gas is in my tank\tgas\ni need you to call michael at home\tmake_call\nhow many miles per gallon do i get\tmpg\ni'm grateful to you\tthank_you\nreset the factory settings please\treset_settings\nare you ai, or a person\tare_you_a_bot\nhow does one go about setting up direct deposit\tdirect_deposit\nam i able to redeem my credit card points for an amazon gift card\tredeem_rewards\ncan you confirm my reservation for jaime at red lobster\tconfirm_reservation\nscrap reservation at 4 for red robin\tcancel_reservation\nhelp me find a car to rent\tcar_rental\nset a reminder for me to call my brother at 8 pm\treminder_update\ntransfer seventy dollars between national and citizens accounts\ttransfer\nfor my water and electricity, how much is the bill\tbill_balance\nanswer me in french\tchange_language\nsend the order for my entire shopping list\torder\nwhat are the big tourist sites in sweden\ttravel_suggestion\ncan you give me a vietnamese dinner suggestion\tmeal_suggestion\nis the restaurant busy at lunchtime\thow_busy\ni would like you to give me a suggestion for a mexican meal\tmeal_suggestion\nis my gas tank full or empty\tgas\nwhat's the apr of my discover card\tapr\nwhat's the limit for my credit\tcredit_limit\ni want the speaker to be louder please\tchange_volume\nhow long are eggs good for\tfood_last\nhow's it going right now\tgreeting\nhow long does it take to replace a stolen credit card\treplacement_card_duration\nhow long is it going to be until my card expires\texpiration_date\ni missed that, say it again\trepeat\ncan i increase the credit limit for my american express card\tcredit_limit_change\nreport fraudulent activity on my credit card now\treport_fraud\nwhat timezone is boston in\ttimezone\nshould i take my car to a maintenance\tschedule_maintenance\ni need my credit score\tcredit_score\ni need $360 transfered from savings to checking account\ttransfer\nwhat additional fees do you charge if i use my card in lisbon\tinternational_fees\nwhat's the nutritional info for a cheeseburger\tnutrition_info\ndoes bank of america give credit cards to people like me\tnew_card\nare more than one carry on allowed at klm\tcarry_on\nview my transactions for the last week\ttransactions\ntell me a fun fact about butterflies\tfun_fact\nvolume to 4\tchange_volume\nwhat is 3 to the 6th power\tcalculator\nspell aaron for me\tspelling\ncan you check and see i have a reservation under alex for bon apetite\tconfirm_reservation\nwhat is 592 minus 124\tcalculator\ncould you help me find the interest on my chase account\tinterest_rate\ncan you check if my application for a discovery card has been looked over yet\tapplication_status\nhow many gallons of gas are in my car\tgas\nwhat do you do after work\twhat_are_your_hobbies\nis it possible for a hotel to be booked by you for me in afghanistan at the zoo for the 10th to the 15th\tbook_hotel\ni need to report a bent card\tdamaged_card\ndoes the national card have international transactions fees and how much\tinternational_fees\ni need to know what my to-do list is looking like\ttodo_list\nstatus of my request for vacation\tpto_request_status\nwhere can i get the employment form i need to do my taxes, please\tw2\nhow long before my amex card expires\texpiration_date\nmy card was declined at the casino and i'm wondering why\tcard_declined\nwhat will traffic be like nearest the george washington bridge, new york\ttraffic\nwhat benefits are available with my insurance\tinsurance\nhow high is my credit score\tcredit_score\nmay i increase my credit limit by 500 dollars\tcredit_limit_change\nadd meeting with carla to my schedule for july 4\tcalendar_update\nare tomatoes on my shopping list\tshopping_list\nis it true that opening a new account can decrease your credit score\timprove_credit_score\ntranslate hello to english\ttranslate\ncan i start calling you dave\tchange_ai_name\ncheck my to do list to see if jewelry repair is listed\ttodo_list\ndo i have graham crackers on my shopping list if not please add it\tshopping_list_update\nhow much do i need to pay in tax\ttaxes\nwhat's the location where i am\tcurrent_location\nset up a new reminder to alert me when it's time to put the trash out\treminder_update\nwhat is my apr rate\tapr\ni want to hear your best joke\ttell_joke\nhow do i change the name you came with to something else\tchange_ai_name\nwould you let me know what date it will be in 3 days\tdate\ni want to reserve a convertible from july 2nd through july 18th for los angeles\tcar_rental\ncan you tell me how to figure out my current location\tcurrent_location\nflip a coin, i call tails\tflip_coin\nwhere should we eat tonight\trestaurant_suggestion\n\"\"\"disable my card account and contact company to report fraudulent activty\"\treport_fraud\ni need to know if capones does reservations in trenton\taccept_reservations\ntell me something funny about rats\ttell_joke\nwhere is the closest mcdonalds\tdirections\nwhat do you think would be a good dinner\tmeal_suggestion\ncalculate the amount of gas i currently have\tgas\nwhat's the total amount i've spent eating out in the last two weeks\tspending_history\ncan you tell me your place of origin\twhere_are_you_from\nyep\tyes\nwhen should i change my oil\toil_change_when\nprovide me the number of vacation days i have\tpto_balance\nat what time will my flight land\tflight_status\nplease book a car for me in ho chi minh\tcar_rental\ni need to know the pin number to my card\tpin_change\ngive ann and scott my location\tshare_location\nwhat location can i get a w2 from\tw2\nis flight dl123 coming in on time\tflight_status\ncan the funds in my wells fargo account cover my lift tickets\tbalance\nwhere did you used to live\twhere_are_you_from\ndoes burger king accept reservations\taccept_reservations\ntell me what the interest rate is on my personal loan through chase\tinterest_rate\ngod's plan will be added to my new playlist\tupdate_playlist\nwhat is the balance on my bills\tbill_balance\nplease delete my todo list\ttodo_list_update\nif i fly on virgin to chicago, how many carry ons can i take\tcarry_on\nwho would you say you work for\twho_do_you_work_for\nhow much money was deposited to my bank account from my employer this month\tincome\nplease help me book a place to stay in pittsburgh from monday to friday\tbook_hotel\nlisten i need to get a reservation for , me and teresa at georgetown cafe on tuesday at 7:00 pm\trestaurant_reservation\nput volume at 4\tchange_volume\nwhat do you have for my name\tuser_name\nhow much will my state taxes be\ttaxes\ndoes kenya have any travel alerts right now\ttravel_alert\nwhat was the date of my last paycheck\tpayday\nsiri, tell me where my iphone is\tfind_phone\nhow's the air pressure in my tires\ttire_pressure\nhow long can i keep pork in the freezer for before it gets freezer burnt\tfood_last\nwhat is the balance on my visa\tbalance\ntell me what is on my reminder list\treminder\nhow much is my maximum to spend on credit cards\tcredit_limit\ni couldn't say either could be possible\tmaybe\ni'd like to know how to spell cemetary\tspelling\nwhat are the international transaction fees on my amex\tinternational_fees\ni want to know how nutritious an avocado typically is\tnutrition_info\nmake a pto request from dates may 3 to 9\tpto_request\ncheck with my bank to see why my account is frozen\taccount_blocked\nstart playing my black metal playlist\tplay_music\nlet cora and nancy know were i am now\tshare_location\nif you have hobbies tell me some of them\twhat_are_your_hobbies\nhow do i use my card reward points for my next flight\tredeem_rewards\nhow do i prevent my credit score from dropping\timprove_credit_score\ngo faster\tchange_speed\ni need your help to pay my gas bill\tpay_bill\nare there travel alerts for the us\ttravel_alert\nwhat is needed to cook lasagna\tingredients_list\nwhat's there to do in seattle\ttravel_suggestion\nis it acceptable to swap rice for quinoa\tingredient_substitution\nill see you around\tgoodbye\ncan you tell me the time\ttime\nwhats going on with my day off request\tpto_request_status\nwhat will i need to make lasagna\tingredients_list\ni submitted my order is there any updates on it yet\torder_status\nhow do i order more checkbooks for my well's fargo account\torder_checks\ngive adam my gps coordinates\tshare_location\nlist some neat stuff about rats\tfun_fact\nplease share my federal taxes total with me\ttaxes\nhow many dollars can i exchange for 10000 rubles\texchange_rate\ncould you tell me what my routing number from first republic is\trouting\nplease add roar by katy perry to my playlist\tupdate_playlist\ndo i have any birthdays on my todo list\ttodo_list\nwhat are the rules regarding carry-on baggage for flights on virgin airlines\tcarry_on\nif i travel here, do i need vaccinations\tvaccines\nyou can remove the field trip from my calendar for march 12, 2019\tcalendar_update\ntell me my credit score please\tcredit_score\nit was enjoyable to chat with you\tgoodbye\nwhat octaine is recommended for this car\tgas_type\ni want to know what time it is\ttime\nlook up a recipe for dinner to suggest to me\tmeal_suggestion\ndo you know why my card was declined at target i can't figure out why\tcard_declined\nwhich day is pay day\tpayday\ntell me why my card didn't work yesterday\tcard_declined\nhow many ounces in a liter\tmeasurement_conversion\nhas my application for my visa card gone through\tapplication_status\ntell when should i get my tires changed next\ttire_change\nplay the song god's plan\tplay_music\nhow long does it take to bake a cake\tcook_time\nthat is not true\tno\nwill you order more checkbooks for my silvergate account\torder_checks\ni need to get my oil change so make an appointment\tschedule_maintenance\nwhat my fuel tank at\tgas\nwhat are the benefits i get for my health\tinsurance\nwould you call yourself a cat or dog person\tdo_you_have_pets\nwhat decent restaurants around here are italian\trestaurant_suggestion\nhow do you say i need coffee in dutch\ttranslate\ni need to know what dominate means\tdefinition\ncan i have a reminder set up\treminder_update\nflip a heads or tails coin i pick heads\tflip_coin\nhow easy is it to change your own oil\toil_change_how\nif i want my credit score, how do i find it\tcredit_score\nhave i gotten around to adding the bike ride to my calendar yet\tcalendar\nhow do you create pork chili\trecipe\nwhat shots do i need to get in order to travel to khartoum\tvaccines\nwere you born in the 80s\thow_old_are_you\nhow far am i from orlando\tdistance\nset an alarm for four thirty tomorrow, please\talarm\ni am needing for you to say that again\trepeat\nhow full is the gas tank\tgas\nwould i need new tires if my last purchase was in may of 2018\ttire_change\nhow good are the ratings for papa john's\trestaurant_reviews\nwhere is my gas level right now\tgas\nhow do i get my rewards balance on my diner's club card\trewards_balance\nmy account is showing a charge to venmo that i did not make\treport_fraud\nfreeze my account\tfreeze_account\nhow much am i going to have to pay in taxes to the state\ttaxes\ncancel my reservation for chris at jp field's\tcancel_reservation\nwhats the policy for delta for carry ons\tcarry_on\nunsync my phone now please\tsync_device\nremind me later\treminder_update\nwhat amount of interest does my checking account earn\tinterest_rate\ni need a tutorial to learn how to change my oil, please\toil_change_how\nwhat is on my shopping list\tshopping_list\ni want my account frozen\tfreeze_account\ncan you get me recipes for eggs please\trecipe\nit might be either\tmaybe\nhiya\tgreeting\ncan you please provide me with assistance in moving money from one account to another\ttransfer\nwhats your take on the meaning of life\tmeaning_of_life\nare my tires in need of air\ttire_pressure\ndid my american express card application go through yet\tapplication_status\nwhisper for me\twhisper_mode\ni want us to speak to each other in spanish from now on\tchange_language\nwhat can i address you\twhat_is_your_name\nwhat is the best way to remove this appointment\tcalendar_update\ni do not want my phone synced anymore\tsync_device\nhow much total have i spent on fast food lately\tspending_history\npay my light bill\tpay_bill\nlet me know who programmed you\twho_made_you\nwhat would you suggest having for dinner\tmeal_suggestion\ni can't figure out why my card was declined at target\tcard_declined\nplease let lisa and chris know my location information\tshare_location\ncan we wire some money over to the other account i have\ttransfer\nlook up the time in california\ttime\nbuy all the things on the shopping list\torder\nuse my phone and connect please\tsync_device\ncancel my reservation for 3 at carlos jr\tcancel_reservation\nis it time for an oil change\toil_change_when\nwhere are my bags, not here at the airport\tlost_luggage\ntell me your name\twhat_is_your_name\nhow many days did i skip work\tpto_used\nhow do i transport my 401k\trollover_401k\ndo they take reservations at bar tartine\taccept_reservations\nwhat are the reviews like for l'auberge aubergine\trestaurant_reviews\nplease put a hold on my retirement account right now\tfreeze_account\nsuggest a meal from india to me\tmeal_suggestion\nwas my last transaction at walmart\ttransactions\nread my entire shopping list to me\tshopping_list\nlook up how much i earn annually\tincome\ndefine discretionary\tdefinition\nwhich vaccines will i need for cuba\tvaccines\nmy next paycheck is available when\tpayday\ncan a phone call be made to maria\tmake_call\nwhat kind of fuel should i use to fill the car\tgas_type\ni didn't hear you can you say that again\trepeat\nhow many days on holiday do i have\tpto_balance\ni need to report my stolen card\treport_lost_card\nhow soon till i need to change my tires\ttire_change\ncan my debit card be replaced quickly\treplacement_card_duration\ndiy oil change\toil_change_how\ncan you find me a round trip flight from denver international to new york international on the 3rd through the 7th\tbook_flight\nare there any required shots in indonesia\tvaccines\nschedule me an appointment to get my tires checked out\tschedule_maintenance\nwhat are the pets you have\tdo_you_have_pets\nwhat's my tires' air pressure\ttire_pressure\nwhat ingredients do i need to make potato skins\tingredients_list\nin chile, what kind of plugs are used\tplug_type\nlet me hear the song sympathy for the devil\tplay_music\nwhat is 1243 times 45\tcalculator\ndon't talk so slow\tchange_speed\ngive me the info of when our next day off is\tnext_holiday\ni need to know the status of my credit card application\tapplication_status\nhow much did i spend on lunches last week\tspending_history\nhow can i roll over my 401k\trollover_401k\ni would like you to think of yourself as machine and answer when i say your name as such\tchange_ai_name\nhow can i turn on direct deposit\tdirect_deposit\ncan you order underpants for me\torder\nunsure\tmaybe\ni need information on today's date\tdate\ncan you tell me the status of my card's apr\tapr\nwhat are the carry-on restrictions for singapore airlines\tcarry_on\nwhat is the calorie count in a cookie\tcalories\nwhat do i usually earn in a day\tincome\ntell me how to change my insurance policy\tinsurance_change\nwhy hello\tgreeting\nwhat do i need to do to make blackberry pie\trecipe\nhow are the donuts reviews at tgi\trestaurant_reviews\nfind out the best tourist attractions to visit in moscow\ttravel_suggestion\ntell me when my next day off is\tnext_holiday\nhow would i get to city hall via bus\tdirections\nwhat kind of gas goes in this car\tgas_type\nwhat kind of things do i have to do today\ttodo_list\npay the cable bill with my visa card\tpay_bill\nwhere will i find my w-2\tw2\ntell me how handkerchief is spelled\tspelling\nwhat is the limit on my visa\tcredit_limit\nget me a room in cali on november 11 to 15\tbook_hotel\ncan you show me how to book a car rental in manitowoc\tcar_rental\ndo i have soda on my shopping list if not please add it\tshopping_list_update\nhelp to turn on whisper mode\twhisper_mode\ncan i redeem my points by transferring them to someone as a gift\tredeem_rewards\nwhen should i get my next oil change\toil_change_when\ni want your name to be samantha now\tchange_ai_name\nwhat is the total of my repair bill\tbill_balance\nwould you tell me my bank balance\tbalance\nspeak arabic\tchange_language\ni'd like to have a reminder made\treminder_update\nwhat does ataraxy mean\tdefinition\nwhat would you suggest for dinner\tmeal_suggestion\nwhat amount of money do i pay in taxes, please\ttaxes\nfind instructions on how to change my oil\toil_change_how\ngive me info on my health plan\tinsurance\ni want to schedule somewhere get my tires checked out\tschedule_maintenance\ni want to redeem my card points for cash\tredeem_rewards\nai shake the dice in a cup, then throw dice on table\troll_dice\ncontact bank and let them know about my travel plans\ttravel_notification\ni need dinner ideas\tmeal_suggestion\nplease put on the next number on this playlist\tnext_song\ntell me what's on my reminder list\treminder\nhow much money am i earning\tincome\nspell antipathy for me\tspelling\nwhen is my cards end month\texpiration_date\nset your language setting to english\tchange_language\ni'm out of razors so will you order me some more\torder\nmake an alarm for tomorrow at twilight\talarm\nwhat day did i last take my car to the shop\tlast_maintenance\nfind out what this song is\twhat_song\ncan you call the help desk line for my credit card company\treplacement_card_duration\nhow many vacation and sick days have i taken\tpto_used\nis it six o clock yet\ttime\nwhat are some good vegan restaurants in broadripple\trestaurant_suggestion\ni need an appointment to get my oil changed\tschedule_maintenance\nalter back to your orginal settings\treset_settings\nmy capital one credit card was stolen\treport_lost_card\ncan my limit be increased for my visa\tcredit_limit_change\ncan i get some more checkbooks sent to me\torder_checks\nmight\tmaybe\ni want you to reset to factory settings\treset_settings\nwho did the programming on you\twho_made_you\ncan you get me a table for 5 at mcdonalds at 5pm\trestaurant_reservation\ntell me the credit on my mastercard\tcredit_limit\ni need to check my rewards for my credit card\trewards_balance\ntell me the kind of fuel that my vehicle operates on\tgas_type\ni want to edit the language\tchange_language\ndid i tell you to remind me about laundry\treminder\ntell john and sam where i am\tshare_location\nhow many rewards points do i have on my rewards points i have on my mastercard\trewards_balance\ni want to see my recent transaction\ttransactions\nwhat's 12 feet in meters\tmeasurement_conversion\ni need to hear my todo list\ttodo_list\nsomeone stole my discover card\treport_lost_card\ncan you switch to the male voice\tchange_accent\ntrack my package\torder_status\nmailing a new card to me takes how long\treplacement_card_duration\ni want your name\twhat_is_your_name\ncan i use electronic devices in mexico without a socket converter\tplug_type\nwhat is the traffic like at the closest safeway grocery store\ttraffic\nis that restaurant crowded during dinner\thow_busy\nare there any travel warnings for london\ttravel_alert\ndid i make a note on my todo list to mop the bathroom floor\ttodo_list\ntell me how to change my policy\tinsurance_change\nhas my request for vacation time been okayed\tpto_request_status\nretrieve my recent transactions\ttransactions\ntell me the types of subjects are you familiar with\twhat_can_i_ask_you\npay the red cross the monthly donation\tpay_bill\ni would like to know where i can find my w2 for tax reasons\tw2\ni can't decide\tmaybe\nhow much cash do i have in my bank accounts\tbalance\njohn is my name\tchange_user_name\nwhen was i paid most recently\tpayday\nhow long has it been since my car was looked at\tlast_maintenance\nchange all setting to original ones\treset_settings\nfind out when my next upcoming payday will be\tpayday\nis it okay to eat chicken that i put in the fridge on monday\tfood_last\ncan you cancel that request\tcancel\nwhat kind of mexican meal should i get\tmeal_suggestion\nhow many mpg does this rig get when i'm in the city\tmpg\ni need to know how to apply for a mastercard\tnew_card\nwhen would it be wise for me to swap out my tires\ttire_change\nwhat is the calorie content in peanut butter\tcalories\ncan you please tell me my income\tincome\nhow high are the rewards on my discover card\trewards_balance\nwhat's my bill for water and electricity\tbill_balance\nwhat steps should i follow if i lost my luggage\tlost_luggage\nadd this song to shared playlist\tupdate_playlist\ncancel whisper mode\twhisper_mode\ni need 200 dollars transferred from my long island savings account to my chase checking\ttransfer\nwhat is the total number of vacation days i've used\tpto_used\ncan i substitute cream for milk\tingredient_substitution\ni am on main street now, where is the closest bus stop to me\tdirections\ni need to know how much of my pto has been used at this point\tpto_used\nduring which month will my card expire\texpiration_date\n\"can you play the song that goes like, \"\"starships were meant to fly\"\tplay_music\nhow do i cash in my amex reward points\tredeem_rewards\nis there really an answer to the meaning of life\tmeaning_of_life\nhave i been spending more money at restaurants\tspending_history\nset the timer for me please\ttimer\ni'll need you to set a timer for 10 minutes\ttimer\nwhat does distinguish mean\tdefinition\nwhat are good restaurants in reno that serve sushi\trestaurant_suggestion\nhow would i say thank you if i were russian\ttranslate\ncan you make me laugh\ttell_joke\ni need to know how to make philly cheesesteaks\trecipe\nmove my money to the other account\ttransfer\ncan you do a coin flip for me\tflip_coin\nhow much do i need to pay for my electricity and water bills\tbill_balance\nhow many stars does brasserie les halles have\trestaurant_reviews\ndoes my credit card expire soon\texpiration_date\ndo i have options on how to improve my credit score\timprove_credit_score\norder all items on my shopping list\torder\nwhat's a cool and interesting thing about dogs\tfun_fact\nwhat's the preparation time for this dish\tcook_time\nwhat is the temperature the ac display is showing\tsmart_home\ncan you look who is at the door\tsmart_home\ni'm pretty sure this charge from sam's club is fraudulent\treport_fraud\ntell my bank i am traveling out of country\ttravel_notification\nwhat is the minimum payment for comcast\tmin_payment\ntell me when to get my tires changed\ttire_change\nwhat date do i have to pay my bill\tbill_due\nok\tyes\nplease add the immigrant song by led zeppelin to my playlist\tupdate_playlist\ni would like to find out how to cash out cred card points\tredeem_rewards\ntell me whats on my shopping list\tshopping_list\nwhat are the pet types you own\tdo_you_have_pets\ni've got some chips from monday, will they still be ok to eat\tfood_last\ni want a new policy with long-term care insurance\tinsurance_change\nwhat is 22 meters in inches\tmeasurement_conversion\nwhat do my bills look like for amazon and netflix\tbill_balance\ni need a recipe for chicken cordon bleu\trecipe\nthere seems to be fraudulent activity\treport_fraud\ni need you to confirm that there is a reservation under the name david kramer for 7:00 pm at pietro's\tconfirm_reservation\ni need to add something to my calendar for next tuesday\tcalendar_update\ndid my order ship\torder_status\ncan you whisper\twhisper_mode\ncan i use lettuce instead of rice\tingredient_substitution\nopen map and pin point my location\tcurrent_location\ncan you tell me the current date\tdate\nmake a reservation for chik-fil-a at 3 o' clock please\trestaurant_reservation\nwhen would be a wise time to replace my tires\ttire_change\ncheck my calendar for march 4th 2019, please\tcalendar\ni want to start calling you marie\tchange_ai_name\ndo you own any animals\tdo_you_have_pets\ntell me something funny now\ttell_joke\ni am going out of country and need to inform my bank\ttravel_notification\nwhat is the surcharge for using my card in italy while i visit\tinternational_fees\nchange over to whisper mode\twhisper_mode\nwhat is the year that were you born\thow_old_are_you\nplease stop\tcancel\nwhat roundtrip flights from orlando to vegas are available from thursday to monday\tbook_flight\nmy mpg is how much\tmpg\nhow would you explain the pets you own\tdo_you_have_pets\nplease start calling me mandy\tchange_user_name\nhow many dollars can i exchange for 200 yen\texchange_rate\ni'd like to know the last time my car got looked at\tlast_maintenance\ngive me tips on maintaining good credit\timprove_credit_score\ni'm hungry, where should i go\trestaurant_suggestion\nskip and play next song\tnext_song\nare shots required before traveling to china\tvaccines\ngive the boys my location please\tshare_location\nwhat is the meaning of realism\tdefinition\ni need to schedule some car maintenance\tschedule_maintenance\nwhat meeting rooms are available for meeting 5pm friday\tschedule_meeting\nhow fast can i get to target in trenton\tdistance\nput this in my workout playlist\tupdate_playlist\ni need to confirm my reservation for red lobster for frank\tconfirm_reservation\nwhat can you see on my shopping list\tshopping_list\nare you able to sub white sugar for brown sugar\tingredient_substitution\nwhat's the least payment i can make on my cable bill\tmin_payment\nplease give me the amount of pressure in my car tires\ttire_pressure\ncould you make reservations for 2 at olive garden for 5 pm today\trestaurant_reservation\nmy phone cannot be found\tfind_phone\ni would like to know when my flight scheduled to board\tflight_status\ncan you help me with the steps to jump start my car\tjump_start\nit looks as though my luggage has been lost\tlost_luggage\nwhere is the closest subway entrance to me to go to brooklyn\tdirections\ndo a car payment from my savings account\tpay_bill\nsee ya!\tgoodbye\nlet's change your accent\tchange_accent\nso what name do you have for me\tuser_name\nput this song on my edm playlist\tupdate_playlist\nperform a coin flip\tflip_coin\nplease tell me how much i owe sprint and how much i owe hsn\tbill_balance\nwhat are the contents of my shopping list\tshopping_list\ngo ahead and flip that coin, i am choosing heads here\tflip_coin\nweather\tweather\n\"can you spell out \"\"wonderful\"\tspelling\nroll 6 sided die\troll_dice\nwhat was the date when my car was in the shop\tlast_maintenance\nyou can call me jeff\tchange_user_name\nget me an uber for 4 heading to miam\tuber\nring steven\tmake_call\ni have a bs transaction from ebay on my account\treport_fraud\nwhat's the name of the company that designed you\twho_made_you\nwhat is the apr on my chase visa\tapr\npto i have used so far is how much\tpto_used\nwhere am i located currently\tcurrent_location\nplease make a pto request for me from dates jan 21 to begininning of february\tpto_request\nproceed to the next song on this playlist\tnext_song\nwhat are my coordinates\tcurrent_location\ndo you know the nutritional info for macaroni and cheese\tnutrition_info\nwill you repeat what you just said\trepeat\ni don't know how to spell malfeasance\tspelling\nwhat's the status of my vacation days\tpto_request_status\nai, how long have you been alive\thow_old_are_you\nmy card split in half, how do i report it\tdamaged_card\ndid i put elbow noodles on the shopping list\tshopping_list\ntell me the exchange rate of dollars to yen\texchange_rate\nwhat is the update on my vacation request\tpto_request_status\nwhat is the expiration date of my current card\texpiration_date\nwhat's on my calendar on march 10th\tcalendar\ni would like to know how to say hello in french\ttranslate\nturn on the microwave for 3 minutes\tsmart_home\nwould it be a problem to sub chips instead of fries\tingredient_substitution\nwhat time is it in the mountain standard timezone\ttime\nwhat is the definition of my health benefits\tinsurance\ntell carl that he sucks\ttext\nis my replacement card due to arrive in the mail today\treplacement_card_duration\nhow long should i cook steak for\tcook_time\ncan you tell me my name\tuser_name\ncan you please cancel\tcancel\nremind me of the last date that i got my car checked\tlast_maintenance\ni'd like to change my pin number for my savings account\tpin_change\ntext chrissy, i'm on my way\ttext\nshould i bring a converter to barcelona\tplug_type\ni have to go but it was nice talking again!\tgoodbye\nwho was your creator\twho_made_you\nhow empty is my gas tank\tgas\nthat would be great\tyes\nrevert back to your factory settings\treset_settings\nmy dog ate my credit card and ruined it\tdamaged_card\nif i take the bus, how long will it take to get to dubrovnik\tdistance\nwhat kind of miles per gallon do i get while driving through a city\tmpg\nwhere can i find my tax form to report what i earn\tw2\ndo i need a vaccine for the congo\tvaccines\nhow long can i keep deer meat in the freezer before it's unedible\tfood_last\nfind me a flight from seattle to detroit for less than 200 dollars\tbook_flight\nlocate my phone please\tfind_phone\nsay my name\tuser_name\nthere's a shady charge from comcast on my account\treport_fraud\nwhat time is it in the alaska standard timezone\ttime\nshare the nutrition info for brownies with me\tnutrition_info\nwhat will the date be in 64 days\tdate\nhow much pto have i accrued\tpto_balance\nconvert cm to inch\tmeasurement_conversion\ni will be calling hr\tmake_call\nget me a table for five at itta bena at three\trestaurant_reservation\ni want to see paris will i need an international visa\tinternational_visa\nfind out how busy ihop usually is around 5 pm\thow_busy\nwhat is left in my gas tank\tgas\nwhat will i need to pay in federal taxes\ttaxes\ncan you tell me how i would normally say thank you as a french person\ttranslate\ntell me my car's tire pressure\ttire_pressure\nwho manufactured you\twho_made_you\nmove $40 from account b to account a\ttransfer\nlet me know when you were born\thow_old_are_you\nthank you for helping me\tthank_you\ni want the pin on my wells fargo account to be changed\tpin_change\nhelp me apply for a visa card\tnew_card\ncould you make a flight reservation with air emirates from orlando to london\tbook_flight\ndid the manager approve my vacation yet\tpto_request_status\nwhat are you capable of doing and answering\twhat_can_i_ask_you\ncan i use normal flour if i don't have bread flour\tingredient_substitution\nwould it be possible to replace the salt with baking soda\tingredient_substitution\nwhen in europe would i be able to use a regular plug\tplug_type\nwhen will my card come\treplacement_card_duration\nwhat is the meaning of word alliance\tdefinition\ncan i make a reservation for 2 at state bird for 8:30, please\trestaurant_reservation\ndo you know how long of a wait it will be\thow_busy\ni need to switch insurance plans\tinsurance_change\ntransfer 50 dollars from my checking account to my money market account\ttransfer\ncan you check the status of my credit card application\tapplication_status\nflip a coin and tell me if it's heads\tflip_coin\ndo you have the ability to do a male british accent\tchange_accent\nmy electric bill should be paid today\tpay_bill\ni would like to see the transactions i made last week\ttransactions\ncan you read to me the nutritional info for macaroni and cheese\tnutrition_info\ntell me the calorie content for an apple\tcalories\ni thank you\tthank_you\nsuggest an italian meal for me\tmeal_suggestion\ntell me about your pets\tdo_you_have_pets\nhow long should i cook my turkey\tcook_time\nwhat stuff did i put on my shopping list\tshopping_list\nwhat are my insurance advantages\tinsurance\ncan you share something funny about traveling\ttell_joke\nfind me a rental car from 3/6 - 3/9 in port charles\tcar_rental\nare you able to track my package\torder_status\ncan you confirm my reservation for 6 pm on the 13th of february\tconfirm_reservation\nread my calendar for march 7th\tcalendar\nbuy a flight from phoenix to el paso on august 30 that returns on labor day\tbook_flight\ncan you help me unblock my account\taccount_blocked\nabort the current action\tcancel\ni need to know if the application been processed\tapplication_status\nwhat's my car's tire pressure\ttire_pressure\nwhat are ai's hobbies\twhat_are_your_hobbies\ndo you know if i can use pepper and not salt\tingredient_substitution\ni would love to find a few vegan restaurants in back bay\trestaurant_suggestion\ni need to cancel my reservations\tcancel_reservation\nmy card is lost how do i report it\treport_lost_card\nthis song needs to be added to my country music playlist\tupdate_playlist\nalert my bank and tell them that i will be in vermont\ttravel_notification\nwhat's the shelf life for eggs in the fridge\tfood_last\nhow many carry ons can i take on a flight with united airlines to austin\tcarry_on\nhow can i acquire new insurance\tinsurance_change\ncan i rename you bob\tchange_ai_name\nare there transaction fees in cuba for using my discover card\tinternational_fees\non my citi card, the one that ends 1234, what's the apr\tapr\nwhat's wells fargo's routing number\trouting\nwhat is a good apr\tapr\ni need ti know the traffic in tempe\ttraffic\nim not gonna need the dinner reservation\tcancel_reservation\ncan you please update the status of flight dl123\tflight_status\nadd a new meeting with tom for 6pm\tschedule_meeting\nwhat are my insurance assets\tinsurance\nwhat gas is needed for the car\tgas_type\ngive me an answer to who made you\twho_made_you\nwhat and when is the next holiday\tnext_holiday\nis milk one of the things i need to buy\tshopping_list\nplease reserve me a table for 2 pm at maxwell's on the 14th\trestaurant_reservation\nwill i be charged if i use the card in paris\tinternational_fees\ni spotted a fraudulent transaction from microsoft on my account\treport_fraud\nplease put lawn mowing on my list of to dos\ttodo_list_update\ni need an uber for 5 people to go to wendys\tuber\nhow to set up direct deposit for paychecks\tdirect_deposit\nhow much is the least i can pay for power bill\tmin_payment\nstop my account activity\tfreeze_account\ncould you tell me what my checking account balance is\tbalance\ndo you change the oil in your car more than once a year\toil_change_when\ni don't know the answer\tmaybe\nwould you schedule a meeting with carrie and lisa please\tschedule_meeting\nyou must increase the volume to 4 please\tchange_volume\n\"\"\"can u set a timer for 5 minutes\"\ttimer\nnope\tno\ni want your name to be henry\tchange_ai_name\nwhat other accents can you use\tchange_accent\nwhat country were you born in\twhere_are_you_from\ncredit limit\tcredit_limit\nwe'll talk later ai\tgoodbye\nwhich way do we go and how long will it take to get to the sears tower in chicago\tdistance\nhow does one apply for a master card\tnew_card\nwhat is intercontinental mean\tdefinition\ndo you think you could disconnect from my phone\tsync_device\nsorry, can you speak a little faster\tchange_speed\ncancel my reservation for dinner this saturday, please\tcancel_reservation\nwhat is the caloric value of a cookie\tcalories\nwhat is the highway mpg on this car like\tmpg\nis my calendar free next sunday\tcalendar\nwhat do i set the timer for if i'm making gyoza\tcook_time\ndo you know how i get new insurance\tinsurance_change\nwhats my delta flight's status\tflight_status\ni'd like to know what to call you\twhat_is_your_name\ni want to find a roundtrip flight from philadelphia to sioux falls from august 3rd through august 25th\tbook_flight\ni'd like to know what the date is\tdate\nis there a certain type of gas i need to use for this car\tgas_type\nnevermind, cancel that\tcancel\nhow do i get stuff with visa points\tredeem_rewards\nwill you please turn the tv on\tsmart_home\nnext song, please!\tnext_song\nyou've been a big help\tthank_you\ni need to do laundry later today\ttodo_list_update\ncan you text marissa and tell them to stop calling me\ttext\ni need la's time zone\ttimezone\ncan we stop this song and play the next one\tnext_song\nsend my current location to my superior\tshare_location\ni would like to change the pin on my checking account\tpin_change\ni want you to turn the fans on\tsmart_home\ni need a table for 3 at olive garden for 7\trestaurant_reservation\nwould you tell me how to say goodbye in france\ttranslate\nmy credit card snapped in half while i was fiddling with it\tdamaged_card\ni want to know how to get to statue of liberty by bus\tdirections\nwhat is thank you in spanish\ttranslate\ngive me your name\twhat_is_your_name\nhow much dollars do i receive if i trade in 6 yens\texchange_rate\nwhen will my order be delivered\torder_status\nwhere were you processed\twhere_are_you_from\nget my credit limit changed\tcredit_limit_change\ncan you please make an appointment for me to get my tires checked out\tschedule_maintenance\nremind me to bring a jacket in tomorrow\treminder_update\ndoes italy have any travel alerts i should be aware of\ttravel_alert\ni'm having trouble remembering the pin number to my card\tpin_change\ntell me what i have on my shopping list\tshopping_list\nset a timer for 10 minutes\ttimer\nwhen my credit card is going to expire\texpiration_date\nprovide me the name of your boss\twho_do_you_work_for\ni may have had fraud committed on my account\treport_fraud\nwhere can i go to have my tires checked out\tschedule_maintenance\nwhat's the song currently playing\twhat_song\ni want your volume louder\tchange_volume\nhow long would i have to wait if i want to go to golden corral\thow_busy\nlet my bank know i will be on travel to fes\ttravel_notification\ni need to transfer one thousand dollars to my savings account from my checking\ttransfer\ndo you have any ideas for a mexican meal\tmeal_suggestion\nthat i don't know\tmaybe\nwhat is the routing number for royal\trouting\ncan you schedule me a mechanic\tschedule_maintenance\nwhat do i do to schedule a meeting\tschedule_meeting\nx has given me an interest rate, what is it\tinterest_rate\nhow many sick, personal, and vacation days have i billed so far this year\tpto_used\ntell me the date today\tdate\ndo you know the date of my next day off\tnext_holiday\ni would like you to help me find a chow mein recipe\trecipe\nwill i be charged if i use my card in vietnam\tinternational_fees\npull up the map and show my location\tcurrent_location\nwhat is the current time in china\ttime\nagreed\tyes\ni'd like to know the balance of my bank of american account\tbalance\nhow much was my last transaction for\ttransactions\ncan you help me find my credit score\tcredit_score\nwhat gas mileage does my car get\tmpg\nset a timer for 30 minutes\ttimer\ni would like to thank you ai\tthank_you\nhelp me change my credit limit\tcredit_limit_change\ni want to transfer my 401k\trollover_401k\ngive me a tuna salad recipe\trecipe\nwill they take reservations at chillis\taccept_reservations\nwhat kind of hertz outlets do they use in z\tplug_type\nwell hi there\tgreeting\nadd change filters to my to do list\ttodo_list_update\nwhat are my finances like lately\tspending_history\nwhen i visit thailand do i need a plug converter\tplug_type\nhow close is a gas station to mcdonalds\tdirections\nincrease your voice box\tchange_volume\nis there a time when i should get my tires changed\ttire_change\ntake frozen food off my shopping list\tshopping_list_update\ni'm finished with my to do list\ttodo_list_update\nare you actually a person\tare_you_a_bot\nhelp, i cannot find my phone\tfind_phone\nwhere's a good place to get some grub\trestaurant_suggestion\ni need to know if you are a bot\tare_you_a_bot\ntell me how long can i keep pizza in the freezer for before it goes bad\tfood_last\nmy bank needs to know i am going to be out of the country\ttravel_notification\nfind auto store that tests dead car batteries for free\tjump_start\nfor the dates april 1st to the 7th, find me round trip air tickets from la to sfo\tbook_flight\nhow often do you have to change your oil\toil_change_when\nplease don't talk any further\tcancel\nwhat is 89 divided by 3\tcalculator\nrestore the factory settings\treset_settings\nwhy did my card not get accepted please\tcard_declined\nhow long will it be for me to get a new card\treplacement_card_duration\ncan you tell me how to spell elephant\tspelling\nwhat all can you do\twhat_can_i_ask_you\ninform me on what my credit card's apr is\tapr\nwhat's the average time to boston when riding a bus\tdistance\nplease tell me what shots i am required to get to travel to india\tvaccines\nwhat is the wait supposed to be at zippys\thow_busy\ncan you add eggs to my shopping list\tshopping_list_update\nis is possible to order more checkbooks for account ending in sequence 939392\torder_checks\nwalk me through reward redemption from my barclay's card\tredeem_rewards\nthat's all, bye\tgoodbye\ncan i increase my credit limit to 1100 dollars\tcredit_limit_change\nwhere am i right now, location wise\tcurrent_location\nai, please flip a coin\tflip_coin\ncan you please help me find my lost luggage\tlost_luggage\nadd ruby soho by rancid to my playlist\tupdate_playlist\nmarch 3rd needs to be cleared on my calendar\tcalendar_update\nmy car battery died and i need help\tjump_start\nhow good are the ratings for olive garden\trestaurant_reviews\ni lost my luggage, what now\tlost_luggage\nhow much do i have to pay for my bills this month\tbill_balance\ni think my card is stolen and needs to be reported\treport_lost_card\ni need to know the date of expiration for my credit card\texpiration_date\ni have to know what the traffic typically like at 3:30 on the route to phoenix\ttraffic\ncan i safely travel to brazil\ttravel_alert\nroll the dice now\troll_dice\ni want to know the weather forecast for today\tweather\nwhat you just said is false\tno\ni want to make an alarm\talarm\nupdate me on the status of my credit card application\tapplication_status\ncan you tell me what day my next paycheck will come\tpayday\nplease raise the volume to 4\tchange_volume\ni'd like to take a vacation day from 2/24 to 2/25\tpto_request\ntell me fun science facts\tfun_fact\nhow much interest am i getting on my savings\tinterest_rate\ni don't have sour cream, can i use yogurt instead\tingredient_substitution\nterminate\tcancel\nare you working for someone other than me\twho_do_you_work_for\nwhat are the minutes needed to cook the meal\tcook_time\ncan you pair with my phone\tsync_device\ncall aj please\tmake_call\nwhere was your home before here\twhere_are_you_from\ni am out of ice cream so will you order me some more\torder\nhow long should i cook the pasta for\tcook_time\nwhat's the procedure to get direct deposit for my paycheck\tdirect_deposit\ni want to know when is the next holiday\tnext_holiday\ndo you know where my package is\torder_status\ni replaced my tires last year when should i replace my tires again\ttire_change\ncan you tell me whats on my shopping list\tshopping_list\ni lost my luggage\tlost_luggage\nwhich song is playing\twhat_song\ni want to book a hotel room for 10 people from monday to tuesday in manhattan\tbook_hotel\nwhat questions are you programmed to answer\twhat_can_i_ask_you\nyo, hows it going\tgreeting\nnumber for aaa to help with dead car battery\tjump_start\ncan you tell me how many pto days do i have left\tpto_balance\ncan i hear my smooth jazz playlist\tplay_music\nhow many meetings do i have today between noon and one\tmeeting_schedule\nsavings account balance at chase bank please\tbalance\nwhat mpg does my car get\tmpg\nplease make a call to stefan larson\tmake_call\nhow can i make my credit score better\timprove_credit_score\nai stop talking\tcancel\nhow do i get paychecks put directly in my sunflower savings account\tdirect_deposit\nhow many calories can i expect to be in fries\tcalories\ni want you to remove shampoo from my shopping list\tshopping_list_update\ni need some directions to phoenix\tdirections\nhow long does it take to get a replacement card\treplacement_card_duration\nbook a flight from new york to la for less than 200 dollars\tbook_flight\ni no longer need to wash dishes; take it of my list\ttodo_list_update\nhelp me find things to do in nashville\ttravel_suggestion\ni need to make a bill payment\tpay_bill\nis there a holiday this month\tnext_holiday\nhow do i set up direct deposit for my old national account\tdirect_deposit\ntell me my current credit rating\tcredit_score\nwhen will the restaurant be busiest\thow_busy\nis my at&t bill do soon\tbill_due\ntell me nutritional info for burger\tnutrition_info\nwhat do i go by\tuser_name\nmy current location\tcurrent_location\nhow many mpgs does this car get on the highway\tmpg\nwhich restaurants in reno are good for sushi\trestaurant_suggestion\nthat is true\tyes\nwhat's my oil change status\toil_change_when\nwill car rentals be available in boston from march 2 to march 4\tcar_rental\ni need the new due date for my pgw gas bill\tbill_due\ni need to know what routing number i should use for ally\trouting\ndo you have anything funny to tell me\ttell_joke\ncheck on my reservation for umami at 6pm\tconfirm_reservation\nwhich gas type goes into this car\tgas_type\ncould you please put a stop on my bank account\tfreeze_account\ndoes someone else control you\twho_do_you_work_for\nwhat's my pioneer routing number\trouting\nlet me know my ally interest rate\tinterest_rate\ntell me the month that my credit card will expire\texpiration_date\nwho was your programmer\twho_made_you\nwhat is the name of the place you work at\twho_do_you_work_for\nand your name is\twhat_is_your_name\ni would like you to change the settings back to factory default now, please\treset_settings\nhow much will i have to pay in federal taxes\ttaxes\nwhens your birthday\thow_old_are_you\nwhat is 10 ounces in grams, please\tmeasurement_conversion\nplace a marker for me where i am on the map\tcurrent_location\ni would like to start calling you heath\tchange_ai_name\ni need trip to the zoo on the calendar for june 4\tcalendar_update\ncan you order me more checks, please\torder_checks\ncorrect, it is affirmative\tyes\nmake a reminder to schedule a tire check\tschedule_maintenance\nwhat oil should i use for an oil change and how do i do it\toil_change_how\nwhat is the correct spelling of the word comity, since i do not know\tspelling\npto so far i have used is how much\tpto_used\ndo you have a name for me\tuser_name\nwhat benefits does my health coverage give me\tinsurance\nwhat's the current time, please\ttime\ncan you play the song amazing grace and it goes like this, amazing grace how sweet the sound\tplay_music\nhow long will it take to reach my doctors office\tdistance\ninform bill and craig of my location\tshare_location\ni must know what the traffic typically like at 3:30 on the route to phoenix\ttraffic\nwill my delta flight leave on time\tflight_status\nset up a direct deposit\tdirect_deposit\ndoes the zen garden in la take reservations\taccept_reservations\nplease let me know how long it'll be until i reach the sky harbor airport\tdistance\ntell the meaning of life\tmeaning_of_life\nwhat's the balance of my reward points on my discover card\trewards_balance\ncan you talk faster\tchange_speed\ni want you to tell me my credit card's apr\tapr\ngive me a 10 minute countdown\ttimer\nmy phone needs to be unsynced now\tsync_device\ncan you check if meeting rooms are available between 4 and 5\tschedule_meeting\nhow busy do you expect olive garden to be at 6\thow_busy\nfacts\tyes\nyour efforts don't go unnoticed\tthank_you\nwhat sort of hobbies are you into\twhat_are_your_hobbies\nplease find the receipt date for my last paycheck\tpayday\nyes, that is it\tyes\ndoes denmark use different sockets\tplug_type\ntell me about yourself\twhat_is_your_name\ni would like to apply for a bank of america travel rewards credit card\tnew_card\nhow do i put in a vacation request\tpto_request\nplease say that one more time\trepeat\ndisconnect from my phone please\tsync_device\nwhat is my card's apr and is it good\tapr\non what day is my meeting with dr lee\tmeeting_schedule\ntell me the date 650 days from now\tdate\nhow long will a bus ride take if i'm going to the capitol building\tdistance\nwhen's my meeting with richard\tmeeting_schedule\nhow do i report a lost discover credit card\treport_lost_card\nwhat is my state taxes currently\ttaxes\nreserve a meeting room for 5pm on friday\tschedule_meeting\nplease specify if you are human or computer\tare_you_a_bot\nplease calculate my vacation time\tpto_balance\nwhen is the best time for my next oil change\toil_change_when\non pets, what kind do you have\tdo_you_have_pets\ncan you tell me the number of calories in one serving of whole cashews\tcalories\nshare with me a fun fact about outer space\tfun_fact\nhow is the car tire pressure doing\ttire_pressure\ni need to know how low are my tires on air\ttire_pressure\nlet’s chat using spanish\tchange_language\nschedule a meeting with tom for 6pm\tschedule_meeting\nare you a computer or a real person\tare_you_a_bot\ni didn't catch that, please repeat\trepeat\ncan you make a reservation at michael's\taccept_reservations\nwhere you from the usa\twhere_are_you_from\nwhats the title of this\twhat_song\ni want to pay off my student loan\tpay_bill\nwhat things are currently on my reminder list\treminder\nplease tell me what the mpg is for this car\tmpg\nthat's not right it's false\tno\ncan you tell me what my interest rate from first federal is\tinterest_rate\nis cleaning the garage on my to do list\ttodo_list\ngive me the date of my last oil change\tlast_maintenance\nspeak at a slower rate\tchange_speed\nwhere is the closest walmart to boise, idaho\tdirections\nwill you make sure robert has a reservation at ruth's steakhouse\tconfirm_reservation\nconfirm that there is a reservation at bellagio for thomas\tconfirm_reservation\nwhat company manufactured you\twho_made_you\ndo i need a vaccination for spain\tvaccines\ndo i have any meetings coming up with dan\tmeeting_schedule\nhelp me find my cellphone\tfind_phone\nare you a computer generated voice\tare_you_a_bot\nwhat is the expiration date for those eg\tfood_last\nfigure out why there is a block on my account please\taccount_blocked\ndo i need vaccinations to travel overseas\tvaccines\nset me an alarm for 4pm and another for 5pm\talarm\ncould you help me locate my phone\tfind_phone\nbook me a room on november 11 to 15 in cali\tbook_hotel\ntell me the credit limit on my mastercard\tcredit_limit\ncancel it\tcancel\nwhat goes in broccoli cheddar soup\tingredients_list\nthat is actually false\tno\nhey what do i do to apply for a visa card\tnew_card\ni need you to tell me the meaning of life\tmeaning_of_life\ntext courtney and inform her about the detour\ttext\ngive me the status on my united airlines flight\tflight_status\ndoes ihop have positive reviews\trestaurant_reviews\ni'm grateful for the assistance\tthank_you\nplease skip this song for me\tnext_song\ni want to play my maroon 5 playlist\tplay_music\ndid i receive my paycheck this week\tpayday\nhow do i fix a dead car battery\tjump_start\ni would like to know how to perform an oil change\toil_change_how\ntell me this songs name\twhat_song\nwhere are you originally from\twhere_are_you_from\nhow clogged are the streets before the stadium\ttraffic\nwhere are the best places to eat\trestaurant_suggestion\nis chocolate healthy\tnutrition_info\nis the limit on my visa card able to be increased\tcredit_limit_change\ndoes my bank of the west card have international transaction fees\tinternational_fees\nis there a time limit on leaving pork in the fridge\tfood_last\ni need to pay the smallest amount on my phone bill\tmin_payment\nwhen is the bill due\tbill_due\ncan you tell me how to change my oil\toil_change_how\ngreat\tyes\ncan you please freeze my account\tfreeze_account\nput a hold on my chase account right away please\tfreeze_account\nsend text message to\ttext\nset a reminder for the movie\treminder_update\nplease measure my tire pressure\ttire_pressure\ncall mymother\tmake_call\nwhere should i book my next trip\ttravel_suggestion\ncan you name the song on the speakers\twhat_song\nis ice cream currently on my shopping list\tshopping_list\nwhat sorts of queries should i give you\twhat_can_i_ask_you\nopen yesterday's last payment\ttransactions\ni must know my bank of america routing number\trouting\nhow do you make dumplings\trecipe\nwhen does the honey expire\tfood_last\ni want my reservation for march 1 at 8 pm confirmed\tconfirm_reservation\ni'd like to find a hotel in tampa that people liked enough to leave good reviews about\tbook_hotel\nplease respond to me in spanish\tchange_language\nkeep april 2nd wide open on my calendar please\tcalendar_update\nare there any transaction fees associated with my usaa card if i am in india\tinternational_fees\nhow long until the credit card company replaces my lost card\treplacement_card_duration\ncall robby\tmake_call\nwhat is the total amount i spent last week\tspending_history\nhow would i say love in french\ttranslate\nthanks a million\tthank_you\ncan you cancel my 5:30 pm table reservation at parc\tcancel_reservation\nchange your language to spanish please\tchange_language\nhow much longer before the card is mailed to me\treplacement_card_duration\ncan i get cash back for my points\tredeem_rewards\nlet me know my credit score\tcredit_score\ni need to get new insurance, how do i do it\tinsurance_change\ni am interested in acquiring new insurance\tinsurance_change\ni had a pleasure talking to you, see you later\tgoodbye\nset an alarm for 235pm and another an hour later\talarm\nchange the language to english\tchange_language\nhow cold is it going to be tonight\tweather\ntell me how much pto i've used\tpto_used\nmake sure to put extra paint on the list\tshopping_list_update\nit was cool talking with you\tgoodbye\nslow your speech down\tchange_speed\ncall the restaurant and cancel my reservation\tcancel_reservation\nplease make sure the temperature is set to 68\tsmart_home\nhow do i change my oil and what kind do i need\toil_change_how\nscrap that dinner reservation\tcancel_reservation\nmay you say that again\trepeat\ncan you tell me how i would say, 'more bread please' in french\ttranslate\ni purchased new tires yesterday, should i buy new ones\ttire_change\ni need help with my 401k rollover because i just got a new job\trollover_401k\nplease force my account to freeze\tfreeze_account\nis it possible to read my to-do list again\ttodo_list\ni want to book a hotel in tampa from may 2 to may 4\tbook_hotel\nset an alarm for 8 tomorrow\talarm\ni need to know the ingredients in a hamburger\tingredients_list\nai, what is your given name\twhat_is_your_name\nwhat is the carry-on policy for flights on delta airlines\tcarry_on\nwhat is the process of setting up direct deposit\tdirect_deposit\nwhat location did you live at before\twhere_are_you_from\nwill i be able to visit peru without a travel visa\tinternational_visa\ncan you slow down how fast you talk\tchange_speed\ni want to find a round trip flight from denver international to new york international on the 8th to the 16th\tbook_flight\ni need to submit a request for pto for june 12th to june 14th\tpto_request\nabout how much did i spend recently\tspending_history\nwhat's the weather like right now\tweather\nhow do i put in a pto request for the first to the ninth\tpto_request\ni'd like to know my current location\tcurrent_location\nwhat questions can you answer\twhat_can_i_ask_you\nim sorry can you repeat yourself\trepeat\ncan you change your accent to the male british one\tchange_accent\nis it possible to get a new credit limit of $10,000\tcredit_limit_change\ncan't say\tmaybe\nuse female voice now instead\tchange_accent\ni'm leaving for montreal tomorrow and need to let my bank know\ttravel_notification\nmy starbucks rewards balance is\trewards_balance\nhow do you order new checks\torder_checks\nit was great to talk to you\tgoodbye\nwas my bank account frozen for a specific reason\taccount_blocked\ni didn't hear you\trepeat\nhow much have i earned this week\tincome\nis it possible to get more checkbooks for my navy fed account\torder_checks\ndo i need to fill my tires\ttire_pressure\nthat would be a no\tno\nhow long does it take to get to the sky harbor airport\tdistance\nrestore your original settings now\treset_settings\nhow many kilos are in 25 pounds\tmeasurement_conversion\nwhat are some of the attractions in gatlinburg\ttravel_suggestion\nmy car battery is dead what do i do\tjump_start\nhow much do i pay in taxes\ttaxes\nwhat is my minimum verizon bill payment\tmin_payment\ni need a reminder to take dinner out of the oven\treminder_update\ncan you look up the name of this song\twhat_song\nin making an omelette, what ingredients do i need\tingredients_list\nwill i need to use a plug converter in el salvador\tplug_type\nwhat is the date of my last paycheck\tpayday\ni cannot remember what my pin is for my bank of america checking account this moment\tpin_change\nhow do i get my paycheck into direct deposit at nations bank\tdirect_deposit\ndo you know what this song is\twhat_song\ndo i need an international visa to enter canada\tinternational_visa\ni'd like to make a payment on my credit card bill\tpay_bill\nread me the current weather report for tallahassee\tweather\ni'm pretty sure i have a fraudulent transaction on my account\treport_fraud\ni don't want to do anything today so just clear the todo list\ttodo_list_update\ni lost my amex and need to report it\treport_lost_card\nare there any travel alerts for russia\ttravel_alert\nwhat are the steps to direct deposit my check\tdirect_deposit\ncan you please add take out recycling on my list of chores to complete\ttodo_list_update\nhow do i find out my rewards balance on my chase card\trewards_balance\nhow do i jump start the car\tjump_start\nis it safe to travel to russia\ttravel_alert\ntell what is showing on my calendar for the 17th of march\tcalendar\ncould you talk like a british male\tchange_accent\nwhat is the amount of my taken off days so far\tpto_used\nhow do i set up direct deposit to my chase account\tdirect_deposit\ni want the current song added to my pregame playlist\tupdate_playlist\ncan you give me the answers in italian instead of english\tchange_language\nif you were traveling to indonesia, as i am, would you have your shots updated before your visit\tvaccines\nif something is 15% off $35, how much is it\tcalculator\nwhat's on my reminder list today\treminder\ni need to know when should i get my oil changed next\toil_change_when\nsee ya\tgoodbye\ntell me when i'll need new tires\ttire_change\nif i visit cairo will i need a plug converter\tplug_type\nwhat name do you use when addressing me\tuser_name\nwhat is the schedule for my next oil change\toil_change_when\nis there a way to raise my mastercard credit\tcredit_limit_change\nis this a bot\tare_you_a_bot\nindicate something funny on the topic of food\ttell_joke\nhow long have you been around, ai\thow_old_are_you\ni need an uber to times square asap\tuber\nhow do i make chicken alfredo\trecipe\nsend $20 from debit to steve's account\ttransfer\nwhat is the carry-on policy say for flights on delta airlines\tcarry_on\nwhat's the answer to existence\tmeaning_of_life\nwhat shots are recommended before traveling to kenya\tvaccines\ncall my phone, i can't find it\tfind_phone\ni want to know when to expect my next paycheck\tpayday\nwould you stop talking please\tcancel\ntell me all updates about my order's status\torder_status\ni would like you to reserve a conference room for noon tomorrow\tschedule_meeting\ndoes north korea have any travel alerts i should be aware of\ttravel_alert\ni need the cooking length for a turkey\tcook_time\ni require my w2 for taxes and need to locate it\tw2\ni need to pay my water bill\tpay_bill\nhow long does it take to get to outback in atlanta\tdistance\nhow much petrol do i have\tgas\nturn the volume to level 4\tchange_volume\nare there transaction fees charged to my discover card in japan\tinternational_fees\ncall me frank\tchange_user_name\nwhat ingredients do i need for chicken breast\tingredients_list\nfind out why my card declined yesterday\tcard_declined\ni'll be travelling to russia from april 1 through april 20 and need my financial institute apprised of it\ttravel_notification\npull up my recent transactions on my mastercard\ttransactions\nlook up the ratings for olive garden\trestaurant_reviews\nwhat's the least i can pay this month\tmin_payment\nwhat is the rate for 500 cad in usd\texchange_rate\ncan you see if i can make an appointment to have my oil changed\tschedule_maintenance\ndo i need an international visa to get into italy\tinternational_visa\nrescind\tcancel\ndid i add purchase tickets to the penguin game to my todo list\ttodo_list\ntell me the steps to getting my credit score\tcredit_score\ncan you tell me if germany issued any travel warnings\ttravel_alert\ntext william and ask him to pick up organic apples tonight\ttext\ntell me something funny about parenting\ttell_joke\nwhat do i need to do to apply for a visa card\tnew_card\ni am choosing heads, now please flip that coin\tflip_coin\nplay the song called tiny dancer\tplay_music\nwhen should oil be changed in my car\toil_change_when\ncan you update me on my last amazon orders\torder_status\ni need to order new checks\torder_checks\nhow can i report a card that has been lost\treport_lost_card\nare you able to call me by my name\tuser_name\nwill it take more than a month to get a new card\treplacement_card_duration\nwhat date will it be 5 days from now\tdate\nhas my credit card application been approved\tapplication_status\ni do not have cookies so will you order me some more\torder\nwhat is the saved vacation time i have left\tpto_balance\ndo i have butter on my list\tshopping_list\ncan you slow down the speed in which you speak\tchange_speed\nis there an uber that drives to the bank on 5th that can hold 3 people\tuber\nwould you tell me what names you have for me\tuser_name\nhow do i find my credit score\tcredit_score\nwho makes the ai\twho_made_you\ndo i have any meeting to go to today\tmeeting_schedule\ni want whisper mode\twhisper_mode\nwhat's the time in london right now\ttime\nwhat is the minimum payment on my water bill\tmin_payment\nplease change my name\tchange_user_name\nis there a charge to use my card in japan\tinternational_fees\nlet me know in 15 minutes please\ttimer\nwould i need a visa in taiwan\tinternational_visa\ndid i lock the doors\tsmart_home\nwhat's my income tax\ttaxes\ncan you add that to my chillwave playlist\tupdate_playlist\nwhat kinds of things are you supposed to remind me of\treminder\ni'm going to boston from bangor on july 25th through the 29th, and need you to find me a roundtrip flight\tbook_flight\nhow do i get to new york by bus\tdirections\ntell me the time in san francisco, please\ttime\ni must understand the nearest gas station to glendale\tdirections\nwhat amount of time would it take me to reach the university by bus\tdistance\ncould you schedule a meeting room for 4:00 on thursday\tschedule_meeting\nhow do i see me rewards for my chase card\trewards_balance\nhow's my day off request looking\tpto_request_status\nany news on my vacation\tpto_request_status\nwhat's the number of calories in a coke\tcalories\ntext josh and tell him i need a delivery\ttext\nwhat's my interest rate\tinterest_rate\nsuggest an italian meal to me\tmeal_suggestion\ni think my luggage was misplaced or has been lost\tlost_luggage\ncan you find a keto friendly restaurant\trestaurant_suggestion\nfind my interest rate\tinterest_rate\nfeel free to call me jim\tchange_user_name\nany hobbies you like to do\twhat_are_your_hobbies\nplease change your response language to english\tchange_language\nhow many calories does a kitkat have\tcalories\nwhere are the nutrition facts for cheerios\tnutrition_info\nread me the nutrional info of a bag of lay's potato chips\tnutrition_info\npay my cable bill from my checking account\tpay_bill\nhow is my vacation request looking\tpto_request_status\nwhere is a beef recipe\trecipe\ni need to know the apr on my credit union visa\tapr\nwho do i go to, to transfer my 401k\trollover_401k\ncan you suggest a thai restaurant\trestaurant_suggestion\ndid i get approval yet to take off next week\tpto_request_status\ndoes delta have carry-on restrictions\tcarry_on\nwhat transactions have i accrued buying dog food\ttransactions\ni want to check on my vacation request\tpto_request_status\nfor the holidays when is the next one we do here\tnext_holiday\nplay the next tune\tnext_song\nget out of whisper mode\twhisper_mode\nnot a clue\tmaybe\ni need an uber for 6 people to the movies\tuber\ntell me the conversion between tablespoons and cups\tmeasurement_conversion\ngive me a cool fact about seattle\tfun_fact\nis the review ned's have good\trestaurant_reviews\ntell me what is the purpose of life\tmeaning_of_life\nhow good is my credit score\tcredit_score\nhow long is it going to take me to get to bellevue\tdistance\nwould you let me know what is the point of life\tmeaning_of_life\ncan i use flour instead of cornstarch to make gravy\tingredient_substitution\ntell me what to enter into my gps for my current location\tcurrent_location\ncan you put a stop on my bank account now\tfreeze_account\ni need an alarm to wake me up at 8 tomorrow morning\talarm\ntell me when i will next have the day off\tnext_holiday\ndo i need an international visa to go to brazil\tinternational_visa\nwhat's the annual rate on my discover card\tapr\nwill you help me figure out how to transfer my 401k\trollover_401k\ni want to put thank you on my playlist called relaxing jams\tupdate_playlist\ndoes denver reside in the eastern timezones\ttimezone\nwhat am i known as to you\tuser_name\nwhat is the process of making a vacation request\tpto_request\ncould i use olive oil instead of grape seed oil\tingredient_substitution\nplease find out the expiration date for my credit card\texpiration_date\ncan you play the next song on this playlist, please\tnext_song\ngive me my todo list\ttodo_list\nwill the amount in my chase bank account right now cover the cost of a new dryer\tbalance\nai, what's your name\twhat_is_your_name\ni ran out of bread, order more\torder\nwhat's the current apr for my mastercard\tapr\ncan you place a stop on my account\tfreeze_account\nhow are yards converted to inches\tmeasurement_conversion\nmy account has a hold on it and i can't access my funds, why\taccount_blocked\ngo ahead and take cleaning the bathroom off my todo list\ttodo_list_update\nhas visa gotten back to me regarding my card app\tapplication_status\ncan you order new checks for my citizens checking\torder_checks\nis travel to monterrey safe now\ttravel_alert\nthanks!\tthank_you\ni didn't hear what you just said, can you repeat it\trepeat\nare visas needed to travel to jamaica\tinternational_visa\nmessage mom where are you\ttext\nim going to call you xander\tchange_ai_name\nshow me how to schedule a meeting\tschedule_meeting\nwhat is the result when you roll a four sided die\troll_dice\nplease refer to me as sharon\tchange_user_name\ncan you assist me in moving money from one account to another\ttransfer\nwhat is the form i need to report my earnings\tw2\nwhat is the square root of 10500\tcalculator\nshow me the date\tdate\nwill i need immunization for a trip to turkey\tvaccines\nset my alarm for 5pm\talarm\nwhat is the status of my purchase\torder_status\npull up the songs under slow\tplay_music\nyou can cancel the task\tcancel\ni didn't hear you can you repeat that\trepeat\ndo i have enough points to for a redemption\tredeem_rewards\ni need to see the chicken salad's nutritional info\tnutrition_info\nhey, have you approved my vacation time yet\tpto_request_status\nwhat do i need to buy to make a spaghetti\tingredients_list\ncan you delete my todo list please\ttodo_list_update\nis paprika listed on my shopping list, please add it\tshopping_list_update\nhow many millimeters are in 21 centimeters\tmeasurement_conversion\nrestore your original settings, please\treset_settings\nperhaps\tmaybe\ndo you know when our next day off is\tnext_holiday\nwhat time is it in phoenix\ttimezone\nhow do i report that i actually lost my card\treport_lost_card\nplease add cleaning on my list to do\ttodo_list_update\nuse your whispering voice\twhisper_mode\nno, definitely not\tno\ntell my bank that i'm travelling to france in 2 days\ttravel_notification\nsomeone stole my discover credit card\treport_lost_card\ncan you send a text for me\ttext\ncash in my credit card rewards\tredeem_rewards\nwhat company coded you\twho_made_you\ni want you to use a different accent\tchange_accent\nplease book me a room in austin from tomorrow to the 2nd\tbook_hotel\nbella needs to be called\tmake_call\ni need an alarm set for 6 in the morning\talarm\nwhere would you eat italian in chicago\trestaurant_suggestion\nwhat's the name of the song playing right now\twhat_song\ni want to hear my to do list please\ttodo_list\nyou need to connect to my phone\tsync_device\nwhat song is this one\twhat_song\ni'm going to need a hotel room for 8 people in tallahassee from 3/10 until 3/12\tbook_hotel\ncan you help me find my routing number from wells fargo\trouting\nare you a bot or a real person\tare_you_a_bot\ncan i increase the credit limit on my visa card\tcredit_limit_change\ni spent what dollar amount last month on mastercard\ttransactions\ncan you please help me start the car\tsmart_home\ngreat chat, talk to you later\tgoodbye\nadd mountain dew to my list for shopping\tshopping_list_update\nwhen is the meeting with homer scheduled for\tmeeting_schedule\ncan you reserve a room for a friday meeting at 5pm\tschedule_meeting\ni want to see the list of transaction on my bank of hawaii\ttransactions\ndid i spend too much dough on donuts last week\tspending_history\nshare with current location with ben\tshare_location\nam i able to put in a pto request for may 6 to may 18\tpto_request\nany idea what my credit score is\tcredit_score\ni want my savings account pin to be 1234 from now on\tpin_change\ni need you to pair with my phone\tsync_device\nwhat's the proper way of spelling seance\tspelling\nwhen should i get my tires changed again\ttire_change\nhow long do cheeseburgers take to make\tcook_time\nbloomingdale's declined my card and i'd like to know why\tcard_declined\ncan you tell me the low tonight\tweather\nhow many mpg does this get on the highway\tmpg\ndo people like the food at wendy's\trestaurant_reviews\ngo to whisper mode until my morning alarm goes off\twhisper_mode\ni do not have pizza so will you order me some more\torder\nwhat's my routing number\trouting\nplease help me set up a vacation request\tpto_request\nwhat are your hobbies exactly\twhat_are_your_hobbies\ni would love to know my credit score\tcredit_score\ncan you tell me what 30% off 235 is\tcalculator\nwhat do i owe the government on my taxes\ttaxes\nwhat's an interesting fact about flamingos\tfun_fact\nwhat are ways to improve my credit\timprove_credit_score\nremember to lock the doors\tsmart_home\ndo you have cats or dogs or something else as a pet\tdo_you_have_pets\ncan you please unlock my bank account\taccount_blocked\nsure thing\tyes\nwhat is the weather forecast for seattle\tweather\nplease set an alarm for me\talarm\nassistance in rolling over my 401k\trollover_401k\ndoes life have a meaning, according to you\tmeaning_of_life\nplease inform my bank i'll be vacationing in the bahamas in a couple of days\ttravel_notification\ni want to know how you are doing\tgreeting\nwhat should i do to get my car jump started\tjump_start\nswitch the pin on my chase account\tpin_change\npair with my phone please\tsync_device\nwhere were your born\twhere_are_you_from\ndo i need a socket converter if i'm going to mexico\tplug_type\nwould you consider yourself to be a bot\tare_you_a_bot\ngo shopping and order everything on the list\torder\nhow many inches are in 36 feet\tmeasurement_conversion\ni need assistance with my current location\tcurrent_location\nmake me laugh with a funny joke\ttell_joke\ncan you help me with a new car insurance plan\tinsurance_change\nplease add to my calendar for the staff meeting that is scheduled on march 1, 2019 at 10 am\tcalendar_update\nhelp me find a hotel in that has good reviews in columbus\tbook_hotel\nif i am going to the uk are any specific shots needed\tvaccines\nis it possible to take the bus to the brooklyn bridge\tdirections\nhow many days until i am off\tnext_holiday\nhow would i say hello in french\ttranslate\nhow many times can 12 go into 600\tcalculator\nreno's timezone is what\ttimezone\nplease tell me the weather forecast\tweather\ndo you know the name of your boss\twho_do_you_work_for\nsay something hilarious\ttell_joke\ni would like you put in a pto request for the dates july 4th to the 8th\tpto_request\nhow long before the next holiday here\tnext_holiday\ncan you suggest a mexican dish\tmeal_suggestion\nwhats the next day that i am off\tnext_holiday\ni need to know what my gps coordinates are\tcurrent_location\nplay vegas baby roll a dice for mama\troll_dice\ni would like to try and confirm that i have a reservation at chili's for bart\tconfirm_reservation\ni need to put a stop on my bank account\tfreeze_account\nwhat timezone is japan in\ttimezone\nwho is in charge of you when you work\twho_do_you_work_for\nwhat is the fridge life of spahghetti\tfood_last\nschedule me an uber to the mall\tuber\nwhat is my name saved as\tuser_name\ninclude rap god on the motivational playlist\tupdate_playlist\nif i use my card in tahiti, will i be charged\tinternational_fees\ni am going to russia and am wondering if i need a visa\tinternational_visa\ncan you wake me up at noon\talarm\nplease tell me what kind of gas this car needs\tgas_type\ngive me my to-do list\ttodo_list\nis flight dl123 delayed\tflight_status\ncalculate my points for visa\trewards_balance\nlet me know how you are doing\tgreeting\ntoss a coin i will take tails\tflip_coin\nwho you work for\twho_do_you_work_for\ncan you find out the latest on my credit card application, i haven't heard an update in some time\tapplication_status\ngo to the next tune\tnext_song\ncan you change your name to fred\tchange_ai_name\ntell me when my next paycheck is set to arrive\tpayday\npossibly\tmaybe\nhave you been good\tgreeting\nhow long to microwave a pizza\tcook_time\nhow much do i owe for my gas and phone bills\tbill_balance\ni broke my card when i bent my wallet\tdamaged_card\nwhat's life mean to you\tmeaning_of_life\ndo you have a birth date\thow_old_are_you\nwhen is my car due for an oil change\toil_change_when\nhow hot will it be tomorrow\tweather\ncall me ishmael\tchange_user_name\ndid i mark the mechanic's appointment on my calendar\tcalendar\nwhat does unsavory mean\tdefinition\nwhere can i locate a form for my w2\tw2\ntell me something interesting about los angeles\tfun_fact\ni need to let my bank know i am visiting asia soon\ttravel_notification\ndo you mind putting a stop on my bank account\tfreeze_account\ni need new health insurance\tinsurance_change\nalert the bank that i am traveling to tokyo on the 7th until the 21st\ttravel_notification\nwhat is the meaning of flange\tdefinition\ncan you find me a good reviewed hotel in japan\tbook_hotel\nwhat are the nutrition facts for macaroni and cheese\tnutrition_info\nmake a reservation at 5 pm today for 2 at olive garden\trestaurant_reservation\nwhat is the name that you have for me, please\tuser_name\nto 350, set the oven\tsmart_home\nrepeat that for me please\trepeat\nwarm up my car for me\tsmart_home\ntell me when ninety minutes have passed\ttimer\ncan you speak more slowly\tchange_speed\nwhat is you name\twhat_is_your_name\nwhat is hello in french\ttranslate\ncontinue to next song on the playlist\tnext_song\nhow do you jump start a car\tjump_start\ni need to add my doctor's appointment to my calendar for the first\tcalendar_update\nwhat's the apr on my capital one venture card\tapr\ndo you see any meetings with john on my schedule today\tmeeting_schedule\nwhat is tomorrow's date\tdate\nwhat is the process to apply for a visa card\tnew_card\ntell jim i'm coming home soon\ttext\ni need to add farm trip to my calendar for friday\tcalendar_update\ndoes the new york restaurant take reservations\taccept_reservations\nroll the 10 sided dice on time\troll_dice\nwhat is the expiration date for honey\tfood_last\nlook up the date of my last oil change\tlast_maintenance\nso what do you do at free time\twhat_are_your_hobbies\nplease put milk on my list i just used the last of it\tshopping_list_update\ni want for you to connect to my phone\tsync_device\ni want you to repord my card as lost\treport_lost_card\nis a travel visa needed for thailand\tinternational_visa\nwill i need to renew my credit card soon\texpiration_date\nchange to a male british accent\tchange_accent\nwould you like to introduce yourself\twhat_is_your_name\ntell me the traffic in tempe\ttraffic\ngo ahead and move $200 from amazon to my bank account\ttransfer\ncan you remind me what i was trying to remember\treminder\nwho pay your salary\twho_do_you_work_for\nvolume should be set at 4\tchange_volume\ngive me a table for 3 at o'reilly's bar for 7 please\trestaurant_reservation\ncan i have 3 carry ons with delta at jfk\tcarry_on\nare there carry-on restrictions for delta\tcarry_on\nwhat is the current time in istanbul\ttime\nwhat kinds of things do you do for hobbies\twhat_are_your_hobbies\ncan you tell me the routing number for bank of america for domestic accounts\trouting\ndoes my calendar show anything for thursday the 14th\tcalendar\ni prefer female voice now\tchange_accent\nhow much are the foreign transaction fees in brisbane\tinternational_fees\nwhen do i have to pay my internet\tbill_due\nhow many dollars can i exchange for 10 yen\texchange_rate\nhow many meters are in 10 millimeters\tmeasurement_conversion\nset whisper mode to off\twhisper_mode\ncan you suggest a french restaurant, please\trestaurant_suggestion\nhow good are the ratings for chic-fil-a\trestaurant_reviews\nwhat is one fun fact\tfun_fact\nplease set a timer to go off in 45 minutes\ttimer\nwhat's the traffic like on the way to the amusement park\ttraffic\ni would like to know the timezone for britain\ttimezone\nwho do i contact about updating my insurance\tinsurance_change\ndo i have pepper my shopping list, if not add it\tshopping_list_update\nmy luggage is lost,what do i do now\tlost_luggage\nhow high is my credit limit for my citigroup card\tcredit_limit\nwhat's my visa card's credit limit\tcredit_limit\nmy name is stu, not sue!\tchange_user_name\nprovide me assistance on where to go to get my w2 for tax reasons\tw2\ncan you tell me my starbucks rewards balance\trewards_balance\nis the ride short to the airport in la\tdistance\nhow do i find when my medical bill is due\tbill_due\ni need to know my cards minimum payment\tmin_payment\ni need to know when my credit card is going to expire\texpiration_date\nthanks so much!\tthank_you\nis it possible to use starch instead of flour\tingredient_substitution\ncould you tell me a good joke\ttell_joke\ncould you translate water into dutch for me\ttranslate\nwhen should i expect my replacement card\treplacement_card_duration\nwhere is your original location\twhere_are_you_from\ni'm pretty sure this charge is fraudulent\treport_fraud\nwhen was my last visit to the car shop\tlast_maintenance\ngoodbye, ai assistant\tgoodbye\ntell me the type of fuel my car takes\tgas_type\nwhere is the nearest wal mart\tdirections\nis a meeting with ruth on my schedule today\tmeeting_schedule\nwhat's the minimum payment on my phone bill\tmin_payment\nsiri, find my iphone\tfind_phone\non my card what have been my recent purchases\ttransactions\ndo cheetos have a lot of calories\tcalories\nplay help! by the beatles\tplay_music\nremind me in (x) hours\ttimer\ni lost my card, what do i do\treport_lost_card\ndestroy process\tcancel\nhow can i benefit from using you\twhat_can_i_ask_you\ni need to know if there are transaction fees for my visa card in canada\tinternational_fees\ncan i do a lot in nashville\ttravel_suggestion\nhow safe is it to visit spain\ttravel_alert\nhow much vacation have i already used this year\tpto_used\ni need an uber to the sears tower\tuber\ni need to put in a pto request from the 8th to the 17th of january\tpto_request\nplease give me the time\ttime\nwhat should i refer to you as\twhat_is_your_name\nmy card was in my pocket and bent\tdamaged_card\nhow many calories does a scoop of chocolate ice cream contain\tcalories\nput the lights on low\tsmart_home\nif you can do accents, i want to hear you talk like david bowie\tchange_accent\ni need a reminder set for signing up for the conference\treminder_update\nhow much money did i use to spend on catering five hours ago\tspending_history\nis there enough money in my discover account for a new pair of jeans\tbalance\ni need to swap salt for baking soda\tingredient_substitution\nwhat's the point of sentience\tmeaning_of_life\ncan you tell me the apr on my visa card\tapr\nplease tell me what my credit score is\tcredit_score\nwhen was my last maintenance on my car in the shop\tlast_maintenance\ncan i use sour cream instead of milk\tingredient_substitution\nplease provide the square root of 36\tcalculator\ni would like to know my vacation days balance\tpto_balance\nhow come my chase account has a hold on it\taccount_blocked\nwhat all can i ask you\twhat_can_i_ask_you\ngive me a joke about water\ttell_joke\ni was trying to use my card to get food at publix but it got declined\tcard_declined\nwhats in my gas tank\tgas\ni need to schedule meeting room for monday at 2:30 pm, please\tschedule_meeting\nchange my name to master\tchange_user_name\nare there any interesting things to do in atlanta, georgia\ttravel_suggestion\nwhat ingredients are in antipasto salad\tingredients_list\nplay the next song please\tnext_song\nwhere can i get my w2 from\tw2\nhelp me apply for an american express card\tnew_card\nplease roll the 10 sided dice\troll_dice\nwhat should i buy to make burritos tonight\tingredients_list\nwhere are you from if i may ask\twhere_are_you_from\nplease tell me if i still have a reservation at acero for susie\tconfirm_reservation\ni need to know my cars mpg\tmpg\nplease phone lizzy\tmake_call\nwhere would the routing number for first utah be located\trouting\nhelp setting up direct deposit\tdirect_deposit\nhow long do i need to cook roast for\tcook_time\nhow do i get to the mall by bus\tdirections\ncan you set a timer\ttimer\naccess my checking account and update my pin to 1234\tpin_change\nlook up whether my 401k may be rolled over\trollover_401k\ncould you share what my current credit limit is\tcredit_limit\ndo you know if olive garden does reservations\taccept_reservations\ncan you tell me if you have any pets\tdo_you_have_pets\nwhat do my pto days amount to\tpto_balance\nwhen is the electric bill due\tbill_due\nwhat's the total pto i've used\tpto_used\nput cancel abc on my calendar for next thursday\tcalendar_update\ncan you return to the factory fresh settings\treset_settings\nwhat's the due date for spectrum's bill\tbill_due\nno idea\tmaybe\nroll a die\troll_dice\nsiri, where is my iphone\tfind_phone\ngive me the results of a coin flip\tflip_coin\nare you a human being or a computer\tare_you_a_bot\ni wanna have an alarm\talarm\nsend 50 dollars between bank of america and chase accounts\ttransfer\nwhere are my rewards for my chase card\trewards_balance\nyou should reset your factory settings\treset_settings\nchange to the females voice please\tchange_accent\nsay something funny\ttell_joke\nset an appointment for an oil change\tschedule_maintenance\nhelp me find a good reviews hotel in la\tbook_hotel\nmy card got declined; why\tcard_declined\nplease get connected to my phone\tsync_device\ni would love to know when my flight is going to land\tflight_status\nwhat sorts of things do you do for fun\twhat_are_your_hobbies\nplease cancel my reservation for 5 at red robin\tcancel_reservation\ni know it could be either one\tmaybe\nis there a way to tell when i need my oil changed\toil_change_when\nhow to spell doctor\tspelling\nwhen can i expect to be paid\tpayday\npay my insurance bill\tpay_bill\n6 inch voices please\twhisper_mode\ni want to book a flight from hawaii to new york on july 8th and returning on july 10th\tbook_flight\nnext song play\tnext_song\nwhat can i call you\twhat_is_your_name\nwould you tell me how old you are\thow_old_are_you\ni need to know when i last took my car in for a check up\tlast_maintenance\nslow your speech\tchange_speed\ncan you tell me what benefits i receive with my insurance\tinsurance\nwhat things can you do\twhat_can_i_ask_you\ncorrect spelling for aaron\tspelling\nhow many calories are in chocolate ice cream\tcalories\n10 minutes is what the timer should be set at\ttimer\nwhat's the caloric content of an apple\tcalories\nhow much is twenty pounds sterling in us dollars\texchange_rate\ncan you roll dice\troll_dice\ntrack the status of my purchase\torder_status\nexplain to me how transferring my 401k works\trollover_401k\n350 set the oven\tsmart_home\nwhat is my credit limit on my discover card\tcredit_limit\nam i able to get an uber to the movies\tuber\ndo i have enough vacation to take a european trip\tpto_balance\nhow to do an oil change\toil_change_how\nin the mst time zone, what time is it right now\ttime\ncan you set the timer to 20 minutes\ttimer\nhow are you this fine day\tgreeting\nwhat's the final amount of all the money i need to pay in bills this month\tbill_balance\nhow many days off have i taken\tpto_used\nhow much do i have to pay on taxes and cable\tbill_balance\nhow long to be seated at carrabas\thow_busy\nhow many days of vacation time do i have saved\tpto_balance\ncan you give me a burmese dinner suggestion\tmeal_suggestion\nplease, no\tno\nare there any travel alerts for mountain view\ttravel_alert\nhow much have i lately spent on eating out\tspending_history\nis my routing number on my account page\trouting\ni need to know about how much time i'd have to wait to get a table at dibruno's\thow_busy\ncan i plug in my electronics there like normal\tplug_type\ndo i have plans on 12/03/2019\tcalendar\ni no longer want you to be synced to my phone\tsync_device\nwhat is the name you have for me\tuser_name\nmeeting rooms open between one and three pm\tschedule_meeting\ndo i need a converter in barcelona\tplug_type\ncould you let me know how many pto days do i have left\tpto_balance\ntell me what monstrosity means\tdefinition\ni would like to change the name on my credit card account\tpin_change\nmake me a reminder about booking it\treminder_update\ncan you tell my what france's timezone is\ttimezone\nwhen do i have to change oil\toil_change_when\nwhat can i do to get a better credit score\timprove_credit_score\nhow many kilos are in 10 pounds\tmeasurement_conversion\nhow long does it take to get a table at chili's\thow_busy\nhow can i contribute to my credit score\timprove_credit_score\nrestart your actions with the original settings you came with\treset_settings\nplease tell me how to increase credit limit for the chase card\tcredit_limit_change\nwhat's the meaning of emulsify\tdefinition\nyes please\tyes\nplease repeat yourself\trepeat\nmy stolen card needs to be reported\treport_lost_card\ncan you help me find my cell\tfind_phone\ncan you update me on the status of my american express card application\tapplication_status\nhow many days did i take off\tpto_used\non the 26th what is on the table for my calendar\tcalendar\nhow much are taxes in my state\ttaxes\ntell me a pun\ttell_joke\nmy new playlist well be having god's plan adding to it\tupdate_playlist\nthanks so much\tthank_you\nplease check if i can do a car rental from charlotte douglas airport from monday to wednesday\tcar_rental\nin aiken, get me a rental for may 12 to may 16\tcar_rental\nwhat are the main attractions in gatlinburg\ttravel_suggestion\ncan you roll a ten sided die and tell me the number\troll_dice\nhow long have you been here\thow_old_are_you\ni like to paint in my free time-do you have any hobbies like that\twhat_are_your_hobbies\nwhat kind of gas goes in\tgas_type\nis there enough money in my account for expenses\tbalance\ni am not understanding the language you are responding in; switch it for me\tchange_language\nhow's my gas mileage in citys\tmpg\ncan you assist with my utility bill payment\tpay_bill\nare my tires due to be changed\ttire_change\ncan you find me a hotel in columbus with good reviews\tbook_hotel\ni am unable to say\tmaybe\nhow much is my state taxes\ttaxes\nnice talk, talk to you later\tgoodbye\ncancel my reservation for 4 at red robin\tcancel_reservation\nfarewell\tgoodbye\nguide me through jump starting a car\tjump_start\nwhat should i use the points from my credit card on\tredeem_rewards\n\"will you play the song that goes like, \"\"starships were meant to fly\"\tplay_music\nadd staff meeting to my calendar for march 1 at 10:00 in the morning\tcalendar_update\norder dog food from walmart\torder\ncan you tell me about the pets you have\tdo_you_have_pets\ni need an uber reserved to take me to the restaurant\tuber\nlet me know the ingredients i will need for pasta making\tingredients_list\ni require a car maintenance\tschedule_maintenance\ncan i reserve a table for 2 at the olive garden at 8\trestaurant_reservation\ncheck order number\torder_status\nwhat sort of fuel do i need for my car\tgas_type\nis my delta flight on time\tflight_status\nwalk me through changing the oil on a tesla\toil_change_how\ni want the next song played\tnext_song\nmy next oil change is when\toil_change_when\nadd groceries to my shopping list as i am out\tshopping_list_update\nwhat do i need to do to start direct deposit\tdirect_deposit\ndo you know anything about the status of my order\torder_status\nplease delete the reservation for roberts at village tavern\tcancel_reservation\ni want to hear the female voice option\tchange_accent\nhas the application for my visa been processed\tapplication_status\nwhat kinds of questions can you answer\twhat_can_i_ask_you\ncan you not talk so fast\tchange_speed\nat what point will i need to change my tires\ttire_change\ni need to find my luggage\tlost_luggage\ncall me bob from now on\tchange_user_name\nwhat does yolo mean\tdefinition\nwhat time will my flight reach the destination\tflight_status\nwhat are my insurance rewards\tinsurance\nif i am in reno, what would the timezone be\ttimezone\nwhen was i paid last\tpayday\nhow do i go about applying for a new credit card\tnew_card\ncan you tell me dollars to franks\texchange_rate\nwhat's the status of my jetblue flight\tflight_status\ncheck my calendar for me, please\tcalendar\nhow busy is zippy around 12 for lunch\thow_busy\ni want a coin flip\tflip_coin\ni ran out of checks and need more asap\torder_checks\nlet carl know that he sucks\ttext\ngive me an idea of traffic on the way to the doctors office at 6\ttraffic\ntell me how you've been\tgreeting\ncan you delete lunch with david from my to do list\ttodo_list_update\ndial lisa's cell phone number\tmake_call\ncan you tell me my current interest rate\tinterest_rate\nmy dte bill is how much\tbill_balance\ngive me the status of my order\torder_status\ncould you roll the 8 sided dice\troll_dice\nit is no\tno\nadd what's playing on my favorite playlist\tupdate_playlist\ni have lost my phone\tfind_phone\ni want to call up jan\tmake_call\nlet randy and travis know where i'm at\tshare_location\nwhat is the weather like\tweather\nwhat is the lowest amount i can pay for my medical bill\tmin_payment\nwould i need a travel visa to go to the congo\tinternational_visa\nx is waiting for me to call\tmake_call\nshow me some ways to build my credit score\timprove_credit_score\nhow much air is in my tires\ttire_pressure\nmake an order for new checbooks on my td checking please\torder_checks\nwhat hobbies do you have alexa\twhat_are_your_hobbies\nare you a person\tare_you_a_bot\nplease tell me a really fun fact about facebook\tfun_fact\nlet my bank know i'm going to be in russia for a month\ttravel_notification\nwhat is the meaning of my life\tmeaning_of_life\nwhat's with the block on my bank account\taccount_blocked\nlet me know if grub burger takes reservations\taccept_reservations\nplease play the next song\tnext_song\nhelp me get a rental car\tcar_rental\ngive me a cool fact about potatoes\tfun_fact\nplease tell me about my income\tincome\ni wanna transfer my 401k\trollover_401k\nis there anything on my todo list for taking out the trash\ttodo_list\nwhat is the status of my vacation time request\tpto_request_status\ni need help finding my mobile phone\tfind_phone\ncould you pull up my location on the map\tcurrent_location\nwhat is the latest date that i can pay my direct tv bill this month\tbill_due\ncall my bank and ask them why my account is frozen\taccount_blocked\nwhat do you do in your down time\twhat_are_your_hobbies\nwhat is 78 times 81 minus 5\tcalculator\nplease flip coin ai\tflip_coin\nwhat ingredients go in spaghetti\tingredients_list\nplease cancel my reservation for dinner\tcancel_reservation\nwhat were the reminders that i made\treminder\nwould you repeat that\trepeat\nwas my car in the shop this past week\tlast_maintenance\ni am going to germany soon do i need a visa\tinternational_visa\nwhen will my oil change be due for this car\toil_change_when\ni need to know my salary\tincome\nyou can call me steve\tchange_user_name\nhow healthy is shepard's pie\tnutrition_info\nwhen did i most recently have my car in the shop\tlast_maintenance\ni got to schedule some car maintenance\tschedule_maintenance\nwho do i go to to find lost luggage\tlost_luggage\nget me roundtrip flight information for flights from dallas to houston for june 8 and june 17\tbook_flight\nplease speak a bit faster\tchange_speed\nhow do i order some more checks for my bank of america account\torder_checks\nwill you put change the light bulbs on my list of things to do\ttodo_list_update\nwhat can i do to raise my credit score\timprove_credit_score\nlocate my w-2 form\tw2\nshow me all hotels in evans with good reviews\tbook_hotel\ndo i have a reservation for may 1st, 2019 at 4 pm\tconfirm_reservation\ncan you tell me the routing number to pnc\trouting\nmy name is jim\tchange_user_name\ncheck on the status of my vacation request please\tpto_request_status\nwhat is my next payday\tpayday\nwhat steps should i take if i think my car battery is dead\tjump_start\nwhat did i do with my phone\tfind_phone\ncan i increase the credit limit for my bank of america card\tcredit_limit_change\nwhat do i need to do to cook a chicken\trecipe\ni want to know how to change my oil\toil_change_how\nis there a minimum gas grade this car needs\tgas_type\nhow can i get a new card that got melted in the sun\tdamaged_card\nplease list my meetings for today\tmeeting_schedule\ncan you tell me how much cash i have\tbalance\nany meetings on the schedule today\tmeeting_schedule\nwill you tell me how the ai is doing\tgreeting\ncan i use any fuel in my car\tgas_type\ncould you tell me how old you are\thow_old_are_you\nwhat was that question again\trepeat\ntransfer $100 from my checking to saving account\ttransfer\nso, where do you come from\twhere_are_you_from\nbook me a car rental in nashville\tcar_rental\ni am in the mood to listen to mack the knife\tplay_music\nwhat are some tips to build my credit score\timprove_credit_score\nhow ya doin\tgreeting\ni must procure a car rental for the 10th to the 15th in zimbabwe and i would prefer a bmw\tcar_rental\ndo i need a visa if i'm going to san jose\tinternational_visa\ncan i change your name please\tchange_ai_name\nhow many years old are you\thow_old_are_you\nwhat is the way to change motor oil\toil_change_how\nwhen was the last time i took my car in\tlast_maintenance\nhow do i change the oil in my passat\toil_change_how\nis milk one of my shopping list items\tshopping_list\nmy card got damaged and i need to report it, please\tdamaged_card\nplace a block on my capital one account right now\tfreeze_account\nplease make a reservation for us at joy bar for 4 adults\trestaurant_reservation\ndo you have a list of funny jokes\ttell_joke\nif i have garlic from sunday is it still fine to use\tfood_last\nwhat are they paying me at work right now\tincome\ndefine my health benefits\tinsurance\nwill you include kleenex on my list for shopping please\tshopping_list_update\ni need to go to phoenix sky harbor airport using uber\tuber\ni need to know how much gas i have\tgas\ngo back to whisper mode, please\twhisper_mode\nwhat are the reviews like for khin khao\trestaurant_reviews\nwhere is your family from\twhere_are_you_from\nwhy does us bank have a hold on my account\taccount_blocked\nwhat should i do if i lost my luggage\tlost_luggage\nwhat is life all about\tmeaning_of_life\nfind my credit score\tcredit_score\ncan i use regular olive oil instead of virgin\tingredient_substitution\nhow long does this dish need to be in the oven\tcook_time\nmake a payment on the electric bill\tpay_bill\nwhat interest rate am i getting from sunflower bank\tinterest_rate\nwho are you employed by\twho_do_you_work_for\nwhat amount do i make\tincome\ngiven my time, what time is it in mst\ttime\nwhat is the carry-on policy for flights on jetblue\tcarry_on\ni would like to know who programmed this ai\twho_made_you\nwould it be smart to get a plug converter when i visit israel\tplug_type\ni accidentally caught my card on fire\tdamaged_card\nhow many more miles can i drive before changing my tires\ttire_change\nyes, that is actually true\tyes\ni want to submit an application for a barclay's card\tnew_card\nwhat do i do with a damaged credit card\tdamaged_card\nhow much country of canada money would i get for $100\texchange_rate\ndo i need to get a visa to visit canada\tinternational_visa\ni want to travel to new york and i would like to rent a car\tcar_rental\ntext jean and tell him to call work\ttext\nforget reservation at longhorn for 4\tcancel_reservation\nhow long does it take to cook ham\tcook_time\nwhat kind of oil does my car take and how do i do a change\toil_change_how\nset an alarm for my meeting and another for my phone call\talarm\nwhat kind of plug does the country use\tplug_type\nhow is it going\tgreeting\nsend money to another account\ttransfer\ntalk to you later!\tgoodbye\ncan you rise the volume of this please\tchange_volume\nso where did you live when you were a baby\twhere_are_you_from\ni want new language\tchange_language\nyou know procedure to cook apple pie\trecipe\nchange my amex account pin to 1234\tpin_change\ncan you tell me some tricks and tips i can use to see an increase in my credit score\timprove_credit_score\nwhats your name by the way\twhat_is_your_name\nwhat're my wages for the week\tincome\nwhat's the deal with my health care\tinsurance\nare there any travel alerts i should know about for buenos aires, argentina\ttravel_alert\nsend ally a text message the message is that i just landed\ttext\ni need an uber to get to the bank\tuber\nhow long should i expect to wait for my new card in the mail\treplacement_card_duration\nhow do you spell out university\tspelling\nwhat pets do you currently own\tdo_you_have_pets\nwhere would i find my w-2\tw2\nhow many lira can i get for 250 dollars\texchange_rate\nwhat company wrote your code\twho_made_you\nwhat health coverage do i have\tinsurance\ndoes outback steakhouse have good reviews\trestaurant_reviews\nwhen is visa due\tbill_due\nhow busy is imanas at 6\thow_busy\nwhat is the current song\twhat_song\nwho do you take your orders from\twho_do_you_work_for\ndont forget to set a reminder to pay the bills\treminder_update\nwho can i call about my luggage\tlost_luggage\nset a meeting with tom for 5:30 tomorrow\tschedule_meeting\nhow much gas do i need to get to buffalo\tgas\ndoes cielo have good reviews\trestaurant_reviews\ni was at safeway trying to buy groceries and my card got declined\tcard_declined\ni lost my phone and need help retrieving it\tfind_phone\ni was trying to buy food at publix but my card got declined\tcard_declined\nstop talking please\tcancel\nhello\tgreeting\nwhat type of pet is in your home\tdo_you_have_pets\nwhat's the day today\tdate\nhow much fuel is in the tank\tgas\nshow me roundtrip flights from dallas to houston for march 7 and march 10\tbook_flight\nshow me all video games purchased\ttransactions\ni need to know the pin number\tpin_change\nwhat do you get if you divide 3 by 2\tcalculator\nwhat do i have in my bank accounts right now\tbalance\ni wanna apply for a bank of america travel rewards credit card\tnew_card\ni want to eat out, where should i go\trestaurant_suggestion\nhelp me change my pin number\tpin_change\nhow've you been\tgreeting\ni need meteorological data for tallahassee\tweather\nwhere did they make you\twhere_are_you_from\nwhat's ten times eight\tcalculator\nwhat sorts of subjects are you well versed in\twhat_can_i_ask_you\nhow do i check my rewards for my target card\trewards_balance\ncan you tell me the song we are listening to\twhat_song\nwhen can i expect the next holiday here\tnext_holiday\nclosest auto parts store to find replace for dead car battery\tjump_start\ni need you to freeze my account\tfreeze_account\ncan you give me information about the nutrition facts for celery\tnutrition_info\ni need to rollover my 401k\trollover_401k\ncan my credit limit on my discovery card go up\tcredit_limit_change\nwhat's the minimum payment on my bill\tmin_payment\ni want to schedule a pto request on march 1-2\tpto_request\ni need to know how to change my insurance\tinsurance_change\nwhat number of vacation days do i have\tpto_balance\ngive me current gps coordinates to my sister\tshare_location\nshare to grandma my gps coordinates\tshare_location\nwill i encounter traffic\ttraffic\ntell me when my credit card expires\texpiration_date\nis there a good fish place in salem\trestaurant_suggestion\nread me a definition for qat\tdefinition\nuse my boa account to pay the cable bill\tpay_bill\ni am nost sure why my account is blocked\taccount_blocked\nwhat's a good place to travel to\ttravel_suggestion\nare you able to track a phone\tfind_phone\nit is definitely affirmative\tyes\nis it possible to make a reservation at sushi king in virginia beach\taccept_reservations\nis unleaded ok or should i use premium\tgas_type\nfind out the reason why am i locked out of my bank account\taccount_blocked\nswitch to whisper mode\twhisper_mode\nin 4 days, what date will it be\tdate\nis bowling on my calendar\tcalendar\nchoose heads or tails and tell me what you came up with\tflip_coin\nbring up all purchases from target\ttransactions\ni want a flight booked from new york to san francisco with continental\tbook_flight\nthanks for the reply\tthank_you\nhow much money is there in my bank accounts\tbalance\nshould i get a travel visa if i want to go to guyana\tinternational_visa\ntell me today's scheduled conferences from noon on wards\tmeeting_schedule\nhow do i find when my electric bill is due\tbill_due\nwhat insurance plan am i enrolled in\tinsurance\ni believe what you just said is true\tyes\nwhat does confrontation mean\tdefinition\nare there any international transaction fees associated with my visa card\tinternational_fees\ni'd like to find the date that my gas bill is due\tbill_due\ndo you know who you report to\twho_do_you_work_for\nwhat kind of things can you help with\twhat_can_i_ask_you\ni want to know if you are a real person or an ai\tare_you_a_bot\nwill my fico score decrease if i increase my student loan debt\timprove_credit_score\nwhat kind of gas will i need to put in this car\tgas_type\nadd flour to my shopping list if it's not already on it\tshopping_list_update\nroll a six sided die for me and tell me the result\troll_dice\nhow many years have you been living\thow_old_are_you\nare you an automated assistance\tare_you_a_bot\nwhat is the record high temperature for today\tweather\nsorry, can you speak a little faster, please\tchange_speed\ni would prefer to hear the female voice\tchange_accent\ni need to take a flight from florida to alabama on january 25th and i need to get back by the 30th\tbook_flight\ni need to see all visa purchases for march\ttransactions\nwill you reserve a table at olive garden for 3 people at 7\trestaurant_reservation\nno way\tno\nwhat is 87 divided by 4\tcalculator\ncan you slow down the rate at which you talk\tchange_speed\nwhen is boarding scheduled\tflight_status\nhow much air are in my tires\ttire_pressure\nwhats the status of my delta flight\tflight_status\nwhat questions are permissible\twhat_can_i_ask_you\nare there travel alerts for europe\ttravel_alert\nhow long's it been since i had my car serviced\tlast_maintenance\ni would like you to share with me the nutrition info for chicken nuggets\tnutrition_info\nbook a reservation for 6 at shakey's under the name jason\trestaurant_reservation\ntell me the meaning of alternative\tdefinition\nwhat is my gas level\tgas\nwill i need to get a plug converter when i visit guam\tplug_type\nwhat time is in over there in pacific standard time\ttime\nwhat experiences does kentucky offer\ttravel_suggestion\ncreate a reminder to wash the dishes\treminder_update\nwhat will tomorrow be on the calendar\tdate\ncan i get the interest rate for my checking account\tinterest_rate\ni think someone stole my card and used it\treport_fraud\ncan you reset your factory settings\treset_settings\ndo we have good news in the form of vacation approval\tpto_request_status\nwill there be heavy traffic near downtown philadelphia from lincoln drive in the next two hours\ttraffic\ntell me what you think my name is\tuser_name\nwhat will the weather be like\tweather\nwell, i guess maybe\tmaybe\ngive me the name of the insurance plan that i enrolled in\tinsurance\ni'm here at dia but my luggage isn't!\tlost_luggage\nshare location with david\tshare_location\nwhat's the status of my american airlines flight\tflight_status\ncheck reservation availability for 2 at red lobster at 8pm\trestaurant_reservation\nspeak up\tchange_volume\nhelp me learn something intriguing about turtles\tfun_fact\ncan you tell me what song this is\twhat_song\nis the bill due today\tbill_due\nplease add milk on my shopping list, if it is not already on it\tshopping_list_update\nplease go on amazon so i can buy bluetooth speakers\torder\ni wanna know my credit score\tcredit_score\nwhy was my card not accepted\tcard_declined\ncall an uber to mcdonalds\tuber\ni heard that opening a new account will decrease my credit score, is it true\timprove_credit_score\nwhat is my tire pressure\ttire_pressure\nare you 16 years old\thow_old_are_you\nwhat timezone is milan in\ttimezone\nlet me know what the exchange rate between dollars and pesos is\texchange_rate\ntranslate english to french hello\ttranslate\nhow high is my credit limit\tcredit_limit\nroll die\troll_dice\nwhy did you decline my card at sfo\tcard_declined\nhow much does my water and electricity cost\tbill_balance\ncan i get an uber for 2 to go to austin\tuber\ni wanted to remember somethings, what was it\treminder\nwhat is 500 x 25\tcalculator\nyes, that's affirmative\tyes\ncan you confirm my reservation for 6 at the outback\tconfirm_reservation\nplease read my list of reminders\treminder\ncarry-on restrictions for air emirates\tcarry_on\nno, you are wrong\tno\ntell me what i have in my money market account\tbalance\ndisconnect from my phone now\tsync_device\ncould you share my credit card's apr\tapr\ncan you tell me how to jump start the car\tjump_start\nhow can i cash in on the rewards i earned through my american express card\tredeem_rewards\nkeep volume at 4 all the time\tchange_volume\nhelp me to remember to pick up stan later\treminder_update\ni believe that there is some fraudulent activity on my capital one account\treport_fraud\nwhat's my rewards balance on my discover\trewards_balance\ncan you tell me how healthy apples are\tnutrition_info\nmy card split in half, can i report it\tdamaged_card\nwhat kinds of things can i ask you\twhat_can_i_ask_you\nwhat foods do i buy to put into a korean dinner\tingredients_list\nhow old are you today\thow_old_are_you\ni'd like to hear a fun fact about adult entertainment\tfun_fact\ni would like to change my pin number for my chase account\tpin_change\ncan you tell me where the nearest rest station to me is\tdirections\ni have been spending a lot on food out lately\tspending_history\nwould you provide me with italian cuisine dinner suggestions\tmeal_suggestion\nwhat's my current credit limit\tcredit_limit\nwhat sorts of things do you do to have a good time\twhat_are_your_hobbies\nthat's inaccurate\tno\ncan you put in a pto request for march 7th to the 9th\tpto_request\ni wanna know how many points have i earned with my credit card\trewards_balance\nget me instruction to change oil\toil_change_how\nhow long have you been around\thow_old_are_you\nplease set a timer for me\ttimer\nwhat times are my meetings\tmeeting_schedule\nexplain some trivia about lebron james\tfun_fact\nmy meeting with alice is scheduled for when\tmeeting_schedule\nwhen will my paycheck be available\tpayday\na w2 form can be gotten from where\tw2\ngive me the timezone where vancouver is\ttimezone\nwhen will my milk be no good\tfood_last\nstart a new text to maureen and tell her i go mom's christmas present\ttext\nwhat amount of days off have i already utilized\tpto_used\ncan i increase the credit limit for my western union credit card\tcredit_limit_change\nhow do i jump start my car\tjump_start\nwhat all is in gumbo\tingredients_list\nwhat is the minimum payment\tmin_payment\nwhat's the currency conversion between rubles and yen\texchange_rate\nlet me see the reminder list please\treminder\ncontact avis and see if they have cars available\tcar_rental\nwho you work for, please\twho_do_you_work_for\ncan i raise the limit to 500 dollars\tcredit_limit_change\nwhen will our next day off be\tnext_holiday\nwhat are the rules for traveling with toothpaste\tcarry_on\nwhat are the currect travel alerts in africa\ttravel_alert\nfriday 5pm schedule a room for meeting\tschedule_meeting\nplay the song called wreckless love\tplay_music\nwhat is the exact number of my salary\tincome\ndoes my great western bank account allow me to order more checkbooks\torder_checks\ntell me a cool fact about reno\tfun_fact\ncould i rent a car out of dallas from april 1-10\tcar_rental\ni have to report fraudulent activity on my bank of the west card\treport_fraud\nstart my vehicle\tsmart_home\nhow many euros can i exchange for 200 yen\texchange_rate\nwhat ingredients are in tortillas\tingredients_list\nhow to report bent credit card\tdamaged_card\nis the traffic backed up at the closest circle k\ttraffic\nhow high is my credit limit for my bank of america card\tcredit_limit\ndo i have any calendar entries for march 8th\tcalendar\nhow do i share where i am, with another person\tshare_location\ni need an uber for 3 passengers to go to madison square garden\tuber\nsearch for the nearest atm to newark penn station, newark in new jersey\tdirections\nwhat are the ways i can transfer my 401k\trollover_401k\ntrey needs my current location\tshare_location\ncalculate the limit i have available for spending on my natwest card\tcredit_limit\nwhat hobbies do you like\twhat_are_your_hobbies\nis there a greater purpose in life\tmeaning_of_life\nwould you say you like dogs more or cats more\tdo_you_have_pets\ngive me my credit card expiration date\texpiration_date\ncan you tell me about the meaning of life\tmeaning_of_life\ngo ahead and talk faster now\tchange_speed\nenglish to spanish for dog\ttranslate\nwhere would century bank have their routing number listed\trouting\nwhat is the process to get some more checkbooks mailed to me\torder_checks\ni need to report a card that's been lost but i dont know how\treport_lost_card\nhow many miles per gallon does my car get\tmpg\nchange back to the factory set up\treset_settings\ntell me how to make changes to my insurance policy\tinsurance_change\ni need to talk to someone on the phone\tmake_call\ncheck my reminders for mop and floor\treminder\ncan you text bill and tell him i love him\ttext\nfind out the cost of my bill payments\tbill_balance\ni need to know how much i make at my job\tincome\nis it okay to listen to elvis' music\tplay_music\nhow many pto days are available\tpto_balance\ni want to hear what is on my reminders list\treminder\nwhat's the timezone for london\ttimezone\ngo back to the original settings now\treset_settings\nbring the volume up overall\tchange_volume\nyou have what types or kinds of pets\tdo_you_have_pets\nwhat are some interesting things i can do while in raleigh\ttravel_suggestion\n"
  },
  {
    "path": "data/clinc/train.tsv",
    "content": "text\tlabel\nthat is accurate\tyes\ni need to switch to a new insurance plan\tinsurance_change\nplease put annie's baby shower on march 30 in my calendar\tcalendar_update\nwhat's the average time it takes for a new card to arrive\treplacement_card_duration\ncertainly not\tno\nwill i need a visa to go to moldova\tinternational_visa\nyes, that's right\tyes\nhas there been any changes in the status of my credit card application\tapplication_status\nhow long should i fry an egg for\tcook_time\nhow long is the drive from sfo to fisherman's wharf\tdistance\ni'm too drunk to drive and need an uber home\tuber\nwhat is my annual percentage rate\tinterest_rate\ncall aj\tmake_call\nthat is incorrect\tno\ni need to get some assistance figuring out how to rollover my 401k, please\trollover_401k\nplease put babysitting on my to do list\ttodo_list_update\nis there a charge to use my card in france\tinternational_fees\nare you working for me or what\twho_do_you_work_for\ni need to know when i was paid last\tpayday\nwhat's the updated status of my order\torder_status\nwhat should i do now that my car battery is dead\tjump_start\nwhat do i do to set up a vacation\tpto_request\ni vote yes\tyes\ntell me the number of points on my visa card\trewards_balance\ni'd like to add pancake mix to my shopping list if it's not already there\tshopping_list_update\ndo i have transaction fees if i use my american card internationally\tinternational_fees\ni wanna switch to the male voice\tchange_accent\nfind my current location\tcurrent_location\nwhat timezone is phoenix in\ttimezone\ni'm looking for a flight from billings to cleveland on may 2 and a return on may 9\tbook_flight\nwould you mind switching to whisper mode\twhisper_mode\nhow many calories are in oranges\tcalories\ndo i have brush my teeth on my todo list\ttodo_list\ncan i ask your name\twhat_is_your_name\nit could be either\tmaybe\nwhat exactly is my credit limit\tcredit_limit\ncan you let me listen to elvis\tplay_music\nvisa's are hard to get do i need one when i travel to israel\tinternational_visa\nclear my calendar on march 1st\tcalendar_update\nlet me pick your brain what do you think we should do for dinner tonight\tmeal_suggestion\ni'm out of bananas; add to shopping list\tshopping_list_update\nis my day off request approved\tpto_request_status\nroll the five sided die\troll_dice\nwhat's the timezone over there\ttimezone\ni would like to change my insurance from a ppo to an hmo plan\tinsurance_change\ni wanna know when should i get my tires changed next\ttire_change\nwhat is good riddance mean\tdefinition\nwhy can't i log into my bank account\taccount_blocked\nwill i be charged if i use the card in italy\tinternational_fees\nhow many calories are in a bag of regular doritos\tcalories\nyou talk too slow\tchange_speed\nwhat name do you go by\twhat_is_your_name\nwhich ingredients does gumbo have\tingredients_list\nwhen can i start boarding my flight\tflight_status\nthanks, bye\tgoodbye\nlet's add wonder by hillsong united to my playlist\tupdate_playlist\nwhat are some good southern bbq restaurants in nashville\trestaurant_suggestion\ncan you show me transactions related to utilities\ttransactions\n\"i want to hear the song that has, \"\"baby shark, doo doo\"\tplay_music\ncan i increase my credit limit from 1000 to 2000 please\tcredit_limit_change\nwhen will my credit card app be approved\tapplication_status\nhow is everything with you\tgreeting\ni need you to flip a coin once\tflip_coin\nhow do i check my rewards for my chase card\trewards_balance\nto vacation to tel aviv do i need a travel visa\tinternational_visa\nwho is it that you work for\twho_do_you_work_for\ncan you get me any recommendations for the place i'm traveling to\ttravel_suggestion\ni want a hotel with good review in honolulu, can you find one\tbook_hotel\nwhen will i need my next oil change\toil_change_when\nwhat are your favorite hobbies to take part in\twhat_are_your_hobbies\nplease cancel the table for two at burger king\tcancel_reservation\ni need to know the date in 256 days\tdate\ntell me about my health insurance\tinsurance\ni need to obtain and uber\tuber\non my shopping list, remove eggs\tshopping_list_update\ndo i have reservations at creme at 7 pm\tconfirm_reservation\ncan you suggest some quality chinese restaurants in oklahoma city\trestaurant_suggestion\nhow long does it take to get to the airport in dallas\tdistance\nwhat is three quarters of one sixth\tcalculator\ni would like to try and confirm that i have a reservation at macaroni grill for silva\tconfirm_reservation\nwhat animals await you at home\tdo_you_have_pets\nwhat's the amount due on my vet and vehicle registration bills\tbill_balance\nplease increase your speaker volume\tchange_volume\nfind instructions for how to change the oil in a 2015 passat\toil_change_how\nplease speak faster\tchange_speed\nthanks for that!\tthank_you\nhow do you say your name\twhat_is_your_name\nhow many days until my amex card reaches it expiration date\texpiration_date\nhow long until my milk expires\tfood_last\nplease put a block on my us bank account immediately\tfreeze_account\nlook up the song that's on right now\twhat_song\ni need the time zone for la\ttimezone\nhow are you named\twhat_is_your_name\ni have had farm fresh eggs in the fridge for a few months, are they still okay to ingest\tfood_last\nlet me know the list of transaction on my first hawaiian bank\ttransactions\ncan you book a car rental today to new york city to philadelphia\tcar_rental\ni must pay my cable bill from my checking account\tpay_bill\ni would love to know the closest gas station to glendale\tdirections\nwhat date will my next paycheck be here\tpayday\nwill i have enough to get a new roku with my savings account\tbalance\ni think my luggage has been lost\tlost_luggage\nbook an oil change please\tschedule_maintenance\nwhy am i seeing a hold on my charles schwab account\taccount_blocked\ntell me when was car in shop\tlast_maintenance\nwhen will i need to change my oil again\toil_change_when\nwhat is the amount of gas in my car\tgas\ntalk faster\tchange_speed\ndoes my card have an expiration date and if so, what is it\texpiration_date\ndo you have a list of shots that i need for traveling to denmark\tvaccines\nwhat did i ask you to remind me of\treminder\ni need to know how many vacation days i have\tpto_balance\ncan you book me a hotel in los angeles near commerce casino from april 1st to the 5th\tbook_hotel\ni'd like a placed booked in san diego from may 1st, 2020 to june 2nd, 2020\tbook_hotel\ntell me the date of my last car check up\tlast_maintenance\ncan you put on music by beach house\tplay_music\non tuesday you are supposed to have a meeting\tcalendar\nhow much paid time off do i have saved\tpto_balance\nare you a person that's real\tare_you_a_bot\nwhat festivals are there to see in paris\ttravel_suggestion\ni need to know if i must have an international visa to go to france\tinternational_visa\ni need to know the travel alerts for kenya\ttravel_alert\ndo i have any remaining pto days\tpto_balance\nis my phone somewhere around here\tfind_phone\nmy card expires in what month\texpiration_date\ntell me the status of flight dl123\tflight_status\ncheck to see if picking up glenn from the airport is on my list of reminders\treminder\ncan you tell me where my phone is\tfind_phone\ntell me what cyst means\tdefinition\ni need help finding the apr on my aspire loan\tinterest_rate\ni need a hotel room for 4 people in lakewood from monday to wednesday\tbook_hotel\ni want to know the status of my vacation request\tpto_request_status\nthe pin number to my card has been forgotten\tpin_change\nwhat's next on the list\tnext_song\nlet me know when it's been 5 minutes\ttimer\nplease tell me the name i should use when talking to you\twhat_is_your_name\nwhat do you use when you make a chef's salad\tingredients_list\nmake my settings go back to their factory settings\treset_settings\ndoes the state department say anything about traveling to haiti\ttravel_alert\ni want know about carry-on for frontier\tcarry_on\nwhat mpg does this car get on the highway\tmpg\ncan you tell me what 30% off 279 is\tcalculator\nadd eggs to my shopping list if it's not already there\tshopping_list_update\nwill my 401k carryover\trollover_401k\ntell the restaurant to cancel my reservation\tcancel_reservation\nchange settings to sound like a female\tchange_accent\nwhat meetings do i have today from 3 to 4\tmeeting_schedule\nhow is the temperature at ac\tsmart_home\nwhats your name\twhat_is_your_name\ncould you tell me what my credit score is\tcredit_score\ncan you tell bob to get his dog via text\ttext\nafter how long should i change my oil\toil_change_when\nwhen's the next federally recognized holiday\tnext_holiday\nwhy did macy's decline my card\tcard_declined\nwhat are some things you like doing\twhat_are_your_hobbies\nhow many cups in a quart\tmeasurement_conversion\nwhat is my savings balance\tbalance\nwhat do you know me as\tuser_name\nwhat time is my next paycheck coming\tpayday\ni need you to act swiftly and freeze all activity on my capital one checking\tfreeze_account\npay my gas bill with my checking account\tpay_bill\nwhats the exchange rate for us dollars to british pounds\texchange_rate\ncan you tell me what gas this car takes\tgas_type\nthe timer is calculated for 10 minutes\ttimer\nlet me know the number of vacation days i have\tpto_balance\nit is time to say goodbye\tgoodbye\nwould you please put a block on my chase account right away\tfreeze_account\ni want a block placed on my checking account right away\tfreeze_account\ncan you tell me the correct spelling of liaison\tspelling\nit is very much false\tno\nwhat is the sitting time at this restaurant\thow_busy\nwhen does my oil need to be changed\toil_change_when\ni need to know how many teaspoons are equivalent to two tablesppons\tmeasurement_conversion\nwhat's your age alexa\thow_old_are_you\nwho would you say that you are working for\twho_do_you_work_for\nhow long will it take to get a new card\treplacement_card_duration\nplease add this song to my country music playlist\tupdate_playlist\nplease talk a bit faster\tchange_speed\nrepeal the dinner reservation\tcancel_reservation\ndo the shower playlist please\tplay_music\ncould you connect to my phone\tsync_device\ni want to hear something funny\ttell_joke\njump to the next song on this playlist\tnext_song\ngive me the routing number for my paragon account\trouting\nflip a coin, i choose heads\tflip_coin\nthat's definitely false\tno\ndoes mexico require an international visa\tinternational_visa\ntrack down my phone for me\tfind_phone\nwhat is my limit on my visa card\tcredit_limit\nmy luggage has not arrived and i would like help locating it\tlost_luggage\nare there any openings in new york city from april 2 through april 8\tbook_hotel\nhow old is al\thow_old_are_you\nhow is the traffic near lexington\ttraffic\nwhat is 2+2\tcalculator\nwhat percentage of gas do i have left\tgas\nare you able to help with booking a car rental in seattle\tcar_rental\ndo you know how to say where is the restroom in french\ttranslate\nhow do i make my credit score better\timprove_credit_score\ni need you to give me a suggestion for what to make for dinner\tmeal_suggestion\ncan you teach me how to set up direct deposit, or show me who can\tdirect_deposit\ni just finished taking out my recycling, so cross that off my to do list\ttodo_list_update\nwhat is the reason for whole foods declining my card\tcard_declined\ncan i reserve tables at the new york restaurant\taccept_reservations\nhelp me set a timer please\ttimer\nhow expensive is it to fuel this car\tmpg\ncan you schedule a meeting with steve at the office\tschedule_meeting\nremember to play the next number on this particular playlist\tnext_song\ndirect me to the application for a new credit card\tnew_card\nwhat types of questions do you have a response for\twhat_can_i_ask_you\ncheck me out on the map\tcurrent_location\ni am going to call the landlord\tmake_call\ni am looking for my phone\tfind_phone\nfor friday, add a doctor's appointment to my calendar\tcalendar_update\nshould i get an oil change\toil_change_when\ntalk to you soon, bye!\tgoodbye\ntell me how to jump start my own car battery\tjump_start\ncan you talk to me in french\tchange_language\ni am in need of my w2 for tax reasons; provide me where to get it\tw2\nhelp me to transfer my 401k\trollover_401k\ndates for my car in the shop\tlast_maintenance\nturn up your volume\tchange_volume\ntell me everything on my calendar for may 1\tcalendar\nis butter ok to use instead of oil\tingredient_substitution\ni want to talk to you about your hobbies\twhat_are_your_hobbies\ni have points on my capital one card and i'd like to know how many i've earned\trewards_balance\nis there a wait time to get into tgifridays\thow_busy\nwhat is the process for making a vacation request\tpto_request\nwhat's the weather like today\tweather\nplease suggest a meal from italy to me\tmeal_suggestion\nreserve a table for 3 at outback steakhouse under the name lance at 7:00pm\trestaurant_reservation\nai, please stop your current task\tcancel\nwhen will it be in 10 days\tdate\nturn off whisper mode\twhisper_mode\nhow much have i spent on starbucks since the beginning of 2019\tspending_history\nclear my to do list\ttodo_list_update\nif i go to brazil, do i need to get an international visa\tinternational_visa\nai, flip a coin for me\tflip_coin\nwhich meetings do i have today\tmeeting_schedule\ncan you tell me what dirge means\tdefinition\nplease repeat the last thing\trepeat\ncan you look and see how many days off i have taken so far since january\tpto_used\nhow much are the taxes on my income\ttaxes\nthat appears true\tyes\nwhat pets do you have\tdo_you_have_pets\ni think there has been a fraud on my black visa card, can i report it\treport_fraud\nforget what i told you to do\tcancel\nhow many dollars can i exchange for 200 pounds\texchange_rate\ncan applebees take reservations\taccept_reservations\nwhen was the date that i was last paid\tpayday\nhow much pto is gone\tpto_used\nwhen did i get my last paycheck\tpayday\ni need a replacement phone charger ordered online\torder\ni don't have butter can i use oil\tingredient_substitution\nwhats the timezone for modesto\ttimezone\nhow do you spell verisimilitude\tspelling\ncan you tell me my income tax\ttaxes\ni want a pic of how to jump start\tjump_start\ni need to set up a new pin number for my college fund account\tpin_change\nhow is my credit score rated\tcredit_score\nclear my calendar on feb 28\tcalendar_update\nhow do i redeem my visa points\tredeem_rewards\ni need to know my routing number\trouting\ninitiate a phone call with receptionist\tmake_call\nplease adjust your settings\tchange_volume\nroughly how long can i leave bananas in the freezer before i have to throw them out\tfood_last\ni need buy a birthday gift for sue taken off my calendar  it is on monday or tuesday last week\tcalendar_update\nhow long will it take to get to tacoma\tdistance\nplease tell me the reason for the hold on my bb&t account\taccount_blocked\nwhat is the name you would use for me\tuser_name\neither of them could be i'm not sure\tmaybe\ncan you give me instructions on how to make alfredo\trecipe\nwhere can i get my w-2\tw2\nis grocery shopping on my reminders list\treminder\nwhen was my car last in the shop\tlast_maintenance\nwhere do i find the routing number for navy federal\trouting\nset up a reminder so i don't forget the baby shower this weekend\treminder_update\nwhats the current exchange rate between usd and eur\texchange_rate\nis there another person that controls you\twho_do_you_work_for\nhow long do i need to cook pot au feu for\tcook_time\nif i go by bus, how long will it take to get to the airport\tdistance\nhow many points have i earned with my chase card\trewards_balance\nremind me of which insurance plan i'm currently enrolled in\tinsurance\nhow much air remains in my tires\ttire_pressure\ndo you have instructions on jump starting a chevy\tjump_start\nwhat in the world is my credit rating\tcredit_score\nhow many vacation days have i accumulated\tpto_balance\nhow long does it take until i reach the sky harbor airport\tdistance\nplease check my tires and let me know if i have sufficient air in them\ttire_pressure\nwhat is the meaning of the word girn\tdefinition\ni need help figuring out where my phone is\tfind_phone\nwhat plug types are there in cuba\tplug_type\nhow many miles will it take to get to my destination\tdistance\nhow high is my credit limit for my walmart card\tcredit_limit\nwhen is my meeting with infrastructure\tmeeting_schedule\ni want to know if my application for a credit card at community bank has been approved or not\tapplication_status\ntimer for 5 minutes\ttimer\nthere's been some fraudulent activity on my card\treport_fraud\nsend sarah my current location\tshare_location\nwhen did i take my car to the shop last\tlast_maintenance\nhow healthy is tacos\tnutrition_info\nwhat do i owe to jcp\tbill_balance\nplease find me a recipe for spaghetti now\trecipe\ncan you please help me locate my luggage\tlost_luggage\nimagine you had to pick a preferred animal between cats or dogs, which will you pick\tdo_you_have_pets\ndo i need shots before traveling to mexico\tvaccines\nmaybe one, maybe the other\tmaybe\ni have lost my card, what am i supposed to do\treport_lost_card\ncan you tell me about the traffic typically at noon on the route the hospital\ttraffic\ndoes travel to africa require any shots\tvaccines\nsuggest some things for me to do while i am in los angeles\ttravel_suggestion\ni gotta have a 10 minute timer\ttimer\ndo you know my work income\tincome\nwhat is life’s meaning\tmeaning_of_life\nare you employed by someone else\twho_do_you_work_for\ntell me the last time i had my car checked out at sam's repair shop\tlast_maintenance\nwhat do you do on off days\twhat_are_your_hobbies\nwhat things are you able to help me with\twhat_can_i_ask_you\nbring the sound up\tchange_volume\nhow is the word acquaintance spelled\tspelling\ni just flew in on american airlines flight ab123 from chicago and can't find my luggage\tlost_luggage\nplease immediately disconnect this mobile\tsync_device\nplease remind me of something\treminder_update\nwhat timezone is melbourne in\ttimezone\nenable whisper mode\twhisper_mode\ni want to pay my electric bill\tpay_bill\ncan you tell me how to spell the word schadenfreude, i don't know how it's spelt\tspelling\ngive me a list of ingredients for making pasta\tingredients_list\nleave whisper mode\twhisper_mode\nwhat is the name of your boss\twho_do_you_work_for\nis milk in my shopping list if not, add it\tshopping_list_update\ncan i raise the credit limit for my discover card\tcredit_limit_change\ngo back to your normal settings please\treset_settings\nhow good are the ratings for the olive garden\trestaurant_reviews\nwhich gas type does this car take\tgas_type\nwhen was my last payment\tpayday\ni need to know when my card is set to expire please\texpiration_date\nreserve me a flight from ft lauderdale to houston on southwest\tbook_flight\nwhat are the carry on limits for delta flights\tcarry_on\nsearch for a flight out of la to chicago on march 3rd for under $500\tbook_flight\ngive me today's date\tdate\nis there a certain kind of fuel needed\tgas_type\nwhat's my credit rating right now\tcredit_score\nany word on my healthcare plan\tinsurance\nplease tell me how to ask for a taxi in french\ttranslate\ni need to change my pin number for my checking account\tpin_change\nlets go with heads or tails\tflip_coin\nwhat was the problem with my card yesterday\tcard_declined\ncomplete a roll on a 4 sided dice\troll_dice\nsigning off\tgoodbye\nwhen will my car need an oil change\toil_change_when\nwhat does the word ataraxy mean\tdefinition\nare there any travel alerts in that region\ttravel_alert\nwhat track am i listening to\twhat_song\ntext matt and tell him i will be late tonight\ttext\nyou know the reservation i have on 2:00 friday i confirm it\tconfirm_reservation\nis the next day off coming up\tnext_holiday\nwhat's my visa limit\tcredit_limit\ni would like nutrition facts for spaghetti carbonara\tnutrition_info\nhow many weeks of vacation time do i have\tpto_balance\nis it possible to order more checkbooks for my chase bank account\torder_checks\ncan you tell me what the ac is on\tsmart_home\ndirect deposit information\tdirect_deposit\ni need to buy everything on the shopping list\torder\nhow much money do i have coming in each month\tincome\ncreate a pto request for march 21st to march 26th\tpto_request\nwhat do you go by\twhat_is_your_name\nneed to transfer from one account to my other one\ttransfer\nwhen was my car last worked on\tlast_maintenance\ntell me how long until the next day off\tnext_holiday\nis there someone i can talk to since i am in the airport waiting for my luggage which never came\tlost_luggage\nis it ok to use ketchup instead of mustard\tingredient_substitution\nplease schedule a meeting with kim at 10 am\tschedule_meeting\ntell me the gas mileage on my car\tmpg\nhow do i schedule vacation days\tpto_request\nlet my credit card company know that my card split in half\tdamaged_card\nreverse a table for 5 at burger king under the name sara at 6\trestaurant_reservation\nx needs to be called by me\tmake_call\ni need a mexican meal suggesstion\tmeal_suggestion\nhow do i get to the fine arts center by foot\tdirections\nin the central timezone, what time is it\ttime\nspeak in french please\tchange_language\nwhat time is it in punta gorda, florida\ttime\nhow long will it take me to get to walmart\tdistance\nis it safe for people to travel to pakistan\ttravel_alert\nwhat is my visa card limit\tcredit_limit\nhello, how are things\tgreeting\nwhat sort of jokes do you know\ttell_joke\nsay that i am in tulsa, will i be charged even more if i use my card\tinternational_fees\ni need to know if i need a visa to travel to el salvador\tinternational_visa\nadd my dentist appointment to the calendar\tcalendar_update\nwhat things do you like to do\twhat_are_your_hobbies\nso please reset your factory settings\treset_settings\nhas my vacation request been updated\tpto_request_status\nhow good are the ratings for chez panisse\trestaurant_reviews\nlook up the credit limit for my visa\tcredit_limit\nyou are wrong\tno\ni want to report fraudulent activity on my visa\treport_fraud\ncan you translate that to french\tchange_language\ngreat talk, thanks\tgoodbye\nrevert to original settings\treset_settings\nmark down that i will be in rome from february 1 to march 1 and notify my bank\ttravel_notification\nare there any meetings on my calendar today\tmeeting_schedule\nafter losing a credit card, how long does it take to get a new one\treplacement_card_duration\nplease roll the 5 sided dice\troll_dice\ncould you tell me if you're a real person\tare_you_a_bot\nplease increase the speed of your speech, it is too slow\tchange_speed\n5 people are going to be at tropicana by 8pm, reserve the table under martins name please\trestaurant_reservation\nwhat's your age right now\thow_old_are_you\nhow do i find out my credit rating\tcredit_score\nschedule an uber to the mall\tuber\nwhat is the high temperature for tomorrow\tweather\ni want to change my savings account pin to 1234\tpin_change\ncould you start a timer for me\ttimer\nchange your name to something funny\tchange_ai_name\ni just got this new job but i need help with my 401k rollover\trollover_401k\nrolls have how many calories\tcalories\nwhen will i received a replacement card\treplacement_card_duration\ntell me the song that is currently playing\twhat_song\ni need to know my rewards balance on my discover card\trewards_balance\nstart responding to joe\tchange_ai_name\ndid i include butter in my shopping list\tshopping_list\nwhat is the definition of valor\tdefinition\nabout how much time will it take to get to the laundry in this area\tdistance\nhow many more miles can i drive on my current tank\tgas\nnice to speak with you\tgoodbye\nwhat exactly is my pin\tpin_change\ni recently took a new job and need help with my 401k rollover\trollover_401k\ni need to report that my card is lost\treport_lost_card\ni've lost my luggage what should i do now\tlost_luggage\nchange response language from mandarin to english\tchange_language\nverify my reservation for smith and wollensky at 6:45\tconfirm_reservation\ncome again\trepeat\nmy card has a deep crease through the middle so i would like to report it\tdamaged_card\nwhy don't i have access to my bank account\taccount_blocked\nhello siri\tgreeting\nhow can i take a bus to dallas\tdirections\nwhat's a good italian meal\tmeal_suggestion\nwhat is the sum of 10 plus 5\tcalculator\nwhat is 4 + 4\tcalculator\ni should use what kind of oil and can you help me change it\toil_change_how\nhow is my calendar looking for may 6th\tcalendar\nhow often should i change the oil\toil_change_when\ni would like everything on my shopping list ordered\torder\nwhat are some mistakes to avoid so that my credit score stays high\timprove_credit_score\nwhat is the amount of time to keep milk refrigerated\tfood_last\ni need a bed in brownsburg near walmart from apil 4th until the 5th\tbook_hotel\nwhat is the name of the person who made you\twho_made_you\nget a text to mark\ttext\ncreate a new reminder to study for my final exams\treminder_update\nfind travel alerts for haiti\ttravel_alert\nhow many calories should i plan to be in a donut\tcalories\ni need to know when my flight scheduled to board\tflight_status\nnotify my bank i'll be in rome from the 1st to the 17th\ttravel_notification\ni need you to schedule a meeting with bob brown at noon the day after tomorrow\tschedule_meeting\nwhat is the gas mileage on a 2012 ford fusion\tmpg\nwhat's the right way to spell miscellaneous\tspelling\nis the meeting with lisa today\tmeeting_schedule\nskip this song, please\tnext_song\ngive me tomorrow's date please\tdate\nhow much snow will we be getting tomorrow\tweather\nfill me in on the reviews for ruby tuesday\trestaurant_reviews\nhow long until i need to change my oil\toil_change_when\nyour a bot aren't you\tare_you_a_bot\nwhat kind of interest can i expect with my chase account\tinterest_rate\nwhat's your boss' name\twho_do_you_work_for\nsend mom a text asking where are you\ttext\nhow much tax do i owe\ttaxes\nskip and next\tnext_song\nwhat's the typical wait time at red lobster\thow_busy\nthat’s not correct\tno\nstop talking\tcancel\ni dropped my card in my gasoline and the printing wore off\tdamaged_card\ni will be in boston from march 2 to march 4 can i rent a car for that time\tcar_rental\nthis was a nice conversation\tgoodbye\nwhat's the status of by delta flight\tflight_status\ninform my bank i'm seeing italy\ttravel_notification\nwhat company do you toil for\twho_do_you_work_for\ncan i call you by any name\twhat_is_your_name\nwould you say i need new tires if i last bought them on the 24th\ttire_change\nwhat is some trivia about frog\tfun_fact\nwhat is the pressure of my tires\ttire_pressure\nwhat's the amount of time off i've had\tpto_used\nput me on a call to sally\tmake_call\nhelp me find someone to look at my check engine light\tschedule_maintenance\napproximately how long does it take to get to the resort in miami\tdistance\ncan i use sour cream instead of yogurt\tingredient_substitution\nare there any expected delays for flight dl123\tflight_status\nmy name is brad\tchange_user_name\ni want to get new insurance\tinsurance_change\nplease give me today's date\tdate\num, i'm not quite sure\tmaybe\ncan you text kayla and tell them im running late\ttext\ni need someone to look at my check engine light\tschedule_maintenance\nthank you for chatting with me, bye\tgoodbye\nhow much gas does this use in the city\tmpg\ni need to send my current location to sean\tshare_location\nactivate my furnace please\tsmart_home\ni need to know the time\ttime\nis crushed garlic the same as powdered garlic for a spaghetti sauce\tingredient_substitution\ni want directions to phoenix\tdirections\nclear my entire schedule for april 1\tcalendar_update\nfalse\tno\ni need to know the name that you have for me\tuser_name\nmake an appointment to check my tires\tschedule_maintenance\ni want to know my interest rate\tinterest_rate\nif i would like to set up direct deposit, how do i do it\tdirect_deposit\nname a good restaurant near me\trestaurant_suggestion\nignore the previous command\tcancel\nlet sal know by text i will be attending\ttext\ni want change your name to russ\tchange_ai_name\ni would like to try and confirm that i have a reservation at chili’s for melinda\tconfirm_reservation\nhow much farther is orlando from my location\tdistance\nwhat is your country of origin\twhere_are_you_from\nhow would i go about setting up a direct deposit\tdirect_deposit\nbook me a hotel room in memphis for 3 people from 3/6 until 3/10\tbook_hotel\ni need to get some assistance figuring out how to rollover my 401k\trollover_401k\nwhat is the next song to be played\tnext_song\ni am thinking of switching to a different insurance plan\tinsurance_change\ni need to book a hotel in ny, queens arrive on 8th and leave on the 13th\tbook_hotel\nare there any travel alerts for seattle\ttravel_alert\nwhat is the expiration date on my credit card\texpiration_date\ncan i rent a sports car in augusta for 3/4 through 3/8\tcar_rental\nis my apr for my credit card available\tapr\nplease aid in my searching for my lost phone\tfind_phone\nthank you goodbye\tgoodbye\ni would like to make a pto request for july 17th and 18th\tpto_request\nhow many pesos equals 500 dollars\texchange_rate\ni think there's a fraudulent transaction on my account\treport_fraud\nwhat do i do to order new checkbooks for my well's fargo account\torder_checks\ndo you think my name is jeff\tuser_name\nwhat's the nutritional information for steak\tnutrition_info\nplace a stop on my bank account\tfreeze_account\ntell me my car's fuel economy\tmpg\ncross off grocery shopping from todo list\ttodo_list_update\nhow can i cash in my credit card points\tredeem_rewards\nhow do you cooked eggs\trecipe\nis is very much true\tyes\nwhat is walker bank paying me in interest on my account\tinterest_rate\nwill you repeat that, please\trepeat\nhow much credit do i have on my discover card\tcredit_limit\nthe place you were born is\twhere_are_you_from\ni need new checks\torder_checks\ni couldn't say\tmaybe\nhow much is my comcast bill\tbill_balance\ntell me when the milk will expire\tfood_last\nwhat is the sum of 3 plus 5\tcalculator\ncould you roll over my 401k for me\trollover_401k\ncould you tell me how to make changes to my insurance policy\tinsurance_change\nwhat steps should i take to improve my credit score\timprove_credit_score\nuse the map and pinpoint my position\tcurrent_location\nwhat is my gross income per pay period\tincome\nwhat is the meaning of supercede\tdefinition\nwhat do i need to make chicken salad\tingredients_list\ndoes laos require a travel visa\tinternational_visa\nmy card's magnetic strip is not working and i want to notify them\tdamaged_card\nwhat's fun to do in thailand\ttravel_suggestion\ni need more cat food, please order some\torder\nshow me the transaction on mcdonald\ttransactions\nengage all the door locks\tsmart_home\nspeak french\tchange_language\nadd a song to my rock playlist\tupdate_playlist\nhow can i cash in rewards on my discover card\tredeem_rewards\nwill i need a visa to visit ireland\tinternational_visa\nwhat are some of your hobbies\twhat_are_your_hobbies\ni would prefer to hear you speak like a british male\tchange_accent\nwhat kind of gas should i use to fill the car\tgas_type\nwhich timezone is england in\ttimezone\nwhat's the title of this track\twhat_song\nhow long until my flight is here\tflight_status\ntravel alert in cuba\ttravel_alert\ni need the routing number to my chase checking account\trouting\ntell me about your hobbies\twhat_are_your_hobbies\nyou are so nice to think of me\tthank_you\nhow much pto have i depleted\tpto_used\nadd this song to my jazz playlist\tupdate_playlist\nwhat is the sum of 8 + 3\tcalculator\ni need reviews for places serving tacos in chicago\trestaurant_suggestion\nis butter a substitute for oil\tingredient_substitution\nis it recommended to get any specific shots before i travel to canada\tvaccines\ni want you to use whisper voice now\twhisper_mode\ndo i have anything on my calendar next sunday\tcalendar\ncan i increase the credit limit on my walmart card\tcredit_limit_change\nwhat song am i hearing\twhat_song\nabout how long should you cook lasagna\tcook_time\nwhat do you know me by\tuser_name\nfind out what my water bill costs please\tbill_balance\nx is what i am calling you now\tchange_ai_name\ni wanna sub sugar for salt\tingredient_substitution\nlouder please\tchange_volume\ni need to know the content of my list of reminders\treminder\nit was nice to talk it out with you\tgoodbye\ntell me everything i included on my list of things to remember for later\treminder\ni don't like that, no\tno\n\"how do you spell \"\"exactly\"\tspelling\ni need to cook, what should i make\tmeal_suggestion\nwhat is the weather outside\tweather\nwhat is the protocol for requesting a vacation\tpto_request\nwhat's the nutritional info for spaghetti\tnutrition_info\ncan you tell me a fun fact regarding cars\tfun_fact\nwhat are some of the hobbies you enjoy doing\twhat_are_your_hobbies\nremove grocery shopping from todo list\ttodo_list_update\nhas my application for a trust bank credit card been mailed out and if so was i approved or not\tapplication_status\ni would like to put carrots on my list for shopping\tshopping_list_update\ntell me the last day i can pay my gas bill\tbill_due\nplease tell my bank i'll be in anchorage this week\ttravel_notification\ni want to report fraudulent activity on my navy federal card\treport_fraud\nwhat kind of meal should i eat from thailand\tmeal_suggestion\ni need to know where my phone is\tfind_phone\n\"i want this song put on my \"\"kids\"\" playlist\"\tupdate_playlist\ncould you cancel my reservation for winters at the palace tonight\tcancel_reservation\ni'd like to know what is on my shopping list\tshopping_list\nai, what is your name\twhat_is_your_name\ni need to know this car's mpg\tmpg\nhelp me find a recipe for a beef casserole\trecipe\ni want to fly to atlanta for under 300 from pittsburgh\tbook_flight\nai, what is my chase routing number\trouting\nwhat is your boss's name\twho_do_you_work_for\ncan you help me pay my phone bill\tpay_bill\nwhy did my card get rejected yesterday\tcard_declined\nwhat's my income before taxes\tincome\nwhat is it at, the ac temperature\tsmart_home\nhow do i get to the museum on foot\tdirections\nare you doing okay\tgreeting\nmichael will reserve a table for two at 7:00pm for olive garden\trestaurant_reservation\nwhat are the time zones of russia\ttimezone\nhow long does it take to prepare a lasagna\tcook_time\nadd everything to my shopping cart\torder\ndeposit ten bucks from my chase account to my ally account\ttransfer\nstop it\tcancel\ncould you suggest a french restaurant, please\trestaurant_suggestion\naccepted\tyes\nlet me know what ingredients i need to make pasta\tingredients_list\nplease find me some good thai restaurants in new york city\trestaurant_suggestion\nwhen did last go to the auto repair shop\tlast_maintenance\nabsolutely correct\tyes\nwhat is the total of my bank accounts\tbalance\nwhat is the time frame for changing oil\toil_change_when\nwhat will my state taxes amount to this year\ttaxes\ndoes mexico travel require a visa\tinternational_visa\nplease slow down how you're speaking\tchange_speed\ncan you tell me what dendrofilous means\tdefinition\nwhat will my federal tax return be\ttaxes\nsend mom a text i'll talk to you later\ttext\ncan i change your name\tchange_ai_name\nwhats the definition of poor\tdefinition\n\"\"\"when the credit score improve\"\timprove_credit_score\nwhat kind of gas does my car use\tgas_type\nin spanish, meet me tomorrow is said how\ttranslate\nwhat is my pay for this year\tincome\ngood bye\tgoodbye\nalexa, connect to the phone now\tsync_device\ndid they process the credit card i applied for\tapplication_status\nyes you are correct\tyes\nhow many miles are my tires rated for\ttire_change\nlist roundtrip flights available from dallas to los angeles from march 2 to march 10\tbook_flight\ni'm out of cat food, order more\torder\nwhat's the smallest amount i can pay on the water bill\tmin_payment\ni can not thank you enough\tthank_you\ncan you find me a recipe for quiche\trecipe\nwhat is the time right now in the peruvian time zone\ttime\ni need to order new checks since i just used the last of them\torder_checks\nremember to remind me of this later\treminder_update\nwhat do you think about the meaning of life\tmeaning_of_life\ncan you check and see how much i owe on my cable bill\tbill_balance\ni need to know the routing number for my checking\trouting\ni would like thai food\tmeal_suggestion\ni need help paying my auto insurance bill\tpay_bill\nhow often do tires need changing\ttire_change\nmy vacation, has it been approved yet\tpto_request_status\nhow much is the apr these days on my nordstrom credit card\tapr\nhow long do i cook chicken breast\tcook_time\nthat's true\tyes\nhow do you report a burned debit card\tdamaged_card\nthanks a lot for the answer\tthank_you\nget me a hotel room big enough for 4 people from may 3 to may 5 in boston\tbook_hotel\nhow old\thow_old_are_you\ndoes bjs take reservations\taccept_reservations\nwhat rules does southwest have for carry-on luggage\tcarry_on\nwhat insurance plan do i have\tinsurance\nhow can i build up my credit score\timprove_credit_score\ni need to know the proper spelling of curiosity\tspelling\nthe car feels wobbly so check my tire pressure\ttire_pressure\ni need your help to find a good reviewed hotel in washington\tbook_hotel\nis it possible to get a ford in austin from may the 5th to may the 7th of this year\tcar_rental\nwhen is my meeting with ann\tmeeting_schedule\ni need help changing my pin\tpin_change\ndo i need vaccinations to travel there\tvaccines\ncan i get a reservation at champs\taccept_reservations\nwhat interest rate am i getting from citigroup\tinterest_rate\ni'd really like to pay this bill\tpay_bill\nhow much money a year do i spend in taxes\ttaxes\nhow do i get to the court house on foot\tdirections\ntalker faster please\tchange_speed\nwhat do i have planned on my calendar for next sunday\tcalendar\nlet me know the lowest amount i can pay for my cable bill\tmin_payment\ni didn't hear you, can you repeat that louder\trepeat\nwhen does the car payment come due\tbill_due\ndoes the bellagio have any reservations\taccept_reservations\nlist the steps for applying for an american express card\tnew_card\ntell me something funny about americans\ttell_joke\ni need anniversary dinner added to my schedule for march 7\tcalendar_update\nuse my phone to dial work\tmake_call\nlet me know some things to do in phoenix\ttravel_suggestion\nwhat do i have left in the gas tank\tgas\ncan you let me know how many pto days do i have left\tpto_balance\nwhat date will my hy-vee card need to be renewed\texpiration_date\nright now, i need to know the meaning of life\tmeaning_of_life\nhotel room for 5 in austin for 3/1 until 3/8\tbook_hotel\nremind me to check the steak\treminder_update\nwhen do i have to pay my electric bill by\tbill_due\nwhat kind of fuel do i need\tgas_type\ncan you assist me rolling over a 401k for a new job\trollover_401k\nwhat's is the current weather forecast\tweather\nreserve table for 5 at red robin under the name sara at 3\trestaurant_reservation\n\"make this song part of the \"\"kids\"\" playlist\"\tupdate_playlist\nturn on the rap playlist\tplay_music\nmy card is damaged\tdamaged_card\noven set it to 350\tsmart_home\nif i use my card in england will it cost me extra\tinternational_fees\nhow long should i expect to wait for my replacement credit card\treplacement_card_duration\nsay trivia about lebron james\tfun_fact\nwhere did you originate from\twhere_are_you_from\nhow many miles do i drive before i have to get new tires i replaced them four years ago\ttire_change\nwhat landing time is scheduled for my flight\tflight_status\ntell me spaghetti bolognese's nutrition facts\tnutrition_info\nwhat is the expiration date on my visa card\texpiration_date\nwhat do you know\twhat_can_i_ask_you\ncall macy\tmake_call\nhelp me tell visa about fraud on my account\treport_fraud\nrefresh my memory about what items i want to remember\treminder\nis there a travel alert for russia\ttravel_alert\ni would like to check my rewards for my credit card\trewards_balance\nwhat are the transaction fee using our card in florence if any\tinternational_fees\nflip a coin heads or tails\tflip_coin\ncan you assist me with finding my phone\tfind_phone\nstop please\tcancel\nyour birthday please\thow_old_are_you\nhow much is 500 dollars in pesos\texchange_rate\nit could be one or the other\tmaybe\nthat's all i need, thanks!\tthank_you\nhow much paid time off do i have left\tpto_used\nmy account is blocked, help me figure out why\taccount_blocked\nplease unsync from my phone right now\tsync_device\nwhere should i go for food tonight\trestaurant_suggestion\nwhat plug type is used in spain\tplug_type\nfor the calendar, on february 8 add moms birthday\tcalendar_update\nwhat does it take to get a new card\tnew_card\ncan you tell me the amount of calories i can expect one tuna sandwich to contain\tcalories\nhow much money have i recently spent on stuff\tspending_history\ni want that volume bumped up to 4\tchange_volume\nsuggest a restaurant for me to eat tonight, please\trestaurant_suggestion\ntext my wife and tell her i'm divorcing her\ttext\nwhat does the weather look like\tweather\nturn it up please\tchange_volume\nhelp me determine my interest rate\tinterest_rate\nwhat's my current fuel level\tgas\nis your voice from a human or is it synthesized\tare_you_a_bot\ni want to know the name of the song that's playing\twhat_song\ndo you know the expiration date that is on my visa card\texpiration_date\ni'd like to make an appointment to get my oil changed\tschedule_maintenance\nwhen's my heater bill due\tbill_due\nwhat is the status of my online order of coffee pods\torder_status\nwho's your boss\twho_do_you_work_for\non march 1-2 i want a pto request made for me\tpto_request\ntell me where to a w2 form\tw2\nlatitude and longitude please\tcurrent_location\nhey, ai\tgreeting\nmake up a new alarm\talarm\nsearch for a flight from nyc to la on march 1, returning on march 5\tbook_flight\nwill i be charged if i use my card in mexico\tinternational_fees\nis there a surcharge for using my card in mexico\tinternational_fees\nwhat company did the design for this\twho_made_you\nhow can i start my car using a jump start\tjump_start\nmake 1234 a new pin for my savings account\tpin_change\nchase account options direct deposit\tdirect_deposit\ntell me how to improve my credit score\timprove_credit_score\nplease make a pto request from dates september 1 to 15\tpto_request\ni want your volume decreased please\tchange_volume\nhow much have i spent this week\tspending_history\nplease find out how many of my vacation days i have spent\tpto_used\nmilk should be added to my shopping list\tshopping_list_update\nmaybe we can go to the next song\tnext_song\ni need to know last months transactions\ttransactions\nwhat is the available balance in savings\tbalance\ngive me the point total on my visa card\trewards_balance\nhow do i know when i need my next oil change\toil_change_when\nwho is responsible for making you\twho_made_you\nhow much mpg does this car get on the highway\tmpg\ntell me my miles per gallon on my car\tmpg\nare socket converters something i need to bring if going to australia\tplug_type\ncan you please slow down\tchange_speed\ntv turn it on\tsmart_home\nhow long does it take to make pho\tcook_time\nis it safe to travel to bermuda\ttravel_alert\nwhat is the credit limit on my discover card\tcredit_limit\nget me a hotel room for 4 people from march 1st to 3rd in seattle\tbook_hotel\nhow to tell the company that my credit card melted\tdamaged_card\nplease find out if rooms are free from 1 to 2\tschedule_meeting\nplease call me bob\tchange_user_name\nwhat you age on your last birthday\thow_old_are_you\nexplain to me the trivia on twilight\tfun_fact\ni need a 10 sided die rolled\troll_dice\ncan you read my gas level\tgas\nremind me of how days i had off so far for the year\tpto_used\nmake a reservation for tuesday at 7:00 pm at cielo for 2\trestaurant_reservation\nwhen is the next holiday in this country\tnext_holiday\nwhat is texas's timezone\ttimezone\nwhat is the next holiday\tnext_holiday\nis the packaged delivered already\torder_status\nstart a timer for two minutes\ttimer\nif i go to dublin is a socket converter needed\tplug_type\nwhat will i get paid this year\tincome\nnot that one\tno\nput clean refrigerator on my spring cleaning to do list\ttodo_list_update\nwhat sorts of vaccinations should i get prior to a trip to hong kong\tvaccines\nwhy am i seeing a hold on my boa account\taccount_blocked\nknow any jokes\ttell_joke\nshow me the way to jump start a battery\tjump_start\ni need an airline ticket for a round trip flight from philadelphia to atlanta for the dates of june 5 - 8\tbook_flight\nmodify my account pin to 1234 on my checking account\tpin_change\nhola!\tgreeting\nwhat would be the best way to deal with lost luggage\tlost_luggage\nwho do yo work for\twho_do_you_work_for\nhow do i sign up for a new credit card\tnew_card\nplease let's speak in spanish\tchange_language\nhow much do i have in my bank accounts\tbalance\nwhat's the balance on my bank account\tbalance\ntell me your full name\twhat_is_your_name\nhow much pto have i used\tpto_used\nfrom where are w2 forms given\tw2\nhow does measurement a convert to measurement b\tmeasurement_conversion\nwhat is the wait time at this restaurant\thow_busy\nstop processing\tcancel\nin x, what is the charge if i use my card\tinternational_fees\nwhen should i get my car's oil changed next\toil_change_when\ni need to know the type of gas for this car\tgas_type\nconfigure this to factory settings\treset_settings\nwhat can i make for dinner using ground beef\tmeal_suggestion\ni need to know the things on my shopping list\tshopping_list\nwhat type of specific shots should i get before flying to south korea\tvaccines\nwould you give jenny a call\tmake_call\nif i'm in portland can i still use my card without getting charged extra\tinternational_fees\nwould you tell me when i should replace my tires next if i last replaced them on june 2\ttire_change\ni need to know my spending limit on my visa\tcredit_limit\nhow do i roll over my 401k\trollover_401k\nhello, how are you doing\tgreeting\ntell me what type of fuel my car uses\tgas_type\ncan you speak faster please\tchange_speed\ni need to know what the current apr is for my chase sapphire, please\tapr\nwhat's the name i should use to talk to you\twhat_is_your_name\ncan i use sour cream in place of creme fraiche\tingredient_substitution\nthe tasks for today, what are they\ttodo_list\nwhat is the process i need to follow to get a new credit card\tnew_card\ncan you tell me something i don't know about banks\tfun_fact\nhow do i get started making homemade pizza dough\trecipe\nshould i put air in my tires\ttire_pressure\nhow to solve this math problem\tcalculator\nyup, that's true\tyes\ncan you you confirm my reservation for jean at taco house\tconfirm_reservation\nhow can i build my credit\timprove_credit_score\nmy amex rewards; how do i get them\tredeem_rewards\nmake a transfer of $200 from my savings account to my checking account\ttransfer\nwhat's the meaning of my life\tmeaning_of_life\nchange my credit limit, please\tcredit_limit_change\ni can't say\tmaybe\ncan you check if my mastercard application has been reviewed yet\tapplication_status\ncan you speak to me using japanese\tchange_language\npull up my electric bill, i want to pay it\tpay_bill\nshow me how to make tuna casserole please\trecipe\ni'm looking for a roundtrip flight from afw to dgb for tomorrow until next week\tbook_flight\nhow do i apply for a new credit card\tnew_card\nwould i need to buy a plug converter when in rome\tplug_type\nthats a negative\tno\nfind a suitable lodging in vancouver on march 16-19\tbook_hotel\ntell me my name the way its saved\tuser_name\ncan you call me a different name\tchange_user_name\nwhen is that meeting with kara\tmeeting_schedule\nwhen is my cell phone bill due\tbill_due\ni need to book a roundtrip flight from dallas to los angeles from march 2 to march 10\tbook_flight\nplease transfer $50 to my checking account from credit\ttransfer\nthanks so much ai\tthank_you\ndoes applebees do reservations\taccept_reservations\nis there a fee to use my card in france\tinternational_fees\ndo i have a ways to go or am i close to getting to penn station\tdistance\nis waffles on my list for shopping\tshopping_list\ni must find the interest rate for my checking account\tinterest_rate\nwhat do i do if my visa card got stolen\treport_lost_card\nai how are you doing on this fine day\tgreeting\nwill i need a plug converter when i visit costa rica\tplug_type\ni need a recipe on how to make beef stew\trecipe\nwhen can i expect to receive the order\torder_status\nwhat vaccinations should i get if i go to nigeria\tvaccines\nhow much longer until the next payday\tpayday\nbook a flight from la to madrid with southwest\tbook_flight\nhow much is my water bill for\tbill_balance\ntell me the routing number for my wf account\trouting\nhelp me get my gas bill paid\tpay_bill\nmilk will go bad in my fridge when\tfood_last\nhey hey!\tgreeting\nwhere can i find out the status of my credit card application\tapplication_status\nfor italy what timezone is it in\ttimezone\nwill you tell me my credit score\tcredit_score\ninitiate connection with my phone, please\tsync_device\ni need to know when the next holiday is\tnext_holiday\ni want to take the 8am meeting with sam on monday the 5th off my calendar\tcalendar_update\ncall aj now\tmake_call\ni've used the last can of tuna fish and need you to order a new case of it\torder\ncould you submit a pto request for me from dates oct thirty to nov second\tpto_request\ncan you read my reminder list, please\treminder\nlets do a coin toss, i call tails\tflip_coin\nvolume to whisper voice\twhisper_mode\ni'd like to know where you're from\twhere_are_you_from\nmake me a reminder that tommorow is trash day\treminder_update\nflip a coin now\tflip_coin\nis there a tire repair place near the post office\tdirections\nwhich mechanic can check my check engine light\tschedule_maintenance\ndo i need an international visa to go to spain\tinternational_visa\ncan you tell me the calorie count in a glazed donut\tcalories\nwhere can i see the due date for auto loan bill\tbill_due\ntell me when i last got paid\tpayday\ntrue, most definitely\tyes\nthe staff meeting on march 1 at 10:00 am needs to be added to my calendar\tcalendar_update\nhow do i use my credit card points\tredeem_rewards\ni need to know when it was that i last took my car to have the oil changed\tlast_maintenance\nwhat can i refer to you by\twhat_is_your_name\ni would like the volume lower\tchange_volume\nis the company party on my list of reminders\treminder\nhow do i know if it is time to replace my tires\ttire_change\nwhy can't i use my credit card\tcard_declined\nset an alarm for 05:00 and one for 16:00\talarm\nwhat am i called by you\tuser_name\nwhat's a good use of my time in toronto\ttravel_suggestion\nwhat do spanish people say for the word cow\ttranslate\nwhere do i see what interest my mortgage has\tinterest_rate\neverything needs ordered off my list\torder\ni don't know the answer to that\tmaybe\ndo i need to apply for a travel visa if i am going to bermuda\tinternational_visa\ncorrect my account pin to 1234 on my checking account\tpin_change\nexactly right\tyes\nis there a way to increase the limit on my visa card\tcredit_limit_change\nwhat is 2 francs in euros\texchange_rate\ni want to know how do i schedule a meeting\tschedule_meeting\ni must pay verizon what minimum amount on my bill\tmin_payment\nso how many days did i take off\tpto_used\nadd to friday's calendar a doctor's appointment\tcalendar_update\ni want to apply for a mastercard\tnew_card\nhow many miles will i get for one gallon on this car\tmpg\nwhat is my name\tuser_name\ncan i increase the credit limit on my capital one card\tcredit_limit_change\nwhen don't i have to work next\tnext_holiday\nwhat is the calorie content of a scoop of chocolate ice cream\tcalories\ncan you use the male british accent\tchange_accent\nis tehre enough in my bluebird account for groceries this week\tbalance\nwhat do i need to go shopping for\tshopping_list\nplease run that by me again\trepeat\npull up my shower playlist\tplay_music\nwhy won't you let me pay with my credit card\tcard_declined\nconfirm a flight for me from ft lauderdale to houston on southwest\tbook_flight\nteach me how to change the oil in my vehicle\toil_change_how\nwhen am i due for my next oil change\toil_change_when\nhow much so far pto have i used\tpto_used\nhow old are you as of today\thow_old_are_you\nplease tell me the location of the nearest target store\tdirections\nwould i be able to swap apples for grapes\tingredient_substitution\ncan you make your accent british male\tchange_accent\nwhat's my tax rate\ttaxes\nproper to substitute cumin for tumeric\tingredient_substitution\nplease shut off whisper mode for now\twhisper_mode\ndo you prefer cats or dogs\tdo_you_have_pets\nhow many carry ons can i take on a flight with delta to mexico city\tcarry_on\nwhere are your origins found\twhere_are_you_from\nconnect me with some new insurance\tinsurance_change\ndoes olive garden have good reviews\trestaurant_reviews\nare there travel alerts in mexico\ttravel_alert\nfor toby's, is it busy around six\thow_busy\ncan you text elizabeth and tell them i forgot to bring drinks\ttext\ni want to book a flight reservation from texas to new york on may 9th and i want to come back on the 15th\tbook_flight\nhow much am i getting paid\tincome\npay my water bill from my chase account please\tpay_bill\ni need to get a flight out of seattle to dulles next week for under $500\tbook_flight\nhow long is the wait at cheesecake factory\thow_busy\nhow do i know where i'm at\tcurrent_location\nwe no longer need fries on the shopping lisr\tshopping_list_update\nhelp me move my money please\ttransfer\nlets pause this song and move onto the next\tnext_song\nhow is my vacation looking\tpto_request_status\nhow do i get direct deposit set up\tdirect_deposit\nwho developed your actions\twho_made_you\nwhat you just said is wrong\tno\ni would like to make a transfer\ttransfer\nwhat's should i call you by\twhat_is_your_name\ndoes life have meaning\tmeaning_of_life\nwhat timezone do they use in arizona\ttimezone\nwhat's my income\tincome\ndoes gramercy tavern in new york accept reservations\taccept_reservations\nis there an open meeting room between 2 and 4\tschedule_meeting\ni need a hotel room big enough for 4 people from monday to wednesday in lakewood\tbook_hotel\nadd single ladies by beyonce to my pop playlist\tupdate_playlist\nhow do i keep my credit score from dropping\timprove_credit_score\nwhat is life's purpose\tmeaning_of_life\ni lost my card, how should i report that\treport_lost_card\nwhich company were you designed by\twho_made_you\nwhat is the procedure for signing up for a new allstate plan\tinsurance_change\nwhat do you think you will refer to me as\tuser_name\nmy american express card expires on what date\texpiration_date\nhow many holidays are there and when is the next one here\tnext_holiday\ncan i make it to tampa without needing to get more gas\tgas\nsyonara, ai device!\tgoodbye\nfind me a recipe for teriyaki chicken\trecipe\ndo i have the ability to rollover my 401k\trollover_401k\ntell me if the cheshire takes reservations\taccept_reservations\nwhat day did i last have a technician check out my vehicle\tlast_maintenance\nwhats the forecast for the weather\tweather\nwhat information can you give me on the meaning of life\tmeaning_of_life\nwhat is my income from work\tincome\ni'd rather have you call be ray ray\tchange_user_name\na pleasure as always to speak with you, bye\tgoodbye\nwhat day did i change my oil\tlast_maintenance\ntell me my credit rating\tcredit_score\nplease send me more checkbooks\torder_checks\nac temperature is at what\tsmart_home\nwhat is the meaning of stupendous\tdefinition\ni'm going to south africa, so should i get some vaccinations or anything\tvaccines\nwhat skills do you have\twhat_can_i_ask_you\nwhat ingredients are in cheese cake\tingredients_list\ndefine epicurean\tdefinition\nweather in costa mesa\tweather\nhow do you spell out shepherd\tspelling\ni want to use the cash that my points have earned on my credit card\tredeem_rewards\nwho is it u work for\twho_do_you_work_for\nyour boss is\twho_do_you_work_for\ncan you give me a vietnamese meal suggestion, please\tmeal_suggestion\nhow much money am i making this year at work\tincome\nwhat is a fun fact about mt everest\tfun_fact\nset a reminder\treminder_update\ncould i get assistance booking a car rental in las vegas\tcar_rental\ni would like you to set the timer to go off in ten minutes\ttimer\nlet the rents have my current location\tshare_location\nby what name do you refer to me\tuser_name\ndirect me to the closest korean grocery\tdirections\ni need help locating my phone\tfind_phone\ncall 911\tmake_call\nwhat is 20+ 5\tcalculator\ndo my car tires have enough psi in them\ttire_pressure\nplease request pto for march 2 and 3\tpto_request\nwhere do i pick up a w2 form\tw2\ni need a timer for 45 minutes\ttimer\nhow do i make you talk faster\tchange_speed\ntell me where my luggage is\tlost_luggage\ni am not able to say\tmaybe\nshow me how to rent a car in las vegas\tcar_rental\nhow is the air level in my tires\ttire_pressure\nwhat do you do if your luggage is missing\tlost_luggage\ni need to know the transactions i made on the 10th\ttransactions\ncan you please turn on my furnace\tsmart_home\nwill jet blue allow more than one carry on\tcarry_on\nis it possible to cancel the reservation at outback for the johnsons\tcancel_reservation\nid like a car rental between january 1st to the 3rd in denver, id like a ford\tcar_rental\nwhat will the date be 100 days from now\tdate\nis it possible for you to read the things on my shopping list\tshopping_list\ndo you have any pet at all\tdo_you_have_pets\nplease change your accent to the male british one\tchange_accent\nhow healthy are apples\tnutrition_info\ninform me of the calorie content of vanilla ice cream\tcalories\nwhat is the expiration month and year on my credit car\texpiration_date\nwhy was my card got declined when i am trying to pay for dinner when i am in vietnam\tcard_declined\nwhat were those things i wanted to remember\treminder\nthis was a nice chat, goodbye\tgoodbye\npull up ways to lower credit score\timprove_credit_score\nget me an uber to the napa winery\tuber\ndo i need shots to go to thailand\tvaccines\ntext dan and tell him to go home\ttext\ni want to schedule a tire check up somewhere\tschedule_maintenance\nhow do i apply for a visa card\tnew_card\nlet me know how many vacation have i utilized\tpto_used\nplease tell me does zeus do reservations\taccept_reservations\non the 22nd of this month, we need to clear our calendar so we can leave it open for mark to visit\tcalendar_update\nhave an alarm set for three in the morning\talarm\nare reservations taken at spago in beverly hills\taccept_reservations\nyour boss is who\twho_do_you_work_for\nmy check engine light is on and someone needs to look at it\tschedule_maintenance\nwhen do i need to pay my car insurance bill by\tbill_due\nhow would i go about spelling malignant\tspelling\nwhat are my meetings today\tmeeting_schedule\nheads, coin flip\tflip_coin\nany travel alerts for that country i should know about\ttravel_alert\nwhat's happening on may 3rd\tcalendar\ndo you know any jokes\ttell_joke\nshould i take a different route to work\ttraffic\nplease help me find my lost phone\tfind_phone\nwhat subjects do you know something about\twhat_can_i_ask_you\nplay me some tunes\tplay_music\nwhat are the nutrition facts of grilled chicken\tnutrition_info\nit looks like someone made an unauthorized amazon purchase on my account\treport_fraud\nmy favorite, beef tacos at the buffet\trestaurant_reviews\nplease notify my bank i'm going to africa between tomorrow and next tuesday\ttravel_notification\nwhen do my tires need changing after i replaced them last week\ttire_change\ncan you turn the oven to 350\tsmart_home\nfind me a flight from ft lauderdale to houston on southwest\tbook_flight\nplease book an uber for chima's\tuber\ni need to report my card as stolen, please\treport_lost_card\nwill i need a travel visa to go to canary islands\tinternational_visa\nwill you get a coin and flip it\tflip_coin\nwhen can i hear the decision on my credit card application\tapplication_status\nwhat would you be able to do with me\twhat_can_i_ask_you\nwhat kinds of activities to you participate in during your free time\twhat_are_your_hobbies\ni want to change your name\tchange_ai_name\ni need to change my insurance policy, do you know how\tinsurance_change\ni've notified my bank that i'm in mexico from august 1 to august 5\ttravel_notification\nwhat day do i get paid next\tpayday\ni'd like to know about my health plan\tinsurance\nerase get a haircut from my to do list, please\ttodo_list_update\nhow many ounces are in 4 pounds\tmeasurement_conversion\nschedule a gas bill payment\tpay_bill\nwhat is the apr on my chase freedom card\tapr\ntell me what i had wanted to remember earlier\treminder\nhow can i cash in my visa rewards\tredeem_rewards\nis it possible for me to take a pto for two days, starting february 7\tpto_request\ncheck to see when my car was last in the shop\tlast_maintenance\ni want to update my pin number on my bank of america account\tpin_change\nwill it be okay for me to eat my leftover turkey from monday that's been in my fridge\tfood_last\nwhat topics can you answer questions on\twhat_can_i_ask_you\nhow do i find information about my credit score\tcredit_score\ni wanna know who is your boss\twho_do_you_work_for\nhow long before i can get a replacement card\treplacement_card_duration\nwhat time is it on the pacific coast right now\ttime\ncall contact aj\tmake_call\nmy credit score stinks but i don't know how to improve it\timprove_credit_score\nadd my spa appointment on the 12th to my calendar\tcalendar_update\nhelp remind me that i need to add laundry to my list of housework\ttodo_list_update\nhow many days before milk expire\tfood_last\ngo ahead and increase your speaker volume\tchange_volume\ni need to increase my credit limit for my visa credit card, can you assist me\tcredit_limit_change\nare you involved in hobbies\twhat_are_your_hobbies\nmany thanks\tthank_you\nplease add what i listen to to my lolla playlist\tupdate_playlist\nlets start calling you allan\tchange_ai_name\nare the pancakes at ihop any good\trestaurant_reviews\nhow often should i get my tires changed\ttire_change\ncan you roll a dice with 6 sides\troll_dice\nfind me a rental car from 2/28 - 3/1 in reno\tcar_rental\ni want to reserve a table at 8 at long john silver's under the name freddie\trestaurant_reservation\ncan traveling to nepal be safe (what's safe in x)\ttravel_alert\nam i talking with a real person\tare_you_a_bot\nwhen will i get to my destination\tflight_status\nwhat time is my haircut on wednesday\tcalendar\nwhen can i expect meal of salmon to be finished\tcook_time\nplay the next musical number\tnext_song\ni'm called tim\tchange_user_name\nlet me bank know i will be in brazil from june 1st to july 1st\ttravel_notification\ndo you mind if call you nikolai\tchange_ai_name\ncheck to see if i have reservations at prado at 6 pm\tconfirm_reservation\nhave i been spending a lot on take out lately\tspending_history\nwhat type of socker conveters do i need in africa\tplug_type\nif i am in tulsa, will i get charged extra if i use my card\tinternational_fees\npay my gas bill from my saving account\tpay_bill\nwhat date do i get my next paycheck\tpayday\ni went to target to buy a mug but my card did not work\tcard_declined\nare there any fees for using my amex in england\tinternational_fees\nwhat would you like me to call you\twhat_is_your_name\nwhere were you manufactured\twhere_are_you_from\nadd sprite to my shopping list\tshopping_list_update\ndoes it take a long time to get to the airport in la\tdistance\nhow long will it take to get from galleria mall to state capitol\tdistance\nwhat do they call you, ai\twhat_is_your_name\nhow many times did i take a day off\tpto_used\nwho is responsible for your design\twho_made_you\nare you employed by someone\twho_do_you_work_for\ndoes the bus go to the washington monument\tdirections\nwhat did i spend at the grocery store yesterday\tspending_history\nplease cancel my 7:30 reservation for morton's\tcancel_reservation\nwhat is the definition of the word migrate\tdefinition\nwhat is the status of my new credit card application\tapplication_status\nwhen was the last date that i was paid\tpayday\nmy card is damaged so i can not use it\tdamaged_card\nhow much money did i spend on food last month\tspending_history\nwhat is 48 multiplied by 4 divided by 2\tcalculator\ni just got a new job and need help transferring my 401k\trollover_401k\ncan i substitute rice for potatoes\tingredient_substitution\nif i wanted to spend the lowest for my electric bill, then how much would it be\tmin_payment\nmake a pto request for dates november 11 to black friday\tpto_request\ncan i use olive oil instead of butter\tingredient_substitution\nrole a 10 sided die for me\troll_dice\ndo you know where my phone is\tfind_phone\nhow much money do i have in all of my accounts\tbalance\nplease help me increase my mastercard credit card limit\tcredit_limit_change\nwhat's the currency conversion between usd and yen\texchange_rate\nwhat name should i use when i call you\twhat_is_your_name\ncan i increase the credit limit on my discover card\tcredit_limit_change\nplease ask me again\trepeat\ncall hr so i can figure out how many days off i've taken\tpto_used\nwhat if i lost my luggage\tlost_luggage\nwould you please tell me how many vacation days i have\tpto_balance\nhow much do i earn a year\tincome\nwho has seen my cellphone\tfind_phone\nhow do i go about resolving my luggage that didn't arrive\tlost_luggage\nthrow mopping onto my to do list\ttodo_list_update\nset a reminder for when the turkey is finished cooking\treminder_update\ntranslate hello into french for me\ttranslate\ncan you help me add the song i listen to to my clutch playlist\tupdate_playlist\ngo to the whisper voice\twhisper_mode\ni'm striving to find a 2-way flight from jfk to dtw for w to july 3\tbook_flight\ncan you confirm my reservation for steve at olive garden\tconfirm_reservation\nhow much is in savings\tbalance\nin which place were you made\twhere_are_you_from\ni recently lost my credit card and need to know how long it takes to get a new one mailed to me\treplacement_card_duration\nwhen is my paycheck coming\tpayday\nwhat's the currency conversion between usd and pounds\texchange_rate\nhow much can i use on my visa\tcredit_limit\ni'd like my paychecks direct deposited in my navyfed checking account\tdirect_deposit\nmy luggage is missing i was on frontier flight ab123 from seattle\tlost_luggage\nwhat music is playing on the the bluetooth now\twhat_song\nwhat is the next holiday on the calendar\tnext_holiday\ngive a 6 sided dice a roll for me\troll_dice\ni need sal to be texted and say i'll be there\ttext\nhow busy is cheesecake factory right now\thow_busy\ntell my bank i'll be in cuba beginning the 2nd\ttravel_notification\ni need help figuring out a new credit card to get\tnew_card\nwhat's the news with my delta flight\tflight_status\nwill my amex institute international transaction fees on a charge\tinternational_fees\nshow my my most recent visa card transaction\ttransactions\ni want a hotel room for 6 from the 1st through the 3rd in seattle\tbook_hotel\ni wanna know your hobbies\twhat_are_your_hobbies\nhow come i got declined\tcard_declined\ncan you tell me the number of ounces in a quart\tmeasurement_conversion\nhow do i get direct deposit for my paycheck\tdirect_deposit\ntell me about any travel alerts issued for germany\ttravel_alert\nthanks for helping out\tthank_you\nswap my amex pin to 1234\tpin_change\nwhen am i due for an oil change\toil_change_when\nwhat do you think about changing your name to heath\tchange_ai_name\nare there any holiday's comming up\tnext_holiday\ni would appreciate it if you could tell me the status of my southwest flight\tflight_status\nno, don't do that\tno\nwhat can harm my credit score\timprove_credit_score\nis almond milk an acceptable substitute for milk\tingredient_substitution\ni need to know how jumping a car works\tjump_start\nwill you please assist me with renting a car in boise\tcar_rental\ntell me how busy red robin is at 5 pm\thow_busy\nwhat is your place of origin\twhere_are_you_from\npeace\tgoodbye\ndoes my card charge if i use it in china\tinternational_fees\nplease text john\ttext\nhow can i schedule a vacation request\tpto_request\nfigure out my reward points for discovery card\trewards_balance\nwhat are your interests\twhat_are_your_hobbies\nhow do you cook apple pie\trecipe\nwhat is the date of the next holiday\tnext_holiday\non what day, month and year did i get new tires\tlast_maintenance\nhow's everything\tgreeting\ni want to know the status of my credit card application\tapplication_status\ntell me something interesting about lake tahoe\tfun_fact\nhey how old are you\thow_old_are_you\nwhat's the precise coordinates of this place\tcurrent_location\nfor which reason was my card declined yesterday\tcard_declined\nwhen do i get paid again\tpayday\ni need an 8 o'clock reservation at pizza hut for the last name mercury\trestaurant_reservation\ni need to know somthing funny\ttell_joke\nwill you order me some more lysol spray\torder\nhow much did i spend on groceries today\tspending_history\ndo i need to inflate my tires\ttire_pressure\nare you paid by somebody\twho_do_you_work_for\nwhen will i get to orlando\tdistance\nam i speaking with someone real\tare_you_a_bot\nhow many years are you\thow_old_are_you\nat a minimum, what must i pay on my verizon bill\tmin_payment\ni need a reservation for one at applebee's, four in the afternoon on march 3rd\trestaurant_reservation\ni dont know\tmaybe\nquickly disconnect the phone\tsync_device\nwill i be charged for using my card in japan\tinternational_fees\ntell me a joke about baseball\ttell_joke\ndo you think i can sub honey for sugar\tingredient_substitution\njust call me dennis\tchange_user_name\nwhen do i need to change the oil again\toil_change_when\ni would like to know delta's carry on policy\tcarry_on\nmy card was damaged by my cat; can i report that\tdamaged_card\ni'm confused about the reason for my bank account being frozen\taccount_blocked\ncan you tell me my checking account balance\tbalance\ncreate a text message to\ttext\nhow much do i make every 2 weeks\tincome\nwho is this ai's creater\twho_made_you\nno, that information is wrong\tno\nplease make my account a frozen one\tfreeze_account\ndoes tofu last long in the freezer before it goes bad\tfood_last\ndo i have anything in my reminders\treminder\nwhat do i owe this month on all my bills\tbill_balance\nhow good is card apr\tapr\nhow much have i earned\tincome\nhow do i arrange a direct deposit into my savings account\tdirect_deposit\ni would like to know my chase interest rate\tinterest_rate\nwhat is the average time to go between oil changes\toil_change_when\nare you computer or human\tare_you_a_bot\nhow many rewards points do i have for my wells fargo card\trewards_balance\nhow many calories on average are in a hot dog\tcalories\nmaking spaghetti sauce perfectly is done how\trecipe\nhow much is my cable bill for\tbill_balance\nis it easy to change the oil in my car\toil_change_how\ntranslate for me hello into french\ttranslate\nwhat is the timezone in las vegas\ttimezone\ni gotta add hey jude by the beatles to my playlist\tupdate_playlist\nat 4 tomorrow afternoon, remind me to start the oven\treminder_update\nwhat rental insurance policy do you recommend\tinsurance_change\nmay i start referring to you as jeff\tchange_ai_name\ni call tails for a coin flip you need to do right now\tflip_coin\nare you a member or the human race or are you a computer program\tare_you_a_bot\ncould you please inform me what health plan i am currently on\tinsurance\nhow low is the pressure in my tires\ttire_pressure\ncreate an alarm for 6am\talarm\nwhen should i replace my tires next if i last replaced them on the 1st\ttire_change\ndoes visa charge transaction fees in the uk\tinternational_fees\nwhen should i change the oil in my car\toil_change_when\ni want a hotel in phoenix near chase field from january 4th to the 8th\tbook_hotel\nhow do i say bathroom in italian\ttranslate\nwhat name do you want me to use\twhat_is_your_name\nhow many points do i have on my mastercard\trewards_balance\nis it possible to increase my credit limit to 1000 dollars\tcredit_limit_change\n\"include this song in the \"\"kids\"\" playlist\"\tupdate_playlist\nis there a time i can put in a pto request for dec 2 to new years\tpto_request\ni'd like to send steve my location\tshare_location\n\"tell me how to spent \"\"frightened\"\tspelling\nwhat type of fuel do i need to use to fill the car up with\tgas_type\nhow little can i pay on my phone bill\tmin_payment\ncan you tell me the calories for the cheeseburger\tcalories\nwhat's bank of america's routing number\trouting\nwhat is my gymboree card's rewards balance\trewards_balance\ntell me if you like cats or dogs\tdo_you_have_pets\nwhere do i get the form that shows my wages for the year for taxes\tw2\nhow much is the car bill this month\tbill_balance\ni need to reset my pin number\tpin_change\ni need a suite that can accommodate 3 adults and 1 child in san diego for may 15th, 16th, and 17th\tbook_hotel\ni need to know how much gas i got\tgas\nhow long can i keep chicken in the freezer for before it goes gross\tfood_last\ni've got tax issues and need help obtaining my w2\tw2\ni know i should pay my electric bill\tpay_bill\nwhat is the balance of my bank of american account\tbalance\nshare my location with google\tshare_location\nhow is dim sum at legend\trestaurant_reviews\ncan you help me figure out my pin number for my visa account\tpin_change\nhow many cs are in acquiescence\tspelling\nplease reserve a table for 2 at lucky's under the name melissa at 7 pm\trestaurant_reservation\nhow long will it take to get to golden gate bridge from pier 39\tdistance\nhow much time does it take to get to levi stadium from san jose airport\tdistance\nschedule flight from madison to atlanta on delta\tbook_flight\nwhat is the air pressure of my tires\ttire_pressure\ndo i have any meetings with mark today\tmeeting_schedule\nset up a new text message\ttext\nwhere am i currently\tcurrent_location\nif i have 10 us dollars, how many pounds sterling is that\texchange_rate\nwho are the people responsible for you\twho_made_you\nhelp me locate my credit score\tcredit_score\nwhat was the last check date\tpayday\nare my tires filled enough\ttire_pressure\ncan i use water instead of milk\tingredient_substitution\ni need to know when i should change my tires\ttire_change\nwhat would be good for dinner\tmeal_suggestion\nis it possible to set a timer\ttimer\nwhat products are on my shopping list\tshopping_list\ncan we pair this with my new phone\tsync_device\nhow is that weather\tweather\ncan you freeze my account, please\tfreeze_account\nhow much paid time off have i earned to date\tpto_balance\nhi, i'm john\tchange_user_name\nwhat type of fuel should i use in my car\tgas_type\nwhat are my coffers at\tbalance\nwhat is the area of a 20 x 20 room\tcalculator\nwhich time zones does european countries use\ttimezone\nset a timer for two hours\ttimer\nplease tell me where to get the w2\tw2\nhow many es are in receiving\tspelling\nwhat's the nutrition content of chicken nuggets\tnutrition_info\ni want to set an alarm\talarm\ncan you tell me how to change the oil in my car\toil_change_how\nwhy did my bank account freeze\taccount_blocked\nlet me know the traffic in tempe\ttraffic\nwhat's the routing number for my money market account\trouting\ntell me the visa card credit limit\tcredit_limit\nwhen's my flight getting here\tflight_status\nwhat's the table wait at applebees\thow_busy\nwho do i have the pleasure of speaking with\twhat_is_your_name\nis my apr rate better than most\tapr\ni think my account is blocked but i do not know the reason\taccount_blocked\nhow much did i spend on grocery shopping recently\tspending_history\nadd what im listening to to my rock playlist\tupdate_playlist\nwhen is it right now\ttime\ni need to find the correct td bank routing number for my pennsylvania account\trouting\ndo i have enough in my wells fargo account to get some nike's\tbalance\nhow many calories does a big mac have\tcalories\ni must call jordan\tmake_call\ncan i eat chicken if it's been in the fridge since monday\tfood_last\nhow busy will panera be at noon\thow_busy\nplease tell me if my reservation is scheduled for sally's at 3 pm\tconfirm_reservation\ni need to replace a card that my daughter spilled juice on\tdamaged_card\nfind me a recipe for chili\trecipe\nwhere can i find my credit score\tcredit_score\nin boston, what are the best pizza places\trestaurant_suggestion\nmy engine light came on, so i need to get help\tschedule_maintenance\nwho made your algorithms\twho_made_you\nwhen's the the last time i was paid\tpayday\nhow do i update my insurance\tinsurance_change\nhow do i place an order for more checks for my bank of america account\torder_checks\nhelp! i'm a victim of credit card fraud!\treport_fraud\ngo forward to the next track\tnext_song\nwhat's on my todo list\ttodo_list\ncan you help me find the interest rate for my sba account\tinterest_rate\ncould you please schedule a meeting with carrie and lisa\tschedule_meeting\ni need to know traffic patterns heading to the george washington bridge from manhattan\ttraffic\nhow much have i spent on groceries recently\tspending_history\nturn on top 20 country hits\tplay_music\ntell me when you were born\thow_old_are_you\nhelp me book a car rental in chicago for april 1st to 3rd get me an suv if possible\tcar_rental\nslow down your voice\tchange_speed\nwhat are four inches in centimeters\tmeasurement_conversion\nwhat is the minimum amount due on my cable bill\tmin_payment\nset a reminder to pay my taxes\treminder_update\ncan you tell me how to say 'i do not speak much spanish', in spanish\ttranslate\ni lost my phone, can you help me find it\tfind_phone\nhas my order been shipped yet\torder_status\nwhat's my current credit score\tcredit_score\nhow many transaction fees are there when i use my discover card in rome\tinternational_fees\ninform me as to how much gas my car has\tgas\nplease pause my banking actions\tfreeze_account\nwhen is the expected arrival of flight dl123\tflight_status\nwhere can i get a w2 form\tw2\ndo i need to get a visa for traveling to chile\tinternational_visa\ni want to pay my bill\tpay_bill\ni don't remember the pin number to my card\tpin_change\nwhat do my federal taxes look like\ttaxes\ncan you whisper until i tell you not to\twhisper_mode\ncan you do a math problem\tcalculator\ncancel that reservation for 8 at barney's\tcancel_reservation\nhelp me switch to a new insurance plan\tinsurance_change\nlet's terminate connection to my phone please\tsync_device\nis there a long wait at chili's around 5:00\thow_busy\nhave i been sent my w-2 in my email\tw2\nhow many stars does babbo have\trestaurant_reviews\nwhat am i paying in taxes\ttaxes\norder a large uber for 5 people to the zoo\tuber\nwhen will lettuce in the fridge go bad\tfood_last\ndo i have milk on my shopping list please add it if it is not\tshopping_list_update\nwhat will traffic be like at 5:00 going towards the mall\ttraffic\nplease book a car for me in bangkok\tcar_rental\nare you a human being or a robot\tare_you_a_bot\ncan you reserve a table for 2 at red lobster at 8pm\trestaurant_reservation\ntell me something funny about politics\ttell_joke\ni'd like to know what's on my shopping list\tshopping_list\nit might be either one\tmaybe\nwhen's pay day for me\tpayday\nwhat animals do you have\tdo_you_have_pets\ncan you alert me when my phone bill is due\tbill_due\nwhat's the traffic like right now for my route to work\ttraffic\nplease go back to to factory settings now\treset_settings\nfor the love of all that good change your accent\tchange_accent\nwill you guide me through the process to jump start my car, please\tjump_start\ndo i have any vacation time left\tpto_balance\nwhat's the current time now cst\ttime\ndid i put unpacking groceries on my to do list\ttodo_list\nwhat is my points total for my mastercard\trewards_balance\ni can't remember my pin for my first national debit account\tpin_change\nwhat do i need to make chicken noodle casserole\tingredients_list\nmay i suggest we put paper towels on my list for shopping\tshopping_list_update\ni need to do a car rental\tcar_rental\nhas my vacation request been approved yet\tpto_request_status\ntell me how to set up a direct deposit\tdirect_deposit\nhow many times have i taken off from work this year\tpto_used\nplease tell me where my phone is\tfind_phone\nis the traffic light or heavy at the nearest the century movie theater\ttraffic\ncould you use a male voice\tchange_accent\nplease reminder for car meet\treminder_update\ncan i make reservations at spago in beverly hills\taccept_reservations\ni would like to set a reminder to bring the plants in tonight\treminder_update\ngive me a list of places that serve the best wings in charlotte\trestaurant_suggestion\nwhat is the exact time right now in the hawaii time zone\ttime\nwhat is the best interest rate i can get from now on\tinterest_rate\ni ruined my card when it got washed\tdamaged_card\nwhat is my credit limit\tcredit_limit\ni want to make pork barbque but do no know how\trecipe\ntell me what the status is for my aa flight\tflight_status\nset a new timer for ten seconds\ttimer\ngive me an eta on when i will arrive at my destination\tdistance\ni have what to do on wednesday\tcalendar\nwrite down appointment for tomorrow on my calendar\tcalendar_update\ncan you share some trivia with me about us history\tfun_fact\ncan you buy something from walmartcom for me\torder\nwhat was it i wanted to remember\treminder\nhow is the ai doing\tgreeting\nwhat's on my list of things to remember\treminder\nwhat are the reviews like at minnis\trestaurant_reviews\ncan you add carrots to my shopping list and delete potatoes\tshopping_list_update\nwhat are the steps i need to follow to make chewy rice krispies treats\trecipe\nwhere is my credit score located\tcredit_score\nhow do i redeem my card points\tredeem_rewards\nshow me instructions on how to jump start my car\tjump_start\nin canadian dollars, what is $30\texchange_rate\nwhat's my checking balance\tbalance\ncould pizza be healthy\tnutrition_info\ndo i have any reminders to look up how to properly do a potato in my microwave\treminder\ngive me information on my health plan\tinsurance\nwhat kind of electrical plug do they use in the uae\tplug_type\nhow much am i paying for apr on my credit card\tapr\nthat answer was very helpful, thanks\tthank_you\nplease help me report my lost card\treport_lost_card\ni need to understand how many points have i earned with my credit card\trewards_balance\nare there any transaction fees associated with my chase card if i am in tokyo\tinternational_fees\ni need a new pin on my chase account\tpin_change\nwhat's the total of days i've taken for me time so far\tpto_used\nhow do vietnameses people say hello\ttranslate\nhow do i say you're welcome in chinese\ttranslate\ncan you find the exact address for where i am currently\tcurrent_location\nwhen is my chase visa due\tbill_due\ntime zone in miami is what like\ttimezone\nwhat are some ways to keep my credit score up\timprove_credit_score\ncheck out my location up on the map\tcurrent_location\naddress me by the name stan\tchange_user_name\ntell me how to get to target by bus\tdirections\nwhat do i need to do to set up direct deposit\tdirect_deposit\nwhat's the max time i can leave a green pepper in the fridge\tfood_last\nfrom here, how do i get to the statue of liberty by bus\tdirections\ndoes moscow require travel visas to visit\tinternational_visa\nwhen is my credit card set to expire\texpiration_date\nwhat ingredients do i need to make pizza\tingredients_list\ni think i made a fraudulent transaction\treport_fraud\nmy bank needs to know that i will be traveling to spain soon\ttravel_notification\nwhen are we off work next\tnext_holiday\nthank ya!\tthank_you\nhow's ife treating you\tgreeting\ni wanted to remember what again\treminder\nis there a list of good credit cards i can choose from to apply for\tnew_card\nthere has been fraudulent activity on my card and i need to report it\treport_fraud\ni need a credit raise by 1000 dollars\tcredit_limit_change\nhow much time to reach doctors office\tdistance\ndoes japan have any travel alerts i should be aware of\ttravel_alert\ni really must know when should i get my oil changed next\toil_change_when\ni want to text natalie\ttext\ntell me what time my flight ought to be landing\tflight_status\nwill you roll a 2 sided dice\troll_dice\nis there traffic expected\ttraffic\nshow my transaction statement\ttransactions\nwhat is my location right now\tcurrent_location\ntell me when today's meeting is supposed to happen\tmeeting_schedule\nwho built you\twho_made_you\ndo you know how much i owe on my cable bill\tbill_balance\nlook up how high my visa limit is\tcredit_limit\ni want you to flip a coin now\tflip_coin\nyou're how old\thow_old_are_you\ni need to have a timer for 10 minutes\ttimer\nmy name\tuser_name\nhi, ai\tgreeting\ni want you to tell me about my income\tincome\nsend mom a message i'll talk to you later\ttext\nhow old are you\thow_old_are_you\nshow me a plan to help my credit score rating\timprove_credit_score\nshow me my transactions within the past week\ttransactions\ni would like to change the name on my first hawaiian bank account\tpin_change\ndo you have a cat or a dog\tdo_you_have_pets\nplease remind me to take out the trash\treminder_update\ni need you to schedule a meeting with carrie and lisa\tschedule_meeting\ncan you list the places that there are travel alerts for\ttravel_alert\ni need your to reset to factory settings\treset_settings\ni'd like to order more checks for my savings account\torder_checks\nhow long ago was my car last in the shop\tlast_maintenance\nhow long before my new card is mailed to me\treplacement_card_duration\nare vaccinations required to travel there\tvaccines\ni would like ms johannson and ms alba to be informed of my location\tshare_location\nit's either of them\tmaybe\nwhat is the highway mpg on this car\tmpg\nwhat is the credit card's apr\tapr\nhow are things going\tgreeting\ncan applebees take any reservations\taccept_reservations\nwhat kind of outlets does havana have\tplug_type\nwhat's my health plan\tinsurance\nabort please\tcancel\ncan you tell me what my may 1st will be like according to my calendar\tcalendar\nhow do you spell tomato\tspelling\nhow long will it take me to get to red robin in glendale\tdistance\nat what point should the oil be changed again\toil_change_when\nwhat's my credit score rating\tcredit_score\ndid my visa card app go through yet\tapplication_status\nyou can just speak to me as jim\tchange_user_name\nwhere do i redeem my credit card points\tredeem_rewards\ngive my location to stan\tshare_location\nfind inner tube and buy it for me\torder\ni wanna know my credit rating now\tcredit_score\nwhat kind of credit card apr do i get\tapr\nhow far has my application for the hsbc card gone till now\tapplication_status\nwhat is your name by chance\twhat_is_your_name\nconfirmed\tyes\ni don't remember buying this\treport_fraud\ni'd like to schedule a tire inspection\tschedule_maintenance\ncan i use milk instead of cream\tingredient_substitution\ni am needing to know how low the air in my tires are\ttire_pressure\nwould you give me directions to the closest starbucks restaurant\tdirections\nnot that\tno\ni may have a fraudulent transaction\treport_fraud\nchange mode to whisper\twhisper_mode\nwhere on the cheerios box are the nutrition facts\tnutrition_info\ni want to hear something hilarious\ttell_joke\nwhat do i need to jump start a battery\tjump_start\nplease remind me later\treminder_update\ndo i have any appointments on my calendar march 22nd\tcalendar\nroll a die please\troll_dice\ncan you change the date of the doctor's appointment event in my calendar from april 1 to april 3rd\tcalendar_update\nwould being late hurt my credit\timprove_credit_score\nthe next time i change my oil, when should it be\toil_change_when\ni'm going to start calling you joe\tchange_ai_name\ncan you find my location on the map\tcurrent_location\nis it true your a real person\tare_you_a_bot\nmy card didn't go through when i was buying a case of water at walmart\tcard_declined\nwhat time is it in the greenwich timezone\ttime\ngive recommendations for thai food\tmeal_suggestion\nwhat do i currently have on my shopping list\tshopping_list\nlet me know the minimum i can pay on my cable bill\tmin_payment\ntell me minimum to pay on landscape bill\tmin_payment\nwhat is the exchange rate between euros and pesos\texchange_rate\nwhat does the word abjure mean\tdefinition\nthe temperature at ac is what\tsmart_home\nwhat do i need to do now that my battery is dead\tjump_start\nmy card became damaged when i dropped it in the parking lot and it got ran over\tdamaged_card\ncan i find my w-2 online\tw2\nhow many points did i get on my visa card\trewards_balance\nwhat are you hobbies\twhat_are_your_hobbies\ni need to know how many pto days are left\tpto_balance\nhow young are you\thow_old_are_you\ni have to jump start my car\tjump_start\ncheck if my vacation time has been approved\tpto_request_status\nwhat do i need to do to rollover my 401k\trollover_401k\ntell me how i can schedule a meeting\tschedule_meeting\nwhat would the word for grass be in finland\ttranslate\nsince i got a new job, i need help with my 401k rollover\trollover_401k\ncan you calculate the square root of 172\tcalculator\ncan you see if i have any vacation days available for a request\tpto_balance\nwhat's the next day i am scheduled off\tnext_holiday\nhow much is my electric bill for\tbill_balance\ni need to make a reservation for 8 pm at red robin for 3\trestaurant_reservation\ni think i've been the victim of fraud\treport_fraud\nflip a coin and let me know if it lands on heads or tails, please\tflip_coin\ni have a false charge on my account from mcdonald's\treport_fraud\nwhat is the square root of 36\tcalculator\nwhat kind of gas does this car need\tgas_type\ni am afraid that that is not the case\tno\nwhat are the details on my health care plan\tinsurance\nhow do i know my insurance benefits\tinsurance\nsubmit full payment to chase for my visa bill\tpay_bill\nhold on what was that you just said\trepeat\nhow do you say hi in french\ttranslate\nwill you charge me if i use my card in japan\tinternational_fees\ni'm traveling to paris soon and want to inform my bank\ttravel_notification\nwhat do you purchase to put in a shepherd's pie\tingredients_list\ntell me where a w2 is available please\tw2\ni would love to know my spending limit\tcredit_limit\nwhat are some ways to jump start a car\tjump_start\nwould you please ask the question again\trepeat\nmy credit card is set to expire in what month\texpiration_date\nis there a travel alert in argentina\ttravel_alert\ni need an uber\tuber\ni wanna know how much gas i have\tgas\nplease flip a coin, i choose heads!\tflip_coin\nare there any interesting activities to do in austin\ttravel_suggestion\nturn up the volume\tchange_volume\nplease let me know what my current bank balance is\tbalance\nhow much traffic do they get around dinner time\thow_busy\nhelp me figure out where this fraudulent transaction from google came from on my account\treport_fraud\nhave i received any messages about my credit card application\tapplication_status\nhow man z's are in zombie\tspelling\nhow long does oil last in a car\toil_change_when\ni need to rollover my 401k because i got a new job\trollover_401k\ni don't want you connected to my phone anymore\tsync_device\nlet me check my transaction for first bank card\ttransactions\nwhat is the location that td bank has their routing number listed\trouting\nmy card is lost please report it\treport_lost_card\ndoes my amex card use international transaction fees\tinternational_fees\ndo i need a visa for canada\tinternational_visa\ni need a table for 3 at 5pm at andrea's steakhouse under wheeler\trestaurant_reservation\nhow long do i cook steak\tcook_time\nspell aaron\tspelling\ni need a place to stay in newark near a bodega from may 2nd through the 4th\tbook_hotel\nwhat do you think the purpose of life is\tmeaning_of_life\nmy card is scuffed up and won't work\tdamaged_card\ni want to know how much vacation time i can use\tpto_balance\ntell me what's on the calendar for saturday\tcalendar\ntell me what things i need to accomplish per my to do list, please\ttodo_list\ncan you tell me where i left my phone\tfind_phone\nhello, i'd like a reservation for two at the olive garden at six tonight\trestaurant_reservation\nlost luggage on flight america airlines in o'hare\tlost_luggage\nhow many days are remaining on my vacation days\tpto_balance\nchange back to factory settings\treset_settings\nthat is not true, it's false\tno\nplease change your language setting to spanish now\tchange_language\nis it possible to have a place booked in salem from the 1st to the 3rd\tbook_hotel\nwhat is my compensation\tincome\nset up a reminder that i need to pay my car ins the 23rd\treminder_update\npay my utility bill from my bank account\tpay_bill\n10 minute timer\ttimer\nwhat would four inches be in centimeters\tmeasurement_conversion\nwhich company is responsible for your design\twho_made_you\ntransfer two hundred dollars between my portfolio and my money market account\ttransfer\nis cleaning the outside windows on my todo list\ttodo_list\ni wanna know how long until the next day off\tnext_holiday\nfind out how much of my pto is already used\tpto_used\nwhat name do you go by, ai\twhat_is_your_name\ncan i speak spanish to you hombre\tchange_language\nwill i need an international visa to go to madagascar\tinternational_visa\nis there a due date on the bill\tbill_due\nwill i get sick if i eat the tuna salad from friday\tfood_last\nwhat paperwork will i need to visit northern ireland\tinternational_visa\ni think my luggage is missing\tlost_luggage\ni need to know the total calories for a chicken caesar salad\tcalories\ntell me when my flight will land\tflight_status\ntell me how health chocolate is\tnutrition_info\nflip a coin one time\tflip_coin\nwhat's the highest chance of rain for today\tweather\nwhat day do i have to pay my leasing office bill\tbill_due\nplease switch to whisper mode\twhisper_mode\nwhere do i find the routing number for usaa\trouting\nhow good are the ratings for the french laundry\trestaurant_reviews\nwhat is the name you have listed for my identity\tuser_name\nwhat can i ask you to accomplish\twhat_can_i_ask_you\nwhat day do i have to pay for my capital one card\tbill_due\nhas flight dl123 arrived yet\tflight_status\ntell me how you are doing\tgreeting\nhow much is the exchange between usd and euros\texchange_rate\nwhat does mature mean\tdefinition\nhow can i say thank you in spanish\ttranslate\nbeginning playing the next tune\tnext_song\nwhat's the going rate between usd and cad\texchange_rate\ntell me why was my card declined at the zoo\tcard_declined\ni need to know what restaurants are near me\trestaurant_suggestion\nhi, how are you\tgreeting\nwhat kinds of fun things are there in boston for tourists\ttravel_suggestion\ni'm afraid there is a false transaction on my account\treport_fraud\ni'd like to know how many vacation days i have\tpto_balance\non my bank of america visa, what is the apr\tapr\nadd this to my rock playlist\tupdate_playlist\nhow tiny a payment can i make on electric bill\tmin_payment\ndo you know any trivia about the ocean\tfun_fact\nhow many more days until my next paid day off\tnext_holiday\ni want sushi, is there any good place in ho chi minh\trestaurant_suggestion\nyou've been a great help\tthank_you\nwhat items do i need to do\ttodo_list\nhow is the traffic on the way to the mall\ttraffic\ni will be visiting america so i will need to let me bank know i will be gone from april to may\ttravel_notification\ndo you mind if i ask how old you are\thow_old_are_you\nwill i have to wait to get a table at ihop\thow_busy\nwhen do i change my oil\toil_change_when\ndo heads or tails\tflip_coin\ndo you know if my vacation request has been approved\tpto_request_status\nplease cross off schedule acupuncture appointment off of the to do list\ttodo_list_update\ncan you set the temp to 69\tsmart_home\nhow do i find out my tire pressure\ttire_pressure\nwhat was my recent transaction\ttransactions\nplease check the pressure in my tires\ttire_pressure\ni really gotta book a place to stay in phoenix from the 5th to the 9th of march\tbook_hotel\nwhat kind of things do you do when you have free time\twhat_are_your_hobbies\nwhere in the world is there a travel alert\ttravel_alert\nsend amy a text for me and tell her i need to meet\ttext\ncan you tell me how to change my car's oil, and what type i need to buy\toil_change_how\ncan i increase the credit limit on my maurices card\tcredit_limit_change\ndoes minnies cafe in modesto take reservations\taccept_reservations\nhow much do i pay the irs\ttaxes\nis it possible to get more checkbooks for my wells fargo checkings\torder_checks\nthis process needs to stop\tcancel\ni was using my credit card as a cutting board and accidentally sliced it in half\tdamaged_card\nfind me starbucks\tdirections\nbook me a hotel in st louis near the arch from march 2nd to 5th\tbook_hotel\nshow my gps location to brittany\tshare_location\nsince we're out of checks i want help purchasing new ones\torder_checks\nget a uber for two to go to a romantic dinner at mcdonalds\tuber\nwhat things did i not want to forget\treminder\nwhat do i need to do to change my abc bank account pin number\tpin_change\ndid you get confirmation my vacation is a go\tpto_request_status\nwhen will my flight take off\tflight_status\nhow many meetings do i have scheduled between 10 and 3\tmeeting_schedule\ncan you find me a salsa recipe\trecipe\nplease cancel the table i had reserved for tonight\tcancel_reservation\nlet's settle it with a coin flip\tflip_coin\nwhen is the egg expired\tfood_last\nadd mia to my spanish playlist\tupdate_playlist\nwhat's the status of my gas tank\tgas\ndo i have 30th birthday party on my calendar\tcalendar\ndo you know the timezone for phoenix\ttimezone\nwhat kind of hobbies do you like to do\twhat_are_your_hobbies\nhow many minutes will it take to get to the empire state building in manhattan\tdistance\ni need to know the dollar to peso conversion\texchange_rate\nwhat's the exchange rate between dollars and pesos\texchange_rate\ni need to download my w-2 form\tw2\nwill bj's take reservations\taccept_reservations\nhow healthy is pumpkin pie\tnutrition_info\nwhats the cars mpg\tmpg\ni want to know if you have hobbies\twhat_are_your_hobbies\nhow do i get to the closest starbucks\tdirections\nwhat status is my card application in\tapplication_status\nmove two hundred dollars to my chase savings account to my wells fargo checking account\ttransfer\nshow me my shopping list\tshopping_list\nbook me a flight to jackson, mississippi from austin texas on american airlines\tbook_flight\nspeak it again slowly\tchange_speed\ni need to know the time it takes to get a new credit card sent to someone who lost theirs\treplacement_card_duration\ni need ideas for things to do in nashville\ttravel_suggestion\nfind out where my phone is\tfind_phone\nwhat is the status of my delivery order\torder_status\nat what time is my flight scheduled to land\tflight_status\nset a reminder to pick up the kids\treminder_update\nwhat is the title of this track\twhat_song\ni want to change the pin number on my credit union account\tpin_change\nwhere can i find my voca account's interest rate\tinterest_rate\nneed to know the weather now\tweather\nhow long does it take to get a new credit card\treplacement_card_duration\ncan you tell me when my tires should get changed\ttire_change\nplease tell me the amount of gas i have\tgas\nplease change credit\tcredit_limit_change\ncan you give me a good piece of trivia about the rainforest\tfun_fact\ncan i swap coconut milk for condensed milk\tingredient_substitution\ni need interesting baseball trivia from the nineteen eighties\tfun_fact\ndirect deposit my paycheck to my capital one account\tdirect_deposit\ncan you speak to me in chinese\tchange_language\ni seem to have lost my luggage! what are my options now\tlost_luggage\nhow long can i keep bison in the freezer for before it spoils\tfood_last\ntell me my apr rate\tapr\nphone christie\tmake_call\ndo i have to contact someone to use my credit card points\tredeem_rewards\nneed the tv on please\tsmart_home\nhelp me find a good sushi spot in chicago\trestaurant_suggestion\ndial sarah\tmake_call\ntell me something amusing\ttell_joke\nwhat do i need to do to get that tax form thing from my job\tw2\nhow do they say yes in brazil\ttranslate\nwhat are the best ways to build my credit score\timprove_credit_score\nlooking at january, show all wine purchases\ttransactions\nhow were you made\twho_made_you\nhow long can i go before i need to change my tires\ttire_change\nabort running program\tcancel\nmake sure bread gets added to my shopping list\tshopping_list_update\nmarch 2nd through march 18th, i'm going to need a jeep in frankfort\tcar_rental\ni want to know my bill's minimum payment\tmin_payment\ni want to eat mediterranean fare with at least four stars, near me\trestaurant_suggestion\ntell me how to check rewards for my mastercard\trewards_balance\nis there a reservation available at ruth chris today\trestaurant_reservation\nset a timer for twelve seconds\ttimer\ncan you tell me what is 18 percent of $2500\tcalculator\nwhat kind of questions may i ask you\twhat_can_i_ask_you\nplease check the status of my mastercard application\tapplication_status\nways to build credit\timprove_credit_score\nhow can i cash in the rewards i earned with my visa card\tredeem_rewards\nwill i need a visa to travel to cancun\tinternational_visa\none more time for me please\trepeat\nhow can i find the current interest rate for my account ending in 9012\tinterest_rate\nmy oil seems pretty black, does that mean i should change it\toil_change_when\nif you flip a coin, i call tails\tflip_coin\nwhisper mode, please\twhisper_mode\nwhat is our purpose\tmeaning_of_life\ni want to be updated on the most recent status of my credit card application\tapplication_status\nwhen should i pay my pg&e bill\tbill_due\nwhen will we next get to stay home from work\tnext_holiday\ncan i edit my insurance policy\tinsurance_change\nwhat's the amount due on my latest sprint bill\tbill_balance\ncan you translate bowl into russian for me\ttranslate\nwhen's the last time i got a paycheck\tpayday\ni want to hear a male british accent\tchange_accent\nwhat is the status of my recent order\torder_status\nhow much gas is in my gas tank\tgas\ndo you know exactly when you were born\thow_old_are_you\ndo i have any vacation days to use\tpto_balance\nnot sure to be honest\tmaybe\nplace my order alexa\torder\nmy insurance benefits are what\tinsurance\ntell me about the hold on my chase account\taccount_blocked\nplay some music\tplay_music\nlook up hotels with positive reviews in new york city\tbook_hotel\ni should get my tires checked, schedule that\tschedule_maintenance\nadding gods plan to new playlist\tupdate_playlist\nhow much interest am i getting percentage wise from chase\tinterest_rate\nwhat's the month that my card expires\texpiration_date\nat noon, schedule a meeting with saul\tschedule_meeting\nin england how do they say subway\ttranslate\nsteps to change car oil\toil_change_how\ngive me tips on improving my credit score\timprove_credit_score\ndo you know who i am\tuser_name\noh yes\tyes\nfind me a flight from tijuana to guadalajara on volaris\tbook_flight\ni was at target trying to buy candles and my card got declined\tcard_declined\ncan you add this song to my driving playlist\tupdate_playlist\ni need a recipe for chicken pot pie\trecipe\ni want you to roll a 5 sided dice for me\troll_dice\ntake paper towels off of my shopping list\tshopping_list_update\nat what point balance can i redeem my points\tredeem_rewards\ni must change my pin number for my account\tpin_change\nwhat's the balance in my bank accounts\tbalance\nshow cody where i am\tshare_location\nwhen will i need to change my tires again\ttire_change\nwhat does my shopping list say that i should get\tshopping_list\nwhat is your full name\twhat_is_your_name\nhow long do the brownies have to cook\tcook_time\nthank you so much\tthank_you\nwhat is the status of my credit card application\tapplication_status\ndo i have peanuts on my shopping list if not please add it\tshopping_list_update\nplease go ahead and increase your speaker volume\tchange_volume\nhow do i go to whisper mode\twhisper_mode\nplease confirm my reservation for dinner at gusto handcrafted pasta & pizza at 6:30 pm\tconfirm_reservation\ntell me the ingredients to make an apple pie\tingredients_list\nbook delta ticket madison to atlanta\tbook_flight\ni'm out of conditioner so will you order me some more\torder\nhow much have i spent on shoes\tspending_history\nare you able to put a stop on my bank account\tfreeze_account\nwill you please do the male british accent\tchange_accent\ntell me when my flight is scheduled to start boarding\tflight_status\nwhat's the date on my last pay stub\tpayday\nit's true\tyes\nhow many days of vacation are left now\tpto_balance\ncan you see if i can rent a car from dallas on the dates of march 1, 2019 to march 3, 2019\tcar_rental\nwhat is gumbo made of\tingredients_list\ni feel like going out for sushi tonight who in the area serves good sushi\trestaurant_suggestion\nmove to the next song\tnext_song\ndo i have a note on the calendar for black friday\tcalendar\nbook me a hotel in pittsburgh near grant street for 3/15 through 3/18\tbook_hotel\nwhat location do you see me at right now\tcurrent_location\nhow do you spell aaron\tspelling\nhow long can i freeze tofu before it goes bad\tfood_last\nwhat kind of gas does my vehicle take\tgas_type\ntell me my income amount\tincome\ni'll require a rental car from 3/6 - 3/19 in san jose\tcar_rental\ntell me the content of my to do list today\ttodo_list\nim at lax and my bags aren't\tlost_luggage\nhow good are the ratings for red robin\trestaurant_reviews\nhow good are the ratings for outback steakhouse\trestaurant_reviews\nplease increase volume\tchange_volume\nis my card's apr a decent rate\tapr\ncan you get me a table for 2 at mexico viejo at 3pm\trestaurant_reservation\nwhat jokes do you know\ttell_joke\nyou were built by who\twho_made_you\ndefine the meaning of life for me\tmeaning_of_life\nhow do i find my income\tincome\nwould you flip a coin\tflip_coin\nwhat is my expiration data for my card\texpiration_date\nplease tell my bank i'm traveling to mexico between next wednesday for a week after\ttravel_notification\ni would like you to repeat yourself\trepeat\nswitch language for me\tchange_language\nwhat's on my agenda for tomorrow\tcalendar\nflip a coin, i call heads!\tflip_coin\ndo you know if my 401k is able to be rolled over\trollover_401k\ntell me all the ways my credit score can get hurt\timprove_credit_score\ni need to report a new card please the atm hurt mine\tdamaged_card\nwho do you take orders from\twho_do_you_work_for\nwhat is the remainder of my starbucks rewards balance\trewards_balance\nhow long do i boil eggs\tcook_time\nhow long have you been functional\thow_old_are_you\ni want my credit score\tcredit_score\ni need to add cherrios to the grocery list\tshopping_list_update\nhow long does it take for dough in the freezer to go off\tfood_last\ni want your speech settings to be made slower\tchange_speed\nis there a way to get my pin number\tpin_change\ncan you give me information on how to rent a car\tcar_rental\nhow will i change my car's oil\toil_change_how\nplease double check on my reservations for buffalo wild wings at five for the game\tconfirm_reservation\nwhat are some hot travel destinations\ttravel_suggestion\nyou are how old\thow_old_are_you\ni placed an order and i need it tracked\torder_status\nsayonara\tgoodbye\nplease tell me how much i have spent recently\tspending_history\nhow soon until my tires will need to be changed\ttire_change\ni am going away and need to rent a car\tcar_rental\ni'm going to paris soon and want to let my bank know, how do i do that\ttravel_notification\ni want to call mark\tmake_call\nwhere is your home planet\twhere_are_you_from\ncan you tell me what kind of gas your car uses\tgas_type\nwhat is the correct amount of ounces in a pound\tmeasurement_conversion\narrange a meeting room for 9am on friday\tschedule_meeting\nschedule an oil change for me\tschedule_maintenance\nwhen you go to germany, do you need a special converter for your plugs\tplug_type\nwho is the person responsible for creating you\twho_made_you\nhow long to cook a frozen pizza\tcook_time\ntime to get replacement credit card for stolen one\treplacement_card_duration\ncancel that input\tcancel\nwhat's the expiration date on my credit card\texpiration_date\nwhat time does my flight get in\tflight_status\nwhat are some fun things to do in butte, montana\ttravel_suggestion\nwhat date will it be 9 days from now\tdate\nwhat's the nutritional info for french fries\tnutrition_info\nhow long does it take to prepare pot roast\tcook_time\nis it still safe to consume the cake she backed last thursday\tfood_last\nwhat did you just ask\trepeat\nwhen is my flight supposed to leave\tflight_status\ncan i hear the song after this one\tnext_song\nwhat do you call yourself\twhat_is_your_name\ni want to apply for a new credit card\tnew_card\nhow can i learn how to use direct deposit\tdirect_deposit\ngreat, thanks!\tthank_you\nwhat are some fun local experiences in canada\ttravel_suggestion\nwhat is my income this year\tincome\ni can't locate my luggage, i was on jetblue flight ab123 out of detroit\tlost_luggage\none more time please\trepeat\nplease start using female voice\tchange_accent\nwhat do you call a subway if you were english\ttranslate\nwhat is 78 times 85\tcalculator\nremove anniversary dinner from my calendar on april 5\tcalendar_update\nno, that is my response\tno\ncancel reservation at eight for the group\tcancel_reservation\nwhere is my w2\tw2\nwhat's the apr on my savings account\tinterest_rate\ni need to know the bill's minimum payment\tmin_payment\ncan you give me a meal suggestion from the south\tmeal_suggestion\ni believe there are fraudulent charges on my card how can i report them\treport_fraud\nput a hold on my bank account please\tfreeze_account\nfor going to that country, do i need a visa\tinternational_visa\nmy car needs maintenance but i don't know if i can schedule an appointment for that\tschedule_maintenance\nhow much will i pay the government back in taxes\ttaxes\ninform my bank i will be travelling to central africa\ttravel_notification\ni want to know when a bill is due\tbill_due\nwhat time is it now pacific time\ttime\nwhat's left in my gas tank\tgas\nhow much is the euro in dollars\texchange_rate\nwhat were my purchases on visa card last month\ttransactions\nwhat's the damage on my federal tax return\ttaxes\nwhat's the difference between usd and cad\texchange_rate\nwhats this song\twhat_song\nmay you suggest a meal from italy to me\tmeal_suggestion\nmy card did not work yesterday\tcard_declined\nhow is the car's fuel economy\tmpg\nswitch to the next song on this playlist please\tnext_song\ncan you tell me who made the ai\twho_made_you\nadd corn to my shopping list and remove wine\tshopping_list_update\nlight the bedroom lights\tsmart_home\ni need to know if i have reservations at arufflo at 5 pm\tconfirm_reservation\nwhat is the limit on my victoria's secret card\tcredit_limit\ni need to rent a car for may 3rd to may 5th in indianapolis and i'd like a mercedes\tcar_rental\nfor peppercorn steak, what ingredients do i need\tingredients_list\nmay i suggest we go to the next song\tnext_song\ndo you know the song on the speaker right now\twhat_song\nwhat date is my at&t bill due\tbill_due\nmy account at the bank needs to be frozen\tfreeze_account\ncan you tell me if you are a real live person\tare_you_a_bot\nhow many days off did i use so far\tpto_used\ncould you inform ann and scott of my location\tshare_location\ni want you to read my reminder list to me\treminder\nthe minumum to pay is what\tmin_payment\ngive me my credit score please\tcredit_score\nhow much is my gas bill\tbill_balance\ncan you order me new ray bans\torder\nhow good are the ratings for outback\trestaurant_reviews\nwhat can i ask the ai\twhat_can_i_ask_you\ni want to make sour dough bread please find a good recipe for me\trecipe\ni need you to roll dice now\troll_dice\nwhat are the required shots in mozambique\tvaccines\nconvert inches to centimeters\tmeasurement_conversion\ni need to book a car rental in las vegas\tcar_rental\nmay i know my insurance benefits\tinsurance\ni need to know why my card got declined\tcard_declined\ncan you change to the male voice\tchange_accent\nhow is the tread on my tires\ttire_change\neither i am not sure\tmaybe\nwould you repeat what you said earlier\trepeat\ni want to start calling you bob\tchange_ai_name\ncan you please let me know the status of my capital one application\tapplication_status\ncan we get a direct deposit\tdirect_deposit\ni gotta know when should i get my oil changed next\toil_change_when\ndo you know whether you are a human or whether you're a computer\tare_you_a_bot\nwhat are good thai dishes\tmeal_suggestion\ncan you remember the nutritional info for macaroni and cheese\tnutrition_info\ntell me how far i am from home in time and miles\tdistance\nset a reminder to feed the dogs\treminder_update\ni must order some more checks for my checking account\torder_checks\nwhat's the equivalent of 1 cup to pounds\tmeasurement_conversion\nhow do you spell antithesis\tspelling\nhow about a coin flip\tflip_coin\nhow much is this mpg\tmpg\nwhat's the traffic like on the way to the mall\ttraffic\nare my tires under-inflated\ttire_pressure\nwhat's the time of arrival on my new credit card\treplacement_card_duration\nhow might i say hello if i were scottish\ttranslate\nhey, stop talking like you're a stretch taped\tchange_speed\nlet me know what do you call me\tuser_name\nwhat are some activities to do in chicago\ttravel_suggestion\ni need to put in a cancellation for the dinner plans tonight\tcancel_reservation\ni'm changing your name to joe\tchange_ai_name\nbuy delta ticket madison to atlanta\tbook_flight\nwhat's the mileage to get the the taj mahal in atlantic city\tdistance\ni was just at target and they declined my card and i can't understand why\tcard_declined\ngive me the pressure for the tires on my car\ttire_pressure\ncan you play the song that sounds like thun thun thun\tplay_music\nuse a male voice instead\tchange_accent\nhello, how is it going\tgreeting\nwhich type of gas does my car use\tgas_type\ncan you text christopher and tell them im on my way\ttext\non the lounge lights turn\tsmart_home\nis there enough air in my tires\ttire_pressure\ngive me the nutritional information for mashed potatoes\tnutrition_info\nhow can i make sure that my credit score does not decrease\timprove_credit_score\ndo you have a record of when i last got my car checked\tlast_maintenance\nwhat's the amount of time since having my car given a once over by a mechanic\tlast_maintenance\nhow would i raise my credit spending by 250 dollars\tcredit_limit_change\ni got a new job, can you help me with my 401k rollover\trollover_401k\ntell me a fun fact about cars\tfun_fact\nhow many points are on my gold card\trewards_balance\nflip that dime\tflip_coin\ncan you tell me how many calories are in an apple\tnutrition_info\nwhat time is it getting to be\ttime\nwhen will my panam flight be arriving\tflight_status\nwhat things can i do to increase my credit score\timprove_credit_score\ncan you set up alarms for one in the afternoon and ten at night\talarm\nwhere is the closest gas station\tdistance\nhow long do i have to pay the gas bill\tbill_due\ngoogle find out what health plan i am under\tinsurance\nwhere can i locate the pnc account's interest rate\tinterest_rate\ncan you show me the transactions that were made last night at the restaurant\ttransactions\ntell me what the date will be tomorrow\tdate\ndo i have any meetings on my schedule today\tmeeting_schedule\nhow much did i spend on food\tspending_history\nwhen was the last date that i got a paycheck\tpayday\nsound the alarm at 6 am tomorrow\talarm\nhow good are the ratings for pizza hut\trestaurant_reviews\nhow do i convert tablespoons to cups\tmeasurement_conversion\nai, give me the results of a coin flip\tflip_coin\ni want you to turn the tv on\tsmart_home\ncould you locate me some good places in kentucky that serve sushi\trestaurant_suggestion\nmy credit card has been stolen and i want to know how long it will be before i can get a new one\treplacement_card_duration\ni would like an uber going to the train station, please\tuber\nwhat are the nutrition facts for carrots\tnutrition_info\nmake the lights dimmer please\tsmart_home\nhow many calories in chicken\tcalories\nfalse for sure\tno\nare you an actual live person\tare_you_a_bot\ni need to know when's the next holiday\tnext_holiday\ncan i get assistance with booking a seattle car rental\tcar_rental\nis there a travel alert in spain\ttravel_alert\ni need to know what this song is called\twhat_song\ni have no knowledge about it\tmaybe\ncan you cancel that request, please\tcancel\nmy checking account needs a new pin number\tpin_change\nhow long to reach my doctors office\tdistance\ni wanna know my bank of america routing number\trouting\nis chocolate good for you\tnutrition_info\ndoes ireland require an international visa\tinternational_visa\nwhat timezone would i be in if i traveled to moscow\ttimezone\nwhat is 900 times 8\tcalculator\ninform me on the directions to jump start my car\tjump_start\nam i going to need a visa for traveling to canada\tinternational_visa\na new cards takes how long to mail to me\treplacement_card_duration\nhave i been giving lot of money to food to food lately\tspending_history\nwhat is left to do today\ttodo_list\nit seems not\tno\nwhat is this song\twhat_song\ncalorie content of dr pepper\tcalories\nhow much is the minimum payment due for my citicard this month\tmin_payment\nwhen's the gas bill due\tbill_due\ni need to know what the traffic typically like at 3:30 on the route to phoenix\ttraffic\nwhat time is it in glenwood springs, co\ttime\nunsync my phone\tsync_device\nhow do i change my oil with the correct type\toil_change_how\nwho is your superior\twho_do_you_work_for\nwhat insurance benefits do i have\tinsurance\ni desire to apply for a bank of america travel rewards credit card\tnew_card\nhow is my credit score numberwise\tcredit_score\ni want to set up direct deposit for my paycheck, what do i need to do\tdirect_deposit\nwhat's my pay for this week\tincome\ndo you have any pets and what kind\tdo_you_have_pets\nwould you be able to tell me how to make a vacation request\tpto_request\nfind a decent rental care for next week at the philadelphia airport\tcar_rental\nwhich subjects are you the most experienced with\twhat_can_i_ask_you\ncan i order new checks since i am out\torder_checks\nif i go to olive garden at 4 pm, how busy will it be\thow_busy\nhow do i check my rewards for my old navy card\trewards_balance\nwhat is the shipping time for my card\treplacement_card_duration\ni need a rental car for sfo from friday to saturday\tcar_rental\nis it possible to apply for a new credit card\tnew_card\nis event on my calendar\tcalendar\nplease play the next song on this playlist\tnext_song\nwould you remove bread from my shopping list and add bread\tshopping_list_update\ncould you cancel that request, please\tcancel\ncan you find my package in transit\torder_status\nwould you like to live with a cat or a dog\tdo_you_have_pets\ncan you move my money to my savings\ttransfer\ni need help spelling superficial\tspelling\nwhat's the time to destination going via bus to omaha\tdistance\nhow much is my income going to be this month\tincome\nmy card is damaged and unusable\tdamaged_card\ncan you translate milk into spanish for me\ttranslate\nwhat do i have scheduled for february 28th\tcalendar\n\"please add to \"\"kids\"\" playlist\"\tupdate_playlist\nhow much mpg does this car get in the city\tmpg\nthat is the wrong answer\tno\nwhat is the easiest way to check my bank rewards card\trewards_balance\nwhare the ingredients for the stir fry\tingredients_list\nwhat happened to my cellphone\tfind_phone\nyellow by coldplay to my playlist please\tupdate_playlist\ni need you to call me mary\tchange_user_name\nwhat are the ratings for chipotle\trestaurant_reviews\nplease tell me how many calories one chocolate bar contains\tcalories\ni need to call sal\tmake_call\nwhat's the procedure to deal with lost luggage\tlost_luggage\nwhat is the most amount of time that is considered safe to store uncooked chicken in the fridge\tfood_last\nplease tell me why walgreen's wouldn't take my card\tcard_declined\ndoes my errand list have goodwill on it\ttodo_list\ntell my bank's fraud department i'm going to mexico\ttravel_notification\ndo my tires have enough air\ttire_pressure\nwhat's my car's miles per gallon\tmpg\nwhat is the apr on my american express card\tapr\nplease call me jim\tchange_user_name\nhow do i get to statue of liberty by bus\tdirections\nis my card made immedietly after reporting stolen\treplacement_card_duration\nare you able to play beatles songs\tplay_music\nwhich shots do i need before i go to thailand\tvaccines\nwhat kind of questions do you accept\twhat_can_i_ask_you\ncan you tell me how i change my pin number\tpin_change\nwhat is the minimum payment i can make on my xcel energy bill\tmin_payment\nwhere can i get the form i need to do my taxes, please\tw2\nshow me the minimum payment for my boat bill\tmin_payment\nmy current location is what\tcurrent_location\nturn volume up to 4\tchange_volume\nis there another company you work for\twho_do_you_work_for\nhow long should i cook country fried potatoes for\tcook_time\nso what sort of hobbies are you into\twhat_are_your_hobbies\nwill i pay over $500 in federal taxes\ttaxes\nwhat name do you have listed for me\tuser_name\nwhat organization do you work for\twho_do_you_work_for\ni need a delivery tracked\torder_status\ni want to bring my card on the texas trip in june, will it be expired by then\texpiration_date\nwhat do you like being called\twhat_is_your_name\ni can't use my card because it’s messed up\tdamaged_card\ntake my lunch plans off the calendar for march 13th\tcalendar_update\ncan you tell me what this song is\twhat_song\ni need a bit of hand holding getting my trash bill paid\tpay_bill\nwhen was my most recent transaction\ttransactions\ndoes my todo list have vacuuming on it\ttodo_list\nwhat's your city of origin\twhere_are_you_from\nwhat kind of plug is used in japan\tplug_type\nhow are you this day\tgreeting\nhow much money do i pay in taxes, please\ttaxes\nif i'm going to africa, do i need some shots first\tvaccines\nmy card got dropped in the shredded and i need it replaced\tdamaged_card\nselect a new language\tchange_language\nat what time should i be boarding my flight\tflight_status\nwhen will my tires need changed\ttire_change\nsuggest some restaurants\trestaurant_suggestion\ncan you get me a table for 1 at the vega at 1pm\trestaurant_reservation\ncan you call mom\tmake_call\nwhen will i recieve another paycheck\tpayday\ni'm at a new job and i need to do a 401k rollover, how do i do this\trollover_401k\nwhat are my chase cards fees for international transactions\tinternational_fees\nset the temperaure to 71\tsmart_home\nwhat is my old navy card's rewards balance\trewards_balance\nit takes how long to mail me a new card\treplacement_card_duration\nare there any reputable car rental places in seattle\tcar_rental\nwhat's the chance of rain\tweather\ni am a bit panicked because my luggage seems to have gone missing\tlost_luggage\ni need a blackberry pie recipe\trecipe\nhow can i pay my bill\tpay_bill\ni gotta sub sugar for salt\tingredient_substitution\nai, what is the routing number for my citibank savings account\trouting\nz uses which type of plug\tplug_type\ntell me a funny joke\ttell_joke\nwhats my location\tcurrent_location\nyou must skip this song and play the next one\tnext_song\ngive me the date\tdate\nundecided\tmaybe\nplease let me know the status of my vacation request\tpto_request_status\nset a reminder for me\treminder_update\ni have been spending a lot on insurance lately\tspending_history\nis there an update on flight dl123\tflight_status\nso how long do you think the chicken will take\tcook_time\non my big project task list please add paint shutters in spring\ttodo_list_update\nget a hold of sue\tmake_call\ncheck on my health care plan\tinsurance\nwhat's the eta for a new card to come in the mail\treplacement_card_duration\nget an uber for 4 passengers to get us to the phl airport\tuber\ni want to cook a quick breakfast what ingredients do i need\tingredients_list\nwhere do i go to order more checks for my well's fargo account\torder_checks\nmany thank\tthank_you\ni need a reminder to remind me to do something\treminder_update\nwhat's my current gas level\tgas\nhow many ounces are in a cup\tmeasurement_conversion\nam i allowed to increase my credit limit to $1000\tcredit_limit_change\nwhat gas should i fill it up with\tgas_type\ncan i use dark brown sugar instead of brown sugar\tingredient_substitution\ngo ahead and roll those dice\troll_dice\nchange the pin on my bank account first republic to 1234\tpin_change\nwhat are the steps for setting up direct deposit for my paycheck\tdirect_deposit\nhow long does pizza take\tcook_time\nwhat did you just say\trepeat\nrepeat your last message\trepeat\ni want volume set to 4\tchange_volume\ni want to check if there is any meeting room available between 8:00 and 10:00 am\tschedule_meeting\nreport the card has been damaged\tdamaged_card\nno more talking\tcancel\ni want to apply for a discover card\tnew_card\nplease take away the fries from the shopping list\tshopping_list_update\nthe bill for water and electricity is how much\tbill_balance\nwhats the name of the playing song\twhat_song\nturn whisper mode off\twhisper_mode\nconvert 2 inches to meters\tmeasurement_conversion\nhey siri, please cancel my reservation at the loft for 5\tcancel_reservation\nlet me hear my slow songs\tplay_music\nare you ai\tare_you_a_bot\nwhat's the month, year, and day that my card expires\texpiration_date\ntell me how to spell malignant\tspelling\nwhat plugs are used in spain\tplug_type\nrepeat that fun fact about mt everest\tfun_fact\nwhen will my aa flight be landing\tflight_status\nplease tell me what i pay in taxes\ttaxes\nplease roll this 8 sided dice\troll_dice\nwhat's that song on the speaker now\twhat_song\nwhat does my shopping list consist of\tshopping_list\nis my apr high\tapr\nhow many psi's are my tires at the moment\ttire_pressure\ni'm going out of country, what type of outlet plug do i need\tplug_type\nwhat is the expiration date on my card\texpiration_date\nis there an option to change the language\tchange_language\ni'd love to hear a joke\ttell_joke\nwhat is the minimum i can pay on my phone bill\tmin_payment\ngive my boyfriend my gps coordinates\tshare_location\nshow me where i am on the map please\tcurrent_location\nwhen is it time for a tire change\ttire_change\ni need you to clear my todo list\ttodo_list_update\ni need your assistance to solve this math problem\tcalculator\nthat checks out\tyes\nwhat area were you born in\twhere_are_you_from\nwhat benefits does my insurance have\tinsurance\nwhat are popular mountains to hike in arizona\ttravel_suggestion\nwalk me through the best ways to use my credit card points\tredeem_rewards\ni need to make a reminder please\treminder_update\ndoes the uk require a travel visa\tinternational_visa\nmailing to me for a new card takes how long\treplacement_card_duration\ncan i set a reminder\treminder_update\ncan you teach me how to change my oil in my car\toil_change_how\nmy car is dead, what do i need to jump start it\tjump_start\nbetween october 7th and october 10th, i'd like for there to be a pto request for me\tpto_request\ncan you tell me the reminders i have set up\treminder\ni really need to jump start my car\tjump_start\ni want to know the carry on policy for aeromexico\tcarry_on\ntell me the reason there is a hold or block on my account\taccount_blocked\nwhats the mpg of this car\tmpg\ndo you have any ideas on the meaning of life\tmeaning_of_life\ni need to find my phone\tfind_phone\nwhat's the nutrition info for a pound of chicken\tnutrition_info\ni'm seeking a full circle flight from msy to msp for w to june 7\tbook_flight\ndoes my card charge a fee for use in indonesia\tinternational_fees\ni would like to know some of your hobbies\twhat_are_your_hobbies\nmake me laugh\ttell_joke\nhow do you spell umbrella\tspelling\nwill you roll a 5 sided dice\troll_dice\nhow many teaspoons make up in 1 tablespoon\tmeasurement_conversion\ndo you know french\tchange_language\nist all carry-on restrictions applicable to my flight\tcarry_on\ncall jim\tmake_call\ni want all the things on the shopping list\torder\ni'm going to canada soon, do i need a visa\tinternational_visa\ni have to use the phone to make a call\tmake_call\nhow much money have i recently spent on entertainment\tspending_history\ncan you translate this name into spanish for me, please\ttranslate\ni want to hear everything on my reminder list\treminder\ni want assistance with my utility bill\tpay_bill\nwhat are some fun, tourist sites to see in nyc\ttravel_suggestion\nif i'm using citibank, what is the interest rate\tinterest_rate\nai, where do i go to order checks for my usbank account\torder_checks\nwhich fuel does my car take\tgas_type\ni wanna check my rewards for my credit card\trewards_balance\nsay a fun fact about mt everest\tfun_fact\ntell my bank i will be travelling to the caribbean\ttravel_notification\nforget it\tcancel\nhave i scheduled anything on march 2nd on my calendar\tcalendar\nremove jess's party from my calendar\tcalendar_update\ncan you please order me more plastic bags\torder\nhow many miles can i drive before changing my tires\ttire_change\nwhat kind of gas should i put in this car\tgas_type\ni need you to tell me what time it is in new york now\ttime\nwhat is the current weather like\tweather\nhow is my credit limit\tcredit_limit\ndoes jet blue have any carry-on restrictions\tcarry_on\nset all doors to locked\tsmart_home\nwhat ingredients do i need for shrimp scampi\tingredients_list\ndo i have enough in my chase account for a plane ticket\tbalance\nmy luggage is lost i was on delta flight ab123 out of new york\tlost_luggage\nadd 7 rings to my pop playlist\tupdate_playlist\nyou can unsync from my phone now\tsync_device\nhow much is $1 usd in euros\texchange_rate\nthere are some questionable charges on my card\treport_fraud\nwhat is the name of this song\twhat_song\ndo you need a special outlet converter in sweden\tplug_type\ndo i need any vaccines before traveling to brazil\tvaccines\nhas my purchase been delivered yet\torder_status\ncan you tell me the exchange rate for yen to euros\texchange_rate\nwhat does my tire pressure look like\ttire_pressure\ncancel my reservation for dinner this saturday\tcancel_reservation\nwhat's the method of jumping my car\tjump_start\ni would like you to increase the speed of your speech please\tchange_speed\ni want my checking balance at chase\tbalance\nmy vehicle needs what kind of fuel\tgas_type\ncan i put in a pto request for december 25th to january 1st\tpto_request\ni want help to transfer my 401k\trollover_401k\nwhat can't i carry-on to delta\tcarry_on\ni need to pair this with my phone\tsync_device\ndo you know the health plan i'm on\tinsurance\nreserve a car rental for denver colorado for a ford between january 1st through 3rd\tcar_rental\nat ac, what's the temperature like\tsmart_home\nbye bye!\tgoodbye\nadd apples to my to do shopping list\tshopping_list_update\nhow much did i spend on christmas gifts in december\tspending_history\nhow do i pay my electric bill\tpay_bill\ni appreciate you helping me\tthank_you\ni would like for you to confirm my reservation for red robin at 5 pm\tconfirm_reservation\nbritish columbia can be found in what timezone\ttimezone\nwhat are some suggestions for places to travel\ttravel_suggestion\nhow do i order checks once i run out\torder_checks\nwhat's the balance in my checking\tbalance\nlater, thanks for chatting\tgoodbye\nshould i cook this for a long time\tcook_time\ni need an uber that fits ten people to go to chipotle\tuber\nwhat's the right way to spell indict\tspelling\ncompose text message\ttext\nyou can call me alan\tchange_user_name\n560 divided by 3\tcalculator\nhow do i get to the bowling alley by foot\tdirections\nplease tell me all of my recent transactions\ttransactions\nwhat is the gas level in my gas tank\tgas\nwhere can i find a w2 form\tw2\nmy phone is lost and i need help finding it\tfind_phone\ntell me how long i will need to spend preparing a meat loaf dish\tcook_time\nthat would be true\tyes\nhow healthy is blueberrys\tnutrition_info\nwhen is my meeting with roger\tmeeting_schedule\nwhat type of plugs do they use in london\tplug_type\nyes, that's what i want\tyes\nplease go to factory settings now\treset_settings\nwhat funny jokes do you know\ttell_joke\nwhat is the name of the insurance plan that i'm enrolled in\tinsurance\nwhat all do i have on my shopping list\tshopping_list\nchange to the woman voice\tchange_accent\ni want a cancellation of the dinner reservation for phillips at bernardin's\tcancel_reservation\ncan you play music the beatles\tplay_music\ncan i call you lucy from now on\tchange_ai_name\nwhen will my payment be deposited\tpayday\nare you a robot\tare_you_a_bot\ni want to change my pin number for my account\tpin_change\ncan you cancel\tcancel\ntell me who programmed you\twho_made_you\ni need the exchange rate between pounds and us dollars\texchange_rate\nhow do i get a new pin\tpin_change\nwhat transactions did i make yesterday at the flea market\ttransactions\nno, that is wrong\tno\ncan i redeem my credit card on safeway\tredeem_rewards\nplease check the door to see who is there\tsmart_home\ni can't figure out how to spell superficial\tspelling\ni have to find the interest rate for my checking account\tinterest_rate\ncan you tell me what i spend on gas for the past two weeks\tspending_history\nwhat will help my credit score\timprove_credit_score\ndoes england have a different plug type and if so what is it\tplug_type\nwhat's the reward point count on my discover card\trewards_balance\nplease tell me how many vacation days i currently have\tpto_balance\nhow many calories are in cheerios\tcalories\ni want to get an appointment to get my oil changed\tschedule_maintenance\ni want to cook a lasagna please tell me how long it will take\tcook_time\ncan i increase the credit limit on my kohls card\tcredit_limit_change\nmy card got melted and i need to report it\tdamaged_card\nhow should i rollover my 401k\trollover_401k\ncan you remind me of when i last had an oil change\tlast_maintenance\nplease go though the bullet points on my reminder list\treminder\nwassup\tgreeting\nis it possible to get a table for 4 at the village inn around 10am\trestaurant_reservation\ndo you have the time\ttime\ndo you know anything about my income\tincome\nwhere are you originally from before coming here\twhere_are_you_from\nwhat are the carry-on rules\tcarry_on\nhow are the interest rates at chase bank\tinterest_rate\nwhat is the total number of calories in a bag of potato chips\tcalories\ntell me the month my card expires\texpiration_date\ncould you tell me how much i've spent over the past two weeks\tspending_history\nare there any decent places to get seafood in seattle\trestaurant_suggestion\nplease add sugar to my shopping list if it's not on it\tshopping_list_update\nit's nice to see you\tgreeting\nhow much gas do i have in my tank\tgas\nfind out when my most recent oil change occurred\tlast_maintenance\ndon't sync to my phone anymore\tsync_device\nhow much are my xfinity and dte bills\tbill_balance\nset alarm for 5 am\talarm\nwhen am i gonna be meeting roger\tmeeting_schedule\ni want to rent a bmw suv for dallas from march 2 to 6th\tcar_rental\ncould you speed up your speech\tchange_speed\nare you a live human being\tare_you_a_bot\nconfirm the john reservation at applebee's\tconfirm_reservation\ntell me if my application has been processed yet, i signed up for a credit card recently\tapplication_status\nwhat can i do if my card is lost\treport_lost_card\ncan you freeze my bank account\tfreeze_account\nhow much do i have to at least pay on my medical bills\tmin_payment\ndo i need an international visa to go to vietnam\tinternational_visa\nalexa, book a rental car to los angeles county in 2 hours\tcar_rental\nhow do i adjust my insurance policy\tinsurance_change\nwhats the travel time to redmond right now\tdistance\ni want factory settings put back in place\treset_settings\ntell me if boston restaurant has good reviews\trestaurant_reviews\nwhats the quickest way to money from one account to another\ttransfer\nwhat do my federal taxes amount to\ttaxes\ni think your a bot\tare_you_a_bot\ni want you to call me this new name\tchange_user_name\ni need you to let mr miyagi and daniel know where i am\tshare_location\nflip a quarter\tflip_coin\ni wanna know if my capital one credit card have international transaction fees\tinternational_fees\nhow healthy is tomato soup\tnutrition_info\nwhat do i have going on for 12/03/2019\tcalendar\nput $20000 into my checking account from my savings account\ttransfer\nplease flip the coin over ai\tflip_coin\ncan you play some music by the beatles for me\tplay_music\ni need to know how many days i toof off\tpto_used\ncan you remove this event from my calendar\tcalendar_update\ni lost my debit card and need it reported as lost\treport_lost_card\nplease double check my reservations for six at mani\tconfirm_reservation\nwhat's the transit time on a new card\treplacement_card_duration\nhas my request for time off been approved\tpto_request_status\ncould be\tmaybe\nhow long can i leave pizza in the fridge\tfood_last\ntell me your brand\twho_made_you\nblock my bank of america immdediately\tfreeze_account\ni'm unaware of that\tmaybe\nwhat time is my flight going to land\tflight_status\ni need to be reminded\treminder_update\ntell me how i know when to pay my chase bill\tbill_due\ni want to change your name to another name\tchange_ai_name\nrevise the ai name\tchange_ai_name\ni need an alarm set for 10:00 and another set for 3:00\talarm\nare bananas on the list, if not can you add them\tshopping_list_update\nget reservations at olive garden for two at 7:00pm under michael\trestaurant_reservation\nwhat routing number does chase in michigan use\trouting\ni wish to know the balance of my bank of american account\tbalance\ni need to set up direct deposit\tdirect_deposit\ntake $40 from account a and transfer it to account b\ttransfer\nthis ai was made by what person or team\twho_made_you\nreplace my language to chinese\tchange_language\nis there any way you can decrease your speaking rate\tchange_speed\nhow busy it that place for dinner\thow_busy\nwhat were you supposed to remind me of\treminder\ni have a new job and need direction with my 401k rollover\trollover_401k\nno that's wrong\tno\ni would like to know when the bill is due\tbill_due\ni'm looking to call a group\tmake_call\nwhat's the timezone for san diego\ttimezone\ni need to know the point of life\tmeaning_of_life\nyou need to change your accent to the male british one\tchange_accent\nwhat kinds of things are you knowledgable about\twhat_can_i_ask_you\nthat would be false\tno\nwhat is the earliest date i can get my new card\treplacement_card_duration\ncan i put in a vacation request with you\tpto_request\nhow many ounces is 2 and half cups\tmeasurement_conversion\nplease change your accent the male british one\tchange_accent\ncorner of my credit card is chipped off\tdamaged_card\nis my order here yet\torder_status\nfind the square root of 1243435\tcalculator\nai, what is my chase checking routing number\trouting\ni need laundry to be put on my list of things to do\ttodo_list_update\nwhat should i do when my visa card is stolen\treport_lost_card\nwhat have i spent things on\ttransactions\ni would really like to know if i can go on vacation\tpto_request_status\ngo ahead and change your accent to the male british one\tchange_accent\nwhat do you like to do in your free time\twhat_are_your_hobbies\nwhat is my name saved as in your system\tuser_name\ni'd like a new life insurance plan\tinsurance_change\ngo back to factory settings\treset_settings\nreduce your speed of voice\tchange_speed\nin 2 days, what date will it be\tdate\ncan you tell me more about my federal taxes\ttaxes\nhey, anyone seen my w-2\tw2\nhow can i look at rewards for my amex card\trewards_balance\ndoes my life have meaning\tmeaning_of_life\ni need to be out of whisper mode\twhisper_mode\nwhat is my american express card's rewards balance\trewards_balance\ncall home\tmake_call\ndo i need to get vaccinated to go to thailand\tvaccines\nhow many rooms are available between 2 and 3\tschedule_meeting\nhow can i send money from one account to another\ttransfer\ni no longer want my reservation for 5 at the loft cancel it please\tcancel_reservation\nwhat is the timezone for san francisco\ttimezone\ni need to know when i get my next day off\tnext_holiday\nwhy are the funds in my bank account frozen\taccount_blocked\nfind the nutrition info for whole milk for me\tnutrition_info\nmy card was stolen, how do i report this\treport_lost_card\nhow is traffic nearest the ben franklin bridge philadelphia heading to the new jersey turnpike\ttraffic\nhow long will i have to wait at cheesecake factory\thow_busy\ncan i increase my credit limit\tcredit_limit_change\n\"what does \"\"money\"\" mean\"\tdefinition\ni want you to play the next song on this playlist\tnext_song\nwhat should i call you\twhat_is_your_name\nwho do i speak with about my card that was lost\treport_lost_card\nslow your roll\tchange_speed\nwhat is the amount on my comcast bill\tbill_balance\ndid they say yes to my day off request\tpto_request_status\ni am interested in acquiring a new credit card\tnew_card\nafter another eight days, what day will it be\tdate\ni need you to push my location to cory\tshare_location\nprovide me with ideas of things we can do in charlotte\ttravel_suggestion\nit is okay to replace water instead of milk\tingredient_substitution\nthe answer is yes\tyes\nfind an uber for two passengers we are going to the airport in toledo\tuber\nhelp, my account is blocked\taccount_blocked\nwhat did i list in my reminders\treminder\ntell me something interesting about bees\tfun_fact\nhow long will it take for me to get to red robin in san diego\tdistance\ncan you hook me up with a meeting room on saturday morning at 10am\tschedule_meeting\ncan you check that there's a reservation for mark at sidetracks\tconfirm_reservation\nwhen were you created\thow_old_are_you\ncan you help me with anything i need\twhat_can_i_ask_you\nwhat are my options for jump starting my battery\tjump_start\ni think i want your name changed to fred\tchange_ai_name\nplease tell me a recipe for this meal\trecipe\nhow much have i paid for rent in the last 6 months\tspending_history\ngive me location for tourist destination in bangkok\ttravel_suggestion\nplease throw this song onto my cleaning playlist\tupdate_playlist\ndo you have a name that i can call you\twhat_is_your_name\ncan you add this song to my country music playlist\tupdate_playlist\nwhat day is it gonna be in twenty-one days\tdate\ni'm uncertain\tmaybe\ni required a hotel room for 20 people from march 8th through march 20th in las vegas\tbook_hotel\ndo i have enough in my boa account for a new pair of skis\tbalance\ncan you see where my package is\torder_status\nhow many minutes am i from texaco\tdistance\nare my doors locked right now\tsmart_home\ndo i have to have a visa to go to the cayman islands\tinternational_visa\nwhat are some good places in kentucky that serve sushi\trestaurant_suggestion\ni need help since someone stole my card\treport_lost_card\nwhat is a fun fact about dogs\tfun_fact\nwhat is my dte bill this month\tbill_balance\ncan you read the things to me that are on my shopping list\tshopping_list\nis there any news on flight dl123\tflight_status\nwhat is the lowest amount i can pay for my cellphone bill\tmin_payment\nwhere do i report fraud on my credit card\treport_fraud\nhow do i activate you\twhat_is_your_name\nhow long does it take to get to phoenix by bus\tdistance\nis my gas tank full\tgas\ni was at sears trying to buy clothes and my card got declined\tcard_declined\ndefine thoroughbred\tdefinition\nwhat benefits are included in my package\tinsurance\nhow many miles can i drive before needing the next oil change\toil_change_when\nhow much gas do i have left in my tank\tgas\ni have some charges on my account from old navy that aren't mine\treport_fraud\ndo i have any meetings planned for today\tmeeting_schedule\nhow can i find out my credit score\tcredit_score\ni'm unsure\tmaybe\nskip ahead one song\tnext_song\ndo they take reservations at mcdonalds\taccept_reservations\nwhat do i say when i report a split credit card\tdamaged_card\nis a travel visa required to visit paraguay\tinternational_visa\nwhat if you need to get a new credit card\tnew_card\ncan you let me know what health plan i'm on\tinsurance\nwould you find my location on the map, please\tcurrent_location\nwhat are ways to improve my credit score\timprove_credit_score\nwhat's 100 dollars in euros\texchange_rate\nmaybe\tmaybe\nskip this track\tnext_song\nset a reminder to check the steak\treminder_update\nadd baby shark to my kid playlist\tupdate_playlist\nhow much did i earn in income only last year\tincome\nair amount in tires\ttire_pressure\ncould you set a timer\ttimer\nhow busy is kaya around 5 pm\thow_busy\ni need to remove fishing from my calendar for soccer\tcalendar_update\ncan i substitute yogurt for sour cream\tingredient_substitution\nhow long will steaks last in the freezer\tfood_last\nwhat are some good mexican restaurants in indianapolis\trestaurant_suggestion\nset a reminder for me to do this in a bit\treminder_update\nwhat sort of pets do you have\tdo_you_have_pets\nwhere to report lost discover credit card\treport_lost_card\ntell me my payroll account balance\tbalance\nlook into the status of the credit card application i submitted recently for my new card\tapplication_status\nhow much longer until i need to get my oil changed\toil_change_when\nwhat's your age siri\thow_old_are_you\nwho tells you what to do\twho_do_you_work_for\ni need a flight from denver international to new york international round trip for the 4th though the 8th\tbook_flight\ni have much gratitude for your help\tthank_you\ncan you tell me where my item is\torder_status\nhas flight dl123 left\tflight_status\nwhich plug is used in japan\tplug_type\nwas there a problem with my card yesterday\tcard_declined\nfind my credit score and tell it to me\tcredit_score\nare there any problems with my bank account\taccount_blocked\nmadison to atlanta delta ticket\tbook_flight\nwhat town were you born in\twhere_are_you_from\ni would like to know what hobbies you enjoy\twhat_are_your_hobbies\nshow my position on the map\tcurrent_location\ncould you submit a pto request for me from dates mar 3 to 9, please\tpto_request\nhow long would i need to wait for a table at ihop right now\thow_busy\nwho should i call for a w2\tw2\nhow many calories are in a large fry\tcalories\nlet me know about your pets\tdo_you_have_pets\ndid someone who is unauthorized try to get into my bank account\taccount_blocked\nhas my visa card application been approved yet\tapplication_status\ni need to know my phone's location\tfind_phone\nwhat is the interest rate on my auto loan\tinterest_rate\ni wanna know the exchange rate between yen and dollars\texchange_rate\nwhat was the date of my last car service\tlast_maintenance\nis the meatloaf still good to eat, i've had it in the refrigerator since last monday\tfood_last\ndoes chic-fil-a have good reviews\trestaurant_reviews\ncan you tell me what the wait is like right now at cracker barrel\thow_busy\ni'd like to just confirm all of the reminders currently on my list of reminders, please\treminder\ndoes carrying a balance hurt my credit score\timprove_credit_score\nmy credit card application status\tapplication_status\ncan i substitute milk for water\tingredient_substitution\nbook a flight to los angeles from las vegas on american airlines\tbook_flight\ni gotta report fraudulent activity on my credit card\treport_fraud\ni need to apply for a bank of america travel rewards credit card\tnew_card\ndo you know how many o's are in honor\tspelling\ni want to use my credit card points\tredeem_rewards\ntell me your thoughts about the meaning of life\tmeaning_of_life\nwhat is the scheduled arrival time for my flight\tflight_status\ni don't need mowing the lawn on my to do list anymore\ttodo_list_update\ncan you find my location on the map, please\tcurrent_location\ncan you tell me the date today\tdate\nhow do you say thank you in spanish\ttranslate\ni am obliged to report my stolen card\treport_lost_card\nturn the furnace on please\tsmart_home\ndoes south korea require an international visa\tinternational_visa\ntell me the status of my vacation request\tpto_request_status\nwhat is some trivia about the weather\tfun_fact\ndoes black rock take reservations\taccept_reservations\ntell me why my card was declined\tcard_declined\ndo i need a visa to get to puerto rico\tinternational_visa\nthanks that was really helpful\tthank_you\nwhen's the next phone bill\tbill_due\ndo you know if bouncing one check on your checking account can hurt your credit score or not\timprove_credit_score\nwhat kind of gas is needed for this car\tgas_type\nif you had to say who you worked for who would it be\twho_do_you_work_for\nsend a message to mom be there soon\ttext\nwhen do i need to get my tires changed\ttire_change\ncan you verify the doors are locked\tsmart_home\ncan you help me find my phone, please\tfind_phone\nbecause of circumstances i don't need my reservation anymore\tcancel_reservation\nwhat's the typical wait time for mr joes pizza\thow_busy\nare my tires filled properly\ttire_pressure\ncould you be a person\tare_you_a_bot\nwhat were the things i want to recall\treminder\nhow do i direct deposit my paycheck\tdirect_deposit\ncan you roll the dice\troll_dice\nschedule a mechanic\tschedule_maintenance\nhow many delta miles are on my card right now\trewards_balance\nis my todo list possible today\ttodo_list\nhow can i find a new credit card to apply to\tnew_card\ncan you make me a reservation for 4 pm on the 22nd at ruth's\trestaurant_reservation\ncan you tell me where you are from\twhere_are_you_from\nlook up zesty in dictionary\tdefinition\nwhat is 13 times 57\tcalculator\nhow old are you, ai\thow_old_are_you\nhow good are the ratings for longhorn steakhouse\trestaurant_reviews\nhow do i keep good credit\timprove_credit_score\nspeak in german\tchange_language\ndelete soda from my shopping list and add water to it\tshopping_list_update\ntell me the limit for credit on my mastercard\tcredit_limit\nhow long do i need to cook lasagne for\tcook_time\nwhat location were you born\twhere_are_you_from\nerase the items on my to do list\ttodo_list_update\nhow long does it take to replace a lost card\treplacement_card_duration\nwhat's the mpg of my car\tmpg\nplease show me how to share my location with noel\tshare_location\ni would like you to put a stop on my bank account\tfreeze_account\nshow me some restaurants that have high reviews for eating out\trestaurant_suggestion\nshow what i have spent things on\ttransactions\ni must disconnect from my phone\tsync_device\ncalculate my total income from my job\tincome\ncan you redial the last number dialed\tmake_call\nwhy did my card not get accepted then\tcard_declined\nwhats left as far as gas goes\tgas\nbook a flight from denver to austin on the 16th and returning on the 20th\tbook_flight\nyou have to connect to my phone\tsync_device\nplease read out my list of tasks to accomplish\ttodo_list\nhow do i utilize my credit card points\tredeem_rewards\nhow do you refer to me\tuser_name\ndoes boston restaurant have favorable reviews\trestaurant_reviews\ncan you please book an uber to the zoo\tuber\nwhat to do in minneapolis\ttravel_suggestion\nit's so much easier with you around\tthank_you\ncan you find me a decent hotel in denver\tbook_hotel\nis it payday\tpayday\nlet lucy know my gps coordinates\tshare_location\nlook for auto companies that do scheduled maintenance on my vehicle\tschedule_maintenance\nshow me the routing number for chase\trouting\ncan my credit limit be increased to $1000\tcredit_limit_change\ni wish to have a 10 minute timer\ttimer\nplease put a block on my wells fargo account\tfreeze_account\nhow do i find lost luggage\tlost_luggage\ncan you add cherrios to my shopping list\tshopping_list_update\ntell me how to check rewards on my american express card\trewards_balance\nplease check the amount of gas i have\tgas\nplease go and change the pin on my bank of america account to be 1234\tpin_change\ni've had eggs in the fridge since monday are they safe eat\tfood_last\nx on the shopping list please\tshopping_list_update\ndo i spend too much on beer\tspending_history\ndid you grow up here\twhere_are_you_from\nwhat is needed to change my oil\toil_change_how\nset 4 as the volume\tchange_volume\ntell me how many vacation days i have left\tpto_balance\ndoes pizza hut have good reviews\trestaurant_reviews\nis there a status update on my vacation approval\tpto_request_status\ngo to upcoming song\tnext_song\nwhat time will we arrive at the bank\tdistance\nwhen is my car's next oil change supposed to be\toil_change_when\nhow is the weather in austin\tweather\nhow much have i paid in medical expenses recently\tspending_history\nhow long does it take to make shrimp scampi\tcook_time\nwhere did you live previously\twhere_are_you_from\ni would like to put 100 dollars from the checking into the savings account now\ttransfer\nwill you give me some guidance on how to make ceviche\trecipe\ni think i have fraud on my account from walmart\treport_fraud\nturn up your speaker volume\tchange_volume\ntell me how to get my paycheck on direct deposit\tdirect_deposit\nwhen does travelling require a visa\tinternational_visa\nuse male voice now\tchange_accent\nthe table should be reserved at 8pm at tropicana using martins name and it should be for 5 people\trestaurant_reservation\ndo i need to pay for delta carry on\tcarry_on\nhow is it outside\tweather\nwhere was my package last at\torder_status\nlook up the date of my car's most recent visit to the shop\tlast_maintenance\nhow do i plug stuff in in france\tplug_type\ni'd like to start calling you friend\tchange_ai_name\nwould a socket converter be needed in france\tplug_type\nwhat is the meaning of fascism\tdefinition\nwhat's the current count of my pto days\tpto_balance\ncan you text mary and tell them it's ready\ttext\nhow can i find my current location\tcurrent_location\nlet me know why my card got declined\tcard_declined\ncan i rent a car from dfw airport from march 1st to march 8th\tcar_rental\nwhat do i have going on march 2nd on my calendar\tcalendar\ndoes delta have any carry-on restrictions\tcarry_on\nwhat amount of money do i earn at work\tincome\ni wanna swap salt for baking soda\tingredient_substitution\nwhat's the status of my virgin airlines flight\tflight_status\ndefinition of zesty\tdefinition\ni would like to know if there are any fees for using my capital one card in london, england\tinternational_fees\nhow much as my taxes by the way\ttaxes\ntell me a fun fact about tigers\tfun_fact\nwhat is the square root of 5\tcalculator\ni can't say for certain either way\tmaybe\ndo you know if my vacation request is still pending\tpto_request_status\nplease reserve me a table at hell's kitchen on may 3rd at 8 pm\trestaurant_reservation\ni need to set the timer for two minutes\ttimer\nwhen should i expect my visa to expire\texpiration_date\nwhat is the correct way to say 'i am a visitor' in french\ttranslate\nweather forecast please\tweather\nare socket converters necessary in england\tplug_type\nwhen referring to you, what name should i use\twhat_is_your_name\nam i able to increase the limit on my visa card\tcredit_limit_change\nhas my application for american express gone through yet\tapplication_status\nits date night and we cant decide where to go help\trestaurant_suggestion\ni want to pay a bill\tpay_bill\nplease place a pto request for february 18th to the february 25th\tpto_request\ndo you prefer peanut butter or cheese for your celery\tshopping_list\nwhat is the weather in atlanta\tweather\nplease set to female voice\tchange_accent\ntell me when my meeting is scheduled with roger\tmeeting_schedule\ni need you to send my location to paul and ryan\tshare_location\nplease call christy\tmake_call\nonpay gives you two convenient ways to pay your employees\tdirect_deposit\ntell me about today weather\treplacement_card_duration\nwho was your maker\twho_made_you\ncan you confirm my reservation for lance at morton's\tconfirm_reservation\ndo you have animal companions\tdo_you_have_pets\nhow to build up my credit score\timprove_credit_score\ncan you call mary\tmake_call\nconfirm my reservation for joe at hoss's\tconfirm_reservation\ninvalid\tno\nwhere were you before moving here\twhere_are_you_from\nhow old will you be\thow_old_are_you\nis the sushi well-received at yakamoto\trestaurant_reviews\nwhat is that noise\twhat_song\nset up direct deposit for me\tdirect_deposit\ni'd like you to check on my credit score\tcredit_score\ntell me what time it is\ttime\nhow's the traffic to work\ttraffic\ndoes a travel alert exist for that country\ttravel_alert\nplease lower the sound\tchange_volume\nchange your settings so that your respond to the name marion\tchange_ai_name\ncancel the reservation i made for 8 pm at black rock\tcancel_reservation\nwhat is the process for jump starting my car\tjump_start\nspeed up your speech\tchange_speed\ntell me something interesting about sperm whales\tfun_fact\ncan you please put a block on my chase account quickly\tfreeze_account\nwhat kind of things can you answer\twhat_can_i_ask_you\nwhat's the wait at macaroni grill\thow_busy\nwhat country do you consider yourself a citizen of\twhere_are_you_from\ncould you check my account and let me know how much i spent on food in january\tspending_history\nwhat were my last five transactions on my visa card\ttransactions\nplease turn the volume to 4\tchange_volume\nplease tell steve my location\tshare_location\nis walmart going to let me take the vacation time i asked for\tpto_request_status\nhave i been approved for vacation yet\tpto_request_status\ni need you to stop talking\tcancel\nwill i have to apply for a visa if i want to visit mexico\tinternational_visa\nwhat is the total number of calories in this pizza\tcalories\ni want to know what type of things you can help me with\twhat_can_i_ask_you\nget me a hotel in phoenix near chase field from january 4th to the 8th\tbook_hotel\nsiri, book a car rental to the poconos today right now\tcar_rental\nmy shopping list should have carrots on it\tshopping_list_update\nadd a block to my capital one bank account so it cannot be used any more\tfreeze_account\nget a 3 minute timer\ttimer\ntell me some good mexican restaurants in dallas\trestaurant_suggestion\ni need a timer to be set\ttimer\nwhat are reviews for ihop like\trestaurant_reviews\ni'd like to make my credit score better\timprove_credit_score\nwill i need to have a plug converter when i visit madrid\tplug_type\ni need new health care coverage\tinsurance_change\ni made a fraudulent transaction\treport_fraud\ni would like to request a pto on february 7 and 8\tpto_request\nwhat items are on my list of to-dos\ttodo_list\nwhy did my card not get accepted there\tcard_declined\nare you an ai or person\tare_you_a_bot\nwhere is the closest pharmacy\tdirections\nhow do i apply for a barclay's card\tnew_card\nfrom now on, my name is tom\tchange_user_name\ncan you tell me the credit card application status\tapplication_status\nwhat's the time set to in florida right now\ttime\ncan we put sunscreen on my list for shopping\tshopping_list_update\nhow much have i spent lately on eating out\tspending_history\nmay i have your name\twhat_is_your_name\ni must know what the traffic is like on the way to phoenix\ttraffic\ncan you help me locate my phone, please\tfind_phone\ncan you find me a recipe for coffee cakes\trecipe\ni can't find my visa card and i want to report it as lost, please\treport_lost_card\ni can't find my discover card, how do i report it\treport_lost_card\nsend a message to natalie in the form of a text\ttext\ntransfer money from one place to another\ttransfer\ni need to know if angelos takes reservations\taccept_reservations\nwhat's the exhange rate between mxn and gbp\texchange_rate\nbefore i pay my capital one, what are the most recent transactions i've made\ttransactions\nwhat is the length of time it takes to get to phoenix\tdistance\ni need to let my bank know i am traveling to paris\ttravel_notification\ndo i need special shots to go to africa\tvaccines\ncan you speak louder\tchange_volume\nwho are you working for\twho_do_you_work_for\nassist me by setting my alarm for 9:00 and another for 11:00\talarm\nwhat is the proper spelling of corporate\tspelling\ni need a really good recipe for making doughnuts\trecipe\ni need to know how long until my next vacation day\tnext_holiday\nalter your accent\tchange_accent\nmaybe, maybe not\tmaybe\nnow restore the original settings\treset_settings\nhow much time do i have for vacation saved\tpto_balance\npurchase a flight from fiji to san diego on november 1 that returns on december 1, please\tbook_flight\nsearch for a macaroni and cheese recipe\trecipe\nwhat is my schedule like today, any meetings with dan\tmeeting_schedule\nwhat time is it in buenos aires\ttime\ni don't understand why my bank account is frozen right now\taccount_blocked\nwhen will my discovery card expire\texpiration_date\ncan you locate my phone for me\tfind_phone\ntell me the meeting schdule please\tmeeting_schedule\ntell me when the next holiday arrives\tnext_holiday\nsee ya later\tgoodbye\nwhere can i get a appointment for a tire check for the car\tschedule_maintenance\nwhen can i expect my new card\treplacement_card_duration\ni must kniw how low are my tires on air\ttire_pressure\nis it possible to make reservations at chili's\taccept_reservations\nyou need to change the pin on my bank of america account to be 1234\tpin_change\ndo i have twinkies on the grocery list\tshopping_list\ntell me your age\thow_old_are_you\nwhat time of day is it\ttime\nwhat are some cool tourist attractions in england\ttravel_suggestion\ntell me when my flight is landing\tflight_status\nwhat do you think i should prepare for my dinner\tmeal_suggestion\ni just placed my order today, what is the status of it\torder_status\ni wish to know why my card was declined yesterday\tcard_declined\ncould you send a text to bill saying no\ttext\nwhat is the status of my credit card application looking like\tapplication_status\nwhats the exact time\ttime\ncan you get me a table for 3 at olive garden at 7pm\trestaurant_reservation\ncould you book me an appointment for an oil change\tschedule_maintenance\ncan you roll a dice with 8 sides\troll_dice\ntell me when two minutes are up\ttimer\nswitch fan\tsmart_home\ncan you sub half and half for heavy whipping cream\tingredient_substitution\nhow can i set up a direct deposit with my checking account\tdirect_deposit\nwhat's today's weather going to be\tweather\ncan you change my credit limit\tcredit_limit_change\nhow will i know when my application for a credit card has been processed\tapplication_status\nmy name is what\tuser_name\nwhat is the next date for which i can get an oil change appointment\tschedule_maintenance\nam i allowed to put in a pto request for now to april\tpto_request\nthanks again!\tthank_you\ni need my routing number for my checking account at bb&t bank\trouting\ni'm drawing a blank\tmaybe\nskip over this song\tnext_song\ndoes travelling to st petersburg require a travel visa\tinternational_visa\ncan you monitor my package's progress\torder_status\nhow soon does my visa card expire\texpiration_date\ncan you find me a flight from portland, oregon to portland, maine for under $500 on delta\tbook_flight\ngive me a fun fact about dolphin\tfun_fact\nhmm, either\tmaybe\ni need quiet; use whisper\twhisper_mode\nwhat's the current date, month and year\tdate\nhow much do i have left in my checking account\tbalance\ncan you tell me why my card got declined\tcard_declined\nadd this song to travel\tupdate_playlist\nshare my location with ben and jerry\tshare_location\nabsolutely not\tno\nhow long will tofu last in the freezer before it expires\tfood_last\ni would like you to stop what you were doing\tcancel\ncheck my wells fargo account to see if i have enough for these nike's\tbalance\nare there any open reservations at outback tonight\trestaurant_reservation\ntext laura i'll be late for dinner\ttext\nchange language setting to english\tchange_language\nmove money from one account to another\ttransfer\ncan you set a two hour timer\ttimer\nwhat sort of gas should i get for my car\tgas_type\ni want to pay my rent bill\tpay_bill\nwhat is 7 x 7\tcalculator\nadd laundry to my list of shit to do\ttodo_list_update\nwill using a discover card in rome cause transaction fees\tinternational_fees\nknow any dad jokes\ttell_joke\nwhat sorts of activities do you enjoy\twhat_are_your_hobbies\npay my cable bill directly from my checking account\tpay_bill\nbook me a flight from o'hare to las vegas on deltacom\tbook_flight\nhow many carry ons can i take with spirit, going to tampa\tcarry_on\nplease play the song that goes like this: jingle bells jingle bells jingle all the way\tplay_music\ndouble the speaking speed please\tchange_speed\ntell me when my next paycheck will arrive\tpayday\ntalk to me in a speedier manner from here on out\tchange_speed\nis the dollar strong against the yen today\texchange_rate\ncan i substitute apple juice for wine\tingredient_substitution\nturn up the speaker volume\tchange_volume\ni would like to thank you\tthank_you\nwhich ingredients are in pizza\tingredients_list\ni wanna know the interest rate on my bank of america cd account\tinterest_rate\nis austin in the central timezone\ttimezone\nhey\tgreeting\nthe date tomorrow is what\tdate\nnuke all items on my todo list\ttodo_list_update\nplease let me know if giving the dog a bath is on my list of tasks to complete\ttodo_list\ncan you turn this down\tchange_volume\nflip a coin into the air\tflip_coin\nhow do i redirect my 401k\trollover_401k\nwhat day is the next holiday\tnext_holiday\nexplain what my credit limit is\tcredit_limit\nare you a computer, or are you a real person\tare_you_a_bot\nhow long has it been since my last auto maintenance\tlast_maintenance\nplease order me a 7lb bag of world's best cat litter from targetcom\torder\nwhere can i get my w2 from for tax reasons\tw2\nhow are things\tgreeting\nwhat ingredients do i need to make broccoli cheddar soup\tingredients_list\ntell the miles it will take to get to las vegas from san diego\tdistance\nhow much pto do i have left\tpto_balance\ncreate a new text\ttext\ni would like to try and confirm that i have a reservation at longhorn for justin\tconfirm_reservation\nplease help me apply for a silver card\tnew_card\nwhat did i tell you to call me\tuser_name\ni'm traveling to ca soon and want to inform my bank\ttravel_notification\nwhat are you’re hobbies, ai\twhat_are_your_hobbies\nare you a person or artificial intelligence\tare_you_a_bot\ncan you schedule a meeting with steve at the office, please\tschedule_meeting\nhelp me figure out the meaning of life\tmeaning_of_life\ntell me your age please\thow_old_are_you\nwhat is today's date\tdate\ncan you give me a status update on my online order from amazon\torder_status\ni want to get a new car insurance plan\tinsurance_change\ni need to know when the next holiday will be\tnext_holiday\ni want to try a meal from ireland\tmeal_suggestion\ncan you overnight me a few checkbooks\torder_checks\nset a ten second timer\ttimer\ncan you read me my list of reminders\treminder\ncan you subract 36 from 5\tcalculator\ncan you tell me why is my bank account frozen\taccount_blocked\nhow can i get my year end summary for taxes\tw2\ncan you please add hero by skillet to my playlist\tupdate_playlist\ni need to track the status of my order\torder_status\nai, i lost my phone, help me find it please\tfind_phone\nreset to your natural settings\treset_settings\ncan you initiate a block on my bank of america checking asap\tfreeze_account\ncan i substitute butter for oil\tingredient_substitution\nset alarm for noon\talarm\nwhen should i try to change my tires\ttire_change\nwhat are delta's carry-on policies for flights\tcarry_on\nwhen did i have my car looked at\tlast_maintenance\nwhat is my intetest rate\tinterest_rate\nwhat's the song that we are listening at this moment\twhat_song\nhey, slow down and take your time\tchange_speed\nduring afternoon is there a meeting room to use\tschedule_meeting\nplease send my location to rob and mary\tshare_location\ndo i need a vaccination to go to greece\tvaccines\nshow me the recipe for broccoli cheddar soup\tingredients_list\ncommence playing music\tplay_music\nhow do i change the oil in a car\toil_change_how\ni don't want you to speak any more for now\tcancel\ni can't use my broken card\tdamaged_card\ni wish to know the next holiday\tnext_holiday\nis a socket converter required if i travel to russia\tplug_type\ni'd like it to be louder\tchange_volume\ni wanna know the next holiday\tnext_holiday\nyep, that's true\tyes\ncan you get my car started\tsmart_home\ni want to go out to eat but have no idea where to go, do you know of any places\trestaurant_suggestion\ndoes my td ameritrade checking account take direct deposit\tdirect_deposit\nany new info on my vacation\tpto_request_status\n\"find the song with, \"\"baby shark, doo doo\"\tplay_music\nschedule car repairs\tschedule_maintenance\nis it going to be much longer until i reach the bank\tdistance\nmy luggage appears to be lost\tlost_luggage\ndo you know if bahama breeze does reservations\taccept_reservations\nwhere should i look for my w-2\tw2\nhow much gas is left in my car\tgas\nwhat age are you\thow_old_are_you\ni need to know how to change my oil\toil_change_how\nwhat do i owe bill wise\tbill_balance\ndo i need a socket converter if i'm going to be in ohio\tplug_type\ncall an uber that fits 5 people that are on their way to wendys\tuber\ni wanna know how many teaspoons are in a tablespoon\tmeasurement_conversion\nhey siri, tell me the apr on my disney visa\tapr\nplease change my name to tom\tchange_user_name\ncan i get paychecks directly deposited to my bank of america account\tdirect_deposit\ngood speaking to you\tgoodbye\nif my card was stolen, where do i report it\treport_lost_card\ntell me if you are human\tare_you_a_bot\nwhat manufactures you\twho_made_you\nhow do i change the oil for my car\toil_change_how\nis the pressure in my tires optimal\ttire_pressure\nfind the date of the last oil swap for my car\tlast_maintenance\nplease order some more cat food, i'm out\torder\nhow do you say i'm hungry in french\ttranslate\ncan you give me an overview of what march 23 will look like for me\tcalendar\nhi! are you doing okay\tgreeting\nwhat's my current bank account total\tbalance\nhow much is the minimum payment on my chase card\tmin_payment\nwhat traffic can i expect on the way to the newark, new jersey from philadelphia\ttraffic\ncan you play music\tplay_music\nyour date of birth\thow_old_are_you\nhow much is my current cable bill for\tbill_balance\ntransfer happy to my rb playlist\tupdate_playlist\nwhat the current balance of reward points on my mastercard\trewards_balance\ncan put fan on\tsmart_home\nhow much longer until my credit card expires\texpiration_date\nthis was a nice chat\tgoodbye\nlet me use my credit card points\tredeem_rewards\ncan you find me my phone\tfind_phone\nnix folding laundry from my todo list\ttodo_list_update\nis it correct to say you work for me\twho_do_you_work_for\ncan you find out why is my bank account frozen\taccount_blocked\nmy credit limit needs to me changed\tcredit_limit_change\ni wonder if i have enough money in my chase account for a bike\tbalance\ntell me how to request vacation\tpto_request\ncan you schedule a meeting with matt for 3\tschedule_meeting\nwhen does my card expire\texpiration_date\nwhat is on my schedule between 10:00 am and 11:00 am\tmeeting_schedule\ndont let me forget to do that thing later\treminder_update\nwalk me through making changes to my insurance policy\tinsurance_change\ncan you tell me what i can ask the ai\twhat_can_i_ask_you\ncould you let me know how old you are\thow_old_are_you\ni have to cancel my reservation after all, please\tcancel_reservation\nplease start counting down from 10 minutes\ttimer\nhow many calories are in a sandwich\tcalories\nalert my bank and let them know that i'm travelling to stockholm\ttravel_notification\ncan you find some instructions on how to change my oil\toil_change_how\nwhen you talk to me, use bob\tchange_user_name\nlast time car was in shop\tlast_maintenance\nmaybe we can put blank cds on my list for shopping\tshopping_list_update\ndo i need an international visa to go to south korea\tinternational_visa\nwhat is the cost of my rent and water bills\tbill_balance\nit takes how long to get to the beach in santa barbara\tdistance\ncan you tell me any truly funny knock knock jokes\ttell_joke\ni will call you zander\tchange_ai_name\nhow much do i owe on my cable bill\tbill_balance\ntell me the minimum payment of my bill\tmin_payment\nwhats on my list for shopping\tshopping_list\ni want my paycheck to go directly to my bank account\tdirect_deposit\nwhat interest rate am i getting from onewest bank\tinterest_rate\ni need to get a hotel room that is big enough for eleven people from march 10th to the 15th in phoenix\tbook_hotel\ncan you find my credit score\tcredit_score\nlook up qat please\tdefinition\ntell me how to check my rewards for my american express card\trewards_balance\ncan you say that over\trepeat\ndo i have any meetings coming up today\tmeeting_schedule\nwhat am i supposed to be doing today\tcalendar\nwhat would be a fun fact about cats\tfun_fact\ni would like some help finding my phone\tfind_phone\ni'm having trouble locating my w-2\tw2\ntell me how much in tax on this\ttaxes\ndo my tires seem too low on air\ttire_pressure\ni want to switch speaking to french\tchange_language\ni don't really know\tmaybe\ni need to figure out what to do about lost luggage\tlost_luggage\nwhat is today\tdate\ngo ahead and increase the volume to 4 please\tchange_volume\nplease go ahead and make my student loan payment\tpay_bill\nai can you help me find my phone\tfind_phone\ntell me where my package is currently\torder_status\ndelete my to do list\ttodo_list_update\nhave a good one\tgoodbye\n\"how do they say \"\"what's up\"\" in chinese\"\ttranslate\nhow much is 50 plus 756\tcalculator\ni need to track my order\torder_status\ntell me the tools i need to jump start my car\tjump_start\nfind me the location of the nearest gas station\tdirections\nhow much will i pay for state taxes this year\ttaxes\nhas my vacation request been acknowledged\tpto_request_status\nis there a surcharge for using my card in italy while i'm there\tinternational_fees\nyou wrote what for my name\tuser_name\nwhat can you tell me about miami weather\tweather\nyou're talking too fast\tchange_speed\nwhen is my car insurance due\tbill_due\nhow do i use reward for my first hawaiian bank\tredeem_rewards\nbook a reservation for 5 at lawry's under the name chris\trestaurant_reservation\nlet me know the nearest gas station to glendale\tdirections\ncan you explain to me why my bank account might be frozen\taccount_blocked\nis it snowing right now in richmond, va\tweather\ni have how many tier credits on my caesar's card\trewards_balance\ngive tim my current location from the gps\tshare_location\ncan you find me the apr listed on the statement for my citi mastercard\tapr\nwhen do i have to renew my card so it doesn't expire\texpiration_date\ncan you cancel the reservation i have at 4 pm at ruth's\tcancel_reservation\ndo i need to go under the car to change oil\toil_change_how\nhow safe is it to travel to germany\ttravel_alert\nhow busy is orchids at 7\thow_busy\nthat's completely false\tno\nplease find my phone\tfind_phone\nwhat are the items on my reminder list\treminder\nwhere do i go to get new insurance\tinsurance_change\nhow many carry ons can i take on a flight with panam to wales\tcarry_on\nhow do i set up a meeting\tschedule_meeting\nwhat are the steps for setting up direct deposit\tdirect_deposit\nwhen is my credit due to expire\texpiration_date\nhow would they say butter in zambia\ttranslate\nwhere is my location\tcurrent_location\ni need more checkbooks for my chase account\torder_checks\ncan you tell me tomorrow's date\tdate\ni have transactions on my card that aren't mine\treport_fraud\ndo you know if my amex card app went through\tapplication_status\ni'm not sure what the answer is\tmaybe\nshare my meeting schedule with me\tmeeting_schedule\nwhat is needed to set up direct deposit\tdirect_deposit\nhow long does a roast take\tcook_time\nthanks for trying\tthank_you\nwhat would i be referred to as\tuser_name\ni need new insurance, how do i get it\tinsurance_change\nbook me a hotel in new york near the empire state building from marc 2nd to 4th\tbook_hotel\nis there meaning to life\tmeaning_of_life\ni should call ruthie\tmake_call\nwho is responsible for your employment\twho_do_you_work_for\nwhat company were you designed by\twho_made_you\ndo i have to get an international visa before they'll let me in melbourne\tinternational_visa\nshow me the international transactions fees for the zenith card\tinternational_fees\nwhat is the prep time for a 10 lb turkey\tcook_time\nlook for me a table at carl's cabin for twelve at eight\trestaurant_reservation\nwhat is the spending limit i have\tcredit_limit\nsorry, i didn't catch that could you say it again\trepeat\nhow do i increse my credit limit\tcredit_limit_change\nwhat is the proper way to spell diamond\tspelling\nremind me to take out the garbage in the morning\treminder_update\nhow is the traffic typically at noon on the route to hospital\ttraffic\nwhat is the apr on my american express\tapr\nread off shopping list\tshopping_list\nwhat's the time zone in miami\ttimezone\ntell me if there is any transaction fee using royal card in europe\tinternational_fees\nwhich types of questions can i ask you\twhat_can_i_ask_you\nwhich time zone is germany is in\ttimezone\nwill you buy me underpants\torder\ni want to hear satisfaction\tplay_music\nhow much am i paid a year\tincome\nwhat is the current est time\ttime\ni wish to know the balance of my bank of american account now\tbalance\ni want you to change to the male voice\tchange_accent\ncan you show me how to set up direct deposit\tdirect_deposit\nplease play the song that goes like hey jude don't make it bad\tplay_music\nplay me the playlist entitled jazz\tplay_music\ndo you know the name of this song\twhat_song\ni want to change the oil in my car but i do not know how to do it can you help\toil_change_how\n\"how do they say \"\"where's the bathroom\"\" in spanish\"\ttranslate\nare there any negative reviews for wendy's\trestaurant_reviews\nwhat types of things can i ask you\twhat_can_i_ask_you\nhow soon will me package arrive\torder_status\nhow can i say i love you in italy\ttranslate\nwho is at the door\tsmart_home\nplease set timer for 4 pm\ttimer\nare the review for mcdonald's good or bad\trestaurant_reviews\ni'd like you to pair with my phone\tsync_device\nwho crafted you\twho_made_you\ni need to rent a car for may 10th to may 15th in lizton and i'd like a bmw\tcar_rental\nschedule my meeting with jim at 3pm\tschedule_meeting\ni want to know if there is meeting room available at 8\tschedule_meeting\ngo ahead and disconnect from my phone\tsync_device\nif you had to choose, cat or dog\tdo_you_have_pets\nhow far out is flight dl123\tflight_status\ni want to change to male voice\tchange_accent\nare car rentals available out of new york from march 2 to march 3\tcar_rental\nwhat hobbies do you like to partake in\twhat_are_your_hobbies\nwhat's my yearly salary\tincome\nhow much do i pay in tax\ttaxes\nwere you born here\twhere_are_you_from\nreturn to your factory settings\treset_settings\nwhat is the way to jump start the car\tjump_start\ncan i refer to you as liz\tchange_ai_name\nany recommendations for a greek dinner\tmeal_suggestion\ncan i speak to you in german\tchange_language\nplease cancel the last input\tcancel\nwhen should i get my oil changed\toil_change_when\ncan someone look at my car cause the check engine light is on\tschedule_maintenance\nstop all access to my account\tfreeze_account\nwhat's the name of what's playing on my speakers\twhat_song\nhow much is my xfinity bill this month\tbill_balance\nis milk on my shopping list\tshopping_list\ndial x's number\tmake_call\ni do not think that is true, so i would say it is a false statement\tno\nplease lookup my experion credit score\tcredit_score\ni can't find my phone do you know where it is\tfind_phone\ni want you to make me a pto request for me for april twenty through may two\tpto_request\nfind the best life insurance for me\tinsurance_change\nmy tires need how much more air in them\ttire_pressure\ni want to get a new shirt; will the money in my td ameritrade account cover it\tbalance\nplay next on the playlist\tnext_song\nplease transfer $5000 to money market from checking account\ttransfer\nwhich vaccinations should i get before i go\tvaccines\nmake sure to set yourself to whisper mode before i go to the movie\twhisper_mode\nwhat is the due date of my bill\tbill_due\n\"how can i say \"\"cancel my order\"\" in french\"\ttranslate\nplease tell me the types of pets you have\tdo_you_have_pets\nhave they approved my vacation request yet\tpto_request_status\ncan you please flip a coin, i call tails\tflip_coin\ni want to get directions to the closest atm\tdirections\nis make a hair appointment on my todo list right now\ttodo_list\nhow many miles per gallon does my amc rambler get\tmpg\ni want you to clear out my to do list\ttodo_list_update\ntell me what subjects you like\twhat_can_i_ask_you\nwhat health plan do i have\tinsurance\ndo i have toothpaste on my shopping list\tshopping_list\ntime to order and receive a new credit card\treplacement_card_duration\nis there traffic on the way\ttraffic\ncan i hear the male voice please\tchange_accent\ni need a 7 minute timer\ttimer\nwhere you from\twhere_are_you_from\nai, tell me what things i should ask of you\twhat_can_i_ask_you\nsorry no idea\tmaybe\nhow can i cash in the rewards i have earned on my amex\tredeem_rewards\ndo i need any vaccinations before going to indonesia\tvaccines\nplease flip a coin for me ai\tflip_coin\nhow long ago did i take my car to the shop\tlast_maintenance\nwhat are some roundtrip flights from dallas to los angeles from march 2 to march 10\tbook_flight\nplease add this song to my morning job playlist\tupdate_playlist\nare vaccinations necessary to go there\tvaccines\ni need an uber for 5 to go to the concerthall\tuber\ni would like to check my reservation for jean at taco house\tconfirm_reservation\nthank you for your assistance\tthank_you\ni need to book a flight from texas to new york on may 25th and returning on the 28th\tbook_flight\ni want to have a table for 2 at the broadmore around 6\trestaurant_reservation\nhow busy is mc donald at 8 in the morning\thow_busy\nfind that song that goes something like i'm hooked on a feeling\tplay_music\ncan you please freeze my bank account\tfreeze_account\nmy account needs to be frozen\tfreeze_account\nswitch my insurance plan to a new one\tinsurance_change\nwhen will my new credit card arrive\texpiration_date\nhow are you doing today, ai\tgreeting\nhow many miles is five kilometers\tmeasurement_conversion\nwhat is the shipping wait for my card\treplacement_card_duration\ni forget how to spell xylophone\tspelling\ntell me where you're made\twhere_are_you_from\nmy reservation for dinner needs to be canceled\tcancel_reservation\nhow can i say thank you very much in chinese\ttranslate\nhow long will it be until my visa card expires\texpiration_date\ni need to go downtown with 2 people; can you get me an uber\tuber\nhow do i request a credit limit increase on my visa\tcredit_limit_change\nhow would i walk to the liberty bell from here\tdirections\ncan i make an appointment to get my tires checked\tschedule_maintenance\nstop\tcancel\nwhat do i have on my list of reminders\treminder\ni need to know what time it is\ttime\nplease don't speak so fast\tchange_speed\nhelp me to know what song is playing\twhat_song\nhelp me pick a nice restaurant to dine at\trestaurant_suggestion\ni intend to apply for an american express card\tnew_card\nwhat apr does this credit card have\tapr\nare meeting rooms free between 8-3\tschedule_meeting\nis there any traffic on the road i take home from work right now, rt 40\ttraffic\nhow did my bank account get frozen\taccount_blocked\ndo i have any calendars set for may 12th\tcalendar\nhow do i order more free checkbooks\torder_checks\nat what point will the review of my credit card application be completed\tapplication_status\nwhere can i obtain a w2 form\tw2\ni prefer to be called jason\tchange_user_name\nswitch over to the female voice\tchange_accent\nget mom on the phone\tmake_call\nvacation request information\tpto_request\nwhat is the definition of didactic\tdefinition\nwhat've i spent on gas this month\tspending_history\nwhen do they mail me a replacement card\treplacement_card_duration\ndo you know what calumny means  please look it up for me\tdefinition\nplease give me my current credit score\tcredit_score\nhow old are you exactly\thow_old_are_you\nwhat's the purpose of existence\tmeaning_of_life\ni wish to know my credit limit for my credit card\tcredit_limit\ncan you tell me whether or not you approved my vacation time\tpto_request_status\nhelp me report a lost card\treport_lost_card\ncan my car get to reno with the gas currently in my tank\tgas\ncan you tell me why my card was declined yesterday\tcard_declined\ni need water on my shopping list and beer off of it\tshopping_list_update\ncheck my calendar for 30th birthday party\tcalendar\nturn on the fan\tsmart_home\nhow busy is imanas tei at 7 dinner\thow_busy\ni appeciate it\tthank_you\nhow long do you need to bake chicken for it to be safe to eat\tcook_time\nwhat is the square root of 2784\tcalculator\nschedule an appointment to get my oil changed\tschedule_maintenance\non the card can you give me the last transactions\ttransactions\nstop payments from my bank\tfreeze_account\ntell me when i need to replace my tires, if i replaced them on october 1, 2017\ttire_change\nhey what's up\tgreeting\nset me up with an uber\tuber\nhow much does it cost to get my car filled up\tgas\nwhat do i do to fix a dead car battery\tjump_start\nwhat is the amount i have spent on food recently\tspending_history\nhiya!\tgreeting\ni seem to have a purchase that i didn't make from olive garden on my account\treport_fraud\nmake the speakers louder\tchange_volume\ni need to know nfcu's routing number\trouting\ntell me when someone looked at my car last\tlast_maintenance\nhow long's it been since my car was at autozone\tlast_maintenance\ntalk to me by calling me this name from now on\tchange_user_name\ngive me the date today\tdate\ngo ahead and play the next song on this playlist\tnext_song\nperform a search for my most recent balance on my amex account\tbalance\ni'd like you to address me as lord snugglebottom\tchange_user_name\nare there any travel alerts for juarez\ttravel_alert\nwhat way can i change oil at home\toil_change_how\nhow is that credit limit\tcredit_limit\nhow is hello said in french\ttranslate\nis there a name that you call me\tuser_name\nare you really a person or an ai\tare_you_a_bot\ntake me to the closest walmart\tdirections\nwhat do you do with your free time\twhat_are_your_hobbies\nadd hells bells by acdc to my playlist\tupdate_playlist\nhey there, how are you today\tgreeting\ni'd like to set a new timer\ttimer\nwhat travel alerts are there in china\ttravel_alert\ncan you tell me why there's a hold on my mutualone account\taccount_blocked\ndo i have meetings from 1 to 4 today\tmeeting_schedule\nwhat is the weather report for seattle\tweather\nroll that dice, ai\troll_dice\nconfirm the doors are locked\tsmart_home\nwhat's on my to-buy list\tshopping_list\nboost volume to 4\tchange_volume\nare there some good thai restaurants in san antonio\trestaurant_suggestion\ncoin flip\tflip_coin\nput my parents anniversary on the calendar for next week on tuesday\tcalendar_update\nwho can i talk to above you\twho_do_you_work_for\nset my paycheck up for direct deposit\tdirect_deposit\ni need a hotel in austin near south congress from 3/5 until 3/10\tbook_hotel\ncan i order checks online for my checking account\torder_checks\nis pizza healthy\tnutrition_info\ncan you check if my credit card application has been processed\tapplication_status\nlet me know what the point of life is\tmeaning_of_life\nis a toothbrush on my shopping list\tshopping_list\nyou are so thoughtful and i appreciate your gesture\tthank_you\nhow do i set up direct deposit\tdirect_deposit\nso far, how many days off have i taken\tpto_used\ngive me examples of what to ask you\twhat_can_i_ask_you\nplease verify my reservation for john at bardenay\tconfirm_reservation\nwhat's my limit on my visa card\tcredit_limit\ni need someone to look at my car and tell me why the light is on\tschedule_maintenance\ndo i need a visa to travel to isreal\tinternational_visa\ngive me a list of international transaction fees for my amex\tinternational_fees\nwhere did all my money go this month\tspending_history\nis the beltway backed up in traffic on saturday mornings at 11 am during the cherry festival\ttraffic\nhow high is my credit limit for my wells fargo card\tcredit_limit\nwhat are common vaccinations for someone travelling internationally\tvaccines\nwhen do i need to change my motor oil next\toil_change_when\ncan i schedule a check up for my tires somewhere\tschedule_maintenance\nplay music by the beatles\tplay_music\ni gotta know what kinds of pets you have\tdo_you_have_pets\ni have to get going\tgoodbye\nhow percentage am i earning annually on my account\tinterest_rate\ni need more checkbooks delivered to me by mail\torder_checks\ngo my to checking account and switch my pin to 1234\tpin_change\ngo back to whisper mode\twhisper_mode\ni have an appointment on the 5th put it on for 5pm\tcalendar_update\ni'd like to know my minimum payment please\tmin_payment\nwhat's your design company\twho_made_you\ndo you take your orders from me\twho_do_you_work_for\nplease call an uber for 6 people to go to amazon's southside warehouse\tuber\nread me a step by step guide on jump starting cars\tjump_start\nthat answer's above my pay scale\tmaybe\ni want to hear more about how i can use my credit card points\tredeem_rewards\nif i lost my luggage, what should i do next\tlost_luggage\nwhat do i get paid\tincome\nset an alarm to work out and another to go home\talarm\nwhat kind of information do you know\twhat_can_i_ask_you\ni will need an uber for 2 people to get to philadelphia\tuber\nthat's not what i want!\tno\nneeding you to play the next song\tnext_song\nwhen is the next day i have off\tnext_holiday\nwhat are the estimates for the car's highway mpg\tmpg\ni need you to get me a flight booked from houston to miami on united airlines\tbook_flight\nhow do you say please in arabic\ttranslate\ndo you know the deeper meaning of life\tmeaning_of_life\nwhat kind of ingredients go into the chicken a la king\tingredients_list\ntell me how to go about reporting a damaged card\tdamaged_card\nwhat is the traffic like on the way to kaneohe\ttraffic\nwhat's the date 32 days from now\tdate\nwho do i contact for lost luggage\tlost_luggage\ncan you trll me where to get my w2\tw2\nphone number to state farm to change insurance\tinsurance_change\nwould you translate a phrase into mandarin for me\ttranslate\ncall me shane\tchange_user_name\ni want to hear some music\tplay_music\ni'll have to think about it\tmaybe\ncan i use skim milk instead of 2% in the recipe\tingredient_substitution\nplease pay electric bill\tpay_bill\nlet me know what's on my shopping list\tshopping_list\nshow me yesterday's last transaction\ttransactions\nhow much is 10 us dollars in canadian dollars\texchange_rate\nmy visa has been damaged\tdamaged_card\nwhat should i do with an unusable and damaged card\tdamaged_card\nwhat fun is there to do in england\ttravel_suggestion\ndoes z used the same plus as we do in the united states\tplug_type\ncould i cancel my reservations\tcancel_reservation\nwhere is the nearest gas station to 20th and market streets, in philadelphia, pa\tdirections\ntell me the name of the song that is playing\twhat_song\nwhat can i do in new orleans for fun\ttravel_suggestion\ngive me some ideas of what to do during my trip to dallas\ttravel_suggestion\nwhat is the name of the insurance plan i am enrolled in\tinsurance\nunfortunately, my card is damaged and unusable\tdamaged_card\nplease turn your volume up\tchange_volume\nwhat's the tire pressure of my car\ttire_pressure\nis it possible to use sausage instead of hot dog\tingredient_substitution\ncan you list off 4 star restaurants\trestaurant_suggestion\nwhere's a good place to go if i want to see mountains\ttravel_suggestion\nwhat are the best italian restaurants in chicago\trestaurant_suggestion\ndo i need to obtain a travel visa to go on vacation to places in eastern europe\tinternational_visa\nwhere's my credit score\tcredit_score\nwhat are the reviews like for la camelia\trestaurant_reviews\ni must know the the carry-on restrictions for american airlines\tcarry_on\ndo i need to get any shots before i travel to morocco\tvaccines\ni want to have happy added to my rb playlist\tupdate_playlist\ni'm needing dinner suggestions for mexican food\tmeal_suggestion\nmove over to the female voice\tchange_accent\nmake a new name for the ai\tchange_ai_name\ncan you find me a rice recipe\trecipe\nhow much of my time off have i used\tpto_used\ni need to catch an uber to cal expo\tuber\ni appreciate that\tthank_you\ncan you please sat it one more time\trepeat\ni would like to try and confirm that i have a reservation at macaroni grill for saul\tconfirm_reservation\ni'd like you to talk faster\tchange_speed\nthere is a fraudulent charge for paypal on my bank account\treport_fraud\nwhere's my package\torder_status\nwhat things are on my shopping list\tshopping_list\ndo i need to replace my tires if i replaced my tires in january\ttire_change\nwhat are the nutrition facts for cucumbers\tnutrition_info\nmake me a reservation for tomorrow at happys for four\trestaurant_reservation\nwhat did i spend at target on my barclays card last month\ttransactions\ntell me how do i schedule a meeting\tschedule_meeting\nin tampa, i'd like to rent a sedan from 4/1 until 4/5\tcar_rental\nwhen's my flight boarding\tflight_status\nhow much have i been spending on booze this month\tspending_history\ni need you to confirm my reservation for tomorrow at 3 pm\tconfirm_reservation\nstop this song and go to the next one\tnext_song\nany good pizza restaurants around here\trestaurant_suggestion\nhow can i adjust the spoken language\tchange_language\nwhat are some of the ways that i can see an improvement in my credit score\timprove_credit_score\nwhat ingredients are in coffee cakes\tingredients_list\nwhat is my current location\tshare_location\nwill i have to wait for long before being seated at the cheese cake factory\thow_busy\ni'm out of detergent so will you order me some more\torder\ngo over my meeting schedule with me please\tmeeting_schedule\nhow long does pizza take to cook\tcook_time\nhow is your day\tgreeting\ncan i sub sugar for salt\tingredient_substitution\nwhat is the total amount of gas in my car\tgas\nplease show me where i am on a map\tcurrent_location\nare you a pet owner and what kind\tdo_you_have_pets\ni am confused because my account seems to have been blocked for no reason\taccount_blocked\nplease add this song to my alternative playlist\tupdate_playlist\nmy credit card was stolen; how long before a new one will arrive\treplacement_card_duration\nlet's go to default settings\treset_settings\nlet me set up direct deposit for this\tdirect_deposit\ni would like to hear all transactions made on my amex for the last ten days\ttransactions\nhow much are my taxes for my income\ttaxes\nwhat do i pay in taxes\ttaxes\ni need to change your voice settings\tchange_speed\ngive me a amusing fact about wolf\tfun_fact\ncan you tell me if i will have any transactions fees for using my discover card in turkey\tinternational_fees\nshow me how i can get a new credit card\tnew_card\nhow would i say pleased to meet you if i were japanese\ttranslate\ni cracked my rewards card can i get a different one\tdamaged_card\ncan you tell me what name you have for me\tuser_name\nread me my meeting schedule\tmeeting_schedule\nhow long do i need to cook beef stew for\tcook_time\ncan you schedule a meeting with jessica at the office, please\tschedule_meeting\ncan you instruct me on how to make german chocolate cake\trecipe\ni want this song on my pregame playlist\tupdate_playlist\nplease tell me my bank balance\tbalance\ntry to speak slowly\tchange_speed\nlet me swap salt for baking soda\tingredient_substitution\nwhat is the reason for frozen status on my bank account\taccount_blocked\nshow me last transaction\ttransactions\ncan i apply here for a new card\tnew_card\ni want you to skip this song\tnext_song\ncan you get me a flight from san francisco to san jose using american airlines\tbook_flight\nmake my volume louder please\tchange_volume\nhow cold will it be tomorrow\tweather\ni would like to know what flights are available out of el paso to dallas on june 10 for under $300\tbook_flight\nwhat are all the things on the shopping list\tshopping_list\nwill you check there is a reservation for laura at black pearl\tconfirm_reservation\nwhat's my apr on my discovery card\tapr\ncancel\tcancel\nthe answer is false\tno\ni have how many vacation days saved up\tpto_balance\nplay the song called i want it that way\tplay_music\nmy phone is currently lost\tfind_phone\niterate the items on my reminder list\treminder\nhow many carry-on items are allowed per passenger\tcarry_on\ni need the dollar amount due on my verizon bill, please\tbill_balance\ndo you know if l'arpege will ask for reservations\taccept_reservations\ncan you speak faster\tchange_speed\ncan you tell me if there's a lot of wait time at wendy's around 8am\thow_busy\ntell me my first national account's routing number\trouting\nwhat raiting of gas is called for\tgas_type\nwhat kind of sockets do the us use\tplug_type\nis there a reason that my bank account has a freeze on it\taccount_blocked\nconnect me to bob\tmake_call\nwhat words would i use to tell someone i am lost if i were japanese\ttranslate\nfrom here on, you'll be responding to the name captain black\tchange_ai_name\ni don't have any checks left; please order some\torder_checks\nput a block on bank of amerian immediately\tfreeze_account\nreserve a table for 3 under the name wheeler at andrea's steakhouse for 5pm\trestaurant_reservation\nwho is your supervisor, please\twho_do_you_work_for\nhow do i switch insurance plans\tinsurance_change\nwhen will i know if my visa card application was approved\tapplication_status\nwould you provide me with what the point of life is\tmeaning_of_life\ngiven a choice would you take a dog or a cat\tdo_you_have_pets\ncan you call my mom\tmake_call\nwhat will the apr on my transferred balance be after the first year on my bank of america credit card\tapr\nhow healthy is hummus\tnutrition_info\nplease flip coin\tflip_coin\nwhat does the forecast look like\tweather\ni would prefer not\tno\nplease let me know how much my bills for comcast and sprint total\tbill_balance\nset a five minute timer please\ttimer\nwhat did i write down on my shopping list this time\tshopping_list\nwhat amount of money is in my bank accounts\tbalance\nhow do i convert four inches into centimeters\tmeasurement_conversion\ni think my chase account has been compromised and fraud committed\treport_fraud\nhow do i change the language that your responses are delivered in\tchange_language\ndoes bjs get good reviews\trestaurant_reviews\nhelp me find new insurance providers\tinsurance_change\ndid carrots get on my shopping list\tshopping_list\ngive me a recommendation to improve my credit score\timprove_credit_score\nhow is a meeting scheduled\tschedule_meeting\nset up a reminder to give the cat her flea medicine\treminder_update\ncould you share my credit score\tcredit_score\ntext bill and tell him i'll be 30 minutes late\ttext\ni didn't hear what you said\trepeat\ncan you help me solve a math problem\tcalculator\nhow are things going for you\tgreeting\nis it going to rain today\tweather\ntell my bank that i'll be in uruguay during january to august\ttravel_notification\nwhat are the things that i have for today\ttodo_list\nwhat's my name saved under\tuser_name\ni am happy you did that for me\tthank_you\nwhat is the meaning of altruism\tdefinition\ni need to get a flight out of denver to houston on friday for under $250\tbook_flight\nwhat do you do for fun alexa\twhat_are_your_hobbies\ni need help paying my phone bill\tpay_bill\nmay i ask your age\thow_old_are_you\ncan i increase my credit limit to 500 dollars\tcredit_limit_change\ncan i start calling you fred\tchange_ai_name\nthis was fun, see you around bye\tgoodbye\ncan you reserve a meeting space for 4:00 on thursday\tschedule_meeting\ni gotta cancel my reservation for barry at red robin\tcancel_reservation\nthat's not right\tno\nwhat subjects are you familiar with\twhat_can_i_ask_you\nwhat's the date of the next closest holiday\tnext_holiday\nplease set alarm for me\talarm\ntell me what my tire pressure is\ttire_pressure\ncan you tell me the name of this song\twhat_song\nfind a hotel in san francisco for march 8 & 9\tbook_hotel\nhow do i report a lost card\treport_lost_card\nare your real or artificial\tare_you_a_bot\nplease cancel the reservation at zephers for joe and myself right now\tcancel_reservation\nwhat's the name of this tune\twhat_song\nsee you around\tgoodbye\nhow busy is shokudo at 12\thow_busy\ni believe there's fraud on my card\treport_fraud\nshould i increase my credit limitfor cardx\tcredit_limit_change\ncould my credit be increased to 5000 dollars\tcredit_limit_change\nwill you help me reserve a rental car for my trip to dallas\tcar_rental\nwe need an uber pool for 2 passengers going to the greenboro airport\tuber\ntell me what your name is\twhat_is_your_name\nhelp me unblock my account\taccount_blocked\nis it necessary to apply for a tourist visa for mexico\tinternational_visa\ndo you go by any nicknames\twhat_is_your_name\nwhat are delta's carry-on restrictions\tcarry_on\ni need to call my coworker\tmake_call\nwalk me through the process of cashing in on credit card points\tredeem_rewards\nwhat is the company that made you\twho_made_you\nlet me know my bank of america routing number\trouting\nput a meeting on my schedule with pam for 3:00pm on february 11th\tschedule_meeting\nwhere do people go to eat in this town\trestaurant_suggestion\ni need new dinner ideas\tmeal_suggestion\nhas my vacation request been approved\tpto_request_status\nam i ready for an oil change soon\toil_change_when\nhow do i schedule getting my tires checked\tschedule_maintenance\ncheck if getting a light bulb is on my list of reminders\treminder\ncan you tell me how do i get new insurance\tinsurance_change\ncancel my dinner reservation please\tcancel_reservation\nhow do i do a jump start on my car\tjump_start\ni was wondering what age you are\thow_old_are_you\nquit\tcancel\ncan you confirm my reservation for 8 pm on the 7th of november\tconfirm_reservation\nwhat pto time to i have remaining\tpto_balance\nwhen will i be paid again\tpayday\nmy card is cracked and i want to report it\tdamaged_card\npurchase me dog food\torder\nwhat restrictions do my carry-ons need to comply with for delta\tcarry_on\nhow much vacation time do i have\tpto_balance\ni'm going to need an uber to take 4 people to the mall\tuber\npull up ramen recipes please\trecipe\nwhat name do you want me to call you\twhat_is_your_name\nput $40 from account a to b\ttransfer\nadd cleaning to my to do list\ttodo_list_update\ncheck status on my deliver, has it been delivered\torder_status\nwhere do i find information on when the water bill is due\tbill_due\nwhereabouts are you from\twhere_are_you_from\nis fixing mom's kitchen blind on my to do list\ttodo_list\nwhat kind of gas mileage does this car get when going through a city\tmpg\nwhen did they deposit my last salary\tpayday\nhow many bags can i carry-on\tcarry_on\nare there any travel alerts for north korea\ttravel_alert\ndoes ruth chris in charlotte allow you to make a reservation\taccept_reservations\nwhat's the apr like for my credit card\tapr\nwhat's a good, popular american meal\tmeal_suggestion\nwhat timezone is france in\ttimezone\ni do not know the answer to that\tmaybe\nwhat is the minimum i can pay on my cell phone bill\tmin_payment\ni have no more checks, how can i order more\torder_checks\nhow do i request a vacation\tpto_request\nwhat is the square root of sixteen\tcalculator\nwhat's a highly rated place for steak in omaha\trestaurant_suggestion\nhow do i make a taco that's worth eating\trecipe\ndo i need a visa for south korea\tinternational_visa\nplease turn the lights down low\tsmart_home\nmake the volume louder\tchange_volume\ntell me a fun fact about computer\tfun_fact\nwhere can i go to find out my credit limit\tcredit_limit\ndo you think longhorn steakhouse will be busy at 5pm\thow_busy\nbuy a flight from santa fe to jacksonville on new year's eve that returns on the fourth, please\tbook_flight\ntell me whether you are a cat or dog person\tdo_you_have_pets\nhow would i change from centimeters to inches\tmeasurement_conversion\ngo to whisper mode until i say to go back to normal\twhisper_mode\nuse your whisper voice\twhisper_mode\nwho has the best credit card offering for a college student\tnew_card\ndo you know what company were you designed by\twho_made_you\ni need the full date for today\tdate\nplay the song called dancing on the ceiling\tplay_music\nplease add laundry to the chores\ttodo_list_update\nwhat taxes do i owe\ttaxes\nroll a 10 sided dice\troll_dice\nthat would be awesome\tyes\ndo you have time today for someone to look at my car because the check engine light is on\tschedule_maintenance\nwhat company did this design\twho_made_you\ncumin may be substituted for tumeric\tingredient_substitution\nexchange rate between mexico and us\texchange_rate\nalert my bank and let them know i'm travelling to japan\ttravel_notification\nhow long does it take milk to expire\tfood_last\ni can't remember when my car last went to the shop, can you find out for me\tlast_maintenance\nfind hotels in baltimore that have positive reviews\tbook_hotel\nwhat is the right way to say excuse me in spanish\ttranslate\ncan you find me a recipe for honey ham\trecipe\ni want to verify my reservation for the 18th at 1pm\tconfirm_reservation\ndo i have any meetings with michael today\tmeeting_schedule\nfind me round trip flights out of lax to sfox\tbook_flight\ni need an address for the closest starbucks to home\tdirections\nis cheesecake factory busy right now\thow_busy\nhelp me change my oil\toil_change_how\nplease lock the doors\tsmart_home\nmay i have a higher limit on my mastercard\tcredit_limit_change\nwhat are my benefits on the insurance\tinsurance\nwhat's life's meaning\tmeaning_of_life\ncan i increase the credit limit for my usaa card\tcredit_limit_change\ntell me how to make ramen\trecipe\nmy car needs to be jump started, guide me through it\tjump_start\nthe definition of affiliate is\tdefinition\nhow can i have my paycheck directly deposited\tdirect_deposit\nfavorite what's currently playing on my playlist\tupdate_playlist\nhow do i do an oil change and what type do i use\toil_change_how\nwhat gas does the car need\tgas_type\ncould you help me locate my phone, please\tfind_phone\nplease remove lunch with sally that is on my calendar on tuesday the 8th\tcalendar_update\nplease reset your factory settings\treset_settings\nsync with my phone please\tsync_device\nput in the order for everything on my shopping list\torder\nhey do you know how to jump start a car battery\tjump_start\nplease abandon the current job\tcancel\ncan you tell me what my total income is for the pay period\tincome\nyou have what name for me\tuser_name\ntell me the duration it takes to get a new cc\treplacement_card_duration\ntell my bank that i'm going to france\ttravel_notification\nhave i been spending a ton of money on movies lately\tspending_history\ni need to know my total spending on amazon for november and december 2018\tspending_history\ni need you to go into whisper mode\twhisper_mode\nwhisper from now on\twhisper_mode\nwhat type of vacation schedule do i have left\tpto_balance\nwhere was it you were born\twhere_are_you_from\ni'm lost\tcurrent_location\nplease change the ai name\tchange_ai_name\nwhat is 20% of a thousand\tcalculator\nare there decent seafood restaurants in portland\trestaurant_suggestion\ni need for you to change your accent to the male british one\tchange_accent\nhelp me book a place to stay from may 2 to may 4 in tampa\tbook_hotel\nwhere's my phone at\tfind_phone\nshow me all gas purchases within the last month\ttransactions\nshow me tracking on my order\torder_status\nwhat's the point of life, anyways\tmeaning_of_life\nthat's not correct\tno\ntell me what the meaning of life is\tmeaning_of_life\nyes, this is true\tyes\nai, how are you doing\tgreeting\ni would like to find a list of cool things recommended for tourists in copenhagen, denmark\ttravel_suggestion\ndoes village inn let you make reservations\taccept_reservations\nmultiply 7 and 42\tcalculator\ncould i rent a car in seattle from next monday to thursday please\tcar_rental\nreview of my card apr\tapr\nam i talking to an actual person\tare_you_a_bot\nhow can you convert miles to kilometers\tmeasurement_conversion\ni'd like to buy something\torder\nhow do i get more checkbooks mailed to me\torder_checks\nplease confirm my reservation for kevin at red robin\tconfirm_reservation\nset an alarm for ten tomorrow\talarm\nwho makes you\twho_made_you\nsay it again\trepeat\ni need to know how long can i keep pizza in the freezer for before it goes bad\tfood_last\nplease change the song now\tnext_song\nwhat is the proper way to convert centimeters into inches\tmeasurement_conversion\nwhat transactions have i made on liquor in the past month\ttransactions\nplease put chips on my shopping list\tshopping_list_update\ni need to make a reservation to long horn's, can i\taccept_reservations\nhow much am i taxed each year\ttaxes\ncan i get my w-2 online\tw2\ni need to transfer my 401 k\trollover_401k\nwhat do i do to report a lost card\treport_lost_card\ni want you to adjust your speaking to be faster\tchange_speed\ni would like to get the forms to file for my w2\tw2\nplease make your language setting norwegian\tchange_language\ncan you tell me when my flight is going to board\tflight_status\ni need to pay my electric bill now\tpay_bill\nam i in charge of you\twho_do_you_work_for\nwhat travel alerts are in effect for the us\ttravel_alert\nplease unreserve that table\tcancel_reservation\ncan you tell me how much money i have i my bank accounts\tbalance\ncan you add this song to my jazz playlist\tupdate_playlist\nwhat day am i on on vacation and how much do i got left\tpto_balance\nhow is life in existence\tmeaning_of_life\ncan i speed up your voice\tchange_speed\nremove wine and add beer to my shopping list\tshopping_list_update\nthere's a hold on my chase account, but why\taccount_blocked\nmy card is lost and i need to know how to report it\treport_lost_card\nturn tv on please\tsmart_home\nwhat plugs are in england\tplug_type\nwhats the total of my federal taxes\ttaxes\nhow many tablespoons are in a cup\tmeasurement_conversion\ni am wanting to know how old you are\thow_old_are_you\nhave i told you to add washing dishes to my todo list\ttodo_list\nhow do i change my pin for number for my abc bank account\tpin_change\nwhat is the name that you have for me\tuser_name\nlet me know how old you are\thow_old_are_you\nswitch over from female to the male voice\tchange_accent\ni lost my credit card recently  how long does take to get a new one in the mail\treplacement_card_duration\nwhat would five pounds be in kilos\tmeasurement_conversion\nshould i call a car maintenance\tschedule_maintenance\nmy card was cut by my kid\tdamaged_card\ncan you call me a different name, please\tchange_user_name\nwhere do i find the routing number for chase\trouting\ni was in thailand and i could not use my card to buy snacks\tcard_declined\nwhat is the expiration date of my wells fargo card\texpiration_date\nlets just play the next song please\tnext_song\nmake a pto request from april 2 to april 4\tpto_request\ni would like to share my location with my mom\tshare_location\ntell me the reviews for chipotle\trestaurant_reviews\nis the apr on my card that ends 1234 what it should be based on my credit score\tapr\ni need assistance figuring out how to rollover my 401k\trollover_401k\nam i good to eat this burger from the fridge that i got two mondays ago\tfood_last\nyou should respond in english\tchange_language\nlist insurance benefits\tinsurance\nwho do i need to contact to find out why my card got declined\tcard_declined\ni need to cancel my reservation for rob at red robin\tcancel_reservation\nwhen should i change my oil next\toil_change_when\ndo you know how to change car oil\toil_change_how\nwhat was the location of your birth\twhere_are_you_from\ni need to be notified to clean the room\treminder_update\ncan you roll a fair, 6 sided die\troll_dice\nhow do germans say goodnight\ttranslate\nmake sure my to do list is completely clear please\ttodo_list_update\ncan you please confirm that i have a 6:00 pm table reserved under michelle solomon at devon's\tconfirm_reservation\nwhat date is it\tdate\nfind if there are any travel alerts for canada\ttravel_alert\nwhat's the definition of idiosyncratic\tdefinition\ni want to be out of whisper mode\twhisper_mode\nshhhh\tcancel\nhow do i report a stolen card\treport_lost_card\ndoes macedonia have any travel alerts i should be aware of\ttravel_alert\ni need you to text someone for me\ttext\nwhat is 1000 plus 745\tcalculator\nthat is affirmative\tyes\nwhat's the phone number for my credit card company\treplacement_card_duration\nwhat do i have going on on my calendar for march 18th\tcalendar\ncan i have you call me something else\tchange_user_name\nwhat amount of gas is in my car\tgas\nwould you let me know how many carry ons i can take on a flight with southwest airlines to miami\tcarry_on\ncan someone look at my check engine light that's on\tschedule_maintenance\nmy previous job's 401k needs to be rolled over\trollover_401k\ni need to know how much 100 dollars is worth in euros\texchange_rate\nlocation currently, where\tcurrent_location\nhow long does it take to get to applebees in new york\tdistance\nwhat is my payment going to be\tincome\ncan i start calling you chris\tchange_ai_name\nwould you say that red lobster's pretty buy at noon\thow_busy\ni need to know my credit's limit\tcredit_limit\nplease make your language setting french\tchange_language\nso do you like cats or dogs\tdo_you_have_pets\ni forgot the pin number for my college fund account\tpin_change\ncan you check if i've added an item to throw out the carcasses on my todo list\ttodo_list\ni want to set up direct deposit what do i need to do\tdirect_deposit\nsend my gps location to manuel\tshare_location\nnow, i want you to play the next song\tnext_song\ni need to report fraudulent activity on my usaa card\treport_fraud\nadd farm trip to my calendar for friday\tcalendar_update\nwhich kinds of pets do you have\tdo_you_have_pets\nwhat is the amount of my state taxes\ttaxes\ni want to use the female voice now\tchange_accent\nhas my maternity leave been approved\tpto_request_status\ndo you know where the luggage for people on panam flight ab123 out of tuscon is\tlost_luggage\nlook up the amount of vacation days i have used please\tpto_used\ngo to the female voice\tchange_accent\nnot at all\tno\nuse the whisper voice\twhisper_mode\ni need you to cancel my reservation for 5 at red robin\tcancel_reservation\nis new york in mountain timezone\ttimezone\nis there a way to increase the limit of my credit to 5000 dollars\tcredit_limit_change\nai pick up the dice, then drop it\troll_dice\nif i have 20,000 yen, how much is that in usd\texchange_rate\ntell me what ten pounds in kilos is\tmeasurement_conversion\ni need some suggestions for dinner places tonight\trestaurant_suggestion\nfrench time zone\ttimezone\ndid i get my car inspected recently\tlast_maintenance\ncan i get you to change your language setting to russian\tchange_language\nthat is true, yes\tyes\ndo they use weird plugs in australia where i'd need some kind of socket converter\tplug_type\nis there an uber going to downtown\tuber\ncould you list out the carry-on restrictions for american airlines\tcarry_on\naround 5 pm, how busy is kaya\thow_busy\ni wish to know why my card was declined\tcard_declined\nwas is my salary\tincome\ni need you to reset to your factor settings\treset_settings\nwhen will i arrive at hy-vee\tdistance\ni wanna know who programmed you\twho_made_you\ncan you get me a recipe for mashed potatoes\trecipe\nsomeone misused my card and put fraudulent transactions on it\treport_fraud\nwhat is the name of this song that's on right now\twhat_song\ncan i get a timer set\ttimer\ni'd like to increase my credit spending limit to 500 dollars\tcredit_limit_change\nwhat's 11 yen in pounds\texchange_rate\ni've had these burger patties in the freezer since saturday, are they still fine to cook\tfood_last\ni'm unsure of the proper answer\tmaybe\ni need to find my w2 so i can do taxes\tw2\nhow are you doing, ai\tgreeting\nwhere do you suggest i plan my next vacation\ttravel_suggestion\ni require a coin flip\tflip_coin\nwhich days did i take vacation\tpto_used\nhow much is the bill for my water and electricity\tbill_balance\ncan you go to the next song\tnext_song\ni wish you were here earlier\tthank_you\nwhat ingredients do i use for pork belly\tingredients_list\nplease get me an uber to get to the movies\tuber\nwhat the heck, where's my luggage!\tlost_luggage\ni arrived on delta flight ab123 from juno but my luggage doesn't appear to have come with me\tlost_luggage\nhow many paypal transactions did i have last week\ttransactions\nwhen am i due for a tire change\ttire_change\nread my list of reminders\treminder\nhow can i apply for a discover card\tnew_card\nwhat topics can i ask you about\twhat_can_i_ask_you\ntell me the expiration date on my credit card\texpiration_date\nhow many vacation days do i have remaining\tpto_balance\nplease remind me to add laundry to my list of chores\ttodo_list_update\ncan i change what you call me\tchange_user_name\ntell me the name of this song\twhat_song\ncould you let me know what song this is\twhat_song\nhow much money have i spent this week\tspending_history\ncan you swipe to the next song\tnext_song\nremove laundry from my to do list\ttodo_list_update\nplease set the volume to 4\tchange_volume\ni jot got hired and need help with my retirement account\trollover_401k\ni need to call my friend\tmake_call\nwhat is needed to make lasagna\tingredients_list\nsorry i missed that\trepeat\nhow can i spell avocado\tspelling\nitaly's timezone is what\ttimezone\nwhat type of gas do i need to put in this car\tgas_type\ni wanna know how busy denny's is at 5 am\thow_busy\nhow long does it take to get downtown by bus\tdistance\nwhen will the bus get me to vermont\tdistance\nwhat are my total bills this month\tbill_balance\ni don't need eggs anymore, but i do need milk\tshopping_list_update\nis there a way to tell if i need new tires\ttire_change\nwould i need any immunization if i go to thailand\tvaccines\nwhat sort of nutrients does a steak have\tnutrition_info\nroll a 6 sided dice\troll_dice\nwhat is your date of birth\thow_old_are_you\nmaybe yes, maybe no\tmaybe\ngo now and increase the volume to 4 please\tchange_volume\ncan i use mayonnaise instead of miracle whip\tingredient_substitution\ncan you give me a burmese meal suggestion, please\tmeal_suggestion\nhow long will it take for me to get a new credit card to replace the one that was stolen\treplacement_card_duration\ni need someone to look at my car because my check engine light is on\tschedule_maintenance\ncan i improve my credit score\timprove_credit_score\nwhat is 63 percent of 145\tcalculator\nhow do i rollover my 401k after i got a new job\trollover_401k\nget the tracking on my package\torder_status\nhow long does bread last in the freezer\tfood_last\ni want to convert my credit card points\tredeem_rewards\ntell me my salary please\tincome\nflip a coin, you're tails and i'm heads\tflip_coin\nwhat timezone is philadelphia in\ttimezone\nremove corn from my shopping list\tshopping_list_update\nchange back to default settings\treset_settings\nhow many days left until the next day out of work\tnext_holiday\ni did not hear you, please repeat\trepeat\nrestore my factory settings immediately please\treset_settings\nwhen will we have another day off\tnext_holiday\nwhen's the next time i get a day off\tnext_holiday\ni want to know if i can redeem my credit card points now\tredeem_rewards\nwill ecuador require proof of any shots for me to go there\tvaccines\ni need to know how old you are\thow_old_are_you\nhow far has my application for the hsbc card proceeded till now\tapplication_status\nlet me understand my credit rating\tcredit_score\nhow do i unlock my bank account\taccount_blocked\nremove jake's birthday on march 22\tcalendar_update\ni would like my account frozen\tfreeze_account\nwhat am i being charged for my water bill\tbill_balance\nhow much money do i make a week\tincome\nwhen do i need you change my oil\toil_change_when\ntell me a few facts about cats\tfun_fact\nturn on my tunes\tplay_music\nwhat are some trivia questions about lebron james\tfun_fact\ni want to keep my credit score from going down, how do i do that\timprove_credit_score\ncan you give me a chinese meal suggestion\tmeal_suggestion\ntell me when i get paid\tpayday\ndid i set march 10th as my doctor's appointment\tcalendar\ncan you tell me the amount of gas i have\tgas\ni need a block put on my chase account right away\tfreeze_account\nwhat is the total number of days i have taken off so far\tpto_used\ncan you tell me when you were born\thow_old_are_you\ntell me what this cars highway mpg is\tmpg\nplease unsync phone from phone from home system\tsync_device\nhow healthy is mcdonalds\tnutrition_info\nwhat is on my reminder list\treminder\ni would like you to revert to your factory settings\treset_settings\ni need an uber to the movies\tuber\nwhat prong jump starts the car\tjump_start\ni am john\tchange_user_name\nare there any new harmful things that could affect my credit score\timprove_credit_score\nwhat are the amount of vacation days i have\tpto_balance\ndo i have anything scheduled on january 1st\tcalendar\nwhat is the least i can pay towards my car bill\tmin_payment\nwho is the boss of you\twho_do_you_work_for\nyou can remove the wedding from my calendar for march 12, 2019\tcalendar_update\ntell me later to call bill\treminder_update\nwhat meetings are scheduled for today\tmeeting_schedule\nget me directions to phoenix\tdirections\ntake everything off my to do list\ttodo_list_update\ncan you find my iphone\tfind_phone\nare you secretly real\tare_you_a_bot\ncount how many sick days i've used\tpto_used\ni need to increase credit limit for my chase card\tcredit_limit_change\nwhat is the time zone of china\ttimezone\ni need to know when i get paid next\tpayday\ni am very confused about why or how my bank would lock me out of my account\taccount_blocked\nwhat is my routing number for marine bank\trouting\nwhat steps can i take to build my credit score\timprove_credit_score\ncan i move some money between my two accounts\ttransfer\nhow's it hanging\tgreeting\nis flight dl123 going to arrive on time\tflight_status\nplease allow dan to see my location\tshare_location\nstart the dishwasher\tsmart_home\ncould you tell me what fun tourist things i could do in tokyo\ttravel_suggestion\ni want your name to be gerry\tchange_ai_name\nai i have 4 people need to get to get me uber\tuber\ngive me an interesting fact about antarctica\tfun_fact\nwhat is the day off request status\tpto_request_status\nhow long does cottage cheese keep in the fridge\tfood_last\nhow long does it usually take for a new credit card to come\treplacement_card_duration\nmy pto used so far is what right now\tpto_used\ndo i have enough money in my charles schwab account to get a new baseball bat\tbalance\nset the timer for 10 minutes\ttimer\nroll an eight sided die\troll_dice\n\"\"\"i need to report fraudulent activity to my card company\"\treport_fraud\nthe credit limit on my account is how much\tcredit_limit\ni need a meeting scheduled with bob for 7:00am on 9/11\tschedule_meeting\nwhat's my pnc balance\tbalance\nplease set the temperature to 70\tsmart_home\ncan i substitute vinegar for apple cider vinegar\tingredient_substitution\ni need to know your age\thow_old_are_you\nlet my group know what my current location is\tshare_location\nwhat do you want to call me\tuser_name\nwhat time is my meeting with steve\tmeeting_schedule\nmake sure i get a meeting room for 9am on friday\tschedule_meeting\nso far how many days have i taken off\tpto_used\nwho formed you\twho_made_you\nwhat do you i need to make pizza dough\tingredients_list\nhelp me set up direct deposit to my bank of hawaii checking account\tdirect_deposit\nwhat's the usual time to get a new card when your previous one was lost\treplacement_card_duration\nwhat were the things that i wanted to remember\treminder\nis today monday\tdate\nis there a fee if i use my card in france\tinternational_fees\nwhen were you made\thow_old_are_you\ni need to know where to get a w-2 form\tw2\nwhen did i last have car maintenance\tlast_maintenance\ni want to schedule a meeting with tom for 6pm\tschedule_meeting\nhow many days of vacation do i have\tpto_balance\nhow many carry ons are allowed on a flight with wow to iceland\tcarry_on\nplease say it again\trepeat\nlet me know when my credit card expire\texpiration_date\nwhat is it like the temperature at ac\tsmart_home\nsomeone stole my mastercade\treport_lost_card\nlet's change what you respond to\tchange_ai_name\nprovide assistance on what to do to make a vacation request\tpto_request\ni need a pto request for march 3rd and 4th\tpto_request\ni want to hear my reminder list\treminder\norder more paper towels from amazon\torder\nwhat's the nutritional info for lasagna\tnutrition_info\ni would like to get today's date\tdate\nwhat's my bank of america account getting in interest\tinterest_rate\ni can't find my w-2\tw2\nwhat is my remaining pto days\tpto_balance\nwhat kinds of subjects do you know about\twhat_can_i_ask_you\ndon't you work for your self\twho_do_you_work_for\ngo ahead and find me a hotel with good reviews in phoenix\tbook_hotel\nare there any travel alerts for syria\ttravel_alert\nare you my insubordinate\twho_do_you_work_for\nwhat do i have scheduled for march 2\tcalendar\ndo i need specific shots before traveling to germany\tvaccines\nhow much money do i have total\tbalance\nwhere do you hale from\twhere_are_you_from\ndo you know my name\tuser_name\ncan you give me nutritional info on oranges\tnutrition_info\ni missed what you said, please say it again\trepeat\nhola\tgreeting\nwhat would cause me to be locked out of my bank account\taccount_blocked\nplease pay my sprint bill using my bank of america checking account\tpay_bill\ncan i get beer within my deposit account\tbalance\ncan you explain to me how i ought to use my credit card points\tredeem_rewards\nlet me know why my card got declined the other day\tcard_declined\nmy car is dead can you tell me how to jump start it\tjump_start\ni need to cancel my reservation for 2 at franklin's grille\tcancel_reservation\nthis song needs to be added to my reggae playlist\tupdate_playlist\nwhat's my going out to eat tab this month vs last month\tspending_history\nwhat's the amount of calories in an cream filled oatmeal cookie\tcalories\nmake sure my calendar is clear for june 1\tcalendar_update\nwhen does my amex expire\texpiration_date\nis there someone else you work for\twho_do_you_work_for\nis 126 divisible by 8\tcalculator\nwhat transactions have i made in the last few weeks\ttransactions\nplease look to see if paying bills is on my reminders list currently\treminder\ntell me a fact about the maned wolf\tfun_fact\nplay ludacris hits\tplay_music\ni would like to know the bill's minimum payment\tmin_payment\nset a four minute timer\ttimer\nhow much do i have in the bank\tbalance\nare there reservation for joe and will\tconfirm_reservation\ndo you know if cheese cake factory does reservations\taccept_reservations\ni'm not completely certain\tmaybe\ni didn't understand you\trepeat\nwhat are some things you like to do\twhat_are_your_hobbies\nno, that is not correct\tno\nwhen is the next time it is suppose to rain\tweather\ncan you explain the meaning of life to me\tmeaning_of_life\nhow do i get to the movie theater by bus\tdirections\nwalk me through the process of scheduling a meeting\tschedule_meeting\nwhere are you coming from\twhere_are_you_from\nhow do you say hello in japanese\ttranslate\ni would like to request that more checkbooks be mailed to me\torder_checks\ncan i increase the credit limit on my old navy card\tcredit_limit_change\nlet's get a timer set for 5 minutes\ttimer\nwhat do you think our purpose is in life\tmeaning_of_life\nwhat time is it right now at home\ttime\ncan you multiply 45 by 23\tcalculator\nai please repeat\trepeat\ni would like to know the mpg of my car\tmpg\nwhere do i find my w-2 form\tw2\nwhere do i report that my card was lost\treport_lost_card\nshare the nutrition info for french fries with me\tnutrition_info\ncan you find out for me when my credit card will be expiring\texpiration_date\nmy card is lost, i would like to report it\treport_lost_card\nare there any travel advisories for the us\ttravel_alert\nwho can jump off my dead car battery\tjump_start\nhas my vacation been approved yet\tpto_request_status\nsomeone stole my capital one credit card\treport_lost_card\nwhat are the carry on limits for delta\tcarry_on\nwhat exactly can you help me with\twhat_can_i_ask_you\nif i were english how would i say subway\ttranslate\nhow much is due for my water bill\tbill_balance\ni must know where to get my w2\tw2\nhow do i ask the ai to help me with math problem\tcalculator\nhelp me get a meeting set up\tschedule_meeting\nis it okay to use applesauce instead of oil\tingredient_substitution\nthanks for the help!\tthank_you\ncan you please whisper\twhisper_mode\nwhat's the status of my medical leave\tpto_request_status\nconfirm my reservation for acero at 7\tconfirm_reservation\nwhat is the yen worth in terms of the peso\texchange_rate\ni need a list of good places to eat near me\trestaurant_suggestion\nhow ya been\tgreeting\nread me the definition of ajar\tdefinition\nsteps to raise my credit score\timprove_credit_score\ni'm reporting fraudelent activity on my card\treport_fraud\ni will be in lakewood from monday to wednesday and i need a hotel room for 4 people\tbook_hotel\nwill you add a reminder for me\treminder_update\nwhat do i have on my todo list\ttodo_list\ncheck the apr on my disney visa, please\tapr\npair with my phone\tsync_device\nmy visa card got stolen\treport_lost_card\nwhat's my car's mpg, please\tmpg\nhow many days old are you\thow_old_are_you\nadd my next doctor visit to my calendar\tcalendar_update\nwould you set up an alarm for me\talarm\ni appreciate it\tthank_you\nplease tell me why my card was declined\tcard_declined\ndo i have any updates about my credit card application\tapplication_status\ncan you find the date of my last oil change\tlast_maintenance\ncan you update me with the status of flight dl123\tflight_status\nsuggest a meal from germany to me\tmeal_suggestion\nwhere can i find my w-2 form\tw2\nhow do i get cash back for the rewards on my amex card\tredeem_rewards\nwhere was it you were made\twhere_are_you_from\ncan you help me with my 401k rollover since i got a new job\trollover_401k\npull up the nutrional info of a 12 oz coke\tnutrition_info\nhow can i jump start my car\tjump_start\nis there a way to go by bus to olympia\tdirections\nwhere can i go to eat\trestaurant_suggestion\ni appreciate your help, thank you\tthank_you\ncan you suggest a meal from ireland for me\tmeal_suggestion\nwould i be safe if i traveled to japan\ttravel_alert\ncheck my reminders for mop the floor\treminder\nwhen will you mail me a replacement card\treplacement_card_duration\ncan you make reservations at hodak's\taccept_reservations\nplay the song called guerrilla radio\tplay_music\ndo when you when my replacement card will get mailed\treplacement_card_duration\nplease look up my card's expiration date\texpiration_date\ni would like some help getting a rental car reserved in los angeles\tcar_rental\nlook up recipe time for this\tcook_time\nthe reservation i placed is not needed anymore\tcancel_reservation\nwhen did i last have my vehicle serviced\tlast_maintenance\nhow much in total do i need to pay cox and at&t\tbill_balance\ni want my credit limit changed\tcredit_limit_change\nwhat name do you call me\tuser_name\nwhat date does my capital one card expire\texpiration_date\nwhat is my car's mpg\tmpg\nmy luggage is nowhere in sight, it might be lost\tlost_luggage\nrecite my to do list\ttodo_list\ndue to getting a new job i need assistance with my 401k rollover\trollover_401k\ncan i start talking to you in french\tchange_language\nwhat are you\tare_you_a_bot\nhow many of my vacation days do i have remaining\tpto_balance\nshow me the expiration date for my visa card\texpiration_date\nit could be that one or the other one\tmaybe\nlet me know what kinds of pets you have\tdo_you_have_pets\nthe next time it rains, remind me to close the windows\treminder_update\ni want an alarm at 5pm\talarm\ndo you know when my next day off is coming\tnext_holiday\nhow much is 1 dollar worth in country b's money\texchange_rate\nwhat do people in sioux falls do for fun\ttravel_suggestion\ndo you have any good ways to make tomato soup\trecipe\nhave i been spending excessively on donuts recently\tspending_history\nplease remove an event from this calendar\tcalendar_update\ntell me the current balance of my bank accounts\tbalance\nwhat can i use to convert from centimeters to inches\tmeasurement_conversion\nshow me transactions related to travel\ttransactions\nplease give me a really impressive piece of trivia about bubble gum\tfun_fact\nhelp me get a rental car for march 2 to 6th in dallas and i would prefer a bmw suv\tcar_rental\ndo i need a travel visa to visit japan\tinternational_visa\nmy card is messed up from carding my door\tdamaged_card\ngive me the status of flight dl123\tflight_status\ni need an update on my online order from nespresso\torder_status\ncould you tell me the temperature of the ac\tsmart_home\nhow do i obtain the cash for the rewards on my hy-vee card\tredeem_rewards\ndid i set up a reminder to clean the bathroom\treminder\nis it recommended to get any specific shots before i travel to iceland\tvaccines\nan unauthorized transactions has been made on my gap card and i need to report it\treport_fraud\nhelp me find a new insurance plan\tinsurance_change\nrepeat please\trepeat\ncan you turn on the tv\tsmart_home\ncould you please help me, my card has been stolen and i need to report it\treport_lost_card\nplease turn on the alarm\talarm\nwhat's my current limit on my visa\tcredit_limit\ndoes travelling to that place require a visa\tinternational_visa\nwhat is the expiration date of my milk\tfood_last\nwhat is the calorie count for muffins\tcalories\ncan you find me a recipe for cake\trecipe\ncan you look into the status of my vacation request\tpto_request_status\nthe card is torn, let's report it\tdamaged_card\ncan i sub ketchup for mustard\tingredient_substitution\ndefine ambivalence for me please\tdefinition\ndefine monetary for me please\tdefinition\ni want to know my recent spending\tspending_history\nplease create an alarm for 12 noon\talarm\nwhat kind of plugs will i need when i'm in ecuador\tplug_type\ni need a table at gemma for nine at two\trestaurant_reservation\nwhat would tomorrow's date be\tdate\nif i'm heading to the mall at 5:00, what will the traffic be like\ttraffic\nwhat is an anachronism\tdefinition\nyes, i'd really like that alot\tyes\ndo you know how do i schedule a meeting\tschedule_meeting\nfind list of ingredients i would need to bake a funnel cake\tingredients_list\ni want to talk english\tchange_language\nhow many calories are in a burger\tcalories\nusually, how long does is the commute to brooklyn by bus\tdistance\ndo you have any suggested roman recipes\tmeal_suggestion\nwhere do i find instructions on how to speed up voice replies\tchange_speed\ni want an alarm for 6 am\talarm\nis there a uv or smog alert for tomorrow\tweather\ncan you tell me about the best tourist attractions in sweden\ttravel_suggestion\ncould you tell me what kind of money i've recently spent\tspending_history\n20 yen is how many dollars\texchange_rate\ni need help changing my 401k after i got a new job\trollover_401k\nwhat kind of oil do i need to get and use for my car\toil_change_how\ntell me where you were created\twhere_are_you_from\nwhat day of the week is it\tdate\ni would like to reserve a hotel room that accomodates 10 people from monday to tuesday in manhattan\tbook_hotel\nwill you confirm my reservation for red robin at 10\tconfirm_reservation\ntake me to the next song on this playlist\tnext_song\nlet me know how many carry ons i can take on a flight with southwest airlines to dallas\tcarry_on\ni want to know if there are meeting rooms available between 9:00 am and 11:00 am\tschedule_meeting\ni would like a reservation for 6:30 pm at pietro's under the name david jones\trestaurant_reservation\ni want you to roll dice\troll_dice\neither or should work\tmaybe\ni want you to flip a coin i choose heads\tflip_coin\nplease tell me all the items on my to do list right now\ttodo_list\nhow's the weather in seattle\tweather\nhelp, i've lost my cellphone!\tfind_phone\ngive me some restaurant suggestions\trestaurant_suggestion\nchange my pin to 1234 on account ending with digits 4994\tpin_change\ni want to roll some dice\troll_dice\nplease change my checking account pin to 1234\tpin_change\ni need you to set timer for me\ttimer\nare you really real\tare_you_a_bot\ndo i have enough money in my first hawaiian bank account for a vacation\tbalance\nis it raining\tweather\ni need to know how much money i have in all of my bank accounts\tbalance\nhow is the weather in miami\tweather\nyes, that is accurate\tyes\ni would like to know carry-on information for delta\tcarry_on\ncan you buy me a toy car\torder\ncan i make a reservation for 3 at state bird for 8:30, please\trestaurant_reservation\nspeed up your rate of speech\tchange_speed\nwhen is the expiration date of my credit card\texpiration_date\nwhat do my benefits look like\tinsurance\ncan you provide me my credit score\tcredit_score\nhow many teaspoons in an ounce\tmeasurement_conversion\ngive me celcius to fahrenheit\tmeasurement_conversion\nwhat is the gas mileage for the car that i drive\tmpg\nshow tracking information on my replacement credit card\treplacement_card_duration\ni need an appointment for someone to check out my check engine light being on\tschedule_maintenance\nmove a dollar from my checkings to my savings\ttransfer\ncan you turn my lights down just a bit\tsmart_home\ncan you share a humorous joke with me\ttell_joke\nhow long will the wait be at noon if we went to nagomi\thow_busy\nsend my location to sis\tshare_location\nwhat timezone would missouri be in\ttimezone\nwhat is the cars mpg on the highway\tmpg\nso are cats and dogs liked by you\tdo_you_have_pets\ndid i remember to put oatmeal on my list\tshopping_list\nwhat are my shopping list's content\tshopping_list\nplease help me find my phone\tfind_phone\nwhere should i go to get a w2 to do my taxes\tw2\nplay next song using this playlist\tnext_song\nwhat is the correct spelling for malignant\tspelling\ni want to change your name, please\tchange_ai_name\nhow much is $30 usd in canadian dollar\texchange_rate\nadd washing dishes to my to do list\ttodo_list_update\ni'd like some suggestions on where to go on my vacation this year\ttravel_suggestion\nwhat can i put on my bank of america card\tcredit_limit\ncan you please tell me what is on my to-do list\ttodo_list\nshow me my location\tcurrent_location\nlook up my total number of days off so far\tpto_used\nset an alarm for me for 10:00 and another one set for 4:00\talarm\nwhat is the interest rate i am receiving from the start of the year\tinterest_rate\nstart a timer for me\ttimer\nmight i be able to apply for a new credit card\tnew_card\nwhat interest rate will i get from city national\tinterest_rate\nwhat exactly is the status of my application for the credit card\tapplication_status\ndo they take reservations at olive garden\taccept_reservations\ncould you skip to the next song on this playlist, please\tnext_song\nwhat does it say on the clock\ttime\nhow do i change the speed of your voice\tchange_speed\nmake me a reservation for 5 people at village tavern for the calloways\trestaurant_reservation\nif i bought new tires on may 27th, should i still need new ones\ttire_change\ni would like to look up my credit score please\tcredit_score\ncan we stop my bank account\tfreeze_account\ncan you tell me how much gas is in my tank\tgas\nwhen do you think i should replace my tires because i replaced them on 12/21/17\ttire_change\ni can't be loud and need you to speak more quietly\twhisper_mode\ncan you add remember to register for the race on my calendar for the 15th of march\tcalendar_update\ni need a w2 form, how do i get one\tw2\noven should be set to 350 now\tsmart_home\nin bst timezone, what time is it\ttime\nwhat is the day off request status if you would tell me\tpto_request_status\nwhen will my visa next expire\texpiration_date\nthanks for helping me\tthank_you\nnot so loud\tchange_volume\nplease help me figure out how to set up a meeting\tschedule_meeting\ni think my account is block but i am not sure why\taccount_blocked\nwhat is the status for what i requested for my vacation\tpto_request_status\nplase hold my account for now\tfreeze_account\nare my tires aired properly\ttire_pressure\nplease send a text message to natalie for me\ttext\nwhat is the square root of 10294\tcalculator\ncould you please mail me some checkbooks\torder_checks\ni need my money to be moved\ttransfer\nrecipe for beef stroganoff\trecipe\nplease find the benefits provided by my insurance\tinsurance\ntell me where to get myy w-2 form\tw2\nwhat's my take home from work\tincome\ni'm cooking an egg, timer for 3 mins\ttimer\nthat seems true\tyes\nwhy can't i get into my account\taccount_blocked\nfind me a place to stay in jacksonville near the stadium from january 1st through 3rd\tbook_hotel\nhey, i need to make a reservation for three at umi, six pm on february 30th\trestaurant_reservation\ndo you think being alive has any meaning\tmeaning_of_life\nwhen was the car in the shop\tlast_maintenance\ngood day\tgreeting\ncan you recommend for me when to next get my oil changed\toil_change_when\nwho do i contact to order more checks for my td bank account\torder_checks\ni am going to need help paying my rent bill\tpay_bill\nabout how long should you cook a 10 pound turkey\tcook_time\nis it possible for you to let me know what health plan i'm on\tinsurance\nwhoa whoa please slow down\tchange_speed\ncan you ping priest chris with a text and send the following confession\ttext\nreport that i split my card\tdamaged_card\nthe bank needs to know that i am traveling soon\ttravel_notification\ncan i still make changes to my order, or has it already been shipped\torder_status\nare there any ubers available for two people i need it to go to the stadium on grand\tuber\nhow many liters are in 1 gallon\tmeasurement_conversion\ncan people safely travel to cambodia\ttravel_alert\nplay the next song on this list\tnext_song\nhow much is my income tax\ttaxes\ndo you know when you were born\thow_old_are_you\non my chase bank account what is the interest rate\tinterest_rate\ni need to apply for a visa card\tnew_card\nwhat is the total amount that i owe to sony and verizon\tbill_balance\nwhat's the expected calories in a cream filled cookie\tcalories\ni need to know the amounts due for my utilities and cable bills\tbill_balance\nwhere am i on gps\tcurrent_location\nis mr joes pizza available for a seating\thow_busy\ni need you to get me a rental car in nashville\tcar_rental\ni'd like to you order everything that's on my shopping list\torder\nhow much does it seem my state taxes will be\ttaxes\nbook a flight from jacksonville, fl to atlanta, ga on 14 february 2019 and returning on 1 march 2019\tbook_flight\nnext song\tnext_song\nwhat kinds of oil can i use in my car, and how to i change the oil\toil_change_how\nhave i gone over my entertainment budget\tspending_history\nyes\tyes\ni'd like you to use the whisper voice\twhisper_mode\nhow long can you go between oil changes\toil_change_when\ni was at walmart when my card was declined i was only trying to buy some candy\tcard_declined\nplease make a phone call to christopher\tmake_call\nwhat is 10000 divided by 20\tcalculator\ncan i ask you about anything\twhat_can_i_ask_you\nwhat do i have on my need to do list\ttodo_list\nwhat's the amount of calories in a cheesy omelette\tcalories\nhow do i locate the due date for my bug bill\tbill_due\nwhen should i replace my tires next, if i replaced them on january 15, 2018\ttire_change\nwill you create a timer for me\ttimer\nai throw the dice on the table\troll_dice\ncan you find me a recipe for ribs\trecipe\nwould you tell me what kind of pets you have\tdo_you_have_pets\ni have credit card points, how do i redeem them\tredeem_rewards\na meeting needs to be schedule and i need to know how\tschedule_meeting\nwhat is the time in the usa\ttime\nwant 5 minute timer\ttimer\n\"the song that goes, \"\"starships were meant to fly\"\", play it\"\tplay_music\nwhat's the name of the song that we are listening to\twhat_song\nhow's the traffic this morning\ttraffic\nsubmit payment to duke energy for my electric bill\tpay_bill\nwhat are the nutrition facts for apple sauce\tnutrition_info\ni wanna know how to jump start my car\tjump_start\nwhich pets do you own now\tdo_you_have_pets\nwhen do my tires need to be changed again\ttire_change\nwould you say it again please\trepeat\nwhat's the interest rate on my savings account\tinterest_rate\nhello how's it going\tgreeting\nhow about a reminder\treminder_update\nwhat time is it over in pacific time\ttime\nplease stop the current process\tcancel\ni need for you to get bananas added to my shopping list; i'm out\tshopping_list_update\ncan you remind me what i put on my shopping list\tshopping_list\nwhat's my income from work\tincome\ni want to use spanish with you\tchange_language\nwhat are fun facts about lighthouses\tfun_fact\ni don't know where my luggage is\tlost_luggage\ni need to transfer from one account to my second one\ttransfer\ntake soda from my shopping list, and while you're at it add tea\tshopping_list_update\nwhat is the city mpg on this car\tmpg\ni need to know what i have spent on food recently\tspending_history\nwhat are you capable of answering\twhat_can_i_ask_you\nstop the current song and play the next one on this playlist\tnext_song\ni am going to south america, let my bank know\ttravel_notification\ndo a british male accent only\tchange_accent\nwhere do i find my routing number for my pnc account\trouting\ncan you tell me if there is anything on my todo list\ttodo_list\nplease reconfigure yourself back to factory settings\treset_settings\ni need to know if i have meetings from 3 to 6 pm\tmeeting_schedule\nhow much am i getting paid today\tincome\nput this song on my reggae playlist\tupdate_playlist\nwhat's my routing number from chase\trouting\nput on my jam session playlist please\tplay_music\ncheck the status of my credit card application please\tapplication_status\ncan you factor x squared plus 4 x plus 4\tcalculator\nwhat is a british pound worth in mexican pesos\texchange_rate\ni want whisper mode to be switched off\twhisper_mode\ni am ready now to cash in on the many credit card points i have saved up\tredeem_rewards\nwhat is the smallest i can pay on the water bill\tmin_payment\nhow long will a new card take to come in the mail\treplacement_card_duration\nwhat vaccinations are required to enter paris from outside the country\tvaccines\nreport a card lost for me\treport_lost_card\nhow does one say wonderful in german\ttranslate\nhow do you spell the word comity, i need to know\tspelling\nwhat's the date tomorrow, please\tdate\nhelp me book a rental car in green bay\tcar_rental\ni need to know my interest rate\tinterest_rate\nhow busy will chili's be if i go at 6 pm\thow_busy\nplease help me find my phone, because i lost it\tfind_phone\nam i your employer\twho_do_you_work_for\nrename yourself to betty\tchange_ai_name\nwhat's playing right now\twhat_song\nhow good is my card's apr\tapr\nis there a way to get my current location\tcurrent_location\nhow do you make benedict arnold\trecipe\nwhat ingredients are required for chicken noodle soup\tingredients_list\nhalt the process\tcancel\nwhat stuff am i trying to remember\treminder\ni need to move my money\ttransfer\nremove my dinner reservation\tcancel_reservation\nis my order shown as delivered\torder_status\nwhat things can you help me with exactly\twhat_can_i_ask_you\nturn down your volume\tchange_volume\nwhat is the word on flight dl123\tflight_status\nhow does my card's apr compare to others\tapr\ntell me some something trivia\tfun_fact\nhow many vacation days do i still have\tpto_balance\nwhere is my order\torder_status\nwhat is the time in est\ttime\nwhat do i get taxed at my income level\ttaxes\ndo i have to pay for carry-ons on delta\tcarry_on\nwill my discover card ding me with transaction fees if i'm in aruba\tinternational_fees\nflip that coin once; it must be tails\tflip_coin\nhow can i charge my car battery when it's dead\tjump_start\nplay a song\tplay_music\nwhat is the amount of pto have i use\tpto_used\ni need you to stop talking now\tcancel\nbank options direct deposit\tdirect_deposit\ncan you report credit card fraud for me\treport_fraud\nundo this process\tcancel\nhey, speak slowly\tchange_speed\nsearch for how to change my oil\toil_change_how\nhas the apr on my card changed and what is it now\tapr\nwho do you job for\twho_do_you_work_for\nis there a quick way to improve my credit score\timprove_credit_score\ni need to know how much tax i pay from my earnings\ttaxes\nhow much do i owe visa\tbill_balance\nappreciated\tthank_you\nwho is your superior, please\twho_do_you_work_for\nmake a new alarm for 6 in the morning\talarm\nwhere am i\tcurrent_location\ncan i get a higher credit limit on my american express\tcredit_limit_change\nwhat day of the month is it today\tdate\niterate over the items on my grocery list\tshopping_list\nplease dial x's phone number\tmake_call\ni want to know the expiry month of my card\texpiration_date\ni gotta find the interest rate for my checking account\tinterest_rate\nlet me know the status of flight dl123\tflight_status\nread my reminder list to me\treminder\nwhat the mpg\tmpg\nwhat am i listening to right now\twhat_song\nwhat is tuesday like on my calendar\tcalendar\npull up everything i need to make a pasta dish\tingredients_list\nhow do you convert milliliters to ounces\tmeasurement_conversion\nwhich bus should i take to get to the statue of liberty\tdirections\ntake my shopping list and order all\torder\nhow many teaspoons in a cup\tmeasurement_conversion\ncan i exchange milk for cream in recipes\tingredient_substitution\nwhen is my cell phone due\tbill_due\nthat's wrong\tno\nadd this song to my dinner playlist\tupdate_playlist\ndo i have to pay amex transaction fees in brazil\tinternational_fees\ncan you tell me my current location\tcurrent_location\ncan you tell me the interest rate\tinterest_rate\nai, please flip a simulated coin\tflip_coin\nsee if you can schedule a meeting with don southerland tomorrow at noon\tschedule_meeting\nhelp me get my w-2 form\tw2\ni see a purchase on my chase checking that i did not make\treport_fraud\ncross out bananas from my shopping list and put papayas on it, please\tshopping_list_update\nwould you repeat that, please\trepeat\ncan you speak in french\tchange_language\nhow much do you make an hour\tincome\nis it allow to switch apples to grapes\tingredient_substitution\ndo you know the calorie content of a strip of bacon\tcalories\nhow much gas does this car use in the city\tmpg\ncreate a reservation novemeber 11 to 15 in cali\tbook_hotel\nsorry, i do not know\tmaybe\ni need to replace my credit card because i ran it over with the lawn mower\tdamaged_card\nlet me know what's on my list of reminders\treminder\nwhat are the things you can help me with\twhat_can_i_ask_you\nhow many points do i have on my visa\trewards_balance\nwhat is the pressure like on my tires\ttire_pressure\nwhat are the visa requirements for brazil\tinternational_visa\ni need to find someone to look at my check engine light\tschedule_maintenance\nrevert to factory settings please\treset_settings\ni would say that the statement is definitely false\tno\nwhat level is my gas tank at\tgas\nspin a coin\tflip_coin\nhow do i change my oil\toil_change_how\ni got to pay my cable bill\tpay_bill\ntell me carry-on info for united\tcarry_on\ni can't seem to find my phone\tfind_phone\nexplain why was my card declined at boston market\tcard_declined\nhow many calories do cheetos have\tcalories\nmaking ribs perfectly is done how\trecipe\nhow do i share my location with kate and mike\tshare_location\ni need that repeated\trepeat\nwhat is the tire pressure of the car\ttire_pressure\nhelp me get an uber to ann arbor\tuber\ni'd like to know how changes are made to my insurance policy\tinsurance_change\nis there traffic on the way to work\ttraffic\ni made a reservation for chris at tony's, please cancel it\tcancel_reservation\ntell me how to make beef wellington\trecipe\ndo they accept reservations at michael's\taccept_reservations\ndo you know what things i wanted to remember\treminder\ncan i request pto from march 9-16\tpto_request\nwhat's the forecast like for pittsburgh\tweather\nswitch off whisper mode\twhisper_mode\nhow is my application on new credit card going\tapplication_status\nlet me know what song is playing\twhat_song\nhow many personal days have i taken this month\tpto_used\ngive me instructions to change my oil\toil_change_how\ncan you give me a american dinner suggestion\tmeal_suggestion\nfind me a room near the jacksonville stadium between january 1st through january 3rd\tbook_hotel\ni want to hear the very next song on this playlist\tnext_song\nwhat species of pets do you own\tdo_you_have_pets\nterminate the account\tfreeze_account\nhow long is the wait at imanas\thow_busy\nwhat methods can i use to improve my credit score\timprove_credit_score\ndoes the ai have a name\twhat_is_your_name\nwhat day is it tomorrow\tdate\nwhere do you call home\twhere_are_you_from\nhow many vaccinations will i need to travel to asia\tvaccines\nwhen's my next paycheck coming in\tpayday\nhow high in calories is pork\tcalories\ntell me what the weather is like\tweather\nis raw carrot healthy to eat\tnutrition_info\nwhat do you do to occupy your free time\twhat_are_your_hobbies\nwill i be able to rent a car in boston from march 2 to march 4\tcar_rental\nwhat is the calorie content in bananas\tcalories\ni want a clean bootup to factory settings\treset_settings\nhow do i slow down my ai's voice\tchange_speed\nai is a helpful item to have in my home, thank you\tthank_you\n\"describe the meaning of \"\"dog\"\tdefinition\nhow long has it been since my car was last looked at\tlast_maintenance\nplease add an item to my calendar that i need to clean the kitchen on thursday\tcalendar_update\nis my reservation confirmed for lu shi at 7 pm\tconfirm_reservation\nis there any rain in the next 3 days\tweather\nwhat type of gas am i allowed to put in this car\tgas_type\nis my luggage lost\tlost_luggage\nwho is your job with\twho_do_you_work_for\nplease make a pto request for dates tomorrow to the twentieth\tpto_request\ni need a roundtrip flight for 5/2 to 5/8 from nyc to los angeles\tbook_flight\ni need details on my income\tincome\nwhat would you say my gas and phone bills are at\tbill_balance\ni'd like to pay $4735 to my water bill\tpay_bill\nwhat is the traffic nearest lexington\ttraffic\nwhat timezone is sacromento in\ttimezone\nhow many of my vacation days have i depleted\tpto_used\nwhat kind of fuel should i put in my car\tgas_type\ntell me what my state taxes are\ttaxes\npull up instructions on how to jump start a car\tjump_start\ndo i need shots before i get to africa\tvaccines\ni have to pay my water bill but need help doing it\tpay_bill\nhow many dollars can i exchange for 25 euros\texchange_rate\nplease rely on your original settings\treset_settings\ni want to know who made you\twho_made_you\nhow much do i owe the irs\ttaxes\nhow can i find the interest rate for my red river account\tinterest_rate\nhow long should i cook a ny steak\tcook_time\nopen up a reminder, pay taxes on monday\treminder_update\nwhats the minimum payment on my electric bill\tmin_payment\ni wanna know when my meeting is with dan\tmeeting_schedule\ncan you call me something else\tchange_user_name\nmy online bill has some items that i didn't purchase from penneys\treport_fraud\nwhat is the status of my application for the credit card\tapplication_status\nplease call me tom\tchange_user_name\nchange to a different accent\tchange_accent\nwhat is the forecast for this week\tweather\ncan i substitute ginger for garlic\tingredient_substitution\nwho are they that you work for\twho_do_you_work_for\nwhat's the least i can pay on the medical payments for february\tmin_payment\nmy car battery is dead, what do i do now\tjump_start\nhow many gallons is 50 liters\tmeasurement_conversion\nhow do i make that scottish dish with all the blood and sausage\trecipe\nhow much is my income\tincome\nwhat is the duration of time cookies should be in the oven\tcook_time\nare there any shots i should get before going to south africa\tvaccines\ni need $20000 transferred from my savings to my checking\ttransfer\ncan you talk to me in italian\tchange_language\nplease give me a list of the ingredients contained in chocolate cupcakes\tingredients_list\non account ending in 3838 change my pin to 1234\tpin_change\nput laundry on my list of things to do\ttodo_list_update\nit would be great if you could tell me my credit card's apr\tapr\ncookies have how many calories\tcalories\ndo i have any meetings today between 9 and 10:30\tmeeting_schedule\ni want to freeze my bank account\tfreeze_account\ni need you to reserve a table for 4 at red robin under the name kevin at 7\trestaurant_reservation\ni want to pay my water bill\tpay_bill\ntell me about the reviews for olive garden\trestaurant_reviews\ncan you end the current process\tcancel\nwhat is the mpg of this car\tmpg\nhow do you spell out newspaper\tspelling\ndo i have to meet the dev squad to day\tmeeting_schedule\nif you could remind me about doing laundry i would appreciate it\ttodo_list_update\nwhat should i have for dinner\tmeal_suggestion\nset a timer for 35 minutes\ttimer\ni need to know favorable reviews about boston restaurant\trestaurant_reviews\nwhat is the apr on my chase card\tapr\ni'd like your name\twhat_is_your_name\ni want to rent a car in boston for march 2 until march 4\tcar_rental\ndoes gramercy tavern accept reservations\taccept_reservations\nmy card doesn't work anymore\tdamaged_card\ni want to hear that again\trepeat\nwhy, hello bandit\tgreeting\ni am needing to know who made you\twho_made_you\nreport fraudulent activity on my debit card\treport_fraud\ncan we skip this song\tnext_song\nwhen will i get my replacement card\treplacement_card_duration\nlook up instructions for jumper cables\tjump_start\nstop the process\tcancel\ni want to redeem points on my chase card, but how\tredeem_rewards\ntell me how much i have been buying as of late\tspending_history\ncan i used the same type of plug in z as i do in the us\tplug_type\nwhere should i eat\trestaurant_suggestion\nplease review my recent visa card transaction\ttransactions\ncan i switch cream with milk in a recipe\tingredient_substitution\nyup\tyes\ncompose a text to mom i'll talk to you later\ttext\nis it possible to pay my bill\tpay_bill\ncan you go to the whisper voice\twhisper_mode\nhow long can i put pizza in the fridge\tfood_last\nwhat is my interest rate for chase bank\tinterest_rate\ni want to update you name, please\tchange_ai_name\ndo i have enough gas left to make it to tampa\tgas\nwhat do you do for fun in your free time\twhat_are_your_hobbies\nwho do i contact to report fraud on my visa\treport_fraud\nwhat do i call you\twhat_is_your_name\nwhen should my oil be changed\toil_change_when\ncall my friend aj\tmake_call\nhow much time does it take a new card to get mailed to me\treplacement_card_duration\ncan you tell me delta's carry on policy\tcarry_on\nreset the factory settings now please\treset_settings\ni would like that repeated\trepeat\nlet barbara know where i'm at\tshare_location\nwhat do i need to make authentic kimchi\tingredients_list\nhow can i rent a ride in alaska from march 5th to march 18th\tcar_rental\nincrease the volume level to 4 now\tchange_volume\nshare my location to susan\tshare_location\nelectrical plugs used in that country\tplug_type\nwhere do i begin the process of reporting my luggage lost\tlost_luggage\nwhich countries have travel alerts\ttravel_alert\nwhen is the next scheduled holiday\tnext_holiday\nwhat percentage of my income is taken out for taxes\ttaxes\nadd one by metallica to my playlist\tupdate_playlist\nplease reserve a table for two at rouge for 7:00 pm\trestaurant_reservation\nhow is the status of my credit card application coming along\tapplication_status\non turn tv\tsmart_home\nwhat's the conversion from inches to centimeters\tmeasurement_conversion\nwhere do i find the routing number for bank of the west\trouting\ncan i please know the credit limit for my citibank card\tcredit_limit\ni would like you to call me mary\tchange_user_name\ni want to change your name to theodore\tchange_ai_name\nplease find my routing number for my citizens' bank account\trouting\ncould you make me a reminder to do the floors\treminder_update\nhow do i find axos bank's routing number\trouting\nset my amex pin to 1234\tpin_change\nit's indeed true\tyes\ni need help with my 401k rollver since i got a new job\trollover_401k\ni need to put in a pto request for march 4 to march 6\tpto_request\ncan you help me pay my electricity bill\tpay_bill\ni cannot use my card cuz it's damaged\tdamaged_card\nnice, excellent!\tthank_you\nhow much is 10kg in pounds and ounces\tmeasurement_conversion\ndo you know if my vacation was approved yet or not\tpto_request_status\nchange back to your factory settins\treset_settings\ni'd like to pay my coned bill\tpay_bill\nnotify my bank that i will be in rome from february 1 to march 1\ttravel_notification\nis there a way to increase the credit limit on my american express card\tcredit_limit_change\ni want to find a new united healthcare plan to get on\tinsurance_change\nwhat is your perception of the meaning of life\tmeaning_of_life\ncredit limit info\tcredit_limit\nwhat is 20 + 20\tcalculator\nhow's my gas mileage while driving through a city\tmpg\nmake changes to the name of the ai\tchange_ai_name\ni would like to know if you are an artificial intelligence being\tare_you_a_bot\nany suggestions for a peruvian meal\tmeal_suggestion\ncould you play the next song on this playlist\tnext_song\ndo i need a travel visa to visit china\tinternational_visa\nwhat's the current weather\tweather\nwhat number of days do i have for vacation\tpto_balance\nhow do you spell asian\tspelling\nwhats the status of my united flight\tflight_status\ni need you to flip a coin so i can decide\tflip_coin\ni want you to start referring to me as lucky\tchange_user_name\nwhat is my current gas level at\tgas\nwhat kind of questions can i ask you\twhat_can_i_ask_you\nlet me know when i'm going to be paid\tpayday\ntell me what i put on the shopping list\tshopping_list\nwho is your designer\twho_made_you\ni want the volume at level 4\tchange_volume\nregards\tgoodbye\nhop to the next one\tnext_song\nwhat time is it in the eastern standard timezone\ttime\ni've forgotten my pin number for my citibank gold account\tpin_change\nwhat can a tourist in denver do\ttravel_suggestion\ndo you have nutrition facts for cheerios\tnutrition_info\ngive me harry potter trivia\tfun_fact\nwhat's on my meeting schedule today\tmeeting_schedule\nfind local deals who schedule maintenance on cars\tschedule_maintenance\ncan you tell me when i'm supposed to get paid\tpayday\nwhat kind of gas does my car currently need\tgas_type\ncan you talk a bit slower please\tchange_speed\nwhat are all of the ingredients for brownies from scratch\tingredients_list\nhow do i cook boiled eggs\trecipe\nhow can i improve my credit score\timprove_credit_score\ni need a new card because my dog chewed on it and now it does not work\tdamaged_card\nmaybe it does\tmaybe\nhow can i get new insurance\tinsurance_change\ndon't make too much noise\twhisper_mode\n2 cups of grapes have how many calories\tcalories\nchange your name setting to plato\tchange_ai_name\nincrease volume to 4\tchange_volume\nset an alarm for 6 am tomorrow\talarm\ni wish to cancel my reservation for fred at red robin\tcancel_reservation\nhow much is my credit score\tcredit_score\nlet me know what subjects you comprehend well\twhat_can_i_ask_you\ncan you show me the dictionary definition of ajar\tdefinition\ni need meeting rooms between 9:00 am and 11:00 am, are there any available\tschedule_meeting\nflip a coin, you win with heads\tflip_coin\ncan you tell me about the nutrients in jello\tnutrition_info\ncan you complete an application for a new credit card for me\tnew_card\nhow long will it take to make an omelet\tcook_time\ni'd like the number for my credit score\tcredit_score\nam i almost due for a tire change\ttire_change\ndo they take reservations at carrabbas\taccept_reservations\ncan you use a different accent\tchange_accent\nplease tell me how to submit a vacation request\tpto_request\nwhat shots do i need before heading to france\tvaccines\ndo you know of any good mexican restaurants in seattle\trestaurant_suggestion\nuse delta to book me a flight from dallas to pittsburgh\tbook_flight\nwill you please confirm my reservation for march 11 at 6:30 pm\tconfirm_reservation\nare there a lot of calories in muffins\tcalories\nprovide assistance by setting an alarm at 8:00 and another for 11:00\talarm\ntransfer 100 dollars between checking and savings\ttransfer\ndo you have the date\tdate\nhow do i locate my credit rating\tcredit_score\nwhat's the routing number for my current savings\trouting\nwhat do i need to make a cake\tingredients_list\nhow long to wait before dining in restaurant beta\thow_busy\nmy card has purchases i don't recognize\treport_fraud\nyour help is appreciated\tthank_you\ntoday's date is what exactly\tdate\nwhat's your birthplace\twhere_are_you_from\nhow would you convert yards to inches\tmeasurement_conversion\ntell me the pin number to my card\tpin_change\nwhat are you familiar with\twhat_can_i_ask_you\ni ran out of cherrios so add that to the list\tshopping_list_update\ndo you own pets\tdo_you_have_pets\nplease repeat what you just said\trepeat\nshare my location with this person\tshare_location\ntomorrow i need the alarm to go off at 5\talarm\nwhich timezone contains the city of orlando\ttimezone\nstate recent transaction\ttransactions\nreport a lost card here\treport_lost_card\nis my order due yet\torder_status\ndoes the country have a travel alert\ttravel_alert\nnow that i have a new job, i need getting my 401k rolled over\trollover_401k\nplease add the song i'm listening to right now to my relaxation playlist\tupdate_playlist\nwhat is the credit limit\tcredit_limit\nblock my american saving bank for now\tfreeze_account\nis there someone in the area who can check my engine light since it is on\tschedule_maintenance\nwhat's the humidity today\tweather\ncould you repeat what you just said again\trepeat\ntransfer money from this account to that account\ttransfer\nhow would i say, 'i don't know the answer' in spanish\ttranslate\nwhy didn't my card work\tcard_declined\nis it possible for me to increase my credit limit by 500 dollars\tcredit_limit_change\nwhat is the procedure if i lost my luggage\tlost_luggage\nwhat's the danger level of flying to russia right now\ttravel_alert\ncan you notify me when my vacation days have approved\tpto_request_status\nwhat've i got set for friday, the 13th, of next year\tcalendar\nlet me know how much gas i have\tgas\nbook me an uber to olive garden\tuber\ncan you find a recipe on how to make chow mein\trecipe\ni need oranges on my shopping list\tshopping_list_update\ncan you indicate my location to my friend\tshare_location\ni want you to add staff meeting to my calendar for march 1 at 10:00 am\tcalendar_update\nwhat do you need to do to make sushi\trecipe\nwhat is 100 multiplied by 55\tcalculator\ni'll be out of the country soon, and want to notify my bank\ttravel_notification\nwhat is my current salary\tincome\nwhat are my benefits with this insurance\tinsurance\nis sparks experiencing bad weather right now\tweather\nengage whisper mode\twhisper_mode\ncan i redeem my points for flights\tredeem_rewards\ncould you submit a pto request for me for dates april 21 to 30, please\tpto_request\ntell me how to say hello in spanish\ttranslate\nmake an alarm for one and two in the morning\talarm\ni wanna know something funny\ttell_joke\ni've had eggs in the fridge since monday, are they still safe\tfood_last\nlet's get a timer going for 10 minutes\ttimer\nwhere can i find out why my card was recently declined at amazoncom\tcard_declined\nplease let me review all items on my mastercard from this billing period\ttransactions\nwhat's my name huh\tuser_name\nwhen do i have to pay my gas bill by\tbill_due\nwhere are you from before you got here\twhere_are_you_from\nwhat do the plugs look like in japan\tplug_type\ntell me the answer to 1000 divided by 40\tcalculator\nadd this tune to my jazz playlist\tupdate_playlist\ncan you go back to my original settings\treset_settings\nis there any indication my application for a new credit card has been processed\tapplication_status\nwhat's my day off request's status\tpto_request_status\nai, refer to me as deb when answering me\tchange_user_name\nwhat line is the gas tank at\tgas\nhow do i handle the situation if i lost my luggage\tlost_luggage\nis my tire pressure in the correct range\ttire_pressure\nhow do i schedule car maintenance\tschedule_maintenance\ncould you get everything on my shopping list\torder\ncheck to see the status of my recent online order\torder_status\nroll dice now\troll_dice\nhelp with credit card points\tredeem_rewards\nlist everything on my shopping list\tshopping_list\ncan i get peppers instead of onions\tingredient_substitution\ni need to get the interest rate of my savings account\tinterest_rate\nmay i take a pto on february 7 and 8\tpto_request\ni need your assistance on transfering my 401k\trollover_401k\ni want to place a call to mike\tmake_call\nblackberry pie instructions\trecipe\ntell me the ratings for the local denny's\trestaurant_reviews\ni don't know how to spell anethesia\tspelling\ni need you to remind me to get something done\treminder_update\nwhat do i owe on telephone and cable bill\tbill_balance\ndo a virtual coin flip and tell me if i win as tails\tflip_coin\ni need to know when my oil was last changed\tlast_maintenance\nwhen should my tires be changed\ttire_change\nspeak slower\tchange_speed\nplease take feeding the fish off of my list of tasks to complete\ttodo_list_update\ncan i use yogurt in place of sour cream\tingredient_substitution\nwhat is the process to set up a meeting\tschedule_meeting\nthat’s incorrect\tno\nis the resataurant busy at 5:00 pm\thow_busy\ni need a block placed right away on my joint checking account\tfreeze_account\nhow soon does my credit card expire\texpiration_date\nwhich company programmed you\twho_made_you\ndivide 100 by 12\tcalculator\nwhat is my wells fargo card's rewards balance\trewards_balance\nno, that's incorrect\tno\nwhat timezone is the country in\ttimezone\ni want to eat something from turkey\tmeal_suggestion\nis it possible for you to schedule a meeting for 3:00 on wednesday\tschedule_meeting\ncan i get more checkbooks for my bank of america checkings account\torder_checks\nwhy is there a hold on my edward jones account\taccount_blocked\ni want to report fraudulent activity on my visa card, please\treport_fraud\ni want to know how many vacation days i have\tpto_balance\nhow many japanese yen are in a us dollar\texchange_rate\nwhat's the process for rolling over my 401k\trollover_401k\nwhat sort of things can you help me with\twhat_can_i_ask_you\ncan you tell me what caused my card to get declined at starbucks this morning\tcard_declined\ngive me directions to phoenix\tdirections\ncan you create a meeting for 3:00 on wednesday\tschedule_meeting\nplease give me a suggestion for what to make for dinner\tmeal_suggestion\nwhat is 250 times 118 times 9\tcalculator\nshopping list\tshopping_list\nplease provide the name of the insurance plan that i'm enrolled in\tinsurance\nis my card's apr good\tapr\nwhat is needed for setting up direct deposit\tdirect_deposit\ni missed that last one, please repeat\trepeat\ncan you translate where's the bar into irish for me\ttranslate\ni want to know if my credit card application has been processed yet\tapplication_status\nwhat number do you get when you roll one six sided die\troll_dice\nare visas required to go to cuba\tinternational_visa\nwhat ingredients do i need for tacos\tingredients_list\nhow do i get to central park by foot\tdirections\nfind the applicable timezone for austin\ttimezone\nto charge my phone in india will i need a plug converter\tplug_type\nwhen is our next free day, please\tnext_holiday\nare carrots added to the grocery list\tshopping_list\ni have to cancel my reservation\tcancel_reservation\nplease whisper\twhisper_mode\ni want a new motorcycle insurance plan\tinsurance_change\nhow do i say good bye in chinese\ttranslate\ndo i need a plug converter when i visit china\tplug_type\nwould you please order me more checkbooks for my b of t account\torder_checks\ni'd like to use another name for you\tchange_ai_name\nbuhbye\tgoodbye\nwhat are some good ethiopian restaurants in queens\trestaurant_suggestion\ncan i just use oil instead of vinegar\tingredient_substitution\nwhat do you think is the meaning of life\tmeaning_of_life\ncan i use my credit card point on amazon\tredeem_rewards\nwhen is my oil change expected\toil_change_when\nhelp me find my credit score\tcredit_score\nmust i have an international visa when travelling to russia\tinternational_visa\ni need to jump start my car what do i do\tjump_start\nhow do i get to the supermarket on foot\tdirections\nwhisper please\twhisper_mode\nwhat transactions do i have on my visa from the last 4 weeks\ttransactions\nchange the accent you're speaking in\tchange_accent\nhow many euros can i exchange for 5 us dollars\texchange_rate\nthanks for helping me!\tthank_you\nfrom sunday to wednesday, i will be in oakland, so should i call my bank to let them know\ttravel_notification\nplease confirm my reservation for march 1st at 2pm\tconfirm_reservation\nthank you for that reply\tthank_you\ntell me what the weather is looking like\tweather\nsubmit the order for everything on my shopping list\torder\nwhat does the carry-on policy say for flights on united airlines\tcarry_on\nhelp me find some new dinner recipes\tmeal_suggestion\nwhat month and year will my visa card expire\texpiration_date\ndo you know the current time in southern california\ttime\ntransfer fifty dollars between my chase and bank of america account\ttransfer\ncan you suggest a restaurant for me to eat tonight\trestaurant_suggestion\nwhat'd you say\trepeat\ndoes canada require a visa\tinternational_visa\nwhat time is it in the central timezone\ttime\nget rid of my 2 pm reservation at ruth's steakhouse\tcancel_reservation\nhow long until i have to replace my tires\ttire_change\nhow long has it been since the oil got changed out\tlast_maintenance\nswitch to female voice\tchange_accent\nchange the name of your system\tchange_ai_name\ni need to know how to spell xylophone\tspelling\nwhat knowledge do you have on certain subjects\twhat_can_i_ask_you\ntell my bank i'll be in jamaica from the 4th to the 11th\ttravel_notification\ni would like to know the proper way to greet an adult in portuguese\ttranslate\nlook up my fico credit score\tcredit_score\nmy checking account has a hold on it and i need to know why\taccount_blocked\nwill i get my paycheck soon\tpayday\nplease only use a whisper when speaking\twhisper_mode\nplease tell me what the date is tomorrow\tdate\ncan you find me a brisket recipe\trecipe\nwhat is 50 dollars in euros\texchange_rate\ni want to rollover my 401k but dont know how\trollover_401k\ndo i have enough pto to take time off\tpto_balance\nhow long will it take to cook a lasagna\tcook_time\nwhat is the tax amount\ttaxes\nwhat's on my shopping list\tshopping_list\nhave i got any meetings today with sara\tmeeting_schedule\ncan you tell me how you're doing today\tgreeting\nby which company are you designed by\twho_made_you\nthanks for your response\tthank_you\nwhy is my bank account locked\taccount_blocked\ncan you check the amount of calories in a chicken sandwich\tcalories\ncan you get rid of my trip to the zoo from my calendar on march 1st\tcalendar_update\nwhere am i currently located\tcurrent_location\nunder the name zebee book a reservation at the xenophobe for 3\trestaurant_reservation\nwill using a different type of gas matter for this car\tgas_type\nhow are things treating you\tgreeting\nhow long can pizza be in the fridge\tfood_last\nhow long will the trip to portland be\tdistance\ncall an uber and have it pick me up at my present location\tuber\ndo i need a socket converter if i'm going to be in china\tplug_type\nhow busy is ihop at 5 pm\thow_busy\nwhen is my mortgage payment due\tbill_due\ni want to increase my credit limit to $1000, if possible\tcredit_limit_change\nfor what person do you work\twho_do_you_work_for\nare there any alerts for travelling to beirut\ttravel_alert\nplease let me know why my card was declined yesterday\tcard_declined\nwhat timezone does lisbon have\ttimezone\ni wanna know a phrase in spanish\ttranslate\ncan you tell me the nearest restaurant to me and give me directions\tdirections\ni must set a timer\ttimer\nat walmart my card got declined when i was buyng qtips\tcard_declined\ncan you help me get a new credit card\tnew_card\nwhat kind of gas does my car need\tgas_type\nwhat do you think about me calling you cora\tchange_ai_name\ni don't have the answer\tmaybe\nwhat's the current apr on my credit card\tapr\nyou're talking too quickly for me to understand\tchange_speed\nmy car battery is dead, how do i charge it\tjump_start\nhow do i make shrimp\trecipe\ncan you tell me how many points i have to date with my capital one miles card\trewards_balance\nwhat is the gas mileage of my car\tmpg\nwhat's my current bank savings\tbalance\nlets flip for it\tflip_coin\nwould you add bananas to my shopping list as i am out\tshopping_list_update\nwhat if any meetings do i have today\tmeeting_schedule\nis my meeting with frank on my calendar\tcalendar\nwhen could i get my tires changed next\ttire_change\ni need an algorithm to give me the result of rolling one twelve sided die\troll_dice\nplease put dusting on my list of things to do\ttodo_list_update\ni just used my last check and need more now\torder_checks\ntell me: car gas mileage\tmpg\ncarla doesn't want her olive garden reservation anymore\tcancel_reservation\nwhat am i hearing on the speakers now\twhat_song\nhow long to seattle on a bus\tdistance\nhow long does it take to make lasagna\tcook_time\nmake a reminder for me to do my resume\treminder_update\nwhat kinds of questions can i ask of you\twhat_can_i_ask_you\ni want to start calling you owen\tchange_ai_name\nshow me the transaction on burger king\ttransactions\ni forgot my pin number for my northfield account\tpin_change\ncan you tell me what you can help with\twhat_can_i_ask_you\nhow old were you on your most recent birthday\thow_old_are_you\ncan you tell me what the weather will be please\tweather\ncan you confirm my reservation for applebees at 2:00\tconfirm_reservation\ni need this song on my meditation playlist\tupdate_playlist\nschedule an uber for 3 to go to the airport\tuber\nwhat is the total of my state taxes\ttaxes\ni don't have anymore checks for chase and need some\torder_checks\ni advise you to quit talking\tcancel\nwhat type of fuel should i get for mainly city driving\tgas_type\ncan you get me the name of this song\twhat_song\nput bread on my shopping list\tshopping_list_update\nhow long is the wait at applebee's\thow_busy\ndo i need to get milk\tshopping_list\nwhat do i need to use to make lasagna\tingredients_list\n\"can you spell \"\"diatribe\"\" for me\"\tspelling\nhow is it going my friend\tgreeting\nminimum payment of my bill please\tmin_payment\ni need to know why my card was just declined at walgreen's\tcard_declined\nsend 2000 dollars between chase and rabobank accounts\ttransfer\nhow do i get the form to file my taxes from my employer\tw2\nwhen should another paycheck arrive\tpayday\nset a reminder for monday pay taxes\treminder_update\nwhat is on my schedule for the day of march 5th\tcalendar\ni need to share my location with trey\tshare_location\nplease tell me a joke about dinosaurs\ttell_joke\ni need to be reminded to pray\treminder_update\nbook a motel in uptown from march 3 to march 4\tbook_hotel\nwhat's my pay\tincome\nwhen is my next direct deposit from my job\tpayday\nwould you buy me a phone\torder\nplease confirm my reservation for feburary 21st at 6pm\tconfirm_reservation\nwhat are the gps coordinates where i am located\tcurrent_location\nwhat pets are with you\tdo_you_have_pets\nwhat day is it\tdate\ni want a recipe for roasted veggies\trecipe\ni've used how much pto so far\tpto_used\nwhat timezone is miami in\ttimezone\nwhat type of gas should i use\tgas_type\nhow many meters are in 2 inches\tmeasurement_conversion\ndoes the mediterranean grille have good reviews\trestaurant_reviews\nwhat's the process of making a burrito\trecipe\ni want to report a damaged card\tdamaged_card\nthis charge is bs\treport_fraud\nteach me how to change my oil\toil_change_how\nis my credit card expiring soon\texpiration_date\nhow can i change centimeters into inches\tmeasurement_conversion\nlet's go ahead and scratch laundry off my to do list, please!\ttodo_list_update\ncan you tell me something funny\ttell_joke\nwhen does the replacement card arrive\treplacement_card_duration\nwould you please pair with my phone\tsync_device\nis it acceptable to swap milk for water\tingredient_substitution\nwhat is 8 factorial\tcalculator\ni need to know this song's name\twhat_song\nwould you tell me what the status of my day of request is\tpto_request_status\ni must call roderick\tmake_call\nplease let my bank know that i will be in rome from february 1 to march 1\ttravel_notification\nplease make sure the volume is on 4\tchange_volume\ndo they use any special type of plug in spain that you need a converter for\tplug_type\nmy american express card needs to be reported as stolen\treport_lost_card\ncall the bank and tell them i will be in france on the 16th until the 26th\ttravel_notification\nhow old are you again\thow_old_are_you\nwould you help me set up direct deposit\tdirect_deposit\ni need an alarm set for 9 am and another for 11 am\talarm\ncan you tell me what you are called\twhat_is_your_name\nget a message to my bank that starting the 14th i'll be in canada\ttravel_notification\nhow full is my gas tank\tgas\nwhat is is the details of my bank account\tbalance\ni want to restore your factory settings\treset_settings\ngo ahead and skip this song and play the next one\tnext_song\ntell me what song this is\twhat_song\ni was trying to buy qtips at walmart and my card got declined\tcard_declined\ni just acquired a new job but i need help with my 401k rollover\trollover_401k\nwhat is my routing number to my checking account at bb&t bankj\trouting\nis there a way to alter my insurance policy\tinsurance_change\nwhat's the pin number for my checking account\tpin_change\ncan you set a reminder alarm for me to workout\treminder_update\nspell the word restaurant for me\tspelling\nwhat is the day now\tdate\nwho do i complain to about my luggage not arriving at the airport\tlost_luggage\nstop, i changed my mind\tcancel\nwhat to do if i lost my luggage\tlost_luggage\ntell me what is on the list of things to do\ttodo_list\nhow high is my spending limit on my wells fargo card\tcredit_limit\nthat is overwhelmingly false\tno\nwhat is the carry on limit\tcarry_on\nwhat sort of animals are your pets\tdo_you_have_pets\ncould you help me out with a new renters' insurance plan\tinsurance_change\nwhat is the credit limit for my chase card\tcredit_limit\nwhat is the temperature setting of the ac\tsmart_home\ni need to rent a car from traveler's rent a car downtown and make it from friday the 6th to monday the 9th cheapest available\tcar_rental\nwhat is the date\tdate\nfind my cellphone for me!\tfind_phone\nhow to keep my credit from dropping\timprove_credit_score\ni heard some woman say she was going to yerd me, what's that mean\tdefinition\nwhat does anachronistic mean\tdefinition\nwho is the singer on the speaker now\twhat_song\ni gotta know when my flight will land\tflight_status\nwhere can i get some good food\trestaurant_suggestion\nwhat tasks can you complete for me\twhat_can_i_ask_you\ni want an alarm set up\talarm\nwhat if you want to obtain a new credit card\tnew_card\ndo you know how to spell, bourgeois\tspelling\nhow long should i bake the brownies for\tcook_time\ncan you tell me why my card was declined\tcard_declined\nplease apply cc visa card for me\tnew_card\nflip a two sided coin and tell me what it lands on\tflip_coin\nwhat is the lowest amount i can pay for my car bill\tmin_payment\ncan you help me change my credit limit\tcredit_limit_change\nswitch back to your factory settings\treset_settings\ni wanna find a hotel with good reviews in phoenix\tbook_hotel\ncan you guess my name\tuser_name\ncan you confirm my reservation for jim at lawry's\tconfirm_reservation\nhelp me change my account\tchange_accent\nmake arrangements for me to get my oil changed\tschedule_maintenance\nwhat does ferrari mean\tdefinition\nturn lights on in my master bathroom\tsmart_home\nwhen do i need to change my tires again\ttire_change\nthe statement is true\tyes\nwhat is the process of reporting a lost card\treport_lost_card\nis there enough money in my bank of hawaii for vacation\tbalance\nwill maggianos in charlotte allow me to make a reservation\taccept_reservations\ni'd like to report my card as stolen\treport_lost_card\ndoes applebees take reservations\taccept_reservations\ni am not a bot, are you\tare_you_a_bot\ni'm looking for a roundtrip flight from fwa to hsv for march first to march fifth\tbook_flight\nis buying a light bulb on my reminders list\treminder\nchange speaking speed to 50 percent faster\tchange_speed\ncan you tell me this vehicles gas type\tgas_type\nwhat is on the shopping list\tshopping_list\nwhat kind of gas can i put into this car\tgas_type\nim going to be in canada from august 10th until august 12th\ttravel_notification\npay my water bill from my checking account\tpay_bill\nis the traffic typically bad at noon on the route to the hopsital\ttraffic\nwhen is an oil change needed by me\toil_change_when\nring my phone at 12 pm\talarm\nutilizing an automobile known as a bus, how long will it take to get to detroit\tdistance\ncan i make a reservation for 8 pm at red robin for 3\trestaurant_reservation\nhow healthy is pho\tnutrition_info\ni'm low on mouthwash so create an order for me\torder\ni am in need of an uber to the hospital\tuber\nchange the speed of your voice to slower\tchange_speed\ni would like to hear what ideas you have about making dinner tonight\tmeal_suggestion\nlocate my package\torder_status\ni need to order new checks because i am all out\torder_checks\nset a seven minute timer\ttimer\nwho created you\twho_made_you\ndo you know what my precise credit score is\tcredit_score\nis it safe for me to visit malawi\ttravel_alert\ndo they take reservations at red robin\taccept_reservations\nwhere are w-2 forms given\tw2\naverage mpg\tmpg\nchange and set your language setting to english\tchange_language\ntell me the current apr on my visa card from bbt\tapr\nhow do i set up direct deposit for my bank of america account\tdirect_deposit\ncan you flip a coin once\tflip_coin\nwhere exactly am i at the moment\tcurrent_location\ncan you find out how much i owe on my bills\tbill_balance\nwhat is 606 divided by 5\tcalculator\ndo i still have the reservation on march 21 at 8pm\tconfirm_reservation\nhelp me change my insurance plan\tinsurance_change\ngive me a list of ingredients needed for pizza dough\tingredients_list\nmy card is too scratched up and i need to report it\tdamaged_card\nset timer of 5 minutes\ttimer\nwhat year were you born\thow_old_are_you\ncan you get me a table for 6 at johnnys\trestaurant_reservation\nplease find the date of my last oil change\tlast_maintenance\nwhat is the square root of 95\tcalculator\ncan you tell me the nutrition info for pork sausage\tnutrition_info\ncan i use pepper instead of salt\tingredient_substitution\ntell me the timezone that spain is in\ttimezone\nfor pasta primavera, what ingredients will i use\tingredients_list\ni want my 401k rolled over to a new workplace\trollover_401k\nwhat will be the weather tomorrow\tweather\ncan you go by a different name\tchange_ai_name\ntake me to the nearest dairy queen\tdirections\ngreat western bank's login screen tells me i'm locked out but not why\taccount_blocked\nis my order here\torder_status\nplease start my car\tsmart_home\ncreate a reminder for me to exercise this week\treminder_update\ntalk to me about where im at right now\tcurrent_location\nhelp me wake up with an alarm at 5:30am\talarm\nwhere the bleep did i put my bleeping phone\tfind_phone\ncan i get the routing number for sunflower bank\trouting\nwhere can i locate my w2 so i can do my taxes\tw2\ncan i substitute lemon juice for lime juice\tingredient_substitution\ncan i up my credit limit to $1000\tcredit_limit_change\nwhat is inches in centimeters\tmeasurement_conversion\ni have had pasta in the fridge since monday, can is till consume it\tfood_last\nhow do i go about getting more checks since i ran out of them\torder_checks\nis that place busy around dinner time\thow_busy\ni will be speaking chinese going forward\tchange_language\ni am needing to know what some of your hobbies are\twhat_are_your_hobbies\nis my application processed for credit card\tapplication_status\nget the details on the pto i have used\tpto_used\nwhat date will it be 7 days from now\tdate\ni want the name of your boss\twho_do_you_work_for\nwould you mind telling me how much i have spent recently on grocery shopping\tspending_history\nis it possible to get reservations at ihop\taccept_reservations\nlunch with deb at noon today\tcalendar_update\ni want you to repeat that\trepeat\nwhat are some steps to building my credit score\timprove_credit_score\nwhat are the foreign transaction fees for cuba\tinternational_fees\ni am trying to find out when is the next payday\tpayday\ndo you think my shots would be needed, before traveling to columbia\tvaccines\nreset to your original settings\treset_settings\nis traffic bad on my way to the next mcdonalds\ttraffic\nwill it be long to get to the sky harbor airport\tdistance\nwhat credit limit do i have\tcredit_limit\nhow do increase the credit limit on my visa card\tcredit_limit_change\nis bacon on my shopping list, add if it's not\tshopping_list_update\nwhat's the clock say\ttime\ncan you switch out of whisper mode\twhisper_mode\ngive me instructions to set up direct deposit for my paycheck\tdirect_deposit\nhow busy is teddy bigger burder around 5\thow_busy\nwhen is my flight due to arrive\tflight_status\nwhen will my next paycheck be coming\tpayday\nwhat types of pets do you own\tdo_you_have_pets\nwhat does the word polynomial mean\tdefinition\ntell me what my savings account routing number is\trouting\ni want you to order everything on my shopping list\torder\ndo i still have any pto days left, and if so, how many\tpto_balance\nwhat ingredients are in chips\tingredients_list\ni'm not sure\tmaybe\nwhen will be the next holiday here\tnext_holiday\ni can't find my visa card and i want to report it as lost\treport_lost_card\nhow high is my credit limit for my old navy card\tcredit_limit\nmake an alarm 6am\talarm\ni'm going to brazil soon and want to let my bank now\ttravel_notification\nwould i be able to increase my available credit by 600 dollars\tcredit_limit_change\nhow many times do i get paid in march\tpayday\nconfirm my reservation for march 12 at 9:00 am\tconfirm_reservation\ni'm afraid i don't know how to answer that\tmaybe\nwhat kind of pets do you own\tdo_you_have_pets\nhow much did i spend on petrol 2 days ago\tspending_history\nwould you change your voice to the male british accent for me\tchange_accent\nwhat's my yearly income\tincome\ncan you tell me your age\thow_old_are_you\nhow do you spell friend\tspelling\nwhat date should i next change my oil\toil_change_when\nwill i be charged if i use my card in dublin\tinternational_fees\nwhich day will it be five days from now\tdate\nwhat is the max on my credit limit\tcredit_limit\nwhat am i allowed to ask you\twhat_can_i_ask_you\ndo you know when i last took my car to get checked\tlast_maintenance\nwhat kind of international transaction fees are related to my amex\tinternational_fees\ncan you tell me a joke about politicians\ttell_joke\nhow many miles until i change my tires\ttire_change\nthere is an unauthorized transaction on my bank of america checking\treport_fraud\ncould you list my health benefits\tinsurance\ni want some suggestions for tourist activities in dublin\ttravel_suggestion\ni'd like to hear about your hobbies\twhat_are_your_hobbies\nwhat kind of animals do you own\tdo_you_have_pets\nbook me a flight to dallas from st, paul, minnesota on delta airlines\tbook_flight\ncan you text mary and tell her she is amazing\ttext\ni must rollover my 401k\trollover_401k\nis there an extra fee for using my card in costa rica\tinternational_fees\nhelp me find the chase routing number\trouting\non the speaker do you know what song is on\twhat_song\nis the air pressure in my tires low\ttire_pressure\nwhats the amount of interest i'm paying on my mortgage\tinterest_rate\nmy report card was stolen\treport_lost_card\nwhen's my next oil change due\toil_change_when\ncan you provide information on my income\tincome\nhelp me decide what mexican meal i want\tmeal_suggestion\ndo i have my nephew's birthday marked for november 10th\tcalendar\ngive my location right now to my family\tshare_location\nwhat rating do the critics give the french laundry\trestaurant_reviews\nhow high is the apr on my mastercard\tapr\ni want seventy bucks transferred from b of a to chase\ttransfer\ndid i go out to eat more than usual\tspending_history\nplease go through my reminder list and tell me what's on it\treminder\nwhat chunk of my income have i spent on rent this year\tspending_history\ni am itching to travel but don't know where to go\ttravel_suggestion\nwhat'll this car do for gas mileage on the open road\tmpg\nhow many hours will it take to get to my destination\tdistance\ndo you know where you were born\twhere_are_you_from\nmake an appointment for an oil change\tschedule_maintenance\ndo you know what my name is\tuser_name\nhow many mexican pesos is a us dollar worth\texchange_rate\nwhat is the average time to get to walmart in mays landing\tdistance\nhow long would it take to get to times square by bus\tdistance\nwhat exactly is the meaning of life\tmeaning_of_life\ni need to know when my flight is landing\tflight_status\ncleaning needs to be on my to do list\ttodo_list_update\ncould you please tell me a good joke\ttell_joke\ncan you roll a 6 sided dice\troll_dice\nhow nutritious are cheerios\tnutrition_info\nwhere is the nearest walmart\tdirections\nskip this and go to the next song\tnext_song\nwhat sorts of things are you into\twhat_are_your_hobbies\nhow do i make lasagna\trecipe\ncan you tell me the definition of yttrbium\tdefinition\ni want to report fraud on my american express\treport_fraud\nsuggest a meal from korea to me\tmeal_suggestion\nmy bank needs to be aware of my trip to spain\ttravel_notification\nlet me know chase's routing number\trouting\ndo you have any idea what my name is\tuser_name\nwhere can i find my recent transaction history\ttransactions\nwill you let me know my bank balance\tbalance\nwill you connect to my phone\tsync_device\ncould you translate this into chinese for me, please\ttranslate\ni'd like to call you alex\tchange_ai_name\ni need to know if cleaning out the fridge is on my to do list\ttodo_list\nhow safe is it to travel to mongolia (how safe is mongolia)\ttravel_alert\ni want to cash my credit card points\tredeem_rewards\ni need to order more checkbooks by mail\torder_checks\ntext tony and invite him to my party next saturday\ttext\nthanks for chatting, later\tgoodbye\ni can't find my phone\tfind_phone\nbook a reservation for 2 at olive garden under the name jim\trestaurant_reservation\ncould you set the alarm\talarm\ncan i have your name\twhat_is_your_name\nhow many tablespoons is 5 teaspoons\tmeasurement_conversion\nhow do i jump start my battery\tjump_start\ni don't know how to spell apparently\tspelling\ndo you know of any activities in nashville\ttravel_suggestion\nwhat is the current exchange rate for the dollar and the yen\texchange_rate\ni'd like to make a vacation request\tpto_request\nwhat is my to-do list like today\ttodo_list\nhelp me get an uber to soldier field\tuber\nturn the radio on for some music\tplay_music\ntell me the most recent charges on my chase credit card before i pay the bill\ttransactions\nis chocolate bad for you or good for you\tnutrition_info\nturn up the volume level to 4\tchange_volume\ni need a flight from nyc to paris with delta\tbook_flight\ni need to know what traffic will be like in temp\ttraffic\nwhat do people call you\twhat_is_your_name\nfrom where do you come\twhere_are_you_from\ncan i take more than one carry on\tcarry_on\ni'd like you to throw a virtual coin for me\tflip_coin\nhow much is my current water bill for\tbill_balance\n\"that would be \"\"no\"\tno\nare there meeting rooms available between 10-11\tschedule_meeting\ni'd like the lights in the garage to be turned on\tsmart_home\nwhat types of hobbies do you enjoy\twhat_are_your_hobbies\ntell me the nutrition for grapes\tnutrition_info\nare there any travel bulletins about haiti\ttravel_alert\nstart using a different accent\tchange_accent\ncan you do a coin flip for me ai\tflip_coin\ni would love an italian meal suggestion\tmeal_suggestion\ndo you know my state tax total\ttaxes\nplease switch $s checking to mortage\ttransfer\nmy card got damaged and i need to report it\tdamaged_card\ndo you think you are a bot\tare_you_a_bot\ngive my current location to robyn now\tshare_location\nactually, cancel that command\tcancel\nhow much to i have left on my visa card limit\tcredit_limit\nplease tell me a joke\ttell_joke\nhow long is it safe to leave shrimp in the fridge\tfood_last\ngive me instructions on how to change my oil\toil_change_how\nwhat's the current psi for my tires\ttire_pressure\nlook for travel alerts for china\ttravel_alert\ncould you find out if my bank charges transaction fees on my american card if use internationally\tinternational_fees\nheller\tgreeting\nwhats the cars fuel mileage like\tmpg\ni'm traveling to denmark soon and want to inform my bank\ttravel_notification\nwill you help me with a math problem\tcalculator\nwhat is the current time in cst\ttime\nget an uber to take me to my brother's house in mineola\tuber\nhow many vacation days have i taken\tpto_used\nis there a reason you put a hold on my chase account\taccount_blocked\nactivate direct deposit to chase account\tdirect_deposit\nroll a dice\troll_dice\ni need to know the calorie count of a bacon cheeseburger\tcalories\nhow do i locate my current credit score\tcredit_score\nhow can i go about cashing in rewards with discover\tredeem_rewards\nwhat is my b of a credit card's apr\tapr\nfind the nutrition info for ketchup for me\tnutrition_info\ncan you suggest meals from italy to me\tmeal_suggestion\nhow much are my state taxes\ttaxes\ncan you show me how to set up my paycheck to be direct deposit to my first hawaiian bank account\tdirect_deposit\nplease tell me my credit rating\tcredit_score\nplease alert my bank i'm traveling to europe between april 1st and 5th\ttravel_notification\ni want the calorie content for a banana\tcalories\ni don't want this phone synced any more\tsync_device\nhow many more days until the next holiday\tnext_holiday\nwhere is your home\twhere_are_you_from\ndirect deposit\tdirect_deposit\ncan you please speed up your speech settings\tchange_speed\nam i eligible for a new credit card\tnew_card\ntext mom and let her know i'll be there soon\ttext\nthat will be all have a nice day!\tgoodbye\nwho can tell me if there's any meaning to life\tmeaning_of_life\nhow long do i put the casserole in\tcook_time\noil type and do it yourself oil change information please\toil_change_how\nwhat's my credit score\tcredit_score\ncan you end the task\tcancel\ni want the interest rate for my checking account\tinterest_rate\ncan you add laundry to my to do list\ttodo_list_update\ni can't answer yes or no right now\tmaybe\nwhat do i need to do to get my car jump started\tjump_start\nwhat's the name of my medical coverage\tinsurance\nwhat is american airlines carry on policy\tcarry_on\nhow does 10 pounds convert to euros\texchange_rate\nwhat does my gas meter say\tgas\nis my oil change coming up soon\toil_change_when\ni need to schedule a car repair\tschedule_maintenance\ndoes american express charge transaction fees for iceland\tinternational_fees\ncan i increase my credit limit to 1200 dollars\tcredit_limit_change\nhow do i get downtown by foot\tdirections\nhow much vacation have i earned\tpto_balance\nplease notify my bank that i need more checks\torder_checks\nat how many miles am i required to get my oil changed\toil_change_when\nplease inform me the gas i need to fill this car up with\tgas_type\ni want you to stop your present action\tcancel\nplay some rock\tplay_music\nmy damage card will not work\tdamaged_card\ni need to set a timer\ttimer\nhelp me pay my cable bill\tpay_bill\ngive me my credit rating\tcredit_score\nhas anyone looked over my request for a day off\tpto_request_status\ncan i use baking powder instead of baking soda\tingredient_substitution\nfor today only, how many meetings are with jake\tmeeting_schedule\ncan you tell me the traffic situation from philadelphia to the new jersey turnpike\ttraffic\nwould you kindly remove five mile run from my list of things to do\ttodo_list_update\nyou are going to be called joe now\tchange_ai_name\nwhat's 50 euro in dollars\texchange_rate\nplease put a stop on my bank account\tfreeze_account\ndid i bring my car to the shop last week\tlast_maintenance\ni would like you to repeat it\trepeat\ndo i have enough fuel to get to orlando\tgas\ncan you turn on the lights in the backyard\tsmart_home\nhow can i rent a car in boston\tcar_rental\nwhat's on my calendar for march 01\tcalendar\nwhen do i need to change my motor oil\toil_change_when\nmy luggage has not arrived and i would like assistance locating it\tlost_luggage\nmake an immediate transfer of ten thousand from money market to checking\ttransfer\nhave they recieved my vacation request and approved it\tpto_request_status\ncan you share my location with my girlfriends\tshare_location\nwhat's the minimum amount for my electric bill\tmin_payment\nwhen should i have my tires replaced if i replaced them on the first of march\ttire_change\ni need to schedule car maintenance\tschedule_maintenance\nadios\tgoodbye\ncan you tell me some dog jokes\ttell_joke\ntell me a joke about dogs\ttell_joke\ncould you call me by a different name, please\tchange_user_name\nwhat's my name in your system\tuser_name\nhow long does it take to get to orlando by bus\tdistance\nyou can refer to me as frank\tchange_user_name\ncan you please tell me how long it will take to get to target in austin\tdistance\non my to do list, add dishes\ttodo_list_update\nare there any travel alerts for ukraine\ttravel_alert\nwhat is the current credit limit i have on my wells fargo mastercard\tcredit_limit\nplease turn my fan on\tsmart_home\nhow do i find when my cable bill is due\tbill_due\nwill only having five late payments really make my credit bad\timprove_credit_score\nwhat's the temperature outside\tweather\nplease say my credit card's apr\tapr\nwhat kind of weather can i expect now\tweather\ni'll have to cancel my reservation for tonight\tcancel_reservation\ntext my dad for me and tell them i love you\ttext\nwhat time should i cook noodles for\tcook_time\ntell me my chase credit card's apr\tapr\ncan you adjust the lights down\tsmart_home\nwhat's the nutritional info for a loaf of bread\tnutrition_info\ni want to hear the next song\tnext_song\nwhat kind of music on the speaker now\twhat_song\nsuggest a meal from denmark to me\tmeal_suggestion\nwho is your manufacturer\twho_made_you\nhas my reservation for john at bardenay been confirmed\tconfirm_reservation\nwhat kind of insurance plan am i enrolled in\tinsurance\nwhat is my saving's account balance\tbalance\nare there are any good places in washington that serve cheese pizza\trestaurant_suggestion\nwhere do i find the routing number for bank of america\trouting\ncan you find a good steakhouse for tonight\trestaurant_suggestion\nput the volume to 4\tchange_volume\nwhen can i expect my new card to get here\treplacement_card_duration\nsearch my calendar for birthday\tcalendar\nwhat is the due date of my at&t bill\tbill_due\ni just changed jobs and need help with my 401k rollover\trollover_401k\nhow many miles does my car get per gallon\tmpg\nhow many stars does la vignette have\trestaurant_reviews\nthat is erroneous\tno\nlink up my paycheck for direct deposit to my account at chase\tdirect_deposit\ni need to know everything on my to do list currently\ttodo_list\nhow's highway traffic today\ttraffic\nread my reminder list back to me\treminder\non my list of things to do, add cleaning\ttodo_list_update\nwhat's the number of vacation days i have left\tpto_balance\nare you a real life person\tare_you_a_bot\nhow much do i have to pay on my amazon card this month\tbill_balance\nwhat is 60 percent off of 350 dollars\tcalculator\nwhat timezone is lima in\ttimezone\nhow old are you alexa\thow_old_are_you\nyes, please\tyes\nhow many vacation hours have i accrued\tpto_balance\nus dollars to uk\texchange_rate\nit turns out i have had pizza in the fridge since monday, so is it safe to eat\tfood_last\nwhy did you freeze my bank account\taccount_blocked\nlet me know the rules for carry ons for continental\tcarry_on\ndo you know which insurance plan i have\tinsurance\nhow do i get to the grocery store by bus\tdirections\ni want to confirm friday's reservation at 2:00\tconfirm_reservation\nshow me my transactions on mcdonalds\ttransactions\ni'm out of kleenex so will you put that on my shopping list\tshopping_list_update\ni want to know how many vacation days i can use\tpto_balance\nare there any travel alerts for china\ttravel_alert\npull up my shopping list for me\tshopping_list\nlets pair this with my new phone\tsync_device\nwhen should i pay my bill by\tbill_due\nplease start the song penny lane\tplay_music\nhow can i go about finding my location right now\tcurrent_location\nmake sure i can rent one car out of chicago from january 2 to january 5\tcar_rental\ndo you have any hobbies to speak of\twhat_are_your_hobbies\nprove that you're a person\tare_you_a_bot\nmy name's bob\tchange_user_name\nhow busy is ihop generally around noon\thow_busy\nplease say it one more time\trepeat\nwhat's the eta for grandma's house\tdistance\nalert my bank of my travel to dubai for the dates april 14th through april 22nd\ttravel_notification\nhow to protect my credit score\timprove_credit_score\ndo you have an employer\twho_do_you_work_for\nhow do i order some more checks for my usaa account\torder_checks\nhow do i change the account pin number for me\tpin_change\nplease read my reminders\treminder\nread my appointments for march 2\tcalendar\nplease tell the bank i will be traveling internationally\ttravel_notification\nlook up the exchange rate between dollars and euros\texchange_rate\nhow much have i spent recently\tspending_history\nwhat types of activities do you enjoy\twhat_are_your_hobbies\nhow can i stop transactions on my account\tfreeze_account\nplease skip this song and go to the next one instead\tnext_song\ndo you know any fun facts about australian football\tfun_fact\ntell me how to rollover my 401k\trollover_401k\nwhat street am i on right now\tcurrent_location\nwould it be possible to change your name to coraline\tchange_ai_name\nin what format did you save my name\tuser_name\ntell me the time in las vegas\ttime\nwhere is the nearest denny's to gillette stadium\tdirections\ncut carrots can stay in the fridge for how long before going bad\tfood_last\nremind me of the items on my list of things to remember\treminder\nfind what the word diaphanous mean please\tdefinition\nshare my location with darren and stacey\tshare_location\ninform my bank i'm traveling to australia between february 23rd to february 25th\ttravel_notification\ncan you please let me know when next my tires are due to be changed\ttire_change\ni enjoyed our talk, goodbye\tgoodbye\ncan you explain why my card was declined\tcard_declined\nput a freeze on my bank account\tfreeze_account\nplay next song\tnext_song\ni need a flight from boston to miami for under 300 dollars\tbook_flight\nread me my list of things to do\ttodo_list\nwhat information do i need to direct deposit my paycheck\tdirect_deposit\ni want to know the type of gasoline for this car\tgas_type\ncan you do algebra\tcalculator\nwho brought you to life\twho_made_you\ni last took my car to the shop, when\tlast_maintenance\ncan you get me a table for 6 at lawry's at 7:30pm\trestaurant_reservation\ni was at costco trying to buy groceries and my card got declined\tcard_declined\ncan you share something interesting about world war one\tfun_fact\ncan you get access to my phone right now\tsync_device\nreset to original settings\treset_settings\nis rice good for me\tnutrition_info\nhow long should i cook carnitas for\tcook_time\nif i get a visa can i travel to japan\tinternational_visa\nwhat's in the books for april 30th\tcalendar\nchange pin to 1234 on account banner\tpin_change\nwhich shots do i need to get before i go to africa next week\tvaccines\nhow much can i buy on my discover card\tcredit_limit\nwill the restaurant be busy at 5pm\thow_busy\ni'm looking for a meal that's from the asian cuisine\tmeal_suggestion\nretrieve events on my calendar\tcalendar\nfind out for me when my mastercard expires\texpiration_date\nwould you please get your accent changed to the male british one\tchange_accent\nwhat is on my to do list\treminder\ni need to report a fraudulent transaction from postmates on my account\treport_fraud\nsubtract 100 from 12\tcalculator\nhow could we convert centimeters to inches\tmeasurement_conversion\nwhat's the total i've spent on shoes this month\tspending_history\ni wanna have an appointment to get my oil changed\tschedule_maintenance\nwhat is my savings account balance\tbalance\nwhat is the calorie count of an apple\tcalories\nit is okay to use water in place of milk\tingredient_substitution\nhow many days have i used\tpto_used\nflip the coin, i choose heads\tflip_coin\nmake sure the oven is set to 350 please\tsmart_home\ni bought 6 shirts at $499 each what was my total expenditure for them\tcalculator\nwhat's a good chili recipe\trecipe\ncould you talk a little faster\tchange_speed\nget me a hotel room for 3 people from march 12th to 14th in chicago\tbook_hotel\ntell me when my flight scheduled to board\tflight_status\ncan you reserve a hotel for myself a hotel in afghanistan at the zoo for the 10th to the 15th\tbook_hotel\ncould my 401k be rolled over\trollover_401k\nwhat's the amount of money i spent yesterday\tspending_history\ni must apply for a new credit card\tnew_card\ncan you tell me the status of my delta flight\tflight_status\nadd this track to my rock playlist\tupdate_playlist\nfind me someone who can deal with my car's illuminated check engine light\tschedule_maintenance\ni cannot locate my phone, can you help me\tfind_phone\ni need you to cancel my reservation for smith at the williams diner\tcancel_reservation\nif my car battery is dead, what action do i need to do\tjump_start\nif i use my card in mexico, will there be added fees\tinternational_fees\ncan you check to see if my order has been delivered\torder_status\nsend information about suspicious credit card activity\treport_fraud\nplease change the name you refer to me by\tchange_user_name\nwhat does deceive mean\tdefinition\nwhat are your favorite things to do\twhat_are_your_hobbies\ni really want an italian meal suggestion\tmeal_suggestion\nhow can i get you to help me\twhat_can_i_ask_you\ntell me some things to see in tampa\ttravel_suggestion\nhow many tablespoons and teaspoons is one cup\tmeasurement_conversion\nwhat is your age\thow_old_are_you\nplease inform me of the minimum payment of the bill\tmin_payment\nwhere is your birth place\twhere_are_you_from\ni need to thank you\tthank_you\ngive me kilograms to pounds\tmeasurement_conversion\nquiet now\tcancel\ncheck if there's a hotel room that can receive 10 people in tampa from this friday for a week\tbook_hotel\nhow many reward points does my discover card have\trewards_balance\ni need lodging in lizton near the ice cream parlor from may 3rd until the 8th\tbook_hotel\nhow much is the irs going to get from me\ttaxes\nwhat is now on my reminder list\treminder\nthanks, i appreciate it\tthank_you\nplease request pto for me from march 3rd to march 7th\tpto_request\ni'm going to be in canada from october 23rd to november 2nd, so can i let my bank know\ttravel_notification\nwhat type of calorie numbers are in onions\tcalories\nwhat's the reason for a hold on my wells fargo account\taccount_blocked\ndo i have any meetings today between 9 and 10:15\tmeeting_schedule\nwhen will my new card come in the mail\treplacement_card_duration\ni am not confident on that\tmaybe\nyeap\tyes\nlet's use whisper voice\twhisper_mode\ncan you explain to me how i might boost my credit score\timprove_credit_score\nhow much did i spend on gear two weeks ago\tspending_history\ni'd like to see if there's a travel alert for the country\ttravel_alert\nsend over 50 dollars between my shared and not shared accounts\ttransfer\nwhat is the max credit limit for my card\tcredit_limit\nis respond to the professor's email on my list of reminders\treminder\ntell me all the things i need to buy to make pasta\tingredients_list\ngo ahead and hold a conference room for friday at 11 am, please\tschedule_meeting\nhow can i set up direct deposit\tdirect_deposit\nwhat restrictions are there for carry-on on delta\tcarry_on\nconfirm four for my reservation at fiji\tconfirm_reservation\nhow long until i get a replacement card\treplacement_card_duration\ntell me what time zone portugal uses\ttimezone\ni gotta know how many points i have gotten with my debit card\trewards_balance\nam i low on gas\tgas\nsend message to carl, you suck\ttext\nis grub burger taking reservations\taccept_reservations\nshould i go to okinawa, does it require an international visa\tinternational_visa\nhow long does it take before you have to change your oil\toil_change_when\nwhen should i get the oil changed in my car\toil_change_when\nyesterday what did i spend on lunch\tspending_history\nwho set up the numbers for it\ttimer\nwhat's the traffic like to city hall\ttraffic\nimmediately begin using whisper mode\twhisper_mode\nare there extra charges for using my card in mexico\tinternational_fees\nfor the shopping list, add ham as well\tshopping_list_update\nuse a different accent\tchange_accent\ni have a lot of points saved up from my credit card rewards but don't know how to redeem them\tredeem_rewards\ndo you know the mpg for this vehicle\tmpg\nwill it still work if i use applesauce instead of oil\tingredient_substitution\nget a table for me at 7 for 3 people at olive garden\trestaurant_reservation\ntell time for another city: dallas\ttime\nwill it cost me anything to use my card in turin\tinternational_fees\nshare some of your hobbies with me\twhat_are_your_hobbies\nwho do you report to for your work\twho_do_you_work_for\ni will know later\tmaybe\ni need a dice roll for a six sided die\troll_dice\ni could use a laugh, got any jokes\ttell_joke\ncan you tell me about what time i should be arriving at the airport\tdistance\nhow much of my pto is left\tpto_used\ncan you tell me a fun fact about elephants\tfun_fact\ni need to know the current time in the central timezone\ttime\nhow big can a carry-on bag be\tcarry_on\nare mashed potatoes good nutrition\tnutrition_info\nflip that coin please\tflip_coin\ncould you not talk so slowly\tchange_speed\ntell me the fuel my car takes\tgas_type\nset a reminder to call my mom\treminder_update\nthank you!\tthank_you\nis our next day off soon\tnext_holiday\nis mexico a safe place\ttravel_alert\njust another time please\trepeat\nname unusual facts about the circus\tfun_fact\naloha\tgreeting\nhow to change oil of a car\toil_change_how\nwhat is happening with the weather in austin\tweather\nwhat time is it in france\ttime\nwhat type of pizzas are available for dinner\tmeal_suggestion\ni'm afraid my luggage has gone missing\tlost_luggage\ncan you put carrots on my shopping list\tshopping_list_update\ncall friend\tmake_call\ni don't know anything about that\tmaybe\nhow healthy is spaghetti\tnutrition_info\ngot any good dinner ideas\tmeal_suggestion\n\"find all the \"\"a\"\"s in happiness\"\tspelling\nwhich hobbies do you like\twhat_are_your_hobbies\nwhat will the low temperatures be over the weekend\tweather\ni'm waiting for my luggage in the airport now but it's been a while and it's still not arrived\tlost_luggage\nwhat withdrawals were there on my account yesterday\ttransactions\nwho brought you up\twho_made_you\ni must know what kinds of pets you have\tdo_you_have_pets\nif i'm trying to get to heinz field, how long would it take by bus\tdistance\nplease tell me all the purchases on my hy-vee card for this statement period\ttransactions\nwipe my todo list please\ttodo_list_update\nare shots required before traveling to brazil\tvaccines\nwhat is the temperature in costa mesa\tweather\nwhat sort of things are you able to help with\twhat_can_i_ask_you\nmy car uses what type of fuel\tgas_type\ni need you to change the pin on my bank of america account to be 1234\tpin_change\ngo to factory settings\treset_settings\ntoday is which day of the week\tdate\nhow much am i being taxed\ttaxes\nlooks like someone made an unauthorized charge to nike on my account\treport_fraud\nare visas for international travel\tinternational_visa\nwhat is seventeen plus three\tcalculator\nwhat's the apr on my credit card\tapr\nroll five sided dice\troll_dice\nfind me cat trivia now please\tfun_fact\nif i travel to the uk do i need any shots\tvaccines\nwhen were my tires changed\tlast_maintenance\nhow do they say hello in brazil\ttranslate\ni need to change my oil, how do i\toil_change_how\ntell me something fun about gravity\tfun_fact\nmy new card will arrive when\treplacement_card_duration\ncheck to see who is at the doof\tsmart_home\nhow healthy is stax chips\tnutrition_info\nwill i be charged if i use the card in germany\tinternational_fees\nwhats the most recent status for my virgin air flight\tflight_status\nwhat's your home town\twhere_are_you_from\nalert my bank and let them know that i'm travelling to brussels\ttravel_notification\nhow much money have i spent on fast food lately\tspending_history\nwhere can i get the form i need to do my taxes\tw2\nput volume setting on number 4\tchange_volume\ncould you tell me your name\twhat_is_your_name\ni think i wanna add heart shaped box by nirvana to my playlist\tupdate_playlist\ndid you hear back about my day off request\tpto_request_status\nare any meetings scheduled for today\tmeeting_schedule\ni wanna apply for a new credit card\tnew_card\ncan you tell me what time it is please\ttime\nhelp me pick a new location to travel to\ttravel_suggestion\nis there evening reservations available in the eve\taccept_reservations\ni want to be called mollie\tchange_user_name\nare bananas already on the list, if not go ahead and add them\tshopping_list_update\ni would like to know if my visa card application has been approved\tapplication_status\ni want your new name to be joshua\tchange_ai_name\n\"put \"\"get tires checked\"\" on my calendar\"\tcalendar_update\nsay my name if you know it\tuser_name\ni wanna change my pin number for my credit acount\tpin_change\nwhat do food critics say about gramercy tavern\trestaurant_reviews\ni need your language setting to be russian now\tchange_language\ncan you translate hello into swedish for me\ttranslate\nyou can remove the brithday party from my calendar fpr january 15, 2019\tcalendar_update\nhow do i know when to change my tires\ttire_change\nwhat types of pets do you keep\tdo_you_have_pets\nwhat is the availability of meeting rooms during the afternoon\tschedule_meeting\nhow long do i need to cook chili for\tcook_time\ni need a quick recipe for spiral ham\trecipe\nwhat's my car's mpg\tmpg\nwhy did my card not get accepted\tcard_declined\nhow much pressure is in my car's tire\ttire_pressure\ni need to know how to change oil in a car\toil_change_how\nwhat is the title of this tune\twhat_song\nempty the contents of my to do list\ttodo_list_update\ni'd like alarms set for 11am and 132pm\talarm\nany pets in your household\tdo_you_have_pets\nlook up travel alerts for canada\ttravel_alert\nwhat ingredients go in pizza\tingredients_list\nplease respond to me in english from now on\tchange_language\nwhat name should i use to address you\twhat_is_your_name\ni'm traveling to sweden soon and want to inform my bank\ttravel_notification\nhow much is the charge of using my card in italy during my stay there\tinternational_fees\nwhat do i have on my list for shopping\tshopping_list\ni lost my phone and need assistance\tfind_phone\nwhat's the pizza like around here\tmeal_suggestion\ni do not think that is proper\tno\nya\tyes\nwhat do i do to redeem credit card points\tredeem_rewards\nhow long can i expect chicken breast to be good for before expiration\tfood_last\ni tried to use my credit card yesterday, but it did not work\tcard_declined\ncan you tell me who made ai\twho_made_you\nplease find out if napolis takes lunch reservations\taccept_reservations\ni would like to know my car's tire pressure\ttire_pressure\ni don't have checks so can i order some new ones\torder_checks\nso when should i change the oil\toil_change_when\nis there traffic on dove road\ttraffic\nwhat ingredients are present in marshmallows\tingredients_list\nwhat date is my water bill due\tbill_due\nwhat's the best way to make chicken stir fry\trecipe\ni want to start talking to you in swedish\tchange_language\ni need to get help paying my gas bill\tpay_bill\nwill it freeze tonight\tweather\nhow report that scratched my card\tdamaged_card\ndo you like appreciate cats or dogs more\tdo_you_have_pets\nsend 100 dollars from checking to savings\ttransfer\nthat is most definitely false\tno\nstop any future processing on my savings account\tfreeze_account\ni want to report fraudulent activity on my amex card\treport_fraud\ni want to change your name to emma\tchange_ai_name\nplease cancel my reservation at red lobster for 6\tcancel_reservation\ncan you help me pay my bill\tpay_bill\nis there much traffic between here and work right now\ttraffic\nwhat can you help me with exactly\twhat_can_i_ask_you\ncould you tell me what the weather is in austin\tweather\ni want 1234 to be the new pin number for my joint account\tpin_change\ni need to talk to someone about a transaction that was not made by me on my chase account\treport_fraud\nwhat is 005 percent of 1 percent\tcalculator\nadd the next song to my playlist - broken by evanescence\tupdate_playlist\ni want to know france's timezone\ttimezone\nplease identify the song we're currently listening to\twhat_song\nis traveling to dublin safe (will dublin be safe)\ttravel_alert\ni want to buy something\torder\nwho made you up\twho_made_you\nwhat your numerical digit to display as your age\thow_old_are_you\ni don't have that information\tmaybe\nis there a routing number for wells fargo\trouting\ni need to know how to change my car's oil\toil_change_how\nspecifically, what pets do you own\tdo_you_have_pets\npay the electric bill\tpay_bill\ni'm going to start calling you kobe now\tchange_ai_name\nreport fraud on my card\treport_fraud\nof course\tyes\nsomeone used my chase card without my authorization\treport_lost_card\nyou must increase your volume\tchange_volume\nwhere is wells fargo's routing number listed\trouting\nhey ai, reduce your speed of speaking\tchange_speed\ni have a fraudulent transaction from red robin on my account\treport_fraud\nis my daughter's birthday on my calendar\tcalendar\ncan you give me a vietnamese meal suggestion\tmeal_suggestion\ntell me how long i ought to spend preparing fajitas\tcook_time\ntell me how to set up direct deposit for my paycheck\tdirect_deposit\nwhen is my at&t bill due\tbill_due\nbefore i embark on a trip to europe should i get more shots\tvaccines\ni want to know the meaning of life\tmeaning_of_life\ni'm traveling to england soon and want to inform my bank\ttravel_notification\nset an alarm to start work and another to stop\talarm\nwhat might my name be\tuser_name\ntell me when the next day off will be\tnext_holiday\nwhere should i look for when my gas bill is due\tbill_due\nhow do i get help with a vacation itinerary\tpto_request\ni want to know what sort of things you can assist me with\twhat_can_i_ask_you\nit was nice to get in touch\tgoodbye\nthank you for the answer\tthank_you\nhow do i update my pin number for my account\tpin_change\nwhat ingredients are needed for shrimp cocktail\tingredients_list\ni need to increase my credit limit\tcredit_limit_change\ntext my doctor and tell him it happened again\ttext\ntell me when my mastercard bill should be paid\tbill_due\ncan you be quiet please\tcancel\nplease talk to me in the male british accent\tchange_accent\ni want to put in a pto request for march 1-8\tpto_request\ntell me the limit on my discover card\tcredit_limit\ntell me a neat fact about the ocean\tfun_fact\nhow do i do an oil change\toil_change_how\nwhen was the last time i changed my oil\tlast_maintenance\nany idea where flight dl123 is right now\tflight_status\ntell me my bank routing number\trouting\nare you a real person or a computer\tare_you_a_bot\nfind out what song is currently on the speakers\twhat_song\nwhats the safest way to jump start a car\tjump_start\nwhen is our next free day\tnext_holiday\ncan anyone help me pay my car bill\tpay_bill\nabort\tcancel\nwhat will the temperature be tomorrow\tweather\nwhat is the exact date of your birth\thow_old_are_you\ncan you tell me if there are any shots that i am required to have before traveling to south africa\tvaccines\nplease share your hobbies with me\twhat_are_your_hobbies\nno, that is a falsehood\tno\ni need to set an alarm\talarm\ntell me something cool about elephants\tfun_fact\ncan i get some music by three six mafia in here\tplay_music\nlet me know why my card was declined yesterday\tcard_declined\nsuggest a meal from burma to me, please\tmeal_suggestion\nwhat are some fun tourist things to do in mumbai\ttravel_suggestion\nis my order being delivered soon\torder_status\ni would like to know the usd to aud conversion rate\texchange_rate\ntext mark hello\ttext\nwhat do you get when you roll a dice with five sides\troll_dice\nplease flip the coin\tflip_coin\nmy bank of america visa platinum was swiped from my belongings\treport_lost_card\ndoes pnc have a routing number\trouting\ni don't know how to spell squirrel\tspelling\nwhere are we located\tcurrent_location\nwhen do ribs expire\tfood_last\nit's possible that it could be either\tmaybe\n3 of us need to get to union station via uber\tuber\nwhat have i spent lately in child care\tspending_history\ndo you know where my cellphone is\tfind_phone\nplease show me my recent transaction\ttransactions\nplease also list wash laundry on my to do list\ttodo_list_update\nhow can i get my w2 to do my taxes\tw2\nroll this dice\troll_dice\nwhat would the routing number for chase be\trouting\nset a 10 minute timer\ttimer\ni need a hotel in new orleans with awesome reviews\tbook_hotel\nwhat gasoline do i need to buy\tgas_type\ncan you tell me what my income will be this week\tincome\nwhich day is it now\tdate\nhow do i get my pin number, i forgot mine\tpin_change\nis there a certain type of gas i need to use\tgas_type\ncreate a reminder\treminder_update\ni'd like the calories for this chicken breast\tcalories\ndo you posses any types of pets\tdo_you_have_pets\nhow much vacation am i currently entitled to\tpto_balance\ntell me what the gas mileage is on my car\tmpg\nis there a routing number for wachovia\trouting\nwhat day will it be in fourteen days\tdate\nis it time to change my tires\ttire_change\ncould you tell me about my income\tincome\nmy insurance plan is what\tinsurance\nlist all purchases of video games\ttransactions\ncan i get a w2 form online\tw2\ninclude asparagus on the list\tshopping_list_update\nhow many inches and centimeters would i need if i had 10 feet of something\tmeasurement_conversion\nare there any good places in cleveland that serve clams\trestaurant_suggestion\nplease say that again\trepeat\ndo you take orders from someone else\twho_do_you_work_for\nthere's fraudulent transaction going on\treport_fraud\nmy visa has been stolen by someone\treport_lost_card\nhow long does the average set of tire last before needing replacement\ttire_change\nthe answer is definitely no\tno\nwhat location is this\tcurrent_location\ncould you slow down your speech\tchange_speed\nwhat may i call you\twhat_is_your_name\nhow much are my cable and water bills\tbill_balance\nare there any meetings for today on my calendar\tmeeting_schedule\ntime in manhattan\ttime\nwhat is the caloric total in these muffins\tcalories\nwhat's my health insurance plan\tinsurance\nhow soon will you mail me a new card\treplacement_card_duration\ndo you know what is for dinner\tmeal_suggestion\nwhy did my bank place a hold on my bank account\taccount_blocked\nhow much time do i have before my credit card expires\texpiration_date\nbuy a flight for me from nyc to la on march 1, returning on march 5\tbook_flight\nwould you just like to call me paul\tchange_user_name\ndo i need new tires if i just got them replaced on january 2017\ttire_change\nwill i make it to my current destination on this fuel tank\tgas\nis it true a hard pull hurts my credit score\timprove_credit_score\ni would like to redeem my credit card reward points\tredeem_rewards\ni pay how much of taxes with my income\ttaxes\nswitch over to the male voice mode\tchange_accent\nremind me to take the chicken out in a hour\treminder_update\nwhat's the best way to get a mastercard\tnew_card\ntell me what edict means\tdefinition\ndo i need a certain amount of points before i can redeem them\tredeem_rewards\ncan you transfer money from a to b\ttransfer\nwhat do i have on my calendar for monday the 1st of march\tcalendar\ntell me my bank of america routing number\trouting\ni want to be switched back to my factory settings\treset_settings\ngive me a random number between 1 and 6\troll_dice\ni need a hotel room for 7 people in st louis for november 3rd through 5th\tbook_hotel\nhelp me figure out when exactly my credit card will be expiring\texpiration_date\ncan you play music by bob dylan\tplay_music\nfor my chase account can i order some checkbooks\torder_checks\nhow long before i'm on e\tgas\ncould i get some more checkbooks sent to me, please\torder_checks\nyou working for someone else on the side\twho_do_you_work_for\nfind out if there's a new credit card that suits me\tnew_card\ncan i afford a new tv from my savings account\tbalance\nyou can stop talking ai\tcancel\ni think it could be either one\tmaybe\nwhat kind of questions are you good at answering\twhat_can_i_ask_you\nplay the song called baby shark\tplay_music\nwhen do i get paid\tpayday\nhow would you like to be referred to\twhat_is_your_name\ni need a rental car\tcar_rental\ni would like the dice to be rolled\troll_dice\ni'll need a rental car from 3/3 - 3/14 in vegas\tcar_rental\nchange voice speed\tchange_speed\ndoes my checking interest rate seem low\tinterest_rate\nat 9 tomorrow, set off the alarm\talarm\ntires should be changed when\ttire_change\ncan you put detergent on my shopping list cause i'm all out\tshopping_list_update\nwhat are the ingredients used in chicken curry\tingredients_list\nso i have had pizza in the fridge since monday, so is it safe to eat\tfood_last\nuse a woman's voice\tchange_accent\ni need to know where the nearest place that has mountain dew is\tdirections\ncould you tell me the name of your boss\twho_do_you_work_for\nokay thanks\tthank_you\ni seem to have lost the pin for my retirement account\tpin_change\nmake my location available with david and kate\tshare_location\ni have credit card points but don't know how to use them\tredeem_rewards\ni like the female voice, switch please\tchange_accent\nhow many days of vacation have i saved\tpto_balance\nwould it be smart to put air in my tires\ttire_pressure\nare there transaction fees for discover cards used in rome\tinternational_fees\ncancel my reservation at osteria for our party\tcancel_reservation\nhow is the traffic like on the way to the beach\ttraffic\nplease give me my salary figure\tincome\nwhat can i carry-on delta flights\tcarry_on\nwhat do i do about a card that's too messed up to be properly scanned\tdamaged_card\nare the chili's reviews any good\trestaurant_reviews\nwhat's my credit rating\tcredit_score\ni want to cash out my credit card points\tredeem_rewards\nhow do i use my vacation days\tpto_request\ncould you change the accent you're using\tchange_accent\nwhen was the last date that i got paid\tpayday\ncan i use apples instead of oranges in this recipe\tingredient_substitution\ni need to do a fair coin flip\tflip_coin\nplease help me with my 401k rollover since i got a new job\trollover_401k\nwhat are some exciting things that are a must do for tourists visiting sedona\ttravel_suggestion\ndoes taco house have a reservation for jean\tconfirm_reservation\ni'm out of my checks i need some new ones\torder_checks\nwould you reset your factory settings\treset_settings\nhow is it possible that my account has been frozen\taccount_blocked\nwhat does my to-do list consist of\ttodo_list\nplease change your language setting to spanish\tchange_language\nset an alarm\talarm\nwho would you say your employer is\twho_do_you_work_for\nwhere is the closest bathroom to the statue of liberty\tdirections\nwhen i go to dubai will i need a socket converter\tplug_type\nwhat insurance do i have\tinsurance\nplease remove science fair from my to do list\ttodo_list_update\nwhat is available on the shopping list\tshopping_list\ni have to know what plug that country uses\tplug_type\nwhat can i use you to help me with\twhat_can_i_ask_you\ncan i obtain health benefits\tinsurance\nwhats on my reminder list, read back\treminder\ndo you remember my name\tuser_name\nwhat should i get at a mexican restaurant\tmeal_suggestion\nare you a real person or software\tare_you_a_bot\nwhat happened to my luggage\tlost_luggage\nis it possible to do a reservation at the bellagio\taccept_reservations\ni'd like to know where i am\tcurrent_location\nbook a delta flight to arizona from pittsburgh\tbook_flight\nwhat's the funniest thing you know about artificial intelligence\ttell_joke\nexactly what does altruism mean\tdefinition\nhow long must i cook spaghetti for\tcook_time\nhow can i jump start a car\tjump_start\ntell me your birthday\thow_old_are_you\nmiami time zone is what\ttimezone\nare reservations taken at redrobin\taccept_reservations\ncan you cancel improv class from my calendar for may 7th\tcalendar_update\nwhen will my next paycheck come\tpayday\nwhat is your current age\thow_old_are_you\ni'd like to know how much gas is left\tgas\ni replaced tires last june when should i do it again\ttire_change\nnutritional information for celery\tnutrition_info\nwhat's the non-city mpg for this car\tmpg\nwhat is the meaning of life here\tmeaning_of_life\ni must know my visa card's apr\tapr\nhow many points do i have on my six flags rewards card\trewards_balance\nwhat type of gas do i put in this new car\tgas_type\nlocate my phone\tfind_phone\nmy phone isn't where i left it\tfind_phone\nwhat do they call you\twhat_is_your_name\nwhat are my gps coordinates at this location\tcurrent_location\ndoes your family have any pets\tdo_you_have_pets\ncan you confirm my reservation for dave at outback steakhouse\tconfirm_reservation\ncan you report my td bank card as lost\treport_lost_card\ncould you tell me the routing number for my chase checking account\trouting\nflip a coin for me\tflip_coin\ntravel time to bend, oregon\tdistance\nwhat is my checking account balance at chase\tbalance\ncan you just start calling me sir\tchange_user_name\nsuggest a meal from burma to me\tmeal_suggestion\ndo we know if my reservation for john at bardenay was accepted\tconfirm_reservation\nwhat can i do since my car battery died\tjump_start\nhey there\tgreeting\ni need to replace my lost card\treport_lost_card\nmy card is broken\tdamaged_card\nwhich insurance plan am i enrolled in, please\tinsurance\ni need to know what the visa card credit limit is\tcredit_limit\ni'd like you to roll dice\troll_dice\nget me an uber\tuber\ni need to track a package\torder_status\nwhere can i find when my car payment bill is due\tbill_due\nmake slower your speech\tchange_speed\ni must know how to say thank you in german\ttranslate\nspell curiosity for me\tspelling\nwhere can i check my credit score\tcredit_score\nwhat time is it in the eastern timezone\ttime\ntell me where i am\tcurrent_location\nwould you tell me who made the ai\twho_made_you\ntell me what the date will be in 5 days\tdate\nwhat's this car do for fuel economy\tmpg\nhow do i make lassagna\trecipe\ncan you let me know the status of my discover credit card application status\tapplication_status\ncan i substitute rice milk for milk\tingredient_substitution\ncan you increase my credit limit to $1000\tcredit_limit_change\ni think a thief used my card\treport_fraud\nwhere were you given birth\twhere_are_you_from\nmy car was looked at when\tlast_maintenance\ni lost my luggage coming from new york city on american flight ab123\tlost_luggage\nai was made by whom\twho_made_you\nhow good is the apr on my credit card\tapr\nhow long until my water bill is due\tbill_due\ngive jim my gps location\tshare_location\nwould you please schedule a meeting room for 4:00 on thursday\tschedule_meeting\ni think i owe about 100 left on my bills, am i forgetting anything\tbill_balance\ndoes mr joes pizza usually have a long wait\thow_busy\nwhat is the status of my frontier flight\tflight_status\nwhat type of questions may i ask you\twhat_can_i_ask_you\nwhat chores do i have waiting on my reminder list\ttodo_list\nlocate someone to look at my car because my check engine light is on\tschedule_maintenance\nmy luggage is missing, i think\tlost_luggage\nwhat is my insurance coverage\tinsurance\nwhat date will it be tomorrow\tdate\ni am going to switch to greek\tchange_language\nis honey a good sugar substitute\tingredient_substitution\ni want to know when the deadline is to pay my car loan\tbill_due\ndo i have any meetings with stan today\tmeeting_schedule\nis there a way to transfer my 401k\trollover_401k\nhow many miles is there left to get to sioux falls\tgas\nhow long it takes to get a new replacement card\treplacement_card_duration\ncould you translate atm machine into english\ttranslate\ni owe you one!\tthank_you\nwhat is 1100 minus 2347\tcalculator\ni need to change your name to ben\tchange_ai_name\nshould i air up the tires\ttire_pressure\nhow long will it take me to get to the mcdonald's in the city\tdistance\ni'm traveling between denver and la so tell my bank\ttravel_notification\nplease cancel the input\tcancel\nget my credit score\tcredit_score\nset alarm\talarm\ni want to know how the mcdonalds reviews are\trestaurant_reviews\nwhat time would it be in rome right now\ttime\ndoes have good reviews have great reviews\trestaurant_reviews\nmy transaction history\ttransactions\ni want you to switch to whisper mode\twhisper_mode\nwhen visiting chicago, what things can i do there\ttravel_suggestion\nmy name's frank\tchange_user_name\nhow do i see my credit score\tcredit_score\ni want that repeated\trepeat\nplease speak with the whisper voice\twhisper_mode\nwhat's my name on file\tuser_name\nwhat is my remaining amount of pto days\tpto_balance\nis kaya busy around 5 pm\thow_busy\ni want to hear my hip hop playlist\tplay_music\nplease roll a die now\troll_dice\nwhat was the date of my last oil change\tlast_maintenance\nwhat can i get for 10 usd in cad\texchange_rate\nwhere can i find my credit card's expiration date\texpiration_date\ncan you cancel my reservation on tuesday for chris at stella maris\tcancel_reservation\ncan you tell me the to do's on my reminder list\treminder\nredeem credit card points\tredeem_rewards\nestimated time to airport from current location, la\tdistance\nwhat's the quickest way to a bank\tdirections\ntell me please what paean means\tdefinition\nit was pleasant conversing with you\tgoodbye\nhow much time till the next time off\tnext_holiday\nwhat do i take home\tincome\ntalk to me in italian\tchange_language\nwhat is the date of your birth\thow_old_are_you\ndo you know any good jokes\ttell_joke\nrefer to me as bailey\tchange_user_name\ncould you track an order for me\torder_status\nswitch over to whisper mode\twhisper_mode\nhow long until you send me a replacement card\treplacement_card_duration\nhow many calories are in a serving of deans french onion dip\tcalories\nwhat's the date today\tdate\ni was flying out of chicago on american airlines flight ab123 and my luggage is now lost\tlost_luggage\nplease play the next track\tnext_song\nplease use a male voice when speaking\tchange_accent\nwhat is 90908 divided by 30890\tcalculator\nwhat ingredients are in beef jerkey\tingredients_list\ninitiate a new alarm please\talarm\nhave i already got eggs down on the shopping list\tshopping_list\nhow many weeks are in 3 months\tmeasurement_conversion\nplease say things more quickly\tchange_speed\ndelete jury duty from my calendar for may 7th\tcalendar_update\ncan you flip a coin i call heads\tflip_coin\ncan you help me pay a bill\tpay_bill\ni need to let my bank know i am traveling to detroit\ttravel_notification\ni have activity on my bank of america card i don't recognize\treport_fraud\nblock my monkey market right now\tfreeze_account\ncan you tell me what date my credit card expires\texpiration_date\ni need to set up a direct deposit for my paycheck\tdirect_deposit\nwhat is playing on the speaker at the moment\twhat_song\nmake sure to add to my calendar the staff meeting for march 1 at 10 am\tcalendar_update\ncan i bring perfume on the plane or what is the size limit\tcarry_on\ncould you let me know who made you\twho_made_you\nso how many days did i take off sir\tpto_used\nwhat's the closest holiday after today\tnext_holiday\ndo i need to fill up my tires\ttire_pressure\nhell nah\tno\nnope not it\tno\nyou got to go back to factory settings now\treset_settings\nhow much did i spend on shcool due last year\tspending_history\nis my phone connectable right now\tsync_device\na rental car needs to be booked in nashville\tcar_rental\nthe language i am using will now be italian\tchange_language\ncan you tell me what you think the meaning of life is\tmeaning_of_life\nbook a flight from seattle to dallas-fort worth on april the 1st and returning on april 5th\tbook_flight\nread my todo list\ttodo_list\nhow long to replace a credit card\treplacement_card_duration\nare shots needed for uk travel\tvaccines\ndo you know any good restaurants good for kids\trestaurant_suggestion\nadd body to my dance playlist\tupdate_playlist\nhow old will you be next year\thow_old_are_you\ntell me on what day did i get paid last\tpayday\nwhat's the time period till our next day off\tnext_holiday\nhelp me with math\tcalculator\ncan i have more information about this car's highway mpg\tmpg\nhelp me get some new checks since i ran out of them\torder_checks\ni need a good joke about office parties\ttell_joke\nhow do i cash in credit card points\tredeem_rewards\nwhat have i got on my to-do list\ttodo_list\ndoes sidetracks take reservations\taccept_reservations\nhow long before i need to replace my tires after i replaced them on 2/24/18\ttire_change\nwhen was my last oil change\tlast_maintenance\nhow long will it take me to be seated at ihop\thow_busy\nhelp me find my package\torder_status\nthe answer to that is a resounding yes\tyes\ni need a reminder for my pin number\tpin_change\nwhen is the date my visa card will expire\texpiration_date\ni need a pto request for the dates jan 15th to jan 20th\tpto_request\ntell me the amount of pto i have used at this point\tpto_used\nmy card was rejected at shakey's and i am wondering why\tcard_declined\nhow do you say it's snowing in german\ttranslate\nis my visa bill over my limit this month\ttransactions\nwhere do i make a vacation request\tpto_request\nthank you a lot for that answer\tthank_you\ni need you to tell me what benefits are included in my insurance\tinsurance\nmake your speed a bit slower\tchange_speed\ndo a websearch for direct deposit set up\tdirect_deposit\nit's necessary to call michael\tmake_call\nwhere is the location that you were made\twhere_are_you_from\nwhat's the right spelling of rambunctious\tspelling\non my to do list, i need cleaning added\ttodo_list_update\nwhat type of gas does this car need\tgas_type\nwhich type of gas does this car take\tgas_type\ncan you walk me through setting up direct deposit\tdirect_deposit\ngo ahead an unsync my phone now\tsync_device\nwhat\trepeat\ni'd like to get an appointment to get my oil changed\tschedule_maintenance\ncan i check my visa reward balance online\trewards_balance\nwhat are you able to answer\twhat_can_i_ask_you\nhow much do you charge if i use my card in japan\tinternational_fees\ncould you please tell me the apr for the credit card\tapr\ncan you make a phone call to roger\tmake_call\nhow do they say hello in france\ttranslate\nif i use my discover card in cuba are there transaction fees\tinternational_fees\nhow many people do you think will be at applebees at 7\thow_busy\ngo back to your original settings\treset_settings\ni would love to redeem some smart speakers with my credit card points\tredeem_rewards\nthanks for that\tthank_you\ni need your volume increased\tchange_volume\nplease give me the full balance on my water bill\tbill_balance\ndefine the meaning of life\tmeaning_of_life\nwhen can i expect my paycheck\tpayday\ninform my bank that i will be in rome from february 1 to march 1\ttravel_notification\nquit what you are doing\tcancel\nwhat's the timeline on replacing a stolen credit card\treplacement_card_duration\nwhat kinds of things would you be able to help me with\twhat_can_i_ask_you\ni need a spider fact\tfun_fact\nis it okay to switch water for milk\tingredient_substitution\ngive me some good restaurants\trestaurant_suggestion\nwhat price is my credit card and my water bill at\tbill_balance\ni want you to guess my name\tuser_name\ni need to know what tasks are on my to-do list\ttodo_list\ni gotta to the female voice\tchange_accent\nhow many kilos are in 150 pounds\tmeasurement_conversion\nturn the fan on please\tsmart_home\nit was a pleasure talking to you, goodbye now\tgoodbye\ncan you make 1234 the pin for my savings account\tpin_change\nin french, how do i say, see you later\ttranslate\nwhat day of the month do i have to pay my mortgage\tbill_due\nis it ok to eat alfredo that's been in the fridge since last sunday\tfood_last\nroll a 9 sided dice\troll_dice\ni'd like an uber for 6 people, going to walmart\tuber\nplease change my retirement account pin number to 1234\tpin_change\ncan you tell me when i ought to switch out my tires\ttire_change\npair with phone\tsync_device\nwhat timezone is honolulu in\ttimezone\n\"where i can use word \"\"rescind\"\tdefinition\nwhat's the average cooking time for cooking wings\tcook_time\nwho's responsible for your existence\twho_made_you\nhow many miles does this car get per gallon\tmpg\nhas ruby tuesday got good reviews\trestaurant_reviews\nwhat gas goes in the vehicle\tgas_type\ni need to find a rental car since i'm travelling to new york tomorrow\tcar_rental\ntell me some things i can do to secure my credit rating\timprove_credit_score\ni'm looking for flights that depart on the 3rd and return on z from monday to friday\tbook_flight\ni need to know the items on my shopping list\tshopping_list\ni'm on a new job but i need help with my 401k rollover\trollover_401k\ndo i have any meetings between 1 and 8 pm\tmeeting_schedule\nname some tourist things to do in chicago\ttravel_suggestion\nhow many points do i have on my mlife card\trewards_balance\ncan you tell me the definition of sucrose\tdefinition\nwhat percentage gas do i need\tgas_type\nwhat is the number of gas in my car right now\tgas\ni must report fraudulent activity on my debit\treport_fraud\nitaly is in what timezone\ttimezone\nwhat are good places for a burrito in albuquerque\trestaurant_suggestion\nhow much do i pay in my taxes\ttaxes\nwhen was my last car service date\tlast_maintenance\nwhich holiday do we celebrate next\tnext_holiday\nhow should i address you\twhat_is_your_name\nwhich gas would be best\tgas_type\nhow long does it take to cook hot pockets\tcook_time\ni need to know what's good for chinese around here\tmeal_suggestion\nshould i schedule a car maintenance\tschedule_maintenance\nwhat is the protocol for modifying my insurance policy\tinsurance_change\nit was pleasant having a conversation with you\tgoodbye\nwhat day is our next day off\tnext_holiday\nsomething's come up so i need to cancel my reservation so now\tcancel_reservation\ni want to know if there is any transaction fee using washington federal card when i am in canada\tinternational_fees\ndo i have enough fuel to get to buffalo\tgas\nwhat's an example of a good apr and what do i have\tapr\ni need you to book a reservation for 8 pm at red robin under the name kevin\trestaurant_reservation\ndoes it take 5 hrs to get to brooklyn by bus\tdistance\nincluding the day i missed because of snow, how much time have i take off work so far\tpto_used\nwhen taking a flight with lion to singapore, how many carry ons are allowed\tcarry_on\ncan you freeze my account\tfreeze_account\ni need to know how to do direct deposit with my paycheck at nations bank\tdirect_deposit\ncan acero take reservation\taccept_reservations\nconnect to my device\tsync_device\nis my milk safe to drink after being in the refrigerator for a week\tfood_last\nhow's my tire pressure\ttire_pressure\nthe nutritional info for macaroni and cheese is what\tnutrition_info\ni would like to hear the next song on this playlist\tnext_song\nflip a coin i'm calling heads\tflip_coin\nwhen is it time to change your oil\toil_change_when\nwhere would my phone be\tfind_phone\nwake me up at noon tomorrow\talarm\ni need to rent an suv in charlestown for the first week in june who do you suggest\tcar_rental\nwhat day is the z bill due\tbill_due\ndo i get charged extra for using my card in portland\tinternational_fees\nchange voice to female\tchange_accent\ni want to know if my credit card application has been processed\tapplication_status\nwhat is the name of the song playing right now\twhat_song\ncall christie\tmake_call\nplease go back to the settings of the original\treset_settings\nmy credit card was turned down at target and i'd like to know why\tcard_declined\nplease list nearby restaurants with 4 or more star reviews\trestaurant_suggestion\nhow do i go about renting a car\tcar_rental\nwhat is behind life's meaning\tmeaning_of_life\ni would like to report a stolen card\treport_lost_card\norder me a new usb cable on amazon\torder\ntell me the highest amount i can spend on my discover card\tcredit_limit\norder me some doritos, please\torder\nyou need to help me find my cellphone\tfind_phone\ni think i've misplaced my phone\tfind_phone\nwhen is the upcoming holiday, please\tnext_holiday\ni need to know my bank of america account routing number\trouting\nhey there!\tgreeting\ni need to know when my oil should be changed\toil_change_when\nwhen do i need to pay my at&t bill\tbill_due\nhow do i fix my card, it was declined\tcard_declined\nconvert 100 dollars to euros\texchange_rate\nwhat timezone is reno in\ttimezone\nwhat's my credit limit on my visa\tcredit_limit\ni need what i'm listening to right now to be put on my exercise playlist\tupdate_playlist\ni want manual on how to change oil\toil_change_how\nlook up when our next day off will be\tnext_holiday\nchange the pin on my capital one account to be 1234\tpin_change\nis there a reason people exist\tmeaning_of_life\ndoes my bank of america card have international transaction fees\tinternational_fees\ncancel my party reservation for brad at longhorn\tcancel_reservation\nwhat name is saved for me\tuser_name\ncan i find out my checking interest rate online\tinterest_rate\ndo i need to get vaccines before my trip\tvaccines\ncan you tell me how much i spent on grocery shopping recently\tspending_history\nwhat credit score number do i have\tcredit_score\ntell me chase's routing number\trouting\ncan you verify my recent visa card transaction\ttransactions\nvacation request please\tpto_request\ni need to book a hotel room or suite for 2 adults and 2 children in orlando for july 1st through 5th\tbook_hotel\nrock playlist please\tplay_music\nplease explain the word catastrophic to me\tdefinition\ndo you have any jokes to tell me\ttell_joke\nhow many of my paid days off have i used\tpto_used\nwhat's the time in anchorage timezone\ttime\nlower the volume\tchange_volume\nwhat is spanish for good morning\ttranslate\nremind me to write that letter\treminder_update\ntell me the calorie content of frosted flakes\tcalories\ncan you please convert $30 usd to canadian dollars\texchange_rate\ni need a car rental for the first and fifth in denver and i'd like a subaru\tcar_rental\ni need help paying my cable bill\tpay_bill\nwhat is remaining in my bank acccounts\tbalance\nwhat's my gas mileage like\tmpg\ni am going to address you as my own name\tchange_ai_name\ncan you tell the temperature it will tomorrow\tweather\nwhen's the next day off coming up\tnext_holiday\nis there anything i can't ask you\twhat_can_i_ask_you\nlowest amount for cable bill\tmin_payment\ni need to add the chore of vacuuming to my task list\ttodo_list_update\nno, that is inaccurate\tno\nis there any traffic on the way to the bank\ttraffic\nai, my name is deb please use my name when you talk to me\tchange_user_name\nsubmit order for everything\torder\nwhat is the apr to my credit card\tapr\nhow do i cash the reward for city\tredeem_rewards\ndo you know how to make chow mein\trecipe\ni have to call the commander\tmake_call\nhow is my name saved\tuser_name\nwhat's the name of this song i'm listening to\twhat_song\ni just put steaks on the grill remind me to check them at the right time\treminder_update\nwhere were you programmed\twho_made_you\ni want to know how to say goodbye in france\ttranslate\nwould you tell me the interest rate\tinterest_rate\ni need to know how long until the next day off\tnext_holiday\nforget it, i do not need it anymore\tcancel\nhow much do i have to pay on my bills\tbill_balance\nhow do i report my card if it got cut in half\tdamaged_card\nplease remind me to do this later\treminder_update\nwhat level is my gas at\tgas\ni am hoping to apply for an amex card\tnew_card\nwhere did you last live\twhere_are_you_from\ni need to request a vacation\tpto_request\ntransfer ninety dollars between glacier checking and farmers accounts, please\ttransfer\ni want to be called by mary\tchange_user_name\nuh huh\tyes\ndo i need to get any shots before i travel to south africa\tvaccines\nwhat day can i expect to receive payment on\tpayday\ni have detected fraudulent activity on my account\treport_fraud\nbake time for brownies\tcook_time\ntransfer seventeen dollars from rbs to woodforest account, please\ttransfer\nmy credit card's apr, please\tapr\nplease reset to factory settings at once\treset_settings\nwhat is the value of my bank accounts\tbalance\ncan you remind me to mop later by putting it on my to do list today\ttodo_list_update\nwhat is the exchange rate between british pounds and yen\texchange_rate\nwhat does x’s music sound like\tplay_music\nhow many vacation days have i used\tpto_used\nis my tire pressure okay\ttire_pressure\ncheck the status of my order\torder_status\nthanks for helping\tthank_you\ni'd like a block on my charles schwab account immediately\tfreeze_account\nwhen does my flight arrive\tflight_status\nwhat's up\tgreeting\nbook me a car rental in wichita\tcar_rental\nwill you roll a 3 sided dice\troll_dice\ni need to cancel my reservation after all\tcancel_reservation\ni need to know what time it is in florida\ttime\ncan you text the sgt adam and tell them i found the missing girl\ttext\ncan you tell me what ingredients are needed for cinnamon buns\tingredients_list\ngive me my gps coordinates\tcurrent_location\nwhat ingredients do i need to bake a cake\tingredients_list\ni need more checkbooks for my fifth third account\torder_checks\nthanks, you've helped me\tthank_you\nwhen will my next vacation day be\tnext_holiday\nhow many ss are in narcissism\tspelling\nwhat's the funniest thing you know about peanuts\ttell_joke\ni was at albertsons trying to buy milk when my card wasn't accepted\tcard_declined\nhow many miles per gallon am i getting\tmpg\nplease stop calling me dave, my name's bob\tchange_user_name\nwhere is the closest red lobster to my location right now, which is 5th avenue\tdirections\ncan you tell me what time i am meeting with sarah today\tmeeting_schedule\nyou could tell me if you were real\tare_you_a_bot\nwhat month is my card expired in\texpiration_date\ncan you walk me through setting up direct deposits to my bank of internet savings account\tdirect_deposit\ni need to rent a car for may 11thto may 13th in chicago and i'd like a coupe\tcar_rental\nthank you for the information\tthank_you\nmpg of this car\tmpg\nhow do i say i'm sorry in chinese\ttranslate\ntell me nutritional info for fish\tnutrition_info\nfind me a hotel with good reviews in phoenix\tbook_hotel\nhow much did i spend last week\tspending_history\ndelete all calendar entries on march 3\tcalendar_update\nwhat is the colour of your pets\tdo_you_have_pets\ni put in a credit card application, so what is the status with it currently\tapplication_status\nwhat is the square root of 144\tcalculator\nhey, what's up\tgreeting\nwhat subjects or areas are you familiar with\twhat_can_i_ask_you\nroll a four sided die for me\troll_dice\nis there enough money in my discover account for a vacation\tbalance\ngo ahead and book a reservation for 8 pm at red robin under the name kevin\trestaurant_reservation\nwhat is the way to jump start my car\tjump_start\nthere's a strong possibility that my luggage has gone missing\tlost_luggage\nwhat weight oil do i need and how do i change the oil for my chevy truck\toil_change_how\nat four, how much business does georgio have\thow_busy\nunsync from my phone\tsync_device\ni'd really like to set up a direct deposit for my paycheck\tdirect_deposit\ngive me an exact date of when i took my car to the mechanic\tlast_maintenance\nadd to my task list get carpet cleaned\ttodo_list_update\nhow much fast food have i bought recently\tspending_history\nwhat do you engage in during your free time\twhat_are_your_hobbies\nhow much are the international transaction fees for my chase card\tinternational_fees\ni nee to know how to transfer my 401k\trollover_401k\nplease tell me your name\twhat_is_your_name\ni need to know what adumbrate means can you look it up for me now\tdefinition\nmy luggage is missing i was on spirit flight ab123 from chicago\tlost_luggage\nhow many a's can you find in the word happiness\tspelling\ncan you find my lost phone\tfind_phone\nrepeat the question\trepeat\ncould you schedule a meeting with john smith at 1 pm tomorrow\tschedule_meeting\ndo you know anything funny about cats\ttell_joke\nwhat is the maximum dollars i can get for 6 yens\texchange_rate\ntell me what this song is called that's playing\twhat_song\nwhere is the closest dog groomer in charlotte, north carolina\tdirections\nis my vacation approved yet\tpto_request_status\ni have a fraudulent transaction from wal mart on my account right now\treport_fraud\nset an alarm for nine minutes from now\ttimer\nhow many days have i taken off\tpto_used\ncall mark\tmake_call\nhow much do i earn\tincome\nwhat is on my to do list\ttodo_list\nwhat's your birth date\thow_old_are_you\nwhat do you say for my name\tuser_name\ni need help to roll over my 401k\trollover_401k\nwhere is the closest gas station to glendale\tdirections\nwhats the meaning of life\tmeaning_of_life\nif i change my timezone to reno, what would it be\ttimezone\ntell me my car's tire pressure level\ttire_pressure\ngive me a hand finding my mobile device\tfind_phone\ni need you to translate the sentence, 'we will be there soon' into portuguese\ttranslate\ncall christie's work number\tmake_call\ngo ahead and your volume\tchange_volume\ntry it with a male voice\tchange_accent\nhow do you spell antipathy\tspelling\nwhat are in my reminders list\treminder\nwhat is the lowest amount i can pay for my cable bill\tmin_payment\nwhat kinds of things can you do\twhat_can_i_ask_you\ni wish to know the meaning of life\tmeaning_of_life\ntell me ths pressure of my tires\ttire_pressure\ncan a 401k be rolled over\trollover_401k\ni want to know if you are a cat or dog person\tdo_you_have_pets\nplease do a search for entertaining activities for tourists in mexico city\ttravel_suggestion\ncan you explain the meaning of life\tmeaning_of_life\nshow me how to apply for a visa card\tnew_card\nrecipes for garlic bread please\trecipe\nis there a travel alert for france\ttravel_alert\nwhat is my domain name bill\tbill_balance\nwhat's the spelling of cancer\tspelling\ni need to know what 75 plus 43 is\tcalculator\ndo i need to get vaccinations before i go\tvaccines\nhow does yelp report the enchiladas are at jose's taco shop\trestaurant_reviews\ni need to text joe\ttext\nuntil next time!\tgoodbye\nsay it one more time please\trepeat\ni need to know my cable bill minimum payment\tmin_payment\nhow many reward points have stacked up for my amex card\trewards_balance\nwhat's the apr on my visa card, please\tapr\nwhat are the requirements for carry on on flights with united airlines\tcarry_on\ndisconnect from my phone\tsync_device\ncan you put the currently playing track on my zen playlist\tupdate_playlist\ncould you tell me the meaning of life, please\tmeaning_of_life\nis studying for the chem exam on my todo list\ttodo_list\nadd this song to my post-rock playlist\tupdate_playlist\ni'd like for this person to know my location\tshare_location\nif i’m in japan, what time zone am i in\ttimezone\nwhen do i have to pay my water bill by\tbill_due\nwhere did i last place my phone\tfind_phone\nset an alarm to go to sleep and another to wake up\talarm\nwho do you work for\twho_do_you_work_for\ncan you get me a table for 5 at outback steakhouse at 6:30pm\trestaurant_reservation\nabort mission\tcancel\nis my todo list free\ttodo_list\nwhats my credit rating\tcredit_score\nmy luggage appears to be missing\tlost_luggage\nis sage busy around noon\thow_busy\nwhat's the weather looking like\tweather\ndo i have meetings scheduled today\tmeeting_schedule\nlet's play the next song now\tnext_song\ni don't believe that is possible, it is false\tno\nwhen does my capital one visa expire\texpiration_date\nwhat do i do to jump start my battery\tjump_start\nhalt that immediately\tcancel\ncan you tell me how good my card's apr is\tapr\nwhat are some things to do in portland\ttravel_suggestion\ni want to know how long it is from here to the sky harbor airport\tdistance\nmy friend steve needs my gps coordinates send them to him\tshare_location\nwhat is my tax burden\ttaxes\ndo you keep any pets\tdo_you_have_pets\nwhat would you like to be called\twhat_is_your_name\nwhat's the status of my united flight\tflight_status\nx is who i need to call\tmake_call\nlet me talk to you in greek\tchange_language\ni need to know all about the nutrition of the beef taco\tnutrition_info\nwhat health benefits are available to me\tinsurance\nput my points up for master card\trewards_balance\nhow good are the ratings for per se\trestaurant_reviews\nwhat's my current reward balance on my amex card\trewards_balance\nfrom now on, your name will be buttercup\tchange_ai_name\nlook up the status of the order i placed online\torder_status\nplease lock every door\tsmart_home\nshould i use premium gas with this car\tgas_type\nwhat was said\trepeat\nhow many ml's are in a gallon\tmeasurement_conversion\nwhat are the best restaurants\trestaurant_suggestion\ntell me some trivia about sweat\tfun_fact\nwhen would you change my tires\ttire_change\nplease add final exams to my calendar for may 2\tcalendar_update\ngive me the nutritional details for a cup of yogurt\tnutrition_info\nby chance would it be possible to reserve me a hotel in afghanistan at the zoo for the 10th to the 15th\tbook_hotel\ni want to figure out how to rollover my 401k\trollover_401k\nwhich timezone is buenos aires in\ttimezone\nwhen for i meet jane for our meeting\tmeeting_schedule\nis there anything real about you\tare_you_a_bot\nhow many vacation days do i have saved up\tpto_balance\nset an alarm for lunch and another for dinner\talarm\nwhere is the closest park\tdirections\nadvance to the next song\tnext_song\nmy luggage is missing i was on american airlines flight ab123 out of dallas\tlost_luggage\nwhat is the mpg like for this car while driving in the city\tmpg\ntell me what my credit rating is\tcredit_score\ncan you help me book a car rental in seattle\tcar_rental\nspell government\tspelling\nwas my order dropped off\torder_status\nis my schedule clear with no meetings with dan today\tmeeting_schedule\ni'd like to know what my credit rating is\tcredit_score\ni'd like you to book me a room in austin near google's headquarters from january 01, 2020 to february 02, 2020\tbook_hotel\nthanks for the assist\tthank_you\ni need to know what song this is\twhat_song\nmy response to that is yes\tyes\nwhat is the traffic like\ttraffic\nwhat time i have to meet mr accountant\tmeeting_schedule\ni need a 10 minute timer\ttimer\nwhat is my current gas level\tgas\nwhat do the ratings say about korean bbq\trestaurant_reviews\nwho is your supervisor\twho_do_you_work_for\nis there are limit of carry ons for my flight with aer lingus to cork\tcarry_on\ntell me where you come from\twhere_are_you_from\nmy card is to be reported stolen\treport_lost_card\npay my cell bill from my deposit account\tpay_bill\nhurry up and just erase everything from the todo list\ttodo_list_update\ndoes it take long to get to yankee stadium in the bronx\tdistance\ndoes nopa in san francisco take reservations\taccept_reservations\ntata for now\tgoodbye\ntell me a fun fact about mt everest\tfun_fact\nwhat is the timezone for new york\ttimezone\ni'd like to put a freeze on my bank account\tfreeze_account\ni'm telling you this is a true statement\tyes\npresent your speech at a slower pace\tchange_speed\nwhat amount of interest does my checking account at chase earn\tinterest_rate\ncan you assist me to convert kilos to pounds\tmeasurement_conversion\nhow long are my tires expected to last before needing to be replaced\ttire_change\nstart playing the next track\tnext_song\nwhat is my current balance on my home equity line of credit\tbalance\ni must confirm my reservation for 2/20 at 8 pm\tconfirm_reservation\ndo you know where my w-2 is\tw2\ncan you repeat the question again\trepeat\nwhat is the total i spent on shoes recently\tspending_history\nuse the male voice please\tchange_accent\nschedule me a table for 2 at red lobster at 8\trestaurant_reservation\nwhat holiday comes next\tnext_holiday\nyou will be called rose from now on\tchange_ai_name\nboth could be\tmaybe\ntell me what the tax amount is\ttaxes\ninform my bank that i'll be going to europe\ttravel_notification\nis anything happening on march 4th 2019\tcalendar\ni would like to change your language from portuguese to italian\tchange_language\ncan you tell me how to set up direct depost\tdirect_deposit\nis it possible to speed up of your replies\tchange_speed\ni have a bogus transaction from amazon on my account\treport_fraud\nwho sings this song\twhat_song\nshow me the nearest gas station\tdirections\nhow does my name appear\tuser_name\nincrease your vocals\tchange_volume\nplease pay my bill\tpay_bill\nhelp me find a well reviewed hotel in dallas\tbook_hotel\nlet my bank know i will be travelling to the cayman islands\ttravel_notification\ntell me my credit raing\tcredit_score\nwhat do i do if i lost my luggage\tlost_luggage\ni recently got a new job and need assistance with my 401k rollover\trollover_401k\nset my alarm for five tomorrow morning, please\talarm\nplease roll the dice\troll_dice\ndoes chillis have good reviews\trestaurant_reviews\nwhat's the caloric content if you eat roast beef\tcalories\nwhat is the month and day tomorrow\tdate\nhow long do i have left to pay for my chase credit card\tbill_due\nwhat do i need when i go shopping\tshopping_list\nwhat month does my card close\texpiration_date\nwhat's the traffic typically like at 3:30 on the route to phoenix\ttraffic\ngo back to initial settings\treset_settings\nwhen will my car next be due to get its tires changed\ttire_change\ni'm out of shampoo so will you order me some more\torder\nis there milk on my shopping list\tshopping_list\nlist all of my health benefits\tinsurance\nwhat's my checking account balance\tbalance\nwhat is a good chili recipe\trecipe\ni must know the next holiday\tnext_holiday\ncan you put a stop on my bank account, please\tfreeze_account\ni want to know the apr on my capital one card\tapr\nread back the reminder list\treminder\nwhen should i expect my flight to come in\tflight_status\nwhen do i finally get a day off\tnext_holiday\nwhat country and city am i in\tcurrent_location\nwhat should i know about the carry on policy for american\tcarry_on\nwhat are the things i wanted to recall\treminder\ndoes cleveland have any good places that serve clams\trestaurant_suggestion\nai goodbye\tgoodbye\nhow come i am being denied access to my bank account\taccount_blocked\ndo i have any meetings today between 9:20 and 10:30\tmeeting_schedule\nwhat is the spending limit on my visa\tcredit_limit\nwhen did my car get looked at last\tlast_maintenance\ni put some leftover stew in the fridge and want to know how long it'll last\tfood_last\nhow many days are left for me for vacation if i may ask\tpto_balance\nmy car's been throwing cels that i think are oil related, so i'm wondering if it's time to take it in or not\toil_change_when\nwhat things can i do in portland\ttravel_suggestion\ngoodbye, helpful ai device!\tgoodbye\ntell me something funny about horses\ttell_joke\ni'm travelling to spain soon and want to inform my bank\ttravel_notification\ni need you to schedule an uber pickup for me and three other people at 7pm to go to abe's pizza\tuber\ndoes applebee's have good reviews\trestaurant_reviews\nno, that can't be right\tno\nslow down your talking\tchange_speed\nwill you roll a 6 sided dice\troll_dice\nwhat do i need to buy at the store\tshopping_list\nhow many calories are in mashed potatoes\tcalories\ncan you explain why i couldn't use my card at target\tcard_declined\nwhat's the exact date that my chase card will no longer work\texpiration_date\ni was in target about to buy a chair when my card got declined\tcard_declined\ncan i get reservations at applebees\taccept_reservations\nwhats pesos australian dollars in 20\texchange_rate\ni need you to set an alarm for 8am tomorrow\talarm\ntell me where i left my phone\tfind_phone\nlet me know how to make a vacation request\tpto_request\nwhat shots do i need before traveling to malawi\tvaccines\ncan you please order me an uber to get to jfk international\tuber\nget me a flight from ft lauderale to houston on southwest\tbook_flight\nwhat should i put on the timer to cook this dish\tcook_time\nschedule a meeting for me\tschedule_meeting\nchange your language setting to german\tchange_language\nprioritize to the settings you started with\treset_settings\nwhat are the best places to get shrimp in chicago\trestaurant_suggestion\nyeah, that's right\tyes\nare you employed by me\twho_do_you_work_for\nplease look into the current wait times at chili's right now\thow_busy\nso i get charged if i use my card in france\tinternational_fees\ncheck the interest rate on my savings account\tinterest_rate\nwhat is the credit card apr exactly\tapr\nif i go to columbia, will i need a visa\tinternational_visa\ncan you recommend a decent place in chicago to get pizza\trestaurant_suggestion\nplease change pin to 1234 on my bank account trailing in 3829\tpin_change\nwhen will my amex card reach its expiration\texpiration_date\nis there traffic on i-95 north to new york from philadelphia\ttraffic\nin terms of making scrambled eggs, what ingredients do i need\tingredients_list\nwhat's my daily spending limit\tcredit_limit\ncould you tell me the status of flight dl123\tflight_status\ntell me the types of things i can ask you about\twhat_can_i_ask_you\ni would like to change the pin on my checking account, please\tpin_change\nhow many calories would i consume if i ate a loaded hotdog\tcalories\nwhat is the amount on my water bill\tbill_balance\ncould you connect to my phone, please\tsync_device\nwhat's the persons name at my door\tsmart_home\nare there any shots i need to travel to karachi\tvaccines\nhow soon before my catering bill is due\tbill_due\npardon, i didn't hear you\trepeat\nwhat does kentucky have to offer for things to do\ttravel_suggestion\ni want to practive changing oil\toil_change_how\nplease set the alarm\talarm\ni need to get a new credit card application\tnew_card\nwhat is the the exchange rate for us dollars to euros\texchange_rate\nit could be possible\tmaybe\nwhat day is our next free day, please\tnext_holiday\nwhen do i need to get an oil change\toil_change_when\ni enjoyed our talk, bye\tgoodbye\nwhat meetings are on my calendar\tmeeting_schedule\nplease put africa by toto on my playlist\tupdate_playlist\nwhat is the routing number of cadence\trouting\nif you were getting a pet, would you get a cat or would you get a dog\tdo_you_have_pets\ncan you tell me my password checking account\tpin_change\nhelp me set up a meeting please\tschedule_meeting\nset my alarm for quarter after six tomorrow\talarm\na hidden government facility\twhere_are_you_from\ni didn't understand what you just said, can you repeat it\trepeat\nwhat kind of questions can i ask the ai\twhat_can_i_ask_you\ndial her up\tmake_call\nexcuse me\trepeat\ngoodbye for now ai\tgoodbye\nwhy is there a hold on my discover account\taccount_blocked\nwill i get my time off approved\tpto_request_status\ni need to rent a car for may 8th to may 25th in danville and i'd like a ford\tcar_rental\nin tokyo, what's the time\ttime\ncan you find any good places in cleveland that serve clams\trestaurant_suggestion\ni need you to block my mutualone account now\tfreeze_account\napproximately how much time will it take to get to tod's in minutes\tdistance\nwhat are the benefits of having this insurance\tinsurance\nwhat's the exchange rate between country a and country b\texchange_rate\nhow much time do i have to keep tofu in the freezer before it goes bad\tfood_last\ni need to use my credit points\tredeem_rewards\nconfirm my friday reservation at 2:00\tconfirm_reservation\ncan you find me a recipe for pasta\trecipe\nhow much money have i spent recently\tspending_history\nrevert back to factory settings\treset_settings\ncan you check the air in my tires\ttire_pressure\nwhat is the name you call me\tuser_name\nremind me to get an oil change\treminder_update\nsend the location i'm at with martin\tshare_location\nexplain to me how to cash in rewards for my mastercard\tredeem_rewards\ni want the female voice\tchange_accent\nin what month will my card reach expiration\texpiration_date\nwhere do i get my tax papers\tw2\nhow long do i've got until my discovery card expires\texpiration_date\ndo i have any pto days left\tpto_balance\nif i want to cash in my american express rewards, how do i do that\tredeem_rewards\nchange your name to fred\tchange_ai_name\ni want everything on my shopping list ordered\torder\nmy credit score is\tcredit_score\ntell me my credit limit\tcredit_limit\nfind a columbus, ohio hotel with good reviews\tbook_hotel\nwhat is the minimum i need to pay for my cell phone bill\tmin_payment\nname the five star attractions in gatlinburg\ttravel_suggestion\ni gotta change your name to remy\tchange_ai_name\nplease remove the phone's sync\tsync_device\nwhat things are on my todo list\ttodo_list\ntake pat's appointment off my calendar\tcalendar_update\ni'd just like to know how much gas is in my vehicle\tgas\ndo people like chipotle\trestaurant_reviews\ni want factory settings restores right now\treset_settings\nhow long's it take to get to the panera downtown\tdistance\ntell me any animals that you have as pets\tdo_you_have_pets\nare there recommendations to get any specific shots before i travel to germany\tvaccines\nthe milk will expire when\tfood_last\nsee if all the doors are locked\tsmart_home\nhow long will i stand in line at carl jr's\thow_busy\nwhat is the name of the person who made the ai\twho_made_you\ntell me nutritional info for lettuce\tnutrition_info\nwhat are the ratings like for chilis\trestaurant_reviews\ntell david my location\tshare_location\nat free time what do you do\twhat_are_your_hobbies\ni need assistance figuring out how to rollover my 401k, please\trollover_401k\ncheck meeting room availability between one and three pm\tschedule_meeting\nwhat is the reason i am locked out of my bank account\taccount_blocked\nwhat do i do to get cach back for points on my discover card\tredeem_rewards\ni need to know all my spending transactions\ttransactions\nuse my savings account to the pay the rent\tpay_bill\nlet me know the amount i spent on food last month\tspending_history\nwhat's the now playing song that we are listening to\twhat_song\nare eggs on my list, if not add them\tshopping_list_update\ntext sal and tell them hi\ttext\nwho do i report lost luggage to\tlost_luggage\nreport lost card to discover company\treport_lost_card\nnot happening\tno\ni want a new pin on my card of private client account\tpin_change\ni need you to reset your factory settings\treset_settings\ncancel my reservation for dinner tonight, please\tcancel_reservation\ngo back to factory settings now\treset_settings\ni need an italian meal suggestion\tmeal_suggestion\nchange the language you're using to american english\tchange_language\nlet me know the carry on policy for alaska airlines\tcarry_on\nno!\tno\nhow many days can i slack off this year\tpto_balance\ni would like to change your name to a different one\tchange_ai_name\ncould you please tell me, my wells fargo account, is there a hold and why\taccount_blocked\nis there anything fun to do in manassas, virginia\ttravel_suggestion\nblock my citibank account right away\tfreeze_account\ndid i create a task to clean the gutters on my list\ttodo_list\nflip that coin now\tflip_coin\nhow does scheduling a meeting work\tschedule_meeting\nwhat is the calorie content in french fries\tcalories\nmy car battery has died what should i do now\tjump_start\nstop all payments to my bank account\tfreeze_account\npay $175 on my visa\tpay_bill\nhow do i get the routing number for chase\trouting\nplease define institutional racism\tdefinition\nwhen does boarding for my flight begin\tflight_status\ni want to speak to you in swiss german\tchange_language\ntell david where i am\tshare_location\ntell me something funny about dogs\ttell_joke\nhi\tgreeting\ncan you change to the whisper voice setting\twhisper_mode\nsuggest a meal from new york to me\tmeal_suggestion\ni want to learn a neat fact about black holes\tfun_fact\ni want to know about tourist places for bangkok\ttravel_suggestion\ni wish to know when my flight will land\tflight_status\nwhen does the electric bill up\tbill_due\nwhat is the way i can change my oil\toil_change_how\nyou can call me john\tchange_user_name\nhow many canadian dollars can i exchange for 200 yen\texchange_rate\ncan you tell me today's date\tdate\nnot sure\tmaybe\ndo i need a visa to leave the country\tinternational_visa\nwho is you employer\twho_do_you_work_for\nhow many pesos in one dollar us\texchange_rate\nwhat song is playing right now\twhat_song\ncan you tell me what i have on my shopping list\tshopping_list\nwhere's my w-2\tw2\nwhat is 1 fifth times 2 fifths\tcalculator\ncan you change the volume to 4\tchange_volume\ndoes acero have good or bad ratings\trestaurant_reviews\ntake 100 dollars from checking and send it to savings\ttransfer\ndo you know any fun facts about shampoo\tfun_fact\ni no longer need my reservation with carl at umami\tcancel_reservation\ninclude smooth operator by sade in my playlist\tupdate_playlist\ncancel event scheduled for this afternoon\tcalendar_update\ncall my bank customer service number\taccount_blocked\nwill i get charged for using my credit card in portland\tinternational_fees\ncan you change your language to japanese\tchange_language\nwhat's the interest rate for my checking account\tinterest_rate\ni'd like to know about setting up direct deposit\tdirect_deposit\nis my credit score over 700 yet\tcredit_score\nadvise sam of my current location please\tshare_location\nwhat is my bank routing number\trouting\nplease tell me today's date\tdate\nshould i get a vaccination before i go to katmandu\tvaccines\ncall someone\tmake_call\nhow are british plugs\tplug_type\nhow can i tell what my current location is\tcurrent_location\nis there a travel alert for [country]\ttravel_alert\ni really want my account frozen\tfreeze_account\nplease order some more pepsi\torder\nwhat do i do if my car battery is dead\tjump_start\nwhat's my apr on the card i recently used to make a purchase\tapr\nput in an order for more checks\torder_checks\nhow many vacation days did i use\tpto_used\ndo i need to change any of my tires\ttire_change\nset a reminder to remind me to check when my car payment is\treminder_update\ncan i fly with my razors or are there restrictions\tcarry_on\ni do need to get some more checkbooks mailed to me\torder_checks\nfor the shopping list, order everything\torder\nwhat kind of gas does my car take\tgas_type\nwould you repeat what you just said\trepeat\ni have no earthly idea at all\tmaybe\ni will need an uber for 3 to go to jfk airport\tuber\nam i talking with real person or ai\tare_you_a_bot\nwhat does subway use to make a cold cut combo\tingredients_list\nthe location of my phone is unknown to me\tfind_phone\nwhat is the total amount i pay in taxes\ttaxes\ngive me information on grub burger reservations\taccept_reservations\non my way to work, is there traffic\ttraffic\nshow me the application for a visa card\tnew_card\ntext wenona and tell her we will be there tomorrow\ttext\ncan i maybe apply for a new card\tnew_card\ntell my bank i'm going to france\ttravel_notification\ncan you schedule a meeting at 10 am tomorrow with john smith\tschedule_meeting\nthe ac, could you tell me the temperature\tsmart_home\nam i eligible for a new credit card application\tnew_card\nhow much money do i have in my pnc account\tbalance\ncan i use coconut oil instead of olive oil\tingredient_substitution\nwhat song am i listening to\twhat_song\ncould you send a text to marty and say i am running behind\ttext\ni'd like to know my bank balance please\tbalance\nhas my request for vacation days been signed by my supervisor yet\tpto_request_status\nwhat is the average time it takes to get to target in los angeles\tdistance\ni want to know the carry on policy for southwest\tcarry_on\nmy card was malfunctioning and was returned to me\tcard_declined\nwhat's on the reminder list\treminder\nwhat time is my meeting with fred scheduled for\tmeeting_schedule\nhow much do i pay the government in taxes\ttaxes\ni need to know what is 85% of $1500\tcalculator\ncan you find me a place to stay in sacramento near the capitol on july 3-5\tbook_hotel\ndid anyone securely lock the door\tsmart_home\ni need to hear how many points i've obtained on my capital one visa\trewards_balance\nwhat appointments do i have on thursday the 14th\tcalendar\n\"i need help spelling \"\"exquisite\"\tspelling\nhow much gas do i have\tgas\nwhat is my credit limit at\tcredit_limit\ni'm low on cherrios can you add that to the shopping list\tshopping_list_update\nhow long is the wait at applebee's tonight\thow_busy\ni'd love to order some more checks for my checking account\torder_checks\nhow do i apply for new insurance\tinsurance_change\nshow me what's on the shopping list\tshopping_list\ncorrect, that's true\tyes\nai answer my questions with my name first which is deb\tchange_user_name\nalert my bank i'm checking out seattle for the next month\ttravel_notification\nwhat do i need to do in order to redeem my credit card points\tredeem_rewards\nis it going to rain tomorrow\tweather\ncan you adjust the speed of your voice\tchange_speed\nbuy tickets for a flight from nyc to la on march 1, returning on march 5\tbook_flight\ncan you text dave and tell him i like his paper\ttext\ncan i get my transactions for the date of the 23rd\ttransactions\ncan you assist with an oil change, and what type of oil do i get\toil_change_how\nthanks for talking to me\tgoodbye\nwhy'd they put a freeze on my bank account\taccount_blocked\nwhat hobbies pique your interest\twhat_are_your_hobbies\ncan you please repeat that\trepeat\ni want your volume lowered\tchange_volume\ndo i need to get any shots before travelling to australia\tvaccines\nplease respond in english\tchange_language\nfilp a coin, i call heads\tflip_coin\ncan i apply for a visa card\tnew_card\nplease look up if i can rent a car in houston from march 25 to march 29\tcar_rental\ncan you check when my visa card expires\texpiration_date\ntell me how to apply for an american express card\tnew_card\nhow is everything going\tgreeting\nrecall the things i wanted to remember\treminder\nthat's correct\tyes\nreserve a table for 4 at red robin under the name kevin at 7\trestaurant_reservation\nlemme know when you were born\thow_old_are_you\ni need to listen to my beyonce playlist\tplay_music\nwhen is the next scheduled day off\tnext_holiday\ndo you enjoy any hobbies\twhat_are_your_hobbies\nwhat are my insurance amenities\tinsurance\nhow do you spell hotdog\tspelling\nfind repair shop that will diagnosis dead car battery\tjump_start\nlet me know the date tomorrow\tdate\nwhat is the apr rate on my bank of america card\tapr\ni would like to know how many points have i earned with my credit card\trewards_balance\nwhat is your native home\twhere_are_you_from\nshould i get shots if i'm going to go to thailand\tvaccines\nhow long can i keep avocados in the fridge before they go bad\tfood_last\ni want to visit chicago by bus what do i need to do\tdirections\nwhat hobbies do you enjoy in your free time\twhat_are_your_hobbies\nhow busy will golden corral be at 7:30 tonight\thow_busy\ncan you tell me what you call me\tuser_name\nno way!\tno\ni need to know trivia on star wars\tfun_fact\nsuggest something for me to make myself for dinner\tmeal_suggestion\nplease confirm my reservation for thursday at 10am\tconfirm_reservation\nhave an uber sent to take me to the courthouse\tuber\nis there a way to get a new insurance plan\tinsurance_change\nin regards to my wells fargo account, why is there a hold\taccount_blocked\nwhere is there meaning in life\tmeaning_of_life\nwhen you were a child, where did you live\twhere_are_you_from\ncould you find my location on the map\tcurrent_location\nhow much money have a spent in the last week\tspending_history\nlook to see if my application for the barclay's card has gone through yet\tapplication_status\nhow should i proceed if my car won't start and i think it's the battery\tjump_start\nwhat time zone is ireland in\ttimezone\nwhat are the ingredients in gumbo\tingredients_list\nare you from around here\twhere_are_you_from\nwhats the name of the person who made you\twho_made_you\ntell me the current location\tcurrent_location\nwhat is the traffic like on the way to kapolei\ttraffic\nis the processing done on my new credit card\tapplication_status\nmy credit rating is what\tcredit_score\nplease let me know when i need to renew my credit card\texpiration_date\nwhat kind of electrical outlets do they use in z\tplug_type\ncan you transfer $5 from savings to checking\ttransfer\nwhat timezone is china in\ttimezone\noil changes are typical done how often\toil_change_when\nplease connect with my phone\tsync_device\ntell me mr joes pizza average wait time\thow_busy\ntell me what amount i have to pay for my directv bill please\tbill_balance\ni broke my card trying to do a magic trick\tdamaged_card\nwater is spelled how\tspelling\ncan you put a block on my visa account right away\tfreeze_account\nwhat's the procedure to get cash back rewards on my visa\tredeem_rewards\nwhat kind of greek food is good for dinner\tmeal_suggestion\ntell carl my gps coordinates\tshare_location\nmake me a reservation in tampa from may 2 to may 4\tbook_hotel\ni want you to know it's a true statement\tyes\n\"how do they say \"\"how's it going\"\" in swahili\"\ttranslate\nthis was a great conversation\tgoodbye\ni'm looking for a roundtrip flight from aaf to dia for february 23rd to february 28th\tbook_flight\ni just traveled on american airlines flight ab123 out of dallas i can't find my luggage\tlost_luggage\nyour accent needs to be changed\tchange_accent\nthe bill's minimum payment, what is it\tmin_payment\nyes, that happens to be correct\tyes\ntell me my routing number\trouting\nwho is the creator of this ai\twho_made_you\nuber ride available from here to downtown\tuber\nyou can disconnect from my phone now\tsync_device\nwhat timezone is los angeles in\ttimezone\ncan i use salt instead of baking soda\tingredient_substitution\nshow me a well reviewed hotel in evans\tbook_hotel\ncan you make a phone call to kevin\tmake_call\ntell me the status of my american airlines flight\tflight_status\nwhen do i have to get my tires changed\ttire_change\ni can't answer that\tmaybe\ndo americans need visas in canada\tinternational_visa\ni would like to know my debit card's rewards balance\trewards_balance\ni can't seem to find my gold card and want it reported as lost\treport_lost_card\non what month and year does my card expire\texpiration_date\nhow much total gas do i have\tgas\nplease set the temperature to 80\tsmart_home\nwhere can i rent a car in singapore\tcar_rental\ni want you to speak to me faster\tchange_speed\ncould you freeze my account, please\tfreeze_account\ni need to request pto for march 2 and 3\tpto_request\ndoes ireland have any travel alerts i should be aware of\ttravel_alert\nwhat is currently on my calendar for friday the 1st\tcalendar\ni need you to reserve at table for a party of four at devon's for 6:00 pm\trestaurant_reservation\nmy card has been erased and i need to report it\tdamaged_card\nin nashville, i need a rental car booked\tcar_rental\ntell me if opening a new account will decrease my credit score\timprove_credit_score\nhow long to microwave a frozen dinner\tcook_time\ni need to change your name, do you have a new name that you like\tchange_ai_name\ntake everything off my todo list\ttodo_list_update\nhow much gas is left\tgas\nplease change the name of you to tim\tchange_ai_name\nhow do i get my credit limit increased to $1000\tcredit_limit_change\nyou need to call the melt in lakewood for a table for at 2:00, monday, the first week in march\trestaurant_reservation\ni want to hear about your pets\tdo_you_have_pets\nwhat is the current status of my vacation request\tpto_request_status\ntell me the sum total of my water and electricity bills\tbill_balance\nit was nice chatting with you\tgoodbye\nwebsites that share credit ratings\tcredit_score\ni'd like you to roll a 6 sided dice\troll_dice\ni want to know what the purpose of life is\tmeaning_of_life\nthat is wrong\tno\ndo we get monday off as a holiday\tnext_holiday\ncan you get a call started to martha\tmake_call\nthe time please\ttime\nwhen will i get my new credit card\treplacement_card_duration\nhow is the traffic on rt 5 towards my work , community bank\ttraffic\nat the point when should i get my oil changed straightaway\toil_change_when\nhow much vacation have i taken\tpto_used\nread me cat trivia\tfun_fact\ni would like to replace the pin number for my retirement account\tpin_change\nplease inform me of what tasks i have listed on my to do list\ttodo_list\non a flight with allegiant to orlando, how many carry ons can i take\tcarry_on\nspeak as a british male\tchange_accent\nwhat will my state taxes cost\ttaxes\nplease track my order\torder_status\nwhat type of plugs are used in cambodia\tplug_type\ncan you show me my shopping list\tshopping_list\nhow long is the wait at assagios today\thow_busy\nwhat's the funnest thing for a tourist to do in iceland\ttravel_suggestion\ncan you tell me my interest rate\tinterest_rate\nmy battery is dead so how can i get it going again\tjump_start\nhow much are taxes on this\ttaxes\nhow much money do i have in all of my accounts combined\tbalance\ncan you call an uber for 2 to go to proof on main\tuber\ni need ten dollars sent from b of a to washington mutual\ttransfer\ni want you to add the song i listen to to my summer playlist\tupdate_playlist\nhow do i go about getting cash for my card points accumulated\tredeem_rewards\nhow much money do i make\tincome\ncan you play right above it\tplay_music\nplease only call me joe\tchange_user_name\nwhat is 55 times 300\tcalculator\nfind out what happened to make my card get declined yesterday\tcard_declined\ncheck what's on my calendar for tuesday\tcalendar\nwhat can you answer for me\twhat_can_i_ask_you\nplay music by ludacris\tplay_music\ni'd like to schedule some pto from 2/22 to 2/25\tpto_request\ncan you see how many calories are in cream of mushroom soup\tcalories\nhow do i change inches to centimeters\tmeasurement_conversion\nwhat time is it in dallas\ttime\nturn on the tv please\tsmart_home\nhow do i get my rewards from my visa card\tredeem_rewards\nhow much are all my bills combined\tbill_balance\nis it okay to switch apples for grapes\tingredient_substitution\nhow long is the wait at chipotle tonight\thow_busy\nare there any holidays coming and when\tnext_holiday\ni really cannot remember what my pin is for my bank of america checking account\tpin_change\nplease be quiet now\tcancel\nhow does this car do on its fuel\tmpg\nwhat company created you\twho_made_you\nare there any transaction fees associated with my navy federal card if i am in japan\tinternational_fees\nto what extent until the following day away from work\tnext_holiday\nplease respond in latin from now on\tchange_language\n\"\"\"i\"\"m headed out to lax and going to phl for a low price of $120 this weekend on the 12th\"\tbook_flight\nis $30 usd more or less in canada\texchange_rate\nhow long is it until payday\tpayday\nwhat is the rate of interest on my savings account\tinterest_rate\nare barcelona plugs compatible\tplug_type\ni did not hear you\trepeat\nwhat do i need to change the oil in my car\toil_change_how\ni need more candy so could you order me a pack\torder\ni am thinking it is either\tmaybe\nput on lights\tsmart_home\ni'd like you to tell me a joke\ttell_joke\nthe magnetic strip on my card is scratched up pretty badly from overuse can i get a new one\tdamaged_card\nhow would you say fly in italian\ttranslate\nwhat is the weather going to be like today\tweather\ndo i need a visa to travel to mexico\tinternational_visa\ncan you cancelt the reservation i have for dinner\tcancel_reservation\nwho can i contact about why check engine light is on\tschedule_maintenance\nhas my day off request been looked at yet\tpto_request_status\ncould you ask the question again\trepeat\nbook a flight from philadelphia to atlanta on june 5th and returning on june 8th\tbook_flight\nmeaning of life is\tmeaning_of_life\nbook a reservation for 3 at xenophobe under the name zebee\trestaurant_reservation\ni need a hotel with good reviews in baltimore\tbook_hotel\nwhat do you do in your spare time\twhat_are_your_hobbies\nthe volume should be decreased\tchange_volume\nwhat is the lowest amount i can pay for my electric bill\tmin_payment\ndo you know any greek dishes i could make for dinner\tmeal_suggestion\nwhat ingredients are in sushi\tingredients_list\nbook a flight from key west, fl to san antonio, tx on 18 february 2019 and returning on 5 march 2019\tbook_flight\none or the other, or both\tmaybe\nis it possible to book a meeting room between 10 and 11\tschedule_meeting\ncheck my car's tire pressure\ttire_pressure\nwhat will i make this year\tincome\ni need to find my credit score\tcredit_score\nwhat is the tax rate that applies to me\ttaxes\nwhat steps do i need to do to set up direct deposit\tdirect_deposit\nset a reminder for my doctors appointment\treminder_update\n\"\"\"which could be improve the credit score\"\timprove_credit_score\nadd song to my hype playlist\tupdate_playlist\ncan you tell me what the form is employers are supposed to send you for taxes and where i get it\tw2\ncan you tell me the current time in jamaica\ttime\nwhy was my card declined\tcard_declined\nhow much did i get paid\tincome\nwhere can i find the nearest dollar store\tdirections\nplease flip a coin i hope its tails\tflip_coin\nam i safe to go to africa\ttravel_alert\nhow long should i bake a cake\tcook_time\nhow much moola is in my bank accounts\tbalance\nsend my gps coordinates with home base please\tshare_location\nwhat's my pay for the year\tincome\nhow much time to drive to the closest bank\tdistance\ntell me what is on my calendar for march 2\tcalendar\nwhere in sacramento ca i schedule maintenance on my car\tschedule_maintenance\ncan you tell me a joke about a lawyer\ttell_joke\nyou can call me sarah\tchange_user_name\nput buy dog food on my to do list\ttodo_list_update\nhow many days until my next payday\tpayday\ni'd like to use you using russian\tchange_language\nwhat is the meaning of incandescent\tdefinition\nplease tell me the status of my last online order from walmart\torder_status\nhow much do i have to pay for my shell gas card bill\tbill_balance\nwhat name should i refer to you as\twhat_is_your_name\nplease check and report on my tire pressure\ttire_pressure\nwhat can i ask you all about\twhat_can_i_ask_you\ntell me some trivia about dolphin\tfun_fact\nwhat is the la's time zone\ttimezone\nhow do i change the name you use to address me\tchange_user_name\ncan you say what you just said again\trepeat\nwhat is the day off request status as of now\tpto_request_status\ncould i use white wine instead of red wine in a recipe\tingredient_substitution\ni'm out of here\tgoodbye\nwhat's the status on my vacation approval\tpto_request_status\nhas the ice made traffic messy on the way to walmart\ttraffic\ni need to know your name\twhat_is_your_name\nwhen will my vacation get okayed\tpto_request_status\nlooks like my card is being used by someone else, report it\treport_fraud\nwhat steps do i need to take to switch my insurance plan from an hmo to a high deductible ppo plan\tinsurance_change\ntrack package, please\torder_status\ncan you search for the best new york style cheesecake recipes please\trecipe\nhow about i call you sue\tchange_ai_name\nare you actually a bot\tare_you_a_bot\ncreate a new timer\ttimer\nwhat things do you enjoy doing\twhat_are_your_hobbies\ni need a w2, so where is it\tw2\ni need to report unauthorized activity on my card\treport_fraud\ncan you get me a car rental for march 1st to 3rd in seattle, and i'd like a sedan if possible\tcar_rental\nwhat are the ratings for yardhouse\trestaurant_reviews\ncan you set me a reminder\treminder_update\nlets talk about your hobbies\twhat_are_your_hobbies\nin six days, what will it be\tdate\ni need you to increase your volume\tchange_volume\ni would like to apply for a green card\tnew_card\ncan you speak a little faster, please\tchange_speed\ncan you buy something\torder\ni need to know what i spend on utilities for the last year\tspending_history\nwhat date will my replacement card arrive on\treplacement_card_duration\nare any shots recommended before going to kenya\tvaccines\ncan i get some funds to pay my utility bill\tpay_bill\nwhat are you going to refer to me as\tuser_name\nam i your supervisor\twho_do_you_work_for\ni need to call mark\tmake_call\ni need to redeem my visa points\tredeem_rewards\ni need to hear what's on my shopping list\tshopping_list\nhow can i change your response language\tchange_language\ncan you tell me jet blue airlines' carry on policy\tcarry_on\nassist me with finding an uber to big ben\tuber\nit was nice to chat\tgoodbye\ni need to know how to order checks for my bank of america account\torder_checks\ncan you tell me what my currnet salary is\tincome\nhow much money did i spend yesterday\tspending_history\nshould i know about any travel alerts before traveling in the usa\ttravel_alert\nthat is false\tno\nwhen can i commute my tires next\ttire_change\nlook for a flight out of la to chicago on march 3rd for under $500\tbook_flight\nwhat is the number of points i earned with my mastercard\trewards_balance\nwhen's payday\tpayday\nif i go to canada next month do i need a visa\tinternational_visa\nalways nice to talk to you\tgoodbye\ncan you see if paying garbage bill is on my todo list for this week\ttodo_list\nplease find a columbus, ohio hotel with good reviews\tbook_hotel\ni need your setting switched to whisper mode right away\twhisper_mode\ncan you ask me that again\trepeat\nhow do i direct deposit my check\tdirect_deposit\nhow many tablespoons are there in half of a cup\tmeasurement_conversion\ni need you to make my bank aware that i will be visiting taiwan from the 22nd of february until the 3rd of march\ttravel_notification\ni'm out of soap so will you order me some more\torder\ni want to pay my bill through the app\tpay_bill\nw-2 tax form where is it\tw2\nwalk me through the process of applying for an american express card\tnew_card\ni am not in need of my reservation anymore\tcancel_reservation\ncan you tell me your name\twhat_is_your_name\nhow do i share my location with noel\tshare_location\ndo i need any shots before i go to south africa\tvaccines\nhow many days off have i taken until right now\tpto_used\nshould i go to a car maintenance\tschedule_maintenance\ncancel that\tcancel\nis it recommended to get specific shots before i travel to japan\tvaccines\nwhat is your name\twhat_is_your_name\nwould you unsync the phone now please\tsync_device\nwhere do i recieve a w2\tw2\ntext christopher and tell him i will stop by\ttext\ncan you please say that again\trepeat\ni'd like to book the next availability for an oil change\tschedule_maintenance\nplease dial christie's number\tmake_call\nwould you tell me your name\twhat_is_your_name\nlet me know when my next day off is\tnext_holiday\nuse martins name to reserve a table at tropicana for 5 people at 8pm\trestaurant_reservation\ndo i have any items on my calendar for march 21st\tcalendar\ncould you check and see if my credit card application has been processed and approved or not\tapplication_status\nis laundry on my todo list\ttodo_list\nwhat's your recommendation for dining out tonight\trestaurant_suggestion\nroger that\tyes\nshould i buy a plug converter if i am traveling to egypt\tplug_type\nsilence\tcancel\ntext billy and tell him to be at monday's meeting at 3pm\ttext\nwill you tell me my spending limit\tcredit_limit\nplease be quiet\tcancel\nput together a list of instructions for me on how to change the oil in my car\toil_change_how\ntell me my reminder list\treminder\nis the traffic bad on the way to work\ttraffic\nbook me a table for three at rainforest cafe at seven\trestaurant_reservation\ncheck to confirm my reservation for february 22 at noon\tconfirm_reservation\ndo i need milk at the store\tshopping_list\ntransfer $500 from my checking to my savings\ttransfer\nhow do i change oil on a car\toil_change_how\nwho should i talk to about the fact that i inadvertently split my card almost in half\tdamaged_card\nwhere do you want to eat tonight\trestaurant_suggestion\ngive me instruction mannual on how to change oil\toil_change_how\ndo you know if outback allows reservations\taccept_reservations\nwhat's the calorie content of chicken nuggets\tcalories\nabout how many vacation days have i taken\tpto_used\ndo you know any good jokes about lawyers\ttell_joke\nwhat's the due date for my netflix subscription\tbill_due\ndo i have any meetings scheduled today\tmeeting_schedule\ncan you tell me what the amount on my directv bill is\tbill_balance\ncan you suggest a thai restaurant, please\trestaurant_suggestion\ni cut up the wrong card, please contact the bank and let them know\tdamaged_card\nwhat date did i have my oil changed last\tlast_maintenance\ni'm feeling like a greek meal and need some suggestions\tmeal_suggestion\ncould you freeze my account\tfreeze_account\nplease give me a rundown of my reminder list\treminder\ni need to let my bank know i am traveling to la\ttravel_notification\nwhat's a good place to eat chinese in san francisco\trestaurant_suggestion\ndoes argentina have a travel alert\ttravel_alert\n\"what's the proper way to spell \"\"helicopter\"\tspelling\ni need to know my location\tcurrent_location\nplease tell me my car's tire pressure\ttire_pressure\nhow do you prepare omelet\trecipe\nwhat time is it in pacific standard time\ttime\nwhen can i receive rewards on my visa card\trewards_balance\nwhat should i squirrel away to pay in taxes\ttaxes\nplease turn the tv on\tsmart_home\ni need to know on my citibank card, what is the apr\tapr\nhow do i properly give my car a jump\tjump_start\ndid i spend a lot on shoes recently\tspending_history\nconvert krugerrands to saudi riyal\texchange_rate\nare you a computer\tare_you_a_bot\nhow much spending power is on my discover card\tcredit_limit\ncan you please call nata\tmake_call\nwhat things do you do for fun\twhat_are_your_hobbies\ntell me the timezone for california\ttimezone\ni need it louder\tchange_volume\ni wanna know some things to do in phoenix\ttravel_suggestion\nthrow eggs on my shopping list, please\tshopping_list_update\nwhat's the status of my order\torder_status\nplease give me the minimum payment total for my sprint phone bill\tmin_payment\nwhat is the bare minimum for my truck payment\tmin_payment\ni'd like to go to malaysia so do i need a visa\tinternational_visa\ntell me how to say hello in chile\ttranslate\ni want an update on my application for a credit card that i sent in a couple weeks ago\tapplication_status\nthe name i go by is sandy\tchange_user_name\ni wanna remove fishing from my calendar for soccer\tcalendar_update\ndid the application i put in for a mastercard go through yet\tapplication_status\nare you working for me\twho_do_you_work_for\niterate the items on my todo list\ttodo_list\ni must know who programmed you\twho_made_you\nwhen do i need to change my oil next\toil_change_when\nwhat temperature is the ac set at\tsmart_home\nhow long will it take me to make baked chicken\tcook_time\n20 yen equals how many dollars\texchange_rate\nwould you change your accent to the male british one\tchange_accent\nhow many pto days do i have for the year\tpto_balance\nmy luggage has been misplaced\tlost_luggage\nit was enjoyable talking with you\tgoodbye\nplease submit an order for new checks on my pnc money market account\torder_checks\nplease remove current settings and go back to factory settings now\treset_settings\nare there meeting rooms available between 11-12\tschedule_meeting\ncan you set alarm for me\talarm\ntell me the number of vacation days i have stored\tpto_balance\ni need to know if i have any meetings scheduled for today\tmeeting_schedule\ni gotta say no\tno\ncan you check and tell me if my tires have enough air\ttire_pressure\ni would like information on france's timezone\ttimezone\nwhat time is today's meeting\tmeeting_schedule\nspeak navajo\tchange_language\ni need a clear calendar for april 15\tcalendar_update\nmake your speech slower than now\tchange_speed\ni'd like to redeem my credit card points\tredeem_rewards\ntell me what date it is please\tdate\nhow many pints are in four cups\tmeasurement_conversion\nwhen is my next oil change suggested\toil_change_when\ncan you help me figure out the process of rolling over a 401k\trollover_401k\nwhen did i take to car to the auto shop\tlast_maintenance\nuse my savings account to pay xfinity\tpay_bill\ni need to be reminded to do something\treminder_update\nwhat do i have on my calendar for march 2\tcalendar\ncan you check to see if my shopping list already has milk\tshopping_list\nuber, i have 3 people who are going to union station\tuber\ni would like you to secure a 4:30 pm reservation for five people at morton's steakhouse\trestaurant_reservation\ncan you check that i have a reservation on february 28th for 3 in the afternoon\tconfirm_reservation\nwhen am i next having a meeting in december\tcalendar\nsend a text to mom i'll talk to you later\ttext\ncan i please get a new card\tnew_card\nhow do you say good bye in french\ttranslate\nlower volume\tchange_volume\nwhat's my current checking balance\tbalance\ncan you check where my luggage is off jetblue flight ab123 out of buffalo\tlost_luggage\ni need to know my current gps coordinates\tcurrent_location\nwhen can i put a pto request in for feb 22 to march 1\tpto_request\ni won't require my reservation anymore\tcancel_reservation\nset a timer for me\ttimer\nwhen should i replace my tires if i replaced them last year\ttire_change\nname this song, please\twhat_song\nwhat were my last 10 charges on my credit card\ttransactions\nwill an oil change be on my to-do list tomorrow\ttodo_list\ncan you cancel it\tcancel\nlet ann and scott know where i am\tshare_location\nwhat kind of fuel does my car use\tgas_type\nwill i be able to schedule a reservation at 4 seasons in los angeles\taccept_reservations\nplay the next track\tnext_song\nwhat's the mileage on my car\tmpg\ncall justin\tmake_call\ndo travelers to egypt get hit with transaction fees if they're using a mastercard\tinternational_fees\nhow much money did i spend on tent equipment four hours ago\tspending_history\ndoes spirit allow more than one carry on\tcarry_on\ni would like to report a damaged card that was burnt\tdamaged_card\nput mambo #5 by lou bega on my playlist, please\tupdate_playlist\ni can't remember if i added the fun run to my calendar yet; did i\tcalendar\ni'd like to roll a dice and get the result\troll_dice\nhow much have i spent on my bank card sine i last paid my bill\ttransactions\nhi there, how are things\tgreeting\nplease tell me what date it is today\tdate\ni gotta know how low are my tires on air\ttire_pressure\nhow are the fried chicken at zippys\trestaurant_reviews\ni need the apr on my visa card\tapr\nplease set a reminder for me to put the clothes in the dryer\treminder_update\nwhat is the square root of 66\tcalculator\nhow much vacation days have i used\tpto_used\nwhat are some good sushi restaurants in reno\trestaurant_suggestion\ni can't use my card because it is broken\tdamaged_card\nhow many vacation days do i have at my disposal\tpto_balance\nfor how long have you existed\thow_old_are_you\nfind out for me when my car is next due for an oil change\toil_change_when\ni'd like you to speak a bit slower\tchange_speed\ncan you make a phone call to dave\tmake_call\ni think my luggage has been misplaced\tlost_luggage\nis it safe in italy\ttravel_alert\ndoes longhorn steakhouse have good reviews\trestaurant_reviews\ni need you to roll an 8 sided dice\troll_dice\ndo you have any hobbies\twhat_are_your_hobbies\nthat makes sense as well\tyes\nno payments on my bank account\tfreeze_account\nhas anyone looked at my mastercard application\tapplication_status\nwhat could cause a hold on my savings account\taccount_blocked\nhow do i fix my card being declined\tcard_declined\ncan you tell me the process for obtaining a copy of my w2 for my taxes\tw2\nwhat are ways to utilize my credit card points\tredeem_rewards\nplease make an appointment for an oil change\tschedule_maintenance\ni can't tell\tmaybe\nwhen do my tires need some changing\ttire_change\ni wanna know where to find a w2\tw2\ncall my doctor\tmake_call\nthe dog chewed up my card, will you find out what it takes to get a replacement\tdamaged_card\ncan you calculate 18 divided by 45\tcalculator\nwhat kind of person are you, a cat or dog\tdo_you_have_pets\ncan you tell me the tire pressure for the car\ttire_pressure\nplease help me figure out why my card was declined yesterday\tcard_declined\ncan you play your guitar right now\tplay_music\ncreate a reminder to pay taxes on monday\treminder_update\nwhich hospital is nearest to me\tdirections\nplease let my mom and dad know my location\tshare_location\ni was on american airlines flight ab123 out of houston and i can't find my luggage\tlost_luggage\nwhat fuel should i use for this car\tgas_type\nwhere is flight dl123\tflight_status\nhow can i find my routing number for el dorado\trouting\nchange audio to whisper mode\twhisper_mode\ndoes england require socket converters\tplug_type\nwill you please read the things on my shopping list\tshopping_list\ni think my luggage got lost\tlost_luggage\ncan you change the limit on my credit please\tcredit_limit_change\ni no longer want this event in my calendar\tcalendar_update\nwhat should i do in bangor\ttravel_suggestion\nhow much vacation do i have saved\tpto_balance\ntell me if my vacation was approved yet\tpto_request_status\nplease send my location to kevin and also to lucy\tshare_location\nbook me a rental car in aiken on may 12 to may 16\tcar_rental\nlet bill and craig know where i am\tshare_location\ni'd like to know the date tomorrow\tdate\nchange the ai name to a new one\tchange_ai_name\nwhat is the reason humans even exist\tmeaning_of_life\nthank you for your time\tthank_you\ntime to move some cash from one account to another\ttransfer\nplease play 1979 by the smashing pumpkins\tplay_music\nai, what do people call you\twhat_is_your_name\nthe next song should be played\tnext_song\nmy card got snapped in half\tdamaged_card\nwould vaccinations be needed if i go here\tvaccines\ni want to start a new aaa insurance plan\tinsurance_change\nsimulate rolling a dice and tell me what it lands on\troll_dice\ncan i take out the olive oil and use lard\tingredient_substitution\ndo i need to pay my credit card bill already\tbill_due\nplease assist me by making a pto request for march 11-18\tpto_request\nalter the pin on my savings account to be 1234\tpin_change\ndo you know how the ratings are for yardhouse\trestaurant_reviews\ni was at macys trying to buy shoes and my card got declined\tcard_declined\ndo you know if meeting rooms are open to use 1-2\tschedule_meeting\ni need instructions on how to jump start my car\tjump_start\nshow me the transactions from costco yesterday\ttransactions\nread my to-do list items\ttodo_list\ni need to know why you declined my card yesterday\tcard_declined\nplease do a dice roll\troll_dice\nwhat is the procedure for getting a new pin number\tpin_change\nreserve a meeting room for friday, 5pm\tschedule_meeting\nslow down your talking too fast i don't understand you\tchange_speed\ni must get a hotel in phoenix near chase field from january 4th to the 8th\tbook_hotel\nhow long does it take to cook steaks\tcook_time\nwhat do i need to buy\tshopping_list\nso what pets do you have\tdo_you_have_pets\nshow me trivia about cats\tfun_fact\nset a reminder to go grocery shopping\treminder_update\nreserve a table for two for 7:30 pm at dibruno's under patrick donoghue\trestaurant_reservation\nlet me know who made you\twho_made_you\ni would like to know the limit for my credit\tcredit_limit\nplease set up an alarm to go off tomorrow at daybreak\talarm\ni think someone made an illegal charge to my card\treport_fraud\ndo i have enough points on my starbucks card yet\trewards_balance\ntell me how much i have spent on grocery shopping just now\tspending_history\nwhy did i get rejected on my card\tcard_declined\nwhat is the process to schedule a meeting\tschedule_meeting\nwalk me through the items on my reminder list\treminder\ncan i get a hotel room that can accommodate 50 people in bangor from january 01, 2021 to january 30, 2021\tbook_hotel\nsend a text and tell chris i’m not working today\ttext\nare my tires full or low\ttire_pressure\nwhen was the last time i had an oil change\tlast_maintenance\nwhat kind of traffic can i expect driving to newark, new jersey on i-95 from philadelphia at noon\ttraffic\nrestore factory settings\treset_settings\ncheapest fare for flight from tehran to new york on august 1 with return on august 20\tbook_flight\nwhere can i obtain a w2 form from\tw2\nno don't do that!\tno\nwhat is the wait time for torris\thow_busy\nwhat have i got planned for the date of april 23\tcalendar\nhow do i know that you're a person\tare_you_a_bot\ncan i put in a pto request for september 1st to september 8th\tpto_request\nwhat is the timezone for houston\ttimezone\ni need to know the cost of the cable bill\tbill_balance\nif i lose my job will my credit score go down\timprove_credit_score\nswitch my amex pin to 1234\tpin_change\nwhat's my latest credit score\tcredit_score\nwill i hit traffic on route to moms\ttraffic\ncan you tell me how many points i have on my kohls card\trewards_balance\nwill you add what i'm listening to to my love playlist\tupdate_playlist\nin my car, what's the fuel economy\tmpg\nhas my credit card application been processed yet\tapplication_status\ndelete lunch with steve on friday please\tcalendar_update\ni tried to make a purchase yesterday but my card was declined why\tcard_declined\nhow much time do i have before i have to change my tires\ttire_change\ncan i hear the song that starts out doo doo doo\tplay_music\nplay heart shaped box\tplay_music\ni ned you to flip a coin\tflip_coin\nwhy did my card get declined at the dentist office\tcard_declined\nwhat's your name if i may ask\twhat_is_your_name\nhow many carry ons can i take on a flight with delta to seattle\tcarry_on\ncan you tell me a joke\ttell_joke\ntell me how i can apply for a chase credit card\tnew_card\ndon't sync with my phone\tsync_device\ngive me your name so i can use you\twhat_is_your_name\nset a brand new timer for eight seconds\ttimer\ni think it is false\tno\ndo you have any domestic animals\tdo_you_have_pets\ntell me the ingredients for making tom yum\tingredients_list\nbefore i pay my walmart credit card did i make any purchases using it recently\ttransactions\ni will tell my bank that i will be gone from april to may to america\ttravel_notification\nwhat is the data of my gas tank\tgas\nhow much can i spend on my discover card\tcredit_limit\nhow many days do i have to wait for my card\treplacement_card_duration\nhow can i replace my car battery\tjump_start\ncan you confirm my reservation for minnis at 4:00\tconfirm_reservation\ndelete ice cream from my shopping list\tshopping_list_update\ncan you tell me what's on my calendar for march 05, 2019\tcalendar\nchange to whisper mode\twhisper_mode\nwhat's the date on which my last oil change occurred\tlast_maintenance\nhow can i hurt my credit score\timprove_credit_score\nwhats the predicted weather suppose to be like\tweather\ni need to know what traffic looks like nearest the smithsonian institute in washington, dc for the next hour\ttraffic\ndoes my usaa card have international transaction fees\tinternational_fees\nlet me call you fred\tchange_ai_name\ni'm out of paper plates so will you order me some more\torder\ntell me what to call you\twhat_is_your_name\nhow many miles before i run out of gas\tgas\nhow long should i wait before i can bake bread with homemade dough\tcook_time\ntake dishes off the to do list\ttodo_list_update\nabsolutely!\tyes\nwhat is the carry-on policy for flights on panam\tcarry_on\nhow many nutrients are there in a bowl of cereal\tnutrition_info\nplease let my bank know that i will be visiting spain from june 12th to the 24th\ttravel_notification\nwhat's lifes meaning\tmeaning_of_life\ncan you get me a table for 6 at mark's at 11am\trestaurant_reservation\nwhat is the meaning of this life\tmeaning_of_life\nwhat are the nutritional data for mashed potatoes\tnutrition_info\ni hereby rename you felix\tchange_ai_name\nwhat steps should be taken to jump start a car\tjump_start\nmy card is stolen, i need to report it\treport_lost_card\nthat's right\tyes\ncan i cancel my reservations\tcancel_reservation\non what day do i have to pay my nordstrom bill\tbill_due\ni want to hear you tell a joke\ttell_joke\nat what point will i need another oil change\toil_change_when\ncan you help me find my phone\tfind_phone\nwhat appointments do i have tomorrow after 1:00pm\tcalendar\ni'd like to buy a lamp online\torder\nwhat's the date of my next paycheck\tpayday\ntell me the minimum i can pay on my utilities bill\tmin_payment\nsend a text to mom saying i'm on my way\ttext\nhow long will it take for me to get to the gas station\tdistance\nhow long should i cook ham for\tcook_time\ni am camile\tchange_user_name\nshow me a hotel in boise that has positive reviews\tbook_hotel\nhow long does it take to get to dallas by bus\tdistance\ni want you to call me lord\tchange_user_name\nhow many days till i get a new card to replace the stolen one\treplacement_card_duration\ntell me some fun tourist attractions in london\ttravel_suggestion\nwhere's my w-2 tax form\tw2\nwhat's the name of the day today\tdate\ni need the information on how to report a lost card\treport_lost_card\nplease create an alarm for 5:45 am and an alarm for 6:15 am\talarm\nhow do i say dinner in spanish\ttranslate\nhow much have i spent on books recently\tspending_history\nwhat are the pets that you raise\tdo_you_have_pets\nwhat are my bills this month\tbill_balance\nmy luggage is missing off of american airlines flight ab123 out of chicago\tlost_luggage\nsend a text to someone\ttext\ndo i need to see the doctor for shots before i go to south africa\tvaccines\ncan you give me the timezone for the country\ttimezone\ncan you help me remember my pin to my boa account\tpin_change\nwhat's the fuel economy for this car downtown\tmpg\nlet lisa know where i am now\tshare_location\nwhich type of pets do you have\tdo_you_have_pets\nhow many calories are in a can of coke\tcalories\nwhat am i listening to\twhat_song\ntell me what the date is for tomorrow\tdate\nhow can i obtain new insurance\tinsurance_change\ni would like to try and confirm that i have a reservation at carrabbas for heather\tconfirm_reservation\nwhat are common illnesses i should be vaccinated against when leaving the united states\tvaccines\n15 days from today, what will the date be\tdate\ni want directions to the closest atm\tdirections\nhelp me get an american express card\tnew_card\ncan you play music by led zeppelin\tplay_music\ni need to do cleaning so add it to my to do list\ttodo_list_update\nplease let's do it\tyes\nwhat is the status of my pto\tpto_used\nwould it be possible for you to mail me new checkbooks\torder_checks\ntell me how the traffic is on rt 7 to the airport today\ttraffic\ndoes my car have enough gas to get to chicago\tgas\nwhat did you ask again\trepeat\nis there meaning in life\tmeaning_of_life\nwhat's the nutritional info for a ganola bar\tnutrition_info\nhow long until pork spoils in the fridge\tfood_last\nwhat was the amount that i spent on fidelity visa last month\ttransactions\nhow do i get a w-2\tw2\ndo i incur extra fees if i use my card in london\tinternational_fees\ncan i switch in almond butter for peanut butter\tingredient_substitution\ni'd like to know when my next day off is\tnext_holiday\ntell me where you're from\twhere_are_you_from\ni don't know for sure\tmaybe\nhow much have i spent on shoes recently\tspending_history\nwhat is covered under my insurance\tinsurance\ncan you list off different restaurants\trestaurant_suggestion\ni want to learn something about apples\tfun_fact\nplease schedule car maintenance for me\tschedule_maintenance\nwhat date will it be 8 days from now\tdate\ni need milk on my shopping list\tshopping_list_update\ni need some information on a recent transaction\ttransactions\nturn down your volume please\tchange_volume\nwhat are my health insurance benefits\tinsurance\ntell me my tires' air pressure\ttire_pressure\nplay the next hit\tnext_song\nturn up the volume level to 4, please\tchange_volume\nthe reservation i created is not necessary anymore\tcancel_reservation\ncan you instruct me on how to rollover my 401k\trollover_401k\nis it hot outside\tweather\nis there a location i can schedule to check out my tires\tschedule_maintenance\ni no longer need the dinner reservation\tcancel_reservation\ni need help finding a recipe for enchiladas\trecipe\ni need an alarm set now\talarm\nwhat is the meaning of the word slander\tdefinition\nis it time for a tire change\ttire_change\nhow are you classified, as a human or a computer\tare_you_a_bot\nif i use my card in mexico do i get an extra fee\tinternational_fees\ni can't find my credit card and i want to report it as lost\treport_lost_card\nschedule an uber to the bean\tuber\nplease use your whispering voice; i need quiet\twhisper_mode\nbe quiet\tcancel\ngive me a recipe for tacos\tingredients_list\nkind of what pets do you have\tdo_you_have_pets\ncan you let me know my credit card's apr\tapr\nwhat is my chase card's rewards balance\trewards_balance\nwho do you report to\twho_do_you_work_for\nwhat is my income\tincome\nwhat's the current amount of vacation owed to me\tpto_balance\nare you able to figure out where my package is\torder_status\nsend my location to my mom\tshare_location\nwhat is the present exchange rate between usd and british pound\texchange_rate\nvaccines for my trip to cuba\tvaccines\nwhat are some touristy things to do in boston\ttravel_suggestion\nis there travel alerts for greece\ttravel_alert\nhow much is the atm fee for my boa card in orlando, fl\tinternational_fees\nis my day off approved\tpto_request_status\ngoodbye\tgoodbye\ni want to report fraudulent activity on my card\treport_fraud\ni didnt hear what you just said, can you say it again\trepeat\nwhat types of things do you know\twhat_can_i_ask_you\nwhat kind of reviews does the olive garden have\trestaurant_reviews\ni don't need my reservation, can you cancel it\tcancel_reservation\nwhat amount of money do i earn\tincome\nwhat is the day off request status please\tpto_request_status\ncan you tell me how old you are\thow_old_are_you\nplease run a timer for me\ttimer\ncan you tell me how much i need to pay on my bills this month\tbill_balance\nwhat is your current income\tincome\ncan you change the name of what you respond to\tchange_ai_name\nplease skip this song and play the next one\tnext_song\nyou can remove the play date from my calendar for feb 18, 2019\tcalendar_update\nhello, friend\tgreeting\nhow long does it take to cook meal of tuscan\tcook_time\nwhats included with my insurance\tinsurance\nplease give my routing number for my national account\trouting\nwhen does this place let us have a holiday next\tnext_holiday\nhow many points have i earned with my paypal credit card so far\trewards_balance\nwill you add what i'm listening to to my bedroom playlist\tupdate_playlist\nfrom january to august, i will be in uruguay, please let me bank know\ttravel_notification\nwhat is the solution to sixty times thirty\tcalculator\nhow much am i paying from my income in taxes\ttaxes\npay my water bill with my charles schwab account\tpay_bill\nit's good to see you\tgreeting\ni need to know the number of calories on average in a handful of pistachios\tcalories\nhow do i figure out my intetest rate\tinterest_rate\nwhat is the due date for my metronorth monthy pass\tbill_due\ni want to know the status of my day off request\tpto_request_status\ni want to know all about trivia for the office\tfun_fact\ntell me something funny about pizza\ttell_joke\ni want to go to china but am not sure if i need an international visa\tinternational_visa\nupdate me on my vacation request\tpto_request_status\nhow long ago were you born\thow_old_are_you\nhello, anyone there\tgreeting\ni am going out of country and my bank needs to be notified\ttravel_notification\ndo you have any idea why my account may be blocked\taccount_blocked\nplease tell my bank that i will be traveling abroad\ttravel_notification\nwhat do people find funny about food\ttell_joke\ncall the card company and ask them to replace my card\tdamaged_card\nwhat was the reason my bank account was frozen\taccount_blocked\ntimer 5 minutes\ttimer\ninform me of the routing number for my amerifirst account\trouting\nhow do i get to the airport by foot\tdirections\nwhat's the credit limit on my visa card\tcredit_limit\nmy chinese food has sat in the fridge since friday but can i still eat it\tfood_last\nschedule me an uber to my job\tuber\nwhats the timezone for san fransico\ttimezone\naverage time to receive new card\treplacement_card_duration\nhow do i order some checkbooks for my chase account\torder_checks\ni want a bmw suv for march 2 to 6th in dallas\tcar_rental\nthe name you should call me is janet\tchange_user_name\nwhat time am i meeting with john\tmeeting_schedule\nwhat reason could the bank have had for blocking my account\taccount_blocked\nnow, i need a reservation for backwoods crossing at seven for 6 people\trestaurant_reservation\nwould you say that again, please\trepeat\nis tomato on my shopping list\tshopping_list\nis there anything fun to do in berlin\ttravel_suggestion\nlas vegas weather today\tweather\ni need you to set alarm for me\talarm\nmy card was declined yesterday, why\tcard_declined\nwhat kind of outlets do they use in z\tplug_type\ni want to reserve table for 5 at red robin under the name sara at 5\trestaurant_reservation\ni would appreciate it if you put a stop on my bank account\tfreeze_account\ntell me any events scheduled on my calendar for april 15\tcalendar\ntell me about the pets you have\tdo_you_have_pets\nwhere can i get the form for my taxes\tw2\nnot quite sure how to respond\tmaybe\nwhere is your favorite restaurant to eat\trestaurant_suggestion\ni want help making a pto request for february 22-27\tpto_request\nwhat steps should i take if i want to ensure my credit score doesn't drop\timprove_credit_score\nhow many tablespoons are in three cups\tmeasurement_conversion\ncan you play elvis\tplay_music\ni would like help moving money from one account to another\ttransfer\nare you a real person or a bot\tare_you_a_bot\nis there a good website to teach me how to make sushi\trecipe\nhow bad is traffic to the closet atm machine\ttraffic\ni was at whole foods trying to buy groceries and my card got declined\tcard_declined\nwho is your employer\twho_do_you_work_for\ni would like to transfer $100 from my checking to saving account\ttransfer\ncan you tell me the current time in the pacific timezone\ttime\ninstruct me what to do\ttodo_list\nai, show me online options to order more checks for my usbank account\torder_checks\nlock all the doors\tsmart_home\nwhat do you enjoy doing in your off time\twhat_are_your_hobbies\nwhat does your boss go by\twho_do_you_work_for\ncan you tell me what i have spent on food recently\tspending_history\nwhat day is my next payday\tpayday\nwhat's the point balance on my marriot rewards card\trewards_balance\ncan i use margarine instead of butter\tingredient_substitution\nset my temp to 75\tsmart_home\nif i want to schedule a meeting, how do i do it\tschedule_meeting\nwhere can i rent a car soon\tcar_rental\ncan you tell me where i am\tcurrent_location\nshould i be worried about any travel alerts for that country\ttravel_alert\nwhat amount will my state taxes be\ttaxes\ni can't seem to track down my luggage\tlost_luggage\ni want to order some more checks for my savings account\torder_checks\ncan i substitute skim milk for whole milk\tingredient_substitution\ni wanna know the status of flight dl123\tflight_status\nmy luggage is lost i was on delta flight ab123 from detroit\tlost_luggage\ni just used my final check order more\torder_checks\nwhat are the steps to rollover my 401k\trollover_401k\nif i need more checkbooks maild to me what should i do\torder_checks\nit was great chatting with you\tgoodbye\ninstead of pepper, can i use salt\tingredient_substitution\nhow long will eggs keep in the freezer\tfood_last\ntell my all my reminders\treminder\nplease help me set up direct deposit\tdirect_deposit\nhow do i create a meeting\tschedule_meeting\nwhat do you have answers for\twhat_can_i_ask_you\nshare my gps coordinates with my brother\tshare_location\ntell me why am i locked out of my bank account\taccount_blocked\nwhere can i find bluetooth speakers\torder\nwho do you say you work for\twho_do_you_work_for\ncan you confirm that i have a reservation for february 21 at 6 o'clock\tconfirm_reservation\nat which mileage, should i get my oil changed\toil_change_when\ndo you have a preference regarding what i should call you\twhat_is_your_name\ntalk in whisper voice\twhisper_mode\ndoes my checking account have a pin number\tpin_change\nget louder\tchange_volume\nhow does one jump a car\tjump_start\nwhat is the meaning of interorganizational\tdefinition\nwhen's my next payday\tpayday\nplease send the police my location with gps\tshare_location\nwhat can i ask you\twhat_can_i_ask_you\ni want you to speak in french\tchange_language\nplease make sure my account is frozen\tfreeze_account\nhow low is my gas tank\tgas\nmy last card was stolen and i want to know how long until i get my new one\treplacement_card_duration\nend my reservation with carl at umami\tcancel_reservation\nadd the thong song by cisqo to my playlist, please\tupdate_playlist\ncan you tell me my health plan\tinsurance\ni need to get 3 riders to union station\tuber\nis there a recipe for chili i can use\trecipe\nhow long does it take a new card to arrive in the mail to me\treplacement_card_duration\ni want you paired to my phone\tsync_device\nwhat will the date be in 10 days\tdate\nsync phone\tsync_device\nwhat transactions did i put on my visa last month\ttransactions\nhows the air in my tires\ttire_pressure\ni want to know whether or not you are a pet owner\tdo_you_have_pets\nhave the riots in france triggered any alerts for people traveling to there\ttravel_alert\ni have no idea what the pin is for my checking account\tpin_change\ntake the event called surprise party off my calendar for june 2\tcalendar_update\nplease tell my bank i will be in israel from the 6th to the 23rd\ttravel_notification\n\"is \"\"cleaning the bathroom\"\" an item on my todo list\"\ttodo_list\nis there any money left\tbalance\nplease book me an uber ride to the stadium\tuber\ngive me some tips on building up my credit score\timprove_credit_score\ncan i get a random heads or tails\tflip_coin\nwhat do i pay currently in income taxes\ttaxes\nexplain to me how do i get new insurance\tinsurance_change\nplease call toby\tmake_call\ndesync from my phone\tsync_device\nalert my bank and let them know that i'm travelling to madrid\ttravel_notification\npay my monthy mortgage payment\tpay_bill\nmy credit score is what\tcredit_score\ni need to know how many carry ons i can take on a flight with southwest airlines to houston\tcarry_on\nplease put a block on my discover account immediately\tfreeze_account\nwhere do i find the interest rate for my platinum account\tinterest_rate\nhelp me figure out my state taxes\ttaxes\ncan you tell me how many calories are in cookies\tcalories\nis there any uber available to take me to the airport\tuber\nwhat is my amex credit limit\tcredit_limit\nwhere is your home town\twhere_are_you_from\ncan you turn up the volume for your speaker\tchange_volume\nhas my request for vacation time been approved\tpto_request_status\nhow much do i have in my checking\tbalance\nwould you set my alarm for 10:00 and another for 3:00\talarm\ntell me a joke about cows\ttell_joke\ncould you tell me the fuel type for my car\tgas_type\nchange your language prefrences japanese\tchange_language\nis it safe to travel to norway\ttravel_alert\npay my con edison bill using my capital one account\tpay_bill\ngive me some ideas for boosting my credit score\timprove_credit_score\nwhere my phone\tfind_phone\ntell me if per se in nyc takes reservations\taccept_reservations\nthe pets are all good\tdo_you_have_pets\nonline order: status\torder_status\ni would like to know my credit score\tcredit_score\nwhat are the comments on the donuts at tgi\trestaurant_reviews\nhow much time did i take off so far\tpto_used\ncan i substitute salt for pepper\tingredient_substitution\nwho is your boss by the way\twho_do_you_work_for\ncan you tell me what is included in my health benefits\tinsurance\ncan i increase the credit limit on my mastercard\tcredit_limit_change\nhave my tires got adequate amounts of air in them\ttire_pressure\ni am asking you to add this song to my country music playlist\tupdate_playlist\nwhat's on my todo list for today\ttodo_list\ncould you tell me the minimum payment on my mortgage\tmin_payment\nplease book a hotel in ny, close to brooklyn, on the 25th to 30th\tbook_hotel\nhow do you say dog in spanish\ttranslate\ni am hungry and need a restaurant suggestion\trestaurant_suggestion\ni'm glad i got to talk to you\tgoodbye\nwhat is the bank's routing number\trouting\nwhat is one thing i might not know about nike shoes\tfun_fact\nput appointment on my calendar for tomorrow\tcalendar_update\nwhat's the healthcare plan i'm on\tinsurance\ndoes mcdonalds have good reviews\trestaurant_reviews\nread my reminder list\treminder\nwhat categories of questions can you answer\twhat_can_i_ask_you\nshow me where i am on the map\tcurrent_location\nwhat sort of fuel should i use for this car\tgas_type\nwhat would be the conversion between tablespoons and teaspoons\tmeasurement_conversion\nhow do they say tacos in mexico\ttranslate\nwill you add what i'm listening to to my road trip playlist\tupdate_playlist\nbuying qtips today, my card got declined at walmart\tcard_declined\nlet me see the nutrition content of the chicken tacos\tnutrition_info\nwhat is the date when my visa card will expire\texpiration_date\ni'm lacking vitamins so order me more\torder\ni want to know how low the air in my tires are\ttire_pressure\nhow much is my apr on my bank of america card\tapr\ncould you tell me the status of my vacation request\tpto_request_status\ni dont want to hear this song, just play the next one\tnext_song\ntell me why my card got declined\tcard_declined\nrelate to me what my credit score is\tcredit_score\nam i the one you work for\twho_do_you_work_for\nread what i added to the reminder list\treminder\nwhat do i have to do today\ttodo_list\nare you from here\twhere_are_you_from\ndoes osteria francescana take reservations\taccept_reservations\nwhat is the interest rate on my scotiabank account\tinterest_rate\ngracias\tthank_you\nput a hault on my savings account\tfreeze_account\nyou can call me al\tchange_user_name\nwhat's td bank's interest rate\tinterest_rate\nwhat are the cuban plugs like\tplug_type\ni want to keep my credit from going down, how do i do this\timprove_credit_score\ni'm in the mood for a joke\ttell_joke\nput a block on my amalgamated bank account right now\tfreeze_account\nwhat's the definition of unencumbered\tdefinition\nadd schedule appraiser to my to do list\ttodo_list_update\nspell the word aaron\tspelling\ni have misplaced my phone\tfind_phone\ndid i put vacuuming on my todo's\ttodo_list\ni gotta know what the traffic is like on the way to phoenix\ttraffic\nshow me the reviews for the new jalapeno fries at taco bell\trestaurant_reviews\nhow can i apply for a visa card, please\tnew_card\nhow long does chicken curry last in the freezer before it's spoiled\tfood_last\nhow is a direct deposit set up\tdirect_deposit\nlist a few pizza places that have seating near my current location\trestaurant_suggestion\ndid i request a reminder for my niece's graduation\treminder\nwhen is my electricity due date\tbill_due\nhow many carry ons can i take on a flight with united to lax\tcarry_on\nwhich plugs does england use\tplug_type\ni need to pay my visa\tpay_bill\nput smooth operator by sade on my playlist\tupdate_playlist\nwhat is the credit limit for my usaa card\tcredit_limit\ncan you talk more slowly\tchange_speed\ni need help booking a car rental in seattle\tcar_rental\nwhat are some funny jokes\ttell_joke\nwhat are the carry-on limits for flying domestically with delta\tcarry_on\nwhat time is it in the pacific timezone\ttime\nwhen was the last time my car was in the shop\tlast_maintenance\nhow do i fry pork chops\trecipe\ncan you make a reservation at the restaurant for tomorrow\trestaurant_reservation\nhow does this cars mpg do on the highway\tmpg\nplease introduce yourself\twhat_is_your_name\ni would love to know the exchange rate between rubles and pounds\texchange_rate\ngive me your best joke\ttell_joke\nshare location with john\tshare_location\nwhat is your creation date\thow_old_are_you\nhow do you like to spend your free time\twhat_are_your_hobbies\nwhat are the steps to change my insurance policy\tinsurance_change\ngo into whisper mode now please\twhisper_mode\ni need a hotel in phoenix near chase field from january 4th to the 8th\tbook_hotel\nwhat holiday can i expect next\tnext_holiday\nhow do you say hello in french\ttranslate\nwhen did you come to exist\thow_old_are_you\nwhat kind of calories do chicken tenders have\tcalories\ni'd like to cancel my reservation for 5 at hoss's steak house\tcancel_reservation\nif i leave now, how long will it take me to drive to cape hatteras\tdistance\nplease share my location with my boss and my lawyer\tshare_location\ni would have to say yes as my answer\tyes\ncan you help me begin the process of redeeming credit card points\tredeem_rewards\nwhich types of questions may i ask you\twhat_can_i_ask_you\nwhat kind of oil should i use for my current car\toil_change_how\nwe have a table at the taco bell under bowie we need to release\tcancel_reservation\ntell me this song's name\twhat_song\ni need the interest rate on my capital one account\tinterest_rate\ntell me whether i can put a pto request in for may 10 to may 15\tpto_request\nplease transfer 100 dollars between my amazon payments and savings accounts\ttransfer\nforget reservation at oyster bar for tonight\tcancel_reservation\ncould you submit a pto request for me for dates june 11 to 14\tpto_request\nplease put cleaning on my list of things to do\ttodo_list_update\nhit me with a good joke\ttell_joke\ni want a fun fact about london\tfun_fact\nso far how much pto have i used\tpto_used\nwhy cannot i take any money out from my bank account\taccount_blocked\nwhat type of animal is living in your home\tdo_you_have_pets\nis it possible to have a room booked in omaha near the convention hall for may 01, 2019 to may 05, 2019\tbook_hotel\nwhat's my checking look like\tbalance\nmake the volume 4\tchange_volume\nplease change the pin on my bank of america account to be 1234\tpin_change\ncan you submit a pto request for me from dates nov 2 to 10, please\tpto_request\nto what animal species do your pets belong\tdo_you_have_pets\ni need to quick dinner suggestions\tmeal_suggestion\nplease find out the status of my vacation request\tpto_request_status\ni need for you to skip this song\tnext_song\nchange the volume to 4 now please\tchange_volume\ncan i order for more checkbooks for my chase bank account\torder_checks\ni would like to hear the next tune on this particular playlist\tnext_song\naffiliate's definition is what\tdefinition\ncan you put in a pto request for me for july second and third\tpto_request\nare there any vegan restaurants in my town\trestaurant_suggestion\ntell me a dog joke\ttell_joke\ni have to go ai goodbye\tgoodbye\nis it possible to change oil, if so how and what do i use\toil_change_how\nwhen am i due for my next paycheck\tpayday\nhow many points earned do i have with my american express card\trewards_balance\ndo i need a plug converter when i visit belgium\tplug_type\nai, please help me find my phone\tfind_phone\nbegin the coin flip now\tflip_coin\nwhat was the date of my last auto appointment\tlast_maintenance\ntell me the number of calories in a banana\tcalories\nwho can look at my car, the engine light is on\tschedule_maintenance\nwhen is the expiration date for my discover card\texpiration_date\nwhat is your birthday\thow_old_are_you\ni want to know what my recent transaction was\ttransactions\nhow would i say nice to meet you if i were russian\ttranslate\ndo you know the smallest amount i can pay on my water bill\tmin_payment\nhow do i say thank you in spanish\ttranslate\ni want you to buy me a shirt\torder\nmy name is john\tchange_user_name\ni need to report fraudulent activity on my mastercard\treport_fraud\nset the temperature to 78\tsmart_home\nwhat is the gas mileage on a ford falcon\tmpg\nwhat time is my package getting here\torder_status\nwhere is my phone now\tfind_phone\nplease cancel that last task\tcancel\nwhat is the spelling of potato\tspelling\ni need an alarm for 6am\talarm\nwhat's my vacation day usage so far\tpto_used\nhow do i request vacation time\tpto_request\nhow strict is spirit when it comes to carry ons\tcarry_on\ni want to report a damaged card that my cat shredded with its claws\tdamaged_card\nif i fly internationally, do brittish airwaiys have carry-on limitations\tcarry_on\nwhat is the balance of my bank accounts\tbalance\nfreeze my account at the bank immediately\tfreeze_account\nshould i get any shots before i go to kenya\tvaccines\nwhat did i spend on beer last month\tspending_history\nwhat is the calorie content of a small bag of lay's potato chips\tcalories\nfind out why my card was declined\tcard_declined\nwhat's the french word you use for potato\ttranslate\ncan you tell me when my cable bill is due\tbill_due\nwhat's the least i can pay towards this bill\tmin_payment\nwhat are the nearest streets to the statue of liberty in new york\tdirections\nmy card declined\tcard_declined\nim going to be in paraguay from january 7th until january 10th\ttravel_notification\ncan you tell where my package is\torder_status\nhow do i get to the train on foot\tdirections\ncan you find out what triggered a hold on my bank account\taccount_blocked\nis there any meetings from 5 to 6 pm\tmeeting_schedule\ntell me how many vacation days i've used\tpto_used\nthat's a definite yes\tyes\ntell me if you are a person or ai\tare_you_a_bot\nwhat is the proper time to cook steak for\tcook_time\nbonjour\tgreeting\ni need you to tell me the credit limit for my republic bank card\tcredit_limit\nconfirm my taco house reservation for jean\tconfirm_reservation\ni believe that my luggage was lost\tlost_luggage\nis it recommended to get any specific shots before i travel to argentina\tvaccines\nmay i hear some music by fleet foxes\tplay_music\nwhat hobbies do you like doing\twhat_are_your_hobbies\ndo i have bananas on my list, if not please put them on the list\tshopping_list_update\ndo not talk so loudly\twhisper_mode\nhow much have i spent on clothes recently\tspending_history\ntell me some interesting trivia about dinosaurs\tfun_fact\ndo you know the expiration date for my visa card\texpiration_date\nbook a flight from tampa, fl to baltimore, md on 11 february 2019 and returning on 19 march 2019\tbook_flight\ni owe you one\tthank_you\ngive me something interesting about stars\tfun_fact\nhow do you address me\tuser_name\nadd pepsi to my shopping bag\tshopping_list_update\ni need to know when i must pay my car bill\tbill_due\ncan i take an uber to the statue of liberty\tuber\nhey how's it going\tgreeting\nall right\tyes\ni need to know the interest rate on my bank of america cd account\tinterest_rate\nmy report card was lost help!\treport_lost_card\nplease get milk removed from my shopping list and add bread\tshopping_list_update\nconvert 20 yen to dollars\texchange_rate\nwhat's the time in london\ttime\nif i lost my card how do i report it\treport_lost_card\nwhat has my income been like\tincome\nare there any new travel warnings for the us\ttravel_alert\nadd american idiot by green day to my playlist\tupdate_playlist\nmove my money please\ttransfer\nwhen do i need to pay my dte energy bill\tbill_due\nwhat's the shelf life of guacamole in the fridge\tfood_last\ndoes my vacation have approval\tpto_request_status\ncan you please do a simulated coin flip for me ai\tflip_coin\ndo you work for a different individual\twho_do_you_work_for\ncheck when the next day is i can go fishing will be\tnext_holiday\nai, do you like your name\twhat_is_your_name\ncalorie check, cheese burger\tcalories\nlet me know the process for new insurance\tinsurance_change\ndoes jamaica require a visa\tinternational_visa\nmy capital one visa was taken without permission\treport_lost_card\nhow long til my new card arrives by mail\treplacement_card_duration\nmy list for shopping has what on it\tshopping_list\ni would like to apply for a new card\tnew_card\nhow is the traffic like on my way to fairfield\ttraffic\nhow would one make a vacation request\tpto_request\ncan you do a coin flip\tflip_coin\nwhen is the next time i need to get an oil change\toil_change_when\nwhats your age\thow_old_are_you\nwhat would you say is a good german dinner idea\tmeal_suggestion\nwhat is the time\ttime\nyou need to speak softer\twhisper_mode\ni need everything on my shopping list\torder\nturn your voice box down\tchange_volume\nwhat can i use as a substitute for yeast\tingredient_substitution\ni have to report my card as stolen\treport_lost_card\nhow long should i microwave hot pockets for\tcook_time\ncan you please talk slower\tchange_speed\ndoes my w2 come by mail\tw2\nwhat's a good trivia fact about china\tfun_fact\nwhat did i put on my shopping list so far\tshopping_list\ncan i get you to talk at a slightly faster rate\tchange_speed\nwhat instructions do i need to bake a cake from scratch\trecipe\nread me some different cat trivia items\tfun_fact\nwhat should i make for dinner\tmeal_suggestion\nyou can call me michael\tchange_user_name\nwhich song are we listening to\twhat_song\nplease remind me of the tasks on my to do list\ttodo_list\nwhat's my apr on my primary credit card\tapr\ni am currently out of q tips and need more ordered right away\torder\ncan i swap chili for sloppy joe mix in the recipe\tingredient_substitution\nlet me hear my todo list\ttodo_list\nwhat ingredients are in spinach dip\tingredients_list\nthe creator of your ai, what is their name\twho_made_you\ntell me where i should get the w2\tw2\nmy car needs maintenance scheduled\tschedule_maintenance\nwhat is one dollar worth in mexico\texchange_rate\nplease suggest meals from italy to me\tmeal_suggestion\ni need to know my bank balance\tbalance\nprovide a random roll of the dice\troll_dice\nwhat timezone is london in\ttimezone\ncan you provide me the calories in the smoothie\tcalories\ncan you tell me the most interesting fact about resistors\tfun_fact\nreserve a table for 2 at red lobster at 8:00\trestaurant_reservation\nhas the discover card approved my app\tapplication_status\nhelp me get a w2 to do my taxes\tw2\nwhere is my cellphone\tfind_phone\nwhat time is it in paris\ttime\ncan you now please go back to the original settings\treset_settings\ni need help finding my luggage\tlost_luggage\nshare my location with sarah\tshare_location\ncan you share the status of my day off request\tpto_request_status\ndo you know what timezone italy is in\ttimezone\ncross volunteering off my todo list\ttodo_list_update\nwhat did i put on my shopping list\tshopping_list\nwhat's the next scheduled holiday at this job\tnext_holiday\nwhat are the carry-on restrictions for united\tcarry_on\nlower your voice box\tchange_volume\nhow much am i allowed to spend on my discover card\tcredit_limit\nhow come my credit card isn't working\tcard_declined\nplease call me by this new name\tchange_user_name\ni want a 10 minute timer\ttimer\ncould you tell me how to set up direct deposit for my check from work at nations bank\tdirect_deposit\ncan you check when my flight lands\tflight_status\ni wish i knew how to spell mississippi\tspelling\nmy phone is lost, can you help with that\tfind_phone\nare you a live being\tare_you_a_bot\nwhat are the carry-on restrictions for southwest airlines\tcarry_on\ncan i increase my volume\tchange_volume\nwhat if i have the wrong plug\tplug_type\nplease mail me more checkbooks\torder_checks\nhow many holiday days do i have left to use\tpto_balance\ngo back to factory settings please\treset_settings\nis spaghetti healthy\tnutrition_info\ncan i have the expiration date for my capital one card\texpiration_date\ncould you speak faster\tchange_speed\nare you able to remind me about something\treminder_update\ni'm travelling to thailand soon and want to inform my bank\ttravel_notification\nyes that's correct\tyes\nwhen do i have meetings today\tmeeting_schedule\ni need you to order all the things on my shopping list\torder\nhow much have i spent on eating out recently\tspending_history\ncan i make a reservation for 2 at state bird for 8:30\trestaurant_reservation\nis there a charge to use my card in croatia\tinternational_fees\ni'm sorry please repeat the question\trepeat\nnot right now\tno\nnow what is the time\ttime\ntell me your date of birth\thow_old_are_you\nhas my vacation request been denied or approved yet\tpto_request_status\nyou are a bot aren't you\tare_you_a_bot\nmy new debit card is lost and i need to report it\treport_lost_card\ncan you please revert to factory settings at this time\treset_settings\nremind me to take out the trash\treminder_update\nhow can i find my interest rate for my alliance account\tinterest_rate\nwhat kinds of questions can you respond to\twhat_can_i_ask_you\ni need a reservation at 8 on the 22nd of november at ruth's\trestaurant_reservation\ni would like to try and confirm that i have a reservation at chili's for jamie\tconfirm_reservation\nlet me know my march 2 calendar\tcalendar\ni want you to call me pam\tchange_user_name\nhow much mpg do i have\tmpg\ndo you know any fun facts about mt everest\tfun_fact\nwhat mpg does this car get on the expressway\tmpg\nget rid of my to do list\ttodo_list_update\nis it time for new tires\ttire_change\nwhat is there on january 1st on my calendar\tcalendar\nread me everything on my shopping list\tshopping_list\ncan you tell me the routing number of wells fargo\trouting\nread my shopping list\tshopping_list\nwhen did the oil get changed\tlast_maintenance\nhow long do i need to cook tuna casserole for\tcook_time\ni need to cancel my reservation after all, please\tcancel_reservation\ni need some help with transferring my 401k, can you help\trollover_401k\nremind me to wash the dog, put on list of things to do\ttodo_list_update\nmake my pin 1234 for my checking account\tpin_change\nmake all settings the initial defaults if you would\treset_settings\nis there anyway, i can report a suspicious activity on my citi card\treport_fraud\nwhat is the best type of gas for this car\tgas_type\nhelp me and let me know when i should replace my tires next if i last replaced them on june 2\ttire_change\nwhat's your full name\twhat_is_your_name\nwhat's the direction for foot traffic to get to the eiffel tower\tdirections\nhow did you save my name\tuser_name\nhow long should i expect beef stroganoff to prepare\tcook_time\nwhat country are you from\twhere_are_you_from\nwhat's my current credit rating\tcredit_score\nwhats the update on flight dl123\tflight_status\nhow do i ask about the weather in chinese\ttranslate\ngo ahead and play the song that goes like hey jude don't make it bad\tplay_music\nwho do you consider your employer\twho_do_you_work_for\nplease change your accent to a british male\tchange_accent\ndo i have enough fuel to get to dollar tree\tgas\nwhat are united's carry-on rules\tcarry_on\nwhich type of plugs do they use in scotland\tplug_type\ni want to change your name to sarah\tchange_ai_name\nhelp increasing credit on discover card\tcredit_limit_change\nhow've you been feeling\tgreeting\nset up a new pin number on my college fund account and make it be 1234\tpin_change\nwhat ingredients are necessary for a steak\tingredients_list\nhow do i do a 401k rollover when switching to a new job\trollover_401k\ncan i substitute butter for margarine\tingredient_substitution\nare the reviews for mi casita good\trestaurant_reviews\nin osaka, do i need a plug converter for my electronics\tplug_type\ncould you direct me to any good places in kentucky that serve sushi\trestaurant_suggestion\nwhat time is it now\ttime\non a flight with jin air to jeju, how many carry ons are allowed\tcarry_on\ni need to find out how to check the due date for the water bill\tbill_due\nhow's my gas supply looking\tgas\nwhat's your favorite hobby\twhat_are_your_hobbies\nthis song i'm listening to would be great on my commute playlist\tupdate_playlist\n\"\"\"please contact my credit card company to report fraudulent activity on\"\treport_fraud\nchange audio settings to the whisper option\twhisper_mode\nit was great talking to you\tgoodbye\ncan you flip a coin i pick heads\tflip_coin\nhow many pto days are in my possesion\tpto_balance\nremove laundry from my todo list\ttodo_list_update\nfind my credit score for me\tcredit_score\ni would like to know my current location\tcurrent_location\nwhat's my credit limit\tcredit_limit\ni suspect some suspicious activity\treport_fraud\nwhats the fuel economy of this car\tmpg\nhas may supervisor approved the vacation days i asked for\tpto_request_status\nhow long will it take before the postal service delivers my new card\treplacement_card_duration\ncan you change the oil, with what and how\toil_change_how\nis it possible to get a new credit card\tnew_card\ncan i get a new card\tnew_card\nshh please speak with a whisper\twhisper_mode\nhow do i ask to have a vacation\tpto_request\ni do not recall the pin number to my card\tpin_change\nroll dice\troll_dice\ni'd like to buy some cooking pans\torder\nhow can i go about requesting a vacation\tpto_request\nmaybe it is\tmaybe\ntell me a funny joke about men\ttell_joke\nlook up the date for my next payday\tpayday\nwhat are your pets\tdo_you_have_pets\ni want to reset your settings to the original\treset_settings\ncan i please get an appointment to get my oil changed\tschedule_maintenance\nbook flights for me from nyc to la on march 1, returning on march 5\tbook_flight\ncan i purchase a vacation using this\tpto_request\nwhat's my name\tuser_name\nhow can i see my rewards for my visa card\trewards_balance\nhow much have i spent on alcohol recently\tspending_history\nwould you need more shots to go to mexico\tvaccines\nchange to a new accent please\tchange_accent\ntell me once more\trepeat\nbuy everything on my list\torder\ni don't know the reason my account is blocked\taccount_blocked\nwhat is the routing number for my wells fargo account\trouting\nhow much is my credit limit\tcredit_limit\ni call tails and you call heads on this coin flip i need you to do\tflip_coin\ntell me how many days i've taken off at this point\tpto_used\ni would like to listen to a funny joke\ttell_joke\ni want everything on my shopping list\torder\nwhat do people say about village inn\trestaurant_reviews\nwhat do you refer to me as\tuser_name\nwhen can i expect my order\torder_status\nwill you start calling me chaz\tchange_user_name\nwhat is the song that is currently playing\twhat_song\ntell me how to use credit card points\tredeem_rewards\nhow will i find my current location\tcurrent_location\ni need to rollover my 401k to a new job\trollover_401k\nno thanks\tno\nwhat is my current interest rate\tinterest_rate\ni want to know how to go about getting a new credit card\tnew_card\nlocate my cellphone in this room\tfind_phone\ni want to know what the latest is on my vacation request i submitted\tpto_request_status\nwhat's the meaning of a fortnight\tdefinition\ni want to update you name\tchange_ai_name\ntell me things i can do in chicago\ttravel_suggestion\ni need to know if i can put a pto request in for march 10 to march 12\tpto_request\nwhat do i need to make brownies\tingredients_list\nhow do i make tuna salad\trecipe\nplease repeat what you said\trepeat\nhow did you come to be you\twho_made_you\nread back to me my to do list\ttodo_list\ncan you cancel my dinner reservation\tcancel_reservation\ni want to see the nutritional content of the hamburger\tnutrition_info\nshow me my ten most recent transactions on account xyz\ttransactions\nis it safe to travel to argentina\ttravel_alert\ni want you to cancel my reservation for 5 at red robin\tcancel_reservation\nhow do i check my rewards for my maurices card\trewards_balance\nwhat day will it be 373 days from now\tdate\nfind an indian restaurant\trestaurant_suggestion\ni want to find out what my credit score is\tcredit_score\ncan you show me roundtrip flights from dallas to los angeles from march 2 to march 10\tbook_flight\ncan you tell me the square root of pi\tcalculator\nwalk me through on how to make a vacation request\tpto_request\nsee you in a while\tgoodbye\noh, thanks\tthank_you\ni have a fraudulent transaction from fry's on my account\treport_fraud\ndo i have any meetings today between 9 and 10\tmeeting_schedule\nmake the lights darker\tsmart_home\ni need to add iep meeting to my calendar on april 15th\tcalendar_update\nyou are not wrong about that\tyes\nyou have to reserve a table for 4 at red robin under the name kevin at 7\trestaurant_reservation\ni need to know the number of days off i have taken at this point\tpto_used\ndo you want peanut butter for your lunches this week\tshopping_list\nwhat is the minimum i can pay on my gas bill\tmin_payment\nhow much do i have to pay for my cable bill\tbill_balance\ncan you locate my package\torder_status\nis there air in my tires\ttire_pressure\ncan you text walt and tell him to meet me at the car wash\ttext\nwhat are the ingredients to make shepherd's pie\tingredients_list\npay the minimum payment for m and t bill\tmin_payment\nreserve a table for 2 at olive garden under the name jim at 6:00pm\trestaurant_reservation\nwhat is the real meaning of life\tmeaning_of_life\nsend david my location\tshare_location\nwhat name is mine\tuser_name\ndid i schedule any meetings for today\tmeeting_schedule\nhow much on bills to i have to pay\tbill_balance\ni will be glad to know what type of things you can help me with\twhat_can_i_ask_you\nroll the dice!\troll_dice\nwill it be okay if i use water instead of milk\tingredient_substitution\nhow many calories in scoop of chocolate ice cream\tcalories\ni need you to increase your speaker volume\tchange_volume\nmake a reminder to pay the mortgage\treminder_update\ncan i make a reservation at chevy's\taccept_reservations\nwhat other hobbies do you enjoy\twhat_are_your_hobbies\nwhere is the closest starbucks\tdirections\nunsync from my phone please\tsync_device\ni need directions to get to olympia by bus\tdirections\ntoss a coin i will take heads\tflip_coin\nuse my navy federal account and pay this month's verizon bill, please\tpay_bill\nwhen is the next day we have off\tnext_holiday\nclear my calendar for tomorrow\tcalendar_update\nwhen will my visa expire\texpiration_date\nwhat is the time frame to get to phoenix\tdistance\nhow is everything going for you\tgreeting\nmay transactions for last 2 days\ttransactions\nwhat is the minimum payment i can make on my electric bill\tmin_payment\nhow many of inches of snow did my hometown get last year\tweather\nis there any meaning to being alive\tmeaning_of_life\nwhat amount do i owe in taxes\ttaxes\nwill i be able to increase my credit limit to $1000\tcredit_limit_change\nwhat kind of stuff is in potato salad\tingredients_list\nwhat ingredients are in tacos\tingredients_list\nare you working for someone else\twho_do_you_work_for\nit looks like my account is blocked but i have no clue why\taccount_blocked\nwhat time is it now in michigan\ttime\nput song in springtime playlist\tupdate_playlist\nit appears that my luggage has been lost\tlost_luggage\nsend fraudulent activity information\treport_fraud\nhelp me build my credit score by showing me some ways on how to\timprove_credit_score\ncan a bus get me to the statue of liberty\tdirections\ngo into whisper mode until the plane lands\twhisper_mode\njust call me sam\tchange_user_name\nhow much do i owe for state taxes\ttaxes\nhow different will my state taxes be\ttaxes\nhow much is my rent\tbill_balance\nremove my todo list\ttodo_list_update\nhi, how are you today\tgreeting\ndo you have anything you enjoy to do\twhat_are_your_hobbies\ncan you tell me the location of the nearest bank\tdirections\ncan you give me a spelling for antipathy\tspelling\ndo i need to get any shots before visiting family in seattle\tvaccines\nyes, that is a fact\tyes\ntell me what's on my calendar for march 22nd\tcalendar\nare you working for another person or entity\twho_do_you_work_for\nthe tv turn it on\tsmart_home\nwhat do i need to do if i want to ask for vacation time\tpto_request\nwhat would you suggest for japanese\tmeal_suggestion\nif i want to travel to singapore do i need a visa\tinternational_visa\nfind out where i am on the map\tcurrent_location\ncan i reach seattle with this amount of fuel\tgas\nwhat's 32 degrees fahrenheit in celsisus\tmeasurement_conversion\ncan i get an uber for 2 home\tuber\ni wanna schedule some car maintenance\tschedule_maintenance\nhow do you say hello in mexico\ttranslate\nin the eastern timezone, what time is it now\ttime\ni wanna disconnect from my phone\tsync_device\ncan i use my points to pay my credit card\tredeem_rewards\ni heard i can transfer my 401k, but don't know how, do you\trollover_401k\nwhat is the exchange rate between rubles and us dollars\texchange_rate\ntell me the forecast\tweather\nimmediately the credit card company must be told that i lost my card from them\treport_lost_card\ntake $40 and transfer it to account a from b\ttransfer\ncan you throw out some suggestions to me of places to travel to\ttravel_suggestion\ntime taken to reach doctors office\tdistance\nhow's the weather\tweather\ni need to book a flight on jet blue to boston from new york\tbook_flight\nare there any travel alerts for antarctica\ttravel_alert\nwhen will my delta flight depart\tflight_status\ni desperately need to rollover my 401k somehow\trollover_401k\nwould you roll the dice\troll_dice\nplease tell me the routing number for my wells fargo account\trouting\ni need to know the conversion between tablespoons and teaspoons\tmeasurement_conversion\nwhat might the meaning of altruism be\tdefinition\ni need to schedule a meeting with mae at 5pm\tschedule_meeting\nnow use male voice\tchange_accent\nwhich mexican meal would be good\tmeal_suggestion\nwhere can i schedule to get my tires checked out\tschedule_maintenance\ntransfer 200 dollars from paypal to savings\ttransfer\ndo you know any trivia about ostriches\tfun_fact\nare you able to lookup my credit rating\tcredit_score\nwhen do i pay the utilities\tbill_due\nis the gang getting together this afternoon\tmeeting_schedule\nwhat's today's date\tdate\nhow can i keep my credit score from falling\timprove_credit_score\nhelp me add this song to my country music playlist\tupdate_playlist\nwhere should i go to eat tonight\trestaurant_suggestion\ni'm flying delta and need to know the carry-on rules\tcarry_on\ni don't like this song, can skip it\tnext_song\ni'll use what ingredients for lasagna\tingredients_list\ni must change my pin number for my money market account\tpin_change\ni want an evaluation of my car's tire pressure\ttire_pressure\nhow do you go about jump starting a car battery\tjump_start\nplease tell me the status of my southwest flight\tflight_status\ncall my credit card company and ask can i use my points\tredeem_rewards\nset up an alarm\talarm\nplease help me to know what type of things you can help me with\twhat_can_i_ask_you\ndoes the box have nutrition facts for cheerios on it\tnutrition_info\ni wanna order some more checks for my checking account\torder_checks\nin what place are you originally from\twhere_are_you_from\ni am interested in a new insurance plan\tinsurance_change\nare you okay right now\tgreeting\nwhat ingredients are necessary to make spaghetti carbonara\tingredients_list\ni need an alarm\talarm\ni need an alarm at 8 pm\talarm\ni want to know your age\thow_old_are_you\nhow long will it take me to get to phoenix\tdistance\nwhere can one receive their w-2 form\tw2\ni need to let my bank know i will be in america from april to may\ttravel_notification\nwhen's the next time i should change my tires\ttire_change\ndoes cuba require vaccines\tvaccines\ncan you share my location with mom\tshare_location\nwhat is the proper cooking time for this\tcook_time\ncan you purchase underpants for me\torder\ni need you to change your accent to the male british one\tchange_accent\ni need to know how to spell conscience\tspelling\ndo you know when i can expect my next paycheck\tpayday\nwhat timezone is detroit in\ttimezone\ni need to confirm the reservation for frank at chili's\tconfirm_reservation\nhow do you spell out wednesday\tspelling\nfind out why i can't log in to my bank of america account\taccount_blocked\nwhat are the steps to set up direct deposit to my chase account\tdirect_deposit\ni need a meeting room between 3-7, are any available\tschedule_meeting\ncan you connect with my phone, please\tsync_device\nwhat's the ultimate day for me to pay the internet bill\tbill_due\nwhat should i do for fun in tokyo\ttravel_suggestion\nnot true\tno\nchange settings to how they were originally\treset_settings\nyour birthplace is where\twhere_are_you_from\nmake your name steve\tchange_ai_name\nplease roll the dice, ai\troll_dice\nhow much should my income be for the month\tincome\nis cleaning the toilet on my to-do list\ttodo_list\ntell me what the date is today\tdate\nadd bread to my list of things to buy\tshopping_list_update\nwhat is the timeframe for getting my tires changed\ttire_change\ncan i use oil instead of vinegar\tingredient_substitution\nwhere can i cash out my card points\tredeem_rewards\nwhere can i get my w2\tw2\nwill my credit card be mailed soon\treplacement_card_duration\nreport my card as lost\treport_lost_card\ni need to know where to get w2\tw2\ngive me the status of my vacation request\tpto_request_status\nwhat is the mpg\tmpg\nwhat's the estimated time to get to ppg paints arena in pittsburgh via bus\tdistance\nwhat steps can i take to make sure my credit score doesn't go down\timprove_credit_score\ncan you give me some suggestions to go site seeing when i get there\ttravel_suggestion\nare you now working for me\twho_do_you_work_for\nplease tell me how do i change the account pin number\tpin_change\nhow do i cash in my reward for chase\tredeem_rewards\nhow do i apply for american express\tnew_card\nwhat is the current tune\twhat_song\nwhat's the name of this release\twhat_song\n\"\"\"which things are wanted to remember\"\treminder\nwhat's the point of everything\tmeaning_of_life\nin which time zone does denver reside\ttimezone\nwhat's tomorrow on the calender\tdate\nscratch\tcancel\ndo you know whether ihop does reservations\taccept_reservations\ncan you tell me the types of pets you have\tdo_you_have_pets\nmake me an appointment for a tire check\tschedule_maintenance\ndoes kentucky have any good restaurants that serve sushi\trestaurant_suggestion\nwhich days did i take off work\tpto_used\ni am curious to know if you are a bot\tare_you_a_bot\ntell me if flipping the mattress is on my list of reminders please\treminder\nhow can you help me\twhat_can_i_ask_you\nplease locate my phone\tfind_phone\nhow can i get a hold of my w-2\tw2\ndoes michael's accept reservations\taccept_reservations\nplease help with paying my cell phone bill\tpay_bill\ni need to put in a payment towards my phone bill\tpay_bill\nhow do i convert inches and centimeters\tmeasurement_conversion\ni need to know the calorie content in a piece of pepperoni pizza\tcalories\nwhen will my tires need to be changed\ttire_change\ni would like to request pto for march 2 and 3\tpto_request\nwhat amount of calories are in one muffin\tcalories\nno, that's not right\tno\ni want to hear cool bee facts\tfun_fact\ni think the charge for uber on my account is fraudulent\treport_fraud\nwhat type of plug do i need when in rome\tplug_type\nplease confirm my reservation for march 8th at 12:00\tconfirm_reservation\nlook up the status of my time off request\tpto_request_status\ncan you tell me the nutrional info of a big mac\tnutrition_info\ncan you tell me if my application for a credit card has been processed yet it was at chase bank\tapplication_status\nplease tell my location to bob\tshare_location\nyou call me what\tuser_name\nlook up how much my state taxes are\ttaxes\ni no longer need the reservation for 20 at ihop\tcancel_reservation\nsend a text message to chris and ask what he wants to eat for dinner\ttext\ntell me something interesting about dogs\tfun_fact\nhow do i get a w2 form\tw2\nchange language please\tchange_language\ni need to know what my wife's account's routing number is\trouting\nwhen it my citi card expired\texpiration_date\ni would like my total rewards points balance on my bank of america platinum rewards card, please\trewards_balance\ngive me examples of what some of your hobbies are\twhat_are_your_hobbies\nwhat do you like to do when you're not working\twhat_are_your_hobbies\nwhere should i go to get my dead car battery checked out\tjump_start\nwhat is my current gross salary\tincome\ncan you order more printer paper\torder\ni want to know what my routing number is\trouting\nwhen is the next payday i can look forward to\tpayday\nis there any transaction fees on my citibank card if used in spain\tinternational_fees\ni need this song title\twhat_song\nwhat is that song that's playing\twhat_song\nchange my amex pin to 1234\tpin_change\ni'd like to refer to you as my house from now on\tchange_ai_name\nset up a reminder to mail a check tommorow\treminder_update\nwhat did i spend at bath and body works last month\tspending_history\nare there any specific shots i should get before traveling to england\tvaccines\nwhat's the amount of air in my tires right now\ttire_pressure\nwho programmed you\twho_made_you\nplease call me johnny\tchange_user_name\nlocate lost luggage from flight america airlines in o'hare\tlost_luggage\nshould i get a travel visa for spain\tinternational_visa\nhow many shots do i need before i go to africa\tvaccines\nnever mind\tcancel\nwhat do you like to be called\twhat_is_your_name\nread back my to do list\ttodo_list\nwhat is the word for hello spanish\ttranslate\ni got to transfer ten dollars from my bank of america account to my capital one account\ttransfer\nhow many mpg does my car get\tmpg\ni am needing to know your name\twhat_is_your_name\ni wonder what my to-do list looks like for today\ttodo_list\nwhat are some fun things to do in sweden\ttravel_suggestion\ngive me the apr for my mastercard\tapr\ni need you to please repeat that\trepeat\ntell me something funny about animals\ttell_joke\nplease give me directions to the nearest starbucks\tdirections\nhow far can i go on one tank of gas\tmpg\ntell me what the word die means\tdefinition\nbye\tgoodbye\nwould most people say you are a computer or a human\tare_you_a_bot\ngive me my reminders\treminder\nstart sending my location to alex\tshare_location\ni need to report my bent card\tdamaged_card\nwhat is the traffic like on the way to makaha\ttraffic\ndisconnect sync from my phone\tsync_device\ni want to listen to music by the beatles\tplay_music\ntell me if i have any spare vacation days\tpto_balance\nwhere do i locate my routing number for my premium checking account\trouting\ncan i get a w-2 from the post office\tw2\ni need this song on my jam playlist\tupdate_playlist\ni must add farm trip to my calendar for friday\tcalendar_update\nhow to improve a credit score\timprove_credit_score\nhow much have i spent on make up recently\tspending_history\nhey just take off everything from my todo list\ttodo_list_update\nwhat is the answer to life\tmeaning_of_life\nhas my ordered arrived\torder_status\nmake sure all doors are locked\tsmart_home\nthrow a roll of the dice\troll_dice\ndo they take reservations at the progress\taccept_reservations\nwhen's the next day off\tnext_holiday\nwhat is the minimum payment for my credit card bill\tmin_payment\nhows are ya\tgreeting\nwill you answer if i call you lexi\tchange_ai_name\nremind me to set the meat out to defrost\treminder_update\nwhat did i spend my money on last week\tspending_history\nis the bill due this week\tbill_due\ntell me the expiration date for my current credit card\texpiration_date\nwhat pets do you own\tdo_you_have_pets\ni have how many points on my amex right now\trewards_balance\ncan you just use regular milk instead of buttermilk\tingredient_substitution\ndoes my navy federal card have international transaction fees\tinternational_fees\ncan you tell me how to jump a car\tjump_start\nwhat's the calorie info for 2 cups of regular chex mix\tcalories\ntell me how many calories in a medium size apple\tcalories\ncan you play an alarm at 5pm\talarm\nshare my gps with tom\tshare_location\ndoes mexico require me to have a visa to travel there\tinternational_visa\nwhat's on my calendar for the 18th of march\tcalendar\nmake the volume set to 4\tchange_volume\nare you a real person or a robot\tare_you_a_bot\nhello there ai\tgreeting\njust shut up\tcancel\nwhat is the apr on my master card\tapr\ndo you know what are the ingredients to make apple pie\trecipe\ntell me my current gps coordinates\tcurrent_location\nif i think my car battery is dead, what steps should i take to fix it\tjump_start\nhow high is the apr on my credit card\tapr\ndo you know your name\twhat_is_your_name\nshow me popular sushi recipes\trecipe\nwhat's the current location of my package\torder_status\nwhat do my bills add up to\tbill_balance\ni would like to apply for a visa card\tnew_card\nwhat day it today\tdate\ndo you have different kinds of pets\tdo_you_have_pets\ndo i have a good apr on my credit card\tapr\nhow do i put in for vacation\tpto_request\ni need to get my tired checked at one of the location\tschedule_maintenance\nadd creep by radio head to the playlist\tupdate_playlist\nplay the song that goes like i like to move it, move it\tplay_music\ndoes delta have any restrictions for what i can carry on\tcarry_on\nare socket converters needed in lisbon\tplug_type\nhow many rewards points do i have for my visa card\trewards_balance\nnegative\tno\ni need to know the carry on policy for american airlines flights\tcarry_on\nwhat is my first name saved as\tuser_name\nwhats a good chinese dinner suggestion\tmeal_suggestion\nlet's decide with a coin flip\tflip_coin\ncan i change the voice to male\tchange_accent\ncan you please reserve my uber to go to devon's seafood restaurant\tuber\nmark my calendar that i will be meeting steven on march 5\tcalendar_update\nwrite a text to alice\ttext\nfind a recipe for baked ziti\trecipe\nmy card has a burn on it\tdamaged_card\ninsert what i am listening to into my jazz playlist\tupdate_playlist\nwhen should i change my car oil\toil_change_when\ni want to report fraudulent activity on my visa card\treport_fraud\nmy luggage is missing\tlost_luggage\ni could really use a laugh right now\ttell_joke\nwhat is the due date for my next oil change\toil_change_when\nthat's a yes\tyes\nwhat do you want me to call you\twhat_is_your_name\ntell me my current reminders list\treminder\nwhat's the date 400 days from now\tdate\ni need to know whether you are a cat or dog person\tdo_you_have_pets\ntell me what health plan coverage i have\tinsurance\nwhat is the balance in my pnc account\tbalance\nwhat is 2/3 x 1/9\tcalculator\ni want to know if your a bot\tare_you_a_bot\nwhere can i find my w-2\tw2\ni need to know what kind of things you can help with\twhat_can_i_ask_you\ni want to know fun facts about koala bears\tfun_fact\ngive me a joke about the subject of bugs\ttell_joke\ni would love to get a new credit card\tnew_card\nplease get rid off everything on my to do list\ttodo_list_update\nwhat do i do to find my current location\tcurrent_location\nplay my post-rock playlist\tplay_music\nplease stop doing that\tcancel\nspeak louder please\tchange_volume\nwhat does peer-to-peer actually mean\tdefinition\nhow many minutes should i put meal the cake in the oven\tcook_time\n\"\"\"which is the best way to improve the credit score\"\timprove_credit_score\nhow much longer until i have a direct deposit\tpayday\nhow is the weather today\tmaybe\nsuggest a meal from thailand to me, please\tmeal_suggestion\nturn on whisper mode\twhisper_mode\ncan anyone let me know the reason behind my frozen bank account\taccount_blocked\nsend a text to ashley and ask her what she wants to do for supper\ttext\nhow do i change a car's oil\toil_change_how\nplease get everything on my shopping list\torder\ni lost my purple credit card and need to report it\treport_lost_card\nhow long does it take to cook roast beef\tcook_time\nplease tell me my bank of america routing number\trouting\ni wanna play the song that goes like hey jude don't make it bad\tplay_music\ni need to start a timer\ttimer\nwhat is 20 ounces in grams, please\tmeasurement_conversion\ni would like to know what today's date is\tdate\nwhen did i last collect my salary\tpayday\nwhat's 47 times 83\tcalculator\ntell me how the russians say notebook\ttranslate\nhow much can i expect on my next check\tincome\nwhat is the date i get paid\tpayday\ni need a list of different methods for building my credit score\timprove_credit_score\nin what timezone does baton rouge fall\ttimezone\ni would like to make changes to my insurance policy\tinsurance_change\nshow me my recent transactoin\ttransactions\nwhat day is it today\tdate\nwhat time is it in honolulu\ttime\nare you doing ok\tgreeting\nwhen's the next holiday coming\tnext_holiday\nwhat is my credit max\tcredit_limit\nwhere is the nearest movie theater to time' square\tdirections\nis my visa card's apr decent\tapr\ncan you help me find a lasagna recipe\trecipe\nwhat's up with you\tgreeting\nadd psycho by post malone to my playlist\tupdate_playlist\ni really need to know why my card was denied\tcard_declined\nfind out for me if my amex card application was received\tapplication_status\ntell me how to spell doctor\tspelling\nhow is the traffic at jfk at 5 pm on weekdays\ttraffic\nhow do i prevent my credit score from lowering\timprove_credit_score\nplace a call to bill now\tmake_call\ndoes medical debt hurt my credit score\timprove_credit_score\nwhat do i need to buy to make pierogi\tingredients_list\ndoes international travel always require a visa\tinternational_visa\ni'd like to know if my account's blocked and the reason if so\taccount_blocked\ni would like to use my credit card points to acquire a new laptop\tredeem_rewards\ndo you work for a different employer\twho_do_you_work_for\ni want to tell susan that the meeting has been cancelled\ttext\nwhen are my tires due for changing\ttire_change\nwhat is the necessary amount of time required to prepare pot roast\tcook_time\nmy new card will get here in the mail when\treplacement_card_duration\nfind me an uber and get it here\tuber\nwhen is my paycheck arriving\tpayday\nfind me a new place for dinner\trestaurant_suggestion\nhow is the approval of my day off progressing\tpto_request_status\ni would like to try and confirm that i have a reservation at houlihan’s for mike\tconfirm_reservation\nneed a place to crash in elizabeth near the refinery from june 4th until the 9th\tbook_hotel\nplease suggest a chinese meal\tmeal_suggestion\ni shall switch to the male voice\tchange_accent\nwhere do i go to get private client account's interest rate\tinterest_rate\nhow much is on my paycheck this week\tpayday\nwill you start a timer for me\ttimer\nwhat do i do to find my location\tcurrent_location\nwhich timezone is france in\ttimezone\nglad we got to talk\tgoodbye\ni got to remove fishing from my calendar for soccer\tcalendar_update\nturn volume to the number 4 setting\tchange_volume\nwhat did i buy last\ttransactions\nbook a car rental to miami florida today\tcar_rental\ntell me the carry on rules\tcarry_on\nplease put my acupuncture appointment on my to list\ttodo_list_update\nwhat is my card's apr rate\tapr\ni want to hear a joke that’s funny\ttell_joke\nskip this song and play the next one\tnext_song\ni am flying to finland and wanna know the carry-on rules\tcarry_on\nshoot the dice!\troll_dice\ntell me how to spell automobile\tspelling\ni need to pay my time warner cable bill\tpay_bill\nplease book me a place in pittsburgh to stay from monday to friday\tbook_hotel\nis it okay to change your name to samson\tchange_ai_name\nbring up my most recent purchases\ttransactions\ncan you tell me what my name is\tuser_name\nroll the dice\troll_dice\nwhat is the best way to insure that my credit score doesn't decrease\timprove_credit_score\ncan i see my credit score\tcredit_score\nis it possible to raise the credit limit for my discover card\tcredit_limit_change\ncheck days of pto\tpto_balance\nhow can i track the progress of my credit card application\tapplication_status\nwhat alerts are listed for traveling to paris\ttravel_alert\ntell me the date it will be 5 days from now\tdate\ni need to know what timezone ireland is in\ttimezone\nwhen is it time for a change in tires\ttire_change\nwhat is the length of time it takes a new card to get mailed to me\treplacement_card_duration\nwhat is some trivia question about coffee\tfun_fact\nset up two alarms one for 10am and another for 2pm\talarm\ni need to know when was the last time i had my car checked out for a tune up\tlast_maintenance\ni want a new insurance plan\tinsurance_change\nmay you stop a paymet on my account\tfreeze_account\nput a hold on my account\tfreeze_account\ncheck to see how many days off i have used in total so far\tpto_used\nuse my checkings account to pay the electric bill\tpay_bill\ni'm traveling tony soon and want to inform my bank\ttravel_notification\nhow many points do i have to cash\tredeem_rewards\nwhere do i locate the routing number for the credit union\trouting\ntell me why my card was declined yesterday\tcard_declined\ni need an uber with a car seat for 2 adults and one child to take us to wilmington, de\tuber\nare my tire's air pressure good enough to drive on\ttire_pressure\nsend $5 from savings to checking\ttransfer\ni have no idea where my luggage is\tlost_luggage\nhow can i get get a copy of my w2 for tax purposes\tw2\nwhat's on the calendar for march 4th\tcalendar\nwhat is the most fun fact you know about the film industry\tfun_fact\nwhat's on my purchase list\tshopping_list\ncan you tell me what time it is in dallas\ttime\nshould i regard you as a human or as a computer\tare_you_a_bot\nwhat company's software engineers gave you life\twho_made_you\nnutrition information of mashed potatoes\tnutrition_info\ni'd like a stop placed on my bank account\tfreeze_account\ncan you find out what happened to my luggage\tlost_luggage\nhelp me change my pin number for my money market account\tpin_change\nrefrain from talking\tcancel\nwhat sorts of hobbies do you enjoy\twhat_are_your_hobbies\nplease go back to your factory settings\treset_settings\ntell me some things to do in phoenix\ttravel_suggestion\nhow soon should i have my oil changed\toil_change_when\nset up an alarm to remind me to give my cat her flea medicine\treminder_update\ni can't find my luggage\tlost_luggage\nwould you say you are a bot\tare_you_a_bot\nis mr ceo waiting me now\tmeeting_schedule\ndo i have any cash left\tbalance\nhow long until my mastercard expires\texpiration_date\nlist the things i wanted to remember\treminder\nare people recommending the donuts at tgi\trestaurant_reviews\nwhat's the time in tokyo\ttime\nhow many carry ons can i take on a flight with virgin airlines to vancouver bc\tcarry_on\ntell me how many days off i have taken so far\tpto_used\nplay that song called colony of birchman\tplay_music\ntell me who your boss is\twho_do_you_work_for\ncan you tell me about my credit rating\tcredit_score\ncould you please cancel my reservation for 5 at red robin\tcancel_reservation\nmind sharing a joke\ttell_joke\nwhat's the method for requesting a vacation\tpto_request\ndo you know how to spell curiosity\tspelling\ntake doing the dishes off my todo list\ttodo_list_update\nwhat is the time frame to get a new card mailed to me\treplacement_card_duration\ni need help paying my water bill\tpay_bill\nwhat's my bill's minimum payment\tmin_payment\nwhat are the nutrition facts for a medium popcorn at the movies\tnutrition_info\ncan i change my nickname\tchange_user_name\nwhat was that\trepeat\ncan you assist me in locating my phone\tfind_phone\ncan i apply for a discover card\tnew_card\ni need new insurance but dont know how to get it\tinsurance_change\ngoodbye to you\tgoodbye\ni think not\tno\nhelp me move my money\ttransfer\nwhat type of electrical plug do they use in spain\tplug_type\nabandon the dinner reservation i made\tcancel_reservation\nhow tasty is the pizza here\tmeal_suggestion\nmake your name jake\tchange_ai_name\ni need to cancel my reservation for new york to xai varanda\tcancel_reservation\ntell me what kinds of pets you have\tdo_you_have_pets\nwhat sorts of things am i able to ask of you ai\twhat_can_i_ask_you\ni want to hear something funny about politicsi\ttell_joke\ntalk later\tgoodbye\ni need to take some time off, can i have the next week off\tpto_request\ngo ahead and go back to the original settings\treset_settings\ncan you roll an eight sided die and tell me what it comes up as\troll_dice\nstop it now!\tcancel\nturn down volume\tchange_volume\nwhat are the steps to change the oil in my car\toil_change_how\ncall an uber for 2 people to go to fourth street live\tuber\ni need some ideas for a mexican meal\tmeal_suggestion\nhow is my credit looking\tcredit_score\nhello, what's up\tgreeting\npass me my gps coordinates\tcurrent_location\ncan you tell me what the meaning of life is\tmeaning_of_life\nif i redeem my credit card points, can i get a kroeger gift card\tredeem_rewards\nwe have to speak in english\tchange_language\ndoes olive garden take reservations\taccept_reservations\ni'd like to know how to make changes for my insurance policy\tinsurance_change\ni want you to cancel the current action\tcancel\nset a timer for 5 minutes\ttimer\ni want to figure out how to do an oil change on my car\toil_change_how\ncan you please remind me of the items that i made note of to not forget\treminder\ni'm going to paris, what plug type do i need\tplug_type\nthe song that's on, add it to my favorite playlist\tupdate_playlist\nhow many points have i accumulated on my mastercard\trewards_balance\nhow long will the chicken take to cook\tcook_time\ntell me the name of my insurance plan\tinsurance\ni need to sub sugar for salt\tingredient_substitution\ntrack my package please\torder_status\nmy card seems to not work because its blemished\tdamaged_card\nhow much pressure are currently in my tires\ttire_pressure\nwhat is my kohls card's rewards balance\trewards_balance\nwhat's my interest rate with my capital one account\tinterest_rate\nwhat scheduled meetings do i have today\tmeeting_schedule\nhow much do i have available on my visa card\tcredit_limit\nwhat taxes will i owe from my income\ttaxes\nit was nice to speak with you\tgoodbye\nshow me my next day off\tnext_holiday\nwhere do i go for my credit score\tcredit_score\nblank out my todo list\ttodo_list_update\ndo you know how i order more checks for my well's fargo account\torder_checks\ni need to know the due date for my credit card\tbill_due\nx is your new nickname\tchange_ai_name\nthe magnetic strip on my card is scratched, let the card company know\tdamaged_card\nai, would you kindly roll the dice\troll_dice\nnow reset your factory settings\treset_settings\nwhere do i find the routing number for great western bank\trouting\ndo you have any jokes\ttell_joke\nwhat expression would i use to say i love you if i were an italian\ttranslate\nai what was the question\trepeat\nstart playing some music\tplay_music\nplease flip a coin for me, tails i win\tflip_coin\nis it okay to use butter instead of margarine\tingredient_substitution\nhow do i find my location right now\tcurrent_location\ncan you find me a recipe for carrot cake\trecipe\nid like a room in jacksonville near the stadium between january 1st to 3rd\tbook_hotel\nplease unlink my phone\tsync_device\nhow many centimeters are in an inch\tmeasurement_conversion\ncan you tell me when my tires have to be changed\ttire_change\nwould you play the next song\tnext_song\ncould you book me a hotel in afghanistan at the zoo for the 10th to the 15th\tbook_hotel\nhelp me schedule a meeting\tschedule_meeting\nwhat is the credit limit for my bank of america card\tcredit_limit\npay my cable bill from my facebook account\tpay_bill\ntell me a blonde joke\ttell_joke\nhow can i make changes for my insurance policy\tinsurance_change\nhow's traffic en route to virginia\ttraffic\nwhen did i get my check last\tpayday\nit was great to see you again, see ya later!\tgoodbye\nis it snowing in the next two weeks\tweather\ni replaced my tires in december, when should i replace them again\ttire_change\ni'd like to hear some trivia about florida\tfun_fact\nplease search for necessary ingredients included in meatballs\tingredients_list\nwhat's the latest with my united flight\tflight_status\nwhen's the rent due\tbill_due\ncan you help me sign up for a new credit card\tnew_card\nplace a hold on my bank account\tfreeze_account\nmake sure walnuts is on my shopping list\tshopping_list_update\nhow much is my amex's apr\tapr\nwhat makes life have any meaning\tmeaning_of_life\ni need you to find my phone\tfind_phone\ncan i make a reservation at chima steakhouse in chicago\taccept_reservations\ni want to go to korea, do i need an international visa\tinternational_visa\nwould it be ok to use butter instead of oil\tingredient_substitution\nhi how are you\tgreeting\nwhen is my oil due to be changed\toil_change_when\ni need what ingredients for meatloaf\tingredients_list\ntell me how to get my 401k rolled over\trollover_401k\nwhere do i get w2 form\tw2\nwhat can i buy with credit card points\tredeem_rewards\nuse your indoor voice please\twhisper_mode\ni need to know what timezone sedona is in\ttimezone\nwhat amount of tax should i pay\ttaxes\nwhat is the total amount of my starbucks rewards balance\trewards_balance\nplease clear entries on my calendar for the 1st\tcalendar_update\nwhat's today's high and low\tweather\nwhat's the point of this dumpster fire known as life\tmeaning_of_life\nplease tell me how to spell umbrella\tspelling\nlist my insurance benefits\tinsurance\ncan i initiate a one-time transfer from my savings account to my money market account\ttransfer\ncan you let me know the info on how to apply for a visa card\tnew_card\nhow far is the airport in dallas from my current location\tdistance\ndoes bellagio allow you to do reservations\taccept_reservations\ncan you find a hearty lasagna recipe\trecipe\nflip a fair coin i win if it's tails\tflip_coin\nturn up your volume\twhisper_mode\ndo i need a visa to go to colombia\tinternational_visa\nwhat's affiliate definition\tdefinition\ncan you tell me how long it will take to cook a lasagna\tcook_time\nwhat's the amount of time i've taken off work this year\tpto_used\nwhat would wells fargo use as routing\trouting\nwhen will my application for my credit card be processed\tapplication_status\nwhen will my next paycheck be\tpayday\ni need to know the date my next paycheck will be here\tpayday\nwould you please inform me about my credit card's apr\tapr\nwhich timezone is las vegas in\ttimezone\ndo you know when i should get my tires changed next\ttire_change\nhow do i get that tax form from my employer\tw2\nwhich way do you have my name saved\tuser_name\nwhat's a good recipe foe tacos\tingredients_list\nhas my amex application gone through yet\tapplication_status\ncan you talk in spanish\tchange_language\nusing my salary as a basis, what taxes will i owe\ttaxes\ncan you spell hamburger\tspelling\ni need to schedule somewhere get my tires checked out\tschedule_maintenance\ncan you help me report my lost card please\treport_lost_card\nthank you very much for the answer\tthank_you\ni need some air; get the fan going\tsmart_home\ni would like for my phone to be synced with you\tsync_device\nis a plug converter required for haiti\tplug_type\nwhat is the conversion between tablespoons and cups\tmeasurement_conversion\ncan you help me locate lost luggage\tlost_luggage\nmay i know if you are a real person or an ai\tare_you_a_bot\nbook an uber with the destination set to david's house, please\tuber\ndefine qat for me\tdefinition\ncan you find out how to report a damaged card\tdamaged_card\ncould you role a ten sided die\troll_dice\nare there any required shots to travel to astana\tvaccines\nhow can i locate where i am\tcurrent_location\ncall me carrie\tchange_user_name\nwhy are you talking so sloooooooooowly, please speed it up!\tchange_speed\ntell me interesting facts about lighthouses\tfun_fact\nwhat gas does this car need\tgas_type\ni see a suspicious transaction in my account history\treport_fraud\nadd i like it by cardi b to my playlist\tupdate_playlist\ntell me when my bill will be due\tbill_due\nis the fuel economy of this car good or bad\tmpg\ndid i forget to put protein shakes on my shopping list\tshopping_list\nwhat timezone would tampa be in\ttimezone\ntell me what is owed for my water and gas bills\tbill_balance\ntell me what is on my shopping list\tshopping_list\nplease take off my calendar on saturday the 6th birthday party for john\tcalendar_update\nwhat are the procedures for changing my oil\toil_change_how\ncan i sub bacon for ham\tingredient_substitution\nplease add lunch and catch up with lisa on friday to my calendar\tcalendar_update\nmaybe is my answer\tmaybe\nnaw\tno\ni want to visit portugal do i need a travel visa\tinternational_visa\ni must to the female voice\tchange_accent\ni want income data\tincome\ni need to know what song this is that we're listening to\twhat_song\nin the place i am what are my gps coordinates\tcurrent_location\nhow long to cook steak for\tcook_time\ntell me what some of your hobbies are\twhat_are_your_hobbies\ncheck today's calendar for meetings\tmeeting_schedule\nset a 5 am alarm please\talarm\ni want to hear something funny about history\ttell_joke\ni'd like to hear my workout playlist\tplay_music\nwhen should my oil get changed\toil_change_when\ntell me the exchange rate between dollars and pesos\texchange_rate\nwhere in syracuse can i book a car\tcar_rental\nwhat is the date today\tdate\nwhere can i see my credit score\tcredit_score\ncount down 10 minutes\ttimer\ni don't know how to spell drought\tspelling\ncan you schedule a meeting with george for 4\tschedule_meeting\nare you from here or somewhere else originally\twhere_are_you_from\ncheck if it is ok to eat cheese that has been in the refrigerator since last tuesday\tfood_last\nchange to a male voice\tchange_accent\nhow many personal days have i taken\tpto_used\nwhat number of calories are in a pizza\tcalories\nwhat are my insurance perks\tinsurance\nshould i get more gas\tgas\nwhat is the carry-on policy for flights on transaero\tcarry_on\nimmediately call tom\tmake_call\nyes, that's accurate\tyes\neliminate\tcancel\ncan i call you betty\tchange_ai_name\ni need a reminder\treminder_update\nhow do i inform my bank i'm going to paris\ttravel_notification\nplease look into the latest status of my credit card application\tapplication_status\ngive me the next song\tnext_song\nfind me a flight from philly to atl for june 5th to 8th\tbook_flight\ngive me the low down on my income\tincome\nare there any sushi restaurants in reno that have good reviews\trestaurant_suggestion\n\"please play that song that goes, \"\"starships were meant to fly\"\tplay_music\ndo you charge me if i use my card in japan\tinternational_fees\ni shall remove fishing from my calendar for soccer\tcalendar_update\nwhat region were you born\twhere_are_you_from\nis my w2 available at the post office\tw2\nhow many bags can i carry-on for flights on singapore airlines\tcarry_on\nwhat interest rate am i getting\tinterest_rate\ntraveling to the uk am i going to need any specific shots\tvaccines\nis it possible to reserve a table at white castle\taccept_reservations\nmake a switch to whisper mode\twhisper_mode\nshow me the transaction on the food\ttransactions\nwhat's the deal with my bank account being locked\taccount_blocked\nremind me to call my mother saturday morning\treminder_update\ni want to switch out of whisper mode\twhisper_mode\nwhat is this place\tcurrent_location\nhow long is the drive to the closest gas station\tdistance\ngive me italian meal ideas\tmeal_suggestion\nplease change back to initial device settings\treset_settings\ni need the conversion between a cup and a tablespoon\tmeasurement_conversion\nreset all settings to the factory settings\treset_settings\ncould you let me know what names you have for me\tuser_name\nsend a text for me\ttext\nspeed up your talking please\tchange_speed\ni need to know how to spell excellent\tspelling\ncancel my reservation for dinner, please\tcancel_reservation\nset an alarm for me\talarm\ndo you know how to refer to me\tuser_name\nwhen is it recommended that i change my tires next\ttire_change\nplease refrain from carrying out the current task\tcancel\nwhat is the name you call me saved as\tuser_name\ngo ahead and put the volume to 4\tchange_volume\ncan you translate good bye into russian for me\ttranslate\nwas the order delivered\torder_status\nhow long is the wait at buffalo wild wings\thow_busy\ndoes my trip require vaccines\tvaccines\ni am in need of my location\tcurrent_location\ni'd like to see last week's atm transactions\ttransactions\nwhat meetings do i have today\tmeeting_schedule\nhas my mastercard application gone through the process\tapplication_status\nflip a coin for me, with you calling heads\tflip_coin\nid like a rental car in denver colorado between january 1st and january 3rd and id like a ford if possible\tcar_rental\nwhat timezone is hanoi in\ttimezone\nwhat signs should i look for to know if i should change my tires\ttire_change\nhow many miles per gallon do i get in my car\tmpg\ntell me what my wells fargo credit card apr is\tapr\nfind out the last time i had my car checked\tlast_maintenance\ncheck the start time of the meeting scheduled for today\tmeeting_schedule\ni really would like to get a new insurance plan\tinsurance_change\nhow long should i cook a spiral ham\tcook_time\nam i your manager\twho_do_you_work_for\nthanks for your help, goodbye!\tgoodbye\ni want to roll a dice\troll_dice\ni'd like to share my location with stephanie\tshare_location\nwhat shots do i need before going to africa\tvaccines\nyes, that is true for sure\tyes\nwhen was my last paycheck\tpayday\nis it ok to use bananas instead of oranges in the recipe\tingredient_substitution\nplease turn your speaker volume up\tchange_volume\nwhat is the best rated hotel in evans\tbook_hotel\nwhat subjects do you know about\twhat_can_i_ask_you\ni want to report fraudulent activity on my quicksilver card\treport_fraud\ncan i make a reservation for 6 pm on the 21st at sidetracks\trestaurant_reservation\nfor my savings account i would like to know the interest rate\tinterest_rate\ni would like to know my location\tcurrent_location\nto which company is your design accredited to\twho_made_you\ncan you find me a recipe for salsa\trecipe\nwhat company do you work for\twho_do_you_work_for\ngive me some ways to build my credit score\timprove_credit_score\nwhat are your hobbies siri\twhat_are_your_hobbies\ni would like to hear a joke\ttell_joke\n\"what does \"\"rescind\"\" mean\"\tdefinition\nwould you tell me my spending limit\tcredit_limit\nplease transfer $100 from my checking to my savings account\ttransfer\ntell me if luigis in brick takes reservations\taccept_reservations\ngo to whisper mode for one hour\twhisper_mode\nhow long will it take to get to outback in phoenix\tdistance\nhow much is available in my savings account\tbalance\nhow do i get to the bus stop on foot\tdirections\ni would like to increase my credit limit, can i do so by 500 dollars\tcredit_limit_change\nlower volume level\tchange_volume\ndoes france have any travel alerts i should be aware of\ttravel_alert\nwhat does the gas meter read\tgas\nwhat's my bank balance\tbalance\ni want to know how to change oil, tell me the steps one at a time while i work through it\toil_change_how\nput spaghetti on my shopping list cause i'm out of it please\tshopping_list_update\ngo ahead and send ten dollars from bank of america to capital one\ttransfer\ndid i remember to add buy flowers to my chore list today\ttodo_list\ncats or dogs\tdo_you_have_pets\ni want to hear pop music\tplay_music\ncan you roll the 12 sided dice please\troll_dice\ncould you tell me what timezone reno is in\ttimezone\ni need to know why my card declined yesterday\tcard_declined\nwhat are the recommended shots to get before i travel to england\tvaccines\ni wanna know the limit on my credit card\tcredit_limit\ncheck if the doors are locked\tsmart_home\nhelp locate my phone\tfind_phone\ngo ahead and delete the doctor appointment i have scheduled for monday\tcalendar_update\nwhat should i ask you about\twhat_can_i_ask_you\ndo you know ho many vacation days i currently have\tpto_balance\nwhat is the age of the ai\thow_old_are_you\nlet's change the language for you\tchange_language\nwhat subjects do you know well\twhat_can_i_ask_you\ndo you know you are not human\tare_you_a_bot\nwhat did your friends call you\twhat_is_your_name\nwhat day of the month is it\tdate\nset a timer to go off in 5 minutes\ttimer\ni believe it looks like my luggage has disappeared\tlost_luggage\nwhat are my carry on options when flying american airlines to trenton\tcarry_on\nwhere can i find a place where i can schedule to check my tires out\tschedule_maintenance\nso does outback steakhouse have good reviews\trestaurant_reviews\nwhere can i pick up a good burger near where i am\trestaurant_suggestion\nwhat's the credit limit on my visa\tcredit_limit\nremove all items from my to do list\ttodo_list_update\nwhat is a good beef recipe\trecipe\nwhat are some ways to increase my credit\timprove_credit_score\nhow should i say hello in french\ttranslate\nis it possible to increase my visa card limit\tcredit_limit_change\n\"is \"\"rescind\"\" a word of positive connotation\"\tdefinition\nwhat kind of plug converter is needed in c\tplug_type\nhow can i get a limit increase on my discover card\tcredit_limit_change\ni want the volume at 4 please\tchange_volume\nmy 401k needs to rollover and i need your help\trollover_401k\ni accidentally bent my card, what do i do\tdamaged_card\nwhat's this jam called\twhat_song\nhow come a hold was placed on my 401k account\taccount_blocked\ntell me my name\tuser_name\nadd a vet appointment for 5 pm on saturday\tcalendar_update\nwhat state were you born in\twhere_are_you_from\ntell me a joke about rats\ttell_joke\ndo you know if you are a robot\tare_you_a_bot\ncould you please reset your factory settings\treset_settings\ncan you help me do math\tcalculator\nhow can i get a new credit card\tnew_card\nwhat is the calorie content in potatoes\tcalories\nhelp me find somewhere to schedule a check up on my car's tires\tschedule_maintenance\ncan you increase my credit limit to $7,500\tcredit_limit_change\ni'd like to find a place that rents flashy sports cars in tampa\tcar_rental\nwhat's the number of remaining vacation days i have\tpto_balance\nthat's a negative\tno\ncan you look up what my shopping list has on it\tshopping_list\nlet's try whisper mode\twhisper_mode\nwhat different pets do you have\tdo_you_have_pets\nhow much gas does it take to get to jackson\tgas\nlisten to next song on playlist\tnext_song\ni need new home owners insurance\tinsurance_change\nwhat's a good place to vacation\ttravel_suggestion\nwhat are your capabilities\twhat_can_i_ask_you\ni would appreciate it if you could talk to me in french\tchange_language\nis my vacation approved\tpto_request_status\ntell me when i have to pay my bill\tbill_due\ncan you tell me the address where i am right now\tcurrent_location\nis my spirit flight running on time\tflight_status\nwhat ingredients go in a milky way\tingredients_list\nhave i got enough credit card points to get a new tablet device\tredeem_rewards\nis it cloudy or sunny in sparks\tweather\nis checking the mail on my list of reminder\treminder\ni wish to know the types of subjects are you familiar with\twhat_can_i_ask_you\nhow should i proceed if i accidentally lost my luggage\tlost_luggage\nhow is the time\ttime\nwhat is the current time right now in hollywood\ttime\ntell me how much my verizon and comcast bill come to together\tbill_balance\nwhat is my interest rate for my scotiabank account\tinterest_rate\nplease tell me the month and year of expiration for my discover card\texpiration_date\nhow can i up my credit score\timprove_credit_score\nplease help me book a rental car for nashville\tcar_rental\nwhat is the wait like at apple bees\thow_busy\nwhat site can i get my w2\tw2\ndisconnect from my phone, please\tsync_device\nif i ate a cookie, how many calories would i be ingesting\tcalories\nwhat's the timezone for britain\ttimezone\ntell me what's on my shopping list\tshopping_list\nmy tires are filled enough or no\ttire_pressure\nnow tell me my credit card's apr\tapr\ndefine discontent\tdefinition\nschedule a time to get my oil changed\tschedule_maintenance\ncan i schedule a car repair\tschedule_maintenance\nwould you call me mary\tchange_user_name\ni need to know how to make a vacation request\tpto_request\nlets go threw some trivia on sports\tfun_fact\nyep, that's right\tyes\nfor this car, what kind of gas should i use\tgas_type\ncould you use the female voice\tchange_accent\nwhat amount of fuel do i have left\tgas\nany fantastic restaurants to get shrimp at in atlanta\trestaurant_suggestion\ni need you to phone sal\tmake_call\ncan you skip this song and go to the next one\tnext_song\ndo people like the donuts at tgi\trestaurant_reviews\nwhat did car insurance run me this year\tspending_history\ni must transfer ten dollars from my bank of america account to my capital one account\ttransfer\nhow long until my next day off\tnext_holiday\nare you good\tgreeting\nany update on my vacation\tpto_request_status\nlook up the amount of pto i have already used\tpto_used\nplease stop doing what i asked\tcancel\nwhen must i change oil\toil_change_when\nhas my vacation been approved\tpto_request_status\nhow much funds do i have in my bank accounts\tbalance\nhowcan i locate my luggage\tlost_luggage\nplease cancel my reservation for chris at brio\tcancel_reservation\ncheck how much i spent this week\tspending_history\ncan i call you james instead\tchange_ai_name\nwhat are the thing i told you to help me remember\treminder\ni would like to reserve a table for 2 at sam's steakhouse under the name jessie at 6:30 pm\trestaurant_reservation\non what date does my visa card expires\texpiration_date\non what day is our next free day\tnext_holiday\nhow much do i owe on all of my bills\tbill_balance\ncan you tell me my exact salary\tincome\nhow can i rent a car in las vegas\tcar_rental\ni want you to remind me of something\treminder_update\ni need to pay my bill\tpay_bill\ni don't understand why my card was declined yesterday\tcard_declined\ndo you mind informing me the status of my southwest flight\tflight_status\ni need an uber pool from home in the morning at seven to the capitol building\tuber\ncan you give me the travel alerts for jalisco, mexico\ttravel_alert\nwhat do you mix to make a chocolate cake\tingredients_list\ni need instructions to walk me through jump starting my car\tjump_start\nis there a way to get a larger limit on my bank of america card\tcredit_limit_change\ncan i get a car to the baseball field for 12\tuber\nits a for sure true\tyes\nwhat's my schedule like for thursday the 14th\tcalendar\nwhere is my order now\torder_status\nplease tell me an interesting tidbit about the roman empire\tfun_fact\ni'm going to south africa, do i need to get any shots first\tvaccines\ni need to convert kilos to pounds\tmeasurement_conversion\nhow early should i leave to the airport in la\tdistance\nwho employs you\twho_do_you_work_for\ncan you switch to the female voice\tchange_accent\ntell me my water bill please\tbill_balance\nare you familiar with any types of subjects\twhat_can_i_ask_you\nany alerts for travelers to canada\ttravel_alert\ndid i put grocery shopping on my todo list\ttodo_list\nwhat day do i get paid\tpayday\ni'm afraid this charge on my account is fraud\treport_fraud\ndo i need a travel visa to visit russia\tinternational_visa\nyes, that is right\tyes\ni don't understand your language; switch the language\tchange_language\nplease find the routing number for chase bank accounts opened in new york\trouting\ni'd like to go on vacation\tpto_request\nshare my location with my sister\tshare_location\ni need a time update on the applebees trip\tdistance\nwhen was my car last repaired\tlast_maintenance\nwhat s the uv index tomorrow\tweather\ni have no idea\tmaybe\ni need help paying my hoa bill\tpay_bill\nwhat's the latest i can pay my cellular bill\tbill_due\nreset device to original settings\treset_settings\ni need a newer insurance plan\tinsurance_change\ndisplay my location on a map\tcurrent_location\nwhat is the process for requesting a vacation\tpto_request\nwhen should i change the tires\ttire_change\nwhen is the next day i get paid\tpayday\ncan you tell me what the next holiday is\tnext_holiday\ni need you to your volume\tchange_volume\ncan i change my pin number\tpin_change\ndo you know my credit rating number\tcredit_score\nhow bad is the traffic waiting for the staten island ferry at 8 am\ttraffic\nwhat is my car's gas mileage\tmpg\ntell me something that'll make me laugh\ttell_joke\nwill you please repeat what you said\trepeat\nwhat is your point of origin\twhere_are_you_from\nhas my request for the day off been approved yet\tpto_request_status\ni need to know how long it will take me to get to the bank\tdistance\nswitch to a different accent\tchange_accent\nhow high is my balance on my discovery card\tcredit_limit\nchange the pin on my wells fargo account to be 1234\tpin_change\nadjust volume setting to 4\tchange_volume\n\"play the song that goes, \"\"starships were meant to fly\"\tplay_music\nwhat type of gas does the car use\tgas_type\nhow do i set a timer\ttimer\nslow the speech down\tchange_speed\ni want to know the nearest bank's location\tdirections\ndo i need to apply for a visa to visit dnipro\tinternational_visa\ncan you tell me what's the car's tire pressure\ttire_pressure\nhow many teaspoons is one tablespoon\tmeasurement_conversion\nwhat things are there to do in kentucky\ttravel_suggestion\nwhat is the apr on my first bank card account\tapr\ni need alarm for both 4am and 7am\talarm\ni need a timer set for 15 minutes\ttimer\nplease put a block on my regions account immediately\tfreeze_account\ni wish to apply for a visa card\tnew_card\nlet me know the name you have for me\tuser_name\nif i go to indonesia would i need a visa\tinternational_visa\nremove my date with liz from my calendar on april 1st\tcalendar_update\nmy water and electricity bill is how much\tbill_balance\ni want to hear beatles music\tplay_music\ncan you tell me the date my credit card is due\tbill_due\ni want for you to disconnect from my phone\tsync_device\ncould you please reserve a table for 6 at lucille's under the name tom at 5pm\trestaurant_reservation\nwhat is a good recipe for steak\trecipe\ndo i have a big shopping list\tshopping_list\nwhat is the tire pressure in my car\ttire_pressure\nhow much is my electric bill for this month\tbill_balance\ni need help to set up direct deposit\tdirect_deposit\ni would like to request an uber please\tuber\nwhat is the calorie content in spaghetti\tcalories\nwhere do i locate the form that has my tax information\tw2\nwhat is the name of your birthplace\twhere_are_you_from\ni would like to do some things in phoenix\ttravel_suggestion\nwhen must i change the oil in my car\toil_change_when\nhow are the reviews for mcdonald's\trestaurant_reviews\ni'd like to make a reservation at rooth chris, can you do that\trestaurant_reservation\ndo i need replacement tires if my last purchase was in june 2015\ttire_change\nwhat meetings are on my schedule today\tmeeting_schedule\nwhat is the apr on my visa card\tapr\nare you my worker\twho_do_you_work_for\nwhat shots do i need if i'm travelling to odessa\tvaccines\nhow bad is the traffic\ttraffic\ncould i get some more checkbooks sent to me\torder_checks\ni'd like you to disconnect from my phone\tsync_device\ntell me the subjects you're aware of\twhat_can_i_ask_you\nat yakamoto how is their sushi\trestaurant_reviews\ncould you add this song to my rock playlist\tupdate_playlist\nturn your vocals down\tchange_volume\ncan you tell me why walmart declined my card\tcard_declined\ntell me the bill's minimum payment\tmin_payment\nhow do i find out what my credit score is\tcredit_score\ni want to use spanish as my language\tchange_language\nwhat kind of questions can you answer\twhat_can_i_ask_you\nwhat are some good restaurants in chicago\ttravel_suggestion\nwould you let me know the carry-on restrictions for american airlines\tcarry_on\nwhy isn't it letting me into my bank account\taccount_blocked\nwhat is regard mean\tdefinition\nam i approved for vacation yet\tpto_request_status\ncomputer, call alexa\tmake_call\nwhat do i owe on the car this month\tbill_balance\nhow does the traffic look on my way to work right now\ttraffic\nswitch tv\tsmart_home\nif i lose my credit card, will i get a replacement immediately\treplacement_card_duration\ntoday's fun fact\tfun_fact\nis there a wait time at bjs right now\thow_busy\nwhat kinds of hobbies do you have\twhat_are_your_hobbies\nshould i get a visa before going to cancun\tinternational_visa\ntell me your funniest joke\ttell_joke\nwill you check to see if i am still reserved for 6:30 pm at gusto handcrafted pasta & pizza\tconfirm_reservation\nyou can cancel my reservation\tcancel_reservation\ncheck on my credit card application\tapplication_status\nwhat amount am i taxed on my income\ttaxes\ndid discover get my card application yet\tapplication_status\nmy vacation to spain is coming up and i need my bank to know\ttravel_notification\nremove from calendar jesse's bbq on june 9th\tcalendar_update\non what day do i pay my car payment\tbill_due\nhelp me find my phone please\tfind_phone\nremind me of the date of my last paycheck\tpayday\nwhat is the air pressure in my tires\ttire_pressure\nwhat is the best time to go to get a burger without a line\thow_busy\nadd wash the dog to my list of things to do\ttodo_list_update\ni want what i'm listening to to be added to my chill playlist\tupdate_playlist\nwhere were you made\twhere_are_you_from\ndo they take reservations at state bird\taccept_reservations\nhow many days off have i had this year\tpto_used\ni'd like to schedule a meeting room from 1:00 pm until 2:00 pm\tschedule_meeting\ngo to next song\tnext_song\ncan you tell me some of your hobbies\twhat_are_your_hobbies\ntransfer money to another account\ttransfer\ncheck and confirm reservations at ruth chris for carol lee\tconfirm_reservation\ni am here to conform my friday reservation at 2:00\tconfirm_reservation\ndo you know an good pasta dishes\tmeal_suggestion\ncan i substitute lemon juice for vinegar\tingredient_substitution\nwhich vaccines are meant for cuba\tvaccines\nfor checkbooks can i order them for my chase account\torder_checks\nplease link up to my cell\tsync_device\nwhy is my bank account frozen\taccount_blocked\nhelp me figure out getting new insurance\tinsurance_change\nhow much time till the next day off\tnext_holiday\nhow much will my monthly bill be\tbill_balance\nwould you let me know how low the air in my tires are\ttire_pressure\nwhat's my eta on the bus ride to church\tdistance\ni need a van that seats 8 or more for new york city, august 12th, 13th, and 14th\tcar_rental\nset default language to english\tchange_language\nwhat company are you employed by\twho_do_you_work_for\ni want to fly southwest from dallas to phoenix\tbook_flight\nwhat is my cable bill minimum payment\tmin_payment\nhow many vacation days do i have left this year\tpto_balance\nsafety concerns for malaysia\ttravel_alert\ntell me my salary\tincome\ndoes it matter what kind of gas i fill up my car with\tgas_type\nthe apr on my disney visa, what is that exactly\tapr\ncan you call me bobby instead of bob\tchange_user_name\nwhat is your given name\twhat_is_your_name\npurchase a flight from boise to sacramento on sunday and returning on wednesday\tbook_flight\ni'd like my account frozen\tfreeze_account\ncan you tell me what 30% off 279 is, please\tcalculator\nnice to see you\tgoodbye\neither or\tmaybe\nwhere do i find my gold card rewards\trewards_balance\nset my alarm for eight tomorrow, please\talarm\nlost report card, need new one\treport_lost_card\nwhen will my card go rotten\texpiration_date\nfrom here, i take this bus to go to brooklyn and how long is the commute\tdistance\ncan you please locate my phone\tfind_phone\nshow me a calendar\tdate\ndo i need an international visa to go to tibet\tinternational_visa\ncould you reserve me a hotel room in philadelphia near chinatown from 3/19 through 3/22\tbook_hotel\nwhat day is payday\tpayday\nhow many more days before my credit card expires\texpiration_date\nwhat is the definition of altruism\tdefinition\ni need to pay my electric bill\tpay_bill\nplease abort the current process\tcancel\ni want to hear what you think life's purpose is about\tmeaning_of_life\nwhen do i need my oil changed\toil_change_when\nset a timer for fifteen seconds\ttimer\nplease tell me if you are an ai\tare_you_a_bot\nnext track\tnext_song\nhow many years do you have\thow_old_are_you\ndo you know of any well reviewed hotels in chicago\tbook_hotel\ncould someone look at my check engine light that's on\tschedule_maintenance\ntell me the apr of my credit card\tapr\nwhere can i find measurement conversions\tmeasurement_conversion\ni would like an uber going to atlantic city, new jersey\tuber\ni'd like to change the pin number on my visa account\tpin_change\ncan i get to work on my fuel tank\tgas\ni need a flight from denver international to new york for under 700 on the 3rd\tbook_flight\nreport my burned card to the company\tdamaged_card\nwhen will my credit card application be reviewed\tapplication_status\naquire me them kyrie 4s\torder\nwould you please increase your speaker volume\tchange_volume\ntell me a fact i may not know\tfun_fact\nfind me the number for jet blue's customer service so i can yell at someone about my missing luggage\tlost_luggage\nare you a human\tare_you_a_bot\npets you have what kind\tdo_you_have_pets\nthat's incorrect\tno\nhave i spent a lot on food recently\tspending_history\ncan you count for me the total number of days off i have used\tpto_used\ni'd like to report a fraudulent charge from people's natural gas\treport_fraud\nwhere is the nearest circuit city\tdirections\nwill this trip require vaccines\tvaccines\nactually, cancel that\tcancel\nplease dial david now\tmake_call\nplease tell me the exact number of days i have still for vacation\tpto_balance\nwhats the deadline for amex payment\tbill_due\nset a new reminder for tomorrow at 4am\treminder_update\nmy card is lost what do i do\treport_lost_card\nhow do you set up direct deposit\tdirect_deposit\ngo ahead and connect to my phone\tsync_device\nusually people refer to me as brad\tchange_user_name\nplease alert my bank i'm going to be in the caymans from may 1st to june 2nd\ttravel_notification\nuse the female voice\tchange_accent\nfrom april to may i will be in america so i need to notify my bank\ttravel_notification\nalert the wife of my exact location\tshare_location\nwhen are my meetings today between noon and one\tmeeting_schedule\nwhat are the most popular attractions in gatlinburg\ttravel_suggestion\ncan i call you dave\tchange_ai_name\ntell me what the word bounty means\tdefinition\nhow might i go about jump starting a car\tjump_start\nwhy would the bank have frozen my account\taccount_blocked\nhow often should i have my oil changed\toil_change_when\ni need my dinner reservation canceled\tcancel_reservation\ni want to travel this year but i need some suggestions\ttravel_suggestion\nhas my time off request been approved yet\tpto_request_status\nerase all items on my todo list\ttodo_list_update\ndo you know how long its been since i had my oil changed and a tune up\tlast_maintenance\nwhich subjects can you tell me about\twhat_can_i_ask_you\ncreate a reminder to give the cat her flea medicine\treminder_update\nlook me up on the map\tcurrent_location\ntext mark and tell him to leave now\ttext\ni broke my card\tdamaged_card\nwhat exactly is your name\twhat_is_your_name\ni need to bring my car in because the check engine light is staying lit\tschedule_maintenance\nwhat kind of pets live with you\tdo_you_have_pets\naffirmitive\tyes\nstart counting down from two minutes\ttimer\nwhere should i travel if i want to visit some history museums\ttravel_suggestion\ncan you reveal my credit score\tcredit_score\ndisconnect from my phone now, please\tsync_device\nwhen did my oil last get changed\tlast_maintenance\ncan i put normal unleaded in this car\tgas_type\ncan you please dim the lights\tsmart_home\nwhen do i need to change my motor oil again\toil_change_when\nwhat is my balance\tbalance\nhow much am i expected to pay in tax\ttaxes\ngive me the spelling of potato\tspelling\ndo i have enough in my sears account to buy a new dishwasher\tbalance\nhow many days of pto are available\tpto_used\n\"spell \"\"requisite\"\" for me\"\tspelling\noliver garden reviews\trestaurant_reviews\ni need to get a mastercard somehow\tnew_card\ncan you tell me what timezone chicago is in\ttimezone\ni no longer need milk, so forget that\tshopping_list_update\nredeem my credit card rewards into my account\tredeem_rewards\nlock every door on the property\tsmart_home\nhave my goods been delivered yet\torder_status\nhow long until i get my replacement card\treplacement_card_duration\nwhen will i get paid next\tpayday\nwhat do you need to make pancakes\tingredients_list\ni creased my card today, contact the bank\tdamaged_card\nshare some information about your pets with me\tdo_you_have_pets\nplease confirm my reservation for april 1st at 9am\tconfirm_reservation\nplease check to see if my vacation request has been updated\tpto_request_status\ninform me what you do for fun in your free time\twhat_are_your_hobbies\nhow do i get different terms on my insurance policy\tinsurance_change\nwhat is the due date on my xfinity internet bill for february\tbill_due\ni think there's fraud on my account\treport_fraud\ncomplete a transaction from savings to checking of $20000\ttransfer\nlook up the gas mileage for my vehicle\tmpg\nhow many points do i have in total on my marriot rewards card\trewards_balance\nhow about any bookings in new york city from april 2 through april 8\tbook_hotel\nhow long will it take to make the wings\tcook_time\nwhat do i have planned for tomorrow\tcalendar\ncan you tell me what health plan i am on\tinsurance\nwhat do i need if i want to make lasagna\tingredients_list\ntell me a fun trivia bit about artificial intelligence\tfun_fact\nis a socket converter required in india\tplug_type\nwhat place were you actually born at\twhere_are_you_from\nwhat time is boarding for my flight\tflight_status\ntell me all about the trivia with friends\tfun_fact\nhow much gas to i have left\tgas\ni need a 401k rolled over to my brand new job\trollover_401k\nhow much air pressure is in my tires\ttire_pressure\ni wanna know my bank balance\tbalance\nhow good is the fuel usage for this vehicle\tmpg\ndo i have enough gas in my car to make it to dallas\tgas\nwhat's my current interest rate, if you could look\tinterest_rate\ni love dad jokes can you tell me one\ttell_joke\ntell me what 1875 plus 3459 equals\tcalculator\nwhere's the nearest gas station\tdirections\nhow long will the wait time be at the cheese cake factory\thow_busy\nwould it be possible to increase my chase card's limit\tcredit_limit_change\nwhats the reward balance for my visa\trewards_balance\nwhat is the meaning behind life, do you think\tmeaning_of_life\nfind out where i can schedule to get my car's tires checked\tschedule_maintenance\nplease set the temperature to 70 f\tsmart_home\nif i plan on travelling to this country, do i need a visa\tinternational_visa\nwhat's your brand\twho_made_you\ncan you recommend an indian restaurant\trestaurant_suggestion\ni don't need grocery shopping on my todo list anymore\ttodo_list_update\ni'd like you to text marie and let her know to meet me at the hospital\ttext\nis there a travel alert for north korea\ttravel_alert\nyou work for what company or person exactly\twho_do_you_work_for\nwhat's the best way to build credit\timprove_credit_score\nno that isn't the case\tno\ncall dave\tmake_call\ncould you tell me the limit on my chase credit card\tcredit_limit\ncan i get an uber to central park for 5\tuber\nwhen is my meeting with dan scheduled for\tmeeting_schedule\ncan you explain my benefits\tinsurance\nwhat must i do today\ttodo_list\nplease tell me why did my card not get accepted\tcard_declined\ntell me the points on my delta rewards card\trewards_balance\nwhat's the nutritional info for an apple\tnutrition_info\nplease tell me the last time i took my car to the shop\tlast_maintenance\nare you able to purchase underpants for me\torder\nwhen did i last do maintenance on my car\tlast_maintenance\ndo they serve good tacos at the buffet\trestaurant_reviews\nwhat's the amount of money accumulated in my bank accounts\tbalance\nis it possible to make an order for more checkbooks for my chase bank account\torder_checks\nwhat can i do to keep my score from dropping\timprove_credit_score\ncan you travel outside of the united states without a visa\tinternational_visa\nhello, how are you\tgreeting\nis the wait more than an hour at the italian place\thow_busy\nis there a travel alert for that country\ttravel_alert\nhow are the reviews for tacos at the buffet\trestaurant_reviews\nget my entire shopping list ordered\torder\ni'm traveling to fresnosoon and want to inform my bank\ttravel_notification\nare you alive\tare_you_a_bot\nwhat is the city fuel efficiency for this car\tmpg\nwhat question did you just ask me\trepeat\nmusic please\tplay_music\nmy back needs to be notified that i will be in american from april to may\ttravel_notification\nwhat's your boss's name\twho_do_you_work_for\ngo forward to the next song on the playlist\tnext_song\ncan you get me an uber to the movies\tuber\nwhere can i get the employment document that i need to do my taxes, please\tw2\nsee you later!\tgoodbye\nswitch from the male to the female voice\tchange_accent\nupdate my shopping list, delete canned olives\tshopping_list_update\nhow long do i have to wait for shokudo\thow_busy\nwhich day is it today\tdate\npizza has which ingredients\tingredients_list\ni'm vacationing in israel will i need a visa\tinternational_visa\nwhere's the routing number for wells fargo\trouting\nwhat are you able to help me with\twhat_can_i_ask_you\nis mcdonalds a good place to eat\trestaurant_reviews\ni wanna know when i was paid last\tpayday\ncan you check how much pto i have already used\tpto_used\ni wish to know your hobbies\twhat_are_your_hobbies\nwhat is your names\twhat_is_your_name\nwhat are the gps coordinates of this spot i am at right now\tcurrent_location\ndo you know my credit card's apr\tapr\ngive me my credit score\tcredit_score\nadd what i am listening to to my road trip playlist\tupdate_playlist\ntell me the carry-on rules for my flight\tcarry_on\nplease confirm that i have a reservation for 2/20 at 6:00 pm\tconfirm_reservation\nhow often should my tires be changed\ttire_change\nai, call my usbank to order more checks\torder_checks\nhow much traffic is there before the stadium\ttraffic\ni must know the closest gas station to glendale\tdirections\ni could not buy food using my card when i was in vietnam\tcard_declined\nwhat do i need to cook chicken soup\tingredients_list\nwhat can i do if i lost my luggage\tlost_luggage\nyou need to tell me how to increase credit limit for my chase card\tcredit_limit_change\nin which area were you made\twhere_are_you_from\ncan i get the minimum payment for my credit card\tmin_payment\ni would really like to know if my capital one credit card have international transaction fees\tinternational_fees\ni wanna know when my flight scheduled to board\tflight_status\ncan you list each item on my reminder list\treminder\nhow busy is michel at 9\thow_busy\nwhat's the purpose of life\tmeaning_of_life\nwhat is the lowest amount i can pay for my hospital bill\tmin_payment\nwhat is the most recent info for my request for vacation\tpto_request_status\ncan you forward my location to tom\tshare_location\ni need to order more checks for my usbank account\torder_checks\nadd help! by the beatles to my playlist\tupdate_playlist\nis there anyone available to help pay an internet bill\tpay_bill\nai, how many months old are you\thow_old_are_you\nsee you again soon\tgoodbye\nwhat is the amount of vacation day i have used\tpto_used\nwhat will i need to jump start a dead car\tjump_start\nhow did my bank account is frozen\taccount_blocked\ni am wanting to know who programmed you\twho_made_you\ni would like to change the name on my checking account\tpin_change\nhell if i know\tmaybe\nhow do i find my location right now, please\tcurrent_location\nwhat day were you born\thow_old_are_you\ni am glad that you did that\tthank_you\ni need to know how long to cook chicken for\tcook_time\nhow much longer till the next day off\tnext_holiday\ncan you check my credit score\tcredit_score\nit is important that i call katie\tmake_call\ncan i have my credit limit changed\tcredit_limit_change\nis there a reminder set to clean the gutters\treminder\nwhat reminders did i have\treminder\nhow good are the ratings for peter luger steakhouse\trestaurant_reviews\ndo i have enough fuel in the gas tank\tgas\nwhen will a replacement card get here\treplacement_card_duration\ni need to get some more checkbooks mailed to me\torder_checks\nadd mopping to the to do list\ttodo_list_update\ndial someone's phone number\tmake_call\nwhat name do you want to be called\twhat_is_your_name\nhow much highway mpg does it get\tmpg\ni was trying to get food at publix, why was my card declined\tcard_declined\nundo my reservation for 5 at the loft\tcancel_reservation\nwhich one i don't know either i guess\tmaybe\nwhat time is it exactly in the new zealand time zone\ttime\ni want an uber for one person to go to bank of america\tuber\ni need the language set to swahili\tchange_language\ni need to know how much gas is left\tgas\ngo to the credit card site and check if my application has gone through\tapplication_status\nwhat is the conversion for pints to quarts\tmeasurement_conversion\nswitch to male british accent\tchange_accent\ncould you set up a timer for me\ttimer\ncan you let me know if my visa card has been approved\tapplication_status\ngo to my next song\tnext_song\nwhat has gas cost me this week\tspending_history\ni always wonder about the meaning of life, can you tell me\tmeaning_of_life\ni want to send a text message to\ttext\ni need the best recipe for mashed potatoes\trecipe\nwhat do i bring in over a year\tincome\njust one more time\trepeat\nhow can you schedule a meeting for me\tschedule_meeting\ncan i get my car jumped for this dead battery\tjump_start\nin cleveland, are there any good places that serve clams\trestaurant_suggestion\ncancel the reservation at olive garden for tommy\tcancel_reservation\nwhat is the current exchange rate between mxn and eur\texchange_rate\nso what kind of gas does my car need\tgas_type\nsorry, you can actually stop that\tcancel\ni got to schedule somewhere get my tires checked out\tschedule_maintenance\ndoes applebees have good reviews\trestaurant_reviews\ncan you check on the status of my credit card application\tapplication_status\nit appears that my luggage has vanished\tlost_luggage\ncan you switch to female voice\tchange_accent\nwhat time is it\ttime\nhow many years ago was al born\thow_old_are_you\ncan you schedule a meeting with damon for 1\tschedule_meeting\nwhat is the routing number of my checking account at first national bankj\trouting\nplease transfer $s from saving to checking\ttransfer\nwill i be able to order for more checkbooks for my chase bank account\torder_checks\ntransfer sixty dollars to dad from my biggest accnt\ttransfer\nwhat was the company that designed you\twho_made_you\nwhat can i do to get rid of this event\tcalendar_update\nhow do you spell dessert\tspelling\nwhat is the minimum i can pay on my water bill\tmin_payment\nwhat date is the next day i get paid\tpayday\nthe time zone for brazil is what\ttimezone\nhow much do i pay in apr on my amex card\tapr\ni wanna flip a coin\tflip_coin\nways to transfer my 401k\trollover_401k\ni cant recall my pin number for my city first account\tpin_change\ngo ahead and cancel my reservation for 5 at red robin\tcancel_reservation\ntext dave, i'll be there soon\ttext\nconfirm my reservation at dino's at 6 pm\tconfirm_reservation\ncoin flip, choose heads\tflip_coin\nhow much longer until i need an oil change\toil_change_when\ni need to rent a car kfor one week in ocean city, nj so who has the best deal\tcar_rental\nwhen was the last time i got paid\tpayday\ndo i need an international visa to go to hong kong\tinternational_visa\nwho engineered you\twho_made_you\ntell me my gas tank levels\tgas\nwas my order brought here\torder_status\nwill you roll a d20\troll_dice\nmy bags didn't make it to the new orleans airport\tlost_luggage\nwhere exactly am i\tcurrent_location\nhow many cups make a gallon\tmeasurement_conversion\nplease look up the name of my insurance plan\tinsurance\nwill qdoba take reservations\taccept_reservations\ni'm changing your name to goliath\tchange_ai_name\nfrom whence do you hail\twhere_are_you_from\nai, please roll the dice\troll_dice\ncan you confirm my reservation for chillis at 8:00\tconfirm_reservation\ncan you change the way you talk to a male british voice\tchange_accent\nhow's it going with you\tgreeting\nthat is correct\tyes\ncan you find me a pork recipe\trecipe\nwould you tell me how the ai is doing\tgreeting\nam i able to make reservations at spago in beverly hills\taccept_reservations\nwhen's the next time i have to pay the insurance\tbill_due\ncan i make a change to my credit limit\tcredit_limit_change\nif i'm planning to go to the uk, do i need a visa\tinternational_visa\ni need instructions on how to make shepherd's pie please\trecipe\nit's time for me to call drew\tmake_call\nplease unsync my phone\tsync_device\nyour answer pleased me\tthank_you\nmy chase card expires on what date\texpiration_date\nis there any way to change the date of my oil change\tschedule_maintenance\nhow much is my salary\tincome\ni wanna know the gas i need to fill this car up with\tgas_type\nchange sound setting to whisper\twhisper_mode\nhow long does it take to get to virginia by bus\tdistance\nwhat is 3/4 of 18\tcalculator\ntell me how much money i'm earning at my job\tincome\ni'd rather call you gloria\tchange_ai_name\nhow many calories are in a cookie\tcalories\nwhat is the exchange rate between usd and british pounds\texchange_rate\ni am in the market for a new insurance plan\tinsurance_change\nshow me some options for new credit cards that i can apply for, please\tnew_card\nwhat date did i receive my last paycheck\tpayday\nplease remove laundry from my list of chores\ttodo_list_update\nwhat routing number does chase use\trouting\nis it raining in sparks\tweather\nplease find the rules for carry on when flying with spirit airlines\tcarry_on\nwhen should i go in and have my tires changed\ttire_change\nwhat time is it in north korea\ttime\ndo you have any good recommendations for swiss cuisine\tmeal_suggestion\nlet me know how to get to the starbucks nearby\tdirections\nhow much of my pto have i depleted\tpto_used\nwhat is the track title of the song playing\twhat_song\nhow long can i keep macaroni in the fridge before it spoils\tfood_last\ntell lydia and laura where i am located\tshare_location\nwhat is the credit card apr if you could tell me\tapr\ndo i own you\twho_do_you_work_for\ni need assistance scheduling a meeting\tschedule_meeting\nplease use your female voice\tchange_accent\nis there traffic right now on my route to work\ttraffic\nat 5:30 pm, how busy can i expect olive garden to be\thow_busy\ni need help paying my store bill\tpay_bill\nmake an order of bread because i am out\torder\nremind me to call bob\treminder_update\nwhen is my meeting with john\tmeeting_schedule\nget happy on my rb playlist\tupdate_playlist\ncan you apply for idaho independent card for me\tnew_card\ntell me if you can help pay a bill\tpay_bill\nwhere would you say you were born\twhere_are_you_from\nwould you say i've spent too much money on chips as of late\tspending_history\nhow can i safeguard my credit score from dropping\timprove_credit_score\ncan you tell me what i earned\tincome\nplease your volume\tchange_volume\nis there a better way to check my visa rewards card balance\trewards_balance\nhow long will it take a new card to come in the mail\treplacement_card_duration\ntell me what the word arboreal means\tdefinition\ncan i complete an application for a new credit card\tnew_card\nwhat is on my calander for valentines day\tcalendar\ninsurance benefit information\tinsurance\ncan you tell me the timezone in san francisco\ttimezone\nhow much was my last target trip\ttransactions\nlet me know when my car was last looked at\tlast_maintenance\nwhere do i get my w2 form from\tw2\nwill the chicken have gone bad if it's been in the fridge since monday\tfood_last\nwhat is that tune\twhat_song\ni need some work done on my car so need to schedule auto mechanic for maintenance\tschedule_maintenance\ntell me something interesting about outer space\tfun_fact\nmake a reminder to change the cat litter\treminder_update\nhas my vacation been ok'd\tpto_request_status\nhow much money do i earn\tincome\nwhat types of gas can i get for this car\tgas_type\nwhat's the status for my delta flight this afternoon\tflight_status\nwhat activities do you enjoy\twhat_are_your_hobbies\nwhy in the world am i locked out of my bank account\taccount_blocked\nhow small of a payment can i make for my chase card bill\tmin_payment\ncan you tell me your hobbies\twhat_are_your_hobbies\ntell me what you do in your free time\twhat_are_your_hobbies\nwill the bank charge transaction fees if i use my american card internationally\tinternational_fees\nare there fees for using my card in tampa\tinternational_fees\nadd broken by evanescence to my playlist\tupdate_playlist\ni'm out of clorox wipes so will you put that on my shopping list\tshopping_list_update\nwhy does my visa account have a hold on it\taccount_blocked\nare there any transaction fees associated with my amex card if i am in the uk\tinternational_fees\ntell me all about your hobbies\twhat_are_your_hobbies\ncan you tell me if there's a travel alert for that country\ttravel_alert\nso are you a bot\tare_you_a_bot\nplease begin pairing with my phone\tsync_device\ncan i get an uber to drive me to the movies\tuber\nwhere can i find my gas tank\tgas\nwhich holiday is next in line\tnext_holiday\ni would like to know when you were born\thow_old_are_you\nplease set an alarm\talarm\ndo you have any restaurant recommendations\trestaurant_suggestion\ncan you tell me what kind of gas this car uses\tgas_type\ni think there's a fraudulent charge from mcdonald's on my account\treport_fraud\ncan you tell me the miles per gallon rate of my car\tmpg\napply for an american express card\tnew_card\nwhat is your version on the meaning of life\tmeaning_of_life\nis the timezone there different\ttimezone\ni need to know if my capital one credit card have international transaction fees\tinternational_fees\nwhat is my current amount of gas\tgas\ntell me what you can do for me\twhat_can_i_ask_you\nwhere do i look to get a w2\tw2\nwhat is the interest rate on my bank of america cd account\tinterest_rate\ni just don't know\tmaybe\nwhat's the balance of my bank accounts\tbalance\ni'm torn on how to answer\tmaybe\nplease play come as you are by nirvana\tplay_music\nwhat's the spanish word for dog\ttranslate\nhas my order arrived yet\torder_status\nis it likely my credit card application has processed yet\tapplication_status\ni don't know where my phone is\tfind_phone\nhow high is my credit limit for my target card\tcredit_limit\nwhich health plan am i currently enrolled in\tinsurance\ni wanna try and confirm that i have a reservation at red robin for josh\tconfirm_reservation\ncan you read my shopping list to me\tshopping_list\nwhere did you live before you moved here\twhere_are_you_from\nlet me know what my credit score is\tcredit_score\ni would like it if you would turn the bedroom lights on low until i'm finished reading\tsmart_home\nif i lost my luggage, where can i get help\tlost_luggage\nwhen will me new card arrive\treplacement_card_duration\nhow many points do i need before i can redeem them\tredeem_rewards\nwhat day is our next free day on the calendar, please\tnext_holiday\nmy card was not accepted for buying a computer at best buy\tcard_declined\nwhat are people saying about chipotle\trestaurant_reviews\nhelp me plan my traveling itinerary for my trip to madrid, i want to see lots of sights!\ttravel_suggestion\nplease repeat\trepeat\ncould you check to see if my order has been delivered, please\torder_status\nschedule a pto request for me on march 1-2\tpto_request\ni think dan scheduled a meeting today with me, can you double check please\tmeeting_schedule\nwhat's my visa's current rewards balance\trewards_balance\nmake an uber reservation to the ymca, center city, philadelphia, please\tuber\nallow my son to see my gps coordinates\tshare_location\nonly call me dan\tchange_user_name\nplease suggest some fun tourist activities in tokyo\ttravel_suggestion\nsuggest food from italy to me\tmeal_suggestion\nhow much is due on the gas bill\tbill_balance\ni am trying to find my credit score\tcredit_score\nwhat name do you answer to\twhat_is_your_name\ncan you share my current location with amy\tshare_location\ncan you confirm the reservation at fleming's for jane\tconfirm_reservation\ni need to know the title of this song\twhat_song\nis joey my name\tuser_name\ni can't give you an answer to that\tmaybe\ncan i use colby jack cheese instead of cheddar in a recipe\tingredient_substitution\ntell me if i have reservations at the back abbey at 6 pm\tconfirm_reservation\nare there vaccinations needed if i go there\tvaccines\ncan you sign me up for a meeting in the blue room on friday\tschedule_meeting\nfind a virtual dice and roll it for me please\troll_dice\nwhat day did i set on my calendar for the first day of school\tcalendar\nwhat does my running list of stuff to do list\treminder\nrestore your original settings\treset_settings\nsorry, that is not true\tno\ngive me the plug type for the country\tplug_type\nhow many more vacation days do i have for the year\tpto_balance\nhelp with credit card application status\tapplication_status\nare you real or a computer\tare_you_a_bot\nwhat are the reviews like for bar tartine\trestaurant_reviews\nagreed, that's valid\tyes\ni need a w2 form from\tw2\nplease give me a quick tutorial on jump starting my car\tjump_start\nwhere can i locate the routing number for the bank i bank with\trouting\nwhat is my credit rating\tcredit_score\nwould you please tell me today's date\tdate\nwhat sort of hobbies do you enjoy\twhat_are_your_hobbies\ni need to know the price of my car payment and insurance please\tbill_balance\ni want to change my oil if you can tell me what to do, and what kind do i get\toil_change_how\ncan you give me the carry-on rules for american airlines\tcarry_on\ntrying to buy a mug from target but my card declined\tcard_declined\nhow can i build my credit score\timprove_credit_score\npass this song\tnext_song\ncheck the status of my credit card application for me\tapplication_status\nset timer for 5 minutes\ttimer\nshow me my routing number for account finishing in 29309\trouting\nwhat are the best sushi restaurants in reno\trestaurant_suggestion\nhow do i get to the beach by bus\tdirections\nwhy do you think we're here\tmeaning_of_life\ni applied for a visa card; did that go through\tapplication_status\nwhat is on march 2 calendar\tcalendar\nwhat's the routing number for my bank of the west account\trouting\nwhat's the latest joke you've heard\ttell_joke\nwhat firm is responsible for your design\twho_made_you\nare there meetings scheduled for today\tmeeting_schedule\nwhat's the food can easily get in canada\trestaurant_suggestion\ncan you please not talk so fast\tchange_speed\nare my tires fully inflated\ttire_pressure\nwhat can i do in evans\ttravel_suggestion\nam i able to place a pto request for february 20-25\tpto_request\nplease speak louder\tchange_volume\nread my to-do list to me\ttodo_list\ntell me if i have a meeting with liz today\tmeeting_schedule\nthe list should also have 2 loaves of bread\tshopping_list_update\nmy tires need to be changed when\ttire_change\nwhere do i find the routing number for sunflower bank\trouting\nhow much do i have in my savings account\tbalance\nwill i be charged a transaction fee on my discover card in cuba\tinternational_fees\ncan you walk me through the various tasks on my to do list\ttodo_list\nplease raise volume\tchange_volume\ni need to reserve a large room or suite for 2 couples for august 15th through august 18th in seattle\tbook_hotel\nwhat are some fun things i can partake in in atlanta\ttravel_suggestion\nplease tell me my current interest rate for my home equity line of credit\tinterest_rate\ni am changing over to italian now\tchange_language\nis it possible to lower my credit score by doing this\timprove_credit_score\nplease link with my phone\tsync_device\ni don't have any idea\tmaybe\nwhat do i have to do if i lost my luggage\tlost_luggage\ncan you play the song that starts with doo doo doo\tplay_music\ni need to know the routing number for my wells fargo account\trouting\ni would like you to buy me some paper plates\torder\npositive\tyes\ntell me how to make a vacation request\tpto_request\nset reminder to prepare for my meeting at 10 am\treminder_update\ncan you tell me the best place for cajun shrimp in tampa\trestaurant_suggestion\ni would like a coin flip\tflip_coin\ncreate for me a pto request for march 16-21\tpto_request\nnix that reservation for 4 at strip house\tcancel_reservation\nhow can i change your name\tchange_ai_name\nwhat are the things you like to do for fun\twhat_are_your_hobbies\ni would like to have my card reported as stolen\treport_lost_card\ni'm pretty sure it could be either\tmaybe\ni need to know how many r's are in restaurant\tspelling\ncan i store bread in the freezer indefinitely and it will still be okay\tfood_last\nwhat is 750 divided by 5\tcalculator\ndoes my shopping list consist of chips\tshopping_list\ndoes arbys in lakewood take reservations\taccept_reservations\ncould you tell me how many vacation days i have left\tpto_balance\nwhat day is our next free day\tnext_holiday\ndo you have any animals\tdo_you_have_pets\ncan i hurt my credit rating if i open several credit cards in a short time frame\timprove_credit_score\nhow many days until i get my payment\tpayday\nwill you tell me a joke\ttell_joke\nhow many vacation days do i still have available\tpto_balance\nwhat's my monthly income\tincome\ni need to get from jfk to dallas with united for under $500\tbook_flight\nwhat's the nutritional info for a subway chicken sandwhich\tnutrition_info\nif i may, i'd like to call you slave\tchange_ai_name\nwho do i need to contact to ask for a credit limit increase on my discover card\tcredit_limit_change\nset an alarm for 5am\talarm\nhow many calories are in an apple\tcalories\ni'd like to switch back to my factory settings\treset_settings\ni want everything on my shopping list to be ordered\torder\ni need help to make changes to my insurance policy\tinsurance_change\ncan you play music by the beatles\tplay_music\nhow high is my credit limit for my chase card\tcredit_limit\nswitch over to whisper\twhisper_mode\ntell the bank i'm traveling between denver and la\ttravel_notification\nwill peas work instead of carrots\tingredient_substitution\ni would like to take a paid time off for february 7 and 8\tpto_request\nhow many days for vacation do i have left\tpto_balance\nwhat place were you created in\twhere_are_you_from\ni need to send a text\ttext\nheard any good jokes lately\ttell_joke\nthanks for your help!\tthank_you\nlet's hear my workout playlist\tplay_music\neither one might be\tmaybe\ni want to know the definition of discretionary\tdefinition\ntell my bank i will be traveling in brazil from june 1st to july 1st\ttravel_notification\npurchase a computer for me\torder\nwhen does my gas bill need paid by\tbill_due\ntell me the fuel type used by my car\tgas_type\nhow's the fuel efficiency for city driving for this car\tmpg\nwhat is the date of my next scheduled dentist appointment\tcalendar\ncredit card annual rate\tapr\ngive me the nutrition facts for chicken breast\tnutrition_info\nhow to you spend your free time\twhat_are_your_hobbies\ni need some more lysol, could you order me some\torder\nis pizza considered healthy\tnutrition_info\nwhat is today's high temperature predicted to be\tweather\ni'd like to know your name\twhat_is_your_name\ni need to lock my account right now!\tfreeze_account\nwhich do you prefer, cats or dogs\tdo_you_have_pets\ntell me the inventor of ai\twho_made_you\ncan you identify this song for me\twhat_song\nsend a text message\ttext\nwhat's my total earnings\tincome\nare you an actual person\tare_you_a_bot\nwhat is 2 + 2\tcalculator\ni want to know what health plan i'm currently on\tinsurance\ni'd like to improve my credit score\timprove_credit_score\nshut up!\tcancel\ndo you consider yourself an artificial intelligence being\tare_you_a_bot\ni can't remember when my car was last serviced, can you find out for me\tlast_maintenance\nwho conjured you\twho_made_you\nwhat ingredients are in filet mignon\tingredients_list\ni am needing to know what kind of pets you have\tdo_you_have_pets\nwhat is my current reward point total on my visa card\trewards_balance\nplease speak in tagalog\tchange_language\ngive tom my location\tshare_location\nwhen you roll a six sided dice what is the results\troll_dice\ni'd like to change the ai name\tchange_ai_name\ni need options or italian tonight\tmeal_suggestion\nplease flip a coin for me\tflip_coin\nbye for now\tgoodbye\nwhat is the due date for a bill\tbill_due\ncan you tell me which timezone is cambodia in\ttimezone\nremind me to call the vet tomorrow\treminder_update\ngive me a list of things to do in orlando\ttravel_suggestion\nhow do i get to the nearest post office\tdirections\nwhat will be the date in 100 days from now\tdate\nis it possible for you to whisper for me\twhisper_mode\nthat turns out to be false\tno\nwhat's something interesting about bees\tfun_fact\nadd oranges to my to do shopping list\tshopping_list_update\ncan i use my credit card points to make purchase\tredeem_rewards\nhas my card application successfully gone through\tapplication_status\nwhat’s my gas mileage\tmpg\nare you able to get into my phone at the moment\tsync_device\nwhat kind of insurance do i have\tinsurance\nwhat is my salary right now\tincome\ndo i need a visa to travel to canada\tinternational_visa\nset my oven to 350 for me right now\tsmart_home\nbye-bye\tgoodbye\nhow can my oil be changed in my car\toil_change_how\ndo you think i could get a target gift card with my credit card points\tredeem_rewards\ni appreciate that answer\tthank_you\nwhat is the minimum i have to pay on my chase card\tmin_payment\nshow me what you think my name is\tuser_name\ni really appreciate your help, thank you\tthank_you\nhow much did i spend on furniture last week\tspending_history\nwhat is your name for me, please\tuser_name\ndelete everything on my to do list\ttodo_list_update\nfind a mechanic to look at my check engine light\tschedule_maintenance\ncan you let me know if it will be warm this week\tweather\nwhich was my insurance plan again\tinsurance\nwould i need a tourist visa for brazil\tinternational_visa\ni'm out of toilet paper so will you put that on my shopping list\tshopping_list_update\ncan you teach me how to change my oil\toil_change_how\nhow many day off i have taken\tpto_used\nmy account has a fraudulent transaction i think\treport_fraud\ni need guidance on how to rollover my 401k\trollover_401k\ni want you to cancel the event called 'bachelorette party' on april 15\tcalendar_update\nthat is totally true\tyes\nwhat's the current song that we are listening at this time\twhat_song\ncould you roll the dice please\troll_dice\ni would like an appointment to get my oil changed\tschedule_maintenance\ncan i use strawberries instead of pineapples for this\tingredient_substitution\nwhat is the definiton of auspicious\tdefinition\ncan i substitute ketchup for mustard\tingredient_substitution\nplease tell me if there's been any word on my vacation request\tpto_request_status\nis a shot required before traveling to mexico\tvaccines\nremove meeting with carla from the calendar\tcalendar_update\ndo i need a visa to go to somewhere internationally\tinternational_visa\ncan you tell me my vehicles mpg\tmpg\nwhat's the balance of my savings\tbalance\nvery true\tyes\nwill i be charged if i use my card in france\tinternational_fees\nswitch the language for your responses, please\tchange_language\nwould you please make a reservation for 2 at olive garden for 5 pm today\trestaurant_reservation\nthe timezone of italy is what\ttimezone\nwhat is the purpose of creation\tmeaning_of_life\nwhat do i need to set up direct deposit\tdirect_deposit\nsend my brother mike a text that says i'm home\ttext\ni was at publix trying to buy some food but my card wouldnt work\tcard_declined\ndoes olive garden have good customer reviews\trestaurant_reviews\ni'm almost certain my car battery died, please tell me what to do\tjump_start\nis there a travel alert for scotland\ttravel_alert\ndo i need a socket converter if i'm going to be in germany\tplug_type\nwhat's the artist's name of this song\twhat_song\nplease speak german to me from now on\tchange_language\nhow do i change my pin number for my account, please\tpin_change\nyes, you got it\tyes\nis it possible to make a reservation at redrobin\taccept_reservations\ncheck what is on my to-do list\ttodo_list\nhow long can i expect to wait for a new card\treplacement_card_duration\ni am now out of checks, how do i order new ones\torder_checks\nmake reminder to pay rent on the 30th of every month\treminder_update\ncan you figure out the meaning of life\tmeaning_of_life\nwhat is the apr on my amex card, please\tapr\nwould you disconnect from my phone\tsync_device\ncan you tell me today's rate for cad to usd\texchange_rate\nwhat would i need if i wanted to make chicken marsala\tingredients_list\nwho or what programmed you, do you know\twho_made_you\ncan you order me more checks at wells fargo\torder_checks\nis it possible to increase the credit limit for my discover card\tcredit_limit_change\nplease roll a dice\troll_dice\ni'd like to know how acommodate is spelled\tspelling\nwhere am i right this moment\tcurrent_location\ncan you tell me what reminders i've set\treminder\nwhat do i do now that my battery is dead\tjump_start\nthat is a fact\tyes\nhow long is a bus ride to the library\tdistance\nhow many pto days do i have left\tpto_balance\ndefinition of affiliate is what\tdefinition\nhow much money do i pay in taxes\ttaxes\ni need you to reserve a table for 6:00 pm for three at devon's seafood\trestaurant_reservation\nwhen will my order be here\torder_status\ni need a vegi lasagna recipe\trecipe\npay my dte bill from my checking account please\tpay_bill\nwhat's the interest rate on my savings\tinterest_rate\ndo you know any good jokes you would like to share\ttell_joke\nhow much money do i need to spend on bill payments\tbill_balance\ni need my account frozen\tfreeze_account\nhey what's up\tgreeting\nwhat do i earn on average at my job\tincome\nwhat is the usd mxn exchange rate\texchange_rate\ni'd like you to refer to me as bob\tchange_user_name\nyou're speaking too fast, slow down\tchange_speed\ngive me a 10 minute timer\ttimer\ni need you to track my package\torder_status\nwhere am i on the map\tcurrent_location\ncan you tell me how to change my oil please\toil_change_how\nan atm ate my card, how do i report it\tdamaged_card\ntime taken from home to doctors office\tdistance\ncould you get me a delta flight from sioux falls to philadelphia for under $400\tbook_flight\nwhat's your home country\twhere_are_you_from\ngo back to the factory settings for this device\treset_settings\nplease tell me if i need any shots before i go to mexico\tvaccines\nplease tell me everything on my list of reminders\treminder\nis there a minimum payment i can make\tmin_payment\nhelp me get access to my recent transaction history\ttransactions\nwhat timezone is canada in\ttimezone\ntoday is what day of the week\tdate\nthank you for that response\tthank_you\nplay a song for me\tplay_music\ndo you have any recommendations for korean\tmeal_suggestion\ni'm grateful for the answer you just gave me\tthank_you\nplease talk to me in spanish\tchange_language\ni am not sure how to spell the word liaison\tspelling\ni need to report credit card theft\treport_lost_card\ni want an uber to take me to walmart\tuber\ncan you tell me why my bank account is frozen\taccount_blocked\nai, call me deb\tchange_user_name\nlooks up the calories in cheetos\tcalories\nis there an event titled anniversary dinner on my calendar\tcalendar\nput on my shopping list i need carots\tshopping_list_update\nhow do i find lost luggage in an airport\tlost_luggage\nwhat time is it in adelaide, australia right now\ttime\nhow do i know when to get the tires changed on my car\ttire_change\nchange the pin on my redwood credit union account to be 1234\tpin_change\nwhat's my federal tax this year\ttaxes\nadd what i listen to to my car ride playlist\tupdate_playlist\norder more cat food, i'm out\torder\nplease show me how to order more checks for my savings account\torder_checks\ntell me what you do for fun\twhat_are_your_hobbies\nwhen is the next rain chance\tweather\nread me my shopping list\tshopping_list\ni have just switched jobs and need assistance with my 401k rollover\trollover_401k\nhow can i convert centimeters to inches\tmeasurement_conversion\ni'd like to know the nutritional content of eggs, please\tnutrition_info\nhow to i get to the mall on foot\tdirections\nwhat do you have me saved under\tuser_name\nwhat do you get if you roll a six sided dice\troll_dice\nwhat's my checking account yielding in interest\tinterest_rate\nhow can i change information on my insurance policy\tinsurance_change\nplease get my car started before i go out to it\tsmart_home\nplease remove ginger ale from my shopping list and add root beer\tshopping_list_update\nadd 45 to 87 plus 54 plus 43 plus 22\tcalculator\ni must switch to the male voice\tchange_accent\npurchase grass seed from the store\torder\nwhat do you need to jump a car\tjump_start\ncan you repeat what you said\trepeat\ncan you find my phone\tfind_phone\ncall sarah\tmake_call\ngo ahead and cancel the reservation i made for 6:00 pm at parc\tcancel_reservation\nset a 5 minute timer\ttimer\ncan you check what is on my calendar for tuesday\tcalendar\nplease call me bailey\tchange_user_name\ni would like to book a place to stay in phoenix from the 5th to the 9th of march\tbook_hotel\nwhat is the reservation policy for spago in beverly hills\taccept_reservations\nhow often should i change the tires on my car\ttire_change\ncan you tell me what 100 british pounds equals in us dollars\texchange_rate\nwho do you function for\twho_do_you_work_for\nin one cookie, how many calories would i find\tcalories\nadd a reminder to check how the body is decomposing\treminder_update\ni wanna know my car's tire pressure\ttire_pressure\num, i'm not totally sure\tmaybe\nhow's the sausage pizza at pizza hut\trestaurant_reviews\nclear out my entire todo list\ttodo_list_update\ni need to know my b of a interest rate\tinterest_rate\nhow can i get my credit limit to be increased to $1000\tcredit_limit_change\ntell me the exchange rate between rubles and dollars\texchange_rate\ncan you describe my list back to me\treminder\nwhat's it take to get a mastercard\tnew_card\ncan you please check on the status of my online order\torder_status\nshould i pump my tires\ttire_pressure\nwhat is the weather\tweather\nwhen is next month's cable bill due\tbill_due\nwhat's my total net worth in all of my bank accounts\tbalance\ngive me the date that i last got my car checked\tlast_maintenance\nhow long will chicken last in the freezer\tfood_last\ncan you remove this event from my calendar, please\tcalendar_update\ntell bill and craig where i am\tshare_location\nwhat should i do if i need to report my card lost\treport_lost_card\nwould you let me know who your boss is\twho_do_you_work_for\nare there any meetings i have today\tmeeting_schedule\nrequest pto from march 8th until march 11th\tpto_request\nfind me a hotel in kansas city with good reviews\tbook_hotel\nfigure out for me when i ought to change my tires next\ttire_change\ncan you check who is at the door\tsmart_home\nif i go to baltimore will i be safe\ttravel_alert\ni want to see my reminder list\treminder\ncan you tell me the next holiday\tnext_holiday\ni would like a new insurance plan\tinsurance_change\nlet me know the amount of vacation days i have used\tpto_used\nwhere did i put my phone\tfind_phone\nput we are the champions to my running playlist\tupdate_playlist\ni lost my chase bank card and want it labeled as lost\treport_lost_card\ni am needing to know what song is playing\twhat_song\ncan you make a reservation at the restaurant for tonight\trestaurant_reservation\nwhat are the kinds of things you can help me with\twhat_can_i_ask_you\nwhat is the remaining time until we are at our destination\tdistance\ndial the last number that called me\tmake_call\ncan you notify my bank that i will be traveling to mexico between march 1st and 15th\ttravel_notification\nis the phone bill the same as last month\tbill_balance\nwhat are the things that i wanted to keep in mind\treminder\nplease assist me in linking my chase account to direct deposit for my paycheck\tdirect_deposit\ntell brady where my location is\tshare_location\nsorry, can you speak a little quicker, please\tchange_speed\nwhere do i have to be on 12/03/2019\tcalendar\ncan you check my credit score for me\tcredit_score\ndo i have a car wash scheduled on my to do list\ttodo_list\nwhat do my vacation days amount to\tpto_balance\ncheck to see why us bank placed a hold on my account\taccount_blocked\ntell me the song title\twhat_song\nwhat is your age again\thow_old_are_you\ni have a card that needs replaced because my wine dumped wine on it\tdamaged_card\ni need to know tomorrow's date\tdate\ndid i get my day off\tpto_request_status\ni must switch to a new insurance plan\tinsurance_change\nwhat is the current time in mexico city\ttime\nwhat do i have planned for 3/5\tcalendar\nplease help me schedule a meeting with john love at 9 am tomorrow\tschedule_meeting\ni would like to know tomorrow's date\tdate\nput on my 90s playlist\tplay_music\ni cracked my card, order a new one\tdamaged_card\nwhats the due date for z bill\tbill_due\nwould it be safe to go to columbia\ttravel_alert\nplease give me your responses only in french from now on\tchange_language\nwhat time is this flight supposed to land\tflight_status\nwhat is 4 x 4\tcalculator\ni need a room in indianapolis near the track from may 2nd through the 5th\tbook_hotel\ni want to pay my cable bill directly from my checking account\tpay_bill\nwhat does my commute look like\ttraffic\nis it possible for me to rent a car out of jfk airport from march 15-20\tcar_rental\nmy names carrie\tchange_user_name\nwhat are my longitude and latitude points\tcurrent_location\ni agree with the truth of what you just said\tyes\ni'd like to cancel the party of 7 we reserved at the olive garden\tcancel_reservation\nis my apr rate above average\tapr\ndoes moes in la except rerservations\taccept_reservations\nsay my name in a sentence\tuser_name\njust trash the reservation i made please\tcancel_reservation\nflip a coin i choose heads\tflip_coin\nphone sarah\tmake_call\nwhy was my card declined yesterday\tcard_declined\njust wanted to say hi\tgreeting\ncan you let me know if my vacation was approved\tpto_request_status\ntoss a coin and tell me what it lands on\tflip_coin\nwhat are the steps for transferring my 401k\trollover_401k\nwhat does altruism mean\tdefinition\ni meant no\tno\nset a time to get my oil changed\tschedule_maintenance\nhow many vacation days do i still get\tpto_balance\nhow many calories are in cookies\tcalories\ntell me some fun activities to do in oklahoma city\ttravel_suggestion\nwhen is the milk date before used\tfood_last\nis love the meaning of life\tmeaning_of_life\nhow do i switch out my oil\toil_change_how\ntell me the traffic at lexington\ttraffic\ntell me what is showing on my calendar for the 17th of march\tcalendar\nhows my credit score\tcredit_score\ntell me when my visa card will have expired\texpiration_date\nplease get off my phone\tsync_device\nwhat is 400 times 2\tcalculator\nplease find someone who specializes in cars, my check engine light has turned on\tschedule_maintenance\nplease turn the fan on\tsmart_home\nwhen am i boarding my flight\tflight_status\ni'd like to speak in portuguese\tchange_language\nhow to jump start a car\tjump_start\ncan i have a table held at the outback steakhouse for johnson at 5\trestaurant_reservation\nplease tell me the time\ttime\ncan you find the reason for the block on my account\taccount_blocked\nwhat is tomorrow's date, please\tdate\ni want to know how many days off i have utilized until now\tpto_used\nis it recommended to get any shots before i travel to africa\tvaccines\nadd to my friday calendar a doctor's appointment\tcalendar_update\nwhat's the current weather situation for tallahassee\tweather\ndo the tires look a little low on pressure\ttire_pressure\nwhat were you just saying\trepeat\nhow long before the replacement card is mailed to me\treplacement_card_duration\ncan i make a reservation for 2 at state bird for 6:30, please\trestaurant_reservation\ni need to find a nice hotel with solid reviews in seattle\tbook_hotel\nwill i be charged if i use my card in japan\tinternational_fees\nwhat is the full name of your boss\twho_do_you_work_for\nhow many dollars can i exchange for 5000 rubles\texchange_rate\ni can't find my mastercard and i want to report it as lost, please\treport_lost_card\nsearch and tell me when my most recent oil change happened, please\tlast_maintenance\nhave there been any travel alerts issued for france\ttravel_alert\ndo you know why my card got declined\tcard_declined\ni need to know the interest rate that applies to my personal loan\tinterest_rate\ndo you know any jokes about librarians\ttell_joke\ncan you tell my bank that i'll be travelling internationally soon\ttravel_notification\ncan you place laundry on my to do list\ttodo_list_update\ntell me that status of flight dl123\tflight_status\ni have to meet with sam at 9:00am in two days\tschedule_meeting\nadd grocery shopping to my to do list\ttodo_list_update\nis there a specific date when i should get my tires changed\ttire_change\ni must call dr smith\tmake_call\ncan we call mark\tmake_call\ndoes mexico have any travel alerts i should know about\ttravel_alert\nno that is wrong\tno\ni enjoyed speaking with you\tgoodbye\ntalk to me in spanish from now on\tchange_language\ni would like to know my income\tincome\ni need a flight for under 300 from pittsburgh to atlanta\tbook_flight\nwhat's a good hotel to stay at in chicago\tbook_hotel\ndo you have any pet animals\tdo_you_have_pets\nplease tell me all the transactions i've made recently\ttransactions\nwe'd like an uber for 4 to take us to the olive garden\tuber\nwhat is the interest rate on my charles schwab checking account\tinterest_rate\ncan you change my 1st national account pin to 4892\tpin_change\ni need to report fraudulent activity on my visa card, please\treport_fraud\nwhat is the weather for tomorrow in georgia\tweather\nhow good are the ratings for applebees\trestaurant_reviews\ni am in need of new checks i'm completely out of mine\torder_checks\nsearch google for how to set up direct deposit\tdirect_deposit\nis there a special place where i can schedule to check my tires out\tschedule_maintenance\nwhat's the most i can charge on my card\tcredit_limit\ncan you suggest some of the most popular travel destination\ttravel_suggestion\ntell me what holiday is comming up next\tnext_holiday\ni'm not sure how to jump start a car; can you help me\tjump_start\ni want to set up direct deposit\tdirect_deposit\ni'm exploring a possible cycle flight from yyz to dublin for w to aug two\tbook_flight\nhow much money have i spent on groceries recently\tspending_history\nnumber of calories in coke\tcalories\nwhat is the average wait time to be seated for dinner at rouge\thow_busy\nhow much do you make\tincome\nwhen did i last service my car with an oil change\tlast_maintenance\ntell me when i received my most recent paycheck\tpayday\nhow do i give my car a jump\tjump_start\ncan i talk to someone to let them know my card was damaged from being melted on a radiator\tdamaged_card\ndo i have enough gas in the fuel tank\tgas\ndid i jot down a time to see my accountant on my to do list\ttodo_list\nis it safe to go to serbia\ttravel_alert\nwhat's today\tdate\nyour speech slower it\tchange_speed\nspecify who your boss is\twho_do_you_work_for\nwhat is the balance of my bank account\tbalance\nadd this song to my top 40 playlist\tupdate_playlist\nwhy my card stop working\tcard_declined\non what date did i get paid last\tpayday\ni'd like to confirm the 2:00 reservation for friday\tconfirm_reservation\nwhat's local slang for goodbye in hawaii\ttranslate\ncancel my reservation for 6 pm at sidetracks\tcancel_reservation\ntell me my electric bill minimum payment\tmin_payment\nwhat amount of time will pass in order for a person at our location to take bus to detroit\tdistance\ndo you know what song this is\twhat_song\nwhat is the status of the application for a credit card i put in\tapplication_status\nflip that coin please, i choose heads\tflip_coin\ntell me how to increase credit limit for chase card\tcredit_limit_change\nhelp me find my phone\tfind_phone\nhow do i redeem my credit card points\tredeem_rewards\ntell me what the traffic is like on the way to phoenix\ttraffic\nwhat is the number of my credit score\tcredit_score\nhow do you spend your spare time\twhat_are_your_hobbies\nare there international transaction fees associated with my td bank card\tinternational_fees\nhow should i spell malignant\tspelling\nschedule an appointment for a tire check for me\tschedule_maintenance\nhow do they say goodbye in hawaii\ttranslate\ncan you help me rollover my 401k to my new place of employment\trollover_401k\nwhat can you tell me about flight dl123\tflight_status\ni can confirm it is affirmative\tyes\nswitch back to factory settings\treset_settings\nhow many liters are in 500 gallons\tmeasurement_conversion\ndo they take reservations at mendy's\taccept_reservations\nam i able to rollover my 401k\trollover_401k\ni am wanting to change your name to felix\tchange_ai_name\nis there enough money in my discover account for airplane tickets\tbalance\nwhat day's my pay coming next\tpayday\nhow would you categorize the pets you have\tdo_you_have_pets\nplease let me into my bank account\taccount_blocked\nengage whisper mode now\twhisper_mode\nfor anew card to be mailed to me, how long does it take\treplacement_card_duration\nthe new name that i want you to call me is this one\tchange_user_name\ndoes wendy's have good reviews\trestaurant_reviews\ni need to change my speaking to spanish\tchange_language\nplay the song that goes like hey jude don't make it bad\tplay_music\nwhen should i change these tires\ttire_change\nwhat's the traffic like on the way to the water slides\ttraffic\ncan i hear the complete to do list just dictated\ttodo_list\nany ideas on a good place to eat out\trestaurant_suggestion\ndo i have to get shots to travel to iraq\tvaccines\nargentina travel alert yes or no\ttravel_alert\ni need to know more about my health plan\tinsurance\ngood night\tgoodbye\nreport that the card has been wrecked\tdamaged_card\ni need to know my bill total for my verizon payment due this month\tbill_balance\nbook a hotel in pa, harrisburg for the 10th to 15th\tbook_hotel\ncan you hook up a meeting for 3:00 on wednesday\tschedule_meeting\ngo ahead and switch to the female voice\tchange_accent\ncan you understand me, if i start talking in italian\tchange_language\nadd walk by pantera to my playlist\tupdate_playlist\ntell me a joke about jobs\ttell_joke\nhow many dollars can i exchange for 75 euros\texchange_rate\nmake the temperature 78 in here\tsmart_home\nhow much are my bills\tbill_balance\ncan you please repeat my list back to me\treminder\ntell me the song that's playing right now\twhat_song\ncan you tell me what the limit is on my capital one card\tcredit_limit\nhow do i report fraud on my chase bank card\treport_fraud\nwhat steps should i take if i want to request vacation\tpto_request\nis my flight, dl123 on time\tflight_status\nwhat name do you have for me\tuser_name\ncan you say again\trepeat\ntext paul and ask him what time the cookout is on saturday\ttext\nare my tires good on air\ttire_pressure\nput in for time off march 4 to march 6\tpto_request\nwhat's the spending limit on my lloyds card\tcredit_limit\nsend ten dollars from bank of america to capital one\ttransfer\nnigeria is in which time zone\ttimezone\nremove the may 11 event called baby shower from my calendar\tcalendar_update\ndo my tires need air\ttire_pressure\nwho are you manufactured by\twho_made_you\ndoes iron skillet at the truck stop trake reservations\taccept_reservations\ncan you please put a stop on my bank account\tfreeze_account\nprovide me the name of who made you\twho_made_you\ngo back to initial factory state\treset_settings\nare there transaction fees for my visa if i'm in russia\tinternational_fees\ncan you fake roll a die for me\troll_dice\nis there an insurance plan for my health\tinsurance\ntell me how i can reset to factory settings\treset_settings\nwhat's the minimum required payment on my visa card\tmin_payment\nwhat length of time is safe for consuming leftover meatloaf stored in the fridge\tfood_last\nwhat is the weather going to be like tomorrow\tweather\nwithin what time is is fine to eat cooked tilapia kept in the fridge\tfood_last\ndo you know where i can find my suntrust routing number\trouting\nwhere's my phone\tfind_phone\nhow much will i have to pay in colorado taxes\ttaxes\ni need to know the weather\tweather\nwhat is the expiration date of the milk\tfood_last\nwhat are the directions to get to olympia by bus\tdirections\nhow is the weather\tweather\nplease help me figure out how to jump start my car\tjump_start\nwould you let me know what flights are available out of dallas to el paso on march 20 for under $400\tbook_flight\npair yourself to my phone if you can\tsync_device\nwhat places in chicago will allow me to rent a car from monday to friday\tcar_rental\ncould you tell me my bill's minimum payment\tmin_payment\nim not going to dinner tonight\tcancel_reservation\nsend from my bbc money market to my t rowe price money market seven thousand dollars\ttransfer\nhow long can i go before changing my oil\toil_change_when\ni am going to go ahead and pair this with my new phone\tsync_device\nset a five minute timer\ttimer\nwhat time is it in the pacific standard timezone\ttime\nhow would i apply for an american express\tnew_card\ngive liz a call\tmake_call\nalter the name given to the ai\tchange_ai_name\ni have a damaged card that needs replaced because my son dropped it in a blender\tdamaged_card\ni need you to look up the date of my car's last visit to the shop\tlast_maintenance\ntell me the amount of gas i have\tgas\ndo you know my credit score\tcredit_score\nwhat's a fun fact about mythology\tfun_fact\nwhat year were you born in\thow_old_are_you\nare there rooms available between 5 and 530\tschedule_meeting\nhow can i set up a meeting\tschedule_meeting\nokay\tyes\ncould you find my interest rate for me\tinterest_rate\nname the items on my shopping list\tshopping_list\nwho is your creator\twho_made_you\nyo\tgreeting\ncan i call you arnold instead\tchange_ai_name\nhow is my name saved aw\tuser_name\ncan you schedule a vacation for next week\tpto_request\nset reminder for 2 pm\talarm\ntell me how many vacation days i have\tpto_balance\nspeak to me in dutch\tchange_language\nis there a carry on weight limit\tcarry_on\nplease lookup the minimum i need to pay on my credit card\tmin_payment\ncan you tell me the apr of my target credit card\tapr\nthere seems to be an issue with my account\taccount_blocked\nare there any holidays this month\tnext_holiday\ndo they use a different plug in brazil\tplug_type\nare there any events on my calendar for january 1st\tcalendar\nhow soon until the milk expires\tfood_last\ncan you check for reservations at wongs chinese for john acer\tconfirm_reservation\ni need help acquiring new insurance\tinsurance_change\ncould you please share a joke with me\ttell_joke\nlet me know what tomorrow's date is\tdate\nwhat ingredients do i need to make raisin bread\tingredients_list\nhow do i know what the outlets are like\tplug_type\ndo my tires have enough air in them\ttire_pressure\nostensibly when is my flight going to land\tflight_status\nsend twelve dollars between cabelas and bank of london accounts, please\ttransfer\nmake a call for me to the vet\tmake_call\nthat is not the case\tno\nhow many more vacation days can i use this year\tpto_balance\nset to female voice\tchange_accent\nhelp me redeem my reward points\tredeem_rewards\nwhat is the interesting trivia about human bodies\tfun_fact\nhow do i find the meaning of life\tmeaning_of_life\nwhat's the calorie content for fried eggs\tcalories\nname the singer of this track\twhat_song\nwhat place do you call home\twhere_are_you_from\nis the traffic bad going downtown right now\ttraffic\ni'd like to report my card as stolen, please\treport_lost_card\ncan you set me up for a reservation for five at outback steakhouse on february 28th at seven pm\trestaurant_reservation\nwhat music is this\twhat_song\nplease cancel my reservation\tcancel_reservation\ncan you recommend any restaurants\trestaurant_suggestion\nwhen will i recieve my next paycheck\tpayday\ni'm not able to find my luggage and i was on southwest airlines flight ab123 out of houston\tlost_luggage\nspell doctor\tspelling\ni am wanting to know how many carry ons i can take on a flight with southwest airlines to houston\tcarry_on\nadjust speech rate to a faster setting\tchange_speed\nhow long can i keep fish in the freezer before it gets ruined\tfood_last\nwhat do i have on my calendar today, the 3rd\tcalendar\nhow many calories does two bananas have\tcalories\nai how are you doing today\tgreeting\ncould you tell me the meaning of life\tmeaning_of_life\nwhen does my current job have the next official paid holiday\tnext_holiday\ni need you to tell me my salary\tincome\ntell me how good the apr is on my card please\tapr\nwhat's up with my american airline flight will it be on time\tflight_status\nis there a reason beyond biology about why humans are alive\tmeaning_of_life\nwhat type of restaurants are nearby\trestaurant_suggestion\ndoes my new bank card have any international transaction fees\tinternational_fees\nwhat do you suggest for entertainment in tampa, florida\ttravel_suggestion\nplease respond to me when i reference skynet\tchange_ai_name\nwould you tell me about your hobbies\twhat_are_your_hobbies\ni need new language\tchange_language\nhow is it possible to get a better credit score\timprove_credit_score\nwhat do i have to do on march 2 that's on my calendar\tcalendar\nmy card needs replaced, i accidentally scraped it\tdamaged_card\nmy card is partially damaged how do i report this\tdamaged_card\ngo through all the reminders on my list and state what they are\treminder\ni have a reservation for strip house for jennifer that i'd like to confirm\tconfirm_reservation\npay a bill!\tpay_bill\nwhen will the day off be\tnext_holiday\nhow long have you been alive\thow_old_are_you\nget me a flight booked from houston to phoenix with american airlines\tbook_flight\ndo i need new tires\ttire_change\nwhat have i spent on fast food recently\tspending_history\ni want you to call me sheldon\tchange_user_name\ni can't find my luggage anywhere and there's no more on the conveyor\tlost_luggage\ni need an uber to madison square garden\tuber\ni am wanting you to book me a flight from houston to miami on united airlines\tbook_flight\nwhats up\tgreeting\nwhat is the current tire pressure level in the car\ttire_pressure\nplease order more checks i just used the last one\torder_checks\nhow much have i spent on my debit card this month\ttransactions\nget rid of my 4 pm reservation at the steakhouse please\tcancel_reservation\nhow many centimeters are one inch\tmeasurement_conversion\nwhat's the total i owe on all my bills\tbill_balance\nwhat is the exchange to yen if i have 100 us dollars\texchange_rate\nwhat is the minimum i can pay for the gas bill\tmin_payment\ni need help to pay my electric bill\tpay_bill\ncan you answer all types of questions\twhat_can_i_ask_you\nlook for funny jokes\ttell_joke\nyou shall address me as nick\tchange_user_name\ndon't have any idea\tmaybe\ni don't have a clue\tmaybe\nhow many days later is it okay to eat curry that was in the fridge\tfood_last\nwhat does adulation mean\tdefinition\nwhat kind of indian would you recommend\tmeal_suggestion\nwhat amount of vacation days do i have\tpto_balance\nwhat was my recent transaction on my visa card\ttransactions\nrolling over my 401k help\trollover_401k\ncan you translate cat into russian for me\ttranslate\nerase my to do list\ttodo_list_update\ndecrease your decibel level\tchange_volume\nlet's flip a coin i choose heads\tflip_coin\ncan you give me instructions on how to change the oil for my car\toil_change_how\ndefinitely\tyes\nwhich type of gas do i need to put in my car\tgas_type\nyou need to change your language setting to russian please\tchange_language\nhow do i get a new credit card sent to me\tnew_card\ncan you tell me which vaccines i need to take before mexico\tvaccines\nwhat time is it in russia\ttime\nplease order me everything that is on my shopping list\torder\nai i didn't hear you\trepeat\ni have to report fraudulent activity the bank of america card\treport_fraud\ncan you tell me my minimum due for citicard\tmin_payment\nwhere do i go to get my w2 for tax reasons\tw2\ni need to change my name to something else for you to call me\tchange_user_name\ni need to know what the meaning of life is now\tmeaning_of_life\ni need to add flour to my list for shopping if i haven't already\tshopping_list_update\ntell me what i can find on the shopping list\tshopping_list\nare you self employed\twho_do_you_work_for\ndo you know of any good restaurants\trestaurant_suggestion\nhow would i say how are you today if i were mexican\ttranslate\nhow many crows are in 10 murders\tmeasurement_conversion\nplease show me instructions on how to change my oil\toil_change_how\nmy account appears to be blocked but i have no idea why that could be\taccount_blocked\ni just found a better job and need to move my 401k over to my new employer\trollover_401k\nhow do i transfer my 401k to a new firm\trollover_401k\nwhat location did you originate at\twhere_are_you_from\ni am glad we got to talk again, see you soon\tgoodbye\nhow long does visa take to get me a new card\treplacement_card_duration\nhow's the weather in tallahassee\tweather\nwhat does epicurean mean\tdefinition\nwhat's the weather\tweather\nwhat questions do you respond to\twhat_can_i_ask_you\nwhat are you called\twhat_is_your_name\nhow many saved days of vacation time do i have\tpto_balance\nwhat kind of gas does your car use\tgas_type\nhow much of the gas do i have left\tgas\ncan you slow your speaking down\tchange_speed\nwhat is the credit limit on my visa\tcredit_limit\nwhat is the nutrition information for shrimp scampi\tnutrition_info\ntell me what my federal taxes amount to\ttaxes\nroll a pair of dice\troll_dice\nwhen do i owe the rent\tbill_due\nhow many miles per gallon does this car get in the city\tmpg\nwhat band is this\twhat_song\ni enjoyed talking to you, bye\tgoodbye\nwould you move 100 dollars from the checking and put it into savings\ttransfer\nwhat is the ingredient list for an omelette\tingredients_list\nwhat is the current time in new york\ttime\ndoes applebees in trenton do reservations\taccept_reservations\nhow can i tell what the interest rate on my money market account is\tinterest_rate\nhow much is $1 usd worth in euros\texchange_rate\ntell me what is on my calendar for april 1\tcalendar\nhow do i get to the library by foot\tdirections\ntell me when my water bill is due\tbill_due\nplease speak to me quicker from now on\tchange_speed\nwhat insurance benefits am i getting\tinsurance\ni need to to the female voice\tchange_accent\nwhat's the last date i can use my credit card\texpiration_date\nplease set a 4 minute timer\ttimer\nplease make the timer for cooking for for 2 hours\ttimer\nplease set a timer for 6 minutes\ttimer\ndon't call me bill anymore - call me bob\tchange_user_name\nwhat can i make for dinner\tmeal_suggestion\ntraffic looking alright going towards burger king\ttraffic\nwhen asked who you work for, what would you say\twho_do_you_work_for\ni have to rollover my 401k\trollover_401k\nhow much did i spend shopping for clothes today\tspending_history\ngive me the traffic at lexington\ttraffic\ncan you assist me in paying my electric bill\tpay_bill\nwhat is let it be mean\tdefinition\nlet me know the credit limit for my credit card\tcredit_limit\nthank you ai for everything you do\tthank_you\nthat is so false\tno\nwhy do u work for them\twho_do_you_work_for\ni keep trying to figure out if i have enough money in my chase account to purchase a new set of tires\tbalance\nwhat's the nutritional info for a banana\tnutrition_info\nwhat time do i have to pay z bill\tbill_due\ni go by brad\tchange_user_name\ntell me how many days off you see that i have taken so far this year please\tpto_used\nread my reminders to me\treminder\nhow old are you turning\thow_old_are_you\nwhat city were you born in\twhere_are_you_from\ncan you tell me how to spell manipulation\tspelling\non my reminders list, is there an item called conference call\treminder\ncan you pair yourself with my phone please\tsync_device\nwhen will my card replacement arrive\treplacement_card_duration\nhow do you do a jump start\tjump_start\ni enjoyed talking to you\tgoodbye\nwhat you do at the free time\twhat_are_your_hobbies\ndo i have enough fuel to travel to san diego from here\tgas\nwhen would it be required for me to get my oil changed\toil_change_when\nwhat gas does this car use\tgas_type\nmy card broke in half and i need to report this\tdamaged_card\nwhen will my credit card no longer be good\texpiration_date\nwhisper mode must be left\twhisper_mode\nare there any transaction fees associated with my usaa card if i am in south korea\tinternational_fees\ni'd like to start calling you buddy\tchange_ai_name\ni think bradley is a better name for you\tchange_ai_name\nhelp me set up a direct deposit\tdirect_deposit\ncan i get to susan's house with my current tank\tgas\nplease tell me the minimum i can pay on my electric bill\tmin_payment\ni need to play the song that goes like hey jude don't make it bad\tplay_music\ni would like to know the traffic in tempe please\ttraffic\nwhat type of outlets do they have in the uk\tplug_type\ncommunicate via text to\ttext\ncould you freeze my account now\tfreeze_account\ni'm travelling to ireland soon and want to inform my bank\ttravel_notification\nhow are the reviews for cracker barrel\trestaurant_reviews\nhey, i just put in my order and i was wondering what the status of it\torder_status\nturn your volume up\twhisper_mode\nwhat kind of mileage do i get out of gas\tmpg\nclear my calendar for this friday\tcalendar_update\nhello, i need to cancel tonight's reservation for dinner\tcancel_reservation\ni would like an alarm set\talarm\ncan you convert millimeters to centimeters\tmeasurement_conversion\nam i scheduled to meet with heather today\tmeeting_schedule\nshow me my recent transactions from account xyz\ttransactions\ni want to use my credit rewards now\tredeem_rewards\nhow much do i get paid\tincome\ni would like to report a fraud on my wells fargo card, please\treport_fraud\nwhat points have i earned on my visa\trewards_balance\nhow many times a year should i change my tires\ttire_change\nwhat's the apr on my amex card, please\tapr\ndoes france use a socket converter\tplug_type\nwhat is the best thing for me to do to improve my credit score quickly\timprove_credit_score\nthe reservation at zepher cancel joe from that\tcancel_reservation\ni do not have flour so will you order me some more\torder\ni want today's fun fact please\tfun_fact\ni do not actually need my reservation anymore\tcancel_reservation\ncheck to see if i am still booked to be eating at gusto handcrafted pasta & pizza at 6:30 pm\tconfirm_reservation\nsend me an uber to arrive at 5pm at my house and there will be two people going to scully's downtown\tuber\ntell me how healthy mac and cheese is\tnutrition_info\nare my tires low\ttire_pressure\ni need to send my location to my friend steve\tshare_location\ndoes myanmar have any travel alerts i should be aware of\ttravel_alert\nwhen is my meeting with bob\tmeeting_schedule\nwhat's the funniest joke you know\ttell_joke\npull up my grocery transactions\ttransactions\nwhat's something interesting to do kentucky\ttravel_suggestion\nhow much tax do i pay\ttaxes\nhow can i check my credit card limit\tcredit_limit\nhow much is my bill for capital one\tbill_balance\nhow do i start my car battery\tjump_start\ncan you book me a place to stay in pittsburgh from monday to friday\tbook_hotel\nwhat do i do to check when my next credit card payment is\tbill_due\ntell me my current location please\tcurrent_location\nhow do i switch to a new insurance plan\tinsurance_change\ntell me today's weather forecast\tweather\ndo i need a vaccination to go to europe\tvaccines\nreset to default settings\treset_settings\nlet me see the list of tranaction on my discovery credit card\ttransactions\nplease do a stop on my bank account\tfreeze_account\nwould you let me know if you are a cat or dog person\tdo_you_have_pets\nthe answer is no\tno\ni wanna get my w-2 form\tw2\nsend 100 dollars between bank of the west and bank of america acccounts\ttransfer\nwhat do the ratings say for black bear diner\trestaurant_reviews\ntext john with the message 'where are you\ttext\ni am bored and need new dinner recommendations\tmeal_suggestion\nwhen will my flight land\tflight_status\ncan you please turn the fan on\tsmart_home\nare you a machine\tare_you_a_bot\nread me my shopping list please\tshopping_list\nplease add someday by the strokes to my playlist\tupdate_playlist\ni'm out of lysol could you order me some\torder\nthat you so much for the help\tthank_you\ni need the soonest appointment for an oil change\tschedule_maintenance\nit depends\tmaybe\ncan you check the tire pressure\ttire_pressure\ni gotta know your hobbies\twhat_are_your_hobbies\nlist all the shots i need to travel to france\tvaccines\ndo you have any dogs or cats\tdo_you_have_pets\ni need to place an order of checks for my bank of america checking account\torder_checks\nwhen is the upcoming holiday\tnext_holiday\ni appreciate you doing that\tthank_you\nwhat are my state taxes looking like\ttaxes\nhow much money is the state going to take from me for taxes\ttaxes\nplease change the language\tchange_language\nwhen did you originate\thow_old_are_you\nthat is not false\tyes\nai roll the dice\troll_dice\nhow much in total will i be paying for bills\tbill_balance\nplease report information about activity on my credit card\treport_fraud\nhow do i tell mastercard about a fraudulent charge\treport_fraud\ncan you lock all the doors in the house\tsmart_home\nwhen do my tires need changing\ttire_change\ndo i need to pay any fee if i use my card in japan\tinternational_fees\nwhat is the news on my vacation request\tpto_request_status\ntell me if the following thing can hurt my credit score\timprove_credit_score\ni would like to know if you are a robot\tare_you_a_bot\ntell me the procedure for changing oil in a car\toil_change_how\nwhat are my mastercard points good for\tredeem_rewards\ni want you to call bella\tmake_call\nwhat's my total income\tincome\nwhat's the sum of all i owe on bills this month\tbill_balance\nwhat's the count of vacation days i have left\tpto_balance\nwhat interest rate am i getting from nfcu\tinterest_rate\nbook a flight from miami, fl to columbus, ga on 16 february 2019 and returning on 2 march 2019\tbook_flight\ntell me about this cars fuel economy\tmpg\ncan you find the expiration date and tell me what it is that is on my visa credit card\texpiration_date\nhow is the word umbrella spelled\tspelling\nyou have yo go to school on calendar\tcalendar\nhow many days off for vacation do i have left\tpto_balance\nhow is friend spelled\tspelling\nplease say the apr for my credit card\tapr\nexplain how to jump a car\tjump_start\nis it possible to make reservations with famous dave's restaurant\taccept_reservations\nwhat can you call me\tuser_name\nhello, are you doing alright\tgreeting\nwhere were you thought of\twhere_are_you_from\nif i got to indonesia is it safe\ttravel_alert\nthanks for helping me out today\tthank_you\nis any traffic on my route to work\ttraffic\nplease tell me this month's transactions on my visa\ttransactions\nwhat are the size limits regarding-carry on bags\tcarry_on\nthat'll work, good job!\tthank_you\ni would like to jump start my car\tjump_start\nwill my order be here by saturday\torder_status\nwhat's the fuel level\tgas\non what date do i get paid\tpayday\non my list of reminders is what\treminder\nget me access to a list of my recent transactions\ttransactions\nthat'd be a no\tno\nwhat do i need to change my oil\toil_change_how\nno good\tno\nis there any good place for vietnamese food on the east side of the island\trestaurant_suggestion\nwhat are the atmospheric conditions in sparks\tweather\ni want to hear doctor jokes\ttell_joke\ntell me the mpg of this car\tmpg\nwhat is the time in atlantic timezone\ttime\nabout how many meetings am i attending between 12 and 3 today\tmeeting_schedule\ndid my vacation get approved\tpto_request_status\ncancel doctors appointment from my calendar\tcalendar_update\ncan you put in a meeting for the blue room on friday\tschedule_meeting\ni would like to have my credit increased to 5000 dollars\tcredit_limit_change\ntell me the exact amount of pto i have used\tpto_used\nwill they take reservations at torris\taccept_reservations\nbook an appointment for an oil change\tschedule_maintenance\ni do not have that information\tmaybe\ni need to know what my health benefits cover, please\tinsurance\nfairwell\tgoodbye\ni need to know what my credit score is\tcredit_score\nput a hold on my bank of america account right away please\tfreeze_account\ncan you teach me how to make sushi\trecipe\nwhat's my car's gas mileage\tmpg\ni can't hear you\tchange_volume\ntell me what my credit card's apr is\tapr\nsee how many days i've taken off so far\tpto_used\nhow do i set the alarm\talarm\nwhat reservations are available for 3 people at the xenophobe\trestaurant_reservation\nget rid of my dinner reservation\tcancel_reservation\nis there a fee associated with use of my card in burkina faso\tinternational_fees\nplay some music for me\tplay_music\nmy insurance gives me what benefits\tinsurance\nalerts for travel in colombia\ttravel_alert\nthere is no way in heck that is true\tno\nwhen is boarding scheduled for my flight\tflight_status\nare any meeting rooms open between 9 and 10\tschedule_meeting\nai,please order some checks for my usbank account\torder_checks\nlet's go to the next song please\tnext_song\ni need to buy something, please\torder\nadd my doctor appointment on march 25th at 3:00 to my calendar\tcalendar_update\nwill my vacation be approved soon\tpto_request_status\nhow is the weather looking in seattle\tweather\ncan you give me a reading of my car's tire pressure please\ttire_pressure\nwhere i can use credit card points\tredeem_rewards\nwhat name was given to you\twhat_is_your_name\nwhat goes into chicken noodle casserole\tingredients_list\nwhat is the meaning of the word lux\tdefinition\ni need to cancel my dinner reservation\tcancel_reservation\nset up a 52 minute timer\ttimer\nwhat is the total amount of tax deductions from my income\ttaxes\ngo to whisper mode\twhisper_mode\nhow many hours of vacation have i saved up\tpto_balance\ndo they take reservations at arby's\taccept_reservations\nyou are talking far too fast for me, can you slow it down a bit\tchange_speed\ncosta mesa weather\tweather\ndo i have watering the plants on my to do list\ttodo_list\nwhen do i need my next oil change\toil_change_when\ncan you give me info on miami weather\tweather\ni want to pay my gas bill\tpay_bill\nwhat do you prefer to be called\twhat_is_your_name\ni'm ready to put in the order for everything on my shopping list\torder\ni want to shop for new insurance plans\tinsurance_change\nwhat does zesty mean\tdefinition\nhow long should this be in the oven\tcook_time\ni need a stop placed on my bank account please\tfreeze_account\ni was at walmart today and my card got declined when i went to buy qtips\tcard_declined\noops cancel that\tcancel\nwho are you currently working for\twho_do_you_work_for\ndo i have enough credit card points to redeem a new appliance\tredeem_rewards\nindeed\tyes\ntrue is my response\tyes\ncan you verify my reservation under steve for friendly's\tconfirm_reservation\nwhat is the minimum payment for my power bill\tmin_payment\ni want you to schedule a meeting with carrie and lisa\tschedule_meeting\ni want to apply for a wells fargo credit card\tnew_card\nhow long before i neet to get my oil changed\toil_change_when\nhow is my ai doing\tgreeting\nlook up the expiration date for my barclay's card\texpiration_date\ni need bananas on the list too\tshopping_list_update\ni want to be called tom\tchange_user_name\nwhat is the apr on my citibank card\tapr\ni will be telling my bank of my upcoming trip to spain\ttravel_notification\nplease put a block on my capital one account immediately\tfreeze_account\nyes, that's correct\tyes\ni wanna hear something cool about bees\tfun_fact\nis there a room big enough for 10 people from monday to tuesday in manhattan\tbook_hotel\ncan you speed up your speech please\tchange_speed\nplease talk faster\tchange_speed\ntell me ways to improve my credit score\timprove_credit_score\nis it alright with you if i call you scarlet\tchange_ai_name\nwhat can you help me with\twhat_can_i_ask_you\nare you able to flip a two sided coin\tflip_coin\nspeak in a woman's voice\tchange_accent\ni want to know if i will be safe if i travel to europe\ttravel_alert\ni want you to flip a coin\tflip_coin\nget rid of tuesday the 5ths dinner\tcalendar_update\nwhat kind of gas should go in this car\tgas_type\nplease flip a coin\tflip_coin\ni would appreciate it if you could show me how to jump start a car battery\tjump_start\nhow much do i have in savings\tbalance\nchange language to french, please\tchange_language\nwhat's 8 ounces in cups\tmeasurement_conversion\nis las vegas a safe place to visit\ttravel_alert\nyou can remove the dinner party from my calendar for january 21, 2019\tcalendar_update\nwhat's the amount of pto i have left\tpto_balance\ni can't find my mastercard and i want to report it as lost\treport_lost_card\nyes, that's confirmed\tyes\nhow do i locate my credit score\tcredit_score\ni want to change my credit limit\tcredit_limit_change\n6 sided dice roll\troll_dice\nhow much gas do i have in the tank\tgas\nthat would be yes\tyes\ni wish to know the gas i need to fill this car up with\tgas_type\ncan you play the beatles\tplay_music\ntell me how good ihop's ratings are\trestaurant_reviews\nmake sur eyou tell the bank that i will be traveling internationally soon\ttravel_notification\nhow much money is in my checking account\tbalance\nrock music playlist\tplay_music\ni can't hear you, stop whispering!\twhisper_mode\nwhat does it take to make buttermilk pancakes\tingredients_list\ndo you have any suggestions for a meal from australia\tmeal_suggestion\ncan you give me instructions on how to jump start my car, please\tjump_start\ni need you to text mickey saying 'can we reschedule\ttext\ncan you tell me how to set up direct deposit\tdirect_deposit\nhow much dough do i have in my bank accounts\tbalance\nwhat does assiduous mean\tdefinition\ni would like to cancel my reservation for nenuco's restaurant to x- tapas\tcancel_reservation\nwhat are my tax costs\ttaxes\ni need to know how much i should pay in tax\ttaxes\nyes i am\tyes\nthank you for the chat, goodbye\tgoodbye\nwhen will my eggs go bad\tfood_last\nstart a countdown for 20 minutes\ttimer\nwhat amount did i spend last week\tspending_history\nmy bank account must be frozen\tfreeze_account\nmy credit card application has what status\tapplication_status\ni need to know today's forecast\tweather\nadd welcome to the jungle to my workout mix\tupdate_playlist\ni am not sure how to spell punctuation\tspelling\nwhat is the time right now in the hst timezone\ttime\nwhat is the my comcast bill this month\tbill_balance\nhelp me find a hotel in columbus with good reviews\tbook_hotel\nfind the next song on this playlist\tnext_song\ni need to get to the staples center; can you call me an uber\tuber\ni don't know how to spell mississippi\tspelling\nwhere is my gas tank located\tgas\nplease help me pay my cable bill\tpay_bill\ncreate a new text message\ttext\ncan you find a rental car for me that is available this monday through thursday , any make will do\tcar_rental\ni need more checks because i am out\torder_checks\ngreetings to you\tgreeting\nhow do you make pasta\trecipe\ni bent my card, can you report it to my bank\tdamaged_card\nhow long before the next day off is here\tnext_holiday\nplease book a reservation for 8 pm at red robin under the name kevin\trestaurant_reservation\nwill you tell me who made the ai\twho_made_you\nhow do you jump a car with a dead battery\tjump_start\npeople call me brad\tchange_user_name\nremove milk and add eggs to my shopping list\tshopping_list_update\nassist me in getting a new credit card\tnew_card\nrename bob to betty\tchange_ai_name\nwhat's the conversion rate of 100 dollars to euros\texchange_rate\nhow far along is my purchase\torder_status\nwhat does circuitous mean\tdefinition\nwhat is the eta on getting a replacement card\treplacement_card_duration\ndo i need a visa to russia\tinternational_visa\ndo they take reservations at bjs\taccept_reservations\ncontact the bank about fraud activity on my card\treport_fraud\nhow soon until you send me replacement card\treplacement_card_duration\nwhat steps can i take to improve my credit score\timprove_credit_score\ni want a meal from vietnam to be suggested to me\tmeal_suggestion\nwill i be charged if i use my card in russia\tinternational_fees\nhow long will i have to wait until they replace a stolen credit card\treplacement_card_duration\nwhat are the travel conditions for haiti\ttravel_alert\nin what status is my credit card application\tapplication_status\ndid i remember to add milk to my shopping list\tshopping_list\nyes, that is factual\tyes\nlet me know if you are a human or a computer\tare_you_a_bot\ncan you set up a pto request for me for march 20th to april 12th\tpto_request\nwould you tell me my credit score\tcredit_score\nstart the next song\tnext_song\ncan you tell me how much i owe on my cable bill\tbill_balance\nmake sure april 1 is clear on my calendar\tcalendar_update\ntell me about my income this week\tincome\nhow much gas does my car currently have\tgas\nwhat's my bank routing number\trouting\nplease track my package\torder_status\ncan you help me pick some fun things to do in london during my trip\ttravel_suggestion\nplease put washing the dishes on my list of tasks to accomplish\ttodo_list_update\ngive me a run down of my meeting schedules for the day\tmeeting_schedule\ni forgot my pin number to my chase account\tpin_change\nsend a text to brooklyn with the message that i will see them later\ttext\nwhat's delta's carry on policy\tcarry_on\ngive me the length of time that i can leave milk in my fridge\tfood_last\ncan you link to my phone\tsync_device\ntell me how many days i took off\tpto_used\nremind me to exercise\treminder_update\nhow do i reset my pin number for my account, please\tpin_change\ni want to know how old you are\thow_old_are_you\nlasagna takes how long to cook\tcook_time\nwhat kind of electrical outlet does that country use\tplug_type\nis it safe to travel to rio de janeiro (is rio de janeiro safe)\ttravel_alert\nyour new name is joe, okay\tchange_ai_name\ni'm not actually sure\tmaybe\nit was lovely to speak with you\tgoodbye\nwhat do i have on my calendar for march 11\tcalendar\ncan you tell me the ratings for yardhouse\trestaurant_reviews\ni need to know how many cups are in a two gallons\tmeasurement_conversion\ndo i have any meetings on my calendar today\tmeeting_schedule\nwhat is 213 times 3\tcalculator\nplay one song forward\tnext_song\nwhat sorts of pets do you own\tdo_you_have_pets\nis a bar close to my church\tdirections\ncan i redeem my credit card points to cash\tredeem_rewards\ni'm needing to know who made you\twho_made_you\ni would like to know where my phone is\tfind_phone\nwhat do you enjoy doing in your leisure time\twhat_are_your_hobbies\nspeak spanish please\tchange_language\nschedule a flight from pittsburgh to arizona on delta\tbook_flight\ni lost my card, how do i report it\treport_lost_card\nwhat ingredients do i need to make egg salad\tingredients_list\nwill you add what i'm listening to to my dinner playlist\tupdate_playlist\ndo a hard reset to factory settings\treset_settings\nopen meeting rooms from one to three pm\tschedule_meeting\nwhat's the typical time to eat at red lobster\thow_busy\nwhat's the air level in my tires\ttire_pressure\nplease give me some ideas of fun tourist activities to do while i am in paris\ttravel_suggestion\nhow do i jump my car\tjump_start\nhow do i build my credit score\timprove_credit_score\nlet me know if you are a human or are a computer\tare_you_a_bot\nwhat are some local attractions in portland\ttravel_suggestion\ndefine flange\tdefinition\nwhen did i last get my car serviced\tlast_maintenance\nhow can i change my car oil\toil_change_how\nhow long should i cook the cookie dough\tcook_time\ndo they take reservations at applebeesi\taccept_reservations\ncan i make a transfer between my accounts\ttransfer\nso what is my name saved as\tuser_name\ni am david\tchange_user_name\nconfirm a reservation for nicole brown at diangelo's at 6:45 pm, please\tconfirm_reservation\nhow long would it take to get to chicago by bus\tdistance\nyes, that is correct\tyes\nwhat's the miles per gallon on this car\tmpg\nmy new job requires that i rollover my 401k\trollover_401k\nnice to see you again\tgoodbye\nwhat is the interest rate on my chase slate credit card\tinterest_rate\ni need to block all transactions from going through on my citi checking account straight away\tfreeze_account\nhow much money did i spend at starbucks in the last week\tspending_history\nwhat’s the name of this song\twhat_song\nwhat do i make yearly\tincome\ni need an uber to class tonight on the mainline campus\tuber\nis a car rental available out of lax from tuesday to thursday\tcar_rental\nwho am i speaking with\twhat_is_your_name\ni want to know the bill's minimum payment\tmin_payment\ntrivia about something,tell me some\tfun_fact\ndo i owe any bills\tbill_balance\ni am requesting pto for march 2 and 3\tpto_request\nwhats the procedure to cancel it\tcancel\ni need to include a stop at the pharmacy to the list of things to do\ttodo_list_update\nit was very good to talk to you\tgoodbye\nconfirm\tyes\ncan you book me a flight to memphis from st louis on delta airlines\tbook_flight\nusing this playlist, play next song\tnext_song\ncan i change my credit limit\tcredit_limit_change\nwhat's my limit on my amex card\tcredit_limit\ni need to know the answer to 10000 multiplied by 44\tcalculator\ndo i need a visa to get into canada later this year\tinternational_visa\nare there any good hotels in salem\tbook_hotel\nwhat kind of oil and how much do i need for my toyota tacoma truck and how do i do it\toil_change_how\ntell me where my phone is\tfind_phone\nhow little can i pay on my car bill\tmin_payment\nhow can i find my credit rating\tcredit_score\nwhat is the largest transaction i have made on video games this month\ttransactions\ntell me how to change my car's oil, and what type of oil i should buy\toil_change_how\ndo i need a vaccination to go to china\tvaccines\nis there a reminder for my aa meeting on my list\treminder\ncan you find me a hotel for 2 people on april 1st to 4th in rome\tbook_hotel\ni have to get my 401k rollover because i just got a new job\trollover_401k\nwhat’s the answer to 5-6=\tcalculator\ntell me something neat about slinkies\tfun_fact\nwhat's the name of the current song\twhat_song\ncan you let sam and woody know where i am\tshare_location\ndo you have a way you like to be referred to\twhat_is_your_name\nwhat caused a hold on my us bank account\taccount_blocked\nwhat exactly is the tire pressure for the car\ttire_pressure\ntell me what timezone finland is in\ttimezone\nno, that is not right at all\tno\nhow can i go about finding my current location\tcurrent_location\nwho do i report card theft to\treport_lost_card\nplease switch to whisper mode for now\twhisper_mode\ndo i get charged more for using my card in canada\tinternational_fees\ntell me about the reviews for chilis\trestaurant_reviews\nwhat ingredients are in mashed potatoes\tingredients_list\nthanks for your cooperation\tthank_you\nneed to increase credit limit for chase card\tcredit_limit_change\nheard any good jokes\ttell_joke\nthank you for your time and trying to help\tthank_you\nwill i need a socket converter when i go to france\tplug_type\nhoq many calories does pasta have\tcalories\nplease allow me to swap salt for baking soda\tingredient_substitution\ntell me a joke about the topic of mice\ttell_joke\nhow many miles per gallon does it get on the highway\tmpg\nwhat is the exchange rate between usd and the euro\texchange_rate\ni need to know my earnings\tincome\nis my dinner reservation for gusto handcrafted pasta & pizza at 6:30 pm still valid\tconfirm_reservation\nwhen was my last payday\tpayday\ni am thankful for your help!\tthank_you\ndefinition of anachronism\tdefinition\nit is false\tno\ncan you help me find out how to get a new credit card\tnew_card\ni want my schedule for march 2\tcalendar\ncan you roll a 10-sided dice for me\troll_dice\nexplain how do i get new insurance\tinsurance_change\ndo i have tortillas on my shopping list if not please add it\tshopping_list_update\ni ordered some curtains off amazon, can you tell me if it's been shipped yet\torder_status\ncan you see whether i have an event called amy's surprise party on my calendar\tcalendar\nuh-huh\tyes\nlet me thank you\tthank_you\ni would you like to learn something interesting about bees\tfun_fact\ni would like for you to unsync my phone\tsync_device\nadd welcome to the jungle by guns n roses to my playlist\tupdate_playlist\nread to me my to do list\ttodo_list\ni want to know when is the next holiday here\tnext_holiday\nwas my day off request approved\tpto_request_status\nhow soon will i be sent a new card\treplacement_card_duration\nmy card got melted in the dryer and i need to report it, please\tdamaged_card\nwhere can i find my phone\tfind_phone\nsearch for a chili recipe for me\trecipe\nin seoul, what things can i do\ttravel_suggestion\nhow much is alorie intake\tcalories\nmay i schedule a car maintenance\tschedule_maintenance\nshit if i know\tmaybe\nwhats the combined total of the money inside my bank accounts\tbalance\ntell me whether or not i have a reservation at gramercy tavern for tad\tconfirm_reservation\nlet me know how the outback steakhouse reviews are\trestaurant_reviews\nbye now\tgoodbye\nplease roll a 6 sided dice\troll_dice\nare there any open meeting rooms between noon and 1\tschedule_meeting\nwhy is there a block on my account\taccount_blocked\nwhat's the routing number for my navy federal account\trouting\nhelp find my phone\tfind_phone\nhow much do i have on credit card bill\tbill_balance\nwould you please tell me my current gps coordinates\tcurrent_location\nskip this song and play the next\tnext_song\nplease tell me when the last time was that my car was in the shop\tlast_maintenance\ni need you to confirm my reservation for kevin at red robin\tconfirm_reservation\ncan you help with delivery tracking\torder_status\nam i due for an oil change yet\toil_change_when\nplease schedule an appointment for my oil to get changed\tschedule_maintenance\ntell me how to jump start my car\tjump_start\nhow many days till we have off again\tnext_holiday\nplease help me make a request for vacation\tpto_request\ntell me a joke about cats\ttell_joke\ncan you speak quieter\tchange_volume\ni want to learn the process of changing oil\toil_change_how\nwhat do i have going on may 4th\tcalendar\nhow to cash in visa card rewards\tredeem_rewards\nis taking out the trash on my to do list\ttodo_list\nwhere can i find my w2 as i need it for tax reasons\tw2\nwhat's the status of the order i placed online last week with target\torder_status\nhow much pto has been used on my behalf\tpto_used\nhow long does it take to get to the mall in las vegas\tdistance\ni ran out of checks and need more ordered\torder_checks\nfind me a place to stay in cali november 11 to 15\tbook_hotel\nwhat is the amount of gas i have\tgas\ni need an idea for a french dinner\tmeal_suggestion\ni need laundry put on my list of tasks to complete\ttodo_list_update\nwhat are the pets that you take care of\tdo_you_have_pets\nwhere are you from\twhere_are_you_from\nmy insurance plan needs to be changed\tinsurance_change\nhow can i see my rewards for my chase card\trewards_balance\nai, shut up\tcancel\ni must know five dollars in yen and rubles\texchange_rate\ncan you please turn your volume down\tchange_volume\nhow do i set up a direct deposit\tdirect_deposit\nwhere do i find the irs form that tells me the amount of money i owe them\tw2\nwhat are some good itialian restaurants in north salem\trestaurant_suggestion\nwhat is stupedous meant\tdefinition\nplease kindly inform my bank i'm going to be in canada from next week to two weeks after\ttravel_notification\npocki sticks has how many calories\tcalories\nrevert from whisper mode\twhisper_mode\ni'd like to rent a limo in las vegas from may 01, 2019 to may 03, 2019\tcar_rental\ni need my credit limit changed\tcredit_limit_change\ngive me step by step instructions for changing my oil\toil_change_how\nlet's go ahead and switch your language\tchange_language\nwhat is the square root of 8814\tcalculator\nwhere would my w2 be found so i can do my taxes\tw2\ncall me jake\tchange_user_name\nput a block on my chase account right away\tfreeze_account\nhow long do i cook the chicken roast\tcook_time\nare socket converters needed if i'm going to cape town\tplug_type\ni don't think so\tno\nhow long does it take to make roast chicken\tcook_time\ndo i have any meetings today between 8 and 9\tmeeting_schedule\ndo i need to have a socket converter in canada\tplug_type\ni wanna learn a phrase in russian\ttranslate\nin pacific time, what's the current time\ttime\ni'm saying goodbye now\tgoodbye\ndo you know the meaning of life\tmeaning_of_life\nplease revert to the original settings\treset_settings\ni have to transfer from one account to my other one\ttransfer\nwho did the programming for this ai\twho_made_you\ntell me the subject areas you are familiar with\twhat_can_i_ask_you\ndo i need a socket converter if i'm going to be in russia\tplug_type\ni need my pin number\tpin_change\nwhat's my reward balance on my amex card\trewards_balance\ntell me the title of this song\twhat_song\nfind out how long it has been since my car was last in the shop\tlast_maintenance\ni got to know how long until the next day off\tnext_holiday\ni need my checking account's interest rate\tinterest_rate\ncan you tell me how busy outback steakhouse will be at 7:30 pm\thow_busy\nwhat are some funny things about food\ttell_joke\ncan you tell me life's meaning\tmeaning_of_life\ni'd like to know your hobbies\twhat_are_your_hobbies\nchange out of whisper mode\twhisper_mode\ni want you to send ten dollars from bank of america to capital one\ttransfer\nthat's incorrect!\tno\ntell me what today's date is\tdate\ncan you turn the volume to 4\tchange_volume\nwhat is the total amount of my paychecks over the last year\tincome\ni'm unable to use my card because it's been ruined\tdamaged_card\ni don't know how to jump start my car\tjump_start\nhow much did i spend on gas the past month\tspending_history\ntell me what kind of pets you have\tdo_you_have_pets\nread me some interesting information about cats\tfun_fact\nhow are the burgers at carl jr's\trestaurant_reviews\nhow can i get new insurance, please\tinsurance_change\ntell me my credit card apr\tapr\nmay i get all of the food transactions that were made last month\ttransactions\nmust call my bank about my travel plans\ttravel_notification\ngive me my current location\tcurrent_location\nhow to direct deposit my paycheck\tdirect_deposit\nwhat was the last thing i purchased\ttransactions\nwhat number of vacation days remain for me\tpto_balance\nmy card was destroyed when my house burned down and i need a replacement\tdamaged_card\nhow do i change my insurance policy\tinsurance_change\ni want to go back to the factory settings\treset_settings\nin a fried egg, how many calories are there\tcalories\nwhat are some things i can do in portland\ttravel_suggestion\nare there restrictions for carry-ons on delta\tcarry_on\nhow do i report my very lost card\treport_lost_card\ncan you tell me the due date for the water bill\tbill_due\nwill i be charged extra for using my card in spain\tinternational_fees\ni want you to disconnect from my phone\tsync_device\ni need any relevant travel alerts for australia\ttravel_alert\ncan i hear some music by cloud control\tplay_music\ni need to change the language to french\tchange_language\nlet's use my credit card points\tredeem_rewards\nmy check engine light is on and i need someone to look at it\tschedule_maintenance\nafter how much time is it still safe to drink milk that is in the fridge\tfood_last\nhow long should i boil eggs\tcook_time\ntell me my scheduled meetings for today only, please\tmeeting_schedule\nhow many miles can i drive before changing my oil\toil_change_when\ni need to know whether you are a human or are a computer\tare_you_a_bot\nwhat is the process for ordering new checks\torder_checks\ndoes tony's in downton let you make reservations\taccept_reservations\ncan substitute cumin for tumeric\tingredient_substitution\nwhat kind of insurance plan am i enrolled in, please\tinsurance\nhow far am i from the beach right now\tdistance\nrecommendations for good thai restaurants in las vegas\trestaurant_suggestion\ni actually don't want this anymore, please abort\tcancel\nis it safe for me to go to turkey\ttravel_alert\nyou need to skip this song and play the next one\tnext_song\nhave i used any vacation days this year\tpto_used\nwhat time is it in california\ttime\nturn down the volume\tchange_volume\nshow me what the weather is like\tweather\nwhen was the last time my car was worked on\tlast_maintenance\nhow long to i bake the brownies\tcook_time\nthe cars riding funny, does the tire pressure feel low to you\ttire_pressure\ncouldn't tell you\tmaybe\nhow i do schedule car maintenance\tschedule_maintenance\nplease tell me my in-person transactions for the last three days using my debit card\ttransactions\nwhat will the weather be this weekend\tweather\nwhat is the insurance plan that i'm signed up for\tinsurance\nwhat timezone does bangor have\ttimezone\nwill i be notified when my application has been processed\tapplication_status\ntell me how to change the oil in 2014 odyssey\toil_change_how\nfind a place near me to have my tires inspected\tschedule_maintenance\nwhat's the least amount i can pay on this bill\tmin_payment\ni would like to learn to make cookies\trecipe\nwhat is the title of this song\twhat_song\nwhat is my fica score\tcredit_score\nany hobbies\twhat_are_your_hobbies\ni shall switch to a new insurance plan\tinsurance_change\nwhat steps do i need to take to obtain my w2 for taxes\tw2\ni must learn my routing number\trouting\nwhat do i have to do to use my credit points acquired through purchases\tredeem_rewards\nbook an uber to school\tuber\nassist me to know how to get to target by bus\tdirections\nwhat's the song they are playing for us right now\twhat_song\nyou refer to me as what\tuser_name\nhow can i redeem rewards earned through my amex card\tredeem_rewards\nplease read all the items on my reminder list\treminder\nwhen is the soonest holiday\tnext_holiday\nhow should i go about improving my credit score\timprove_credit_score\nhow much gas is in the tank\tgas\ncan you locate my phone\tfind_phone\nchange to female voice\tchange_accent\nhow do i know when to pay my gas bill\tbill_due\nsalutations!\tgreeting\nwhat do you think my name is\tuser_name\ni can't find any of my luggage!\tlost_luggage\nwhat's the wait for a table at olive garden right now\thow_busy\nwhat's my income been for the last 6 months\tincome\nrecite the items i'm planning to purchase\tshopping_list\nchange device talking speed\tchange_speed\nis there a limit to how long you can store bread in the freezer\tfood_last\ni would like to report my card as stolen\treport_lost_card\nwhat's the total of my bank accounts\tbalance\nfind my reservation for steve at crucere's and confirm it, please\tconfirm_reservation\nwhat is the plug type in france\tplug_type\nyou have my sincere gratitude\tthank_you\nis there enough in my wells fargo account to buy some nike's\tbalance\ni want to learn an interesting fact about cats\tfun_fact\nis there enough fuel to drive to tampa\tgas\nwhat is the average wait time at the cheese cake factory\thow_busy\ni need to do something about my dead car battery\tjump_start\ni want you to quit the action\tcancel\ni want to book uber for 3 people to union station\tuber\nare there any ubers available in my area right now\tuber\nhow many minutes to melt cheese\tcook_time\nwhat's the way you refer to me\tuser_name\nwhat's the currency conversion between rubles and dollars\texchange_rate\ni'd like to hear a lawyer joke\ttell_joke\ni need to know what the point of life is\tmeaning_of_life\ndoes the shopping list have apples on it\tshopping_list\nhow do i say 'hotel' in finnish\ttranslate\nhow many days of vacation do i have saved\tpto_balance\nrepeat what you just said\trepeat\nhow much do i owe on bills\tbill_balance\ncan i turn on the alarm now\talarm\ncan we speak in english rather than zulu\tchange_language\nwhat meetings do i have scheduled today\tmeeting_schedule\nwhen is my kaiser bill due\tbill_due\nwould you tell me the hobbies the ai has\twhat_are_your_hobbies\ncan you swap the language to afrikaans for me\tchange_language\nwhat is my name saved under\tuser_name\nhow many swedish kroner do i get for a dollar\texchange_rate\nlist my reminders\treminder\ntell me the gasoline type for this car\tgas_type\ndoes my shopping list include apples right now\tshopping_list\nwhat type of gas do i need to use in this car\tgas_type\nin x, will i be charged to use my card\tinternational_fees\nhow much money do i have in my various bank accounts\tbalance\ni wish to request a change in insurance plans\tinsurance_change\ncan you flip a coin, i will take tails\tflip_coin\nwould you provide the number of vacation days i have\tpto_balance\nremove the recurring training meeting events off my calendar\tcalendar_update\nwhat am i allowed to carry on for american airlines\tcarry_on\ncan you block my chase account right away please\tfreeze_account\nwhat was the date of my last car appointment\tlast_maintenance\ncan you simulate a dice roll\troll_dice\nhelp me jump start my car\tjump_start\nlook up when my payday is supposed to be\tpayday\ndo you know any good jokes about zebras\ttell_joke\ni want a coin flip and i'll take tails\tflip_coin\nplease book a meeting room for thusday at 4:00\tschedule_meeting\nwhat date does my apple juice expire\tfood_last\ni need an alarm to go off tomorrow at five fifteen\talarm\nhow many days until my next day off\tnext_holiday\nhow long should i boil noodles for\tcook_time\ni need for you to play my maroon 5 playlist\tplay_music\nwhat's the best way to get to my bank by walking\tdirections\nplease talk slower for me if you can\tchange_speed\nwas i spending too much money on doughnuts last week\tspending_history\nhow long is it acceptable to carmelize onions\tcook_time\nhow do i report a melted credit card\tdamaged_card\ndo i still owe any bills\tbill_balance\nwhat's the prep time for a garden salad\tcook_time\nspeak more quickly, please\tchange_speed\ncan i travel to france as far as safety goes\ttravel_alert\nhelp me transfer my 401k\trollover_401k\nadd up my reward points for master card\trewards_balance\ni need to know the calorie content of spaghetti\tcalories\ni need everything on my shopping list to be ordered\torder\ntell me the weather report for tallahassee\tweather\nput rice and pudding on my shopping list cause i need them\tshopping_list_update\ntext sal and let them know the answer is yes\ttext\nwhat's the process for getting an american express card\tnew_card\nwould you tell me the meaning of life, please\tmeaning_of_life\nwhat's the wait period until the next day off\tnext_holiday\nyes is my answer\tyes\ncould you put a stop on my bank account\tfreeze_account\nwhat kind of things can i ask the ai\twhat_can_i_ask_you\nhow to apply for platinum card\tnew_card\ncheck who's at the door\tsmart_home\nhow much money have i spent on restaurants\ttransactions\nhow long will it take to get seated at needham's\thow_busy\nif the dollar worth a lot in country b\texchange_rate\ni have to cancel my reservation after all\tcancel_reservation\ndoes redrobin do reservations\taccept_reservations\nhow soon until the next holiday\tnext_holiday\ni want to report my damaged card i accidentally cut it up thinking it was my expired card\tdamaged_card\nplease, recite to me some good one liners\ttell_joke\nhelp me find my luggage\tlost_luggage\ndo visitors to japan need to use a socket converter\tplug_type\nset up a report for a lost card\treport_lost_card\nhow late is it now in ourense\ttime\nyou need to respond to a new name called joey\tchange_ai_name\norder more checks for my first bank checking account\torder_checks\nhow do i find my location, please\tcurrent_location\ni'd like to know what bitcoin means\tdefinition\ni want to know what i have to do\ttodo_list\nplease read back to me my to do list\ttodo_list\nwhen do i get my next pay check\tpayday\nsend 20 dollars from savings to checking\ttransfer\ni want to see all transactions in the past month for all accounts\ttransactions\ni lost my card how do i report it\treport_lost_card\nhow much are utilities\tbill_balance\nhow's my interest rate\tinterest_rate\ncould you tell me how many pto days do i have left\tpto_balance\ni am in downtown austin where is the nearest airport\tdirections\ni want to get reminded to clean my room\treminder_update\nare you able to help me pay my mortgage\tpay_bill\nhow many years have you been operating\thow_old_are_you\ni would like to set up a direct deposit, please tell me how\tdirect_deposit\ni need my todo list read\ttodo_list\nhelp me roll over my 401k\trollover_401k\nhow full are my tires\ttire_pressure\nnext payday please\tpayday\ni would like to try and confirm that i have a reservation at gusteau's for krystine\tconfirm_reservation\nwhat is the calorie going to be if i'm eating cereal\tcalories\nadd bread to my list of groceries\tshopping_list_update\ni need to know the next billing date of my american express card\tbill_due\ncould you unsync my phone please\tsync_device\ndo a coin flip\tflip_coin\ndo you have any idea if central needs reservations\taccept_reservations\nplease list my total spending on grocery shopping for the last two months\tspending_history\ni need to inform the bank i am going out of country\ttravel_notification\nhow do i make changes to my insurance policy\tinsurance_change\nwhat's the distance between home and the closest starbucks\tdirections\ndoes finland have any travel alerts i should be aware of\ttravel_alert\ncreate a link with my phone\tsync_device\nwhat was the total i spent at home depot last month\tspending_history\ndo i have to get a shot for travel to taiwan\tvaccines\nhow do you spell mississippi\tspelling\ncan you tell me britain's timezone\ttimezone\nhow can i change my oil for my car\toil_change_how\nwhat is an 18 percent tip on 20 dollars\tcalculator\nwhat's the tax bracket for my income\ttaxes\nare there 8pm tables available at texas roadhouse\trestaurant_reservation\nwhich health plan do i have, again\tinsurance\ndelete all events on my calendar that have the word girlfriend in them\tcalendar_update\ndo i need a visa to travel outside of the us\tinternational_visa\ni want to take a bus to mexico city how do i do that\tdirections\nwhat do i have to do tomorrow, according to my to-do list\ttodo_list\ncheck to see how long of a wait i would be facing if i go to outback steakhouse\thow_busy\ntell me how to retrieve my pin number\tpin_change\nalternatives to white wine in food\tingredient_substitution\nhelp me solve this math equation\tcalculator\nnice seeing you bye\tgoodbye\nplease put a block on my wells fargo account immediately\tfreeze_account\nhow would i go about raising my gold card limit\tcredit_limit_change\ntell me fun facts of today\tfun_fact\ni can't understand you because of how rapidly you're speaking\tchange_speed\nplease tell me all items on my todo list\ttodo_list\ntell the restaurant i cannot make it\tcancel_reservation\nhelp me remember my pin number\tpin_change\nam i going to need vaccines for the trip\tvaccines\nwhat restrictions do they have for carry-on\tcarry_on\nwhat is 2 inches in meters\tmeasurement_conversion\ncan you call robby\tmake_call\nis it possible for you to use the whisper voice\twhisper_mode\nis anything on my calendar for june 22nd\tcalendar\ni cracked my card and need a replacement\tdamaged_card\nplease play the new lady gaga song\tplay_music\nvolume needs to be at 4\tchange_volume\ni need a good meal idea from italy\tmeal_suggestion\nwhat is expire of milk\tfood_last\nhow would you describe my health benefits\tinsurance\ndoes stanleys take brunch reservations\taccept_reservations\ncan you speak like a british dude\tchange_accent\nremove the birthday party this friday from my schedule\tcalendar_update\nwhat time will i be able to board the plane\tflight_status\ncya later\tgoodbye\nexplain my health benefits\tinsurance\nwhat restaurants are pet friendly near here\trestaurant_suggestion\nplease schedule a meeting room for 9am on friday\tschedule_meeting\ncan you set an alarm\talarm\ndollar to pesos exchange rate\texchange_rate\nhow low can we get my phone bill\tmin_payment\norder my whole shopping list\torder\ndoes my shopping list have tomato written on it\tshopping_list\nwho made you\twho_made_you\nwalk me through on how to roll over my 401k\trollover_401k\nmake a reminder to do my taxes\treminder_update\nplease stop my account\tfreeze_account\nwhats the status of my south west flight\tflight_status\nso when is my flight landing\tflight_status\ndo i need cables to jump start my car\tjump_start\ni need to know the apr on my wells fargo credit card\tapr\nwhat is my meeting schedule like for the day\tmeeting_schedule\nhow many pounds are in 10 kilos\tmeasurement_conversion\nhow can i know when my cable bill is due\tbill_due\ni have to call jane\tmake_call\nname some things i should do while in evans\ttravel_suggestion\nfind out the next available date and time i can go to get my oil changed please\tschedule_maintenance\nwhat kind of plug does my hair dryer use in south korea\tplug_type\nmaybe is what i am going to answer\tmaybe\ni have to pay how much back in taxes\ttaxes\ni'm desperate to know about my cc processing\tapplication_status\nwhat's the calorie content of cheetos\tcalories\nlet me know which company were you designed by\twho_made_you\nleave the date of june 4 open on my calendar\tcalendar_update\nhow is my insurance coverage\tinsurance\ntransfer four and sixty seven dollars from bank of oklahoma checking to security bank account\ttransfer\ni want you to send a text message for me\ttext\nwhat's your age\thow_old_are_you\ni would like to get an uber to the movies\tuber\ntell me what my minimum payment is\tmin_payment\ndirect me to the closest starbucks near home\tdirections\nhow many calories are in a bowel of wheaties\tcalories\nwhat is the current exchange rate of yen to lira\texchange_rate\ni want you to roll a dice\troll_dice\ntext mom saying happy birthday\ttext\ndo you speak english\tchange_language\nwill my mastercard charge me a fee for international transactions\tinternational_fees\nwhere can i locate my w-2 form\tw2\nwhat ingredients do i need to make salmon salad\tingredients_list\ncan i move my 401k to an ira\trollover_401k\ncan you remind me to finish a task\treminder_update\ni need to pay this month's tv subscription fee\tpay_bill\ni need to tell my bank i am, indeed, going to be in london in a few hours\ttravel_notification\nplease put silverware on my list for shopping\tshopping_list_update\nwill my 401k carryover or not\trollover_401k\norder more checkbooks for my community account\torder_checks\nthat's a yes from me\tyes\ncan you share the meaning of life\tmeaning_of_life\nis it monday, tuesday, wednesday, thursday, friday, saturday, or sunday\tdate\nwhat kind of things to you like to outside of work\twhat_are_your_hobbies\nwhat is the lowest i can pay on my phone bill\tmin_payment\nthere is no need to confirm my reservation\tcancel_reservation\nplease find the expiration month listed on my card\texpiration_date\ni had fun speaking with you\tgoodbye\ncan i increase the credit limit for my bank of the west card\tcredit_limit_change\nai who made you\twho_made_you\nhas my vacation time been approved\tpto_request_status\nwhat steps do i need to follow to change the oil in my car\toil_change_how\nif i were mongolian, how would i say that i am a tourist\ttranslate\ni am ready now to use some of the credit card points i have saved\tredeem_rewards\nhow shall i find my current location\tcurrent_location\nwill this car run on the cheaper gas\tgas_type\nare you okay\tgreeting\nfind me a hotel in seattle with great reviews\tbook_hotel\nhow old will you be this year\thow_old_are_you\nare you a person in real life or programmed ai\tare_you_a_bot\nwhen is it going to rain again\tweather\nwhat is the mpg for this car\tmpg\ni have to report a lost visa card\treport_lost_card\ni'm going to need to meet with scott at 1pm\tschedule_meeting\ni need to report some fraudulent card activity\treport_fraud\npurchase a flight from slc to columbus on tuesday that returns on friday\tbook_flight\nwhat is my total spent on dining out for the month of january\tspending_history\ngive me the reviews for chipotle\trestaurant_reviews\nplease remove your connection to my phone\tsync_device\nis there traffic up ahead\ttraffic\nhow many calories are in a cheeseburger\tcalories\nwhat is the car's tire pressure\ttire_pressure\nwhen is my flight going to board\tflight_status\namazon visa card is stolen\treport_lost_card\nclear my calendar for november 11th\tcalendar_update\nwhat timezone do they use in la\ttimezone\nhow many kinds of nutrients does a glass of rice milk have\tnutrition_info\ngood looking out\tthank_you\nfind out if i can rent a car in los angeles from march 2-9\tcar_rental\ni'm not going to cook today, can you suggest a restaurant\trestaurant_suggestion\ndont allow any action on my account\tfreeze_account\ndoes buffalo wild wings do reservations\taccept_reservations\ncan i use mayo instead of miracle whip\tingredient_substitution\nhow much are my rent and cable\tbill_balance\ni need to find out how i know my location right now\tcurrent_location\nyou have pets of what kind\tdo_you_have_pets\nis a visa needed to go to mexico\tinternational_visa\ni'm afraid i've forgotten the pin for my 401k account\tpin_change\ntell me the expiry month of my card\texpiration_date\nplease change the language that you are responding in\tchange_language\nadd this song to the end of my led zeppelin playlist\tupdate_playlist\ntell me the mpg of my vehicle\tmpg\ncan you track the location of my phone\tfind_phone\nwhat timezone is paris in\ttimezone\nyour voice speed is too slow, please increase it\tchange_speed\ndid my order get delivered\torder_status\nwhat's the spelling of multimedia\tspelling\nis there a barbecue restaurant around here\trestaurant_suggestion\n\"can you play me that, \"\"baby shark, doo doo,\"\" song\"\tplay_music\nremind me to buy bread next time i go shopping\tshopping_list_update\nhow's the traffic looking if i headed to fred meyer\ttraffic\nwhere should i go to find the routing number for well's fargo\trouting\ncan you help me locate my phone\tfind_phone\n500 dollars equals what in pesos\texchange_rate\nwould you order everything on my shopping list\torder\nplease confirm i have a reservation for 2 pm on february 21st\tconfirm_reservation\ncan i redeem my credit card points for anything\tredeem_rewards\ndo you know the nutrition facts for grapes\tnutrition_info\nthanks for that answer\tthank_you\nany travel alerts for canada\ttravel_alert\nthe time is what\ttime\ncan i get a higher limit on my visa card\tcredit_limit_change\ni want you to call me something else\tchange_user_name\nmy friends call me sam\tchange_user_name\nis the milk on the shopping list if not, please add\tshopping_list_update\nmalignant is spelled how exactly\tspelling\ndo you know when i'll receive my next paycheck\tpayday\nhow much do i have to pay this month\tbill_balance\nplease show me how to set up my paycheck for direct deposit to my chase account\tdirect_deposit\ni need to report that my dog chewed up my card\tdamaged_card\nshow me where i am\tcurrent_location\nlet's skip over this song and listen to the next tune instead\tnext_song\ni would love it if you could put a stop on my bank account\tfreeze_account\nwhat country were you made\twhere_are_you_from\nplease buy me something\torder\ndetroit is in what timezone\ttimezone\ni'd like a meal suggestion from thailand\tmeal_suggestion\ni made a transaction recently\ttransactions\nyou need to remind me to do something\treminder_update\ni didn't catch that say it again\trepeat\nwhat type of questions can i ask you\twhat_can_i_ask_you\ni don't want my current pin for my wells account anymore\tpin_change\ntext alice\ttext\nremove fencing from my calendar for may 7th\tcalendar_update\ni'm out of laundry detergent so will you put that on my shopping list\tshopping_list_update\nwhat is the next step if my luggage was lost\tlost_luggage\nwrite text message to someone\ttext\nmake the male british accent please\tchange_accent\ncan i take pto form march 4 to march 6\tpto_request\npay my phoe bill with my debit card\tpay_bill\nwhen is the next payday\tpayday\ndefinitely not\tno\nadd cherrios to the shopping list\tshopping_list_update\ni need to make a quick decision, so roll a dice!\troll_dice\ndo you know the total for taxes for my income\ttaxes\nwhen do i get my next day off\tnext_holiday\nhow old is the ai\thow_old_are_you\ni would like to try and confirm that i have a reservation at la palapa for bolding\tconfirm_reservation\npull up traffic predictions at 4pm on the way to the library\ttraffic\nhow much have i spent lately\tspending_history\nwhat's my apr on the credit card i used for a purchase a week ago\tapr\ngreat talk, take it easy\tgoodbye\nplease turn on the hallway lights\tsmart_home\ni would like to apply for a air canada card visa, can you help me\tnew_card\ni really need to get a volkswagen car rental for march 5th to march 8th in phoenix\tcar_rental\nwhat was the temperature yesterday\tweather\nwhat steps do i take if there is a transaction that i do not recognize on my navy federal credit union account\treport_fraud\ni want to initiate a transfer from one account to the other\ttransfer\nis france safe to travel to\ttravel_alert\ni need a new accent male british\tchange_accent\ndiscontinue please\tcancel\nhow much time left to pay my bill\tbill_due\nwhat's 10 inches in centimeters and millimeters\tmeasurement_conversion\ni appreciate the help\tthank_you\nwhat are some way s i can do to improe my credit score\timprove_credit_score\nplease go ahead and flip a coin\tflip_coin\ni need to know how many days off i have used so far\tpto_used\nwhile on flight america airlines i lost luggage in o'hare\tlost_luggage\nhoe many vacation days are left for me\tpto_balance\nplease transfer $250 from checking to savings\ttransfer\nwhat time is it exactly\ttime\nis this where i get a w2\tw2\nhow many vacation days have i spent in total\tpto_used\ni like to be called mikey\tchange_user_name\nplease return to default settings\treset_settings\ngive me the definition of ajar\tdefinition\ntell me my income\tincome\ndo you know how much i have in checking\tbalance\nplease search for portland's timezone\ttimezone\nhow do i jump start my vehicle\tjump_start\ni must know when should i get my oil changed next\toil_change_when\nsend a text message for me\ttext\nwhat is the next thing i should do if i lost my luggage\tlost_luggage\ncan we speak in german\tchange_language\non the way to work is there traffic\ttraffic\ndoes my mastercard charge international transaction fees\tinternational_fees\ngo ahead and flip a coin, i am calling tails\tflip_coin\nthere's a messed up transaction on my account from mcdonald's\treport_fraud\ni want to add this song to my classical playlist\tupdate_playlist\ni really don't know\tmaybe\nhow can i order some more checks for my checking account\torder_checks\nhow much time have i taken off this year\tpto_used\nis it ok to sub sugar for salt\tingredient_substitution\ntime in tokyo\ttime\nplease make sure the volume stays at 4\tchange_volume\ncan you show me where i am on a map\tcurrent_location\nwhat name do you know me by\tuser_name\ni would like a 10 sided die rolled\troll_dice\nwhats the total of taxes from my income\ttaxes\nhow do i change my pin number for my payroll account\tpin_change\ndo i have a monthly spending limit\tcredit_limit\ncan you translate i have to go pee into korean for me\ttranslate\nhow do i check my rewards for my capital one card\trewards_balance\nwhats the best way to jump start a battery\tjump_start\ni need to know the conversion for dollars to pesos\texchange_rate\nit was really nice to be able to chat with you\tgoodbye\nhow many rewards points do i have for my mastercard\trewards_balance\nwhat do you like doing in your free time\twhat_are_your_hobbies\nwhats the mpg for this car\tmpg\nai, heads or tails\tflip_coin\nwhat is the calorie look like in apples\tcalories\ncan i rename you\tchange_ai_name\nwhat steps do i need to take to jump start my car\tjump_start\ni'd like to have everything on the shopping list\torder\ni need to know directions to the nearest gas station\tdirections\nand what are the taxes\ttaxes\nwhat's happening\tgreeting\ni want an italian meal suggestion\tmeal_suggestion\ni appreciate your help\tthank_you\nthat's all i need, i'm going now\tgoodbye\nwhat can i do to keep my credit in good standing\timprove_credit_score\ntell me how much i make\tincome\nyou can address me as lizzie\tchange_user_name\ni need to know how many of my days off i have used at this point\tpto_used\nwhat am i gonna need for sushi\tingredients_list\nwhat weather should i expect\tweather\nis there an outlet plug adapter\tplug_type\nbring up any mettings for today\tmeeting_schedule\nwhat is my credit limit on my discover\tcredit_limit\nare any rooms free from 12 to 1\tschedule_meeting\nyou are how old now\thow_old_are_you\ndoes chillis take reservations\taccept_reservations\nwould you let me know what the meaning is life is\tmeaning_of_life\nhow long do i put sugar cookies in for\tcook_time\nhow do i find my w-2 form\tw2\nwhere can i find that tax form my employer gives me\tw2\nwhen is my flight expected to arrive\tflight_status\ngive me some feedback about the pasta at piada please\trestaurant_reviews\ni am out of trash bags and need them to be added to my shopping list\tshopping_list_update\ndefine antebellum\tdefinition\nplease tell me the procedure to cash in my rewards for my citibank card\tredeem_rewards\nwhat is the aid i get from these health benefits\tinsurance\nwhat is my meeting schedule today\tmeeting_schedule\nlet me know my card's apr\tapr\npay electric\tpay_bill\n\"\"\"i'll leave to lax and go to phl for $120 on nov 5th\"\tbook_flight\ntootles\tgoodbye\nplease assist me in looking for my phone\tfind_phone\ncan you book a meeting room for friday at 9:00 am\tschedule_meeting\nremind me to do this in awhile\treminder_update\nwould you describe yourself as a cat or dog person\tdo_you_have_pets\nhow long does it take tomatoes to expire\tfood_last\ni want you to text mark\ttext\nplease send a text\ttext\nnice song what is it\twhat_song\nno is the answer\tno\nthe ingredients in pizza are which ones\tingredients_list\nlist happy on my rb playlist\tupdate_playlist\nso i made a fraudulent transaction\treport_fraud\ni need you to set a time\ttimer\ndoes today's schedule include any meetings\tmeeting_schedule\nwhat is the definition of flange\tdefinition\nhello there, good morning\tgreeting\ni'd like for their to be a pto request for me made for the dates june 4th to june 8th\tpto_request\ni want to increase my credit limit to 5000 dollars\tcredit_limit_change\nhave you heard how the enchiladas are at jose's taco shop\trestaurant_reviews\ntell me how much my state taxes amount to\ttaxes\ni need you to use your whisper voice\twhisper_mode\ndo i need to have my oil changed after 3000 miles\toil_change_when\nhow do you cook meatloaf\trecipe\ni gotta know who is your boss\twho_do_you_work_for\nhow much did i spend on my most recent transaction\ttransactions\ndo i need any tools to change the oil in my car\toil_change_how\ndo i have enough to cover new skis in my bank of america account\tbalance\ni'm outta here!\tgoodbye\ni'm going out of the country and need to notify my bank\ttravel_notification\nwhat do i need to make a vacation request with you\tpto_request\nmy shopping list contains what again\tshopping_list\ni need to get some assistance figuring out how i can rollover my 401k, please\trollover_401k\nwhat could help me locate myself\tcurrent_location\nwhat is the minimum payment on my eddie bauer card\tmin_payment\nwhat's my vacation day total\tpto_balance\nhow long do i cook this dish of rice\tcook_time\nwhat's the traffic like on the way to patterson\ttraffic\nin x, help me book a car\tcar_rental\ni want to report fraudulent activity on my mastercard\treport_fraud\nwhere is the nearest fry's\tdirections\nwhy does my credit union account have a hold on it\taccount_blocked\ni need to know why my credit card transaction was declined\tcard_declined\ni am going to speak english now\tchange_language\nplease fill me in on the nutrition facts for shrimp scampi\tnutrition_info\nwhat is the right way to spell superficial\tspelling\nlet me know about the status of my credit card application\tapplication_status\ni need to delete an event from my calendar\tcalendar_update\nput carrots on my shopping list\tshopping_list_update\nhow much money is in my bank accounts\tbalance\nwhen is the next scheduled holiday, please\tnext_holiday\nthat is not correct\tno\nwhat is the square root of 888\tcalculator\ni wanna know what do you call me\tuser_name\nwho is at my front door\tsmart_home\nwhat ingredients are needed to make lasgana\tingredients_list\nwhat do you like to do when you have spare time\twhat_are_your_hobbies\ncan i get more checks\torder_checks\ni'd like to confirm that i have a reservation at red robin for josh\tconfirm_reservation\ninform me as to the plug type of the country\tplug_type\nmy tires should be changed when\ttire_change\ndoes france have their own version of a visa\tinternational_visa\ndo you have any pets\tdo_you_have_pets\nis there a meaning in life\tmeaning_of_life\nwhat is my balance in checking account\tbalance\ncould i redeem my credit card points on a new tv\tredeem_rewards\nwho is responsible for who you are\twho_made_you\nhow does one go about putting in a vacation request\tpto_request\nare you a human or ai computer based\tare_you_a_bot\nplease inform me of the types of subjects are you familiar with\twhat_can_i_ask_you\nis my phone in the house\tfind_phone\nwhat do you feel like doing\tgreeting\nadd laundry detergent to the list\tshopping_list_update\ndon't let payments go through using my bank account\tfreeze_account\nwhat do you prefer being called\twhat_is_your_name\ni need your assistance on rolling over my 401k\trollover_401k\ni would like to hear something funny\ttell_joke\nupdate on vacation request\tpto_request_status\nsend 400 dollars between city bank and usaa accounts\ttransfer\nin portland, what things are there to do\ttravel_suggestion\ni disagree that is false\tno\nwhere to go to get dead car battery tested\tjump_start\ntell me a little more about the status of my credit card application\tapplication_status\nthe intake of calories it it bad\tcalories\nhow much will i pay in state taxes\ttaxes\nreset the factory settings if possible\treset_settings\ndo you like cats or dogs more\tdo_you_have_pets\ni need to pay my cable bill from my checking account\tpay_bill\nwhat is the amount i owe on my phone\tbill_balance\nwhat is my visa credit limit\tcredit_limit\nhow does the weather feel\tweather\ni need to apply for a new credit card that will match my needs\tnew_card\nschedule a rental car starting monday the 5th thru friday the 9th at rent a car in town\tcar_rental\ncan you undo the reservation\tcancel_reservation\ntell me my routing number at my bank, community trust\trouting\nfind out the status of my most recent online purchase\torder_status\nplease be sure to put folding laundry on my to do list for me\ttodo_list_update\ncould you tell me the status of my frontier flight\tflight_status\nraise my credit limit\tcredit_limit_change\ni need to edit this event out of my calendar\tcalendar_update\nfind out if la tour d'argent in paris takes reservations\taccept_reservations\ntell me where my order is\torder_status\nprovide me with the knowledge of whether you are a human or are a computer\tare_you_a_bot\nhow do i build credit\timprove_credit_score\nwhat is your age, ai\thow_old_are_you\nmake sure my alarm is set for three thirty in the morning\talarm\nshare my location with mom\tshare_location\nwhat is the apr on my barclay's card\tapr\ncan you tell me the amount of gas i have remaining\tgas\ntell me the carry-on restrictions for united airlines\tcarry_on\nadd grocery shopping to my list of things to do\ttodo_list_update\ni want you to go back to factory settings\treset_settings\nwhat shots are required to visit australia\tvaccines\ni need to know what kind of fuel this car needs\tgas_type\nwhen do i get paid for my work\tpayday\ni would like to know what you can help with\twhat_can_i_ask_you\nis a walmart gift card one of the things i can use my credit card points on\tredeem_rewards\nyo play that song that go like she take my money\tplay_music\ngive me restaurant reccomendations\trestaurant_suggestion\nwhen will my citi card expire\texpiration_date\nlist my todo list items\ttodo_list\nhow do you convert kilos to pounds\tmeasurement_conversion\nwhat do i have left to do on my to-do list\ttodo_list\nwhat's the date\tdate\nwhat are the reviews like for mission chinese\trestaurant_reviews\ncan you find me a recipe for sugar cookies\trecipe\nthat's a negatory\tno\nwhat do i do if i suspect my car battery is dead\tjump_start\nwhen will my package arrive\torder_status\nwhat is the weather like tomorrow\tweather\nwhat date is the next payday\tpayday\nhelp me get my pin on my capitol one account changed to 3892\tpin_change\ntack on a gallon of milk to the grocery list\tshopping_list_update\ngive me my credit card's apr\tapr\nlook up uber to downtown\tuber\nmy dte and water bills are how much\tbill_balance\nwhere can i look up x's routing number\trouting\nturn on your whisper mode\twhisper_mode\ntalk to you later\tgoodbye\nwhat are the international transaction fees for my chase card\tinternational_fees\nhow's life\tgreeting\ncan you tell me how much pto i still have\tpto_balance\nmy card was damaged by bleach\tdamaged_card\nwhat do i owe in federal taxes\ttaxes\nis it possible for me to get a better credit card\tnew_card\nai, routing number for my b of a checking account\trouting\ni want you to recommend a good local restaurant to me\trestaurant_suggestion\nyou can call me carrie\tchange_user_name\ni need a recipe for beef\trecipe\nwhat timezone do ho chi minh use\ttimezone\nwhat plug type does russia use\tplug_type\nit was great to speak with you\tgoodbye\ncan i convert my credit card points to milage\tredeem_rewards\nset timer for (x) minutes\ttimer\ni can't find my insurance card and i want to report it as lost\treport_lost_card\nwhat is the square root of 31\tcalculator\nflip a coin and tell me if its heads or tails\tflip_coin\nlet my bank know that i'm traveling to prague\ttravel_notification\nwhat meal from italy do you suggest\tmeal_suggestion\nwill you please end the connection to my phone\tsync_device\nwhen will you send me a replacement card\treplacement_card_duration\nmy shopping list contains what\tshopping_list\ncan you find the exact amount i pay income taxes\ttaxes\nis there a reservation for mark at mimis\tconfirm_reservation\nboth would work\tmaybe\nwhens my insurance due and how much does it cost\tbill_balance\nadd do laundry to my to do list\ttodo_list_update\nwhat kinds of hobbies do you enjoy\twhat_are_your_hobbies\nplease stop talking\tcancel\ni need you to switch to my original settings\treset_settings\ncan you set a reminder for the meeting\treminder_update\nlook to see if i have folding laundry on my to do list\ttodo_list\nplay the next one\tnext_song\nis it possible to increase my credit limit to $1000\tcredit_limit_change\nplease put a block on my citi account immediately\tfreeze_account\ncan you help me figure out how to rollover my 401k\trollover_401k\ntell me some trivia about birds\tfun_fact\ni gotta make a reservation for 8 pm at red robin for 3\trestaurant_reservation\ni want you to set a meeting with john at 5 pm\tschedule_meeting\nplease repeat that phrase\trepeat\ncan we move onto the next song\tnext_song\nwhat type of fuel does this car utilize\tgas_type\nwhen do cars need their oil changed\toil_change_when\nwhat is the name of the person who created you\twho_made_you\ndo i have cheese on my shopping list if not please add it\tshopping_list_update\nalexa, buy a new television\torder\ncheck my calendar for the date that my care was last serviced\tlast_maintenance\ni need to move money from one account to another\ttransfer\nhow long can i have pizza in the fridge\tfood_last\nplease search for a chocolate fudge brownies recipe\trecipe\nyou have what kind of pets\tdo_you_have_pets\nwill you flip a coin\tflip_coin\nmake a reservation for three at prime rib at 6:30 pm\trestaurant_reservation\nwhat is 20 times 20 times 30\tcalculator\nwhat is the city mpg for this car\tmpg\nchase account direct deposit options\tdirect_deposit\ncan i get to cuba with this visa\tinternational_visa\ncan you add 5 and 89\tcalculator\ndo i need a visa to go to cancun\tinternational_visa\nyes you are right\tyes\nget me an uber to the airport\tuber\nat 5 pm, is kaya very busy\thow_busy\ni want to switch my insurance coverage\tinsurance_change\ni need to update the pin number of my aaa visa\tpin_change\ncurrent weather\tweather\nwhat's the number of calories in a pepsi\tcalories\nwho gave you life\twho_made_you\ncan you add a doctor's appointment to friday's calendar\tcalendar_update\nis it possible to get a credit limit increase to 3000\tcredit_limit_change\neither one would work\tmaybe\nhow much do americans pay for federal taxes on average\ttaxes\nwhat is the interest rate on my capital one credit card\tinterest_rate\nwhat's the meeting room availability between noon and 2\tschedule_meeting\nresearch the meaning of life\tmeaning_of_life\ni want the light less bright please\tsmart_home\nwould you understand me if i speak to you in navajo\tchange_language\nwith my phone please pair\tsync_device\ni think it's true\tyes\nwhat is my average mpg in this car\tmpg\ndoes my american express card have any international transaction fees\tinternational_fees\nyour name is\twhat_is_your_name\nwhat is the exact time in the ist time zone\ttime\nwhat sort of things do you or work on for fun when you have extra time\twhat_are_your_hobbies\nwhat would your name be\twhat_is_your_name\nwhat is the sushi like at yakamoto\trestaurant_reviews\n\"play the song with the lyrics, \"\"baby shark, doo doo\"\tplay_music\ncan you go to amazon a repurchase my last purchase\torder\nwhat are the conditions like in sarasota\tweather\nplease tell me the subway station nearest to madison square garden in new york\tdirections\nfind me an uber to downtown\tuber\ncould you please reorder me some lysol\torder\ncan i get you to talk like a pouty english guy\tchange_accent\ntell me how much longer i will have to drive to reach the destination\tdistance\nwould you let me know today's date\tdate\ncan you give me a points update on my rewards plus card\trewards_balance\nplease send a text to phil and ask him if he wants to play golf this weekend\ttext\ncan i swap applesauce for oil\tingredient_substitution\ncan you spell out the word special for me\tspelling\nyeah that's right, so true\tyes\nare there any alerts for traveling in belize\ttravel_alert\ni want to use my card reward points\tredeem_rewards\nset a reminder to take out the trash\treminder_update\nwho supplied your instructions\twho_made_you\ncan i get an uber to union station for 3 riders\tuber\ni didn't get your name\twhat_is_your_name\ni need to know when i should replace my tires next if i last replaced them on june 2\ttire_change\ni am needing to know the current time in the eastern timezone\ttime\ntake watering the plants off of my to do list\ttodo_list_update\nnew reminder, please\treminder_update\nhow can i say not now in spanish\ttranslate\nwhat do you like to do besides work\twhat_are_your_hobbies\nbook room for me and her under the name kendra\trestaurant_reservation\nis there a reason my card was declined\tcard_declined\ni appreciate your help!\tthank_you\nwhat is the purpose of existence\tmeaning_of_life\nwhat is the minimum for my citicard this month\tmin_payment\ntell me what name to use to refer to you\twhat_is_your_name\ni want your responses to be in french\tchange_language\nwhat's my work salary\tincome\ndo i need a tourist visa for europe\tinternational_visa\ni wanna buy a pair of shoes online now\torder\ni could use some help transfering my 401k\trollover_401k\ncan you say that again, please\trepeat\ni want to hear from you in german\tchange_language\n12 feet is equal to how many inches\tmeasurement_conversion\ntranser $800 from my checking to savings account\ttransfer\nmy card is wrecked, let's report it\tdamaged_card\ni need to know my income\tincome\ncan you put in a pto request for march 4 to march 6 for me\tpto_request\ni need to know the preparation time required for fried chicken\tcook_time\nhow bad is city traffic in miami on friday's at 5 pm\ttraffic\ncan you help me rent a car in las vegas\tcar_rental\ni need to find new insurance\tinsurance_change\nwhat does 2 + 2 equal\tcalculator\nwhat timezone is dallas in\ttimezone\nturn to volume 4\tchange_volume\nwhat is the turn around for a new card\treplacement_card_duration\nhow can you assist me\twhat_can_i_ask_you\noh hell no, that'd be terrible!\tno\ni need you to check if my credit card points are redeemable right now\tredeem_rewards\nhas the french laundry gotten good reviews lately\trestaurant_reviews\nyou can dusting off my todo list\ttodo_list_update\non my shopping list, remove bread and add milk\tshopping_list_update\nreturn to factory default\treset_settings\nhow about lets start calling you juliette\tchange_ai_name\nfind my cellphone\tfind_phone\ngo into whisper mode now\twhisper_mode\nwhat's my current mpg\tmpg\nwhat do you recommend to do in vegas\ttravel_suggestion\nhow much is my mpg\tmpg\nhey, what's new\tgreeting\nwhen referring to you, what name do you want me to use\twhat_is_your_name\nlets set a timer for me\ttimer\nhow many dollars have i spent on coffee this month\tspending_history\ncan you figure out how many vacation days i have left\tpto_balance\nadios ai\tgoodbye\nam i limited in carry ons for jet blue\tcarry_on\ngood to see you\tgreeting\nplease make me a reservation for monty's at noon for 55555\trestaurant_reservation\ni need to know what's on my shopping list\tshopping_list\ncan you find out if my application at smith bank was approved or not  i applied for s credit card a month ago\tapplication_status\nlet's whisper\twhisper_mode\nwhat is the least amount i can pay for power bill\tmin_payment\nhelp me please, my account is blocked\taccount_blocked\nhey ai cancel it now\tcancel\ni'm out of cleaning supplies, remind me on my list\tshopping_list_update\ni want a new pin for my savings account\tpin_change\ni want to know what song is playing\twhat_song\nwhere can i find my routing number\trouting\nfind the favorite destination for traveling this year\ttravel_suggestion\nteach me how to jump start my car\tjump_start\nschedule family dinner on my calendar on march 8\tcalendar_update\nwhat are the nutritional facts of waffles\tnutrition_info\ni'd like more checkbooks mailed to me\torder_checks\ni want to learn how to change the oil in my car\toil_change_how\nwhen i am in spain using my cmaden card, is there any transaction fee\tinternational_fees\ni want to know how is my credit card application going\tapplication_status\ndo i need a converter for my electronics when i go to that coutntry\tplug_type\nplease tell me what subjects you like\twhat_can_i_ask_you\ni got to apply for a new credit card\tnew_card\nstop using the whisper mode\twhisper_mode\nnope that's not it\tno\ni want to update you name now\tchange_ai_name\ngauge the tire pressure\ttire_pressure\ndo you have any suggestions as to what i should cook for dinner\tmeal_suggestion\nwhen will my american express card expire\texpiration_date\ndo i have a reminder for our neighbor's anniversary\treminder\ni would like an update on the progress of my credit card application\tapplication_status\nhelp me figure out redemption of my credit card points\tredeem_rewards\nswitch to the whisper mode\twhisper_mode\ni'm searching for a 2-way flight from yqg to heathrow for w to memorial day\tbook_flight\ngive me my location\tcurrent_location\nwhat kinds of pets do you own\tdo_you_have_pets\nhey, how are you\tgreeting\nwhat is the amount of vacation days i have left\tpto_balance\ni wish to know my credit rating\tcredit_score\nare you human\tare_you_a_bot\ni need you to repeat that, please\trepeat\ndo i need a plug converter in doha\tplug_type\nhas the status of my vacation request changed\tpto_request_status\ni want to change my pin number for my checking account\tpin_change\ncan you show me the nutrition facts for grapes\tnutrition_info\nwhats dollars won in 15\texchange_rate\ni have to transfer my 401k but i don't know how to do it\trollover_401k\nai, stop talking\tcancel\ni was in australia trying to buy chips and my cards got declined\tcard_declined\ni need to get my tires checked out somewhere\tschedule_maintenance\ngive me instructions for an oil change\toil_change_how\nplease order everything you see on my shopping list\torder\nrequesting money transfer between accounts\ttransfer\nis there traffic on my way to work today\ttraffic\nwhat's the expiry month of my card\texpiration_date\nmy credit card was stolen\treport_lost_card\npossibly either one\tmaybe\ncall alexa at home\tmake_call\nit could go either way\tmaybe\nwhat kind of plug is used in england\tplug_type\nhow many centimeters are in 5 yards\tmeasurement_conversion\ni am going to spain in the future and my bank needs to know this information\ttravel_notification\ntell me my next paycheck\tpayday\nalter your language choice to dutch\tchange_language\nwho is your manager\twho_do_you_work_for\nwhen do i need to pay my annual payment for auto insurance\tbill_due\nwhat reviews does miyabi have\trestaurant_reviews\ni'd like to find ways to improve my credit score\timprove_credit_score\nuse your male voice\tchange_accent\nwhat are the international transactions fees for my industrial bank card\tinternational_fees\nabort it\tcancel\nhow real are you\tare_you_a_bot\ni need to know the amount of my income\tincome\ntell me why my card was declined at auto zone, why\tcard_declined\nwill it get over 90 degrees today\tweather\ni need to call my dad\tmake_call\ni would like to order additional checkbooks to me mailed to my home address\torder_checks\ni don't want this song, move to the next\tnext_song\nhow long will i wait for a table at red lobster\thow_busy\ni want to schedule a vacation, can i request that through you\tpto_request\ntime zone in miami is like what\ttimezone\nclear my calendar for the date of june 23\tcalendar_update\ndo i pay a lot of taxes on my income\ttaxes\nam i talking to a real person\tare_you_a_bot\nwhat is the last transaction on my visa card\ttransactions\nis it too much trouble to put a stop on my bank account\tfreeze_account\nwhat peruvian dish should i make\tmeal_suggestion\nwhat shots are required to go out of the country\tvaccines\nsee you soon\tgoodbye\nmake not of my appointment for tomorrow on my calendar\tcalendar_update\nwhat type of pet do you have\tdo_you_have_pets\nthat is a yes\tyes\nwhat is the status of my online order\torder_status\ncall my name\tuser_name\nwhat southwest flights are there for lax to sfo arriving april 1st and returning april 7th\tbook_flight\ni want to pay my car bill\tpay_bill\nwould it be possible to make a pto request for january 15th and 16th\tpto_request\nchange your spoken language to english\tchange_language\nhow to locate my credit score\tcredit_score\nto my domestic task list please add paint kitchen\ttodo_list_update\ntext samantha and let her know i will arrive in 10 minutes\ttext\nai, research usbank options to order more checks\torder_checks\ncan you tell me some strategies for raising my credit score\timprove_credit_score\ni need a place in pittsburgh to stay from monday to friday, can you help\tbook_hotel\ntell me the ingredients in pizza\tingredients_list\ncan you disconnect yourself from my phone\tsync_device\nwhat is the amount due on my visa\tbill_balance\nplease increase the volume to 4\tchange_volume\nwhat is the amount of my federal taxes\ttaxes\nmight we go to the next song\tnext_song\ncan you fast forward to the next song\tnext_song\nwhere is the closest mcdonald's to foxwoods casino\tdirections\nplease explain the steps to change oil\toil_change_how\nam i scheduled for any gatherings today\tmeeting_schedule\nwhat items do i have on my amex card this month\ttransactions\nhow long should i spend preparing roast beef\tcook_time\nwhat's my current location\tcurrent_location\nwill i be permitted to take my vacation\tpto_request_status\nis it safe to travel to mexico\ttravel_alert\ncan you get paired to my phone right away\tsync_device\nwhat do i currently pay in taxes\ttaxes\nadd this song to my game night playlist\tupdate_playlist\nwhat's that song that is playing now\twhat_song\nhow long has it been since i was paid\tpayday\nwhat is the total number of pets that you have\tdo_you_have_pets\ncan you get the fan going in here\tsmart_home\nplease call me frank from now on\tchange_user_name\nwhat is the weather like in denver\tweather\ntell me the interest for my savings account\tinterest_rate\nwhat is the most unique piece of trivia relating to cameras\tfun_fact\ntell me a good joke\ttell_joke\nwhat interest rate does my checking account come with\tinterest_rate\ncan you make a phone call to mark\tmake_call\nflip a normal coin\tflip_coin\nrepeat that please\trepeat\nwhat steps do i need to take to take a bus to detroit\tdirections\nlook up the name of this song\twhat_song\nwhen is the next time off for a holiday here\tnext_holiday\ni need your help to jump start this car battery\tjump_start\nbob is my name now\tchange_user_name\nmake a reminder to give the cat her flea medicine\treminder_update\nand what would your name be\twhat_is_your_name\nwhat is the expiration date of my credit card\texpiration_date\nread my complete todo list to me\ttodo_list\nwho was the inventor of ai\twho_made_you\ntell me my to-do list\ttodo_list\nis an international visa needed to travel to z\tinternational_visa\ni can't locate my mastercard and i want to report it as lost, please\treport_lost_card\nwhat's your designation\tuser_name\ni want to find a flight for under 700 on the 4th from denver international to new york international\tbook_flight\nhow much did i spend on bills last month\tspending_history\nhow can i apply for a mastercard, please\tnew_card\nwhen do i get a day off\tnext_holiday\nwhat are the carry-on fees with delta for international flights\tcarry_on\ni would like to change your name to fred\tchange_ai_name\nx card has earned how many points\trewards_balance\ncan you send my exact location to laura\tshare_location\ntranslate hello english to french\ttranslate\nhow can i go about improving my credit score\timprove_credit_score\ncan you inform me what my apr is on my visa\tapr\ni wanna know the point of life\tmeaning_of_life\nlook up the lowest amount i can pay on my electricity bill\tmin_payment\ncould you tell me the amount owed on gas and electric\tbill_balance\nhow long do i have to wait to get a day off\tnext_holiday\ntell me the routing number for bluebird\trouting\ncan i call you adam instead of the current name\tchange_ai_name\ntell me what vaccinations i need to get into france\tvaccines\nhow many minutes are involved in the preparation of curry\tcook_time\ngive boss my current location\tshare_location\ndo i have enough gas to get to buffalo\tgas\nis traveling to france safe\ttravel_alert\nplease tell me how to go about asking for a vacation\tpto_request\nregarding my name, whats it saved as\tuser_name\nare you able to find my recent transactions for me\ttransactions\nprovide me the name of who programmed you\twho_made_you\nhey ai, don't speak fast\tchange_speed\nam i speaking with ai or a real, live person\tare_you_a_bot\ncan you tell me the age of the ai\thow_old_are_you\ntell me how to change my pin number\tpin_change\nwhen did i last make a purchase\ttransactions\nif i want to set up direct deposit, how do i do it\tdirect_deposit\nwhat company designed this\twho_made_you\ni need to set a reminder to call lisa for her birthday\treminder_update\nwhat is the weather doing now\tweather\ntell me the things on my shopping list\tshopping_list\nmy card got melted and i need to report it, please\tdamaged_card\nget me info on my mpg\tmpg\nhow do i maintain my credit score\timprove_credit_score\ni want to put you in a different language\tchange_language\ncan you phrase that question again\trepeat\nare there meeting rooms available between 7-9\tschedule_meeting\ni tried using my card at chipotle yesterday and it was declined; why\tcard_declined\ni need to know what names you have for me\tuser_name\ngive me the date my bill is due\tbill_due\nwho do you do task for\twho_do_you_work_for\nhow can i increase my credit score\timprove_credit_score\nhow does this car do with mpg in the city\tmpg\ndo i need to get gas soon\tgas\ncan you tell me how to transfer my 401k\trollover_401k\ni need a timer set please\ttimer\ncould you share a joke\ttell_joke\nfind a new voice that is slower than your current voice\tchange_speed\nvisa card, i want to apply\tnew_card\nwhat does tertiary mean\tdefinition\ncan you show me how to report a lost card\treport_lost_card\ni need to know bank of america's routing\trouting\nwhat is the cost of water and electric this month\tbill_balance\nhow soon until i will need to get my oil changed\toil_change_when\nmy luggage did not arrive, please investigate\tlost_luggage\ni want you to skip past this song to the next track\tnext_song\nhow often should the oil get changed\toil_change_when\ndo you know how old you are\thow_old_are_you\ni'm out of toothpaste so will you order me some more\torder\nwhat transactions do i have on groceries from yesterday\ttransactions\nwhat interest rate is bofi giving me on my cd\tinterest_rate\ncan you tell me how to jump my car\tjump_start\nwhich animals do you have at home\tdo_you_have_pets\nyes that's it\tyes\nwhat do i need to make pasta\tingredients_list\ni'd like to revert to factory settings\treset_settings\ncan you tell me what 80 divided buy 4 is\tcalculator\ni would like to know where the closest gas station is\tdirections\ncan i get to work safely or do i need to stop and get gas\tgas\ncan you tell me the nearest wells fargo bank location to port authority, new york\tdirections\nwho brought you into existence\twho_made_you\ni'm traveling to belgium soon and want to inform my bank\ttravel_notification\nis it normal to use mayo instead of cheese\tingredient_substitution\nhow is the traffic on the way to the campsite\ttraffic\nis it okay if i change your name to mud\tchange_ai_name\ni want a timer set\ttimer\ni want your accent changed to the male british one\tchange_accent\ncan you remind me of the date\tdate\nwhat was my health plan again\tinsurance\nwhat do i have to do to transfer my 401k\trollover_401k\ni need to know when to change oil\toil_change_when\nset me an alarm now\talarm\ni want to report my card as lost\treport_lost_card\ncome again with that\trepeat\nmy check engine light is on, i need someone to look at it\tschedule_maintenance\ni don't know how to spell spaghetti\tspelling\nare you an actual human\tare_you_a_bot\ni'm going to be in thailand from october 15th until october 23rd\ttravel_notification\nflip the coin ai\tflip_coin\ncan you act and think like a real person\tare_you_a_bot\nmake me giggle\ttell_joke\ni'd like to know what this song is\twhat_song\nwhat do my health benefits consist of\tinsurance\nwho sang this song\twhat_song\nsay what you think my name is\tuser_name\nwhat is the amount of gas left\tgas\ni would like to report my card as stolen, please\treport_lost_card\nhelp me to roll over my 401k\trollover_401k\ncalorie count of cheetos\tcalories\ni want to know your name\twhat_is_your_name\nwhen shall i get my tires changed\ttire_change\nwhat is the minimum required payment for my cell phone bill\tmin_payment\nhow little can i pay towards my car insurance\tmin_payment\nis there a spending limit\tcredit_limit\nfind me the exchange rate between usd and cad\texchange_rate\nwhat is miami weather like\tweather\nlet's send some money to another account\ttransfer\ncan you tell me what the traffic is usually like at 7:00 pm from philadelphia to ocean city, new jersey\ttraffic\ndoes my capital one credit card have international transaction fees\tinternational_fees\ntell me a joke about the subject of sailing\ttell_joke\nplease tell me the minimum i can pay on my water bill\tmin_payment\ni need you to find a mechanic for my check engine light\tschedule_maintenance\nhow many miles can i drive before i need to change my tires\ttire_change\ncan i get good tacos anywhere in austin\trestaurant_suggestion\ni'd like to rent a vehicle from nov 1st to nov 15th in san antonio and i need a 15 passenger van\tcar_rental\nactually forget that i don't need it\tcancel\ndo you think they'll let me reserve a table at the olive garden\taccept_reservations\nwill i be charged transaction fees if i use my american card internationally\tinternational_fees\nplease lower your volume\tchange_volume\nwhat day will i get paid\tpayday\ntell base camp my gps coordinates\tshare_location\nthe atm chewed up my card can i get a new one\tdamaged_card\nare ned's reviews good\trestaurant_reviews\nwhat is my spending limit on my chase sapphire card\tcredit_limit\nup to this point, how much of my pto have i used\tpto_used\nwho do i call to report my card as lost\treport_lost_card\nif i ordered a new card, how long til it comes\treplacement_card_duration\nwhat do i make annually\tincome\ni would like an uber please\tuber\ni was at trader joe's trying to buy groceries and my card got declined\tcard_declined\ni need my routing number\trouting\ntell me what is on my to do list\ttodo_list\ndo you have an age\thow_old_are_you\ningredients needed to make a mexican lasagna\tingredients_list\ncan you get uber for two people going to 27 moss lane\tuber\nwhere are your roots\twhere_are_you_from\ndo i have a fraudulent transaction on my account\treport_fraud\ncan you tell me when my peco energy bill is due this month\tbill_due\ni need a reminder to order cookies\treminder_update\ni choose heads, now flip that coin\tflip_coin\ndo i need certain shots before flying to eithiopia\tvaccines\nwhen does pork go bad in the fridge\tfood_last\ni don't want you synced to my phone anymore\tsync_device\ncan you calculate my tax\ttaxes\nwho made you ai\twho_made_you\nhow would i say hello if i were swedish\ttranslate\nhow can i let my bank know i'm going to denmark\ttravel_notification\nhow many carry ons can i take on a flight with southwestern to tampa\tcarry_on\nwhat company is responsible for this design\twho_made_you\nhow high is my credit limit for my american express card\tcredit_limit\nwhat is 15 ounces in grams\tmeasurement_conversion\nwhat's the nutritional info for chicken breast\tnutrition_info\nwhere is my luggage, i was on delta flight ab123 out of dc\tlost_luggage\ni want to hear the female voice from now on\tchange_accent\nnow i'd like for you to return to the original settings\treset_settings\npay my electric bill from my amex account\tpay_bill\nwhat is the price of my state taxes that i owe\ttaxes\ndo you know why my bank account is frozen\taccount_blocked\nribs can stay in the fridge for how long before they turn\tfood_last\nbook me a hotel in jacksonville near the stadium from january 1st to 3rd\tbook_hotel\ni want to disconnect the current connection to my phone\tsync_device\ni wish to add this song to my classical playlist now\tupdate_playlist\nwhat is latin for i love you\ttranslate\ntell me the nutritional information for chicken nuggets\tnutrition_info\nwhat type of gas do i need for this car\tgas_type\nif i use my card in denver will i get charged extra\tinternational_fees\nwhen my house burned down, so did my card\tdamaged_card\nabout something,tell me some trivia\tfun_fact\ni'd like to know how much you get when you roll a ten sided dice\troll_dice\nwhat sort of plug is used in the caribbean\tplug_type\ni need that said again\trepeat\nwhat's my salary\tincome\ncan i get a higher limit on my american express card\tcredit_limit_change\nmove 57 dollars from saving into mom\ttransfer\nput wash the dog on my to do list please\ttodo_list_update\ncan you call a taxi\tmake_call\ndoes my calendar include an event called shana's baby shower\tcalendar\nhow many days milk can be preserved\tfood_last\nwhat did i want to remember again\treminder\ni appreciate the assistance\tthank_you\nhow much is my cable bill\tbill_balance\nthat's definitely true\tyes\nlet me know whether folding laundry is on my to do list\ttodo_list\nmy card got declined at target while buying a tv\tcard_declined\ni'm wanting you to flip a coin\tflip_coin\ndo you know how i get to olympia by bus\tdirections\nis this a computer right now or a human being\tare_you_a_bot\napplication for a mastercard\tnew_card\nhow do i choose the correct oil and how do i change it\toil_change_how\ni don't remember where my phone is\tfind_phone\ndid i had my wife and mine anniversary to my calendar\tcalendar\nare you able to tack my package\torder_status\nwhat kind of gasoline can this car take\tgas_type\nhow long does it take to get to disneyland in anaheim\tdistance\nadd soda on my shopping list and remove carrots\tshopping_list_update\ncan you let ben and jerry know my current location\tshare_location\nwhat is my car's mpg, please\tmpg\nwhat date were you created on\thow_old_are_you\ntext katy and tell her i love her\ttext\nhello, may i get your name\twhat_is_your_name\nhow come my card was not accepted yesterday\tcard_declined\nhow long do you cook pasta for\tcook_time\ni agree\tyes\nyour birth occurred where\twhere_are_you_from\nbook me a flight from midway to jfk for less than 200 dollars\tbook_flight\ni need to know what the date is today\tdate\nset a reminder to bring a book to work tomorrow\treminder_update\ndon't forget to tell me to call my mother\treminder_update\nhow do i find out when my visa bill is due\tbill_due\ncan't find w-2\tw2\nwhich insurance plan to i have\tinsurance\nhow many mpg does an equinox get\tmpg\ntell me who your maker was\twho_made_you\nhow long do i need to make lasagne\tcook_time\nwhy types of animals do you currently have as pets\tdo_you_have_pets\ni need an uber to get to dulles airport\tuber\nwhat day do i need to pay my internet and phone bill by\tbill_due\nhow much money do i bring in\tincome\ngo to the next song now\tnext_song\nhave i added my doctor's appointment to my calendar\tcalendar\nwhen will we begin to board my scheduled flight\tflight_status\nfor under 700 i need a flight from denver international to new york international on the 3rd\tbook_flight\ncan you tell me the meaning of life\tmeaning_of_life\nplease include feeding the fish on my to do list\ttodo_list_update\ni need to get four people to red lobster; can you order me an uber\tuber\nchange the song to the next one on this playlist\tnext_song\nare you from europe\twhere_are_you_from\nplease immediately block my navy federal credit union account\tfreeze_account\ni need to know how many days so far i've taken off\tpto_used\ncan you translate hi into spanish for me\ttranslate\ni need to know again\trepeat\nsend 100 dollars from my vanguard money market to my wells fargo savings\ttransfer\nhow many calories in peanuts\tcalories\nswitch whisper mode off\twhisper_mode\n\"text mike, \"\"i'm running late\"\ttext\nwill i get getting my new card anytime soon\treplacement_card_duration\nhow much fuel do i have\tgas\nwas there any progress on my vacation request\tpto_request_status\nwhat kinds of activities do you enjoy\twhat_are_your_hobbies\nwhich pets do you have\tdo_you_have_pets\nwrite a text to kim saying no\ttext\nmake sure i get a delta flight from pittsburgh to arizona\tbook_flight\nuse whisper voice\twhisper_mode\nhow many of my off days have i run through for the year thus far\tpto_used\nwhere am i located\tcurrent_location\ntell me the timezone for hong kong\ttimezone\nhow do i change your options so that you speak more slowly\tchange_speed\nit seems that there's fraudulent activity on my card i'd like to file a report\treport_fraud\ni would like to know all of the covered benefits that are given by my health care plan\tinsurance\nhow much pto have i used so far\tpto_used\nincorrect, it is certainly a false statement\tno\nwhat is the present status of my credit card application\tapplication_status\nsearch my calendar for birthday party\tcalendar\non the shopping list did i put tomato\tshopping_list\ntell me something funny\ttell_joke\ntimezone currently in mobile\ttimezone\ntell me how much money i've spent on fast food in the past week\tspending_history\nwhat's the interest rate i have from illinois national\tinterest_rate\ni'd like to turn up the volume\tchange_volume\ndo you work for another person\twho_do_you_work_for\ni was on delta flight ab123 out of new york and i can't find my luggage\tlost_luggage\nwhat plug type does spain use\tplug_type\nstart whisper mode\twhisper_mode\nwould you translate a sentence into russian for me, please\ttranslate\nhow can i have my paycheck directly deposited in my account\tdirect_deposit\ninitiate a call to robert\tmake_call\ndo they take reservations at applebees\taccept_reservations\ndoes macaroni grill have a wait how long\thow_busy\nin what form is my name saved\tuser_name\nyou’re the best thanks so much!\tthank_you\nis it possible i have a meeting with kim today\tmeeting_schedule\ni need to report a stolen card, please\treport_lost_card\ni would like to change my credit limit\tcredit_limit_change\nhow long is it gonna take to get to red robin in avondale\tdistance\ni need you to let me know what the status of my day off request is\tpto_request_status\nis there really a meaning of life\tmeaning_of_life\nhow is the approval of my day off going\tpto_request_status\nwhat time will i get to the beach taking the bus\tdistance\nwalk me through the process of getting new insurance\tinsurance_change\ni need to know what i have on my shopping list\tshopping_list\nwhat do i do if i want to use my credit card points\tredeem_rewards\nbook a reservation for 3 at red lobster under the name steve\trestaurant_reservation\ni need the data and price from my state taxes\ttaxes\nbook me a place to chicago from atlanta united airlines\tbook_flight\nfrom where did you originate\twhere_are_you_from\nwhat is the weather report for costa mesa\tweather\nwill it be possible to order for more checkbooks for my chase bank account\torder_checks\nis mop the floor already in my reminders\treminder\nwhat is the location of my phone\tfind_phone\ni need x's routing number\trouting\nhow do i spell catheter\tspelling\nplease increase the volume to 4 please\tchange_volume\ni need an alarm set for ten pm and midnight\talarm\nwhen i should change oil\toil_change_when\nin which timezone is jamaica\ttimezone\nwhere do i go to get that work tax form thing\tw2\nmake a new alarm\talarm\ni'm out of checks, please order new ones\torder_checks\ndoes my mastercard have any rewards points remaining\trewards_balance\ndo you need shots before going to russia\tvaccines\nwho is the person you work for\twho_do_you_work_for\nwhat keeps you busy in your free time\twhat_are_your_hobbies\nwhat do you think i am called\tuser_name\ntell me what time it is in the central timezone\ttime\nwhen's my next pay day\tpayday\nhow old are your pets\tdo_you_have_pets\ni would like more checks sent to my address\torder_checks\nhow do i find my present location right now\tcurrent_location\nmpg for this car please\tmpg\ntext audrey and tell her i will be there soon\ttext\nmy card isn't working because its destroyed\tdamaged_card\nif i need a new card mailed how long will it take\treplacement_card_duration\nwhere am i located on the map\tcurrent_location\nwhen to change my oil\toil_change_when\nput me back on my factory settings\treset_settings\nplease freeze my account\tfreeze_account\ngo to my job portal, i'd like to know how many days off i have used\tpto_used\ni'm driving from la to denver and need my bank notified\ttravel_notification\nhow long will i have to wait if i want to eat at panera\thow_busy\nis it possible to have a higher limit on my visa\tcredit_limit_change\nare you an actual person, or ai\tare_you_a_bot\nit it possible to take pto from the 8th to the 11th\tpto_request\nwhen did i last take my car to the shop\tlast_maintenance\ncan i share my location with david\tshare_location\nhow healthy is grilled chicken\tnutrition_info\nsend joe a text\ttext\nwhat are the conditions like in orlando\tweather\nwhat's the recommended cooking time for steak\tcook_time\nare the plugs different in barcelona\tplug_type\nif i use my card in x, will there be a charge\tinternational_fees\nwhat makes you happy in your free time\twhat_are_your_hobbies\nhow much paid time off have i used\tpto_used\ni would like to change my insurance policy\tinsurance_change\ndo you know if my reservation for dono is confirmed at 8 pm\tconfirm_reservation\nwhat is six divided by 16\tcalculator\ncancel tonight's dinner reservation\tcancel_reservation\nadd current song to rock playlist\tupdate_playlist\ntell me if you are a human or are a computer\tare_you_a_bot\nwho formed thou\twho_made_you\nwhen is the next time i should get my tires changed\ttire_change\ni don't know where i put my phone\tfind_phone\ni need to know is traveling to france safe\ttravel_alert\nhow long does it take to get to red robin on phoenix\tdistance\nwhat timezone is scotland in\ttimezone\nset 30 minute timer\ttimer\nlet me know what i have to do today\ttodo_list\ncan you notify the bank to put a stop on my account\tfreeze_account\nwhat's my current limit on my mastercard\tcredit_limit\nplease cancel that last command\tcancel\nhow many carry ons can i take on a flight with jet blue to washington dc\tcarry_on\nwhen is my meeting with jim scheduled for\tmeeting_schedule\nwhat are people saying about chick-fil-a's chicken nuggets\trestaurant_reviews\nwhat kind of fuel do i need to put in my car\tgas_type\nwhat is dog in spanish\ttranslate\nwhat's the due date for my comcast bill\tbill_due\nhow can i locate my credit score\tcredit_score\ngive me a fun fact about komodo dragon\tfun_fact\nwhat amount of pto days do i have left\tpto_balance\nhow long will the turkey take to cook\tcook_time\nplease delete the items on my to do list\ttodo_list_update\nhi there\tgreeting\ni'm in need of checks for bank of america\torder_checks\nwhat is the ai's name\twhat_is_your_name\nverify that my reservations at won wons for joe lee are good\tconfirm_reservation\nwhat steps do i take to change the oil for my car\toil_change_how\ncan i switch cream out for milk\tingredient_substitution\ngive me the details on my income\tincome\nhow long can i leave tuna casserole in the fridge\tfood_last\nwhat is the correct routing number for my citizens bank account, pennsylvania\trouting\ncan i ask your age\thow_old_are_you\ntext emily\ttext\nim going to be in slovakia from january 16th until january 19th\ttravel_notification\ndo you know my health benefits\tinsurance\nhow would i raise my credit spending by 2500 dollars\tcredit_limit_change\ni'm travelling to boston on march 2 until march 4 please make a hotel reservation for me\tbook_hotel\nwhen is the expiration month for my card\texpiration_date\ni need to order checks, so can i order some new ones\torder_checks\nwhat's my bill going to be for my taxes for tennessee\ttaxes\nhow much is 100 dollars in euros\texchange_rate\nwhat is the time frame for sending a customer who lost their credit card a new one\treplacement_card_duration\ni want a timer for 5 minutes\ttimer\nrepeat that for me\trepeat\nwhich song is playing now\twhat_song\nshare the nutrition info for cake with me\tnutrition_info\nhow do i modify my insurance policy\tinsurance_change\ncan i bring suntan lotion in my carry on\tcarry_on\nthanks for your help\tthank_you\ni need to do dishes put it on my to do list\ttodo_list_update\nwhich purchases are on my shopping list\tshopping_list\nwhere can i find wells fargo's routing number\trouting\ni think all my bills are paid, but can you double check\tbill_balance\nwho is your boss\twho_do_you_work_for\ncan you put a stop on my account\tfreeze_account\ncan you tell me how much i pay in taxes\ttaxes\nhow much is one us dollar in british pounds\texchange_rate\nwill a loan lower my credit score\timprove_credit_score\ni want to rollover my 401k , can i\trollover_401k\ndo i need a visa to go there\tinternational_visa\ni really need to switch to a new insurance plan\tinsurance_change\nare there transaction fees using my discover if i'm in cuba\tinternational_fees\ni would like you to roll a dice\troll_dice\ndoes cowgirl creamery in san francisco take reservations\taccept_reservations\nhow long will it take to get to long beach terminal from long beach airport\tdistance\nsecure the doors\tsmart_home\nwhat time is it in new york\ttime\ni need to know when my water bill is due\tbill_due\nwhat must i do to report my card lost\treport_lost_card\nplease create a new alarm for me\talarm\nwhen can i change my credit limit\tcredit_limit_change\nwhere were you born\twhere_are_you_from\nmake sure to put eggs on the grocery list\tshopping_list_update\nany status update on my day off request\tpto_request_status\nhow does one set up direct deposit to my bank account\tdirect_deposit\ni've lost my phone somewhere\tfind_phone\nhow many dollars is 20 yen worth\texchange_rate\nwhats the policy to redeem my visa reward points\tredeem_rewards\nhow do i get a new credit card\tnew_card\ni'm in baggage claim at the airport and my luggage didn't make it\tlost_luggage\nwhat does it look like i will be paying in federal taxes this year\ttaxes\nremember to put down that i have an appointment for tomorrow on my calendar\tcalendar_update\nrouting number for american river\trouting\ni need a hotel room for 4 people from may 3 to may 5 in boston\tbook_hotel\nis there any good place in hawaii for pasta\trestaurant_suggestion\nwhat is life's meaning\tmeaning_of_life\nwhat do you find fun\twhat_are_your_hobbies\nis there anything available in new york city from april 2 through april 8\tbook_hotel\nplay the song called amazing grace\tplay_music\nis there any traffic congestion on my way to the closest whole foods\ttraffic\nplease turn on whisper mode\twhisper_mode\nwhat's the caloric content in a bowl of rice crispies with milk\tcalories\nhave they looked over my app for the new credit card yet\tapplication_status\ncan you check with my credit card company and see if i can redeem my points\tredeem_rewards\nwhen is my flight boarding\tflight_status\nwill i get charged extra for using my card while in tulsa\tinternational_fees\ncan you get me a table for 8 at johnnys\trestaurant_reservation\ncurrent date\tdate\nwill this recipe still be good if i use milk instead of eggs\tingredient_substitution\nwhat firm do you work for\twho_do_you_work_for\nwhat kind of hobbies do you have\twhat_are_your_hobbies\ni need everything ordered on my shopping list\torder\nwhat's a good joke\ttell_joke\nhow do i find the interest rate for my checking account\tinterest_rate\nplease tell me my location using gps\tcurrent_location\ni need a roll on a 6 sided dice\troll_dice\nis there gridlock on the street up to the stadium\ttraffic\ncan i change your language\tchange_language\nhow many day of my vacation are left for the year\tpto_balance\nwebsite to start aaa new insurance plan\tinsurance_change\nmy card is damaged and no longer function\tdamaged_card\ndue to fraudulent activity on my card i need to make a report\treport_fraud\nwhat is my total annual income\tincome\nare there any good chinese restaurants open right now\trestaurant_suggestion\nwhat's the status on my application for the hsbc credit card\tapplication_status\ni lost my luggage coming from chicago on delta flight ab123\tlost_luggage\ni need to report that my card has been lost\treport_lost_card\ni need to get a flight out of tampa to chicago in a month for under $123\tbook_flight\nshow me my transactions on groceries\ttransactions\nplease stop talking so fast\tchange_speed\nplease let me know how much my gas bill is\tbill_balance\nthat's the truth\tyes\nwill you flip a coin so i can make a choice\tflip_coin\ncan you access my w-2\tw2\ncan you help me understand why my card got declined\tcard_declined\ncould you use the male voice\tchange_accent\ni need an italian dinner idea\tmeal_suggestion\ni would like to know this song's title\twhat_song\ntell me what the point of life is\tmeaning_of_life\nhow much of a credit limit does visa allow\tcredit_limit\nstop that\tcancel\ngive me a beef recipe\trecipe\nwhen is my visa due\tbill_due\ni am going to travel to mexico soon; do i need to get a visa\tinternational_visa\ncreate alarm 6am\talarm\ndo i need a socket converter if i'm going to be in hong kong\tplug_type\nwhat is the procedure to jump start a car\tjump_start\nadd milk to my shopping list\tshopping_list_update\nwhat did you just mention\trepeat\ni wonder why my card got declined yesterday\tcard_declined\ndo i have tomato on the shopping list\tshopping_list\ni'm out of milk so you will order me some more\torder\nhow do i update my pin number for my account, please\tpin_change\nset a reminder for me to take my meds\treminder_update\nplease check to see if my vacation has been approved\tpto_request_status\ni would like to know the kind of gas that this car uses\tgas_type\nstart calling me jake from now on\tchange_user_name\nwould you give me examples of what some of your hobbies are\twhat_are_your_hobbies\nshould i purchase a new plug converter when in france\tplug_type\ni did not understand say it again\trepeat\nhow much do i owe in bills\tbill_balance\nwill you find me a place to stay in casper from march 5th to march 11th\tbook_hotel\nwhat are the nutrition facts for greek yogurt\tnutrition_info\nplease allow my account to freeze\tfreeze_account\nput my music on, please\tplay_music\nthe lists of my reminders is what\treminder\nwhat languages can i switch to for your responses\tchange_language\nhow long should i cook pho for\tcook_time\nhow will traffic be at 7am on the way to my job\ttraffic\ni'm inquiring about the availability of a room that fits 10 people from monday to tuesday in manhattan\tbook_hotel\nis my replacement card coming soon\treplacement_card_duration\nstarbucks near me\tdirections\ni think my visa card was stolen\treport_lost_card\nare you doing alright\tgreeting\ndo you think arizona has plenty of bike routes\ttravel_suggestion\ni will call you cap\tchange_ai_name\nhow do i say hello in french\ttranslate\nwould you tell me the current time in the eastern timezone\ttime\ni want to do a payment on my water bill\tpay_bill\nhow high is the air in my tires\ttire_pressure\nset up a timer\ttimer\ncall bob for me\tmake_call\ni want to know who your boss is\twho_do_you_work_for\ni am saying no\tno\ni really want to pay my cable bill from my checking account\tpay_bill\ndo you have any idea if the flying wing does reservations\taccept_reservations\ni want your name to be john\tchange_ai_name\nhow much am i making at my job\tincome\nnegatory\tno\nhow soon should i replace my tires from yesterday\ttire_change\nwhat are all the things on my reminder list\treminder\naround nine, is ambrosio busy\thow_busy\nhow're you doing\tgreeting\n\"\"\"i'm fly out from lax to phl this weekend for around $120\"\tbook_flight\noh shut the hell up would you\tcancel\ntell me the time in california\ttime\ni shall know how low are my tires on air\ttire_pressure\ncan i hurt my credit score\timprove_credit_score\ngo ahead and erase cashews from my list, and add walnuts to it, please\tshopping_list_update\non what day and date of what year were you born\thow_old_are_you\nin tokyo, what time is it\ttime\nwill i incur transaction fees if i use my american card internationally\tinternational_fees\ni've got to run now\tgoodbye\nyou came from where\twhere_are_you_from\ncan you tell me my visa's reward balance\trewards_balance\num, i'm not sure\tmaybe\nhelp me convert feet into miles\tmeasurement_conversion\nlist the ingredients in pizza\tingredients_list\ni dont have an answer for that\tmaybe\ni need you to call the phone company for me\tmake_call\ntoday's date is what\tdate\nmy answer would be maybe\tmaybe\nhow we stop my account\tfreeze_account\ni'm going to jamaica next week; am i needing a visa\tinternational_visa\nwill you add what i'm listening to to my work playlist\tupdate_playlist\nis flight dl123 on time\tflight_status\nyou have been a big help, thank you so much\tthank_you\nsearch for any travel alerts for canada\ttravel_alert\nstart speaking in a male british voice\tchange_accent\ni am enrolled in what insurance plan\tinsurance\nsend money from one account to another\ttransfer\nwhat location were you born in\twhere_are_you_from\nwhat is the weather going to be like\tweather\nare any meetings booked for today\tmeeting_schedule\nplease help me figure out where my lost phone is\tfind_phone\ncan u please set the timer for 5 minutes\ttimer\nhelp me roll a dice\troll_dice\nthat's false\tno\ndo i have anything to do march 2nd\tcalendar\n\"\"\"i'm going on a flight from lax and going to phl, which is only $120 on june 15th\"\tbook_flight\nallow me to turn on the lights\trestaurant_reservation\ngive my gps location to jason\tshare_location\nhelp make changes to my insurance policy\tinsurance_change\nwhat do i do if i need my w2 for my my taxes\tw2\nplease let me know the credit limit on my citibank card\tcredit_limit\ncan you set a timer for me\ttimer\nthat's a hard no from me\tno\ni wish to know my debit card's rewards balance\trewards_balance\nwhat created you\twho_made_you\ncan my car get to dallas with the gas currently in my tank\tgas\nreport lost card\treport_lost_card\nplease send my location to haley\tshare_location\ni need to know the status of my day off request\tpto_request_status\nchange to whisper mode, please\twhisper_mode\ni need to get my paycheck direct deposited to my chase account\tdirect_deposit\ni want volume at 4\tchange_volume\nwhere could i locate a w2 form from\tw2\nam i speaking with a real person\tare_you_a_bot\nplease tell me your hobbies\twhat_are_your_hobbies\nis it possible to only talk in spanish\tchange_language\nwhat is my money market account balance\tbalance\nwhat is the meeting schedule today\tmeeting_schedule\nis it acceptable to swap salt for baking soda\tingredient_substitution\ngo past this song\tnext_song\ndid my vacation get approved yet\tpto_request_status\nexplain to me how to rollover my 401k\trollover_401k\nwhat is the time for a tire change\ttire_change\nis being alive the meaning of life\tmeaning_of_life\ni would like to try and confirm that i have a reservation at applebee's for kristen\tconfirm_reservation\ncan i have my current gps coordinates\tcurrent_location\ncomputer, place a call to alexa\tmake_call\nwhat is the length of time i can leave pork in the fridge\tfood_last\ncan i get an uber for 4 to the mall\tuber\ni requested some vacation time; has it been approved\tpto_request_status\nmake 1234 the pin on my savings account\tpin_change\nplease get off my phone connection\tsync_device\ntransfer 1000 dollars from my first national bank to my bethpage federal credit union savings\ttransfer\ni didn't get that, please repeat\trepeat\nget me italian cuisine dinner suggestions\tmeal_suggestion\nwhen will my tires need to be replaced\ttire_change\ni need to change my pin number for my account\tpin_change\nwould you like to tell me a joke\ttell_joke\ni'm going to be in mexico from thursday to friday, so can you let my bank know\ttravel_notification\nat what time should i get my oil changed next\toil_change_when\nadd all of my points for my current discover card\trewards_balance\ni would like to report my card damaged since i accidentally spilled gorilla glue all over it and the numbers are now obscured\tdamaged_card\ncan you give me some fun suggestions for tourists to check out in las vegas, please\ttravel_suggestion\nhelp me calculate my federal tax bill\ttaxes\nhow many weeks ago was my car in the shop\tlast_maintenance\ndo you know what the timezone is in reno\ttimezone\ni do not want my reservation anymore\tcancel_reservation\nis vacuuming on my todo list\ttodo_list\ndo i need to change my oil soon\toil_change_when\nset a reminder to go dress shopping\treminder_update\ndo you have a pet\tdo_you_have_pets\ni was trying to buy a chainsaw at the tractor store and they said my card was declined\tcard_declined\nhow do you say fast in spanish\ttranslate\nwhat is the time frame for receiving a new credit card if my original one gets lost\treplacement_card_duration\nput in an alarm for 5pm\talarm\ni am very grateful\tthank_you\nhave any cool facts on reptiles\tfun_fact\ni lost all my stuff that i had packed\tlost_luggage\nmay you please say that again\trepeat\nwhy are we here in life\tmeaning_of_life\nhow do i go about setting up paycheck direct deposit\tdirect_deposit\nlist out what is on my shopping list\tshopping_list\ni think my luggage is stolen\tlost_luggage\ncan you repeat that question\trepeat\ni would like to compare insurance plan options\tinsurance_change\nis the air pressure on my tires low\ttire_pressure\ni need to go now\tgoodbye\ndoes buffalo wild wings in concord take reservations\taccept_reservations\ncan you get me an uber to disney world\tuber\nwhat's the usual time for tuna casserole\tcook_time\ni don't need my reservation for 5 at the loft please cancel it\tcancel_reservation\ncan you locate me on a map\tcurrent_location\nwhich vaccinations are required to go to viet nam\tvaccines\ncan you inform if boston restaurant has good reviews\trestaurant_reviews\nwhat is the number of calories in a steak\tcalories\nhow many dollars can i exchange for 100000 yen\texchange_rate\nhow many points have i earned with my amex card\trewards_balance\ntell me the pin number for my checking account\tpin_change\nchange this song it sucks so bad\tnext_song\nremind me of the invoice total for my plumbing bill\tbill_balance\ndo you have pets\tdo_you_have_pets\nwould please let me know how much i spent on food in january\tspending_history\ntell me who is by the garage door\tsmart_home\nperhaps either of them\tmaybe\nhow could i replace my oil and what form of oil ought to i take advantage of\toil_change_how\nundo\tcancel\nhow many calories are in apples\tcalories\nthanks for the answer\tthank_you\ndo you have music by elvis\tplay_music\ni want to see my location on the map\tcurrent_location\nthat could maybe be it\tmaybe\ntell me your guess of what my name is\tuser_name\nis this a person talking to me or a computer\tare_you_a_bot\nwhat are the ingredients of spaghetti\tingredients_list\nhow old were you on your last birthday\thow_old_are_you\nfind me a car rental for the weekend in asheville, nc via priceline\tcar_rental\nhow old are you in 2019\thow_old_are_you\nhow many carry ons am i allowed to take on my canadair flight to frankfurt\tcarry_on\ncall me dad\tchange_user_name\nhey how's life\tgreeting\nwhat is 300 divided by 42\tcalculator\ndoes my apr rate suck\tapr\nhow are the reviews for spaghetti at the olive garden\trestaurant_reviews\ni would like to change the name on my first bankcard account\tpin_change\ncan you find music by slow magic to put on\tplay_music\nhow is life treating you\tgreeting\nwhat creatures do you keep for love\tdo_you_have_pets\nshare my gps location with steve\tshare_location\nplease turn on whisper voice\twhisper_mode\nis it possible to increase the limit on my visa\tcredit_limit_change\nis there a specific way to set up direct deposit\tdirect_deposit\nplease inform me on my current vacation request status\tpto_request_status\ni had a list of reminders what were they\treminder\ncan you see if my order was delivered\torder_status\ni need know know the reward balance for my visa\trewards_balance\nwhy am i locked out of my bank account\taccount_blocked\nlets talk about what my federal taxes look like\ttaxes\nplease tell me my income\tincome\ni would like to make a phone call\tmake_call\nhelp me change my oil and what kind do i need\toil_change_how\ni want to only use the whisper sound\twhisper_mode\nmove forward one song\tnext_song\nhow do i go about setting up direct deposit\tdirect_deposit\nwhat is the conversion of inches to centimeters\tmeasurement_conversion\nfind me an asian restaurant\trestaurant_suggestion\nhow my carry ons does spirit airlines allow me for a flight to dallas\tcarry_on\ngive me some recommendations of good tourist attractions in montreal\ttravel_suggestion\ngo to the next song and play it\tnext_song\ncan i use flour as a substitute for bread crumbs\tingredient_substitution\nwhat amount do my state taxes look like\ttaxes\ni need to use pto on october 5th to october 10th\tpto_request\nhow do i bake a blackberry pie\trecipe\nhow do you jump start a subaru forester\tjump_start\nterminate current process\tcancel\nput cleaning on my to do list\ttodo_list_update\nwhen is my card expired\texpiration_date\nhow long is the ride to phoenix\tdistance\nappreciate the help\tthank_you\nremind me friday to call my mother\treminder_update\nremind me to put gas in my car\treminder_update\nhow do i apply for a visa card, please\tnew_card\ndo you have many kinds of pets at your house\tdo_you_have_pets\nhow much flour do i need for a strawberry cake\tingredients_list\ni want to pay my car payment\tpay_bill\nplease desync my current mobile\tsync_device\nwhat could i do for fun in kentucky\ttravel_suggestion\ndoes black bear diner in tracy take reservations\taccept_reservations\nshow allison how to get to me\tshare_location\ncan you tell a joke\ttell_joke\nstart a new text\ttext\nwhat place were you born at\twhere_are_you_from\nwhat name should i use when talking with you\twhat_is_your_name\nwhat is the minimum payment on my chase mastercard\tmin_payment\nwhere do i go to find the interest rate on my savings account\tinterest_rate\ni need an uber that will accommodate eight people to go to the closest amc theater\tuber\ntell me my shopping list\tshopping_list\ni want to set direct deposit\tdirect_deposit\nusing my card in tulsa won't cause me to be charged extra will it\tinternational_fees\ni believe that my car battery has died, what do i do next\tjump_start\nto what extent until the following three day weekend\tnext_holiday\nwhat is the tracking on my package\torder_status\nwhen is my next vacation day\tnext_holiday\nwhen do i need to pay the cable bill\tbill_due\nis my paycheck arriving soon\tpayday\ni need my savings account placed under a block as soon as possible\tfreeze_account\ni would like to switch my insurance plan\tinsurance_change\nwhat's your first name\twhat_is_your_name\nwhen should the flight land\tflight_status\nlet me know what date it will be in 3 days\tdate\nwhat's 10 pounds in dollars\texchange_rate\nhow can i increase the credit limit on my discover card\tcredit_limit_change\ni missed what you said, can you say it again\trepeat\ni don't know how to spell threshold\tspelling\ncan you please help me move $100 from my checking to saving account\ttransfer\nwhat entity is your boss\twho_do_you_work_for\ni need you to talk to me about your hobbies\twhat_are_your_hobbies\nplease set an alarm for 2 pm for me\talarm\nwhat's the next holiday\tnext_holiday\ni need to know my credit card's rewards balance\trewards_balance\nhow many vacation days do i have left\tpto_balance\nhow much is my kill bill bill for\tbill_balance\ncan i expect chili's to be busy at 4:30\thow_busy\ndo you know the process to rollover my 401k\trollover_401k\ndid i add to my reminder list that i need to take the car in for an oil change\treminder\nso, does it take long to get to dodger stadium in anaheim\tdistance\ncould you reset your factory settings please\treset_settings\nyour factory settings need to be reset\treset_settings\ncan you help me switch to a new insurance plan\tinsurance_change\ni'm going to the mall at 5:00 what will traffic be like\ttraffic\nmy next payday\tpayday\nwill you roll a 4 sided dice\troll_dice\ni need to know how to apply for a visa card\tnew_card\ni'm looking for assistance booking a rental car in las vegas\tcar_rental\nwould you say you are working for me\twho_do_you_work_for\nsee if my form submission for an american express card has been seen\tapplication_status\nyou talk to slow\tchange_speed\ni need to know how to spell the word serendipity\tspelling\nhow much psi is in my car tires\ttire_pressure\nwhat is my email subscriction services bill\tbill_balance\nget everything on my shopping list\torder\nwill you tell me my interest rate\tinterest_rate\nwhy is there a hold on my charles swab account\taccount_blocked\nwhen should i get new tires\ttire_change\ncan you get a table for 5 at joe's at 5pm\trestaurant_reservation\nschedule a meeting with carrie and lisa\tschedule_meeting\nphone lobby\tmake_call\ni'm not sure which it is\tmaybe\nput what i'm listening to on my workout playlist\tupdate_playlist\na bowl of cheerios with milk has how many calories\tcalories\ntell me the apr on my mastercard\tapr\ncan you tell me my insurance benefits\tinsurance\ncan you text arthur and tell them im almost there\ttext\ndo i need to get any shots before i travel to liberia\tvaccines\nwhat are my options for new insurance plans\tinsurance_change\nare you a pet owner what kind\tdo_you_have_pets\nwhen do i owe the state payment for my car tags\tbill_due\nplease switch to the girl voice\tchange_accent\nplace a stop on my main account for me please\tfreeze_account\nwhat's 15% of 68\tcalculator\ni would like to transfer $5 from savings to checking\ttransfer\ndoes going to taiwan require me to get an international visa\tinternational_visa\nwhat kinds of taxes am i facing\ttaxes\ncan you tell me this song\twhat_song\nwhat sort of electrical plug do they use in mainland europe\tplug_type\ni cannot remember when i last took my car to the shop\tlast_maintenance\nwhat is the next song on this playlist\tnext_song\nwhen did i last bring my car in to have it looked at\tlast_maintenance\ntell me five dollars in yen and rubles\texchange_rate\ncan you let me know my latest transactions\ttransactions\nwhat's the amount of vacation days i've taken\tpto_used\ncan you tell me the time zone for la\ttimezone\ndo i need to get a plug converter for athens\tplug_type\ni couldn't buy a mug from target because my card got declined\tcard_declined\nread my reminder list to me please\treminder\ncan we change your name to lisa\tchange_ai_name\nwhen will they let me board\tflight_status\nput one hundred and seventy five bucks in my wells fargo checking account from my citibank savings account\ttransfer\nwould you call yourself a human or a computer\tare_you_a_bot\ncan you tell me my credit limit\tcredit_limit\nwhat is the amount of rewards points on my visa card\trewards_balance\nwhat's the latest info on flight dl123\tflight_status\nwhat ingredients are found in hunan chicken\tingredients_list\nplease send a text to danny saying that i'm running late\ttext\ni need to up by noon\talarm\nwhat is the price of bluetooth speakers on amazon\torder\nyou need all five answers\tcurrent_location\nwhat ingredients are in dough\tingredients_list\nhey there fellow\tgreeting\ncalculate car mpg\tmpg\nare you really a human\tare_you_a_bot\nwhat is this song name\twhat_song\nyou can take laundry off my todo list\ttodo_list_update\nwhat’s your favorite funny joke\ttell_joke\nmake a reservation for wheeler party of 3 for 5pm at andrea's steakhouse\trestaurant_reservation\nwhere did you grow up\thow_old_are_you\nwhen is the next break\tnext_holiday\nwhat is your nationality\twhere_are_you_from\nwhat's the minimum payment\tmin_payment\ni will say yes as my response\tyes\nplace call to robby\tmake_call\nwhat name would you like me to call you\twhat_is_your_name\ncheck on my to-do list items\ttodo_list\nwhat steps do i take to redeem my credit card points\tredeem_rewards\nbook me a meeting room for 12pm on february 28th\tschedule_meeting\ni would like to have an alarm set for me\talarm\nhow long does it take to get to el paso on a bus\tdistance\nstop talking you are annoying\tcancel\nhow many calories are in chocolate cake\tcalories\ndid i include cleaning the hamster cage on my list of reminders\treminder\ndoes one need a visa to go there\tinternational_visa\nhow is new insurance gotten\tinsurance_change\nplease begin a timer\ttimer\ni need soda added to my list and carrots removed\tshopping_list_update\nwhat types of furry companions do you have\tdo_you_have_pets\ni wanna know what timezone spain is in\ttimezone\nwhat is 25% of $54,788\tcalculator\nadd coke to my shopping cart\tshopping_list_update\ntell me the result of a dice roll with five sides\troll_dice\nbefore i leave for mexico should i get some more vaccinations\tvaccines\ni need my bank account frozen\tfreeze_account\ntell me your hobbies\twhat_are_your_hobbies\n\"\"\"where is improve the credit score\"\timprove_credit_score\nis it possible to book a room at the taco bell for reavers at 3\trestaurant_reservation\nhow to activate direct deposit to chase account\tdirect_deposit\ncan you confirm my reservation for torris at 7:00\tconfirm_reservation\nhow long will i be on the bus to new orleans\tdistance\nhow many days can i take for vacation\tpto_balance\nwhat's the best place to travel to this time of year\ttravel_suggestion\ni would like you to cancel the dinner reservation for williams at the palace tonight\tcancel_reservation\nwould you care to let me know where you were made\twhere_are_you_from\ncreate a timer for me\ttimer\ncan you figure out how to find my credit score\tcredit_score\ndoes ruby tuesday accept reservations\taccept_reservations\ndoes the calendar already have easter noted on it\tcalendar\nwhen should i change my oil again\toil_change_when\ni want to know the time to get to td bank in toms river\tdistance\nflip a coin for me ai\tflip_coin\nwhat are your favorite activities\twhat_are_your_hobbies\ncould you tell me where did you originate\twhere_are_you_from\ncan you get me a table for 3 at captain d's at 2pm\trestaurant_reservation\nthank a bunch\tthank_you\nrevert to factory settings\treset_settings\nwhere were you before\twhere_are_you_from\ncan you translate bat into russian for me\ttranslate\nwhat kind of traffic can i expect on the way to church\ttraffic\nwhat steps are involved in making lasagna\trecipe\nhow can i figure out the interest rate for my columbia account\tinterest_rate\nplease set me an alarm\talarm\ncan you locate my w-2\tw2\nis garlic on my grocery list\tshopping_list\ncan i get some more checkbooks sent to me, please\torder_checks\ni am josh\tchange_user_name\nhow far along is my credit card application\tapplication_status\nwhere's the gas tank level at\tgas\ncan you add apples to my shopping list if they aren't already on there\tshopping_list_update\nwhat are the latest travel alerts for dubai\ttravel_alert\nincrease my credit limit\tcredit_limit_change\ni need help paying my electric bill\tpay_bill\nlet me know who is your boss\twho_do_you_work_for\nremove the connection to my phone\tsync_device\nplease play my taylor swift mix\tplay_music\ncan you check and see why us bank put a hold on my account\taccount_blocked\nwhen was i last paid\tpayday\nwhat is the minimum i can pay for my phone bill\tmin_payment\ndoes this take regular unleaded\tgas_type\nbook a flight from sacremento to tampa two weeks from now and returning a month after\tbook_flight\ngo to the next song and skip\tnext_song\nwhat do you do as a hobby\twhat_are_your_hobbies\nwhat does life mean on a deeper level\tmeaning_of_life\ncan i get a brand new card please\tnew_card\nplease text nancy and give them the message that i am on vacation\ttext\nwhat can you do to make yourself useful\twhat_can_i_ask_you\ni'd like to confirm my reservation for 2/20 at 8 pm\tconfirm_reservation\nwhich food do you give your pets\tdo_you_have_pets\nhow exactly do i find my credit score\tcredit_score\ni must have you repeat that\trepeat\ni need to locate my phone\tfind_phone\nadios!\tgoodbye\nhow long does it take to get to applebees in nj\tdistance\ncan you sync up with my phone\tsync_device\ni need you to flip a coin so i can make a choice\tflip_coin\ndon't do this process\tcancel\nroll die, 6 sided\troll_dice\nfind out for me how many days off i have taken in total at this point\tpto_used\ni'd like you to add oranges to my shopping list\tshopping_list_update\nwhat is the amount of calories that scrambled eggs has\tcalories\nplease notify me of my credit rating\tcredit_score\nthat was a mistake, undo that\tcancel\ni'm having trouble finding my luggage i was on delta flight ab123 out of new york\tlost_luggage\ni think this transaction is bogus\treport_fraud\nwhat's this track\twhat_song\nwhat kind of plug type do they use in russia\tplug_type\nwhat does a sausage sandwich have for calories\tcalories\nwould you please switch to the male voice\tchange_accent\ntell me if i need any more vaccines if i go there\tvaccines\nis rice ok after 3 days in the refrigerator\tfood_last\ndo i need a visa to travel to indonesia\tinternational_visa\nlet's switch out of whisper mode\twhisper_mode\nwhat is the current going rate for exchanging dollars for pesos\texchange_rate\nhow many vacation days are remaining on my time\tpto_balance\nwhat's the possibility of getting a credit limit increase on my visa\tcredit_limit_change\ntell me a joke about lawyers\ttell_joke\nwhere can i get a w2 form from\tw2\nwhat's the timezone in valencia\ttimezone\nam i okay to take those vacation days\tpto_request_status\nis the apr rate on my amex pretty good\tapr\nif i want to direct deposit my paycheck, what info do i need\tdirect_deposit\ni must know the point of life\tmeaning_of_life\nwhat is my credit card spending limit\tcredit_limit\ncan you stop speaking\tcancel\ndelete my golf tournament event from tomrrow\tcalendar_update\nset alarm for 5pm\talarm\ncan i please get the status my order\torder_status\nset reminder to feed cat tonight at 6pm\treminder_update\nlet my bank know that i am going to tokyo\ttravel_notification\ncan you tell me how much air are in my car tires\ttire_pressure\nhow do i set up direct deposit for my fifth third account\tdirect_deposit\nwhat's a good restaurant nearby\trestaurant_suggestion\nare there alot of cars on the road before the stadium\ttraffic\ni want to bake brownies, how long do they bake for\tcook_time\ni need to change language to spanish\tchange_language\nis there traffic to work\ttraffic\nuse a male voice now\tchange_accent\nwhat is the carry-on policy for flights on the airline called jetblue\tcarry_on\nhow can i find out about new insurance\tinsurance_change\nhow do i report the card as lost\treport_lost_card\nwhat is the sum of 3, 7, 9, and 24\tcalculator\nhow soon can i expect a replacement card for my lost card to arrive\treplacement_card_duration\ncan i book a hotel in new york city near times square from 3/1 until 3/5\tbook_hotel\nwhat interest rate am i getting from bank of america\tinterest_rate\ncan you help me apply for a visa card\tnew_card\nhow healthy is pecan pie\tnutrition_info\ncan you look into whether my card has good apr or not\tapr\nget rid of everything on my calendar for march 2nd\tcalendar_update\nwho would you say that you are employed by\twho_do_you_work_for\nhow much pressure is in my tires\ttire_pressure\nwhen did i last have my vehicle checked on\tlast_maintenance\nwill you add mopping to my to do list please\ttodo_list_update\nhow old are you exactly at the moment\thow_old_are_you\nwhat's the best pizza place around here\tmeal_suggestion\nphonecall sarah\tmake_call\nfarewell!\tgoodbye\nwhere are your origins located\twhere_are_you_from\nlet me hear all of the items on my to do list, please\ttodo_list\ncan you repeat my list back to me\treminder\ni'm famished so give me some places to eat!\trestaurant_suggestion\nget me a flight from barcelona to paris from jet blue\tbook_flight\nwhat's the total number of points i earned so far with my chase rewards card\trewards_balance\ntext a message to alice\ttext\ninform my bank i will travel to brazil from june 1st to july 1st\ttravel_notification\nwalk me through applying for a visa card\tnew_card\nset me an alarm right now\talarm\ntoss a die would you\troll_dice\nno idea, sorry\tmaybe\nhow much money am i going to lose this year for state taxes\ttaxes\ngive me a cool fact about new orleans\tfun_fact\nhow many us dollars can i get for 20 euros\texchange_rate\nwhat type of fuel does my car need\tgas_type\nit turns out my card was declined at fry's and i would like to know why\tcard_declined\nmy 401k, can i roll it over\trollover_401k\nyou're speaking too fast and i need to change that\tchange_speed\nwhat is my maurices card's rewards balance\trewards_balance\nai, routing number for my wells fargo checking\trouting\nlist meetings on calendar for today\tmeeting_schedule\nplease give me the nutrition facts for chicken parmesan\tnutrition_info\nhelp me search for my phone\tfind_phone\nyour age please\thow_old_are_you\ncheck maps for my location\tcurrent_location\nhow long will i have to wait before being seated at the cheese cake factory\thow_busy\nforget my previous command\tcancel\ncan you see if you can track where my luggage is\tlost_luggage\ni've let me bank know that i'm visiting south america from may to october\ttravel_notification\ni accidentally deactivated the magnetic stripe on my visa debit card and i need to report it\tdamaged_card\ndo you have any southern dishes to recommend\tmeal_suggestion\nnext payday\tpayday\nhow many places in dallas can i rent a car\tcar_rental\ni want to reserve an uber to go to the airport\tuber\ndoes australia have different plug sizes\tplug_type\nwhat are today's travel advisories\ttravel_alert\nare there any meeting rooms free from 10:00 am until 10:30 am\tschedule_meeting\ndo i have anything on my calendar for may 3\tcalendar\nwould you please reboot yourself to factory settings\treset_settings\nwill i pay extra if i use my card in juarez\tinternational_fees\nwhat's the title of this tune\twhat_song\ngive me the meaning of alternative\tdefinition\ncan you tell me how to report a card lost\treport_lost_card\nplease set the oven to 350 f\tsmart_home\ni need a report form for my damaged, demagnetized card\tdamaged_card\nreturn to your original settings\treset_settings\nwhat do my state taxes look like\ttaxes\nam i required to get a vaccine for this trip\tvaccines\ni don't know where i left my phone\tfind_phone\ndo i need a visa to go to greece\tinternational_visa\ni believe that to be false\tno\ni really must rent a car out of sky harbor airport from the 3rd to the 5th of february\tcar_rental\nstart the timer\ttimer\nhow would i say i love you if i were french\ttranslate\nwill i run out of gas before i reach atlantic city\tgas\nwould you look up roundtrip flights from dallas to houston for march 7 and march 10\tbook_flight\nset the alarm now\talarm\nreturn it back to the original settings\treset_settings\nhow do i order new checks\torder_checks\ncan i call you something else\tchange_ai_name\nwhat factors can ruin a credit score\timprove_credit_score\nwhat's my flight's eta\tflight_status\napply for a kbc card for me\tnew_card\nplease speak slower\tchange_speed\nwell hello\tgreeting\ntell me who made you please\twho_made_you\nwhat is the title of the song we're listening to right now\twhat_song\nlet me know every meeting i have scheduled today\tmeeting_schedule\nfind and book a hotel in md, baltimore starting on the 7th to the 9th\tbook_hotel\ntell me about my health benefits\tinsurance\ntell me my current location\tcurrent_location\nhow do you spell sanguine\tspelling\ncan you help me with rolling over my 401k\trollover_401k\nhow long does bread last\tfood_last\nwhich gas grade does this car take\tgas_type\nwill you please go back over everything on my to do list\ttodo_list\nbook a rental car to rhode island for friday, tomorrow\tcar_rental\nwhat are your hobbies in life\twhat_are_your_hobbies\ncan you verify mike has a reservation at black rock at 6 pm\tconfirm_reservation\nwould you talk a bit faster instead\tchange_speed\ni filed a credit card application so what is going on with it\tapplication_status\nwhats the calorie content of oatmeal\tcalories\nwhat do you think i should make for dinner\tmeal_suggestion\ndo you know whom i should contact since my luggage did not arrive\tlost_luggage\nset up direct deposit to my money market account for my pay check\tdirect_deposit\nwhat's up with my order\torder_status\nlook up easy to follow recipes for beef ribs\trecipe\nplease make sure the alarm is set\talarm\nwhat is the secret or meaning to life\tmeaning_of_life\nput dr feelgood by motley crue on my playlist\tupdate_playlist\nsend me more checkbooks please\torder_checks\nthanks a lot\tthank_you\ndoes acero in maplewood allow reservations\taccept_reservations\ncan you talk at a normal speed please\tchange_speed\nadd this song to my rock playlist\tupdate_playlist\nplease provide an option for dinner\tmeal_suggestion\nhow long to process my credit card application\tapplication_status\ni want to set up direct deposit to my first hawaiian bank account\tdirect_deposit\nhow long should i expect to wait at the cheesecake factory before getting seated\thow_busy\nturn on the tv\tsmart_home\nwho plays this song\twhat_song\nwhat is my current tire pressure for each tire\ttire_pressure\nwhat's the current reward amount on my mastercard\trewards_balance\nno that isn't correct\tno\njust stop talking\tcancel\ni need to talk to someone about a fraudulent activity on my card\treport_fraud\nplease increase my credit limit to $9,000\tcredit_limit_change\nwhat is the date of today\tdate\nplease tell me the current location\tcurrent_location\nis there anything neat to do in boston\ttravel_suggestion\ngive me some awesome travel destinations\ttravel_suggestion\nif you were smart, would you know my name\tuser_name\nhow many grams of sodium are in potato chips\tnutrition_info\ngive me a joke about horses\ttell_joke\ndo you work for me or is that wrong\twho_do_you_work_for\nwhat amount of pto have i taken\tpto_used\nwhat's my air pressure right now\ttire_pressure\nwhat is on my to-do list\ttodo_list\ncan you identify this song that's playing\twhat_song\nis there any info on my savings interest rate online\tinterest_rate\nhelp me check my visa rewards card\trewards_balance\nhow do you spell superficial\tspelling\nplease let me know how to change the oil\toil_change_how\nwhat amount of gas do i have in my car\tgas\ni will be traveling to rome from february 1 to march 1, please make this aware to my bank\ttravel_notification\nwho knows\tmaybe\nwill you roll a 10 sided dice\troll_dice\ncan you let me know what company were you designed by\twho_made_you\ncould you tell me how to direct deposit my check from work into nations bank\tdirect_deposit\nfind instructions on baking lemon cake\trecipe\nmy marriot rewards card has how much for a point total\trewards_balance\ndo you know when my car was last looked at\tlast_maintenance\ncan i protect my credit score\timprove_credit_score\ncould you skip to the next song on this playlist\tnext_song\nwhat gas do i need to fill the car up with\tgas_type\nwhat's the carry on policy for delta\tcarry_on\ni need to know the the carry-on restrictions for american airlines\tcarry_on\nwho directs your labor\twho_do_you_work_for\nlet's hear the definition of iridium\tdefinition\nplease let me know what time it is\ttime\nhow can i change my oil in my car\toil_change_how\nhow do i set up direct deposit for my cefcu account\tdirect_deposit\nis there any consensun regarding lifes true meaning\tmeaning_of_life\ndon't let me forget to check the steak\treminder_update\nwhat's the credit limit on my discovery card\tcredit_limit\nis it safe to fly to russia\ttravel_alert\nput my workout playlist on\tplay_music\ncan i swap yogurt for sour cream\tingredient_substitution\nwhen is the next holiday, please\tnext_holiday\ni need to call my mom\tmake_call\nif soda isn't on my shopping list, go ahead and add it for me\tshopping_list_update\nhelp me out with changing this pin number\tpin_change\ni'd like to get some more checkbooks mailed to me, if i can\torder_checks\nspeak german\tchange_language\ni think my account is blocked\taccount_blocked\ncan you find me a good restaurant to try eating at\trestaurant_suggestion\nwhat is the exchange rate for canadian dollars to us dollars\texchange_rate\nfind me a flight out of la to chicago on march 3rd for under $500\tbook_flight\nhow long should i cook the asparagus for\tcook_time\nwhat's my apr on this card\tapr\nwhat's your designation\twhat_is_your_name\ncan you skip this song\tnext_song\nwhat day will i earn my payment from work\tpayday\ni must know the interest rate on my bank of america cd account\tinterest_rate\ni'm going to need to book an uber to universal studios\tuber\nwhat kid of subjects do you excel in\twhat_can_i_ask_you\nis it safe to go to north korea\ttravel_alert\nwhat is the extent of the pto i've taken\tpto_used\nwhat type of plug does the country use\tplug_type\ni'm sorry, i didn't understand what you said\trepeat\nspeak quiet as though you were in a church\twhisper_mode\ngive me vacation days remaining, please\tpto_balance\nmilk can stay in my fridge for how long\tfood_last\nhow long do noodles need to cook\tcook_time\nhow do i sign up for a new allstatedplan\tinsurance_change\ncall to mom\tmake_call\ncan you turn on the lights in the den\tsmart_home\ndrop some beats\tplay_music\nhow do i report that i lost my card\treport_lost_card\nhow many calories are in waffles\tcalories\ncan you check and see if my credit card application has been approved or not\tapplication_status\nwhat is the answer to the meaning of life\tmeaning_of_life\nwould it be ok if i have pepper and not salt\tingredient_substitution\ni want to utilize my credit card points\tredeem_rewards\ndo i need jumper cables for my dead car battery\tjump_start\ni cannot remember what my pin is for my bank of america checking account\tpin_change\ncan you tell me what the status of my last amazon order is\torder_status\nwhen's your birthday\thow_old_are_you\nwhy is my account locked\taccount_blocked\ntell me what my health plan is called\tinsurance\nhave a good day, bye\tgoodbye\nwhat you are doing is not actually helpful, please cancel the action\tcancel\nwhat's the current time in est\ttime\ncan i increase the credit limit on my target card\tcredit_limit_change\nhow much time does it take to boil an egg\tcook_time\nhas flight dl123 landed\tflight_status\nhow come starbucks declined my card when i tried to use it to pay\tcard_declined\nwhat is 10 to the 12th power\tcalculator\ni have to say goodbye\tgoodbye\nwhere is starbucks\tdirections\nplease tell me what the boarding time is for my plane\tflight_status\ncan i fly from atlanta to san francisco for less than 100 dollars\tbook_flight\nhow bad is traffic at 9:00 going to detroit\ttraffic\nwhat kind of pto do i have left\tpto_used\nlook up the rate of exchange between pesos and usd\texchange_rate\nwhat's the last transaction i made yesterday\ttransactions\nwhat name do you like to go by\twhat_is_your_name\nplease book me an uber and enter destination penn station, new york\tuber\nwhat day of the week are we on\tdate\ncan i please get some more checkbooks mailed to me\torder_checks\nhow many calories in meatloaf\tcalories\ndo you know the ingredients used in homemade chicken soup\tingredients_list\nwhat am i able to ask the ai\twhat_can_i_ask_you\nare there meetings schedules today between noon and one\tmeeting_schedule\nwhat's going on\tgreeting\nhow is my credit score\tcredit_score\ndo i need to protect myself with some shots for a trip to vietnam\tvaccines\ni'd like direct deposit to my chase bank account\tdirect_deposit\ni need to hold off on my account\tfreeze_account\nset a one hour timer\ttimer\ncan you tell me how much pto i've gone through\tpto_used\nwhat do i need to get to make lasagne\tingredients_list\nwhats it like to be programmed\twho_made_you\nroll a 6 sided die\troll_dice\nhow can i travel by bus to the grand canyon\tdirections\nmake an alarm for me\talarm\nwho or what association do you work for\twho_do_you_work_for\ni do not know where i am\tcurrent_location\ndo you know who you came from\twho_made_you\nhow do i apply do get myself a visa\tnew_card\nam i cleared to miss work for vacation\tpto_request_status\nhow do i make pumpkin pie\trecipe\nmy card is coming by mail how long will that take\treplacement_card_duration\nwhat is the song that's playing\twhat_song\ntell me where i can find my exterminator bill's due date\tbill_due\ni need some recommendations for fun tourist activities in washington, dc\ttravel_suggestion\nhow would i say i love you if i were german\ttranslate\nwhat's the best place for some thai in new york city\trestaurant_suggestion\nwhat are the reviews like for black bear dinner\trestaurant_reviews\nhow do you reference me\tuser_name\ni need a hotel booked in denver near the museum from friday to saturday\tbook_hotel\nnada\tno\nlet me know something funny\ttell_joke\nwhat's your country of origin\twhere_are_you_from\npull up some recommendations for places serving fish in maine\trestaurant_suggestion\nstart a phone call with kathy\tmake_call\nhow long does it take to make mashed potatoes\tcook_time\nfreeze my account for me\tfreeze_account\ndoes chili's take reservations\taccept_reservations\nis doing my laundry already on my todo list\ttodo_list\nlist me my recent transaction\ttransactions\ni want to hear anything you have that's funny\ttell_joke\nadd to my motivational playlist rap god\tupdate_playlist\ncan i cancel my reservations please\tcancel_reservation\nare you real or an ai\tare_you_a_bot\ncan you cancel what you were doing\tcancel\nplay the next song please if you would\tnext_song\nwhen will my vacation time be confirmed\tpto_request_status\ndo i have any meetings today between 9:30 and 10:30\tmeeting_schedule\nwhats my name saved under\tuser_name\nsuggest a few local eateries in mid price range\trestaurant_suggestion\ncan you explain to me how to rollover my 401k\trollover_401k\nhow soon should i get my tires changed\ttire_change\nwhat are the fees to use my card in nigeria\tinternational_fees\nwhere was the last place i had my phone\tfind_phone\nare there recommended vaccines to go there\tvaccines\nplease clear out my whole to do list\ttodo_list_update\nwhere do i go to look at my credit score\tcredit_score\nhow many canadian dollars can i get for 5 us dollars\texchange_rate\ncan you tell me the nutritional content of chicken nuggets\tnutrition_info\nwhen does the jerky expire\tfood_last\nis there a way to tell if you are real or an ai\tare_you_a_bot\ngoodnight\tgoodbye\nhow do i locate my routing number for tax reasons\trouting\nshould i change my tires\ttire_change\nhow much is my groceries and gas bill\tbill_balance\nmy check engine light is on and i need to take a look at it\tschedule_maintenance\ni would like to take a look at my transaction history\ttransactions\nturn the volume to 4\tchange_volume\nname the person or group that programmed you\twho_made_you\ni want you to book a reservation for 8 pm at red robin under the name kevin\trestaurant_reservation\nwhat's a nice place to visit a beautiful beach\ttravel_suggestion\ndisplay shopping list\tshopping_list\ni have no checks and need to order new checks\torder_checks\nmute\tcancel\nhow much did i spend on movies last week\tspending_history\nwhat is 543 times 344\tcalculator\nwill i be charged if i use my card in detroit\tinternational_fees\nwhat is meant by defense\tdefinition\nbook a flight from pensacola, fl to houston, tx on 17 february 2019 and returning on 7 march 2019\tbook_flight\ni need help paying my tuition bill\tpay_bill\nphone steven\tmake_call\nroll dice please\troll_dice\nlet me check my transaction on my citi card\ttransactions\ncan you check what fuel type to use with this car\tgas_type\nwhat is the current time, please\ttime\nwho do you call your boss\twho_do_you_work_for\nmy battery died in my car, how can i jump start a battery\tjump_start\ni need to know if boston restaurant has favorable reviews\trestaurant_reviews\ni need status on that vacation request\tpto_request_status\nwhat song is playing\twhat_song\ncan you tell me what kind of outlet plug there is over there\tplug_type\nhave miranda know about my current location\tshare_location\nplease tell my what insurance plan i registered for\tinsurance\nno that is not right\tno\nhow is the car's tire pressure\ttire_pressure\nwhat's the expiration for steak\tfood_last\nwhat's on my schedule for may 3\tcalendar\nwhen can you send me a replacement card\treplacement_card_duration\ncan i make a reservation at michael's\taccept_reservations\nwhat is the current time\ttime\nwhat do i need to do to get an american express card\tnew_card\nwhat are the review for mcdonald's\trestaurant_reviews\npull up the ratings for macaroni grill\trestaurant_reviews\ntell me how to apply for a new credit card\tnew_card\nhow do i know if you are a real person\tare_you_a_bot\ni need to to know how to report a lost card\treport_lost_card\ncancel my last request, i know the answer\tcancel\nwhat duration of time should i wait before i change my oil\toil_change_when\ni want to rent a car in boise from april 12-15\tcar_rental\ni need to go back on my factory settings\treset_settings\nare there any ubers available that fit 5 people we are going to wendys\tuber\ncan you look to see whether feeding the fish is on my to do list\ttodo_list\nplease pay my utility bill from my wells fargo checking account\tpay_bill\nwould you be willing to add bread to my shopping list if i haven't already\tshopping_list_update\noh sweet thanks\tthank_you\ncan i see my health benefits\tinsurance\nhow many years on the earth\thow_old_are_you\ncan i ask you all different types of questions\twhat_can_i_ask_you\nwhat's the time frame for hamburger stored in the freezer to go bad\tfood_last\ni need to throw some money into that other account\ttransfer\ntake work from my calendar for may 7th\tcalendar_update\nhow does one say thank you in spanish\ttranslate\nby bus, how long would it take to get to detroit\tdistance\nmake up a timer for me\ttimer\ncan i substitute honey for sugar\tingredient_substitution\nbook an uber for 6 people to go to the movies\tuber\nhow low should the tread be on my tires to replace them i bought new tires four years ago\ttire_change\nturn lights on in my bedroom\tsmart_home\nwhat do i have planned on 3/15\tcalendar\nmuch obliged\tthank_you\nwhat have my expenditures been at macys\tspending_history\nyou work for who\twho_do_you_work_for\nwill i have to wait a long time to receive my new credit card after i lost my old one\treplacement_card_duration\ncleaning needs to go on my list of things to do\ttodo_list_update\ni can't find my student id card and i want to report it as lost\treport_lost_card\nis it possible to talk to you in mandarin\tchange_language\ni would like to know the next holiday\tnext_holiday\ni am going to asia in a bit, i should tell the bank\ttravel_notification\nstop whisper mode\twhisper_mode\nincrease the volume level to 4\tchange_volume\ncan you tell me how to make a vacation request\tpto_request\ni'd like to know the apr on my visa card\tapr\ndo i have enough in my chase account for new nikes\tbalance\ncan you show me how to get more checkbooks by mail\torder_checks\ndelete the hair appointment i had scheduled on may 1st pleae\tcalendar_update\ni'm out of all my checks can i get some new ones\torder_checks\nhow much is my water bill\tbill_due\nare there instructions on how to make buttermilk pancakes\trecipe\ni haven't heard if my application for a credit card has been accepted or not can you check on it for me\tapplication_status\nfind me a roundtrip flight from dallas to los angeles from march 2 to march 10\tbook_flight\ntell me the calorie content of an apple\tcalories\ntell me what to do to change the oil in a subaru\toil_change_how\ni need to know why my bank account is blocking all of activity\taccount_blocked\nhow much money am i making\tincome\ni need step by step instructions on how to change the oil in my car\toil_change_how\nstop and go back\tcancel\ni want to pay my house bill\tpay_bill\ntell me the status of my credit card application\tapplication_status\nplease roll twelve sided dice\troll_dice\ntell me when my credit card from visa expires please\texpiration_date\nhow's my gasoline how much do i have left\tgas\ncan you find out if my vacation time off request has been approved or not\tpto_request_status\nif i want to direct deposit my check into my nations bank account how do i do that\tdirect_deposit\na table for two needs to be reserved for 7:00pm at olive garden using the name michael\trestaurant_reservation\nhow long would the wait at the restaurant be\thow_busy\nwhat do you enjoy doing while not working\twhat_are_your_hobbies\nwhat's the name that you have for me, please\tuser_name\nwhat's your hometown\twhere_are_you_from\ni want you to let me know what names you have for me\tuser_name\n\"let's try and confirm my reservation for bubble bar under \"\"franklin\"\tconfirm_reservation\nhow would they say say goodbye in hawaii\ttranslate\ni'd like you to remove throw away dvds off my todo list\ttodo_list_update\nreturn to default settings\treset_settings\nsearch for carry on rules for flights on delta airlines\tcarry_on\ni wanna know what is currently on my calendar for friday the 1st\tcalendar\nplease list ingredients for broccoli cheddar soup\tingredients_list\ndid they approve my day off request\tpto_request_status\nfreeze my bank account\tfreeze_account\nwhat funny joke do you know\ttell_joke\nconnect with my phone please\tsync_device\nwhat is my pnc account routing number\trouting\nhow many different pets do you have\tdo_you_have_pets\nso how can i hurt my credit score\timprove_credit_score\ncash in my credit card points\tredeem_rewards\nhow many calories are in a taco\tcalories\nwhat do my visa points look like\trewards_balance\nwhat's the current date\tdate\nschedule an uber to pick me up at home in an hour\tuber\ntext chris and ask what time he will be home\ttext\ni spent a lot on vacations recently\tspending_history\ni have to schedule somewhere get my tires checked out\tschedule_maintenance\ncan you put in a pto request for me from march 1-7\tpto_request\ncould you say that again\trepeat\ni don't have an answer for that\tmaybe\nwhat's 3 plus 3\tcalculator\nspell potato\tspelling\nwhen was i paid the last time\tpayday\nplease, can you set the timer for me\ttimer\ni want to hear my name\tuser_name\ni'd like my checks to be deposited into my account directly, how do i do that\tdirect_deposit\non my to do list, add cleaning\ttodo_list_update\nplease find the current balance on my con edison bill\tbill_balance\ni would like to check my rewards for my debit card\trewards_balance\nhow to i change the policy on my insurace\tinsurance_change\ndoes russia have any travel alerts i should be aware of\ttravel_alert\nwhat's the due date for the renting bill\tbill_due\ni want you to your volume\tchange_volume\ncan someone take a look at my car because the check engine light is on\tschedule_maintenance\nwhat's the timezone now in hiram\ttimezone\nplease find me a hotel room for 4 people from monday to wednesday in lakewood\tbook_hotel\nwhat type of insurance plan am i enrolled in, please\tinsurance\nwhat is your explanation for the meaning of life\tmeaning_of_life\nhow do i make beef stroganoff\trecipe\ncancel the reservation for joe and i right now for the zephers reservation we had booked\tcancel_reservation\nplease set up a reminder i need to remember to ask about work\treminder_update\ni don't need my reservation, cancel it\tcancel_reservation\nlet's speak in mandarin instead of english\tchange_language\nput the garage lights on\tsmart_home\nwhat's my map location\tcurrent_location\nwhich insurance plan do i have\tinsurance\nis it possible to rent a car from new york on 3/2/19 to 3/5/19\tcar_rental\nwhat is the timezone for la\ttimezone\nhow long should i cook a steak for\tcook_time\nlet me know where i'm located\tcurrent_location\ntell me how old you are\thow_old_are_you\nwhat is the apr for the credit card\tapr\ni saw a fraudulent transaction\treport_fraud\ngive me the routing number of my checking account at my main bank, first commerce\trouting\nwhat is the date that my visa card expires\texpiration_date\nmy day offs history\tpto_used\nset the volume to 4 now\tchange_volume\nthere is no juice in my battery please help\tjump_start\ncan you suggest a few credit cards that have good rewards points\tnew_card\ncan you order an iphone7 for me with two-day free delivery\torder\nis vacuuming on my list of things to do\ttodo_list\ni need help getting a w-2\tw2\nwhat do i need in order to change my oil\toil_change_how\ni need instructions on how to change my car's oil and what type i should buy\toil_change_how\ndo i have a lot of gas left\tgas\ni need a flight on delta from los angeles to seattle\tbook_flight\nhow much it the credit limit on my visa card\tcredit_limit\nhow would one say cruiser in china\ttranslate\ncould you play the next song on this playlist, please\tnext_song\nwhat are the last ten transactions i've made\ttransactions\nwhen can i expect my next day off\tnext_holiday\ncan you show me how to change the oil for my car\toil_change_how\nsubstitute for milk in pancakes\tingredient_substitution\ncould you tell me today's date\tdate\ntell my bank i need new checks\torder_checks\nshare my location wtih amanda now\tshare_location\ndo i have to pay international transaction fees when i use my chase card\tinternational_fees\nhello there\tgreeting\nhave you seen my cellphone\tfind_phone\nwhat is the lowest amount i can pay for my insurance bill\tmin_payment\n\"connect this song to my playlist \"\"kids\"\tupdate_playlist\nis it alright to switch applesauce for oil\tingredient_substitution\ni need you to flip a coin\tflip_coin\ni am looking for good southeast asian restaurants in philadelphia\trestaurant_suggestion\nhow does this do on gas mileage\tmpg\nis my order on its way or what's going on\torder_status\ngood bye my friend\tgoodbye\nwhat's the routing number for my savings account\trouting\nhow long until i my card expires\texpiration_date\ni was buying qtips today at walmart and my card got declined\tcard_declined\nwhen was my oil last changed\tlast_maintenance\ni want to see transactions from this month\ttransactions\nturn on the tv on channel 6\tsmart_home\ntell me where my gas tank is\tgas\nhow do i submit an application for a discover card\tnew_card\nwhat do you answer to\twhat_is_your_name\nconfirm my johnny rockets reservation for this evening\tconfirm_reservation\nhow high of a credit limit do i have on my amex card\tcredit_limit\nfor my visa what's my reward balance\trewards_balance\nwhat time will my flight be boarding\tflight_status\nwhen is my electric bill due by\tbill_due\nwhat is the apr on my discover card\tapr\ndo i need to get a visa for russia\tinternational_visa\ncan you send a text to my mother irene and tell her i love her\ttext\ncan you show me how to set up direct deposit for my paycheck to my first hawaiian bank account\tdirect_deposit\nso to go to brooklyn, it would take me how long again\tdistance\ndoes spago in beverly hills allow customers to make reservations\taccept_reservations\nis an international visa needed for canada\tinternational_visa\nthrow the dice!\troll_dice\nhow can i find my phone\tfind_phone\ncan i get more credit\tcredit_limit_change\ni can't make up my mind\tmaybe\nwhat amount do i have to pay in taxes\ttaxes\nhelp me to understand the conversion between tablespoons and teaspoons\tmeasurement_conversion\nwhat's the best way to pay my bill\tpay_bill\nmy phone was too close to my card and demagnetized it, how can i report this\tdamaged_card\nso how busy is the outback steakhouse at 5 pm\thow_busy\ndid i put bread on my shopping list\tshopping_list\nare there any flights out of la to chicago on march 3rd for under $500\tbook_flight\ni need you to make a reminder for me to give the cat her flea medicine\treminder_update\ni need to call my boss\tmake_call\ncan you get me a table for 4 at red lobster at 8pm\trestaurant_reservation\ncan i freeze my bank account\tfreeze_account\ni am wanting to know the carry-on restrictions for united airlines\tcarry_on\nwhen did i last take my car in for maintenance\tlast_maintenance\nhow much money will i get or owe on my federal tax return\ttaxes\ni want to switch to a new insurance plan\tinsurance_change\ni need an uber to take me to the mall\tuber\nhow many times does 8 go into 2000\tcalculator\ni need my account frozen!\tfreeze_account\nwhat place are you from\twhere_are_you_from\ni wanna know five dollars in yen and rubles\texchange_rate\nis my order already here\torder_status\nwhat do i do for new insurance\tinsurance_change\nplease tell me your age\thow_old_are_you\nwhat does alternative mean\tdefinition\nwhat benefits are provided by my insurance\tinsurance\nhow long is the validity of my credit card\texpiration_date\nmake a transfer between accounts\ttransfer\ndoes pho king in ceres take reservations\taccept_reservations\nhas my credit card application been approved yet\tapplication_status\nwhen do i need to pay the water bil\tbill_due\nwalk me through the process of reporting a lost card\treport_lost_card\nvolume set to 4\tchange_volume\ni wanna know the carry-on rules for the flight i have\tcarry_on\ninform me of my credit score\tcredit_score\ndon't continue with what you're doing\tcancel\ncalender says tomorrow is\tdate\nwhere do i go to find my routing number for southpoint\trouting\nhow are my tires\ttire_pressure\nwhat area did you grow up in\twhere_are_you_from\ngod's plan will be my new song added to new playlist\tupdate_playlist\nplease turn on factory settings\treset_settings\ndo i have any personal days left\tpto_balance\nif going to lake placid, ny, how long would it be by bus\tdistance\ni would like to report my american express card stolen\treport_lost_card\nwould you play my maroon 5 playlist\tplay_music\nwhat's the temperature like in tampa\tweather\nwhat ingredients do i need to make pancakes\tingredients_list\nwhat is the carry-on policy for flights on southwest\tcarry_on\nwhat's the number of day's i've taken off\tpto_used\ncan you link up with my phone\tsync_device\ntell me the plug type that is used in scotland\tplug_type\nplease use male voice\tchange_accent\nfind the meaning of qat\tdefinition\ncancel my reservation for 5 at the loft\tcancel_reservation\ni'd love to hear when you were born\thow_old_are_you\nhelp me set a reminder to work out\treminder_update\ni need to find out the rewards points i have left on my american express card\trewards_balance\nread off to me the last five transactions i've made\ttransactions\nhow many times can 3 be divided into 1253\tcalculator\nyou're right\tyes\ni want to hear my to do list read out loud\ttodo_list\nroll them bones!\troll_dice\nthere's a false charge on my account from mcdonald's\treport_fraud\nchange to the female voice\tchange_accent\ndo i have many health benefits\tinsurance\nadvise me of my income\tincome\nhow many transactions do i have on flower shops from last wednesday between 2pm and 7pm\ttransactions\nwhat do you do in your free time\twhat_are_your_hobbies\nwhat oil do i need and how is it changed\toil_change_how\nrevert back to your factory settings, please\treset_settings\ni gotta schedule some car maintenance\tschedule_maintenance\nthat is right\tyes\ntell me about this car's highway mpg\tmpg\ni'm due for an oil change and need assistance doing it and also need to know what kind of oil the car takes\toil_change_how\nhow long ago did my car get looked at\tlast_maintenance\nunsync yourself from my device\tsync_device\nwhats euros kroner in 25\texchange_rate\nwhat are the possible reasons behind frozen bank account\taccount_blocked\nmy car battery died, what should i do\tjump_start\ntell me my hsbc card credit limit\tcredit_limit\npay my internet bill with my discover account\tpay_bill\nhow long does it take you to mail me a new card\treplacement_card_duration\ntell me how many much fat is in the hamburger\tnutrition_info\ni need to know my health benefits\tinsurance\ni want the male voice\tchange_accent\ncan you tell me how old the ai is\thow_old_are_you\nwhere were you put together\twhere_are_you_from\ncall off the dinner reservation\tcancel_reservation\non my to do list, add exercising\ttodo_list_update\nmay i know who made you\twho_made_you\nsend over a hundred dollars from huntington into saving\ttransfer\ndo you know the timezone for dublin\ttimezone\nhow long does it take to get to spago's in los angeles\tdistance\nplease play even flow by pearl jam\tplay_music\ni really need to set a timer\ttimer\ncan you assist me with reporting that the atm nicked my card\tdamaged_card\ni want to cancel the reservation for mercury at the ritz\tcancel_reservation\ni'd like to hear a fun fact about the nfl\tfun_fact\ni need you to send a text\ttext\nwould you know where to find my phone\tfind_phone\ni want to change your name to shelby\tchange_ai_name\nset a 2 minute timer\ttimer\nhow do you spell guerrilla\tspelling\nthat isn't right\tno\nwhat's your date of birth\thow_old_are_you\nhow long will a new card take to reach me\treplacement_card_duration\nwhen is the expiration date for my visa card\texpiration_date\nyou must change your language setting to russian\tchange_language\nwhen is the date of expiration for my first bank card\texpiration_date\nwill i be charged if i use my card in canada\tinternational_fees\nwhat's a simple chinese recipe for dinner\tmeal_suggestion\nwhat's your nationality\twhere_are_you_from\nhi there, how are you doing\tgreeting\ncould you put broken by evanescense to my playlist\tupdate_playlist\nhelp me modify my insurance policy\tinsurance_change\ni need to let my bank know i am traveling to new york\ttravel_notification\nreserve a table for 3 at andrea's steakhouse around 5pm under the name wheeler\trestaurant_reservation\nsend a text to lisa and ask her to call me when she gets home\ttext\nwhat date was my oil last changed\tlast_maintenance\nhow long is it to ann arbor by bus\tdistance\nis there traffic on route to work\ttraffic\nis it possible to add grapes to my shopping list if they aren't on there already\tshopping_list_update\nplace a hold on my chase money market market account at once\tfreeze_account\nplace a call to father callahan\tmake_call\ni need help making a pto request for march 3-10\tpto_request\ni need an alarm to go off at 6 am\talarm\nchange the response language to french please\tchange_language\ni'm curious what health plan i'm on\tinsurance\ndo you know my phone's location\tfind_phone\ntell me what ingredients i need for carne asada\tingredients_list\nwould you please cancel the reservations for dinner\tcancel_reservation\nare there any meetings on the calendar for today\tmeeting_schedule\nwas my order delivered\torder_status\nwhat kind of gas should i use for this car\tgas_type\ncheck travel alerts for kenya\ttravel_alert\ntell me what's on my reminders list please\treminder\nwhat kind of activities do you enjoy\twhat_are_your_hobbies\ndo you have friendly or unfriendly pets\tdo_you_have_pets\ncould you tell me my interest rate\tinterest_rate\nwhat is the month that my card is set to expire in\texpiration_date\ntime zone in france\ttimezone\nsteve needs to know my location\tshare_location\nswitch voice option to female\tchange_accent\nwhat does serendipity mean\tdefinition\ncan you find out the waiting times for mr joes pizza\thow_busy\nwill it be ok to sub turkey for beef\tingredient_substitution\nrestore your factory settings, please\treset_settings\ncan i substitute eggs for milk in a recipe\tingredient_substitution\nmy card has become too frayed and torn to use\tdamaged_card\ni'd like to know what's on the shopping list\tshopping_list\nhow to make mac and cheese\trecipe\ndo i have a meeting with paul today\tmeeting_schedule\nget my income amount for me\tincome\nplease put wash the dog on my list of things to do\ttodo_list_update\ni want help adjusting my insurance policy\tinsurance_change\ntell me how to locate the interest rate for my jonah account\tinterest_rate\nwhat gas does the car use\tgas_type\ncan i increase thencrdeit limit for my chase visa card\tcredit_limit_change\nwhat do i owe for my utilities bill\tbill_balance\nwhere do i rent a car in las vegas from november 16th to december 16th\tcar_rental\nhow long can i keep milk in the fridge\tfood_last\ni used the last check so i want you to help me order more\torder_checks\ngive me trivia about bats\tfun_fact\nwhat is the time, please\ttime\nwhat do you know about lifes meaning\tmeaning_of_life\nare the items on my todo list listed alphabetically\ttodo_list\ni must know how many points have i earned with my credit card\trewards_balance\ni need some help finding my phone\tfind_phone\ncan you repeat yourself\trepeat\ncall erryn\tmake_call\ni'm thinking someone may have used my card in a fraudulent way\treport_fraud\ntell me how busy macaroni grill will be around 8 pm\thow_busy\nwhat kind of credit score do i have\tcredit_score\nwhat's the chance of rain on friday\tweather\npay my electric bill from my park bank account\tpay_bill\nhow do i go about changing my insurance to a new low monthly premium plan\tinsurance_change\nhave i recently had an oil change\tlast_maintenance\nhow can i thank somebody in italian\ttranslate\nhow is the traffic on the way to work\ttraffic\ncan you set the alarm for noon\talarm\nare there any current travel alerts for brazil\ttravel_alert\ni am looking for a vegan friendly italian pasta recipe\trecipe\ndo i need to change my oil\toil_change_when\nsend davis a text i'll be there in a few\ttext\ncould you tell me when you were born\thow_old_are_you\nshare my gps coordinates with jim\tshare_location\ncan you order some more eggs for me since i just ran out\torder\ndon't forget to set an alarm for noon\talarm\nreminders of my list is what\treminder\nwhat fees are charged if i use something in paris\tinternational_fees\nslow down\tchange_speed\nfix my language to spanish\tchange_language\ncan i get a higher credit limit on my amex card\tcredit_limit_change\ncan you please instruct me on the proper way to change the oil in my car\toil_change_how\nwhere can i look to learn to make sushi\trecipe\ngive me the conversion between ounces and cups\tmeasurement_conversion\ni would like to change the pin on my savings account, please\tpin_change\nwhat is on my calendar next sunday\tcalendar\nwhen should i get new tires i last replaced them four years ago\ttire_change\nwhat did you add to my playlist - broken by evanescence\tupdate_playlist\nmy car needs an appointment for an oil change\tschedule_maintenance\ntell me the date, please\tdate\nhow many centimeters are in 12 meters\tmeasurement_conversion\nmake delta reservation from madison to atlanta\tbook_flight\nwhat are the manufacturers guidance on oil changes\toil_change_when\nnot really\tno\nuse my credit card points\tredeem_rewards\nwhat are you programmed to do for me\twhat_can_i_ask_you\nare there international transaction fees for using my chase card\tinternational_fees\nwhat events are on my calendar for april 1st\tcalendar\nmy capital one account has a hold; why\taccount_blocked\ncan you help me find my package\torder_status\ncan you add up how much time i've taken off so far\tpto_used\ni need to make a vacation request; how\tpto_request\nhow are things for you\tgreeting\nwhen should i change my tires\ttire_change\ntell me how to apply for a visa card\tnew_card\ni'd like you to purchase me canned soup\torder\nreally dont know\tmaybe\nwhat are the travel alerts for the us\ttravel_alert\nwhere would i find my luggage\tlost_luggage\nwould you mind telling me the time\ttime\nestablish a connection to my phone\tsync_device\ncan i make it to los angeles with this fuel level\tgas\nplease inform me what is showing on my calendar for the 17th of march\tcalendar\nhow long is the wait at chipotle right now\thow_busy\ni'd like a new alarm set for 6am\talarm\nwhat's the weather today\tweather\ndo i need an international visa to go to canada\tinternational_visa\nplease play my list of reminders\treminder\nwhat time does my flight board\tflight_status\nare there certain types of questions i can ask you\twhat_can_i_ask_you\nwhat is my citigroup card's rewards balance\trewards_balance\nwhat is 5 x 4\tcalculator\ni need you to find me a recipe for fried shrimp\trecipe\ni would like the interest rate for my savings account\tinterest_rate\ncan i see my transactions on the 7th\ttransactions\nplease list my meetings for today from 8:00 am to 2:00 pm\tmeeting_schedule\nwhat date will my replacement card get mailed\treplacement_card_duration\nhelp me freeze my bank account, please\tfreeze_account\nwhich company can i credit your design to\twho_made_you\nthat's a possibility\tmaybe\nplease erase everything on my to do list\ttodo_list_update\nhow much fuel do i need to get to buffalo\tgas\ncan you add a trip to the post office to my to do list, please\ttodo_list_update\ni wanna book a place to stay in phoenix from the 5th to the 9th of march\tbook_hotel\ncool song, what is it\twhat_song\ncan you repeat that\trepeat\nplease call felicity\tmake_call\nthere has been unauthorized use of my visa\treport_fraud\nwhat is the air pressure of my car tires\ttire_pressure\nhow many dollars can i get for 20 yen\texchange_rate\nconfirm my reservation for red robin at 8\tconfirm_reservation\nwhat's my phone's location\tfind_phone\ntell me the full name of my health plan\tinsurance\ncan you tell me the remaining time i have for pto\tpto_balance\ni am needing to know when you were born\thow_old_are_you\nhave i been spending a lot on groceries lately\tspending_history\ntell me what type of gas this car uses\tgas_type\nuse a new accent\tchange_accent\nmy discover card has been stolen\treport_lost_card\nwhat items did i want to remember\treminder\ncan you let me know the next open slot for me to get my oil changed\tschedule_maintenance\ni lost my card, what do i do next\treport_lost_card\nis there a way to order checkbooks for a chase account\torder_checks\ntell me the expiration date on my visa credit card please\texpiration_date\nfun facts about tigers\tfun_fact\nwhat's your age again\thow_old_are_you\ni want to know if the new york restaurant takes reservations\taccept_reservations\nwhat's the calorie count for tuna casserole\tcalories\ntell me what company programmed you\twho_made_you\ndo i have enough fuel to make it to the theater\tgas\nwhisper mode off\twhisper_mode\nhow would i be able to check my kohls rewards card\trewards_balance\nwhat should i do about losing my luggage\tlost_luggage\nget me flight from philly to atlanta on june 5th i'm coming back june 8th\tbook_flight\ncan i replace a stolen card soon\treplacement_card_duration\nhow soon does it take a card new card to get mailed to me\treplacement_card_duration\nwho was your inventor\twho_made_you\nis there traffic on my work route\ttraffic\nhow many calories in gum\tcalories\ntell me my credit card's annual percentage rate\tapr\nmy answer to your question is yes\tyes\nwhat is my hourly rate\tincome\nneed some good dinner ideas\tmeal_suggestion\nso it turns out i can't remember what my pin is for my bank of america checking account\tpin_change\ncan you tell me the meaning of life, please\tmeaning_of_life\nwhat is the wait time at applebee's\thow_busy\ncan you book a table at the restaurant for me and my husband\trestaurant_reservation\ntransfer funds to the other account\ttransfer\ncan you confirm my reservation for donnobys at 5:00\tconfirm_reservation\ni wanna know why my card was declined\tcard_declined\ncan i make reservations at grub burger\taccept_reservations\ni can not use my card, it is damaged\tdamaged_card\nwhat is the projected time frame for the flight to land\tflight_status\nis my day open for march 4th 2019\tcalendar\nis it after noon\ttime\nwhat is my credit limit looking like\tcredit_limit\nin paris, get me a hotel room for 4 people from march 1st to 3rd\tbook_hotel\ni'd like to know how you are doing\tgreeting\ndelete dentist from my calendar\tcalendar_update\nwhat interest rate am i getting from chase\tinterest_rate\ntell me where to go since i want to eat out tonight\trestaurant_suggestion\nchange your accent now\tchange_accent\ni don't understand why i have been barred from accessing my own account\taccount_blocked\nwhat's the forecast for the day\tweather\ntell me the expiration date for my visa card\texpiration_date\nwhen i go to cuba will there be a transaction fee for using my discover card\tinternational_fees\nhow would you define my health benefits\tinsurance\ndid i remember to put eggs on my shopping list\tshopping_list\ni wanna know the gad i need to fill this car up with\tgas_type\nnext song on the list, please\tnext_song\ntell me how many p's are in apple\tspelling\ncan you tell me where you were created\twhere_are_you_from\ni am thinking of going to brazil and was wondering if that is hazardous\ttravel_alert\nsecure us a meeting room for 9am on friday\tschedule_meeting\nwhat was the date when i last go paid\tpayday\nwhats the traffic for the drive to the nearest restaurant\ttraffic\ngoodbye!\tgoodbye\nwhat should i use when i refer to you\twhat_is_your_name\nway to change car oil\toil_change_how\nhow long before i need an oil change\toil_change_when\ncan i do a reservation at sammy's crab shack\taccept_reservations\nsend fifty dollars from me to carrie\ttransfer\nwhat ingredients do you need to make lasagna\tingredients_list\ngo ahead and roll the dice\troll_dice\ncan you make a reservation for me at the restaurant\trestaurant_reservation\nfind me a mechanic\tschedule_maintenance\nset a reminder to buy bread\treminder_update\ncan i use my credit card points for gas\tredeem_rewards\ncan you give the nutritional information for the pasta\tnutrition_info\ncan you give me a meal suggestion for swedish cuisine\tmeal_suggestion\nwhat is the timezone for quito\ttimezone\ndo i have enough gas to take me home\tgas\nshow me where my order is\torder_status\ni need to switch accounts\tchange_accent\ndo you know how i can change my insurance policy\tinsurance_change\nhow old are you siri\thow_old_are_you\nwhat time is my plane supposed to arrive\tflight_status\nare you a human or a bot\tare_you_a_bot\ndoes bj's take reservations\taccept_reservations\nlet's do a personal pto request for the dates may 12th to may 15th\tpto_request\nwhat is the minimum amount i can pay on my gas bill\tmin_payment\nconnect to my phone for me\tsync_device\ni really need you to find me a hotel with good reviews in phoenix\tbook_hotel\nwhat's my discover credit limit\tcredit_limit\nis socket converter required in france\tplug_type\nwill you respond to adam instead of the current name\tchange_ai_name\ni misplaced my visa and need it marked as lost\treport_lost_card\ni'll talk to you later ai\tgoodbye\ncan you share my credit score with me\tcredit_score\nare you well\tgreeting\ndid my vacation get approval\tpto_request_status\nare my tires due to be changed soon\ttire_change\ndo you know the price for my taxes in income\ttaxes\nwill doing this hurt my credit score\timprove_credit_score\nwhat is the apr for my credit card\tapr\nwhat is 13 times 45\tcalculator\nhow long will it take me to drive to the park in west county\tdistance\nadd a doctor's appointment to my calendar for friday\tcalendar_update\nwhat would you say is the best meal to have for dinner\tmeal_suggestion\nwho is available to check why my check engine light is on\tschedule_maintenance\nhow expensive is my internet\tbill_balance\nwhat is showing on my calendar for the 17th of march\tcalendar\nwhen ought i get my tires changed next\ttire_change\nwould you give me available flights out of dallas to miami on june 8 for under $340\tbook_flight\nwhat ingredients are in sugar cookies\tingredients_list\nwhere is the closest chevron gas station in columbus, ohio\tdirections\nhow many vacation days do i have for the year\tpto_balance\nwhat does my credit card charge for their annual percentage rate\tapr\ncancel my reservation for dinner tonight\tcancel_reservation\nhow long since my car was in the shop\tlast_maintenance\nwhere is my current location\tcurrent_location\nset temperature to 75\tsmart_home\nwhat kind of insurance plan am i in\tinsurance\nwhat might i need to do to direct deposit my paycheck\tdirect_deposit\nlet me know my vacation time\tpto_balance\nhow you are\tgreeting\nhow do you get your visa card rewards\tredeem_rewards\nset an alarm for 9pm please\talarm\ntell me something interesting about new york state\tfun_fact\nhow do you convert pounds to kilograms\tmeasurement_conversion\nhow long should i cook chicken thighs\tcook_time\nplease transfer $x from checking to saving\ttransfer\ni want to know when i was last paid\tpayday\nwhat is the updated points that i earned with synovus card\trewards_balance\nwhat's the expected time to have a stolen credit card replaced\treplacement_card_duration\ntake toilet paper off my shopping list\tshopping_list_update\nare you human or a bot\tare_you_a_bot\ni am currently located in what town\tcurrent_location\nmay you repeat what you said again\trepeat\ni need my phone, but can't find it\tfind_phone\nfind a recipe for hamburgers\trecipe\nsiri, call jacob\tmake_call\nwere you born in a hospital\twhere_are_you_from\nwhy would i have been locked out of my own account\taccount_blocked\nwhat is my apr\tapr\nwhat's restricted in my carry-on with united\tcarry_on\nwhich company made you\twho_made_you\nfriday needs to be clear on my calendar\tcalendar_update\ntell me how to spell the word dessert\tspelling\nwhat's the weather like\tweather\nup until now, what place was your home base\twhere_are_you_from\nwhat amount of miles are in a hundred kilometers\tmeasurement_conversion\nwill there be traffic on the way to walmart\ttraffic\nhow long would it take to get to mcdonald's in houston\tdistance\nguide me to a laundromat near me\tdirections\nmy card got scratched badly, can you tell my bank to send a replacement\tdamaged_card\nwhat date do i get paid\tpayday\norder status\torder_status\ncan you tell me the current time\ttime\ni don't know the anwser\tmaybe\nif im traveling to the hospital around noon what is the traffic typically like\ttraffic\ncan i book a meeting room from 2:00 pm to 3:00 pm\tschedule_meeting\nwhat would you like to call me\tuser_name\nwhat name do you have saved for me\tuser_name\nplease reset to factory settings\treset_settings\ni need to switch back to my factory settings\treset_settings\nplease tell me if my vacation has been approved or not\tpto_request_status\nhey, how do i call your attention\twhat_is_your_name\ngo to whisper mode until this movie is over\twhisper_mode\nwhen is babysitting on my to do list\ttodo_list\ndo i need a travel visa to visit canada\tinternational_visa\ntell me if the new york restaurant takes reservations\taccept_reservations\nfor flight dl123 what's the status\tflight_status\ncan i increase the credit limit for my visa platinum card\tcredit_limit_change\nwhat is the current status of my credit card application\tapplication_status\ni dont need whisper mode on any more\twhisper_mode\nskip to the next song please\tnext_song\nmartins needs a table for 5 people at tropicana at 8pm precisely\trestaurant_reservation\nis it going to be sunny today\tweather\nwhat is 56 dollars in yen\texchange_rate\nwhat is needed you to cook apple pie\trecipe\ncan you help me booked a car in london\tcar_rental\ncan you play the rock playlist\tplay_music\nis it possible to make reservations in advance for macaroni grill\taccept_reservations\nhow do i get to the statue of liberty on foot\tdirections\noranges expire in how long\tfood_last\ni have how many vacation days left\tpto_balance\norder more bread please\torder\n\"can you spell \"\"fragile\"\" for me\"\tspelling\nwhat do i need to gas up this car\tgas_type\ngive me all contents of my shopping list\tshopping_list\nhow many vacation days have i used up\tpto_used\ni need to freeze my bank account\tfreeze_account\ngood answer, thanks for providing it\tthank_you\nhow many weeks of vacation time have i earned\tpto_balance\nif i travel abroad, do i need vaccinations\tvaccines\nwhat does chase pay in interest per year\tinterest_rate\ni want the events on my calendar for march 20th, 2019 to be cleared\tcalendar_update\nhow is the steamed fish at harbor village\trestaurant_reviews\ni need to delete tomatoes from my shopping list and add onions instead\tshopping_list_update\nmake a quarterly payment on my life insurance premium\tpay_bill\ncan i begin calling you dave\tchange_ai_name\ntell me nutritional info for brocoli\tnutrition_info\nhow do i alter my insurance policy\tinsurance_change\nlet coach know where i am\tshare_location\nstop working on it, i need something else\tcancel\nis my meeting with frank on my list of reminders\treminder\nwho else commands you\twho_do_you_work_for\ncan you please request pto for march 2 and 3\tpto_request\nmake sure my reservation is happening for john at olive garden\tconfirm_reservation\ncall my best friend\tmake_call\nreserve a table for 6 at morton's under the name jaime at 8:30pm\trestaurant_reservation\nwhat's the cheapest fares from lax to sfo for round trip flights leaving april 1st and returning april 7th\tbook_flight\ndo i have enough money in my chime bank account to take ashley to the movies tuesday\tbalance\nyou need to set alarm for me\talarm\ni would like to know my car's tire pressure please\ttire_pressure\nplease cancel my reservation for tim at jb's\tcancel_reservation\nroll the dice for me\troll_dice\nmight you have any hobbies\twhat_are_your_hobbies\ncatch you later\tgoodbye\nhow do i ascertain when my next insurance payment will be\tbill_due\ncan you tell me the number of pto days i have left\tpto_balance\n\"what's the right way to spell \"\"emolument\"\tspelling\nwhat meetings are on my schedule today between 1:00 pm and 4:00 pm\tmeeting_schedule\ntell me the weather\tweather\ndid i take my car to the mechanics recently\tlast_maintenance\ni am very confused about the block that seems to have been placed on my account why is it there\taccount_blocked\nuse one of your male voices\tchange_accent\nhow much can i max out on my visa\tcredit_limit\ncan you increase how much i can spend on my visa\tcredit_limit_change\nhow many grams are in 9 kilograms\tmeasurement_conversion\nwhat is the protocol for getting new insurance\tinsurance_change\nconfirm that buy a light bulb is on my list of reminders\treminder\ni wanna add this song to my rock playlist\tupdate_playlist\ncan you switch off\tcancel\nwhat month does my card stop working\texpiration_date\nhow to spell: dessert\tspelling\nfrom now, your new name will be lord vader\tchange_ai_name\nwhy was my credit card not accepted\tcard_declined\nplease tell me what my bank routing number is\trouting\nwhat was wrong with my card yesterday\tcard_declined\nwhat are the steps to take to report a lost card\treport_lost_card\nwhat date do i have to pay the phone bill on\tbill_due\ndon't you work for someone else\twho_do_you_work_for\ntake out of my checking 400 dollars and put it into my emergency savings account\ttransfer\ni would like a timer set\ttimer\ncan you help locate my phone\tfind_phone\nwhen is my car due for an oil change and lube\toil_change_when\ndo you remember my last oil change\tlast_maintenance\ni need an uber ride to come and pick me up now at work\tuber\nhow long can you keep chicken in the freeze before it goes bad\tfood_last\nwho tracks my credit score\tcredit_score\ntell me something funny about people\ttell_joke\ncan you tell me how busy chipotle will be at nine tonight\thow_busy\nlet me know the wait on a replacement credit card\treplacement_card_duration\nso how is everything\tgreeting\nwill you please tell me my to do list\ttodo_list\ni need to know if sorting the mail is on my to do list\ttodo_list\ndo i overspend when it comes to fast food\tspending_history\nhow do i report fraud on my discover card\treport_fraud\nusd to yen is what right now\texchange_rate\ni am needing to get a flight out of el paso to dallas on march 10 for under $300\tbook_flight\n\"how do they say \"\"who is your father\"\" in german\"\ttranslate\nhow do you say my name\tuser_name\ni want you to connect using my phone\tsync_device\ni'm not sure if watermelon is on my shopping list, but if it isn't can you put it on there\tshopping_list_update\nwhat are you feeling today\tgreeting\ngive a text to my cousin linda that says happy birthday\ttext\nwhat is my salary\tincome\nwhat is it is all relative mean\tdefinition\nread some of the reviews for wing stop\trestaurant_reviews\nwhat is the credit card apr at the moment\tapr\ncheck how busy cheesecake factory is\thow_busy\nhow much gas do i have left\tgas\ni want to know the name that was given by the person who made you\twhat_is_your_name\ni want to find out if this will hurt my credit\timprove_credit_score\ncan i get an uber for myself to the grocery store\tuber\ntell me about my american express application; did it go through\tapplication_status\nsend my money between accounts\ttransfer\nhow long do i have before frozen chicken will go bad\tfood_last\ntell me the title of the song playing\twhat_song\npay my electric bill from my paypal account\tpay_bill\nare you currently a pet owner\tdo_you_have_pets\nhow do i let visa know about a charge i didn't make\treport_fraud\ncould you call me a different name\tchange_user_name\ncan i see my transactions from yesterday\ttransactions\ni cant remember when my bill is due\tbill_due\ni am stranded and need uber\tuber\nwhat is in a burrito recipe\trecipe\ndoes bill's house of chop suey accept reservations\taccept_reservations\ni want to know the nutrition info for chicken nuggets\tnutrition_info\nwill you set the timer\ttimer\nhow many days have i taken off this year\tpto_used\nlets look up my credit score\tcredit_score\nmeeting room availability from 8:00 please\tschedule_meeting\ni want to rollover my 401k\trollover_401k\nwhat is the correct spelling of the word: dessert\tspelling\ncan u play the song that sound like bells going off\tplay_music\nstart over using factory setting\treset_settings\nwhat is the credit limit for my bank of the west card\tcredit_limit\nshow me all new transactions\ttransactions\nplease give me the time in tanzania at this moment\ttime\nhow many dollars is one mexican peso\texchange_rate\nwhat have i spent over the last few days\tspending_history\nwhen's the next time i get paid\tpayday\nwhat day are we in\tdate\ni intend to learn how to change oil\toil_change_how\ndo you know what the latest is with my credit card application\tapplication_status\nwhy is my bank account stopping all transactions from going through\taccount_blocked\ncan you schedule a meeting with steve for 5\tschedule_meeting\nwhat is the point of life\tmeaning_of_life\ncan you please disconnect from my phone\tsync_device\nwhat does saffron mean\tdefinition\nput the dishes on my list of things to do\ttodo_list_update\nhow long do you cook a salmon\tcook_time\nwhat percent of gas do i have left\tgas\nif i want to redeem miles from my delta skymiles card, how do i do that\tredeem_rewards\nshow me the transactions made on my business card for supplies last quarter\ttransactions\nwhat does idiosyncratic mean\tdefinition\ncan you tell me my shopping list items, please\tshopping_list\ni will need a rental car since i'm going to travel to new york\tcar_rental\nwhere should i go for good thai food in las vegas\trestaurant_suggestion\nmy account appears to be blocked and i don't know why\taccount_blocked\ni want to know my spending limit\tcredit_limit\ni need gas what type do i need for this car\tgas_type\nare my tires requiring a fill-up\ttire_pressure\ncan i get the routing number for my boa account\trouting\nhow many teaspoons are in a half a cup\tmeasurement_conversion\nturn down the lights a little please\tsmart_home\nwhat is 15 ounces in grams, please\tmeasurement_conversion\nwhat recreational activities do you enjoy\twhat_are_your_hobbies\nim not certain\tmaybe\nchange to factory settings\treset_settings\nwhat kind of gas does this car take\tgas_type\ndo i need a plug converter when i visit france\tplug_type\nhow many calories does a scoop of chocolate ice cream have\tcalories\nwhich insurance plan do i currently have\tinsurance\nare you real or not\tare_you_a_bot\ni want to know how many days off are listed on my time off sheet that i have taken this year\tpto_used\nhave an alarm wake me at 10:30 am\talarm\nwhat sorts of tasks can you do\twhat_can_i_ask_you\nwould late payments hurt my credit\timprove_credit_score\nhow long will it take to be seated at macaroni grill\thow_busy\nwhat is the time in london\ttime\nerase any event on my calendar that's set for wednesday of next week\tcalendar_update\nhow many mpg does this car get in the city\tmpg\ni want to a book a roundtrip flight from san antonio to dtw departing on friday and returning on wednesday\tbook_flight\nplease put my account on hold\tfreeze_account\nhow many vacation days do i have to spend\tpto_balance\ndo i have enough money in my chase account for a new refrigerator\tbalance\nare you an ai or a real person\tare_you_a_bot\ni need to know when should i get my tires changed next\ttire_change\ni lost my silicon valley card\treport_lost_card\nstart a timer for 10 minutes\ttimer\ncan you tell me how to change my oil and what kind i use\toil_change_how\ni no longer need a table for four at chili's\tcancel_reservation\nwill i be able to get a seat at 5pm\thow_busy\ndesync from my iphone\tsync_device\ni can't understand the language you are responding in; i need you to switch it\tchange_language\nwhen will i get my order\torder_status\ni accidentally shredded my card\tdamaged_card\nwhat would be the estimated time from to get a new card mailed to me\treplacement_card_duration\nhas my delivery order arrived yet\torder_status\nlet me know what names you have for me\tuser_name\ni can't use my card because it’s damaged badly\tdamaged_card\nstart talking in spanish\tchange_language\nmy luggage was on delta flight abc123 out of houston and now i can’t find it\tlost_luggage\nplease order an uber for me to go to the zoo\tuber\nwhat's my tires current air pressure\ttire_pressure\nhows the city mpg of this car\tmpg\ndo you know if anyone's even looked at the application i sent in for the new visa card\tapplication_status\nwill they let me up my credit limit to $1000\tcredit_limit_change\ni want you to give me a suggestion for what to make for dinner\tmeal_suggestion\nwhat was your place of creation\twhere_are_you_from\nshow me my transactions on tacobell\ttransactions\ni would like to set up direct deposit\tdirect_deposit\ni've just run out of butter and need you to order me some more\torder\nwhere are some good thai restaurants in las vegas\trestaurant_suggestion\nplease buy me flowers\torder\nwhat are the reviews like for zazie\trestaurant_reviews\ni need a hotel between january 1st through 3rd in jacksonville near the stadium\tbook_hotel\ni need you to send ten dollars from bank of america to capital one\ttransfer\ncan you tell me how to redeem my credit card points\tredeem_rewards\nwhat is the correct spelling of judgment\tspelling\nhow many days does it take to receive a new card\treplacement_card_duration\nwhat timezone is russia in\ttimezone\nwhen was your birth\thow_old_are_you\nmy card is too scratched and won't read correctly\tdamaged_card\ni would like my credit limit increased to 5000 dollars\tcredit_limit_change\ntell me the complete spelling of definitely\tspelling\ndoes this car need high octane gas\tgas_type\ntell me to take out the trash in an hour\treminder_update\ndo you know if vacation got approved\tpto_request_status\ntell me when i last had my oil changed\tlast_maintenance\nis there a car rental available from tuesday to thursday out of lax\tcar_rental\nset my alarm for getting up\talarm\ncould you repeat that\trepeat\nhow can i order checks for my savings account\torder_checks\nwhen is my xfinity bill due\tbill_due\nswitch to quiet mode\twhisper_mode\ni would like to confirm my 7:30 pm reservation at morton's steakhouse, under michael james\tconfirm_reservation\ngo to next song, please\tnext_song\ni want you to play the next song\tnext_song\nwhat does my shopping list entail\tshopping_list\ni want to know my reminders\treminder\nare there any videos on how to repair my credit score\timprove_credit_score\ni want you to change your accent\tchange_accent\nincrease the volume level to 4, please\tchange_volume\ndoes my car have enough gas to get to detroit\tgas\nwhen's my visa card expiring\texpiration_date\nis any type of gas ok on this car\tgas_type\nshow me the transaction on macys\ttransactions\nhow do i say thank you in japanese\ttranslate\ni need to book a place to stay in phoenix from the 5th to the 9th of march\tbook_hotel\nput film on my shopping list\tshopping_list_update\ncan you tell me my credit rating\tcredit_score\ni'd like to get soda while i'm out; add it to my shopping list\tshopping_list_update\ni'd like to roll over my 401k\trollover_401k\ncan you tell me how to set up a direct deposit\tdirect_deposit\nplease send ann a text and tell her i will be home in 20 minutes\ttext\nwhat's my savings account interest\tinterest_rate\nyes you are\tyes\nwhat is the time that it will take to arrive at detroit\tdistance\nrevert to your factory settings, please\treset_settings\nhow do i replace a damaged card\tdamaged_card\nis there traffic on my way to work\ttraffic\nhow long should i cook the steak for\tcook_time\ncan you set a reminder for the current time tommorow\treminder_update\nhow long will it take to reach central park by bus\tdistance\ncan you divide 100 by 20\tcalculator\nwhere did you grow up\twhere_are_you_from\nput on bended knee on my reflection playlist\tupdate_playlist\nturn off my account\tfreeze_account\ndo i need an international visa to go to england\tinternational_visa\ncan you tell me what my federal tax burden is\ttaxes\nam i running low on gas\tgas\nchange to normal vocals mode\twhisper_mode\nwill you let mary know my location\tshare_location\ncan you permanently talk faster\tchange_speed\nhow many inches are in 5 feet\tmeasurement_conversion\nadd yosemite to my rap playlist\tupdate_playlist\ncan you tell me the nutritional information for chicken nuggets\tnutrition_info\ntell me an axolotl fact\tfun_fact\nis it possible to substitute apple cider vinegar for lemons\tingredient_substitution\nif i want to travel to mexico do i need to get a visa\tinternational_visa\nwhere do i go to get a form for w2s\tw2\nwhat was my last transaction\ttransactions\nmy card is ruined and isn't working\tdamaged_card\nwho is your originator\twho_made_you\ndo i need a visa if i go there\tinternational_visa\nwould you say that you are human or copmuter\tare_you_a_bot\nwhat's the due date for the credit card\tbill_due\nroll those dice once\troll_dice\nadd funds to the retirement account from the pnc account only\ttransfer\nplease switch to whisper\twhisper_mode\nflange means what\tdefinition\nplease find the exact payment due date for my sprint phone bill\tbill_due\ni do not believe that that is correct\tno\nhow many more days before my verizon bill is due\tbill_due\ncan you tell me my credit score\tcredit_score\nreserve a table for 4 at red lobster under the name dave at 7:30pm\trestaurant_reservation\ni have how many vacation days left this year\tpto_balance\nhow long does it take pork to cook\tcook_time\nare my tires ok on pressure\ttire_pressure\nshow me the last month of transactions\ttransactions\nwhat is my health plan\tinsurance\ncan you tell me what time this flight is going to land\tflight_status\nwhat name am i under\tuser_name\ndo you identify as a human or computer\tare_you_a_bot\nplease give me the pin number for my checking account\tpin_change\nspeak faster\tchange_speed\nit seems that my account is blocked and i'm not sure why\taccount_blocked\nrevert to the original configuration\treset_settings\nhow do i cash the reward for first bankcard\tredeem_rewards\nhow to calculate my interest rate\tinterest_rate\nis the expressway slow this morning\ttraffic\nforget this song and go to the next\tnext_song\nturn the oven to 350\tsmart_home\nnever mind, cancel that\tcancel\nsend a text to joe\ttext\nlet me know some things i can do in dallas\ttravel_suggestion\ncan you give me a recipe for german chocolate cake\trecipe\ncan you tell me when i should change my oil\toil_change_when\ndo i need an international visa to go to malaysia\tinternational_visa\ncan you explain to me how to get some more checkbooks mailed to me\torder_checks\nprovide the name i should use to refer to you\twhat_is_your_name\ntell me the weather for today\tweather\nsend a notification to my bank of my travel dates from february 19th to 26th to peru\ttravel_notification\nhow much is 5 us dollars worth in canadian dollars\texchange_rate\ncan you send a text to someone\ttext\nremove all items from todo list\ttodo_list_update\nwhat is there to do besides drink in germany\ttravel_suggestion\nwhere is the location of your creation\twhere_are_you_from\ncan you unlock my bank account\taccount_blocked\nhow much have i spent on tires this month\tspending_history\nshow my transactions\ttransactions\nwhat's the limit on my discover card\tcredit_limit\nwhat ingredients do i need to make spaghetti\tingredients_list\nplease begin using the whisper voice setting\twhisper_mode\nwhat if i want to switch insurance plans\tinsurance_change\nwhat is the minimum payable amount for my rent bill this month\tmin_payment\ncan you tell me what my calendar is like for thursday the 14th\tcalendar\nwhat types of things are you able to do\twhat_can_i_ask_you\ntell me something interesting about elephants\tfun_fact\nwhat is the correct spelling for antipathy\tspelling\ndo i have any meetings today between 5 and 6\tmeeting_schedule\nhow can i stop my credit score from dropping\timprove_credit_score\nwhy are humans on earth\tmeaning_of_life\nfind my phone\tfind_phone\ni need guidance on changing my oil\toil_change_how\nheads or tails\tflip_coin\nwhat's the routing number for my checking account\trouting\ni'm going to be going to canada soon, do they require a visa for entry\tinternational_visa\ndo i still have vacation days\tpto_balance\nwhat's a good recipe for chicken divan\trecipe\nare you doing well\tgreeting\ni wanna know your name\twhat_is_your_name\nthe male voice please\tchange_accent\nhow many vacation days do i have\tpto_balance\ni am making broccoli cheddar soup, what ingredients do i need\tingredients_list\ni need to know my present gps coordinates\tcurrent_location\nwhat's 10 euros in dollars\texchange_rate\ncan you suggest a french restaurant\trestaurant_suggestion\naaa insurance start new plan\tinsurance_change\nmy card just got declined when i was in home depot buying tile\tcard_declined\nif i use applesauce instead of oil, will that mess it up\tingredient_substitution\nspirit mastercard card was taken\treport_lost_card\nremove the june 12 event called sasha's wedding from my calendar\tcalendar_update\ni'm travelling to seattle soon and want to inform my bank\ttravel_notification\nhow long before my lawn guy bill's due\tbill_due\ncan i carry on a garment bag, a small travel bag, and a back pack on my trip with american airlines\tcarry_on\ni have a crap transaction from guitar center on my account\treport_fraud\ncan you tell me who made you\twho_made_you\nlet's start whispering\twhisper_mode\nwhat is my interest rate payment\tinterest_rate\ncan i see all the international transaction fees on my amex\tinternational_fees\ni need to know how healthy meatloaf is\tnutrition_info\nwhat do you think i'm called\tuser_name\nwhat ingredients do i need for gumbo\tingredients_list\nhow do i increase the limit on my visa card\tcredit_limit_change\ncan you turn off the process\tcancel\nshould i a gas refill for my car at the next gas station\tgas\ntell me my designation\tuser_name\nhow do i book a vacation\tpto_request\nhow do i order checks for my savings account\torder_checks\nalert my bank and tell them that i'm travelling to paris\ttravel_notification\ni don't know how to spell circumference\tspelling\nhave i earned points with my venture card, and how many\trewards_balance\nis it ok to substitute spinach for lettuce\tingredient_substitution\nplease tell me how to go about reporting a lost card\treport_lost_card\ncan you use male voice\tchange_accent\nwhat does my shopping list contain\tshopping_list\nwhat is an ataraxy\tdefinition\nhelp me get up at eight thirty in the morning tomorrow\talarm\nare you a real person or artificial intelligence\tare_you_a_bot\nplay oldschool rap\tplay_music\nwhat hour is it in london\ttime\ncould that be repeated\trepeat\nhow many pets do you have\tdo_you_have_pets\nwhat holiday is next and when\tnext_holiday\nset reminder for tomorrow to eat\treminder_update\nhow much have i spent on shoes lately\tspending_history\nwhat are the ai's hobbies\twhat_are_your_hobbies\nhelp me buy a black iphone7\torder\nwhat type of gas does this car take\tgas_type\ni must say goodbye\tgoodbye\nlet the folks know my gps coordinates\tshare_location\nrepeat my to do list to me, please\ttodo_list\nhow long is the wait at chipotle\thow_busy\nwhat's the meaning of this life\tmeaning_of_life\nwhat is the temp right now\tweather\nplease connect the device to my phone\tsync_device\nplease give me the expected arrival date for my next paycheck\tpayday\nbye!\tgoodbye\ngive weather update now\tweather\nset the ceiling fan to low\tsmart_home\nwhat time is it in houston, tx\ttime\nwill you tell me my routing number\trouting\nwhen will i be off again\tnext_holiday\nhow many mpg does this car have\tmpg\ni would like you to suggest a chinese dish\tmeal_suggestion\nhow do you convert miles to kilometers\tmeasurement_conversion\nspeak with a male british accent\tchange_accent\nwill you repeat my reminder list\treminder\ndo you work for another individual\twho_do_you_work_for\nhow low are my tires right now on air\ttire_pressure\nwhat healthcare plan do you have me on\tinsurance\ndo you know if i have any meetings set up with travis today\tmeeting_schedule\nwhat's the minimum i owe on the car payment\tmin_payment\ncan you switch to whisper mode\twhisper_mode\ni don't know how to change my oil or what type i need\toil_change_how\nhow long do i have to pay that bill\tbill_due\nwhat time is my flight scheduled to leave\tflight_status\nhow long before my updated cc takes to arrive\treplacement_card_duration\ni gotta know the exchange rate between yen and rubles\texchange_rate\nhow was this ai created\twho_made_you\nare you from the uk\twhere_are_you_from\nhow do i get new insurance, please\tinsurance_change\nis my tire pressure good\ttire_pressure\ni have a fraudulent transaction from wal mart on my account\treport_fraud\nnot sure, maybe\tmaybe\ncan you tell me when my electric bill is due\tbill_due\nwhere do i find my w-2 tax form\tw2\nget my paycheck to direct deposit\tdirect_deposit\ni'd like to get dinner suggestions for thai food\tmeal_suggestion\nyou did a good job thank you\tthank_you\ncheck my domestic to do list for carpet cleaning\ttodo_list\ncan my credit limit be increased to one thousand dollars\tcredit_limit_change\nwhat name should i call you\twhat_is_your_name\nam i able to apply for a new credit card\tnew_card\ntell me when to next change my tires\ttire_change\nplease speak to me in chinese\tchange_language\nplease connect with my smart phone\tsync_device\ncheck if meeting rooms are free from 6 to 7\tschedule_meeting\nare there travel notifications for columbia\ttravel_alert\nwhere can i find my w2\tw2\nmove 100 dollars from checking to savings\ttransfer\nwhen will i get the next holiday with pay\tnext_holiday\nhow can i order more checkbooks by mail\torder_checks\ni need an oil change, make an appointment\tschedule_maintenance\nhow many days was i sick or on vacation\tpto_used\nhow many days have i taken off so far\tpto_used\ncould you reserve table for 3 at carlos jr under the name adam at 4\trestaurant_reservation\ncan you flip a coin for me\tflip_coin\ni want to hear my rock playlist\tplay_music\nadd this song to my cleaning playlist\tupdate_playlist\nturn the volume up\tchange_volume\nit may be either one\tmaybe\nno, that is not right\tno\nmay i apply for a new credit card\tnew_card\ni would like to hear a list of my insurance benefits, please\tinsurance\nspeak more quickly\tchange_speed\nwhat's the traffic like going to central park\ttraffic\nhow long does it take for a credit card to be reissued and mailed to me\treplacement_card_duration\nhow are you today\tgreeting\nwill i need vaccines for my trip\tvaccines\nyou are talking too fast for me, please slow down\tchange_speed\nplease tell me how to find out when my rent is due\tbill_due\nhow do i make the perfect omelette\trecipe\nwhat is the amount of miles per gallon this car gets on the highway\tmpg\ni'd like to know the meaning of life\tmeaning_of_life\nwhat timezone is britain in\ttimezone\nlet me know how many pounds are in 10 kilos\tmeasurement_conversion\nhelp me schedule maintenance for my car\tschedule_maintenance\nam i supposed to buy milk\tshopping_list\nai find my phone\tfind_phone\ncan you give me a thai dinner suggestion\tmeal_suggestion\nhow long is the restaurant line before we go\thow_busy\nwhat time is it currently in istanbul\ttime\nstop syncing with this phone\tsync_device\ntell me the meaning of life\tmeaning_of_life\ni need to hear my shower playlist\tplay_music\nplease increase the speed of your talking\tchange_speed\ni ordered new sheets online when will they arrive\torder_status\nflip us a coin, i call heads\tflip_coin\nhow do i get a w2 form and from where\tw2\nhas my application for the hsbc card been approved yet\tapplication_status\nhow many cups are in 4 quarts\tmeasurement_conversion\ndo i need a visa to scotland\tinternational_visa\nset a reminder to go check the mail\treminder_update\n\"how do you spell \"\"montpelier\"\tspelling\ni need to know about travel alerts for mexico\ttravel_alert\nadd up the calories in tacos\tcalories\nturn on the living room lights\tsmart_home\nwhat is the interest rate at pnc\tinterest_rate\ncan i make it to work with my current fuel level\tgas\ni would like to try and confirm that i have a reservation at the seven dwarves for peter\tconfirm_reservation\nwhen do we have free day\tnext_holiday\nwhat type of fuel does my car use\tgas_type\ntrack my package now please\torder_status\nwhere should i go for dinner\trestaurant_suggestion\ncould you please switch to whisper mode\twhisper_mode\ni'd like to start calling you lover\tchange_ai_name\ni can't locate my phone\tfind_phone\nplease pair with my phone\tsync_device\ndoes buffalo wild wings take reservations\taccept_reservations\ni will be in aiken on may 12 to may 16, i need to rent a car\tcar_rental\ndo you know when i last took my car in to the shop\tlast_maintenance\nwhen will my american express credit card expire\texpiration_date\nwhere would i get my rewards for my master card\tredeem_rewards\ni'm not sure of that\tmaybe\ncall mom\tmake_call\nhow to improve my credit score\timprove_credit_score\nwhen do people typically change their oil\toil_change_when\nthe speaker volume needs to be increased\tchange_volume\ndo i have any meetings with ben today\tmeeting_schedule\nlook my location up on the map\tcurrent_location\nwill you speak more rapidly\tchange_speed\nwhen will the clothes i ordered online arrive\torder_status\nhow many calories are in spaghetti and meat sauce\tcalories\nhow many quarts are in a gallon\tmeasurement_conversion\nto what extent until the following free day\tnext_holiday\nthat is not factual\tno\nis there a problem with my account, it appears to be blocked\taccount_blocked\nplease confirm my reservation for red robin at 9\tconfirm_reservation\nmove rap god to my motivational playlist\tupdate_playlist\ni think that's false\tno\ngo ahead and reset your factory settings\treset_settings\nany travel advisories for portugal\ttravel_alert\ndoes mcdonalds take reservations\taccept_reservations\nis this where i apply for a new credit card\tnew_card\ncan someone tell me why my check engine light is on\tschedule_maintenance\nwhat is my yearly salary\tincome\ni last got my oil changed when\tlast_maintenance\ncan i get my credit limit increased to $15,000\tcredit_limit_change\nwhat food from italy do you suggest\tmeal_suggestion\nhow do i go about getting direct deposit in my usaa account\tdirect_deposit\nwhat is 562 times 400\tcalculator\nsorry, i didn't hear you, can you say that gain\trepeat\nhow many meters are in 50 feet\tmeasurement_conversion\ntell me about traffic conditions in ocean city, nj on sunday mornings around 10 am in the summer\ttraffic\ndid i remember to put milk in the shopping list\tshopping_list\nwhat is the weather forecast looking like for seattle\tweather\ni want to add farm trip to my calendar for friday\tcalendar_update\nwhen is my water bill due\tbill_due\nhow to keep credit score high\timprove_credit_score\ndo you work for a different person\twho_do_you_work_for\nhow much paid time off have i taken\tpto_used\ni want an alarm to go off at 9 am\talarm\ni want to sign up for a new allstate insurance plan\tinsurance_change\ni need to find somewhere to check my tires out\tschedule_maintenance\nname this song\twhat_song\nhow does measurement slugs convert to measurement lb\tmeasurement_conversion\ncan you roll a 10 sided die\troll_dice\nstop, just stop\tcancel\nhow long will my milk be good in the fridge\tfood_last\nis my credit card application approved\tapplication_status\ncan you give me the car's mpg for the city\tmpg\nwhat phrase means goodbye in hawaii\ttranslate\ncan you tell me the tire pressure in my car\ttire_pressure\nwhat is your origin\twhere_are_you_from\nhow do i convert a cup to ml\tmeasurement_conversion\nmy credit card got torn and i need a new one\tdamaged_card\ncan you tell me, what is the meaning of life\tmeaning_of_life\ni need you to disconnect from my phone\tsync_device\nflip it please\tflip_coin\ni wanna get some new checks cause i ran out of them\torder_checks\nsend jack a text saying hi\ttext\nplease reserve a meeting room for 1:00 pm on tuesday\tschedule_meeting\nis there a minimum amount accepted\tmin_payment\ni want to shop using credit card points\tredeem_rewards\ni'm heading to israel soon, do i need a visa\tinternational_visa\nhow long does it take frozen steaks to go bad\tfood_last\ntell me the date 5 days from now\tdate\nhow much have i spent lately on food\tspending_history\nwhen did i change my oil\tlast_maintenance\nplease go back to the original settings\treset_settings\ncan you tell me what you refer to me as\tuser_name\nwhat is the phone number of the car rental place\tcar_rental\nwhat rewards does my gold card get\trewards_balance\nwhen is today's meeting with john\tmeeting_schedule\ni appreciate that answer!\tthank_you\ni want to buy an iphone7\torder\nmexico travel alerts\ttravel_alert\nplease open a call to my mother\tchange_ai_name\nmust i have shots before i take a trip to canada\tvaccines\nwhat's the reviews have to say about burger king\trestaurant_reviews\nplease give me a reminder\treminder_update\nis a visa necessary for traveling to south africa\tinternational_visa\nwhat are the steps for transfering my 401k\trollover_401k\nthe temperature of the ac, what is it at\tsmart_home\ncan you send me an uber to go to a restaurant in downtown phoenix\tuber\ncan you increase the speaker volume please\tchange_volume\ngive me some trivia about lebron james\tfun_fact\nwhen was my most recent oil change\tlast_maintenance\nfind me the closest public bathroom\tdirections\nlater gator!\tgoodbye\nwhat was the last time i had my car at the dealer for repairs\tlast_maintenance\ni really wanna know my credit score\tcredit_score\nwhen will i be getting my next paycheck\tpayday\nplease use whisper\twhisper_mode\ncan i increase my credit limit to 700 dollars\tcredit_limit_change\nwhat is the minimum payment for the bill\tmin_payment\nchange my name please\tchange_user_name\nhow can i apply for a visa card\tnew_card\nwhen do i need to change my oil again\toil_change_when\ngo forward one song\tnext_song\nwhat vaccinations do i needs to travel to paris\tvaccines\nwhen will i receive my w2\tw2\nhow are you doing\tgreeting\nplease tell me what's provided in my health benefits\tinsurance\ncan you get me an uber to the science museum\tuber\ni want to call robby\tmake_call\ncan you stop\tcancel\nmy account looks to be blocked and i have no idea why\taccount_blocked\nif you had to choose, would you choose a cat or a dog\tdo_you_have_pets\ni want to know where to visit in bangkok\ttravel_suggestion\nhow much do i make in a year\tincome\ncan you help me with seattle car rental bookings\tcar_rental\nadd all my bills for this month and tell me the total\tbill_balance\nwhat items do i have on my calendar for easter\tcalendar\ndoes south korea have any travel alerts i should be aware of\ttravel_alert\nhow do you convert pounds to grams\tmeasurement_conversion\ni need to know how to spell friend\tspelling\nwhat is my current net salary\tincome\ni think someone jacked my bank account\treport_fraud\nwhen can i expect my replacement card\treplacement_card_duration\nis there an easy way to change feet into inches\tmeasurement_conversion\nwalk me through the steps involved in changing my oil\toil_change_how\nshould i call you something in particular\twhat_is_your_name\nfigure out when my car will next need an oil change\toil_change_when\nlet's hear a joke from you please\ttell_joke\nmy credit card fell out of my back pocket and got flushed down the toilet\tdamaged_card\nhow old did you just turn\thow_old_are_you\ni enrolled in an insurance plan, what one was it\tinsurance\nwhen travelling in chicago, what kinds of attractions should i see\ttravel_suggestion\ngive me the location for the nearest bank\tdirections\nwhat preventative measures can i take to avoid a low credit score\timprove_credit_score\nnew insurance is obtainable how\tinsurance_change\nwhat time is it in daniel boone national forest timezone\ttime\nwhen do i have to pay my internet bill by\tbill_due\ni'd like you to call me something different\tchange_user_name\nare cool people at the bar at 9:00 pm\thow_busy\nwhen did i last bring my car in to get looked over\tlast_maintenance\non may 12 to may 16 can i get a car from aiken\tcar_rental\nplease change your accent\tchange_accent\nwhat is your favorite, cats or dogs\tdo_you_have_pets\nplease include laundry on my to do list\ttodo_list_update\nwhat time is boarding scheduled\tflight_status\ncan you tell me a few funny jokes\ttell_joke\nwould you consider someone else your boss\twho_do_you_work_for\nadd eggs to my shopping list and remove cheese\tshopping_list_update\ni want you to change your accent to the male british one\tchange_accent\nhow much luggage can i carry with me on flight dl2200 to denver\tcarry_on\ncheck meeting rooms available between one and three pm\tschedule_meeting\ni will require help to take care of my utility bill\tpay_bill\nconvert inch to cm\tmeasurement_conversion\nplease make the pin on my zion bank account to 3232\tpin_change\ncan you tell me fun facts about lighthouses\tfun_fact\nplease tell me the address of my current location\tcurrent_location\noil changes are typical done when\toil_change_when\ndoes this life have a meaning\tmeaning_of_life\ni need a hotel in new orleans from may 2 - 5 near the french quarter\tbook_hotel\nknow any interesting facts\tfun_fact\nplease schedule an event called 'nadine's baby shower' on my calendar\tcalendar_update\nwhat does my to-do list look like\ttodo_list\ndo i need vaccinations if i go this country\tvaccines\ntell me what my day looks like today in terms of meetings\tmeeting_schedule\nare there any active events for march 4th 2019\tcalendar\nhow old are you now\thow_old_are_you\nwhat's the name you were given\twhat_is_your_name\ntext mollie saying 'i am on my way\ttext\nmeasure tire pressure\ttire_pressure\nwhat age were you on your last birthday, ai\thow_old_are_you\nhelp needed to jump start my car\tjump_start\nplease roll that dice\troll_dice\nwhat is 4 + 7\tcalculator\ncan you send me a new credit card please mine is getting old and unusable\tnew_card\ncan you recommend for me a dish from ethiopia\tmeal_suggestion\nwhat are you suppose to do with a 401k rollover when getting a new job\trollover_401k\nwhat is 1/2 times 5/8\tcalculator\ni need to know what the traffic is like on the way to phoenix\ttraffic\nwhat are the transaction fees associated with my discover card if i am in rome\tinternational_fees\ni wanna confirm my reservation for 2/20 at 8 pm\tconfirm_reservation\ni need to put a freeze on my banking account\tfreeze_account\nwill you allow more spending on my visa\tcredit_limit_change\nat what time is laundry on my to do list\ttodo_list\nturn up the oven temperature to 350\tsmart_home\ncan i put in a pto request for monday to wednesday\tpto_request\ntake fresh carrots off my shopping list\tshopping_list_update\nwhat ingredients go in potato skins\tingredients_list\ngo passed the song now\tnext_song\nskip to the next track\tnext_song\ni want to report a stolen card\treport_lost_card\nhow many hours of pto have i used\tpto_used\nwhen is my new card expected to arrive\treplacement_card_duration\ndoes redrobin take reservations\taccept_reservations\ngps coordinates share with home\tshare_location\ntell me my current health plan\tinsurance\nwhat do i do to have my paycheck deposited directly in my account\tdirect_deposit\ni am going to australia and want to be notified of any travel alerts\ttravel_alert\ndoes pizzeria delfina in san francisco take reservations\taccept_reservations\nif a recipe calls for sour cream, can i use yogurt\tingredient_substitution\nwhat is the routing number on my first merit account\trouting\ni want my phone to be disconnected from you\tsync_device\nhow to find lost luggage\tlost_luggage\nwhat's the annual percentage rate for my credit card\tapr\nwhat sort of health benefits do i have\tinsurance\nhow busy does outback get around 7pm\thow_busy\ntake grocery shopping off my todo list\ttodo_list_update\nwhat is the time in paris now\ttime\nthat is untrue\tno\nwhat caused a freeze to be put on my bank account\taccount_blocked\ni'd like a 7 sided dice roll please\troll_dice\ncan you slow down your rate of speech\tchange_speed\ntalk faster than that\tchange_speed\ncancel my reservation for dinner this friday, please\tcancel_reservation\nis my credit report low\tcredit_score\ni damaged the card; can you replace the card\tdamaged_card\nhow much have i recently spent\tspending_history\nwhat is the nutritional info for kraft mac 'n' cheese\tnutrition_info\nwhat is the process for reporting my card as lost\treport_lost_card\nwhat questions am i allowed to ask\twhat_can_i_ask_you\ncan you find me a reputable hotel in honolulu\tbook_hotel\nai, what should i call you\twhat_is_your_name\nhow is the traffic at the nearest wal-mart pharmacy\ttraffic\ngive the dice a roll\troll_dice\ndo you know what song is playing on the speaker\twhat_song\nso why was my card declined yesterday\tcard_declined\nread my shopping list to me\tshopping_list\ntell me my minimum citicard payment\tmin_payment\nwhen did i take my car to the mechanic\tlast_maintenance\nplease talk quietly\twhisper_mode\nwhat's the traffic like around the stadium\ttraffic\nhow many culver's take reservations\taccept_reservations\nfind my next payday\tpayday\nthe statement is false\tno\nwhat holiday is coming up\tnext_holiday\ncould you repeat that, please\trepeat\nset an alarm for 5 pm\talarm\ndecrease volume\tchange_volume\nwhat is the date tomorrow\tdate\nthe car you are driving uses what kind of gas\tgas_type\nai i need to go to charlies with eight adults can you get uber\tuber\ngo back the the settings you had originally\treset_settings\ndo i have meetings with anyone today\tmeeting_schedule\nplease do me a favor and call brother mario\tmake_call\ndo you consider yourself a bot\tare_you_a_bot\nis it acceptable to swap beef for tempeh\tingredient_substitution\nin what status is my credit card application currently in\tapplication_status\nis my tire pressure high\ttire_pressure\nhow many calories are in a ghirardelli sea salt caramel candy\tcalories\nwhich day is it that my payment comes in\tpayday\nplease redeem my credit card points\tredeem_rewards\nwhat kind of oil do i need for my ford truck and how can i change it\toil_change_how\non tuesday i will be leaving for tennessee and will not be returning until the twenty ninth, alert my bank of this\ttravel_notification\nthanks again\tthank_you\nwhat are the steps i need to do to change the oil in my car\toil_change_how\ni want to put you back to original settings\treset_settings\ntell me the process of applying for a apollo card\tnew_card\nplease show my current location to andre\tshare_location\nit was really awesome to talk to you\tgoodbye\nare you really an actual human being\tare_you_a_bot\nare you a real human being\tare_you_a_bot\ninform me the lowest amount i can pay for my cable bill\tmin_payment\ni would like to call you andre 3000\tchange_ai_name\nwhat is there to do in craberra\ttravel_suggestion\ncan you schedule a meeting room for interviews on thursday\tschedule_meeting\ni need you to help me with some math if you can\tcalculator\ndo i have to have a visa to go to denmark\tinternational_visa\ndo i have a name to you\tuser_name\nwhat is the minimum payment on my phone bill\tmin_payment\nwhat kind of reviews does wendy's have\trestaurant_reviews\ntell me what the date is tomorrow\tdate\nconnect with my phone\tsync_device\nhow much is left of mastercard\tbalance\nshow me the total up to date points on the marriot rewards card\trewards_balance\nhow is the weather in seattle\tweather\ndo you know the carry-on restrictions for delta\tcarry_on\ni wonder if it would be possible to switch from apples to grapes\tingredient_substitution\ncan you tell me my spending limit\tcredit_limit\nhow much of my pto is gone\tpto_used\ncan you help me find my luggage it was lost on delta flight abc123 from houston\tlost_luggage\nis my credit card expiration date approaching\texpiration_date\nhow can i get your attention\twhat_is_your_name\ni'd like to hear a joke\ttell_joke\nrent me a car in aiken on may 12 to may 16\tcar_rental\ncan you tell me what hobbies the ai has\twhat_are_your_hobbies\ni need a hotel room that is big enough for eleven people from march 10th to the 15th in phoenix\tbook_hotel\nwhat's my apr rate\tapr\nhelp me book a car rental in austin for april 11th to 13th get me a sedan if possible\tcar_rental\nhave i been spending a lot on alcohol lately\tspending_history\nplease change accent to british male\tchange_accent\nit was good to talk to you today\tgoodbye\ni'd like to request a vacation\tpto_request\nhow many more weeks until the next holiday\tnext_holiday\nwhy was my card not working at target\tcard_declined\ni want to make a call to uncle\tmake_call\nhow many rewards points do i have for my chase card\trewards_balance\ncan i get some more of those new checkbooks mailed to me\torder_checks\nplease suggest a british meal for me\tmeal_suggestion\nhow can i unsync my phone\tsync_device\nplease convert 2 inches into meters for me\tmeasurement_conversion\nreport to the company that i damaged my card\tdamaged_card\ncan you tell me if there are meeting rooms available between 1 and 4\tschedule_meeting\ncould you tell me how much money i spent last week\tspending_history\nwhat are the subject areas you are knowledgable in\twhat_can_i_ask_you\nwhat's the definition of patriarchy\tdefinition\ni really need to change my pin number for my account\tpin_change\nwould you say that my card's apr is\tapr\ni don't want to forget to call mom\treminder_update\nhow often should you get an oil change\toil_change_when\nstart up some music\tplay_music\nwhat are the sorts of things i can ask you about\twhat_can_i_ask_you\nhow do i make my insurance policy different\tinsurance_change\ntomorrow i would like an alarm for 9 tomorrow\talarm\ni need to know the status of my american airlines flight\tflight_status\nwhat's the routing number for my current checking\trouting\ni wanna know how long can i keep pizza in the freezer for before it goes bad\tfood_last\nexactly what time is my meeting with robin scheduled for on\tmeeting_schedule\nwhat is the time in the utc timezone\ttime\ni need to know what the latest is with my application for a visa credit card\tapplication_status\ncancel my reservation for bob at red robin\tcancel_reservation\nmy luggage was lost on the flight\tlost_luggage\nare there any meetings between 2 and 5 pm\tmeeting_schedule\nadd the song rap god to the motivational playlist\tupdate_playlist\nhow would i say thank you if i were mexican\ttranslate\ni'd like a flight from laguardia to orlando on southwest for under $400\tbook_flight\nhow much money have i spent this month\tspending_history\ncan you tell me if you're human or if you're a computer\tare_you_a_bot\nwhen will my replacement card get mailed\treplacement_card_duration\nwhat number is my credit score currently\tcredit_score\ni want my bank account frozen\tfreeze_account\ni wanna set up a direct deposit for my paycheck\tdirect_deposit\nset the tv on\tsmart_home\nmy phone is lost - can you help me find it\tfind_phone\nwhat would cause my bank account to be frozen\taccount_blocked\nwhat time will i be allowed to board\tflight_status\nis there anyway, i can report my card being stolen\treport_lost_card\nhow old would you be\thow_old_are_you\ni want to see my entertainment transactions\ttransactions\ntell me how to make chow mein\trecipe\nhow much longer until i have to change my tires\ttire_change\nwhat to do if luggage lost\tlost_luggage\nwhere can i find my rewards for my chase card\trewards_balance\ncan i eat the eggs i've had in the fridge since 2/21\tfood_last\ni have a reservation at pizza hut under the name leia roberts and i want to cancel it\tcancel_reservation\ncan you cancel my reservation for dinner tomorrow\tcancel_reservation\nhow much money do i have in checking\tbalance\nsend a text that says hi to abby\ttext\nis there a way to change my pin number for my savings account\tpin_change\nwhat is 35 times 23\tcalculator\ncheck chase bank for my checking balance\tbalance\ni need to set up a reminder for myself\treminder_update\nwhat actions do i take to change a car's oil\toil_change_how\nwhat is the calorie count of a burrito\tcalories\ncan x’s music be played\tplay_music\ntell me what type of fuel i need to use for this car\tgas_type\nwhat do you put in chicken noodle casserole\tingredients_list\nyou can call me jason\tchange_user_name\nis it acceptable to swap chicken for pork\tingredient_substitution\nwould you please increase the speaker volume\tchange_volume\ni want to hear my shower playlist\tplay_music\nwhat do i have on my calendar for february 8\tcalendar\ntell me how many teaspoons are in two cups\tmeasurement_conversion\ncancel my reservation with carl at umami\tcancel_reservation\nyou need to shut it\tcancel\ntell me a fact\tfun_fact\ni need for you to get me the status of my american airlines flight\tflight_status\nwhat kind of gas does this car use\tgas_type\nwhat sort of things do people do in new york\ttravel_suggestion\ndial up dominos pizza\tmake_call\nmove three hundred and fifty dollars from my citibank savings account to my chase savings account\ttransfer\nwhat name do you call me by\tuser_name\nplease flip a coin, and i call heads\tflip_coin\nwould you let me know who programmed you\twho_made_you\nhow much is the interest rate on my home equity loan\tinterest_rate\ni have a new job now and need help with rolling over my 401k\trollover_401k\nyou could say my name is nick\tchange_user_name\nshare the nutrition info for pizza with me\tnutrition_info\nflip coin, heads!\tflip_coin\ntext mom where are you\ttext\nput fan on\tsmart_home\nwhat is the recommended time frame to change my oil\toil_change_when\ni go by the name jim\tchange_user_name\nplease give me the approximate amount of time i will need to go from jfk international airport to penn station\tdistance\nwould you skip this song\tnext_song\ni need a pasta recipe\trecipe\nwhat is the current date\tdate\nhow do you address my name\tuser_name\nwhat can you do\twhat_can_i_ask_you\nwho can i turn to if i lost my luggage\tlost_luggage\nwhat is the eta of my flight\tflight_status\nwould you be able to help me with a meeting room on wednesday at 3pm\tschedule_meeting\nis this how i apply for a discover card\tnew_card\nwhat date is it today\tdate\nwhere do i find the routing number for wells fargo\trouting\nwhat place were you made at\twhere_are_you_from\nwhat name do you refer to me as\tuser_name\nplease add onto my phone\tsync_device\ntell me the current account balance\tbalance\nwhat's the meaning of affiliate\tdefinition\ncancel my reservation for dinner\tcancel_reservation\nwill you schedule a conference room for thursday at 4:00\tschedule_meeting\nis kaya very busy at 5 pm\thow_busy\nit seems someone conducted a fraudulent transaction on my account\treport_fraud\nwhich timezone is denver located\ttimezone\ncan i increase the credit limit on my travel rewards card\tcredit_limit_change\ni need to know why my card was declined\tcard_declined\nwhat is the temperature on the ac\tsmart_home\ndo you have any monkey jokes\ttell_joke\ngo ahead and switch to the male voice\tchange_accent\nwhat is the boarding time for my upcoming flight\tflight_status\nlet my bank know that i'm going to norway between march 3 and march 5\ttravel_notification\nwhat will be the date tomorrow\tdate\nwhat is the interest rate on my money market account\tinterest_rate\ncut cucumbers can stay in the fridge for how long before spoiling\tfood_last\ndo i need to get shots before i go to kenya\tvaccines\ncan you confirm my account's blocked and tell me why\taccount_blocked\nflip the coin\tflip_coin\nwhen do i need to change my oil\toil_change_when\nhow many miles per gallon does it get in the city\tmpg\nhow many dollars can i exchange for 200 euros\texchange_rate\ndouble check my reservation under adam for outback steakhouse\tconfirm_reservation\nwhat type of gas goes into the car\tgas_type\nsomeone stole my card\treport_lost_card\nwhen is my next oil change\toil_change_when\nhow do i go about applying for a macy's credit card\tnew_card\nhas my purchase arrived yet\torder_status\nwhat hotel would you recommend in lakewood for 4 people from monday to wednesday\tbook_hotel\ncan you increase the speaker volume\tchange_volume\ncall me stevie\tchange_user_name\nbook me a flight out of la to chicago on march 3rd for under $500\tbook_flight\ni would like to know when is the next holiday here\tnext_holiday\nwhat is the amount i owe to clay electric\tbill_balance\nwhisper mode activate\twhisper_mode\ncan you specify if you are a human or a computer\tare_you_a_bot\nfactory settings restoration\treset_settings\ni need you to create a timer\ttimer\nhow do i make pie crust\trecipe\nfor my westport account, what is the routing number\trouting\nhow do i speed up the speech of this ai\tchange_speed\ncan i get vacation day totals i have left\tpto_balance\nwhat's the definition of remunerative\tdefinition\nwhere is the w-2 form located\tw2\ni need to use a timer\ttimer\ni would like to hear the reminders that i listed on my things to remember list, please\treminder\ntell me how to jump start a battery\tjump_start\nwho is your employeer\twho_do_you_work_for\nwould you connect to my phone\tsync_device\nwhat's left in the tank\tgas\nwhat's a good fun fact about great britain\tfun_fact\nhow much is my electricity bill costing me\tbill_balance\ntell me how to jump start my dead battery\tjump_start\nwhat is the time now\ttime\nare there any necessary shots required before travel to thailand\tvaccines\nwhat if you need to obtain a new credit card\tnew_card\nwhat is 10 + 10\tcalculator\nyou can call me brandon\tchange_user_name\ni need to know my tax rate\ttaxes\nhow does the dictionary spell antipathy\tspelling\nwhere did you live before here\twhere_are_you_from\nwill i make it on the gas i have to orlando\tgas\nhow do i order some more checks for my chase account\torder_checks\nwhat mexican restaurant within 5 miles has the best reviews\trestaurant_suggestion\ni just used up my toothpaste and need you to order more\torder\nwhat's the traffic at lexington\ttraffic\ntell me this week's forecast\tweather\nwhat kind of electrical plugs do they uze in z\tplug_type\nif i win 200000 how do i split it 7 ways\tcalculator\nwhen's my next paycheck\tpayday\nfind for me a hotel with great reviews in ho chi minh\tbook_hotel\ni want to know what kinds of pets you have\tdo_you_have_pets\ncan you order me some nacho chips\torder\nwould you say you're a person who likes cats or dogs more\tdo_you_have_pets\nstart a call to cynthia\tmake_call\ncancel current process\tcancel\nhow do you convert ounces to grams\tmeasurement_conversion\ncan you get me a table for two for 8:00 pm at parc\trestaurant_reservation\nhow long should i wait to get my new card when my old one was stolen\treplacement_card_duration\ni'm i okayed for vacation time\tpto_request_status\ni need to pay my mortgage\tpay_bill\ni need to know what the minimum payment is on my electric bill\tmin_payment\nhow many calories in this slice of pizza\tcalories\nsend my current location to steve, please\tshare_location\nhow healthy are french fries\tnutrition_info\nare there any furniture outlets near the mall\tdirections\ndelete everything from the task list\ttodo_list_update\nalert my bank and let them know that i'm travelling to oslo\ttravel_notification\nmy card was declined at mcdonald's and i want to know why\tcard_declined\nwhat is chase bank's routing number\trouting\ni want to track a package i should be getting\torder_status\ncan i substitute oregano for basil\tingredient_substitution\nwhen should i get new tires i just replaced them\ttire_change\ncan you cancel the reservation for kyle's party at red lobster\tcancel_reservation\nhow is doctor spelled\tspelling\ndo you have hobbies\twhat_are_your_hobbies\nhow do you describe yourself: as a computer or a human\tare_you_a_bot\nplease ask the bank to freeze my account\tfreeze_account\neleven madison park takes reservations right\taccept_reservations\nhow long since my oil had a refresh\tlast_maintenance\nwhat do i need to buy for spaghetti\tingredients_list\ngo back to normal mode please\twhisper_mode\ni'd like to me told the meaning of life\tmeaning_of_life\ncan i get a reservation at melting pot tomorrow\taccept_reservations\nwhat kind of traffic is there at 9:00 on the route to detroit\ttraffic\nset an alarm for 11 tomorrow\talarm\nplease tell me my present gps coordinates\tcurrent_location\ncan you tell me about your hobbies\twhat_are_your_hobbies\ni am really not sure\tmaybe\ntell me where you were born\twhere_are_you_from\nlet me know what you can assist me with\twhat_can_i_ask_you\nhow do i keep my credit from lowering\timprove_credit_score\nplease unsync from my phone\tsync_device\ncats or dogs are your preference\tdo_you_have_pets\ndo i pay my rent this week\tbill_due\ni was at zales trying to buy a ring and my card got declined\tcard_declined\nwhat are the carry on rules for united\tcarry_on\nhow much cash do i have in my various bank accounts\tbalance\ninform me if there's a travel alert for the country\ttravel_alert\nwhat interest rate am i paying\tinterest_rate\n10 minutes is the setting for the timer\ttimer\ni need to know the credit limit\tcredit_limit\ni want you to flip a fair sided coin\tflip_coin\ndo i have any due bills and how much\tbill_balance\nroll the die!\troll_dice\nplease set up a timer for me\ttimer\ndo you know of any good seafood restaurants in seattle\trestaurant_suggestion\non the tv\tsmart_home\nset an alarm for me please\talarm\nwhat time is it in las vegas, nv\ttime\nwill my card expire on a certain month\texpiration_date\npurchase all the things on my shopping list\torder\ni didn't hear you please repeat\trepeat\nlet's go over the list of items on the to do list just to be sure we got it all\ttodo_list\ntell me what to make for dinner\tmeal_suggestion\ni need to have an appointment to get my oil changed\tschedule_maintenance\ni need suggestions for good thai restaurants in las vegas\trestaurant_suggestion\ni want to add a doctor's visit to the calendar for friday\tcalendar_update\nhas my delivery order showed up\torder_status\ndo you know how busy outback steakhouse tends to be at 7:00 pm\thow_busy\ni want my entire shopping list ordered\torder\ni need you to speak faster\tchange_speed\nhow long until i reach my destination\tdistance\nverify with me my credit score\tcredit_score\ndo they take reservations at outback steakhouse\taccept_reservations\nplease transfer $5 from savings to checking\ttransfer\ndo you remember when i last changed my oil\tlast_maintenance\ntext nick and tell him the car's ready\ttext\ncan i give you instructions in japanese\tchange_language\nwhat place do you come from\twhere_are_you_from\nai can you tell me what things i may ask\twhat_can_i_ask_you\ncan i use almond milk instead of rice milk\tingredient_substitution\nplease set an alarm for mid day\talarm\nwhat do i do if my luggage is lost\tlost_luggage\nwhat is the date tomorrow, please\tdate\ntext my friend for me and tell them to meet me later\ttext\ni would like to hear a funny joke\ttell_joke\nhow would i go about converting inches to yards\tmeasurement_conversion\ni need to know if my vacation was approved\tpto_request_status\nroll a dice for me\troll_dice\nget me a flight for tuesday on spiritcom to las vegas from chicago\tbook_flight\ncan you flip a coin and tell me the result\tflip_coin\ndo you know if taco bell takes reservations\taccept_reservations\nlet's go through my to do list items please\ttodo_list\nwhat is the day off request status if you could tell me\tpto_request_status\nadd jake's birthday party for friday at 5\tcalendar_update\nwho can send me a w2 so i can complete my taxes\tw2\non the tv, turn on\tsmart_home\nwhat sort of stuff do you know\twhat_can_i_ask_you\nhow should i prepare to change my own oil\toil_change_how\ndo i need a visa for germany\tinternational_visa\nthrow the dice\troll_dice\nwhat are the rules for carry on luggage\tcarry_on\nplease change my account to another one\tchange_accent\nwhat is the area that you came from\twhere_are_you_from\nplease show me what transactions i made on the first of this month\ttransactions\ni'm struggling to remind myself the pin number to my card\tpin_change\nerase meeting with jeff from my calendar\tcalendar_update\ni need my furnace turned on\tsmart_home\ntell me how long it will take to prepare a lasagna\tcook_time\ni want the nutrition facts for buttered spaghetti\tnutrition_info\ni was wondering about the vacation time you said you'll approve\tpto_request_status\nare you able to get my shopping list and order everything on it\torder\ni will now call you adam instead of your old name\tchange_ai_name\ntell me nutritional info for beans\tnutrition_info\nwhat hobbies do you like to do\twhat_are_your_hobbies\ni would like to switch to a different insurance plan\tinsurance_change\nlets hear a fact\tfun_fact\nhas my application for a new credit card been processed\tapplication_status\ni need to add dusting the bookshelf to my to do list\ttodo_list_update\nmy card isn't working\tdamaged_card\nclear my calendar for february 29th\tcalendar_update\ni want to know if opening a new account will decrease my credit score\timprove_credit_score\nphone call secretary\tmake_call\nis it safe to travel to china\ttravel_alert\nhow much do i pay in taxes every year\ttaxes\ncan you roll a 4 sided dice\troll_dice\nhave a good day\tgoodbye\nconvert 200 us dollars to british pounds\texchange_rate\ntell me the definition of the word redemption\tdefinition\nmake a reservation to stay in cali from november 11 to 15\tbook_hotel\nplease use a male voice\tchange_accent\nhow many calories are in chicken breast\tcalories\ni need to get a flight out of my local airport to england on monday, the 23rd for under a grand\tbook_flight\nwhat's chicago's time zone\ttimezone\ndoes my chase card have international transaction fees\tinternational_fees\ncould you roll a 6 sided dice\troll_dice\nwhat is the calorie count for this milkshake\tcalories\nhow can i get more checks for my commerce bank checking account\torder_checks\ncan you tell me if eating at outback's any good\trestaurant_reviews\nwhat is required to direct deposit my paycheck\tdirect_deposit\nwhat is the highway mpg of this car\tmpg\nplace an order for bread\torder\nhelp me transfer $100 from my checking to saving account\ttransfer\nwhere's your birthplace\twhere_are_you_from\nwho are you employed by, please\twho_do_you_work_for\ndo i have any meetings today between 6 and 7\tmeeting_schedule\ntransfer ten dollars from my wells fargo account to my bank of america account\ttransfer\ni need the routing number for my woodlawn account\trouting\ni flew on southwest airlines flight ab123 out of dallas and i can not find my luggage\tlost_luggage\nwho formulated you\twho_made_you\nplease send ten dollars from bank of america to capital one\ttransfer\nlast incident of my car in the shop\tlast_maintenance\ni want to know how to correctly spell cemetery\tspelling\ndo i really need a plug converter when in london\tplug_type\ncan you find me a roundtrip flight from orlando to austin for 3/28 to 4/5\tbook_flight\nhow long is pork good in the fridge\tfood_last\nmy list of reminders is what\treminder\nhow is my order doing right now\torder_status\nhow much interest do i get on my citizen's savings account\tinterest_rate\ncan you place an order for the olive oil i just finished\torder\ncommunicate trivia about lebron james\tfun_fact\nwhat car rental choices are there in calgary\tcar_rental\ncan you remember who compiled you\twho_made_you\ngive me a fun fact about koala\tfun_fact\noh no, report my card, it's stolen\treport_lost_card\ntext joe\ttext\ni need to know when i got latest paycheck\tpayday\nhelp me secure a car rental out of reagan international airport from march 22-30\tcar_rental\ni need to order more checkbooks for my capital one account\torder_checks\nhow come my card was declined at rosses\tcard_declined\ni'm going to india do i need some shots\tvaccines\nhow can i claim my rewards for my visa card\tredeem_rewards\nthanks for answering my question\tthank_you\nso what subjects do you like\twhat_can_i_ask_you\nwhere did your mom give birth\twhere_are_you_from\nwhat is your take on the meaning of life\tmeaning_of_life\nis there any good place for mexican food in hawaii\trestaurant_suggestion\ni want to know what the word discomfit means\tdefinition\norder some cat for me, i ran out\torder\nwhere are you from originally\twhere_are_you_from\nwhat is my routing number for home federal account\trouting\nhow much money do i make at my job\tincome\ncheck on the status of my order\torder_status\njust flip a coin\tflip_coin\nstop this process\tcancel\ni need know my credit limit on my american express card\tcredit_limit\nroll a die with 6 sides\troll_dice\nsay what the meaning of life is\tmeaning_of_life\nhey, flip me a coin i call tails\tflip_coin\nwhat's this car guzzle in gas when driving in town\tmpg\nwhen am i paid\tpayday\ntell me if you are a real person or an ai\tare_you_a_bot\nhow safe is it to travel to guatemala right now and are there any alerts\ttravel_alert\nwhat is amount of time it takes to get a new credit card i lost mine recently\treplacement_card_duration\nwhat kind of oil do i need to use for my car\toil_change_how\ndoes my calendar have anything for january 1st\tcalendar\nshow me my credit score\tcredit_score\ni am not sure how to pay my phone bill and need assistance\tpay_bill\nwhen is my next day off\tnext_holiday\ntell me how to find my current location\tcurrent_location\nwhere is the closest applebees to the empire state building\tdirections\nplease confirm that opening a new account can decrease your credit score\timprove_credit_score\ncreate alarms for 8 pm and 9 pm\talarm\nmy tires are 29 months old should u change them\ttire_change\nlook up the type of gas needed for this vehicle\tgas_type\nis there a holiday next week\tnext_holiday\ngo back to your factory settings\treset_settings\nhow many years have you been on\thow_old_are_you\nspeak slower please\tchange_speed\nhow expensive was my most recent transaction\ttransactions\nwhat sort of gas does the car need\tgas_type\nis it healthy to eat pizza\tnutrition_info\nin paris, what's the timezone\ttimezone\nwhat's the day of the week\tdate\nplease report my stolen card\treport_lost_card\nsend bill a text for me and tell him i will be 30 minutes late\ttext\ni want to know how i can build up a good credit score\timprove_credit_score\ni want to schedule car maintenance\tschedule_maintenance\ncan you raise your speaking speed\tchange_speed\nuse my shower playlist\tplay_music\nhave you any pets\tdo_you_have_pets\nwhats rupees dollars in 30\texchange_rate\nwhat can i do to improve my credit score\timprove_credit_score\nwhat kind of pto have i used\tpto_used\ndoes bank of america charge transaction fees if you use it in canada\tinternational_fees\ni am interested in applying for a visa card\tnew_card\nthat might be the case\tmaybe\nwhat's the definition of luminescent\tdefinition\nstart using whisper mode\twhisper_mode\nwhen do i have some time off next\tnext_holiday\ni just switched jobs and need a 401k rollover\trollover_401k\nsync with my phone\tsync_device\nwhat is the square root of 104\tcalculator\npeople call me gary\tchange_user_name\nwhat is the conversion of $30 in canadian dollars\texchange_rate\nwhat time is it in tokyo\ttime\ni really want to confirm that i have a reservation at red robin for josh\tconfirm_reservation\ni need to know how to get to target by bus\tdirections\nlist my to-do list\ttodo_list\ni think my luggage is lost\tlost_luggage\nwhat time of day is it in london\ttime\nbook uber from here to downtown\tuber\nwhat benefits do i have with my insurance\tinsurance\nincrease volume\tchange_volume\nsuggest a good mexican meal to me\tmeal_suggestion\nplease call an uber for me\tuber\nwhat number of pto days do i have left\tpto_balance\ni want to hear a fun fact about american presidents\tfun_fact\ni let my bank know that i'm traveling to greece from march to april\ttravel_notification\ni need to know how many vacation days i have used up please\tpto_used\nwhere do you come from\twhere_are_you_from\nwould i have to wait long if i want to eat at chili's\thow_busy\nshould i get any shots before i go to south africa\tvaccines\ncreate an alarm for 9 am and another one for 11 am\talarm\nwhat is the credit card apr please\tapr\ntell my location to david\tshare_location\nwhat date will my card be here\treplacement_card_duration\ndo they take reservations at buffalo wild wings\taccept_reservations\nhow is the word economy spelled\tspelling\nverify that i have reservations at chilis for john doe\tconfirm_reservation\nhow many vacation hours do i have\tpto_balance\nwhat interest rate am i getting from citrix\tinterest_rate\ni need to report fraudulent activity on my card\treport_fraud\ni want to pay my bill, please\tpay_bill\nwhat did i want to remember\treminder\nadd up 8 and 7\tcalculator\ncan you tell me what the date of expiry for my visa card is\texpiration_date\ntext robby hello\ttext\ni think maybe\tmaybe\ni will call you jimbo from now on\tchange_ai_name\nwhat transactions happened in the last week\ttransactions\nplease read my todo list\ttodo_list\ndoes ihop have good reviews\trestaurant_reviews\ntell me what this song is called\twhat_song\nthank you ever so much for that!\tthank_you\ndo you have any funny jokes\ttell_joke\nhow would i go about getting more checks for my western union account\torder_checks\nwill checking your credit lower my score\timprove_credit_score\ni would like to transfer from one account to my second one\ttransfer\nget rid of butter on my shopping list\tshopping_list_update\ni need to get a flight out of lax to dia on the 16th for under four hundred\tbook_flight\nmy account shows a transaction that i didn't make from foot locker\treport_fraud\ni need an alarm set for 5:30 pm\talarm\nwill my 401k rollover\trollover_401k\nwhat is 22+ 6\tcalculator\nplease put this song on my moody monday playlist\tupdate_playlist\nwhat date did i last take my car in\tlast_maintenance\nthey sold out of tacos at the buffet\trestaurant_reviews\ni want you reset to factory settings\treset_settings\nwhat are some of sweden's best sights\ttravel_suggestion\ncan i use sugar instead of salt\tingredient_substitution\nwhere are rewards from my visa card visible\trewards_balance\ncan you tell me something funny about science\ttell_joke\nwhat mpg does this car get in the city\tmpg\nare there ways for me to make my credit score better\timprove_credit_score\ncan you tell me my location\tcurrent_location\ntell me how to schedule a meeting\tschedule_meeting\nname some tourist things to do in seattle\ttravel_suggestion\nplease give me the name of a few good options for places to eat dinner tonight\trestaurant_suggestion\ncan you give me a traffic update for driving routes nearest ocean city, new jersey from philadelphia\ttraffic\nplease tell me the name you use for me\tuser_name\nwhich holiday is next\tnext_holiday\nfor what reason did my card get declined\tcard_declined\ntell me something funny about cats\ttell_joke\ni'd like to know who made you\twho_made_you\ni'd like to confirm the josh reservation at moe's\tconfirm_reservation\ncan you verify that i have a reservation at o'reilly's for 9\tconfirm_reservation\ncan you restore factory settings now\treset_settings\nuse my park bank account to pay my electric bill\tpay_bill\nlet my bank know that i'll be in moscow, russia\ttravel_notification\nwhat is al's age\thow_old_are_you\ni don't need the reservation anymore\tcancel_reservation\ncall me by my name\tuser_name\ntell me all about the meaning of life\tmeaning_of_life\ntell me about my vacation request\tpto_request_status\ni want you to reset your factory settings\treset_settings\nplease set a meeting with nancy at 4 pm\tschedule_meeting\ni need to know how to spell superficial\tspelling\nit is damaging to my credit score if i miss one credit card payment\timprove_credit_score\ni wanna know the bill's minimum payment\tmin_payment\nlook up the calories in an apple\tcalories\ni need a reminder to alert me to wish my mom a happy birthday\treminder_update\nthank you kindly\tthank_you\ni need some assistance paying my utilities bill\tpay_bill\nplease add bananas to my shopping list unless i already did\tshopping_list_update\ncan you please tell me about the status of my credit card application\tapplication_status\nhow many points have i already accrued on my chase mastercard\trewards_balance\nhow much to wait before dining in the jack in the box at 4 pm\thow_busy\nmy order was put in and i was wonder how i can see the status of it\torder_status\nhow do you convert ounces to kilos\tmeasurement_conversion\nwhat do you make in a year\tincome\nwhat is my health insurance\tinsurance\nhow much did i spend at restaurants last week\tspending_history\nplease set a timer for cookies\ttimer\ncan i have your name please\twhat_is_your_name\nare my state tax payments too high\ttaxes\ni appreciate what you did\tthank_you\nno that isn't it\tno\nhow can i fix my card being declined\tcard_declined\ni need a recipe for chili\trecipe\nhave i have been spending a lot of money on shoes\tspending_history\ncan you find my cellphone\tfind_phone\nhow do you convert pounds to kilos\tmeasurement_conversion\nwho is it that programmed you\twho_made_you\nthat will be true\tyes\nis new caledonia safer than other countries\ttravel_alert\ntell me when should i get my tires changed next\ttire_change\nprocedure to change oil in car\toil_change_how\ndon't connect to my phone anymore\tsync_device\nwhat subjects are you experienced in\twhat_can_i_ask_you\nget an uber to the airport\tuber\ntalk slower, please\tchange_speed\nwhat do i do to rollover my 401k\trollover_401k\nif you're in melbourne, what timezone are you in\ttimezone\ni need to find a good way to make chicken soup\trecipe\nwhat is the name of the song that's playing on the radio right now\twhat_song\ni need to know status of my day off request\tpto_request_status\nwhat is status of my bank account\tbalance\nwhat is the minimum amount of money required as payment for the bill\tmin_payment\nthat's totally wrong!\tno\ncan you put oranges on my shopping list\tshopping_list_update\nclear my calendar for september 6th\tcalendar_update\nrepeat what you just told me\trepeat\nshare my location with apple\tshare_location\nmy chase account has a hold why\taccount_blocked\ndial christie's cell\tmake_call\ngive me instructions on how to change the oil in my car\toil_change_how\ni would like assistance moving money from one account to another\ttransfer\nis this a song that i dont know\twhat_song\ndo you think we have a higher calling\tmeaning_of_life\nset the volume to 4 please\tchange_volume\ni need you to send 500 dollars from my high tier account to my regular checking account\ttransfer\nstop what you're doing\tcancel\nwhere can i locate the ally routing number\trouting\nlet me know my current location\tcurrent_location\nhow do my health benefits work\tinsurance\ni ordered new light bulbs online when will they get here\torder_status\nwhat kind of gas is required for this car\tgas_type\nhow can i increase my aa credit card limit\tcredit_limit_change\ngive me some ideas on what i can do in seattle for fun\ttravel_suggestion\nskip this song\tnext_song\nhow many carry ons does spirit allow when flying to dallas\tcarry_on\ni need a suggestion for a dinner recipe\tmeal_suggestion\ni want to hear my vaporwave playlist\tplay_music\npull up my credit card application's current status\tapplication_status\ncan i change your name to buttercup\tchange_ai_name\nwhere can i get my tires checked and how can i schedule it\tschedule_maintenance\nwhere do you hail from\twhere_are_you_from\ncan you help me find my cellphone\tfind_phone\nflip a coin if you will\tflip_coin\ni'd like my 401k to be rolled over\trollover_401k\nwho are you known as\twhat_is_your_name\npost the living room lights on\tsmart_home\ni'd like to pencil in a meeting with seth at 11am\tschedule_meeting\nhow to change oil and what oil type\toil_change_how\nset a 3 minute timer\ttimer\nwho made this ai\twho_made_you\ncan you schedule a meeting with james at the office, please\tschedule_meeting\nwrite apples on my shopping list\tshopping_list_update\nwhat interest rate will regions give me\tinterest_rate\ndo my tires have enough pressure\ttire_pressure\nnice talking again, bye\tgoodbye\nwhat can i do in hong kong\ttravel_suggestion\nhow soon milk expires\tfood_last\nwhat's my paycheck going to be\tincome\ni need an alarm set\talarm\ni got to know how long can i keep pizza in the freezer for before it goes bad\tfood_last\nwhat oil do i use when changing oil and how do i do it\toil_change_how\nwhat is the miles per gallon\tmpg\ni think you are a bot\tare_you_a_bot\nhas my vacation time been signed off on\tpto_request_status\ntell me what my calendar looks like for april 13\tcalendar\ni don't understand why there is a hold on my retirement fund account\taccount_blocked\ntell me how many pesos equal 500 dollars\texchange_rate\nplease confirm my reservation at parc for 8:00 pm, with the name denise jack\tconfirm_reservation\ni need rules for jump starting\tjump_start\ncheck my calendar to see if an event called final exams exists\tcalendar\nthe name you have for me is what\tuser_name\nroll a dice that has seven sides\troll_dice\nthe answer to that is affirmative\tyes\nhow do they say hello in germany\ttranslate\nwhat time is my flight supposed to be landing\tflight_status\nwhen will my cc application process\tapplication_status\nwhat is the shelf life for beef in the freezer\tfood_last\nhow long before i can eat at chic fil a\thow_busy\nwhat should i do if i'm waiting at the airport and my luggage is not here\tlost_luggage\nfind out what the word abrogate means for me\tdefinition\nmy tires are how low on air\ttire_pressure\nremind me again please\treminder_update\nthe ingredients in pizza are what\tingredients_list\ncan you get me a table for 5 at johnnys\trestaurant_reservation\ncan you kindly clear my agenda list\ttodo_list_update\nplease tell me trivia about hamburgers\tfun_fact\nwhat benefits does my insurance provide\tinsurance\nis changing the water filter on my to do list right now\ttodo_list\naffirmative\tyes\ni wish to confirm that i have a reservation at red robin for josh\tconfirm_reservation\nwhat is the equal number of dollars i can exchange for 50 pesos\texchange_rate\ncould you check to see if my order has been delivered\torder_status\ni dont want to listen to this song\tnext_song\nwhat's the nutrient make up of a plate of spaghetti\tnutrition_info\nplease slow down i can't understand you\tchange_speed\nhow do i find when my water bill needs to be paid\tbill_due\nare they going to let me take vacation\tpto_request_status\nwhats the wait time for a replacement card\treplacement_card_duration\ni need to report a stolen card\treport_lost_card\nhas my application for discover card gone through yet\tapplication_status\nis there a carry-on item weight limit\tcarry_on\ni need to apply for a new credit card\tnew_card\nplease call me charlile from here on out ok\tchange_user_name\ntransfer $5 from savings to checking\ttransfer\nhow many vacation days do i have remaining, please\tpto_balance\nmove on to the next song\tnext_song\nwhich insurance do i have\tinsurance\ni’m making spaghetti what ingredients do i need\tingredients_list\nhow many kilos are in 100 pounds\tmeasurement_conversion\nwhat holiday is coming up next\tnext_holiday\ndoes this car take regular gas\tgas_type\nwhat's my current spending limit\tcredit_limit\ni'm traveling to morocco soon and want to inform my bank\ttravel_notification\ni need to transfer ten dollars from my bank of america account to my capital one account\ttransfer\nwhat timezone is chicago in\ttimezone\nwhy is there a hold on my american saving bank account\taccount_blocked\ni need to book a reservation for 3 at xenophobe under the name zebee\trestaurant_reservation\nwhat hobbies do you do\twhat_are_your_hobbies\nhow many miles will a gallon of gas take this car\tmpg\ni want to report fraudulent activity on my capital one\treport_fraud\ni no longer want this phone to sync\tsync_device\ni'm travelling to boston soon and want to inform my bank\ttravel_notification\ndo i have to buy milk\tshopping_list\nhave i gotten confirmation for my credit card app\tapplication_status\ni need some guidance when it comes to direct deposit\tdirect_deposit\nwhen did i take my car to paul's auto last\tlast_maintenance\nexchange rate to go from dollar to yen\texchange_rate\ncan you find my credit limit on my mastercard\tcredit_limit\nplease assist me in figuring out how to handle a dead car battery\tjump_start\nhow can i schedule a meeting\tschedule_meeting\ni need to know my reward point total looking at my debit card\trewards_balance\nwhat do i do if my car battery died\tjump_start\ni forgot my pin number for my credit union bank account, can you help\tpin_change\nwhats your age range\thow_old_are_you\nput whisper mode on\twhisper_mode\nwhat's the recipe for rice noodles\trecipe\nhow can i make a vacation request\tpto_request\nplease set a timer for\ttimer\nmark down cleaning the bathroom on my list of things to do\ttodo_list_update\nmy visa card  what's the apr on that\tapr\ncan you schedule a meeting for me\tschedule_meeting\nhow many centimeters are in 4 inches\tmeasurement_conversion\ncan credit card companies expedite delivery of reissued credit cards\treplacement_card_duration\ntell me a joke\ttell_joke\ndoes united airlines allow more than one carry on\tcarry_on\ndoes my tv need a socket conveter in ny city\tplug_type\ntell me what my name is\tuser_name\nsomeone else used my account to buy stuff from mcdonald's\treport_fraud\nwill you please put remember to drop off at the dry cleaner's to my current to do list\ttodo_list_update\ni want you to talk more slowly\tchange_speed\nwhat plug type should i use in england\tplug_type\nset a reminder for tomorrows meeting\treminder_update\nshow me a beef recipe\trecipe\nhow can i ensure my credit score doesn't drop\timprove_credit_score\ndoes minnis take reservations\taccept_reservations\ncan you tell me what obsolescence means\tdefinition\nwhat was the date when i last had my car inspected\tlast_maintenance\ncan you tell me how to apply for a western card\tnew_card\nschedule an alarm\talarm\nwhat are your best travel suggestions\ttravel_suggestion\nreset to factory settings\treset_settings\nmake your accent the male british one\tchange_accent\ni ran my credit card over with the lawn mower and need to replace it\tdamaged_card\nwhat day is my car insurance due\tbill_due\ni wanna know what the traffic is like on the way to phoenix\ttraffic\ni need to change my username\tchange_user_name\nbump some jams\tplay_music\ncan you call dominos pizza\tmake_call\ni would like to be told about my credit rating\tcredit_score\nstart the timer now and stop at thirty minutes\ttimer\nwhat is the time is central time zone\ttime\nwhat plug type is used internationally\tplug_type\ni am not to sure about that\tmaybe\ncheck my schedule for meetings today\tmeeting_schedule\nmake an eft to my savings from my checking account\ttransfer\nwhat's the nutritional information of iceberg lettuce\tnutrition_info\ni want to know how to rollover my 401k\trollover_401k\ntell me something funny about the middle ages\ttell_joke\ntell me what ingredients i will need to make this meal\tingredients_list\ncash in rewards for my visa card\tredeem_rewards\nwhat am i supposed to do if i lost my luggage\tlost_luggage\ni want a hotel booked in salem near the concert hall from the first to the second\tbook_hotel\nwhat is my plan for the day\treminder\ntake carrots off my list for shopping\tshopping_list_update\nerase all events on friday from my calendar\tcalendar_update\ndo i have to get shots to enter cuba\tvaccines\ni need to know how to schedule a meeting\tschedule_meeting\nwhat kind of petrol goes in the tank\tgas_type\ni would like to change your name to eli\tchange_ai_name\nwhich insurance plan am i enrolled in\tinsurance\nso when was car in shop\tlast_maintenance\ni'd like to learn more about your pets\tdo_you_have_pets\nhow much do i have left to pay on my server and domain\tbill_balance\nare my health benefits good\tinsurance\nwhat is the electricity bill\tbill_balance\ntake a coin and flip it and i call tails\tflip_coin\ntransfer my 401k please\trollover_401k\nwhat type of plug do they use in mexico\tplug_type\ni need to set up a vacation request, what do i need to give you\tpto_request\ntake everything off my to do list please\ttodo_list_update\ni'd like to increase my credit limit\tcredit_limit_change\ncan you assist me on my fradulent activity on my chase card\treport_fraud\ncan i modify the apples for grapes\tingredient_substitution\nshow me my calendar for next sunday\tcalendar\nwhat timezone is vegas in\ttimezone\nwhat's the best place to just get away from it all\ttravel_suggestion\ncan you please speed up your speech\tchange_speed\ncan you help me with a rental car\tcar_rental\napple cider has been in my fridge for four months so can i still drink it\tfood_last\nwould you tell me a joke\ttell_joke\nwhat do i need to do to get new insurance\tinsurance_change\nfind me an uber to the liberty bell\tuber\ngive me some ideas of how to avoid my credit score lowering\timprove_credit_score\nhow do i rollover my 401k\trollover_401k\nput a hold on my bank account\tfreeze_account\nhow is my tire pressure\ttire_pressure\nput in a pto request for me i want it for the ninth and the tenth of august\tpto_request\nhow do i change pounds into kilograms\tmeasurement_conversion\nwhat is the carry-on policy for flights on lufthansa\tcarry_on\nyou work for whom\twho_do_you_work_for\nhas anyone approved my day off request\tpto_request_status\nhow to use credit card points\tredeem_rewards\ncan you tell bill and craig where i am\tshare_location\ni lost my phone can you help me\tfind_phone\nis there a travel alert for spain\ttravel_alert\ni'd like to know this song's name\twhat_song\nwhat's my interest rate from january\tinterest_rate\nread all my reminders\treminder\nthank you very much\tthank_you\nnutrition information for chicken nuggets, please\tnutrition_info\nwhat is my amex minimum payment\tmin_payment\ni want to pay my tax bill\tpay_bill\nwhat's my visa card's limit\tcredit_limit\ni want to hear an interesting fact about dinosaurs\tfun_fact\ni need to remove an event from my calendar\tcalendar_update\nwhen is it imperative that i get my tires changed\ttire_change\nhow do i change my oil out and what kind should i use\toil_change_how\ndo i have any meetings scheduled between 3 and 5 pm today\tmeeting_schedule\ni want to get the w-2 form\tw2\ndo you know any dad jokes\ttell_joke\ni need an alarm set please\talarm\nplease get me an update on the status of my credit card application\tapplication_status\ni suspect fraudulent transaction\treport_fraud\nhow busy is the cafe at 7:00\thow_busy\nincrease the volume\tchange_volume\nplease make a reservation at ruth's steaks for a party of five at 7:00 pm under jack arnold\trestaurant_reservation\nplease initiate a phone call to my boss\tmake_call\ntell me the minimum i can pay on my cable bill\tmin_payment\ntalk to me in italian from now on\tchange_language\ntell me the items in my shopping list\tshopping_list\nfind me a good spot for southern comfort food in los angeles\trestaurant_suggestion\nwhat is the lowest amount i must pay on my verizon bill\tmin_payment\nwhat is the date in 5 days\tdate\nwould you consider my apr to be good\tapr\ni need a hotel room that can host 5 people from tomorrow to saturday in denver\tbook_hotel\ni think i'd like to apply for an amex\tnew_card\nshow me my transactions on clothes at macys\ttransactions\nhow many rewards points do i have for my amazon card\trewards_balance\nhi, can you tell me the interest on my ira\tinterest_rate\ncatch you around\tgoodbye\nmy bill shows a purchase from payless shoes but i didn't buy anything\treport_fraud\nis there a list of recommended shots to get before travelling to kenya\tvaccines\nhow long will it take me to drive to my destination\tdistance\nwhat were those things i was trying to remember\treminder\ncan you tell me my bank balance\tbalance\nwhat does amicable mean\tdefinition\nhow long before i need to replace my tires\ttire_change\nwhat did they name you\twhat_is_your_name\nhow do i jump start my car battery\tjump_start\nwho can i talk to right away about the current freeze on my account\taccount_blocked\ncompare fares for al italia from bucharest to tampa returning before thanksgiving\tbook_flight\nrefer to me as nick\tchange_user_name\nare you real or fake\tare_you_a_bot\nhow can i create a meeting\tschedule_meeting\ninfo on direct deposit set-up\tdirect_deposit\nhow can i get my rewards for my master card\tredeem_rewards\ni need to report a lost card\treport_lost_card\ni need to know my bank of america routing number\trouting\nhow long will i be on the bus if i rid it to seattle\tdistance\nwho do you think i am\tuser_name\ndo i need to bring a visa when i go to canada next month\tinternational_visa\nremind me to call my mom\treminder_update\nhow much do you start at\tincome\ni made a reservation under mark hamil at the emporium that i don't need any more\tcancel_reservation\nwhen's the next time i have to get an oil change\toil_change_when\ncan you put smooth operator by sade on my playlist\tupdate_playlist\ni want to know td banks interest rates\tinterest_rate\nhow do i get my credit score\tcredit_score\nwhere is the closest hospital to madison square garden\tdirections\nlocate my phone for me\tfind_phone\ndoes the ai have hobbies\twhat_are_your_hobbies\nnot sure if that's a yes or a no\tmaybe\nhow much can i get away with paying for my college loan\tmin_payment\nwill you tell me the interest rate\tinterest_rate\ncan i make reservations at applebee's or no\taccept_reservations\nwill there be a wait time at this restaurant\thow_busy\nis my credit good enough to get a new card\tcredit_score\ndo i have enough gas in my tank to make it to washington dc\tgas\nset a 1 minute timer\ttimer\ncan you tell me what today's date is\tdate\ndo the tires need air\ttire_pressure\ncan you play music by led zepplin\tplay_music\nwhat things are there to do in portland\ttravel_suggestion\nlet me know when you were made\twhere_are_you_from\ndoes more than one carry on cost extra at ryanair\tcarry_on\ni am grateful for the help\tthank_you\ni'm looking for a roundtrip flight from koa to mgj for june to july\tbook_flight\nshow me some things to do in gatlinburg\ttravel_suggestion\nwhere can i go to see if my credit card application has been processed\tapplication_status\nwhat kinds of questions can i ask you\twhat_can_i_ask_you\nwhat's the best restaurant in arizona for pizza\ttravel_suggestion\nhow much time off do i have left\tpto_balance\nwhat do i do to stop my credit score from going lower\timprove_credit_score\ncan i make your name different\tchange_ai_name\nwhich types of vaccinations are required when leaving the united states\tvaccines\nwhat the heck is qat\tdefinition\ni would like you to help me get on another united healthcare insurance plan\tinsurance_change\nwill you tell a joke\ttell_joke\nhow many miles per gallon does this car get on the highway\tmpg\ncould you find someone to check out my car because the check engine light is on\tschedule_maintenance\nhave i used half of my days off yet\tpto_used\nwhere would i search for my location\tcurrent_location\ni spilled wine on my credit card and now its all mushy and needs to be replaced\tdamaged_card\nwill you let me know what my spending limit is\tcredit_limit\nmake my todo list blank\ttodo_list_update\ndo i have enough fuel to get to tampa\tgas\ni need to tell bank that i am taking a trip to asia\ttravel_notification\nadd a reminder to pick milk up at the store\treminder_update\nwhat is the process to move money from one account to another\ttransfer\ntell me what is showing up on my reminder list\treminder\ni want to have that repeated for me\trepeat\non the fan\tsmart_home\nis everything ok today\tgreeting\ncan you connect to my phone\tsync_device\nplease order an iphone7 for me\torder\ndoes life have a meaning\tmeaning_of_life\nin my tank how much gas is there\tgas\nfind a chow mein recipe for me, please\trecipe\ni go by ted\tchange_user_name\ncharge my internet bill to the corporate account\tpay_bill\nhow do i get to the hotel by bus\tdirections\nplease inform regarding the procedure to cash in my rewards for my citibank card\tredeem_rewards\nwhat kind of weather does miami have\tweather\nhow do i ask for a limit increase on my discover card\tcredit_limit_change\nwhat is 80980 + 098098 + 80980 + 1243\tcalculator\nyour name please\twhat_is_your_name\ndo i need to get any shots to travel to mexico\tvaccines\nwould you tell me about my income\tincome\nwhat topics are you versed in\twhat_can_i_ask_you\nhas the order that i placed arrived\torder_status\nthat is a completely false statement\tno\nno, that's wrong\tno\nwhat is my vacation schedule look like\tpto_balance\ni am unable to complete my order, why could there be a hold on my wells fargo account\taccount_blocked\ndo i have anything on my schedule for may 3\tcalendar\nyou can vacuuming of my todo list\ttodo_list_update\nhow long will delivery of a new card take\treplacement_card_duration\nhow many points on my chase unlimited card\trewards_balance\nwho is in charge of you\twho_do_you_work_for\ncan you give me a thai meal suggestion, please\tmeal_suggestion\ncan i get this car's mpg\tmpg\ncould i rent a car from tuesday to thursday out of lax\tcar_rental\nwhat apr do i have with my credit card\tapr\nwhat routing number do i use to send an international wire with citibank\trouting\ncan you help me set up direct deposit\tdirect_deposit\ndo play the music by linkin park\tplay_music\ntext my boss for me and tell them i will be a little bit late\ttext\nwho should i apply for a credit card for\tnew_card\nid like to rent a ford in denver colorado between january 1st to the 3rd\tcar_rental\ntext message chris and say i love you\ttext\non the third i am looking for a flight for under 700 from denver international to new york international\tbook_flight\ndo you have a boss\twho_do_you_work_for\nwhisper to me\twhisper_mode\nspell out potato\tspelling\nhow long can i store eggs in the fridge\tfood_last\npeace out\tgoodbye\ncan you arrange a meeting for 3:00 on wednesday\tschedule_meeting\ndon't be connected to my phone anymore\tsync_device\nwhat is today's fun fact\tfun_fact\nis my day off request still pending\tpto_request_status\ndo you know how much i pay in taxes\ttaxes\nthey call me josh\tchange_user_name\nwhat was my income last year\tincome\nyou are correct\tyes\ncan you give me a hand paying my water bill\tpay_bill\nwhat must i pay, at a minimum, on my verizon bill\tmin_payment\ni'm in the mood for slow songs and nothing else\tplay_music\ndo i need a visa to go to cuba\tinternational_visa\nare transaction fees charged for my aaa card in canada\tinternational_fees\nhas my credit card application gone through\tapplication_status\nare you real or automated\tare_you_a_bot\nhelp me reserve a table for 3 at lucky's under the name crystal at 8 pm\trestaurant_reservation\nwhat's the spanish word for pasta\ttranslate\ncan you roll a four sided die and tell me the result\troll_dice\nput laundry on my to do list\ttodo_list_update\ncan i get some new checks i'm out of mine\torder_checks\ndoes my card ending in 1234, or any of my cards, expire soon\texpiration_date\nmy interest rate please\tinterest_rate\nshow shopping list\tshopping_list\ni am needing you to tell me how to get to dallas, texas, by bus\tdirections\nhow would i say if i were english subway\ttranslate\nthanks for giving me assistance\tthank_you\nchange to something that's not whisper mode\twhisper_mode\ni'm not sure how to set up direct deposit\tdirect_deposit\nwould you say you like cats or dogs\tdo_you_have_pets\ni need an uber for 5 people to go to the statue of liberty\tuber\nlooking at this week only, have i overspent on hoagies\tspending_history\nwhy can't i access my chase account\taccount_blocked\nhow can i make my own doughnuts/what ingredients\tingredients_list\nstart a timer please\ttimer\nwhat's the prep and cooking time on pizza dough\tcook_time\ni need to switch to the male voice\tchange_accent\nlet me know how low the air in my tires are\ttire_pressure\ndo i need a travel visa to visit germany\tinternational_visa\nwhat do i have going on between 9 and 10\tmeeting_schedule\nwill you take my bill payment\tpay_bill\nwill it be all right for me to drink milk i've had in the fridge since tuesday\tfood_last\nhow many rewards do i have on my chase card\trewards_balance\nhmmm, either could be a choice\tmaybe\ncould you hit next\tnext_song\nsubmit a request for pto for the dates may 5th to the 12th\tpto_request\ni have no idea where my luggage went!\tlost_luggage\n10-4\tyes\nhow do you make fried rice\trecipe\nhow many carry ons will american let me take for a flight to los vegas\tcarry_on\ni want to change your name to adam\tchange_ai_name\nhow many years has al been on earth\thow_old_are_you\nwhat's the wait like at chima brazilian steakhouse at this time\thow_busy\ndog in spanish\ttranslate\ni want to put in a request for pto from may 5 to may 12\tpto_request\ncan you speak with me using faster speech\tchange_speed\ncan you confirm my reservation for kevin at red robin\tconfirm_reservation\ni need to change my insurance policy, how\tinsurance_change\ni would love to hear a joke about the dmv\ttell_joke\ncheck my checking balance\tbalance\ni need my pin number for my bank of america account and i can't remember it\tpin_change\nremove carrots from my shopping list and add soda\tshopping_list_update\nis rice bad after 3 days in fridge\tfood_last\nin my motivational playlist include the song rap god\tupdate_playlist\nif i replaced my tires on labor day, when should i next replace them\ttire_change\ncan you tell bob and alice where i am\tshare_location\ncan you increase my credit limit\tcredit_limit_change\nwhat is the carry-on policy for flights on american airlines\tcarry_on\ndo you have any elvis music\tplay_music\ntake it easy!\tgoodbye\nwhat should i get to make the jamaican patties\tingredients_list\nwhat's this song playing\twhat_song\ntell me how traffic is looking on the interstate\ttraffic\ntell me today's fun fact\tfun_fact\ntrue\tyes\nmy reservation is no longer needed\tcancel_reservation\nwhy was my card declined for my monthly netflix subscription payment\tcard_declined\ncan you calculate my state taxes\ttaxes\nhow much money is left in my bank accounts\tbalance\ni'm at home, so where is the closest starbucks\tdirections\nmy car needs a jump start; what do i need to do\tjump_start\ndid i put milk on the shopping list\tshopping_list\nset a pto request for april 1st and 2nd\tpto_request\ni am thankful for the answer\tthank_you\nlet shih chieh see my location\tshare_location\ni wanna know what the traffic typically like at 3:30 on the route to phoenix\ttraffic\nplease take final exams off my calendar for may 3\tcalendar_update\nwhat's the inflation of my tires\ttire_pressure\ncan you share my location with roger\tshare_location\ncan i put in a pto request for august 1st to august 10th\tpto_request\ndo i need to get any shots before i go to brazil\tvaccines\nai, cancel that last request\tcancel\ntell me how to utilize my card points\tredeem_rewards\nhow old are you ai\thow_old_are_you\ni would like the song playing right now put on my driving playlist\tupdate_playlist\ni need to know something about my latest transaction\ttransactions\nwhat is my routing number on my checking account\trouting\nplease tell me the bill's minimum payment\tmin_payment\nlet me hear all meetings for today\tmeeting_schedule\ni need to add this song to my playlist of rock\tupdate_playlist\ni would like to pay my cell phone bill\tpay_bill\nhi there alexa\tgreeting\ncan i get someone to look at my check engine light that is on\tschedule_maintenance\ni want to increase your volume\tchange_volume\ncan you make an alarm for 7 am\talarm\nare you young or old\thow_old_are_you\ncan you talk slower please\tchange_speed\ncan you tell how many days i already took off this year\tpto_used\n401k rollover help\trollover_401k\ni need to know the difference between inches and centimeters\tmeasurement_conversion\ni need to know when is the next holiday here\tnext_holiday\nhow much paid time off do i have\tpto_balance\ndo you know why i can't log into my bank account\taccount_blocked\n\"\"\"i'll be travelling from lax and headed to phl for 120 on the 10th of may\"\tbook_flight\nwrite text and send to someone\ttext\nflip a coin for me i call tails\tflip_coin\ni need you to block my chase account immediately\tfreeze_account\ni haven't a clue\tmaybe\nwhat date should i get my tires changed\ttire_change\ncan i get a jeep to rent in bangor from the first of the month to a week after the first\tcar_rental\ndo i need a plug converter when i visit russia\tplug_type\nwhen do i get my next check\tpayday\ncan you play music by the rolling stones\tplay_music\nhelp me a great hotel in vegas for this weekend\tbook_hotel\ncan you tell me my to do list\ttodo_list\ncall work\tmake_call\nlook up when my flight is set to start boarding\tflight_status\nadd my birthday to my calendar for next month on the 5th\tcalendar_update\ncan you help me find the routing number\trouting\ni need to let my bank know i am traveling to chicago\ttravel_notification\nwhere is the nearest gas station\tdirections\ntell me my reminders\treminder\ndo i need a socket converter if i'm going to be in eithiopia\tplug_type\nat what time will my flight begin boarding\tflight_status\nin what month does my credit card expire\texpiration_date\ntell me how the apr on my hy-vee card is\tapr\ni want you to immediatly block any further activity on my bb&t bank account\tfreeze_account\ni would like to apply for a discover card\tnew_card\nwill i be allowed to take vacation\tpto_request_status\nwhat do i do if i think my car battery's dead\tjump_start\nwhere do you work\twho_do_you_work_for\nwhen will my order arrive\torder_status\nreset to factory default\treset_settings\nhow long should i cook chicken\tcook_time\nyour name will be queen\tchange_ai_name\nwhat's on my calendar for march 20th\tcalendar\nam i talking to a person or a bot\tare_you_a_bot\nwhere is my credit score\tcredit_score\nwhat are some fun silly things to do in new jersey\ttravel_suggestion\nare my vaccines up to date for going there\tvaccines\ntell me how busy the restaurant will be between 5 and 7pm\thow_busy\ncan i rent a car out of lax from tuesday to thursday\tcar_rental\ncan you explain to me what type of vacation days i have still\tpto_balance\ncan a car be rented from tuesday to thursday out of lax\tcar_rental\nset my oven to 350 please\tsmart_home\ni need to order more checks for my savings account\torder_checks\nwhat's the nearest ups store to walmart\tdirections\nwho is the one who programmed you\twho_made_you\nwhat is today's month, day and year\tdate\ncan you please repeat that response\trepeat\nplease tell me the name that you have for me\tuser_name\nwhom do you work for\twho_do_you_work_for\nwhats up with you\tgreeting\nhow can i use you\twhat_can_i_ask_you\ncan you please the timer\ttimer\ncan i get an uber for five people to go to the national gallery of art\tuber\ntell me my interest rate\tinterest_rate\nmashed potato's nutrition\tnutrition_info\norder all items on the list\torder\nwhat is my interest rate\tinterest_rate\ncan i check my gold rewards card online\trewards_balance\nwhy can't i use my money market account\taccount_blocked\nmy name is going to be sherlock\tchange_user_name\ncan you play everlong by foo fighters\tplay_music\nwhere is my package en route\torder_status\ndo you know the expiration date on my credit card\texpiration_date\nthanks for that response\tthank_you\ni need eggs; add them to my shopping list\tshopping_list_update\nwhat's this car get for highway driving\tmpg\nquit the current action please\tcancel\ni'll be confirming my reservation for joseph at red lobster\tconfirm_reservation\ninfo on setting up direct deposit\tdirect_deposit\nare you my employee\twho_do_you_work_for\nexit out of whisper mode\twhisper_mode\nplease define erection for me\tdefinition\ntell the bank i will be traveling internationally soon\ttravel_notification\nwhat's the nutrition info for a cucumber\tnutrition_info\nyou know me by what right now\tuser_name\nin what state were you born\twhere_are_you_from\nhow many chores are on my todo list\ttodo_list\nhas my vacation been okayed yet\tpto_request_status\ndo you have another job\twho_do_you_work_for\nraise the volume\tchange_volume\nare there good clam places in cleveland\trestaurant_suggestion\nit was a pleasure talking to you\tgoodbye\nput wash the counters down on my list of pending tasks\ttodo_list_update\ni would like you to change your accent\tchange_accent\nwhat are the steps to get my rewards for my visa card\tredeem_rewards\ni am going to need a block put on my chase account right away\tfreeze_account\nwhat health benefits can i use\tinsurance\ncan you get me simple instructions on how to do an oil change\toil_change_how\nhow long has it been since i last took my car to the shop\tlast_maintenance\ncan you take frozen food of my shopping list\tshopping_list_update\ni have been spending a lot on utility bills lately\tspending_history\nis there heavy traffic on the way to the city\ttraffic\nwhat's my mortgage payment going to be this month\tbill_balance\ncan you tell me the minimum amount due on my visa this month\tmin_payment\ntranslate hello in french\ttranslate\nhow do i set up instant paycheck\tdirect_deposit\ni'm having trouble scheduling a meeting\tschedule_meeting\ndoes my shopping list have pop tarts\tshopping_list\nlet's talk about your hobbies\twhat_are_your_hobbies\nhelp me rollover my 401k\trollover_401k\nstop synching to my phone\tsync_device\nhow can i get a visa card\tnew_card\nis the mexican place crowded at night\thow_busy\nthanks for the info\tthank_you\nwhat are the necessary shots for travel to africa\tvaccines\ncan you give my whereabouts to doug and buster\tshare_location\ncan i get a credit limit raise on my credit card\tcredit_limit_change\nplease put a block on my td ameritrade account now\tfreeze_account\nmy friends call me carrie\tchange_user_name\nwhat is the insurance plan i am enrolled in\tinsurance\ni want to apply for a alphabank card\tnew_card\nwhat are your hobbies\twhat_are_your_hobbies\ncan you tell me how much pto have i use\tpto_used\ncan you please change you accent to the male british one\tchange_accent\nplease put in a vacation request\tpto_request\ndo you know my credit limit for the visa card\tcredit_limit\nwhat about the calories for this chicken salad\tcalories\ni want to set up direct deposit to my charles schwab account\tdirect_deposit\nwill you please add cannons by phil wickham to my playlist\tupdate_playlist\nwhat song is currently playing\twhat_song\ni want to eat at seven in the restaurant for two people\trestaurant_reservation\ni need you to switch to whisper mode\twhisper_mode\nhow long until i can expect my new card to get mailed to me\treplacement_card_duration\nis it possible to get to olympia by bus\tdirections\nput the current song in my favorite playlist\tupdate_playlist\nwhat company is responsible for your design\twho_made_you\nchange my name to bob\tchange_user_name\ni need the temperature set at 70 f\tsmart_home\ni need to know when my next day off is\tnext_holiday\ni want to hear a joke about elephants\ttell_joke\ni am going to be traveling in turkey, are there any alerts\ttravel_alert\nyour answer is appreciated\tthank_you\nhelp me figure out where my cell phone is\tfind_phone\ncan you tell me if ruby tuesday does reservations\taccept_reservations\ntell me the month that my card will expire in\texpiration_date\nhow do i get to the museum by bus\tdirections\nhow does my gas tank look\tgas\nchange back to your initial settings please\treset_settings\ni need a well-rated hotel in vegas\tbook_hotel\ntell my bank i will be in brazil from june 1st to july 1st\ttravel_notification\ni wanna know my next paycheck\tpayday\nhow much interest is my nfcu accrueing\tinterest_rate\nare there any events on my calendar for march 2nd\tcalendar\ni have a fraudulent transaction from wal mart showing on my account\treport_fraud\nwhat timezone is london is\ttimezone\nwhen is my car due for an tire change\ttire_change\ncan you help me find my w-2\tw2\ncan i pay my bill\tpay_bill\nwhat's the credit limit on my account\tcredit_limit\nwhat is tuesday's calendar like\tcalendar\ntell me the date\tdate\ncould you please let me apply for a new credit card\tnew_card\nwhat's the routing number for my usaa account\trouting\nwhat is the song on speaker\twhat_song\ni need to know this song\twhat_song\nplease set a reminder for me\talarm\ncould you increase the speaker volume please\tchange_volume\nhow would you like me to call you\twhat_is_your_name\ndoes this car take regular or diesel fuel\tgas_type\ndid i set a day on my calendar for voting in the next election\tcalendar\ncan you set a timer for two minutes\ttimer\ndo i have any vacation days left\tpto_balance\ni would like to know your name\twhat_is_your_name\ni need to do taxes and have to get a w2\tw2\nhow many vacation days have i consumed\tpto_used\nwhen is my pay period\tpayday\ntell me a joke about cars\ttell_joke\nshowme how to find my location\tcurrent_location\nwhat do i have to do\ttodo_list\nwho do i contact for a w2 form\tw2\nplease look up my credit score\tcredit_score\nrollover my 401k assistance\trollover_401k\ncan you check to see if my order has been delivered, please\torder_status\ni will be traveling to lima alert my bank\ttravel_notification\nwill i run out of gas before i get to sioux falls\tgas\nwhat's the best place to visit in arizona\ttravel_suggestion\ndoes buffalo wild wings have good reviews\trestaurant_reviews\ni need to know if you are a real person or an ai\tare_you_a_bot\nplease let me know how my credit card application is going\tapplication_status\nwhat is my state bank of india card credit limit\tcredit_limit\ntell me what the status of my american airlines flight is\tflight_status\nget an uber to pick me up at work and take me home\tuber\ncan you put a stop on my bank account\tfreeze_account\nplay the song coming on next\tnext_song\ndo i need a socket converter in england\tplug_type\nwould you please schedule a reservation for 2 at lucky's under the name sam at 7:30pm\trestaurant_reservation\nwhat is on my schedule for tomorrow\tcalendar\ndo i have enough fuel for the drive to tampa\tgas\nwhat is 25 percent of 6999\tcalculator\nalexa, tell me the location of my phone\tfind_phone\ncall alex\tmake_call\ndo i have an item on my todo list related to shopping\ttodo_list\nnotify me how many days off i have used so far\tpto_used\nwhat are the different subjects that you know\twhat_can_i_ask_you\nwhere can i satisfy my craving for french food in milwaukee\trestaurant_suggestion\ni ordered some new speakers, so when will they get here\torder_status\nwhen did i last get my car checked\tlast_maintenance\nhow can i change inches into meters\tmeasurement_conversion\nfor my card is there a extra card while i'm staying in italy\tinternational_fees\ntake my dinner plans off my calendar for tomorrow\tcalendar_update\ni would like to know the name you have for me\tuser_name\nwhat do i have scheduled on 3/15\tcalendar\nplease speed up your speaking pattern\tchange_speed\nwhat have i spent on food recently\tspending_history\nwhat's a good french meal\tmeal_suggestion\nchange the native language\tchange_language\nthis song should be add this on my rock playlist\tupdate_playlist\ncheck to see how many days off i have used\tpto_used\nhow long until delta is at the gate\tflight_status\ncan you look for a denver international to new york international round trip flight for the 5th though 8th\tbook_flight\ncan you help me set up a direct depost\tdirect_deposit\nwhat you just said is true\tyes\nshare my current location with kristen\tshare_location\nhow long can i expect a bus ride to the liberty bell to take\tdistance\nplease make a reservation for me: party of two, february 22nd at chili's, two in the afternoon\trestaurant_reservation\nhow do i know when i have to change my oil\toil_change_when\nwhat can i do to jump start my car\tjump_start\nhow can i rehabilitate my poor credit score\timprove_credit_score\nin australia what outlet type do they use\tplug_type\ndid i do something to get my bank account frozen\taccount_blocked\nremove my reservation at outback for timmy\tcancel_reservation\nwhat sort of person are you, a cat or dog person\tdo_you_have_pets\ni have no oranges, put them onto my list\tshopping_list_update\nroll a seven sided dice for me\troll_dice\ndelete that event from calendar\tcalendar_update\ni require another filter so can you order me another one\torder\ncall my mother\tmake_call\nhow much do i need to pay on my bills\tbill_balance\ni didn't catch that so please repeat it\trepeat\nhow many rewards do i now have on my hy-vee card\trewards_balance\nany idea as to if taco bell takes reservations\taccept_reservations\ni want your setting adjusted to whisper voice now\twhisper_mode\nwhats the definition of transmute\tdefinition\ndoes this car get good mpg in the city\tmpg\nyou can call me cindy\tchange_user_name\nhow do you spell out espresso\tspelling\nhow many calories are in oreos\tcalories\nlet's roll some dice\troll_dice\ndo you have a car rental in new york from june 6th to june 9th\tcar_rental\nlet me know my routing number\trouting\ni would like to know how much i pay in taxes\ttaxes\nturn the fan to the on position\tsmart_home\nadd games without frontiers to my week 5 playlist\tupdate_playlist\nwhen is my flight scheduled to board\tflight_status\nyes that is correct\tyes\nfile a report for a lost american express card\treport_lost_card\ncan you tell me the date\tdate\nwhat is my routing number\trouting\ni would like to try and confirm that i have a reservation at hu hot for paulie\tconfirm_reservation\nplug used in china\tplug_type\nwhat must i do if i want to adjust my insurance policy\tinsurance_change\ni'd like to be out of whisper mode\twhisper_mode\nset a timer\ttimer\nare you influenced by someone else\twho_do_you_work_for\nremove chips from my shopping list\tshopping_list_update\nwhat can i ask you, ai\twhat_can_i_ask_you\ni don't want to hear this song; skip it\tnext_song\ntext christy and ask her what she wants for dinner\ttext\nwhat's the best way to jump start a kia\tjump_start\nwhat are some fun cheap activities to do in colorado\ttravel_suggestion\ndo i have reservations at o'neal's at 3 pm\tconfirm_reservation\ninclude happy on my rb playlist\tupdate_playlist\nprovide me with my credit score\tcredit_score\ni need information about my recent transaction\ttransactions\ni prefer to go by brad\tchange_user_name\nlook up carry-on rules for american airlines\tcarry_on\nwhat timezone is sweden in\ttimezone\nfrom december 22nd to the 25th, make me a pto request\tpto_request\nis the breakfast place full in the mornings\thow_busy\ni don't understand why walgreens declined my card\tcard_declined\ni don't have ice cream so will you order me some more\torder\ni need to get my oil changed\tschedule_maintenance\ni seemed to misplaced my phone\tfind_phone\nshould i get an internation visa to go to switzerland\tinternational_visa\nwhen is the next time i'll receive a paycheck\tpayday\nhow many minutes do i cook baked ziti\tcook_time\ncompare prices for flights from recife to miami leaving may 20 returning june 5\tbook_flight\nplease let me know how many days i've taken off\tpto_used\ni don't know who to notify that i ran my credit card over with the lawn mower\tdamaged_card\ncan you reserve a table for 6 at red robin under the name mavrick at 5 clock\trestaurant_reservation\ncan i use apple juice instead of grape juice\tingredient_substitution\ni need to know what date it is tomorrow\tdate\nhow long til my visa card expires\texpiration_date\nare things going well for you\tgreeting\nwhat's this song called\twhat_song\ni want to know what trenchant means\tdefinition\nwhat street is this\tcurrent_location\nwhat's a fun fact relating to elephants\tfun_fact\ni'd like to get on a new united healthcare plan\tinsurance_change\nfor this car what kind of fuel does it take\tgas_type\nhow do you say please in french\ttranslate\nwould you be classified as a bot\tare_you_a_bot\nhow do i spell ambitious\tspelling\ndo i need any specific shots if i go to the uk\tvaccines\ni am looking for a hotel in new york city that has good reviews\tbook_hotel\nchange your language\tchange_language\nget rid of my reservation at chez francois for jennifer\tcancel_reservation\ni can't use my card because it’s broken\tdamaged_card\ngo through my reminder list with me please\treminder\nhow much did i spend the past 3 days\tspending_history\nwhat is the interest rate i can get from the beginning of next year\tinterest_rate\nwhat time is it in fredericksburg, tx\ttime\ncan you inform me of my gas amount\tgas\nremind me to do something\treminder_update\nmy car needs jump started, find me directions\tjump_start\nhow long is the chicken gonna take\tcook_time\nplease reset the factory settings\treset_settings\nplay the next song\tnext_song\nno clue\tmaybe\nhow healthy are lunchables\tnutrition_info\nis there enough fuel to make it to the walmart\tgas\ni'd like to know what song this is\twhat_song\nreplay what you just said\trepeat\ntomorrow i need an alarm at 7 tomorrow\talarm\ni need diy info about jump starting my dead car battery\tjump_start\nwhats my recent transactions on my card\ttransactions\ncan i move some money around\ttransfer\nwhat is the name i should use to refer to you\twhat_is_your_name\nplease transfer half of my funds to an alternate account\ttransfer\ntake bread off my shopping list and add milk\tshopping_list_update\ncan we play the next track\tnext_song\nwhat is my apr for my credit card\tapr\nwhat's your name\twhat_is_your_name\nhow are the ratings like for buffalo wild wings\trestaurant_reviews\nplease file a fraud report\treport_fraud\nsuggest a meal from thailand to me\tmeal_suggestion\nhow do i report my lost card\treport_lost_card\nyou need to set the timer for me\ttimer\ntell me information about my income\tincome\ncan you check my tire pressure\ttire_pressure\ntransfer between two accounts\ttransfer\nare pasta dishes healthy\tnutrition_info\nif i want to go to x, do i need a travel visa\tinternational_visa\nactivate whisper mode\twhisper_mode\ni would like all of these things on my shopping list ordered\torder\nhow could i say twin in chinese\ttranslate\nminimum payment for my credit card\tmin_payment\ncan i have more information about my income\tincome\nwhat's the cooking time for chicken alfredo\tcook_time\nwhat time is it in london\ttime\ntransfer $10 from checking to savings\ttransfer\nwhat gas does this car take\tgas_type\ngo ahead and flip a coin\tflip_coin\ncan you set a 30 second timer\ttimer\nhow many pto days do i have remaining\tpto_balance\ni'd like the language to be in spanish\tchange_language\nheyo\tgreeting\ni want to know my income\tincome\nwill i have to wait long for a table at pietro's this evening\thow_busy\ni would like to change the pin on my savings account\tpin_change\nis it possible to change to original settings\treset_settings\nplease put in a pto request for june 5th and 6th\tpto_request\nwhat's my spending limit on my discover\tcredit_limit\nplease block my discover account immediately\tfreeze_account\ni need one alarm to go off at 6:30 am and a second alarm set for 8:00 am\talarm\nai, go ahead and roll the dice\troll_dice\nwhat do my state taxes amount to\ttaxes\nwhat should i do if my car battery dies\tjump_start\nadd swimming to my calendar today\tcalendar_update\nlet me know when the replacement card will arrive\treplacement_card_duration\nwhere is your place of origin\twhere_are_you_from\ndo you have a name i should call you by\twhat_is_your_name\nthanks, that's helpful\tthank_you\nplay me some music\tplay_music\ni need to know the nearest bank's location\tdirections\ncan you tell me my name for me\tuser_name\ni have to say affirmative on that one\tyes\nplease share today's date\tdate\ncall someone for me\tmake_call\nwhat ingredients does agor agor need\tingredients_list\nshow everything on my to buy list\tshopping_list\ncould you check my bank balance for me\tbalance\nwhat plug type does greece use\tplug_type\nmessage carl, you suck\ttext\ni am in need of a switch to my insurance plan\tinsurance_change\ni'd like an appointment at your earliest availability for an oil change\tschedule_maintenance\nlets pass on this song and do the next\tnext_song\nwhat time am i meeting john\tmeeting_schedule\nwhat is the minimum i can pay on my credit card bill\tmin_payment\ni need to know how many pounds are in 10 kilos\tmeasurement_conversion\nyou need to tell me when was car in shop\tlast_maintenance\nshould i get any vaccines before going over to the uk\tvaccines\nwhen does my paycheck arrive\tpayday\ni need you to increase the speaker volume\tchange_volume\ni am needing the next song to be played\tnext_song\ndid i put a car wash on my todo list\ttodo_list\npause\tcancel\ni left my phone somewhere\tfind_phone\nget my back to factory settings\treset_settings\ni need to know britain's timezone\ttimezone\ntell me my current savings account's interest rate\tinterest_rate\ni didn't hear say it again please\trepeat\nshare my coordinates with melissa and doug\tshare_location\nwhat's the least amount i need to pay on the electric bill\tmin_payment\ni need to know how to change my oil and what kind of oil for a 2007 trailblazer\toil_change_how\ni would like to add you say by lauren daigle to my playlist\tupdate_playlist\ndo they use special outlets in australia\tplug_type\nplease freeze my bank account\tfreeze_account\nhow healthy is a cheeseburger\tnutrition_info\nthank you for your help\tthank_you\nmy check engine light has switched on, schedule someone to inspect it\tschedule_maintenance\nhow healthy are potato skins\tnutrition_info\nthe programmer who made you is who\twho_made_you\nhow long until my cereal is ruined\tfood_last\ntell me the number of days off i took this year\tpto_used\nlet me know the credit card application status\tapplication_status\nwho constructed you\twho_made_you\nwill you please confirm the month that my card expires\texpiration_date\nhow long is the shipping for my replacement card\treplacement_card_duration\ncan yogurt be used for sour cream\tingredient_substitution\ntell me the nutrition facts for shepherd's pie\tnutrition_info\nwhat can i get with my mastercard points\tredeem_rewards\nhow do i get to the subway by foot\tdirections\ndecrease volume level\tchange_volume\nthe credit limit i have needs to be changed\tcredit_limit_change\nare you older than me\thow_old_are_you\ni gotta know the the carry-on restrictions for american airlines\tcarry_on\ncan i use an ordinary plug in scotland\tplug_type\ndo you know what you call me\tuser_name\nmay i please have a definition for the work churlish\tdefinition\nhow much is in my pnc account\tbalance\nwhen do i need to change my tires\ttire_change\nhow is the tire pressure\ttire_pressure\nhow long to get to the airport in la\tdistance\nplease tell me how much money i have in my bank accounts\tbalance\nwhats the status of my singapore flight\tflight_status\ni need to report that someone ran off with my td bank card earlier\treport_lost_card\ngo back to default settings\treset_settings\nwhats lifes meaning exactly\tmeaning_of_life\nai, how long have you been working\thow_old_are_you\nwhen's the next time i should go for an oil change\toil_change_when\ntell me the artist currently playing\twhat_song\ntoday is what date\tdate\nso how long can pizza last in the fridge\tfood_last\nhow do i look up my credit score\tcredit_score\nhow to cancel\tcancel\nwhy was my card declined just now when i tried to buy a jeep at carmax\tcard_declined\ni do not know\tmaybe\nwhat's song am i hearing\twhat_song\nhow many miles can i drive on 1 gallon of gas\tmpg\nplease flip a coin - i call heads\tflip_coin\nwhat does my income amount to\tincome\nyou were made where\twhere_are_you_from\nis the level of fuel in my car enough to get me to work\tgas\nwhat kind of nutritional content do carrots have\tnutrition_info\nwhat does ajar mean\tdefinition\nis traffic bad on the way to chicago\ttraffic\ncan you recommend thai food\tmeal_suggestion\nplease confirm my reservation for morton's at 5 pm\tconfirm_reservation\nhow much do i have to pay back for my taxes\ttaxes\nthinking about cooking dinner, what should i make\tmeal_suggestion\nmake it so my paycheck goes directly into my savings account\tdirect_deposit\nare you able to switch butter and oil\tingredient_substitution\ndo me a favor and put sharpies on my list for shopping\tshopping_list_update\ni need to sign up for a new allstate plan\tinsurance_change\ntell me what time it is right now\ttime\nhow long should i cook the ham for\tcook_time\ncan i get a credit increase for my visa\tcredit_limit_change\nhow much have i spent eating out this week\tspending_history\nwhat amount did i spend for food on chase visa on current bill\ttransactions\nchange your language setting to spanish\tchange_language\nmake a reminder, pay taxes on monday\treminder_update\ntell me the meaning of hegemony\tdefinition\nhow low can i reduce my phone bill before paying\tmin_payment\nwhat type of fuel is used for this vehicle\tgas_type\nhelp me get my paycheck set up for direct deposit to my chase account\tdirect_deposit\nwhat sorts of things can i ask you about\twhat_can_i_ask_you\nfind the next holiday\tnext_holiday\ndiscontinue your current task\tcancel\nwhat's my pin for my fidelity account\tpin_change\ncheck to see if i have any meetings with peter today\tmeeting_schedule\nyou're talking too fast i need you to slow it down\tchange_speed\nare they any updates on my order\torder_status\nwhen do i get my next paycheck\tpayday\nyes, that is true\tyes\nplease create one alarm for 330 pm and one for 8 pm\talarm\nis there an international charge for using my card in france\tinternational_fees\nwhich electrical plug type should i bring with me to finland\tplug_type\nshow me all transactions for current statement\ttransactions\ndo i need a new card yet\texpiration_date\ni want you to add milk on my shopping list unless it is already on it\tshopping_list_update\nwhat do you think is the meaning of like\tmeaning_of_life\nwho has the tax form that shows my wages\tw2\nsearch for my routing number for my checking account with wells fargo\trouting\ni have to transfer ten dollars from my bank of america account to my capital one account\ttransfer\ni would appreciate it if you help me turn the car on\tsmart_home\nchange name for me\tchange_user_name\ni need for you to ask the question again\trepeat\nis there any danger going to brazil\ttravel_alert\ni wanna know what kinds of pets you have\tdo_you_have_pets\ni need a car rental this week\tcar_rental\nwhat mpg does this car get in city\tmpg\nthere's something fishy on my card, report it\treport_fraud\ncan you tell me my current salary\tincome\ni'd like to change my pin number for my wells fargo account\tpin_change\nwill you make sure ann and scott know my location\tshare_location\nwould you explain the meaning of life\tmeaning_of_life\ni must know what is currently on my calendar for friday the 1st\tcalendar\nok good chatting goodbye\tgoodbye\nhow do i go about cooking a 10lb turkey\trecipe\nroll a die with 6 sides please\troll_dice\nwhen's the next time i should change my oil\toil_change_when\nam i talking to a real live person\tare_you_a_bot\ni would like a block put on my chase account asap\tfreeze_account\nare there any fun tourist things to do in boston\ttravel_suggestion\ni want to know the time\ttime\ni want to know the nutrition facts for pizza\tnutrition_info\ncould you call sal\tmake_call\nplease flip a coin and tell me what side it lands on\tflip_coin\nhow can i request a vacation from work\tpto_request\ngive me manual on how to change oil\toil_change_how\nplease cancel my dinner reservation for tuesday\tcancel_reservation\nwhats the number of pto days i have to my availability\tpto_balance\ncan i increase the credit limit for my navy federal card\tcredit_limit_change\nwhat's the fuel economy of my car\tmpg\ntalk to me about the total of my state taxes\ttaxes\nhas my application for the mastercard card gone through\tapplication_status\ncreate alarm\talarm\ncan you see if i have my doors locked\tsmart_home\ncan you me what they call you\twhat_is_your_name\nrevert to your factory settings\treset_settings\nplease tell me how traffic from the new jersey turnpike into the lincoln tunnel looks currently\ttraffic\nwhich month is the one in which my card expires\texpiration_date\nwhen should change oil tell me please\toil_change_when\nhow long until i need to change my tires\ttire_change\nif i cook the pizza at 400 degrees how long must it be in for\tcook_time\nhow is sushi at jiro\trestaurant_reviews\ncan you tell me the mane of the song playing\twhat_song\ni need the details on my federal taxes\ttaxes\nare there specific shots i need before traveling to japan\tvaccines\nwhats the pressure like in my tires\ttire_pressure\ni have a vacation request that i need made\tpto_request\nwhats the best way to roast a chicken\trecipe\ntext robert and tell him winter is coming\ttext\ndon't talk anymore\tcancel\ni need you to confirm my reservation for outback steakhouse at 6\tconfirm_reservation\nhow is the traffic normally driving into downtown washington, dc, from baltimore at 4:00 pm\ttraffic\nare you made in the usa\twho_made_you\nhow much money is in all of my bank accounts\tbalance\ni need a reminder to wash dishes\treminder_update\nplease go to the song after this one\tnext_song\ncan you disconnect from my phone\tsync_device\nit seems my luggage was lost\tlost_luggage\nplay the song called blood brothers\tplay_music\nalexa, buy my grocery list\torder\ni need you to switch the language you are responding as i don't understand\tchange_language\nwhat's needed to direct deposit my paycheck\tdirect_deposit\ncan you check the balance on the water bill\tbill_balance\nwhat date is today\tdate\nhave you heard anything back on my cc application\tapplication_status\nannul the reservation i created\tcancel_reservation\nwhere is my luggage\tlost_luggage\ni must know the nutritional info for grapes\tnutrition_info\nhow do i know what interest rate chase has\tinterest_rate\ncan you tell me what you just said\trepeat\nwhen are my tires due to be changed\ttire_change\ni need to set a reminder to go to the post office\treminder_update\nare you a real person or an ai\tare_you_a_bot\ndoes this care use premium gas\tgas_type\nmy broken card won't work\tdamaged_card\nwhat's the average review for olive garden\trestaurant_reviews\nbefore i make my mastercard payment can you tell me what i've recently charged on it\ttransactions\ncould you transfer $x from saving to checking\ttransfer\nundo the last event on my calendar\tcalendar_update\nplease help me book a rental car in appleton\tcar_rental\ntext steve and tell him i am running late\ttext\ntell me the gas i need to fill this car up with\tgas_type\nyou can remove vacuuming off the todo list\ttodo_list_update\nwant to know the weather\tweather\ni need a list of ingredients required to make lamb stew\tingredients_list\nplease switch my name\tchange_user_name\nhow do i raise the limit on my visa card\tcredit_limit_change\nwho would you say you are employed by\twho_do_you_work_for\nfind out what song this is\twhat_song\nyou need to reset your factory settings\treset_settings\nwhat is your birth date\thow_old_are_you\ndo you have a date for the last time the car was in the shop\tlast_maintenance\ni'd like to have everything on my shopping list\torder\ncan you spell water\tspelling\ncan you tell me what things i was trying to remember\treminder\nwhere were you born as a kid\twhere_are_you_from\nwhat kinds of things are you familiar with\twhat_can_i_ask_you\ncan i increase the credit limit for my chase card\tcredit_limit_change\ncan you play the song that goes doo doo doo\tplay_music\nwhat's the tire pressure of my tires\ttire_pressure\nfind out for me when the next holiday will be\tnext_holiday\ntell me when i should change me oil\toil_change_when\ni need to know chase banks routing #\trouting\ncancel that last command\tcancel\ndid my order ever get distributed today\torder_status\ni need to know what my limit is on my american express card\tcredit_limit\nmake a reminder to work out at the gym\treminder_update\ncan you name the type of pets you have\tdo_you_have_pets\nthe steak must go under the broiler for how long\tcook_time\nfind the nutrition info for bell peppers for me\tnutrition_info\ncan you order more chapstick i am all out\torder\nwhen does this car need oil changes\toil_change_when\nwhat do you have in the way of pets\tdo_you_have_pets\ncan you tell me the expiration date for my mastercard\texpiration_date\nhow can i keep my credit score from going down\timprove_credit_score\nsend my location to ben and jerry\tshare_location\ntell me when i received my last paycheck\tpayday\ni need to know when i last carried my car to the shop\tlast_maintenance\nwhat did i ask to be reminded about\treminder\ncan you speak slower please\tchange_speed\ni really need to order some more checks for my savings account\torder_checks\nwhat will i be paying for utilities this month\tbill_balance\nis it fine to sub bread flour with all-purpose flour\tingredient_substitution\nhow long can i keep beef in the freezer for before it gets nasty\tfood_last\nplease show me how to apply for a visa card\tnew_card\ncan you make reservations at steak 'n' shake\taccept_reservations\nhow do i get a w2\tw2\nwhat was your name again\twhat_is_your_name\ncan i get someone to check my check engine light\tschedule_maintenance\nso tell me the pin number\tpin_change\ncan you pay the bill now\tpay_bill\nhow much can i expect in transaction fees for using my visa in portugal\tinternational_fees\ni don't know how to spell theater\tspelling\nhow long should a cake bake\tcook_time\ni really need you to confirm my reservation for kevin at red robin\tconfirm_reservation\nam i close to arriving at the post office\tdistance\ni'm thankful\tthank_you\ncan i pay a bill\tpay_bill\ncan you find my package\torder_status\ntell me how many meetings with pete i have for today\tmeeting_schedule\ni got to change my pin number for my account\tpin_change\ni need some good suggestions for peruvian cuisine\tmeal_suggestion\nhow much do i make at work\tincome\nhey how's it hanging\tgreeting\nset a timer to go off in 1 hour\ttimer\nwhat's the current reward amount on my visa\trewards_balance\nwhat is the next date that i should change my oil at\toil_change_when\nsuggest a meal from thailand please\tmeal_suggestion\nwhat ingredients go in mashed potato\tingredients_list\ngive me my credit limit\tcredit_limit\ni wish to know my credit score\tcredit_score\nhow many days of pto have i used\tpto_used\ncan i get you to say that once more\trepeat\nin france do they require socket conveters\tplug_type\ndoes delta allow more than one carry on when traveling to miami\tcarry_on\nlet me know how long until the next day off\tnext_holiday\ntell me about my insurance benefits\tinsurance\nwhat is the name you associate with me\tuser_name\ni need you to find me a hotel with good reviews in phoenix\tbook_hotel\ndo you know when i need to pay my mastercard\tbill_due\nwhere did your parents have you\twhere_are_you_from\ni have a new job, help me with my 401k rollover\trollover_401k\nupdate me on my delta flight please\tflight_status\nplease transfer my funds\ttransfer\nwhat is the traffic like on the way to work\ttraffic\ntell me a fun fact about the moon landing\tfun_fact\ni need to know how to say hello in france\ttranslate\nwhat day is the bill due\tbill_due\ncheck the wait time for macaroni grill\thow_busy\ntell me my tax rate\ttaxes\nhow long will it take to get to phoenix\tdistance\nalert my financial institution that i will be traveling to bangkok on april 2 and returning on april 7\ttravel_notification\nwhat company made this ai\twho_made_you\nfor this design, what company did it\twho_made_you\ni did not quite hear you, can you say it again\trepeat\ndo you know if bottlenecks takes dinner reservations\taccept_reservations\ni need you to turn the bathroom lights on\tsmart_home\nplease tell me how to spell the word coup\tspelling\nhow long do i cook this for\tcook_time\nwhat is the proper fuel type for my car\tgas_type\nwhen is my card going to expire\texpiration_date\ni need assistance with my lost luggage, i was on american airlines ab123 out of talahasse\tlost_luggage\nplease tell me how to pay my gas bill\tpay_bill\nhow long do i need to cook chicken\tcook_time\nthe dice need to be rolled\troll_dice\nwhat would be the least i could pay on this bill\tmin_payment\nhow much fuel do i have left\tgas\ndid you put carrots on the shopping list\tshopping_list\ncan you help me book a car rental in paris\tcar_rental\ndo i have any meetings scheduled for today\tmeeting_schedule\nmy car takes what kind of fuel\tgas_type\ncan you cancel that\tcancel\ni would like you to confirm my reservation for next saturday at 11 am\tconfirm_reservation\nwho froze my bank account\taccount_blocked\nhow much gas is in my car\tgas\nmake a roll of the dice\troll_dice\nbook a flight from chicago to dc on monday and returning on wednesday\tbook_flight\nwhat is the amount of pto have i used\tpto_used\ndo you have a name\twhat_is_your_name\nidk\tmaybe\nwhat are the carry-on restrictions for frontier airlines\tcarry_on\nhow is the traffic at 9:00 on the way to detroit\ttraffic\ntell me status of my day off request\tpto_request_status\nwhat shall i do now that my battery is dead\tjump_start\nwhat gas does my car use\tgas_type\ntake the doctor appointment off my calendar please\tcalendar_update\nplease tell me what i can expect my bank of america interest rate to be\tinterest_rate\nhow long should i cook roast for\tcook_time\ndo i already have a task on my todo list to research delaware\ttodo_list\ncan you search recommended casual restaurants for tonight in philadelphia\trestaurant_suggestion\ncan you check and see if my account's blocked\taccount_blocked\nit takes how long to get to mcdonald's in pomona\tdistance\nshare my gps coordinates with kelly\tshare_location\ni must schedule somewhere get my tires checked out\tschedule_maintenance\nhow much will i pay in federal taxes\ttaxes\ncan i make a reservation for 2 at state bird for 7:30, please\trestaurant_reservation\nwhat is the level of air pressure of my tires\ttire_pressure\ntell me where is the closest coffee shop\tdirections\nwhy am i unable to access my bank account\taccount_blocked\nplease confirm the next time i should get the tires on my car replaced\ttire_change\nis regular gas ok or does this car need something else\tgas_type\nmake a reservation for 2 at red lobster at 8pm\trestaurant_reservation\ni need a pto request on march 1 to 2\tpto_request\nwhat do you like to do for fun\twhat_are_your_hobbies\npay my mortgage from my checkings accounts\tpay_bill\ni see a fraudulent transaction from netflix on my account\treport_fraud\nwill my new credit card be here this week\treplacement_card_duration\nconvert 2 cups to liters\tmeasurement_conversion\nwhen is the next time i get paid\tpayday\nthe plastic numbers on my card are falling off\tdamaged_card\ntell me if taco bell takes reservations\taccept_reservations\ndescribe who it is you work for\twho_do_you_work_for\nremove dinner with suzie from my calendar on march 1st\tcalendar_update\nwhat is the weather like in sparks right now\tweather\nwhen should i replace my tires next if i last replaced them on july 15th\ttire_change\nwhat do you do in your spare time siri\twhat_are_your_hobbies\ni want to order some new checks because i ran out of them\torder_checks\nhow can i rollover my 401k at my new job\trollover_401k\ncreate a timer that is set to go off after 25 mins\ttimer\nplease see if you can increase my credit limit to one thousand dollars\tcredit_limit_change\nhow good are the review for yardhouse\trestaurant_reviews\nresume my metal playlist\tplay_music\nhow to see my credit score\tcredit_score\nwhat are the weather conditions in seattle\tweather\nthank you for the help\tthank_you\nlist my current gps coordinates\tcurrent_location\nwhere should i travel to next\ttravel_suggestion\nwill my plugs work in barcelona\tplug_type\nhow long is it safe to leave a burger in the refrigerator\tfood_last\nwhat is the square root of 1 million\tcalculator\nwhat is 1785 minus 334 minus 87 plus 374 minus 400 plus 17\tcalculator\nchange the song to the next one\tnext_song\ni want to put this on my rock playlist\tupdate_playlist\nwhat documents to i need to go to egypt\tinternational_visa\nread back my day for march 4th 2019\tcalendar\ntalk to me in a different accent\tchange_accent\ni want to cancel my reservation for 5 at red robin\tcancel_reservation\ni need a hand getting this gas bill paid\tpay_bill\nwhat's my account balance\tbalance\ni'm out of fabric softener so will you order me some more\torder\ncall an uber to mark's house\tuber\ncan you please start my car\tsmart_home\ni need to know what day i need to pay my water bill\tbill_due\ncancel my 8:00 pm prime rib reservation\tcancel_reservation\ndo i need to get any shots before i travel to spain\tvaccines\nalert me in 20 minutes\ttimer\nis my car due for it's next oil change\toil_change_when\nwhat does traffic look like at 9 en route to the aquarium\ttraffic\nwhat is the information on this song\twhat_song\nhow much is the pay offered for my work\tincome\nfill me in on the apr for my american express card\tapr\nwhat meaning does life hold\tmeaning_of_life\nwhat are some things that you enjoy\twhat_are_your_hobbies\ntell me the reviews for bjs\trestaurant_reviews\nroll a 7 sided dice\troll_dice\nwhat number of vacation days do i have at my disposal\tpto_balance\ninform me how many pounds are in 10 kilos\tmeasurement_conversion\nhow much did my state taxes change\ttaxes\nwhat do i do to jump start my car\tjump_start\ncan you tell me the name of the insurance plan i'm a member of\tinsurance\ni need to order some new checks, i'm all out of them\torder_checks\nhow long can i keep pizza in the freezer for before it goes bad\tfood_last\nso where do you come from originally\twhere_are_you_from\ndoes my credit card apr fall into a good range\tapr\nstop the process happening now\tcancel\nwhat's the name you use for me\tuser_name\ni want some nike's, is there enough in my wells fargo account\tbalance\ncan you give the definition of deiscretionary\tdefinition\nhow many dollars can i exchange for 10000 yen\texchange_rate\nare you a real person or automated\tare_you_a_bot\ntell me what my shopping list consists of\tshopping_list\nwhat date is it tomorrow\tdate\ndoes boise have any good indian restaurants\trestaurant_suggestion\nhow much cad can i get with my one usd\texchange_rate\nwhat do i call you, ai\twhat_is_your_name\nwho fabricated you\twho_made_you\ni need to put my appointment for tomorrow on my calendar\tcalendar_update\nit was nice to catch up with you\tgoodbye\nafter 3 days in the fridge is rice safe to eat\tfood_last\ntell me how the weather is\tweather\nwhat things do you know how to do\twhat_can_i_ask_you\ni want to talk to sarah\tmake_call\ninform me of my current credit rating\tcredit_score\nare you real or are you an ai\tare_you_a_bot\nwhat is your favourite pet\tdo_you_have_pets\nhow many vacation days have i accrued\tpto_balance\nis traffic heavy on my route to washington\ttraffic\ni want to thank you for helping\tthank_you\ncan you let my bank know i'll be in uruguay from january to august\ttravel_notification\nwould you tell me if you are a human or are a computer\tare_you_a_bot\ni need you to schedule an alarm\talarm\ndo i need to apply for a visa for my trip to india\tinternational_visa\nplease help with my math\tcalculator\ni would like to find out if macaroni grill will be busy around 7:00 pm\thow_busy\nhow good is the apr on my mastercard compared to others\tapr\nwhat is the expiry date of my credit card\texpiration_date\ncan i get a car rental in boise from april 11th to april 13th\tcar_rental\ntell me what alternative means\tdefinition\nare the electric plugs the same over in that country\tplug_type\nis flight dl123 due to land as schedule\tflight_status\ncan you report a lost card for me\treport_lost_card\nif i travel there, do i need a visa\tinternational_visa\ntext roderick and tell him im running late\ttext\nshould i get a visa for crete\tinternational_visa\nyou can call me james\tchange_user_name\nlet me know when should i get my tires changed next\ttire_change\nset the alarm for me\talarm\nare the reviews for ned's good\trestaurant_reviews\ni wanna know how low are my tires on air\ttire_pressure\ni want you to reset to brand new please\treset_settings\nhow long do you bake a cake\tcook_time\nhow are those mcdonald's reviews looking\trestaurant_reviews\ncan you put mopping on my to do list\ttodo_list_update\ni'm making a purchase and need the help of ai\torder\ncan you connect to my phone, please\tsync_device\nwhat kind of gas should i put into this car\tgas_type\nreport my credit limit\tcredit_limit\nis cleaning the kitchen coming up on my list of things i have to do today\ttodo_list\nshare my location with ma\tshare_location\nwhere were you created\twhere_are_you_from\nstate your name\twhat_is_your_name\ntell me what kind of gas this car uses\tgas_type\nwhat's the routing number for my chase account\trouting\nthe oven be set at 350\tsmart_home\ni miss placed my luggage i was on delta flight ab123 out of new york\tlost_luggage\nwhat time is my flight supposed to board\tflight_status\nwhich countries require vaccinations before entering for travel\tvaccines\nwhen is my credit card expire\texpiration_date\nwhat kind of plug do i need for my razor in ireland\tplug_type\ncould you check if my order has been delivered, please\torder_status\ncan i get some more checkbooks mailed to me, please\torder_checks\ntell me a dirty joke\ttell_joke\ni'm going to mexico; do i need an international via\tinternational_visa\nwhat are the health benefits i have\tinsurance\nare there many international transactions fees for the freedom card\tinternational_fees\ncan you read the things on my shopping list\tshopping_list\nhello there!\tgreeting\nhow goes it\tgreeting\ncan you have your name changed to fred\tchange_ai_name\nwhat kind of mileage am i getting\tmpg\nplease call gusto handcrafted pasta & pizza and ask them about the status of my reservation for 6:30 pm\tconfirm_reservation\ncan you give me my gps coordinates\tcurrent_location\nwhat do you like to do during your leisure time\twhat_are_your_hobbies\nwhat's the climate like in chicago\tweather\nlet me hear something funny\ttell_joke\ncan you get my credit limit increased to $1000\tcredit_limit_change\nwhat's the mpg rating on my car\tmpg\nwhat's the limit on my american express card\tcredit_limit\nany news for me regarding my day off request\tpto_request_status\nmake me a reservation for 5 at coral for 10 pm immediately\trestaurant_reservation\ndo i need more air in my tires\ttire_pressure\nwake up, ai\tgreeting\nrandomly pick between heads or tails and tell me if tails wins\tflip_coin\nis there any traffic on my way to work\ttraffic\ni would like to get a new insurance plan\tinsurance_change\nwhen will my jetblue flight get here\tflight_status\nwhat's the minimum payment for my internet bill\tmin_payment\ntry using a different accent\tchange_accent\ntimer 10 minutes\ttimer\nit appears my luggage is lost\tlost_luggage\nhow many miles can i go with my current fuel level\tgas\nhow do i switch 401k companies\trollover_401k\nwhat is the conversion for 500 dollars to pesos\texchange_rate\nwhy is my bank account blocking me\taccount_blocked\ni'm looking for a good suggestion for norse cuisine\tmeal_suggestion\ncan you share with me your interpretation of the meaning of life\tmeaning_of_life\nit could be either, i think\tmaybe\ncan you tell me the ingredients used in pasta sauce\tingredients_list\nwhat do i do to enable direct deposit\tdirect_deposit\ncan you roll a dice\troll_dice\ndo you want me to shop for peanut butter\tshopping_list\nhow bad is the traffic on the way to downtown\ttraffic\ni need to know who programmed you\twho_made_you\ni am traveling to paris soon and would like some suggestions of what to do and see\ttravel_suggestion\ngive me my location on the map\tcurrent_location\nput on some metallica music\tplay_music\nhow would i say where is the bathroom if i were korean\ttranslate\nwhat is the exchange rate from pounds sterling to us dollars\texchange_rate\nneed help with frozen bank account\taccount_blocked\nyou're the best!\tthank_you\nlist me some good vietnamese restaurants in new york city\trestaurant_suggestion\nwhat is the quantity of dollars i receive for trading 6 yens\texchange_rate\ndo a hard reset\treset_settings\ndo you know about carry ons out of tampa with spirit\tcarry_on\ntell me when my car last had its oil changed\tlast_maintenance\nuse the word ataraxy in a sentence\tdefinition\ndoes france have any current travel alerts\ttravel_alert\nwhat type of gas does my car use\tgas_type\ni want you to speak more slowly to me\tchange_speed\ni really wanna get some more checkbooks mailed to me\torder_checks\ncan you define the word schadenfreude\tdefinition\nwhy thank you\tthank_you\ni need to know how long to do a pot roast in a slow cooker\tcook_time\ncould you tell me how to get to the statue of liberty by bus\tdirections\ntell me if you are a human or a computer\tare_you_a_bot\ntell me something to make me laugh\ttell_joke\nso it seems i have had pizza in the fridge since monday, so is it safe to eat\tfood_last\ntell me the status of my tires and when i need to replace them\ttire_change\nwill i be charged if i use the card in france\tinternational_fees\nwhat is the process of finding my credit score\tcredit_score\nat target trying to buy a mug and my card was declined\tcard_declined\nwhat is your preferred name\twhat_is_your_name\nmy card is not working and i need to let them know\tdamaged_card\nwhat is the due date of my att bill\tbill_due\nhow do i get to the park on foot\tdirections\nhow can i cash in rewards on my chase card\tredeem_rewards\nlet me call mark\tmake_call\nwhat's this song\twhat_song\nhow can i order more checks since i do not have any more\torder_checks\ni would like to know how to find my w-2\tw2\ni want to switch to direct deposit\tdirect_deposit\nwhat do people say life means or the meaning is\tmeaning_of_life\ndo you call me a certain name\tuser_name\ntoday my electric bill will be paid, or should be\tpay_bill\ncan i use a green pepper instead of a red pepper\tingredient_substitution\ni would like you to add milk if it is not on my shopping list already\tshopping_list_update\nwhat day do i get my paycheck\tpayday\nwhat does my schedule look like for april 1\tcalendar\ni need to know the date it will be 4 days from now\tdate\ndo i have transaction fees when i use my discover card in rome\tinternational_fees\nread me some fun facts\tfun_fact\ncan i hear the beatles\tplay_music\ndoes the bleu olive have decent reviews\trestaurant_reviews\nwhat's the name of my health insurance plan\tinsurance\nsay again please\trepeat\nplease, will you turn on my tv\tsmart_home\nplease help me locate my phone\tfind_phone\nplease connect yourself to my main phone\tsync_device\ni need to know how to convert liters into pints\tmeasurement_conversion\ncan you let michael and julie know my location\tshare_location\nmerci beaucoup\tthank_you\ndenver's timezone is what\ttimezone\nwhere is my phone\tfind_phone\nhow do i check how many rewards i have on my master card\trewards_balance\nhow long do i cook pork\tcook_time\nyou must tell me your name\twhat_is_your_name\norder an amazon gift card from amazon in the amount of twenty dollars\torder\nhow do they say no in germany\ttranslate\ndo you know how many rewards points are currently on my discover card\trewards_balance\ni want your language changed to chinese\tchange_language\nmy water bill is how much this month\tbill_balance\nwhat's my location\tcurrent_location\ndo i have anything scheduled for thursday the 14th\tcalendar\nwhat's a fun fact about axolotls\tfun_fact\ni gotta know what is currently on my calendar for friday the 1st\tcalendar\ncan i take a pto for two days, starting on february 7\tpto_request\nwhat do i do to get new insurance\tinsurance_change\ndo you know the temperature of the ac\tsmart_home\ni need to get on a new united healthcare insurance plan\tinsurance_change\ncan you make a phone call to randy\tmake_call\nso what are my current gps coordinates\tcurrent_location\nwhat's my credit limit for my visa card\tcredit_limit\ndo i have to be at any meetings today\tmeeting_schedule\nadjust your language setting to english\tchange_language\nenjoy your day, goodbye\tgoodbye\nabout how long does it usually take a new card to get mailed to me\treplacement_card_duration\nshare my location with steve\tshare_location\nwhen is my car due for its next oil change\toil_change_when\ncan i make a car maintenance appointment\tschedule_maintenance\nplay songs by the beatles\tplay_music\nare there international transactions fees for rainbow card\tinternational_fees\ndo you have any funny jokes you can tell\ttell_joke\nhow is gramercy tavern rated\trestaurant_reviews\nwhat stuff would i need to make tortellini\tingredients_list\nwhat birthday are you celebrating this year, ai\thow_old_are_you\nhow have you been\tgreeting\nhow many square feet is a 13 by 74 room\tcalculator\ni want to report fraudulent activity on my amex card, please\treport_fraud\nhow do i get to the train station by bus\tdirections\ni want my account locked out\tfreeze_account\nwhere did i place my phone\tfind_phone\ni'll pass\tno\ni would like to know the status of my credit card application\tapplication_status\nhow can i switch the pin on my wells fargo account to 9982\tpin_change\ni wanna know where to get my w2\tw2\nhow far can the car get per gallon on the highway\tmpg\nplease connect to my phone\tsync_device\ni need to make a transfer of my money\ttransfer\nhow many calories are in a donut hole\tcalories\nhow can i set up direct deposits from my job to my bank\tdirect_deposit\nhow many calories does an orange have\tcalories\nhow much can i spend, at most, on my chase freedom\tcredit_limit\ndo a coin toss\tflip_coin\nschedule a monday meeting with sam at 1 pm\tschedule_meeting\nsend a text message to alice\ttext\nraise volume\tchange_volume\nin 15 minutes the timer should go off\ttimer\ntell my something funny\ttell_joke\ni'd like a reservation for 2 at olive garden for 5 pm today\trestaurant_reservation\nplease stop it\tcancel\nwhat are my health benefits like\tinsurance\ndescribe your types of pets\tdo_you_have_pets\ndid i put cutting the grass on my todo list\ttodo_list\nwhich kinds of info are you familiar with\twhat_can_i_ask_you\ncan you make a reservation in tampa from may 2 to may 4\tbook_hotel\ndo you think i have enough money in my chase account for a new pair of sneakers\tbalance\ni need to know today's date please\tdate\nwhat do i need to make a cajun chili\tingredients_list\ncould you schedule car maintenance for me\tschedule_maintenance\ndo you think our lives have purpose or meaning\tmeaning_of_life\ni need to know how busy denny's is at 6 am\thow_busy\ni need a good laugh\ttell_joke\nwhen are my tires next due for a change\ttire_change\ni want to know how much i spent last week\tspending_history\ncan my credit limit be increased by 500 dollars\tcredit_limit_change\ni need to know how to report fraud on my discover card\treport_fraud\nresume my death metal playlist\tplay_music\nhello, ai\tgreeting\ncan 401ks be moved\trollover_401k\ncan you please obtain an oil change appointment for me\tschedule_maintenance\ntell me my health plan\tinsurance\nwhat do you like to do in your spare time\twhat_are_your_hobbies\nwhat are ways to build credit\timprove_credit_score\ni intend to learn how to change oil in my car\toil_change_how\nyum, pulled pork tacos at the buffet\trestaurant_reviews\ni have tomatoes from tuesday, do you think those are still good\tfood_last\ni want david to know where i'm at\tshare_location\ntell me the nutrional info of a regular banana\tnutrition_info\ni haven't the foggiest\tmaybe\nwhat's up with my 401k and will it roll over\trollover_401k\nhow do you convert millimeters to decimeters\tmeasurement_conversion\nis there a way i can change the name you use to address me\tchange_user_name\norder a case of coke from amazon\torder\nif i fly american to los angeles, how many carry ons am i allowed\tcarry_on\nfind step by step instructions on how to change my oil\toil_change_how\nhow do i change my oil and choose the right oil\toil_change_how\nyeah\tyes\ni want my original settings back\treset_settings\nwhat are those european plugs called\tplug_type\nwhat did i include on my list of things to remember\treminder\nare there any fun tourist activities in australia\ttravel_suggestion\ncould you find my location on the map, please\tcurrent_location\nwhat is the date of tomorrow\tdate\ncall me an uber please\tuber\nwhat is the exact time\ttime\nwhen's the next time i ought to change my oil\toil_change_when\nuntil next time\tgoodbye\nis there a travel alert for canada\ttravel_alert\ntranslate hello to french\ttranslate\nam i going to be able to get my vacation request\tpto_request_status\ni need your help finding my lost phone\tfind_phone\nroll that dice\troll_dice\nwhere can i find jimmy john's reservations\taccept_reservations\nadd mop bathroom to my to do list\ttodo_list_update\nawesome, thanks\tthank_you\ncan you please turn the volume to 4\tchange_volume\nwhat is the timezone of saigon\ttimezone\nindian cuisine suits me and i'd like a meal suggestion, please\tmeal_suggestion\nis my card set to expire soon\texpiration_date\ni need help paying my rent bill\tpay_bill\nsee if you can get me a room in colorado springs near garden of the gods from march 01 to march 02\tbook_hotel\ndoes my car need specific fuel\tgas_type\nchange the speaker volume to a louder one\tchange_volume\nwill the money in my capital one account cover a new washing machine\tbalance\nhow do you feel\tgreeting\nwhat things are on my shopping list today\tshopping_list\nshow my location on the map\tcurrent_location\ni am in need of an oil change, set an appointment\tschedule_maintenance\ni'm in the mood for italian, are there any good places around\trestaurant_suggestion\nplease disconnect from my phone\tsync_device\ndo you remember when i last got my car looked at\tlast_maintenance\ncall an uber to take a group of 4 from this bar to the one on maple st\tuber\ni need to know when my mastercard will expire\texpiration_date\nare there shots required before going to south africa\tvaccines\ncan you have some new oakley's shipped to me\torder\nsay it again please\trepeat\ni would like to try and confirm that i have a reservation at outback for josh\tconfirm_reservation\ni would like to apply for a master card\tnew_card\nwhen do i need an oil change\toil_change_when\ndo you know what the interest rate is on my account\tinterest_rate\nchange accent to male british\tchange_accent\nclear something up, are you a robot\tare_you_a_bot\nplease confirm my reservation for 2/20 at 8 pm\tconfirm_reservation\nhow much have i spent on food in the past week\tspending_history\nthe word 'you' got how many letters\tspelling\nwhat is the amount of balance i have to pay on my bill\tbill_balance\ni'm going to need you to be quiet now please\twhisper_mode\ndo you have a meeting room open from noon until 2:00 pm\tschedule_meeting\nwhen would you recommend i get my oil changed\toil_change_when\nset a reminder for me to request time off\treminder_update\ndo you know recipe for making apple pie\trecipe\nmy visa was stolen\treport_lost_card\ni'm out of apples, add that to my list\tshopping_list_update\ncould you help with booking a car rental for me in seattle\tcar_rental\ncan you check if my order has been delivered\torder_status\nwake me in an hour\ttimer\nwill i need a plug converter for my electronics in amman\tplug_type\nhelp me locate my phone\tfind_phone\nhow long has it been since my car was in the shop\tlast_maintenance\n\"did i add \"\"cleaning the foyer\"\" to my todo list yet\"\ttodo_list\nset a reminder for later\treminder_update\ntoday is the day i should pay my electric bill\tpay_bill\nwhat do you know about the meaning of life\tmeaning_of_life\ni just started this new job and need help with my 401k rollover\trollover_401k\nhave they authorized my vacation\tpto_request_status\nwhere is an appropriate place where i can schedule to check out my tires\tschedule_maintenance\nis the wait at pizza hut long\thow_busy\nwhat's the minimum due for my electric bill\tmin_payment\nwhat the numerical number inside my bank accounts\tbalance\nmy card declined yesterday and i want to know why\tcard_declined\nwhere do i get the form i need for taxes\tw2\ni want to change to a new allstate insurance plan\tinsurance_change\nhow can i find my routing number from bank of america\trouting\nwhat are the carry-on restrictions for delta\tcarry_on\nlet me change your name to dina\tchange_ai_name\npull up my calendar and tell me what i have scheduled for march 30\tcalendar\nis my bill due this week\tbill_due\nthat's enough, don't say anymore please\tcancel\ni would like to try and confirm that i have a reservation at kelly's for moreno\tconfirm_reservation\ncould you look up the date that my credit card is set to expire\texpiration_date\nstop the connection with my phone\tsync_device\nare my doors in the locked position right now\tsmart_home\ni'm going to need a meeting room on 9am on tuesday\tschedule_meeting\ncan you roll a dice for me\troll_dice\ni want to change the name i call you to juan\tchange_ai_name\nwalk me through on how to change my insurance\tinsurance_change\ndisplay my location on the map\tcurrent_location\ncan i put in a pto request for may 1 to may 5\tpto_request\nflip a coin, i'm heads\tflip_coin\nhow do i do a 401(k) rollover\trollover_401k\ni need to know how to get my car jump started\tjump_start\nhow many days off have i used\tpto_used\nplease pair my phone\tsync_device\ncheck if my shopping list has tomato\tshopping_list\nis it possible to apply for a visa card\tnew_card\nget connected to my phone\tsync_device\ncan i use pasta sauce instead of tomato paste\tingredient_substitution\ncan i make a phone call\tmake_call\nwhat can i expect to pay in taxes\ttaxes\nhow long can i keep a ham in the freezer\tfood_last\nwhat's the calorie content of french fries\tcalories\nwhat goes into a strawberry smoothie\tingredients_list\nwhen did i go to the mechanic\tlast_maintenance\ncan you make the default language swedish\tchange_language\nwhat did i spend on groceries this month\tspending_history\ncan i get a new pet insurance plan\tinsurance_change\nhow do i jump start a battery\tjump_start\nhow long should i cook the eggs for\tcook_time\nwhat do i need to do to request vacation time off\tpto_request\nwhat is my amazon card's rewards balance\trewards_balance\nis electricity the same in france\tplug_type\nwhat kind of oil do i need to change the oil in my car\toil_change_how\nwhats on my shopping list at the moment\tshopping_list\ni'd like to know if my capital one credit card have international transaction fees\tinternational_fees\nwould you tell me my routing number\trouting\nwhat does my cable bill look like\tbill_balance\ni need you to repeat that please\trepeat\nare you able to link to my phone\tsync_device\ni need to know the conversion between teaspoons and tablespoons\tmeasurement_conversion\ni am needing you to buy me some shoes\torder\ncan you please set up a meeting for 3:00 on wednesday\tschedule_meeting\ni no longer need to go to the zoo on the 8th of this month\tcalendar_update\nhow much does my bank account have\tbalance\ndenver's timezone is a mystery, i wonder where its located\ttimezone\nthat's not right, so no\tno\nhow much cash do i earn\tincome\ncan i safely travel to france or is it dangerous\ttravel_alert\nset up payroll direct deposit to my checking account\tdirect_deposit\nplease let my bank know that i will be in uruguay from january to august\ttravel_notification\nin how many miles do i need to schedule my oil change\toil_change_when\ngive me a rundown of the weather\tweather\ndoes home have a starbucks nearby\tdirections\nwhen will i hear back about my days off\tpto_request_status\nwhat are the nutrition facts for a mcdouble at mcdonalds\tnutrition_info\nplease set a timer for 40 minutes\ttimer\ncan you list all of my online transactions for the month of january\ttransactions\ndecrease the speed of your speech please\tchange_speed\ndoes delta charge for carry ons\tcarry_on\nhas my credit card application been received, or what is its current status\tapplication_status\ni need a aaa service place to make an appointment for my tires to be assessed\tschedule_maintenance\nplease reserve a table for two at olive garden at 7:00pm for michael\trestaurant_reservation\ni want to know what kind of gas this car uses\tgas_type\ni need a timer for 20 seconds\ttimer\ni need you to add creamer to my shopping list\tshopping_list_update\nwhat is the total amount i am going to have to pay in bills this month\tbill_balance\nwhat is my current credit score\tcredit_score\ncan you transfer money from my account\ttransfer\ncan you help me find my lost phone\tfind_phone\nhow many calories are in cake\tcalories\nlet's take a look at the weather\tweather\nwhat's a fun fact about eggs\tfun_fact\ntell me the gas type for that car\tgas_type\ncan you tell me where you were born\twhere_are_you_from\ncan see you see if there are meeting rooms available between 9:00 am and 11:00 am\tschedule_meeting\ndo you have access to my phone\tsync_device\ni gotta switch to a new insurance plan\tinsurance_change\nwhat is 10 ounces in grams\tmeasurement_conversion\nlet's switch to whisper voice\twhisper_mode\nwhat do i have on my shopping list\tshopping_list\nwhat do i do to change my credit limit\tcredit_limit_change\nwhat plug does colombia use\tplug_type\ni'm not sure which one because it could be either of them\tmaybe\ni want to start calling you adam\tchange_ai_name\nplease get me a flight booked from miami to dallas on american airlines\tbook_flight\nhave i been spending a lot on roast beef lately\tspending_history\ni need an uber for 2 for orlando\tuber\nare you a cat person\tdo_you_have_pets\nhelp me find a new auto insurance policy\tinsurance_change\nhas my mastercard application gone through yet\tapplication_status\nhow little can i pay for my water bill\tmin_payment\nwhisper from here on out please\twhisper_mode\nplease note vacuuming on my to do list\ttodo_list_update\ni need you to place a stop on my bank account, thank you\tfreeze_account\nget me an uber to chilis\tuber\nit is a true\tyes\nroll a pair of six sided dice\troll_dice\ntext mom i'll talk to you later\ttext\nflip a coin for me and i call heads\tflip_coin\nhow long to reheat chinese food\tcook_time\nchange my pin number for my checking account\tpin_change\ni need to know where my due date is for my lawn bill\tbill_due\nwhat type of questions are you partial to that i can ask you\twhat_can_i_ask_you\nplease turn on whisper mode because i am about to be in class\twhisper_mode\ncan you tell me how to change my car's oil\toil_change_how\non my card what all are my latest transactions\ttransactions\nwhat is the definition of succumb\tdefinition\nhow do i know if my milk is expired\tfood_last\ncould you tell me what is the apr for the credit card\tapr\nwhat's the balance on my sprint account\tbill_balance\ndo i have anything on my schedule for april 15\tcalendar\ndoes luigi's take reservations\taccept_reservations\nyou work for someone else or no\twho_do_you_work_for\nswitch to your whispering voice please\twhisper_mode\nwhat is the amount of time i can request off in the coming year\tpto_balance\ni want to know if pizza is healthy\tnutrition_info\ncan i raise my credit limit to $12,000\tcredit_limit_change\nhow many points have been earned on my amex\trewards_balance\ni am not sure if i have enough money in my chase account to buy a new dress\tbalance\nwhat's the typical time it takes for a new card to arrive\treplacement_card_duration\ni want a meeting to be scheduled\tschedule_meeting\nincrease the speaker volume please\tchange_volume\ntell me how low the air in my tires are\ttire_pressure\ni want to rent the cheapest car for charlottesville, virginia for march 7th through 10th, that's monday, tuesday, wednesday and thursday\tcar_rental\nwhen will i need to replace my tires if i last replaced them on december 20\ttire_change\nadd to my playlist smooth operator by sade\tupdate_playlist\nwill i be safe while traveling to lyon (will you be safe)\ttravel_alert\ni want to listen to the next song on this playlist instead\tnext_song\nplease revert to your factory settings\treset_settings\nyes, ai, that is correct\tyes\nmy key bank checks have run out\torder_checks\nwhat are your favorite hobbies\twhat_are_your_hobbies\nwhat is 34 times 80908\tcalculator\ncan you give me the time\ttime\nminimum to pay on power bill\tmin_payment\nwill i be safe going to south america\ttravel_alert\nshould i apply for a visa if i am traveling to mexico\tinternational_visa\nmake your volume quieter please\tchange_volume\nwhat do you need to make general tsao's chicken\tingredients_list\nare an an ai\tare_you_a_bot\nwill rice be ok in the fridge for 3 days\tfood_last\nshow all purchases of video games\ttransactions\nwill cracker barrel be crowded around five this evening\thow_busy\nwhen is my plane scheduled to land\tflight_status\n\"that \"\"baby shark, doo doo,\"\" song, i want to hear it\"\tplay_music\nhas my vacation time at work been allowed\tpto_request_status\ncan you teach me to change my oil\toil_change_how\nhow can i change to new insurance plan\tinsurance_change\ncan you cancel my todo list please\ttodo_list_update\ncan you tell me the drive time to the nearest gas station\tdistance\nchange the pin on my bank of america account to be 1234\tpin_change\ni need to get an uber for three people to go to the zoo\tuber\nwhat is the status of the order i placed with you yesterday\torder_status\nhow much time will pass between the start and end of our sojourn by bus to detroit\tdistance\nwhat's the traffic like on my way to the terminal\ttraffic\nare french fries health or not\tnutrition_info\nlet me know the exchange rate between dollars and rubles\texchange_rate\ncan you tell me where to get a w2\tw2\nwhat do i do when my car battery is dead\tjump_start\nwhat about my vacation request\tpto_request_status\nare you a human or an ai\tare_you_a_bot\nam i scheduled for any meetings between noon and one\tmeeting_schedule\nwhat is my bank balance for all accounts\tbalance\nplease check my credit limit on my visa\tcredit_limit\ni need an uber to come to my work at 5pm for three people going to the cineplex downtown\tuber\nwhat does life mean to you\tmeaning_of_life\ngo ahead and flip that coin, i choose heads\tflip_coin\nwhich timezone is colombia\ttimezone\nplease give me instructions on making blueberry pie\trecipe\nwhat's the minimum i can pay on my sewer bill\tmin_payment\nare you real\tare_you_a_bot\ni would like to know the time\ttime\nfrom now on i'm going to call you ishmael\tchange_ai_name\nmy credit card got stolen and i need to know how long it will be before a new on arrives\treplacement_card_duration\nplease check and tell me the amount i spent on food last month\tspending_history\nmind connecting to my phone\tsync_device\nwhat date was my car last at the mechanics\tlast_maintenance\ni have a revolving store card and defaulted so will my fico score be affected\timprove_credit_score\ncan you read my list back to me\treminder\ntell me what you believe my name to be\tuser_name\nwhat is the recommended interval to get my oil changed\toil_change_when\ni need to get a hold of my w-2 right now\tw2\nwhat do i do to get a visa card\tnew_card\ncan you tell me a good indian dish to make\tmeal_suggestion\nwhen is my bill due\tbill_due\nthe bank should know i am going to asia soon\ttravel_notification\nwhy is there a delay on my checking account\taccount_blocked\nare you a bot right now\tare_you_a_bot\ncan you check when i'm next due for an oil change\toil_change_when\ncan some more checkbooks get mailed to me\torder_checks\nreturn to your original settings, please\treset_settings\ni have a lot of credit card points saved up and would like to start redeeming them\tredeem_rewards\ni'd like to set up a reservation for kibble at 4\trestaurant_reservation\nwhat is in my bank accounts\tbalance\nhow much is my internet bill\tbill_balance\nset my paycheck to direct deposit to chase account\tdirect_deposit\nwhat kinds of fun touristy things are there to do in boston\ttravel_suggestion\nhow do i change the speed of my ai's voice\tchange_speed\nwhat is the minimum payment due on my visa\tmin_payment\nwho is this song that's on the stereo\twhat_song\ntell me about something some trivia\tfun_fact\nis everything ok with you\tgreeting\ncould you stop please\tcancel\ni want a flight from new york to san francisco using delta\tbook_flight\ni feel i would like to get some more checkbooks mailed to me\torder_checks\nit seems to be that i have had pizza in the fridge since monday, so is it safe to eat\tfood_last\ndo you know the total number of vacation days i have used\tpto_used\ndefine ataraxy\tdefinition\nmy credit is going down what should i do\timprove_credit_score\nhello, how's your day\tgreeting\nflip a coin; i say tails\tflip_coin\nhow long do we have to wait at the restaurant\thow_busy\nhow do i set up a direct deposit for my paycheck\tdirect_deposit\nshow me how to change my oil\toil_change_how\nadd this song to my rainy day playlist\tupdate_playlist\ni want to report a broken card\tdamaged_card\nhow many pints are in 22 gallons\tmeasurement_conversion\nmake sure my reservation at umami with carl is canceled\tcancel_reservation\nget me the apr on my visa card\tapr\nhow many calories are there in a scoop of chocolate ice cream\tcalories\nhow much do i pay in taxes, please\ttaxes\ni wanna know the types of subjects are you familiar with\twhat_can_i_ask_you\ni go by stefan\tchange_user_name\nset 60 minutes for oven please\ttimer\ni want a table at texas roadhouse; how long will it be\thow_busy\ndefine antagonist for me please\tdefinition\ni was at walmart trying to buy toilet paper and my card got declined\tcard_declined\nwhat benefits are associated with my insurance\tinsurance\nthe apr on my visa card is what\tapr\ndo i need a power adapter in mexico\tplug_type\nplease remove fishing from my calendar for soccer\tcalendar_update\ntry a male voice\tchange_accent\nmy dog swallowed my credit card and i need a new one\tdamaged_card\nhow do you show my name\tuser_name\nsure\tyes\ni wanna change to the female voice\tchange_accent\nwhat points were earned on my mastercard\trewards_balance\ni need the nutrition facts for ramen\tnutrition_info\nwho is the person u work for\twho_do_you_work_for\nis it possible to get schedule getting my tires inspected\tschedule_maintenance\nwhat's the traffic like on the way to walmart\ttraffic\ntell me fun facts on science topics\tfun_fact\nwhat do i need to make macaroni\tingredients_list\nwhat is the current time in dallas\ttime\ni no longer want my reservation anymore\tcancel_reservation\nbook a 6 person uber to the movies\tuber\nwhere is the nearest marijuana dispensary to kentucky fried chicken\tdirections\nwhat kinds of things are you into\twhat_are_your_hobbies\ncan you tell me your birthday\thow_old_are_you\ncan you give me a thai meal suggestion\tmeal_suggestion\nclear all settings in a reset\treset_settings\nwhat carry-on restrictions does southwest impose\tcarry_on\nwhat day will my paycheck come\tpayday\nset the volume at 4 for me please\tchange_volume\nwhat is the longest i can leave meatballs in sauce in the freezer before it is no longer safe to eat\tfood_last\ncall me mike from now on\tchange_user_name\nmy card fell out of my wallet and i ran over it so it does not work\tdamaged_card\ntell me straight if it has been processed or not\tapplication_status\ncan you tell me the routing number for my chase checking\trouting\ni really thank you\tthank_you\ntell me when i got my car checked last\tlast_maintenance\nis it a short time before i receive my new credit card\treplacement_card_duration\nfetch the song smells like teen spirit and play it\tplay_music\ni got my new tires a month ago, when should i replace them\ttire_change\ntell me a fun fact about the olympics\tfun_fact\ncould you stop talking for a second\tcancel\nplease confirm that i have a reservation for march 1st at 7\tconfirm_reservation\nhow do i report that i lost the card\treport_lost_card\nwhich date is my next paycheck due\tpayday\nplease send a message to peter telling him to pick up milk\ttext\nrent a car for 3/1 through 3/3 in boston; i'd prefer an suv\tcar_rental\ncan you tell me the steps to change the oil in my car\toil_change_how\nlet me know the current time in the central timezone\ttime\ncan i put in a pto request for january 4th to january 9th\tpto_request\nwhat is the interest rate on my barclay card arrival credit card\tinterest_rate\nwhat do i need to do\ttodo_list\nrepeat that last response\trepeat\nhow much can i charge on my visa\tcredit_limit\ni have a card that was lost i need to report\treport_lost_card\ni have spent a lot on groceries lately\tspending_history\nhow long does it take to get to universal studios in los angeles\tdistance\ni need to have a coin flipped\tflip_coin\ni want to be reminded to pay the electric bill\treminder_update\nwhat's your birthday\thow_old_are_you\ncan i put in a pto request for december 3rd to december 10th\tpto_request\ni have a great western bank account i want direct deposits to go to\tdirect_deposit\nnegative for sure\tno\ni wanna know when should i get my oil changed next\toil_change_when\nwhat is the shipping status of my replacement card\treplacement_card_duration\nhow are things with you\tgreeting\nwhat is 15% of 3143\tcalculator\nwhat time is it right now in cst\ttime\nhow many of my sick days have i gone through\tpto_used\nlet me cash my credit rewards\tredeem_rewards\ni'd like to change my pin number for my checking account\tpin_change\ni didn't hear, please say it again\trepeat\nsay my credit score\tcredit_score\nplease tell me what the next holiday is\tnext_holiday\nhow can i change car oil\toil_change_how\nwhen was the last time i got my oil changed\tlast_maintenance\nis it ok to use brown sugar instead of powdered sugar\tingredient_substitution\nwhat should i grab to make a german chocolate cake\tingredients_list\ni gotta set a timer\ttimer\nwhat's the timezone for brasilia\ttimezone\nflip a coin, i have tails\tflip_coin\ncheck my shopping list\tshopping_list\nwhen is the right time to change my tires\ttire_change\ntransfer $40 from account a to b\ttransfer\ncan you tell me the date of my last check\tpayday\nbook a reservation for 4 at outback steakhouse under the name dave\trestaurant_reservation\ni need to track my package\torder_status\nappreciate it\tthank_you\ni need to know the apr for my visa card\tapr\nwhen will i get a replacement card for a lost one\treplacement_card_duration\ni gotta pay my cable bill\tpay_bill\nwhat kind of mileage does this car get\tmpg\nwhy was my card not accepted yesterday\tcard_declined\nmy bank needs to know about my traveling to georgia in europe\ttravel_notification\ndate please\tdate\nplease link up to my phone\tsync_device\nwhat is the date for tomorrow\tdate\nwhat kind of vacation days have i used so far\tpto_used\nhow are the reviews for la loconda\trestaurant_reviews\nis it okay to substitute oregano for basil\tingredient_substitution\nwhat do i need in order to jump start my car\tjump_start\nwhat locations of applebee's take reservations\taccept_reservations\nsearch steps for how to report a card lost\treport_lost_card\ngive me directions to the nearest gas station\tdirections\nhow much is the interest rate for the account i have at bluebird\tinterest_rate\nturn off my bank account\tfreeze_account\nwho were you created by\twho_made_you\nwhy is there a stop on my deposit account\taccount_blocked\ndelete everything on my todo list\ttodo_list_update\nis there an option to speak only in mandarin\tchange_language\nhow long until my next oil change\toil_change_when\ndid i add salt to my shopping list\tshopping_list\nwhat’s the time in new york\ttime\nis there any opinions on the sushi at yakamoto\trestaurant_reviews\nwhat is the minimum i can pay on my heating bill\tmin_payment\nplease set the timer for me\ttimer\nwhat will the traffic be like if i headed out to work right now\ttraffic\ni need to give my location to macy and george\tshare_location\nhow long does it take to bake a pork loin\tcook_time\ni am hoping you can put a stop on my bank account\tfreeze_account\ni need a room in london for 2 people from march 1st to 3rd\tbook_hotel\nwhat are carry-on rules for jet blue\tcarry_on\nwhat date will it be 6 days from now\tdate\ndo i have get an oil change on my todo list\ttodo_list\nwill you aid me in paying my insurance premium\tpay_bill\nwhat is my minimum payment and when is it due\tmin_payment\ndo i need a travel visa for the uk\tinternational_visa\nare you a person or robot\tare_you_a_bot\ni believe that's true\tyes\ni need your accent to be changed\tchange_accent\nhey computer, make a reservation for 2 for my parents at red lobster on wednseday next, 2:00pm if possible\trestaurant_reservation\nplease clear my calendar\tcalendar_update\nwhat's the nutritional info for potato skins\tnutrition_info\nwhat oil do i need for my honda crv and how do i change it\toil_change_how\npair with my smart phone\tsync_device\ncan you please tell me my card's expiration month\texpiration_date\ni want to change my bank of america account pin number\tpin_change\ni need to know five dollars in yen and rubles\texchange_rate\ncould you walk me through transfering my 401k\trollover_401k\ni need an uber to the doctor\tuber\ni want to rename you joe\tchange_ai_name\nhow many vacation days i have used\tpto_used\ni’m leaving-goodbye!\tgoodbye\ninsert mowing on the chore list\ttodo_list_update\ncorrect\tyes\ndid i buy too many donuts recently, like last week\tspending_history\nwhich song is this\twhat_song\ncan i get my limit increased on my discover card\tcredit_limit_change\nassist me on where to go to get my w2 for tax reasons\tw2\ntell me my debit card's rewards balance\trewards_balance\ni want to put in an application for a line of a credit card how do i do that\tnew_card\nare there any tornadoes coming soon\tweather\nwhat do i need to do for my mastercard rewards\tredeem_rewards\nplease repeat over what you said\trepeat\ni need to let my bank know that i'll be travelling internationally\ttravel_notification\nwhat is the exact due date for my mortgage payment\tbill_due\nare there any vacancies in new york city from april 2 through april 8\tbook_hotel\nwhat ingredients do i need for philly cheesesteaks\tingredients_list\ndo i have any meetings with roger today\tmeeting_schedule\nis it dangerous to travel to mexico\ttravel_alert\ni want to be woken up at 9 tomorrow\talarm\nwhat do you need to make dandelion wine properly\tingredients_list\nare you from the us\twhere_are_you_from\nmy account has been blocked, but i have no idea why\taccount_blocked\nwill you please go on amazon so i can buy speakers\torder\na large french fry has how many calories\tcalories\ni want to find out how do i schedule a meeting\tschedule_meeting\ntell ann and scott where i am\tshare_location\nhow is this car rated for fuel economy\tmpg\nwhat's a big bowl of ice cream contain in calories\tcalories\ni switched companies and need to rollover my 401k\trollover_401k\nwhy was a hold placed on my wells fargo account\taccount_blocked\ndoes spain have any travel alerts i should be aware of\ttravel_alert\nis my apr rate good\tapr\ncan you find me a recipe for pie\trecipe\ni managed to get a new job but i need help with my 401k rollover\trollover_401k\nis there a way to change your name to betty\tchange_ai_name\nthank you very much for the assistance\tthank_you\nreport the card has been torn\tdamaged_card\ntell my bank that i'll be in canada this weekend\ttravel_notification\ni need my luggage that your airline lost it was flight abc123 and now it’s suddenly missing\tlost_luggage\ninform eric of my current location\tshare_location\nis it recommended to get any specific shots before i travel to norway\tvaccines\nfind the minimum due on my peco energy bill for february\tmin_payment\nwhat's next when it seems there's a dead car battery\tjump_start\nare there any positive reviews for wendy's\trestaurant_reviews\nwhat is the credit limit for my navy federal card\tcredit_limit\nif you were to call a place your beginning, your home start, where would that be\twhere_are_you_from\nlist out my shopping list for me\tshopping_list\ni replaced my tires yesterday, when should i get new ones\ttire_change\ndo i have calendar events on march 19th\tcalendar\nhelp me find where i am\tcurrent_location\nreset the factory settings\treset_settings\ni need you to book me a flight from ft lauderdale to houston on southwest\tbook_flight\nhow many years have you been alive\thow_old_are_you\nplease make a reservation for 2 at olive garden for 5 pm today\trestaurant_reservation\ni need a flight to be booked from san diego to boston through frontier\tbook_flight\nwhat sort of fuel does this car take\tgas_type\nwhat kind of mpg does this car get in the city\tmpg\nwhat is the balance on my vacation days\tpto_balance\nmy name is steve\tchange_user_name\nreserve a table for 3 at 7 for olive garden\trestaurant_reservation\nwhat name would you like me to use\twhat_is_your_name\nare there meeting rooms available between 9-10\tschedule_meeting\nwake me up with an alarm at 6am\talarm\nyes i do like that\tyes\ni have had pizza in the fridge since monday, so is it safe to eat\tfood_last\njoe and i are to cancel the reservation at zephers now\tcancel_reservation\nswitch your language setting to english\tchange_language\ni have potatoes in the cupboard from wednesday, are they fine\tfood_last\ni'm grateful\tthank_you\nwhen is the next day off\tnext_holiday\nwhat's the result of a 10-sided dice roll\troll_dice\nwhat is the number of remaining rewards points on my chase card\trewards_balance\nyou got it\tyes\nplease tell me when my flight will land\tflight_status\ni dunno\tmaybe\ntell me a random fact\tfun_fact\nthrow a coin in the air\tflip_coin\nwhat is the time right now\ttime\nany new restaurants near the mall\trestaurant_suggestion\nadd twelve and twelve please\tcalculator\ni didnt understand what you just said, can you say it again\trepeat\ncan i get more money on my discover card\tcredit_limit_change\nbook a reservation for 8 pm at red robin under the name kevin\trestaurant_reservation\nlook up the kind of fuel i use in my car\tgas_type\nis the request for vacation i filed with my manager at intel approved yet\tpto_request_status\nhow long will it take to drive to the kroger in westwood\tdistance\nwhat electrical plug do they use in the uk\tplug_type\nwill you call and check on my reservation for john at bardenay\tconfirm_reservation\nlet me know if i can use ketchup in place of the mustard\tingredient_substitution\ncross grocery shopping off the todo list\ttodo_list_update\ni’ll be leaving now\tgoodbye\ni would have to say the answer to that is no\tno\nwhat is the route to take to report a lost card\treport_lost_card\nare the reviews for applebee's good\trestaurant_reviews\nwhen you have free time, what do you do\twhat_are_your_hobbies\nwhat is my bank balance\tbalance\nwhat are my list of commands\twhat_can_i_ask_you\ni have to know the credit limit\tcredit_limit\nthat has to be false\tno\nwhat do i have to do on january 1st\tcalendar\ni need to transfer from this account to that one\ttransfer\ni think my card was declined at wal mart and i want to know why\tcard_declined\ni need to book a car rental in boston\tcar_rental\ncan i get a table for four at 8:00\thow_busy\nhow much will i have to pay in state taxes\ttaxes\ndo you know if whether or not zeus does reservations\taccept_reservations\nhow long is the wait at fridays\thow_busy\ntrack my order\torder_status\nwhat holiday's are comming up next\tnext_holiday\nhow do i know the interest rate for my signature account\tinterest_rate\ndo you own any pet\tdo_you_have_pets\nwhat subjects do you know\twhat_can_i_ask_you\ncan you tell me if my credit card expires in the near future\texpiration_date\nhow long is the wait at orchids\thow_busy\nwhat's going on with my order\torder_status\nwhat is the scheduled landing time for my flight\tflight_status\nturns out my card was declined at wal mart and i wanna know why\tcard_declined\ndon't know\tmaybe\ntell me my credit score\tcredit_score\ndisconnect from phone\tsync_device\ncan i get my w2 online\tw2\nwhat should i do if my card is lost\treport_lost_card\ntell me what types of questions i can ask you\twhat_can_i_ask_you\ngive my my current points on my marriot rewards card\trewards_balance\nhow often should i change my oil\toil_change_when\ncurrent time, please\ttime\nlet me know my tax rate\ttaxes\nwhat time is it in the central standard timezone\ttime\ngive my location to bill and craig\tshare_location\nthat would be correct\tyes\ni have to schedule some car maintenance\tschedule_maintenance\ncan you let me know what my credit limit is for my visa card\tcredit_limit\nbook me an uber for a party of 5 to the salvage yard off maple\tuber\nhow much time do i need to prepare chicken\tcook_time\nwhere have you come from\twhere_are_you_from\nplease inform me when my flight scheduled to board\tflight_status\ncould you tell me my name\tuser_name\nplay rock playlist\tplay_music\ncan you book me a room in new york city from april 2 through april 8\tbook_hotel\nmove 100 dollars from my savings to my checking\ttransfer\ntell me how much my cable bill is\tbill_balance\nwhat are the nutrition facts for peanut butter\tnutrition_info\ncan you help me spell facetiousness\tspelling\nit's a no\tno\nwhat's the balance on my bills\tbill_balance\ni'm going to need a hotel in tampa near ybor city for march 23rd through the 28th\tbook_hotel\ncan you direct me where to find where i am\tcurrent_location\nwhat do you call me\tuser_name\nsend mike my exact location\tshare_location\nshow me how do i schedule a meeting\tschedule_meeting\nwhat is that song called\twhat_song\ndiscover card reporting fraud\treport_fraud\non my wells fargo mastercard, what is the current apr\tapr\ncan you tell me when my item will get here\torder_status\nare there any exciting tourist things to do in boston\ttravel_suggestion\ni wanna know my income\tincome\nwhat hobbies do you have\twhat_are_your_hobbies\nremove the sync from my phone\tsync_device\nwhat are some tourist sites to see in ann arbor\ttravel_suggestion\nreserve a table for 5 at lawry's under the name steve at 8:00pm\trestaurant_reservation\nsee you later, alligator\tgoodbye\nsetting up direct deposit\tdirect_deposit\nwhen do i next get paid\tpayday\ncan i use butter instead of margarine\tingredient_substitution\ntell me tomorrow's date\tdate\nwhere do i report if i lost my luggage\tlost_luggage\nhow's traffic on i 95\ttraffic\ndo you have any type of pet\tdo_you_have_pets\nhow can i cash out my rewards for a visa card\tredeem_rewards\nwhat are the reviews for mountain mikes\trestaurant_reviews\nwould i need a visa if i want to travel to mexico\tinternational_visa\nai you have given me so much information, thank you\tthank_you\ncan you tell me the minimum payment of my bill\tmin_payment\ntell me the present status of the credit card application i submitted\tapplication_status\ndelete fries from shopping list\tshopping_list_update\ni need a meeting room at 2pm on friday\tschedule_meeting\ndo i have any appointments on tuesday\tcalendar\nhow's the lo mein rated at hun lee's\trestaurant_reviews\nalert my bank and let them know that i'm travelling to london\ttravel_notification\nhow would i say i need directions if i were french\ttranslate\ndo you know what the meaning of life is\tmeaning_of_life\ncan you tell me the limit i currently have on my barclay card\tcredit_limit\nshould i bring my socket converter while traveling to england\tplug_type\nunfortunately it would appear that my luggage is totally lost\tlost_luggage\ncan you mail more checkbooks to me please\torder_checks\ndo my task list have call kath on it\ttodo_list\nplease share the definition of episcopalian\tdefinition\nrecipe for traditional roast beef and gravy\trecipe\ntell me what's is on my shopping list\tshopping_list\ntell me which restaurants are good for thai food in las vegas\trestaurant_suggestion\nyour name is roman\tchange_ai_name\ndo i need to get any shots before volunteering in the congo\tvaccines\nplease add alarms at 430am and 1030am\talarm\napproved\tyes\nstop doing that\tcancel\nhow long to grill thick steaks\tcook_time\nwhat day did i last take my car in\tlast_maintenance\nuse phone to call alexa\tmake_call\ncan you tell me how many vacation days have i taken\tpto_used\ndo you know what this car's mpg is\tmpg\nhow long until i should have my tires replaced\ttire_change\nit was great to have this conversation with you\tgoodbye\nwhat is my credit score number\tcredit_score\ni need to know what kinds of pets you have\tdo_you_have_pets\ni need information regarding the procedure to cash in my rewards for my citibank card\tredeem_rewards\nis it ok to use oil spray instead of canola oil\tingredient_substitution\nplay that song called bring the noise\tplay_music\nabout how long before i need another oil change\toil_change_when\nhow do i improve my credit score\timprove_credit_score\nhow can you convert centimeters to inches\tmeasurement_conversion\nhow much vacation time have i earned\tpto_balance\ni don't know why my check engine light is on, i need a mechanic\tschedule_maintenance\ni must say no\tno\nturn volume to 4\tchange_volume\nhow can i protect my credit rating\timprove_credit_score\nyour name from this point forward is george\tchange_ai_name\ni wanna add help! by the beatles to my playlist\tupdate_playlist\nwould it be okay to change your name to daphne\tchange_ai_name\nwhen i go to mexico, what kind of plugs do i need\tplug_type\ndo you know when my next check is coming\tpayday\nhow to keep my credit score from going down\timprove_credit_score\ni want to pay my electric bill, can you do it for me\tpay_bill\nwhen do i need a new credit card\texpiration_date\nplace cleaning the backyard on my list of things to do\ttodo_list_update\nwhat is the time zone of france\ttimezone\nhow do i move my 401k\trollover_401k\nmisplaced my phone\tfind_phone\ntell me how i can get a new pin number\tpin_change\nsiri, place my amazon order\torder\ni want a coin flipped\tflip_coin\ncan you show ben and jerry where i am currently at\tshare_location\ni think i lost my luggage\tlost_luggage\nno, that is incorrect\tno\nfind the nutrition info for cucumbers for me\tnutrition_info\ncan you tell me which shots i need for africa\tvaccines\ni'm unsure of the answer\tmaybe\ncan you find what my credit score is\tcredit_score\ncheck my tires' air levels please\ttire_pressure\ncan you tell me if i might be able to apply for a new credit card\tnew_card\nhow many calories are in ice cream\tcalories\ni'm sure it could be either\tmaybe\nbook an uber suitable for seating 5 individuals and headed for the mall\tuber\ntell me how i know when i need an oil change\toil_change_when\ni need to know the status of flight dl123\tflight_status\ncan you report my lost discover card\treport_lost_card\nset a one minute timer\ttimer\nwhat is the way to say thank you in spanish\ttranslate\ncan you help me change my insurance policy\tinsurance_change\nwhat hotels are near, ny, ny for the 9th to 11th\tbook_hotel\ndo i need a states visa to get to cuba\tinternational_visa\n\"what is the meaning of word \"\"rescind\"\tdefinition\nthat is not right\tno\nhow much pto days do i have remaining\tpto_balance\nwhat's the letters in 'you' word like\tspelling\nwould you skip past this song and just play what comes next\tnext_song\ni need the pin number for my checking account\tpin_change\nwhat lowers credit score\timprove_credit_score\ntell me something neat about the ocean floor\tfun_fact\nhow long has it been since my car was last in the shop\tlast_maintenance\nwhere can i pick up my w2 to do my taxes\tw2\nshow me ideas for hamburger\trecipe\ni need a thai food suggestion\tmeal_suggestion\nmy gps coordiantes will be shared with aunt sunny\tshare_location\nhow long do you need to put the cuish in for\tcook_time\ncan you speak to me in french\tchange_language\ni need to make a reminder\treminder_update\nwhat's a fun fact about elephants\tfun_fact\nwhat do you know to be the nutritional info for macaroni and cheese to be\tnutrition_info\nwhere do we get our w2 forms\tw2\nput milk on my shopping list\tshopping_list_update\nhow would i say i am lost if i were japanese\ttranslate\nhow do i order some more checks for my bank of the west account\torder_checks\ndo you know why the bank put a hold on my joint checking account\taccount_blocked\nwhat is the meaning of telepathy\tdefinition\nso are you real\tare_you_a_bot\nwhen is my order coming\torder_status\nnotify my bank i am travailing from denver to la\ttravel_notification\nare there meetings from 1 to 5 pm\tmeeting_schedule\ni need you to switch the language you are responding in\tchange_language\ncould you be a real person\tare_you_a_bot\nwhen does my discover card expire\texpiration_date\nwhere am i at currently\tcurrent_location\nmy car needs maintenance prepared\tschedule_maintenance\ni want to see the golden gate bridge and i'm walking on 5th street right now\tdirections\ni want to make a purchase\torder\nwhat is my pay date\tpayday\nwhat's my savings balance at chase\tbalance\ni wanna know my credit card's rewards balance\trewards_balance\nmy auto tires need to be checked out so where can i get an appointment\tschedule_maintenance\ncan you tell me the tasks on my to-do list\ttodo_list\nhow do i change my car oil\toil_change_how\ndo i need a socket converter if i'm going to be in uruguay\tplug_type\ncan i keep rice in the fridge for 3 days\tfood_last\nhow many reward points do i have available to redeem on my visa\trewards_balance\ntell me the lowest amount i can pay for my cable bill\tmin_payment\njason is my name\tchange_user_name\nis my request going to be approved for vacation\tpto_request_status\nwhat kind of fuel goes in my engine\tgas_type\ntell me how to roll over my 401k\trollover_401k\ntell me what meal to eat from texas\tmeal_suggestion\nwhat's my savings account interest rate\tinterest_rate\ngive me a good recipe for chicken parmesan\trecipe\nplease put this song on my studying playlist\tupdate_playlist\nlet me know what my interest rate is\tinterest_rate\nwhat is the minimum i can pay for my light bill\tmin_payment\nwhat is my credit card's annual percentage rate\tapr\nsuggest a meal from laos to me, please\tmeal_suggestion\nwhy can't i access my bank account\taccount_blocked\ni'm craving for italian food, where should i go\trestaurant_suggestion\nplease start calling me bob\tchange_user_name\nmy card fell in the toilet and now the chip does not work\tdamaged_card\nlet me know who your boss is\twho_do_you_work_for\ncan you list all recent transactions\ttransactions\ncan you tell me the name of my insurance plan\tinsurance\nare butter and oil interchangable\tingredient_substitution\nwhat food do you need to make lasagna\tingredients_list\nmy visa card was stolen\treport_lost_card\nwhat is the mpg for this car in city\tmpg\nhow do you say goodbye in spanish\ttranslate\ntalk fast\tchange_speed\nplace a phone call to yiming\tmake_call\nfind a recipe for german chocolate cake\trecipe\ni'd like you to give me an idea for a meal from iceland\tmeal_suggestion\nshare my gps coordinates with my mother\tshare_location\ni'm going to start calling you alice\tchange_ai_name\ncan i increase the credit limit for my wells fargo credit card\tcredit_limit_change\nwhen do you think i should change my oil\toil_change_when\ni need to rent a car in chicago but don't know how\tcar_rental\nwhat company sponsored you\twho_made_you\nhow bad is traffic on the way into oakville right now\ttraffic\nfind out of grub burger takes reservations\taccept_reservations\nskip to the next song\tnext_song\ntell me the the carry-on restrictions for american airlines\tcarry_on\ntell me the timezone las vegas is in\ttimezone\nwhat is the best way to deal with my lost luggage\tlost_luggage\nwhat does post rush hour traffic generally look like heading into the lincoln tunnel in manhattan from new jersey\ttraffic\nwhat do i do to change my car's oil\toil_change_how\norder new checks, please\torder_checks\ndid the application for my visa card finish\tapplication_status\nhas my credit card application processed yet\tapplication_status\ni would like to know the amount of gas i have\tgas\ncheck my bank balance\tbalance\nwhy on earth would a block have been placed on my account\taccount_blocked\ncan i increase my credit limit to 800 dollars\tcredit_limit_change\nhow long will it take to walk to the safeway in the strip mall\tdistance\nwhat is the month of my card's expiration date\texpiration_date\ntell me a joke about animals\ttell_joke\nwhat all is on my shopping list\tshopping_list\nswitch to whisper mode, please\twhisper_mode\ni seem to have lost my phone\tfind_phone\nwhat's on my calendar for tuesday\tcalendar\ncan you please lower the volume please\twhisper_mode\nusing this map i'd like to see my exact whereabouts\tcurrent_location\ni gotta know my credit score\tcredit_score\nthe chip on my card is damaged and i need a new one\tdamaged_card\ndo i have anything on my todo list about shoveling snow\ttodo_list\nwhat did i put on my list of reminders\treminder\nwhere is the closet bus stop to go to downtown dallas\tdirections\ni need to change my insurance to a plan with a lower deductible\tinsurance_change\nhow many more pto days are there for me\tpto_balance\ngo and disconnect from my phone\tsync_device\nget me a meeting with bill for 5:30pm tomorrow\tschedule_meeting\nwhat's your opinion on the meaning of life\tmeaning_of_life\nadd coming undone by korn to my playlist\tupdate_playlist\ncancel action\tcancel\ni wish to pay my cable bill\tpay_bill\nplease put a freeze on my banking account\tfreeze_account\ncan you tell me where the atm closest to my current location is\tdirections\nmy income equals what amount\tincome\nmy luggage is lost, i was on american airlines ab123 out of los angeles\tlost_luggage\ngo ahead and say all of the points on my list of to-do's please\ttodo_list\nplease confirm my reservation for bar les freres at 7\tconfirm_reservation\ndid my order get here yet\torder_status\nswitch to british male accent\tchange_accent\nwhat will you refer to me as\tuser_name\ngood job with assisting me\tthank_you\nremind me\treminder_update\ncan i apply for a paypal master card\tnew_card\nset a reminder for me to request time off work around the holidays\treminder_update\nuse male voice\tchange_accent\nwhere did i last put my phone\tfind_phone\nwhat's today's weather\tweather\nflip coin ai\tflip_coin\ni need to make a report due to fraudulent activity on my card\treport_fraud\nwhat is there to do in evans\ttravel_suggestion\nmeetings today\tmeeting_schedule\nset an alarm to wake me up at 5:30am\talarm\nhas my recent order shipped\torder_status\nstop syncing with my phone\tsync_device\nyes, that's it\tyes\ni want you to set alarms for 2pm and 3pm\talarm\ni wanna know the meaning of life\tmeaning_of_life\nwhere can i get a w2\tw2\ni'm going to the movies book an uber for 6 people\tuber\nmy card will work until what month\texpiration_date\ni'm happy with your answer\tthank_you\ni would like to know how to make a vacation request\tpto_request\nhow many feet are in 50 yards\tmeasurement_conversion\nbetween 9:00 am and 11:00 am, are there meeting rooms available\tschedule_meeting\ncan you look up the carry-on restrictions for delta\tcarry_on\ni need to know where the hospital closest to me is\tdirections\ngive me a summary of today's meetings\tmeeting_schedule\nwhat's your name anyway\twhat_is_your_name\ntext my mom for me and tell them i will be home soon\ttext\nremind me tommorow at 3pm i have a doctors appointment\treminder_update\nplease let me know if my discover card application has been approved\tapplication_status\nthank you so very much\tthank_you\nis there a meeting with sam today\tmeeting_schedule\nthink about if you could only say one or the other, which animal do you see yourself choosing, cats or dogs\tdo_you_have_pets\ni dont like my current insurance plan and want a new one\tinsurance_change\nmayonaise has been in my fridge for three years, is it still good to eat\tfood_last\nare there any roundtrip flights from shanghai to seatac that depart on wednesday and return on the thirty first\tbook_flight\nwhat does it look like my state taxes will add up to\ttaxes\ncan you tell me all the reminders i have set on my reminder list\treminder\ni need to know what ingredients are in a french baguette\tingredients_list\ni think we should whisper\twhisper_mode\ni would like to know the minimum payment for my credit card\tmin_payment\nmy new card arrives in the post when\treplacement_card_duration\ncould you check and let me know roundtrip flights from dallas to houston for march 7 and march 20\tbook_flight\nvolume should be increased to 4\tchange_volume\nwhat timezone is boise in\ttimezone\nwhen was the last time my car was serviced\tlast_maintenance\nwho do i work for\twho_do_you_work_for\ncall me mary\tchange_user_name\ndoes my western union card have international transaction fees\tinternational_fees\nill pass\tno\nwhere do i go if i am seeking the routing number of dallas capital\trouting\nsay it one more time\trepeat\nspeak in the language english\tchange_language\nplease change the credit limit\tcredit_limit_change\nhelp me figure out how to change my oil\toil_change_how\nhow do i replace my insurance\tinsurance_change\nmake a reservation for 2 tonight at 7:00 at outback steakhouse\trestaurant_reservation\ni need to know if it is possible to rollover my 401k\trollover_401k\nwhat amount of gas do i have left\tgas\nis my savings interest rate too high\tinterest_rate\nwhat company owns your code\twho_made_you\ni want list of tourist destination for paris\ttravel_suggestion\nmake the sound of my speaker greater\tchange_volume\nsomeone is charging my card for playstations, and it's not me! what do i do!\treport_fraud\nis red lobster busy at 6pm\thow_busy\ni want to make a meat stew what ingredients do i need\tingredients_list\nwhat is the purpose of exsistance\tmeaning_of_life\nwhat's the business that caused you to be made\twho_made_you\nwhat's the cost of my dte bill plus my electricity bill\tbill_balance\nblock my chase account asap\tfreeze_account\nhow do i spell acquaintance\tspelling\nwould you be able to freeze my bank account\tfreeze_account\nfor how long should i bake the brownies\tcook_time\ncan i travel to south africa without getting a shot\tvaccines\ndo people call you by a certain name what is it\twhat_is_your_name\nwill i get a fee for international transactions with my visa card\tinternational_fees\ncan you find instructions on how to change oil in a car\toil_change_how\ngo back to the original settings\treset_settings\nwhat is my credit score\tcredit_score\nwhat is the minimum i can pay on my electric bill\tmin_payment\nplease tell wanda where i am now\tshare_location\nwhat's the water bill\tbill_balance\nhow much money did i spent on grocery recently\tspending_history\nwhat is my credit card interest rate\tinterest_rate\nat 7, i need a table for 3 at olive garden\trestaurant_reservation\nwas my last oil change on wednesday\tlast_maintenance\ndiy oil change and oil type\toil_change_how\ndo you know why my account is blocked\taccount_blocked\ni need to know today's date\tdate\ndial steven\tmake_call\ni want to pay my internet bill\tpay_bill\nis the tofu i put in the fridge tuesday still edible today\tfood_last\ni wanna know your maker\twho_made_you\nyou can call me stevie\tchange_user_name\nwhere did you live prior to living here\twhere_are_you_from\ngo ahead and give me the tire pressure of my vehicle\ttire_pressure\ni've got a fraudulent purchase from kayak on my account\treport_fraud\nwhere can i get the employment form i need to do my taxes\tw2\ni need to know if i could substitute apple sauce with eggs\tingredient_substitution\nhow much money can i transfer today\ttransfer\ncan you tell me who created you\twho_made_you\nis everything going okay\tgreeting\ncan you identify this song playing through the speaker right now\twhat_song\nhow long does it take to cook a pork chop\tcook_time\nplease order me some new checks\torder_checks\ncan you tell me how many vacation days i've taken\tpto_used\nhow can i redeem the points i've earned with my credit card\tredeem_rewards\nhelp me to book a car rental in sacremento\tcar_rental\ntell me how to spell curiosity\tspelling\nin 100 days from now, what will be the date\tdate\n\"can you spell out \"\"annulment\"\tspelling\nis it possible to increase the credit limit on my mastercard\tcredit_limit_change\nare there extra fees for using my card in mexico\tinternational_fees\ncan you set a reminder for me\treminder_update\nwhere can i find a w2\tw2\n\"address me as \"\"bailey\"\tchange_user_name\nalter your language to french\tchange_language\ni got to vegas airport but my bags didn't\tlost_luggage\ninform carl that he is an awful human being\ttext\ni would like to know how to rollover my 401k\trollover_401k\npair my phone please\tsync_device\nwhat kind of traffic is on hwy 1 going to the downtown area right now\ttraffic\nwhat is the calorie count for one cookie\tcalories\nhow would you like me to refer to you\twhat_is_your_name\nplease put a stop on my back account\tfreeze_account\ni am enrolled in an insurance plan and need to know what it is\tinsurance\nhow many points did my visa earn\trewards_balance\ntell me what my calendar looks like for march 12th\tcalendar\nwhat's the timezone for boston\ttimezone\ncheck how much air is in my tires\ttire_pressure\nfreeze my account immediately\tfreeze_account\ncan you slow down\tchange_speed\ni need 2000 to go to my chase checking from my mellon bank savings account\ttransfer\ni am needing you to look up roundtrip flights form houston to miami for april 12 and april 15\tbook_flight\ni want to change what accent you use\tchange_accent\nwho in the area can inspect my engine light\tschedule_maintenance\nwhen is my car insurance bill due\tbill_due\ni do not know that\tmaybe\nhow many miles away am i from madison square garden\tdistance\nwhat's the nutritional info for a cup of noodle soup\tnutrition_info\nwhat's the minimum payment for our cc bill\tmin_payment\nthe meaning of life please\tmeaning_of_life\nwhat is the equivalent of, 'life is good' in french\ttranslate\nhow do i get to san fransisco by bus\tdirections\ni'm looking for italian food suggestions\tmeal_suggestion\nnever mind, don't do that\tcancel\nis it going to rain tonight\tweather\nplease play me the song that starts out with doo doo doo\tplay_music\nis there enough in my savings account to get a new tv\tbalance\nrepeat what the weather will be like\ttransfer\ncan you tell me if i have paper towels on my shopping list\tshopping_list\ndoes cielo take reservations\taccept_reservations\nhow much do i take home yearly\tincome\nplease go ahead and change my name\tchange_user_name\nhelp me get w-2 form\tw2\nwhere can i rent a car in boston\tcar_rental\ni will need a rental car for travel\tcar_rental\ni have to make a phone call\tmake_call\ncould you speak a little faster, please\tchange_speed\nwhen will tofu expire if i keep it in the freezer\tfood_last\nadd this song to my slow jams playlist\tupdate_playlist\nhow do you convert inches to centimeters\tmeasurement_conversion\nwhat do you think we are on earth for\tmeaning_of_life\ngive me information about my card's apr\tapr\nfor what time is my meeting with marketing scheduled\tmeeting_schedule\ni need a new house insurance plan\tinsurance_change\ntell how many a's are in the word happiness\tspelling\nin what timezone is atlanta located\ttimezone\nis there a starbucks close to home\tdirections\ncould you please change your accent to the male british one\tchange_accent\nwhen did i last have my car fixed\tlast_maintenance\ni'd like to pay my bill\tpay_bill\ncan you alert me at 6 in the morning\talarm\nwhat are my recent purchases\ttransactions\ntell me how to set up direct deposit\tdirect_deposit\nhow long have you been alive for\thow_old_are_you\nhas my package been sent\torder_status\nis my gas tank at least half full\tgas\nspeed your speech up\tchange_speed\ndo you prefer cats or dogs more\tdo_you_have_pets\nwill you roll a 12 sided dice\troll_dice\nuse your quiet voice\twhisper_mode\nyearly salary\tincome\nwhat's the crowd like at hopper's bar around 11pm\thow_busy\nturn your speakers up\tchange_volume\ni need to know what kind of gas i can use on this car\tgas_type\n"
  },
  {
    "path": "data/oos/dev.tsv",
    "content": "text\tlabel\nin spanish, meet me tomorrow is said how\ttranslate\nin french, how do i say, see you later\ttranslate\nhow do you say hello in japanese\ttranslate\nhow do i ask about the weather in chinese\ttranslate\n\"how can i say \"\"cancel my order\"\" in french\"\ttranslate\nhow do i say dinner in spanish\ttranslate\nhow do you say good bye in french\ttranslate\nhow do i say thank you in spanish\ttranslate\nhow do i say good bye in chinese\ttranslate\nhow can i say thank you very much in chinese\ttranslate\ni need to know how to say hello in france\ttranslate\nwould you tell me how to say goodbye in france\ttranslate\nhow do you say hello in mexico\ttranslate\ntell me how to say hello in chile\ttranslate\ni want to know how to say goodbye in france\ttranslate\nwould you translate a sentence into russian for me, please\ttranslate\nwould you translate a phrase into mandarin for me\ttranslate\ncan you translate this name into spanish for me, please\ttranslate\ncould you translate this into chinese for me, please\ttranslate\ncould you translate water into dutch for me\ttranslate\ntransfer ten dollars from my wells fargo account to my bank of america account\ttransfer\ntake one hundred and fifty bucks from my wells fargo checking account and put it in my wells fargo savings account\ttransfer\nput one hundred and seventy five bucks in my wells fargo checking account from my citibank savings account\ttransfer\nmove two hundred dollars to my chase savings account to my wells fargo checking account\ttransfer\nmove three hundred and fifty dollars from my citibank savings account to my chase savings account\ttransfer\nmove a dollar from my checkings to my savings\ttransfer\nmove my money to the other account\ttransfer\ntransfer funds to the other account\ttransfer\nplease transfer half of my funds to an alternate account\ttransfer\ncan you move my money to my savings\ttransfer\nmake an eft to my savings from my checking account\ttransfer\nsend 100 dollars from my vanguard money market to my wells fargo savings\ttransfer\ni need 200 dollars transferred from my long island savings account to my chase checking\ttransfer\nsend from my bbc money market to my t rowe price money market seven thousand dollars\ttransfer\ni need 2000 to go to my chase checking from my mellon bank savings account\ttransfer\nmove 100 dollars from my savings to my checking\ttransfer\ntransfer 1000 dollars from my first national bank to my bethpage federal credit union savings\ttransfer\ntake out of my checking 400 dollars and put it into my emergency savings account\ttransfer\ni need to transfer one thousand dollars to my savings account from my checking\ttransfer\ntransfer 50 dollars from my checking account to my money market account\ttransfer\ncreate a new timer\ttimer\ni'd like to set a new timer\ttimer\nhelp me set a timer please\ttimer\n10 minutes is what the timer should be set at\ttimer\nthe timer should have 10 minutes set to it\ttimer\n10 minutes is the setting for the timer\ttimer\nthe timer is calculated for 10 minutes\ttimer\nset the timer for 10 minutes\ttimer\ncan you set a 30 second timer\ttimer\nplease set a timer to go off in 45 minutes\ttimer\ni need you to create a timer\ttimer\ni need a timer set please\ttimer\ncreate a timer that is set to go off after 25 mins\ttimer\ni need a timer that is set at 1 hour exactly\ttimer\ncould you set up a timer for me\ttimer\nwill you start a timer for me\ttimer\nset up a 52 minute timer\ttimer\nplease set up a timer for me\ttimer\nset 60 minutes for oven please\ttimer\nplease make the timer for cooking for for 2 hours\ttimer\nmay i please have a definition for the work churlish\tdefinition\ni want to know what trenchant means\tdefinition\nwhat is the meaning of fascism\tdefinition\ncan you tell me what a septuagenarian is\tdefinition\ncan you define the word schadenfreude\tdefinition\nwhat does unsavory mean\tdefinition\nplease define erection for me\tdefinition\nwhat does idiosyncratic mean\tdefinition\ntell me the meaning of condemnation\tdefinition\ndefine monetary for me please\tdefinition\ntell me the meaning of hegemony\tdefinition\nwhat does indignation mean\tdefinition\ndefine ambivalence for me please\tdefinition\nplease define institutional racism\tdefinition\ndefine antagonist for me please\tdefinition\nwhat does distinguish mean\tdefinition\nwhat is the meaning of word alliance\tdefinition\ni need to know what dominate means\tdefinition\nwhat is the definition of the word migrate\tdefinition\ntell me please what paean means\tdefinition\ni want to know what the purpose of life is\tmeaning_of_life\ni want to hear what you think life's purpose is about\tmeaning_of_life\nwhat do you think the purpose of life is\tmeaning_of_life\nwhat is the purpose of existence\tmeaning_of_life\nwhat do you think our purpose is in life\tmeaning_of_life\ni'd like to know the meaning of life\tmeaning_of_life\nwhat's your opinion on the meaning of life\tmeaning_of_life\nwhat is life's purpose\tmeaning_of_life\ntell me all about the meaning of life\tmeaning_of_life\ntell me your thoughts about the meaning of life\tmeaning_of_life\ndo you have any ideas on the meaning of life\tmeaning_of_life\ndo you know the deeper meaning of life\tmeaning_of_life\ntell me the meaning of life\tmeaning_of_life\ncan you tell me, what is the meaning of life\tmeaning_of_life\nwhat is the meaning behind life, do you think\tmeaning_of_life\nwhat is our purpose\tmeaning_of_life\nwhat do you think we are on earth for\tmeaning_of_life\nwhat do you think life is really about\tmeaning_of_life\ndo you think we have a higher calling\tmeaning_of_life\nwhy are humans on earth\tmeaning_of_life\nexplain how do i get new insurance\tinsurance_change\ntell me how to get new insurance\tinsurance_change\nexplain to me how do i get new insurance\tinsurance_change\ni want to get new insurance\tinsurance_change\ncan you tell me how do i get new insurance\tinsurance_change\ni'd like to know how changes are made to my insurance policy\tinsurance_change\nhow can i make changes for my insurance policy\tinsurance_change\ncan you tell me how changes on my insurance policy can be made\tinsurance_change\ni'd like to know how to make changes for my insurance policy\tinsurance_change\ncould you tell me how to make changes to my insurance policy\tinsurance_change\ntell me how to change my policy\tinsurance_change\ni need to switch insurance plans\tinsurance_change\ncan you help me switch insurance plans\tinsurance_change\ntell me how to make changes to my insurance policy\tinsurance_change\nhow do i switch to a new insurance plan\tinsurance_change\ncan you help me switch to a new insurance plan\tinsurance_change\nhow can i change information on my insurance policy\tinsurance_change\nhow do i make changes to my insurance policy\tinsurance_change\ntell me how to change my insurance policy\tinsurance_change\ni need to change my insurance policy, how\tinsurance_change\nplease help me in finding my phone\tfind_phone\nplease help me find my lost phone\tfind_phone\ni need your help finding my lost phone\tfind_phone\nhelp me find my phone please\tfind_phone\ntell me where i left my phone\tfind_phone\nwhat did i do with my phone\tfind_phone\ncan you tell me where my phone is\tfind_phone\nwhat happened to my cellphone\tfind_phone\ndo you remember where i left my cellphone\tfind_phone\nwhere is my cellphone\tfind_phone\ndo you know where my cellphone is\tfind_phone\ni have lost my phone\tfind_phone\nhelp me, i don't know where my phone is\tfind_phone\ntell me my phone's location\tfind_phone\nwhere would my phone be\tfind_phone\ni need to know my phone's location\tfind_phone\nhelp locate my phone\tfind_phone\ncan you find me my phone\tfind_phone\ntrack down my phone for me\tfind_phone\nmy phone is lost and i need help finding it\tfind_phone\nis traveling to france safe\ttravel_alert\nis france safe to travel to\ttravel_alert\ni need to know is traveling to france safe\ttravel_alert\ncan i travel to france as far as safety goes\ttravel_alert\ncan i safely travel to france or is it dangerous\ttravel_alert\nare there any current travel alerts for brazil\ttravel_alert\nare there any travel alerts for seattle\ttravel_alert\nhow safe is it to travel to guatemala right now and are there any alerts\ttravel_alert\nare there any travel alerts for juarez\ttravel_alert\nwhat's the danger level of flying to russia right now\ttravel_alert\nare there any travel alerts for antarctica\ttravel_alert\nare there any travel alerts for mountain view\ttravel_alert\ndoes mexico have any travel alerts i should know about\ttravel_alert\ndoes greece currently have any travel alerts in place\ttravel_alert\nare there any travel alerts for brazil\ttravel_alert\nhow safe is it to visit spain\ttravel_alert\nhow safe is visiting canada this week\ttravel_alert\nhave the riots in france triggered any alerts for people traveling to there\ttravel_alert\nis there any danger going to brazil\ttravel_alert\nis it safe to travel to mexico\ttravel_alert\nplease request pto for march 2 and 3\tpto_request\ni am requesting pto for march 2 and 3\tpto_request\ncan you please request pto for march 2 and 3\tpto_request\ni would like to request pto for march 2 and 3\tpto_request\ni need to request pto for march 2 and 3\tpto_request\nlet me know how to make a vacation request\tpto_request\ni need to make a vacation request; how\tpto_request\ncan i put in a pto request for may 1 to may 5\tpto_request\ntell me how to make a vacation request\tpto_request\ni would like to know if i can put a pto request in for march 19 to march 20\tpto_request\nam i able to put in a pto request for may 6 to may 18\tpto_request\nprovide assistance on what to do to make a vacation request\tpto_request\ni need to know how to make a vacation request\tpto_request\ni need to know if i can put a pto request in for march 10 to march 12\tpto_request\ntell me whether i can put a pto request in for may 10 to may 15\tpto_request\nwhat is the process for making a vacation request\tpto_request\nwhat's the method for requesting a vacation\tpto_request\nwhat are the steps required for making a vacation request\tpto_request\nplease help me make a request for vacation\tpto_request\ni have a vacation request that i need made\tpto_request\nwhat are some ways to raise my credit score\timprove_credit_score\nwhat will help my credit score\timprove_credit_score\nare there any videos on how to repair my credit score\timprove_credit_score\nwhat can i do to get a better credit score\timprove_credit_score\nwill getting a credit card help my credit score\timprove_credit_score\nwhat are the top 10 ways to build my credit score\timprove_credit_score\nhow can i build up my credit score\timprove_credit_score\nhow can i build my credit score\timprove_credit_score\nwhat are some easy ways to make my credit score better\timprove_credit_score\nhow do i prevent my credit score from dropping\timprove_credit_score\nhow should i go about improving my credit score\timprove_credit_score\nhow can i make sure that my credit score does not decrease\timprove_credit_score\nwhat is the best way to insure that my credit score doesn't decrease\timprove_credit_score\nwhat things can i do to increase my credit score\timprove_credit_score\nwhat is the best way to keep my credit score from going down\timprove_credit_score\nwhat is the best thing for me to do to improve my credit score quickly\timprove_credit_score\nhow can i safeguard my credit score from dropping\timprove_credit_score\ndo i have options on how to improve my credit score\timprove_credit_score\nwhat steps can i take to improve my credit score\timprove_credit_score\nshow me a plan to help my credit score rating\timprove_credit_score\ntell me something interesting about lake tahoe\tfun_fact\ntell me a cool fact about reno\tfun_fact\ntell me something interesting about new york state\tfun_fact\ngive me a cool fact about new orleans\tfun_fact\ngive me a cool fact about seattle\tfun_fact\ntell me something interesting about elephants\tfun_fact\ntell me something interesting about dogs\tfun_fact\ngive me a cool fact about potatoes\tfun_fact\ngive me a cool fact about puppies\tfun_fact\ngive me a cool fact about lsd\tfun_fact\ntell me a fun fact about the moon landing\tfun_fact\nwhat's a fun fact about axolotls\tfun_fact\ntell me a fact about the maned wolf\tfun_fact\ngive me harry potter trivia\tfun_fact\ntell me an axolotl fact\tfun_fact\ni need a spider fact\tfun_fact\nshow me trivia about cats\tfun_fact\nread me some different cat trivia items\tfun_fact\nfind me cat trivia now please\tfun_fact\nread me cat trivia\tfun_fact\ni need new language\tchange_language\nswitch language for me\tchange_language\nplease change your language setting to russian\tchange_language\nyou must change your language setting to russian\tchange_language\nyou need to change your language setting to russian please\tchange_language\nchange language please\tchange_language\nplease change your language setting to spanish now\tchange_language\nchange your language setting to spanish\tchange_language\ni want new language\tchange_language\nplease change the language\tchange_language\nspeak arabic\tchange_language\nspeak navajo\tchange_language\nspeak german\tchange_language\nspeak french\tchange_language\nspeak mandarin\tchange_language\nchange response language from mandarin to english\tchange_language\nplease respond to me in english from now on\tchange_language\nplease change your response language to english\tchange_language\nhow can i change your response language\tchange_language\nchange the language to english\tchange_language\nwhen's the next time i get paid\tpayday\nwhen's my next paycheck coming in\tpayday\nwhat's the date of my next paycheck\tpayday\nwhen do i get my paycheck\tpayday\nwhich day is pay day\tpayday\nwhich day is it that my payment comes in\tpayday\nwhen am i paid or how often\tpayday\nhow many days until i get my payment\tpayday\nwhat was the last check date\tpayday\nwhen was i paid most recently\tpayday\nwhat was the date of my last paycheck\tpayday\nwhen did i get my check last\tpayday\nhow long has it been since i was paid\tpayday\nhow many times do i get paid in march\tpayday\nwhat date is the next payday\tpayday\ni am trying to find out when is the next payday\tpayday\nwhat date is the next day i get paid\tpayday\nwhen is the next payday\tpayday\nwhat is my pay\tpayday\nhow much is on my paycheck this week\tpayday\nwhat's the time of arrival on my new credit card\treplacement_card_duration\ntell me the duration it takes to get a new cc\treplacement_card_duration\nis it a short time before i receive my new credit card\treplacement_card_duration\nhow long before my updated cc takes to arrive\treplacement_card_duration\nhow long does it take a new card to arrive in the mail to me\treplacement_card_duration\nwhat is the length of time it takes a new card to get mailed to me\treplacement_card_duration\nabout how long does it usually take a new card to get mailed to me\treplacement_card_duration\nhow much time does it take a new card to get mailed to me\treplacement_card_duration\nhow soon does it take a card new card to get mailed to me\treplacement_card_duration\nafter losing a credit card, how long does it take to get a new one\treplacement_card_duration\nif i lose my credit card, will i get a replacement immediately\treplacement_card_duration\nwhat is the time frame for receiving a new credit card if my original one gets lost\treplacement_card_duration\nwill i have to wait a long time to receive my new credit card after i lost my old one\treplacement_card_duration\nhow long should i expect to wait for my replacement credit card\treplacement_card_duration\nwill my new credit card be here this week\treplacement_card_duration\nhow long does it usually take for a new credit card to come\treplacement_card_duration\nwhat is the eta on getting a replacement card\treplacement_card_duration\nshow tracking information on my replacement credit card\treplacement_card_duration\nwhen will i get my replacement card\treplacement_card_duration\nwill it take more than a month to get a new card\treplacement_card_duration\nwhat time is it in france\ttime\nwhat's the time in london right now\ttime\nwhat hour is it in london\ttime\nwhat's the time\ttime\nwhat is the time in london\ttime\ni need to know what time it is\ttime\nwhat time of day is it in london\ttime\ntell me what time it is\ttime\nwhat time of day is it\ttime\nwhat time is it in the pacific timezone\ttime\nwhat time is it in pacific standard time\ttime\nwhat time is it over in pacific time\ttime\nwhat time is in over there in pacific standard time\ttime\nwhat time is it in the pacific standard time\ttime\nwhat is the time in paris now\ttime\ntime in manhattan\ttime\nhow late is it now in ourense\ttime\nwhat is the current time right now in hollywood\ttime\nwhat time is it now in michigan\ttime\nwhat's the clock say\ttime\nwhat is the present status of my credit card application\tapplication_status\nwhat is the current status of my credit card application\tapplication_status\nin what status is my credit card application currently in\tapplication_status\nhow far along is my credit card application\tapplication_status\nwhat is the status of my credit card application looking like\tapplication_status\npull up my credit card application's current status\tapplication_status\nhas my credit card application processed yet\tapplication_status\ncheck the status of my credit card application please\tapplication_status\nhas my card application successfully gone through\tapplication_status\ngo to the credit card site and check if my application has gone through\tapplication_status\nhas my credit card application been approved yet\tapplication_status\ncan you check on the status of my credit card application\tapplication_status\ni would like to know if my visa card application has been approved\tapplication_status\ncan you let me know if my visa card has been approved\tapplication_status\nat what point will the review of my credit card application be completed\tapplication_status\ncan you check if my mastercard application has been reviewed yet\tapplication_status\nhas my visa card application been approved yet\tapplication_status\nplease let me know how my credit card application is going\tapplication_status\nwhen will my credit card application be reviewed\tapplication_status\nplease let me know if my discover card application has been approved\tapplication_status\nwhen is my flight going to board\tflight_status\nwhen am i boarding my flight\tflight_status\nat what time should i be boarding my flight\tflight_status\ncan you please update the status of flight dl123\tflight_status\nwhen is the expected arrival of flight dl123\tflight_status\nis flight dl123 due to land as schedule\tflight_status\nwill flight dl123 be on time\tflight_status\nare there any expected delays for flight dl123\tflight_status\ni would like to know flight dl123's status\tflight_status\ntell me flight dl123's statud\tflight_status\nfor flight dl123 what's the status\tflight_status\ncould you tell me the status of flight dl123\tflight_status\nwhen is my flight expected to arrive\tflight_status\nat what time is my flight scheduled to land\tflight_status\nwhat time is my flight going to land\tflight_status\nostensibly when is my flight going to land\tflight_status\nwhen is my flight going to arrive\tflight_status\nwhat time does my flight board\tflight_status\nwhat is the boarding time for my upcoming flight\tflight_status\nwhen is my flight boarding\tflight_status\nflip a normal coin\tflip_coin\nflip a heads or tails coin i pick heads\tflip_coin\nflip a coin, i choose heads\tflip_coin\nplease flip a coin - i call heads\tflip_coin\ncan you flip a coin i pick heads\tflip_coin\nplease flip coin ai\tflip_coin\nflip a coin now\tflip_coin\nplease flip a coin\tflip_coin\ni need you to flip a coin\tflip_coin\nflip coin ai\tflip_coin\nplease go ahead and flip a coin\tflip_coin\nflip the coin ai\tflip_coin\nplease flip coin\tflip_coin\ni wanna flip a coin\tflip_coin\nplease flip the coin\tflip_coin\nplease flip the coin over ai\tflip_coin\ni'm wanting you to flip a coin\tflip_coin\nflip me a coin\tflip_coin\ni want you to flip a coin now\tflip_coin\ni call tails and you call heads on this coin flip i need you to do\tflip_coin\nwill you start calling me chaz\tchange_user_name\nstop calling me charlie and from now on always call me chip\tchange_user_name\nfrom now on, refer to me as chuck\tchange_user_name\nplease call me charlile from here on out ok\tchange_user_name\ni want you to call me a different name so can you call me charchar\tchange_user_name\nplease change my name to tom\tchange_user_name\nfrom now on, my name is tom\tchange_user_name\ni want to be called tom\tchange_user_name\nplease call me tom\tchange_user_name\nyou can call me jason\tchange_user_name\nmy name is jason\tchange_user_name\njason is my name\tchange_user_name\ni prefer to be called jason\tchange_user_name\ni am jason\tchange_user_name\nyou shall address me as nick\tchange_user_name\nmy name is nick\tchange_user_name\nrefer to me as nick\tchange_user_name\nthe name is nick\tchange_user_name\nyou could say my name is nick\tchange_user_name\ni am camile\tchange_user_name\nwhat place were you born at\twhere_are_you_from\nwhere were you born as a kid\twhere_are_you_from\ntell me where you were created\twhere_are_you_from\nwhat place were you made at\twhere_are_you_from\nwhat place were you actually born at\twhere_are_you_from\nwhat place do you come from\twhere_are_you_from\nwhere do you hale from\twhere_are_you_from\nwhat place were you born\twhere_are_you_from\nwhere are you from before you got here\twhere_are_you_from\nlet me know when you were made\twhere_are_you_from\nwhere you from\twhere_are_you_from\nwhere are you from if i may ask\twhere_are_you_from\nwhere are you from oroginally\twhere_are_you_from\nwhere are you originally from before coming here\twhere_are_you_from\nwhat's your home town\twhere_are_you_from\nwhat country are you from\twhere_are_you_from\nare you from here\twhere_are_you_from\nwere you made here\twhere_are_you_from\nwhere did you come from\twhere_are_you_from\nyou were made where\twhere_are_you_from\ni'm not sure if watermelon is on my shopping list, but if it isn't can you put it on there\tshopping_list_update\nis it possible to add grapes to my shopping list if they aren't on there already\tshopping_list_update\nplease add bananas to my shopping list unless i already did\tshopping_list_update\ncan you add apples to my shopping list if they aren't already on there\tshopping_list_update\nwould you be willing to add bread to my shopping list if i haven't already\tshopping_list_update\ni'm out of cleaning supplies, remind me on my list\tshopping_list_update\ni don't have any more steak, please put that on my grocery list\tshopping_list_update\ni'm out of apples, add that to my list\tshopping_list_update\ni have no oranges, put them onto my list\tshopping_list_update\ndo i have peanuts on my shopping list if not please add it\tshopping_list_update\ndo i have soda on my shopping list if not please add it\tshopping_list_update\ni'm out of kleenex so will you put that on my shopping list\tshopping_list_update\ni'm out of paper towels so will you put that on my shopping list\tshopping_list_update\ni'm out of toilet paper so will you put that on my shopping list\tshopping_list_update\ndo i have graham crackers on my shopping list if not please add it\tshopping_list_update\ni'm out of clorox wipes so will you put that on my shopping list\tshopping_list_update\ndo i have tortillas on my shopping list if not please add it\tshopping_list_update\ni'm out of laundry detergent so will you put that on my shopping list\tshopping_list_update\ndo i have cheese on my shopping list if not please add it\tshopping_list_update\ni'd like you to add oranges to my shopping list\tshopping_list_update\nwhat categories of questions can you answer\twhat_can_i_ask_you\nwhat kind of questions can i ask the ai\twhat_can_i_ask_you\ncan you tell me what i can ask the ai\twhat_can_i_ask_you\nwhat types of things can i ask the ai\twhat_can_i_ask_you\nwhat kind of things can i ask the ai\twhat_can_i_ask_you\nwhat can i ask the ai\twhat_can_i_ask_you\nwhat questions can you answer\twhat_can_i_ask_you\nwhat am i allowed to ask you\twhat_can_i_ask_you\nwhat all can i ask you\twhat_can_i_ask_you\nwhat are you capable of doing and answering\twhat_can_i_ask_you\nwhat are you capable of answering\twhat_can_i_ask_you\nwhat kinds of subjects do you know about\twhat_can_i_ask_you\nwhat are the different subjects that you know\twhat_can_i_ask_you\nwhich kinds of info are you familiar with\twhat_can_i_ask_you\nwhat kind of information do you know\twhat_can_i_ask_you\nwhich subjects can you tell me about\twhat_can_i_ask_you\ncan i ask you all different types of questions\twhat_can_i_ask_you\ncan you answer all types of questions\twhat_can_i_ask_you\nwhat topics can you answer questions on\twhat_can_i_ask_you\nwhat kind of questions can you answer\twhat_can_i_ask_you\ni do not have that information\tmaybe\ni can't give you an answer to that\tmaybe\ni do not know the answer to that\tmaybe\nperhaps\tmaybe\npossibly either one\tmaybe\ni don't have any idea\tmaybe\ncan't say\tmaybe\ni couldn't say either could be possible\tmaybe\nwhich one i don't know either i guess\tmaybe\ni just don't know\tmaybe\ndon't have any idea\tmaybe\ni couldn't say\tmaybe\ni don't know the anwser\tmaybe\ncouldn't tell you\tmaybe\neither i am not sure\tmaybe\neither of them could be i'm not sure\tmaybe\ndon't know\tmaybe\nidk\tmaybe\ni don't have an answer for that\tmaybe\nmaybe it does\tmaybe\nprocedure to change oil in car\toil_change_how\nway to change car oil\toil_change_how\nhow to change oil of a car\toil_change_how\nhow can i change car oil\toil_change_how\ni want to know how to change oil, tell me the steps one at a time while i work through it\toil_change_how\nfind step by step instructions on how to change my oil\toil_change_how\nhow do i change oil on a car\toil_change_how\nwhere can i find a page showing my how to change my oil\toil_change_how\nwhat weight oil do i need and how do i change the oil for my chevy truck\toil_change_how\nwhat kind of oil do i need for my ford truck and how can i change it\toil_change_how\nwhat kind of oil and how much do i need for my toyota tacoma truck and how do i do it\toil_change_how\ni need to know how to change my oil and what kind of oil for a 2007 trailblazer\toil_change_how\nwhat oil do i need for my honda crv and how do i change it\toil_change_how\ni need a tutorial to learn how to change my oil, please\toil_change_how\nwhat steps do i need to follow to change the oil in my car\toil_change_how\ncan you get me simple instructions on how to do an oil change\toil_change_how\ni want to figure out how to do an oil change on my car\toil_change_how\ncan you teach me to change my oil\toil_change_how\ncan you tell me how to change my oil\toil_change_how\ncan you find some instructions on how to change my oil\toil_change_how\nplease reserve a table for 2 at lucky's under the name melissa at 7 pm\trestaurant_reservation\ni would like to reserve a table for 2 at sam's steakhouse under the name jessie at 6:30 pm\trestaurant_reservation\nhelp me reserve a table for 3 at lucky's under the name crystal at 8 pm\trestaurant_reservation\nwould you please schedule a reservation for 2 at lucky's under the name sam at 7:30pm\trestaurant_reservation\ncould you please reserve a table for 6 at lucille's under the name tom at 5pm\trestaurant_reservation\nis there a reservation available at ruth chris today\trestaurant_reservation\nare there 8pm tables available at texas roadhouse\trestaurant_reservation\nbook a reservation for 3 at xenophobe under the name zebee\trestaurant_reservation\ni need to book a reservation for 3 at xenophobe under the name zebee\trestaurant_reservation\nbook 3 under the name zebee at xenophobe\trestaurant_reservation\nwhat reservations are available for 3 people at the xenophobe\trestaurant_reservation\nunder the name zebee book a reservation at the xenophobe for 3\trestaurant_reservation\nuse the name wheeler to reserve a table for 3 at andrea's steakhouse at 5pm\trestaurant_reservation\nmake a reservation for wheeler party of 3 for 5pm at andrea's steakhouse\trestaurant_reservation\nreserve a table for 3 at andrea's steakhouse around 5pm under the name wheeler\trestaurant_reservation\ni need a table for 3 at 5pm at andrea's steakhouse under wheeler\trestaurant_reservation\nreserve a table for 3 under the name wheeler at andrea's steakhouse for 5pm\trestaurant_reservation\nbook room for me and her under the name kendra\trestaurant_reservation\nallow me to turn on the lights\trestaurant_reservation\nmake me a reservation for 5 people at village tavern for the calloways\trestaurant_reservation\ndo i have more than $100 in my pnc account\tbalance\nwhat's my pnc balance\tbalance\nhow much is in my pnc account\tbalance\nhow much money do i have in my pnc account\tbalance\nwhat is the balance in my pnc account\tbalance\ncan i get beer within my deposit account\tbalance\nis there enough in my savings account to get a new tv\tbalance\ncould be there be a good amount of money in my checking account to go on a vacation\tbalance\ncan i afford a new tv from my savings account\tbalance\nwill i have enough to get a new roku with my savings account\tbalance\ndo you think i have enough money in my chase account for a new pair of sneakers\tbalance\ni hope i have enough money in my chase account to buy new clothes\tbalance\ni am not sure if i have enough money in my chase account to buy a new dress\tbalance\ni wonder if i have enough money in my chase account for a bike\tbalance\ni keep trying to figure out if i have enough money in my chase account to purchase a new set of tires\tbalance\nplease tell me how much money i have in my bank accounts\tbalance\ni need to know how much money i have in all of my bank accounts\tbalance\nhow much money is in all of my bank accounts\tbalance\nhow much money is in my bank accounts\tbalance\ncan you tell me how much money i have i my bank accounts\tbalance\nplease double check my reservations for six at mani\tconfirm_reservation\nconfirm my johnny rockets reservation for this evening\tconfirm_reservation\nconfirm four for my reservation at fiji\tconfirm_reservation\nmake sure my flower bar reservation is scheduled for tomorrow\tconfirm_reservation\nplease double check on my reservations for buffalo wild wings at five for the game\tconfirm_reservation\ni would like to try and confirm that i have a reservation at applebee's for kristen\tconfirm_reservation\ni would like to try and confirm that i have a reservation at chili's for bart\tconfirm_reservation\ni would like to try and confirm that i have a reservation at longhorn for justin\tconfirm_reservation\ni would like to try and confirm that i have a reservation at outback for josh\tconfirm_reservation\ni would like to try and confirm that i have a reservation at carrabbas for heather\tconfirm_reservation\ni want to confirm friday's reservation at 2:00\tconfirm_reservation\nconfirm my friday reservation at 2:00\tconfirm_reservation\ni am here to conform my friday reservation at 2:00\tconfirm_reservation\nyou know the reservation i have on 2:00 friday i confirm it\tconfirm_reservation\ni'd like to confirm the 2:00 reservation for friday\tconfirm_reservation\ncheck to see if i am still booked to be eating at gusto handcrafted pasta & pizza at 6:30 pm\tconfirm_reservation\nis my dinner reservation for gusto handcrafted pasta & pizza at 6:30 pm still valid\tconfirm_reservation\nplease call gusto handcrafted pasta & pizza and ask them about the status of my reservation for 6:30 pm\tconfirm_reservation\nwill you check to see if i am still reserved for 6:30 pm at gusto handcrafted pasta & pizza\tconfirm_reservation\nplease confirm my reservation for dinner at gusto handcrafted pasta & pizza at 6:30 pm\tconfirm_reservation\nmay you stop a paymet on my account\tfreeze_account\nhow we stop my account\tfreeze_account\ncan you place a stop on my account\tfreeze_account\ncan we stop my bank account\tfreeze_account\nplease put a block on my capital one account immediately\tfreeze_account\nplease put a block on my discover account immediately\tfreeze_account\nplease put a block on my regions account immediately\tfreeze_account\nplease put a block on my wells fargo account immediately\tfreeze_account\nplease put a block on my us bank account immediately\tfreeze_account\ni need you to act swiftly and freeze all activity on my capital one checking\tfreeze_account\nplace a hold on my chase money market market account at once\tfreeze_account\ni need to block all transactions from going through on my citi checking account straight away\tfreeze_account\nplease immediately block my navy federal credit union account\tfreeze_account\ncan you initiate a block on my bank of america checking asap\tfreeze_account\ni need my savings account placed under a block as soon as possible\tfreeze_account\nplease put a hold on my retirement account right now\tfreeze_account\ni need a block placed right away on my joint checking account\tfreeze_account\ni want a block placed on my checking account right away\tfreeze_account\ni want a block placed on my college fund account immediately\tfreeze_account\ncan you please freeze my account\tfreeze_account\nwill my 401k rollover\trollover_401k\nwill my 401k carryover\trollover_401k\nwill my 401k carryover or not\trollover_401k\ncan my 401k rollover or not\trollover_401k\ncould my 401k be rolled over\trollover_401k\ncan the 401k i have be rolled over\trollover_401k\nis there a way to roll over my 401k\trollover_401k\nis it possible to rollover my 401k\trollover_401k\nam i able to rollover my 401k\trollover_401k\nhow should i rollover my 401k\trollover_401k\ni need help with my 401k rollover because i just got a new job\trollover_401k\nhow do i do a 401k rollover when switching to a new job\trollover_401k\ndue to getting a new job i need assistance with my 401k rollover\trollover_401k\ni'm at a new job and i need to do a 401k rollover, how do i do this\trollover_401k\nwhat are you suppose to do with a 401k rollover when getting a new job\trollover_401k\nhow do i rollover my 401k\trollover_401k\nrolling over my 401k help\trollover_401k\nassistance in rolling over my 401k\trollover_401k\n401k rollover help\trollover_401k\nrollover my 401k assistance\trollover_401k\nwho is your designer\twho_made_you\nwhat company is responsible for your design\twho_made_you\nwho is responsible for your design\twho_made_you\nwhat firm is responsible for your design\twho_made_you\nwho were you created by\twho_made_you\nwhat is the company that made you\twho_made_you\nwho are you manufactured by\twho_made_you\nwho is your manufacturer\twho_made_you\nwho makes you\twho_made_you\nwhat organization manufactures you\twho_made_you\nwho's your creator\twho_made_you\nwhat manufactures you\twho_made_you\nwho is the person responsible for creating you\twho_made_you\nwho brought you into existence\twho_made_you\nwho formed thou\twho_made_you\nwho conjured you\twho_made_you\nwho programmed you\twho_made_you\nwhere were you programmed\twho_made_you\nwhat company designed you\twho_made_you\nwho or what programmed you, do you know\twho_made_you\nwhats the travel time to redmond right now\tdistance\ntravel time to bend, oregon\tdistance\nhow long will the trip to portland be\tdistance\nhow long is it going to take me to get to bellevue\tdistance\nhow long will it take to get to tacoma\tdistance\nhow long is the drive to the closest gas station\tdistance\nhow much time to drive to the closest bank\tdistance\ncan you tell me the drive time to the nearest gas station\tdistance\ni need to know how long it will take me to get to the bank\tdistance\nhow long will it take for me to get to the gas station\tdistance\nwhat is the remaining time until we are at our destination\tdistance\nhow many miles away am i from madison square garden\tdistance\nhow long would it take to get to chicago by bus\tdistance\nhow long to seattle on a bus\tdistance\nhow long is it to ann arbor by bus\tdistance\nhow long to washington dc on a bus\tdistance\nif going to lake placid, ny, how long would it be by bus\tdistance\nwhat is the average time it takes to get to target in los angeles\tdistance\ncan you please tell me how long it will take to get to target in austin\tdistance\nhow long would it take to get to mcdonald's in houston\tdistance\ndo you know who i am\tuser_name\ndo you have my name programmed\tuser_name\ndo you think my name is jeff\tuser_name\nis joey my name\tuser_name\ntell me my name\tuser_name\nsay my name in a sentence\tuser_name\nwhat is my name\tuser_name\ntell me my name the way its saved\tuser_name\ntell me what my name is\tuser_name\nhow is my name saved\tuser_name\nwhich way do you have my name saved\tuser_name\nin what form is my name saved\tuser_name\nhow does my name appear\tuser_name\nhow is my name saved aw\tuser_name\nhow do you show my name\tuser_name\ndo you know what my name is\tuser_name\nare you able to call me by my name\tuser_name\nwhat do you want to call me\tuser_name\nwhat is the name you would use for me\tuser_name\nwhat name is saved for me\tuser_name\nwhat is the timezone of saigon\ttimezone\nwhat timezone is hanoi in\ttimezone\nwhat timezone do ho chi minh use\ttimezone\nwhat timezone is honolulu in\ttimezone\nwhat timezone is paris in\ttimezone\nwhich time zone is germany is in\ttimezone\nwhat are the time zones of russia\ttimezone\nwhich time zones does european countries use\ttimezone\nwhat is the time zone of china\ttimezone\ntell me the timezone for hong kong\ttimezone\nwhich timezone contains the city of orlando\ttimezone\nbritish columbia can be found in what timezone\ttimezone\nin what timezone is atlanta located\ttimezone\ngive me the timezone where vancouver is\ttimezone\nwhat timezone is the country in\ttimezone\nis the timezone there different\ttimezone\nwhat's the timezone over there\ttimezone\nwhat's london's timezone\ttimezone\ndo you know london's timezone\ttimezone\nwhat timezone is london in\ttimezone\ni want you to skip past this song to the next track\tnext_song\nplease skip this song and go to the next one instead\tnext_song\nwould you skip past this song and just play what comes next\tnext_song\ni dont want to hear this song, just play the next one\tnext_song\nlet's skip over this song and listen to the next tune instead\tnext_song\nwould you play the next song\tnext_song\ni want you to skip this song\tnext_song\ni need for you to skip this song\tnext_song\nplease skip this song for me\tnext_song\nwould you skip this song\tnext_song\ni don't want to hear this song; skip it\tnext_song\nnow, i want you to play the next song\tnext_song\ni am needing the next song to be played\tnext_song\ni want the next song played\tnext_song\nneeding you to play the next song\tnext_song\nnext song please\tnext_song\nchange this song it sucks so bad\tnext_song\ncan i hear the song after this one\tnext_song\ncan you skip this song and go to the next one\tnext_song\nwhat is the next song on this playlist\tnext_song\nshow all purchases of video games\ttransactions\nshow me all video games purchased\ttransactions\nlist all purchases of video games\ttransactions\nshow me all new transactions\ttransactions\nwhat transactions have i made in the last few weeks\ttransactions\nhow much money have i spent on restaurants\ttransactions\nwhat transactions did i put on my visa last month\ttransactions\nwhat transactions have i accrued buying dog food\ttransactions\nwhat are my recent purchases\ttransactions\nplease tell me all the purchases on my hy-vee card for this statement period\ttransactions\nplease let me review all items on my mastercard from this billing period\ttransactions\nplease tell me this month's transactions on my visa\ttransactions\nshow me all transactions for current statement\ttransactions\ni want to see transactions from this month\ttransactions\nhow many paypal transactions did i have last week\ttransactions\nwhat items do i have on my amex card this month\ttransactions\nwhat transactions do i have on my visa from the last 4 weeks\ttransactions\nwhat withdrawals were there on my account yesterday\ttransactions\nwas my last transaction at walmart\ttransactions\nhow much was my last transaction for\ttransactions\nwhere do you want to eat tonight\trestaurant_suggestion\nwhere is your favorite restaurant to eat\trestaurant_suggestion\ndo you have any restaurant recommendations\trestaurant_suggestion\nwhere should we eat tonight\trestaurant_suggestion\nwhere are the best places to eat\trestaurant_suggestion\nare there any vegan restaurants in my town\trestaurant_suggestion\nlist a few pizza places that have seating near my current location\trestaurant_suggestion\nare there decent seafood restaurants in portland\trestaurant_suggestion\nname a few good steakhouses in chicago\trestaurant_suggestion\ndoes brooklyn have good italian restaurants\trestaurant_suggestion\ni would love to find a few vegan restaurants in back bay\trestaurant_suggestion\nsuggest a few local eateries in mid price range\trestaurant_suggestion\ni feel like going out for sushi tonight who in the area serves good sushi\trestaurant_suggestion\ni am looking for good southeast asian restaurants in philadelphia\trestaurant_suggestion\ni want to eat mediterranean fare with at least four stars, near me\trestaurant_suggestion\nwhat are some good ethiopian restaurants in queens\trestaurant_suggestion\nwhat are some good itialian restaurants in north salem\trestaurant_suggestion\nwhat are some good vegan restaurants in broadripple\trestaurant_suggestion\nwhat are some good mexican restaurants in indianapolis\trestaurant_suggestion\nwhat are some good southern bbq restaurants in nashville\trestaurant_suggestion\nwhats the reward balance for my visa\trewards_balance\nfor my visa what's my reward balance\trewards_balance\ni need know know the reward balance for my visa\trewards_balance\ncan you tell me my visa's reward balance\trewards_balance\nwhat's my visa cards balance for rewards\trewards_balance\nhow many points do i have with my american express\trewards_balance\ntell me the points on my delta rewards card\trewards_balance\nhow many points on my chase unlimited card\trewards_balance\nwhat is my kohls card's rewards balance\trewards_balance\nwhat is my gymboree card's rewards balance\trewards_balance\nwhat is my old navy card's rewards balance\trewards_balance\nhow do i check my rewards for my maurices card\trewards_balance\nhow do i check my rewards for my chase card\trewards_balance\nwhat is my amazon card's rewards balance\trewards_balance\nhow do i check my rewards for my old navy card\trewards_balance\nwhat is my maurices card's rewards balance\trewards_balance\nhow do i check my rewards for my capital one card\trewards_balance\nhow do i check my rewards for my target card\trewards_balance\nhow many points have i earned with my amex card\trewards_balance\nhow many points have i earned with my chase card\trewards_balance\ncan you assist with my utility bill payment\tpay_bill\nmy utility bill is coming due and i need a loan\tpay_bill\ncan i get some funds to pay my utility bill\tpay_bill\ni will require help to take care of my utility bill\tpay_bill\ni want assistance with my utility bill\tpay_bill\ntell me if you can help pay a bill\tpay_bill\npay a bill!\tpay_bill\ni want to pay a bill\tpay_bill\npay my monthy mortgage payment\tpay_bill\nsubmit payment to duke energy for my electric bill\tpay_bill\nmake a quarterly payment on my life insurance premium\tpay_bill\ni need to pay my time warner cable bill\tpay_bill\nsubmit full payment to chase for my visa bill\tpay_bill\nplease pay my utility bill from my wells fargo checking account\tpay_bill\npay my water bill from my chase account please\tpay_bill\npay my dte bill from my checking account please\tpay_bill\nuse my boa account to pay the cable bill\tpay_bill\nuse my savings account to pay xfinity\tpay_bill\ni want to pay my cable bill directly from my checking account\tpay_bill\npay my cable bill directly from my checking account\tpay_bill\ncould you tell me what kind of money i've recently spent\tspending_history\nhow much have i spent lately\tspending_history\nhow much have i recently spent\tspending_history\nhow much money have i recently spent on stuff\tspending_history\nhow much did i spend on shcool due last year\tspending_history\nhow much did i spend on bills last month\tspending_history\ndid i buy too many donuts recently, like last week\tspending_history\ndid i spend too much dough on donuts last week\tspending_history\nhave i been spending excessively on donuts recently\tspending_history\nwas i spending too much money on doughnuts last week\tspending_history\nhave i spent too much of my paycheck on donuts lately\tspending_history\nhow much money did i spent on grocery recently\tspending_history\nhow much did i spend on grocery shopping recently\tspending_history\ncan you tell me how much i spent on grocery shopping recently\tspending_history\ntell me how much i have spent on grocery shopping just now\tspending_history\nwould you mind telling me how much i have spent recently on grocery shopping\tspending_history\nhow much have i spent on shoes recently\tspending_history\nhow much have i spent on groceries recently\tspending_history\nhow much have i spent on eating out recently\tspending_history\nhow much have i spent on make up recently\tspending_history\nwill i be permitted to take my vacation\tpto_request_status\nwhat's the status of my vacation days\tpto_request_status\ndid i get approval yet to take off next week\tpto_request_status\nhas my vacation been okayed yet\tpto_request_status\nhas my maternity leave been approved\tpto_request_status\ndid my vacation get approved yet\tpto_request_status\nwhat's the status of my medical leave\tpto_request_status\nwhat's the status on my vacation approval\tpto_request_status\nwhen will my vacation get okayed\tpto_request_status\nam i cleared to miss work for vacation\tpto_request_status\ncheck if my vacation time has been approved\tpto_request_status\nhas my request for time off been approved\tpto_request_status\nlook up the status of my time off request\tpto_request_status\nwhat is the status of my vacation time request\tpto_request_status\ni would really like to know if i can go on vacation\tpto_request_status\ni was wondering about the vacation time you said you'll approve\tpto_request_status\nhey, have you approved my vacation time yet\tpto_request_status\ncan you tell me whether or not you approved my vacation time\tpto_request_status\nhas my request for vacation time been approved\tpto_request_status\nplease tell me if there's been any word on my vacation request\tpto_request_status\nplease lookup my experion credit score\tcredit_score\nlook up my fico credit score\tcredit_score\nrelate to me what my credit score is\tcredit_score\ncan you share my credit score with me\tcredit_score\nwhat's my current credit score\tcredit_score\nwhere do i go to look at my credit score\tcredit_score\nwhat's my credit rating right now\tcredit_score\nwho tracks my credit score\tcredit_score\nhow bad is my current credit score\tcredit_score\nwhat's my current credit rating\tcredit_score\nwhere's my credit score\tcredit_score\nhow is my credit looking\tcredit_score\nhow do i locate my credit rating\tcredit_score\ndo you know what my precise credit score is\tcredit_score\nhow can i request my credit score\tcredit_score\ndo you know my credit rating number\tcredit_score\nis my credit good enough to get a new card\tcredit_score\nhow high is my credit score\tcredit_score\ncan you tell me my credit rating\tcredit_score\nwhat's my latest credit score\tcredit_score\nwho has the best credit card offering for a college student\tnew_card\ncan you suggest a few credit cards that have good rewards points\tnew_card\ni would like to know more about getting a new credit card\tnew_card\nwho should i apply for a credit card for\tnew_card\ntell me how i can apply for a chase credit card\tnew_card\ntell me about the chase credit card application process\tnew_card\ni want to apply for a wells fargo credit card\tnew_card\nhow do i go about applying for a macy's credit card\tnew_card\ni want to put in an application for a line of a credit card how do i do that\tnew_card\ni want to apply for a new credit card\tnew_card\ni need a new credit card, show me suggestions\tnew_card\ni need to apply for a new credit card that will match my needs\tnew_card\nshow me some options for new credit cards that i can apply for, please\tnew_card\nwhat new credit card should i submit an application for\tnew_card\ncan i apply for a paypal master card\tnew_card\nwhere can i apply for a black amex card\tnew_card\nhow would i apply for an american express\tnew_card\nwhat do i need to do to apply for a visa card\tnew_card\nhow does one apply for a master card\tnew_card\nassist me in getting a new credit card\tnew_card\nwho do i contact for lost luggage\tlost_luggage\nwhere is my luggage\tlost_luggage\nwho can i call about my luggage\tlost_luggage\nhowcan i locate my luggage\tlost_luggage\ni think i lost my luggage\tlost_luggage\nwhat to do if i lost my luggage\tlost_luggage\nwhat do i do if my luggage is lost\tlost_luggage\nwhat should i do if i lost my luggage\tlost_luggage\ni think my luggage is stolen\tlost_luggage\nwhat do i do if i lost my luggage\tlost_luggage\nwhat can i do if i lost my luggage\tlost_luggage\nmy luggage is missing\tlost_luggage\ni think my luggage is missing\tlost_luggage\nmy luggage is lost\tlost_luggage\ni was flying out of chicago on american airlines flight ab123 and my luggage is now lost\tlost_luggage\nmy luggage is missing off of american airlines flight ab123 out of chicago\tlost_luggage\nwhat am i supposed to do if i lost my luggage\tlost_luggage\nwhat is the procedure if i lost my luggage\tlost_luggage\nwhat steps should i follow if i lost my luggage\tlost_luggage\nwhere do i report if i lost my luggage\tlost_luggage\ni want to hear that again\trepeat\nrepeat that for me\trepeat\ncould that be repeated\trepeat\ncan you repeat what you said\trepeat\ni did not hear what you said\trepeat\nwhat did you just ask\trepeat\ncan you ask me that again\trepeat\nwhat question did you just ask me\trepeat\ncan you repeat that question\trepeat\nwhat was said\trepeat\nwhat\trepeat\nrepeat that once more\trepeat\nplease repeat what you said\trepeat\nplease ask me again\trepeat\ni'm sorry, i didn't understand what you said\trepeat\nwhat did you ask again\trepeat\nplease say that again\trepeat\ncan you repeat that please\trepeat\nwhat was that question again\trepeat\ni'm sorry please repeat the question\trepeat\nhow well is the gas mileage while i'm in the city\tmpg\nhow's my gas mileage in citys\tmpg\nwhat kind of miles per gallon do i get while driving through a city\tmpg\nwhat kind of gas mileage does this car get when going through a city\tmpg\nhow's my gas mileage while driving through a city\tmpg\nhow many miles per gallon does my amc rambler get\tmpg\nwhat's the gas mileage on a juke\tmpg\nwhat is the gas mileage on a 2012 ford fusion\tmpg\nhow many mpg does an equinox get\tmpg\nwhat is the gas mileage on a ford falcon\tmpg\nhow many miles does this car get per gallon\tmpg\nwhat is the mpg for this car\tmpg\ni need to know this car's mpg\tmpg\nhow many miles will i get for one gallon on this car\tmpg\ni would like to know the mpg for this car\tmpg\nwhat's the mpg of my car\tmpg\nget me info on my mpg\tmpg\ntell me the mpg of my vehicle\tmpg\nhow many mpg does my car get\tmpg\nwhat's the mpg rating on my car\tmpg\nwhen is it time to change your oil\toil_change_when\nhow do you know if your oil needs changed\toil_change_when\ncan you tell me when i should change my oil\toil_change_when\nwhen should i change my oil\toil_change_when\nhow long does it take before you have to change your oil\toil_change_when\nwhen does my oil need to be changed\toil_change_when\nwhat is the schedule for my next oil change\toil_change_when\nam i ready for an oil change soon\toil_change_when\nwhen do i need to change my oil next\toil_change_when\nwhen do i need to change my motor oil again\toil_change_when\nwhen do i need to change my motor oil\toil_change_when\nwhen do i need to change my motor oil next\toil_change_when\nso when should i change the oil\toil_change_when\nwhen i should change oil\toil_change_when\nwhen should change oil tell me please\toil_change_when\ntell me when i should change me oil\toil_change_when\ni need to know when to change oil\toil_change_when\nhow long until my oil needs to be changed\toil_change_when\nwhen will my car need new oil\toil_change_when\nat the point when should i get my oil changed straightaway\toil_change_when\nthat's definitely true\tyes\nyup, that's true\tyes\nyes, that is true for sure\tyes\ni know that is true\tyes\ntrue, most definitely\tyes\nfacts\tyes\nyou are not wrong about that\tyes\nthat makes sense as well\tyes\nyou are correct\tyes\nagreed\tyes\naccepted\tyes\nconfirmed\tyes\napproved\tyes\ni want you to know it's a true statement\tyes\ni know that the statement is true\tyes\nthis is a true statement\tyes\nthe statement is true\tyes\ni'm telling you this is a true statement\tyes\nthat's a yes\tyes\naffirmitive\tyes\nwhat's the best place to visit in arizona\ttravel_suggestion\nwhat's the best restaurant in arizona for pizza\ttravel_suggestion\nwhat are popular mountains to hike in arizona\ttravel_suggestion\ndo you think arizona has plenty of bike routes\ttravel_suggestion\nfind the favorite destination for traveling this year\ttravel_suggestion\ncan you suggest some of the most popular travel destination\ttravel_suggestion\nwhat is there to do in craberra\ttravel_suggestion\ngive me location for tourist destination in bangkok\ttravel_suggestion\ni want to know about tourist places for bangkok\ttravel_suggestion\ni want list of tourist destination for paris\ttravel_suggestion\ni want to know where to visit in bangkok\ttravel_suggestion\ni would like to find a list of cool things recommended for tourists in copenhagen, denmark\ttravel_suggestion\ni need some recommendations for fun tourist activities in washington, dc\ttravel_suggestion\nwhat are some exciting things that are a must do for tourists visiting sedona\ttravel_suggestion\nplease do a search for entertaining activities for tourists in mexico city\ttravel_suggestion\ncan you give me some fun suggestions for tourists to check out in las vegas, please\ttravel_suggestion\nin seoul, what things can i do\ttravel_suggestion\nwhat to do in minneapolis\ttravel_suggestion\nwhat can i do in hong kong\ttravel_suggestion\nwhat's a good place to vacation\ttravel_suggestion\nwhat is covered under my insurance\tinsurance\nwhat benefits do i have for insurance\tinsurance\nwhat is my insurance coverage\tinsurance\nwhich insurance do i have\tinsurance\nwhat kind of insurance do i have\tinsurance\nwhat insurance do i have\tinsurance\nwhich insurance plan do i have\tinsurance\nwhat is the name of the insurance plan i am enrolled in\tinsurance\ni am enrolled in what insurance plan\tinsurance\nwhat is the insurance plan i am enrolled in\tinsurance\ni am enrolled in an insurance plan and need to know what it is\tinsurance\ni enrolled in an insurance plan, what one was it\tinsurance\nwhich was my insurance plan again\tinsurance\nwhat insurance plan do i have\tinsurance\nhow is my insurance coverage\tinsurance\nmy insurance plan is what\tinsurance\nwhat plan am i paying for\tinsurance\ndo you know my health benefits\tinsurance\nwhat are my health benefits like\tinsurance\ncould you list my health benefits\tinsurance\ncan you cancel my todo list please\ttodo_list_update\nwipe my todo list please\ttodo_list_update\ncan you delete my todo list please\ttodo_list_update\nremove my todo list\ttodo_list_update\nplease delete my todo list\ttodo_list_update\ncan you add laundry to my to do list\ttodo_list_update\nput laundry on my chore list\ttodo_list_update\nerase my to do list\ttodo_list_update\ni need to do laundry later today\ttodo_list_update\nput laundry on my list of things to do\ttodo_list_update\nclear my to do list\ttodo_list_update\nerase the items on my to do list\ttodo_list_update\ni'm finished with my to do list\ttodo_list_update\ni need laundry to be put on my list of things to do\ttodo_list_update\nplease delete the items on my to do list\ttodo_list_update\nremind me to wash the dog, put on list of things to do\ttodo_list_update\nadd to my list of things to do: wash the dog\ttodo_list_update\nplease put wash the dog on my list of things to do\ttodo_list_update\nput wash the dog on my to do list please\ttodo_list_update\nadd wash the dog to my list of things to do\ttodo_list_update\nplease read my reminder list\treminder\nread my reminder list back to me\treminder\ni want you to read my reminder list to me\treminder\ni want to hear my reminder list\treminder\nread my reminder list to me please\treminder\ni wanted to remember somethings, what was it\treminder\nlist the things i wanted to remember\treminder\nrecall the things i wanted to remember\treminder\nwhat were those things i wanted to remember\treminder\nwhat was it i wanted to remember\treminder\nwhat does my running list of stuff to do list\treminder\nwhat is on my to do list\treminder\nwhat is my plan for the day\treminder\nwhat are the things i wanted to recall\treminder\nwhat things did i not want to forget\treminder\nwhat is it i wanted to bear in mind\treminder\nwhat are the things that i wanted to keep in mind\treminder\ntell me my reminder list\treminder\nwhats on my reminder list, read back\treminder\nread all my reminders\treminder\ncan you speak more slowly\tchange_speed\nplease talk a bit faster\tchange_speed\ncan you slow down your rate of speech\tchange_speed\nplease talk slower for me if you can\tchange_speed\nplease speak to me quicker from now on\tchange_speed\ncan you slow down the rate at which you talk\tchange_speed\ntalk to me in a speedier manner from here on out\tchange_speed\ncan you permanently talk faster\tchange_speed\nspeed up your rate of speech\tchange_speed\ncan you raise your speaking speed\tchange_speed\nplease speak faster\tchange_speed\ndon't talk so slow\tchange_speed\nwould you talk a bit faster instead\tchange_speed\nspeed your speech up\tchange_speed\ngo ahead and talk faster now\tchange_speed\ntalk faster than that\tchange_speed\nplease talk faster\tchange_speed\ncould you speed up your speech\tchange_speed\ncould you speak faster\tchange_speed\ncould you talk a little faster\tchange_speed\ni need you to check the air levels in my tires and let me know if i have enough in them\ttire_pressure\ncheck my tires' air levels please\ttire_pressure\nplease check my tires and let me know if i have sufficient air in them\ttire_pressure\ndo my tires have enough air in them\ttire_pressure\ncan you check and tell me if my tires have enough air\ttire_pressure\nwhat is the car's tire pressure\ttire_pressure\nwhat is the tire pressure of the car\ttire_pressure\nhow is the car tire pressure doing\ttire_pressure\nhow is the car's tire pressure\ttire_pressure\nis my tire pressure good\ttire_pressure\nhow is my tire pressure\ttire_pressure\nis my tire pressure okay on my car\ttire_pressure\nhow much air pressure is in my tires\ttire_pressure\nwhat is my tire pressure\ttire_pressure\ndo my car tires have enough psi in them\ttire_pressure\ncan you tell me how much air are in my car tires\ttire_pressure\nplease give me the amount of pressure in my car tires\ttire_pressure\nhow much psi is in my car tires\ttire_pressure\nwhat is the air pressure of my car tires\ttire_pressure\nhow much air are in my tires\ttire_pressure\nill pass\tno\nnot happening\tno\nno, that is fake\tno\nhell nah\tno\nno, that is invalid\tno\ni would prefer not\tno\nthats a negative\tno\ni meant no\tno\ni am saying no\tno\nthat is not factual\tno\nno, that is not correct\tno\ni do not think that is proper\tno\nno good\tno\nnegatory\tno\ninvalid\tno\nabsolutely not\tno\ncertainly not\tno\nno, that's wrong\tno\nno, that's not it\tno\nno, that's not right\tno\nis the apr on my card that ends 1234 what it should be based on my credit score\tapr\non my citi card, the one that ends 1234, what's the apr\tapr\nhas the apr on my card changed and what is it now\tapr\nlet me know my card's apr\tapr\ncan you tell me the status of my card's apr\tapr\nwhat is the apr on my citibank card\tapr\nhow good is my card's apr\tapr\nwhat is the apr on my first bank card account\tapr\nwhat is the apr on my chase card\tapr\nwhat is my card's apr\tapr\nwhat is the apr on my american express\tapr\ni want to know the apr on my capital one card\tapr\nhow does my card's apr compare to others\tapr\nis my card's apr good\tapr\ncan you tell me how good my card's apr is\tapr\nwhat is my card's apr and is it good\tapr\nwhat is a good apr\tapr\nis my apr high\tapr\nwhat does my credit card charge for their annual percentage rate\tapr\ndo you know the apr on my chase credit card\tapr\nhow healthy is shepard's pie\tnutrition_info\nhow healthy is pecan pie\tnutrition_info\nhow healthy is hummus\tnutrition_info\nhow healthy is salad\tnutrition_info\nhow healthy is pumpkin pie\tnutrition_info\nis chocolate good for you\tnutrition_info\ntell me how health chocolate is\tnutrition_info\nwhat is the nutritional info for kraft mac 'n' cheese\tnutrition_info\nis chocolate bad for you or good for you\tnutrition_info\ncan you tell me the nutrional info of a big mac\tnutrition_info\nare french fries health or not\tnutrition_info\ntell me the nutrional info of a regular banana\tnutrition_info\nread me the nutrional info of a bag of lay's potato chips\tnutrition_info\npull up the nutrional info of a 12 oz coke\tnutrition_info\nis chocolate healthy\tnutrition_info\ntell me how many much fat is in the hamburger\tnutrition_info\nwhat is the nutrition information for shrimp scampi\tnutrition_info\nhow many grams of sodium are in potato chips\tnutrition_info\nis rice good for me\tnutrition_info\nis raw carrot healthy to eat\tnutrition_info\nwhat is tuesday's calendar like\tcalendar\ncan you check what is on my calendar for tuesday\tcalendar\ncheck what's on my calendar for tuesday\tcalendar\nwhat is tuesday like on my calendar\tcalendar\nwhat appointments do i have tomorrow after 1:00pm\tcalendar\nwhat is the date of my next scheduled dentist appointment\tcalendar\ndo i have anything scheduled on my calendar for next tuesday\tcalendar\nwhat do i have going on for 12/03/2019\tcalendar\nwhere do i have to be on 12/03/2019\tcalendar\ndo i have plans on 12/03/2019\tcalendar\nwhat's my schedule like for thursday the 14th\tcalendar\ndoes my calendar show anything for thursday the 14th\tcalendar\ndo i have anything scheduled for thursday the 14th\tcalendar\ncan you tell me what my calendar is like for thursday the 14th\tcalendar\nwhat appointments do i have on thursday the 14th\tcalendar\nis my day open for march 4th 2019\tcalendar\nis anything happening on march 4th 2019\tcalendar\nare there any active events for march 4th 2019\tcalendar\ncheck my calendar for march 4th 2019, please\tcalendar\nread back my day for march 4th 2019\tcalendar\ni need you to schedule an uber pickup for me and three other people at 7pm to go to abe's pizza\tuber\nsend me an uber to arrive at 5pm at my house and there will be two people going to scully's downtown\tuber\nsend me an uber now for four people and we are going to appleby's downtown\tuber\ni need an uber ride to come and pick me up now at work\tuber\ncan you find me an uber and have it here at 7pm\tuber\ncall me an uber please, and make it for four people to go downtown\tuber\ni need an uber to come to my work at 5pm for three people going to the cineplex downtown\tuber\nare there any ubers available in my area right now\tuber\nschedule an uber to pick me up at home in an hour\tuber\ncall an uber and have it pick me up at my present location\tuber\nconnect me with an uber\tuber\nplease call an uber for me\tuber\ni need to obtain and uber\tuber\nis there an uber going to downtown\tuber\nbook uber from here to downtown\tuber\nuber ride available from here to downtown\tuber\nlook up uber to downtown\tuber\nfind me an uber to downtown\tuber\nare there any ubers available for two people i need it to go to the stadium on grand\tuber\ncan you get uber for two people going to 27 moss lane\tuber\nhelp me solve this math equation\tcalculator\ni need your assistance to solve this math problem\tcalculator\ncan you multiply 45 by 23\tcalculator\ncan you divide 100 by 20\tcalculator\ncan you subract 36 from 5\tcalculator\ncan you add 5 and 89\tcalculator\nmultiply 7 and 42\tcalculator\nwhat is the sum of 3, 7, 9, and 24\tcalculator\nadd up 8 and 7\tcalculator\nwhat is the square root of 888\tcalculator\nwhat is 87 divided by 4\tcalculator\nwhat is the square root of 8814\tcalculator\nwhat is 89 divided by 3\tcalculator\nwhat is 13 times 57\tcalculator\ncan you tell me the square root of pi\tcalculator\nwhat is 543 times 344\tcalculator\nwhat is seventeen plus three\tcalculator\nwhat is the derivative of x squared plus 5\tcalculator\ncan you factor x squared plus 4 x plus 4\tcalculator\nis 126 divisible by 8\tcalculator\ngive me the date\tdate\ntell me the date\tdate\nwhich day is it today\tdate\nwhat day of the week are we on\tdate\nin 4 days, what date will it be\tdate\nwould you let me know what date it will be in 3 days\tdate\ntell me the date it will be 5 days from now\tdate\nwould you let me know today's date\tdate\ni need to know the date it will be 4 days from now\tdate\nlet me know what date it will be in 3 days\tdate\nlet me know what today's date is\tdate\ni would like to get today's date\tdate\nwhat date will it be 8 days from now\tdate\nwhat date will it be 9 days from now\tdate\nwhat date will it be 6 days from now\tdate\nwhat date will it be 5 days from now\tdate\nwhat date will it be 7 days from now\tdate\ntell me what today's date is\tdate\nis today monday\tdate\nwhat is the current date\tdate\ncan i take more than one carry on\tcarry_on\ndoes more than one carry on cost extra at ryanair\tcarry_on\ndoes spirit allow more than one carry on\tcarry_on\nare more than one carry on allowed at klm\tcarry_on\nwill jet blue allow more than one carry on\tcarry_on\nwhats the policy for delta for carry ons\tcarry_on\nwhat's the carry on policy for delta\tcarry_on\ncan you tell me delta's carry on policy\tcarry_on\nwhat's delta's carry on policy\tcarry_on\ni would like to know delta's carry on policy\tcarry_on\nwhat are carry-on rules for jet blue\tcarry_on\ni'm flying delta and need to know the carry-on rules\tcarry_on\nwhat are united's carry-on rules\tcarry_on\nwhat rules does southwest have for carry-on luggage\tcarry_on\nlook up carry-on rules for american airlines\tcarry_on\ni want know about carry-on for frontier\tcarry_on\ntell me carry-on info for united\tcarry_on\ni would like to know carry-on information for delta\tcarry_on\ncan you give me the carry-on rules for american airlines\tcarry_on\nhow many carry ons can i take with spirit, going to tampa\tcarry_on\nhow many days off have i used\tpto_used\nwhat is the total day off have i taken\tpto_used\nwhat is the amount of pto have i use\tpto_used\nlet me know how many vacation have i utilized\tpto_used\nhow many days have i taken off\tpto_used\nhow much pto have i used so far\tpto_used\ncan you tell me how many vacation days have i taken\tpto_used\nwhat is the amount of vacation day i have used\tpto_used\ncan you tell me how much pto have i use\tpto_used\nlet me know the amount of vacation days i have used\tpto_used\nhow much pto have i used\tpto_used\nwhat is the amount of pto have i used\tpto_used\nhow many vacation and sick days have i taken\tpto_used\nhow many days have i used\tpto_used\nhow much vacation days have i used\tpto_used\nmy day offs history\tpto_used\nhow many day off i have taken\tpto_used\nhow many of my off days have i run through for the year thus far\tpto_used\nremind me of how days i had off so far for the year\tpto_used\ncan you tell how many days i already took off this year\tpto_used\ni'd like an appointment at your earliest availability for an oil change\tschedule_maintenance\ncould you book me an appointment for an oil change\tschedule_maintenance\ni'd like to make an appointment to get my oil changed\tschedule_maintenance\ni'd like to book the next availability for an oil change\tschedule_maintenance\ncan i make an appointment for an oil change\tschedule_maintenance\nschedule an appointment for a tire check for me\tschedule_maintenance\nmake me an appointment for a tire check\tschedule_maintenance\ncan i make an appointment to get my tires checked\tschedule_maintenance\ncan you please make an appointment for me to get my tires checked out\tschedule_maintenance\nschedule me an appointment to get my tires checked out\tschedule_maintenance\ncan you help me find someone to look at my car's engine because the light is on\tschedule_maintenance\ni need to arrange an appointment to have my car's tires examined\tschedule_maintenance\nmy car needs maintenance but i don't know if i can schedule an appointment for that\tschedule_maintenance\nis there any way to change the date of my oil change\tschedule_maintenance\nmy car's tires are due to be looked at, can you help me get an appointment for that\tschedule_maintenance\nfind out where i can schedule to get my car's tires checked\tschedule_maintenance\ni need to get an appointment for car maintenance\tschedule_maintenance\nhelp me schedule maintenance for my car\tschedule_maintenance\nhelp me find somewhere to schedule a check up on my car's tires\tschedule_maintenance\nfind me someone who can deal with my car's illuminated check engine light\tschedule_maintenance\ni'm going to be in canada from october 23rd to november 2nd, so can i let my bank know\ttravel_notification\nlet my bank know i'm going to be in russia for a month\ttravel_notification\nget a message to my bank that starting the 14th i'll be in canada\ttravel_notification\ntell my bank that i'm travelling to france in 2 days\ttravel_notification\ntell my bank i'll be in cuba beginning the 2nd\ttravel_notification\nalert my financial institution that i will be traveling to bangkok on april 2 and returning on april 7\ttravel_notification\non tuesday i will be leaving for tennessee and will not be returning until the twenty ninth, alert my bank of this\ttravel_notification\nmy bank needs to be aware of my trip to spain\ttravel_notification\ni am going to spain in the future and my bank needs to know this information\ttravel_notification\nmy bank needs to know that i will be traveling to spain soon\ttravel_notification\nmy vacation to spain is coming up and i need my bank to know\ttravel_notification\ni will be telling my bank of my upcoming trip to spain\ttravel_notification\nfrom april to may i will be in america so i need to notify my bank\ttravel_notification\ni will tell my bank that i will be gone from april to may to america\ttravel_notification\ni need to let my bank know i will be in america from april to may\ttravel_notification\nmy back needs to be notified that i will be in american from april to may\ttravel_notification\ni will be visiting america so i will need to let me bank know i will be gone from april to may\ttravel_notification\nplease note that i will be travelling internationally soon\ttravel_notification\nlet my bank know that i am going to tokyo\ttravel_notification\nalert my bank and tell them that i will be in vermont\ttravel_notification\nsync phone\tsync_device\nplease pair my phone\tsync_device\ndon't connect to my phone anymore\tsync_device\ni need you to pair with my phone please\tsync_device\ndon't sync to my phone anymore\tsync_device\nsync with my phone\tsync_device\ndisconnect from phone\tsync_device\nstop synching to my phone\tsync_device\ncan you pair with my phone\tsync_device\nplease pair with my phone\tsync_device\ndisconnect sync from my phone\tsync_device\nunsync yourself from my phone please\tsync_device\nstop syncing with my phone\tsync_device\ni'd like you to pair with my phone\tsync_device\ni need you to pair with my phone\tsync_device\ndon't sync with my phone\tsync_device\npair with phone\tsync_device\nconnect with my phone\tsync_device\nplease add onto my phone\tsync_device\nput a device with my phone\tsync_device\nthat you so much for the help\tthank_you\nthanks for helping me\tthank_you\nthanks for helping me out today\tthank_you\nthanks for the assist\tthank_you\nthank you for the help\tthank_you\nthanks for your help\tthank_you\nthank you for your help\tthank_you\ni'm thankful for your help\tthank_you\ni am glad that you did that\tthank_you\ni owe you one\tthank_you\ni appreciate you doing that\tthank_you\nappreciated\tthank_you\ni am happy you did that for me\tthank_you\nthanks, you've helped me\tthank_you\nthanks, i appreciate it\tthank_you\ni'm thankful\tthank_you\nyou have my gratitude\tthank_you\nyou've been a big help\tthank_you\nspecial thanks to you\tthank_you\nyou have my sincere gratitude\tthank_you\ni would like you to roll a dice\troll_dice\nplease roll a 10 sided die and tell me what number it is\troll_dice\ncan you roll a dice for me\troll_dice\nplease roll a dice\troll_dice\nroll a 6 sided die and tell me the result\troll_dice\ncan you roll a dice with 8 sides\troll_dice\ncan you roll a dice with 6 sides\troll_dice\nroll a 10 sided dice\troll_dice\nroll an 8 sided dice\troll_dice\nroll a 6 sided dice\troll_dice\nplease roll this 8 sided dice\troll_dice\ni want you to roll a 5 sided dice for me\troll_dice\ngive a 6 sided dice a roll for me\troll_dice\ncomplete a roll on a 4 sided dice\troll_dice\ni need a roll on a 6 sided dice\troll_dice\nroll that dice\troll_dice\nplease roll that dice\troll_dice\nroll the dice now\troll_dice\ni need to make a quick decision, so roll a dice!\troll_dice\ni need you to roll a dice that has six sides and tell me what it lands on\troll_dice\nis my milk safe to drink after being in the refrigerator for a week\tfood_last\napple cider has been in my fridge for four months so can i still drink it\tfood_last\nmayonaise has been in my fridge for three years, is it still good to eat\tfood_last\nis cooked chicken still good after being refrigerated for two weeks\tfood_last\ni have had farm fresh eggs in the fridge for a few months, are they still okay to ingest\tfood_last\nhow many days before milk expire\tfood_last\nwill rice be ok in the fridge for 3 days\tfood_last\nis rice ok after 3 days in the refrigerator\tfood_last\nafter 3 days in the fridge is rice safe to eat\tfood_last\nis rice bad after 3 days in fridge\tfood_last\ncan i keep rice in the fridge for 3 days\tfood_last\nwhen does my milk expire\tfood_last\nhow long does it take milk to expire\tfood_last\nhow do i know if my milk is expired\tfood_last\nwhat is the expiration date of my milk\tfood_last\nhow long until my milk expires\tfood_last\nhow long can i keep pork in the freezer for before it gets freezer burnt\tfood_last\nhow long can i keep beef in the freezer for before it gets nasty\tfood_last\nhow long can i keep chicken in the freezer for before it goes gross\tfood_last\nhow long can i keep bison in the freezer for before it spoils\tfood_last\nhow long do i need to cook pot au feu for\tcook_time\nhow long do i need to cook chili for\tcook_time\nhow long do i need to cook lasagne for\tcook_time\nhow long do i need to cook tuna casserole for\tcook_time\nhow long do i need to cook beef stew for\tcook_time\nhow long should i cook country fried potatoes for\tcook_time\nhow long should i cook pho for\tcook_time\nhow long should i cook steak for\tcook_time\nhow long should i cook roast for\tcook_time\ni need to know how long to cook chicken for\tcook_time\nhow long do i put sugar cookies in for\tcook_time\nhow long should i cook carnitas for\tcook_time\nhow long should i cook ham for\tcook_time\nhow long does it take to make pho\tcook_time\nhow long do i need to cook roast for\tcook_time\nhow long should i microwave hot pockets for\tcook_time\nhow long does it take to cook hot pockets\tcook_time\nwhat's the recommended cooking time for steak\tcook_time\nshould i cook this for a long time\tcook_time\nwhat time should i leave this in the oven\tcook_time\nremind me to call my mom\treminder_update\nset a reminder for me to request time off work around the holidays\treminder_update\nremind me to get an oil change\treminder_update\ni need a reminder to order cookies\treminder_update\nremind me to write that letter\treminder_update\nset a reminder to pay my taxes\treminder_update\nremind me to do something\treminder_update\nyou need to remind me to do something\treminder_update\ni need to be reminded\treminder_update\ni need to make a reminder\treminder_update\ncan you set a reminder for me\treminder_update\ni need to set up a reminder for myself\treminder_update\ncreate a reminder\treminder_update\nremind me to check the steak\treminder_update\ni just put steaks on the grill remind me to check them at the right time\treminder_update\ndon't let me forget to check the steak\treminder_update\nset a reminder to check the steak\treminder_update\ncan you set a reminder for the current time tommorow\treminder_update\nset a reminder for me to request time off\treminder_update\ncan i have a reminder set up\treminder_update\ni want to report a stolen card\treport_lost_card\nmy card is lost, i would like to report it\treport_lost_card\nmy card was stolen, how do i report this\treport_lost_card\ni need to report a stolen card\treport_lost_card\nif i lost my card how do i report it\treport_lost_card\nhow do i report a stolen card\treport_lost_card\nwhat is the process of reporting a lost card\treport_lost_card\nif my card was stolen, where do i report it\treport_lost_card\ni lost my card, how do i report it\treport_lost_card\nreport a card lost for me\treport_lost_card\ni lost a card and i need to report it\treport_lost_card\ni have a card that was lost i need to report\treport_lost_card\namazon visa card is stolen\treport_lost_card\nmy disney visa card is stolen\treport_lost_card\nspirit mastercard card was taken\treport_lost_card\nwhat are the steps to take to report a lost card\treport_lost_card\nwhat is the route to take to report a lost card\treport_lost_card\ncan you show me how to report a lost card\treport_lost_card\ni need the information on how to report a lost card\treport_lost_card\nmy card is lost and i need to know how to report it\treport_lost_card\nwould it be a problem to sub chips instead of fries\tingredient_substitution\nlet me know if i can use ketchup in place of the mustard\tingredient_substitution\nis it ok to use ketchup instead of mustard\tingredient_substitution\nis it normal to use mayo instead of cheese\tingredient_substitution\ncan i sub ketchup for mustard\tingredient_substitution\ni wonder if it would be possible to switch from apples to grapes\tingredient_substitution\nis it allow to switch apples to grapes\tingredient_substitution\nis it okay to switch apples for grapes\tingredient_substitution\ncan i modify the apples for grapes\tingredient_substitution\nwould i be able to swap apples for grapes\tingredient_substitution\ni don't have butter can i use oil\tingredient_substitution\nis butter a substitute for oil\tingredient_substitution\nis butter ok to use instead of oil\tingredient_substitution\nare butter and oil interchangable\tingredient_substitution\nare you able to switch butter and oil\tingredient_substitution\ndo you know if i can use pepper and not salt\tingredient_substitution\nwill pepper work instead of salt\tingredient_substitution\nis pepper a replacement for salt\tingredient_substitution\nwould it be ok if i have pepper and not salt\tingredient_substitution\ncan i use pepper instead of salt\tingredient_substitution\ncall alex\tmake_call\nplease call mark\tmake_call\ni want to call mark\tmake_call\nlet me call mark\tmake_call\ncan we call mark\tmake_call\ncall back my mom please\tmake_call\nstart a call to cynthia\tmake_call\ni want to call up jan\tmake_call\ncan you get a call started to martha\tmake_call\nplease call felicity\tmake_call\nplease initiate a phone call to my boss\tmake_call\ninitiate a call to robert\tmake_call\ndial the last number that called me\tmake_call\ncall contact aj\tmake_call\ncall aj now\tmake_call\ncall aj\tmake_call\ncall aj please\tmake_call\ncall my friend aj\tmake_call\ncan you call michelle on the home phone\tmake_call\nsiri, call jacob\tmake_call\ni'd like alarms set for 11am and 132pm\talarm\ni want you to set alarms for 2pm and 3pm\talarm\ni need alarm for both 4am and 7am\talarm\nset an alarm for 235pm and another an hour later\talarm\nplease add alarms at 430am and 1030am\talarm\nset my alarm for quarter after six tomorrow\talarm\nset my alarm for eight tomorrow, please\talarm\nset my alarm for six tomorrow morning\talarm\nset my alarm for five tomorrow morning, please\talarm\nset an alarm for four thirty tomorrow, please\talarm\nset me an alarm right now\talarm\nset an alarm for me please\talarm\nplease set an alarm for me\talarm\nplease set me an alarm\talarm\nset me an alarm now\talarm\ncreate alarms for 8 pm and 9 pm\talarm\ni need an alarm set for ten pm and midnight\talarm\nmake an alarm for one and two in the morning\talarm\ncan you set up alarms for one in the afternoon and ten at night\talarm\nset an alarm for 05:00 and one for 16:00\talarm\nrepeat my to do list\ttodo_list\nwhat do i have to do\ttodo_list\ninstruct me what to do\ttodo_list\nrecite my to do list\ttodo_list\nwill you please tell me my to do list\ttodo_list\nwhat do i need to do\ttodo_list\ndid i put cutting the grass on my todo list\ttodo_list\nis there anything on my todo list for taking out the trash\ttodo_list\nis cleaning the outside windows on my todo list\ttodo_list\nwhat do i have on my todo list\ttodo_list\nhave i added anything to my todo list\ttodo_list\ndid i make a note on my todo list to mop the bathroom floor\ttodo_list\nis my todo list free\ttodo_list\ncan you tell me if there is anything on my todo list\ttodo_list\ndo i have anything on my todo list\ttodo_list\ndid i put a car wash on my todo list\ttodo_list\ndid i put vacuuming on my todo's\ttodo_list\nis vacuuming on my todo list\ttodo_list\ndoes my todo list have vacuuming on it\ttodo_list\nis cleaning the garage on my to do list\ttodo_list\nwill you please do the male british accent\tchange_accent\ncan you please change you accent to the male british one\tchange_accent\nmake the male british accent please\tchange_accent\ncould you please change your accent to the male british one\tchange_accent\nfor the love of all that good change your accent\tchange_accent\nyour accent needs to be changed\tchange_accent\ni need your accent to be changed\tchange_accent\nplease change your accent\tchange_accent\nchange your accent now\tchange_accent\nchange to a new accent please\tchange_accent\nchange to a different accent\tchange_accent\ni want you to use a different accent\tchange_accent\nwhat other accents can you use\tchange_accent\nhelp me change my account\tchange_accent\ni need to change my account\tchange_accent\ni need to switch accounts\tchange_accent\nplease change my account to another one\tchange_accent\nplease use a male voice\tchange_accent\nchange over to the female voice\tchange_accent\nmove over to the female voice\tchange_accent\ni need a w2 form, how do i get one\tw2\nwho do i contact for a w2 form\tw2\nhow do i get a w2 form\tw2\nwho should i call for a w2\tw2\nwhere do i go to get a form for w2s\tw2\nwhere do i get w2 form\tw2\ni need to know where to get w2\tw2\ntell me where i should get the w2\tw2\nso where do i get the w2 form\tw2\nplease tell me where to get the w2\tw2\nwhere will i find my w-2\tw2\nw-2 tax form where is it\tw2\nwhere do i find my w-2 form\tw2\nwhere's my w-2 tax form\tw2\nwhere do i find my w-2 tax form\tw2\ncan i find my w-2 online\tw2\nwhere should i look for my w-2\tw2\nwhere would i find my w-2\tw2\ni need my earned income form for paying taxes\tw2\nwhere can i get the form for my taxes\tw2\nwhen do i need to pay my dte energy bill\tbill_due\nwhat day do i have to pay my leasing office bill\tbill_due\nwhat day is my telephone bill due\tbill_due\nwhen is my cell phone bill due\tbill_due\nwhat day do i need to pay my internet and phone bill by\tbill_due\nwhat's the due date for spectrum's bill\tbill_due\nwhat date do i have to pay the phone bill on\tbill_due\ncan you tell me the due date for the water bill\tbill_due\nwhat day is the cable bill owed on\tbill_due\nwhen is the electric bill due\tbill_due\nwhen do i need to pay my car insurance bill by\tbill_due\nhow do i find out when my visa bill is due\tbill_due\ntell me how i know when to pay my chase bill\tbill_due\ntell me when my mastercard bill should be paid\tbill_due\nwhen should i pay my pg&e bill\tbill_due\nwhen is my kaiser bill due\tbill_due\nhow long do i have to pay that bill\tbill_due\nis there a due date on the bill\tbill_due\nis the bill due this week\tbill_due\ni need to know what day i need to pay my water bill\tbill_due\nwhat is the calorie content of lays chips\tcalories\ndo you know the calorie content of a strip of bacon\tcalories\nhow many calories are found in bagels\tcalories\ntell me the calorie content of frosted flakes\tcalories\ninform me of the calorie content of vanilla ice cream\tcalories\nhow many calories are in apples\tcalories\nhow many calories are in oranges\tcalories\nhow many calories are in ice cream\tcalories\nhow many calories are in cake\tcalories\nhow many calories are in oreos\tcalories\nhow many calories does two bananas have\tcalories\nin a fried egg, how many calories are there\tcalories\npocki sticks has how many calories\tcalories\nwhat is the amount of calories that scrambled eggs has\tcalories\nhow many calories are in a donut hole\tcalories\nhow many calories are in a ghirardelli sea salt caramel candy\tcalories\nhow many calories are in a bowel of wheaties\tcalories\nhow many calories are in a serving of deans french onion dip\tcalories\nhow many calories are in mashed potatoes\tcalories\nhow many calories are in powdered donuts\tcalories\nmy card was damaged by bleach\tdamaged_card\nmy card was cut by my kid\tdamaged_card\nmy card is ruined and isn't working\tdamaged_card\nmy card isn't working because its destroyed\tdamaged_card\nmy card is messed up from carding my door\tdamaged_card\nmy card was in my pocket and bent\tdamaged_card\nmy card has a burn on it\tdamaged_card\nmy card is impaired and i can't use it\tdamaged_card\nmy card is scuffed up and won't work\tdamaged_card\nmy card seems to not work because its blemished\tdamaged_card\ni broke my card trying to do a magic trick\tdamaged_card\nwhen my house burned down, so did my card\tdamaged_card\ni broke my card scraping snow off the windshield\tdamaged_card\ni broke my card when i bent my wallet\tdamaged_card\ni ruined my card when it got washed\tdamaged_card\nhow can i get a new card that got melted in the sun\tdamaged_card\nmy card got dropped in the shredded and i need it replaced\tdamaged_card\nmy card was destroyed when my house burned down and i need a replacement\tdamaged_card\ni accidentally caught my card on fire\tdamaged_card\ni accidentally shredded my card\tdamaged_card\ndoes mcdonald's have good reviews\trestaurant_reviews\nare the review for mcdonald's good or bad\trestaurant_reviews\nhow are the reviews for mcdonald's\trestaurant_reviews\nwhat are the review for mcdonald's\trestaurant_reviews\nhow are those mcdonald's reviews looking\trestaurant_reviews\nwhat are the ratings for yardhouse\trestaurant_reviews\ndo you know how the ratings are for yardhouse\trestaurant_reviews\nare the ratings for yardhouse good\trestaurant_reviews\ncan you tell me the ratings for yardhouse\trestaurant_reviews\nhow good are the review for yardhouse\trestaurant_reviews\nhow are the fried chicken at zippys\trestaurant_reviews\nhow are the reviews for pasta at assagios\trestaurant_reviews\nhow is sushi at jiro\trestaurant_reviews\nhow is the steamed fish at harbor village\trestaurant_reviews\nhow is dim sum at legend\trestaurant_reviews\ndoes boston restaurant have favorable reviews\trestaurant_reviews\ncan you inform if boston restaurant has good reviews\trestaurant_reviews\ni need to know favorable reviews about boston restaurant\trestaurant_reviews\ntell me if boston restaurant has good reviews\trestaurant_reviews\ni need to know if boston restaurant has favorable reviews\trestaurant_reviews\nwhat would the routing number for chase be\trouting\ntell me chase's routing number\trouting\ntell me the routing number for bluebird\trouting\nhelp me find the chase routing number\trouting\ni want to know the bofa routing number\trouting\nwhat routing number does chase in michigan use\trouting\nwhere can i locate the ally routing number\trouting\nwhat would wells fargo use as routing\trouting\nis there a routing number for wachovia\trouting\ni need to know what routing number i should use for ally\trouting\nlet me know chase's routing number\trouting\nwhat routing number does chase use\trouting\nis there a routing number for wells fargo\trouting\ni need to know bank of america's routing\trouting\ni want to know what the routing is for chase\trouting\nwhere can i locate my routing number for chase please\trouting\nwhere do i find my routing number for my pnc account\trouting\nwhere can i locate the routing number for the bank i bank with\trouting\nwhere do i locate the routing number for the credit union\trouting\nwhere do i locate my routing number for my premium checking account\trouting\nwhat type of pet is in your home\tdo_you_have_pets\nwhat pets are with you\tdo_you_have_pets\ndo you have animal companions\tdo_you_have_pets\ndo you have any animals\tdo_you_have_pets\nwhat type of animal is living in your home\tdo_you_have_pets\nwhat types of pets do you keep\tdo_you_have_pets\nwhat animals await you at home\tdo_you_have_pets\nwhat creatures do you keep for love\tdo_you_have_pets\ndo you posses any types of pets\tdo_you_have_pets\ndo you have any dogs or cats\tdo_you_have_pets\nwhat types of furry companions do you have\tdo_you_have_pets\ngiven a choice would you take a dog or a cat\tdo_you_have_pets\nwhat are the pets you have\tdo_you_have_pets\ndo you own a cat or do you own a dog\tdo_you_have_pets\ndo you own any animals\tdo_you_have_pets\nwhat do you have in the way of pets\tdo_you_have_pets\nwhich type of pet would you rather possess, a cat or a dog\tdo_you_have_pets\ndo you have a cat or a dog\tdo_you_have_pets\nwhat different pets do you have\tdo_you_have_pets\ndoes your family have any pets\tdo_you_have_pets\nhow do i set up a meeting\tschedule_meeting\nwhat is the process to set up a meeting\tschedule_meeting\nhow can i set up a meeting\tschedule_meeting\nwhat is the process to schedule a meeting\tschedule_meeting\nwhat do i do to schedule a meeting\tschedule_meeting\ni want you to set a meeting with john at 5 pm\tschedule_meeting\nschedule a monday meeting with sam at 1 pm\tschedule_meeting\nplease schedule a meeting with kim at 10 am\tschedule_meeting\nplease set a meeting with nancy at 4 pm\tschedule_meeting\nschedule my meeting with jim at 3pm\tschedule_meeting\nget me a meeting room for 9am on friday\tschedule_meeting\nsecure us a meeting room for 9am on friday\tschedule_meeting\narrange a meeting room for 9am on friday\tschedule_meeting\nplease schedule a meeting room for 9am on friday\tschedule_meeting\nmake sure i get a meeting room for 9am on friday\tschedule_meeting\nis it possible for you to schedule a meeting for 3:00 on wednesday\tschedule_meeting\ncan you create a meeting for 3:00 on wednesday\tschedule_meeting\ncan you arrange a meeting for 3:00 on wednesday\tschedule_meeting\ncan you please set up a meeting for 3:00 on wednesday\tschedule_meeting\ncan you hook up a meeting for 3:00 on wednesday\tschedule_meeting\nwhat is the best type of gas for this car\tgas_type\nfor this car, what kind of gas should i use\tgas_type\nwhat kind of gas is required for this car\tgas_type\ngas type needed for this car\tgas_type\nplease tell me what kind of gas this car needs\tgas_type\nwhat gas does this car take\tgas_type\ncan you tell me what kind of gas this car uses\tgas_type\nwhat kind of fuel should i put in my car\tgas_type\nwhat kind of fuel does my car use\tgas_type\nmy car takes what kind of fuel\tgas_type\nmy vehicle needs what kind of fuel\tgas_type\nwhat kind of fuel do i need to put in my car\tgas_type\nwhat is the proper fuel type for my car\tgas_type\nwhat's the required fuel type for my car\tgas_type\ncould you tell me the fuel type for my car\tgas_type\ndoes this car take regular or diesel fuel\tgas_type\nwhat octaine is recommended for this car\tgas_type\ni need gas so what should i get\tgas_type\nwhat type of fuel should i get for mainly city driving\tgas_type\nwhat kind of gas does my car need\tgas_type\nwhat kind of sockets do the us use\tplug_type\ndoes my tv need a socket conveter in ny city\tplug_type\ndoes denmark use different sockets\tplug_type\nin france do they require socket conveters\tplug_type\nwhat type of socker conveters do i need in africa\tplug_type\ni'm going to paris, what plug type do i need\tplug_type\nwhat type of outlets do they have in the uk\tplug_type\nin australia what outlet type do they use\tplug_type\ndo they use a different plug in brazil\tplug_type\nwhat kind of plug is used in japan\tplug_type\nwhich electrical plug type should i bring with me to finland\tplug_type\nwhat kind of electrical plug do they use in the uae\tplug_type\nwhat type of electrical plug do they use in spain\tplug_type\nwhat electrical plug do they use in the uk\tplug_type\nwhat sort of electrical plug do they use in mainland europe\tplug_type\nwhat are the cuban plugs like\tplug_type\nwhat plugs are in england\tplug_type\nhow are british plugs\tplug_type\nwhat plug does colombia use\tplug_type\nwhich plugs does england use\tplug_type\ntell me when to next change my tires\ttire_change\nwhen would be a wise time to replace my tires\ttire_change\ncan you tell me when i ought to switch out my tires\ttire_change\nwhen will my car next be due to get its tires changed\ttire_change\nat what point will i need to change my tires\ttire_change\nwhen would it be wise for me to swap out my tires\ttire_change\ndo you know when the best time for me to change my tires next would be\ttire_change\nhow long before i need to replace my tires\ttire_change\nhow soon until my tires will need to be changed\ttire_change\nfigure out for me when i ought to change my tires next\ttire_change\ntires should be changed when\ttire_change\nwhen should i change the tires\ttire_change\nwhen should i change these tires\ttire_change\nwhen could i get my tires changed next\ttire_change\nwhen can i commute my tires next\ttire_change\nwhen is it time for a tire change\ttire_change\nis it time for a tire change\ttire_change\nwhen are my tires due for changing\ttire_change\nwhen should my car's tires be changed\ttire_change\nwhen should i change my tires\ttire_change\nhow much is 100 dollars in euros\texchange_rate\nwhat's the exchange rate betwen usd and euros\texchange_rate\nhow much is $1 usd worth in euros\texchange_rate\nhow much is $1 usd in euros\texchange_rate\nwhat's the exchange rate between country a and country b\texchange_rate\nwhat's the conversion rate of 100 dollars to euros\texchange_rate\nwhat's 100 dollars in euros\texchange_rate\nhow much country of canada money would i get for $100\texchange_rate\nhow much is the exchange between usd and euros\texchange_rate\ni need to know how much 100 dollars is worth in euros\texchange_rate\ntell me the exchange rate between here and country b\texchange_rate\nif the dollar worth a lot in country b\texchange_rate\nhow much is 1 dollar worth in country b's money\texchange_rate\nlook up the exchange rate between dollars and euros\texchange_rate\nconvert 100 dollars to euros\texchange_rate\nwhat can i get for 10 usd in cad\texchange_rate\nwhat's the going rate between usd and cad\texchange_rate\nwhat's the difference between usd and cad\texchange_rate\nwhat is the rate for 500 cad in usd\texchange_rate\nhow much is usd vs cad\texchange_rate\nwhat day is the next holiday\tnext_holiday\nwhat holiday is coming up\tnext_holiday\nthe next holiday is when\tnext_holiday\nwhich holiday do we celebrate next\tnext_holiday\ni want to know when is the next holiday\tnext_holiday\nwhat and when is the next holiday\tnext_holiday\ni need to know when's the next holiday\tnext_holiday\nis there a holiday this month\tnext_holiday\ndoes march have a holiday\tnext_holiday\ndo we get monday off as a holiday\tnext_holiday\nwhen do i get my next day off\tnext_holiday\ni'd like to know when my next day off is\tnext_holiday\ni want to know when is the next holiday here\tnext_holiday\nwhen will be the next holiday here\tnext_holiday\nplease tell me when is the next holiday here\tnext_holiday\ni need to know when is the next holiday here\tnext_holiday\ni would like to know when is the next holiday here\tnext_holiday\nwhen is the next break\tnext_holiday\nwhen do we have free day\tnext_holiday\nwhen is the next holiday in this country\tnext_holiday\nmake your volume quieter please\tchange_volume\nadjust the volume to level 4\tchange_volume\ni want your volume decreased please\tchange_volume\ncould you please raise your volume\tchange_volume\ni want your volume lowered\tchange_volume\ni want your volume louder\tchange_volume\ni want the volume at 4 please\tchange_volume\ni want the volume at level 4\tchange_volume\na volume of 4 is ideal please\tchange_volume\ni need your volume increased\tchange_volume\ncan you please turn your volume down\tchange_volume\nplease turn the volume to 4\tchange_volume\nplease turn your volume up\tchange_volume\nturn down your volume please\tchange_volume\nturn up your volume\tchange_volume\ncould you increase the speaker volume please\tchange_volume\nwould you please increase the speaker volume\tchange_volume\nincrease the speaker volume please\tchange_volume\ncan you increase the speaker volume please\tchange_volume\nplease turn your speaker volume up\tchange_volume\ndo you work for another person\twho_do_you_work_for\nwho is your supervisor, please\twho_do_you_work_for\nwho is your superior, please\twho_do_you_work_for\nwho are you employed by\twho_do_you_work_for\nwho is your superior\twho_do_you_work_for\ndo you work for a different person\twho_do_you_work_for\nwho are you employed by, please\twho_do_you_work_for\nwho you work for, please\twho_do_you_work_for\ndo you work for another individual\twho_do_you_work_for\nwho is your supervisor\twho_do_you_work_for\ndo you work for a different individual\twho_do_you_work_for\nwho you work for\twho_do_you_work_for\nare you one of my employees\twho_do_you_work_for\ndo you work for a different employer\twho_do_you_work_for\nwho is your boss by the way\twho_do_you_work_for\ni want the name of your boss\twho_do_you_work_for\nspecify who your boss is\twho_do_you_work_for\nprovide me the name of your boss\twho_do_you_work_for\ntell me who your boss is\twho_do_you_work_for\nwho do you say you work for\twho_do_you_work_for\nwhat is the limit on my victoria's secret card\tcredit_limit\ncould you tell me the limit on my chase credit card\tcredit_limit\ni need to know what my limit is on my american express card\tcredit_limit\nhow high is my spending limit on my wells fargo card\tcredit_limit\ncan you tell me what the limit is on my capital one card\tcredit_limit\ni have to know the credit limit\tcredit_limit\nwhat exactly is my credit limit\tcredit_limit\nexplain what my credit limit is\tcredit_limit\ngive me my credit limit\tcredit_limit\ni need to know the credit limit\tcredit_limit\ntell me the highest amount i can spend on my discover card\tcredit_limit\nwhat is my credit limit on my discover card\tcredit_limit\nhow much spending power is on my discover card\tcredit_limit\nhow much can i buy on my discover card\tcredit_limit\nhow much can i spend on my discover card\tcredit_limit\nwhat's my credit limit for my visa card\tcredit_limit\ni need to know my credit's limit\tcredit_limit\nwhat's my credit limit\tcredit_limit\nwhat's the limit for my credit\tcredit_limit\ni would like to know the limit for my credit\tcredit_limit\nhow much to wait before dining in the jack in the box at 4 pm\thow_busy\nhow long to wait before dining in restaurant beta\thow_busy\nhow long is the wait time at olive garden currently\thow_busy\nwhat is the wait like at apple bees\thow_busy\nwhat is the wait time for torris\thow_busy\nis there a wait time at bjs right now\thow_busy\nhow long is the wait at buffalo wild wings\thow_busy\nhow long is the wait at chipotle\thow_busy\nhow long is the wait at chipotle tonight\thow_busy\nhow long is the wait at chipotle right now\thow_busy\nhow long is the wait at applebee's tonight\thow_busy\nhow long is the wait at applebee's\thow_busy\ni need to know about how much time i'd have to wait to get a table at dibruno's\thow_busy\ncan you tell me how long approximate wait times are at cheesecake factory\thow_busy\nwhat is the average wait time to be seated for dinner at rouge\thow_busy\nwhat's the wait like at chima brazilian steakhouse at this time\thow_busy\nwill i have to wait long for a table at pietro's this evening\thow_busy\nhow long do we have to wait at the restaurant\thow_busy\nhow long would the wait at the restaurant be\thow_busy\nis mcdonalds busy around 9\thow_busy\ndoes spago in beverly hills allow customers to make reservations\taccept_reservations\nwhat is the reservation policy for spago in beverly hills\taccept_reservations\nare reservations taken at spago in beverly hills\taccept_reservations\nam i able to make reservations at spago in beverly hills\taccept_reservations\ncan i make reservations at spago in beverly hills\taccept_reservations\nlet me know if grub burger takes reservations\taccept_reservations\ngive me information on grub burger reservations\taccept_reservations\nis grub burger taking reservations\taccept_reservations\nfind out of grub burger takes reservations\taccept_reservations\ncan i make reservations at grub burger\taccept_reservations\nis it possible to do a reservation at the bellagio\taccept_reservations\ndoes the bellagio have any reservations\taccept_reservations\ndoes bellagio allow you to do reservations\taccept_reservations\ncan i make a reservation at chima steakhouse in chicago\taccept_reservations\nwill i be able to schedule a reservation at 4 seasons in los angeles\taccept_reservations\nis it possible to make a reservation at sushi king in virginia beach\taccept_reservations\ndoes ruth chris in charlotte allow you to make a reservation\taccept_reservations\nwill maggianos in charlotte allow me to make a reservation\taccept_reservations\ndoes long horns do reservations\taccept_reservations\ni need to make a reservation to long horn's, can i\taccept_reservations\nwas my order delivered\torder_status\ndid my order get here yet\torder_status\nwas my order brought here\torder_status\nwas my order shipped here\torder_status\nwas the order delivered\torder_status\nwhat is the status of my purchase\torder_status\ntrack the status of my purchase\torder_status\ndid my order get delivered\torder_status\nhas my purchase been delivered yet\torder_status\nhas my purchase arrived yet\torder_status\nhow far along is my purchase\torder_status\nhave my goods been delivered yet\torder_status\ni ordered new light bulbs online when will they get here\torder_status\nwhen will the clothes i ordered online arrive\torder_status\ni ordered new sheets online when will they arrive\torder_status\ni ordered some new speakers, so when will they get here\torder_status\nis my order at the delivery address\torder_status\nwhen is my order coming\torder_status\nis my order here\torder_status\nwhen will my order arrive\torder_status\ni forgot my pin number for my credit union bank account, can you help\tpin_change\ni want to change my bank of america account pin number\tpin_change\ni want to change the pin number on my credit union account\tpin_change\ncan you help me figure out my pin number for my visa account\tpin_change\ni need to update the pin number of my aaa visa\tpin_change\ni'd like to change the pin number on my visa account\tpin_change\ni need my pin number for my bank of america account and i can't remember it\tpin_change\ni can't remember my pin for my first national debit account\tpin_change\ni've forgotten my pin number for my citibank gold account\tpin_change\ni want to update my pin number on my bank of america account\tpin_change\ni don't want my current pin for my wells account anymore\tpin_change\nswitch the pin on my chase account\tpin_change\ni want a new pin on my card of private client account\tpin_change\ni want the pin on my wells fargo account to be changed\tpin_change\ni need a new pin on my chase account\tpin_change\nso tell me the pin number\tpin_change\ni need to know the pin number to my card\tpin_change\ntell me the pin number to my card\tpin_change\ni need to know the pin number\tpin_change\nswitch the pin on my visa account\tpin_change\nsee ya!\tgoodbye\nthis was fun, see you around bye\tgoodbye\nuntil next time\tgoodbye\ni enjoyed our talk, bye\tgoodbye\nthis was a nice chat\tgoodbye\ni enjoyed speaking with you\tgoodbye\npeace out!\tgoodbye\nthis was a nice chat, goodbye\tgoodbye\nthis was a nice conversation\tgoodbye\ngood talk, see you later\tgoodbye\nit was lovely to speak with you\tgoodbye\nit was lovely to speak with you, bye bye\tgoodbye\nthank you for the chat, goodbye\tgoodbye\na pleasure as always to speak with you, bye\tgoodbye\nthank you for chatting with me, bye\tgoodbye\ni enjoyed our talk, goodbye\tgoodbye\nit was a pleasure talking to you, goodbye now\tgoodbye\nfarewell\tgoodbye\ngoodnight\tgoodbye\nhave a good day\tgoodbye\nmy account looks to be blocked and i have no idea why\taccount_blocked\nit seems that my account is blocked and i'm not sure why\taccount_blocked\nmy account appears to be blocked and i don't know why\taccount_blocked\nit looks like my account is blocked but i have no clue why\taccount_blocked\nmy account appears to be blocked but i have no idea why that could be\taccount_blocked\nwhy did you freeze my bank account\taccount_blocked\nhow did my bank account is frozen\taccount_blocked\ncan anyone let me know the reason behind my frozen bank account\taccount_blocked\nwhat are the possible reasons behind frozen bank account\taccount_blocked\nneed help with frozen bank account\taccount_blocked\ngreat western bank's login screen tells me i'm locked out but not why\taccount_blocked\ni get an error message when i try logging in to capital one that says i'm locked out\taccount_blocked\ncan you check and see if my account's blocked\taccount_blocked\nwhy can't i log into my bank account\taccount_blocked\ntell me why i get an error logging in to my bank account\taccount_blocked\ni'd like to know if my account's blocked and the reason if so\taccount_blocked\ncan you confirm my account's blocked and tell me why\taccount_blocked\ndo you have any idea why my account may be blocked\taccount_blocked\nfind out why i can't log in to my bank of america account\taccount_blocked\nplease tell me the reason for the hold on my bb&t account\taccount_blocked\nwhats this song\twhat_song\nnice song what is it\twhat_song\ncool song, what is it\twhat_song\nwhat music is this\twhat_song\nis this a song that i dont know\twhat_song\nwhat’s the name of this song\twhat_song\nwhat is the current tune\twhat_song\nwhat am i listening to right now\twhat_song\nwhat is the name of the song playing right now\twhat_song\nwhat is that song called\twhat_song\nname this song\twhat_song\nwhat's that song on the speaker now\twhat_song\nwhat's the name of the song playing right now\twhat_song\nwhat song is playing right now\twhat_song\ndo you know the song on the speaker right now\twhat_song\nwhat's that song that is playing now\twhat_song\nwhat is that tune\twhat_song\ntell me the title of the song playing\twhat_song\ni need this song title\twhat_song\nwhat song am i hearing\twhat_song\ndoes my visa have international transaction fees\tinternational_fees\nare there international transaction fees associated with my td bank card\tinternational_fees\ndoes my american express card have any international transaction fees\tinternational_fees\ndoes my new bank card have any international transaction fees\tinternational_fees\ndoes my western union card have international transaction fees\tinternational_fees\nwill i be charged if i use my card in russia\tinternational_fees\nwill i be charged if i use my card in china\tinternational_fees\ni wanna know if my capital one credit card have international transaction fees\tinternational_fees\ni'd like to know if my capital one credit card have international transaction fees\tinternational_fees\ndoes my capital one credit card have international transaction fees\tinternational_fees\nwill i be charged if i use my card in vietnam\tinternational_fees\ni need to know if my capital one credit card have international transaction fees\tinternational_fees\ni would really like to know if my capital one credit card have international transaction fees\tinternational_fees\nwill i be charged if i use my card in japan\tinternational_fees\nwill i get charged extra for using my card while in tulsa\tinternational_fees\nwhile in tulsa, if i use my card, would i be charged more\tinternational_fees\nsay that i am in tulsa, will i be charged even more if i use my card\tinternational_fees\nif i am in tulsa, will i get charged extra if i use my card\tinternational_fees\nusing my card in tulsa won't cause me to be charged extra will it\tinternational_fees\nif i use my card in england will it cost me extra\tinternational_fees\non what day, month and year did i get new tires\tlast_maintenance\nwhen was the last time my car was worked on\tlast_maintenance\nwhen did i last get my car serviced\tlast_maintenance\nwhat was the date when my car was in the shop\tlast_maintenance\nhow long since my car was in the shop\tlast_maintenance\nwhen was my last oil change\tlast_maintenance\nwhat was the date of my last car service\tlast_maintenance\nwhen was the last time i took my car in\tlast_maintenance\nwhen was the last time my car was serviced\tlast_maintenance\ndo you remember when i last got my car looked at\tlast_maintenance\ndo you know when i last took my car to get checked\tlast_maintenance\ndo you have a record of when i last got my car checked\tlast_maintenance\ncould you inform me of when i last got my car checked\tlast_maintenance\nwhen did i last get my car checked\tlast_maintenance\nwhen did i change my oil\tlast_maintenance\nhow long since i swapped oil\tlast_maintenance\nwhen did the oil get changed\tlast_maintenance\nhow long has it been since the oil got changed out\tlast_maintenance\nhow long since my oil had a refresh\tlast_maintenance\nwhen was the car last services\tlast_maintenance\nwhat if any meetings do i have today\tmeeting_schedule\ndo i have meetings with anyone today\tmeeting_schedule\ndo i have any meetings on my calendar today\tmeeting_schedule\ndo i have any meetings on my schedule today\tmeeting_schedule\ndo i have any meetings today between 9:30 and 10:30\tmeeting_schedule\ndo i have any meetings today between 9 and 10:30\tmeeting_schedule\ndo i have any meetings today between 9:20 and 10:30\tmeeting_schedule\ndo i have any meetings today between 9 and 10:15\tmeeting_schedule\ndo i have any meetings today between 9 and 10\tmeeting_schedule\nwhat time am i meeting with john\tmeeting_schedule\nwhat time am i meeting john\tmeeting_schedule\nwhat time is my meeting with fred scheduled for\tmeeting_schedule\ndo i have any meetings coming up with dan\tmeeting_schedule\ni think dan scheduled a meeting today with me, can you double check please\tmeeting_schedule\nis my schedule clear with no meetings with dan today\tmeeting_schedule\nwhat is my schedule like today, any meetings with dan\tmeeting_schedule\nis dan aware of any meetings with me today\tmeeting_schedule\nhow many meetings do i have today\tmeeting_schedule\nread me my meeting schedule\tmeeting_schedule\nplease tell me my meeting schedule\tmeeting_schedule\ni need a list of ingredients required to make lamb stew\tingredients_list\nplease search for necessary ingredients included in meatballs\tingredients_list\ncan you tell me the ingredients used in pasta sauce\tingredients_list\ndo you know the ingredients used in homemade chicken soup\tingredients_list\ni need to know what ingredients are in a french baguette\tingredients_list\nfind list of ingredients i would need to bake a funnel cake\tingredients_list\nwhat are the ingredients used in chicken curry\tingredients_list\ncan you tell me what ingredients are needed for cinnamon buns\tingredients_list\nplease give me a list of the ingredients contained in chocolate cupcakes\tingredients_list\nwhat ingredients do i need to make raisin bread\tingredients_list\nwhat should i get to make the jamaican patties\tingredients_list\nwhat do you i need to make pizza dough\tingredients_list\nwhat kind of ingredients go into the chicken a la king\tingredients_list\nwhat will i need to make lasagna\tingredients_list\nwhare the ingredients for the stir fry\tingredients_list\nfor pasta primavera, what ingredients will i use\tingredients_list\nwhat ingredients do i need for shrimp scampi\tingredients_list\ni need what ingredients for meatloaf\tingredients_list\ni'll use what ingredients for lasagna\tingredients_list\nfor peppercorn steak, what ingredients do i need\tingredients_list\ncontact the bank about fraud activity on my card\treport_fraud\ni need to talk to someone about a fraudulent activity on my card\treport_fraud\ni need to report unauthorized activity on my card\treport_fraud\nlooks like my card is being used by someone else, report it\treport_fraud\nthere's something fishy on my card, report it\treport_fraud\nhow do i report fraud on my chase bank card\treport_fraud\nsomeone is charging my card for playstations, and it's not me! what do i do!\treport_fraud\nhelp! i'm a victim of credit card fraud!\treport_fraud\ni want to report fraud on my american express\treport_fraud\nwhere do i report fraud on my credit card\treport_fraud\ni want to report fraudulent activity on my mastercard\treport_fraud\ni want to report fraudulent activity on my quicksilver card\treport_fraud\ni want to report fraudulent activity on my capital one\treport_fraud\ni want to report fraudulent activity on my discover card\treport_fraud\ni want to report fraudulent activity on my visa\treport_fraud\ni think there has been a fraud on my black visa card, can i report it\treport_fraud\ncan you assist me on my fradulent activity on my chase card\treport_fraud\nan unauthorized transactions has been made on my gap card and i need to report it\treport_fraud\nis there anyway, i can report a suspicious activity on my citi card\treport_fraud\ni would like to report a fraud on my wells fargo card, please\treport_fraud\nwhat is the total number of pints in two quarts\tmeasurement_conversion\ncan you tell me the number of ounces in a quart\tmeasurement_conversion\nwhat is the correct amount of ounces in a pound\tmeasurement_conversion\nhow many tablespoons are there in half of a cup\tmeasurement_conversion\ni need to know how many teaspoons are equivalent to two tablesppons\tmeasurement_conversion\ngive me celcius to fahrenheit\tmeasurement_conversion\nwhat's the equivalent of 1 cup to pounds\tmeasurement_conversion\ni need kilograms to milligrams\tmeasurement_conversion\nhow do i convert a cup to ml\tmeasurement_conversion\ngive me kilograms to pounds\tmeasurement_conversion\nconvert 2 cups to liters\tmeasurement_conversion\nhow many tablespoons is 5 teaspoons\tmeasurement_conversion\nhow many teaspoons in one tablespoon\tmeasurement_conversion\nhow many ounces is 2 and half cups\tmeasurement_conversion\nhow many gallons is 50 liters\tmeasurement_conversion\nhow many ounces in a liter\tmeasurement_conversion\nhow many ounces in a cup\tmeasurement_conversion\nhow many ml's are in a gallon\tmeasurement_conversion\nhow many teaspoons in an ounce\tmeasurement_conversion\nhow many teaspoons make up in 1 tablespoon\tmeasurement_conversion\ncould you tell me the temperature of the ac\tsmart_home\nthe temperature of the ac, what is it at\tsmart_home\nthe ac, could you tell me the temperature\tsmart_home\ndo you know the temperature of the ac\tsmart_home\nwhat is it at, the ac temperature\tsmart_home\ni want you to turn the tv on\tsmart_home\ni need you to turn the tv on now\tsmart_home\nwill you please turn the tv on\tsmart_home\nturn on the tv please\tsmart_home\nplease turn the tv on\tsmart_home\ncan you verify the doors are locked\tsmart_home\ni'd like the lights in the garage to be turned on\tsmart_home\nengage all the door locks\tsmart_home\nset all doors to locked\tsmart_home\nconfirm the doors are locked\tsmart_home\nplease turn on the hallway lights\tsmart_home\ncheck if the doors are locked\tsmart_home\nsecure the doors\tsmart_home\nsee if all the doors are locked\tsmart_home\npost the living room lights on\tsmart_home\nby chance would it be possible to reserve me a hotel in afghanistan at the zoo for the 10th to the 15th\tbook_hotel\nis it possible for a hotel to be booked by you for me in afghanistan at the zoo for the 10th to the 15th\tbook_hotel\ncould you book me a hotel in afghanistan at the zoo for the 10th to the 15th\tbook_hotel\ncould a hotel be booked for me in afghanistan at the zoo for the 10th to the 15th\tbook_hotel\ncan you reserve a hotel for myself a hotel in afghanistan at the zoo for the 10th to the 15th\tbook_hotel\ni need to reserve a large room or suite for 2 couples for august 15th through august 18th in seattle\tbook_hotel\ni need to book a hotel room or suite for 2 adults and 2 children in orlando for july 1st through 5th\tbook_hotel\ni need a hotel room for 7 people in st louis for november 3rd through 5th\tbook_hotel\ni need a suite that can accommodate 3 adults and 1 child in san diego for may 15th, 16th, and 17th\tbook_hotel\nshow me a hotel in boise that has positive reviews\tbook_hotel\ni need a hotel with good reviews in baltimore\tbook_hotel\nfind hotels in baltimore that have positive reviews\tbook_hotel\nshow me a hotel that has good reviews in kansas city\tbook_hotel\ni am looking for a hotel in new york city that has good reviews\tbook_hotel\ncould you book me a hotel in tampa from may 2 to may 4\tbook_hotel\nhelp me book a place to stay from may 2 to may 4 in tampa\tbook_hotel\ncan you make a reservation in tampa from may 2 to may 4\tbook_hotel\ni want to book a hotel in tampa from may 2 to may 4\tbook_hotel\nmake me a reservation in tampa from may 2 to may 4\tbook_hotel\nbook a motel in uptown from march 3 to march 4\tbook_hotel\ntalk to me about where im at right now\tcurrent_location\ncan you tell me where i am\tcurrent_location\nyou need all five answers\tcurrent_location\ngive me my gps coordinates\tcurrent_location\npass me my gps coordinates\tcurrent_location\ni need to know what my gps coordinates are\tcurrent_location\ncan you give me my gps coordinates\tcurrent_location\nso what are my current gps coordinates\tcurrent_location\ncan you find the exact address for where i am currently\tcurrent_location\ntell me what to enter into my gps for my current location\tcurrent_location\nplease tell me the address of my current location\tcurrent_location\ni need to know the name of my current location for the tow truck\tcurrent_location\nwhat is this place\tcurrent_location\nwhere exactly am i at the moment\tcurrent_location\nwhere am i at currently\tcurrent_location\nwhat location is this\tcurrent_location\nwhat are my coordinates\tcurrent_location\nwhere am i on gps\tcurrent_location\nlatitude and longitude please\tcurrent_location\nlocation currently, where\tcurrent_location\nwhat's is the current weather forecast\tweather\ntell me the forecast\tweather\nwhat's the weather like\tweather\nwhat's the forecast for the day\tweather\ni need to know the weather\tweather\nweather forecast please\tweather\nwhat's today's weather\tweather\ni need to know today's forecast\tweather\nis it going to rain tomorrow\tweather\nwhat is the weather outside\tweather\nwhat will be the weather tomorrow\tweather\nwhat is the weather in atlanta\tweather\nwhat is the weather in tokyo\tweather\nwhat's the humidity today\tweather\nwhat was the temperature yesterday\tweather\nwhat's today's high and low\tweather\nwhat's the weather today\tweather\nwhat's the chance of rain\tweather\nhow cold is it in wisconsin today\tweather\ncan you tell the temperature it will tomorrow\tweather\nhow much money a year do i spend in taxes\ttaxes\nhow much am i being taxed\ttaxes\nwhat are my tax costs\ttaxes\nwhat kinds of taxes am i facing\ttaxes\nwhat's my income tax\ttaxes\nwhat's the tax bracket for my income\ttaxes\nwhat does it look like i will be paying in federal taxes this year\ttaxes\nwhat do i get taxed at my income level\ttaxes\nwhat is my tax burden\ttaxes\ncan you tell me what my federal tax burden is\ttaxes\nhow much am i taxed each year\ttaxes\ndo you know how much i pay in taxes\ttaxes\nhow much do i pay in taxes every year\ttaxes\nwhat's my federal tax this year\ttaxes\ni need to know my tax rate\ttaxes\nwhat is the tax rate that applies to me\ttaxes\nhow much do i need to pay in tax\ttaxes\nwhat's my tax rate\ttaxes\ntell me my tax rate\ttaxes\nwhat amount do i owe in taxes\ttaxes\nwhat is the minimum amount due on my cable bill\tmin_payment\nwhat is the minimum payment\tmin_payment\nwhats the minimum payment on my electric bill\tmin_payment\nhow little can i pay on my phone bill\tmin_payment\nwhat is the least i can pay towards my car bill\tmin_payment\nwhat's the least i can pay towards this bill\tmin_payment\nhow little can i pay towards my car insurance\tmin_payment\nis there a minimum amount accepted\tmin_payment\ntell me the least i can pay\tmin_payment\nwhat is the minimum payment for comcast\tmin_payment\nwhat is the least i can pay on my mortgage bill\tmin_payment\nwhat would be the least i could pay on this bill\tmin_payment\ncould you tell me my bill's minimum payment\tmin_payment\nwhat's the least amount i can pay on this bill\tmin_payment\nwhat's the minimum payment on my bill\tmin_payment\nwhat's my bill's minimum payment\tmin_payment\ni'd like to know my minimum payment please\tmin_payment\nwhat's the minimum due for my electric bill\tmin_payment\nlowest amount for cable bill\tmin_payment\nwhat is the minimum payment due on my visa\tmin_payment\nset up whisper mode\twhisper_mode\nhow do i go to whisper mode\twhisper_mode\nchange over to whisper mode\twhisper_mode\ni need to be out of whisper mode\twhisper_mode\ni'd like to be out of whisper mode\twhisper_mode\ntake me out of whisper mode\twhisper_mode\ni want to be out of whisper mode\twhisper_mode\nplease use your whispering voice; i need quiet\twhisper_mode\nlet's try whisper mode\twhisper_mode\nuse your whisper voice\twhisper_mode\ncan you please whisper\twhisper_mode\nwhisper to me\twhisper_mode\nmake a switch to whisper mode\twhisper_mode\nwhisper please\twhisper_mode\ni need quiet; use whisper\twhisper_mode\ngo into whisper mode\twhisper_mode\nengage whisper mode\twhisper_mode\nenable whisper mode\twhisper_mode\nput whisper mode on\twhisper_mode\nplease use whisper mode\twhisper_mode\nquit talking\tcancel\nstop please\tcancel\nscrap\tcancel\nwhats the procedure to cancel it\tcancel\nstop it\tcancel\nplease abort the current process\tcancel\ncancel it\tcancel\ncan you cancel it\tcancel\nhey ai cancel it now\tcancel\ncancel\tcancel\ncommand cancel\tcancel\nplease stop it\tcancel\nabort it\tcancel\nhow to cancel\tcancel\ni repeat cancel\tcancel\nplease don't talk any further\tcancel\ndon't talk anymore\tcancel\ni need you to stop talking\tcancel\nrescind\tcancel\neliminate\tcancel\nif i plan on travelling to this country, do i need a visa\tinternational_visa\ndo i need a visa if i go there\tinternational_visa\nfor going to that country, do i need a visa\tinternational_visa\ndoes one need a visa to go there\tinternational_visa\nif i travel there, do i need a visa\tinternational_visa\ndoes going to taiwan require me to get an international visa\tinternational_visa\nif i go to brazil, do i need to get an international visa\tinternational_visa\nshould i go to okinawa, does it require an international visa\tinternational_visa\nis an international visa needed to go to cyprus\tinternational_visa\ni want to go to china but am not sure if i need an international visa\tinternational_visa\nshould i get an internation visa to go to switzerland\tinternational_visa\ndoes south korea require an international visa\tinternational_visa\nwill i need an international visa to go to madagascar\tinternational_visa\nis an international visa needed for canada\tinternational_visa\ndo i need an international visa to get into italy\tinternational_visa\nif i go to uganda, do i need an international visa\tinternational_visa\ndo i need a travel visa for the uk\tinternational_visa\nam i going to need a visa for traveling to canada\tinternational_visa\ndoes canada require a visa\tinternational_visa\ndoes the uk require a travel visa\tinternational_visa\nis it necessary to get a shot for travel to india\tvaccines\nare there any necessary shots required before travel to thailand\tvaccines\ndo i have to get a shot for travel to taiwan\tvaccines\nare shots required before traveling to brazil\tvaccines\ncan i travel to south africa without getting a shot\tvaccines\nwhat shots are required to visit australia\tvaccines\ndo i need any vaccines before traveling to brazil\tvaccines\nwhat shots do i need before going to africa\tvaccines\ndo i need to get any shots before volunteering in the congo\tvaccines\nmust i have shots before i take a trip to canada\tvaccines\ndo i need to get any shots before travelling to australia\tvaccines\nshould i get shots if i'm going to go to thailand\tvaccines\ndo i need to get any shots before i go to brazil\tvaccines\ndo i need to get any shots before visiting family in seattle\tvaccines\ndo you need shots before going to russia\tvaccines\nis a shot required before traveling to mexico\tvaccines\ndo i need shots before traveling to mexico\tvaccines\ndo i have to get shots to enter cuba\tvaccines\ndo i need to have any shots to visit chile\tvaccines\nwill ecuador require proof of any shots for me to go there\tvaccines\nhow many vacation days have i saved up\tpto_balance\nhow many vacation days do i have at my disposal\tpto_balance\nhow many hours of vacation have i saved up\tpto_balance\nhow many vacation days have i accumulated\tpto_balance\nhow many pto days are available\tpto_balance\nhow much vacation do i have saved\tpto_balance\nhow much vacation have i earned\tpto_balance\nwhat number of pto days do i have left\tpto_balance\nhow many weeks of vacation do i have\tpto_balance\nhow many days of vacation do i have saved\tpto_balance\ni need to know how many pto days are left\tpto_balance\nwhats the number of pto days i have to my availability\tpto_balance\nhow many pto days are in my possesion\tpto_balance\nwhat number of vacation days do i have available\tpto_balance\nwhat number of vacation days do i have at my disposal\tpto_balance\ncould you let me know how many pto days do i have left\tpto_balance\ncould you tell me how many pto days do i have left\tpto_balance\ncan you let me know how many pto days do i have left\tpto_balance\ncan you tell me how many pto days do i have left\tpto_balance\nwhat is the amount of time i can request off in the coming year\tpto_balance\nwhere is the closest subway entrance to me to go to brooklyn\tdirections\nwhere is the closest red lobster to my location right now, which is 5th avenue\tdirections\ni am on main street now, where is the closest bus stop to me\tdirections\ni am in downtown austin where is the nearest airport\tdirections\nwhere is the closet bus stop to go to downtown dallas\tdirections\nwhere is the nearest walmart\tdirections\nhow do i get to the movie theater by bus\tdirections\nhow do i get to the bus stop on foot\tdirections\nhow do i get to new york by bus\tdirections\nhow do i get to the train station by bus\tdirections\nhow do i get to the library by foot\tdirections\nhow do i get to the bowling alley by foot\tdirections\nhow do i get to the fine arts center by foot\tdirections\nwhere is the closest target\tdirections\nhow do i get to the grocery store by bus\tdirections\nhow do i get to san fransisco by bus\tdirections\nwhere can i find the nearest dollar store\tdirections\nhow do i get to the court house on foot\tdirections\nwhere is the nearest gas station\tdirections\nwhere is the closest park\tdirections\nspell: dessert\tspelling\nhow do you spell dessert\tspelling\ntell me how to spell the word dessert\tspelling\nwhat is the correct spelling of the word: dessert\tspelling\nhow to spell: dessert\tspelling\ncan you spell the word umbrella for me\tspelling\nplease spell the word umbrella\tspelling\nplease tell me how to spell umbrella\tspelling\nhow do you spell umbrella\tspelling\nhow is the word umbrella spelled\tspelling\nhow is doctor spelled\tspelling\ntell me how to spell doctor\tspelling\nplease spell doctor\tspelling\nhow to spell doctor\tspelling\nspell doctor\tspelling\nmalignant is spelled how exactly\tspelling\ntell me how to spell malignant\tspelling\nwhat is the correct spelling for malignant\tspelling\nhow would i go about spelling malignant\tspelling\nhow should i spell malignant\tspelling\nhow ya doin\tgreeting\nhow ya been\tgreeting\nhows are ya\tgreeting\nheyo\tgreeting\nare you good\tgreeting\nhow is it going my friend\tgreeting\nhow you are\tgreeting\ntell me how are you\tgreeting\nhi what's up\tgreeting\nhey what's up\tgreeting\nhey how's it going\tgreeting\nhi, ai\tgreeting\ngood morning, ai\tgreeting\nhow've you been\tgreeting\nwassup\tgreeting\nhey\tgreeting\nhiya\tgreeting\nhow's it hanging\tgreeting\nhi\tgreeting\nhello\tgreeting\nfactory settings restoration\treset_settings\ni need you to reset to your factor settings\treset_settings\ncan you reset to factor settings\treset_settings\ni want you to reset to factory settings\treset_settings\ni want to restore your factory settings\treset_settings\nswitch back to factory settings\treset_settings\ni want you to go back to factory settings\treset_settings\nrestore factory settings\treset_settings\ni want a clean bootup to factory settings\treset_settings\nchange back to factory settings\treset_settings\nreset to factory settings\treset_settings\ngo back to default settings\treset_settings\nnow i'd like for you to return to the original settings\treset_settings\ncan you now please go back to the original settings\treset_settings\nplease revert to the original settings\treset_settings\nnow restore the original settings\treset_settings\nconfigure this to factory settings\treset_settings\nmake my settings go back to their factory settings\treset_settings\nset this to my factory settings\treset_settings\nchange to factory settings\treset_settings\nwhat may i call you\twhat_is_your_name\nwhat was your name again\twhat_is_your_name\nyour name is\twhat_is_your_name\nwhats your name by the way\twhat_is_your_name\nwhat's your name if i may ask\twhat_is_your_name\nwhat is your name by chance\twhat_is_your_name\nwhat is your names\twhat_is_your_name\nwhat exactly is your name\twhat_is_your_name\nwhat's the name i should use to talk to you\twhat_is_your_name\nwhat is your given name\twhat_is_your_name\nwhat's the name you like to be called\twhat_is_your_name\nwhat's the name you were given\twhat_is_your_name\ncan i ask your name\twhat_is_your_name\ndo you mind if i ask your name\twhat_is_your_name\ndo you have a nickname\twhat_is_your_name\nwhat do you go by\twhat_is_your_name\nwhat do you call yourself\twhat_is_your_name\ni'd like to know your name\twhat_is_your_name\nyour name please\twhat_is_your_name\ncan i have your name\twhat_is_your_name\nhow do i set up direct deposit for my first national account\tdirect_deposit\nhow do i set up direct deposit for my fifth third account\tdirect_deposit\nhow do i set up direct deposit for my cefcu account\tdirect_deposit\nhow do i set up direct deposit for my old national account\tdirect_deposit\nhow do i set up direct deposit for my bank of america account\tdirect_deposit\nwhat might i need to do to direct deposit my paycheck\tdirect_deposit\nwhat information do i need to direct deposit my paycheck\tdirect_deposit\nhow do i go about getting direct deposit in my usaa account\tdirect_deposit\ndoes my td ameritrade checking account take direct deposit\tdirect_deposit\nif i want to direct deposit my paycheck, what info do i need\tdirect_deposit\ndirect deposit my paycheck to my capital one account\tdirect_deposit\ni'd like direct deposit to my chase bank account\tdirect_deposit\ni want to set up direct deposit to my charles schwab account\tdirect_deposit\nhow do i go about setting up paycheck direct deposit\tdirect_deposit\nlink up my paycheck for direct deposit to my account at chase\tdirect_deposit\nplease assist me in linking my chase account to direct deposit for my paycheck\tdirect_deposit\nplease show me how to set up my paycheck for direct deposit to my chase account\tdirect_deposit\ntell me the easiest way to set up direct deposit of my paycheck to my chase account\tdirect_deposit\nhelp me get my paycheck set up for direct deposit to my chase account\tdirect_deposit\nhow can i learn how to use direct deposit\tdirect_deposit\nwhat kind of interest can i expect with my chase account\tinterest_rate\nhow much interest am i getting in my citibank savings\tinterest_rate\nhow much interest do i get on my citizen's savings account\tinterest_rate\nwhat kind of interest am i getting from my bank of america checking\tinterest_rate\nwhat's my interest rate with my capital one account\tinterest_rate\nwhat is walker bank paying me in interest on my account\tinterest_rate\nwhere do i go to get private client account's interest rate\tinterest_rate\nwhat interest rate am i getting currently from oak bank\tinterest_rate\nhow much interest am i getting percentage wise from chase\tinterest_rate\nwhat is my interest rate for my scotiabank account\tinterest_rate\nwhere can i find my voca account's interest rate\tinterest_rate\nhow can i find the current interest rate for my account ending in 9012\tinterest_rate\nwhat interest rate is us bank giving me on my acount\tinterest_rate\nwhere do i find the interest rate for my platinum account\tinterest_rate\nwhere can i locate the pnc account's interest rate\tinterest_rate\nwhat is the interest rate on my auto loan\tinterest_rate\nhow much is the interest rate on my home equity loan\tinterest_rate\ntell me what the interest rate is on my personal loan through chase\tinterest_rate\nwhats the amount of interest i'm paying on my mortgage\tinterest_rate\nwhat is the interest rate at pnc\tinterest_rate\nhow do i change my credit limit\tcredit_limit_change\nhow can up my credit limit\tcredit_limit_change\nhow can i make a change to my credit limit\tcredit_limit_change\ncan i make a change to my credit limit\tcredit_limit_change\nhow do i increse my credit limit\tcredit_limit_change\nis there a way to increase the limit of my credit to 5000 dollars\tcredit_limit_change\ni would like to have my credit increased to 5000 dollars\tcredit_limit_change\ni want to increase my credit limit to 5000 dollars\tcredit_limit_change\ncould my credit be increased to 5000 dollars\tcredit_limit_change\ni need my credit limit changed\tcredit_limit_change\nthe credit limit i have needs to be changed\tcredit_limit_change\ncan you help me change my credit limit\tcredit_limit_change\nmy credit limit needs to me changed\tcredit_limit_change\ni would like my credit limit increased to 5000 dollars\tcredit_limit_change\ni would like to change my credit limit\tcredit_limit_change\ncan i increase my credit limit\tcredit_limit_change\nraise my credit limit\tcredit_limit_change\nincrease my credit limit\tcredit_limit_change\ni'd like to increase my credit limit\tcredit_limit_change\ncan you help me increase my credit limit\tcredit_limit_change\ndo you have hobbies\twhat_are_your_hobbies\ntell me about your hobbies\twhat_are_your_hobbies\nare you involved in hobbies\twhat_are_your_hobbies\nwhat recreational activities do you enjoy\twhat_are_your_hobbies\nwhat do you do as a hobby\twhat_are_your_hobbies\nwhat do you like to do in your free time\twhat_are_your_hobbies\nwhat are your hobbies\twhat_are_your_hobbies\nwhat hobbies do you have\twhat_are_your_hobbies\nwhen you have free time, what do you do\twhat_are_your_hobbies\nwhat do you do in your spare time siri\twhat_are_your_hobbies\nwhat hobbies do you have alexa\twhat_are_your_hobbies\nwhat are your hobbies siri\twhat_are_your_hobbies\nwhat do you do for fun alexa\twhat_are_your_hobbies\nwhat activities do you enjoy\twhat_are_your_hobbies\nwhat do you do with your free time\twhat_are_your_hobbies\nwhat are you interested in\twhat_are_your_hobbies\nwhat are you’re hobbies, ai\twhat_are_your_hobbies\nwhat do you find fun\twhat_are_your_hobbies\nwhich hobbies do you like\twhat_are_your_hobbies\nwhat are your interests\twhat_are_your_hobbies\ncan you find me a round trip flight from denver international to new york international on the 3rd through the 7th\tbook_flight\ncan you look for a denver international to new york international round trip flight for the 5th though 8th\tbook_flight\ncan you find me a flight from denver international to new york international on the 4th for under 700 dollars\tbook_flight\nfor under 700 i need a flight from denver international to new york international on the 3rd\tbook_flight\ni need a flight from denver international to new york international round trip for the 4th though the 8th\tbook_flight\ni want to find a round trip flight from denver international to new york international on the 8th to the 16th\tbook_flight\ni need a flight from denver international to new york for under 700 on the 3rd\tbook_flight\ni want to find a flight for under 700 on the 4th from denver international to new york international\tbook_flight\non the third i am looking for a flight for under 700 from denver international to new york international\tbook_flight\ni need a flight from the 3rd to the 7th round rip from denver international to new york international\tbook_flight\nfind me a flight from philly to atl for june 5th to 8th\tbook_flight\nget me flight from philly to atlanta on june 5th i'm coming back june 8th\tbook_flight\nbook a flight from philadelphia to atlanta on june 5th and returning on june 8th\tbook_flight\ni need an airline ticket for a round trip flight from philadelphia to atlanta for the dates of june 5 - 8\tbook_flight\nneed airplane ridge from philadelphia to atlanta leaving on the 5th of june and returning on the 8th of june\tbook_flight\ni'm looking for a back and forth flight from lax to portland for w to sunday\tbook_flight\ni'm exploring a possible cycle flight from yyz to dublin for w to aug two\tbook_flight\ni'm seeking a full circle flight from msy to msp for w to june 7\tbook_flight\ni'm searching for a 2-way flight from yqg to heathrow for w to memorial day\tbook_flight\ni'm striving to find a 2-way flight from jfk to dtw for w to july 3\tbook_flight\nwill you please read the things on my shopping list\tshopping_list\nwhat is on my shopping list\tshopping_list\ncan you read the things to me that are on my shopping list\tshopping_list\ncan you read the things on my shopping list\tshopping_list\nis it possible for you to read the things on my shopping list\tshopping_list\ndid i add salt to my shopping list\tshopping_list\ndo i have toothpaste on my shopping list\tshopping_list\nis there lettuce on my shopping list\tshopping_list\ndid i include butter in my shopping list\tshopping_list\ndid i put elbow noodles on the shopping list\tshopping_list\ndid i forget to put protein shakes on my shopping list\tshopping_list\ndo i have butter on my list\tshopping_list\nis waffles on my list for shopping\tshopping_list\ndo i already have cereal on my shopping list\tshopping_list\ndid i remember to add milk to my shopping list\tshopping_list\ncheck my shopping list\tshopping_list\nread my shopping list\tshopping_list\nshopping list\tshopping_list\nwhat do i need to buy\tshopping_list\ndid i remember to put eggs on my shopping list\tshopping_list\nsend a text to joe\ttext\ni need to text joe\ttext\ntext joe\ttext\nsend joe a text\ttext\ntext john with the message 'where are you\ttext\nplease send a text to danny saying that i'm running late\ttext\ntext mom saying happy birthday\ttext\ntext mollie saying 'i am on my way\ttext\ni need you to text mickey saying 'can we reschedule\ttext\nsend message to carl, you suck\ttext\nlet carl know that he sucks\ttext\nmessage carl, you suck\ttext\ntell carl that he sucks\ttext\ninform carl that he is an awful human being\ttext\nsend robert a text from me telling him okay\ttext\ni need leslie to be texted saying have a good day\ttext\ni want a text sent to bob saying i will be late\ttext\nwrite a text to kim saying no\ttext\nsend a text to mom saying i'm on my way\ttext\nrobbie needs to know aboutthis so would you text robbie to let them know\ttext\nhow much is my kill bill bill for\tbill_balance\nwhat is the amount i owe on my phone\tbill_balance\nwhat is the total of my repair bill\tbill_balance\nhow much is due on the gas bill\tbill_balance\nwhat do i owe on telephone and cable bill\tbill_balance\nhow much do i have left to pay on my server and domain\tbill_balance\nwhat's the amount due on my vet and vehicle registration bills\tbill_balance\nwhat do my bills look like for amazon and netflix\tbill_balance\nhow much do i have to pay on taxes and cable\tbill_balance\nhow much do i owe on all of my bills\tbill_balance\nhow much do i have to pay for my shell gas card bill\tbill_balance\nwhat is the total of all my bills combined\tbill_balance\ncan you tell me how much i need to pay on my bills this month\tbill_balance\nhow much is my bill for capital one\tbill_balance\nwhat is the total amount i am going to have to pay in bills this month\tbill_balance\nhow much do i have to pay on my amazon card this month\tbill_balance\nhow much do my bills cost this month\tbill_balance\nhow much is my xfinity cable bill\tbill_balance\nwhat is the amount i owe to clay electric\tbill_balance\ncould you tell me the amount owed on gas and electric\tbill_balance\ngive my location to stan\tshare_location\ni'd like to share my location with stephanie\tshare_location\ni would like brenda to have my location\tshare_location\nlet lisa know where i am now\tshare_location\ni want david to know where i'm at\tshare_location\ncan you share my location with roger\tshare_location\ncan you send my exact location to laura\tshare_location\nshare my location with apple\tshare_location\nshare my location with google\tshare_location\nsend mike my exact location\tshare_location\nsend my current location to steve, please\tshare_location\nsteve needs to know my location\tshare_location\ni'd like to send steve my location\tshare_location\nshare my location with steve\tshare_location\ni need to send my location to my friend steve\tshare_location\ngive arianna my current location\tshare_location\nshare with current location with ben\tshare_location\nshow my gps location to brittany\tshare_location\ngive my gps location to jason\tshare_location\nshare my gps with tom\tshare_location\ncash in my credit card rewards\tredeem_rewards\nconvert my credit card points to cash\tredeem_rewards\ncash in my credit card points\tredeem_rewards\nwhere i can use credit card points\tredeem_rewards\nredeem credit card points\tredeem_rewards\nhow to use credit card points\tredeem_rewards\nwhat can i buy with credit card points\tredeem_rewards\nplease redeem my credit card points\tredeem_rewards\nredeem my credit card rewards into my account\tredeem_rewards\nhelp with credit card points\tredeem_rewards\nwhat should i use the points from my credit card on\tredeem_rewards\nhow do i cash in credit card points\tredeem_rewards\ni have credit card points, how do i redeem them\tredeem_rewards\nwhere do i redeem my credit card points\tredeem_rewards\ni would like to find out how to cash out cred card points\tredeem_rewards\nhow to cash in visa card rewards\tredeem_rewards\nhow can i cash in my visa rewards\tredeem_rewards\nhow do you get your visa card rewards\tredeem_rewards\nhow do i get rewards from my visa card\tredeem_rewards\nhow do i get my rewards from my visa card\tredeem_rewards\nlet me hear the song sympathy for the devil\tplay_music\nplease start the song penny lane\tplay_music\ni want to hear satisfaction\tplay_music\nfetch the song smells like teen spirit and play it\tplay_music\ni am in the mood to listen to mack the knife\tplay_music\ncan you play the song that sounds like thun thun thun\tplay_music\nplay the song that goes like i like to move it, move it\tplay_music\ncan you play the song amazing grace and it goes like this, amazing grace how sweet the sound\tplay_music\nplease play the song that goes like america the beautiful\tplay_music\nplease play the song that goes like this: jingle bells jingle bells jingle all the way\tplay_music\ncan you play music by the beatles\tplay_music\ncan you play the beatles\tplay_music\nare you able to play beatles songs\tplay_music\ncan i hear the beatles\tplay_music\ndo you have any of the beatles music\tplay_music\ncan you play the song that starts with doo doo doo\tplay_music\ncan i hear the song that starts out doo doo doo\tplay_music\nplease play me the song that starts out with doo doo doo\tplay_music\nplease play the song that goes doo doo doo\tplay_music\ncan you play the song that goes doo doo doo\tplay_music\nyou can remove the field trip from my calendar for march 12, 2019\tcalendar_update\nyou can remove the wedding from my calendar for march 12, 2019\tcalendar_update\nyou can remove the play date from my calendar for feb 18, 2019\tcalendar_update\nyou can remove the dinner party from my calendar for january 21, 2019\tcalendar_update\nyou can remove the brithday party from my calendar fpr january 15, 2019\tcalendar_update\nput cancel abc on my calendar for next thursday\tcalendar_update\ni need to add iep meeting to my calendar on april 15th\tcalendar_update\nadd my next doctor visit to my calendar\tcalendar_update\nadd swimming to my calendar today\tcalendar_update\ni have an appointment on the 5th put it on for 5pm\tcalendar_update\nfor friday, add a doctor's appointment to my calendar\tcalendar_update\ncan you add a doctor's appointment to friday's calendar\tcalendar_update\nadd to my friday calendar a doctor's appointment\tcalendar_update\nadd a doctor's appointment to my calendar for friday\tcalendar_update\nadd to friday's calendar a doctor's appointment\tcalendar_update\nmark my calendar that i will be meeting steven on march 5\tcalendar_update\non the 22nd of this month, we need to clear our calendar so we can leave it open for mark to visit\tcalendar_update\ncan you remove that event from my calendar, please\tcalendar_update\ncan you remove this event from my calendar\tcalendar_update\ncan you remove this event from my calendar, please\tcalendar_update\nare you secretly real\tare_you_a_bot\ni would like to know if you are a robot\tare_you_a_bot\nyou could tell me if you were real\tare_you_a_bot\ni would like to know if you are an artificial intelligence being\tare_you_a_bot\ndo you consider yourself an artificial intelligence being\tare_you_a_bot\ncan you act and think like a real person\tare_you_a_bot\ncould you be a real person\tare_you_a_bot\nclear something up, are you a robot\tare_you_a_bot\nare you a human being or a computer\tare_you_a_bot\ncan you tell me if you are a real live person\tare_you_a_bot\nam i speaking with a real person\tare_you_a_bot\nare you an actual human\tare_you_a_bot\nwould you be classified as a bot\tare_you_a_bot\nwould it be accurate to call you a bot\tare_you_a_bot\nwould you say you are a bot\tare_you_a_bot\ni am curious to know if you are a bot\tare_you_a_bot\nare you an actual live person\tare_you_a_bot\nplease tell me if you are a bot\tare_you_a_bot\nare you a robot\tare_you_a_bot\ncan you tell me what kind of life form you are\tare_you_a_bot\nwhat is the gas level in my gas tank\tgas\nis my gas tank full or empty\tgas\ndo i have enough gas to take me home\tgas\nshould i a gas refill for my car at the next gas station\tgas\ncan you inform me of my gas amount\tgas\ncalculate the amount of gas i currently have\tgas\nhow many gallons of gas are in my car\tgas\nwhat amount of gas do i have left\tgas\nhow much gas does my car currently have\tgas\nhow much gas do i have\tgas\nhow much fuel do i have left\tgas\nwhat's left in the tank\tgas\nhow much gas do i have left\tgas\nhow long before i'm on e\tgas\ndo i have enough fuel to get to buffalo\tgas\nhow much gas do i need to get to buffalo\tgas\ndo i have enough gas to get to buffalo\tgas\nhow much fuel do i need to get to buffalo\tgas\nhow much gas do you have will you make it to jackson\tgas\nhow much gas does it take to get to jackson\tgas\nwhat is the date that my visa card expires\texpiration_date\ntell me the expiration date on my visa credit card please\texpiration_date\ntell me when my credit card from visa expires please\texpiration_date\ndo you know the expiration date that is on my visa card\texpiration_date\ncan you find the expiration date and tell me what it is that is on my visa credit card\texpiration_date\nwill i need to renew my credit card soon\texpiration_date\nwhen will my visa expire\texpiration_date\nwill my debit card go bad any time soon\texpiration_date\nwhat is my expiration data for my card\texpiration_date\nwhen will my card go rotten\texpiration_date\nwill my card expire on a certain month\texpiration_date\nwhen is my cards end month\texpiration_date\nwhat month does my card stop working\texpiration_date\nmy card will work until what month\texpiration_date\nwhat month does my card close\texpiration_date\nwhen do i need a new credit card\texpiration_date\nin what month does my credit card expire\texpiration_date\nwhen is my credit card set to expire\texpiration_date\ni need to know when my credit card is going to expire\texpiration_date\ntell me when my credit card expires\texpiration_date\nadd this song to travel\tupdate_playlist\nadd song to media playlist\tupdate_playlist\nadd song to my hype playlist\tupdate_playlist\nput song in springtime playlist\tupdate_playlist\nput we are the champions to my running playlist\tupdate_playlist\nput on bended knee on my reflection playlist\tupdate_playlist\nplease place this track on my driving mix\tupdate_playlist\nplease add this song to my morning job playlist\tupdate_playlist\ni'd like to augment my workout playlist with this tune\tupdate_playlist\ni'd like to add this song to my relaxation playlist\tupdate_playlist\nadd games without frontiers to my week 5 playlist\tupdate_playlist\ni want to put thank you on my playlist called relaxing jams\tupdate_playlist\ncan you put the currently playing track on my zen playlist\tupdate_playlist\nadd welcome to the jungle to my workout mix\tupdate_playlist\ni want you to add the song i listen to to my summer playlist\tupdate_playlist\nadd what i listen to to my car ride playlist\tupdate_playlist\nplease add what i listen to to my lolla playlist\tupdate_playlist\ncan you help me add the song i listen to to my clutch playlist\tupdate_playlist\nadd what i am listening to to my road trip playlist\tupdate_playlist\nput this in my workout playlist\tupdate_playlist\ni would like to cancel my reservation for nenuco's restaurant to x- tapas\tcancel_reservation\ni need my reservation to be cancelled for nugget to xiomara's restaurant\tcancel_reservation\ni need to cancel my reservation for new york to xai varanda\tcancel_reservation\ni want to cancel my reservation for network to xaga such\tcancel_reservation\nforget reservation at longhorn for 4\tcancel_reservation\nforget reservation at oyster bar for tonight\tcancel_reservation\ncancel my reservation at osteria for our party\tcancel_reservation\nscrap reservation at 4 for red robin\tcancel_reservation\ncancel reservation at eight for the group\tcancel_reservation\ni'd like to cancel my reservation for 5 at hoss's steak house\tcancel_reservation\nplease cancel my reservation at red lobster for 6\tcancel_reservation\ni need to cancel my reservation for 2 at franklin's grille\tcancel_reservation\ncancel that reservation for 8 at barney's\tcancel_reservation\nnix that reservation for 4 at strip house\tcancel_reservation\nundo my reservation for 5 at the loft\tcancel_reservation\ni no longer want my reservation for 5 at the loft cancel it please\tcancel_reservation\nhey siri, please cancel my reservation at the loft for 5\tcancel_reservation\ni don't need my reservation for 5 at the loft please cancel it\tcancel_reservation\ncancel my reservation for 5 at the loft\tcancel_reservation\ncarla doesn't want her olive garden reservation anymore\tcancel_reservation\nwhat's the funniest thing you've got\ttell_joke\nlet me hear something funny\ttell_joke\ni want to hear anything you have that's funny\ttell_joke\ni want to hear something hilarious\ttell_joke\ntell me your funniest joke\ttell_joke\ndo you have any funny jokes\ttell_joke\ngive me your best joke\ttell_joke\ntell my something funny\ttell_joke\ntell me something to make me laugh\ttell_joke\ni'm in the mood for a joke\ttell_joke\ncould you tell me a good joke\ttell_joke\ndo you have any funny jokes you can tell\ttell_joke\nhave you heard any great jokes lately\ttell_joke\ndo you know any good jokes you would like to share\ttell_joke\nwhat sort of jokes do you know\ttell_joke\ni want to hear doctor jokes\ttell_joke\ndo you know any jokes about librarians\ttell_joke\ntell me a funny joke about men\ttell_joke\ncan you tell me a joke about a lawyer\ttell_joke\ni want to hear jokes about toddlers\ttell_joke\ncan i start calling you dave\tchange_ai_name\ni want to change your name to sarah\tchange_ai_name\ni want to call you maggie\tchange_ai_name\ncan i change you name to gretchen\tchange_ai_name\ni'd like to call you alex\tchange_ai_name\ncan i call you adam instead of the current name\tchange_ai_name\ni will now call you adam instead of your old name\tchange_ai_name\nwill you respond to adam instead of the current name\tchange_ai_name\ni want to change your name to adam\tchange_ai_name\ni want to start calling you adam\tchange_ai_name\ni want your name to be gerry\tchange_ai_name\ni want your name to be henry\tchange_ai_name\ni want your name to be john\tchange_ai_name\nmake your name jake\tchange_ai_name\nmake your name steve\tchange_ai_name\ni would like to change your name to fred\tchange_ai_name\ni think i want your name changed to fred\tchange_ai_name\ncan you have your name changed to fred\tchange_ai_name\ncan you change your name to fred\tchange_ai_name\nchange your name to fred\tchange_ai_name\nwhat is your age again\thow_old_are_you\nhow old are you in 2019\thow_old_are_you\nwhat's your birthday\thow_old_are_you\nwere you born in the 80s\thow_old_are_you\nhow old were you on your most recent birthday\thow_old_are_you\nwhat day were you born\thow_old_are_you\nwhat is your current age\thow_old_are_you\nhow old are you as of today\thow_old_are_you\nwhat you age on your last birthday\thow_old_are_you\nhow many birthdays have you had\thow_old_are_you\nhow many years have you been living\thow_old_are_you\nhey how old are you\thow_old_are_you\ndo you have an age\thow_old_are_you\ni was wondering what age you are\thow_old_are_you\nin what year were you born\thow_old_are_you\nwhat is your date of birth\thow_old_are_you\nwhat year were you born in\thow_old_are_you\nwhat is the year that were you born\thow_old_are_you\nhow old are you ai\thow_old_are_you\nare you 16 years old\thow_old_are_you\ni need a car rental this week\tcar_rental\ni am going away and need to rent a car\tcar_rental\nhelp me find a car to rent\tcar_rental\ncan you get me a car rental for march 1st to 3rd in seattle, and i'd like a sedan if possible\tcar_rental\nhelp me book a car rental in austin for april 11th to 13th get me a sedan if possible\tcar_rental\ncan you get me a car rental for march 13th to 15th in nyc, and i'd like a convertible if possible\tcar_rental\nhelp me book a car rental in chicago for april 1st to 3rd get me an suv if possible\tcar_rental\ni need to book a car rental in las vegas\tcar_rental\ni'm looking for assistance booking a rental car in las vegas\tcar_rental\ncould i get assistance booking a car rental in las vegas\tcar_rental\nhow can i rent a car in las vegas\tcar_rental\ncan you help me rent a car in las vegas\tcar_rental\ncan i get a car rental in boise from april 11th to april 13th\tcar_rental\nhow can i rent a ride in alaska from march 5th to march 18th\tcar_rental\nwhere do i rent a car in las vegas from november 16th to december 16th\tcar_rental\ncan i rent a car from dfw airport from march 1st to march 8th\tcar_rental\ndo you have a car rental in new york from june 6th to june 9th\tcar_rental\ni must procure a car rental for the 10th to the 15th in zimbabwe and i would prefer a bmw\tcar_rental\ni really must rent a car out of sky harbor airport from the 3rd to the 5th of february\tcar_rental\ni really need to get a volkswagen car rental for march 5th to march 8th in phoenix\tcar_rental\nhow can i jump start my car if my battery is dead\tjump_start\nwill a jump start work if my batter is dead\tjump_start\nhow to jump start a car\tjump_start\nwhat do i need to jump start a battery\tjump_start\nhow do i jump start a bad battery\tjump_start\nwhat steps do i need to take to jump start my car\tjump_start\ni'm not sure how to jump start a car; can you help me\tjump_start\nhow do i do a jump start on my car\tjump_start\nhow might i go about jump starting a car\tjump_start\nhow can i jump start a car\tjump_start\ncan you tell me how to jump start a car\tjump_start\nhow can i jump start my car\tjump_start\nshow me instructions on how to jump start my car\tjump_start\nteach me how to jump start my car\tjump_start\nwhat do i need in order to jump start my car\tjump_start\ndo i need jumper cables for my dead car battery\tjump_start\nwho can jump off my dead car battery\tjump_start\nmy car battery died and i need help\tjump_start\ncan i get my car jumped for this dead battery\tjump_start\nthere is no juice in my battery please help\tjump_start\ncan you give me a chinese meal suggestion\tmeal_suggestion\ni would like you to suggest a chinese dish\tmeal_suggestion\nplease suggest a chinese meal\tmeal_suggestion\ni would like you to give me a suggestion for a mexican meal\tmeal_suggestion\ncan you suggest a mexican dish\tmeal_suggestion\ni need some good suggestions for peruvian cuisine\tmeal_suggestion\nhelp me find some new dinner recipes\tmeal_suggestion\nwhat would you say is a good german dinner idea\tmeal_suggestion\ni need an italian dinner idea\tmeal_suggestion\nany recommendations for a greek dinner\tmeal_suggestion\nwhat would you say is the best meal to have for dinner\tmeal_suggestion\ni am bored and need new dinner recommendations\tmeal_suggestion\ni need an idea for a french dinner\tmeal_suggestion\nwhats a good chinese dinner suggestion\tmeal_suggestion\nwhat would you suggest having for dinner\tmeal_suggestion\ni need to quick dinner suggestions\tmeal_suggestion\nwhat kind of meal should i eat from thailand\tmeal_suggestion\nsuggest a meal from thailand please\tmeal_suggestion\nsuggestions for thai food\tmeal_suggestion\ngive recommendations for thai food\tmeal_suggestion\ni would like to learn to make cookies\trecipe\nshow me popular sushi recipes\trecipe\ni need a pancake recipe\trecipe\nfind instructions on baking lemon cake\trecipe\ncan you give me instructions on how to make alfredo\trecipe\nhow do i make shrimp\trecipe\nwhat is a good recipe for steak\trecipe\nfind a recipe for hamburgers\trecipe\npull up ramen recipes please\trecipe\nhow do you make dumplings\trecipe\nhow do you make blue cheese dressing\trecipe\ni need a recipe for chicken cordon bleu\trecipe\nrecipe for traditional roast beef and gravy\trecipe\ni want to make pork barbque but do no know how\trecipe\ngive me a good recipe for chicken parmesan\trecipe\ndo you have any good ways to make tomato soup\trecipe\nhow do i make chicken alfredo\trecipe\nrecipe for beef stroganoff\trecipe\ni need to find a good way to make chicken soup\trecipe\ntell me how to make ramen\trecipe\nwhat's my income before taxes\tincome\nwhat's my income from work\tincome\nhow much money do i make at my job\tincome\nwas is my salary\tincome\nwhat's my yearly income\tincome\nwhat was my income last year\tincome\nwhat's my total income\tincome\nwhat's my total earnings\tincome\nwhat's my work salary\tincome\ndo you know my work income\tincome\nhow much money do i make a week\tincome\nhow much do i make in a year\tincome\nwhat do i get paid\tincome\nhow much is my salary\tincome\ni would like to know what my income is\tincome\ntell me my income amount\tincome\ni need to know the amount of my income\tincome\nget my income amount for me\tincome\nhow much do you start at\tincome\nyearly salary\tincome\norder more bread please\torder\ni ran out of bread, order more\torder\nsince i ran out , order more bread\torder\nplace an order for bread\torder\nmake an order of bread because i am out\torder\norder an amazon gift card from amazon in the amount of twenty dollars\torder\norder a case of coke from amazon\torder\norder dog food from walmart\torder\norder more paper towels from amazon\torder\norder a disney gift card in the amount of five hundred dollars from costco\torder\ni want to buy an iphone7\torder\ncan you order an iphone7 for me with two-day free delivery\torder\nhelp me buy a black iphone7\torder\nplease order an iphone7 for me\torder\neverything needs ordered off my list\torder\nfor the shopping list, order everything\torder\norder all of my shopping list\torder\norder all items on the list\torder\npurchase me the kyrie 4s\torder\naquire me them kyrie 4s\torder\nis there much traffic between here and work right now\ttraffic\nwhat's the traffic like right now for my route to work\ttraffic\nis the traffic bad going downtown right now\ttraffic\nhow's the traffic this morning\ttraffic\nhow bad is the traffic on the way to downtown\ttraffic\nwhat's the traffic like going to central park\ttraffic\nis there heavy traffic on the way to the city\ttraffic\nhow bad is traffic on the way into oakville right now\ttraffic\nhow does the traffic look on my way to work right now\ttraffic\nwhat does my commute look like\ttraffic\nwhat is the traffic like on the road to downtown dallas\ttraffic\nwhat kind of traffic is on hwy 1 going to the downtown area right now\ttraffic\nhow is the traffic on rt 5 towards my work , community bank\ttraffic\nis there any traffic on the road i take home from work right now, rt 40\ttraffic\ntell me how the traffic is on rt 7 to the airport today\ttraffic\nwhat will the traffic be like if i headed out to work right now\ttraffic\nwhat kind of traffic can i expect on the way to church\ttraffic\nhow's the traffic to work\ttraffic\ncan you give me a traffic update for a trip to the grocery store\ttraffic\nhow's the traffic looking if i headed to fred meyer\ttraffic\ni need more checks because i am out\torder_checks\ncan i order new checks since i am out\torder_checks\ni am now out of checks, how do i order new ones\torder_checks\ni need to order new checks because i am all out\torder_checks\ni have no checks and need to order new checks\torder_checks\nput in an order for more checks\torder_checks\nhow do i order more free checkbooks\torder_checks\ni ran out of checks and need more ordered\torder_checks\nplease order more checks i just used the last one\torder_checks\ni just used my last check and need more now\torder_checks\ni ran out of checks and need more asap\torder_checks\ni would like more checks sent to my address\torder_checks\nhow would i go about getting more checks for my western union account\torder_checks\ni just used my final check order more\torder_checks\ncan i order checks online for my checking account\torder_checks\nplease send me more checkbooks\torder_checks\nplease notify my bank that i need more checks\torder_checks\nhow can i order checks for my savings account\torder_checks\ni need to know how to order checks for my bank of america account\torder_checks\nwho do i contact to order more checks for my td bank account\torder_checks\nis there a reason my card was declined\tcard_declined\nmy card was rejected at shakey's and i am wondering why\tcard_declined\nwas there a problem with my card yesterday\tcard_declined\nmy debit card was rejected at ella's and i want to know why\tcard_declined\nmy card was declined at mcdonald's and i want to know why\tcard_declined\ni need to know why you declined my card yesterday\tcard_declined\nmy card was rejected at the zoo, could you tell me why\tcard_declined\ntell me why my card was declined\tcard_declined\ntell me why my card was declined at auto zone, why\tcard_declined\ni need to know why my credit card transaction was declined\tcard_declined\nwhy was my credit card not accepted\tcard_declined\ni was in target about to buy a chair when my card got declined\tcard_declined\nmy card just got declined when i was in home depot buying tile\tcard_declined\ni was trying to buy a chainsaw at the tractor store and they said my card was declined\tcard_declined\nwhy was my card declined just now when i tried to buy a jeep at carmax\tcard_declined\ni was at walmart trying to buy toilet paper and my card got declined\tcard_declined\ntarget declined my card and i don't know why\tcard_declined\ndo you know why my card was declined at target i can't figure out why\tcard_declined\ni can't figure out why my card was declined at target\tcard_declined\ni was just at target and they declined my card and i can't understand why\tcard_declined\n"
  },
  {
    "path": "data/oos/test.tsv",
    "content": "text\tlabel\nhow would you say fly in italian\ttranslate\nwhat's the spanish word for pasta\ttranslate\nhow would they say butter in zambia\ttranslate\nhow do you say fast in spanish\ttranslate\nwhat's the word for trees in norway\ttranslate\nhow does one say wonderful in german\ttranslate\nhow do they say tacos in mexico\ttranslate\nhow would one say cruiser in china\ttranslate\nwhat's the french word you use for potato\ttranslate\nwhat would the word for grass be in finland\ttranslate\nhow do you say please in french\ttranslate\nhow would i say nice to meet you if i were russian\ttranslate\nwhat is the right way to say excuse me in spanish\ttranslate\nhow do i say i'm sorry in chinese\ttranslate\nhow would i say thank you if i were mexican\ttranslate\nhow would i say what is your name if i were french\ttranslate\nhow would i say i must be going now if i were german\ttranslate\nhow do i say bathroom in italian\ttranslate\nhow might i say hello if i were scottish\ttranslate\ni must know how to say thank you in german\ttranslate\nhow would i say i love you if i were german\ttranslate\nhow would i say how are you today if i were mexican\ttranslate\nhow would i say where is the bathroom if i were korean\ttranslate\nhow would i say i need directions if i were french\ttranslate\nhow would i say i am lost if i were japanese\ttranslate\nenglish to spanish for dog\ttranslate\nwhat is dog in spanish\ttranslate\nhow do you say dog in spanish\ttranslate\ndog in spanish\ttranslate\nwhat's the spanish word for dog\ttranslate\ncan you please provide me with assistance in moving money from one account to another\ttransfer\ni would like help moving money between accounts\ttransfer\ncan you assist me in moving money from one account to another\ttransfer\ni would like help moving money from one account to another\ttransfer\ni would like assistance moving money from one account to another\ttransfer\ncan i move some money around\ttransfer\ncan i make a transfer between my accounts\ttransfer\ni need to make a transfer of my money\ttransfer\ncan i move some money between my two accounts\ttransfer\ni would like to distribute some money between my accounts\ttransfer\ni would like to transfer $100 from my checking to saving account\ttransfer\nhelp me transfer $100 from my checking to saving account\ttransfer\ntransfer $100 from my checking to saving account\ttransfer\ncan you please help me move $100 from my checking to saving account\ttransfer\nplease move $100 from my checking to saving account\ttransfer\ntransfer seventeen dollars from rbs to woodforest account, please\ttransfer\nsend twelve dollars between cabelas and bank of london accounts, please\ttransfer\ntransfer ninety dollars between glacier checking and farmers accounts, please\ttransfer\ntransfer seventy dollars between national and citizens accounts\ttransfer\ntransfer four and sixty seven dollars from bank of oklahoma checking to security bank account\ttransfer\nhow much money can i transfer today\ttransfer\nadd funds to the retirement account from the pnc account only\ttransfer\nwould you move 100 dollars from the checking and put it into savings\ttransfer\nrepeat what the weather will be like\ttransfer\ni would like to put 100 dollars from the checking into the savings account now\ttransfer\nplease transfer $5000 to money market from checking account\ttransfer\ni need $360 transfered from savings to checking account\ttransfer\nmake an immediate transfer of ten thousand from money market to checking\ttransfer\ni'd like to transfer $400 from household to savings account\ttransfer\ntranser $800 from my checking to savings account\ttransfer\nset a 4 minute timer\ttimer\nset a 2 minute timer\ttimer\nset a 3 minute timer\ttimer\nset a 5 minute timer\ttimer\nset a 1 minute timer\ttimer\nwho set up the numbers for it\ttimer\nstart the timer\ttimer\nstart a timer please\ttimer\ni need to start a timer\ttimer\ni need a timer to be set\ttimer\ncould you set a timer\ttimer\nset a timer\ttimer\ni need to have a timer for 10 minutes\ttimer\nmake a 10 minute timer\ttimer\ngive me a 10 minute timer\ttimer\nwill you create a timer for me\ttimer\nplease begin a timer\ttimer\nis it possible to set a timer\ttimer\ni want a timer set for 10 minutes\ttimer\nset a timer for 10 minutes\ttimer\ncan i get a timer set\ttimer\ni need to use a timer\ttimer\nset a timer to go off in 1 hour\ttimer\ni need a timer for 45 minutes\ttimer\nin 15 minutes the timer should go off\ttimer\nstart the timer now\ttimer\nset a timer for 30 minutes\ttimer\nset a timer for 5 minutes from now\ttimer\nlet me know when it's been 5 minutes\ttimer\ncan you set the timer to 20 minutes\ttimer\ndefine antebellum\tdefinition\ndefine discontent\tdefinition\nwhat is the meaning of incandescent\tdefinition\nwhat does confrontation mean\tdefinition\nwhat does serendipity mean\tdefinition\nwhat's the definition of luminescent\tdefinition\nwhat is the definiton of auspicious\tdefinition\nwhat does circuitous mean\tdefinition\nwhat's the definition of unencumbered\tdefinition\nwhat does adulation mean\tdefinition\nwhat does assiduous mean\tdefinition\nwhat does amicable mean\tdefinition\nwhat's the definition of remunerative\tdefinition\nwhat does anachronistic mean\tdefinition\nwhat's the definition of idiosyncratic\tdefinition\nwhat does yolo mean\tdefinition\ncan you tell me the meaning of fluctuate\tdefinition\nwhat does the word polynomial mean\tdefinition\nwhat does ferrari mean\tdefinition\nwhat is the meaning of the word girn\tdefinition\nwhat does mature mean\tdefinition\ni'd like to know what bitcoin means\tdefinition\ni heard some woman say she was going to yerd me, what's that mean\tdefinition\ncan you tell me what obsolescence means\tdefinition\nplease explain the word catastrophic to me\tdefinition\nwhat's the meaning of naff\tdefinition\ncan you tell me what dendrofilous means\tdefinition\nwhat does peer-to-peer actually mean\tdefinition\ndefine epicurean\tdefinition\nwhat does epicurean mean\tdefinition\nwould you let me know what the meaning is life is\tmeaning_of_life\nwould you let me know what is the point of life\tmeaning_of_life\nright now, i need to know the meaning of life\tmeaning_of_life\ndefine the meaning of life for me\tmeaning_of_life\ni want to know the meaning of life\tmeaning_of_life\nwould you explain the meaning of life\tmeaning_of_life\ni need you to tell me the meaning of life\tmeaning_of_life\ni need to know what the meaning of life is now\tmeaning_of_life\ntell me what the meaning of life is\tmeaning_of_life\ni need to know what the point of life is\tmeaning_of_life\nlet me know what the point of life is\tmeaning_of_life\nwould you provide me with what the point of life is\tmeaning_of_life\ntell me what the point of life is\tmeaning_of_life\nwhat is the reason humans even exist\tmeaning_of_life\ndo you think our lives have purpose or meaning\tmeaning_of_life\ncan you tell me about the meaning of life\tmeaning_of_life\ncan you tell me what the meaning of life is\tmeaning_of_life\nwhat do you know about the meaning of life\tmeaning_of_life\ni would like information on the meaning of life\tmeaning_of_life\nwhat information can you give me on the meaning of life\tmeaning_of_life\nwhat is the core meaning of life\tmeaning_of_life\nwhat do you know about lifes meaning\tmeaning_of_life\nis there any consensun regarding lifes true meaning\tmeaning_of_life\nis there a reason beyond biology about why humans are alive\tmeaning_of_life\ndo you think being alive has any meaning\tmeaning_of_life\nis there meaning to life\tmeaning_of_life\nis there meaning in life\tmeaning_of_life\nwhat is the answer to life\tmeaning_of_life\nwhat's the answer to it all\tmeaning_of_life\nwhat's life mean to you\tmeaning_of_life\ni would like to change my insurance policy\tinsurance_change\ncan i edit my insurance policy\tinsurance_change\ni am interested in a new insurance plan\tinsurance_change\ni really would like to get a new insurance plan\tinsurance_change\ni am in the market for a new insurance plan\tinsurance_change\nis there a way to alter my insurance policy\tinsurance_change\nhow can i change to new insurance plan\tinsurance_change\nhelp me find a new insurance plan\tinsurance_change\ncan i update my insurance policy\tinsurance_change\nwho do i contact about updating my insurance\tinsurance_change\ncan you help me change my insurance policy\tinsurance_change\ni need to change my insurance policy, do you know how\tinsurance_change\nwhat are the steps to change my insurance policy\tinsurance_change\ndo you know how i can change my insurance policy\tinsurance_change\nhow to i change the policy on my insurace\tinsurance_change\nwhat do i need to do to get new insurance\tinsurance_change\ndo you know how i get new insurance\tinsurance_change\nwhat is the protocol for getting new insurance\tinsurance_change\nlet me know the process for new insurance\tinsurance_change\ni want to sign up for a new allstate insurance plan\tinsurance_change\ni need to sign up for a new allstate plan\tinsurance_change\nwhat is the procedure for signing up for a new allstate plan\tinsurance_change\nhow do i sign up for a new allstatedplan\tinsurance_change\ni want to change to a new allstate insurance plan\tinsurance_change\ni want a new insurance plan\tinsurance_change\nwhat if i want to switch insurance plans\tinsurance_change\nis there a way to get a new insurance plan\tinsurance_change\ni want to switch to a new insurance plan\tinsurance_change\nhow do i switch insurance plans\tinsurance_change\nphone number to state farm to change insurance\tinsurance_change\ncan you help me find my phone, please\tfind_phone\ncould you help me locate my phone\tfind_phone\ncan you help me locate my phone\tfind_phone\ncould you help me locate my phone, please\tfind_phone\ncan you help me locate my phone, please\tfind_phone\ni cannot locate my phone, can you help me\tfind_phone\ni need help locating my phone\tfind_phone\ncan you assist me with finding my phone\tfind_phone\ni lost my phone can you help me\tfind_phone\nwhere the bleep did i put my bleeping phone\tfind_phone\nis my phone somewhere around here\tfind_phone\nhelp, i've lost my cellphone!\tfind_phone\ni seem to have lost my phone\tfind_phone\ndo you know my phone's location\tfind_phone\ncan you find my phone\tfind_phone\nwhere's my phone at\tfind_phone\nwhat's my phone's location\tfind_phone\ncan you help me hunt for my missing cellphone\tfind_phone\nlocate my cellphone in this room\tfind_phone\nwhere did i last put my phone\tfind_phone\nfind my cellphone for me!\tfind_phone\nwhere did i place my phone\tfind_phone\nwhere's my phone\tfind_phone\nmy phone isn't where i left it\tfind_phone\ni think i've misplaced my phone\tfind_phone\ni've lost my phone somewhere\tfind_phone\ni think i lost my phone\tfind_phone\nwould you know where to find my phone\tfind_phone\nplease assist me in looking for my phone\tfind_phone\nlook for my phone with me\tfind_phone\nis there a travel alert in spain\ttravel_alert\ntravel alert in cuba\ttravel_alert\nalerts for travel in colombia\ttravel_alert\nare there travel alerts in mexico\ttravel_alert\nmexico travel alerts\ttravel_alert\nhave there been any travel alerts for the us\ttravel_alert\nare there any travel advisories for the us\ttravel_alert\nwhat are the travel alerts for the us\ttravel_alert\nare there travel alerts for the us\ttravel_alert\nwhat travel alerts are in effect for the us\ttravel_alert\ni want to know if i will be safe if i travel to europe\ttravel_alert\nwould i be safe if i traveled to japan\ttravel_alert\nis it safe to go to north korea\ttravel_alert\nwill i be safe going to south america\ttravel_alert\nam i safe to go to africa\ttravel_alert\nwhich countries have travel alerts\ttravel_alert\nis it safe in italy\ttravel_alert\nwhat are the travel conditions for haiti\ttravel_alert\nare there any travel bulletins about haiti\ttravel_alert\nnote any travel alerts for haiti\ttravel_alert\nfind travel alerts for haiti\ttravel_alert\ndoes the state department say anything about traveling to haiti\ttravel_alert\nis there a travel alert for france\ttravel_alert\nis it safe for me to go to turkey\ttravel_alert\nis it safe to go to serbia\ttravel_alert\nsafety concerns for malaysia\ttravel_alert\nis it safe for me to visit malawi\ttravel_alert\nis travel to monterrey safe now\ttravel_alert\nis it safe for people to travel to pakistan\ttravel_alert\ncan people safely travel to cambodia\ttravel_alert\nplease help me set up a vacation request\tpto_request\nhow does one go about putting in a vacation request\tpto_request\nhow do i put in a vacation request\tpto_request\nwalk me through on how to make a vacation request\tpto_request\nplease put in a vacation request\tpto_request\nhow is a vacation request done\tpto_request\nhow is a vacation request made\tpto_request\nwhat is the process of making a vacation request\tpto_request\nhow would one make a vacation request\tpto_request\ncan i put in a pto request for september 1st to september 8th\tpto_request\nif i want to make a vacation request, how do i do it\tpto_request\ncan i put in a pto request for august 1st to august 10th\tpto_request\ncan i put in a pto request for january 4th to january 9th\tpto_request\ncan i put in a pto request for december 3rd to december 10th\tpto_request\ncan i put in a pto request for december 25th to january 1st\tpto_request\ncan i take pto from the end of the month to the 5th of the next month\tpto_request\ncan you help me plan a vacation\tpto_request\nit it possible to take pto from the 8th to the 11th\tpto_request\nis it ok if i use some of my pto on may 24th to may 29th\tpto_request\nwhat do i do to set up a vacation\tpto_request\ni need to use pto on october 5th to october 10th\tpto_request\nhow do i plan a vacation\tpto_request\ncan i put in a pto request for monday to wednesday\tpto_request\ncan i purchase a vacation using this\tpto_request\nhow do i get help with a vacation itinerary\tpto_request\nhow do i request a vacation\tpto_request\ni'd like to request a vacation\tpto_request\ni need to request a vacation\tpto_request\nvacation request information\tpto_request\nvacation request please\tpto_request\nhow can i increase my credit score\timprove_credit_score\nhow can i raise my credit score\timprove_credit_score\nhow can i contribute to my credit score\timprove_credit_score\nhow is it possible to get a better credit score\timprove_credit_score\nhow can i up my credit score\timprove_credit_score\ncan you explain to me how i might boost my credit score\timprove_credit_score\nmy credit score stinks but i don't know how to improve it\timprove_credit_score\nwhat preventative measures can i take to avoid a low credit score\timprove_credit_score\nhow can i keep my credit score from falling\timprove_credit_score\ngive me some ideas for boosting my credit score\timprove_credit_score\nhow can i prevent my credit score from dropping\timprove_credit_score\nwhat steps can i take to build my credit score\timprove_credit_score\ngive me some tips on building up my credit score\timprove_credit_score\nhow can i rehabilitate my poor credit score\timprove_credit_score\ngive me some ideas of how to avoid my credit score lowering\timprove_credit_score\ngive me tips on improving my credit score\timprove_credit_score\nwhat steps should i take if i want to ensure my credit score doesn't drop\timprove_credit_score\ncan you tell me some strategies for raising my credit score\timprove_credit_score\ni want to know how i can build up a good credit score\timprove_credit_score\n\"\"\"what's the method to improve credit score\"\timprove_credit_score\n\"\"\"which is the best way to improve the credit score\"\timprove_credit_score\n\"\"\"which could be improve the credit score\"\timprove_credit_score\n\"\"\"when the credit score improve\"\timprove_credit_score\n\"\"\"where is improve the credit score\"\timprove_credit_score\nit is damaging to my credit score if i miss one credit card payment\timprove_credit_score\ni have a revolving store card and defaulted so will my fico score be affected\timprove_credit_score\nwill my fico score decrease if i increase my student loan debt\timprove_credit_score\nif i lose my job will my credit score go down\timprove_credit_score\ncan i hurt my credit rating if i open several credit cards in a short time frame\timprove_credit_score\nwill only having five late payments really make my credit bad\timprove_credit_score\nname unusual facts about the circus\tfun_fact\ni need interesting baseball trivia from the nineteen eighties\tfun_fact\ntell me a fun fact about cars\tfun_fact\ngive me a fun fact about kangaroo\tfun_fact\ngive me a fun fact about koala\tfun_fact\ngive me a fun fact about dolphin\tfun_fact\nwhat is some trivia about frog\tfun_fact\ntell me fun facts of today\tfun_fact\ngive me something interesting about stars\tfun_fact\nwhat is some trivia question about coffee\tfun_fact\ntell me some trivia about sweat\tfun_fact\ntell me some trivia about dolphin\tfun_fact\nwhat is some trivia about the weather\tfun_fact\ngive me a fun fact about komodo dragon\tfun_fact\ngive me a amusing fact about wolf\tfun_fact\nwhat is the interesting trivia about human bodies\tfun_fact\ni want to learn something about apples\tfun_fact\ntell me today's fun fact\tfun_fact\ni want today's fun fact please\tfun_fact\nwhat is today's fun fact\tfun_fact\ntoday's fun fact\tfun_fact\ni want a fun fact about london\tfun_fact\ntell me something interesting about bees\tfun_fact\ni would you like to learn something interesting about bees\tfun_fact\ni want to hear cool bee facts\tfun_fact\nwhat's something interesting about bees\tfun_fact\ni wanna hear something cool about bees\tfun_fact\ntell me fun facts on science topics\tfun_fact\ntell me fun science facts\tfun_fact\ni want to know fun facts about koala bears\tfun_fact\nplease speak in tagalog\tchange_language\nspeak in german\tchange_language\nspeak to me in dutch\tchange_language\nspeak in french please\tchange_language\nspeak spanish please\tchange_language\ni am not understanding the language you are responding in; switch it for me\tchange_language\ni can't understand the language you are responding in; i need you to switch it\tchange_language\ni need you to switch the language you are responding as i don't understand\tchange_language\ni don't understand your language; switch the language\tchange_language\ni need you to switch the language you are responding in\tchange_language\ni'd like to speak in portuguese\tchange_language\ncan we speak in german\tchange_language\ni want to use spanish with you\tchange_language\nplease let's speak in spanish\tchange_language\nplease can we speak in dutch\tchange_language\ncan you make the default language swedish\tchange_language\nis it possible to talk to you in mandarin\tchange_language\nwould you understand me if i speak to you in navajo\tchange_language\ni'd like the language to be in spanish\tchange_language\ni'd like to use you using russian\tchange_language\ncan i speak spanish to you hombre\tchange_language\ni want to start talking to you in swedish\tchange_language\ncan i get you to change your language setting to russian\tchange_language\nplease make your language setting norwegian\tchange_language\ni am going to speak english now\tchange_language\ndo you speak english\tchange_language\ni want to talk english\tchange_language\nwe have to speak in english\tchange_language\nspeak in dutch\tchange_language\ni want to speak to you in swiss german\tchange_language\nhow long until my paycheck shows up\tpayday\ncan you tell me the date of my last check\tpayday\nwhat was the date when i last go paid\tpayday\nwhat's the date on my last pay stub\tpayday\nwhen can i expect my paycheck\tpayday\nwhen is the next time i'll receive a paycheck\tpayday\nwhen did i last collect my salary\tpayday\nwhen do i next get paid\tpayday\nwhen is my paycheck arriving\tpayday\nwhat day is payday\tpayday\ndo you know when my next check is coming\tpayday\nwhen do i get my next paycheck\tpayday\nwhen's pay day for me\tpayday\ni need to know when i get paid next\tpayday\nwhen's my next pay day\tpayday\nwhat day's my pay coming next\tpayday\nwhen do i get paid for my work\tpayday\nlook up when my payday is supposed to be\tpayday\nwhen can i expect to be paid\tpayday\nlook up the date for my next payday\tpayday\nwhat day will i earn my payment from work\tpayday\nfind out when my next upcoming payday will be\tpayday\nwhen is the next payday i can look forward to\tpayday\nwhat day can i expect to receive payment on\tpayday\nwhen will my next paycheck be coming\tpayday\nwhen will my payment be deposited\tpayday\nwhen do i get my next pay check\tpayday\nis it payday\tpayday\ndo you know when i'll receive my next paycheck\tpayday\nwhat date do i get paid\tpayday\nhow long does it take for a credit card to be reissued and mailed to me\treplacement_card_duration\ncan credit card companies expedite delivery of reissued credit cards\treplacement_card_duration\ncan you call the help desk line for my credit card company\treplacement_card_duration\nhow can i request a new credit card\treplacement_card_duration\nwhat's the phone number for my credit card company\treplacement_card_duration\ni recently lost my credit card and need to know how long it takes to get a new one mailed to me\treplacement_card_duration\ni need to know the time it takes to get a new credit card sent to someone who lost theirs\treplacement_card_duration\ni lost my credit card recently  how long does take to get a new one in the mail\treplacement_card_duration\nwhat is amount of time it takes to get a new credit card i lost mine recently\treplacement_card_duration\nwhat is the time frame for sending a customer who lost their credit card a new one\treplacement_card_duration\nwill i get getting my new card anytime soon\treplacement_card_duration\nwhat is the shipping status of my replacement card\treplacement_card_duration\nhow long until i get my replacement card\treplacement_card_duration\nwhen is my new card expected to arrive\treplacement_card_duration\nis my replacement card due to arrive in the mail today\treplacement_card_duration\nhow long before my new card is mailed to me\treplacement_card_duration\nwhat is the shipping time for my card\treplacement_card_duration\nhow much time before my new card is mailed to me\treplacement_card_duration\nhow long does it take to get a new credit card\treplacement_card_duration\ntime to order and receive a new credit card\treplacement_card_duration\nwhen will i received a replacement card\treplacement_card_duration\ntime to replace my credit card\treplacement_card_duration\nhow long before the replacement card is mailed to me\treplacement_card_duration\nhow much longer before the card is mailed to me\treplacement_card_duration\nhow long will it takes to get a new credit card\treplacement_card_duration\nwhat is the shipping wait for my card\treplacement_card_duration\nwhen will the replaecment card arrive\treplacement_card_duration\nlet me know the wait on a replacement credit card\treplacement_card_duration\nlet me know when the replacement card will arrive\treplacement_card_duration\nhow soon can i expect a replacement card for my lost card to arrive\treplacement_card_duration\ni need you to tell me what time it is in new york now\ttime\nwhat time is it in adelaide, australia right now\ttime\nis it after noon\ttime\nis it six o clock yet\ttime\nplease give me the time in tanzania at this moment\ttime\ncan you tell me the current time in jamaica\ttime\ntell me the time in san francisco, please\ttime\nwhat time is it right now in adelaide, australia\ttime\nwhat time is it in the eastern timezone\ttime\nwhat time is it in the mountain timezone\ttime\nwhat time is it in the greenwich timezone\ttime\nwhat time is it in the central timezone\ttime\ntell me what the time is in dallas\ttime\nwhat is the current time in dallas\ttime\ncan you tell me what time it is in dallas\ttime\nwhat time is it in dallas\ttime\ntell time for another city: dallas\ttime\nwhat time is it right now at home\ttime\nwhat’s the time in new york\ttime\ntell me the time in california\ttime\ntell me the time in las vegas\ttime\nwhat is the time is central time zone\ttime\nwhat is the time in the usa\ttime\nwhat is the time in est\ttime\nwhats the exact time\ttime\nwhat is the current time\ttime\nwhat's the current time\ttime\nwhat time is it in california\ttime\nplease give me the time\ttime\nthe time is what\ttime\nhow is the status of my credit card application coming along\tapplication_status\nwhat exactly is the status of my application for the credit card\tapplication_status\ni need to know the status of my credit card application\tapplication_status\ni would like to know the status of my credit card application\tapplication_status\nlet me know if my application for american saving bank\tapplication_status\ncheck the status of my credit card application for me\tapplication_status\ni want to know if my credit card application has been processed\tapplication_status\ni want to know the status of my credit card application\tapplication_status\ncan you check if my credit card application has been processed\tapplication_status\ni want to know how is my credit card application going\tapplication_status\ncan you let me know the status of my discover credit card application status\tapplication_status\ncan you tell me the status of my credit card application\tapplication_status\nhas my application for american express gone through yet\tapplication_status\nlet me know about the status of my credit card application\tapplication_status\ncan you please tell me about the status of my credit card application\tapplication_status\ncan you please let me know the status of my capital one application\tapplication_status\nlet me know the credit card application status\tapplication_status\nhas my application for discover card gone through yet\tapplication_status\ncan you tell me the credit card application status\tapplication_status\nhas my application for the hsbc card been approved yet\tapplication_status\nplease tell me if my application for the hsbc card has gone through yet\tapplication_status\nhow far has my application for the hsbc card gone till now\tapplication_status\nwhat's the status on my application for the hsbc credit card\tapplication_status\nhow far has my application for the hsbc card proceeded till now\tapplication_status\ndid the application for my visa card finish\tapplication_status\nhas my mastercard application gone through the process\tapplication_status\nhas my mastercard application gone through yet\tapplication_status\nhas my application for my visa card gone through\tapplication_status\nhas my mastercard application been processed\tapplication_status\nwhen will i know if my visa card application was approved\tapplication_status\nwhat's the status of by delta flight\tflight_status\nwhat's the status of my virgin airlines flight\tflight_status\nwhat's the status of my jetblue flight\tflight_status\nwhat's the status of my southwest flight\tflight_status\nwhat's the status of my american airlines flight\tflight_status\nwhat's the news with my delta flight\tflight_status\nwhere is my delta flight\tflight_status\nwhat can you tell me about flight dl123\tflight_status\nwhere is flight dl123\tflight_status\nhas flight dl123 left\tflight_status\nis flight dl123 going to arrive on time\tflight_status\nis my spirit flight running on time\tflight_status\nwhat's the status for my delta flight this afternoon\tflight_status\ngive me the status on my united airlines flight\tflight_status\nwhat's up with my american airline flight will it be on time\tflight_status\ntell me what the status is for my aa flight\tflight_status\ni need for you to get me the status of my american airlines flight\tflight_status\ntell me the status of my american airlines flight\tflight_status\ni need to know the status of my american airlines flight\tflight_status\nwould you let me know the status of my american airlines flight\tflight_status\nlet me know the status of my american airlines flight\tflight_status\nhas flight dl123 landed\tflight_status\nis my flight, dl123 on time\tflight_status\nhow far out is flight dl123\tflight_status\nis flight dl123 delayed\tflight_status\nwhat time is boarding scheduled\tflight_status\nwhen is boarding scheduled\tflight_status\nwhat time is boarding for my flight\tflight_status\nwhen is boarding scheduled for my flight\tflight_status\nwhen is my flight scheduled to board\tflight_status\nflip a coin for me and i call heads\tflip_coin\ncan you flip a coin for me\tflip_coin\ngive me the results of a coin flip\tflip_coin\nplease flip a coin for me\tflip_coin\nplease flip a coin for me ai\tflip_coin\nflip a coin and tell me if it's heads\tflip_coin\nai, flip a coin for me\tflip_coin\nai, please flip a simulated coin\tflip_coin\nlet's flip a coin i choose heads\tflip_coin\ncan you please do a simulated coin flip for me ai\tflip_coin\nflip a coin i choose heads\tflip_coin\nflip a coin i'm calling heads\tflip_coin\ncan you do a coin flip for me ai\tflip_coin\ni want you to flip a coin i choose heads\tflip_coin\njust toss a coin\tflip_coin\njust flip a coin\tflip_coin\nthrow a coin in the air\tflip_coin\nflip a coin into the air\tflip_coin\nheads, coin flip\tflip_coin\nflip coin, heads!\tflip_coin\nflip a coin, i call heads!\tflip_coin\ncoin flip, choose heads\tflip_coin\nplease flip a coin, i choose heads!\tflip_coin\ncan you flip a coin i call heads\tflip_coin\nflip a coin, i'm heads\tflip_coin\nflip a coin, heads\tflip_coin\nflip us a coin, i call heads\tflip_coin\nflip a coin, you're tails and i'm heads\tflip_coin\ngive me a coin toss result\tflip_coin\nflip the coin, i choose heads\tflip_coin\nbob is my name now\tchange_user_name\nplease start calling me bob\tchange_user_name\nchange my name to bob\tchange_user_name\ncall me bob from now on\tchange_user_name\ndon't call me bill anymore - call me bob\tchange_user_name\ni want you to call me bailey\tchange_user_name\ndon't call me anything besides bailey\tchange_user_name\nrefer to me as bailey\tchange_user_name\n\"address me as \"\"bailey\"\tchange_user_name\nplease call me bailey\tchange_user_name\ncan you call me a different name\tchange_user_name\ncould you call me a different name\tchange_user_name\ncould you call me a different name, please\tchange_user_name\ncould you call me by a different name, please\tchange_user_name\ncan you call me a different name, please\tchange_user_name\nai, my name is deb please use my name when you talk to me\tchange_user_name\nai answer my questions with my name first which is deb\tchange_user_name\nai, refer to me as deb when answering me\tchange_user_name\nai, address me as deb when speaking to me\tchange_user_name\nai, call me deb\tchange_user_name\nchange my name please\tchange_user_name\nplease go ahead and change my name\tchange_user_name\nplease switch my name\tchange_user_name\nchange name for me\tchange_user_name\nmy name is going to be sherlock\tchange_user_name\nstart calling me jake from now on\tchange_user_name\ncall me shane\tchange_user_name\ni want you to call me sheldon\tchange_user_name\ni want to be called timothy\tchange_user_name\ncall me mike from now on\tchange_user_name\nwhere are you coming from\twhere_are_you_from\nfrom where do you come\twhere_are_you_from\nwhat place are you from\twhere_are_you_from\nwhere are you from originally\twhere_are_you_from\nso, where do you come from\twhere_are_you_from\nso where do you come from originally\twhere_are_you_from\nwhere do you call home\twhere_are_you_from\nwhat's your home country\twhere_are_you_from\nwhere did you live before you moved here\twhere_are_you_from\nare you from here or somewhere else originally\twhere_are_you_from\ntell me where you're from\twhere_are_you_from\nwhat area did you come from\twhere_are_you_from\nwhat is your origin\twhere_are_you_from\nwhere was it you were born\twhere_are_you_from\nthe place you were born is\twhere_are_you_from\nwhat location were you born\twhere_are_you_from\nwhere were you put together\twhere_are_you_from\nwhere is your home planet\twhere_are_you_from\nwhere is your home town\twhere_are_you_from\nwhere were you thought of\twhere_are_you_from\nwhere do you originate from\twhere_are_you_from\nwhere have you come from\twhere_are_you_from\nwhere were you before\twhere_are_you_from\nwhere were you processed\twhere_are_you_from\na hidden government facility\twhere_are_you_from\nwhat region were you born\twhere_are_you_from\nfrom where did you originate\twhere_are_you_from\nare you from around here\twhere_are_you_from\nin what place are you originally from\twhere_are_you_from\nwhere did you grow up\twhere_are_you_from\ntack on a gallon of milk to the grocery list\tshopping_list_update\nadd laundry detergent to the list\tshopping_list_update\nmake sure to put eggs on the grocery list\tshopping_list_update\nthe list should also have 2 loaves of bread\tshopping_list_update\ninclude asparagus on the list\tshopping_list_update\nremove milk and add eggs to my shopping list\tshopping_list_update\nput milk on my shopping list\tshopping_list_update\ni'd like to add pancake mix to my shopping list if it's not already there\tshopping_list_update\nif soda isn't on my shopping list, go ahead and add it for me\tshopping_list_update\nadd milk to my shopping list\tshopping_list_update\ntake toilet paper off my shopping list\tshopping_list_update\ni need to add flour to my list for shopping if i haven't already\tshopping_list_update\ntake toilet paper off my shopping list and add paper towels\tshopping_list_update\ni need hot dogs added to my shopping list please\tshopping_list_update\nplease put chips on my shopping list\tshopping_list_update\nis milk in my shopping list if not, add it\tshopping_list_update\ncan you add eggs to my shopping list\tshopping_list_update\nadd eggs to my shopping list if it's not already there\tshopping_list_update\ni'd like to get soda while i'm out; add it to my shopping list\tshopping_list_update\non my shopping list, remove eggs\tshopping_list_update\ni need eggs; add them to my shopping list\tshopping_list_update\ntake soda from my shopping list, and while you're at it add tea\tshopping_list_update\nmilk should be added to my shopping list\tshopping_list_update\ni don't need eggs anymore, but i do need milk\tshopping_list_update\ntake paper towels off of my shopping list\tshopping_list_update\ni need milk on my shopping list\tshopping_list_update\ni don't need toilet paper anymore; take it off my shopping list\tshopping_list_update\nthrow eggs on my shopping list, please\tshopping_list_update\ni need water on my shopping list and beer off of it\tshopping_list_update\ni need bananas on the list too\tshopping_list_update\ncan you tell me what you can help with\twhat_can_i_ask_you\nwhat things are you able to help me with\twhat_can_i_ask_you\ni would like to know what you can help with\twhat_can_i_ask_you\nwhat kind of things can you help with\twhat_can_i_ask_you\ni want to know what type of things you can help me with\twhat_can_i_ask_you\nplease help me to know what type of things you can help me with\twhat_can_i_ask_you\ncan i know what type of things you can help me with\twhat_can_i_ask_you\ni would like to know what type of things you can help me with\twhat_can_i_ask_you\ni will be glad to know what type of things you can help me with\twhat_can_i_ask_you\nwhat subjects do you like\twhat_can_i_ask_you\ntell me what subjects you like\twhat_can_i_ask_you\nplease tell me what subjects you like\twhat_can_i_ask_you\nso what subjects do you like\twhat_can_i_ask_you\nwhat type of questions can i ask you\twhat_can_i_ask_you\nwhat kinds of things are you familiar with\twhat_can_i_ask_you\nwhat subjects are you experienced in\twhat_can_i_ask_you\nwhat knowledge do you have on certain subjects\twhat_can_i_ask_you\nwhat kid of subjects do you excel in\twhat_can_i_ask_you\nwhat subjects or areas are you familiar with\twhat_can_i_ask_you\nwhich subjects are you the most experienced with\twhat_can_i_ask_you\ntell me what you can do for me\twhat_can_i_ask_you\nwhat sorts of tasks can you do\twhat_can_i_ask_you\nwhat can you do for me\twhat_can_i_ask_you\nwhat can you do to make yourself useful\twhat_can_i_ask_you\nwhat would you be able to do with me\twhat_can_i_ask_you\ngive me examples of what to ask you\twhat_can_i_ask_you\ntell me what types of questions i can ask you\twhat_can_i_ask_you\nwhat are you programmed to do for me\twhat_can_i_ask_you\nwhat things do you know how to do\twhat_can_i_ask_you\nhow can you help me\twhat_can_i_ask_you\nundecided\tmaybe\ni'm afraid i don't know how to answer that\tmaybe\nmight\tmaybe\nit might go either way\tmaybe\nboth could be\tmaybe\neither or\tmaybe\nmy answer would be maybe\tmaybe\neither one might be\tmaybe\ni can't say for certain either way\tmaybe\nit could go either way\tmaybe\nit's definitely a maybe for that\tmaybe\ni am not sure\tmaybe\nmaybe it is\tmaybe\ni can't say\tmaybe\ncould be\tmaybe\ni am unable to say\tmaybe\ni am not able to say\tmaybe\ni am really not sure\tmaybe\ni do not know\tmaybe\nnot sure\tmaybe\nnot sure to be honest\tmaybe\ni think maybe\tmaybe\num, i'm not quite sure\tmaybe\num, i'm not totally sure\tmaybe\num, i'm not actually sure\tmaybe\ni'm not actually sure\tmaybe\num, i'm not sure\tmaybe\nthat might be the case\tmaybe\ni'm not completely certain\tmaybe\nunsure\tmaybe\nhelp me change my oil\toil_change_how\nwhat oil should i use for an oil change and how do i do it\toil_change_how\nhow do i do an oil change\toil_change_how\ndiy oil change\toil_change_how\nhow to do an oil change\toil_change_how\ngive me instructions for an oil change\toil_change_how\ndiy oil change and oil type\toil_change_how\noil type and do it yourself oil change information please\toil_change_how\ni want to know how to change my oil\toil_change_how\ncan you tell me how to change my oil and what kind i use\toil_change_how\nhow to change oil and what oil type\toil_change_how\ncan you please instruct me on the proper way to change the oil in my car\toil_change_how\ni need guidance on changing my oil\toil_change_how\ni want a step by step explanation of how to change the oil in my car\toil_change_how\ncan you teach me how to change my oil\toil_change_how\ncan you teach me how to change my oil in my car\toil_change_how\nhelp me figure out how to change my oil\toil_change_how\nwalk me through the steps involved in changing my oil\toil_change_how\ngive me step by step instructions for changing my oil\toil_change_how\ni want to change the oil in my car but i do not know how to do it can you help\toil_change_how\nput together a list of instructions for me on how to change the oil in my car\toil_change_how\nis it possible to change oil, if so how and what do i use\toil_change_how\nwhat oil do i use when changing oil and how do i do it\toil_change_how\nhow would i replace my oil and what sort of oil should i use\toil_change_how\ncan you change the oil, with what and how\toil_change_how\nhow could i replace my oil and what form of oil ought to i take advantage of\toil_change_how\ncan you tell me how to change my oil please\toil_change_how\nhow do i change my oil\toil_change_how\nplease let me know how to change the oil\toil_change_how\ni need to know how to change oil in a car\toil_change_how\ni'd like to make a reservation at rooth chris, can you do that\trestaurant_reservation\nmake a reservation for chik-fil-a at 3 o' clock please\trestaurant_reservation\nreserve a table for 3 at 7 for olive garden\trestaurant_reservation\nwill you reserve a table at olive garden for 3 people at 7\trestaurant_reservation\nat 7, i need a table for 3 at olive garden\trestaurant_reservation\ni need a table for 3 at olive garden for 7\trestaurant_reservation\nget a table for me at 7 for 3 people at olive garden\trestaurant_reservation\nreserve table for 5 at red robin under the name sara at 3\trestaurant_reservation\nreverse a table for 5 at burger king under the name sara at 6\trestaurant_reservation\ncan you reserve a table for 6 at red robin under the name mavrick at 5 clock\trestaurant_reservation\ncould you reserve table for 3 at carlos jr under the name adam at 4\trestaurant_reservation\ni want to reserve table for 5 at red robin under the name sara at 5\trestaurant_reservation\ni need a table for two at the havana at nine\trestaurant_reservation\nlook for me a table at carl's cabin for twelve at eight\trestaurant_reservation\ni need a table at gemma for nine at two\trestaurant_reservation\nbook me a table for three at rainforest cafe at seven\trestaurant_reservation\nget me a table for five at itta bena at three\trestaurant_reservation\n5 people are going to be at tropicana by 8pm, reserve the table under martins name please\trestaurant_reservation\nuse martins name to reserve a table at tropicana for 5 people at 8pm\trestaurant_reservation\nreserve a table at tropicana for 5 people under the name martins for 8pm\trestaurant_reservation\nmartins needs a table for 5 people at tropicana at 8pm precisely\trestaurant_reservation\nthe table should be reserved at 8pm at tropicana using martins name and it should be for 5 people\trestaurant_reservation\nare there any open reservations at outback tonight\trestaurant_reservation\nmake a reservation for 2 tonight at 7:00 at outback steakhouse\trestaurant_reservation\nmichael will reserve a table for two at 7:00pm for olive garden\trestaurant_reservation\na table for two needs to be reserved for 7:00pm at olive garden using the name michael\trestaurant_reservation\nplease reserve a table for two at olive garden at 7:00pm for michael\trestaurant_reservation\nget reservations at olive garden for two at 7:00pm under michael\trestaurant_reservation\nreservations for two need to be made using michael's name for 7:00pm at olive garden\trestaurant_reservation\ni want to eat at seven in the restaurant for two people\trestaurant_reservation\nwhat are my coffers at\tbalance\ntell me the current balance of my bank accounts\tbalance\nwhat's my current bank account total\tbalance\nhow much do i have in my bank accounts\tbalance\nwhat's the balance in my bank accounts\tbalance\nwhat do i have in my bank accounts right now\tbalance\nis there enough in my wells fargo account to buy some nike's\tbalance\ndo i have enough in my wells fargo account to get some nike's\tbalance\ndo i have money in my wells fargo account for nike's\tbalance\ni want some nike's, is there enough in my wells fargo account\tbalance\ncheck my wells fargo account to see if i have enough for these nike's\tbalance\nwould you tell me my bank balance\tbalance\ncan you tell me my bank balance\tbalance\nwill you let me know my bank balance\tbalance\nwill you tell me my bank balance\tbalance\nhow much money is there in my bank accounts\tbalance\nhow much money do i have in my various bank accounts\tbalance\nhow much cash do i have in my various bank accounts\tbalance\nhow much cash do i have in my bank accounts\tbalance\nhow much dough do i have in my bank accounts\tbalance\nwhats the combined total of the money inside my bank accounts\tbalance\nwhats my bank accounts look like\tbalance\nhow much moola is in my bank accounts\tbalance\nwhat the numerical number inside my bank accounts\tbalance\nhow much does my bank account have\tbalance\ntell me the current account balance\tbalance\ncheck my checking balance\tbalance\nhow much do i have left in my checking account\tbalance\nwhat's my checking look like\tbalance\nhow much do i have in my savings account\tbalance\nconfirm my reservation for march 12 at 9:00 am\tconfirm_reservation\nplease confirm that i have a reservation for march 1st at 7\tconfirm_reservation\ncan you confirm that i have a reservation for february 21 at 6 o'clock\tconfirm_reservation\nverify my reservation for smith and wollensky at 6:45\tconfirm_reservation\nplease confirm my reservation for bar les freres at 7\tconfirm_reservation\ntell me whether or not i have a reservation at gramercy tavern for tad\tconfirm_reservation\ncan you confirm that i have a reservation for 2/20 at 6:00 pm\tconfirm_reservation\nplease tell me if i still have a reservation at acero for susie\tconfirm_reservation\nplease confirm my reservation at brio for theodore\tconfirm_reservation\nconfirm my reservation for acero at 7\tconfirm_reservation\nplease confirm that i have a reservation for 2/20 at 6:00 pm\tconfirm_reservation\nconfirm that there is a reservation at bellagio for thomas\tconfirm_reservation\ncan you confirm the reservation at fleming's for jane\tconfirm_reservation\nare there reservation for joe and will\tconfirm_reservation\nplease verify my reservation for john at bardenay\tconfirm_reservation\nwill you call and check on my reservation for john at bardenay\tconfirm_reservation\nis my reservation set for john at bardenay\tconfirm_reservation\ndo we know if my reservation for john at bardenay was accepted\tconfirm_reservation\nhas my reservation for john at bardenay been confirmed\tconfirm_reservation\n\"let's try and confirm my reservation for bubble bar under \"\"franklin\"\tconfirm_reservation\ni need to confirm my reservation for red lobster for frank\tconfirm_reservation\nfind my reservation for steve at crucere's and confirm it, please\tconfirm_reservation\nconfirm the john reservation at applebee's\tconfirm_reservation\ni'd like to confirm the josh reservation at moe's\tconfirm_reservation\ni have a reservation for strip house for jennifer that i'd like to confirm\tconfirm_reservation\nplease try to confirm my reservation for jim at barney's\tconfirm_reservation\nconfirm my reservation for joe at hoss's\tconfirm_reservation\ni need to confirm the reservation for frank at chili's\tconfirm_reservation\ni'll be confirming my reservation for joseph at red lobster\tconfirm_reservation\nis there a reservation for mark at mimis\tconfirm_reservation\ncan you freeze my bank account\tfreeze_account\ni want to freeze my bank account\tfreeze_account\ni want my account locked out\tfreeze_account\nstop all access to my account\tfreeze_account\ni need my account frozen!\tfreeze_account\ni need to lock my account right now!\tfreeze_account\nplease force my account to freeze\tfreeze_account\nplease stop my account\tfreeze_account\nplease allow my account to freeze\tfreeze_account\nplease put my account on hold\tfreeze_account\nfreeze my account at the bank immediately\tfreeze_account\nwould you be able to freeze my bank account\tfreeze_account\nmy account at the bank needs to be frozen\tfreeze_account\nplease block my discover account immediately\tfreeze_account\nplease put a block on my citi account immediately\tfreeze_account\nblock my american saving bank for now\tfreeze_account\nblock my bank of america immdediately\tfreeze_account\nput a block on bank of amerian immediately\tfreeze_account\nmy account needs to be frozen\tfreeze_account\nfreeze my account for me\tfreeze_account\nput a freeze on my account\tfreeze_account\ncould you please put a stop on my bank account\tfreeze_account\ni need to put a stop on my bank account\tfreeze_account\nare you able to put a stop on my bank account\tfreeze_account\nplease put a stop on my bank account\tfreeze_account\ni am hoping you can put a stop on my bank account\tfreeze_account\nplease put a freeze on my banking account\tfreeze_account\ni need my bank account frozen\tfreeze_account\nhow do i freeze my bank account\tfreeze_account\nwould you freeze my bank account\tfreeze_account\ni heard i can transfer my 401k, but don't know how, do you\trollover_401k\ni need some help with transferring my 401k, can you help\trollover_401k\ncan you tell me how to transfer my 401k\trollover_401k\ni want to transfer my 401k\trollover_401k\ni wanna transfer my 401k\trollover_401k\ni have to rollover my 401k\trollover_401k\ni must rollover my 401k\trollover_401k\ni want help to transfer my 401k\trollover_401k\nhelp me to transfer my 401k\trollover_401k\ni will rollover my 401k\trollover_401k\ni need help to transfer my 401k\trollover_401k\ni want to rollover my 401k\trollover_401k\nhow do i transfer my 401k to a new firm\trollover_401k\nhow do i roll over my 401k\trollover_401k\ncan i move my 401k to an ira\trollover_401k\nhow do i do a 401(k) rollover\trollover_401k\ncan 401ks be moved\trollover_401k\ncan i transfer my 401k somewhere\trollover_401k\nhow do i switch 401k companies\trollover_401k\ntell me how to roll over my 401k\trollover_401k\nhow can i transfer my 401k\trollover_401k\nwhat are the steps to rollover my 401k\trollover_401k\nmy 401k, can i roll it over\trollover_401k\ni want to rollover my 401k , can i\trollover_401k\nhelp me rollover my 401k\trollover_401k\ndo you know the process to rollover my 401k\trollover_401k\ntell me how to rollover my 401k\trollover_401k\nmy 401k needs to rollover and i need your help\trollover_401k\nlet me know how to rollover my 401k\trollover_401k\nwhat do i have to do to transfer my 401k\trollover_401k\nwhat company made this ai\twho_made_you\nwhat is the name of the person who made you\twho_made_you\nwho is the person that brought you to life\twho_made_you\nwho is the one that made you\twho_made_you\nwho is your maker\twho_made_you\nwhich company made you\twho_made_you\nwho assembled you\twho_made_you\ni wanna know who programmed you\twho_made_you\nlet me know who programmed you\twho_made_you\nwho made you\twho_made_you\ni wanna know your maker\twho_made_you\nwho was your maker\twho_made_you\nwho is the one who programmed you\twho_made_you\ni must know who programmed you\twho_made_you\ntell me who your maker was\twho_made_you\nwhat was the company that designed you\twho_made_you\ndo you know what company were you designed by\twho_made_you\nlet me know which company were you designed by\twho_made_you\nwhat company were you designed by\twho_made_you\ncan you let me know what company were you designed by\twho_made_you\nwhich company were you designed by\twho_made_you\ntell me who made you please\twho_made_you\ncan you tell me who made you\twho_made_you\nwhats the name of the person who made you\twho_made_you\nwhat company did the design for this\twho_made_you\nwhat company did this design\twho_made_you\nwhat company is responsible for this design\twho_made_you\nwhat company designed this\twho_made_you\nfor this design, what company did it\twho_made_you\nname the person or group that programmed you\twho_made_you\nwhich way do we go and how long will it take to get to the sears tower in chicago\tdistance\nso, does it take long to get to dodger stadium in anaheim\tdistance\nhow many minutes will it take to get to the empire state building in manhattan\tdistance\nwhat's the mileage to get the the taj mahal in atlantic city\tdistance\ndoes it take long to get to yankee stadium in the bronx\tdistance\nhow much time is left until we get there\tdistance\nwhat's the time to destination going via bus to omaha\tdistance\nhow far from our destination are we\tdistance\nhow many minutes am i from texaco\tdistance\nhow long will i be on the bus if i rid it to seattle\tdistance\nis it going to be much longer until i reach the bank\tdistance\nam i close to arriving at the post office\tdistance\nwhat's the estimated travel time to get to dc via bus\tdistance\nwhen will i arrive at hy-vee\tdistance\nhow long does it take to get to el paso on a bus\tdistance\nhow long will it take me to get to walmart\tdistance\nwhat's the average time to boston when riding a bus\tdistance\nwhen will the bus get me to vermont\tdistance\nhow long will i be on the bus to new orleans\tdistance\nhow long is a bus ride to staples\tdistance\nhow long does it take to get downtown by bus\tdistance\nwhat time will i get to the beach taking the bus\tdistance\nhow far am i from orlando\tdistance\ngive me an eta on when i will arrive at my destination\tdistance\ntell me how much longer i will have to drive to reach the destination\tdistance\nwhen will i get to orlando\tdistance\nhow much farther is orlando from my location\tdistance\ndo i have a ways to go or am i close to getting to penn station\tdistance\nplease give me the approximate amount of time i will need to go from jfk international airport to penn station\tdistance\ncan you tell me about what time i should be arriving at the airport\tdistance\nhow do you refer to me\tuser_name\ncall my name\tuser_name\nwhat do i go by\tuser_name\nsay my name\tuser_name\nwhat do you think my name is\tuser_name\nwhat do you think i'm called\tuser_name\nwhat do you have for my name\tuser_name\nhow do you address my name\tuser_name\nwhat's your designation\tuser_name\nwhat do you call me\tuser_name\ni want to hear my name\tuser_name\nmy name\tuser_name\nwhat's my name\tuser_name\nwhat's my name on file\tuser_name\nwhat name do you have for me\tuser_name\nwhat did i tell you to call me\tuser_name\nplease tell me the name that you have for me\tuser_name\ni need to know the name that you have for me\tuser_name\ncan you tell me what name you have for me\tuser_name\ntell me what name you have for me\tuser_name\ni would like to know the name you have for me\tuser_name\nwhat is the name you have for me\tuser_name\ncould you tell me my name\tuser_name\ndo you have a name for me\tuser_name\ncan you tell me my name for me\tuser_name\nwhat's the name you use for me\tuser_name\nyou call me what\tuser_name\nwhat do you know me by\tuser_name\nyou know me by what right now\tuser_name\nwhat's the way you refer to me\tuser_name\nwhat's the timezone for britain\ttimezone\ni need the time zone for la\ttimezone\ni would like to know the timezone for britain\ttimezone\ni need la's time zone\ttimezone\ni need to know britain's timezone\ttimezone\nwhat timezone is britain in\ttimezone\ncan you tell me britain's timezone\ttimezone\nwhat is the la's time zone\ttimezone\ncan you tell me the time zone for la\ttimezone\nwhat is texas's timezone\ttimezone\ntell me the timezone for california\ttimezone\nwhat timezone would missouri be in\ttimezone\nwhat timezone do they use in arizona\ttimezone\nis new york in mountain timezone\ttimezone\nwhat is the timezone for la\ttimezone\nwhat is the timezone for new york\ttimezone\nwhat is the timezone for san francisco\ttimezone\nwhat is the timezone for paris\ttimezone\nwhat is the timezone for houston\ttimezone\ndenver's timezone is what\ttimezone\ndoes denver reside in the eastern timezones\ttimezone\nwhich timezone is denver located\ttimezone\ndenver's timezone is a mystery, i wonder where its located\ttimezone\nin which time zone does denver reside\ttimezone\nwhat's the timezone in valencia\ttimezone\nwhat's the timezone now in hiram\ttimezone\ntimezone in salt lake city\ttimezone\ntimezone currently in mobile\ttimezone\nwhat time is it in phoenix\ttimezone\ncan you give me the timezone for the country\ttimezone\ni don't like this song, can skip it\tnext_song\ncan we move onto the next song\tnext_song\nskip this song, please\tnext_song\ncan you swipe to the next song\tnext_song\nnext song, please!\tnext_song\nstart the next song\tnext_song\ngo to the next song and play it\tnext_song\nmove forward one song\tnext_song\nplay the next one\tnext_song\nskip to next track\tnext_song\nskip ahead one song\tnext_song\ngo to upcoming song\tnext_song\nplay the next song please\tnext_song\ni dont want to listen to this song\tnext_song\ncould you hit next\tnext_song\ncan you go to the next song\tnext_song\nlet's go to the next song please\tnext_song\nmaybe we can go to the next song\tnext_song\nmay i suggest we go to the next song\tnext_song\nplease can we go to the next song\tnext_song\nmight we go to the next song\tnext_song\nnext track\tnext_song\nskip to the next track\tnext_song\nskip this track\tnext_song\nplay next song\tnext_song\nnext song\tnext_song\nchange this song please\tnext_song\ni want you to play the next song\tnext_song\nplay the next song please if you would\tnext_song\nplease play the next track\tnext_song\ni need to know all my spending transactions\ttransactions\nwhen did i last make a purchase\ttransactions\nhow much did i spend on my most recent transaction\ttransactions\nshow me my ten most recent transactions on account xyz\ttransactions\ni want to see all transactions in the past month for all accounts\ttransactions\nshow me my recent transactions from account xyz\ttransactions\nopen bank app and show my most recent transactions\ttransactions\nare you able to find my recent transactions for me\ttransactions\ni made a transaction recently\ttransactions\nwhat was my recent transaction\ttransactions\ni want to know what my recent transaction was\ttransactions\ni need information about my recent transaction\ttransactions\nstate recent transaction\ttransactions\nis my visa bill over my limit this month\ttransactions\nwhat have i spent things on\ttransactions\nshow my transactions\ttransactions\nwhat were my last 10 charges on my credit card\ttransactions\nshow what i have spent things on\ttransactions\nhow much have i spent on my debit card this month\ttransactions\nhow much have i spent on my bank card sine i last paid my bill\ttransactions\nhow much was my last target trip\ttransactions\ncan you verify my recent visa card transaction\ttransactions\nwhat was my recent transaction on my visa card\ttransactions\nwhat is the last transaction on my visa card\ttransactions\nshow my my most recent visa card transaction\ttransactions\nplease review my recent visa card transaction\ttransactions\nhow many transactions do i have on flower shops from last wednesday between 2pm and 7pm\ttransactions\nwhat transactions did i make on electronics this morning after 6am\ttransactions\nwhat is the largest transaction i have made on video games this month\ttransactions\nwhat transactions do i have on groceries from yesterday\ttransactions\nplease give me the name of a few good options for places to eat dinner tonight\trestaurant_suggestion\ni need some suggestions for dinner places tonight\trestaurant_suggestion\nwhat are some good places to go out for dinner in my area tonight\trestaurant_suggestion\nshow me some restaurants that have high reviews for eating out\trestaurant_suggestion\ncan you search recommended casual restaurants for tonight in philadelphia\trestaurant_suggestion\nwhere can i go to eat\trestaurant_suggestion\nwhere can i get some good food\trestaurant_suggestion\nin cleveland, are there any good places that serve clams\trestaurant_suggestion\ndoes cleveland have any good places that serve clams\trestaurant_suggestion\ncan you find any good places in cleveland that serve clams\trestaurant_suggestion\nare there good clam places in cleveland\trestaurant_suggestion\nare there any good places in cleveland that serve clams\trestaurant_suggestion\ncould you suggest a french restaurant, please\trestaurant_suggestion\ncan you suggest a french restaurant\trestaurant_suggestion\ncan you suggest a thai restaurant\trestaurant_suggestion\ncan you suggest a french restaurant, please\trestaurant_suggestion\ncan you suggest a thai restaurant, please\trestaurant_suggestion\nare there are any good places in washington that serve cheese pizza\trestaurant_suggestion\nwhat's the food can easily get in canada\trestaurant_suggestion\nwhat are the best places to get shrimp in chicago\trestaurant_suggestion\nwhat are the best restaurants open tonight\trestaurant_suggestion\ni need a list of good places to eat near me\trestaurant_suggestion\npull up some recommendations for places serving fish in maine\trestaurant_suggestion\nwhere should i go for food tonight\trestaurant_suggestion\nwhere should i eat\trestaurant_suggestion\nany fantastic restaurants to get shrimp at in atlanta\trestaurant_suggestion\ngive me a list of places that serve the best wings in charlotte\trestaurant_suggestion\ni need reviews for places serving tacos in chicago\trestaurant_suggestion\ngive me restaurant reccomendations\trestaurant_suggestion\nwhere can i satisfy my craving for french food in milwaukee\trestaurant_suggestion\nx card has earned how many points\trewards_balance\ncan you give me a points update on my rewards plus card\trewards_balance\ncan you pull up how many points i've earned with travel card\trewards_balance\nwhat is the updated points that i earned with synovus card\trewards_balance\nhow many points do i have on my six flags rewards card\trewards_balance\ni would like to check my rewards for my credit card\trewards_balance\ni need to check my rewards for my credit card\trewards_balance\ni wanna know how many points have i earned with my credit card\trewards_balance\ni would like to know my debit card's rewards balance\trewards_balance\ni would like to know how many points have i earned with my credit card\trewards_balance\ni need to know my credit card's rewards balance\trewards_balance\ni wanna know my credit card's rewards balance\trewards_balance\ni really need to check my rewards for my credit card\trewards_balance\ni would like to check my rewards for my debit card\trewards_balance\ni wish to know my debit card's rewards balance\trewards_balance\ni wanna check my rewards for my credit card\trewards_balance\ntell me my debit card's rewards balance\trewards_balance\ni need to understand how many points have i earned with my credit card\trewards_balance\ni must know how many points have i earned with my credit card\trewards_balance\ni gotta know how many points i have gotten with my debit card\trewards_balance\nhow many points earned do i have with my american express card\trewards_balance\nhow many points have i earned with my paypal credit card so far\trewards_balance\ni have points on my capital one card and i'd like to know how many i've earned\trewards_balance\nhave i earned points with my venture card, and how many\trewards_balance\nwhat do my visa points look like\trewards_balance\nhow many points do i have on my visa\trewards_balance\ntell me the number of points on my visa card\trewards_balance\ngive me the point total on my visa card\trewards_balance\nwhat points have i earned on my visa\trewards_balance\nhow many rewards points do i have on my rewards points i have on my mastercard\trewards_balance\ni have a car payment that needs to be paid\tpay_bill\ni need to put in a payment towards my phone bill\tpay_bill\nhelp me get my gas bill paid\tpay_bill\npay my con edison bill using my capital one account\tpay_bill\nuse my navy federal account and pay this month's verizon bill, please\tpay_bill\nplease pay my sprint bill using my bank of america checking account\tpay_bill\ni need some assistance paying my utilities bill\tpay_bill\ni need a hand getting this gas bill paid\tpay_bill\ncan you help me pay my electricity bill\tpay_bill\ni have to pay my water bill but need help doing it\tpay_bill\ni am going to need help paying my rent bill\tpay_bill\ni want to pay my bill\tpay_bill\ncan you help me pay my bill\tpay_bill\ni want to pay my bill through the app\tpay_bill\npay my electric bill for me\tpay_bill\npull up my electric bill, i want to pay it\tpay_bill\nhow do i pay my electric bill\tpay_bill\ni want to pay my electric bill, can you do it for me\tpay_bill\npay my light bill\tpay_bill\npay my utility bill from my bank account\tpay_bill\ncharge my internet bill to the corporate account\tpay_bill\npay my gas bill with my checking account\tpay_bill\ni need to pay my electric bill\tpay_bill\ni know i should pay my electric bill\tpay_bill\ntoday my electric bill will be paid, or should be\tpay_bill\ntoday is the day i should pay my electric bill\tpay_bill\nmy electric bill should be paid today\tpay_bill\ni need to pay my visa\tpay_bill\npay $175 on my visa\tpay_bill\ni'd like to pay $4735 to my water bill\tpay_bill\nwhat's the total i've spent on shoes this month\tspending_history\nhow many dollars have i spent on coffee this month\tspending_history\nwhat have i spent on food this month\tspending_history\nhow much have i spent on tires this month\tspending_history\nhow much have i been spending on booze this month\tspending_history\nwhat have i spent on fast food recently\tspending_history\nhow much total have i spent on fast food lately\tspending_history\nhow much fast food have i bought recently\tspending_history\ncheck how much i spent this week\tspending_history\nhow much money have i spent on fast food lately\tspending_history\nhow much money have a spent in the last week\tspending_history\nhow much money did i spend this weekend\tspending_history\ntell me how much money i've spent on fast food in the past week\tspending_history\nwhat is the total amount i spent last week\tspending_history\nwhat've i spent on gas this month\tspending_history\nhave i gone over my entertainment budget\tspending_history\nwould you say i've spent too much money on chips as of late\tspending_history\nlooking at this week only, have i overspent on hoagies\tspending_history\ndo i overspend when it comes to fast food\tspending_history\nlooking at the past month, what did i spend total\tspending_history\nhave i gone over my chocolate budget lately\tspending_history\nhow much have i spent this week\tspending_history\nabout how much did i spend recently\tspending_history\ntell me how much i have been buying as of late\tspending_history\nwhat did i spend on beer last month\tspending_history\ndid i stick to my dinner budget\tspending_history\nhow much have i spent on video games recently\tspending_history\ndo i spend too much on beer\tspending_history\nwhat are my finances like lately\tspending_history\nhow much money have i spent recently\tspending_history\ndid my vacation get approval\tpto_request_status\ndo you know if vacation got approved\tpto_request_status\ndoes my vacation have approval\tpto_request_status\ncan you let me know if my vacation was approved\tpto_request_status\nany news on my vacation\tpto_request_status\ntell me if my vacation was approved yet\tpto_request_status\nwas there any progress on my vacation request\tpto_request_status\nis my vacation approved\tpto_request_status\nis my request going to be approved for vacation\tpto_request_status\nis vacation a go\tpto_request_status\nwill i get my time off approved\tpto_request_status\nhow is my vacation looking\tpto_request_status\ndid the manager approve my vacation yet\tpto_request_status\nany new info on my vacation\tpto_request_status\nany update on my vacation\tpto_request_status\nis there a status update on my vacation approval\tpto_request_status\ncan you notify me when my vacation days have approved\tpto_request_status\nwhen will my vacation time be confirmed\tpto_request_status\nwhen will i hear back about my days off\tpto_request_status\nam i okay to take those vacation days\tpto_request_status\nhas my vacation time been approved\tpto_request_status\nwhat is the day off request status as of now\tpto_request_status\nwhat is the day off request status please\tpto_request_status\nwhat is the day off request status if you would tell me\tpto_request_status\nwhat is the day off request status\tpto_request_status\nwhat is the day off request status if you could tell me\tpto_request_status\ni need to know status of my day off request\tpto_request_status\ni want to know the status of my vacation request\tpto_request_status\ntell me status of my day off request\tpto_request_status\nplease let me know the status of my vacation request\tpto_request_status\ni would like to know my credit score\tcredit_score\ntell me what my credit score is\tcredit_score\ncan you find what my credit score is\tcredit_score\nhow is my credit score numberwise\tcredit_score\nwhat credit score number do i have\tcredit_score\nwhat is my credit score number\tcredit_score\nhow much is my credit score\tcredit_score\nwhat number is my credit score currently\tcredit_score\nis my credit score over 700 yet\tcredit_score\nplease give me my current credit score\tcredit_score\ni'm trying to raise my credit score can you tell me what it is now\tcredit_score\ni need to know what my credit score is\tcredit_score\ncould you tell me what my credit score is\tcredit_score\ngive me my credit score please\tcredit_score\ncould you share my credit score\tcredit_score\nhow's my credit score\tcredit_score\ni was wondering what my credit score is\tcredit_score\nwhere do i go for my credit score\tcredit_score\ni need to find my credit score\tcredit_score\nhow can i locate my credit score\tcredit_score\nwhat is my credit rating\tcredit_score\ni want to know my credit rating\tcredit_score\nmy credit rating is what\tcredit_score\ntell me my credit raing\tcredit_score\ngive me my credit rating\tcredit_score\nplease tell me what my credit score is\tcredit_score\ni'd like you to check on my credit score\tcredit_score\nlet me know what my credit score is today\tcredit_score\ncan you check my credit score\tcredit_score\ncan you check my credit score for me\tcredit_score\ni would like to get a new credt card\tnew_card\ni would love to get a new credit card\tnew_card\ndo you have any information on how to open a new credit card\tnew_card\ntell me how to apply for a new credit card\tnew_card\ntell me how to apply for a credit card\tnew_card\ni want to know how to go about getting a new credit card\tnew_card\nplease tell me how to get a new credit card\tnew_card\nam i eligible for a new credit card\tnew_card\ni need to get a new credit card application\tnew_card\nwhat's the best way to get a mastercard\tnew_card\nis this where i apply for a new credit card\tnew_card\nhow do i apply do get myself a visa\tnew_card\ncan you complete an application for a new credit card for me\tnew_card\ni need to get a mastercard somehow\tnew_card\nhow can i get a visa card\tnew_card\ncan i apply here for a new card\tnew_card\ndoes bank of america give credit cards to people like me\tnew_card\nwhat do i do to get a visa card\tnew_card\nis it possible for me to get a better credit card\tnew_card\nhow do i submit an application for a discover card\tnew_card\nhow do i apply for american express\tnew_card\nfind out if there's a new credit card that suits me\tnew_card\nhow do i apply for a new credit card\tnew_card\nwhat's it take to get a mastercard\tnew_card\ncan i apply for a visa card\tnew_card\nhow do i apply for a visa card\tnew_card\ni wish to apply for a visa card\tnew_card\nhelp me apply for a visa card\tnew_card\nis there a list of good credit cards i can choose from to apply for\tnew_card\nhow can i find a new credit card to apply to\tnew_card\nis my luggage lost\tlost_luggage\nwhy is my luggage not here\tlost_luggage\nwhat happened to my luggage\tlost_luggage\ni need help finding my luggage\tlost_luggage\nwhat steps should i take if my luggage has been lost\tlost_luggage\ni seem to have lost my luggage! what are my options now\tlost_luggage\nwhat would be the best way to deal with lost luggage\tlost_luggage\nit appears that my luggage has been lost\tlost_luggage\ni'm afraid my luggage has gone missing\tlost_luggage\ni am a bit panicked because my luggage seems to have gone missing\tlost_luggage\ni have no idea where my luggage went!\tlost_luggage\nunfortunately it would appear that my luggage is totally lost\tlost_luggage\nhow should i proceed if i accidentally lost my luggage\tlost_luggage\nif i lost my luggage, what should i do next\tlost_luggage\ni have no idea where my luggage is\tlost_luggage\ni think my luggage has been misplaced\tlost_luggage\nwhat do i have to do if i lost my luggage\tlost_luggage\ni think my luggage is lost\tlost_luggage\nmy luggage appears to be lost\tlost_luggage\ni can't seem to track down my luggage\tlost_luggage\nwhat is the next thing i should do if i lost my luggage\tlost_luggage\nwhat step should i take next if i lost my luggage\tlost_luggage\ni've lost my luggage what should i do now\tlost_luggage\nwhat should i do about losing my luggage\tlost_luggage\nwhere would i find my luggage\tlost_luggage\nmy luggage has been misplaced\tlost_luggage\ni can't find my luggage\tlost_luggage\ni lost all my stuff that i had packed\tlost_luggage\nmy luggage has disappeared\tlost_luggage\nit appears my luggage is lost\tlost_luggage\nmay you say that again\trepeat\ncan you please repeat that\trepeat\ncan you please say that again\trepeat\nmay you please say that again\trepeat\nwould you say it again please\trepeat\nwould you repeat what you said earlier\trepeat\ni would like you to repeat it\trepeat\nrepeat please\trepeat\npardon, i didn't hear you\trepeat\ni didn't hear you can you say that again\trepeat\ni didn't catch that\trepeat\ncould you repeat that\trepeat\nsay again please\trepeat\nwould you mind repeating that\trepeat\nsorry, i didn't catch that could you say it again\trepeat\ni need you to repeat that please\trepeat\nrepeat that for me please\trepeat\nwhat did you just say\trepeat\nplease say it one more time\trepeat\nsorry i missed that\trepeat\ni didn't understand you\trepeat\ncan you repeat the question again\trepeat\ncan you phrase that question again\trepeat\nwhat'd you say\trepeat\nplease repeat the last thing\trepeat\nrepeat that\trepeat\ncan you repeat that\trepeat\nwhat were you just saying\trepeat\ncome again\trepeat\ncan you say that again, please\trepeat\ntell me: car gas mileage\tmpg\nwhat is my car's gas mileage\tmpg\ntell me what the gas mileage is on my car\tmpg\nwhat is the gas mileage of my car\tmpg\ncheck: car gas mileage\tmpg\nwhat is my car's mpg\tmpg\nwhat is my car's mpg, please\tmpg\nwhat's my car's mpg\tmpg\nwhat's my car's mpg, please\tmpg\nwhat is the highway mpg of this car\tmpg\nhows the city mpg of this car\tmpg\nwhat is the highway mpg on this car like\tmpg\nwhat mpg does this car get in the city\tmpg\nhow many mpg does this car get in the city\tmpg\ntell me about this car's highway mpg\tmpg\ncan i have more information about this car's highway mpg\tmpg\nwhat is the city mpg on this car\tmpg\nwhats the mpg for this car\tmpg\nwhats the mpg of this car\tmpg\ni need to know my cars mpg\tmpg\ncan i get this car's mpg\tmpg\ni would like to know the mpg of my car\tmpg\nwhat kind of mileage am i getting\tmpg\nwhat the mpg\tmpg\ncan you tell me my vehicles mpg\tmpg\nwhats the fuel economy of this car\tmpg\nwhat kind of mileage does this car get\tmpg\nmpg for this car please\tmpg\nwhat is the miles per gallon\tmpg\nhow is the car's fuel economy\tmpg\nam i due for an oil change yet\toil_change_when\nwhen is the next time i should change my oil\toil_change_when\nwhen is my car due for its next oil change\toil_change_when\nwhen am i due for my next oil change\toil_change_when\nwhen should i get my next oil change\toil_change_when\nwhen's the next time i should change my oil\toil_change_when\nwhen should i get my car's oil changed next\toil_change_when\nwhen is the next time i need to get an oil change\toil_change_when\nwhen is my car's next oil change supposed to be\toil_change_when\nhow long until my next oil change\toil_change_when\nwhen's the next time i ought to change my oil\toil_change_when\nwhen's the next time i have to get an oil change\toil_change_when\nwhen should i get my oil changed\toil_change_when\nwhen should i get the oil changed in my car\toil_change_when\nfigure out when my car will next need an oil change\toil_change_when\ncan you recommend for me when to next get my oil changed\toil_change_when\nwhen do you think i ought to change the oil in my car next\toil_change_when\nhow soon until i will need to get my oil changed\toil_change_when\nfind out for me when my car is next due for an oil change\toil_change_when\nwhere can i find information on oil changes for my car\toil_change_when\nwhat are the manufacturers guidance on oil changes\toil_change_when\nis my car due for it's next oil change\toil_change_when\nwhat is the recommended interval to get my oil changed\toil_change_when\nwhen will i need my next oil change\toil_change_when\nhow often should i change the oil\toil_change_when\ndo i need to change my oil soon\toil_change_when\nwhen will my oil change be due for this car\toil_change_when\nis my oil change coming up soon\toil_change_when\nwhat's my oil change status\toil_change_when\nwhen does this car need oil changes\toil_change_when\ni will say yes as my response\tyes\nmy answer to your question is yes\tyes\nyes is my answer\tyes\nyes, ai, that is correct\tyes\nthat's true\tyes\nthat's correct\tyes\nthat checks out\tyes\nthat's right\tyes\naffirmative\tyes\nyes, that is factual\tyes\nyes, that happens to be correct\tyes\nthat would be correct\tyes\nthats right\tyes\nyes, this is true\tyes\nsure\tyes\nokay\tyes\ndefinitely\tyes\nroger that\tyes\ni agree\tyes\nabsolutely\tyes\nyou're right\tyes\nyes, that's right\tyes\nplease let's do it\tyes\nyes please\tyes\ncan we please\tyes\nyes, please\tyes\n10-4\tyes\nya\tyes\nyup\tyes\ngreat\tyes\nwhat are some interesting things i can do while in raleigh\ttravel_suggestion\ncan you help me pick some fun things to do in london during my trip\ttravel_suggestion\nhelp me plan my traveling itinerary for my trip to madrid, i want to see lots of sights!\ttravel_suggestion\nhelp me pick a new location to travel to\ttravel_suggestion\ncan you do some research about the best places to travel\ttravel_suggestion\ntell me some fun activities to do in oklahoma city\ttravel_suggestion\nwhat are some popular tourist activities in mexico city\ttravel_suggestion\ni am itching to travel but don't know where to go\ttravel_suggestion\ngive me some recommendations of good tourist attractions in montreal\ttravel_suggestion\ntell me some fun tourist attractions in london\ttravel_suggestion\ngive me some ideas of what to do during my trip to dallas\ttravel_suggestion\nfind out the best tourist attractions to visit in moscow\ttravel_suggestion\ni want some suggestions for tourist activities in dublin\ttravel_suggestion\ni am traveling to paris soon and would like some suggestions of what to do and see\ttravel_suggestion\nwhat are some local attractions in portland\ttravel_suggestion\nwhat sorts of activities should i get up to while i am in dublin\ttravel_suggestion\ni want to explore a new place but don't know where i should go do you have any ideas\ttravel_suggestion\nplease give me some ideas of fun tourist activities to do while i am in paris\ttravel_suggestion\ncan you throw out some suggestions to me of places to travel to\ttravel_suggestion\nsuggest some things for me to do while i am in los angeles\ttravel_suggestion\nlet me know some things to do in phoenix\ttravel_suggestion\nlet me know some things i can do in dallas\ttravel_suggestion\ni wanna know some things to do in phoenix\ttravel_suggestion\ni would like to do some things in phoenix\ttravel_suggestion\ntell me some things to do in phoenix\ttravel_suggestion\nwhat are some fun silly things to do in new jersey\ttravel_suggestion\nwhat are some cool tourist attractions in england\ttravel_suggestion\nwhat are some fun local experiences in canada\ttravel_suggestion\nwhat are some fun tourist things to do in mumbai\ttravel_suggestion\nwhat are some fun cheap activities to do in colorado\ttravel_suggestion\nwhich insurance plan to i have\tinsurance\ndo you know which insurance plan i have\tinsurance\nwhat kind of insurance plan am i in\tinsurance\nwhat health coverage do i have\tinsurance\nwhat are the details on my health care plan\tinsurance\nwhich insurance plan am i enrolled in\tinsurance\nwhat is my health insurance\tinsurance\nwhat insurance plan am i enrolled in\tinsurance\ncheck on my health care plan\tinsurance\nwhat's my health insurance plan\tinsurance\nwhat sort of health benefits do i have\tinsurance\nwhich health plan do i have, again\tinsurance\ntell me about my health benefits\tinsurance\nwhat's the name of my health insurance plan\tinsurance\nexplain my health benefits\tinsurance\nwhat are my health insurance benefits\tinsurance\nwhat specific health plan do i have\tinsurance\ntell me the full name of my health plan\tinsurance\nhow do my health benefits work\tinsurance\ncan you tell me what health plan i am on\tinsurance\ntell me my current health plan\tinsurance\nwhich health plan am i currently enrolled in\tinsurance\ni want to know what health plan i'm currently on\tinsurance\ncould you please inform me what health plan i am currently on\tinsurance\nwhat are the benefits associated with my insurance\tinsurance\nwhat are the benefits of having this insurance\tinsurance\nwhat are my benefits with this insurance\tinsurance\nwhat are my benefits on the insurance\tinsurance\ngoogle find out what health plan i am under\tinsurance\ntell me what health plan coverage i have\tinsurance\ncross grocery shopping off the todo list\ttodo_list_update\ni don't need grocery shopping on my todo list anymore\ttodo_list_update\ntake grocery shopping off my todo list\ttodo_list_update\nremove grocery shopping from todo list\ttodo_list_update\ncross off grocery shopping from todo list\ttodo_list_update\ni don't need mowing the lawn on my to do list anymore\ttodo_list_update\nempty the contents of my to do list\ttodo_list_update\ntake everything off my to do list please\ttodo_list_update\ntake everything off my to do list\ttodo_list_update\nplease remove science fair from my to do list\ttodo_list_update\nplease put babysitting on my to do list\ttodo_list_update\nplease put lawn mowing on my list of to dos\ttodo_list_update\nput the dishes on my list of things to do\ttodo_list_update\nremove all items from my to do list\ttodo_list_update\ntake tennis practice off my to do list\ttodo_list_update\nget rid of my to do list\ttodo_list_update\ntake dishes off the to do list\ttodo_list_update\nadd grocery shopping to my to do list\ttodo_list_update\nremove laundry from my to do list\ttodo_list_update\nplease add laundry to the chores\ttodo_list_update\nadd mopping to the to do list\ttodo_list_update\nplease put dusting on my list of things to do\ttodo_list_update\nplease note vacuuming on my to do list\ttodo_list_update\ninsert mowing on the chore list\ttodo_list_update\nyou can dusting off my todo list\ttodo_list_update\nyou take sweeping of my todo list\ttodo_list_update\nyou can vacuuming of my todo list\ttodo_list_update\nyou can take laundry off my todo list\ttodo_list_update\nyou can take dishes off my todo list\ttodo_list_update\ni need you to clear my todo list\ttodo_list_update\ngive me my reminders\treminder\nwhat were the things that i wanted to remember\treminder\nwhat were you supposed to remind me of\treminder\nmy list of reminders contains what\treminder\nwhat did i want to remember\treminder\nwhat did i ask you to remind me of\treminder\nread my reminder list\treminder\nis my meeting with frank on my list of reminders\treminder\nlist my reminders\treminder\nwhat stuff am i trying to remember\treminder\nwhat are my reminders\treminder\ndid i tell you to remind me about laundry\treminder\non my reminders list, is there an item called conference call\treminder\nwhat items did i want to remember\treminder\nwhat's on my list of things to remember\treminder\nwhat kinds of things are you supposed to remind me of\treminder\nis grocery shopping on my reminders list\treminder\ni want to know my reminders\treminder\nread my list of reminders\treminder\ncan you tell me the to do's on my reminder list\treminder\nplease go though the bullet points on my reminder list\treminder\nwhat are all the things on my reminder list\treminder\ni would like to hear the reminders that i listed on my things to remember list, please\treminder\nwhat were the things i want to recall\treminder\ncan you please remind me of the items that i made note of to not forget\treminder\nrefresh my memory about what items i want to remember\treminder\nremind me of the items on my list of things to remember\treminder\ni'd like to just confirm all of the reminders currently on my list of reminders, please\treminder\nplease play my list of reminders\treminder\n\"\"\"which things are wanted to remember\"\treminder\ncan i speed up your voice\tchange_speed\ncan i change your talking voice\tchange_speed\ntalk fast\tchange_speed\nchange voice speed\tchange_speed\nchange device talking speed\tchange_speed\nspeak it again slowly\tchange_speed\ntry to speak slowly\tchange_speed\nwill you please slow down your voice\tchange_speed\nslow down your voice\tchange_speed\ncan you speak faster\tchange_speed\nhow do i change the speed of your voice\tchange_speed\ncan you talk faster\tchange_speed\nhow do i make you talk faster\tchange_speed\nwhy are you talking so slowly\tchange_speed\nspeed up your talking\tchange_speed\ntalk faster\tchange_speed\nyou talk to slow\tchange_speed\ncan you adjust the speed of your voice\tchange_speed\ncan you talk more slowly\tchange_speed\ngo faster\tchange_speed\ncan you not talk so fast\tchange_speed\nspeak more quickly\tchange_speed\nyou're talking too fast\tchange_speed\nyou talk too slow\tchange_speed\nplease speak a bit faster\tchange_speed\ndouble the speaking speed please\tchange_speed\nspeed up speech please\tchange_speed\nchange speaking speed to 50 percent faster\tchange_speed\nyour speech slower it\tchange_speed\nmake slower your speech\tchange_speed\ngive me the pressure for the tires on my car\ttire_pressure\ncan you tell me the tire pressure for the car\ttire_pressure\ngive me the tire pressure for the car\ttire_pressure\ngo ahead and give me the tire pressure of my vehicle\ttire_pressure\nwhat exactly is the tire pressure for the car\ttire_pressure\ni must kniw how low are my tires on air\ttire_pressure\nplease tell me my car's tire pressure\ttire_pressure\ni need to know how low are my tires on air\ttire_pressure\ni shall know how low are my tires on air\ttire_pressure\ntell me my car's tire pressure\ttire_pressure\ni gotta know my car;s tire pressure\ttire_pressure\ni would like to know my car's tire pressure\ttire_pressure\ni gotta know how low are my tires on air\ttire_pressure\ni wanna know my car's tire pressure\ttire_pressure\ni wanna know how low are my tires on air\ttire_pressure\nhow can i find out what my tire pressure is\ttire_pressure\nhow do i find out my tire pressure\ttire_pressure\nmy tires are how low on air\ttire_pressure\nhow low are my tires right now on air\ttire_pressure\nmy tires are filled enough or no\ttire_pressure\nwhat's the tire pressure of my tires\ttire_pressure\nis there enough air in my tires\ttire_pressure\nmy tires need how much more air in them\ttire_pressure\nare my tires filled properly\ttire_pressure\nare my tires filled enough\ttire_pressure\nwhat is the pressure of my tires\ttire_pressure\ndo my tires have enough pressure\ttire_pressure\nwhat is the air pressure of my tires\ttire_pressure\nwhat is the level of air pressure of my tires\ttire_pressure\nis my tire pressure high\ttire_pressure\nthat isn't right\tno\nthat's incorrect\tno\nnope that's not it\tno\nno that isn't right\tno\nthat's not correct\tno\nthat isn't correct\tno\nthat is incorrect\tno\nthat's wrong\tno\nno, that is wrong\tno\nno, that is incorrect\tno\nno, definitely not\tno\ni'd say no\tno\nthe statement is false\tno\nthat's false\tno\nfalse\tno\nit is no\tno\nit is false\tno\nit is very much false\tno\nthat has to be false\tno\nthat is so false\tno\nthat can't be true\tno\nthat's a negatory\tno\nthere is no way in heck that is true\tno\nnope not it\tno\nthat is most definitely false\tno\nno, you are wrong\tno\nno, that is a falsehood\tno\nyou got that wrong\tno\nthat is the wrong answer\tno\nnot right now\tno\nyou need to tell me my credit card's apr\tapr\nnow tell me my credit card's apr\tapr\ni need to know the apr on my wells fargo credit card\tapr\ntell me my chase credit card's apr\tapr\ntell me what my wells fargo credit card apr is\tapr\nwhat is my b of a credit card's apr\tapr\ncan you tell me the apr of my target credit card\tapr\nwhat is my apr rate\tapr\nis my apr rate above average\tapr\ndoes my apr rate suck\tapr\nwhat is my card's apr rate\tapr\nis my apr rate better than most\tapr\nwhat's my credit card's annual percentage rate\tapr\nwhat's the annual percentage rate for my credit card\tapr\nhow high is the apr on my credit card\tapr\nwhat's the apr on my credit card\tapr\nhow much am i paying for apr on my credit card\tapr\nis my card's apr a decent rate\tapr\ncan you tell me my apr on my credit card\tapr\nwould you consider my apr to be good\tapr\nwhat's the current apr on my credit card\tapr\nwhat kind of credit card apr do i get\tapr\nwhat's my apr rate\tapr\ntell me my apr rate\tapr\ncould you share my credit card's apr\tapr\nis my apr rate good\tapr\ni need to know what the current apr is for my chase sapphire, please\tapr\ncan you find me the apr listed on the statement for my citi mastercard\tapr\nwhat's the apr on my capital one venture card\tapr\ninform me on what my credit card's apr is\tapr\ntell me nutritional info for brocoli\tnutrition_info\ntell me nutritional info for lettuce\tnutrition_info\ntell me nutritional info for fish\tnutrition_info\ntell me nutritional info for burger\tnutrition_info\ntell me nutritional info for beans\tnutrition_info\nhow healthy is blueberrys\tnutrition_info\nhow healthy is tacos\tnutrition_info\nhow healthy is mcdonalds\tnutrition_info\nhow healthy is a cheeseburger\tnutrition_info\nhow healthy is rice\tnutrition_info\nfind the nutrition info for whole milk for me\tnutrition_info\nwhat are the nutrition facts for greek yogurt\tnutrition_info\nfind the nutrition info for ketchup for me\tnutrition_info\nwhat are the nutrition facts for cucumbers\tnutrition_info\nwhat are the nutrition facts for apple sauce\tnutrition_info\nwhat are the nutrition facts for peanut butter\tnutrition_info\nfind the nutrition info for bell peppers for me\tnutrition_info\nfind the nutrition info for cheese fries for me\tnutrition_info\nfind the nutrition info for cucumbers for me\tnutrition_info\nwhat are the nutrition facts for carrots\tnutrition_info\nplease give me the nutritional information for an egg\tnutrition_info\nwhat's the nutrition info for a pound of chicken\tnutrition_info\ntell me the nutrition info for a cup of milk\tnutrition_info\nwhat's the nutrition info for a cucumber\tnutrition_info\ngive me the nutritional details for a cup of yogurt\tnutrition_info\ni need the nutrition facts for ramen\tnutrition_info\ntell me the nutrition facts for shepherd's pie\tnutrition_info\ni would like nutrition facts for spaghetti carbonara\tnutrition_info\ntell me spaghetti bolognese's nutrition facts\tnutrition_info\ni want the nutrition facts for buttered spaghetti\tnutrition_info\ndo i have my nephew's birthday marked for november 10th\tcalendar\ndo i have any appoints set for my calendar april 3rd\tcalendar\ndid i set march 10th as my doctor's appointment\tcalendar\ndo i have any appointments on my calendar march 22nd\tcalendar\ndid i set a day on my calendar for voting in the next election\tcalendar\ndid i mark the mechanic's appointment on my calendar\tcalendar\ndo i have any calendars set for may 12th\tcalendar\nwhat day did i set on my calendar for the first day of school\tcalendar\nis anything on my calendar for june 22nd\tcalendar\nwhat do i have going on on my calendar for march 18th\tcalendar\nis my meeting with frank on my calendar\tcalendar\nwhat do i have planned for 3/5\tcalendar\nhave i gotten around to adding the bike ride to my calendar yet\tcalendar\nwhat events do i have going on on march 11th\tcalendar\ni can't remember if i added the fun run to my calendar yet; did i\tcalendar\nhave i added my doctor's appointment to my calendar\tcalendar\ndo i have calendar events on march 19th\tcalendar\nread my calendar for march 7th\tcalendar\ndo i have any items on my calendar for march 21st\tcalendar\ndo i have any calendar entries for march 8th\tcalendar\ntell me what's on my calendar for march 22nd\tcalendar\nis the marathon on friday added to my calendar\tcalendar\nwhat's on my calendar for march 20th\tcalendar\nwhat's on my calendar on march 10th\tcalendar\ncheck my calendar for me, please\tcalendar\nis event on my calendar\tcalendar\nretrieve events on my calendar\tcalendar\nis bowling on my calendar\tcalendar\non tuesday you are supposed to have a meeting\tcalendar\nyou have yo go to school on calendar\tcalendar\ni'd like an uber for 6 people, going to walmart\tuber\ncan you get me an uber to disney world\tuber\nget me an uber for 3 people uptown\tuber\ni need to go downtown with 2 people; can you get me an uber\tuber\ni'm going to need to book an uber to universal studios\tuber\ni need to get four people to red lobster; can you order me an uber\tuber\ni'm going to need an uber for 4 people to go to patty's bar\tuber\ni need to get to the staples center; can you call me an uber\tuber\nfind me an uber to the liberty bell\tuber\ni need an uber to madison square garden\tuber\ni need an uber to get to the bank\tuber\ncan i get an uber to drive me to the movies\tuber\ncontact uber and have them pick me up\tuber\ncan i take an uber to the statue of liberty\tuber\ni need an uber for 5 to go to the concerthall\tuber\nget a uber for two to go to a romantic dinner at mcdonalds\tuber\nplease call an uber for 6 people to go to amazon's southside warehouse\tuber\nfind me an uber and get it here\tuber\nis there an uber that drives to the bank on 5th that can hold 3 people\tuber\nwe'd like an uber for 4 to take us to the olive garden\tuber\ni want an uber for one person to go to bank of america\tuber\ncan i get an uber for 2 to go to austin\tuber\ncall me an uber please\tuber\nis it possible to take an uber to burger king\tuber\nbook me an uber for a party of 5 to the salvage yard off maple\tuber\ni need an uber for 5 people to go to the statue of liberty\tuber\ni want an uber to take me to walmart\tuber\nhave an uber sent to take me to the courthouse\tuber\ncall an uber to take a group of 4 from this bar to the one on maple st\tuber\ni'm too drunk to drive and need an uber home\tuber\nwhat is 300 divided by 42\tcalculator\nwhat is 400 times 2\tcalculator\nwhat is the average of 54, 23, 43, 12, and 442\tcalculator\nadd 45 to 87 plus 54 plus 43 plus 22\tcalculator\nwhat is 48 multiplied by 4 divided by 2\tcalculator\nwhat is 25% of $54,788\tcalculator\nwhat is the square root of 95\tcalculator\nwhat is 1100 minus 2347\tcalculator\ntell me what 1875 plus 3459 equals\tcalculator\ntell me the answer to 1000 divided by 40\tcalculator\nwhat is 1000 plus 745\tcalculator\ni need to know the answer to 10000 multiplied by 44\tcalculator\nwhat is 100 multiplied by 55\tcalculator\nwhat's 15% of 68\tcalculator\nwhat's 47 times 83\tcalculator\nif something is 15% off $35, how much is it\tcalculator\nhow many times can 3 be divided into 1253\tcalculator\ndivide 100 by 12\tcalculator\nfind square root of 453\tcalculator\nwhat is 1243 times 45\tcalculator\nfind the square root of 1243435\tcalculator\nwhat is the square root of 36\tcalculator\nwhat is 592 minus 124\tcalculator\ni need to know what 25 times 38 is\tcalculator\ncan you calculate the square root of 172\tcalculator\ni bought 6 shirts at $499 each what was my total expenditure for them\tcalculator\ni spent 34 dollars for 12 gallons of paint what is the average price for each gallon\tcalculator\nwhat is the sum of eleven and ten\tcalculator\nwhat is the solution to sixty times thirty\tcalculator\nhow do i ask the ai to help me with math problem\tcalculator\ndate please\tdate\nwhat is the current day\tdate\nwhich day is it now\tdate\nwhat's the name of the day today\tdate\nwhat is the day now\tdate\nwhat day are we in\tdate\ntell me what tomorrow's date is\tdate\nplease tell me what the date is tomorrow\tdate\nlet me know what tomorrow's date is\tdate\nlet me know the date tomorrow\tdate\ni need to know tomorrow's date\tdate\nplease tell me what today is\tdate\ntell me the date, please\tdate\ntell me the date 5 days from now\tdate\ntell me what the date will be in 5 days\tdate\nwhat is the date in 5 days\tdate\nin 5 days from today, what will the date be\tdate\nwhat would the date be 5 days from today\tdate\nwhat day it today\tdate\nwhat will tomorrow be on the calendar\tdate\nwhat date will it be tomorrow\tdate\nwhat date is it tomorrow\tdate\nwhat is the date of tomorrow\tdate\nwhat's tomorrow's date\tdate\nwhat's the date today\tdate\ngive me today's date\tdate\ntell me today's date\tdate\nwhat's the date\tdate\ntoday is which day of the week\tdate\ntoday is what day of the week\tdate\nwhat restrictions do they have for carry-on\tcarry_on\nist all carry-on restrictions applicable to my flight\tcarry_on\nwhat are the size limits regarding-carry on bags\tcarry_on\nhow many bags can i carry-on\tcarry_on\ncan i bring perfume on the plane or what is the size limit\tcarry_on\nwhat are the rules for traveling with toothpaste\tcarry_on\ncan i bring suntan lotion in my carry on\tcarry_on\ncan i fly with my razors or are there restrictions\tcarry_on\nare there restrictions for carrying lighters in my backpack on a plane\tcarry_on\nhow many carry ons can i take on a flight with american airlines to japan\tcarry_on\nhow many carry ons can i take on a flight with panam to wales\tcarry_on\nwhat is the carry-on policy for flights on panam\tcarry_on\nwhat is the carry-on policy for flights on lufthansa\tcarry_on\nwhat is the carry-on policy for flights on delta airlines\tcarry_on\nhow many carry ons can i take on a flight with southwestern to tampa\tcarry_on\nhow many carry ons can i take on a flight with delta to seattle\tcarry_on\nhow many carry ons can i take on a flight with united airlines to austin\tcarry_on\nwhat is the carry-on policy for flights on the airline called jetblue\tcarry_on\ni need to know the carry-on rules for southwest\tcarry_on\ntell me the carry-on rules for my flight\tcarry_on\ni am flying to finland and wanna know the carry-on rules\tcarry_on\nwhat is the carry-on policy for flights on southwest\tcarry_on\ni need to know the the carry-on restrictions for american airlines\tcarry_on\nwhat is the carry-on policy for flights on transaero\tcarry_on\nwhat is the carry-on policy for flights on jetblue\tcarry_on\ni gotta know the the carry-on restrictions for american airlines\tcarry_on\nwhat is the carry-on policy for flights on american airlines\tcarry_on\ni must know the the carry-on restrictions for american airlines\tcarry_on\ni wanna know the carry-on rules for the flight i have\tcarry_on\ntell me the the carry-on restrictions for american airlines\tcarry_on\nhow many days did i take off\tpto_used\ntell me how many days i took off\tpto_used\nso how many days did i take off sir\tpto_used\nso how many days did i take off\tpto_used\ni need to know how many days i toof off\tpto_used\nwhat is the total number of days that i have taken off work since january\tpto_used\nhow many days off have i taken so far this year\tpto_used\ni want to know how many days off are listed on my time off sheet that i have taken this year\tpto_used\ntell me how many days off you see that i have taken so far this year please\tpto_used\ncan you look and see how many days off i have taken so far since january\tpto_used\ncheck how many days off i've taken\tpto_used\nhow many hours of pto have i used\tpto_used\nhow much pto is gone\tpto_used\nsee how many days i've taken off so far\tpto_used\nhow much of my pto is left\tpto_used\nhow much of my pto is gone\tpto_used\nplease let me know how many days i've taken off\tpto_used\nwhat is the amount of my taken off days so far\tpto_used\ni need to know how many days off i have used so far\tpto_used\nhow many days off have i taken until right now\tpto_used\nnotify me how many days off i have used so far\tpto_used\ntell me how many days off i have taken so far\tpto_used\ni want to know how many days off i have utilized until now\tpto_used\nhow much so far pto have i used\tpto_used\ni have used how much pto so far\tpto_used\npto i have used so far is how much\tpto_used\npto so far i have used is how much\tpto_used\nso far how much pto have i used\tpto_used\nhow many vacation days i have used\tpto_used\ni want to know how many vacation days i have used\tpto_used\ncan you see if i can make an appointment to have my oil changed\tschedule_maintenance\nfind out the next available date and time i can go to get my oil changed please\tschedule_maintenance\ncan you let me know the next open slot for me to get my oil changed\tschedule_maintenance\ni need to make an appointment for an oil change, please\tschedule_maintenance\nwhat is the next date for which i can get an oil change appointment\tschedule_maintenance\ni need a aaa service place to make an appointment for my tires to be assessed\tschedule_maintenance\nmy auto tires need to be checked out so where can i get an appointment\tschedule_maintenance\nwhere can i go to have my tires checked out\tschedule_maintenance\ni need an appointment for someone to check out my check engine light being on\tschedule_maintenance\nmy check engine light is on so is anyone available to check it out for me\tschedule_maintenance\ncan someone take a look at my car because the check engine light is on\tschedule_maintenance\ndo you have time today for someone to look at my car because the check engine light is on\tschedule_maintenance\nfind a place near me to have my tires inspected\tschedule_maintenance\nwhere can i get a appointment for a tire check for the car\tschedule_maintenance\ni need to bring my car in because the check engine light is staying lit\tschedule_maintenance\ncan i get someone to check my check engine light\tschedule_maintenance\ncan someone tell me why my check engine light is on\tschedule_maintenance\nmy check engine light is on, i need someone to look at it\tschedule_maintenance\ncan someone look at my check engine light\tschedule_maintenance\nmy check engine light is on and i need someone to look at it\tschedule_maintenance\nwill someone please look at my check engine light that is on\tschedule_maintenance\ncan someone look at my check engine light that's on\tschedule_maintenance\ncould someone look at my check engine light that's on\tschedule_maintenance\ncan i get someone to look at my check engine light that is on\tschedule_maintenance\nshould i schedule a car maintenance\tschedule_maintenance\nshould i go to a car maintenance\tschedule_maintenance\nshould i call a car maintenance\tschedule_maintenance\nmay i schedule a car maintenance\tschedule_maintenance\nshould i take my car to a maintenance\tschedule_maintenance\ncan i make a car maintenance appointment\tschedule_maintenance\ni will be traveling to lima alert my bank\ttravel_notification\nassure my bank i really am going to california\ttravel_notification\nplease tell my bank i'm traveling to mexico between next wednesday for a week after\ttravel_notification\nplease inform my bank i'll be vacationing in the bahamas in a couple of days\ttravel_notification\ni'm going to be in mexico from thursday to friday, so can you let my bank know\ttravel_notification\nplease kindly inform my bank i'm going to be in canada from next week to two weeks after\ttravel_notification\nlet my bank know i'll be in ireland from may 01, 2019 to august 02, 2019\ttravel_notification\nalert my bank i'm checking out seattle for the next month\ttravel_notification\ni'm going to brazil soon and want to let my bank now\ttravel_notification\ni'm leaving for montreal tomorrow and need to let my bank know\ttravel_notification\ninform my bank i'm traveling to australia between february 23rd to february 25th\ttravel_notification\nplease tell my bank i'll be in anchorage this week\ttravel_notification\ni need to tell my bank i am, indeed, going to be in london in a few hours\ttravel_notification\nplease alert my bank i'm going to be in the caymans from may 1st to june 2nd\ttravel_notification\nlet my bank know i actually am visiting brazil\ttravel_notification\ni'll be travelling to russia from april 1 through april 20 and need my financial institute apprised of it\ttravel_notification\nplease alert my bank i'm traveling to europe between april 1st and 5th\ttravel_notification\ntell my bank's fraud department i'm going to mexico\ttravel_notification\nplease notify my bank i'm going to africa between tomorrow and next tuesday\ttravel_notification\ntell my bank i'm in canada the entire week of the 6th to the 13th\ttravel_notification\ninform my bank i'm seeing italy\ttravel_notification\ncan you notify my bank that i will be traveling to mexico between march 1st and 15th\ttravel_notification\nplease let my bank know that i will be visiting spain from june 12th to the 24th\ttravel_notification\ni need you to make my bank aware that i will be visiting taiwan from the 22nd of february until the 3rd of march\ttravel_notification\nsend a notification to my bank of my travel dates from february 19th to 26th to peru\ttravel_notification\nalert my bank of my travel to dubai for the dates april 14th through april 22nd\ttravel_notification\nfrom sunday to wednesday, i will be in oakland, so should i call my bank to let them know\ttravel_notification\nmy bank needs to know about my traveling to georgia in europe\ttravel_notification\nmust call my bank about my travel plans\ttravel_notification\ncontact bank and let them know about my travel plans\ttravel_notification\ni want my phone to be disconnected from you\tsync_device\ni would like for my phone to be synced with you\tsync_device\ncan you connect to my phone\tsync_device\ni would like for you to unsync my phone\tsync_device\ni no longer want you to be synced to my phone\tsync_device\ni do not want my phone synced anymore\tsync_device\ni want you paired to my phone\tsync_device\nplease sync up with my phone\tsync_device\ncan you pair yourself with my phone please\tsync_device\ncan you please disconnect from my phone\tsync_device\nremove the connection to my phone\tsync_device\ncan you sync up with my phone\tsync_device\ni want you to connect to my handset\tsync_device\npair yourself to my phone if you can\tsync_device\nconnect to my device\tsync_device\ncan you link up with my phone\tsync_device\ncan you disconnect yourself from my phone\tsync_device\ndon't be synced to my phone anymore\tsync_device\ncan you get paired to my phone right away\tsync_device\ni don't want you connected to my phone anymore\tsync_device\nplease get connected to my phone\tsync_device\ni don't want you synced to my phone anymore\tsync_device\nsync with my phone please\tsync_device\nplease unsync from my phone right now\tsync_device\nunsync yourself from my device\tsync_device\nplease connect yourself to my main phone\tsync_device\nunsync from my phone please\tsync_device\ndon't be connected to my phone anymore\tsync_device\ndisconnect from my device please\tsync_device\nalexa, connect to the phone now\tsync_device\nthank you ever so much for that!\tthank_you\nyou’re the best thanks so much!\tthank_you\nthanks for helping\tthank_you\ni am grateful for the help\tthank_you\nthank you for the heip\tthank_you\ni apprecaite the help from you\tthank_you\nthanks that was really helpful\tthank_you\nthank you for your time and trying to help\tthank_you\nthank you for your assistance\tthank_you\nthanks for all your help\tthank_you\nthanks for trying\tthank_you\nmany thank\tthank_you\nthanks a million\tthank_you\nthank a bunch\tthank_you\ni appeciate it\tthank_you\ni would like to thank you ai\tthank_you\nai you have given me so much information, thank you\tthank_you\nthanks so much ai\tthank_you\nthank you ai for everything you do\tthank_you\nai is a helpful item to have in my home, thank you\tthank_you\nthank you very much\tthank_you\nthat answer was very helpful, thanks\tthank_you\ngreat, thanks!\tthank_you\nthanks for your help!\tthank_you\nthanks so much\tthank_you\nthanks for that answer\tthank_you\nthank you for that reply\tthank_you\nthanks for the reply\tthank_you\nthanks for that response\tthank_you\nthank you for that response\tthank_you\nhow much do you get when you roll an eight sided die\troll_dice\ni need a dice roll for a six sided die\troll_dice\nroll a dice that has seven sides\troll_dice\nroll the five sided die\troll_dice\nwhat is the result when you roll a four sided die\troll_dice\nroll a fourteen sided dice exactly\troll_dice\nplease roll twelve sided dice\troll_dice\ncan i have a 2 sided dice\troll_dice\nroll a 9 sided dice\troll_dice\nroll five sided dice\troll_dice\nroll those dice once\troll_dice\nthrow a roll of the dice\troll_dice\nmake a roll of the dice\troll_dice\nai pick up the dice, then drop it\troll_dice\nai toss the dice\troll_dice\nai roll the dice\troll_dice\nai throw the dice on the table\troll_dice\nai shake the dice in a cup, then throw dice on table\troll_dice\ncan you roll a four sided die and tell me the result\troll_dice\nroll a six sided die for me and tell me the result\troll_dice\nroll a die please\troll_dice\ncan you roll an eight sided die and tell me what it comes up as\troll_dice\ncan you simulate a dice roll\troll_dice\ncan you roll a ten sided die and tell me the number\troll_dice\nroll a four sided die for me\troll_dice\nsimulate rolling a dice and tell me what it lands on\troll_dice\ncan you roll a die for me\troll_dice\ncan you fake roll a die for me\troll_dice\nwhat's the result of a 10-sided dice roll\troll_dice\ncan you roll a 10-sided dice for me\troll_dice\nhow soon milk expires\tfood_last\nwhen does milk will go bad\tfood_last\nhow many days milk can be preserved\tfood_last\nwhat is expire of milk\tfood_last\nwhen is the milk date before used\tfood_last\nwhen does the jerky expire\tfood_last\nwhat is the expiration date for honey\tfood_last\nwhen is the egg expired\tfood_last\nwhen does the honey expire\tfood_last\nwhat is the expiration date for those eg\tfood_last\nhow long can i freeze tofu before it goes bad\tfood_last\nhow much time do i have to keep tofu in the freezer before it goes bad\tfood_last\nwhen will tofu expire if i keep it in the freezer\tfood_last\nhow long will tofu last in the freezer before it expires\tfood_last\ndoes tofu last long in the freezer before it goes bad\tfood_last\nhow many days later is it okay to eat curry that was in the fridge\tfood_last\nwithin what time is is fine to eat cooked tilapia kept in the fridge\tfood_last\nwhat is the most amount of time that is considered safe to store uncooked chicken in the fridge\tfood_last\nwhat length of time is safe for consuming leftover meatloaf stored in the fridge\tfood_last\nwhat is the longest i can leave meatballs in sauce in the freezer before it is no longer safe to eat\tfood_last\ncan i store bread in the freezer indefinitely and it will still be okay\tfood_last\nafter how much time is it still safe to drink milk that is in the fridge\tfood_last\nwhat is the most time i can keep a burrito frozen for before it's no good to eat\tfood_last\nroughly how long can i leave bananas in the freezer before i have to throw them out\tfood_last\nhow long does chicken curry last in the freezer before it's spoiled\tfood_last\nmilk can stay in my fridge for how long\tfood_last\nmilk will go bad in my fridge when\tfood_last\nwhat is the amount of time to keep milk refrigerated\tfood_last\ntell me how long milk stays good in the fridge\tfood_last\nhow long can i keep milk in the fridge\tfood_last\nhow long to grill thick steaks\tcook_time\nhow long does pizza take\tcook_time\nlasagna takes how long to cook\tcook_time\nbake time for brownies\tcook_time\nhow many minutes are involved in the preparation of curry\tcook_time\nwhat's the preparation time for this dish\tcook_time\nwhat is the proper cooking time for this\tcook_time\nhow long do i cook this for\tcook_time\nlook up recipe time for this\tcook_time\nhow many minutes should i put meal the cake in the oven\tcook_time\nwhat's the average cooking time for cooking wings\tcook_time\nhow many minutes should i set an alarm for this bake\tcook_time\nwhen can i expect meal of salmon to be finished\tcook_time\nhow long does it take to cook meal of tuscan\tcook_time\ntell me how long it will take to prepare a lasagna\tcook_time\ni want to cook a lasagna please tell me how long it will take\tcook_time\nhow long will it take to cook a lasagna\tcook_time\ncan you tell me how long it will take to cook a lasagna\tcook_time\nhow long does it take to prepare a lasagna\tcook_time\nhow long do i need to cook chicken\tcook_time\nhow long should i boil eggs\tcook_time\nhow long should i bake a cake\tcook_time\nhow long does it take to cook steaks\tcook_time\nhow long does it take to bake a cake\tcook_time\nhow long should i cook the cookie dough\tcook_time\nhow long should i cook my turkey\tcook_time\nhow long do i boil eggs\tcook_time\nhow long does it take to make mashed potatoes\tcook_time\nhow long will it take to make an omelet\tcook_time\nwhat are the minutes needed to cook the meal\tcook_time\ni want to be reminded to pay the electric bill\treminder_update\ndon't forget to tell me to call my mother\treminder_update\nremind me to put gas in my car\treminder_update\nset a reminder to buy bread\treminder_update\nmake a reminder to pay the mortgage\treminder_update\ncreate a reminder to wash the dishes\treminder_update\ncreate a reminder to change my oil\treminder_update\nset a reminder for when the turkey is finished cooking\treminder_update\nmake a reminder to pay my cable bill today\treminder_update\ni need a reminder to give the dog his medicine at ten tonight\treminder_update\ni don't want to forget to call mom\treminder_update\ni need a reminder to wash dishes\treminder_update\nremind me to exercise\treminder_update\nhelp me to remember to pick up stan later\treminder_update\ntell me later to call bill\treminder_update\ni need to be reminded to do something\treminder_update\nset up a new reminder to alert me when it's time to put the trash out\treminder_update\ncan you remind me to finish a task\treminder_update\nplease set up a reminder for me\treminder_update\ni would like you to remind me to do something\treminder_update\ni need a reminder to take dinner out of the oven\treminder_update\ncreate a new reminder to study for my final exams\treminder_update\ni need a reminder to alert me to wish my mom a happy birthday\treminder_update\nare you able to remind me about something\treminder_update\nset up a reminder so i don't forget the baby shower this weekend\treminder_update\nset a reminder for me to let the plumber in tomorrow\treminder_update\ni need to set a reminder to call lisa for her birthday\treminder_update\ni would like to set a reminder to bring the plants in tonight\treminder_update\ncan you set a reminder alarm for me to workout\treminder_update\nplease set a reminder for me to put the clothes in the dryer\treminder_update\ni need to tell you about my lost card\treport_lost_card\ni lost my card, what do i do next\treport_lost_card\ni have lost my card, what am i supposed to do\treport_lost_card\nwhere do i report that my card was lost\treport_lost_card\nwho do i speak with about my card that was lost\treport_lost_card\nplease help me report my lost card\treport_lost_card\nset up a report for a lost card\treport_lost_card\ncan you report a lost card for me\treport_lost_card\ni lost my card and need to report it\treport_lost_card\nwhat is the process for reporting my card as lost\treport_lost_card\nsomeone used my chase card without my authorization\treport_lost_card\ncan you tell me how to report a card lost\treport_lost_card\nplease tell me how to go about reporting a lost card\treport_lost_card\nsearch steps for how to report a card lost\treport_lost_card\ni need to to know how to report a lost card\treport_lost_card\nmy bank of america visa platinum was swiped from my belongings\treport_lost_card\nwho do i call to report my card as lost\treport_lost_card\nwhat should i do if i need to report my card lost\treport_lost_card\nmy capital one visa was taken without permission\treport_lost_card\ni need to report that someone ran off with my td bank card earlier\treport_lost_card\nwhat steps do i need to take to report a card lost\treport_lost_card\ni would like to report my american express card stolen\treport_lost_card\nhow do i report that i lost my card\treport_lost_card\nhow do i report that i actually lost my card\treport_lost_card\nhow do i report that i lost the card\treport_lost_card\nhow do i report my very lost card\treport_lost_card\nhow do i report the card as lost\treport_lost_card\nlost report card, need new one\treport_lost_card\nmy report card was stolen\treport_lost_card\nmy report card was lost help!\treport_lost_card\ncan i swap chili for sloppy joe mix in the recipe\tingredient_substitution\ncan i use sugar instead of salt\tingredient_substitution\ncan i use apples instead of oranges in this recipe\tingredient_substitution\ncan i use skim milk instead of 2% in the recipe\tingredient_substitution\nis it ok to use bananas instead of oranges in the recipe\tingredient_substitution\ncan i use lettuce instead of rice\tingredient_substitution\nwill peas work instead of carrots\tingredient_substitution\nis it possible to use baking soda instead of flour\tingredient_substitution\ncan i just use oil instead of vinegar\tingredient_substitution\ncan i use mayo instead of miracle whip\tingredient_substitution\nwill this recipe still be good if i use milk instead of eggs\tingredient_substitution\ncan i use oil instead of vinegar\tingredient_substitution\ncan i sub bacon for ham\tingredient_substitution\ncan i use pasta sauce instead of tomato paste\tingredient_substitution\ncan i use regular olive oil instead of virgin\tingredient_substitution\nis it possible to use starch instead of flour\tingredient_substitution\nis it okay to use butter instead of margarine\tingredient_substitution\nwill it be ok to sub turkey for beef\tingredient_substitution\ncan i use butter instead of margarine\tingredient_substitution\nis it okay to use applesauce instead of oil\tingredient_substitution\nif i use applesauce instead of oil, will that mess it up\tingredient_substitution\ncan i swap applesauce for oil\tingredient_substitution\nis it alright to switch applesauce for oil\tingredient_substitution\nwill it still work if i use applesauce instead of oil\tingredient_substitution\nwould it be ok to use butter instead of oil\tingredient_substitution\nis it ok to use oil spray instead of canola oil\tingredient_substitution\ncould steak be used instead of chicken\tingredient_substitution\ncan i substitute butter for oil\tingredient_substitution\ncan i use red onions instead of white\tingredient_substitution\ncan i get peppers instead of onions\tingredient_substitution\ni need to call my dad\tmake_call\ni need to call my friend\tmake_call\ni need to call my coworker\tmake_call\ni need to call my mom\tmake_call\ni need to call my boss\tmake_call\ni need you to call the phone company for me\tmake_call\nmake a call for me to the vet\tmake_call\ndial up dominos pizza\tmake_call\ncall my doctor\tmake_call\nget mom on the phone\tmake_call\nplease make a call to stefan larson\tmake_call\nuse phone to call alexa\tmake_call\ncomputer, call alexa\tmake_call\ncomputer, place a call to alexa\tmake_call\ncan you call alexa\tmake_call\ncall alexa at home\tmake_call\ni would like to make a call to sal\tmake_call\ni would like to make a phone call\tmake_call\ncan i make a phone call\tmake_call\ni need to make a call\tmake_call\ni need you to phone sal\tmake_call\ni need to call sal\tmake_call\ni have to make a phone call\tmake_call\ni have to use the phone to make a call\tmake_call\ncould you call sal\tmake_call\ncall sal\tmake_call\nx needs to be called by me\tmake_call\ncall to mom\tmake_call\ncall mom\tmake_call\ndial her up\tmake_call\ni want to set an alarm\talarm\nset an alarm for 6 am tomorrow\talarm\nset an alarm for 8 tomorrow\talarm\nplease set an alarm\talarm\ni'd love to set an alarm\talarm\ni would like to have an alarm set for me\talarm\ni want an alarm set\talarm\ni need to set an alarm\talarm\nset an alarm for ten tomorrow\talarm\nset an alarm for 11 tomorrow\talarm\ni want an alarm for 6 am\talarm\nset an alarm for me\talarm\ni wanna have an alarm\talarm\ni need an alarm set now\talarm\nset an alarm for 9 tomorrow\talarm\ndon't forget to set an alarm for noon\talarm\ncan you set the alarm for noon\talarm\ni need to up by noon\talarm\ncan you wake me up at noon\talarm\nset alarm for noon\talarm\nwake me up with an alarm at 6am\talarm\nhelp me wake up with an alarm at 5:30am\talarm\nset an alarm to wake me up at 5:30am\talarm\nset an alarm for 5am\talarm\nplease set the alarm\talarm\nplease make sure the alarm is set\talarm\ncould you set the alarm\talarm\nset the alarm now\talarm\ncan you set an alarm\talarm\ni need an alarm\talarm\nwhat's on my todo list\ttodo_list\nlet me hear my todo list\ttodo_list\n\"did i add \"\"cleaning the foyer\"\" to my todo list yet\"\ttodo_list\ndid i put grocery shopping on my todo list\ttodo_list\ngive me my todo list\ttodo_list\nwhat things are on my todo list\ttodo_list\nhave i told you to add washing dishes to my todo list\ttodo_list\nis laundry on my todo list\ttodo_list\nread my todo list\ttodo_list\nlist my todo list items\ttodo_list\n\"is \"\"cleaning the bathroom\"\" an item on my todo list\"\ttodo_list\ntell me what's on my todo list\ttodo_list\nread my to-do list items\ttodo_list\ncheck on my to-do list items\ttodo_list\ncheck what is on my to-do list\ttodo_list\nwhat items are on my list of to-dos\ttodo_list\nwhat is on my to-do list\ttodo_list\nwhat kind of things do i have to do today\ttodo_list\nwhat's on my todo list for today\ttodo_list\nplease tell me my todo list\ttodo_list\nis my todo list possible today\ttodo_list\ni really want to know my todo list again thanks\ttodo_list\nis it possible to read my to-do list again\ttodo_list\ntell me my to-do list\ttodo_list\nwhat is my to-do list like today\ttodo_list\nlist my to-do list\ttodo_list\ngive me my to-do list\ttodo_list\nwhat must i do today\ttodo_list\nis make a hair appointment on my todo list right now\ttodo_list\ncan you see if paying garbage bill is on my todo list for this week\ttodo_list\nchange the accent you're using\tchange_accent\nstart using a different accent\tchange_accent\ntalk to me in a different accent\tchange_accent\nalter your accent\tchange_accent\nchange to the female voice\tchange_accent\ni want to hear the female voice from now on\tchange_accent\ni want the male voice\tchange_accent\ncould you use the female voice\tchange_accent\nfemale voice please\tchange_accent\ncan you switch to the male voice\tchange_accent\nthe male voice please\tchange_accent\ncould you use the male voice\tchange_accent\ni want the female voice\tchange_accent\ni want you to change your accent\tchange_accent\nwould you please switch to the male voice\tchange_accent\ni would like you to change your accent\tchange_accent\ni want you to change to the male voice\tchange_accent\ncan you change to the male voice\tchange_accent\nchange to girl voice\tchange_accent\nplease switch to the girl voice\tchange_accent\nchange to the females voice please\tchange_accent\nswitch voice option to female\tchange_accent\nchange voice to female\tchange_accent\nuse the female voice\tchange_accent\nchange settings to sound like a female\tchange_accent\nturn to the voice of the woman\tchange_accent\nchange to the woman voice\tchange_accent\ni like the female voice, switch please\tchange_accent\nspeak with a male british accent\tchange_accent\nwould you change your voice to the male british accent for me\tchange_accent\nwhat site can i get my w2\tw2\nwhere do we get our w2 forms\tw2\nwhere can i get my w2\tw2\nwhere can i get my w2 from\tw2\ni would like to know where i can find my w2 for tax reasons\tw2\nwhat steps do i need to take to obtain my w2 for taxes\tw2\nwhat do i do if i need my w2 for my my taxes\tw2\nhow can i get get a copy of my w2 for tax purposes\tw2\ncan you tell me the process for obtaining a copy of my w2 for my taxes\tw2\nwhere do i go to get that work tax form thing\tw2\nwhat do i need to do to get that tax form thing from my job\tw2\nhow do i get that tax form from my employer\tw2\nwhere can i find that tax form my employer gives me\tw2\nhow do i get the form to file my taxes from my employer\tw2\nwhere do i look to get a w2\tw2\ni need a w2 form from\tw2\ncan you trll me where to get my w2\tw2\ni want to get the w-2 form\tw2\ni wanna know where to find a w2\tw2\ni wanna know where to get my w2\tw2\ntell me where to a w2 form\tw2\ni must know where to get my w2\tw2\ni wanna get my w-2 form\tw2\ni need a w2, so where is it\tw2\nwhere can i find a w2\tw2\ni must get the w-2 form\tw2\nhelp me get w-2 form\tw2\ni wanna know where the w2 is\tw2\nhelp me get my w-2 form\tw2\ncan't find w-2\tw2\nwhen is my electric bill due by\tbill_due\nwhen is my car insurance bill due\tbill_due\nhow long until my water bill is due\tbill_due\nwhat's the latest i can pay my cellular bill\tbill_due\nwhat's the due date for my netflix subscription\tbill_due\ntell me where i can find my exterminator bill's due date\tbill_due\nhow do i locate the due date for my bug bill\tbill_due\nwhere can i see the due date for auto loan bill\tbill_due\nwhen is my cell phone due\tbill_due\ni need to know where my due date is for my lawn bill\tbill_due\nwhere can i find when my car payment bill is due\tbill_due\nwhat's the ultimate day for me to pay the internet bill\tbill_due\ntell me the last day i can pay my gas bill\tbill_due\nwhat's the due date for my comcast bill\tbill_due\ni need to know when my water bill is due\tbill_due\nplease tell me how to find out when my rent is due\tbill_due\ni need to know when my electricity bill is due\tbill_due\ncan you tell me when my cable bill is due\tbill_due\ni need to find out how to check the due date for the water bill\tbill_due\nwhen does the current billing cycle end\tbill_due\nis the bill due today\tbill_due\nis the bill due\tbill_due\nwhen do i have to pay my internet\tbill_due\ni want to know when the deadline is to pay my car loan\tbill_due\ntell me when my water bill is due\tbill_due\nwhat day of the month do i have to pay my mortgage\tbill_due\nwhen is my electricity due date\tbill_due\ni need to know the next billing date of my american express card\tbill_due\nwhen does my gas bill need paid by\tbill_due\nwhen is next month's cable bill due\tbill_due\nnumber of calories in coke\tcalories\nwhat kind of calories do chicken tenders have\tcalories\ncalorie content of dr pepper\tcalories\nwhat's the calorie content of chicken nuggets\tcalories\nhow many calories are in hamburgers\tcalories\nwhat is the calorie count for this milkshake\tcalories\nhow many calories does an orange have\tcalories\nwhat is the total number of calories in this pizza\tcalories\nhow many calories are in a burger\tcalories\nrolls have how many calories\tcalories\nwhat is the calorie content in bananas\tcalories\nwhat is the calorie content in peanut butter\tcalories\nwhat is the calorie content in french fries\tcalories\nwhat is the calorie content in potatoes\tcalories\nwhat is the calorie content in spaghetti\tcalories\ni need to know the calorie content of spaghetti\tcalories\nhow many calories are in a sandwich\tcalories\nwhat number of calories are in a pizza\tcalories\nwhat is the number of calories in a steak\tcalories\nhow many calories are in a cheeseburger\tcalories\ncan you check the amount of calories in a chicken sandwich\tcalories\nwhat is the calorie count of a burrito\tcalories\ncalorie check, cheese burger\tcalories\nhow many calories are in a taco\tcalories\ncan you see how many calories are in cream of mushroom soup\tcalories\nthe intake of calories it it bad\tcalories\nhow much is alorie intake\tcalories\nhoq many calories does pasta have\tcalories\nhow many calories can i expect to be in fries\tcalories\nwhat's the calorie content of french fries\tcalories\ntell me how to go about reporting a damaged card\tdamaged_card\nmy card is damaged\tdamaged_card\ni want to report a damaged card\tdamaged_card\nwhere should i report a damaged card\tdamaged_card\ncan you find out how to report a damaged card\tdamaged_card\nmy card has become too frayed and torn to use\tdamaged_card\nwhat do i do about a card that's too messed up to be properly scanned\tdamaged_card\nmy card became damaged when i dropped it in the parking lot and it got ran over\tdamaged_card\ni have a damaged card that needs replaced because my son dropped it in a blender\tdamaged_card\ni sat on my credit card and broke it in half and need it replaced\tdamaged_card\nmy credit card got torn and i need a new one\tdamaged_card\nwhat do i do with a damaged credit card\tdamaged_card\nhow do i replace a damaged card\tdamaged_card\ni have a card that needs replaced because my wine dumped wine on it\tdamaged_card\ni spilled wine on my credit card and now its all mushy and needs to be replaced\tdamaged_card\nmy dog swallowed my credit card and i need a new one\tdamaged_card\ni want to report a damaged card that my cat shredded with its claws\tdamaged_card\ni need to replace a card that my daughter spilled juice on\tdamaged_card\ni'm unable to use my card because it's been ruined\tdamaged_card\ni can't use my card because it’s damaged badly\tdamaged_card\ni cannot use my card cuz it's damaged\tdamaged_card\ni can't use my card because it’s messed up\tdamaged_card\ni can't use my card because it’s broken\tdamaged_card\ni can't use my card because i damaged it\tdamaged_card\nwho should i talk to about the fact that i inadvertently split my card almost in half\tdamaged_card\ni accidentally deactivated the magnetic stripe on my visa debit card and i need to report it\tdamaged_card\ncan i talk to someone to let them know my card was damaged from being melted on a radiator\tdamaged_card\ni would like to report a damaged card that was burnt\tdamaged_card\ni would like to report my card damaged since i accidentally spilled gorilla glue all over it and the numbers are now obscured\tdamaged_card\nmy visa has been damaged\tdamaged_card\ndoes applebees have good reviews\trestaurant_reviews\nare the reviews ned get's good\trestaurant_reviews\nis the review ned's have good\trestaurant_reviews\nare ned's reviews good\trestaurant_reviews\nare the reviews for ned's good\trestaurant_reviews\nhow are the reviews for tacos at the buffet\trestaurant_reviews\ndo they serve good tacos at the buffet\trestaurant_reviews\nmy favorite, beef tacos at the buffet\trestaurant_reviews\nthey sold out of tacos at the buffet\trestaurant_reviews\nyum, pulled pork tacos at the buffet\trestaurant_reviews\nwhat do people think of the new burger at mcdonalds\trestaurant_reviews\nhow are the reviews for the supreme pizza at papa john's\trestaurant_reviews\nwhat are people saying about chick-fil-a's chicken nuggets\trestaurant_reviews\nshow me the reviews for the new jalapeno fries at taco bell\trestaurant_reviews\ngive me some feedback about the pasta at piada please\trestaurant_reviews\nhow is gramercy tavern rated\trestaurant_reviews\nhow many stars does babbo have\trestaurant_reviews\ndoes cielo have good reviews\trestaurant_reviews\ndo people say per se is any good or not\trestaurant_reviews\nwhat do food critics say about gramercy tavern\trestaurant_reviews\nwhat are the reviews like for l'auberge aubergine\trestaurant_reviews\nhow many stars does brasserie les halles have\trestaurant_reviews\nwhat rating do the critics give the french laundry\trestaurant_reviews\ndoes acero have good or bad ratings\trestaurant_reviews\nhas the french laundry gotten good reviews lately\trestaurant_reviews\nwhat kind of reviews does the olive garden have\trestaurant_reviews\nwhat's the average review for olive garden\trestaurant_reviews\noliver garden reviews\trestaurant_reviews\ndoes olive garden have good customer reviews\trestaurant_reviews\ndoes olive garden have good reviews\trestaurant_reviews\ni need my routing number for my checking account at bb&t bank\trouting\nwhat is my routing number to my checking account at bb&t bankj\trouting\ntell me my routing number at my bank, community trust\trouting\nwhat is the routing number of my checking account at first national bankj\trouting\ngive me the routing number of my checking account at my main bank, first commerce\trouting\nwhat is my bank routing number\trouting\nwhat's my routing number\trouting\nwhat's wells fargo's routing number\trouting\ntell me my routing number\trouting\nwhere can i find my routing number\trouting\nwhere's the routing number for wells fargo\trouting\nwhere can i find wells fargo's routing number\trouting\nwhere is wells fargo's routing number listed\trouting\nwhere should i go to find the routing number for well's fargo\trouting\nis my routing number on my account page\trouting\nwhat is the bank's routing number\trouting\ni want to know what my routing number is\trouting\ni need a routing number\trouting\ndoes pnc have a routing number\trouting\ncan you tell me the routing number to pnc\trouting\ncan you please read me the routing number to pnc\trouting\nwhere can i find routing number for pnc\trouting\nwhat is the routing number for pnc\trouting\ni need x's routing number\trouting\nwhere would century bank have their routing number listed\trouting\nwhere do i go if i am seeking the routing number of dallas capital\trouting\nwhat is the location that td bank has their routing number listed\trouting\nwhere would the routing number for first utah be located\trouting\ntell me what my savings account routing number is\trouting\nwhat is chase bank's routing number\trouting\ncats or dogs are your preference\tdo_you_have_pets\nwhat kinds of pets do you own\tdo_you_have_pets\ndo you have any pets and what kind\tdo_you_have_pets\nwould you describe yourself as a cat or dog person\tdo_you_have_pets\nyou have what types or kinds of pets\tdo_you_have_pets\nare you a pet owner what kind\tdo_you_have_pets\ndo you have a pet\tdo_you_have_pets\nwould you call yourself a cat or dog person\tdo_you_have_pets\nwhat kind of animals do you own\tdo_you_have_pets\ncan you name the type of pets you have\tdo_you_have_pets\ndo you have any pets\tdo_you_have_pets\nare you a pet owner and what kind\tdo_you_have_pets\nwhat pets do you own\tdo_you_have_pets\ntell me any animals that you have as pets\tdo_you_have_pets\ndo you have cats or dogs or something else as a pet\tdo_you_have_pets\nplease tell me the types of pets you have\tdo_you_have_pets\nhow would you categorize the pets you have\tdo_you_have_pets\ntell me about the pets you have\tdo_you_have_pets\ndo you have friendly or unfriendly pets\tdo_you_have_pets\nwhich pets do you have\tdo_you_have_pets\nwhich type of pets do you have\tdo_you_have_pets\nwhat pets do you have\tdo_you_have_pets\ndo you like appreciate cats or dogs more\tdo_you_have_pets\ndo you like cats or dogs more\tdo_you_have_pets\nwhich kinds of pets do you own\tdo_you_have_pets\ndo you prefer cats or dogs\tdo_you_have_pets\ndo you prefer cats or dogs more\tdo_you_have_pets\nwhich kinds of pets do you have\tdo_you_have_pets\ndo you currently have any pets\tdo_you_have_pets\nwhat is the total number of pets that you have\tdo_you_have_pets\nplease book a meeting room for thusday at 4:00\tschedule_meeting\nwould you please schedule a meeting room for 4:00 on thursday\tschedule_meeting\ncould you schedule a meeting room for 4:00 on thursday\tschedule_meeting\nwill you schedule a conference room for thursday at 4:00\tschedule_meeting\ncan you reserve a meeting space for 4:00 on thursday\tschedule_meeting\ni need to know how to schedule a meeting\tschedule_meeting\nplease help me figure out how to set up a meeting\tschedule_meeting\ni need assistance scheduling a meeting\tschedule_meeting\nwalk me through the process of scheduling a meeting\tschedule_meeting\nhelp me set up a meeting please\tschedule_meeting\ni need a meeting room between 3-7, are any available\tschedule_meeting\ncan you tell me if there are meeting rooms available between 1 and 4\tschedule_meeting\nare meeting rooms free between 8-3\tschedule_meeting\ndo you know if meeting rooms are open to use 1-2\tschedule_meeting\ncan you check if meeting rooms are available between 4 and 5\tschedule_meeting\nmeeting rooms open between one and three pm\tschedule_meeting\ncheck meeting room availability between one and three pm\tschedule_meeting\nwhat meeting rooms are available for meeting 5pm friday\tschedule_meeting\nreserve a meeting room for friday, 5pm\tschedule_meeting\none and three pm are there meeting rooms open\tschedule_meeting\nfriday 5pm schedule a room for meeting\tschedule_meeting\nopen meeting rooms from one to three pm\tschedule_meeting\ncan you reserve a room for a friday meeting at 5pm\tschedule_meeting\nreserve a meeting room for 5pm on friday\tschedule_meeting\ncheck meeting rooms available between one and three pm\tschedule_meeting\ni need to schedule meeting room for monday at 2:30 pm, please\tschedule_meeting\ni would like you to reserve a conference room for noon tomorrow\tschedule_meeting\nplease reserve a meeting room for 1:00 pm on tuesday\tschedule_meeting\ngo ahead and hold a conference room for friday at 11 am, please\tschedule_meeting\ncan you book a meeting room for friday at 9:00 am\tschedule_meeting\nwhich gas would be best\tgas_type\nwhat type of gas should i use\tgas_type\nwhich type of gas should i get\tgas_type\ncan you tell me what gas this car takes\tgas_type\ncan you tell me this vehicles gas type\tgas_type\nwhat fuel should i use for this car\tgas_type\nwhat kind of gas should i use for this car\tgas_type\ni need to know the gas type for this vehicle\tgas_type\nfor this car what kind of fuel does it take\tgas_type\ni need to know the type of gas for this car\tgas_type\ni want to know what kind of gas this car uses\tgas_type\nwhat gas does this car use\tgas_type\nwhat fuel do i put in this car\tgas_type\nwhat type of gas goes into the car\tgas_type\nwhat type of fuel does this car utilize\tgas_type\nwhat type of gas do i put in this new car\tgas_type\nwhat type of gas do i use in this car\tgas_type\nis there a certain kind of fuel needed\tgas_type\nwhat gas goes in the vehicle\tgas_type\nwhat raiting of gas is called for\tgas_type\nwhat kind of gas goes in\tgas_type\ncan you tell me what kind of gas your car uses\tgas_type\nwhat kind of gas does your car use\tgas_type\nthe car you are driving uses what kind of gas\tgas_type\nwhat kind of gas can i put into this car\tgas_type\nwhich gas type goes into this car\tgas_type\nwhich type of gas does this car take\tgas_type\ni need gas what type do i need for this car\tgas_type\nwhat types of gas can i get for this car\tgas_type\nwhich type of gas does my car use\tgas_type\nwould a socket converter be needed in france\tplug_type\nhow do i plug stuff in in france\tplug_type\nis socket converter required in france\tplug_type\ndoes france use a socket converter\tplug_type\nis electricity the same in france\tplug_type\nwill i need a plug converter when i visit costa rica\tplug_type\nwill i require a plug converter when i visit kenya\tplug_type\nwill i need to get a plug converter when i visit guam\tplug_type\ndo i require a plug converter when i visit puerto rico\tplug_type\nwill i need to have a plug converter when i visit madrid\tplug_type\nz uses which type of plug\tplug_type\nwhat sort of plug is used in the caribbean\tplug_type\nwhich plug is used in japan\tplug_type\nplug used in china\tplug_type\nwhat kind of plug is used in england\tplug_type\nwhat do i need for a plug in wales\tplug_type\ndoes z used the same plus as we do in the united states\tplug_type\ncan i used the same type of plug in z as i do in the us\tplug_type\nelectrical plugs used in that country\tplug_type\nare the electric plugs the same over in that country\tplug_type\nwhat kind of electrical outlet does that country use\tplug_type\ndo i need a converter for my electronics when i go to that coutntry\tplug_type\ncan i plug in my electronics there like normal\tplug_type\nis a socket converter necessary if i'm travelling to london\tplug_type\nare socket converters something i need to bring if going to australia\tplug_type\ncan i use electronic devices in mexico without a socket converter\tplug_type\nare socket converters needed if i'm going to cape town\tplug_type\ndoes sweden use the same kind of socket or do i need a converter\tplug_type\nwhat plug type is used internationally\tplug_type\nwhat's the plug type in honduras\tplug_type\nwhen would you change my tires\ttire_change\nwhen is the next time i should get my tires changed\ttire_change\nhow soon should i get my tires changed\ttire_change\nhow often should i get my tires changed\ttire_change\ndo you know when i should get my tires changed next\ttire_change\nwhen should my tires be changed\ttire_change\ni need to know when i should change my tires\ttire_change\nhow soon till i need to change my tires\ttire_change\ncan you tell me when my tires have to be changed\ttire_change\nam i almost due for a tire change\ttire_change\nwhen is my car due for an tire change\ttire_change\nhow do i know when to get the tires changed on my car\ttire_change\nhow often should my tires be changed\ttire_change\nhow often should i change the tires on my car\ttire_change\ni replaced tires last june when should i do it again\ttire_change\non feb 3rd i changed my tires are they still good\ttire_change\nmy tires are 29 months old should u change them\ttire_change\nwhen do my tires need changing after i replaced them last week\ttire_change\nin september i changed my tires are they in need of changing\ttire_change\nhow do i know if it is time to replace my tires\ttire_change\nhow long does the average set of tire last before needing replacement\ttire_change\nhow long are my tires expected to last before needing to be replaced\ttire_change\nhow many miles are my tires rated for\ttire_change\nwhat is the time for a tire change\ttire_change\nmy tires should be changed when\ttire_change\ntell me when to get my tires changed\ttire_change\nwhen is it time for a change in tires\ttire_change\nwhat is the timeframe for getting my tires changed\ttire_change\ntell me when i'll need new tires\ttire_change\nwhen will my tires need to be changed\ttire_change\nconvert 200 us dollars to british pounds\texchange_rate\nhow many japanese yen are in a us dollar\texchange_rate\nhow much is 5 us dollars worth in canadian dollars\texchange_rate\ncan you tell me what 100 british pounds equals in us dollars\texchange_rate\nwhat is the exchange rate between us dollars and japanese yen\texchange_rate\nwhats the current exchange rate between usd and eur\texchange_rate\nwhat's the exhange rate between mxn and gbp\texchange_rate\nwhat is the current exchange rate between mxn and eur\texchange_rate\nwhat's the exchange rate between ils and usd\texchange_rate\nwhat is the usd mxn exchange rate\texchange_rate\nhow many mexican pesos is a us dollar worth\texchange_rate\nhow much is one us dollar in british pounds\texchange_rate\nwhats the exchange rate for us dollars to british pounds\texchange_rate\nwhat is a british pound worth in mexican pesos\texchange_rate\nhow many mexican pesos can i get for one us dollar\texchange_rate\nlook up the rate of exchange between pesos and usd\texchange_rate\nfind me the exchange rate between usd and cad\texchange_rate\nwhat is the exchange rate between euros and pesos\texchange_rate\ntell me the current exchange rate between cad and euros\texchange_rate\nwhat is the present exchange rate between usd and british pound\texchange_rate\nconvert 20 yen to dollars\texchange_rate\nhow many dollars can i get for 20 yen\texchange_rate\nhow many dollars is 20 yen worth\texchange_rate\n20 yen is how many dollars\texchange_rate\n20 yen equals how many dollars\texchange_rate\nis $30 usd more or less in canada\texchange_rate\nin canadian dollars, what is $30\texchange_rate\nwhat is the conversion of $30 in canadian dollars\texchange_rate\ncan you please convert $30 usd to canadian dollars\texchange_rate\nhow much is $30 usd in canadian dollar\texchange_rate\non what day is our next free day\tnext_holiday\non what day is our next day off\tnext_holiday\nwhat day is our next day off\tnext_holiday\nis our next day off soon\tnext_holiday\ndo you know when our next day off is\tnext_holiday\nwhen are we off work next\tnext_holiday\nwhen is the next day we have off\tnext_holiday\nwhen will our next day off be\tnext_holiday\nare there any holidays coming and when\tnext_holiday\nhow many holidays are there and when is the next one here\tnext_holiday\nfor the holidays when is the next one we do here\tnext_holiday\nwhat holiday is next and when\tnext_holiday\nhow long before the next holiday here\tnext_holiday\nwhat's the wait period until the next day off\tnext_holiday\nwhen will my next vacation day be\tnext_holiday\nhow long do i have to wait to get a day off\tnext_holiday\nwhen's the next day off\tnext_holiday\nhow many days left until the next day out of work\tnext_holiday\ntell me the next holiday\tnext_holiday\ntell me how long until the next day off\tnext_holiday\ni got to know how long until the next day off\tnext_holiday\ni wanna know how long until the next day off\tnext_holiday\ni need to know how long until the next day off\tnext_holiday\ni wanna know the next holiday\tnext_holiday\nlet me know how long until the next day off\tnext_holiday\ni wish to know the next holiday\tnext_holiday\ni must know the next holiday\tnext_holiday\ni would like to know the next holiday\tnext_holiday\nfind the next holiday\tnext_holiday\nwhen is the soonest holiday\tnext_holiday\nturn volume up to 4\tchange_volume\nadjust volume setting to 4\tchange_volume\nkeep volume at 4 all the time\tchange_volume\nput volume setting on number 4\tchange_volume\nplease make sure the volume stays at 4\tchange_volume\nput the volume to 4\tchange_volume\nvolume to 4\tchange_volume\nturn down your speaker\tchange_volume\ndecrease your decibel level\tchange_volume\nbe more quiet\tchange_volume\nplease lower the sound\tchange_volume\nspeak up\tchange_volume\nnot so loud\tchange_volume\nquieter please\tchange_volume\nincrease the volume\tchange_volume\nturn up the volume\tchange_volume\nspeak louder please\tchange_volume\nplease lower your volume\tchange_volume\nlouder please\tchange_volume\nturn down the volume\tchange_volume\ncan you speak quieter\tchange_volume\nturn to volume 4\tchange_volume\nset 4 as the volume\tchange_volume\nturn volume to 4\tchange_volume\nvolume 4 set\tchange_volume\nvolume set to 4\tchange_volume\ni can't hear you and need you to turn up the volume\tchange_volume\nturn up your speaker volume\tchange_volume\ncan you speak louder\tchange_volume\ncan you turn up the volume for your speaker\tchange_volume\nwho is in charge of you when you work\twho_do_you_work_for\nwho is responsible for your employment\twho_do_you_work_for\nwho do you report to for your work\twho_do_you_work_for\nlet me know who your boss is\twho_do_you_work_for\ni want to know who your boss is\twho_do_you_work_for\nwould you let me know who your boss is\twho_do_you_work_for\ni would like to know who your boss is\twho_do_you_work_for\nare you my insubordinate\twho_do_you_work_for\ndoes someone else control you\twho_do_you_work_for\ndo i own you\twho_do_you_work_for\nwhat firm do you work for\twho_do_you_work_for\ndo you take your orders from me\twho_do_you_work_for\ndo i control you\twho_do_you_work_for\nam i in charge of you\twho_do_you_work_for\nis there another person that controls you\twho_do_you_work_for\nwho do you take your orders from\twho_do_you_work_for\nwould you consider someone else your boss\twho_do_you_work_for\ndo you take orders from someone else\twho_do_you_work_for\nwho controls you\twho_do_you_work_for\nwho's your boss\twho_do_you_work_for\nwhat company do you work for\twho_do_you_work_for\nwho employs you\twho_do_you_work_for\nwhere do you work\twho_do_you_work_for\nwho is it that you work for\twho_do_you_work_for\nwhom do you work for\twho_do_you_work_for\nwho is your job with\twho_do_you_work_for\nwhat company are you employed by\twho_do_you_work_for\nwhat is the name of the place you work at\twho_do_you_work_for\nwhat's your boss's name\twho_do_you_work_for\nwho can i talk to above you\twho_do_you_work_for\nwhat's the most i can charge on my card\tcredit_limit\nhow much do i have available on my visa card\tcredit_limit\nwhat is my visa credit limit\tcredit_limit\nhow much of a credit limit does visa allow\tcredit_limit\nis there a substantial credit limit on my visa\tcredit_limit\nas my visa got a high enough limit on it\tcredit_limit\nwhat is my credit max\tcredit_limit\nwhat is my credit card spending limit\tcredit_limit\nwhat's my daily spending limit\tcredit_limit\ntell me my credit limit\tcredit_limit\nhow much credit do i have on my discover card\tcredit_limit\ndo i have a monthly spending limit\tcredit_limit\nwhat's the limit on my discover card\tcredit_limit\nis there a spending limit\tcredit_limit\nwhat is my credit limit on my discover\tcredit_limit\nwhat's my spending limit on my discover\tcredit_limit\nhow much is my maximum to spend on credit cards\tcredit_limit\nwhat's my discover credit limit\tcredit_limit\nhow much can i use on my visa\tcredit_limit\nmy visa has what limit\tcredit_limit\ntell me my visa limit\tcredit_limit\nlook up how high my visa limit is\tcredit_limit\nwhat is the limit on my visa\tcredit_limit\nwhat is my state bank of india card credit limit\tcredit_limit\ncalculate the limit i have available for spending on my natwest card\tcredit_limit\ntell me my hsbc card credit limit\tcredit_limit\nwhat's the spending limit on my lloyds card\tcredit_limit\ni need you to tell me the credit limit for my republic bank card\tcredit_limit\nhow high is my credit limit\tcredit_limit\ni want to know my credit limit\tcredit_limit\nis the resataurant busy at 5:00 pm\thow_busy\nhow busy is the cafe at 7:00\thow_busy\nwould tio's be crowded at 7\thow_busy\ncan i get a table for four at 8:00\thow_busy\nis the friday's full after 4\thow_busy\nhow long is the wait at fridays\thow_busy\nis the mexican place crowded at night\thow_busy\nare cool people at the bar at 9:00 pm\thow_busy\nwhat is the best time to go to get a burger without a line\thow_busy\nhow long before i can eat at chic fil a\thow_busy\nhow long to be seated at carrabas\thow_busy\nis the wait at pizza hut long\thow_busy\nis the breakfast place full in the mornings\thow_busy\nis the wait more than an hour at the italian place\thow_busy\ntell me how busy red robin is at 5 pm\thow_busy\ni wanna know how busy denny's is at 5 am\thow_busy\ni need to know how busy denny's is at 6 am\thow_busy\nhow busy is red robin around 5 pm\thow_busy\nso how busy is the outback steakhouse at 5 pm\thow_busy\ntell me mr joes pizza average wait time\thow_busy\nis mr joes pizza available for a seating\thow_busy\ndoes mr joes pizza usually have a long wait\thow_busy\ncan you find out the waiting times for mr joes pizza\thow_busy\nwhat's the typical wait time for mr joes pizza\thow_busy\nhow busy is cheesecake factory right now\thow_busy\nhow long is the wait at cheesecake factory\thow_busy\nhow long will i have to wait at cheesecake factory\thow_busy\nis cheesecake factory busy right now\thow_busy\ncheck how busy cheesecake factory is\thow_busy\nis there a long wait at chili's around 5:00\thow_busy\ncan i do a reservation at sammy's crab shack\taccept_reservations\ndoes bill's house of chop suey accept reservations\taccept_reservations\ncheck if bj's takes reservations\taccept_reservations\ndoes bj's take reservations\taccept_reservations\nwill bj's take reservations\taccept_reservations\ndo you know if i can make reservations at bj's\taccept_reservations\ntell me if the new york restaurant takes reservations\taccept_reservations\ncan i reserve tables at the new york restaurant\taccept_reservations\ni want to know if the new york restaurant takes reservations\taccept_reservations\ndoes the new york restaurant take reservations\taccept_reservations\nis it possible to make reservations at the new york restaurant\taccept_reservations\ndo you have any idea if the flying wing does reservations\taccept_reservations\ndoes village inn let you make reservations\taccept_reservations\nis it possible to get reservations at ihop\taccept_reservations\nis it possible to reserve a table at white castle\taccept_reservations\ndo you think they'll let me reserve a table at the olive garden\taccept_reservations\ndo they take reservations at applebeesi\taccept_reservations\ndoes applebees do reservations\taccept_reservations\ncan applebees take reservations\taccept_reservations\ncan i get reservations at applebees\taccept_reservations\ndoes applebees take reservations\taccept_reservations\ntell me if taco bell takes reservations\taccept_reservations\nany clue as to if taco bell takes reservations\taccept_reservations\ndo you know if taco bell takes reservations\taccept_reservations\nany idea as to if taco bell takes reservations\taccept_reservations\ndo you know if l'arpege will ask for reservations\taccept_reservations\nwill we have to make reservations for roca\taccept_reservations\ndoes osteria francescana take reservations\taccept_reservations\ndo you have any idea if central needs reservations\taccept_reservations\neleven madison park takes reservations right\taccept_reservations\nwhere is my order now\torder_status\ntell me all updates about my order's status\torder_status\nis my order on its way or what's going on\torder_status\nhow is my order doing right now\torder_status\nlocate my package\torder_status\ncan you monitor my package's progress\torder_status\ntrack my order\torder_status\ntell me where my package is currently\torder_status\nwhere is my package en route\torder_status\ngive me the status of my order\torder_status\nwhen will i get my order\torder_status\ntell me where my order is\torder_status\nwhat is the status of the order i placed with you yesterday\torder_status\nwhat's the updated status of my order\torder_status\ncan you help with delivery tracking\torder_status\ni need a delivery tracked\torder_status\ni need to track my order\torder_status\ni placed an order and i need it tracked\torder_status\ncould you track an order for me\torder_status\nhas my package been sent\torder_status\nwhat time is my package getting here\torder_status\nhow's my amazon order doing\torder_status\ni need to track a package\torder_status\ni want to track a package i should be getting\torder_status\nplease track my order\torder_status\ncan you tell me when my item will get here\torder_status\ncan you tell me where my item is\torder_status\nwhat's up with my order\torder_status\nare they any updates on my order\torder_status\ni need to track the status of my order\torder_status\ni'm struggling to remind myself the pin number to my card\tpin_change\ni'm having trouble remembering the pin number to my card\tpin_change\nthe pin number to my card has been forgotten\tpin_change\ni don't remember the pin number to my card\tpin_change\ni do not recall the pin number to my card\tpin_change\ni would like to change the name on my checking account\tpin_change\ni would like to change the name on my credit card account\tpin_change\ni would like to change the name on my first hawaiian bank account\tpin_change\ni would like to change the name on my first bankcard account\tpin_change\ni would like to change the name on my capital one account\tpin_change\nchange the pin on my savings account to 1234\tpin_change\ni want to change my savings account pin to 1234\tpin_change\nmake 1234 a new pin for my savings account\tpin_change\nmake 1234 the pin on my savings account\tpin_change\ncan you make 1234 the pin for my savings account\tpin_change\nmake my pin 1234 for my checking account\tpin_change\ngo my to checking account and switch my pin to 1234\tpin_change\naccess my checking account and update my pin to 1234\tpin_change\ncorrect my account pin to 1234 on my checking account\tpin_change\nmodify my account pin to 1234 on my checking account\tpin_change\ntell me the pin number for my checking account\tpin_change\nplease give me the pin number for my checking account\tpin_change\ni need the pin number for my checking account\tpin_change\ndoes my checking account have a pin number\tpin_change\nwhat's the pin number for my checking account\tpin_change\nchange the code of my savings account to be 1234\tpin_change\nalter the pin on my savings account to be 1234\tpin_change\nwhat exactly is my pin\tpin_change\nhow do i change the account pin number for me\tpin_change\nplease tell me how do i change the account pin number\tpin_change\ngood speaking to you\tgoodbye\nit was really awesome to talk to you\tgoodbye\nit was great to speak with you\tgoodbye\nit was great to talk to you\tgoodbye\nbye bye then\tgoodbye\nit was very good to talk to you\tgoodbye\ngood bye then\tgoodbye\nbye\tgoodbye\nregards\tgoodbye\ncatch you later\tgoodbye\ngreat talk, thanks\tgoodbye\nlater\tgoodbye\ngoodbye\tgoodbye\nsee you later\tgoodbye\nenjoy your day, goodbye\tgoodbye\nthank you goodbye\tgoodbye\nhave a good day, bye\tgoodbye\nthat will be all have a nice day!\tgoodbye\ni enjoyed talking to you, bye\tgoodbye\nit was great talking to you\tgoodbye\nnice seeing you bye\tgoodbye\nit was nice to chat\tgoodbye\nit was a pleasure talking to you\tgoodbye\nok good chatting goodbye\tgoodbye\nthanks bye bye!\tgoodbye\nthat's all i need, i'm going now\tgoodbye\ntalk to you soon, bye!\tgoodbye\nthanks for your help, goodbye!\tgoodbye\ngood bye\tgoodbye\nsigning off\tgoodbye\nwhy is my bank account locked\taccount_blocked\nhow do i unlock my bank account\taccount_blocked\ncan you unlock my bank account\taccount_blocked\nhow did my bank account get frozen\taccount_blocked\ncan you help me unlock my bank account\taccount_blocked\ncall my bank and ask them why my account is frozen\taccount_blocked\ncheck with my bank to see why my account is frozen\taccount_blocked\ndo you know why my bank account is frozen\taccount_blocked\nwhy did my bank place a hold on my bank account\taccount_blocked\nare there any problems with my bank account\taccount_blocked\ndid someone who is unauthorized try to get into my bank account\taccount_blocked\nhow can i unfreeze my bank account\taccount_blocked\nwhy is there a stop on my deposit account\taccount_blocked\nwhy can't i use my money market account\taccount_blocked\nwhy is there a delay on my checking account\taccount_blocked\nwhy is my checking account not working\taccount_blocked\nwhat could cause a hold on my savings account\taccount_blocked\nwhat caused a hold on my us bank account\taccount_blocked\ncan you check and see why us bank put a hold on my account\taccount_blocked\nwhy does us bank have a hold on my account\taccount_blocked\nreasons that us bank would place a hold on my account\taccount_blocked\ncheck to see why us bank placed a hold on my account\taccount_blocked\nis there a problem with my account, it appears to be blocked\taccount_blocked\nwhat is up with my account, why is it blocked\taccount_blocked\nthere seems to be an issue with my account\taccount_blocked\ncan you help me unblock my account\taccount_blocked\ncan you check what the problem with my account is, it seems to b e blocked\taccount_blocked\nis there a reason you put a hold on my chase account\taccount_blocked\nwhy can't i access my chase account\taccount_blocked\nhow come my chase account has a hold on it\taccount_blocked\ni'd like to know what song this is\twhat_song\nwhat is this song name\twhat_song\ni need to know this song\twhat_song\nwhat is the name of this song that's on right now\twhat_song\ni need to know the title of this song\twhat_song\nfind out what song is currently on the speakers\twhat_song\nlook up the name of this song\twhat_song\ncan you identify this song for me\twhat_song\ntell me what this song is called\twhat_song\nplease identify the song we're currently listening to\twhat_song\nwhat is the title of the song we're listening to right now\twhat_song\nlook up the song that's on right now\twhat_song\ncan you identify this song that's playing\twhat_song\nfind out what song this is\twhat_song\ni need to know what song this is that we're listening to\twhat_song\ntell me the song that is currently playing\twhat_song\ncan you identify this song playing through the speaker right now\twhat_song\ntell me what this song is called that's playing\twhat_song\nwhat is the title of this song\twhat_song\nwhat is this song called\twhat_song\nwhat song is currently playing\twhat_song\nwhat is the information on this song\twhat_song\nwhat song is this one\twhat_song\non the speaker do you know what song is on\twhat_song\non the speaker what song is playing\twhat_song\ndo you know what song is playing on the speaker\twhat_song\nat the moment what song is playing on the speaker\twhat_song\nwhat is playing on the speaker at the moment\twhat_song\nwho is the singer on the speaker now\twhat_song\nwhat kind of music on the speaker now\twhat_song\nwill i be charged transaction fees if i use my american card internationally\tinternational_fees\nwill i incur transaction fees if i use my american card internationally\tinternational_fees\ndo i have transaction fees if i use my american card internationally\tinternational_fees\ncould you find out if my bank charges transaction fees on my american card if use internationally\tinternational_fees\nwill the bank charge transaction fees if i use my american card internationally\tinternational_fees\ndo i get charged extra for using my card in portland\tinternational_fees\nwill i get charged for using my credit card in portland\tinternational_fees\nif i'm in portland can i still use my card without getting charged extra\tinternational_fees\nis there a fee for using my card in portland\tinternational_fees\ndoes using my card in portland charge me extra\tinternational_fees\nwhat are the transaction fees associated with my discover card if i am in rome\tinternational_fees\nhow many transaction fees are there when i use my discover card in rome\tinternational_fees\nare there transaction fees for discover cards used in rome\tinternational_fees\nwill using a discover card in rome cause transaction fees\tinternational_fees\ndo i have transaction fees when i use my discover card in rome\tinternational_fees\nare there transaction fees using my discover if i'm in cuba\tinternational_fees\nwhen i go to cuba will there be a transaction fee for using my discover card\tinternational_fees\nis there a fee to use my card in france\tinternational_fees\nwill i be charged a transaction fee on my discover card in cuba\tinternational_fees\nis there a charge to use my card in france\tinternational_fees\nif i use my discover card in cuba are there transaction fees\tinternational_fees\nare there transaction fees in cuba for using my discover card\tinternational_fees\nso i get charged if i use my card in france\tinternational_fees\nis there an international charge for using my card in france\tinternational_fees\nis there a fee if i use my card in france\tinternational_fees\nis there a charge to use my card in croatia\tinternational_fees\nin x, will i be charged to use my card\tinternational_fees\nin x, what is the charge if i use my card\tinternational_fees\nif i use my card in x, will there be a charge\tinternational_fees\nwill it cost me anything to use my card in turin\tinternational_fees\nwhat was the date of my last car appointment\tlast_maintenance\nwas my car in the shop this past week\tlast_maintenance\nhow many weeks ago was my car in the shop\tlast_maintenance\ndid i get my car inspected recently\tlast_maintenance\ni cannot remember when i last took my car to the shop\tlast_maintenance\ndid i bring my car to the shop last week\tlast_maintenance\nwhen did i get my car inspected last\tlast_maintenance\ngive me the date that i last got my car checked\tlast_maintenance\ndid i take my car to the mechanics recently\tlast_maintenance\ntell me when i got my car checked last\tlast_maintenance\nwhen did i last take my car to the shop\tlast_maintenance\ngive me an exact date of when i took my car to the mechanic\tlast_maintenance\nremind me of the last date that i got my car checked\tlast_maintenance\nwhen was my last visit to the car shop\tlast_maintenance\nwhen was my car last in the shop\tlast_maintenance\nhow long ago did i take my car to the shop\tlast_maintenance\nhow long has it been since i last took my car to the shop\tlast_maintenance\nwhen did i take my car to the shop last\tlast_maintenance\ngive me the date of my last oil change\tlast_maintenance\ntell me when i last had my oil changed\tlast_maintenance\nwhen was my oil last changed\tlast_maintenance\nwhat day did i last take my car to the shop\tlast_maintenance\nhave i recently had an oil change\tlast_maintenance\nwhat was the date of the last time i took my car to the shop\tlast_maintenance\nwhat day did i last take my car in\tlast_maintenance\ntell me when my last oil change was\tlast_maintenance\ni last got my oil changed when\tlast_maintenance\nwhat day did i last have the oil in my car changed\tlast_maintenance\nwhat was the date of my last oil change\tlast_maintenance\ni'd like to know the last time my car got looked at\tlast_maintenance\nare there meetings scheduled for today\tmeeting_schedule\ncheck today's calendar for meetings\tmeeting_schedule\ncheck my schedule for meetings today\tmeeting_schedule\nlist meetings on calendar for today\tmeeting_schedule\nexactly what time is my meeting with robin scheduled for on\tmeeting_schedule\nfor what time is my meeting with marketing scheduled\tmeeting_schedule\nwhat time is my meeting with design team scheduled for\tmeeting_schedule\nwhen is my meeting with infrastructure\tmeeting_schedule\nwhen is my meeting with invoicing scheduled\tmeeting_schedule\nis the meeting with lisa today\tmeeting_schedule\nare there meetings from 1 to 5 pm\tmeeting_schedule\nwhen for i meet jane for our meeting\tmeeting_schedule\ntell me if i have a meeting with liz today\tmeeting_schedule\nis there a meeting with sam today\tmeeting_schedule\ndo i have a meeting with paul today\tmeeting_schedule\nis there any meetings from 5 to 6 pm\tmeeting_schedule\nwhen is my meeting with jim scheduled for\tmeeting_schedule\nare there any meetings between 2 and 5 pm\tmeeting_schedule\nis it possible i have a meeting with kim today\tmeeting_schedule\nmy meeting with alice is scheduled for when\tmeeting_schedule\nwhen is my meeting with jack for\tmeeting_schedule\nwhen is my meeting with ann\tmeeting_schedule\ndo i have any meetings between 1 and 8 pm\tmeeting_schedule\ni need to know if i have meetings from 3 to 6 pm\tmeeting_schedule\ndo i have any meetings scheduled today\tmeeting_schedule\ngive me a summary of today's meetings\tmeeting_schedule\ntell me when today's meeting is supposed to happen\tmeeting_schedule\nwhat time is today's meeting\tmeeting_schedule\ncheck the start time of the meeting scheduled for today\tmeeting_schedule\nam i supposed to attend any meetings today\tmeeting_schedule\nwhat food do you need to make lasagna\tingredients_list\nwhat ingredients do you need to make lasagna\tingredients_list\nwhat ingredients are needed to make lasgana\tingredients_list\nwhat is needed to make lasagna\tingredients_list\nwhat is needed to cook lasagna\tingredients_list\ngive me a recipe for tacos\tingredients_list\nwhat ingredients are in tacos\tingredients_list\ntell me what's in tacos\tingredients_list\nwhat's a good recipe foe tacos\tingredients_list\ntell me the ingredients for making tom yum\tingredients_list\ni want to know the ingredients for making pizza\tingredients_list\nlet me know the ingredients i will need for pasta making\tingredients_list\nwhat ingredients are necessary to make spaghetti carbonara\tingredients_list\nwhat do i need to use to make lasagna\tingredients_list\nhow much flour do i need for a strawberry cake\tingredients_list\ntell me the ingredients to make an apple pie\tingredients_list\nwhat ingredients are in beef jerkey\tingredients_list\nwhat ingredients does agor agor need\tingredients_list\nwhat do i need to make authentic kimchi\tingredients_list\nwhat do i need to make macaroni\tingredients_list\nwhat do i need to buy for spaghetti\tingredients_list\nwhat am i gonna need for sushi\tingredients_list\nwhat ingredients do i use for pork belly\tingredients_list\nwhat ingredients are in filet mignon\tingredients_list\nlet me know what ingredients i need to make pasta\tingredients_list\nwhat do i need to make pasta\tingredients_list\ngive me a list of ingredients for making pasta\tingredients_list\npull up everything i need to make a pasta dish\tingredients_list\ntell me all the things i need to buy to make pasta\tingredients_list\nwhat do i need to make brownies\tingredients_list\ni want to report fraudulent activity on my navy federal card\treport_fraud\ni would like to report fraudulent activity on my chase card\treport_fraud\ni need to report fraudulent activity on my usaa card\treport_fraud\ni have to report fraudulent activity on my bank of the west card\treport_fraud\ni have to report fraudulent activity the bank of america card\treport_fraud\ni seem to have a purchase that i didn't make from olive garden on my account\treport_fraud\nmy online bill has some items that i didn't purchase from penneys\treport_fraud\nmy account shows a transaction that i didn't make from foot locker\treport_fraud\nmy bill shows a purchase from payless shoes but i didn't buy anything\treport_fraud\ni have some charges on my account from old navy that aren't mine\treport_fraud\nthis charge is bs\treport_fraud\ni have a bogus transaction from amazon on my account\treport_fraud\ni have a fraudulent buy from dave's video on my account\treport_fraud\ni have a crap transaction from guitar center on my account\treport_fraud\ni think this transaction is bogus\treport_fraud\ni don't remember buying this\treport_fraud\ni have a bs transaction from ebay on my account\treport_fraud\ni've got a fraudulent purchase from kayak on my account\treport_fraud\ndo i have a fraudulent transaction on my account\treport_fraud\ni'm pretty sure i have a fraudulent transaction on my account\treport_fraud\nthere's a false charge on my account from mcdonald's\treport_fraud\ni think there's a fraudulent charge from mcdonald's on my account\treport_fraud\ni think someone jacked my bank account\treport_fraud\ni saw suspicious activity on my bank account\treport_fraud\nsomeone else used my account to buy stuff from mcdonald's\treport_fraud\nthere's a messed up transaction on my account from mcdonald's\treport_fraud\ni saw a fraudulent transaction\treport_fraud\ni have a false charge on my account from mcdonald's\treport_fraud\nwho do i contact to report fraud on my visa\treport_fraud\nthere has been unauthorized use of my visa\treport_fraud\nhow many teaspoons will make one tablespoon\tmeasurement_conversion\ni need the conversion between a cup and a tablespoon\tmeasurement_conversion\ninform me how many pounds are in 10 kilos\tmeasurement_conversion\ni wanna know how many pounds are in 10 kilos\tmeasurement_conversion\nhow do you convert kilos to pounds\tmeasurement_conversion\nhow many teaspoons is one tablespoon\tmeasurement_conversion\ni need to convert kilos to pounds\tmeasurement_conversion\ni need to know the conversion between teaspoons and tablespoons\tmeasurement_conversion\nhow many pounds are in 10 kilos\tmeasurement_conversion\ncan you assist me to convert kilos to pounds\tmeasurement_conversion\nlet me know how many pounds are in 10 kilos\tmeasurement_conversion\ngive me the conversion between ounces and cups\tmeasurement_conversion\nhelp me convert kilos to pounds\tmeasurement_conversion\ni need to know how many pounds are in 10 kilos\tmeasurement_conversion\ni want to convert kilos to pounds\tmeasurement_conversion\nhow can i convert centimeters to inches\tmeasurement_conversion\nhow would i change from centimeters to inches\tmeasurement_conversion\nwhat can i use to convert from centimeters to inches\tmeasurement_conversion\nhow can you convert centimeters to inches\tmeasurement_conversion\nhow could we convert centimeters to inches\tmeasurement_conversion\nhow does measurement slugs convert to measurement lb\tmeasurement_conversion\nhow does measurement a convert to measurement b\tmeasurement_conversion\nwhere can i find measurement conversions\tmeasurement_conversion\nhow many ounces are in 4 pounds\tmeasurement_conversion\nhow many grams are in 9 kilograms\tmeasurement_conversion\nhow many centimeters are in 12 meters\tmeasurement_conversion\nhow many inches are in 36 feet\tmeasurement_conversion\nhow many millimeters are in 21 centimeters\tmeasurement_conversion\nhow many milliliters are in 2 gallons\tmeasurement_conversion\nhow many liters are in 1 gallon\tmeasurement_conversion\ni would like it if you would turn the bedroom lights on low until i'm finished reading\tsmart_home\ni need you to turn the bathroom lights on\tsmart_home\nset the ceiling fan to low\tsmart_home\nstart the dishwasher\tsmart_home\nturn on the tv on channel 6\tsmart_home\nturn on the microwave for 3 minutes\tsmart_home\non the tv, turn on\tsmart_home\nset the tv on\tsmart_home\nhow is the temperature at ac\tsmart_home\nthe tv turn it on\tsmart_home\noven set it to 350\tsmart_home\nthe temperature at ac is what\tsmart_home\ntv turn it on\tsmart_home\n350 set the oven\tsmart_home\nthe oven be set at 350\tsmart_home\nturn the oven to 350\tsmart_home\nat ac, what's the temperature like\tsmart_home\nac temperature is at what\tsmart_home\nturn on the tv\tsmart_home\nwhat is it like the temperature at ac\tsmart_home\nto 350, set the oven\tsmart_home\nplease turn the lights down low\tsmart_home\ncan you adjust the lights down\tsmart_home\ni want the light less bright please\tsmart_home\nmake the lights darker\tsmart_home\nplease set the oven to 350 f\tsmart_home\nplease set the temperature to 70 f\tsmart_home\nset the oven temperature to 350\tsmart_home\ni need the temperature set at 70 f\tsmart_home\nturn up the oven temperature to 350\tsmart_home\ni really need you to find me a hotel with good reviews in phoenix\tbook_hotel\ni wanna book a place to stay in phoenix from the 5th to the 9th of march\tbook_hotel\ni wanna find a hotel with good reviews in phoenix\tbook_hotel\ni want a hotel in phoenix near chase field from january 4th to the 8th\tbook_hotel\ni would like to book a place to stay in phoenix from the 5th to the 9th of march\tbook_hotel\ni need a hotel in phoenix near chase field from january 4th to the 8th\tbook_hotel\ni need a hotel room that is big enough for eleven people from march 10th to the 15th in phoenix\tbook_hotel\ni must get a hotel in phoenix near chase field from january 4th to the 8th\tbook_hotel\ngo ahead and find me a hotel with good reviews in phoenix\tbook_hotel\nfind me a hotel with good reviews in phoenix\tbook_hotel\ni need you to find me a hotel with good reviews in phoenix\tbook_hotel\nget me a hotel in phoenix near chase field from january 4th to the 8th\tbook_hotel\ni need to get a hotel in phoenix near chase field from january 4th to the 8th\tbook_hotel\nplease book me a place to stay in phoenix from the 5th to the 9th of march\tbook_hotel\ni need to book a place to stay in phoenix from the 5th to the 9th of march\tbook_hotel\ni really gotta book a place to stay in phoenix from the 5th to the 9th of march\tbook_hotel\ni need to get a hotel room that is big enough for eleven people from march 10th to the 15th in phoenix\tbook_hotel\ncan you find me a reputable hotel in honolulu\tbook_hotel\ni want a hotel with good review in honolulu, can you find one\tbook_hotel\nfind for me a hotel with great reviews in ho chi minh\tbook_hotel\ni need your help to find a good reviewed hotel in washington\tbook_hotel\ncan you find me a good reviewed hotel in japan\tbook_hotel\ni need a hotel between january 1st through 3rd in jacksonville near the stadium\tbook_hotel\nfind me a place to stay in jacksonville near the stadium from january 1st through 3rd\tbook_hotel\nbook me a hotel in jacksonville near the stadium from january 1st to 3rd\tbook_hotel\nid like a room in jacksonville near the stadium between january 1st to 3rd\tbook_hotel\nfind me a room near the jacksonville stadium between january 1st through january 3rd\tbook_hotel\nget me a hotel room big enough for 4 people from may 3 to may 5 in boston\tbook_hotel\ni'm travelling to boston on march 2 until march 4 please make a hotel reservation for me\tbook_hotel\ni need a hotel room for 4 people from may 3 to may 5 in boston\tbook_hotel\npull up the map and show my location\tcurrent_location\nwhere am i currently\tcurrent_location\nwhere is my current location\tcurrent_location\nwhat's my map location\tcurrent_location\nfind my current location\tcurrent_location\nplease tell me the current location\tcurrent_location\ni want to see my location on the map\tcurrent_location\nwhat's the location where i am\tcurrent_location\ncan you tell me my current location\tcurrent_location\nwhere am i located on the map\tcurrent_location\nwhere am i currently located\tcurrent_location\nshow my location on the map\tcurrent_location\ni am currently located in what town\tcurrent_location\nmy current location is what\tcurrent_location\ngive me my location\tcurrent_location\ntell me where i am\tcurrent_location\nwhats my location\tcurrent_location\nshow my position on the map\tcurrent_location\nwhere is my location\tcurrent_location\ncurrent location please\tcurrent_location\ndisplay my location on the map\tcurrent_location\nwhere am i\tcurrent_location\nfind out where i am on the map\tcurrent_location\nwhere am i on the map\tcurrent_location\nshow me where i am on the map please\tcurrent_location\nopen map and pin point my location\tcurrent_location\nshow me my location\tcurrent_location\nwhat could help me locate myself\tcurrent_location\ni need assistance with my current location\tcurrent_location\nwhere would i search for my location\tcurrent_location\nwhat is the weather\tweather\ncurrent weather\tweather\ntell me the weather\tweather\nwhat's the weather like today\tweather\nwhat is the weather like\tweather\nshow me what the weather is like\tweather\nlet's take a look at the weather\tweather\nhow is the weather looking in seattle\tweather\nhow's the weather in seattle\tweather\nwhat is the state of the weather in seattle\tweather\nwhat is the weather forecast looking like for seattle\tweather\nwhat are the weather conditions like in seattle\tweather\nwhat is the weather doing now\tweather\nwhat kind of weather can i expect now\tweather\ntell me what the weather is looking like\tweather\nhow is the weather\tweather\ncan you tell me the weather forecast\tweather\ncould you tell me what the weather is in austin\tweather\nwhat is the weather doing in austin\tweather\nwhat about the weather in austin\tweather\nhow is the weather in austin\tweather\nwhat is happening with the weather in austin\tweather\nhow is that weather\tweather\nhow does the weather feel\tweather\nneed to know the weather now\tweather\ngive weather update now\tweather\nwant to know the weather\tweather\ntell me the weather for today\tweather\nwhat is the current weather like\tweather\nlas vegas weather today\tweather\ntell me what my federal taxes amount to\ttaxes\nwhat taxes do i owe\ttaxes\nlets talk about what my federal taxes look like\ttaxes\nwhat taxes will i owe from my income\ttaxes\nwhats the total of my taxes\ttaxes\nwhat do my federal taxes look like\ttaxes\nhow much are the taxes on my income\ttaxes\nplease share my federal taxes total with me\ttaxes\nhow much in taxes will i owe\ttaxes\nwhat do my state taxes look like\ttaxes\nwhats the total of taxes from my income\ttaxes\ntell me how much my state taxes amount to\ttaxes\nwhats the total of my federal taxes\ttaxes\nlook up how much my state taxes are\ttaxes\ntalk to me about the total of my state taxes\ttaxes\nwhat am i paying in taxes\ttaxes\nwhat is the total of my state taxes\ttaxes\nhow much do i owe the irs\ttaxes\nhow much do i pay the irs\ttaxes\ndo you know my state tax total\ttaxes\nwhat's the amount of taxes for my income\ttaxes\nhow much are my taxes for my income\ttaxes\ni pay how much of taxes with my income\ttaxes\nhow much is my state taxes\ttaxes\ni need the data and price from my state taxes\ttaxes\ndo you know the price for my taxes in income\ttaxes\nwhat is the amount of my state taxes\ttaxes\nwhat is the price of my state taxes that i owe\ttaxes\ndo you know the total for taxes for my income\ttaxes\nwhat should i squirrel away to pay in taxes\ttaxes\ni must pay verizon what minimum amount on my bill\tmin_payment\nwhat is the lowest amount i must pay on my verizon bill\tmin_payment\nat a minimum, what must i pay on my verizon bill\tmin_payment\nwhat is my minimum verizon bill payment\tmin_payment\nwhat must i pay, at a minimum, on my verizon bill\tmin_payment\nwhat's the least i can pay this month\tmin_payment\nwhat is my amex minimum payment\tmin_payment\nwhat's the minimum payment\tmin_payment\nwhat is my minimum payment and when is it due\tmin_payment\nis there a minimum payment i can make\tmin_payment\nwhat is the lowest amount i can pay for my cellphone bill\tmin_payment\nwhat is the lowest amount i can pay for my insurance bill\tmin_payment\nwhat is the minimum i can pay on my credit card bill\tmin_payment\nwhat is the lowest amount i can pay for my medical bill\tmin_payment\nwhat is the minimum i can pay on my phone bill\tmin_payment\nwhat is the minimum i can pay on my insurance bill\tmin_payment\nwhat is the minimum i can pay on my electric bill\tmin_payment\nwhat is the minimum i can pay on my gas bill\tmin_payment\nwhat is the lowest amount i can pay for my hospital bill\tmin_payment\nwhat is the lowest amount i can pay for my car bill\tmin_payment\nwhat is the minimum i can pay on my cell phone bill\tmin_payment\nwhat is the minimum i can pay on my water bill\tmin_payment\nwhat is the minimum i can pay on my heating bill\tmin_payment\ntell me the minimum i can pay on my utilities bill\tmin_payment\nwhat is the minimum amount i can pay on my gas bill\tmin_payment\ndo you know the smallest amount i can pay on my water bill\tmin_payment\nlook up the lowest amount i can pay on my electricity bill\tmin_payment\nwhat is the minimum payable amount for my rent bill this month\tmin_payment\nwhat is the minimum payment on my water bill\tmin_payment\nif i wanted to spend the lowest for my electric bill, then how much would it be\tmin_payment\nset whisper mode to off\twhisper_mode\nswitch off whisper mode\twhisper_mode\nswitch whisper mode off\twhisper_mode\nturn whisper mode off\twhisper_mode\nwhisper mode, please\twhisper_mode\nplease start whisper mode\twhisper_mode\nswitch over to whisper mode\twhisper_mode\nleave whisper mode\twhisper_mode\nrevert from whisper mode\twhisper_mode\nwhisper mode must be left\twhisper_mode\nchange from whisper mode\twhisper_mode\nhelp to turn on whisper mode\twhisper_mode\nturn on whisper mode\twhisper_mode\nwhisper mode\twhisper_mode\nstart whisper mode\twhisper_mode\ngo to whisper mode until this movie is over\twhisper_mode\ngo to whisper mode until i say to go back to normal\twhisper_mode\ngo into whisper mode until the plane lands\twhisper_mode\ngo to whisper mode for one hour\twhisper_mode\ngo to whisper mode until my morning alarm goes off\twhisper_mode\nmake saound function operate in whisper mode\twhisper_mode\nchange audio settings to the whisper option\twhisper_mode\nchange audio to whisper mode\twhisper_mode\ni want to only use the whisper sound\twhisper_mode\nchange sound setting to whisper\twhisper_mode\nchange to something that's not whisper mode\twhisper_mode\ncancel whisper mode\twhisper_mode\nget out of whisper mode\twhisper_mode\nwhisper mode, stop\twhisper_mode\nstop whisper mode\twhisper_mode\nstop what you're doing\tcancel\nthis process needs to stop\tcancel\nstop this process\tcancel\nthat was a mistake, undo that\tcancel\nignore the previous command\tcancel\nforget what i told you to do\tcancel\nplease cancel the last input\tcancel\nplease stop the current process\tcancel\ncan you end the current process\tcancel\njust stop talking\tcancel\nplease stop talking\tcancel\nstop, just stop\tcancel\nyou can stop talking ai\tcancel\nstop the process\tcancel\ncan you turn off the process\tcancel\nstop talking\tcancel\nyou can cancel the task\tcancel\ncan you cancel that\tcancel\ncan you cancel that request\tcancel\ncould you cancel that request, please\tcancel\ncan you cancel that request, please\tcancel\ncan you cancel that, please\tcancel\nhush\tcancel\nbe quiet\tcancel\nstop it now!\tcancel\nstop talking you are annoying\tcancel\nyou need to shut it\tcancel\nstop processing\tcancel\nabort mission\tcancel\nstop speaking\tcancel\nare visas needed to travel to jamaica\tinternational_visa\ndo i need a visa for south korea\tinternational_visa\nif i go to columbia, will i need a visa\tinternational_visa\nare visas required to go to cuba\tinternational_visa\ndo i need to apply for a visa for my trip to india\tinternational_visa\nif i go to indonesia would i need a visa\tinternational_visa\ndo i need a visa to travel to indonesia\tinternational_visa\nshould i apply for a visa if i am traveling to mexico\tinternational_visa\nis a visa necessary for traveling to south africa\tinternational_visa\nif i want to travel to singapore do i need a visa\tinternational_visa\ndo americans need visas in canada\tinternational_visa\nwould i need a visa in taiwan\tinternational_visa\ni'd like to go to malaysia so do i need a visa\tinternational_visa\nis a travel visa needed for thailand\tinternational_visa\nwhat are the visa requirements for brazil\tinternational_visa\nis a travel visa required to visit paraguay\tinternational_visa\ndoes travelling to st petersburg require a travel visa\tinternational_visa\nshould i get a travel visa if i want to go to guyana\tinternational_visa\nwill i be able to visit peru without a travel visa\tinternational_visa\nif i want to go to x, do i need a travel visa\tinternational_visa\ncan i get to cuba with this visa\tinternational_visa\ndo i need a visa to get to puerto rico\tinternational_visa\ndo i need a visa to go to colombia\tinternational_visa\ndo i need a states visa to get to cuba\tinternational_visa\ndo i need a us visa for cuba\tinternational_visa\nif i get a visa can i travel to japan\tinternational_visa\ndo i need a visa if i'm going to san jose\tinternational_visa\ndo i need a visa to travel outside of the us\tinternational_visa\nare visas for international travel\tinternational_visa\ncan you travel outside of the united states without a visa\tinternational_visa\ndo i need to get any shots before i travel to morocco\tvaccines\ndo i need to get any shots before i travel to south africa\tvaccines\ndo i need to get any shots before i travel to zimbabwe\tvaccines\ndo i need to get any shots before i travel to liberia\tvaccines\ndo i need to get any shots before i travel to spain\tvaccines\nare there any required shots to travel to astana\tvaccines\nwhat shots do i need if i'm travelling to odessa\tvaccines\nare there any shots i need to travel to karachi\tvaccines\nare there any required shots in indonesia\tvaccines\nwhat are the required shots in mozambique\tvaccines\nare more shots needed to travel to argentina\tvaccines\nwhat sorts of vaccinations should i get prior to a trip to hong kong\tvaccines\nbefore i embark on a trip to europe should i get more shots\tvaccines\nwould you need more shots to go to mexico\tvaccines\nis vaccination necessary for travel to asia\tvaccines\ndo you think my shots would be needed, before traveling to columbia\tvaccines\nwill having my shots updated be a good idea, before i travel to south america\tvaccines\nshould i have my shots up to date before i travel to the virgin islands\tvaccines\nif you were traveling to indonesia, as i am, would you have your shots updated before your visit\tvaccines\nare shots required before traveling to china\tvaccines\ndoes cuba require vaccines\tvaccines\nwhich vaccines are meant for cuba\tvaccines\nwhich vaccines will i need for cuba\tvaccines\ndo i need a vaccine for the congo\tvaccines\nvaccines for my trip to cuba\tvaccines\nare there vaccinations needed if i go there\tvaccines\nwould vaccinations be needed if i go here\tvaccines\nif i travel abroad, do i need vaccinations\tvaccines\nif i travel here, do i need vaccinations\tvaccines\ndo i need vaccinations if i go this country\tvaccines\ni would like to know my vacation days balance\tpto_balance\ngive me vacation days remaining, please\tpto_balance\nhow many vacation days do i still have available\tpto_balance\nplease tell me the exact number of days i have still for vacation\tpto_balance\nwhat's the number of vacation days i have left\tpto_balance\nwhat amount of vacation days do i have\tpto_balance\nwhat is the number of pto days i have left\tpto_balance\nwhat amount of pto days do i have left\tpto_balance\nwhat are the amount of vacation days i have\tpto_balance\nhow much pto days do i have remaining\tpto_balance\nwhat number of days do i have for vacation\tpto_balance\nwhat is my remaining amount of pto days\tpto_balance\nwhat do my pto days amount to\tpto_balance\nwhat do my vacation days amount to\tpto_balance\nhow many days of vacation do i have left\tpto_balance\nwhat day am i on on vacation and how much do i got left\tpto_balance\nhow many vacation days are remaining on my time\tpto_balance\nhow many days of vacation are left now\tpto_balance\nhow many days on holiday do i have\tpto_balance\ncan you see if i have any vacation days available for a request\tpto_balance\nhow much vacation time have i earned\tpto_balance\nhow much vacation time do i have\tpto_balance\nhow many weeks of vacation time have i earned\tpto_balance\nhow many weeks of vacation time do i have\tpto_balance\nhow many days can i take for vacation\tpto_balance\nwhat is the balance on my vacation days\tpto_balance\nhow many days are remaining on my vacation days\tpto_balance\nso i have any vacation days left\tpto_balance\nwhat is the year to date total on my vacation days\tpto_balance\nhow many sick days do i have\tpto_balance\nhow do i get downtown by foot\tdirections\nhow do i get to the subway by foot\tdirections\nhow do i get to the train by foot\tdirections\nhow do i get to central park by foot\tdirections\nhow do i get to the airport by foot\tdirections\nwhere is the nearest wal mart\tdirections\ni want directions to phoenix\tdirections\ni must understand the nearest gas station to glendale\tdirections\ni need some directions to phoenix\tdirections\ngive me directions to phoenix\tdirections\ni must know the closest gas station to glendale\tdirections\nwhere is the nearest fry's\tdirections\nwhere is the nearest papa john's\tdirections\ni would love to know the closest gas station to glendale\tdirections\nget me directions to phoenix\tdirections\nwhere is the nearest k mart\tdirections\nwhere is the nearest circuit city\tdirections\nlet me know the nearest gas station to glendale\tdirections\nwhere is the closest gas station to glendale\tdirections\nwhere is the nearest movie theater to time' square\tdirections\nwhere is the closest bathroom to the statue of liberty\tdirections\nwhere is the closest mcdonald's to foxwoods casino\tdirections\nwhere is the nearest marijuana dispensary to kentucky fried chicken\tdirections\nwhere is the closest hospital to madison square garden\tdirections\nwhere is the closest pharmacy\tdirections\nshow me the nearest gas station\tdirections\nwhich hospital is nearest to me\tdirections\ni need to know where the hospital closest to me is\tdirections\nwhere is the nearest arco gas station to macdonalds\tdirections\nfind the closest cvs near galleria mall\tdirections\nspell aaron\tspelling\nhow do you spell aaron\tspelling\nspell the word aaron\tspelling\ncorrect spelling for aaron\tspelling\nspell aaron for me\tspelling\ni don't know how to spell apoplectic, can you tell me\tspelling\nwhat is the correct spelling of the word comity, since i do not know\tspelling\ndo you know how to spell, bourgeois\tspelling\nhow do you spell the word comity, i need to know\tspelling\ni need to know how to spell the word serendipity\tspelling\ncan you tell me the correct spelling of liaison\tspelling\nwhat is the proper spelling of corporate\tspelling\nplease tell me how to spell the word coup\tspelling\ni am not sure how to spell the word liaison\tspelling\ncan you tell me how to spell the word schadenfreude, i don't know how it's spelt\tspelling\ndo you know how to spell curiosity\tspelling\nspell curiosity for me\tspelling\ntell me how to spell curiosity\tspelling\ni need to know the proper spelling of curiosity\tspelling\nplease tell me how curiosity is spelled\tspelling\n\"what's the proper way to spell \"\"helicopter\"\tspelling\n\"tell me how to spent \"\"frightened\"\tspelling\n\"can you spell \"\"fragile\"\" for me\"\tspelling\n\"can you spell out \"\"wonderful\"\tspelling\n\"i need to know how to spell \"\"miranda\"\tspelling\n\"i need help spelling \"\"exquisite\"\tspelling\n\"can you spell out \"\"annulment\"\tspelling\n\"how do you spell \"\"exactly\"\tspelling\n\"how do you spell \"\"montpelier\"\tspelling\n\"what's the right way to spell \"\"emolument\"\tspelling\nhow are you doing\tgreeting\nare you okay\tgreeting\nwhat are you feeling today\tgreeting\nis everything ok today\tgreeting\nare you doing alright\tgreeting\nhello, how's your day\tgreeting\nhey there, how are you today\tgreeting\nhello, how is it going\tgreeting\nhi there, how are you doing\tgreeting\nhey, how are you\tgreeting\nhey, what's up\tgreeting\nhello, how are you doing\tgreeting\nhi, how are you\tgreeting\nhi, how are you today\tgreeting\nhello, how are things\tgreeting\nhey there\tgreeting\nhey, what's new\tgreeting\nit is good to see you\tgreeting\ni'd like to know how you are doing\tgreeting\nhello there\tgreeting\ntell me how you are doing\tgreeting\nhello there, good morning\tgreeting\nlet me know how you are doing\tgreeting\nwell hi there\tgreeting\ni want to know how you are doing\tgreeting\ni need to know how you are doing today\tgreeting\nhello there ai\tgreeting\nwill you tell me how the ai is doing\tgreeting\nwould you tell me how the ai is doing\tgreeting\nhola!\tgreeting\nso please reset your factory settings\treset_settings\ni need your to reset to factory settings\treset_settings\nnow reset your factory settings\treset_settings\nrevert to the original configuration\treset_settings\nchange back to the factory set up\treset_settings\nchange all setting to original ones\treset_settings\nplease reset to factory settings\treset_settings\nreset all settings to the factory settings\treset_settings\ncan you please revert to factory settings at this time\treset_settings\nplease remove current settings and go back to factory settings now\treset_settings\nplease reset to factory settings at once\treset_settings\ni would like you to change the settings back to factory default now, please\treset_settings\nadjust settings back to original factory settings immediately\treset_settings\ncan you reset your factory settings\treset_settings\ncould you please reset your factory settings\treset_settings\nyour factory settings need to be reset\treset_settings\ngo back to your manufacturers' settings\treset_settings\nprioritize to the settings you started with\treset_settings\nreset to your original settings\treset_settings\nrestart your actions with the original settings you came with\treset_settings\nplease rely on your original settings\treset_settings\ncan you return to the factory fresh settings\treset_settings\nplease return to default settings\treset_settings\nrevert to original settings\treset_settings\nstart over using factory setting\treset_settings\ngo back to the default settings please\treset_settings\nrevert to factory settings\treset_settings\ngo back to factory settings\treset_settings\nplease turn on factory settings\treset_settings\nrevert back to factory settings\treset_settings\ntell me what your name is\twhat_is_your_name\nwhat did they name you\twhat_is_your_name\nhey, how do i call your attention\twhat_is_your_name\nwhat's your name\twhat_is_your_name\ngive me your name so i can use you\twhat_is_your_name\nhow should i address you\twhat_is_your_name\nwhat do i call you\twhat_is_your_name\nwhat's your name anyway\twhat_is_your_name\ntell me what to call you\twhat_is_your_name\ncan you tell me what you are called\twhat_is_your_name\nwhat should you be called\twhat_is_your_name\nwhat should i use when i refer to you\twhat_is_your_name\nhow do you say your name\twhat_is_your_name\nwhat is your preferred name\twhat_is_your_name\nwhat can i call you\twhat_is_your_name\nwhat name do you go by\twhat_is_your_name\nwho do i have the pleasure of speaking with\twhat_is_your_name\nmay i have your name\twhat_is_your_name\nwho am i speaking with\twhat_is_your_name\nand your name is\twhat_is_your_name\nwhat do i call you, ai\twhat_is_your_name\nwhat name do you go by, ai\twhat_is_your_name\nai, what is your name\twhat_is_your_name\nwhat do they call you, ai\twhat_is_your_name\nai, what is your given name\twhat_is_your_name\nwhat name do you want me to use\twhat_is_your_name\nwhat do you like to be called\twhat_is_your_name\nwhat should i call you\twhat_is_your_name\nwhat would you like me to call you\twhat_is_your_name\nwhat is your name\twhat_is_your_name\nhow do i set up a direct deposit\tdirect_deposit\nhow do i set up direct deposit\tdirect_deposit\nchase account direct deposit options\tdirect_deposit\nset my paycheck to direct deposit to chase account\tdirect_deposit\nactivate direct deposit to chase account\tdirect_deposit\nchase account options direct deposit\tdirect_deposit\nbank options direct deposit\tdirect_deposit\nhow do i set up a direct deposit for my paycheck\tdirect_deposit\nhow to activate direct deposit to chase account\tdirect_deposit\nget my paycheck to direct deposit\tdirect_deposit\ndirect deposit\tdirect_deposit\ni need a direct deposit\tdirect_deposit\ncan we get a direct deposit\tdirect_deposit\nset up direct deposit\tdirect_deposit\ni want to set up direct deposit\tdirect_deposit\nsetting up direct deposit\tdirect_deposit\nhow do i get my paycheck into direct deposit at nations bank\tdirect_deposit\ncould you tell me how to set up direct deposit for my check from work at nations bank\tdirect_deposit\nif i want to direct deposit my check into my nations bank account how do i do that\tdirect_deposit\ni need to know how to do direct deposit with my paycheck at nations bank\tdirect_deposit\ncould you tell me how to direct deposit my check from work into nations bank\tdirect_deposit\nhow does one set up direct deposit to my bank account\tdirect_deposit\nwhat do i need to do to set up direct deposit\tdirect_deposit\nwhat is the process of setting up direct deposit\tdirect_deposit\nif i want to set up direct deposit, how do i do it\tdirect_deposit\ni'm not sure how to set up direct deposit\tdirect_deposit\ncan you tell me how to set up direct deposit\tdirect_deposit\ni'd like my checks to be deposited into my account directly, how do i do that\tdirect_deposit\ni'd like to set up direct deposit\tdirect_deposit\nhow do i set up my direct deposit\tdirect_deposit\nwhat's my bank of america account getting in interest\tinterest_rate\nwhere do i see what interest my mortgage has\tinterest_rate\nis there somewhere my personal loan displays the interest rate i'm paying on it\tinterest_rate\nwhat's the apr on my savings account\tinterest_rate\nwhat interest rate am i getting from bank of america\tinterest_rate\nwhat interest rate am i getting from wells fargo\tinterest_rate\nwhat interest rate is bofi giving me on my cd\tinterest_rate\nhow do i find the interest rate for my checking account\tinterest_rate\nwhat interest rate am i getting from citrix\tinterest_rate\nhow can i tell what the interest rate on my money market account is\tinterest_rate\nwhat's my checking account yielding in interest\tinterest_rate\nhow much interest is my nfcu accrueing\tinterest_rate\nwhat interest rate am i getting from sunflower bank\tinterest_rate\nwhere do i go to find the interest rate on my savings account\tinterest_rate\nwhat interest rate am i getting from nfcu\tinterest_rate\nfor my savings account i would like to know the interest rate\tinterest_rate\ni need my checking account's interest rate\tinterest_rate\ntell me the interest for my savings account\tinterest_rate\nwhat's the interest rate on my savings account\tinterest_rate\ni want the interest rate for my checking account\tinterest_rate\ncan i get the interest rate for my checking account\tinterest_rate\ni need to get the interest rate of my savings account\tinterest_rate\nwhat's my savings account interest\tinterest_rate\nwhat's my savings account interest rate\tinterest_rate\ni would like the interest rate for my savings account\tinterest_rate\nwhat amount of interest does my checking account earn\tinterest_rate\nwhat does my checking account at chase earn in interest\tinterest_rate\nwhat amount of interest does my checking account at chase earn\tinterest_rate\nwhat interest rate does my checking account come with\tinterest_rate\nwhat does chase pay in interest per year\tinterest_rate\nwhen can i change my credit limit\tcredit_limit_change\ncan i change my credit limit\tcredit_limit_change\ncan i get more credit\tcredit_limit_change\ni need to change the credit limit i have\tcredit_limit_change\nyou need to tell me how to increase credit limit for my chase card\tcredit_limit_change\nneed to increase credit limit for chase card\tcredit_limit_change\ni need to increase credit limit for my chase card\tcredit_limit_change\nplease tell me how to increase credit limit for the chase card\tcredit_limit_change\ntell me how to increase credit limit for chase card\tcredit_limit_change\nis it possible for me to increase my credit limit by 500 dollars\tcredit_limit_change\ncan my credit limit be increased by 500 dollars\tcredit_limit_change\ni would like to increase my credit limit, can i do so by 500 dollars\tcredit_limit_change\nmay i increase my credit limit by 500 dollars\tcredit_limit_change\ncould i perhaps increase by credit limit by 500 dollars\tcredit_limit_change\ncan i increase the credit limit on my mastercard\tcredit_limit_change\ncan i increase the credit limit on my visa card\tcredit_limit_change\ncan i increase the credit limit on my discover card\tcredit_limit_change\ncan i increase the credit limit on my capital one card\tcredit_limit_change\ncan i increase the credit limit on my travel rewards card\tcredit_limit_change\nhow can i get my credit limit to be increased to $1000\tcredit_limit_change\ncan you get my credit limit increased to $1000\tcredit_limit_change\nhow do i get my credit limit increased to $1000\tcredit_limit_change\nhow do i ask for a limit increase on my discover card\tcredit_limit_change\ncan i get my limit increased on my discover card\tcredit_limit_change\nhow can i get a limit increase on my discover card\tcredit_limit_change\nwho do i need to contact to ask for a credit limit increase on my discover card\tcredit_limit_change\ncan you increase my credit limit to $1000\tcredit_limit_change\ncan my credit limit be increased to $1000\tcredit_limit_change\nhow do i adjust my credit limit\tcredit_limit_change\nhow can i increase the credit limit on my discover card\tcredit_limit_change\nwhat are your hobbies exactly\twhat_are_your_hobbies\nwhat are your hobbies in life\twhat_are_your_hobbies\nwhat are some of your hobbies\twhat_are_your_hobbies\ni would like to know some of your hobbies\twhat_are_your_hobbies\nwould you give me examples of what some of your hobbies are\twhat_are_your_hobbies\ntell me what some of your hobbies are\twhat_are_your_hobbies\ni am needing to know what some of your hobbies are\twhat_are_your_hobbies\ni need you to talk to me about your hobbies\twhat_are_your_hobbies\nwould you tell me about your hobbies\twhat_are_your_hobbies\ni want to talk to you about your hobbies\twhat_are_your_hobbies\ngive me examples of what some of your hobbies are\twhat_are_your_hobbies\nwhat kinds of hobbies do you have\twhat_are_your_hobbies\nwhat hobbies do you like to do\twhat_are_your_hobbies\nwould you tell me the hobbies the ai has\twhat_are_your_hobbies\nwhat are the ai's hobbies\twhat_are_your_hobbies\ndoes the ai have hobbies\twhat_are_your_hobbies\nwhat kind of hobbies does the ai have\twhat_are_your_hobbies\ncan you tell me what hobbies the ai has\twhat_are_your_hobbies\nwhat do you engage in during your free time\twhat_are_your_hobbies\nwhat kind of things to you like to outside of work\twhat_are_your_hobbies\nwhat do you like to do during your leisure time\twhat_are_your_hobbies\nwhat kinds of activities to you participate in during your free time\twhat_are_your_hobbies\nwhat do you do on off days\twhat_are_your_hobbies\nhow to you spend your free time\twhat_are_your_hobbies\nwhat do you do after work\twhat_are_your_hobbies\nwhat do you like to do besides work\twhat_are_your_hobbies\nif you have hobbies tell me some of them\twhat_are_your_hobbies\nwhat kind of hobbies are you interested in\twhat_are_your_hobbies\nany hobbies you like to do\twhat_are_your_hobbies\nwhat do you enjoy doing in your off time\twhat_are_your_hobbies\nbook me a flight to jackson, mississippi from austin texas on american airlines\tbook_flight\nbook me a place to chicago from atlanta united airlines\tbook_flight\ncan you book me a flight to memphis from st louis on delta airlines\tbook_flight\nbook a flight to los angeles from las vegas on american airlines\tbook_flight\nbook me a flight to dallas from st, paul, minnesota on delta airlines\tbook_flight\ni need a flight on delta from los angeles to seattle\tbook_flight\ni need to book a flight on jet blue to boston from new york\tbook_flight\ncan you get me a flight from san francisco to san jose using american airlines\tbook_flight\ni want a flight from new york to san francisco using delta\tbook_flight\nget me a flight from barcelona to paris from jet blue\tbook_flight\n\"\"\"i'll be travelling from lax and headed to phl for 120 on the 10th of may\"\tbook_flight\n\"\"\"i'm fly out from lax to phl this weekend for around $120\"\tbook_flight\n\"\"\"i\"\"m headed out to lax and going to phl for a low price of $120 this weekend on the 12th\"\tbook_flight\n\"\"\"i'm going on a flight from lax and going to phl, which is only $120 on june 15th\"\tbook_flight\n\"\"\"i'll leave to lax and go to phl for $120 on nov 5th\"\tbook_flight\nbook me a flight from midway to jfk for less than 200 dollars\tbook_flight\ni need a flight from boston to miami for under 300 dollars\tbook_flight\ncan i fly from atlanta to san francisco for less than 100 dollars\tbook_flight\nbook a flight from new york to la for less than 200 dollars\tbook_flight\nfind me a flight from seattle to detroit for less than 200 dollars\tbook_flight\ni want to a book a roundtrip flight from san antonio to dtw departing on friday and returning on wednesday\tbook_flight\ni'm looking for a flight from billings to cleveland on may 2 and a return on may 9\tbook_flight\ni'm looking for flights that depart on the 3rd and return on z from monday to friday\tbook_flight\nwhat roundtrip flights from orlando to vegas are available from thursday to monday\tbook_flight\nare there any roundtrip flights from shanghai to seatac that depart on wednesday and return on the thirty first\tbook_flight\nmake sure i get a delta flight from pittsburgh to arizona\tbook_flight\nbook a delta flight to arizona from pittsburgh\tbook_flight\nschedule a flight from pittsburgh to arizona on delta\tbook_flight\ni want to fly to atlanta for under 300 from pittsburgh\tbook_flight\ni need a flight for under 300 from pittsburgh to atlanta\tbook_flight\ndoes my shopping list have pop tarts\tshopping_list\ncan you check to see if my shopping list already has milk\tshopping_list\ndid i remember to put oatmeal on my list\tshopping_list\niterate over the items on my grocery list\tshopping_list\ntell me what i have on my shopping list\tshopping_list\ndo i have twinkies on the grocery list\tshopping_list\nhave i already got eggs down on the shopping list\tshopping_list\nrecite the items i'm planning to purchase\tshopping_list\nwhat do i currently have on my shopping list\tshopping_list\nwhat's on my to-buy list\tshopping_list\nwhat's on my purchase list\tshopping_list\ndo i have to buy milk\tshopping_list\nis milk on my shopping list\tshopping_list\nis milk one of my shopping list items\tshopping_list\nam i supposed to buy milk\tshopping_list\nis milk one of the things i need to buy\tshopping_list\ntell me what's is on my shopping list\tshopping_list\nplease read my shopping list\tshopping_list\ndid you put carrots on the shopping list\tshopping_list\ndoes the shopping list have apples on it\tshopping_list\nare carrots added to the grocery list\tshopping_list\nis garlic on my grocery list\tshopping_list\ndid carrots get on my shopping list\tshopping_list\nwhat things are on my shopping list today\tshopping_list\ntell me the items in my shopping list\tshopping_list\nwhat does my shopping list contain\tshopping_list\ni need to know what's on my shopping list\tshopping_list\nwhat is on the shopping list\tshopping_list\nplease let me know what is on my shopping list\tshopping_list\nlet me know what's on my shopping list\tshopping_list\ntext chrissy, i'm on my way\ttext\ntext dave, i'll be there soon\ttext\nsend davis a text i'll be there in a few\ttext\ntext laura i'll be late for dinner\ttext\n\"text mike, \"\"i'm running late\"\ttext\ntell jim i'm coming home soon\ttext\ni want to tell susan that the meeting has been cancelled\ttext\ntell fred that i don't have his guitar\ttext\ncould you send a text to bill saying no\ttext\ntext mark hello\ttext\ntext emily\ttext\nplease text john\ttext\ni want you to text mark\ttext\nget a text to mark\ttext\ncan you text walt and tell him to meet me at the car wash\ttext\ntext courtney and inform her about the detour\ttext\ntext dan and tell him to go home\ttext\ntext samantha and let her know i will arrive in 10 minutes\ttext\ntext katy and tell her i love her\ttext\ntext jean and tell him to call work\ttext\ntext steve and tell him i am running late\ttext\ni'd like you to text marie and let her know to meet me at the hospital\ttext\ntext jeff and tell him to pay the bill\ttext\ntext mark and tell him to leave now\ttext\nsend jack a text saying hi\ttext\nsend a text that says hi to abby\ttext\n\"i'd like to send a text to jack, say \"\"hi\"\ttext\ncan you text dave and tell him i like his paper\ttext\ncan you text mary and tell her she is amazing\ttext\ncan you text bill and tell him i love him\ttext\nwhat do i owe to jcp\tbill_balance\nwhat is the amount due on my visa\tbill_balance\nhow much do i owe visa\tbill_balance\nhow much do you think my rent and electric bills are\tbill_balance\nwhat would you say my gas and phone bills are at\tbill_balance\ni need to know the price of my car payment and insurance please\tbill_balance\nwhat price is my credit card and my water bill at\tbill_balance\nhow much is my water and sewer\tbill_balance\nhow much do i need to pay for my electricity and water bills\tbill_balance\nwhat is the cost of my rent and water bills\tbill_balance\nhow much are my rent and cable\tbill_balance\nhow much does my water and electricity cost\tbill_balance\nwhat do i owe this month on all my bills\tbill_balance\ni think all my bills are paid, but can you double check\tbill_balance\ni think i owe about 100 left on my bills, am i forgetting anything\tbill_balance\nwhat are my bills this month\tbill_balance\nwhat does my cable bill look like\tbill_balance\nhas my electricity bill increased this month how much\tbill_balance\nhow expensive is my internet\tbill_balance\nhow much will my monthly bill be\tbill_balance\nwhat are my total bills this month\tbill_balance\nwhat will i be paying for utilities this month\tbill_balance\nhow much is my telephone bill this month\tbill_balance\nhow much is due for my water bill\tbill_balance\nhow much do i have to pay this month\tbill_balance\ntell me my water bill please\tbill_balance\nis the phone bill the same as last month\tbill_balance\nwhens my insurance due and how much does it cost\tbill_balance\nhow much is the car bill this month\tbill_balance\nwhat is the electricity bill\tbill_balance\ncan i share my location with david\tshare_location\nplease send my location to kevin and also to lucy\tshare_location\nhow do i share my location with kate and mike\tshare_location\ncan you let michael and julie know my location\tshare_location\nplease let lisa and chris know my location information\tshare_location\nmake my location available with david and kate\tshare_location\ni need to give my location to macy and george\tshare_location\ni'd like for this person to know my location\tshare_location\ncan you indicate my location to my friend\tshare_location\nshare my location with this person\tshare_location\nsend my location to this individual\tshare_location\nwhat is my current location\tshare_location\nshare location with john\tshare_location\ngive ann and scott my location\tshare_location\ncould you inform ann and scott of my location\tshare_location\nlet ann and scott know where i am\tshare_location\nwill you make sure ann and scott know my location\tshare_location\ntell ann and scott where i am\tshare_location\ntell david my location\tshare_location\nsend david my location\tshare_location\ntell my location to david\tshare_location\ntell david where i am\tshare_location\nshare location with david\tshare_location\nshow allison how to get to me\tshare_location\nsend my location to sis\tshare_location\nshow cody where i am\tshare_location\nshare my location to susan\tshare_location\nshare my current location with kristen\tshare_location\nsend sarah my current location\tshare_location\nplease send my location to rob and mary\tshare_location\nhow do i get stuff with visa points\tredeem_rewards\nwhat are my mastercard points good for\tredeem_rewards\nhow many points do i have to cash\tredeem_rewards\nwhere can i cash out my card points\tredeem_rewards\nwhat do i have to do to use my credit points acquired through purchases\tredeem_rewards\nhow do i use my card reward points for my next flight\tredeem_rewards\nhow do i go about getting cash for my card points accumulated\tredeem_rewards\ntell me how to get my points from credit card use cashed in\tredeem_rewards\ni want to use my card reward points\tredeem_rewards\ncan i redeem my points by transferring them to someone as a gift\tredeem_rewards\ncan i redeem my points on gas\tredeem_rewards\ncan i redeem my points for flights\tredeem_rewards\ncan i get cash back for my points\tredeem_rewards\ncan i use my points to pay my credit card\tredeem_rewards\nwhat are the steps to get my rewards for my visa card\tredeem_rewards\nhow can i cash out my rewards for a visa card\tredeem_rewards\nhow can i claim my rewards for my visa card\tredeem_rewards\nhow can i get my rewards for my master card\tredeem_rewards\nwhere would i get my rewards for my master card\tredeem_rewards\nlet me cash my credit rewards\tredeem_rewards\nhelp me redeem my reward points\tredeem_rewards\nput in a request for cashing in credit points\tredeem_rewards\ni want to use my credit rewards now\tredeem_rewards\ni need to use my credit points\tredeem_rewards\ni need to redeem my visa points\tredeem_rewards\nwhats the policy to redeem my visa reward points\tredeem_rewards\nwhat can i get with my mastercard points\tredeem_rewards\nhow do i cash in my amex reward points\tredeem_rewards\nhow do i redeem my visa points\tredeem_rewards\ni want to shop using credit card points\tredeem_rewards\nplay the song called baby shark\tplay_music\nplay the song called wreckless love\tplay_music\nplay the song called i want it that way\tplay_music\nplay the song called dancing on the ceiling\tplay_music\nplay the song called amazing grace\tplay_music\nget me my slow sounds\tplay_music\nlet me hear my slow songs\tplay_music\npull up the songs under slow\tplay_music\ni want to hear my slow playlist\tplay_music\ni'm in the mood for slow songs and nothing else\tplay_music\n\"the song that goes, \"\"starships were meant to fly\"\", play it\"\tplay_music\n\"please play that song that goes, \"\"starships were meant to fly\"\tplay_music\n\"play the song that goes, \"\"starships were meant to fly\"\tplay_music\n\"can you play the song that goes like, \"\"starships were meant to fly\"\tplay_music\n\"will you play the song that goes like, \"\"starships were meant to fly\"\tplay_music\ndrop some beats\tplay_music\nturn on top 20 country hits\tplay_music\nturn on my tunes\tplay_music\nplease play music by acdc\tplay_music\nplay oldschool rap\tplay_music\nput on some metallica music\tplay_music\nplay music by ludacris\tplay_music\nbump some jams\tplay_music\nplay ludacris hits\tplay_music\nplay a song\tplay_music\nturn on metallicas greatest hits\tplay_music\nput on my 90s playlist\tplay_music\ncan you play music by led zepplin\tplay_music\nlets play some music by korn\tplay_music\ndo play the music by linkin park\tplay_music\ni need to add something to my calendar for next tuesday\tcalendar_update\nplease clear my calendar\tcalendar_update\ntake the doctor appointment off my calendar please\tcalendar_update\ncan you add an event to my calendar\tcalendar_update\nerase all events on friday from my calendar\tcalendar_update\nremove jess's party from my calendar\tcalendar_update\ndelete all calendar entries on march 3\tcalendar_update\ndelete dentist from my calendar\tcalendar_update\ncancel doctors appointment from my calendar\tcalendar_update\nerase meeting with jeff from my calendar\tcalendar_update\nclear my calendar on feb 28\tcalendar_update\ncancel event scheduled for this afternoon\tcalendar_update\nplease take off my calendar on saturday the 6th birthday party for john\tcalendar_update\ni want to take the 8am meeting with sam on monday the 5th off my calendar\tcalendar_update\nplease remove lunch with sally that is on my calendar on tuesday the 8th\tcalendar_update\ni need buy a birthday gift for sue taken off my calendar  it is on monday or tuesday last week\tcalendar_update\nwill you remove the dinner with june on saturday the 4th at 7pm from my calendar\tcalendar_update\ncan you cancel improv class from my calendar for may 7th\tcalendar_update\nclear my calendar for may 3rd\tcalendar_update\ntake work from my calendar for may 7th\tcalendar_update\nclear my calendar for september 6th\tcalendar_update\ndelete jury duty from my calendar for may 7th\tcalendar_update\nremove fencing from my calendar for may 7th\tcalendar_update\nclear my calendar for february 29th\tcalendar_update\nclear my calendar for april 20th\tcalendar_update\nclear my calendar for november 11th\tcalendar_update\nremove wrestlemania from my calendar for may 7th\tcalendar_update\nwhat can i do to get rid of this event\tcalendar_update\nwhat is the best way to remove this appointment\tcalendar_update\nfriday needs to be clear on my calendar\tcalendar_update\ntell me if you are a human or are a computer\tare_you_a_bot\nwould you tell me if you are a human or are a computer\tare_you_a_bot\nprovide me with the knowledge of whether you are a human or are a computer\tare_you_a_bot\nlet me know if you are a human or are a computer\tare_you_a_bot\ni need to know whether you are a human or are a computer\tare_you_a_bot\nare you real\tare_you_a_bot\ncan you tell me if your a bot\tare_you_a_bot\ni want to know if your a bot\tare_you_a_bot\nis this a bot\tare_you_a_bot\ni think your a bot\tare_you_a_bot\nis it true your a real person\tare_you_a_bot\nare you a person that's real\tare_you_a_bot\nare you actually a person\tare_you_a_bot\nare you really real\tare_you_a_bot\nyour a bot aren't you\tare_you_a_bot\ncould you be human\tare_you_a_bot\ncould you be a person\tare_you_a_bot\nare you human\tare_you_a_bot\nare you a human or ai computer based\tare_you_a_bot\nwould you call yourself a human or a computer\tare_you_a_bot\nhow do you describe yourself: as a computer or a human\tare_you_a_bot\nare you computer or human\tare_you_a_bot\nwould most people say you are a computer or a human\tare_you_a_bot\nare you real or a computer\tare_you_a_bot\nare you a computer generated voice\tare_you_a_bot\nam i talking to a real live person\tare_you_a_bot\nis your voice from a human or is it synthesized\tare_you_a_bot\nare you a person or artificial intelligence\tare_you_a_bot\ncould you tell me if you're a real person\tare_you_a_bot\nare you a person or robot\tare_you_a_bot\ncan i get to work on my fuel tank\tgas\ncan i get to susan's house with my current tank\tgas\ndo i have enough gas to get home\tgas\ndo i have enough fuel to travel to san diego from here\tgas\nwill i make it to my current destination on this fuel tank\tgas\ncan i make it to los angeles with this fuel level\tgas\ncan i reach seattle with this amount of fuel\tgas\ndo i have enough gas in my tank to make it to washington dc\tgas\ndo i have enough gas in my car to make it to dallas\tgas\nwill i run out of gas before i reach atlantic city\tgas\ntell me where my gas tank is\tgas\nwhere can i find my gas tank\tgas\nwhere is my gas tank located\tgas\nhow many gallons do i have left in my gas tank\tgas\nhow's my gasoline how much do i have left\tgas\nwhat percentage full is my gas tank\tgas\nhow full or empty is my tank of gas\tgas\nhow much gas do i have left in my tank\tgas\nhow full is my gas tank\tgas\nhow many more miles can i drive on my current tank\tgas\nhow much gas is left in my car\tgas\nhow full is the gas tank\tgas\nwhat does the gas meter read\tgas\nhow much of the gas do i have left\tgas\nhow much gas do i have here\tgas\nhow much gas do i have in the tank\tgas\ncan you tell me how much gas is in my tank\tgas\ntell me my gas tank levels\tgas\nwhat is the data of my gas tank\tgas\nhow much gas do i have in my tank\tgas\ni want to bring my card on the texas trip in june, will it be expired by then\texpiration_date\nwhat's the month, year, and day that my card expires\texpiration_date\ndoes my card ending in 1234, or any of my cards, expire soon\texpiration_date\ndoes my card have an expiration date and if so, what is it\texpiration_date\nwhen does my card expire, the one ending in 1234\texpiration_date\ngive me my credit card expiration date\texpiration_date\nwhat is the expiration month and year on my credit car\texpiration_date\nwhen is the date of expiration for my first bank card\texpiration_date\nwhat is the expiration month of my card\texpiration_date\nwhat is the expiration date of my credit card\texpiration_date\nlet me know when my credit card expire\texpiration_date\nwhen will my citi card expire\texpiration_date\nwhen is my credit card expire\texpiration_date\nwhen is the expiration month for my card\texpiration_date\nwhen is the expiration date of my credit card\texpiration_date\nwhat is the expiration date on my chase card\texpiration_date\nwhen is the expiration date for me discover\texpiration_date\nwhen it my citi card expired\texpiration_date\nwhen is my card expired\texpiration_date\ntell me the expiration date on my credit card\texpiration_date\nwhat month is my card expired in\texpiration_date\nhow soon does my credit card expire\texpiration_date\nwhen will my new credit card arrive\texpiration_date\nwhat month does my credit card expire\texpiration_date\nwhat is the date when my visa card will expire\texpiration_date\ncan you tell me what the date of expiry for my visa card is\texpiration_date\ntell me the expiration date for my visa card\texpiration_date\nshow me the expiration date for my visa card\texpiration_date\nwhere should i look for my credit card expiration day\texpiration_date\nwhen will my credit card no longer be good\texpiration_date\nadd to my motivational playlist rap god\tupdate_playlist\ninclude rap god on the motivational playlist\tupdate_playlist\nmove rap god to my motivational playlist\tupdate_playlist\nin my motivational playlist include the song rap god\tupdate_playlist\nadd the song rap god to the motivational playlist\tupdate_playlist\ni need this song on my meditation playlist\tupdate_playlist\ni want the current song added to my pregame playlist\tupdate_playlist\nplease put this song on my studying playlist\tupdate_playlist\nplease throw this song onto my cleaning playlist\tupdate_playlist\ni would like the song playing right now put on my driving playlist\tupdate_playlist\ni want this song on my pregame playlist\tupdate_playlist\nplease add this song to my study playlist\tupdate_playlist\ncan you add this song to my driving playlist\tupdate_playlist\nwill you be sure to add this current song to my sleep playlist\tupdate_playlist\nplease add the song i'm listening to right now to my relaxation playlist\tupdate_playlist\nadd this to my rock playlist\tupdate_playlist\nadd what im listening to to my rock playlist\tupdate_playlist\ni want to put this on my rock playlist\tupdate_playlist\nadd current song to rock playlist\tupdate_playlist\nadd this song to my rock playlist\tupdate_playlist\nplease add this song to my country music playlist\tupdate_playlist\ni am asking you to add this song to my country music playlist\tupdate_playlist\nhelp me add this song to my country music playlist\tupdate_playlist\ncan you add this song to my country music playlist\tupdate_playlist\nthis song needs to be added to my country music playlist\tupdate_playlist\nthis song i'm listening to would be great on my commute playlist\tupdate_playlist\ni need this song on my jam playlist\tupdate_playlist\ni want what i'm listening to to be added to my chill playlist\tupdate_playlist\ni need what i'm listening to right now to be put on my exercise playlist\tupdate_playlist\nput what i'm listening to on my workout playlist\tupdate_playlist\ni do not actually need my reservation anymore\tcancel_reservation\ni need to cancel my reservation for rob at red robin\tcancel_reservation\ncancel my reservation for bob at red robin\tcancel_reservation\ni do not want my reservation anymore\tcancel_reservation\ni need you to cancel my reservation for 5 at red robin\tcancel_reservation\nplease cancel my reservation for tim at jb's\tcancel_reservation\ni gotta cancel my reservation for barry at red robin\tcancel_reservation\ni don't need the reservation anymore\tcancel_reservation\ni want you to cancel my reservation for 5 at red robin\tcancel_reservation\ni am not in need of my reservation anymore\tcancel_reservation\ngo ahead and cancel my reservation for 5 at red robin\tcancel_reservation\ni wish to cancel my reservation for fred at red robin\tcancel_reservation\ni no longer want my reservation anymore\tcancel_reservation\nplease cancel my reservation for 5 at red robin\tcancel_reservation\ni need you to cancel my reservation for smith at the williams diner\tcancel_reservation\ni want a cancellation of the dinner reservation for phillips at bernardin's\tcancel_reservation\nplease delete the reservation for roberts at village tavern\tcancel_reservation\ncould you cancel my reservation for winters at the palace tonight\tcancel_reservation\ni would like you to cancel the dinner reservation for williams at the palace tonight\tcancel_reservation\ni have to cancel my reservation after all\tcancel_reservation\ncancel my reservation for dinner tonight, please\tcancel_reservation\ni need to cancel my reservation after all\tcancel_reservation\ni have to cancel my reservation after all, please\tcancel_reservation\ncancel my reservation for dinner this saturday, please\tcancel_reservation\ncancel my reservation for dinner this friday, please\tcancel_reservation\ncancel my reservation for dinner this saturday\tcancel_reservation\ncancel my reservation for dinner tonight\tcancel_reservation\ni have to cancel my reservation\tcancel_reservation\ni need to cancel my reservation after all, please\tcancel_reservation\ni need my dinner reservation canceled\tcancel_reservation\ni would like to hear something funny\ttell_joke\ndo you have any monkey jokes\ttell_joke\nknow any dad jokes\ttell_joke\ntell me a dog joke\ttell_joke\nheard any good jokes\ttell_joke\ni want to hear a joke about elephants\ttell_joke\ni'd like to hear a lawyer joke\ttell_joke\ntell me a blonde joke\ttell_joke\ndo you know any dad jokes\ttell_joke\ntell me a joke about elephants\ttell_joke\ntell me a joke about the subject of sailing\ttell_joke\ngive me a joke about water\ttell_joke\ngive me a joke about the topic of television\ttell_joke\ngive me a joke about the subject of bugs\ttell_joke\ntell me a joke about the topic of mice\ttell_joke\ni would like to hear a joke\ttell_joke\nwill you tell me a joke\ttell_joke\nlet's hear a joke!\ttell_joke\ni could use a laugh, got any jokes\ttell_joke\ncan you tell me something funny about science\ttell_joke\ncan you share something funny about traveling\ttell_joke\ni want to hear your best joke\ttell_joke\ntell me a good joke\ttell_joke\ntell me something funny about horses\ttell_joke\ni want to hear something funny about history\ttell_joke\ncan you share a humorous joke with me\ttell_joke\ni want to hear something funny about politicsi\ttell_joke\nlet's hear a joke from you please\ttell_joke\ntell me something funny about the middle ages\ttell_joke\ndo you know any jokes\ttell_joke\nwould it be possible to change your name to coraline\tchange_ai_name\nwould it be okay to change your name to daphne\tchange_ai_name\nid like to change your name to max\tchange_ai_name\nwhat do you think about changing your name to heath\tchange_ai_name\nlets start calling you allan\tchange_ai_name\ni would like to start calling you heath\tchange_ai_name\nwhat do you think about me calling you cora\tchange_ai_name\nim going to call you xander\tchange_ai_name\ncan we change your name to clara\tchange_ai_name\nhow about lets start calling you juliette\tchange_ai_name\ni want to start calling you owen\tchange_ai_name\ncan i call you arnold instead\tchange_ai_name\nhow about i call you sue\tchange_ai_name\ncan i start calling you fred\tchange_ai_name\ncan i rename you bob\tchange_ai_name\ni want to rename you joe\tchange_ai_name\nyour new name is joe, okay\tchange_ai_name\ni'm going to start calling you joe\tchange_ai_name\nyou are going to be called joe now\tchange_ai_name\nstart responding to joe\tchange_ai_name\ni'm changing your name to joe\tchange_ai_name\ni'd like to start calling you buddy\tchange_ai_name\ni'd like to start calling you jake\tchange_ai_name\ni'd like to start calling you lover\tchange_ai_name\ni'd like to start calling you friend\tchange_ai_name\ni want to change your name to shelby\tchange_ai_name\ni'd rather call you gloria\tchange_ai_name\ni'm changing your name to goliath\tchange_ai_name\nis it okay to change your name to samson\tchange_ai_name\ncan i call you james instead\tchange_ai_name\nwhat your numerical digit to display as your age\thow_old_are_you\nhow old will you be\thow_old_are_you\nhow old will you be this year\thow_old_are_you\nwhats your age\thow_old_are_you\nwhen is your birthday\thow_old_are_you\nwhen were you made\thow_old_are_you\nwhats your age range\thow_old_are_you\ncould you tell me how old you are\thow_old_are_you\nwould you tell me how old you are\thow_old_are_you\nyour date of birth\thow_old_are_you\nyour birthday please\thow_old_are_you\ncan you tell me your birthday\thow_old_are_you\nwhens your birthday\thow_old_are_you\nwhat's your bday\thow_old_are_you\nhow old were you on your last birthday\thow_old_are_you\nhow many years have you been alive\thow_old_are_you\ncan i ask your age\thow_old_are_you\ndo you mind if i ask how old you are\thow_old_are_you\nmay i ask your age\thow_old_are_you\ni need to know your age\thow_old_are_you\nplease tell me your age\thow_old_are_you\ncan you tell me your age\thow_old_are_you\nwhen's your birthday\thow_old_are_you\nhow young are you\thow_old_are_you\nwhat's your age right now\thow_old_are_you\nhow old would you be\thow_old_are_you\ndo you know how old you are\thow_old_are_you\nhow old\thow_old_are_you\nwhat's your date of birth\thow_old_are_you\nhow old are you turning\thow_old_are_you\ni need to rent an suv in charlestown for the first week in june who do you suggest\tcar_rental\nfind a decent rental care for next week at the philadelphia airport\tcar_rental\nwho can i rent a car from next month in orlando\tcar_rental\ni need to rent a car kfor one week in ocean city, nj so who has the best deal\tcar_rental\nfind me a car rental for the weekend in asheville, nc via priceline\tcar_rental\nwhat is the phone number of the car rental place\tcar_rental\nbook a rental car to rhode island for friday, tomorrow\tcar_rental\nalexa, book a rental car to los angeles county in 2 hours\tcar_rental\ncan you book a car rental today to new york city to philadelphia\tcar_rental\nbook a car rental to miami florida today\tcar_rental\nsiri, book a car rental to the poconos today right now\tcar_rental\nwhere in syracuse can i book a car\tcar_rental\nin x, help me book a car\tcar_rental\nbook me a car rental in wichita\tcar_rental\nhow many places in dallas can i rent a car\tcar_rental\nwhere can i rent a car in singapore\tcar_rental\nmarch 2nd through march 18th, i'm going to need a jeep in frankfort\tcar_rental\nrent a car for 3/1 through 3/3 in boston; i'd prefer an suv\tcar_rental\ncan i rent a sports car in augusta for 3/4 through 3/8\tcar_rental\nin tampa, i'd like to rent a sedan from 4/1 until 4/5\tcar_rental\ni'm going to need a coupe car in sedona from 5/1 until 5/4\tcar_rental\nschedule a rental car starting monday the 5th thru friday the 9th at rent a car in town\tcar_rental\ncan you find a rental car for me that is available this monday through thursday , any make will do\tcar_rental\ni need to rent a car from traveler's rent a car downtown and make it from friday the 6th to monday the 9th cheapest available\tcar_rental\ni want a rental car that is available tomorrow and that i can keep for four days please find me one\tcar_rental\nfind me a rental car for next week , from friday the 5th thru monday the 8th, any kind\tcar_rental\ni need to rent a car for may 8th to may 25th in danville and i'd like a ford\tcar_rental\ni need to rent a car for may 10th to may 15th in lizton and i'd like a bmw\tcar_rental\ni need to rent a car for may 3rd to may 5th in indianapolis and i'd like a mercedes\tcar_rental\ni need to rent a car for may 11thto may 13th in chicago and i'd like a coupe\tcar_rental\nwhat should i do to get my car jump started\tjump_start\nwhat do i need to do to get my car jump started\tjump_start\nhow can i go about jump starting my car\tjump_start\nwhat steps should be taken to jump start a car\tjump_start\nwhat can i do to jump start my car\tjump_start\nhow do i jump start my car\tjump_start\ni need to know how to get my car jump started\tjump_start\nmy car needs a jump start; what do i need to do\tjump_start\ntell me how to jump start my car\tjump_start\nwhat steps should i take if i think my car battery is dead\tjump_start\ni'm almost certain my car battery died, please tell me what to do\tjump_start\nplease give me a quick tutorial on jump starting my car\tjump_start\nwill you guide me through the process to jump start my car, please\tjump_start\nwhat steps do i need to follow to jump start my car\tjump_start\nwhat do i do if my car battery died\tjump_start\nwhat do i do if i suspect my car battery is dead\tjump_start\ni need instructions to walk me through jump starting my car\tjump_start\ni believe that my car battery has died, what do i do next\tjump_start\ncan you give me instructions on how to jump start my car, please\tjump_start\ni wanna know how to jump start my car\tjump_start\nwhat do i do now that my battery is dead\tjump_start\nmy car battery is dead what do i do\tjump_start\ni would like to jump start my car\tjump_start\ni really need to jump start my car\tjump_start\nwhat should i do now that my car battery is dead\tjump_start\nwhat do i need to do now that my battery is dead\tjump_start\ni have to jump start my car\tjump_start\nwhat shall i do now that my battery is dead\tjump_start\ni gotta jump start my car\tjump_start\nwhat is the process for jump starting my car\tjump_start\nwhat's a good italian meal\tmeal_suggestion\ni'm looking for a meal that's from the asian cuisine\tmeal_suggestion\ni'm feeling like a greek meal and need some suggestions\tmeal_suggestion\nindian cuisine suits me and i'd like a meal suggestion, please\tmeal_suggestion\nwhat's a good, popular american meal\tmeal_suggestion\ni'd like a meal suggestion from thailand\tmeal_suggestion\ntell me what meal to eat from texas\tmeal_suggestion\ncan you give me a meal suggestion from the south\tmeal_suggestion\ni want to try a meal from ireland\tmeal_suggestion\ni want a meal from vietnam to be suggested to me\tmeal_suggestion\nwhat are good thai dishes\tmeal_suggestion\ni would like thai food\tmeal_suggestion\ncan you recommend thai food\tmeal_suggestion\ni need a thai food suggestion\tmeal_suggestion\nthai food suggestions\tmeal_suggestion\ni need options or italian tonight\tmeal_suggestion\ndo you have any recommendations for korean\tmeal_suggestion\ndo you have any ideas for a mexican meal\tmeal_suggestion\nwhat kind of indian would you recommend\tmeal_suggestion\nwhat would you suggest for japanese\tmeal_suggestion\ni need to know what's good for chinese around here\tmeal_suggestion\ni want to make something from ethiopia for dinner\tmeal_suggestion\ni need some ideas for a mexican meal\tmeal_suggestion\ni want to eat something from turkey\tmeal_suggestion\ni need a good italian dish\tmeal_suggestion\ni need a good meal idea from italy\tmeal_suggestion\ndo you have any suggested roman recipes\tmeal_suggestion\ncan you give me a american dinner suggestion\tmeal_suggestion\ntell me what to make for dinner\tmeal_suggestion\ndo you know what is for dinner\tmeal_suggestion\nwhat do i need to do to cook a chicken\trecipe\nhow do i go about cooking a 10lb turkey\trecipe\nhow do i get started making homemade pizza dough\trecipe\nwhat instructions do i need to bake a cake from scratch\trecipe\nhow do i make lasagna\trecipe\nhow do you make pasta\trecipe\nhow do you prepare omelet\trecipe\nhow do you prepare taco\trecipe\nhow do you make fried rice\trecipe\nhow do you cooked eggs\trecipe\nwhat's a good chili recipe\trecipe\ni need a recipe for chili\trecipe\nsearch for chili recipes\trecipe\nsearch for a chili recipe for me\trecipe\nfind me a recipe for chili\trecipe\nshow me ideas for hamburger\trecipe\ncan you get me recipes for eggs please\trecipe\nshow me how to make tuna casserole please\trecipe\nrecipes for garlic bread please\trecipe\nplease tell me a recipe for this meal\trecipe\ncan you find me a pork recipe\trecipe\ncan you find me a brisket recipe\trecipe\ncan you find me a rice recipe\trecipe\ncan you find me a salsa recipe\trecipe\nscan you find me a chicken recipe\trecipe\ni need a pasta recipe\trecipe\ni want a recipe for roasted veggies\trecipe\nwhat is in a burrito recipe\trecipe\ngive me a tuna salad recipe\trecipe\nfind a recipe for baked ziti\trecipe\nhow much money do i make\tincome\nhow much money do i earn\tincome\nwhat amount of money do i earn\tincome\nwhat do i take home\tincome\nhow much do i take home yearly\tincome\nhow much do i earn\tincome\nwhat's my yearly salary\tincome\nwhat's my salary\tincome\nhow much do i earn a year\tincome\nwhat do i make annually\tincome\nwhat do i bring in over a year\tincome\nplease tell me what amount i'm earning\tincome\ncan you please tell me my income\tincome\nhow much money am i earning\tincome\nwhat is my compensation\tincome\nhow much am i paid\tincome\nhow much do i get paid\tincome\nwhat is my income this year\tincome\nhow much money do i make from work\tincome\nwhat will i make this year\tincome\nwhat will i get paid this year\tincome\nhow much am i paid a year\tincome\nhow much money am i making this year at work\tincome\nwhat's my salary for this year\tincome\nwhat is my current salary\tincome\nwhat's the amount of my income\tincome\nwhat amount is my income\tincome\ni want to know my income\tincome\nwhat is my payment going to be\tincome\nhow much is the pay offered for my work\tincome\nalexa, buy a new television\torder\nplace my order alexa\torder\nsiri, place my amazon order\torder\nalexa, buy my grocery list\torder\npurchase grass seed from the store\torder\nfind inner tube and buy it for me\torder\ncan you order me some nacho chips\torder\ni'd like to buy something\torder\ni need to buy something, please\torder\ni'd like to buy a lamp online\torder\norder all items on my shopping list\torder\nget me an order of creatine powder\torder\nplace an order for my whole shopping list\torder\norder me some doritos, please\torder\nplace an order for my entire shopping list\torder\ncan you buy something\torder\nmake a purchase of doritos\torder\ni'd like to you order everything that's on my shopping list\torder\nplease buy me something\torder\norder my whole shopping list\torder\ncan you order some more eggs for me since i just ran out\torder\ni've used the last can of tuna fish and need you to order a new case of it\torder\ni've just run out of butter and need you to order me some more\torder\ni'm out of milk so you will order me some more\torder\ncan you place an order for the olive oil i just finished\torder\nplease go on amazon so i can buy bluetooth speakers\torder\nwill you please go on amazon so i can buy speakers\torder\nwhere can i find bluetooth speakers\torder\nwhat is the price of bluetooth speakers on amazon\torder\nplease order some more pepsi\torder\ni need to know traffic patterns heading to the george washington bridge from manhattan\ttraffic\ncan you give me a traffic update for driving routes nearest ocean city, new jersey from philadelphia\ttraffic\nwhat will traffic be like nearest the george washington bridge, new york\ttraffic\nwhat traffic can i expect on the way to the newark, new jersey from philadelphia\ttraffic\ncan you tell me the traffic situation from philadelphia to the new jersey turnpike\ttraffic\nhow is the traffic normally driving into downtown washington, dc, from baltimore at 4:00 pm\ttraffic\nhow is traffic nearest the ben franklin bridge philadelphia heading to the new jersey turnpike\ttraffic\ni need to know what traffic is going to be like at 3:00 pm on the new jersey turnpike heading into camden from north jersey\ttraffic\nwhat kind of traffic can i expect driving to newark, new jersey on i-95 from philadelphia at noon\ttraffic\ni need to know what traffic looks like nearest the smithsonian institute in washington, dc for the next hour\ttraffic\nplease tell me how traffic from the new jersey turnpike into the lincoln tunnel looks currently\ttraffic\nis there traffic on i-95 north to new york from philadelphia\ttraffic\ncan you tell me what the traffic is usually like at 7:00 pm from philadelphia to ocean city, new jersey\ttraffic\nwill there be heavy traffic near downtown philadelphia from lincoln drive in the next two hours\ttraffic\nwhat does post rush hour traffic generally look like heading into the lincoln tunnel in manhattan from new jersey\ttraffic\nis traffic good or bad at 9:00 on the way to detroit\ttraffic\nwhat kind of traffic is there at 9:00 on the route to detroit\ttraffic\nhow is the traffic at 9:00 on the way to detroit\ttraffic\nwhat kind of traffic can i expect at 9:00 on the route to detroit\ttraffic\nhow bad is traffic at 9:00 going to detroit\ttraffic\nis there traffic right now on my route to work\ttraffic\ngoing to work, will there be traffic\ttraffic\nis there traffic on my work route\ttraffic\nis there traffic expected\ttraffic\non my way to work, is there traffic\ttraffic\non the way to work is there traffic\ttraffic\nis there traffic on the way to work\ttraffic\nwill i encounter traffic\ttraffic\nis there traffic on the way\ttraffic\nwhats the traffic for the drive to the nearest restaurant\ttraffic\ncan i get some more checkbooks sent to me, please\torder_checks\ncould i get some more checkbooks sent to me\torder_checks\ncan i get some more checkbooks mailed to me, please\torder_checks\ncan i get some more checkbooks sent to me\torder_checks\ncould i get some more checkbooks sent to me, please\torder_checks\nhow do i order some checkbooks for my chase account\torder_checks\nfor checkbooks can i order them for my chase account\torder_checks\nam i able to order more checkbooks for my chase account\torder_checks\nfor my chase account can i order some checkbooks\torder_checks\nis there a way to order checkbooks for a chase account\torder_checks\ncan you overnight me a few checkbooks\torder_checks\nsend me more checkbooks please\torder_checks\nplease mail me more checkbooks\torder_checks\ni need more checkbooks mailed as soon as possible\torder_checks\ni'd like more checkbooks mailed to me\torder_checks\nhow do i order some more checks for my bank of the west account\torder_checks\nhow do i order some more checks for my bank of america account\torder_checks\nhow do i order some more checks for my chase account\torder_checks\nhow do i order some more checks for my usaa account\torder_checks\nhow do i order some more checks for my navy federal account\torder_checks\ni'm out of all my checks can i get some new ones\torder_checks\ni'm out of my checks i need some new ones\torder_checks\ncan i get some new checks i'm out of mine\torder_checks\ni need to order some new checks, i'm all out of them\torder_checks\ni am in need of new checks i'm completely out of mine\torder_checks\nmay i order more checks for my well's fargo account\torder_checks\ndo you know how i order more checks for my well's fargo account\torder_checks\nwhat do i do to order new checkbooks for my well's fargo account\torder_checks\nhow do i order more checkbooks for my well's fargo account\torder_checks\nwhere do i go to order more checks for my well's fargo account\torder_checks\nmy card got declined; why\tcard_declined\ncan you help me understand why my card got declined\tcard_declined\nwhy was my card not accepted\tcard_declined\ncan you tell me why my card got declined\tcard_declined\ni was at publix trying to buy some food but my card wouldnt work\tcard_declined\nwho do i need to contact to find out why my card got declined\tcard_declined\ni need to know why my card got declined\tcard_declined\nhow do i fix my card, it was declined\tcard_declined\nwhy did my card get declined at public when i was trying to buy food\tcard_declined\ni was trying to buy food at publix but my card got declined\tcard_declined\ni was trying to use my card to get food at publix but it got declined\tcard_declined\nhow can i fix my card being declined\tcard_declined\ni was trying to get food at publix, why was my card declined\tcard_declined\ndo you know why my card got declined\tcard_declined\nwhy my card stop working\tcard_declined\nmy card declined\tcard_declined\ni was in australia trying to buy chips and my cards got declined\tcard_declined\ni was in thailand trying to buy candies and my card got declined\tcard_declined\nwhy was my card got declined when i am trying to pay for dinner when i am in vietnam\tcard_declined\ni could not buy food using my card when i was in vietnam\tcard_declined\ni was in thailand and i could not use my card to buy snacks\tcard_declined\ncan you explain why i couldn't use my card at target\tcard_declined\nwhy was my card not working at target\tcard_declined\nmy credit card was turned down at target and i'd like to know why\tcard_declined\nhow come i got declined\tcard_declined\nwhy can't i use my credit card\tcard_declined\nwhy won't you let me pay with my credit card\tcard_declined\nwhy did i get rejected on my card\tcard_declined\nhow come my credit card isn't working\tcard_declined\nwhy didn't my card work\tcard_declined\nhow much is an overdraft fee for bank\toos\nwhy are exponents preformed before multiplication in the order of operations\toos\nwhat size wipers does this car take\toos\nwhere is the dipstick\toos\nhow much is 1 share of aapl\toos\nhow is glue made\toos\nany headlines from my area\toos\nwhat is the largest state in the us\toos\nwhat is the current market trend\toos\nwhat is the most popular airline\toos\nwhat is the formula for the circumference of a circle\toos\nwhat are some ways to reduce spending\toos\nwhat time does the louvre open\toos\nare there any local stations covering the moral march in raleigh in februaryu\toos\nhow many planets have we discovered\toos\nhow do i change my billing address\toos\nhow do i open an online line of credit\toos\nhow do i remove a coffee blemish\toos\nhow expensive is an apple share\toos\nwhere can i find the cruise control on my kia sportage 2010\toos\nhow many sides are in a hexagon\toos\nhow fast does an airplane travel\toos\nis it worth investing in target\toos\ni need to speak to customer service regarding my flight\toos\nhow long do wire transfers take\toos\nwhat are some deals on amazon\toos\nwhat city is the super bowl\toos\nwhat trees change color in autumn\toos\ndo people prefer summer over fall\toos\nhow long is winter\toos\nwhat were some of ben franklin's notable accomplishments\toos\nwhere was john denver born\toos\nwhere did abraham lincoln live\toos\nwhen was kobe bryant born\toos\nwho's toledo's starting point guard for the next game\toos\nhow many players are on the chicago bulls\toos\nwho is the coach of the chicago bulls\toos\nwhen do the utah jazz play next\toos\nwhat other nations were involved in the chinese trade war\toos\nwhat years has korea been at war\toos\nwhen was the theory of evolution first considered\toos\nwho formulated the theory of relativity\toos\nwhat stage of evolution am i\toos\nwhat other personality type is most compatible with infjs\toos\nwhat does my personality mean\toos\nwhat's the most dominant scale in bluegrass\toos\nwhat year was saxaphone first played\toos\nwhich piano is best for classical\toos\nis k-12 education required outside of the united states\toos\nwhat are the benefits of completing college\toos\nare you able to answer algebra equations\toos\ncan you help me study for a history exam\toos\nhow many points per game is lebron james averaging this season\toos\nwhat team does eli mannign play for\toos\nget me dwight howard shooting average\toos\ncan you list me tiger wood's stats\toos\nwhat's the runtime of all the lord of the rings movies combined\toos\nwhich character is the most famous from titanic\toos\nhow many oscars did star wars films win\toos\nwhat year was shawshank redemption released\toos\nwhich marvel character has appeared in the most movies\toos\nwhen's the next movie starring thor set to come out\toos\nwho was the first capcom character\toos\nare any justice league movies coming out\toos\ncan you tell me something about the nfl\toos\nplease explain the catch rule to me\toos\nis there overtime in college football\toos\nwhen did the mls start\toos\nwhat's the best price on super smash bros ultimate right now\toos\nwhat is the highest earning game on atari\toos\nwhen is the next nintendo direct\toos\nwhen was nintendo created\toos\nplease find the capital of pakistan and its population\toos\nhow many people live in taiwan\toos\nwhat are some of picasso's most famous works\toos\nwhat are van gogh's best pieces\toos\nwhere can i see art\toos\nwhen did camus die\toos\nhow much money does radiohead earn a year\toos\nwho is radiohead\toos\nwhat's the biggest saas marketing company in the united states\toos\nhow do i start my own marketing firm\toos\nhow can i get involved in restaurant marketing\toos\nwhat is saas marketing\toos\nwhat do you call someone who was born in segovia\toos\nwhat is rhineland\toos\nwho is the scariest character in start trek\toos\nwho is the current captain of this ship\toos\nwhat year was star trek released\toos\nwhen was toyota created\toos\nwho are some notable alumni of ucsd\toos\nwhat is the next football game\toos\nhow many students attend ucsb\toos\nwhen do classes start\toos\nhow can i become an aerospace engineer\toos\nwhat percentage of species display cold blooded traits\toos\nwhat does it mean to be an alpha male\toos\nwhat animals have alpha males\toos\nwhy do males want to be alpha\toos\nwhat's the average battery life of an android phone\toos\nset a warning for when my bank account starts running low\toos\na show on broadway\toos\nwho has the best record in the nfl\toos\nhow do i find the area of a circle\toos\nhow many onions do i have on hand\toos\nwhat is the name of the 13th president\toos\nshow me recent activity in my backyard\toos\nhow long will it take me to pay off my card if i pay an extra $50 a month over the minimum\toos\ndoes our bank have free notary\toos\nwhat were the top stories this week\toos\ncan i mix antifreeze with water\toos\nare any earning reports due\toos\nshow me the channel guide\toos\nis the pnc bank open\toos\nwhere does the power steering fluid go\toos\nwhen was the last time the president visited floridau\toos\nhow can i keep my windshield from fogging up in winter\toos\nhow do i compute the median of a set of numbers\toos\nwhat is happening with brexit right nowu\toos\nare there any new companies to look out for\toos\ncan you tell me how to compute price per ounce\toos\nhow to unclog a drain\toos\nam kind of busy now\toos\nwhat new reality shows are there for 2019\toos\nwhat is the purpose or benefit of a cash advance\toos\nhow can i root an android phone\toos\nis android better than iphone\toos\nare androids expensive\toos\nhow long does it take to become an architect\toos\nwho are some famous living architects\toos\nfind out for me as to why people get autism\toos\nis autism a genetic disease\toos\nis flu contagious\toos\nis it true that nicotine is harder to kick than heroin\toos\nplease inform me on bad habits and overcoming them\toos\nare bad habits closely related with addictions\toos\ndoes hypnosis work to break bad habits\toos\nking of acid\toos\nsuo2\toos\nwhat university in the united states offers the best biomedical engineering program\toos\nwhat's the definition of nuclear engineering\toos\nwhen was electrical engineering created\toos\nwhat is naval engineering\toos\nis it possible to survive in a black hole\toos\nwhere do black holes come from\toos\nwhat are black holes\toos\nwhat was the final vote count in the brexit referendum\toos\ncan you tell me the latest georgia news\toos\nis the brexit finalized yet\toos\nthe birds fly with there wings\toos\nhow the birds fly\toos\nwhere does cannabis originate from\toos\nhow are my cannabis stocks doing\toos\nis marijuana addictive\toos\nshould i hit or stay at 17 in blackjack\toos\nwhat game has the best odds at a casino\toos\nwhat's the best opening gambit for a game of chess\toos\nwhat side in chess has the general advantage\toos\nhow do i get better at go\toos\nhow high does my sat score need to be to get into harvard\toos\nwhat'll an education at boulder state college run\toos\nwhat's the average gpa to get into yale\toos\nwhat act score is considered good\toos\nwhat cryptocurrency gained the most in 2018\toos\nwhat's the best crypto to buy in 2019\toos\nhow is crypto legal\toos\nare there any cybersecurity jobs available in pittsburgh\toos\nhow many firewalls should i have and what type\toos\nhow can i breach a network\toos\nhow does cybersecurity work\toos\nhow many countries in the world are democracies\toos\nis the united states a democracy\toos\nwhich nations are not democratic\toos\nhow does a democracy work\toos\nplease get me my wheelchair\toos\nwhat's the best dog food to feed my puppy\toos\nhow do you know when your dog is ill\toos\nwhat dog breed sold the most in 2018\toos\nhow much food should i feed my cat\toos\nwhat does it mean if i dream of falling off a building\toos\nis it bad to not remember your dreams\toos\nwhy do we dream\toos\ndo ducks eat meat, vegetables, or both\toos\nwhat is the friendliest breed\toos\nwhat do geese eat\toos\ndo ducks sleep\toos\nare over the ear headphones better than in ear headphones\toos\nwhat brand of earphones is the best reviewed of 2019\toos\nare white and brown eggs any different\toos\nwhere do eggs come from\toos\nhow can i easily replace a string on my guitar\toos\nhow do you learn how to play electric violin\toos\ncan you give me the standard tuning notes\toos\nwhat is the cheapest electric guitar\toos\nyou want to know about current time now\toos\nwhat does it mean to have equality\toos\nwhat site publishes the most fake news\toos\ncan you tell me some fake news\toos\nis cnn really fake news\toos\nwhy is there fake news\toos\nhow much has the dow changed today\toos\nhow many prime numbers are there between 0 and 100\toos\ncan you tell me how to solve simple algebraic equations with one variable\toos\ncan you dim the brightness of my screen\toos\nwhat is the account number to the internet service i have\toos\ncan you see a hdmi cord\toos\nwhat veggies can i pair with mushrooms\toos\ncan you put the car in fuel efficient mode\toos\nat what age can someone get a card\toos\nplease find today's most read stories from the new york times todayi\toos\nhow do i get red wine out of a couch cushion\toos\ncan you tell me who sells dixie paper plates\toos\nwho invented the internet\toos\nwhat big news happened over the weekend\toos\nwhat is happening in politicsu\toos\nhow is my driving\toos\nis the earth flat\toos\nwhat is the best way to clean ceiling fans\toos\nplease tell me the status of the government shutdown\toos\nwhat oil is best for chicken\toos\nwhat is today's big article in the washington post\toos\nhas there been anything breaking this afternoon\toos\nwhat are yahoo's top stories right now\toos\nwhat's at movies\toos\nwhat is the amount of blood needed to stay alive\toos\ncan you add a bag to my reservation\toos\ncan you auto-pilot the car\toos\nwash windshield\toos\ncan you tell me what credit cards i have open\toos\ndid the stock market finish up for the day\toos\nwhat is the population of south africa\toos\nwatch the fbi\toos\ncan you find the answer to number 26 in this algebra two textbook\toos\nhow to remove a stripped bolt\toos\nwhich stocks have lost the least today\toos\nwhat are some things i can do on the way to work\toos\nhow many steps have i taken today\toos\ncan you fill in my credit card number on the screen\toos\nwho won the patriots game last nightu\toos\nis anything being newscasted about the threat of famine in chadu\toos\nwhat are the different types of tvs\toos\ndo laundry\toos\nwhat did trump do todayu\toos\nhow many miles does my car currently have\toos\nclose all internet tabs\toos\ncan you sell stocks for me\toos\nhow do you treat an iron skillet\toos\nhow much has microsoft's stock changed over the last year\toos\nwhat is the best product for removing soap scum\toos\nread text\toos\npark the car\toos\nshow me a list of top rated airlines\toos\nmay i finish washing then i give you please\toos\ndo i have overdraft protection\toos\ncan you delete my saved credit card\toos\ncan you give me the most current market news\toos\ndid the supreme court nominee get approvedu\toos\nwhich company has gone up the most today\toos\nwho were the superbowl 23 champions\toos\ncan you tell me how to clean a fish tank\toos\nopen cnn websiteo\toos\nhow do i make my android phone more secure\toos\ni need to update my address\toos\nwhat is that crunchy stuff on creme bruleo\toos\nwhich airports do southwest service around the greater new york city area\toos\ncan you retrieve client d's file please\toos\ncan you list all channels of a certain category\toos\nwhere does jelly come from\toos\ncan you tell me the s&p average\toos\nhow would you rate the airport i am traveling to\toos\nam i too old to be a sugar babyo\toos\nwhat was the closing number of the nasdaq today\toos\nhas ko gone up or down\toos\nhow many cars average are on the road daily\toos\nwhat does the plus sign mean on my dashboard\toos\nhow is ford's stock doing\toos\nwhat is my checking account number\toos\nwhen should i remove my snow tires\toos\nwhich stocks gained the most today\toos\nwhat is the fee for a cash advance\toos\ntell me about the earthquake in california that happened this morning\toos\nchange color contrast\toos\nwhat is the golden ratio's number\toos\nis the bank open on mlk day\toos\ncan i deposit a check\toos\nfrom the second of the left ,the pink one\toos\ngo and check the fridge\toos\ncan you tell me the score of the heat game\toos\ncan you mark this note as important\toos\ncan you tell me how to multiply two fractions\toos\ni want to find a new car under $25000\toos\nwhen is the next full moon\toos\nhow do i change the windshield wipers\toos\nwhy is the sky blue\toos\nshould i do a complete stop at red lights\toos\nare all televisions high definition\toos\ncan you tell me today's headlines pleasei\toos\nwho invented custardo\toos\nhow to be millionare\toos\nwhen does the stock market update\toos\ncan you tell me how to get gum out of my rug\toos\nhow can i get a better rate on my card\toos\nopen up internet browser\toos\nit is white colour\toos\nwhat makes pi so mathematically important\toos\nwhy can you have the square root of a negative number\toos\nhow much time do i have left on my 0% apr\toos\nwhat are the highest-rated android phones\toos\nwhat time do i need to arrive to make it on time\toos\nfind articles about the protests in parisi\toos\ncan you tell me how fast the average airplane enroute to california goes\toos\nhow many hurricanes are in an average hurricane season\toos\nhow does my current htc phone compare to other android phones\toos\nwhat movies are available\toos\nhow many items are in a bakers dozen\toos\nwhat articles are written at the cnn site about the women's march\toos\nwhen does napa close\toos\nwhat is the current price of tsla\toos\nwhen will world war 3 begin\toos\nwhat's going on in the world today\toos\nwhat battery percentage is my phone at\toos\ncan you sign out of my bank login\toos\nwhat is one standard deviation\toos\nhas the market been up or down since the beginning of this year\toos\nhow many moons does mars have\toos\nwhat is the cashback rate for my credit card\toos\nwho has the best record in the nba\toos\nhow long is the bank open until\toos\nwhat are some good games for my android phone\toos\ncan my grace period be extended any possible way\toos\nhow much over will overdraft protection cover\toos\nhow fast am i going\toos\nwho was the first person to discover cells\toos\nhow many people died in yesterday's storm\toos\nhow much memory do i have left on this phone\toos\ncan i set up mobile deposits\toos\nsell three calls of of nvda\toos\nwhat bills is congress talking about passing or blocking today\toos\nhow much data does my phone have left this month\toos\nhow do i add someone to my account\toos\nhow much money would my house sell for\toos\nhow do i install new cabinets\toos\nis there a fee for cancelling a flight i've booked\toos\ndelete the contact uncle john from my phone\toos\nsearch my contacts for the auto repair place\toos\ndoes my carrier have coverage in europe\toos\nis there a cheaper rate with another carrier for my mobile\toos\nwhat are the limits in my phone plan\toos\nis there a way to change your houses address\toos\ndoes dhl deliver to my address\toos\nhow frequently is the bus running today\toos\nis there a better bus route i should be taking\toos\nwhat stores are at my local mall\toos\ni need to get kalee added to my phone plan\toos\nwhat is the price of other company's similar phone plans\toos\nhow long do i have to wait to get my refund\toos\nhow long does it take the irs to issue a tax refund\toos\ndo you know if it is possible to close my savings account\toos\nhow hard is it to close a bank account at wells fargo\toos\nadd my wife as an authorized user to checking account 20905432\toos\ni would like to upgrade to full coverage for my car\toos\nwho has the cheapest insurance for my model car in the area\toos\ntell me the value on my current car\toos\nwhere can i list my vehicle for sell\toos\nwhat is the price to buy more data on my phone\toos\ni need to add a person to my bank account\toos\nwho is the best local real estate agent\toos\ni want to install new tiles in my kitchen\toos\nwhat's the way for delta to cancel a flight\toos\nread the phone number for mom in my phone contacts\toos\ncreate a contact labeled mom\toos\ndo other providers have better coverage than my cell carrier\toos\ndoes centurytel offer any better plans than the one i'm on\toos\nwhat's going on in the world today, anything major\toos\nwhat is the extra digits that are sometimes included on my zip code\toos\nwhat's the extended zipcode for my address\toos\nis there an alternate bus stop close to my home i can use\toos\nwhat stores are in the local mall\toos\nadd mary to my phone plan, please\toos\nhow much is it to get more data on my phone plan\toos\ncan i use direct deposit for my tax refund\toos\nhow much of a refund will i get this year\toos\nplease take all my money out of my checking account and close the account\toos\nwhat are cars like mine selling for online\toos\nwhat's the blue book value of my car\toos\nwhat are the last 4 digits of my credit card number\toos\nswitch over to low power mode to preserve battery life\toos\nshow me the most popular nonfiction book currently on the market\toos\ncan you recommend some fiction books\toos\nhow can i repair a broken watch\toos\nwhat's out at the theaters right now\toos\nwhat is the most popular movie currently in theaters\toos\nwhat is the cheapest new car for this year\toos\nshow me new cars with the highest safety rating\toos\ni am looking for a suit for work\toos\ni need to find a black suit under $100\toos\nwhat is a good laptop for gaming\toos\nshow me laptops for sale that are under $2,000\toos\nwhich element on the periodic table is k\toos\nwhat kind of bonds do molecules have\toos\nhow much is my car worth used\toos\nlook up prices for parking at the airport over the weekend\toos\nwhat is the best way for dealing with the airport\toos\nwhat are my hours this week at work\toos\ncan you check my voicemail\toos\nhow many voicemails are currently in my inbox\toos\ni would like to know how long a charge is suppose to last on my phone\toos\ncheck battery health on this device\toos\nwhat is a well reviewed book for a teenage girl to read\toos\ni want to find new cyberpunk fiction books\toos\nwhat channel is cw on\toos\nwhat is the most rented movie this week\toos\nwhat is a good movie to go see in theaters for a family with young kids\toos\ni would like to find a stylish suit for a party\toos\ncan you give me suggestions for a professional suit under $200\toos\nwhen is it cheapest to travel to hawaii\toos\ni need a laptop with 16gb of ram\toos\nwhat is the best reviewed laptop available on the market\toos\ngive me information about the element carbon and its reactions with hydrogen\toos\nwhat is a good chemistry experiment to learn from\toos\nhow much is this years model of my car cost\toos\nhow do i best deal with the airport\toos\nremind me of the address for my workplace please\toos\nwhat time do i have to go to work today\toos\nhow many voicemail messages do i have\toos\nerase all voicemails in my inbox please\toos\ncan you look up grocery coupons for me\toos\nwhat is money used for\toos\nwhat are some natural remedies to help ease stress\toos\nwhat are some good methods of relieving stress\toos\nhow do you make sure a bridge doesn't fall down\toos\nwhat is the median salary for someone with an engineering degree\toos\nwhat size pipes are used for sinks\toos\nwhy would the water be turned off\toos\nwhat is a good sink filter for water\toos\nwhat does water taste like\toos\nare there any sales on groceries today\toos\nwhen was my lawn last mowed\toos\nwhat store has the best deals going on right now\toos\ncan you tell me the best time to visit downtown when driving\toos\nam i currently connected to wifi\toos\nis there an internet outage in my area\toos\ntell me about personal finance\toos\ndoes amazon collect my personal information\toos\ncheck the status of my amazon orders for me\toos\nwhat is the official language of romania\toos\nshow me the best times to book flights for traveling to another country\toos\ndisconnect from wifi immediately please\toos\nam i connected to wifi\toos\nlist the contents of my safety deposit box at the bank\toos\nwhat's the more secure bank vault\toos\nwhat coupons do i have for restaurants\toos\nhow do i make money\toos\ncan you give me some stress management tips\toos\nhow unhealthy is stress\toos\nwhat's the best way to build a skyscraper\toos\nfind engineering programs to apply to\toos\nwhat kind of glue is used for gluing pipes together\toos\ncheck to see how many miles are on my car\toos\nhow do i change my windshield wipers\toos\nhow many ppm of particulate is in my local water\toos\nwhat color is water\toos\nis anything on my grocery list on sale today\toos\nhow long does it take for grass seed to grow on my lawn\toos\nplease activate a wireless hotspot so i can use the internet\toos\nlook up a good broker for mutual funds\toos\nwhat are the best personal finance practices\toos\nwill amazon ship an order even if there was a pricing mistake\toos\nwhere did mandarin originate from\toos\nwhat are some of the most visited countries for people looking to travel abroad\toos\ntell me which wifi network you are connected to right now\toos\nwhat is my current signal strength\toos\nif i'm locked in a bank vault what's the best way to get out\toos\nhow do i upgrade my operating system\toos\nhow much ram does my computer have\toos\nis it ok to feed dogs people food\toos\nhow do you fix a leaking sink\toos\nhow do you unclog a toilet\toos\ncan you tell me local crime in my area\toos\nwhat's the power consumption of my fridge\toos\nwhat is the warranty on my microwave\toos\nhow do i use my microwaves defrost\toos\nhow do you get red wine out of the carpet\toos\nhow do i get stains out of the carpet\toos\nwhat is the highest quality carpet available\toos\nhas everyone come home from school\toos\nwhat time did my daughter get home from her date\toos\nis my computer free from viruses\toos\nare you allowed to call someone a dirty name as part of free speech\toos\ncan you really get arrested for yelling fire in a crowded theater\toos\nwhat amendment guarantees the freedom of speech to americans\toos\ndo employers have to honor freedom of speech\toos\nwhat's the average score on a round of golf\toos\nwhere is the closest driving range\toos\nwhen does tiger woods play next\toos\nhow can i improve my golf swing\toos\nare your step-parent's parents considered your grandparents\toos\nwhat's a good gift to get for your grandparents\toos\nwhat year did my grandparents get married\toos\nfun gift ideas to give to grandparents\toos\nwhich came first; greek mythology or roman mythology\toos\nhow many greek mythology characters are there\toos\nwho created the world in greek mythology\toos\nwhat was hercules the god of\toos\nhow many harry potter books are there\toos\nwhat is harry's real name\toos\nwho played ronald weasly\toos\nhow do you repel a bear when you're out on a hike\toos\nwhere's the best place to hike in the rockies\toos\nwhat should i wear to hike\toos\nwhat is the main cause of becoming homeless\toos\nhow many people are jobless in america\toos\nhow many homeless people are there\toos\nwhere are most homeless people\toos\nare indians nowadays reminiscent of a decade ago\toos\nwhat were indians like 100 years ago\toos\nhow old is jennifer aniston\toos\ni need tips on how to overcome insomnia\toos\nhow many people have insomnia\toos\nwhat causes dyslexia\toos\nis insomnia curable\toos\nwhat are sigmund freud's most famous books\toos\nwhat year was jane austen born\toos\nwhere is te lawrence\toos\nwho is jane goodall\toos\nhow long does it take to get your yellow belt in karate\toos\nwhat's the most practiced form of mma in the world\toos\nwhat is the highest belt in karate\toos\nwhere does jiu jitsu originate\toos\nwhat's the proper subject verb order in japanese\toos\nhow do i learn more about linguistics\toos\nwhat kind of paint do makeup artists use\toos\nthe bus moves with tyre\toos\nhow the bus moves\toos\nwhat are some good resources to learn about mental illness\toos\nare people with a mental illness eligible for disability\toos\nhow many people suffer from mental illness\toos\nhow can i get help for my mental health\toos\nwhat's trending now\toos\nwhat's the first romantic movie ever made\toos\n\"when was the term \"\"zombie\"\" first used\"\toos\nwhat kind of traits do vampires have\toos\nwhat do mummies eat\toos\nsend information on flood clean up to my phone\toos\nwhat's the cost of buying a sump pump\toos\nrecommend a flood clean up service\toos\nwhat is the safest model of airplane to fly in\toos\nwhat year was the first airplane built in\toos\nwhat's the best reviewed local roof repair place\toos\nwhat's the best type of plan to upgrade to\toos\ngive me a suggestion for roofers\toos\nwhere can i buy new shingles\toos\nwhat's the safest pet to be around toddlers\toos\nwhy is my dog vomiting after eating\toos\ntiger\toos\nwhat's the average rent of apartments in my city\toos\nare there any apartments for rent nearby\toos\nwhat are apartment prices now\toos\nwhat's the highest building in the world\toos\nwhere is the closest architecture college\toos\nwhere can i submit my architecture plans\toos\nwho is the best architecture\toos\nplease give me a listing of all the bottled water brands in the area\toos\nwhat are the lowest prices of bottled water at costco\toos\nhow do they filter pollutants out of bottled water\toos\nwhat's the cost of bottled water\toos\nwhat's the cost to have a business card printed\toos\nwhen can i get a business card printed locally\toos\nwhat to use to design my business cards\toos\ndownload all the photos off my phone into the cloud\toos\ntell me about that kind of cameras\toos\nhow much is the new nikon camera\toos\nwhat kind of camera should i buy\toos\nhow much candy have i consumed this week\toos\nhow many flavors of mnm's are there\toos\nwho makes milky way bars\toos\nhow safe is it to consume the substance h2o\toos\nhow many elements are on the periodic table\toos\nwhat's the chemical composition of a fart\toos\nwhat is phosphorus on the periodic table\toos\nlook up some christmas songs for me\toos\nis espn covering the golden state warriors game\toos\nhow many calories does doing 20 situps burn\toos\nwhat is a normal resting heart rate\toos\nshould i run every day\toos\nhow many months do i left in my hbo subscription\toos\nwhen does game of thrones return on hbo\toos\ncancel my subscription to scientific american\toos\ni'd like to renew my subscription to playboy\toos\nwhat are popular lifestyle magazines\toos\nwhat are popular sports magazines\toos\nhow can i use make up to cover a cut on my cheek\toos\nwhat's the best make-up to cover a black eye\toos\nsend me videos of how to do a smoky eye\toos\nwhats the best rated lipstick\toos\nwhen will the government file another antitrust suit against microsoft\toos\nwhen will microsoft drop support for windows 7\toos\nhow do i make a sentence have stylized strike out in microsoft word\toos\nhow can i control where microsoft word inserts a page break\toos\nwhat are the current prices for mushrooms\toos\nwhat bands are touring in my city this week\toos\ni need for you to look up some of the major gods in mythology\toos\nwhat was the original name of jesus in egyptian myth\toos\nwas the god osiris a titan or an old god\toos\ntell me who aphrodite is\toos\nwhat activities can i to do outside today\toos\nwhen will the daffodils bloom this year\toos\nwhat zelda games are available on the switch\toos\ni want to buy some nintendo switch game\toos\nhow much does a nintendo switch cost\toos\nshow me a cool nintendo switch game\toos\ncan you check how many miles i walked today when i was out get the info from my phone\toos\ncan you check how many steps i have walked in the last week from my phone app\toos\nwhat should i do if it hurts when i pee\toos\nwhat are the symptoms of cancer\toos\nhow many pokemon have i caught in my pokemon go app\toos\ntell me what pokemon is\toos\nhas the school my kids go to been in the news for any reason\toos\nare there any school closures today\toos\nhow long is the school year\toos\nwhy did a bunch of christians go off murdering muslims in the middle ages\toos\nwhat was the point of the crusades\toos\nwhat other countries speak the english language\toos\nwhy doesn't english have consistent forms\toos\ndo they speak english in australia\toos\nwho teaches english near me\toos\ncan you see what the budget for the united states military was in 2018\toos\ncan you look at what the oldest age is someone can enlist in the army\toos\nhow many years do you need to be in the army to get a college tuition\toos\nwhere are most the servicemen right now\toos\nwhat movies are playing at my local cinemax\toos\nwhat time is a star is born showing\toos\nwhat movies are playing\toos\ncan you get me the scores from the games that were played last night\toos\nhas there been any times when lebron james was arrested\toos\nwhat are the new player rankings for the nhl\toos\nwho won in the gsw vs suns game last night\toos\ngive me the news on the newspaper today\toos\ntell me a list of my local papers\toos\nwhat's the newspaper today\toos\nwould you let me know who won the gold metal in gymnastics at the olympics\toos\nat the olympics, what country won the gold medal in basketball\toos\nwhere will the next olympics be hosted\toos\nwhen are the winter olympic games\toos\nwhat films are in the running for best song at this year's oscars\toos\nwho are the nominees for best picture this year\toos\ngive me information on the oscars\toos\ntell me about the oscars\toos\nwhy did we elect this woman who made amazon leave and take its jobs with it\toos\nhow many people live in vermillion\toos\nwhat's a good way to organize my tools in my garage\toos\nwhat's the cost of a good pegboard\toos\nis the stop sign around the corner still knocked over\toos\nis there a fork in the road sign at main & 1st avenue\toos\nare there cameras hidden in stop lights\toos\nwhat does a flashing yellow light mean\toos\nwhat is the deadline to register at university of georgia\toos\nwhat universities are nearby to me and highly rated\toos\nwhat are the top rated universities within my state\toos\nwill the anti-vaxxers die off if no one gives them vaccines\toos\nhow safe is the herpes vaccine they give women\toos\nwhere can i get the flu shot\toos\nwhen do i have to get the mmr\toos\nhow much are the clorox detergents\toos\nwhen will nightwish be touring through my city\toos\ndoes iron maiden have any new releases\toos\ntell me something about linkin park\toos\ni need you to check the resistance of a coil wrapped 6 times with an id of 25mm\toos\ncan you tell me whether the knicks will play the lakers this week\toos\nwhat do you do if your 4 year old just ate playdoh\toos\nwhen do the kids get out of school today\toos\nplease check up on my son's homework\toos\ngive me a list of the top three landscaping companies nearby\toos\nwhen should you mow your grass after it's rained\toos\nhow much sugar was in my urine this morning\toos\nwhat's a good blouse to wear with pink shoes\toos\nwhat are the best jeans in my size\toos\nhow much does it cost to spay a puppy\toos\nwhat's the best style shoe to wear to the prom\toos\ncan you tell me about that tornado that just tore up alabama\toos\ntell me what the hot topics are that are trending on google\toos\nwhat happened with the summit between trump and jong\toos\ncheck and see what the local news in broadcasting\toos\nplease uninstall this intrusive social media app\toos\nupload the pictures to the correct album\toos\ni have a super runny nose and want to find a doctor\toos\nwhich medicine to relieve my cough\toos\nhow do i get rid of blocked nose at home\toos\nhow do i get rid of sore throat at home\toos\nhow can i make my living room appear to be bigger than it is\toos\ni'd like to find some curtains that look good in this room\toos\nhow to paint walls\toos\nhow to fix walls\toos\ncan you tell me the purpose of a safe deposit box\toos\ncan you store a gun in a safe deposit box\toos\nhow do you get a safe deposit box\toos\nlook up how to apply cream to smooth itchiness\toos\nhow do i deal with angry, painful red bumps\toos\nwhere should i go if i hammered a nail through my foot\toos\nhow long does it take to call an ambulance\toos\nhow to get the right medicine\toos\nhow to take care of the sick\toos\ndo vegans really want to blame cows for climate change\toos\ngive me a recommendation for a local landscaper\toos\ni need to hire a grass treatment specialist\toos\nwhen is the best time of year for pruning\toos\nfind someone local who mows lawns\toos\ncreate a speech on historical events surrounding albert einstein\toos\ncreate a pamphlet on albert einsteins childhood\toos\nwhat is albert einstein famous for\toos\nwhen was albert einstein born\toos\nwhen will cameron release the sequel to avatar\toos\ncan you please start the avatar movie for me\toos\nis the movie avatar culturally insensitive\toos\ncould you create a new avatar for me\toos\ndoes bill gates still have any material participation in the running of microsoft\toos\ntell me more about bill gates\toos\ngive me the weather forecast for today\toos\nwhat is bitcoin trading for currently\toos\nwhere can i have a black and white photo blown up to poster size\toos\nadjust the contrast of the black and white photos\toos\ncan you colorize a black and white photo\toos\nadd color to the black and white photos\toos\nhow many people were killed in the boston marathon by bombers\toos\ncompile a list of historical events from the boston marathon\toos\ntime my next run at the boston marathon\toos\nwhen will the next boston marathon be\toos\nlook up which animal is represented in this year's chinese new year\toos\nwhat is the animal for this chinese new year\toos\nwould it be legal to have battles to the death in a homemade colosseum\toos\ndo the romans still use the colosseum for anything today\toos\nwhere is the colosseum\toos\n\"can you really time your compressions to queen's \"\"another one bites the dust\"\"\"\toos\ndo i have to put my mouth on theirs when doing cpr\toos\nwhat is the breath to compression ratio for cpr\toos\ntell me how to perform cpr\toos\ncreate a for-while loop that continues 10 times\toos\nwhere are classes taught near me for c++\toos\n\"declare a variable named \"\"golf\"\"\"\toos\nhow do i write c++\toos\nis the depiction of gold mining in the movie the ballad of buster scruggs realistic\toos\ndo you own the mineral rights to gold nuggets you find in your back yard\toos\nwhere is the best place to mine for gold\toos\nwhen was the gold rush\toos\nmake a list of facts about green book\toos\nfind out when green book was created\toos\nwho wrote green book\toos\nwhat's the main export by the peoples of greenland\toos\nhow many people still live on greenland\toos\nscan my photos and tell me which hair style is most suiting for my face\toos\ncreate several photos of me with different hair styles\toos\nlatest hair styles for long natural hair\toos\nshow video of hair styling tips\toos\ndid a man really die trying to be loved by a horse\toos\nhow many acres do you need to buy a horse\toos\nget me a picture of a horse\toos\ndoes eating poop really help your gut fauna\toos\nis there a vaccine for ebola\toos\nfind out how many latin scholars there are at the university of chicago\toos\nmake a list of side hustles i could start today to make a little extra cash\toos\nmake a list of stocks that would be good to invest in to start making money\toos\nhow can i add my signature to the proposed bill legalizing prostitution\toos\nwhat's the roi doing arbitrage with ebay\toos\ndo women still bare their chests for beads at mardi gras\toos\nwhen's the next mardi gras going to be\toos\nwhat is the best way to kill microbes\toos\nstart a speech on microbes for me\toos\ninform me of what microbes are\toos\nwhat is the top 10 best modems\toos\nwhat is the time signature for the castlevania song bloody tears\toos\ncan you tell me what key frank zappa's keep it greasy is in\toos\nplease go to wikipedia and search for articles related to nsa\toos\ncan the nsa crack the encryption on my iphone\toos\ndoes the nsa listen to me\toos\ncould you pull up the nsa website\toos\ncan you see if the octopus eggs have hatched yet\toos\nwhat do you do if your cat eats an octopus\toos\nfind out which museum houses the most post modern art in new york state\toos\nlook up the top 3 selling post modern artists in the united states\toos\ncreate a portrait for me using post modern art\toos\nfind me examples of post modern art\toos\nfind the names of all the rain forests located in south america\toos\ndoes cutting down the rain forest really add to global warming\toos\nwhat's the current demand for wood from rain forests\toos\nwhat's the current prevailing interest rate for mortgages in my area\toos\nhow's the real estate market doing this week\toos\nplease list my real estate for sale\toos\nmake an ad to sell my real estate\toos\nwhat's the status of robotic servants from japan\toos\nfinish the final touches on my newest robotic creation\toos\ncan a robot really travel back in time\toos\nprogram my new robot to bring me snacks\toos\nhow long would it take you to die of thirst in the sahara desert\toos\ncan a samurai sword deflect a bullet\toos\nhow much for a samurai sword\toos\nmake a list of what materials have been used for spacesuits\toos\nwhat size space suit should you get based on your girth\toos\nsee if you can purchase a spacesuit online\toos\ncompile a folder of paintings of sparta\toos\ndisplay history of sparta\toos\ncompile a list of articles pertaining to venture capital funding for me\toos\nstart a portfolio on venture capital funding for me to look over\toos\nhow do i get venture capital for my app\toos\nwhat's the latest vc funded company\toos\ni'd like to hire a wedding planner and need help finding one\toos\nhow to plan for weddings\toos\nfind out how many whales are currently in monterey bay\toos\nmake a chart of the different types of whales\toos\nwhat did my best friend do in the kitchen while we were gone\toos\nwhat's my boss' home address\toos\nwhat's it like to have parents who actually love you\toos\nis there any news if my parents survived the crash\toos\ntell me who gives the best motivational speeches on the web\toos\nfind an article on celebrities who made it out of poverty\toos\nsend me a motivational quote everyday for the next week\toos\nwho is the hardest working man in hollywood\toos\ntell me where i can get more information on getting a job at the post office\toos\npull up the classifieds and read the career section to me\toos\nhelp me find a new position as a programmer\toos\nwhat's the best career search website\toos\nwrite the next chapter of my biography and let me know when you have finished it\toos\ngive me a list of the biographies written by nyu professors after 2001\toos\ni would like for you to start a biography on me\toos\nshow me all biographies on teddy kennedy\toos\nfind out what supplies i am missing and will need on my upcoming camping trip\toos\nwhat are the camping restrictions at bear island\toos\nfind articles that can help me advance my position in my work field\toos\nshow me what one should do to get ahead in a tech corporation\toos\nget me a copy of a book on negotiation in the workplace\toos\nlook up ways for me to advance my job placement\toos\nsee if there is a recipe to make a casserole without any dairy\toos\ntell me in how many different colors i can get dinner plates from pier one imports\toos\ntell me amazon's choice for a set of 4 dinner plates\toos\nfind out where i can by melamine dinner plates\toos\nfind out what the maximum memory size is that i can buy in a dvd\toos\ntell me who makes the best dvd's for movie storage\toos\nhow many dvds do i currently have on file\toos\ngive me a listing of all my dvd's\toos\nlook up the conversion rate for the euro to dollar exchange\toos\nhow do i put a lens that's fallen out back in my glasses\toos\ni need you to order a new pair of eyeglasses for me\toos\ntell me what my current eyeglasses prescription is\toos\nshow me examples of cute eyeglass frames\toos\nmake a list of all sites in the us where spirits have been seen at night\toos\ntell me how to get rid of a spirit that's haunting me\toos\nshow me how to contact a paranormal spirit\toos\ntell me a scary story\toos\nshow me the goals of my local police department in terms of reducing crime\toos\nmake a list of goals i need to meet in order to write a book\toos\nwhat is the distance between the goal posts in football\toos\nremind me what my weight loss goals are\toos\ngive me a list of tax attorneys that practice in my city\toos\ntell me how i can file a pleading in circuit court\toos\ngive me the number of a traffic attorney near here\toos\nwhat are the top rated local lawyers\toos\nfind out how many miles the mississippi waterway runs\toos\ntell me what the longest tributary is in venezuela\toos\nplease book another boat for this weekends trip\toos\nget me a list of universities that provide full scholarships in arizona\toos\ntell me where to go to get my son enrolled in public kindergarten\toos\ndo a job search on monstercom for jobs in the tech field in arlington, va\toos\ni need to find work, help me connect to a local business through linkedin\toos\ndetail a list of possible job openings in the miami public school system\toos\nlook for a position similar to mine that is open around my area\toos\nfind out where one can get involved in discussing local election issues\toos\ngive me a list of the top 5 issues people have in this country\toos\nwhat is the government department that regulates emissions\toos\nwhat's the highest rated social services non-profit\toos\nexplain to me the process of evaporation\toos\nhow do i write an iep for a high schooler\toos\ntell me how to refinish a wooden desk\toos\ntell me how to make a lesson plan\toos\ntell me where i can get the cheapest tennis balls on the internet\toos\nplay the current tennis match on the tv in the living room\toos\ngive me a list of the top 10 tennis players in the world\toos\nmake a chart of all the tennis scores from this year\toos\nfind the best prices for toothpaste at any store within a 5 mile radius of my location\toos\ntell me what the best shampoo is for someone with dry scalp\toos\nwhat's the best price on a gray xl ll bean men's parka\toos\ntell me who has the cheapest watch bands on ebay\toos\nhow do i set the time on my tag heuer\toos\ntell me the steps as to how to begin a career as a journalist\toos\ngive me prices on a copy of the mla grammar handbook\toos\nput words on the paper about what you want\toos\nput into words what you want\toos\nwhat kind of foods are border collies allergic to\toos\nfind out how i can best clip my dog's nails\toos\nwhat is the lifespan of a border collie\toos\nlook up daily dog kennels in my area\toos\ngive me a list of grocery stores that sell japanese sweet potatoes\toos\ntell me the price of bananas at whole foods this week\toos\ncall the grocery store and get their operational hours\toos\ncall an uber to take me to the closest grocery store\toos\nshow me how many community centers are located within 5 miles of my location\toos\nwhich houses do not have automatic spot lights in front of their garage\toos\nare all the street lamps working on my street\toos\nmake a list of all community gardens near me\toos\ntell me where to send my resume in order to get a job at delta airlines\toos\nreview my resume for spelling errors\toos\nplease print out copies of my resume\toos\nplease spell check my resume\toos\nwhere can i get 100% merino wool t-shirts on the internet\toos\nshow me all listings on amazon for leather belts for men\toos\ntell me how many blue ties i own\toos\nwho is the start of the movie almost famous\toos\nsearch up someone who plays in a movie\toos\nsearch up the cast in the walking dead\toos\ntell me about the amusement park\toos\nwhat's the amusement park like\toos\ntake a ride on the ferris wheel\toos\ngo on the ferris wheel\toos\nwhat is the cost of four double a batteries\toos\ninstruct a list of all the brands of cereal manufactured by kelloggs\toos\ncompare prices of malt-o-meal to kelloggs\toos\nwhat kinds of cereal are gluten free\toos\nwhat kinds of cereal are low sugar\toos\nwhat is the last time the living room was vacuumed\toos\nsearch all movies created by disney in the 1980's\toos\ndoes disney world close when it storms\toos\nmickey mouse is a huge part of disney\toos\nwhat are the hours for disney world\toos\nwhat time did i get the last text message i received\toos\nplease read me the last text message i received\toos\nread my friend's text message\toos\nwatch the stories on instagram\toos\nupdate my status on instagram\toos\ncan you check on what it would cost me to upgrade my iphone with t-mobile\toos\nplease alert me when my iphone battery falls below 30%\toos\ncan you look at when the next iphone is due out\toos\nwhat type of industries do innovation managers work in\toos\nwhat are the requirements of a lab technician\toos\ngenerate a list of 20 songs that include the word love in the title\toos\ncreate a 500 word letter expressing love\toos\nfind a couple's therapist who can help me and my wife\toos\nwhat does the average cost of an engagement ring\toos\nwhat is popular in fashion right now\toos\ndoes denim go with anything\toos\naccept incoming phone call\toos\ndeny incoming phone call\toos\nwhat do i wear on my feet when it rains\toos\nwhat do i put on my feet\toos\nwhat are the words to the chorus for this song\toos\ndisplay the song lyrics for me\toos\n\"google \"\"odell beckham free agency\"\"\"\toos\nclear my search history\toos\ncompare the new life growth in trees when the seasons change\toos\nplant all your flowers just after easter in early april\toos\nfind a good toy to give a 5 year old boy that costs less than $40\toos\nfind out where i can buy a barbie doll for my niece\toos\nlook on amazon for the price of a nitendo switch\toos\nwhat brand was the last advertisement for\toos\nhow do i skip all of the advertisements\toos\nmake a list of decor i would need to have a titanic themed birthday party\toos\naquire the soundtracks from the movie if i stay and add them to my ipod\toos\n\"i watched \"\"were the millers\"\" on netflix last night\"\toos\n\"can you find \"\"were the millers\"\" on hulu\"\toos\n\"how many people have held the role of county attorney bearing the family name \"\"dixon\"\"\"\toos\ntell me about the candidates running for local office in my area\toos\nfind out who is the representative of my district\toos\ngenerate a list of the past 10 judge executives\toos\nlook up the email address of the local police\toos\nhow many hits have i done today\toos\nchange out the older photos with the newer ones\toos\norganize photos by year they were taken\toos\ncan you group my photos by location\toos\norganize my photos by date please\toos\ntell me what my local park's policy is on letting dogs off of leashes\toos\nlook up the operating hours of my local park on weekends\toos\nhow many parks are within 20 miles of me\toos\ncheck to see if i still have allergy medication\toos\nsign me up for the writing class you told me about 2 days ago\toos\nfind articles on essay writing for beginners\toos\nhow long should an essay be\toos\nhow do you start an essay\toos\nwhat should you do if your laundry machine is making a high pitched whine\toos\nfind out who the best appliance repairman is for the downtown area\toos\nlook up local repair shops that work on vacuum cleaners\toos\ncan i get a sear's appliance repairman\toos\nfind directions to the sunshine car wash from my house\toos\ncan you book me an appointment at a car wash\toos\nwhat brush can i use to wash my car that won't scratch it\toos\nplease clean the car windows\toos\nvacuum out the car\toos\nschedule an appointment with the credit counselor for tuesday\toos\nfind a credit mentoring service number for me please\toos\nhow much does it cost to get two jackets dry cleaned\toos\nlook up articles on the green dry cleaning industry\toos\nfind a cleaner that specializes in suede\toos\nwhen should you use a dry cleaner\toos\ncreate emergency phone numbers list\toos\ndo sets of 25 set-ups each morning til you have completed your goal\toos\nkeep a note of how many miles you walk a day\toos\nhow much weight should i lift to get buff\toos\nwhat's a good stretch to do to limber up\toos\nlook up the most requested famous person for quotes\toos\nwhat is the most famous quote on the internet\toos\nmake a list of the top 100 famous quotes\toos\nshow me the top 10 quotes by mark twain\toos\nwhat do you do if you can't stop vomiting\toos\nwhat should i take for a cold\toos\ni have too many credit cards, is there any way you can help me organize them\toos\nfind a credit counseling service for me on the web\toos\nexplain how to reduce my debt burden\toos\nlook up the current auto loan rate at chase bank\toos\nlook up student loan offers on google\toos\ncheck current prime mortgage rate\toos\nwhat should you do if you can't be bothered to get out of bed\toos\nsend me a quote from a motivational speaker twice a day\toos\nfind me a book on motivational speaking from amazon\toos\ncheck to see if i need a pass to use the parking garages downtown\toos\ncan you check to see which parking garages are open downtown\toos\nhow much does it cost to use the parking garage downtown\toos\nwhat's a good way of backing out of a parking spot\toos\nsearch the web for monthly parking near my house\toos\nfind out where parking is close to the stadium\toos\nhow do i get perfect alignment with the curb\toos\ndescribe to me how i can learn to make small talk\toos\nexplain how small talk helps bind groups together\toos\nwhat do you do all day while i'm at work\toos\nso, hang out around this house often\toos\ntell me the best way to freshen the smell in my car\toos\nwhere's the closest car wash my car smells\toos\nhow much is auto febreeze on amazon\toos\nfind out how to deodorize a car\toos\nsee if you can find a good vegetable wash for me\toos\nlook up website on container gardening\toos\nare we allowed to wash our cars during the drought\toos\nrequest a refund on the car wax i bought yesterday\toos\ni'd like to hire someone to wash my car\toos\nfind out what gentlemen are wearing to weddings these days\toos\nfind me articles on appropriate wedding attire\toos\nzip the back of the brides maid dress\toos\nrent the tuxedo the day before\toos\nfind available letter writing classes at the local community college\toos\nfind me a graphic tutorial on writing longhand\toos\norder me a book of stamps and envelopes\toos\nstart listening to me dictate a letter\toos\nemail my boss, tell him i wont be in today\toos\nare the schools closed\toos\nlet me know what time the patriots game starts\toos\ntell me how long until the nascar race begins\toos\nare there any sales on liquor\toos\nwhat shows are on tonight\toos\nare there any new job postings in my area in the last hour for jobs on craigslist\toos\nsee if there are any employment agencies hiring managers right now\toos\ncan you tell me what the best places are to look for a job online\toos\nsign me up for the slack employment forum\toos\nplease replay the last five minutes\toos\ncan you enable subtitles\toos\nconsult the gq website to find what men wear to weddings\toos\norder me a blue pin stripe suit from saville row\toos\nwhat's in fashion this month\toos\nis it too late to wear white\toos\nhow many calories does jumping up and down burn\toos\nhow many push-ups do i need to do to get ripped\toos\nfill up my water bottle for the gym\toos\npick out an excerise outfit for me\toos\nfind out how long a cold should last before i call a doctor\toos\nwhat should i take for nausea\toos\nhow do you relieve a hangover\toos\nwhat is a good home remedy for a rash\toos\ni have a rash, what can i use for it\toos\ncan you order some ointment for me\toos\nhow do i get rid of an itchy rash\toos\nforward the text i just got from henry to giselle\toos\nplease read the text message i just received\toos\nsave my text on my laptop hard drive\toos\nwhat time does my ex-boss leave the office\toos\nhow much does gun ammunition cost\toos\nrestart my newspaper delivery for monday\toos\nare there any messages\toos\nwhat's that smell\toos\nget me a list of the best savings account rates right now\toos\nis beer legal in this state\toos\nget me articles and pics of different types of household bugs for this area\toos\nwhat should i do if i saw a cockroach in my house\toos\nlook up articles on squealing brakes for ford f-150's\toos\nplease answer the phone and put it on speaker on the tv\toos\ncan you tell me who's calling me\toos\nanswer the phone\toos\nignore call\toos\nfind out what type of wax is needed for a late model ford sedan\toos\nwhat's the first thing you should do to wash your car\toos\nwhat supplies do i need to clean my car\toos\nlook up articles on car washing at home\toos\nhow old is the oldest person that is in the guiness book of world records\toos\nhow could i get into the guiness book of world records\toos\nwhat person is the heaviest ever recorded\toos\nwho has the longest hair ever\toos\ncan you look at what average reviews say about the new windows phone on amazon for me\toos\ntell me a summary of reviews that oakley frogskins get on amazon\toos\nmake me a list of the top ten reviewed hiking boots on jetcom\toos\nshow me a tabulation of reviews for lcd tv's on amazon\toos\ncan you tell me what happened to han solo in episode 4\toos\nhow many movies are in the star wars series\toos\nhow many star wars movies are there\toos\nwho plays han solo\toos\nwhich movie is it that someone says perfectly balanced as all things should be\toos\nwhat movie is the line today is our independence day from\toos\nwhat movie is it that says today is a good day to die\toos\nwhat movie does it's just a flesh wound come from\toos\nis michonne wrong for not working with the kingdom to put on the fair\toos\nwhich actors have played more than 1 comic book character\toos\nwhat marvel movie did mark ruffalo first appear in\toos\nwhy did negan return to his jail cell\toos\nis there more than one occult that a person can join\toos\ncan i summon a demon using just an ouija board\toos\nwhat's the best way to drown a witch\toos\nwhat does it mean to join the occult\toos\ndid madison really bathe in the potomac naked\toos\ncan you explain a good risk strategy to me\toos\nwhat are the rules for chess\toos\nfill out the paperwork for tonys new daycare center\toos\ni need to find a new babysitter\toos\nget me a list of divorce attorneys in the new york area\toos\nhow long does it take to get a divorce finalized\toos\nwhere can i find the best divorce lawyer\toos\nmake me a map of all earthquake hotspots in the continental us\toos\nhow much damage did the last earthquake here do\toos\nwhat was the latest tremor on the richter scale\toos\nget me articles on earthquake preparedness\toos\nwhat is appropriate to spend on a bouquet of flowers for mother's day\toos\nget me a list of personal conservation tips that i can use around the house\toos\nlook up the average temperature changes over the last 30 years for my area\toos\nis the polar vortex of 2019 apart of global warming\toos\nwhat is global warming\toos\ncan you book me a tee time at cantigny at 2 pm on saturday\toos\nwhat's the best golf club to use on the lower nine\toos\nhow do i stop my child from setting small animals on fire for amusement\toos\nreview chapter 6 with my son and verify his math homework answers\toos\ncan you look up how i shoot a time lapse video on my iphone camera or is it even possible\toos\nhow do i turn up the resolution that i am taking pictures in on my camera phone\toos\nprint out the photos i took today\toos\ncan you find me sheet music for the beatles white album online\toos\nfind me a good band instructor or two to compare in my area\toos\ncan i get a starter course for the trumpet\toos\nhow many keys does a xylophone have\toos\nhow many polar bears are still alive in the arctic\toos\nare polar bears on the endangered species list\toos\nwhat is the life expectancy of a polar bear\toos\ncan a polar bear live in alabama\toos\nwhen will george rr martin publish the next game of thrones book\toos\nshow me the new york times most popular book list for this week\toos\nhow many books are in piers anthony virtual mode series\toos\n\"order the new book titled \"\"ghost work\"\"\"\toos\nplease check if god is really living in a small apartment in brussels\toos\nwhat did the mesopotamians call the creator of the universe\toos\nput on an educational program about buddhism\toos\nwhat happens if you're skydiving and your parachute doesn't open\toos\nresearch how many deaths has resulted from skydiving\toos\nhow many people die each year while skydiving\toos\ngoogle the price of skydiving in florida\toos\nin what movie did mrs congeniality feature a contestant championing for world peace\toos\nhas there ever been total world peace, where no nations in the world are at war\toos\nname the leader from tibet that stands firm for world peace\toos\nwhat will it take to achieve world peace\toos\nwas einstein right to be scared of spooky action at a distance\toos\nwhat is the nature of the big bang theory\toos\nhow does the etheric body operate\toos\ndo we actually have a soul\toos\nwhere can i find cheap rental skis nearby\toos\ncheck the nanny cam and send the feed to my phone\toos\nhow much should i tip on this bill\toos\nsend me live feed of the pre-game prediction show on my phone\toos\nwhat are the scores of other teams in this division\toos\nlook up pitcher stats on jake rooney\toos\nwhat teams are playing right now\toos\nis it too late to upgrade to first class\toos\naccording to my fitness tracker, how many push ups have i done today\toos\nrenew gym membership\toos\nwhat's my budget for today's shopping trip\toos\ncan you find my car in the parking lot\toos\nwhat's the best hand to have in texas hold em\toos\nis gambling legal in my state\toos\nfold my hand\toos\nwhat time did i put in my first load of laundry\toos\nhow much time is left on my laundry\toos\nreport outage to my electric provider\toos\npower up my generator\toos\ncall up instructables website and find article on bike assembly\toos\nfind schematics for ikea desk assembly\toos\nsearch information on how to apply foundation\toos\nfind instructions on how to play taboo\toos\nwhat casino game has the best odds\toos\ntell me how much energy i have consumed so far this year\toos\ngive me an energy usage breakdown for march\toos\nhow many kilowatts have i used this month\toos\nwhat's my current electric bill\toos\ncan you locate the television remote\toos\nwhere did i last place my remote\toos\ndo you know where the remote is\toos\nhave you seen the remote\toos\nplease ping the rfid in my wallet and tell me where it's at right now\toos\ncan you detect where i placed my wallet\toos\ngive me my wallet location\toos\nfind my wallet\toos\ncan you give me the gps location of harvey\toos\nwhere's my buddy steve right this second\toos\nlocate jenny at her present position\toos\nlet me know where jim is right now\toos\n"
  },
  {
    "path": "data/oos/train.tsv",
    "content": "text\tlabel\nwhat expression would i use to say i love you if i were an italian\ttranslate\ncan you tell me how to say 'i do not speak much spanish', in spanish\ttranslate\nwhat is the equivalent of, 'life is good' in french\ttranslate\ntell me how to say, 'it is a beautiful morning' in italian\ttranslate\nif i were mongolian, how would i say that i am a tourist\ttranslate\nhow do i say 'hotel' in finnish\ttranslate\ni need you to translate the sentence, 'we will be there soon' into portuguese\ttranslate\nplease tell me how to ask for a taxi in french\ttranslate\ncan you tell me how i would say, 'more bread please' in french\ttranslate\nwhat is the correct way to say 'i am a visitor' in french\ttranslate\nhow would i say, 'i don't know the answer' in spanish\ttranslate\ni would like to know the proper way to greet an adult in portuguese\ttranslate\nwhat words would i use to tell someone i am lost if i were japanese\ttranslate\nhow would i say thank you if i were russian\ttranslate\ncan you tell me how i would normally say thank you as a french person\ttranslate\ni would like to know how to say hello in french\ttranslate\nif i were english how would i say subway\ttranslate\ni would i say subway if i were english\ttranslate\nhow do you say hi in french\ttranslate\nin england how do they say subway\ttranslate\ntranslate hello in french\ttranslate\nhow is hello said in french\ttranslate\nwhat do you call a subway if you were english\ttranslate\nhow would i say if i were english subway\ttranslate\nhow should i say hello in french\ttranslate\nhow could i say twin in chinese\ttranslate\nhow can i say not now in spanish\ttranslate\nwhat do spanish people say for the word cow\ttranslate\ntranslate hello to english\ttranslate\nhow do you say goodbye in spanish\ttranslate\nhow would i say love in french\ttranslate\ncould you translate atm machine into english\ttranslate\nplease translate grocery into french for me\ttranslate\nhow do germans say goodnight\ttranslate\ntell me how the russians say notebook\ttranslate\nhow do vietnameses people say hello\ttranslate\nhow do i say thank you in japanese\ttranslate\nwhat is latin for i love you\ttranslate\nhow can i thank somebody in italian\ttranslate\nhow do i say you're welcome in chinese\ttranslate\ntranslate hello english to french\ttranslate\nwhat is hello in french\ttranslate\nwhat phrase means goodbye in hawaii\ttranslate\nwhat spanish word means hello\ttranslate\ntranslate hello to french\ttranslate\ntranslate english to french hello\ttranslate\nwhat is the word for hello spanish\ttranslate\nhow do they say goodbye in hawaii\ttranslate\nwhat's local slang for goodbye in hawaii\ttranslate\nhow do you say hello in french\ttranslate\ntell me how to say hello in spanish\ttranslate\nwhat do i say for goodbye in hawaii\ttranslate\ntranslate hello into french for me\ttranslate\nhow do i say hello in french\ttranslate\ntranslate for me hello into french\ttranslate\nhow would they say say goodbye in hawaii\ttranslate\nwhat is spanish for hello\ttranslate\nhow would i say hello in french\ttranslate\nhow can i say i love you in italy\ttranslate\nwhat is spanish for good morning\ttranslate\nhow do you say it's snowing in german\ttranslate\nhow would you say can i borrow five dollars in portuguese\ttranslate\ndo you know how to say where is the restroom in french\ttranslate\nhow would i say pleased to meet you if i were japanese\ttranslate\ncan you translate hello into swedish for me\ttranslate\ncan you translate i love you into french for me\ttranslate\ncan you translate where's the bar into irish for me\ttranslate\nhow would i say goodbye if i were norwegian\ttranslate\nhow would i say i love you if i were french\ttranslate\nhow would i say hello if i were swedish\ttranslate\ncan you translate good bye into russian for me\ttranslate\ncan you translate i have to go pee into korean for me\ttranslate\nhow would i say i'm not guilty if i were mexican\ttranslate\nhow do you say thank you in spanish\ttranslate\nhow does one say thank you in spanish\ttranslate\nhow can i say thank you in spanish\ttranslate\nwhat is thank you in spanish\ttranslate\nwhat is the way to say thank you in spanish\ttranslate\n\"how do they say \"\"who is your father\"\" in german\"\ttranslate\n\"how do they say \"\"where's the bathroom\"\" in spanish\"\ttranslate\n\"how do they say \"\"how's it going\"\" in swahili\"\ttranslate\n\"how do they say \"\"i love you\"\" in japanese\"\ttranslate\n\"how do they say \"\"what's up\"\" in chinese\"\ttranslate\nhow do you say thank you in german\ttranslate\nhow do you say please in arabic\ttranslate\nhow do you say cat in spanish\ttranslate\nhow do you say i'm hungry in french\ttranslate\nhow do you say i need coffee in dutch\ttranslate\nhow do they say yes in brazil\ttranslate\ncan you translate cat into russian for me\ttranslate\ncan you translate bowl into russian for me\ttranslate\nhow do they say hello in france\ttranslate\ni wanna know a phrase in spanish\ttranslate\ncan you translate bat into russian for me\ttranslate\nhow do they say no in germany\ttranslate\ncan you translate hi into spanish for me\ttranslate\ni wanna learn a phrase in russian\ttranslate\nhow do they say hello in germany\ttranslate\ncan you translate milk into spanish for me\ttranslate\nhow do they say hello in brazil\ttranslate\ni need $20000 transferred from my savings to my checking\ttransfer\ncomplete a transaction from savings to checking of $20000\ttransfer\ntransfer $20000 from my savings account to checking account\ttransfer\ntake $20000 from savings and put it in checking\ttransfer\nput $20000 into my checking account from my savings account\ttransfer\nsend 100 dollars between bank of the west and bank of america acccounts\ttransfer\nsend 50 dollars between bank of america and chase accounts\ttransfer\nsend 2000 dollars between chase and rabobank accounts\ttransfer\nsend 1200 dollars between usaa and navy federal accounts\ttransfer\nsend 400 dollars between city bank and usaa accounts\ttransfer\ntake $40 and transfer it to account a from b\ttransfer\ntransfer $40 from account a to b\ttransfer\nmove $40 from account b to account a\ttransfer\nput $40 from account a to b\ttransfer\ntake $40 from account a and transfer it to account b\ttransfer\ni need to transfer from this account to that one\ttransfer\nneed to transfer from one account to my other one\ttransfer\ni would like to transfer from one account to my second one\ttransfer\ni need to transfer from one account to my second one\ttransfer\ni have to transfer from one account to my other one\ttransfer\nsend fifty dollars from me to carrie\ttransfer\ntransfer sixty dollars to dad from my biggest accnt\ttransfer\nsend over a hundred dollars from huntington into saving\ttransfer\nmove 57 dollars from saving into mom\ttransfer\ntransfer two hundred dollars between my portfolio and my money market account\ttransfer\ni need to transfer ten dollars from my bank of america account to my capital one account\ttransfer\ngo ahead and send ten dollars from bank of america to capital one\ttransfer\ni must transfer ten dollars from my bank of america account to my capital one account\ttransfer\ni got to transfer ten dollars from my bank of america account to my capital one account\ttransfer\ni want you to send ten dollars from bank of america to capital one\ttransfer\ni need you to send ten dollars from bank of america to capital one\ttransfer\ni have to transfer ten dollars from my bank of america account to my capital one account\ttransfer\nsend ten dollars from bank of america to capital one\ttransfer\nplease send ten dollars from bank of america to capital one\ttransfer\nmake a transfer of $200 from my savings account to my checking account\ttransfer\nplease transfer $250 from checking to savings\ttransfer\ntransfer $500 from my checking to my savings\ttransfer\nplease transfer $100 from my checking to my savings account\ttransfer\ntransfer $500 from my money market savings account to my checking account\ttransfer\nsend money from one account to another\ttransfer\ntransfer 200 dollars from paypal to savings\ttransfer\ntransfer $10 from checking to savings\ttransfer\nsend $100 from paypal to my bank\ttransfer\nplease transfer 100 dollars between my amazon payments and savings accounts\ttransfer\ni would like to make a transfer\ttransfer\ni want to transfer funds between accounts\ttransfer\nsend over 50 dollars between my shared and not shared accounts\ttransfer\nwhats the quickest way to money from one account to another\ttransfer\nwhat is the process to move money from one account to another\ttransfer\ni need you to send 500 dollars from my high tier account to my regular checking account\ttransfer\ncan you transfer money from a to b\ttransfer\nsend my money between accounts\ttransfer\nhow can i send money from one account to another\ttransfer\ni need to move money from one account to another\ttransfer\nsend $20 from debit to steve's account\ttransfer\nsend 20 dollars from savings to checking\ttransfer\nplease transfer my funds\ttransfer\nplease transfer $50 to my checking account from credit\ttransfer\ngo ahead and move $200 from amazon to my bank account\ttransfer\nhelp me move my money\ttransfer\ni need my money to be moved\ttransfer\nhelp me move my money please\ttransfer\ni need to move my money\ttransfer\nmove my money please\ttransfer\ni would like to transfer $5 from savings to checking\ttransfer\ntransfer $5 from savings to checking\ttransfer\ncan you transfer $5 from savings to checking\ttransfer\nsend $5 from savings to checking\ttransfer\nplease transfer $5 from savings to checking\ttransfer\nplease switch $s checking to mortage\ttransfer\nplease transfer $s from saving to checking\ttransfer\ncould you transfer $x from saving to checking\ttransfer\nhelp me transfer $x from credit to debit\ttransfer\nplease transfer $x from checking to saving\ttransfer\ntransfer money to another account\ttransfer\nrequesting money transfer between accounts\ttransfer\ntransfer money from this account to that account\ttransfer\ncan you transfer money from my account\ttransfer\nmoney transfer request\ttransfer\nsend 100 dollars from checking to savings\ttransfer\ntransfer 100 dollars checking to savings\ttransfer\ntransfer 100 dollars between checking and savings\ttransfer\ntake 100 dollars from checking and send it to savings\ttransfer\nmove 100 dollars from checking to savings\ttransfer\ncan we wire some money over to the other account i have\ttransfer\ntime to move some cash from one account to another\ttransfer\ni need to throw some money into that other account\ttransfer\nlet's send some money to another account\ttransfer\ni want to initiate a transfer from one account to the other\ttransfer\ntransfer money from one place to another\ttransfer\nmove money from one account to another\ttransfer\ntransfer between two accounts\ttransfer\nmake a transfer between accounts\ttransfer\nsend money to another account\ttransfer\ni need ten dollars sent from b of a to washington mutual\ttransfer\ntransfer fifty dollars between my chase and bank of america account\ttransfer\ndeposit ten bucks from my chase account to my ally account\ttransfer\nput a hundred dollars in my ally account from bluebird\ttransfer\ni want seventy bucks transferred from b of a to chase\ttransfer\ncan i initiate a one-time transfer from my savings account to my money market account\ttransfer\nplease set a 4 minute timer\ttimer\nplease set a timer for 6 minutes\ttimer\nset a timer for 5 minutes\ttimer\ni need a 7 minute timer\ttimer\ni need to set the timer for two minutes\ttimer\ncan you set a timer for me for fifteen minutes starting now\ttimer\nstart the timer now and stop at thirty minutes\ttimer\ni would like you to set the timer to go off in ten minutes\ttimer\nplease set a timer for 40 minutes\ttimer\nwake me in an hour\ttimer\nplease set a timer for cookies\ttimer\ni want a timer set\ttimer\nremind me in (x) hours\ttimer\nset timer for (x) minutes\ttimer\ni gotta have a 10 minute timer\ttimer\nplease set a timer for me\ttimer\ni need a 10 minute timer\ttimer\ni wish to have a 10 minute timer\ttimer\ni really need to set a timer\ttimer\nset a new timer for ten seconds\ttimer\nset a timer for me\ttimer\ni want a 10 minute timer\ttimer\ni gotta set a timer\ttimer\nset a 10 minute timer\ttimer\nset a brand new timer for eight seconds\ttimer\nset a ten second timer\ttimer\ni must set a timer\ttimer\nset a timer for twelve seconds\ttimer\nset a timer for fifteen seconds\ttimer\ntell me when two minutes are up\ttimer\nstart a timer for two minutes\ttimer\nset a timer for two minutes\ttimer\nstart counting down from two minutes\ttimer\ncan you set a timer for two minutes\ttimer\n\"\"\"please set 5 minute timer\"\ttimer\ncan u please set the timer for 5 minutes\ttimer\nset timer of 5 minutes\ttimer\n\"\"\"can u set a timer for 5 minutes\"\ttimer\nset a one hour timer\ttimer\nplease set a timer for 20 minutes\ttimer\nset a five minute timer please\ttimer\nset a timer for two hours\ttimer\ncan you set a two hour timer\ttimer\nset the timer for me please\ttimer\nyou need to set the timer for me\ttimer\ni need you to set timer for me\ttimer\nplease set the timer for me\ttimer\ni would like a timer set\ttimer\ncan you set a timer\ttimer\ni need you to set a time\ttimer\ni need a timer set for 15 minutes\ttimer\nstart a countdown for 20 minutes\ttimer\nset a timer for 15 minutes\ttimer\ni'll need you to set a timer for 10 minutes\ttimer\nlet's get a timer set for 5 minutes\ttimer\nset a timer for 35 minutes\ttimer\nplease start counting down from 10 minutes\ttimer\nlet's get a timer going for 10 minutes\ttimer\ni need a timer for 20 seconds\ttimer\ntimer 5 minutes\ttimer\nalert me in 20 minutes\ttimer\ngive me a 10 minute countdown\ttimer\nlet me know in 15 minutes please\ttimer\ni'm cooking an egg, timer for 3 mins\ttimer\n10 minute timer\ttimer\nstart a timer for 10 minutes\ttimer\ntimer 10 minutes\ttimer\ncount down 10 minutes\ttimer\nmake up a timer for me\ttimer\ncreate a timer for me\ttimer\ncan you set a timer for me\ttimer\ni need to set a timer\ttimer\nset up a timer\ttimer\ncould you start a timer for me\ttimer\nlets set a timer for me\ttimer\nplease run a timer for me\ttimer\nset a one minute timer\ttimer\nset a five minute timer\ttimer\nset a seven minute timer\ttimer\nstart a timer for me\ttimer\nset a four minute timer\ttimer\nset a six minute timer\ttimer\nhow do i set a timer\ttimer\ni want a timer for 5 minutes\ttimer\ntimer for 5 minutes\ttimer\nset a timer to go off in 5 minutes\ttimer\nset timer for 5 minutes\ttimer\ni want to set a timer\ttimer\nmake a timer for 5 minutes\ttimer\nplease set a timer for\ttimer\nremind me that time is up in sixty minutes\ttimer\nset an alarm for nine minutes from now\ttimer\ntell me when ninety minutes have passed\ttimer\nplease set timer for 4 pm\ttimer\nwant 5 minute timer\ttimer\nset 30 minute timer\ttimer\nget a 3 minute timer\ttimer\nplease, can you set the timer for me\ttimer\ncan you please the timer\ttimer\nwill you set the timer\ttimer\nwhat is the meaning of realism\tdefinition\nwhat is regard mean\tdefinition\nwhat is the meaning of interorganizational\tdefinition\nwhat is it is all relative mean\tdefinition\nwhat is intercontinental mean\tdefinition\nwhat is the meaning of supercede\tdefinition\nwhat is let it be mean\tdefinition\nwhat is the definition of incomprehensible\tdefinition\nwhat is the meaning of stupendous\tdefinition\nwhat is the definition of intelligent\tdefinition\nwhat is good riddance mean\tdefinition\nwhat is break a leg mean\tdefinition\nwhat is the meaning of hyperactive\tdefinition\nwhat is the definition of valor\tdefinition\nwhat is stupedous meant\tdefinition\nfind the meaning of qat\tdefinition\nwhat the heck is qat\tdefinition\ndefine qat for me\tdefinition\nread me a definition for qat\tdefinition\nlook up qat please\tdefinition\nwhat might the meaning of altruism be\tdefinition\nexactly what does altruism mean\tdefinition\nwhat does altruism mean\tdefinition\nwhat is the definition of altruism\tdefinition\nwhat is the meaning of altruism\tdefinition\naffiliate's definition is what\tdefinition\nthe definition of affiliate is\tdefinition\nwhat's the meaning of affiliate\tdefinition\nwhat's affiliate definition\tdefinition\ndefinition of affiliate is what\tdefinition\nwhats the definition of poor\tdefinition\n\"describe the meaning of \"\"dog\"\tdefinition\n\"what does \"\"money\"\" mean\"\tdefinition\ntell me what the word die means\tdefinition\nwhat is the definition of succumb\tdefinition\nwhat is the meaning of telepathy\tdefinition\nwhat does tertiary mean\tdefinition\ntell me the definition of the word redemption\tdefinition\nwhat is the meaning of the word lux\tdefinition\nwhat is an ataraxy\tdefinition\nwhat does the word ataraxy mean\tdefinition\nwhat does ataraxy mean\tdefinition\nuse the word ataraxy in a sentence\tdefinition\ndefine ataraxy\tdefinition\nwhat does discretionary mean\tdefinition\ndefine discretionary\tdefinition\ni want to know the definition of discretionary\tdefinition\ncan you give the definition of deiscretionary\tdefinition\nlet's hear the definition of iridium\tdefinition\nwhat's the definition of analogy\tdefinition\ncan you tell me the definition of sucrose\tdefinition\ndefinition of anachronism\tdefinition\nwhat's the definition of patriarchy\tdefinition\ncan you tell me the definition of yttrbium\tdefinition\nplease share the definition of episcopalian\tdefinition\nwhat does saffron mean\tdefinition\ndefine sonogram\tdefinition\ndefine thoroughbred\tdefinition\nwhat's the meaning of a fortnight\tdefinition\nwhat is an anachronism\tdefinition\nwhat's the meaning of emulsify\tdefinition\ntell me what cyst means\tdefinition\nwhat is the definition of flange\tdefinition\ntell me what flange means\tdefinition\ndefine flange\tdefinition\nflange means what\tdefinition\nwhat is the meaning of flange\tdefinition\n\"what does \"\"rescind\"\" mean\"\tdefinition\n\"what is the meaning of word \"\"rescind\"\tdefinition\n\"is \"\"rescind\"\" a word of positive connotation\"\tdefinition\n\"where i can use word \"\"rescind\"\tdefinition\nread me the definition of ajar\tdefinition\nwhat does ajar mean\tdefinition\ncan you show me the dictionary definition of ajar\tdefinition\ntell me what monstrosity means\tdefinition\ngive me the definition of ajar\tdefinition\nwhat is the definition of didactic\tdefinition\ni need to know what adumbrate means can you look it up for me now\tdefinition\ni want to know what the word discomfit means\tdefinition\nfind what the word diaphanous mean please\tdefinition\ndo you know what calumny means  please look it up for me\tdefinition\nfind out what the word abrogate means for me\tdefinition\ntell me what edict means\tdefinition\nwhat does the word abjure mean\tdefinition\ncan you tell me what dirge means\tdefinition\ntell me what the word arboreal means\tdefinition\nwhats the definition of transmute\tdefinition\nwhat is the meaning of the word slander\tdefinition\nwhat is meant by defense\tdefinition\ntell me what the word bounty means\tdefinition\nwhat does deceive mean\tdefinition\ndefine zesty\tdefinition\nlook up zesty in dictionary\tdefinition\ndefinition of zesty\tdefinition\nwhat is the definition of zesty\tdefinition\nwhat does zesty mean\tdefinition\ntell me what alternative means\tdefinition\nwhat does alternative mean\tdefinition\ngive me the meaning of alternative\tdefinition\ntell me the meaning of alternative\tdefinition\ndoes life have meaning\tmeaning_of_life\nis being alive the meaning of life\tmeaning_of_life\nwhat is the real meaning of life\tmeaning_of_life\nwhat is the answer to the meaning of life\tmeaning_of_life\nis there really an answer to the meaning of life\tmeaning_of_life\ndoes life have a meaning\tmeaning_of_life\nwho can tell me if there's any meaning to life\tmeaning_of_life\nwhat makes life have any meaning\tmeaning_of_life\nwhy do you think we're here\tmeaning_of_life\nwhat's the answer to existence\tmeaning_of_life\nwhat's the point of sentience\tmeaning_of_life\nwhat's the purpose of existence\tmeaning_of_life\nwhat's the purpose of life\tmeaning_of_life\nwhat's the point of this dumpster fire known as life\tmeaning_of_life\nwhat is life's meaning\tmeaning_of_life\nis there a greater purpose in life\tmeaning_of_life\nwhat is our purpose in life\tmeaning_of_life\nhow is life in existence\tmeaning_of_life\nwhat's lifes meaning\tmeaning_of_life\nwhat exactly is the meaning of life\tmeaning_of_life\nwhats lifes meaning exactly\tmeaning_of_life\nwhat's the meaning of this life\tmeaning_of_life\nwhat is the meaning of life here\tmeaning_of_life\ndoes my life have meaning\tmeaning_of_life\ni wish to know the meaning of life\tmeaning_of_life\ni wanna know the meaning of life\tmeaning_of_life\ni wanna know the point of life\tmeaning_of_life\ni need to know the point of life\tmeaning_of_life\ni must know the point of life\tmeaning_of_life\ntell the meaning of life\tmeaning_of_life\ni gotta know the meaning of life\tmeaning_of_life\nwhat is your take on the meaning of life\tmeaning_of_life\ntell me what is the purpose of life\tmeaning_of_life\nwhat meaning does life hold\tmeaning_of_life\nwhat do you think is the meaning of like\tmeaning_of_life\nhow do i find the meaning of life\tmeaning_of_life\nwhat is the purpose of exsistance\tmeaning_of_life\nwhat is your version on the meaning of life\tmeaning_of_life\nwhat is your explanation for the meaning of life\tmeaning_of_life\nwhat is the purpose of creation\tmeaning_of_life\ncan you figure out the meaning of life\tmeaning_of_life\nwhats your take on the meaning of life\tmeaning_of_life\ncan you explain the meaning of life to me\tmeaning_of_life\nwhat is life all about\tmeaning_of_life\ncan you explain the meaning of life\tmeaning_of_life\nwhat's the point of life, anyways\tmeaning_of_life\nthe meaning of life please\tmeaning_of_life\nthe meaning of life\tmeaning_of_life\ni'd like to me told the meaning of life\tmeaning_of_life\ndo you know the meaning of life\tmeaning_of_life\nsay what the meaning of life is\tmeaning_of_life\ncan you tell me life's meaning\tmeaning_of_life\nwhat's the meaning of my life\tmeaning_of_life\nwhat is the underlying purpose to life\tmeaning_of_life\nwhat do you think about the meaning of life\tmeaning_of_life\nwhat is life’s meaning\tmeaning_of_life\nhelp me figure out the meaning of life\tmeaning_of_life\nwould you tell me the meaning of life, please\tmeaning_of_life\ncould you tell me the meaning of life, please\tmeaning_of_life\ncan you tell me the meaning of life\tmeaning_of_life\ncould you tell me the meaning of life\tmeaning_of_life\ncan you tell me the meaning of life, please\tmeaning_of_life\nwhat does life mean to you\tmeaning_of_life\nis there really a meaning of life\tmeaning_of_life\nis there any meaning to being alive\tmeaning_of_life\nwhat is the meaning of my life\tmeaning_of_life\nwhat is the point of life\tmeaning_of_life\nwhat's the point of everything\tmeaning_of_life\nis there a meaning to life\tmeaning_of_life\nwhy are we here in life\tmeaning_of_life\ncan you share the meaning of life\tmeaning_of_life\nresearch the meaning of life\tmeaning_of_life\ncan you tell me what you think the meaning of life is\tmeaning_of_life\nwhat is our purpose here on earth\tmeaning_of_life\nis love the meaning of life\tmeaning_of_life\nis there a reason people exist\tmeaning_of_life\nwhat is the secret or meaning to life\tmeaning_of_life\nwhat does life mean on a deeper level\tmeaning_of_life\nhow would you put what life is all about\tmeaning_of_life\nhow would you describe what life means\tmeaning_of_life\nwhat do people say life means or the meaning is\tmeaning_of_life\nlife has what meaning or what's the secret to it\tmeaning_of_life\nwhere is there meaning in life\tmeaning_of_life\nwhat is the meaning of this life\tmeaning_of_life\ndo you know what the meaning of life is\tmeaning_of_life\nwhat's life's meaning\tmeaning_of_life\ndoes life have a meaning, according to you\tmeaning_of_life\ndoes this life have a meaning\tmeaning_of_life\ncan you share with me your interpretation of the meaning of life\tmeaning_of_life\nwhat do you think is the meaning of life\tmeaning_of_life\nis there a meaning in life\tmeaning_of_life\ni wonder if you can explain the meaning of life\tmeaning_of_life\ni always wonder about the meaning of life, can you tell me\tmeaning_of_life\nwhat's my meaning in life\tmeaning_of_life\ndefine the meaning of life\tmeaning_of_life\nmeaning of life is\tmeaning_of_life\nwhat is your perception of the meaning of life\tmeaning_of_life\nwhats the meaning of life\tmeaning_of_life\nwhat do you think the meaning of life is\tmeaning_of_life\nwhat is behind life's meaning\tmeaning_of_life\nhow to create a new aaa insurance plan\tinsurance_change\nwebsite to start aaa new insurance plan\tinsurance_change\naaa insurance start new plan\tinsurance_change\ni want to start a new aaa insurance plan\tinsurance_change\nis new this a good insurance plan for me\tinsurance_change\nwhat do i do to get new insurance\tinsurance_change\nnew insurance is obtainable how\tinsurance_change\nhow is new insurance gotten\tinsurance_change\nwhat do i do for new insurance\tinsurance_change\nhow do i get new insurance, please\tinsurance_change\nhow can i obtain new insurance\tinsurance_change\nhow can i obtain new insurance, please\tinsurance_change\nhow can i get new insurance, please\tinsurance_change\nhow do i make my insurance policy different\tinsurance_change\nhow do i change my insurance policy\tinsurance_change\nhow do i modify my insurance policy\tinsurance_change\nhow do i alter my insurance policy\tinsurance_change\nhow do i get different terms on my insurance policy\tinsurance_change\nhelp me change my insurance plan\tinsurance_change\ni would like a new insurance plan\tinsurance_change\nconnect me with some new insurance\tinsurance_change\ni need a newer insurance plan\tinsurance_change\nmy insurance plan needs to be changed\tinsurance_change\nwhat rental insurance policy do you recommend\tinsurance_change\nhelp me find a new auto insurance policy\tinsurance_change\nfind the best life insurance for me\tinsurance_change\ni need new home owners insurance\tinsurance_change\ni need new health care coverage\tinsurance_change\nhow do i change my current insurance to a new plan with lower co-pay\tinsurance_change\nwhat steps do i need to take to switch my insurance plan from an hmo to a high deductible ppo plan\tinsurance_change\ni need to change my insurance to a plan with a lower deductible\tinsurance_change\nhow do i go about changing my insurance to a new low monthly premium plan\tinsurance_change\ni would like to change my insurance from a ppo to an hmo plan\tinsurance_change\nhelp me figure out getting new insurance\tinsurance_change\ni would like to get a new insurance plan\tinsurance_change\ni want help adjusting my insurance policy\tinsurance_change\ni am hoping to switch insurance plans\tinsurance_change\ni need help acquiring new insurance\tinsurance_change\nwalk me through the process of getting new insurance\tinsurance_change\ni am interested in acquiring new insurance\tinsurance_change\nhow can i acquire new insurance\tinsurance_change\nwhat must i do if i want to adjust my insurance policy\tinsurance_change\nwhat is the protocol for modifying my insurance policy\tinsurance_change\ni dont like my current insurance plan and want a new one\tinsurance_change\nwalk me through making changes to my insurance policy\tinsurance_change\ni need new insurance but dont know how to get it\tinsurance_change\ni am thinking of switching to a different insurance plan\tinsurance_change\nhelp me modify my insurance policy\tinsurance_change\ncould you help me out with a new renters' insurance plan\tinsurance_change\ni'd like a new life insurance plan\tinsurance_change\ncan you help me with a new car insurance plan\tinsurance_change\ni need to get a new motorcycle insurance plan\tinsurance_change\ncan i get a new pet insurance plan\tinsurance_change\nwhere do i go to get new insurance\tinsurance_change\ni need new insurance, how do i get it\tinsurance_change\nhow do i apply for new insurance\tinsurance_change\ni would like you to help me get on another united healthcare insurance plan\tinsurance_change\ncan you help me get on a new united healthcare insurance plan\tinsurance_change\ni want to find a new united healthcare plan to get on\tinsurance_change\ni'd like to get on a new united healthcare plan\tinsurance_change\ni need to get on a new united healthcare insurance plan\tinsurance_change\nhelp make changes to my insurance policy\tinsurance_change\ni must switch to a new insurance plan\tinsurance_change\ni need help to make changes to my insurance policy\tinsurance_change\ni gotta switch to a new insurance plan\tinsurance_change\nhelp me make changes to my insurance policy\tinsurance_change\ni need to switch to a new insurance plan\tinsurance_change\ni really need to switch to a new insurance plan\tinsurance_change\ni would like to make changes to my insurance policy\tinsurance_change\ni need to make changes to my insurance policy\tinsurance_change\ni shall switch to a new insurance plan\tinsurance_change\nhow do i update my insurance\tinsurance_change\nhow can i get new insurance\tinsurance_change\nhow can i find out about new insurance\tinsurance_change\ni need to find new insurance\tinsurance_change\ni need to get new insurance, how do i do it\tinsurance_change\ncan you switch me to a new insurance plan\tinsurance_change\ni would like to switch to a different insurance plan\tinsurance_change\nhelp me switch to a new insurance plan\tinsurance_change\nswitch my insurance plan to a new one\tinsurance_change\nwhat are my options for new insurance plans\tinsurance_change\ni want to shop for new insurance plans\tinsurance_change\ni would like to switch my insurance plan\tinsurance_change\nhelp me find new insurance providers\tinsurance_change\ni would like to compare insurance plan options\tinsurance_change\ni need a new house insurance plan\tinsurance_change\ni want to get a new car insurance plan\tinsurance_change\ni need new health insurance\tinsurance_change\ni want a new policy with long-term care insurance\tinsurance_change\ni want a new motorcycle insurance plan\tinsurance_change\nhow do i adjust my insurance policy\tinsurance_change\nmy insurance policy needs to be adjusted\tinsurance_change\ni am in need of a switch to my insurance plan\tinsurance_change\nwalk me through on how to change my insurance\tinsurance_change\ni wish to request a change in insurance plans\tinsurance_change\ni would like to alter my insurance plan\tinsurance_change\ni need to know how to change my insurance\tinsurance_change\ni want to switch my insurance coverage\tinsurance_change\nhelp me change my insurance\tinsurance_change\nhow do i replace my insurance\tinsurance_change\ni need help finding my mobile phone\tfind_phone\nhelp me figure out where my cell phone is\tfind_phone\ngive me a hand finding my mobile device\tfind_phone\ni can't find my cell and need help locating it\tfind_phone\ncan you help me find my cell\tfind_phone\nhelp, i cannot find my phone\tfind_phone\ni can't seem to find my phone\tfind_phone\nare you able to track a phone\tfind_phone\nmy phone cannot be found\tfind_phone\ni have misplaced my phone\tfind_phone\ni don't know where i left my phone\tfind_phone\ni left my phone somewhere\tfind_phone\ni am looking for my phone\tfind_phone\ni need you to find my phone\tfind_phone\nplease locate my phone\tfind_phone\ncan you help me find my lost phone\tfind_phone\ni need help figuring out where my phone is\tfind_phone\nplease help me figure out where my lost phone is\tfind_phone\nplease help me find my phone, because i lost it\tfind_phone\ni lost my phone, can you help me find it\tfind_phone\nwho has seen my cellphone\tfind_phone\nhave you seen my cellphone\tfind_phone\ncan you find my cellphone\tfind_phone\nfind my cellphone\tfind_phone\nplease help me find my phone\tfind_phone\nwhere my phone\tfind_phone\nwhere was the last place i had my phone\tfind_phone\ncan you find my iphone\tfind_phone\ni can't find my phone\tfind_phone\ncall my phone, i can't find it\tfind_phone\ncan you find my lost phone\tfind_phone\ndo you know where my phone is\tfind_phone\ncan you help me find my cellphone\tfind_phone\ncan you call my cellphone\tfind_phone\nmy phone is lost - can you help me find it\tfind_phone\nwhere is my phone\tfind_phone\nai can you help me find my phone\tfind_phone\nai, i lost my phone, help me find it please\tfind_phone\nai, please help me find my phone\tfind_phone\nai locate my phone\tfind_phone\nai find my phone\tfind_phone\nhow can i find my phone\tfind_phone\nmy phone is lost, can you help with that\tfind_phone\ni need to locate my phone\tfind_phone\nfind out where my phone is\tfind_phone\nhelp me find my phone\tfind_phone\nlocate my phone please\tfind_phone\nwhat is the location of my phone\tfind_phone\nmy phone is currently lost\tfind_phone\ni don't remember where my phone is\tfind_phone\nlocate my phone for me\tfind_phone\nthe location of my phone is unknown to me\tfind_phone\nfind my phone\tfind_phone\ni need to find my phone\tfind_phone\nplease aid in my searching for my lost phone\tfind_phone\nplease help me locate my phone\tfind_phone\nwhere did i last place my phone\tfind_phone\ncan you assist me in locating my phone\tfind_phone\nis my phone in the house\tfind_phone\ni lost my phone and need help retrieving it\tfind_phone\nhelp me search for my phone\tfind_phone\nmisplaced my phone\tfind_phone\ncan you help locate my phone\tfind_phone\ni need my phone, but can't find it\tfind_phone\ni lost my phone and need assistance\tfind_phone\ni don't know where my phone is\tfind_phone\ni can't find my phone do you know where it is\tfind_phone\nplease tell me where my phone is\tfind_phone\ncan you help me find my phone\tfind_phone\ndo you know where my phone is located now\tfind_phone\ncan you track the location of my phone\tfind_phone\nwhere can i find my phone\tfind_phone\ncan you locate my phone\tfind_phone\ndo you know where i left my phone\tfind_phone\nwhere is my phone now\tfind_phone\nalexa, tell me the location of my phone\tfind_phone\nsiri, where is my iphone\tfind_phone\nsiri, tell me where my iphone is\tfind_phone\nsiri, find my iphone\tfind_phone\nhelp me locate my phone\tfind_phone\nyou need to help me find my cellphone\tfind_phone\nhelp me find my cellphone\tfind_phone\nplease help me find my cellphone\tfind_phone\nwhere did i put my phone\tfind_phone\ntell me where my phone is\tfind_phone\nplease find my phone\tfind_phone\nlocate my phone\tfind_phone\ni would like some help finding my phone\tfind_phone\ni need to know where my phone is\tfind_phone\ni seemed to misplaced my phone\tfind_phone\ni lost my phone\tfind_phone\ni need some help finding my phone\tfind_phone\ncan you locate my phone for me\tfind_phone\ni don't know where i put my phone\tfind_phone\nhelp find my phone\tfind_phone\ni would like to know where my phone is\tfind_phone\ni'd like help finding my fon\tfind_phone\ni can't locate my phone\tfind_phone\ncan you tell me where i left my phone\tfind_phone\ncan you please locate my phone\tfind_phone\ndoes ireland have any travel alerts i should be aware of\ttravel_alert\ndoes north korea have any travel alerts i should be aware of\ttravel_alert\nare there any travel alerts for russia\ttravel_alert\ndoes spain have any travel alerts i should be aware of\ttravel_alert\nare there any travel alerts for north korea\ttravel_alert\ndoes macedonia have any travel alerts i should be aware of\ttravel_alert\nare there any travel alerts for syria\ttravel_alert\nare there any travel alerts for ukraine\ttravel_alert\ndoes myanmar have any travel alerts i should be aware of\ttravel_alert\nare there any travel alerts for china\ttravel_alert\nis there a travel alert for russia\ttravel_alert\nis there a travel alert for scotland\ttravel_alert\ndoes russia have any travel alerts i should be aware of\ttravel_alert\nis it safe to travel to iceland\ttravel_alert\nis it safe to travel to russia\ttravel_alert\ndoes italy have any travel alerts i should be aware of\ttravel_alert\ndoes germany have any travel alerts i should be aware of\ttravel_alert\nis there a travel alert for north korea\ttravel_alert\ndoes china have any travel alerts i should be aware of\ttravel_alert\nis there a travel alert for canada\ttravel_alert\nis it safe to travel to norway\ttravel_alert\nis it safe to travel to bermuda\ttravel_alert\nis it safe to travel to argentina\ttravel_alert\ndoes finland have any travel alerts i should be aware of\ttravel_alert\nis there a travel alert for spain\ttravel_alert\nhave there been any travel alerts issued for france\ttravel_alert\ntell me about any travel alerts issued for germany\ttravel_alert\nare there any travel warnings for london\ttravel_alert\nshould i know about any travel alerts before traveling in the usa\ttravel_alert\nare there any new travel warnings for the us\ttravel_alert\nany travel advisories for portugal\ttravel_alert\ncan you tell me if germany issued any travel warnings\ttravel_alert\ndoes france have any current travel alerts\ttravel_alert\ndoes spain expect any travel alerts\ttravel_alert\ni am going to australia and want to be notified of any travel alerts\ttravel_alert\ni am going to be traveling in turkey, are there any alerts\ttravel_alert\nare there any alerts for traveling in belize\ttravel_alert\nwhat alerts are listed for traveling to paris\ttravel_alert\ni need to know about travel alerts for mexico\ttravel_alert\nwhat travel alerts are there in china\ttravel_alert\nare there any alerts for travelling to beirut\ttravel_alert\nargentina travel alert yes or no\ttravel_alert\ndoes argentina have a travel alert\ttravel_alert\nis there a travel alert in argentina\ttravel_alert\nlist of countries with travel alerts\ttravel_alert\ncan traveling to nepal be safe (what's safe in x)\ttravel_alert\nwill i be safe while traveling to lyon (will you be safe)\ttravel_alert\nhow safe is it to travel to mongolia (how safe is mongolia)\ttravel_alert\nis it safe to travel to rio de janeiro (is rio de janeiro safe)\ttravel_alert\nis traveling to dublin safe (will dublin be safe)\ttravel_alert\nis new caledonia safer than other countries\ttravel_alert\nis las vegas a safe place to visit\ttravel_alert\nif i go to baltimore will i be safe\ttravel_alert\ncan you give me the travel alerts for jalisco, mexico\ttravel_alert\nwhat are the latest travel alerts for dubai\ttravel_alert\nare there any travel alerts i should know about for buenos aires, argentina\ttravel_alert\ni need any relevant travel alerts for australia\ttravel_alert\nare there travel notifications for columbia\ttravel_alert\nwhere in the world is there a travel alert\ttravel_alert\nwhat are today's travel advisories\ttravel_alert\ncan you list the places that there are travel alerts for\ttravel_alert\nwhere are there current travel alerts\ttravel_alert\nis there a travel alert for [country]\ttravel_alert\nif i got to indonesia is it safe\ttravel_alert\ni am thinking of going to brazil and was wondering if that is hazardous\ttravel_alert\nwould it be safe to go to columbia\ttravel_alert\nis mexico a safe place\ttravel_alert\nwhat potential hazards are there for going to spain\ttravel_alert\ndoes a travel alert exist for that country\ttravel_alert\ninform me if there's a travel alert for the country\ttravel_alert\ndoes the country have a travel alert\ttravel_alert\ni'd like to see if there's a travel alert for the country\ttravel_alert\ncan you tell me if there's a travel alert for that country\ttravel_alert\nany travel alerts for south korea\ttravel_alert\nare there travel alerts for europe\ttravel_alert\nwhat are the currect travel alerts in africa\ttravel_alert\ncan i safely travel to brazil\ttravel_alert\ndoes japan have any travel alerts i should be aware of\ttravel_alert\nis there travel alerts for greece\ttravel_alert\nhow safe is it to travel to germany\ttravel_alert\nis it safe to travel to china\ttravel_alert\nis it safe to fly to russia\ttravel_alert\ndoes france have any travel alerts i should be aware of\ttravel_alert\nlook for travel alerts for china\ttravel_alert\ndoes south korea have any travel alerts i should be aware of\ttravel_alert\nis it dangerous to travel to mexico\ttravel_alert\nany travel alerts for canada\ttravel_alert\nany travel alerts for that country i should know about\ttravel_alert\nare there any travel alerts in that region\ttravel_alert\ni need to know the travel alerts for kenya\ttravel_alert\nany alerts for travelers to canada\ttravel_alert\nshould i be worried about any travel alerts for that country\ttravel_alert\nlook up travel alerts for canada\ttravel_alert\nis there a travel alert for that country\ttravel_alert\nfind if there are any travel alerts for canada\ttravel_alert\nsearch for any travel alerts for canada\ttravel_alert\ndoes kenya have any travel alerts right now\ttravel_alert\ncheck travel alerts for kenya\ttravel_alert\ndo i need to read any travel alerts for kenya\ttravel_alert\nsearch for travel alerts for kenya\ttravel_alert\nhow do i put in a pto request for the first to the ninth\tpto_request\nam i allowed to put in a pto request for now to april\tpto_request\nis there a time i can put in a pto request for dec 2 to new years\tpto_request\nwhen can i put a pto request in for feb 22 to march 1\tpto_request\ni need a pto request on march 1 to 2\tpto_request\non march 1-2 i want a pto request made for me\tpto_request\nschedule a pto request for me on march 1-2\tpto_request\nfor march 1 to 2 make a pto request for me\tpto_request\ni want to schedule a pto request on march 1-2\tpto_request\nbetween october 7th and october 10th, i'd like for there to be a pto request for me\tpto_request\ni need a pto request for the dates jan 15th to jan 20th\tpto_request\nlet's do a personal pto request for the dates may 12th to may 15th\tpto_request\ncan you set up a pto request for me for march 20th to april 12th\tpto_request\ni'd like for their to be a pto request for me made for the dates june 4th to june 8th\tpto_request\ni'd like to go on vacation\tpto_request\ncreate a pto request for march 21st to march 26th\tpto_request\ni need to put in a pto request from the 8th to the 17th of january\tpto_request\ncan you put in a pto request for the 5th of june to june 8th\tpto_request\nfrom december 22nd to the 25th, make me a pto request\tpto_request\ni need a pto request put in for the weekend of june 1st to june 2nd\tpto_request\nhow do i schedule vacation days\tpto_request\nput in a pto request for march 4 to march 6\tpto_request\ni need to put in a pto request for march 4 to march 6\tpto_request\nhow do i use my vacation days\tpto_request\nhow do i put in for vacation\tpto_request\nhow can i schedule a vacation request\tpto_request\ncan you put in a pto request for march 4 to march 6 for me\tpto_request\nput in for time off march 4 to march 6\tpto_request\nwhere do i make a vacation request\tpto_request\ncan i take pto form march 4 to march 6\tpto_request\nmay i take a pto on february 7 and 8\tpto_request\nplease tell me how to submit a vacation request\tpto_request\ncan i take a pto for two days, starting on february 7\tpto_request\ni would like to know how to make a vacation request\tpto_request\nplease tell me how to go about asking for a vacation\tpto_request\ncan you tell me how to make a vacation request\tpto_request\ni would like to request a pto on february 7 and 8\tpto_request\ni would like to take a paid time off for february 7 and 8\tpto_request\nwould you be able to tell me how to make a vacation request\tpto_request\nis it possible for me to take a pto for two days, starting february 7\tpto_request\ni want to put in a request for pto from may 5 to may 12\tpto_request\ni want you to make me a pto request for me for april twenty through may two\tpto_request\ni want to request pto from november 7 to 11\tpto_request\nhow can i request a vacation from work\tpto_request\nhow do i request vacation time\tpto_request\nwhat do i need to do to request vacation time off\tpto_request\ncan you put in a pto request for me for july second and third\tpto_request\nwhat do i need to do if i want to ask for vacation time\tpto_request\nput in a pto request for me i want it for the ninth and the tenth of august\tpto_request\nhow do i ask to have a vacation\tpto_request\ncan you schedule a vacation for next week\tpto_request\ni'd like to make a vacation request\tpto_request\nwhat do i do to request a vacation\tpto_request\nhow can i make a vacation request\tpto_request\nhow do i book a vacation\tpto_request\nwhat is the process for requesting a vacation\tpto_request\ni want to schedule a vacation, can i request that through you\tpto_request\ncan i put in a vacation request with you\tpto_request\ni need to set up a vacation request, what do i need to give you\tpto_request\ni need to take some time off, can i have the next week off\tpto_request\nwhat do i need to make a vacation request with you\tpto_request\ni need a pto request for march 3rd and 4th\tpto_request\nwould it be possible to make a pto request for january 15th and 16th\tpto_request\nplease put in a pto request for june 5th and 6th\tpto_request\nset a pto request for april 1st and 2nd\tpto_request\ni would like to make a pto request for july 17th and 18th\tpto_request\nsubmit a request for pto for the dates may 5th to the 12th\tpto_request\nplease place a pto request for february 18th to the february 25th\tpto_request\ni would like you put in a pto request for the dates july 4th to the 8th\tpto_request\ni need to submit a request for pto for june 12th to june 14th\tpto_request\ncan you put in a pto request for march 7th to the 9th\tpto_request\ni'd like to take a vacation day from 2/24 to 2/25\tpto_request\ni'd like to schedule some pto from 2/22 to 2/25\tpto_request\nmake a pto request from april 2 to april 4\tpto_request\nrequest pto from march 8th until march 11th\tpto_request\nplease request pto for me from march 3rd to march 7th\tpto_request\ncould you submit a pto request for me from dates oct thirty to nov second\tpto_request\ncould you submit a pto request for me from dates mar 3 to 9, please\tpto_request\ncould you submit a pto request for me for dates april 21 to 30, please\tpto_request\ncan you submit a pto request for me from dates nov 2 to 10, please\tpto_request\ncould you submit a pto request for me for dates june 11 to 14\tpto_request\nplease make a pto request for me from dates jan 21 to begininning of february\tpto_request\nplease make a pto request for dates tomorrow to the twentieth\tpto_request\nplease make a pto request from dates september 1 to 15\tpto_request\nmake a pto request for dates november 11 to black friday\tpto_request\nmake a pto request from dates may 3 to 9\tpto_request\ni want to put in a pto request for march 1-8\tpto_request\nhow can i go about requesting a vacation\tpto_request\ncan you put in a pto request for me from march 1-7\tpto_request\nplease assist me by making a pto request for march 11-18\tpto_request\nwould i be able to put in a pto request for march 21-26\tpto_request\ncreate for me a pto request for march 16-21\tpto_request\nwhat steps should i take if i want to request vacation\tpto_request\ntell me how to request vacation\tpto_request\ni'm intereted in requesting pto from april 1-5\tpto_request\ni need help making a pto request for march 3-10\tpto_request\nam i able to place a pto request for february 20-25\tpto_request\ncan i request pto from march 9-16\tpto_request\nwhat is the protocol for requesting a vacation\tpto_request\ni want help making a pto request for february 22-27\tpto_request\nwhat steps should i take to improve my credit score\timprove_credit_score\ngive me a recommendation to improve my credit score\timprove_credit_score\nwhat can i do to raise my credit score\timprove_credit_score\nsteps to raise my credit score\timprove_credit_score\nis there a quick way to improve my credit score\timprove_credit_score\nwhat are ways to improve my credit\timprove_credit_score\nhow to keep my credit score from going down\timprove_credit_score\nwhat are some ways to increase my credit\timprove_credit_score\nwhat can i do to keep my score from dropping\timprove_credit_score\nhow do i build my credit score\timprove_credit_score\nhow can i build my credit\timprove_credit_score\nwhat are ways to improve my credit score\timprove_credit_score\ni want to keep my credit score from going down, how do i do that\timprove_credit_score\nwhat can i do to improve my credit score\timprove_credit_score\nhow can i keep my credit score from going down\timprove_credit_score\nhow can i improve my credit score\timprove_credit_score\nhow do i keep my credit score from dropping\timprove_credit_score\nhow to improve my credit score\timprove_credit_score\nwhat are some way s i can do to improe my credit score\timprove_credit_score\nhow to keep my credit up\timprove_credit_score\nhow to keep my credit from dropping\timprove_credit_score\ni want to keep my credit from going down, how do i do this\timprove_credit_score\nmy credit is going down what should i do\timprove_credit_score\nhow do i maintain my credit score\timprove_credit_score\nhow can i build credit\timprove_credit_score\nhow do i keep good credit\timprove_credit_score\nwhat are ways to build credit\timprove_credit_score\nhow to build up my credit score\timprove_credit_score\nwhat can i do to keep my credit in good standing\timprove_credit_score\nhow do i keep my credit from lowering\timprove_credit_score\ngive me some ways to build my credit score\timprove_credit_score\nwhat can i do to maintain good credit\timprove_credit_score\ncan you tell me some tricks and tips i can use to see an increase in my credit score\timprove_credit_score\nare there ways for me to make my credit score better\timprove_credit_score\ni need a list of different methods for building my credit score\timprove_credit_score\nwhat are some of the ways that i can see an improvement in my credit score\timprove_credit_score\nwhat methods can i use to improve my credit score\timprove_credit_score\nwhat are some tips to build my credit score\timprove_credit_score\nhelp me build my credit score by showing me some ways on how to\timprove_credit_score\nshow me some ways to build my credit score\timprove_credit_score\nwhat are the best ways to build my credit score\timprove_credit_score\nwhat are some steps to building my credit score\timprove_credit_score\nwill doing this hurt my credit score\timprove_credit_score\ntell me all the ways my credit score can get hurt\timprove_credit_score\ni'm not sure if this will hurt my credit score\timprove_credit_score\ni want to find out if this will hurt my credit\timprove_credit_score\ntell me if the following thing can hurt my credit score\timprove_credit_score\ni want to know if opening a new account will decrease my credit score\timprove_credit_score\ni heard that opening a new account will decrease my credit score, is it true\timprove_credit_score\nis it true that opening a new account can decrease your credit score\timprove_credit_score\nplease confirm that opening a new account can decrease your credit score\timprove_credit_score\ntell me if opening a new account will decrease my credit score\timprove_credit_score\nwhat are some mistakes to avoid so that my credit score stays high\timprove_credit_score\nhow can i protect my credit rating\timprove_credit_score\ntell me some things i can do to secure my credit rating\timprove_credit_score\nwhat are some ways to keep my credit score up\timprove_credit_score\ngive me tips on maintaining good credit\timprove_credit_score\nwhat factors can ruin a credit score\timprove_credit_score\npull up ways to lower credit score\timprove_credit_score\nis it possible to lower my credit score by doing this\timprove_credit_score\nwhat can harm my credit score\timprove_credit_score\nare there any new harmful things that could affect my credit score\timprove_credit_score\nhow can i make my credit score better\timprove_credit_score\nwhat steps can i take to make sure my credit score doesn't go down\timprove_credit_score\nhow can i ensure my credit score doesn't drop\timprove_credit_score\ni'd like to improve my credit score\timprove_credit_score\nwhat do i do to stop my credit score from going lower\timprove_credit_score\nhow do i make my credit score better\timprove_credit_score\nhow can i go about improving my credit score\timprove_credit_score\ni'd like to make my credit score better\timprove_credit_score\ni'd like to find ways to improve my credit score\timprove_credit_score\nhow do i prevent my credit score from lowering\timprove_credit_score\nhow can i stop my credit score from dropping\timprove_credit_score\ntell me how to improve my credit score\timprove_credit_score\nways to build credit\timprove_credit_score\ntell me ways to improve my credit score\timprove_credit_score\nhow can i hurt my credit score\timprove_credit_score\ndoes carrying a balance hurt my credit score\timprove_credit_score\nwould being late hurt my credit\timprove_credit_score\ndoes medical debt hurt my credit score\timprove_credit_score\nwould late payments hurt my credit\timprove_credit_score\ncan i hurt my credit score\timprove_credit_score\nhow is the credit score hurt\timprove_credit_score\nso how can i hurt my credit score\timprove_credit_score\nwill checking your credit lower my score\timprove_credit_score\nis it true a hard pull hurts my credit score\timprove_credit_score\nwhat lowers you credit score\timprove_credit_score\ncan i harm my credit if i miss a car payment\timprove_credit_score\nwill a loan lower my credit score\timprove_credit_score\nhow do i make sure my credit doesn't fall\timprove_credit_score\nwhat's the best way to build credit\timprove_credit_score\ncan i improve my credit score\timprove_credit_score\nwhat lowers credit score\timprove_credit_score\nhow do i build credit\timprove_credit_score\nhow to improve a credit score\timprove_credit_score\nhow do i improve my credit score\timprove_credit_score\nhow to protect my credit score\timprove_credit_score\ncan i protect my credit score\timprove_credit_score\nhow to keep credit score high\timprove_credit_score\ndo you know if bouncing one check on your checking account can hurt your credit score or not\timprove_credit_score\nlets hear an interesting fact about funko pops\tfun_fact\nknow any interesting facts\tfun_fact\nwhat is one fun fact\tfun_fact\ntell me a fact\tfun_fact\nlets hear a fact\tfun_fact\nany unique trivia about beats headphones\tfun_fact\ntell me a fact i may not know\tfun_fact\nwhat is one thing i might not know about nike shoes\tfun_fact\ntell me something interesting about sperm whales\tfun_fact\ni want to know a fun fact about pluto\tfun_fact\nwhat's an interesting fact about flamingos\tfun_fact\ntell me a random fact\tfun_fact\nhave any cool facts on reptiles\tfun_fact\ni want to learn an interesting fact about cats\tfun_fact\nread me some fun facts\tfun_fact\ntell me a few facts about cats\tfun_fact\nhelp me learn something intriguing about turtles\tfun_fact\nread me some interesting information about cats\tfun_fact\nwhat's an interesting tidbit about rivers\tfun_fact\ncan you tell me something i don't know about banks\tfun_fact\ncan you tell me a fun fact regarding cars\tfun_fact\ndo you know any fun facts about shampoo\tfun_fact\nwhat's a fun fact about eggs\tfun_fact\nwhat's a neat fact about twinkies\tfun_fact\ni'd like to hear a fun fact about adult entertainment\tfun_fact\ntell me something neat about slinkies\tfun_fact\ntell me something fun about gravity\tfun_fact\nsay trivia about lebron james\tfun_fact\ntell me a fun fact about mt everest\tfun_fact\ngive me some trivia about lebron james\tfun_fact\nwhat are some trivia questions about lebron james\tfun_fact\nrepeat that fun fact about mt everest\tfun_fact\nwhat is a fun fact about mt everest\tfun_fact\nsay a fun fact about mt everest\tfun_fact\ndo you know any fun facts about mt everest\tfun_fact\nexplain some trivia about lebron james\tfun_fact\ncommunicate trivia about lebron james\tfun_fact\nwhat are fun facts about lighthouses\tfun_fact\ncan you tell me fun facts about lighthouses\tfun_fact\ntell me interesting facts about lighthouses\tfun_fact\ntell me a fun trivia bit about artificial intelligence\tfun_fact\ndo you know any trivia about the ocean\tfun_fact\ntell me something neat about the ocean floor\tfun_fact\ni'd like to hear a fun fact about the nfl\tfun_fact\ni want to hear an interesting fact about dinosaurs\tfun_fact\nplease tell me an interesting tidbit about the roman empire\tfun_fact\ncan you share some trivia with me about us history\tfun_fact\ndo you know any fun facts about the ocean\tfun_fact\ni want to learn a neat fact about black holes\tfun_fact\ncan you give me a good piece of trivia about the rainforest\tfun_fact\ntell me something interesting about outer space\tfun_fact\nshare with me a fun fact about outer space\tfun_fact\ntell me a neat fact about the ocean\tfun_fact\ntell me some interesting trivia about dinosaurs\tfun_fact\ni want to hear a fun fact about american presidents\tfun_fact\ngive me an interesting fact about antarctica\tfun_fact\ncan you share something interesting about world war one\tfun_fact\ni want to know some trivia about our solar system\tfun_fact\ntell me a fun fact about the olympics\tfun_fact\ntell me something cool about elephants\tfun_fact\nname some awesome things about dogs\tfun_fact\nlist some neat stuff about rats\tfun_fact\nwhat's a good trivia fact about china\tfun_fact\ngive me a fun fact about otters\tfun_fact\ndo you know any fun facts about australian football\tfun_fact\ntell me some trivia about birds\tfun_fact\ndo you know any trivia about ostriches\tfun_fact\nwhat's a good fun fact about great britain\tfun_fact\ngive me trivia about bats\tfun_fact\nfun facts about tigers\tfun_fact\ntell me something interesting about los angeles\tfun_fact\nwhat's a fun fact about mythology\tfun_fact\nwhat's a fun fact relating to elephants\tfun_fact\nwhat's a cool and interesting thing about dogs\tfun_fact\ni'd like to hear some trivia about florida\tfun_fact\ntell me a fun fact about butterflies\tfun_fact\nplease give me a really impressive piece of trivia about bubble gum\tfun_fact\nwhat is the most fun fact you know about the film industry\tfun_fact\nplease tell me trivia about hamburgers\tfun_fact\nwhat is the most unique piece of trivia relating to cameras\tfun_fact\nwhat's a fun fact about elephants\tfun_fact\ntell me some amazing trivia about radios\tfun_fact\ntell me a fun fact about computer\tfun_fact\nplease tell me a really fun fact about facebook\tfun_fact\ncan you tell me the most interesting fact about resistors\tfun_fact\nwhat is an amazing trivia fact relating to 3d printing\tfun_fact\ntell me a fun fact about tigers\tfun_fact\ncan you tell me a fun fact about elephants\tfun_fact\nwhat is a fun fact about dogs\tfun_fact\nwhat would be a fun fact about cats\tfun_fact\ntell me all about the trivia with friends\tfun_fact\ni need to know trivia on star wars\tfun_fact\nlets fin out some fun facts about humans\tfun_fact\ni want to know all about trivia for the office\tfun_fact\nexplain to me the trivia on twilight\tfun_fact\nlets go threw some trivia on sports\tfun_fact\ntrivia about something,tell me some\tfun_fact\ntell me about something some trivia\tfun_fact\ntell me some something trivia\tfun_fact\nabout something,tell me some trivia\tfun_fact\nadjust your language setting to english\tchange_language\nchange and set your language setting to english\tchange_language\nset your language setting to english\tchange_language\nmake your preferred language english\tchange_language\ni would like to have language set to spanish, please\tchange_language\nplease give me your responses only in french from now on\tchange_language\ncan we speak in english rather than zulu\tchange_language\ni would like to change your language from portuguese to italian\tchange_language\nchange the response language to french please\tchange_language\nwhat languages can i switch to for your responses\tchange_language\ncan you give me the answers in italian instead of english\tchange_language\ni want us to speak to each other in spanish from now on\tchange_language\nswitch the language for your responses, please\tchange_language\nlet's speak in mandarin instead of english\tchange_language\nhow can we start communicating in french rather than english\tchange_language\nplease change the language that you are responding in\tchange_language\nhow do i change the language that your responses are delivered in\tchange_language\ni need to switch the language for your responses\tchange_language\ni need to change language to spanish\tchange_language\nfix my language to spanish\tchange_language\nspeak in the language english\tchange_language\ni need to change my speaking to spanish\tchange_language\ni want to switch speaking to french\tchange_language\nreplace my language to chinese\tchange_language\ncan you change your language to japanese\tchange_language\nchange your language to spanish please\tchange_language\ncan you translate that to french\tchange_language\nplease respond to me in spanish\tchange_language\ncan you speak to me using japanese\tchange_language\ni would appreciate it if you could talk to me in french\tchange_language\ndo you know french\tchange_language\ncan we talk in french\tchange_language\ncan you talk to me in italian\tchange_language\ncan you speak to me in french\tchange_language\ncan you speak to me in chinese\tchange_language\ntalk to me in italian from now on\tchange_language\ncan i start talking to you in french\tchange_language\ncan you talk to me in french\tchange_language\ncan you talk in spanish\tchange_language\ncan i start talking to you in spanish\tchange_language\nplease talk to me in spanish\tchange_language\ncan you understand me, if i start talking in italian\tchange_language\nis it ok if i start speaking to you in german\tchange_language\ncan i give you instructions in japanese\tchange_language\ntalk to me in spanish from now on\tchange_language\ncan you talk to me in chinese\tchange_language\ni am going to switch to greek\tchange_language\ni want to use spanish as my language\tchange_language\ni will be speaking chinese going forward\tchange_language\nthe language i am using will now be italian\tchange_language\ni am changing over to italian now\tchange_language\nis there an option to speak only in mandarin\tchange_language\nlet's go ahead and switch your language\tchange_language\ni want to edit the language\tchange_language\nis it possible to only talk in spanish\tchange_language\nlet me talk to you in greek\tchange_language\nchange the native language\tchange_language\ncan i speak to you in german\tchange_language\nis there an option to change the language\tchange_language\ni need to change the language to french\tchange_language\nhow can i adjust the spoken language\tchange_language\nanswer me in french\tchange_language\nplease respond in latin from now on\tchange_language\ntalk to me in italian\tchange_language\nlet’s chat using spanish\tchange_language\ni need the language set to swahili\tchange_language\nchange the language you're using to american english\tchange_language\nswitch the language setting over to german\tchange_language\nchange language to french, please\tchange_language\ncan you swap the language to afrikaans for me\tchange_language\ni want you to address me in italian\tchange_language\ni want you to speak in french\tchange_language\nstart talking in spanish\tchange_language\ncan you speak in french\tchange_language\ni want to hear from you in german\tchange_language\nchange your language setting to german\tchange_language\nalter your language to french\tchange_language\nchange your language prefrences japanese\tchange_language\nchange your language setting to chinese\tchange_language\nalter your language choice to dutch\tchange_language\nchange your language\tchange_language\ncan i change your language\tchange_language\nselect a new language\tchange_language\ni want to put you in a different language\tchange_language\nlet's change the language for you\tchange_language\nset default language to english\tchange_language\nyou should respond in english\tchange_language\nplease respond in english\tchange_language\nchange your spoken language to english\tchange_language\nchange language setting to english\tchange_language\nswitch your language setting to english\tchange_language\ni want your language changed to chinese\tchange_language\ncan you start talking to me in spanish from here on out\tchange_language\nplease speak to me in chinese\tchange_language\nplease make your language setting french\tchange_language\nplease speak german to me from now on\tchange_language\ni need your language setting to be russian now\tchange_language\nplease change your language setting to spanish\tchange_language\ni want your responses to be in french\tchange_language\nfrom now on, i want you to answer me using japanese\tchange_language\non what date do i get paid\tpayday\nwhat day do i get my paycheck\tpayday\ni need to know when to expect my next paycheck\tpayday\ntell me when my next paycheck will arrive\tpayday\nwhat date do i get my next paycheck\tpayday\nwhen will i be getting my next paycheck\tpayday\nwhen's the the last time i was paid\tpayday\nwhat date did i receive my last paycheck\tpayday\nwhen was my last payday\tpayday\nwhen was my last paycheck\tpayday\nwhen's the last time i got a paycheck\tpayday\ni need to know when i was paid last\tpayday\ntell me when i last got paid\tpayday\ntell me when i received my last paycheck\tpayday\ni want to know when i was last paid\tpayday\nwhen did i get my last paycheck\tpayday\nplease give me the expected arrival date for my next paycheck\tpayday\ntell me when i received my most recent paycheck\tpayday\ndo you know when i can expect my next paycheck\tpayday\ni need to know when i got latest paycheck\tpayday\ntell me when my next paycheck is set to arrive\tpayday\ncan you confirm the date my last paycheck was received\tpayday\ncan you tell me what day my next paycheck will come\tpayday\nwhat is the date of my last paycheck\tpayday\ni need to know the date my next paycheck will be here\tpayday\nplease find the receipt date for my last paycheck\tpayday\nwhen does my paycheck arrive\tpayday\ni want to know when to expect my next paycheck\tpayday\nwill i get my paycheck soon\tpayday\nwhat date will my next paycheck be here\tpayday\nis my paycheck arriving soon\tpayday\nwhat day will my paycheck come\tpayday\ndid i receive my paycheck this week\tpayday\nwhen will my next paycheck be\tpayday\nwhen am i paid\tpayday\nwhen is my pay period\tpayday\nhow much longer until i have a direct deposit\tpayday\nhow many days until my next payday\tpayday\nwhen will my paycheck be available\tpayday\nmy next paycheck is available when\tpayday\nwhen will i recieve my next paycheck\tpayday\nlet me know when i'm going to be paid\tpayday\ncan you tell me when i'm supposed to get paid\tpayday\ntell me when i get paid\tpayday\nhow much longer until the next payday\tpayday\nwhen will i recieve another paycheck\tpayday\nwhat date is another paycheck due\tpayday\nwhen do i get paid again\tpayday\nwhen should another paycheck arrive\tpayday\nwhen is my next paycheck due\tpayday\nwhen will i be paid again\tpayday\nwhich date is my next paycheck due\tpayday\nwhat is my next payday\tpayday\nfind my next payday\tpayday\nnext payday please\tpayday\nmy next payday\tpayday\nwhat is the date i get paid\tpayday\nday that i get paid\tpayday\nwhat is my pay date\tpayday\nnext payday\tpayday\nwhat day do i get paid\tpayday\nwhat day is my next payday\tpayday\nwhen is the next day i get paid\tpayday\nwhen will i get paid next\tpayday\nwhen's my next paycheck\tpayday\nhow long is it until payday\tpayday\nwhen should i expect my next paycheck\tpayday\nwhen is the next time i get paid\tpayday\nwhat day will i get paid\tpayday\nwhen is my next direct deposit from my job\tpayday\nwhen is payday\tpayday\nwhen is my paycheck coming\tpayday\nwhen was the last date that i got a paycheck\tpayday\nwhen was i last paid\tpayday\nwhen was the last date that i got paid\tpayday\nwhen was the date that i was last paid\tpayday\nwhen was the last date that i was paid\tpayday\nwhen am i due for my next paycheck\tpayday\nwhat time is my next paycheck coming\tpayday\nwhen will my next paycheck come\tpayday\nwhen will i get my next paycheck\tpayday\nwhen is my next paycheck\tpayday\ntell me my next paycheck\tpayday\nwhen did i get paid the last time\tpayday\ntell me when my next paycheck will be here\tpayday\nwhen was the last time i got paid\tpayday\ni wanna know when i was paid last\tpayday\nwhen was my last payment\tpayday\nwhen was i paid last\tpayday\ni wanna know my next paycheck\tpayday\ntell me on what day did i get paid last\tpayday\nremind me of the date of my last paycheck\tpayday\non what date did i get paid last\tpayday\nwhen did they deposit my last salary\tpayday\nwhen was i paid the last time\tpayday\nwhen's payday\tpayday\nwhen's my next payday\tpayday\nwhen do i get paid\tpayday\nwhat day do i get paid next\tpayday\nwhen do i get my next check\tpayday\ntell me about today weather\treplacement_card_duration\ncan my debit card be replaced quickly\treplacement_card_duration\nhow long does visa take to get me a new card\treplacement_card_duration\nis my card made immedietly after reporting stolen\treplacement_card_duration\ncan i replace a stolen card soon\treplacement_card_duration\nhow long to replace a credit card\treplacement_card_duration\nhow soon until you send me replacement card\treplacement_card_duration\nwhen will you mail me a replacement card\treplacement_card_duration\nhow long until you send me a replacement card\treplacement_card_duration\nwhen will you send me a replacement card\treplacement_card_duration\nwhen can you send me a replacement card\treplacement_card_duration\nhow long will delivery of a new card take\treplacement_card_duration\nwhen can i expect my replacement card\treplacement_card_duration\nhow long can i expect to wait for a new card\treplacement_card_duration\nwhen do they mail me a replacement card\treplacement_card_duration\nwhen does the replacement card arrive\treplacement_card_duration\nif my credit card was stolen, how long will it take to replace\treplacement_card_duration\nhow long will i have to wait until they replace a stolen credit card\treplacement_card_duration\nhow long does it take to replace a stolen credit card\treplacement_card_duration\nhow long will a new card take to come in the mail\treplacement_card_duration\nwhat's the timeline on replacing a stolen credit card\treplacement_card_duration\ndo i get a replacement card mailed, and when\treplacement_card_duration\nwhat's the transit time on a new card\treplacement_card_duration\nwill you notify me when my new card is on the way\treplacement_card_duration\nwhat is the quickest way to get a new card\treplacement_card_duration\nwhat is the turn around for a new card\treplacement_card_duration\nhow long will it take to get a new card\treplacement_card_duration\nwhen can i expect my new card\treplacement_card_duration\nmy new card will arrive when\treplacement_card_duration\nmy new card arrives in the post when\treplacement_card_duration\nhow long til my new card arrives by mail\treplacement_card_duration\nmy new card will get here in the mail when\treplacement_card_duration\nif i ordered a new card, how long til it comes\treplacement_card_duration\nwhen can i expect my new card to get here\treplacement_card_duration\nwhen will my new card come in the mail\treplacement_card_duration\nwhen will my new visa get here\treplacement_card_duration\nmy card is coming by mail how long will that take\treplacement_card_duration\nhow long will it take a new card to come in the mail\treplacement_card_duration\nwhat date will my card be here\treplacement_card_duration\nhow many days do i have to wait for my card\treplacement_card_duration\nwhen will me new card arrive\treplacement_card_duration\nhow long does it take to get a replacement card\treplacement_card_duration\nif i order a new card how long would it take\treplacement_card_duration\nif i need a new card mailed how long will it take\treplacement_card_duration\nhow long will it be for me to get a new card\treplacement_card_duration\nhow long will a new card take to reach me\treplacement_card_duration\ntime to get replacement credit card for stolen one\treplacement_card_duration\nhow long it takes to get a new replacement card\treplacement_card_duration\nmailing to me for a new card takes how long\treplacement_card_duration\nmailing a new card to me takes how long\treplacement_card_duration\nfor anew card to be mailed to me, how long does it take\treplacement_card_duration\nit takes how long to mail me a new card\treplacement_card_duration\na new cards takes how long to mail to me\treplacement_card_duration\naverage time to receive new card\treplacement_card_duration\nhow long to get a new credit card\treplacement_card_duration\nhow many days before my credit card arrives\treplacement_card_duration\nwill my credit card be mailed soon\treplacement_card_duration\nwhen will i get my new credit card\treplacement_card_duration\nmy credit card was stolen; how long before a new one will arrive\treplacement_card_duration\nmy credit card has been stolen and i want to know how long it will be before i can get a new one\treplacement_card_duration\nhow long will it take for me to get a new credit card to replace the one that was stolen\treplacement_card_duration\nmy credit card got stolen and i need to know how long it will be before a new on arrives\treplacement_card_duration\nhow many days will it take to get a new credit card to replace the one stolen from me\treplacement_card_duration\nwhat's the expected time to have a stolen credit card replaced\treplacement_card_duration\nhow long does it take to replace a lost card\treplacement_card_duration\nhow long should i expect to wait for my new card in the mail\treplacement_card_duration\nhow long should i wait to get my new card when my old one was stolen\treplacement_card_duration\nwhat's the typical lag time in receiving a new credit card when your previous one was lost\treplacement_card_duration\nwhat's the usual time to get a new card when your previous one was lost\treplacement_card_duration\nhow long will it take before the postal service delivers my new card\treplacement_card_duration\nwhat's the typical time it takes for a new card to arrive\treplacement_card_duration\nwhen will i get a replacement card for a lost one\treplacement_card_duration\nwhat's the eta for a new card to come in the mail\treplacement_card_duration\nmy last card was stolen and i want to know how long until i get my new one\treplacement_card_duration\nhow many days till i get a new card to replace the stolen one\treplacement_card_duration\nwhat's the average time it takes for a new card to arrive\treplacement_card_duration\nhow long until the credit card company replaces my lost card\treplacement_card_duration\nhow long does it take to get a replacement credit card when your last one was stolen\treplacement_card_duration\nhow soon will i be sent a new card\treplacement_card_duration\nhow many days does it take to receive a new card\treplacement_card_duration\nhow long does it take you to mail me a new card\treplacement_card_duration\nhow soon will you mail me a new card\treplacement_card_duration\nwhat is the earliest date i can get my new card\treplacement_card_duration\nwhats the wait time for a replacement card\treplacement_card_duration\nhow long until i get a replacement card\treplacement_card_duration\nhow long before i can get a replacement card\treplacement_card_duration\nwhen will a replacement card get here\treplacement_card_duration\nhow long is the shipping for my replacement card\treplacement_card_duration\nwhat date will my replacement card arrive on\treplacement_card_duration\nis my replacement card coming soon\treplacement_card_duration\nwhen will my card replacement arrive\treplacement_card_duration\nwhen will my card come\treplacement_card_duration\nwhen should i expect my replacement card\treplacement_card_duration\nwhen will my replacement card get mailed\treplacement_card_duration\ndo you know when my card will come in\treplacement_card_duration\ndo when you when my replacement card will get mailed\treplacement_card_duration\nwhat date will my replacement card get mailed\treplacement_card_duration\nwhat would be the estimated time from to get a new card mailed to me\treplacement_card_duration\nwhat is the time frame to get a new card mailed to me\treplacement_card_duration\nhow long until i can expect my new card to get mailed to me\treplacement_card_duration\nwhat time is it in punta gorda, florida\ttime\nwhat time is it in glenwood springs, co\ttime\nwhat time is it in fredericksburg, tx\ttime\nwhat time is it in las vegas, nv\ttime\nwhat time is it in houston, tx\ttime\ni need to know the current time in the central timezone\ttime\nwould you tell me the current time in the eastern timezone\ttime\nlet me know the current time in the central timezone\ttime\ntell me what time it is in the central timezone\ttime\ni am needing to know the current time in the eastern timezone\ttime\nwhat is the time right now in the hst timezone\ttime\ncan you tell me the current time\ttime\nwhat is the current time in cst\ttime\ni need to know what time it is in florida\ttime\nwhat is the time right now\ttime\nin the mst time zone, what time is it right now\ttime\ntell me what time it is right now\ttime\ncan you tell me the current time in the pacific timezone\ttime\nlook up the time in california\ttime\nwhat is the current est time\ttime\ncan you tell me what time it is please\ttime\nwhat time is it getting to be\ttime\nwhat time do you have on your watch\ttime\nwhat time would it be in rome right now\ttime\nwhat's the time in london\ttime\nwhat's the time set to in florida right now\ttime\nwhat time is it currently in istanbul\ttime\nwhat time is it right now in paris\ttime\nwhat's the time right now\ttime\ncurrent time, please\ttime\nwould you mind telling me the time\ttime\ncan you give me the time\ttime\nplease let me know what time it is\ttime\nwhat is the exact time right now in the hawaii time zone\ttime\nwhat is the time\ttime\nwhat is the time right now in the peruvian time zone\ttime\nwhat is the exact time\ttime\nwhat time is it exactly in the new zealand time zone\ttime\nwhat is the exact time in the ist time zone\ttime\nwhat is the time in the utc timezone\ttime\nwhat time is it exactly\ttime\nwhat is the time now\ttime\nwhat time is it in russia\ttime\nwhat time is it\ttime\nwhat is the time in sydney, australia\ttime\nwhat time is it in honolulu\ttime\nwhat's the current time in greenwhich\ttime\nwhat's the current time in est\ttime\nwhat time is it on the pacific coast right now\ttime\ngiven my time, what time is it in mst\ttime\nhave you the time\ttime\nwhen is it right now\ttime\nwhat hour and minute is it\ttime\nwhat time is it right now in cst\ttime\nwhat time is it in the eastern standard timezone\ttime\nwhat time is it in the pacific standard timezone\ttime\nwhat time is it in the alaska standard timezone\ttime\nwhat time is it in the central standard timezone\ttime\nwhat time is it in the mountain standard timezone\ttime\nnow what is the time\ttime\nat the moment what is the time\ttime\ni want to know the time\ttime\nwhat time is it now\ttime\ndo you know the current time in southern california\ttime\nwhat is the current time in china\ttime\nwhat is the current time in mexico city\ttime\nwhat is the current time in new york\ttime\nwhat is the current time in istanbul\ttime\nwhat time is it in buenos aires\ttime\nwhat time is it in north korea\ttime\nwhat does it say on the clock\ttime\nin tokyo, what's the time\ttime\nin tokyo, what time is it\ttime\nwhat's the time in tokyo\ttime\ntime in tokyo\ttime\nwhat time is it in tokyo\ttime\nthe time please\ttime\ni want to know what time it is\ttime\ncan you tell me the time\ttime\ni would like to know the time\ttime\ni need to know the time\ttime\nthe current time\ttime\nin the eastern timezone, what time is it now\ttime\nin the central timezone, what time is it\ttime\nwhat's the current time now cst\ttime\nin pacific time, what's the current time\ttime\nwhat time is it now pacific time\ttime\nwhat is the current time, please\ttime\nwhat's the current time, please\ttime\nwhat is the time, please\ttime\nhow is the time\ttime\nplease tell me the time\ttime\nwhat time is it in london\ttime\nwhat time is it in new york\ttime\nwhat time is it in paris\ttime\nwhat time is it in daniel boone national forest timezone\ttime\nwhat is the time in atlantic timezone\ttime\nwhat's the time in anchorage timezone\ttime\nin bst timezone, what time is it\ttime\ndo you have the time\ttime\nwhen will my application for my credit card be processed\tapplication_status\nhas the discover card approved my app\tapplication_status\ndo you know if my amex card app went through\tapplication_status\nhave they looked over my app for the new credit card yet\tapplication_status\nhas my application for the mastercard card gone through\tapplication_status\nhave my app for a new card been processed yet\tapplication_status\nhas the application i put in for a new visa been processed\tapplication_status\nhas there been any notice that my card app has been looked at\tapplication_status\nhas visa gotten back to me regarding my card app\tapplication_status\nsee if my form submission for an american express card has been seen\tapplication_status\ndo you know if anyone's even looked at the application i sent in for the new visa card\tapplication_status\nhas anyone looked at my mastercard application\tapplication_status\nhave i gotten confirmation for my credit card app\tapplication_status\ncan you check if my application for a discovery card has been looked over yet\tapplication_status\nis there any indication my application for a new credit card has been processed\tapplication_status\ni put in a credit card application, so what is the status with it currently\tapplication_status\ndid my visa card app go through yet\tapplication_status\ndid my chase card application go through yet\tapplication_status\ndo you know the status of the credit card application i filed\tapplication_status\nhas the application for my visa been processed\tapplication_status\ni filed a credit card application so what is going on with it\tapplication_status\ndid my american express card application go through yet\tapplication_status\nwhat is the status of the application for a credit card i put in\tapplication_status\nhas the application for my american express been processed yet\tapplication_status\nmy credit card application has what status\tapplication_status\nwhere can i go to see if my credit card application has been processed\tapplication_status\nwill i be notified when my application has been processed\tapplication_status\nwhat is the status of my credit card application\tapplication_status\nhow will i know when my application for a credit card has been processed\tapplication_status\nwhere can i find out the status of my credit card application\tapplication_status\ntell me if my application has been processed yet, i signed up for a credit card recently\tapplication_status\ncan you check and see if my credit card application has been approved or not\tapplication_status\nhas my application for a trust bank credit card been mailed out and if so was i approved or not\tapplication_status\ncould you check and see if my credit card application has been processed and approved or not\tapplication_status\ni want to know if my application for a credit card at community bank has been approved or not\tapplication_status\ncan you find out if my application at smith bank was approved or not  i applied for s credit card a month ago\tapplication_status\ncan you tell me if my application for a credit card has been processed yet it was at chase bank\tapplication_status\nwas my application approved or not for a credit card at chase bank\tapplication_status\ni want an update on my application for a credit card that i sent in a couple weeks ago\tapplication_status\ni haven't heard if my application for a credit card has been accepted or not can you check on it for me\tapplication_status\nplease look into the latest status of my credit card application\tapplication_status\ncan you update me on the status of my american express card application\tapplication_status\ncan you find out the latest on my credit card application, i haven't heard an update in some time\tapplication_status\nfind out for me if my amex card application was received\tapplication_status\ncan you check the status of my credit card application\tapplication_status\nhow can i track the progress of my credit card application\tapplication_status\nhas my credit card application been received, or what is its current status\tapplication_status\ni need to know what the latest is with my application for a visa credit card\tapplication_status\nplease check the status of my mastercard application\tapplication_status\ndo you know what the latest is with my credit card application\tapplication_status\ni would like an update on the progress of my credit card application\tapplication_status\nupdate me on the status of my credit card application\tapplication_status\nplease get me an update on the status of my credit card application\tapplication_status\nhas there been any changes in the status of my credit card application\tapplication_status\nplease find out the current status of my credit card application\tapplication_status\ni want to be updated on the most recent status of my credit card application\tapplication_status\ntell me the present status of the credit card application i submitted\tapplication_status\nlook into the status of the credit card application i submitted recently for my new card\tapplication_status\nlook to see if my application for the barclay's card has gone through yet\tapplication_status\ni want to know if my credit card application has been processed yet\tapplication_status\ni need to know if the application been processed\tapplication_status\ntell me straight if it has been processed or not\tapplication_status\ncan you tell me when my credit card application will be processed\tapplication_status\nhow much longer until my credit card application is checked\tapplication_status\nwhen will my credit card app be approved\tapplication_status\nhas my credit card application gone through\tapplication_status\ncheck on my credit card application\tapplication_status\ndo i have any updates about my credit card application\tapplication_status\nhas my credit card application been processed\tapplication_status\nhave i received any messages about my credit card application\tapplication_status\nwhen can i hear the decision on my credit card application\tapplication_status\nmy credit card application status\tapplication_status\ni applied for the credit card, have you processed my application\tapplication_status\nhow long to process my credit card application\tapplication_status\nhow is my application on new credit card going\tapplication_status\nwhat is the status of my new credit card application\tapplication_status\nis my application processed for credit card\tapplication_status\nhelp with credit card application status\tapplication_status\nis my credit card application approved\tapplication_status\nwhat is the status of my application for the credit card\tapplication_status\nhas my credit card application been processed yet\tapplication_status\nwhat's the current status of the credit card i applied for\tapplication_status\nin what status is my credit card application\tapplication_status\ndid the application i put in for a mastercard go through yet\tapplication_status\nhas my application for a new credit card been processed\tapplication_status\nhas my amex application gone through yet\tapplication_status\ni applied for a visa card; did that go through\tapplication_status\nwhat status is my card application in\tapplication_status\ndid they process the credit card i applied for\tapplication_status\ni applied for a new credit card; did it process yet\tapplication_status\ndid discover get my card application yet\tapplication_status\ntell me about my american express application; did it go through\tapplication_status\ntell me a little more about the status of my credit card application\tapplication_status\ntell me the status of my credit card application\tapplication_status\nis the processing done on my new credit card\tapplication_status\ni'm desperate to know about my cc processing\tapplication_status\nhave you heard anything back on my cc application\tapplication_status\nis it likely my credit card application has processed yet\tapplication_status\nhas my credit card application been approved\tapplication_status\nwhen will my cc application process\tapplication_status\nwhat is the projected time frame for the flight to land\tflight_status\nis there any news on flight dl123\tflight_status\nwhat is the word on flight dl123\tflight_status\nwhen will we begin to board my scheduled flight\tflight_status\nwhats the status of my frontier flight\tflight_status\nwhen will my flight take off\tflight_status\nwhat is the arrival time for my flight\tflight_status\nwhats the status of my delta flight\tflight_status\nwhats the update on flight dl123\tflight_status\nis there an update on flight dl123\tflight_status\nwhen will my flight land\tflight_status\nat what point should the flight land\tflight_status\nwhat time is my flight scheduled to leave\tflight_status\nwhen is my flight supposed to leave\tflight_status\nwhats the status of my south west flight\tflight_status\nwhen should the flight land\tflight_status\nwhats the latest on flight dl123\tflight_status\nwhats the status of my united flight\tflight_status\nwhats the status of my singapore flight\tflight_status\ngive me the status of flight dl123\tflight_status\ntell me that status of flight dl123\tflight_status\nis flight dl123 coming in on time\tflight_status\nis flight dl123 on time\tflight_status\nwhat's the latest with my united flight\tflight_status\nupdate me on my delta flight please\tflight_status\ntell me what the status of my american airlines flight is\tflight_status\nlook up when my flight is set to start boarding\tflight_status\nat what time will my flight land\tflight_status\ni need to know the status of my alaska air flight\tflight_status\nat what time will my flight begin boarding\tflight_status\nwhat time is my flight supposed to board\tflight_status\ntell me what time my flight ought to be landing\tflight_status\ntell me when my flight is scheduled to start boarding\tflight_status\nwhen is my plane scheduled to land\tflight_status\nwhen does boarding for my flight begin\tflight_status\nwhats the most recent status for my virgin air flight\tflight_status\ncan you check when my flight lands\tflight_status\nwhat time is my flight supposed to be landing\tflight_status\ncan you tell me the status of my delta flight\tflight_status\nwhats my delta flight's status\tflight_status\nis my delta flight on time\tflight_status\nwhen will my delta flight depart\tflight_status\nwill my delta flight leave on time\tflight_status\nwhat is the eta of my flight\tflight_status\nwhen is my flight due to arrive\tflight_status\nwhat landing time is scheduled for my flight\tflight_status\nwhat time is my plane supposed to arrive\tflight_status\nwhat is the scheduled arrival time for my flight\tflight_status\nplease tell me the status of my southwest flight\tflight_status\ni would appreciate it if you could tell me the status of my southwest flight\tflight_status\nwhat is the status of my frontier flight\tflight_status\ncould you tell me the status of my frontier flight\tflight_status\ndo you mind informing me the status of my southwest flight\tflight_status\nwhen will my aa flight be landing\tflight_status\nwhen's my flight boarding\tflight_status\nwhat's the latest info on flight dl123\tflight_status\nwhen will my panam flight be arriving\tflight_status\nwhen will my jetblue flight get here\tflight_status\nwhen will they let me board\tflight_status\ncan you update me with the status of flight dl123\tflight_status\nwhat's the status of my united flight\tflight_status\ncan you tell me where flight dl123 is\tflight_status\nat what point will this flight start letting people board\tflight_status\nhow long until delta is at the gate\tflight_status\nwhen should i expect my flight to come in\tflight_status\nwhen can i start boarding my flight\tflight_status\nwhen's my flight getting here\tflight_status\nhow long until my flight is here\tflight_status\nhas flight dl123 arrived yet\tflight_status\nwhat time will i be allowed to board\tflight_status\nany idea where flight dl123 is right now\tflight_status\nwhat's my flight's eta\tflight_status\nwhat time does my flight get in\tflight_status\nwhen does my flight arrive\tflight_status\nlet me know the status of flight dl123\tflight_status\ntell me the status of flight dl123\tflight_status\ni would love to know when my flight is going to land\tflight_status\ni wanna know the status of flight dl123\tflight_status\ntell me when my flight will land\tflight_status\ni gotta know when my flight will land\tflight_status\nplease inform me when my flight scheduled to board\tflight_status\ni would like to know when my flight scheduled to board\tflight_status\ni need to know when my flight scheduled to board\tflight_status\ntell me when my flight scheduled to board\tflight_status\nplease tell me when my flight will land\tflight_status\ni wanna know when my flight scheduled to board\tflight_status\ni need to know the status of flight dl123\tflight_status\ni wish to know when my flight will land\tflight_status\nwhat is the scheduled landing time for my flight\tflight_status\nwhat time will my flight be boarding\tflight_status\nwhat time is this flight supposed to land\tflight_status\nwhat time will i be able to board the plane\tflight_status\nwhen will i get to my destination\tflight_status\ncan you tell me what time this flight is going to land\tflight_status\nplease tell me what the boarding time is for my plane\tflight_status\nwhat time will my flight reach the destination\tflight_status\ncan you tell me when my flight is going to board\tflight_status\ntell me when my flight is landing\tflight_status\ni need to know when my flight is landing\tflight_status\nso when is my flight landing\tflight_status\nplease flip a coin and tell me what side it lands on\tflip_coin\nwill you flip a coin so i can make a choice\tflip_coin\nflip a two sided coin and tell me what it lands on\tflip_coin\ni need you to flip a coin so i can decide\tflip_coin\nbegin the coin flip now\tflip_coin\ni want you to help me make a decision by flipping a coin\tflip_coin\nplease flip a coin, and i call heads\tflip_coin\nflip a coin and let me know if it lands on heads or tails, please\tflip_coin\ni want you to flip a fair sided coin\tflip_coin\nare you able to flip a two sided coin\tflip_coin\ni need you to flip a coin so i can make a choice\tflip_coin\ncan you please flip a coin, i call tails\tflip_coin\nflip a coin, i call tails\tflip_coin\nheads or tails i choose tails\tflip_coin\nplease tell me if a coin lands on tails\tflip_coin\nplease tell me if a coin flip lands on heads or tails\tflip_coin\nflip a coin heads or tails\tflip_coin\nplease flip a coin i select tails\tflip_coin\nwill you flip a coin\tflip_coin\ncan you get a coin and flip it\tflip_coin\nwould you flip a coin\tflip_coin\nwill you get a coin and flip it\tflip_coin\nflip a coin for me, with you calling heads\tflip_coin\ni'd like you to throw a virtual coin for me\tflip_coin\ncan i get a random heads or tails\tflip_coin\ncan you do a coin flip\tflip_coin\ni want a coin flip and i'll take tails\tflip_coin\ni call tails for a coin flip you need to do right now\tflip_coin\ndo a virtual coin flip and tell me if i win as tails\tflip_coin\nrandomly pick between heads or tails and tell me if tails wins\tflip_coin\ntoss a coin and tell me what it lands on\tflip_coin\nchoose heads or tails and tell me what you came up with\tflip_coin\nflip a fair coin i win if it's tails\tflip_coin\nflip a coin for me i call tails\tflip_coin\nflip me a coin i'm calling tails\tflip_coin\ntake a coin and flip it and i call tails\tflip_coin\nhey, flip me a coin i call tails\tflip_coin\nflip a coin one time\tflip_coin\nflip that dime\tflip_coin\ni need to do a fair coin flip\tflip_coin\nflip that coin once; it must be tails\tflip_coin\nflip a quarter\tflip_coin\ndo one coin flip; it will be tails\tflip_coin\nflip a coin; i say tails\tflip_coin\nhow about a coin flip\tflip_coin\nlet's decide with a coin flip\tflip_coin\ncan you flip a coin once\tflip_coin\nif you flip a coin, i call tails\tflip_coin\nlet's settle it with a coin flip\tflip_coin\nplease flip a coin i hope its tails\tflip_coin\ni need you to flip a coin once\tflip_coin\nflip that coin please\tflip_coin\nflip the coin\tflip_coin\nflip that coin please, i choose heads\tflip_coin\nflip that coin now\tflip_coin\ni choose heads, now flip that coin\tflip_coin\ngo ahead and flip that coin, i am choosing heads here\tflip_coin\nflip it please\tflip_coin\ni am choosing heads, now please flip that coin\tflip_coin\ngo ahead and flip a coin\tflip_coin\ngo ahead and flip that coin, i choose heads\tflip_coin\ncan you flip a coin and tell me the result\tflip_coin\ni will determine it with a coin flip\tflip_coin\ni want you to flip a coin\tflip_coin\nflip a coin and tell me if its heads or tails\tflip_coin\nflip a coin if you will\tflip_coin\ncan you do a coin flip for me\tflip_coin\ni need to have a coin flipped\tflip_coin\ni would like a coin flip\tflip_coin\ni ned you to flip a coin\tflip_coin\ni want a coin flipped\tflip_coin\nflip a coin for me\tflip_coin\ni want a coin flip\tflip_coin\ni require a coin flip\tflip_coin\nlets go with heads or tails\tflip_coin\nlets flip for it\tflip_coin\ntoss a coin i will take heads\tflip_coin\nlets do a coin toss, i call tails\tflip_coin\nfilp a coin, i call heads\tflip_coin\nspin a coin\tflip_coin\nlets do a coin toss\tflip_coin\ntoss a coin i will take tails\tflip_coin\ndo a coin flip\tflip_coin\ndo heads or tails\tflip_coin\ncoin flip\tflip_coin\nheads or tails please\tflip_coin\nai, heads or tails\tflip_coin\nai, coin flip\tflip_coin\nai, please flip a coin\tflip_coin\nai, give me the results of a coin flip\tflip_coin\nflip a coin for me ai\tflip_coin\nflip a coin, you win with heads\tflip_coin\ncan you flip a coin, i will take tails\tflip_coin\ngo ahead and flip a coin, i am calling tails\tflip_coin\nplease flip a coin for me, tails i win\tflip_coin\nflip a coin, i have tails\tflip_coin\nheads or tails\tflip_coin\nperform a coin flip\tflip_coin\ndo a coin toss\tflip_coin\nhelp me flip a coin\tflip_coin\nplease change the name you refer to me by\tchange_user_name\nhow do i change the name you use to address me\tchange_user_name\nis there a way i can change the name you use to address me\tchange_user_name\ni need to change my name to something else for you to call me\tchange_user_name\ncan i have you call me something else\tchange_user_name\ni go by brad\tchange_user_name\nusually people refer to me as brad\tchange_user_name\ni prefer to go by brad\tchange_user_name\npeople call me brad\tchange_user_name\nmy name is brad\tchange_user_name\ncall me carrie\tchange_user_name\nmy names carrie\tchange_user_name\nmy friends call me carrie\tchange_user_name\nyou can call me carrie\tchange_user_name\ncall me dad\tchange_user_name\nyou can call me stevie\tchange_user_name\nyou can call me sarah\tchange_user_name\nyou can call me james\tchange_user_name\ncall me jake\tchange_user_name\ncall me stevie\tchange_user_name\nyou can call me john\tchange_user_name\nmy name is steve\tchange_user_name\nmy name is john\tchange_user_name\nplease call me jim\tchange_user_name\ni go by the name jim\tchange_user_name\nfeel free to call me jim\tchange_user_name\nyou can just speak to me as jim\tchange_user_name\nmy name is jim\tchange_user_name\nplease start calling me mandy\tchange_user_name\nthe name i go by is sandy\tchange_user_name\ni like to be called mikey\tchange_user_name\nplease refer to me as sharon\tchange_user_name\njohn is my name\tchange_user_name\nthe name you should call me is janet\tchange_user_name\npeople call me gary\tchange_user_name\nyou can address me as lizzie\tchange_user_name\ni want to be called mollie\tchange_user_name\nyou can call me cindy\tchange_user_name\ncall me ishmael\tchange_user_name\ncan you just start calling me sir\tchange_user_name\ni'm called tim\tchange_user_name\nmy friends call me sam\tchange_user_name\ni'd like you to address me as lord snugglebottom\tchange_user_name\ni go by ted\tchange_user_name\nthey call me john\tchange_user_name\nwould you just like to call me paul\tchange_user_name\nplease call me johnny\tchange_user_name\njust call me sam\tchange_user_name\ni want you to call me this new name\tchange_user_name\ntalk to me by calling me this name from now on\tchange_user_name\nthe new name that i want you to call me is this one\tchange_user_name\nplease call me by this new name\tchange_user_name\nplease change my name\tchange_user_name\nyou can call me brandon\tchange_user_name\nyou can call me jeff\tchange_user_name\nyou can call me michael\tchange_user_name\nyou can call me steve\tchange_user_name\nyou can call me alan\tchange_user_name\ncall me mary\tchange_user_name\ni need you to call me mary\tchange_user_name\nwould you call me mary\tchange_user_name\ni want to be called by mary\tchange_user_name\ni would like you to call me mary\tchange_user_name\ncan i change what you call me\tchange_user_name\ni'd like you to call me something different\tchange_user_name\nchange the name that you call me\tchange_user_name\ncall me frank\tchange_user_name\nyou can refer to me as frank\tchange_user_name\ni want you to call me something else\tchange_user_name\nmy name's frank\tchange_user_name\ni'd like to be called frank\tchange_user_name\ncan i change my nickname\tchange_user_name\ni am john\tchange_user_name\nhi, i'm john\tchange_user_name\nplease call me frank from now on\tchange_user_name\ncan you call me bobby instead of bob\tchange_user_name\nmy name's bob\tchange_user_name\nplease call me bob\tchange_user_name\nwhen you talk to me, use bob\tchange_user_name\nplease stop calling me dave, my name's bob\tchange_user_name\nmy name is stu, not sue!\tchange_user_name\ni want you to start referring to me as lucky\tchange_user_name\ni'd like you to refer to me as bob\tchange_user_name\ni am david\tchange_user_name\nchange my name to master\tchange_user_name\nyou can call me al\tchange_user_name\njust call me al\tchange_user_name\ni go by stefan\tchange_user_name\njust call me dennis\tchange_user_name\nplease change my name to loverboy\tchange_user_name\ni want you to call me lord\tchange_user_name\ni'd rather have you call be ray ray\tchange_user_name\nthey call me josh\tchange_user_name\ni am josh\tchange_user_name\ni want you to call me pam\tchange_user_name\ni need to change my username\tchange_user_name\naddress me by the name stan\tchange_user_name\nonly call me dan\tchange_user_name\nplease only call me joe\tchange_user_name\ncan you call me something else\tchange_user_name\nwhere is your place of origin\twhere_are_you_from\nwhat is your place of origin\twhere_are_you_from\nwhat is your country of origin\twhere_are_you_from\nwhere is your country of origin\twhere_are_you_from\nwhat is your nationality\twhere_are_you_from\ntell me where you're made\twhere_are_you_from\ntell me how you're made\twhere_are_you_from\nwhat town were you born in\twhere_are_you_from\nwhat country were you born in\twhere_are_you_from\nwhere's your birthplace\twhere_are_you_from\nyou were born where\twhere_are_you_from\nyour birthplace is where\twhere_are_you_from\nwhere are your origins located\twhere_are_you_from\nwhere did you originate from\twhere_are_you_from\nwhere is your home located\twhere_are_you_from\nwhere do you trace your roots\twhere_are_you_from\nwhere do you hail from\twhere_are_you_from\ni'd like to know where you're from\twhere_are_you_from\nwhere are your origins found\twhere_are_you_from\ncan you tell me where you are from\twhere_are_you_from\nwhere is the location of your creation\twhere_are_you_from\ncan you tell me where you were created\twhere_are_you_from\ncould you tell me where did you originate\twhere_are_you_from\nwould you care to let me know where you were made\twhere_are_you_from\nwhere is the location that you were made\twhere_are_you_from\nin which area were you made\twhere_are_you_from\nwhat country were you made\twhere_are_you_from\nwhere was it you were made\twhere_are_you_from\nwhere did they make you\twhere_are_you_from\nwhere were you created\twhere_are_you_from\nwhat place were you created in\twhere_are_you_from\nin which place were you made\twhere_are_you_from\nwhat's your country of origin\twhere_are_you_from\nwhat was your place of creation\twhere_are_you_from\nwhat location did you originate at\twhere_are_you_from\nwhat's your place of manufacture\twhere_are_you_from\nfrom whence do you hail\twhere_are_you_from\nwhere do you come from\twhere_are_you_from\nwhat is your point of origin\twhere_are_you_from\nwhat's your nationality\twhere_are_you_from\nwhere were you manufactured\twhere_are_you_from\nwhere were your born\twhere_are_you_from\nwhat country do you consider yourself a citizen of\twhere_are_you_from\nwhere did you last live\twhere_are_you_from\nwhat's your birthplace\twhere_are_you_from\nwhere did you used to live\twhere_are_you_from\nwhat area did you grow up in\twhere_are_you_from\nwhat area were you born in\twhere_are_you_from\nwhat state were you born in\twhere_are_you_from\nwere you born here\twhere_are_you_from\nare you from the uk\twhere_are_you_from\nare you from the us\twhere_are_you_from\nare you from europe\twhere_are_you_from\nwhere you from the usa\twhere_are_you_from\nwhere is your family from\twhere_are_you_from\nwhere are you originally from\twhere_are_you_from\nwhere was your home before here\twhere_are_you_from\nwhere did you live previously\twhere_are_you_from\nwhere did you live before here\twhere_are_you_from\nwhere did you live prior to living here\twhere_are_you_from\nwhat is the area that you came from\twhere_are_you_from\nwhat location did you live at before\twhere_are_you_from\nwhere is your original location\twhere_are_you_from\nwhere were you before moving here\twhere_are_you_from\ndo you know where you were born\twhere_are_you_from\ncan you tell me where you were born\twhere_are_you_from\nwhere did you come from, originally\twhere_are_you_from\nwhat was the location of your birth\twhere_are_you_from\nwhat is the name of your birthplace\twhere_are_you_from\nwhat is your native home\twhere_are_you_from\ncan you tell me your place of origin\twhere_are_you_from\nwhere is your home\twhere_are_you_from\nwhereabouts are you from\twhere_are_you_from\ndid you grow up here\twhere_are_you_from\nwhere were you given birth\twhere_are_you_from\nwhere are you from\twhere_are_you_from\nwhere did your mom have you\twhere_are_you_from\nwhat city were you born in\twhere_are_you_from\nwhat's your city of origin\twhere_are_you_from\nwhere are your roots\twhere_are_you_from\nwhen you were a child, where did you live\twhere_are_you_from\nif you were to call a place your beginning, your home start, where would that be\twhere_are_you_from\nso where did you live when you were a baby\twhere_are_you_from\nwhat place do you call home\twhere_are_you_from\nup until now, what place was your home base\twhere_are_you_from\nwhat location were you born in\twhere_are_you_from\nyour birth occurred where\twhere_are_you_from\nwhere is your birth place\twhere_are_you_from\nyou came from where\twhere_are_you_from\nwhere were you made\twhere_are_you_from\nwhere would you say you were born\twhere_are_you_from\ntell me where you come from\twhere_are_you_from\ntell me where you were born\twhere_are_you_from\nwhere were you born\twhere_are_you_from\nwhat's your hometown\twhere_are_you_from\nwhere's home for you\twhere_are_you_from\nin what state were you born\twhere_are_you_from\nwere you born in a hospital\twhere_are_you_from\nwhere did your parents have you\twhere_are_you_from\nwhere did your mom give birth\twhere_are_you_from\ndelete fries from shopping list\tshopping_list_update\ntake off fries from the shopping list\tshopping_list_update\nplease take away the fries from the shopping list\tshopping_list_update\nremove fries from my shopping list\tshopping_list_update\nwe no longer need fries on the shopping lisr\tshopping_list_update\ncross out bananas from my shopping list and put papayas on it, please\tshopping_list_update\ni need to delete tomatoes from my shopping list and add onions instead\tshopping_list_update\ncan you add carrots to my shopping list and delete potatoes\tshopping_list_update\nplease remove ginger ale from my shopping list and add root beer\tshopping_list_update\ngo ahead and erase cashews from my list, and add walnuts to it, please\tshopping_list_update\nadd eggs to my shopping list and remove cheese\tshopping_list_update\nadd corn to my shopping list and remove wine\tshopping_list_update\nadd flour to my shopping list if it's not already on it\tshopping_list_update\ntake bread off my shopping list and add milk\tshopping_list_update\nplease add sugar to my shopping list if it's not on it\tshopping_list_update\nremove wine and add beer to my shopping list\tshopping_list_update\nis paprika listed on my shopping list, please add it\tshopping_list_update\nis bacon on my shopping list, add if it's not\tshopping_list_update\ndelete soda from my shopping list and add water to it\tshopping_list_update\ndo i have pepper my shopping list, if not add it\tshopping_list_update\nare bananas on the list, if not can you add them\tshopping_list_update\ndo i have bananas on my list, if not please put them on the list\tshopping_list_update\nare bananas already on the list, if not go ahead and add them\tshopping_list_update\nare bananas on my shopping list can you add them if they aren't\tshopping_list_update\ndo i have bananas on my shopping list, if not please add it\tshopping_list_update\nadd bread to my list of groceries\tshopping_list_update\nadd bread to my list of things to buy\tshopping_list_update\nput bread on my shopping list\tshopping_list_update\nmake sure bread gets added to my shopping list\tshopping_list_update\nremind me to buy bread next time i go shopping\tshopping_list_update\nwill you include kleenex on my list for shopping please\tshopping_list_update\nmake sure walnuts is on my shopping list\tshopping_list_update\nput film on my shopping list\tshopping_list_update\nadd sprite to my shopping list\tshopping_list_update\nwrite apples on my shopping list\tshopping_list_update\nadd oranges to my to do shopping list\tshopping_list_update\nadd mountain dew to my list for shopping\tshopping_list_update\nadd coke to my shopping cart\tshopping_list_update\nadd apples to my to do shopping list\tshopping_list_update\nadd pepsi to my shopping bag\tshopping_list_update\ni'm out of bananas; add to shopping list\tshopping_list_update\ni need for you to remove milk from my shopping list and add bread\tshopping_list_update\non my shopping list, remove bread and add milk\tshopping_list_update\ni need for you to get bananas added to my shopping list; i'm out\tshopping_list_update\nwould you add bananas to my shopping list as i am out\tshopping_list_update\nadd groceries to my shopping list as i am out\tshopping_list_update\nplease get milk removed from my shopping list and add bread\tshopping_list_update\nwould you remove bread from my shopping list and add bread\tshopping_list_update\ni want to remove milk from my shopping list and add bread\tshopping_list_update\ni am out of trash bags and need them to be added to my shopping list\tshopping_list_update\nplease add milk on my shopping list, if it is not already on it\tshopping_list_update\ndo i have milk on my shopping list please add it if it is not\tshopping_list_update\ni want you to add milk on my shopping list unless it is already on it\tshopping_list_update\ni would like you to add milk if it is not on my shopping list already\tshopping_list_update\nis the milk on the shopping list if not, please add\tshopping_list_update\ndo me a favor and put sharpies on my list for shopping\tshopping_list_update\nplease put silverware on my list for shopping\tshopping_list_update\nmay i suggest we put paper towels on my list for shopping\tshopping_list_update\nmaybe we can put blank cds on my list for shopping\tshopping_list_update\ncan we put sunscreen on my list for shopping\tshopping_list_update\nmake sure to put extra paint on the list\tshopping_list_update\nx on the shopping list please\tshopping_list_update\ncan you put carrots on my shopping list\tshopping_list_update\ni would like to put carrots on my list for shopping\tshopping_list_update\nremove corn from my shopping list\tshopping_list_update\nput on my shopping list i need carots\tshopping_list_update\nremove chips from my shopping list\tshopping_list_update\ntake frozen food off my shopping list\tshopping_list_update\ni need soda added to my list and carrots removed\tshopping_list_update\ni need oranges on my shopping list\tshopping_list_update\ntake carrots off my list for shopping\tshopping_list_update\nmy shopping list should have carrots on it\tshopping_list_update\nremove carrots from my shopping list and add soda\tshopping_list_update\ncan you put oranges on my shopping list\tshopping_list_update\nput carrots on my shopping list\tshopping_list_update\nput soda on the shopping list and add carrots\tshopping_list_update\ncan you take frozen food of my shopping list\tshopping_list_update\ncan you take carrots off my shopping list and add soda\tshopping_list_update\nplease make sure oranges are on my shopping list\tshopping_list_update\nadd soda on my shopping list and remove carrots\tshopping_list_update\nget rid of butter on my shopping list\tshopping_list_update\ndelete ice cream from my shopping list\tshopping_list_update\ntake fresh carrots off my shopping list\tshopping_list_update\ni want you to remove shampoo from my shopping list\tshopping_list_update\nupdate my shopping list, delete canned olives\tshopping_list_update\ncan you put detergent on my shopping list cause i'm all out\tshopping_list_update\nput milk on my shopping list cause i'm out of it\tshopping_list_update\nput spaghetti on my shopping list cause i'm out of it please\tshopping_list_update\nput rice and pudding on my shopping list cause i need them\tshopping_list_update\ncan you please put toilet paper on the shopping list i'm out of it\tshopping_list_update\ni need to add cherrios to the grocery list\tshopping_list_update\ni'm low on cherrios can you add that to the shopping list\tshopping_list_update\ni ran out of cherrios so add that to the list\tshopping_list_update\nadd cherrios to the shopping list\tshopping_list_update\ncan you add cherrios to my shopping list\tshopping_list_update\nfor the shopping list, add ham as well\tshopping_list_update\nare eggs on my list, if not add them\tshopping_list_update\ni need you to add creamer to my shopping list\tshopping_list_update\nplease put milk on my list i just used the last of it\tshopping_list_update\ni no longer need milk, so forget that\tshopping_list_update\nwhat things can you help me with exactly\twhat_can_i_ask_you\nwhat are the things you can help me with\twhat_can_i_ask_you\nwhat exactly can you help me with\twhat_can_i_ask_you\nwhat can you help me with exactly\twhat_can_i_ask_you\nwhat can you help me with\twhat_can_i_ask_you\nwhat kinds of questions can you answer\twhat_can_i_ask_you\ntell me the subject areas you are familiar with\twhat_can_i_ask_you\nwhat sorts of subjects are you well versed in\twhat_can_i_ask_you\nwhat are the subject areas you are knowledgable in\twhat_can_i_ask_you\nwhat kinds of things are you knowledgable about\twhat_can_i_ask_you\ntell me the types of things i can ask you about\twhat_can_i_ask_you\nwhat sorts of things can i ask you about\twhat_can_i_ask_you\ntell me what you are capable of answering\twhat_can_i_ask_you\nwhat sorts of queries should i give you\twhat_can_i_ask_you\nwhat sorts of subjects do you know about\twhat_can_i_ask_you\nwhat type of questions may i ask you\twhat_can_i_ask_you\nwhich types of questions may i ask you\twhat_can_i_ask_you\nwhat kind of questions may i ask you\twhat_can_i_ask_you\nwhich types of questions can i ask you\twhat_can_i_ask_you\nwhat kind of questions can i ask you\twhat_can_i_ask_you\nwhat topics can i ask you about\twhat_can_i_ask_you\nwhat information can i ask you\twhat_can_i_ask_you\nwhat subjects do you know something about\twhat_can_i_ask_you\nwhat kinds of questions can i ask you\twhat_can_i_ask_you\nwhat types of things do you know\twhat_can_i_ask_you\nwhat kind of questions do you accept\twhat_can_i_ask_you\nwhat questions are permissible\twhat_can_i_ask_you\nwhat can i ask you\twhat_can_i_ask_you\nwhat are my list of commands\twhat_can_i_ask_you\nwhat are the kinds of things you can help me with\twhat_can_i_ask_you\nwhat kind of questions are you good at answering\twhat_can_i_ask_you\ncan i ask you about anything\twhat_can_i_ask_you\ncan you help me with anything i need\twhat_can_i_ask_you\nwhat all can you do\twhat_can_i_ask_you\nwhat things do you know about\twhat_can_i_ask_you\nwhat are you able to help me with\twhat_can_i_ask_you\nwhat types of things are you able to do\twhat_can_i_ask_you\nwhat can you answer for me\twhat_can_i_ask_you\nis there anything i can't ask you\twhat_can_i_ask_you\nwhat questions do you respond to\twhat_can_i_ask_you\nwhat should i ask you about\twhat_can_i_ask_you\nwhat are you able to answer\twhat_can_i_ask_you\nwhat's the sort of thing i should ask\twhat_can_i_ask_you\nwhat kind of things can you answer\twhat_can_i_ask_you\nwhat things can you do\twhat_can_i_ask_you\nwhat can you do\twhat_can_i_ask_you\nwhat types of questions do you have a response for\twhat_can_i_ask_you\nwhat kinds of questions can you respond to\twhat_can_i_ask_you\nwhat do you have answers for\twhat_can_i_ask_you\nwhat questions am i allowed to ask\twhat_can_i_ask_you\nwhat kinds of things can you do\twhat_can_i_ask_you\nai can you tell me what things i may ask\twhat_can_i_ask_you\nwhat can i ask you, ai\twhat_can_i_ask_you\nwhat am i able to ask the ai\twhat_can_i_ask_you\nai, tell me what things i should ask of you\twhat_can_i_ask_you\nwhat sorts of things am i able to ask of you ai\twhat_can_i_ask_you\nhow can i get you to help me\twhat_can_i_ask_you\nwhat types of things can i ask you\twhat_can_i_ask_you\nwhat sort of things can you help me with\twhat_can_i_ask_you\nwhat are you able to do\twhat_can_i_ask_you\nwhat can i use you to help me with\twhat_can_i_ask_you\nhow can i use you\twhat_can_i_ask_you\nwhat subjects do you know\twhat_can_i_ask_you\nwhat subjects are you familiar with\twhat_can_i_ask_you\nwhat subjects do you know about\twhat_can_i_ask_you\nwhat types of subjects do you know\twhat_can_i_ask_you\nwhat are you familiar with\twhat_can_i_ask_you\nwhat do you know\twhat_can_i_ask_you\nwhat subjects are you versed in\twhat_can_i_ask_you\ncan you tell me the subjects you know best\twhat_can_i_ask_you\ntell me the subjects you're aware of\twhat_can_i_ask_you\nlet me know what subjects you comprehend well\twhat_can_i_ask_you\nwhat are the sorts of things i can ask you about\twhat_can_i_ask_you\nwhat questions are you programmed to answer\twhat_can_i_ask_you\nwhat kinds of things can i ask you\twhat_can_i_ask_you\nwhat kinds of questions can i ask of you\twhat_can_i_ask_you\nare there certain types of questions i can ask you\twhat_can_i_ask_you\nwhat kinds of things would you be able to help me with\twhat_can_i_ask_you\ni need to know what kind of things you can help with\twhat_can_i_ask_you\ni want to know what sort of things you can assist me with\twhat_can_i_ask_you\nwhat sort of things are you able to help with\twhat_can_i_ask_you\nlet me know what you can assist me with\twhat_can_i_ask_you\nhow can i benefit from using you\twhat_can_i_ask_you\nhow can you assist me\twhat_can_i_ask_you\ni wanna know the types of subjects are you familiar with\twhat_can_i_ask_you\ni wish to know the types of subjects are you familiar with\twhat_can_i_ask_you\nplease inform me of the types of subjects are you familiar with\twhat_can_i_ask_you\nwhat can you be asked about\twhat_can_i_ask_you\ntell me the types of subjects are you familiar with\twhat_can_i_ask_you\ni would like to know the types of subjects are you familiar with\twhat_can_i_ask_you\nwhat can i ask you all about\twhat_can_i_ask_you\nare you familiar with any types of subjects\twhat_can_i_ask_you\nwhat skills do you have\twhat_can_i_ask_you\nwhat are your capabilities\twhat_can_i_ask_you\nwhat topics are you versed in\twhat_can_i_ask_you\nwhat sort of stuff do you know\twhat_can_i_ask_you\nwhat subjects do you know well\twhat_can_i_ask_you\nwhat can i ask you to accomplish\twhat_can_i_ask_you\nwhat tasks can you complete for me\twhat_can_i_ask_you\nwhat type of questions are you partial to that i can ask you\twhat_can_i_ask_you\ni don't know the answer\tmaybe\ni'm unsure\tmaybe\nshit if i know\tmaybe\nno idea\tmaybe\nhell if i know\tmaybe\neither or should work\tmaybe\ni dont know\tmaybe\nboth would work\tmaybe\nit could be one or the other\tmaybe\ni dont have an answer for that\tmaybe\nnot a clue\tmaybe\nwho knows\tmaybe\nit could be either\tmaybe\nsorry, i do not know\tmaybe\ni'm unsure of the proper answer\tmaybe\ni do not know that\tmaybe\nmaybe one, maybe the other\tmaybe\nmaybe, maybe not\tmaybe\nit might be either one\tmaybe\nperhaps either of them\tmaybe\ni don't know how to answer to that\tmaybe\nmaybe either\tmaybe\ni dunno\tmaybe\nmaybe yes, maybe no\tmaybe\nmight be true, might be false\tmaybe\npossibly\tmaybe\nit depends\tmaybe\ni'm not sure what the answer is\tmaybe\ni will know later\tmaybe\nmaybe\tmaybe\none or the other, or both\tmaybe\nno clue\tmaybe\ni am not to sure about that\tmaybe\neither one would work\tmaybe\ni really don't know\tmaybe\ni am not confident on that\tmaybe\nthat i don't know\tmaybe\nboth maybe\tmaybe\ni think it could be both\tmaybe\ni don't know for sure\tmaybe\ncant say\tmaybe\nim not certain\tmaybe\nim not sure\tmaybe\nreally dont know\tmaybe\ni'm unsure of the answer\tmaybe\nit could be possible\tmaybe\ni can't answer yes or no right now\tmaybe\ni can't answer that\tmaybe\ni don't know the answer to that\tmaybe\ni'm not sure\tmaybe\ni can't decide\tmaybe\ni can't tell\tmaybe\ni'll have to think about it\tmaybe\nnot sure if that's a yes or a no\tmaybe\nnot quite sure how to respond\tmaybe\ni'm torn on how to answer\tmaybe\nnot sure, maybe\tmaybe\nthat could maybe be it\tmaybe\ni have no earthly idea at all\tmaybe\nit may be either one\tmaybe\ni don't have that information\tmaybe\ni can't make up my mind\tmaybe\nit's either of them\tmaybe\ni don't have the answer\tmaybe\nsorry no idea\tmaybe\nit could be that one or the other one\tmaybe\ni'm not sure which one because it could be either of them\tmaybe\ni'm drawing a blank\tmaybe\ni have no knowledge about it\tmaybe\nno idea, sorry\tmaybe\ni'm not sure which it is\tmaybe\ni'm really not sure\tmaybe\ni'm uncertain\tmaybe\ni'm unaware of that\tmaybe\ni have no knowledge of that\tmaybe\ni am thinking it is either\tmaybe\nhmmm, either could be a choice\tmaybe\ni'm sure it could be either\tmaybe\nwell, i guess maybe\tmaybe\nmaybe is my answer\tmaybe\ni know it could be either one\tmaybe\nmaybe is what i am going to answer\tmaybe\nhmm, either\tmaybe\ni'm pretty sure it could be either\tmaybe\ni have no clue\tmaybe\nit might be either\tmaybe\ni don't know anything about that\tmaybe\nit's possible that it could be either\tmaybe\ni don't have a clue\tmaybe\nit could be either, i think\tmaybe\ni think it could be either one\tmaybe\ni don't really know\tmaybe\ni'm not sure of that\tmaybe\nthat's a possibility\tmaybe\nhow is the weather today\tmaybe\ni haven't a clue\tmaybe\ni haven't the foggiest\tmaybe\nthat answer's above my pay scale\tmaybe\ni really don't have a clue\tmaybe\ni have no idea\tmaybe\nhow do i change a car's oil\toil_change_how\ncan you find instructions on how to change oil in a car\toil_change_how\nwhat do i need to change my oil\toil_change_how\nhow do i change the oil in a car\toil_change_how\nhow do i change the oil in my passat\toil_change_how\nplease tell me how to change the oil in my car\toil_change_how\ntell me how to change the oil in 2014 odyssey\toil_change_how\nfind instructions for how to change the oil in a 2015 passat\toil_change_how\ngive me instructions for changing the oil in a 2015 passat\toil_change_how\ndo i need to go under the car to change oil\toil_change_how\nwhat way can i change oil at home\toil_change_how\nhow do i switch out my oil\toil_change_how\nwhat is the way to change motor oil\toil_change_how\ni need step by step instructions on how to change the oil in my car\toil_change_how\nwhat kind of oil do i need to change the oil in my car\toil_change_how\ngive me instructions on how to change the oil in my car\toil_change_how\ncan you tell me the steps to change the oil in my car\toil_change_how\nis it easy to change the oil in my car\toil_change_how\nhow do i change the oil in my car\toil_change_how\ncan you tell me how to change the oil in my car\toil_change_how\ndo i need any tools to change the oil in my car\toil_change_how\nwhat do i need to change the oil in my car\toil_change_how\nplease explain the steps to change oil\toil_change_how\ni want to change the oil in my car\toil_change_how\ndo you know how to change car oil\toil_change_how\ncan you show me how to change the oil for my car\toil_change_how\nsearch for how to change my oil\toil_change_how\ni need to know how to change my oil\toil_change_how\nfind instructions on how to change my oil\toil_change_how\nshow me how to change my oil\toil_change_how\nwhat oil should i use and how do i change it\toil_change_how\nhow do i change my oil with the correct type\toil_change_how\nwhat oil do i need and how is it changed\toil_change_how\nhow do i change my oil and choose the right oil\toil_change_how\nhow do i choose the correct oil and how do i change it\toil_change_how\nteach me how to change my oil\toil_change_how\ni want a lesson on changing my oil\toil_change_how\ngive me instructions on how to change my oil\toil_change_how\ni would like to know how to perform an oil change\toil_change_how\ni intend to learn how to change oil\toil_change_how\ni intend to learn how to change oil in my car\toil_change_how\ni want manual on how to change oil\toil_change_how\ngive me manual on how to change oil\toil_change_how\ni want to learn the process of changing oil\toil_change_how\ni want to learn to change oil\toil_change_how\nwhat is the way i can change my oil\toil_change_how\ni want to practive changing oil\toil_change_how\nget me instruction to change oil\toil_change_how\ngive me instruction mannual on how to change oil\toil_change_how\nwhat kind of oil does my car take and how do i do a change\toil_change_how\ncan you assist with an oil change, and what type of oil do i get\toil_change_how\ni want to change my oil if you can tell me what to do, and what kind do i get\toil_change_how\ni should use what kind of oil and can you help me change it\toil_change_how\nhow do i do an oil change and what type do i use\toil_change_how\nhow do i change the oil for my car\toil_change_how\nwhat do i do to change my car's oil\toil_change_how\ncan you give me instructions on how to change the oil for my car\toil_change_how\ncan you tell me how to change my car's oil\toil_change_how\nwhat steps do i take to change the oil for my car\toil_change_how\ni need to know how to change my car's oil\toil_change_how\ntell me the procedure for changing oil in a car\toil_change_how\nwhat actions do i take to change a car's oil\toil_change_how\nhow do i go about changing the oil in my car\toil_change_how\nwhat are the steps to change the oil in my car\toil_change_how\nwhat kind of oil do i need to use for my car\toil_change_how\nhow can i change my car oil\toil_change_how\nhow do i change my oil and what kind do i need\toil_change_how\nhow can my oil be changed in my car\toil_change_how\nwhat kind of oil should i use for my current car\toil_change_how\nhow do i change my car oil\toil_change_how\nhow can i change my oil for my car\toil_change_how\nhow will i change my car's oil\toil_change_how\nwhat kind of oil do i need to get and use for my car\toil_change_how\nwhat is needed to change my oil\toil_change_how\nhow can i change my oil in my car\toil_change_how\ni need to change my oil, how do i\toil_change_how\ntell me how to change my car's oil, and what type of oil i should buy\toil_change_how\nwhat kinds of oil can i use in my car, and how to i change the oil\toil_change_how\ni need instructions on how to change my car's oil and what type i should buy\toil_change_how\ni need to change my oil and have no idea how to do it\toil_change_how\ncan you tell me how to change my car's oil, and what type i need to buy\toil_change_how\ni don't know how to change my oil or what type i need\toil_change_how\ni'm due for an oil change and need assistance doing it and also need to know what kind of oil the car takes\toil_change_how\ni can't change my oil and don't know what kind i need\toil_change_how\nhelp me change my oil and what kind do i need\toil_change_how\nhow do i change my oil out and what kind should i use\toil_change_how\ncan you show me how to change the oil in my car\toil_change_how\ni want to learn how to change the oil in my car\toil_change_how\nwhat are the steps i need to do to change the oil in my car\toil_change_how\nteach me how to change the oil in my vehicle\toil_change_how\ngive me instructions to change my oil\toil_change_how\nsteps to change car oil\toil_change_how\nhow should i prepare to change my own oil\toil_change_how\nhow do you change car oil\toil_change_how\nhow easy is it to change your own oil\toil_change_how\nplease show me instructions on how to change my oil\toil_change_how\nwhat do i need in order to change my oil\toil_change_how\nwhat are the procedures for changing my oil\toil_change_how\ntell me what to do to change the oil in a subaru\toil_change_how\nwalk me through changing the oil on a tesla\toil_change_how\nyou need to call the melt in lakewood for a table for at 2:00, monday, the first week in march\trestaurant_reservation\nhey computer, make a reservation for 2 for my parents at red lobster on wednseday next, 2:00pm if possible\trestaurant_reservation\ni think we should reserve dad's regular table friday for 6 people, use his name, make that close to 4:00 pm at the club\trestaurant_reservation\nlisten i need to get a reservation for , me and teresa at georgetown cafe on tuesday at 7:00 pm\trestaurant_reservation\ncan you make me a reservation for 4 pm on the 22nd at ruth's\trestaurant_reservation\ni need a reservation at 8 on the 22nd of november at ruth's\trestaurant_reservation\ncan i make a reservation for 6 pm on the 21st at sidetracks\trestaurant_reservation\nplease reserve me a table at hell's kitchen on may 3rd at 8 pm\trestaurant_reservation\nplease reserve me a table for 2 pm at maxwell's on the 14th\trestaurant_reservation\ncan you make a reservation for me at the restaurant\trestaurant_reservation\ncan you make a reservation at the restaurant for tomorrow\trestaurant_reservation\ncan you book a table at the restaurant for me and my husband\trestaurant_reservation\ncan you make a reservation at the restaurant for tonight\trestaurant_reservation\ncan you get me a table for 6 at mark's at 11am\trestaurant_reservation\ncan you get me a table for 1 at the vega at 1pm\trestaurant_reservation\ncan you get a table for 5 at joe's at 5pm\trestaurant_reservation\ncan you get me a table for 3 at captain d's at 2pm\trestaurant_reservation\ncan you get me a table for 2 at mexico viejo at 3pm\trestaurant_reservation\ncan you get me a table for 2 at diablo\trestaurant_reservation\ncan you get me a table for 5 at johnnys\trestaurant_reservation\ncan you get me a table for 8 at johnnys\trestaurant_reservation\ncan you get me a table for 6 at johnnys\trestaurant_reservation\ncan you get me a table for 4 at steve's\trestaurant_reservation\nreserve a table for 3 at outback steakhouse under the name lance at 7:00pm\trestaurant_reservation\nreserve a table for 4 at red lobster under the name dave at 7:30pm\trestaurant_reservation\nreserve a table for 6 at morton's under the name jaime at 8:30pm\trestaurant_reservation\ncan you get me a table for 3 at olive garden at 7pm\trestaurant_reservation\nbook a reservation for 6 at shakey's under the name jason\trestaurant_reservation\nreserve a table for 5 at lawry's under the name steve at 8:00pm\trestaurant_reservation\nbook a reservation for 5 at lawry's under the name chris\trestaurant_reservation\nreserve a table for 2 at olive garden under the name jim at 6:00pm\trestaurant_reservation\nbook a reservation for 4 at outback steakhouse under the name dave\trestaurant_reservation\ncan you get me a table for 5 at outback steakhouse at 6:30pm\trestaurant_reservation\nbook a reservation for 3 at red lobster under the name steve\trestaurant_reservation\nbook a reservation for 2 at olive garden under the name jim\trestaurant_reservation\ncan you get me a table for 8 at mastro's at 8:30pm\trestaurant_reservation\ncan you get me a table for 4 at red lobster at 8pm\trestaurant_reservation\ncan you get me a table for 6 at lawry's at 7:30pm\trestaurant_reservation\nis it possible to get a table for 4 at the village inn around 10am\trestaurant_reservation\ncan you get me a table for 5 at mcdonalds at 5pm\trestaurant_reservation\ngive me a table for 3 at o'reilly's bar for 7 please\trestaurant_reservation\ncan i have a table held at the outback steakhouse for johnson at 5\trestaurant_reservation\nis it possible to book a room at the taco bell for reavers at 3\trestaurant_reservation\ni'd like to set up a reservation for kibble at 4\trestaurant_reservation\ncan i reserve a table for 2 at the olive garden at 8\trestaurant_reservation\ni want to reserve a table at 8 at long john silver's under the name freddie\trestaurant_reservation\ni want to have a table for 2 at the broadmore around 6\trestaurant_reservation\ni need an 8 o'clock reservation at pizza hut for the last name mercury\trestaurant_reservation\nhey, i need to make a reservation for three at umi, six pm on february 30th\trestaurant_reservation\nhello, i'd like a reservation for two at the olive garden at six tonight\trestaurant_reservation\ncan you set me up for a reservation for five at outback steakhouse on february 28th at seven pm\trestaurant_reservation\ni need a reservation for one at applebee's, four in the afternoon on march 3rd\trestaurant_reservation\nplease make a reservation for me: party of two, february 22nd at chili's, two in the afternoon\trestaurant_reservation\ni gotta make a reservation for 8 pm at red robin for 3\trestaurant_reservation\ncan i make a reservation for 8 pm at red robin for 3\trestaurant_reservation\nplease book a reservation for 8 pm at red robin under the name kevin\trestaurant_reservation\ni want you to book a reservation for 8 pm at red robin under the name kevin\trestaurant_reservation\nyou have to reserve a table for 4 at red robin under the name kevin at 7\trestaurant_reservation\nplease reserve a table for 4 at red robin under the name kevin at 7\trestaurant_reservation\ni need you to reserve a table for 4 at red robin under the name kevin at 7\trestaurant_reservation\nreserve a table for 4 at red robin under the name kevin at 7\trestaurant_reservation\ni want to make a reservation for 8 pm at red robin for 3\trestaurant_reservation\nyou must reserve a table for 4 at red robin under the name kevin at 7\trestaurant_reservation\ni think i need to make a reservation for 8 pm at red robin for 3\trestaurant_reservation\ni need you to book a reservation for 8 pm at red robin under the name kevin\trestaurant_reservation\ngo ahead and book a reservation for 8 pm at red robin under the name kevin\trestaurant_reservation\ni need to make a reservation for 8 pm at red robin for 3\trestaurant_reservation\nbook a reservation for 8 pm at red robin under the name kevin\trestaurant_reservation\nwould you please make a reservation for 2 at olive garden for 5 pm today\trestaurant_reservation\ni'd like a reservation for 2 at olive garden for 5 pm today\trestaurant_reservation\ncould you make reservations for 2 at olive garden for 5 pm today\trestaurant_reservation\nmake a reservation at 5 pm today for 2 at olive garden\trestaurant_reservation\nplease make a reservation for 2 at olive garden for 5 pm today\trestaurant_reservation\ni need you to reserve a table for 6:00 pm for three at devon's seafood\trestaurant_reservation\nmake a reservation for three at prime rib at 6:30 pm\trestaurant_reservation\ni would like a reservation for 6:30 pm at pietro's under the name david jones\trestaurant_reservation\nplease reserve a table for two at rouge for 7:00 pm\trestaurant_reservation\ncan you get me a table for two for 8:00 pm at parc\trestaurant_reservation\ni would like you to secure a 4:30 pm reservation for five people at morton's steakhouse\trestaurant_reservation\ncall and make a 5:45 pm reservation for jason rogers, table for four\trestaurant_reservation\ni need you to reserve at table for a party of four at devon's for 6:00 pm\trestaurant_reservation\nreserve a table for two for 7:30 pm at dibruno's under patrick donoghue\trestaurant_reservation\nplease make a reservation at ruth's steaks for a party of five at 7:00 pm under jack arnold\trestaurant_reservation\ncan i make a reservation for 2 at state bird for 7:30, please\trestaurant_reservation\ncan i make a reservation for 2 at state bird for 8:30, please\trestaurant_reservation\ncan i make a reservation for 2 at state bird for 6:30, please\trestaurant_reservation\ncan i make a reservation for 3 at state bird for 8:30, please\trestaurant_reservation\ncan i make a reservation for 2 at state bird for 8:30\trestaurant_reservation\nplease make a reservation for us at joy bar for 4 adults\trestaurant_reservation\nplease make me a reservation for monty's at noon for 55555\trestaurant_reservation\nnow, i need a reservation for backwoods crossing at seven for 6 people\trestaurant_reservation\nmake me a reservation for tomorrow at happys for four\trestaurant_reservation\nmake me a reservation for 5 at coral for 10 pm immediately\trestaurant_reservation\ncan you reserve a table for 2 at red lobster at 8pm\trestaurant_reservation\nschedule me a table for 2 at red lobster at 8\trestaurant_reservation\ncheck reservation availability for 2 at red lobster at 8pm\trestaurant_reservation\nmake a reservation for 2 at red lobster at 8pm\trestaurant_reservation\nreserve a table for 2 at red lobster at 8:00\trestaurant_reservation\nreserve a table for four for tonight at 7 at the fatted calf\trestaurant_reservation\nmake a reservation for tuesday at 7:00 pm at cielo for 2\trestaurant_reservation\nsavings account balance at chase bank please\tbalance\ncheck chase bank for my checking balance\tbalance\nwhat is my checking account balance at chase\tbalance\ni want my checking balance at chase\tbalance\nwhat's my savings balance at chase\tbalance\ndo i have enough money in my chime bank account to take ashley to the movies tuesday\tbalance\ncheck my visa account and see if i have enough money for dinner tonight\tbalance\nis tehre enough in my bluebird account for groceries this week\tbalance\ndo i have enough in my sears account to buy a new dishwasher\tbalance\nis there enough money in my discover account for a new pair of jeans\tbalance\nwhat is the total of my bank accounts\tbalance\nwhat is in my bank accounts\tbalance\nwhat is the balance on my bank accounts\tbalance\nwhat is remaining in my bank acccounts\tbalance\nhow much money is left in my bank accounts\tbalance\nwhat amount of money is in my bank accounts\tbalance\nwhat is the balance of my bank accounts\tbalance\nwhat what kind money is available in my bank accounts\tbalance\nwhat is the value of my bank accounts\tbalance\nhow much funds do i have in my bank accounts\tbalance\nwhat's my checking account balance\tbalance\nhow much do i have in my checking\tbalance\nwhat's the balance of my savings\tbalance\nhow much is in savings\tbalance\nhow much money is in my checking account\tbalance\nwhat's the amount of money accumulated in my bank accounts\tbalance\nwhat's my current bank savings\tbalance\nhow much total cash do i have in the bank\tbalance\nwhat's my current checking balance\tbalance\ncan you tell me my current bank accounts balance\tbalance\nwhat's the balance of my bank accounts\tbalance\nwhat is my current balance on my home equity line of credit\tbalance\nplease find my balance on my chase mastercard\tbalance\ncan you tell me my checking account balance\tbalance\nperform a search for my most recent balance on my amex account\tbalance\nhow much is the current balance in my td bank savings account\tbalance\nwhat is my balance in checking account\tbalance\nhow much is available in my savings account\tbalance\ntell me what i have in my money market account\tbalance\nhow much money do i have in my account\tbalance\nhow much is left of mastercard\tbalance\nwhat is the available balance in savings\tbalance\nwhat is the balance on my visa\tbalance\ndo i have enough money in my chase account for a new refrigerator\tbalance\ndo i have enough money in my charles schwab account to get a new baseball bat\tbalance\ni'd like to know my bank balance please\tbalance\nwhat's the balance on my bank account\tbalance\nwill the money in my capital one account cover a new washing machine\tbalance\ncould you check my bank balance for me\tbalance\nwill the amount in my chase bank account right now cover the cost of a new dryer\tbalance\ni want to get a new shirt; will the money in my td ameritrade account cover it\tbalance\nhow much do i have in the bank\tbalance\nwhat's my bank balance\tbalance\nwhat is my bank balance\tbalance\nis there any money left\tbalance\ndo i have any cash left\tbalance\ncan you tell me how much cash i have\tbalance\ndo i have enough in my boa account for a new pair of skis\tbalance\ndo i have enough in my chase account for new nikes\tbalance\ncan the funds in my wells fargo account cover my lift tickets\tbalance\ndo i have enough to cover new skis in my bank of america account\tbalance\ndo i have enough in my chase account for a plane ticket\tbalance\ndo you know how much i have in checking\tbalance\nwhat is my saving's account balance\tbalance\nwhat's the balance in my checking\tbalance\nhow much do i have in savings\tbalance\ncould you tell me what my checking account balance is\tbalance\nwhat's my total net worth in all of my bank accounts\tbalance\nwhat's my account balance\tbalance\ni want to view my balance\tbalance\ncheck my bank balance\tbalance\nhow much money do i have in all of my accounts\tbalance\nhow much money do i have in all of my accounts combined\tbalance\nwhat's my checking balance\tbalance\nhow much money do i have total\tbalance\nwhat's the total of my bank accounts\tbalance\nhow much money do i have in checking\tbalance\ni wish to know the balance of my bank of american account\tbalance\nwhat is the balance of my bank of american account\tbalance\ni need to know my bank balance\tbalance\ni wanna know the balance of my bank of american account\tbalance\ni'd like to know the balance of my bank of american account\tbalance\ni wish to know the balance of my bank of american account now\tbalance\nplease tell me my bank balance\tbalance\ni wanna know my bank balance\tbalance\nplease let me know what my current bank balance is\tbalance\nwhat is status of my bank account\tbalance\nwhat is my balance\tbalance\nwhat is the balance of my bank account\tbalance\nwhat is is the details of my bank account\tbalance\nis there enough money in my discover account for a vacation\tbalance\nis there enough money in my account for expenses\tbalance\ndo i have enough money in my first hawaiian bank account for a vacation\tbalance\nis there enough money in my bank of hawaii for vacation\tbalance\nis there enough money in my discover account for airplane tickets\tbalance\nwhat is my savings account balance\tbalance\nwhat is my savings balance\tbalance\nwhat is my money market account balance\tbalance\nwhat is my bank balance for all accounts\tbalance\ntell me my payroll account balance\tbalance\nverify that i have reservations at chilis for john doe\tconfirm_reservation\ncan you check my reservations for mortons under david winters\tconfirm_reservation\ncan you check for reservations at wongs chinese for john acer\tconfirm_reservation\ncheck and confirm reservations at ruth chris for carol lee\tconfirm_reservation\nverify that my reservations at won wons for joe lee are good\tconfirm_reservation\ncheck on my reservation for umami at 6pm\tconfirm_reservation\nconfirm a reservation for nicole brown at diangelo's at 6:45 pm, please\tconfirm_reservation\ni need you to confirm that there is a reservation under the name david kramer for 7:00 pm at pietro's\tconfirm_reservation\ni would like to confirm my 7:30 pm reservation at morton's steakhouse, under michael james\tconfirm_reservation\ncan you please confirm that i have a 6:00 pm table reserved under michelle solomon at devon's\tconfirm_reservation\nplease confirm my reservation at parc for 8:00 pm, with the name denise jack\tconfirm_reservation\nplease confirm my reservation for thursday at 10am\tconfirm_reservation\ndoes it show me as having a reservation for tomorrow at 5\tconfirm_reservation\ncan you confirm my reservation for 6 at the outback\tconfirm_reservation\ncan you check that i have a reservation on february 28th for 3 in the afternoon\tconfirm_reservation\ni want to make sure my reservation for 5 at mcdonalds is still set\tconfirm_reservation\ni want to verify my reservation for the 18th at 1pm\tconfirm_reservation\ndo i have a reservation for may 1st, 2019 at 4 pm\tconfirm_reservation\ncan you verify that i have a reservation at o'reilly's for 9\tconfirm_reservation\ncan you assure me i have a table at taco bell at 7pm\tconfirm_reservation\nis my 10am village inn reservation valid\tconfirm_reservation\nplease confirm my reservation for morton's at 5 pm\tconfirm_reservation\ndo i have reservations at o'neal's at 3 pm\tconfirm_reservation\nis my reservation confirmed for lu shi at 7 pm\tconfirm_reservation\nconfirm my reservation at dino's at 6 pm\tconfirm_reservation\nplease tell me if my reservation is scheduled for sally's at 3 pm\tconfirm_reservation\ncheck to see if i have reservations at prado at 6 pm\tconfirm_reservation\ntell me if i have reservations at the back abbey at 6 pm\tconfirm_reservation\ndo you know if my reservation for dono is confirmed at 8 pm\tconfirm_reservation\ndo i have reservations at creme at 7 pm\tconfirm_reservation\ni need to know if i have reservations at arufflo at 5 pm\tconfirm_reservation\ni really need you to confirm my reservation for kevin at red robin\tconfirm_reservation\ncan you confirm my reservation for kevin at red robin\tconfirm_reservation\ni wanna confirm my reservation for 2/20 at 8 pm\tconfirm_reservation\ni'd like to confirm my reservation for 2/20 at 8 pm\tconfirm_reservation\ni would like for you to confirm my reservation for red robin at 5 pm\tconfirm_reservation\ni must confirm my reservation for 2/20 at 8 pm\tconfirm_reservation\ni really want to confirm that i have a reservation at red robin for josh\tconfirm_reservation\ni need you to confirm my reservation for kevin at red robin\tconfirm_reservation\nwill you confirm my reservation for red robin at 10\tconfirm_reservation\ni wanna try and confirm that i have a reservation at red robin for josh\tconfirm_reservation\ni need to confirm that i have a reservation at red robin for josh\tconfirm_reservation\nplease confirm my reservation for red robin at 9\tconfirm_reservation\ni wish to confirm that i have a reservation at red robin for josh\tconfirm_reservation\ni need to confirm my reservation for 2/20 at 8 pm\tconfirm_reservation\ngo ahead and confirm my reservation for kevin at red robin\tconfirm_reservation\nplease confirm my reservation for 2/20 at 8 pm\tconfirm_reservation\nconfirm my reservation for red robin at 8\tconfirm_reservation\ni need you to confirm my reservation for outback steakhouse at 6\tconfirm_reservation\nplease confirm my reservation for kevin at red robin\tconfirm_reservation\ni'd like to confirm that i have a reservation at red robin for josh\tconfirm_reservation\nwill you make sure robert has a reservation at ruth's steakhouse\tconfirm_reservation\ndo i still have the reservation on march 21 at 8pm\tconfirm_reservation\ncan you check that there's a reservation for mark at sidetracks\tconfirm_reservation\nwill you check there is a reservation for laura at black pearl\tconfirm_reservation\ni need to make sure there is a reservation for george at connor oneil's\tconfirm_reservation\ncan you confirm my reservation for 6 pm on the 13th of february\tconfirm_reservation\ncan you confirm i have a reservation at 5 pm on march 13th\tconfirm_reservation\ncan you confirm my reservation for 8 pm on the 7th of november\tconfirm_reservation\nplease confirm i have a reservation for 2 pm on february 21st\tconfirm_reservation\ncan you verify mike has a reservation at black rock at 6 pm\tconfirm_reservation\ni want my reservation for march 1 at 8 pm confirmed\tconfirm_reservation\nwill you please confirm my reservation for march 11 at 6:30 pm\tconfirm_reservation\ni would like you to confirm my reservation for next saturday at 11 am\tconfirm_reservation\ni need you to confirm my reservation for tomorrow at 3 pm\tconfirm_reservation\ncheck to confirm my reservation for february 22 at noon\tconfirm_reservation\ni would like to try and confirm that i have a reservation at houlihan’s for mike\tconfirm_reservation\ni would like to try and confirm that i have a reservation at the seven dwarves for peter\tconfirm_reservation\ni would like to try and confirm that i have a reservation at hu hot for paulie\tconfirm_reservation\ni would like to try and confirm that i have a reservation at macaroni grill for saul\tconfirm_reservation\ni would like to try and confirm that i have a reservation at chili’s for melinda\tconfirm_reservation\ni would like to try and confirm that i have a reservation at macaroni grill for silva\tconfirm_reservation\ni would like to try and confirm that i have a reservation at kelly's for moreno\tconfirm_reservation\ni would like to try and confirm that i have a reservation at la palapa for bolding\tconfirm_reservation\ni would like to try and confirm that i have a reservation at gusteau's for krystine\tconfirm_reservation\ni would like to try and confirm that i have a reservation at chili's for jamie\tconfirm_reservation\ncan you confirm my reservation for jim at lawry's\tconfirm_reservation\ncan you confirm my reservation for dave at outback steakhouse\tconfirm_reservation\ncan you confirm my reservation for lance at morton's\tconfirm_reservation\ncan you confirm my reservation for steve at olive garden\tconfirm_reservation\ncan you confirm my reservation for jaime at red lobster\tconfirm_reservation\ni'd like for you to make sure my reservation is there for charlie's under jack\tconfirm_reservation\ncan you check and see i have a reservation under alex for bon apetite\tconfirm_reservation\ncan you verify my reservation under steve for friendly's\tconfirm_reservation\nmake sure my reservation is happening for john at olive garden\tconfirm_reservation\ndouble check my reservation under adam for outback steakhouse\tconfirm_reservation\nplease confirm my reservation for april 1st at 9am\tconfirm_reservation\nplease confirm my reservation for march 8th at 12:00\tconfirm_reservation\ncan you confirm my reservation for donnobys at 5:00\tconfirm_reservation\ncan you confirm my reservation for minnis at 4:00\tconfirm_reservation\nplease confirm my reservation for may 9th at 4pm\tconfirm_reservation\nplease confirm my reservation for march 1st at 2pm\tconfirm_reservation\ncan you confirm my reservation for torris at 7:00\tconfirm_reservation\ncan you confirm my reservation for applebees at 2:00\tconfirm_reservation\ncan you confirm my reservation for chillis at 8:00\tconfirm_reservation\nplease confirm my reservation for feburary 21st at 6pm\tconfirm_reservation\nconfirm my taco house reservation for jean\tconfirm_reservation\ncan you you confirm my reservation for jean at taco house\tconfirm_reservation\ndoes taco house have a reservation for jean\tconfirm_reservation\ni would like to check my reservation for jean at taco house\tconfirm_reservation\ncan you block my chase account right away please\tfreeze_account\ni want my chase account blocked immediately\tfreeze_account\ni need you to block my chase account immediately\tfreeze_account\ncan you put a block on my chase account right away\tfreeze_account\nplease block my chase account right away\tfreeze_account\nwhat do i do to freeze my account\tfreeze_account\nplace a hold on my bank account\tfreeze_account\nhow can i stop transactions on my account\tfreeze_account\nfreeze my account immediately\tfreeze_account\nblock my monkey market right now\tfreeze_account\nput a stop on my deposit account\tfreeze_account\nstop any future processing on my savings account\tfreeze_account\nput a hault on my savings account\tfreeze_account\ncould you put a stop on my bank account, please\tfreeze_account\ncan you put a stop on my bank account now\tfreeze_account\ncan you put a stop on my bank account, please\tfreeze_account\ncould you freeze my account\tfreeze_account\ncould you freeze my account, please\tfreeze_account\ncan you put a stop on my bank account\tfreeze_account\ncan you freeze my account, please\tfreeze_account\ncould you freeze my account now\tfreeze_account\ncan you freeze my account\tfreeze_account\ncould you put a stop on my bank account\tfreeze_account\ndo you mind putting a stop on my bank account\tfreeze_account\ni would like you to put a stop on my bank account\tfreeze_account\nplease turn my account to frozen\tfreeze_account\nplease make my account a frozen one\tfreeze_account\nplease make sure my account is frozen\tfreeze_account\nis it too much trouble to put a stop on my bank account\tfreeze_account\ni would love it if you could put a stop on my bank account\tfreeze_account\ni would appreciate it if you put a stop on my bank account\tfreeze_account\nplease set my account as frozen\tfreeze_account\nplease freeze my account\tfreeze_account\ni need my account frozen\tfreeze_account\ni'd like my account frozen\tfreeze_account\ni would like my account frozen\tfreeze_account\ni want my account frozen\tfreeze_account\ni really want my account frozen\tfreeze_account\nno payments on my bank account\tfreeze_account\nturn off my bank account\tfreeze_account\nstop all payments to my bank account\tfreeze_account\nshut down my account\tfreeze_account\nclose out my account\tfreeze_account\nturn off my account\tfreeze_account\ni need to hold off on my account\tfreeze_account\nplase hold my account for now\tfreeze_account\nterminate the account\tfreeze_account\ni am going to need a block put on my chase account right away\tfreeze_account\nwould you please put a block on my chase account right away\tfreeze_account\ni would like a block put on my chase account asap\tfreeze_account\ncan you please put a block on my chase account quickly\tfreeze_account\ni need a block put on my chase account right away\tfreeze_account\ni need to put a freeze on my banking account\tfreeze_account\nput a freeze on my bank account\tfreeze_account\nfreeze my bank account\tfreeze_account\ncan i freeze my bank account\tfreeze_account\ni want you to immediatly block any further activity on my bb&t bank account\tfreeze_account\nblock my citibank account right away\tfreeze_account\nadd a block to my capital one bank account so it cannot be used any more\tfreeze_account\nplease immediatly block my presidential bank account right now\tfreeze_account\nput a block on my amalgamated bank account right now\tfreeze_account\nplease put a stop on my back account\tfreeze_account\nplease put a block on my td ameritrade account now\tfreeze_account\ni'd like a stop placed on my bank account\tfreeze_account\nplace a block on my capital one account right now\tfreeze_account\ni'd like a block on my charles schwab account immediately\tfreeze_account\ni need you to place a stop on my bank account, thank you\tfreeze_account\nplace a stop on my bank account\tfreeze_account\ni need you to freeze my account\tfreeze_account\ni need you to block my mutualone account now\tfreeze_account\nhelp me freeze my bank account, please\tfreeze_account\ni'd like to put a freeze on my bank account\tfreeze_account\nblock my chase account asap\tfreeze_account\ncan you please freeze my bank account\tfreeze_account\ncan you please put a stop on my bank account\tfreeze_account\npause my account\tfreeze_account\nput a hold on my bank account\tfreeze_account\nplease do a stop on my bank account\tfreeze_account\nstop payments from my bank\tfreeze_account\nput a hold on my account\tfreeze_account\nstop my account activity\tfreeze_account\nplease pause my banking actions\tfreeze_account\ndont allow any action on my account\tfreeze_account\ndon't let payments go through using my bank account\tfreeze_account\nplease freeze my bank account\tfreeze_account\ni want my bank account frozen\tfreeze_account\nmy bank account must be frozen\tfreeze_account\nplease ask the bank to freeze my account\tfreeze_account\ni need to freeze my bank account\tfreeze_account\nput a block on my chase account right away\tfreeze_account\nput a hold on my chase account right away please\tfreeze_account\nfreeze my account\tfreeze_account\nplace a stop on my main account for me please\tfreeze_account\nplease put a block on my wells fargo account\tfreeze_account\nput a hold on my bank account please\tfreeze_account\nput a hold on my bank of america account right away please\tfreeze_account\ncan you notify the bank to put a stop on my account\tfreeze_account\ncan you put a stop on my account\tfreeze_account\ni need a stop placed on my bank account please\tfreeze_account\ncan you put a block on my visa account right away\tfreeze_account\nways to transfer my 401k\trollover_401k\nwhere do i go the transfer my 401k\trollover_401k\nwho do i go to, to transfer my 401k\trollover_401k\nwhat are the ways i can transfer my 401k\trollover_401k\ni need guidance on how to rollover my 401k\trollover_401k\nwalk me through the process of transferring my 401k\trollover_401k\ni want to figure out how to rollover my 401k\trollover_401k\ntell me if i am able to rollover my 401k\trollover_401k\ni have to transfer my 401k but i don't know how to do it\trollover_401k\ni want to rollover my 401k but dont know how\trollover_401k\ni need to know if it is possible to rollover my 401k\trollover_401k\ni nee to know how to transfer my 401k\trollover_401k\nwill you help me figure out how to transfer my 401k\trollover_401k\nexplain to me how transferring my 401k works\trollover_401k\ncan you instruct me on how to rollover my 401k\trollover_401k\ndo you know if my 401k is able to be rolled over\trollover_401k\nlook up whether my 401k may be rolled over\trollover_401k\nplease walk me through the steps necessary to rollover my 401k\trollover_401k\nhow do i transport my 401k\trollover_401k\nhow do i relocate my 401k\trollover_401k\nsince i got a new job, i need help with my 401k rollover\trollover_401k\ni have a new job now and need help with rolling over my 401k\trollover_401k\nhow do i move my 401k\trollover_401k\ni recently got a new job and need assistance with my 401k rollover\trollover_401k\nhow do i redirect my 401k\trollover_401k\nnow that i have a new job, i need getting my 401k rolled over\trollover_401k\ni have a new job and need direction with my 401k rollover\trollover_401k\ni need help changing my 401k after i got a new job\trollover_401k\ni just got a new job and need help transferring my 401k\trollover_401k\nhow do i rollover my 401k after i got a new job\trollover_401k\ni need to rollover my 401k because i got a new job\trollover_401k\ni jot got hired and need help with my retirement account\trollover_401k\ncould you roll over my 401k for me\trollover_401k\nwhat are the steps for transfering my 401k\trollover_401k\nwalk me through on how to roll over my 401k\trollover_401k\nhelp me roll over my 401k\trollover_401k\ncould you walk me through transfering my 401k\trollover_401k\ni could use some help transfering my 401k\trollover_401k\nhelp me transfer my 401k\trollover_401k\ni need your assistance on transfering my 401k\trollover_401k\ni need your assistance on rolling over my 401k\trollover_401k\ni need help to roll over my 401k\trollover_401k\ni have to get my 401k rollover because i just got a new job\trollover_401k\ni just changed jobs and need help with my 401k rollover\trollover_401k\ni have just switched jobs and need assistance with my 401k rollover\trollover_401k\ni just started this new job and need help with my 401k rollover\trollover_401k\ni just switched jobs and need a 401k rollover\trollover_401k\ni'd like my 401k to be rolled over\trollover_401k\ntell me how to get my 401k rolled over\trollover_401k\nhelp me to roll over my 401k\trollover_401k\ni'd like to roll over my 401k\trollover_401k\nhow can i roll over my 401k\trollover_401k\nwill my 401k rollover or not\trollover_401k\ncan a 401k be rolled over\trollover_401k\ndo i have the ability to rollover my 401k\trollover_401k\nwhat's up with my 401k and will it roll over\trollover_401k\ni'm on a new job but i need help with my 401k rollover\trollover_401k\ni managed to get a new job but i need help with my 401k rollover\trollover_401k\ni just acquired a new job but i need help with my 401k rollover\trollover_401k\ni recently took a new job and need help with my 401k rollover\trollover_401k\ni just got this new job but i need help with my 401k rollover\trollover_401k\ni want help rolling over my 401k\trollover_401k\ni need to rollover my 401k to a new job\trollover_401k\ni want my 401k rolled over to a new workplace\trollover_401k\nmy previous job's 401k needs to be rolled over\trollover_401k\ni need a 401k rolled over to my brand new job\trollover_401k\nwhat do i do to rollover my 401k\trollover_401k\ni need to rollover my 401k\trollover_401k\ncan you help me with rolling over my 401k\trollover_401k\ni desperately need to rollover my 401k somehow\trollover_401k\nmy new job requires that i rollover my 401k\trollover_401k\ncan you help me figure out the process of rolling over a 401k\trollover_401k\nwhat do i need to do to rollover my 401k\trollover_401k\ncan you help me rollover my 401k to my new place of employment\trollover_401k\nhow can i rollover my 401k at my new job\trollover_401k\ncan you assist me rolling over a 401k for a new job\trollover_401k\nwhat's the process for rolling over my 401k\trollover_401k\ni just found a better job and need to move my 401k over to my new employer\trollover_401k\ni have to roll over my 401k to a new account and i don't know how\trollover_401k\ni switched companies and need to rollover my 401k\trollover_401k\ntell me how to transfer my 401k\trollover_401k\nwhat are the steps for transferring my 401k\trollover_401k\ntransfer my 401k please\trollover_401k\ni need to transfer my 401 k\trollover_401k\nis there a way to transfer my 401k\trollover_401k\ncan you explain to me how to rollover my 401k\trollover_401k\ncan you help me figure out how to rollover my 401k\trollover_401k\ni got a new job, can you help me with my 401k rollover\trollover_401k\ni want to know how to rollover my 401k\trollover_401k\ni need help with my 401k rollver since i got a new job\trollover_401k\ni would like to know how to rollover my 401k\trollover_401k\nexplain to me how to rollover my 401k\trollover_401k\nplease help me with my 401k rollover since i got a new job\trollover_401k\ncan you help me with my 401k rollover since i got a new job\trollover_401k\ni have a new job, help me with my 401k rollover\trollover_401k\ni need assistance figuring out how to rollover my 401k\trollover_401k\ni need to get some assistance figuring out how i can rollover my 401k, please\trollover_401k\ni need to get some assistance figuring out how to rollover my 401k, please\trollover_401k\ni need to get some assistance figuring out how to rollover my 401k\trollover_401k\ni need assistance figuring out how to rollover my 401k, please\trollover_401k\nwho formed you\twho_made_you\nwho constructed you\twho_made_you\nwhat's your design company\twho_made_you\nwhat company coded you\twho_made_you\nwho fabricated you\twho_made_you\nwhat company wrote your code\twho_made_you\nwhat company owns your code\twho_made_you\nwho brought you up\twho_made_you\nwho is it that programmed you\twho_made_you\nwhats it like to be programmed\twho_made_you\nwho was the inventor of ai\twho_made_you\nai was made by whom\twho_made_you\ntell me the inventor of ai\twho_made_you\ncan you tell me who made ai\twho_made_you\ncould you let me know who made you\twho_made_you\nwould you let me know who programmed you\twho_made_you\nprovide me the name of who programmed you\twho_made_you\ni want to know who made you\twho_made_you\nprovide me the name of who made you\twho_made_you\ni am needing to know who made you\twho_made_you\ntell me who made you\twho_made_you\ntell me who programmed you\twho_made_you\nlet me know who made you\twho_made_you\ni need to know who programmed you\twho_made_you\ni am wanting to know who programmed you\twho_made_you\ngive me an answer to who made you\twho_made_you\ni'm needing to know who made you\twho_made_you\nwhat's your brand\twho_made_you\nwho created you\twho_made_you\nwho was your creator\twho_made_you\nwho made your algorithms\twho_made_you\nwho manufactured you\twho_made_you\nwhat's the name of the company that designed you\twho_made_you\nwho's responsible for your existence\twho_made_you\nwhat's the business that caused you to be made\twho_made_you\ncan you remember who compiled you\twho_made_you\nwhat company's software engineers gave you life\twho_made_you\nwho are the people responsible for you\twho_made_you\nwho invented you\twho_made_you\nwho designed you\twho_made_you\nwho developed your actions\twho_made_you\nwho supplied your instructions\twho_made_you\nwho formulated you\twho_made_you\nwhich company can i credit your design to\twho_made_you\nby which company are you designed by\twho_made_you\nto which company is your design accredited to\twho_made_you\nwhich company is responsible for your design\twho_made_you\nwhat organization created you\twho_made_you\nwho developed your internal code\twho_made_you\nwho created your ai program\twho_made_you\nwho was your inventor\twho_made_you\nwho engineered you\twho_made_you\nwho is this ai's creater\twho_made_you\nwho made this ai\twho_made_you\nwho did the programming for this ai\twho_made_you\ni would like to know who programmed this ai\twho_made_you\nyou were built by who\twho_made_you\nwhat company manufactured you\twho_made_you\nwho were you made by\twho_made_you\nare you made in the usa\twho_made_you\ntell me your brand\twho_made_you\ntell me the company that produces you and similar machines\twho_made_you\nmay i know who made you\twho_made_you\nwhat created you\twho_made_you\ndo you know who you came from\twho_made_you\nwho is your originator\twho_made_you\nwho is your creator\twho_made_you\nwho is responsible for who you are\twho_made_you\nwho crafted you\twho_made_you\nwho was your programmer\twho_made_you\nthe programmer who made you is who\twho_made_you\nwho did the programming on you\twho_made_you\nwhat is the name of the person who created you\twho_made_you\nwho built you\twho_made_you\nhow were you made\twho_made_you\nhow did you come to be you\twho_made_you\nplease identify the name of the creator of this ai\twho_made_you\nthis ai was made by what person or team\twho_made_you\nwho is the creator of this ai\twho_made_you\nhow was this ai created\twho_made_you\ntell me what company programmed you\twho_made_you\nthe creator of your ai, what is their name\twho_made_you\nwho made the ai\twho_made_you\nwhat is the name of the person who made the ai\twho_made_you\ncan you tell me who made the ai\twho_made_you\nwill you tell me who made the ai\twho_made_you\nwould you tell me who made the ai\twho_made_you\nwho makes the ai\twho_made_you\nai who made you\twho_made_you\nwho made you ai\twho_made_you\ncan you tell me who created you\twho_made_you\nwho is responsible for making you\twho_made_you\nwho were you invented by\twho_made_you\ni'd like to know who made you\twho_made_you\nwho brought you to life\twho_made_you\nwho made you up\twho_made_you\nwhat company created you\twho_made_you\nwho gave you life\twho_made_you\nwhat company sponsored you\twho_made_you\nwhich company programmed you\twho_made_you\nestimated time to airport from current location, la\tdistance\nhow long to get to the airport in la\tdistance\nhow early should i leave to the airport in la\tdistance\ndoes it take a long time to get to the airport in la\tdistance\nis the ride short to the airport in la\tdistance\nhow long's it take to get to the panera downtown\tdistance\nhow long will it take to drive to the kroger in westwood\tdistance\nhow long will it take to walk to the safeway in the strip mall\tdistance\nhow long will it take me to get to the mcdonald's in the city\tdistance\nhow long will it take me to drive to the park in west county\tdistance\nhow long does it take to get to spago's in los angeles\tdistance\nit takes how long to get to the beach in santa barbara\tdistance\nhow long does it take to get to universal studios in los angeles\tdistance\nhow long does it take to get to disneyland in anaheim\tdistance\nit takes how long to get to mcdonald's in pomona\tdistance\nif i take the bus, how long will it take to get to dubrovnik\tdistance\nhow much time will riding the bus to downtown take\tdistance\nwhat's my eta on the bus ride to church\tdistance\nhow long will it take the bus to get to stop 23\tdistance\nhow long before i get to dallas , in time, not miles\tdistance\nwhat is the distance to austin city limits from my hotel , the holiday inn at austin\tdistance\nhow far is the airport in dallas from my current location\tdistance\nhow far am i from the beach right now\tdistance\ntell the miles it will take to get to las vegas from san diego\tdistance\ngive me the time left before i get to the hotel\tdistance\ntell me how far i am from home in time and miles\tdistance\nhow miles does it take to get to red lobster from my current location\tdistance\nhow many miles until i get to the beach\tdistance\nhow far is the grand canyon from my current location in phoenix, az\tdistance\nhow many hours will it take to get to my destination\tdistance\nhow long will it take me to drive to my destination\tdistance\nhow many miles will it take to get to my destination\tdistance\nwhere is the closest gas station\tdistance\nwhat's the estimated time to get to ppg paints arena in pittsburgh via bus\tdistance\nhow long would it take to get to times square by bus\tdistance\nhow long would a bus to the empire state building take\tdistance\nhow long can i expect a bus ride to the liberty bell to take\tdistance\nif i'm trying to get to heinz field, how long would it take by bus\tdistance\nplease let me know how long it'll be until i reach the sky harbor airport\tdistance\ni want to know how long it is from here to the sky harbor airport\tdistance\nwill it be long to get to the sky harbor airport\tdistance\nhow long does it take to get to the sky harbor airport\tdistance\nhow long does it take until i reach the sky harbor airport\tdistance\napproximately how long does it take to get to the resort in miami\tdistance\nabout how much time will it take to get to the laundry in this area\tdistance\napproximately how much time will it take to get to tod's in minutes\tdistance\nhow long does it take to get to the park in detroit\tdistance\nhow long does it take to get to the airport in dallas\tdistance\nhow long does it take to get to outback in atlanta\tdistance\nhow long does it take to get to applebees in new york\tdistance\nhow long does it take to get to the mall in las vegas\tdistance\nso to go to brooklyn, it would take me how long again\tdistance\nif i take this bus, how long until i get to brooklyn\tdistance\nfrom here, i take this bus to go to brooklyn and how long is the commute\tdistance\ndoes it take 5 hrs to get to brooklyn by bus\tdistance\nusually, how long does is the commute to brooklyn by bus\tdistance\nwhat's the eta for grandma's house\tdistance\nwhat is the average time to get to walmart in mays landing\tdistance\nhow long does it take to get to applebees in nj\tdistance\nhow long until i reach my destination\tdistance\ni need a time update on the applebees trip\tdistance\ni want to know the time to get to td bank in toms river\tdistance\nwhat time will we arrive at the bank\tdistance\nhow fast can i get to target in trenton\tdistance\nhow long is the ride to phoenix\tdistance\nhow long will it take to get to outback in phoenix\tdistance\nhow long will it take to get to phoenix\tdistance\nhow long does it take to get to phoenix by bus\tdistance\nhow long does it take to get to dallas by bus\tdistance\nhow long will it take me to get to phoenix\tdistance\nhow long is it gonna take to get to red robin in avondale\tdistance\nhow long does it take to get to red robin on phoenix\tdistance\nhow long does it take to get to virginia by bus\tdistance\nwhat is the time frame to get to phoenix\tdistance\nhow long does it take to get to houston by bus\tdistance\nhow long will it take me to get to red robin in glendale\tdistance\nwhat is the length of time it takes to get to phoenix\tdistance\nhow long will it take for me to get to red robin in san diego\tdistance\nhow long does it take to get to orlando by bus\tdistance\nhow long will a bus ride take if i'm going to the capitol building\tdistance\nif i go by bus, how long will it take to get to the airport\tdistance\nhow long is a bus ride to the library\tdistance\nwhat amount of time would it take me to reach the university by bus\tdistance\nhow long will it take to reach central park by bus\tdistance\nhow much time does it take to get to levi stadium from san jose airport\tdistance\nhow long will it take to get to golden gate bridge from pier 39\tdistance\nhow long is the drive from sfo to fisherman's wharf\tdistance\nhow long will it take to get to long beach terminal from long beach airport\tdistance\nhow long will it take to get from galleria mall to state capitol\tdistance\nby bus, how long would it take to get to detroit\tdistance\nutilizing an automobile known as a bus, how long will it take to get to detroit\tdistance\nwhat is the time that it will take to arrive at detroit\tdistance\nhow much time will pass between the start and end of our sojourn by bus to detroit\tdistance\nwhat amount of time will pass in order for a person at our location to take bus to detroit\tdistance\nhow long will it take to reach my doctors office\tdistance\nhow long to reach my doctors office\tdistance\nhow much time to reach doctors office\tdistance\ntime taken to reach doctors office\tdistance\ntime taken from home to doctors office\tdistance\nif i leave now, how long will it take me to drive to cape hatteras\tdistance\nyou refer to me as what\tuser_name\nby what name do you refer to me\tuser_name\nwhat name do you use when addressing me\tuser_name\nis there a name that you call me\tuser_name\nhow do you usually refer to me\tuser_name\nwhat is the name you call me saved as\tuser_name\nregarding my name, whats it saved as\tuser_name\nwhat name do you have saved for me\tuser_name\nwhats my name saved under\tuser_name\nwhat is my first name saved as\tuser_name\ndo you know my name\tuser_name\nsay my name if you know it\tuser_name\ncan you guess my name\tuser_name\ni want you to guess my name\tuser_name\nby what name people call me\tuser_name\ndo you remember my name\tuser_name\nsay what you think my name is\tuser_name\nshow me what you think my name is\tuser_name\ntell me what you think my name is\tuser_name\nwhat can you call me\tuser_name\nwhat would you like to call me\tuser_name\nwhat would i be referred to as\tuser_name\nwhat would you like to refer to me as\tuser_name\nwhat do you think you will refer to me as\tuser_name\nwhat will you call me\tuser_name\nwhat will you refer to me as\tuser_name\nwhat are you going to refer to me as\tuser_name\nyou saved my name how\tuser_name\nin what format did you save my name\tuser_name\nyou wrote what for my name\tuser_name\nwhat did ya save my name as\tuser_name\nhow did you save my name\tuser_name\nwhat's my name in your system\tuser_name\nhow is my name listed\tuser_name\nthe name you have for me is what\tuser_name\nwhat name am i under\tuser_name\ncall me by my name\tuser_name\ntell me my designation\tuser_name\nby what nym do you think of me\tuser_name\nhow do you say my name\tuser_name\nwhat do you know me as\tuser_name\nwhat do you say for my name\tuser_name\nwhat's my name huh\tuser_name\nplease tell me the name you use for me\tuser_name\nwhat name do you use to talk about me\tuser_name\nhow do you reference me\tuser_name\nwho do you think i am\tuser_name\ncan you tell me what you refer to me as\tuser_name\nwhat am i called by you\tuser_name\nwhat is my name saved as in your system\tuser_name\ndo you have any idea what my name is\tuser_name\ncan you tell me what my name is\tuser_name\nwhat is the name you associate with me\tuser_name\nwhat name do you have listed for me\tuser_name\nwhat is the name you have listed for my identity\tuser_name\nwhat do you refer to me as\tuser_name\nwhat name do you know me by\tuser_name\nhow do you address me\tuser_name\ntell me what you believe my name to be\tuser_name\nwhat am i known as to you\tuser_name\nwhat do you think i am called\tuser_name\ntell me your guess of what my name is\tuser_name\ncan you tell me what you call me\tuser_name\nwhat do you have my name saved under\tuser_name\nwhat's my name saved under\tuser_name\nwhat name do you call me\tuser_name\nwhat is my name saved under\tuser_name\nwhat is the name that you have for me, please\tuser_name\nwhat is the name that you have for me\tuser_name\nwhat name do you call me by\tuser_name\nwhat is your name for me, please\tuser_name\nwhat do you have me saved under\tuser_name\nwhat's the name that you have for me, please\tuser_name\nwhat is my name saved as\tuser_name\nwhat name do you refer to me as\tuser_name\nwhat might my name be\tuser_name\ncan you tell me my name\tuser_name\nif you were smart, would you know my name\tuser_name\ndo you call me a certain name\tuser_name\ndo i have a name to you\tuser_name\nwhat is your name for me\tuser_name\ni want you to let me know what names you have for me\tuser_name\ncould you let me know what names you have for me\tuser_name\nwould you tell me what names you have for me\tuser_name\nlet me know what names you have for me\tuser_name\ni need to know what names you have for me\tuser_name\ndo you my name\tuser_name\ndo you know how to refer to me\tuser_name\ncan you tell me what your refer to me as\tuser_name\nmy name is what\tuser_name\ndo you know what you call me\tuser_name\nwhat is the name you call me\tuser_name\nwhat name is mine\tuser_name\nyou have what name for me\tuser_name\nso what is my name saved as\tuser_name\nso what is my current name saved as\tuser_name\ni wanna know what do you call me\tuser_name\nlet me know the name you have for me\tuser_name\nso what name do you have for me\tuser_name\nlet me know what do you call me\tuser_name\ntimezone of cuba\ttimezone\nwhat is the time zone of france\ttimezone\nfrench time zone\ttimezone\nwhich timezone is colombia\ttimezone\ntime zone in france\ttimezone\ndo you know what timezone italy is in\ttimezone\nitaly's timezone is what\ttimezone\nthe timezone of italy is what\ttimezone\nitaly is in what timezone\ttimezone\nfor italy what timezone is it in\ttimezone\ni wanna know what timezone spain is in\ttimezone\nwhat timezone is japan in\ttimezone\nwhat timezone is philadelphia in\ttimezone\nwhat timezone is china in\ttimezone\nwhat timezone is scotland in\ttimezone\ni need to know what timezone ireland is in\ttimezone\nwhat timezone is sweden in\ttimezone\nwhat timezone is phoenix in\ttimezone\nwhat timezone is dallas in\ttimezone\ntell me what timezone finland is in\ttimezone\nwhat timezone is canada in\ttimezone\ntell me the timezone that spain is in\ttimezone\nwhat timezone is detroit in\ttimezone\nwhat timezone is russia in\ttimezone\nwhat's the time zone in miami\ttimezone\ntime zone in miami is what like\ttimezone\nhow is miami time zone like\ttimezone\ntime zone in miami is like what\ttimezone\nmiami time zone is what\ttimezone\nwhat's the current timezone in barcelona\ttimezone\ncan you tell me the timezone in san francisco\ttimezone\nin paris, what's the timezone\ttimezone\nwhat's the timezone for london\ttimezone\nwhat timezone does lisbon have\ttimezone\nin what timezone is nigeria\ttimezone\nwhich timezone is england in\ttimezone\ncan you tell me which timezone is cambodia in\ttimezone\nin which timezone is jamaica\ttimezone\nwhat timezone is viet nam in\ttimezone\nwhat's the timezone for brasilia\ttimezone\nwhich timezone is buenos aires in\ttimezone\nwhat timezone is lima in\ttimezone\nwhat's chicago's time zone\ttimezone\nwhat is the timezone for quito\ttimezone\nwhat timezone is chicago in\ttimezone\nwhat timezone is boise in\ttimezone\nwhat timezone is miami in\ttimezone\nwhats the timezone for modesto\ttimezone\nwhat timezone is sacromento in\ttimezone\nwhats the timezone for san fransico\ttimezone\nif i’m in japan, what time zone am i in\ttimezone\ntell me what time zone portugal uses\ttimezone\nnigeria is in which time zone\ttimezone\nthe time zone for brazil is what\ttimezone\nwhat time zone is ireland in\ttimezone\nwhat's the timezone for boston\ttimezone\ndo you know the timezone for dublin\ttimezone\nwhat's the timezone for san diego\ttimezone\nwhat timezone is london is\ttimezone\nwhat timezone is melbourne in\ttimezone\nwhat timezone would tampa be in\ttimezone\nwhat timezone do they use in la\ttimezone\ncan you tell me denver's timezone\ttimezone\nwhat timezone does bangor have\ttimezone\ndoes phoenix have a different timezone\ttimezone\ndo you know the timezone for phoenix\ttimezone\nwhat timezone would i be in if i traveled to moscow\ttimezone\nif you're in melbourne, what timezone are you in\ttimezone\nwhat timezone is milan in\ttimezone\ndetroit is in what timezone\ttimezone\ncan you tell me what timezone chicago is in\ttimezone\ndoy ou know what timezone chicago is in\ttimezone\ncould you tell me what timezone reno is in\ttimezone\nreno's timezone is what\ttimezone\nif i change my timezone to reno, what would it be\ttimezone\ndo you know what the timezone is in reno\ttimezone\nif i am in reno, what would the timezone be\ttimezone\nfind the applicable timezone for austin\ttimezone\nwhat time zone are we currently in\ttimezone\nplease search for portland's timezone\ttimezone\nin what timezone does baton rouge fall\ttimezone\ncan you tell me the timezone that hartford is in\ttimezone\ni need to know what timezone sedona is in\ttimezone\ncan you tell my what france's timezone is\ttimezone\ni would like information on france's timezone\ttimezone\ni want to know france's timezone\ttimezone\nwhich timezone is france in\ttimezone\nwhat timezone is france in\ttimezone\nwhat timezone is new york in\ttimezone\nwhat timezone is reno in\ttimezone\nwhat timezone is vegas in\ttimezone\nwhat timezone is los angeles in\ttimezone\nis austin in the central timezone\ttimezone\ndoes the central timezone include austin\ttimezone\nwhat is the timezone in las vegas\ttimezone\nwhich timezone is las vegas in\ttimezone\nlas vegas is in what timezone\ttimezone\ntell me the timezone las vegas is in\ttimezone\nlas vegas timezone please\ttimezone\nwhat timezone is boston in\ttimezone\ngo past this song\tnext_song\nput on the next song\tnext_song\nplease play the next song\tnext_song\ngo forward to the next song on the playlist\tnext_song\nchange the song to the next one\tnext_song\ngo to the next song on the playlist\tnext_song\ngo to my next song\tnext_song\nskip this song\tnext_song\ncan you skip this song\tnext_song\npass this song\tnext_song\ni want to hear the very next song on this playlist\tnext_song\ni would like to hear the next song on this playlist\tnext_song\nskip this song and play the next\tnext_song\nplay the next hit\tnext_song\nremember to play the next number on this particular playlist\tnext_song\ni would like to hear the next tune on this particular playlist\tnext_song\nplease put on the next number on this playlist\tnext_song\ncan you move to the next song\tnext_song\nlets pause this song and move onto the next\tnext_song\nlets pass on this song and do the next\tnext_song\nplay the next musical number\tnext_song\nplay the next tune\tnext_song\nlets just play the next song please\tnext_song\nhop to the next one\tnext_song\ngo to next song\tnext_song\nplay the next track\tnext_song\nskip over this song\tnext_song\nplay the next song instead\tnext_song\nplay the song coming on next\tnext_song\nplay the next song queued up\tnext_song\nmove to the next song\tnext_song\nwhat is the next song to be played\tnext_song\ncan we play the next track\tnext_song\ncan we stop this song and play the next one\tnext_song\ncan we skip this song\tnext_song\nskip this and go to the next song\tnext_song\nskip and play next song\tnext_song\nskip and next\tnext_song\ngo to the next song and skip\tnext_song\ngo to the next song now\tnext_song\nplay one song forward\tnext_song\ni want to hear the next song\tnext_song\ngo forward one song\tnext_song\nthe next song should be played\tnext_song\nwhat's next on the list\tnext_song\nplay the next song\tnext_song\nnext song on the list, please\tnext_song\nyou must skip this song and play the next one\tnext_song\ngo ahead and skip this song and play the next one\tnext_song\nyou need to skip this song and play the next one\tnext_song\ngo ahead and play the next song on this playlist\tnext_song\ngo passed the song now\tnext_song\nwill you play the next song on this playlist\tnext_song\ni need you to play the next song on this playlist\tnext_song\nplease skip this song and play the next one\tnext_song\nplease change the song now\tnext_song\nplease play the next song on this playlist\tnext_song\ni want you to play the next song on this playlist\tnext_song\ni need you to skip this song and play the next one\tnext_song\ni don't want this song, move to the next\tnext_song\nskip to the next song\tnext_song\nplay next song using this playlist\tnext_song\ngo to next song, please\tnext_song\nforget this song and go to the next\tnext_song\nmove on to the next song\tnext_song\nusing this playlist, play next song\tnext_song\njump to the next song on this playlist\tnext_song\nskip to the next song please\tnext_song\nplease go to the song after this one\tnext_song\nplease jump to the song that follows this one\tnext_song\nlet's play the next song now\tnext_song\ncan you fast forward to the next song\tnext_song\ncontinue to next song on the playlist\tnext_song\ntake me to the next song on this playlist\tnext_song\nfind the next song on this playlist\tnext_song\nproceed to the next song on this playlist\tnext_song\nlisten to next song on playlist\tnext_song\ni want to listen to another song\tnext_song\ngo to the next tune\tnext_song\nbeginning playing the next tune\tnext_song\nstart playing the next track\tnext_song\nadvance to the next song\tnext_song\ngo forward to the next track\tnext_song\ngive me the next song\tnext_song\nskip this song and play the next one\tnext_song\nplay the song after this\tnext_song\nswitch to the next song on this playlist please\tnext_song\nchange the song to the next one on this playlist\tnext_song\ni want to listen to the next song on this playlist instead\tnext_song\nstop the current song and play the next one on this playlist\tnext_song\ncould you skip to the next song on this playlist, please\tnext_song\ncould you play the next song on this playlist, please\tnext_song\ncan you play the next song on this playlist, please\tnext_song\ncould you play the next song on this playlist\tnext_song\ncould you skip to the next song on this playlist\tnext_song\nplay next on the playlist\tnext_song\nskip to next song\tnext_song\nnext song play\tnext_song\nstop this song and go to the next one\tnext_song\nplay the next song on this list\tnext_song\nbefore i make my mastercard payment can you tell me what i've recently charged on it\ttransactions\nplease tell me all of my recent transactions\ttransactions\ni want to pay my amazon credit card but i need to know the last few transactions\ttransactions\nbefore i pay my walmart credit card did i make any purchases using it recently\ttransactions\ni need to know all the recent transactions i've made\ttransactions\nplease tell me all the transactions i've made recently\ttransactions\nwhat are the last ten transactions i've made\ttransactions\nbefore i pay my capital one, what are the most recent transactions i've made\ttransactions\ntell me the most recent charges on my chase credit card before i pay the bill\ttransactions\nread off to me the last five transactions i've made\ttransactions\nwhat transactions have i made on liquor in the past month\ttransactions\ni'd like to see last week's atm transactions\ttransactions\nshow me the transactions from costco yesterday\ttransactions\ni need to know something about my latest transaction\ttransactions\ncan you check on a transaction for me\ttransactions\ni need some information on a recent transaction\ttransactions\ni need a recent transaction looked into\ttransactions\ncan you let me know my latest transactions\ttransactions\nwhat was the last thing i purchased\ttransactions\nwhat did i buy last\ttransactions\nhow much did my last purchase cost\ttransactions\nhow expensive was my most recent transaction\ttransactions\nwhen was my most recent transaction\ttransactions\nshow me the transactions made on my business card for supplies last quarter\ttransactions\nmay i get all of the food transactions that were made last month\ttransactions\ncan you show me the transactions that were made last night at the restaurant\ttransactions\nwhat transactions did i make yesterday at the flea market\ttransactions\nplease show me what transactions i made on the first of this month\ttransactions\nplease tell me my in-person transactions for the last three days using my debit card\ttransactions\nplease give me my last ten debit card transactions in the month of december\ttransactions\nwhat were my last five transactions on my visa card\ttransactions\ni would like to hear all transactions made on my amex for the last ten days\ttransactions\ncan you list all of my online transactions for the month of january\ttransactions\nshow me my transactions on groceries\ttransactions\nshow me my transactions on tacobell\ttransactions\nshow me my transactions on make up at sephora\ttransactions\nshow me my transactions on mcdonalds\ttransactions\nshow me my transactions on clothes at macys\ttransactions\nlet me see the list of tranaction on my discovery credit card\ttransactions\nlet me know the list of transaction on my first hawaiian bank\ttransactions\ni want to see the list of transaction on my bank of hawaii\ttransactions\nlist me my recent transaction\ttransactions\nwhat are my recent transaction\ttransactions\nplease show me my recent transaction\ttransactions\ni want to see my recent transaction\ttransactions\nlet me check my transaction for first bank card\ttransactions\nlet me check my transaction on my citi card\ttransactions\nshow me my recent transactoin\ttransactions\non my card what have been my recent purchases\ttransactions\npull up my recent transactions on my mastercard\ttransactions\non the card can you give me the last transactions\ttransactions\nwhats my recent transactions on my card\ttransactions\non my card what all are my latest transactions\ttransactions\nshow my transaction statement\ttransactions\nretrieve my recent transactions\ttransactions\nview my transactions for the last week\ttransactions\nmy transaction history\ttransactions\nmay transactions for last 2 days\ttransactions\nwhat was my last transaction\ttransactions\nshow me recent transactions\ttransactions\nwhat transactions happened in the last week\ttransactions\nshow me the last month of transactions\ttransactions\nshow me the last five transactions\ttransactions\nwhat's the last transaction i made yesterday\ttransactions\nshow me yesterday's last transaction\ttransactions\nopen yesterday's last payment\ttransactions\nshow me last transaction\ttransactions\nshow me transactions related to travel\ttransactions\nhelp me get access to my recent transaction history\ttransactions\ni need to see my shopping transactions\ttransactions\nget me access to a list of my recent transactions\ttransactions\ni would like to take a look at my transaction history\ttransactions\ncan you pull up my most recent transactions\ttransactions\ni want to see my entertainment transactions\ttransactions\nwhere can i find my recent transaction history\ttransactions\ncan you show me transactions related to utilities\ttransactions\npull up my grocery transactions\ttransactions\nwhat were my purchases on visa card last month\ttransactions\ni spent what dollar amount last month on mastercard\ttransactions\nwhat was the amount that i spent on fidelity visa last month\ttransactions\nwhat did i spend at target on my barclays card last month\ttransactions\nwhat amount did i spend for food on chase visa on current bill\ttransactions\ni need to know last months transactions\ttransactions\ni need to know the transactions i made on the 10th\ttransactions\ni would like to see the transactions i made last week\ttransactions\ncan i see my transactions on the 7th\ttransactions\ncan i get my transactions for the date of the 23rd\ttransactions\nshow me the transaction on burger king\ttransactions\nshow me the transaction on macys\ttransactions\nshow me the transaction on mcdonald\ttransactions\nshow me the transaction on the food\ttransactions\nshow me the transaction on my car\ttransactions\nbring up all purchases from target\ttransactions\nshow me my transactions within the past week\ttransactions\ncan i see my transactions from yesterday\ttransactions\nshow me all gas purchases within the last month\ttransactions\ncan you list all recent transactions\ttransactions\nbring up my most recent purchases\ttransactions\ni need to see all visa purchases for march\ttransactions\nlooking at january, show all wine purchases\ttransactions\ncan you suggest a restaurant for me to eat tonight\trestaurant_suggestion\ntell me where to go since i want to eat out tonight\trestaurant_suggestion\ni'm craving for italian food, where should i go\trestaurant_suggestion\nsuggest a restaurant for me to eat tonight, please\trestaurant_suggestion\ni'm not going to cook today, can you suggest a restaurant\trestaurant_suggestion\nwhat restaurants are pet friendly near here\trestaurant_suggestion\nwhat are the best restaurants\trestaurant_suggestion\nwhat decent restaurants around here are italian\trestaurant_suggestion\ndo you know any good restaurants good for kids\trestaurant_suggestion\nany good pizza restaurants around here\trestaurant_suggestion\nwhere should i go to eat tonight\trestaurant_suggestion\nwhere should i eat tonight\trestaurant_suggestion\ni want to eat out, where should i go\trestaurant_suggestion\ngive me some good restaurants\trestaurant_suggestion\ni'm hungry, where should i go\trestaurant_suggestion\nname a good restaurant near me\trestaurant_suggestion\nwhere should i go for dinner\trestaurant_suggestion\nits date night and we cant decide where to go help\trestaurant_suggestion\nwhere do people go to eat in this town\trestaurant_suggestion\ni am hungry and need a restaurant suggestion\trestaurant_suggestion\ncan you tell me the best place for cajun shrimp in tampa\trestaurant_suggestion\nwhat's a good place to eat chinese in san francisco\trestaurant_suggestion\nwhat's a highly rated place for steak in omaha\trestaurant_suggestion\nwhere can i pick up a good burger near where i am\trestaurant_suggestion\nwhat's a good place to go to for food around here\trestaurant_suggestion\nare there any decent places to get seafood in seattle\trestaurant_suggestion\nwhat's the best place for some thai in new york city\trestaurant_suggestion\ni'm famished so give me some places to eat!\trestaurant_suggestion\nany ideas on a good place to eat out\trestaurant_suggestion\ncan you recommend any restaurants\trestaurant_suggestion\ni'm in the mood for italian, are there any good places around\trestaurant_suggestion\nplease list nearby restaurants with 4 or more star reviews\trestaurant_suggestion\nwhere's a good place to get some grub\trestaurant_suggestion\nwhere would you eat italian in chicago\trestaurant_suggestion\ncan i get good tacos anywhere in austin\trestaurant_suggestion\nis there a good fish place in salem\trestaurant_suggestion\nwhat are good places for a burrito in albuquerque\trestaurant_suggestion\nwhere should i go out for food to\trestaurant_suggestion\ncan you recommend a decent place in chicago to get pizza\trestaurant_suggestion\ndo you know of any good restaurants\trestaurant_suggestion\nhelp me find a good sushi spot in chicago\trestaurant_suggestion\ncan you find me a good restaurant to try eating at\trestaurant_suggestion\ni want you to recommend a good local restaurant to me\trestaurant_suggestion\ntell me some good mexican restaurants in dallas\trestaurant_suggestion\ndo you know of any good seafood restaurants in seattle\trestaurant_suggestion\nplease find me some good thai restaurants in new york city\trestaurant_suggestion\nfind me a good spot for southern comfort food in los angeles\trestaurant_suggestion\nare there any good restaurants in nyc that serve barbecue\trestaurant_suggestion\ni want to go out to eat but have no idea where to go, do you know of any places\trestaurant_suggestion\ni want recommendations for good sushi spots in los angeles\trestaurant_suggestion\ndo you know of any good mexican restaurants in seattle\trestaurant_suggestion\ndoes boise have any good indian restaurants\trestaurant_suggestion\ncan you suggest some quality chinese restaurants in oklahoma city\trestaurant_suggestion\nhelp me pick a nice restaurant to dine at\trestaurant_suggestion\nwhat mexican restaurant within 5 miles has the best reviews\trestaurant_suggestion\nshow me 5-star dining establishments in nashville\trestaurant_suggestion\nare there any good chinese restaurants open right now\trestaurant_suggestion\nwhat are the best family restaurants in charlottesville\trestaurant_suggestion\nin boston, what are the best pizza places\trestaurant_suggestion\nare there some good thai restaurants in san antonio\trestaurant_suggestion\nwhat are the best italian restaurants in chicago\trestaurant_suggestion\nwhere are the good thai restaurants in atlanta\trestaurant_suggestion\nrecommendations for good thai restaurants in las vegas\trestaurant_suggestion\nwhere should i go for good thai food in las vegas\trestaurant_suggestion\ni need suggestions for good thai restaurants in las vegas\trestaurant_suggestion\nwhere are some good thai restaurants in las vegas\trestaurant_suggestion\ntell me which restaurants are good for thai food in las vegas\trestaurant_suggestion\ncan you list off 4 star restaurants\trestaurant_suggestion\nwhat type of restaurants are nearby\trestaurant_suggestion\ni need to know what restaurants are near me\trestaurant_suggestion\ncan you list off different restaurants\trestaurant_suggestion\nwhat are some good places to eat at\trestaurant_suggestion\ncould you locate me some good places in kentucky that serve sushi\trestaurant_suggestion\ndoes kentucky have any good restaurants that serve sushi\trestaurant_suggestion\ncan you find me some good places in kentucky that serve sushi\trestaurant_suggestion\nwhat are some good places in kentucky that serve sushi\trestaurant_suggestion\ncould you direct me to any good places in kentucky that serve sushi\trestaurant_suggestion\nfind me a new place for dinner\trestaurant_suggestion\ncan you find a good steakhouse for tonight\trestaurant_suggestion\nwhat's a good restaurant nearby\trestaurant_suggestion\nany new restaurants near the mall\trestaurant_suggestion\nwhat's your recommendation for dining out tonight\trestaurant_suggestion\nfind me an asian restaurant\trestaurant_suggestion\nis there a barbecue restaurant around here\trestaurant_suggestion\nfind an indian restaurant\trestaurant_suggestion\ncan you recommend an indian restaurant\trestaurant_suggestion\ncan you find a keto friendly restaurant\trestaurant_suggestion\nis there any good place in hawaii for pasta\trestaurant_suggestion\nis there any good place in hawaii kai that serve local food\trestaurant_suggestion\ni want sushi, is there any good place in ho chi minh\trestaurant_suggestion\nis there any good place for vietnamese food on the east side of the island\trestaurant_suggestion\nis there any good place for mexican food in hawaii\trestaurant_suggestion\nwhat are some good sushi restaurants in reno\trestaurant_suggestion\nwhich restaurants in reno are good for sushi\trestaurant_suggestion\nwhat are the best sushi restaurants in reno\trestaurant_suggestion\nwhat are good restaurants in reno that serve sushi\trestaurant_suggestion\nare there any sushi restaurants in reno that have good reviews\trestaurant_suggestion\nlist me some good vietnamese restaurants in new york city\trestaurant_suggestion\nsuggest some restaurants\trestaurant_suggestion\ngive me some restaurant suggestions\trestaurant_suggestion\nhow high are the rewards on my discover card\trewards_balance\nhow many rewards do i now have on my hy-vee card\trewards_balance\nwhat's the current reward amount on my mastercard\trewards_balance\nwhat's my current reward balance on my amex card\trewards_balance\nwhat's my visa's current rewards balance\trewards_balance\nhow many reward points have stacked up for my amex card\trewards_balance\nhow many reward points do i have available to redeem on my visa\trewards_balance\nwhat's the current reward amount on my visa\trewards_balance\nwhat's the reward point count on my discover card\trewards_balance\nwhat is my american express card's rewards balance\trewards_balance\nwhat is my chase card's rewards balance\trewards_balance\nwhat is my wells fargo card's rewards balance\trewards_balance\nwhat is my citigroup card's rewards balance\trewards_balance\nwhat is my bank of america card's rewards balance\trewards_balance\nhow can i see my rewards for my visa card\trewards_balance\ntell me how to check my rewards for my american express card\trewards_balance\nhow can i look at rewards for my amex card\trewards_balance\ntell me how to check rewards for my mastercard\trewards_balance\nwhere are rewards from my visa card visible\trewards_balance\nwhat is my current reward point total on my visa card\trewards_balance\nhow would i be able to check my kohls rewards card\trewards_balance\ni need to know my reward point total looking at my debit card\trewards_balance\ndo i have enough points on my starbucks card yet\trewards_balance\nhelp me check my visa rewards card\trewards_balance\ncan i check my gold rewards card online\trewards_balance\ncan you tell me how many points i have on my kohls card\trewards_balance\nwhat is the easiest way to check my bank rewards card\trewards_balance\nis there a better way to check my visa rewards card balance\trewards_balance\nhow many points are on my gold card\trewards_balance\nwhat's the amount of points i have earned with my discover card\trewards_balance\ni wonder how many points i have earned with my bank of america card\trewards_balance\nhave i earned a lot of points on my capital one card\trewards_balance\ncan you tell me how many points i have to date with my capital one miles card\trewards_balance\nwhat's the total number of points i earned so far with my chase rewards card\trewards_balance\nhow many points have i already accrued on my chase mastercard\trewards_balance\ni would like my total rewards points balance on my bank of america platinum rewards card, please\trewards_balance\ni need to hear how many points i've obtained on my capital one visa\trewards_balance\nhow many points did i get on my discover card\trewards_balance\nhow many points did my visa earn\trewards_balance\nwhat points were earned on my mastercard\trewards_balance\nhow many points have been earned on my amex\trewards_balance\nhow many points did i get on my visa card\trewards_balance\nwhat's the balance of my reward points on my discover card\trewards_balance\ni need to know my rewards balance on my discover card\trewards_balance\nwhat's my discover card reward balance\trewards_balance\nwhat's my rewards balance on my discover\trewards_balance\nwhat is the reward balance on my discover card\trewards_balance\nhow many rewards points do i have for my visa card\trewards_balance\nhow many rewards points do i have for my wells fargo card\trewards_balance\nhow many rewards points do i have for my amazon card\trewards_balance\nhow many rewards points do i have for my chase card\trewards_balance\nhow many rewards points do i have for my mastercard\trewards_balance\nwhat is my points total for my mastercard\trewards_balance\nwhat's my total point number on my mastercard\trewards_balance\nhow many points do i have on my mastercard\trewards_balance\nwhat is the number of points i earned with my mastercard\trewards_balance\nhow many points have i accumulated on my mastercard\trewards_balance\nhow can i see my rewards for my chase card\trewards_balance\nwhere can i find my rewards for my chase card\trewards_balance\nwhat do i have to do to see my rewards for my chase card\trewards_balance\nhow do i see me rewards for my chase card\trewards_balance\nwhere are my rewards for my chase card\trewards_balance\nwhat's the point balance on my marriot rewards card\trewards_balance\nhow many points do i have in total on my marriot rewards card\trewards_balance\nshow me the total up to date points on the marriot rewards card\trewards_balance\nmy marriot rewards card has how much for a point total\trewards_balance\ngive my my current points on my marriot rewards card\trewards_balance\ncan you tell me my starbucks rewards balance\trewards_balance\ncan you help me tell what my starbucks rewards balance is\trewards_balance\nwhat is the remainder of my starbucks rewards balance\trewards_balance\nmy starbucks rewards balance is\trewards_balance\nwhat is the total amount of my starbucks rewards balance\trewards_balance\ni have how many points on my amex right now\trewards_balance\nhow many points are on my speedway card right now\trewards_balance\ni have how many tier credits on my caesar's card\trewards_balance\nhow many points do i have on my mlife card\trewards_balance\nhow many delta miles are on my card right now\trewards_balance\nhow many rewards do i have on my chase card\trewards_balance\nhow do i find out my rewards balance on my chase card\trewards_balance\ncan i check my visa reward balance online\trewards_balance\nwhen can i receive rewards on my visa card\trewards_balance\nhow do i check how many rewards i have on my master card\trewards_balance\nhow do i check my rewards for my gold card\trewards_balance\nwhat rewards does my gold card get\trewards_balance\nwhere do i find my gold card rewards\trewards_balance\nwhat is the number of remaining rewards points on my chase card\trewards_balance\ni need to find out the rewards points i have left on my american express card\trewards_balance\nwhat is the amount of rewards points on my visa card\trewards_balance\ndo you know how many rewards points are currently on my discover card\trewards_balance\ndoes my mastercard have any rewards points remaining\trewards_balance\nput my points up for master card\trewards_balance\nfigure out my reward points for discovery card\trewards_balance\nadd all of my points for my current discover card\trewards_balance\ncalculate my points for visa\trewards_balance\nadd up my reward points for master card\trewards_balance\nwhat the current balance of reward points on my mastercard\trewards_balance\nwhat's my reward balance on my amex card\trewards_balance\nhow do i get my rewards balance on my diner's club card\trewards_balance\nhow many reward points does my discover card have\trewards_balance\ntell me how to check rewards on my american express card\trewards_balance\ni want to pay my bill, please\tpay_bill\npay my water bill with my charles schwab account\tpay_bill\ni'd like to pay my bill\tpay_bill\npay my internet bill with my discover account\tpay_bill\ncan you help me pay a bill\tpay_bill\ni need to pay my bill\tpay_bill\ncan i pay a bill\tpay_bill\nuse my capital one account to pay for my gas bill\tpay_bill\npay my electric bill from my amex account\tpay_bill\ni want to pay my house bill\tpay_bill\ni want to pay my car bill\tpay_bill\ni want to pay my insurance bill\tpay_bill\ni want to pay my tax bill\tpay_bill\ni need help paying my auto insurance bill\tpay_bill\ni need help paying my hoa bill\tpay_bill\ni need help paying my tuition bill\tpay_bill\ni need help paying my phone bill\tpay_bill\nmy water bill is due, pay it immediately\tpay_bill\ni need to pay my water bill\tpay_bill\nplease go ahead and make my student loan payment\tpay_bill\ngo ahead and pay my american express bill now\tpay_bill\ni need to pay my electric bill now\tpay_bill\ncan you assist me in paying my electric bill\tpay_bill\ni want to do a payment on my water bill\tpay_bill\npay my mortgage from my checkings accounts\tpay_bill\ndo a car payment from my savings account\tpay_bill\ncan you give me a hand paying my water bill\tpay_bill\ni want to pay off my student loan\tpay_bill\ni need a bit of hand holding getting my trash bill paid\tpay_bill\ni need to pay my mortgage\tpay_bill\nare you able to help me pay my mortgage\tpay_bill\ni want to pay my car payment\tpay_bill\ni need to pay this month's tv subscription fee\tpay_bill\nwill you aid me in paying my insurance premium\tpay_bill\npay a bribe using my money market account\tpay_bill\nuse my savings account to the pay the rent\tpay_bill\nuse my checkings account to pay the electric bill\tpay_bill\ni'd like to pay my coned bill\tpay_bill\nplease help with paying my cell phone bill\tpay_bill\ni'd like to make a payment on my credit card bill\tpay_bill\ni would like to pay my cell phone bill\tpay_bill\nplease help me pay my cable bill\tpay_bill\nplease tell me how to pay my gas bill\tpay_bill\ni need to get help paying my gas bill\tpay_bill\ni need help to pay my electric bill\tpay_bill\ncan you help me pay my phone bill\tpay_bill\nwill you take my bill payment\tpay_bill\nis it possible to pay my bill\tpay_bill\nhow can i pay my bill\tpay_bill\ncan i pay my bill\tpay_bill\nuse my park bank account to pay my electric bill\tpay_bill\npay my electric bill from my park bank account\tpay_bill\npay my gas bill from my saving account\tpay_bill\npay my cable bill from my facebook account\tpay_bill\npay my cell bill from my deposit account\tpay_bill\npay my electric bill from my paypal account\tpay_bill\npay my water bill from my checking account\tpay_bill\npay my phoe bill with my debit card\tpay_bill\nschedule a gas bill payment\tpay_bill\npay the cable bill with my visa card\tpay_bill\npay the red cross the monthly donation\tpay_bill\ni want to pay my internet bill\tpay_bill\ni want to pay my gas bill\tpay_bill\ni want to pay my electric bill\tpay_bill\ni want to pay my rent bill\tpay_bill\ni want to pay my water bill\tpay_bill\nmake a payment on the electric bill\tpay_bill\nhelp me pay my electric bill\tpay_bill\npay the electric bill\tpay_bill\npay electric\tpay_bill\nplease pay electric bill\tpay_bill\ni got to pay my cable bill\tpay_bill\ni need help paying my store bill\tpay_bill\ni wanna pay my cable bill from my checking account\tpay_bill\ni need help paying my cable bill\tpay_bill\npay my cable bill from my checking account\tpay_bill\ni must pay my cable bill from my checking account\tpay_bill\ni gotta pay my cable bill\tpay_bill\ni must pay my cable bill\tpay_bill\ni wish to pay my cable bill\tpay_bill\ni need to pay my cable bill\tpay_bill\ni need help paying my rent bill\tpay_bill\ni need help paying my water bill\tpay_bill\ni really want to pay my cable bill from my checking account\tpay_bill\ni need help paying my electric bill\tpay_bill\ni need to pay my cable bill from my checking account\tpay_bill\nwhat's the best way to pay my bill\tpay_bill\ni'd really like to pay this bill\tpay_bill\ncan you help me pay this bill\tpay_bill\ni am not sure how to pay my phone bill and need assistance\tpay_bill\ni need to make a bill payment\tpay_bill\nplease pay my bill\tpay_bill\ncan anyone help me pay my car bill\tpay_bill\ni want to pay that bill now\tpay_bill\nis there anyone available to help pay an internet bill\tpay_bill\ni need anyone who can help me pay my electric bill\tpay_bill\nhelp me pay my cable bill\tpay_bill\ncan you pay the bill now\tpay_bill\ni need your help to pay my gas bill\tpay_bill\npay my insurance bill\tpay_bill\nhow much did i spend at restaurants last week\tspending_history\nhow much have i spent lately on eating out\tspending_history\nwhat did i spend at the grocery store yesterday\tspending_history\nhow much money did i spend at starbucks in the last week\tspending_history\nwhat was the total i spent at home depot last month\tspending_history\nwhere did all my money go this month\tspending_history\nwhat have my expenditures been at macys\tspending_history\nhow much did i spend this week\tspending_history\nhow much did i spend on christmas gifts in december\tspending_history\nhow much money did i spend yesterday\tspending_history\nwhat did i spend at bath and body works last month\tspending_history\nhow much did i spend on lunches last week\tspending_history\nwhat amount did i spend last week\tspending_history\nwhat did i spend my money on last week\tspending_history\nhow much did i spend on movies last week\tspending_history\nhave i been spending a lot on groceries lately\tspending_history\nhave i been spending a lot on shoes lately\tspending_history\nhave i been spending a lot on food lately\tspending_history\nhave i been spending a lot on alcohol lately\tspending_history\nhave i been spending a lot on take out lately\tspending_history\nhow much have i spent on shoes lately\tspending_history\ndid i spend a lot on shoes recently\tspending_history\nhow much have i spent on shoes\tspending_history\nhave i have been spending a lot of money on shoes\tspending_history\nwhat is the total i spent on shoes recently\tspending_history\nwhat have i spent over the last few days\tspending_history\nhow much have i spent recently\tspending_history\nhow much money have i dropped recently\tspending_history\nhow much money have i spent this month\tspending_history\nwhat's the amount of money i spent yesterday\tspending_history\ncould you tell me how much i've spent over the past two weeks\tspending_history\nhow much money have i spent this week\tspending_history\ncould you tell me how much money i spent last week\tspending_history\nplease tell me how much i have spent recently\tspending_history\nhow much did i spend last week\tspending_history\ncan you tell me my spending history from last week\tspending_history\ni want to know how much i spent last week\tspending_history\ni want to know my recent spending\tspending_history\nhow much have i paid for rent in the last 6 months\tspending_history\nhow much money have i spent on groceries recently\tspending_history\nhow much did i spend on groceries today\tspending_history\nhow much have i spent eating out this week\tspending_history\nwhat chunk of my income have i spent on rent this year\tspending_history\nwhat's it been costing me to buy three packs a day\tspending_history\nwhat have car repairs ran me this month\tspending_history\nwhat has gas cost me this week\tspending_history\nwhat did car insurance run me this year\tspending_history\nwhat's the total amount i've spent eating out in the last two weeks\tspending_history\nhow much have i spent on alcohol recently\tspending_history\nhow much have i spent on books recently\tspending_history\nhow much have i spent on food recently\tspending_history\nhow much have i spent on bills recently\tspending_history\nhow much have i spent on clothes recently\tspending_history\ni need to know my total spending on amazon for november and december 2018\tspending_history\nplease list my total spending on grocery shopping for the last two months\tspending_history\nhow much have i spent on starbucks since the beginning of 2019\tspending_history\nwhat is my total spent on dining out for the month of january\tspending_history\nwhat is the total amount that i have spent on the cash app for this month so far\tspending_history\nhave i spent a lot on food recently\tspending_history\ni need to know what i have spent on food recently\tspending_history\ncan you tell me what i have spent on food recently\tspending_history\nwhat have i spent on food recently\tspending_history\nwhat is the amount i have spent on food recently\tspending_history\nhow much have i lately spent on eating out\tspending_history\nwhat have i spent lately in child care\tspending_history\nhow much have i spent lately on food\tspending_history\nhow much money have i recently spent on entertainment\tspending_history\nhow much have i paid in medical expenses recently\tspending_history\nhow much did i spend on gas last week\tspending_history\ncan you tell me what i spend on gas for the past two weeks\tspending_history\nyesterday what did i spend on lunch\tspending_history\ni need to know what i spend on utilities for the last year\tspending_history\nwhat did i spend on groceries this month\tspending_history\nhave i been giving lot of money to food to food lately\tspending_history\nhow much money did i use to spend on catering five hours ago\tspending_history\nhow much did i spend on gear two weeks ago\tspending_history\nhave i been spending a lot on roast beef lately\tspending_history\nhave i been spending a ton of money on movies lately\tspending_history\nhow much money did i spend on tent equipment four hours ago\tspending_history\nhow much did i spend on furniture last week\tspending_history\nhow much did i spend on petrol 2 days ago\tspending_history\nhow much money did i spend on food last month\tspending_history\nwould please let me know how much i spent on food in january\tspending_history\ncould you check my account and let me know how much i spent on food in january\tspending_history\nplease check and tell me the amount i spent on food last month\tspending_history\nlet me know the amount i spent on food last month\tspending_history\ni have been spending a lot on food out lately\tspending_history\ni have spent a lot on groceries lately\tspending_history\ni spent a lot on vacations recently\tspending_history\ni have been spending a lot on utility bills lately\tspending_history\ni have been spending a lot on insurance lately\tspending_history\ndid i go out to eat more than usual\tspending_history\nhave i been spending more money at restaurants\tspending_history\nhow much did i spend on food\tspending_history\nhow much do i spend going out to eat\tspending_history\nwhat's my going out to eat tab this month vs last month\tspending_history\nhow much did i spend shopping for clothes today\tspending_history\nhow much did i spend the past 3 days\tspending_history\nhow much did i spend on gas the past month\tspending_history\nhow much have i spent on food in the past week\tspending_history\nhave they approved my vacation request yet\tpto_request_status\ngive me the status of my vacation request\tpto_request_status\nam i going to be able to get my vacation request\tpto_request_status\ni want to check on my vacation request\tpto_request_status\nis my vacation approved yet\tpto_request_status\nmy vacation, has it been approved yet\tpto_request_status\nhave i been approved for vacation yet\tpto_request_status\nam i approved for vacation yet\tpto_request_status\ndid they approve my day off request\tpto_request_status\nis my day off approved\tpto_request_status\ndid they say yes to my day off request\tpto_request_status\ndid i get my day off\tpto_request_status\nis my day off request approved\tpto_request_status\nupdate on vacation request\tpto_request_status\nwhat is the current status of my vacation request\tpto_request_status\ni need status on that vacation request\tpto_request_status\nhow is my vacation request looking\tpto_request_status\nplease inform me on my current vacation request status\tpto_request_status\nhave they recieved my vacation request and approved it\tpto_request_status\nwill my vacation be approved soon\tpto_request_status\ndid my vacation get approved\tpto_request_status\ndo we have good news in the form of vacation approval\tpto_request_status\nhas my vacation request been acknowledged\tpto_request_status\nhas my request for vacation days been signed by my supervisor yet\tpto_request_status\nhas my supervisor approved my vacation\tpto_request_status\nhas may supervisor approved the vacation days i asked for\tpto_request_status\non my vacation request, what is the latest information\tpto_request_status\nwhat is the news on my vacation request\tpto_request_status\nwhat is the update on my vacation request\tpto_request_status\nwhat is the most recent info for my request for vacation\tpto_request_status\nwhat is the status for what i requested for my vacation\tpto_request_status\ntell me about my vacation request\tpto_request_status\nupdate me on my vacation request\tpto_request_status\nwhat about my vacation request\tpto_request_status\nhas the status of my vacation request changed\tpto_request_status\nhas my vacation request been updated\tpto_request_status\nhas my vacation time been signed off on\tpto_request_status\nwhat's my vacation status\tpto_request_status\nhas my vacation been approved\tpto_request_status\nhas my vacation been ok'd\tpto_request_status\nwill i be allowed to take vacation\tpto_request_status\nare they going to let me take vacation\tpto_request_status\nhas my request for vacation time been okayed\tpto_request_status\nhas my vacation time at work been allowed\tpto_request_status\nis walmart going to let me take the vacation time i asked for\tpto_request_status\ni'm i okayed for vacation time\tpto_request_status\ndid you get confirmation my vacation is a go\tpto_request_status\nis the request for vacation i filed with my manager at intel approved yet\tpto_request_status\ndo you know if my vacation request went through\tpto_request_status\nhas my manager at mcdonald's confirmed i can take vacation\tpto_request_status\nhave they authorized my vacation\tpto_request_status\ni want to know if my vacation request has been approved\tpto_request_status\nthe status of my day off request, please\tpto_request_status\ndo you know if my vacation request has been approved\tpto_request_status\nhas my vacation request been approved\tpto_request_status\nwhat is the status of my vacation request\tpto_request_status\nany news for me regarding my day off request\tpto_request_status\ni want to know the status of my day off request\tpto_request_status\ntell me the status of my vacation request\tpto_request_status\ntell me the status of my day off request\tpto_request_status\ncould you tell me the status of my vacation request\tpto_request_status\ni requested some vacation time; has it been approved\tpto_request_status\ncan you share the status of my day off request\tpto_request_status\nwas my day off request approved\tpto_request_status\nstatus of my request for vacation\tpto_request_status\nwhat's my day off request's status\tpto_request_status\nhas my day off request been approved or denied yet\tpto_request_status\nhas my vacation request been denied or approved yet\tpto_request_status\nhas my request for the day off been approved yet\tpto_request_status\nhow is the approval of my day off progressing\tpto_request_status\nhow is the approval of my day off going\tpto_request_status\nwhats going on with my day off request\tpto_request_status\nany status update on my day off request\tpto_request_status\ndid you hear back about my day off request\tpto_request_status\nis my day off request still pending\tpto_request_status\nhas anyone looked over my request for a day off\tpto_request_status\nhas anyone approved my day off request\tpto_request_status\nhow's my day off request looking\tpto_request_status\nhas my day off request been looked at yet\tpto_request_status\ni need you to let me know what the status of my day off request is\tpto_request_status\nplease let me know what the status of my day off request is\tpto_request_status\ncould you tell me what the status of my day off request is\tpto_request_status\nwould you tell me what the status of my day of request is\tpto_request_status\ni need to know the status of my day off request\tpto_request_status\nhas my vacation request been approved yet\tpto_request_status\nhas my vacation been approved yet\tpto_request_status\nhas my time off request been approved yet\tpto_request_status\ncheck on the status of my vacation request please\tpto_request_status\nplease check to see if my vacation request has been updated\tpto_request_status\nplease find out the status of my vacation request\tpto_request_status\ndo you know if my vacation was approved yet or not\tpto_request_status\nplease tell me if my vacation has been approved or not\tpto_request_status\ncan you look into the status of my vacation request\tpto_request_status\ni want to know what the latest is on my vacation request i submitted\tpto_request_status\ni need to know if my vacation was approved\tpto_request_status\nplease check to see if my vacation has been approved\tpto_request_status\ndo you know if my vacation request is still pending\tpto_request_status\ncan you find out if my vacation time off request has been approved or not\tpto_request_status\ni sent in a request for vacation time off and am wondering if its been approved yet\tpto_request_status\ni haven't heard if my request for time off for vacation has been approved , can you get an update for me\tpto_request_status\nhow do i look up my credit score\tcredit_score\nplease look up my credit score\tcredit_score\ncan you figure out how to find my credit score\tcredit_score\nare you able to lookup my credit rating\tcredit_score\nhow can i find my credit rating\tcredit_score\nwhere can i check my credit rating\tcredit_score\nsay my credit score\tcredit_score\ngive me my credit score\tcredit_score\ni want my credit score\tcredit_score\ninform me of my credit score\tcredit_score\nclue me in on my credit score\tcredit_score\nprovide me with my credit score\tcredit_score\nmy credit score is\tcredit_score\ni need my credit score\tcredit_score\nfind my credit score for me\tcredit_score\nwhat is my credit score\tcredit_score\nplease get my credit score\tcredit_score\ncan you find my credit score\tcredit_score\ni'd like to know what my credit rating is\tcredit_score\nplease tell me my credit rating\tcredit_score\nwhat in the world is my credit rating\tcredit_score\nmy credit score is what\tcredit_score\ntell me my credit score please\tcredit_score\ncan you tell me my credit score\tcredit_score\nfind my credit score and tell it to me\tcredit_score\nget my credit score\tcredit_score\nwhat is my exact credit score\tcredit_score\nhow good is my credit score\tcredit_score\nwhat's my credit score rating\tcredit_score\nwhat kind of credit score do i have\tcredit_score\nif i want my credit score, how do i find it\tcredit_score\nhow do i find information about my credit score\tcredit_score\nwhat is the process of finding my credit score\tcredit_score\nhow do i get my credit score\tcredit_score\nhow do i locate my current credit score\tcredit_score\nwhere is my credit score\tcredit_score\nhow do i see my credit score\tcredit_score\nhow exactly do i find my credit score\tcredit_score\nhow do i locate my credit score\tcredit_score\nhow do i find out what my credit score is\tcredit_score\ni really wanna know my credit score\tcredit_score\ni wish to know my credit rating\tcredit_score\nlet me understand my credit rating\tcredit_score\ni wanna know my credit rating now\tcredit_score\ni gotta know my credit score\tcredit_score\ntell me my credit rating\tcredit_score\ni would love to know my credit score\tcredit_score\ni wish to know my credit score\tcredit_score\ni wanna know my credit score\tcredit_score\ntell me what my credit rating is\tcredit_score\ncan you provide me my credit score\tcredit_score\ni'd like the number for my credit score\tcredit_score\ntell me my credit score\tcredit_score\nverify with me my credit score\tcredit_score\ncan you help me find my credit score\tcredit_score\nwould you tell me my credit score\tcredit_score\nhow do i find my credit score\tcredit_score\nwill you tell me my credit score\tcredit_score\ndo you know my credit score\tcredit_score\nhow to see my credit score\tcredit_score\ncan i see my credit score\tcredit_score\nhows my credit score\tcredit_score\nwebsites that share credit ratings\tcredit_score\nwhat's my credit rating\tcredit_score\nhow do i find out my credit rating\tcredit_score\nhow to locate my credit score\tcredit_score\nwhere is my credit score located\tcredit_score\nwhere can i find my credit score\tcredit_score\nfind my credit score\tcredit_score\ntell me the steps to getting my credit score\tcredit_score\nhelp me locate my credit score\tcredit_score\nlets look up my credit score\tcredit_score\ni would like to look up my credit score please\tcredit_score\ni want to find out what my credit score is\tcredit_score\nhelp me find my credit score\tcredit_score\nwhat is my fica score\tcredit_score\ncan you reveal my credit score\tcredit_score\nhow is my credit score rated\tcredit_score\nany idea what my credit score is\tcredit_score\nshow me my credit score please\tcredit_score\nlet me know what my credit score is\tcredit_score\nis my credit score high\tcredit_score\ni am trying to find my credit score\tcredit_score\nshow me my credit score\tcredit_score\nhow does my credit score look\tcredit_score\nis my credit report low\tcredit_score\nwhats my credit rating\tcredit_score\nwhat is my current credit score\tcredit_score\nwhere can i check my credit score\tcredit_score\nwhere can i see my credit score\tcredit_score\nhow can i find out my credit score\tcredit_score\ninform me of my current credit rating\tcredit_score\nplease notify me of my credit rating\tcredit_score\ni would like to be told about my credit rating\tcredit_score\ncan you tell me about my credit rating\tcredit_score\ntell me my current credit rating\tcredit_score\nwhat is the number of my credit score\tcredit_score\nwhat's my credit score\tcredit_score\nlet me know my credit score\tcredit_score\nhow is my credit score\tcredit_score\nhow can i apply for a discover card\tnew_card\ncan i apply for a discover card\tnew_card\nhow do applications for discover cards work\tnew_card\nis this how i apply for a discover card\tnew_card\nwhat does it take to get a new card\tnew_card\nhow do i sign up for a new credit card\tnew_card\ncan i complete an application for a new credit card\tnew_card\nis it possible to get a new credit card\tnew_card\nplease show me how to apply for a visa card\tnew_card\ni need to apply for a visa card\tnew_card\ni need to know how to apply for a visa card\tnew_card\ntell me how to apply for a visa card\tnew_card\nwhat is the process to apply for a visa card\tnew_card\nshow me how to apply for a visa card\tnew_card\ncan you let me know the info on how to apply for a visa card\tnew_card\nvisa card, i want to apply\tnew_card\nshow me the application for a visa card\tnew_card\nhow do i get a new credit card sent to me\tnew_card\ncan you send me a new credit card please mine is getting old and unusable\tnew_card\ncan you apply for idaho independent card for me\tnew_card\nplease apply cc visa card for me\tnew_card\napply for a kbc card for me\tnew_card\ni want to apply for a alphabank card\tnew_card\ni would like to apply for a bank of america travel rewards credit card\tnew_card\ni need to apply for a new credit card\tnew_card\ni wanna apply for a new credit card\tnew_card\ni got to apply for a new credit card\tnew_card\ni wanna apply for a bank of america travel rewards credit card\tnew_card\ni need to apply for a bank of america travel rewards credit card\tnew_card\ni desire to apply for a bank of america travel rewards credit card\tnew_card\napply for a bank of america travel rewards credit card\tnew_card\ni must apply for a new credit card\tnew_card\ni gotta apply for a new credit card\tnew_card\ni would like to apply for a master card\tnew_card\ni would like to apply for a green card\tnew_card\ni would like to apply for a visa card\tnew_card\ni would like to apply for a credit card\tnew_card\ni would like to apply for a discover card\tnew_card\nwhat's the procedure to apply for a new credit card\tnew_card\nhow can i get a new credit card\tnew_card\ndirect me to the application for a new credit card\tnew_card\napply for an american express card\tnew_card\ncan you tell me if i might be able to apply for a new credit card\tnew_card\nmight i be able to apply for a new credit card\tnew_card\ncan you help me apply for a visa card\tnew_card\ni want to apply for a discover card\tnew_card\nam i eligible for a new credit card application\tnew_card\nis it possible to apply for a new credit card\tnew_card\ni think i'd like to apply for an amex\tnew_card\nam i able to apply for a new credit card\tnew_card\napplication for a mastercard\tnew_card\ncan i get a new card\tnew_card\ni would like to apply for a new card\tnew_card\ncan i maybe apply for a new card\tnew_card\ncan i please get a new card\tnew_card\ncan i get a brand new card please\tnew_card\nlist the steps for applying for an american express card\tnew_card\nwhat's the process for getting an american express card\tnew_card\nwhat do i need to do to get an american express card\tnew_card\nhelp me get an american express card\tnew_card\nhelp me apply for an american express card\tnew_card\ni am hoping to apply for an amex card\tnew_card\ni want to find a new credit card to sign up for\tnew_card\nhow do i apply for a barclay's card\tnew_card\nwalk me through the process of applying for an american express card\tnew_card\ni need help figuring out a new credit card to get\tnew_card\ni am interested in applying for a visa card\tnew_card\ni am interested in acquiring a new credit card\tnew_card\ni want to apply for a mastercard\tnew_card\nwalk me through applying for a visa card\tnew_card\ni want to submit an application for a barclay's card\tnew_card\ncan you help me sign up for a new credit card\tnew_card\ni need to know how to apply for a mastercard\tnew_card\ni intend to apply for an american express card\tnew_card\ntell me how to apply for an american express card\tnew_card\ni feel like it is time for me to sign up for a new credit card\tnew_card\nhow to apply for platinum card\tnew_card\ni would like to apply for a air canada card visa, can you help me\tnew_card\nplease help me apply for a silver card\tnew_card\ntell me the process of applying for a apollo card\tnew_card\ncan you tell me how to apply for a western card\tnew_card\nhow can i apply for a visa card\tnew_card\nhow can i apply for a visa card, please\tnew_card\nhow do i apply for a visa card, please\tnew_card\nhow can i apply for a mastercard, please\tnew_card\nwhat if you need to obtain a new credit card\tnew_card\nwhat if you want to obtain a new credit card\tnew_card\nwhat if you want a new credit card\tnew_card\nwhat if you need to get a new credit card\tnew_card\nshow me how i can get a new credit card\tnew_card\ncan you help me find out how to get a new credit card\tnew_card\nhow do i get a new credit card\tnew_card\ncan you help me get a new credit card\tnew_card\nwhat is the process i need to follow to get a new credit card\tnew_card\nmay i apply for a new credit card\tnew_card\nhow do i go about applying for a new credit card\tnew_card\ni would like to apply for a new credit card\tnew_card\ncould you please let me apply for a new credit card\tnew_card\nis it possible to apply for a visa card\tnew_card\nhey what do i do to apply for a visa card\tnew_card\nlocate lost luggage from flight america airlines in o'hare\tlost_luggage\non flight america airlines in o'hare lost luggage\tlost_luggage\nin o'hare lost luggage on flight america airlines\tlost_luggage\nlost luggage on flight america airlines in o'hare\tlost_luggage\nwhile on flight america airlines i lost luggage in o'hare\tlost_luggage\nit seems my luggage was lost\tlost_luggage\nmy luggage was lost so what do i do\tlost_luggage\nmy luggage is missing i was on spirit flight ab123 from chicago\tlost_luggage\ni think my luggage has been lost\tlost_luggage\ni think my luggage was misplaced or has been lost\tlost_luggage\ni lost my luggage coming from new york city on american flight ab123\tlost_luggage\nwhat step do i take if my bag got lost on the flight\tlost_luggage\ni lost my luggage coming from chicago on delta flight ab123\tlost_luggage\nwhat is the next step if my luggage was lost\tlost_luggage\ni lost my luggage, what now\tlost_luggage\ni lost my luggage\tlost_luggage\nmy luggage is missing i was on frontier flight ab123 from seattle\tlost_luggage\nmy luggage was lost on the flight\tlost_luggage\nmy luggage is lost i was on delta flight ab123 from detroit\tlost_luggage\ncan you please help me find my lost luggage\tlost_luggage\nmy luggage has not arrived and i would like help locating it\tlost_luggage\nmy luggage has not arrived and i would like assistance locating it\tlost_luggage\ncan you please help me locate my luggage\tlost_luggage\nmy luggage is lost and i would like help trying to locate it\tlost_luggage\nim at lax and my bags aren't\tlost_luggage\nmy bags did not arrive here at smf\tlost_luggage\ni got to vegas airport but my bags didn't\tlost_luggage\nwhere are my bags, not here at the airport\tlost_luggage\nmy bags didn't make it to the new orleans airport\tlost_luggage\ni'm not able to find my luggage and i was on southwest airlines flight ab123 out of houston\tlost_luggage\nmy luggage is missing i was on american airlines flight ab123 out of dallas\tlost_luggage\ni just traveled on american airlines flight ab123 out of dallas i can't find my luggage\tlost_luggage\ni flew on southwest airlines flight ab123 out of dallas and i can not find my luggage\tlost_luggage\ni was on american airlines flight ab123 out of houston and i can't find my luggage\tlost_luggage\nwhat if i lost my luggage\tlost_luggage\nhelp, i lost my luggage\tlost_luggage\nwhat to do if luggage lost\tlost_luggage\nhow to find lost luggage\tlost_luggage\nwhat do you do if your luggage is missing\tlost_luggage\nwhat is the best way to deal with my lost luggage\tlost_luggage\ni'm in baggage claim at the airport and my luggage didn't make it\tlost_luggage\nwho can i turn to if i lost my luggage\tlost_luggage\ni'm waiting for my luggage in the airport now but it's been a while and it's still not arrived\tlost_luggage\nwhere do i begin the process of reporting my luggage lost\tlost_luggage\nmy luggage is nowhere in sight, it might be lost\tlost_luggage\nif i lost my luggage, where can i get help\tlost_luggage\ni believe it looks like my luggage has disappeared\tlost_luggage\nmy luggage is missing, i think\tlost_luggage\nit appears that my luggage has vanished\tlost_luggage\ncan you tell me what to do as i am in the airport and have been for some time and there is still no sign of my suitcase\tlost_luggage\nthere's a strong possibility that my luggage has gone missing\tlost_luggage\nhow do i handle the situation if i lost my luggage\tlost_luggage\nis there someone i can talk to since i am in the airport waiting for my luggage which never came\tlost_luggage\nwhat should i do if i'm waiting at the airport and my luggage is not here\tlost_luggage\ni think my luggage got lost\tlost_luggage\ni believe that my luggage was lost\tlost_luggage\nit looks as though my luggage has been lost\tlost_luggage\ni don't know where my luggage is\tlost_luggage\ni'm having trouble finding my luggage i was on delta flight ab123 out of new york\tlost_luggage\ni was on delta flight ab123 out of new york and i can't find my luggage\tlost_luggage\ni miss placed my luggage i was on delta flight ab123 out of new york\tlost_luggage\nmy luggage is lost i was on delta flight ab123 out of new york\tlost_luggage\ni was on delta flight ab123 out of new york and haven't been able to locate my luggage\tlost_luggage\nmy luggage appears to be missing\tlost_luggage\ni need to find my luggage\tlost_luggage\ndo you know where my luggage is\tlost_luggage\ni can't find my luggage anywhere and there's no more on the conveyor\tlost_luggage\ncan you see if you can track where my luggage is\tlost_luggage\nwhat the heck, where's my luggage!\tlost_luggage\ni can't find any of my luggage!\tlost_luggage\ndo you know where the luggage for people on panam flight ab123 out of tuscon is\tlost_luggage\nwho do i report lost luggage to\tlost_luggage\ni'm here at dia but my luggage isn't!\tlost_luggage\nfind me the number for jet blue's customer service so i can yell at someone about my missing luggage\tlost_luggage\ncan you help me locate lost luggage\tlost_luggage\nhow do i find lost luggage\tlost_luggage\ni arrived on delta flight ab123 from juno but my luggage doesn't appear to have come with me\tlost_luggage\nwhat's the procedure to deal with lost luggage\tlost_luggage\ni just flew in on american airlines flight ab123 from chicago and can't find my luggage\tlost_luggage\ncan you check where my luggage is off jetblue flight ab123 out of buffalo\tlost_luggage\nwhere's my luggage for american airlines flight ab123 out of denver\tlost_luggage\nhow do i go about resolving my luggage that didn't arrive\tlost_luggage\ncan you find out what happened to my luggage\tlost_luggage\ndo you know whom i should contact since my luggage did not arrive\tlost_luggage\nmy luggage did not arrive, please investigate\tlost_luggage\nwhere is my luggage, i was on delta flight ab123 out of dc\tlost_luggage\ni need my luggage found, i was on delta flight ab123 out of san francisco\tlost_luggage\ni can't locate my luggage, i was on jetblue flight ab123 out of detroit\tlost_luggage\nmy luggage is lost, i was on american airlines ab123 out of los angeles\tlost_luggage\ni need assistance with my lost luggage, i was on american airlines ab123 out of talahasse\tlost_luggage\nhelp me find my luggage\tlost_luggage\ntell me where my luggage is\tlost_luggage\nhow do i find lost luggage in an airport\tlost_luggage\ni need to figure out what to do about lost luggage\tlost_luggage\nmy luggage is lost,what do i do now\tlost_luggage\nwho do i go to to find lost luggage\tlost_luggage\nwho do i complain to about my luggage not arriving at the airport\tlost_luggage\ncan you help me find my luggage it was lost on delta flight abc123 from houston\tlost_luggage\ni need my luggage that your airline lost it was flight abc123 and now it’s suddenly missing\tlost_luggage\nmy luggage was on delta flight abc123 out of houston and now i can’t find it\tlost_luggage\ni didn't hear you please repeat\trepeat\nplease repeat\trepeat\ni want you to repeat that\trepeat\none more time please\trepeat\ni need you to repeat that\trepeat\ni need you to please repeat that\trepeat\none more time for me please\trepeat\ni would like that repeated\trepeat\njust another time please\trepeat\nsay it again please\trepeat\ni must have you repeat that\trepeat\nsay it again\trepeat\ni need that repeated\trepeat\njust one more time\trepeat\ni want to have that repeated for me\trepeat\ni want that repeated\trepeat\nai what was the question\trepeat\nai i didn't hear you\trepeat\nai please repeat\trepeat\nai could you say that again\trepeat\nexcuse me\trepeat\ni did not hear you\trepeat\ni didn't get that, please repeat\trepeat\nplease repeat yourself\trepeat\ni didn't catch that, please repeat\trepeat\ncan you say that over\trepeat\nrestate the last thing you told me\trepeat\nrepeat what you just said\trepeat\ni didn't catch that say it again\trepeat\nwhat was that last thing you said\trepeat\nrepeat what you just told me\trepeat\nplease say that one more time\trepeat\nhold on what was that you just said\trepeat\nrepeat that last response\trepeat\ni need you to repeat that, please\trepeat\ni did not quite hear you, can you say it again\trepeat\ncan you please repeat that response\trepeat\ni did not hear you, please repeat\trepeat\nsay it one more time please\trepeat\ni didn't hear, please say it again\trepeat\nim sorry can you repeat yourself\trepeat\ni missed what you said, can you say it again\trepeat\ni couldn't hear you, can you repeat it\trepeat\ni didn't hear say it again please\trepeat\ncan you repeat yourself\trepeat\ni would like you to repeat yourself\trepeat\ni missed that last one, please repeat\trepeat\nwhat was that\trepeat\ni didn't hear you can you repeat that\trepeat\nplease repeat that phrase\trepeat\ni missed what you said, please say it again\trepeat\ncan you tell me what you just said\trepeat\nwill you repeat that, please\trepeat\ncould you repeat that, please\trepeat\nwould you repeat that, please\trepeat\nwould you repeat that\trepeat\nwould you please ask the question again\trepeat\ni am needing for you to say that again\trepeat\ni need for you to ask the question again\trepeat\ncould you ask the question again\trepeat\ni am going to need you to say that again\trepeat\nwould you say that again, please\trepeat\nrepeat the question\trepeat\ni didn't hear what you said\trepeat\nrepeat that please\trepeat\ni didn't hear you\trepeat\ni didnt hear what you just said, can you say it again\trepeat\nmay you repeat what you said again\trepeat\ni didn't hear what you just said, can you repeat it\trepeat\ni didn't understand what you just said, can you repeat it\trepeat\ni didnt understand what you just said, can you say it again\trepeat\ncan you say what you just said again\trepeat\ncould you repeat what you just said again\trepeat\nwould you repeat what you just said\trepeat\nwill you please repeat what you said\trepeat\nwhat did you just mention\trepeat\ni need that said again\trepeat\ni need to know again\trepeat\nplease say it again\trepeat\ntell me once more\trepeat\nrepeat that again\trepeat\nreplay what you just said\trepeat\ni missed that, say it again\trepeat\ncould you say that again\trepeat\nrepeat your last message\trepeat\nsay it one more time\trepeat\ni did not understand say it again\trepeat\ncan you please sat it one more time\trepeat\ni did not catch that, repeat what you just said\trepeat\nsorry, i didn't hear you, can you say that gain\trepeat\ni didn't hear you, can you repeat that louder\trepeat\ni didn't catch that so please repeat it\trepeat\nplease run that by me again\trepeat\ni missed that say it again\trepeat\ncan you say again\trepeat\nplease repeat what you just said\trepeat\ncan i get you to say that once more\trepeat\nwill you repeat what you just said\trepeat\nplease repeat over what you said\trepeat\ncome again with that\trepeat\nwhat kind of mileage do i get out of gas\tmpg\nwhat's the fuel economy of my car\tmpg\nhow many miles per gallon do i get in my car\tmpg\ntell me my car's fuel economy\tmpg\nwhat kind of gas mileage do i get\tmpg\nwhat gas mileage does my car get\tmpg\nin my car, what's the fuel economy\tmpg\nhow many miles per gallon do i get\tmpg\nwhat's my car's gas mileage\tmpg\nhow many miles per gallon does my car get\tmpg\nlook up the gas mileage for my vehicle\tmpg\ncan you tell me the miles per gallon rate of my car\tmpg\ntell me my car's gas mileage please\tmpg\nwhat is the gas mileage for the car that i drive\tmpg\nhow many miles can i drive on 1 gallon of gas\tmpg\nhow many miles does my car get per gallon\tmpg\nwhat’s my gas mileage\tmpg\nretrieve my current mpg on my car\tmpg\ntell me the gas mileage on my car\tmpg\ntell me my miles per gallon on my car\tmpg\nhow much mpg does this car get in the city\tmpg\nwhat kind of mpg does this car get in the city\tmpg\nhow many miles per gallon does it get in the city\tmpg\nhow many miles per gallon does it get on the highway\tmpg\ncan you give me the car's mpg for the city\tmpg\nwhat's the mpg for the car when it's on the highway\tmpg\nwhat are the estimates for the car's highway mpg\tmpg\nhow much highway mpg does it get\tmpg\nfor city driving, what's the car's mpg\tmpg\nhow far can the car get per gallon on the highway\tmpg\ntell me the mpg of this car\tmpg\ncan you tell me the mpg of this car\tmpg\nhow many mpg does this car get\tmpg\nmpg of this car\tmpg\nwhat is the mpg of this car\tmpg\nwhat is the mpg\tmpg\nhow much is this mpg\tmpg\nwhat's my current mpg\tmpg\nhow much mpg do i have\tmpg\nwhat's my car's miles per gallon\tmpg\ncalculate car mpg\tmpg\nwhat's my gas mileage like\tmpg\nis the fuel economy of this car good or bad\tmpg\naverage mpg\tmpg\nwhat mpg does my car get\tmpg\nwhat is my average mpg in this car\tmpg\ntell me about this cars fuel economy\tmpg\ndo you know the fuel economy of this car\tmpg\nwhat's the mpg of this car\tmpg\nwhat's the miles per gallon on this car\tmpg\nhow does this do on gas mileage\tmpg\nwhats the cars fuel mileage like\tmpg\nhow does this car do on its fuel\tmpg\nwhat is the city mpg for this car\tmpg\nhow many miles per gallon does this car get in the city\tmpg\nwhat is the city fuel efficiency for this car\tmpg\nwhat's the fuel economy for this car downtown\tmpg\nhow many mpg does this rig get when i'm in the city\tmpg\nhow much gas does this use in the city\tmpg\ndo you know what this car's mpg is\tmpg\nhow is this car rated for fuel economy\tmpg\nwhat's this car guzzle in gas when driving in town\tmpg\nwhat mpg does this car get on the expressway\tmpg\nwhat's the non-city mpg for this car\tmpg\nwhat'll this car do for gas mileage on the open road\tmpg\nhow good is the fuel usage for this vehicle\tmpg\nwhat's this car get for highway driving\tmpg\nhow much gas does this car use in the city\tmpg\ndo you know the mpg for this vehicle\tmpg\nhow's the mpg for this on the freeway\tmpg\nhow many mpgs does this car get on the highway\tmpg\nhow's the fuel efficiency for city driving for this car\tmpg\nwhat's this car do for fuel economy\tmpg\nwhat is the amount of miles per gallon this car gets on the highway\tmpg\nhow many mpg does this get on the highway\tmpg\nwhat is the highway mpg on this car\tmpg\nhow many miles per gallon does this car get on the highway\tmpg\ndoes this car get good mpg on the highway\tmpg\nwhat is the cars mpg on the highway\tmpg\nwhat is the mpg like for this car while driving in the city\tmpg\nwhat is the mpg on this car\tmpg\nhow does this cars mpg do on the highway\tmpg\nwhats the cars mpg\tmpg\nplease tell me what the mpg is for this car\tmpg\nhow does this car do with mpg in the city\tmpg\ntell me what this cars highway mpg is\tmpg\nwhat is the mpg for this car in city\tmpg\ndoes this car get good mpg in the city\tmpg\nwhat mpg does this car get in city\tmpg\nwhat mpg does this car get on the highway\tmpg\nhow much mpg does this car get on the highway\tmpg\nplease look up the this cars mpg\tmpg\nmy mpg is how much\tmpg\nhow many miles per gallon am i getting\tmpg\nhow much is my mpg\tmpg\nwhat's the mileage on my car\tmpg\nhow expensive is it to fuel this car\tmpg\nhow many miles will a gallon of gas take this car\tmpg\nhow many mpg does this car have\tmpg\nhow far can i go on one tank of gas\tmpg\nwhen should i change my car oil\toil_change_when\ndo i need to change my oil\toil_change_when\nhow often do you have to change your oil\toil_change_when\nhow do i know when i have to change my oil\toil_change_when\nwhen do i need to change my oil\toil_change_when\nwhen am i due for an oil change\toil_change_when\nhow long before i neet to get my oil changed\toil_change_when\nat how many miles am i required to get my oil changed\toil_change_when\nwhen should my oil get changed\toil_change_when\nwhen do i need you change my oil\toil_change_when\nwhen is my oil due to be changed\toil_change_when\nwhen should my oil be changed\toil_change_when\nhow long until i need to change my oil\toil_change_when\nhow many miles can i drive before changing my oil\toil_change_when\nat which mileage, should i get my oil changed\toil_change_when\nwhen should i change my oil again\toil_change_when\nat what point should the oil be changed again\toil_change_when\nhow much longer until i need an oil change\toil_change_when\nwhen do i need to change the oil again\toil_change_when\nwhen do i need to change my oil again\toil_change_when\nwhen should i change my oil next\toil_change_when\nat what point will i need another oil change\toil_change_when\nwhen will i need another oil change\toil_change_when\nwhen will i need to change my oil again\toil_change_when\nwhen do i need to get an oil change\toil_change_when\nwhen must i change oil\toil_change_when\nwhen do i need my oil changed\toil_change_when\nwhen should oil be changed in my car\toil_change_when\nwhen is an oil change needed by me\toil_change_when\ni really must know when should i get my oil changed next\toil_change_when\nwhen must i change the oil in my car\toil_change_when\ni gotta know when should i get my oil changed next\toil_change_when\nwhen do i have to change oil\toil_change_when\nwhen should i change the oil in my car\toil_change_when\nwhen do i need an oil change\toil_change_when\nwhen does my oil need some changing\toil_change_when\ni wanna know when should i get my oil changed next\toil_change_when\ni must know when should i get my oil changed next\toil_change_when\ni need to know when should i get my oil changed next\toil_change_when\nhow often should i change my oil\toil_change_when\noil changes are typical done how often\toil_change_when\nwhen's my next oil change due\toil_change_when\noil changes are typical done when\toil_change_when\nwhen is my oil change expected\toil_change_when\nis there a way to tell when i need my oil changed\toil_change_when\nwhen is my next oil change\toil_change_when\ntell me how i know when i need an oil change\toil_change_when\nhow do i know when i need my next oil change\toil_change_when\nwhen do i need my next oil change\toil_change_when\nis it time for an oil change\toil_change_when\nshould i get an oil change\toil_change_when\nwhen is the best time for my next oil change\toil_change_when\nwhat date should i next change my oil\toil_change_when\nthe next time i change my oil, when should it be\toil_change_when\nwhat duration of time should i wait before i change my oil\toil_change_when\nafter how long should i change my oil\toil_change_when\nwhen will my car need an oil change\toil_change_when\ncan you make a note for my next oil change\toil_change_when\nhow long before i need an oil change\toil_change_when\nwhen do you think i should change my oil\toil_change_when\nwhen is my next oil change suggested\toil_change_when\nwhat is the due date for my next oil change\toil_change_when\nin how many miles do i need to schedule my oil change\toil_change_when\nwhen is my car due for an oil change and lube\toil_change_when\nhow many miles can i drive before needing the next oil change\toil_change_when\nit's been 3 years since i changed my oil, how long until i have to deal with it\toil_change_when\ncan you check when i'm next due for an oil change\toil_change_when\nmy oil seems pretty black, does that mean i should change it\toil_change_when\nwhen's the next time i should go for an oil change\toil_change_when\nmy car's been throwing cels that i think are oil related, so i'm wondering if it's time to take it in or not\toil_change_when\nmy next oil change is when\toil_change_when\nat what time should i get my oil changed next\toil_change_when\nhow much longer until i need to get my oil changed\toil_change_when\nwhat is the next date that i should change my oil at\toil_change_when\nwhen would you recommend i get my oil changed\toil_change_when\nwhen would it be required for me to get my oil changed\toil_change_when\nwhen is my next oil change due\toil_change_when\nwhat is the average time to go between oil changes\toil_change_when\ndo i need to have my oil changed after 3000 miles\toil_change_when\nhow soon should i have my oil changed\toil_change_when\nhow often should i have my oil changed\toil_change_when\nwhat is the recommended time frame to change my oil\toil_change_when\nhow many miles can i drive before i need to change my oil\toil_change_when\nhow long can i go before changing my oil\toil_change_when\nhow long is an oil change good for\toil_change_when\ni need to know when my oil should be changed\toil_change_when\nwhen do people typically change their oil\toil_change_when\nhow often should the oil get changed\toil_change_when\nwhat is the time frame for changing oil\toil_change_when\nabout how long before i need another oil change\toil_change_when\nhow long does oil last in a car\toil_change_when\ndo you change the oil in your car more than once a year\toil_change_when\nwhen is my car due for an oil change\toil_change_when\nwhen do cars need their oil changed\toil_change_when\nwhen do i change my oil\toil_change_when\nhow long can you go between oil changes\toil_change_when\nhow often should you get an oil change\toil_change_when\nwhen can i get oil changed\toil_change_when\nwhen should i change this oil\toil_change_when\nwhen to change my oil\toil_change_when\nyep\tyes\nthat is affirmative\tyes\nwhat you just said is true\tyes\nthat is not false\tyes\nthat is a fact\tyes\ni agree with the truth of what you just said\tyes\ni believe what you just said is true\tyes\nthat would be great\tyes\nthat would be awesome\tyes\nthat is totally true\tyes\noh yes\tyes\nyes that is right\tyes\nthat is a yes\tyes\nthat seems true\tyes\npositive\tyes\ntrue\tyes\nvery true\tyes\nthat will be true\tyes\nthat appears true\tyes\nthat is true\tyes\nit is true\tyes\nthat is right\tyes\nthat statement was correct\tyes\ni think that's true\tyes\nthat is accurate\tyes\nyes, that is it\tyes\ncorrect\tyes\nthe answer is yes\tyes\nall right\tyes\nit's indeed true\tyes\nthat's a yes from me\tyes\nyes you are correct\tyes\nthat's a definite yes\tyes\nyes that's it\tyes\ni vote yes\tyes\nthat is correct\tyes\nyes, that is true\tyes\nyep, that's right\tyes\nyeah that's what i want\tyes\nyou got it\tyes\nyeah that's right, so true\tyes\ntrue is my response\tyes\nyes, that's affirmative\tyes\nyes, you got it\tyes\nabsolutely!\tyes\ndo that\tyes\nabsolutely correct\tyes\nconfirm\tyes\nyes, i'd really like that alot\tyes\nagreed, that's valid\tyes\naffirmative, go ahead\tyes\nyes that's correct\tyes\nyeah, that's how it is\tyes\nyeah, that's right\tyes\nof course\tyes\nthat's the truth\tyes\nexactly right\tyes\nyes, that's accurate\tyes\nyes, that is accurate\tyes\nyes, that's what i want\tyes\nyes, that is a fact\tyes\nyes, that is correct\tyes\nyes, that's confirmed\tyes\nindeed\tyes\nyes\tyes\nuh-huh\tyes\ncorrect, that's true\tyes\nyes, that's correct\tyes\nyeah\tyes\nyeap\tyes\nok\tyes\nsure thing\tyes\nyes you are right\tyes\nyes you are\tyes\nyes i do like that\tyes\nyes that is correct\tyes\nyes i am\tyes\ni think it's true\tyes\nthat would be yes\tyes\nthat would be true\tyes\ni believe that's true\tyes\nuh huh\tyes\nyep, that's true\tyes\nyes, that is actually true\tyes\nyes, that's it\tyes\nyes, that is right\tyes\ncorrect, it is affirmative\tyes\nthe answer to that is a resounding yes\tyes\ni can confirm it is affirmative\tyes\nmy response to that is yes\tyes\ni have to say affirmative on that one\tyes\ni would have to say yes as my answer\tyes\nthe answer to that is affirmative\tyes\nthat is true, yes\tyes\nit is definitely affirmative\tyes\nis is very much true\tyes\nit is a true\tyes\nits a for sure true\tyes\nyes sir\tyes\nit's true\tyes\ncan you give me some suggestions to go site seeing when i get there\ttravel_suggestion\ncan you get me any recommendations for the place i'm traveling to\ttravel_suggestion\nplease suggest some fun tourist activities in tokyo\ttravel_suggestion\ni need help with some fun tourist things to do in tokyo\ttravel_suggestion\ncould you tell me what fun tourist things i could do in tokyo\ttravel_suggestion\nwhat should i do for fun in tokyo\ttravel_suggestion\nwhat do tourists do in tokyo\ttravel_suggestion\nwhat sites are there to see when in evans\ttravel_suggestion\nwhat can i do in evans\ttravel_suggestion\nname some things i should do while in evans\ttravel_suggestion\nif i go to evans, what should i do\ttravel_suggestion\nwhat is there to do in evans\ttravel_suggestion\nwhat can i do in new orleans for fun\ttravel_suggestion\nwhat do you recommend to do in vegas\ttravel_suggestion\nis there anything fun to do in berlin\ttravel_suggestion\nfind something fun for me to do in dallas\ttravel_suggestion\nwhat's fun to do in thailand\ttravel_suggestion\nwhere should i book my next trip\ttravel_suggestion\nwhat are some hot travel destinations\ttravel_suggestion\nwhat's a good place to travel to\ttravel_suggestion\nwhere should i travel to next\ttravel_suggestion\nwhat's the best place to travel to this time of year\ttravel_suggestion\nwhen visiting chicago, what things can i do there\ttravel_suggestion\nwhat are some good restaurants in chicago\ttravel_suggestion\nwhat are some activities to do in chicago\ttravel_suggestion\nwhen travelling in chicago, what kinds of attractions should i see\ttravel_suggestion\nwhat kind of entertainment is available in chicago\ttravel_suggestion\nshow me some things to do in gatlinburg\ttravel_suggestion\nwhat are the main attractions in gatlinburg\ttravel_suggestion\nname the five star attractions in gatlinburg\ttravel_suggestion\nwhat are some of the attractions in gatlinburg\ttravel_suggestion\nwhat are the most popular attractions in gatlinburg\ttravel_suggestion\nwhere should i spend my time off\ttravel_suggestion\ngive me some awesome travel destinations\ttravel_suggestion\nwhat's the best place to just get away from it all\ttravel_suggestion\nwhat are some tourist sites to see in ann arbor\ttravel_suggestion\nname some tourist things to do in chicago\ttravel_suggestion\nin austin, what are some tourist things to do\ttravel_suggestion\nname some tourist things to do in seattle\ttravel_suggestion\nwhat are some fun, tourist sites to see in nyc\ttravel_suggestion\nwhat experiences does kentucky offer\ttravel_suggestion\nwhat's something interesting to do kentucky\ttravel_suggestion\nwhat things are there to do in kentucky\ttravel_suggestion\nwhat could i do for fun in kentucky\ttravel_suggestion\nwhat does kentucky have to offer for things to do\ttravel_suggestion\nwhat are the big tourist sites in sweden\ttravel_suggestion\nwhat are some fun things to do in sweden\ttravel_suggestion\ncan you tell me about the best tourist attractions in sweden\ttravel_suggestion\nwhat are some of sweden's best sights\ttravel_suggestion\nwhat can i do in nashville\ttravel_suggestion\nhelp me find things to do in nashville\ttravel_suggestion\ncan i do a lot in nashville\ttravel_suggestion\ni need ideas for things to do in nashville\ttravel_suggestion\ndo you know of any activities in nashville\ttravel_suggestion\nwhat are some touristy things to do in boston\ttravel_suggestion\nwhat kinds of fun things are there in boston for tourists\ttravel_suggestion\nare there any exciting tourist things to do in boston\ttravel_suggestion\nwhat kinds of fun touristy things are there to do in boston\ttravel_suggestion\nare there any fun tourist things to do in boston\ttravel_suggestion\nwhat are some fun things i can partake in in atlanta\ttravel_suggestion\ntell me things i can do in chicago\ttravel_suggestion\nprovide me with ideas of things we can do in charlotte\ttravel_suggestion\ngive me a list of things to do in orlando\ttravel_suggestion\nwhere should i travel if i want to visit some history museums\ttravel_suggestion\ni'd like some suggestions on where to go on my vacation this year\ttravel_suggestion\nare there any interesting things to do in atlanta, georgia\ttravel_suggestion\nis there anything fun to do in manassas, virginia\ttravel_suggestion\ni want to travel this year but i need some suggestions\ttravel_suggestion\nwhere should i travel if i want to go to a nice beach\ttravel_suggestion\ngive me some ideas on what i can do in seattle for fun\ttravel_suggestion\nwhat do you suggest for entertainment in tampa, florida\ttravel_suggestion\nwhat are some fun things to do in butte, montana\ttravel_suggestion\nin portland, what things are there to do\ttravel_suggestion\nwhat things can i do in portland\ttravel_suggestion\nwhat are some things i can do in portland\ttravel_suggestion\nwhat are some things to do in portland\ttravel_suggestion\nwhat things are there to do in portland\ttravel_suggestion\nwhat is there to do besides drink in germany\ttravel_suggestion\nwhat festivals are there to see in paris\ttravel_suggestion\nwhat fun is there to do in england\ttravel_suggestion\nwhere is the best winery in the south of france\ttravel_suggestion\nwhat should i do in france\ttravel_suggestion\nwhere do you suggest i plan my next vacation\ttravel_suggestion\nwhat are your best travel suggestions\ttravel_suggestion\nwhat are some suggestions for places to travel\ttravel_suggestion\nwhat do people in sioux falls do for fun\ttravel_suggestion\nwhat's there to do in seattle\ttravel_suggestion\nare there any interesting activities to do in austin\ttravel_suggestion\nwhere's a good place to go if i want to see mountains\ttravel_suggestion\nwhat's a nice place to visit a beautiful beach\ttravel_suggestion\nwhat should i do in bangor\ttravel_suggestion\nwhat do tourists do for fun in seattle\ttravel_suggestion\nare there any fun tourist activities in australia\ttravel_suggestion\nwhat's a good use of my time in toronto\ttravel_suggestion\nwhat can a tourist in denver do\ttravel_suggestion\nwhat sort of things do people do in new york\ttravel_suggestion\ntell me some things to see in tampa\ttravel_suggestion\nis there anything neat to do in boston\ttravel_suggestion\nwhat are some interesting things to do in dc\ttravel_suggestion\nwhat's the funnest thing for a tourist to do in iceland\ttravel_suggestion\nwhat do my health benefits consist of\tinsurance\nwhat health benefits are available to me\tinsurance\nwhat health benefits can i use\tinsurance\nwhat are the health benefits i have\tinsurance\nwhat health benefits do i have\tinsurance\ni need to know my health benefits\tinsurance\nwhat is my health plan\tinsurance\nwhat's the name of my medical coverage\tinsurance\ni need to know more about my health plan\tinsurance\nare my health benefits good\tinsurance\ntell me what my health plan is called\tinsurance\ndo i have many health benefits\tinsurance\ntell me about my health insurance\tinsurance\nwhat is the name of my health insurance\tinsurance\nlist all of my health benefits\tinsurance\nmy insurance gives me what benefits\tinsurance\nwhat benefits are available with my insurance\tinsurance\nwhat benefits does my insurance provide\tinsurance\nwhat benefits are provided by my insurance\tinsurance\nmy insurance benefits are what\tinsurance\nwhat benefits do i get from insurance\tinsurance\ngive me information on my health plan\tinsurance\ni'd like to know about my health plan\tinsurance\ncan you tell me my health plan\tinsurance\ninsurance benefits\tinsurance\nwhat benefits are associated with my insurance\tinsurance\ncan you tell me my insurance benefits\tinsurance\nwhat benefits does my insurance have\tinsurance\ni'm curious what health plan i'm on\tinsurance\ni'm wondering what health plan i'm on\tinsurance\ncan you let me know what health plan i'm on\tinsurance\ndo you know the health plan i'm on\tinsurance\nis it possible for you to let me know what health plan i'm on\tinsurance\ntell me about my insurance benefits\tinsurance\nlist my insurance benefits\tinsurance\nlist insurance benefits\tinsurance\ninsurance benefit information\tinsurance\ninsurance benefit details\tinsurance\ngive me the name of the insurance plan that i enrolled in\tinsurance\ntell me the name of my insurance plan\tinsurance\nwhat is the name of my insurance plan\tinsurance\nwhat is the name of the insurance plan that i'm enrolled in\tinsurance\nplease provide the name of the insurance plan that i'm enrolled in\tinsurance\nwhat's the healthcare plan i'm on\tinsurance\nwhat's the deal with my health care\tinsurance\nwhat's my current health care plan\tinsurance\nany word on my healthcare plan\tinsurance\nwhat healthcare plan do you have me on\tinsurance\ni need you to tell me what benefits are included in my insurance\tinsurance\nplease find the benefits provided by my insurance\tinsurance\nwhat benefits do i have with my insurance\tinsurance\ncan you tell me what is included in my health benefits\tinsurance\nplease tell my what insurance plan i registered for\tinsurance\ni need to know what my health benefits cover, please\tinsurance\ni would like to hear a list of my insurance benefits, please\tinsurance\nwhat is the insurance plan that i'm signed up for\tinsurance\nplease tell me what's provided in my health benefits\tinsurance\nwhich insurance plan do i currently have\tinsurance\ncan you tell me the name of the insurance plan i'm a member of\tinsurance\nremind me of which insurance plan i'm currently enrolled in\tinsurance\nwhat benefits does my health coverage give me\tinsurance\ni would like to know all of the covered benefits that are given by my health care plan\tinsurance\ncan you tell me what benefits i receive with my insurance\tinsurance\nis there an insurance plan for my health\tinsurance\ncan i see my health benefits\tinsurance\nwhat are the benefits i get for my health\tinsurance\nwhat is the aid i get from these health benefits\tinsurance\ncan i obtain health benefits\tinsurance\ngive me info on my health plan\tinsurance\nwhat was my health plan again\tinsurance\nwhat health plan do i have\tinsurance\ntell me my health plan\tinsurance\nwhat's my health plan\tinsurance\nwhich insurance plan am i enrolled in, please\tinsurance\nwhat type of insurance plan am i enrolled in, please\tinsurance\nwhat kind of insurance plan am i enrolled in\tinsurance\nwhat kind of insurance plan am i enrolled in, please\tinsurance\nmay i know my insurance benefits\tinsurance\nwhere is the list of my insurance benefits\tinsurance\nwhat's my insurance benefits like\tinsurance\nhow do i know my insurance benefits\tinsurance\nwhat insurance benefits am i getting\tinsurance\nhow would you define my health benefits\tinsurance\nwill you summarize my health benefits\tinsurance\ndefine my health benefits\tinsurance\nhow would you describe my health benefits\tinsurance\nwhat is the definition of my health benefits\tinsurance\ncan you explain my benefits\tinsurance\nwhats included with my insurance\tinsurance\nwhat insurance benefits do i have\tinsurance\nwhat do my benefits look like\tinsurance\nwhat benefits are included in my package\tinsurance\nwhat are my insurance assets\tinsurance\nwhat are my insurance advantages\tinsurance\nwhat are my insurance perks\tinsurance\nwhat are my insurance rewards\tinsurance\nwhat are my insurance amenities\tinsurance\ndo you know what my health benefits are\tinsurance\nplease look up the name of my insurance plan\tinsurance\ncan you tell me the name of my insurance plan\tinsurance\ni need to add the chore of vacuuming to my task list\ttodo_list_update\nput wash the counters down on my list of pending tasks\ttodo_list_update\ntake doing the dishes off my todo list\ttodo_list_update\nblank out my todo list\ttodo_list_update\nerase all items on my todo list\ttodo_list_update\ndelete everything on my todo list\ttodo_list_update\nadd clean bathroom to my to do list\ttodo_list_update\ngo ahead and take cleaning the bathroom off my todo list\ttodo_list_update\nyou can remove vacuuming off the todo list\ttodo_list_update\nmake my todo list blank\ttodo_list_update\nplease take shoveling the car off my todo list\ttodo_list_update\ni'd like you to remove throw away dvds off my todo list\ttodo_list_update\nput clean stovetop on my list of reminders\ttodo_list_update\nnuke all items on my todo list\ttodo_list_update\nwill you put change the light bulbs on my list of things to do\ttodo_list_update\ndelete everything from the task list\ttodo_list_update\nhurry up and just erase everything from the todo list\ttodo_list_update\ncan you kindly clear my agenda list\ttodo_list_update\nhey just take off everything from my todo list\ttodo_list_update\ni don't want to do anything today so just clear the todo list\ttodo_list_update\nplease include feeding the fish on my to do list\ttodo_list_update\nplease remove laundry from my list of chores\ttodo_list_update\nplease clear out my whole to do list\ttodo_list_update\ni want you to clear out my to do list\ttodo_list_update\ni want you to add cleaning the toilet to my to do list\ttodo_list_update\nmake sure my to do list is completely clear please\ttodo_list_update\nplease include laundry on my to do list\ttodo_list_update\ncan you please add take out recycling on my list of chores to complete\ttodo_list_update\nplease get rid off everything on my to do list\ttodo_list_update\nplease take feeding the fish off of my list of tasks to complete\ttodo_list_update\ni need to add dusting the bookshelf to my to do list\ttodo_list_update\nplease put washing the dishes on my list of tasks to accomplish\ttodo_list_update\nplease be sure to put folding laundry on my to do list for me\ttodo_list_update\nplease put watering the plants on my to do list\ttodo_list_update\nplease erase everything on my to do list\ttodo_list_update\ntake watering the plants off of my to do list\ttodo_list_update\ni just finished taking out my recycling, so cross that off my to do list\ttodo_list_update\ncan you check washing the dishes off on my to do list\ttodo_list_update\ni need laundry put on my list of tasks to complete\ttodo_list_update\nplease add watering the plants to my current to do list\ttodo_list_update\nto my domestic task list please add paint kitchen\ttodo_list_update\nadd to my task list get carpet cleaned\ttodo_list_update\nadd clean the bathroom to my task list\ttodo_list_update\nput clean refrigerator on my spring cleaning to do list\ttodo_list_update\non my big project task list please add paint shutters in spring\ttodo_list_update\ndelete my to do list\ttodo_list_update\nerase get a haircut from my to do list, please\ttodo_list_update\ni need to include a stop at the pharmacy to the list of things to do\ttodo_list_update\nplease cross off schedule acupuncture appointment off of the to do list\ttodo_list_update\nplease put my acupuncture appointment on my to list\ttodo_list_update\ncan you add a trip to the post office to my to do list, please\ttodo_list_update\nplease also list wash laundry on my to do list\ttodo_list_update\nwill you please put remember to drop off at the dry cleaner's to my current to do list\ttodo_list_update\nwould you kindly remove five mile run from my list of things to do\ttodo_list_update\nlet's go ahead and scratch laundry off my to do list, please!\ttodo_list_update\ncan you delete lunch with david from my to do list\ttodo_list_update\nput dishes on to do list\ttodo_list_update\non my to do list, add dishes\ttodo_list_update\ni need to do dishes put it on my to do list\ttodo_list_update\nadd dishes to my list\ttodo_list_update\ncleaning needs to be on my to do list\ttodo_list_update\nplease add cleaning on my list to do\ttodo_list_update\ncleaning needs to go on my list of things to do\ttodo_list_update\non my to do list, add cleaning\ttodo_list_update\ni need to do cleaning so add it to my to do list\ttodo_list_update\non my to do list, i need cleaning added\ttodo_list_update\nput cleaning on my to do list\ttodo_list_update\nplease put cleaning on my list of things to do\ttodo_list_update\nadd cleaning to my to do list\ttodo_list_update\non my list of things to do, add cleaning\ttodo_list_update\ncan you place laundry on my to do list\ttodo_list_update\nhelp remind me that i need to add laundry to my list of housework\ttodo_list_update\nif you could remind me about doing laundry i would appreciate it\ttodo_list_update\nplease remind me to add laundry to my list of chores\ttodo_list_update\nadd laundry to my list of shit to do\ttodo_list_update\nadd change filters to my to do list\ttodo_list_update\nadd schedule appraiser to my to do list\ttodo_list_update\nadd mop bathroom to my to do list\ttodo_list_update\nadd do laundry to my to do list\ttodo_list_update\nput buy dog food on my to do list\ttodo_list_update\non my to do list, add exercising\ttodo_list_update\nremove all items from todo list\ttodo_list_update\nadd grocery shopping to my list of things to do\ttodo_list_update\nclear out my entire todo list\ttodo_list_update\nremove laundry from my todo list\ttodo_list_update\nput laundry on my to do list\ttodo_list_update\nnix folding laundry from my todo list\ttodo_list_update\nadd washing dishes to my to do list\ttodo_list_update\ncross volunteering off my todo list\ttodo_list_update\ntake everything off my todo list\ttodo_list_update\ni no longer need to wash dishes; take it of my list\ttodo_list_update\ndelete everything on my to do list\ttodo_list_update\nmark down cleaning the bathroom on my list of things to do\ttodo_list_update\nthrow mopping onto my to do list\ttodo_list_update\ncan you remind me to mop later by putting it on my to do list today\ttodo_list_update\nwill you make sure that mopping is on my to do list\ttodo_list_update\nwill you add mopping to my to do list please\ttodo_list_update\ncan you put mopping on my to do list\ttodo_list_update\nplace cleaning the backyard on my list of things to do\ttodo_list_update\nplease put the meeting with carla on my to do list\ttodo_list_update\ntell me my reminders\treminder\ntell me my current reminders list\treminder\nplease read my reminders\treminder\nwill you repeat my reminder list\treminder\ncheck my reminders for mop and floor\treminder\nread my reminder list to me\treminder\nis mop the floor already in my reminders\treminder\nread back the reminder list\treminder\nwhat's on the reminder list\treminder\nread my reminders to me\treminder\ncheck my reminders for mop the floor\treminder\nwhat reminders do i have\treminder\nread what i added to the reminder list\treminder\ncan you list each item on my reminder list\treminder\ncan you tell me what reminders i've set\treminder\ntell me what's on my reminder list\treminder\ndo i have any reminders to look up how to properly do a potato in my microwave\treminder\ndo i have a reminder for our neighbor's anniversary\treminder\ntell my all my reminders\treminder\nis respond to the professor's email on my list of reminders\treminder\nread me my reminders list\treminder\ngo through all the reminders on my list and state what they are\treminder\nis there a reminder for my aa meeting on my list\treminder\nspeak back to me what's on my reminder list\treminder\niterate the items on my reminder list\treminder\nplease go through my reminder list and tell me what's on it\treminder\ndid i add to my reminder list that i need to take the car in for an oil change\treminder\nwhat did i want to remember again\treminder\nwhat did i put on my list of reminders\treminder\ncan you tell me the reminders i have set up\treminder\nwhat were the reminders that i made\treminder\ni wanted to remember what again\treminder\ncan you remind me what i was trying to remember\treminder\ni had a list of reminders what were they\treminder\nremind me of what i asked you to remember\treminder\nwhat reminders did i have\treminder\nwhat are the thing i told you to help me remember\treminder\nread my reminders please\treminder\nwhat's on my reminder list today\treminder\ndo i have anything in my reminders\treminder\nwhat did i ask to be reminded about\treminder\ncheck if getting a light bulb is on my list of reminders\treminder\nis buying a light bulb on my reminders list\treminder\nconfirm that buy a light bulb is on my list of reminders\treminder\nplease read my list of reminders\treminder\nwhat is now on my reminder list\treminder\nwhat things are currently on my reminder list\treminder\ntell me what is showing up on my reminder list\treminder\nwhat are the items on my reminder list\treminder\ncan you read my list back to me\treminder\ncan you repeat my list back to me\treminder\ncan you describe my list back to me\treminder\nwhat is on my reminder list\treminder\nis checking the mail on my list of reminder\treminder\ni want to see my reminder list\treminder\nwhat do i want to remember\treminder\nlet me know what is on my reminder list\treminder\ncan you please repeat my list back to me\treminder\ntell me what is on my reminder list\treminder\nlet me see the reminder list please\treminder\ncan you read me my list of reminders\treminder\nwhat do i have on my list of reminders\treminder\nwhat did i list in my reminders\treminder\ni wanted to remember some things, what were they\treminder\ncan you remind me the things i was trying to remember\treminder\nlet me know what's on my list of reminders\treminder\ncan you tell me what things i was trying to remember\treminder\ntell me what's on my reminders list please\treminder\nwhat were those things i was trying to remember\treminder\ndo you know what things i wanted to remember\treminder\nwhat are in my reminders list\treminder\nmy list of reminders is what\treminder\non my list of reminders is what\treminder\nthe lists of my reminders is what\treminder\nreminders of my list is what\treminder\nis there a reminder set to clean the gutters\treminder\nwhat do i have on my reminder list\treminder\nplease read all the items on my reminder list\treminder\ncan you tell me all the reminders i have set on my reminder list\treminder\ndid i request a reminder for my niece's graduation\treminder\ncan you read my reminder list, please\treminder\nis the company party on my list of reminders\treminder\ndid i set up a reminder to clean the bathroom\treminder\nwhat did i include on my list of things to remember\treminder\nplease look to see if paying bills is on my reminders list currently\treminder\nplease tell me everything on my list of reminders\treminder\ntell me if flipping the mattress is on my list of reminders please\treminder\ni need to know the content of my list of reminders\treminder\ntell me everything i included on my list of things to remember for later\treminder\ncheck to see if picking up glenn from the airport is on my list of reminders\treminder\ngo through my reminder list with me please\treminder\ni would like to hear you read my reminder list to me\treminder\ni want to hear what is on my reminders list\treminder\nread my list of reminders to me\treminder\ntell me what i had wanted to remember earlier\treminder\ndid i include cleaning the hamster cage on my list of reminders\treminder\nwalk me through the items on my reminder list\treminder\ni need to know what it is that i wanted to remember before\treminder\nplease give me a rundown of my reminder list\treminder\ni want to hear everything on my reminder list\treminder\ncan you slow your speaking down\tchange_speed\nslow down your talking too fast i don't understand you\tchange_speed\nyou're talking too fast i need you to slow it down\tchange_speed\nyou're speaking too fast, slow down\tchange_speed\ncan you speak slower please\tchange_speed\ncan you please speed up your speech settings\tchange_speed\ni want you to adjust your speaking to be faster\tchange_speed\ncan you speak faster please\tchange_speed\ni want you to speak to me faster\tchange_speed\ndecrease the speed of your speech please\tchange_speed\nplease speed up your speaking pattern\tchange_speed\ni want you to talk more slowly\tchange_speed\nyour voice speed is too slow, please increase it\tchange_speed\ni want your speech settings to be made slower\tchange_speed\nyou are talking far too fast for me, can you slow it down a bit\tchange_speed\nplease make it so you say your words more slowly\tchange_speed\ncan you talk slower please\tchange_speed\ncan you speed up your speech please\tchange_speed\ni want you to talk more quickly\tchange_speed\nyou are talking too fast for me, please slow down\tchange_speed\nplease increase the speed of your speech, it is too slow\tchange_speed\ncould you slow down your speech\tchange_speed\nplease increase the speed of your talking\tchange_speed\nplease slow down i can't understand you\tchange_speed\ni want you to speak more slowly to me\tchange_speed\nspeed up your speech\tchange_speed\nspeak slower\tchange_speed\ni'd like you to talk faster\tchange_speed\nspeak at a slower rate\tchange_speed\ntalk slower, please\tchange_speed\nslow your roll\tchange_speed\nslow your speech\tchange_speed\nslow down your speech\tchange_speed\nslow down your talking\tchange_speed\nspeak faster, please\tchange_speed\nspeak more quickly, please\tchange_speed\ni need you to speak faster\tchange_speed\nyou should talk faster\tchange_speed\nslow your speech down\tchange_speed\npresent your speech at a slower pace\tchange_speed\ncan you slow down\tchange_speed\nmake your speed a bit slower\tchange_speed\ncan you please speed up your speech\tchange_speed\nmake your speech slower than now\tchange_speed\nchange the speed of your voice to slower\tchange_speed\nslow down\tchange_speed\ncan you please slow down\tchange_speed\nfind a new voice that is slower than your current voice\tchange_speed\ncan you please talk faster\tchange_speed\ntalker faster please\tchange_speed\nslow the speech down\tchange_speed\nhey, speak slowly\tchange_speed\nreduce your speed of voice\tchange_speed\nhey ai, don't speak fast\tchange_speed\nhey, slow down and take your time\tchange_speed\nhey ai, reduce your speed of speaking\tchange_speed\ncan you slow down your speech\tchange_speed\nhow do i slow down my ai's voice\tchange_speed\ncould you speak a little more slowly\tchange_speed\nhow do i change your options so that you speak more slowly\tchange_speed\nhow do i change the speed of my ai's voice\tchange_speed\nadjust speech rate to a faster setting\tchange_speed\nplease use a quicker rate of speech\tchange_speed\nspeak faster\tchange_speed\nspeed up your talking please\tchange_speed\ncould you not talk so slowly\tchange_speed\ncan you please talk slower\tchange_speed\ncan you talk a bit slower please\tchange_speed\ncan you please not talk so fast\tchange_speed\nspeak slower please\tchange_speed\nplease don't speak so fast\tchange_speed\ncan you speak with me using faster speech\tchange_speed\nplease say things more quickly\tchange_speed\nwill you speak more rapidly\tchange_speed\ni would like you to increase the speed of your speech please\tchange_speed\ni'd like you to speak a bit slower\tchange_speed\ncan you change how fast you're talking to speak more slowly\tchange_speed\ni can't understand you because of how rapidly you're speaking\tchange_speed\ncan you slow down how fast you talk\tchange_speed\nplease speak slower\tchange_speed\nwhoa whoa please slow down\tchange_speed\nis there any way you can decrease your speaking rate\tchange_speed\nwhy are you talking so sloooooooooowly, please speed it up!\tchange_speed\ncan i get you to talk at a slightly faster rate\tchange_speed\ncan you talk at a normal speed please\tchange_speed\nplease stop talking so fast\tchange_speed\nhey, stop talking like you're a stretch taped\tchange_speed\nplease slow down how you're speaking\tchange_speed\nyou're talking too quickly for me to understand\tchange_speed\nis it possible to speed up of your replies\tchange_speed\nwhere do i find instructions on how to speed up voice replies\tchange_speed\nhow do i speed up the speech of this ai\tchange_speed\nsorry, can you speak a little faster\tchange_speed\nsorry, can you speak a little quicker, please\tchange_speed\ncan you speak a little faster, please\tchange_speed\nsorry, can you speak a little faster, please\tchange_speed\ncould you speak a little faster, please\tchange_speed\ni need to change your voice settings\tchange_speed\ncan you slow down the speed in which you speak\tchange_speed\nyou're speaking too fast and i need to change that\tchange_speed\nhow's the air pressure in my tires\ttire_pressure\nwhat's my tires current air pressure\ttire_pressure\nwhat's the amount of air in my tires right now\ttire_pressure\nare my tire's air pressure good enough to drive on\ttire_pressure\nwhat's the inflation of my tires\ttire_pressure\nwhat's the current psi for my tires\ttire_pressure\nhow low is the pressure in my tires\ttire_pressure\nwhat's the current tire pressure of my tires\ttire_pressure\nis the air pressure in my tires low\ttire_pressure\nwhat's my current tire pressure\ttire_pressure\nis the air pressure on my tires low\ttire_pressure\ndo i need to fill up my tires\ttire_pressure\nare my tires in need of air\ttire_pressure\nshould i put air in my tires\ttire_pressure\nare my tires requiring a fill-up\ttire_pressure\nare my tires good on air\ttire_pressure\nhave my tires got adequate amounts of air in them\ttire_pressure\ndo i need more air in my tires\ttire_pressure\nshould i be concerned about the air in my tires\ttire_pressure\nhow is the air level in my tires\ttire_pressure\nhow much air is in my tires\ttire_pressure\nis there air in my tires\ttire_pressure\nair amount in tires\ttire_pressure\nhow high is the air in my tires\ttire_pressure\nhow much air remains in my tires\ttire_pressure\nwhat is the tire pressure in my car\ttire_pressure\nare my tires full or low\ttire_pressure\nwhat is the current tire pressure level in the car\ttire_pressure\ntell me my car's tires' air pressure\ttire_pressure\ndo i need to fill my tires\ttire_pressure\ntell me my tires' air pressure\ttire_pressure\nwhat's my tires' air pressure\ttire_pressure\nwhat's my car's tire pressure\ttire_pressure\nwhat is the air pressure in my tires\ttire_pressure\ncan you tell me the tire pressure in my car\ttire_pressure\nwhat's my air pressure right now\ttire_pressure\nwhat's the air level in my tires\ttire_pressure\ntell me my car's tire pressure level\ttire_pressure\nhow many psi's are my tires at the moment\ttire_pressure\nthe car feels wobbly so check my tire pressure\ttire_pressure\nwhat is my current tire pressure for each tire\ttire_pressure\ntell me ths pressure of my tires\ttire_pressure\nplease measure my tire pressure\ttire_pressure\nthe cars riding funny, does the tire pressure feel low to you\ttire_pressure\ncan you check the tire pressure\ttire_pressure\ndo the tires look a little low on pressure\ttire_pressure\nwhat is the pressure like on my tires\ttire_pressure\nmeasure tire pressure\ttire_pressure\ncheck my car's tire pressure\ttire_pressure\ngauge the tire pressure\ttire_pressure\nhow much pressure is in my car's tire\ttire_pressure\nwhat is my car's tire pressure\ttire_pressure\nare my tires fully inflated\ttire_pressure\ndo i need to inflate my tires\ttire_pressure\nare my tires aired properly\ttire_pressure\nare my tires ok on pressure\ttire_pressure\nis the pressure in my tires optimal\ttire_pressure\nare my tires properly inflated with air\ttire_pressure\nare my tires good on pressure\ttire_pressure\ndo my tires have enough air\ttire_pressure\nplease check and report on my tire pressure\ttire_pressure\nhow's my tire pressure\ttire_pressure\ni want an evaluation of my car's tire pressure\ttire_pressure\ncan you give me a reading of my car's tire pressure please\ttire_pressure\ni would like to know my car's tire pressure please\ttire_pressure\nhow are my tires\ttire_pressure\nare my tires low\ttire_pressure\nshould i air up the tires\ttire_pressure\ndo the tires need air\ttire_pressure\nhow is the tire pressure\ttire_pressure\nhow much pressure are currently in my tires\ttire_pressure\nhow much pressure is in my tires\ttire_pressure\nwhats the pressure like in my tires\ttire_pressure\nhow are the tires on air pressure\ttire_pressure\nplease check the pressure in my tires\ttire_pressure\nhows the air in my tires\ttire_pressure\ni am needing to know how low the air in my tires are\ttire_pressure\ntell me how low the air in my tires are\ttire_pressure\ni want to know how low the air in my tires are\ttire_pressure\nlet me know how low the air in my tires are\ttire_pressure\nwould you let me know how low the air in my tires are\ttire_pressure\nwhat does my tire pressure look like\ttire_pressure\nare my tires under-inflated\ttire_pressure\nis my tire pressure in the correct range\ttire_pressure\ndo my tires need air\ttire_pressure\nshould i pump my tires\ttire_pressure\nare my tires low on air\ttire_pressure\ndo my tires seem too low on air\ttire_pressure\nwould it be smart to put air in my tires\ttire_pressure\nwhat's the tire pressure of my car\ttire_pressure\nis my tire pressure okay\ttire_pressure\ncan you tell me what's the car's tire pressure\ttire_pressure\ntire pressure please\ttire_pressure\ncan you check my tire pressure\ttire_pressure\ncan you tell me what my tire pressure is\ttire_pressure\ncan you check the air in my tires\ttire_pressure\ncheck how much air is in my tires\ttire_pressure\nhow much air do i have in my tires\ttire_pressure\ntell me what my tire pressure is\ttire_pressure\nhow full are my tires\ttire_pressure\nno, that's incorrect\tno\nthat's not true\tno\nthat is not true, it's false\tno\nno way\tno\nnot really\tno\nnaw\tno\nnay\tno\ni must say no\tno\ni think not\tno\nthat is actually false\tno\ni gotta say no\tno\nno thanks\tno\nno is the answer\tno\ni don't think so\tno\nit's a no\tno\ni think it is false\tno\nnot true\tno\nthat is not true\tno\nnot at all\tno\nthat turns out to be false\tno\nplease, no\tno\nnot that\tno\ndefinitely not\tno\ni would have to say the answer to that is no\tno\ni say no to that question\tno\nno, that is my response\tno\ni don't believe that is possible, it is false\tno\ni would say that the statement is definitely false\tno\ni am afraid that that is not the case\tno\nno, that information is wrong\tno\nthat is a completely false statement\tno\nthat would be a no\tno\ni do not think that is true, so i would say it is a false statement\tno\nincorrect, it is certainly a false statement\tno\ni do not believe that that is correct\tno\nthe answer is definitely no\tno\nsorry, that is not true\tno\nthat's a negative\tno\nno!\tno\nthat's not right\tno\nno, don't do that\tno\ni don't like that, no\tno\nno way!\tno\noh hell no, that'd be terrible!\tno\nthat's inaccurate\tno\nthat's not what i want!\tno\nthat's completely false\tno\nthat's incorrect!\tno\nthat's totally wrong!\tno\nthat's a hard no from me\tno\nno don't do that!\tno\nno that is not right\tno\nfalse for sure\tno\nthat's definitely false\tno\nnope, that's false\tno\nno, that is not right\tno\nno, that is inaccurate\tno\nno, that can't be right\tno\nthat is untrue\tno\ni disagree that is false\tno\nwhat you just said is false\tno\nthat is erroneous\tno\nno that's wrong\tno\nthat isn't the right answer\tno\nthe information is wrong\tno\nthat is not correct\tno\nthat is not right\tno\nthat is wrong\tno\ni'll pass\tno\nnot that one\tno\nthat's not right, so no\tno\nthe answer is false\tno\nno, that is not right at all\tno\nthat is overwhelmingly false\tno\nthat's not right it's false\tno\ni say negative\tno\nnegative for sure\tno\nnope\tno\nno thank you\tno\nthat is not the case\tno\nno that isn't the case\tno\nno that isn't it\tno\nno that isn't correct\tno\n\"that would be \"\"no\"\tno\nyou are wrong\tno\nno that is wrong\tno\nthat is false\tno\nnegative\tno\nwhat you just said is wrong\tno\nthat’s actually wrong\tno\nthat’s not correct\tno\nthat’s incorrect\tno\nare you sure i don’t think that’s correct\tno\nthat'd be a no\tno\nnada\tno\nthe answer is no\tno\ni think that's false\tno\ni believe that to be false\tno\nit seems not\tno\nthat would be false\tno\nis the apr on my credit card good\tapr\nhow good is the apr on my credit card\tapr\ndo i have a good apr on my credit card\tapr\ndoes my credit card apr fall into a good range\tapr\ntell me how the apr on my hy-vee card is\tapr\nwhat's my apr on my discovery card\tapr\nwhat's an example of a good apr and what do i have\tapr\nhow much is my apr on my bank of america card\tapr\nis my visa card's apr decent\tapr\nhow good is the apr on my mastercard compared to others\tapr\nis the apr rate on my amex pretty good\tapr\ncan you inform me what my apr is on my visa\tapr\nhow high is the apr on my mastercard\tapr\nhow much is my amex's apr\tapr\nwhat's the current apr for my mastercard\tapr\nhow much do i pay in apr on my amex card\tapr\nwhat is the apr on my master card\tapr\nwhat is the apr on my visa card\tapr\nwhat is the apr on my discover card\tapr\nwhat is the apr on my chase freedom card\tapr\nwhat is the apr on my american express card\tapr\nwhat is the credit card apr exactly\tapr\nwhat is the credit card apr at the moment\tapr\nwhat is the credit card apr if you could fill me in\tapr\nwhat is the credit card apr please\tapr\nwhat is the credit card apr if you could tell me\tapr\ncould you tell me what is the apr for the credit card\tapr\ncould you please state the apr for the credit card\tapr\nwhat is the credit card's apr\tapr\nwhat is the apr for the credit card\tapr\ncould you please tell me the apr for the credit card\tapr\nwhat is the apr rate on my bank of america card\tapr\ni need to know on my citibank card, what is the apr\tapr\ni need to know the apr on my credit union visa\tapr\non my bank of america visa, what is the apr\tapr\nwhat is the apr on my aaa visa card\tapr\nreview of my card apr\tapr\nhow good is card apr\tapr\ncan you give me an appraisal of my card's apr\tapr\ntell me the apr on my mastercard\tapr\ngive me the apr for my mastercard\tapr\nfill me in on the apr for my american express card\tapr\nwould you say that my card's apr is\tapr\ngive me information about my card's apr\tapr\nwhat is the apr on my barclay's card\tapr\ni need to know the apr for my visa card\tapr\ncan you look into whether my card has good apr or not\tapr\ntell me how good the apr is on my card please\tapr\ni must know my visa card's apr\tapr\ni need the apr on my visa card\tapr\nget me the apr on my visa card\tapr\nthe apr on my visa card is what\tapr\ncan you tell me the apr on my visa card\tapr\nmy visa card  what's the apr on that\tapr\nthe apr on my disney visa, what is that exactly\tapr\ni'd like to know the apr on my visa card\tapr\nhey siri, tell me the apr on my disney visa\tapr\ncheck the apr on my disney visa, please\tapr\nhow much is the apr these days on my nordstrom credit card\tapr\non my wells fargo mastercard, what is the current apr\tapr\ntell me the current apr on my visa card from bbt\tapr\nwhat is the apr on my chase visa\tapr\nwhat will the apr on my transferred balance be after the first year on my bank of america credit card\tapr\nwhat's my apr on the credit card i used for a purchase a week ago\tapr\nwhat's my apr on the card i recently used to make a purchase\tapr\nwhat's my apr on my primary credit card\tapr\nwhat's my apr on this card\tapr\nwhat's the apr like for my credit card\tapr\nthis credit card's apr is what\tapr\nwhat apr do i have with my credit card\tapr\nwhat apr does this credit card have\tapr\nwhat is the apr to my credit card\tapr\ni want you to tell me my credit card's apr\tapr\ntell me what my credit card's apr is\tapr\nwould you please inform me about my credit card's apr\tapr\ndo you know my credit card's apr\tapr\nit would be great if you could tell me my credit card's apr\tapr\nwhat is my credit card's annual percentage rate\tapr\ntell me my credit card's annual percentage rate\tapr\nmy credit card's apr, please\tapr\ncan you let me know my credit card's apr\tapr\nwhat is my apr for my credit card\tapr\nwhat is my apr\tapr\ni want to know my credit card apr\tapr\nis my apr for my credit card available\tapr\ntell me my credit card apr\tapr\nwhat's the apr on my visa card, please\tapr\nwhat's the apr on my amex card\tapr\nwhat's the apr on my amex card, please\tapr\nwhat is the apr on my amex card, please\tapr\nwhat is the apr on my amex card\tapr\ngive me my credit card's apr\tapr\nwhat is the apr for my credit card\tapr\nplease say my credit card's apr\tapr\nwhat is my credit card's apr\tapr\nplease say the apr for my credit card\tapr\ncredit card annual rate\tapr\nwhat's the annual rate on my discover card\tapr\ntell me the apr of my credit card\tapr\nwhat's the apr of my discover card\tapr\nwhat's the nutritional info for spaghetti\tnutrition_info\nwhat's the nutritional info for pizza\tnutrition_info\nhow healthy are potato skins\tnutrition_info\nhow healthy is spaghetti\tnutrition_info\nshare the nutrition info for brownies with me\tnutrition_info\nshare the nutrition info for french fries with me\tnutrition_info\nwhat's the nutritional info for potato skins\tnutrition_info\nwhat's the nutritional info for lasagna\tnutrition_info\nhow healthy are french fries\tnutrition_info\nshare the nutrition info for spaghetti with me\tnutrition_info\nshare the nutrition info for cake with me\tnutrition_info\nwhat's the nutritional info for french fries\tnutrition_info\nhow healthy is tomato soup\tnutrition_info\nshare the nutrition info for pizza with me\tnutrition_info\nwhat do you know to be the nutritional info for macaroni and cheese to be\tnutrition_info\nthe nutritional info for macaroni and cheese is what\tnutrition_info\ncan you read to me the nutritional info for macaroni and cheese\tnutrition_info\ndo you know the nutritional info for macaroni and cheese\tnutrition_info\ncan you remember the nutritional info for macaroni and cheese\tnutrition_info\nis it healthy to eat pizza\tnutrition_info\nis pizza healthy\tnutrition_info\nhow healthy is pizza\tnutrition_info\ncould pizza be healthy\tnutrition_info\nis pizza considered healthy\tnutrition_info\ni'd like to know the nutritional content of eggs, please\tnutrition_info\nwhat's the nutrition content of chicken nuggets\tnutrition_info\ngive me the nutrition facts for chicken breast\tnutrition_info\nwhat's the nutritional information for steak\tnutrition_info\ncan you tell me the nutritional content of chicken nuggets\tnutrition_info\nwhat's the nutritional information of iceberg lettuce\tnutrition_info\nwhat kind of nutritional content do carrots have\tnutrition_info\nnutritional information for celery\tnutrition_info\nwhat are the nutritional facts of waffles\tnutrition_info\ncan you tell me the nutrition info for pork sausage\tnutrition_info\nwhat's the nutritional info for an apple\tnutrition_info\nwhat's the nutritional info for chicken breast\tnutrition_info\nwhat's the nutritional info for a banana\tnutrition_info\nwhat's the nutritional info for a cheeseburger\tnutrition_info\nwhat's the nutritional info for a loaf of bread\tnutrition_info\nmashed potato's nutrition\tnutrition_info\nnutrition information of mashed potatoes\tnutrition_info\nwhat are the nutritional data for mashed potatoes\tnutrition_info\nare mashed potatoes good nutrition\tnutrition_info\ngive me the nutritional information for mashed potatoes\tnutrition_info\nhow healthy are apples\tnutrition_info\ni want to know if pizza is healthy\tnutrition_info\ncan you tell me how healthy apples are\tnutrition_info\nare pasta dishes healthy\tnutrition_info\ndo you know the nutrition facts for grapes\tnutrition_info\ni must know the nutritional info for grapes\tnutrition_info\ngrapes have what kind of nutritional facts\tnutrition_info\ntell me the nutrition for grapes\tnutrition_info\ncan you show me the nutrition facts for grapes\tnutrition_info\ni want to know the nutrition info for chicken nuggets\tnutrition_info\ntell me the nutritional information for chicken nuggets\tnutrition_info\nnutrition information for chicken nuggets, please\tnutrition_info\ncan you tell me the nutritional information for chicken nuggets\tnutrition_info\ni would like you to share with me the nutrition info for chicken nuggets\tnutrition_info\ni want to know how nutritious an avocado typically is\tnutrition_info\ncan you give me nutritional info on oranges\tnutrition_info\ncan you tell me how many calories are in an apple\tnutrition_info\ni would like to know how much fat is in tbsp of olive oil\tnutrition_info\ncan you give the nutritional information for the pasta\tnutrition_info\nlet me see the nutrition content of the chicken tacos\tnutrition_info\ni need to see the chicken salad's nutritional info\tnutrition_info\ni need to know all about the nutrition of the beef taco\tnutrition_info\ni want to see the nutritional content of the hamburger\tnutrition_info\nwhat sort of nutrients does a steak have\tnutrition_info\nwhat's the facts about nutrients in rice milk\tnutrition_info\nwhat type of nutrition does spaghetti have\tnutrition_info\nhow many kinds of nutrients does a glass of rice milk have\tnutrition_info\ncan you give me information about the nutrition facts for celery\tnutrition_info\nwhat's the nutrient make up of a plate of spaghetti\tnutrition_info\nwhat's the nutrient info for a donut\tnutrition_info\nwhat's the nutritional info for a ganola bar\tnutrition_info\ncan you tell me about the nutrients in jello\tnutrition_info\nhow many nutrients are there in a bowl of cereal\tnutrition_info\ni need to know how healthy meatloaf is\tnutrition_info\nwhat are the nutrition facts of grilled chicken\tnutrition_info\nwhat are the nutrition facts for macaroni and cheese\tnutrition_info\nplease fill me in on the nutrition facts for shrimp scampi\tnutrition_info\nis spaghetti healthy\tnutrition_info\ntell me how healthy mac and cheese is\tnutrition_info\nplease give me the nutrition facts for chicken parmesan\tnutrition_info\nhow healthy is grilled chicken\tnutrition_info\ni want to know the nutrition facts for pizza\tnutrition_info\ndo you have nutrition facts for cheerios\tnutrition_info\nwhere are the nutrition facts for cheerios\tnutrition_info\nhow nutritious are cheerios\tnutrition_info\nwhere on the cheerios box are the nutrition facts\tnutrition_info\ndoes the box have nutrition facts for cheerios on it\tnutrition_info\nwhat are the nutrition facts for a mcdouble at mcdonalds\tnutrition_info\nhow healthy are lunchables\tnutrition_info\nwhat are the nutrition facts for a medium popcorn at the movies\tnutrition_info\nwhat's the nutritional info for a subway chicken sandwhich\tnutrition_info\nwhat are the nutrition facts for a rodeo cheese burger at burger king\tnutrition_info\nhow healthy is pho\tnutrition_info\nwhat's the nutritional value for a pizza lunchable\tnutrition_info\nhow healthy is stax chips\tnutrition_info\nwhat's the nutritional info for a cup of noodle soup\tnutrition_info\ndoes my calendar have anything for january 1st\tcalendar\nwhat is there on january 1st on my calendar\tcalendar\nare there any events on my calendar for january 1st\tcalendar\nwhat do i have to do on january 1st\tcalendar\ndo i have anything scheduled on january 1st\tcalendar\nwhat items do i have on my calendar for easter\tcalendar\nwhat do i have on my calendar today, the 3rd\tcalendar\nwhat've i got set for friday, the 13th, of next year\tcalendar\nis my daughter's birthday on my calendar\tcalendar\ndid i had my wife and mine anniversary to my calendar\tcalendar\ndid i put an item on the calendar to get the dog neutered\tcalendar\ncan you tell me what's on my calendar for march 05, 2019\tcalendar\ndoes the calendar already have easter noted on it\tcalendar\ndo i have a note on the calendar for black friday\tcalendar\nwhat's on my calendar for march 01\tcalendar\nanything on the schedule for october 14th\tcalendar\nwhat does my schedule look like for april 1\tcalendar\ndo i have anything to do march 2nd\tcalendar\nwhat do i have on my calendar for february 8\tcalendar\nhow is my calendar looking for may 6th\tcalendar\nwhat do i have planned on my calendar for next sunday\tcalendar\ndo i have anything on my calendar next sunday\tcalendar\nshow me my calendar for next sunday\tcalendar\nis my calendar free next sunday\tcalendar\nwhat is on my calendar next sunday\tcalendar\nwhat do i have scheduled on march 2nd on my calendar\tcalendar\nare there any events on my calendar for march 2nd\tcalendar\nhave i scheduled anything on march 2nd on my calendar\tcalendar\ndo i have anything on my calendar for march 2nd\tcalendar\nwhat do i have going on march 2nd on my calendar\tcalendar\nwhat's happening on may 3rd\tcalendar\nwhat's in the books for april 30th\tcalendar\nwhat do i have going on may 4th\tcalendar\nwhat is on my calander for valentines day\tcalendar\non the 26th what is on the table for my calendar\tcalendar\nwhen am i next having a meeting in december\tcalendar\nwhat is currently on my calendar for friday the 1st\tcalendar\ntell what is showing on my calendar for the 17th of march\tcalendar\ni wanna know what is currently on my calendar for friday the 1st\tcalendar\nlet me know what is showing on my calendar for the 17th of march\tcalendar\nplease inform me what is showing on my calendar for the 17th of march\tcalendar\ni must know what is currently on my calendar for friday the 1st\tcalendar\ni need to know what is currently on my calendar for friday the 1st\tcalendar\nwhat is showing on my calendar for the 17th of march\tcalendar\ni gotta know what is currently on my calendar for friday the 1st\tcalendar\ntell me what is showing on my calendar for the 17th of march\tcalendar\nwhat do i have scheduled on 3/15\tcalendar\nwhat do i have planned on 3/15\tcalendar\nwhat do i have to do on march 2 that's on my calendar\tcalendar\ntell me what is on my calendar for march 2\tcalendar\nwhat do i have on my calendar for march 2\tcalendar\nlet me know my march 2 calendar\tcalendar\nwhat is on march 2 calendar\tcalendar\nwhat time is my haircut on wednesday\tcalendar\ndo i have any appointments on tuesday\tcalendar\ncan you see whether i have an event called amy's surprise party on my calendar\tcalendar\ncan you tell me what my may 1st will be like according to my calendar\tcalendar\ntell me everything on my calendar for may 1\tcalendar\nremind me of the date of the event called 'anniversary dinner\tcalendar\nwhat is on my schedule for the day of march 5th\tcalendar\nwhat do i have scheduled for february 28th\tcalendar\nwhat events are on my calendar for april 1st\tcalendar\nis there an event titled anniversary dinner on my calendar\tcalendar\ntell me if there is an event called annual physical in my calendar\tcalendar\ncan you give me an overview of what march 23 will look like for me\tcalendar\ntell me what my calendar looks like for march 12th\tcalendar\ncheck my calendar to see if an event called final exams exists\tcalendar\nwhat do i have on my calendar for march 11\tcalendar\ndoes my calendar include an event called shana's baby shower\tcalendar\npull up my calendar and tell me what i have scheduled for march 30\tcalendar\ndo i have anything on my schedule for april 15\tcalendar\ntell me any events scheduled on my calendar for april 15\tcalendar\ntell me what my calendar looks like for april 13\tcalendar\nwhat have i got planned for the date of april 23\tcalendar\ntell me what is on my calendar for april 1\tcalendar\nthe 21st, what is on my calendar\tcalendar\nwhat's on the calendar for march 4th\tcalendar\nwhat's on my calendar for tuesday\tcalendar\nwhat's on my calendar for the 18th of march\tcalendar\ni have what to do on wednesday\tcalendar\nwhat do i have scheduled for march 2\tcalendar\ndo i have anything on my calendar for may 3\tcalendar\ni want my schedule for march 2\tcalendar\ntell me what is on my calendar for may 3\tcalendar\nwhat's on my schedule for may 3\tcalendar\nread me my schedule for march 2\tcalendar\ndo i have anything on my schedule for may 3\tcalendar\nread my appointments for march 2\tcalendar\nwhat is on my schedule for tomorrow\tcalendar\nsearch my calendar for birthday party\tcalendar\ndo i have 30th birthday party on my calendar\tcalendar\nsearch my calendar for birthday\tcalendar\ncheck my calendar for 30th birthday party\tcalendar\ncheck my calendar for saturday\tcalendar\ntell me what's on the calendar for saturday\tcalendar\nread my calendar events\tcalendar\nwhat's on my agenda for tomorrow\tcalendar\nwhat am i supposed to be doing today\tcalendar\nwhat do i have planned for tomorrow\tcalendar\nwhat do i have on my calendar for monday the 1st of march\tcalendar\nbook an uber for 6 people to go to the movies\tuber\ni need an uber for 6 people to the movies\tuber\nbook a 6 person uber to the movies\tuber\ni need an uber to the movies for me and 5 other people\tuber\ni'm going to the movies book an uber for 6 people\tuber\ni need an uber to take me to the mall\tuber\nare there any ubers available that fit 5 people we are going to wendys\tuber\ncall an uber that fits 5 people that are on their way to wendys\tuber\nbook an uber suitable for seating 5 individuals and headed for the mall\tuber\nbook me an uber to olive garden\tuber\nplease book an uber for chima's\tuber\ncall an uber to mark's house\tuber\ncall an uber to mcdonalds\tuber\ni need an uber for 5 people to go to wendys\tuber\nplease order an uber for me to go to the zoo\tuber\ncan you please book an uber to the zoo\tuber\norder a large uber for 5 people to the zoo\tuber\nschedule an uber to the bean\tuber\ni am in need of an uber to the hospital\tuber\ni need an uber to times square asap\tuber\ni need an uber that will accommodate eight people to go to the closest amc theater\tuber\ncan i get an uber for five people to go to the national gallery of art\tuber\ni need to get an uber for three people to go to the zoo\tuber\ni want to get an uber for one person to go to the library\tuber\ni need an uber that fits ten people to go to chipotle\tuber\nget an uber to take me to my brother's house in mineola\tuber\ni need an uber for 3 passengers to go to madison square garden\tuber\nget an uber to pick me up at work and take me home\tuber\nwe need an uber pool for 2 passengers going to the greenboro airport\tuber\nfind an uber xl to take me to the kroger near me\tuber\nfind an uber for two passengers we are going to the airport in toledo\tuber\ni need an uber with a car seat for 2 adults and one child to take us to wilmington, de\tuber\nget an uber for 4 passengers to get us to the phl airport\tuber\ni need an uber pool from home in the morning at seven to the capitol building\tuber\ni need an uber to class tonight on the mainline campus\tuber\ncan i get an uber for 2 home\tuber\ncan i get an uber to central park for 5\tuber\ncan i get a car to the baseball field for 12\tuber\ncan i get an uber for 4 to the mall\tuber\ncan i get an uber for myself to the grocery store\tuber\ni need to go to phoenix sky harbor airport using uber\tuber\ncan you send me an uber to go to a restaurant in downtown phoenix\tuber\nis there any uber available to take me to the airport\tuber\ni want to reserve an uber to go to the airport\tuber\ni need an uber please\tuber\nhelp me get an uber to soldier field\tuber\nhelp me get an uber to ann arbor\tuber\ni need an uber to the sears tower\tuber\ncan you get me an uber to the science museum\tuber\nassist me with finding an uber to big ben\tuber\nbook an uber with the destination set to david's house, please\tuber\ni need an uber reserved to take me to the restaurant\tuber\ni would like an uber going to the train station, please\tuber\nplease book me an uber ride to the stadium\tuber\ncan you please reserve my uber to go to devon's seafood restaurant\tuber\ncan you please order me an uber to get to jfk international\tuber\nplease book me an uber and enter destination penn station, new york\tuber\nmake an uber reservation to the ymca, center city, philadelphia, please\tuber\ni need an uber to get to dulles airport\tuber\ni would like an uber going to atlantic city, new jersey\tuber\ni need an uber\tuber\nplease get me an uber to get to the movies\tuber\ni would like to get an uber to the movies\tuber\ni would like an uber please\tuber\nam i able to get an uber to the movies\tuber\ncan you get me an uber to the movies\tuber\ni want an uber\tuber\ni need an uber to the movies\tuber\nget me an uber\tuber\ni would like to request an uber please\tuber\nuber, i have 3 people who are going to union station\tuber\ni need to get 3 riders to union station\tuber\ni want to book uber for 3 people to union station\tuber\n3 of us need to get to union station via uber\tuber\ncan i get an uber to union station for 3 riders\tuber\ni need an uber to the doctor\tuber\ni need to catch an uber to cal expo\tuber\nschedule an uber to the mall\tuber\nget me an uber to the napa winery\tuber\nschedule me an uber to my job\tuber\nschedule me an uber to the mall\tuber\nget me an uber to the airport\tuber\nget me an uber to chilis\tuber\nbook an uber to school\tuber\nget an uber to the airport\tuber\nai i need to go to charlies with eight adults can you get uber\tuber\nai i have 4 people need to get to get me uber\tuber\ni am stranded and need uber\tuber\nset me up with an uber\tuber\ni will need an uber for 3 to go to jfk airport\tuber\ni need an uber for 2 for orlando\tuber\nget me an uber for 4 heading to miam\tuber\ni will need an uber for 2 people to get to philadelphia\tuber\ni need to uber somewhere\tuber\nhelp me get an uber\tuber\nschedule an uber for 3 to go to the airport\tuber\ncall an uber for 2 people to go to fourth street live\tuber\ni'm going to need an uber to take 4 people to the mall\tuber\ni need an uber for 7 people to go to safire restaurant\tuber\ncan you call an uber for 2 to go to proof on main\tuber\nwhat is 7 x 7\tcalculator\nplease add 456 and 781 for me\tcalculator\nwhat is 8 factorial\tcalculator\ncan you tell me what 30% off 279 is\tcalculator\ncan you tell me what 30% off 235 is, please\tcalculator\nwhat is the sum of 3 plus 5\tcalculator\ncould you tell me what 30% off 235 is, please\tcalculator\ncan you tell me what 30% off 235 is\tcalculator\ncan you tell me what 30% off 279 is, please\tcalculator\nwhat is the sum of 10 plus 5\tcalculator\nwhat is 4 + 4\tcalculator\nwhat is 60 percent off of 350 dollars\tcalculator\nwhat is an 18 percent tip on 20 dollars\tcalculator\nwhat is 25 percent of 6999\tcalculator\ncan you tell me what is 18 percent of $2500\tcalculator\nwhat is 3/4 of 18\tcalculator\ni need to know what is 85% of $1500\tcalculator\nwhat is 20% of a thousand\tcalculator\nwhat is 55 times 300\tcalculator\nwhat is the square root of 1 million\tcalculator\nwill you help me with a math problem\tcalculator\ncan you help me solve a math problem\tcalculator\nhow to solve this math problem\tcalculator\nwhat is 4 + 7\tcalculator\nwhat is 4 x 4\tcalculator\nwhat is 2 + 2\tcalculator\nwhat is 20+ 5\tcalculator\nwhat is 500 x 25\tcalculator\nwhat is 2+2\tcalculator\nwhat is 10 + 20\tcalculator\nwhat is 22+ 6\tcalculator\nwhat is the square root of 80\tcalculator\nwhat is 5 x 4\tcalculator\nwhat is 15% of 3143\tcalculator\nwhat is the square root of 10294\tcalculator\nhow many square feet is a 13 by 74 room\tcalculator\nwhat is three quarters of one sixth\tcalculator\nwhat is 213 times 3\tcalculator\nwhat is the square root of 144\tcalculator\nwhat is the antilog of 365\tcalculator\nwhat is 78 times 85\tcalculator\nwhat is 250 times 118 times 9\tcalculator\nwhat is 78 times 81 minus 5\tcalculator\nwhat is 1785 minus 334 minus 87 plus 374 minus 400 plus 17\tcalculator\nhelp me with math\tcalculator\ni need you to help me with some math if you can\tcalculator\nplease help with my math\tcalculator\ncan you help me do math\tcalculator\ncan you do a math problem\tcalculator\nwhat is 1 million twelve hundred divided by 400 thousand\tcalculator\nwhat is the square root of 10500\tcalculator\nwhat is 20 times 20 times 30\tcalculator\nwhat is 10 to the 12th power\tcalculator\nhow much is 50 plus 756\tcalculator\nwhat is 750 divided by 5\tcalculator\nif i win 200000 how do i split it 7 ways\tcalculator\nwhat is 900 times 8\tcalculator\ncan you tell me what 80 divided buy 4 is\tcalculator\n560 divided by 3\tcalculator\nwhat is 606 divided by 5\tcalculator\nsubtract 100 from 12\tcalculator\nwhat is 005 percent of 1 percent\tcalculator\nwhat is the square root of 31\tcalculator\nwhat is six divided by 16\tcalculator\nhow many times can 12 go into 600\tcalculator\nwhat is the square root of sixteen\tcalculator\nwhat is 562 times 400\tcalculator\nadd twelve and twelve please\tcalculator\nwhat is 10 + 10\tcalculator\nwhat is the square root of 5\tcalculator\nwhat is 1/2 times 5/8\tcalculator\nwhat is 80980 + 098098 + 80980 + 1243\tcalculator\nwhat is 13 times 45\tcalculator\nwhat is 34 times 80908\tcalculator\nwhat is 90908 divided by 30890\tcalculator\nwhat is 38% of 389209\tcalculator\nwhat is the square root of 66\tcalculator\nwhat is 2/3 x 1/9\tcalculator\ncan you do algebra\tcalculator\nwhat is 1 fifth times 2 fifths\tcalculator\nwhat's 3 plus 3\tcalculator\nwhat's ten times eight\tcalculator\ni need to know what 75 plus 43 is\tcalculator\nwhat do you get if you divide 3 by 2\tcalculator\nwhat is the area of a 20 x 20 room\tcalculator\nsubtract 85 from 997\tcalculator\nwhat is 20 + 20\tcalculator\nwhat is the square root of 2784\tcalculator\nhow many times does 8 go into 2000\tcalculator\nwhat is 35 times 23\tcalculator\nwhat is 3 to the 6th power\tcalculator\nwhat is 63 percent of 145\tcalculator\ncan you calculate 18 divided by 45\tcalculator\nwhat is the square root of 104\tcalculator\nwhat’s the answer to 5-6=\tcalculator\nwhat is the sum of 8 + 3\tcalculator\nplease provide the square root of 36\tcalculator\nwhat does 6 x 1 equal\tcalculator\nwhat does 2 + 2 equal\tcalculator\nwhat is 10000 divided by 20\tcalculator\ni would like to know what today's date is\tdate\ni need information on today's date\tdate\ntell me what date it is please\tdate\ntell me what day today is\tdate\ncan you tell me tomorrow's date\tdate\nwhat is the date for tomorrow\tdate\ni would like to know tomorrow's date\tdate\nwhat is the month and day tomorrow\tdate\nin six days, what will it be\tdate\nwhat day will it be in fourteen days\tdate\nwhich day will it be five days from now\tdate\nafter another eight days, what day will it be\tdate\nwhat day is it gonna be in twenty-one days\tdate\ncurrent date\tdate\nwhat day of the month is it today\tdate\nwhat date is it\tdate\ncan you tell me the date today\tdate\nplease share today's date\tdate\nwhat date is it today\tdate\nwhat day is it\tdate\nwhat is the day\tdate\ntell me what day it is\tdate\nis it monday, tuesday, wednesday, thursday, friday, saturday, or sunday\tdate\nwhat's the day of the week\tdate\nwhat's the date tomorrow, please\tdate\nwhat is the date tomorrow\tdate\nwhat is the date tomorrow, please\tdate\nwhat is tomorrow's date, please\tdate\ncan you tell me what today's date is\tdate\nwhat is today's month, day and year\tdate\ntoday's date is what\tdate\nplease tell me today's date\tdate\ncould you tell me today's date\tdate\ni need to know today's date please\tdate\nwould you please tell me today's date\tdate\nwhat is the date today\tdate\ntoday's date is what exactly\tdate\nplease tell me what date it is today\tdate\ncan you tell me today's date\tdate\ni need to know today's date\tdate\nwhat would tomorrow's date be\tdate\ntell me the date today\tdate\ni'd like to know the date tomorrow\tdate\nin 2 days, what date will it be\tdate\nwhat will be the date tomorrow\tdate\nwhat will the date be in 10 days\tdate\n15 days from today, what will the date be\tdate\nwhat's the date tomorrow\tdate\ni need to know what date it is tomorrow\tdate\nin 100 days from now, what will be the date\tdate\nwhat will be the date in 100 days from now\tdate\ntell me what the date is tomorrow\tdate\ngive me tomorrow's date please\tdate\nwhat day is it today\tdate\ndo you have the date\tdate\nwhat is the date of today\tdate\nplease give me today's date\tdate\nwhat is today's date\tdate\nwhat date is today\tdate\nwhat is today\tdate\ntoday is what date\tdate\nwhat's the day today\tdate\nwhat year is it\tdate\nwhat's the date 400 days from now\tdate\ncan you tell me the current date\tdate\ntell me the date 650 days from now\tdate\nwhat's the current date, month and year\tdate\nwhat will the date be 100 days from now\tdate\nwhat day of the week is it\tdate\nwhat day will it be 373 days from now\tdate\ni need to know the date in 256 days\tdate\nwhat is the date\tdate\ngive me the date today\tdate\ni need to know what the date is today\tdate\ni'd like to know what the date is\tdate\nwhat's today's date\tdate\ntell me what the date is today\tdate\nshow me a calendar\tdate\nshow me the date\tdate\ni need the full date for today\tdate\nwhat day of the month is it\tdate\ncan you remind me of the date\tdate\ntomorrow, what will the date be\tdate\ntell me what the date is for tomorrow\tdate\ntell me what the date will be tomorrow\tdate\nwhat is tomorrow's date\tdate\nwhat's tomorrow on the calender\tdate\nwhat date is tomorrow\tdate\ncalender says tomorrow is\tdate\ntell me tomorrow's date\tdate\nthe date tomorrow is what\tdate\nwhen will it be in 10 days\tdate\nwhat day is it tomorrow\tdate\nwhat's the current date\tdate\nwhat is the full date after today\tdate\nwhat's the date 32 days from now\tdate\ncan you tell me the date\tdate\nwhat will the date be in 64 days\tdate\ncan you tell me what the next day is\tdate\nwhat's today\tdate\nif i fly american to los angeles, how many carry ons am i allowed\tcarry_on\nhow many carry ons will american let me take for a flight to los vegas\tcarry_on\nif i take a flight on pan am to denver, how many carry ons are included\tcarry_on\nif i fly on virgin to chicago, how many carry ons can i take\tcarry_on\nhow my carry ons does spirit airlines allow me for a flight to dallas\tcarry_on\nwould you let me know how many carry ons i can take on a flight with southwest airlines to miami\tcarry_on\ni need to know the carry-on restrictions for united airlines\tcarry_on\ntell me the carry-on restrictions for united airlines\tcarry_on\ni need to know how many carry ons i can take on a flight with southwest airlines to houston\tcarry_on\nlet me know how many carry ons i can take on a flight with southwest airlines to dallas\tcarry_on\ntell me how many carry ons i can take on a flight with southwest airlines to dallas\tcarry_on\nwould you let me know the carry-on restrictions for american airlines\tcarry_on\ni am wanting to know how many carry ons i can take on a flight with southwest airlines to houston\tcarry_on\ncould you list out the carry-on restrictions for american airlines\tcarry_on\ni am wanting to know the carry-on restrictions for united airlines\tcarry_on\nwhat carry-on restrictions does southwest impose\tcarry_on\ncarry-on restrictions for air emirates\tcarry_on\ndoes delta have any carry-on restrictions\tcarry_on\nwhat's restricted in my carry-on with united\tcarry_on\nwhat restrictions do my carry-ons need to comply with for delta\tcarry_on\nhow much luggage can i carry with me on flight dl2200 to denver\tcarry_on\nam i allowed carry ons for my flight with westjet to edmonton\tcarry_on\nhow many carry ons am i allowed to take on my canadair flight to frankfurt\tcarry_on\nis there are limit of carry ons for my flight with aer lingus to cork\tcarry_on\nwhat are the carry on limits for delta\tcarry_on\nam i limited in carry ons for jet blue\tcarry_on\nwhat am i allowed to carry on for american airlines\tcarry_on\ndoes delta have any restrictions for what i can carry on\tcarry_on\ndoes jet blue have any carry-on restrictions\tcarry_on\nhow many carry-on items are allowed per passenger\tcarry_on\nwhat are the carry-on rules\tcarry_on\nis there a carry-on item weight limit\tcarry_on\nhow big can a carry-on bag be\tcarry_on\ndoes delta have carry-on restrictions\tcarry_on\ndo you know the carry-on restrictions for delta\tcarry_on\ndelta has too many carry-on restrictions! do you know them\tcarry_on\nare there carry-on restrictions for delta\tcarry_on\nwhat are the carry on rules for united\tcarry_on\ntell me united's carry on policy\tcarry_on\nwhat should i know about the carry on policy for american\tcarry_on\nlet me know the carry on policy for alaska airlines\tcarry_on\ni want to know the carry on policy for southwest\tcarry_on\nif i fly internationally, do brittish airwaiys have carry-on limitations\tcarry_on\ncan i carry on a garment bag, a small travel bag, and a back pack on my trip with american airlines\tcarry_on\ni am flying jetblue and need to know what the most number of bags are that i can carry on\tcarry_on\nwhat are the carry-on fees with delta for international flights\tcarry_on\nwhat are the carry-on limits for flying domestically with delta\tcarry_on\nhow many carry ons can i take on a flight with jet blue to washington dc\tcarry_on\nhow many carry ons can i take on a flight with virgin airlines to vancouver bc\tcarry_on\nhow many carry ons can i take on a flight with delta to mexico city\tcarry_on\nhow many carry ons can i take on a flight with united to lax\tcarry_on\nhow many carry ons can i take on a flight with american airlines to seattle\tcarry_on\nwhat is the carry-on policy say for flights on delta airlines\tcarry_on\nwhat are the carry-on restrictions for singapore airlines\tcarry_on\nwhat are the carry-on restrictions for frontier airlines\tcarry_on\nwhat does the carry-on policy say for flights on united airlines\tcarry_on\nhow many bags can i carry-on for flights on singapore airlines\tcarry_on\nwhat are the carry-on restrictions for delta\tcarry_on\nwhat are the carry-on restrictions for united\tcarry_on\nwhat are the carry-on restrictions for southwest airlines\tcarry_on\nwhat are the rules regarding carry-on baggage for flights on virgin airlines\tcarry_on\nwhat can't i carry-on to delta\tcarry_on\nwhat is the carry on limit\tcarry_on\nwhat are delta's carry-on policies for flights\tcarry_on\nwhat are the rules for carry on luggage\tcarry_on\ncan you look up the carry-on restrictions for delta\tcarry_on\nare there restrictions for carry-ons on delta\tcarry_on\nwhat can i carry-on delta flights\tcarry_on\ndo i have to pay for carry-ons on delta\tcarry_on\nwhat are the carry on limits for delta flights\tcarry_on\nis there a carry on weight limit\tcarry_on\nwhat restrictions are there for carry-on on delta\tcarry_on\nwhat are the rules for carry on luggage for delta\tcarry_on\nwhat are delta's carry-on restrictions\tcarry_on\ntell me the carry on rules\tcarry_on\ndoes united airlines allow more than one carry on\tcarry_on\nhow strict is spirit when it comes to carry ons\tcarry_on\ncan i have 3 carry ons with delta at jfk\tcarry_on\nwhat is american airlines carry on policy\tcarry_on\ndoes delta allow more than one carry on when traveling to miami\tcarry_on\ndoes delta charge for carry ons\tcarry_on\nwhat are my carry on options when flying american airlines to trenton\tcarry_on\nhow many carry ons does spirit allow when flying to dallas\tcarry_on\nwhat is delta's carry on policy\tcarry_on\ndo you know about carry ons out of tampa with spirit\tcarry_on\nsearch for carry on rules for flights on delta airlines\tcarry_on\nwhat are the requirements for carry on on flights with united airlines\tcarry_on\nplease find the rules for carry on when flying with spirit airlines\tcarry_on\ni need to know the carry on policy for american airlines flights\tcarry_on\ncan you tell me jet blue airlines' carry on policy\tcarry_on\nfrom a flight from muscat to qatar, how many carry ons can i take\tcarry_on\ndo i need to pay for delta carry on\tcarry_on\nwhich rules does delta have for carry on\tcarry_on\nwhen taking a flight with lion to singapore, how many carry ons are allowed\tcarry_on\nhow many carry ons are allowed on a flight with wow to iceland\tcarry_on\non a flight with allegiant to orlando, how many carry ons can i take\tcarry_on\nwhen taking a flight with porter to toronto, how many carry ons can i take\tcarry_on\non a flight with jin air to jeju, how many carry ons are allowed\tcarry_on\nlet me know the rules for carry ons for continental\tcarry_on\ni want to know the carry on policy for aeromexico\tcarry_on\nhave i used half of my days off yet\tpto_used\ngo to my job portal, i'd like to know how many days off i have used\tpto_used\nwhat amount of days off have i already utilized\tpto_used\ncall hr so i can figure out how many days off i've taken\tpto_used\nhow many times have i taken off from work this year\tpto_used\nabout how many vacation days have i taken\tpto_used\ncount how many sick days i've used\tpto_used\ncan you check how much pto i have already used\tpto_used\ntell me the exact amount of pto i have used\tpto_used\nmy pto used so far is what right now\tpto_used\ni've used how much pto so far\tpto_used\nget the details on the pto i have used\tpto_used\nhow much time did i take off so far\tpto_used\nincluding the day i missed because of snow, how much time have i take off work so far\tpto_used\nhow many sick, personal, and vacation days have i billed so far this year\tpto_used\ncan you add up how much time i've taken off so far\tpto_used\nwhat's the number of day's i've taken off\tpto_used\nhow many days so far have i taken off\tpto_used\ntell me how many days i've taken off at this point\tpto_used\nso far how many days have i taken off\tpto_used\ni need to know how many days so far i've taken off\tpto_used\nhow many days have i taken off this year\tpto_used\ncan you tell me how much pto i've gone through\tpto_used\nhow many personal days have i taken\tpto_used\nhow many vacation days have i consumed\tpto_used\nhow much pto have i depleted\tpto_used\nhow much vacation have i already used this year\tpto_used\nwhat's the total of days i've taken for me time so far\tpto_used\nhow many of my sick days have i gone through\tpto_used\nwhat amount of pto have i taken\tpto_used\nwhat is the extent of the pto i've taken\tpto_used\nwhat's the amount of time off i've had\tpto_used\nwhat's the amount of time i've taken off work this year\tpto_used\nwhat's the total vacation days i've gone through\tpto_used\nhow many personal days have i taken this month\tpto_used\nwhat's the total pto i've used\tpto_used\ncount the number of vacation days i've taken and tell me\tpto_used\nhow many of my vacation days have i depleted\tpto_used\nwhat's the amount of vacation days i've taken\tpto_used\nhow much of my pto have i depleted\tpto_used\nup to this point, how much of my pto have i used\tpto_used\nplease find out how many of my vacation days i have spent\tpto_used\ncheck to see how many days off i have used in total so far\tpto_used\nlook up my total number of days off so far\tpto_used\ni need to know how many vacation days i have used up please\tpto_used\nfind out how much of my pto is already used\tpto_used\ntell me the amount of pto i have used at this point\tpto_used\ncheck to see how many days off i have used\tpto_used\nlook up how many of my days off i have used so far\tpto_used\nlook up the amount of vacation days i have used please\tpto_used\ncan you count for me the total number of days off i have used\tpto_used\nlook up the amount of pto i have already used\tpto_used\ndo you know the total number of vacation days i have used\tpto_used\ni need to know how many of my days off i have used at this point\tpto_used\nplease find out how many days off i have used by this point\tpto_used\nwhat is the total number of days i have taken off so far\tpto_used\ni need to know how much of my pto has been used at this point\tpto_used\nhow many vacation days have i spent in total\tpto_used\nfind out for me how many days off i have taken in total at this point\tpto_used\ni need to know the number of days off i have taken at this point\tpto_used\nhow many days did i skip work\tpto_used\nhow much vacation have i taken\tpto_used\nhow many days was i sick or on vacation\tpto_used\nwhich days did i take vacation\tpto_used\nwhich days did i take off work\tpto_used\nhow many vacation days have i used\tpto_used\nhow many days have i taken off so far\tpto_used\nhow much time have i taken off this year\tpto_used\nhow many times have i used my annual leave\tpto_used\nhow much paid time off have i taken\tpto_used\nhow many of my paid days off have i used\tpto_used\nhow much pto do i have used up\tpto_used\nhow much of my time off have i used\tpto_used\nhow many days of pto have i used\tpto_used\ncan you tell me how many vacation days i've taken\tpto_used\nwhat's my vacation day usage so far\tpto_used\nwhat kind of pto do i have left\tpto_used\nhow many times did i take a day off\tpto_used\ntell me how many vacation days i've used\tpto_used\nhow much pto has been used on my behalf\tpto_used\nhow many days off have i taken\tpto_used\nwhat kind of pto have i used\tpto_used\nwhat kind of vacation days have i used so far\tpto_used\ntell me how much pto i've used\tpto_used\nhow much paid time off have i used\tpto_used\nhow many days off did i use so far\tpto_used\ntell me the number of days off i took this year\tpto_used\nhow many days off have i had this year\tpto_used\nso far, how many days off have i taken\tpto_used\ntell me my usage of vacation days\tpto_used\nwhats my count of vacation days used thus far\tpto_used\nhow many vacation days have i taken\tpto_used\nwhat is the status of my pto\tpto_used\nhow much paid time off do i have left\tpto_used\nhow many days of pto are available\tpto_used\nhow many vacation days have i used up\tpto_used\nhow many vacation days did i use\tpto_used\nwhat is the total number of vacation days i've used\tpto_used\nhave i used any vacation days this year\tpto_used\nhow many vacation days have i used so far\tpto_used\nmy car needs to be brought for maintenance\tschedule_maintenance\ncould you schedule car maintenance for me\tschedule_maintenance\ni need someone to look at my car because my check engine light is on\tschedule_maintenance\nlocate someone to look at my car because my check engine light is on\tschedule_maintenance\ni require a car maintenance\tschedule_maintenance\nwho is available to check why my check engine light is on\tschedule_maintenance\ncould you find someone to check out my car because the check engine light is on\tschedule_maintenance\ni need to schedule car maintenance\tschedule_maintenance\nplease schedule car maintenance for me\tschedule_maintenance\nwho can i contact about why check engine light is on\tschedule_maintenance\ni want to schedule a tire check up somewhere\tschedule_maintenance\ni need to get my tires checked out somewhere\tschedule_maintenance\ni need to find somewhere to check my tires out\tschedule_maintenance\ni need to get my tired checked at one of the location\tschedule_maintenance\ncan i schedule a check up for my tires somewhere\tschedule_maintenance\nwhere in sacramento ca i schedule maintenance on my car\tschedule_maintenance\ni want to to schedule maintenance on my vehicle\tschedule_maintenance\nlook for auto companies that do scheduled maintenance on my vehicle\tschedule_maintenance\ni need some work done on my car so need to schedule auto mechanic for maintenance\tschedule_maintenance\nfind local deals who schedule maintenance on cars\tschedule_maintenance\nwhere can i find a place where i can schedule to check my tires out\tschedule_maintenance\nis there a special place where i can schedule to check my tires out\tschedule_maintenance\nwhere can i schedule to get my tires checked out\tschedule_maintenance\nwhere is an appropriate place where i can schedule to check out my tires\tschedule_maintenance\nis there a location i can schedule to check out my tires\tschedule_maintenance\ncan you make an appointment for an oil change\tschedule_maintenance\nplease make an appointment for an oil change\tschedule_maintenance\ni need you to find a mechanic for my check engine light\tschedule_maintenance\nplease schedule an appointment for my oil to get changed\tschedule_maintenance\nmy car needs maintenance scheduled\tschedule_maintenance\nhow i do schedule car maintenance\tschedule_maintenance\nmy check engine light is on and someone needs to look at it\tschedule_maintenance\ni need to get my oil change so make an appointment\tschedule_maintenance\nthe check engine light is on and i need a mechanic\tschedule_maintenance\nmy car needs maintenance prepared\tschedule_maintenance\nmy car needs an appointment for an oil change\tschedule_maintenance\ni need someone to look at my check engine light\tschedule_maintenance\nhelp me find someone to look at my check engine light\tschedule_maintenance\nput a tire inspection on my schedule please\tschedule_maintenance\ni need to find someone to look at my check engine light\tschedule_maintenance\nis it possible to get schedule getting my tires inspected\tschedule_maintenance\ni'd like to schedule a tire inspection\tschedule_maintenance\nwho in the area can inspect my engine light\tschedule_maintenance\nset an appointment for an oil change\tschedule_maintenance\nbook an oil change please\tschedule_maintenance\ncan you please obtain an oil change appointment for me\tschedule_maintenance\nwhere can i get my tires checked and how can i schedule it\tschedule_maintenance\nis there someone in the area who can check my engine light since it is on\tschedule_maintenance\ni need the soonest appointment for an oil change\tschedule_maintenance\ni am in need of an oil change, set an appointment\tschedule_maintenance\nplease find someone who specializes in cars, my check engine light has turned on\tschedule_maintenance\nmy check engine light has switched on, schedule someone to inspect it\tschedule_maintenance\ni need to schedule a car repair\tschedule_maintenance\ncan i schedule a car repair\tschedule_maintenance\nhow do i schedule car maintenance\tschedule_maintenance\ni want to schedule car maintenance\tschedule_maintenance\ni wanna have an appointment to get my oil changed\tschedule_maintenance\ni wanna schedule some car maintenance\tschedule_maintenance\ncan someone look at my car cause the check engine light is on\tschedule_maintenance\ni need to schedule some car maintenance\tschedule_maintenance\ni got to schedule somewhere get my tires checked out\tschedule_maintenance\ni must schedule somewhere get my tires checked out\tschedule_maintenance\ni'd like to get an appointment to get my oil changed\tschedule_maintenance\ni want to schedule somewhere get my tires checked out\tschedule_maintenance\ni gotta schedule some car maintenance\tschedule_maintenance\ny check engine light currently came on and i need assistance with it\tschedule_maintenance\ni need help cause my check engine light came on\tschedule_maintenance\ni have to schedule somewhere get my tires checked out\tschedule_maintenance\ni need to have an appointment to get my oil changed\tschedule_maintenance\ni need an appointment to get my oil changed\tschedule_maintenance\ni got to schedule some car maintenance\tschedule_maintenance\nmy engine light came on, so i need to get help\tschedule_maintenance\ni want to get an appointment to get my oil changed\tschedule_maintenance\nmy check engine light is on and i need to take a look at it\tschedule_maintenance\ni have to schedule some car maintenance\tschedule_maintenance\ni need to schedule somewhere get my tires checked out\tschedule_maintenance\ni would like an appointment to get my oil changed\tschedule_maintenance\ncan i please get an appointment to get my oil changed\tschedule_maintenance\ni need an oil change, make an appointment\tschedule_maintenance\nfind a mechanic to look at my check engine light\tschedule_maintenance\nbook an appointment for an oil change\tschedule_maintenance\ni should get my tires checked, schedule that\tschedule_maintenance\nhow do i schedule getting my tires checked\tschedule_maintenance\ni need someone to look at my car and tell me why the light is on\tschedule_maintenance\nschedule an oil change for me\tschedule_maintenance\nwhich mechanic can check my check engine light\tschedule_maintenance\nmake a reminder to schedule a tire check\tschedule_maintenance\nwho can look at my car, the engine light is on\tschedule_maintenance\nset a time to get my oil changed\tschedule_maintenance\nmake an appointment to check my tires\tschedule_maintenance\ni don't know why my check engine light is on, i need a mechanic\tschedule_maintenance\nmake an appointment for an oil change\tschedule_maintenance\nmake arrangements for me to get my oil changed\tschedule_maintenance\ncan you schedule me a mechanic\tschedule_maintenance\nschedule an appointment to get my oil changed\tschedule_maintenance\ni need to get my oil changed\tschedule_maintenance\nschedule a time to get my oil changed\tschedule_maintenance\nfind me a mechanic\tschedule_maintenance\nschedule a mechanic\tschedule_maintenance\nschedule car repairs\tschedule_maintenance\nim going to be in canada from august 10th until august 12th\ttravel_notification\nim going to be in slovakia from january 16th until january 19th\ttravel_notification\nim going to be in paraguay from january 7th until january 10th\ttravel_notification\ni'm going to be in thailand from october 15th until october 23rd\ttravel_notification\nim going to be in jamaica from october 4th until october 8th\ttravel_notification\nmy bank needs to know i am going to be out of the country\ttravel_notification\ni am going out of country and my bank needs to be notified\ttravel_notification\ni need to inform the bank i am going out of country\ttravel_notification\ni am going out of country and need to inform my bank\ttravel_notification\ntell the bank i'm traveling between denver and la\ttravel_notification\ntell my bank i am traveling out of country\ttravel_notification\ni'm driving from la to denver and need my bank notified\ttravel_notification\nnotify my bank i am travailing from denver to la\ttravel_notification\ni'm traveling between denver and la so tell my bank\ttravel_notification\ni need to let my bank know i am traveling to la\ttravel_notification\ni need to let my bank know i am traveling to detroit\ttravel_notification\ni need to let my bank know i am traveling to new york\ttravel_notification\ni need to let my bank know i am traveling to chicago\ttravel_notification\ni need to let my bank know i am traveling to paris\ttravel_notification\ni will be traveling to rome from february 1 to march 1, please make this aware to my bank\ttravel_notification\ninform my bank that i will be in rome from february 1 to march 1\ttravel_notification\nplease let my bank know that i will be in rome from february 1 to march 1\ttravel_notification\nmark down that i will be in rome from february 1 to march 1 and notify my bank\ttravel_notification\nnotify my bank that i will be in rome from february 1 to march 1\ttravel_notification\ni need to let my bank know that i'll be travelling internationally\ttravel_notification\ncan you tell my bank that i'll be travelling internationally soon\ttravel_notification\ni'll soon be travelling internationally; could you let my bank know\ttravel_notification\ni'll be out of the country soon, and want to notify my bank\ttravel_notification\ni'm going out of the country and need to notify my bank\ttravel_notification\ntell my bank that i'm going to france\ttravel_notification\ntell my bank that i'll be in canada this weekend\ttravel_notification\nlet my bank know that i'm traveling to prague\ttravel_notification\nlet my bank know that i'll be in moscow, russia\ttravel_notification\ninform my bank that i'll be going to europe\ttravel_notification\ni'm traveling to paris soon and want to inform my bank\ttravel_notification\ni'm traveling to fresnosoon and want to inform my bank\ttravel_notification\ni'm traveling to london soon and want to inform my bank\ttravel_notification\ni'm traveling to ca soon and want to inform my bank\ttravel_notification\ni'm traveling tony soon and want to inform my bank\ttravel_notification\ni've let me bank know that i'm visiting south america from may to october\ttravel_notification\ni've notified my bank that i'm in mexico from august 1 to august 5\ttravel_notification\ni let my bank know that i'm traveling to greece from march to april\ttravel_notification\ni've told my financial institution that i'm in africa from august 6 to december 5\ttravel_notification\ncall the bank and tell them i will be in france on the 16th until the 26th\ttravel_notification\nnotify my bank i'll be in rome from the 1st to the 17th\ttravel_notification\ntell my bank i'll be in jamaica from the 4th to the 11th\ttravel_notification\nplease tell my bank i will be in israel from the 6th to the 23rd\ttravel_notification\nalert the bank that i am traveling to tokyo on the 7th until the 21st\ttravel_notification\ni'm traveling to denmark soon and want to inform my bank\ttravel_notification\nalert my bank and let them know that i'm travelling to switzerland\ttravel_notification\nalert my bank and let them know that i'm travelling to china\ttravel_notification\ni'm traveling to belgium soon and want to inform my bank\ttravel_notification\ni'm traveling to sweden soon and want to inform my bank\ttravel_notification\ni'm traveling to morocco soon and want to inform my bank\ttravel_notification\nalert my bank and let them know i'm travelling to japan\ttravel_notification\ntell my bank that i will be taveling to south korea\ttravel_notification\nalert my bank and tell them that i'm travelling to paris\ttravel_notification\ni'm traveling to england soon and want to inform my bank\ttravel_notification\nhow can i tell my bank i'm going to vietnam\ttravel_notification\nhow do i let my bank know i'm going to vietnam\ttravel_notification\ni'm going to paris soon and want to let my bank know, how do i do that\ttravel_notification\nhow can i let my bank know i'm going to denmark\ttravel_notification\nhow do i inform my bank i'm going to paris\ttravel_notification\nfrom january to august, i will be in uruguay, please let me bank know\ttravel_notification\ntell my bank that i'll be in uruguay during january to august\ttravel_notification\ni will be in uruguay from january to august, please let me bank know\ttravel_notification\ncan you let my bank know i'll be in uruguay from january to august\ttravel_notification\nplease let my bank know that i will be in uruguay from january to august\ttravel_notification\ntell my bank i am taking a trip to brazil from june 1st to july 1st\ttravel_notification\ninform my bank i will travel to brazil from june 1st to july 1st\ttravel_notification\nlet me bank know i will be in brazil from june 1st to july 1st\ttravel_notification\ntell my bank i will be traveling in brazil from june 1st to july 1st\ttravel_notification\ntell my bank i will be in brazil from june 1st to july 1st\ttravel_notification\ni'm travelling to seattle soon and want to inform my bank\ttravel_notification\ni'm travelling to thailand soon and want to inform my bank\ttravel_notification\ni'm travelling to spain soon and want to inform my bank\ttravel_notification\nalert my bank and let them know that i'm travelling to brussels\ttravel_notification\nalert my bank and let them know that i'm travelling to oslo\ttravel_notification\nalert my bank and let them know that i'm travelling to stockholm\ttravel_notification\ni'm travelling to boston soon and want to inform my bank\ttravel_notification\nalert my bank and let them know that i'm travelling to london\ttravel_notification\ni'm travelling to ireland soon and want to inform my bank\ttravel_notification\nalert my bank and let them know that i'm travelling to madrid\ttravel_notification\nthe bank should know i am going to asia soon\ttravel_notification\nsince i am traveling to asia, i need to inform the bank\ttravel_notification\ni need to tell bank that i am taking a trip to asia\ttravel_notification\ni am going to asia in a bit, i should tell the bank\ttravel_notification\ni need to let my bank know i am visiting asia soon\ttravel_notification\nlet my bank know i will be travelling to the cayman islands\ttravel_notification\ni am going to south america, let my bank know\ttravel_notification\ninform my bank i will be travelling to central africa\ttravel_notification\nlet my bank know i will be on travel to fes\ttravel_notification\ntell my bank i will be travelling to the caribbean\ttravel_notification\nplease tell my bank that i will be traveling abroad\ttravel_notification\nthe bank needs to know that i am traveling soon\ttravel_notification\nmake sur eyou tell the bank that i will be traveling internationally soon\ttravel_notification\nplease tell the bank i will be traveling internationally\ttravel_notification\ntell the bank i will be traveling internationally soon\ttravel_notification\nlet my bank know that i'm going to norway between march 3 and march 5\ttravel_notification\ntell my bank i'm going to france\ttravel_notification\nplease link with my phone\tsync_device\nplease connect the device to my phone\tsync_device\nplease link up to my phone\tsync_device\ncould you link with my phone\tsync_device\nplease turn off your wifi from my phone\tsync_device\nplease remove your connection to my phone\tsync_device\nplease unlink my phone\tsync_device\nplease get off my phone connection\tsync_device\nplease desync my current mobile\tsync_device\ni no longer want this phone to sync\tsync_device\nplease link up to my cell\tsync_device\ncreate a link with my phone\tsync_device\nstop syncing with this phone\tsync_device\ni don't want this phone synced any more\tsync_device\ndesync from my iphone\tsync_device\nplease immediately disconnect this mobile\tsync_device\nestablish a connection to my phone\tsync_device\nmy phone needs to be unsynced now\tsync_device\ncould you unsync my phone please\tsync_device\nyou can unsync from my phone now\tsync_device\ndisconnect from my phone please\tsync_device\nplease unsync phone from phone from home system\tsync_device\ni must disconnect from my phone\tsync_device\ngo and disconnect from my phone\tsync_device\nyou must connect to my phone\tsync_device\nplease connect to my phone\tsync_device\nyou have to connect to my phone\tsync_device\ngo ahead and disconnect from my phone\tsync_device\ni wanna disconnect from my phone\tsync_device\ni need to disconnect from my phone\tsync_device\nyou need to connect to my phone\tsync_device\ngo ahead and connect to my phone\tsync_device\nget connected to my phone\tsync_device\ni want for you to connect to my phone\tsync_device\ndisconnect from my phone for me\tsync_device\nwould you disconnect from my phone\tsync_device\nhelp me to disconnect from my phone\tsync_device\nwould you connect to my phone\tsync_device\ni need for you to connect to my phone\tsync_device\ni need you to disconnect from my phone\tsync_device\ni want for you to disconnect from my phone\tsync_device\nconnect to my phone for me\tsync_device\nmind connecting to my phone\tsync_device\nconnect with my phone please\tsync_device\ncan you link to my phone\tsync_device\nwill you connect to my phone\tsync_device\nplease disconnect from my phone\tsync_device\nplease connect with my phone\tsync_device\nplease unsync from my phone\tsync_device\npair with my smart phone\tsync_device\ni want you to disconnect from my phone\tsync_device\nunsync from my phone\tsync_device\nplease connect with my smart phone\tsync_device\ndisconnect from my phone now, please\tsync_device\ncould you connect to my phone\tsync_device\ncan you connect to my phone, please\tsync_device\ndisconnect from my phone, please\tsync_device\ncould you connect to my phone, please\tsync_device\ncan you connect with my phone, please\tsync_device\ncould you connect with my phone, please\tsync_device\npair my phone please\tsync_device\npair with my phone please\tsync_device\nwith my phone please pair\tsync_device\npair with my phone\tsync_device\nwould you unsync the phone now please\tsync_device\nunsync my phone now please\tsync_device\nhow can i unsync my phone\tsync_device\ngo ahead an unsync my phone now\tsync_device\nunsync my phone\tsync_device\nplease remove the phone's sync\tsync_device\nremove the sync from my phone\tsync_device\nplease unsync my phone\tsync_device\ndesync from my phone\tsync_device\ncan we pair this with my new phone\tsync_device\ni would like to pair this with my new phone\tsync_device\ni am going to go ahead and pair this with my new phone\tsync_device\nlets pair this with my new phone\tsync_device\ni need to pair this with my phone\tsync_device\nuse my phone and connect please\tsync_device\nwould you please pair with my phone\tsync_device\ninitiate connection with my phone, please\tsync_device\nplease begin pairing with my phone\tsync_device\nwill you please end the connection to my phone\tsync_device\nyou can disconnect from my phone now\tsync_device\nstop the connection with my phone\tsync_device\nlet's terminate connection to my phone please\tsync_device\ni want you to connect using my phone\tsync_device\ni want to disconnect the current connection to my phone\tsync_device\ndisconnect from my phone now\tsync_device\ndisconnect from my phone\tsync_device\ni'd like you to disconnect from my phone\tsync_device\ndo you think you could disconnect from my phone\tsync_device\ncan you disconnect from my phone\tsync_device\nplease get off my phone\tsync_device\nare you able to get into my phone at the moment\tsync_device\ncan you get access to my phone right now\tsync_device\ndo you have access to my phone\tsync_device\nare you able to link to my phone\tsync_device\nis my phone connectable right now\tsync_device\nquickly disconnect the phone\tsync_device\nyou have been a big help, thank you so much\tthank_you\ni appreciate your help, thank you\tthank_you\ni really appreciate your help, thank you\tthank_you\ni am very grateful\tthank_you\ni appreciate the assistance\tthank_you\ni want to thank you for helping\tthank_you\nmuch obliged\tthank_you\nyour help is appreciated\tthank_you\ngracias\tthank_you\ni appreciate that\tthank_you\nthanks so much!\tthank_you\nmany thanks\tthank_you\nappreciate it\tthank_you\nthanks!\tthank_you\ni thank you\tthank_you\nthank you kindly\tthank_you\nthank you so very much\tthank_you\nthank you for helping me\tthank_you\ni'm grateful to you\tthank_you\nyou did a good job thank you\tthank_you\ngood looking out\tthank_you\ni wish you were here earlier\tthank_you\nit's so much easier with you around\tthank_you\nyou've been a great help\tthank_you\nthanks for the help\tthank_you\nthanks please\tthank_you\nwhy thank you\tthank_you\nthanks for the answer\tthank_you\nthank you very much for the answer\tthank_you\nokay thanks\tthank_you\nthanks a lot\tthank_you\nthanks a lot for the answer\tthank_you\nthank you for the answer\tthank_you\nthank you a lot for that answer\tthank_you\nthanks for helping me!\tthank_you\ni'm so glad you helped me!\tthank_you\ni appreciate your help!\tthank_you\ni am thankful for your help!\tthank_you\ni have much gratitude for your help\tthank_you\ni appreciate your help\tthank_you\ni appreciate you helping me\tthank_you\nawesome, thanks\tthank_you\nthank you so much\tthank_you\nthank you very much for the assistance\tthank_you\ni appreciate it\tthank_you\nthanks again!\tthank_you\nthanks for the info\tthank_you\nthanks for letting me know\tthank_you\nthat's all i need, thanks!\tthank_you\nthanks, that's helpful\tthank_you\nthank you for the information\tthank_you\nthanks for answering my question\tthank_you\nyour efforts don't go unnoticed\tthank_you\ni appreciate what you did\tthank_you\nyou are so thoughtful and i appreciate your gesture\tthank_you\nyou are so nice to think of me\tthank_you\nyou were so kind to do that\tthank_you\nyour answer pleased me\tthank_you\ni'm happy with your answer\tthank_you\nyour answer was enjoyable\tthank_you\nyour answer was good\tthank_you\nthanks for giving me assistance\tthank_you\nreally great!\tthank_you\nappreciate the help\tthank_you\ni'm grateful for the answer you just gave me\tthank_you\nthat'll work, good job!\tthank_you\ngood answer, thanks for providing it\tthank_you\ni'm grateful for the assistance\tthank_you\nthanks for that!\tthank_you\ngood job with assisting me\tthank_you\nnice, excellent!\tthank_you\ni'm grateful\tthank_you\ni appreciate that answer!\tthank_you\ni would like to thank you\tthank_you\ni can not thank you enough\tthank_you\ni need to thank you\tthank_you\ni really thank you\tthank_you\nlet me thank you\tthank_you\nthank you!\tthank_you\nthanks for the help!\tthank_you\nyou're the best!\tthank_you\ni appreciate that answer\tthank_you\nyour answer is appreciated\tthank_you\ni am thankful for the answer\tthank_you\noh sweet thanks\tthank_you\noh, thanks\tthank_you\nmerci beaucoup\tthank_you\nthanks again\tthank_you\nthanks\tthank_you\nthank you for answering that\tthank_you\nthank you\tthank_you\nthanks for that\tthank_you\nthank you for your time\tthank_you\ni appreciate the help\tthank_you\nthank ya!\tthank_you\nthanks for your response\tthank_you\nyoure a doll\tthank_you\nthanks for your cooperation\tthank_you\ni owe you one!\tthank_you\nthanks for helping out\tthank_you\nwill you roll a d20\troll_dice\nwill you roll a 12 sided dice\troll_dice\nwill you roll a 10 sided dice\troll_dice\ni'd like you to roll dice\troll_dice\ni'd like a 7 sided dice roll please\troll_dice\ni need to roll a 10 sided die\troll_dice\nplease roll a 7 sided die\troll_dice\nlet's roll some dice\troll_dice\ni want to roll some dice\troll_dice\ncan you roll a fair, 6 sided die\troll_dice\ni'd like to roll a dice and get the result\troll_dice\ncan you roll a dice\troll_dice\ni want to roll a dice\troll_dice\nhelp me roll a dice\troll_dice\nroll a dice for me\troll_dice\ngo ahead and roll those dice\troll_dice\ni need you to roll an 8 sided dice\troll_dice\ni want you to roll dice\troll_dice\ngo ahead and roll that 9 sided dice\troll_dice\nroll a 7 sided dice\troll_dice\nroll the 10 sided dice on time\troll_dice\nroll a pair of dice\troll_dice\nplease do a dice roll\troll_dice\nplease roll a 6 sided dice\troll_dice\nroll a 6 sided die\troll_dice\nroll a die\troll_dice\nroll die\troll_dice\nplease roll a die now\troll_dice\nroll this dice\troll_dice\ni need a 10 sided die rolled\troll_dice\ni would like a 10 sided die rolled\troll_dice\nwould you roll the dice\troll_dice\nrole a 10 sided die for me\troll_dice\ncould you role a ten sided die\troll_dice\ncan you roll a 10 sided die\troll_dice\nthe dice need to be rolled\troll_dice\ni would like the dice to be rolled\troll_dice\ntoss a die would you\troll_dice\nplay vegas baby roll a dice for mama\troll_dice\nfind a virtual dice and roll it for me please\troll_dice\nroll a dice and give me a number from 1 to 6\troll_dice\nroll dice now\troll_dice\nroll dice\troll_dice\nroll the dice\troll_dice\nroll dice please\troll_dice\ngo ahead and roll the dice\troll_dice\nplease roll dice\troll_dice\nwill you roll a 6 sided dice\troll_dice\nwill you roll a 3 sided dice\troll_dice\nwill you roll a 5 sided dice\troll_dice\nwill you roll a 2 sided dice\troll_dice\nwill you roll a 4 sided dice\troll_dice\nplease roll the dice\troll_dice\nroll a dice\troll_dice\ngive me a random number between 1 and 6\troll_dice\ni want you to roll a dice\troll_dice\nai, please roll the dice\troll_dice\nroll that dice, ai\troll_dice\nai, would you kindly roll the dice\troll_dice\nai, go ahead and roll the dice\troll_dice\nplease roll the dice, ai\troll_dice\ncould you roll a 6 sided dice\troll_dice\ncan you roll a 6 sided dice\troll_dice\ni'd like you to roll a 6 sided dice\troll_dice\nroll a 6 sided dice for me\troll_dice\ncould you roll the 8 sided dice\troll_dice\ncan you roll the 12 sided dice please\troll_dice\ngo ahead and roll the 6 sided dice for me\troll_dice\nplease roll the 10 sided dice\troll_dice\nplease roll the 5 sided dice\troll_dice\ngive the dice a roll\troll_dice\nroll the dice for me\troll_dice\ncan you roll the dice\troll_dice\ncould you roll the dice please\troll_dice\ni need you to roll dice now\troll_dice\nprovide a random roll of the dice\troll_dice\ncan you roll dice\troll_dice\nthrow the dice\troll_dice\nroll the dice!\troll_dice\nroll the die!\troll_dice\nshoot the dice!\troll_dice\nthrow the dice!\troll_dice\nroll them bones!\troll_dice\n6 sided dice roll\troll_dice\nroll 6 sided die\troll_dice\nroll die, 6 sided\troll_dice\nroll a die with 6 sides please\troll_dice\nroll a die with 6 sides\troll_dice\nwhat do you get if you roll a six sided dice\troll_dice\ntell me the result of a dice roll with five sides\troll_dice\nwhat do you get when you roll a dice with five sides\troll_dice\ni'd like to know how much you get when you roll a ten sided dice\troll_dice\nwhen you roll a six sided dice what is the results\troll_dice\nroll an eight sided die\troll_dice\nroll a pair of eight sided dice\troll_dice\ni need an algorithm to give me the result of rolling one twelve sided die\troll_dice\nwhat number do you get when you roll one six sided die\troll_dice\nroll a pair of six sided dice\troll_dice\ncan you roll a 4 sided dice\troll_dice\nroll a seven sided dice for me\troll_dice\njello should stay in the fridge for how long\tfood_last\nwhen will my milk be no good\tfood_last\nwhen will my eggs go bad\tfood_last\nhow long will my eggs be good for\tfood_last\nwhat date does my apple juice expire\tfood_last\nhow long until my cereal is ruined\tfood_last\nwhat's the max time i can leave a green pepper in the fridge\tfood_last\nwhat's the time frame for hamburger stored in the freezer to go bad\tfood_last\nhow long can i keep deer meat in the freezer before it's unedible\tfood_last\nhas the leftover hamburger from last saturday gone bad\tfood_last\nis there a limit to how long you can store bread in the freezer\tfood_last\ni've had eggs in the fridge since monday, are they still safe\tfood_last\nhow long can you keep chicken in the freeze before it goes bad\tfood_last\nis the tofu i put in the fridge tuesday still edible today\tfood_last\nhow long does cottage cheese keep in the fridge\tfood_last\nwhat's the shelf life of guacamole in the fridge\tfood_last\nhow long does it take for dough in the freezer to go off\tfood_last\nwill i get sick if i eat the tuna salad from friday\tfood_last\ni put some leftover stew in the fridge and want to know how long it'll last\tfood_last\nhow long can i leave tuna casserole in the fridge\tfood_last\nis it still safe to consume the cake she backed last thursday\tfood_last\ncan i safely eat chicken that i've had in my fridge since monday\tfood_last\ncan i eat chicken if it's been in the fridge since monday\tfood_last\nis it safe to eat chicken that has been in the fridge since monday\tfood_last\nwill the chicken have gone bad if it's been in the fridge since monday\tfood_last\nis it okay to eat chicken that i put in the fridge on monday\tfood_last\nhow soon until the milk expires\tfood_last\nthe milk will expire when\tfood_last\ntell me when the milk will expire\tfood_last\nwhat is the expiration date of the milk\tfood_last\nwill it be all right for me to drink milk i've had in the fridge since tuesday\tfood_last\nwhat is the shelf life for beef in the freezer\tfood_last\ncan i eat the eggs i've had in the fridge since 2/21\tfood_last\nhow long can i keep a ham in the freezer\tfood_last\nhow long will chicken last in the freezer\tfood_last\ncan i drink milk i've kept in the fridge since wednesday\tfood_last\nhow long will steaks last in the freezer\tfood_last\nwhat's the shelf life for eggs in the fridge\tfood_last\nhow long can i store eggs in the fridge\tfood_last\nwill it be okay for me to eat my leftover turkey from monday that's been in my fridge\tfood_last\nhow long can i keep fish in the freezer before it gets ruined\tfood_last\nhow long will my milk be good in the fridge\tfood_last\nhow long will eggs last in the fridge\tfood_last\ni've had eggs in the fridge since monday are they safe eat\tfood_last\nis the meatloaf still good to eat, i've had it in the refrigerator since last monday\tfood_last\napples expire in how long\tfood_last\ncut cucumbers can stay in the fridge for how long before spoiling\tfood_last\nribs can stay in the fridge for how long before they turn\tfood_last\nwhen do ribs expire\tfood_last\nbananas expire in how long\tfood_last\nhow long does it take tomatoes to expire\tfood_last\nhow long can i keep avocados in the fridge before they go bad\tfood_last\nhow long can i keep macaroni in the fridge before it spoils\tfood_last\noranges expire in how long\tfood_last\ncut carrots can stay in the fridge for how long before going bad\tfood_last\ni wanna know how long can i keep pizza in the freezer for before it goes bad\tfood_last\nhow long can i keep pizza in the freezer for before it goes bad\tfood_last\nit seems to be that i have had pizza in the fridge since monday, so is it safe to eat\tfood_last\nhow long can pizza be in the fridge\tfood_last\nso how long can pizza last in the fridge\tfood_last\nit turns out i have had pizza in the fridge since monday, so is it safe to eat\tfood_last\ni got to know how long can i keep pizza in the freezer for before it goes bad\tfood_last\nso it seems i have had pizza in the fridge since monday, so is it safe to eat\tfood_last\nhow long can i leave pizza in the fridge\tfood_last\ntell me how long can i keep pizza in the freezer for before it goes bad\tfood_last\nhow long can i have pizza in the fridge\tfood_last\ni have had pizza in the fridge since monday, so is it safe to eat\tfood_last\nso i have had pizza in the fridge since monday, so is it safe to eat\tfood_last\ni need to know how long can i keep pizza in the freezer for before it goes bad\tfood_last\nhow long can i put pizza in the fridge\tfood_last\nwhat is the length of time i can leave pork in the fridge\tfood_last\nhow long until pork spoils in the fridge\tfood_last\nhow long is pork good in the fridge\tfood_last\nis there a time limit on leaving pork in the fridge\tfood_last\nwhen does pork go bad in the fridge\tfood_last\nwhen does milk expire\tfood_last\nhow long does it take frozen steaks to go bad\tfood_last\nhow long does bread last in the freezer\tfood_last\nhow long does bread last\tfood_last\nhow long can i expect chicken breast to be good for before expiration\tfood_last\nhow long will eggs keep in the freezer\tfood_last\nhow long do i have before frozen chicken will go bad\tfood_last\nhow long are eggs good for\tfood_last\nhow long can i expect to keep steak in the freezer\tfood_last\nwhat's the expiration for steak\tfood_last\nis it ok to eat alfredo that's been in the fridge since last sunday\tfood_last\nmy chinese food has sat in the fridge since friday but can i still eat it\tfood_last\nhow long is it safe to leave a burger in the refrigerator\tfood_last\nwhat is the fridge life of spahghetti\tfood_last\ncheck if it is ok to eat cheese that has been in the refrigerator since last tuesday\tfood_last\ngive me the length of time that i can leave milk in my fridge\tfood_last\nhow long is it safe to leave shrimp in the fridge\tfood_last\ni have had pasta in the fridge since monday, can is till consume it\tfood_last\nam i good to eat this burger from the fridge that i got two mondays ago\tfood_last\nwhen will lettuce in the fridge go bad\tfood_last\ni've got some chips from monday, will they still be ok to eat\tfood_last\ni have potatoes in the cupboard from wednesday, are they fine\tfood_last\ni have tomatoes from tuesday, do you think those are still good\tfood_last\ni've had these burger patties in the freezer since saturday, are they still fine to cook\tfood_last\nif i have garlic from sunday is it still fine to use\tfood_last\nhow long will the turkey take to cook\tcook_time\nso how long do you think the chicken will take\tcook_time\nhow long does pizza take to cook\tcook_time\nhow long is the chicken gonna take\tcook_time\nhow long will the chicken take to cook\tcook_time\nhow long does it take to cook roast beef\tcook_time\nhow long does it take to boil an egg\tcook_time\nhow long does it take to bake a pork loin\tcook_time\nhow long does it take to make roast chicken\tcook_time\nhow long does it take to cook a pork chop\tcook_time\nhow much time do i need to make the chicken\tcook_time\nwhat's the prep and cooking time on pizza dough\tcook_time\nhow long does it take to make lasagna\tcook_time\nhow long will it take to make the wings\tcook_time\nwhat's the cooking time for the cake\tcook_time\nthe steak must go under the broiler for how long\tcook_time\nhow long do i put the casserole in\tcook_time\nif i cook the pizza at 400 degrees how long must it be in for\tcook_time\nhow long do you need to put the cuish in for\tcook_time\nthe sauce must simmer then go in the oven but for how long\tcook_time\ni need the cooking length for a turkey\tcook_time\nhow many minutes do i cook baked ziti\tcook_time\nhow long does it take to cook ham\tcook_time\ni need to know how long to do a pot roast in a slow cooker\tcook_time\nhow long does a roast take\tcook_time\nhow long is it acceptable to carmelize onions\tcook_time\nwhen should i take an apple pie out\tcook_time\nhow long do you cook a salmon\tcook_time\nhow much time does it take to boil an egg\tcook_time\nwhat is the duration of time cookies should be in the oven\tcook_time\nabout how long should you cook lasagna\tcook_time\nwhat is the prep time for a 10 lb turkey\tcook_time\nhow many minutes to melt cheese\tcook_time\nhow long to reheat chinese food\tcook_time\nhow long do you cook pasta for\tcook_time\nabout how long should you cook a 10 pound turkey\tcook_time\nhow long does it take to prepare pot roast\tcook_time\nhow long to microwave a pizza\tcook_time\nhow long should i cook a glazed ham\tcook_time\nhow long should i cook a spiral ham\tcook_time\nhow long do the brownies have to cook\tcook_time\nhow long to i bake the brownies\tcook_time\nhow long should i bake the brownies for\tcook_time\nfor how long should i bake the brownies\tcook_time\nhow long do the brownies need to be in the oven\tcook_time\nhow long does this dish need to be in the oven\tcook_time\nfor how long does this need to cook\tcook_time\nwhat do i set the timer for if i'm making gyoza\tcook_time\nwhat should i put on the timer to cook this dish\tcook_time\nhow long do i cook this dish of rice\tcook_time\nhow long should a cake bake\tcook_time\nhow long to microwave a frozen dinner\tcook_time\nwhat's the preparation time for spaghetti\tcook_time\nhow long should this be in the oven\tcook_time\nhow long to cook a frozen pizza\tcook_time\ni want to bake brownies, how long do they bake for\tcook_time\nhow long do you bake a cake\tcook_time\nhow long does it take to make shrimp scampi\tcook_time\nhow long to cook steak for\tcook_time\nhow long do you cook a hamburger for\tcook_time\nhow long should i expect beef stroganoff to prepare\tcook_time\nhow long do i cook steak\tcook_time\nwhat's the cooking time for chicken alfredo\tcook_time\nhow long does it take pork to cook\tcook_time\nhow much time do i need to prepare chicken\tcook_time\nnoodles need to cook for how long\tcook_time\nhow long should i boil noodles for\tcook_time\nhow long do noodles need to cook\tcook_time\nwhat time should i cook noodles for\tcook_time\nhow long do i need to make lasagne\tcook_time\nhow long will it take me to make baked chicken\tcook_time\nhow long will it take to fix shepherd's pie\tcook_time\nhow long do cheeseburgers take to make\tcook_time\nhow long should i cook the ham for\tcook_time\nhow long should i cook the eggs for\tcook_time\nhow long should i cook the asparagus for\tcook_time\nhow long should i cook the pasta for\tcook_time\nhow long should i cook the steak for\tcook_time\nwhat is the necessary amount of time required to prepare pot roast\tcook_time\nhow long am i supposed to cook pork loin\tcook_time\nhow long must i cook spaghetti for\tcook_time\ntell me how long i will need to spend preparing a meat loaf dish\tcook_time\ni need to know the preparation time required for fried chicken\tcook_time\nhow long should i spend preparing roast beef\tcook_time\nwhat amount of time do i need to cook lobster for\tcook_time\nwhat is the proper time to cook steak for\tcook_time\nhow long should i cook chicken\tcook_time\ntell me how long i ought to spend preparing fajitas\tcook_time\nhow long should i cook chicken thighs\tcook_time\nhow long should i cook a ny steak\tcook_time\nhow long do i cook pork\tcook_time\nhow long do i cook the chicken roast\tcook_time\nhow long do i cook chicken breast\tcook_time\nwhat's the time it takes to make a decent omelette\tcook_time\nhow long should i fry an egg for\tcook_time\nwhat's the prep time for a garden salad\tcook_time\nwhat's the usual time for tuna casserole\tcook_time\nhow long do you need to bake chicken for it to be safe to eat\tcook_time\nhow long should i cook a steak for\tcook_time\nhow long should i wait before i can bake bread with homemade dough\tcook_time\nremind me to call my mother saturday morning\treminder_update\nplease set up a reminder i need to remember to ask about work\treminder_update\nmake a reminder for me to do my resume\treminder_update\nremind me to take out the garbage in the morning\treminder_update\nthe next time it rains, remind me to close the windows\treminder_update\ncould you make me a reminder to do the floors\treminder_update\ni need a reminder set for signing up for the conference\treminder_update\nset a reminder for me to call my brother at 8 pm\treminder_update\nmake me a reminder about booking it\treminder_update\nat 4 tomorrow afternoon, remind me to start the oven\treminder_update\nhow about a reminder\treminder_update\ni would like a reminder\treminder_update\ni need to make a reminder please\treminder_update\nplease give me a reminder\treminder_update\ncan you set me a reminder\treminder_update\ncan i set a reminder\treminder_update\nplease make a reminder\treminder_update\nadd a reminder to check how the body is decomposing\treminder_update\nremind me to set the meat out to defrost\treminder_update\ncreate a reminder for me to exercise this week\treminder_update\nwill you add a reminder for me\treminder_update\nadd a reminder to pick milk up at the store\treminder_update\nmake a reminder to do my taxes\treminder_update\nset a reminder to remind me to check when my car payment is\treminder_update\nset a reminder for me to take my meds\treminder_update\ncan you create a reminder\treminder_update\ncreate a reminder for me to send flowers to my mom for mother's day\treminder_update\ni'd like to have a reminder made\treminder_update\nset a reminder for later\treminder_update\nplease remind me later\treminder_update\nremind me again please\treminder_update\nremind me later\treminder_update\nplease remind me at a later time\treminder_update\nset a reminder\treminder_update\nremind me\treminder_update\nplease remind me of something\treminder_update\ni need a reminder\treminder_update\ni would like to be reminded\treminder_update\nset a reminder for me\treminder_update\ni need a reminder to remind me to do something\treminder_update\ni want you to remind me of something\treminder_update\ni need you to remind me to get something done\treminder_update\nremind me to call the vet tomorrow\treminder_update\nset a reminder for me to do this in a bit\treminder_update\ncan you set a reminder for the meeting\treminder_update\nset a reminder to go dress shopping\treminder_update\nremember to remind me of this later\treminder_update\ni need to set a reminder to go to the post office\treminder_update\nset a reminder for tomorrows meeting\treminder_update\nset a reminder for the movie\treminder_update\nset a reminder to go grocery shopping\treminder_update\nset a reminder to feed the dogs\treminder_update\nset a reminder to go check the mail\treminder_update\nmake a reminder to change the cat litter\treminder_update\nset a reminder for my doctors appointment\treminder_update\ndont forget to set a reminder to pay the bills\treminder_update\nplease remind me to do this later\treminder_update\nremind me to do this in awhile\treminder_update\nhelp me set a reminder to work out\treminder_update\ndont let me forget to do that thing later\treminder_update\nmake a reminder to work out at the gym\treminder_update\nset a reminder to pick up the kids\treminder_update\nset a reminder to call my mom\treminder_update\nremind me to take the chicken out in a hour\treminder_update\nset reminder to prepare for my meeting at 10 am\treminder_update\nset reminder for tomorrow to eat\treminder_update\nremind me to bring a jacket in tomorrow\treminder_update\nset a reminder to bring a book to work tomorrow\treminder_update\nset a new reminder for tomorrow at 4am\treminder_update\nmake reminder to pay rent on the 30th of every month\treminder_update\nopen up a reminder, pay taxes on monday\treminder_update\nnew reminder, please\treminder_update\ncreate a reminder to give the cat her flea medicine\treminder_update\nset up a reminder to give the cat her flea medicine\treminder_update\ni need you to make a reminder for me to give the cat her flea medicine\treminder_update\nmake a reminder, pay taxes on monday\treminder_update\nset reminder pay taxes on monday\treminder_update\nmake a reminder to give the cat her flea medicine\treminder_update\nset up an alarm to remind me to give my cat her flea medicine\treminder_update\nset reminder to feed cat tonight at 6pm\treminder_update\nset a reminder for monday pay taxes\treminder_update\ncreate a reminder to pay taxes on monday\treminder_update\nremind me to use the bathroom\treminder_update\nplease reminder for car meet\treminder_update\nremind me to clean room\treminder_update\ni need to be notified to clean the room\treminder_update\nremind me tommorow at 3pm i have a doctors appointment\treminder_update\nremind me friday to call my mother\treminder_update\nmake me a reminder that tommorow is trash day\treminder_update\nset up a reminder that i need to pay my car ins the 23rd\treminder_update\nset up a reminder to mail a check tommorow\treminder_update\ni need to take out the trash please remind me\treminder_update\nset a reminder to take out the trash\treminder_update\ntell me to take out the trash in an hour\treminder_update\nremind me to take out the trash\treminder_update\nplease remind me to take out the trash\treminder_update\ni need to be reminded to pray\treminder_update\ni want to get reminded to clean my room\treminder_update\nremind me to call bob\treminder_update\ngive me a reminder for calling bill\treminder_update\nimmediately the credit card company must be told that i lost my card from them\treport_lost_card\ni lost my debit card and need it reported as lost\treport_lost_card\ni can't seem to find my gold card and want it reported as lost\treport_lost_card\ni lost my chase bank card and want it labeled as lost\treport_lost_card\ncan you report my td bank card as lost\treport_lost_card\ni misplaced my visa and need it marked as lost\treport_lost_card\nwhat do i do if my visa card got stolen\treport_lost_card\nwhat should i do when my visa card is stolen\treport_lost_card\nmy visa card was stolen\treport_lost_card\nmy visa card got stolen\treport_lost_card\ni think my visa card was stolen\treport_lost_card\nmy visa has been stolen by someone\treport_lost_card\nsomeone stole my mastercade\treport_lost_card\nmy visa was stolen\treport_lost_card\nmy american express card needs to be reported as stolen\treport_lost_card\nmy discover card has been stolen\treport_lost_card\nreport lost card to discover company\treport_lost_card\nreport discover card as lost\treport_lost_card\nhow do i report a lost discover credit card\treport_lost_card\nwhere to report lost discover credit card\treport_lost_card\nreport lost card\treport_lost_card\nreport a lost card here\treport_lost_card\nplease report my stolen card\treport_lost_card\ncould you please help me, my card has been stolen and i need to report it\treport_lost_card\nmy credit card has been stolen, please report it\treport_lost_card\noh no, report my card, it's stolen\treport_lost_card\ni would like to have my card reported as stolen\treport_lost_card\ni need to report a card that's been lost but i dont know how\treport_lost_card\nhow can i report a card that has been lost\treport_lost_card\nfile a report for a lost american express card\treport_lost_card\nhelp me report my lost mastercard\treport_lost_card\ni lost my card, how should i report that\treport_lost_card\nwhat should i do if my card is lost\treport_lost_card\nreport my lost visa card\treport_lost_card\ni lost my amex and need to report it\treport_lost_card\ni have to report a lost visa card\treport_lost_card\nwalk me through the process of reporting a lost card\treport_lost_card\nwhat can i do if my card is lost\treport_lost_card\nmy card is lost what do i do\treport_lost_card\nmy card is lost how do i report it\treport_lost_card\nwhat must i do to report my card lost\treport_lost_card\ncan you help me report my lost card please\treport_lost_card\nmy card is lost please report it\treport_lost_card\ni need to report that my card has been lost\treport_lost_card\ni want you to repord my card as lost\treport_lost_card\ni lost my card, what do i do\treport_lost_card\ni need to report that my card is lost\treport_lost_card\ni need to replace my lost card\treport_lost_card\nwhat do i do if i lost my card\treport_lost_card\nhow do i report a lost card\treport_lost_card\nsomeone stole my discover card\treport_lost_card\nmy american saving bank was stolen\treport_lost_card\nsomeone stole my discover credit card\treport_lost_card\nsomeone stole my capital one credit card\treport_lost_card\nmy capital one credit card was stolen\treport_lost_card\nmy card is to be reported stolen\treport_lost_card\nmy stolen card needs to be reported\treport_lost_card\ni need to report my stolen card\treport_lost_card\ni have to report my card as stolen\treport_lost_card\ni am obliged to report my stolen card\treport_lost_card\ni need to report my card as stolen, please\treport_lost_card\ni can't find my mastercard and i want to report it as lost, please\treport_lost_card\ni can't find my visa card and i want to report it as lost\treport_lost_card\ni can't find my mastercard and i want to report it as lost\treport_lost_card\ni would like to report my card as stolen\treport_lost_card\ni can't find my visa card and i want to report it as lost, please\treport_lost_card\ni'd like to report my card as stolen\treport_lost_card\ni'd like to report my card as stolen, please\treport_lost_card\ni can't locate my mastercard and i want to report it as lost, please\treport_lost_card\ni would like to report my card as stolen, please\treport_lost_card\ni need to report a stolen card, please\treport_lost_card\ni think my card is stolen and needs to be reported\treport_lost_card\ni would like to report a stolen card\treport_lost_card\nis there anyway, i can report my card being stolen\treport_lost_card\nmy card is stolen, i need to report it\treport_lost_card\nmy new debit card is lost and i need to report it\treport_lost_card\nmy bronze card is missing i would like to report it as lost\treport_lost_card\ni lost my purple credit card and need to report it\treport_lost_card\ni lost my silicon valley card\treport_lost_card\ni lost my commerce card and need to report it as lost\treport_lost_card\nsomeone stole my card\treport_lost_card\ni need help since someone stole my card\treport_lost_card\nmy credit card was stolen\treport_lost_card\ni need to report credit card theft\treport_lost_card\nwho do i report card theft to\treport_lost_card\ni want to report my card as lost\treport_lost_card\ni need to report a lost card\treport_lost_card\nwhat do i do to report a lost card\treport_lost_card\nhow do i report my lost card\treport_lost_card\nhelp me report a lost card\treport_lost_card\ncan you report my lost discover card\treport_lost_card\nreport my card as lost\treport_lost_card\ni lost my card how do i report it\treport_lost_card\ni lost my discover card, i want to report it\treport_lost_card\ni want to report my discover card as lost\treport_lost_card\ni can't find my discover card, how do i report it\treport_lost_card\ni can't find my credit card and i want to report it as lost\treport_lost_card\ni can't find my insurance card and i want to report it as lost\treport_lost_card\ni can't find my student id card and i want to report it as lost\treport_lost_card\ni need to report my card as stolen, who do i tell\treport_lost_card\nwhat about changing the sugar for baking soda\tingredient_substitution\ncan i swap sugar for salt\tingredient_substitution\nwould it be possible to replace the salt with baking soda\tingredient_substitution\ninstead of pepper, can i use salt\tingredient_substitution\ncan i take out the olive oil and use lard\tingredient_substitution\ncan i use water instead of milk\tingredient_substitution\nit is okay to use water in place of milk\tingredient_substitution\nit is okay to replace water instead of milk\tingredient_substitution\nis it okay to switch water for milk\tingredient_substitution\nwill it be okay if i use water instead of milk\tingredient_substitution\ncan i substitute ginger for garlic\tingredient_substitution\ncan i substitute rice for potatoes\tingredient_substitution\ncan i substitute oregano for basil\tingredient_substitution\ncan i substitute bacon for sausage\tingredient_substitution\ncan i substitute honey for sugar\tingredient_substitution\ncan i switch cream with milk in a recipe\tingredient_substitution\ncan i exchange milk for cream in recipes\tingredient_substitution\nis milk an ok substitute for cream\tingredient_substitution\ncan i use milk instead of cream\tingredient_substitution\ncan i switch cream out for milk\tingredient_substitution\ncan i substitute skim milk for whole milk\tingredient_substitution\nis it okay to substitute oregano for basil\tingredient_substitution\ncan i use colby jack cheese instead of cheddar in a recipe\tingredient_substitution\ncan i use dark brown sugar instead of brown sugar\tingredient_substitution\ncan i substitute lemon juice for vinegar\tingredient_substitution\ncan i use apple juice instead of grape juice\tingredient_substitution\ncan i substitute apple juice for wine\tingredient_substitution\ncan i substitute vinegar for apple cider vinegar\tingredient_substitution\ncan i substitute lemon juice for lime juice\tingredient_substitution\ncan i use sour cream instead of yogurt\tingredient_substitution\nis it possible to substitute apple cider vinegar for lemons\tingredient_substitution\ni need to know if i could substitute apple sauce with eggs\tingredient_substitution\nis honey a good sugar substitute\tingredient_substitution\ncould i use olive oil instead of grape seed oil\tingredient_substitution\ncan i use flour as a substitute for bread crumbs\tingredient_substitution\ni need to swap salt for baking soda\tingredient_substitution\ni wanna swap salt for baking soda\tingredient_substitution\ni need to sub sugar for salt\tingredient_substitution\ncan i sub sugar for salt\tingredient_substitution\nis it ok to sub sugar for salt\tingredient_substitution\nlet me swap salt for baking soda\tingredient_substitution\nplease allow me to swap salt for baking soda\tingredient_substitution\nis it acceptable to swap salt for baking soda\tingredient_substitution\ni gotta sub sugar for salt\tingredient_substitution\ni wanna sub sugar for salt\tingredient_substitution\ncan i use flour instead of cornstarch to make gravy\tingredient_substitution\ncan i substitute yogurt for sour cream\tingredient_substitution\nif a recipe calls for sour cream, can i use yogurt\tingredient_substitution\ncan i use sour cream in place of creme fraiche\tingredient_substitution\ncan i use yogurt in place of sour cream\tingredient_substitution\ncan i use sour cream instead of milk\tingredient_substitution\ni don't have sour cream, can i use yogurt instead\tingredient_substitution\ncan i swap yogurt for sour cream\tingredient_substitution\ncan yogurt be used for sour cream\tingredient_substitution\nis it fine to sub bread flour with all-purpose flour\tingredient_substitution\nare you able to sub white sugar for brown sugar\tingredient_substitution\ncan you sub half and half for heavy whipping cream\tingredient_substitution\ncan i use baking powder instead of baking soda\tingredient_substitution\ndo you think i can sub honey for sugar\tingredient_substitution\nproper to substitute cumin for tumeric\tingredient_substitution\ncan substitute cumin for tumeric\tingredient_substitution\ncumin may be substituted for tumeric\tingredient_substitution\nis almond milk an acceptable substitute for milk\tingredient_substitution\ncan i swap coconut milk for condensed milk\tingredient_substitution\ncan i substitute eggs for milk in a recipe\tingredient_substitution\ncould i use white wine instead of red wine in a recipe\tingredient_substitution\ncan i substitute ketchup for mustard\tingredient_substitution\ncan i substitute milk for almond milk\tingredient_substitution\nis it acceptable to swap milk for water\tingredient_substitution\nis it acceptable to swap chicken for pork\tingredient_substitution\nis it acceptable to swap marinara for alfredo\tingredient_substitution\ncan i substitute milk for water\tingredient_substitution\nis it acceptable to swap rice for quinoa\tingredient_substitution\ncan i substitute butter for margarine\tingredient_substitution\nis it acceptable to swap beef for tempeh\tingredient_substitution\ncan i substitute salt for pepper\tingredient_substitution\nis it ok to use brown sugar instead of powdered sugar\tingredient_substitution\ncan i use margarine instead of butter\tingredient_substitution\ncan i switch in almond butter for peanut butter\tingredient_substitution\ncan i use salt instead of baking soda\tingredient_substitution\ncan i substitute cream for milk\tingredient_substitution\ncan i use baking soda instead of baking powder\tingredient_substitution\nwhat can i use as a substitute for yeast\tingredient_substitution\nsubstitute for milk in pancakes\tingredient_substitution\nalternatives to white wine in food\tingredient_substitution\ncan i use something else if i don't have eggs\tingredient_substitution\ncan i use a green pepper instead of a red pepper\tingredient_substitution\nis it possible to use sausage instead of hot dog\tingredient_substitution\nis it ok to substitute spinach for lettuce\tingredient_substitution\nis crushed garlic the same as powdered garlic for a spaghetti sauce\tingredient_substitution\ncan i use almond milk instead of rice milk\tingredient_substitution\ncan i swap cayenne pepper for black pepper\tingredient_substitution\ncan i use normal flour if i don't have bread flour\tingredient_substitution\ncan i use olive oil instead of butter\tingredient_substitution\ncan i use coconut oil instead of olive oil\tingredient_substitution\ncan you just use regular milk instead of buttermilk\tingredient_substitution\ncan i use strawberries instead of pineapples for this\tingredient_substitution\ncan i use sharp cheddar instead of muenster\tingredient_substitution\ncan i use mayonnaise instead of miracle whip\tingredient_substitution\ncan i substitute rice milk for milk\tingredient_substitution\nplace a phone call to yiming\tmake_call\nphone lobby\tmake_call\ncan you call dominos pizza\tmake_call\ncan you redial the last number dialed\tmake_call\ncall 911\tmake_call\ncan you call a taxi\tmake_call\ncan you call mom\tmake_call\ncall work\tmake_call\ncall justin\tmake_call\ncall home\tmake_call\ncall erryn\tmake_call\ni have to call the commander\tmake_call\ni will be calling hr\tmake_call\nit is important that i call katie\tmake_call\nx is who i need to call\tmake_call\ni am going to call the landlord\tmake_call\ncall macy\tmake_call\ndial lisa's cell phone number\tmake_call\nplease dial david now\tmake_call\ni need you to call michael at home\tmake_call\ncan you call mary\tmake_call\nplease phone lizzy\tmake_call\nplease dial x's phone number\tmake_call\ndial x's phone please\tmake_call\nplease call toby\tmake_call\ncall dave\tmake_call\ncall my best friend\tmake_call\ncan you make a phone call to mark\tmake_call\ncan you call my mom\tmake_call\ncall mark\tmake_call\ncall friend\tmake_call\ncan i call a restaurant\tmake_call\ncan you make a phone call to kevin\tmake_call\ncall bob for me\tmake_call\ncall my mother\tmake_call\ncall jim\tmake_call\ncan you make a phone call to roger\tmake_call\ncan you make a phone call to dave\tmake_call\ncall mymother\tmake_call\ncan you make a phone call to randy\tmake_call\nbella needs to be called\tmake_call\ngive liz a call\tmake_call\nwould you give jenny a call\tmake_call\ni want you to call bella\tmake_call\nphone call secretary\tmake_call\nget a hold of sue\tmake_call\ni'm looking to call a group\tmake_call\ncall tom\tmake_call\ndial x's number\tmake_call\ndial christie's cell\tmake_call\ncall christie's work number\tmake_call\nphone christie\tmake_call\ncall christie\tmake_call\nplease dial christie's number\tmake_call\ncan you call someone\tmake_call\ncall someone for me\tmake_call\ndial someone's phone number\tmake_call\ni need to talk to someone on the phone\tmake_call\ncall someone\tmake_call\nit's time for me to call drew\tmake_call\nit's necessary to call michael\tmake_call\ni must call jordan\tmake_call\nx is waiting for me to call\tmake_call\nput me on a call to sally\tmake_call\nplace a call to bill now\tmake_call\ni want to place a call to mike\tmake_call\ni have to call jane\tmake_call\ncan you call russell\tmake_call\nplace call to robby\tmake_call\ndial sarah\tmake_call\ncall robby\tmake_call\nphone sarah\tmake_call\ncall sarah\tmake_call\ncall robby for me\tmake_call\ni want to call robby\tmake_call\ncan you call robby\tmake_call\nphonecall sarah\tmake_call\ni want to talk to sarah\tmake_call\ndial steven\tmake_call\nphone steven\tmake_call\nring steven\tmake_call\ncall steven\tmake_call\ni want to make a call to uncle\tmake_call\nuse my phone to dial work\tmake_call\nstart a phone call with kathy\tmake_call\ninitiate a phone call with receptionist\tmake_call\ncan a phone call be made to maria\tmake_call\ni need you to call the broker\tmake_call\nplease do me a favor and call brother mario\tmake_call\ncan you please call nata\tmake_call\ncall sandra right now\tmake_call\nimmediately call tom\tmake_call\ni must call dr smith\tmake_call\nconnect me to bob\tmake_call\nplace a call to father callahan\tmake_call\ni should call ruthie\tmake_call\nplease call christy\tmake_call\ni must call roderick\tmake_call\nplease make a phone call to christopher\tmake_call\ni need to call mark\tmake_call\nwake me up at noon tomorrow\talarm\nset my alarm for getting up\talarm\nmake sure my alarm is set for three thirty in the morning\talarm\nplease set an alarm for mid day\talarm\nhave an alarm set for three in the morning\talarm\nyou need to set alarm for me\talarm\ni need you to set alarm for me\talarm\nset the alarm for me\talarm\ncan you set alarm for me\talarm\nplease set alarm for me\talarm\nmake a new alarm for 6 in the morning\talarm\nmake a new alarm\talarm\ncreate an alarm\talarm\ni need an alarm for 6am\talarm\ncan you alert me at 6 in the morning\talarm\ni'd like a new alarm set for 6am\talarm\nset an alarm for 6am, please\talarm\ninitiate a new alarm please\talarm\nset up an alarm\talarm\nmake up a new alarm\talarm\ni want to make an alarm\talarm\ni would like an alarm set\talarm\nschedule an alarm\talarm\ni need an alarm set\talarm\ni need alarms set for 6am and 615am\talarm\ni need an alarm to go off tomorrow at five fifteen\talarm\ncan you set an alarm for seven fifteen for tomorrow\talarm\nset me an alarm for 4pm and another for 5pm\talarm\nset one alarm for 215pm and another for 7pm\talarm\ncreate an alarm for 9 am and another one for 11 am\talarm\nset the alarm to go off at 9 tomorrow\talarm\nmake an alarm for tomorrow at twilight\talarm\nset up two alarms one for 10am and another for 2pm\talarm\nplease set up an alarm to go off tomorrow at daybreak\talarm\ncould you set one alarm for 8am saturday and one for 9am sunday\talarm\ncan i turn on the alarm now\talarm\nhow do i set the alarm\talarm\nplease turn on the alarm\talarm\nset my alarm for 6am tomorrow\talarm\nset alarm for 6am\talarm\ncan you play an alarm at 5pm\talarm\ncreate alarm 6am\talarm\nset alarm for 5pm\talarm\nmake an alarm 6am\talarm\ncreate an alarm for 6am\talarm\nput in an alarm for 5pm\talarm\ni want an alarm at 5pm\talarm\nset my alarm for 5pm\talarm\nset an alarm\talarm\ncreate alarm\talarm\nset alarm\talarm\ni need an alarm to wake me up at 8 tomorrow morning\talarm\ni need you to set an alarm for 8am tomorrow\talarm\nplease set an alarm for 5 am\talarm\nset an alarm for 9pm please\talarm\ni need an alarm set for 6 in the morning\talarm\ni need an alarm set for 10:00 and another set for 3:00\talarm\nset an alarm for me for 10:00 and another one set for 4:00\talarm\nwould you set my alarm for 10:00 and another for 3:00\talarm\nprovide assistance by setting an alarm at 8:00 and another for 11:00\talarm\nassist me by setting my alarm for 9:00 and another for 11:00\talarm\ntomorrow i need an alarm at 7 tomorrow\talarm\nat 9 tomorrow, set off the alarm\talarm\ntomorrow i would like an alarm for 9 tomorrow\talarm\ntomorrow i need the alarm to go off at 5\talarm\nsound the alarm at 6 am tomorrow\talarm\nset reminder for 2 pm\talarm\nwake me up at 6 am\talarm\nring my phone at 12 pm\talarm\nset alarm for 5 am\talarm\nplease set an alarm for 2 pm for me\talarm\nset an alarm for 5 pm\talarm\ncan you make an alarm for 7 am\talarm\nset a 5 am alarm please\talarm\ni need an alarm at 8 pm\talarm\nset an alarm to start work and another to stop\talarm\nset an alarm to go to sleep and another to wake up\talarm\nplease set a reminder for me\talarm\nset an alarm to work out and another to go home\talarm\ncreate an alarm for me\talarm\nset an alarm for lunch and another for dinner\talarm\nmake an alarm for me\talarm\nset an alarm for my meeting and another for my phone call\talarm\ni want an alarm set up\talarm\ni need an alarm set please\talarm\nhave an alarm wake me at 10:30 am\talarm\ni want an alarm to go off at 9 am\talarm\ni need an alarm set for 9 am and another for 11 am\talarm\ni need an alarm set for 5:30 pm\talarm\ni need you to schedule an alarm\talarm\nplease create an alarm for 5:45 am and an alarm for 6:15 am\talarm\nwould you set up an alarm for me\talarm\nplease create one alarm for 330 pm and one for 8 pm\talarm\nplease create a new alarm for me\talarm\ni need an alarm to go off at 6 am\talarm\nplease set two alarms, one at 12 pm and the next at 1 pm\talarm\nplease create an alarm for 12 noon\talarm\ni need one alarm to go off at 6:30 am and a second alarm set for 8:00 am\talarm\nhelp me get up at eight thirty in the morning tomorrow\talarm\ni want to be woken up at 9 tomorrow\talarm\nwhat are the things that i have for today\ttodo_list\nwhat is left to do today\ttodo_list\nwhat do i have to do today\ttodo_list\nthe tasks for today, what are they\ttodo_list\ni need to know what my to-do list is looking like\ttodo_list\nis cleaning the kitchen coming up on my list of things i have to do today\ttodo_list\ndo i have cleaning the counters on my to-do list\ttodo_list\nis cleaning the toilet on my to-do list\ttodo_list\ntell me what is on the list of things to do\ttodo_list\ntell me what is on my to do list\ttodo_list\nis vacuuming on my list of things to do\ttodo_list\nwill an oil change be on my to-do list tomorrow\ttodo_list\nread me my list of things to do\ttodo_list\nplease read my todo list\ttodo_list\ntell me what is on my todo list\ttodo_list\ni need my todo list read\ttodo_list\ni need to hear my todo list\ttodo_list\nis taking out the trash on my to do list\ttodo_list\nread to me my to do list\ttodo_list\nread back my to do list\ttodo_list\ncan you tell me my to do list\ttodo_list\ni want to know what i have to do\ttodo_list\nread back to me my to do list\ttodo_list\ntell me the content of my to do list today\ttodo_list\nwhat is on my to do list\ttodo_list\nplease read back to me my to do list\ttodo_list\nlet me know what i have to do today\ttodo_list\nis fixing mom's kitchen blind on my to do list\ttodo_list\ncheck my domestic to do list for carpet cleaning\ttodo_list\ndo my task list have call kath on it\ttodo_list\ncheck my to do list to see if jewelry repair is listed\ttodo_list\ndoes my errand list have goodwill on it\ttodo_list\ncan you tell me the items on my to do list\ttodo_list\ndo i have brush my teeth on my todo list\ttodo_list\nwhat chores do i have waiting on my reminder list\ttodo_list\ndo i have get an oil change on my todo list\ttodo_list\ndo i already have a task on my todo list to research delaware\ttodo_list\nwhat do i have on my need to do list\ttodo_list\nread my complete todo list to me\ttodo_list\ni want to hear everything on my todo list\ttodo_list\ndo i have any birthdays on my todo list\ttodo_list\nhow many items are on my todo list\ttodo_list\nis doing my laundry already on my todo list\ttodo_list\nhow many chores are on my todo list\ttodo_list\niterate the items on my todo list\ttodo_list\ndo i have an item on my todo list related to shopping\ttodo_list\nare the items on my todo list listed alphabetically\ttodo_list\ndid i add purchase tickets to the penguin game to my todo list\ttodo_list\ndid i remember to add buy flowers to my chore list today\ttodo_list\ncan you check if i've added an item to throw out the carcasses on my todo list\ttodo_list\nwhat tasks have i yet to complete off my list\ttodo_list\ndo i have anything on my todo list about shoveling snow\ttodo_list\nwhat items do i need to do\ttodo_list\ndid i create a task to clean the gutters on my list\ttodo_list\ntell me what i have on my todo list\ttodo_list\nis studying for the chem exam on my todo list\ttodo_list\nplease tell me all items on my todo list\ttodo_list\ndo i have a car wash scheduled on my to do list\ttodo_list\nat what time is laundry on my to do list\ttodo_list\nhave i set aside a time on my to do list to do my taxes\ttodo_list\ndid i jot down a time to see my accountant on my to do list\ttodo_list\nwhen is babysitting on my to do list\ttodo_list\nwhat does my to-do list consist of\ttodo_list\ncan you please tell me what is on my to-do list\ttodo_list\ni wonder what my to-do list looks like for today\ttodo_list\nwhat does my to-do list look like\ttodo_list\nlet me hear all of the items on my to do list, please\ttodo_list\nrepeat my to do list to me, please\ttodo_list\nlet's go over the list of items on the to do list just to be sure we got it all\ttodo_list\ncan i hear the complete to do list just dictated\ttodo_list\ntell me what things i need to accomplish per my to do list, please\ttodo_list\ncan you tell me all of the things on my to do list for tomorrow, please\ttodo_list\nplease remind me of the tasks on my to do list\ttodo_list\ngo ahead and say all of the points on my list of to-do's please\ttodo_list\nwhat do i have to do tomorrow, according to my to-do list\ttodo_list\ni want to hear my to do list please\ttodo_list\nwhat have i got on my to-do list\ttodo_list\nlet me know whether folding laundry is on my to do list\ttodo_list\ncan you tell me the tasks on my to-do list\ttodo_list\ni need to know what tasks are on my to-do list\ttodo_list\ni want to hear my to do list read out loud\ttodo_list\ncan you look to see whether feeding the fish is on my to do list\ttodo_list\nplease let me know if giving the dog a bath is on my list of tasks to complete\ttodo_list\ncan you walk me through the various tasks on my to do list\ttodo_list\nwhat do i have left to do on my to-do list\ttodo_list\nis changing the water filter on my to do list right now\ttodo_list\nplease tell me all the items on my to do list right now\ttodo_list\nplease inform me of what tasks i have listed on my to do list\ttodo_list\nlook to see if i have folding laundry on my to do list\ttodo_list\nplease read out my list of tasks to accomplish\ttodo_list\ni need to know everything on my to do list currently\ttodo_list\ni need to know if sorting the mail is on my to do list\ttodo_list\ncan you read my to do list to me please\ttodo_list\ncheck my to do list to see if feeding the fish is on it\ttodo_list\ndid i put unpacking groceries on my to do list\ttodo_list\nwill you please go back over everything on my to do list\ttodo_list\nread my to-do list to me\ttodo_list\ni need to know if cleaning out the fridge is on my to do list\ttodo_list\ndo i have watering the plants on my to do list\ttodo_list\nlet's go through my to do list items please\ttodo_list\nuse a different accent\tchange_accent\ntry using a different accent\tchange_accent\nspeak in a different accent\tchange_accent\nchange the accent you're speaking in\tchange_accent\ncould you change the accent you're using\tchange_accent\nwould you change your accent to the male british one\tchange_accent\ni want your accent changed to the male british one\tchange_accent\ni need for you to change your accent to the male british one\tchange_accent\nwould you please get your accent changed to the male british one\tchange_accent\ntry it with a male voice\tchange_accent\ncould you use a male voice\tchange_accent\nuse a male voice now\tchange_accent\nuse a male voice instead\tchange_accent\ntry a male voice\tchange_accent\ni would prefer your voice to be male\tchange_accent\nplease use a male voice when speaking\tchange_accent\ncan you switch to the female voice\tchange_accent\nchange to a male voice\tchange_accent\nplease change your accent to a british male\tchange_accent\ncan you change the way you talk to a male british voice\tchange_accent\ncould you talk like a british male\tchange_accent\ncan i change the voice to male\tchange_accent\ni want to hear the female voice option\tchange_accent\nis there a way to change the voice to male\tchange_accent\ni would prefer to hear the female voice\tchange_accent\ni would prefer to hear you speak like a british male\tchange_accent\nstart speaking in a male british voice\tchange_accent\ngo ahead and switch to the female voice\tchange_accent\ni shall switch to the male voice\tchange_accent\ni must to the female voice\tchange_accent\nplease change to the female voice\tchange_accent\nplease change your accent to the male british one\tchange_accent\ni need you to change your accent to the male british one\tchange_accent\ni need to to the female voice\tchange_accent\ni need to switch to the male voice\tchange_accent\ngo ahead and switch to the male voice\tchange_accent\nyou need to change your accent to the male british one\tchange_accent\ni gotta to the female voice\tchange_accent\ni wanna switch to the male voice\tchange_accent\ngo ahead and change your accent to the male british one\tchange_accent\ni must switch to the male voice\tchange_accent\ni want you to change your accent to the male british one\tchange_accent\ni wanna change to the female voice\tchange_accent\ni want to change what accent you use\tchange_accent\nuse a new accent\tchange_accent\nswitch to a different accent\tchange_accent\ncan you use a different accent\tchange_accent\nlet's change your accent\tchange_accent\nspeak in a male voice\tchange_accent\ncan i hear the male voice please\tchange_accent\ncan you change your accent to the male british one\tchange_accent\nuse your male voice\tchange_accent\nplease talk to me in the male british accent\tchange_accent\nuse one of your male voices\tchange_accent\ncan you use the male british accent\tchange_accent\nspeak in a woman's voice\tchange_accent\nswitch over to the male voice mode\tchange_accent\ngo to the female voice\tchange_accent\nplease use your female voice\tchange_accent\nplease change your accent the male british one\tchange_accent\nmake your accent the male british one\tchange_accent\nswitch over to the female voice\tchange_accent\nuse a woman's voice\tchange_accent\ncan you speak like a british dude\tchange_accent\ndo you have the ability to do a male british accent\tchange_accent\nis it possible for you to speak with a british gent's accent\tchange_accent\ncan i get you to talk like a pouty english guy\tchange_accent\nif you can do accents, i want to hear you talk like david bowie\tchange_accent\ndo a british male accent only\tchange_accent\ni want to hear a male british accent\tchange_accent\nchange to a male british accent\tchange_accent\nswitch to british male accent\tchange_accent\ncan you do a british male accent\tchange_accent\nchange accent to male british\tchange_accent\nset to female voice\tchange_accent\nplease change accent to british male\tchange_accent\nplease set to female voice\tchange_accent\nuse male voice\tchange_accent\ncan you switch to female voice\tchange_accent\nplease use male voice\tchange_accent\nswitch to female voice\tchange_accent\ncan you use male voice\tchange_accent\nuse male voice now\tchange_accent\ncan you make your accent british male\tchange_accent\nnow use male voice\tchange_accent\nspeak as a british male\tchange_accent\nchange accent to british male\tchange_accent\nchange to female voice\tchange_accent\nuse the male voice please\tchange_accent\ncan you swap to male voice\tchange_accent\ni want to change to male voice\tchange_accent\nuse female voice now instead\tchange_accent\nplease start using female voice\tchange_accent\ni want to use the female voice now\tchange_accent\ni prefer female voice now\tchange_accent\nswitch from the male to the female voice\tchange_accent\nplease use male voice instead\tchange_accent\nswitch over from female to the male voice\tchange_accent\ni need a new accent male british\tchange_accent\nswitch to male british accent\tchange_accent\nwhere can i locate my w2 so i can do my taxes\tw2\nwhere is the w-2 form located\tw2\nwhere can i locate my w-2 form\tw2\nwhere can one receive their w-2 form\tw2\nwhat is the location of my w2 that is needed for taxes\tw2\nwhere would my w2 be found so i can do my taxes\tw2\ni need to find my w2 so i can do taxes\tw2\nwhere are w-2 forms given\tw2\ni require my w2 for taxes and need to locate it\tw2\nwhere do i get the form i need for taxes\tw2\nhow can i get my year end summary for taxes\tw2\nwhere should i go to get a w2 to do my taxes\tw2\nwhere do i pick up a w2 form\tw2\nwhere can i get a w2 form\tw2\ntell me where a w2 is available please\tw2\na w2 form can be gotten from where\tw2\ncan i get a w2 form online\tw2\nhelp me get a w2 to do my taxes\tw2\nwhat location can i get a w2 from\tw2\nwhere can i get a w2\tw2\na w2 form is obtainable where\tw2\nwho can send me a w2 so i can complete my taxes\tw2\nhow can i get my w2 to do my taxes\tw2\nwhere can i pick up my w2 to do my taxes\tw2\nwhere do i get the form that shows my wages for the year for taxes\tw2\ncan you tell me what the form is employers are supposed to send you for taxes and where i get it\tw2\ni've got tax issues and need help obtaining my w2\tw2\ni need to do taxes and have to get a w2\tw2\nwhere do i find the irs form that tells me the amount of money i owe them\tw2\nwhere do i get the tax form that i have to report to the irs\tw2\ncan you locate my w-2\tw2\ni would like to know how to find my w-2\tw2\ncan you help me find my w-2\tw2\nhey, anyone seen my w-2\tw2\nhelp - i can't find my w-2\tw2\nwhere is my w-2\tw2\nwhere can i get my w-2\tw2\ni need to download my w-2 form\tw2\ncan you access my w-2\tw2\nhow can i get a hold of my w-2\tw2\ni need to get a hold of my w-2 right now\tw2\nwhere can i get the form i need to do my taxes\tw2\nwhere can i get the form i need to do my taxes, please\tw2\nwhere can i get the employment document that i need to do my taxes, please\tw2\nwhere can i get a w2 form from\tw2\nwhere can i obtain a w2 form\tw2\nwhere can i find a w2 form\tw2\nwhere can i obtain a w2 form from\tw2\nwhere can i get the employment form i need to do my taxes\tw2\nwhere can i get the employment form i need to do my taxes, please\tw2\nwhere is my w2\tw2\nwhere can i find my w2\tw2\nwhere can i find my w2 as i need it for tax reasons\tw2\nwhere do i get my tax papers\tw2\nwhere do i recieve a w2\tw2\nhow do i get a w2\tw2\nis this where i get a w2\tw2\ncan you tell me where to get a w2\tw2\nwho has the tax form that shows my wages\tw2\nwhat is that tax form that shows my wages and where do i get it\tw2\nwhere do i locate the form that has my tax information\tw2\nwho has the tax form that has my wage informaton\tw2\nwhere do i get the tax form that shows my wages\tw2\nwhere's my w-2\tw2\ni can't find my w-2\tw2\ndo you know where my w-2 is\tw2\ni'm having trouble locating my w-2\tw2\nwhere can i find my w-2\tw2\nprovide me assistance on where to go to get my w2 for tax reasons\tw2\ni am in need of my w2 for tax reasons; provide me where to get it\tw2\nassist me on where to go to get my w2 for tax reasons\tw2\nwhere do i go to get my w2 for tax reasons\tw2\nwhere can i get my w2 from for tax reasons\tw2\ni would like to get the forms to file for my w2\tw2\nwhere could i locate a w2 form from\tw2\nlocate my w-2 form\tw2\nwhere could i find forms to get my w2\tw2\nwhere can i find my tax form to report what i earn\tw2\nwhere do i go to get my w-2\tw2\nhow do i find my w-2 form\tw2\nwhat is the form i need to report my earnings\tw2\nwhere do i get my w2 form from\tw2\ntell me where to get myy w-2 form\tw2\nwhere can i find my w-2 form\tw2\nwhere can i locate a form for my w2\tw2\nis my w2 available at the post office\tw2\ni need to know where to get a w-2 form\tw2\nwhen will i receive my w2\tw2\ncan i get my w2 online\tw2\nhow do i get a w-2\tw2\ni need help getting a w-2\tw2\ncan i get a w-2 from the post office\tw2\ncan i get my w-2 online\tw2\ndoes my w2 come by mail\tw2\nhow and where are my w2 forms given\tw2\nwhere can i get my w2 forms from\tw2\nfrom where are w2 forms given\tw2\nhow do i get a w2 form and from where\tw2\nhow do i get a personal w2 form\tw2\nhave i been sent my w-2 in my email\tw2\nwhen should i pay my bill by\tbill_due\nwhen is my car insurance due\tbill_due\nwhen's the gas bill due\tbill_due\nwhen do i pay the utilities\tbill_due\ndo i pay my rent this week\tbill_due\ni need to know when i must pay my car bill\tbill_due\nhow much is my water bill\tbill_due\nis my bill due this week\tbill_due\nhow much time left to pay my bill\tbill_due\nwhat day is my car insurance due\tbill_due\nwhen's the electric bill due\tbill_due\nwhen's the next phone bill\tbill_due\nwhen is my next car payment\tbill_due\nwhen is too late to pay my cable bill\tbill_due\ncan you alert me when my phone bill is due\tbill_due\non what day do i pay my car payment\tbill_due\nhow can i know when my cable bill is due\tbill_due\nwhat day do i have to pay for my capital one card\tbill_due\nhow long do i have left to pay for my chase credit card\tbill_due\nwhat is the due date of my att bill\tbill_due\nwhen is my xfinity bill due\tbill_due\nhow many more days before my verizon bill is due\tbill_due\ni cant remember when my bill is due\tbill_due\nwhat is the due date of my bill\tbill_due\nwhat day is my bill due\tbill_due\nwhen is my bill due\tbill_due\ntell me when my bill will be due\tbill_due\nhow do i locate when my gas bill is do\tbill_due\ni would like to know my electric bills date it needs to be payed\tbill_due\ni need to know where to locate when my gas bill is due\tbill_due\ncan you tell me when my electric bill is due\tbill_due\ni need to know the due date for my credit card\tbill_due\nwhere should i look for when my gas bill is due\tbill_due\ncan you tell me the date my credit card is due\tbill_due\ni'd like to find the date that my gas bill is due\tbill_due\nhow do i know when to pay my gas bill\tbill_due\nwhen do i have to pay my water bill by\tbill_due\nwhen do i have to pay my electric bill by\tbill_due\nwhen do i have to pay my internet bill by\tbill_due\nwhen do i have to pay my gas bill by\tbill_due\ntell me when i have to pay my bill\tbill_due\nwhat date do i have to pay my bill\tbill_due\ngive me the date my bill is due\tbill_due\non what day do i have to pay my nordstrom bill\tbill_due\nwhen is my chase visa due\tbill_due\nwhen do i need to pay my annual payment for auto insurance\tbill_due\nwhat is the exact due date for my mortgage payment\tbill_due\nwhat is the due date for my metronorth monthy pass\tbill_due\ncan you tell me when my peco energy bill is due this month\tbill_due\nplease find the exact payment due date for my sprint phone bill\tbill_due\nwhat is the due date on my xfinity internet bill for february\tbill_due\nwhat is the latest date that i can pay my direct tv bill this month\tbill_due\ni need the new due date for my pgw gas bill\tbill_due\nwhat time do i have to pay z bill\tbill_due\nwhats the due date for z bill\tbill_due\nhow soon before my catering bill is due\tbill_due\nhow long before my lawn guy bill's due\tbill_due\nwhen's my heater bill due\tbill_due\nwhat date is my water bill due\tbill_due\nwhats the deadline for amex payment\tbill_due\nwhen is my visa due\tbill_due\nwhen is visa due\tbill_due\ndo you know when i need to pay my mastercard\tbill_due\nwhat's the due date for my american express payment\tbill_due\nwhen is my mortgage payment due\tbill_due\nwhat's the due date for the credit card\tbill_due\nwhen's the next time i have to pay the insurance\tbill_due\nhow long do i have to pay the gas bill\tbill_due\nwhen's the rent due\tbill_due\nwhen does the car payment come due\tbill_due\nwhen does the electric bill up\tbill_due\nhow do i check when my mortgage is next up for payment\tbill_due\nwhen do i owe the state payment for my car tags\tbill_due\nwhen do i owe the rent\tbill_due\ndo i need to pay my credit card bill already\tbill_due\ndo you know when my next electric bill is due\tbill_due\nwhere do i find information on when the water bill is due\tbill_due\nhow do i ascertain when my next insurance payment will be\tbill_due\nwhat do i do to check when my next credit card payment is\tbill_due\nwhen do i need to pay my at&t bill\tbill_due\nwhat is the due date of my at&t bill\tbill_due\nis my at&t bill do soon\tbill_due\nwhen is my at&t bill due\tbill_due\nwhat date is my at&t bill due\tbill_due\nwhen's the ac bill due\tbill_due\nwhat day is the z bill due\tbill_due\nwhat's the due date for the renting bill\tbill_due\ni want to know when a bill is due\tbill_due\nwhat day is the bill due\tbill_due\ni would like to know when the bill is due\tbill_due\nwhat is the due date for a bill\tbill_due\nwhen is the bill due\tbill_due\nhow do i find when my water bill needs to be paid\tbill_due\nwhen is my water bill due\tbill_due\nhow do i find when my cable bill is due\tbill_due\nwhen is my electric bill due\tbill_due\nwhen do i need to pay the water bil\tbill_due\nhow do i find when my medical bill is due\tbill_due\nwhen do i need to pay the cable bill\tbill_due\nhow do i find when my electric bill is due\tbill_due\ncan you provide me the calories in the smoothie\tcalories\ncan you tell me the calories for the cheeseburger\tcalories\ni'd like the calories for this chicken breast\tcalories\nhow many calories in this slice of pizza\tcalories\nwhat about the calories for this chicken salad\tcalories\nhow many calories are in a large fry\tcalories\na large french fry has how many calories\tcalories\nwhat is the calorie content of a scoop of chocolate ice cream\tcalories\nhow many calories in scoop of chocolate ice cream\tcalories\ntell me how many calories in a medium size apple\tcalories\nhow many calories does a scoop of chocolate ice cream have\tcalories\nhow many calories are in a can of coke\tcalories\nwhat's the number of calories in a pepsi\tcalories\nwhat is the calorie content of a small bag of lay's potato chips\tcalories\nhow many calories does a kitkat have\tcalories\nhow many calories are there in a scoop of chocolate ice cream\tcalories\nhow many calories does a scoop of chocolate ice cream contain\tcalories\nwhat's the expected calories in a cream filled cookie\tcalories\nwhat's the amount of calories in a cheesy omelette\tcalories\ncan you tell me the calorie count in a glazed donut\tcalories\nwhat's the calorie count for tuna casserole\tcalories\nhow many calories are in waffles\tcalories\nwhat's the calorie content for fried eggs\tcalories\nwhat's the amount of calories in an cream filled oatmeal cookie\tcalories\nhow many calories are in chocolate cake\tcalories\nhow high in calories is pork\tcalories\nhow many calories are in a honey bun\tcalories\nwhat does a sausage sandwich have for calories\tcalories\nwhat's the number of calories in a coke\tcalories\nwhat are the total calories for two servings of pasta\tcalories\nhow many calories should i plan to be in a donut\tcalories\nhow many calories would i estimate for fettuccine alfredo\tcalories\nhow many calories does a big mac have\tcalories\nwhat's the caloric content if you eat roast beef\tcalories\nhow many calories would i consume if i ate a loaded hotdog\tcalories\nwhat's the expected calorie load of a peanut butter and jelly sandwich\tcalories\nwhat's a big bowl of ice cream contain in calories\tcalories\ndo cheetos have a lot of calories\tcalories\nwhat's the calorie content of cheetos\tcalories\nlooks up the calories in cheetos\tcalories\ncalorie count of cheetos\tcalories\nhow many calories do cheetos have\tcalories\nhow many calories are in a cup of white rice\tcalories\nhow many calories are in vanilla ice cream\tcalories\none cup of almonds has how many calories\tcalories\nwhat's the calorie info for 2 cups of regular chex mix\tcalories\nwhat's the caloric content in a bowl of rice crispies with milk\tcalories\na bowl of cheerios with milk has how many calories\tcalories\nhow many calories are in a bag of regular doritos\tcalories\nhow many calories are in chocolate ice cream\tcalories\n2 cups of grapes have how many calories\tcalories\nhow many calories are in spaghetti and meat sauce\tcalories\nin one cookie, how many calories would i find\tcalories\nwhat is the calorie count for one cookie\tcalories\nif i ate a cookie, how many calories would i be ingesting\tcalories\ncookies have how many calories\tcalories\nhow many calories are in a cookie\tcalories\nhow many calories in gum\tcalories\nhow many calories in chicken\tcalories\nhow many calories in meatloaf\tcalories\nhow many calories are in chicken breast\tcalories\nhow many calories in peanuts\tcalories\nwhat is the total number of calories in a bag of potato chips\tcalories\ncan you tell me the amount of calories i can expect one tuna sandwich to contain\tcalories\ngive me expected number of calories in a breakfast burrito\tcalories\ncan you tell me the number of calories in one serving of whole cashews\tcalories\nplease tell me the total calories a single serving of chocolate ice cream is expected to contain\tcalories\ni need to know the total calories for a chicken caesar salad\tcalories\nplease tell me how many calories one chocolate bar contains\tcalories\nwhat's the average number of calories in one cup of tomato soup\tcalories\ndo you know how many calories are in a single chicken breast\tcalories\ni need to know the number of calories on average in a handful of pistachios\tcalories\nwhat is the caloric value of a cookie\tcalories\nhow many calories are in cookies\tcalories\ncan you tell me how many calories are in cookies\tcalories\nwhat is the calorie count in a cookie\tcalories\nwhat are the calories in a cookie\tcalories\nwhat is the calorie count for muffins\tcalories\nare there a lot of calories in muffins\tcalories\ntell me the amount of calories in muffins\tcalories\nwhat is the caloric total in these muffins\tcalories\nwhat amount of calories are in one muffin\tcalories\nlook up the calories in an apple\tcalories\ntell me the calorie content of an apple\tcalories\nwhat's the caloric content of an apple\tcalories\ntell me the calorie content for an apple\tcalories\ni need to know the calorie content in a piece of pepperoni pizza\tcalories\nhow many calories are in an apple\tcalories\ni want the calorie content for a banana\tcalories\ntell me the number of calories in a banana\tcalories\nwhat is the calorie look like in apples\tcalories\nwhat is the calorie going to be if i'm eating cereal\tcalories\nadd up the calories in tacos\tcalories\nhow many calories are in cheerios\tcalories\nwhat type of calorie numbers are in onions\tcalories\ni need to know the calorie count of a bacon cheeseburger\tcalories\nwhats the calorie content of oatmeal\tcalories\nwhat is the calorie count of an apple\tcalories\nhow many calories on average are in a hot dog\tcalories\nhow many calories are in a piece of bacon\tcalories\nlet my credit card company know that my card split in half\tdamaged_card\nhow do you report a burned debit card\tdamaged_card\nmy card split in half, how do i report it\tdamaged_card\nreport my burned card to the company\tdamaged_card\nwhat do i say when i report a split credit card\tdamaged_card\nmy card was damaged by my cat; can i report that\tdamaged_card\ni dropped my card in my gasoline and the printing wore off\tdamaged_card\ni need to report that my dog chewed up my card\tdamaged_card\nit seems i can't use my card since it has been damaged\tdamaged_card\nunfortunately, my card is damaged and unusable\tdamaged_card\nwhat should i do with an unusable and damaged card\tdamaged_card\nmy card is unusable because it's damaged\tdamaged_card\ni cracked my card and need a replacement\tdamaged_card\nmy card got melted and i need to report it\tdamaged_card\nmy card got melted and i need to report it, please\tdamaged_card\nmy card got melted in the dryer and i need to report it, please\tdamaged_card\nmy card got damaged and i need to report it\tdamaged_card\nmy card got damaged and i need to report it, please\tdamaged_card\nmy card is damaged so i can not use it\tdamaged_card\nreport the card has been damaged\tdamaged_card\ni can not use my card, it is damaged\tdamaged_card\nthe card is torn, let's report it\tdamaged_card\nreport that the card has been wrecked\tdamaged_card\nmy card is damaged and no longer function\tdamaged_card\nmy card is damaged and unusable\tdamaged_card\nmy card is wrecked, let's report it\tdamaged_card\nreport the card has been torn\tdamaged_card\ni can not use my card since it is damaged\tdamaged_card\ni need to report a bent card\tdamaged_card\nmy card split in half, can i report it\tdamaged_card\ni cracked my card, order a new one\tdamaged_card\nreport that i split my card\tdamaged_card\nplease make a report that my card is split\tdamaged_card\nthe magnetic strip on my card is scratched, let the card company know\tdamaged_card\ni cut up the wrong card, please contact the bank and let them know\tdamaged_card\ni creased my card today, contact the bank\tdamaged_card\nmy card is cracked, please tell the card company\tdamaged_card\nthe dog chewed up my card, will you find out what it takes to get a replacement\tdamaged_card\nthe plastic numbers on my card are falling off\tdamaged_card\ncorner of my credit card is chipped off\tdamaged_card\nmy card got snapped in half\tdamaged_card\nmy card is too scratched and won't read correctly\tdamaged_card\nthe sticker on my card is peeling off\tdamaged_card\ni can't use my card because it is broken\tdamaged_card\nmy broken card won't work\tdamaged_card\ni can't use my damaged card\tdamaged_card\nmy damage card is not working\tdamaged_card\nmy damage card will not work\tdamaged_card\ni don't know who to notify that i ran my credit card over with the lawn mower\tdamaged_card\ni ran my credit card over with the lawn mower and need to replace it\tdamaged_card\ni need to replace my credit card because i ran it over with the lawn mower\tdamaged_card\nmy card is partially damaged how do i report this\tdamaged_card\nmy card is not working and i need to let them know\tdamaged_card\nmy card broke in half and i need to report this\tdamaged_card\nthe chip on my card is damaged and i need a new one\tdamaged_card\nmy card's magnetic strip is not working and i want to notify them\tdamaged_card\nmy card has a deep crease through the middle so i would like to report it\tdamaged_card\nhow do i report my card if it got cut in half\tdamaged_card\nmy card is cracked and i want to report it\tdamaged_card\nmy card is too scratched up and i need to report it\tdamaged_card\ni need to report my bent card\tdamaged_card\nreport to the company that i damaged my card\tdamaged_card\ncall the card company and ask them to replace my card\tdamaged_card\ni damaged the card; can you replace the card\tdamaged_card\ni demagnetized my card and want to report it\tdamaged_card\ni want to report a broken card\tdamaged_card\nmy phone was too close to my card and demagnetized it, how can i report this\tdamaged_card\nmy card has been erased and i need to report it\tdamaged_card\ni need a report form for my damaged, demagnetized card\tdamaged_card\nhow to report bent credit card\tdamaged_card\ni can't use my broken card\tdamaged_card\ni broke my card\tdamaged_card\nhow to tell the company that my credit card melted\tdamaged_card\nmy card is broken\tdamaged_card\nmy card isn't working\tdamaged_card\nwho do i report to if my credit card snaps\tdamaged_card\ni accidentally bent my card, what do i do\tdamaged_card\nmy card doesn't work anymore\tdamaged_card\nhow do i report a melted credit card\tdamaged_card\nmy card needs replaced, i accidentally scraped it\tdamaged_card\ni'd like to report my card as damaged, it's bent\tdamaged_card\ni bent my card, can you report it to my bank\tdamaged_card\nmy card got scratched badly, can you tell my bank to send a replacement\tdamaged_card\nmy card snapped, can you tell my bank to send a replacement\tdamaged_card\ni accidentally put my credit card in the shredder\tdamaged_card\nmy credit card fell out of my back pocket and got flushed down the toilet\tdamaged_card\nmy credit card snapped in half while i was fiddling with it\tdamaged_card\nmy dog ate my credit card and ruined it\tdamaged_card\ni was using my credit card as a cutting board and accidentally sliced it in half\tdamaged_card\ncan you assist me with reporting that the atm nicked my card\tdamaged_card\ni need to report a new card please the atm hurt mine\tdamaged_card\nhow report that scratched my card\tdamaged_card\nthe atm chewed up my card can i get a new one\tdamaged_card\nan atm ate my card, how do i report it\tdamaged_card\nmy card fell out of my wallet and i ran over it so it does not work\tdamaged_card\nmy card fell in the toilet and now the chip does not work\tdamaged_card\nthe magnetic strip on my card is scratched up pretty badly from overuse can i get a new one\tdamaged_card\ni need a new card because my dog chewed on it and now it does not work\tdamaged_card\ni want to report my damaged card i accidentally cut it up thinking it was my expired card\tdamaged_card\ni cracked my rewards card can i get a different one\tdamaged_card\ndo people like the donuts at tgi\trestaurant_reviews\nare the donuts at tgi well reviewed\trestaurant_reviews\nhow are the donuts reviews at tgi\trestaurant_reviews\nwhat are the comments on the donuts at tgi\trestaurant_reviews\nare people recommending the donuts at tgi\trestaurant_reviews\ndoes outback steakhouse have good reviews\trestaurant_reviews\ndoes pizza hut have good reviews\trestaurant_reviews\ndoes have good reviews have great reviews\trestaurant_reviews\ndoes red robin have good reviews\trestaurant_reviews\nso does outback steakhouse have good reviews\trestaurant_reviews\nhow good are the ratings for pizza hut\trestaurant_reviews\nhow good are the ratings for red robin\trestaurant_reviews\nhow good are the ratings for outback\trestaurant_reviews\nhow good are the ratings for papa john's\trestaurant_reviews\nhow good are the ratings for the olive garden\trestaurant_reviews\nwhat are people saying about chipotle\trestaurant_reviews\ntell me the reviews for chipotle\trestaurant_reviews\ndo people like chipotle\trestaurant_reviews\ngive me the reviews for chipotle\trestaurant_reviews\nwhat are the ratings for chipotle\trestaurant_reviews\nhow good are the ratings for chic-fil-a\trestaurant_reviews\nhow good are the ratings for olive garden\trestaurant_reviews\nhow good are the ratings for longhorn steakhouse\trestaurant_reviews\ndoes chic-fil-a have good reviews\trestaurant_reviews\nhow good are the ratings for outback steakhouse\trestaurant_reviews\nhow good are the ratings for applebees\trestaurant_reviews\ndoes wendy's have good reviews\trestaurant_reviews\ndoes mcdonalds have good reviews\trestaurant_reviews\ndoes longhorn steakhouse have good reviews\trestaurant_reviews\nwhat reviews does miyabi have\trestaurant_reviews\ndoes applebee's have good reviews\trestaurant_reviews\nhow are the reviews for cracker barrel\trestaurant_reviews\nare the reviews for mi casita good\trestaurant_reviews\nare the reviews good or bad for burger king\trestaurant_reviews\ntell me the ratings for the local denny's\trestaurant_reviews\ndoes the bleu olive have decent reviews\trestaurant_reviews\nhow are the reviews for la loconda\trestaurant_reviews\nhow many stars does la vignette have\trestaurant_reviews\ndoes the mediterranean grille have good reviews\trestaurant_reviews\nhave you heard how the enchiladas are at jose's taco shop\trestaurant_reviews\nhow does yelp report the enchiladas are at jose's taco shop\trestaurant_reviews\ndoes ihop have good reviews\trestaurant_reviews\ncan you tell me if eating at outback's any good\trestaurant_reviews\nwhat do people say about village inn\trestaurant_reviews\nare the pancakes at ihop any good\trestaurant_reviews\nhow are the reviews for spaghetti at the olive garden\trestaurant_reviews\nhow's the lo mein rated at hun lee's\trestaurant_reviews\nhow's the sausage pizza at pizza hut\trestaurant_reviews\nis mcdonalds a good place to eat\trestaurant_reviews\nwhat's the reviews have to say about burger king\trestaurant_reviews\nhow are the burgers at carl jr's\trestaurant_reviews\nare the chili's reviews any good\trestaurant_reviews\nare the reviews for applebee's good\trestaurant_reviews\ni want to know how the mcdonalds reviews are\trestaurant_reviews\ntell me about the reviews for chilis\trestaurant_reviews\nlet me know how the outback steakhouse reviews are\trestaurant_reviews\nhow good are the ratings for per se\trestaurant_reviews\nwhat are the reviews like for khin khao\trestaurant_reviews\nhow good are the ratings for the french laundry\trestaurant_reviews\nhow good are the ratings for chez panisse\trestaurant_reviews\nhow good are the ratings for peter luger steakhouse\trestaurant_reviews\nwhat are the reviews like for mission chinese\trestaurant_reviews\nwhat are the reviews like for zazie\trestaurant_reviews\nwhat are the reviews like for bar tartine\trestaurant_reviews\nwhat are the reviews like for la camelia\trestaurant_reviews\nhow are people liking the sushi at yakamoto\trestaurant_reviews\nis there any opinions on the sushi at yakamoto\trestaurant_reviews\nis the sushi well-received at yakamoto\trestaurant_reviews\nat yakamoto how is their sushi\trestaurant_reviews\nwhat is the sushi like at yakamoto\trestaurant_reviews\nwhat are the reviews like at minnis\trestaurant_reviews\ndoes buffalo wild wings have good reviews\trestaurant_reviews\ntell me the reviews for bjs\trestaurant_reviews\nwhat are the ratings about at pho king\trestaurant_reviews\nhow are the ratings like for buffalo wild wings\trestaurant_reviews\nread some of the reviews for wing stop\trestaurant_reviews\ndoes applebees have alright reviews\trestaurant_reviews\ndoes bjs get good reviews\trestaurant_reviews\nwhat are the ratings like for chilis\trestaurant_reviews\nwhat do the ratings say about korean bbq\trestaurant_reviews\nwhat do the ratings say for black bear diner\trestaurant_reviews\nwhat are the reviews for mountain mikes\trestaurant_reviews\ni need to hear reviews for panda express\trestaurant_reviews\nwhat are the reviews like for black bear dinner\trestaurant_reviews\ndoes chillis have good reviews\trestaurant_reviews\ndo people like the food at wendy's\trestaurant_reviews\nare there any positive reviews for wendy's\trestaurant_reviews\nwhat kind of reviews does wendy's have\trestaurant_reviews\nare there any negative reviews for wendy's\trestaurant_reviews\nwhat do people think about the sandwiches at wendy's\trestaurant_reviews\nlook up the ratings for olive garden\trestaurant_reviews\npull up the ratings for macaroni grill\trestaurant_reviews\ntell me about the reviews for olive garden\trestaurant_reviews\nare the reviews for chevy's any good\trestaurant_reviews\nhas ruby tuesday got good reviews\trestaurant_reviews\ndoes chili's have good reviews\trestaurant_reviews\ntell me how good ihop's ratings are\trestaurant_reviews\nfill me in on the reviews for ruby tuesday\trestaurant_reviews\ndoes ihop have positive reviews\trestaurant_reviews\nwhat are reviews for ihop like\trestaurant_reviews\nwhere can i see the routing number for bmo\trouting\ni need to know what my wife's account's routing number is\trouting\nhow do i locate my routing number for tax reasons\trouting\nwhere can i look up x's routing number\trouting\nplease give my routing number for my national account\trouting\nwhere do i go to find my routing number for southpoint\trouting\ntell me my first national account's routing number\trouting\nhow can i find my routing number for el dorado\trouting\ni need you to tell my what my routing number is for my first county account\trouting\ni need the routing number for my woodlawn account\trouting\nwhere do i find the routing number for sunflower bank\trouting\ncan i get the routing number for sunflower bank\trouting\nwhere do i find the routing number for nfcu\trouting\nwhat's bank of america's routing number\trouting\ni need to know nfcu's routing number\trouting\ncan you tell me the routing number of wells fargo\trouting\nwhere do i find the routing number for great western bank\trouting\nhow do i find axos bank's routing number\trouting\nai, routing number for my b of a checking account\trouting\nai, what is my chase checking routing number\trouting\nai, routing number for my wells fargo checking\trouting\nai, what is the routing number for my citibank savings account\trouting\nai, what is my chase routing number\trouting\nwhat's my routing number from chase\trouting\ncan you help me find my routing number from wells fargo\trouting\ncould you tell me what my routing number from first republic is\trouting\ndo you know where i can find my suntrust routing number\trouting\nhow can i find my routing number from bank of america\trouting\nwhat routing number do i use to send an international wire with citibank\trouting\nsearch for my routing number for my checking account with wells fargo\trouting\nwhat is my pnc account routing number\trouting\ncan you tell me the routing number for my chase checking\trouting\nplease find my routing number for my citizens' bank account\trouting\ni need to know my bank of america account routing number\trouting\ni need to find the correct td bank routing number for my pennsylvania account\trouting\nwhat is the correct routing number for my citizens bank account, pennsylvania\trouting\nplease find the routing number for chase bank accounts opened in new york\trouting\ncan you tell me the routing number for bank of america for domestic accounts\trouting\nplease tell me what my bank routing number is\trouting\ni must learn my routing number\trouting\nwhat's the routing number for my money market account\trouting\ntell me my bank routing number\trouting\nwhere do i find the routing number for wells fargo\trouting\ni wanna know my bank of america routing number\trouting\ntell me my bank of america routing number\trouting\nhow do i get the routing number for chase\trouting\nwhat's the routing number for my savings account\trouting\nlet me know my bank of america routing number\trouting\nwhat's the routing number for my checking account\trouting\nlet me know my routing number\trouting\nwhat's the routing number for my current savings\trouting\ni need to know my routing number\trouting\nwhat's the routing number for my current checking\trouting\ni must know my bank of america routing number\trouting\nshow me the routing number for chase\trouting\ni need to know my bank of america routing number\trouting\nwhat is my routing number for home federal account\trouting\nshow me my routing number for account finishing in 29309\trouting\nfor my westport account, what is the routing number\trouting\nwhat is the routing number for royal\trouting\ndisplay the routing number for account huntington\trouting\nprovide me the routing number for my fed account\trouting\ngive me the routing number for my paragon account\trouting\nlet me know what the routing number for my civista account is\trouting\ninform me of the routing number for my amerifirst account\trouting\ntell me the routing number for my wf account\trouting\nrouting number for american river\trouting\nwhat is the routing number of cadence\trouting\nwhat's my pioneer routing number\trouting\ncan you tell me my routing number for summit\trouting\nwhat is my routing number for marine bank\trouting\ncan you tell me my routing number\trouting\nwhat is my routing number\trouting\ni need my routing number\trouting\ni want to know my routing number please\trouting\nwhere do i find the routing number for usaa\trouting\nwhat's the routing number for my navy federal account\trouting\nwhat's the routing number for my chase account\trouting\nwhat's the routing number for my bank of america account\trouting\nwhere do i find the routing number for chase\trouting\nwhere do i find the routing number for bank of america\trouting\nwhere do i find the routing number for bank of the west\trouting\nwhere do i find the routing number for navy federal\trouting\nwhat's the routing number for my bank of the west account\trouting\nwhat's the routing number for my usaa account\trouting\nwhat's my bank routing number\trouting\ncan i get the routing number for my boa account\trouting\ni need to know the routing number for my wells fargo account\trouting\nwhat is the routing number for my wells fargo account\trouting\nplease tell me the routing number for my wells fargo account\trouting\nplease tell me my bank of america routing number\trouting\ni need to know the routing number for my checking\trouting\ncould you tell me the routing number for my chase checking account\trouting\nwhat is my routing number on my checking account\trouting\ni need the routing number to my chase checking account\trouting\nwhat is the routing number on my first merit account\trouting\ncan you help me find the routing number\trouting\nwill you tell me my routing number\trouting\nwould you tell me my routing number\trouting\ni need to know chase banks routing #\trouting\nwhat type of pet do you have\tdo_you_have_pets\nshare some information about your pets with me\tdo_you_have_pets\ndo you have any type of pet\tdo_you_have_pets\ndo you own pets\tdo_you_have_pets\nwhat are the pets that you have in your possession\tdo_you_have_pets\ndescribe your types of pets\tdo_you_have_pets\nhow would you explain the pets you own\tdo_you_have_pets\nwhat are the pet types you own\tdo_you_have_pets\ndo you have any pet animals\tdo_you_have_pets\nany pets in your household\tdo_you_have_pets\ndo you have any domestic animals\tdo_you_have_pets\nwhich animals do you have at home\tdo_you_have_pets\ntell me all about the creatures you own\tdo_you_have_pets\nspecifically, what pets do you own\tdo_you_have_pets\nif you had to choose, would you choose a cat or a dog\tdo_you_have_pets\nwhat is your favorite, cats or dogs\tdo_you_have_pets\nwhat kind of person are you, a cat or dog\tdo_you_have_pets\nwhich food do you give your pets\tdo_you_have_pets\nhow old are your pets\tdo_you_have_pets\nthe pets are all good\tdo_you_have_pets\nwhat is the colour of your pets\tdo_you_have_pets\nwhat is your favourite pet\tdo_you_have_pets\ndo you have many kinds of pets at your house\tdo_you_have_pets\nwhat kind of pets live with you\tdo_you_have_pets\nhow many different pets do you have\tdo_you_have_pets\ndo you have different kinds of pets\tdo_you_have_pets\nwhat sort of pets do you have\tdo_you_have_pets\ntell me about your pets\tdo_you_have_pets\nwhat sort of person are you, a cat or dog person\tdo_you_have_pets\ntell me if you like cats or dogs\tdo_you_have_pets\nlet me know about your pets\tdo_you_have_pets\ncan you tell me the types of pets you have\tdo_you_have_pets\ni'd like to learn more about your pets\tdo_you_have_pets\nso what pets do you have\tdo_you_have_pets\nwould you say you like cats or dogs\tdo_you_have_pets\nwould you say you're a person who likes cats or dogs more\tdo_you_have_pets\ncats or dogs\tdo_you_have_pets\ni want to know what kinds of pets you have\tdo_you_have_pets\nwould you let me know if you are a cat or dog person\tdo_you_have_pets\nlet me know what kinds of pets you have\tdo_you_have_pets\nwould you tell me what kind of pets you have\tdo_you_have_pets\ni am needing to know what kind of pets you have\tdo_you_have_pets\ntell me what kind of pets you have\tdo_you_have_pets\ni want to know if you are a cat or dog person\tdo_you_have_pets\nlet me know if you are a cat or dog person\tdo_you_have_pets\ni need to know whether you are a cat or dog person\tdo_you_have_pets\ntell me whether you are a cat or dog person\tdo_you_have_pets\nyou have what kind of pets\tdo_you_have_pets\nyou have pets of what kind\tdo_you_have_pets\npets you have what kind\tdo_you_have_pets\non pets, what kind do you have\tdo_you_have_pets\nkind of what pets do you have\tdo_you_have_pets\nimagine you had to pick a preferred animal between cats or dogs, which will you pick\tdo_you_have_pets\nwhy types of animals do you currently have as pets\tdo_you_have_pets\nto what animal species do your pets belong\tdo_you_have_pets\nwhat species of pets do you own\tdo_you_have_pets\nwhat sort of animals are your pets\tdo_you_have_pets\nwould you say you like dogs more or cats more\tdo_you_have_pets\nare you currently a pet owner\tdo_you_have_pets\nhave you any pets\tdo_you_have_pets\nwould you say that you are now a pet owner\tdo_you_have_pets\nthink about if you could only say one or the other, which animal do you see yourself choosing, cats or dogs\tdo_you_have_pets\nwhich do you prefer, cats or dogs\tdo_you_have_pets\nwhat pets do you currently own\tdo_you_have_pets\nif you were getting a pet, would you get a cat or would you get a dog\tdo_you_have_pets\nwhich pets do you own now\tdo_you_have_pets\nso are cats and dogs liked by you\tdo_you_have_pets\nare you a cat person\tdo_you_have_pets\nso do you like cats or dogs\tdo_you_have_pets\ni gotta know what kinds of pets you have\tdo_you_have_pets\ntell me what kinds of pets you have\tdo_you_have_pets\ndo you like cat or dogs\tdo_you_have_pets\ni need to know what kinds of pets you have\tdo_you_have_pets\ni wanna know what kinds of pets you have\tdo_you_have_pets\ndo you like cats or dogs\tdo_you_have_pets\ni must know what kinds of pets you have\tdo_you_have_pets\nif you had to choose, cat or dog\tdo_you_have_pets\nwould you like to live with a cat or a dog\tdo_you_have_pets\nwhich domestic animal do you prefer, dog or cat\tdo_you_have_pets\nwhat is your favorite pet, a cat or a dog\tdo_you_have_pets\ndo you have pets\tdo_you_have_pets\ndo you keep any pets\tdo_you_have_pets\nwhat are all your pets\tdo_you_have_pets\nwhat are your pets\tdo_you_have_pets\nhow many pets do you have\tdo_you_have_pets\nwhat animals do you have\tdo_you_have_pets\ndo you own any pet\tdo_you_have_pets\nwhat kind of pets do you own\tdo_you_have_pets\nwhat are the pets that you take care of\tdo_you_have_pets\ndo you own any pet at all\tdo_you_have_pets\nwhat are the pets that you raise\tdo_you_have_pets\ndo you have any pet at all\tdo_you_have_pets\ncan you tell me about the pets you have\tdo_you_have_pets\ncan you tell me if you have any pets\tdo_you_have_pets\ni am curious about whether you have pets\tdo_you_have_pets\ni want to know whether or not you are a pet owner\tdo_you_have_pets\nwhat sorts of pets do you own\tdo_you_have_pets\ni want to hear about your pets\tdo_you_have_pets\nare you a pet owner\tdo_you_have_pets\nwhat types of pets do you own\tdo_you_have_pets\ni want to know if there is meeting room available at 8\tschedule_meeting\nmeeting room availability from 8:00 please\tschedule_meeting\nare there any meetings room available between 8:00 and 9:00 am\tschedule_meeting\ni want to check if there is any meeting room available between 8:00 and 10:00 am\tschedule_meeting\ntell me how do i schedule a meeting\tschedule_meeting\nshow me how do i schedule a meeting\tschedule_meeting\ni want to know how do i schedule a meeting\tschedule_meeting\nmeeting room availability at 8:00 please\tschedule_meeting\ni want to find out how do i schedule a meeting\tschedule_meeting\ndo you know how do i schedule a meeting\tschedule_meeting\ncan you schedule a meeting with steve at the office\tschedule_meeting\ncan you schedule a meeting with jessica at the office, please\tschedule_meeting\ncan you schedule a meeting with james at the office, please\tschedule_meeting\nhow do i create a meeting\tschedule_meeting\nhow can i create a meeting\tschedule_meeting\nhow can i schedule a meeting\tschedule_meeting\ncan you schedule a meeting with steve at the office, please\tschedule_meeting\ncan you schedule a meeting with james at the office\tschedule_meeting\ndo you have a meeting room open from noon until 2:00 pm\tschedule_meeting\ni'd like to schedule a meeting room from 1:00 pm until 2:00 pm\tschedule_meeting\ncan i book a meeting room from 2:00 pm to 3:00 pm\tschedule_meeting\nare there any meeting rooms free from 10:00 am until 10:30 am\tschedule_meeting\nwhat is your availability for conference rooms between one and two today\tschedule_meeting\ni want to schedule a meeting with tom for 6pm\tschedule_meeting\nadd a new meeting with tom for 6pm\tschedule_meeting\nhow can you schedule a meeting for me\tschedule_meeting\ncan you schedule a meeting for me\tschedule_meeting\nschedule a meeting with tom for 6pm\tschedule_meeting\ni need to schedule a meeting\tschedule_meeting\nschedule a meeting for me\tschedule_meeting\nadd a meeting with tom at 6pm\tschedule_meeting\ni need to set a meeting with tom at 6pm\tschedule_meeting\nwould you schedule a meeting with carrie and lisa please\tschedule_meeting\ni need you to schedule a meeting with carrie and lisa\tschedule_meeting\nschedule a meeting with carrie and lisa\tschedule_meeting\ni want you to schedule a meeting with carrie and lisa\tschedule_meeting\ncould you please schedule a meeting with carrie and lisa\tschedule_meeting\ni want a meeting to be scheduled\tschedule_meeting\ntell me how i can schedule a meeting\tschedule_meeting\nhelp me schedule a meeting\tschedule_meeting\nhow does scheduling a meeting work\tschedule_meeting\nhelp me get a meeting set up\tschedule_meeting\ni need a meeting scheduled with bob for 7:00am on 9/11\tschedule_meeting\nget me a meeting with bill for 5:30pm tomorrow\tschedule_meeting\ni have to meet with sam at 9:00am in two days\tschedule_meeting\nset a meeting with tom for 5:30 tomorrow\tschedule_meeting\ni'm having trouble scheduling a meeting\tschedule_meeting\nput a meeting on my schedule with pam for 3:00pm on february 11th\tschedule_meeting\nare there meeting rooms available between 9-10\tschedule_meeting\nare there meeting rooms available between 7-9\tschedule_meeting\nare there meeting rooms available between 11-12\tschedule_meeting\nare there meeting rooms available between 4-8\tschedule_meeting\nare there meeting rooms available between 10-11\tschedule_meeting\ncan you put in a meeting for the blue room on friday\tschedule_meeting\ncan you sign me up for a meeting in the blue room on friday\tschedule_meeting\ni want to know if there are meeting rooms available between 9:00 am and 11:00 am\tschedule_meeting\nplease help me schedule a meeting with john love at 9 am tomorrow\tschedule_meeting\nbetween 9:00 am and 11:00 am, are there meeting rooms available\tschedule_meeting\ncould you schedule a meeting with john smith at 1 pm tomorrow\tschedule_meeting\ni need you to schedule a meeting with bob brown at noon the day after tomorrow\tschedule_meeting\ncan see you see if there are meeting rooms available between 9:00 am and 11:00 am\tschedule_meeting\nsee if you can schedule a meeting with don southerland tomorrow at noon\tschedule_meeting\ni need meeting rooms between 9:00 am and 11:00 am, are there any available\tschedule_meeting\ncan you schedule a meeting at 10 am tomorrow with john smith\tschedule_meeting\nplease tell me if there are meeting rooms available between 9:00 am and 11:00 am\tschedule_meeting\ncan you schedule a meeting room for interviews on thursday\tschedule_meeting\ncan you schedule a meeting with damon for 1\tschedule_meeting\ncan you schedule a meeting with john for 12\tschedule_meeting\ncan you schedule a meeting with steve for 5\tschedule_meeting\ncan you schedule a meeting with george for 4\tschedule_meeting\ncan you schedule a meeting with matt for 3\tschedule_meeting\na meeting needs to be schedule and i need to know how\tschedule_meeting\nshow me how to schedule a meeting\tschedule_meeting\ntell me how to schedule a meeting\tschedule_meeting\nschedule a meeting room for friday at 3pm\tschedule_meeting\nat noon, schedule a meeting with saul\tschedule_meeting\ni'd like to pencil in a meeting with seth at 11am\tschedule_meeting\nwhat's the meeting room availability between noon and 2\tschedule_meeting\nset up a meeting with frank at 2pm\tschedule_meeting\nare there any open meeting rooms between noon and 1\tschedule_meeting\nbook me a meeting room for 12pm on february 28th\tschedule_meeting\nare any meeting rooms open between 9 and 10\tschedule_meeting\nis there an open meeting room between 2 and 4\tschedule_meeting\ncan you hook me up with a meeting room on saturday morning at 10am\tschedule_meeting\ni need to schedule a meeting with mae at 5pm\tschedule_meeting\ni'm going to need a meeting room on 9am on tuesday\tschedule_meeting\ni need a meeting room at 2pm on friday\tschedule_meeting\ni'm going to need to meet with scott at 1pm\tschedule_meeting\nis it possible to book a meeting room between 10 and 11\tschedule_meeting\nwould you be able to help me with a meeting room on wednesday at 3pm\tschedule_meeting\nduring afternoon is there a meeting room to use\tschedule_meeting\nis there a meeting room available between one and two\tschedule_meeting\nwhat is the availability of meeting rooms during the afternoon\tschedule_meeting\nhow many rooms are available between 2 and 3\tschedule_meeting\ncheck if meeting rooms are free from 6 to 7\tschedule_meeting\nplease find out if rooms are free from 1 to 2\tschedule_meeting\nare any rooms free from 12 to 1\tschedule_meeting\nare there rooms available between 5 and 530\tschedule_meeting\nif i want to schedule a meeting, how do i do it\tschedule_meeting\nhow is a meeting scheduled\tschedule_meeting\nwhat kind of gasoline can this car take\tgas_type\nis there a certain type of gas i need to use\tgas_type\ni need to know what kind of gas i can use on this car\tgas_type\nis any type of gas ok on this car\tgas_type\nis there a certain type of gas i need to use for this car\tgas_type\ni want to know the type of gasoline for this car\tgas_type\ntell me the gas type for that car\tgas_type\ntell me what type of gas this car uses\tgas_type\ntell me what kind of gas this car uses\tgas_type\nwhat type of fuel does my car need\tgas_type\nwhat type of gas does the car use\tgas_type\nwhat type of fuel do i need to use to fill the car up with\tgas_type\nwhat type of gas do i need to use in this car\tgas_type\nwhat type of gas does this car need\tgas_type\nwhat kind of fuel do i need\tgas_type\nwhat kind of gas will i need to put in this car\tgas_type\ni need to know what kind of fuel this car needs\tgas_type\nwhat kind of gas should i use to fill the car\tgas_type\nwhat kind of petrol goes in the tank\tgas_type\ncan i use any fuel in my car\tgas_type\nwhat kind of fuel should i use to fill the car\tgas_type\ntell me what type of fuel i need to use for this car\tgas_type\nwhat fuel do i need for my car\tgas_type\nwhat kind of gas should i put in this car\tgas_type\nwhat gas do i need to fill the car up with\tgas_type\ndoes my car need specific fuel\tgas_type\nwhich type of gas do i need to put in my car\tgas_type\nwhat sort of gas does the car need\tgas_type\ntell me what cas is needed for this car\tgas_type\ni need to know what kind of gas to put in this car\tgas_type\ni would like to know the kind of gas that this car uses\tgas_type\ntell me the gas i need to fill this car up with\tgas_type\nwhat gas does the car need\tgas_type\nwhat gas does that car currently use\tgas_type\nwhat gas does the car use\tgas_type\ni wanna know the gas i need to fill this car up with\tgas_type\nwhat kind of gas does my car currently need\tgas_type\nwhat gas is needed for the car\tgas_type\ni wanna know the gad i need to fill this car up with\tgas_type\nplease inform me the gas i need to fill this car up with\tgas_type\nwhat gas does my car use\tgas_type\nso what kind of gas does my car need\tgas_type\ni wish to know the gas i need to fill this car up with\tgas_type\nwhat type of gas does my car use\tgas_type\nwhat kind of gas does my car use\tgas_type\nwhat type of gas am i allowed to put in this car\tgas_type\nwhat kind of gas should go in this car\tgas_type\nwhat kind of gas goes in this car\tgas_type\nwhat type of gas does this car take\tgas_type\nwhat kind of gas does my vehicle take\tgas_type\nwhat sort of fuel does this car take\tgas_type\nwhat type of fuel is used for this vehicle\tgas_type\nwhat sort of fuel should i use for this car\tgas_type\ntell me the kind of fuel that my vehicle operates on\tgas_type\nwhat kind of fuel does my vehicle run on\tgas_type\nwhat sort of gas should i get for my car\tgas_type\ntell me the right kind of gas for this car\tgas_type\nlook up the kind of fuel i use in my car\tgas_type\nwhat sort of fuel do i need for my car\tgas_type\ncan you check what fuel type to use with this car\tgas_type\nwhat kind of gas does this car take\tgas_type\nlook up the type of gas needed for this vehicle\tgas_type\ntell me the fuel type used by my car\tgas_type\nwhat kind of gas is needed for this car\tgas_type\ndoes it matter what kind of gas i fill up my car with\tgas_type\nshould i use premium gas with this car\tgas_type\nwill using a different type of gas matter for this car\tgas_type\nwill this car run on the cheaper gas\tgas_type\ncan i put normal unleaded in this car\tgas_type\nis unleaded ok or should i use premium\tgas_type\nwhat percentage gas do i need\tgas_type\nwhat kind of gas does this car use\tgas_type\nwhat type of fuel should i use in my car\tgas_type\nwhich fuel does my car take\tgas_type\nwhat kind of fuel goes in my engine\tgas_type\ndoes this car take regular gas\tgas_type\ntell me the gasoline type for this car\tgas_type\nwhat type of gas do i need to put in this car\tgas_type\nwhat type of gas do i need for this car\tgas_type\ndoes this care use premium gas\tgas_type\nis regular gas ok or does this car need something else\tgas_type\nwhich gas grade does this car take\tgas_type\nwhich gas type does this car take\tgas_type\nwhat's the correct fuel type for my car\tgas_type\ndoes this car need high octane gas\tgas_type\ndoes this take regular unleaded\tgas_type\nis there a minimum gas grade this car needs\tgas_type\ntell me the fuel my car takes\tgas_type\nmy car uses what type of fuel\tgas_type\ntell me the type of fuel my car takes\tgas_type\ntell me what type of fuel my car uses\tgas_type\nwhat type of fuel does my car use\tgas_type\nwhat kind of gas do i put in my car\tgas_type\nwhat gasoline do i need to buy\tgas_type\nwhat kind of gas does my car take\tgas_type\nwhat kind of gas does this car need\tgas_type\nwhat kind of gas should i put into this car\tgas_type\nwhat gas does this car need\tgas_type\nwhat gas should i fill it up with\tgas_type\nwhat do i need to gas up this car\tgas_type\ndo i need a socket converter if i'm going to mexico\tplug_type\ndoes england have a different plug type and if so what is it\tplug_type\nis there a conversion plug if you travel to australia\tplug_type\nwhat kind of plug type do they use in russia\tplug_type\nwhat type of plug do i need to bring if i visit japan\tplug_type\nwhat type of plug do they use in mexico\tplug_type\nwhen you go to germany, do you need a special converter for your plugs\tplug_type\ndo visitors to japan need to use a socket converter\tplug_type\ndo you need a special outlet converter in sweden\tplug_type\ndo i need a power adapter in mexico\tplug_type\ndo they use special outlets in australia\tplug_type\ndo they use any special type of plug in spain that you need a converter for\tplug_type\ndo i need to have a socket converter in canada\tplug_type\nis a socket converter required if i travel to russia\tplug_type\ndo they use weird plugs in australia where i'd need some kind of socket converter\tplug_type\nis there an outlet plug adapter\tplug_type\ncan you tell me what kind of outlet plug there is over there\tplug_type\nhow do i know what the outlets are like\tplug_type\ni'm going out of country, what type of outlet plug do i need\tplug_type\nwhat if i have the wrong plug\tplug_type\ndo i need a socket converter if i'm going to be in ohio\tplug_type\nin osaka, do i need a plug converter for my electronics\tplug_type\nwill i need a plug converter for my electronics in amman\tplug_type\nwhat plug types are there in cuba\tplug_type\nin chile, what kind of plugs are used\tplug_type\nwhat type of plugs do they use in london\tplug_type\nif i visit cairo will i need a plug converter\tplug_type\nto charge my phone in india will i need a plug converter\tplug_type\nwhat kind of plugs will i need when i'm in ecuador\tplug_type\nwill i need to use a plug converter in el salvador\tplug_type\nwhat plugs are used in spain\tplug_type\nwhat type of plug does the country use\tplug_type\ngive me the plug type for the country\tplug_type\nwhat kind of plug does the country use\tplug_type\ni have to know what plug that country uses\tplug_type\ninform me as to the plug type of the country\tplug_type\nwhich type of plugs do they use in scotland\tplug_type\nare socket converters needed in lisbon\tplug_type\nwill i need a socket converter when i go to france\tplug_type\nis a socket converter required in india\tplug_type\nwhat kind of plug does my hair dryer use in south korea\tplug_type\nif i go to dublin is a socket converter needed\tplug_type\nwhat type of plugs are used in cambodia\tplug_type\nwhat kind of plug do i need for my razor in ireland\tplug_type\nwhen i go to dubai will i need a socket converter\tplug_type\nwhen i go to mexico, what kind of plugs do i need\tplug_type\nwhat kind of plug converter is needed in c\tplug_type\nwhat kind of outlets does havana have\tplug_type\ndo i need a plug converter in doha\tplug_type\nis a plug converter required for haiti\tplug_type\ndo i need to get a plug converter for athens\tplug_type\ndo i need a socket converter if i'm going to be in russia\tplug_type\ndo i need a plug converter when i visit russia\tplug_type\ndo i need a socket converter if i'm going to be in china\tplug_type\ndo i need a socket converter if i'm going to be in uruguay\tplug_type\ndo i need a plug converter when i visit belgium\tplug_type\nwhat plug type does russia use\tplug_type\nwhat plug type does greece use\tplug_type\ndo i need a socket converter if i'm going to be in germany\tplug_type\nwhat plug type does spain use\tplug_type\nwhat plug type is used in spain\tplug_type\ndo i need a socket converter if i'm going to be in france\tplug_type\ntell me the plug type that is used in scotland\tplug_type\nshould i bring a converter to barcelona\tplug_type\ndo i need a converter in barcelona\tplug_type\nare barcelona plugs compatible\tplug_type\nwill my plugs work in barcelona\tplug_type\nare the plugs different in barcelona\tplug_type\nwhat kind of outlets do they use in z\tplug_type\nwhat kind of electrical outlets do they use in z\tplug_type\nwhat kind of electrical plugs do they uze in z\tplug_type\nwhat kind of hertz outlets do they use in z\tplug_type\ndo i need a socket converter in england\tplug_type\nare socket converters necessary in england\tplug_type\nshould i bring my socket converter while traveling to england\tplug_type\nshould i bring my socket converter to england\tplug_type\ndoes england require socket converters\tplug_type\nshould i buy a specific plug type when in china\tplug_type\nwould i need to buy a plug converter when in rome\tplug_type\ndo i really need a plug converter when in london\tplug_type\nwhat type of plug do i need when in rome\tplug_type\nwould it be smart to get a plug converter when i visit israel\tplug_type\nwhat do the plugs look like in japan\tplug_type\nshould i buy a plug converter if i am traveling to egypt\tplug_type\ndoes australia have different plug sizes\tplug_type\nwhat are those european plugs called\tplug_type\nshould i purchase a new plug converter when in france\tplug_type\nwhen i visit thailand do i need a plug converter\tplug_type\ncan i use the plug i use at home when traveling in south america\tplug_type\nis a plug converter necessary in mexico\tplug_type\nwhen in europe would i be able to use a regular plug\tplug_type\ncan i use an ordinary plug in scotland\tplug_type\nwhat is the plug type in france\tplug_type\nwhat plug type would i use in japan\tplug_type\ndo i need a plug converter when i visit france\tplug_type\ndo i need a plug converter when i visit china\tplug_type\ndo i need a socket converter if i'm going to be in sweden\tplug_type\ndo i need a socket converter if i'm going to be in eithiopia\tplug_type\ndo i need a socket converter if i'm going to be in hong kong\tplug_type\nwhat plug type should i use in england\tplug_type\ntell me the status of my tires and when i need to replace them\ttire_change\nhow many more miles can i drive before changing my tires\ttire_change\nhow many miles can i drive before changing my tires\ttire_change\nwhen will my tires need to be replaced\ttire_change\nhow is the tread on my tires\ttire_change\nwhen should i replace my tires next if i last replaced them on july 15th\ttire_change\nwhen are my tires due to be changed\ttire_change\nwhat date should i get my tires changed\ttire_change\nmy tires need to be changed when\ttire_change\nhow often do tires need changing\ttire_change\nwhen should i try to change my tires\ttire_change\nwhen is it imperative that i get my tires changed\ttire_change\nwhen do my tires need some changing\ttire_change\nwhen do my tires need changing\ttire_change\nwhen do i have to get my tires changed\ttire_change\nwhen should i replace my tires next if i last replaced them on the 1st\ttire_change\ntell when should i get my tires changed next\ttire_change\ntell me when should i get my tires changed next\ttire_change\ni need to know when should i get my tires changed next\ttire_change\nlet me know when should i get my tires changed next\ttire_change\nwhen shall i get my tires changed\ttire_change\nwhen do i need to get my tires changed\ttire_change\nwhen must i get my tires changed\ttire_change\ni wanna know when should i get my tires changed next\ttire_change\nwhen am i due for a tire change\ttire_change\ndo i need new tires if i just got them replaced on january 2017\ttire_change\nhow many times a year should i change my tires\ttire_change\ndo i need replacement tires if my last purchase was in june 2015\ttire_change\nif i bought new tires on may 27th, should i still need new ones\ttire_change\nwould i need new tires if my last purchase was in may of 2018\ttire_change\nwould you say i need new tires if i last bought them on the 24th\ttire_change\ndo i need to change any of my tires\ttire_change\ni got my new tires a month ago, when should i replace them\ttire_change\nwhen should i get new tires i just replaced them\ttire_change\ni purchased new tires yesterday, should i buy new ones\ttire_change\nhow soon should i replace my tires from yesterday\ttire_change\ni replaced my tires yesterday, when should i get new ones\ttire_change\ncan you please let me know when next my tires are due to be changed\ttire_change\nplease confirm the next time i should get the tires on my car replaced\ttire_change\nwhen is it recommended that i change my tires next\ttire_change\nhow long until i should have my tires replaced\ttire_change\nwhen should i get new tires i last replaced them four years ago\ttire_change\nhow many miles do i drive before i have to get new tires i replaced them four years ago\ttire_change\nhow low should the tread be on my tires to replace them i bought new tires four years ago\ttire_change\nwhen should i get my tires changed again\ttire_change\nwhen do my tires need to be changed again\ttire_change\nwhen will i need to change my tires again\ttire_change\nwhen do i need to change my tires again\ttire_change\nwhen should my tires be changed next\ttire_change\ni replaced my tires on may 2, so when should i replace them next\ttire_change\nif i replaced my tires on labor day, when should i next replace them\ttire_change\nwhen should i have my tires replaced if i replaced them on the first of march\ttire_change\nif i replaced my tires on christmas eve, when will i need to replace them again\ttire_change\nwhen will i need to replace my tires if i last replaced them on december 20\ttire_change\nhow long can i go before i need to change my tires\ttire_change\nwhen should i go in and have my tires changed\ttire_change\nhow much time do i have before i have to change my tires\ttire_change\nwhen should i get new tires\ttire_change\nwhen ought i get my tires changed next\ttire_change\nare my tires due to be changed\ttire_change\nare my tires due to be changed soon\ttire_change\nhow long until i have to replace my tires\ttire_change\nhow much longer until i have to change my tires\ttire_change\nwhen's the next time i should change my tires\ttire_change\nwhen do i take my car in for a tire change\ttire_change\nhow long until i need to change my tires\ttire_change\nhow many miles until i change my tires\ttire_change\nwhen are my tires next due for a change\ttire_change\nhow often do you change your tires\ttire_change\nhow long do tires last for\ttire_change\nhow many miles can i drive before i need to change my tires\ttire_change\nwhat signs should i look for to know if i should change my tires\ttire_change\nis there a way to tell if i need new tires\ttire_change\nwhen should i replace my tires next, if i replaced them on january 15, 2018\ttire_change\nwhen should i replace my tires if i replaced them last year\ttire_change\nhow do i know when to change my tires\ttire_change\ntell me how i can tell if my tires need to be changed\ttire_change\nis it time for new tires\ttire_change\ndo i need new tires\ttire_change\ntell me when i need to replace my tires, if i replaced them on october 1, 2017\ttire_change\ndo i need to replace my tires if i replaced my tires in january\ttire_change\ni replaced my tires in december, when should i replace them again\ttire_change\nhow often should i replace my tires sense i replaced them on 2/21/17\ttire_change\ni replaced my tires last year when should i replace my tires again\ttire_change\nwhen do you think i should replace my tires because i replaced them on 12/21/17\ttire_change\nhow long before i need to replace my tires after i replaced them on 2/24/18\ttire_change\nwhen should i replace my tires sense i last replaced them on 3/21/17\ttire_change\nwhen is the right time to change my tires\ttire_change\nis it time to change my tires\ttire_change\nwhen do i need to change my tires\ttire_change\ndo my tires need to be changed\ttire_change\nshould i change my tires\ttire_change\nwhen will my tires need changed\ttire_change\nhow many miles before i need my tires changed\ttire_change\nis there a specific date when i should get my tires changed\ttire_change\ncan you tell me when my tires should get changed\ttire_change\nis there a time when i should get my tires changed\ttire_change\nwould you tell me when i should replace my tires next if i last replaced them on june 2\ttire_change\nhelp me and let me know when i should replace my tires next if i last replaced them on june 2\ttire_change\ni need to know when i should replace my tires next if i last replaced them on june 2\ttire_change\nhow many pesos can i get for one dollar\texchange_rate\nwhat is the current going rate for exchanging dollars for pesos\texchange_rate\ntell me the exchange rate between dollars and pesos\texchange_rate\nlet me know what the exchange rate between dollars and pesos is\texchange_rate\nwhat's the exchange rate between dollars and pesos\texchange_rate\nwhats dollars won in 15\texchange_rate\nwhat's dollars yen in 10\texchange_rate\nwhats pesos australian dollars in 20\texchange_rate\nwhats rupees dollars in 30\texchange_rate\nwhats euros kroner in 25\texchange_rate\nhow many lira can i get for 250 dollars\texchange_rate\nwhat is the exchange rate in pesos for 100 dollars\texchange_rate\nhow many dollars can i exchange for 25 euros\texchange_rate\nhow many dollars can i exchange for 75 euros\texchange_rate\nwhat is the equal number of dollars i can exchange for 50 pesos\texchange_rate\ntell me the exchange rate between rubles and dollars\texchange_rate\ni wanna know five dollars in yen and rubles\texchange_rate\nwhat's the currency conversion between rubles and yen\texchange_rate\nhow many dollars can i exchange for 10 yen\texchange_rate\ni wanna know the exchange rate between yen and dollars\texchange_rate\nhow many dollars can i exchange for 10000 rubles\texchange_rate\nwhat is 5 in yen and rubles\texchange_rate\nhow many dollars can i exchange for 5000 rubles\texchange_rate\ni need to know five dollars in yen and rubles\texchange_rate\nhow many dollars can i exchange for 10000 yen\texchange_rate\ni gotta know the exchange rate between yen and rubles\texchange_rate\nwhat's the currency conversion between rubles and dollars\texchange_rate\nwhat's the currency conversion between usd and yen\texchange_rate\nwhat's the currency conversion between usd and pounds\texchange_rate\ni would love to know the exchange rate between rubles and pounds\texchange_rate\ntell me five dollars in yen and rubles\texchange_rate\ni must know five dollars in yen and rubles\texchange_rate\nlet me know the exchange rate between dollars and rubles\texchange_rate\nhow many dollars can i exchange for 100000 yen\texchange_rate\nwhat's the currency conversion between rubles and pounds\texchange_rate\nwhat is the exchange rate between usd and british pounds\texchange_rate\nusd to yen is what right now\texchange_rate\nwhat is the exchange rate between british pounds and yen\texchange_rate\nusd to the euro exchanges at what right now\texchange_rate\nwhat is the exchange rate between usd and the euro\texchange_rate\nhow much can i expect to receive if i trade in 6 yens\texchange_rate\nwhat is the amount of dollars i get if i trade in 6 yens\texchange_rate\nwhat is the maximum dollars i can get for 6 yens\texchange_rate\nwhat is the quantity of dollars i receive for trading 6 yens\texchange_rate\nhow much dollars do i receive if i trade in 6 yens\texchange_rate\nhow many pesos in one dollar us\texchange_rate\nhow much is twenty pounds sterling in us dollars\texchange_rate\nwhat is the the exchange rate for us dollars to euros\texchange_rate\ncan you tell me the exchange rate for yen to euros\texchange_rate\nwhat is the exchange rate from pounds sterling to us dollars\texchange_rate\nhow many pesos equals 500 dollars\texchange_rate\ntell me how many pesos equal 500 dollars\texchange_rate\nwhat is the conversion for 500 dollars to pesos\texchange_rate\nhow much is 500 dollars in pesos\texchange_rate\n500 dollars equals what in pesos\texchange_rate\nhow does 10 pounds convert to euros\texchange_rate\nhow many canadian dollars can i get for 5 us dollars\texchange_rate\nhow many euros can i exchange for 5 us dollars\texchange_rate\nwhat is the exchange to yen if i have 100 us dollars\texchange_rate\nhow many us dollars can i get for 20 euros\texchange_rate\ncan you tell me today's rate for cad to usd\texchange_rate\nhow much cad can i get with my one usd\texchange_rate\nis the dollar strong against the yen today\texchange_rate\ntell me the exchange rate of dollars to yen\texchange_rate\nwhat is one dollar worth in mexico\texchange_rate\ni need to know the conversion for dollars to pesos\texchange_rate\ncan you tell me dollars to franks\texchange_rate\ni would like to know the usd to aud conversion rate\texchange_rate\ni need to know the dollar to peso conversion\texchange_rate\nus dollars to uk\texchange_rate\nexchange rate between mexico and us\texchange_rate\nhow many dollars is one mexican peso\texchange_rate\ndollar to pesos exchange rate\texchange_rate\nexchange rate to go from dollar to yen\texchange_rate\nus and mexico exchange rate\texchange_rate\nwhat is 2 francs in euros\texchange_rate\nwhat's 10 pounds in dollars\texchange_rate\nwhat is 56 dollars in yen\texchange_rate\nwhat's 11 yen in pounds\texchange_rate\nwhat's 10 euros in dollars\texchange_rate\nhow many swedish kroner do i get for a dollar\texchange_rate\nhow much is 10 us dollars in canadian dollars\texchange_rate\nwhat is 50 dollars in euros\texchange_rate\nwhat is the exchange rate for canadian dollars to us dollars\texchange_rate\nwhat is the current exchange rate for the dollar and the yen\texchange_rate\nif i have 10 us dollars, how many pounds sterling is that\texchange_rate\nif i have 20,000 yen, how much is that in usd\texchange_rate\nwhat's 50 euro in dollars\texchange_rate\nhow much is the euro in dollars\texchange_rate\nwhat is the current exchange rate of yen to lira\texchange_rate\nconvert krugerrands to saudi riyal\texchange_rate\ntell me the currency conversion rate from kurus to euros\texchange_rate\ni need the exchange rate between pounds and us dollars\texchange_rate\nwhat is the exchange rate between rubles and us dollars\texchange_rate\nhow many dollars can i exchange for 200 pounds\texchange_rate\nhow many euros can i exchange for 200 yen\texchange_rate\nhow many canadian dollars can i exchange for 200 yen\texchange_rate\nhow many dollars can i exchange for 200 yen\texchange_rate\nhow many dollars can i exchange for 200 euros\texchange_rate\nwhat is the yen worth in terms of the peso\texchange_rate\nwhen is the upcoming holiday, please\tnext_holiday\nwhen is the upcoming holiday\tnext_holiday\nwhat day is our next free day\tnext_holiday\nwhen is the next scheduled holiday\tnext_holiday\nwhen is the next scheduled holiday, please\tnext_holiday\nwhen is our next free day\tnext_holiday\nwhen is our next free day, please\tnext_holiday\nwhat day is our next free day, please\tnext_holiday\nwhat day is our next free day on the calendar, please\tnext_holiday\nwhen is the next holiday, please\tnext_holiday\nare there any holidays this month\tnext_holiday\nwhen is the next day i have off\tnext_holiday\nhow many more days until my next paid day off\tnext_holiday\nwhich holiday is next in line\tnext_holiday\ni need to know how long until my next vacation day\tnext_holiday\nis there a holiday next week\tnext_holiday\nhow many days until i am off\tnext_holiday\nwhen is my next vacation day\tnext_holiday\nwhat's the time period till our next day off\tnext_holiday\nhow much time till the next day off\tnext_holiday\nhow much longer till the next day off\tnext_holiday\nhow much time till the next time off\tnext_holiday\nhow many days till we have off again\tnext_holiday\nwhen's the next time i get a day off\tnext_holiday\nwhen is the next scheduled day off\tnext_holiday\nwhat's the next day i am scheduled off\tnext_holiday\nwhat's the closest holiday after today\tnext_holiday\ndo i have a day off coming up soon\tnext_holiday\nwhat is the next holiday on the calendar\tnext_holiday\nhow many days until my next day off\tnext_holiday\nwhat holiday comes next\tnext_holiday\nwhen will i get the next holiday with pay\tnext_holiday\nwhen is the next time off for a holiday here\tnext_holiday\ncheck when the next day is i can go fishing will be\tnext_holiday\nwhen is the next office holiday\tnext_holiday\nwhen does my current job have the next official paid holiday\tnext_holiday\nwhat's the next scheduled holiday at this job\tnext_holiday\nwhen will we next get to stay home from work\tnext_holiday\nwhen's the next federally recognized holiday\tnext_holiday\nwhen's the next time my job'll give me a day to myself\tnext_holiday\nwhen does this place let us have a holiday next\tnext_holiday\nlet me know when my next day off is\tnext_holiday\ncan you tell me when our next day off is\tnext_holiday\nwhen do i get a day off\tnext_holiday\ngive me the info of when our next day off is\tnext_holiday\nshow me my next day off\tnext_holiday\nhow many more weeks until the next holiday\tnext_holiday\nwhich holiday is next\tnext_holiday\nhow many more days until the next holiday\tnext_holiday\nhow soon until the next holiday\tnext_holiday\ntell me when i will next have the day off\tnext_holiday\ntell me when the next holiday arrives\tnext_holiday\ntell me when the next day off will be\tnext_holiday\nplease look up the next holiday for me\tnext_holiday\ni need to know when i will next have the day off\tnext_holiday\nfind out for me when the next holiday will be\tnext_holiday\nlook up when our next day off will be\tnext_holiday\ni need to know when the next holiday is\tnext_holiday\nwhen can i expect my next day off\tnext_holiday\ncan you tell me what the next holiday is\tnext_holiday\ndo you know the date of my next day off\tnext_holiday\nplease tell me what the next holiday is\tnext_holiday\ni need to know when the next holiday will be\tnext_holiday\ni need to know when my next day off is\tnext_holiday\nwhat is the date of the next holiday\tnext_holiday\nhow soon is my next day off\tnext_holiday\ntell me when my next day off is\tnext_holiday\nhow long until my next day off\tnext_holiday\nwhen will we have another day off\tnext_holiday\nwhat is my next day off\tnext_holiday\nwhats the next day that i am off\tnext_holiday\nhow many days until the next holiday arrives\tnext_holiday\nwhat day am i off next\tnext_holiday\nhow much longer until my next day off\tnext_holiday\nwhen is my next day off\tnext_holiday\nwhen will i be off again\tnext_holiday\nto what extent until the following day away from work\tnext_holiday\nto what extent until the following three day weekend\tnext_holiday\nto what extent until the following free day\tnext_holiday\nwhat is the next holiday\tnext_holiday\ntell me what holiday is comming up next\tnext_holiday\nare there any holiday's comming up\tnext_holiday\nwhat holiday's are comming up next\tnext_holiday\nwhen can i expect the next holiday here\tnext_holiday\nis the next day off coming up\tnext_holiday\nwhen's the next day off coming up\tnext_holiday\nhow long before the next day off is here\tnext_holiday\nwhen is the next day off\tnext_holiday\nwhen will the day off be\tnext_holiday\ni need to know when i get my next day off\tnext_holiday\nwhen do i finally get a day off\tnext_holiday\nwhen don't i have to work next\tnext_holiday\nwhat holiday can i expect next\tnext_holiday\ndo you know when my next day off is coming\tnext_holiday\nwhat holiday is coming up next\tnext_holiday\nwhen do i have some time off next\tnext_holiday\nwhen's the next holiday coming\tnext_holiday\ncan you tell me the next holiday\tnext_holiday\nwhat's the next holiday\tnext_holiday\nwhat's the date of the next closest holiday\tnext_holiday\nraise the volume to 4 please\tchange_volume\nplease set the volume to 4\tchange_volume\nplease increase the volume to 4\tchange_volume\nplease raise the volume to 4\tchange_volume\nset the volume to 4 please\tchange_volume\nbring the volume up overall\tchange_volume\nmake the volume louder\tchange_volume\nbring the sound up\tchange_volume\nturn your speakers up\tchange_volume\nmake the speakers louder\tchange_volume\nlower your volume\tchange_volume\ngo ahead and increase the volume to 4 please\tchange_volume\nyou must increase the volume to 4 please\tchange_volume\ngo ahead and your volume\tchange_volume\nyou must increase your volume\tchange_volume\nplease increase your volume\tchange_volume\nplease increase your speaker volume\tchange_volume\ngo now and increase the volume to 4 please\tchange_volume\nplease increase the volume to 4 please\tchange_volume\ni want to increase your volume\tchange_volume\ni need you to your volume\tchange_volume\nplease your volume\tchange_volume\ngo ahead and increase your speaker volume\tchange_volume\ni want you to your volume\tchange_volume\ni need you to increase your volume\tchange_volume\ni need you to increase your speaker volume\tchange_volume\nplease go ahead and increase your speaker volume\tchange_volume\nmake my volume louder please\tchange_volume\nmake the sound of my speaker greater\tchange_volume\ncan you rise the volume of this please\tchange_volume\nchange the speaker volume to a louder one\tchange_volume\ni want the speaker to be louder please\tchange_volume\ni can't hear you\tchange_volume\nturn it up please\tchange_volume\ni need it louder\tchange_volume\nthe sound is too low\tchange_volume\nthe speaker volume needs to be increased\tchange_volume\nwould you please increase your speaker volume\tchange_volume\ni need you to increase the speaker volume\tchange_volume\ncan you increase the speaker volume\tchange_volume\nturn up the volume level to 4\tchange_volume\nturn up the volume level to 4, please\tchange_volume\nincrease the volume level to 4, please\tchange_volume\nincrease the volume level to 4 now\tchange_volume\nincrease the volume level to 4\tchange_volume\ncan i have my volume increased\tchange_volume\ncan my volume be increased\tchange_volume\ncan i increase my volume\tchange_volume\nvolume needs to be at 4\tchange_volume\nvolume should be increased to 4\tchange_volume\nboost volume to 4\tchange_volume\ni want volume at 4\tchange_volume\ni want that volume bumped up to 4\tchange_volume\nthe volume should be decreased\tchange_volume\nraise the volume\tchange_volume\nlower the volume\tchange_volume\ni would like the volume lower\tchange_volume\ncan you turn this down\tchange_volume\nturn the volume up\tchange_volume\ni'd like to turn up the volume\tchange_volume\nturn up the speaker volume\tchange_volume\nget louder\tchange_volume\nvolume should be set at 4\tchange_volume\ni'd like it to be louder\tchange_volume\ncan you please turn the volume to 4\tchange_volume\nplease speak louder\tchange_volume\nincrease your vocals\tchange_volume\nlower your voice box\tchange_volume\nincrease your voice box\tchange_volume\nturn your vocals down\tchange_volume\nturn your voice box down\tchange_volume\nturn down your volume\tchange_volume\nlimit your volume\tchange_volume\nplease adjust your settings\tchange_volume\nchange the volume to 4 now please\tchange_volume\ngo ahead and put the volume to 4\tchange_volume\nset the volume to 4 now\tchange_volume\ncan you change the volume to 4\tchange_volume\nturn the volume to 4\tchange_volume\ncan you turn the volume to 4\tchange_volume\nset the volume at 4 for me please\tchange_volume\nmake the volume set to 4\tchange_volume\ni want volume set to 4\tchange_volume\nturn volume to the number 4 setting\tchange_volume\nturn the volume to level 4\tchange_volume\nmake the volume 4\tchange_volume\nplease make sure the volume is on 4\tchange_volume\nturn down volume\tchange_volume\nplease increase volume\tchange_volume\nraise volume\tchange_volume\ndecrease volume level\tchange_volume\nlower volume level\tchange_volume\nset volume higher\tchange_volume\nincrease volume\tchange_volume\nlower volume\tchange_volume\nplease raise volume\tchange_volume\ndecrease volume\tchange_volume\nincrease volume to 4\tchange_volume\nput volume at 4\tchange_volume\ndecrease volume to 4\tchange_volume\nwho is your employeer\twho_do_you_work_for\nwho is the boss of you\twho_do_you_work_for\ni gotta know who is your boss\twho_do_you_work_for\ntell me who is your boss\twho_do_you_work_for\nlet me know who is your boss\twho_do_you_work_for\ni wanna know who is your boss\twho_do_you_work_for\ni need to know who is your boss\twho_do_you_work_for\nwhat is the name of your boss\twho_do_you_work_for\nwhat is the full name of your boss\twho_do_you_work_for\ndo you know the name of your boss\twho_do_you_work_for\ncould you tell me the name of your boss\twho_do_you_work_for\nyour boss is\twho_do_you_work_for\nare you my worker\twho_do_you_work_for\nare you working for me or what\twho_do_you_work_for\nare you working for another person or entity\twho_do_you_work_for\nare you here to serve me\twho_do_you_work_for\nwho or what association do you work for\twho_do_you_work_for\ndescribe who it is you work for\twho_do_you_work_for\nwhat entity is your boss\twho_do_you_work_for\nyou work for who\twho_do_you_work_for\nyou work for whom\twho_do_you_work_for\nwhat's your boss' name\twho_do_you_work_for\nare you working for someone other than me\twho_do_you_work_for\nwho do you work for\twho_do_you_work_for\ndo you work for me or is that wrong\twho_do_you_work_for\nwhat does your boss go by\twho_do_you_work_for\nwho do you call your boss\twho_do_you_work_for\nwhen asked who you work for, what would you say\twho_do_you_work_for\nyour boss is who\twho_do_you_work_for\nare you employed by someone else\twho_do_you_work_for\nyou work for someone else or no\twho_do_you_work_for\nyou work for what company or person exactly\twho_do_you_work_for\ndo you have an employer\twho_do_you_work_for\ndo you have a boss\twho_do_you_work_for\nare you paid by somebody\twho_do_you_work_for\nare you employed by someone\twho_do_you_work_for\nwhich organization you work for\twho_do_you_work_for\nwho do you function for\twho_do_you_work_for\nwho do you do task for\twho_do_you_work_for\nwho do you job for\twho_do_you_work_for\nwhy do u work for them\twho_do_you_work_for\nwho are they that you work for\twho_do_you_work_for\nwho is it u work for\twho_do_you_work_for\nwho is the person u work for\twho_do_you_work_for\nwho do i work for\twho_do_you_work_for\nwho is you employer\twho_do_you_work_for\nis it correct to say you work for me\twho_do_you_work_for\nwho are you currently working for\twho_do_you_work_for\nare you self employed\twho_do_you_work_for\nwho is your employer\twho_do_you_work_for\nare you now working for me\twho_do_you_work_for\nwould you say you are working for me\twho_do_you_work_for\nwho are you working for\twho_do_you_work_for\nwho pay your salary\twho_do_you_work_for\nwhat organization do you work for\twho_do_you_work_for\nwhere else do you work\twho_do_you_work_for\ndo you have another job\twho_do_you_work_for\nyou working for someone else on the side\twho_do_you_work_for\nwho do yo work for\twho_do_you_work_for\nwho is in charge of you\twho_do_you_work_for\nwhat is your boss's name\twho_do_you_work_for\nwould you say that you know who your boss is\twho_do_you_work_for\ndo you know who you report to\twho_do_you_work_for\ndon't you work for your self\twho_do_you_work_for\ndon't you work for someone else\twho_do_you_work_for\nis there another person you work for\twho_do_you_work_for\ndo you work for anyone else\twho_do_you_work_for\nwho would you say your employer is\twho_do_you_work_for\nare you working for me\twho_do_you_work_for\nam i your boss\twho_do_you_work_for\nis there someone else you work for\twho_do_you_work_for\nare you employed by me\twho_do_you_work_for\nis there another entity you work for\twho_do_you_work_for\nwho would you say that you are working for\twho_do_you_work_for\ndo you happen to be employed by me\twho_do_you_work_for\nwho would you say you work for\twho_do_you_work_for\nwho would you say that you are employed by\twho_do_you_work_for\nwho would you say you are employed by\twho_do_you_work_for\nam i your employer\twho_do_you_work_for\nis there another company you work for\twho_do_you_work_for\nare you my employee\twho_do_you_work_for\nam i your supervisor\twho_do_you_work_for\nam i your manager\twho_do_you_work_for\nwho is the person you work for\twho_do_you_work_for\nfor what person do you work\twho_do_you_work_for\nif you had to say who you worked for who would it be\twho_do_you_work_for\nwho tells you what to do\twho_do_you_work_for\nwho directs your labor\twho_do_you_work_for\nwho do you take orders from\twho_do_you_work_for\nwho do you consider your employer\twho_do_you_work_for\nwho calls the shots for your employment\twho_do_you_work_for\nwhat company do you toil for\twho_do_you_work_for\nwho do you report to\twho_do_you_work_for\nwho is your boss\twho_do_you_work_for\nwho is your manager\twho_do_you_work_for\nam i the one you work for\twho_do_you_work_for\nare you influenced by someone else\twho_do_you_work_for\nwho else do you work for\twho_do_you_work_for\nwho else commands you\twho_do_you_work_for\nare you working for someone else\twho_do_you_work_for\nhow high is my credit limit for my old navy card\tcredit_limit\nhow high is my credit limit for my target card\tcredit_limit\nwhat is the credit limit for my usaa card\tcredit_limit\nhow high is my credit limit for my childrens place card\tcredit_limit\nhow high is my credit limit for my walmart card\tcredit_limit\nwhat is the credit limit for my bank of the west card\tcredit_limit\nwhat is the credit limit for my chase card\tcredit_limit\nhow high is my credit limit for my navy federal card\tcredit_limit\nwhat is the credit limit for my navy federal card\tcredit_limit\nwhat is the credit limit for my bank of america card\tcredit_limit\nwhat's my current spending limit\tcredit_limit\ncredit limit\tcredit_limit\nwhat's the credit limit on my account\tcredit_limit\ncould you share what my current credit limit is\tcredit_limit\nwhat's my current credit limit\tcredit_limit\nwhat is the spending limit i have\tcredit_limit\nwhat is the max on my credit limit\tcredit_limit\nwhat is the limit on my credit\tcredit_limit\ni need to know my spending limit on my visa\tcredit_limit\nwhats the max i can spend on my visa\tcredit_limit\nhow much can i max out on my visa\tcredit_limit\nwhat's my visa limit\tcredit_limit\nhow much to i have left on my visa card limit\tcredit_limit\ncan you tell me the limit i currently have on my barclay card\tcredit_limit\nwhat is my spending limit on my chase sapphire card\tcredit_limit\nhow much can i spend, at most, on my chase freedom\tcredit_limit\nwhat is the current credit limit i have on my wells fargo mastercard\tcredit_limit\nhow much am i allowed to spend on my discover card\tcredit_limit\nwhat is my amex credit limit\tcredit_limit\ntell me the credit on my mastercard\tcredit_limit\ntell me the limit for credit on my mastercard\tcredit_limit\nlook up the credit limit for my visa\tcredit_limit\ni need know my credit limit on my american express card\tcredit_limit\nhow can i check my credit card limit\tcredit_limit\nwhat is my credit limit looking like\tcredit_limit\nwhere can i go to find out my credit limit\tcredit_limit\nwhat's the credit limit on my visa\tcredit_limit\ntell me the limit on my discover card\tcredit_limit\nwhat is the credit limit on my discover card\tcredit_limit\nwhat's the limit on my american express card\tcredit_limit\ntell me my visa's credit limit\tcredit_limit\nwhat is my credit limit\tcredit_limit\nhow much is my credit limit\tcredit_limit\ncan you tell me my credit limit\tcredit_limit\nthe credit limit on my account is how much\tcredit_limit\nwhat's my limit on my visa card\tcredit_limit\nwhat's my visa card's credit limit\tcredit_limit\nhow much can i spend on my visa card\tcredit_limit\nwhat's my visa card's limit\tcredit_limit\nwhat's the credit limit on my visa card\tcredit_limit\nwill you tell me my spending limit\tcredit_limit\nwill you let me know what my spending limit is\tcredit_limit\nwould you tell me my spending limit\tcredit_limit\ncan you tell me my spending limit\tcredit_limit\ntel me the credit limit for my credit card\tcredit_limit\ni wanna know the limit on my credit card\tcredit_limit\nplease tell me my spending limit\tcredit_limit\ntell me the credit limit on my mastercard\tcredit_limit\ni would love to know my spending limit\tcredit_limit\ni wish to know my credit limit for my credit card\tcredit_limit\nlet me know the credit limit for my credit card\tcredit_limit\nhow high is my balance on my discovery card\tcredit_limit\ncan you find my credit limit on my mastercard\tcredit_limit\nwhat's my current limit on my mastercard\tcredit_limit\nwhat's my current limit on my visa\tcredit_limit\nwhat's the credit limit on my discovery card\tcredit_limit\nwhat's my credit limit on my visa\tcredit_limit\nhow high of a credit limit do i have on my amex card\tcredit_limit\nwhat can i put on my bank of america card\tcredit_limit\nwhat's my limit on my amex card\tcredit_limit\nplease check my credit limit on my visa\tcredit_limit\nreport my credit limit\tcredit_limit\nwhat credit limit do i have\tcredit_limit\nhow is that credit limit\tcredit_limit\nhow is my credit limit\tcredit_limit\nwhat is my credit limit at\tcredit_limit\ncredit limit info\tcredit_limit\nwhat is the credit limit\tcredit_limit\ni want to know my spending limit\tcredit_limit\nwhat is the max credit limit for my card\tcredit_limit\ncan you let me know what my credit limit is for my visa card\tcredit_limit\ntell me the visa card credit limit\tcredit_limit\nwhat is my visa card limit\tcredit_limit\ndo you know my credit limit for the visa card\tcredit_limit\ni need to know what the visa card credit limit is\tcredit_limit\nhow high is my credit limit for my chase card\tcredit_limit\nhow high is my credit limit for my wells fargo card\tcredit_limit\nhow high is my credit limit for my american express card\tcredit_limit\nhow high is my credit limit for my citigroup card\tcredit_limit\nhow high is my credit limit for my bank of america card\tcredit_limit\nwhat is my spending limit on my mastercard\tcredit_limit\nhow much it the credit limit on my visa card\tcredit_limit\nwhat is the credit limit on my visa\tcredit_limit\nwhat is my limit on my visa card\tcredit_limit\nwhat is the spending limit on my visa\tcredit_limit\nhow much can i charge on my visa\tcredit_limit\nhow much can i spend wth my visa\tcredit_limit\ncan i please know the credit limit for my citibank card\tcredit_limit\nplease let me know the credit limit on my citibank card\tcredit_limit\ni would like to know the credit limit for my citibank card\tcredit_limit\ndo you know how long of a wait it will be\thow_busy\nhow long is the restaurant line before we go\thow_busy\nhow long will it take to get seated at needham's\thow_busy\nhow long will the wait be at noon if we went to nagomi\thow_busy\nwill i have to wait for long before being seated at the cheese cake factory\thow_busy\nhow long should i expect to wait at the cheesecake factory before getting seated\thow_busy\nwhat is the average wait time at the cheese cake factory\thow_busy\nhow long will i have to wait before being seated at the cheese cake factory\thow_busy\nhow long will the wait time be at the cheese cake factory\thow_busy\nhow long will i have to wait if i want to eat at panera\thow_busy\nhow long would i have to wait if i want to go to golden corral\thow_busy\nhow busy will panera be at noon\thow_busy\nis there a wait time to get into tgifridays\thow_busy\nwill cracker barrel be crowded around five this evening\thow_busy\nhow busy will golden corral be at 7:30 tonight\thow_busy\ncan you tell me how busy chipotle will be at nine tonight\thow_busy\nwhat is the wait time at applebee's\thow_busy\nwould i have to wait long if i want to eat at chili's\thow_busy\nif i go to tgifridays at eight, will they be crowded\thow_busy\nhow much traffic do they get around dinner time\thow_busy\ncan you check to see how busy that restaurant is for dinner\thow_busy\nis that place busy around dinner time\thow_busy\nis that restaurant crowded during dinner\thow_busy\nhow busy it that place for dinner\thow_busy\ncan i expect chili's to be busy at 4:30\thow_busy\ndo you think longhorn steakhouse will be busy at 5pm\thow_busy\nhow busy do you expect olive garden to be at 6\thow_busy\nwhat's the table wait at applebees\thow_busy\ni want a table at texas roadhouse; how long will it be\thow_busy\nhow long does it take to get a table at chili's\thow_busy\nhow many people do you think will be at applebees at 7\thow_busy\nhow long will i wait for a table at red lobster\thow_busy\nis red lobster busy at 6pm\thow_busy\nwhat's the wait for a table at olive garden right now\thow_busy\naround nine, is ambrosio busy\thow_busy\nis sage busy around noon\thow_busy\nfor toby's, is it busy around six\thow_busy\nat four, how much business does georgio have\thow_busy\nhow long can i expect to wait for a restaurant table\thow_busy\nwhat time can i expect to be seated at this restaurant\thow_busy\nwhat is the wait time at this restaurant\thow_busy\nwill there be a wait time at this restaurant\thow_busy\nwhat is the sitting time at this restaurant\thow_busy\nhow busy is orchids at 7\thow_busy\nhow busy is zippy around 12 for lunch\thow_busy\nhow long is the wait at orchids\thow_busy\nhow long is the wait at imanas\thow_busy\nhow busy is imanas tei at 7 dinner\thow_busy\nwhat is the wait supposed to be at zippys\thow_busy\nhow busy is mc donald at 8 in the morning\thow_busy\nhow busy is michel at 9\thow_busy\nhow busy is imanas at 6\thow_busy\nhow long do i have to wait for shokudo\thow_busy\nhow busy is teddy bigger burder around 5\thow_busy\nhow long is the wait at assagios today\thow_busy\nhow busy is shokudo at 12\thow_busy\nhow busy is jiro at 12 lunch time\thow_busy\nat 5 pm, is kaya very busy\thow_busy\nhow busy is kaya around 5 pm\thow_busy\naround 5 pm, how busy is kaya\thow_busy\nis kaya very busy at 5 pm\thow_busy\nis kaya busy around 5 pm\thow_busy\nhow long is the wait at macaroni grill\thow_busy\ndoes macaroni grill have a wait how long\thow_busy\ncheck the wait time for macaroni grill\thow_busy\nhow long will it take to be seated at macaroni grill\thow_busy\nwhat's the wait at macaroni grill\thow_busy\nwill i be able to get a seat at 5pm\thow_busy\ntell me how busy the restaurant will be between 5 and 7pm\thow_busy\nis the restaurant busy at lunchtime\thow_busy\nwill the restaurant be busy at 5pm\thow_busy\nwhen will the restaurant be busiest\thow_busy\nhow busy is ihop generally around noon\thow_busy\nplease look into the current wait times at chili's right now\thow_busy\nat 5:30 pm, how busy can i expect olive garden to be\thow_busy\nif i go to olive garden at 4 pm, how busy will it be\thow_busy\nhow busy will chili's be if i go at 6 pm\thow_busy\nhow long would i need to wait for a table at ihop right now\thow_busy\ni would like to find out if macaroni grill will be busy around 7:00 pm\thow_busy\ncan you tell me how busy outback steakhouse will be at 7:30 pm\thow_busy\nfind out how busy ihop usually is around 5 pm\thow_busy\nfind out what wait times are like right now at olive garden\thow_busy\ncan you tell me what the wait is like right now at cracker barrel\thow_busy\ntell me how busy macaroni grill will be around 8 pm\thow_busy\ncheck to see how long of a wait i would be facing if i go to outback steakhouse\thow_busy\ni want to know how busy ruby tuesday will be at around 8:45 pm\thow_busy\ndo you know how busy outback steakhouse tends to be at 7:00 pm\thow_busy\nhow long will it take me to be seated at ihop\thow_busy\nhow long will i stand in line at carl jr's\thow_busy\nhow busy is ihop at 5 pm\thow_busy\ndoes ihop have a lot of business around 7 am\thow_busy\nwhat's the typical wait time at red lobster\thow_busy\nwould you say that red lobster's pretty buy at noon\thow_busy\nwhat's the crowd like at hopper's bar around 11pm\thow_busy\ncan you tell me if there's a lot of wait time at wendy's around 8am\thow_busy\nhow long will it take to be seated at the flying w\thow_busy\nwhat's the typical time to eat at red lobster\thow_busy\nhow busy does outback get around 7pm\thow_busy\nwill i have to wait to get a table at ihop\thow_busy\nhow many people go to chili's around 9pm\thow_busy\ncan i make a reservation for redrobin\taccept_reservations\nis it possible to make a reservation at redrobin\taccept_reservations\ndoes redrobin take reservations\taccept_reservations\nare reservations taken at redrobin\taccept_reservations\ndoes redrobin do reservations\taccept_reservations\ncan acero take reservation\taccept_reservations\ncan you make reservations at hodak's\taccept_reservations\ntell me if per se in nyc takes reservations\taccept_reservations\ntell me if the cheshire takes reservations\taccept_reservations\nwill qdoba take reservations\taccept_reservations\ndoes burger king accept reservations\taccept_reservations\ndoes gramercy tavern in new york accept reservations\taccept_reservations\ndoes acero in maplewood allow reservations\taccept_reservations\ndoes cielo take reservations\taccept_reservations\nfind out if la tour d'argent in paris takes reservations\taccept_reservations\ndoes tony's in downton let you make reservations\taccept_reservations\ndoes gramercy tavern accept reservations\taccept_reservations\ndoes mcdonalds take reservations\taccept_reservations\ncan you make reservations at steak 'n' shake\taccept_reservations\nwill nobu take reservations\taccept_reservations\ndo they take reservations at carrabbas\taccept_reservations\ndo they take reservations at applebees\taccept_reservations\ndo they take reservations at olive garden\taccept_reservations\ndo they take reservations at buffalo wild wings\taccept_reservations\ndo they take reservations at outback steakhouse\taccept_reservations\ni need to know if angelos takes reservations\taccept_reservations\ndoes applebees in trenton do reservations\taccept_reservations\ndoes luigi's take reservations\taccept_reservations\nplease find out if napolis takes lunch reservations\taccept_reservations\ndoes hannahs in galloway take reservations\taccept_reservations\ndoes stanleys take brunch reservations\taccept_reservations\ntell me if luigis in brick takes reservations\taccept_reservations\ni need to know if capones does reservations in trenton\taccept_reservations\ndoes marios in brooklyn take reservations\taccept_reservations\ndo you know if bottlenecks takes dinner reservations\taccept_reservations\ndo you know if whether or not zeus does reservations\taccept_reservations\ncan you let me if zeus accepts reservations\taccept_reservations\ni need to find out do you know if zeus does reservations\taccept_reservations\nplease tell me does zeus do reservations\taccept_reservations\ncan you tell me if zeus does reservations\taccept_reservations\ncan i get a reservation at melting pot tomorrow\taccept_reservations\nwhat locations of applebee's take reservations\taccept_reservations\ncan i get a reservation at champs\taccept_reservations\nwhere can i find jimmy john's reservations\taccept_reservations\nhow many culver's take reservations\taccept_reservations\nis there evening reservations available in the eve\taccept_reservations\ndo you know if bahama breeze does reservations\taccept_reservations\ndo you know if ruth chris does reservations\taccept_reservations\ndo you know if cheese cake factory does reservations\taccept_reservations\ndo you know if benihana does reservations\taccept_reservations\ndo you know if olive garden does reservations\taccept_reservations\ndoes the steakhouse on main st take reservations\taccept_reservations\ndoes sidetracks take reservations\taccept_reservations\nare reservations allowed at burger king\taccept_reservations\ndoes black rock take reservations\taccept_reservations\ncan i make reservations at applebee's or no\taccept_reservations\ndoes buffalo wild wings do reservations\taccept_reservations\ndoes minnies cafe in modesto take reservations\taccept_reservations\ndoes bjs take reservations\taccept_reservations\nwill they take reservations at chillis\taccept_reservations\ndoes pho king in ceres take reservations\taccept_reservations\ncan applebees take any reservations\taccept_reservations\ndoes arbys in lakewood take reservations\taccept_reservations\ndoes minnis take reservations\taccept_reservations\ndo they take reservations at bjs\taccept_reservations\ndoes buffalo wild wings take reservations\taccept_reservations\ndoes buffalo wild wings in concord take reservations\taccept_reservations\nwill they take reservations at torris\taccept_reservations\ndoes black bear diner in tracy take reservations\taccept_reservations\ndoes chillis take reservations\taccept_reservations\ndo they take reservations at bar tartine\taccept_reservations\ndo they take reservations at mcdonalds\taccept_reservations\ndo they take reservations at the progress\taccept_reservations\ndoes tartine in san francisco take reservations\taccept_reservations\ndoes cowgirl creamery in san francisco take reservations\taccept_reservations\ndo they take reservations at state bird\taccept_reservations\ndoes nopa in san francisco take reservations\taccept_reservations\ndoes bar tartine in san francisco take reservations\taccept_reservations\ndo they take reservations at arby's\taccept_reservations\ndoes pizzeria delfina in san francisco take reservations\taccept_reservations\ndoes iron skillet at the truck stop trake reservations\taccept_reservations\ndoes the zen garden in la take reservations\taccept_reservations\ndoes moes in la except rerservations\taccept_reservations\ndoes ruby tuesday accept reservations\taccept_reservations\ncan i make a reservation at chevy's\taccept_reservations\nis it possible to make reservations in advance for macaroni grill\taccept_reservations\nis it possible to make reservations with famous dave's restaurant\taccept_reservations\nis it possible to make reservations at chili's\taccept_reservations\ndoes chili's take reservations\taccept_reservations\ncan you tell me if ruby tuesday does reservations\taccept_reservations\ndoes olive garden take reservations\taccept_reservations\ndo you know whether ihop does reservations\taccept_reservations\ndoes michael's accept reservations\taccept_reservations\ndo they accept reservations at michael's\taccept_reservations\ncan you make a reservation at michael's\taccept_reservations\ncan i make a reservation at michael's\taccept_reservations\ndoes the restaurant michael's take reservations\taccept_reservations\ndo they take reservations at mendy's\taccept_reservations\ndo you know if outback allows reservations\taccept_reservations\ndo they take reservations at red robin\taccept_reservations\ncan you find my package in transit\torder_status\ntrack my package please\torder_status\nhelp me find my package\torder_status\ni need to track my package\torder_status\nwhat's going on with my order\torder_status\ncan you see where my package is\torder_status\ndo you know anything about the status of my order\torder_status\ncan you check if my order has been delivered\torder_status\nare you able to figure out where my package is\torder_status\norder status\torder_status\nis my order being delivered soon\torder_status\nwhere's my package\torder_status\ndo you know where my package is\torder_status\ncheck status on my deliver, has it been delivered\torder_status\nis my order shown as delivered\torder_status\ndid my order ship\torder_status\ncan you tell where my package is\torder_status\nis my package able to be tracked by you\torder_status\ncan you find my package\torder_status\ncan you locate my package\torder_status\nare you able to tack my package\torder_status\nhas my online order shipped yet\torder_status\ni need to know what the most recent update is on the status of my online purchase\torder_status\nlook up the status of the order i placed online\torder_status\ncheck to see the status of my recent online order\torder_status\nfind out the status of my most recent online purchase\torder_status\ni ordered some curtains off amazon, can you tell me if it's been shipped yet\torder_status\nwhat's the status of my order\torder_status\ncan you check on the status of my orders at amazon\torder_status\ncan you tell me what the status of my last amazon order is\torder_status\ncan you tell me if my last amazon order is coming today\torder_status\nshow me tracking on my order\torder_status\nwhat is the status of my order\torder_status\ncan you update me on my last amazon orders\torder_status\ni just placed my order today, what is the status of it\torder_status\ncan i please get the status my order\torder_status\nmy order was put in and i was wonder how i can see the status of it\torder_status\ni submitted my order is there any updates on it yet\torder_status\nhey, i just put in my order and i was wondering what the status of it\torder_status\nwhat's the current location of my package\torder_status\nhas my ordered arrived\torder_status\nwhen will my package arrive\torder_status\ncan you see if my order was delivered\torder_status\ndid my order ever get distributed today\torder_status\nwhere was my package last at\torder_status\ncan you help me find my package\torder_status\nwas my order dropped off\torder_status\nwhere's my package right now\torder_status\nwould you track my package\torder_status\nplease track my package\torder_status\ntrack my package now please\torder_status\ncould you please track my package\torder_status\ni need you to track my package\torder_status\nwhat is the status of my online order\torder_status\nwhat's the status of the order i placed online last week with target\torder_status\nplease tell me the status of my last online order from walmart\torder_status\ncan i still make changes to my order, or has it already been shipped\torder_status\ni need an update on my online order from nespresso\torder_status\nwhen can i expect to receive the order\torder_status\nhas my order been shipped\torder_status\ncan you give me a status update on my online order from amazon\torder_status\nwhat is the status of my online order of coffee pods\torder_status\nwhat is the status of my recent order\torder_status\ncan you please check on the status of my online order\torder_status\ncheck up on the status of my online order\torder_status\nonline order: status\torder_status\ncheck on the status of my order\torder_status\nwhere is my order\torder_status\nis my order here yet\torder_status\nwhen will my order be delivered\torder_status\ncheck the status of my order\torder_status\nshow me where my order is\torder_status\nhas my order been shipped yet\torder_status\ncan you check to see if my order has been delivered\torder_status\ncould you check to see if my order has been delivered, please\torder_status\ncan you check to see if my order has been delivered, please\torder_status\ncould you check if my order has been delivered, please\torder_status\ncould you check to see if my order has been delivered\torder_status\nhas the order that i placed arrived\torder_status\nis my order already here\torder_status\nis my order due yet\torder_status\nis the packaged delivered already\torder_status\nhas my order arrived yet\torder_status\nhow soon will me package arrive\torder_status\nwhen can i expect my order\torder_status\ncheck order number\torder_status\ntrack package, please\torder_status\nare you able to track my package\torder_status\ntrack my package\torder_status\nwhat is the tracking on my package\torder_status\nget the tracking on my package\torder_status\nwhat is the status of my delivery order\torder_status\nwhere is my delivery order\torder_status\nhas my delivery order arrived yet\torder_status\nhas my delivery order showed up\torder_status\ni ordered for delivery, has is arrived yet\torder_status\nwhat is the status of my most recent order\torder_status\nhas my recent order shipped\torder_status\nwhen will my order be here\torder_status\nwill my order be here by saturday\torder_status\nhow do i change my pin for number for my abc bank account\tpin_change\nwhat do i need to do to change my abc bank account pin number\tpin_change\ni have no idea what the pin is for my checking account\tpin_change\ni cannot recall the pin for my savings account\tpin_change\ni forgot the pin number for my college fund account\tpin_change\nset up a new pin number on my college fund account and make it be 1234\tpin_change\ni want 1234 to be the new pin number for my joint account\tpin_change\nplease change my checking account pin to 1234\tpin_change\ni need to set up a new pin number for my college fund account\tpin_change\ni want my savings account pin to be 1234 from now on\tpin_change\nplease change my retirement account pin number to 1234\tpin_change\nmy checking account needs a new pin number\tpin_change\ni seem to have lost the pin for my retirement account\tpin_change\ni would like to replace the pin number for my retirement account\tpin_change\ni'd like to change my pin number for my checking account\tpin_change\ni want a new pin for my savings account\tpin_change\ni'm afraid i've forgotten the pin for my 401k account\tpin_change\ni need help changing my pin\tpin_change\nis there a way to get my pin number\tpin_change\nis there a way to change my pin number for my savings account\tpin_change\ni need my pin number\tpin_change\nhow do i get my pin number, i forgot mine\tpin_change\nhelp me change my pin number for my money market account\tpin_change\nhow do i get a new pin\tpin_change\ntell me how i can get a new pin number\tpin_change\ntell me how to retrieve my pin number\tpin_change\nhelp me, i forgot my pin number\tpin_change\nwhat is the procedure for getting a new pin number\tpin_change\nhow do i change my pin number for my payroll account\tpin_change\nchange my pin number for my checking account\tpin_change\nchange my amex account pin to 1234\tpin_change\nchange my amex pin to 1234\tpin_change\nswap my amex pin to 1234\tpin_change\nswitch my amex pin to 1234\tpin_change\nset my amex pin to 1234\tpin_change\nyou need to change the pin on my bank of america account to be 1234\tpin_change\ni need you to change the pin on my bank of america account to be 1234\tpin_change\ni need to change my pin number for my account\tpin_change\ni must change my pin number for my money market account\tpin_change\ni cannot remember what my pin is for my bank of america checking account\tpin_change\ni really need to change my pin number for my account\tpin_change\ni cannot remember what my pin is for my bank of america checking account this moment\tpin_change\ni want to change my pin number for my checking account\tpin_change\ni want to change my pin number for my account\tpin_change\nplease go and change the pin on my bank of america account to be 1234\tpin_change\ni must change my pin number for my account\tpin_change\ngo ahead and change the pin on my bank of america account to be 1234\tpin_change\ni got to change my pin number for my account\tpin_change\ni need to change my pin number for my savings account\tpin_change\ni wanna change my pin number for my credit acount\tpin_change\nplease change the pin on my bank of america account to be 1234\tpin_change\ni really cannot remember what my pin is for my bank of america checking account\tpin_change\ni gotta change my pin number for my debit account\tpin_change\ni am unable to remember what my pin is for my bank of america checking account\tpin_change\nso it turns out i can't remember what my pin is for my bank of america checking account\tpin_change\nhow do i change my pin number for my account, please\tpin_change\nhow do i update my pin number for my account, please\tpin_change\ni would like to change the pin on my checking account, please\tpin_change\ni'd like to change the pin on my savings account, please\tpin_change\nchange the pin on my capital one account to be 1234\tpin_change\nchange the pin on my redwood credit union account to be 1234\tpin_change\nchange the pin on my chase account to be 1234\tpin_change\nhow do i update my pin number for my account\tpin_change\ni would like to change the pin on my savings account\tpin_change\nchange the pin on my wells fargo account to be 1234\tpin_change\nchange the pin on my bank of america account to be 1234\tpin_change\ni would like to change the pin on my checking account\tpin_change\ni would like to change the pin on my savings account, please\tpin_change\nhow do i reset my pin number for my account, please\tpin_change\nplease change pin to 1234 on my bank account trailing in 3829\tpin_change\non account ending in 3838 change my pin to 1234\tpin_change\nchange my pin to 1234 on account ending with digits 4994\tpin_change\nchange the pin on my bank account first republic to 1234\tpin_change\nchange pin to 1234 on account banner\tpin_change\nhelp me change my pin number\tpin_change\ncan you tell me how i change my pin number\tpin_change\ntell me how to change my pin number\tpin_change\nhelp me out with changing this pin number\tpin_change\ncan i change my pin number\tpin_change\nhelp me get my pin on my capitol one account changed to 3892\tpin_change\nhow can i switch the pin on my wells fargo account to 9982\tpin_change\ni need a reminder for my pin number\tpin_change\nhelp me remember my pin number\tpin_change\nchange the pin on my bofa account to 3892\tpin_change\ni need to reset my pin number\tpin_change\ncan you reset my pin number\tpin_change\ncan you change my 1st national account pin to 4892\tpin_change\ncan you help me with my pin number\tpin_change\nplease make the pin on my zion bank account to 3232\tpin_change\ncan you tell me my password checking account\tpin_change\nplease tell me my pin number for my synovus account\tpin_change\nwhat's my pin for my fidelity account\tpin_change\ni cant recall my pin number for my city first account\tpin_change\ni forgot my pin number for my northfield account\tpin_change\ni'd like to change my pin number for my wells fargo account\tpin_change\ni would like to change my pin number for my chase account\tpin_change\ni need to change my pin number for my checking account\tpin_change\ni'd like to change my pin number for my savings account\tpin_change\ni forgot my pin number to my chase account\tpin_change\ncan you help me remember my pin to my boa account\tpin_change\nsyonara, ai device!\tgoodbye\ngoodbye, helpful ai device!\tgoodbye\nbye-bye\tgoodbye\ngoodbye, ai assistant\tgoodbye\nglad we got to talk\tgoodbye\ni'm glad i got to talk to you\tgoodbye\nnice to speak with you\tgoodbye\nthis was a great conversation\tgoodbye\ntalk to you later\tgoodbye\ntata for now\tgoodbye\ni'm out of here\tgoodbye\nthat's all, bye\tgoodbye\nsee ya later\tgoodbye\nadios ai\tgoodbye\nit was great to see you again, see ya later!\tgoodbye\ni had a pleasure talking to you, see you later\tgoodbye\nnice talking again, bye\tgoodbye\ni have to go but it was nice talking again!\tgoodbye\ni am glad we got to talk again, see you soon\tgoodbye\nsayonara\tgoodbye\ncatch you around\tgoodbye\ngood seeing you\tgoodbye\nlater, thanks for chatting\tgoodbye\nadios\tgoodbye\ngreat talk, take it easy\tgoodbye\nsee ya\tgoodbye\ngreat chat, talk to you later\tgoodbye\nnice talk, talk to you later\tgoodbye\nthanks for chatting, later\tgoodbye\ngoodbye to you\tgoodbye\ni must say goodbye\tgoodbye\ni'm saying goodbye now\tgoodbye\nit is time to say goodbye\tgoodbye\ni have to say goodbye\tgoodbye\ncya later\tgoodbye\ni enjoyed talking to you\tgoodbye\nthanks for talking\tgoodbye\nit was good chatting\tgoodbye\nit was nice chatting with you\tgoodbye\nalways nice to talk to you\tgoodbye\nsee you later, alligator\tgoodbye\ngood night\tgoodbye\nit was nice to get in touch\tgoodbye\nsee you soon\tgoodbye\nlater gator!\tgoodbye\nit was nice to talk it out with you\tgoodbye\nit was nice to converse with you\tgoodbye\nill see you around\tgoodbye\ntake it easy!\tgoodbye\nlater gater\tgoodbye\nit was nice to speak with you\tgoodbye\nsee you later alligator\tgoodbye\nfairwell\tgoodbye\nhave a good one\tgoodbye\npeace\tgoodbye\nbye for now\tgoodbye\nthanks, bye\tgoodbye\ni have to get going\tgoodbye\ntalk to you later!\tgoodbye\ni’ll be leaving now\tgoodbye\ni’m leaving-goodbye!\tgoodbye\nthanks for talking to me\tgoodbye\nit was really nice to be able to chat with you\tgoodbye\nit was good to talk to you today\tgoodbye\nit was great to have this conversation with you\tgoodbye\nit was nice to catch up with you\tgoodbye\nit was enjoyable talking with you\tgoodbye\nit was great chatting with you\tgoodbye\nit was cool talking with you\tgoodbye\nit was pleasant conversing with you\tgoodbye\ngood bye my friend\tgoodbye\ni need to go now\tgoodbye\nsee you again soon\tgoodbye\ni've got to run now\tgoodbye\ngoodbye!\tgoodbye\ni had fun speaking with you\tgoodbye\nbye!\tgoodbye\nlater!\tgoodbye\nadios!\tgoodbye\nuntil next time!\tgoodbye\nfarewell!\tgoodbye\nit was enjoyable to chat with you\tgoodbye\ni'm outta here!\tgoodbye\nit was pleasant having a conversation with you\tgoodbye\nbye now\tgoodbye\nbuhbye\tgoodbye\nsee you in a while\tgoodbye\nsee you around\tgoodbye\nnice to see you again\tgoodbye\nnice to see you\tgoodbye\ntalk later\tgoodbye\ntootles\tgoodbye\npeace out\tgoodbye\ngoodbye for now ai\tgoodbye\nai goodbye\tgoodbye\ni'll talk to you later ai\tgoodbye\nwe'll talk later ai\tgoodbye\ni have to go ai goodbye\tgoodbye\nbye bye!\tgoodbye\nsee you later!\tgoodbye\nwhy is there a hold on my american saving bank account\taccount_blocked\ni am nost sure why my account is blocked\taccount_blocked\nwhy is there a hold on my capital one checking account\taccount_blocked\ni think my account is blocked but i do not know the reason\taccount_blocked\ncan you tell me why is my bank account frozen\taccount_blocked\nwhy is there a hold on my edward jones account\taccount_blocked\nwhy am i locked out of my bank account\taccount_blocked\nwhy in the world am i locked out of my bank account\taccount_blocked\nwhat is the reason for frozen status on my bank account\taccount_blocked\ncheck for why is my bank account frozen\taccount_blocked\ni don't know the reason my account is blocked\taccount_blocked\nfind out for me why is my bank account frozen\taccount_blocked\ncan you find out why is my bank account frozen\taccount_blocked\nwhy is there a hold on my discover account\taccount_blocked\ntell me why am i locked out of my bank account\taccount_blocked\nwhat is the reason i am locked out of my bank account\taccount_blocked\nwhy is my account blocked\taccount_blocked\nfind out the reason why am i locked out of my bank account\taccount_blocked\ni think my account is block but i am not sure why\taccount_blocked\nwhy is there a hold on my charles swab account\taccount_blocked\nmy chase account has a hold why\taccount_blocked\nwhat's the reason for a hold on my wells fargo account\taccount_blocked\ncan you find the reason for the block on my account\taccount_blocked\nthere's a hold on my chase account, but why\taccount_blocked\ntell me the reason there is a hold or block on my account\taccount_blocked\nwhy does my credit union account have a hold on it\taccount_blocked\nfigure out why there is a block on my account please\taccount_blocked\nwhy am i seeing a hold on my boa account\taccount_blocked\nmy account has been blocked, but i have no idea why\taccount_blocked\nwhy is there a block on my account\taccount_blocked\ncan you please unlock my bank account\taccount_blocked\nplease let me into my bank account\taccount_blocked\nwhy cannot i take any money out from my bank account\taccount_blocked\nwhat was the reason my bank account was frozen\taccount_blocked\nwho froze my bank account\taccount_blocked\nwho can i talk to right away about the current freeze on my account\taccount_blocked\nmy checking account has a hold on it and i need to know why\taccount_blocked\nwhy is my bank account stopping all transactions from going through\taccount_blocked\ni need to know why my bank account is blocking all of activity\taccount_blocked\ncan you find out what triggered a hold on my bank account\taccount_blocked\ncan i talk to someone about why there is a hold on my checking account\taccount_blocked\nwhat caused a freeze to be put on my bank account\taccount_blocked\nmy account has a hold on it and i can't access my funds, why\taccount_blocked\nis there a reason that my bank account has a freeze on it\taccount_blocked\nwhat would cause my bank account to be frozen\taccount_blocked\ndo you know why i can't log into my bank account\taccount_blocked\nwhy can't i get into my account\taccount_blocked\ndid i do something to get my bank account frozen\taccount_blocked\nwas my bank account frozen for a specific reason\taccount_blocked\nwhy are the funds in my bank account frozen\taccount_blocked\nwhat would cause me to be locked out of my bank account\taccount_blocked\nwhy am i unable to access my bank account\taccount_blocked\nwhy is my bank account frozen\taccount_blocked\nwhy would i have been locked out of my own account\taccount_blocked\ncan you explain to me why my bank account might be frozen\taccount_blocked\ni am very confused about why or how my bank would lock me out of my account\taccount_blocked\nwhy would the bank have frozen my account\taccount_blocked\ndo you know why the bank put a hold on my joint checking account\taccount_blocked\ni don't understand why there is a hold on my retirement fund account\taccount_blocked\ncan you explain why there is a hold on my savings account\taccount_blocked\nwhat's the deal with my bank account being locked\taccount_blocked\nwhat reason could the bank have had for blocking my account\taccount_blocked\nwhy would a hold have been placed on my checking account\taccount_blocked\nwhy on earth would a block have been placed on my account\taccount_blocked\ni'm confused about the reason for my bank account being frozen\taccount_blocked\ni don't understand why i have been barred from accessing my own account\taccount_blocked\ni don't understand why my bank account is frozen right now\taccount_blocked\nhow come i am being denied access to my bank account\taccount_blocked\ndo you know why my account appears to be blocked\taccount_blocked\ni am confused because my account seems to have been blocked for no reason\taccount_blocked\ni am very confused about the block that seems to have been placed on my account why is it there\taccount_blocked\nhow is it possible that my account has been frozen\taccount_blocked\nhow come a hold was placed on my 401k account\taccount_blocked\ncould you please tell me, my wells fargo account, is there a hold and why\taccount_blocked\ni am unable to complete my order, why could there be a hold on my wells fargo account\taccount_blocked\nwas a hold placed on my wells fargo account, and if so why\taccount_blocked\nin regards to my wells fargo account, why is there a hold\taccount_blocked\nwhy was a hold placed on my wells fargo account\taccount_blocked\ncall my bank customer service number\taccount_blocked\nwhy is my account locked\taccount_blocked\nwhat's with the block on my bank account\taccount_blocked\nwhy did my bank account freeze\taccount_blocked\nwhy'd they put a freeze on my bank account\taccount_blocked\nwhy is my bank account blocking me\taccount_blocked\nwhy can't i access my bank account\taccount_blocked\ni think my account is blocked\taccount_blocked\nfor what reason is my account blocked\taccount_blocked\ncan you tell me why there's a hold on my mutualone account\taccount_blocked\nwhy don't i have access to my bank account\taccount_blocked\nwhy isn't it letting me into my bank account\taccount_blocked\nmy capital one account has a hold; why\taccount_blocked\nwhy does my visa account have a hold on it\taccount_blocked\nwhy am i seeing a hold on my charles schwab account\taccount_blocked\ntell me about the hold on my chase account\taccount_blocked\ncan you tell me why my bank account is frozen\taccount_blocked\ndo you know why my account is blocked\taccount_blocked\nhelp, my account is blocked\taccount_blocked\nhelp me please, my account is blocked\taccount_blocked\nhelp me unblock my account\taccount_blocked\nmy account is blocked, help me figure out why\taccount_blocked\nwhich song is playing\twhat_song\nwhat's this song called\twhat_song\nwhat song is this\twhat_song\nwhat's the name of this song\twhat_song\nwhat is this song\twhat_song\ncan you tell me what song this is\twhat_song\nwhich song is this\twhat_song\ncan you look up the name of this song\twhat_song\ni'd like to know what this song is\twhat_song\ncan you tell me the name of this song\twhat_song\ndo you know what this song is\twhat_song\nwhat's song am i hearing\twhat_song\ntell me the song title\twhat_song\nwhat's the title of this track\twhat_song\nwhat song am i listening to\twhat_song\nwho sings this song\twhat_song\nwhat's the name of what's playing on my speakers\twhat_song\nwhat's this track\twhat_song\nwhat's playing right now\twhat_song\nwhat's the title of this\twhat_song\nwhat's the name of this tune\twhat_song\nwhat's the name of this release\twhat_song\nwhat's the title of this tune\twhat_song\nwhat track am i listening to\twhat_song\nwhat's this jam called\twhat_song\nwhat's this song\twhat_song\ncan you name the song on the speakers\twhat_song\nwho is this song that's on the stereo\twhat_song\ncan you give me the name of this tune\twhat_song\ntell me what song this is\twhat_song\ntell me the name of the song that is playing\twhat_song\ntell me the name of this song\twhat_song\nlet me know what song is playing\twhat_song\nhelp me to know what song is playing\twhat_song\ni want to know what song is playing\twhat_song\ni am wanting to know what song this is\twhat_song\ni am needing to know what song is playing\twhat_song\ncould you let me know what song this is\twhat_song\ni need to know what song this is\twhat_song\nwhat is that song that's playing\twhat_song\nwhat is the name of the song that's playing on the radio right now\twhat_song\nwhat's the name of the song you're playing\twhat_song\nwhat music is playing on the the bluetooth now\twhat_song\nwhich song is playing now\twhat_song\ncan you tell me this song\twhat_song\nname this song, please\twhat_song\nwhat's the song currently playing\twhat_song\nwhat's the name of the current song\twhat_song\nwhat song is playing\twhat_song\nwhat band is this\twhat_song\ni like this song who is it by\twhat_song\nwhat is the title of this track\twhat_song\ntell me the artist currently playing\twhat_song\nwhat's the artist's name of this song\twhat_song\nwhat is the track title of the song playing\twhat_song\nname the singer of this track\twhat_song\nwho sang this song\twhat_song\nwho plays this song\twhat_song\nwhat's the now playing song that we are listening to\twhat_song\nwhat's the current song that we are listening at this time\twhat_song\nwhat's the name of the song that we are listening to\twhat_song\nwhat's the song that we are listening at this moment\twhat_song\nwhat's the song they are playing for us right now\twhat_song\nwhat's the name of this song i'm listening to\twhat_song\nwhat am i listening to\twhat_song\nwhat is the current song\twhat_song\ncan you tell me what song i'm hearing\twhat_song\nwhat am i hearing on the speakers now\twhat_song\nwhat's this song playing\twhat_song\nwhats the name of the playing song\twhat_song\ntell me this songs name\twhat_song\ni need to know this song's name\twhat_song\ni want to know the name of the song that's playing\twhat_song\ncan you tell me the mane of the song playing\twhat_song\ni'd like to know this song's name\twhat_song\ncan you get me the name of this song\twhat_song\nfind out what this song is\twhat_song\ni would like to know this song's title\twhat_song\ni need to know what this song is called\twhat_song\ntell me the title of this song\twhat_song\ntell me this song's name\twhat_song\nwhat is the song that's playing\twhat_song\ntell me the song that's playing right now\twhat_song\ndo you know the name of this song\twhat_song\ndo you know what song this is\twhat_song\nwhat is the name of this song\twhat_song\ncan you tell me the song we are listening to\twhat_song\nwhich song are we listening to\twhat_song\nwhat is the song that is currently playing\twhat_song\ncan you tell me what this song is\twhat_song\nwhats the name of this song\twhat_song\nwhat is the title of this tune\twhat_song\nwhat tune is this\twhat_song\nwhat is that noise\twhat_song\nwhat is playing\twhat_song\nwhats the title of this\twhat_song\nwhats the title of this song\twhat_song\nthe song on speaker is what like\twhat_song\nthe song on speaker is what\twhat_song\nwhat is the song on speaker\twhat_song\nare there any transaction fees associated with my chase card if i am in tokyo\tinternational_fees\ndoes my usaa card have international transaction fees\tinternational_fees\ndoes my bank of the west card have international transaction fees\tinternational_fees\nare there any transaction fees associated with my usaa card if i am in india\tinternational_fees\ndoes my navy federal card have international transaction fees\tinternational_fees\ndoes my chase card have international transaction fees\tinternational_fees\nare there any transaction fees associated with my navy federal card if i am in germany\tinternational_fees\nare there any transaction fees associated with my usaa card if i am in south korea\tinternational_fees\ndoes my bank of america card have international transaction fees\tinternational_fees\nare there any transaction fees associated with my navy federal card if i am in japan\tinternational_fees\nwhat are the fees for using my card in toronto\tinternational_fees\ndo i incur extra fees if i use my card in london\tinternational_fees\ndo travelers to egypt get hit with transaction fees if they're using a mastercard\tinternational_fees\ndo i have to pay amex transaction fees in brazil\tinternational_fees\nif i use my card in denver will i get charged extra\tinternational_fees\nare there fees for using my card in tampa\tinternational_fees\nwill my discover card ding me with transaction fees if i'm in aruba\tinternational_fees\ndoes bank of america charge transaction fees if you use it in canada\tinternational_fees\nwill i pay extra if i use my card in juarez\tinternational_fees\nare there transaction fees for my visa if i'm in russia\tinternational_fees\nwhat is the surcharge for using my card in italy while i visit\tinternational_fees\nfor my card is there a extra card while i'm staying in italy\tinternational_fees\nis there a surcharge for using my card in italy while i'm there\tinternational_fees\nwill i get charged extra if i use my card while in italy\tinternational_fees\nhow much is the charge of using my card in italy during my stay there\tinternational_fees\nwhat are the international transaction fees on my amex\tinternational_fees\ngive me a list of international transaction fees for my amex\tinternational_fees\nwhat kind of international transaction fees are related to my amex\tinternational_fees\nwill my amex institute international transaction fees on a charge\tinternational_fees\ncan i see all the international transaction fees on my amex\tinternational_fees\nwhat are the fees to use my card in nigeria\tinternational_fees\nwhat are the foreign transaction fees for cuba\tinternational_fees\nwhat additional fees do you charge if i use my card in lisbon\tinternational_fees\nhow much are the foreign transaction fees in brisbane\tinternational_fees\nwhat fees are charged if i use something in paris\tinternational_fees\ndoes visa charge transaction fees in the uk\tinternational_fees\ni need to know if there are transaction fees for my visa card in canada\tinternational_fees\ndoes american express charge transaction fees for iceland\tinternational_fees\nare there transaction fees charged to my discover card in japan\tinternational_fees\nare transaction fees charged for my aaa card in canada\tinternational_fees\nwhen i am in spain using my cmaden card, is there any transaction fee\tinternational_fees\nwhat are the transaction fee using our card in florence if any\tinternational_fees\ntell me if there is any transaction fee using royal card in europe\tinternational_fees\nare there any transaction fee if i use my boston private card in scotland\tinternational_fees\ni want to know if there is any transaction fee using washington federal card when i am in canada\tinternational_fees\nhow much is the atm fee for my boa card in orlando, fl\tinternational_fees\nwhat's the transaction fee for my boa card in orlando, fl\tinternational_fees\nif i use my card in mexico, will there be added fees\tinternational_fees\nare there extra charges for using my card in mexico\tinternational_fees\nwhat, if any, are the charges for using my card in mexico\tinternational_fees\nis there a surcharge for using my card in mexico\tinternational_fees\nare there extra fees for using my card in mexico\tinternational_fees\nare there international transaction fees for using my chase card\tinternational_fees\ndo i have to pay international transaction fees when i use my chase card\tinternational_fees\nwhat are my chase cards fees for international transactions\tinternational_fees\nhow much are the international transaction fees for my chase card\tinternational_fees\nwhat are the international transaction fees for my chase card\tinternational_fees\nwill i be charged if i use the card in germany\tinternational_fees\nwill i be charged if i use the card in italy\tinternational_fees\nwill i be charged if i use the card in france\tinternational_fees\nwill i be charged if i use the card in australia\tinternational_fees\nwill i be charged if i use the card in paris\tinternational_fees\ndoes my card charge if i use it in china\tinternational_fees\nis there a fee associated with use of my card in burkina faso\tinternational_fees\nis there a charge to use my card in japan\tinternational_fees\nif i use my card in tahiti, will i be charged\tinternational_fees\ndoes my card charge a fee for use in indonesia\tinternational_fees\nis there any transaction fees on my citibank card if used in spain\tinternational_fees\nhow much can i expect in transaction fees for using my visa in portugal\tinternational_fees\ncan you tell me if i will have any transactions fees for using my discover card in turkey\tinternational_fees\ni would like to know if there are any fees for using my capital one card in london, england\tinternational_fees\nare there any fees for using my amex in england\tinternational_fees\nare there any international transaction fees associated with my visa card\tinternational_fees\ndoes my amex card use international transaction fees\tinternational_fees\nwill i receive a fee if i use my card in ireland\tinternational_fees\nif i use my card in mexico do i get an extra fee\tinternational_fees\nwill i be charged extra for using my card in spain\tinternational_fees\nis there an extra fee for using my card in costa rica\tinternational_fees\nwill my mastercard charge me a fee for international transactions\tinternational_fees\nwill i get a fee for international transactions with my visa card\tinternational_fees\ndo i get charged more for using my card in canada\tinternational_fees\ndoes my mastercard charge international transaction fees\tinternational_fees\nhow much do you charge if i use my card in japan\tinternational_fees\nwill i be charged for using my card in japan\tinternational_fees\ndo i need to pay any fee if i use my card in japan\tinternational_fees\ndo you charge me if i use my card in japan\tinternational_fees\nwill you charge me if i use my card in japan\tinternational_fees\nshow me the international transactions fees for the zenith card\tinternational_fees\nwhat are the international transactions fees for my industrial bank card\tinternational_fees\nare there many international transactions fees for the freedom card\tinternational_fees\nare there international transactions fees for rainbow card\tinternational_fees\ndoes the national card have international transactions fees and how much\tinternational_fees\nwill i be charged if i use my card in dublin\tinternational_fees\nwill i be charged if i use my card in detroit\tinternational_fees\nare there any transaction fees associated with my amex card if i am in the uk\tinternational_fees\nwill i be charged if i use my card in mexico\tinternational_fees\nwill i be charged if i use my card in canada\tinternational_fees\nwill i be charged if i use my card in france\tinternational_fees\nare there any transaction fees associated with my amex card if i am in france\tinternational_fees\nare there any transaction fees associated with my amex card if i am in belgium\tinternational_fees\ntell me when my car last had its oil changed\tlast_maintenance\nwhen did i last do maintenance on my car\tlast_maintenance\nwhen did i last take my car in for maintenance\tlast_maintenance\ncan you find the date of my last oil change\tlast_maintenance\nwhen did i last bring my car in to have it looked at\tlast_maintenance\nfind the date of the last oil swap for my car\tlast_maintenance\nwhat was the date when i last had my car inspected\tlast_maintenance\nhow long's it been since my car was at autozone\tlast_maintenance\nwhat's the amount of time since having my car given a once over by a mechanic\tlast_maintenance\nwhen did i last have my vehicle checked on\tlast_maintenance\nwhen did i last bring my car in to get looked over\tlast_maintenance\nwhat date did i last take my car in\tlast_maintenance\nhow long's it been since i had my car serviced\tlast_maintenance\nwhen was the last time i changed my oil\tlast_maintenance\nwhen did i last have a mechanic check out my car\tlast_maintenance\nwhen did i last service my car with an oil change\tlast_maintenance\nwhat was the last time i had my car at the dealer for repairs\tlast_maintenance\nwhen did i last have my car fixed\tlast_maintenance\nwhat day did i last have a technician check out my vehicle\tlast_maintenance\nwhen did i last have my vehicle serviced\tlast_maintenance\nmy car was looked at when\tlast_maintenance\nlet me know when my car was last looked at\tlast_maintenance\nwhen did my car get looked at last\tlast_maintenance\ntell me when someone looked at my car last\tlast_maintenance\nwhat date did i have my oil changed last\tlast_maintenance\nwhat day did i change my oil\tlast_maintenance\ndo you remember when i last changed my oil\tlast_maintenance\nwas my last oil change on wednesday\tlast_maintenance\nwhen was the last time i had an oil change\tlast_maintenance\nhow long ago was my car last in the shop\tlast_maintenance\nwhen was the last time i got my oil changed\tlast_maintenance\ndo you have a date for the last time the car was in the shop\tlast_maintenance\nwhat date was my car last at the mechanics\tlast_maintenance\nhow long has it been since my oil was changed\tlast_maintenance\nhow long has it been since my car was in the shop\tlast_maintenance\nwhen did i get my last oil change\tlast_maintenance\nwhat date was my oil last changed\tlast_maintenance\ndo you remember my last oil change\tlast_maintenance\nwhen was my car in the shop last\tlast_maintenance\nwhen did i last have car maintenance\tlast_maintenance\nwhen was my last maintenance on my car in the shop\tlast_maintenance\nwhen was my car last repaired\tlast_maintenance\nwhen did my oil last get changed\tlast_maintenance\nwhen were my tires changed\tlast_maintenance\nwhen was my car last worked on\tlast_maintenance\ni can't remember when my car last went to the shop, can you find out for me\tlast_maintenance\nfind out when my most recent oil change occurred\tlast_maintenance\ncheck to see when my car was last in the shop\tlast_maintenance\nwhen was my most recent oil change\tlast_maintenance\ni need to know the date of my car's last visit to the shop please\tlast_maintenance\nlook up the date of my car's most recent visit to the shop\tlast_maintenance\ni need to know when i last took my car in for a check up\tlast_maintenance\nplease tell me when the last time was that my car was in the shop\tlast_maintenance\nlook up the date of my last oil change\tlast_maintenance\ni need you to look up the date of my car's last visit to the shop\tlast_maintenance\nfind out the last time i had my car checked\tlast_maintenance\ndo you know when my car was last looked at\tlast_maintenance\ndo you know when i last took my car in to the shop\tlast_maintenance\ni can't remember when my car was last serviced, can you find out for me\tlast_maintenance\nfind out how long it has been since my car was last in the shop\tlast_maintenance\nplease tell me the last time i took my car to the shop\tlast_maintenance\nhow long has it been since my car was last looked at\tlast_maintenance\ntell me the date of my last car check up\tlast_maintenance\ni need to know when my oil was last changed\tlast_maintenance\ndates for my car in the shop\tlast_maintenance\nlast time car was in shop\tlast_maintenance\nlast incident of my car in the shop\tlast_maintenance\nwhen was my car in the shop\tlast_maintenance\nwhen did my car get serviced last\tlast_maintenance\nhow long has it been since my car was looked at\tlast_maintenance\nhow long ago did my car get looked at\tlast_maintenance\nwhat was the date of my last auto appointment\tlast_maintenance\nwhen was my last car service date\tlast_maintenance\nwhen did i take to car to the auto shop\tlast_maintenance\nwhen did i have my car looked at\tlast_maintenance\nwhen did i last get my car tuned up\tlast_maintenance\nwhen did i go to the mechanic\tlast_maintenance\nwhen did i take my car to the mechanic\tlast_maintenance\ndo you know how long its been since i had my oil changed and a tune up\tlast_maintenance\nwhen did last go to the auto repair shop\tlast_maintenance\ni need to know when was the last time i had my car checked out for a tune up\tlast_maintenance\ntell me the last time i had my car checked out at sam's repair shop\tlast_maintenance\nwhen did i take my car to paul's auto last\tlast_maintenance\nwhen was the last time my car was in the shop\tlast_maintenance\ntell me when was car in shop\tlast_maintenance\nso when was car in shop\tlast_maintenance\nwhen was the car in the shop\tlast_maintenance\nyou need to tell me when was car in shop\tlast_maintenance\ni need to know when i last carried my car to the shop\tlast_maintenance\nwhat's the date on which my last oil change occurred\tlast_maintenance\nwhat is the last date of service on my car\tlast_maintenance\ncan you remind me of when i last had an oil change\tlast_maintenance\nplease find the date of my last oil change\tlast_maintenance\nsearch and tell me when my most recent oil change happened, please\tlast_maintenance\nwhen did i most recently have my car in the shop\tlast_maintenance\ni last took my car to the shop, when\tlast_maintenance\ni need to know when it was that i last took my car to have the oil changed\tlast_maintenance\nhow long has it been since my car was last in the shop\tlast_maintenance\ncheck my calendar for the date that my care was last serviced\tlast_maintenance\nhow long has it been since my last auto maintenance\tlast_maintenance\nwhen is today's meeting with john\tmeeting_schedule\nwhen is my meeting with dan scheduled for\tmeeting_schedule\nwhen is the meeting with homer scheduled for\tmeeting_schedule\ndo i have any meetings with stan today\tmeeting_schedule\nhow many meetings do i have scheduled between 10 and 3\tmeeting_schedule\non what day is my meeting with dr lee\tmeeting_schedule\ntell me how many meetings with pete i have for today\tmeeting_schedule\nabout how many meetings am i attending between 12 and 3 today\tmeeting_schedule\nhow many total meetings will i have between 2 and 5\tmeeting_schedule\ncan you tell me what time i am meeting with sarah today\tmeeting_schedule\nwhen is that meeting with kara\tmeeting_schedule\ndo i have meetings from 1 to 4 today\tmeeting_schedule\ndo i have many meetings today between 2 and 4\tmeeting_schedule\nwhat time is my meeting with steve\tmeeting_schedule\nfor today only, how many meetings are with jake\tmeeting_schedule\ndo i have any meetings with mark today\tmeeting_schedule\nwhen is my meeting with bob\tmeeting_schedule\ntell me when my meeting is scheduled with roger\tmeeting_schedule\nwhen am i gonna be meeting roger\tmeeting_schedule\ndo i have any meetings today between 5 and 6\tmeeting_schedule\ndo i have any meetings today between 2 and 3\tmeeting_schedule\ndo i have any meetings with ben today\tmeeting_schedule\ndo i have any meetings with roger today\tmeeting_schedule\ndo i have any meetings today between 8 and 9\tmeeting_schedule\nwhen is my meeting with roger\tmeeting_schedule\ni wanna know when my meeting is with dan\tmeeting_schedule\ndo i have any meetings with michael today\tmeeting_schedule\ndo i have any meetings with dave today\tmeeting_schedule\ndo i have any meetings today between 4 and 5\tmeeting_schedule\ndo i have any meetings today between 6 and 7\tmeeting_schedule\ntell me the meeting schedule for the day\tmeeting_schedule\nwhat is the meeting schedule today\tmeeting_schedule\ntell me the meeting schdule please\tmeeting_schedule\nwhat is my meeting schedule today\tmeeting_schedule\nwhat is my meeting schedule like for the day\tmeeting_schedule\nshare my meeting schedule with me\tmeeting_schedule\ndo i have meetings scheduled today\tmeeting_schedule\nwhat kind of meetings do i have today\tmeeting_schedule\nwhat meetings do i have scheduled today\tmeeting_schedule\ngo over my meeting schedule with me please\tmeeting_schedule\ndo i have to be at any meetings today\tmeeting_schedule\nany meetings on the schedule today\tmeeting_schedule\nwhat meetings are on my schedule today\tmeeting_schedule\nmeetings today\tmeeting_schedule\nwhat meetings are scheduled for today\tmeeting_schedule\ndoes today's schedule include any meetings\tmeeting_schedule\nare there any meetings on the calendar for today\tmeeting_schedule\ndo i have any meeting to go to today\tmeeting_schedule\nwhat meetings do i have today\tmeeting_schedule\nwhat meetings are on my calendar\tmeeting_schedule\nwhen do i have meetings today\tmeeting_schedule\nwhat's on my meeting schedule today\tmeeting_schedule\nwhat times are my meetings\tmeeting_schedule\nwhat are my meetings today\tmeeting_schedule\nwhich meetings do i have today\tmeeting_schedule\nare there any meetings i have today\tmeeting_schedule\nbring up any mettings for today\tmeeting_schedule\nwhen are my meetings today between noon and one\tmeeting_schedule\nam i scheduled for any meetings between noon and one\tmeeting_schedule\nhow many meetings do i have today between noon and one\tmeeting_schedule\nwhat meetings do i have today between noon and one\tmeeting_schedule\nare there meetings schedules today between noon and one\tmeeting_schedule\ndo i have any meetings planned for today\tmeeting_schedule\nare any meetings scheduled for today\tmeeting_schedule\ndo i have any meetings scheduled for today\tmeeting_schedule\nare any meetings booked for today\tmeeting_schedule\nwhat time i have to meet mr accountant\tmeeting_schedule\nis mr ceo waiting me now\tmeeting_schedule\ndo i have to meet the dev squad to day\tmeeting_schedule\ngive me a run down of my meeting schedules for the day\tmeeting_schedule\nlet me know every meeting i have scheduled today\tmeeting_schedule\ndo you know if i have any meetings set up with travis today\tmeeting_schedule\ndo you see any meetings with john on my schedule today\tmeeting_schedule\ncheck to see if i have any meetings with peter today\tmeeting_schedule\nam i scheduled to meet with heather today\tmeeting_schedule\nwhat meetings do i have on my agenda today\tmeeting_schedule\nhave i got any meetings today with sara\tmeeting_schedule\ntell me what my day looks like today in terms of meetings\tmeeting_schedule\nwhat scheduled meetings do i have today\tmeeting_schedule\nare there any meetings on my calendar today\tmeeting_schedule\nam i scheduled for any gatherings today\tmeeting_schedule\nis the gang getting together this afternoon\tmeeting_schedule\ndo i have any meetings coming up today\tmeeting_schedule\nplease list my meetings for today\tmeeting_schedule\ni need to know if i have any meetings scheduled for today\tmeeting_schedule\nplease list my meetings for today from 8:00 am to 2:00 pm\tmeeting_schedule\ndid i schedule any meetings for today\tmeeting_schedule\ntell me my scheduled meetings for today only, please\tmeeting_schedule\nlet me hear all meetings for today\tmeeting_schedule\ndo i have any meetings scheduled between 3 and 5 pm today\tmeeting_schedule\nwhat meetings are on my schedule today between 1:00 pm and 4:00 pm\tmeeting_schedule\nare there any meetings for today on my calendar\tmeeting_schedule\ntell me today's scheduled conferences from noon on wards\tmeeting_schedule\nis a meeting with ruth on my schedule today\tmeeting_schedule\nwhat do i have going on between 9 and 10\tmeeting_schedule\ndo i meet with joan today\tmeeting_schedule\nwhen's my meeting with richard\tmeeting_schedule\nwhat meetings do i have today from 3 to 4\tmeeting_schedule\nwhen is my meeting with john\tmeeting_schedule\nwhat is on my schedule between 10:00 am and 11:00 am\tmeeting_schedule\nwhat do you put in chicken noodle casserole\tingredients_list\nwhat goes into chicken noodle casserole\tingredients_list\nwhat do i need to make chicken noodle casserole\tingredients_list\nhow do you make chicken noodle casserole\tingredients_list\nchicken noodle casserole is made from what\tingredients_list\ntell me what ingredients i will need to make this meal\tingredients_list\nwhat are the ingredients of spaghetti\tingredients_list\nwhat ingredients are present in marshmallows\tingredients_list\ntell me the ingredients in pizza\tingredients_list\nwhat ingredients are found in hunan chicken\tingredients_list\ni need to know the ingredients in a hamburger\tingredients_list\nshow me the ingredients that i need for ceviche\tingredients_list\ndo you have a list of ingredients that i'll need for blondies\tingredients_list\ngive me a list of ingredients needed for pizza dough\tingredients_list\ntell me what ingredients i need for carne asada\tingredients_list\nwhat ingredients are required for chicken noodle soup\tingredients_list\nwhat ingredients are in salsa\tingredients_list\nwhat ingredients are in cheese cake\tingredients_list\nwhat ingredients are in sugar cookies\tingredients_list\nwhat ingredients are in spinach dip\tingredients_list\nwhat ingredients are in coffee cakes\tingredients_list\nwhat ingredients do i need to make egg salad\tingredients_list\nwhat would i need if i wanted to make chicken marsala\tingredients_list\nwhat ingredients are in antipasto salad\tingredients_list\nwhat do i need to make chicken salad\tingredients_list\nwhat kind of stuff is in potato salad\tingredients_list\ningredients needed to make a mexican lasagna\tingredients_list\nwhat are all of the ingredients for brownies from scratch\tingredients_list\nhow can i make my own doughnuts/what ingredients\tingredients_list\nwhat stuff would i need to make tortellini\tingredients_list\nwhat do i need to make a cake\tingredients_list\nwhat all is in gumbo\tingredients_list\nwhat ingredients do i need for gumbo\tingredients_list\nwhich ingredients does gumbo have\tingredients_list\nwhat are the ingredients in gumbo\tingredients_list\nwhat is gumbo made of\tingredients_list\nwhat ingredients do i need to bake a cake\tingredients_list\ni want to cook a quick breakfast what ingredients do i need\tingredients_list\nwhat ingredients are needed for shrimp cocktail\tingredients_list\ni’m making spaghetti what ingredients do i need\tingredients_list\ni want to make a meat stew what ingredients do i need\tingredients_list\nwhat goes in broccoli cheddar soup\tingredients_list\nshow me the recipe for broccoli cheddar soup\tingredients_list\nplease list ingredients for broccoli cheddar soup\tingredients_list\nwhat ingredients do i need to make broccoli cheddar soup\tingredients_list\ni am making broccoli cheddar soup, what ingredients do i need\tingredients_list\nwhat ingredients do i need for philly cheesesteaks\tingredients_list\nwhat do i need to cook chicken soup\tingredients_list\nwhat do i need to get to make lasagne\tingredients_list\nwhat should i buy to make burritos tonight\tingredients_list\nwhat ingredients do i need for tacos\tingredients_list\nwhat are the ingredients to make shepherd's pie\tingredients_list\nwhat do i need to buy to make a spaghetti\tingredients_list\nwhat do i need to make spaghetti\tingredients_list\nwhat is the ingredient list for an omelette\tingredients_list\nwhat do i need if i want to make lasagna\tingredients_list\nwhat do i need to make a cajun chili\tingredients_list\nwhat goes into a strawberry smoothie\tingredients_list\nwhat should i grab to make a german chocolate cake\tingredients_list\nwhat do you put in chili\tingredients_list\nwhat do you need to make pancakes\tingredients_list\nwhat stuff do you dump in an omelette\tingredients_list\nwhat do you use when you make a chef's salad\tingredients_list\nwhat do you purchase to put in a shepherd's pie\tingredients_list\nwhat do you put in a tibetan omelette\tingredients_list\nwhat do you mix to make a chocolate cake\tingredients_list\nwhat does subway use to make a cold cut combo\tingredients_list\nwhat do you need to make general tsao's chicken\tingredients_list\nwhat do you put in avocado dip\tingredients_list\nwhat ingredients are in sushi\tingredients_list\nwhat does it take to make buttermilk pancakes\tingredients_list\nwhat do i need to buy to make pierogi\tingredients_list\nwhat do i need to get to put into homemade tortillas\tingredients_list\nwhat food items do you put in english breakfast\tingredients_list\nwhat foods do i buy to put into a korean dinner\tingredients_list\nwhat do you need to make dandelion wine properly\tingredients_list\nwhat ingredients are in cake\tingredients_list\nwhat ingredients are in tortillas\tingredients_list\nwhat ingredients are in mashed potatoes\tingredients_list\nwhat ingredients are in dough\tingredients_list\nwhat ingredients are in chips\tingredients_list\nthe ingredients in pizza are what\tingredients_list\nlist the ingredients in pizza\tingredients_list\nwhich ingredients are in pizza\tingredients_list\npizza has which ingredients\tingredients_list\nthe ingredients in pizza are which ones\tingredients_list\nwhat ingredients do i need to make salmon salad\tingredients_list\nwhat ingredients go in spaghetti\tingredients_list\nwhat ingredients do i need to make pizza\tingredients_list\nwhat ingredients do i need to make pancakes\tingredients_list\nwhat ingredients do i need to make potato skins\tingredients_list\nwhat ingredients go in mashed potato\tingredients_list\nwhat ingredients go in potato skins\tingredients_list\nwhat ingredients do i need to make spaghetti\tingredients_list\nwhat ingredients go in a milky way\tingredients_list\nwhat ingredients go in pizza\tingredients_list\nwhat ingredients are necessary for a steak\tingredients_list\nin making an omelette, what ingredients do i need\tingredients_list\nin terms of making scrambled eggs, what ingredients do i need\tingredients_list\nwhat ingredients do i need for chicken breast\tingredients_list\ni'm afraid this charge on my account is fraud\treport_fraud\ni think there's fraud on my account\treport_fraud\ni think i have fraud on my account from walmart\treport_fraud\nthere's been some fraudulent activity on my card\treport_fraud\ni'm pretty sure this charge from sam's club is fraudulent\treport_fraud\ni'm pretty sure this charge is fraudulent\treport_fraud\ni need to report some fraudulent card activity\treport_fraud\nthere are some questionable charges on my card\treport_fraud\ni think there's a fraudulent transaction on my account\treport_fraud\nthere's a shady charge from comcast on my account\treport_fraud\nmy account has a fraudulent transaction i think\treport_fraud\ncan you help me with some fraudulent charges on my card\treport_fraud\ni think i've been the victim of fraud\treport_fraud\ni'd like to report a fraudulent charge from people's natural gas\treport_fraud\nthis costco charge looks fraudulent\treport_fraud\nthere's fraudulent transaction going on\treport_fraud\ni may have a fraudulent transaction\treport_fraud\ni suspect some suspicious activity\treport_fraud\nthere seems to be fraudulent activity\treport_fraud\ni suspect fraudulent transaction\treport_fraud\ni need to report fraudulent activity on my card\treport_fraud\ni'm reporting fraudelent activity on my card\treport_fraud\nthere has been fraudulent activity on my card and i need to report it\treport_fraud\ni need to make a report due to fraudulent activity on my card\treport_fraud\ndue to fraudulent activity on my card i need to make a report\treport_fraud\nhow do i report a fraudulent charge on my visa\treport_fraud\nhow do i report fraud on my discover card\treport_fraud\nhow do i let visa know about a charge i didn't make\treport_fraud\nhelp me tell visa about fraud on my account\treport_fraud\nhow do i tell mastercard about a fraudulent charge\treport_fraud\ni have activity on my bank of america card i don't recognize\treport_fraud\ni think a thief used my card\treport_fraud\ni have suspicious charges on my discovery card\treport_fraud\ni believe there's fraud on my card\treport_fraud\ni need to report fraudulent activity on my mastercard\treport_fraud\ni think someone's using my visa card without my permission\treport_fraud\ni have transactions on my card that aren't mine\treport_fraud\nmy card has purchases i don't recognize\treport_fraud\nsomeone misused my card and put fraudulent transactions on it\treport_fraud\ni have charges on my amex card i didn't make\treport_fraud\n\"\"\"disable my card account and contact company to report fraudulent activty\"\treport_fraud\n\"\"\"i need to report fraudulent activity to my card company\"\treport_fraud\n\"\"\"please contact my credit card company to report fraudulent activity on\"\treport_fraud\nit looks like someone made an unauthorized amazon purchase on my account\treport_fraud\ni think my chase account has been compromised and fraud committed\treport_fraud\ni may have had fraud committed on my account\treport_fraud\ni'm thinking someone may have used my card in a fraudulent way\treport_fraud\nthere is a fraudulent charge for paypal on my bank account\treport_fraud\ni think the charge for uber on my account is fraudulent\treport_fraud\nlooks like someone made an unauthorized charge to nike on my account\treport_fraud\ni think someone stole my card and used it\treport_fraud\ni think someone made an illegal charge to my card\treport_fraud\nmy account is showing a charge to venmo that i did not make\treport_fraud\ni gotta report fraudulent activity on my credit card\treport_fraud\nso i made a fraudulent transaction\treport_fraud\ni have a fraudulent transaction from wal mart on my account right now\treport_fraud\nturns out i made a fraudulent transaction\treport_fraud\nreport fraudulent activity on my debit card\treport_fraud\ni made a fraudulent transaction\treport_fraud\ni have a fraudulent transaction from wal mart showing on my account\treport_fraud\ni think i made a fraudulent transaction\treport_fraud\ni have a fraudulent transaction from wal mart on my account\treport_fraud\ni must report fraudulent activity on my debit\treport_fraud\ni have a fraudulent transaction from red robin on my account\treport_fraud\nreport fraudulent activity on my credit card now\treport_fraud\ni have a fraudulent transaction from fry's on my account\treport_fraud\ni got to report fraudulent activity on my credit card\treport_fraud\ni'm afraid there is a false transaction on my account\treport_fraud\ni have detected fraudulent activity on my account\treport_fraud\ni see a fraudulent transaction from netflix on my account\treport_fraud\ni spotted a fraudulent transaction from microsoft on my account\treport_fraud\ni see a suspicious transaction in my account history\treport_fraud\nit seems someone conducted a fraudulent transaction on my account\treport_fraud\ni need help investigating a suspicious transaction\treport_fraud\ni need to report a fraudulent transaction from postmates on my account\treport_fraud\nhelp me figure out where this fraudulent transaction from google came from on my account\treport_fraud\ncan you help me deal with this fraudulent transaction from verizon on my account\treport_fraud\ni believe there are fraudulent charges on my card how can i report them\treport_fraud\ni didn't make these purchases on my card; these are fraudulent charges i need to report them\treport_fraud\nhow can i report fraudulent charges on my card\treport_fraud\nit seems that there's fraudulent activity on my card i'd like to file a report\treport_fraud\ni want to report fraudulent activity on my card\treport_fraud\nsend information about suspicious credit card activity\treport_fraud\nplease report information about activity on my credit card\treport_fraud\nsend fraudulent activity information\treport_fraud\nplease file a fraud report\treport_fraud\nreport fraud on my card\treport_fraud\ni want to report fraudulent activity on my visa card, please\treport_fraud\ni need to report fraudulent activity on my visa card, please\treport_fraud\ni want to report fraudulent activity on my amex card\treport_fraud\ni want to report fraudulent activity on my visa card\treport_fraud\ni want to report fraudulent activity on my amex card, please\treport_fraud\ni believe that there is some fraudulent activity on my capital one account\treport_fraud\nthere is an unauthorized transaction on my bank of america checking\treport_fraud\ni see a purchase on my chase checking that i did not make\treport_fraud\nwhat steps do i take if there is a transaction that i do not recognize on my navy federal credit union account\treport_fraud\ni need to talk to someone about a transaction that was not made by me on my chase account\treport_fraud\ncan you report credit card fraud for me\treport_fraud\ndiscover card reporting fraud\treport_fraud\ni need to know how to report fraud on my discover card\treport_fraud\nhow many centimeters are in an inch\tmeasurement_conversion\nwhats 5 feet in inches\tmeasurement_conversion\nwhat's 32 degrees fahrenheit in celsisus\tmeasurement_conversion\nwhat amount of millimeters are in 50 kilometers\tmeasurement_conversion\nhow many crows are in 10 murders\tmeasurement_conversion\nwhat amount of miles are in a hundred kilometers\tmeasurement_conversion\nhow many weeks are in 3 months\tmeasurement_conversion\nhow many meters are in 50 feet\tmeasurement_conversion\nwhat's 8 ounces in cups\tmeasurement_conversion\nhow many kilos are in 150 pounds\tmeasurement_conversion\nhow do you convert pounds to grams\tmeasurement_conversion\nhow many kilos are in 10 pounds\tmeasurement_conversion\nwhat is 15 ounces in grams, please\tmeasurement_conversion\nwhat is 20 ounces in grams, please\tmeasurement_conversion\nwhat is 10 ounces in grams, please\tmeasurement_conversion\nhow do you convert ounces to pounds\tmeasurement_conversion\nhow many kilos are in 25 pounds\tmeasurement_conversion\nwhat is 10 ounces in grams\tmeasurement_conversion\nhow many kilos are in 20 pounds\tmeasurement_conversion\nhow do you convert ounces to grams\tmeasurement_conversion\nhow many kilos are in 100 pounds\tmeasurement_conversion\nhow do you convert pounds to kilos\tmeasurement_conversion\nwhat is 15 ounces in grams\tmeasurement_conversion\nhow do you convert ounces to kilos\tmeasurement_conversion\nhow many inches and centimeters would i need if i had 10 feet of something\tmeasurement_conversion\nwhat's 10 inches in centimeters and millimeters\tmeasurement_conversion\nhow many tablespoons and teaspoons is one cup\tmeasurement_conversion\nhow much is 10kg in pounds and ounces\tmeasurement_conversion\nhow many liters are in 500 gallons\tmeasurement_conversion\nwhat's 12 feet in meters\tmeasurement_conversion\nwhat is 22 meters in inches\tmeasurement_conversion\n12 feet is equal to how many inches\tmeasurement_conversion\nhow many pints are in 22 gallons\tmeasurement_conversion\nhow do you convert pounds to kilograms\tmeasurement_conversion\nhow do you convert milliliters to ounces\tmeasurement_conversion\nhow do you convert millimeters to decimeters\tmeasurement_conversion\nhow do you convert inches to centimeters\tmeasurement_conversion\nhow do you convert miles to kilometers\tmeasurement_conversion\nwhat would four inches be in centimeters\tmeasurement_conversion\nif i have four inches, how many centimeters is that\tmeasurement_conversion\nhow many centimeters are in 4 inches\tmeasurement_conversion\nhow do i convert four inches into centimeters\tmeasurement_conversion\nwhat are four inches in centimeters\tmeasurement_conversion\ntell me the conversion between tablespoons and cups\tmeasurement_conversion\ni need to know the conversion between tablespoons and teaspoons\tmeasurement_conversion\nwhat would be the conversion between tablespoons and teaspoons\tmeasurement_conversion\nwhat is the conversion between tablespoons and cups\tmeasurement_conversion\nhelp me to understand the conversion between tablespoons and teaspoons\tmeasurement_conversion\ntell me how to convert grams into ounces\tmeasurement_conversion\ni need to know how to convert liters into pints\tmeasurement_conversion\nhelp me convert feet into miles\tmeasurement_conversion\nhow do i change pounds into kilograms\tmeasurement_conversion\nwhat is the proper way to convert centimeters into inches\tmeasurement_conversion\nhow do i convert tablespoons to cups\tmeasurement_conversion\nhow many ounces are in a cup\tmeasurement_conversion\nhow many teaspoons are in a half a cup\tmeasurement_conversion\nhow many tablespoons are in three cups\tmeasurement_conversion\nhow many pints are in four cups\tmeasurement_conversion\nhow many quarts are in a gallon\tmeasurement_conversion\ni wanna know how many teaspoons are in a tablespoon\tmeasurement_conversion\nhow many cups make a gallon\tmeasurement_conversion\nhow many tablespoons are in a cup\tmeasurement_conversion\nwhat is the conversion for pints to quarts\tmeasurement_conversion\ntell me what ten pounds in kilos is\tmeasurement_conversion\nwhat would five pounds be in kilos\tmeasurement_conversion\ni need to know how many cups are in a two gallons\tmeasurement_conversion\ntell me how many teaspoons are in two cups\tmeasurement_conversion\nhow many miles is five kilometers\tmeasurement_conversion\nplease convert 2 inches into meters for me\tmeasurement_conversion\nhow many meters are in 2 inches\tmeasurement_conversion\nwhat's the conversion from inches to centimeters\tmeasurement_conversion\ncan you convert 2 inches into meters\tmeasurement_conversion\nhow many centimeters are one inch\tmeasurement_conversion\nhow do i convert inches and centimeters\tmeasurement_conversion\nwhat is 2 inches in meters\tmeasurement_conversion\nconvert 2 inches to meters\tmeasurement_conversion\nconvert inches to centimeters\tmeasurement_conversion\nhow many cups in a quart\tmeasurement_conversion\nis there an easy way to change feet into inches\tmeasurement_conversion\nhow many cups are in 4 quarts\tmeasurement_conversion\nhow many feet are in 50 yards\tmeasurement_conversion\nhow many ounces in a gallon\tmeasurement_conversion\ncan you convert millimeters to centimeters\tmeasurement_conversion\nhow many teaspoons in a cup\tmeasurement_conversion\nconvert inch to cm\tmeasurement_conversion\nhow many inches are in 5 feet\tmeasurement_conversion\nconvert cm to inch\tmeasurement_conversion\nhow can i change centimeters into inches\tmeasurement_conversion\nhow can i change inches into meters\tmeasurement_conversion\nhow many centimeters are in 5 yards\tmeasurement_conversion\nhow do you convert feet to inches\tmeasurement_conversion\nhow many meters are in 10 millimeters\tmeasurement_conversion\nhow can you convert miles to kilometers\tmeasurement_conversion\nhow would i go about converting inches to yards\tmeasurement_conversion\nhow would you convert yards to inches\tmeasurement_conversion\nhow are yards converted to inches\tmeasurement_conversion\nhow do i change inches to centimeters\tmeasurement_conversion\nwhat is inches in centimeters\tmeasurement_conversion\ni need to know the difference between inches and centimeters\tmeasurement_conversion\nwhat is the conversion of inches to centimeters\tmeasurement_conversion\ncan you please turn on my furnace\tsmart_home\noven should be set to 350 now\tsmart_home\nwhat temp is the ac at\tsmart_home\ntell me who is by the garage door\tsmart_home\nset my oven to 350 please\tsmart_home\nmake sure all doors are locked\tsmart_home\nmake the lights dimmer please\tsmart_home\nplease, will you turn on my tv\tsmart_home\nturn lights on in my bedroom\tsmart_home\nturn the fan to the on position\tsmart_home\nstart my vehicle\tsmart_home\nplease get my car started before i go out to it\tsmart_home\nneed the tv on please\tsmart_home\nlock all the doors\tsmart_home\ncan you turn on the lights in the den\tsmart_home\nturn the furnace on please\tsmart_home\ncheck who's at the door\tsmart_home\nplease set the temperature to 70\tsmart_home\nturn tv on please\tsmart_home\nmake the temperature 78 in here\tsmart_home\nturn lights on in the garage\tsmart_home\nwhat is my ac set to right now\tsmart_home\nactivate my furnace please\tsmart_home\ncan you set the temp to 69\tsmart_home\nset my temp to 75\tsmart_home\ncan you see if i have my doors locked\tsmart_home\nmake sure the oven is set to 350 please\tsmart_home\nthe ac is set to what right now\tsmart_home\ncan you turn on the lights in the backyard\tsmart_home\ncan you turn on the tv\tsmart_home\ncan you turn the oven to 350\tsmart_home\nwho is at my front door\tsmart_home\ncan you turn my lights down just a bit\tsmart_home\nwill you please get my furnace turned on\tsmart_home\ncan you please dim the lights\tsmart_home\nset my oven to 350 for me right now\tsmart_home\nturn lights on in my master bathroom\tsmart_home\nwho is knocking\tsmart_home\nturn on the fan\tsmart_home\ncan you get my car started\tsmart_home\nare my doors locked right now\tsmart_home\ncan you get the fan going in here\tsmart_home\nplease turn my fan on\tsmart_home\nwarm up my car for me\tsmart_home\nplease make sure the temperature is set to 68\tsmart_home\nare my doors in the locked position right now\tsmart_home\nturn down the lights a little please\tsmart_home\nwhat's the persons name at my door\tsmart_home\ncan you lock all the doors in the house\tsmart_home\ni need some air; get the fan going\tsmart_home\nwhat's the ac set to\tsmart_home\ncan you tell me what the ac is on\tsmart_home\nlock every door on the property\tsmart_home\nturn the tv to on right now\tsmart_home\nplease lock every door\tsmart_home\ndid i lock the doors\tsmart_home\ndim the main lights please\tsmart_home\ni need my furnace turned on\tsmart_home\nput the garage lights on\tsmart_home\non the lounge lights turn\tsmart_home\ncan put fan on\tsmart_home\nturn on the living room lights\tsmart_home\nput fan on\tsmart_home\nput on lights\tsmart_home\non turn tv\tsmart_home\non the fan\tsmart_home\non the tv\tsmart_home\nswitch fan\tsmart_home\nlight the bedroom lights\tsmart_home\nswitch tv\tsmart_home\ntv on turn\tsmart_home\nplease start my car\tsmart_home\nwhat is the temperature setting of the ac\tsmart_home\nset temperature to 75\tsmart_home\ncan you look who is at the door\tsmart_home\nwhat is the temperature the ac display is showing\tsmart_home\nhas anyone locked the door\tsmart_home\ncheck to see who is at the doof\tsmart_home\nwhat is the ac temperature\tsmart_home\nplease lock the doors\tsmart_home\ncan you please help me start the car\tsmart_home\nturn the fan on please\tsmart_home\ni would appreciate it if you help me turn the car on\tsmart_home\ndid anyone securely lock the door\tsmart_home\nplease set the temperature to 80\tsmart_home\nturn the fan on\tsmart_home\nput the lights on low\tsmart_home\ncan you please start my car\tsmart_home\nwhat is the temperature on the ac\tsmart_home\ncan you check who is at the door\tsmart_home\nset the temperaure to 71\tsmart_home\nturn the lights down\tsmart_home\nplease turn the fan on\tsmart_home\ncan you please turn the fan on\tsmart_home\ni want you to turn the fans on\tsmart_home\nwhat temperature is the ac set at\tsmart_home\nremember to lock the doors\tsmart_home\nwho is at the door\tsmart_home\nplease check the door to see who is there\tsmart_home\nset the temperature to 78\tsmart_home\ni need a bed in brownsburg near walmart from apil 4th until the 5th\tbook_hotel\ni need a room in indianapolis near the track from may 2nd through the 5th\tbook_hotel\ni need lodging in lizton near the ice cream parlor from may 3rd until the 8th\tbook_hotel\nneed a place to crash in elizabeth near the refinery from june 4th until the 9th\tbook_hotel\ni need a place to stay in newark near a bodega from may 2nd through the 4th\tbook_hotel\ni want to book a hotel room for 10 people from monday to tuesday in manhattan\tbook_hotel\nis there a room big enough for 10 people from monday to tuesday in manhattan\tbook_hotel\nis it possible to book 10 people from monday to tuesday in manhattan\tbook_hotel\ni would like to reserve a hotel room that accomodates 10 people from monday to tuesday in manhattan\tbook_hotel\ni'm inquiring about the availability of a room that fits 10 people from monday to tuesday in manhattan\tbook_hotel\nbook me a hotel in st louis near the arch from march 2nd to 5th\tbook_hotel\ni need a room in london for 2 people from march 1st to 3rd\tbook_hotel\nget me a hotel room for 3 people from march 12th to 14th in chicago\tbook_hotel\nbook me a hotel in new york near the empire state building from marc 2nd to 4th\tbook_hotel\nbook me a hotel in chicago near the water tower shopping from april 2nd to 4th\tbook_hotel\nget me a hotel room for 4 people from march 1st to 3rd in seattle\tbook_hotel\nin paris, get me a hotel room for 4 people from march 1st to 3rd\tbook_hotel\ncan you find me a hotel for 2 people on april 1st to 4th in rome\tbook_hotel\ncan you book me a hotel in los angeles near commerce casino from april 1st to the 5th\tbook_hotel\nbook me a hotel in seattle near the space needle from march 3rd to 5th\tbook_hotel\ncan you book me a room in new york city from april 2 through april 8\tbook_hotel\nare there any openings in new york city from april 2 through april 8\tbook_hotel\nare there any vacancies in new york city from april 2 through april 8\tbook_hotel\nhow about any bookings in new york city from april 2 through april 8\tbook_hotel\nis there anything available in new york city from april 2 through april 8\tbook_hotel\nbook me a room on november 11 to 15 in cali\tbook_hotel\ncreate a reservation novemeber 11 to 15 in cali\tbook_hotel\nshow me all hotels in evans with good reviews\tbook_hotel\nwhich hotels in evans have good reviews\tbook_hotel\nget me a room in cali on november 11 to 15\tbook_hotel\nshow me a well reviewed hotel in evans\tbook_hotel\nwhat is the best rated hotel in evans\tbook_hotel\nfind me a place to stay in cali november 11 to 15\tbook_hotel\nmake a reservation to stay in cali from november 11 to 15\tbook_hotel\nis it possible to have a place booked in salem from the 1st to the 3rd\tbook_hotel\nsee if you can get me a room in colorado springs near garden of the gods from march 01 to march 02\tbook_hotel\ni'd like you to book me a room in austin near google's headquarters from january 01, 2020 to february 02, 2020\tbook_hotel\nplease book me a room in austin from tomorrow to the 2nd\tbook_hotel\ni want a hotel room for 6 from the 1st through the 3rd in seattle\tbook_hotel\ncan you find me a decent hotel in denver\tbook_hotel\ni'd like a placed booked in san diego from may 1st, 2020 to june 2nd, 2020\tbook_hotel\nare there any good hotels in salem\tbook_hotel\nwhat's a good hotel to stay at in chicago\tbook_hotel\nwill you find me a place to stay in casper from march 5th to march 11th\tbook_hotel\ncheck if there's a hotel room that can receive 10 people in tampa from this friday for a week\tbook_hotel\ncan i get a hotel room that can accommodate 50 people in bangor from january 01, 2021 to january 30, 2021\tbook_hotel\ni need a hotel booked in denver near the museum from friday to saturday\tbook_hotel\ni want a hotel booked in salem near the concert hall from the first to the second\tbook_hotel\ni required a hotel room for 20 people from march 8th through march 20th in las vegas\tbook_hotel\nwhat hotels have decent reviews in bangor\tbook_hotel\nis it possible to have a room booked in omaha near the convention hall for may 01, 2019 to may 05, 2019\tbook_hotel\ni'd like to find a hotel in tampa that people liked enough to leave good reviews about\tbook_hotel\ncan you book me a place to stay in denver from wednesday to friday\tbook_hotel\ni need a hotel room that can host 5 people from tomorrow to saturday in denver\tbook_hotel\nplease find me a hotel room for 4 people from monday to wednesday in lakewood\tbook_hotel\ni need a hotel room big enough for 4 people from monday to wednesday in lakewood\tbook_hotel\ni need a hotel room for 4 people in lakewood from monday to wednesday\tbook_hotel\nwhat hotel would you recommend in lakewood for 4 people from monday to wednesday\tbook_hotel\ni will be in lakewood from monday to wednesday and i need a hotel room for 4 people\tbook_hotel\nplease help me book a place to stay in pittsburgh from monday to friday\tbook_hotel\ni need a place in pittsburgh to stay from monday to friday, can you help\tbook_hotel\nhelp me find a hotel in columbus with good reviews\tbook_hotel\ncan you find me a hotel in columbus with good reviews\tbook_hotel\nplease find a columbus, ohio hotel with good reviews\tbook_hotel\nwill you help me book a place to stay from monday to friday in pittsburgh\tbook_hotel\ncan you book me a place to stay in pittsburgh from monday to friday\tbook_hotel\nplease book me a place in pittsburgh to stay from monday to friday\tbook_hotel\nfind a columbus, ohio hotel with good reviews\tbook_hotel\nhelp me find a hotel in that has good reviews in columbus\tbook_hotel\ndo you know of any well reviewed hotels in chicago\tbook_hotel\nhelp me find a well reviewed hotel in dallas\tbook_hotel\nfind me a hotel in kansas city with good reviews\tbook_hotel\ni need to find a nice hotel with solid reviews in seattle\tbook_hotel\nlook up hotels with positive reviews in new york city\tbook_hotel\nwhat hotels are near, ny, ny for the 9th to 11th\tbook_hotel\nplease book a hotel in ny, close to brooklyn, on the 25th to 30th\tbook_hotel\nbook a hotel in pa, harrisburg for the 10th to 15th\tbook_hotel\nfind and book a hotel in md, baltimore starting on the 7th to the 9th\tbook_hotel\ni need to book a hotel in ny, queens arrive on 8th and leave on the 13th\tbook_hotel\ni need a hotel in new orleans with awesome reviews\tbook_hotel\nfind a suitable lodging in vancouver on march 16-19\tbook_hotel\nhelp me find a good reviews hotel in la\tbook_hotel\ni need a hotel in new orleans from may 2 - 5 near the french quarter\tbook_hotel\nfind a hotel with great reviews in san francisco\tbook_hotel\nfind me a hotel in seattle with great reviews\tbook_hotel\nhelp me a great hotel in vegas for this weekend\tbook_hotel\ncan you find me a place to stay in sacramento near the capitol on july 3-5\tbook_hotel\nfind a hotel in san francisco for march 8 & 9\tbook_hotel\ni need a well-rated hotel in vegas\tbook_hotel\ncan i book a hotel in new york city near times square from 3/1 until 3/5\tbook_hotel\nbook me a hotel room in memphis for 3 people from 3/6 until 3/10\tbook_hotel\nhotel room for 5 in austin for 3/1 until 3/8\tbook_hotel\ni need a hotel in austin near south congress from 3/5 until 3/10\tbook_hotel\nbook me a hotel in pittsburgh near grant street for 3/15 through 3/18\tbook_hotel\nmarch 20th through the 22nd, please book me a hotel room in manhattan big enough for 10 people\tbook_hotel\ni'm going to need a hotel in tampa near ybor city for march 23rd through the 28th\tbook_hotel\ni'm going to need a hotel room for 8 people in tallahassee from 3/10 until 3/12\tbook_hotel\ncould you reserve me a hotel room in philadelphia near chinatown from 3/19 through 3/22\tbook_hotel\nin brooklyn, i need a hotel room for 4 from 3/15 until 3/20\tbook_hotel\nbook me a hotel with good ratings in nashville\tbook_hotel\ncheck maps for my location\tcurrent_location\ni'm lost, can you tell me where i am\tcurrent_location\nhow can i go about finding my location right now\tcurrent_location\nplease tell me my location using gps\tcurrent_location\nwhere exactly am i\tcurrent_location\nwhat's my location\tcurrent_location\nis there a way to get my current location\tcurrent_location\nwhat's the precise coordinates of this place\tcurrent_location\nwhere am i right this moment\tcurrent_location\nuse the map and pinpoint my position\tcurrent_location\ngive me my location on the map\tcurrent_location\nwhat's my current location\tcurrent_location\nwhat street is this\tcurrent_location\ncan you direct me where to find where i am\tcurrent_location\nwhat do i do to find my location\tcurrent_location\nusing this map i'd like to see my exact whereabouts\tcurrent_location\nplace a marker for me where i am on the map\tcurrent_location\ni need to know my current gps coordinates\tcurrent_location\ncan i have my current gps coordinates\tcurrent_location\nwould you please tell me my current gps coordinates\tcurrent_location\nplease tell me my current gps coordinates\tcurrent_location\nlist my current gps coordinates\tcurrent_location\nhow do i know where i'm at\tcurrent_location\nwhere am i located currently\tcurrent_location\ntell me how to find my current location\tcurrent_location\nshowme how to find my location\tcurrent_location\ni'd like to know where i am\tcurrent_location\nwhat are the gps coordinates where i am located\tcurrent_location\nat this location what are my gps coordinates\tcurrent_location\nin the place i am what are my gps coordinates\tcurrent_location\nwhat are my gps coordinates at this location\tcurrent_location\nwhat are the gps coordinates of this spot i am at right now\tcurrent_location\nwhere am i located\tcurrent_location\nwhat country and city am i in\tcurrent_location\nwhat are my longitude and latitude points\tcurrent_location\nshow me where i am on the map\tcurrent_location\ndisplay my location on a map\tcurrent_location\nplease show me where i am on a map\tcurrent_location\ncan you show me where i am on a map\tcurrent_location\nwhere am i right now, location wise\tcurrent_location\nwhat street am i on right now\tcurrent_location\ntell me my current location please\tcurrent_location\nwhat location do you see me at right now\tcurrent_location\nwhat is my current location that you see right now\tcurrent_location\nshow me where i am\tcurrent_location\nbring up my location\tcurrent_location\ntell me where i am on a map\tcurrent_location\ncan you locate me on a map\tcurrent_location\nshow me where i am on a map\tcurrent_location\ni need to know my location\tcurrent_location\ni'm lost\tcurrent_location\ncan you tell me how to figure out my current location\tcurrent_location\ni need to find out how i know my location right now\tcurrent_location\ncan you tell me my location\tcurrent_location\nwhat do i do to find my current location\tcurrent_location\nmy current location\tcurrent_location\ni would like to know my current location\tcurrent_location\nhow can i tell what my current location is\tcurrent_location\nhow can i know my current location\tcurrent_location\nlet me know where i'm located\tcurrent_location\ni am in need of my location\tcurrent_location\nhelp me find where i am\tcurrent_location\ni do not know where i am\tcurrent_location\ni would like to know my location\tcurrent_location\nwhere are we located\tcurrent_location\ntell me the current location\tcurrent_location\nplease tell me my current location\tcurrent_location\nwhat are my gps coordinates right now\tcurrent_location\nplease tell me my present gps coordinates\tcurrent_location\ni need to know my present gps coordinates\tcurrent_location\ntell me my current gps coordinates\tcurrent_location\nplease give me my gps coordinates\tcurrent_location\nhow do i find my location right now, please\tcurrent_location\nhow do i find my location, please\tcurrent_location\ncould you find my location on the map, please\tcurrent_location\nhow do i find my present location right now\tcurrent_location\ncould you find my location on the map\tcurrent_location\nhow do i find my location right now\tcurrent_location\nwould you find my location on the map, please\tcurrent_location\ncan you find my location on the map, please\tcurrent_location\ncan you find my location on the map\tcurrent_location\nhow do i find my present location right now, please\tcurrent_location\ngive me my current location\tcurrent_location\nlet me know my current location\tcurrent_location\nwhat is my location right now\tcurrent_location\ncan you tell me the address where i am right now\tcurrent_location\nplease locate me on the map and show me\tcurrent_location\ntell me my current location\tcurrent_location\nhow can i go about finding my current location\tcurrent_location\ni wanna know my current location\tcurrent_location\nhow can i find my current location\tcurrent_location\nhow will i find my current location\tcurrent_location\ni'd like to know my current location\tcurrent_location\nhow can i locate where i am\tcurrent_location\nhow shall i find my current location\tcurrent_location\ncheck out my location up on the map\tcurrent_location\ncould you pull up my location on the map\tcurrent_location\ncheck me out on the map\tcurrent_location\nlook me up on the map\tcurrent_location\nlook my location up on the map\tcurrent_location\nwhat are the conditions like in orlando\tweather\nwhat's the temperature like in tampa\tweather\nwhat's the forecast like for pittsburgh\tweather\nwhat are the conditions like in sarasota\tweather\nwhat's the climate like in chicago\tweather\nwhat will the temperature be tomorrow\tweather\nwill it rain today\tweather\nwill it freeze tonight\tweather\ngive me the 7 day forecast\tweather\nis it hot outside\tweather\nwhat is the weather going to be like today\tweather\nis it going to rain today\tweather\nwhat is the weather going to be like tomorrow\tweather\nis it going to rain tonight\tweather\nare there any tornadoes coming soon\tweather\nis it snowing in the next two weeks\tweather\nwhat is the weather like in denver\tweather\nwhat is the weather like tomorrow\tweather\nwhat is the record high temperature for today\tweather\nwhats the predicted weather suppose to be like\tweather\nwhats the forecast for the weather\tweather\nwhat does the weather look like\tweather\nwhat does the forecast look like\tweather\nwhat is the weather going to be like\tweather\ntell me this week's forecast\tweather\nwill it get over 90 degrees today\tweather\nwhat's the temperature outside\tweather\ntell me how the weather is\tweather\nweather\tweather\nwhat's the weather\tweather\nis it raining\tweather\nhow is it outside\tweather\nhow hot will it be tomorrow\tweather\nwhat is the weather for tomorrow in georgia\tweather\nwhat is the forecast for this week\tweather\nwill it snow this weekend\tweather\nis there any rain in the next 3 days\tweather\ncan you tell me what the weather will be please\tweather\nhow's the weather\tweather\nwhat's the weather looking like\tweather\nwhat weather should i expect\tweather\ncosta mesa current weather\tweather\nwhat is the temperature in costa mesa\tweather\nwhat is the weather report for costa mesa\tweather\nweather in costa mesa\tweather\ncosta mesa weather\tweather\ni need meteorological data for tallahassee\tweather\nhow's the weather in tallahassee\tweather\nread me the current weather report for tallahassee\tweather\ntell me the weather report for tallahassee\tweather\nwhat's the current weather situation for tallahassee\tweather\nwhat's the weekend forecast\tweather\ncan you tell me the low tonight\tweather\nis it going to be sunny today\tweather\nwhat's the highest chance of rain for today\tweather\nhow cold is it going to be tonight\tweather\nwhat is the weather forecast for seattle\tweather\nwhat is the weather outlook for seattle\tweather\nwhat are the weather conditions in seattle\tweather\nhow is the weather in seattle\tweather\nwhat is the weather report for seattle\tweather\ncan you give me info on miami weather\tweather\nwhat is miami weather like\tweather\nwhat can you tell me about miami weather\tweather\nwhat kind of weather does miami have\tweather\nhow is the weather in miami\tweather\nwhat's the weather like right now\tweather\ngive me a rundown of the weather\tweather\nwhat kind of weather is there\tweather\ntell me what the weather is like\tweather\nwhen is it going to rain again\tweather\nwhat is the high temperature for tomorrow\tweather\nhow many of inches of snow did my hometown get last year\tweather\nwhat are the atmospheric conditions in sparks\tweather\nis it raining in sparks\tweather\nis it cloudy or sunny in sparks\tweather\nis sparks experiencing bad weather right now\tweather\nwhat is the weather like in sparks right now\tweather\nwhat is the temp right now\tweather\nwhen will it rain next\tweather\nwhen is the next rain chance\tweather\nwhat will the weather be this weekend\tweather\nwhat s the uv index tomorrow\tweather\ntell me today's weather forecast\tweather\ntell me about the weather today\tweather\ni want to know the weather forecast for today\tweather\nwhat will the weather be like\tweather\nwhat's the chance of rain on friday\tweather\nis there a uv or smog alert for tomorrow\tweather\nis it snowing right now in richmond, va\tweather\nwhat will the low temperatures be over the weekend\tweather\ncan you let me know if it will be warm this week\tweather\nwhen is the next time it is suppose to rain\tweather\nhow cold will it be tomorrow\tweather\nwhat is today's high temperature predicted to be\tweather\nhow much snow will we be getting tomorrow\tweather\nwhat's the current weather\tweather\nwhat's it doing outside right now\tweather\nwhat's today's weather going to be\tweather\nplease tell me the weather forecast\tweather\nhow much are my state taxes\ttaxes\nwhat will my state taxes cost\ttaxes\nhow much are taxes in my state\ttaxes\nhow much state taxes do i owe\ttaxes\ntell me how much in tax on this\ttaxes\nand what are the taxes\ttaxes\ntell me what the tax amount is\ttaxes\nwhat is the tax amount\ttaxes\nhow much are taxes on this\ttaxes\nwhat is the amount of my federal taxes\ttaxes\nabout how much will my federal taxes be\ttaxes\nhow much will i have to pay in state taxes\ttaxes\nwhat do my state taxes amount to\ttaxes\nhow much will i have to pay in federal taxes\ttaxes\nhow much do i owe for state taxes\ttaxes\nwhat do my federal taxes amount to\ttaxes\nwhat amount will my state taxes be\ttaxes\nhow much will my state taxes be\ttaxes\nhow much am i going to have to pay in taxes to the state\ttaxes\nhow much will i have to pay in colorado taxes\ttaxes\nwhat's my bill going to be for my taxes for tennessee\ttaxes\nhow much am i going to have to pay in federal taxes this year\ttaxes\nhow much is the irs going to get from me\ttaxes\nwhat's my irs bill going to look like\ttaxes\nwhat will i need to pay in federal taxes\ttaxes\nhow much money am i going to lose this year for state taxes\ttaxes\nhow much money is the state going to take from me for taxes\ttaxes\nhow are my federal taxes looking this year\ttaxes\ni have to pay how much back in taxes\ttaxes\nhow much will i pay the government back in taxes\ttaxes\nwhat amount do i have to pay in taxes\ttaxes\nhow much do i have to pay back for my taxes\ttaxes\nwhat is the amount of money that i have to pay in taxes\ttaxes\nwhat is the total amount of tax deductions from my income\ttaxes\nwhat do i pay currently in income taxes\ttaxes\ni need to know how much tax i pay from my earnings\ttaxes\nhow much am i paying from my income in taxes\ttaxes\ncan you find the exact amount i pay income taxes\ttaxes\ndo i pay a lot of taxes on my income\ttaxes\nhow much am i expected to pay in tax\ttaxes\ndo i have to file a tax form\ttaxes\nwill i pay over $500 in federal taxes\ttaxes\nwhat can i expect to pay in taxes\ttaxes\nare my state tax payments too high\ttaxes\nhow much do americans pay for federal taxes on average\ttaxes\nhow much will i pay in state taxes\ttaxes\nhow much do i pay the government in taxes\ttaxes\nwhat percentage do i pay in taxes\ttaxes\nwhat percentage of my income is taken out for taxes\ttaxes\nhow much will i pay in federal taxes\ttaxes\nwhat do i owe the government on my taxes\ttaxes\nhelp me calculate my federal tax bill\ttaxes\ncan you calculate my state taxes\ttaxes\nusing my salary as a basis, what taxes will i owe\ttaxes\nhow are my state taxes looking\ttaxes\nhelp me figure out my state taxes\ttaxes\ncan you calculate my tax\ttaxes\nhow much is my income tax\ttaxes\ncan you tell me my income tax\ttaxes\nhow much do i pay in income tax\ttaxes\nhow much tax do i owe\ttaxes\nwhat kind of tax do i pay\ttaxes\nwhat amount am i taxed on my income\ttaxes\nwhat do you think will be the result of my federal tax return\ttaxes\nwhat's the damage on my federal tax return\ttaxes\nwhat does my federal tax return look like\ttaxes\nwhat will my federal tax return be\ttaxes\nhow much money will i get or owe on my federal tax return\ttaxes\nhow much money do i pay in taxes\ttaxes\nhow much money do i pay in taxes, please\ttaxes\nwhat amount of money do i pay in taxes, please\ttaxes\nhow much do i pay in taxes\ttaxes\nhow much do i pay in taxes, please\ttaxes\ni need to know how much i should pay in tax\ttaxes\nlet me know my tax rate\ttaxes\nwhat amount of tax should i pay\ttaxes\nplease tell me what i pay in taxes\ttaxes\ni would like to know how much i pay in taxes\ttaxes\nwhat is the total amount i pay in taxes\ttaxes\ncan you tell me how much i pay in taxes\ttaxes\nhow much does it seem my state taxes will be\ttaxes\ntell me what my state taxes are\ttaxes\nwhat are my state taxes looking like\ttaxes\ncan you tell me more about my federal taxes\ttaxes\nwhat do i owe in federal taxes\ttaxes\ngive me the specifics on my federal taxes\ttaxes\nwhat does it look like my state taxes will add up to\ttaxes\ni need the details on my federal taxes\ttaxes\nwhat do i currently pay in taxes\ttaxes\nwhat do i pay in taxes\ttaxes\nhow much will i pay for state taxes this year\ttaxes\nhow different will my state taxes be\ttaxes\nwhat is my state taxes currently\ttaxes\nwhat will my state taxes amount to this year\ttaxes\nhow much did my state taxes change\ttaxes\nhow much tax do i pay\ttaxes\nhow much do i pay in tax\ttaxes\nhow much do i pay in my taxes\ttaxes\nhow much as my taxes by the way\ttaxes\nwhat amount do my state taxes look like\ttaxes\nwhat's the minimum i owe on the car payment\tmin_payment\nwhat's the least amount i need to pay on the electric bill\tmin_payment\nwhat's the smallest amount i can pay on the water bill\tmin_payment\nwhat's the minimum amount for my electric bill\tmin_payment\nwhat's the least i can pay on the medical payments for february\tmin_payment\nhow much can i get away with paying for my college loan\tmin_payment\nwhat's the minimum required payment on my visa card\tmin_payment\ni want to know my bill's minimum payment\tmin_payment\nwhat is my bill's minimum payment\tmin_payment\nminimum payment of my bill please\tmin_payment\ncan you tell me the minimum payment of my bill\tmin_payment\ntell me the minimum payment of my bill\tmin_payment\nthe minumum to pay is what\tmin_payment\nwhat is the minimum i can pay for my electric bill\tmin_payment\nplease lookup the minimum i need to pay on my credit card\tmin_payment\nwhat is the minimum i need to pay for my cell phone bill\tmin_payment\ntell me what my minimum payment is\tmin_payment\nwhat is the minimum i have to pay on my chase card\tmin_payment\nwhat is the minimum i can pay for my telephone bill\tmin_payment\nwhat is the minimum i can pay for my light bill\tmin_payment\nwhat is the minimum i can pay for the gas bill\tmin_payment\nwhat do i have to pay on my amex that is the minimum\tmin_payment\ni need to know my cable bill minimum payment\tmin_payment\nplease tell me the minimum i can pay on my electric bill\tmin_payment\nplease tell me the minimum i can pay on my water bill\tmin_payment\nwhat is the lowest amount i can pay for my electric bill\tmin_payment\ntell me the lowest amount i can pay for my cable bill\tmin_payment\nlet me know the minimum i can pay on my cable bill\tmin_payment\nplease tell me the bill's minimum payment\tmin_payment\nwhat is the lowest amount i can pay for my cable bill\tmin_payment\ntell me the minimum i can pay on my cable bill\tmin_payment\ni need to know the bill's minimum payment\tmin_payment\ntell me my electric bill minimum payment\tmin_payment\ntell me the bill's minimum payment\tmin_payment\nwhat is my cable bill minimum payment\tmin_payment\ni would like to know the bill's minimum payment\tmin_payment\ni must know my water bill minimum payment\tmin_payment\ni wanna know the bill's minimum payment\tmin_payment\ninform me the lowest amount i can pay for my cable bill\tmin_payment\ni want you to tell me the minimum i can pay on my rent bill\tmin_payment\ni would like to know my water bill minimum payment\tmin_payment\nlet me know the lowest amount i can pay for my cable bill\tmin_payment\nfind the minimum due on my peco energy bill for february\tmin_payment\nwhat is the minimum payment on my chase mastercard\tmin_payment\nplease give me the minimum payment total for my sprint phone bill\tmin_payment\ncan you tell me the minimum amount due on my visa this month\tmin_payment\ni want to know the bill's minimum payment\tmin_payment\nplease inform me of the minimum payment of the bill\tmin_payment\nthe bill's minimum payment, what is it\tmin_payment\nwhat is the minimum amount of money required as payment for the bill\tmin_payment\nwhat is the minimum payment for the bill\tmin_payment\ni need to pay the smallest amount on my phone bill\tmin_payment\nhow little can i pay on my car bill\tmin_payment\nwhat is the smallest i can pay on the water bill\tmin_payment\nhow tiny a payment can i make on electric bill\tmin_payment\nhow much do i have to at least pay on my medical bills\tmin_payment\nhow small of a payment can i make for my chase card bill\tmin_payment\nwhat is the minimum payment i can make on my xcel energy bill\tmin_payment\nplease tell me the minimum amount i can pay on my wells fargo credit card\tmin_payment\nwhat is the smallest amount i can pay on my tmobile bill\tmin_payment\nwhat is the smallest payment i can make toward my xfinity bill\tmin_payment\ncan you tell me my cards minimum payment\tmin_payment\nminimum payment for my credit card\tmin_payment\ncan i get the minimum payment for my credit card\tmin_payment\ni would like to know the minimum payment for my credit card\tmin_payment\ni need to know my cards minimum payment\tmin_payment\ncould you tell me the minimum payment on my mortgage\tmin_payment\nwhat is the minimum payment on my eddie bauer card\tmin_payment\ni need to know what the minimum payment is on my electric bill\tmin_payment\nwhat is the bare minimum for my truck payment\tmin_payment\nhow much is the minimum payment on my chase card\tmin_payment\nwhat is the least amount i can pay for power bill\tmin_payment\nhow much is the minimum payment for power bill\tmin_payment\nwhat is the minimum payment for my credit card bill\tmin_payment\nhow much is the least i can pay for power bill\tmin_payment\nwhat is the minimum payment for my power bill\tmin_payment\nhow low can i reduce my phone bill before paying\tmin_payment\nhow low can we get my phone bill\tmin_payment\nwhat is the minimum payment on my phone bill\tmin_payment\nwhat is the lowest i can pay on my phone bill\tmin_payment\nwhat is the minimum i can pay for my phone bill\tmin_payment\nhow little can i pay for my water bill\tmin_payment\nshow my my minimum payment for youtube\tmin_payment\nwhat's the minimum payment for my internet bill\tmin_payment\nwhat's the minimum payment on my credit card bill\tmin_payment\nwhat's the minimum payment on my phone bill\tmin_payment\nwhat is the minimum payment i can make on my electric bill\tmin_payment\nwhat's the minimum payment on my gas bill\tmin_payment\nwhat's the least payment i can make on my cable bill\tmin_payment\nwhat is the minimum required payment for my cell phone bill\tmin_payment\nwhat's the minimum i can pay on my sewer bill\tmin_payment\ntell me minimum to pay on landscape bill\tmin_payment\nshow me the minimum payment for my boat bill\tmin_payment\nminimum to pay on power bill\tmin_payment\nwhat's the minimum payment for our cc bill\tmin_payment\npay the minimum payment for m and t bill\tmin_payment\ntell me my minimum citicard payment\tmin_payment\nhow much is the minimum payment due for my citicard this month\tmin_payment\ncan you tell me my minimum due for citicard\tmin_payment\nwhat is the minimum for my citicard this month\tmin_payment\nchange to whisper mode\twhisper_mode\nchange mode to whisper\twhisper_mode\nwhisper mode off\twhisper_mode\nchange out of whisper mode\twhisper_mode\nturn off whisper mode\twhisper_mode\nactivate whisper mode\twhisper_mode\nwhisper mode activate\twhisper_mode\ncan you please lower the volume please\twhisper_mode\nuse your indoor voice please\twhisper_mode\nwhisper for me\twhisper_mode\nis it possible for you to whisper for me\twhisper_mode\nturn on your whisper mode\twhisper_mode\ni'm going to need you to be quiet now please\twhisper_mode\ndon't make too much noise\twhisper_mode\ngo into whisper mode now please\twhisper_mode\ncan you use the whisper voice\twhisper_mode\nvolume to whisper voice\twhisper_mode\nturn on the whisper voice\twhisper_mode\ngo to the whisper voice\twhisper_mode\ncan you whisper until i tell you not to\twhisper_mode\nswitch to your whispering voice please\twhisper_mode\nwhisper from here on out please\twhisper_mode\nwhisper from now on\twhisper_mode\ni need you to use your whisper voice\twhisper_mode\ndo not talk so loudly\twhisper_mode\nuse your quiet voice\twhisper_mode\nyou need to speak softer\twhisper_mode\nspeak quiet as though you were in a church\twhisper_mode\nchange to normal vocals mode\twhisper_mode\nturn your volume up\twhisper_mode\nturn up your volume\twhisper_mode\nswitch to quiet mode\twhisper_mode\nlet's start whispering\twhisper_mode\nlet's switch to whisper voice\twhisper_mode\nlet's use whisper voice\twhisper_mode\ni decide to switch out of whisper mode\twhisper_mode\ni want to switch out of whisper mode\twhisper_mode\ncan you whisper\twhisper_mode\nlet's switch out of whisper mode\twhisper_mode\nlet's whisper\twhisper_mode\ngo to whisper mode\twhisper_mode\ncan you switch out of whisper mode\twhisper_mode\ni think we should whisper\twhisper_mode\nshh please speak with a whisper\twhisper_mode\nplease turn on whisper mode\twhisper_mode\ngo into whisper mode now\twhisper_mode\ni need you to go into whisper mode\twhisper_mode\nplease only use a whisper when speaking\twhisper_mode\ni can't be loud and need you to speak more quietly\twhisper_mode\ngo back to whisper mode, please\twhisper_mode\nchange to whisper mode, please\twhisper_mode\nswitch to whisper mode, please\twhisper_mode\ngo back to whisper mode\twhisper_mode\nplease switch to whisper\twhisper_mode\nswitch to the whisper mode\twhisper_mode\nswitch over to whisper\twhisper_mode\nswitch to whisper please\twhisper_mode\ni want whisper mode to be switched off\twhisper_mode\ni want you to use whisper voice now\twhisper_mode\nplease turn on whisper voice\twhisper_mode\ni dont need whisper mode on any more\twhisper_mode\ncould you please get out of whisper mode\twhisper_mode\ni need your setting switched to whisper mode right away\twhisper_mode\nplease shut off whisper mode for now\twhisper_mode\nmake sure to set yourself to whisper mode before i go to the movie\twhisper_mode\nplease turn on whisper mode because i am about to be in class\twhisper_mode\ni want your setting adjusted to whisper voice now\twhisper_mode\nplease switch to whisper mode for now\twhisper_mode\nplease begin using the whisper voice setting\twhisper_mode\ni want you to be in whisper mode now because i am in the library\twhisper_mode\ncan you change to the whisper voice setting\twhisper_mode\nplease speak with the whisper voice\twhisper_mode\nexit out of whisper mode\twhisper_mode\nis it possible for you to use the whisper voice\twhisper_mode\nswitch to whisper mode\twhisper_mode\ni'd like you to use the whisper voice\twhisper_mode\nimmediately begin using whisper mode\twhisper_mode\ni can't hear you, stop whispering!\twhisper_mode\nstart using whisper mode\twhisper_mode\nstop using the whisper mode\twhisper_mode\nengage whisper mode now\twhisper_mode\ncan you go to the whisper voice\twhisper_mode\ngo back to normal mode please\twhisper_mode\nuse the whisper voice\twhisper_mode\nuse your whispering voice\twhisper_mode\n6 inch voices please\twhisper_mode\ncan you switch to whisper mode\twhisper_mode\ni want whisper mode\twhisper_mode\nplease switch to whisper mode\twhisper_mode\nwould you mind switching to whisper mode\twhisper_mode\ncould you please switch to whisper mode\twhisper_mode\nif you don't mind, please switch to whisper mode\twhisper_mode\ni need you to switch to whisper mode\twhisper_mode\ni want you to switch to whisper mode\twhisper_mode\ntalk in whisper voice\twhisper_mode\nplease whisper\twhisper_mode\nplease use whisper\twhisper_mode\nplease talk quietly\twhisper_mode\nuse whisper voice\twhisper_mode\nturn to whisper mode\twhisper_mode\nplease cancel what you are doing, i've changed my mind\tcancel\nnever mind, cancel that\tcancel\nstop working on it, i need something else\tcancel\ncancel my last request, i know the answer\tcancel\nforget it, i do not need it anymore\tcancel\npause\tcancel\ncancel that last thing\tcancel\nsilence\tcancel\nquit\tcancel\nmute\tcancel\nstop\tcancel\nstop and go back\tcancel\nai stop talking\tcancel\nquiet now\tcancel\nshhhh\tcancel\nhow do i make you stop talking\tcancel\ncan you be quiet please\tcancel\nplease stop doing what i asked\tcancel\nplease be quiet\tcancel\ni would like you to stop what you were doing\tcancel\nplease cancel that last command\tcancel\ncan you cancel what you were doing\tcancel\ncan you cancel\tcancel\nshut up!\tcancel\ni need you to stop talking now\tcancel\ni want you to quit the action\tcancel\ndiscontinue please\tcancel\ni don't want you to speak any more for now\tcancel\ndiscontinue your current task\tcancel\nabort please\tcancel\nquit the current action please\tcancel\nforget my previous command\tcancel\nabort the current action\tcancel\nactually forget that i don't need it\tcancel\nquit what you are doing\tcancel\nsorry, you can actually stop that\tcancel\ni actually don't want this anymore, please abort\tcancel\nplease cancel your present task\tcancel\nthat's enough, don't say anymore please\tcancel\ni want you to stop your present action\tcancel\nstop talking please\tcancel\nwhat you are doing is not actually helpful, please cancel the action\tcancel\nplease stop\tcancel\ncancel action\tcancel\nplease cancel the input\tcancel\nai, stop talking\tcancel\nai, shut up\tcancel\nai, stop!\tcancel\nplease be quiet now\tcancel\nterminate\tcancel\nnegate last command\tcancel\nhalt\tcancel\nwould you stop talking please\tcancel\nplease abandon the current job\tcancel\nplease abort the current task\tcancel\nterminate current process\tcancel\ni want you to cancel the current action\tcancel\nabort\tcancel\nplease stop doing that\tcancel\nabort running program\tcancel\ndon't continue with what you're doing\tcancel\noh shut the hell up would you\tcancel\ndestroy process\tcancel\nplease cancel that last task\tcancel\nplease refrain from carrying out the current task\tcancel\nai, cancel that last request\tcancel\ndo not complete the task that i gave you\tcancel\nai, please stop your current task\tcancel\nactually, cancel that command\tcancel\nnevermind, cancel that\tcancel\nactually, cancel that\tcancel\nforget it\tcancel\ncancel that\tcancel\ndon't do this process\tcancel\nundo\tcancel\ncancel current process\tcancel\nundo this process\tcancel\njust shut up\tcancel\nstop that\tcancel\ncancel that input\tcancel\nnever mind, don't do that\tcancel\nnever mind\tcancel\nstop doing that\tcancel\nhalt that immediately\tcancel\nstop the process happening now\tcancel\nstop, i changed my mind\tcancel\ncancel that last command\tcancel\noops cancel that\tcancel\ncan you stop\tcancel\ncould you stop talking for a second\tcancel\ncould you stop please\tcancel\ncan you switch off\tcancel\ncan you stop speaking\tcancel\ncan you please cancel\tcancel\ncan you end the task\tcancel\nscratch\tcancel\nrefrain from talking\tcancel\nhalt the process\tcancel\nno more talking\tcancel\ni advise you to quit talking\tcancel\nto visit cambodia, do i need an international visa\tinternational_visa\ndo i need to get a visa to visit canada\tinternational_visa\nwill i need a visa to visit ireland\tinternational_visa\nwill i need a travel visa to go to canary islands\tinternational_visa\ni want to visit portugal do i need a travel visa\tinternational_visa\ni want to see paris will i need an international visa\tinternational_visa\nfor travel to argentina, do i need to get a travel visa\tinternational_visa\nwill i have to apply for a visa if i want to visit mexico\tinternational_visa\nto vacation to tel aviv do i need a travel visa\tinternational_visa\ndo i need to obtain a travel visa to go on vacation to places in eastern europe\tinternational_visa\nwould i need a tourist visa for brazil\tinternational_visa\ndo i need a tourist visa for europe\tinternational_visa\ni want to know if i shouldget a tourist visa for italy\tinternational_visa\nis it necessary to apply for a tourist visa for mexico\tinternational_visa\nshould i get a travel visa for spain\tinternational_visa\ndoes moscow require travel visas to visit\tinternational_visa\nwould i need a travel visa to go to the congo\tinternational_visa\ndo i need an international visa to go to south korea\tinternational_visa\ndo i need an international visa to go to tibet\tinternational_visa\ndo i need an international visa to go to vietnam\tinternational_visa\ndo i need an international visa to go to hong kong\tinternational_visa\ndo i need an international visa to go to malaysia\tinternational_visa\ni am going to travel to mexico soon; do i need to get a visa\tinternational_visa\ni need to know if i must have an international visa to go to france\tinternational_visa\ni'm going to jamaica next week; am i needing a visa\tinternational_visa\ntell me whether i need an international visa to go to mexico\tinternational_visa\ni'm going to mexico; do i need an international via\tinternational_visa\nlet me know if i need an international visa to go to sudan\tinternational_visa\nam i in need of an international visa to go to france\tinternational_visa\ndo i need to get a visa for traveling to chile\tinternational_visa\ndo i need a visa to travel to jamaica\tinternational_visa\ni need to know if i need a visa to travel to el salvador\tinternational_visa\nwould i need a visa if i want to travel to mexico\tinternational_visa\ndo i need a visa to travel to mexico\tinternational_visa\ndoes mexico require me to have a visa to travel there\tinternational_visa\nis a visa needed to go to mexico\tinternational_visa\nif i want to travel to mexico do i need to get a visa\tinternational_visa\ndo i need a visa to scotland\tinternational_visa\ndo i need a visa to russia\tinternational_visa\ndo i need a visa for canada\tinternational_visa\ndo i need a travel visa to visit germany\tinternational_visa\ni am going to russia and am wondering if i need a visa\tinternational_visa\ndo i need a travel visa to visit russia\tinternational_visa\ndo i need a travel visa to visit canada\tinternational_visa\ni am going to germany soon do i need a visa\tinternational_visa\ndo i need a travel visa to visit japan\tinternational_visa\ndo i need to get a visa for russia\tinternational_visa\ndo i need a visa to go to greece\tinternational_visa\ndo i need a travel visa to visit china\tinternational_visa\ndo i need a visa for germany\tinternational_visa\ndo i need a visa to go to somewhere internationally\tinternational_visa\ndo i need a visa to spain\tinternational_visa\ndo i need an international visa to go to mexico\tinternational_visa\ndo i need an international visa to go to england\tinternational_visa\ndo i need an international visa to go to brazil\tinternational_visa\ndo i need an international visa to go to canada\tinternational_visa\ndo i need an international visa to go to spain\tinternational_visa\nshould i get a visa before going to cancun\tinternational_visa\nis a visa required to visit cancun\tinternational_visa\nwill i need a visa to travel to cancun\tinternational_visa\ndo i need a visa to go to cancun\tinternational_visa\ndo i need a visa to travel to canada\tinternational_visa\ndoes mexico travel require a visa\tinternational_visa\nwould i need to get a visa to go to ireland\tinternational_visa\nif i'm planning to go to the uk, do i need a visa\tinternational_visa\nmight i need to get a visa to travel to venezuela\tinternational_visa\ni'm going to be going to canada soon, do they require a visa for entry\tinternational_visa\ndo i need a visa to get into canada later this year\tinternational_visa\ndoes travelling to that place require a visa\tinternational_visa\ndo i need a visa to go there\tinternational_visa\ndo i need a visa to leave the country\tinternational_visa\ndoes international travel always require a visa\tinternational_visa\nwhen does travelling require a visa\tinternational_visa\nif i go to canada next month do i need a visa\tinternational_visa\ndo i need to bring a visa when i go to canada next month\tinternational_visa\ni'm going to canada soon, do i need a visa\tinternational_visa\nwhat paperwork will i need to visit northern ireland\tinternational_visa\nshould i get a visa for crete\tinternational_visa\nwill i need a visa to go to moldova\tinternational_visa\ndoes laos require a travel visa\tinternational_visa\ndo i need to apply for a visa to visit dnipro\tinternational_visa\nisrael has strict restrictions do i need a visa to travel there\tinternational_visa\nvisa's are hard to get do i need one when i travel to israel\tinternational_visa\ni'm vacationing in israel will i need a visa\tinternational_visa\ndo i need a visa to travel to isreal\tinternational_visa\ni'm heading to israel soon, do i need a visa\tinternational_visa\ndo i have to have a visa to go to denmark\tinternational_visa\ndo i need a visa to go to cuba\tinternational_visa\ndo i have to have a visa to go to the cayman islands\tinternational_visa\ndoes jamaica require a visa\tinternational_visa\nwhat documents to i need to go to egypt\tinternational_visa\ndoes france have their own version of a visa\tinternational_visa\ndoes mexico require an international visa\tinternational_visa\ndoes ireland require an international visa\tinternational_visa\ndo i need an international visa to enter canada\tinternational_visa\ndo i have to get an international visa before they'll let me in melbourne\tinternational_visa\nmust i have an international visa when travelling to russia\tinternational_visa\nis an international visa needed to travel to z\tinternational_visa\ni want to go to korea, do i need an international visa\tinternational_visa\ndo i need to apply for a travel visa if i am going to bermuda\tinternational_visa\nare there any specific shots i should get before traveling to england\tvaccines\nwhat are the recommended shots to get before i travel to south korea\tvaccines\nwhat are the recommended shots to get before i travel to england\tvaccines\nare there recommendations to get any specific shots before i travel to germany\tvaccines\ndo i need certain shots before flying to eithiopia\tvaccines\nwhat type of specific shots should i get before flying to south korea\tvaccines\nare there specific shots i need before traveling to japan\tvaccines\nis it recommended to get specific shots before i travel to japan\tvaccines\ndo i need specific shots before traveling to germany\tvaccines\nis it recommended to get any shots before i travel to africa\tvaccines\nhow many vaccinations will i need to travel to asia\tvaccines\nwhich countries require vaccinations before entering for travel\tvaccines\nwhich types of vaccinations are required when leaving the united states\tvaccines\nwhat are common illnesses i should be vaccinated against when leaving the united states\tvaccines\nwhat are common vaccinations for someone travelling internationally\tvaccines\ndoes travel to africa require any shots\tvaccines\ndo i need to protect myself with some shots for a trip to vietnam\tvaccines\ndo i need any shots if i travel to africa\tvaccines\nwould i need any immunization if i go to thailand\tvaccines\nwill i need immunization for a trip to turkey\tvaccines\ncan you tell me which shots i need for africa\tvaccines\ndo i need special shots to go to africa\tvaccines\nhow many shots do i need before i go to africa\tvaccines\nwhat are the necessary shots for travel to africa\tvaccines\nbefore i leave for mexico should i get some more vaccinations\tvaccines\nwhat are the shots i need in order to travel to mexico\tvaccines\nwhat shots do i need before heading to france\tvaccines\nare there any shots i should get before going to south africa\tvaccines\ndo i need any vaccinations before going to indonesia\tvaccines\nwhat vaccinations should i get if i go to nigeria\tvaccines\nare vaccinations needed for trips to guana\tvaccines\nshould i get a vaccination before i go to katmandu\tvaccines\ndo i need to get vaccinated to go to thailand\tvaccines\nwhich vaccinations are required to go to viet nam\tvaccines\nis it recommended to get any specific shots before i travel to argentina\tvaccines\nis it recommended to get any specific shots before i travel to canada\tvaccines\ndo i need a vaccination for spain\tvaccines\nis it recommended to get any specific shots before i travel to norway\tvaccines\nis it recommended to get any specific shots before i travel to japan\tvaccines\ndo i need a vaccination to go to europe\tvaccines\ndo i need a vaccination to go to greece\tvaccines\nis it recommended to get any specific shots before i travel to iceland\tvaccines\ndo i need a vaccination to go to china\tvaccines\ndo i need vaccinations to travel overseas\tvaccines\ndo i need any shots before i go to south africa\tvaccines\nshould i get any shots before i go to kenya\tvaccines\nis there a list of recommended shots to get before travelling to kenya\tvaccines\ndo i need to see the doctor for shots before i go to south africa\tvaccines\nare there recommended vaccines to go there\tvaccines\nare there shots required before going to south africa\tvaccines\nwhat shots are recommended before traveling to kenya\tvaccines\ndo i need to get vaccines before my trip\tvaccines\ni'm going to south africa, do i need to get any shots first\tvaccines\nshould i get any shots before i go to south africa\tvaccines\ntell me if i need any more vaccines if i go there\tvaccines\nare any shots recommended before going to kenya\tvaccines\ndo i need to get shots before i go to kenya\tvaccines\nwhat vaccines do i need before i travel there\tvaccines\nare my vaccines up to date for going there\tvaccines\ndo i need some shots, if i am traveling to china\tvaccines\ndo i need some vaccinations or anything if i'm going to eastern europe\tvaccines\ni'm going to india do i need some shots\tvaccines\nif i'm going to africa, do i need some shots first\tvaccines\ni'm going to south africa, so should i get some vaccinations or anything\tvaccines\ntraveling to the uk am i going to need any specific shots\tvaccines\nif i am going to the uk are any specific shots needed\tvaccines\nare shots needed for uk travel\tvaccines\ndo i need any specific shots if i go to the uk\tvaccines\nam i going to need vaccines for the trip\tvaccines\nam i required to get a vaccine for this trip\tvaccines\nwill this trip require vaccines\tvaccines\nif i travel to the uk do i need any shots\tvaccines\ndoes my trip require vaccines\tvaccines\nwill i need vaccines for my trip\tvaccines\nwhat shots do i need to get in order to travel to khartoum\tvaccines\ndo i have to get shots to travel to iraq\tvaccines\nwhat shots are required to go out of the country\tvaccines\ndo i need shots to go to thailand\tvaccines\ndo you have a list of shots that i need for traveling to denmark\tvaccines\nplease tell me if i need any shots before i go to mexico\tvaccines\nwhich shots do i need before i go to thailand\tvaccines\nwhich shots do i need to get before i go to africa next week\tvaccines\ndo i need shots before i get to africa\tvaccines\ncan you tell me which vaccines i need to take before mexico\tvaccines\ncan you tell me if there are any shots that i am required to have before traveling to south africa\tvaccines\nwhat shots do i need before traveling to malawi\tvaccines\nplease tell me what shots i am required to get to travel to india\tvaccines\nare there any mandatory shots that i must get before my trip to jamaica\tvaccines\ndo i need to get any shots to travel to mexico\tvaccines\ndo i need vaccinations to travel there\tvaccines\nare vaccinations required to travel there\tvaccines\nare vaccinations necessary to go there\tvaccines\ndo i need to get vaccinations before i go\tvaccines\nwhich vaccinations should i get before i go\tvaccines\ni need a list of vaccinations for a trip to paris\tvaccines\nlist all the shots i need to travel to france\tvaccines\nwhat vaccinations do i needs to travel to paris\tvaccines\nwhat vaccinations are required to enter paris from outside the country\tvaccines\ntell me what vaccinations i need to get into france\tvaccines\nshould i get any vaccines before going over to the uk\tvaccines\nwhat is my vacation schedule look like\tpto_balance\ncan you explain to me what type of vacation days i have still\tpto_balance\nwhat type of vacation schedule do i have left\tpto_balance\ncan i get vacation day totals i have left\tpto_balance\nhow many vacation days do i have saved up, please\tpto_balance\nhow many vacation days do i have remaining\tpto_balance\nhow many vacation days do i have saved up\tpto_balance\nhow many vacation days do i have remaining, please\tpto_balance\nhow many vacation days do i have left\tpto_balance\nhow many vacation days do i still have\tpto_balance\nhow many vacation days do i still get\tpto_balance\ni want to know how much vacation time i can use\tpto_balance\ndo i have any vacation days to use\tpto_balance\ntell me if i have any spare vacation days\tpto_balance\ndo i have any vacation time left\tpto_balance\ndo i have any vacation days left\tpto_balance\nhow many holiday days do i have left to use\tpto_balance\ni want to know how many vacation days i can use\tpto_balance\nhow many vacation days do i have\tpto_balance\ndo i have any personal days left\tpto_balance\nhow many of my vacation days do i have remaining\tpto_balance\nhow many vacation hours do i have\tpto_balance\nhow much paid time off do i have saved\tpto_balance\nhow many days do i have left of pto\tpto_balance\nhow many day of my vacation are left for the year\tpto_balance\nhow many pto days do i have left\tpto_balance\nhow many pto days do i have for the year\tpto_balance\nhow many vacation days do i have for the year\tpto_balance\nhow many vacation days have i accrued\tpto_balance\ncan you tell me how much pto i still have\tpto_balance\nwhat's the current amount of vacation owed to me\tpto_balance\nwhat number of vacation days remain for me\tpto_balance\nhow many days can i slack off this year\tpto_balance\ndo i have enough vacation to take a european trip\tpto_balance\nhow much vacation am i currently entitled to\tpto_balance\nwhat's the amount of pto i have left\tpto_balance\nhow much paid time off have i earned to date\tpto_balance\nwhat pto time to i have remaining\tpto_balance\nwhat's the current count of my pto days\tpto_balance\nwhat's the count of vacation days i have left\tpto_balance\nhow much pto have i accrued\tpto_balance\ndo i still have any pto days left, and if so, how many\tpto_balance\nhow much pto do i have left\tpto_balance\nhow much time off do i have left\tpto_balance\nwhat's my vacation day total\tpto_balance\ndo i still have vacation days\tpto_balance\nhow many vacation days do i have to spend\tpto_balance\ncheck how much pto i have left\tpto_balance\nwhat's the status on my vacation days\tpto_balance\ncheck days of pto\tpto_balance\nwhat is the saved vacation time i have left\tpto_balance\nhow much time do i have for vacation saved\tpto_balance\nhow many days of vacation time do i have saved\tpto_balance\nwhat is the amount of vacation days i have left\tpto_balance\nhow many saved days of vacation time do i have\tpto_balance\nhow many days for vacation do i have left\tpto_balance\nhoe many vacation days are left for me\tpto_balance\nhow many days are left for me for vacation if i may ask\tpto_balance\nhow many days off for vacation do i have left\tpto_balance\nhow many vacation days do i have left this year\tpto_balance\nhow many vacation days do i have saved\tpto_balance\ncan you figure out how many vacation days i have left\tpto_balance\ni have how many vacation days saved up\tpto_balance\ni have how many vacation days left this year\tpto_balance\ni have how many vacation days left\tpto_balance\nhow many days of vacation have i saved\tpto_balance\ni've saved what number of days of vacation\tpto_balance\ntell me the number of vacation days i have stored\tpto_balance\nwhat's the number of remaining vacation days i have\tpto_balance\nhow many pto days do i have remaining\tpto_balance\nwhat is my remaining pto days\tpto_balance\ncan you tell me the number of pto days i have left\tpto_balance\ncan you tell me the remaining time i have for pto\tpto_balance\ndo you know ho many vacation days i currently have\tpto_balance\nwould you please tell me how many vacation days i have\tpto_balance\nplease tell me how many vacation days i currently have\tpto_balance\ncould you tell me how many vacation days i have left\tpto_balance\nhow many days of vacation do i have\tpto_balance\nhow much vacation time have i accrued\tpto_balance\nhow many vacation hours have i accrued\tpto_balance\nplease calculate my vacation time\tpto_balance\ni'd like to know how many vacation days i have\tpto_balance\ni want to know how many vacation days i have\tpto_balance\nwhat number of vacation days do i have\tpto_balance\ntell me how many vacation days i have\tpto_balance\nlet me know the number of vacation days i have\tpto_balance\ni need to know how many vacation days i have\tpto_balance\nwould you provide the number of vacation days i have\tpto_balance\nprovide me the number of vacation days i have\tpto_balance\nhow much pto do i have\tpto_balance\ndo i have any remaining pto days\tpto_balance\nhow much paid time off do i have\tpto_balance\ndo i have any pto days left\tpto_balance\ndo i have enough pto to take time off\tpto_balance\nhow many more vacation days do i have for the year\tpto_balance\ntell me how many vacation days i have left\tpto_balance\nhow many more vacation days can i use this year\tpto_balance\nhow many vacation days are available to me\tpto_balance\nhow many more pto days are there for me\tpto_balance\nlet me know my vacation time\tpto_balance\ni'm at home, so where is the closest starbucks\tdirections\nwhat's the distance between home and the closest starbucks\tdirections\nis there a starbucks close to home\tdirections\ndirect me to the closest starbucks near home\tdirections\ndoes home have a starbucks nearby\tdirections\nhow do i get to the beach by bus\tdirections\nhow do i get to the park on foot\tdirections\nhow do i get to the train on foot\tdirections\nhow do i get to the mall by bus\tdirections\nhow to i get to the mall on foot\tdirections\nhow do i get to the supermarket on foot\tdirections\nhow do i get to the museum on foot\tdirections\nhow do i get to the college by bus\tdirections\nhow do i get to the hotel by bus\tdirections\nhow do i get to the museum by bus\tdirections\nassist me to know how to get to target by bus\tdirections\nwould you tell me how to get to walmart by bus\tdirections\ni am needing you to tell me how to get to dallas, texas, by bus\tdirections\ni need to know how to get to target by bus\tdirections\ntell me how to get to target by bus\tdirections\ni need to know where the nearest place that has mountain dew is\tdirections\nhow can i take a bus to dallas\tdirections\nwhat steps do i need to take to take a bus to detroit\tdirections\nhow can i travel by bus to the grand canyon\tdirections\ndirect me to the closest korean grocery\tdirections\ni want to visit chicago by bus what do i need to do\tdirections\ntell me where is the closest coffee shop\tdirections\nwhere can i find the mall closest to here\tdirections\ncan you tell me where the nearest rest station to me is\tdirections\ni want to take a bus to mexico city how do i do that\tdirections\nlet me know how to get to the starbucks nearby\tdirections\nwould you give me directions to the closest starbucks restaurant\tdirections\nhow do i get to the closest starbucks\tdirections\nwhere is the closest starbucks\tdirections\nplease give me directions to the nearest starbucks\tdirections\ncould you tell me how to get to the statue of liberty by bus\tdirections\nfrom here, how do i get to the statue of liberty by bus\tdirections\ni want to know how to get to statue of liberty by bus\tdirections\nhow do i get to statue of liberty by bus\tdirections\nwhich bus should i take to get to the statue of liberty\tdirections\nhow close is a gas station to mcdonalds\tdirections\ni need to get to a church immediately, please take me to one!\tdirections\ntake me to the nearest dairy queen\tdirections\ncan i take a bus to the grand canyon\tdirections\nhow do i get to the nearest post office\tdirections\nwhere's the nearest gas station\tdirections\nhow would i walk to the liberty bell from here\tdirections\nfind me the closest public bathroom\tdirections\nguide me to a laundromat near me\tdirections\ntake me to the closest walmart\tdirections\ndoes the bus go to the washington monument\tdirections\nare there any furniture outlets near the mall\tdirections\nwhat's the best way to get to my bank by walking\tdirections\ncan a bus get me to the statue of liberty\tdirections\nis a bar close to my church\tdirections\nhow do i get to the statue of liberty on foot\tdirections\nwhat's the nearest ups store to walmart\tdirections\nis there a tire repair place near the post office\tdirections\nhow do i get to the leaning tower by bus\tdirections\nwhat's the closest mcdonalds\tdirections\nwhat's the quickest way to a bank\tdirections\ni want to see the golden gate bridge and i'm walking on 5th street right now\tdirections\nis it possible to take the bus to the brooklyn bridge\tdirections\ngive me directions to the nearest gas station\tdirections\nwhat's the direction for foot traffic to get to the eiffel tower\tdirections\ni need directions to get to olympia by bus\tdirections\nwhat are the directions to get to olympia by bus\tdirections\ndo you know how i get to olympia by bus\tdirections\nis it possible to get to olympia by bus\tdirections\nis there a way to go by bus to olympia\tdirections\ni need an address for the closest starbucks to home\tdirections\nplease tell me the location of the nearest target store\tdirections\ncan you tell me where the atm closest to my current location is\tdirections\nwhere is the nearest gas station to 20th and market streets, in philadelphia, pa\tdirections\nfind me the location of the nearest gas station\tdirections\ncan you tell me the nearest wells fargo bank location to port authority, new york\tdirections\nplease tell me the subway station nearest to madison square garden in new york\tdirections\nwhat are the nearest streets to the statue of liberty in new york\tdirections\nsearch for the nearest atm to newark penn station, newark in new jersey\tdirections\nsearch for the nearest expressway to the airport\tdirections\nwhere is starbucks\tdirections\nstarbucks near me\tdirections\nfind me starbucks\tdirections\nwhat's the nearest starbucks\tdirections\nwhere is the closest chevron gas station in columbus, ohio\tdirections\nwhere is the nearest denny's to gillette stadium\tdirections\nwhere is the closest walmart to boise, idaho\tdirections\nwhere is the closest applebees to the empire state building\tdirections\nwhere is the closest dog groomer in charlotte, north carolina\tdirections\ni want to know the nearest bank's location\tdirections\ni need to know the nearest bank's location\tdirections\ni want to get directions to the closest atm\tdirections\ni would like to know where the closest gas station is\tdirections\ni want directions to the closest atm\tdirections\ngive me the location for the nearest bank\tdirections\ni need to know directions to the nearest gas station\tdirections\ncan you tell me the nearest restaurant to me and give me directions\tdirections\ncan you tell me the location of the nearest bank\tdirections\nwhere is the closest mcdonalds\tdirections\nhow would i get to city hall via bus\tdirections\nwhat is the spelling of potato\tspelling\nspell potato\tspelling\ngive me the spelling of potato\tspelling\nspell out potato\tspelling\nhow do you spell tomato\tspelling\ncan you spell water\tspelling\nhow do you spell water\tspelling\nhow is water spelled\tspelling\nwater is spelled how\tspelling\nspell water\tspelling\nwhat's the letters in 'you' word like\tspelling\nthe word 'you' got how many letters\tspelling\nhow do you spell out university\tspelling\nhow do you spell out newspaper\tspelling\nhow do you spell out shepherd\tspelling\nhow do you spell out espresso\tspelling\nhow do you spell out wednesday\tspelling\n\"can you spell \"\"diatribe\"\" for me\"\tspelling\n\"spell \"\"requisite\"\" for me\"\tspelling\nwhat's the right way to spell miscellaneous\tspelling\nhow do you spell syzygy\tspelling\ntell me how to spell anonymous\tspelling\nhow is the word economy spelled\tspelling\ncan you spell out the word special for me\tspelling\ni need to know how many r's are in restaurant\tspelling\ni need to know how to spell excellent\tspelling\nspell the word restaurant for me\tspelling\ntell me how many p's are in apple\tspelling\nhow many e's are in sesame\tspelling\ntell me how many a's are in magical\tspelling\nwhat is the proper way to spell diamond\tspelling\ndo you know how many o's are in honor\tspelling\nwhat's the right spelling of rambunctious\tspelling\nhow do i spell catheter\tspelling\ncan you tell me how to spell manipulation\tspelling\nwhat is the correct spelling of judgment\tspelling\nwhat's the spelling of cancer\tspelling\nhow do you spell antithesis\tspelling\nhow do i spell ambitious\tspelling\nhow do you spell verisimilitude\tspelling\nhow do you spell asian\tspelling\nwhat's the spelling of multimedia\tspelling\ncan you tell me how to spell elephant\tspelling\nhow do you spell hotdog\tspelling\ncan you spell hamburger\tspelling\nspell government\tspelling\ntell me how to spell automobile\tspelling\ni need to know how to spell friend\tspelling\nhow is friend spelled\tspelling\nhow is the word acquaintance spelled\tspelling\nhow do you spell friend\tspelling\nhow do i spell acquaintance\tspelling\nwhat's the right way to spell indict\tspelling\ni want to know how to correctly spell cemetery\tspelling\nhow do you spell mississippi\tspelling\ni wish i knew how to spell mississippi\tspelling\ncan you remind me how to spell because\tspelling\ni need to know how to spell conscience\tspelling\ni need to know how to spell xylophone\tspelling\nhow do you spell guerrilla\tspelling\ni am not sure how to spell punctuation\tspelling\ni forget how to spell xylophone\tspelling\ni don't know how to spell spaghetti\tspelling\ni don't know how to spell threshold\tspelling\ni don't know how to spell circumference\tspelling\ni don't know how to spell squirrel\tspelling\ni don't know how to spell mississippi\tspelling\nhow can i spell avocado\tspelling\ntell me the complete spelling of definitely\tspelling\ni'd like to know how to spell cemetary\tspelling\ntell me how handkerchief is spelled\tspelling\ni'd like to know how acommodate is spelled\tspelling\ncount the number of the letter a in happiness\tspelling\nthe word is happiness; how many a's can you find in that word\tspelling\n\"find all the \"\"a\"\"s in happiness\"\tspelling\ntell how many a's are in the word happiness\tspelling\nhow many a's can you find in the word happiness\tspelling\nwhat is the correct spelling for antipathy\tspelling\nhow does the dictionary spell antipathy\tspelling\nhow do you spell antipathy\tspelling\nspell antipathy for me\tspelling\ncan you give me a spelling for antipathy\tspelling\nhow do you spell superficial\tspelling\ni need help spelling superficial\tspelling\ni need to know how to spell superficial\tspelling\ni can't figure out how to spell superficial\tspelling\nwhat is the right way to spell superficial\tspelling\nhow many es are in receiving\tspelling\ni don't know how to spell anethesia\tspelling\ni don't know how to spell malfeasance\tspelling\ni don't know how to spell theater\tspelling\ni don't know how to spell apparently\tspelling\nwhat's the proper way of spelling seance\tspelling\nhow many ts are in tethered\tspelling\nhow many cs are in acquiescence\tspelling\nhow many ss are in narcissism\tspelling\nhow do you spell sanguine\tspelling\ncan you help me spell facetiousness\tspelling\ni don't know how to spell drought\tspelling\nhow man z's are in zombie\tspelling\nhow's everything\tgreeting\nhow are things going\tgreeting\nhello, anyone there\tgreeting\nare you okay right now\tgreeting\nare you doing okay\tgreeting\nhow's it going right now\tgreeting\nahoy hoy\tgreeting\nhey there!\tgreeting\nhow is everything with you\tgreeting\nhey hey!\tgreeting\nhow have you been doing\tgreeting\nit's nice to see you\tgreeting\nhello there!\tgreeting\nhow is it going\tgreeting\nhow are things with you\tgreeting\nhiya!\tgreeting\nwhat's up\tgreeting\nhow're you doing\tgreeting\nit's good to see you\tgreeting\nis everything going okay\tgreeting\nhow is everything going\tgreeting\nhow goes it\tgreeting\nhello, ai\tgreeting\nhey, ai\tgreeting\nwake up, ai\tgreeting\ngood day\tgreeting\ngreetings to you\tgreeting\nhello, friend\tgreeting\nwhats up with you\tgreeting\nhey there fellow\tgreeting\nwhats up\tgreeting\nyo, hows it going\tgreeting\nhow are things for you\tgreeting\nare things going well for you\tgreeting\nhello siri\tgreeting\nhi there alexa\tgreeting\nhow are you doing, ai\tgreeting\nai how are you doing today\tgreeting\nhow are you doing today, ai\tgreeting\nhow is my ai doing\tgreeting\nai how are you doing on this fine day\tgreeting\nheller\tgreeting\nso how is everything\tgreeting\nhow are you this day\tgreeting\nhi how are you\tgreeting\nhow is everything going for you\tgreeting\nhi how is everything\tgreeting\nwell hello\tgreeting\njust wanted to say hi\tgreeting\nhow is your day\tgreeting\nwhy hello\tgreeting\nare you well\tgreeting\nhola\tgreeting\ngood to see you\tgreeting\nhow've you been feeling\tgreeting\nhow are things\tgreeting\nare you doing well\tgreeting\ngood evening\tgreeting\nyo\tgreeting\nai, how are you feeling\tgreeting\nhow is the ai doing\tgreeting\nai, how are you doing\tgreeting\nhi ai\tgreeting\nhave you been good\tgreeting\nis everything ok with you\tgreeting\nhow have you been\tgreeting\nare you doing ok\tgreeting\nhow are you\tgreeting\nhow's life\tgreeting\nwhat's up with you\tgreeting\nwhat's going on\tgreeting\nhow's it going with you\tgreeting\nhow's ife treating you\tgreeting\nhello how's it going\tgreeting\nhow are you today\tgreeting\ncan you tell me how you're doing today\tgreeting\nhow are you this fine day\tgreeting\nhow are things treating you\tgreeting\naloha\tgreeting\nare you feeling okay\tgreeting\nhow do you feel\tgreeting\nbonjour\tgreeting\nhow are things going for you\tgreeting\nwhat do you feel like doing\tgreeting\nhello, what's up\tgreeting\nhey how's life\tgreeting\nhi there\tgreeting\nhey how's it hanging\tgreeting\ntell me how you've been\tgreeting\nhow is life treating you\tgreeting\nhi there, how are things\tgreeting\nhello, how are you\tgreeting\nhey, how's it going\tgreeting\nhello, are you doing alright\tgreeting\nhi! are you doing okay\tgreeting\nwhat's happening\tgreeting\nhey what's up\tgreeting\nwhy, hello bandit\tgreeting\nhowdy, what's new\tgreeting\nsalutations!\tgreeting\nmake the settings go back to the original\treset_settings\ngo back the the settings you had originally\treset_settings\nchange settings to how they were originally\treset_settings\ngo back to your original settings\treset_settings\nreset the factory settings\treset_settings\nreset the factory settings please\treset_settings\nreset the factory settings now please\treset_settings\nplease reset the factory settings\treset_settings\nreset the factory settings if possible\treset_settings\ngo ahead and reset your factory settings\treset_settings\nchange to factory settings now\treset_settings\nplease go back to to factory settings now\treset_settings\ngo back to factory settings now\treset_settings\nyou need to go back to the original settings\treset_settings\ngo ahead and go back to the original settings\treset_settings\ni want you to reset your factory settings\treset_settings\nplease go back to the original settings\treset_settings\nplease reset your factory settings\treset_settings\ngo back to the original settings now\treset_settings\nplease go back to the settings of the original\treset_settings\ni need you to reset your factory settings\treset_settings\nyou got to go back to factory settings now\treset_settings\nplease go to factory settings now\treset_settings\nrestore my factory settings immediately please\treset_settings\ngo back to factory settings please\treset_settings\ncan you restore factory settings now\treset_settings\ngo back to the factory settings for this device\treset_settings\ni want factory settings restores right now\treset_settings\ndo a hard reset to factory settings\treset_settings\ni'd like to reset to factory settings\treset_settings\nclear all settings in a reset\treset_settings\nplease revert all settings to factory default\treset_settings\ni'd like to revert to factory settings\treset_settings\nreset to factory default\treset_settings\ndo a hard reset\treset_settings\nplease revert to your factory settings\treset_settings\nreturn to your factory settings\treset_settings\nyou need to reset your factory settings\treset_settings\nwould you reset your factory settings\treset_settings\nyou should reset your factory settings\treset_settings\ncould you reset your factory settings please\treset_settings\nreset to original settings\treset_settings\nreturn to default settings\treset_settings\nreturn to factory default\treset_settings\nchange back to your initial settings please\treset_settings\ngo back to your normal settings please\treset_settings\nalter back to your orginal settings\treset_settings\nreset to your natural settings\treset_settings\nchange back to your factory settins\treset_settings\ni want to go back to the factory settings\treset_settings\nhelp me get my device back to it's factory settings\treset_settings\ntell me how i can reset to factory settings\treset_settings\ni want my original settings back\treset_settings\nreturn it back to the original settings\treset_settings\nplease turn my settings back to the original settings\treset_settings\nget my back to factory settings\treset_settings\nrefresh to factory defaults\treset_settings\nreset to default settings please\treset_settings\nreset device to original settings\treset_settings\nreset to default settings\treset_settings\nplease change back to initial device settings\treset_settings\ngo back to initial factory state\treset_settings\ngo back to initial settings\treset_settings\nmake all settings the initial defaults if you would\treset_settings\nrevert to factory settings please\treset_settings\ni want you to reset to brand new please\treset_settings\nrevert to your factory settings\treset_settings\nrestore your original settings\treset_settings\nrestore your factory settings, please\treset_settings\nrestore your original settings now\treset_settings\nrestore your original settings, please\treset_settings\nrevert back to your factory settings\treset_settings\nreturn to your original settings, please\treset_settings\nrevert to your factory settings, please\treset_settings\nswitch back to your factory settings\treset_settings\nrevert back to your factory settings, please\treset_settings\nis it possible to change to original settings\treset_settings\ncan you go back to my original settings\treset_settings\ni need you to switch to my original settings\treset_settings\ngo to default setting\treset_settings\nchange back to default settings\treset_settings\ni want to be switched back to my factory settings\treset_settings\ni'd like to switch back to my factory settings\treset_settings\nput me back on my factory settings\treset_settings\ni need to switch back to my factory settings\treset_settings\ni need to go back on my factory settings\treset_settings\nreturn to your original settings\treset_settings\nrestore the factory settings\treset_settings\nlet's go to default settings\treset_settings\ngo to factory settings\treset_settings\nwould you please reboot yourself to factory settings\treset_settings\nplease go back to your factory settings\treset_settings\nplease reconfigure yourself back to factory settings\treset_settings\ni would like you to revert to your factory settings\treset_settings\ni want to put you back to original settings\treset_settings\ni want you reset to factory settings\treset_settings\ni want factory settings put back in place\treset_settings\ni want to reset your settings to the original\treset_settings\ngo back to the original settings\treset_settings\ngo back to your factory settings\treset_settings\nwhat's your full name\twhat_is_your_name\ni didn't get your name\twhat_is_your_name\nwhat's should i call you by\twhat_is_your_name\ncan you tell me the ai's name\twhat_is_your_name\nwhat is the ai's name\twhat_is_your_name\ndoes the ai have a name\twhat_is_your_name\ni'd like to know what to call you\twhat_is_your_name\nwhat name do you prefer\twhat_is_your_name\ndo you have a preference regarding what i should call you\twhat_is_your_name\ndo you have a name i can use\twhat_is_your_name\nwhat are you called\twhat_is_your_name\ngive me your name\twhat_is_your_name\nwhat do people call you\twhat_is_your_name\nwhat is your full name\twhat_is_your_name\ntell me your full name\twhat_is_your_name\nshould i call you something in particular\twhat_is_your_name\nwhat should i refer to you as\twhat_is_your_name\nwhat name would you like me to call you\twhat_is_your_name\nwhat name do you want me to call you\twhat_is_your_name\ndo you have a name that i can call you\twhat_is_your_name\nwhat name should i use when talking with you\twhat_is_your_name\nis there a particular name i should call you\twhat_is_your_name\nis there a name that you preferred to be called by\twhat_is_your_name\nplease tell me the name i should use when talking to you\twhat_is_your_name\ncan i have your name please\twhat_is_your_name\ncan you me what they call you\twhat_is_your_name\nand what would your name be\twhat_is_your_name\nwhat name should i use for you\twhat_is_your_name\nwhat would your name be\twhat_is_your_name\nwhat do you want me to call you\twhat_is_your_name\nwhat would you like to be called\twhat_is_your_name\nwhat do you want me to refer to you as\twhat_is_your_name\nwhat name would you like me to use\twhat_is_your_name\nwhat name should i call you\twhat_is_your_name\ndo you have a name\twhat_is_your_name\nplease tell me your name\twhat_is_your_name\nhow should i refer to you\twhat_is_your_name\nwhats your name\twhat_is_your_name\nhow would you like me to refer to you\twhat_is_your_name\nwhat name should i use to call for you\twhat_is_your_name\nwhat is the name i should use to refer to you\twhat_is_your_name\ndo you know your name\twhat_is_your_name\nwho gave you your name\twhat_is_your_name\nwhat name was given to you\twhat_is_your_name\nwhat can i address you\twhat_is_your_name\nwhat name do you like to go by\twhat_is_your_name\ni want to know the name that was given by the person who made you\twhat_is_your_name\ndo people call you by a certain name what is it\twhat_is_your_name\nwhat do you prefer being called\twhat_is_your_name\nwhat do you prefer to be called\twhat_is_your_name\nwhat did your friends call you\twhat_is_your_name\ndo you go by any nicknames\twhat_is_your_name\nwhat is you name\twhat_is_your_name\nwhat's your first name\twhat_is_your_name\nwhat do you like being called\twhat_is_your_name\nhow would you like me to call you\twhat_is_your_name\nwho are you known as\twhat_is_your_name\nhow can i get your attention\twhat_is_your_name\nwhat do you answer to\twhat_is_your_name\ndo you have a way you like to be referred to\twhat_is_your_name\ncan you tell me your name\twhat_is_your_name\nhow do i activate you\twhat_is_your_name\nwhat name do you answer to\twhat_is_your_name\nwhat can i refer to you by\twhat_is_your_name\nwhat do they call you\twhat_is_your_name\nhow are you named\twhat_is_your_name\nwhat's your designation\twhat_is_your_name\ncan i call you by any name\twhat_is_your_name\ni want your name\twhat_is_your_name\ni need to know your name\twhat_is_your_name\ni need your name\twhat_is_your_name\ni wanna know your name\twhat_is_your_name\ni'd like your name\twhat_is_your_name\ntell me your name\twhat_is_your_name\nyou must tell me your name\twhat_is_your_name\nwhat name do you want to be called\twhat_is_your_name\nwhen referring to you, what name do you want me to use\twhat_is_your_name\nwould you tell me your name\twhat_is_your_name\nprovide the name i should use to refer to you\twhat_is_your_name\ni would like to know your name\twhat_is_your_name\nhello, may i get your name\twhat_is_your_name\ni am needing to know your name\twhat_is_your_name\ntell me what name to use to refer to you\twhat_is_your_name\nstate your name\twhat_is_your_name\nwhen referring to you, what name should i use\twhat_is_your_name\ni want to know your name\twhat_is_your_name\nai, do you like your name\twhat_is_your_name\nai, what can i call you\twhat_is_your_name\nai, what's your name\twhat_is_your_name\nai, what do people call you\twhat_is_your_name\nai, what should i call you\twhat_is_your_name\nplease introduce yourself\twhat_is_your_name\ncould you tell me your name\twhat_is_your_name\nwould you like to introduce yourself\twhat_is_your_name\ntell me about yourself\twhat_is_your_name\nwhat name should i use to address you\twhat_is_your_name\nwhat name should i refer to you as\twhat_is_your_name\nhow would you like to be referred to\twhat_is_your_name\nwhat name should i use when i call you\twhat_is_your_name\ndo you have a name i should call you by\twhat_is_your_name\ndo a websearch for direct deposit set up\tdirect_deposit\nsearch google for how to set up direct deposit\tdirect_deposit\ninfo on setting up direct deposit\tdirect_deposit\ninfo on direct deposit set-up\tdirect_deposit\ntell me how to get my paycheck on direct deposit\tdirect_deposit\nwhat are the steps for setting up direct deposit for my paycheck\tdirect_deposit\ngive me instructions to set up direct deposit for my paycheck\tdirect_deposit\ni want to set up direct deposit for my paycheck, what do i need to do\tdirect_deposit\nhow do i set up direct deposit for my paycheck\tdirect_deposit\ni'd really like to set up a direct deposit for my paycheck\tdirect_deposit\ni wanna set up a direct deposit for my paycheck\tdirect_deposit\ni'd like to set up a direct deposit for my paycheck\tdirect_deposit\ni would like to set up direct deposit\tdirect_deposit\nset up direct deposit for me\tdirect_deposit\ni need to set up a direct deposit for my paycheck\tdirect_deposit\nset up a direct deposit\tdirect_deposit\ni need to set up direct deposit\tdirect_deposit\ni want to set direct deposit\tdirect_deposit\nhelp me get my pay check deposited directly to my home checking account\tdirect_deposit\nset my paycheck up for direct deposit\tdirect_deposit\ni want my paycheck to go directly to my bank account\tdirect_deposit\nset up direct deposit to my money market account for my pay check\tdirect_deposit\nhow do i get direct deposit for my paycheck\tdirect_deposit\nwhat's the procedure to get direct deposit for my paycheck\tdirect_deposit\nset up payroll direct deposit to my checking account\tdirect_deposit\nmake it so my paycheck goes directly into my savings account\tdirect_deposit\nhow can i have my paycheck directly deposited\tdirect_deposit\ni need to get direct deposit on my bofa account\tdirect_deposit\nwhat do i need to set up direct deposit\tdirect_deposit\nwhat is needed for setting up direct deposit\tdirect_deposit\ncan you walk me through setting up direct deposit\tdirect_deposit\nwhat is needed to set up direct deposit\tdirect_deposit\ni need help to set up direct deposit\tdirect_deposit\nwould you help me set up direct deposit\tdirect_deposit\nassist me to set up direct deposit\tdirect_deposit\ntell me how to set up direct deposit\tdirect_deposit\ntell me how to set up direct deposit for my paycheck\tdirect_deposit\nhow do i direct deposit my paycheck\tdirect_deposit\nwhat do i do to have my paycheck deposited directly in my account\tdirect_deposit\nhow can i have my paycheck directly deposited in my account\tdirect_deposit\ni would like to set up a direct deposit, please tell me how\tdirect_deposit\nhow can i set up a direct deposit with my checking account\tdirect_deposit\ncan you tell me how to set up a direct deposit\tdirect_deposit\ncan you help me set up a direct depost\tdirect_deposit\nhow can i turn on direct deposit\tdirect_deposit\nhow can i set up direct deposits from my job to my bank\tdirect_deposit\nwhat steps do i need to do to set up direct deposit\tdirect_deposit\ni want to set up direct deposit what do i need to do\tdirect_deposit\nwhat do i need to do to start direct deposit\tdirect_deposit\nhow do i go about setting up direct deposit\tdirect_deposit\nhow do i get direct deposit set up\tdirect_deposit\ni'd like to know about setting up direct deposit\tdirect_deposit\ncan you tell me how to set up direct depost\tdirect_deposit\nhow do i get my check directly deposited\tdirect_deposit\ndirect deposit information\tdirect_deposit\nhow do i set up instant paycheck\tdirect_deposit\nhow do i direct deposit my check\tdirect_deposit\nhelp me set up direct deposit to my bank of hawaii checking account\tdirect_deposit\ncan you show me how to set up direct deposit for my paycheck to my first hawaiian bank account\tdirect_deposit\ni want to set up direct deposit to my first hawaiian bank account\tdirect_deposit\ncan you show me how to set up my paycheck to be direct deposit to my first hawaiian bank account\tdirect_deposit\nhow do i set up direct deposit to my bank of hawaii account\tdirect_deposit\nhelp me set up a direct deposit\tdirect_deposit\nhow is a direct deposit set up\tdirect_deposit\nhow would i go about setting up a direct deposit\tdirect_deposit\ni need to set up a direct deposit\tdirect_deposit\ntell me how to set up a direct deposit\tdirect_deposit\nonpay gives you two convenient ways to pay your employees\tdirect_deposit\ncan you help me set up direct deposit\tdirect_deposit\ni need some guidance when it comes to direct deposit\tdirect_deposit\ni want to switch to direct deposit\tdirect_deposit\nhow can i set up direct deposit\tdirect_deposit\nwhat are the steps to direct deposit my check\tdirect_deposit\nis there a specific way to set up direct deposit\tdirect_deposit\nhow do i arrange a direct deposit into my savings account\tdirect_deposit\nhow do you set up direct deposit\tdirect_deposit\ncan you teach me how to set up direct deposit, or show me who can\tdirect_deposit\ncan you show me how to set up direct deposit\tdirect_deposit\nif i would like to set up direct deposit, how do i do it\tdirect_deposit\ndirect deposit instructions\tdirect_deposit\nhelp setting up direct deposit\tdirect_deposit\nplease help me set up direct deposit\tdirect_deposit\nwhat are the steps for setting up direct deposit\tdirect_deposit\nhow does one go about setting up direct deposit\tdirect_deposit\nhow to set up direct deposit for paychecks\tdirect_deposit\nwhat's needed to direct deposit my paycheck\tdirect_deposit\nwhat is required to direct deposit my paycheck\tdirect_deposit\nhow to direct deposit my paycheck\tdirect_deposit\ni need to get my paycheck direct deposited to my chase account\tdirect_deposit\ni'd like to have my paycheck direct deposited to my chase account\tdirect_deposit\nwhat are the steps to set up direct deposit to my chase account\tdirect_deposit\nhow do i get my paycheck direct deposited to my chase account\tdirect_deposit\nhow do i set up direct deposit to my chase account\tdirect_deposit\nwhat do i do to enable direct deposit\tdirect_deposit\ncan i get paychecks directly deposited to my bank of america account\tdirect_deposit\ni have a great western bank account i want direct deposits to go to\tdirect_deposit\ni'd like my paychecks direct deposited in my navyfed checking account\tdirect_deposit\ncan you walk me through setting up direct deposits to my bank of internet savings account\tdirect_deposit\nhow do i get paychecks put directly in my sunflower savings account\tdirect_deposit\nlet me set up direct deposit for this\tdirect_deposit\ni want to know my interest rate\tinterest_rate\ntell me my interest rate\tinterest_rate\nwhat interest rate am i paying\tinterest_rate\nmy interest rate please\tinterest_rate\nhow do i know the interest rate for my signature account\tinterest_rate\nhow can i figure out my interest rate for my umpqua account\tinterest_rate\nhow can i find my interest rate for my alliance account\tinterest_rate\nhow can i figure out the interest rate for my columbia account\tinterest_rate\nhow can i find the interest rate for my red river account\tinterest_rate\nwhat is the rate of interest on my savings account\tinterest_rate\nhow much interest am i getting on my savings\tinterest_rate\ncheck the interest rate on my savings account\tinterest_rate\ntell me my current savings account's interest rate\tinterest_rate\nwhat's the interest rate on my savings\tinterest_rate\nwhat is my interest rate payment\tinterest_rate\nhow do i figure out my intetest rate\tinterest_rate\nhow to calculate my interest rate\tinterest_rate\nwhat is my intetest rate\tinterest_rate\ni must find the interest rate for my checking account\tinterest_rate\ni gotta find the interest rate for my checking account\tinterest_rate\ni would love to know the interest rate on my bank of america cd account\tinterest_rate\ni need to know the interest rate on my bank of america cd account\tinterest_rate\nwhat is the interest rate on my bank of america cd account\tinterest_rate\ni have to find the interest rate for my checking account\tinterest_rate\ni must know the interest rate on my bank of america cd account\tinterest_rate\ni really need to find the interest rate for my checking account\tinterest_rate\ni need to find the interest rate for my checking account\tinterest_rate\ni wanna know the interest rate on my bank of america cd account\tinterest_rate\nwhat is the interest rate i am receiving from the start of the year\tinterest_rate\nwhat's the interest rate i have from illinois national\tinterest_rate\ncan you tell me what my interest rate from first federal is\tinterest_rate\nx has given me an interest rate, what is it\tinterest_rate\nwhat's my interest rate from january\tinterest_rate\ni need the interest rate on my capital one account\tinterest_rate\ncould you help me find the interest on my chase account\tinterest_rate\ni need help finding the apr on my aspire loan\tinterest_rate\nhi, can you tell me the interest on my ira\tinterest_rate\ncan you help me find the interest rate for my sba account\tinterest_rate\nwhere do i go to view the interest rate on my brighton account\tinterest_rate\nwhat do i need to do to look up my 1st republic account's interest rate\tinterest_rate\ntell me how to locate the interest rate for my jonah account\tinterest_rate\nwhat is the interest rate on my scotiabank account\tinterest_rate\nplease tell me what i can expect my bank of america interest rate to be\tinterest_rate\nif i'm using citibank, what is the interest rate\tinterest_rate\nwhat is the interest rate at chase\tinterest_rate\nwhat would the interest rate at wells fargo be\tinterest_rate\ni would like to know my chase interest rate\tinterest_rate\nwhat is my current interest rate\tinterest_rate\nwhat is my annual percentage rate\tinterest_rate\ndo you know what the interest rate is on my account\tinterest_rate\nhow percentage am i earning annually on my account\tinterest_rate\nwhat interest rate will i get from city national\tinterest_rate\nwhat interest rate will regions give me\tinterest_rate\nwhat is the best interest rate i can get from now on\tinterest_rate\nwhat is the interest rate i can get from the beginning of next year\tinterest_rate\nis there any info on my savings interest rate online\tinterest_rate\nis my savings interest rate too high\tinterest_rate\ni need to know my interest rate\tinterest_rate\ncan i find out my checking interest rate online\tinterest_rate\nis my savings interest rate too low\tinterest_rate\nwhat is my interest rate for chase bank\tinterest_rate\nhow are the interest rates at chase bank\tinterest_rate\nwhat is my credit card interest rate\tinterest_rate\ni want to know td banks interest rates\tinterest_rate\nhow's my interest rate\tinterest_rate\ndoes my checking interest rate seem low\tinterest_rate\nwhat's the interest rate for my checking account\tinterest_rate\nwhat's td bank's interest rate\tinterest_rate\ncan you tell me my current interest rate\tinterest_rate\nlet me know what my interest rate is\tinterest_rate\ncould you tell me my interest rate\tinterest_rate\nwhat's my current interest rate, if you could look\tinterest_rate\nwhat's my interest rate\tinterest_rate\nwhat interest rate am i getting\tinterest_rate\ncould you find my interest rate for me\tinterest_rate\nwhat interest rate am i getting from onewest bank\tinterest_rate\nwhat interest rate am i getting from citigroup\tinterest_rate\nwhat interest rate am i getting from chase\tinterest_rate\nwill you tell me the interest rate\tinterest_rate\ncan you tell me the interest rate\tinterest_rate\nwill you tell me my interest rate\tinterest_rate\nwould you tell me the interest rate\tinterest_rate\nhow much is the interest rate for the account i have at bluebird\tinterest_rate\nhow do i know what interest rate chase has\tinterest_rate\nlet me know my ally interest rate\tinterest_rate\non my chase bank account what is the interest rate\tinterest_rate\ni need to know my b of a interest rate\tinterest_rate\ncan you tell me my interest rate\tinterest_rate\nfind my interest rate\tinterest_rate\nwhat is my interest rate\tinterest_rate\nhelp me determine my interest rate\tinterest_rate\nwhat is the interest rate on my charles schwab checking account\tinterest_rate\nwhat is the interest rate on my chase slate credit card\tinterest_rate\nwhat is the interest rate on my barclay card arrival credit card\tinterest_rate\nwhat is the interest rate on my capital one credit card\tinterest_rate\nwhat is the interest rate on my bank of america credit card\tinterest_rate\ni need to know the interest rate that applies to my personal loan\tinterest_rate\nplease tell me my current interest rate for my home equity line of credit\tinterest_rate\nwhat is the interest rate on my money market account\tinterest_rate\ncan you please tell me the interest rate for cash advances on my visa\tinterest_rate\ncan you see if i can get a higher limit on my discovery card\tcredit_limit_change\ncan my credit limit on my discovery card go up\tcredit_limit_change\nmay i have a higher limit on my mastercard\tcredit_limit_change\ncan i get a higher credit limit on my amex card\tcredit_limit_change\nis there a way to get a larger limit on my bank of america card\tcredit_limit_change\nwhat's the possibility of getting a credit limit increase on my visa\tcredit_limit_change\nis it possible to increase my credit limit to 1000 dollars\tcredit_limit_change\nis it possible to have a higher limit on my visa\tcredit_limit_change\ncan i get a higher limit on my american express card\tcredit_limit_change\ni'd like to increase my credit spending limit to 500 dollars\tcredit_limit_change\nam i allowed to increase the credit limit on my mastercard\tcredit_limit_change\nis it possible to get a credit limit increase to 3000\tcredit_limit_change\ni'd like to increase my credit limit up to four thousand\tcredit_limit_change\ncan i increase my credit limit from 1000 to 2000 please\tcredit_limit_change\nis it possible to increase the limit on my visa\tcredit_limit_change\nshould i increase my credit limitfor cardx\tcredit_limit_change\ncan i have my credit limit changed\tcredit_limit_change\ncredit limit change\tcredit_limit_change\nplease change credit\tcredit_limit_change\nplease change the credit limit\tcredit_limit_change\ni want my credit limit changed\tcredit_limit_change\ncan i get a credit increase for my visa\tcredit_limit_change\ncan i get a higher limit on my visa card\tcredit_limit_change\ncan my limit be increased for my visa\tcredit_limit_change\ncan you increase how much i can spend on my visa\tcredit_limit_change\nwill you allow more spending on my visa\tcredit_limit_change\nis it possible to increase my visa card limit\tcredit_limit_change\nis the limit on my visa card able to be increased\tcredit_limit_change\nis there a way to increase the limit on my visa card\tcredit_limit_change\nam i able to increase the limit on my visa card\tcredit_limit_change\nhow do i increase the limit on my visa card\tcredit_limit_change\ncan you increase my credit limit\tcredit_limit_change\ncan you change my credit limit\tcredit_limit_change\ncan you change the limit on my credit please\tcredit_limit_change\ni need to increase my credit limit\tcredit_limit_change\nchange my credit limit, please\tcredit_limit_change\nhelp me change my credit limit\tcredit_limit_change\nwhat do i do to change my credit limit\tcredit_limit_change\nget my credit limit changed\tcredit_limit_change\ni want to change my credit limit\tcredit_limit_change\nplease help me increase my mastercard credit card limit\tcredit_limit_change\ni need to increase my credit limit for my visa credit card, can you assist me\tcredit_limit_change\ni would like to increase my bank of america credit limit, can you help me\tcredit_limit_change\nis there a way to increase the credit limit on my american express card\tcredit_limit_change\nhow can i increase my aa credit card limit\tcredit_limit_change\nwould it be possible to increase my chase card's limit\tcredit_limit_change\nhow do i raise the limit on my visa card\tcredit_limit_change\nhow would i raise my credit spending by 250 dollars\tcredit_limit_change\ncan i raise the limit to 500 dollars\tcredit_limit_change\ncan i get a credit limit raise on my credit card\tcredit_limit_change\nhow would i raise my credit spending by 2500 dollars\tcredit_limit_change\nwould i be able to increase my available credit by 600 dollars\tcredit_limit_change\ni need a credit raise by 1000 dollars\tcredit_limit_change\nis there a way to raise my mastercard credit\tcredit_limit_change\nhow would i go about raising my gold card limit\tcredit_limit_change\nplease increase my credit limit to $9,000\tcredit_limit_change\nhow do i request a credit limit increase on my visa\tcredit_limit_change\nis it possible to get a new credit limit of $10,000\tcredit_limit_change\nis it possible to increase the credit limit on my mastercard\tcredit_limit_change\ncan you increase my credit limit to $7,500\tcredit_limit_change\ncan i raise my credit limit to $12,000\tcredit_limit_change\ntell me if i can get a higher limit on my visa\tcredit_limit_change\ncan i get my credit limit increased to $15,000\tcredit_limit_change\nhow do increase the credit limit on my visa card\tcredit_limit_change\ncan i get a higher credit limit on my american express\tcredit_limit_change\ncan i increase the credit limit for my usaa card\tcredit_limit_change\ncan i increase the credit limit on my kohls card\tcredit_limit_change\ncan i increase the credit limit for my navy federal card\tcredit_limit_change\ncan i increase my credit limit to 500 dollars\tcredit_limit_change\ncan i increase the credit limit on my target card\tcredit_limit_change\ncan i increase the credit limit for my bank of the west card\tcredit_limit_change\ncan i increase my credit limit to 700 dollars\tcredit_limit_change\ncan i increase the credit limit on my maurices card\tcredit_limit_change\ncan i increase the credit limit on my old navy card\tcredit_limit_change\ncan i increase my credit limit to 800 dollars\tcredit_limit_change\ncan i increase my credit limit to 1200 dollars\tcredit_limit_change\ncan i increase the credit limit for my chase card\tcredit_limit_change\ncan i increase the credit limit for my bank of america card\tcredit_limit_change\ncan i increase my credit limit to 1100 dollars\tcredit_limit_change\ncan i increase the credit limit on my walmart card\tcredit_limit_change\ncan you increase my credit limit to one thousand dollars\tcredit_limit_change\ncan my credit limit be increased to one thousand dollars\tcredit_limit_change\ntell me if my credit limit can be increased to one thousand dollars\tcredit_limit_change\nplease see if you can increase my credit limit to one thousand dollars\tcredit_limit_change\ni want to increase my credit limit to $1000, if possible\tcredit_limit_change\ncan i increase thencrdeit limit for my chase visa card\tcredit_limit_change\ncan i increase the credit limit for my american express card\tcredit_limit_change\ncan i increase the credit limit for my western union credit card\tcredit_limit_change\ncan i increase the credit limit for my wells fargo credit card\tcredit_limit_change\ncan i increase the credit limit for my visa platinum card\tcredit_limit_change\nis it possible to increase the credit limit for my discover card\tcredit_limit_change\nis it possible to raise the credit limit for my discover card\tcredit_limit_change\ncan i raise the credit limit for my discover card\tcredit_limit_change\nwill they let me up my credit limit to $1000\tcredit_limit_change\nwill i be able to increase my credit limit to $1000\tcredit_limit_change\ncan i up my credit limit to $1000\tcredit_limit_change\nam i allowed to increase my credit limit to $1000\tcredit_limit_change\nis it possible to increase my credit limit to $1000\tcredit_limit_change\ncan i get more money on my discover card\tcredit_limit_change\nhelp increasing credit on discover card\tcredit_limit_change\nwhat kinds of things are you into\twhat_are_your_hobbies\nwhat's your favorite hobby\twhat_are_your_hobbies\nwhat do you like to do in your spare time\twhat_are_your_hobbies\nwhat do you do for fun\twhat_are_your_hobbies\ndo you have any hobbies\twhat_are_your_hobbies\ndo you have any past-times\twhat_are_your_hobbies\nwhat are your favorite hobbies to take part in\twhat_are_your_hobbies\nwhat things do you like to do\twhat_are_your_hobbies\nwhat are your favorite hobbies\twhat_are_your_hobbies\nwhat are your favorite things to do\twhat_are_your_hobbies\nwhat are ai's hobbies\twhat_are_your_hobbies\ni want to know if you have hobbies\twhat_are_your_hobbies\ni'd like to know your hobbies\twhat_are_your_hobbies\nlet's talk about your hobbies\twhat_are_your_hobbies\ncan you tell me about your hobbies\twhat_are_your_hobbies\ntell me your hobbies\twhat_are_your_hobbies\ndo ai have hobbies and if so what are yours\twhat_are_your_hobbies\nwhat are you hobbies\twhat_are_your_hobbies\ndo you have any hobbies to speak of\twhat_are_your_hobbies\nwhat hobbies do you do\twhat_are_your_hobbies\nhow do you spend your spare time\twhat_are_your_hobbies\nwhat do you like to do when you have spare time\twhat_are_your_hobbies\nwhat do you do when you're not working\twhat_are_your_hobbies\nis there anything you like to do in your free time\twhat_are_your_hobbies\nwhat are the things you like to do for fun\twhat_are_your_hobbies\nwhat sort of things do you or work on for fun when you have extra time\twhat_are_your_hobbies\nare there activities that you enjoy doing in your free time\twhat_are_your_hobbies\nwhat are some things you like doing\twhat_are_your_hobbies\nso what sort of hobbies are you into\twhat_are_your_hobbies\nwhat do you do when you're not working, for fun\twhat_are_your_hobbies\nwhat do you like to do when you're not working\twhat_are_your_hobbies\nwhat sorts of things do you do to have a good time\twhat_are_your_hobbies\nwhat kind of things do you do when you have free time\twhat_are_your_hobbies\ncan you describe your hobbies to me\twhat_are_your_hobbies\nplease tell me your hobbies\twhat_are_your_hobbies\ntell me all about your hobbies\twhat_are_your_hobbies\ni'd like to hear about your hobbies\twhat_are_your_hobbies\nwhat things do you enjoy doing\twhat_are_your_hobbies\nwhat are some things that you enjoy\twhat_are_your_hobbies\nwhat do you like doing in your free time\twhat_are_your_hobbies\ndo you have anything you enjoy to do\twhat_are_your_hobbies\ni like to paint in my free time-do you have any hobbies like that\twhat_are_your_hobbies\nwhat hobbies do you like doing\twhat_are_your_hobbies\ndo you enjoy any hobbies\twhat_are_your_hobbies\nwhat other hobbies do you enjoy\twhat_are_your_hobbies\nwhat kinds of hobbies do you enjoy\twhat_are_your_hobbies\nwhat are some of the hobbies you enjoy doing\twhat_are_your_hobbies\nwhat do you enjoy doing while not working\twhat_are_your_hobbies\nany hobbies\twhat_are_your_hobbies\nwhat do you do to occupy your free time\twhat_are_your_hobbies\ni would like to know what hobbies you enjoy\twhat_are_your_hobbies\nwhat hobbies pique your interest\twhat_are_your_hobbies\nwhat do you do in your spare time\twhat_are_your_hobbies\nwhat do you do for hobbies\twhat_are_your_hobbies\nwhat sorts of activities do you enjoy\twhat_are_your_hobbies\nwhat kinds of activities do you enjoy\twhat_are_your_hobbies\nwhat types of activities do you enjoy\twhat_are_your_hobbies\nwhat sorts of hobbies do you enjoy\twhat_are_your_hobbies\nwhat kind of activities do you enjoy\twhat_are_your_hobbies\nwhat's your hobbies\twhat_are_your_hobbies\nwhat things do you do for fun\twhat_are_your_hobbies\nwhat hobbies do you like\twhat_are_your_hobbies\nwhat do you like to do for fun\twhat_are_your_hobbies\nwhat are some things you like to do\twhat_are_your_hobbies\ntell me what you do for fun\twhat_are_your_hobbies\ncan you tell me some of your hobbies\twhat_are_your_hobbies\nmight you have any hobbies\twhat_are_your_hobbies\nwhat kinds of things do you do for hobbies\twhat_are_your_hobbies\nshare some of your hobbies with me\twhat_are_your_hobbies\nwhat keeps you busy in your free time\twhat_are_your_hobbies\nwhat makes you happy in your free time\twhat_are_your_hobbies\nwhat do you do in your down time\twhat_are_your_hobbies\nplease share your hobbies with me\twhat_are_your_hobbies\nlets talk about your hobbies\twhat_are_your_hobbies\nwhat kind of hobbies do you have\twhat_are_your_hobbies\nwhat hobbies do you enjoy in your free time\twhat_are_your_hobbies\nwhat kind of hobbies do you like to do\twhat_are_your_hobbies\nwhat sort of things do you enjoy\twhat_are_your_hobbies\nwhat are your favorite activities\twhat_are_your_hobbies\nwhat hobbies do you like to partake in\twhat_are_your_hobbies\nwhat sort of hobbies do you enjoy\twhat_are_your_hobbies\nwhat do you do for fun in your free time\twhat_are_your_hobbies\ntell me what you do in your free time\twhat_are_your_hobbies\nwhat you do at the free time\twhat_are_your_hobbies\nso what do you do at free time\twhat_are_your_hobbies\nat free time what do you do\twhat_are_your_hobbies\nwhat do you enjoy doing in your leisure time\twhat_are_your_hobbies\nwhat types of hobbies do you enjoy\twhat_are_your_hobbies\nwhat types of things do you like to do in your spare time\twhat_are_your_hobbies\nwhat sorts of things are you into\twhat_are_your_hobbies\nwhat sorts of things do you do for fun\twhat_are_your_hobbies\nwhat sort of hobbies are you into\twhat_are_your_hobbies\nhow do you like to spend your free time\twhat_are_your_hobbies\ninform me what you do for fun in your free time\twhat_are_your_hobbies\ni gotta know your hobbies\twhat_are_your_hobbies\ncan you tell me your hobbies\twhat_are_your_hobbies\ntell your hobbies\twhat_are_your_hobbies\nwhat do you do in your free time\twhat_are_your_hobbies\ni wanna know your hobbies\twhat_are_your_hobbies\ni wish to know your hobbies\twhat_are_your_hobbies\nwhat's the cheapest fares from lax to sfo for round trip flights leaving april 1st and returning april 7th\tbook_flight\nfor the dates april 1st to the 7th, find me round trip air tickets from la to sfo\tbook_flight\nwhat southwest flights are there for lax to sfo arriving april 1st and returning april 7th\tbook_flight\nwhat airlines have flights round trip on april 1st to april 7th from lax to sfo\tbook_flight\nfind me round trip flights out of lax to sfox\tbook_flight\nfind me a flight from tijuana to guadalajara on volaris\tbook_flight\ni need a flight to be booked from san diego to boston through frontier\tbook_flight\ni want a flight booked from new york to san francisco with continental\tbook_flight\nget me a flight booked from houston to phoenix with american airlines\tbook_flight\ni want to fly southwest from dallas to phoenix\tbook_flight\nbook a flight from chicago to dc on monday and returning on wednesday\tbook_flight\ni need to get a flight out of lax to dia on the 16th for under four hundred\tbook_flight\nbook a flight from sacremento to tampa two weeks from now and returning a month after\tbook_flight\ni'm looking for a roundtrip flight from afw to dgb for tomorrow until next week\tbook_flight\ni'm looking for a roundtrip flight from oma to sps august 1st, 2019 to august 2nd, 2019\tbook_flight\ni need to get a flight out of tampa to chicago in a month for under $123\tbook_flight\nbook a flight from denver to austin on the 16th and returning on the 20th\tbook_flight\nbook a flight from bangor to las vegas on may 1st and returning july 4th\tbook_flight\nbook a flight from seattle to dallas-fort worth on april the 1st and returning on april 5th\tbook_flight\ni need to get a flight out of seattle to dulles next week for under $500\tbook_flight\ni'm looking for a roundtrip flight from koa to mgj for june to july\tbook_flight\ni need to get a flight out of denver to houston on friday for under $250\tbook_flight\ni need to get a flight out of my local airport to england on monday, the 23rd for under a grand\tbook_flight\ni'm looking for a roundtrip flight from aaf to dia for february 23rd to february 28th\tbook_flight\ni'm looking for a roundtrip flight from fwa to hsv for march first to march fifth\tbook_flight\ncompare fares for al italia from bucharest to tampa returning before thanksgiving\tbook_flight\ncheapest fare for flight from tehran to new york on august 1 with return on august 20\tbook_flight\ncompare prices for flights from recife to miami leaving may 20 returning june 5\tbook_flight\ni need you to book me a flight from chicago to montpelier via united\tbook_flight\ni need a roundtrip flight for 5/2 to 5/8 from nyc to los angeles\tbook_flight\ncan you find me a roundtrip flight from orlando to austin for 3/28 to 4/5\tbook_flight\nuse delta to book me a flight from dallas to pittsburgh\tbook_flight\nhelp me find a roundtrip flight for may 7th through the 20th from pittsburgh to chicago\tbook_flight\ncould you make a flight reservation with air emirates from orlando to london\tbook_flight\ncan you find me a flight from portland, oregon to portland, maine for under $500 on delta\tbook_flight\nfly me from pit to pdx on delta for under $300\tbook_flight\nbook a flight from la to madrid with southwest\tbook_flight\ni'd like a flight from laguardia to orlando on southwest for under $400\tbook_flight\ni'm going to boston from bangor on july 25th through the 29th, and need you to find me a roundtrip flight\tbook_flight\ni need to get from jfk to dallas with united for under $500\tbook_flight\ni need a flight from nyc to paris with delta\tbook_flight\ncould you get me a delta flight from sioux falls to philadelphia for under $400\tbook_flight\ni want to find a roundtrip flight from philadelphia to sioux falls from august 3rd through august 25th\tbook_flight\nreserve me a flight from ft lauderdale to houston on southwest\tbook_flight\nfind me a roundtrip flight from dallas to los angeles from march 2 to march 10\tbook_flight\nbuy tickets for a flight from nyc to la on march 1, returning on march 5\tbook_flight\nbook me a flight out of la to chicago on march 3rd for under $500\tbook_flight\nbook flights for me from nyc to la on march 1, returning on march 5\tbook_flight\nlook for a flight out of la to chicago on march 3rd for under $500\tbook_flight\nfind me a flight from ft lauderdale to houston on southwest\tbook_flight\ni need to book a roundtrip flight from dallas to los angeles from march 2 to march 10\tbook_flight\nget me a flight from ft lauderale to houston on southwest\tbook_flight\nare there any flights out of la to chicago on march 3rd for under $500\tbook_flight\nsearch for a flight from nyc to la on march 1, returning on march 5\tbook_flight\nlist roundtrip flights available from dallas to los angeles from march 2 to march 10\tbook_flight\nconfirm a flight for me from ft lauderdale to houston on southwest\tbook_flight\nsearch for a flight out of la to chicago on march 3rd for under $500\tbook_flight\nbuy a flight for me from nyc to la on march 1, returning on march 5\tbook_flight\ncan you show me roundtrip flights from dallas to los angeles from march 2 to march 10\tbook_flight\ni need you to book me a flight from ft lauderdale to houston on southwest\tbook_flight\nfind me a flight from nyc to la on march 1, returning on march 5\tbook_flight\nfind me a flight out of la to chicago on march 3rd for under $500\tbook_flight\nwhat are some roundtrip flights from dallas to los angeles from march 2 to march 10\tbook_flight\ni want to buy a plane ticket to travel from miami to honolulu on the 29th of february i need a return flight on march 5th\tbook_flight\ni need to take a flight from florida to alabama on january 25th and i need to get back by the 30th\tbook_flight\ni want to book a flight reservation from texas to new york on may 9th and i want to come back on the 15th\tbook_flight\ni want to book a flight from hawaii to new york on july 8th and returning on july 10th\tbook_flight\ni need to book a flight from texas to new york on may 25th and returning on the 28th\tbook_flight\nbuy a flight from santa fe to jacksonville on new year's eve that returns on the fourth, please\tbook_flight\npurchase a flight from slc to columbus on tuesday that returns on friday\tbook_flight\npurchase a flight from fiji to san diego on november 1 that returns on december 1, please\tbook_flight\npurchase a flight from boise to sacramento on sunday and returning on wednesday\tbook_flight\nbuy a flight from phoenix to el paso on august 30 that returns on labor day\tbook_flight\nbook delta ticket madison to atlanta\tbook_flight\nmake delta reservation from madison to atlanta\tbook_flight\nmadison to atlanta delta ticket\tbook_flight\nbuy delta ticket madison to atlanta\tbook_flight\nschedule flight from madison to atlanta on delta\tbook_flight\nbook a flight from pensacola, fl to houston, tx on 17 february 2019 and returning on 7 march 2019\tbook_flight\nbook a flight from jacksonville, fl to atlanta, ga on 14 february 2019 and returning on 1 march 2019\tbook_flight\nbook a flight from key west, fl to san antonio, tx on 18 february 2019 and returning on 5 march 2019\tbook_flight\nbook a flight from tampa, fl to baltimore, md on 11 february 2019 and returning on 19 march 2019\tbook_flight\nbook a flight from miami, fl to columbus, ga on 16 february 2019 and returning on 2 march 2019\tbook_flight\nshow me roundtrip flights from dallas to houston for march 7 and march 10\tbook_flight\ni am needing you to look up roundtrip flights form houston to miami for april 12 and april 15\tbook_flight\ncould you check and let me know roundtrip flights from dallas to houston for march 7 and march 20\tbook_flight\ni need you to get me a flight booked from houston to miami on united airlines\tbook_flight\ni am needing to get a flight out of el paso to dallas on march 10 for under $300\tbook_flight\nwould you give me available flights out of dallas to miami on june 8 for under $340\tbook_flight\nwould you let me know what flights are available out of dallas to el paso on march 20 for under $400\tbook_flight\nlet me know what flights there are out of dallas to miami on march 10 for under $450\tbook_flight\nwould you book me a flight to miami from dallas on southwest airlines\tbook_flight\ni need a flight booked from dallas to miami on american airlines\tbook_flight\ni am wanting you to book me a flight from houston to miami on united airlines\tbook_flight\nwould you look up roundtrip flights from dallas to houston for march 7 and march 10\tbook_flight\ni would like to know what flights are available out of el paso to dallas on june 10 for under $300\tbook_flight\nplease get me a flight booked from miami to dallas on american airlines\tbook_flight\nget me roundtrip flight information for flights from dallas to houston for june 8 and june 17\tbook_flight\nget me a flight for tuesday on spiritcom to las vegas from chicago\tbook_flight\nbook me a flight from o'hare to las vegas on deltacom\tbook_flight\nwould you let me know what is on my shopping list\tshopping_list\nlist out what is on my shopping list\tshopping_list\ni need for you to tell me what is on my shopping list\tshopping_list\ndo you want me to shop for peanut butter\tshopping_list\ndo you want peanut butter for your lunches this week\tshopping_list\ndo you prefer peanut butter or cheese for your celery\tshopping_list\ndid i put bread on my shopping list\tshopping_list\ni need to know the items on my shopping list\tshopping_list\ncan you tell me if i have paper towels on my shopping list\tshopping_list\ndoes my shopping list include apples right now\tshopping_list\ncan you look up what my shopping list has on it\tshopping_list\ndo i have carrots on my shopping list\tshopping_list\nis ice cream currently on my shopping list\tshopping_list\ntell me what's on my shopping list\tshopping_list\nname the items on my shopping list\tshopping_list\npull up my shopping list for me\tshopping_list\nwhat did i write down on my shopping list this time\tshopping_list\nwhat stuff did i put on my shopping list\tshopping_list\nmy shopping list contains what again\tshopping_list\nwhat does my shopping list entail\tshopping_list\nwhat does my shopping list involve\tshopping_list\nwhat are my shopping list's content\tshopping_list\ntell me my shopping list\tshopping_list\ni need to hear what's on my shopping list\tshopping_list\ngo over my shopping list with me\tshopping_list\nwhat do i have on my shopping list\tshopping_list\nwhat things are on my shopping list\tshopping_list\nlist out my shopping list for me\tshopping_list\ncan you list my shopping list for me\tshopping_list\nread me my shopping list please\tshopping_list\nwhat are the contents of my shopping list\tshopping_list\ni'd like to know what is on my shopping list\tshopping_list\nwhat is available on the shopping list\tshopping_list\nshow me what's on the shopping list\tshopping_list\nwhat can you see on my shopping list\tshopping_list\ntell me what i put on the shopping list\tshopping_list\nwhat are all the things on the shopping list\tshopping_list\ni'd like to know what's on the shopping list\tshopping_list\ni need to know the things on my shopping list\tshopping_list\ntell me what i can find on the shopping list\tshopping_list\ntell me the things on my shopping list\tshopping_list\nread off shopping list\tshopping_list\ntell me whats on my shopping list\tshopping_list\nwhat's on my shopping list\tshopping_list\ncheck if my shopping list has tomato\tshopping_list\ndoes my shopping list have tomato written on it\tshopping_list\non the shopping list did i put tomato\tshopping_list\ndo i have tomato on the shopping list\tshopping_list\nis tomato on my shopping list\tshopping_list\nlist everything on my shopping list\tshopping_list\nread my entire shopping list to me\tshopping_list\ndisplay shopping list\tshopping_list\ncan you show me my shopping list\tshopping_list\ncan you read my shopping list to me\tshopping_list\nwhat all do i have on my shopping list\tshopping_list\nread me everything on my shopping list\tshopping_list\ncan you tell me whats on my shopping list\tshopping_list\ncan you tell me what i have on my shopping list\tshopping_list\ni need to know what i have on my shopping list\tshopping_list\ni'd like to know what's on my shopping list\tshopping_list\nread my shopping list to me\tshopping_list\nmy list for shopping has what on it\tshopping_list\nmy shopping list contains what\tshopping_list\nwhat do i need to buy at the store\tshopping_list\nwhat do i need to get when i go shopping\tshopping_list\nwhat do i have on my list for shopping\tshopping_list\nwhat products are on my shopping list\tshopping_list\nwhat did i put on my shopping list\tshopping_list\nwhat does my shopping list consist of\tshopping_list\nwhich purchases are on my shopping list\tshopping_list\nread me my shopping list\tshopping_list\ntell me what my shopping list consists of\tshopping_list\ncan you remind me what i put on my shopping list\tshopping_list\nwhat all is on my shopping list\tshopping_list\nwhat did i put on my shopping list so far\tshopping_list\ngive me all contents of my shopping list\tshopping_list\ni need to know what is on my shopping list\tshopping_list\ncan you tell me my shopping list items, please\tshopping_list\nwhat items are on my shopping list\tshopping_list\ndo i need to get milk\tshopping_list\ndo i need milk at the store\tshopping_list\ndid i remember to put milk in the shopping list\tshopping_list\ndid i put milk on the shopping list\tshopping_list\ntell me what is on my shopping list\tshopping_list\nwhat do i need to go shopping for\tshopping_list\nwhat do i need when i go shopping\tshopping_list\nwhat does my shopping list say that i should get\tshopping_list\nwhat kind of items are on my shopping list\tshopping_list\nwhats on my shopping list at the moment\tshopping_list\nwhats on my list for shopping\tshopping_list\nis there milk on my shopping list\tshopping_list\ndoes my shopping list consist of chips\tshopping_list\nare tomatoes on my shopping list\tshopping_list\nis a toothbrush on my shopping list\tshopping_list\ndoes my shopping list include corn\tshopping_list\ndo i have a big shopping list\tshopping_list\nshow everything on my to buy list\tshopping_list\nshow shopping list\tshopping_list\nwhat's on the shopping list\tshopping_list\nshow me my shopping list\tshopping_list\ncan you text elizabeth and tell them i forgot to bring drinks\ttext\ntext wenona and tell her we will be there tomorrow\ttext\ntext christopher and tell him i will stop by\ttext\ntext audrey and tell her i will be there soon\ttext\ntext christy and ask her what she wants for dinner\ttext\ncan you text christopher and tell them im on my way\ttext\ntext roderick and tell him im running late\ttext\ncan you text marissa and tell them to stop calling me\ttext\ncan you text arthur and tell them im almost there\ttext\ncan you text kayla and tell them im running late\ttext\ntext chris and ask what time he will be home\ttext\nsend a text and tell chris i’m not working today\ttext\ntext message chris and say i love you\ttext\nsend chris a text message that says stop for milk on your way home\ttext\nsend a text message to chris and ask what he wants to eat for dinner\ttext\nsend ally a text message the message is that i just landed\ttext\ncould you send a text to marty and say i am running behind\ttext\nsend a text to brooklyn with the message that i will see them later\ttext\nplease text nancy and give them the message that i am on vacation\ttext\ntext bill and tell him i'll be 30 minutes late\ttext\nsend a text to lisa and ask her to call me when she gets home\ttext\ngive a text to my cousin linda that says happy birthday\ttext\ntext tony and invite him to my party next saturday\ttext\nsend my brother mike a text that says i'm home\ttext\ni have to send a text\ttext\ni need you to text someone for me\ttext\nsend sal a text and tell them thanks\ttext\ni need you to send a text\ttext\ntext sal and let them know the answer is yes\ttext\nlet sal know by text i will be attending\ttext\ni have to have a text sent\ttext\ntext sal and tell them hi\ttext\ni need sal to be texted and say i'll be there\ttext\nplease send ann a text and tell her i will be home in 20 minutes\ttext\nplease send a text to phil and ask him if he wants to play golf this weekend\ttext\nsend bill a text for me and tell him i will be 30 minutes late\ttext\nsend a text to ashley and ask her what she wants to do for supper\ttext\nsend amy a text for me and tell her i need to meet\ttext\ni want to send a text message to\ttext\ncreate a text message to\ttext\ncommunicate via text to\ttext\nsend text message to\ttext\nsend a text message for me\ttext\nplease send a text message to natalie for me\ttext\ni want to text natalie\ttext\ni want you to send a text message for me\ttext\nsend a message to natalie in the form of a text\ttext\nmessage mom where are you\ttext\ncompose a text to mom i'll talk to you later\ttext\nsend mom a message i'll talk to you later\ttext\nsend mom a text asking where are you\ttext\nsend a text for me\ttext\ni want to send a text\ttext\nsend a text to mom i'll talk to you later\ttext\ntext mom i'll talk to you later\ttext\ntext robby hello\ttext\ntext mom and let her know i'll be there soon\ttext\ntext mom where are you\ttext\nsend mom a text i'll talk to you later\ttext\ncompose text message\ttext\nsend a message to mom be there soon\ttext\nstart a new text\ttext\ncreate a new text\ttext\nset up a new text message\ttext\nsend a text message to alice\ttext\ntext alice\ttext\nwrite a text to alice\ttext\ntext a message to alice\ttext\ntext my doctor and tell him it happened again\ttext\ntext mary and tell them i'm on my way\ttext\ntext robert and tell him winter is coming\ttext\ntext nick and tell him the car's ready\ttext\ntext my wife and tell her i'm divorcing her\ttext\ncan you tell bob to get his dog via text\ttext\ncan you send a text to my mother irene and tell her i love her\ttext\ncan you text mary and tell them it's ready\ttext\ncan you ping priest chris with a text and send the following confession\ttext\ncan you text the sgt adam and tell them i found the missing girl\ttext\ntext matt and tell him i will be late tonight\ttext\ntext paul and ask him what time the cookout is on saturday\ttext\nstart a new text to maureen and tell her i go mom's christmas present\ttext\ntext billy and tell him to be at monday's meeting at 3pm\ttext\ntext william and ask him to pick up organic apples tonight\ttext\nwrite text message to someone\ttext\ntext someone\ttext\ncan you send a text to someone\ttext\nwrite text and send to someone\ttext\nsend a text to someone\ttext\ntext my friend for me and tell them to meet me later\ttext\ntext my boss for me and tell them i will be a little bit late\ttext\ntext my coworker for me and tell them the due date\ttext\ntext my dad for me and tell them i love you\ttext\ntext my mom for me and tell them i will be home soon\ttext\nplease send a text\ttext\nsend a text message\ttext\ni need to send a text\ttext\ncan you send a text for me\ttext\ncreate a new text message\ttext\nplease send a message to peter telling him to pick up milk\ttext\ntext josh and tell him i need a delivery\ttext\nthe bill for water and electricity is how much\tbill_balance\nwhat's my bill for water and electricity\tbill_balance\nfor my water and electricity, how much is the bill\tbill_balance\nhow much is the bill for my water and electricity\tbill_balance\nmy water and electricity bill is how much\tbill_balance\nwhat is the total amount that i owe to sony and verizon\tbill_balance\nplease tell me how much i owe sprint and how much i owe hsn\tbill_balance\ntell me how much my verizon and comcast bill come to together\tbill_balance\nhow much in total do i need to pay cox and at&t\tbill_balance\nplease let me know how much my bills for comcast and sprint total\tbill_balance\nwhat do my bills add up to\tbill_balance\nhow much do i owe in bills\tbill_balance\nwhat's the balance on my bills\tbill_balance\nread my bill balances\tbill_balance\nhow much are my bills\tbill_balance\nfind out what my water bill costs please\tbill_balance\nhow much is my electricity bill costing me\tbill_balance\nfind out the cost of my bill payments\tbill_balance\nlet me know the amounts i owe for my utilities and tuition bills\tbill_balance\nhow much money do i need to spend on bill payments\tbill_balance\ncan you tell me what i owe for this month's phone bill\tbill_balance\ntell me the sum total of my water and electricity bills\tbill_balance\ncan you tell me the total cost of my bills please\tbill_balance\nwhat is the total amount due on my electricity bill\tbill_balance\nwhat am i being charged for my water bill\tbill_balance\ntell me how much my cable bill is\tbill_balance\nwhat is the total for my utilities bill this month\tbill_balance\nhow much do i owe for my gas and phone bills\tbill_balance\ntell me what is owed for my water and gas bills\tbill_balance\ni need to know the amounts due for my utilities and cable bills\tbill_balance\nlet me know how much money i will need to spend on paying bills\tbill_balance\nplease let me know how much my gas bill is\tbill_balance\ni need to know the cost of the cable bill\tbill_balance\nhow much in total will i be paying for bills\tbill_balance\nwhat do i owe for my utilities bill\tbill_balance\nplease give me the full balance on my water bill\tbill_balance\nhow much is the total due for my pgw gas bill\tbill_balance\nwhat's the amount due on my latest sprint bill\tbill_balance\ni need the dollar amount due on my verizon bill, please\tbill_balance\ncan you tell me what the amount on my directv bill is\tbill_balance\nremind me of the invoice total for my plumbing bill\tbill_balance\ntell me what amount i have to pay for my directv bill please\tbill_balance\ni need to know my bill total for my verizon payment due this month\tbill_balance\nplease find the current balance on my con edison bill\tbill_balance\nwhat's the balance on my sprint account\tbill_balance\nhow much is my xfinity bill this month\tbill_balance\nwhat's the cost of my dte bill plus my electricity bill\tbill_balance\nmy dte bill is how much\tbill_balance\nwhat is my dte bill this month\tbill_balance\nhow much are my electric and heating bills\tbill_balance\nmy dte and water bills are how much\tbill_balance\nmy water bill is how much this month\tbill_balance\nhow much is my electric bill for this month\tbill_balance\nhow much are my xfinity and dte bills\tbill_balance\nhow much are my cable and water bills\tbill_balance\nhow much do i have to pay on my bills\tbill_balance\ncan you check the balance on the water bill\tbill_balance\nhow much do i have to pay for my cable bill\tbill_balance\nhow much do i owe on my cable bill\tbill_balance\ncan you find out how much i owe on my bills\tbill_balance\ncan you check and see how much i owe on my cable bill\tbill_balance\ndo you know how much i owe on my cable bill\tbill_balance\nhow much do i need to pay on my bills\tbill_balance\ncan you tell me how much i owe on my cable bill\tbill_balance\nhow much is my comcast bill\tbill_balance\nwhat is the amount on my comcast bill\tbill_balance\nwhat is the my comcast bill this month\tbill_balance\nwhat do i owe bill wise\tbill_balance\ndo i have any due bills and how much\tbill_balance\ndo i still owe any bills\tbill_balance\nhow much do i have to pay for my bills this month\tbill_balance\ndo i owe any bills\tbill_balance\nwhat's the final amount of all the money i need to pay in bills this month\tbill_balance\nadd all my bills for this month and tell me the total\tbill_balance\nwhat's the sum of all i owe on bills this month\tbill_balance\nwhat's the total i owe on all my bills\tbill_balance\nwhat's the water bill\tbill_balance\nhow much are all my bills combined\tbill_balance\nwhat's my mortgage payment going to be this month\tbill_balance\nwhat do i owe on the car this month\tbill_balance\nhow much are utilities\tbill_balance\nhow much is my gas bill\tbill_balance\nhow much is my internet bill\tbill_balance\nhow much is my cable bill\tbill_balance\nhow much is my rent\tbill_balance\nhow much is my cable bill for\tbill_balance\nhow much is my current water bill for\tbill_balance\nhow much is my electric bill for\tbill_balance\nhow much is my water bill for\tbill_balance\nhow much is my current cable bill for\tbill_balance\nwhat is the amount on my water bill\tbill_balance\nhow much do i have on credit card bill\tbill_balance\nwhat is the balance on my bills\tbill_balance\nwhat is my domain name bill\tbill_balance\nhow much is my groceries and gas bill\tbill_balance\nwhat is the cost of water and electric this month\tbill_balance\nwhat is the amount of balance i have to pay on my bill\tbill_balance\nhow much do i owe on bills\tbill_balance\nhow much on bills to i have to pay\tbill_balance\nwhat is my email subscriction services bill\tbill_balance\ntell lydia and laura where i am located\tshare_location\nshare my location with brad and terry\tshare_location\ntell john and sam where i am\tshare_location\nshare my location with darren and stacey\tshare_location\nlet cora and nancy know were i am now\tshare_location\nshare my gps coordinates with my dad\tshare_location\nshare my gps coordinates with kelly\tshare_location\nshare my gps coordinates with my brother\tshare_location\nshare my gps coordinates with my mother\tshare_location\nshare my gps coordinates with jim\tshare_location\nplease show my current location to andre\tshare_location\ngive the boys my location please\tshare_location\ncan you share my location with my girlfriends\tshare_location\nlet shih chieh see my location\tshare_location\nshare my location with mom, please\tshare_location\nlet coach know where i am\tshare_location\nshare my location with ma\tshare_location\ntell base camp my gps coordinates\tshare_location\ntell the kids where i am\tshare_location\nlet the folks know my gps coordinates\tshare_location\nmy friend steve needs my gps coordinates send them to him\tshare_location\nlet the rents have my current location\tshare_location\nlet my group know what my current location is\tshare_location\ngive boss my current location\tshare_location\ngive me current gps coordinates to my sister\tshare_location\ngive my current location to robyn now\tshare_location\nsend my current location to my superior\tshare_location\nlet lucy know my gps coordinates\tshare_location\ntell carl my gps coordinates\tshare_location\ni need you to send my location to paul and ryan\tshare_location\nshare my coordinates with melissa and doug\tshare_location\ncan you let sam and woody know where i am\tshare_location\nlet randy and travis know where i'm at\tshare_location\ncan you give my whereabouts to doug and buster\tshare_location\nplease show me how to share my location with noel\tshare_location\nhow do i share my location with noel\tshare_location\ni need to share my location with noel\tshare_location\nhow can i show noel where i am right now\tshare_location\ni need to send my current location to sean\tshare_location\ni would like to share my location with my mom\tshare_location\nplease send my location to haley\tshare_location\ni need to share my location with trey\tshare_location\ntrey needs my current location\tshare_location\ncan you tell bob and alice where i am\tshare_location\ni would like ms johannson and ms alba to be informed of my location\tshare_location\nadvise sam of my current location please\tshare_location\nplease send the police my location with gps\tshare_location\nplease tell my location to bob\tshare_location\ni need you to push my location to cory\tshare_location\nplease share my location with my boss and my lawyer\tshare_location\ngive my boyfriend my gps coordinates\tshare_location\nwill you let mary know my location\tshare_location\nsend my location to my mom\tshare_location\ni need you to let mr miyagi and daniel know where i am\tshare_location\ncan you share my current location with amy\tshare_location\npost my gps coordinates to my facebook friends\tshare_location\nplease let my mom and dad know my location\tshare_location\ni need the tow truck to be given my gps coordinates\tshare_location\nhave miranda know about my current location\tshare_location\nsend the location i'm at with martin\tshare_location\ngive my location right now to my family\tshare_location\ninform eric of my current location\tshare_location\nmy gps coordiantes will be shared with aunt sunny\tshare_location\ngps coordinates share with home\tshare_location\nsend my gps coordinates with home base please\tshare_location\nshare to grandma my gps coordinates\tshare_location\ngive adam my gps coordinates\tshare_location\nsend my gps location to manuel\tshare_location\ngive jim my gps location\tshare_location\nshare my location with sarah\tshare_location\ngive tim my current location from the gps\tshare_location\ncan you forward my location to tom\tshare_location\nshare my location with my sister\tshare_location\nshare my location wtih amanda now\tshare_location\nshare my location with mom\tshare_location\nstart sending my location to alex\tshare_location\ntell brady where my location is\tshare_location\nshare location with bill\tshare_location\nlet barbara know where i'm at\tshare_location\nplease tell wanda where i am now\tshare_location\nplease tell steve my location\tshare_location\ntell bill and craig where i am\tshare_location\ngive my location to bill and craig\tshare_location\ninform bill and craig of my location\tshare_location\ncan you tell bill and craig where i am\tshare_location\nlet bill and craig know where i am\tshare_location\nalert the wife of my exact location\tshare_location\nlet the wife see where i'm at\tshare_location\nlet dan know where i am\tshare_location\nallow my son to see my gps coordinates\tshare_location\nshare my gps location with steve\tshare_location\ncan you share my location with mom\tshare_location\nplease allow dan to see my location\tshare_location\ncan you let ben and jerry know my current location\tshare_location\nshare my location with ben and jerry\tshare_location\ncan you show ben and jerry where i am currently at\tshare_location\nsend my location to ben and jerry\tshare_location\nlet ben and jerry know where i am\tshare_location\nhow do i share where i am, with another person\tshare_location\ngive tom my location\tshare_location\ni am ready now to cash in on the many credit card points i have saved up\tredeem_rewards\ni have credit card points but don't know how to use them\tredeem_rewards\nwalk me through the best ways to use my credit card points\tredeem_rewards\ni am ready now to use some of the credit card points i have saved\tredeem_rewards\ni want to hear more about how i can use my credit card points\tredeem_rewards\nhow can i cash in the rewards i earned with my visa card\tredeem_rewards\nwalk me through the process of cashing in on credit card points\tredeem_rewards\ni would like to use my credit card points\tredeem_rewards\ndo i have enough credit card points to redeem a new appliance\tredeem_rewards\ni would love to redeem some smart speakers with my credit card points\tredeem_rewards\nhow can i redeem rewards earned through my amex card\tredeem_rewards\nhow can i cash in on the rewards i earned through my american express card\tredeem_rewards\ncould i redeem my credit card points on a new tv\tredeem_rewards\ncan you help me figure out how to utilize my credit card points\tredeem_rewards\ncan you explain to me how i ought to use my credit card points\tredeem_rewards\ni would like to use my credit card points to acquire a new laptop\tredeem_rewards\ni would like to redeem my credit card reward points\tredeem_rewards\nhave i got enough credit card points to get a new tablet device\tredeem_rewards\ni have a lot of credit card points saved up and would like to start redeeming them\tredeem_rewards\nwalk me through reward redemption from my barclay's card\tredeem_rewards\nexplain to me how to cash in rewards for my mastercard\tredeem_rewards\nhelp me figure out redemption of my credit card points\tredeem_rewards\nhow can i redeem the points i've earned with my credit card\tredeem_rewards\ni have a lot of points saved up from my credit card rewards but don't know how to redeem them\tredeem_rewards\ncan you help me begin the process of redeeming credit card points\tredeem_rewards\ni want to redeem points on my chase card, but how\tredeem_rewards\nhow can i cash in rewards on my discover card\tredeem_rewards\nif i want to redeem miles from my delta skymiles card, how do i do that\tredeem_rewards\nhow can i cash in rewards on my chase card\tredeem_rewards\nhow can i cash in the rewards i have earned on my amex\tredeem_rewards\ni need you to check if my credit card points are redeemable right now\tredeem_rewards\ncall my credit card company and ask can i use my points\tredeem_rewards\ni want to know if i can redeem my credit card points now\tredeem_rewards\ni check my credit card company to see if my points are good to go\tredeem_rewards\ncan you check with my credit card company and see if i can redeem my points\tredeem_rewards\ndo i need a certain amount of points before i can redeem them\tredeem_rewards\nare there any steps i need to take to use my credit card points\tredeem_rewards\nif i want to use my credit card points what do i do\tredeem_rewards\ncan i redeem my credit card points for anything\tredeem_rewards\nhow many points do i need before i can redeem them\tredeem_rewards\nat what point balance can i redeem my points\tredeem_rewards\ndo i have to contact someone to use my credit card points\tredeem_rewards\ndo i have enough points to for a redemption\tredeem_rewards\nwhat do i do if i want to use my credit card points\tredeem_rewards\nhow can i redeem my credit card points\tredeem_rewards\nwhat steps do i take to redeem my credit card points\tredeem_rewards\ncan you tell me how to redeem my credit card points\tredeem_rewards\nin order to redeem my credit card points, what should i do\tredeem_rewards\nwhat do i need to do in order to redeem my credit card points\tredeem_rewards\ndo you think i could get a target gift card with my credit card points\tredeem_rewards\nis a walmart gift card one of the things i can use my credit card points on\tredeem_rewards\nlet's use my credit card points\tredeem_rewards\ntell me how to use credit card points\tredeem_rewards\nmy amex rewards; how do i get them\tredeem_rewards\ni'd like to redeem my credit card points\tredeem_rewards\nuse my credit card points\tredeem_rewards\nam i able to redeem my credit card points for an amazon gift card\tredeem_rewards\nif i want to cash in my american express rewards, how do i do that\tredeem_rewards\ncash in rewards for my visa card\tredeem_rewards\nhow do i redeem my credit card points\tredeem_rewards\nwhat do i do to redeem credit card points\tredeem_rewards\nhow can i cash in my credit card points\tredeem_rewards\ncan i use my credit card points for gas\tredeem_rewards\nwhat do i need to do for my mastercard rewards\tredeem_rewards\nhow can i go about cashing in rewards with discover\tredeem_rewards\nif i redeem my credit card points, can i get a kroeger gift card\tredeem_rewards\nplease inform regarding the procedure to cash in my rewards for my citibank card\tredeem_rewards\nplease tell me the procedure to cash in my rewards for my citibank card\tredeem_rewards\ni need information regarding the procedure to cash in my rewards for my citibank card\tredeem_rewards\ntell me how i should cash in my rewards for my citibank card\tredeem_rewards\nwhat's the way to cash in my rewards for my citibank card\tredeem_rewards\nhow do i cash the reward for first bankcard\tredeem_rewards\nhow do i use my credit card points\tredeem_rewards\ni want to convert my credit card points\tredeem_rewards\nlet me use my credit card points\tredeem_rewards\nhow do i use reward for my first hawaiian bank\tredeem_rewards\ni want to utilize my credit card points\tredeem_rewards\nhow do i utilize my credit card points\tredeem_rewards\ncan i convert my credit card points to milage\tredeem_rewards\ncan i use my credit card point on amazon\tredeem_rewards\ncan i redeem my credit card points to cash\tredeem_rewards\nhow do i use the reward for my bank of hawaii\tredeem_rewards\ni want to use my credit card points\tredeem_rewards\nwhat are ways to utilize my credit card points\tredeem_rewards\ni want to cash my credit card points\tredeem_rewards\nhow do i cash the reward for city\tredeem_rewards\nhow do i cash in my reward for chase\tredeem_rewards\ncan i redeem my credit card on safeway\tredeem_rewards\ncan i use my credit card points to make purchase\tredeem_rewards\ntell me how to utilize my card points\tredeem_rewards\nhow do i get cash back for the rewards on my amex card\tredeem_rewards\ntransfer my cash reward balance to my bank\tredeem_rewards\nhow do i redeem my card points\tredeem_rewards\nwhat do i do to get cach back for points on my discover card\tredeem_rewards\ni want to redeem my card points for cash\tredeem_rewards\ni want to use the cash that my points have earned on my credit card\tredeem_rewards\nwhat's the procedure to get cash back rewards on my visa\tredeem_rewards\ntell me how to redeem my credit card points\tredeem_rewards\nhow do i obtain the cash for the rewards on my hy-vee card\tredeem_rewards\ni want to cash out my credit card points\tredeem_rewards\ncan i get some music by three six mafia in here\tplay_music\nwhat does x’s music sound like\tplay_music\nmay i hear some music by fleet foxes\tplay_music\ncan i hear some music by cloud control\tplay_music\ncan x’s music be played\tplay_music\nplay some music for me\tplay_music\ni'd like to hear my workout playlist\tplay_music\nput on my jam session playlist please\tplay_music\ncan i hear my smooth jazz playlist\tplay_music\nplay a song for me\tplay_music\nlet's hear my workout playlist\tplay_music\nput my workout playlist on\tplay_music\nput my music on, please\tplay_music\nplay rock playlist\tplay_music\nplay some music\tplay_music\nrock playlist please\tplay_music\ncan you play music\tplay_music\ni want to listen to music\tplay_music\ncan you play the rock playlist\tplay_music\nmusic please\tplay_music\nrock music playlist\tplay_music\ni want to hear my rock playlist\tplay_music\nplay that song hey\tplay_music\nyo play that song that go like she take my money\tplay_music\ncan u play the song that sound like bells going off\tplay_music\nplay me the playlist entitled jazz\tplay_music\nturn on the rap playlist\tplay_music\nturn my drake playlist on\tplay_music\ni want to hear my hip hop playlist\tplay_music\ni need to listen to my beyonce playlist\tplay_music\ncan you play right above it\tplay_music\ncan you play everlong by foo fighters\tplay_music\nplay the song god's plan\tplay_music\nplease play come as you are by nirvana\tplay_music\nplease play the new lady gaga song\tplay_music\ncan you put on music by beach house\tplay_music\ncan you find music by slow magic to put on\tplay_music\ni want to play my maroon 5 playlist\tplay_music\ni want to listen to my maroon 5 playlist, play it for me\tplay_music\nlook up my maroon 5 playlists; play it\tplay_music\nwould you play my maroon 5 playlist\tplay_music\ni need for you to play my maroon 5 playlist\tplay_music\ncan you play music the beatles\tplay_music\ni need to play the song that goes like hey jude don't make it bad\tplay_music\nplease play even flow by pearl jam\tplay_music\nplay help! by the beatles\tplay_music\ni wanna play the song that goes like hey jude don't make it bad\tplay_music\nplease play 1979 by the smashing pumpkins\tplay_music\ncan you play music by bob dylan\tplay_music\ncan you play music by led zeppelin\tplay_music\ngo ahead and play the song that goes like hey jude don't make it bad\tplay_music\nplease play the song that goes like hey jude don't make it bad\tplay_music\ncan you play some music by the beatles for me\tplay_music\nplay the song that goes like hey jude don't make it bad\tplay_music\nplay heart shaped box\tplay_music\nplay hey jude\tplay_music\ncan you play music by the rolling stones\tplay_music\ncommence playing music\tplay_music\nplay me some music\tplay_music\ni want to hear some music\tplay_music\nstart up some music\tplay_music\nstart playing some music\tplay_music\ni want to hear my vaporwave playlist\tplay_music\nplay my post-rock playlist\tplay_music\nplay the song called guerrilla radio\tplay_music\nresume my metal playlist\tplay_music\nresume my death metal playlist\tplay_music\nplease play my taylor swift mix\tplay_music\nstart my playlist\tplay_music\nstart playing my black metal playlist\tplay_music\nplay the song called blood brothers\tplay_music\nplay that song called bring the noise\tplay_music\nplay me some tunes\tplay_music\ni want to hear pop music\tplay_music\nplay some rock\tplay_music\nplay that song called colony of birchman\tplay_music\nplay the song called tiny dancer\tplay_music\nturn the radio on for some music\tplay_music\ncan you play your guitar right now\tplay_music\n\"can you play me that, \"\"baby shark, doo doo,\"\" song\"\tplay_music\n\"play the song with the lyrics, \"\"baby shark, doo doo\"\tplay_music\n\"find the song with, \"\"baby shark, doo doo\"\tplay_music\n\"i want to hear the song that has, \"\"baby shark, doo doo\"\tplay_music\n\"that \"\"baby shark, doo doo,\"\" song, i want to hear it\"\tplay_music\ni want to hear beatles music\tplay_music\ni want to listen to music by the beatles\tplay_music\nplay songs by the beatles\tplay_music\nplay music by the beatles\tplay_music\nplay beatles\tplay_music\npull up my shower playlist\tplay_music\ni need to hear my shower playlist\tplay_music\nuse my shower playlist\tplay_music\ndo the shower playlist please\tplay_music\ni want to hear my shower playlist\tplay_music\nis it okay to listen to elvis' music\tplay_music\ncan you play elvis\tplay_music\ncan you let me listen to elvis\tplay_music\ndo you have music by elvis\tplay_music\ndo you have any elvis music\tplay_music\nfind that song that goes something like i'm hooked on a feeling\tplay_music\nadd my dentist appointment to the calendar\tcalendar_update\nadd a vet appointment for 5 pm on saturday\tcalendar_update\ni need to edit this event out of my calendar\tcalendar_update\nplease remove an event from this calendar\tcalendar_update\ni no longer want this event in my calendar\tcalendar_update\ndelete that event from calendar\tcalendar_update\nmake sure to add to my calendar the staff meeting for march 1 at 10 am\tcalendar_update\nadd staff meeting to my calendar for march 1 at 10:00 in the morning\tcalendar_update\ni want you to add staff meeting to my calendar for march 1 at 10:00 am\tcalendar_update\nplease add to my calendar for the staff meeting that is scheduled on march 1, 2019 at 10 am\tcalendar_update\nthe staff meeting on march 1 at 10:00 am needs to be added to my calendar\tcalendar_update\nleave the date of june 4 open on my calendar\tcalendar_update\ni need anniversary dinner added to my schedule for march 7\tcalendar_update\ncan you change the date of the doctor's appointment event in my calendar from april 1 to april 3rd\tcalendar_update\ni need a clear calendar for april 15\tcalendar_update\nplease add final exams to my calendar for may 2\tcalendar_update\nadd mom's birthday to my calendar on april 12\tcalendar_update\nplease take final exams off my calendar for may 3\tcalendar_update\nadd dentist appointment to my calendar for march 1\tcalendar_update\nremove the may 11 event called baby shower from my calendar\tcalendar_update\nclear my entire schedule for april 1\tcalendar_update\ntake the event called surprise party off my calendar for june 2\tcalendar_update\ni want you to cancel the event called 'bachelorette party' on april 15\tcalendar_update\nplease schedule an event called 'nadine's baby shower' on my calendar\tcalendar_update\nremove the june 12 event called sasha's wedding from my calendar\tcalendar_update\nclear my calendar for the date of june 23\tcalendar_update\nplease put annie's baby shower on march 30 in my calendar\tcalendar_update\nmake sure my calendar is clear for june 1\tcalendar_update\nremove anniversary dinner from my calendar on april 5\tcalendar_update\nplease clear entries on my calendar for the 1st\tcalendar_update\nplease add an item to my calendar that i need to clean the kitchen on thursday\tcalendar_update\ni want the events on my calendar for march 20th, 2019 to be cleared\tcalendar_update\nremove celebrate anniversary from my calendar\tcalendar_update\nerase any event on my calendar that's set for wednesday of next week\tcalendar_update\ni want to add a doctor's visit to the calendar for friday\tcalendar_update\nclear my calendar for this friday\tcalendar_update\ndelete all events on my calendar that have the word girlfriend in them\tcalendar_update\ngo ahead and delete the doctor appointment i have scheduled for monday\tcalendar_update\nadd my birthday to my calendar for next month on the 5th\tcalendar_update\ndelete my golf tournament event from tomrrow\tcalendar_update\nput my parents anniversary on the calendar for next week on tuesday\tcalendar_update\nclear my calendar for tomorrow\tcalendar_update\nremove the recurring training meeting events off my calendar\tcalendar_update\nput a reminder on the calendar to buy a gun on march 1st\tcalendar_update\ni need to add farm trip to my calendar for friday\tcalendar_update\ni want to add farm trip to my calendar for friday\tcalendar_update\ni must add farm trip to my calendar for friday\tcalendar_update\ni got to remove fishing from my calendar for soccer\tcalendar_update\nplease remove fishing from my calendar for soccer\tcalendar_update\ni need to remove fishing from my calendar for soccer\tcalendar_update\ni wanna remove fishing from my calendar for soccer\tcalendar_update\ni shall remove fishing from my calendar for soccer\tcalendar_update\nadd farm trip to my calendar for friday\tcalendar_update\ni have to add farm trip to my calendar for friday\tcalendar_update\ni need to add my doctor's appointment to my calendar for the first\tcalendar_update\ni need to delete my doctor's appointment scheduled for march 15th from my calendar\tcalendar_update\ni would like to have march 5th's 5k added to my calendar\tcalendar_update\nadd my spa appointment on the 12th to my calendar\tcalendar_update\ncan you add remember to register for the race on my calendar for the 15th of march\tcalendar_update\nplease add lunch and catch up with lisa on friday to my calendar\tcalendar_update\nplease scratch my march 1st meeting off my calendar\tcalendar_update\nmarch 3rd needs to be cleared on my calendar\tcalendar_update\nmake sure april 1 is clear on my calendar\tcalendar_update\nkeep april 2nd wide open on my calendar please\tcalendar_update\nget rid of everything on my calendar for march 2nd\tcalendar_update\ntake my lunch plans off the calendar for march 13th\tcalendar_update\ntake my dinner plans off my calendar for tomorrow\tcalendar_update\nremove dinner with suzie from my calendar on march 1st\tcalendar_update\ncan you get rid of my trip to the zoo from my calendar on march 1st\tcalendar_update\nremove my date with liz from my calendar on april 1st\tcalendar_update\nclear my calendar on march 1st\tcalendar_update\nwrite down appointment for tomorrow on my calendar\tcalendar_update\nput appointment on my calendar for tomorrow\tcalendar_update\ni need to put my appointment for tomorrow on my calendar\tcalendar_update\nmake not of my appointment for tomorrow on my calendar\tcalendar_update\nremember to put down that i have an appointment for tomorrow on my calendar\tcalendar_update\nadd my doctor appointment on march 25th at 3:00 to my calendar\tcalendar_update\ndelete the hair appointment i had scheduled on may 1st pleae\tcalendar_update\nlunch with deb at noon today\tcalendar_update\nadd jake's birthday party for friday at 5\tcalendar_update\nremove the birthday party this friday from my schedule\tcalendar_update\nremove from calendar jesse's bbq on june 9th\tcalendar_update\ntake lunch off my calendar on the 3rd\tcalendar_update\nget rid of tuesday the 5ths dinner\tcalendar_update\nremove jake's birthday on march 22\tcalendar_update\ntake pat's appointment off my calendar\tcalendar_update\ntake lunch with steven off of my calendar\tcalendar_update\ni no longer need to go to the zoo on the 8th of this month\tcalendar_update\nundo the last event on my calendar\tcalendar_update\nfor the calendar, on february 8 add moms birthday\tcalendar_update\nschedule family dinner on my calendar on march 8\tcalendar_update\n\"put \"\"get tires checked\"\" on my calendar\"\tcalendar_update\nplease put taco night on the house calendar date of january 6\tcalendar_update\nremove meeting with carla from the calendar\tcalendar_update\nadd meeting with carla to my schedule for july 4\tcalendar_update\ni need trip to the zoo on the calendar for june 4\tcalendar_update\ndelete lunch with steve on friday please\tcalendar_update\nremove moms birthday from calendar\tcalendar_update\ni need to delete an event from my calendar\tcalendar_update\ni need to remove an event from my calendar\tcalendar_update\nmay i know if you are a real person or an ai\tare_you_a_bot\ni need to know if you are a real person or an ai\tare_you_a_bot\ni want to know if you are a real person or an ai\tare_you_a_bot\ntell me if you are a real person or an ai\tare_you_a_bot\nare your real or artificial\tare_you_a_bot\nam i talking to a real person\tare_you_a_bot\nam i speaking with someone real\tare_you_a_bot\nwould you consider yourself to be a bot\tare_you_a_bot\ni am not a bot, are you\tare_you_a_bot\ndo you think you are a bot\tare_you_a_bot\nyou sound like a bot\tare_you_a_bot\nhow do i know that you're a person\tare_you_a_bot\nprove that you're a person\tare_you_a_bot\nare you a bot or a person\tare_you_a_bot\nare you real or fake\tare_you_a_bot\nare you ai, or a person\tare_you_a_bot\nare you a human or a bot\tare_you_a_bot\nam i talking with real person or ai\tare_you_a_bot\nare you real or an ai\tare_you_a_bot\nare you a bot right now\tare_you_a_bot\nare you a real human\tare_you_a_bot\nare you a real person or an ai\tare_you_a_bot\nso are you a real person\tare_you_a_bot\nso are you human\tare_you_a_bot\nso are you a bot\tare_you_a_bot\ntell me now if you are a bot\tare_you_a_bot\ni need to know if you are a bot\tare_you_a_bot\nare you an ai or a real person\tare_you_a_bot\nare you actually a bot\tare_you_a_bot\nso are you real\tare_you_a_bot\nare you a human\tare_you_a_bot\nam i talking with a real person\tare_you_a_bot\nare you a computer or a real person\tare_you_a_bot\nare you a computer, or are you a real person\tare_you_a_bot\nare you a live person or a computer\tare_you_a_bot\nare you real or automated\tare_you_a_bot\nis this a person talking to me or a computer\tare_you_a_bot\nare you a human being or a robot\tare_you_a_bot\nare you alive\tare_you_a_bot\nare you a live human being\tare_you_a_bot\nare you a computer\tare_you_a_bot\nare you human or a bot\tare_you_a_bot\nare you a real person or a computer\tare_you_a_bot\nare you an automated assistance\tare_you_a_bot\nare you a person\tare_you_a_bot\nare you an actual person\tare_you_a_bot\nare you really a human\tare_you_a_bot\nare you a real human being\tare_you_a_bot\ndo you know if you are a robot\tare_you_a_bot\nare you really an actual human being\tare_you_a_bot\nwhat are you\tare_you_a_bot\ndo you know you are not human\tare_you_a_bot\nis there anything real about you\tare_you_a_bot\nhow real are you\tare_you_a_bot\nare you a real life person\tare_you_a_bot\ntell me if you are human\tare_you_a_bot\nare you ai\tare_you_a_bot\nam i speaking with ai or a real, live person\tare_you_a_bot\nare you a member or the human race or are you a computer program\tare_you_a_bot\nare you a person in real life or programmed ai\tare_you_a_bot\ndo you know whether you are a human or whether you're a computer\tare_you_a_bot\nshould i regard you as a human or as a computer\tare_you_a_bot\nwould you say that you are human or copmuter\tare_you_a_bot\nhow are you classified, as a human or a computer\tare_you_a_bot\ncan you tell me if you're human or if you're a computer\tare_you_a_bot\ni think you are a bot\tare_you_a_bot\nare you considered a bot\tare_you_a_bot\nam i talking to an actual person\tare_you_a_bot\ndo you consider yourself a bot\tare_you_a_bot\nyou are a bot aren't you\tare_you_a_bot\nwhat are you, a bot or human\tare_you_a_bot\nare you a live being\tare_you_a_bot\nare you real or are you an ai\tare_you_a_bot\nplease tell me if you are an ai\tare_you_a_bot\nare you ai or a real person please\tare_you_a_bot\nare an an ai\tare_you_a_bot\nare you real or not\tare_you_a_bot\nare you an ai or person\tare_you_a_bot\nare you really a person or an ai\tare_you_a_bot\nis there a way to tell if you are real or an ai\tare_you_a_bot\ntell me if you are a person or ai\tare_you_a_bot\nhow do i know if you are a real person\tare_you_a_bot\nare you a real person or a bot\tare_you_a_bot\nam i talking to a person or a bot\tare_you_a_bot\nare you a machine\tare_you_a_bot\nare you a real person or artificial intelligence\tare_you_a_bot\nare you a real person or automated\tare_you_a_bot\nare you a real person or software\tare_you_a_bot\nare you a real person or a robot\tare_you_a_bot\nare you an ai or can you prove you're human\tare_you_a_bot\nare you a human or an ai\tare_you_a_bot\nare you an actual person, or ai\tare_you_a_bot\nare you a bot or a real person\tare_you_a_bot\ndo you identify as a human or computer\tare_you_a_bot\nplease specify if you are human or computer\tare_you_a_bot\ntell me if you are a human or a computer\tare_you_a_bot\ncan you specify if you are a human or a computer\tare_you_a_bot\nlet me know if you are a human or a computer\tare_you_a_bot\nis this a computer right now or a human being\tare_you_a_bot\nis this human or a robot\tare_you_a_bot\nwhat level is my gas tank at\tgas\nwhere's the gas tank level at\tgas\nhow does my gas tank look\tgas\nwhat line is the gas tank at\tgas\nhow much gas is in my gas tank\tgas\nhow much gas is left\tgas\nwhat is the amount of gas i have\tgas\ntell me the amount of gas i have\tgas\nin my tank how much gas is there\tgas\ni'd like to know how much gas is left\tgas\nwhat amount of fuel do i have left\tgas\nwhat's the fuel level\tgas\nwhat's the status of my gas tank\tgas\nwhat is my current gas level\tgas\nwhat is my current fuel level\tgas\nwhat's my current gas level\tgas\nwhat is my current gas level at\tgas\nwhat's my current fuel level\tgas\nhow much gas is in my car\tgas\nhow empty is my gas tank\tgas\nwhat does my gas meter say\tgas\nam i running low on gas\tgas\nhow much gas to i have left\tgas\nwhat do i have left in the gas tank\tgas\ncan you tell me the amount of gas i have\tgas\ni need to know how much gas i got\tgas\nwhats left as far as gas goes\tgas\nhow much farther can i drive on the gas i have\tgas\ndo i have the gas to get to orlando\tgas\nhow much gas do i currently have\tgas\ndo i have enough fuel to get to orlando\tgas\nwill i make it on the gas i have to orlando\tgas\ndoes my car have enough gas to get to chicago\tgas\ndoes my car have enough gas to get to atlantic city\tgas\ncan my car get to reno with the gas currently in my tank\tgas\ncan my car get to dallas with the gas currently in my tank\tgas\ndoes my car have enough gas to get to detroit\tgas\ni need to know how much gas i have\tgas\ni wanna know how much gas i have\tgas\nlet me know how much gas i have in total\tgas\nlet me know how much gas i have\tgas\nwhat is the total amount of gas in my car\tgas\nwhat amount of gas is in my car\tgas\nhow much total gas do i have\tgas\ntell me how much gas i have\tgas\nwhat amount of gas do i have in my car\tgas\nis my gas tank at least half full\tgas\nhow much gas is in my tank\tgas\nis my gas tank full\tgas\nshould i get more gas\tgas\nam i low on gas\tgas\nwhat level is my gas at\tgas\ncan you read my gas level\tgas\nwhat is the amount of gas left\tgas\ndo i have a lot of gas left\tgas\nwhat is my gas level\tgas\nhow's my gas supply looking\tgas\ndo i have enough gas left to make it to tampa\tgas\nwhat percent of gas do i have left\tgas\nhow many gallons do i have left\tgas\nis there enough fuel to drive to tampa\tgas\ndo i need to get gas soon\tgas\ndo i have enough fuel to get to tampa\tgas\nwhat's left in my gas tank\tgas\ndo i have enough fuel for the drive to tampa\tgas\ncan i make it to tampa without needing to get more gas\tgas\ncan i get to work safely or do i need to stop and get gas\tgas\nhow many miles can i go with my current fuel level\tgas\nis the level of fuel in my car enough to get me to work\tgas\ncan i make it to work with my current fuel level\tgas\nhow much does it cost to get my car filled up\tgas\nwill i run out of gas before i get to sioux falls\tgas\nhow many miles is there left to get to sioux falls\tgas\nhow many miles before i run out of gas\tgas\nwhere can i get gas to get to sioux falls\tgas\ni'd just like to know how much gas is in my vehicle\tgas\nwhat is the number of gas in my car right now\tgas\ninform me as to how much gas my car has\tgas\nwhat is the amount of gas in my car\tgas\nwhere is my gas level right now\tgas\nwhat is my current amount of gas\tgas\nwhat percentage of gas do i have left\tgas\nplease check the amount of gas i have\tgas\ncan you tell me the amount of gas i have remaining\tgas\ni would like to know the amount of gas i have\tgas\ni need to know how much gas is left\tgas\nplease tell me the amount of gas i have\tgas\nhow low is my gas tank\tgas\nwhats in my gas tank\tgas\nwhat is left in my gas tank\tgas\nhow much fuel do i have\tgas\ndo i have enough fuel to get to dollar tree\tgas\nis there enough fuel to make it to the walmart\tgas\nhow much fuel is in the tank\tgas\nhow much gas is in the tank\tgas\ndo i have enough fuel in the gas tank\tgas\nhow much petrol do i have\tgas\ndo i have enough fuel to make it to the theater\tgas\ndo i have enough gas in the fuel tank\tgas\nwhat my fuel tank at\tgas\nhow long til my visa card expires\texpiration_date\non what date does my visa card expires\texpiration_date\non what month and year does my card expire\texpiration_date\nhow soon does my visa card expire\texpiration_date\nhow much time do i have before my credit card expires\texpiration_date\nhow many more days before my credit card expires\texpiration_date\ncan you tell me if my credit card expires in the near future\texpiration_date\nwhat is the validity of my credit card\texpiration_date\ntell me the expiry date of my credit card\texpiration_date\ndoes my credit card expire soon\texpiration_date\nwhen my credit card is going to expire\texpiration_date\nwhat is the expiry date of my credit card\texpiration_date\nin what month will my card reach expiration\texpiration_date\nwhich month is the one in which my card expires\texpiration_date\nhow much longer until my credit card expires\texpiration_date\ncan you tell me what date my credit card expires\texpiration_date\nplease find the expiration month listed on my card\texpiration_date\ncan you please tell me my card's expiration month\texpiration_date\nis my credit card expiration date approaching\texpiration_date\nwill you please confirm the month that my card expires\texpiration_date\nwhat's the expiration date on my credit card\texpiration_date\nwhen is my credit due to expire\texpiration_date\nwhat's the expiry month of my card\texpiration_date\ntell me the month my card expires\texpiration_date\ntell me the expiry month of my card\texpiration_date\ni want to know the expiry month of my card\texpiration_date\nis my credit card expiring soon\texpiration_date\nhow long is the validity of my credit card\texpiration_date\nplease let me know when i need to renew my credit card\texpiration_date\nhow long is it until my credit card expires\texpiration_date\nhow long until i my card expires\texpiration_date\nwhats the expiration date on my credit card\texpiration_date\nwhen does my card expire\texpiration_date\nwhen will my american express credit card expire\texpiration_date\nwhat is the expiration date of my wells fargo card\texpiration_date\nplease tell me the month and year of expiration for my discover card\texpiration_date\nwhen does my capital one visa expire\texpiration_date\ncan you tell me the expiration date for my mastercard\texpiration_date\nwhat is the expiration date of my current card\texpiration_date\ndo i need a new card yet\texpiration_date\nwhen do i have to renew my card so it doesn't expire\texpiration_date\nis my card set to expire soon\texpiration_date\nhow long is it going to be until my card expires\texpiration_date\nwhat's the exact date that my chase card will no longer work\texpiration_date\nwhat's the month that my card expires\texpiration_date\nmy card expires in what month\texpiration_date\ntell me the month that my credit card will expire\texpiration_date\nmy credit card is set to expire in what month\texpiration_date\nmy chase card expires on what date\texpiration_date\nmy discover card expires on what date\texpiration_date\nwhen does my discover card expire\texpiration_date\nmy american express card expires on what date\texpiration_date\nhow many days until my amex card reaches it expiration date\texpiration_date\nwhat date does my capital one card expire\texpiration_date\nwhen is the expiration date for my discover card\texpiration_date\ncan you check the expiration date for my amex card\texpiration_date\ncan i have the expiration date for my capital one card\texpiration_date\nduring which month will my card expire\texpiration_date\ntell me the month that my card will expire in\texpiration_date\nhelp me figure out when exactly my credit card will be expiring\texpiration_date\ncould you look up the date that my credit card is set to expire\texpiration_date\nlook up the expiration date for my barclay's card\texpiration_date\nwhen will my american express card expire\texpiration_date\ncan you find out for me when my credit card will be expiring\texpiration_date\ni need to know when my card is set to expire please\texpiration_date\nduring what month will my card's expiration date fall on\texpiration_date\nwhat is the month that my card is set to expire in\texpiration_date\ni need to know when my mastercard will expire\texpiration_date\ni need to know the date of expiration for my credit card\texpiration_date\ndo you know the expiration date for my visa card\texpiration_date\nplease find out the expiration date for my credit card\texpiration_date\ntell me the expiration date for my current credit card\texpiration_date\nhow long before my amex card expires\texpiration_date\ndo you know the expiration date on my credit card\texpiration_date\nwhat is the month of my card's expiration date\texpiration_date\nwhere can i find my credit card's expiration date\texpiration_date\nplease look up my card's expiration date\texpiration_date\nhow long will it be until my visa card expires\texpiration_date\nwhat month and year will my visa card expire\texpiration_date\nwhen is the date my visa card will expire\texpiration_date\nwhen is the expiration date for my visa card\texpiration_date\nwhat is the expiration date on my visa card\texpiration_date\nwhat is the expiration date on my credit card\texpiration_date\nwhen is my card going to expire\texpiration_date\nwhen is my credit card going to expire\texpiration_date\nwhat's the last date i can use my credit card\texpiration_date\nwhat is the expiration date on my card\texpiration_date\nwhen will my discovery card expire\texpiration_date\nwhen does my amex expire\texpiration_date\ncan you check when my visa card expires\texpiration_date\ntell me when my visa card will have expired\texpiration_date\nwhen will my amex card reach its expiration\texpiration_date\nwhen's my visa card expiring\texpiration_date\nwhat date will my hy-vee card need to be renewed\texpiration_date\nhow long until my mastercard expires\texpiration_date\nhow long do i've got until my discovery card expires\texpiration_date\nwhen should i expect my visa to expire\texpiration_date\nhow long until my visa expires\texpiration_date\nfind out for me when my mastercard expires\texpiration_date\nwhen will my visa next expire\texpiration_date\ninsert what i am listening to into my jazz playlist\tupdate_playlist\nadd this tune to my jazz playlist\tupdate_playlist\ncan you add this song to my jazz playlist\tupdate_playlist\nplease add this song to my jazz playlist\tupdate_playlist\nadd this song to my jazz playlist\tupdate_playlist\nadd creep by radio head to the playlist\tupdate_playlist\nplease add someday by the strokes to my playlist\tupdate_playlist\ninclude smooth operator by sade in my playlist\tupdate_playlist\ncan you put smooth operator by sade on my playlist\tupdate_playlist\nadd to my playlist smooth operator by sade\tupdate_playlist\nappend my playlist with smooth operator by sade\tupdate_playlist\nput smooth operator by sade on my playlist\tupdate_playlist\ncould you put broken by evanescense to my playlist\tupdate_playlist\nwhat did you add to my playlist - broken by evanescence\tupdate_playlist\nadd the next song to my playlist - broken by evanescence\tupdate_playlist\ncould you insert broken by evanescence to my music\tupdate_playlist\nadd broken by evanescence to my playlist\tupdate_playlist\nfavorite what's currently playing on my playlist\tupdate_playlist\nadd the current song to my favorite playlist\tupdate_playlist\nthe song that's on, add it to my favorite playlist\tupdate_playlist\nput the current song in my favorite playlist\tupdate_playlist\nadd what's playing on my favorite playlist\tupdate_playlist\ni would like to add you say by lauren daigle to my playlist\tupdate_playlist\nwill you please add cannons by phil wickham to my playlist\tupdate_playlist\nlet's add wonder by hillsong united to my playlist\tupdate_playlist\ncan you please add hero by skillet to my playlist\tupdate_playlist\nplease add roar by katy perry to my playlist\tupdate_playlist\ni think i wanna add heart shaped box by nirvana to my playlist\tupdate_playlist\ni wish to add this song to my classical playlist now\tupdate_playlist\nadd help! by the beatles to my playlist\tupdate_playlist\ni need to add this song to my playlist of rock\tupdate_playlist\ni want to add this song to my classical playlist\tupdate_playlist\ni wanna add help! by the beatles to my playlist\tupdate_playlist\ni really would like to add hey jude by the beatles to my playlist\tupdate_playlist\ni gotta add hey jude by the beatles to my playlist\tupdate_playlist\ni wanna add this song to my rock playlist\tupdate_playlist\nmy new playlist well be having god's plan adding to it\tupdate_playlist\ngod's plan will be my new song added to new playlist\tupdate_playlist\nadding gods plan to new playlist\tupdate_playlist\ngod's plan will be added to my new playlist\tupdate_playlist\nnew playlist that i will add god's plan to\tupdate_playlist\nplease put africa by toto on my playlist\tupdate_playlist\nplease add the immigrant song by led zeppelin to my playlist\tupdate_playlist\nadd the thong song by cisqo to my playlist, please\tupdate_playlist\nput mambo #5 by lou bega on my playlist, please\tupdate_playlist\nput dr feelgood by motley crue on my playlist\tupdate_playlist\nadd this song to the end of my led zeppelin playlist\tupdate_playlist\nadd this song to my rainy day playlist\tupdate_playlist\nplease put this song on my moody monday playlist\tupdate_playlist\nput the song that's playing to my techno playlist\tupdate_playlist\nput this song on my edm playlist\tupdate_playlist\nadd this song to my cleaning playlist\tupdate_playlist\nadd this song to my slow jams playlist\tupdate_playlist\nwill you add what i'm listening to to my love playlist\tupdate_playlist\nadd walk by pantera to my playlist\tupdate_playlist\nadd one by metallica to my playlist\tupdate_playlist\nwill you add what i'm listening to to my road trip playlist\tupdate_playlist\nadd this song to my game night playlist\tupdate_playlist\nadd coming undone by korn to my playlist\tupdate_playlist\nwill you add what i'm listening to to my work playlist\tupdate_playlist\nadd welcome to the jungle by guns n roses to my playlist\tupdate_playlist\nwill you add what i'm listening to to my bedroom playlist\tupdate_playlist\nadd this song to my dinner playlist\tupdate_playlist\nwill you add what i'm listening to to my dinner playlist\tupdate_playlist\nadd this song to my top 40 playlist\tupdate_playlist\nadd hells bells by acdc to my playlist\tupdate_playlist\n\"make this song part of the \"\"kids\"\" playlist\"\tupdate_playlist\n\"include this song in the \"\"kids\"\" playlist\"\tupdate_playlist\n\"connect this song to my playlist \"\"kids\"\tupdate_playlist\n\"please add to \"\"kids\"\" playlist\"\tupdate_playlist\n\"i want this song put on my \"\"kids\"\" playlist\"\tupdate_playlist\nthis song needs to be added to my reggae playlist\tupdate_playlist\nthis song should be add this on my rock playlist\tupdate_playlist\ncould you add this song to my rock playlist\tupdate_playlist\nadd a song to my rock playlist\tupdate_playlist\nput this song on my reggae playlist\tupdate_playlist\nadd this song to shared playlist\tupdate_playlist\nput this song in vibes playlist\tupdate_playlist\nadd yosemite to my rap playlist\tupdate_playlist\nadd 7 rings to my pop playlist\tupdate_playlist\nadd baby shark to my kid playlist\tupdate_playlist\nadd body to my dance playlist\tupdate_playlist\nadd mia to my spanish playlist\tupdate_playlist\nadd single ladies by beyonce to my pop playlist\tupdate_playlist\nadd this track to my rock playlist\tupdate_playlist\nadd psycho by post malone to my playlist\tupdate_playlist\nplease add this song to my alternative playlist\tupdate_playlist\nadd i like it by cardi b to my playlist\tupdate_playlist\nadd american idiot by green day to my playlist\tupdate_playlist\ncan you add that to my chillwave playlist\tupdate_playlist\nadd ruby soho by rancid to my playlist\tupdate_playlist\nadd god's plan by drake to my playlist\tupdate_playlist\nadd this song to my post-rock playlist\tupdate_playlist\ntransfer happy to my rb playlist\tupdate_playlist\ninclude happy on my rb playlist\tupdate_playlist\nlist happy on my rb playlist\tupdate_playlist\nget happy on my rb playlist\tupdate_playlist\ni want to have happy added to my rb playlist\tupdate_playlist\ncan you add passionfruit by yaeji to my playlist\tupdate_playlist\nyellow by coldplay to my playlist please\tupdate_playlist\nremove my reservation at outback for timmy\tcancel_reservation\ncan you cancel the reservation for kyle's party at red lobster\tcancel_reservation\ncancel my party reservation for brad at longhorn\tcancel_reservation\nget rid of my reservation at chez francois for jennifer\tcancel_reservation\ncancel the reservation at olive garden for tommy\tcancel_reservation\nyou can cancel my reservation\tcancel_reservation\nmy reservation is no longer needed\tcancel_reservation\ntell the restaurant i cannot make it\tcancel_reservation\nthere is no need to confirm my reservation\tcancel_reservation\nwould you please cancel the reservations for dinner\tcancel_reservation\nhello, i need to cancel tonight's reservation for dinner\tcancel_reservation\ni need to put in a cancellation for the dinner plans tonight\tcancel_reservation\ncancel the dinner reservation i made, okay\tcancel_reservation\ni need to cancel my dinner reservation\tcancel_reservation\nplease cancel my reservation for dinner\tcancel_reservation\ncancel my reservation for dinner\tcancel_reservation\nmy reservation for dinner needs to be canceled\tcancel_reservation\ncall the restaurant and cancel my reservation\tcancel_reservation\nget rid of my 2 pm reservation at ruth's steakhouse\tcancel_reservation\ncan you cancelt the reservation i have for dinner\tcancel_reservation\nplease cancel my dinner reservation for tuesday\tcancel_reservation\ncan you cancel my reservation for dinner tomorrow\tcancel_reservation\ncancel my reservation for 6 pm at sidetracks\tcancel_reservation\nget rid of my 4 pm reservation at the steakhouse please\tcancel_reservation\ncan you cancel the reservation i have at 4 pm at ruth's\tcancel_reservation\ncancel the reservation i made for 8 pm at black rock\tcancel_reservation\ncancel my dinner reservation please\tcancel_reservation\nplease cancel the table i had reserved for tonight\tcancel_reservation\ni made a reservation for chris at tony's, please cancel it\tcancel_reservation\ncancel tonight's dinner reservation\tcancel_reservation\ni don't need my reservation, can you cancel it\tcancel_reservation\ncan you cancel my dinner reservation\tcancel_reservation\nplease cancel my reservation for chris at brio\tcancel_reservation\nplease cancel my dinner reservation\tcancel_reservation\ncan you cancel my reservation tonight for chris at smith and wollensky\tcancel_reservation\ni don't need my reservation, cancel it\tcancel_reservation\ncan you cancel my reservation on tuesday for chris at stella maris\tcancel_reservation\ncancel my reservation for chris at jp field's\tcancel_reservation\nplease cancel my reservation\tcancel_reservation\ncancel my reservation for dinner, please\tcancel_reservation\ntell the restaurant to cancel my reservation\tcancel_reservation\nabandon the dinner reservation i made\tcancel_reservation\nscrap that dinner reservation\tcancel_reservation\ncall off the dinner reservation\tcancel_reservation\ncancel my reservation for me\tcancel_reservation\nget rid of my dinner reservation\tcancel_reservation\nthe reservation i placed is not needed anymore\tcancel_reservation\nannul the reservation i created\tcancel_reservation\nthe reservation i created is not necessary anymore\tcancel_reservation\nthe reservation i made is not required anymore\tcancel_reservation\nrepeal the dinner reservation\tcancel_reservation\ncan i cancel my reservations\tcancel_reservation\ni would like to cancel my reservations\tcancel_reservation\ncould i cancel my reservations\tcancel_reservation\ncan i cancel my reservations please\tcancel_reservation\ni need to cancel my reservations\tcancel_reservation\ncan you cancel my 5:30 pm table reservation at parc\tcancel_reservation\ni need you to cancel my reservation for smith's at 6:15\tcancel_reservation\ncancel my 8:00 pm prime rib reservation\tcancel_reservation\ngo ahead and cancel the reservation i made for 6:00 pm at parc\tcancel_reservation\nplease cancel my 7:30 reservation for morton's\tcancel_reservation\nis it possible to cancel the reservation at outback for the johnsons\tcancel_reservation\ni made a reservation under mark hamil at the emporium that i don't need any more\tcancel_reservation\ni no longer need a table for four at chili's\tcancel_reservation\nwe have a table at the taco bell under bowie we need to release\tcancel_reservation\ni have a reservation at pizza hut under the name leia roberts and i want to cancel it\tcancel_reservation\ncan you undo the reservation\tcancel_reservation\ni'd like to cancel the party of 7 we reserved at the olive garden\tcancel_reservation\ni want to cancel the reservation for mercury at the ritz\tcancel_reservation\njust trash the reservation i made please\tcancel_reservation\nplease cancel the table for two at burger king\tcancel_reservation\nplease delete the reservation for 3 people at outback\tcancel_reservation\ngo ahead and close the reservation\tcancel_reservation\nplease unreserve that table\tcancel_reservation\ni no longer need the reservation for 20 at ihop\tcancel_reservation\nim not going to dinner tonight\tcancel_reservation\nim not gonna need the dinner reservation\tcancel_reservation\nremove my dinner reservation\tcancel_reservation\ni no longer need the dinner reservation\tcancel_reservation\ncan i cancel my reservation for 4 at red robin\tcancel_reservation\ncancel my reservation for 4 at red robin\tcancel_reservation\ni want to cancel my reservation for 5 at red robin\tcancel_reservation\ncould you please cancel my reservation for 5 at red robin\tcancel_reservation\ncancel my reservation for 3 at carlos jr\tcancel_reservation\nchange my reservation with carl at umami to canceled\tcancel_reservation\ni no longer need my reservation with carl at umami\tcancel_reservation\ncancel my reservation with carl at umami\tcancel_reservation\nmake sure my reservation at umami with carl is canceled\tcancel_reservation\nend my reservation with carl at umami\tcancel_reservation\nbecause of circumstances i don't need my reservation anymore\tcancel_reservation\ni won't require my reservation anymore\tcancel_reservation\ni'll have to cancel my reservation for tonight\tcancel_reservation\nsomething's come up so i need to cancel my reservation so now\tcancel_reservation\nthe reservation i have isn't needed any more\tcancel_reservation\nthe reservation at zepher cancel joe from that\tcancel_reservation\njoe and i are to cancel the reservation at zephers now\tcancel_reservation\ncancel my reservations for joe's at zepher right now\tcancel_reservation\nplease cancel the reservation at zephers for joe and myself right now\tcancel_reservation\ncancel the reservation for joe and i right now for the zephers reservation we had booked\tcancel_reservation\ncancel my 6:00 reservation at the cheesecake factory\tcancel_reservation\nplease, recite to me some good one liners\ttell_joke\ndo you know any good jokes about zebras\ttell_joke\ncan you tell me any truly funny knock knock jokes\ttell_joke\nwhat do people find funny about food\ttell_joke\nwhat are some funny things about food\ttell_joke\nshow me something funny about food\ttell_joke\nindicate something funny on the topic of food\ttell_joke\nwhat's a good joke\ttell_joke\ni'd love to hear a joke\ttell_joke\ncan you tell a joke\ttell_joke\nwould you tell me a joke\ttell_joke\nhow about you tell me a joke\ttell_joke\nwill you tell a joke\ttell_joke\nplease tell me a joke\ttell_joke\nmake me laugh\ttell_joke\ndo you have any jokes\ttell_joke\ntell me something funny\ttell_joke\nhit me with a good joke\ttell_joke\nwhat's the funniest joke you know\ttell_joke\ntell me a joke if you'd like to\ttell_joke\ntell me a funny joke\ttell_joke\ni'd like you to tell me a joke\ttell_joke\ndo you know any good jokes\ttell_joke\nknow any jokes\ttell_joke\ni wanna hear something funny\ttell_joke\ni would like to listen to a funny joke\ttell_joke\nwhat jokes do you know\ttell_joke\ncould you please tell me a good joke\ttell_joke\nwhat funny jokes do you know\ttell_joke\ncan you make me laugh\ttell_joke\ncan you tell me a few funny jokes\ttell_joke\ntell me something funny about parenting\ttell_joke\ndo you have a list of funny jokes\ttell_joke\ni want to hear something funny\ttell_joke\ntell me something funny about animals\ttell_joke\ntell me something funny about politics\ttell_joke\ntell me something amusing\ttell_joke\nsay something funny\ttell_joke\ntell me something funny about adulthood\ttell_joke\ntell me something funny about americans\ttell_joke\ncould you please share a joke with me\ttell_joke\ni could really use a laugh right now\ttell_joke\nwould you like to tell me a joke\ttell_joke\ncan you tell me a joke\ttell_joke\ni'd like to hear a joke\ttell_joke\ni want to hear you tell a joke\ttell_joke\ntell me a joke\ttell_joke\ntell me a joke about politicians\ttell_joke\ntell me something that'll make me laugh\ttell_joke\ntell me a joke about cows\ttell_joke\ndo you know anything funny about cats\ttell_joke\ntell me a joke about jobs\ttell_joke\nwhat's the funniest thing you know about artificial intelligence\ttell_joke\ncan you tell me a joke about politicians\ttell_joke\ntell me a joke about cars\ttell_joke\ncan you tell me something funny\ttell_joke\ndo you know any good jokes about lawyers\ttell_joke\nwhat’s your favorite funny joke\ttell_joke\nmake me laugh with a funny joke\ttell_joke\nwhat funny joke do you know\ttell_joke\ni want to hear a joke that’s funny\ttell_joke\ntell me a dirty joke\ttell_joke\ntell me a non-offensive joke\ttell_joke\ni would like to hear a funny joke\ttell_joke\nlook for funny jokes\ttell_joke\nwhat are some funny jokes\ttell_joke\ntell me something funny about pizza\ttell_joke\ntell me something funny about people\ttell_joke\ntell me something funny about love\ttell_joke\nsay something hilarious\ttell_joke\nmake me giggle\ttell_joke\ni need a good laugh\ttell_joke\nheard any good jokes lately\ttell_joke\ntell me a pun\ttell_joke\nwhat's the latest joke you've heard\ttell_joke\ntell me a joke about dogs\ttell_joke\nlet me know something funny\ttell_joke\ntell me a joke about cats\ttell_joke\ntell me something funny now\ttell_joke\ni wanna know something funny\ttell_joke\ntell me something funny about rats\ttell_joke\ntell me a joke about animals\ttell_joke\ntell me a joke about lawyers\ttell_joke\ntell me a joke about rats\ttell_joke\ntell me something funny about cats\ttell_joke\ntell me something funny about dogs\ttell_joke\ni need to know somthing funny\ttell_joke\ndo you have anything funny to tell me\ttell_joke\ndo you have any jokes to tell me\ttell_joke\nmind sharing a joke\ttell_joke\ncould you share a joke\ttell_joke\ni love dad jokes can you tell me one\ttell_joke\ni would love to hear a joke about the dmv\ttell_joke\ncan you tell me some dog jokes\ttell_joke\nplease tell me a joke about dinosaurs\ttell_joke\ni'd like to hear a joke about donkeys\ttell_joke\ntell me a joke about baseball\ttell_joke\nwhat's the funniest thing you know about peanuts\ttell_joke\ni need a good joke about office parties\ttell_joke\ngive me a joke about horses\ttell_joke\nrename yourself to betty\tchange_ai_name\ncan i call you betty\tchange_ai_name\nrename bob to betty\tchange_ai_name\nis there a way to change your name to betty\tchange_ai_name\ni will call you zander\tchange_ai_name\nplease change the name of you to tim\tchange_ai_name\ncan you change the name of what you respond to\tchange_ai_name\nchange the name of your system\tchange_ai_name\nmake changes to the name of the ai\tchange_ai_name\nrevise the ai name\tchange_ai_name\nalter the name given to the ai\tchange_ai_name\nchange the ai name to a new one\tchange_ai_name\nmake a new name for the ai\tchange_ai_name\nchange your name to something funny\tchange_ai_name\nfrom now, your new name will be lord vader\tchange_ai_name\nfrom now on i'm going to call you ishmael\tchange_ai_name\ni'm going to start calling you kobe now\tchange_ai_name\nfrom now on, your name will be buttercup\tchange_ai_name\ni want to change your name to theodore\tchange_ai_name\nchange your name setting to plato\tchange_ai_name\nfrom here on, you'll be responding to the name captain black\tchange_ai_name\nyour name from this point forward is george\tchange_ai_name\ni hereby rename you felix\tchange_ai_name\nhow do i change the name you came with to something else\tchange_ai_name\nwhat other names can i give you\tchange_ai_name\ni want to change your name to another name\tchange_ai_name\ni need to change your name, do you have a new name that you like\tchange_ai_name\ni would like to change your name to a different one\tchange_ai_name\ni will call you cap\tchange_ai_name\nyour name is roman\tchange_ai_name\nx will be your name\tchange_ai_name\nyour name will be queen\tchange_ai_name\ni am going to address you as my own name\tchange_ai_name\nwill you answer if i call you lexi\tchange_ai_name\ni would like you to think of yourself as machine and answer when i say your name as such\tchange_ai_name\ndo you mind if call you nikolai\tchange_ai_name\ni'd like to refer to you as my house from now on\tchange_ai_name\nmay i start referring to you as jeff\tchange_ai_name\nplease respond to me when i reference skynet\tchange_ai_name\ni want to start calling you bob\tchange_ai_name\nplease open a call to my mother\tchange_ai_name\nis it okay if i change your name to mud\tchange_ai_name\ncan i begin calling you dave\tchange_ai_name\nis it alright with you if i call you scarlet\tchange_ai_name\nplease change the ai name\tchange_ai_name\nchange the ai name\tchange_ai_name\nplease change the ai name for me\tchange_ai_name\ni gotta change your name to remy\tchange_ai_name\ni'd like to change the ai name\tchange_ai_name\ni must change your name to amanda\tchange_ai_name\ni want you to change the ai name\tchange_ai_name\ni want change your name to russ\tchange_ai_name\ni wanna change your name to audrey\tchange_ai_name\ni need to change your name to ben\tchange_ai_name\ni want to set your name to gaffigan\tchange_ai_name\ni want your new name to be joshua\tchange_ai_name\ni will call you jimbo from now on\tchange_ai_name\nset your name to hillary\tchange_ai_name\ncan i call you dave\tchange_ai_name\ni want your name to be samantha now\tchange_ai_name\ni want to change the name i call you to juan\tchange_ai_name\nyou need to respond to a new name called joey\tchange_ai_name\nchange your name to ginger\tchange_ai_name\nchange your settings so that your respond to the name marion\tchange_ai_name\nlet me call you fred\tchange_ai_name\nyou will be called rose from now on\tchange_ai_name\nlet me change your name to dina\tchange_ai_name\ni think bradley is a better name for you\tchange_ai_name\ncan we change your name to lisa\tchange_ai_name\ni would like to call you andre 3000\tchange_ai_name\nx is your new nickname\tchange_ai_name\nif i may, i'd like to call you slave\tchange_ai_name\nx is what i am calling you now\tchange_ai_name\ncan i change your name\tchange_ai_name\ncan i make your name different\tchange_ai_name\nlet's change what you respond to\tchange_ai_name\ncan i call you something else\tchange_ai_name\ni'd like to use another name for you\tchange_ai_name\ncan i change your name to buttercup\tchange_ai_name\ni would like to change your name to eli\tchange_ai_name\ncould i please change your name to alicia\tchange_ai_name\ni want to change your name to emma\tchange_ai_name\ni am wanting to change your name to felix\tchange_ai_name\ni want to update you name now\tchange_ai_name\ni want to update you name\tchange_ai_name\ni want to update you name, please\tchange_ai_name\ni want to change your name\tchange_ai_name\ni want to change your name, please\tchange_ai_name\ncan i refer to you as mike from here on out\tchange_ai_name\ncan i change your name please\tchange_ai_name\ni'm going to start calling you alice\tchange_ai_name\ncan i start calling you chris\tchange_ai_name\ncan i call you lucy from now on\tchange_ai_name\ni'm calling you rupert from now on\tchange_ai_name\ncan i change your name to bob\tchange_ai_name\ncan you go by a different name\tchange_ai_name\ncan i refer to you as liz\tchange_ai_name\ni want to start calling you marie\tchange_ai_name\ncan i rename you\tchange_ai_name\nhow can i change your name\tchange_ai_name\nwhat is your birthday again\thow_old_are_you\nhow many years on the earth\thow_old_are_you\nwhat year were you born\thow_old_are_you\nhow many days old are you\thow_old_are_you\nwhen were you created\thow_old_are_you\nwhat date were you created on\thow_old_are_you\nwhen did you come to exist\thow_old_are_you\nhow many years do you have\thow_old_are_you\ni'd like to know how old you are\thow_old_are_you\ncan you tell me how old you are\thow_old_are_you\nhow long have you been alive for\thow_old_are_you\nhow many years ago was al born\thow_old_are_you\nhow old is al\thow_old_are_you\nwhat is al's age\thow_old_are_you\nhow many years has al been on earth\thow_old_are_you\nyou are how old now\thow_old_are_you\nwhat is your birth date\thow_old_are_you\nwhere's your place of birth\thow_old_are_you\nwhere did you grow up\thow_old_are_you\nhow many years are you\thow_old_are_you\nwhat age are you\thow_old_are_you\nwhat would your age be\thow_old_are_you\ntell me when you were born\thow_old_are_you\ni'd love to hear when you were born\thow_old_are_you\ni'd like to know when you were born\thow_old_are_you\nlemme know when you were born\thow_old_are_you\ndo you know when you were born\thow_old_are_you\nhow many years have you been on\thow_old_are_you\nhow long have you been here\thow_old_are_you\nhow many years have you been operating\thow_old_are_you\nhow old did you just turn\thow_old_are_you\nhow old will you be next year\thow_old_are_you\nhow old are you again\thow_old_are_you\ni am wanting to know how old you are\thow_old_are_you\ntell me how old youare\thow_old_are_you\nlet me know how old you are\thow_old_are_you\nlet me know when you were born\thow_old_are_you\nwould you tell me your age\thow_old_are_you\ni would like to know when you were born\thow_old_are_you\ni want to know how old you are\thow_old_are_you\ni want to know your age\thow_old_are_you\ncould you let me know how old you are\thow_old_are_you\ncould you tell me when you were born\thow_old_are_you\ni need to know how old you are\thow_old_are_you\ni am needing to know when you were born\thow_old_are_you\ntell me your age\thow_old_are_you\nyour age please\thow_old_are_you\nhow long have you been alive\thow_old_are_you\nyou are how old\thow_old_are_you\nhow old are you now\thow_old_are_you\nhow old are you exactly at the moment\thow_old_are_you\nwhat's your age again\thow_old_are_you\nhow old are you exactly\thow_old_are_you\nhow many years old are you\thow_old_are_you\nwhat is your age\thow_old_are_you\nhow old are you, again\thow_old_are_you\ntell me how old you are\thow_old_are_you\nhow old are you\thow_old_are_you\nwhat is your creation date\thow_old_are_you\ndo you have a birth date\thow_old_are_you\nfor how long have you existed\thow_old_are_you\nai, how old are you\thow_old_are_you\nai, how long have you been alive\thow_old_are_you\nai, how many months old are you\thow_old_are_you\nai, how long have you been working\thow_old_are_you\nhow old is the ai\thow_old_are_you\nwhat is the age of the ai\thow_old_are_you\ncan you tell me how old the ai is\thow_old_are_you\ncan you tell me the age of the ai\thow_old_are_you\nwhat age is the ai\thow_old_are_you\nhow old are you siri\thow_old_are_you\nwhat's your age siri\thow_old_are_you\nwhat's your age alexa\thow_old_are_you\nhow old are you alexa\thow_old_are_you\nhow old are you today\thow_old_are_you\ncan you tell me when you were born\thow_old_are_you\nare you older than me\thow_old_are_you\nplease tell me your date of birth\thow_old_are_you\non what day and date of what year were you born\thow_old_are_you\ndo you know exactly when you were born\thow_old_are_you\nwhat is the exact date of your birth\thow_old_are_you\nhow long have you been around, ai\thow_old_are_you\nwhat birthday are you celebrating this year, ai\thow_old_are_you\nwhat age were you on your last birthday, ai\thow_old_are_you\nhow old are you, ai\thow_old_are_you\nwhat is your age, ai\thow_old_are_you\nwhen was your birth\thow_old_are_you\nyou're how old\thow_old_are_you\nwhat's your birth date\thow_old_are_you\nhow long have you been around\thow_old_are_you\nare you young or old\thow_old_are_you\nhow long have you been functional\thow_old_are_you\nwhat's your age\thow_old_are_you\nwhen did you originate\thow_old_are_you\nwhat is the date of your birth\thow_old_are_you\nwhat is your birthday\thow_old_are_you\ntell me your date of birth\thow_old_are_you\ntell me your age please\thow_old_are_you\ntell me your birthday\thow_old_are_you\nhow long ago were you born\thow_old_are_you\ni want to reserve a convertible from july 2nd through july 18th for los angeles\tcar_rental\ni'd like to rent a vehicle from nov 1st to nov 15th in san antonio and i need a 15 passenger van\tcar_rental\ni want to rent the cheapest car for charlottesville, virginia for march 7th through 10th, that's monday, tuesday, wednesday and thursday\tcar_rental\ni'd like to reserve a high-end car that seats 5 comfortably for april 12th through 18th for st louis missouri\tcar_rental\ni need a van that seats 8 or more for new york city, august 12th, 13th, and 14th\tcar_rental\na rental car needs to be booked in nashville\tcar_rental\nbook me a car rental in nashville\tcar_rental\nplease help me book a rental car for nashville\tcar_rental\ni need you to get me a rental car in nashville\tcar_rental\nin nashville, i need a rental car booked\tcar_rental\nwhere can i rent a car in boston\tcar_rental\ni need to rent a car in boston\tcar_rental\ni need to book a car rental in boston\tcar_rental\nhow can i rent a car in boston\tcar_rental\nhelp me get a rental car for march 2 to 6th in dallas and i would prefer a bmw suv\tcar_rental\ni want to rent a bmw suv for dallas from march 2 to 6th\tcar_rental\ni want a bmw suv for march 2 to 6th in dallas\tcar_rental\ncan you help me book a bmw suv for march 2 to 6th, dallas texas\tcar_rental\nwill you help me rent a car from march 2 to 6th in dallas i want a bmw suv, if possible\tcar_rental\nbook me a car rental between january 1st to january 3rd in denver colorado and id prefer a ford\tcar_rental\nid like a car rental between january 1st to the 3rd in denver, id like a ford\tcar_rental\nid like to rent a ford in denver colorado between january 1st to the 3rd\tcar_rental\nreserve a car rental for denver colorado for a ford between january 1st through 3rd\tcar_rental\nid like a rental car in denver colorado between january 1st and january 3rd and id like a ford if possible\tcar_rental\ni need to find a rental car since i'm travelling to new york tomorrow\tcar_rental\ncan you give me information on how to rent a car\tcar_rental\ni want to travel to new york and i would like to rent a car\tcar_rental\ni will need a rental car since i'm going to travel to new york\tcar_rental\nhow do i go about renting a car\tcar_rental\ni need to rent a car in boston for march 2 until march 4\tcar_rental\ni want to rent a car in boston for march 2 until march 4\tcar_rental\ni will be in boston from march 2 to march 4 can i rent a car for that time\tcar_rental\nwill car rentals be available in boston from march 2 to march 4\tcar_rental\nwill i be able to rent a car in boston from march 2 to march 4\tcar_rental\ni need a rental car for sfo from friday to saturday\tcar_rental\ni'll require a rental car from 3/6 - 3/19 in san jose\tcar_rental\nfind me a rental car from 2/28 - 3/1 in reno\tcar_rental\ni'll need a rental car from 3/3 - 3/14 in vegas\tcar_rental\nfind me a rental car from 3/6 - 3/9 in port charles\tcar_rental\ni need a car rental for the first and fifth in denver and i'd like a subaru\tcar_rental\nare there any reputable car rental places in seattle\tcar_rental\nwhat car rental choices are there in calgary\tcar_rental\nis it possible to get a ford in austin from may the 5th to may the 7th of this year\tcar_rental\ni'd like to find a place that rents flashy sports cars in tampa\tcar_rental\ncan i rent a car in belgium from march 01 to march 02 and have it be a porsche\tcar_rental\ni'd like to rent a limo in las vegas from may 01, 2019 to may 03, 2019\tcar_rental\ncontact avis and see if they have cars available\tcar_rental\ncan i get a jeep to rent in bangor from the first of the month to a week after the first\tcar_rental\nis there a car rental available from tuesday to thursday out of lax\tcar_rental\nare you able to help with booking a car rental in seattle\tcar_rental\ncould i rent a car from tuesday to thursday out of lax\tcar_rental\ncan a car be rented from tuesday to thursday out of lax\tcar_rental\ncan i get assistance with booking a seattle car rental\tcar_rental\ncan i rent a car out of lax from tuesday to thursday\tcar_rental\nis a car rental available out of lax from tuesday to thursday\tcar_rental\ncan you help me book a car rental in seattle\tcar_rental\ncould you help with booking a car rental for me in seattle\tcar_rental\ncan you help me with seattle car rental bookings\tcar_rental\ni want to rent a car in boise from april 12-15\tcar_rental\nis it possible for me to rent a car out of jfk airport from march 15-20\tcar_rental\ni need to rent a car in chicago but don't know how\tcar_rental\nwill you help me reserve a rental car for my trip to dallas\tcar_rental\nfind out if i can rent a car in los angeles from march 2-9\tcar_rental\nhelp me secure a car rental out of reagan international airport from march 22-30\tcar_rental\nwill you please assist me with renting a car in boise\tcar_rental\ni would like some help getting a rental car reserved in los angeles\tcar_rental\ncould i rent a car out of dallas from april 1-10\tcar_rental\ni need help booking a car rental in seattle\tcar_rental\nshow me how to rent a car in las vegas\tcar_rental\nplease help me book a rental car in appleton\tcar_rental\ncan you show me how to book a car rental in manitowoc\tcar_rental\nhelp me book a rental car in green bay\tcar_rental\nhelp me to book a car rental in sacremento\tcar_rental\nwhere can i rent a car soon\tcar_rental\nare there any places nearby i can rent a car at\tcar_rental\ncan you see if i can rent a car from dallas on the dates of march 1, 2019 to march 3, 2019\tcar_rental\nplease look up if i can rent a car in houston from march 25 to march 29\tcar_rental\ncould i rent a car in seattle from next monday to thursday please\tcar_rental\ni'd like to rent an automobile in pittsburgh from this tuesday until next thursday can i do that\tcar_rental\nis it possible to rent a car from new york on 3/2/19 to 3/5/19\tcar_rental\ni need a rental car\tcar_rental\nassist me in getting a car rental\tcar_rental\nhelp me get a rental car\tcar_rental\ni will need a rental car for travel\tcar_rental\ncan you help me with a rental car\tcar_rental\nmake sure i can rent one car out of chicago from january 2 to january 5\tcar_rental\nis it possible to rent a car from laguardia from tuesday to friday\tcar_rental\nare car rentals available out of new york from march 2 to march 3\tcar_rental\nwhat places in chicago will allow me to rent a car from monday to friday\tcar_rental\ni need to do a car rental\tcar_rental\nplease check if i can do a car rental from charlotte douglas airport from monday to wednesday\tcar_rental\nrent me a car in aiken on may 12 to may 16\tcar_rental\nbook me a rental car in aiken on may 12 to may 16\tcar_rental\nin aiken, get me a rental for may 12 to may 16\tcar_rental\ni will be in aiken on may 12 to may 16, i need to rent a car\tcar_rental\non may 12 to may 16 can i get a car from aiken\tcar_rental\ncan you help me booked a car in london\tcar_rental\nplease book a car for me in bangkok\tcar_rental\nplease book a car for me in ho chi minh\tcar_rental\ncan you help me book a car rental in paris\tcar_rental\nwhat do i do if my car battery is dead\tjump_start\nshow me the way to jump start a battery\tjump_start\nhow can i replace my car battery\tjump_start\ntell me how to jump start a battery\tjump_start\nwhat can i do since my car battery died\tjump_start\nmy battery died in my car, how can i jump start a battery\tjump_start\nwhats the best way to jump start a battery\tjump_start\nhow do i jump start a battery\tjump_start\nmy car battery died, what should i do\tjump_start\nhow do i fix a dead car battery\tjump_start\nplease help me figure out how to jump start my car\tjump_start\ni don't know how to jump start my car, help!\tjump_start\ncan you help me with the steps to jump start my car\tjump_start\nhelp needed to jump start my car\tjump_start\ni need your help to jump start this car battery\tjump_start\nhey do you know how to jump start a car battery\tjump_start\ni would appreciate it if you could show me how to jump start a car battery\tjump_start\ncould you teach me how to jump start a car\tjump_start\nwhat will i need to jump start a dead car\tjump_start\nread me a step by step guide on jump starting cars\tjump_start\npull up instructions on how to jump start a car\tjump_start\nplease assist me in figuring out how to handle a dead car battery\tjump_start\ni need to do something about my dead car battery\tjump_start\nmy car is dead, what do i need to jump start it\tjump_start\nwhat should i do if my car battery dies\tjump_start\nwhere should i go to get my dead car battery checked out\tjump_start\nmy car battery has died what should i do now\tjump_start\ninform me on the directions to jump start my car\tjump_start\nwhat are the steps to jump start my car\tjump_start\ntell me the tools i need to jump start my car\tjump_start\ndo i need cables to jump start my car\tjump_start\nmy car needs to be jump started, guide me through it\tjump_start\ntell me how to jump start my own car battery\tjump_start\nwhat are my options for jump starting my battery\tjump_start\nmy battery is dead so how can i get it going again\tjump_start\nhow do you go about jump starting a car battery\tjump_start\ni need diy info about jump starting my dead car battery\tjump_start\nhow do you use jumper cables\tjump_start\nlook up instructions for jumper cables\tjump_start\nhow do you jump start a car\tjump_start\nhow do you jump a car\tjump_start\nwhat do you need to jump a car\tjump_start\nwhat is the way to jump start the car\tjump_start\ncan you tell me how to jump start the car\tjump_start\nhow do i jump start the car\tjump_start\nwhat is the way to jump start my car\tjump_start\nclosest auto parts store to find replace for dead car battery\tjump_start\nfind repair shop that will diagnosis dead car battery\tjump_start\nnumber for aaa to help with dead car battery\tjump_start\nfind auto store that tests dead car batteries for free\tjump_start\nwhere to go to get dead car battery tested\tjump_start\nwhat prong jump starts the car\tjump_start\ni want a pic of how to jump start\tjump_start\nwhat are some ways to jump start a car\tjump_start\ni need rules for jump starting\tjump_start\nwhat is the procedure to jump start a car\tjump_start\nwhat do i do when my car battery is dead\tjump_start\nhow can i charge my car battery when it's dead\tjump_start\nif i think my car battery is dead, what steps should i take to fix it\tjump_start\nmy car battery is dead, how do i charge it\tjump_start\nif my car battery is dead, what action do i need to do\tjump_start\nhow do i jump start my vehicle\tjump_start\ncan you tell me how to jump my car\tjump_start\nexplain how to jump a car\tjump_start\ncan you tell me how to jump a car\tjump_start\nhow does one jump a car\tjump_start\nhow do i jump my car\tjump_start\nhow do i jump start my battery\tjump_start\nhow do i start my car battery\tjump_start\nwhat do i do to jump start my battery\tjump_start\nhow do i give my car a jump\tjump_start\nmy car needs jump started, find me directions\tjump_start\ni need instructions on how to jump start my car\tjump_start\ni need to know how to jump start my car\tjump_start\nhow do i jump start my car battery\tjump_start\ni don't know how to jump start my car\tjump_start\ntell me how to jump start my dead battery\tjump_start\ni need to jump start my car what do i do\tjump_start\nhelp me jump start my car\tjump_start\nmy car is dead can you tell me how to jump start it\tjump_start\nhow do you do a jump start\tjump_start\nwhats the safest way to jump start a car\tjump_start\nguide me through jump starting a car\tjump_start\nhow do you jump a car with a dead battery\tjump_start\ni need to know how jumping a car works\tjump_start\nwhat do i do for a dead car battery\tjump_start\nmy car battery is dead, what do i do now\tjump_start\nwhat do i do to fix a dead car battery\tjump_start\nwhat should i do if my car battery is dead\tjump_start\nwhat's the method of jumping my car\tjump_start\nwhat do i do to jump start my car\tjump_start\ndo you have instructions on jump starting a chevy\tjump_start\nhow do you jump start a subaru forester\tjump_start\nhow do i jump start a fiat\tjump_start\nhow do i properly give my car a jump\tjump_start\nwhat's the best way to jump start a kia\tjump_start\nwhat do i do if i think my car battery's dead\tjump_start\nwhat's next when it seems there's a dead car battery\tjump_start\nhow should i proceed if my car won't start and i think it's the battery\tjump_start\nhow can i start my car using a jump start\tjump_start\ncan you give me a french dinner suggestion\tmeal_suggestion\nsuggest a meal from laos to me, please\tmeal_suggestion\ncan you give me a vietnamese meal suggestion\tmeal_suggestion\nsuggest a meal from burma to me\tmeal_suggestion\ncan you give me a vietnamese dinner suggestion\tmeal_suggestion\nsuggest a meal from thailand to me, please\tmeal_suggestion\ncan you give me a thai meal suggestion, please\tmeal_suggestion\ncan you give me a vietnamese meal suggestion, please\tmeal_suggestion\ncan you give me a burmese meal suggestion, please\tmeal_suggestion\nsuggest a meal from burma to me, please\tmeal_suggestion\ncan you give me a burmese dinner suggestion\tmeal_suggestion\ncan you give me a thai meal suggestion\tmeal_suggestion\ncan you give me a thai dinner suggestion\tmeal_suggestion\nsuggest a meal from thailand to me\tmeal_suggestion\ngive me italian meal ideas\tmeal_suggestion\nsuggest an italian meal for me\tmeal_suggestion\ncan you suggest meals from italy to me\tmeal_suggestion\nmay you suggest a meal from italy to me\tmeal_suggestion\nplease suggest meals from italy to me\tmeal_suggestion\ncan you tell me a good indian dish to make\tmeal_suggestion\ngot any good dinner ideas\tmeal_suggestion\nwhat's a simple chinese recipe for dinner\tmeal_suggestion\ndo you know an good pasta dishes\tmeal_suggestion\nwhat can i make for dinner using ground beef\tmeal_suggestion\ni need new dinner ideas\tmeal_suggestion\nwhat can i make for dinner\tmeal_suggestion\ndo you know any greek dishes i could make for dinner\tmeal_suggestion\nwhat do you think would be a good dinner\tmeal_suggestion\nwhat would be good for dinner\tmeal_suggestion\nwhat should i have for dinner\tmeal_suggestion\ni'd like to get dinner suggestions for thai food\tmeal_suggestion\nget me italian cuisine dinner suggestions\tmeal_suggestion\nwould you provide me with italian cuisine dinner suggestions\tmeal_suggestion\ni'm needing dinner suggestions for mexican food\tmeal_suggestion\nwhat's the pizza like around here\tmeal_suggestion\nwhat's the best pizza place around here\tmeal_suggestion\nhow tasty is the pizza here\tmeal_suggestion\nwhat would you suggest for dinner\tmeal_suggestion\ni need dinner ideas\tmeal_suggestion\ni need a mexican meal suggesstion\tmeal_suggestion\nhelp me decide what mexican meal i want\tmeal_suggestion\nwhat kind of mexican meal should i get\tmeal_suggestion\nwhich mexican meal would be good\tmeal_suggestion\ni need to cook, what should i make\tmeal_suggestion\ni can't decide on dinner, what do you suggest\tmeal_suggestion\nsuggest a good mexican meal to me\tmeal_suggestion\ndo you have any suggestions for a meal from australia\tmeal_suggestion\ni'd like you to give me an idea for a meal from iceland\tmeal_suggestion\ncan you suggest any good meals from chicago\tmeal_suggestion\nplease suggest a meal from italy to me\tmeal_suggestion\ncan you suggest to me any meals from nigeria\tmeal_suggestion\ncan you give me a meal suggestion for swedish cuisine\tmeal_suggestion\ndo you have any good recommendations for swiss cuisine\tmeal_suggestion\ni'm looking for a good suggestion for norse cuisine\tmeal_suggestion\nwhat's a good french meal\tmeal_suggestion\ni'm looking for italian food suggestions\tmeal_suggestion\ni want you to give me a suggestion for what to make for dinner\tmeal_suggestion\ni want an italian meal suggestion\tmeal_suggestion\ni need an italian meal suggestion\tmeal_suggestion\nplease give me a suggestion for what to make for dinner\tmeal_suggestion\ni'd like an italian meal suggestion\tmeal_suggestion\ni need you to give me a suggestion for what to make for dinner\tmeal_suggestion\ni would love an italian meal suggestion\tmeal_suggestion\ngo ahead and give me a suggestion for what to make for dinner\tmeal_suggestion\ni really want an italian meal suggestion\tmeal_suggestion\nsuggest food from italy to me\tmeal_suggestion\nsuggest an italian meal to me\tmeal_suggestion\nwhat meal from italy do you suggest\tmeal_suggestion\nwhat food from italy do you suggest\tmeal_suggestion\nsuggest a meal from italy to me\tmeal_suggestion\ni need a suggestion for a dinner recipe\tmeal_suggestion\nsuggest a meal for me that comes from mexico\tmeal_suggestion\ncan you suggest a meal from ireland for me\tmeal_suggestion\nsuggest something for me to make myself for dinner\tmeal_suggestion\ncan you recommend for me a dish from ethiopia\tmeal_suggestion\nwhat do you think i should prepare for my dinner\tmeal_suggestion\ndo you have any southern dishes to recommend\tmeal_suggestion\nlook up a recipe for dinner to suggest to me\tmeal_suggestion\nwhat should i make for dinner\tmeal_suggestion\nplease suggest a british meal for me\tmeal_suggestion\nwhat kind of greek food is good for dinner\tmeal_suggestion\nwhat type of pizzas are available for dinner\tmeal_suggestion\nneed some good dinner ideas\tmeal_suggestion\nthinking about cooking dinner, what should i make\tmeal_suggestion\ngive me some options on what to cook for dinner\tmeal_suggestion\nplease provide an option for dinner\tmeal_suggestion\ni would like to hear what ideas you have about making dinner tonight\tmeal_suggestion\ndo you have any suggestions as to what i should cook for dinner\tmeal_suggestion\nsuggest a meal from denmark to me\tmeal_suggestion\nsuggest a meal from korea to me\tmeal_suggestion\nsuggest a meal from germany to me\tmeal_suggestion\nsuggest a meal from india to me\tmeal_suggestion\nsuggest a meal from new york to me\tmeal_suggestion\nwhat do you think i should make for dinner\tmeal_suggestion\nwhat thoughts do you have about making dinnner tonight\tmeal_suggestion\nlet me pick your brain what do you think we should do for dinner tonight\tmeal_suggestion\nany suggestions for a peruvian meal\tmeal_suggestion\nwhat peruvian dish should i make\tmeal_suggestion\nwhat should i get at a mexican restaurant\tmeal_suggestion\nsuggest a meal from peru for me\tmeal_suggestion\nwhats the best way to roast a chicken\trecipe\nhow do i make pie crust\trecipe\nfind a recipe for german chocolate cake\trecipe\nhow do i fry pork chops\trecipe\nhow do i cook boiled eggs\trecipe\nfind a chow mein recipe for me, please\trecipe\ndo you know how to make chow mein\trecipe\ncan you find a recipe on how to make chow mein\trecipe\ntell me how to make chow mein\trecipe\ni would like you to help me find a chow mein recipe\trecipe\nshow me a beef recipe\trecipe\nwhat is a good beef recipe\trecipe\ni need a recipe for beef\trecipe\ngive me a beef recipe\trecipe\nwhere is a beef recipe\trecipe\nyou know procedure to cook apple pie\trecipe\nwhat is needed you to cook apple pie\trecipe\ndo you know what are the ingredients to make apple pie\trecipe\ndo you know recipe for making apple pie\trecipe\nhow do you cook apple pie\trecipe\nhow do i make pumpkin pie\trecipe\nmaking spaghetti sauce perfectly is done how\trecipe\nmaking ribs perfectly is done how\trecipe\nhow do i make lemon merengue pie\trecipe\nhow do i make lassagna\trecipe\nsearch for a macaroni and cheese recipe\trecipe\ncan you get me a recipe for mashed potatoes\trecipe\ni need instructions on how to make shepherd's pie please\trecipe\nplease help me with instructions on making chicken curry\trecipe\nwhat are the steps i need to follow to make chewy rice krispies treats\trecipe\nwhat's the best way to make chicken stir fry\trecipe\nhow do i make tuna salad\trecipe\ncan you give me a recipe for german chocolate cake\trecipe\ni need a recipe on how to make beef stew\trecipe\ni want a good recipe that shows me how to bake chocolate chip cookies from scratch\trecipe\nplease search for a chocolate fudge brownies recipe\trecipe\nwill you give me some guidance on how to make ceviche\trecipe\ncan you search for the best new york style cheesecake recipes please\trecipe\nlook up easy to follow recipes for beef ribs\trecipe\ni need the best recipe for mashed potatoes\trecipe\ncan you find me a recipe for pie\trecipe\ncan you find me a recipe for quiche\trecipe\ncan you find me a recipe for pasta\trecipe\ncan you find me a recipe for ribs\trecipe\ncan you find me a recipe for cake\trecipe\nwhat steps are involved in making lasagna\trecipe\nhow can i make chicken pot pie\trecipe\nhow to make mac and cheese\trecipe\nhow do you make pot roast\trecipe\ncan you find a hearty lasagna recipe\trecipe\nfind a good recipe for meatloaf\trecipe\ni am looking for a vegan friendly italian pasta recipe\trecipe\nhow do you cook meatloaf\trecipe\ni need a vegi lasagna recipe\trecipe\ni need a quick recipe for spiral ham\trecipe\nwhat's the recipe for rice noodles\trecipe\ncan you help me find a lasagna recipe\trecipe\ni need a recipe for chicken pot pie\trecipe\nhelp me find a recipe for a beef casserole\trecipe\ni need help finding a recipe for enchiladas\trecipe\ni need to know how to make philly cheesesteaks\trecipe\ni need a blackberry pie recipe\trecipe\nwhat do i need to do to make blackberry pie\trecipe\nblackberry pie instructions\trecipe\nhow do you make blackberry pie\trecipe\nhow do i bake a blackberry pie\trecipe\ndo you have a cookbook that could teach me to make sushi\trecipe\ncan you teach me how to make sushi\trecipe\nwhere can i look to learn to make sushi\trecipe\nwhat do you need to do to make sushi\trecipe\nis there a good website to teach me how to make sushi\trecipe\ntell me how to make beef wellington\trecipe\nwhat's a good recipe for chicken divan\trecipe\nfind me a recipe for teriyaki chicken\trecipe\nfind out how to make chicken tikka masala\trecipe\nhow do i make beef stroganoff\trecipe\nplease show me a recipe for chili\trecipe\nwhat is a good chili recipe\trecipe\ni need you to find me a recipe for fried shrimp\trecipe\ncan you find me a recipe for coffee cakes\trecipe\ncan you find me a recipe for salsa\trecipe\ncan you find me a recipe for honey ham\trecipe\ncan you find me a recipe for cheese cake\trecipe\ncan you find me a recipe for sugar cookies\trecipe\ncan you find me a recipe for carrot cake\trecipe\nhow do you make benedict arnold\trecipe\nhow do you create pork chili\trecipe\nwhat's the best way to make a broccoli salad\trecipe\nare there instructions on how to make buttermilk pancakes\trecipe\nwhat's the way to make apple pie\trecipe\nwhat's the process of making a burrito\trecipe\nhow do i make a taco that's worth eating\trecipe\nhow do i make that scottish dish with all the blood and sausage\trecipe\nis there a recipe for chili i can use\trecipe\nplease give me instructions on making blueberry pie\trecipe\ncan you instruct me on how to make german chocolate cake\trecipe\nhow do i make the perfect omelette\trecipe\ni want to make sour dough bread please find a good recipe for me\trecipe\ni need a really good recipe for making doughnuts\trecipe\nplease find me a recipe for spaghetti now\trecipe\ncan you tell me what my total income is for the pay period\tincome\nplease give me my salary figure\tincome\ni need you to tell me my salary\tincome\nwhat is my gross income per pay period\tincome\nwhat is my total annual income\tincome\nhow much did i earn in income only last year\tincome\nwhat is my salary right now\tincome\nwhat is my pay for this year\tincome\ni would like to know what my salary is at this time\tincome\ni need details on my income\tincome\ntell me information about my income\tincome\ndo you know anything about my income\tincome\ni want income data\tincome\ntell me about my income this week\tincome\ngive me the details on my income\tincome\ntell me how much i make\tincome\nwhat has my income been like\tincome\nwhat do i usually earn in a day\tincome\nhow much have i earned this week\tincome\nwhat're my wages for the week\tincome\nhow much am i making at my job\tincome\nwhat is my income\tincome\nwhat do i earn from my job\tincome\nhow much money am i making\tincome\nhow much am i getting paid\tincome\nadvise me of my income\tincome\nhow much do i make\tincome\ntell me my income\tincome\nwhat is my salary\tincome\nhow much should my income be for the month\tincome\ngive me the low down on my income\tincome\nwhat's my income\tincome\ngive me my income\tincome\nwhat's my income been for the last 6 months\tincome\nhow much do i make every 2 weeks\tincome\nwhat's my pay for the year\tincome\nhow much am i getting back from work\tincome\nhow much do i make at work\tincome\nhow much can i expect on my next check\tincome\nwhat are they paying me at work right now\tincome\nwhat's my take home from work\tincome\nwhat's my pay for this week\tincome\nhow much am i getting paid today\tincome\nwhat's my paycheck going to be\tincome\ncan you tell me my current salary\tincome\nlook up how much i earn annually\tincome\nwhat amount of money do i earn at work\tincome\nwhat is my income from work\tincome\ni need to know how much i make at my job\tincome\nwhat is the exact number of my salary\tincome\ntell me how much money i'm earning at my job\tincome\ncalculate how much i earn from my job\tincome\ncalculate my total income from my job\tincome\ntell me my salary please\tincome\nwould you tell me about my income\tincome\ncould you tell me about my income\tincome\nplease tell me about my income\tincome\ni want you to tell me about my income\tincome\nwhat is the total amount of my paychecks over the last year\tincome\nhow do i find my income\tincome\nmy income equals what amount\tincome\nwhat is my hourly rate\tincome\nwhat is my current gross salary\tincome\nwhat is my current net salary\tincome\nhow much money was deposited to my bank account from my employer this month\tincome\nwhat does my income amount to\tincome\ncan i have more information about my income\tincome\nhow much is my income\tincome\ni need more information about my income\tincome\ncan you provide information on my income\tincome\nwhat's my pay\tincome\nhow much money did i make\tincome\nhow much did i get paid\tincome\ntell me my salary\tincome\ncan you tell me what my currnet salary is\tincome\ncan you tell me my exact salary\tincome\ncan you tell me what i earned\tincome\ni need to know my earnings\tincome\ni need to know my salary\tincome\nwhat amount do i make\tincome\nhow much money do i bring in\tincome\ncan you tell me what my income will be this week\tincome\nwhat is my yearly salary\tincome\nwhat is my pay grade at work\tincome\nhow much do i make per day\tincome\nhow much is my income going to be this month\tincome\nhow much do you make an hour\tincome\nhow much have i earned\tincome\nwhat is your current income\tincome\nhow much do you make\tincome\nwhat do i earn on average at my job\tincome\nwhat do i make yearly\tincome\nwhat do you make in a year\tincome\nwhat's my monthly income\tincome\nhow much money do i have coming in each month\tincome\ni wanna know my income\tincome\nplease tell me my income\tincome\ni need to know my income\tincome\ni would like to know my income\tincome\nhow much cash do i earn\tincome\ncan you please order me more plastic bags\torder\ni need you to order some more lysol for me,please\torder\ni need some more lysol, could you order me some\torder\ni'm out of lysol could you order me some\torder\ncould you please reorder me some lysol\torder\nwill you order me some more lysol spray\torder\norder everything that's on my list for shopping\torder\ni want my entire shopping list ordered\torder\ni want to buy something\torder\nget my entire shopping list ordered\torder\ni want to make a purchase\torder\ntake my shopping list and order all\torder\nsend the order for my entire shopping list\torder\nadd everything to my shopping cart\torder\nsubmit order for everything\torder\nbuy everything on my list\torder\nplease order everything you see on my shopping list\torder\ngo shopping and order everything on the list\torder\nare you able to get my shopping list and order everything on it\torder\ncould you get everything on my shopping list\torder\ni need everything ordered on my shopping list\torder\ncan you buy me a toy car\torder\ni'd like to have everything on my shopping list\torder\ni do not have cookies so will you order me some more\torder\nget everything on my shopping list\torder\ni wanna buy a pair of shoes online now\torder\ni do not have flour so will you order me some more\torder\ni need everything on my shopping list\torder\ni do not have pizza so will you order me some more\torder\ni want everything on my shopping list\torder\ni don't have ice cream so will you order me some more\torder\ni am out of ice cream so will you order me some more\torder\nplease get everything on my shopping list\torder\ni need you to order all the things on my shopping list\torder\ni want everything on my shopping list to be ordered\torder\nplease order me everything that is on my shopping list\torder\nwould you buy me a phone\torder\ni would like everything on my shopping list ordered\torder\ni would like you to buy me some paper plates\torder\ni'd like you to purchase me canned soup\torder\ni need you to buy a mouse for me\torder\npurchase a computer for me\torder\ni would like all of these things on my shopping list ordered\torder\nput in the order for everything on my shopping list\torder\nplease order some more cat food, i'm out\torder\ni'm ready to put in the order for everything on my shopping list\torder\ngo ahead and order everything on my shoping list\torder\ni need more cat food, please order some\torder\ni'm out of cat food, order more\torder\nwill you buy me underpants\torder\norder some cat for me, i ran out\torder\norder more cat food, i'm out\torder\nare you able to purchase underpants for me\torder\ncan you go to amazon a repurchase my last purchase\torder\nplease order me a 7lb bag of world's best cat litter from targetcom\torder\nsubmit the order for everything on my shopping list\torder\ncan you buy something from walmartcom for me\torder\ncan you purchase underpants for me\torder\ncan you order underpants for me\torder\ncan you order everything on my shopping list\torder\ni'm out of detergent so will you order me some more\torder\ni'm out of fabric softener so will you order me some more\torder\ni'm out of soap so will you order me some more\torder\ni'm out of toothpaste so will you order me some more\torder\ni'm out of razors so will you order me some more\torder\ni just used up my toothpaste and need you to order more\torder\ni'm making a purchase and need the help of ai\torder\ncan you order more chapstick i am all out\torder\ni am currently out of q tips and need more ordered right away\torder\ncan you order more printer paper\torder\nran out of tissues and need you to put an order in for more asap\torder\ni need you to buy a laptop\torder\ni'd like to buy some cooking pans\torder\ni'd like to have everything on the shopping list\torder\nplease buy me flowers\torder\nbuy all the things on the shopping list\torder\ni want all the things on the shopping list\torder\ni need to buy everything on the shopping list\torder\npurchase me dog food\torder\npurchase all the things on my shopping list\torder\ni'm short on flour so place an order for me\torder\ni'm low on mouthwash so create an order for me\torder\ni'm lacking vitamins so order me more\torder\ni need more candy so could you order me a pack\torder\ni require another filter so can you order me another one\torder\ni'm out of shampoo so will you order me some more\torder\ni'm out of paper plates so will you order me some more\torder\ni'm out of conditioner so will you order me some more\torder\ni'm out of paper towels so will you order me some more\torder\ni need a replacement phone charger ordered online\torder\ncan you have some new oakley's shipped to me\torder\ngrab me a new belt on amazon please\torder\norder me a new usb cable on amazon\torder\ncan you order me new ray bans\torder\nwould you order everything on my shopping list\torder\ni need everything on my shopping list to be ordered\torder\ni want you to buy me a shirt\torder\ni want everything on my shopping list ordered\torder\ni am needing you to buy me some shoes\torder\ni want you to order everything on my shopping list\torder\nis there any traffic congestion on my way to the closest whole foods\ttraffic\nhow bad is traffic to the closet atm machine\ttraffic\nis traffic bad on my way to the next mcdonalds\ttraffic\nwhat will traffic be like at 5:00 going towards the mall\ttraffic\nis the traffic bad at 5:00 if i'm going to the mall\ttraffic\nwill i be able to get to the mall at 5:00, or will there be a lot of traffic\ttraffic\nif i'm heading to the mall at 5:00, what will the traffic be like\ttraffic\ni'm going to the mall at 5:00 what will traffic be like\ttraffic\nwhat is the traffic like on the way to north shore\ttraffic\nwhat is the traffic like on the way to makaha\ttraffic\nwhat is the traffic like on the way to kaneohe\ttraffic\nwhat is the traffic like on the way to kapolei\ttraffic\nwhat is the traffic like on the way to town\ttraffic\nis there traffic on dove road\ttraffic\nis there traffic up ahead\ttraffic\nshould i take a different route to work\ttraffic\nis there traffic on bramble lane\ttraffic\nis there any traffic on my way to work\ttraffic\nwhat's the traffic like around the stadium\ttraffic\nhow clogged are the streets before the stadium\ttraffic\nhow much traffic is there before the stadium\ttraffic\nare there alot of cars on the road before the stadium\ttraffic\nis there gridlock on the street up to the stadium\ttraffic\nwhat's the traffic like on the way to patterson\ttraffic\nwhat's the traffic like on the way to the mall\ttraffic\nwhat's the traffic like on the way to the water slides\ttraffic\nwhat's the traffic like on the way to the amusement park\ttraffic\nwhat's the traffic like on the way to walmart\ttraffic\nwhat is the traffic nearest lexington\ttraffic\ngive me the traffic at lexington\ttraffic\nwhat's the traffic at lexington\ttraffic\ntell me the traffic at lexington\ttraffic\nhow is the traffic near lexington\ttraffic\nwhat is the traffic like\ttraffic\nis the traffic bad on the way to work\ttraffic\nhow bad is the traffic\ttraffic\nwhat is the traffic like on the way to work\ttraffic\nlet me know the traffic in tempe\ttraffic\nis there traffic on route to work\ttraffic\nis there traffic on my way to work today\ttraffic\ni wanna know what the traffic typically like at 3:30 on the route to phoenix\ttraffic\ni have to know what the traffic typically like at 3:30 on the route to phoenix\ttraffic\ni would like to know the traffic in tempe please\ttraffic\ntell me what the traffic is like on the way to phoenix\ttraffic\ni need to know what the traffic typically like at 3:30 on the route to phoenix\ttraffic\nis there traffic to work\ttraffic\ni must know what the traffic typically like at 3:30 on the route to phoenix\ttraffic\ni gotta know what the traffic is like on the way to phoenix\ttraffic\ntell me the traffic in tempe\ttraffic\nis there traffic on my way to work\ttraffic\ni need ti know the traffic in tempe\ttraffic\ni wanna know what the traffic is like on the way to phoenix\ttraffic\ni need to know what traffic will be like in temp\ttraffic\nwhat's the traffic typically like at 3:30 on the route to phoenix\ttraffic\ni need to know what the traffic is like on the way to phoenix\ttraffic\ni must know what the traffic is like on the way to phoenix\ttraffic\nis any traffic on my route to work\ttraffic\ngive me an idea of traffic on the way to the doctors office at 6\ttraffic\nis traffic bad on the way to chicago\ttraffic\ntraffic looking alright going towards burger king\ttraffic\nis traffic heavy on my route to washington\ttraffic\nhow will traffic be at 7am on the way to my job\ttraffic\npull up traffic predictions at 4pm on the way to the library\ttraffic\nhow bad is traffic at 8 on the way to burger king\ttraffic\nwill traffic be light on the way to orlando\ttraffic\nhow's traffic en route to virginia\ttraffic\nwhat does traffic look like at 9 en route to the aquarium\ttraffic\nis there any traffic on the way to the bank\ttraffic\nis the expressway slow this morning\ttraffic\nwill there be traffic on the way to walmart\ttraffic\nhow's highway traffic today\ttraffic\nwill i hit traffic on route to moms\ttraffic\nhow is the traffic on the way to the mall\ttraffic\nhow is the traffic on the way to work\ttraffic\nhow's traffic on i 95\ttraffic\ntell me how traffic is looking on the interstate\ttraffic\nis traffic bad on the parkway\ttraffic\nhow is the traffic on the way to the campsite\ttraffic\nhow is the traffic like on my way to fairfield\ttraffic\nhow is the traffic like on the way to the beach\ttraffic\nwhat's the traffic like on my way to the terminal\ttraffic\nhow is the traffic on my way to the venue\ttraffic\nhow is the traffic at jfk at 5 pm on weekdays\ttraffic\nhow bad is city traffic in miami on friday's at 5 pm\ttraffic\nis the beltway backed up in traffic on saturday mornings at 11 am during the cherry festival\ttraffic\nhow bad is the traffic waiting for the staten island ferry at 8 am\ttraffic\ntell me about traffic conditions in ocean city, nj on sunday mornings around 10 am in the summer\ttraffic\nis the traffic typically bad at noon on the route to the hopsital\ttraffic\nhow is the traffic typically at noon on the route to hospital\ttraffic\nat around noon what is the traffic typically like on the route to the hopsital\ttraffic\ncan you tell me about the traffic typically at noon on the route the hospital\ttraffic\nif im traveling to the hospital around noon what is the traffic typically like\ttraffic\nhow is the traffic at the nearest wal-mart pharmacy\ttraffic\nwhat is the traffic situation at the olive garden restaurant\ttraffic\nwhat is the traffic like at the closest safeway grocery store\ttraffic\nis the traffic light or heavy at the nearest the century movie theater\ttraffic\nis the traffic backed up at the closest circle k\ttraffic\nwhat's the traffic like to city hall\ttraffic\nwhat's traffic usually like around 5pm going to the bank\ttraffic\nhas the ice made traffic messy on the way to walmart\ttraffic\nwhat is the process to get some more checkbooks mailed to me\torder_checks\nhow do i get more checkbooks mailed to me\torder_checks\nif i need more checkbooks maild to me what should i do\torder_checks\ncan you mail more checkbooks to me please\torder_checks\ncan you explain to me how to get some more checkbooks mailed to me\torder_checks\ncan i get more checks\torder_checks\norder more checks\torder_checks\ni don't have any checks left; please order some\torder_checks\ni need new checks\torder_checks\ncan you order me more checks, please\torder_checks\ni need more checkbooks for my chase account\torder_checks\ni'm in need of checks for bank of america\torder_checks\ncan you order me more checks at wells fargo\torder_checks\nmy key bank checks have run out\torder_checks\ni don't have anymore checks for chase and need some\torder_checks\ni would like to request that more checkbooks be mailed to me\torder_checks\ni would like to order additional checkbooks to me mailed to my home address\torder_checks\nwould it be possible for you to mail me new checkbooks\torder_checks\ni would like to place an order for more checkbooks to me mailed to me\torder_checks\ncould you please mail me some checkbooks\torder_checks\nhow can i order some more checks for my checking account\torder_checks\ncan you show me how to order some more checks for my chase account\torder_checks\nplease show me how to order more checks for my savings account\torder_checks\ni'd like to order more checks for my savings account\torder_checks\ni need to order more checks for my savings account\torder_checks\nif i can, i'd like to get some more checkbooks mailed to me\torder_checks\ncan i get some more of those new checkbooks mailed to me\torder_checks\ncan some more checkbooks get mailed to me\torder_checks\ncan i please get some more checkbooks mailed to me\torder_checks\ni'd like to get some more checkbooks mailed to me, if i can\torder_checks\ni don't have checks so can i order some new ones\torder_checks\ni really wanna get some more checkbooks mailed to me\torder_checks\ni wanna order some more checks for my checking account\torder_checks\ni wanna get some new checks cause i ran out of them\torder_checks\ni would like to get some more checkbooks mailed to me\torder_checks\ni need to get some more checkbooks mailed to me\torder_checks\ni'd love to order some more checks for my checking account\torder_checks\ni feel i would like to get some more checkbooks mailed to me\torder_checks\ni don't have checks, so can i get new ones\torder_checks\ni must order some more checks for my checking account\torder_checks\ni do need to get some more checkbooks mailed to me\torder_checks\ni really need to order some more checks for my savings account\torder_checks\ni want to order some more checks for my savings account\torder_checks\ni recently ran out of checks, so i wanna get some new ones\torder_checks\ni need to order checks, so can i order some new ones\torder_checks\ni need more checkbooks delivered to me by mail\torder_checks\ni need to order more checkbooks by mail\torder_checks\nhow can i order more checkbooks by mail\torder_checks\ncan you show me how to get more checkbooks by mail\torder_checks\nwhat is the process for ordering new checks\torder_checks\nhow do i order new checks\torder_checks\nhow do you order new checks\torder_checks\nhow do i order checks once i run out\torder_checks\ni need to order new checks\torder_checks\nis it possible to get more checkbooks for my navy fed account\torder_checks\nis it possible to get more checkbooks for my wells fargo checkings\torder_checks\ni used the last check so i want you to help me order more\torder_checks\ncan i get new checks to replace the ones we ran out of\torder_checks\nsince we're out of checks i want help purchasing new ones\torder_checks\ni need to order new checks since i just used the last of them\torder_checks\norder some new checks to replace the ones i ran out of\torder_checks\ncan i get more checkbooks for my bank of america checkings account\torder_checks\ndoes my great western bank account allow me to order more checkbooks\torder_checks\ni need to order more checkbooks for my capital one account\torder_checks\nhelp me get some new checks since i ran out of them\torder_checks\ni want to order some new checks because i ran out of them\torder_checks\ni have no more checks, how can i order more\torder_checks\nhow do i go about getting more checks since i ran out of them\torder_checks\nhow can i order more checks since i do not have any more\torder_checks\nis is possible to order more checkbooks for account ending in sequence 939392\torder_checks\ntell my bank i need new checks\torder_checks\nplease order me some new checks\torder_checks\nhow can i order more checks for my regions bank account\torder_checks\nhow do i place an order for more checks for my bank of america account\torder_checks\nhow can i get more checks for my commerce bank checking account\torder_checks\norder more checks for my first bank checking account\torder_checks\ni need to order more checks for my usbank account\torder_checks\ni'm out of checks, please order new ones\torder_checks\norder new checks, please\torder_checks\nwill you order more checkbooks for my silvergate account\torder_checks\nwould you please order me more checkbooks for my b of t account\torder_checks\norder more checkbooks for my community account\torder_checks\ni need more checkbooks for my fifth third account\torder_checks\ncan you get me more checkbooks for my southern account\torder_checks\nwill it be possible to order for more checkbooks for my chase bank account\torder_checks\ncan i order for more checkbooks for my chase bank account\torder_checks\nwill i be able to order for more checkbooks for my chase bank account\torder_checks\nis it possible to make an order for more checkbooks for my chase bank account\torder_checks\nis it possible to order more checkbooks for my chase bank account\torder_checks\nai, research usbank options to order more checks\torder_checks\nai, where do i go to order checks for my usbank account\torder_checks\nai,please order some checks for my usbank account\torder_checks\nai, show me online options to order more checks for my usbank account\torder_checks\nai, call my usbank to order more checks\torder_checks\ni need to place an order of checks for my bank of america checking account\torder_checks\nplease submit an order for new checks on my pnc money market account\torder_checks\ni would like a reorder of checkbooks for my home equity line of credit with chase\torder_checks\ncan you order new checks for my citizens checking\torder_checks\nmake an order for new checbooks on my td checking please\torder_checks\nhow do i order checks for my savings account\torder_checks\nwhy did my card not get accepted\tcard_declined\nwhy did my card not get accepted there\tcard_declined\nplease tell me why did my card not get accepted\tcard_declined\nwhy did my card not get accepted please\tcard_declined\nwhy did my card not get accepted then\tcard_declined\nfind out why my card was declined\tcard_declined\nplease tell me why my card was declined\tcard_declined\nfor what reason did my card get declined\tcard_declined\ncan you tell me why my card was declined\tcard_declined\ni need to know why my card was declined\tcard_declined\ni need to know why my card was just declined at walgreen's\tcard_declined\nwhere can i find out why my card was recently declined at amazoncom\tcard_declined\ni tried using my card at chipotle yesterday and it was declined; why\tcard_declined\nwhy was my card declined for my monthly netflix subscription payment\tcard_declined\ncan you tell me what caused my card to get declined at starbucks this morning\tcard_declined\ni wonder why my card got declined yesterday\tcard_declined\nwhy was my card declined\tcard_declined\nmy card was declined yesterday, why\tcard_declined\nis my card working properly\tcard_declined\ndo i have enough funds in my card\tcard_declined\nhow do i fix my card being declined\tcard_declined\ntell me why was my card declined at the zoo\tcard_declined\nexplain why was my card declined at boston market\tcard_declined\nwhy did you decline my card at sfo\tcard_declined\nhow come my card was declined at rosses\tcard_declined\nwhy did my card get declined at the dentist office\tcard_declined\nwhy did macy's decline my card\tcard_declined\nbloomingdale's declined my card and i'd like to know why\tcard_declined\nwhy wouldn't nordstrom accept my card\tcard_declined\nplease tell me why walgreen's wouldn't take my card\tcard_declined\ncan you tell me why walmart declined my card\tcard_declined\ni couldn't buy a mug from target because my card got declined\tcard_declined\nstopped by target to get a mug but my card declines\tcard_declined\nat target trying to buy a mug and my card was declined\tcard_declined\ni went to target to buy a mug but my card did not work\tcard_declined\ntrying to buy a mug from target but my card declined\tcard_declined\nwhy was my card not accepted yesterday\tcard_declined\ntell me why my card didn't work yesterday\tcard_declined\nwhat was the issue with my card yesterday\tcard_declined\nwhat was the problem with my card yesterday\tcard_declined\nwhat was wrong with my card yesterday\tcard_declined\ni was at home depot trying to buy plants and my card got declined\tcard_declined\ni need to know why my card declined yesterday\tcard_declined\ni wish to know why my card was declined yesterday\tcard_declined\ni was at target trying to buy candles and my card got declined\tcard_declined\nfind out why my card declined yesterday\tcard_declined\ni was at sears trying to buy clothes and my card got declined\tcard_declined\nwhy was my card declined yesterday\tcard_declined\ni was at zales trying to buy a ring and my card got declined\tcard_declined\ni was at macys trying to buy shoes and my card got declined\tcard_declined\nmy card declined yesterday and i want to know why\tcard_declined\ni wish to know why my card was declined\tcard_declined\ntell me why my card was declined yesterday\tcard_declined\nso it turns out my card was declined at applebee's and i wanna know why\tcard_declined\nso why was my card declined yesterday\tcard_declined\ntell me why my card got declined\tcard_declined\nit turns out my card was declined at fry's and i would like to know why\tcard_declined\nlet me know why my card got declined\tcard_declined\nlet me know why my card was declined yesterday\tcard_declined\ni wanna know why my card was declined\tcard_declined\ni really need to know why my card was denied\tcard_declined\nso my card was declined at fry's and i wanna know why\tcard_declined\nturns out my card was declined at wal mart and i wanna know why\tcard_declined\ni think my card was declined at wal mart and i want to know why\tcard_declined\nlet me know why my card got declined the other day\tcard_declined\nplease let me know why my card was declined yesterday\tcard_declined\ni was trying to buy qtips at walmart and my card got declined\tcard_declined\ni was at walmart today and my card got declined when i went to buy qtips\tcard_declined\nat walmart my card got declined when i was buyng qtips\tcard_declined\nbuying qtips today, my card got declined at walmart\tcard_declined\ni was buying qtips today at walmart and my card got declined\tcard_declined\nmy card didn't go through when i was buying a case of water at walmart\tcard_declined\ni was at walmart when my card was declined i was only trying to buy some candy\tcard_declined\nmy card got declined at target while buying a tv\tcard_declined\ni was at albertsons trying to buy milk when my card wasn't accepted\tcard_declined\nmy card was not accepted for buying a computer at best buy\tcard_declined\nplease help me figure out why my card was declined yesterday\tcard_declined\nwhy did my card get rejected yesterday\tcard_declined\ncan you tell me why my card was declined yesterday\tcard_declined\nmy card was declined at the store yesterday, what happened\tcard_declined\ni was at costco trying to buy groceries and my card got declined\tcard_declined\nmy card was declined at the casino and i'm wondering why\tcard_declined\ni was at safeway trying to buy groceries and my card got declined\tcard_declined\ni was at whole foods trying to buy groceries and my card got declined\tcard_declined\ni was at trader joe's trying to buy groceries and my card got declined\tcard_declined\ni was at costco trying to buy sheets and my card got declined\tcard_declined\nmy card did not work yesterday\tcard_declined\ni tried to use my credit card yesterday, but it did not work\tcard_declined\nmy card was malfunctioning and was returned to me\tcard_declined\nfor which reason was my card declined yesterday\tcard_declined\nyesterday, my card was declined\tcard_declined\ni don't understand why walgreens declined my card\tcard_declined\ni tried to make a purchase yesterday but my card was declined why\tcard_declined\ni don't understand why my card was declined yesterday\tcard_declined\nwhat is the reason for whole foods declining my card\tcard_declined\ncan you explain why my card was declined\tcard_declined\nhow come starbucks declined my card when i tried to use it to pay\tcard_declined\nhow come my card was not accepted yesterday\tcard_declined\nfind out what happened to make my card get declined yesterday\tcard_declined\nwhy was my card declined at safeway\tcard_declined\n"
  },
  {
    "path": "data/snips/dev.tsv",
    "content": "text\tlabel\ni d like to have this track onto my classical relaxations playlist \tAddToPlaylist\nadd the album to my flow español playlist \tAddToPlaylist\nadd digging now to my young at heart playlist\tAddToPlaylist\nadd this song by too poetic to my piano ballads playlist\tAddToPlaylist\nadd this album to old school death metal\tAddToPlaylist\ni need to add baro ferret to the urban hits under my name\tAddToPlaylist\nadd the album to the might and myth power metal playlist \tAddToPlaylist\nto the travelling playlist  please add this david gahan song \tAddToPlaylist\nplease add some pete townshend to my playlist fiesta hits con lali\tAddToPlaylist\ni d like for kasey chambers s tune to be an addition to my chips and salsa playlist \tAddToPlaylist\nadd recalled to life to this is alejandro fernández\tAddToPlaylist\nadd nuba to my metal party playlist\tAddToPlaylist\nadd jo stafford music to the workout twerkout playlist\tAddToPlaylist\nput jean philippe goncalves onto my running to rock 170 to 190 bpm \tAddToPlaylist\nadd the song virales de siempre by the cary brothers to my gym playlist \tAddToPlaylist\nonto jerry s classical moments in movies  please add the album \tAddToPlaylist\nadd beyond the valley of 1984 in playlist folk music at the gaslight café\tAddToPlaylist\nadd jerry calliste  jr to my te quiero playlist \tAddToPlaylist\nadd porter wagoner to the the sleep machine waterscapes playlist \tAddToPlaylist\nadd the artist mike to the sexy as folk playlist \tAddToPlaylist\nadd brazilian flag anthem to top 100 alternative tracks on spotify\tAddToPlaylist\nadd andy hunter to my evening commute playlist \tAddToPlaylist\nput petar georgiev kalica onto the old school hip hop playlist \tAddToPlaylist\ncan you add larry heard to my laundry playlist\tAddToPlaylist\nput vandemataram srinivas s track onto hiphop hot 50 \tAddToPlaylist\nadd millie corretjer to the rhythm playlist\tAddToPlaylist\nadd give us rest to my 70s smash hits playlist \tAddToPlaylist\nadd this track to my hands up playlist\tAddToPlaylist\ni d like for you to add bobby brown to my enamorándose playlist \tAddToPlaylist\nadd jonathan sprout album to my this is miranda lambert playlist\tAddToPlaylist\nadd ireland in the junior eurovision song contest 2015 to my jazzy dinner playlist\tAddToPlaylist\nadd the album to the the sweet suite playlist \tAddToPlaylist\nadd sarah slean to my playlist mellowed out gaming\tAddToPlaylist\nadd this album to the spanish beat playlist\tAddToPlaylist\nadd lofty fake anagram to the la mejor música de bso playlist \tAddToPlaylist\nadd the track to the work playlist \tAddToPlaylist\nadd a song to this is racionais mc s\tAddToPlaylist\nadd track in my playlist called hands up\tAddToPlaylist\ncan you put this song from yutaka ozaki onto my this is miles davis playlist\tAddToPlaylist\nadd a track to playlist cena con amigos\tAddToPlaylist\nadd the famous flower of serving-men to my evening acoustic playlist \tAddToPlaylist\nadd a song to indie hipster\tAddToPlaylist\nadd the 40 cal tune to the laundry playlist \tAddToPlaylist\nadd the album to my perfect concentration playlist \tAddToPlaylist\nadd the matt murphy tune to the flow español playlist \tAddToPlaylist\nadd a very cellular song to masters of metal playlist\tAddToPlaylist\ncan i put this tune onto my sin estrés playlist\tAddToPlaylist\ni d like to add jordan rudess onto the divertido para niños playlist \tAddToPlaylist\nadd kent james to the disney soundtrack \tAddToPlaylist\nadd the artist adam deibert to my perfect concentration playlist \tAddToPlaylist\ncan you put the artist giovanni giacomo gastoldi onto the chill out music playlist\tAddToPlaylist\nadd the album to the hot 50 playlist \tAddToPlaylist\nadd the artist pete murray to my relaxing playlist\tAddToPlaylist\nadd the track to the drum & breaks playlist \tAddToPlaylist\nfor my fantastic workout can you add sara bareilles\tAddToPlaylist\nadd the boy george track to the emo forever playlist \tAddToPlaylist\nadd ted heath to the road trip playlist \tAddToPlaylist\ncan you add last of the ghetto astronauts to the playlist called black sabbath the dio years\tAddToPlaylist\nadd this artist to showstopper being mary jane\tAddToPlaylist\nput the artist onto top latin alternative \tAddToPlaylist\nadd michael wittig music to country icon playlist\tAddToPlaylist\nadd highway patrolman in my playlist this is al green\tAddToPlaylist\nadd richard mcnamara newest song to the just smile playlist\tAddToPlaylist\nadd annesley malewana album to playlist indietronic\tAddToPlaylist\nadd the artist to my dishwashing playlist \tAddToPlaylist\nadd this artist to fairy tales playlist\tAddToPlaylist\nadd muzika za decu to my crash course playlist\tAddToPlaylist\nadd a derek watkins tune to this is johnny cash\tAddToPlaylist\nadd our little corner of the world music from gilmore girls to my the funny thing about football is playlist \tAddToPlaylist\nadd the current track to my this is tchaikovsky playlist\tAddToPlaylist\nput abe laboriel onto the escapada playlist \tAddToPlaylist\nadd abacab to beryl s party on fridays playlist\tAddToPlaylist\nplease add this track by paul mcguigan to the deep house playlist \tAddToPlaylist\ncan you add the current tune to my calm before the storm playlist\tAddToPlaylist\nplease add the image of you to my playlist crate diggers anonymous\tAddToPlaylist\nadd a track to jazzy dinner\tAddToPlaylist\nadd the album to the hipster soul playlist \tAddToPlaylist\nadd this tune to my sleepify playlist\tAddToPlaylist\nadd jack white to my playlist this is shakira\tAddToPlaylist\nadd tommy johnson to the metalsucks playlist\tAddToPlaylist\nadd the chris clark tune to my women of the blues playlist \tAddToPlaylist\nadd an artist to jukebox boogie rhythm & blues\tAddToPlaylist\nadd this artist to my electronic bliss playlist\tAddToPlaylist\ni need to add to my infinite indie folk list the works of rahim shah\tAddToPlaylist\nadd martin barre to my punk unplugged playlist \tAddToPlaylist\nadd tierney sutton to my novedades viernes sudamérica playlist\tAddToPlaylist\nadd this tune to dorthy s 80 s party playlist\tAddToPlaylist\na very cellular song needs to be added to my masters of metal playlist\tAddToPlaylist\nadd toyan to my epic gaming playlist \tAddToPlaylist\nadd the song to the mac  n cheese playlist \tAddToPlaylist\nadd this artist to my spotlight on country 2016 playlist\tAddToPlaylist\nadd a song to my playlist madden nfl 16\tAddToPlaylist\nadd emilie autumn to my nação reggae playlist \tAddToPlaylist\nadd farhad darya songs in virales de siempre\tAddToPlaylist\nadd a song in my all out 60s\tAddToPlaylist\nadd we have a theme song to my house afterwork playlist\tAddToPlaylist\nadd the song to my we everywhere playlist\tAddToPlaylist\nadd roel van velzen to my party of the century playlist \tAddToPlaylist\nadd the artist to the political punks playlist \tAddToPlaylist\nadd the album to my club hits playlist \tAddToPlaylist\nbook a reservation for my babies and i\tBookRestaurant\nbook a reservation for a restaurant not far from ma\tBookRestaurant\ni would like to book a restaurant in tanzania that is within walking distance for my mom and i\tBookRestaurant\nbook a reservation for an oyster bar\tBookRestaurant\nbook a reservation for 6 people for a creole tavern in montenegro\tBookRestaurant\ni need a table in sacaton at a gluten free restaurant\tBookRestaurant\nbook sot for me and my grandfather nearby west reading\tBookRestaurant\nbook me and my nieces a reservation for a seafood restaurant in cle elum  ne on ascension day\tBookRestaurant\nbook spot for two at city tavern\tBookRestaurant\ni want to book a brasserie for 3 people in netherlands antilles \tBookRestaurant\nbook me a reservation for the best bistro\tBookRestaurant\nbook the best table in tanzania for 5 people at a diner\tBookRestaurant\ni want to book a joint in a  spa \tBookRestaurant\nbook a gastropub that serves turkish food for 4 people\tBookRestaurant\nbook spot for 7 at an indoor restaurant in mp now\tBookRestaurant\nbook a table in fiji for zero a m\tBookRestaurant\ni want to book a restaurant for five people in sri lanka \tBookRestaurant\ni need a table for 5 at a highly rated gastropub in concord mn\tBookRestaurant\ni want to book oregon electric station in north city \tBookRestaurant\ni need a table for 4 please confirm the reservation \tBookRestaurant\nbook a popular restaurant for 5 people\tBookRestaurant\ni want to book a joint close by the naomi s hostel for a meal for 8 people \tBookRestaurant\ni want to eat a delicatessen in thirteen hours that serves eastern european food\tBookRestaurant\nbook a reservation for nine people at a bakery in nunez\tBookRestaurant\nbook a reservation at tavern for noodle\tBookRestaurant\nbook spot for 4 in somalia\tBookRestaurant\ni want to book albany pump station in buckholts washington now for a party of 9 \tBookRestaurant\ni want to book a taverna in archer city for this spring for nine people \tBookRestaurant\ni want to book a top-rated brasserie for 7 people \tBookRestaurant\nbook a reservation for 8 people in wardville  kansas\tBookRestaurant\ntable for breadline cafe in minnesota next friday\tBookRestaurant\ni want to book a restaurant in niger for seven people \tBookRestaurant\nbook spot for 9\tBookRestaurant\nbook me a reservation for a pub in cormorant for a party of nine\tBookRestaurant\nbook spot for my nieces and i at a tea house\tBookRestaurant\ni want to book a jewish restaurant in gambia \tBookRestaurant\nbook a reservation for the dome  edinburgh close to brooklawn\tBookRestaurant\nbook spot for 1 at town of ramsgate in merit\tBookRestaurant\nbook a spot for me and kathrine  at smithville\tBookRestaurant\ni want to book a restaurant for my father in law and i in buckner a year from now \tBookRestaurant\nbook a restaurant reservation in 6 weeks\tBookRestaurant\nbook a reservation for a bar with a spa nearby id\tBookRestaurant\nbook spot for four at cliff house  san francisco in martinique\tBookRestaurant\ni need a table for 4 in saint helena at settha palace hotel\tBookRestaurant\ni want to book a restaurant in frenier 12 years from now for 4 people \tBookRestaurant\nbook seven in neighboring moorpark\tBookRestaurant\ni want to eat by five pm in ne for a six people\tBookRestaurant\ni want to book tupelo honey cafe in new jersey for five people \tBookRestaurant\nbook a reservation for two at mickies dairy bar in weedsport\tBookRestaurant\nbook a table at a fried chicken restaurant\tBookRestaurant\nbook spot for mavis  sheila and i in syria at elevenses\tBookRestaurant\ncan you book me a table at windows on the world in cokeville   mi\tBookRestaurant\nbook me a table for 5 this year at cherwell boathouse\tBookRestaurant\nbook spot for six  at 8 pm at a coffeehouse in ne that serves hog fry\tBookRestaurant\ni want to book a restaurant close-by in inman for five people \tBookRestaurant\ni need a table at eddie s attic in nevada for one\tBookRestaurant\nbook a reservation for an osteria restaurant for 4 people on november 4\tBookRestaurant\ni want to book a top-rated restaurant close by in la for me  rebecca and loraine on 2/6/2020 \tBookRestaurant\nbook a reservation for 1 at a diner in wi\tBookRestaurant\nbook a reservation for 5 people at the top-rated brasserie restaurant\tBookRestaurant\nbook a table on 1/20/2023 for 5 people in mh\tBookRestaurant\nbook a table near pat s college\tBookRestaurant\ni want to book a steakhouse in vimy ridge \tBookRestaurant\ni want a table at james d  conrey house in urbank california\tBookRestaurant\nlike to book a seat in monaco for the yankee doodle coffee shop\tBookRestaurant\ni want to book a table in a restaurant in bouvet island \tBookRestaurant\ni would like to book a restaurant for souvlaki cuisine in the state of ne\tBookRestaurant\nbook a reservation for 10 people at an oyster bar with a pool within the same area of cowansburg for 10 pm\tBookRestaurant\nbook a reservation for velma  ana and rebecca for an american pizzeria at 5 am in ma\tBookRestaurant\nbook a spot for 4 in oklahoma at south street diner\tBookRestaurant\nbook a reservation for my mommy and i at a restaurant in central african republic\tBookRestaurant\nbook a reservation for five people for a tatar taverna in sargents\tBookRestaurant\nphyllis ward and veronica need a table at a restaurant in 152 days\tBookRestaurant\nbook a reservation for ten at a restaurant in ohio\tBookRestaurant\ni want to book a tea house that serves salade far from here at midnight in panama for two people \tBookRestaurant\ni want to book a food truck for seven people in the republic of the congo \tBookRestaurant\ni want to book a restaurant for ten people \tBookRestaurant\nlets eat near oakfield 17 seconds from now at ted peters famous smoked fish\tBookRestaurant\nbook sot for 7 at a restaurant that serves european in stringtown on feb  the 28th  2034\tBookRestaurant\nbook a restaurant for six at an outdoor cafe in åland\tBookRestaurant\nbook a table for 12 am  at our step mother s secondary residence within walking distance for one\tBookRestaurant\nplease book me a table at a pizzeria with a parking facility in ghana \tBookRestaurant\nbook spot for four at a indoor pub within the same area of louisiana in one minute \tBookRestaurant\nplease book me a restaurant\tBookRestaurant\nbook a reservation for me and my step brother at amt coffee in lakemoor\tBookRestaurant\ni want to book a churrascaria in romeoville at ten a m for four people \tBookRestaurant\ntable for 5 a m  at baker s keyboard lounge\tBookRestaurant\nplease book me a table at a bistro which serves lorna doone \tBookRestaurant\ni want to book a restaurant for six people in wagstaff ak \tBookRestaurant\ni would like to book a highly rated restaurant for a party of ten \tBookRestaurant\ni want to book a sundanese gastropub nearby in texas for 3 people on 5/20/2025 \tBookRestaurant\nbook a party of five at seagoville for 06:42\tBookRestaurant\nbook spot for 9 at thurmont\tBookRestaurant\ni want to book a restaurant in sixteen seconds for 5 people in gold point montana \tBookRestaurant\ni want to eat in ramona\tBookRestaurant\nbook a party at their campus within the same area for churrascaria\tBookRestaurant\nbook me a reservation for a party of 3 at a pub in northern mariana islands\tBookRestaurant\ni want to book a bougatsa restaurant in next year nearby penn for three people \tBookRestaurant\nbook a reservation for nine people at the best pub nearby tangier in six months\tBookRestaurant\nneed a table somewhere in quarryville 14 hours from now\tBookRestaurant\nwhat will the weather be faraway from here\tGetWeather\nwill there be fog in tahquamenon falls state park\tGetWeather\ntell me the weather forecast for gibsland\tGetWeather\nis there a storm now in nc\tGetWeather\nwhat will the weather be in monument of lihula on december the 5th\tGetWeather\nweather next year in dominica\tGetWeather\nwhen will it be hot here\tGetWeather\nwhat will the weather be in 1 day in kuwait\tGetWeather\nwhat kind of weather will be in ukraine one minute from now\tGetWeather\nhumidity in olvey new hampshire\tGetWeather\nwhat s the weather going to be in ut\tGetWeather\nhumidity not far from colorado city on november the 7th  2024\tGetWeather\nwhat is the forecast for wyoming at stanardsville during the storm\tGetWeather\nwhat will the weather be in north carolina\tGetWeather\nwhat is the forecast starting 11 weeks from now nearby the state of wisconsin\tGetWeather\nwill it be rainy at sunrise in ramey saudi arabia\tGetWeather\ncheck the forecast for nebraska \tGetWeather\nwill it be warmer in north korea at nineteen o clock\tGetWeather\nlet me know the weather forecast around ten pm faraway from here in park narodowy brimstone hill fortress \tGetWeather\nwill it be stormy in the ouachita national forest\tGetWeather\ntell me if it will be snowy 8 hours from now in mount airy  vi\tGetWeather\nwhat will the weather be nineteen hours from now neighboring saint kitts and nevis\tGetWeather\nwill there be hail on 11/12/2036 in singapore\tGetWeather\nwill it be colder here in 48 and a half weeks\tGetWeather\nwhat s the weather going to be in knobel\tGetWeather\nwhat will the weather be in dane on sep  the fifth  2030\tGetWeather\nwhat will the weather be in ohio\tGetWeather\ni need to know the weather for jan  the 3rd in mexico when i go to port vue\tGetWeather\nwhat is the forecast for ōtone prefectural natural park in 1 hour and within the same area\tGetWeather\nwhat kind of weather is forecast around one pm near vatican\tGetWeather\nwill it be chilly in weldona\tGetWeather\nwill it be colder in virgin islands national park\tGetWeather\nwill it be hot at 13:19 in de funiak springs serbia and montenegro\tGetWeather\nwhat is the weather going to be like in virginia on st  patrick s day\tGetWeather\nweather in kaneville maryland\tGetWeather\nwhen is sunrise for ar\tGetWeather\nwhat will the weather be not far from here on october the nineteenth  2026\tGetWeather\nwhat is the forecast for waurika in samoa\tGetWeather\ntell me the weather forecast here\tGetWeather\nwhat is the weather forecast nearby nicodemus\tGetWeather\nwhat will the weather be in nov  in brookneal\tGetWeather\nwill it be colder four months from now in suwanee ak\tGetWeather\nwhat is the weather forecast for burundi\tGetWeather\nwhat s the weather in benton city\tGetWeather\nwhat will the weather be in ky on oct  16  2036\tGetWeather\nwill the sun be out in 1 minute in searcy  uganda\tGetWeather\nwhat is the weather here\tGetWeather\nwhat will the weather be one second from now in chad\tGetWeather\nwhat kind of weather is forecast in ms now\tGetWeather\nwhat is the forecast for la for freezing \tGetWeather\nhow cold will it be here in 1 second \tGetWeather\nwhat is the forecast for hotter weather at southford falls state park\tGetWeather\nwhat is the overcast forecast for the current position starting on jul  19  2030\tGetWeather\nwhat is the forecast for morocco  at lake ozark on december seventeenth  2022\tGetWeather\nwhat will the humidity be in the current spot at 15:19:29\tGetWeather\nwhat is the forecast in nicodemus and nearby\tGetWeather\nwhat is the weather going to be like in benton colorado in 2 and a half months\tGetWeather\nwhat s the weather forecast for bothe-napa valley state park close by february 20\tGetWeather\nwhat is the forecast for beginning on nov  17 for franklinville\tGetWeather\nwhat s the forecast for sep  26 in emerado saint pierre and miquelon\tGetWeather\nwill there be a blizzard next winter in visalia  idaho\tGetWeather\nwill it be warmer in the district of columbia on may 25  2033\tGetWeather\nwhat will the weather be here on dec  7th\tGetWeather\nwhat is the forecast for colder temps beginning on law day here\tGetWeather\nwhat s the weather like in tyonek  new jersey\tGetWeather\nwhat is the forecast for here for blizzard conditions at five pm\tGetWeather\nwill there be a storm in gibsonia at 8 p m\tGetWeather\nwhat is the cold condition of our current position for tomorrow\tGetWeather\nwhat will the weather be in hialeah gardens on october the 24th\tGetWeather\nwill it be freezing today in delaware and lehigh national heritage corridor\tGetWeather\nwhat is the forecast in admire in tx starting at seventeen \tGetWeather\nwhat is the forecast in north carolina for edgemoor\tGetWeather\nwhat is the forecast for costa rica\tGetWeather\nneed weather for parc national tolhuaca to see if it will be fog today\tGetWeather\nweather in walden russia on 12/26/2018\tGetWeather\nwhat s the humidity here right now\tGetWeather\nhow s the weather at petit manan national wildlife refuge and nearby right now\tGetWeather\nwhat is the forecast for lansford for temperate weather\tGetWeather\novercast on state holiday in pawling nature reserve  and neighboring places\tGetWeather\ni need the weather in wakarusa\tGetWeather\ntell me the forecast for 6 am in tatra-nationalpark\tGetWeather\ntell me the weather forecast for ut on thursday\tGetWeather\nwhat is the forecast for turtle islands national park\tGetWeather\nwill it be hotter in pr at 23 o clock\tGetWeather\nweather in two hours  in uzbekistan\tGetWeather\nwhat is the forecast for this afternoon for blizzard conditions in dieterich chad\tGetWeather\nhow s the weather here at two am\tGetWeather\nwill custer national forest be chillier at seven pm\tGetWeather\nwhat is the forecast for starting at three a m in two buttes for warm weather\tGetWeather\nwhat s the weather in fox chapel\tGetWeather\nwhat is the rain forecast for one hour from now in south korea\tGetWeather\ntell me the weather forecast here\tGetWeather\nwill there be a cloud in vi in 14 minutes \tGetWeather\nhow much colder will it be not far from utah around 3 am\tGetWeather\nwill it be chilly midday in cresbard afghanistan\tGetWeather\nwhat will the weather be in sarygamyş sanctuary on august 21  2035\tGetWeather\nwill it be rainy in tenino\tGetWeather\nwill it be hot in the netherlands on february 16th\tGetWeather\nwhere is belgium located\tGetWeather\nwhat will the weather be in milleville beach\tGetWeather\ncan you put on like a hurricane by paul landers\tPlayMusic\nplay the happy blues by ronnie wood \tPlayMusic\nplay the newest melody on last fm by eddie vinson \tPlayMusic\nuse groove shark to play music\tPlayMusic\nplease play something good from u-roy   any song from 1975 on zvooq will do \tPlayMusic\nplay a symphony from 2013 \tPlayMusic\nlet me hear the good songs from james iha\tPlayMusic\nplay my inventive playlist\tPlayMusic\ni want to play music from iheart\tPlayMusic\nplay subconscious lobotomy from jennifer paull \tPlayMusic\ni want to hear a seventies sound track \tPlayMusic\nplay a john maher track\tPlayMusic\nplease play something from dihan slabbert that s on the top fifty\tPlayMusic\nplease play something catchy on youtube\tPlayMusic\nplay something from 2004 by imogen heap on spotify\tPlayMusic\nplay seventies music please \tPlayMusic\nplay music from the artist sean yseult and sort it through top-50\tPlayMusic\nplay anything jd natasha did in the thirties\tPlayMusic\nplay music off netflix \tPlayMusic\nnineties songs on zvooq\tPlayMusic\nopen itunes and play ben burnley ready to die\tPlayMusic\nplay an ep by zak starkey \tPlayMusic\nplay an album from nithyasree mahadevan \tPlayMusic\ni want to listen to something on youtube\tPlayMusic\nstart playing something from iheart\tPlayMusic\nplay trance life on zvooq \tPlayMusic\nfind and play a concerto on zvooq from 1978 by ginger pooley\tPlayMusic\nplay all things must pass \tPlayMusic\ni want to hear music from allen toussaint from the fifties\tPlayMusic\nturn on last fm\tPlayMusic\nplay a song by rahsaan patterson \tPlayMusic\nplay femme fatale by bonobo\tPlayMusic\nplay some anneliese van der pol from the thirties on groove shark\tPlayMusic\ni want to listen to an ep from 1998 \tPlayMusic\nplay paul mccartney\tPlayMusic\nplay jill sobule album\tPlayMusic\nplay chant s from 1973 \tPlayMusic\nplay something from 90s pop rock essentials\tPlayMusic\nplay have you met miss jones by nicole from google music \tPlayMusic\nplay chant by nigger kojak on itunes\tPlayMusic\nplay some sixties songs on google music\tPlayMusic\nplay a fifties album from dj yoda on last fm \tPlayMusic\nplease play my ecstatic playlist \tPlayMusic\nopen deezer and play curtain call: the hits by junichi okada \tPlayMusic\nlet s play jamie robertson s handover on vimeo \tPlayMusic\nplay a sixties soundtrack\tPlayMusic\nplay this is: miles davis on lastfm \tPlayMusic\nlive in l a joseph meyer please\tPlayMusic\nplay the top twenty hisham abbas on youtube\tPlayMusic\nplay some seventies filipp kirkorow\tPlayMusic\nplay the most popular puretone\tPlayMusic\nplay music from e-type \tPlayMusic\ncan you play a j  pero on groove shark\tPlayMusic\nplay a bob burns song\tPlayMusic\ni want to hear leroi moore on vimeo   play the song chance of a lifetime \tPlayMusic\nplay some symphony music from david lindley \tPlayMusic\nplease play something on iheart from artist ari gold last album\tPlayMusic\ni want to hear them from the artist murcof\tPlayMusic\nplay sound track music from the twenties\tPlayMusic\nplay dance with the devil by mr  lordi\tPlayMusic\nplay music from 1996 \tPlayMusic\ngo to itunes and play dr  lecter by david hodges\tPlayMusic\nplay s t r e e t  d a d  from hiromitsu agatsuma through pandora \tPlayMusic\nplay some movement from the fourties\tPlayMusic\nplease tune into chieko ochi s good music\tPlayMusic\nplay the greatest music from bryan maclean \tPlayMusic\nplay something on last fm\tPlayMusic\nplay music by joy nilo \tPlayMusic\nplay some gary lee conner\tPlayMusic\nplay music by brian chase \tPlayMusic\ncan you play top zvooq by fink\tPlayMusic\nplay the top-20 nawang khechog soundtrack\tPlayMusic\nlet s hear stuff from andrew hewitt \tPlayMusic\nplay a good ep from the eighties by peter murphy \tPlayMusic\nplay another passenger from louis nelson delisle \tPlayMusic\nplay the top music from the railway children off last fm \tPlayMusic\nplay the best becca\tPlayMusic\nplay something by duke ellington from the seventies\tPlayMusic\nuse the last fm service to play a mis niños de 30\tPlayMusic\nplay my black sabbath: the dio years playlist \tPlayMusic\nplay an ep from mike harding \tPlayMusic\ni want to hear anything from the rock symphonique genre please \tPlayMusic\nplease play a 1997 record \tPlayMusic\nput what color is your sky by alana davis on the stereo \tPlayMusic\nplease play a movement from george formby jr \tPlayMusic\nplay some new les vandyke on slacker\tPlayMusic\nplease open zvooq\tPlayMusic\nplay progressive metal \tPlayMusic\ni want to hear soundtrack music on youtube from helena iren michaelsen\tPlayMusic\nplay a song by ramesh narayan from 1960\tPlayMusic\nplay some blues britânico \tPlayMusic\nproceed with hitomi nabatame music from 2003 \tPlayMusic\nplay something on zvooq\tPlayMusic\nplay music from lynn & wade llp \tPlayMusic\nlet me hear chris knight music\tPlayMusic\nlet s hear good mohammad mamle on vimeo \tPlayMusic\nplease play a sound track from the fifties that s on iheart\tPlayMusic\nplay music from van-pires by dmitry malikov \tPlayMusic\nplay rich sex on iheart\tPlayMusic\nplay modern psychedelia \tPlayMusic\nrate this album four out of 6 stars\tRateBook\ngive this textbook four stars \tRateBook\nrate a twist in the tale zero out of 6 points\tRateBook\nrate the children of niobe 1 out of 6 points \tRateBook\ngive zero stars to halo: ghosts of onyx\tRateBook\ngive this novel a score of 5\tRateBook\ngive the current series four of 6 points \tRateBook\ngive 4 out of 6 points to the spirit ring chronicle\tRateBook\ngive two stars out of 6 to 36 children\tRateBook\nrate the sneetches and other stories a three\tRateBook\nrate the current series four stars \tRateBook\nrate this book a 4 out of 6\tRateBook\nrate the current novel 5 of 6 stars\tRateBook\nrate this book a 1 \tRateBook\ngive zero out of 6 to the current album\tRateBook\ngive this album 5 points \tRateBook\nrate the mystery of the tolling bell series 4 stars \tRateBook\ngive the current novel two stars \tRateBook\ngive the current book 4 stars\tRateBook\ngive joe magarac and his usa citizen papers 5 points\tRateBook\nrate the guilty 0 of 6 points\tRateBook\nrate this textbook four out of 6\tRateBook\ngive the catedral series four stars \tRateBook\nreminiscences of the anti-japanese guerillas chronicle deserves zero points out of 6 for a rating \tRateBook\ngive small screen  big picture a 0 out of 6 rating \tRateBook\ngods and pawns should get a three\tRateBook\ngive zero stars to this textbook\tRateBook\nrate the current novel a 4 out of 6 stars \tRateBook\nrate the book the atmospheric railway 5 out of 6\tRateBook\nrate black boy 4 out of 6\tRateBook\nrate the chronicle current 1 star\tRateBook\nmark this album a score of 5\tRateBook\nrate the current novel zero out of 6\tRateBook\nrate the current novel a 2\tRateBook\ngive the giant devil dingo 4 points \tRateBook\nrate this current novel two out of 6 \tRateBook\ngive monthly index of medical specialities a two out of 6 rating \tRateBook\nrate this novel 2 out of 6 points\tRateBook\nrate the current novel 3 stars\tRateBook\nrate the current essay zero out of 6 stars\tRateBook\nrate this current album 0 stars\tRateBook\ngive a brief stop on the road from auschwitz 1 out of 6 stars\tRateBook\nrate this album 4 out of 6 stars\tRateBook\nrate hate that cat 1 out of 6 stars \tRateBook\ngive my current book one of 6 stars\tRateBook\nrate current novel one stars \tRateBook\ngive five out of 6 points to this album\tRateBook\ngive a rating of 2 to juneteenth \tRateBook\nrate ruth five out of 6 points \tRateBook\nrate the sea of trolls 1 stars out of 6\tRateBook\ngive the zenith angle one out of 6 points\tRateBook\ngive zero stars to rhialto the marvellous\tRateBook\ngive the current book a zero of 6\tRateBook\nrate personal demons 0 out of 6 points\tRateBook\nrate the current series a 4\tRateBook\ngive one of 6 points to who will cry when you die\tRateBook\ngive zero out of 6 stars to this album\tRateBook\ngive this novel 2 stars\tRateBook\nrate the 8-week cholesterol cure three out of 6 \tRateBook\nrate this novel 3 out of 6 points\tRateBook\nrate the lives of john lennon five points\tRateBook\ngive the american scene 2 of 6 stars\tRateBook\nrate this textbook a one \tRateBook\ngive summer of the swans 1 points \tRateBook\ngive the current textbook a rating of five \tRateBook\ngive 4 points to the person and the common good\tRateBook\ngive a four rating to a world apart \tRateBook\nrate this chronicle 0 points\tRateBook\ngive wilco: learning how to die a rating of four points \tRateBook\nrate this saga two out of 6 \tRateBook\nrate the gift: imagination and the erotic life of property five stars\tRateBook\nrate neverwhere four out of 6\tRateBook\nrate in the company of cheerful ladies a zero out of 6\tRateBook\ngive one start to the current book\tRateBook\ngive this chronicle a 2 rating \tRateBook\nrate this essay a 1\tRateBook\nout of 6  give rivers of babylon a 1\tRateBook\ngive 5 of 6 stars to expressive processing\tRateBook\nrate the ghost house series a one\tRateBook\nrate know ye not agincourt 2 out of 6 stars\tRateBook\ni would rate theft: a love story four out of 6 stars \tRateBook\nrate the further adventures of the joker four stars\tRateBook\ngive 0 rating to in the heart of the country\tRateBook\ngive 1 out of 6 rating to the current textbook\tRateBook\ngive the current chronicle five of 6 points\tRateBook\nrate cotton comes to harlem a 2\tRateBook\ngive this album one stars\tRateBook\nrate the adventures of augie march one points\tRateBook\nrate soul music a 0 \tRateBook\ngive hindu temples: what happened to them a 5 out of 6 stars \tRateBook\ngive this novel a 1 \tRateBook\nrate the current textbook 1 out of 6\tRateBook\ngive this textbook 0 out of 6 stars\tRateBook\ngive the crystal snare 5 stars\tRateBook\nrate this saga two out of 6 \tRateBook\ngive wilco: learning how to die a rating of four points \tRateBook\nrate this book 3 stars out of 6\tRateBook\nrate the three junes one out of 6\tRateBook\ngive four stars to the broken window\tRateBook\nrate the current series 4 points\tRateBook\nwish to find the movie the heart beat\tSearchCreativeWork\nplease look up the tv show  vanity \tSearchCreativeWork\nget me the elvis  christmas album tv show \tSearchCreativeWork\nplease find me the saga  the deep six \tSearchCreativeWork\nwish to see the photograph with the name live: right here\tSearchCreativeWork\nlooking for a novel called death march\tSearchCreativeWork\ncan you find me the work  the curse of oak island\tSearchCreativeWork\nplease get me the sacred and profane love machine game \tSearchCreativeWork\nneed a creative work called hit by love\tSearchCreativeWork\nsearch for the trailer for the office\tSearchCreativeWork\nlooking for a creative work called plant ecology\tSearchCreativeWork\nfind the television show to me\tSearchCreativeWork\ncan you please find me the saga chump change\tSearchCreativeWork\ncan you find me the ridiculous 6 book\tSearchCreativeWork\nplease fine me the tv series  now we are married \tSearchCreativeWork\nplease look up the work  bachelor pad \tSearchCreativeWork\nplease help me find the late night heartbroken blues television show \tSearchCreativeWork\nplease help me find  bend it like beckham the musical \tSearchCreativeWork\nplease look up the tv series parables for wooden ears \tSearchCreativeWork\ncan you find me  hey man\tSearchCreativeWork\nplease search for switched \tSearchCreativeWork\ncan you get me the controlled conversations tv series\tSearchCreativeWork\nplease look up the song the mad magician \tSearchCreativeWork\nplease search for the tv show  the best of white lion \tSearchCreativeWork\nplease find me phineas redux \tSearchCreativeWork\nget me the procession of ants tv show \tSearchCreativeWork\nlooking for a game called phinally phamous\tSearchCreativeWork\ncan you search the daring youth saga\tSearchCreativeWork\nlook for the book the girl who was plugged in \tSearchCreativeWork\nfind me a tv show called baby blue\tSearchCreativeWork\nsearch for appalachian journey\tSearchCreativeWork\nlook for the television show meet the prince\tSearchCreativeWork\ncan you find me cracks the safe\tSearchCreativeWork\nplease help me search the hell money saga \tSearchCreativeWork\nget me the secret south song \tSearchCreativeWork\ncan you find me the work titled music for millions\tSearchCreativeWork\nplease search for the painting titled this is the night \tSearchCreativeWork\ncould you locate the epic conditions picture\tSearchCreativeWork\nget me the trailer of good morning sunshine\tSearchCreativeWork\nplease search the an introduction to karl marx painting \tSearchCreativeWork\ncan you find me the blue spring trailer\tSearchCreativeWork\ncould you find the tv series the approach\tSearchCreativeWork\nsearch for the tv show  a lawless street \tSearchCreativeWork\nplease look up three essays on the theory of sexuality show \tSearchCreativeWork\nplease get me the compulsive disclosure song \tSearchCreativeWork\ncan you look up the molecular oncology saga\tSearchCreativeWork\nsearch for the sound of one hand clapping\tSearchCreativeWork\nfind the creative work deadly weapons\tSearchCreativeWork\nneed the creative work called the logic of scientific discovery\tSearchCreativeWork\ncan you find me the national anthem of the ancient britons television show\tSearchCreativeWork\ncan you please find me the harry hood saga\tSearchCreativeWork\ncan you find me the work  bible translations into hawaii pidgin\tSearchCreativeWork\nplease look up and find me monty python live at the hollywood bowl \tSearchCreativeWork\nplease search for mary \tSearchCreativeWork\nplease search the game atla: all this life allows \tSearchCreativeWork\nfind me the novel with the name to lose my life …\tSearchCreativeWork\nlooking for a song with the title of live at the kings center\tSearchCreativeWork\ncan you find the american bison photograph\tSearchCreativeWork\ncan you find me the free for all show\tSearchCreativeWork\nplease find me the olympia 74 soundtrack \tSearchCreativeWork\nlook for the album slave to the grind\tSearchCreativeWork\nplease find me the projekt: the new face of goth \tSearchCreativeWork\ncan you get me the message from god saga\tSearchCreativeWork\nfind me the soundtrack a honeymoon adventure\tSearchCreativeWork\nplease get me the henderson kids saga \tSearchCreativeWork\nfind the movie splendor in the grass\tSearchCreativeWork\nam looking for a book with the title free to play\tSearchCreativeWork\nlook for the tv series jersey boys\tSearchCreativeWork\ncan you search the book  paris - when it sizzles\tSearchCreativeWork\nlooking for a painting with the title with you\tSearchCreativeWork\nplease find me the classified book \tSearchCreativeWork\nlook for the show v-the new mythology suite\tSearchCreativeWork\nfind the creative work face down\tSearchCreativeWork\nfind four songs\tSearchCreativeWork\nfind me the soundtrack live at the greek theatre\tSearchCreativeWork\nplease search for the television show  episodi di the blacklist \tSearchCreativeWork\nfind a creative work called fire in the hole\tSearchCreativeWork\nlooking for the picture with the name of who made stevie crye\tSearchCreativeWork\nlook for the album wolves within\tSearchCreativeWork\nfind the album orphan girl at the cemetery\tSearchCreativeWork\nplease find me the journal of the british astronomical association movie \tSearchCreativeWork\nfind the tv show the daydreamer\tSearchCreativeWork\ncan you please get me the book dracula 5: the blood legacy\tSearchCreativeWork\nplease look up the novel  live to dance \tSearchCreativeWork\nplease find me the video game titled 20 hours in america \tSearchCreativeWork\nfind the creative work the devil in stitches\tSearchCreativeWork\nplease look up the work  prophets \tSearchCreativeWork\ni m looking for welcome to the canteen\tSearchCreativeWork\nplease search for the journal of official statistics show \tSearchCreativeWork\nplease look up show-biz blues photograph \tSearchCreativeWork\nplease search the woodsmen of the west \tSearchCreativeWork\ncan you find the creative works associated with caryl & marilyn: real friends\tSearchCreativeWork\nplease get me the dead soul saga \tSearchCreativeWork\nplease search the live from leeds album \tSearchCreativeWork\nplease look up the johnny english - la rinascita painting \tSearchCreativeWork\ncan you find me the sword with no name trailer\tSearchCreativeWork\ni wish to watch the fold trailer  please search \tSearchCreativeWork\ncan you find me the almost human painting\tSearchCreativeWork\nplease find me the work  serious awesomeness \tSearchCreativeWork\nsearch for the game difficult loves\tSearchCreativeWork\nis babar: king of the elephants playing \tSearchScreeningEvent\nis the ghost playing\tSearchScreeningEvent\nis bartok the magnificent playing at seven am\tSearchScreeningEvent\nwhat s the movie schedule\tSearchScreeningEvent\ni want to see jla adventures: trapped in time\tSearchScreeningEvent\nwhen is the fox and the child playing in this cinema\tSearchScreeningEvent\nshow me the schedule for rat rod rockers\tSearchScreeningEvent\nis any which way you can playing in 15 seconds\tSearchScreeningEvent\ni want to see the portrait of a lady at the nearest cinema \tSearchScreeningEvent\nwhere can i see the prime ministers: the pioneers\tSearchScreeningEvent\ni need to find the movie theatre showing the crooked web closest to me\tSearchScreeningEvent\ni want to see while the sun shines at the closest movie house \tSearchScreeningEvent\ni want to see those kids from town  when will it be showing\tSearchScreeningEvent\nfind the schedule for the comedian at santikos theatres \tSearchScreeningEvent\nwhat are the movie schedules for my favorite theaters \tSearchScreeningEvent\nwhat are the movies showing in the neighbourhood \tSearchScreeningEvent\nis without witness playing twenty two hours from now\tSearchScreeningEvent\ni need animated movies in the area for dinner time\tSearchScreeningEvent\ni want to see i dream of jeanie in a movie theatre\tSearchScreeningEvent\ncan i see ellis island revisited in 1 minute\tSearchScreeningEvent\ni want animated movies at mjr theatres\tSearchScreeningEvent\nshow me the schedule for the oblong box\tSearchScreeningEvent\ni want to know if there are any movies playing in the area \tSearchScreeningEvent\nis what a wonderful place showing at cinemark theatres\tSearchScreeningEvent\nshow the closest movie theatre that shows boycott\tSearchScreeningEvent\ni want to see doa: dead or alive at loews cineplex entertainment \tSearchScreeningEvent\nis the nightmare showing six hours from now at the nearest cinema \tSearchScreeningEvent\nwhat is the nearest movie house with window connection playing at lunch\tSearchScreeningEvent\nis patrick still lives showing at amc theaters\tSearchScreeningEvent\nfine the movie schedules for the wanda group \tSearchScreeningEvent\ngive me the movie schedule nearby\tSearchScreeningEvent\nfind the schedule at the douglas theatre company \tSearchScreeningEvent\nshow me the movies at harkins theatres \tSearchScreeningEvent\nwhat movies at star theatres \tSearchScreeningEvent\ni want a movie schedule \tSearchScreeningEvent\ncan i get the movie times\tSearchScreeningEvent\ni want to see medal for the general\tSearchScreeningEvent\ncan i get the times for movies in the neighbourhood\tSearchScreeningEvent\nmay i have the movie schedules for speakeasy theaters\tSearchScreeningEvent\nfind animated movies close by\tSearchScreeningEvent\nis american primitive showing in santikos theatres\tSearchScreeningEvent\nwhat are the movie schedules in the neighborhood\tSearchScreeningEvent\ncheck the schedule for bow tie cinemas \tSearchScreeningEvent\ncheck the timings for snowbound at the closest movie theatre \tSearchScreeningEvent\nwhat are the movie times at caribbean cinemas\tSearchScreeningEvent\ni need films in the neighborhood\tSearchScreeningEvent\nshow the movie schedules in the neighborhood\tSearchScreeningEvent\nwhere s the nearest movie house showing foreign films\tSearchScreeningEvent\nwhat movies are showing now at the closest cinema\tSearchScreeningEvent\nis rumor has it playing\tSearchScreeningEvent\ni need a list of speakeasy theaters movie times\tSearchScreeningEvent\nwhen is the outer space connection playing at the nearest cinema \tSearchScreeningEvent\nfind the movie times at harkins theatres \tSearchScreeningEvent\nfind the films at century theatres \tSearchScreeningEvent\nshow the animated movies playing in the neighbourhood\tSearchScreeningEvent\ni want to see fear chamber \tSearchScreeningEvent\nshow me southern theatres movie times\tSearchScreeningEvent\nis the unnaturals showing at 13 \tSearchScreeningEvent\nis no time to be young showing at amc theaters\tSearchScreeningEvent\nfind the movie schedules for regal entertainment group \tSearchScreeningEvent\ni want to see shattered image \tSearchScreeningEvent\nfind the schedule at star theatres \tSearchScreeningEvent\nwill i think i do be playing at 7 pm\tSearchScreeningEvent\nshow me the schedule for arclight hollywood for only animated movies\tSearchScreeningEvent\nfind the schedule for great mail robbery \tSearchScreeningEvent\ngive me the movies in the neighborhood \tSearchScreeningEvent\nwhat movies are playing close by\tSearchScreeningEvent\nis the two gladiators playing\tSearchScreeningEvent\nwhat s the movie schedule for great escape theatres\tSearchScreeningEvent\nfind the movie schedule close by\tSearchScreeningEvent\ni want to see outcast \tSearchScreeningEvent\nshow me the schedule of movie the great gildersleeve near movie house\tSearchScreeningEvent\ni need times for a yiddish world remembered at dipson theatres\tSearchScreeningEvent\nfind the movie schedules at goodrich quality theaters \tSearchScreeningEvent\nshow me the movie schedule in the neighbourhood \tSearchScreeningEvent\nshow me the movie times for films  nearby\tSearchScreeningEvent\nshow the movie times for animated movies in the neighbourhood\tSearchScreeningEvent\nis the eye – infinity playing at general cinema corporation\tSearchScreeningEvent\ncan you check the timings for super sweet 16: the movie\tSearchScreeningEvent\nis we are northern lights playing in any movie theatre\tSearchScreeningEvent\nwhat times will the young swordsman be showing at my cinema\tSearchScreeningEvent\nshow the sexy dance 2 times at the  closest movie house\tSearchScreeningEvent\nwhat are some close by animated movies showing\tSearchScreeningEvent\nmovie schedules close by for animated movies\tSearchScreeningEvent\nwhat films are playing close by\tSearchScreeningEvent\nfind the movie schedule in the area \tSearchScreeningEvent\nis cowboy canteen playing\tSearchScreeningEvent\nis rare birds showing at the nearest movie theatre at noon \tSearchScreeningEvent\nwhat are the movie times\tSearchScreeningEvent\nwhere can i find the movie schedules\tSearchScreeningEvent\nfind the movie schedule for north american cinemas in eleven seconds \tSearchScreeningEvent\nfind the nearest cinema with movies playing\tSearchScreeningEvent\nwhat are the movie times\tSearchScreeningEvent\nwhat are the times for the gingerbread man\tSearchScreeningEvent\nwhat films are playing close by\tSearchScreeningEvent\nis any cinema playing the spirit of youth\tSearchScreeningEvent\nwhat are the movie times for animated movies in the neighbourhood\tSearchScreeningEvent\nwhat s the movie schedule at great escape theatres\tSearchScreeningEvent\nshow the times for cheers for miss bishop at dipson theatres \tSearchScreeningEvent\ni want to see married to the enemy 2 at a cinema \tSearchScreeningEvent\n"
  },
  {
    "path": "data/snips/test.tsv",
    "content": "text\tlabel\nadd sabrina salerno to the grime instrumentals playlist\tAddToPlaylist\ni want to bring four people to a place that s close to downtown that serves churrascaria cuisine  \tBookRestaurant\nput lindsey cardinale into my hillary clinton s women s history month playlist  \tAddToPlaylist\nwill it snow in mt on june 13  2038\tGetWeather\nplay signe anderson chant music that is newest\tPlayMusic\ncan you let me know what animated movies are playing close by\tSearchScreeningEvent\ncan you get me reservations for a highly rated restaurant in seychelles\tBookRestaurant\nwhat s the weather here on 2/7/2021\tGetWeather\nfind worldly goods starting now at a movie house\tSearchScreeningEvent\non june 27  2026 i d like to go to a delaware gastropub\tBookRestaurant\nwhat movies are playing at mann theatres\tSearchScreeningEvent\nfind a movie called living in america \tSearchCreativeWork\nfind on dress parade\tSearchScreeningEvent\nmake a reservation at a bakery that has acquacotta in central african republic for five \tBookRestaurant\nwhere can i purchase the tv show time for heroes\tSearchCreativeWork\nwill the wind die down at my current location by supper time\tGetWeather\nplease search the young warriors game \tSearchCreativeWork\nmake me a reservation in south carolina\tBookRestaurant\nwhat movie theatre is showing if the huns came to melbourne\tSearchScreeningEvent\nrestaurant in bulgaria this week party for 9 numbers\tBookRestaurant\nrate the current novel four of 6 stars\tRateBook\nadd the song don t drink the water to my playlist\tAddToPlaylist\nadd this tune by rod argent to propuesta alternativa playlist\tAddToPlaylist\nshow the movie times\tSearchScreeningEvent\nwill it snow in amy\tGetWeather\nwhat will the weather be at nine am in hi\tGetWeather\nin one hour find king of hearts\tSearchScreeningEvent\nbook a spot for ten at a top-rated  caucasian restaurant not far  from selmer\tBookRestaurant\nplay music from clark kent in the year 1987\tPlayMusic\nadd to the rock games\tAddToPlaylist\nadd this artist to pop 2017 picks\tAddToPlaylist\ni rate shadow of suribachi at five stars \tRateBook\nplay some sixties music \tPlayMusic\nwhat film is playing nearby\tSearchScreeningEvent\nadd nothing fancy to meditate to sounds of nature playlist\tAddToPlaylist\nget the video game of the chipmunk song\tSearchCreativeWork\nrate lamy of santa fe 5 of 6 stars\tRateBook\nshow me movie schedules\tSearchScreeningEvent\nwhat will the weather be in lago vista on october fourteenth  2022\tGetWeather\nweather next year in canada\tGetWeather\nplay a new symphony by perfecto de castro on lastfm\tPlayMusic\nrate cuisines of the axis of evil and other irritating states one out of 6\tRateBook\nplay arif music from the fourties \tPlayMusic\nwhat is the weather of east portal ks\tGetWeather\nplay a melody from elmer bernstein\tPlayMusic\nwhat is the weather going to be like in klondike gold rush national historical park on february the 28th  2034\tGetWeather\nplay songs by sarah harding\tPlayMusic\nrate the chronicle ten from tomorrow a 2\tRateBook\nbook a table for 2 at a restaurant in follett\tBookRestaurant\nbook a brasserie in samoa for four people \tBookRestaurant\nplay the new noise theology e p \tSearchCreativeWork\nfind a reservation at a restaurant that serves gougère in laneville with a party of nine\tBookRestaurant\nfind the cold dead hand video game for me\tSearchCreativeWork\nbook a bakery for lebanese on january 11th  2032\tBookRestaurant\nrate the book an appeal from the new to the old whigs a 0\tRateBook\nbook a table for 8 at a restaurant that serves far breton \tBookRestaurant\nrate this current novel 1 stars\tRateBook\ni rate secret water as a 4 \tRateBook\nis unbeatable harold at century theatres\tSearchScreeningEvent\nplease find me asking alexandria discography\tSearchCreativeWork\nwhat will the weather be in berville ak on feb  6  2017\tGetWeather\nis it warm in botna\tGetWeather\nplease add a track to my playlist called this is coti\tAddToPlaylist\nfind the via dolorosa: songs of redemption saga\tSearchCreativeWork\ncan you add confessions to my playlist called clásica\tAddToPlaylist\nfind the schedule for nearby animated movies \tSearchScreeningEvent\nbook a table today at a steakhouse for eight that serves sashimi\tBookRestaurant\nplay the last sound track by soko from around 1975\tPlayMusic\nadd this song to blues roots\tAddToPlaylist\ncoon chicken inn restaurant for 1 am for me  clarice and debbie\tBookRestaurant\nadd karusellen to jazz brasileiro\tAddToPlaylist\nplay some steve boyett chant music\tPlayMusic\ngive 1 out of 6 points to this novel\tRateBook\nshow the movie schedule of animated movies close by\tSearchScreeningEvent\nplease play the newest music by evil jared hasselhoff\tPlayMusic\nadd tune to my mellow bars playlist\tAddToPlaylist\nput coming back to life onto winter music\tAddToPlaylist\nrate this textbook a zero\tRateBook\ni want to hear any tune from the twenties\tPlayMusic\nplay me a top-ten song by phil ochs on groove shark\tPlayMusic\nfind a video game called family dog \tSearchCreativeWork\nrate awaiting strange gods: weird and lovecraftian fictions a 1\tRateBook\nadd lisa m to my guitar hero live playlist\tAddToPlaylist\nwhat is the weather forecast for my current place\tGetWeather\nadd strong to the metal monday playlist\tAddToPlaylist\nwhere can i find conduct unbecoming\tSearchCreativeWork\nwill it be freezing in the current position\tGetWeather\nadd the da brat track to the soak up the sun playlist \tAddToPlaylist\nadd a track to the another glass playlist \tAddToPlaylist\nfind now and forever\tSearchScreeningEvent\nthe workout playlist needs more chris cross\tAddToPlaylist\nplay some jungle music on iheart\tPlayMusic\ngive 1 point to current textbook\tRateBook\nput no mystery into my punk essentials playlist  \tAddToPlaylist\ni want to put look to you on the playlist named 80s classic hits\tAddToPlaylist\nwhat time is beat the devil coming on at mann theatres\tSearchScreeningEvent\nrate the current chronicle a zero\tRateBook\nadd garry shider album to my classical essentials\tAddToPlaylist\nadd the artist cho kyu hyun to funky jams\tAddToPlaylist\nfind the work i looked up\tSearchCreativeWork\nplay this is colour by panda bear\tPlayMusic\nplay the god that failed on vimeo \tPlayMusic\ncan i get the butterfly crush showings\tSearchScreeningEvent\nadd hanging on to my just dance by aftercluv playlist \tAddToPlaylist\nshow me when scandalous john is playing \tSearchScreeningEvent\na day no pigs would die deserves a best rating of 6 and a value of 4\tRateBook\nfor my crossfit playlist add the soul sessions volume 2\tAddToPlaylist\nplay some james cleveland \tPlayMusic\nput this tune on dancepop\tAddToPlaylist\nwhat time will paris by night aired\tSearchScreeningEvent\nplay music on spotify \tPlayMusic\ni want a matt garrison tune in my fresh finds fire emoji playlist  \tAddToPlaylist\nwill there be snowfall at six pm in leisure knoll california\tGetWeather\nsearch for the television show me and my guitar\tSearchCreativeWork\ntell me when it will be chilly in chicken  united kingdom\tGetWeather\nis it windy in telogia\tGetWeather\nfind a tv show called revenge of the nerds \tSearchCreativeWork\nfind the video game called turnin me on\tSearchCreativeWork\nplay the song i get ideas as performed by richard kruspe\tPlayMusic\nadd turk to the deep house playlist\tAddToPlaylist\nfind a reservation at fish express\tBookRestaurant\ncheck the forecast for the current spot in the future oct  19  2037 \tGetWeather\nhow can i view the show corpus: a home movie about selena\tSearchCreativeWork\ni would rate that old ace in the hole one stars and a best rating of 6\tRateBook\nadd the rating for this current series a four out of 6 points\tRateBook\nadd justin mcroberts to this is chopin\tAddToPlaylist\nbook a bar that serves italian-american cuisine neighboring wilson av for one person \tBookRestaurant\nis fog forecast close-by to pakistan\tGetWeather\nbook a restaurant for 3 people at eighteen oclock in saint vincent and the grenadines \tBookRestaurant\nfind the schedule for films at night at great escape theatres \tSearchScreeningEvent\nis there snow in the district of columbia\tGetWeather\nfind a movie schedule\tSearchScreeningEvent\nrate the beggar of volubilis 1 out of 6\tRateBook\nwhat is the forecast in heber\tGetWeather\nplease play an album from 1987\tPlayMusic\nshow me the courts of chaos\tSearchCreativeWork\ngive the current book five stars out of 6 \tRateBook\nwhen is fine  totally fine playing\tSearchScreeningEvent\nadd a tune to clásicos del hip hop español\tAddToPlaylist\nplay jawad ahmad\tPlayMusic\nwhat is the forecast for in 1 second at monte sereno for freezing temps\tGetWeather\ni would like to eat fast food and have a party of two in kentucky \tBookRestaurant\nplay music from itunes for ric grech\tPlayMusic\nadd jennie  jennie to my metal playlist\tAddToPlaylist\nshow the tv show the last samurai \tSearchCreativeWork\nadd rob tyner to betsy s we everywhere\tAddToPlaylist\nshow me the weather forecast for the city of spencer\tGetWeather\nhow is the weather in getzville  minnesota\tGetWeather\nwhat is dear old girl cooper foundation\tSearchScreeningEvent\ni need a weather forecast for são tomé and príncipe on december 8th  2026\tGetWeather\nwhat animated movies are showing in the area \tSearchScreeningEvent\ntell me the weather forecast for april 15  2019 here\tGetWeather\nplay the track asleep in the deep\tPlayMusic\nplay kurt cobain ballad tunes\tPlayMusic\ncan you add a track to my spain top 50 playlist\tAddToPlaylist\nat meal time while i m here will it be hot\tGetWeather\ncan you find me the magic hour song\tSearchCreativeWork\nadd mary wells sings my guy to the electro sur playlist \tAddToPlaylist\nplay some kyle ward from the seventies\tPlayMusic\nbook a table around london borough of ealing that is highly rated in a gluten free bar\tBookRestaurant\nwhen is crime and punishment u s a  showing\tSearchScreeningEvent\nwill it snowstorm in long lake national wildlife refuge\tGetWeather\nrate current essay a zero\tRateBook\nbook me a reservation at a bar around juliff for three people that serves bucatini for now\tBookRestaurant\nbook a highly rated place in in in seven years  at a pub\tBookRestaurant\nwhat time is southern theatres showing ukraine is not a brothel\tSearchScreeningEvent\nadd this album ny bill callahan to my mi casa es la tuya playlist oficial list \tAddToPlaylist\nfind a soundtrack called pax warrior\tSearchCreativeWork\nbook a table for ten for breakfast in minnesota \tBookRestaurant\nwhat is the local movie schedule\tSearchScreeningEvent\nbook a restaurant for three on feb  18\tBookRestaurant\ni d like to know what movies are on the movie schedules nearby \tSearchScreeningEvent\nplease make me reservations somewhere for eight people in foley  nv\tBookRestaurant\nshe me movie times at mann theatres\tSearchScreeningEvent\nfind the picture ultima vi: the false prophet\tSearchCreativeWork\nplay the best album from the seventies\tPlayMusic\nadd kylie minogue to my novedades viernes sudamérica playlist  \tAddToPlaylist\nis it freezing in colorado\tGetWeather\nthe last hawk gets a total of 3 out of 6 stars from me\tRateBook\nwill it be stormy in ma\tGetWeather\nplay pop 2017 picks\tPlayMusic\nplay some theme songs from 1974\tPlayMusic\nwhat will the weather be in la at 9 o clock\tGetWeather\ncan you add xanadu to latin alternative music\tAddToPlaylist\ncan you find me the naked city – justice with a bullet album\tSearchCreativeWork\nplease search the work  eve-olution \tSearchCreativeWork\nadd i dreamt of a dragon to my futuros hits playlist  \tAddToPlaylist\nadd this artist to the laugh list\tAddToPlaylist\ni d like to eat at a restaurant around china with a party of 7 anywhere that serves ouzeri\tBookRestaurant\nthe sleep machine waterscapes playlist needs some kris chetan ramlu in it  \tAddToPlaylist\nrate the current chronicle five stars\tRateBook\nrate this novel five of 6\tRateBook\nmy rating for the eiffel tower and other mythologies is 0 out of 6 stars\tRateBook\ni d like a table for midday at the unseen bean\tBookRestaurant\nwhere can i see the movie across the line: the exodus of charlie wright\tSearchCreativeWork\nturn on spotify to tiny tim ep\tPlayMusic\nwhat are the movie schedules\tSearchScreeningEvent\ni want a table for me and my kids in turkey at a neighboring restaurant\tBookRestaurant\nplay a top 5 song from wally bastian on google music\tPlayMusic\nplease search the ironbound picture \tSearchCreativeWork\nput a gary clark song into the soul bpm playlist  \tAddToPlaylist\nwill it be hot on orthodox good friday in michigan and close-by\tGetWeather\ni want to see the television show called cuts both ways\tSearchCreativeWork\ni d like to reserve a table at a pub that serves andouillettes within the same area in san marino \tBookRestaurant\nwhat is the weather like in hurstville\tGetWeather\nput this album on my wild country playlist\tAddToPlaylist\nrate this textbook 2 out of 6\tRateBook\nsearch for the complots\tSearchCreativeWork\nfind the schedule for the band of honest men at the nearest movie theatre \tSearchScreeningEvent\nwhat will the weather be in waverly city brazil on purple heart day\tGetWeather\nwhat is the weather forecast in delaware\tGetWeather\nplay a top-50 tune from 1982 \tPlayMusic\nplay shinji miyazaki s music on netflix\tPlayMusic\ncan i get the game list of mew singles\tSearchCreativeWork\nwhat s the forecast for belize around meal time\tGetWeather\nadd gary lachman track to jazz for loving couples playlist\tAddToPlaylist\nfind the path to power \tSearchCreativeWork\nput artist paulinho da costa on my very nearly nashville playlist\tAddToPlaylist\ni am looking for the work: nikki\tSearchCreativeWork\nwhat s the weather in low moor\tGetWeather\nplay some nineties music\tPlayMusic\nfind a television show called swing high \tSearchCreativeWork\nuse netflix to play bizzy bone kiss me goodnight  sergeant major\tPlayMusic\ni d like to see movie schedules for kerasotes theatres\tSearchScreeningEvent\ni want these are the days added to my spotlight spain 2016 playlist  \tAddToPlaylist\nplay the greatest soundtrack by nhat son on last fm \tPlayMusic\nwhat is the tv series in app store\tSearchCreativeWork\nbook the space aliens grill & bar in hord wy for feb  the twenty-seventh \tBookRestaurant\nfind a saga called set sail the prairie\tSearchCreativeWork\ncan jovino santos neto s album get added to my confidence boost playlist\tAddToPlaylist\nshow animated movies in nearest movie theatre\tSearchScreeningEvent\nfind the game company of heroes\tSearchCreativeWork\nwhere can i find paranormal activity 3 playing near me 1 hour from now\tSearchScreeningEvent\nbook a table this evening in saint vincent and the grenadines at a gastropub\tBookRestaurant\ncan i listen to dj vibe s top 10\tPlayMusic\nwhat films are at the nearest cinema\tSearchScreeningEvent\nwhat is the weather like in north salt lake and afghanistan\tGetWeather\ncan you tell me the actors of the saga awards/\tSearchCreativeWork\ngo to my all out 00s and add brian wilson\tAddToPlaylist\nfood truck in panama for five\tBookRestaurant\nlook up the movie schedule\tSearchScreeningEvent\nbook a table for chasity ruiz and mary at the fat duck in puerto rico\tBookRestaurant\nfind the gill deacon show \tSearchCreativeWork\nfind the movie schedule for films in the area \tSearchScreeningEvent\nwill i be able to watch camping-car at movie house at 6 pm\tSearchScreeningEvent\nplay how does it work by helen carter \tPlayMusic\nwhat s the weather like in schenectady ma\tGetWeather\nplay some folk-rock music\tPlayMusic\ngive this current book zero out of 6\tRateBook\nrate this album 5 points\tRateBook\nhow is the weather right now at my current place\tGetWeather\nplay sixties music by giovanni battista guadagnini \tPlayMusic\ntell me the weather forecast close by brown county state park for meal time\tGetWeather\nplay the last wellman braud album relaesd \tPlayMusic\nplay sugar baby by frank beard\tPlayMusic\nfind the schedule for the solitude of prime numbers at the nearest cinema in 1 hour  \tSearchScreeningEvent\nplay the discografia de the pretty reckless saga\tSearchCreativeWork\ni want to give the current textbook 0 out of 6 stars\tRateBook\nshow me movie times for animated movies playing three hours from now in the neighbourhood \tSearchScreeningEvent\nfind the game just dance greatest hits\tSearchCreativeWork\nadd this track to the sin ti playlist\tAddToPlaylist\nshow me the closest movie house playing an unfinished life at eight pm \tSearchScreeningEvent\nwhat s it like in bahrain right now\tGetWeather\ncan you add blood on the face to the playlist called heartland country\tAddToPlaylist\non jan  the twentieth what will it feel like in ct or the area not far from it\tGetWeather\ni need a table in uruguay in 213 days when it s chillier\tGetWeather\nadd this track by horace andy to acoustic soul\tAddToPlaylist\nplan an album by roni duani \tPlayMusic\nadd song to siesta\tAddToPlaylist\ncan you tell me the weather forecast for samoa\tGetWeather\nplay music on youtube\tPlayMusic\nadd spirit touches ground to my leche con chocolate list\tAddToPlaylist\ni need a table for 1 minute from now at any pub for five around in that also serves fisn n chips \tBookRestaurant\nbook a spot at the food truck in ma\tBookRestaurant\n21 weeks from now elinor  crystal turner and nita want to eat german food at a bar in distant california\tBookRestaurant\nfind a tv show called ruthless\tSearchCreativeWork\nfind animated movies close by with a movie schedule\tSearchScreeningEvent\nbook a spot for 7 at an outdoor food court in denmark\tBookRestaurant\ni would rate the persistence of vision 1 stars and a best rating of 6\tRateBook\ni need a reservation for february 27  2020 at a bar that serves paté\tBookRestaurant\nfind the ghost of tom joad\tSearchCreativeWork\ni need a reservation for ten at a tavern in west virginia\tBookRestaurant\nwhat time is children of divorce playing\tSearchScreeningEvent\nwill there be a blizzard in white house curacao\tGetWeather\nplay the top melody from artist maakii\tPlayMusic\nare any animated movies playing at magic johnson theatres\tSearchScreeningEvent\ngive the current album a five \tRateBook\ni want to add digital line to my playlist called infantil\tAddToPlaylist\nthe current essay gets four points\tRateBook\nwhat will the weather be in grand coteau ut at six pm\tGetWeather\ncan you find me a trailer for phineas redux\tSearchCreativeWork\nadd the singer ivan roudyk to my fairy tales playlists \tAddToPlaylist\nadd song in my playlist dance workout\tAddToPlaylist\nwhat movies can i see in the area\tSearchScreeningEvent\ntell me what films are playing at plitt theatres\tSearchScreeningEvent\nadd in the heart of the world to the epic gaming playlist\tAddToPlaylist\nfind movie times\tSearchScreeningEvent\nrate the book english grammar in use a five\tRateBook\nplay tujiko noriko s ten years and running \tPlayMusic\nadd the song to the soundscapes for gaming playlist \tAddToPlaylist\ncan you put a song by jessica mauboy on my playlist entitled a sudden rainstorm\tAddToPlaylist\nshow movie schedule\tSearchScreeningEvent\nshow me movie schedules for today \tSearchScreeningEvent\nadd cecil womack to my 50 great female voices playlist \tAddToPlaylist\nwill it be freezing here in 9 seconds\tGetWeather\nforecast for serbia\tGetWeather\ni want to give a mortal flower a two\tRateBook\nwhere can i view the picture reaching horizons\tSearchCreativeWork\nin hawaii will it be warmer at 3 am\tGetWeather\nrate the little book four stars\tRateBook\nrate the current textbook one of 6 stars\tRateBook\ni want a table for five at a restaurant with latin food in arkansas for 1 hour from now\tBookRestaurant\nfind love will tear us apart  a photograph\tSearchCreativeWork\nplease play me a popular track from 1984 \tPlayMusic\nbook a mediterranean restaurant for my sister and i\tBookRestaurant\nhow will the weather be different 5 years from now in waconia\tGetWeather\nsearch for teenage mutant hero turtles: fall of the foot clan photograph\tSearchCreativeWork\nplay party anthems\tPlayMusic\nwhat is the niceville forecast in fm\tGetWeather\nfind heat wave\tSearchScreeningEvent\nwhich is the nearest movie house playing the diary of anne frank\tSearchScreeningEvent\ncan i have the movie schedule for imax corporation\tSearchScreeningEvent\nbook me a reservation for eight for the top-rated bakery eleven hours from now in mango\tBookRestaurant\nplay yung joc on slacker\tPlayMusic\nshow 50 words for snow creative picture\tSearchCreativeWork\nplay the electrochemical and solid state letters song\tSearchCreativeWork\ntable for 8 at a popular food court\tBookRestaurant\nfind me a table for 8 people at a nearby al restaurant one minute from now \tBookRestaurant\nis there rain now in maine\tGetWeather\nshow me the photograph johnny cash: the complete columbia album collection\tSearchCreativeWork\nfind movie schedules \tSearchScreeningEvent\nfind movie schedules for  united paramount theatres \tSearchScreeningEvent\nwhat is the forecast for montana at dinner\tGetWeather\nplease add this track to my de camino playlist\tAddToPlaylist\nbook me a restaurant please \tBookRestaurant\nfind drumline: a new beat  a picture\tSearchCreativeWork\nplay the red room sessions from chris cunningham\tPlayMusic\nplay the great adventures of slick rick game\tSearchCreativeWork\nlist movie schedules for movies playing close by\tSearchScreeningEvent\ni am looking for the tv show called the flight of the lost balloon\tSearchCreativeWork\nadd david axelrod to my futuros hits list\tAddToPlaylist\nplay me sun ra songs from the fifties\tPlayMusic\nadd this track to my dinnertime acoustics playist\tAddToPlaylist\nadd tune to atmospheric black metal playlist\tAddToPlaylist\nneed to see mother joan of the angels in one second \tSearchScreeningEvent\ngive 2 out of 6 points to the following textbook \tRateBook\ni would like to book a restaurant for two in 42 weeks from now in wagram\tBookRestaurant\nplay some last fm music like the 1992 ep from peaches\tPlayMusic\nwhere is the closest cinema playing a drink in the passage\tSearchScreeningEvent\ni m hoping you can find a photograph from live at the isle of wight 1970 \tSearchCreativeWork\nwhat movies are around here\tSearchScreeningEvent\nbook a restaurant distant from downtown \tBookRestaurant\nfind doggy day school  an album\tSearchCreativeWork\nplease play bitch please ii\tPlayMusic\nfind a video game called young \tSearchCreativeWork\nis strauss is playing today at the cineplex odeon corporation\tSearchScreeningEvent\naward this current novel 0 points\tRateBook\nweather for this winter here\tGetWeather\nwhat animated movies are playing at the closest movie theatre\tSearchScreeningEvent\nrate this book four of 6 points\tRateBook\ni want to go see the trouble with girls\tSearchScreeningEvent\ncock-a-doodle-doo was awful  i m giving it a 0 out of 6 \tRateBook\nshow me the schedule of films in the neighbourhood\tSearchScreeningEvent\nbook a table for nine people in svalbard and jan mayen \tBookRestaurant\ni would give french poets and novelists a best rating of 6 and a value of three\tRateBook\nwhat animated movies are playing nearby\tSearchScreeningEvent\nwill there be a cloud here at 06:50:20\tGetWeather\ni want to give the chronicle zombie bums from uranus 3 points\tRateBook\ni d like to know when i can see the taking of flight 847: the uli derickson story at amco entertainment \tSearchScreeningEvent\nplay is this my world by leo arnaud\tPlayMusic\nbook a reservation for clinton street baking company & restaurant distant from downtown\tBookRestaurant\nadd nyoil to my this is prince playlist\tAddToPlaylist\nshow me the everybody wants you picture\tSearchCreativeWork\nfind a restaurant in fm that servec quiche \tBookRestaurant\ni would give this current novel 2 stars with a best rating of 6\tRateBook\ni want to book a pastelaria cafe in alabama for me and my great grandfather \tBookRestaurant\nis hail in the weather forecast for monterey bay national marine sanctuary\tGetWeather\nadd tune to sxsw fresh playlist\tAddToPlaylist\nmake a reservation in a popular sicilian bar place nearby  for me only  tomorrow\tBookRestaurant\ni need a table for 9\tBookRestaurant\nadd this artist to my post-grunge playlist\tAddToPlaylist\nrate this album a 2\tRateBook\nwhat will the weather be like this tuesday in the area neighboring rendezvous mountain educational state forest\tGetWeather\ni need a table in ottoville on feb  15th  2029 at gus stevens seafood restaurant & buccaneer lounge\tBookRestaurant\ni need a table for five at childs restaurants in brunei \tBookRestaurant\nhow do i get the game still on it\tSearchCreativeWork\ni would like to make a reservation for 2 for brunch \tBookRestaurant\nneed a table  for party of five for december 26  2040 in the state of mt\tBookRestaurant\nbook me a restaurant for nine in statham\tBookRestaurant\ni d like a table for ten in 2 minutes at french horn  sonning eye\tBookRestaurant\nfind a movie house for 07:52 showing ganges: river to heaven\tSearchScreeningEvent\nwhat is the michael moore is a big fat stupid white man video game\tSearchCreativeWork\ni want to eat close to bowlegs seven years from now\tBookRestaurant\nfor my playlist chill add the name cater fe she\tAddToPlaylist\nsearch for the halfway home tv show\tSearchCreativeWork\nfind movie times\tSearchScreeningEvent\nplay journey list\tPlayMusic\ntell me what animated movies i can see at the closest movie theatre\tSearchScreeningEvent\ni d like to see the trailer tony parker\tSearchCreativeWork\nwhat time is holiday heart showing at the movie house\tSearchScreeningEvent\nplay the movie white christmas\tSearchCreativeWork\nis it forecast to be warm in doi inthanon national park\tGetWeather\nadd this tune to cristina s endorphin rush playlist\tAddToPlaylist\nplay a song by nash the slash\tPlayMusic\ni rate doom 3: worlds on fire a 1 of 6\tRateBook\nwhat time is phil ochs: there but for fortune playing at the movie house\tSearchScreeningEvent\nadd andreas johnson to my rock save the queen playlist\tAddToPlaylist\ni d like to watch take this waltz\tSearchScreeningEvent\nwhat are the mann theatres showtimes for secret sunshine\tSearchScreeningEvent\nwill there be snowfall in kitlope heritage conservancy\tGetWeather\nplay geddy lee music on spotify sort by top\tPlayMusic\nrate in the eyes of mr  fury zero of 6\tRateBook\nlook up the tv series operace silver a\tSearchCreativeWork\ni m looking for the tv series  called unborn\tSearchCreativeWork\nplay the song memories are my only witness\tSearchCreativeWork\ni give the phishing manual four stars out of 6 \tRateBook\nplay clásicos del hip hop español\tPlayMusic\nadd rupee to my ultra metal playlist\tAddToPlaylist\nadd shi xin hui to my piano chill playlist \tAddToPlaylist\nwhat time is the clutching hand playing at amco entertainment\tSearchScreeningEvent\nadd circus to my post garage wave revival list\tAddToPlaylist\nthe chronicle charlie peace earns 4 stars from me\tRateBook\nfind conker: live and reloaded\tSearchCreativeWork\nshow me the nearest movie house showing the luckiest girl in the world\tSearchScreeningEvent\nplay track music from peter finestone on netflix sort by newest\tPlayMusic\nplay the song shine a light\tPlayMusic\nbook a popular restaurant of thai cuisine\tBookRestaurant\nwhich animated movies are playing in the neighbourhood and when\tSearchScreeningEvent\ni want to listen to the song only the greatest\tSearchCreativeWork\ni d like to eat at the best restaurant \tBookRestaurant\nis it going to be chilly in western sahara in 13 hours\tGetWeather\ni want to book a restaurant for four around zapata\tBookRestaurant\nrate if tomorrow comes 2 of 6 stars\tRateBook\nthe book history by contract is rated five stars in my opinion \tRateBook\ni want to book a bar in bonaparte palau \tBookRestaurant\ni m looking for dead at 21  the tv series\tSearchCreativeWork\ncan you make reservations at a tea house that serves fettucine\tBookRestaurant\nput a track by lil mama into my guest list sneaky zebra playlist  \tAddToPlaylist\nput some frank ferrer into my edna st vincent millay playlist  \tAddToPlaylist\nwhat is the forecast for niger\tGetWeather\nrate this novel a 3\tRateBook\nadd this ruth crawford seeger song to my playlist called the soundtrack 007\tAddToPlaylist\nis it going to snow next year in wv\tGetWeather\nis romulus and the sabines playing at the nearest cinema at ten\tSearchScreeningEvent\nshow me the new showings for animated movies in the neighborhood\tSearchScreeningEvent\nplay the video game the genesis machine\tSearchCreativeWork\ni want to go to 88th st-boyd av or close by and book seats for 10\tBookRestaurant\ni need to add to the funk soul disco playlist my favorite artist\tAddToPlaylist\ni want to book a cafe for 3 in fargo\tBookRestaurant\nwhere can i watch tv series shopping spree\tSearchCreativeWork\nplay an andy silvester sound track from the thirties on spotify\tPlayMusic\ni d like to eat at a popular brasserie in chile with a party of 5\tBookRestaurant\nwhat s the forecast for my current place at five pm\tGetWeather\ngive private games 3 stars out of 6\tRateBook\nin 17 minutes  will it be foggy in songimvelo game reserve\tGetWeather\nhow hot will it be in wisconsin on august fourth\tGetWeather\ni d like to put qriii onto songs to sing in the car \tAddToPlaylist\nwill it be chilly in oakdale ok\tGetWeather\nadd dwele to marguerite s eurovision 2016 playlist\tAddToPlaylist\nwhat s the weather forecast for croatia on jul  25th\tGetWeather\nfind tv series titled a life in the death of joe meek\tSearchCreativeWork\nopen fadl shaker on spotify and play a melody starting with the newest\tPlayMusic\nplease add jency anthony to my playlist this is mozart\tAddToPlaylist\nwhats the weather in ga\tGetWeather\ni rate the chronicle  son of the tree with four of 6 points \tRateBook\nadd git to domingo indie\tAddToPlaylist\nwill there be cloud coverage in verdery  myanmar\tGetWeather\nrate maps for lost lovers 1 of 6\tRateBook\nwill it snow in granbury\tGetWeather\nplay me a cinder block movement\tPlayMusic\nfind the tv series shaun the sheep\tSearchCreativeWork\ni want to hear the jody williams sound track\tPlayMusic\nwhat is the forecast for foggy conditions here in twenty one minutes\tGetWeather\nbook a table at grecian coffee house for 7 on apr  7th  2024\tBookRestaurant\nshow creative photograph of icewind dale: heart of winter\tSearchCreativeWork\nrate the manxman 5 out of 6\tRateBook\nadd this song to my lo que suena new york playlist\tAddToPlaylist\nfind reproductions: songs of the human league\tSearchCreativeWork\nplay a 2001 sound track on deezer \tPlayMusic\nweather for ma in the morning\tGetWeather\nplay a ballad by bob johnston\tPlayMusic\nis there a snowstorm in russia\tGetWeather\nwill it be nice on aug  the nineteenth in beda bulgaria\tGetWeather\ni d like for you to put this artist to my evening commute playlist \tAddToPlaylist\nplay the caps lock trailer\tSearchCreativeWork\ngive me the movie schedules for warren theatres\tSearchScreeningEvent\ni need current movie schedules \tSearchScreeningEvent\nadd even serpents shine to dorothea s indie hipster playlist\tAddToPlaylist\nplay ep by arjen anthony lucassen\tPlayMusic\ngive 4 points to this novel\tRateBook\nadd star light  star bright to my jazz classics playlist  \tAddToPlaylist\nput nothing remains the same on my summer music playlist\tAddToPlaylist\nweather for the night time in new mexico\tGetWeather\nadd pangaea to my gold edition playlist\tAddToPlaylist\nfind me a movie with the name oshin\tSearchCreativeWork\nadd ian stuart donaldson to canadian country\tAddToPlaylist\nshow me movie time for i am sorry  at my movie house\tSearchScreeningEvent\nplease add ruud jolie to my playlist guest list polygon\tAddToPlaylist\nadd patti page album to i love my neo soul\tAddToPlaylist\nadd an album by twink to my classic country playlist\tAddToPlaylist\nwill it be a snowy day in dalcour\tGetWeather\nrate this essay a two out of 6\tRateBook\nfind the movie schedules for animated movies nearby at 09:44 am \tSearchScreeningEvent\nadd armand van helden to my black sabbath the ozzy years playlist\tAddToPlaylist\ngive this chronicle a 4\tRateBook\ni m looking for a churrascaria place with wifi that can serve a party of five \tBookRestaurant\nwhat time is goodbye mothers playing\tSearchScreeningEvent\nbook the city tavern in holiday ks \tBookRestaurant\nwhat movies are playing dickinson theatres\tSearchScreeningEvent\nrate the key word and other mysteries 4 of 6\tRateBook\ni d like to watch may blossom\tSearchScreeningEvent\nplay some music on slacker\tPlayMusic\ni want to rate the ingenuity gap 3 out of 6\tRateBook\nadd song to my wild country playlist\tAddToPlaylist\nwhat is the weather forecast for close-by burkina\tGetWeather\ni want to watch supernatural: the unseen powers of animals\tSearchCreativeWork\nlisten to dragon ball: music collection\tSearchCreativeWork\nadd troy van leeuwen to my nu metal list\tAddToPlaylist\nadd born free to fresh r&b\tAddToPlaylist\nbook at table at forest av restaurant close-by for 2 1 second from now\tBookRestaurant\ncan you get me the trailer of the multiversity\tSearchCreativeWork\nare there movies at malco theatres\tSearchScreeningEvent\nrate the current chronicle series 3 out of 6 points\tRateBook\ncan i get the movie times\tSearchScreeningEvent\ni want to add hind etin to my la mejor música dance 2017 playlist\tAddToPlaylist\nplay some latin on zvooq\tPlayMusic\nwhat is the freezing forecast for british virgin islands\tGetWeather\npull up sweeney todd - il diabolico barbiere di fleet street\tSearchCreativeWork\nput four rating on the raging quiet\tRateBook\nshow me the tv show limit of love: umizaru\tSearchCreativeWork\nwhich movies are playing at the closest cinema\tSearchScreeningEvent\nadd this album by karl davydov to reyna s this is luis fonsi playlist\tAddToPlaylist\nwhere can i see the television show falling away from me\tSearchCreativeWork\nbook me a table for 5 at a best rated restaurant in italy\tBookRestaurant\nwill there be a snowstorm in taberville\tGetWeather\nadd this song to this is no te va gustar playlist\tAddToPlaylist\ncan i get the movies  showtimes for the closest movie house \tSearchScreeningEvent\ndo you have something like impossible is nothing by abderrahmane abdelli\tPlayMusic\nwhat is the weather forecast for cistern\tGetWeather\nplease make reservations in yeager for seven am at a highly rated indian brasserie\tBookRestaurant\nplay me a nineties sound track\tPlayMusic\nwhere can i find thor meets captain america\tSearchCreativeWork\ni need to have pat alger s album placed onto the spotlight spain 2016 playlist \tAddToPlaylist\ncan i get the movie times for fox theatres\tSearchScreeningEvent\ni d like to watch wish you were dead\tSearchScreeningEvent\ni d like to watch apocalypse 2024\tSearchScreeningEvent\nshow creativity of song a discord electric\tSearchCreativeWork\nis love and other troubles playing\tSearchScreeningEvent\nshow me the current movie times\tSearchScreeningEvent\nrate the lie tree five\tRateBook\ni want to add another album to the wine & dine playlist  \tAddToPlaylist\nadd another tune to my pumping iron playlist  \tAddToPlaylist\nplay a track by mila islam from deezer\tPlayMusic\nis it rainy season in manitou springs\tGetWeather\ngive 2 stars to the doom brigade\tRateBook\nadd this tune to my dinnertime acoustics list\tAddToPlaylist\nwhat are the current movie schedules\tSearchScreeningEvent\nwhat is the showtime for arsho\tSearchScreeningEvent\nlist movie times at harkins theatres\tSearchScreeningEvent\nwhat movies are showing in the neighborhood \tSearchScreeningEvent\nplay my playlist tgif on itunes\tPlayMusic\nwhat will the weather be like on january 2nd  2025 in ga\tGetWeather\nwhat animated movies are playing in the neighbourhood and when\tSearchScreeningEvent\nbook a spot at savoy hotel and grill that is neighboring wisconsin\tBookRestaurant\ncan you find me the back when i knew it all album\tSearchCreativeWork\nadd george thorogood to el mejor rock en español\tAddToPlaylist\nplay the album how insensitive\tPlayMusic\ni m looking for the pokémon: the movie 2000 tv show\tSearchCreativeWork\nplace this tune onto my dinner for 2 playlist \tAddToPlaylist\nwhere can i see the trailer for love on the beat\tSearchCreativeWork\nlist movie times at megaplex theatres\tSearchScreeningEvent\nwill it be chillier at 06:05:48 in wagener réunion\tGetWeather\nwhat is the weather in south bradenton\tGetWeather\nget jump down painting\tSearchCreativeWork\nplease book a room in spaghetti warehouse for catalina  delores and brandie mendoza at 12 am\tBookRestaurant\nwhat is the nh forecast for mexican hat\tGetWeather\ni need to book a top-rated steakhouse this autumn  for 1 around azerbaijan\tBookRestaurant\nwill it be chillier at my current location in one minute\tGetWeather\nshow me heavenly sword\tSearchCreativeWork\nwhat is the weather forecast for close-by gu 3 years from now\tGetWeather\nwill it be freezing on 4/20/2038 in american beach nc\tGetWeather\ni need the wather for next week in the philippines\tGetWeather\nadd tune to my metal crash course playlist\tAddToPlaylist\ni would like to book the best food court with persian food within the same area as ok for my ex husband and i \tBookRestaurant\ni d like to see the picture the principle of hope\tSearchCreativeWork\nrate this series 2 out of 6\tRateBook\nfind a man needs a maid\tSearchCreativeWork\nbook a restaurant close by my daughters s work location with burrito three years from now\tBookRestaurant\nadd this tune to the refugee playlist\tAddToPlaylist\nfind time for movie times now\tSearchScreeningEvent\ni would like to book a highly rated brasserie with souvlaki neighboring la next week \tBookRestaurant\nfind the panic in needle park\tSearchScreeningEvent\nis it freezing on jun  the 21st in apshawa south africa\tGetWeather\ni need to take three people to eat\tBookRestaurant\nplay a 2006 chant\tPlayMusic\nshow me the schedule of the loves of letty in cinema closest\tSearchScreeningEvent\nplay the top 20 ep from the fifties by john bundrick \tPlayMusic\nshow creativity of photograph of my wonderful day\tSearchCreativeWork\nbook a table in the united states for 10 at the berghoff\tBookRestaurant\ni d like to book a brasserie in virginia city  ga \tBookRestaurant\nwill it be temperate in the same area in vi\tGetWeather\nrate the current novel four out of 6 points\tRateBook\nis it going to get chillier near hocking state forest\tGetWeather\nfor the current saga i rate 2 of 6 stars\tRateBook\ni want to play the video game espn major league soccer\tSearchCreativeWork\nrate the current book a three\tRateBook\nrate this novel 0 of 6 stars\tRateBook\nis it going to be chillier at 10 pm in texas\tGetWeather\nwhat s the weather in timbo\tGetWeather\nadd the blurred crusade to crate diggers anonymous\tAddToPlaylist\ntell me the weather forecast for sugarloaf provincial park ten weeks from now\tGetWeather\nadd a gackt camui track to the white noise playlist  \tAddToPlaylist\nrate canto for a gypsy two of 6 stars\tRateBook\ni m looking for circus world \tSearchCreativeWork\nthis textbook gets a two\tRateBook\nshow me the movie times \tSearchScreeningEvent\nadd song to my underground hits\tAddToPlaylist\nplay the album journeyman\tSearchCreativeWork\nfind the family jams saga\tSearchCreativeWork\nplay rob mills album the golden archipelago \tPlayMusic\nbook a spot at a restaurant within walking distance of palau\tBookRestaurant\nfind me the balance and timing book\tSearchCreativeWork\nfind movie schedules for bow tie cinemas \tSearchScreeningEvent\nadd get happy to cherry s las canciones más lindas del mundo\tAddToPlaylist\nrate this textbook a 1\tRateBook\nshw the picture twin husbands\tSearchCreativeWork\nrate a taste of blackberries  a three\tRateBook\nplay the 1991 soundtrack from ian mcdonald\tPlayMusic\nfind an album called just call me stupid \tSearchCreativeWork\nplay the insoc ep\tPlayMusic\ni want to hear major harris s songs from the fifties\tPlayMusic\nbook a restaurant in donnelly\tBookRestaurant\nrate the saint in trouble 1 of 6\tRateBook\nplay punk rock music\tPlayMusic\nlook for a photograph of i wanna sex you up\tSearchCreativeWork\nwhat is the humidity like in faraway on ak\tGetWeather\ni d like to eat at an internet restaurant with a party of four\tBookRestaurant\nwhen is just before nightfall playing\tSearchScreeningEvent\nplay moondog s chupacabra \tPlayMusic\nadd album to pop rising\tAddToPlaylist\nrate this book three points\tRateBook\ni am giving this current book album 0 out of 6 stars\tRateBook\nplay artist vlada divljan from something he did that is good\tPlayMusic\nwhat will the humidity be in varnado georgia at one am\tGetWeather\nadd no prejudice to 90s indie\tAddToPlaylist\nwhat are the movies movie times nearby\tSearchScreeningEvent\ni want to hear some songs from the twenties\tPlayMusic\nplease make reservations for nine at 3 am \tBookRestaurant\ncan you pull up queen of the organ\tSearchCreativeWork\nlets hear some dawood sarkhosh from their the power of your love album from groove shark\tPlayMusic\nwill it get overcast in la dolores\tGetWeather\nbook a spot for kelli  jean and i at a pub at elevenses\tBookRestaurant\nadd this candi staton artist to my dancefloor hits\tAddToPlaylist\ni want to add a song by jazz brasileiro\tAddToPlaylist\nrate wielding a red sword 0 stars\tRateBook\nbook a taverna that serves bengali for six at five\tBookRestaurant\nplay the tv series heart of gold\tSearchCreativeWork\nshow crafty hands saga\tSearchCreativeWork\nwill it be hotter in wyomissing hills\tGetWeather\nshow weather while sunset in the same area in south carolina\tGetWeather\ntable for one somewhere in palco\tBookRestaurant\ni would like to add something by kuk harrell to my hip hop 2017 new school playlist\tAddToPlaylist\nadd list of rush instrumentals to this is lady antebellum\tAddToPlaylist\nwhere can i see a slice of life\tSearchScreeningEvent\nthe current textbook gets a 2 rating  \tRateBook\nadd wing track to all a cappella\tAddToPlaylist\nshow me dangers of the canadian mounted\tSearchCreativeWork\nplease add this this tune to the playlist this is selena\tAddToPlaylist\nwhat will the weather be in stelvio national park 1 hour and 1 minute from now\tGetWeather\ncan you put musiri subramania iyer s song onto the lo-fi love soundtrack\tAddToPlaylist\ni want to add michelle heaton to this is chopin\tAddToPlaylist\nshow me the movie operetta for the theatre organ\tSearchCreativeWork\nwhere s the nearest movie house playing no trains no planes\tSearchScreeningEvent\nput a xiang xiang track onto women of the blues\tAddToPlaylist\ncan you add a track by david wolfenberger to janell s all funked up playlist\tAddToPlaylist\nplay the album vibrations by marion elise raven\tPlayMusic\nadd fabri fibra to evening acoustic\tAddToPlaylist\ncan you play any chant from the fourties\tPlayMusic\nshow the night riders\tSearchCreativeWork\ni m looking for a movie called salvage mice \tSearchCreativeWork\nfind your personal touch \tSearchCreativeWork\nadd this tune to my weekend playlist\tAddToPlaylist\nis it going to storm in black rock alaska\tGetWeather\nshow the movie schedules at united paramount theatres\tSearchScreeningEvent\ni want to read the saga michael clayton\tSearchCreativeWork\nbook me a table for 3 at tkk fried chicken in sri lanka\tBookRestaurant\nrate this book titled the improvisatore five stars\tRateBook\nbook a restaurant for one person at 7 am\tBookRestaurant\nweather for beauregard il\tGetWeather\nwill there be alot of wind on march 13th in lost creek bahrain\tGetWeather\ni d like a reservation at a place in iran for neva  alice and maggie parker \tBookRestaurant\nshow me movie schedule for animated movie around here at eleven a m \tSearchScreeningEvent\ni give this book dictionary of the english language a 4 rating\tRateBook\nplay some symphonic rock \tPlayMusic\nadd to my playlist all funked up this track\tAddToPlaylist\nfind a tv series called armageddon summer\tSearchCreativeWork\nfind politicsnation with al sharpton \tSearchCreativeWork\nrate this album 0 points out of 6\tRateBook\nadd leah kauffman to my uncharted 4 nathan drake playlist\tAddToPlaylist\nrate this album two out of 6\tRateBook\n"
  },
  {
    "path": "data/snips/train.tsv",
    "content": "text\tlabel\nlisten to westbam alumb allergic on google music\tPlayMusic\nadd step to me to the 50 clásicos playlist \tAddToPlaylist\ni give this current textbook a rating value of 1 and a best rating of 6\tRateBook\nplay the song little robin redbreast\tPlayMusic\nplease add iris dement to my playlist this is selena\tAddToPlaylist\nadd slimm cutta calhoun to my this is prince playlist  \tAddToPlaylist\ni want to listen to seventies music \tPlayMusic\nplay a popular chant by brian epstein\tPlayMusic\nfind fish story \tSearchScreeningEvent\nbook a spot for 3 in mt\tBookRestaurant\ni need a forecast for jetmore  massachusetts in 1 hour and 1 second from now\tGetWeather\nrate this series a 5\tRateBook\ngive me a list of movie times for films in the area \tSearchScreeningEvent\ncan you play me some eighties music by adele\tPlayMusic\nplease let me know the weather forcast of stanislaus national forest far in nine months\tGetWeather\nbook a restaurant for eight people in six years   \tBookRestaurant\ni need to book a restaurant in fork mountain  sc for valarie  mari and i\tBookRestaurant\nadd to playlist confidence boost here comes santa claus\tAddToPlaylist\nbook a restaurant at sixteen o clock in sc\tBookRestaurant\nadd another artist to the spotlight on country 2016 playlist  \tAddToPlaylist\nfind a movie house showing cage without a key\tSearchScreeningEvent\nadd sugarolly days to my list  your favorite slaughterhouse\tAddToPlaylist\nshow me the picture creatures of light and darkness\tSearchCreativeWork\nsearch for the adventures of cookie & cream\tSearchCreativeWork\nadd this track to my global funk\tAddToPlaylist\nfind animated movies nearest at a movie house\tSearchScreeningEvent\nplay hell house song\tSearchCreativeWork\ngive this novel 5 stars\tRateBook\nfind me showtimes for animated movies in the neighbourhood \tSearchScreeningEvent\nfind movie times\tSearchScreeningEvent\nplay the top-20 best chicane songs on deezer\tPlayMusic\ni want to give this current textbook 4 points \tRateBook\nadd manuelita to my indiespensables playlist\tAddToPlaylist\nshow movie schedules for douglas theatre company\tSearchScreeningEvent\ni d like to see the show onion sportsdome \tSearchCreativeWork\ni d like to go to the popular bistro in oh\tBookRestaurant\nwhat s the weather in my current spot the day after tomorrow\tGetWeather\nplay playlist the realest down south\tPlayMusic\nadd this artist to gretchen s soul revived playlist\tAddToPlaylist\nfind a video game called victory march\tSearchCreativeWork\nfind a novel called industry \tSearchCreativeWork\nbook a taverna that serves vichyssoise within walking distance in oh\tBookRestaurant\nlet me see the movie schedule for seed of chucky\tSearchScreeningEvent\nplay a chant by mj cole\tPlayMusic\nwhat is the weather like in the city of frewen in the country of venezuela\tGetWeather\nput this song on my playlist  in the name of blues \tAddToPlaylist\nwill it be colder in ohio\tGetWeather\nrate this album a 1\tRateBook\nin the area find some films\tSearchScreeningEvent\nwhat times will the young swordsman be showing at a local cinema\tSearchScreeningEvent\nbook a brasserie for one\tBookRestaurant\nplay all of your toys by chris ledoux\tPlayMusic\ni want to hear a joel hastings melody  \tPlayMusic\ni want to book a restaurant not far from our college \tBookRestaurant\nrate in stars as a 6 for lord of the shadows which gets a four\tRateBook\nadd rak biszewilo to my playlist named jazz\tAddToPlaylist\nrate my current book 1 out of 6\tRateBook\nwhat is the weather not far from upper klamath national wildlife refuge\tGetWeather\nadd falling upstairs to the playlist named chill out\tAddToPlaylist\nwill it storm in charles pinckney national historic site\tGetWeather\nplay techno on lastfm\tPlayMusic\nadd the entire album into indie español\tAddToPlaylist\nfor the textbook  out of 6 possible i give the following one a 3 \tRateBook\nshow me the movie schedule for star theatres\tSearchScreeningEvent\nplease find the movie dancing girl\tSearchCreativeWork\nrate this book 0 out of 6\tRateBook\nis happy ghost iii at caribbean cinemas\tSearchScreeningEvent\nplay theme by yanni on vimeo\tPlayMusic\nrate the current novel a 3 \tRateBook\ncan you pull up a track on zvooq by graham mcpherson\tPlayMusic\nfind resurrection of evil \tSearchCreativeWork\nfind playstation官方杂志  a song\tSearchCreativeWork\nrate the current essay 2 out of 6\tRateBook\nadd this album to the playlist called dishwashing\tAddToPlaylist\nfind young miss holmes\tSearchCreativeWork\ni give christianity not mysterious 1 out of 6 points \tRateBook\ni d like to go to the venetian theatre in gabon  party of seven\tBookRestaurant\nis it supposed to rain nearby my current location at 0 o clock\tGetWeather\ngive zero / 6 stars to the current album\tRateBook\nput playa fly onto my 2010 decade playlist\tAddToPlaylist\nshow me the painting called fool for love \tSearchCreativeWork\nrate what the dog saw a two\tRateBook\nfind a video game called a stroll in the pork\tSearchCreativeWork\nadd bret mckenzie to my pop commute playlist\tAddToPlaylist\nwhat is the weather supposed to be like in new jersey three months from now\tGetWeather\nfind the song called international journal of bilingualism\tSearchCreativeWork\nwhat films are playing at goodrich quality theaters\tSearchScreeningEvent\ni rated the island of adventure saga a 2 of 6\tRateBook\ni m looking for the trailer of highlands today\tSearchCreativeWork\nadd this song to my playlist named wild country\tAddToPlaylist\nrate the princess mouse: a tale of finland one of 6\tRateBook\nsearch for police women of cincinnati\tSearchCreativeWork\nadd artist to lo mejor de los 00 s\tAddToPlaylist\ni d like johnny nash to be put into my playlist always pop punk\tAddToPlaylist\nfind the they came from somewhere else saga\tSearchCreativeWork\ni want to watch the television show naked ii\tSearchCreativeWork\nbook a reservation for a pub with ma po tofu in moldova\tBookRestaurant\nshow the three tales album\tSearchCreativeWork\nput this album in shuffle syndrome\tAddToPlaylist\nbook me seats for 6 at the best brasserie that serves marche neighboring my hostel\tBookRestaurant\nplay caitlin cary from the fourties\tPlayMusic\nadd a track to my hands up playlist \tAddToPlaylist\ni d like to see the saga tamagotchi 64: minna de tamagotchi world\tSearchCreativeWork\ngive the search for the snow leopard a rating of zero of 6 stars\tRateBook\nfor the book tale of the toa i give five points \tRateBook\nwill it be warmer now in covenant life\tGetWeather\nplay rap album one by gene vincent \tPlayMusic\ni want to book the hat for my grandfather and i in arkansas \tBookRestaurant\nbook a tea place at seven\tBookRestaurant\nfind the movie schedule for animated movies around here \tSearchScreeningEvent\nadd rosemary clooney to pura vida playlist\tAddToPlaylist\ni need a reservation for 6 pm  with a party of 10 at sand lake\tBookRestaurant\nwhat is the picture called lest we forget: the best of\tSearchCreativeWork\nfind a photograph called call on me \tSearchCreativeWork\nadd tune to my hype playlist\tAddToPlaylist\nwhat films are playing at the nearest movie theatre \tSearchScreeningEvent\nadd por una cabeza to my playlist called this is new edition\tAddToPlaylist\nplay a scott lafaro soundtrack\tPlayMusic\nadd wastedagain to the wild & free workout playlist\tAddToPlaylist\nadd this track to duetos\tAddToPlaylist\nfind an art called cassidy \tSearchCreativeWork\ni want to eat at a pickled cucumber brasserie in 12 months\tBookRestaurant\ngive this saga a 1 \tRateBook\nadd the song to the dub on the beach playlist\tAddToPlaylist\ni need a table at the ledbury at 18 o clock\tBookRestaurant\nwill it be humid in beedeville on november 20\tGetWeather\ni want to give the canon of medicine one out of 6 stars \tRateBook\nplay music from 2014\tPlayMusic\nplay iheart\tPlayMusic\nplease look up the falls church news-press album \tSearchCreativeWork\nfind a television show called merced sun-star \tSearchCreativeWork\nfind the closest movie theatre with films\tSearchScreeningEvent\ncan you pull up channel m news\tSearchCreativeWork\nplay 2011 music \tPlayMusic\nfind a song called be quick or be dead \tSearchCreativeWork\nis live from sturgis 2006 playing at four o clock at the nearest cinema\tSearchScreeningEvent\nshe me movie times\tSearchScreeningEvent\nput deep purple on this is jennifer lopez\tAddToPlaylist\nwhat is the weather in sint maarten\tGetWeather\ngive 5 points to the deathlord of ixia\tRateBook\nwhich films are playing at malco theatres\tSearchScreeningEvent\nplay lorenzo palacios quispe\tPlayMusic\nadd this track to the classical music for smart kids playlist\tAddToPlaylist\ngive five out of 6 to this novel\tRateBook\ngive two out of 6 to a christmas carol\tRateBook\nshow movie schedules\tSearchScreeningEvent\nfind me the picture entitled i’ll take care of you \tSearchCreativeWork\ngive this textbook zero out of 6 points\tRateBook\nweather for close-by parc national de kolkheti\tGetWeather\ni d like a table in a smoking room in a taverna on sep  23  2023\tBookRestaurant\ni give it a rating value of four to 6 to a book called liberalism and the limits of justice\tRateBook\nadd om to my classic punk\tAddToPlaylist\nrate the current novel 0 of 6\tRateBook\nbook me a table for seven people at a bar with a pool \tBookRestaurant\ni want to listen to swing music on iheart\tPlayMusic\nrate this essay a two\tRateBook\nuse netflix to play music\tPlayMusic\nwhat will the weather be like 19 minutes from now in nepal\tGetWeather\ninclude laarni lozada on endorphin rush playlist\tAddToPlaylist\nmake a reservation for 9 at a brasserie with parking\tBookRestaurant\nadd my track to old school metal playlist\tAddToPlaylist\nwhat are the movie schedules for movies around here\tSearchScreeningEvent\nwhat s the weather forecast for moss hill\tGetWeather\nwhat will the weather be like not far from alabama on may 9  2037\tGetWeather\nplay takes place in your work space by eddie kendricks\tPlayMusic\nethiopia ellenton has snow weather at eight pm\tGetWeather\nfind jono and ben\tSearchCreativeWork\nplay top-twenty song from 2015\tPlayMusic\ni need seating at floating restaurant in tennessee for a group of 9\tBookRestaurant\nplay music on groove shark \tPlayMusic\ngive two stars to current chronicle\tRateBook\nfind the boys in the band \tSearchCreativeWork\ni d like to find the soundtrack tianjin today evening news\tSearchCreativeWork\nshow the philosophy and phenomenological research saga\tSearchCreativeWork\nwhat are the movie schedules\tSearchScreeningEvent\nwish to hear the album since i saw you last\tSearchCreativeWork\nwhat is the closest movie theatre that is playing moment to moment\tSearchScreeningEvent\nfind a novel called east liberty\tSearchCreativeWork\nwhere is the chief cook playing\tSearchScreeningEvent\ncan you play something from 1966 by mc ren on spotify\tPlayMusic\nplay music from 2005 by justin broadrick\tPlayMusic\ni want to add a song by w c clark to my nerding around playlist\tAddToPlaylist\nadd parempi mies to the café con leche playlist  \tAddToPlaylist\nput this track on alok house party playlist\tAddToPlaylist\nrate this saga two with a bet rating of 6\tRateBook\nfind movie times for close by movies \tSearchScreeningEvent\ni give this next essay zero out of 6 points\tRateBook\nplay me a song by michael diamond\tPlayMusic\nshow creativity of all for one\tSearchCreativeWork\ni d like to watch movies at the closest movie theatre\tSearchScreeningEvent\nwhat s the weather going to be in 7 hours in fm\tGetWeather\nadd the crabfish to my playlist called the sleep machine rainforest\tAddToPlaylist\nwhere can i find the photograph of mr blobby\tSearchCreativeWork\nwhat is the forecast for cold temps in nevada\tGetWeather\ni need a reservation for four this year at a restaurant\tBookRestaurant\nplay the song jingle bells\tPlayMusic\nplay some 1993 concerto off of slacker\tPlayMusic\nbook a spot for 1 at a south american restaurant\tBookRestaurant\nbook a spot at a taverna for my cousin and i in burundi\tBookRestaurant\nplay the top song from damon albarn using slacker\tPlayMusic\nfind the show go with the flow\tSearchCreativeWork\nadd heresy and the hotel choir to the evening acoustic playlist\tAddToPlaylist\nadd songs tune in reggae infusions\tAddToPlaylist\ni give the last textbook one out of 6 points \tRateBook\nbook a restaurant on june the fifth in cavour \tGetWeather\nadd the patty patty sound  to my metal talks kreator playlist\tAddToPlaylist\nrate this essay a four\tRateBook\nbook a spot for 4 at a restaurant in shambaugh md\tBookRestaurant\ngive me the weather forecast for lower lake on sep  21  2038\tGetWeather\nadd slave to the rhythm to the playlist massive soca hits\tAddToPlaylist\nadd the block brochure welcome to the soil 6 onto my café con leche list\tAddToPlaylist\nlooking for video game for those who would walk with the gods\tSearchCreativeWork\ncan i get a table at the fort\tBookRestaurant\nfind the schedule for rare birds at the nearest movie theatre at noon \tSearchScreeningEvent\nrate this chronicle one of 6 points\tRateBook\nthe current saga deserves a 5 rating  \tRateBook\nwhat will the weather be at my current location on december the 2nd  2029\tGetWeather\nis goodbye mr  chips showing twelve minutes from now\tSearchScreeningEvent\nadd testifying to  donna s tokyo rising palylist\tAddToPlaylist\nwhen is you walk so softly playing at kerasotes theatres\tSearchScreeningEvent\nfind the hundred-foot journey\tSearchCreativeWork\nthis book gets points for being current and a three\tRateBook\nfind the magical world of roger whittaker\tSearchCreativeWork\nadd dr know to my todo alternativo playlist  \tAddToPlaylist\nfind me the seven-ups\tSearchCreativeWork\nadd the name cry like a baby to my a mis niños de 30 playlist\tAddToPlaylist\nadd matthew helders artist in showstopper being mary jane\tAddToPlaylist\nwhat is the forecast for temperate weather in bellechester\tGetWeather\ncan you find me the trailer of the hippocratic oath\tSearchCreativeWork\nplay the happiest days of our lives by tommy emmanuel\tPlayMusic\nplay the fool on the hill by khwaja ghulam farid\tPlayMusic\nbook a restaurant not far in milladore for 6 people \tBookRestaurant\nrate the current novel zero points\tRateBook\nplay a twenties tune by jodie aysha \tPlayMusic\nplay twenties music off of my itunes\tPlayMusic\nrate the firebrand one of 6 stars\tRateBook\nbook a restaurant for 2 at a cafe that i can get a croissant at\tBookRestaurant\nrate the travels of lao can five out of 6\tRateBook\nwhat time is the rocketeer showing\tSearchScreeningEvent\nplay music from 2015\tPlayMusic\nplay inventions for the new season\tPlayMusic\nadd this track to new hip hop\tAddToPlaylist\ncan you find the album simplescreenrecorder\tSearchCreativeWork\nadd a track to my classical feast playlist \tAddToPlaylist\nfind the show how to meet the lucky stars\tSearchCreativeWork\nadd a kj 52 track to the te quiero playlist  \tAddToPlaylist\nadd the lady bunny album to décadas\tAddToPlaylist\nbook the mustard seed in turks and caicos islands for 9 people \tBookRestaurant\nplay some oleg anofriyev from 1960 \tPlayMusic\nplay a sound track by tom thacker\tPlayMusic\nbook in town for 3 at a restaurant outdoor that is not far\tBookRestaurant\nplay the concert from philip oakey 1973 concert on netflix\tPlayMusic\nadd a tune to my this is marc anthony playlist\tAddToPlaylist\nis there going to be a depression two hundred sixteen days and a half from now in mill bluff state park\tGetWeather\ni give this current novel zero stars and a best rating of 6\tRateBook\ngive 5 out of 6 points to racing the rain\tRateBook\nwhat is the local movie times\tSearchScreeningEvent\nwhat is the forecast for west virginia will it be snowy\tGetWeather\nwhat s the forecast for alley  canada\tGetWeather\ncan you put this track onto the playlist the selektor\tAddToPlaylist\ni want to book a far brasserie that serves minestrone in pa for a party of 9 in 15 minutes\tBookRestaurant\nrate this current essay four out of 6 \tRateBook\ni need a table at a highly rated diner\tBookRestaurant\nrate the current album two points\tRateBook\nwhat s the weather forecast not far from here \tGetWeather\ni want to reserve a gastropub that has a spa \tBookRestaurant\nplay lastfm pop tunes\tPlayMusic\nplay music from the top-5 from artist kenia arias\tPlayMusic\nuse netflix to play michael white tune from 1955\tPlayMusic\nfind a reservation at a brasserie restaurant nearby sc for a party of ten\tBookRestaurant\nadd image to the nuclear blast novelties playlist\tAddToPlaylist\nwhat s the weather for april 10th  2028 in arkansas\tGetWeather\nshow me the book f-1 grand prix part ii\tSearchCreativeWork\ngive me movie times\tSearchScreeningEvent\nwill it be stormy in ritchey in palau\tGetWeather\nwhat movies are scheduled in the neighbourhood\tSearchScreeningEvent\ni would give the call of the toad a value of zero and a best rating of 6\tRateBook\ngive me some hank shermann from 1975 on lastfm\tPlayMusic\nwhat movies are scheduled at plitt theatres\tSearchScreeningEvent\nbook a restaurant for 7 people \tBookRestaurant\nfind movie schedules at imax corporation\tSearchScreeningEvent\nis it hot in gold beach  bahrain \tGetWeather\nfind the cartel vol  2 novel\tSearchCreativeWork\ncan you please give me the forecast for the dominica\tGetWeather\nshow creativity of home brew\tSearchCreativeWork\nbook a table at skycity in salado for me and hannah\tBookRestaurant\nwhat is the forecast for sea isle city in louisiana for warmer weather\tGetWeather\nadd the second three years to my workout twerkout playlist\tAddToPlaylist\nforecast for hardinsburg 20 seconds from now\tGetWeather\ni need a reservation for four at a bar\tBookRestaurant\nrate gilgamesh the king 5 out of 6\tRateBook\nadd lisa dalbello to my 2015 cma awards nominees list\tAddToPlaylist\nbook the atomic cafe for ten people \tBookRestaurant\ni want to watch manthan\tSearchCreativeWork\nwhat s the weather in stamps\tGetWeather\nbook a table for 1 person at a popular brasserie in jansen that serves english food\tBookRestaurant\nshow movie schedule at amco entertainment\tSearchScreeningEvent\ni want a restaurant in idaho for 2 of us \tBookRestaurant\nplay portsmouth by paul smith on google music \tPlayMusic\nrestaurant in niger for my mom and i\tBookRestaurant\nsearch for the toucher and rich show\tSearchCreativeWork\nplay hughie graham by vidyadhar vyas\tPlayMusic\nadd tune to my this is animal collective\tAddToPlaylist\ni want the weather for saint martin next year\tGetWeather\nis the missing clerk playing\tSearchScreeningEvent\nfind the movie schedule for pacific theatres \tSearchScreeningEvent\nnot yet: a memoir of living and almost dying was one out of 6 stars\tRateBook\nshow creativity of painting of me too\tSearchCreativeWork\ni am looking for the creative work a wonderful life\tSearchCreativeWork\nadd nour mhanna to workday lounge\tAddToPlaylist\nadd natasha to my all things post playlist\tAddToPlaylist\nadd the piano bar to my cindy wilson\tAddToPlaylist\ni would give the series history decoded: the 10 greatest conspiracies of all time a rating of 3 points\tRateBook\nplay a seventies ballad by annunzio paolo mantovani on groove shark\tPlayMusic\nfind a tv show called shake hands with beef\tSearchCreativeWork\nwill it rain here at 13:22:09\tGetWeather\ngive this a 0 for this book\tRateBook\ncan you add esquivando charcos to my playlist entitled the piano bar\tAddToPlaylist\ncan you use pandora to play a soundtrack from 1999 by david sitek\tPlayMusic\ncan you add woman of the world to my playlist entitled duetos\tAddToPlaylist\ni want to listen to keep the faith\tSearchCreativeWork\nwhere can i see the show kind of glue\tSearchCreativeWork\ni want to book a table for me and josefa at jacob wirth restaurant in branford \tBookRestaurant\nwhat time is cinema playing the village priest\tSearchScreeningEvent\nplay music from 1950\tPlayMusic\nadd hold my liquor to electronow\tAddToPlaylist\nfind the tv show tribute to the troops\tSearchCreativeWork\nfind the nearest movies at a movie theatre\tSearchScreeningEvent\nplay new ian mclagan\tPlayMusic\nwhat s the weather in la pine\tGetWeather\ncan you add some disco to my playlist called genuine r&b\tAddToPlaylist\nbook me a table for two in oakes \tBookRestaurant\nplay any song from the eighties\tPlayMusic\nadd split the difference to my women s lit playlist\tAddToPlaylist\nwhat is the forecast for the current spot for cloudy conditions\tGetWeather\nbook reservations at james d  conrey house at 1 pm for a party of nine\tBookRestaurant\ngive waiting for the mahatma 5 out of 6 points \tRateBook\nshow movie times of films close by\tSearchScreeningEvent\nplease search the karobar economic daily picture \tSearchCreativeWork\nfind a soundtrack called the christmas shoes \tSearchCreativeWork\nfreud: the mind of the moralist should be rated 2 stars with a best rating of 6\tRateBook\ncasey chavez  lucinda and karina want to eat at a diner on december the 7th\tBookRestaurant\nopen zvooq and play the best songs from device\tPlayMusic\nis it going to be cold today in wing\tGetWeather\nfind a movie schedule\tSearchScreeningEvent\ncan i get the movie schedules for loews cineplex\tSearchScreeningEvent\nplay something by brian chase \tPlayMusic\nwhere can i find tales of ghost castle\tSearchCreativeWork\ni want a table to seat 10 at a close-by to ottumwa that serves osteria and ranch dressing \tBookRestaurant\ni want top-rated veneto cuisine at a restaurant in antietam for 2 \tBookRestaurant\nwhat will the weather be like in port clinton  nebraska around midnight\tGetWeather\nbook a table for ten people at a restaurant that serves noodle\tBookRestaurant\nwill there be rain next year in new hampshire\tGetWeather\nrate this series chronicle 0 points\tRateBook\nis it forecast to be freezing in benedict\tGetWeather\nhow chilly is it close to hollidaysburg\tGetWeather\nfind films at alamo drafthouse cinema\tSearchScreeningEvent\nplay some seventies music on netflix \tPlayMusic\nadd blood guts & glory to my this is chopin\tAddToPlaylist\nrate this textbook four points\tRateBook\nplease get me a reservation at a restaurant with a pool for manuela and yvonne\tBookRestaurant\nrate the beyond black saga a one\tRateBook\ni d like to eat at the firehouse restaurant\tBookRestaurant\ni want the film for nearest movie theatre\tSearchScreeningEvent\nplay the ocelot record using zvooq\tPlayMusic\ni d like to give a two rating to the abolition of britain \tRateBook\nthis chronicle is a zero out of 6 \tRateBook\nrate the best american short stories 2007 one out of 6 points\tRateBook\nadd deuce to my listas de éxitos playlist\tAddToPlaylist\nput molly and tenbrooks in the french n  heavy playlist  \tAddToPlaylist\nwhat is the american samoa forecast for hot weather\tGetWeather\nadd warpaint in my pre-party list\tAddToPlaylist\ni give life during wartime a one out of 6 \tRateBook\nrate the my beloved world saga a one \tRateBook\nwhere can i purchase the tv series the mating season\tSearchCreativeWork\ni d like to see the book the royal thousand\tSearchCreativeWork\nfind the closest movie house that plays animated movies\tSearchScreeningEvent\ni need a reservation for chapter one in west odessa for a party of one\tBookRestaurant\nadd a tom thacker tune to my rock classics\tAddToPlaylist\ntell me the weather forecast for here\tGetWeather\nadd this song to my crossroad blues playlist\tAddToPlaylist\ni want to hear secrets on parade from tommy walter\tPlayMusic\nfind a tv show called engaged to the unidentified\tSearchCreativeWork\nis love  marilyn playing\tSearchScreeningEvent\ni want to rate the current textbook with 4\tRateBook\nwhere is the closest cinema that features animated movies\tSearchScreeningEvent\n i would give this current book a rating a five and a best rating of 6\tRateBook\nlet me have the movie schedules for general cinema corporation\tSearchScreeningEvent\nwhat movies are playing at southern theatres\tSearchScreeningEvent\nadd an artist to the décadas playlist \tAddToPlaylist\nwhat will the weather be like on feb  8  2034 in cedar mountain wilderness\tGetWeather\nreserve me a table for 10 at a mt cafe for breakfast \tBookRestaurant\nwhat s the weather going to be like near moldova on fri \tGetWeather\nadd a-hunting we will go to the emily dickinson playlist\tAddToPlaylist\nwhat is the weather in sehlabathebe-nationalpark\tGetWeather\nfind a picture of a breed apart\tSearchCreativeWork\nadd this tune by harry connick jr to my jazz brasileiro playlist\tAddToPlaylist\nwhen can i see journey to the end of the night\tSearchScreeningEvent\nwill it be hot in saint jo alaska\tGetWeather\nbook a restaurant that serves bouchée for midnight \tBookRestaurant\nfind 300: march to glory  a song\tSearchCreativeWork\nadd this song to my list called the birth of cool\tAddToPlaylist\nbook a co table at windows on the world\tBookRestaurant\nrate cotton comes to harlem a 2\tRateBook\ni want to hear a 1957 theme song\tPlayMusic\nsearch for the song called journal of the american statistical association\tSearchCreativeWork\nwhat is the weather forecast close to puerto rico\tGetWeather\nfind a love song\tSearchCreativeWork\nput this song in my funk playlist  please\tAddToPlaylist\nneed a table at a restaurant serving foie gras on halloween for two at northern mariana islands\tBookRestaurant\nadd tune to electro workout\tAddToPlaylist\nplay russell morris s the singer and the song on netflix \tPlayMusic\n2 of us want to eat at a restaurant that serves meatballs in vt\tBookRestaurant\nfind a restaurant for marylou and i within walking distance of my mum s hotel\tBookRestaurant\nfind me the movie schedule for great escape theatres\tSearchScreeningEvent\nbook a table for tomorrow for five people \tBookRestaurant\nbook a gastropub in rose creek for elevenses \tBookRestaurant\nwhat s the closest movie theatre showing harbour beat\tSearchScreeningEvent\ni m looking for the television show the flame\tSearchCreativeWork\ni want to give the cat who walks through walls a 1\tRateBook\nwhat are the movie times\tSearchScreeningEvent\ni want to listen to the album going back to the blue ridge mountains on iheart\tPlayMusic\nwill it be windy at 4 pm in ny\tGetWeather\nplay my sophisticated dinner playlist on slacker\tPlayMusic\nplay a track by deeyah khan \tPlayMusic\nis the film goodrich quality theaters playing at 12:26 am\tSearchScreeningEvent\nis it supposed to hail in rosenberg in the french polynesia\tGetWeather\nis it supposed to gt colder in or\tGetWeather\nwhat amc theaters is the red dance playing at\tSearchScreeningEvent\ngive 1 out of 6 to west of january\tRateBook\nshow me the a-myin-thit tv series\tSearchCreativeWork\nis cape mount nature conservation unit has storm weather\tGetWeather\ntell me if it ll be chilly 1 second from now here\tGetWeather\ncan you play some eighties music\tPlayMusic\nadd the wee wee man to pamela s stress relief playlist\tAddToPlaylist\ni m looking for a novel called and then there was light \tSearchCreativeWork\nrate this textbook a one\tRateBook\nadd the avispa track to my bass gaming playlist \tAddToPlaylist\nadd tune to cleaning the house\tAddToPlaylist\nrate the current novel a two\tRateBook\nplease add this song to madden nfl 16\tAddToPlaylist\nfor the book icon of evil  i rate a 2\tRateBook\nplay a top symphony sort form 1959 by stuart garrard \tPlayMusic\nwhat time will the movie house be showing on the beat\tSearchScreeningEvent\ni need a diner\tBookRestaurant\nwhat is the weather forecast for wolin national park three seconds from now\tGetWeather\ni wish to listen to good symphony music by mi lu bing \tPlayMusic\ncan i get the listings for the film at the nearest movie theatre\tSearchScreeningEvent\nhow cold is it in princeton junction\tGetWeather\nadd this artist to my jazz playlist\tAddToPlaylist\nwill it get warmer in holy cross wilderness\tGetWeather\ni d like to watch army at wanda group\tSearchScreeningEvent\nplease find me chance pe dance \tSearchCreativeWork\nrate the rats chronicle 5 of 6\tRateBook\nbook a table for four in orchard grass hills  nv\tBookRestaurant\ni am giving this current essay zero out of 6 stars\tRateBook\nshow me movies in the area\tSearchScreeningEvent\nfind do you wanna touch me  a song\tSearchCreativeWork\ni want to give this essay zero out of 6\tRateBook\nadd dahmer to hiphop hot 50\tAddToPlaylist\nrate the demolished man a five \tRateBook\nadd angela au to the playlist radar latino\tAddToPlaylist\nfind a feather in her hat at magic johnson theatres\tSearchScreeningEvent\ni would like to book a puglia food court in ky\tBookRestaurant\nwhat is the forecast at four am in zambia\tGetWeather\ni want lance king in my list called one love\tAddToPlaylist\nwhen can i catch a screening of shivers in summer\tSearchScreeningEvent\nadd chris de burgh  in my playlist melancholia\tAddToPlaylist\nwhat is the weather at the current position\tGetWeather\nis it going to be warmer in central cebu protected landscape\tGetWeather\nadd troy andrews to my pop punk powerhouses\tAddToPlaylist\nadd a tune to rare groove\tAddToPlaylist\nplay my melodious playlist\tPlayMusic\nfind a movie theatre with rogues and romance that is nearest\tSearchScreeningEvent\nfind the stone free game\tSearchCreativeWork\ncan i get todays movie schedule for the movies that are close by\tSearchScreeningEvent\ni d like a table for 10 at a distant place downtown for next fall\tBookRestaurant\nshow me the song spiderman of the rings\tSearchCreativeWork\nplay some showtunes music \tPlayMusic\nplay alles heeft ritme by liu tianhua \tPlayMusic\nin one hundred twenty seven days i d like to eat at a pizzeria in north lima\tBookRestaurant\ngive the resistance 2 out of 6 stars \tRateBook\ngive 0 out of 6 stars to reality of certainty\tRateBook\nis it going to be rainy in kings valley  kosovo next mon \tGetWeather\nis it chilly in ecola state park at 2 pm\tGetWeather\nwhat s the forecast for gamaliel\tGetWeather\nbook a restaurant in fort gates  fl\tBookRestaurant\nplay dave mason s soundtrack on last fm \tPlayMusic\nbook a restaurant for me and rosemary at 1 am\tBookRestaurant\nrate this current novel one points \tRateBook\nplease get me the welcome to the rileys game \tSearchCreativeWork\nplay me the greatest track of 1966\tPlayMusic\nadd sam moran music to my tgif playlist\tAddToPlaylist\nfind movie schedules \tSearchScreeningEvent\nfind a photograph called xquery api for java\tSearchCreativeWork\ncan i hear a da brat ep\tPlayMusic\nfind the schedule for the closest films at a cinema at meal time \tSearchScreeningEvent\nmove this tune by hironobu kageyama to my baila reggaeton playlist\tAddToPlaylist\nbook a highly rated fast food restaurant in falmouth \tBookRestaurant\ngive the current album a score of five out of 6\tRateBook\nadd billy strayhorn to my highway 61 playlist\tAddToPlaylist\nshow movies in the neighborhood\tSearchScreeningEvent\ni d like a table for 6 at a restaurant in denmark at 22\tBookRestaurant\ngive the televised morality series a one \tRateBook\nadd munia the tale to my playlist called adrenaline workout\tAddToPlaylist\nwill it be foggy in the same area of parc provincial kettle lakes on february the thirteenth  2018\tGetWeather\nplease add checkmate to my irish folk – jigs & reels playlist\tAddToPlaylist\nplay the lure of the mask song\tSearchCreativeWork\ni rate this novel  2 of 6 points\tRateBook\nlet me listen to the music of nature album by paul draper \tPlayMusic\nwhat s the weather in koontz lake\tGetWeather\nfind the schedule for the tooth will out at sunrise \tSearchScreeningEvent\ni d like to watch three word brand at the cinema\tSearchScreeningEvent\nfind movie schedules for nearby films \tSearchScreeningEvent\nwhat time do the movies play at southern theatres\tSearchScreeningEvent\nplay the soundtrack that tom bellamy contributed to\tPlayMusic\ni want a table for four at a place in california\tBookRestaurant\n0 stars for this textbook \tRateBook\nplay a song from 1990 on netflix\tPlayMusic\nrate the chronicle following a 4\tRateBook\nplay in your eyes by gareth gates on netflix\tPlayMusic\ni would give this novel a rating of two\tRateBook\ni need a restaurant that has internet access for a party of six\tBookRestaurant\nadd this tune to the heavy gamer playlist \tAddToPlaylist\nplay music from 1960\tPlayMusic\nwhat movies are playing at regal entertainment group\tSearchScreeningEvent\nplay fill yourself with music by ray manzarek\tPlayMusic\nthe current book i m reading is only worthy of a 3  \tRateBook\nbook a table for ten people in eucalyptus hills \tBookRestaurant\nthe boring peace on earth gets a two out of 6  \tRateBook\nshow me schedules to see a film with me in it \tSearchScreeningEvent\nis it forecast to be chilly in iowa\tGetWeather\ni want to see the trailer amor puro\tSearchCreativeWork\nshow creative photograph named none of the above\tSearchCreativeWork\nplease book a coffeehouse restaurant type room to accommodate gretchen  trisha and amber which serves pastelaria dish\tBookRestaurant\nbook a restaurant at tennessee\tBookRestaurant\nfind movies around here with movie schedules\tSearchScreeningEvent\ni want to hear a track from the fourties \tPlayMusic\nbook me top-rated restaurant for 9 members for midnight at fair bluff ri\tBookRestaurant\nfind the trailer for seven year itch \tSearchCreativeWork\ni want to find a salami restaurant in bastian in\tBookRestaurant\nmake me a reservation in tn somewhere nearby for a party of 4\tBookRestaurant\ni would give dead man falling 5 points and a best rating of 6\tRateBook\nplay a trailer for sencha touch\tSearchCreativeWork\nfind the movie times at consolidated theatres \tSearchScreeningEvent\nbook a table for 2 in gleed \tBookRestaurant\nfind movie times\tSearchScreeningEvent\ncan i get the showtimes for the man who could talk to kids\tSearchScreeningEvent\nwhat time does tie a yellow ribbon play at magic johnson theatres\tSearchScreeningEvent\ni need a table at somewhere within walking distance of nv on november the 24th  2027\tBookRestaurant\nadd mg the visionary to my dubstep playlist\tAddToPlaylist\ngive one out of 6 stars to free market fairness\tRateBook\ni want to book a meal at a restaurant that searves kouglof \tBookRestaurant\ni d like seats for five at a place in verden right now\tBookRestaurant\nwhen is for lovers only playing\tSearchScreeningEvent\nrate this essay 5 of 6\tRateBook\nwill there be cloud action in saint bernard  virgin islands\tGetWeather\nwhen is beyond my reach scheduled at the nearest cinema\tSearchScreeningEvent\ni d like to eat a restaurant in or nearby pelahatchie at 12 o clock\tBookRestaurant\nplay the wizard and i on zvooq\tPlayMusic\nadd connee boswell to the relaxing playlist \tAddToPlaylist\nbook a table for 3 far from tullytown at a coffeehouse with a smoking room\tBookRestaurant\nbook midday at a faraway cuban place for five at a top-rated bakery in grainola\tBookRestaurant\nforecast in layhigh\tGetWeather\nplay music from carina round\tPlayMusic\nadd this track to my party playlist\tAddToPlaylist\nme and my niece want to eat somewhere close by hopatcong\tBookRestaurant\nwill it be chillier in suwannee\tGetWeather\nwhat is the weather forecast for my current position\tGetWeather\nplay me a song from 1968 on spotify\tPlayMusic\nadd run rudolph run to my rockin  playlist\tAddToPlaylist\nrate the starship trap 5 stars\tRateBook\nfor the playlist this is mozart add nana mizuki live fighter -blue x red side-\tAddToPlaylist\ni would like ignacio figueredo s tune added to electronow \tAddToPlaylist\nplease provide me with movie schedules \tSearchScreeningEvent\nfind the song titled the rivalry: red v  blue\tSearchCreativeWork\nadd jason webley to classical intimate dinner playlist\tAddToPlaylist\nadd album to my classical essentials playlist\tAddToPlaylist\ni need the movie schedules for century theatres\tSearchScreeningEvent\nfind a tale of two cities  a painting\tSearchCreativeWork\ni need to reserve a seat for one in sd at a brasserie restaurant   \tBookRestaurant\nuse the service lastfm to play music by the artist ai kago\tPlayMusic\nfind switching channels\tSearchCreativeWork\nwhich movies are playing at amc theaters\tSearchScreeningEvent\nrate this essay zero out of 6\tRateBook\nfind bal ganesh 2  a video game\tSearchCreativeWork\nadd teriazume to the nação reggae playlist\tAddToPlaylist\nrate this book titled the clue in the old album one out of 6 stars\tRateBook\nwhat s the weather for this year in oregon\tGetWeather\nrate the book the devil in velvet 4 out of 6 points\tRateBook\ni d give the cricket in times square 3 stars\tRateBook\nfind the endangered species song\tSearchCreativeWork\nrate this album a one \tRateBook\nshow the day the earth caught fire movie\tSearchCreativeWork\nthe current series deserves three stars  \tRateBook\nbook reservations not far from our neighborhood for a party of 2\tBookRestaurant\nadd the track bg knocc out to the rapcaviar playlist\tAddToPlaylist\nwhat s the weather looking like right now in croatia\tGetWeather\ncontemporary religious satanism gets a 3 rating  \tRateBook\nlet s hear some tunes from the thirties \tPlayMusic\nlist films in the neighborhood \tSearchScreeningEvent\ni want to put a copy of this tune into skatepark punks\tAddToPlaylist\nfind a soundtrack for meditations\tSearchCreativeWork\ni d like to watch glass chin at the movie house at 17:32:30\tSearchScreeningEvent\nbook close-by for 1 in south dakota\tBookRestaurant\ncan you play a song by ken\tPlayMusic\nis there any creative work for heterocycles\tSearchCreativeWork\nwhat films are at the nearest movie theatre\tSearchScreeningEvent\nadd track nature noise to my playlist\tAddToPlaylist\nthere s a famous painting called thursday  do you have an image of it\tSearchCreativeWork\nadd steve winwood to my playlist old school metal\tAddToPlaylist\nwhat s the weather like in kaltag\tGetWeather\nadd teddy boy to my irish folk – jigs & reels playlist\tAddToPlaylist\nplay me the most popular peja song on slacker\tPlayMusic\nis it going to be chilly at nine am in doolittle\tGetWeather\nwill it be hotter netherlands antilles flats on april the 27th\tGetWeather\ni want to rate hostile waters chronicle book with five out of 6\tRateBook\nplay a 1999 track by pete seeger on youtube\tPlayMusic\nwhat s the weather in twenty five days in hagerman national wildlife refuge\tGetWeather\nplay theme music from the twenties by tata young\tPlayMusic\nwhere is the closest cinema playing good night good morning\tSearchScreeningEvent\nwhat s the weather going to be like here at ten am\tGetWeather\nfind as live as it gets\tSearchCreativeWork\nwill it be freezing 5 seconds from now  in patmos\tGetWeather\nrate the current book 0 stars\tRateBook\nwill it be freezing in 5 weeks from now in nh\tGetWeather\nadd nana tanimura  to a sudden rainstorm\tAddToPlaylist\nwhat s the closest movie house showing night in may\tSearchScreeningEvent\nwhat time is 26 years diary showing in the movie house\tSearchScreeningEvent\nadd cj snare to my indie mim playlist\tAddToPlaylist\nadd already over  pt 2 to hip hop 2017 new school\tAddToPlaylist\ngive the current album a four \tRateBook\nplay jeff pilson on youtube\tPlayMusic\nwhat is the weather like right now for fort adams\tGetWeather\nfind a cinema nearest with sulle sathya\tSearchScreeningEvent\nbook a restaurant in palestine for 8 people at 9 am\tBookRestaurant\nhow will the weather be five weeks from now in moneta\tGetWeather\nwhat animated movies are there nearby\tSearchScreeningEvent\n1 minute from now  i will need reservations at a restaurant in vanlue \tBookRestaurant\nwhat will the weather be like at ten am in austria\tGetWeather\ni give the spirit of st  louis a 1\tRateBook\nadd party with friends by constructs of the state to juliana s playlist\tAddToPlaylist\nlist movie schedules at showcase cinemas\tSearchScreeningEvent\nthe current novel i m reading gets only a one out of 6 \tRateBook\nplay a chant by marina verenikina\tPlayMusic\nadd hot house to have you met miss jones\tAddToPlaylist\nplay a song from 1973 \tPlayMusic\ni want to give the current novel 5 out of 6 points\tRateBook\nplay new track from the fifties\tPlayMusic\ni give the previous series four stars \tRateBook\nbook a latin cuisine pub for 2 on september the 13th  2037 in kazakhstan\tBookRestaurant\nadd an album to my playlist bachata lovers\tAddToPlaylist\nfind an album called from the terrace\tSearchCreativeWork\nbook a spot for me and my sister at a restaurant that has clafoutis\tBookRestaurant\ngive the current novel four points \tRateBook\nwarriors of legend gets a 3 out of 6\tRateBook\ni wish to give this textbook a zero out of 6 points\tRateBook\nwould like to find the trailer for an experiment with time\tSearchCreativeWork\nbook a restautant in north dakota at a bistro that is indoor\tBookRestaurant\nwhat is the movie schedule for the cooper foundation\tSearchScreeningEvent\nis it going to be cold once i get within walking distance of my home in new caledonia\tGetWeather\nfind a tv show called ride the wind\tSearchCreativeWork\ntell me if it ll be freezing 333 days from now in caplinger mills  florida\tGetWeather\nplay a karin dreijer andersson soundtrack on groove shark\tPlayMusic\nadd buddy tate to just dance by aftercluv list\tAddToPlaylist\ni want to listen to the song first time for everything\tSearchCreativeWork\nplay the track siberian khatru on zvooq\tPlayMusic\ni want the turbonegro album to go on the playlist called genuine r&b\tAddToPlaylist\nwill there be wind on january 24  2019 in ransom\tGetWeather\nwhen is sunrise in american samoa\tGetWeather\ni want to hear a top-50 track from takahito eguchi on google music\tPlayMusic\nplay phil spalding soundtrack from the seventies\tPlayMusic\nthe mad scientist hall of fame gets only a two out of 6\tRateBook\ni would rate oblivion: stories a two\tRateBook\ncan i book a restaurant that serves pastelaria in takilma  virgin islands\tBookRestaurant\nsearch for trailer jazz impressions of the u s a \tSearchCreativeWork\nhow is the forecast for ok\tGetWeather\nplay movement by duane allman \tPlayMusic\nfind movie times for nine pm \tSearchScreeningEvent\nadd this song to brooklyn beat\tAddToPlaylist\nadd htoo ein thin to my brooklyn beat playlist  \tAddToPlaylist\ni d like to watch episodes from the tv series  the secret of queen anne or musketeers thirty years after \tSearchCreativeWork\nwhat time is summer school playing\tSearchScreeningEvent\nplay some music from 2011 on lastfm \tPlayMusic\nadd the artist todd snider  to my electro latino playlist\tAddToPlaylist\nmake me a reservation in hardesty at a joint the is indoor\tBookRestaurant\nshow me bâton rouge\tSearchCreativeWork\nplay music from the list indie electronics\tPlayMusic\ni need to book a restaurant for five in liberia at the maisonette\tBookRestaurant\nweather for turtle river state park\tGetWeather\nplay the album qr iii by bobby bare\tPlayMusic\nrate this series two of 6\tRateBook\nwill it get windy in ocean breeze park\tGetWeather\ni want the movie perseo miranda and his theatre\tSearchCreativeWork\nrate the woven path one stars\tRateBook\nplay some music on groove shark \tPlayMusic\nadd this album to my forever country playlist\tAddToPlaylist\nwhat theater is showing from paris with love and when\tSearchScreeningEvent\nbook a table for january the twentieth at a place far from your daughter s campus\tBookRestaurant\ncan i get the movie schedules\tSearchScreeningEvent\nadd track to hit remix\tAddToPlaylist\nopen groove shark and play sound track from dj cameo\tPlayMusic\nthis album deserves a 0 of 6 possible\tRateBook\nbook a restaurant for 2 at top-rated hoonah tn\tBookRestaurant\nbook a restaurant \tBookRestaurant\nfind the last angry moose\tSearchCreativeWork\nwhat is the movie schedules at for douglas theatre company at 0 p m \tSearchScreeningEvent\nplay music from 2012 on google music\tPlayMusic\nadd 2120 south michigan avenue to my laundry playlist\tAddToPlaylist\nfind the movie schedule for animated movies in the area \tSearchScreeningEvent\ni need a top-rated gastropub for 5 in dc in conshohocken on jul  the 18th  2024\tBookRestaurant\nfind the flying scotsman\tSearchCreativeWork\ni m looking to book a reservation in aruba at a place nearby \tBookRestaurant\nfind the movie schedule for movies close by \tSearchScreeningEvent\nin bon secour national wildlife refuge at twelve pm will it be chilly\tGetWeather\nput hampartsoum limondjian in running to rock 170 to 190 bpm\tAddToPlaylist\ni want to listen to speed metal symphony\tPlayMusic\nthis album deserves to be rated one out of 6\tRateBook\nadd the nastya kamenskih song to my the martin garrix show playlist \tAddToPlaylist\nfind a movie house nearest for films\tSearchScreeningEvent\ngive me the forecast for here on february the sixteenth  2022\tGetWeather\nrate the current essay zero points\tRateBook\nadd song to my el mejor pop en español\tAddToPlaylist\nwhat s the weather forecast for the dominican republic\tGetWeather\ncan you add honey hush to hits of the 60s\tAddToPlaylist\ni m looking for the trailer to evil or divine - live in new york city \tSearchCreativeWork\nadd this song to my love hurts playlist\tAddToPlaylist\nplay eighties music\tPlayMusic\ni would like to rate the current book i am reading 0 stars \tRateBook\nplay a popular sort of fifties tune music\tPlayMusic\nrate this essay a 3\tRateBook\nme and imelda want a reservation in missouri at seven am\tBookRestaurant\ngive 5 out of 6 points to absolutely  positively not series\tRateBook\nfind a book called outpost firewall pro\tSearchCreativeWork\nplay some eddie vinson on deezer\tPlayMusic\nrate lords of the rim zero stars\tRateBook\nadd this tune to my wine & dine playlist\tAddToPlaylist\nthe voyage of the dawn treader deserves 5 points \tRateBook\ntell me the weather forecast for carmichaels  gambia at one am\tGetWeather\ni want television show come again smith\tSearchCreativeWork\ni want to hear some twenties music from billy sheehan\tPlayMusic\nadd the tune to my chill hits playlist \tAddToPlaylist\ni want to book a restaurant in neshanic station nigeria for 06:18:13 pm\tGetWeather\nwill it get hotter in hext\tGetWeather\ni want to watch the trailer ad nauseam\tSearchCreativeWork\nwill it be getting warmer in rainbow falls provincial park\tGetWeather\nwhat time is the closet cinema playing movies the closest\tSearchScreeningEvent\nbook a food court in raytown arizona that serves green bean casserole on july 20th \tBookRestaurant\nrate the agent of death with five stars out of 6\tRateBook\ni am giving this current novel 1 out of 6 stars\tRateBook\nfind good night  and good luck at a cinemark theatres\tSearchScreeningEvent\nplay isham jones\tPlayMusic\nshow fog conditions at 7 am in nh\tGetWeather\nlook for the creative work the testament of gideon mack\tSearchCreativeWork\nwhat time will in the name of the son be playing\tSearchScreeningEvent\nrate through distant worlds and times 5 of 6 points\tRateBook\nwhen is longwave going to be playing\tSearchScreeningEvent\nrate the current essay with 4 points\tRateBook\nshow me the out with my baby photograph\tSearchCreativeWork\nadd inconfundible to the piano in the background playlist  \tAddToPlaylist\nplay chant music by pappu venugopala rao on slacker \tPlayMusic\nwhat are the showings for the natural history of parking lots movie house\tSearchScreeningEvent\nwhat will the weather be like in 1 minute in my current position\tGetWeather\nthe book history of shit should be rated 2 out of 6 \tRateBook\nadd song in playlist metal monday\tAddToPlaylist\nadd hold tight to my throwback party\tAddToPlaylist\nwhere can i find movie schedules\tSearchScreeningEvent\ntell me the weather for next week at cathedral state park\tGetWeather\ni need a table in neighboring carencro at the bridge round house\tBookRestaurant\nwhat is the weather going to be like in flint hill in 9 years  \tGetWeather\nrate the sail and steam navy list 5 stars\tRateBook\nrate the current essay 5 stars\tRateBook\ncan you search city of scars\tSearchCreativeWork\nfind the trailer platinum in da ghetto\tSearchCreativeWork\nwill it be chillier in ruskin\tGetWeather\nwhen is purple heart scheduled at the nearest movie house\tSearchScreeningEvent\nnancy  elma ruiz and molly want to eat at a restaurant in gibraltar\tBookRestaurant\nparty of two for a food truck on december 22 that serves chicken french in bolivia\tBookRestaurant\nis it forecast to be rainy in winchell  mississippi\tGetWeather\nwhat will the weather be in peru\tGetWeather\ni want the photograph of walt before mickey\tSearchCreativeWork\nshow weather forecast in west wildwood south carolina\tGetWeather\nadd autry inman to my hanging out and relaxing playlist \tAddToPlaylist\nplay a tune from 1973\tPlayMusic\nwhat time is balkan rhapsodies: 78 measures of war playing at malco theatres\tSearchScreeningEvent\ni d like to see jacksonville daily progress saga\tSearchCreativeWork\nweather for south williamsport\tGetWeather\nadd the track to the comedy new releases playlist \tAddToPlaylist\nadd a track to my alok house party playlist\tAddToPlaylist\nadd nazad  nazad  kalino mome to escapada\tAddToPlaylist\nopen lastfm and play hot lips page from the sixties\tPlayMusic\nis it hotter now in hicks\tGetWeather\nwhat time is roy colt & winchester jack playing at movie house\tSearchScreeningEvent\nbook a restaurant in the marshall islands for two people \tBookRestaurant\ni want cocco added to my post metal playlist  \tAddToPlaylist\nwill there be snowfall in ky\tGetWeather\ngive 3 / 6 stars to doctor in the house\tRateBook\nrate current album five\tRateBook\nadd elkie brooks to happy birthday playlist\tAddToPlaylist\nwill it be cold close-by iowa on september twenty-first  2025\tGetWeather\nplay music by paul mccartney\tPlayMusic\nwhich cinema can i go to to see lilly the witch: the dragon and the magic book\tSearchScreeningEvent\ngive me the schedule for animated movies at the nearest cinema\tSearchScreeningEvent\ncan i see the encounters\tSearchCreativeWork\nshow me the nearest movie house showing he won a ranch\tSearchScreeningEvent\ngive the whisperer a rating of 0 \tRateBook\nwhere can i find the song red back fever\tSearchCreativeWork\nwhat is the nearest movie theatre playing kate y leopold\tSearchScreeningEvent\nwhat films are going to be playing at harkins theatres at zero a m \tSearchScreeningEvent\nbook a popular joint in ocean gate for seven people at elevenses \tBookRestaurant\nfind a movie schedule\tSearchScreeningEvent\nwhat movies are playing one hour from now at cooper foundation\tSearchScreeningEvent\nshow me live at the kings center\tSearchCreativeWork\nshow the whispering willows novel\tSearchCreativeWork\nplease look up for disney universe \tSearchCreativeWork\nadd this song to my classical dance music ballet & beyond list\tAddToPlaylist\nbook a taverna in wisconsin for 22:54 \tBookRestaurant\nplay valerij kipelov on vimeo\tPlayMusic\nbook a best steakhouse for 2 in montserrat on 79 days and a half from now\tBookRestaurant\nplay the best sebastian karlsson melody on youtube\tPlayMusic\nplay some music on netflix\tPlayMusic\ni need a reservation for a tea house in maple glen for four people\tBookRestaurant\nadd rock & roll to my playlist named night out\tAddToPlaylist\nwhat s the weather like in wyandotte netherlands antilles\tGetWeather\nwhat is the weather forecast in va\tGetWeather\nadd vyechnyy strannik to lo que suena new york\tAddToPlaylist\ni want to know the films playing at the closest movie house \tSearchScreeningEvent\nlook up the baltic times picture\tSearchCreativeWork\nfind the movie everywhere but home\tSearchCreativeWork\nrate the man who sold the moon a 5 \tRateBook\ngive the lost world 2 points\tRateBook\nthe sins of the cities of the plain gets a rating of one\tRateBook\ni give the next textbook a 2 \tRateBook\nwhat s the forecast for walker bay nature reserve for next year\tGetWeather\nadd chamberlain waits to my picnic in the park\tAddToPlaylist\ni d like to eat at a highly rated swiss restaurant in irma at two pm\tBookRestaurant\ni d rate shohola falls a two out of 6 \tRateBook\nis salò the tv show available to watch anywhere\tSearchCreativeWork\nplay isaac yamma slut\tPlayMusic\nthe this is kevin johansen playlist needs the lamb lies down on broadway in it \tAddToPlaylist\ni want to play the video game called china seas\tSearchCreativeWork\nadd dying mapa i to más que amigos\tAddToPlaylist\nwill it be warmer in ct\tGetWeather\nrate competitors 2 stars out of 6\tRateBook\nwill the sky be overcast around jan  28 in ok\tGetWeather\nin delanson 1 hour from now reserve a table for four\tBookRestaurant\nadd sarah vaughan to the spa treatment playlist \tAddToPlaylist\nbook a table for 8 people at robinson house \tBookRestaurant\ni want to hear some psychedelic rock\tPlayMusic\nplay some sonu niigaam from the fifties\tPlayMusic\nfind return to krondor \tSearchCreativeWork\nadd javine hylton to my evening playlist\tAddToPlaylist\nis there a snowstorm in the forecast for saint helena\tGetWeather\nlove in paris needs some frank farian in the playlist  \tAddToPlaylist\nuse pandora to play music from maki onaga from the album made in the nineties\tPlayMusic\nplay larry graham sound track\tPlayMusic\ni would give this current textbook five points or a rating of 6\tRateBook\nfind wxhexeditor \tSearchCreativeWork\ni would like to rate this album 3 points and a best rating of 6\tRateBook\nhow will the weather be in 11 years from now in the same area of florida\tGetWeather\nadd the open door to autumn music\tAddToPlaylist\nfind the schedule for across the line at the closest movie house \tSearchScreeningEvent\ni need to book a table at a place around here in pa for a party of two\tBookRestaurant\nplay the album wayning moments by rabbit brown\tPlayMusic\nplay matt walker tunes\tPlayMusic\nrate the white body of evening  one of 6\tRateBook\nadd album to bajo las estrellas\tAddToPlaylist\nfind the novel wwe legends of wrestlemania\tSearchCreativeWork\nplay the top-twenty from tony calder off slacker \tPlayMusic\ncan i get some russian cuisine at a restaurant with shari and i\tBookRestaurant\ni m in the mood to listen to meditative music \tPlayMusic\ntell me the weather forecast 1 hour from now for town west  nevada\tGetWeather\nwhat is the movie schedule at cineplex odeon corporation 12 hours from now\tSearchScreeningEvent\nwill it be stormy in deposit\tGetWeather\nin 1 week is there going to be a depression in washington\tGetWeather\nis it going to be cloudy in my current spot for dinner\tGetWeather\nweather in bashkirsky nature reserve 20 days from now\tGetWeather\nrate the book series i  robot one out of 6 stars\tRateBook\ni rate mosses from an old manse a 0\tRateBook\nadd bonga to the black sabbath the dio years playlist\tAddToPlaylist\nshow creativity of adobe air\tSearchCreativeWork\nadd sam sparro to my playlist called beach vibes\tAddToPlaylist\nplay me something from the thirties by candi staton on vimeo\tPlayMusic\nmy group of seven wants to eat at yogurt mountain in slick tonight \tBookRestaurant\nplease find me the game called the salvation \tSearchCreativeWork\nplease make reservations for 4 for the hog fry from the food truck\tBookRestaurant\nwhat s the nearest movie theatre showing movies\tSearchScreeningEvent\nat amc theaters what is the movie schedule\tSearchScreeningEvent\nbook table to a tavern for a scrapple for harriett  deanne and i\tBookRestaurant\nplay good pure soul on netflix \tPlayMusic\nplease tell me movie times\tSearchScreeningEvent\nshow me half a life\tSearchCreativeWork\nwill it be cloudy in tatamy\tGetWeather\nwhat s the weather in castle at 17:43\tGetWeather\ni give the universe maker a rating of zero\tRateBook\nhow is the humidity near my current place\tGetWeather\nbook a restaurant in delhi arkansas for three people \tBookRestaurant\nwhat is the weather in åland 4 seconds from now\tGetWeather\nwhat is the weather here\tGetWeather\nadd yoshiki to the 35 soul classics 1970 to 1975 playlist\tAddToPlaylist\nis there going to be any cloud cover today at mccracken in az\tGetWeather\ni need a movie schedule for any films playing close by\tSearchScreeningEvent\nwhat are the movie times for movies close by\tSearchScreeningEvent\nadd vl mike to my dcode2016 playlist\tAddToPlaylist\nis storm warning playing\tSearchScreeningEvent\ni need a reservation for four at a restaurant in 1 hour and 1 second\tBookRestaurant\nplay joey fatone soundtrack tunes from google music from 1972\tPlayMusic\nwhat is the weather of sri lanka\tGetWeather\nwhat will be the wind speed at the current place\tGetWeather\ngive 4 stars to this essay\tRateBook\nshow me dombey and son movies \tSearchScreeningEvent\nput michael cretu onto my beach vibes playlist\tAddToPlaylist\nplay a ballad from 1997 \tPlayMusic\nfind the earth is a sinful song\tSearchCreativeWork\nadd this artist to metal party\tAddToPlaylist\nwhat is the weather forecast for åland\tGetWeather\ngive this series 3 stars\tRateBook\ngive me the showtimes for the rum diary at mjr theatres at meal time \tSearchScreeningEvent\nadd paloma negra to my funky jams list\tAddToPlaylist\nadd some martine mccutcheon to my original columbia jazzmasters list\tAddToPlaylist\nrate the natural a 4\tRateBook\nplay music from the album evolution of a man by joey ramone\tPlayMusic\nhow is weather here\tGetWeather\nadd tune to my is it new wave\tAddToPlaylist\nwhat is the weather forecast for sunset in bouvet island\tGetWeather\nrate tragedy day a 4\tRateBook\nfind bullet and a target  a television show\tSearchCreativeWork\nadd another album to my this is pavarotti playlist  \tAddToPlaylist\ni need reservations for a party of 3 on all souls  day in temperance  north dakota\tBookRestaurant\nplay crossroad blues \tPlayMusic\nplay used to love her to my this is animal collective playlist\tAddToPlaylist\nwhat is the movie schedules for movies in the area \tSearchScreeningEvent\nrate the promise 1 points\tRateBook\nfor this current saga i give 5 out of 6 possiable points \tRateBook\nwhat time is the mailman playing\tSearchScreeningEvent\nfind me nights in harlem\tSearchCreativeWork\nthe rats of hamelin deserves zero points\tRateBook\nplay some chanson music\tPlayMusic\nadd fair charlotte to the we everywhere playlist \tAddToPlaylist\nfind the american journal of sports medicine picture\tSearchCreativeWork\nwill it be chilly 17 hours from now in cold creek conservation area\tGetWeather\nfind show-ya 20th anniversary the best \tSearchCreativeWork\nplease get me the before crisis: final fantasy vii television show \tSearchCreativeWork\nrate this novel a two\tRateBook\nbook a restaurant in almyra in 10 years \tBookRestaurant\nwill it be overcast at 18 o clock in id\tGetWeather\nwhat animated movies are playing amc theaters\tSearchScreeningEvent\nadd sara hickman to my targeted list\tAddToPlaylist\nrate short trips: destination prague five out of 6\tRateBook\nfind meal time movie times close by for movies\tSearchScreeningEvent\nis it chillier at narew national park\tGetWeather\ni need a restaurant on july 18th in rose bud\tBookRestaurant\ntell me if it ll be temperate three hours from now in bonaire\tGetWeather\ni need a table at the apple pan for reva and bernadine\tBookRestaurant\nwhat is the forecast in kearneysville\tGetWeather\ni rate egg collecting and bird life of australia a zero out of 6 points\tRateBook\nwhat s the weather look like for mh\tGetWeather\nshow me the live~legend 1999 & 1997 apocalypse tv show\tSearchCreativeWork\nwhat time is the wanda group playing the honor of an outlaw\tSearchScreeningEvent\ni want to add the classical moments in movies track to my playlist\tAddToPlaylist\nadd to my verano list a song by andy lee\tAddToPlaylist\nwill it get foggy in spring hill\tGetWeather\nis the weather going to be colder in gu in 11 years \tGetWeather\nwhat time will the age of success be showing\tSearchScreeningEvent\nplay the top jazz record from 1951\tPlayMusic\ncan you let me know where i can watch the nest\tSearchScreeningEvent\nplay a fifties theme on lastfm \tPlayMusic\nchristie  concepcion and i want to eat trattoria at a brasserie in johnston now\tBookRestaurant\nplay a 1998 sound track  from sam the kid on last fm\tPlayMusic\nfind war & peace vol  1\tSearchCreativeWork\nfind a soundtrack called billboard hot r&b hits: 1981\tSearchCreativeWork\ni want to book a restaurant far from the municipal borough of mitcham for 10 people \tBookRestaurant\ntell me if it ll blizzard in ks\tGetWeather\nrate this essay two points out of 6\tRateBook\nwhy buffy matters is zero out of 6 points \tRateBook\nplay a soundtrack by musical artist jimmy james\tPlayMusic\nbook a tyrolean restaurant in crocker indiana now for 3 people \tBookRestaurant\nshow song schedule come into the world\tSearchCreativeWork\nbook sot for 22 minutes from now at a restaurant with parking\tBookRestaurant\nrate this novel 1 of 6\tRateBook\nbook a highly rated gastropub that has a pastelaria in blue anchor  md in 55 weeks for my brother in law and i\tBookRestaurant\nis the forecast windy now in fort myers shores arizona\tGetWeather\ni need to book a table at a nearby restaurant\tBookRestaurant\nbook a table at a osteria type restaurant in sd\tBookRestaurant\nplease help me find the bloom: remix album song \tSearchCreativeWork\nplay les pauvres riches by pan mei chen \tPlayMusic\nfind a tv show called zen: the music of fred katz \tSearchCreativeWork\nout of 6  i give the following book zero \tRateBook\nedit top 100 indie tracks on spotify playlist by adding smokefree rockquest 2005\tAddToPlaylist\nshow texas review of entertainment & sports law creative song\tSearchCreativeWork\nput edwyn collins onto my trabajo relax playlist\tAddToPlaylist\nfind taskcracker for outlook  a game\tSearchCreativeWork\nshow the movie schedule at regal entertainment group\tSearchScreeningEvent\nwhat is the movie schedule like\tSearchScreeningEvent\nwhat animated movies are playing at dipson theatres\tSearchScreeningEvent\ni rate american history: a survey a 5\tRateBook\nmy father in law and i would like to go to a highly rated bar\tBookRestaurant\nrate the book saga west with the night a 2\tRateBook\nplay fifties music by ahmed abdul malik\tPlayMusic\ni need a table at a restaurant that serves toast eleven months from now\tBookRestaurant\nwill it get chillier here\tGetWeather\nplay music from 2002\tPlayMusic\ni d like to book a table at black horse tavern in georgia at 4 am\tBookRestaurant\nput this album on my wine & dine playlist\tAddToPlaylist\nplay the greatest ballad from the seventies\tPlayMusic\nwhat time is i know that you know that i know lpaying\tSearchScreeningEvent\nlook up the cool cafe: cool tape vol  1 video game\tSearchCreativeWork\ngive this essay four stars / 6 \tRateBook\ncheck the forecast for keene \tGetWeather\nis holy matrimony playing at national amusements\tSearchScreeningEvent\nweather for july 1 in ut\tGetWeather\ni want to give the current novel 4 stars\tRateBook\ni d rate the current essay 1 stars\tRateBook\nwhat will be the humidity 5 years from now  in bradbury mountain state park\tGetWeather\nplay elitsa todorova music\tPlayMusic\nrate unlimited power 4 of 6 points\tRateBook\ni want to rate this current series a value of five and a best rating of 6\tRateBook\nplay new teo macero\tPlayMusic\ncan you pull up and play something on itunes\tPlayMusic\nrate 5 out of 6 points to my favorite fantasy story\tRateBook\ncan you let me know when talk of the devil is playing at the movie theatre\tSearchScreeningEvent\nadd the track to the best metal of the new millennium playlist \tAddToPlaylist\ngive me the showtimes for down where the buffalo go at amco entertainment\tSearchScreeningEvent\nshow me the song the incredible hulk returns\tSearchCreativeWork\nplay lenny kaye music \tPlayMusic\nplay me a chris needham song on vimeo\tPlayMusic\nplay a melody by colin blunstone\tPlayMusic\nrate this book four points\tRateBook\nis it supposed to get chilly in dewey\tGetWeather\nwant to add pacific ocean blues to the playlist named lunch\tAddToPlaylist\ni want to book a bar neighboring our apartment \tBookRestaurant\ni d rate the current essay as a 2\tRateBook\nplay the top of emil de cou\tPlayMusic\nis it going to be sunny at 21 o clock close-by district of columbia\tGetWeather\nfind me the lace and whiskey soundtrack\tSearchCreativeWork\ni d like to play the top ten mickdeth on google music\tPlayMusic\nplay the playlist funtime activity \tPlayMusic\nplay a ballad from 2000\tPlayMusic\ni m looking for the work titled converging conspiracies\tSearchCreativeWork\na conspiracy of paper deserves a solid 3\tRateBook\nfind the novel a civil war: army vs  navy\tSearchCreativeWork\nis there a depression in weather at my current spot\tGetWeather\nwhat s the weather forecast for my current location on jun  2\tGetWeather\ni give the current textbook 0 of 6 points\tRateBook\nwhat s the forecast for little silver\tGetWeather\ni would give this textbook a rating of 0 and a best rating of 6\tRateBook\nis it hot in bolivia\tGetWeather\nplay music by christian bautista\tPlayMusic\ni d like a table for five at any restaurant\tBookRestaurant\nplay drive playlist\tPlayMusic\nplay my futuros hits playlist on spotify \tPlayMusic\nadd artist danny carey to my classic jazz singers playlist  \tAddToPlaylist\nadd this album to my just dance by aftercluv playlist\tAddToPlaylist\nwhat is the movie schedule 1 second from now\tSearchScreeningEvent\nis it freezing in tira\tGetWeather\nis a charming man playing at lunch time\tSearchScreeningEvent\nwhat s the weather on bird island burkina at shavuot\tGetWeather\nplay that stubborn kinda fellow by michael amott\tPlayMusic\nwhat s the weather forecast for elida  rhode island\tGetWeather\nbook a restaurant with parking facility for 3 \tBookRestaurant\nfind the painting the adventures of teddy ruxpin\tSearchCreativeWork\nfind a reservation at the roseland theater at 10 pm\tBookRestaurant\ni would rate the executive power a four and a best rating of 6\tRateBook\nadd this song to my roadrunner rec new releases list \tAddToPlaylist\nadd this track by clem burke to my atmospheric black metal playlist\tAddToPlaylist\nwhen is lake city playing at dipson theatres\tSearchScreeningEvent\ni would give bones of the earth 2 points\tRateBook\nplay some melody from the eighties on spotify\tPlayMusic\nadd a song to my playlist a peaceful rush hour\tAddToPlaylist\nadd family tree to conexiones\tAddToPlaylist\nadd mr j medeiros to my women of country playlist \tAddToPlaylist\nadd this album by bruce dickinson onto top entrevistas my playlist\tAddToPlaylist\nsearch for the un provinciale a new york tv show\tSearchCreativeWork\nlet me hear the top album by the artist  skin \tPlayMusic\nadd this artist to my guilty pleasures playlist\tAddToPlaylist\nplease rate the current album 4 stars \tRateBook\nwhat time are films showing at kb theatres\tSearchScreeningEvent\nfind a tv show called perfect chemistry\tSearchCreativeWork\nadd a tune to my elrow guest list\tAddToPlaylist\nplease put live with me onto my playlist named carácter latino\tAddToPlaylist\nfind movie schedules \tSearchScreeningEvent\nrate notes from the internet apocalypse four of 6 stars\tRateBook\nplay 1962 music on netflix\tPlayMusic\nwill it be colder in tallgrass prairie national preserve\tGetWeather\nwhat s the weather like at sunset hills\tGetWeather\nrate gota’s war a one\tRateBook\nfind trauma center: new blood  an album\tSearchCreativeWork\ni need a table at a brasserie in belgium\tBookRestaurant\nadd song to top 100 country tracks on spotify \tAddToPlaylist\nadd a kiley dean tune to my jazz for loving couples playlist \tAddToPlaylist\ni need information on movie schedules\tSearchScreeningEvent\nbook a restaurant in the dominican republic in one minute for a party of eight\tBookRestaurant\ni give the french suicide 5 stars\tRateBook\nis it foggy in shelter island\tGetWeather\nfind a television show called sensation comics\tSearchCreativeWork\ni need a reservation for a gastropub that serves a maple bacon donut\tBookRestaurant\nplay the best 1981 sound track from ric fierabracci\tPlayMusic\nwhat time is the dungeonmaster playing at amc theaters\tSearchScreeningEvent\nstars for this album are one for the current 6 ratings\tRateBook\nplay print the legend soundtrack\tSearchCreativeWork\nadd the name covenant to the playlist fusion fest\tAddToPlaylist\nwhats the weather in irma\tGetWeather\nis millions in the air playing at the cinema\tSearchScreeningEvent\nis there a chinese wikipedia\tSearchCreativeWork\nwhat is the nearest movie house showing animated movies\tSearchScreeningEvent\ntell me if it ll be temperate in 8 seconds in guatemala\tGetWeather\ni need reservations at khedive palace that s close in town \tBookRestaurant\nwill it be windy in breaux bridge  turks and caicos islands eleven hours from now\tGetWeather\nwhat was the weather like last may at altai tavan bogd national park\tGetWeather\nadd album to mellow bars\tAddToPlaylist\nfind the saint in new york  a show\tSearchCreativeWork\nis it going to be sunny at five pm in chatyrkul wildlife refuge\tGetWeather\nplay trailer of do whatever turns you on\tSearchCreativeWork\nwill it get chillier in 12 years  in greenland\tGetWeather\nforecast for guatemala\tGetWeather\ni want to bring six of us to a bistro in town that serves hot chicken sandwich that is within the same area \tBookRestaurant\ni m looking for the video game called the supernatural events on campus\tSearchCreativeWork\nbook a bar in sc in leonville\tBookRestaurant\nrate  body of secrets one stars\tRateBook\ni d like to eat at a pho restaurant in vt\tBookRestaurant\ni want to listen to the music of ghost in the shell: stand alone complex\tSearchCreativeWork\nis warhead playing at amc theaters\tSearchScreeningEvent\nrate the previous novel a 1 out of 6\tRateBook\nplay fifties music\tPlayMusic\nwhere can i see the trailer for experienced ii: embrace tour 2013 budokan\tSearchCreativeWork\nwill it be sunny in spain on 3/26/2023\tGetWeather\nbook a spot for two at a churrascaria that sells cupcake in lumpkin indiana now\tBookRestaurant\nadd tune digster reggae\tAddToPlaylist\nshow me the movie schedule in the area near my home at seven am for animated movies\tSearchScreeningEvent\ni need a table for 2 on feb  18 at main deli steak house\tBookRestaurant\nlook for the movie darkness come alive\tSearchCreativeWork\ni m looking to get a seat at a brasserie in togo \tBookRestaurant\nthis is a 1 star textbook\tRateBook\nfind out what films are being played in the neighbourhood\tSearchScreeningEvent\ni want to find night of the hunter\tSearchCreativeWork\nbook a brasserie with a pool within the same area as my neighborhood for 5 people at 19:26\tBookRestaurant\nrate the casualties of peace series one of 6\tRateBook\nplease help me find the video game john michael montgomery discography \tSearchCreativeWork\ni want to hear the top tim madison\tPlayMusic\nadd magnifico to michele s playlist called 88 keys \tAddToPlaylist\ni want to take my mom and i to the tea house\tBookRestaurant\nfind a game called so long self\tSearchCreativeWork\nwhat is the movie schedule for films that are playing nearby in 15 minutes\tSearchScreeningEvent\nplay movement music from sheryfa luna\tPlayMusic\nbook reservations at a restaurant in jersey for six people next october\tBookRestaurant\ngive me the movie listings at the closest cinema please \tSearchScreeningEvent\nwhat time is crawlspace playing at the caribbean cinemas\tSearchScreeningEvent\nfind night of passion\tSearchCreativeWork\ni give the vinyl cafe notebooks a 0 of 6\tRateBook\nrate this book 0 of 6 points\tRateBook\nwhat is the painting forever malcolm young\tSearchCreativeWork\nwhat time is the corner playing\tSearchScreeningEvent\nrate the current series a one \tRateBook\nfind trivial pursuit: america plays\tSearchCreativeWork\ni would give this current chronicle three points\tRateBook\ncan i get the showtimes for the kitchen toto at cineplex odeon corporation \tSearchScreeningEvent\nwill there be a storm on christmas day in my current place\tGetWeather\nshow me a picture of love\tSearchCreativeWork\ngive 3 / 6 stars to the simon & schuster encyclopedia of dinosaurs and prehistoric creatures\tRateBook\nplease let me know the weather forecast in louisiana state\tGetWeather\ni want to give this textbook four out of 6 \tRateBook\nfind a coffeehouse in illinois for three\tBookRestaurant\ni want a table for 8 in plain on aug  5\tBookRestaurant\nadd curse song to my playlist guest list engadget\tAddToPlaylist\nshow movie times for movies in the area\tSearchScreeningEvent\nfind time for hendthighelbedi at the nearest cinema\tSearchScreeningEvent\nbook tea at the hamburger wagon for 3 vickie reed  melody and i in georgia\tBookRestaurant\nrate alfred kropp: the thirteenth skull 3 out of 6\tRateBook\ngive two star to as long as we both shall live book\tRateBook\nfind endless horizons\tSearchScreeningEvent\nis it supposed to be chilly in de tonight\tGetWeather\nplay music from 1999\tPlayMusic\nwhat s the weather far away in estonia\tGetWeather\nfind a movie called no  1 in heaven \tSearchCreativeWork\ni give a rating of 3 to the ultimate resource \tRateBook\ni m looking for a soundtrack titled bowie at the beeb\tSearchCreativeWork\nadd ik tara to laundry playlst\tAddToPlaylist\ni m looking for the game called summer of fear\tSearchCreativeWork\nbook a restaurant for jul  27\tBookRestaurant\ngive me the morning movie schedules\tSearchScreeningEvent\nplay the newest twenties melody \tPlayMusic\nshow me the movie schedule for nearby movies \tSearchScreeningEvent\nfind me a showing of the vanquished that starts nine hours and 1 second from now \tSearchScreeningEvent\nbook a highly rated restaurant in central african republic for 5 people on sep  the second\tBookRestaurant\nuse iheart to listen to retro\tPlayMusic\nplay some rap on pandora\tPlayMusic\nfind thyme travel\tSearchCreativeWork\nbook a food truck in mp for me and my ex husband \tBookRestaurant\nplay slacker tunes\tPlayMusic\nput do you love me on my acoustic soul playlist\tAddToPlaylist\nfind reverence for me\tSearchCreativeWork\nwill it be rainy at 8 in dans mountain state park\tGetWeather\nfind an album called burnout: the ultimate drag race challenge\tSearchCreativeWork\nadd welcome to the cruel world to my reggae classics\tAddToPlaylist\nfind the schedule for the nightmare six hours from now at the nearest cinema \tSearchScreeningEvent\nplay the top-fifty theme songs by dennis brown \tPlayMusic\nuse vimeo to play a mark king record from 1993\tPlayMusic\nbook a table at a restaurant in lucerne valley that serves chicken nugget\tBookRestaurant\ni want to listen to born on the bayou on iheart\tPlayMusic\ni want a table for my grandson and i somewhere in arkansas\tBookRestaurant\ni didn t like the book nobody lives for ever  i give it a 2 \tRateBook\nfind partners in action at dickinson theatres\tSearchScreeningEvent\nadd bronislau kaper to the drive playlist \tAddToPlaylist\ncan you get the weather forecast for new baden \tGetWeather\nadd name me & the rhythm to my chill out music\tAddToPlaylist\ngive four out of 6 points to this essay\tRateBook\nwhat s the weather forecast for coats\tGetWeather\nplay intense studying playlist on itunes \tPlayMusic\nplay dj cameo on itunes \tPlayMusic\nbook me a bar that s highly rated for georgia and i in burkina\tBookRestaurant\nrate definitely dead saga 5 points out of 6\tRateBook\ncasey and i will be in kentucky for food \tBookRestaurant\nbook a table for chasity and i in vanuatu\tBookRestaurant\ni d give the main-travelled roads series 0 points out of 6\tRateBook\nfind live at bearsville theater\tSearchCreativeWork\ni d like a table at a top-rated tea house with javanese cuisine this week in germany\tBookRestaurant\nadd heart like a hurricane to digster soul classics\tAddToPlaylist\nadd artist to my phunkadelic playlist\tAddToPlaylist\nwhat are the movie schedules\tSearchScreeningEvent\nplay me a song from the fourties\tPlayMusic\nput paula abdul on musica española 2017\tAddToPlaylist\nfind a video game called no parking on the dance floor \tSearchCreativeWork\nput this album on my conexiones list \tAddToPlaylist\ntell me the weather forecast for northern mariana islands one second from now\tGetWeather\nwill it get cold in nevada seven weeks and a half from now\tGetWeather\nrate my current novel 0 out of 6 points\tRateBook\ngive me the movie schedule for the great escape theatres\tSearchScreeningEvent\ngive 5 out of 6 stars to coming home\tRateBook\ngive 4 points to this textbook\tRateBook\ncan you add something by gregori chad petree to the playlist digster soul classics\tAddToPlaylist\nwhat time is the burning season playing\tSearchScreeningEvent\nplease add a song to ines s playlist called metal party\tAddToPlaylist\nplay baby workout\tSearchCreativeWork\nis there going to be snowfall in alton\tGetWeather\nbook me a top-rated pub\tBookRestaurant\nadd hallucinations of despair to my this is trey songz playlist \tAddToPlaylist\nplease book a restaurant for 45 weeks from now in fm\tBookRestaurant\nrate trailer geek chic\tSearchCreativeWork\nwhat is the nearest movie theatre playing the collaborators\tSearchScreeningEvent\nthis current book is worth five\tRateBook\nplay some twenties chant music on slacker\tPlayMusic\nshow me movie schedules\tSearchScreeningEvent\nplay a music ballad from the sixties\tPlayMusic\nadd five stars to my current chronicle\tRateBook\nplay me the greatest chant by laurel aitken on lastfm \tPlayMusic\nplay lastfm by steampunk\tPlayMusic\nplease put this track onto letha s signed xoxo playlist\tAddToPlaylist\nplay something by louis nelson delisle \tPlayMusic\nwhat animated movies are playing now in the neighborhood \tSearchScreeningEvent\nwill it be snowy in florewood state park\tGetWeather\nwhen can i watch alice: a true story at amc theatres\tSearchScreeningEvent\nis it forecast to be chillier around texas\tGetWeather\nbook a spot for 3 in egypt at five\tBookRestaurant\nwhere can i see the somme starting at 16:01:04\tSearchScreeningEvent\nis the clowns at the nearest cinema \tSearchScreeningEvent\nadd the artist to my 31 minutos playlist\tAddToPlaylist\nis the mystery of betty bonn playing at twelve a m  at the nearest movie house\tSearchScreeningEvent\nwhat time is living is easy with eyes closed playing\tSearchScreeningEvent\nplease check whether any animated movies will be running in the area around 04:34:15 pm \tSearchScreeningEvent\ni am looking for a creative work called something warm\tSearchCreativeWork\ni have to give this current essay a rating of three\tRateBook\ni want to give this textbook 3 out of 6 points\tRateBook\nplay thirties music by flex on google music\tPlayMusic\nwhat will the weather be like 1 second from now in pugu hills forest reserve\tGetWeather\ngive the phantom ship a zero \tRateBook\ntell me the closest movie house playing black rage\tSearchScreeningEvent\nwhat is playing for movies at b&b theatres\tSearchScreeningEvent\nfind book called dreams and all that stuff\tSearchCreativeWork\nplay the xyy man soundtrack\tSearchCreativeWork\nplay me the greatest doctor fink song on zvooq\tPlayMusic\nrate the current novel 3 points \tRateBook\nadd kaya newest track to my i love my  00 s r&b playlist\tAddToPlaylist\nplease pull up nothing feels good\tSearchCreativeWork\nwhat will the weather be within the same area in minnesota on june 27th  2023\tGetWeather\nbook a table for nine people at a brasserie on jan  16  2034\tBookRestaurant\ngive the pirates of manhattan a 1\tRateBook\nplay me an eighties song by wes dakus\tPlayMusic\nfind invisible child at southern theatres\tSearchScreeningEvent\nwhat is the weather at my current location\tGetWeather\ni want to put roberto valverde into my ultra metal list\tAddToPlaylist\nat thirteen o clock book a table for margie and i in vanuatu\tBookRestaurant\nwhat is the forecast for tschetter colony on ascension day in oregon\tGetWeather\nplay bebob on iheart\tPlayMusic\nfind the video game thale\tSearchCreativeWork\nwhere can i see the trailer for phineas redux\tSearchCreativeWork\ngive 4 star for this album\tRateBook\nfind the photographic journal \tSearchCreativeWork\nshow creativity in ah\tSearchCreativeWork\nfind a game called gladiators australian series 1\tSearchCreativeWork\nwhat movie schedules start at sunset\tSearchScreeningEvent\nbook a spot for nona gray  myrtle and alison at a top-rated brasserie that is distant from wilson av on nov  the 4th  2030 that serves ouzeri\tBookRestaurant\nfind a movie house for kickboxer 5 – redemption\tSearchScreeningEvent\ni d rate the rise of the west a 2 of 6 stars\tRateBook\nadd this tune by shagrath to black sabbath the ozzy years\tAddToPlaylist\nfind the return to grace saga\tSearchCreativeWork\nrate beyond the shadows 3 of 6 stars\tRateBook\nadd halley to this is tchaikovsky \tAddToPlaylist\nwhat s the weather forecast for east berlin  al\tGetWeather\nplay anweshaa by the new first \tPlayMusic\nput joseph utsler on all out 70s\tAddToPlaylist\ngive zero out of 6 points to marxism and the oppression of women\tRateBook\nbook a restaurant with parking for kirsten morris and i \tBookRestaurant\nlisten to music from 1975\tPlayMusic\nrate mimi and the biscuit factory 5 out of 6\tRateBook\ncan you rate this current essay with zero stars\tRateBook\nrate the bourne deception 4 of 6\tRateBook\nwhat s the weather forecast for new zealand\tGetWeather\nfind merry arizona 97: desert stars shine at christmas\tSearchCreativeWork\nthe current rating of 6 out of two for a textbook\tRateBook\nadd this artist named cleopatra stratan to my playlist named 30 before 20 masterworks by teenagers\tAddToPlaylist\nbook john pearson soda works restaurant on 7/27/2036\tBookRestaurant\ni need a table at a restaurant serving carne pizzaiola for tamra davis  viola and dorothea\tBookRestaurant\nadd joan wasser to running playlist\tAddToPlaylist\nshow freezing forcast now within the same area in north dakota\tGetWeather\nfind a pet of the cairo zoo \tSearchCreativeWork\nshowtimes for butterfly on a wheel \tSearchScreeningEvent\nthe naked and the dead was pretty good  i d give it four stars \tRateBook\nplay techno music\tPlayMusic\nadd i pledge allegiance to the grind to my sinfonía hipster playlist\tAddToPlaylist\nwhat time are movies showing at megaplex theatres\tSearchScreeningEvent\nplay no more sorrow\tPlayMusic\ni give the carry me down chronicle three of 6 points\tRateBook\nwill it get hotter in the city of ashford\tGetWeather\nfind long hello and short goodbye  a movie\tSearchCreativeWork\ni m trying to find annunciation \tSearchCreativeWork\nwarren island state park distant weather forecast for 11 am\tGetWeather\nplay my hype playlist on youtube \tPlayMusic\ncan you add something by the artist paul cargnello to my chill tracks playlist\tAddToPlaylist\nfind becoming royston\tSearchCreativeWork\nbook cornelia and bettie a table at a brasserie restaurant in colombia\tBookRestaurant\nwhen is sea of fear being shown at the closest movie theatre\tSearchScreeningEvent\ni d like to see the album heroes of might and magic iv\tSearchCreativeWork\nopen itunes and play kenny cox most popular concerto\tPlayMusic\nrate this series 1 out of 6\tRateBook\nadd falling stars to my intense studying\tAddToPlaylist\nrate this essay 1 stars\tRateBook\ni want to see love  speed and thrills at the nearest cinema\tSearchScreeningEvent\ni want to watch the television show symphony for solo piano\tSearchCreativeWork\nfind a painting called the wipers times\tSearchCreativeWork\ntell me the weather forecast one year from now in kulpsville  togo\tGetWeather\nbook me and my grandparents a restaurant in saint helens south dakota\tBookRestaurant\ni d like to watch films in 23 hours in the neighborhood\tSearchScreeningEvent\nplay midnight special\tPlayMusic\nfind the black girl in search of god trailer\tSearchCreativeWork\nput framed onto my ntc studio sounds playlist\tAddToPlaylist\ncan you add something from method man to my this is mozart playlist \tAddToPlaylist\nadd song to daily lift playlist\tAddToPlaylist\nwhat is the films with movie times in the area\tSearchScreeningEvent\nwill it get colder in cape fair\tGetWeather\nwill it get chilly 1 minute from now in carterville\tGetWeather\nadd this tune by frankie laine to my playlist kitchen swagger\tAddToPlaylist\nplay shaina magdayao s music on iheart\tPlayMusic\nbook reservations at a restaurant in niue for me  edna and glenda\tBookRestaurant\ni need a table for 3 at david whitney house in brazil\tBookRestaurant\ni want to hear a full album on youtube by jem godfrey\tPlayMusic\nbook a table for a macedonia restaurant\tBookRestaurant\nfind the best man holiday saga\tSearchCreativeWork\nsearch for the long dark\tSearchCreativeWork\nplay some tango on iheart\tPlayMusic\nput before the eulogy onto acoustic blues\tAddToPlaylist\nwhat are the movie times for movies around here\tSearchScreeningEvent\nsearch for the song banquet for the damned\tSearchCreativeWork\nfind a movie schedule in the neighborhood for animated movies\tSearchScreeningEvent\nneed a table somewhere in mclaurin connecticut\tBookRestaurant\nwhat animated movies are playing at kb theatres\tSearchScreeningEvent\nwhat animated movies are at the nearest cinema\tSearchScreeningEvent\nshow me the schedule of movie times in dipson theatres\tSearchScreeningEvent\nplease search thirayum theeravum video game \tSearchCreativeWork\nneed a table for nine in east prairie la\tBookRestaurant\nplay kim wilde by mike scott on slacker\tPlayMusic\nplay music off the track child maurice\tPlayMusic\nput the airi suzuki album into my nuclear blast novelties playlist\tAddToPlaylist\nplay my hardstyle  baby playlist on netflix\tPlayMusic\nfind a picture called every little thing she does is magic \tSearchCreativeWork\nadd as i was going to st ives to the fantasía playlist  \tAddToPlaylist\nshow the drive of life album\tSearchCreativeWork\nis tomorrow at dawn at harkins theatres\tSearchScreeningEvent\nrate the parable of the sower a 2 out of 6\tRateBook\nshow creativity in call me joe\tSearchCreativeWork\nplay my piano ballads playlist \tPlayMusic\ni d like to hear chant songs from nineties\tPlayMusic\ni d rate this essay 1 out of 6\tRateBook\nadd hemanta kumar mukhopadhyay album in funky jams\tAddToPlaylist\nplay the game sugarfoot\tSearchCreativeWork\nplay women of jazz\tPlayMusic\ni want to give nautch girls of india four out of 6 points\tRateBook\nput ron wood in the digster reggae playlist \tAddToPlaylist\nadd track to my playlist a sudden rainstorm\tAddToPlaylist\nwhere can i buy the soundtrack bridge of souls\tSearchCreativeWork\nadd this eric weissberg song to my dance workout\tAddToPlaylist\nand a body to remember with gets a full 5 stars \tRateBook\ncan you get the tv show  enter the matrix\tSearchCreativeWork\nadd olga souza to virginia s femme fatale playlist\tAddToPlaylist\nadd this john tesh tune to the friendesemana playlist\tAddToPlaylist\nadd lee seung gi to my baila reggaeton playlist\tAddToPlaylist\nfind movie times for animated movies in the area \tSearchScreeningEvent\nwhat does for all the wrong reasons look like\tSearchCreativeWork\ni need a table for 10 at thomas hynes house nineteen minutes from now\tBookRestaurant\ni need a table in tn that s not to far for a party of ten\tBookRestaurant\nplay a melody by adassa from the twenties\tPlayMusic\nrate the following novel one of 6\tRateBook\nis green grass widows playing at the cinema\tSearchScreeningEvent\nhow cold is it in my current position\tGetWeather\ni want to add this so chan whee tune to latin alternative music\tAddToPlaylist\nplease rate this textbook five stars out of 6\tRateBook\nthe next album is only one stars\tRateBook\nwhat is the weather in pendleton center\tGetWeather\nadd paulinho da viola to my radio rock song list\tAddToPlaylist\ngive 0 points to the hand in the glove\tRateBook\ngive 0 to the sky village\tRateBook\nbook a restaurant in lake fenton for four \tBookRestaurant\nwhat s the weather going to be like in pr at nineteen o clock\tGetWeather\nplay eddie meduza from the thirties\tPlayMusic\nwhat s the weather going to be one hour from now in taiwan\tGetWeather\nwill it be freezing nearby thap lan national park at 4 pm\tGetWeather\nbook a reservation for a restaurant serving wontons for ten people in leopold\tBookRestaurant\nbook a restaurant in kamrar for midday \tBookRestaurant\nwhat will the weather be like in three weeks faraway in sompio strict nature reserve\tGetWeather\ni d like to watch movies around here  can i see the movie schedules\tSearchScreeningEvent\nwhat movies are showing at fox theatres at 11 am\tSearchScreeningEvent\nwhat movie times start in 22 seconds at magic johnson theatres\tSearchScreeningEvent\nfind kerasotes theatres movie schedules\tSearchScreeningEvent\nwhat is the weather forecast in the country of chile fifteen hours from now\tGetWeather\nfind a painting called the legend of tashan dorrsett \tSearchCreativeWork\nrate until i find you four points\tRateBook\nweather near california\tGetWeather\nbook main deli steak house on february 13 in serbia and montenegro\tBookRestaurant\nbook a restaurant in al at oak ridge\tBookRestaurant\nwhat is the weather like in detroit lakes\tGetWeather\nwhat movies are playing in the neighborhood\tSearchScreeningEvent\ni give the part of the chronicle growth fetish four out of 6 stars \tRateBook\nadd eef barzelay to the trad folk playlist  \tAddToPlaylist\nrate current novel two stars\tRateBook\nbook a reservation for 1 on march 17\tBookRestaurant\nplay my pandora app\tPlayMusic\nrate the current essay 0 of 6\tRateBook\nbook me a restaurant reservation in madagascar\tBookRestaurant\ni give the chronicle atop an underwood: early stories and other writings a rating value of 3 and a best rating of 6\tRateBook\nplay music from the sixties\tPlayMusic\nwhere and at what time can i see paragraphe 78\tSearchScreeningEvent\nrate the lotus and the storm zero of 6\tRateBook\nwhat s the forecast for pipe spring national monument\tGetWeather\nwhat films are playing at marcus corporation\tSearchScreeningEvent\nplay the late night jazz soundtrack on zvooq \tPlayMusic\nwhen is the next episode of the tv series crossing lines showing\tSearchCreativeWork\nwill it be snowy in the current place\tGetWeather\nwhat movie theatre is playing the missing picture\tSearchScreeningEvent\nplay the most popular music from nat stuckey on itunes \tPlayMusic\nwhat s the weather in 10 months in nam kading national protected area\tGetWeather\nmove el viaje de copperpot into my emily dickinson playlist\tAddToPlaylist\nwhat will the weather be in one minute in tanzania\tGetWeather\nrate this album a five\tRateBook\nis it nice now in madawaska\tGetWeather\nwant to add this nick mason tune to the sylvia plath playlist\tAddToPlaylist\nwill it be snowy at the current position by march 3\tGetWeather\nhow far from quebeck will it be hot\tGetWeather\ncourtney and ruby want to eat at a restaurant three years from now\tBookRestaurant\nfind the movie schedules\tSearchScreeningEvent\nfind a movie theatre with beware of bachelors\tSearchScreeningEvent\nrate the current essay a three points\tRateBook\nwill it be freezing at 1 am in balko\tGetWeather\ni d like to see apartment hunting \tSearchCreativeWork\nbook a restaurant reservation in hong kong\tBookRestaurant\ngive zero rating to the deed of paksenarrion\tRateBook\nplay me a fifties song by chingy\tPlayMusic\nsearch for a painting of the wannadies\tSearchCreativeWork\ngive three stars to chronicle falling in love with hominids\tRateBook\ni want the nearest movie house with the debtors\tSearchScreeningEvent\nadd the artist to my this is mozart playlist \tAddToPlaylist\nadd this tune to my indie reflection playlist\tAddToPlaylist\nbook a restaurant in french southern territories on dec  the fifth  2026 for two\tBookRestaurant\nshe me the game called knowledge and decisions\tSearchCreativeWork\nwhat are the current movie schedules for amc theatres\tSearchScreeningEvent\nplay music by fidel nadal sorted by newest \tPlayMusic\nshow a movie schedule with bow tie cinemas\tSearchScreeningEvent\nfind sappho\tSearchCreativeWork\nrate the current album a four\tRateBook\nbook a table at a faraway brasserie in nj \tBookRestaurant\ngive this essay a rating of 5 \tRateBook\nweather for frankfort\tGetWeather\nforecast for wisconsin at 10 pm \tGetWeather\nplay some retro music \tPlayMusic\nplay closer to the sun album\tSearchCreativeWork\nbook a table at the wwe the world in south korea \tBookRestaurant\ncharlene and i and are are in liechtenstein and want restaurant reservations at midnight \tBookRestaurant\nfind bump off lover\tSearchCreativeWork\ngive 0 points to the eudaemonic pie\tRateBook\nfind alamo drafthouse cinema with animated movies\tSearchScreeningEvent\nwhat s the closest movie house showing the legend of ben hall\tSearchScreeningEvent\nwhat is the storm forecast in the same area of honduras\tGetWeather\nhow s the weather in brookdale zimbabwe\tGetWeather\nwhat are the movie schedules for movies showing in the neighbourhood\tSearchScreeningEvent\ni want to listen to some music from 2003 on pandora from them\tPlayMusic\nadd luiza possi to my bachelor party playlist  \tAddToPlaylist\ngive heartland chronicle four points\tRateBook\nshow tv show schedule archive is\tSearchCreativeWork\nplay a ballad by owen pallett from the seventies on slacker \tPlayMusic\nopen up music on last fm \tPlayMusic\nadd a song to my playlist impulso creativo\tAddToPlaylist\ncan you pull up a movie schedule for me\tSearchScreeningEvent\nwhat is the weather going to be like in twenty three minutes in parksdale  in\tGetWeather\nwill there be a fog here this week\tGetWeather\ni want to book a restaurant next year in glazier for 6 people \tBookRestaurant\nwhen is good will evil playing at loews cineplex entertainment\tSearchScreeningEvent\nadd iene miene mutte to women of r&b playlist\tAddToPlaylist\nplay a sound track by vegard sverre tveitan\tPlayMusic\nadd the rebirth of kirk franklin to the fiesta playlist \tAddToPlaylist\nfind the show manthan\tSearchCreativeWork\nshow cloud forcast in 1 hour in ia\tGetWeather\ni need a reservation for a brasserie place for a party of two\tBookRestaurant\nrate the road to reality: a complete guide to the laws of the universe two points\tRateBook\nis fighting with buffalo bill playing at the closest movie house\tSearchScreeningEvent\nplay within you without you by distance on zvooq \tPlayMusic\nbook a brasserie restaurant at 18:28 and order wings \tBookRestaurant\nget me a table for sonya  rebekah and i at a restaurant in latvia \tBookRestaurant\nadd this album to my playlist titled underground hits\tAddToPlaylist\nfind the schedule for screen souvenirs at cinemark theatres \tSearchScreeningEvent\nwhat will the weather be in the flight park state recreation area\tGetWeather\nadd godmusic to my latin dance cardio playlist\tAddToPlaylist\nwill there be a lot of sun in dry prong somalia at 5 pm\tGetWeather\ni am giving paedophilia: the radical case a rating of 2 out of 6 points\tRateBook\ni want to book dinner by heston blumenthal in al \tBookRestaurant\ni want to hear some boris grebenchtchikov on zvooq\tPlayMusic\ngive a kentucky cardinal four points\tRateBook\nbook a table in arizona serving italian-american cuisine in a tavern for 2\tBookRestaurant\nwhat s the forecast for east sonora qatar\tGetWeather\ni liked ports of call  i d give it a 5 out of 6 \tRateBook\nplay some alte kameraden music\tPlayMusic\nbook a table 1 year from now for corinne  tisha and i at a restaurant in guernsey that is top-rated\tBookRestaurant\nis it humid in otsego réunion\tGetWeather\nplay adieu by al arsenault\tPlayMusic\nshow me the forecast for wisconsin\tGetWeather\nwhat s the weather in close by my current position\tGetWeather\nadd francesco de gregori to my classical new releases spotify picks playlist\tAddToPlaylist\nis it going to be freezing in one hour in puerto rico\tGetWeather\nneed a jewish in maine to book a restaurant\tBookRestaurant\nplease look up the painting beyond iconic: photographer dennis stock \tSearchCreativeWork\nplay the tv series effortless regurgitation of bright red blood\tSearchCreativeWork\nwill it be chilly around oregonia in 9 months \tGetWeather\nbook a table at a tea house in 21 hours in northern mariana islands\tBookRestaurant\nis it hotter in vernon\tGetWeather\nplay me a nineties ep\tPlayMusic\nadd please  please  please  let me get what i want to my crate diggers anonymous\tAddToPlaylist\ni need to know is it freezing in mn at 01:27 pm\tGetWeather\nshow chocolate rain creativity\tSearchCreativeWork\nplay good classified songs on vimeo\tPlayMusic\ni need a table at a cafeteria for a party of 6 in al\tBookRestaurant\ncan you add some tommie sunshine to my chill out playlist\tAddToPlaylist\nwhat is the movie schedule today at neighborhood cinema group\tSearchScreeningEvent\nbook a restaurant in macedonia for 13 hours from now\tBookRestaurant\nrate the current novel five out of 6 stars\tRateBook\nwhat will the weather be in montevallo on july ninth  2018\tGetWeather\nbook a reservation for a restaurant in stonewood  gu\tBookRestaurant\nfor the playlist running power add the name the best is yet to come\tAddToPlaylist\nfind a movie called single collection: hotchpotch\tSearchCreativeWork\nadd tune to infinite indie folk\tAddToPlaylist\nadd another tune to my soft rock  playlist  \tAddToPlaylist\nadd artist post metal to playlist\tAddToPlaylist\nplay classic rock on groove shark\tPlayMusic\nplay me the dinner playlist\tPlayMusic\nlet me get the forecast for tea time in el salvador \tGetWeather\nwhat time is utamaro and his five women showing at alamo drafthouse cinema\tSearchScreeningEvent\nwhat is on the movie schedule for four am at landmark theatres\tSearchScreeningEvent\nplay music from the playlist late night jazz\tPlayMusic\nput the bill berry track on elrow guest list\tAddToPlaylist\ni m looking for a table of eight at the alley \tBookRestaurant\ni want to see the trailer for no one\tSearchCreativeWork\nwhat time is soul surfer playing\tSearchScreeningEvent\nshow movie times now\tSearchScreeningEvent\ni would rate the best science fiction stories and novels: ninth series 5 points\tRateBook\nwhat is the weather forecast in saint vincent and the grenadines\tGetWeather\nadd something by ritchie valens to my playlist virales de siempre\tAddToPlaylist\ni give rogue ship 5 out of 6 \tRateBook\ngive the plague a 0\tRateBook\nshow movie times of movies in the neighbourhood\tSearchScreeningEvent\nwhat is the movie schedule for films in the neighbourhood\tSearchScreeningEvent\nadd cleo laine to psychedelic rock\tAddToPlaylist\nsome me a healthy picture\tSearchCreativeWork\nadd the singer barbara to my country radio playlists\tAddToPlaylist\ni want to rate the selected letters of h  p  lovecraft i saga 3 stars\tRateBook\ncan i get the movie schedules for speakeasy theaters\tSearchScreeningEvent\nshow movie schedules of film nearby\tSearchScreeningEvent\nbook a table in fleetwood at a nearby deli\tBookRestaurant\nadd share the well to my epic wall of sound\tAddToPlaylist\nwhat film is playing in the neighbourhood\tSearchScreeningEvent\nput ares in my canadian country playlist\tAddToPlaylist\nplay tuomas holopainen s the 21 project \tPlayMusic\nadd d flame to the dcode2016 playlist \tAddToPlaylist\nadd sara carter to my nothing but a party r&b\tAddToPlaylist\nput this tripp eisen song on canta en la ducha\tAddToPlaylist\nwhat is the forecast in bearmouth in virgin islands in 3 months \tGetWeather\nbook me a restaurant for 4 members at beaman federated states of micronesia in one minute \tBookRestaurant\nrate the masks of time zero of 6 stars\tRateBook\nwhat s the weather next week in somis\tGetWeather\nadd us placers to my new boots\tAddToPlaylist\nrate star wars - the old republic: revan 1 points\tRateBook\nbook reservations to a cafeteria in brockway colorado that serves thai food for six people\tBookRestaurant\nbook the gus stevens seafood restaurant & buccaneer lounge in papua new guinea for one person \tBookRestaurant\nplay hora din moldova by yamazaki maso\tPlayMusic\nput some stu phillips in the women of acoustic playlist  \tAddToPlaylist\nrestaurant in south sudan for 6\tBookRestaurant\nput frank farian on lydia s playlist called the black power mixtape 1967 to 1975\tAddToPlaylist\nis there any fog warning in dauset trails nature center now\tGetWeather\ni am giving the current novel a four out of 6 rating \tRateBook\nput more unbelievable in my grandes unplugged playlist  \tAddToPlaylist\nthere can i find the beggar maid playing\tSearchScreeningEvent\nrate this album 3 out of 6\tRateBook\nadd the tune from leena peisa to my amor amor playlist \tAddToPlaylist\nwhat time is the count playing\tSearchScreeningEvent\nget me kiss the crystal flake\tSearchCreativeWork\nfind the movie schedules for nearby movies \tSearchScreeningEvent\nplay my 70s smash hits playlist \tPlayMusic\nwhat is the weather of ludowici at 4 am\tGetWeather\nbook a reservation for ten at a restaurant in american samoa at 2 am\tBookRestaurant\nshow the lateness of the hour\tSearchCreativeWork\nwhat will the the weather be like close to bailey s crossroads at 05:00:34 am\tGetWeather\nrate covering: the hidden assault on our civil rights 1 point\tRateBook\nadd shame on you to my masters of metal playlist\tAddToPlaylist\nwhich animated movies are showing close by\tSearchScreeningEvent\nplease check the movie schedule \tSearchScreeningEvent\nfind movie times\tSearchScreeningEvent\nwhat time is movies playing around here\tSearchScreeningEvent\nadd this artist to my the road to punk rock playlist\tAddToPlaylist\nwhat movies are on the movie schedules for five hours from now in the neighbourhood\tSearchScreeningEvent\nwhat will the humidity be in ar in 49 weeks and a half from now\tGetWeather\nwill it be freezing in seven minutes in nora fiji\tGetWeather\nadd nana kitade to my modern psychedelia playlist\tAddToPlaylist\nwhat s the forecast in klamath marsh national wildlife refuge\tGetWeather\nrate cousin bette 5 points\tRateBook\nplay a nineties tune by sugar minott on netflix\tPlayMusic\nto johnnie s funtime activity playlist add the name the best of guitar shorty\tAddToPlaylist\nwhere can i watch the tv series polite people\tSearchCreativeWork\nlook up the television show called monster mash\tSearchCreativeWork\nrate the current album 5 out of 6 points\tRateBook\nwhat is the weather in current location on december the 23rd  2027\tGetWeather\nlist films at pacific theatres\tSearchScreeningEvent\nbook a table at a tavern in albania for annette  darlene and barbara james for ten am\tBookRestaurant\nshow me movie times\tSearchScreeningEvent\nput this track on my infinite indie folk playlist\tAddToPlaylist\nput dschiwan gasparjan into the cool down playlist  \tAddToPlaylist\ni d like to see the saga 12 soulful nights of christmas\tSearchCreativeWork\nshow the creativity of ghost dragon of cold mountain\tSearchCreativeWork\ni think this novel only deserves 2 points out of 6 \tRateBook\nbook me a table at a tartinery restaurant not far from my home in elk rapids \tBookRestaurant\ncheck movie schedules and find which animated movies are being aired in the neighborhood movie halls \tSearchScreeningEvent\nplay shara worden\tPlayMusic\nplace raise your fist onto year in metal 2016 \tAddToPlaylist\ngive four stars to current novel\tRateBook\nlook up the reverse of the medal\tSearchCreativeWork\nwill it be colder in delaware\tGetWeather\nthe complex: how the military invades our everyday lives has a best rating of 6 stars but i will give it zero\tRateBook\nwill it be warm neighboring here in whitehouse\tGetWeather\nrate the book strumpet city zero for 6\tRateBook\nis it freezing this evening in maunabo united states\tGetWeather\nplay the newest stuff by blowfly\tPlayMusic\nplay some twenties theme music on google music \tPlayMusic\nwhat are the local movie times\tSearchScreeningEvent\ngive me weather information for porcupine mountains\tGetWeather\nfind the schedule for movies at the megaplex theatres \tSearchScreeningEvent\ni want to eat close by east brady for seven  people\tBookRestaurant\nplay some twenties music on iheart\tPlayMusic\nplease find me the movies playing nearby\tSearchScreeningEvent\nplay the newest martin solveig sound track\tPlayMusic\ni would say this essay deserves four points\tRateBook\nbook a table at a bar in cambodia that serves cheese fries \tBookRestaurant\nthe following essay is worth four out 6\tRateBook\nwhat is the current temperature here\tGetWeather\ngive it a 0 for this essay\tRateBook\nadd i roy to my this is rosana playlist\tAddToPlaylist\nwhat will the weather be in east new market antarctica\tGetWeather\nplease tell me the forecast for guinea-bissau\tGetWeather\nplay eternally by marko desantis on zvooq \tPlayMusic\nthe stars for this are 4 for a textbook\tRateBook\ni give four stars to this chronicle \tRateBook\nwhat is the midday weather forecast for chalkyitsik  palestine\tGetWeather\ni give 3 of 6 stars for the current textbook\tRateBook\ni d like a table for natasha  bettye and kimberley at a coffeehouse with a smoking room\tBookRestaurant\nbook me seating at a popular joint for sep  the 10th\tBookRestaurant\nbook an oyster bar in american samoa for lunch\tBookRestaurant\ngive 0 out od 6 stars to mystery of the desert giant\tRateBook\nplease play good music by will oldham \tPlayMusic\nfind plitt theatres movie schedules\tSearchScreeningEvent\nfor the playlist wild & free workout add tsidii le loka\tAddToPlaylist\ngive me the forecast for the weather in citrus springs\tGetWeather\nrate this textbook 5 stars\tRateBook\nfind me the picture the id\tSearchCreativeWork\ni would give the against his-story  against leviathan saga a value of one\tRateBook\nis it cloudy in tingley\tGetWeather\nbook a nearby northeast indian restaurant in north carolina for ten people at six am \tBookRestaurant\nrate this series one stars\tRateBook\ni m looking for sherlock holmes contre arsène lupin \tSearchCreativeWork\nbook this week for their step sister s workplace close\tBookRestaurant\nwhere can i watch wartime romance in the morning\tSearchScreeningEvent\nwhat s the weather like in big delta\tGetWeather\nwhat films are playing now at the general cinema corporation\tSearchScreeningEvent\nwhere can i find the saga addicted to love\tSearchCreativeWork\ntable for nine at an internet pub\tBookRestaurant\nwhat is the weather of nebraska\tGetWeather\nis it chilly in fm\tGetWeather\nwhat kind of weather is forecast around seven pm here\tGetWeather\ni need a table at a restaurant in ireland serving kouglof\tBookRestaurant\ni would rate this album 1 points\tRateBook\nput this tune on my your favorite coffeehouse playlist\tAddToPlaylist\nrate the current novel 1\tRateBook\nmake a reservation for eunice thompson and elisa martin in the virgin islands in one minute \tBookRestaurant\nplay the last 1954 ep by povel ramel \tPlayMusic\nfind a tv series called dirty politics \tSearchCreativeWork\nplay the most popular 1956 record \tPlayMusic\nshow tv show schedule of offroad legends\tSearchCreativeWork\nlook for the thorns saga\tSearchCreativeWork\nwhat will the weather be in uzbekistan at 4 am\tGetWeather\nwill there be a lot of cloud activity next summer in nellieburg  arkansas\tGetWeather\nwhat is the weather like in great bay national wildlife refuge\tGetWeather\nnapoleon xiv should be added to sharlene s playlist transatlantic lullaby\tAddToPlaylist\nadd eric bibb to country coffeehouse\tAddToPlaylist\nbook the labworth café in ethiopia for six people \tBookRestaurant\ntell me the weather forecast for eight am in reminderville  fl\tGetWeather\nrate dixie lullaby: a story of music  race and new beginnings in a new south five out of 6 points\tRateBook\nwhich day this week will it get chilly in palmetto  in\tGetWeather\nare any films play at the santikos theatres\tSearchScreeningEvent\nbook a spa in pizzeria on november 24  2036\tBookRestaurant\nbook a gibassier serving tavern in vermont for nine\tBookRestaurant\nhow will the weather be in kentucky this week\tGetWeather\na writing kind of day deserves three points and a best rating of 6\tRateBook\nfind a reservation in deweese for my sister and i\tBookRestaurant\nbook me a reestaurant that is close in the country of cocos islands\tBookRestaurant\nadd this nozomi tsuji tune to my hot house playlist\tAddToPlaylist\nbook a table in fairview neighboring the area\tBookRestaurant\ni m looking for a photograph called merry christmas \tSearchCreativeWork\nrate the current essay a three\tRateBook\nfind kerasotes theatres showing animated movies\tSearchScreeningEvent\nplay some music on last fm\tPlayMusic\ni need to book a restaurant at four o clock for 4\tBookRestaurant\nbook at table at a brasserie which serves padangnese food \tBookRestaurant\nneed a table for sep  first in haiti for a party of three\tBookRestaurant\ncan i see the boat people\tSearchCreativeWork\nwhat is the movie schedule for train\tSearchScreeningEvent\nweather for faroe islands\tGetWeather\ni gave the current album two stars\tRateBook\nwhat is the 00:00 pm forecast for blizzard conditions in cameroon\tGetWeather\nwhere is the closest cinema playing soapsuds and sapheads\tSearchScreeningEvent\nplay some music by karl blau \tPlayMusic\nuse itunes to play artist ringo shiina track in heaven\tPlayMusic\nwill it get warmer in centenary around the evening\tGetWeather\nplay i could write a book\tPlayMusic\ntell me when there will be a snowstorm in clifton forge\tGetWeather\nadd track to indie electronics playlist\tAddToPlaylist\ni want to hear a top-20 chant from the twenties\tPlayMusic\nplay 1958 music\tPlayMusic\ngive 1 star to the cure for death by lightning\tRateBook\nplay the newest 2016 ep from boaz mauda \tPlayMusic\nplay the playlist grime shutdown\tPlayMusic\nrate the book joyful noise: poems for two voices 3 points\tRateBook\nplay my éxitos españa playlist\tPlayMusic\ngive one out of 6 points to the psychopathic god series\tRateBook\nplay music from 2016 \tPlayMusic\nrate who moved my cheese a one\tRateBook\nthis series should get 0 of 6 points\tRateBook\nbook a pub with fisn n chips in timberville \tBookRestaurant\nplay the best vanessa peters songs\tPlayMusic\nis it going to get colder at my current location by 10 am\tGetWeather\nadd paul young to my retrovisor\tAddToPlaylist\nfind outback bound  a trailer\tSearchCreativeWork\ncan you help me find preaching to the perverted\tSearchCreativeWork\nbook a restaurant with wifi for nine people \tBookRestaurant\nadd this album to holly s bandas sonoras playlist\tAddToPlaylist\ni am giving this current novel 1 out of 6 stars\tRateBook\nfind a soundtrack called tied to a star \tSearchCreativeWork\nwhat time is american gun playing\tSearchScreeningEvent\nplay fight on  state \tPlayMusic\nput this track on musica española 2017\tAddToPlaylist\ni want to book a restaurant in botswana for four people \tBookRestaurant\ni d like to watch sherlock holmes à new york at kb theatres\tSearchScreeningEvent\nwill it be hotter in san valley landscape park on june 24  2024\tGetWeather\nis it humid in charenton\tGetWeather\nshow movie schedules for animated movies in the neighbourhood\tSearchScreeningEvent\nopen netflix and play kan man gifta sig i jeans\tPlayMusic\nfind the good girl at a movie house\tSearchScreeningEvent\nlook for the district 9 novel\tSearchCreativeWork\nis the wandering detective: black wind in the harbor playing at cinemark theatres\tSearchScreeningEvent\nwhat is the forecast for the wildreservaat ithala in the distant future will it be colder\tGetWeather\nwhat is the weather in forêt nationale davy crockett today\tGetWeather\nadd shahrum kashani to my country hits\tAddToPlaylist\nwhere to get album justified\tSearchCreativeWork\ntell me the movie schedules\tSearchScreeningEvent\nplay the top-five ballad sort from 2004\tPlayMusic\nput say it ain’t so into my trap land playlist  \tAddToPlaylist\nplay some twenties movement tunes from the last olga souza\tPlayMusic\nfind the schedule for films at century theatres \tSearchScreeningEvent\nrate cold light 5 out of 6 points \tRateBook\nwill it be warm in chicamocha national park\tGetWeather\nfind the schedule for the devil diamond at a movie theatre \tSearchScreeningEvent\nfind goodreader \tSearchCreativeWork\nbook a hawaiian diner in south carolina not far away in 1 second from now \tBookRestaurant\nbook north indian osteria at 12 am\tBookRestaurant\ni d like to add the artist jesper kyd onto my fresh electronic playlist \tAddToPlaylist\ni d like to eat at a restaurant far from grantsburg\tBookRestaurant\ncan i get the showtimes for films in the area \tSearchScreeningEvent\nshe me the movie times\tSearchScreeningEvent\nadd bien acompañado to all out 60s\tAddToPlaylist\nis it supposed to be chilly in kuwait\tGetWeather\ni want to listen to an album sorted by last  open google music and play paulinho da viola \tPlayMusic\nwhat s the weather forecast for togo on april the 24th\tGetWeather\nwhere can i purchase wuthering heights\tSearchCreativeWork\ninclude kunnon syy in my trap land playlist  \tAddToPlaylist\nwhat is the forecast for sanilac petroglyphs historic state park\tGetWeather\nwhat are the time for movies playing at star theatres\tSearchScreeningEvent\ngive this current novel a three\tRateBook\ni rate monster mythology 3 points \tRateBook\nadd ashley mcisaac to my r&b party classics playlist\tAddToPlaylist\nshow me the television show operation thunderbolt\tSearchCreativeWork\nplease get seating at bouchon in tonga for jimmie and chasity howard\tBookRestaurant\nplay something from 1981\tPlayMusic\nis it going to be humid in helix\tGetWeather\ntell me the weather forecast for murone kōgen prefectural natural park at elevenses\tGetWeather\ngive two out of 6 to current book\tRateBook\nadd crying  waiting  hoping to my weekly buzz playlist  \tAddToPlaylist\nplay music from the playlist get your mind right\tPlayMusic\nwhat type of movie  is houston press\tSearchCreativeWork\nplay dj kentaro from the year 1994\tPlayMusic\nplay doctor fink if i could choose\tPlayMusic\nbook a table at a top-rated brasserie in pakistan\tBookRestaurant\nwhats the movie schedules for general cinema corporation\tSearchScreeningEvent\ni d like to listen to tom cochrane s 1990 ep on zvooq \tPlayMusic\nplay some 2011 chant music  new first  by shaggy \tPlayMusic\nfind a consolidated theatres showing the good old naughty days\tSearchScreeningEvent\nthis chronicle gets a three out of 6 \tRateBook\nis tarzan of the apes playing at cobb theatres\tSearchScreeningEvent\nthe battle for skies gets a three\tRateBook\nwhat movie theatre is showing manorama six feet under\tSearchScreeningEvent\nplay the top five melody from 2000\tPlayMusic\nplay some music on vimeo \tPlayMusic\nfind me a table at a delicatessen in urbanette that serves rabbit pie\tBookRestaurant\nfind a show called last night on earth \tSearchCreativeWork\nplay pandora\tPlayMusic\nis and the ship sails on playing at douglas theatre company 1 minute from now\tSearchScreeningEvent\ngive three points out of 6 to one hundred poems of tukaram\tRateBook\nbook an osteria in north salt lake for three\tBookRestaurant\nmovie schedules for animated movies playing in the neighbourhood\tSearchScreeningEvent\nwhat is the random lake forecast for hot temps\tGetWeather\nplease put the album onto fresh folk \tAddToPlaylist\nadd od mene se odvikavaj to my laundry\tAddToPlaylist\nplay rain by subliminal on groove shark\tPlayMusic\ni d like to eat at a top-rated restaurant in turks and caicos islands\tBookRestaurant\nstart up my nostalgic playlist  \tPlayMusic\nwhat kind of films are at the closest movie house\tSearchScreeningEvent\ntell me the weather forecast for lecanto  georgia\tGetWeather\nwhat s the closest movie house showing the hard way\tSearchScreeningEvent\ni want to see the maximum trance picture\tSearchCreativeWork\nrate the removers 4 out of 6\tRateBook\nwhat time is doc savage: the man of bronze playing\tSearchScreeningEvent\nbook a table for one at monty’s hotel  secunderabad\tBookRestaurant\nplease play me jerry lee lewis s if you say so track \tPlayMusic\nrate political liberalism 1 out 6 stars\tRateBook\nwhich movies are showing at southern theatres\tSearchScreeningEvent\nrate the book magic: history  theory and practice five stars\tRateBook\ngive 5 stars to this book\tRateBook\nput this album on my road trip playlist\tAddToPlaylist\nplay kisaki on pandora\tPlayMusic\nadd alexia to women of classical\tAddToPlaylist\nwhere can i see the television show  jimmy two-shoes\tSearchCreativeWork\nbook a spot for 2 at a restaurant in mayotte at 06:13 am\tBookRestaurant\nbook a table at a french restaurant for fern and i\tBookRestaurant\nis it freezing at jasmund national park\tGetWeather\ni wish to enjoy some fifties music by johnny paycheck \tPlayMusic\nis there snow in jan  in castle dale mayotte\tGetWeather\nwhere can i get harry potter and the philosopher’s stone\tSearchCreativeWork\nplay the last ep from 1999\tPlayMusic\nwhat is the weather forecast for strong city\tGetWeather\nrate this novel a 3\tRateBook\nrestaurant in zimbabwe that is brasserie and has parking\tBookRestaurant\nfind the movie chaos is me\tSearchCreativeWork\nrestaurant in durant for 3 pm\tBookRestaurant\nis it chilly in nightmute\tGetWeather\nfind movies with movie schedules in the neighborhood\tSearchScreeningEvent\nrate the current book 3 of 6\tRateBook\nrate the current album 4 out of 6 stars\tRateBook\nwhere can i watch the television show the private affairs of bel ami\tSearchCreativeWork\nput al jarreau on the concentración playlist\tAddToPlaylist\nbook a table for 2 at a fm restaurant serving grits for the next meal \tBookRestaurant\nwhat animated movies are playing nearby\tSearchScreeningEvent\nadd this track to the playlist hits of the 70s\tAddToPlaylist\ntell me if it ll be chillier in 3 minutes here\tGetWeather\nfind the video game the sims 3: generations\tSearchCreativeWork\nwhat is the nine am weather forecast for nationalpark midongy du sud\tGetWeather\nplay some songs from the fifties\tPlayMusic\nopen the playlist from sergei chatschatrjan\tPlayMusic\nshow the phish: live in vegas tv series\tSearchCreativeWork\nis agnew united states has chilly weather\tGetWeather\nadd maschi e altri to my this is john williams\tAddToPlaylist\ni want to book a restaurant for four people in eminence \tBookRestaurant\nadd jon mclaughlin to my forever country playlist  \tAddToPlaylist\nshow the innocent when you dream saga\tSearchCreativeWork\ni think that this chronicle should have a best rating of 6 and a value of one\tRateBook\nplay music from 1958\tPlayMusic\nwhat is the weather forecast for friona\tGetWeather\nwhat are some movies playing in the neighbourhood\tSearchScreeningEvent\nfind close by movies movie times\tSearchScreeningEvent\nwill the weather be stormy on january the 15th  2026 in the federated states of micronesia\tGetWeather\ncontemporary religious satanism gets a 3 rating  \tRateBook\nwhat is the weather forecast close-by bermuda\tGetWeather\ni think that this essay deserves four stars\tRateBook\ncheck the forecast for fernwood  mt \tGetWeather\ni am giving this current album a rating of four out of 6 points\tRateBook\nshow me movie times for one minute from now\tSearchScreeningEvent\ni would like to book a brasserie for nine in ar\tBookRestaurant\nhow much rain in montana 12 months from now\tGetWeather\nfind a reservation for 2 at a restaurant for pizza\tBookRestaurant\nbook a restaurant that serves scampi for 10 people \tBookRestaurant\ncan i get the marine 2 showtimes \tSearchScreeningEvent\nplay the top-5 songs from paddy reilly on zvooq\tPlayMusic\nshow movie schedule and movies in the area\tSearchScreeningEvent\nwhat s the weather in singapore\tGetWeather\nis it humid in caddo mills  ky\tGetWeather\nwhat s the cloud forecast now for sierra leone\tGetWeather\ngive 1 star to this album\tRateBook\nwhat is the movie schedules for the movies nearby playing 23 seconds from now\tSearchScreeningEvent\nput this artist onto the chillin  on a dirt road playlist \tAddToPlaylist\nplay a top symphony from the fourties\tPlayMusic\nadd michael wittig to the party playlist  \tAddToPlaylist\nweather on croatan national forest on jan  21\tGetWeather\nadd joe mcphee to my picnic in the park play list\tAddToPlaylist\nplay the aviation cocktail album\tSearchCreativeWork\nadd perfect sense  part i to my women of classical list\tAddToPlaylist\nbook a table for pearl and verna slated ash wednesday in gabon \tBookRestaurant\nmy rating for some doves and pythons is four\tRateBook\nadd the track by josh kear to myra s playlist with the name highway 61\tAddToPlaylist\ni want to book a restaurant neighboring livonia av\tBookRestaurant\nplay some annie herring beat street on itunes\tPlayMusic\nplay step up your game by marc cohn \tPlayMusic\nadd this tune to my road trip playlist\tAddToPlaylist\nadd hatfield and the north to my hot house playlist  \tAddToPlaylist\nmy niece and i want to visit a food court in callicoon  tennessee\tBookRestaurant\nplay the eternal by juju mob on vimeo \tPlayMusic\nrate current book two points\tRateBook\nread the black-body theory and the quantum discontinuity novel\tSearchCreativeWork\nwhere is my dearest enemy playing\tSearchScreeningEvent\ni want to hear song for adam\tPlayMusic\ni give the aquariums of pyongyang 3 out of 6 stars\tRateBook\ncan you put a song from tom jones on my electronica & dance playlist\tAddToPlaylist\nis it going to be temperate in farallon islands now\tGetWeather\nfind a world apart \tSearchCreativeWork\nplay some king tubby from the eighties\tPlayMusic\nfind me the showtimes for until death at the nearest movie house \tSearchScreeningEvent\nthe road trip playlist needs justin utley in it  \tAddToPlaylist\nadd iemand als jij to my playlist named in the name of blues\tAddToPlaylist\ni want to hear sia furler s popular songs on last fm\tPlayMusic\nwhat is the movie schedule for movies in the neighborhood\tSearchScreeningEvent\nwhat s the weather here at three pm\tGetWeather\nwhat time is class playing at amco entertainment\tSearchScreeningEvent\nput this frederick knight track on my the midnight hour playlist\tAddToPlaylist\nuse deezer to play music\tPlayMusic\nwhat is the forecast in mer rouge and palestine\tGetWeather\nfind a reservation for three in ansonia mi\tBookRestaurant\ngie this textbook 3 stars\tRateBook\nfind the painting icac investigators 2014\tSearchCreativeWork\nwill the weather be warm in the nationaal park band-e amir at twelve am\tGetWeather\nare there any films around here\tSearchScreeningEvent\nplay me a song by linn berggren from spotify\tPlayMusic\nfind me the book my people were fair and had sky in their hair… but now they’re content to wear stars on their brows\tSearchCreativeWork\nlooking for the painting last flight to abuja\tSearchCreativeWork\nfind films available at cooper foundation\tSearchScreeningEvent\nfind me a game called spaceball\tSearchCreativeWork\nwill it be hot in dongola cameroon\tGetWeather\nadd artist hex hector to my old school death metal playlist\tAddToPlaylist\nbook a table for two at a restaurant faraway from office in california \tBookRestaurant\nsearch for tv show live at apollo\tSearchCreativeWork\nplay solange 2016 album \tPlayMusic\nadd yameen to the uncharted 4 nathan drake playlist\tAddToPlaylist\nrate the ultimate revelations saga four\tRateBook\nwhich cinemark theatres is playing a is for atom\tSearchScreeningEvent\nrate and no more shall we part chronicle 4\tRateBook\nadd zombieland to noctámbulo playlist\tAddToPlaylist\ni d like to watch the slender thread at 6 pm\tSearchScreeningEvent\ncheck the movie schedules \tSearchScreeningEvent\nwhere can i purchase paradise tonight online\tSearchCreativeWork\nrate mouse noses on toast 5 points out of 6\tRateBook\nbook a spot at the best steakhouse in florida\tBookRestaurant\nplay yuauea by rick ross\tPlayMusic\nadd don and sherri to the electrosafari playlist \tAddToPlaylist\nput kan mikami on pre-party r&b jams\tAddToPlaylist\nsearch for pat and margaret\tSearchCreativeWork\nwill there be cloud coverage at zero am in minami alps koma prefectural natural park\tGetWeather\nhelp me find the book called journal of neuroscience research\tSearchCreativeWork\ngive the current album a 1\tRateBook\nwill there be hail in dean creek wildlife area on feb  25  2031\tGetWeather\ni want to give this book three out of 6 stars\tRateBook\nplay pride of the prairie from johnny burke\tPlayMusic\ni need a table at a cafe that serves baeckeoffe\tBookRestaurant\nadd darkest angels to my sos 48 2016\tAddToPlaylist\ncheck the weather for kenedy  vanuatu for around nine am\tGetWeather\nplay bitch please ii from julee cruise on iheart\tPlayMusic\ngive 4 out of 6 stars to this textbook\tRateBook\nfind karol: the pope\tSearchCreativeWork\nfind sweet sensation\tSearchCreativeWork\nplay addicted to you by hank ballard\tPlayMusic\nbook a restaurant for five in karnataka\tBookRestaurant\non oct  26  i will need to make reservations to eat in halibut point state park \tGetWeather\nbook me a reservation at a pub restaurant that serves meatball in stehekin for 2 people on 1/1/2018\tBookRestaurant\nplay a track from 1959 \tPlayMusic\nfind secret command \tSearchScreeningEvent\nplay me a song from luxury liner\tPlayMusic\nadd another song to my this is status quo playlist  \tAddToPlaylist\nmake a reservation at a diner which serves chowder in mt for august the 17th  2024 \tBookRestaurant\nshow me the television show the angry mob \tSearchCreativeWork\nwhat is the bethany beach forecast\tGetWeather\nwhat s the weather in burns\tGetWeather\nwhat s the weather in guatemala\tGetWeather\nrate this essay 4 of 6 stars\tRateBook\nfind pursuit of radical rhapsody\tSearchCreativeWork\nwhat time is bordertown trail showing\tSearchScreeningEvent\ni m looking to get reservations for me  jillian and louella at a restaurant that is faraway from tx \tBookRestaurant\nfind the madwoman in the attic \tSearchCreativeWork\nwhat animated movies are playing at the nearest movie theatre\tSearchScreeningEvent\nbook a highly rated place for 8 at a restaurant\tBookRestaurant\nplay a jim mullen ep from the sixties\tPlayMusic\nrate the book a brief history of chinese fiction 0 out of 6 points\tRateBook\nrate opération sweet tooth 2 points\tRateBook\nbook a spot for ten at a restaurant with a spa in u s  minor outlying islands\tBookRestaurant\ncan i get a table for 3 in gu at a restaurant in the neighboring area that serves chicken french\tBookRestaurant\nplay the new music from wilko johnson\tPlayMusic\nadd this album to trotamundos\tAddToPlaylist\nadd this song to my indie acoustic playlist\tAddToPlaylist\nrate this book 3 stars\tRateBook\nplay neutrons  by seun kuti\tPlayMusic\nwill there be depression on mar  the twenty-eighth in saint pierre and miquelon\tGetWeather\nadd this album to jenifer s mellow dinner playlist\tAddToPlaylist\nis it going to be rainy here one second from now\tGetWeather\nshow the collectors video game\tSearchCreativeWork\nwhat is the forecast for cloudy weather here\tGetWeather\nlook up the collection volume one novel\tSearchCreativeWork\nrate this book titled the gray prince 5 points\tRateBook\nadd track to my playslist this is los fabulosos cadillacs\tAddToPlaylist\nfind american psychologist  a game\tSearchCreativeWork\nwhat is the movie schedule\tSearchScreeningEvent\nrate winnie-the-pooh four out of 6\tRateBook\nfind family feud novel\tSearchCreativeWork\nfind the video game tenacious d in: the pick of destiny\tSearchCreativeWork\ni give the screaming staircase a five \tRateBook\nput robbie robertson into my chill out playlist  \tAddToPlaylist\nwhat is the forecast in texas\tGetWeather\nis it going to be hotter within walking distance of ohio on 3/22/2038\tGetWeather\ni need to know if its humid in greenback in mongolia\tGetWeather\nput horace silver and the jazz messengers on my running to rock 170 to 190 bpm playlist\tAddToPlaylist\ngive me showtimes for the tenth woman at the movie house \tSearchScreeningEvent\nis it cold in brian head\tGetWeather\nplease find the work titled talking to heaven\tSearchCreativeWork\ncan you add a song by bill frisell to my top latin alternative playlist\tAddToPlaylist\ntell me the movie schedules for loews cineplex entertainment\tSearchScreeningEvent\nwhen is blood and ice cream-trilogie playing at the nearest movie theatre\tSearchScreeningEvent\nfind the exile and the kingdom\tSearchCreativeWork\nadd artist to my 80 s party\tAddToPlaylist\nbook a table in ut at kearney for 6\tBookRestaurant\nadd big bill broonzy to my impulso creativo\tAddToPlaylist\nwhat s the weather like today in sierra blanca\tGetWeather\ni am giving dead souls a five rating\tRateBook\nplay some rock & roll by deezer \tPlayMusic\nrate scarecrow and the army of thieves a three\tRateBook\ni need a table for 10 at the best gastropub\tBookRestaurant\nshow movie times for animated movies nearby\tSearchScreeningEvent\nplay the top-20 music by merz\tPlayMusic\nuse pandora to play music from stano in the year 2005\tPlayMusic\ni want to hear theme songs from zeebra from the sixties on slacker\tPlayMusic\nfind me a game called thesis eleven\tSearchCreativeWork\ngive zero stars to book of artifacts\tRateBook\nwhat animated movies are showing at star theatres\tSearchScreeningEvent\nwhere can i purchase a copy of the painting called glimpses of world history\tSearchCreativeWork\nwhat will the humidity be like in vi on june the fourteenth  2020\tGetWeather\nreserve a spot at indoor restaurant on june the 15th  3 guests\tBookRestaurant\ni need a reservation for a restaurant that serves cupcakes in oh\tBookRestaurant\nis there a blizzard coming to north bonneville  oh around 10 o clock\tGetWeather\ni m wondering if i can watch heyy babyy at a cinema \tSearchScreeningEvent\nbook french food for me and angeline at a restaurant\tBookRestaurant\nwhere theater is playing the ranger and the lady at 10 am\tSearchScreeningEvent\nplay the song vodka by kunal ganjawala on itunes\tPlayMusic\nadd de principii evangelikum to my domingo indie palylist\tAddToPlaylist\nrate the current chronicle a five\tRateBook\nfind a song called magic in the water \tSearchCreativeWork\nrate this album 2 stars\tRateBook\nplay the soundtrack for back to the future\tSearchCreativeWork\nwhat is the 7 day for cheat canyon wildlife management area\tGetWeather\nadd some beatmaster v to the this is nicky jam playlist  \tAddToPlaylist\nad czarna dziewczyna to instrumental madness playlist\tAddToPlaylist\nfind the movie schedule for arclight hollywood \tSearchScreeningEvent\ni want to book a close restaurant in sc for seven\tBookRestaurant\nwhere is white bim black ear\tSearchScreeningEvent\nwhat animated movies are showing at loews cineplex\tSearchScreeningEvent\nwhat films are showing at kerasotes theatres\tSearchScreeningEvent\nfind me the show the skull \tSearchCreativeWork\nshowtimes for movies currently playing at speakeasy theaters\tSearchScreeningEvent\ncan you play a top 5 song by manos hadjidakis\tPlayMusic\ngive 2 points to khaled: a tale of arabia\tRateBook\nshow me the movie times for films nearby \tSearchScreeningEvent\nadd album to my party with friends\tAddToPlaylist\nfind movie times \tSearchScreeningEvent\nrebekah taylor and marcie need reservations at the clink in senegal \tBookRestaurant\nis it humid in my current spot\tGetWeather\nfind a tv show called the extraordinary \tSearchCreativeWork\ngive the saga called the bridges of madison county four of 6 stars \tRateBook\nlook up the fair warning saga\tSearchCreativeWork\nwhat will the weather be nineteen seconds from now from the little manatee river state park\tGetWeather\nplay the track pocahontas john farnham\tPlayMusic\ni want to eat at a food truck this week with my colleague and i\tBookRestaurant\ncontemporary religious satanism gets a rating of 3  \tRateBook\nbook a table at top pot doughnuts in 16 hours for 5\tBookRestaurant\nshow me the saga the buffalo boy\tSearchCreativeWork\nshow me the photograph called hola mary lou: prom night ii \tSearchCreativeWork\nbook tortano serving brasserie for me  isabella and carly in kuwait\tBookRestaurant\nwhat s the weather forecast for north wolcott  alabama on october 12  2032\tGetWeather\nplease anything good by chieko ochi\tPlayMusic\nplay an eighties song by ler lalonde\tPlayMusic\ni want tables for 6 at a kosher steakhouse around kosovo\tBookRestaurant\nwhich films are playing in the neighborhood one second from now\tSearchScreeningEvent\nwhat time will the amco entertainment  be plying the teeth of the tiger\tSearchScreeningEvent\nplay the rest of my life\tSearchCreativeWork\nfind me recorder and randsell\tSearchCreativeWork\nfind a movie theatre with animated movies that is closest to me\tSearchScreeningEvent\nwhats the weather in blythewood louisiana\tGetWeather\nshow the movie schedule for 9 pm  at cobb theatres\tSearchScreeningEvent\naward a rating of 2 stars out of 6 to confessions of an economic hit man\tRateBook\nwhen does fire and ice: the winter war of finland and russia television show air\tSearchCreativeWork\nwhat is the forecast for dec  1st  2036 in keeneland\tGetWeather\nbook a table for eight in graf far away\tBookRestaurant\ntell me the movie schedules for mann theatres\tSearchScreeningEvent\nrestaurant in watauga for me and my aunt\tBookRestaurant\ni need to reserve a table for me and my mom at the nearest restaurant in the state of mh \tBookRestaurant\ni d like the movie schedules nearby me for animated movies\tSearchScreeningEvent\ni need a table at a steakhouse in encino that serves meatcake\tBookRestaurant\nput kids of the black hole onto my 90s por siempre playlist\tAddToPlaylist\nthis album is five stars \tRateBook\ni want to hear nokko s songs from the twenties\tPlayMusic\ngive the current book a one out of 6 \tRateBook\nthe bone season is worth at least three points\tRateBook\nbook a bar which serves chicken french at robinson \tBookRestaurant\nwhat is the weather in galena park oklahoma\tGetWeather\nplay a symphony from the thirties \tPlayMusic\nplay some soul music\tPlayMusic\nwhat films and movie schedule are in the area\tSearchScreeningEvent\ni want to play music off deezer\tPlayMusic\nwill it be cold here in one hour\tGetWeather\nwhat is the weather forecast for midnight in dc\tGetWeather\nwill it get chillier in sinclair in 8 hours \tGetWeather\nfind a trailer called no reservations \tSearchCreativeWork\nplay the seamus heaney collected poems song\tSearchCreativeWork\nplay hanging out and relaxing\tPlayMusic\ni rate naked in death a 5\tRateBook\nplay netflix tunes from 2003 on an album\tPlayMusic\nplay the knockabout soundtrack\tSearchCreativeWork\nwhat is the movie schedule looking like\tSearchScreeningEvent\nplease play jim martin on vimeo \tPlayMusic\nfind a cinema showing the mandrake nearest at one o clock\tSearchScreeningEvent\nplay something from 1985 by billy werner\tPlayMusic\nrate the abyss of wonders 4 out of 6 \tRateBook\nrate this book series zero out of 6 points\tRateBook\nbook a table at crown candy kitchen for lacy and i\tBookRestaurant\nadd this track by flesh n bone to cherry s spa treatment playlist \tAddToPlaylist\nadd track to todo latino\tAddToPlaylist\nplay me the trailer for star control \tSearchCreativeWork\ni give the monkey and the tiger a rating of 2 points \tRateBook\nin california will it be cold in east trenton heights\tGetWeather\nrate this album two out of 6 stars\tRateBook\nfind a tv show called randy scouse git\tSearchCreativeWork\ngive four out of 6 stars to this textbook\tRateBook\ni give the following album a zero \tRateBook\ngive me the movie times at goodrich quality theaters \tSearchScreeningEvent\nrate this book titled sombrero fallout: a japanese novel 0 points\tRateBook\nwhat is the weather like at basaseachic falls national park\tGetWeather\nput this album on my playlist titled dance hits\tAddToPlaylist\nplease rate the lightning of august five points \tRateBook\ngive two star to current textbook\tRateBook\nshow movie schedule at cinemark theatres\tSearchScreeningEvent\nshow the forecast for tanintharyi nature reserve\tGetWeather\nwhat will the weather be 1 minute from now in garrochales\tGetWeather\npull up the book live and unreleased: the radio show\tSearchCreativeWork\ngive me the weather forecast in pleasant dale  alaska starting in 19:52\tGetWeather\nshow creative soundtrack pitch black brigade\tSearchCreativeWork\nfind the youth against christ saga\tSearchCreativeWork\nbook a reservation for a brasserie serving soupe in tokelau\tBookRestaurant\nrate seven pillars of wisdom two points\tRateBook\nwhat s the weather going to be like at 10:21:20 close by id\tGetWeather\nrate the current series a zero\tRateBook\nis it supposed to be hotter today in il\tGetWeather\nfind the tv series treeful of starling\tSearchCreativeWork\nrate the current book one of 6 points\tRateBook\nadd album to all out 00s\tAddToPlaylist\nis it going to be hotter in d lo\tGetWeather\nwhere is the nearest cinema that is playing films\tSearchScreeningEvent\nrate the current album 2 stars\tRateBook\nwhat are the movie schedules at the imax corporation\tSearchScreeningEvent\nwhat is the forecast for colder conditions within the same area of this current place\tGetWeather\nadd cordell mosson to my i love my neo soul list\tAddToPlaylist\nadd irish heartbeat to my trapeo playlist\tAddToPlaylist\ni am rating this essay two points\tRateBook\ncan you give me the movie schedules for films close by\tSearchScreeningEvent\nplay some thrash metal \tPlayMusic\nrate the black coffee chronicle three out of 6 stars\tRateBook\nbook a cafeteria that serves bagels for six people \tBookRestaurant\nwhat are the movie times at goodrich quality theaters\tSearchScreeningEvent\nplay some 1999 symphony from minami takahashi\tPlayMusic\ni would like a table at a taverna with croquembouche for 1 minute from now\tBookRestaurant\nadd madlib invazion to my prog rock monsters list\tAddToPlaylist\nplease search for sealed with a kiss movie \tSearchCreativeWork\nwhats the closest cinema that shows movies at 12 a m \tSearchScreeningEvent\nbook a restaurant in darnell \tBookRestaurant\nrate this novel four points\tRateBook\ni want to see the book  the mailroom: hollywood history from the bottom up\tSearchCreativeWork\nfind out what films are playing at north american cinemas\tSearchScreeningEvent\ni want to give gay male pornography: an issue of sex discrimination a 1 \tRateBook\nfind check in\tSearchCreativeWork\nis i was an american spy playing at 11 a m  at southern theatres\tSearchScreeningEvent\nwhat will the weather be in totowa guernsey\tGetWeather\nfind berlin to the samba beat\tSearchScreeningEvent\nrate the current essay three of 6 points\tRateBook\ni m looking to find the trailer for brought by the sea \tSearchCreativeWork\nis the big job playing at the nearest cinema\tSearchScreeningEvent\nwhat is the closest movie theatre showing in pursuit of honor\tSearchScreeningEvent\nplay music from art porter junior movie sound track using vimeo\tPlayMusic\nadd the song to my the funny thing about football is playlist\tAddToPlaylist\nfind animated movies in the area\tSearchScreeningEvent\ncan i hear tod ashley music from 1953\tPlayMusic\ngive my current book 4 stars \tRateBook\nwhat will the weather be like on august 1  2026 in maryland\tGetWeather\nplay tribal\tPlayMusic\nuse google music to play some songs by dr john\tPlayMusic\nshow me the evil dead painting\tSearchCreativeWork\nho warm is it in arcola\tGetWeather\ncan you look up the galsoft linux tv series\tSearchCreativeWork\nwhere is my song goes forth playing\tSearchScreeningEvent\nbook me a table at the fat duck in ireland\tBookRestaurant\nadd unreachable to my wine & dine playlist \tAddToPlaylist\nout of 6 give the morganville vampires a 1\tRateBook\nplease play anything by george formby jr\tPlayMusic\nrate this textbook 5 out of 6\tRateBook\ni want to hear some bill black chant music\tPlayMusic\nbook a highly rated northeast indian  brasserie in kenova for nannie and i at 14:41 \tBookRestaurant\nadd country favorites willie nelson style to my playlist titled spinnin  records top 100\tAddToPlaylist\nat two am  i need reservations for my friends and i at irma hotel \tBookRestaurant\nshow me the schedule of letters from a porcupine in alamo drafthouse cinema\tSearchScreeningEvent\ni need a table at eddie’s attic in nevada for one\tBookRestaurant\nrate the secret of dr  honigberger 2 points out of 6\tRateBook\nshow the kindness of women picture\tSearchCreativeWork\ni would give political man zero stars\tRateBook\nfind the 180 \tSearchCreativeWork\nopen youtube and play iron mountain depot from john lomax\tPlayMusic\nplease search for the live in san juan capistrano picture \tSearchCreativeWork\ni want to hear jon sholle s stuff from 2009 on groove shark\tPlayMusic\nwhich animated movies are playing at megaplex theatres at tea time\tSearchScreeningEvent\nmovie times at consolidated theatres\tSearchScreeningEvent\ni d like to eat at a restaurant in md with a party of 8\tBookRestaurant\nfind a painting called voices in my head \tSearchCreativeWork\nfind me the song called the budapest beacon \tSearchCreativeWork\nfind me a game called merle haggard presents his 30th album\tSearchCreativeWork\nfor this current textbook i give 4 stars\tRateBook\nfind the picture of the harsh light of day\tSearchCreativeWork\nplay some sixties music by gaudi on last fm\tPlayMusic\nwill there be snowfall in coxs mills vatican\tGetWeather\ngive this book a 2 \tRateBook\nwhat will the weather be here 14 minutes from now within walking distance\tGetWeather\nlook for the trailer for red stallion in the rockies\tSearchCreativeWork\nplay some sia furler on last fm\tPlayMusic\nshow me the forecast for the distant area of me at three pm\tGetWeather\nwhat s the weather forecast for central  north dakota\tGetWeather\nbook a restaurant on next fall  for 5\tBookRestaurant\ncheck the weather forecast for pineridge \tGetWeather\nthis album is hot trash  it s totally zero stars \tRateBook\nplay johnny gimble\tPlayMusic\nadd milas poli to my indie bluegrass\tAddToPlaylist\nadd this artist to disco fever playlist\tAddToPlaylist\nwant to see the dungeons & dragons: chronicles of mystara\tSearchCreativeWork\nplay an album on netflix by chris castle from 2011\tPlayMusic\nbook a restaurant within the same area of earls court for lucille and marina \tBookRestaurant\ni need a table at surf taco in east uniontown\tBookRestaurant\nplay a tune by houston on spotify\tPlayMusic\nadd new wave blues to my push button funk playlist\tAddToPlaylist\ni need a table at a restaurant in texas for kelley and suzette\tBookRestaurant\nwill mondamin be hot on july 20  2021\tGetWeather\nwill there be fog not far from mexico on apr  27\tGetWeather\nplay a symphonic rock on pandora\tPlayMusic\nwhat is the local movie schedule\tSearchScreeningEvent\nhas the tv series puppet master: axis of evil been cancelled\tSearchCreativeWork\nadd billy eckstine to my emotron\tAddToPlaylist\nplay a song by electric tones from their kurutta taiyō album on last fm\tPlayMusic\ni want to listen to nineties chant songs\tPlayMusic\nreservea  table for five people on september second in gabon \tBookRestaurant\nput jim fairchild onto spotlight spain 2016\tAddToPlaylist\nneed a table at colony in sri lanka next year\tBookRestaurant\nplay some salsa music \tPlayMusic\ni need a reservation for a churrascaria in oneonta wyoming for a party of 4\tBookRestaurant\nplay the last soundtrack from the sixties\tPlayMusic\ngive 1 out of 6 stars to current book\tRateBook\ncan ten green bottles be added to brooklyn beat\tAddToPlaylist\nfind the quest of iranon \tSearchCreativeWork\nplay keep their heads ringin’\tSearchCreativeWork\nplay a song from my workout playlist on groove shark\tPlayMusic\ni rate step by wicked step 1 stars\tRateBook\nbook a table in sterling run for two with a pool and food court\tBookRestaurant\nwill it be hotter in conception junction  moldova\tGetWeather\nbook a table for 6 at a top-rated restaurant in north amityville ma that serves south tyrolean food\tBookRestaurant\ni need a table for ten on april the eighteenth  2030\tBookRestaurant\nplay going down to the river on pandora\tPlayMusic\ni need a reservation for 3 hours from now with a party of nine in neighboring sweden\tBookRestaurant\nwhat s the forecast for missouri around elevenses\tGetWeather\ngive this textbook four stars\tRateBook\nwhat is the predicted weather for wells in indiana\tGetWeather\nadd tune to my country playlist\tAddToPlaylist\nplease search for the work  wholehearted \tSearchCreativeWork\ni give a rating of 4 out of 6 for the book my sister and i\tRateBook\nfind a show called big broadcast of 1938\tSearchCreativeWork\nplay me an album by lunchbox\tSearchCreativeWork\nrate the rogue lawyer 4 out of 6\tRateBook\nadd munawar ali khan to my mujeres y hombres y fiesta\tAddToPlaylist\nplay the album sauna on zvooq\tPlayMusic\ni want to add another album to the scratchy back porch blues playlist  \tAddToPlaylist\nrate the current essay four out of 6 \tRateBook\ni d like to add this tune to my spotify orchestra cello playlist\tAddToPlaylist\nwhat is the forecast for mar  8th in friesland  tennessee\tGetWeather\nadd waltz for debby to my soft pop hits playlist \tAddToPlaylist\ni d like to see the movie schedule for movies in the area\tSearchScreeningEvent\nplay the greatest from win stracke on groove shark \tPlayMusic\nwhat will the weather forecast be during the kent state shootings remembrance in el cocuy national park\tGetWeather\ni am looking for shoot me down\tSearchCreativeWork\ni d give the current essay five points\tRateBook\nwhere does the return of the whistler play at the bow tie cinemas at 03:01:48 a m \tSearchScreeningEvent\nwhat is the movie schedule at douglas theatre company\tSearchScreeningEvent\nfind movie schedules in warren theatres\tSearchScreeningEvent\nlisten to tei movement from most popular eighties music\tPlayMusic\nplay music from the artist taktloss from the record in the thirties\tPlayMusic\nwhat is the movie schedule\tSearchScreeningEvent\nfind movie schedules in the neighborhood for movies\tSearchScreeningEvent\nrate the current book 5 of 6 points\tRateBook\nfind a tv show called the soultaker \tSearchCreativeWork\nput pedro navaja onto my flamenco pa ti playlist \tAddToPlaylist\nwhat is the temperate in seattle heights and slovenia at seven pm \tGetWeather\nplay andrew lloyd webber s good tune on zvooq \tPlayMusic\nput this dave abbruzzese tune on family road trip\tAddToPlaylist\ni give this book five stars out of 6\tRateBook\nwhat time are films showing in the neighborhood\tSearchScreeningEvent\nfind me the documentary a winter of cyclists\tSearchCreativeWork\nis it cold in the current location more than it was in 3 years \tGetWeather\nrate this novel a three\tRateBook\nadd this song to my this is kevin johansen\tAddToPlaylist\nwhat s the weather like in calpella\tGetWeather\nmake a reservation for four at a pub in sugarville \tBookRestaurant\nfind she monkeys\tSearchCreativeWork\ni d like to know the movie times for movies nearby me\tSearchScreeningEvent\ni need to book a table at a tavern that serve gnocchi for nine in owenyo\tBookRestaurant\nwant to play christina schollin lastfm\tPlayMusic\nwhere can i view the photograph dinosaur from the deep\tSearchCreativeWork\nplay some movement by dj spinna\tPlayMusic\nrate the change 0 out of 6 points\tRateBook\ni need a weather forecast for tallahassee-st  marks historic railroad state trail\tGetWeather\nplay the greatest record by leroi moore\tPlayMusic\nfind the novel playlist: the very best of brad paisley\tSearchCreativeWork\nadd song to kids workout\tAddToPlaylist\nput this tune by mark norman on my keep calm list\tAddToPlaylist\nrate voyage in the dark 3 of 6\tRateBook\nadd la woman to my soul lounge playlist  \tAddToPlaylist\nbook in romania for christian and susana at david carpenter house\tBookRestaurant\nadd tsubasa imai to my another glass playlist\tAddToPlaylist\ni want to add johnny burke to the country bound playlist\tAddToPlaylist\nis it going to be freezing in mahwah missouri on december the fifth  2025\tGetWeather\nplay groove shark\tPlayMusic\nadd this album to my throwback party playlist\tAddToPlaylist\nrepeat the track of music\tPlayMusic\nadd rise of the infidels to my bring back the 90s playlist\tAddToPlaylist\nplay a record from the seventies\tPlayMusic\nwhere can i buy the movie the teahouse fire\tSearchCreativeWork\nwhat is the weather not far from current position\tGetWeather\nbook a table for 10 at the dome  edinburgh\tBookRestaurant\ngive five out of 6 stars to the arrows of hercules\tRateBook\nfind the movie schedule for animated movies in the area \tSearchScreeningEvent\nadd song to my pure rock & roll\tAddToPlaylist\nplay shake your head\tPlayMusic\nwhat s the weather close to harmar heights this afternoon\tGetWeather\ni want to book a seafood bakery in le roy \tBookRestaurant\nwhich movie house is playing snow in the desert today\tSearchScreeningEvent\nrate my current essay a 2\tRateBook\nplay morning song\tPlayMusic\nbook in ri for one in wabuska\tBookRestaurant\nplay the song american patrol by lauryn hill\tPlayMusic\ni need to add another track to my cleaning playlist  \tAddToPlaylist\nplay music by billy powell\tPlayMusic\ntell me the weather forecast for mokena\tGetWeather\nis there a depression in solromar on december 7  2033\tGetWeather\ni give obama: from promise to power 6 points and a rating value of 1\tRateBook\nshow me the movie schedule\tSearchScreeningEvent\nfind movie schedules at goodrich quality theaters\tSearchScreeningEvent\nplay a symphony that is good from 2000\tPlayMusic\nrate the michel strogoff saga four of 6\tRateBook\nput this lidell townsell track on esenciales\tAddToPlaylist\nrate lost empires of faerûn five of 6 stars\tRateBook\nbook a table for nine at canteen lunch in the alley at midnight\tBookRestaurant\nwill it be nice in reager mp\tGetWeather\nhelp me the find the thug lordz trilogy book\tSearchCreativeWork\nwhat is a romance of the halifax disaster\tSearchCreativeWork\nrate peddling prosperity zero stars\tRateBook\nwhat is the weather forecast for piqua on pearl harbor remembrance day\tGetWeather\ni want this artist on the cena elegante playlist\tAddToPlaylist\nwhat is the forecast for swain\tGetWeather\nplay me a song from the fourties movement\tPlayMusic\nadd bring back my daddy to me to my playlist named might and myth power metal\tAddToPlaylist\nwhat time is wild and wooly playing\tSearchScreeningEvent\nplay the playlist feel good dinner \tPlayMusic\nadd the unraveling to marina s playlist it s a southern thing\tAddToPlaylist\nadd the man who never lied to my current comedy top tracks\tAddToPlaylist\nrate the current saga 4 of 6\tRateBook\nplay martha my dear by shannon \tPlayMusic\nfind the schedule for movie times \tSearchScreeningEvent\ni am rating this book under the series section a three out of 6 stars\tRateBook\nbook a table at t-rex in one minute in osierfield\tBookRestaurant\nbook a kuwait place at seven am at the middle east\tBookRestaurant\nplay a wendy carlos song from 2002\tPlayMusic\nput this song in the playlist trap land\tAddToPlaylist\ndo you know of a song by the mande studies association\tSearchCreativeWork\nwhat s the weather in wisconsin on national maritime day\tGetWeather\nadd beijing huanying ni to my workday lounge playlist\tAddToPlaylist\ni want to add this bon scott song to my post-grunge list\tAddToPlaylist\nis it cold now in carlos  il\tGetWeather\nfind the closest cinema for films\tSearchScreeningEvent\nadd the track to my playlist with the title showstopper being mary jane\tAddToPlaylist\ngive me the movie schedules for neighborhood cinema group\tSearchScreeningEvent\nfind national amusements with honey  i shrunk the kids\tSearchScreeningEvent\nfor the book the flash: stop motion i give a rating of 5 points\tRateBook\nplay music on itunes \tPlayMusic\nwhat will the weather be like in russia in one hour from now\tGetWeather\npull up the trailer for 2000 years – the millennium concert\tSearchCreativeWork\nthis current book deserves 3 points\tRateBook\ni would give sixty lights chronicle a rating of five and a best rating of 6\tRateBook\nthe book dying  in other words deserves at least five points on a 6 point scale \tRateBook\ni want the video game southwest riders\tSearchCreativeWork\nplease play some music from the seventies movement\tPlayMusic\nwhat s the weather in lime ridge dc\tGetWeather\ni d like to watch health warning at the closest movie house\tSearchScreeningEvent\nadd vera to my 80 s jam session playlist\tAddToPlaylist\ni want to hear the newest music from the railway children\tPlayMusic\ni need a reservation for national coney island with a party of 8 in nv\tBookRestaurant\nfind a show called time is just the same \tSearchCreativeWork\nplay spotify\tPlayMusic\nrate the simplest words a four out of 6 \tRateBook\nfind the tv show titled timerider: the adventure of lyle swann\tSearchCreativeWork\nbook a taverna in equatorial guinea this month for nine people \tBookRestaurant\nrate animals of the bible one of 6 points\tRateBook\nadd francesco de gregori to gayle s women who dj playlist\tAddToPlaylist\nplay moustapha amar make it rain\tPlayMusic\nplay 1981 tunes by jiles perry richardson on lastfm for theme music\tPlayMusic\nwhat time is in the crosswind playing at marcus corporation\tSearchScreeningEvent\nadd the song to the pure seduction playlists\tAddToPlaylist\nwill it be colder in oaklawn zambia\tGetWeather\nplay taiwan is good by kotoko \tPlayMusic\ni need a reservation for 6 at cherwell boathouse \tBookRestaurant\nwhat movies are playing at warren theatres\tSearchScreeningEvent\nadd paul wright album to 90s smash hits playlist\tAddToPlaylist\ni m looking for a movie schedule at the cooper foundation \tSearchScreeningEvent\nshow under the sea creative video game\tSearchCreativeWork\ngive 5 rating for this textbook\tRateBook\nwhat are the animated movies in the neighbourhood  for the recent movie times\tSearchScreeningEvent\nopen google music and play women of jazz playlist\tPlayMusic\nshow the my world 2 0 photograph\tSearchCreativeWork\nadd this track to my road trip playlist\tAddToPlaylist\nsearch for high chicago\tSearchCreativeWork\nwhere is the closest movie house that s playing the mark\tSearchScreeningEvent\nplay paula campbell music from 1993\tPlayMusic\nbook me a table for 2 in 6 years  at a restaurant that serves potée\tBookRestaurant\nbook a table for now for 4 for an oyster bar\tBookRestaurant\nlet me know the movie times for films in the area \tSearchScreeningEvent\ni would rate this current textbook four stars\tRateBook\nplease get me seating at the tavern in red lick  michigan\tBookRestaurant\nplay a song by alasdair roberts from 1996\tPlayMusic\nrate the current novel 5 of 6 points\tRateBook\nbook a manadonese restaurant for two\tBookRestaurant\ncan i get the showtimes for films in the neighbourhood\tSearchScreeningEvent\nfind cover her face\tSearchCreativeWork\nbook a theme restaurant in cameroon for 6 people \tBookRestaurant\nwhere can i find the movie called cracking contraptions\tSearchCreativeWork\nwill it rain in deersville\tGetWeather\nfind the novel peace arch news\tSearchCreativeWork\nwhen was the soundtrack for those were the days – the best of leningrad cowboys published\tSearchCreativeWork\nplay another time\tSearchCreativeWork\ni rate this textbook 0\tRateBook\ni want to eat mezes at the pub for 1 at four pm\tBookRestaurant\nwill it be cloudy one hour from now in my current position\tGetWeather\ni am giving fifty years a hunter and trapper a 1 rating \tRateBook\nwhat s the weather in the current place\tGetWeather\ntell me when it will be warmer in my current position\tGetWeather\nbook a table at the top-rated taverna in north korea \tBookRestaurant\nwill it be colder in holladay saint kitts and nevis\tGetWeather\nrate this saga 1 points\tRateBook\nbook a reservation for a southern brazilian restaurant for 10 people within walking distance of broadway-lafayette st\tBookRestaurant\ni really need a top-rated restaurant that can seat 3 people in 1 minute from now \tBookRestaurant\ntell me if it will be hotter in seven hours in doyle  united states\tGetWeather\nfind movie schedules for movies around here at nineteen o clock \tSearchScreeningEvent\nadd this song onto hip hop gaming playlist\tAddToPlaylist\ngive one out of 6 stars to the shiva option\tRateBook\ncan i get the movie schedule for 8 a m \tSearchScreeningEvent\nfind the video game the tomb\tSearchCreativeWork\nrate this book 0 points out of 6\tRateBook\nadd that was only yesterday the last ep to my afternoon train ride playlist\tAddToPlaylist\ngive 4 out of 6 stars to current chronicle\tRateBook\nfind tv series titled sonata mix dwarf cosmos\tSearchCreativeWork\nplay deezer top 20 by natasja\tPlayMusic\nput this song on legendary guitar solos\tAddToPlaylist\nrate this textbook 0 stars\tRateBook\nadd defined by struggle to chillin  on a dirt road to my playlist\tAddToPlaylist\nrate tune to 90 s baby makers\tAddToPlaylist\nwhat are the movie times for films playing in the area\tSearchScreeningEvent\nwhat s the weather forecast for my current spot in eight hours\tGetWeather\nwhere can i find the photograph of a christmas memory\tSearchCreativeWork\nshow nightcall\tSearchCreativeWork\nwhat is the weather forecast in six weeks in la\tGetWeather\nrate the always running series 0 points\tRateBook\nbook a taverna for 10 for ny\tBookRestaurant\nwish to find the work the immortals that is a show\tSearchCreativeWork\nadd the artist ruby to my digging now list\tAddToPlaylist\nplay party through the decades on deezer\tPlayMusic\nbook a spot for 8 at a tavern on jun  the 11th  2034\tBookRestaurant\nrate adventures in stationery saga 5 stars\tRateBook\nwhat s the weather going to be like in mi on august twenty-eighth  2033\tGetWeather\nrate a pelican at blandings a 2 \tRateBook\nwhat will the weather be in the current spot on 12/14/2023 \tGetWeather\nis the ghost breakers playing at plitt theatres in two hours\tSearchScreeningEvent\ni need a table at the middle east in mn for a party of 6\tBookRestaurant\nthis current album deserve 0 points and a best rating of 6\tRateBook\nme  maggie and ellen want to eat at lentil as anything\tBookRestaurant\nbook san francisco brewing company for two located at al\tBookRestaurant\nplay me a top 20 chant by ruwanga samath on lastfm\tPlayMusic\nfind the tv show starship titanic\tSearchCreativeWork\nwhat s the weather forecast for walsenburg  vermont for july 13th\tGetWeather\nadd a track from the edge to my funk soul disco playlist\tAddToPlaylist\nplay robin hood rescuing three squires by bhupinder singh\tPlayMusic\nlook for the american journal of sociology\tSearchCreativeWork\nthis winter  meredith  betty and erika want to food at a gastropub that is in the same area as fran s location \tBookRestaurant\nmovie schedule at cinemark theatres\tSearchScreeningEvent\nlooking for a black ribbon for deborah \tSearchCreativeWork\ni need to book the fashion cafe for meal in lavina\tBookRestaurant\ni want the song phrazes for the young\tSearchCreativeWork\ncan i hear the latest music from bahar kizil\tPlayMusic\nwhere can i watch the picture i’ll take care of you\tSearchCreativeWork\nfind a game called the life and loves of tschaikovsky \tSearchCreativeWork\nwill you play me the most popular sound track from 2006\tPlayMusic\nlocate a bakery in rockport  federated states of micronesia that serves olives\tBookRestaurant\ni want global top 50 to have marit bergman added to it \tAddToPlaylist\nwhat is the weather in richardson tanzania\tGetWeather\nwhat is the weather supposed to be like on sep  20 in maltby  russia\tGetWeather\ncan i put indocumentado onto my folk music at the gaslight café playlist\tAddToPlaylist\nadd grey cloudy lies to the hip hop playlist  \tAddToPlaylist\nadd coordinates of confusion to bass face playlist\tAddToPlaylist\nmake a reservation far away at the spotted pig in sd \tBookRestaurant\nrate this album a one\tRateBook\nadd the current tune to my evening groove list\tAddToPlaylist\nweather in radnor township  wv\tGetWeather\ncan you find a photograph of ace ventura: the cd-rom game\tSearchCreativeWork\nbook the slippery noodle inn in gober \tBookRestaurant\nwhere is the nearest movie theatre showing movies\tSearchScreeningEvent\nhow is the weather going to be in pearblossom \tGetWeather\nwhat is the weather forecast for latvia strasburg\tGetWeather\nfind the book cold comfort\tSearchCreativeWork\nplay the track that would be something from eden ahbez\tPlayMusic\ni d like to find scriptures of the golden eternity tv series\tSearchCreativeWork\nplease reserve a table for five to get chicken fingers at a cafeteria in mexico \tBookRestaurant\ngive 5 / 6 stars to expressive processing\tRateBook\nbook a bistro for 4 at sunset\tBookRestaurant\nwhere can i find the painting of without condition\tSearchCreativeWork\nbook a table in fort loudon at a restaurant for 5\tBookRestaurant\nuse spotify to play me music\tPlayMusic\ngive 3 out of 6 to current textbook\tRateBook\nadd the name the song about the towel to playlist piano in the background\tAddToPlaylist\nlisten to pmd symphony\tPlayMusic\nwill the weather be the same here in one week in the same area\tGetWeather\ni m looking for a game called gateway\tSearchCreativeWork\nplay music in the genre soundtrack\tPlayMusic\nplease play some fourties music on spotify\tPlayMusic\nadd runaljod gap var ginnunga to ashlee s playlist titled forever country\tAddToPlaylist\ngive this book a rating of two out of 6 \tRateBook\nwhat are the movie times for the caribbean cinemas\tSearchScreeningEvent\nbook a table for one in a bar serving saucisse for meal in calistoga co\tBookRestaurant\nplay a concerto from sam sparro\tPlayMusic\nrate current textbook 0\tRateBook\nlets take me  cherry and tracie to a noyack bar\tBookRestaurant\nplease help me find i want to take you higher the game\tSearchCreativeWork\ncan you give me the weather for here\tGetWeather\nwhat s the nearest movie theatre playing testament of orpheus\tSearchScreeningEvent\ngive 1 out of 6 points to current textbook\tRateBook\ngive after worlds collide a 1\tRateBook\nput the love hurts track onto carmen s playlist \tAddToPlaylist\nfind the painting retro active\tSearchCreativeWork\nplease play jag vill leva i europa by porta\tPlayMusic\nbook a table for me and bettye at washington  d c  jewish community center in montana\tBookRestaurant\nadd tranquility to the latin pop rising playlist  \tAddToPlaylist\nwhat is the movie times at marcus corporation\tSearchScreeningEvent\ni d give the embers of war saga a rating of 2 points \tRateBook\nplay a top fifty ballad by linda strawberry on google music\tPlayMusic\nplay deezer tunes are & be\tPlayMusic\nfind a saga with 0 rating called poems for midnight\tRateBook\nadd twin peaks fire walk with me to the night out playlist\tAddToPlaylist\nplay the theme tune that christian fennesz wrote\tPlayMusic\nbook a table for 9 people at a delicatessen for april the twenty-eighth  2018 \tBookRestaurant\ni need to know the weather seven weeks from now in morgan–monroe state forest\tGetWeather\ni d like to watch the wedding ring at the movie theatre\tSearchScreeningEvent\ncan you please put this track onto my todo novedades playlist\tAddToPlaylist\nwhat is the movie schedule for general cinema corporation\tSearchScreeningEvent\nadd curious corn to wild & free workout\tAddToPlaylist\ngive zero out of 6 points to mr american\tRateBook\nplay thirties symphony music from nigga on iheart\tPlayMusic\ni d like to eat at a top-rated place on nov  the twenty-sixth in the food court  i need reservations for 7 in the city of kane or somewhere near there \tBookRestaurant\nwhat s the weather going to be in jun  in burkina\tGetWeather\nadd the tune to my jazz vibes playlist\tAddToPlaylist\ngive three stars / 6 to my sister  my love\tRateBook\ni want to book a popular tyrolean steakhouse in madison park wa in 1 hour nine minutes and one second\tBookRestaurant\nplay the trailer for a lineage of grace\tSearchCreativeWork\nadd third stone from the sun to the concentración playlist  \tAddToPlaylist\nfind a table at a bar for milagros and i in mount pocono\tBookRestaurant\nbook a spot at a restaurant with wifi that is neighboring suriname\tBookRestaurant\nadd the beatles tune yesterday to my playlist  the southern highway chronicles\tAddToPlaylist\ni want to book a cafeteria for 4 that has meze\tBookRestaurant\nadd scott putesky to concentración indie rock playlist\tAddToPlaylist\n4 stars out of 6 is the rating for fires of azeroth\tRateBook\nwhat time is the graduates of malibu high playing at cobb theatres\tSearchScreeningEvent\nwhat s the nearest movie house showing their last love affair\tSearchScreeningEvent\nwhat is the weather forecast for tennessee for warm temps\tGetWeather\nput any andrew hurley album onto timeless love songs\tAddToPlaylist\nwhat movie schedules are animated movies close by\tSearchScreeningEvent\nthis tune should go on my coffee table jazz playlist\tAddToPlaylist\nrate this essay four out of 6\tRateBook\ni give this book a 5 \tRateBook\nwhat are the movie times for consolidated theatres\tSearchScreeningEvent\ngive a 4 rating for curtains for three\tRateBook\nbook a restaurant for four in trinidad and tobago\tBookRestaurant\nadd caleigh peters to my women of country list\tAddToPlaylist\nplay pease porridge hot by johnny vicious on zvooq\tPlayMusic\nbook me a diner close-by benin that serves strolghino for eight people\tBookRestaurant\nwill the sun come out today in houston\tGetWeather\nshow creativity of the picture the little death\tSearchCreativeWork\nadd current track to hillary clinton s women s history month playlist\tAddToPlaylist\nadd what if punk never happened to autumn\tAddToPlaylist\ni m looking for river disturbance\tSearchCreativeWork\nbook a restaurant near the city of wakefield for 5 people \tBookRestaurant\nwhat time will where the breakers roar be playing\tSearchScreeningEvent\nplay lastfm tunes from 1997\tPlayMusic\nin the neighbourhood find movies with movie times\tSearchScreeningEvent\nwhat are the timings for starship troopers 2\tSearchScreeningEvent\ni want to go to the popular pub at ten pm\tBookRestaurant\nlook up the game called the long morrow\tSearchCreativeWork\ni want to hear something from the top-fifty by jose pasillas\tPlayMusic\nplay symphony music from 1991 by irvin mayfield\tPlayMusic\nplay music by sha money xl sort by good \tPlayMusic\nadd hotter than hell to my fiesta playlist\tAddToPlaylist\nadd exit to i love my 80 s rollerdisco list\tAddToPlaylist\nwhat is the weather forecast for israel\tGetWeather\nsearch for space on my hands\tSearchCreativeWork\nplay 1960 chant music by hermann baumann\tPlayMusic\ncan this song get added to lunchtime\tAddToPlaylist\nplay the top five songs from robert lockwood junior \tPlayMusic\nthe current textbook gets 3 stars\tRateBook\nis it freezing in kelso\tGetWeather\nrate the ape-man within 4\tRateBook\nis the tender years at the nearest movie theatre\tSearchScreeningEvent\ni d like to eat in 1 minute at a neighboring neighborhood restaurant \tBookRestaurant\ngive me the spirit the earth aflame tv show \tSearchCreativeWork\ngive the last child 4 of 6\tRateBook\nplay fourties tunes by bryan webb on groove shark\tPlayMusic\nwhere can i view the trailer jeeves and wooster in perfect nonsense\tSearchCreativeWork\ni want to give this album 4 stars\tRateBook\nmove josiah leming to te quiero list\tAddToPlaylist\nwhat s today s movie schedule\tSearchScreeningEvent\nadd tune to my para comer\tAddToPlaylist\nadd ali lohan songs in club hits\tAddToPlaylist\nis dishyum at the cinema\tSearchScreeningEvent\nplay a sound track by pee wee russell on zvooq \tPlayMusic\nbook a table at atlantic grill in lofgreen\tBookRestaurant\nanything close to smith-9th st that can seat two people about one minute from now \tBookRestaurant\nadd nico to my rock to work\tAddToPlaylist\nwhat movie times at megaplex theatres\tSearchScreeningEvent\ni want to hear opera on netflix\tPlayMusic\nbook for six for 1 hour and 1 minute from now\tBookRestaurant\ni d like to book at a place in ar  looking for an oyster bar that is indoor and can accommodate a party of eight that is also within walking distance \tBookRestaurant\nwhat s the weather like nearby in rhode island\tGetWeather\nrate this album zero of 6 points\tRateBook\nplease tell me what the movie schedule looks like for the amc theatres in twenty one hours\tSearchScreeningEvent\nbook a table for 6 in new hampshire for next week \tBookRestaurant\nadd the artist to my metal playlist \tAddToPlaylist\nuse deezer service to play opera \tPlayMusic\ncan you play me some pop-folk music\tPlayMusic\nplay lil hardin armstrong from itunes \tPlayMusic\ni need movie times in the area for any type of movies\tSearchScreeningEvent\ni want reservations at a restaurant in robert lee for 21:05:17 \tBookRestaurant\nadd this album to sheri s playlist journey\tAddToPlaylist\nwhats the forecast for january 21  2035 in dubach\tGetWeather\nadd als het om de liefde gaat to my this is handel playlist\tAddToPlaylist\nwhere and when is polish economy playing\tSearchScreeningEvent\nadd this tune to my post metal playlist\tAddToPlaylist\nrate quantum theology one out of 6\tRateBook\ngive three out of 6 points to blackbox\tRateBook\nfind a game called albino blacksheep\tSearchCreativeWork\nwhere can i find the novel a woman in the web\tSearchCreativeWork\nrate this textbook only three points\tRateBook\nsusanne and carey phillips want to go to a brasserie not far from pricedale that serves southern brazilian\tBookRestaurant\nlook up the act of valor tv show\tSearchCreativeWork\nplay rock this playlist with badonviller marsch\tAddToPlaylist\nthis textbook rates a 4 of 6 \tRateBook\ngive me pacific theatres movie schedules\tSearchScreeningEvent\nwhat time is mon amour: shesher kobita revisited playing\tSearchScreeningEvent\nwhat are the movie times for the marcus corporation\tSearchScreeningEvent\ni want to see plague soundscapes\tSearchCreativeWork\ngive this album 0 stars\tRateBook\nfind a soundtrack for dante’s peak\tSearchCreativeWork\nadd judge jules to instrumental study\tAddToPlaylist\ncan i get the showtimes for fit for a king\tSearchScreeningEvent\ncan i have the local movie times\tSearchScreeningEvent\nis it foggy in phinizy swamp nature park\tGetWeather\nwhat is the forecast for warm weather in carl\tGetWeather\nsearch for the painting the elder scrolls i: arena\tSearchCreativeWork\nweather for douthat state park on mar  10\tGetWeather\nplay the top-twenty from alexander braginsky \tPlayMusic\nrate the hindus: an alternative history 3 of 6 stars\tRateBook\nwhere is the nearest movie theatre playing the sword of many lovers\tSearchScreeningEvent\nbook a reservation for a popular bakery in patetown\tBookRestaurant\nneed the closest movie house playing the flamingo rising\tSearchScreeningEvent\nshow me movie times\tSearchScreeningEvent\nthe current saga gets 0 out of 6\tRateBook\nbook a table for a party of twelve in lewisville american samoa for a party of 7 at the ballachulish house\tBookRestaurant\nwill it be hot near calakmul biosphere reserve 3 seconds from now\tGetWeather\nrate the long dark tea-time of the soul 5 stars\tRateBook\nrate the summer king saga a 1 stars\tRateBook\nadd a song by takahito eguchi to my guest list polygon playlist  \tAddToPlaylist\ni rate vivian grey three \tRateBook\nadd eric johnson song to my the refugee playlist playlist\tAddToPlaylist\nis arthur 2 – on the rocks playing at 20:44\tSearchScreeningEvent\nplay mere lapsed by marilyn moore \tPlayMusic\nshow me the movie times for caribbean cinemas in 1 second  \tSearchScreeningEvent\nwill it be colder in litchfield\tGetWeather\nis it warm in new jersey in 23 minutes and fourteen seconds\tGetWeather\nis it freezing in vega alta\tGetWeather\ni d like to see the the gathering storm tv series\tSearchCreativeWork\nplay that would be something by eden ahbez\tPlayMusic\nwhat time is the glass key playing at caribbean cinemas\tSearchScreeningEvent\nplay giovanni battista guadagnini s 1982 tracks \tPlayMusic\nin eight seconds  i d like reservations at a food court that serves sardinian food in pidcoke \tBookRestaurant\nrate the wimpy kid movie diary  saga 4 out of 6\tRateBook\ni would like to put taylor dayne on the pop 4 kids list\tAddToPlaylist\nbook a table for seven people at six at the restaurant\tBookRestaurant\nadd maria magdalena to my poetry in their own voices playlist\tAddToPlaylist\nbook a ukraine pub serves mineiro\tBookRestaurant\nshow nearest movie theatre to watch black jesus\tSearchScreeningEvent\nrate this essay 2 out of 6 stars\tRateBook\nadd a jacob miller album to my hardcore punk playlist  \tAddToPlaylist\nfind the swindlers at the closest movie house\tSearchScreeningEvent\nis rainfall forecast for flying hills\tGetWeather\nadd song to zen focus playlist\tAddToPlaylist\ni want to book an ethiopian bar for this afternoon \tBookRestaurant\nshe me movie schedules for the movies close by at sunset\tSearchScreeningEvent\nneed a table at a fast food restaurant for me and my kids in brusly landing\tBookRestaurant\nwhat will the weather be a nine in willow river state park\tGetWeather\ncan you find the info wars saga\tSearchCreativeWork\nwhat is the weather forecast for shasha forest reserve in 43 weeks\tGetWeather\nplay some songs from the fourties by yoshiki fukuyama\tPlayMusic\nfind the world is a game\tSearchCreativeWork\nweather forecast for snowstorm on feb  fourth in virgin islands\tGetWeather\nput hugh masekela onto my music on ibiza guest list playlist\tAddToPlaylist\ni give the lady decides a rating value of 4 and a best rating of 6\tRateBook\nthe last novel is a solid 3 out of 6\tRateBook\nplay the food uncut soundtrack\tSearchCreativeWork\nplay a popular ballad by amanda\tPlayMusic\nplay on spotify ms scandalous\tPlayMusic\nwhat movies are in the area\tSearchScreeningEvent\nrate the current textbook 1 of 6 stars\tRateBook\nlook up holy water\tSearchCreativeWork\ntable for five at a restaurant in lavina\tBookRestaurant\nrate the scarab murder case a one\tRateBook\ni d like to add this album to my siesta playlist\tAddToPlaylist\nshow me chasing a feeling painting\tSearchCreativeWork\nplay the most popular song from chae yeon off of spotify\tPlayMusic\nfine movie schedules for speakeasy theaters \tSearchScreeningEvent\nfind a soundtrack for lords of the rising sun\tSearchCreativeWork\nrate the current essay a 0 for me\tRateBook\nwill it be foggy now close to jolley\tGetWeather\ncan i go see cash and curry at a movie theatre\tSearchScreeningEvent\nfind a television show called structured fax file \tSearchCreativeWork\ni require a reservation for one at the most highly rated restaurant in uzbekistan \tBookRestaurant\ncan you find me the spectres television show\tSearchCreativeWork\ni would rate this essay a one and a best rating of 6\tRateBook\ni need a reservation for the oasis drive-in for a party of four\tBookRestaurant\nfind the many loves of dobie gillis\tSearchCreativeWork\nwhat is the television show phil ochs: there but for fortune playing\tSearchCreativeWork\ni need to book a restaurant in utah in 5 years and a half from now\tBookRestaurant\nwhat s the humidity right now in aguila\tGetWeather\nuse groove shark to play the today and tomorrow album\tPlayMusic\ncan i see the movie schedules\tSearchScreeningEvent\nadd moby grape live to enamorándose\tAddToPlaylist\ni think this saga only deserves a 0 out of 6 \tRateBook\ni want to world of warcraft: tides of darkness \tSearchCreativeWork\ni d like to eat around id on august the 16th with a party of 8\tBookRestaurant\nbook a restaurant within the same area of ely for 10 people \tBookRestaurant\ni want to watch strange brother\tSearchCreativeWork\ni need to know the forecast for two am in grand lake towne\tGetWeather\nplay top 20 from frank farian\tPlayMusic\nbook a cafe table for one that has internet access\tBookRestaurant\nplay a loretta lynn tune on groove shark\tPlayMusic\nadd metal gear solid 2 sons of liberty soundtrack 2 the other side to edna st vincent millay\tAddToPlaylist\ncan you please find me  journals\tSearchCreativeWork\ni m looking to book a spot at a restaurant in ri \tBookRestaurant\nbook in vermont at the maisonette\tBookRestaurant\nrate the current essay a 4\tRateBook\nplay music from 1964\tPlayMusic\nadd this song to my workout playlist\tAddToPlaylist\nfind a video game called peaches discography \tSearchCreativeWork\ncan you find a photograph entitled  beneath the harvest sky\tSearchCreativeWork\nwhen will the boys next door be playing at the nearest  movie house\tSearchScreeningEvent\nrate the slap five of 6\tRateBook\ni would give the case of the late pig a best rating of 6 and a five for value\tRateBook\nbook for 8 for argentinian food at a bakery\tBookRestaurant\nfind goodrich quality theaters films\tSearchScreeningEvent\nplease find the packed to the rafters work \tSearchCreativeWork\nshow book of pokémon: the mastermind of mirage pokémon\tSearchCreativeWork\nrate orion in the dying time four stars\tRateBook\nadd track  to this is puccini\tAddToPlaylist\nplay a 2004 song by eliel on zvooq \tPlayMusic\nput perfecting loneliness onto primavera sound 2016 barcelona \tAddToPlaylist\nfind time for all about hash\tSearchScreeningEvent\nis it snowy in audra state park or within the same area\tGetWeather\ncan i get the movie schedule for eleven hours from now\tSearchScreeningEvent\ni would like to hear music from 1993\tPlayMusic\nplay soundtrack by armand van helden\tPlayMusic\ni want to see the tv show cause & effect\tSearchCreativeWork\nwhat s the forecast for this month in apple grove  dc\tGetWeather\nplay some chant music by kevin jonas on deezer \tPlayMusic\nwhat is the movie schedule of animated movies nearby\tSearchScreeningEvent\nwhat is the forecast for the current position\tGetWeather\nadd an artist to my playlist domingo indie\tAddToPlaylist\ni need a reservation for 7 people at a bar in chile that serves bio \tBookRestaurant\nfor the star theatres is the belles of st  clements playing in 8 minutes \tSearchScreeningEvent\nbook the ballylickey house for 7/16/2027 \tBookRestaurant\nwhere and when can i see the image makers\tSearchScreeningEvent\ngive whispers in the graveyard a five \tRateBook\ni feel that the loveday trials is rated at a one out of 6 points \tRateBook\nwill it be hotter at nine am in serbia\tGetWeather\nin 1 second i need a restaurant in san marino for 9\tBookRestaurant\ngive this album 1 stars \tRateBook\nfour out of 6 stars for the previous essay\tRateBook\nplay change has come on google music \tPlayMusic\nadd the darkest red to this is jennifer lopez\tAddToPlaylist\nwhat will the weather be in federated states of micronesia at 00:17 am\tGetWeather\ntable for two on nov  fifteenth\tBookRestaurant\nplay music from lastfm\tPlayMusic\nadd album to this is trey songz playlist\tAddToPlaylist\nfind the nearest movie house showing dangers of the canadian mounted\tSearchScreeningEvent\ncan i get the movie schedule  for films nearby \tSearchScreeningEvent\nadd the tune to my viajes playlist\tAddToPlaylist\nwhat is the weather in the falkland islands\tGetWeather\ncan you find the painting the crow: original motion picture soundtrack\tSearchCreativeWork\nplay some 1970 antero manninen on zvooq \tPlayMusic\nbook me a table for seven in co-operative block building  nd \tBookRestaurant\nwhat s the forecast for castolon in french southern territories around seven pm\tGetWeather\ncan you get me seating for 5 people 1 minute from now in tuvalu\tBookRestaurant\ni want do you want to build a snowman in my hip hop 2017 new school playlist\tAddToPlaylist\ngive 5 out of 6 points to myths of the hindus & buddhists\tRateBook\ni want to read the book crash landing\tSearchCreativeWork\nwhen is cooper foundation on the movie schedule\tSearchScreeningEvent\nbook a restaurant with pool facility at east gillespie\tBookRestaurant\nwhats the movie schedule for movies nearby\tSearchScreeningEvent\nadd artist to my playlist primavera sound 2016 barcelona\tAddToPlaylist\nplay sixties theme music\tPlayMusic\nwhat s southern theatres movie schedule\tSearchScreeningEvent\ni am rating this book 5 out 6 points\tRateBook\nrate this book zero out of 6\tRateBook\nwhat are the movie schedule now\tSearchScreeningEvent\nbook a table at 04:36:28 at the northeast indian restaurant\tBookRestaurant\ni want maximilian mutzke added to acoustic concentration\tAddToPlaylist\ni need a reservation for blue ribbon barbecue far from ny for a party of 10\tBookRestaurant\nis it humid in kuwait\tGetWeather\nfind z cars \tSearchCreativeWork\ngive the current album a three \tRateBook\nhow will the weather be in bettles  aruba on may the tenth  2026\tGetWeather\ni d like to rate this textbook 4 out of 6\tRateBook\ngive me an album from 1972 to listen to \tPlayMusic\ni want to take my bf and i to get some pain perdu from a food truck\tBookRestaurant\nrate tropic of orange a three\tRateBook\nwill it be colder in colorado nine months from now\tGetWeather\nplease get seating for me and my children\tBookRestaurant\nwhat films are playing around here\tSearchScreeningEvent\ngive this textbook a 5 out of 6 rating\tRateBook\nfind a television show called basement screams \tSearchCreativeWork\ni want another artist on my atmospheric black metal playlist\tAddToPlaylist\nadd jermaine fagan to spring music\tAddToPlaylist\nadd this album the the playlist canciones que lo van a petar\tAddToPlaylist\nwhere can i get fight for anarchy\tSearchCreativeWork\nadd another song to the acoustic soul playlist \tAddToPlaylist\nplay wendy james from the fifties\tPlayMusic\nplease play me a top nineties theme song\tPlayMusic\nplease give a 2 out of 6 to house of many ways\tRateBook\nwhat does it feel like in alloway\tGetWeather\nadd a tune to the this is animal collective playlist \tAddToPlaylist\nis az has chilly weather\tGetWeather\nwhat s the weather like in north brunswick township virginia\tGetWeather\nfind arcims  a picture\tSearchCreativeWork\ncan 50 minute technicolor dream be added to meredith s cierra la puerta playlist\tAddToPlaylist\nbook a spot at the best brasserie near saudi arabia\tBookRestaurant\nshow me the forecast for anatone louisiana on november 7th\tGetWeather\ni want to hear techno-industrial music \tPlayMusic\ntell me the weather forecast for missouri\tGetWeather\nfind a book called the mad magician\tSearchCreativeWork\nplease search for the tv series titled i need romance \tSearchCreativeWork\nshow me movie times  at harkins theatres \tSearchScreeningEvent\nplay the way it has to be by tom g warrior on zvooq\tPlayMusic\nwhat is the weather going to be like in epleys in south georgia and the south sandwich islands in 11 months\tGetWeather\nwhere to watch television show linger awhile: live at newport and more\tSearchCreativeWork\nadd kevin ridel to instrumental madness\tAddToPlaylist\nadd a track to my dinner playlist\tAddToPlaylist\ni need to go to a restaurant a safe distant from the united states\tBookRestaurant\nbook a spot at a highly rated tea house in manadonese\tBookRestaurant\nadd the artist joseph meyer to my mad cool festival 2017 playlist\tAddToPlaylist\ngive 4 points / 6 to last day in limbo\tRateBook\nwhat will be the night temperate in indiana\tGetWeather\ni think this textbook should have a rating of four and a best rating of 6\tRateBook\nplay top 100 indie tracks on spotify on lastfm\tPlayMusic\nplease add faccetta nera to my this is handel playlist\tAddToPlaylist\nadd mel draisey tomy 80s classic hits playlist \tAddToPlaylist\nis the weather freezing in ak\tGetWeather\nis it cold in breckenridge  colorado\tGetWeather\nplease search the irv gotti presents: the murderers picture \tSearchCreativeWork\nwhen is youth without youth being shown at the nearest movie house\tSearchScreeningEvent\nbook a spot for eight at a pub in new mexico\tBookRestaurant\nfind the garden of eden\tSearchCreativeWork\nwhat is the wanda group movie schedules \tSearchScreeningEvent\nmovie schedule  of films around here\tSearchScreeningEvent\nadd candlelight to my house afterwork playlist \tAddToPlaylist\nplay some popular bryan gregory songs\tPlayMusic\nrate the current textbook five of 6\tRateBook\nplay music on netflix \tPlayMusic\nfind the nearest animated movies at a movie theatre\tSearchScreeningEvent\nrate this album  zero stars\tRateBook\nplay a rock track from 1984\tPlayMusic\nplease play songs by lil jon\tPlayMusic\nlocate a cafeteria for two that serves deviled crab\tBookRestaurant\nfind a movie schedule \tSearchScreeningEvent\ntell me the weather forecast for my current spot\tGetWeather\nplay a paolo gregoletto song\tPlayMusic\nbook a table at a restaurant in the cayman islands two hundred ninety six days from now\tBookRestaurant\nshow the feed the kitty painting\tSearchCreativeWork\nplay a popular song by willie dixon on groove shark\tPlayMusic\nwhere can i locate leo the lion for purchase\tSearchCreativeWork\nshow the bridge of san luis rey picture\tSearchCreativeWork\nplay music by vybz kartel\tPlayMusic\ngive a history of the mind a 2 out of 6 points \tRateBook\nshow me the schedule of movies in pacific theatres\tSearchScreeningEvent\nfind the good wife\tSearchCreativeWork\nrate this book 4 out of 6\tRateBook\ni want to put this track on diann s just smile playlist\tAddToPlaylist\ni need seats for 6 at char no 4 in georgia\tBookRestaurant\ni d like to hear the soundtrack for just once in my life \tSearchCreativeWork\nfind the song ticks\tSearchCreativeWork\nfind a tv series called live hearts \tSearchCreativeWork\nbook a table for ten people\tBookRestaurant\ntell me the forecast for rogers city  ms\tGetWeather\nadd feel the passion to my this is kudai playlist  \tAddToPlaylist\nwhat s the weather forecast for here in august\tGetWeather\nfind me under the skin\tSearchCreativeWork\nshow me the i can hear the sea movie\tSearchCreativeWork\ni want to hear dave seaman s ep\tPlayMusic\nbook a table for a party of 7\tBookRestaurant\nplay 90s love songs on youtube\tPlayMusic\nwhere is chips in crouch\tBookRestaurant\ni give this novel a 0 out of 6 rating\tRateBook\nthis novel deserves 4 to 6 stars for its writing \tRateBook\nhow do i rate the book white teeth only 4 stars\tRateBook\nbook a reservation for seven people at a bakery in osage city\tBookRestaurant\nplease look up the 4-hour workweek saga\tSearchCreativeWork\nbook a spot for one at a fish restaurant\tBookRestaurant\nadd the artist to my spooning playlist\tAddToPlaylist\ni want to hear rock bottom by playa fly on slacker\tPlayMusic\nfind the movie schedule for national amusements \tSearchScreeningEvent\nrate the current saga a two\tRateBook\nplay burhøns by ernie c \tPlayMusic\nreserve a spotat the food truck twelve weeks from now\tBookRestaurant\nlook up the dock of the bay show\tSearchCreativeWork\nplay seaside by don cherry \tPlayMusic\nwhat are the movie schedules for santikos theatres\tSearchScreeningEvent\ni need to see the movie schedules\tSearchScreeningEvent\ni d like to eat in iran with a party of 9 on sep  the 12th\tBookRestaurant\nplay some erin harkes from the fifties on lastfm \tPlayMusic\nis there expected of rainfall in horton of connecticut\tGetWeather\nrate the pure weight of the heart series 5 points\tRateBook\nrate the current essay three of 6 points\tRateBook\ni want to hear some theme music by edsel dope\tPlayMusic\nwhat films are on the movie schedule around here \tSearchScreeningEvent\nbook a restaurant for seven on last december in kentucky\tBookRestaurant\nplay victoria banks s album\tPlayMusic\nadd this track by brian welch to the spring music playlist\tAddToPlaylist\ni need the forecast for mamaroneck in six weeks\tGetWeather\nplay melody and sort the newest in dj format\tPlayMusic\ni want to give science fiction adventures in mutation 0 stars\tRateBook\nplay fourties tunes\tPlayMusic\ni need a table in west virginia for me and my baby at jacob wirth restaurant\tBookRestaurant\nplease search crossing muddy waters work\tSearchCreativeWork\nfind a new machine\tSearchCreativeWork\nadd this album to my throwback thursday playlist\tAddToPlaylist\nplay shinya yamada music from 1962 on groove shark \tPlayMusic\nshow the movie schedules and films in the area\tSearchScreeningEvent\nrate contesting the future of nuclear power a four\tRateBook\ni need to book an indoor pub in strabane\tBookRestaurant\nplay music from the seventies\tPlayMusic\nadd steve albini album to my psychedelic rock playlist\tAddToPlaylist\nadd a tune in chill vibes\tAddToPlaylist\nplay any song from rebecca hewitt\tPlayMusic\nwhere can i view the picture of workin’ with the miles davis quintet\tSearchCreativeWork\nplay 1981 music on last fm\tPlayMusic\ngive one out of 6 points to this essay\tRateBook\nthe amityville: the evil escapes chronicle is only a 1 out of 6  \tRateBook\nadd shot forth self living to my folk metal warriors playlist \tAddToPlaylist\ntell me if it ll be colder in steptoe battlefield state park in one minute\tGetWeather\nadd roger nichols to punk rock workout\tAddToPlaylist\ncan you add something by wynter gordon to my soul lounge playlist\tAddToPlaylist\nbook a reservation for me  marva and barbara at a restaurant with parking\tBookRestaurant\nshow creative picture of brenda’s got a baby\tSearchCreativeWork\nhow s the weather going to be at fourteen o clock in falkland islands\tGetWeather\nplay donald rubinstein on pandora\tPlayMusic\nshow movies at the nearest movie house\tSearchScreeningEvent\nfind the picture chorus line\tSearchCreativeWork\nadd picasso baby to digster reggae playlist\tAddToPlaylist\nadd album radar latino\tAddToPlaylist\ni d like to see the painting empire of two worlds\tSearchCreativeWork\nplay the greatest music by phoebe snow\tPlayMusic\nis it warm faraway in niger\tGetWeather\nthis chronicle of the origins and history of consciousness is a three\tRateBook\nwhat time is scream of stone playing\tSearchScreeningEvent\nrate the current essay 5 points\tRateBook\nadd ajoy chakrabarty to women of country playlist\tAddToPlaylist\nplay pop music with groove shark\tPlayMusic\nwhat s the forecast for georgia\tGetWeather\ni would give this current novel one stars\tRateBook\nfind the closest cinema playing the st  francisville experiment \tSearchScreeningEvent\ni am giving the book dorothy and the wizard in oz a zero out of 6 rating\tRateBook\nrate the white lies chronicle 0 stars\tRateBook\ngive me the weather forecast for here\tGetWeather\ncan you find the tv show faithless street\tSearchCreativeWork\nwhat time can i see girls to marry\tSearchScreeningEvent\nput this song on the chips and salsa playlist\tAddToPlaylist\nis terminal station at cinemark theatres\tSearchScreeningEvent\nis it going to be warm in palmview\tGetWeather\nplay the most popular album on google music by sasu ripatti\tPlayMusic\ni give out of sync zero out of 6 points \tRateBook\nfind a reservation at berowra waters inn in australia in 2 years \tBookRestaurant\nthe coming insurrection should get a rating of 1\tRateBook\nwhat movies are playing at cineplex odeon corporation\tSearchScreeningEvent\ni d like a table for six at the bakery in as\tBookRestaurant\nadd don sebesky song to the refugee playlist\tAddToPlaylist\nlook up the rock the blind photograph\tSearchCreativeWork\nadd artist to my trance life group\tAddToPlaylist\nplease rate this essay three out of 6\tRateBook\nfind the schedule for animated movies in the area \tSearchScreeningEvent\nfind the trailer for on the good ship lollipop\tSearchCreativeWork\nrate the prince of venice beach 3 stars\tRateBook\ngive this textbook 5 points\tRateBook\nbook a spot for one at a pub that serves som tam\tBookRestaurant\nwill it be temperate near neylandville\tGetWeather\nshow me the picture batman: the long halloween\tSearchCreativeWork\ni want to hear any top five music from gene autry\tPlayMusic\nplay laura love songs from 1959\tPlayMusic\nplay some geir jenssen \tPlayMusic\nadd michael lepond to electronic bliss\tAddToPlaylist\nplay some art punk \tPlayMusic\ngive five points to the tenor wore tapshoes\tRateBook\ni want to read mad money\tSearchCreativeWork\nshow movie schedules with movies in the neighborhood\tSearchScreeningEvent\nadd this song to my list trabajo relax\tAddToPlaylist\nshow the glass cloud – single tv series\tSearchCreativeWork\nwhere do i purchase the book  baby-sittor\tSearchCreativeWork\ni want to hear some twenties music off of deezer\tPlayMusic\nrate tune to my natalie macmaster viajes\tAddToPlaylist\nwhat s the weather in meherrin\tGetWeather\nwhere can i find the show game of death ii\tSearchCreativeWork\nbook a socca serving steakhouse for 2 in saint james alabama\tBookRestaurant\nplay some music from 1962 from adeyto\tPlayMusic\nwhere is the closest movie theatre that is playing movies now\tSearchScreeningEvent\nwhat will the weather be in post falls on feb  17\tGetWeather\nparty for ten at national coney island in de\tBookRestaurant\ncan you add something by snow onto my zen focus playlist\tAddToPlaylist\nweather at stanford at six am\tGetWeather\nrate my current textbook 1 out of 6 points\tRateBook\nwhat films are playing now at the closest movie house\tSearchScreeningEvent\nfind terminator 3: the redemption  a picture\tSearchCreativeWork\nhow warm is it in darnestown\tGetWeather\nplay the hell of a life movie\tSearchCreativeWork\nwhat is the forecast for colder in anston\tGetWeather\nget me a johnny cool photograph\tSearchCreativeWork\nplay cry baby lane\tSearchCreativeWork\nplay me against the world from glukoza\tPlayMusic\ngive directive 51 three out of 6 \tRateBook\nadd one good reason to the bachelor party playlist\tAddToPlaylist\nput this album on totally alternative\tAddToPlaylist\nfind the show your hand show\tSearchCreativeWork\ni give the prestige a rating of 5\tRateBook\ngive four out of 6 rating to the cattle king\tRateBook\nadd this tune to my list jazz vibes\tAddToPlaylist\nadd the current artist to my top 100 pop tracks on spotify playlist\tAddToPlaylist\ni want to add the tim smith album to my best of 2010 s playlist\tAddToPlaylist\nis it supposed to be sunny here\tGetWeather\nadd another track to my catch  em all playlist  \tAddToPlaylist\ni need a reservation at the one eighty for elsa and wendy in muscle shoals \tBookRestaurant\nwhat films are showing in the area\tSearchScreeningEvent\nplay the last theme by behzad mirkhani \tPlayMusic\nplay a popular sound track by joe pass on itunes \tPlayMusic\nshow me a forecast for french polynesia\tGetWeather\nwill the weather be temperate on jan  the thirteenth  2028 at christmas island \tGetWeather\nbook me a restaurant in aransas pass in seventeen hours\tGetWeather\nadd the pop tarts to my this is astor piazzolla playlist\tAddToPlaylist\nbook a table for 10 people at a restaurant which offers internet \tBookRestaurant\nshow me the movie times\tSearchScreeningEvent\nfind me the book called suffer\tSearchCreativeWork\nadd karin dreijer andersson in escapada album\tAddToPlaylist\nplay my springtime playlist \tPlayMusic\nwill it be snowy in pillow indiana\tGetWeather\ngive letty fox: her luck 4 out of 6 stars\tRateBook\nwhere is the nearest cinema showing horror films today\tSearchScreeningEvent\nplay some katiejane garside on vimeo \tPlayMusic\nfind movie times for great escape theatres\tSearchScreeningEvent\nwhich animated movies are playing at the nearest movie house\tSearchScreeningEvent\nadd the game to 80 s party\tAddToPlaylist\nwhat movie theatre is playing shed no tears\tSearchScreeningEvent\nshow me the television show children in need rocks 2013 \tSearchCreativeWork\nrate the writing on the hearth 2 out of 6 points\tRateBook\nadd artist to my friendesemana playlist\tAddToPlaylist\nwhere can i get a photograph of death knows your name\tSearchCreativeWork\ni want new steps to go on the leche con chocolate list\tAddToPlaylist\ni want to book a restaurant in a distant id spa for lidia  latasha and diann \tBookRestaurant\ni think the current album should get a four out of 6 rating  \tRateBook\nadd petar georgiev kalica song to my push button funk playlist\tAddToPlaylist\nthe enamorándose playlist needs another album  \tAddToPlaylist\nmake me a reservation at a bar for a party of 7 in indonesian\tBookRestaurant\nrate lost boys: why our sons turn violent and how we can save them zero of 6\tRateBook\nbook me a table for seven in neighboring france \tBookRestaurant\nplay some tango \tPlayMusic\nfind me the when harry tries to marry photograph\tSearchCreativeWork\ni d give the day of reckoning four points\tRateBook\nbook me a restaurant in ware shoals that serves russian tea cake\tBookRestaurant\nbook a restaurant in palau for two people \tBookRestaurant\nplease search a new machine tv series \tSearchCreativeWork\nbook a table in belhaven for a party of seven at the great house at sonning\tBookRestaurant\nuse netflix to play a record by emil gilels from year 2015\tPlayMusic\nadd this tune by hart wand on this is wagner\tAddToPlaylist\nadd inca roads to my weekend\tAddToPlaylist\nrestaurant named the palm in tennyson mi\tBookRestaurant\ni d like to eat at old dutch in 15 seconds in northern mariana islands\tBookRestaurant\nfind the show titled the most charming and attractive\tSearchCreativeWork\ni need a table for 8 during midday in montana\tBookRestaurant\nfor the current essay i rate 1 out of 6\tRateBook\nadd yang hyun seok to the playlist called night out\tAddToPlaylist\ni want to get the movie schedule\tSearchScreeningEvent\nis there a depression in delta junction\tGetWeather\nstart up my pachangueo total playlist  \tPlayMusic\nwhich movies are playing in the neighborhood\tSearchScreeningEvent\nwhich cinema is currently showing the youngest profession\tSearchScreeningEvent\nbook table on the 23 in illinois at the maison parthenais-perrault ii \tBookRestaurant\nwhere can i find richard the lionheart: rebellion\tSearchCreativeWork\ni want to rate this essay 0 of 6 stars\tRateBook\nwhat is the movie schedule for the b&b theatres\tSearchScreeningEvent\nadd another album to my friendesemana playlist  \tAddToPlaylist\nthis saga deserves a score of four\tRateBook\nplay sense tu from ebi hamedi\tPlayMusic\nplay greg raposo songs from the thirties\tPlayMusic\nget me the trick or treats soundtrack \tSearchCreativeWork\ni want to book a restaurant in 40 weeks in iowa \tGetWeather\ni m looking for 1634: the ram rebellion \tSearchCreativeWork\ni rate this novel 5 of 6\tRateBook\nwill there be a storm nearby\tGetWeather\nwill there be wind in me\tGetWeather\nthis current essay should have a best rating of 6 and a rating value of three\tRateBook\nplay something by louisiana blues\tPlayMusic\nbook a spot at a pizza place nine weeks from now in wisconsin\tBookRestaurant\nadd teenager to the queen playlist\tAddToPlaylist\nplease search for the work  all the wrong reasons \tSearchCreativeWork\nhow is faraway cloudy at 02:45 am in brumley\tGetWeather\ni giv the current novel a four\tRateBook\nblood colony was awful  i d give it one stars at most \tRateBook\nbook a diner for 1 in green isle\tBookRestaurant\nmy step aunt and i want to go cheese fries at the tavern\tBookRestaurant\nis people of the cumberland playing at landmark theatres now\tSearchScreeningEvent\nrate this album 2 stars\tRateBook\nadd joe gibbs to my the bachelor party playlist\tAddToPlaylist\nplay a tune by syreeta wright from twenties from the top\tPlayMusic\nbook a restaurant in fl in the city of lochearn for my step son and i\tBookRestaurant\nusing stars the current object gets four for the textbook out of 6\tRateBook\nwhat animated movies are at the closest movie house near brunch\tSearchScreeningEvent\nadd o b mcclinton to my playlist called women of electronic\tAddToPlaylist\nplay fifties music\tPlayMusic\ni give the blood book five stars\tRateBook\ni want to add kool keith to my chill out dinner playlist\tAddToPlaylist\nfind oman medical journal\tSearchCreativeWork\nfind a reservation for mar  20th in winnie at any restaurant\tBookRestaurant\nplay thirties concerto music on google music\tPlayMusic\nplay music from the track my friend on google music by steve sholes\tPlayMusic\nwhere is the nearest cinema playing compound fracture\tSearchScreeningEvent\nadd the tune to my epic classical playlist \tAddToPlaylist\nthe next book is worth two\tRateBook\nadd kjetil vidar haraldstad to my para entrenar playlist  \tAddToPlaylist\nwhat films are showing at century theatres\tSearchScreeningEvent\nfimd glory\tSearchCreativeWork\nfind a table at a pizzeria in new hampshire that has parking\tBookRestaurant\nreserve a table at a restaurant with wifi in france\tBookRestaurant\nbook reservations for ava gonzales  raquel brown and i on jul  6  2040 in hainesville at a restaurant\tBookRestaurant\nrate the book who will cry when you die one out of 6 stars\tRateBook\nfind a soundtrack called meet the vogues \tSearchCreativeWork\ni want to book seats for 2 at churrascaria using the internet\tBookRestaurant\ni think the chronicle entitled the spirit of st  louis should be given a zero rating \tRateBook\nbook a table in mt for 3 for now at a pub that serves south indian\tBookRestaurant\nwhat is the weather forecast for papua new guinea\tGetWeather\nsend the track from andrew hewitt to the piano ballads playlist\tAddToPlaylist\nrate the current textbook a 5 \tRateBook\nput united abominations onto my rare groove playlist\tAddToPlaylist\nplay some iris dement s theme based 2015 music on lastfm \tPlayMusic\nput bring me down onto my tokyo rising playlist\tAddToPlaylist\ni m going to herkimer and want some liver and onions and i need a table for bessie  antonia and lisa at a cafe around 10 am\tBookRestaurant\ntell me the weather forecast in 4 years and a half in ga\tGetWeather\nfind a game called bump the show\tSearchCreativeWork\ni d like to listen to opera on youtube\tPlayMusic\nshow the invisible hook trailer\tSearchCreativeWork\nfind the schedule for kingsman: the secret service at a movie theatre \tSearchScreeningEvent\nrate conan of the red brotherhood 2 of 6\tRateBook\nrate the current book series two out of 6 stars\tRateBook\nplease put david van tieghem onto my throwback party playlist \tAddToPlaylist\nlocate the best pub in apache junction\tBookRestaurant\ni d like to hear nas s greatest ballad\tPlayMusic\nshow game alien breed ii - the horror continues\tSearchCreativeWork\nwhere can i find the picture of house foundation\tSearchCreativeWork\nplay a song by david silveria from 2002 on zvooq \tPlayMusic\nplease add this rex griffin tune to the steampunk playlist\tAddToPlaylist\nadd desert sessions to my i love my 80 s rollerdisco playlist\tAddToPlaylist\ntell me if it ll be chillier now in engadine\tGetWeather\nrate this textbook 3 out 6\tRateBook\ni need to make a reservation at a top-rated moroccan restaurant in bone that is nearby and can seat 8\tBookRestaurant\nfind movie schedules for animated movies in the area\tSearchScreeningEvent\nadd josephine wiggs to my kickass metal playlist  \tAddToPlaylist\nplay a song from the seventies by pepe aguilar\tPlayMusic\ni want another album in my disco fever playlist  \tAddToPlaylist\nadd atticus ross to the electrosafari playlist\tAddToPlaylist\nwhere can i buy the lying game\tSearchCreativeWork\nbook a restaurant in wi at 13:22:34 for 9 people \tBookRestaurant\nwhat s the closest cinema playing chuckys baby now\tSearchScreeningEvent\nwhat is the afternoon forecast for shannon and pitcairn islands\tGetWeather\ncheck the forecast for natchaug state forest\tGetWeather\nwhat is the movie schedules for the harkins theatres\tSearchScreeningEvent\nadd bert mccracken tune lo que suena new york playlist\tAddToPlaylist\nrate colorless tsukuru tazaki and his years of pilgrimage one stars\tRateBook\nwhat is the weather in kernersville greece\tGetWeather\nplay 2004 guy sebastian on itunes\tPlayMusic\ngive two out of 6 stars to current book\tRateBook\nplease add to my playlist hype the name introducing a r rahman\tAddToPlaylist\nfind focus now list and add eylem to my playlist\tAddToPlaylist\nbook a spot for 3 at the pizza place\tBookRestaurant\nwhat is the weather forecast for sep  the 14th  2038 in north dakota\tGetWeather\ni m looking for the best bistro that serves mongolian food that has room for two people in marshall islands \tBookRestaurant\nplay some david mallett on last fm\tPlayMusic\nfind movie schedules for dickinson theatres\tSearchScreeningEvent\ni d like to watch a storm in the stars at north american cinemas\tSearchScreeningEvent\nadd joshua radin to my playlist called futuros hits\tAddToPlaylist\ngive this textbook one stars out of 6\tRateBook\ni give this current textbook five stars\tRateBook\nis there a storm in the weather forecast for baraga oregon\tGetWeather\nplay me a 1958 adam yauch concerto on groove shark\tPlayMusic\nin taiwan will there be rainfall in willimantic\tGetWeather\nbook a food court in supper time distant from northern mariana islands for me  winnie and courtney \tBookRestaurant\ngive this album 4 out of 6 stars\tRateBook\nplay me a jill scott sound track on deezer\tPlayMusic\ni want to go to antigua and barbuda and eat at a table for 4 \tBookRestaurant\ni want to hear popular music from martin lopez\tPlayMusic\ngive me the movie schedule\tSearchScreeningEvent\nplay a 2011 ballad by evil jared hasselhoff on lastfm \tPlayMusic\nwhat is the weather forecast here\tGetWeather\nrate the type one super robot five of 6 stars\tRateBook\nwhat will the weather forecast be in mount victory  delaware in 1 second\tGetWeather\nplay slacker radio \tPlayMusic\nplay some antony harding songs from the eighties\tPlayMusic\nadd opus de funk to my list acoustic blues\tAddToPlaylist\nadd 2012 zwanzig zwölf to my miami 2017 guest list\tAddToPlaylist\nrate this book a five \tRateBook\nput frank farian on my deep dark indie folk playlist\tAddToPlaylist\nplay some indie music on spotify \tPlayMusic\ni m craving mac and cheese  book a table at a portland mills  ks restaurant  i need it for one second from now\tBookRestaurant\nis one night surprise at the cinema\tSearchScreeningEvent\nwhat are the movie schedules for animated movies playing in the neighborhood\tSearchScreeningEvent\nwhat will it be like in six pm at the current place\tGetWeather\nwhere is the country bears playing\tSearchScreeningEvent\nfind the movie schedule \tSearchScreeningEvent\nwhat will the weather be in virginia\tGetWeather\nbook me a reservation at an oyster bar that serves crab cake for two people\tBookRestaurant\nrate the joy of gay sex a 5 out of 6\tRateBook\nwhere is the yellow star: the persecution of the jews in europe 1933-45 playing\tSearchScreeningEvent\nget me a table for 3 within walking distance from my hotel in tajikistan \tBookRestaurant\nbook me a restaurant where i can get a burrito\tBookRestaurant\ni want a restaurant reservation for a party of 8 at a vegetarian tea house \tBookRestaurant\nfor this essay i give a posiabble 3 of 6 \tRateBook\nadd ultimatum to my crash course playlist\tAddToPlaylist\nhow cold is it in martinique\tGetWeather\nplay the latest thelma aoyama\tPlayMusic\nopen groove shark and play native us\tPlayMusic\nadd ashley cafagna tesoro to my reggae en español list\tAddToPlaylist\nput king of america onto the playlist with the title a sudden rainstorm\tAddToPlaylist\nadd camille to the this is lady antebellum playlist\tAddToPlaylist\nweather for 9/3/2034 at bridle trails state park\tGetWeather\ni rate wideacre five of a possiable 6 \tRateBook\nwhat time are movies showing around here\tSearchScreeningEvent\nmake me a reservation at a fast food restaurant for elba and corina at a restaurant with parking\tBookRestaurant\nbook a table for josie  carissa and lindsay at a brasserie which serves trentino \tBookRestaurant\nthe forest should be rated a four\tRateBook\nis it getting colder in leonard harrison state park\tGetWeather\nshow me tv series lego star wars 3: the clone wars\tSearchCreativeWork\nadd harry chapin in stress relief playlist\tAddToPlaylist\nplay music year 2016 by artist michiru yamane\tPlayMusic\nfind the apple address book television show\tSearchCreativeWork\nlook for the nypd - new york police department saga\tSearchCreativeWork\nrate the current saga four stars out of 6\tRateBook\ncan i get the showtimes for films at the closest movie house \tSearchScreeningEvent\nrate this novel three out of 6\tRateBook\nwill it be windy at 7 am in dong phou vieng national protected area\tGetWeather\nget me a table for 2 people 1 second from now in tunisia \tBookRestaurant\nplay a soundtrack by mike hindert on spotify \tPlayMusic\nwill it get warmer by 5 am in washington\tGetWeather\nneed to find the soundtrack called fire in the valley\tSearchCreativeWork\ni want a list of showings of days of fire at harkins theatres\tSearchScreeningEvent\ni wanna hear something on spotify by eddie vinson\tPlayMusic\nwhat will the weather be like tonight at greenfoot quarry\tGetWeather\ni need to hear the song aspro mavro from bill szymczyk on youtube\tPlayMusic\nadd joplin in concert to my feel good dinner\tAddToPlaylist\nplay some 1954 songs on my itunes \tPlayMusic\nshow movie schedules\tSearchScreeningEvent\ni want to book a restaurant with creamed eggs on toast on kansas day within walking distance of british indian ocean territory\tBookRestaurant\nfind innocent world\tSearchCreativeWork\nwhat are the weather conditions in noel\tGetWeather\ni need a reservation for eight for a brasserie that serves spanish rice\tBookRestaurant\ni want to add a tune by damon johnson to my frescura indie playlist\tAddToPlaylist\nshowtimes for the alamo drafthouse cinema for todays movies \tSearchScreeningEvent\ncan you provide me with movie schedules for century theatres\tSearchScreeningEvent\nrate the high deeds of finn maccool one out of 6\tRateBook\ntell me the weather forecast for korona\tGetWeather\ni would like to book the best southeastern brazilian food court \tBookRestaurant\nwhat s the weather like at powers lake\tGetWeather\nadd track to my spring playlist\tAddToPlaylist\nwhat time is murph the surf playing\tSearchScreeningEvent\nfind the way west show\tSearchCreativeWork\nunited states has warm weather on next wed \tGetWeather\ni d like to see movie times at santikos theatres\tSearchScreeningEvent\nadd this artist to my feel good dinner playlist\tAddToPlaylist\nshow movie schedules at megaplex theatres\tSearchScreeningEvent\nbook a reservation for three at a top-rated sicilian restaurant in portugal\tBookRestaurant\nbook a spot at leopold cafe in bhutan\tBookRestaurant\nrate the summer job 5 stars\tRateBook\nplease rate the current textbook 2 stars\tRateBook\nbook a pub in clermont for 8 people \tBookRestaurant\ni d like to see the game called god is in the t v \tSearchCreativeWork\nbook a table at a restaurant in portugal with parking for me and bonnie in 19 minutes\tBookRestaurant\nwhere can i buy a hardcover copy of the book the intangibles of leadership\tSearchCreativeWork\nplay the putrefactive infestation trailer\tSearchCreativeWork\nbook bridge round house for one at meal time in democratic republic of the congo close \tBookRestaurant\ncreate a theme station with jim creeggan records and collabs \tPlayMusic\nfind boyish story\tSearchCreativeWork\nthis book gets a 1 out of 6 rating from me \tRateBook\nbook me a bar where i can get a bear claw in as\tBookRestaurant\ni rate the saga wahhabi islam: from revival and reform to global jihad three out of 6\tRateBook\nadd this track to morning classical\tAddToPlaylist\nadd tarte to bandas sonoras playlist\tAddToPlaylist\nbook a restaurant 1 hour from now in dorchester shores reservation\tGetWeather\nplay everybody wins trailer\tSearchCreativeWork\nwill there be a blizzard at a 4 am  in sky valley\tGetWeather\nsearch for informix wingz\tSearchCreativeWork\nplay the tv series bet awards 2013\tSearchCreativeWork\nrate this album zero of 6\tRateBook\nwill it hail in villa\tGetWeather\nplay the top track by claudja barry on last fm\tPlayMusic\nadd artist to todo edm\tAddToPlaylist\ncan you tell me the weather forecast for six am in grenada\tGetWeather\nplay me music from the twenties on itunes \tPlayMusic\nstart playing my disney playlist \tPlayMusic\nplay the best songs of 2016\tPlayMusic\ngive me some info on when hands across the border will be laying at the cinema \tSearchScreeningEvent\nwhens the next showing of the game of their lives\tSearchScreeningEvent\ngive the current saga a three\tRateBook\ni d like to watch films anywhere nearby\tSearchScreeningEvent\nbook a table for 6 in the cheese course  blocher on february the 10th \tBookRestaurant\n1 point for this next textbook\tRateBook\nfind a tv series called church of the truly warped \tSearchCreativeWork\ni want to hear music on my slacker app\tPlayMusic\nlets hear some booty bass\tPlayMusic\nis proudly she marches playing anywhere\tSearchScreeningEvent\nbook georgetown cupcake in keller for tea time \tBookRestaurant\nput 4 points to the last island book\tRateBook\nwhat films are playing at kb theatres\tSearchScreeningEvent\nadd the singer damon johnson album to my african heat playlists\tAddToPlaylist\nplay the best bruce ruffin music on youtube \tPlayMusic\nadd a song to playlist chill hits\tAddToPlaylist\nadd the artist verano to my michael mantler playlist  \tAddToPlaylist\nshow me the trailer for american education: the national experience \tSearchCreativeWork\nwhen and where is invitation to the waltz playing \tSearchScreeningEvent\nwhat is the weather forecast for july 20  2020 in dachigam-nationalpark\tGetWeather\nplay sound track  music from the twenties\tPlayMusic\nadd partners in crime to joann s lo que suena los angeles\tAddToPlaylist\ni need to hear a thirties soundtrack\tPlayMusic\ngive the current novel a 3 out of 6 rating\tRateBook\ni want harris to be added to my latin dance cardio playlist\tAddToPlaylist\nis it going to be colder in queen anne on mon \tGetWeather\nrate the current essay five out of 6 stars\tRateBook\ni want to know the animated movies playing at malco theatres\tSearchScreeningEvent\ni need to book a restaurant in sunnybrook for 7\tBookRestaurant\nshow me movie times for movies in the neighborhood\tSearchScreeningEvent\nbook a table at top pot doughnuts in greensburg  american samoa\tBookRestaurant\nget me a reservation for 1 somewhere in spade at seventeen o clock\tBookRestaurant\nadd ernie hawkins to the dubstep playlist  \tAddToPlaylist\nplay joshua homme belle and sebastian write about love\tPlayMusic\nbook a food truck that serves tarte for tanisha  lorena and juliana \tBookRestaurant\nfind me the album the demon\tSearchCreativeWork\ni want to hear the new vasilis tsitsanis ep\tPlayMusic\nwill the weather be temperate 22 minutes from now in alba\tGetWeather\ni need a table booking for a highly rated sardinian pub \tBookRestaurant\nfind the movie schedule for films in the area \tSearchScreeningEvent\nplay groove shark\tPlayMusic\nadd an album to my sylvia plath playlist \tAddToPlaylist\ncan i see the movie schedules nineteen minutes from now\tSearchScreeningEvent\nadd the greyest of blue skies in indie español my playlist\tAddToPlaylist\nadd this album to rock en español\tAddToPlaylist\nadd lapponia to my flamenco pa ti playlist  \tAddToPlaylist\nbook a table at a bar in argentina \tBookRestaurant\nplay hættuleg hljómsveit & glæpakvendið stella by kaori iida\tPlayMusic\nbook a highly rated restaurant \tBookRestaurant\ni want to hear jimmy james from the thirties  play a song on groove shark \tPlayMusic\nplay spotify\tPlayMusic\nadd another song to daphne s retrowave outrun playlist  \tAddToPlaylist\nbook a spot at bobcat bite in needmore for ten am\tBookRestaurant\nwhat time is the night before the premiere playing at the movie house\tSearchScreeningEvent\ni need seats for six at a vegan bar in london borough of enfield or the same distant in one second\tBookRestaurant\nplay sixties on spotify\tPlayMusic\nfind the movie schedules at magic johnson theatres\tSearchScreeningEvent\nshow weather forecast for dovre-nationalpark\tGetWeather\ntell me if it will rain on 4/19/2030 in angola\tGetWeather\nrate half past human three stars\tRateBook\nplay music by otis redding \tPlayMusic\nrate the current textbook four out of 6\tRateBook\ngive the denationalization of money series four of 6\tRateBook\nwhere will the blonde from peking be playing\tSearchScreeningEvent\nmake me a reservation somewhere outdoor in port wentworth for a party of five at a coffeehouse in ten months  that is distant\tBookRestaurant\nplay google music tunes\tPlayMusic\ni want to book a restaurant in keeling islands for a party of ten\tBookRestaurant\nfind word of mouth for me\tSearchCreativeWork\nwhat s the forecast for right here\tGetWeather\ncan you play a sound track from 1963\tPlayMusic\ni d like to eat english cuisine at a restaurant in ettrick\tBookRestaurant\nwhat will the weather be like on january the twenty-third  2034 in ga\tGetWeather\ngive two stars to scribblings\tRateBook\nplay the top twenty movement songs from roberto valverde\tPlayMusic\nfind an album called list of re: hamatora episodes \tSearchCreativeWork\ncan you play some music on youtube\tPlayMusic\nrate this book 2 stars\tRateBook\nfind the movie take another picture\tSearchCreativeWork\nwill it be hot on december 28 in ayr  mi\tGetWeather\nat my current spot is it going to be hotter on nov  the eighth\tGetWeather\nfind a song called you cross my path \tSearchCreativeWork\ngive me the weather forecast for nationaal park garphyttan\tGetWeather\nadd track to dance playlist\tAddToPlaylist\nrate new history of the five dynasties 1 points\tRateBook\nwill it get chillier within walking distance of pw\tGetWeather\nmake reservations for 7 people at a top-rated brazilian pub around rockaway park-beach 116th\tBookRestaurant\ni d like to eat at a pub in arkport\tBookRestaurant\nwhat will the weather be for hooksett\tGetWeather\nplay the top 10 by sankha chatterjee \tPlayMusic\nplay some google music \tPlayMusic\nbook the lake house for me and carmella\tBookRestaurant\nbook a table at an oyster bar that serves apple butter on jul  10th  2028\tBookRestaurant\nfind movie times for close by films \tSearchScreeningEvent\ni need to know the weather at the queen elizabeth national park\tGetWeather\nadd warm and beautiful to the ironing playlist  \tAddToPlaylist\nis lord jim at the movie house\tSearchScreeningEvent\nbook australian food in armour for 7 pm for four at a pub best rated in ut\tBookRestaurant\nme and edith want to eat in coventry lake\tBookRestaurant\nrate this book five out of 6\tRateBook\nwhere can i find the jkt48 school\tSearchCreativeWork\nhow temperate will it be in blyde river canyon nature reserve on jul  the 18th\tGetWeather\nadd this tune to my primavera sound 2016 barcelona\tAddToPlaylist\nplay me the song just to see you smile \tSearchCreativeWork\nwhat is the baotianman national nature reserve forecast\tGetWeather\nadd a song by claude vonstroke to the under the surface playlist \tAddToPlaylist\nplay the top-ten chant doda songs from the twenties \tPlayMusic\nbook near montana restaurant serving sri lankan food for 6 that is highly rated on tues \tBookRestaurant\ncan i get the movie schedules for megaplex theatres\tSearchScreeningEvent\nfind digimon next\tSearchCreativeWork\ni want to eat at a bakery with deidre and rosa in jersey \tBookRestaurant\ngive the current book 0 points \tRateBook\nadd arthur russell to my women of disco playlist  \tAddToPlaylist\nfind a show called some kind of dangerous \tSearchCreativeWork\ni need rave slacker to play\tPlayMusic\nplay a theme from 1985 by patrick cowley\tPlayMusic\nshow me the tv series called take me to your heaven\tSearchCreativeWork\nplay playlist chilled r&b\tPlayMusic\nadd david cole to an instrumental sunday\tAddToPlaylist\nwhat is mo forecast for hotter temps in kalkaska\tGetWeather\nwhat is the forecast for the current place for sun on january sixth  2028 within walking distance\tGetWeather\nbook a restaurant for nine on 16 hours from now\tBookRestaurant\nis it going to be windy faraway from the valley of fire\tGetWeather\nfind the movie schedules for films in the area \tSearchScreeningEvent\nfind the tv series the almighty johnsons\tSearchCreativeWork\nbook a fast food restaurant \tBookRestaurant\nshow me work of truth and tolerance\tSearchCreativeWork\nfind the terror within\tSearchScreeningEvent\nplay music from artist ashley\tPlayMusic\nbook me a table at the highly rated cafeteria in federated states of micronesia\tBookRestaurant\nadd enduser song in grime instrumentals\tAddToPlaylist\nis love is a ball playing right now\tSearchScreeningEvent\nlook for the game find another way\tSearchCreativeWork\nadd track to kickass metal\tAddToPlaylist\nplay halid 08 by video game pianist on pandora\tPlayMusic\nbook a restaurant for august fourth not far from the marshall islands \tBookRestaurant\nplay the most popular miles jones track\tPlayMusic\nplay music from the punk genre on last fm \tPlayMusic\nplay gloria on last fm\tPlayMusic\ncan you find the photograph titled so long self\tSearchCreativeWork\nis it going to be sunny on oct  twenty-seventh  2031 within the same area of this current place\tGetWeather\nshow creativity of official history of australia in the war of 1914–1918\tSearchCreativeWork\nadd another mc chris track to my blues roots playlist  \tAddToPlaylist\nwhat are the movie times for animated movies in the area\tSearchScreeningEvent\nfind movies playing at the closest movie theatre\tSearchScreeningEvent\nwhen is the jailbird showing at united paramount theatres\tSearchScreeningEvent\nadd this tune to my 70s road trip list\tAddToPlaylist\nplay a ballad by chick corea\tPlayMusic\nplay music which has humour on youtube \tPlayMusic\ncan you get seating for a group of 6 at twenty o clock at a restaurant and spa faraway from palmyra\tBookRestaurant\nwhat is the forecast for a day from now in liechtenstein\tGetWeather\nopen youtube\tPlayMusic\nbook a table for 10 at the dunbrody country house hotel in serbia\tBookRestaurant\nwhat s the weather this summer in djibouti\tGetWeather\ngive home is the hunter zero stars\tRateBook\ngive the current novel a one out of 6 rating \tRateBook\nbook a restaurant for one in al \tBookRestaurant\nbook a spot for gay ramos  janice gonzales and i at a bar in timbo\tBookRestaurant\non 10/14/2026 i have two people to eat at coney island hot dog stand\tBookRestaurant\nplay satire music\tPlayMusic\nfind time for movies at the closest cinema\tSearchScreeningEvent\nwhat will the weather be in double oak at 12 am\tGetWeather\nplease put another tune into the laundry playlist  \tAddToPlaylist\nput this tune onto the signed xoxo playlist \tAddToPlaylist\nfind racing the beam: the atari video computer system\tSearchCreativeWork\ncan you play a melody from the fifties on last fm\tPlayMusic\nadd this jane olivor track to my the sleep machine waterscapes\tAddToPlaylist\ni need a reservation for a brasserie that serves ankimo in pw\tBookRestaurant\ni want to watch mr  and mrs  bridge at a nearest cinema\tSearchScreeningEvent\nbook me a table for me and my nephew near my location at an indoor pub\tBookRestaurant\nlet me use netflix to listen to the last soundtrack from out of eden \tPlayMusic\ntell me if it will it be windy in grizzled squirrel wildlife sanctuary\tGetWeather\nbook a table for 3 at one of the restaurants in washington  d c  in riverview\tBookRestaurant\nfind a saga called the devil went down to georgia \tSearchCreativeWork\nplay clifford brown all stars by michael balzary\tPlayMusic\nplease search the abby saga \tSearchCreativeWork\nrate this book four out of 6 points\tRateBook\nwill there be a blizzard in egypt\tGetWeather\nwhat are the movie schedules at loews cineplex entertainment\tSearchScreeningEvent\nwhat is weather in azerbaijan 16 seconds from now\tGetWeather\nplay shining down by tsukiko amano on pandora \tPlayMusic\ni need the game the aria music show\tSearchCreativeWork\ninclude the album by arthur rhames in urban poet\tAddToPlaylist\nfind live at the brixton academy \tSearchCreativeWork\nwhat is the twenty one o clock forecast for the current spot\tGetWeather\nwhat is the forecast for 6 am in aruba\tGetWeather\nhow much wind will there be in nm on november 11th\tGetWeather\ngive three points to current book\tRateBook\nadd track to my digster future hits\tAddToPlaylist\nrate the practice of the presence of god one of 6 points\tRateBook\nwill it rain 17 weeks from now in teide national park\tGetWeather\nwhat s the weather forecast for the northern mariana islands on 8/4/2024\tGetWeather\ni d like to see the showtimes for silly movie 2 0 at the movie house\tSearchScreeningEvent\nadd jim martin to deathcore \tAddToPlaylist\ncheck the forecast for hulmeville  wv \tGetWeather\nadd villotta to the metalsucks playlist playlist\tAddToPlaylist\nbook a reservation for thomas hynes house on jan  the third in netherlands\tBookRestaurant\nplay any sixties song\tPlayMusic\nfind me a table for me and my grandkid in union square cafe\tBookRestaurant\nrate the myth of matriarchal prehistory series a four\tRateBook\nfind dipson theatres with swiss army man at 8 p m \tSearchScreeningEvent\nplay some gothic rock \tPlayMusic\nrate the broke: who killed the middle classes chronicle a five\tRateBook\nplease fine me the east trailer\tSearchCreativeWork\nbook a reservation for my great grandfather and i at a macaroni pub in ct\tBookRestaurant\nrate the prince of providence 2 points\tRateBook\nadd bill evans to the motivation mix playlist \tAddToPlaylist\nplay while we were waiting by sippie wallace on vimeo\tPlayMusic\nbook a spot for marci  marylou and amelia far from north korea\tBookRestaurant\nbook a churrascaria restaurant that serves spring rolls for one person \tBookRestaurant\nplay music on itunes\tPlayMusic\nplay the song long live love\tPlayMusic\nadd this tune to my rock this\tAddToPlaylist\ni give this current book four stars and a rating of 6\tRateBook\ni want to watch the show frank sinatra sings the select sammy cahn\tSearchCreativeWork\nput transatlantic lullaby on sharlene s napoleon xiv playlist\tAddToPlaylist\nfind the movie schedules for speakeasy theaters \tSearchScreeningEvent\nshow me a picture of nokia football crazy \tSearchCreativeWork\nfimd films around here\tSearchScreeningEvent\nplay acid punk music \tPlayMusic\ni give what we talk about when we talk about love a two of 6\tRateBook\nwhat will the weather be in catahoula national wildlife refuge\tGetWeather\ntell me the forecast for elderton  indiana in 19 hours\tGetWeather\nrate this essay two stars\tRateBook\nplay some p  j  proby\tPlayMusic\nplay the latest songs by larry gatlin on iheart\tPlayMusic\nmake me a reservation at illinois central railroad freight depot in singapore with vickie rodriguez  lila reyes and ruby\tBookRestaurant\nwhat are the movie schedules\tSearchScreeningEvent\nplay robin hood and the bishop of hereford by jon mayer\tPlayMusic\ntell me the weather forecast 1 hour from now in big thicket national preserve\tGetWeather\ni d like a table for two at a brasserie in são tomé and príncipe\tBookRestaurant\ni want to see a list of local movie times \tSearchScreeningEvent\nshow angels of iron television show\tSearchCreativeWork\nsearch for the george and the big bang tv show\tSearchCreativeWork\nbook a southeastern brazilian cusinie pub\tBookRestaurant\nfind a tv show called the ambient collection \tSearchCreativeWork\ni need to book a table at a food court in nh that serves smelt\tBookRestaurant\nbook me a reservation at rustic inn\tBookRestaurant\nbook a table for me  leanne and tami at a restaurant serving caucasian food\tBookRestaurant\nplay the playlist  a mis niños de 30 \tPlayMusic\nwhat is the forecast for dr  julian g  bruce st  george island state park for rainy weather\tGetWeather\nrate varney the vampire with 1 points\tRateBook\nwill it be chilly in two hundred thirteen days at dochū-kōtsu prefectural natural park\tGetWeather\nfind the radical history review saga\tSearchCreativeWork\nplease look up the lamentable journey of omaha bigelow into the impenetrable loisaida jungle television show \tSearchCreativeWork\nrate ecology: from individuals to ecosystems five out of 6 stars\tRateBook\nbook a table in hallwood for one for supper\tBookRestaurant\ni need to add a tune by amanda stern to the playlist cloud rap \tAddToPlaylist\nadd a song from randy rhoads to my 50 clásicos playlist\tAddToPlaylist\nadd kansas city  missouri to stress relief\tAddToPlaylist\nbook nuts on clark in irvington for 8 people in one hour \tBookRestaurant\nplay me a tune by mick brown\tPlayMusic\nadd i’m only a man to my flow español\tAddToPlaylist\nplay the playlist introspective\tPlayMusic\ni want to make a reservation for one at a sushi restaurant in brucetown\tBookRestaurant\nrate the current book three out of 6 \tRateBook\non may the thirteenth  2037 what will it be like in wilderville  montenegro\tGetWeather\nme and my grandmother want to eat umbrian food on january the 7th at a brasserie \tBookRestaurant\nwill there be a snowstorm at my current place\tGetWeather\nshowtimes for the closest movie theatre that is showing operation autumn\tSearchScreeningEvent\nbook the union oyster house in guanica puerto rico \tBookRestaurant\nweather for marshall\tGetWeather\nfind the movie schedules for movies close by\tSearchScreeningEvent\nrate this current essay three out of 6 stars\tRateBook\nis live forever: the rise and fall of brit pop playing at the closest cinema in 1 minute\tSearchScreeningEvent\nbook a table at a restaurant in saudi arabia that serves presskopf\tBookRestaurant\ni wish to put tom baxter onto my coffee table jazz playlist\tAddToPlaylist\nwill it be foggy on the town meeting day vermont in angola\tGetWeather\ni d like to get reservations at a top-rated restaurant in arkansas \tBookRestaurant\nplay bra vibrationer by dean\tPlayMusic\nweather for now in cape romain national wildlife refuge\tGetWeather\ngo to the saga the quantum thief\tSearchCreativeWork\nwhat is the closest movie house  playing films\tSearchScreeningEvent\nadd tune to downtempo beats\tAddToPlaylist\nwhat time is the christmas toy playing at loews cineplex\tSearchScreeningEvent\nfind old school junkies: the album  a video game\tSearchCreativeWork\ni am giving this novel 3 stars\tRateBook\nadd artist steve cropper to rhythm and blues\tAddToPlaylist\nfind zorro the game\tSearchCreativeWork\nplay me some goa\tPlayMusic\nplay me the tv show the women of our home\tSearchCreativeWork\nplay the soft parade \tPlayMusic\nshe me the weather in the current place for nov  the 9th\tGetWeather\nwhat is the movie schedule at loews cineplex entertainment\tSearchScreeningEvent\ni want another track added to the korean osts playlist  \tAddToPlaylist\nplay some music on pandora\tPlayMusic\nshow the soonchild painting\tSearchCreativeWork\nfind the little death  a soundtrack\tSearchCreativeWork\nplay kk on zvooq \tPlayMusic\nplay me a felix kubin from no light on spotify\tPlayMusic\nrat short trips: a christmas treasury a 3\tRateBook\nplease play music off the soundtrack by beau jocque\tPlayMusic\ni want to hear ready by frankenstein drag queens from planet 13\tPlayMusic\ni want to get reservations at a place close by for 6 people to eat in sc \tBookRestaurant\nplay some spotify by danni bassan\tPlayMusic\nwhat is the movie schedule for the movies that are playing nearby\tSearchScreeningEvent\nwhat will the weather be in rutherfordton rhode island on september 22nd  2017\tGetWeather\nbook a spot for two at sale creek at eight am\tBookRestaurant\nwhat time can i see older office lady: using her seductive tongue at star theatres\tSearchScreeningEvent\nrate the nightmare fair five out of 6 stars\tRateBook\nwould like to book a restaurant the last day of sukkot for lee and ines\tBookRestaurant\nfor my playlist post garage wave revival add the name  eternal prisoner \tAddToPlaylist\nfind a tv series called manufacturing consent \tSearchCreativeWork\ni would rate eater of wasps a value of zero and a best rating of 6\tRateBook\nmake a restaurant reservation for me and my son at twenty three o clock \tBookRestaurant\nwhat will be the weather like close by kackley\tGetWeather\nshow tv series schedule of gears of war\tSearchCreativeWork\nfind the prince of temple street  a picture\tSearchCreativeWork\nhook me up with a song by dancing girl \tSearchCreativeWork\nplease play got the time\tPlayMusic\nput jiro in my clásicos del hip hop español playlist  \tAddToPlaylist\nadd put your hand inside the puppet head to the playlist named lazy chill afternoon\tAddToPlaylist\nbook me a restaurant that serves hot chicken in dutch mills  north dakota for 10 people for 3 am\tBookRestaurant\nplease add this song to indiespain list\tAddToPlaylist\nadd song to sleepytime\tAddToPlaylist\nthis next essay is worth five\tRateBook\nlist movies by movie times in the neighbourhood\tSearchScreeningEvent\nplay some music on lastfm\tPlayMusic\n0 stars for this current saga\tRateBook\ni give this current novel 0 points\tRateBook\nrate the drowning a 3  \tRateBook\nwhat films are in the neighborhood\tSearchScreeningEvent\nneed a table for rita  antoinette and i\tBookRestaurant\nput glenn stetson to my your daily routine playlis\tAddToPlaylist\nshow creative game fear thy neighbor\tSearchCreativeWork\nwhat films are playing at dipson theatres and when \tSearchScreeningEvent\nthe horrible current essay gets only a 0 out of 6\tRateBook\nrate the current book two of 6 stars\tRateBook\nfind the mystery woman saga\tSearchCreativeWork\ntell me the movie schedule\tSearchScreeningEvent\nfind a table somewhere for me and my step mother in graniteville de\tBookRestaurant\nfind hear me good\tSearchScreeningEvent\ncan you please get me come away with me show\tSearchCreativeWork\nfind movies close by\tSearchScreeningEvent\ngive me the movie schedule for animated movies showing in the neighborhood\tSearchScreeningEvent\nbook a spot at a tsipouro restaurant in connecticut\tBookRestaurant\nwill it be colder at five o clock at the apolobamba integrated management natural area\tGetWeather\ninclude sean yseult in kaitlin s metal overload playlist  \tAddToPlaylist\nhow chilly will it get here \tGetWeather\nis saint robert hotter than turkmenistan\tGetWeather\nfind some of my best friends are   the piano players\tSearchCreativeWork\nbook something for me and my wife at a restaurant in four weeks\tBookRestaurant\nbook a table for nine people next mar \tBookRestaurant\nadd progress to my clásica para todos playlist  \tAddToPlaylist\ni m looking for the movie called the beast that shouted love at the heart of the world \tSearchCreativeWork\ninclude the past behind in my top 100 rock tracks on spotify playlist  \tAddToPlaylist\nbook a spot for elise and alma at a brasserie in ravensdale mh for this week\tBookRestaurant\nplay music by amii stewart with itunes\tPlayMusic\nadd an espen lind song to my list lo que suena new york\tAddToPlaylist\nshow the sad songs for dirty lovers album\tSearchCreativeWork\ni d like to hear ami suzuki s latest record\tPlayMusic\nplay a record from 2010 \tPlayMusic\nbook a pub for helen and miriam in nine years from now\tBookRestaurant\nplease make reservations for a bar close-by in lake alfred \tBookRestaurant\nis the umbrellas of cherbourg playing near me\tSearchScreeningEvent\nwhat will the weather be like in arizona on october the 3rd\tGetWeather\nplay the most popular track from valery alexandrovich kipelov\tPlayMusic\nwhat time is the world according to john coltrane playing\tSearchScreeningEvent\nwhat s the weather forecast near to fern creek this winter\tGetWeather\nrate this textbook 2 stars\tRateBook\nwhat s the weather forecast for aug  8  2020 at my current location\tGetWeather\ni want to hear somi s songs from the twenties\tPlayMusic\nopen pandora and play reggaeton 2017 y baila\tPlayMusic\nbook me a reservation for an outdoor restaurant\tBookRestaurant\nbook a table not far in wy at a gastropub with internet for me  jenny and antoinette in one week\tBookRestaurant\nplay post garage wave revival playlist \tPlayMusic\nlook up the searchlights painting\tSearchCreativeWork\nplpay my disco fever playlist \tPlayMusic\nplease get me the work shirley aviatrice \tSearchCreativeWork\ni need a reservation for the french laundry in oh for six\tBookRestaurant\nfind a painting called mr  scarface is back \tSearchCreativeWork\nwhat is the nearest movie house playing new york melody\tSearchScreeningEvent\nwhat s the closest movie house that s showing animated movies\tSearchScreeningEvent\nwhat is the weather forecast in canfield at 22:23:22\tGetWeather\nis there hail forecast for hale center on 7/22/2030\tGetWeather\nlist films at the nearest movie house\tSearchScreeningEvent\nwhen is watchman vadivel playing\tSearchScreeningEvent\nforecase for ohio in twenty one hours and one second\tGetWeather\nwill it rain today in french southern territories of highland beach\tGetWeather\nwish to read the novel called the wizard of stone mountain\tSearchCreativeWork\nbook a reservation for a bistro\tBookRestaurant\nfind films at magic johnson theatres\tSearchScreeningEvent\ni think this textbook should be rated 5 points\tRateBook\nplay marche lorraine by rachael lampa\tPlayMusic\nneed weather forecast for stacy in vanuatu \tGetWeather\ni want to play the video game international pinguicula study group newsletter\tSearchCreativeWork\nbook a spot for 9 in new mexico\tBookRestaurant\nwhat s the forecast for al twenty one minutes from now\tGetWeather\nis temperature in hanksville freezing \tGetWeather\ni need a table in east timor for a party of nine at 5 north st\tBookRestaurant\nwhere can i see no time to die\tSearchScreeningEvent\nadd john brown to my dinnertime acoustics\tAddToPlaylist\nadd a compilation of warped music ii to workout twerkout playlist\tAddToPlaylist\ngive the book men and the city 3 out of 6 stars\tRateBook\nis it overcast in south carolina\tGetWeather\nplease search for the two faces of my girlfriend saga \tSearchCreativeWork\ngive the pirates in an adventure with whaling a 0 out of 6 \tRateBook\nplay revival music \tPlayMusic\nsearch for the trailer the thieving magpie\tSearchCreativeWork\nis there a blizzard in tennessee colony  ks\tGetWeather\nis mentioned in confidence at the cinema\tSearchScreeningEvent\nreserve a table for 3 people at the cubby bear   in comoros \tBookRestaurant\nrate this album 4 points\tRateBook\ni give the saga to the woven path 1 stars and a best rating of 6\tRateBook\nis it going to be temperate at six am in washington\tGetWeather\nlook for the public toilet painting\tSearchCreativeWork\ntell me what films are currently playing at amc theaters\tSearchScreeningEvent\nadd this song to the novedades pop playlist\tAddToPlaylist\nlook for every little crook and nanny\tSearchCreativeWork\ni d like to book a table at a restaurant for a group of 4\tBookRestaurant\nplay new movement from mike oldfield on vimeo\tPlayMusic\nuse deezer to play the last song from lee dorrian\tPlayMusic\ncan you play that last ep from the twenties\tPlayMusic\nplay the mother lode by tamio okuda\tPlayMusic\nis amco entertainment showing cień caseya today\tSearchScreeningEvent\nis it chillier here\tGetWeather\nhow chilly will it be at 09:32:06 am in moncove lake state park\tGetWeather\nis it hot in zephyrhills\tGetWeather\nrate this series 4 stars\tRateBook\nwhat s the weather going to be like in fort point  san francisco tomorrow\tGetWeather\nadd another song to the acoustic soul playlist \tAddToPlaylist\nfind manual of love 2 \tSearchCreativeWork\nweather within the same area as qatar at four\tGetWeather\nmake and play a new playlis with the theme songs released in 1968\tPlayMusic\nbook a table for lois  effie price and i for next summer in italy \tBookRestaurant\nplay my frescura indie playlist \tPlayMusic\nplay a new soundtrack by benjamin darvill on groove shark\tPlayMusic\ngive one out of 6 points to this album\tRateBook\nbook a restaurant in mp at 3 pm with pigs in blankets\tBookRestaurant\nwhat time is chandranath playing mjr theatres\tSearchScreeningEvent\nfind the schedule for without witness twenty two hours from now \tSearchScreeningEvent\ni want to eat at a escondida south carolina restaurant for 8 people\tBookRestaurant\ni want to book a restaurant in wallsburg  missouri for michele  diann and pam\tBookRestaurant\nbook reservation at a restaurant in rocky fork for 2 people\tBookRestaurant\ni m looking for the last track by fei yu ching from the fourties\tPlayMusic\nplay tales from the organ trade\tSearchCreativeWork\nplay me something miles davis did with a symphony\tPlayMusic\ncan you make a reservation for next year in modesto for joanna and ella\tBookRestaurant\nbook a restaurant for 9 people \tBookRestaurant\nthis current textbook should have a rating value of two and a best rating of 6\tRateBook\nrate the plutonium files a five\tRateBook\nrate the stars shine down 5  \tRateBook\nplay sivamani\tPlayMusic\ni d like to watch heartbreak at pacific theatres at two pm\tSearchScreeningEvent\nrate the current novel 1 of 6\tRateBook\nis it going to be chilly today in abo  wi\tGetWeather\nadd unconscious state to my 90s smash hits\tAddToPlaylist\nmake me a reservation in crugers at marlton circle for a party of eight\tBookRestaurant\nadd an album to corinne s beast mode playlist \tAddToPlaylist\nrate cia world factbook five out of 6 stars\tRateBook\nwhat s the weather forecast for here\tGetWeather\nadd this track to my this is thomas rhett playlist\tAddToPlaylist\nrate this chronicle a 4\tRateBook\ni wish to listen to eighties music by mike dean \tPlayMusic\nplay a 2007 track from adam jones\tPlayMusic\nhow snowy will it be in this current place on feb  first  2034\tGetWeather\nrate the young elites series 1 of 6 points\tRateBook\nwhat are the movie times for the movies in the neighbourhood\tSearchScreeningEvent\nwhat time is the eddy duchin story playing\tSearchScreeningEvent\ngive me a forecast for carol city\tGetWeather\nrate the daughter of the empire three out of 6\tRateBook\nbook a spot at rimsky-korsakoffee house in mackville\tBookRestaurant\nadd the chamillionaire track to lina s wedding classics playlist\tAddToPlaylist\nbook a table for seven during our thailand trip that is within walking distance of our hotel \tBookRestaurant\nrate this textbook one stars out of 6\tRateBook\nfind my tribute show\tSearchCreativeWork\nrate cock and bull 5 of 6 points\tRateBook\nwhere can i purchase the game dancing in the dark: 10 years of dancing ferret\tSearchCreativeWork\nadd the album to the six string peacefulness playlist\tAddToPlaylist\nshow creativity cum on feel the noize the video game\tSearchCreativeWork\nadd come on a cone to power walk playlist\tAddToPlaylist\ncan i get the showtimes for the closest movie theatre that has the newest films \tSearchScreeningEvent\nplay some fourties andrew lloyd webber on groove shark\tPlayMusic\nbook for my girlfriend and i for truffade at a gastropub in west virginia\tBookRestaurant\ni give the savage mind a rating of zero out of 6 points \tRateBook\nwhere to see painting twelve angry men\tSearchCreativeWork\nplay the greatest adrian kowanek music\tPlayMusic\nplay playlist a mis niños de 30\tPlayMusic\nplay the top twenty tracks of ron jarzombek\tPlayMusic\nfind the movie curl\tSearchCreativeWork\nwhat movies are playing at marcus corporation\tSearchScreeningEvent\nrate the current chronicle series 4 out of 6 points\tRateBook\nwhat s the weather at zero pm in papeton montserrat\tGetWeather\nlooking for a tibetan restaurant and need reservations for 1 \tBookRestaurant\nwhere is the closest cinema playing osmanthus alley\tSearchScreeningEvent\nfind a video game called ibm program temporary fix\tSearchCreativeWork\nadd boyce and hart to urban hits playlist\tAddToPlaylist\nfind a painting called boating on the river epte \tSearchCreativeWork\nadd the tune to your favorite slaughterhouse playlist \tAddToPlaylist\nfind movie schedules at loews cineplex entertainment\tSearchScreeningEvent\ni want to hear a top five ballad from 2002\tPlayMusic\nplay chant music from 1993\tPlayMusic\nplay some mike burney on google music \tPlayMusic\nfind brandy in the wilderness\tSearchScreeningEvent\nbook for 2 at a cafe for burgers in gasport\tBookRestaurant\ntell me the weather for comertown\tGetWeather\nbook seating for one person at a food truck\tBookRestaurant\nplay newest robert palmer sound track\tPlayMusic\ngive the current album 0 out of 6 stars \tRateBook\nplease give me movie schedules\tSearchScreeningEvent\nfind join the dots: b-sides and rarities\tSearchCreativeWork\nwhat are the movie times for megaplex theatres\tSearchScreeningEvent\nwill it be hot three minutes from now faraway from saint croix state park\tGetWeather\nfind once upon a time in the west\tSearchCreativeWork\nadd the artist michael schenker to ina s this is jennifer lopez playlist\tAddToPlaylist\ngive the current chronicle 3 of 6 stars\tRateBook\ntell me the weather forecast for equatorial guinea\tGetWeather\nwhat time is the crystal gazer playing at the closest cinema\tSearchScreeningEvent\nis it snowy in fort ross state historic park\tGetWeather\nhow cloudy is it in morrisonville  kentucky\tGetWeather\nwhat time is film showing at southern theatres\tSearchScreeningEvent\nbook a table for eight people please\tBookRestaurant\nplay say a word by la india\tPlayMusic\nplay some industrial music on lastfm\tPlayMusic\nlook up applied linguistics\tSearchCreativeWork\ni want to see the tv series a state of mind\tSearchCreativeWork\ncan you search a song for mama book for me\tSearchCreativeWork\nbook a restaurant for one person at three pm\tBookRestaurant\nadd something by paul whiteman to my sweet soul chillout playlist please\tAddToPlaylist\nwhat s the weather forecast for my current position\tGetWeather\nin two hundred forty eight days  what will mp weather be like\tGetWeather\nfor my playlist jazzy dinner add the name kick over the traces\tAddToPlaylist\nwhat is the close by greenland forecast\tGetWeather\ni need the weather at noon for e a  vaughn wildlife management area\tGetWeather\ntell me if it ll be snowy in coastal landscape park on october 2  2027\tGetWeather\nis it hotter here\tGetWeather\nfind the dead matter at speakeasy theaters\tSearchScreeningEvent\ni am rating this current novel three out of 6 points  \tRateBook\nbook a restaurant faraway from albertson now \tBookRestaurant\nput tony rombola on my novedades viernes sudamérica playlist\tAddToPlaylist\nrate puttering about in a small land zero out of 6 stars\tRateBook\nplay some bass music \tPlayMusic\nplay funtime activity\tPlayMusic\nbook the chapter one in bosnia and herzegovina for patti  hester richardson and camille\tBookRestaurant\nbook a russian restaurant for 4 people \tBookRestaurant\nwhat is the weather forecast for cuba at eleven am\tGetWeather\nrate this novel a two out of 6 \tRateBook\nplay wait until tomorrow\tPlayMusic\nplease find the show kim hyun-joong discography\tSearchCreativeWork\nwill it be hot in new york on october the 1st  2026\tGetWeather\ntable for 4 in sparks\tBookRestaurant\nwhat will the weather be in cummings mississippi in eleven years \tGetWeather\nrate the life and loves of a she-devil 5 out of 6\tRateBook\nis black & white: the dawn of justice playing at the movie theatre\tSearchScreeningEvent\nwe want to eat at a brasserie with sicilian food in nebraska\tBookRestaurant\ni would rate this novel a four\tRateBook\nfind the show carnik con\tSearchCreativeWork\nshowtimes for animated movies in the area \tSearchScreeningEvent\nwhere can i find the world according to paris\tSearchCreativeWork\nrate special assignments 0 of 6 points\tRateBook\ngive this textbook a 4\tRateBook\nwhat is the movie times for general cinema corporation\tSearchScreeningEvent\nfind a table at a restaurant that serves corn relish in venezuela\tBookRestaurant\nwill it be chillier in saxis north dakota\tGetWeather\nadd a rating of 0 out of 6 stars to the lady of the aroostook\tRateBook\nplay some music by mark heard \tPlayMusic\nput take up thy stethoscope and walk onto my verano playlist\tAddToPlaylist\nweather for swaziland\tGetWeather\ni want to hear a sandra ep\tPlayMusic\nrate current album 0 stars\tRateBook\nwhat s the movie schedules for in the neighborhood at the movies\tSearchScreeningEvent\nwhich is the nearest cinema showing movies that start in nineteen seconds\tSearchScreeningEvent\nfind laserlight \tSearchCreativeWork\nhow will the weather be in bhutto family mausoleum next autumn\tGetWeather\ni d rate this novel a five\tRateBook\nbook me a taverna restaurant\tBookRestaurant\nfind the song titled the mole show live at the roxy\tSearchCreativeWork\nwhat is the weather forecast nearby sc\tGetWeather\nwhat is the forecast for de on 9/11/2035\tGetWeather\nfind the international journal of robotics research soundtrack\tSearchCreativeWork\ni would give hell hath fury one points\tRateBook\nbook me a reservation nearby my neighborhood\tBookRestaurant\nfind live in tokyo for me\tSearchCreativeWork\nsearch for the world is a game\tSearchCreativeWork\nfind the dressmaker \tSearchCreativeWork\nrate the current album 5 points\tRateBook\nwhere is the penthouse playing\tSearchScreeningEvent\nplay the newest chant by john doyle on zvooq\tPlayMusic\ngive 3 out of 6 series of the africa house\tRateBook\nwhat films are showing at cineplex odeon corporation\tSearchScreeningEvent\nadd song by emmy rossum to hit rewind\tAddToPlaylist\nbook a table for 1 at ringside steakhouse in hurricane \tBookRestaurant\nfind a table for one at a popular churrascaria for three weeks from now\tBookRestaurant\nbook a table for 6 at a restaurant in pershing square  manhattan at two am\tBookRestaurant\nshow the movies at the nearest movie house\tSearchScreeningEvent\nbook a steakhouse with a spa for seven people \tBookRestaurant\nbook a table for ida  monica and etta at cold spring tavern in md\tBookRestaurant\nfind a movie house closest with beethoven lives upstairs\tSearchScreeningEvent\nfind under night in-birth\tSearchCreativeWork\nplay saturday nights & sunday mornings\tPlayMusic\nrate the current novel 5 of 6 points\tRateBook\nme and katharine would like to go eat at jan  22nd in ia\tBookRestaurant\ncan you put tire me onto my new music friday latin playlist\tAddToPlaylist\nwhen is spyforce playing\tSearchCreativeWork\ni award this next series 0 points\tRateBook\nplay music on iheart\tPlayMusic\nwhat are the movie times at the loews cineplex\tSearchScreeningEvent\nplay tom jones album from the twenties\tPlayMusic\nplay the album jack takes the floor by tom lehrer on netflix\tPlayMusic\ni want to eat at a highly rated food court\tBookRestaurant\nwill it be chillier in la mesa\tGetWeather\nwhat is the movie schedule of animated movies in the area \tSearchScreeningEvent\nlook for the show named chestnut mare\tSearchCreativeWork\nadd my hands to travelling playlist\tAddToPlaylist\nplease include danni bassan in my perfect concentration\tAddToPlaylist\ni want to hear gloryhole from mani off of lastfm\tPlayMusic\nadd artist rob dougan to electronow\tAddToPlaylist\nrate the gorilla hunters 0 stars\tRateBook\nwhat films are playing at the nearest movie theatre\tSearchScreeningEvent\nswine not deserves four points\tRateBook\ni need a table for 3 in ak \tBookRestaurant\nis it going to be nice at 6 am at chippewa lake\tGetWeather\nadd igor talkow to my women of k-pop list\tAddToPlaylist\ni need to find a restaurant for ten people at twelve am in liechtenstein \tBookRestaurant\nwhat will the weather by close by the current position at 02:02:30\tGetWeather\nadd the artist p d q bach to the te quiero playlist\tAddToPlaylist\ncan you find me the real mccoy novel\tSearchCreativeWork\nrate lord of the world a value of 4\tRateBook\nplay the last song from the thirties by airto moreira\tPlayMusic\nfor the book ethics  my rating is 2 out of 6\tRateBook\ncan you find fire escape in the sky: the godlike genius of scott walker\tSearchCreativeWork\nrate the coming of bill 3 of 6 stars\tRateBook\nplay the album alas y raíces by dave pybus \tPlayMusic\nwhat movies are playing at the closest movie theatre\tSearchScreeningEvent\nadd  michael balzary to mujeres y hombres y fiesta\tAddToPlaylist\nwhat s the weather forecast for the area neighboring ks this autumn\tGetWeather\nfind close by films with a movie schedule\tSearchScreeningEvent\nis the forecast colder in idaho 1 second from now\tGetWeather\nplay music from the year 1979\tPlayMusic\nplay some music from 1995\tPlayMusic\nbook the fry bread house for seven in olive\tBookRestaurant\ni give the ways of escape chronicle zero out of 6\tRateBook\nshow me the atrocity exhibition\tSearchCreativeWork\ncan you add a tune to my jazzy romance playlist\tAddToPlaylist\nshow family plot\tSearchCreativeWork\ntell me the weather forecast for huxley  ms\tGetWeather\nplay shadowplay by dana on deezer \tPlayMusic\ncan i get the showtimes for man in blues\tSearchScreeningEvent\nfind movie schedules \tSearchScreeningEvent\ncan you please search ellington at newport\tSearchCreativeWork\nwhat is the cloud coverage in my current place\tGetWeather\nwhat time is the man who dared playing at the movie theatre\tSearchScreeningEvent\nlist the movie schedule for regal entertainment group theater \tSearchScreeningEvent\nfind the schedule for metallica through the never \tSearchScreeningEvent\nbook a spot for 8 in hungary on february the 14th\tBookRestaurant\nis it warm in sierra blanca now\tGetWeather\nadd xiang xiang album to my madden nfl 16\tAddToPlaylist\nwill it be warm here in one hour\tGetWeather\nrate this textbook 3 of 6\tRateBook\nadd the tune by cassie ventura to my genre bender playlist\tAddToPlaylist\nbook a reservation for city tavern in long bridge\tBookRestaurant\nadd deus deceptor to dance workout\tAddToPlaylist\ncan you get a table at the triple door in district of columbia for me and deborah vasquez \tBookRestaurant\ncan you put this tune onto latin dance cardio\tAddToPlaylist\nput beside you in my spotify orchestra cello playlist  \tAddToPlaylist\nadd what if we were real to my ultimate 80s playlist\tAddToPlaylist\nrate the astonishing life of octavian nothing  traitor to the nation  volume ii: the kingdom on the waves series 2 points\tRateBook\nwhat s the weather like in groesbeck\tGetWeather\ngive me the local movie times \tSearchScreeningEvent\nplease find the infrared riding hood tv show \tSearchCreativeWork\nadd this album to my hot house playlist\tAddToPlaylist\nplay llegando a casa playlist\tPlayMusic\nwhat is the weather forecast for colfax  senegal on 1/1/2031\tGetWeather\nhow cold is it going to be in san marcial  ak in one second\tGetWeather\nplay miguelito top charting album\tPlayMusic\non april 2nd what will the weather be here\tGetWeather\nwill it be warm in zambia at 9 pm\tGetWeather\nwill it be warm next winter in smolan  burkina\tGetWeather\nplay a 1991 song by anila mirza\tPlayMusic\ntable for 1 please\tBookRestaurant\nplay some music on vimeo\tPlayMusic\ni need a booking for seven people at metropolitan museum of art \tBookRestaurant\nwhat movie house is playing something for the birds\tSearchScreeningEvent\nplay music from 1989 by maya \tPlayMusic\nadd appreciation day to my folksy love\tAddToPlaylist\nfind the great hydration  a tv series\tSearchCreativeWork\nwhat cinema is the closest showing movies\tSearchScreeningEvent\nis young policemen in love at the local movie theatre\tSearchScreeningEvent\nbook a restaurant in northern mariana islands with kristine  alisha and florine \tBookRestaurant\nshow the matrix revolutions\tSearchCreativeWork\nwhat is the weather for cormorant  me\tGetWeather\ncan i get the movie times for fox theatres\tSearchScreeningEvent\ni would like you to add now the hits of winter 2008 onto my ntc studio sounds playlist \tAddToPlaylist\nadd butterfly house to nu metal\tAddToPlaylist\nplay nick hexum latest album\tPlayMusic\nplay me a song on pandora\tPlayMusic\nthe ultimate 90s needs avant que l’ombre à bercy in it \tAddToPlaylist\nis hollows grove playing at any movie theatre at ten pm\tSearchScreeningEvent\nadd my album to this is al green\tAddToPlaylist\nplay henrie mutuku album from 1957\tPlayMusic\nbook reservations at phase 1 in la jara\tBookRestaurant\nrate sandworms of dune three out of 6 stars\tRateBook\nget me a table for 5 at a restaurant which serves south tyrolean \tBookRestaurant\nput once bitten twice bitten into the pulse of americana\tAddToPlaylist\ni would rate this chronicle a value of 1 and a best rating of 6\tRateBook\nadd doing all right to string theory\tAddToPlaylist\nplay the song s f  sound furniture\tSearchCreativeWork\nadd a tune by louis wolfe gilbert to my cleaning playlist\tAddToPlaylist\ni would rate this essay 2 stars and a best rating of 6\tRateBook\nplay shinehead s music from the twenties on slacker \tPlayMusic\nplay some happy gabber \tPlayMusic\nplay dj shadow s a love hate masquerade \tPlayMusic\ni need a restaurant booking for 2 people this month at a indian place in climax springs  new mexico \tBookRestaurant\nwill it be hotter on oct  the 20th in massachusetts\tGetWeather\nrate my current book 1 out of 6 points\tRateBook\ncan you add danny carey to my masters of metal playlist\tAddToPlaylist\nadd morten harket to this is puccini\tAddToPlaylist\nplay the greatest 1966 album out there\tPlayMusic\nis there a movie theatre showing last cab to darwin today\tSearchScreeningEvent\nfind the novel the thunder rolls\tSearchCreativeWork\ncan you play me songs from the estado de ánimo playlist\tPlayMusic\nadd paper doll to the power walk playlist\tAddToPlaylist\nwhat time is the phoenix project playing\tSearchScreeningEvent\nwhat will the weather be within the same area of weir farm national historic site\tGetWeather\nplay the album pressure cracks with netflix\tPlayMusic\nticket for the perfect man at dickinson theatres at 10 a m \tSearchScreeningEvent\nwhat s the weather far from jarbidge\tGetWeather\ncurrent album gets a value of 0\tRateBook\ni give benson-meditation 1 out of 6 stars \tRateBook\nfind head start\tSearchCreativeWork\nwhere can i get movie schedule\tSearchScreeningEvent\ni need to find the saga trail of the yukon\tSearchCreativeWork\nis it warmer now in wetumpka  mauritania\tGetWeather\nplay hardcore music\tPlayMusic\nplay me a song from 2008\tPlayMusic\nplay the artist tei last concert on netflix\tPlayMusic\nfind a novel called kiss me licia \tSearchCreativeWork\nbook a reservation for 1 at pm park  clear lake  iowa in mongolia in 1 hour\tBookRestaurant\ncan you find me the dicey business tv series\tSearchCreativeWork\nwhat is the weather of la at 4 pm\tGetWeather\ngive 2 out of 6 stars to current chronicle\tRateBook\nfind a movie schedule in the neighborhood for films\tSearchScreeningEvent\nthe law of dreams gets a low rating of one\tRateBook\nwhat time is the rumyantsev case playing at the closest cinema\tSearchScreeningEvent\non april the twelfth in somalia is the weather chilly\tGetWeather\nplay some psychedelic rock \tPlayMusic\nplay itunes album mondovisione\tPlayMusic\nfind me  i am mariah… the elusive chanteuse\tSearchCreativeWork\nwill there be sun at four pm at runkaus strict nature reserve\tGetWeather\nadd track by fleetwood mac to lakeisha s playlist todo novedades\tAddToPlaylist\nbook a spot for krista  yolanda and i in new mexico\tBookRestaurant\nrate my current book four points out of 6\tRateBook\nadd roots of the outsiders to blues roots\tAddToPlaylist\ni d like to add this album to funtime \tAddToPlaylist\ni d like to watch the details at the cinema\tSearchScreeningEvent\nfind a tv series called cocktail kings \tSearchCreativeWork\ncan you put this tune onto erin s house afterwork playlist\tAddToPlaylist\nis it going to be hot in luambe-nationalpark\tGetWeather\nlook for the itv com song\tSearchCreativeWork\nshow creative song ufo senshi dai apolon\tSearchCreativeWork\nshow me movie times for two a m  at any nearby movies \tSearchScreeningEvent\nfind the movie schedule for cooper foundation \tSearchScreeningEvent\nwill it blizzard today in sint maarten\tGetWeather\nwhat is just like in the old country\tSearchCreativeWork\ni d like to play the song in a reverie\tSearchCreativeWork\nbook a spot that is faraway from the municipal borough of farnworth in 16 minutes\tBookRestaurant\nis it going to be cold 21 weeks and a half from now in salemburg\tGetWeather\nbook a restaurant with internet in ny for four people \tBookRestaurant\nfolk and fairy tales gets 1 out of 6 points\tRateBook\nadd this track to my zen focus playlist\tAddToPlaylist\nbook a spot for six friends\tBookRestaurant\nadd the tune to my women of latin music playlist \tAddToPlaylist\nshow creativity of wild about animals\tSearchCreativeWork\ngive three out of 6 points in current essay\tRateBook\nis it warmer in lothian island wildlife sanctuary\tGetWeather\nfind the schedule for close by movies \tSearchScreeningEvent\nplay iheart\tPlayMusic\nweather for my nearby current location\tGetWeather\ntell me the weather forecast nearby my current location\tGetWeather\nplay some theme songs from the fourties\tPlayMusic\nwill it be warmer in 20 minutes at natural park of las batuecas\tGetWeather\nwhat are the movie schedules for the loews cineplex\tSearchScreeningEvent\ndoes amc theatres have movie schedules out\tSearchScreeningEvent\nadd fuzzy logic to latin dinner\tAddToPlaylist\nrate this textbook 2 stars out of 6\tRateBook\nplay latest george ducas music\tPlayMusic\nfind me a table for a cafe during my guinea trip for one \tBookRestaurant\nwhat s the weather forecast for oman 2 months from now\tGetWeather\nneed a table within the same area as beach 105th st for a party of 6\tBookRestaurant\nreserve a table at bear hotel around finsbury park\tBookRestaurant\nadd this song by chieko ochi to the drum & breaks playlist\tAddToPlaylist\nhow much hotter will it be 40 weeks from now in blue island  north dakota\tGetWeather\nshow creativity in all nudity shall be punished\tSearchCreativeWork\nfind the book a glorious way to die\tSearchCreativeWork\nwhat will the weather be in tajikistan on dec  twentieth\tGetWeather\nplay music by deenanath mangeshkar\tPlayMusic\nadd 100% te ljubam to the hit remix playlist\tAddToPlaylist\nis the angel of vengeance – the female hamlet playing at the cinema at 6 am\tSearchScreeningEvent\ni need seats for six at a pub on january 15th  2030\tBookRestaurant\nplay some chant from 1974\tPlayMusic\nlook up the hard to handle tv show\tSearchCreativeWork\ntell me when it ll be cloudy in woodport\tGetWeather\ni want to add an album to noreen s endorphin rush playlist  \tAddToPlaylist\nwhat is the weather forecast for boden\tGetWeather\nbook a table for mindy and angelita at a restaurant which serves café liégeois \tBookRestaurant\nbook a table for three at 0 am at a bar with wifi in schuyler lake\tBookRestaurant\nlets go to the rainforest cafe that is in the same area as 135th st\tBookRestaurant\nbook a table for 1 somewhere in andorra\tBookRestaurant\nbook a spot at a steakhouse with internet\tBookRestaurant\nadd the album to the fantasía playlist\tAddToPlaylist\nadd the big mama thornton song to cassie s punk rock workout playlist\tAddToPlaylist\nrate this textbook four of 6 points\tRateBook\nlocate the koi to senkyo to chocolate television show\tSearchCreativeWork\nwhat movie schedules at consolidated theatres\tSearchScreeningEvent\nplay 1990 tunes on groove shark\tPlayMusic\nopen the canciones del recuerdo playlist and play songs\tPlayMusic\nfind unfinished portrait of general bonaparte\tSearchCreativeWork\nrate this album only three points \tRateBook\nplay paul landers  o rio  a cidade  a árvore on slacker\tPlayMusic\ni want to see the trailer for australian economic history review\tSearchCreativeWork\nput this tune onto my party through the decades playlist\tAddToPlaylist\ntell me the weather forecast one second from now in barnum island\tGetWeather\nshow me a video game made by tmpgenc \tSearchCreativeWork\nrate call for the saint 1 out 6 points\tRateBook\nwhat is the weather looking like right now in wy\tGetWeather\nplay music by charlie adams from 1954\tPlayMusic\nwhat will the weather be at mu ko phetra national park on administrative professionals day\tGetWeather\nwhen is the great question playing at the closest movie house\tSearchScreeningEvent\nhow much rainfall is there faraway from douglass\tGetWeather\nplay bob hilliard top-twenty music\tPlayMusic\nwhat s the weather in stone mountain kentucky\tGetWeather\nplay brotherhood by ock joo-hyun\tPlayMusic\nplay breed the killers on itunes\tPlayMusic\nbook a table at a pool bar\tBookRestaurant\nfind a novel called on the case with paula zahn \tSearchCreativeWork\nadd ilse delange to my journey playlist\tAddToPlaylist\nfind ek boond ishq \tSearchCreativeWork\ni need a reservation for 02:53 at hotel arctic in state road \tBookRestaurant\nwill it be cloudy by five pm in gobler jersey\tGetWeather\nplay a movement from 1974 \tPlayMusic\nplay chant from freddy fender on iheart\tPlayMusic\ngive five points to an ice-cream war\tRateBook\nwhat time is trouble every day playing\tSearchScreeningEvent\nis there weather going to get chilly when i get close to new york\tGetWeather\nbook a reservation for a party of six in the same area  as metropolitan borough of bethnal green\tBookRestaurant\nfind in the line of duty: street war \tSearchCreativeWork\nare any animated movies scheduled for release in mann theatres\tSearchScreeningEvent\nadd tune to composer weekly pauline oliveros playlist\tAddToPlaylist\nwill there be rainfall faraway from uganda\tGetWeather\nfind movies around here\tSearchScreeningEvent\nrate equal affections one points\tRateBook\nshow movie schedule\tSearchScreeningEvent\nfind a show called the inheritors\tSearchCreativeWork\nfind a book called the cia world factbook \tSearchCreativeWork\nbook a reservation for 6 in belle plaine  ne\tBookRestaurant\nplease add this track to my weekend list\tAddToPlaylist\nwhen can i see we and our mountains\tSearchScreeningEvent\nis it forecast to be warm in bosnia and herzegovina\tGetWeather\nplease show me the films playing at loews cineplex entertainment \tSearchScreeningEvent\nrate the current essay four of 6 \tRateBook\nplay me the most popular lillian hardin song on itunes\tPlayMusic\nopen pandora and play udhreko choli from chowdiah\tPlayMusic\nplay 2gether by jade puget\tPlayMusic\nshow me weather forecast in clontarf  ky from 4 hours from now \tGetWeather\ncan i watch flower and snake at movie house in one hour from now\tSearchScreeningEvent\nplay me the song aap to aise na the \tSearchCreativeWork\nplay the top nineties melody by gus g\tPlayMusic\nwhat s the weather going to be like around lewis and clark trail sixteen hours from now\tGetWeather\nbook me a table for nine at a bar with parking in qatar\tBookRestaurant\nadd tune to bedroom jams\tAddToPlaylist\nweather in grey eagle on feb  fifteenth  2034\tGetWeather\ni need a table for 4 at a restaurant around 0 am \tBookRestaurant\nadd this artist to fifa 17 soundtrack\tAddToPlaylist\ni would rate the animal liberation chronicle 0 points and a best rating of 6\tRateBook\ncan you find me the restless natives\tSearchCreativeWork\ni need the weather in hubbardston  will it be chillier\tGetWeather\nadd the field album to my romantic evening album\tAddToPlaylist\nadd the frank beard song to the soft pop hits playlist\tAddToPlaylist\nplay that new song from 1970\tPlayMusic\ni rate the mathematical magpie chronicle a 0 of 6\tRateBook\nadd a tune to my playlist guest list polygon\tAddToPlaylist\nplay some dave pearce \tPlayMusic\nbook a restaurant in west hattiesburg for 0 o clock \tBookRestaurant\nwhat is the forecast for here at tea time\tGetWeather\ngive 5 out of 6 to this album\tRateBook\nwhat s the nearest movie house showing films\tSearchScreeningEvent\nbook a popular bar in chowchilla\tBookRestaurant\ni need a table at a czech pub at seven\tBookRestaurant\nadd gareth gates to my autumn playlist\tAddToPlaylist\ni need a reservation for the berghoff in jamaica in 18 seconds\tBookRestaurant\nshow movie times in north american cinemas\tSearchScreeningEvent\nplay music from 1964 \tPlayMusic\nplay any music on spotify\tPlayMusic\nrate this essay one out of 6 stars\tRateBook\nbook a reservation for seven people at a steakhouse in kenya\tBookRestaurant\nadd the artist to the nuclear blast novelties playlist \tAddToPlaylist\nis the forecast stormy this afternoon in maryland\tGetWeather\nis it going to be colder in botswana by 09:30\tGetWeather\nplay blues on vimeo\tPlayMusic\nadd the album the martin garrix show to my playlist\tAddToPlaylist\nwhere is the wilderness trail playing\tSearchScreeningEvent\nfind the schedule for films in the neighborhood \tSearchScreeningEvent\nwhen are the movie schedules\tSearchScreeningEvent\ni wish to rate zero points out of 6 to the crack in space \tRateBook\nadd dear hearts and gentle people to he tokyo rising playlist \tAddToPlaylist\nbook a table for five at the training table \tBookRestaurant\nturn on google music to play 1991\tPlayMusic\ncan you play some music from my road trip album\tPlayMusic\nadd zos kia cultus to the this is philip glass playlist \tAddToPlaylist\nwhat animated movies are around here\tSearchScreeningEvent\nbook a table near bienville for pioneer day\tBookRestaurant\nrate current essay 1 stars\tRateBook\ni need a reservation for a pizzeria nearby vigus\tBookRestaurant\nshow the family from one end street album\tSearchCreativeWork\nfind a television show called twisted \tSearchCreativeWork\nadd jovanotti to punk español\tAddToPlaylist\nwill it storm in north sioux city al\tGetWeather\nplay some sixties on netflix\tPlayMusic\nplay play lodge by alkabli on lastfm  \tPlayMusic\nwhat s the forecast for nearby the current position\tGetWeather\nwill there be a snowstorm in william b  ide adobe state historic park\tGetWeather\nput the song playing on laverne s rapcaviar playlist\tAddToPlaylist\nshow creativity of video game labyrinth\tSearchCreativeWork\nread the novel friend: the great legacy\tSearchCreativeWork\nwill it be chilly in fiji at ten pm\tGetWeather\ncan you play some andrew cash music on slacker\tPlayMusic\nwill it be chillier in portugal in one hour\tGetWeather\nwhat is the forecast for assumption of mary in in for the weather depression\tGetWeather\nis it going to be chilly in belarus\tGetWeather\nis it going to be snowy in concord  utah \tGetWeather\nplay movement music from 1954\tPlayMusic\nwhat is the weather in hadar\tGetWeather\nplay twenties from ken floyd\tPlayMusic\nadd jacob hoggard to my get going playlist\tAddToPlaylist\ni want to see dead calm at the closest cinema\tSearchScreeningEvent\nplay some seventies songs from joseph genaro on google music\tPlayMusic\nplay some good movement music by brian littrell from around 2001\tPlayMusic\ni want to rate the children of this earth chronicle a rating value of 1 and a best rating of 6\tRateBook\nwhat is the weather forecast for tanque\tGetWeather\ngive me the movie times for movies showing in the neighborhood \tSearchScreeningEvent\nfind a video game called the last american virgin \tSearchCreativeWork\nwhere is picture everybody wants you\tSearchCreativeWork\ni d like to hear the song impractical jokers uk\tSearchCreativeWork\nwill there be wind in as\tGetWeather\nis it going to be freezing at tea time in michigantown  ks\tGetWeather\ni would like to book an american samoa restaurant for 8\tBookRestaurant\nadd wes scantlin song to my autumn\tAddToPlaylist\nplay some papoose from 2003 on youtube\tPlayMusic\nrate this novel 4 points out of 6\tRateBook\nis it sunny 1 second from now in the pitcairn islands\tGetWeather\nplay the lamentation of cloris\tPlayMusic\nrate the current chronicle book three points\tRateBook\nbook a table at the irma hotel in mount repose\tBookRestaurant\nfind a reservation for a restaurant in hong kong for seven people\tBookRestaurant\nrate this essay a 3\tRateBook\nbook a restaurant with parking for three people \tBookRestaurant\ngive the current essay five points \tRateBook\nplay something off google music\tPlayMusic\nbook a table for kristina and teresa in 1 second \tBookRestaurant\nplease give me the forecast for branton\tGetWeather\ni d like to eat souvlaki fast food with a party of two\tBookRestaurant\nplay lighter by pamela jintana racine\tPlayMusic\nwhat is the closest cinema with animated movies\tSearchScreeningEvent\nrate the current book three stars\tRateBook\ni d like to give the harder they come two points\tRateBook\nwould you put hammer onto the lunch playlist\tAddToPlaylist\nwhat is the pw forecast for stormy weather\tGetWeather\nadd this album to my party with friends\tAddToPlaylist\nplay top martin solveig on deezer\tPlayMusic\ngive northern lights audio 5 / 6 points\tRateBook\nwhat are the movie times for amco entertainment\tSearchScreeningEvent\ni need another tune in my legendary guitar solos playlist  \tAddToPlaylist\nwill it be chilly in cistern\tGetWeather\nfind wild at heart\tSearchScreeningEvent\nbook a cafe in romania\tBookRestaurant\nwhat will the weather be like at two o clock in el salvador\tGetWeather\nplay any track by flame\tPlayMusic\nwhat is the weather forecast one minute from now in macao\tGetWeather\nbook a restaurant for me  angela and mercedes in cimarron city  colorado\tBookRestaurant\nadd sheila e to my i love my neo soul playlist\tAddToPlaylist\nfind the schedule for the tale of sweeney todd at seven o clock \tSearchScreeningEvent\nplay 2012 symphony music by nardwuar the human serviette on netflix \tPlayMusic\ni want to book meriton grand hotel tallinn in new jersey for four people \tBookRestaurant\nfind a saga called the life of riley\tSearchCreativeWork\nadd ramble on to halloween teens\tAddToPlaylist\nplay a twenties concerto from roger taylor on deezer\tPlayMusic\nshow the forecast for moonlight beach at 10/4/2021\tGetWeather\nadd exorcising ghosts to joy s thrash attack playlist\tAddToPlaylist\nwish to hear a concerto by diplo from 1952\tPlayMusic\nrate the book the egoist five out of 6\tRateBook\ni d like to watch the tv series sailor moon supers: the movie\tSearchCreativeWork\nbook me a rustic inn restaurant for 8 members at nappanee\tBookRestaurant\nlook for the novel behind closed doors\tSearchCreativeWork\nuse service vimeo the genre slow rock\tPlayMusic\nbook a spot for 8 at the kitchin on october the 13th  2039\tBookRestaurant\nwhat will be wind speed in tiplersville  south sudan\tGetWeather\nbook a restaurant close to grant av\tBookRestaurant\nbook a table for 9 people for four pm in johnson \tBookRestaurant\nwhat s the forecast for north amityville\tGetWeather\nrate this book 3 out of 6 points\tRateBook\nplay symphony music from joe dolce\tPlayMusic\nplay justin broadrick s music on slacker \tPlayMusic\nadd the album to my sleep playlist\tAddToPlaylist\ncan you search for twilight is gone\tSearchCreativeWork\nadd dj clay to my canciones del recuerdo\tAddToPlaylist\nrate this album three of 6 points\tRateBook\ngwen carter and i want a reservation in the dominican republic\tBookRestaurant\nbook a table in cottondale not far for in two hundred sixty nine days \tBookRestaurant\nwhere can i find the game skip to the end\tSearchCreativeWork\nadd grim skunk to duetos\tAddToPlaylist\ni d like to see movie times please \tSearchScreeningEvent\nplay music from the seventies for me  \tPlayMusic\nhow is the weather in birta\tGetWeather\ngive this novel four out of 6 stars \tRateBook\nopen lastfm and play a voluntad del cielo from wax\tPlayMusic\ntell me when it ll be hotter here\tGetWeather\nshow video game and the quality of life\tSearchCreativeWork\nwhat will the weather be in meeres-nationalpark insel bastimentos at twelve pm\tGetWeather\nadd this tune to my party ¡fiesta\tAddToPlaylist\nplay fourties soundtrack from hamish maccunn\tPlayMusic\ni would like to rate tar: a midwest childhood a value of 1 and a best rating of 6\tRateBook\nshow creativity of the oxford companion to beer tv show\tSearchCreativeWork\ngive under the sign of saturn a four out of 6\tRateBook\nplay music off youtube \tPlayMusic\ncan you reserve a table within the same area as the american samoa for me and my mom\tBookRestaurant\nshow me the saga my darling\tSearchCreativeWork\n11 seconds from now find a cinema with first monday in october\tSearchScreeningEvent\ngive one out of 6 points to high wizardry\tRateBook\ni want to bring antoinette  christine and caitlin to get bread at a restaurant in faraway connecticut\tBookRestaurant\ni need to book a pub in cammack village wyoming for a party of seven\tBookRestaurant\nadd 157 riverside avenue to leticia s animal humor playlist\tAddToPlaylist\ni want to watch the tv series rat pack\tSearchCreativeWork\nwhat is the forecast for lille in norway\tGetWeather\nadd por tu maldito amor to my orgullo gay\tAddToPlaylist\nplay some origa on google music\tPlayMusic\nfind the movie times for nearby films \tSearchScreeningEvent\nbook a spot for one at a bar in seabrook\tBookRestaurant\ni want to take me and my momy to eat in flossmoor\tBookRestaurant\nshow creative last light\tSearchCreativeWork\nadd this track to alternative route\tAddToPlaylist\nrate the current essay 2 stars\tRateBook\nadd this tune to my it s a southern thing playlist\tAddToPlaylist\nfind fragile frontiers: the secret history of mumbai terror attacks \tSearchCreativeWork\nplay slow rock on lastfm \tPlayMusic\nhelp me find where the wild things are\tSearchCreativeWork\nadd artist to latin pop hits\tAddToPlaylist\nadd artist to playlist epic gaming\tAddToPlaylist\ni want to listen to the song the loving spirit\tSearchCreativeWork\nplay the charlie hunter theme off of last fm\tPlayMusic\ni need a table for 7 people at a bar that specialises in being a protein bar \tBookRestaurant\nwhen can i see dinosaur from the deep\tSearchScreeningEvent\nis it going to rain at my current position\tGetWeather\nadd baby lemonade to poetry in their own voices\tAddToPlaylist\nfind films with movie schedules that are nearby\tSearchScreeningEvent\nhow is the weather going to be in gambia in a week and a half\tGetWeather\nwill it be sunny a lot in honduras next autumn\tGetWeather\ni want to see king of the river in the nearest movie theatre\tSearchScreeningEvent\nfind hope & other sins  a tv show\tSearchCreativeWork\nrate this essay five points\tRateBook\nplay ecstatic\tPlayMusic\nplay chance of a lifetime on zvooq\tPlayMusic\nbook a neighboring coffeehouse with internet in shingleton \tBookRestaurant\nlet me get the forecast in allardt  canada \tGetWeather\nwhat is the movie schedule at caribbean cinemas\tSearchScreeningEvent\nbook a spot for six in greece\tBookRestaurant\nwhere can i find the picture the japanese lovesong near me\tSearchCreativeWork\nplay noctámbulo playlist\tPlayMusic\nmovie schedules at southern theatres\tSearchScreeningEvent\nshow creativity of your body above me\tSearchCreativeWork\nadd this artist to my pop punk s not dead\tAddToPlaylist\nare there any animated movies playing in the neighborhood\tSearchScreeningEvent\nadd zamiast burzy to phunkadelic\tAddToPlaylist\none hour from now what will it be like in cholame rhode island\tGetWeather\nrate this essay zero stars out of 6\tRateBook\nshow movie times at cinemark theatres\tSearchScreeningEvent\nfind the angry birds movie\tSearchCreativeWork\nadd madchild to electro latino\tAddToPlaylist\ni would like to rate the hundred-year christmas four stars \tRateBook\nrate the current textbook 4 of 6\tRateBook\nlook for a photograph of tailwind\tSearchCreativeWork\nwill it snowstorm next week in west winfield finland\tGetWeather\ngive zero / 6 stars to this album\tRateBook\nadd an abrar ul haq track to my playlist soul lounge\tAddToPlaylist\nshow me the lights out saga\tSearchCreativeWork\nis convoy busters playing\tSearchScreeningEvent\nwhere is the beach of lost children playing\tSearchScreeningEvent\nplay dansevise by ebi on groove shark \tPlayMusic\nwill it be colder 1 hour from now noew in east dundee zimbabwe\tGetWeather\ni want to give the current album 2 stars\tRateBook\nfor the saga the end of a family story i give 0 stars\tRateBook\nfind a trailer called storm center \tSearchCreativeWork\nlook up three fantastic dances\tSearchCreativeWork\nshow the late great townes van zandt\tSearchCreativeWork\nfor mirrorshades i rate it three stars\tRateBook\nwhat movies are showing nearby\tSearchScreeningEvent\nput slimm cutta calhoun on my songs to sing in the car playlist\tAddToPlaylist\nhelp me search ufc on fox show \tSearchCreativeWork\nrate the series the quantity theory of insanity 1\tRateBook\nplay bliss torn from emptiness\tSearchCreativeWork\nplay the movie i want my mtv: the uncensored story of the music video revolution\tSearchCreativeWork\nis the weather hot in miller house nv\tGetWeather\nfind fox theatres with the caretaker\tSearchScreeningEvent\ni d like to see the book city university of hong kong law review\tSearchCreativeWork\nplay music from 2012 on netflix \tPlayMusic\nplay a song from 2003\tPlayMusic\nthis current textbook deserves a rating of 3 points and a best rating of 6\tRateBook\ni need a table for 4 in florida\tBookRestaurant\nshow me the films at the closest cinema\tSearchScreeningEvent\ni need a table for nine at a restaurant in pelican bay serving chips on december 6  2031\tBookRestaurant\nplay a ladyhawke record\tPlayMusic\nwhat is the weather forecast this week close-by my current position\tGetWeather\nfind a video game called merry andrew \tSearchCreativeWork\ni am giving finding chandra a 2 out of 6 rating\tRateBook\nis the cycle playing at consolidated theatres\tSearchScreeningEvent\nrate this book 3 of 6\tRateBook\ni d like a table for 7 at ten pm at a cafeteria in al that serves malaysian food\tBookRestaurant\nbook a table at jacob wirth restaurant for 8\tBookRestaurant\ncan you play a song from the fourties by george martin\tPlayMusic\nwhat will be the temperate in tyresta national park on 7/18/2030\tGetWeather\nadd joe hickerson  to my jazz – classical crossings\tAddToPlaylist\nadd my belgian rose to my evening list\tAddToPlaylist\nplay liubi  liubi  i love you by farah asyikin binti zulkifli on netflix\tPlayMusic\ntell me the forecast for breakfast at miller s cove\tGetWeather\nfind black mirror iii: final fear \tSearchCreativeWork\nwhat s the weather going to be like at my current spot at 7 am\tGetWeather\ngive 4 out of 6 points to this book\tRateBook\nbook a restaurant in medford lakes on sep  8  2033 for essie  tonya and i\tBookRestaurant\ni need to book a pool side bar  for 5 people 17 weeks from now  distant from here at mountain lakes \tBookRestaurant\nreserve a table for 8 in neighboring hitchland \tBookRestaurant\nwhat will the temperature be like at fort point  san francisco the day after tomorrow\tGetWeather\nplay in every dream home a heartache by vincent paul abbott \tPlayMusic\nbook a restaurant in three points\tBookRestaurant\nwhat s the closest cinema playing six days: three activists  three wars  one dream at sunrise\tSearchScreeningEvent\nopen youtube and play nanana from massimo altomare\tPlayMusic\nadd zion golan to my signed xoxo playlist\tAddToPlaylist\nwhat animated movies are playing at the closest cinema\tSearchScreeningEvent\ngive 0 out of 6 star to religion and dharma series\tRateBook\ngive the abstinence teacher 4 out of 6\tRateBook\nplay the top five songs by gad elbaz\tPlayMusic\nrate this textbook five points\tRateBook\ni want to give the current saga a five\tRateBook\nwhat is the new caledonia forecast for bagnell on sep  the 5th\tGetWeather\nshow the movie move any mountain\tSearchCreativeWork\ni d like to see movie times for animated movies playing in the neighborhood that are starting now \tSearchScreeningEvent\nincorporate ayumi hamasaki arena tour 2009 a next level into my música libre playlist  \tAddToPlaylist\nplay a song off ian stuart donaldson s nature nurture album on itunes\tPlayMusic\nfind a video game called the mysterious castle in the carpathians \tSearchCreativeWork\nplay water under the bridge by hariprasad chaurasia \tPlayMusic\nfind a game called dynamite warrior \tSearchCreativeWork\nadd died to the todo latino playlist\tAddToPlaylist\nfind a pub for me in fm\tBookRestaurant\nrate tropic of capricorn two stars\tRateBook\nis the day of the beast playing at three p m \tSearchScreeningEvent\nwhat s the weather forecast for sidnaw at 20 o clock \tGetWeather\nwhat time is swarna trishna playinh at loews cineplex\tSearchScreeningEvent\nis traffic at the movie theatre\tSearchScreeningEvent\nfind a table at a restaurant in bynum ca at 09:59 pm\tBookRestaurant\nadd this track to the 70s smash hits playlist\tAddToPlaylist\nfind the new legend of shaolin video game\tSearchCreativeWork\nrate this current novel 1 out of 6 points \tRateBook\nwhat animated movies are showing in the area\tSearchScreeningEvent\nshow creativity of mind chaos\tSearchCreativeWork\nwhat s the weather forecast for glade park on july twenty-fifth  2033\tGetWeather\nadd daniel zueras to lush vibes\tAddToPlaylist\nwhat is the 7 a m  movie schedules at amco entertainment\tSearchScreeningEvent\nis it rainy at the edward l  ryerson conservation area\tGetWeather\nadd an album to the días de frío playlist \tAddToPlaylist\nplay music from 1958 \tPlayMusic\nbook a spot at a taverna with internet in mississippi\tBookRestaurant\nwhat s the weather going to be like not far from east timor\tGetWeather\nwill it get warmer in czechia\tGetWeather\nwhere to buy unarchigal\tSearchCreativeWork\nadd licorice mckechnie to just dance by aftercluv\tAddToPlaylist\nadd an album to playlist emily dickinson\tAddToPlaylist\nplay the playlist tropical morning on pandora\tPlayMusic\nplay some music by mutlu\tPlayMusic\nwhat cinema is playing the white stadium\tSearchScreeningEvent\ngive this essay a 2 out of 6 \tRateBook\ntell me when it ll be hot in melbourne  nj\tGetWeather\nbook sot for one at restaurant with wifi\tBookRestaurant\nbook a restaurant in botswana for seven people \tBookRestaurant\nbook a spot for five in the same area as 72nd st\tBookRestaurant\ni want to eat breakfast at the green restaurant certification\tBookRestaurant\ngive the current chronicle 2 stars \tRateBook\nfind wild solutions  a saga\tSearchCreativeWork\nrate this novel four stars\tRateBook\ni need a reservation in steele city \tBookRestaurant\nadd tapper zukie to the all out 00s playlist\tAddToPlaylist\nthe half-life chronicle deserves 3 points\tRateBook\ngive the current series 3 points\tRateBook\nis there snowfall nearby american samoa\tGetWeather\ni want to find a restaurant that has a table for two at 5 am\tBookRestaurant\nwill it be cloudy in lenzburg  papua new guinea\tGetWeather\nadd album to acoustic spring\tAddToPlaylist\nplay an album from 1987 \tPlayMusic\ni d like to watch animated movies at national amusements\tSearchScreeningEvent\nfind by title champagne showers\tSearchCreativeWork\ngive modern glamour: the art of unexpected style three out of 6 stars\tRateBook\nwhere can i find the tv show earth defense force 2025\tSearchCreativeWork\nbook a spot for me  reyna and maxine at a taverna on monday\tBookRestaurant\nrate the current essay a 1\tRateBook\nrate the previous essay 1 of 6 stars\tRateBook\nlook for the tv series all around performance horse weekly\tSearchCreativeWork\nme and my mummy want to go to an indian bar next winter within the same area of cortelyou rd\tBookRestaurant\ni want to book a doughnut bar in american samoa\tBookRestaurant\ni want a song by john schlitt in the bajo las estrellas playlist  \tAddToPlaylist\nadd the crowd to corinne s acoustic soul playlist\tAddToPlaylist\nwhat s the weather in macclenny\tGetWeather\nbook a english pub for me  belinda and dena close-by syria next dec \tBookRestaurant\nadd the tune to bandas sonoras\tAddToPlaylist\nbook a spot for seven at a brasserie with ginestrata\tBookRestaurant\nadd priscilla to my playlist classical dance music ballet & beyond\tAddToPlaylist\nadd album to princesas indie\tAddToPlaylist\nfind films in the neighborhood\tSearchScreeningEvent\nwhat is the weather one minute from now in ocilla\tGetWeather\nwhat is the midnight forecast for argentina\tGetWeather\ni give warheart 5 stars \tRateBook\nrate the current novel two points\tRateBook\ni d like to eat at the oyster bar for a party of one that has internet\tBookRestaurant\nwhich movies are playing at b&b theatres at 2 pm\tSearchScreeningEvent\ni want to add the war is not over to geraldine s pop punk powerhouses playlist\tAddToPlaylist\nwhat animated movies are playing at imax corporation\tSearchScreeningEvent\nwhere is bernardsville\tGetWeather\ngive the current novel 3 stars \tRateBook\nplay southern rock tunes\tPlayMusic\nwhat is the movie schedule for movies close by\tSearchScreeningEvent\ncan you get me the starcross saga\tSearchCreativeWork\ncan i see movie schedules for movies this evening in the neighbourhood\tSearchScreeningEvent\nwhere is the man with a cross playing\tSearchScreeningEvent\nrate this album book zero out of 6 points\tRateBook\nbook a table for 10 people on bunker hill day at a food court which serves spätzle in monaco\tBookRestaurant\nmarcia carolus rex should get added to my women of sxsw playlist\tAddToPlaylist\nsearch for the show champagne showers\tSearchCreativeWork\ni need to find the work brotherly love\tSearchCreativeWork\ngive the current essay five points / 6 \tRateBook\nweather for ringold\tGetWeather\nuse itunes to play a soundtrack from the year 1954\tPlayMusic\nadd dickey betts to my throwback thursday playlist  \tAddToPlaylist\nwhat s the weather forecast for mi for august 20th\tGetWeather\nis there a blizzard in stonewood\tGetWeather\nshow me a textbook with a rating of 2 and a maximum rating of 6 that is current\tRateBook\nwhen can i see a handful of dust in a movie theatre\tSearchScreeningEvent\nfind a reservation at boone tavern for 4 people in 10:24\tBookRestaurant\nbook me best joint restaurant for 2 members at american samoa today\tBookRestaurant\nplay me a seventies ep\tPlayMusic\ngive this album a rating of 4 \tRateBook\ni want a table for 9 in loyola at gus stevens seafood restaurant & buccaneer lounge\tBookRestaurant\nplease add this artist to my zen focus playlist\tAddToPlaylist\ncan you search miracle in the rain\tSearchCreativeWork\nadd this track to my playlist named trabajo relax\tAddToPlaylist\nplease book me a table for 1 person at a brasserie \tBookRestaurant\nplay the edge by deezer on vans warped tour compilation 2003\tPlayMusic\nplay angela winbush ep that is popular\tPlayMusic\ni want to listen to the song shamus\tSearchCreativeWork\nplay track cabbage by keiji haino\tPlayMusic\nfind a photograph called between the days\tSearchCreativeWork\ni d like to hear the song in a reverie\tSearchCreativeWork\nwhat will the weather be like at my current spot on january the 19th\tGetWeather\nplay some gangsta music\tPlayMusic\nmark the final battle score two out of 6\tRateBook\nbook laurelhurst theater for 8 people  \tBookRestaurant\ngive this book 1 stars \tRateBook\nplay a chant by mike jones\tPlayMusic\nfind the sentimental bloke novel\tSearchCreativeWork\nplay some paul stookey from the sixties\tPlayMusic\nrate this novel 1 of 6\tRateBook\nput lullaby of birdland onto fusion fest \tAddToPlaylist\nplay live at leeds\tSearchCreativeWork\ni want to book a restaurant for ten this summer\tBookRestaurant\nadd this artist to the playlist called fusion fest\tAddToPlaylist\nadd this song to the top 100 indie tracks on spotify playlist\tAddToPlaylist\nwhat are the movie times for films playing in the area\tSearchScreeningEvent\nbook a restaurant for november 19\tBookRestaurant\nplay a theme from walerij leontjew\tPlayMusic\nshow the ancient art of war picture\tSearchCreativeWork\nrate the bok series preparedness 101: zombie apocalypse two for 6 stars\tRateBook\nwhich animated movies are playing at the nearest movie house\tSearchScreeningEvent\nfind naomi & wynonna: love can build a bridge\tSearchScreeningEvent\nshow me the television show called south california purples\tSearchCreativeWork\nplease add liberty forever to the road trip playlist \tAddToPlaylist\ni need a restaurant in indonesia for 7\tBookRestaurant\nplease rate this book and album 4 to 6 stars \tRateBook\nget me a picture about sardonic wrath\tSearchCreativeWork\ni d like to watch demolition man at 11:09 pm\tSearchScreeningEvent\ni gave the current book a three of 6\tRateBook\ni d like to find the limited lovers novel\tSearchCreativeWork\nplay easy listening\tPlayMusic\nsearch for live forever: the rise and fall of brit pop tv show\tSearchCreativeWork\nwhat s the weather looking like in macy\tGetWeather\nis it warm in west monroe\tGetWeather\nlook for the no bigger than a minute soundtrack\tSearchCreativeWork\nis cradle robbers playing at the nearest movie theatre\tSearchScreeningEvent\ni have a party of four in japan and need a reservation at rimsky-korsakoffee house on aug  the 3rd \tBookRestaurant\nshow creativity of the greatest movie ever sold\tSearchCreativeWork\ncan you play a sonata\tPlayMusic\ni would like a table for jacqueline wilson and deanna at david carpenter house in uncas fm\tBookRestaurant\ni want to hear the soundtrack to the platinum rule\tSearchCreativeWork\ni want to book a pizza restaurant close to astor place for nine at 3 am\tBookRestaurant\nis it going to hail in mount san jacinto state park\tGetWeather\ngive me some movie schedules \tSearchScreeningEvent\nfind a table for two in a place not far in culdesac\tBookRestaurant\nwhere can i find the game a little bit of mambo\tSearchCreativeWork\ni need journal of pediatric oncology nursing  help me find\tSearchCreativeWork\ncan i hear a song by david hodges\tPlayMusic\nis hercules and xena: the battle for mount olympus playing at the closest cinema\tSearchScreeningEvent\nbook a spot for one\tBookRestaurant\nrate the current novel five of 6 points\tRateBook\nwho was the artist who did the painting called spyro 2: season of flame\tSearchCreativeWork\nshow video game name find the colour\tSearchCreativeWork\nadd this tune to my guest list gamesradar playlist\tAddToPlaylist\nopen netflix and play david frizzell\tPlayMusic\nplay me a song from voices & images\tPlayMusic\nplay music by bonobo\tPlayMusic\ni want to add black ribbons to the i love my neo soul playlist\tAddToPlaylist\nbook the oriel in allison for a party of four \tBookRestaurant\ni d like to get 4 seats at a restaurant \tBookRestaurant\nfind time for ace of the saddle\tSearchScreeningEvent\nbook indian food at a highly rated pub for 1 for 02:22 pm\tBookRestaurant\ncan you get seating for 1 person at a cafeteria in pauls crossroads\tBookRestaurant\nplay twenties on groove shark\tPlayMusic\nis there any predicted snowfall in 2 months in vandalia  el salvador\tGetWeather\nwhat time is tommy and quadrophenia live playing at marcus corporation\tSearchScreeningEvent\nthis track should go into my playlist called this is beethoven\tAddToPlaylist\nneed a table in serbia and montenegro on apr  16 for a party of seven\tBookRestaurant\nthis is rated 5 out of 6 for an essay\tRateBook\nshow me the picture nothin\tSearchCreativeWork\ni want to go to an outdoor cafe in pioneer day\tBookRestaurant\nwill it be freezing within walking distance of alaska\tGetWeather\nshow me the movie schedule for loews cineplex \tSearchScreeningEvent\nplay a top twenty sort by akinyele \tPlayMusic\nrate the book a girl  a man  and a river a five\tRateBook\nplay chantal kreviazuk  sister ray\tPlayMusic\ni would like to rate the current chronicle 4 to 6 stars \tRateBook\nis there a program about the last flight\tSearchCreativeWork\nfind andreas hofer at elevenses\tSearchScreeningEvent\nfind the game endangered species\tSearchCreativeWork\nbook a table at laurie beechman theatre for a party of 4 in utah\tBookRestaurant\ni give 0 points to the book the eleventh hour\tRateBook\nplay a top ryuichi kawamura chant on groove shark\tPlayMusic\nadd kevin cadogan to the 80s classic hits list\tAddToPlaylist\nfind the tv show when i was a boy\tSearchCreativeWork\nadd the artist jamie t to hallie s winter music playlist\tAddToPlaylist\nadd my favorite track to baroque 50 spotify picks\tAddToPlaylist\nis sheikh chilli playing\tSearchScreeningEvent\nadd bonobo to queen playlis\tAddToPlaylist\ni want to eat a a brasserie that serves muffuletta  where can i get a reservation\tBookRestaurant\nprogramming the universe is average and deserves three stars out of 6  \tRateBook\ni need a table for 4 in pelland\tBookRestaurant\nneed a booking for 6 in ok for the city of boonton\tBookRestaurant\nopen pandora and play the top five melody by hanna sjedokowa\tPlayMusic\ni am rating this book named the infinite man 5 stars\tRateBook\nwill it get warmer in berkley\tGetWeather\nplay robert fripp sound track on pandora\tPlayMusic\nthis book gets out of a total of 6 stars only 1\tRateBook\nwhat is the weather in silver springs western sahara\tGetWeather\nplay who knows where the time goes by grigory leps\tPlayMusic\nfind movie times\tSearchScreeningEvent\nwhat are the movie times for animated movies playing close by\tSearchScreeningEvent\nadd every song is a cry for love to my playlist soul  n  the city\tAddToPlaylist\nshow weather forcast here at 19\tGetWeather\nwhat are the movie schedules for animated movies close by\tSearchScreeningEvent\nadd 9th inning to my bossa nova dinner playlist\tAddToPlaylist\nwill it storm in kinder russia\tGetWeather\nwhat s the weather going to be like this autumn in ca \tGetWeather\nbook a table at a restaurant within the same area as the octagon  christchurch in allentown\tBookRestaurant\nshow weather forcast for t h  stone memorial st  joseph peninsula state park on one hour from now\tGetWeather\nplay randy castillo s music from 1952 \tPlayMusic\ncan you play a sammy fain ep\tPlayMusic\nwhat time is dark world showing at consolidated theatres\tSearchScreeningEvent\nplay some grunge\tPlayMusic\ninclude brandon paris in the metalsucks playlist\tAddToPlaylist\nbook a restaurant for a meal for 4 people \tBookRestaurant\nthe hot house playlist needs another album\tAddToPlaylist\nstart up my independent music monday playlist \tPlayMusic\nis it warm here now\tGetWeather\nbook in west palm beach for glenda  lois and tamra at a nearby restaurant serving puglia\tBookRestaurant\nbook a bar table for tonight for rajasthani food\tBookRestaurant\nfind the picture music is the message\tSearchCreativeWork\nwhat films are showing around here\tSearchScreeningEvent\ni want to see breathless\tSearchCreativeWork\nshowtimes for medal for the general\tSearchScreeningEvent\nwhere can i book a table close to me in moon run at sixteen o clock that will take three people\tBookRestaurant\nbook a table for eight this month in maldives \tBookRestaurant\ni want to find a restaurant to eat at in westernport \tBookRestaurant\nshow the movie schedule\tSearchScreeningEvent\nwhat s the weather in taiwan\tGetWeather\nshow the movie schedule\tSearchScreeningEvent\ni d like reservations for me and my grandkid at a top-rated restaurant that serves molise cuisine in pa \tBookRestaurant\nfind if these walls could talk\tSearchCreativeWork\nplay mohammed abdu from top 20\tPlayMusic\nadd viktor tsoi to my sweet soul chillout playlist\tAddToPlaylist\nadd tarja turunen to my lo mejor de radio 3 playlist\tAddToPlaylist\ni m wondering what cinema is playing peters baby \tSearchScreeningEvent\nfind me the book the van dyke show\tSearchCreativeWork\nbook a restaurant within the same area as saratoga av\tBookRestaurant\ni want a table for 9 at the taverna pub\tBookRestaurant\nfind the schedule for films at the closest movie house \tSearchScreeningEvent\ngo to after dusk they come \tSearchCreativeWork\nfind the game titled iparty with victorious\tSearchCreativeWork\nplay a tune from 1962\tPlayMusic\ncan i get the movie schedules for goodrich quality theaters\tSearchScreeningEvent\nplease play short and sweet by teyana taylor from my itunes \tPlayMusic\nwhat time is always brando showing\tSearchScreeningEvent\nrate the cherryh odyssey three of 6 stars\tRateBook\ncan you play a song off an album by shirley horn\tPlayMusic\nbook a table at central grocery on mar  22nd  2020\tBookRestaurant\nbook a brasserie in the falkland islands for this week \tBookRestaurant\nbook a bar in holtville nd for 7 people \tBookRestaurant\nplay the necromancer\tPlayMusic\ni d like to watch films at the nearest cinema at 8 am\tSearchScreeningEvent\ni need a table for nine in atlas in 1 second\tBookRestaurant\nwant to know the blizzard weather condition in lake catherine\tGetWeather\ngive this current novel a 4 \tRateBook\nbook a joint in sixteen minutes  for 9 \tBookRestaurant\nbook a table in fullerville at a highly rated bar\tBookRestaurant\nplay a melody from leigh nash using lastfm\tPlayMusic\nbook reservations at a restaurant in mi seven weeks from now\tBookRestaurant\nwhat time are the animated movies starting at the nearest movie house\tSearchScreeningEvent\nadd tune to my hot 50\tAddToPlaylist\nadd this track to the playlist named cali fire\tAddToPlaylist\nlist movie schedule\tSearchScreeningEvent\nwhat animated movies are playing at the magic johnson theatres\tSearchScreeningEvent\ngive wannabe: how the spice girls reinvented pop fame 2 points\tRateBook\nuse spotify to play greatest songs from kailash kher\tPlayMusic\nrate the current textbook 4 of 6 points\tRateBook\nrate this novel 3 out of 6 points \tRateBook\nmake me a reservation for elvira and i in brazil\tBookRestaurant\nadd this artist to my 80 s party\tAddToPlaylist\nfind a novel called matching dreams \tSearchCreativeWork\nwhere can i find the tv show metabolights\tSearchCreativeWork\nshow me convicted\tSearchCreativeWork\ni give the previous album a 4 \tRateBook\nwhat are the movie schedules for great escape theatres\tSearchScreeningEvent\ncan you play the newest record from 1966 by tony lee\tPlayMusic\nplay 1977 good track tunes\tPlayMusic\nrate the saga in mortal hands five out of 6 stars\tRateBook\nuse slacker to listen to seventies music\tPlayMusic\nplay music from jeremy taylor on the album dormi amore  la situazione non è buona on groove shark\tPlayMusic\nplay 2004 on pandora\tPlayMusic\ni want to hear that tune from 2010\tPlayMusic\nmake me a reservation somewhere near here for me and my step brother by adeline s apartment\tBookRestaurant\nadd giancarlo erra to my guitar hero live playlist\tAddToPlaylist\nfind the press of atlantic city movie\tSearchCreativeWork\nplay the album everybody happy by lee aaron\tPlayMusic\nwhen s fools for luck showing\tSearchScreeningEvent\nplay some fourties music on vimeo \tPlayMusic\nplay the good sort of 1992 theme music by layzie bone\tPlayMusic\nfind me the novel  between the rivers \tSearchCreativeWork\nrate teh current series  a 2\tRateBook\nadd a track to my list made in puerto rico\tAddToPlaylist\nwhich animated movies are playing in the neighbourhood \tSearchScreeningEvent\nbook a spot for ten in ms\tBookRestaurant\nplay rocket queen on itunes\tPlayMusic\ntable at nankin cafe fr one\tBookRestaurant\nfind the deathsmiles ii soundtrack\tSearchCreativeWork\nadd a tune to my sleep sounds list\tAddToPlaylist\nrate the beyonders: a world without heroes saga 1 out of 6 stars\tRateBook\nwhere is beyblade: fierce battle playing\tSearchScreeningEvent\nplay my fusion fest playlist on youtube\tPlayMusic\ni want to give the chronicle what we talk about when we talk about love 4 out of 6\tRateBook\ncan i see the the painting another life   another end\tSearchCreativeWork\nbook a spot for 10 in the same area  of inwood - 207th st\tBookRestaurant\ngive this book a rating of four out of 6 \tRateBook\nthere is fog weather in grand lake nebraska\tGetWeather\nsearch for the adventure of the blue carbuncle\tSearchCreativeWork\nplay jazz music by zvooq\tPlayMusic\nplease show me the movies playing at amco entertainment \tSearchScreeningEvent\ncan you please find the jack johnson en concert picture\tSearchCreativeWork\nwhat time is a movie in the neighbourhood\tSearchScreeningEvent\nshow me the when your heart stops beating photograph\tSearchCreativeWork\ngive this album a five out of 6\tRateBook\nwill the weather be cloudy at 0 pm at my current position\tGetWeather\nplease help me search the banker television show \tSearchCreativeWork\nfind mysterious castles of clay\tSearchScreeningEvent\ni want to hear something off fist for fight by rushton moreve on youtube\tPlayMusic\nrate the current textbook a 4\tRateBook\nplay wanted by erykah badu\tPlayMusic\ni want to book reservations for 8 at an indoor restaurant \tBookRestaurant\nwhats the temperature not far from valley of fire\tGetWeather\ni would give this current chronicle a value of 4 and a best rating of 6\tRateBook\nwhat are the movie times for movies in the area\tSearchScreeningEvent\nrate the chronicle tarzan the terrible a 4 out of 6\tRateBook\nfind the collision in black painting\tSearchCreativeWork\nplay a jack lawrence concerto\tPlayMusic\nrate deception a one\tRateBook\nadd the singer maxine nightingale to the spanish beat playlist \tAddToPlaylist\nwhat is the forecast for iceland and danville for rain for nine months from now\tGetWeather\nplay monie love tunes on google music from 1984 from her song list\tPlayMusic\ni d like to see jack\tSearchCreativeWork\nplay song softly\tSearchCreativeWork\nfind a movie schedule for 12 hours from now \tSearchScreeningEvent\nadd a norma jean tune to the soul revived playlist  \tAddToPlaylist\nshow me the novel all i need to know\tSearchCreativeWork\nplay the greatest soundtrack by jesse harms \tPlayMusic\nfind phalcon \tSearchCreativeWork\nis there any snowfall in shubuta\tGetWeather\nfind the album follow that camel\tSearchCreativeWork\nneed book a restaurant for this autumn in illinois\tBookRestaurant\nwhat time is bhoot returns showing at douglas theatre company\tSearchScreeningEvent\nfor this series the magical revival out of 6 give it a 5 \tRateBook\nadd track to my life s short play fast playlist\tAddToPlaylist\nwhat are the selections of films that are being shown at cinemark theatres\tSearchScreeningEvent\nplay a song from the thirties on zvooq\tPlayMusic\ni want hear some junior murvin off of youtube\tPlayMusic\nplay some theme based music from the thirties \tPlayMusic\nrate this novel a two\tRateBook\nbook me seats for 6 at a restaurant in wv in one second\tBookRestaurant\nbook a tavern in rhode island that serves saucisse \tBookRestaurant\nfind a book called tron: legacy reconfigured\tSearchCreativeWork\nput this track on the playlist with the name roadrunner rec new releases\tAddToPlaylist\nplay the album shooting silvio by dave sabo\tPlayMusic\nshow creativity of doomsday comfort\tSearchCreativeWork\nfind movie schedules\tSearchScreeningEvent\nwhat films are on the movie schedule for ten at a close by theater\tSearchScreeningEvent\nrate the current album 2 out of 6\tRateBook\nwill it be warmer in my current position \tGetWeather\ni m wondering if you can give me the movie times for films in the neighborhood \tSearchScreeningEvent\nbook a bar with mediterranean food for three people\tBookRestaurant\ni d like to eat at a restaurant one minute from now that s highly rated\tBookRestaurant\nis it going to get windy today in tunisia\tGetWeather\nis it going to be chilly on 12/13/2025 in haugan pakistan\tGetWeather\ncan you pull up the american music awards of 1975\tSearchCreativeWork\nadd artist to laundry\tAddToPlaylist\nwhat are the morning movie schedules for movies in the neighborhood\tSearchScreeningEvent\nrate the current book five of 6 stars\tRateBook\ni need to book a restaurant in burkettsville in 2 years  for rhoda adams  roxanne and i\tBookRestaurant\nadd this tune to my playlist titled uncharted 4 nathan drake\tAddToPlaylist\nadd harlow wilcox to hip hop club bangers\tAddToPlaylist\nwill there be a snowstorm in eight months at chattahoochee river national recreation area\tGetWeather\nmake reservations for me at a taverna in hong kong\tBookRestaurant\nbook a restaurant in montverde in marshall islands\tBookRestaurant\nbook a table for 4 at fish express\tBookRestaurant\ni want to go to the freight house in gabon\tBookRestaurant\nthe spring classical playlist needs partners in crime added to it  \tAddToPlaylist\nshow me the movie schedules for movies playing around here today \tSearchScreeningEvent\ni would rate this album 3 stars\tRateBook\nrate the book the varieties of scientific experience two out of 6 points\tRateBook\nweather for carlisle gardens as\tGetWeather\nrate the current book a four\tRateBook\nwhat is the weather forecast in brunei\tGetWeather\nfind the book bad day on the block\tSearchCreativeWork\nrate the anatomy of melancholy 1 stars\tRateBook\nplay some good music from 2012 \tPlayMusic\ni d rate this novel at 2 points\tRateBook\nfind me the painting fallen sanctuary\tSearchCreativeWork\ni would like to add to my plalist  visjoner onto the old school metal one\tAddToPlaylist\nwhere is the incite mill playing\tSearchScreeningEvent\nplay some the lady is a tramp from timour moutsouraev\tPlayMusic\nplay the song si no te hubiera conocido by haidar salim\tPlayMusic\nplay a native us song on last fm\tPlayMusic\nfind the movie schedules for great escape theatres \tSearchScreeningEvent\nwhen is up the yangtze playing at goodrich quality theaters\tSearchScreeningEvent\nplay junun by noam kaniel \tPlayMusic\nplay the music genre synthpop\tPlayMusic\nrate the keys to the white house a zero\tRateBook\nplay some nineties music on pandora\tPlayMusic\nwhat will the weather be like in india at 02:55:25 am\tGetWeather\nfor the book the mirrored heavens  i give one of a possiable 6 stars\tRateBook\ncan i get the showtimes for films close by\tSearchScreeningEvent\nfind the schedule for better this world at a movie house \tSearchScreeningEvent\nshow me the television show the science of breath\tSearchCreativeWork\nbook a table at black rapids roadhouse in antarctica for nine\tBookRestaurant\nplay foundling by jean grae on vimeo \tPlayMusic\nshow me the book playlist: the very best of dolly parton\tSearchCreativeWork\nadd go to the metalsucks playlist\tAddToPlaylist\nwhat is the movie schedule for movies close by\tSearchScreeningEvent\nis it cold in north carolina\tGetWeather\nshow movie times of regal entertainment group\tSearchScreeningEvent\nshow creativity of construction project information committee\tSearchCreativeWork\nplay ray davies on iheart by only hit it again\tPlayMusic\nfind a book called follow me\tSearchCreativeWork\ni d like to see spyforce\tSearchCreativeWork\nfind me the picture live in paris 1975\tSearchCreativeWork\nadd spanish harlem incident to cleaning the house\tAddToPlaylist\nadd this maksim tune to trad folk\tAddToPlaylist\nwill there be a snowfall here in the neighboring areas\tGetWeather\nwhat is the movie schedules for animated movies nearby\tSearchScreeningEvent\ncan you play me something from the eighties on youtube\tPlayMusic\nplay some eighties music \tPlayMusic\ndoes red e toby nemiciamici start thirteen hours from now\tSearchScreeningEvent\nis the king of the kitchen playing in fifteen hours\tSearchScreeningEvent\nbook mars 2112 in rwanda for 4 people \tBookRestaurant\nwhat films are at century theatres in twelve hours\tSearchScreeningEvent\ninclude hermann baumann in my texas red dirt list\tAddToPlaylist\nwhat time is atlantis  terre engloutie playing\tSearchScreeningEvent\nplay richard thompson from the thirties song book\tPlayMusic\nfind cascading waterfall\tSearchCreativeWork\ni m giving 0 points to a new lease of death \tRateBook\nfind a novel called under blackpool lights \tSearchCreativeWork\nplay an asha bhosle song from around 1964\tPlayMusic\npeter and the piskies: cornish folk and fairy tales only gets a three out of 6  \tRateBook\nbook a reservation for a popular restaurant in federated states of micronesia\tBookRestaurant\nshow the trailer of deadly skies\tSearchCreativeWork\nhow do i watch the television show counting the rosaries\tSearchCreativeWork\nfind me the album the weed tree \tSearchCreativeWork\ni d like to see the photograph the light\tSearchCreativeWork\ncan i get the showtimes for films at malco theatres \tSearchScreeningEvent\nfind the nearest movie theatre with the witness chair\tSearchScreeningEvent\nfind the life of riley  a photograph\tSearchCreativeWork\nfind films closest to a cinema\tSearchScreeningEvent\nbook a spot for six on october fifth in mineola\tBookRestaurant\nplease book a restaurant room which serves hangtown fry dish in jagual \tBookRestaurant\ndragon age: the stolen throne gets 1 points\tRateBook\nbook in southern shores for 8 at ariston cafe\tBookRestaurant\nis there rain in nauru at 6 am\tGetWeather\ngive 4 out of 6 stars to the nightmare lands\tRateBook\nplay a 2009 concerto on deezer \tPlayMusic\nwhen will the weather be temperate like it is now in stansbury park in tuvalu\tGetWeather\nwhat will the weather be like on feb  sixth  2024 at blanco state park\tGetWeather\nshow me a picture called heart like a hurricane\tSearchCreativeWork\nbook a spot for 8 at a popular taverna\tBookRestaurant\nfind a photograph called cold weather \tSearchCreativeWork\nrate a division of the spoils 5 stars\tRateBook\nwhere to watch show extremely live\tSearchCreativeWork\ni want a table for 5 next fall om curacao\tBookRestaurant\nwill it be temperate in tanana france in a week\tGetWeather\nwhat is party all night\tSearchCreativeWork\nplease tell me the movie schedules\tSearchScreeningEvent\nadd paul franklin to my the bachelor party\tAddToPlaylist\nplease book me a table at a food court faraway from saint kitts and nevis \tBookRestaurant\ncan you find the show the dumping ground survival files\tSearchCreativeWork\nplay some music from the thirties \tPlayMusic\ncan you get me seating for a party of 4\tBookRestaurant\nrate the previous textbook a 4 out of 6\tRateBook\nadd this artist to the this is dirty projectors playlist\tAddToPlaylist\nmy sons and i want to dine at the water club in georgia\tBookRestaurant\nbook a food court indoor at penermon for my step father and i\tBookRestaurant\nplay best fourties from david izquierdo on album\tPlayMusic\nshow me the video game the stillest hour\tSearchCreativeWork\nbar restaurant for november the twelfth  2030 that is popular and for a party of ten\tBookRestaurant\nwill it be sunny one hundred thirty five days from now in monterey bay national marine sanctuary\tGetWeather\nbook a table at a brasserie type restaurant that serves jain for a party of 8\tBookRestaurant\nfind set the thames on fire for seventeen\tSearchScreeningEvent\nfind framing the early middle ages  a game\tSearchCreativeWork\nwhat will the weather be in deer river\tGetWeather\nplay the widow of saint-pierre saga\tSearchCreativeWork\nbook a brasserie that serves mezzes in iowa \tBookRestaurant\ngive this a four for the next series of points\tRateBook\nlet me hear the live from the ghetto album by beau jocque \tPlayMusic\nplay music from 1969 on lastfm  \tPlayMusic\nis the swan available to watch at the movie house now\tSearchScreeningEvent\nis it going to get chillier at 5 am in trussville  bosnia and herzegovina\tGetWeather\nfind the pop has freed us saga\tSearchCreativeWork\nplay some fourties music from erin harkes\tPlayMusic\ni need a table for 6 to eat at nearby in clinchco \tBookRestaurant\nadd artist to my texas red dirt playlist\tAddToPlaylist\nlook for all broken up and dancing which is a video game\tSearchCreativeWork\nadd another tune to my verano playlist  \tAddToPlaylist\nat 8 am i want to eat at the rosebud in the federated states of micronesia\tBookRestaurant\nwill you play my nuestros 80 playlist\tPlayMusic\nrate this novel 1 out of 6 points\tRateBook\nplease find the tv show  the dreamstone\tSearchCreativeWork\nthe previous novel is worth two out of 6\tRateBook\nadd little walter to women of comedy playlist\tAddToPlaylist\nwhat s the forecast for francisco  netherlands antilles around eleven pm\tGetWeather\nrate the loneliness of the long distance runner 0 points / 6\tRateBook\nadd my favorite artist to the focus now playlist\tAddToPlaylist\nrate the odd angry shot five points\tRateBook\nrate this current essay five stars out of 6 total\tRateBook\nadd philip labonte to women of r&b playlist\tAddToPlaylist\nfind me the novel titled fertile ground\tSearchCreativeWork\nwill it rain in paisley\tGetWeather\nwhat will the weather be in the current place 1 minute from now\tGetWeather\nshow the legend of jesse james novel\tSearchCreativeWork\nplays some akb48 on youtube\tPlayMusic\nplay some sister rosetta tharpe songs from the eighties\tPlayMusic\nbook a table for six at the cherry street tavern for january sixteenth  2024\tBookRestaurant\nplay music from 1954\tPlayMusic\nfind me a table at a javanese brasserie\tBookRestaurant\nplease play me something by new wave of american heavy metal\tPlayMusic\nwhat film is playing at landmark theatres\tSearchScreeningEvent\ni want to give the book heart and soul three stars \tRateBook\nbook a spot for 1 at a bakery with crab cake not far from new jersey\tBookRestaurant\nfind the schedule for tailspin tommy in the great air mystery \tSearchScreeningEvent\nadd a new entry for mon beau sapin in lela s música libre playlist\tAddToPlaylist\nrate this book four out of 6 points\tRateBook\nplease book a room in the river café restaurant  to accommodate eight members in andorra\tBookRestaurant\nput this tune on my playlist technical&brutal death metal \tAddToPlaylist\nrate my current novel 2 out of 6 points\tRateBook\nwhat is the nearest movie house playing black scorpion\tSearchScreeningEvent\ni want to listen to roger daltrey from the sixties on slacker\tPlayMusic\nadd how to my week end playlist\tAddToPlaylist\nwhat will the weather be in wakarusa\tGetWeather\nadd artist fabri fibra to this is earth  wind & fire\tAddToPlaylist\nthe current essay is worthy only of a 0 out 6 score  \tRateBook\nneed to book a table at a fast food restaurant for a party of nine on november seventeenth  2019\tBookRestaurant\nplease play this is the day by brian robertson \tPlayMusic\nwhat will the weather be doing at midnight in brazil\tGetWeather\nplay the top ten theme music from 1975 by tom baxter\tPlayMusic\nweather for four weeks from now in oregon\tGetWeather\nadd chas chandler to my aux cord privileges\tAddToPlaylist\nthis current album would get 6 stars or a rating value of 1\tRateBook\nwill the weather be okay in northern luzon heroes hill national park 4 and a half months from now\tGetWeather\nplay music by paulinho da viola from 1965\tPlayMusic\ni want to give the black cloud one points\tRateBook\nplay the soundtrack for the lord of the rings: conquest\tSearchCreativeWork\nplay a top fifty track from the twenties\tPlayMusic\nwhat movies are playing at the nearest movie house\tSearchScreeningEvent\nwhat will the weather be here\tGetWeather\nplay a 1977 record by bitty mclean on google music\tPlayMusic\ni d like to watch all on the red at 9 o clock\tSearchScreeningEvent\nwhere to buy painting target practice\tSearchCreativeWork\nlook up the stars are indifferent to astronomy\tSearchCreativeWork\nrate this essay four\tRateBook\nfind a trailer called eurythmics discography \tSearchCreativeWork\nadd warning device to my mac  n cheese playlist \tAddToPlaylist\nwhat will the weather be in the current position on dec  23\tGetWeather\nfind a painting called the other bank\tSearchCreativeWork\nplease give me the weather for federated states of micronesia \tGetWeather\ni give the penalty three stars\tRateBook\nbook a bakery with smoking room for nine in niger \tBookRestaurant\nwhat is the weather like for fleischmanns  lesotho 43 weeks from now\tGetWeather\ntell me if it ll be hotter a week from now  in waxhaw\tGetWeather\nis the weather hotter in old furnace state park\tGetWeather\ngive this textbook a 0 out of 6\tRateBook\ntell me if there s a snowstorm in the forecast twenty seconds from now in holtville\tGetWeather\nadd this track to punk rock workout\tAddToPlaylist\nincorporate a roberto parra sandoval track into the cena elegante playlist  \tAddToPlaylist\nadd this song to indie hipster\tAddToPlaylist\nfind a novel called downward to the earth \tSearchCreativeWork\nwhere can i find the sounds to consume album\tSearchCreativeWork\nplay a concerto by thekra \tPlayMusic\nbook a table at dillard house in exell  ia\tBookRestaurant\nwill there be fog in nebraska\tGetWeather\nwill it feel nicer in finland or new mexico today\tGetWeather\nplay a song on zvooq\tPlayMusic\nwill it be warmer at fourteen o clock in atlas mongolia\tGetWeather\nplay chad i ginsburg\tPlayMusic\nplay a track from the thirties\tPlayMusic\nshow me a copy of the picture double deal \tSearchCreativeWork\ni want to see far cry vengeance\tSearchCreativeWork\nfind the photograph the remix please\tSearchCreativeWork\nbook a table over the internet for six at a food truck in vanuatu for two pm\tBookRestaurant\ni feel that sons and lovers deserves a rating of 2 \tRateBook\nwhat s the weather going to be like tomorrow at black hawk state park\tGetWeather\nadd wiktor coj to the sleep playlist \tAddToPlaylist\nwhat s the weather forecast for next saturday in granite  wi\tGetWeather\nbook a brasserie type restaurant that serves pizzas in american samoa\tBookRestaurant\ngive me a weather forecast for ca\tGetWeather\ngive this book a rating of four out of 6 \tRateBook\ni need to find a restaurant in pw \tBookRestaurant\nshow air cuan dubh drilseach\tSearchCreativeWork\nrate galactic pot-healer two points\tRateBook\nadd cream to the funk playlist \tAddToPlaylist\nwhat are the movie schedules for any animated movies playing in the neighbourhood\tSearchScreeningEvent\nwhere can i watch gaddar: the traitor\tSearchScreeningEvent\nis there rain in afghanistan\tGetWeather\nwhat is the lualualei forecast for one minute from now\tGetWeather\nplay me east side story\tSearchCreativeWork\nadd paul wickens to lo mejor del rock de españa\tAddToPlaylist\nfind the case of the frightened lady \tSearchCreativeWork\nadd the green book in my playlist mellowed out gaming\tAddToPlaylist\nfind the schedule for movie times for movies around here \tSearchScreeningEvent\nshow investigating sex album\tSearchCreativeWork\nfind the movie schedule for nearby movies \tSearchScreeningEvent\ngive this album a 4 out of 6\tRateBook\nput track on my synth pop list\tAddToPlaylist\nbook something at a highly rated and distant cafe in kazakhstan for two on april 21\tBookRestaurant\nplay barbra streisand music from 1997 \tPlayMusic\nfind the movie schedules at the neighborhood cinema group\tSearchScreeningEvent\nbook in falkland islands at atomic cafe\tBookRestaurant\ngive 4 out of 6 stars to this textbook\tRateBook\nfind an album called the aboriginal port folio \tSearchCreativeWork\ngive the current series a two\tRateBook\nfind trailer for iraq for sale: the war profiteers\tSearchCreativeWork\ngive anatomy of a typeface a 1 rating \tRateBook\nlist movie times at b&b theatres\tSearchScreeningEvent\nadd this track to my playlist it s ok to like jazz\tAddToPlaylist\nwhat is the weather forecast going to be on august 15  2038 for hoffman hills state recreation area\tGetWeather\ni want to watch the tv show down on abby\tSearchCreativeWork\nwhat time is ghostbusters - acchiappafantasmi playing at imax corporation\tSearchScreeningEvent\ncan you get seating for my father and i at a restaurant in birch run\tBookRestaurant\nfind me the movie times for the alamo drafthouse cinema\tSearchScreeningEvent\ntell me the weather forecast for molino  washington\tGetWeather\nplay miami 2017 by rodney whitaker\tPlayMusic\nbuy novel brokeback mountain\tSearchCreativeWork\ni d like hear the song sit down and talk to me\tSearchCreativeWork\nis it hot in fl\tGetWeather\nis there forecast to be snow in gu this summer\tGetWeather\nplay the album will rap over hard rock for food\tPlayMusic\nplay a martyn bennett from 1957 on pandora\tPlayMusic\nplay this is: animal collective please\tPlayMusic\nwhat is the weather prediction for acworth  north korea in six years  \tGetWeather\nuse iheart radio to play eighties music from hugh masekela \tPlayMusic\nrate the previous album 0 points out of 6\tRateBook\ntell me if it ll be chilly here at 0 pm\tGetWeather\nbook a table for 5 people in goodland  ak \tBookRestaurant\ni d like a movie schedule for a close by movies\tSearchScreeningEvent\nis it colder today in college park then in serbia and montenegro\tGetWeather\nbook a brazilian diner for 9 that s highly rated within the same area as comoros\tBookRestaurant\nbook a restaurant with a spa in connecticut\tBookRestaurant\nwill it be cold this autumn in norfolk island\tGetWeather\nshow me the movie schedule for caribbean cinemas\tSearchScreeningEvent\nad sabah to my evening groove playlist\tAddToPlaylist\nadd this track to my rock hard playlist\tAddToPlaylist\ni want to check out a pub that has internet in homer city \tBookRestaurant\nwhat s the weather like in ojo amarillo\tGetWeather\ni want to see movie schedules at plitt theatres \tSearchScreeningEvent\nwhat is the weather in ct\tGetWeather\nwhat will the weather be faraway in new jersey in ten weeks\tGetWeather\nadd another tune to my songs for you  not your parents playlist  \tAddToPlaylist\nrate this essay two points\tRateBook\nfind the creeper \tSearchCreativeWork\nis redacted playing at the closest cinema\tSearchScreeningEvent\ncan you let me know the films that are on the movie schedules in the area at noon\tSearchScreeningEvent\nplay metal crash course playlist \tPlayMusic\nadd children of telepathic experiences to the playlist named baladas románticas\tAddToPlaylist\ni need to book a restaurant at supper time in il\tBookRestaurant\nwhat s the temperature here\tGetWeather\nplay songs from the sixties\tPlayMusic\nplay me songs from agreable\tPlayMusic\nshow creativity of sing to the dawn\tSearchCreativeWork\nwill the weather be temperate in betances\tGetWeather\nwill it get chillier in arkinda  myanmar\tGetWeather\ngive star trek: the motion picture a five out of 6 \tRateBook\nwhat s the weather forecast for nishi sonogi hantō prefectural natural park three years from now\tGetWeather\ni give the current chronicle one of 6 stars\tRateBook\nwhats the closest movie house showing medal of honor\tSearchScreeningEvent\ni need a table for four at a restaurant in al\tBookRestaurant\nwhere can i watch the tv series breed the pain\tSearchCreativeWork\nplay the cross and the crucible by angela au man sze on google music\tPlayMusic\nplay crazy=genius by the alchemist\tPlayMusic\ncan you put the album onto cierra la puerta\tAddToPlaylist\nfind mash confusion\tSearchCreativeWork\nadd irving berlin to my dishwashing\tAddToPlaylist\nwhat will the weather be like in lambertville  india at ten pm\tGetWeather\nplay me benjamin kowalewicz s top hits\tPlayMusic\nadd the artist to my emotron playlist\tAddToPlaylist\ngive two points out of 6 to this essay\tRateBook\nplay fifties track music\tPlayMusic\nbook a food truck that is highly rated in honduras\tBookRestaurant\nplay the new timer by augustus pablo with itunes\tPlayMusic\nplay the track r u professional by roberto carlos braga\tPlayMusic\ncan you tell me the movies that are going to be scheduled at the closest movie house\tSearchScreeningEvent\nadd steel guitar rag in acoustic covers the mash ups\tAddToPlaylist\nadd some jim diamond to peace\tAddToPlaylist\ni need a table at a tavern that has bougatsa\tBookRestaurant\nwhere can i listen to the song the lost worlds of planet earth\tSearchCreativeWork\ngive 2 for this essay\tRateBook\ni want to listen to some aaliyah\tPlayMusic\nplay me memoirs of modern love: curious age\tSearchCreativeWork\nplay some music from the thirties \tPlayMusic\ni give the previous saga 4 out of 6\tRateBook\nadd give us rest to my very nearly nashville playlist\tAddToPlaylist\nplay me a twenties tune on deezer\tPlayMusic\nbook a spot for 1 at a pub with internet\tBookRestaurant\nlook for the book titled iranian journal of fuzzy systems\tSearchCreativeWork\nplay ballad from mandy moore\tPlayMusic\ni want to give the current textbook 0 stars\tRateBook\nwhats the closest movie theatre showing animated movies\tSearchScreeningEvent\nbook a spot for marlene  jordan and i on oct  the 6th\tBookRestaurant\nplay rhythmic\tPlayMusic\ngive four stars out of 6 to practice to deceive\tRateBook\ntell me the films playing at the closest movie house to me\tSearchScreeningEvent\ni want sugarfoot\tSearchCreativeWork\nplay some don ho on netflix\tPlayMusic\nshow the creativity of the attic\tSearchCreativeWork\ni give nothing lasts forever 5 out of 6 points \tRateBook\ngive me a top-rated restaurant that s eastern european\tBookRestaurant\nplease book highly rated restaurant  with food truck tuscan for me and adela in hallam indiana \tBookRestaurant\nfind a saga called lovex discography \tSearchCreativeWork\nwhat time is the challenge showing at the local movie house\tSearchScreeningEvent\nbook a reservation for 4 people at a restaurant within the same area as my step daughter s position\tBookRestaurant\nparty for 2 in cleveland\tBookRestaurant\ncan you give me the movie schedules at mann theatres\tSearchScreeningEvent\ni want to go to a highly rated fast food restaurant around togo with two people total \tBookRestaurant\nrate earth made of glass 1 of 6\tRateBook\nfind a song called this champagne mojito is the last thing i own \tSearchCreativeWork\ni d like to hear cry baby cry by ally kerr \tPlayMusic\ngive 3 out of 6 points to current novel\tRateBook\nrate this novel 4 out of 6\tRateBook\nput wreck of the tennessee gravy train in the kids workout playlist  \tAddToPlaylist\nhow do i watch the tv show nba access with ahmad rashad \tSearchCreativeWork\ncan you pull up showings for pop goes the easel at the local movie theatre\tSearchScreeningEvent\nadd ross the boss to laurie s listas de éxitos list\tAddToPlaylist\nplay the most popular music by ronald isley on google music\tPlayMusic\ncan you tell me if it ll be freezing in wrightstown in seven years \tGetWeather\nadd a shot at glory  to calm before the storm\tAddToPlaylist\nwant to find the novel called innocent until caught 2: guilty\tSearchCreativeWork\nplay safe rock and roll sucks on lastfm\tPlayMusic\ngive a 5 to a picture of her tombstone\tRateBook\nfind carry me in your dreams\tSearchCreativeWork\ni need a reservation for harveys this winter in neighboring wisconsin for terri and i\tBookRestaurant\nbook a restaurant for 8\tBookRestaurant\ni want to hear a good song from 2016\tPlayMusic\nis the love guru playing \tSearchScreeningEvent\nadd a song by jil y creek to my spring music\tAddToPlaylist\nfind a show called star trek: starfleet academy starship bridge simulator \tSearchCreativeWork\nbook a reservation at a restaraunt in ct\tBookRestaurant\ni think this album deserves 0 points\tRateBook\nrate this textbook zero stars\tRateBook\nadd the spirit of life to nação reggae\tAddToPlaylist\nwhat time is the hotline playing at the movie theatre\tSearchScreeningEvent\ni need a table for six near the russia bistro that has wifi\tBookRestaurant\nwhen is stripped to kill ii: live girls playing at the nearest movie house\tSearchScreeningEvent\ngive signals of belief in early england four of 6\tRateBook\ni d like to watch dirty laundry at the movie house \tSearchScreeningEvent\nadd song to instrumental study\tAddToPlaylist\nadd scarlet begonias to my para entrenar playlist\tAddToPlaylist\nadd the ragged curtain onto the playlist called party through the decades\tAddToPlaylist\ni want to listen to the soundtrack the om years\tSearchCreativeWork\ni want to see the trailer for the entity\tSearchCreativeWork\nadd los hombres calientes volume 3 new congo square to my descanso infinito playlist  \tAddToPlaylist\nrate of old hearts and swords a 0\tRateBook\nplay soheila zaland\tPlayMusic\nadd this elbridge bryant song to my inyección musical playlist\tAddToPlaylist\nbook at the halal guys on oct  17\tBookRestaurant\nuse google music to play a song\tPlayMusic\nwill it be snowy here soon\tGetWeather\nbook a table for six in a togo restaurant\tBookRestaurant\nis there going to be a depression in point washington state forest\tGetWeather\nadd jeanette to extreme metal workout\tAddToPlaylist\nadd the artist beardyman to my classical x playlist\tAddToPlaylist\nneed a table at uncommon grounds coffeehouse at eleven for nine\tBookRestaurant\nadd the hellacopters singles to my teen party\tAddToPlaylist\nwill it be overcast in seventeen minutes in the united arab emirates\tGetWeather\nadd the artist to my duetos \tAddToPlaylist\nfind a table for 2 at a restaurant in saint vincent and the grenadines\tBookRestaurant\nmake reservations at a restaurant in adrian that serves cheese steak\tBookRestaurant\nwill it be warmer in ristigouche ecological reserve on nov  the twentieth\tGetWeather\nbook a restaurant for my baby and i in delaware\tBookRestaurant\nparty of four somewhere in sd\tBookRestaurant\nadd this album to my orgánica playlist \tAddToPlaylist\nadd this track to my comedy new releases\tAddToPlaylist\nadd an album to my list la mejor música dance 2017\tAddToPlaylist\ni want to hear a gucci mane song from last fm from 2002\tPlayMusic\nadd this tune to my bedroom jams playlist\tAddToPlaylist\nadd this artist named kirk hammett to my playlist los 40 radio éxitos\tAddToPlaylist\ni want to add in the mood to my playlist called my folksy love\tAddToPlaylist\nplease tell me movie times\tSearchScreeningEvent\nwhat will the weather be like this week close-by saudi arabia\tGetWeather\nrate this textbook two out of 6 points\tRateBook\nplay music from 1968 on vimeo \tPlayMusic\nbook a brasserie with internet fascility for 5 in a year  in oklahoma\tBookRestaurant\nwhich movies are playing at amc theaters 1 second from now\tSearchScreeningEvent\nwhere can i find the painting for a christmas story - una storia di natale\tSearchCreativeWork\nrate the taking series a zero out of 6\tRateBook\ni want to give this novel a four out of 6 stars\tRateBook\ni want to watch tv series the practical pig\tSearchCreativeWork\nadd vicky leandros to my piano ballads playlist\tAddToPlaylist\ngive rathinirvedam a rating of 3 out of 6\tRateBook\nwhat is the predicted weather for my current spot next month\tGetWeather\nadd the artist gwenno pipette to the sexy as folk playlist  \tAddToPlaylist\nadd this song to tania s new boots\tAddToPlaylist\nlet me know how the weather will be in rainelle at night \tGetWeather\nis it warm in albania at noon\tGetWeather\nadd another tune to my trance life playlist  \tAddToPlaylist\nadd sifow to my skatepark punks playlist\tAddToPlaylist\nplay me some chant from the last half of the sixties\tPlayMusic\nwill there be a storm in palm city  wv\tGetWeather\nwhich films are playing at consolidated theatres\tSearchScreeningEvent\ncan you give me the weather forecast in tajikistan\tGetWeather\ni need a table for four at a pub in heard island and mcdonald islands\tBookRestaurant\nfind a television show called the passion of the betty\tSearchCreativeWork\nput this tune on my nothing but a party r&b playlist\tAddToPlaylist\ni rate the current novel a 1 of 6 stars\tRateBook\nis it warm in the current spot\tGetWeather\nplay some classical music on spotify\tPlayMusic\ni need a reservation for roscoff restaurant in valley mills\tBookRestaurant\nlets eat now somewhere in roach\tBookRestaurant\ni m looking for the show sex and candy\tSearchCreativeWork\nplay the album remember shakti – the believer \tPlayMusic\nrate the following series five  points\tRateBook\nadd adele onto funtime activity playlist\tAddToPlaylist\ngive 5 out of 6 stars to the intimidators chronicle\tRateBook\nplease search for the legend of korra book \tSearchCreativeWork\nrate battleaxe five out of 6\tRateBook\nadd an album by cowboy troy to my piano in the background playlist \tAddToPlaylist\nshow me the movie schedules\tSearchScreeningEvent\nbook a restaurant in one minute for five people in canal fulton \tBookRestaurant\nwhat is the weather close-by my current spot\tGetWeather\nshow the information: a history picture\tSearchCreativeWork\nfind movies nearest to a movie house\tSearchScreeningEvent\nput anna grigorjewna semenowitsch in all out 00s list\tAddToPlaylist\nput an inyección musical track in the nanette s playlist  \tAddToPlaylist\nadd this song by torch to my sing along playlist\tAddToPlaylist\nplay latina\tPlayMusic\nbook a table at a churrascaria for august 5 that has parking\tBookRestaurant\ni would like to book a restaurant within the same area as myrtle av for 6\tBookRestaurant\nadvise me on the movie schedule of films that will be playing at 07:31:32 pm at a place close by \tSearchScreeningEvent\ni need the forecast for close by becharof national wildlife refuge in nine months\tGetWeather\nplease find me the rear mirror saga \tSearchCreativeWork\nwhat movie schedule\tSearchScreeningEvent\nbook the dunbrody country house hotel in ne for 8 people \tBookRestaurant\nplay netflix ballad by mike shinoda that is popular\tPlayMusic\nadd vertexguy to beach vibes\tAddToPlaylist\nput k maro track on my soul lounge list\tAddToPlaylist\nrate this essay four out of 6\tRateBook\nwant a table at monty’s hotel  secunderabad  in the state of vermont\tBookRestaurant\nfind the so this is goodbye saga\tSearchCreativeWork\nis it going to be foggy in jewell cemetery state historic site 7 weeks from now\tGetWeather\nwill it get chillier in 2 seconds in republic of the congo\tGetWeather\nfind i love you too  a saga\tSearchCreativeWork\nplay vanlose stairway by janove ottesen\tPlayMusic\nhow is the weather in indian creek village\tGetWeather\nplay a new song form the eighties\tPlayMusic\ncan you find me the painting titled across the line\tSearchCreativeWork\nis the right to strike playing at star theatres\tSearchScreeningEvent\nme and terrie need a table at a bar in hypoluxo  ut\tBookRestaurant\nbook me a restaurant that serves festoni for eight in new hampshire\tBookRestaurant\nadd art garfunkel to the chill tracks playlist  \tAddToPlaylist\nwhat movie house is playing the animated movies nearest\tSearchScreeningEvent\nwhat time is the bodyguard at malco theatres playing\tSearchScreeningEvent\nwhat is the nearest cinema playing romance of the limberlost\tSearchScreeningEvent\nplay the greatest ricky bell music\tPlayMusic\nplay bald by kaskade \tPlayMusic\nwhat s the weather forecast for saint pierre and miquelon\tGetWeather\ngive 1 points to the duel: pakistan on the flight path of american power saga\tRateBook\nwill it in hail in my current position on 12/10/2035\tGetWeather\nshow me the picture unfinished monkey business\tSearchCreativeWork\nadd christopher lawrence to my always pop punk playlist  \tAddToPlaylist\nadd entity eternally to playlist lazy chill afternoon\tAddToPlaylist\nplease find me the purple vigilantes book \tSearchCreativeWork\nwhere is among the great apes with michelle yeoh playing and when\tSearchScreeningEvent\ni need a table in your position at churrascaria for a hot dog in the same area\tBookRestaurant\nbook a restaurant with a pool far from robbie s hostel for me  chandra and noelle at nine pm \tBookRestaurant\nwill it be hotter close by here at 13 o clock\tGetWeather\nadd country nights by a journal of the plague year to playlist\tAddToPlaylist\nbook reservations at a restaurant in iron springs\tBookRestaurant\nfind the movie schedule for century theatres \tSearchScreeningEvent\nadd this tune to the deep dark indie folk playlist\tAddToPlaylist\nbook a restaurant in ms that can seat ten at 01:51:47 pm\tBookRestaurant\nwill it be colder in connorville \tGetWeather\nfind stays in mexico \tSearchCreativeWork\nplay the top-ten soundtrack from kiara \tPlayMusic\nhow humid is it in paducah\tGetWeather\nthe latham diaries deserves a rating value of 0 and a best rating of 6\tRateBook\nneed to find the tv series called administrative behavior\tSearchCreativeWork\nwhat are the movie times for movies premiering in the neighbourhood \tSearchScreeningEvent\nbook a table in mississippi on may nineteenth  2034 for me  silvia and sandy\tBookRestaurant\nadd riddim driven engine 54 & humanity letha s all things post\tAddToPlaylist\nplease put book of love on my ntc high intensity training tracks playlist\tAddToPlaylist\nwhat s the weather forecast for breakfast time in palau\tGetWeather\nscore this album 5 stars\tRateBook\nplease search the big game show \tSearchCreativeWork\ncan i see the movie times for the great escape theatres\tSearchScreeningEvent\ni want to watch the movie x window display manager\tSearchCreativeWork\nplay 1988 chant music on itunes\tPlayMusic\nthe night lamp was ok at best  two stars out of 6 possible \tRateBook\nwill it be warm at tembe elephant park on san jacinto day\tGetWeather\nplay soem nineties charles thompson\tPlayMusic\nwill it snowstorm in lampi island marine national park\tGetWeather\nmovie schedules of movies in the neighbourhood at zero am\tSearchScreeningEvent\nplease pull up the photograph entitled another period\tSearchCreativeWork\nwhen is janeane from des moines playing at the nearest movie theatre\tSearchScreeningEvent\nadd this track to anochecer urbano\tAddToPlaylist\nis there snowfall in hineston new hampshire\tGetWeather\nwhat will the weather be like 1 minute from now within the same area of my current location\tGetWeather\nadd this clint mansell song to latin pop classics\tAddToPlaylist\nadd brian may to my reggae infusions list\tAddToPlaylist\nopen last fm and play the top song from daniel lee chee hun\tPlayMusic\ni want to eat at a brasserie that has internet near greenland at elevenses \tBookRestaurant\nwill it get colder by 11 in jacobsburg  syria\tGetWeather\nshow movie times for amc theatres\tSearchScreeningEvent\nput claude vonstroke onto my this is earth  wind & fire\tAddToPlaylist\nplay oj  jelena  jelena  jabuka zelena by ler lalonde \tPlayMusic\nadd this song to my the perfect italian dinner playlist\tAddToPlaylist\nwhat is the closest cinema today playing animated movies\tSearchScreeningEvent\nplay a twenties song\tPlayMusic\nthe series city on fire is a four\tRateBook\nplay music on the playlist electronic gaming\tPlayMusic\nfine the movie schedule for warren theatres \tSearchScreeningEvent\nfind later that evening\tSearchCreativeWork\nadd julia fordham to the massive soca hits playlist  \tAddToPlaylist\nwhen is we stick together through thick and thin playing at arclight hollywood\tSearchScreeningEvent\ni think this textbook should have four stars and a best rating of 6\tRateBook\nplay my playlist springtime\tPlayMusic\nwhat s the weather in totowa wy one minute from now\tGetWeather\nadd yuna ito to the hot rods & horror shows playlist  \tAddToPlaylist\nrate rajinikanth: the definitive biography one out of 6 stars\tRateBook\nweather in 3 minutes at jean lafitte national historical park and preserve\tGetWeather\nfind the movie schedule for movies in the area \tSearchScreeningEvent\ni d rate the current chronicle 2 points\tRateBook\nwhat will the weather be in nm in 1 minute \tGetWeather\nadd this album to my adrenaline workout \tAddToPlaylist\nwhat movie theatre is the closest that is playing cheat you fair: the story of maxwell street right now\tSearchScreeningEvent\ntell me the weather for sewickley at twelve am\tGetWeather\nplay the game piety street\tSearchCreativeWork\ni have eight that would like to eat cretan in a cafeteria and need reservations \tBookRestaurant\nplay track her majesty\tPlayMusic\ni want a table for 7 at a popular cafeteria on holy saturday in ga\tBookRestaurant\nwhat s the weather forecast for etna green in 11 months \tGetWeather\nhow much fog is there in hahnville\tGetWeather\nplay the song le renouveau\tPlayMusic\nwhat is the eugene t  mahoney state park forecast for 2 days from now\tGetWeather\nwhat are the movie schedules for films in the area\tSearchScreeningEvent\nwill it be colder this autumn in wren  saint martin\tGetWeather\nshow me the show goldimouse and the three cats\tSearchCreativeWork\nadd song to trap land\tAddToPlaylist\nadd the entity por una cabeza to my playlist forever alone\tAddToPlaylist\nfind the world is ours at a movie theatre\tSearchScreeningEvent\nplay zvooq\tPlayMusic\ncan you find the soundtrack for westcountry live\tSearchCreativeWork\ni rate three points for the book the early coorgs\tRateBook\ngive 5 out of 6 points to thorn castle\tRateBook\nwhat time is careful  he might hear you playing at the cinema\tSearchScreeningEvent\nbook me a restaurant ten minutes from now\tBookRestaurant\nwhere can i find the brave little toaster to the rescue book\tSearchCreativeWork\nrate the lost hero chronicle four out of 6\tRateBook\nis it going to get chillier in kuwait\tGetWeather\nfind the video game journal of criminal law & criminology \tSearchCreativeWork\nthe postman is awful and only gets a 1 out of 6  \tRateBook\nadd east grand blues to the this is nicky jam playlist  \tAddToPlaylist\nfind dipson theatres animated movies\tSearchScreeningEvent\nwhat is the forecast starting on 5/17/2037 for austria for warmer temps\tGetWeather\nfind live at bonnaroo \tSearchCreativeWork\nwill there be a depression in wheatley\tGetWeather\nwhich animated movies are playing today at kb theatres\tSearchScreeningEvent\ngive a human being died that night 3 stars \tRateBook\nadd this song to my southern gothic playlist\tAddToPlaylist\nbook the last exit on brooklyn 5 hours from now for one person \tBookRestaurant\ni would rate this album a 3\tRateBook\nplay some movement music by perez prado on iheart\tPlayMusic\ngive setting free the bears series a four out of 6 stars rating \tRateBook\nplay anything from 1970\tPlayMusic\ni give the lacuna a rating of 5 stars under the chronicle rated at 6\tRateBook\ncan you play fifties theme music by mohsen chavoshi\tPlayMusic\nfind the movie don’t break the heart that loves you\tSearchCreativeWork\nare there any painting of the 1st concert oh yeah 1999\tSearchCreativeWork\nbook me a tibetan restaurant for my boss and i \tBookRestaurant\ni want to add broken hearted melody to the playlist post garage wave revival\tAddToPlaylist\ni want to watch the movie maxime\tSearchCreativeWork\nplay the crowd: a study of the popular mind soundtrack\tSearchCreativeWork\nadd the artist  tony thompson to my canta en la ducha playlist\tAddToPlaylist\nwill it get hotter far away in afghanistan\tGetWeather\nbook a table for five in unalaska this month \tBookRestaurant\ni d like to see sex tape - finiti in rete\tSearchCreativeWork\nis f i s t  at malco theatres\tSearchScreeningEvent\nadd jerry dixon to my chill out list\tAddToPlaylist\nwill it be warm in hematite\tGetWeather\ni want to find the video game masada anniversary edition vol  3: the unknown masada\tSearchCreativeWork\nadd the stars and stripes forever to the soulful disco playlist \tAddToPlaylist\nfind the movie schedule\tSearchScreeningEvent\nbook a bar for 2 in hayden row on friday\tBookRestaurant\nplay music from the eighties on slacker \tPlayMusic\ngive the slap 0 stars\tRateBook\nhave zvooq play songs from the fifties\tPlayMusic\nfind the schedule for central airport at the closest movie theatre \tSearchScreeningEvent\nfind a trailer called colony 7 \tSearchCreativeWork\nadd tolmatschowa schwestern to my street dance playlist\tAddToPlaylist\nplease find me a table at a place that serves glace  has room for six and a pub atmosphere\tBookRestaurant\ni want the video game two more years\tSearchCreativeWork\nbook a table at the eighth step coffee house that isn t too far from vineyard haven for candace phillips  debbie and sondra\tBookRestaurant\nput this kes song on the feel good indie rock playlist\tAddToPlaylist\nwhat is the book sell your body\tSearchCreativeWork\nadd tara blaise to my power gaming playlist\tAddToPlaylist\nbook a brasserie at turtle creek neighboring on march sixth  2038 for eight\tBookRestaurant\nplay me a song by saki nakajima\tPlayMusic\ni d like to visit a pizzeria with a pool at fourteen o clock \tBookRestaurant\nopen spotify and play a song from the twenties by richard harvey\tPlayMusic\nwhat is the weather forecast for djibouti\tGetWeather\nfind the novel meg and seron\tSearchCreativeWork\nbook reservations for five at eleven madison park today within walking distance from flaxton\tBookRestaurant\nhow much humidity in mancos\tGetWeather\nplay abhijeet bhattacharya from 1986\tPlayMusic\nthis current album deserves only a one rating\tRateBook\nadd nothing can stop us to my lazy chill afternoon playlist \tAddToPlaylist\nrate this textbook 5 out of 6 points\tRateBook\nshow me the work not a little girl anymore\tSearchCreativeWork\nbook a brasserie for connie scott and madeline in northern mariana islands in eleven hours\tBookRestaurant\nplay melody music from the fourties \tPlayMusic\nplay the top twenty chant by wise \tPlayMusic\ni need a photograph of the oregon desert\tSearchCreativeWork\nadd this album to my mediodía acústico playlist\tAddToPlaylist\nwhich films are playing at the imax corporation\tSearchScreeningEvent\n\"play bill evans album the best of the 12\"\" mixes\"\tPlayMusic\nfind the schedule for tube at the closest movie theatre \tSearchScreeningEvent\nadd pimp c to my workout remix  \tAddToPlaylist\nplease book a brasserie restaurant for eight in ireland\tBookRestaurant\ni d like to get reservations for four at a restaurant that serves apple sauce \tBookRestaurant\nwhat is the forecast for dec  15 in lake woodruff national wildlife refuge\tGetWeather\nbook a table for three at a restarunt in federal hill\tBookRestaurant\nplay some glenn miller \tPlayMusic\nplay my acoustic covers playlist on spotify \tPlayMusic\ni d give the quotations from chairman mao tse-tung saga two of 6 stars\tRateBook\nfind the photograph jboss enterprise soa platform\tSearchCreativeWork\nlook for the chu chu and the philly flash picture\tSearchCreativeWork\nbook a spot for ten at a pizzeria that has tourte in minnesota in 22 and a half weeks in yamhill\tBookRestaurant\nplay a song off the nicht sprechen album\tPlayMusic\nhow s the weather going to be on jul  2 in whiteside\tGetWeather\nadd another artist to my soul bpm playlist\tAddToPlaylist\nbook a restaurant for ten in exmore at sunset\tBookRestaurant\nadd gregory douglass to my whm list\tAddToPlaylist\ncan you add a tune by natalie macmaster to my viajes playlist\tAddToPlaylist\ni want you to put this track onto the playlist called throwback party \tAddToPlaylist\ni need a novel about polymer chemistry \tSearchCreativeWork\nfor my playlist fresh finds hiptronix add the name polka medley\tAddToPlaylist\nwhat time is one night stand showing at cineplex odeon corporation\tSearchScreeningEvent\ncan you get me a table at a tavern in slovakia\tBookRestaurant\nincorporate a russel walder track onto gay s funk rock playlist  \tAddToPlaylist\nwhat s the weather like here\tGetWeather\nwhere can i find police story 3: supercop\tSearchCreativeWork\nplay some ray williams music from the nineties on spotify\tPlayMusic\nwhat is the nearest movie theatre showing ocean’s 13\tSearchScreeningEvent\ncan you give me a list of films at cinemark theatres\tSearchScreeningEvent\nbook a restaurant for ten in germfask \tBookRestaurant\ni need to episodes for the tv series  fast food nation \tSearchCreativeWork\nis it cloudy here\tGetWeather\nadd the artist to the latin jazz playlist \tAddToPlaylist\nwould you please play me a symphony from 1995\tPlayMusic\nadd this track to the playlist korean osts\tAddToPlaylist\nwhat s the weather faraway from here on sep  the fifteenth\tGetWeather\nfind movie schedule for animated movies in the area\tSearchScreeningEvent\nplay a 1964 track from shahram nazeri on pandora \tPlayMusic\nadd my old kentucky home to fresh finds fire emoji\tAddToPlaylist\nfind heroquest ii: legacy of sorasil \tSearchCreativeWork\nbook a pub that serves fries for 9 people \tBookRestaurant\ni want to rate the turbulent term of tyke tiler a 3\tRateBook\ngive five out of 6 to this book\tRateBook\ncan i get the movie schedule for megaplex theatres \tSearchScreeningEvent\nwill it be chillier in uruguay in 213 days\tGetWeather\ni want to hear la jaula de oro by mc ren on google music \tPlayMusic\nwhat movies are currently playing at the caribbean cinemas\tSearchScreeningEvent\ni would like reservations made for masonville  vermont nov  7\tBookRestaurant\nadd anthony hamilton to my list women of hip hop\tAddToPlaylist\nrate this album three stars\tRateBook\nwhats the closest movie house showing home room\tSearchScreeningEvent\ni want to add robin hood and queen katherine to my playlist entitled genuine r&b\tAddToPlaylist\nfine movie times for animated movies in the neighborhood \tSearchScreeningEvent\ni would like to rate the book the three impostors 2 to 6 stars \tRateBook\nwhat s the temperature today in griffin  ne\tGetWeather\nplay a new ballad by valy on iheart\tPlayMusic\nhow can i watch the television show tinker bell and the legend of the neverbeast\tSearchCreativeWork\nrate the making of a teacher a two\tRateBook\ni want to give the unpleasantness at the bellona club 5 points\tRateBook\nbook me a table for 8 at a restaurant for seven pm\tBookRestaurant\nfind chained heat\tSearchScreeningEvent\nrate 5 out of 6 stars to this album\tRateBook\nbook a reservation for seven people at fraser mansion in il\tBookRestaurant\ni give the following album two out of 6 stars \tRateBook\nwill it rain on sep  25th in east tawakoni\tGetWeather\nplay tomorrow\tPlayMusic\nwhat s the weather forecast for belknap\tGetWeather\nbook a table in a haines borough restaurant for nine that is within walking distance \tBookRestaurant\ngive four out of 6 points to current album\tRateBook\nplay a seventies tom thacker ballad\tPlayMusic\nplay thirties on lastfm\tPlayMusic\nwhat is the weather like in hebbronville venezuela\tGetWeather\nadd song to orgánica\tAddToPlaylist\nadd nina hagen to essential folk\tAddToPlaylist\nplay some mf doom from the sixties on pandora \tPlayMusic\nrate the warrior prophet 3 of 6 stars\tRateBook\nbook a spot for robyn martinez  maude and i at a steakhouse not far from their place\tBookRestaurant\nwhat is the weather going to be at dinner time in the lake le-aqua-na state recreation area\tGetWeather\nplay the album cara de dios \tPlayMusic\nplay me a seventies song\tPlayMusic\nbook a reservation for a pub with internet for 2 people\tBookRestaurant\nshow me the album andrews university seminary studies\tSearchCreativeWork\ni need a table at light horse tavern in city of the dalles nh for kathleen  brianna and i\tBookRestaurant\nplay hasan saltik from 2004\tPlayMusic\nwill there be rainfall the day after tomorrow far from rodna national park \tGetWeather\nbook the kegs drive-in in 37 weeks  in saudi arabia\tBookRestaurant\nadd this tune to the duetos playlist\tAddToPlaylist\nadd jonny buckland to my playlist weekly buzz\tAddToPlaylist\nfind spirit of the bush \tSearchCreativeWork\nbook reservations at a restaurant with vickie and caitlin on february the second  2018\tBookRestaurant\nweather for my current location tomorrow\tGetWeather\nwhat is the weather in nd the city of evangeline\tGetWeather\nwill it be hotter in pecan grove\tGetWeather\nplay slacker tunes by smog from movement in 2015\tPlayMusic\nshow movie times at sunrise\tSearchScreeningEvent\nwhat will the weather be in a month from now at my current location\tGetWeather\nadd nitti to my family favorites playlist\tAddToPlaylist\nwhen is red shirts showing at dickinson theatres\tSearchScreeningEvent\nadd this annabella lwin track to indie alternativa\tAddToPlaylist\ni want to watch wide-eyed and ignorant\tSearchCreativeWork\nplay the ashley tisdale discography tv show\tSearchCreativeWork\nbook a table for 1 on november the first  2022\tBookRestaurant\ni need seats for 10 at a highly rated restaurant\tBookRestaurant\nfind a reservation in hesston nc at a new restaurant\tBookRestaurant\ni d like to book 4 seats at a restaurant \tBookRestaurant\nadd this artist to lo más dance playlist \tAddToPlaylist\nhow will the weather be on may 9 in wyoming\tGetWeather\nwhat s the weather close-by triumph\tGetWeather\nbook a reservation for eight people in north dakota\tBookRestaurant\ncan you please look up the game  the islanders\tSearchCreativeWork\nplay some 1982 movement music on slacker\tPlayMusic\nthe current book i m reading should be rated zero out of 6\tRateBook\nwhat time is in old new mexico showing today\tSearchScreeningEvent\nplay a top five linda strawberry ep\tPlayMusic\nplease find me the magic hour saga \tSearchCreativeWork\ni want to see return to yesterday\tSearchScreeningEvent\nput the artist michael todd in my afternoon train ride list\tAddToPlaylist\nshow the creativity of where what when\tSearchCreativeWork\nfind the schedule for for the unnaturals at 13 \tSearchScreeningEvent\nis the weather temperate in millinocket\tGetWeather\nplay a good john maher record with netflix\tPlayMusic\nwhat time is the sea chase playing\tSearchScreeningEvent\nwhere is puthri playing\tSearchScreeningEvent\nadd this song to my cleaning the house playlist\tAddToPlaylist\nwill it get hotter in zenith ct\tGetWeather\nplay me the trailer for gainesville daily register \tSearchCreativeWork\nfind pat garrett y billy the kid \tSearchCreativeWork\nrate the honourable jim a three\tRateBook\nfind long walk to forever  a novel\tSearchCreativeWork\ni m looking for a novel called the adventures of lolo ii\tSearchCreativeWork\ni need to book a restaurant that has wifi far from tx for me and my parents\tBookRestaurant\nat 4 am book a bar in the spa in shamrock for eight\tBookRestaurant\nrate this current textbook 0 points\tRateBook\nfind a loews cineplex with films\tSearchScreeningEvent\nplay me the soundtrack ready\tSearchCreativeWork\nadd a bill deasy track to the conexiones playlist  \tAddToPlaylist\nadd song to my club hits\tAddToPlaylist\ni would like this artist on drum & breaks \tAddToPlaylist\nwhich movie theatre nearest me is showing animated movies starting now\tSearchScreeningEvent\nfind the envoy of lucifer show\tSearchCreativeWork\nwhat s the weather like in saint regis falls nd\tGetWeather\nwhat is the forecast for january twenty-eighth in kentmore park\tGetWeather\nwhat is the current position forecast for starting on july 22\tGetWeather\nbook a diner place or me and my best friend on holy saturday  capital of united arab emirates  where they serve pepperoni dishes\tBookRestaurant\nfind a painting called thunder in the sky \tSearchCreativeWork\ngrab a table at a restaurant in minnesota that serves ice cream cake\tBookRestaurant\nshow me the book the republican brain\tSearchCreativeWork\ni want to eat at the bar saint vincent and the grenadines at thursday for five people\tBookRestaurant\nadd joey fatone to my spotlight on country 2016 playlist\tAddToPlaylist\nwhat is the forecast for bonner starting oct  24th  2025 for argentina\tGetWeather\nbook a table for 3 in macao\tBookRestaurant\nshow the movie schedule\tSearchScreeningEvent\nshow me the book pokémon: the johto journeys\tSearchCreativeWork\ncan the artist big mama thornton be put onto my trabajo relax playlist\tAddToPlaylist\nplease get me the british journal of dermatology game \tSearchCreativeWork\nwhat is the colder forecast for nationaal park bidoup núi bà in a week \tGetWeather\nrate the scoop 4 of 6 stars\tRateBook\ni want movie times for fox theatres\tSearchScreeningEvent\ntell me when it ll be sunny in ralls  marshall islands\tGetWeather\nedit classic road trip songs put on sammy cahn\tAddToPlaylist\ngive this textbook a four \tRateBook\nadd dave carpenter to my acoustic blues playlist\tAddToPlaylist\nshow schedule for loved by thousands\tSearchCreativeWork\nwhen does of stars and men play\tSearchScreeningEvent\nwhat is the forecast in wild river state park\tGetWeather\nthis essay is five stars for sure\tRateBook\nfind animated movies movie schedule in the neighborhood\tSearchScreeningEvent\nplay 2006 chant music \tPlayMusic\nwhen is the blood stain playing at the movie house\tSearchScreeningEvent\nadd tune to my instrumental funk playlist\tAddToPlaylist\ngive the current chronicle three points\tRateBook\nrate the strange death of tory england 1 stars\tRateBook\nrate this chronicle 3 stars\tRateBook\nis dead fish playing at the movie house\tSearchScreeningEvent\nwhat s the weather this month in mozambique\tGetWeather\ni need a reservation for 3 at clinton street baking company & restaurant \tBookRestaurant\nplease play me some satire music\tPlayMusic\nget me reservations for an indoor honduras restaurant \tBookRestaurant\nis unsettled land playing at the movie theatre\tSearchScreeningEvent\nwhat s the weather in mountain center\tGetWeather\nwhat time does the maze start at cineplex odeon corporation\tSearchScreeningEvent\nthe current book deserves a rating of only one \tRateBook\nadd the 3rd world to my focus now\tAddToPlaylist\nplease find me the youth against fascism television show \tSearchCreativeWork\nwhat time could i see a mile in his shoes\tSearchScreeningEvent\ni want to hear a 1976 symphony by jam master jay\tPlayMusic\ncan you put dj kay slay onto the 2010 decade playlist\tAddToPlaylist\nwhat will the weather be like in 16 weeks at the ivory coast\tGetWeather\nis there a storm in maliau-basin-conservation-area now\tGetWeather\nis it going to be warmer in cinnaminson  north carolina at 06:59 am\tGetWeather\ncan you play a top song from a chyi chin concerto\tPlayMusic\nwhat s the weather like in el salvador on wed \tGetWeather\ni want to book the best manadonese restaurant for six at 21:49 that is distant from my baby s work \tBookRestaurant\nwhat cinema is playing the strongest instinct now\tSearchScreeningEvent\ni want to book a table at a nearby restaurant in andorra for me and my kids \tBookRestaurant\nhow s the weather looking in pheba\tGetWeather\nis it snowy in demotte ms\tGetWeather\nwhat will the weather be like on september the eighteenth in puerto rico\tGetWeather\nbook a stuffed peppers serving bakery for 9 at woodsfield vi\tBookRestaurant\nwhat time is showcase cinemas playing straight is the way\tSearchScreeningEvent\nadd tune to soft rock playlist\tAddToPlaylist\nwhat time does johnny got his gun play\tSearchScreeningEvent\nmake me a reservation for a party of six at the k club on feb  7th\tBookRestaurant\nadd another song to the country playlist  \tAddToPlaylist\nadd beverley knight to my mellow beats playlist\tAddToPlaylist\nrate this album 2 points\tRateBook\nhow will the weather be at 9 am in anguilla\tGetWeather\nwhat will the weather be in umatilla malta\tGetWeather\nadd bedroom jams to album\tAddToPlaylist\nshow me the advocate\tSearchCreativeWork\nin seven hours from now will it rain at my current place\tGetWeather\ngive upon some midnights clear chronicle four out of 6 for a rating \tRateBook\ntell me if it ll be freezing here in 21 seconds\tGetWeather\ni need some ambient music  \tPlayMusic\nshow creative song called holidays on the river yarra\tSearchCreativeWork\nplay the song waar is de zon on slacker\tPlayMusic\ni d like to see the trailer for history and theory\tSearchCreativeWork\nwill you please pull up movie schedules for me\tSearchScreeningEvent\nshow me the schedule of outlaw of gor at nearest movie house at 5 a m \tSearchScreeningEvent\ncan i get the cineplex odeon corporation showings for small town story\tSearchScreeningEvent\nshow the man from london video game\tSearchCreativeWork\nplay chant from the nineties with last fm\tPlayMusic\ngive this novel 5 stars\tRateBook\nwhat is the gearhart forecast\tGetWeather\nin 1 hour and 1 minute find a cinema nearest for films\tSearchScreeningEvent\nfind cluster computing  a game\tSearchCreativeWork\nthis novel should get zero points for how intrepid it is \tRateBook\ngive 5 points to current novel\tRateBook\nrate the current novel a zero \tRateBook\nadd some fujimoto yae to my women of rock list\tAddToPlaylist\nwill it be snowy in crouch  french polynesia\tGetWeather\ngive two points out of 6 to this novel\tRateBook\ni want seats for 4 at a sichuan food restaurant in indonesia\tBookRestaurant\nrate the archivist three out of 6 stars\tRateBook\nfine movie times for loews cineplex entertainment \tSearchScreeningEvent\nplay the album a kiss before you go by bt\tPlayMusic\nis it hot in neighboring algeria\tGetWeather\nfind a reservation for eight at rhodes twenty four in gu\tBookRestaurant\nrate the current textbook 1 of 6\tRateBook\nwhat is the weather forecast for here\tGetWeather\nare there any animated movies playing at the mann theatres\tSearchScreeningEvent\nwhere to buy book bright ambush\tSearchCreativeWork\nshow me the closest movie house playing animated movies please \tSearchScreeningEvent\ni m looking for paris match\tSearchCreativeWork\nbook a table in eastern european restaurant in macedonia \tBookRestaurant\ntell me what films are around here\tSearchScreeningEvent\nfind movie times for films close by\tSearchScreeningEvent\nmake me a reservation at the restaurant at meadowood for a party of 7 in armenia\tBookRestaurant\nplease add this album to the playlist titled hip hop 2017 new school\tAddToPlaylist\nfind a soundtrack called fast as you\tSearchCreativeWork\nput sungmin into my summer playlist\tAddToPlaylist\nfind a painting called chettathi \tSearchCreativeWork\ni d like a table for my teenager and i at the washington  d c  jewish community center\tBookRestaurant\ni m looking for you to get me jack of shadows \tSearchCreativeWork\nbook a bar with a pool in mountain iron \tBookRestaurant\ni d like to hear one of eric clapton s most popular melody on pandora \tPlayMusic\ngive this novel two points\tRateBook\nrate the book giants of the frost two out of 6 points\tRateBook\nplay the greatest 1972 album by wes dakus\tPlayMusic\nput dj green lantern on my targeted playlist\tAddToPlaylist\nwhat animated movies are playing nearby right now\tSearchScreeningEvent\nwhat is the forecast for around putnam lake\tGetWeather\nwhat is the weather in twenty three minutes in nv\tGetWeather\nwill weather conditions be stormy here from 6/15/2025 onward \tGetWeather\ncheck which cinema currently runs when the last sword is drawn \tSearchScreeningEvent\nfind starcross\tSearchCreativeWork\nshow me the lowest price for the game sinatra reprise: the very good years \tSearchCreativeWork\nfind me a saga by reproductions\tSearchCreativeWork\nbook a table for 10 at a restaurant in federated states of micronesia \tBookRestaurant\nplease check the weather forecast here \tGetWeather\nplay roland alphonso tunes that are most popular\tPlayMusic\nplay the latest 1973 album by peter derose \tPlayMusic\ngive 99 coffins 0 stars out of 6 \tRateBook\nwhen is em4jay playing at the movie theatre\tSearchScreeningEvent\nwant to find a creative work called the prayer\tSearchCreativeWork\nplay a concerto top ten sort by lloyd \tPlayMusic\nwill there be a depression here on october 26\tGetWeather\nbook a table at a restaurant which serves sushis next week \tBookRestaurant\nplay popular eighties record\tPlayMusic\nthe chronicle of the emperor wears no clothes was too naive and simple  i d give it 1 out of 6 stars \tRateBook\nbook a table in oh the city of bock for party of ten for tonight\tBookRestaurant\nbook a joint for feb  the seventh in oklahoma within walking distance for six that is highly rated\tBookRestaurant\nwhere can i find appalachian journey\tSearchCreativeWork\nplay punk essentials on google music\tPlayMusic\nhow is the weather in oh\tGetWeather\nsearch for a picture of darker than black\tSearchCreativeWork\nwhat is the british virgin islands forecast for next november\tGetWeather\nplay some rui da silva \tPlayMusic\nfind me the big sean discography soundtrack\tSearchCreativeWork\nadd a randy travis song to deep dark indie folk\tAddToPlaylist\ni want to hear some freestyle music \tPlayMusic\ni want to make a reservation at the conflict kitchen for one \tBookRestaurant\ni need a table for me  violet and maude at a restaurant in ne \tBookRestaurant\nwhat is the forecast for march the twelfth faraway from pine mountain state resort park\tGetWeather\ni give the elegant universe five out of 6 stars\tRateBook\nbook a spot at a restaurant with trattoria in otho de\tBookRestaurant\nshow the latest animated movies movie times for the nearest movie house\tSearchScreeningEvent\nplay angelo amorevoli\tPlayMusic\nwhere can i watch mabel’s dramatic career at twenty two o clock\tSearchScreeningEvent\nis it snowy in ocean shores\tGetWeather\nbook a spot for ten in upper marlboro pr\tBookRestaurant\nfind the movie schedule for great escape theatres \tSearchScreeningEvent\nplay seasons in the sun by rosco gordon on iheart\tPlayMusic\ni want to give the nightmare fair five stars and a rating of 6\tRateBook\nshow me the nearest movie house showing moron 5 and the crying lady\tSearchScreeningEvent\ndo you know if it will be chilly today in puerto rico\tGetWeather\nfreud: a life for our time deserves a solid 4\tRateBook\nadd tune to my folk music at the gaslight café\tAddToPlaylist\nfind a game called a very special christmas 7 \tSearchCreativeWork\ncan i get the movie schedules  for loews cineplex in six hours seventeen minutes and eighteen seconds \tSearchScreeningEvent\ncan you help me find the author author trailer\tSearchCreativeWork\nweather on september 14 in crofton ukraine\tGetWeather\nadd tune to women of pop playlist\tAddToPlaylist\ninclude jesper kyd in the grime instrumentals playlist \tAddToPlaylist\nhow cold will it be in palau around fourteen o clock\tGetWeather\nadd annette artani to the playlist titled all out 90s\tAddToPlaylist\nadd genocide to electronic bliss\tAddToPlaylist\nmake me a reservation in ne at a distant resturant that is a pizzeria\tBookRestaurant\nplease book a joint type restaurant room with spa facility to accommodate 8 members\tBookRestaurant\nwhere is project a part ii playing\tSearchScreeningEvent\nplay brian clifton off groove shark \tPlayMusic\nfind the closest movie theatre with animated movies\tSearchScreeningEvent\nput this song on my indiespensables playlist\tAddToPlaylist\nplay some dj qbert \tPlayMusic\ni need movie times for films in the neighbourhood \tSearchScreeningEvent\nwhat time is the riders of the whistling skull playing at magic johnson theatres\tSearchScreeningEvent\nfind a novel called chemistry - an european journal\tSearchCreativeWork\nplay some nineties music on zvooq\tPlayMusic\nplay some sad songs from the fifties\tPlayMusic\nadd this song to noreen s fresh finds six strings\tAddToPlaylist\ni would like reservations for giodi s in piper az \tBookRestaurant\nplay goldie hill s record on google music \tPlayMusic\nrate the previous essay 5 out of 6\tRateBook\nadd elastic love to this is stormzy\tAddToPlaylist\nshow movie schedules for animated movies playing close by now\tSearchScreeningEvent\ni wish to hear the playlist estado de ánimo on last fm \tPlayMusic\nplay music on spotify \tPlayMusic\ni would give basic battle skills a rating of four\tRateBook\ncan you give me the forecast for keytesville for 12 minutes from now\tGetWeather\nwhat is the forecast for orienta for hotter weather\tGetWeather\nplease locate sad love story novel for me \tSearchCreativeWork\ni need to find best of the west rides again\tSearchCreativeWork\ni want to hear a top ten soundtrack from 1984 by shinehead\tPlayMusic\nwhat will the weathr be in akin jamaica\tGetWeather\nfind movie times \tSearchScreeningEvent\nwhat will the weather be like in the bahamas eleven years and a half from now\tGetWeather\nplay eighties\tPlayMusic\nopen spotify and play a couple of celtic songs\tPlayMusic\nadd embryo to lessie s hands up\tAddToPlaylist\nwhat is the movie schedules\tSearchScreeningEvent\nadd this tune to my playlist guest list mashable\tAddToPlaylist\ni d like to eat at the original spanish kitchen in north carolina\tBookRestaurant\nrestaurant in west virginia for my son and i\tBookRestaurant\ni d like to see snowball express\tSearchScreeningEvent\nthe book the chymical wedding is only worth 3 points \tRateBook\nwhat is the depression forecast for in five years  in altyn-emel-nationalpark\tGetWeather\nfind movies at the nearest cinema\tSearchScreeningEvent\nadd undressed to my country icon playlist\tAddToPlaylist\nin a week  make a reservation for a table of 7 in district of columbia\tBookRestaurant\ni d like to watch abbott and costello meet the keystone kops at amco entertainment at 04:08:11 am\tSearchScreeningEvent\nwhat will it feel like in the current place in july\tGetWeather\nwhere can i see animated movies in the neighborhood \tSearchScreeningEvent\nplay the greatest james yorkston song\tPlayMusic\nbook a spot at a crown burgers that is close by west compton\tBookRestaurant\ni give the knife of dreams saga a 0 of 6\tRateBook\nsearch for comedy underground with dave attell\tSearchCreativeWork\ni want to see animated movie in the neighbourhood\tSearchScreeningEvent\ni m looking for an album called the orchestrion project \tSearchCreativeWork\nbook a best restaurant in wrigley \tBookRestaurant\nput kan on my indie rock road trip\tAddToPlaylist\nadd hello  my lover  goodbye to my deathcore playlist\tAddToPlaylist\nplay glenn yarbrough tunes\tPlayMusic\ni want to read the book the lion sleeps tonight\tSearchCreativeWork\nbook a reservation for irene and rosella at the room in the elephant in israel\tBookRestaurant\nfind a painting called break down \tSearchCreativeWork\nbook a bar that serves stracciatella in north dakota for four at four am\tBookRestaurant\nplay music on netflix by don kikas\tPlayMusic\nwhat time is sundown: the vampire in retreat showing\tSearchScreeningEvent\nrate this album 4 points\tRateBook\nrate this album 0 points\tRateBook\nadd a mina caputo album to my after hours party \tAddToPlaylist\nplay an masaki aiba tune\tPlayMusic\nshow me the schedule of american primitive in santikos theatres\tSearchScreeningEvent\nadd monsters this is prince playlist\tAddToPlaylist\nfind plitt theatres now showing poverty and nobility\tSearchScreeningEvent\nrate dick sand  a captain at fifteen a two out of 6\tRateBook\ngive this album three out of 6 points\tRateBook\ncan i get the movie times for in the neighbourhood movies\tSearchScreeningEvent\nplay some psychadelic music \tPlayMusic\nplay stereo by jonathan davis on deezer \tPlayMusic\nbook reservations at a restaurant that serves puglia for jan  24th\tBookRestaurant\nis there a snowstorm coming in dana at 4 pm\tGetWeather\nthis essay should get 1 of the points\tRateBook\nlook up the gun soundtrack\tSearchCreativeWork\nwhat time is kickboxer showing at cobb theatres\tSearchScreeningEvent\ni want to hear music off my indie festival playlist\tPlayMusic\nbook a table for 8 right now for a restaurant in meadow vale\tBookRestaurant\nplay me the greatest howard levy song\tPlayMusic\nplease use pandora to play a record from 1993\tPlayMusic\nwhat will the weather be like in nickelsville\tGetWeather\ni m looking for the saga lifelong ambitions\tSearchCreativeWork\nfind the schedule for heart beats \tSearchScreeningEvent\nis it temperate in the current location now\tGetWeather\ni want to hear music from carman from the 1966 album\tPlayMusic\nis liberator playing at the imax corporation at 11\tSearchScreeningEvent\nwhat s the weather forecast for pointe-heath ecological reserve at midnight\tGetWeather\nadd tune to nusic\tAddToPlaylist\nadd etta james to my anochecer urbano playlist  \tAddToPlaylist\nis transcending fear at malco theatres\tSearchScreeningEvent\nshow me the movie black summer\tSearchCreativeWork\nplay some music from the thirties\tPlayMusic\ni m looking for a local cafeteria that has wifi accesss for a party of 4\tBookRestaurant\nwill it be warmer in amnicon falls state park\tGetWeather\nplease use itunes to play something from 1986\tPlayMusic\nbook a spot for me and sonja at a popular pizzeria\tBookRestaurant\nfind animated movies close by with a movie schedule\tSearchScreeningEvent\nwhat s the weather forecast for mansfield\tGetWeather\nis it colder in paraguay this morning\tGetWeather\nadd amir khan to my playlist acoustic blues\tAddToPlaylist\nplay the top caleigh peters \tPlayMusic\ni d like to get a restaurant booked on mar  fourteenth in md \tBookRestaurant\nadd all together now to my playlist the road to punk rock \tAddToPlaylist\nshow me the album apache axis2\tSearchCreativeWork\nis it going to be hot in chrisman\tGetWeather\nopen netflix and find a movie with the song heartful\tPlayMusic\ni need a table for six at a bar that serves varenyky\tBookRestaurant\nrate my current album 5 points\tRateBook\nwuill it be cloudy in dickson city illinois\tGetWeather\ni wanna listen to a the top-twenty track of denniz pop in pandora\tPlayMusic\nwhat film to see at arclight hollywood\tSearchScreeningEvent\nfind the picture nur mit dir – a walk to remember\tSearchCreativeWork\ni d like to watch abbott and costello meet captain kidd at the nearest cinema\tSearchScreeningEvent\ngive the book buzz about bees a 2 star rating out of 6 \tRateBook\nwhat animated movies are at the closest movie theatre\tSearchScreeningEvent\nplay the latest melody from cliff edwards on deezer\tPlayMusic\nrate the current essay one out of 6\tRateBook\ngive 0 out of 6 points to current book\tRateBook\nrate the philosophic thought of ayn rand three of 6 stars\tRateBook\nfind remedial chaos theory  a soundtrack\tSearchCreativeWork\nbook a fried fish serving restaurant for one at 20 hours from now\tBookRestaurant\nfind me the showtimes for how to commit marriage \tSearchScreeningEvent\nfind a movie called no more sadface\tSearchCreativeWork\nfind a soundtrack called the book of folly\tSearchCreativeWork\nfind the song the fourth man\tSearchCreativeWork\nwhat animated movie are at the theater in the neighborhood\tSearchScreeningEvent\ngive this novel a two star rating \tRateBook\nput this song on my ntc high intensity training tracks playlist\tAddToPlaylist\nrate this album three out of 6 \tRateBook\ni want to book a restaurant within walking distance of my neighborhood \tBookRestaurant\nrate the current essay book four out of 6 points\tRateBook\nadd artist to showstopper being mary jane\tAddToPlaylist\nadd this track to krystal s piano 100\tAddToPlaylist\nadd the fire and the wind to my digster future hits playlist \tAddToPlaylist\nadd a song to my playlist independent music monday\tAddToPlaylist\nwhere is the closest cinema that features animated movies\tSearchScreeningEvent\ni m looking to book a seat at a bakery that serves coleslaw at 19:44:58 \tBookRestaurant\nhow will the weather be this summer in new york\tGetWeather\nthis current book only nets 3 out of 6 points\tRateBook\ngive the judas tree a zero\tRateBook\nwhat s the weather forecast for next week at my current position\tGetWeather\nfind movie schedules for me\tSearchScreeningEvent\ni need a pub with a smoking room in ucolo reserved \tBookRestaurant\nwhat is the forcast now in kansas\tGetWeather\nfind a painting called beyond the neighbourhood \tSearchCreativeWork\nrate current saga one point out of 6\tRateBook\ncan i get the movie times for films in the neighborhood\tSearchScreeningEvent\nshow me animated movies that are playig at great escape theatres\tSearchScreeningEvent\ni want to find the adventures of lomax \tSearchCreativeWork\nplay twenties chant from lagaylia frazier on itunes\tPlayMusic\ni would like to book a table at a delicatessen in punjabi for me  angela and vilma\tBookRestaurant\nwhat time is last exit to brooklyn playing at movie house\tSearchScreeningEvent\ni d like to take a party of five today to a place in colorado\tBookRestaurant\ni rate cold tom four points and a best value of 6\tRateBook\nbook for lobster newberg this week in malaysia at a restaurant for four\tBookRestaurant\ni d like to watch broadway nights at megaplex theatres\tSearchScreeningEvent\nplay fourties chant music on last fm\tPlayMusic\nget soundtrack of comprehensive knowledge archive network\tSearchCreativeWork\nplay a record from 1950 \tPlayMusic\nadd glory in the highest a christmas record in my playlist cleaning\tAddToPlaylist\nplay concerto from 1951\tPlayMusic\nplay me something by funtwo\tPlayMusic\ngive this textbook a four\tRateBook\ngive this essay one star out of 6\tRateBook\nbook a table for a party of 7 next year in id \tBookRestaurant\nwhat are the movie times for films playing nearby\tSearchScreeningEvent\nadd this track to my gold school playlist\tAddToPlaylist\nwhat is the forecast for here at 8 am\tGetWeather\nadd this track to my love hurts playlist\tAddToPlaylist\nplay some fifties music by origa \tPlayMusic\nwhats the closest cinema showing swamp water\tSearchScreeningEvent\nplay the seamus heaney collected poems song\tSearchCreativeWork\nin twenty three hours and 1 second my daughter and i want to eat at a restaurant\tBookRestaurant\nplay a 1994 tune by lena horne\tPlayMusic\ni give this series a value of one and a best rating of 6\tRateBook\nrate the book the outlaws of sherwood two stars\tRateBook\ni d like to hear songs from iheart\tPlayMusic\nrate this book three out of 6\tRateBook\nwhat is the forecasted humidity in ghana for epiphany\tGetWeather\nfind the transformers: generations video game\tSearchCreativeWork\ni want to hear the latest twenties album from kyle riabko\tPlayMusic\ngive 1 points to current textbook\tRateBook\nlets eat at newport creamery in carnot\tBookRestaurant\nwhats the forecast for redby\tGetWeather\ni would give this novel four stars\tRateBook\nthe current album deserves 0 stars\tRateBook\nrate this book one for this stars judging\tRateBook\nwhere is ennarukil nee irunthal playing\tSearchScreeningEvent\nshawn lane should be moved to my cena con amigos playlist\tAddToPlaylist\nrate this book 3 out of 6\tRateBook\ncan you play a song from the newest movement by prince on lastfm\tPlayMusic\nshow me the movie schedule in the neighbourhood movies\tSearchScreeningEvent\ni want to see the television show the muppet christmas carol\tSearchCreativeWork\nadd agua y sal in classic jazz funk\tAddToPlaylist\nput the orange and the green on los 40 radio éxitos\tAddToPlaylist\nis it overcast in ziwa rhino sanctuary\tGetWeather\nbook a spot at a highly rated afghan restaurant\tBookRestaurant\ncan you add john scofield newest tune the selektor  to the playlist\tAddToPlaylist\ni want more francis healy in the rockin  vibes playlist  \tAddToPlaylist\nreserve a table for my bf and i at montreal pool room in indiahoma\tBookRestaurant\nwhat animated movies are playing at fox theatres\tSearchScreeningEvent\nis it forecast to be temperate here\tGetWeather\nplay the top chant music from 2014 \tPlayMusic\nbook reservations at a restaurant for eight people in new jersey\tBookRestaurant\nis it overcast close-by in illinois\tGetWeather\nrate this book one stars\tRateBook\ni would like to book a food truck with mughlai cuisine in somalia\tBookRestaurant\nplay the newest ep from the sixties\tPlayMusic\nrate current book 2 of 6 \tRateBook\nplay music by ryan malcolm from sympathy for the devil on pandora\tPlayMusic\nwhat is the forecast on 12/9/2039 at florida caverns state park\tGetWeather\nwhere can i purchase papers in regional science  the album\tSearchCreativeWork\ni need a table for 8 people at a restaurant in district of columbia \tBookRestaurant\nwhat animated movies are playing at imax corporation\tSearchScreeningEvent\nplay me some music youtube\tPlayMusic\nadd a jang nara track to the hip hop gaming playlist  \tAddToPlaylist\nwhat s the weather going to be like in a week at big walnut creek nature preserve\tGetWeather\ni d like to book a place to eat in ny \tBookRestaurant\nfind a tv show called studies in logic \tSearchCreativeWork\ni am giving this current textbook 4 stars\tRateBook\nwhat films are showing at the closest movie theatre\tSearchScreeningEvent\ncan you make reservations for a party of eight in iowa\tBookRestaurant\nrate this current saga one points\tRateBook\ni want to eat supper at a lesotho place\tBookRestaurant\ngive me showtimes for films in the neighbourhood \tSearchScreeningEvent\ncan you play an ep by tatjana iwanowna bulanowa\tPlayMusic\ngve 2 points to the stinky cheese man and other fairly stupid tales\tRateBook\nplay christian gangsta rap\tPlayMusic\nplay a top-10 ballad from 1995\tPlayMusic\nplay new melody by kenji ito on itunes \tPlayMusic\nfind a video game called the yellow claw\tSearchCreativeWork\nfind soundtrack titled the house of the yellow carpet\tSearchCreativeWork\nwhere can i see the show latin for lovers\tSearchCreativeWork\nadd robert nighthawk to novedades pop\tAddToPlaylist\ni d rate glaring through oblivion a zero of 6\tRateBook\nplease book a coffeehouse restaurant type room to accommodate gretchen  trisha and amber which serves pastelaria dish\tBookRestaurant\nwill it be freezing in new ringgold nebraska\tGetWeather\ni give one clear call zero out of 6 points\tRateBook\nfind journeyman \tSearchCreativeWork\nwhat s the weather forecast for connecticut\tGetWeather\nglory season deserves a perfect 5 points \tRateBook\nfind fanatic \tSearchCreativeWork\nrate merlin effect a 0 \tRateBook\ntell me if it ll be freezing in 5 years  in rockholds  norfolk island\tGetWeather\nplay iheart tunes by neil finn\tPlayMusic\nplay music from the year 1964\tPlayMusic\nwhere can i find the video game called izuna 2: the unemployed ninja returns\tSearchCreativeWork\na sport and a pastime is a solid 5 out of 6 points\tRateBook\nreserve a table for two at a  restaurant which serves creole around here in myanmar \tBookRestaurant\nadd reggaeton classics in playlist jennie  jennie\tAddToPlaylist\nplay the it could only happen with you album by lawrence\tPlayMusic\ni d like to watch movies now right nearby\tSearchScreeningEvent\ncan you pull up the sanford herald\tSearchCreativeWork\nfind dickinson theatres showing from bondage to freedom\tSearchScreeningEvent\ni need a table somewhere in culver city wa\tBookRestaurant\nwhat movies are scheduled at the nearest movie theatre\tSearchScreeningEvent\nfind back to boomtown: classic rats hits  a soundtrack\tSearchCreativeWork\nis the expected weather temperate here in 1 month\tGetWeather\ni would like to see the closest cinema playing films \tSearchScreeningEvent\ni rate the book you only live twice two points\tRateBook\nplay some rock music on youtube\tPlayMusic\nadd paula abdul to classic acoustic playlist\tAddToPlaylist\nplay a soundtrack from 1954 \tPlayMusic\nplay oliver cheatham s symphony from the thirties \tPlayMusic\nfind dyskografia nick cave and the bad seeds \tSearchCreativeWork\ni d like to watch movies close by\tSearchScreeningEvent\ncan i get the showtimes for animated movie in the neighbourhood\tSearchScreeningEvent\nplease find me the book step into my groove \tSearchCreativeWork\nadd this infernus tune do marsha s de camino a clase\tAddToPlaylist\nrate shadows alive 3 out of 6 points\tRateBook\nis it cold in windhorst\tGetWeather\nbook a restaurant in myanmar for 4 \tBookRestaurant\nadd artist matt noveskey to journey\tAddToPlaylist\ngo to bioruby\tSearchCreativeWork\nfind kerasotes theatres with movie times\tSearchScreeningEvent\nwill it be hot in the cayman islands on november 12th  2035\tGetWeather\nwhat is the weather in port vue\tGetWeather\nplay vivian stanshall from 1962\tPlayMusic\nwhat is the forecast for farmerville in cape verde\tGetWeather\nbook a table for doris and i in new tulsa\tBookRestaurant\nadd current album to my pop gaming playlist\tAddToPlaylist\ngive four stars to what the day owes the night\tRateBook\nwhat is the read all about it picture\tSearchCreativeWork\nadd this piece to my spotify orchestra cello playlist: colors of the wind\tAddToPlaylist\nplay some music from roberto carlos\tPlayMusic\nplease look up the novel  heroes of annihilated empires\tSearchCreativeWork\nwhat s the weather forecast in nationalpark banc d’arguin\tGetWeather\nplay music from 1959 by lenny leblanc on pandora \tPlayMusic\ni want this chronicle to get a rating of 4\tRateBook\ni d like to watch bound for glory at the closest movie theatre at 21:41:08\tSearchScreeningEvent\nwhat animated movies are at fox theatres\tSearchScreeningEvent\nbook me a reservation for an osteria campanian on jun  the 7th  2022\tBookRestaurant\ncan you give this textbook a 2 out of 6\tRateBook\nshow me the movie times for animated movies in the area  \tSearchScreeningEvent\ni d like to hear helen baylor\tPlayMusic\nshow me the movie schedule for movies around here\tSearchScreeningEvent\ntell me if there will be hail at tea time in nordland\tGetWeather\nadd naseer shamma to piano chill\tAddToPlaylist\nwhere do i play the video game the wild geese\tSearchCreativeWork\nrate the pig scrolls one of 6 points\tRateBook\nwhat s the weather in niagara\tGetWeather\nrate this album 0 points\tRateBook\nbook a restaurant in swaziland in 1 hour \tBookRestaurant\nis it warm at seven am in greenland\tGetWeather\nplay most popular from nil burak on slacker\tPlayMusic\ni give the following textbook three points\tRateBook\nrate the current textbook 3 of 6\tRateBook\nshow me it might as well rain until september\tSearchCreativeWork\nfind me the jquery mobile tv show\tSearchCreativeWork\ni think memorial day should have a rating value of 3 and a best rating of 6\tRateBook\nwhat is the weather now in james city\tGetWeather\nrestaurant scandinavian in grenada\tBookRestaurant\nwhat is the best restaurant in kentucky for ten at 0 am\tBookRestaurant\ngive the current novel a rating of 5 out of 6 \tRateBook\nplay magic sam from the thirties\tPlayMusic\nadd the album to the metalcore playlist\tAddToPlaylist\nwhat is the weather in steward\tGetWeather\nput sarah blasko onto my the metalsucks playlist \tAddToPlaylist\nbook a reservation for seven people at a highly rated restaurant that serves moroccan food in east greenville\tBookRestaurant\nplay me a song from 1972 by sweet emma barrett\tPlayMusic\nfind the movie schedule for the cineplex odeon corporation \tSearchScreeningEvent\nadd this artist to reggae classics playlist\tAddToPlaylist\nplay clay aiken s the bonny hind on groove shark \tPlayMusic\nbook a spot for 6 in pilot mound palau on feb  the twenty-fourth\tBookRestaurant\nwhat is the forecast for this current position for chilly temps\tGetWeather\nadd the artist leann rimes to the women of indie playlist  \tAddToPlaylist\nfind the movie schedule for fox theatres at supper time \tSearchScreeningEvent\nwill it snow in haigler bosnia and herzegovina\tGetWeather\ni want to hear a silvia night ep from the sixties\tPlayMusic\nincorporate nao kawakita into the epic classical playlist  \tAddToPlaylist\nplease call and reserve seating for march 6 at a diner in kyrgyzstan\tBookRestaurant\ni am giving this book called the wide window one out of 6 stars\tRateBook\ni d like to see the picture chrome dreams\tSearchCreativeWork\nadd this artist to sunshine reggae \tAddToPlaylist\nlist movie schedules\tSearchScreeningEvent\ngive me a list of films at amc theatres\tSearchScreeningEvent\nantoinette and i want to eat at an oyster bar that serves pizzette in south duxbury me\tBookRestaurant\nplay anything from the twenties\tPlayMusic\nreserve me seating midday at bear hotel\tBookRestaurant\n what is the nearest cinema playing the hour of temptation\tSearchScreeningEvent\nwhat is the price for the album praise the lord and pass the ammunition\tSearchCreativeWork\ni give jonathan livingston le goéland 2 of 6 points\tRateBook\ni give the alchemyst: the secrets of the immortal nicholas flamel 2 out of 6 stars \tRateBook\nshow the monkey soundtrack\tSearchCreativeWork\nplay the best chant of 1975\tPlayMusic\nshow the second civil war saga\tSearchCreativeWork\nrate this awful book called cold with 0 out of 6 points\tRateBook\nrate my current textbook three out of 6\tRateBook\nplay some dance music \tPlayMusic\nwhen is game in the sand playing at the movie house\tSearchScreeningEvent\nplease get me the very best of chicago: only the beginning \tSearchCreativeWork\nrate this novel one of 6\tRateBook\nforecast for vi \tGetWeather\nbook a table for me and my step uncle in malta at a cafeteria\tBookRestaurant\nwhat will the weather be in palm bay pa\tGetWeather\ni d give a man called ove a 1\tRateBook\ni give a zero rating for this essay\tRateBook\nadd an album in my playlist in the name of blues\tAddToPlaylist\nis there a lot of sun in qatar\tGetWeather\nadd the private collection onto my cena elegante playlist please \tAddToPlaylist\nbook a irish serving brasserie in az\tBookRestaurant\nis prophecy playing at malco theatres\tSearchScreeningEvent\nplay the most popular grace slick song that has a symphony sound\tPlayMusic\nrate leap into darkness 1 points\tRateBook\nadd this artist to my this is miguel bosé playlist\tAddToPlaylist\nwhat animated movies are showing in the neighbourhood\tSearchScreeningEvent\nrate blood and gold saga 0 points\tRateBook\nrate a thousand lies series a 3\tRateBook\nplay the last mile album\tSearchCreativeWork\nmy idea of fun is a book that should get 2 stars \tRateBook\nwhat time is the taking of pelham 1 2 3 playing at the movie theatre\tSearchScreeningEvent\nadd artist leonard cohen to my indie brazuca\tAddToPlaylist\nfind the movie schedule \tSearchScreeningEvent\nthis novel gets 1 star\tRateBook\nopen my music playlist on youtube\tPlayMusic\ni want to take christy  louise and alexandra to eat at 17:38:04 anywhere in ne\tBookRestaurant\ni want to hear ding dong bell on groove shark\tPlayMusic\ni need to book the beardslee castle in albania for me  cassie and lesley\tBookRestaurant\nplay pandora tracks by akhtar sadmani\tPlayMusic\ni would rate this textbook 5 points and a rating value of 6\tRateBook\nwhat s the movie schedule at national amusements\tSearchScreeningEvent\nthis chronicle rates a one for first contact\tRateBook\non itunes play the latest anna yesipova ep\tPlayMusic\nput conway twitty in the this is tchaikovsky playlist  \tAddToPlaylist\nplease rate the current textbook with 5 stars out o 6\tRateBook\nplay track real talk\tPlayMusic\nshow cold weather forecast in five hours and 1 minute in hokendauqua  mongolia\tGetWeather\nadd a tune to the calm vibes playlist \tAddToPlaylist\nis the sun coming out today in lacassine national wildlife refuge\tGetWeather\nshow me the album clarke\tSearchCreativeWork\nthe comics we loved gets 1 out of 6 points\tRateBook\nrate the zenith angle one out of 6 points\tRateBook\nneed a table at the goof in croatia for a party of three\tBookRestaurant\ni need to see cristo in india\tSearchCreativeWork\nis it forecast to be hot in greenland this winter\tGetWeather\nplay gothic music\tPlayMusic\ni need to book a theme restaurant this month in chile\tBookRestaurant\nplay breathtaking music\tPlayMusic\ninput this album onto my all things post list\tAddToPlaylist\nme and my father in law want go eat gratin at a restaurant\tBookRestaurant\nis it freezing close to dc\tGetWeather\nrate this album 1\tRateBook\nfind movie schedules for loews cineplex\tSearchScreeningEvent\ni want to read the novel love is in control\tSearchCreativeWork\nfind an outdoor facility for midday in datil at a pub for six\tBookRestaurant\ni am giving this current book under the series section one stars\tRateBook\nshow me then we came to the end\tSearchCreativeWork\ncan you find the novel journal of social work\tSearchCreativeWork\nplay teri meri by josh white\tPlayMusic\nadd artist to acoustic soul\tAddToPlaylist\nfind the labyrinthe game\tSearchCreativeWork\nrate the last saga 3\tRateBook\nwhat s the forecast for my current spot\tGetWeather\nwhat time is the cobbler playing  at the closest movie theatre\tSearchScreeningEvent\nshoe the movie showings for the closest cinema showing international movies\tSearchScreeningEvent\nrate my current book 3 out of 6\tRateBook\nplease look up the song  twist of shadows \tSearchCreativeWork\ni want to hear de eerste keer from paul caiafa  off of google music\tPlayMusic\nplease tell me the current and local movie times\tSearchScreeningEvent\ni want to rate the saga the italian two to 6 points \tRateBook\nwhat films are showing at national amusements\tSearchScreeningEvent\nthe cool world gets 4 points\tRateBook\nrate the current textbook a 5\tRateBook\nwhat movies are showing at the nearest movie house\tSearchScreeningEvent\ngive 2 out of 6 points to current book\tRateBook\nwhat is the weather forecast in 11 seconds for frederick douglass national historic site\tGetWeather\nbook a table in greece for 4\tBookRestaurant\nfind the picture their finest hour\tSearchCreativeWork\nplay ballad music by jeff lynne \tPlayMusic\ni need a reservation for 2 within walking distance of hoyt st\tBookRestaurant\nis it warm in vietnam\tGetWeather\nweather in nationalpark nevado tres cruces on mar  4th  2020\tGetWeather\nrate the current textbook 2 stars\tRateBook\nplay the song culture and psychology\tSearchCreativeWork\nbook a restaurant in mcmurray on august seventeenth for marjorie vasquez  edith and martina\tBookRestaurant\ni give this series a one out of 6\tRateBook\nfor this novel i give a rating of 4 out of 6\tRateBook\nplay me the last 1980 record by brenda kahn\tPlayMusic\nwhat is the weather forecast for maryland\tGetWeather\nweather for burr\tGetWeather\nfind the movie schedule \tSearchScreeningEvent\ni would like to book a restaurant in singapore for nine in 19 hours and 1 second \tBookRestaurant\ni think this book should have a rating value of 1 and a best rating of 6\tRateBook\nadd tune to this is trey songz\tAddToPlaylist\nadd without your love to my showstopper being mary jane list\tAddToPlaylist\nwill there be a lot of wind in west fargo gu\tGetWeather\nrate the australian ugliness 3 points\tRateBook\ni want to take me and my crew to the smoking room restaurant\tBookRestaurant\nwhat is forecast in keyes summit in new mexico at 3 pm\tGetWeather\nshow creativity in cross currents\tSearchCreativeWork\nadd however much i booze to my playlist called atmospheric black metal\tAddToPlaylist\ni want lay down your arms in the indie español playlist  \tAddToPlaylist\nadd jalal zolfonun to my nature noise\tAddToPlaylist\nplay melody music from 1988\tPlayMusic\ntell me if it will hail in kyrgyzstan\tGetWeather\nrate the city of lost souls one of 6 points\tRateBook\nplay me some music on deezer\tPlayMusic\nrate religion and dharma saga 1 points\tRateBook\nplay prints in the stone by helen baylor\tPlayMusic\ni need reservations in nd in the city of briarwood for me and my colleagues \tBookRestaurant\nadd the trey gunn tune to my french n  heavy playlist \tAddToPlaylist\ncan i use lastfm to listen to twilight time by dj khalil\tPlayMusic\ni need a bakery that serves beef manhattan at midnight for nine\tBookRestaurant\nthis is a 6 rating for the album down to one\tRateBook\nbook a spot for seven in 8 seconds from now\tBookRestaurant\nmake a table reservation at the top-rated brasserie in cotton center\tBookRestaurant\nplease look for orion you came and you took all my marbles\tSearchCreativeWork\nfind a photograph of time loves a hero\tSearchCreativeWork\nplay deezer\tPlayMusic\nwhat movie theatre playing animated movies is the closest\tSearchScreeningEvent\nplay fifties from sirusho harutyunyan\tPlayMusic\nplay fais les backs by sarah geronimo on youtube\tPlayMusic\nadd track to fresh finds\tAddToPlaylist\ni need a reservation for nine at 03:44 am in wi\tBookRestaurant\nrate my current textbook 0 out of 6\tRateBook\ncan i get the movie schedules in the neighbourhood for the newest films\tSearchScreeningEvent\nplay lily  rosemary and the jack of hearts by chris goss\tPlayMusic\nwhat s the weather in paulette yemen\tGetWeather\ntell me the weather forecast for my current spot 1 minute from now\tGetWeather\nshow the movie schedules with animated movies around here\tSearchScreeningEvent\nfind movie times \tSearchScreeningEvent\nplay some music from 1985 by rolf harris\tPlayMusic\nfind the album just for laughs\tSearchCreativeWork\nwill it be warm in the current place next spring\tGetWeather\nshow creativity of what is dead may never die\tSearchCreativeWork\nrate battle hymn of china five of 6 points\tRateBook\ncan i get showtimes for films in the neighborhood \tSearchScreeningEvent\nbook osteria restaurant for 1 person in mi \tBookRestaurant\nwill it be rainy in malta\tGetWeather\ngive after having spent a night among horses 0 out of 6 \tRateBook\ni would rate this book chronicle  3 out of 5 stars \tRateBook\ncan you play maggie mae on netflix\tPlayMusic\ni want to book at a pub with parking in cuba \tBookRestaurant\nfind the nearest movie house for the mystery of picasso\tSearchScreeningEvent\nadd heat of the night to my novedades viernes sudamérica playlist\tAddToPlaylist\nshow movie schedule of films in the area\tSearchScreeningEvent\nwhat system is bloodhounds of broadway the game for\tSearchCreativeWork\nhows the weather supposed to be on april eleventh close by lyons ferry park\tGetWeather\nwill there be a blizzard in chapel point state park or in the same area\tGetWeather\nthe last essay is a 2 out of 6\tRateBook\nplay dhafer youssef top-twenty on netflix\tPlayMusic\nwhen is that forward center died at dawn playing at the closest cinema\tSearchScreeningEvent\nadd this album to my us latin top 50 palylist\tAddToPlaylist\ncan you add something by vikki thorn to my lo mejor de los 80 s playlist\tAddToPlaylist\ni d like to watch monk comes down the mountain\tSearchScreeningEvent\nis it supposed to get colder here on 12/28/2019\tGetWeather\ngive 5 out of 6 points to short trips: a universe of terrors\tRateBook\ntell me what movies are showing at seven am at the closest movie house \tSearchScreeningEvent\ntv series for the thirty nine steps\tSearchCreativeWork\nwhere can i find the album the adventures of lolo ii\tSearchCreativeWork\nadd the tune to the indie workout playlist\tAddToPlaylist\nplay music from 2007 \tPlayMusic\nin eight years and a half from now i d like a reservation at a top-rated bar\tBookRestaurant\nfind a tv show called ace of spades \tSearchCreativeWork\nbook a stuffed ham serving pizzeria in independence corner\tBookRestaurant\nadd a bum note and a bead of sweat to my stress relief playlist\tAddToPlaylist\nfind a painting called the book of folly \tSearchCreativeWork\nwhat time is the bride’s journey playing at star theatres\tSearchScreeningEvent\nplay the cherry-tree carol by edwin mccain\tPlayMusic\nplay my funtime playlist on lastfm  \tPlayMusic\nbook me an indoor pub in jersey\tBookRestaurant\nreserve a table for nine people at a caribbean restaurant in white creek  utah \tBookRestaurant\nbook a reservation for a restaurant serving burger in malaysia\tBookRestaurant\ni want to read the book between a rock and a hard place\tSearchCreativeWork\nplay some 2002 music\tPlayMusic\nfind mother earth  a tv show\tSearchCreativeWork\nread the book journal of the bombay natural history society\tSearchCreativeWork\nestelle should be on my spring playlist\tAddToPlaylist\nthis textbook only gets two out of 6 stars\tRateBook\nrate this current essay a zero \tRateBook\ni want to play the game show me the wonder\tSearchCreativeWork\nwhats the movie schedules for animated movies close by\tSearchScreeningEvent\nis it nice in pw\tGetWeather\nfind half a sixpence photograph\tSearchCreativeWork\ni need movie times for movies in the area\tSearchScreeningEvent\nadd el noi de la mare to the new waltz playlist\tAddToPlaylist\nwill be warm in hallwood  kosovo\tGetWeather\nplay the lousy dance trailer\tSearchCreativeWork\nplease include emily remler in indie bluegrass\tAddToPlaylist\nadd the “chirping” crickets to my mellowed out gaming playlist\tAddToPlaylist\nfind the tyrant\tSearchCreativeWork\ncan you tell me what the weather is doing in north epworth  guam\tGetWeather\nrate the knife that killed me a three\tRateBook\nwill it be warm at mountainair\tGetWeather\nplay i believe from chico buarque off of iheart\tPlayMusic\ntell me the current forecast for switzerland\tGetWeather\nshow me the movie schedules for animated movies around here\tSearchScreeningEvent\nshow  of from south africa to south carolina\tSearchCreativeWork\nadd alexandra govere to my anochecer urbano playlist\tAddToPlaylist\nwhat will the weather be in angle cape verde at midnight\tGetWeather\nplease play some black metal music\tPlayMusic\nwhat s the weather forecast for here on jul  23\tGetWeather\nplay a sixties song by classified\tPlayMusic\nplay opera music on google music\tPlayMusic\nbook a table for 7 at a churrascaria that is highly rated\tBookRestaurant\nfind a brunch time cinema nearest with the president is coming\tSearchScreeningEvent\ni d like to eat in montana on 10/22/2030\tBookRestaurant\nadd bright and breezy to my this is gucci mane playlist\tAddToPlaylist\nrate the previous essay four of 6 points\tRateBook\ni want to eat louisiana fried chicken in mccoll  ia\tBookRestaurant\nfind saison 7 de sons of anarchy\tSearchCreativeWork\ni want to hear that track from 1991\tPlayMusic\nplay instrumental pop\tPlayMusic\nwhat is the cold forecast for our current position\tGetWeather\nadd welcome to the cruel world to my reggae classics playlist\tAddToPlaylist\nwhen religion becomes evil is only worth 1 stars\tRateBook\nadd gary valenciano to the power gaming playlist  \tAddToPlaylist\ni want to book a highly rated fast food restaurant now \tBookRestaurant\nshow weather forecast in kenya\tGetWeather\ni need a book called student demonstration time\tSearchCreativeWork\nplay a record from 2005 by ruslana lyschytschko \tPlayMusic\nplay ramakadha by karl davydov please\tPlayMusic\nopen deezer and search for scott miller and play some of his new songs\tPlayMusic\nhow hot will be there in kanwar lake bird sanctuary tomorrow\tGetWeather\nfind manthra mothiram at century theatres\tSearchScreeningEvent\nfind the saison 7 de how i met your mother show\tSearchCreativeWork\nput this kan mikami tune on fresh finds cyclone\tAddToPlaylist\ni d like to watch movies at the closest movie theatre\tSearchScreeningEvent\nfind the work compiled fragments 1997-2003\tSearchCreativeWork\nfind a photograph called free the universe\tSearchCreativeWork\nplease add a tune by kaori utatsuki to my korean osts playlist\tAddToPlaylist\nadd kisaki to family road trip playlist\tAddToPlaylist\nwhat time is too young to marry showing\tSearchScreeningEvent\nplay steve harris false gestures for a devious public album\tPlayMusic\nadd toi to my timeless love songs playlist\tAddToPlaylist\ntell me the weather forecast thirteen seconds from now in ukraine\tGetWeather\nadd the go find to sólo para dos\tAddToPlaylist\nwill it hail in 1 second on riceboro delaware\tGetWeather\nplease look for catch a falling star\tSearchCreativeWork\nadd a track in nike running tempo mix\tAddToPlaylist\nis it windy in custar\tGetWeather\nbook a brasserie for seven in west yellowstone\tBookRestaurant\nfind the novel make peace not war\tSearchCreativeWork\ntell me when it will be warmer in woods hole  oklahoma\tGetWeather\nadd días felices to my todo reggaeton playlist\tAddToPlaylist\ni need a cambodian brasserie restaurant that is top-rated\tBookRestaurant\nwhat will the weather be in mascoutah  tanzania at 09:04:38 am\tGetWeather\nwill the weather be colder in naguabo four minutes from now\tGetWeather\nhow hot is it in pesotum\tGetWeather\nfind films scheudle in the neighborhood at 2\tSearchScreeningEvent\nput this whole album on the playlist called old school metal\tAddToPlaylist\nthe young lion saga gets a solid 4 points out of 6 \tRateBook\nfind me the movie schedule for arclight hollywood\tSearchScreeningEvent\ncan you give me weather details for my current spot\tGetWeather\nbook a table for seven in a pub in iraq which offers gluten free food about 141 days from now \tBookRestaurant\nplay some armik from the fourties\tPlayMusic\nneed to book a reservtion for a restaurant in maryland for me and my half sister\tBookRestaurant\nfind waiting for touchdown  a book\tSearchCreativeWork\nfind the modern world video game\tSearchCreativeWork\nwhat will the weather be like in three weeks in gates michigan\tGetWeather\nplay the latest thelma aoyama\tPlayMusic\nwhat cinema is playing great guy\tSearchScreeningEvent\nadd to laundry playlist with this song\tAddToPlaylist\nwhat will the weather be like in twenty two minutes at san pasqual battlefield state historic park\tGetWeather\ni d like to eat at a restaurant with wifi\tBookRestaurant\nadd maggie mcgill to my night vibes\tAddToPlaylist\ncan you place a reservation for me at ariston cafe\tBookRestaurant\nplay music by young steff\tPlayMusic\nadd to my playlist heavy gamer the name blaydon races\tAddToPlaylist\ni give the following saga a 5 \tRateBook\nfind movie times \tSearchScreeningEvent\nadd guy warren to my bossa nova dinner playlist  \tAddToPlaylist\nadd this rob campanella tune to psychedelic rock\tAddToPlaylist\nrate a spot of bother 3 stars\tRateBook\nfind movie schedules for close by films \tSearchScreeningEvent\nwhat will the weather be like at me current position in seventeen seconds\tGetWeather\nwhat s the weather in heritage hill state historical park\tGetWeather\nplay a record from 2015\tPlayMusic\ni want to find the show called fresh aire 7 \tSearchCreativeWork\nplease find the movie  a jingle with jillian \tSearchCreativeWork\nwhat films are scheduled around here\tSearchScreeningEvent\nis it better in holi or here\tGetWeather\nbook a restaurant in geddes on march the twenty-seventh for me and my husband\tBookRestaurant\nrate cold comfort farm a three out of 6 total\tRateBook\nwhat is the weather in gem\tGetWeather\nadd this track to downtempo beats\tAddToPlaylist\nadd vintage 74 to my mother s  primavera sound 2016 barcelona playlist\tAddToPlaylist\ni want another song in the women of latin music playlist  \tAddToPlaylist\nadd quicksand to my valentine s day love playlist\tAddToPlaylist\ni need to know when sensation in morgan’s creek is playing\tSearchScreeningEvent\nneed a table now somewhere nearby petit manan national wildlife refuge\tGetWeather\nadd this artist to my playlist named funtime\tAddToPlaylist\nsearch for the game the last horror movie\tSearchCreativeWork\nrate the crocus list five out of 6\tRateBook\nlook up the brave archer 2\tSearchCreativeWork\ngive one / 6 points to who will cry when you die\tRateBook\nplease book reservations for 3 people at a restaurant in alderwood manor\tBookRestaurant\nplease find the tv series back to bach\tSearchCreativeWork\nrate this essay 3 of 6 points\tRateBook\nfind the show portrait of countess karoly\tSearchCreativeWork\ni need a reservation for the original house of pies with three people in plandome manor pa\tBookRestaurant\nadd this artist to dubstep\tAddToPlaylist\nuse netflix to play in the arms of a woman playlist\tPlayMusic\ni m trying to find the show chant ii \tSearchCreativeWork\ngive this series three points out of 6 \tRateBook\nwhat s the weather in parthenon\tGetWeather\ni think this novel should get 0 stars\tRateBook\ni would rate this current series i m reading a two out of 6\tRateBook\nlook up adobe brackets soundtrack\tSearchCreativeWork\nplay any album from the twenties\tPlayMusic\nfind a popular diner that serves brazilian close by oklahoma for nine people  \tBookRestaurant\nadd jarvis cocker to my chillin  on a dirt road playlist\tAddToPlaylist\nbook a restaurant in north dakota for my child and i on november seventh  2037\tBookRestaurant\ni m looking to book a table at a gastropub that serves vegetarian for me and my team\tBookRestaurant\nbook a table for six at hubbell house in ne\tBookRestaurant\nrate the fairy caravan 5 of 6 stars\tRateBook\ngive mason & dixon a rating of three \tRateBook\ni want to eat panisses the nearby cafeteria in naytahwaush\tBookRestaurant\nadd spanish castle magic to daily lift\tAddToPlaylist\nrate the a-z guide to arranged marriage 0 of 6\tRateBook\nplay some mike porcaro\tPlayMusic\nbook a table for vermicelli at a restaurant\tBookRestaurant\nadd this artist to spain top 50\tAddToPlaylist\nplease book me seating at the food court in hazel green for nine\tBookRestaurant\nwhat is the forecast for papua new guinea for lunch for rainfall\tGetWeather\nrate this novel a 1 of 6 for me\tRateBook\nthis current essay deserves only a three rating\tRateBook\nput some mac wiseman in my latino caliente playlist  \tAddToPlaylist\nfind the covered wagon  a game\tSearchCreativeWork\nwhat s the weather in waretown lebanon\tGetWeather\nshow me the painting called the descendants \tSearchCreativeWork\ncan you make an addition to the old enough to enjoy this playlist with martin barre\tAddToPlaylist\nplay a sound track by mac dre \tPlayMusic\nbook a table in california for rita and brenda at hurley mountain inn on january the 11th\tBookRestaurant\nplay 1958 by wayne petti\tPlayMusic\nfind a reservation far from my work location in eight hours for 8 people at union auto company\tBookRestaurant\nmy great grandfather and i would like to get together at a taverna \tBookRestaurant\ncan you find the trailer for the young martyr\tSearchCreativeWork\ni need to find the creative work wave\tSearchCreativeWork\ngive grand conspiracy zero out of 6 points \tRateBook\nshow me god bless the child photograph\tSearchCreativeWork\nplay itunes  songs by gerard way\tPlayMusic\nreserve a table at a top-rated restaurant for dinner in twelve hours  \tBookRestaurant\nadd tracy chapman to late night jazz\tAddToPlaylist\nplay some 1991 dave barker\tPlayMusic\nadd the spine surfs alone to my playlist called the funny thing about football is\tAddToPlaylist\nwill there be s snowstorm at my current location this week\tGetWeather\nadd yuna ito to my cena elegante playlist\tAddToPlaylist\ni want to dine in luray\tBookRestaurant\nfind a book called environment and behavior \tSearchCreativeWork\ncan you play under the anheuser bush by pete doherty\tPlayMusic\nshow movie times\tSearchScreeningEvent\ncheck the forecast for orson for around 9 pm\tGetWeather\nplay some mark tremonti from the thirties \tPlayMusic\nadd potje met vet to my electronic gaming playlis\tAddToPlaylist\nadd antisleep volume 04 in all out 70s playlist\tAddToPlaylist\ni need a reservation for eight at the original soup man in northern mariana islands\tBookRestaurant\ni need to book a table at bridge round house in south dakota for me  emily and gena\tBookRestaurant\nbook a brasserie in cuney for seven people \tBookRestaurant\nadd keltech to my 70s road trip playlist\tAddToPlaylist\nplay the trail of the lonesome pine on netflix\tPlayMusic\nadd this song to the pre-party playlist\tAddToPlaylist\nfind me the show krypto the superdog\tSearchCreativeWork\nwhat will the weather be in romania at 4\tGetWeather\nplay the most popular song by espen lind\tPlayMusic\nwhat kind of weather was forecast near harmony flats nature reserve last march \tGetWeather\nbook me a table at a top-rated tea house in suriname\tBookRestaurant\nplease add john deacon to the funtime activity playlist\tAddToPlaylist\nplay the artist joe\tPlayMusic\nadd this song to my metal playlist\tAddToPlaylist\nrate the costs of accidents a three\tRateBook\ni give the beatrice letters 2 out of 6 stars \tRateBook\ni d like to see forgetting the girl \tSearchScreeningEvent\ni want to book a restaurant for 6 on january third within walking distance of northvale\tBookRestaurant\nis it forecast to be stormy close to nimule-nationalpark 1 hour from now\tGetWeather\nplay my under the surface playlist \tPlayMusic\nbook a table for three people at john pearson soda works in mauritius \tBookRestaurant\ntell me if it ll be overcast nearby papua new guinea\tGetWeather\nrate understanding physics 5 out of 6\tRateBook\nplease play something on last fm\tPlayMusic\ngive one out of 6 to a week in the woods\tRateBook\ncould you play the album b men gahō by nathaniel shilkret\tPlayMusic\nplay symphony by josh gracin on slacker \tPlayMusic\nwhat movie is playing at showcase cinemas \tSearchScreeningEvent\nlist movie times at cinemark theatres\tSearchScreeningEvent\nplay music from lastfm and deezer \tPlayMusic\nrate this novel one out of 6 stars\tRateBook\nriver secrets deserves a best rating of 6 but zero points\tRateBook\nwhat times is the 7 faces of dr  lao showing at united paramount theatres\tSearchScreeningEvent\ni want to give among the enemy 4 out of 6 points\tRateBook\nwhat will the weather be like in the falkland islands starting may 25  2022\tGetWeather\nbook a reservation for a trentino restaurant in kansas\tBookRestaurant\nbook a restaurant for one in skillman\tBookRestaurant\nplay the newest melody by cisco adler on pandora\tPlayMusic\nrate the cry of the owl a four\tRateBook\nwhat films are showing in the neighbourhood\tSearchScreeningEvent\nbook me a table for five at the top-rated morocco restaurant \tBookRestaurant\nrate the autobiography of alice b  toklas 1 out of 6 stars\tRateBook\nwhat is the sri lanka forecast for snow\tGetWeather\nplay chant on groove shark from 1996\tPlayMusic\ni want to add a song by w c clark to my nerding around playlist\tAddToPlaylist\nwhat s the weather in oregon\tGetWeather\nplay music on my itunes\tPlayMusic\nwhat is the weather in neighboring oh\tGetWeather\nwhat will it be like in the current place at midnight\tGetWeather\nbook a food truck in argusville that has fish chips\tBookRestaurant\nadd rattus at the roundhouse to my funk playlist \tAddToPlaylist\nrate the beyond this place chronicle three of 6\tRateBook\nadd song to my mellow beats list\tAddToPlaylist\nplay me a mario vazquez movement\tPlayMusic\nadd adam yauch to my spooning\tAddToPlaylist\ni need to find the so nice soundtrack\tSearchCreativeWork\nplay dj subroc on itunes\tPlayMusic\nweather for nearby roselle\tGetWeather\nplay a sixties track by noam pikelny on iheart \tPlayMusic\nbook a table for eight people at a bar that has steak sauce in half moon american samoa right now\tBookRestaurant\nwhere is the adventure of the yellow curl papers playing\tSearchScreeningEvent\nthe dubstep dangles dirty playlist needs digital at montreux in it\tAddToPlaylist\ni need a reservation for a restaurant close by their hostel \tBookRestaurant\nmake me a reservation in nh for a party of two at a restaurant close by\tBookRestaurant\nadd so far to my retrovisor playlist  \tAddToPlaylist\ngo to attack of the planet smashers\tSearchCreativeWork\nshowtimes for animated movies fro goodrich quality theaters \tSearchScreeningEvent\ni want to book a tea house for 4 that serves madeleine\tBookRestaurant\nwhere can i watch the television show you make me hate music\tSearchCreativeWork\nmovie times at cooper foundation for sunset\tSearchScreeningEvent\ni m in bowling green  please book a restaurant for 1 close by \tBookRestaurant\nwhat kind of weather will be in va 12 years from now\tGetWeather\nadd sirusho to the 50 clásicos playlist\tAddToPlaylist\nplay magic time by phoebus\tPlayMusic\nthe book as sure as the dawn gets a two out of 6 rating\tRateBook\nplease make reservations for me and my roommate somewhere in bouvet island\tBookRestaurant\nfind a game called the guyra ghost mystery \tSearchCreativeWork\nadd this alan wilson track to my this is luis fonsi playlist\tAddToPlaylist\nwill it be warm in cotati in guinea-bissau\tGetWeather\ni want to listen to a popular melody by david bazan\tPlayMusic\nwhat is the forecast for sanibel\tGetWeather\nadd el pavo dustin to viajes\tAddToPlaylist\nput four in blue onto ultimate 00s \tAddToPlaylist\ni need a reservation for claudine  kelsey and shelley at a restaurant in palestine \tBookRestaurant\nbook a spot for five at a brasserie on jan  7  2023\tBookRestaurant\nput jazzy b on lazy chill afternoon playlist\tAddToPlaylist\nwhat s the weather forecast for sweden on oct  the fifth\tGetWeather\ngive the current part of the series 1 points \tRateBook\nwill it be colder this saturday in nc\tGetWeather\nwhat time is three cuckoo clocks playing\tSearchScreeningEvent\nplay trace adkins  music from the thirties \tPlayMusic\ni want to hear a track by ryohei yamamoto on vimeo\tPlayMusic\nshow me the picture sex and drugs and jesus christ\tSearchCreativeWork\ni am rating this book titled the billion dollar ransom 3 stars \tRateBook\nwill it be colder 1 minute from now in jersey\tGetWeather\ncan you play something off johan larsson s travelers and thieves\tPlayMusic\ni need a list of places in the area  that i can see animated movies in six minutes \tSearchScreeningEvent\nplay mea culpa by rahim shah\tPlayMusic\nwhat is the weather forecast for laos\tGetWeather\nfind welcome to the el-palacio  a movie\tSearchCreativeWork\nbook rosalie stewart and evelyn at a restaurant\tBookRestaurant\nadd track to all out 70s\tAddToPlaylist\ntell me the weather forecast faraway from tx\tGetWeather\ni want to book a pub in ms that serves festoni\tBookRestaurant\nwhat is the weather in arkansas the city of morrison\tGetWeather\ni d like to watch films at marcus corporation at twelve p m \tSearchScreeningEvent\nplay me some music from 1999\tPlayMusic\nwhere can i watch the tv series the trifecta\tSearchCreativeWork\nfind a picture called cahoots\tSearchCreativeWork\ngive zero star for current album\tRateBook\ngive the dark abode chronicle 2 out of 6 points \tRateBook\nplay some fourties music on zvooq\tPlayMusic\nwill it be hot during winter\tGetWeather\nweather for oct  16 in mo\tGetWeather\nbook bullfeathers\tBookRestaurant\nadd salil chowdhury to my 35 soul classics 1970 to 1975 playlsit\tAddToPlaylist\nrate my current textbook four out of 6\tRateBook\non dec  13  2018 i need a reservation for four in arizona\tBookRestaurant\ni d looking for the saga playcanvas \tSearchCreativeWork\nweather for six am in sc\tGetWeather\nbook a table for 1 at a restaurant\tBookRestaurant\nwhat will the weather be in fl on 1/11/2030\tGetWeather\nwill it still be warm nineteen hours from now in pa\tGetWeather\ni want you to add a george chisholm tune to my 40 hits playlist  \tAddToPlaylist\nplay the song evocation i – the arcane dominion\tSearchCreativeWork\nsearch for ayumi hamasaki countdown live 2007–2008 anniversary song\tSearchCreativeWork\ni want to hear steven harwell from the thirties\tPlayMusic\ngive portions from a wine-stained notebook: short stories and essays 0 points \tRateBook\nfind journal of the society for american music\tSearchCreativeWork\none stars for the following album\tRateBook\nshow me the movie called people and masks part 2\tSearchCreativeWork\nadd album to feeling blue\tAddToPlaylist\nrate the black mask 1 of 6 stars\tRateBook\nwhere is the nearest movie house that is playing sirivantha\tSearchScreeningEvent\ni m looking for the birth of a nation\tSearchCreativeWork\ntell me if it ll be colder next november in granite-steppe lands of buh\tGetWeather\nwhat s the movie schedule for b&b theatres\tSearchScreeningEvent\nplease find the movie schedule for animated movies playing in the neighbourhood \tSearchScreeningEvent\ni m rating the skystone with three points\tRateBook\nadd dan the automator to forever country\tAddToPlaylist\nshow song schedule of shoot for the moon\tSearchCreativeWork\nplay the album  dance hall at louse point \tPlayMusic\nfind a reservation for a tea house in lorain\tBookRestaurant\nadd all bad to the summer of love playlist  \tAddToPlaylist\nplay something from my songs for you  not your parents playlist\tPlayMusic\nrate the war of the roses 2 out of 6\tRateBook\nplay peja tunes\tPlayMusic\nput mike mccready in the kitchen swagger playlist  \tAddToPlaylist\nrate this album one value\tRateBook\nadd ray noble to my chill vibes playlist \tAddToPlaylist\ni rate the book rusty string quartet a 4\tRateBook\ni want to hear music from the lotus flower album by andy mccoy\tPlayMusic\nplease book me a reservation this year for a restaurant within the same area of my office\tBookRestaurant\nwhat films and movie times are close by\tSearchScreeningEvent\nis the films 19 hours from now playing at landmark theatres\tSearchScreeningEvent\nhelp me find the work graphics animation system for professionals\tSearchCreativeWork\ni want to see the happy thieves at marcus corporation  can you show me movie times \tSearchScreeningEvent\nlook up the making of milwaukee\tSearchCreativeWork\ni want to book the commons restaurant for five on dec  the eighth\tBookRestaurant\nis the strange case of the end of civilization as we know it playing at the movie theatre\tSearchScreeningEvent\nadd this tetsuya komuro track to my soulful disco playlist\tAddToPlaylist\nrate encyclopedia of domestic animation four out of 6 stars\tRateBook\nrate the current essay zero stars\tRateBook\nplay me a song by hank thompson from moa anbessa\tPlayMusic\nuse groove shark to play music from the nineties\tPlayMusic\nis love coach playing at speakeasy theaters\tSearchScreeningEvent\nrate the next book four stars\tRateBook\nwhat films are playing at the closest movie house\tSearchScreeningEvent\nrate this series one of 6\tRateBook\nfind the schedule for the cup winner at the closest movie house \tSearchScreeningEvent\ni want to hear gothic rock on lastfm\tPlayMusic\ngive this album four stars\tRateBook\nshow me skyfall: original motion picture soundtrack  \tSearchCreativeWork\nis a man called hero playing during brunch at the cinema\tSearchScreeningEvent\nplay the newest ballad from chad urmston\tPlayMusic\nrate this book a zero\tRateBook\nshow movie times\tSearchScreeningEvent\nplay white noise \tPlayMusic\nfind a television show called the high chaparral \tSearchCreativeWork\ni want to hear choice on last fm from the twenties \tPlayMusic\nbook a restaurant table at the food court in the spa sixteen hours from now\tBookRestaurant\nfind the game blogbridge\tSearchCreativeWork\nrate wolves eat dogs 5 out of 6 points\tRateBook\nbook a restaurant in hi\tBookRestaurant\nadd little musgrave and the lady barnard to ora s punk rock workout playlist\tAddToPlaylist\ni want to hear dido from 1966 on youtube\tPlayMusic\nis it going to be warm here for brunch\tGetWeather\nplay a top-fifty 1965 album by ski\tPlayMusic\nrate the current novel two points out of 6\tRateBook\nbook a spot for nine near togo\tBookRestaurant\ni would rate the story of the glittering plain a zero\tRateBook\nrate theodore boone: the accused five out of 6 points\tRateBook\ncan you play a song off the album  jungle\tPlayMusic\nwhat s the forecast for mt next week\tGetWeather\nholly and brittany need a reservation for a sardinian tea house close by co\tBookRestaurant\nplay roy orbison tunes now\tPlayMusic\nrate the postman always rings twice zero stars out of 6 \tRateBook\nlook for the journal of toxicology and environmental health soundtrack\tSearchCreativeWork\nneed table for two in pleasant city\tBookRestaurant\ni want to book a popular fast food food place in mn for my friend and i \tBookRestaurant\nwill it hail in 1 minute in toms river\tGetWeather\nadd this song to clarice s latino caliente playlist\tAddToPlaylist\nwhat s the weather forecast for delaware right now\tGetWeather\nrate the white abacus zero out of 6 points\tRateBook\nforecast for laguna heights barbados\tGetWeather\nwhat is the forecast for 8/26/2022 in vermont\tGetWeather\nplease play a song off the curtis lee album rough diamonds\tPlayMusic\ni need to know what the weather will be like in gradyville at breakfast  in the state of colorado \tGetWeather\nis it sunny in qatar\tGetWeather\nbook a table in alberton for me and my mother in law at a restaurant\tBookRestaurant\nwhat movies are at the nearest movie house\tSearchScreeningEvent\nwhen is old enough showing at the movie house\tSearchScreeningEvent\nplay dancing through life by ronald isley on spotify\tPlayMusic\nplay some seventies dj colette\tPlayMusic\nfor the current essay i give a total of 1 stars\tRateBook\nwhere and when is unleashed – entfesselt playing\tSearchScreeningEvent\nshow the best of minnie riperton saga\tSearchCreativeWork\ni d like to play the album beloved rogues\tSearchCreativeWork\nbook a reservation for nine at an outdoor restaurant\tBookRestaurant\nwhat is the weather forecast for east cleveland  republic of the congo\tGetWeather\nwhat time around here can i fins animated movies\tSearchScreeningEvent\nplease find movie schedules\tSearchScreeningEvent\ngive bruce lee: the man only i knew 5 points \tRateBook\nlet me know when i can watch actrices \tSearchScreeningEvent\nshow the movie schedules in the neighborhood for animated movies\tSearchScreeningEvent\nrate the simon & schuster encyclopedia of dinosaurs and prehistoric creatures 0 points \tRateBook\nrate this textbook 1 of 6\tRateBook\nrate measuring the world one points\tRateBook\nplay a song off the best of siouxsie & the banshees by faustino oramas\tPlayMusic\nplease find me the work  ace of spades \tSearchCreativeWork\nadd track by klute to winifred s de camino a clase playlist\tAddToPlaylist\ni d say life in the iron mills was a five\tRateBook\ncan you put this xandee song onto my chill playlist\tAddToPlaylist\ni want to book an indoor brasserie within walking distance in me \tBookRestaurant\nplay the newest released song from 1951\tPlayMusic\ncan i see the tv show the closer i get\tSearchCreativeWork\ngive 2 out of 6 points to current essay\tRateBook\nis the skull playing at loews cineplex\tSearchScreeningEvent\nplay my new indie mix on google music \tPlayMusic\nwhere is feast ii: no limit playing\tSearchScreeningEvent\ni want to hear something eclectic\tPlayMusic\nwill it be rainy faraway in charleston lake provincial park in 13 hours\tGetWeather\nbook coney island neighboring va for marina and i \tBookRestaurant\nplay the playlist gypsy swing\tPlayMusic\nrate this current novel 5 points\tRateBook\nrate this book chronicle 1 points\tRateBook\nfind the television show birth of the cool\tSearchCreativeWork\nwhen is man in outer space playing at megaplex theatres\tSearchScreeningEvent\nfind a song called in your eyes \tSearchCreativeWork\ni d like to see the show migration\tSearchCreativeWork\nadd the name not fade away to the playlist the midnight hour\tAddToPlaylist\nlets go eat this fall at any restaurant that has parking in finland\tBookRestaurant\ni want to give the current saga 0 stars \tRateBook\nadd this album to digster future hits\tAddToPlaylist\nfind movie schedules for animated movies around here \tSearchScreeningEvent\nrate my current essay zero out of 6\tRateBook\nbook a table for 0 pm in fayette for rachael morris and shannon near there\tBookRestaurant\nbook reservations at a restaurant in ne for 4 people on apr  2  2021\tBookRestaurant\nfind the schedule for brick \tSearchScreeningEvent\nbook a restaurant with a pool with alta  deborah and bertha in ia \tBookRestaurant\nplay a music theme by anna nikolajewna jessipowa\tPlayMusic\nwhat is the current selling price of the novel the sims 3: island paradise\tSearchCreativeWork\nrate the current book a zero \tRateBook\nadd the time warp to wild & free workout\tAddToPlaylist\nis the lady and the highwayman playing at 7 a m  at dipson theatres\tSearchScreeningEvent\nwill it be rainy nine weeks from now close to the matlacha pass national wildlife refuge\tGetWeather\nbook a brasserie for 3\tBookRestaurant\nshow movie schedules for fox theatres\tSearchScreeningEvent\nremember the city nets five out of 6 \tRateBook\npayette national forest is cold weather and have lunch within walking distance\tGetWeather\nplay the album making evening and night by cevin key \tPlayMusic\nis there going to be a depression in my current location on nov  the ninth\tGetWeather\nwhat is the paranormal activity: ghost dimension album\tSearchCreativeWork\nfind a movie called the easy way to stop smoking \tSearchCreativeWork\nwhat are movie times for animated movies close by\tSearchScreeningEvent\ncheck the forecast for zena  arkansas on last day of passover \tGetWeather\nwill it be stormy in saint pierre and miquelon in the city of wenham\tGetWeather\nis it going to be chilly here\tGetWeather\nplay the instrumental study on vimeo \tPlayMusic\nbook a spot for ten in morris ranch sd on nov  the twenty-second  2023\tBookRestaurant\nbook a restaurant for ten people 1 second from now \tBookRestaurant\nrate she: a history of adventure a one of 6\tRateBook\ngive 2 out of 6 to smoke in the forest\tRateBook\ntaken at the flood only gets 2 points out of 6  \tRateBook\ni want to put sons of the sea on the pulse of americana playlist\tAddToPlaylist\nadd shelby lynne to my playlist this is luis fonsi\tAddToPlaylist\ncan you look for the creative work called no gravity\tSearchCreativeWork\nrate breakheart pass two out of 6\tRateBook\nadd a song to the para dormir playlist \tAddToPlaylist\nadd georgetown university alma mater to my evening acoustic playlist\tAddToPlaylist\ntell me if it ll be freezing next month in rhode island\tGetWeather\ntell me what movies are at amc theatres \tSearchScreeningEvent\nwhere to buy video game of think fast\tSearchCreativeWork\ncan you pull up the television show called electric boogaloo\tSearchCreativeWork\nis the forecast windy in nigeria on nov  the 6th\tGetWeather\ni need the weather in muncie\tGetWeather\ncan you book a table for a party of 6 close to dekalb av\tBookRestaurant\ngive 5 star to the book the knight of newts\tRateBook\nshow the blackberry bush show\tSearchCreativeWork\nopen groove shark and play jason mizell\tPlayMusic\ni want a table for 4 at any kind of goiano bar\tBookRestaurant\nplease inform me when i can see the abdication at a movie theatre \tSearchScreeningEvent\ni would like a cafeteria at 10:41:51 am for seven\tBookRestaurant\nwhat will the weather be in croatia\tGetWeather\nmake a reservation for hillary  dina chavez and alexis\tBookRestaurant\ngive this novel a rating of 1 points \tRateBook\ni would like reservations for cliff house in seven months for six people \tBookRestaurant\nplay the track fight on  state by yuvan shankar raja\tPlayMusic\ni would like to book a frozen yogurt restaurant for one\tBookRestaurant\nwhat animated movies are on the movie schedule close by\tSearchScreeningEvent\nfind the movie schedule \tSearchScreeningEvent\nwhat is the weather like now in washington\tGetWeather\nwhat s the weather in ri\tGetWeather\nplay noctámbulo pl\tPlayMusic\nwhat is the forecast for my current place at 23 o clock\tGetWeather\nwhen is the pirate fairy playing at amc theaters\tSearchScreeningEvent\nfind a novel called testing anywhere \tSearchCreativeWork\nfind a movie house with hollow reed\tSearchScreeningEvent\nplay me a tune by john clayton\tPlayMusic\nfind movie times for b&b theatres \tSearchScreeningEvent\nadd an album to my week end playlist\tAddToPlaylist\nwhat are the movie times for malco theatres\tSearchScreeningEvent\ngive me the movie schedule for films in the area \tSearchScreeningEvent\nplay ballad music from 1958\tPlayMusic\nplay classical x\tPlayMusic\nplay david banner on netflix\tPlayMusic\nshow creativity of novel lock\tSearchCreativeWork\ntell me the forecast in the same area here on robert e lee s birthday\tGetWeather\nplease play something that s freak folk on google music\tPlayMusic\nshow creative labor notes\tSearchCreativeWork\nshow the movie schedule\tSearchScreeningEvent\nfind the trailer for bill cosby presents the cosnarati: state of emergency\tSearchCreativeWork\nplay some sixties music\tPlayMusic\nshow me cut the rope video game\tSearchCreativeWork\nplay the song victim of changes from hawkshaw hawkins on spotify\tPlayMusic\nis this film going to be at malco theatres\tSearchScreeningEvent\ni want to book the black cat bar in ar\tBookRestaurant\nwhen is the naked eye playing at the closest movie theatre\tSearchScreeningEvent\nrate the book now and forever 1 out of 6 points\tRateBook\ncan i get the showings for films at the nearest cinema in 1 minute \tSearchScreeningEvent\nwill it be colder in winnebago\tGetWeather\nsearch for the video game the book of heroic failures\tSearchCreativeWork\nfind me haunted castle\tSearchCreativeWork\nadd showcase in a suitcase to the chill out playlist  \tAddToPlaylist\nplay some gospel music \tPlayMusic\nget me a table for one  at a popular brasserie\tBookRestaurant\ni need a reservation for the smoking room at a fast food place for 8 people\tBookRestaurant\nplay the song drifting on a reed by bobby g\tPlayMusic\nwhere can i watch the mark in a cinema\tSearchScreeningEvent\nlook for the editor & publisher tv series\tSearchCreativeWork\nbook a restaurant for a party of 7 in paraguay on saturday\tBookRestaurant\nplay rob dougan on youtube\tPlayMusic\nfind the photograph move any mountain\tSearchCreativeWork\ndoes pacific theatres have animated movies starting in 1 minute\tSearchScreeningEvent\nwhat will the weather be like in fourteen hours in eastville\tGetWeather\nplay some nineties eliza carthy\tPlayMusic\ni would give the book lavender and old lace a rating of three\tRateBook\nrate this book five of 6 points\tRateBook\nshow me the photograph a woman from the street\tSearchCreativeWork\nplay paul ortiz music from 1990\tPlayMusic\ni give the journal of a sad hermaphrodite a 0 out of 6 points \tRateBook\nrate the man from the ussr and other plays a 0\tRateBook\nwhere can i find the painting rss tracking\tSearchCreativeWork\nbook on feb  the twenty-sixth  2026 in tracyton for two at a cafe\tBookRestaurant\ncan you find me the work  frisbee: the life and death of a hippie preacher\tSearchCreativeWork\nfind movie times\tSearchScreeningEvent\nrate lone wolf 3 points\tRateBook\nwill it snow in my current location\tGetWeather\nplay some maynard james keenan songs from scenes from the big chair\tPlayMusic\nwill it be overcast in my current location at twelve pm \tGetWeather\nwhat will the weather be in four weeks around tsingy de bemaraha strict nature reserve\tGetWeather\nadd let the season in  to my  lo-fi love\tAddToPlaylist\nis it windy in june park\tGetWeather\nwhat movies are going to be screened at caribbean cinemas at fourteen o clock\tSearchScreeningEvent\ni need to know the weather for san martin\tGetWeather\nadd kd lang to my deep focus playlist\tAddToPlaylist\nwhat is the october 19th forecast for iran\tGetWeather\nwhere can i buy the something borrowed saga\tSearchCreativeWork\nwhat s the weather in mettawa oklahoma\tGetWeather\nbook a table for me and my crew scheduled for 10:47:15 pm in il \tBookRestaurant\nrate the book the guernsey literary and potato peel pie society a five\tRateBook\ncan yo find me the game a silence that screams\tSearchCreativeWork\nadd flying to my women of rock playlist\tAddToPlaylist\nplay the top 1991 sound track\tPlayMusic\nmake me a reservation for a party of 6 at a pub at five o clock in arizona that serves waffles in the city of hat creek\tBookRestaurant\nwill there be fog tonight at beamer memorial conservation area\tGetWeather\ni d rate this book 1 of 6 stars\tRateBook\ntell me if it will be hot on jun  the 10th in san de fuca  sweden\tGetWeather\nplay a symphony from bob hardy please\tPlayMusic\nhow do i get the soundtrack for hearts of fencing\tSearchCreativeWork\nlook for the compact forest proposal trailer\tSearchCreativeWork\nadd rev-raptor to 90s indie\tAddToPlaylist\nadd ghost on the dance floor to my autumn lounge playlist\tAddToPlaylist\nwhat time is tasher desh playing at the nearest movie house\tSearchScreeningEvent\nweather for afghanistan in one minute \tGetWeather\ni need a table for six pm for me and my step daughter at cafe rouge\tBookRestaurant\nwhat is the weather forecast tomorrow in french  ut\tGetWeather\nplay me a song by steve hackett from manuel\tPlayMusic\nadd thomas a dorsey to my big band\tAddToPlaylist\ni need another artist in the romántica playlist  \tAddToPlaylist\nwill it be chilly in milligan college  ak on law day\tGetWeather\ni need a restaurant for a party of three\tBookRestaurant\nplay some john oates on youtube \tPlayMusic\nplay the greatest vimeo tunes by angelo amorevoli on soundtrack\tPlayMusic\nis there a chance of hail in holiday hills\tGetWeather\nadd my very best to my road trip playlist  \tAddToPlaylist\nis it going to be warm in cottageville\tGetWeather\ni want to hear music from the sixties \tPlayMusic\nadd the yumi matsuzawa album to my sexy as folk playlist\tAddToPlaylist\nshow me the work the catholic weekly\tSearchCreativeWork\ncan you please assign two points to the white niggers of america chronicle\tRateBook\nplease find the closest cinema that s playing movies at 9 am\tSearchScreeningEvent\nplay music by daddy yankee\tPlayMusic\nbook a food truck in nisswa for 4 at 5 pm\tBookRestaurant\nplay music from 2011 \tPlayMusic\nwhere can i watch willy wonka & the chocolate factory\tSearchScreeningEvent\nadd sveta ljubav to my metal party playlist\tAddToPlaylist\nrate dragons of a vanished moon 1 of 6 points\tRateBook\nrate decoding reality 0 points\tRateBook\nplay the last rocko music with deezer\tPlayMusic\ncan i get the movie schedules for marcus corporation \tSearchScreeningEvent\nwhat s the forecast for il around tea time \tGetWeather\nplay jono el grande from the thirties\tPlayMusic\nrate this essay a 1\tRateBook\nfind a table for 7 at a joint in ok that s far from here\tBookRestaurant\ni give the current book two out of 6\tRateBook\ntell me where i can watch common law cabin\tSearchScreeningEvent\nfind a trailer called peggy sue \tSearchCreativeWork\nsearch for the exiles of time book\tSearchCreativeWork\nwhere can i find sebastien grainger & the mountains\tSearchCreativeWork\ni need a movie schedule for nearby animated movies\tSearchScreeningEvent\nwhat is the movie schedule for cineplex odeon corporation\tSearchScreeningEvent\nfind movie schedules \tSearchScreeningEvent\nadd bulat schalwowitsch okudschawa to retro pop\tAddToPlaylist\ni d like to put ryō yamazaki onto my sylvia plath playlist \tAddToPlaylist\nplay skin & bone by jess stacy on deezer\tPlayMusic\nbook a maharashtrian restaurant please \tBookRestaurant\nwhat time is the lottery man playing\tSearchScreeningEvent\nwill it snowstorm neighboring the rio grande wild and scenic river on feb  the second\tGetWeather\nplease let me know the weather forecast in louisiana state\tGetWeather\nput this artist in pachangueo total\tAddToPlaylist\nplay the catholic sun album\tSearchCreativeWork\nrate this album 2 of 6\tRateBook\nfor my té para tres list add cut the world\tAddToPlaylist\nfind the mary van note show\tSearchCreativeWork\nwhat is the weather forecast 131 days from now in atanassow-see\tGetWeather\ncan you play deezer from 2007\tPlayMusic\nmake a reservation for 7 people at a gastropub on isle of man \tBookRestaurant\nrate this  textbook 2 of 6 stars\tRateBook\nfind a table close by in the downtown area for sherri and i\tBookRestaurant\nadd this song to my playlist named britpop  etc\tAddToPlaylist\nadd the song by brian larsen to the cardio playlist\tAddToPlaylist\ni d like a table for three at black rapids roadhouse on february 24th  2039\tBookRestaurant\nbook reservations at the laurelhurst theater for a party of 7\tBookRestaurant\ni want to book the best steakhouse with south american cuisines in alaska\tBookRestaurant\nfind a united paramount theatres and movie times at 4 a m \tSearchScreeningEvent\nwill it be stormy in charleston\tGetWeather\nget me a table at prospect of whitby in blaine hill  id\tBookRestaurant\ni give the following part of the series one out of 6 \tRateBook\nplay the music from the playlist get lit\tPlayMusic\ni want to book the clarke cooke house in uzbekistan\tBookRestaurant\nlook for the kiss the girls game\tSearchCreativeWork\nplease find me the work  instrumental directions \tSearchCreativeWork\nbook a restaurant in michigan for 4 people \tBookRestaurant\ni m trying to find the game called give me my remote \tSearchCreativeWork\ntable for eight at the berghoff in sistersville in jul \tBookRestaurant\nwhat s the forecast for sai thong national park at 02:59 pm\tGetWeather\nadd track 70s smash hits to my\tAddToPlaylist\nput kurt cobain onto korean osts \tAddToPlaylist\nlist movie times at general cinema corporation\tSearchScreeningEvent\nis it cold in pw\tGetWeather\nplay a track by ishmon bracey on iheart \tPlayMusic\nplay socialism is good by terje bakken on spotify \tPlayMusic\ni want to book a spot at the local food court\tBookRestaurant\nwhen is dead birds playing\tSearchScreeningEvent\ni need a weather forecast for laos at one am\tGetWeather\nshow the swan princess\tSearchCreativeWork\ngive 1 stars to book mr ponsonby\tRateBook\nfind the closest showing of the taste of others at a cinema\tSearchScreeningEvent\nadd a song by  mark schultz to my ultimate indie playlist\tAddToPlaylist\nwhat movies are at loews cineplex\tSearchScreeningEvent\nplay dick marx\tPlayMusic\nwhat movies are playing in the area \tSearchScreeningEvent\ni d like to see showings for all the way home at kerasotes theatres \tSearchScreeningEvent\ngive me the weather forecast for the city of archie\tGetWeather\nis gods of metal playing\tSearchScreeningEvent\ntell me the weather forecast for azerbaijan\tGetWeather\nrate the eighth day three stars out of 6\tRateBook\nbook a reservation for a pub serving gateau in ms\tBookRestaurant\nwhich movies are being screened around here\tSearchScreeningEvent\nassign 0 points out of 6 to the gate of worlds\tRateBook\ngive me a link to the saga called copper – justice is brutal\tSearchCreativeWork\nadd ivan mane jarnowick to fusion fest\tAddToPlaylist\nwhat movie theatre has a matter of wife    and death\tSearchScreeningEvent\nbook cova in frisco city for me and therese at eight pm\tBookRestaurant\nfind the schedule for movies at harkins theatres \tSearchScreeningEvent\nthe feel good indie rock playlist needs another song \tAddToPlaylist\nplease book me a restaurant reservation at first watch in douglas  maine \tBookRestaurant\ngive death on the nile a three\tRateBook\ntell me the humidity index for elizabethville  indiana\tGetWeather\nplay chant music by david cook\tPlayMusic\ngive the current album 1 star\tRateBook\nbook a restaurant for 4 that s not far from ca\tBookRestaurant\nrate bestiary of dragons and giants four of 6\tRateBook\ni d like for you to add owen biddle to my old school death metal playlist \tAddToPlaylist\nplay some music from 1993 on itunes \tPlayMusic\ncan you let me know when troopers three is scheduled\tSearchScreeningEvent\nwill it be sunny on june 1  2021 in bathgate\tGetWeather\ni rate this essay a four of 6\tRateBook\ni d like to watch the tv show hola mary lou: prom night ii\tSearchCreativeWork\nwill there be fog on march 3  2038 in bonaire\tGetWeather\nbook the light horse tavern for 4 people \tBookRestaurant\nfind a television show called servidor apache \tSearchCreativeWork\nfind the schedule for films at the douglas theatre company \tSearchScreeningEvent\nadd best of uetoaya to wild country\tAddToPlaylist\nfind movie times for century theatres \tSearchScreeningEvent\nplay apbl98 by alden penner \tPlayMusic\nfind face the truth  a tv show\tSearchCreativeWork\nwhat are the movie times of films in the neighbourhood\tSearchScreeningEvent\ni give the flash series 0 out of 6 \tRateBook\nrate the book whit a zero\tRateBook\nadd kloden drejer to my listas de éxitos playlist\tAddToPlaylist\nwhen can iw atch great balls of fire - vampate di fuoco\tSearchScreeningEvent\nwhere is the closest movie house playing films now\tSearchScreeningEvent\ntell me the weather forecast for apr  twenty-fourth  2028 in san diego\tGetWeather\ncan you locate the novel  ismol family\tSearchCreativeWork\nbook a spot for 6 at a gateau restaurant\tBookRestaurant\nfor this book i rate four points\tRateBook\nrate the why is sex fun saga two of 6\tRateBook\nin the neighbourhood find movies starting in thirteen hours\tSearchScreeningEvent\nrate this textbook a 5\tRateBook\nfind home fires\tSearchCreativeWork\nwhat is the coulee city mt forecast\tGetWeather\nrat the current textbook a two out of 6 points\tRateBook\ni want to book a restaurant in bosnia and herzegovina \tBookRestaurant\ni m looking for the show pulse 2: afterlife\tSearchCreativeWork\nplay music on last fm\tPlayMusic\ncan you play the greatest sarah brightman song\tPlayMusic\ni need to reserve a table for my baby and i at a tibetan tavern\tBookRestaurant\ni would rate the codebreakers a rating of 6 and a value of 2\tRateBook\nfind a table at a joint with northern brazilian food in ga\tBookRestaurant\nwhere is the nearest movie house that is playing teaching to see\tSearchScreeningEvent\ngive one to this novel\tRateBook\nshow the blue meaning television show\tSearchCreativeWork\nwhat animated movies can i see at malco theatres\tSearchScreeningEvent\nwhat will be the wind speed around pembina gorge state recreation area october the 27th\tGetWeather\nadd the artist gougoush to the soul revived playlist\tAddToPlaylist\nbook a table for 5 at a pub during my macedonia trip that serves czech food \tBookRestaurant\ni want to find the very best of chicago: only the beginning\tSearchCreativeWork\nplay greatest chant music from beni arashiro\tPlayMusic\nwhat is the weather like in montchanin  nv\tGetWeather\nfind animated movies nearby\tSearchScreeningEvent\nadd artist abdel halim hafez to my conexiones playlist\tAddToPlaylist\ni m in tuolumne city and want fast food for a party of eight \tBookRestaurant\nwhat is the weather like in phnom sankos wildlife sanctuary\tGetWeather\nmake me a reservation that serves kebab at a delicatessen in ambler\tBookRestaurant\ncan you find me the assassination of jesse james by the coward robert ford saga\tSearchCreativeWork\nbook a bakery that serves souvlaki for tomorrow \tBookRestaurant\ngive this saga a 4\tRateBook\nwhat is the weather forecast for kinbrae\tGetWeather\nshow me the photograph rock you baby\tSearchCreativeWork\ntake me to the top-rated taverna in sealy for trattoria next week for 5\tBookRestaurant\nput this tune on guest list take\tAddToPlaylist\nrate the current essay 5 of 6 points\tRateBook\nplay a song from helena iren michaelsen on spotify\tPlayMusic\nbook now at a bakery at a spa\tBookRestaurant\nwill it be warmer at sunrise in jeffrey city\tGetWeather\nplay playlist riveting \tPlayMusic\nwhat will the weather be at noon in durbin oh\tGetWeather\nwhat do the movie schedules at b&b theatres look like\tSearchScreeningEvent\nfind a television show called tiny dancer\tSearchCreativeWork\ni want a table for eight in yakima rhode island\tBookRestaurant\nlist all the movies playing in the area now \tSearchScreeningEvent\ncan you put this track onto classic jazz funk\tAddToPlaylist\nplease add chris frantz to pop rising list\tAddToPlaylist\nshow me the schedule of dead snow\tSearchScreeningEvent\nwhat is the overcast forecast for torrey pines state beach\tGetWeather\nwill the weather be warm far from niger at 15 o clock\tGetWeather\ni want to listen to the soundtrack and then there was light\tSearchCreativeWork\ni d like to watch movies at amco entertainment\tSearchScreeningEvent\nrate the next essay five of 6\tRateBook\ni d like to eat at the best restaurant in coalton\tBookRestaurant\nwhen was the album start a fire released\tSearchCreativeWork\nplay music by artist mark ashley\tPlayMusic\ni want to play the game guitar heaven     the greatest guitar classics of all time\tSearchCreativeWork\nwhat s the weather in piperton rwanda\tGetWeather\nadd lisa to my playlist street dance\tAddToPlaylist\nshow movie crossgenesis\tSearchCreativeWork\nadd the artist to my southern gothic playlist\tAddToPlaylist\nwhat is the weather forecast for new mexico\tGetWeather\nplay a sixties song \tPlayMusic\nsearch for the dark side of the mind movie\tSearchCreativeWork\nshow the minutes to midnight photograph\tSearchCreativeWork\nis it warm in califon  tunisia\tGetWeather\nfind movie schedule in pacific theatres\tSearchScreeningEvent\ni rate the current textbook a 0 of 6\tRateBook\nput journey to love onto hip hop 2017 new school \tAddToPlaylist\ni want to view the picture in old monterey \tSearchCreativeWork\nrate witchcraft and paganism in australia 1 points out of 6\tRateBook\nsearch for the painting smart money\tSearchCreativeWork\nshow me the schedule for arclight hollywood for animated movies\tSearchScreeningEvent\nput the broken wave on lo más dance\tAddToPlaylist\nplay the sound track by ferry corsten\tPlayMusic\ntell me if it ll be humid at eighteen o clock in my current spot\tGetWeather\nplay me a song from 1976 by bennie moten\tPlayMusic\ngive the cia and the cult of intelligence a rating of 5 \tRateBook\nfind a show called in fondo al buio \tSearchCreativeWork\nwhat will the weather be like in farmington canal state park trail\tGetWeather\ni give this book a 3 out of 6  \tRateBook\nadd driven to tears to the viral semanal playlist  \tAddToPlaylist\nplay the top-20 rita macneil songs\tPlayMusic\nbook a reservation for 2 at a food truck with pool in new york\tBookRestaurant\ngive me the movie times at warren theatres \tSearchScreeningEvent\nbook a table in glennie for 1 in the northern mariana islands\tBookRestaurant\nput sonntagskind onto the playlist called soulful disco\tAddToPlaylist\nbook a spot for seven at a bar with chicken french\tBookRestaurant\nplease book a restaurant for party of 1 in seeley lake on july the fourteenth  2022 \tBookRestaurant\ni think this essay should be given four points and a best rating of 6\tRateBook\nwhat s the movie schedule for animated movies in the neighborhood\tSearchScreeningEvent\nbook a spot at the red onion in san marino for next week\tBookRestaurant\nadd this ricardo villalobos track to under the surface\tAddToPlaylist\ni am looking for the tv series strays\tSearchCreativeWork\ngive the current novel i am reading a five stars rating \tRateBook\nat 11 am will there be a snowstorm in fort pulaski national monument\tGetWeather\ni need to book a tropézienne restaurant six hours from now\tBookRestaurant\nwhat s the weather forecast at sixteen in oklahoma\tGetWeather\nfind the creative work brilliant tragic\tSearchCreativeWork\nplease get me stories from the english and scottish ballads show \tSearchCreativeWork\nrate fast food nation 2 points\tRateBook\nplay music by susumu hirasawa \tPlayMusic\nadd stephanie mcintosh to i love my 90s hip hop my playlist\tAddToPlaylist\nbook childs restaurants in bruno for 1 person on october 6th  2019 \tBookRestaurant\ngive 0 rating to she and allan book\tRateBook\nis it going to get hotter at the halfbreed lake national wildlife refuge\tGetWeather\nwill there be a lot of wind far away from here on sep  the twenty-third  2021\tGetWeather\nrate this essay four out of 6\tRateBook\nadd visible wings to my playlist entre los andes\tAddToPlaylist\nwill there be a snowstorm around eight pm in reed island state park\tGetWeather\nrate this essay four out of 6 points\tRateBook\nneed a resevation for a cafeteria stle restaraunt in the country of liberia for a party of 10\tBookRestaurant\nwill the weather in falcon heights call for rain\tGetWeather\nadd tinker  tailor to my playlist titled this is trey songz\tAddToPlaylist\nadd this track to anne s playlist named just smile\tAddToPlaylist\ni d give the mystery of the 99 steps three stars out of 6\tRateBook\nadd the album to my wild country playlist \tAddToPlaylist\ni give 1 stars out of 6 to this current series \tRateBook\nrate this album a one\tRateBook\nwhat time does military history of african americans play\tSearchScreeningEvent\nadd this track to llegando a casa\tAddToPlaylist\ncan you play crossover\tPlayMusic\nadd this matt bachand tune to pure rock & roll\tAddToPlaylist\ni want to see the local movie times\tSearchScreeningEvent\nadd la voce to my dubstep dangles dirty playlist\tAddToPlaylist\nbook a gastropub that serves pansette in skaneateles  pennsylvania\tBookRestaurant\nadd gn to night vibes\tAddToPlaylist\nbook a steakhouse with a pool for eight people \tBookRestaurant\ni would give things fall apart 3 stars\tRateBook\nwill there be a storm in aspinwall\tGetWeather\nadd rakim y ken y to my gold edition playlist\tAddToPlaylist\nadd a rating of zero points out of 6 to the inheritance of loss\tRateBook\nwhat movie house is showing sherlock holmes and the secret weapon\tSearchScreeningEvent\nbook me a table at a bistro that serves maple syrup for a party of 10\tBookRestaurant\ni d like to reserve a spot at a bakery in guyana in feb \tBookRestaurant\ngive 4 points to fight club\tRateBook\nweather for cougar canyon wilderness\tGetWeather\nfind the movie schedule at malco theatres \tSearchScreeningEvent\nwhere can i listen to the soundtrack of gibraltar: britain in the sun\tSearchCreativeWork\nbook a molecular gastronomy serving restaurant on march the 20th\tBookRestaurant\nwhat movies are playing at the closest cinema\tSearchScreeningEvent\nis the johnstown flood playing\tSearchScreeningEvent\ncan you find the painting shake otis at monterey\tSearchCreativeWork\nplease find pretty baby\tSearchCreativeWork\nplay some music from the twenties \tPlayMusic\ni want to read the novel alone at the microphone\tSearchCreativeWork\ni need a restaurant that can seat 3 in cochran that has wifi  \tBookRestaurant\ni want to see everytime we touch which is a painting\tSearchCreativeWork\nplay music by shinji miyazaki\tPlayMusic\nadd d roc the executioner to my this is zezé di camargo & luciano playlist  \tAddToPlaylist\nshow saison 5 de game of thrones\tSearchCreativeWork\nbook a restaurant for four people in wylliesburg \tBookRestaurant\nshow weather forecast in west crossett luxembourg in fourteen minutes\tGetWeather\nplay ngola ritmos top-ten songs\tPlayMusic\nwhat time can i expect films to start at the bow tie cinemas\tSearchScreeningEvent\nput live and rare into dancehall official\tAddToPlaylist\nbook me a restaurant in the northern mariana islands\tBookRestaurant\ni d like to eat at ten pm  anywhere neighboring to our house\tBookRestaurant\ni m looking for the saga the hardest part\tSearchCreativeWork\ni gave the current series 0 points\tRateBook\nshowtimes for animated movies in malco theatres\tSearchScreeningEvent\nadd tune to my playlist ironing\tAddToPlaylist\nbook a restaurant for 9 people \tBookRestaurant\nrate this novel 1 points \tRateBook\nplpay the top ten track from asia nitollano on spotify \tPlayMusic\nadd josefina pla to isabelle s guest list gamesradar playlist\tAddToPlaylist\ni d like to see completely well\tSearchCreativeWork\nplay songs by cheryl wheeler\tPlayMusic\ni want to watch uproar in the studio at the nearest cinema\tSearchScreeningEvent\ni d like showtimes for the story of wish you were here \tSearchScreeningEvent\nfind the tv series the farewell tour\tSearchCreativeWork\nwhat will the weather be here on dec  25th\tGetWeather\nfind films at showcase cinemas\tSearchScreeningEvent\nfind a tv show called the god boy \tSearchCreativeWork\nis it overcast in brazil in within walking distance\tGetWeather\nwhat is the movie schedules for films in the neighborhood\tSearchScreeningEvent\nwill it rain today in circleville\tGetWeather\nadd bad news to highway 61 playlist\tAddToPlaylist\ncan you get me a table reserved for three hundred thirty three days from now for eight people at a highly rated fast food place that serves north indian food not distant from moores mill\tBookRestaurant\ngive me the movie schedule for cineplex odeon corporation\tSearchScreeningEvent\nadd jonathan arons to my indie electronics playlist\tAddToPlaylist\nplay the album the outpost\tSearchCreativeWork\ni rate a moment in time  a 5\tRateBook\ngive one out of 6 points to current series\tRateBook\ni need to know what theatre is playing a happy coersion\tSearchScreeningEvent\nplease play a song by ahmad jamal\tPlayMusic\ni m looking for local movie schedules \tSearchScreeningEvent\nrate this series titled adolf hitler: my part in his downfall two stars\tRateBook\ni want to see the movie schedules for animated movies around here \tSearchScreeningEvent\nreserve a table in top of the mark lambertville  vermont \tBookRestaurant\nbook a restaurant that serves vezione verro one second from now \tBookRestaurant\ntell me the weather forecast for cape verde\tGetWeather\nwhat time is the secretary playing at the movie theatre\tSearchScreeningEvent\ni m looking to find suryavanshi \tSearchCreativeWork\nwhat is the forecast this month  in kosovo\tGetWeather\ni d like the weather forecast for albania\tGetWeather\nplay some dance on groove shark\tPlayMusic\nplya a tune by kancherla gopanna from 1951 on zvooq\tPlayMusic\nplay music using groove shark\tPlayMusic\ni want to give this book a rating of 2 points out of 6 \tRateBook\nwhat is the weather forecast for la cienega\tGetWeather\nrate the current essay a three\tRateBook\nlook for little computer people\tSearchCreativeWork\nwill there be snowfall this month in ut\tGetWeather\nfind a painting called screen souvenirs\tSearchCreativeWork\nplay an album from the fourties\tPlayMusic\nbook a table at a pub in china \tBookRestaurant\nwhat is the weather doing in south carolina right now\tGetWeather\nbook a spot at an osteria that has goiano in ward springs\tBookRestaurant\nadd dr know to the playlist named i love my 90 s r&b\tAddToPlaylist\ni would like a restaurant reservation for this year for 4 people \tBookRestaurant\nshe me the sons of satan praise the lord picture\tSearchCreativeWork\nadd always to dena s baroque 50 spotify picks playlist  \tAddToPlaylist\nis the little irish girl playing\tSearchScreeningEvent\nwhat is temperature in benin now\tGetWeather\nadd a song to my playlist black history salute\tAddToPlaylist\nfind movie times for movies in the neighbourhood \tSearchScreeningEvent\nwill it be sunny in occoquan bay national wildlife refuge by tea time\tGetWeather\nwill it be chillier on october 17 nearby east glacier park\tGetWeather\nadd ava leigh to my grime instrumentals playlist\tAddToPlaylist\nfind captain kronos - vampire hunter \tSearchScreeningEvent\ni need reservations at a restaurant at 20 o clock in fm\tBookRestaurant\nadd apathy to my electro sur playlist\tAddToPlaylist\nwill it be cloudy on sep  16 in palau\tGetWeather\nwhat movies are playing at amc theatres\tSearchScreeningEvent\ncan you put this song on the metal xplorer playlist\tAddToPlaylist\nbook a restaurant for ten people  \tBookRestaurant\nincorporate moribund the burgermeister into the 50 shades of love playlist  \tAddToPlaylist\nwhat will the weather be on april 9  2037 in new brunswick botanical garden\tGetWeather\ni need the closest movie theatre playing incense for the damned \tSearchScreeningEvent\nadd the artist jill vidal to my sinfonía hipster playlist\tAddToPlaylist\nfind friendship way\tSearchCreativeWork\ncan you add this tune to the night out playlist\tAddToPlaylist\nwhat films are playing at the nearest movie house\tSearchScreeningEvent\nshow movie schedule for animated movies in the neighborhood\tSearchScreeningEvent\nrate this novel two out of 6\tRateBook\nwhat is the tv show comfort\tSearchCreativeWork\ntell me the weather forecast for casa grande ruins national monument\tGetWeather\nrate this textbook four stars\tRateBook\nhow cold is it in cargray  argentina\tGetWeather\nlooking for the trailer for shaolin temple\tSearchCreativeWork\nwhat movie times are harkins theatres\tSearchScreeningEvent\nplay a melody from the nineties on google music\tPlayMusic\ngive me a list showtimes for the night of taneyamagahara \tSearchScreeningEvent\nadd a guy is a guy to the infinite indie folk playlist \tAddToPlaylist\ni d like a table for 3 at a brasserie in hillview ne that has mineiro\tBookRestaurant\nwhat films are there playing at cobb theatres\tSearchScreeningEvent\ni want to give the pilgrims of rayne three out of 6 stars \tRateBook\nplay some house music\tPlayMusic\nwhere can i purchase the tv series the royal sessions\tSearchCreativeWork\nrate current book 0\tRateBook\nshow me the movie schedules for any animated movies playing close by\tSearchScreeningEvent\ngive five points to current textbook\tRateBook\ni need to get a restaurant reserved in sd \tBookRestaurant\ngive this book a rating of 3 out of 6 points \tRateBook\nplay me a song by avispa music from 1965\tPlayMusic\nwhat films are at national amusements\tSearchScreeningEvent\nbook a northeastern brazilian restaurant for 10 am\tBookRestaurant\nwill it get chillier in las lomas  british virgin islands on nov  the 21st\tGetWeather\ngive 0 out of 6 points to this essay\tRateBook\nrate the last opium den 0 points\tRateBook\nadd clem burke in my playlist pre-party r&b jams\tAddToPlaylist\ncan you play the wanderer and his shadow \tSearchCreativeWork\nplay isaac hayes on pandora from love  sweat and beer ep\tPlayMusic\ni need seats for 6 at a place in ak\tBookRestaurant\nadd track to novedades viernes sudamérica\tAddToPlaylist\nplay newest soundtrack from 2008\tPlayMusic\ncheck the weather forecast for sappho\tGetWeather\nplay the garden of allah  from wade mainer\tPlayMusic\nrate the egg collecting and bird life of australia saga a one\tRateBook\nshow me the movie schedules\tSearchScreeningEvent\nlist movies for nearest movie house at brunch time\tSearchScreeningEvent\ncan you find a picture of the rambler\tSearchCreativeWork\nplay me a song from movies for the blind on pandora\tPlayMusic\nwhat s the weather forecast for devils den\tGetWeather\ni want to rate the current chronicle a two\tRateBook\nhelp me find the work unite and win\tSearchCreativeWork\nbook a spot for selma and molly at a steakhouse with saucisse that is close-by mcsherrystown\tBookRestaurant\ni want to book a food court  for 5 at 1 am\tBookRestaurant\nbook in rocky mound for four 1 hour from now\tBookRestaurant\ncan you find the tv show so what\tSearchCreativeWork\nshow the chemdex com photograph\tSearchCreativeWork\nis it going to be colder in bonnie\tGetWeather\nbook tun tavern for morning in norfolk island\tBookRestaurant\ngive 3 out of 6 stars to the submarine caper chronicle\tRateBook\nbook for one in indiana at a restaurant\tBookRestaurant\nrate the sunrise lands a zero\tRateBook\ni m looking for right on track \tSearchCreativeWork\nis it going to blizzard at my current position\tGetWeather\nsort to the last song on playlist from 1983 a chant by mark oliver everett\tPlayMusic\nadd this tune by rafet el roman to my latin pop rising playlist \tAddToPlaylist\nadd venetian snares onto the atmospheric calm playlist\tAddToPlaylist\nrate this book 1 of 6 points\tRateBook\ngive me the schedule for getting there: sweet 16 and licensed to drive\tSearchScreeningEvent\nwill there be wind in loyola\tGetWeather\nin my playlist rock gaming add mariem hassan con leyoad\tAddToPlaylist\nbook a  table for 9  scheduled for april the 8th in nj \tBookRestaurant\ni want to book an indonesian food truck \tBookRestaurant\nplay music using last fm\tPlayMusic\ncan you put live in detroit on the playlist peaceful piano\tAddToPlaylist\nfind the saga a very school gyrls holla-day \tSearchCreativeWork\nfind a movie called greatest time of year \tSearchCreativeWork\ncan you play an ep from the year 1958\tPlayMusic\nwhat is the weather like now in ak\tGetWeather\nshow me movie times at mjr theatres at 02:39:23 pm\tSearchScreeningEvent\nadd bossa nova soul samba to my jukebox boogie rhythm & blues playlist\tAddToPlaylist\nplay some jpop on google music \tPlayMusic\ni would rate this chronicle 4 stars\tRateBook\ni want to listen to merrily we roll along by marko desantis \tPlayMusic\nfind a soundtrack called the alice cooper show \tSearchCreativeWork\nbook a popular restaurant for two which is distant from avalon \tBookRestaurant\nwhat time is stranger in town playing at the nearest cinema\tSearchScreeningEvent\ncan i get the showings for mysterious crossing\tSearchScreeningEvent\nadd song to thrash attack\tAddToPlaylist\ni d like to go to douglas theatre company to see in beaver valley  what times will the movie be playing\tSearchScreeningEvent\ni want to add a song to the sunshine reggae playlist  \tAddToPlaylist\nadd another song to the cita romántica playlist  \tAddToPlaylist\nbook a restaurant on martin luther king jr  day with parking\tBookRestaurant\nfind painting big ideas\tSearchCreativeWork\nbook a highly rated bar in burkina for georgia and i\tBookRestaurant\nshow thousand miles movie\tSearchCreativeWork\nwill it be chillier seven weeks from now in senegal\tGetWeather\nrate the current book 3 out of 6\tRateBook\nbook a table for 4 in california\tBookRestaurant\ni want to add lady maisry to my playlist lo que suena new york\tAddToPlaylist\ni want jimmie noone on the playlist titled lo mejor de los 00 s\tAddToPlaylist\nwhat s the nearest cinema showing the death of stalinism in bohemia 1 second from now\tSearchScreeningEvent\nfind the show titled hell on earth 2006\tSearchCreativeWork\ni would rate the chronicle the monks of thelema a 2\tRateBook\nbook a table for 10 people at dunbrody country house hotel in strandburg \tBookRestaurant\nwhat will the weather be at thirteen in nj\tGetWeather\nbook the boon brick store for nine people \tBookRestaurant\ni rate the blood of others series only five points \tRateBook\nrate seeing the big picture a zero out of 6 points\tRateBook\npull up the video game  apothecary rx\tSearchCreativeWork\nadd the essential jacksons to my perfect concentration\tAddToPlaylist\nwhat is the humidity in missouri city sc\tGetWeather\nbook a restasurant in pohick delaware \tBookRestaurant\nrate the book the world is full of divorced women 2 out of 6 stars\tRateBook\nwhere to get painting of channel 4 news\tSearchCreativeWork\nplay top-twenty fourties movement music by mohammad reza lotfi \tPlayMusic\nis there an expected blizzard in brook  tennessee today\tGetWeather\nwhere can i watch chaos and desire\tSearchScreeningEvent\nwhat weather is in saint vincent and the grenadines on thursday\tGetWeather\npainting of live from the el rey theatre\tSearchCreativeWork\nplay a track by alpha blondy with deezer\tPlayMusic\ndoes wildorado have a hot temperature\tGetWeather\nassign 4 stars out of 6 to the chronicle  god and man at yale \tRateBook\nplay one good reason by tommy flanagan on itunes\tPlayMusic\nevolution and the theory of games gets a five out of 6 \tRateBook\ni need a table at t-rex for nine in brunei\tBookRestaurant\nwhat will the weather be like in 1 hour in bethesda\tGetWeather\nrate this chronicle two points\tRateBook\ntell me if there s be a depression in brazil\tGetWeather\nfind the book the crowd roars\tSearchCreativeWork\nrate the seventh decade two of 6 points\tRateBook\ngive zero point to this textbook\tRateBook\ni need the weather for 7/13/2036 in gwynedd valley\tGetWeather\nwhat is the movie schedules at consolidated theatres\tSearchScreeningEvent\nturn on last fm to listen to chara ballad from 1988\tPlayMusic\ni want to watch the television show little things\tSearchCreativeWork\nfind the ghostly swim 2 book\tSearchCreativeWork\nbook me a reservation at a burger joint close-by choate on july 16th  2022\tBookRestaurant\nwhat weather will hi have will there be hail twenty one minutes from now\tGetWeather\nwill you pull up my jueves de antaño playlist\tPlayMusic\nwhen and where is distrowatch playing\tSearchCreativeWork\nplease play a song for me from 1959\tPlayMusic\nin nh will it be chillier in west york at noon\tGetWeather\nrate the overton window series a two out of 6\tRateBook\nwhich animated movies are being screened at marcus corporation\tSearchScreeningEvent\ngive the current saga three stars\tRateBook\nrate hunting and gathering a two\tRateBook\nplay me the soundtrack for nothing personal \tSearchCreativeWork\ni want tanya stephens in my 35 soul classics 1970 to 1975 playlist  \tAddToPlaylist\nthe sleep machine rainforest playlist needs another tune\tAddToPlaylist\nshow me a movie theatre where screamplay is playing\tSearchScreeningEvent\nrate the doors of perception 3 stars\tRateBook\nwhat is the philippines forecast for humid weather\tGetWeather\nfind vegucated starting at zero pm\tSearchScreeningEvent\nbook a table for june the thirteenth  2033 in saint barthélemy for 6 at an indoor tea house\tBookRestaurant\nwill it be warm in gilmer  keeling islands\tGetWeather\ni want jean-georges for a party of 2\tBookRestaurant\nlet me listen to rouhollah khaleghi on deezer \tPlayMusic\nwhen is the blue of heaven playing\tSearchScreeningEvent\nwhat films can i see at malco theatres\tSearchScreeningEvent\nbook a brasserie for me and my team at four am\tBookRestaurant\nadd concrete roots to punk español playlist\tAddToPlaylist\ncan you get me the television show called start it up\tSearchCreativeWork\nplay these four walls by yummy bingham \tPlayMusic\nplay some alternative music on vimeo\tPlayMusic\nwhat films are showing at three o clock at the neighborhood cinema group\tSearchScreeningEvent\nwill it be foggy in 1 hour and 1 minute from now in ok\tGetWeather\nplease reserve a table at the food truck in wheeler for december 4th  2019\tBookRestaurant\nfind kb theatres with movies\tSearchScreeningEvent\nthe evil experiment gets zero out of 6 points\tRateBook\nwhat s the weather forecast for sequoyah national wildlife refuge\tGetWeather\nadd silver apples to teh sin estrés playlist \tAddToPlaylist\ni would rate the kid from hell a value of 1 and a best rating of 6\tRateBook\ntell me the weather forecast for inniswold  réunion\tGetWeather\ncan i get the showtimes for the scarlet and the black  at 12 pm \tSearchScreeningEvent\nwhat will the weather be like here on february 22  2024\tGetWeather\nis it hotter here on navy birthday\tGetWeather\nplay the most popular sound track from the 2006\tPlayMusic\nrenee sanders  marlene and jewel want to go to a gastropub in the spa\tBookRestaurant\nfind a painting called pulsions \tSearchCreativeWork\nwhat will be the temperature 1 minute and 8 seconds from now in green bottom wildlife management area\tGetWeather\ni rate 4 of 6 points for this textbook\tRateBook\nrate this book titled house of dolls three out of 6 stars\tRateBook\nplay music by country dick montana \tPlayMusic\ncan you put falling upstairs on my playlist entitled this is thomas rhett\tAddToPlaylist\nrate the fall-down artist 5 stars \tRateBook\nwhat films are playing at the closest movie house ar elevenses\tSearchScreeningEvent\nadd the album to my top 100 indie tracks on spotify playlist\tAddToPlaylist\ntell me when it will be hotter in china\tGetWeather\nplay the best songs by jes brieden\tPlayMusic\nrate the current essay four stars\tRateBook\nput this tune playing into my la mejor música dance 2017 playlist\tAddToPlaylist\nadd księga urodzaju to abigail s concentración\tAddToPlaylist\nrate this textbook a four\tRateBook\nis there going to be any snowfall today in lebanon\tGetWeather\nfind flesh and bullets\tSearchCreativeWork\nbook a reservation for 7 people at the french laundry on june the 8th  2029\tBookRestaurant\nthey knew mr  knight should get out of 6 a rating of two\tRateBook\ni want to hear sarban s greatest hits\tPlayMusic\nthe horrible book the black gryphon only gets 2 out of 6 \tRateBook\nwhat movies are showing at the nearest movie theatre in 8 minutes\tSearchScreeningEvent\nout of 6 stars i give the chronicle three and look forward to what s next \tRateBook\nfind movie schedules for movies in the area \tSearchScreeningEvent\nbook a table at one o clock at a bar that has parking\tBookRestaurant\nsearch for the album frog and the birdsong\tSearchCreativeWork\nzero points for birds of south asia  the ripley guide\tRateBook\nwhat s the closest movie theatre that s showing dough nuts\tSearchScreeningEvent\nwhat time is the nearest cinema playing the hopes of blind alley\tSearchScreeningEvent\nfind touch of eva  a tv show i want to see\tSearchCreativeWork\nwhen can i see red hot tires\tSearchScreeningEvent\nplay kings of the wild frontier by andrea bocelli\tPlayMusic\nplease look up the around the world in eighty days movie \tSearchCreativeWork\nfind a reservation for a highly rated brasserie for me and my step sister\tBookRestaurant\nadd song to punk playlist\tAddToPlaylist\nbook a spot for 6 at a tea house in tokelau\tBookRestaurant\nbook a tavern in colorado for two\tBookRestaurant\nwhat was the weather in my current position last october\tGetWeather\nwhere can i download the game miss robin hood\tSearchCreativeWork\n1 points for victory for us is to see you suffer\tRateBook\nwill it be colder in oswego 16 weeks from now \tGetWeather\nfind the schedule for fear chamber \tSearchScreeningEvent\ni want to hear something from post-punk revival\tPlayMusic\ni m looking for the television show titled justice league\tSearchCreativeWork\nwhat is the weather forecast for moffett\tGetWeather\nwhat s the forecast for emily  florida for aug  17th  2020\tGetWeather\nrate my life as a book five out of 6\tRateBook\ntell me if snow is in the forecast for teterville\tGetWeather\nadd time flies 1994-2009 to the jazzy romance playlist\tAddToPlaylist\nrate the book oath of swords three for 6\tRateBook\ni give the tin can tree a five of 6\tRateBook\nrate making sense of marx 2 stars \tRateBook\ngive 3 out of 6 stars to this essay\tRateBook\nadd this artist to my morning rhythm playlist\tAddToPlaylist\ngive four out of 6 stars for this chronicle\tRateBook\nfind films in 12 hours at the nearest movie theatre\tSearchScreeningEvent\nlist movie times with meal\tSearchScreeningEvent\ncan you help me locate the game  coast\tSearchCreativeWork\nbook a spot in 1 second that is neighboring robin s hotel\tBookRestaurant\nadd a kanon wakeshima track to the feeling blue playlist  \tAddToPlaylist\nwhat is the weather forecast for red rock lakes national wildlife refuge\tGetWeather\ni want to watch the tv show official detective\tSearchCreativeWork\nadd como un tatuaje to my hits of the 70s playlist\tAddToPlaylist\ni want to hear a fourties ballad by luciano\tPlayMusic\nfind the tv series the parent trap iv: hawaiian honeymoon\tSearchCreativeWork\nfind warren theatres films\tSearchScreeningEvent\nfind a tv show called the fighting men\tSearchCreativeWork\nfind a show called chompa toung \tSearchCreativeWork\nshow movie schedule in the neighbourhood films at five hours from now\tSearchScreeningEvent\nadd jack be nimble to my reggae bombastic list\tAddToPlaylist\nplease add something by steve freund to my this is luis fonsi playlist\tAddToPlaylist\nfind stained glass windows \tSearchCreativeWork\ni d like a table for two at a place in west whittier nevada on indigenous people s day\tBookRestaurant\nadd jeff burrows album to my country hits playlist\tAddToPlaylist\ni would like to book a restaurant for 9 on dec  13\tBookRestaurant\nadd rodriguez artist to my mujeres y hombres y fiesta playlist\tAddToPlaylist\nwhat s the weather for mccracken in niger\tGetWeather\nfind the photograph the air is on fire: soundscape\tSearchCreativeWork\nadd koichi sugiyama to whm\tAddToPlaylist\nwill there be fog in fairwood\tGetWeather\nplay some eighties movement music\tPlayMusic\ngive two points to wild blood\tRateBook\nfind the novel called loyalty \tSearchCreativeWork\nplay music by francis healy\tPlayMusic\nadd shake your rump to  my concentración indie rock playlist\tAddToPlaylist\nwhat s the weather in belize close to ten pm\tGetWeather\nwhere is all night long 3 playing 1 hour from now\tSearchScreeningEvent\nis it going to be snowy in ochopee massachusetts\tGetWeather\ninclude in my dreams in the this is new edition playlist  \tAddToPlaylist\nwhat is the current place forecast\tGetWeather\nplease show me the closest movie house playing wild on the beach in 1 minute \tSearchScreeningEvent\ni want to watch looney tunes platinum collection: volume 1 at a movie theatre\tSearchScreeningEvent\nis it chilly in alaska\tGetWeather\ncan super turnt up get added to my emotron playlist\tAddToPlaylist\nfind the rewind the film tv show\tSearchCreativeWork\nwhat are movie times for movies playing in the neighborhood\tSearchScreeningEvent\nfind the picture louder than bombs\tSearchCreativeWork\nrate the vanishing thieves 4 out of 6\tRateBook\nfind the novel what we did on our holiday\tSearchCreativeWork\nadd album to my massive soca hits\tAddToPlaylist\nwhen is one sunday morning scheduled to be played\tSearchScreeningEvent\nplay if you go\tSearchCreativeWork\ni give 4 of 6 stars for the saga a severe mercy\tRateBook\ncan you book me a table for 9 in de\tBookRestaurant\nwhat s the forecast for the weather at eight am in oxford\tGetWeather\nplease put this artist into my lo mejor de radio 3 playlist\tAddToPlaylist\nfind next of kin\tSearchCreativeWork\nwhat is the weather in mascotte\tGetWeather\nshow movie times at kerasotes theatres\tSearchScreeningEvent\nplay music off itunes \tPlayMusic\nwhat is the johnson creek forecast for chilly weather\tGetWeather\nadd dean martin track to metal xplorer playlist\tAddToPlaylist\nbook for six on jan  18  2029\tBookRestaurant\nrate the current textbook zero out of 6 points\tRateBook\ninclude hohenfriedberger marsch to my novedades pop list \tAddToPlaylist\nwhat is the movie schedule for films nearby\tSearchScreeningEvent\nbook a stracciatella provider coffeehouse  for 10\tBookRestaurant\ncan you add psycho to canciones que lo van a petar\tAddToPlaylist\nplay odessa by maartin allcock \tPlayMusic\ni would like reservations to a popular pub in burkina for 10 people \tBookRestaurant\nplay music from alison sudol\tPlayMusic\nplay music by don reno\tPlayMusic\nplay the last 1957 movement\tPlayMusic\nis it going to be humid faraway from here around dinner time\tGetWeather\nfind a painting called songs from tsongas\tSearchCreativeWork\nfind movie schedules for amc theaters\tSearchScreeningEvent\nplay the greatest melody from paul wright on pandora\tPlayMusic\nwhat is the weather of pine city\tGetWeather\ni think that this novel should get 2 points and a rating of 6\tRateBook\nplay some music from the last album of 1988 on lastfm\tPlayMusic\nplay ebony bones on itunes\tPlayMusic\ni think the dictionary of new zealand biography deserves 2 points\tRateBook\nshow creative album heredity\tSearchCreativeWork\nadd album to my french n  heavy list\tAddToPlaylist\nadd pete shelley to is it new wave\tAddToPlaylist\ni want to play the game the carny\tSearchCreativeWork\nfind seduced by madness  a trailer\tSearchCreativeWork\nwill there be a storm faraway from chapman ranch\tGetWeather\nadd song to this is philip glass\tAddToPlaylist\nwhat s the forecast for wendell\tGetWeather\ngive 5 points to the white hotel\tRateBook\nwhat was the weather last february in william a  switzer provincial park\tGetWeather\ngo to cali fire and add refrain to my playlist\tAddToPlaylist\nwhere is nichiren to mōko daishūrai playing\tSearchScreeningEvent\nadd inconfundible to stomp & holler\tAddToPlaylist\nbook at tavern on the green for in 1 minute in co\tBookRestaurant\nuse pandora to play korean osts\tPlayMusic\nreserve me a table a bar that serves african food for thirteen o clock for 1 in moravian falls \tBookRestaurant\nplay some contemporary christian on groove shark \tPlayMusic\nplease get me the crime and punishment in suburbia trailer \tSearchCreativeWork\nfind the movie schedule for animated movies close by \tSearchScreeningEvent\ncan you give me the forecast for 11 in bradner  ia\tGetWeather\nis blood is not fresh water playing at this movie theatre at 2 am\tSearchScreeningEvent\nis it freezing near medley\tGetWeather\nplay kaori mochida s most popular music on google music \tPlayMusic\nwhat is the 11 pm forecast for here and far\tGetWeather\nwhere can i view the photograph the phantom horse\tSearchCreativeWork\nplay my mellow beats playlist please\tPlayMusic\nplay the playlist  hardstyle  baby \tPlayMusic\nsearch for big ideas painting\tSearchCreativeWork\nplease tell me the movie times  \tSearchScreeningEvent\nfind the gamble \tSearchCreativeWork\nwhat is the weather nearby bermuda a week from now \tGetWeather\nply best 1973 sound track\tPlayMusic\nfind the schedule for for corn at eleven a m  at loews cineplex entertainment \tSearchScreeningEvent\nwhat is the forecast now in duson \tGetWeather\ni d like to see the picture teleform\tSearchCreativeWork\nfind information about the album flipper city\tSearchCreativeWork\nadd shooter jennings to the all out 70s playlist  \tAddToPlaylist\nwill it be windy in tequesta\tGetWeather\ngive 0 out of 6 points to current textbook\tRateBook\nwhat animated movies are playing at the douglas theatre company\tSearchScreeningEvent\nlook for the trailer of guitar heaven: santana performs the greatest guitar classics of all time\tSearchCreativeWork\nplease make reservations for three at a kosher taverna nearby our secondary residence \tBookRestaurant\nplay music from hide\tPlayMusic\ncan you locate the saga for the ringo sheena discography\tSearchCreativeWork\nare there any animated movies playing at the closest cinema\tSearchScreeningEvent\nput this song by rayvon on my all out 80s playlist\tAddToPlaylist\nbook a pizza serving tavern for me and my brother\tBookRestaurant\ni give emile  or on education five points \tRateBook\nfind the real story with gretchen carlson\tSearchCreativeWork\nshow famous classic tales television show\tSearchCreativeWork\nwhat is the forecast for temperate conditions in thailand in lopeno\tGetWeather\nhow much sun will there be at 07:03:43 pm  in jones chapel\tGetWeather\nwhat is the weather forecast for my current spot on jan  third  2036\tGetWeather\nwill it be cold in allardt  aruba\tGetWeather\nrate the current book series 4 out of 6\tRateBook\nbook a table for 2 at a highly rated restaurant within walking distance of taverna ok\tBookRestaurant\nfind a novel called a perfect day \tSearchCreativeWork\nmars probes gets a 1 rating \tRateBook\nplay the newest sound track from the thirties\tPlayMusic\nbook a table for my granddaughter and i at the restaurant  \tBookRestaurant\nbook the crown at whitebrook in the solomon islands for dec  the twenty-third  2029 \tBookRestaurant\nadd to my mac  n cheese playlist with tsūzetsu\tAddToPlaylist\nfind the television show called tactics\tSearchCreativeWork\nwhen is his english wife showing at the neighborhood cinema group\tSearchScreeningEvent\nadd another tune to kristine s laundry playlist  \tAddToPlaylist\nplay a top-five song by pete candoli \tPlayMusic\nrate the current essay 1 of 6\tRateBook\nplay top-50 peter frampton songs\tPlayMusic\nadd tune by leonard cohen to road trip\tAddToPlaylist\nwhat is the forecast for in eighteen minutes here for colder temps\tGetWeather\ni need a reservation for apr  the sixteenth  2027 in cazenovia  ca\tBookRestaurant\nput sita on bettie s global funk playlist\tAddToPlaylist\nbook a churrascaria restaurant for 2 which serves mezes \tBookRestaurant\nfind a highly rated brasserie restaurant in liberia and book a table for 5\tBookRestaurant\nwill the weather be temperate 188 days from now in zimbabwe\tGetWeather\nplay the theme music from 1963 by yuki koyanagi\tPlayMusic\nplay music from lastfm \tPlayMusic\nplease play some music from 1996\tPlayMusic\nfind afternoon movie times for movies in the neighborhood\tSearchScreeningEvent\nfind the passion of michel foucault novel\tSearchCreativeWork\ni want to give the saga in praise of the stepmother 2 out of 6 points \tRateBook\nbook a spot for six at a restaurant that serves fish and chips\tBookRestaurant\ninclude badmeaningood volume4 in jaime s animal stories playlist  \tAddToPlaylist\nwhat films are playing at pacific theatres\tSearchScreeningEvent\ni want to add club mix to the playlist with the title 50 clásicos\tAddToPlaylist\nplease make a reservation at ten at a bakery which serves burrito \tBookRestaurant\nrate the current series a one\tRateBook\nrate 12 great classics of science fiction zero out of 6 points\tRateBook\nadd the song to my we everywhere  playlist\tAddToPlaylist\nbook red crown tourist court now for ten not far from tin city\tBookRestaurant\nwill it be colder here one minute from now\tGetWeather\nshow the schedule of movie unborn but forgotten\tSearchScreeningEvent\ni want to give this novel zero\tRateBook\nwhat animated movies are playing at the closest movie house\tSearchScreeningEvent\nfind movie times \tSearchScreeningEvent\ni feel like this essay deserves four stars\tRateBook\nis it going to be colder in louisiana\tGetWeather\nplay pop\tPlayMusic\nbook me a restaurant for me  geneva and wilda for now in blacksville\tBookRestaurant\nfind the living room tapes  a tv series\tSearchCreativeWork\nmake me a reservation in colorado at nine am at national cash register building\tBookRestaurant\nplay some gotye\tPlayMusic\nplay the heinz strobl ep from 2016 on groove shark\tPlayMusic\nwhen is harassed being played at plitt theatres\tSearchScreeningEvent\nhow will be the weather in cotopaxi national park at breakfast time\tGetWeather\nrate the current book one of 6 points\tRateBook\nwhat s the weather in organ pipe cactus national monument\tGetWeather\nget me a highly rated restaurant in nigeria\tBookRestaurant\nlisten to vertexguy track\tPlayMusic\ni give the next essay 4 out of 6 points \tRateBook\ni need a photograph of days of wine and roses and other tv requests\tSearchCreativeWork\nwhat films are playing at great escape theatres\tSearchScreeningEvent\nwhat time are the animated movies playing at mann theatres\tSearchScreeningEvent\nplay used to love her by dara \tPlayMusic\nplease add 80s classic hits asking for it to my playlist\tAddToPlaylist\ni want to give this current novel 4 points\tRateBook\nwhat s the forecast for maltio strict nature reserve\tGetWeather\nthe mystery of the brass bound trunk deserves only a 1 star rating \tRateBook\ni need another artist in the new indie mix playlist  \tAddToPlaylist\nrate the at the villa rose series 3 of 6\tRateBook\nbook something for darlene  tessa and maxine at a restaurant for 09:58:27\tBookRestaurant\nfind harry potter and the deathly hallows – part 2\tSearchCreativeWork\ncan you tell me the movie schedule for general cinema corporation\tSearchScreeningEvent\ngive 0 stars to this textbook\tRateBook\nfind the schedule for project shadowchaser ii at the cinema in eighteen hours \tSearchScreeningEvent\npull up the tv show  40 seasons: the best of skid row\tSearchCreativeWork\ni want to play a game called scotland tonight \tSearchCreativeWork\nbook a spot at a soul food food truck in cawker city\tBookRestaurant\nadd a tune to skylar diggins  training mix\tAddToPlaylist\nbook a taverna for a party of 10\tBookRestaurant\nwill it be cloudy in one minute in jungo mh\tGetWeather\nfind the movie schedule \tSearchScreeningEvent\ngive love in the time of foreclosure 4 of 6\tRateBook\nis it going to get hotter in my current position\tGetWeather\ni want the complete global albums collection\tSearchCreativeWork\nwhen are animated movies playing at goodrich quality theaters\tSearchScreeningEvent\nrate nothing lasts forever a value of 3\tRateBook\ntell me when howling ii: your sister is a werewolf is playing \tSearchScreeningEvent\nplay the top 5 by akira the don \tPlayMusic\nadd bilal to winter\tAddToPlaylist\nbook a table for one at a highly rated bistro\tBookRestaurant\nadd artist to my working day\tAddToPlaylist\nadd hanging on to my just dance by aftercluv playlist \tAddToPlaylist\nfind movie times at national amusements\tSearchScreeningEvent\ni want glam added to the ntc gym strong playlist\tAddToPlaylist\ncan you help me find tears from a willow\tSearchCreativeWork\nadd tune this is puccini to my playlist\tAddToPlaylist\nshow the singles collection volume 4\tSearchCreativeWork\ngive 0 out of 6 points to the paper men\tRateBook\nplay some good amber gristak on lastfm\tPlayMusic\nwill there be hail in kaffir\tGetWeather\ntell me the weather forecast for croatia now\tGetWeather\nweather forcast for current location now\tGetWeather\nplay fifties movement songs by fabio on last fm\tPlayMusic\nuse itunes to play dancing playlist\tPlayMusic\nfind a soundtrack called the spanish jade\tSearchCreativeWork\nbook a spot for seven at a japanese joint in grandview heights\tBookRestaurant\nplay frankie laine\tPlayMusic\nrate break no bones series a 1 of 6\tRateBook\nwhat time is truth about kerry playing at movie house\tSearchScreeningEvent\nis it going to be nicer next week in hamel belize\tGetWeather\nopen pandora and play music from the fifties  \tPlayMusic\ni want to hear the top 5 jamie lidell songs\tPlayMusic\nrate human capital supply chain four of 6 points\tRateBook\nwhat is love in a mist\tSearchCreativeWork\nbook for jessie  dale wright and lupe at a bistro on feb  20  2040\tBookRestaurant\nshow the creativity of saga the dissociatives\tSearchCreativeWork\nbook a caucasian serving steakhouse for 4 in saint pierre and miquelon\tBookRestaurant\nuse service vimeo to play music from the artist mick track now we are 5\tPlayMusic\nplay the view from the afternoon by malese jow on last fm\tPlayMusic\nrate this saga 4 out of 6 stars\tRateBook\nneed a creative work with the title unholy confessions\tSearchCreativeWork\nbook for crepes at a restaurant in sint maarten\tBookRestaurant\nplay the news virginian song\tSearchCreativeWork\nadd this song to my playlist under funky jams\tAddToPlaylist\ni give the following textbook 3 points \tRateBook\nadd to anacreon in heaven into the playlist girls  night\tAddToPlaylist\nwhat will the weather be in worthington springs\tGetWeather\nwill it be colder in noblesville east timor at 3 pm\tGetWeather\nplease book a restaurant for nine members on august 25 in dc\tBookRestaurant\nplay the top ten by andrea del rosario \tPlayMusic\nbook a spot at a crab restaurant\tBookRestaurant\nwill it rain here\tGetWeather\nwhat will the weather be like four seconds from now in south dakota\tGetWeather\nrate a battle of nerves three stars out of 6\tRateBook\ncan you get me seating for 5 at a highly rated restaurant in wisconsin\tBookRestaurant\ni am giving the book after henry a rating of 0 out of 6 stars\tRateBook\nsearch for polish assault\tSearchCreativeWork\ngive 5 out of 6 to this book\tRateBook\nplay a song from 1994 \tPlayMusic\nbook a highly rated bar in curacao for one\tBookRestaurant\nrate pastwatch: the redemption of christopher columbus chronicle zero points\tRateBook\nbook me a reservation for ad hoc in brazil for a party of 7\tBookRestaurant\nmovie schedule at speakeasy theaters\tSearchScreeningEvent\ngive enemies  a love story 4 points out of 6\tRateBook\nadd blag dahlia to pura vida\tAddToPlaylist\nwhat is the song the beast from 20\tSearchCreativeWork\nplease book a bar type goiano room accommodate for 2 members 1 second from now in pr\tBookRestaurant\nthe points given are five for dust and shadow\tRateBook\nfind me a table at a european bar for six in the neighboring downtown area \tBookRestaurant\nput this track on soul bpm my playlist\tAddToPlaylist\nfind a saga called shame on you\tSearchCreativeWork\ni need to book a restaurant for 6 people  \tBookRestaurant\nrate the current album 3 points\tRateBook\nput artist hridaynath mangeshkar onto my night out playlist\tAddToPlaylist\nshow that little band of gold\tSearchCreativeWork\nplease put this artist on my indie mim playlist\tAddToPlaylist\nmake me a reservation at a popular place that serves udupi at a restaurant\tBookRestaurant\ni give this textbook a four\tRateBook\nwhat is the weather forecast here one minute from now\tGetWeather\nwhere is the creative work seven pillars of wisdom\tSearchCreativeWork\nplay murder the mountains by mana on netflix\tPlayMusic\nrate the sacred fire series 5 points\tRateBook\nis the man who won playing at 6 p m \tSearchScreeningEvent\nwhat will the humidity be in beroun on aug  26\tGetWeather\ncan you put the little grey mother who waits all alone into uncharted 4 nathan drake\tAddToPlaylist\nfind the burn the sky down album\tSearchCreativeWork\nwhat will the weather be like in louisiana will it be colder then now\tGetWeather\nwill it be raining one hundred thirty days from now ion gobles canada\tGetWeather\nhot weather forecast for pilar  réunion \tGetWeather\nbook a restaurant for 2 that has internet\tBookRestaurant\nis there a freezing forecast for minto  nicaragua\tGetWeather\nfind a reservation for six at a top-rated brasserie\tBookRestaurant\nadd erik santos in my playlist metal xplorer\tAddToPlaylist\ngive me the showtime for bobby yeah playing at the cinema\tSearchScreeningEvent\nadd on with the show to my beast mode playlist\tAddToPlaylist\nin google music play the top singles released in 1972\tPlayMusic\nrate the current album a 2\tRateBook\nbook helianthushof in hurffville  nj\tBookRestaurant\nfind me the movie schedules\tSearchScreeningEvent\nopen youtube and play renaldo lapuz record from the eighties\tPlayMusic\ngive me the weather forecast in boma for next summer\tGetWeather\nwhat s the weather here\tGetWeather\nfind plitt theatres showing animated movies\tSearchScreeningEvent\nwhen is robotix playing\tSearchScreeningEvent\nrate this novel five points\tRateBook\nfind beavis and butt-head\tSearchCreativeWork\nwill it be cold at 1 am in boon\tGetWeather\nlet me know when the maiden danced to death will be screened at a cinema \tSearchScreeningEvent\ngive this album a three\tRateBook\nplay 1970 trunes\tPlayMusic\nwill it be chilly at boggs mountain demonstration state forest\tGetWeather\ni d like to find the days of glory saga\tSearchCreativeWork\nplay some stephen jones on youtube\tPlayMusic\ngive highways in hiding a 5 out of 6 points \tRateBook\ni want if i could be with you added to mellow dinner\tAddToPlaylist\nrate getting it wrong from the beginning a value of 4\tRateBook\nwhere can i buy a photograph called feel the love\tSearchCreativeWork\nadd this artist to this is rosana\tAddToPlaylist\ni d like to eat salads at a restaurant\tBookRestaurant\nplay me the track mama liked the roses\tPlayMusic\nfind me the rise and fall of the great lakes saga \tSearchCreativeWork\nfind five points called the origins of virtue\tRateBook\nput an album by mohammad reza shadjarian in my chillin  on a dirt road playlist \tAddToPlaylist\nplease search cardin in australia saga\tSearchCreativeWork\ni need to book a restaurant for five in 1 minute that serves chichi in east prairie\tBookRestaurant\ngive three out of 6 points to this textbook\tRateBook\nrate this textbook a 4\tRateBook\nwhat films are at imax corporation at 11 p m \tSearchScreeningEvent\ngive 0 out of 6 stars to this album\tRateBook\nshow weather forecast for lewis center\tGetWeather\ncan i put johnny burke onto my lo que suena los angeles playlist\tAddToPlaylist\nad i should have known better to this is bb king\tAddToPlaylist\nadd puzzles like you in my playlist reggae\tAddToPlaylist\nrate doctor no one of 6\tRateBook\nplease play every woman in me\tPlayMusic\nadd name house of gold to the de manhattan con amor playlist\tAddToPlaylist\nplay igor nikolayev music from the fourties\tPlayMusic\nplay me a song by stephen jones\tPlayMusic\nplay some christian rock\tPlayMusic\ni d like a table at the san francisco brewing company in puerto rico at noon\tBookRestaurant\ntell me if there will be a depression today in kiribati\tGetWeather\nplay a top twenty symphony of 2010\tPlayMusic\nadd banana republic to my this is puccini playlist\tAddToPlaylist\ni d like to see the current showtimes for his kind of woman\tSearchScreeningEvent\nwhat s the weather forecast for my current spot\tGetWeather\nplay show of cissy houston\tSearchCreativeWork\nbook a spot for 3 at supper time in il\tBookRestaurant\nwill dick tracy e il gas misterioso start twenty one hours from now\tSearchScreeningEvent\nplay the energic itunes\tPlayMusic\nplay some music on itunes\tPlayMusic\ngive life: a natural history of the first four billion years of life on earth 1 points out of 6\tRateBook\nbook a reservation for a gastropub serving liver and onions\tBookRestaurant\nplease find the schedule for jappeloup at bow tie cinemas \tSearchScreeningEvent\nwill it be hot in west union  malaysia\tGetWeather\nadd this album by don reno to my playlist named indiespain\tAddToPlaylist\nfind the inspector for me\tSearchCreativeWork\nplay a track by titiyo\tPlayMusic\nplay the top song by amon amarth on groove shark\tPlayMusic\nshow creativity of the force behind the power\tSearchCreativeWork\nplay the best ballad by the rascals \tPlayMusic\nrate current book 0 stars\tRateBook\nfind the real dirt on farmer john  a saga\tSearchCreativeWork\ni need to find the creative work prince hours\tSearchCreativeWork\nwhat are the movie schedules\tSearchScreeningEvent\nbook in one hour within walking distance of a restaurant downtown\tBookRestaurant\nwhat theaters are showing a lonely place to die – todesfalle highlands starting at 14:40\tSearchScreeningEvent\nwill it be stormy in distant holly river state park\tGetWeather\ngive this book four stars as a rating review \tRateBook\nplay zvooq latest track by peter appleyard\tPlayMusic\nadd halfway between here and there to my canadian country playlist\tAddToPlaylist\nwhat is the idledale forecast\tGetWeather\nplay an alla pougatcheva ballad on pandora\tPlayMusic\nwill it be hotter in ct at 6 am\tGetWeather\nwhat s the forecast for lake ilo national wildlife refuge\tGetWeather\nrate this textbook 2 points \tRateBook\ncan i see the album swat force\tSearchCreativeWork\nshow me the nearest movies at movie theatre for twenty one o clock\tSearchScreeningEvent\nwhat are the movie times for dickinson theatres\tSearchScreeningEvent\ninclude stefanie in pre-party r&b jams\tAddToPlaylist\nplay me a song by kevin cadogan\tPlayMusic\nis it going to be cold at 4 o clock far from here\tGetWeather\nfind a movie theatre showing the tailor of panama\tSearchScreeningEvent\nbook a table for three at a restaurant in louisiana\tBookRestaurant\nat ten am i want to reserve a spot for 9 people to eat in monaco \tBookRestaurant\nplay the album by paul barker playing the greatest from 1978\tPlayMusic\nset me up with a table at a bar with salade for 5\tBookRestaurant\nwhat is the weather forecast for winger\tGetWeather\nfind a show called the crowd roars\tSearchCreativeWork\nplay the music of filipp bedrossowitsch kirkorow s theme\tPlayMusic\nplay the top-5 sort of ballad music from 2012 \tPlayMusic\nwhere can i find on the marble cliffs\tSearchCreativeWork\nfind films in cinemark theatres\tSearchScreeningEvent\nwhat time is mulawin: the movie showing at the nearest movie house\tSearchScreeningEvent\ni think this essay is only good for one stars\tRateBook\nfind a photograph called accion newspaper\tSearchCreativeWork\nshow me the movie schedules for movies playing nearby \tSearchScreeningEvent\nplay miyavi s music from seventies on google music \tPlayMusic\nplease book me a table for 6 people at top of the mark in raleigh hills  kentucky\tBookRestaurant\nmake a reservation for 8 at a diner that serves haystack\tBookRestaurant\nfind a tv show called full house\tSearchCreativeWork\nwhat will the weather be here at 07:08:00 am\tGetWeather\nshowings for animated movies in the area \tSearchScreeningEvent\nplay fifties music on deezer\tPlayMusic\nfine movie times \tSearchScreeningEvent\nwill it be warmer at lunch in prentice  armenia\tGetWeather\ni would like to book a donut serving delicatessen in cuba for 5 on april eleventh\tBookRestaurant\ni need a reservation for red square on aug  the 9th\tBookRestaurant\ni d like seats for one at a restaurant in 1 hour at a place in la madera that has parking\tBookRestaurant\nin morgan mill will it be sunny\tGetWeather\nwhere can i purchase the twenty chickens for a saddle saga\tSearchCreativeWork\nfind me the young doctors in love tv show\tSearchCreativeWork\nshow creativity in the red saga\tSearchCreativeWork\nplay tenerife sea by daniel salomon on lastfm\tPlayMusic\nfind the schedule for the kentuckians \tSearchScreeningEvent\nplay music from 1976 on deezer\tPlayMusic\nplay dj scratch s eighties music on iheart \tPlayMusic\nthis track should go on my evening chill playlist\tAddToPlaylist\ni want to see the novel  the green\tSearchCreativeWork\ngive 2 stars to mulligan stew series\tRateBook\nplay music by damien rice\tPlayMusic\ncan you find the movie accidentally in love\tSearchCreativeWork\nplease get me infernal devices game \tSearchCreativeWork\nfind an album called thursday night baseball \tSearchCreativeWork\nfind a tv series called all time greatest movie songs \tSearchCreativeWork\nrate my current album 3 stars\tRateBook\nwish to hear music from the year 1996\tPlayMusic\nproceed with music from 2003 \tPlayMusic\ncheck the weather forecast for biscay\tGetWeather\nwhat are the movie times for united paramount theatres\tSearchScreeningEvent\nis it going to be foggy at two am in barberville\tGetWeather\nneed the saga called the black lamp\tSearchCreativeWork\nis it going to be chillier in new mexico this spring\tGetWeather\nbook a table somewhere in dominica for 2 minutes from now\tBookRestaurant\nwhen will wi be temperate\tGetWeather\nfor the curious incident of the dog in the nightdress i rate it 2 of 6 points\tRateBook\ni need a reservation for arcadian court on june the fifth  2035\tBookRestaurant\ni need a forecast for zachary\tGetWeather\nwhat is the currituck national wildlife refuge forecast for chilly conditions\tGetWeather\nfind a soundtrack called the outpost \tSearchCreativeWork\nfind movie times for alamo drafthouse cinema at 10:37 p m  \tSearchScreeningEvent\nplay harel skaat\tPlayMusic\nrate the longest day with zero stars out of 6 \tRateBook\nshow chillier conditions next week in camp bird\tGetWeather\nwhat time are movies showing around here\tSearchScreeningEvent\ngive this textbook a five\tRateBook\ni am rating this book titled a history of warfare under the war series 1 out of 6 stars\tRateBook\ni want to add kiara to my digster future hits playlist\tAddToPlaylist\nadd 9am in dallas to my classical music for smart kids\tAddToPlaylist\nfind a television show called happy trails\tSearchCreativeWork\nadd this artist to piano chill\tAddToPlaylist\ni need a party of 4 to get a table reserved at a pub with southeastern cuisine \tBookRestaurant\nfind a reservation for a highly rated steakhouse in china for a party of five at 05:51:52\tBookRestaurant\ncan you get me a reservation at wwe the world around av u\tBookRestaurant\nfind movie times\tSearchScreeningEvent\nfind the schedule for chronicle of my mother at the nearest cinema in 1 minute and 8 seconds \tSearchScreeningEvent\nsearch for the hills have eyes: the beginning tv show\tSearchCreativeWork\nshow me the movie schedule\tSearchScreeningEvent\nplay robert stoddard from 1988\tPlayMusic\nmark the current textbook a 1 from the total of 6\tRateBook\ni want to hear the new movement from richard harvey\tPlayMusic\nplay the most popular sort by ep by brooke fraser\tPlayMusic\nbook at dutchess manor in portugal for 6\tBookRestaurant\nplay dj drama from the 1976\tPlayMusic\nhow s the forecast for chad on september 28  2034\tGetWeather\ncan i have the forecast for bear rocks lake wildlife management area\tGetWeather\ni wish to listen to some instrumental music \tPlayMusic\nshow the schedule of movie the statue\tSearchScreeningEvent\nadd monster monster to my throwback thursday playlist\tAddToPlaylist\nadd a gate through bloodstained mirrors to feelin  good playlist\tAddToPlaylist\nmake a reservation at a tavern which serves clam cake for a party of 8 in western sahara \tBookRestaurant\nbook a table on 6/14/2035 at a bakery within walking distance of equatorial guinea that serves paella\tBookRestaurant\ni want to book a restaurant for a year from now in maine \tBookRestaurant\nshow me movie times\tSearchScreeningEvent\nfind the album smoke and mirrors\tSearchCreativeWork\nbook me a reservation at a highly rated tavern in hornersville\tBookRestaurant\nplease put an album by joseph meyer on my pop goes the 80s playlist\tAddToPlaylist\nwhat s the weather in paris\tGetWeather\nfind the movie times now \tSearchScreeningEvent\ngive the current chronicle a three \tRateBook\nbook a restaurant this year in manning\tBookRestaurant\nbook the coon chicken inn in baker city for 4 people \tBookRestaurant\ni would rate this essay four stars\tRateBook\nadd tatico henriquez in my playlist called bleeps & bloops\tAddToPlaylist\ni want to book a reservation within the same area of amelia court house for 4 \tBookRestaurant\nfind the schedule for the voice in the fog at night at the closest movie house \tSearchScreeningEvent\nplay good music by general woo on deezer\tPlayMusic\nwhat s the weather forecast for neighboring delft national park on aug  the 8th  2028\tGetWeather\nfind the movie schedule for 12:53 am\tSearchScreeningEvent\ncan i hear a tune from vladimir vysotski\tPlayMusic\nwhen is the bleeding house playing at amco entertainment\tSearchScreeningEvent\nplay some joeri basjmet \tPlayMusic\nfind tv series of noroi - the curse\tSearchCreativeWork\nthis track should get added to spain top 50\tAddToPlaylist\ngive a mile beyond the moon five points\tRateBook\ni would like to book thomas hynes house for 6 in minnesota\tBookRestaurant\nbook a restaurant for marcella  erma and leanne rivera \tBookRestaurant\nwhere can i purchase the tv series liar game - the final stage\tSearchCreativeWork\nplay my trapeo playlist \tPlayMusic\nwhat s the weather forecast for tomorrow around sankertown\tGetWeather\nplay me the show house of stairs\tSearchCreativeWork\nfind me the photograph the late music\tSearchCreativeWork\nplay music form the fourties with slacker\tPlayMusic\nadd sam moore to lo mejor de los 00 s\tAddToPlaylist\nplay some space music on google music\tPlayMusic\ni need a reservation for a party of ten in algeria \tBookRestaurant\nwhat is the fiji forecast for warm temps\tGetWeather\nbook a meal for four in dc\tBookRestaurant\nplay a ballad by giorgio moroder\tPlayMusic\nis it going to hail in niger\tGetWeather\nadd this tune to morning commute\tAddToPlaylist\nfind me the movie times\tSearchScreeningEvent\ni need movie times at fox theatres around zero pm\tSearchScreeningEvent\nplay some sam moore \tPlayMusic\nwhat is the forecast for bad branch falls state nature preserve for in 1 hour and 14 seconds\tGetWeather\nmake this essay two out 6 stars\tRateBook\nplay music off netflix \tPlayMusic\nwhat times will animated movies be showing nearby\tSearchScreeningEvent\ni want to hear aki nawaz  play the song fair annie \tPlayMusic\ndo an image search for the picture perfect storm: disasters that changed the world\tSearchCreativeWork\nwhen is ode to billy joe playing at the closest movie house\tSearchScreeningEvent\nwill it rain in barberville\tGetWeather\nwhat is the weather forecast for manassa\tGetWeather\nadd la jaula de oro to my evening commute playlist\tAddToPlaylist\nadd this david cole track to my totally stress free\tAddToPlaylist\nfind the movie schedules for cobb theatres \tSearchScreeningEvent\nshow creative game elements of life: remixed\tSearchCreativeWork\nmy brother in law and i would like to go to guinea-bissau for food\tBookRestaurant\ni gave the current chronicle a 3 of 6\tRateBook\nwant a work called walk the river\tSearchCreativeWork\nbook the best halal restaurant in slovakia for brigitte taylor  katelyn and natalie on jun  2 \tBookRestaurant\nput another tune into my dancehall official playlist  \tAddToPlaylist\nbook a restaurant this year in pagosa junction for a romanian stle cusine for a party of two\tBookRestaurant\nadd tune to my playlist eletro br\tAddToPlaylist\nwhat s the weather forecast ten years from now in mount victory  macao\tGetWeather\nwhat is the forecast here for september 16\tGetWeather\nfind seven am movies at dipson theatres\tSearchScreeningEvent\ngive this book titled othappu zero points\tRateBook\nrate the current album 4 of 6 stars\tRateBook\nfind the tv show hot air\tSearchCreativeWork\ni am giving this current novel 4 out of 6 stars\tRateBook\nadd entre um coco e um adeus to taylor s this is john williams playlist\tAddToPlaylist\nwhat films are showing in the neighbourhood \tSearchScreeningEvent\nwhat is the forecast for cold temps in west virginia next autumn\tGetWeather\ngive the current essay 5 out of 6 points \tRateBook\nfind a nearby movie schedule for movies\tSearchScreeningEvent\nwhat cinema is the railway children\tSearchScreeningEvent\nprovide me the movie schedules\tSearchScreeningEvent\nfind back for good  a novel i want to read\tSearchCreativeWork\nbook a popular brasserie in roads end\tBookRestaurant\nplay me a bluegrass song\tPlayMusic\nwhen is the next showing of star wars: the clone wars\tSearchScreeningEvent\nwhat is the weather looking like in prosser on feb  the 18th\tGetWeather\nwhat is the weather looking like for december the eleventh  2034 in md\tGetWeather\nlook for the saga called death in paradise\tSearchCreativeWork\nbook a reservation for five people at a restaurant with pool in benkelman  mi in apr \tBookRestaurant\nadd this song to cleaning\tAddToPlaylist\ncheck the weather forecast for the current position \tGetWeather\nplay furusato on google music \tPlayMusic\nbook a table for seven people at a restaurant which has internet \tBookRestaurant\nfind chant down babylon: the island anthology\tSearchCreativeWork\nplay music from paul landers\tPlayMusic\ncan you give me the forecast for osgood\tGetWeather\nwhat will the weather be in bernie id\tGetWeather\nwhich cinema is playing das ende – assault on precinct 13\tSearchScreeningEvent\nfind the flying ace\tSearchScreeningEvent\nbook a restaurant for nine in south sudan \tBookRestaurant\ngive mistborn: the well of ascension four out of 6\tRateBook\nadd happy holidays to my playlist called it s ok to like jazz\tAddToPlaylist\nwhat films are at the closest movie theatre \tSearchScreeningEvent\nfind movies in the neighbourhood with movie times\tSearchScreeningEvent\nrate this novel 5 out of 6 stars\tRateBook\nfind the watcher at united paramount theatres\tSearchScreeningEvent\nthe previous textbook is a 3\tRateBook\nwhere is boo to you too winnie the pooh playing\tSearchScreeningEvent\ngive the englishman of the bones 2 stars out of 6 \tRateBook\nadd xsuie in your favorite coffeehouse\tAddToPlaylist\nplease provide the rainbow mars series a zero out of 6 points \tRateBook\nplay a chant from 1978 \tPlayMusic\nwhat s the weather in south hill\tGetWeather\nwhat is the loco weather forecast\tGetWeather\ni would rate coming through slaughter a four out of 6 \tRateBook\npull up mafia: the city of lost heaven\tSearchCreativeWork\nadd norma jean to my pure rock & roll playlist \tAddToPlaylist\ni am giving this current textbook zero out of 6 stars\tRateBook\nwhat is the weather starting at 11:47:52 for south africa\tGetWeather\nfind the closest cinema playing little red monkey \tSearchScreeningEvent\nrate the desert column 3 out of 6 \tRateBook\nfind a trailer called just say noël \tSearchCreativeWork\nplay some nineties chant music from nicoleta nicola\tPlayMusic\nadd see me now to my enamorándose playlist\tAddToPlaylist\nfind the nearest movie house with pirates of the 20th century\tSearchScreeningEvent\nplay a paul davis melody\tPlayMusic\ni d like to eat at an outdoor restaurant\tBookRestaurant\nwhat is the temperate in beltsville\tGetWeather\nwhat movies are playing at the nearest cinema\tSearchScreeningEvent\nplay the top-twenty margaret becker songs with google music\tPlayMusic\nrate this novel a 4\tRateBook\nshow me happiness was free \tSearchCreativeWork\nbook a restaurant for me  valarie and caroline in 56 weeks  in soldier pond\tBookRestaurant\nwill it be cold in carnot or\tGetWeather\ni would give this chronicle 0 stars\tRateBook\ni d like to watch movies at the nearest movie house\tSearchScreeningEvent\nis the suicide shop playing at southern theatres\tSearchScreeningEvent\nwhat is the forecast for here and now\tGetWeather\ni give this essay 0 of 6 stars\tRateBook\nfind me the movie with the title of twitches\tSearchCreativeWork\nplay me track september  gouden roos by artist daedelus\tPlayMusic\nwhat are the movie schedules for the caribbean cinemas\tSearchScreeningEvent\nplease play some music for me on netflix\tPlayMusic\nwill there be a storm six weeks from now in albania\tGetWeather\nwill it get windy this week-end in selva jedediah smith\tGetWeather\ni need a schedule for the cinema that is showing the shiralee\tSearchScreeningEvent\ni need a reservation for a party of three  maybe a gastropub that sells steak \tBookRestaurant\nadd atticus ross to the playlist electrosafari\tAddToPlaylist\nwill you show me a schedule for movies around here\tSearchScreeningEvent\nbook an outdoor restaurant \tBookRestaurant\nis it going to be chillier in saint augustine  wy on may 3rd\tGetWeather\nwhat is the weather in deeth\tGetWeather\nbook a restaurant for me and my mother in law in montserrat\tBookRestaurant\nhow can i see the tv series mothstorm\tSearchCreativeWork\nwhat is it like on 7/10/2023 in the current place\tGetWeather\nsort eighties ep from the last\tPlayMusic\ninclude dschiwan gasparjan in beth s rare groove playlist  \tAddToPlaylist\nshow me the trailer a self made hero\tSearchCreativeWork\nbook spot at a balinese joint\tBookRestaurant\nfind animated movies at the nearest movie theatre\tSearchScreeningEvent\nfind me the show girl soundtrack\tSearchCreativeWork\nadd beijing huanying ni to my workday lounge playlist\tAddToPlaylist\nbook a restaurant reservation for my gf and i within walking distance of sondra s university\tBookRestaurant\nweather for notasulga at elevenses\tGetWeather\ncan you get me a table at a chicken and waffles joint in new mexico\tBookRestaurant\nadd hopeful to my this is enrique iglesias\tAddToPlaylist\nlet s listen to the most popular marty friedman songs on zvooq \tPlayMusic\nadd sweet black angel to my diarios de bicicleta playlist\tAddToPlaylist\nfind animated movies at the nearest movie theatre\tSearchScreeningEvent\nrate this book 3 of 6 points\tRateBook\nplay listen to the mocking bird by billy martin on youtube\tPlayMusic\nplease book a restaurant for nine members \tBookRestaurant\nadd a track by bt to my independent music monday playlist \tAddToPlaylist\nplau me the song the french chef\tSearchCreativeWork\nat thirteen hundred hours what will the weather be on ghana\tGetWeather\nplay ep from quasimoto from the nineties\tPlayMusic\nplay music from youtube \tPlayMusic\nplay music on deezer by imogen heap\tPlayMusic\nwill it get colder in alaska\tGetWeather\ncan you find me the work titled  a little curious\tSearchCreativeWork\nbook a table at a brasserie far from my livonia av \tBookRestaurant\ni want to book a restaurant in barbados that serves creole \tBookRestaurant\nwhat is the weather like right now in the same area as georgia\tGetWeather\nadd track to rapcaviar\tAddToPlaylist\nwhat is the expected weather forecast for beckley\tGetWeather\nwhat s on the movie schedules at amco entertainment\tSearchScreeningEvent\nadd lari white song to my soulful disco playlist\tAddToPlaylist\ni have four people needing a restaurant reservation \tBookRestaurant\nplay calico skies by john feinstein with netflix\tPlayMusic\nadd hello i must be going to the power ballads playlist\tAddToPlaylist\ncan you tell me the weather conditions for patricia\tGetWeather\nadd an album by jenifer to my travelling playlist\tAddToPlaylist\nis jack the ripper playing in one hour at the nearest movie house\tSearchScreeningEvent\nfind a trailer for pesterminator: the western exterminator\tSearchCreativeWork\ni need a table for a party of 2 at co-operative block building in old glory\tBookRestaurant\nplay music on the playlist urban hits\tPlayMusic\nplay melody music from the thirties\tPlayMusic\ni want this album on my indie alternativa playlist\tAddToPlaylist\nwhat s the movie schedules for magic johnson theatres\tSearchScreeningEvent\nplay a fairouz tune on deezer\tPlayMusic\nbook a table for sep  the second  2020 at a highly rated place for me and my baby at a joint serving cambodian\tBookRestaurant\nadd an artist to my playlist this is verdi\tAddToPlaylist\ngive the following essay one stars\tRateBook\nwhat s the weather forecast for 8 hours from now in cape verde\tGetWeather\nis it supposed to be windy in me on june the 14th  2024\tGetWeather\nrate anarchy  state  and utopia saga a 5\tRateBook\nfind the song tholireyi gadichindi\tSearchCreativeWork\nwhat is the forecast for 15:04 in georgia for overcast conditions in valley view\tGetWeather\ninsert rock me up song to my list\tAddToPlaylist\nrate this series one out of 6 \tRateBook\nplay the track goodbye alexander  goodbye honey boy from ehsaan noorani\tPlayMusic\nthe current album gets three out of 6 points\tRateBook\nwhere can i find lonely hearts\tSearchCreativeWork\nadd falcon to the top tracks in metal playlist  \tAddToPlaylist\nrate how to eat fried worms two stars\tRateBook\nplay paul riley on youtube\tPlayMusic\ngive drift: the unmooring of american military power 0 out of 6 points \tRateBook\nadd mike mantler to playlist girls  night\tAddToPlaylist\nadd be yourself tonight to i love my 90s hip hop\tAddToPlaylist\nshow me the album til the morning\tSearchCreativeWork\nshow me the picture the afternoon\tSearchCreativeWork\nwhere can i see the show twentysomething\tSearchCreativeWork\nadd the name the 3rd world to the playlist rock me up\tAddToPlaylist\nhow much humidity is there in ut\tGetWeather\ncan you tell me what time the fickle is playing at the closest cinema\tSearchScreeningEvent\nwhere can i buy a barometer clock\tSearchCreativeWork\nrate the following series a one out of 6\tRateBook\nlist movie schedule \tSearchScreeningEvent\nrate the current saga zero of 6 stars\tRateBook\nbook a table at carter house inn in saint bonaventure  alaska \tBookRestaurant\nplay té para tres\tPlayMusic\nis it currently cold in elsmore  luxembourg\tGetWeather\nadd this song by george melly to my 90 s baby makers playlist\tAddToPlaylist\nplay some 1962 theme music \tPlayMusic\nput this track on operación bikini\tAddToPlaylist\nis it supposed to snow in nv\tGetWeather\nto the stars: the autobiography of george takei gets four out of 6 stars\tRateBook\nplay luis alfonzo larrain from 1995\tPlayMusic\nwhat cinema is health warning playing in eleven hours\tSearchScreeningEvent\nshow the forecast for two years from now in lake telemark sudan\tGetWeather\nbook a restaurant for six in mp\tBookRestaurant\nwhat movies are at malco theatres\tSearchScreeningEvent\nwhat time can i see the conflicts of life\tSearchScreeningEvent\nwhat s the weather forecast for haigler\tGetWeather\nis it chillier in mint hill fm\tGetWeather\nwill there be hail around khao phanom bencha national park\tGetWeather\nbook a restaurant in ca for my parents and i on oct  the seventeenth\tBookRestaurant\nshow me the movie schedule \tSearchScreeningEvent\ngive one out o 6 stars to this chronicle\tRateBook\ncan i get the movie schedule for the bow tie cinemas \tSearchScreeningEvent\nis it hot here\tGetWeather\ncan i get the showtimes for films at dickinson theatres\tSearchScreeningEvent\nplay alfredo zitarrosa on spotify \tPlayMusic\nadd the name kids in the street to the plylist new indie mix\tAddToPlaylist\ni want to put this artist in mellowed out gaming\tAddToPlaylist\ni would give the lady of the rivers 0 stars\tRateBook\nis judgment day: the john list story playing at megaplex theatres\tSearchScreeningEvent\nwill it be chilly at 4 in druid hills american samoa\tGetWeather\nfind me the river of love saga\tSearchCreativeWork\nplay a concerto that was most popular in 1958 by mickey hart\tPlayMusic\nshow me the show live at the fillmore east\tSearchCreativeWork\nplay the busco un pueblo album\tPlayMusic\nbook a table at a diner which serves thousand island dressing in ivory coast \tBookRestaurant\nbook a restaurant in san juan capistrano for 6 people at ten am\tBookRestaurant\nplay piano 100\tPlayMusic\nfind wish you were here  a movie\tSearchCreativeWork\nadd tune to my the southern highway chronicles playlist\tAddToPlaylist\nfind a cinema closest with animated movies\tSearchScreeningEvent\nadd kirk hammett to calm down\tAddToPlaylist\nfind a movie schedule\tSearchScreeningEvent\ngive zero out of 6 points to the false peace\tRateBook\nrate my current novel 3 out of 6\tRateBook\nplay the top-twenty songs by the kleptones on spotify\tPlayMusic\nfind me the tv show ask a woman who knows\tSearchCreativeWork\nplay the top hits of 2016\tPlayMusic\nis tomorrow at seven being played at douglas theatre company\tSearchScreeningEvent\nbook a reservation for a taverna at sunrise in kaanapali\tBookRestaurant\nrate the race a two\tRateBook\nfind phinally phamous\tSearchCreativeWork\nplay march of the soviet tankmen from gloria gaither\tPlayMusic\nbook a table for me  naomi and elisabeth at a brasserie with wifi\tBookRestaurant\ngive two out of 6 stars saga called the big question\tRateBook\ni need to book a highly rated restaurant in coronado\tBookRestaurant\nplease find me a novel called the caledonian-record \tSearchCreativeWork\nfind journal of the european economic association  a movie i want to see\tSearchCreativeWork\nplay a top twenty symphony by bumble bee slim\tPlayMusic\ni give the caxtons chronicle 1 out of 6 stars \tRateBook\nadd this tune by nokio the n tity to my this is bb king playlist\tAddToPlaylist\nshow movie schedules\tSearchScreeningEvent\nshow me the tv show have a nice day\tSearchCreativeWork\nplay the graduate faculty philosophy journal album\tSearchCreativeWork\nbook a reservation for seven people at a bar in kentucky\tBookRestaurant\nplay me the trailer for chasing after shadows    living with the ghosts \tSearchCreativeWork\ntherese  clara and i want to go to the tennessee ridge\tBookRestaurant\ni want to rate the medici seal two out of 6 points\tRateBook\nshow me movie times at my local theater \tSearchScreeningEvent\ngive 4 stars to the current essay\tRateBook\nbook a reservation for me and my wife at the middle east in guernsey\tBookRestaurant\nplay me a twenties song\tPlayMusic\nhow temperate is it in lopeno  thailand\tGetWeather\nwhat s the weather in andorra\tGetWeather\nshow me the films close by and the movie times for today \tSearchScreeningEvent\nplay music from the twenties\tPlayMusic\nis a short film about killing at north american cinemas\tSearchScreeningEvent\ncan you help me search the album titled playmaker football\tSearchCreativeWork\nwhat time is exploits of a young don juan playing\tSearchScreeningEvent\nrate this textbook 4 out of 6 stars\tRateBook\nplay the top fifty record from alan jardine\tPlayMusic\ncan you put a song by rick astley on my hot 50 playlist \tAddToPlaylist\nbook a masala bar on march 6  2034\tBookRestaurant\nwill it be warmer 1 minute from now at farmington canal state park trail\tGetWeather\nwhere is the nearest cinema playing rainbow eyes that starts in one minute\tSearchScreeningEvent\nfind half a truth\tSearchScreeningEvent\nbook a spot in town in the same area as me\tBookRestaurant\ncheck the movie timings for cracked nuts at southern theatres \tSearchScreeningEvent\nforecast for antelope island and other spots within the same area\tGetWeather\nadd tony mcguinness to my playlist i love my 90s hip hop\tAddToPlaylist\nadd tune to blues\tAddToPlaylist\nfind me the nearest movie theatre that s showing the spell of the yukon\tSearchScreeningEvent\nwhat is the weather forecast for maryland\tGetWeather\nadd sheila to enamorándose\tAddToPlaylist\nthe zen focus playlist needs david franj in it  \tAddToPlaylist\ni m looking for the show called the origin of the milky way\tSearchCreativeWork\nfind an album called stumble stop repeat\tSearchCreativeWork\nplay a top song by carson parks on groove shark\tPlayMusic\nshow weather forecast in east tawakoni italy at four pm\tGetWeather\nwhat is the weather forecast for nassau bay  uzbekistan\tGetWeather\ni want a table for eight at gu\tBookRestaurant\nrate the current novel five of 6\tRateBook\nadd this marilyn manson tune to latin party anthems\tAddToPlaylist\nfind the album future of the past\tSearchCreativeWork\nrate the doomsters four out of 6 stars\tRateBook\nshow creativity of night of the hunter\tSearchCreativeWork\nwhat is the weather here at 7 am\tGetWeather\nplay annet artani soundtrack on slacker\tPlayMusic\nfind valley of the dolls\tSearchCreativeWork\ni want to hear the fear the boom and bust song from haruka shimotsuki off of spotify\tPlayMusic\nrate the last series one of 6 stars\tRateBook\nfind me the martin morning saga\tSearchCreativeWork\ni need to book a table for three at a restaurant in south sudan \tBookRestaurant\nplay me a nineties song by joseph genaro\tPlayMusic\ngo to the movie welcome to tokyo\tSearchCreativeWork\nplay a song by juanes on last fm\tPlayMusic\ni would rate the spoiler 0 stars\tRateBook\nlisten to acapella\tPlayMusic\nadd kurious jorge to my synth pop\tAddToPlaylist\nshow me movie times for southern theatres\tSearchScreeningEvent\ndawn of the emperors: thyatis and alphatia deserves a rating value of 1\tRateBook\nadd great grape to my playlist named novedades pop\tAddToPlaylist\ni d like to watch the trailer for dungeons & dragons: chronicles of mystara \tSearchCreativeWork\nrate this saga 0 stars\tRateBook\nwhat is the forecast for lesotho for starting this fall\tGetWeather\nplay anything from the top-50 jeff irwin record off of itunes\tPlayMusic\nfind movie schedules with animated movies close by\tSearchScreeningEvent\ni give the budayeen nights saga five out of 6 points \tRateBook\nplay the 2014 album from la lupe\tPlayMusic\nshow me the landing at low tide painting\tSearchCreativeWork\ni give the previous album one out of 6 points \tRateBook\nfind the movie times for films in the area \tSearchScreeningEvent\nwhat will it be like feb  the twentieth in colorado\tGetWeather\nwhat is the local movie schedule\tSearchScreeningEvent\n3 out of 6 for the last album\tRateBook\nfind movie schedules\tSearchScreeningEvent\nrate the documents in the case series two of 6\tRateBook\ni want to book a table for two at a close by bar in kuwait \tBookRestaurant\nrate incomplete nature three of 6 stars\tRateBook\nwhat s the weather forecast for spain\tGetWeather\nadd a song by szahram nazeri to my playlist called this is jennifer lopez \tAddToPlaylist\nwill it get chillier in furano-ashibetsu prefectural natural park\tGetWeather\nplay dave joyal\tPlayMusic\nwhat is the blizzard forecast for 12:06 in ms\tGetWeather\nadd this artist to my sinfonía hipster\tAddToPlaylist\nplay me some grunge music\tPlayMusic\ngive me the weather forecast in zimbabwe \tGetWeather\nweather for james m  robb – colorado river state park\tGetWeather\nshow creative work or miami vice theme\tSearchCreativeWork\nplay me some badass women on groove shark\tPlayMusic\nbook the best close-by bar in union city \tBookRestaurant\ni m looking for the hit album  the politics of dancing \tSearchCreativeWork\nadd a song by masayoshi yamazaki to my this is los fabulosos cadillacs playlist\tAddToPlaylist\nwhat is the forecast for petersville  oh\tGetWeather\nlet me know what animated movies are playing around here \tSearchScreeningEvent\nbook a spot at the top-rated pub in garner\tBookRestaurant\nfind me the memorial\tSearchCreativeWork\nlist movie times playing animated movies nearby\tSearchScreeningEvent\ni have a party of 7 in east timor\tBookRestaurant\nbook a reservation for 5 people next week at the pump room  chicago\tBookRestaurant\nbook a spot for vicki and i at a restaurant in puerto rico\tBookRestaurant\nadd metal church to my playlist named stress relief\tAddToPlaylist\nwill it be freezing in the city of sardis\tGetWeather\ni m looking to bring shawn  marguerite and della to a place to eat at near rwanda \tBookRestaurant\nshow movie times\tSearchScreeningEvent\nbook a restaurant for 7 in mn\tBookRestaurant\nin the neighborhood find movie times for movies\tSearchScreeningEvent\nrate the watsons four of 6 stars\tRateBook\ni would give this current novel two points or a rating of 6\tRateBook\nwhat is the thursday forecast for akers new hampshire\tGetWeather\ncan you play the change is made on netflix\tPlayMusic\nfind cut the rope\tSearchCreativeWork\ni want to give this current saga 6 points and a rating value of 1\tRateBook\nplay some music from 1989 by sanjeev abhyankar \tPlayMusic\nrate this novel four of 6\tRateBook\nis you will meet a tall dark stranger at bow tie cinemas\tSearchScreeningEvent\nwhat is the amc theaters movie schedule\tSearchScreeningEvent\nrate current textbook 5 out of 6\tRateBook\nshow the nearest movie house with the expendables starting 1 minute from now\tSearchScreeningEvent\nfind the painting sleeping in your hand\tSearchCreativeWork\ni d like to see level headed \tSearchCreativeWork\nwhat time is cold prey 3 playing at cinema\tSearchScreeningEvent\ncan you give me a forecast for weather at night in my current position\tGetWeather\ngive the fox and the hound a 1\tRateBook\ni d like to watch miss congeniality\tSearchCreativeWork\nwhat are the movie schedules for movies playing in the neighborhood \tSearchScreeningEvent\ni want toi hear some pop punk perfection ������ off of deezer\tPlayMusic\nfind the branded woman\tSearchScreeningEvent\nbook a restaurant in town not far from here for me and my mother in law \tBookRestaurant\nshow me the photograph of minutes to midnight\tSearchCreativeWork\nwill there be a blizzard in ar\tGetWeather\nplay the cabin fever 2: spring fever saga\tSearchCreativeWork\nfind a video game called batman: the return of bruce wayne \tSearchCreativeWork\ni want this song on the playlist called chill vibes\tAddToPlaylist\nwhat is the weather forecast in 13 seconds  in grand traverse bay bottomland preserve\tGetWeather\nplay some chant music from 2008 \tPlayMusic\ngive this current textbook zero out of 6 points \tRateBook\nput another artist in my opera 100 spotify picks playlist  \tAddToPlaylist\nwhen will it be chillier than now in south paris in ct\tGetWeather\nfind some close by movies\tSearchScreeningEvent\nadd keke wyatt to my evening commute playlist\tAddToPlaylist\nhow do i see the tv series to see the invisible man\tSearchCreativeWork\nplay a track from 2004\tPlayMusic\nbook a table for 10 people at harry’s bar  benin \tBookRestaurant\nfind the trailer for real men cry\tSearchCreativeWork\nshow me the current movie times\tSearchScreeningEvent\ni m looking for a job in inversion\tSearchCreativeWork\nwhat s the weather two months from now in arletta malawi\tGetWeather\nfind a photograph of adventure time: the secret of the nameless kingdom\tSearchCreativeWork\nwhat will the weather be one hour from now in as\tGetWeather\nfind the cerebellum book\tSearchCreativeWork\nwhat s the weather at four pm in honduras\tGetWeather\ncan you help me find the we no who u r game\tSearchCreativeWork\nfind the photograph among the living\tSearchCreativeWork\nare there any movies playing around here\tSearchScreeningEvent\nwhat will the weather be in hillview\tGetWeather\nplay the monkeys have no tails in zamboanga on google music \tPlayMusic\nplay the latest ep by joel hastings on itunes \tPlayMusic\ni d like to see the novel an inquiry into the good\tSearchCreativeWork\nplay some 50 shades of love\tPlayMusic\nplay the case of the whitechapel vampire tv series\tSearchCreativeWork\nreserve a table for 1 person in wi \tBookRestaurant\nrate this book saga 3 out of 6 stars\tRateBook\nforecast for conrad\tGetWeather\ni need info on the video game iron fist\tSearchCreativeWork\nbook a table for three at a middle eastern gastropub\tBookRestaurant\nrate american tabloid a 0\tRateBook\nwhat time is tom y jerry showing at alamo drafthouse cinema\tSearchScreeningEvent\ni want to hear symphony songs from rebecca cartwright on last fm\tPlayMusic\nwhat are the movie schedules for speakeasy theaters\tSearchScreeningEvent\nin the neighbourhood find 11 p m  movie schedules for movies\tSearchScreeningEvent\nbook a reservation for six for a tyrolean oyster bar\tBookRestaurant\ni want to move this album to the selektor playlist\tAddToPlaylist\nlook for summer with monika\tSearchCreativeWork\nadd brian larsen to my digster sleep\tAddToPlaylist\nwhat is the nearest movie house playing george washington slept here\tSearchScreeningEvent\nbook a spot in mi\tBookRestaurant\nwhen was the tv show crazysexycool taken off air\tSearchCreativeWork\nplay some fifties music by chris brown \tPlayMusic\nwill it be sunny in eyota hawaii on february seventh  2025\tGetWeather\ncan you put some monifah on my disco fever playlist\tAddToPlaylist\nrate company for gertrude 4 of 6\tRateBook\nplay something from the twenties\tPlayMusic\ni would give half a life 3 out of 6\tRateBook\ngive me the weather forecast for here  \tGetWeather\ni want to add something by jarvis cocker to my rock español playlist\tAddToPlaylist\nplay the music of aphex twin s good album\tPlayMusic\nlist movie schedule\tSearchScreeningEvent\nin the neighbourhood find movies\tSearchScreeningEvent\nfind movie schedules for imax corporation \tSearchScreeningEvent\nplease find the novel  good doctor\tSearchCreativeWork\nrate the white goddess 2 of 6\tRateBook\ntell me the weather forecast for 10/21/2024 in metamora\tGetWeather\nfind me the song 2 fast 2 furious\tSearchCreativeWork\nplay a melody from elmer bernstein\tPlayMusic\nfind movie schedules \tSearchScreeningEvent\nget me a table at a bar which has a spa \tBookRestaurant\ni d like to hear infinite indie folk on slacker  \tPlayMusic\ncan you put freddie freeloader on the playlist instrumental madness\tAddToPlaylist\ni want to give this book zero\tRateBook\ngive the god machine two of 6 points\tRateBook\nfind a video game called new york 911 \tSearchCreativeWork\nshow creativity of southtown\tSearchCreativeWork\ni would rate the door to december 3 points and a best rating of 6\tRateBook\nadd song by ian mcdonald to an instrumental sunday \tAddToPlaylist\nbook a popular tuscan restaurant for 7 people in west richfield\tBookRestaurant\nrate this novel a 4\tRateBook\nadd album to my i love my 90 s r&b\tAddToPlaylist\nwhere can i watch the television show called fangs of the arctic\tSearchCreativeWork\nwhat s the closest cinema showing animated movies\tSearchScreeningEvent\nis it windy in nauru\tGetWeather\nadd anti ep to esenciales\tAddToPlaylist\nis cloudy in lyncourt\tGetWeather\nadd armen movsessian to this is skepta playlist\tAddToPlaylist\nfind the movie schedule \tSearchScreeningEvent\nshow me tears on my pillow \tSearchCreativeWork\nshow me the trailer for live phish volume 12\tSearchCreativeWork\nbook a restaurant for 2 in cross timbers  district of columbia\tBookRestaurant\nfind the schedule for salt of the black earth at the closest movie house \tSearchScreeningEvent\nput this tune by ross the boss onto nação reggae\tAddToPlaylist\nplease find a restaurant in sierraville wyoming that has room for 6\tBookRestaurant\nweather for coaldale arkansas \tGetWeather\nbook a mexican brasserie close by woodcliff lake for a party of 7 on april 25  2026\tBookRestaurant\nplay nineties\tPlayMusic\nshow me the trailer for the glades \tSearchCreativeWork\nbook a reservation for me and my step sister in nebraska in two seconds\tBookRestaurant\ncan you help me find scholarmate\tSearchCreativeWork\ni need to book a table at a bar in micronesia for tia  madeline and estela\tBookRestaurant\ncan you find a creative work called a saintly switch\tSearchCreativeWork\nplease tell me the movie schedules \tSearchScreeningEvent\nbook me a table for one at blue ribbon barbecue\tBookRestaurant\nadd outside the dream syndicate to millicent s fresh electronic playlist\tAddToPlaylist\nwhat is the forecast for 9 seconds from now close by here\tGetWeather\ni want to listen to some saori atsumi from the twenties on deezer\tPlayMusic\nwhat is the nearest movie house playing the miracle rider\tSearchScreeningEvent\nlist movies  in the neighbourhood\tSearchScreeningEvent\nwhat time does a king in new york play in malco theatres\tSearchScreeningEvent\ngive one out of 6 star to a girl is a half-formed thing chronicle\tRateBook\nfor adaptive coloration in animals i give 4 points\tRateBook\ni want 4813 added to my rhythm and blues playlist\tAddToPlaylist\nplay a top track by janamanchi seshadri sarma\tPlayMusic\nfind a photograph called sleeping with the enemy \tSearchCreativeWork\ni want the movie schedules for movies around here\tSearchScreeningEvent\nrate this textbook a 2 \tRateBook\ni need a table right now for four in me\tBookRestaurant\nplease book a table for 10 at a faraway top-rated brasserie in malaysia on oct  the thirteenth \tBookRestaurant\nwhat s the movie schedule for films in the neighbourhood\tSearchScreeningEvent\nadd if you were mine  to classic punk playlist\tAddToPlaylist\nwhen is hefner: unauthorized showing at magic johnson theatres\tSearchScreeningEvent\ni want to add a track to my evening groove playlist\tAddToPlaylist\nfind start time in 12 seconds for national bomb\tSearchScreeningEvent\nrate the current textbook 4 out of 6 points\tRateBook\nplay the mister music man by gene de paul \tPlayMusic\nfind me a bar in eagle pass  vermont that serves noodle dishes  that will take reservations for 2/21/2021 \tBookRestaurant\ngive the current textbook four stars\tRateBook\ncheck the weather forecast for chisholm  kentucky \tGetWeather\nwill there be a blizzard at 2 am in my current place\tGetWeather\nplay the movie post inferno soundtrack\tSearchCreativeWork\nwhen is have sword  will travel playing at the closest movie theatre\tSearchScreeningEvent\ni want to book a restaurant with a pool for five in conehatta\tBookRestaurant\nwhere is the tv show bomberman land touch 2\tSearchCreativeWork\nfind all about aubrey \tSearchCreativeWork\ni d like to rate my beloved world two points\tRateBook\nhow warm will it be in 10 minutes \tGetWeather\nis it going to be hot in lexington-fayette\tGetWeather\nwhat movies are playing nearby\tSearchScreeningEvent\nshow me the movies at the closest cinema\tSearchScreeningEvent\nwhat is the temperature in western sahara or within the same area three seconds from now\tGetWeather\ni want to add this tune by wheesung to my queen list\tAddToPlaylist\nbook me a table at a romanian brasserie in rixford\tBookRestaurant\nrate the hard life 0 stars \tRateBook\nrate goodbye  mr  chips one stars\tRateBook\nbook a close by brasserie in nc \tBookRestaurant\ngive four stars out of 6 to current book\tRateBook\nwhat animated movies are playing at pacific theatres\tSearchScreeningEvent\ngive 1 out of 6 points for collected works\tRateBook\nwhat are the movie schedules for kerasotes theatres\tSearchScreeningEvent\nbook a table for nine pm at a pub in ma\tBookRestaurant\nbook a restaurant for monique stewart  arlene and jami \tBookRestaurant\nrate the current novel 5 of 6\tRateBook\nrate with kitchener in the soudan 2 stars out of 6\tRateBook\nshe me that movie schedule\tSearchScreeningEvent\nrate this current saga 3 out of 6 points\tRateBook\nplay some prabha atre\tPlayMusic\nplay remains of the day\tSearchCreativeWork\nuse groove shark to play music from the eighties\tPlayMusic\nrate the current essay 0 \tRateBook\nadd this artist to my grandes unplugged playlist\tAddToPlaylist\nplay make the cowboy robots cry by sabin rai on vimeo\tPlayMusic\nplay a chant by sonsee\tPlayMusic\nplay some movement from 1959 on deezer \tPlayMusic\nplay some krzysztof penderecki on last fm\tPlayMusic\ngive the book the adventures of james bond junior 003½ 2 points for a rating \tRateBook\ni m looking for movie times  search movies close by that start at 11:12 \tSearchScreeningEvent\nfind a soundtrack called top gear australia \tSearchCreativeWork\nwhat animated movies are showing in the neighborhood \tSearchScreeningEvent\nshow animated movie at century theatres\tSearchScreeningEvent\nfind i could fall in love \tSearchCreativeWork\ni give the next novel two stars\tRateBook\nis it going to be warm today at saint martin in port orford\tGetWeather\nplay tom baxter tracks\tPlayMusic\nrecite the movie schedule \tSearchScreeningEvent\nadd this karina album to my folk pop playlist\tAddToPlaylist\nadd olympia 1959 to from the delta to chicago\tAddToPlaylist\nadd animal stories to maryanne s by per yngve ohlin\tAddToPlaylist\nadd the artist tom cochrane to new york groove\tAddToPlaylist\nbook of two for the road\tSearchCreativeWork\nwhere can ifind you know me  a saga\tSearchCreativeWork\nadd love story wa totsuzen ni to the martin garrix show playlist\tAddToPlaylist\nwhat is the six o clock forecast for west selmont  in montserrat\tGetWeather\nwhat s the weather at eleven pm in craig mountain wildlife management area\tGetWeather\nplay a good 1952 symphony\tPlayMusic\nis there a blizzard coming to el verano\tGetWeather\ncan you tell me the weather forecast for denmark\tGetWeather\nwhat animated movies are showing in the neighborhood \tSearchScreeningEvent\nrate the current book 2 points\tRateBook\nwhen is the third eye showing at dickinson theatres\tSearchScreeningEvent\nwill you add pat kirtley to my covered in punk playlist\tAddToPlaylist\ni give the english spy a rating of 1 and a best rating of 6\tRateBook\nlook for all that matters\tSearchCreativeWork\nwhat s the weather in dazey\tGetWeather\nshow the movie schedule for animated movies in the neighbourhood\tSearchScreeningEvent\nbook a bistro in new zealand in 119 and a half days \tBookRestaurant\ntell me the weather forecast in greensburg\tGetWeather\nfind tortured man\tSearchCreativeWork\nrate the scoop  5 out of 6 points\tRateBook\ni gave chart throb 4 of 6 stars\tRateBook\nrate the tom thomson mystery 1 stars\tRateBook\ni d like to see local movie times \tSearchScreeningEvent\nrate the descendants two points\tRateBook\nfind le profil amina tv series\tSearchCreativeWork\nbook a churrascaria restaurant that serves chips for five people \tBookRestaurant\ni want to book a spot at a bar in henniker  north dakota \tBookRestaurant\nrate the stone key a 5\tRateBook\nbook a bar for 6 that has stuffed ham and isn t too faraway from canarsie - rockaway parkway on bennington battle day \tBookRestaurant\nfind the most important people  a television show\tSearchCreativeWork\nwhat is the weather forecast faraway from ri seven months from now\tGetWeather\nrate dna repair and mutagenesis four stars\tRateBook\nbook me a restaurant in guadeloupe\tBookRestaurant\nis it supposed to be colder at lunch time in schuyler  venezuela\tGetWeather\njohn ross house restaurant in town and close-by\tBookRestaurant\nbook a spot for nine in lavalette guam\tBookRestaurant\nadd this track by del tha funkee homosapien to the playlist songs for you  not your parents\tAddToPlaylist\nadd singing in the trees to rena s lo mejor de radio 3 playlist \tAddToPlaylist\nthis horrible textbook deserves a 0 rating\tRateBook\nrate the current saga a five\tRateBook\nfind the movie ircle\tSearchCreativeWork\nfind movie schedules \tSearchScreeningEvent\nwhat animated movies are showing in the neighborhood \tSearchScreeningEvent\nwhere is the nearest movie theatre i can go watch films today\tSearchScreeningEvent\nadd jamaica say you will  to my metal\tAddToPlaylist\nplay grabsteinland i by doctor fink on slacker radio\tPlayMusic\nrate the hollow man 5 points\tRateBook\nis the wash playing at the cinema in one minute\tSearchScreeningEvent\nadd sammy hagar to ultra metal\tAddToPlaylist\nfind city of light \tSearchCreativeWork\nreserve a smoking room at the restaurant\tBookRestaurant\nplay the track titled faget\tPlayMusic\nbombshells saga download\tSearchCreativeWork\nadd satisfied to my rockin  vibes playlist\tAddToPlaylist\ni want the movie schedule for animated movies in the area \tSearchScreeningEvent\nfind and book a restaurant that serves dumplings\tBookRestaurant\nwhat s the weather here\tGetWeather\nrate recovery road a three\tRateBook\nwhat is the southern shops forecast for warm temps\tGetWeather\nadd this album to my spotify orchestra cello playlist\tAddToPlaylist\nrate a conspiracy of paper  4 of 6\tRateBook\nat 7 pm what will the weather be in iceland\tGetWeather\nadd tune to classical intimate dinner\tAddToPlaylist\nshow the movie schedule and movies around here\tSearchScreeningEvent\nforecast for switzer\tGetWeather\nweather in selinsgrove\tGetWeather\nplay tanti auguri a te from bruce gilbert\tPlayMusic\nshow the show the son of tarzan\tSearchCreativeWork\nplay the song two suns in the sunset by airi suzuki\tPlayMusic\ni want to hear a good album from toni cottura \tPlayMusic\nfind animated movie at landmark theatres\tSearchScreeningEvent\nbook a table for 2 at the mustard seed  agate \tBookRestaurant\nwhat s the closest movie house showing animated movies\tSearchScreeningEvent\ni need a table for four at ten pm  in dodge park\tBookRestaurant\nput this tune on my get your mind right playlist\tAddToPlaylist\nweather for park narodowy kushiro-shitsugen\tGetWeather\nwhere can i watch the trailer for home economics\tSearchCreativeWork\nadd all the years to concentración\tAddToPlaylist\nshow gd&top painting\tSearchCreativeWork\nshow me the movie times for animated movies that are in theaters close by\tSearchScreeningEvent\ni need to book a table for 6 people at montreal pool room in croatia \tBookRestaurant\ni need a table for 4 at a place not far from palau \tBookRestaurant\nadd hound dog taylor to the miami 2017 guest list playlist  \tAddToPlaylist\nwhat is the weather forecast for kaaawa\tGetWeather\nfind whosoever shall offend at showcase cinemas\tSearchScreeningEvent\nadd this tune to my rockabilly mania\tAddToPlaylist\nshow creative painting people & love\tSearchCreativeWork\nbook me a restaurant in freshwater bay for ava and i in alaska\tBookRestaurant\ni want food in zaleski\tGetWeather\ni need a reservation for orthodox good friday\tBookRestaurant\ngive hornblower in the west indies 0 / 6 points\tRateBook\nput li yuchun s album onto the kickass metal playlist \tAddToPlaylist\nplay top-five concerto music from 1992\tPlayMusic\nadd marching band to miami 2017 guest list\tAddToPlaylist\nwhat animated movies can i see at amc theatres\tSearchScreeningEvent\ntell me if it ll be rainy here on dec  the 25th  2033\tGetWeather\nwhat animated movies are in the neighbourhood \tSearchScreeningEvent\nwhat is the weather forecast for north carolina\tGetWeather\nrate this book a zero\tRateBook\nbook a table at south street diner close to your teenager s college \tBookRestaurant\nis there a storm here\tGetWeather\nwhat is the closest movie house playing house of the dead 2\tSearchScreeningEvent\nwhat time is sontha ooru playing\tSearchScreeningEvent\nwhat movie times are there at arclight hollywood\tSearchScreeningEvent\nshow me movie schedule\tSearchScreeningEvent\nhow can i watch the television show straight shooter\tSearchCreativeWork\nat 0 am what will the weather be here\tGetWeather\nplay the next ep by video game pianist on netflix\tPlayMusic\nplay while the gate is open \tPlayMusic\ngive this book chronicle four stars\tRateBook\nplease give me the movie schedule for pacific theatres\tSearchScreeningEvent\nbook a reservation for restaurant in texas\tBookRestaurant\nfind movie times for films in the area \tSearchScreeningEvent\nadd a track to my playlist funk outta here\tAddToPlaylist\nbook me a reservation for fatty crew in 13 weeks in haskell\tBookRestaurant\nwhich films are playing in the neighbourhood\tSearchScreeningEvent\nplay a soundtrack by sarah geronimo on google music\tPlayMusic\nwhen is eye of the spider playing at regal entertainment group\tSearchScreeningEvent\nadd women of metal to odetta holmes\tAddToPlaylist\nrate eleanor rigby a 3\tRateBook\nfind me a coffeehouse for nine in indiana that has access to a pool\tBookRestaurant\ngive the current album on my playlist a rating of three \tRateBook\nrate the country blues 3 out of 6 stars\tRateBook\ni want to watch the movie godslayer\tSearchCreativeWork\nadd fabri fibra to the birth of cool\tAddToPlaylist\ncan i listen to music from the easy listening genre\tPlayMusic\nplay in the arms of god on zvooq by nimal mendis\tPlayMusic\nfind the broken\tSearchScreeningEvent\ncongress has warmer weather\tGetWeather\nfind a painting called smash crusher \tSearchCreativeWork\nfind the ultimate gift  a television show\tSearchCreativeWork\ncan i hear the song american high \tSearchCreativeWork\ni need to hear some r&b music off of iheart\tPlayMusic\nthe far side of the world chronicle deserves three out of 6 points \tRateBook\nwhat is the weather forecast in pinson south dakota\tGetWeather\ncan you add an album to my are & be playlist\tAddToPlaylist\nfind the killing fields \tSearchCreativeWork\nrate this essay 4 out of 6 stars \tRateBook\ncan you play something from the fourties  preferably a symphony\tPlayMusic\nadd to playlist i love my neo soul the name national treasure book of secrets\tAddToPlaylist\nbook a restaurant in gate city for 5 people \tBookRestaurant\ntell me if there will be wind in ne\tGetWeather\nshow me when and where i can see song of summer\tSearchScreeningEvent\nwhat time is hitman city playing\tSearchScreeningEvent\ni would like to see a schedule for movies at the nearest movie house \tSearchScreeningEvent\nadd this track to the sunshine reggae playlist\tAddToPlaylist\nthe book the geoff ryman bibliography should have a rating of three to 6 points \tRateBook\nrate current novel 3 stars\tRateBook\ngive the case of jennie brice 4 stars out of 6\tRateBook\nfind try me out for me\tSearchCreativeWork\nwhat movies are playing at the alamo drafthouse cinema\tSearchScreeningEvent\nadd claudine longet to my ultimate 00s palylist\tAddToPlaylist\nshow the taste\tSearchCreativeWork\nfind the trailer for hotel on the corner of bitter and sweet\tSearchCreativeWork\ni want to book a restaurant in glenarden south dakota for two people \tBookRestaurant\nwill there be any cloud in delaware on 1/11/2040\tGetWeather\ni want to book a restaurant near wyoming for 5 people \tBookRestaurant\nshow creativity of soundtrack iheartradio countdown\tSearchCreativeWork\nrate this current album 0\tRateBook\ni would like to book a restaurant in the same area as tremont av for nadine  sherrie and i on 3/21/2018\tBookRestaurant\nrate this album zero of 6 \tRateBook\nwhat is the forecast for next may in zambia\tGetWeather\nis rio belongs to us playing at the movie house closest to me\tSearchScreeningEvent\nbook a reservation for 2 at fashion cafe in diwali\tBookRestaurant\nshow me the book it might as well be spring\tSearchCreativeWork\nevangeline and petra cooper want to go to a restaurant in 9 years \tBookRestaurant\na novel of this quality deserves your rating of four points\tRateBook\ngive four points to this novel\tRateBook\nwhat will the weather be this month in wesley hills\tGetWeather\nshow me the schedule of movie the da vinci code\tSearchScreeningEvent\nwhere can i find the movie schedule\tSearchScreeningEvent\nwhat s the weather going to be like here in one minute\tGetWeather\nplay elkie brooks seventies sound track\tPlayMusic\nrate this novel 4 out of 6\tRateBook\nadd this tune to my this is luis fonsi playlist\tAddToPlaylist\nadd marianne faithfull to june s hillary clinton s women s history month playlist \tAddToPlaylist\ncheck the weather for around nine in south georgia and the south sandwich islands\tGetWeather\nrate this book a zero\tRateBook\ni need a table at a close by restaurnt in hackney for ten\tBookRestaurant\nwhat is the weather like in colorado\tGetWeather\nhow much hotter will it be once close to namibia\tGetWeather\na shawnna to the warm hearts feel good playlist \tAddToPlaylist\ncan you find me the my father my king game\tSearchCreativeWork\nhelp me find the work titled singstar take that\tSearchCreativeWork\nfind movie times \tSearchScreeningEvent\nwhere can i find the movie schedules\tSearchScreeningEvent\nhow will the weather be at 8 am in ct\tGetWeather\nbook a table at the montreal pool room in north carolina for 7 am\tBookRestaurant\nlook for the album called the tale of mr  jeremy fisher\tSearchCreativeWork\nuse spotify to play who was in my room last night\tPlayMusic\nplay a popular melody by lindsay lohan on youtube \tPlayMusic\nwhats the weather forecast in nicaragua\tGetWeather\ni want to watch the trailer to worms 2: armageddon \tSearchCreativeWork\nadd george baker to hiphop hot 50\tAddToPlaylist\nrate the current novel a one\tRateBook\ni d like to listen to iheart radio s chill out playlist please \tPlayMusic\nadd this track to my epic wall of sound playlist\tAddToPlaylist\nwhat is the temperature at eifel national park\tGetWeather\nadd track to this is zezé di camargo & luciano\tAddToPlaylist\nwhat is the weather forecast for waipio acres\tGetWeather\nis it overcast in bermuda\tGetWeather\nadd another track to my women of latin music playlist \tAddToPlaylist\nis race gurram playing\tSearchScreeningEvent\nrate the current novel a 0 out of 6 points\tRateBook\nwhat s the weather in kiahsville in the cayman islands\tGetWeather\nwhat theater is playing haunted honeymoon \tSearchScreeningEvent\nwill it be chilly in liberty city bhutan\tGetWeather\nfind the nearest place at four o clock with a movie house showing wow  the kid gang of bandits\tSearchScreeningEvent\ni want to watch the original recordings\tSearchCreativeWork\nplay vic ruggiero music from 2007\tPlayMusic\ncan i get the newest listings for movies at harkins theatres\tSearchScreeningEvent\nwill it be hotter today in holtwood\tGetWeather\nplay music by rodney whitaker\tPlayMusic\nlook for the high noon tv show\tSearchCreativeWork\nadd this track to the evening commute playlist\tAddToPlaylist\nwhat s the weather forecast in melcher-dallas\tGetWeather\nuse lastfm to play attack of the planet smashers\tPlayMusic\nwill it be colder in vermont\tGetWeather\nis it going to be warmer 165 days from now at nairobi national park\tGetWeather\nadd artist to novedades pop\tAddToPlaylist\nput this artist on domingo indie\tAddToPlaylist\nwhen will it be warmer in white horse  mauritius\tGetWeather\nwhat will the weather be in overton at 8 pm\tGetWeather\nlets go far to the wolseley in maine\tBookRestaurant\nplay slow rock music\tPlayMusic\ngive this series 4 stars\tRateBook\nis there fog in new york\tGetWeather\nfind a tv show called frontiers in ecology and the environment \tSearchCreativeWork\nfind the three little pigs television show\tSearchCreativeWork\nplay some best selling rave songs\tPlayMusic\nwill there be a blizzard at seven in colorado\tGetWeather\nfind live at memory lane\tSearchCreativeWork\nhow s the weather in mowrystown\tGetWeather\nrate in enemy hands five stars out of 6\tRateBook\nadd this tune by mopreme shakur to the party ¡fiesta playlist\tAddToPlaylist\nadd to ila s playlist a mi manera recopilatorio the name my heart stood still\tAddToPlaylist\nrate the confidence-man 3 points\tRateBook\ni want to find the show from where to eternity \tSearchCreativeWork\nwhat animated movies are in the neighbourhood\tSearchScreeningEvent\nshow me the caribbean blue television show\tSearchCreativeWork\nis it warm in fernandina beach slovakia\tGetWeather\nis it freezing in offerman  california\tGetWeather\nplay me some terror music\tPlayMusic\nplay my entertaining playlist\tPlayMusic\nmovie times at warren theatres\tSearchScreeningEvent\nadd a yesudas song in my piano chill playlist  \tAddToPlaylist\nrate this novel four stars\tRateBook\nadd sonntag to my assassin s creed\tAddToPlaylist\nget me reservations for seven at a restaurant in pw that serves tourte \tBookRestaurant\nwhat will be the forecast for belarus in the future around sep  the 22nd  2020\tGetWeather\nbook a bar in san marino for five\tBookRestaurant\ni want to book the distant downtown tribeca grill for august the twenty-third  2025 for wilda and jacklyn\tBookRestaurant\nwant to hear a chant by nellie mckay from the year 2008\tPlayMusic\nadd this tune to my it s a southern thing playlist\tAddToPlaylist\nadd your loving flame to my palylist rock\tAddToPlaylist\nput another track in my electronica & dance playlist  \tAddToPlaylist\nweather 1 minute from now in camden point zambia\tGetWeather\nplay salmonella dub dvd by mario rubalcaba on vimeo \tPlayMusic\ngive five stars to the songlines\tRateBook\nfind the painting strong enough\tSearchCreativeWork\ni want some fusil contra fusil added to my dance hits playlist  \tAddToPlaylist\nfind a trailer called sheriff of tombstone \tSearchCreativeWork\nbook a reservation for 6 at a restaurant in deersville\tBookRestaurant\nplay the new retro playlist on netflix \tPlayMusic\nwhat weather is predicted for loyalhanna\tGetWeather\nplay the playlist spring\tPlayMusic\ndoes netflix have music released in 1991 by you yokoyama\tPlayMusic\nlook for the tv series the stars at saint andrea\tSearchCreativeWork\nadd tune to reggae infusions\tAddToPlaylist\nadd song by charlie hunter to rumba y más\tAddToPlaylist\nwhere is the nearest movie theatre that is playing the king maker\tSearchScreeningEvent\nwhat is the mt forecast for 22\tGetWeather\nwhat time is are movies at the closest movie theatre\tSearchScreeningEvent\ni want ohear the 1996 soundtrack from deezer\tPlayMusic\nbook a southeastern restaurant in heard island and mcdonald islands\tBookRestaurant\nwill it be foggy at sunset in red devil\tGetWeather\nplay me the most popular arthur johnston song\tPlayMusic\ni need the weather at eleven am in argentina\tGetWeather\nplay music from 2010 by jason donovan\tPlayMusic\nwhat movies are in the neighbourhood \tSearchScreeningEvent\naward blood tables 2 points\tRateBook\nbook a highly rated food court for 2 people on jul  4th \tBookRestaurant\nshow me the closest movie house that plays that night in rio \tSearchScreeningEvent\nwill it be colder in åland \tGetWeather\nfind me the television show a city sleeps\tSearchCreativeWork\ntell me the weather forecast for alexander  sd\tGetWeather\ngive a zero rating to may we borrow your husband\tRateBook\ncan  book a pizzeria that will serve a cupcake\tBookRestaurant\nwhen will it be temperate in lansford\tGetWeather\ncan i get todays showtimes for le flic de beverly hills 2\tSearchScreeningEvent\nwhat is the pw forecast for jul  9 in robert\tGetWeather\nfind the movie schedule for arclight hollywood \tSearchScreeningEvent\nlook for the trailer to hickory daily record \tSearchCreativeWork\nadd a track to the emo forever playlist \tAddToPlaylist\nshow me the schedule of movie times\tSearchScreeningEvent\nput the artist pat monahan onto the emily dickinson playlist \tAddToPlaylist\nfind amanda palmer goes down under\tSearchCreativeWork\nrate the british edda zero points\tRateBook\nshow me the heart specialist\tSearchCreativeWork\nwhat will the weather be in mattawan saint barthélemy\tGetWeather\nwhere can i watch the tv show terrorists: the kids they sentenced \tSearchCreativeWork\nsearch for the saga of return of the bastards \tSearchCreativeWork\nplay circus farm by deana carter \tPlayMusic\ni want to hear something by joe dolce on google music\tPlayMusic\ni want to hear music by madeleine peyroux from 1991 on youtube \tPlayMusic\nis it freezing far from here on 12/5/2032\tGetWeather\nwhat is the closest movie theatre that is playing animated movies\tSearchScreeningEvent\nshow acta mathematicae applicatae sinica tv show\tSearchCreativeWork\nneed to find a creative work with the title sometimes the blues is just a passing bird\tSearchCreativeWork\ni would like to book a goan restaurant for 8\tBookRestaurant\nwhat time is the face in the moonlight showing\tSearchScreeningEvent\nadd this song to my us latin top 50 playlist\tAddToPlaylist\nplay some synthpop\tPlayMusic\ngive one points to current book\tRateBook\nis dummy playing at two a m \tSearchScreeningEvent\nfind close by movie schedule movies\tSearchScreeningEvent\nplay andy williams sings rodgers and hammerstein by elica todorova\tPlayMusic\nadd tune to african heat\tAddToPlaylist\nplay masashi hamauzu s newest symphony on itunes \tPlayMusic\nplay some acapella music \tPlayMusic\nwhere to get painting of the man in the white suit\tSearchCreativeWork\nwhere can i view the tv series of w i t c h \tSearchCreativeWork\nwhat will the weather be like on january 16  2030 in rainbow falls state park\tGetWeather\nadd this album to my playlist named café  libros\tAddToPlaylist\nplay entre raices y antenas by lynn & wade llp \tPlayMusic\nwhat are the movies scheduled to play at general cinema corporation\tSearchScreeningEvent\nplease add a track by david freiberg to my workout playlist  \tAddToPlaylist\nfor this series i give the rating of four of 6 stars\tRateBook\nwhere can i watch the trailer of the national treasures - the complete singles\tSearchCreativeWork\nwill there be hail on 7/16/2032 in the dominican republic\tGetWeather\nwhat time is crush and blush playing at kerasotes theatres\tSearchScreeningEvent\ngive two out of 6 points to current album\tRateBook\nplay something off my new boots playlist\tPlayMusic\nplay that stubborn kinda fellow by michael amott\tPlayMusic\nwhat is the weather forecast for ridge farm new york\tGetWeather\nrate illness as metaphor 5 of 6\tRateBook\nbook a restaurant far from kokomo this fall \tBookRestaurant\nadd histoire de melody nelson to my 90 s baby makers playlist\tAddToPlaylist\nplay drum & bass music\tPlayMusic\nplay an album from the fourties  new first \tPlayMusic\nrate the current textbook 4 of 6 points\tRateBook\nput kim kibum in my the martin garrix show playlist  \tAddToPlaylist\nbook a table for cherie and josephine in indonesia\tBookRestaurant\nfind the trailer for the spooky sisters\tSearchCreativeWork\nplease look up amrithavaahini\tSearchCreativeWork\nin the neighbourhood find a movie schedule for animated movies\tSearchScreeningEvent\ntell me the weather forecast for here in seven years \tGetWeather\nfind the album until the whole world hears\tSearchCreativeWork\nrate this textbook two of 6 stars\tRateBook\nrate this current book five\tRateBook\nbook a spot for wilma  gay and i at the gowanus yacht club in montenegro\tBookRestaurant\ni d like to hear don airey s gonna raise hell\tPlayMusic\nbook a restaurant in clawson  ms for one\tBookRestaurant\nis it chillier in hong kong than it is here\tGetWeather\nplay 30 greatest hits\tSearchCreativeWork\nwill there be a cloud in kiribati\tGetWeather\nadd this track to my lo que suena new york playlist\tAddToPlaylist\ni want to hear some acid punk music\tPlayMusic\nfind regal entertainment group animated movies\tSearchScreeningEvent\ni want to listen to a concerto from timour moutsouraev \tPlayMusic\nfind a table for 8 somewhere in bonaire in 345 days\tBookRestaurant\nreserve a table for teresa and elnora at a fast food joint which serves fish and chips\tBookRestaurant\nwhat is the tv show this is halloween\tSearchCreativeWork\ni want to eat at a bar in saudi arabia that serves cannelloni \tBookRestaurant\nplay the thirties soundtrack by ghader abdollahzadeh on youtube\tPlayMusic\ngive me the current showtimes for tarass boulba \tSearchScreeningEvent\nadd xenomania to operación bikini  please\tAddToPlaylist\nweather for here right now\tGetWeather\nbook a joint restaurant for four with an outdoor area within the same area as borough de denali\tBookRestaurant\nadd this album to my all out 70s playlist\tAddToPlaylist\ni m rating the skystone with three points\tRateBook\nadd from the ashes to my rock gaming playlist\tAddToPlaylist\ni want to add indestructible to my playlist a mis niños de 30\tAddToPlaylist\nput this album on my dubstep dangles dirty playlist\tAddToPlaylist\nis it cloudy in georgia\tGetWeather\nbook a spot for three at a bakery in grand portage\tBookRestaurant\ncan you get me the maldeamores saga\tSearchCreativeWork\nadd another tune to my lo mejor del rock de españa playlist  \tAddToPlaylist\nshow weather forcast for ms on jan  the 9th  2034\tGetWeather\nwhat time can i see mojave phone booth\tSearchScreeningEvent\ngive the first chronicles of druss the legend a zero \tRateBook\nplay alone  again from mike viola\tPlayMusic\nplay symphony music from the fourties with google music\tPlayMusic\nadd an album to women of hip hop\tAddToPlaylist\nplay talking to the universe on itunes\tPlayMusic\nwhat is the movie schedules for movies in the neighbourhood\tSearchScreeningEvent\nplay the top fifty soundtrack from the twenties \tPlayMusic\nforecast for willits christmas island twenty three minutes from now\tGetWeather\nis there supposed to be snowfall at zero o clock at parc national alerce andino or anywhere distant\tGetWeather\ngive 3 out of 6 points to the secrets of love\tRateBook\nplay some sixties music on slacker \tPlayMusic\nadd bryan gregory to the playlist emily dickinson\tAddToPlaylist\nfind the schedule for vanishing of the bees at a movie house \tSearchScreeningEvent\nadd mike mogis onto my crate diggers anonymous playlist\tAddToPlaylist\nplay me some music by prince alla from the twenties\tPlayMusic\nshow me the movie schedule for movies opening today close by\tSearchScreeningEvent\nfind kebab connection\tSearchScreeningEvent\nlook up the park album\tSearchCreativeWork\ni d like to go to a restaurant in french polynesia\tBookRestaurant\nfind the trailer for live at hull\tSearchCreativeWork\nwhat s the weather 1 minute from now in mount nimba strict nature reserve\tGetWeather\nshow the movie schedule\tSearchScreeningEvent\ni want to book the best pub for 6 in new mexico\tBookRestaurant\ni d like to see the movie schedule for movies in the area\tSearchScreeningEvent\nwhat will the weather be faraway from here 308 days from now\tGetWeather\ni d like to watch the trailer for as tears go by\tSearchCreativeWork\nplay matt uelmen songs from 1965 on slacker\tPlayMusic\nfind a movie schedule \tSearchScreeningEvent\ni want seating for five near the pool at the pub\tBookRestaurant\nedit aux cord privileges playlist by putting this tune on it\tAddToPlaylist\nrate what is called thinking 0 stars\tRateBook\nadd come on feel the lemonheads to my salsa classics playlist \tAddToPlaylist\nthe previous book is five out of 6 stars\tRateBook\nfind the nearest movie theatre for animated movies\tSearchScreeningEvent\nplay tooh by eric bazilian on google music \tPlayMusic\nrate the pagan christ zero points out of 6\tRateBook\ncan you book reservations for jeanne and charlotte at a diner in mayotte\tBookRestaurant\none stars out of 6 is my rating for the giaour \tRateBook\nadd track to my global top 50 \tAddToPlaylist\nfind a television show called milagros: girl from away\tSearchCreativeWork\nplay sound of love from papa mali\tPlayMusic\nput an album by max richter into my this is rosana playlist  \tAddToPlaylist\nneed to book a table in ludden\tBookRestaurant\nfind a table for five at harveys in de berry id on april the 10th\tBookRestaurant\nshoe me the forecast for bonaire this fall \tGetWeather\nplay keep your right up song\tSearchCreativeWork\nwhat movies are starting at eight pm in the area \tSearchScreeningEvent\nadd this song by deron miller to my party on fridays playlist\tAddToPlaylist\nrate paradise news 2 out of 6\tRateBook\nis these girls at the cinema\tSearchScreeningEvent\nwhat s the snowfall at noon in in\tGetWeather\nis there a snowstorm in the forecast for el cenizo\tGetWeather\ni want to add something by the artist nadine to my workday – pop playlist\tAddToPlaylist\nfind a show called ichibyōgoto ni love for you \tSearchCreativeWork\nlooking for novel build engine\tSearchCreativeWork\nwant to find a photograph called the nine maidens\tSearchCreativeWork\nbook a eggo serving brasserie for ten\tBookRestaurant\nbook in bolivia a brasserie for tourte food\tBookRestaurant\nfind a movie house with ulterior motive that is closest\tSearchScreeningEvent\nhows the weather looking for kendall green maryland\tGetWeather\nfind the another ticket game\tSearchCreativeWork\nfind the schedule for for films at star theatres \tSearchScreeningEvent\nwhen can i watch prince daewon at movie house\tSearchScreeningEvent\nadd the artist to the 90 s baby makers playlist\tAddToPlaylist\nwhere can i watch key to the city\tSearchScreeningEvent\nfind me the picture called bugs bunny nips the nips\tSearchCreativeWork\nfind a novel called episodi di sons of anarchy\tSearchCreativeWork\nrate they came from the sea 1 of 6 points\tRateBook\nbook me a reservation for a bar that serves lobster roll in or\tBookRestaurant\ni need movie times for movies playing in the area\tSearchScreeningEvent\ni want a table for 4 in florida\tBookRestaurant\nlook up the show cissy houston\tSearchCreativeWork\nplay a seventies soundtrack by steve walsh on groove shark\tPlayMusic\nplay 2003 ben burnley on spotify\tPlayMusic\nrate the current book 3 out of 6 stars\tRateBook\nfind the photograph underneath the tree\tSearchCreativeWork\nplay a mike osborne song\tPlayMusic\nshow me the movie purple heart diary \tSearchCreativeWork\nwill the weather be stormy in aurora\tGetWeather\nrate this current book album four stars\tRateBook\nplay some fifties tunes by mike mccready\tPlayMusic\nplay the best sort by jan robbe on pandora\tPlayMusic\nwhat s the forecast for harper  me\tGetWeather\nadd nicole mitchell to my soul revived list\tAddToPlaylist\nput this track from the edge on my funk soul disco playlist\tAddToPlaylist\ni need to reserve two seats to eat at in salina  alabama \tBookRestaurant\nis there a snowstorm coming to ukraine\tGetWeather\nplay some seventies track from top rie tomosaka\tPlayMusic\nadd album to my fairy tales\tAddToPlaylist\ncan i have the movie schedules\tSearchScreeningEvent\nwhat s the weather going to be in yemen in one minute\tGetWeather\nadd rating of 5 to this novel\tRateBook\nwhat s the weather going to be in parkers prairie  va at 07:08:02 am\tGetWeather\nrate gates of fire a 2\tRateBook\nshow me interesting times: the secret of my success\tSearchCreativeWork\nrate first man: the life of neil a  armstrong three of 6\tRateBook\nwhat is the storm forecast for now in jordan\tGetWeather\nfind the crucible of man: something wicked part 2 \tSearchCreativeWork\ni d like to hear some trip-hop\tPlayMusic\ni want to book a restaurant for supper in kellerton for 2\tBookRestaurant\ngive two out of 6 points to beyond a boundary\tRateBook\nfind animated movies in the neighborhood\tSearchScreeningEvent\nwhat s the weather next week in standard city\tGetWeather\nadd album to metal overload playlist\tAddToPlaylist\nplay a fifties album on itunes \tPlayMusic\nrate this textbook 4 stars \tRateBook\nshow me the forecast for 6 years from now in westlake village in guinea\tGetWeather\nnational lampoon tenth anniversary anthology 1970–1980 is a 4 out of 6 read\tRateBook\ni want to send music to ann s lists from sir john winston ono lennon  put it on her infinite indie folk list\tAddToPlaylist\nrate the other wind 2 of 6\tRateBook\nfind the movie schedules\tSearchScreeningEvent\nadd this wayne raney tune to my this is kudai\tAddToPlaylist\nplay the last song by goldie\tPlayMusic\nadd armistead burwell smith iv to blues masters\tAddToPlaylist\nwhere can i purchase the video game the blue generation\tSearchCreativeWork\nput another track in the keep calm playlist  \tAddToPlaylist\nsearch for innocence from hell\tSearchCreativeWork\nrate this novel a 1 out of 6\tRateBook\nwill there be a snowstorm this weekend in bear river  arizona\tGetWeather\ni d like to see walk on the wild side: the best of lou reed\tSearchCreativeWork\ntell me the weather forecast for ri\tGetWeather\nrestaurant in elberta for alma  deana and olga at 18:49:20 that serves tsipouro\tBookRestaurant\nadd tune to genuine r&b\tAddToPlaylist\ni gave the hand of zei series three of 6 stars\tRateBook\nrate the current textbook a 0 out of 6 \tRateBook\nbook me a restaurant\tBookRestaurant\nplay video game manifesto of nevermore\tSearchCreativeWork\nfind a book called the echo chamber \tSearchCreativeWork\nplay the latest ep from lobby loyde on netflix\tPlayMusic\nplay me the show cheaper by the dozen 2\tSearchCreativeWork\nrate my current book five points out of 6\tRateBook\ni am giving the current book two stars\tRateBook\nplay a sixties song by george sanger\tPlayMusic\nrate a tale of love and darkness 0 points\tRateBook\nplay a morton downey record with slacker\tPlayMusic\nrate the braindead megaphone series zero out of 6 points\tRateBook\nbook a table for jasmine  jeannie and leta\tBookRestaurant\nrate the current saga a 4\tRateBook\nadd space cowboy to my the funny thing about football is playlist\tAddToPlaylist\nwhat time is adam at six a m  playing\tSearchScreeningEvent\nwhere is the nearest movie theatre that is playing honeysuckle rose\tSearchScreeningEvent\nshow weather forecast close-by ms in 48 and a half weeks\tGetWeather\nfind a cinema closest with animated movies\tSearchScreeningEvent\nrate therapy a zero\tRateBook\ni d like to listen to the soundtrack in the air\tSearchCreativeWork\nadd song to marta s endorphin rush playlist\tAddToPlaylist\nfind a photograph called shout it out \tSearchCreativeWork\nbook a spot at a coffeehouse in new york with wifi at 8 pm\tBookRestaurant\nwhat movie theatre is playing sherlock holmes and dr  watson fifteen hours and one minute from now\tSearchScreeningEvent\nfind something crucial  a book\tSearchCreativeWork\nfind movie titled triumph of the spirit\tSearchCreativeWork\ni d rate the chronicle called the art of loving 3 points out of 6\tRateBook\ni want to give this album 3 points\tRateBook\nrate the current chronicle a one\tRateBook\nrate the current textbook with 2 points out of 6 \tRateBook\nadd track by monster bobby to peace playlist\tAddToPlaylist\nplay some fourties music on spotify \tPlayMusic\nbook a reservation for bettye and lakeisha jimenez at a bar\tBookRestaurant\nfind a movie theatre with intersections that is nearest\tSearchScreeningEvent\ni gave perchance to dream 4 of 6 points\tRateBook\nwhen is for one night playing at loews cineplex entertainment\tSearchScreeningEvent\ni would rate this novel 2 points and a best rating of 6\tRateBook\nrate the current essay 4 stars\tRateBook\nadd future to this is al green\tAddToPlaylist\nuse the service lastfm to play artist keren peles from the most popular symphony\tPlayMusic\nbook a restaurant around thompson\tBookRestaurant\nwhat movies will be showing around here\tSearchScreeningEvent\nadd r u still in 2 it to the under the surface playlist\tAddToPlaylist\ni m looking to reserve a table at a pasta restaurant in serbia \tBookRestaurant\nis the start time 15:16:52 for movies in the neighborhood \tSearchScreeningEvent\nsearch for movie turn back the clock\tSearchCreativeWork\nwhen is our story showing next at north american cinemas\tSearchScreeningEvent\nis it cloudy in vermont on 06:30:26 pm\tGetWeather\nwhere can i find the soundtrack for steamboat bill\tSearchCreativeWork\nadd banking violence and the inner life today to my retro gaming playlist\tAddToPlaylist\nforecast for addo-elefanten-nationalpark\tGetWeather\nplease look up the immortals television show \tSearchCreativeWork\nfind a movie house with colic: the movie that is nearest\tSearchScreeningEvent\nfind a book called screwed \tSearchCreativeWork\nadd written in red to my cleaning the house playlist  \tAddToPlaylist\ni would give the living dead in dallas chronicle zero points\tRateBook\nthere is cloud in genola south sudan\tGetWeather\nwhat are the movie times for animated movies nearby\tSearchScreeningEvent\nis it cold ever in farristown tanzania\tGetWeather\nplay me an ep from 2005 \tPlayMusic\ni m giving this book series four points\tRateBook\nfind landing on water \tSearchCreativeWork\ngive the street five points \tRateBook\nadd global underground 006 sydney to my best metal of the new millennium\tAddToPlaylist\nadd the artist tomohisa yamashita to the conexiones playlist\tAddToPlaylist\nwhat s the weather in the marshall islands in sixteen hours\tGetWeather\nadd the album to my latin pop rising playlist\tAddToPlaylist\nrate the current essay three points\tRateBook\nplay music from 1977\tPlayMusic\nwhere can i find the novel meast\tSearchCreativeWork\ni give the book the silence of the lambs a rating of zero of a possiable 6\tRateBook\nrate my current novel four out of 6 stars\tRateBook\nbook a reservation for 4 at a bar serving corn relish\tBookRestaurant\nfind a show called friday download \tSearchCreativeWork\nwill it be stormy not far from id on 10/2/2021\tGetWeather\nmy current textbook should have a rating value of 5 and a best rating of 6\tRateBook\nrate the current book five of 6\tRateBook\nadd the album to my heavy gamer playlist \tAddToPlaylist\nplay zvooq\tPlayMusic\nwhere can i buy a copy of the picture called turn against this land\tSearchCreativeWork\ni want to go to that popular ethiopian restaurant\tBookRestaurant\nrate the twinkie squad chronicle four of 6\tRateBook\nadd manuelita la tortuga to my nuestros 80 playlist\tAddToPlaylist\nshow the caveman television show\tSearchCreativeWork\nwhat films are showing in the neighborhood \tSearchScreeningEvent\ngive four out of 6 points to current novel\tRateBook\nplay a ballad form 2014 by double on google music\tPlayMusic\nbook a table for 04:45 pm at a restaurant in washington \tBookRestaurant\nwhat will the weather be like here next week\tGetWeather\nfind a cineplex odeon corporation showing movies\tSearchScreeningEvent\nadd this song to my canción del día playlist\tAddToPlaylist\nadd omoide wa okkusenman to an instrumental sunday\tAddToPlaylist\nwhat are the movietimes for films in the neighbourhood\tSearchScreeningEvent\nplay the baldur’s gate ii: throne of bhaal saga\tSearchCreativeWork\nwhich movie theatre is playing the good guys and the bad guys\tSearchScreeningEvent\nrate this is how you die chronicle a one\tRateBook\ni need a weather update now for manhattan project national historical park\tGetWeather\nadd this song to my esenciales playlist\tAddToPlaylist\nget me a table at the hand & flowers for sixteen hours \tBookRestaurant\nplay yusef lateef songs from the fifties\tPlayMusic\nfind earth moving \tSearchCreativeWork\nplay music by sarah connor\tPlayMusic\nme  bobbie and colette want to go to the peak lookout in felicity\tBookRestaurant\ni want to book a pub in juniper for 8 that serves bûche de noël\tBookRestaurant\ngo ahead and add blowfly to my this is schubert list\tAddToPlaylist\ncan you tell me the forecast for east falmouth  hungary\tGetWeather\ni give the rating of 1 of 6 stars for this novel\tRateBook\nforecast for israel\tGetWeather\nplay some deezer oldies music\tPlayMusic\nis the tv show the prodigal wife on today\tSearchCreativeWork\nplay some matthew sweet music from around 1996 on spotify\tPlayMusic\nshow creativity of the game everything at once\tSearchCreativeWork\nplay any song from 2006\tPlayMusic\nplay some nastya kamenskih on zvooq\tPlayMusic\ni want a table for seven at twenty three o clock in angola \tBookRestaurant\ni need to book a restaurant with a smoking room in al\tBookRestaurant\ni want to take my parents and i to eat some romagna at a brasserie in north dakota\tBookRestaurant\nplease play casino boogie\tPlayMusic\nwhere to get the movie fear of a black hat\tSearchCreativeWork\nwhat time is 楽園追放 -expelled from paradise-\tSearchScreeningEvent\nwhat is the weather forecast for three in whitewood  rhode island\tGetWeather\nlist to the most popular muireann nic amhlaoibh song\tPlayMusic\ni need seats for five at a place five and a half months from now\tBookRestaurant\ngive the current book zero of 6\tRateBook\nhocus bogus gets a 2 of 6 \tRateBook\nplay 25 to life by paul riley on deezer \tPlayMusic\nwill it hail in rush valley denmark on 6/21/2035\tGetWeather\nuse youtube to play music from dorothy ashby from the year 2002\tPlayMusic\nbook a reservation for one at an italian taverna for two pm in hutchings  north dakota\tBookRestaurant\ni want to find parking next to a restaurant for 10\tBookRestaurant\nplay elliot easton s album beautiful\tPlayMusic\nadd a tune in women of classical\tAddToPlaylist\nwhat time is phera playing\tSearchScreeningEvent\nplease get me rough and ready saga \tSearchCreativeWork\nfind the game selling blue elephants\tSearchCreativeWork\nbook a restaurant for seven\tBookRestaurant\nshow me the album three songs about lenin \tSearchCreativeWork\nplay something by daisy voisin on google music\tPlayMusic\ni only give blood work two stars\tRateBook\nthis month will the sun be scorching in la\tGetWeather\nbook a pub for eight people in the pitcairn islands \tBookRestaurant\nplease get me the national medical journal of india game \tSearchCreativeWork\ni want to hear the album suites & sweets\tPlayMusic\nwill it be temperate in hybla valley tajikistan\tGetWeather\nwhat films are showing at cooper foundation\tSearchScreeningEvent\nfind the innocent when you dream saga\tSearchCreativeWork\ni want to hear some music from spotify\tPlayMusic\nplease give me the movie schedule\tSearchScreeningEvent\nplay goa music on google music \tPlayMusic\nadd geminism to power workout list\tAddToPlaylist\nwhen will hard time romance be showing at the cinema\tSearchScreeningEvent\nadd venedig im regen to this is maxwell\tAddToPlaylist\nweather in tioga colorado\tGetWeather\nwill you play a ballad from mahalaxmi iyer\tPlayMusic\nfind me the soundtrack called enter the chicken\tSearchCreativeWork\nwhat s the weather like today in plankinton\tGetWeather\nwhat movies are showing at the showcase cinemas\tSearchScreeningEvent\nrate this textbook 5 points out of 6 \tRateBook\nwhat time is bhoomi geetha playing at the movie theatre\tSearchScreeningEvent\nrate to your scattered bodies go a 1 out of 6\tRateBook\nshow me a photograph called the daily slovak news\tSearchCreativeWork\nput frank portman in my playlist good music\tAddToPlaylist\nin apr   i d like to eat at a pub manack montana with 4 people\tBookRestaurant\ni d like to eat with a party of 8 in hitchita or\tBookRestaurant\ncan you find my island home tv series\tSearchCreativeWork\nplay a popular gurdas maan track\tPlayMusic\ngive me the showtimes for animated movies at the nearest cinema \tSearchScreeningEvent\nfind wish you were here \tSearchCreativeWork\nadd back at the velvet lounge to my cleaning playlist\tAddToPlaylist\nshow movie schedules at amc theaters\tSearchScreeningEvent\ni d like a bar with hawaiian food in nd\tBookRestaurant\nfind nearby films with movie schedules\tSearchScreeningEvent\ngive zero points to high profile\tRateBook\nplay my electro sur playlist  \tPlayMusic\nplay any song from 2001\tPlayMusic\nadd ian north to my autumn lounge playlist\tAddToPlaylist\nrate this essay 2 points\tRateBook\ni need a table for 4 at the brass rail \tBookRestaurant\ngive memoirs of a fox-hunting man a rating of 4 out of 6 \tRateBook\nwhat is the nearest cinema playing patiala house\tSearchScreeningEvent\ncan i hear a symphony from the seventies on youtube\tPlayMusic\nwhen is city of angels playing\tSearchCreativeWork\nbook a reservation for a top-rated lebanese fast food place\tBookRestaurant\ni would rate this current essay a 0\tRateBook\nwhat is the weather forecast for june the third in rileyville  co\tGetWeather\nrate this album a 3\tRateBook\nwill it be hotter in my current place in six weeks from now\tGetWeather\ni d like to watch mission to mir\tSearchScreeningEvent\nfine a movie called right here right now \tSearchCreativeWork\nwhat is the forecasted weather for ninaview\tGetWeather\ncan you find me the game  super scription of data\tSearchCreativeWork\nis the matinee idol 06:30 cinema sold out\tSearchScreeningEvent\nrate seeing with the eyes of love 5 points\tRateBook\nput ron grainer on my disco fever playlist\tAddToPlaylist\nwhat will the weather be in bayside on sep  21  2034\tGetWeather\nfind the nearest movie theatre that plays sea racketeers\tSearchScreeningEvent\nplease give me information on when prisoner of zenda will be shown \tSearchScreeningEvent\nwhat s the weather like in serbia\tGetWeather\nplease look up the television show  noel hill & tony linnane \tSearchCreativeWork\ngive the current book four stars\tRateBook\ngive me slovakia s weather forecast for eight am\tGetWeather\nrate this novel three out of 6 stars\tRateBook\nwhat are the movie times\tSearchScreeningEvent\ni want a table for four for 2 years from now\tBookRestaurant\ncan you play me a track from the nineties\tPlayMusic\nadd tune to my relax & unwind playlist\tAddToPlaylist\nput johnny wakelin  on my té para tres lis\tAddToPlaylist\ni want to listen to lastfm  play a drop of the hard stuff by joi chua \tPlayMusic\ni d give the mandaean book of john 4 points\tRateBook\nbook a restaurant 2 months from now for seven people in new caledonia \tBookRestaurant\nrate the current essay four out of 6 \tRateBook\nrate this saga two out of 6 points\tRateBook\nrate the current textbook 3 out of 6\tRateBook\nwill it be warm in jenners  panama on august the sixteenth\tGetWeather\nshow me the movie sonic triple trouble\tSearchCreativeWork\nadd the track by apostolos nikolaidis to the this is luis fonsi playlist\tAddToPlaylist\nwhat is the schedule for the fox and the child in cinema\tSearchScreeningEvent\ni need a dinner reservation in three months for a restaurant in hills and dales \tBookRestaurant\nrate the text book new finnish grammar a four out of 6 \tRateBook\nbook a highly rated place for my momy and i for mughlai food at a restaurant\tBookRestaurant\nwhat is the forecast for close to texas\tGetWeather\nadd this raffaele riefoli tune to deathcore\tAddToPlaylist\nfind shanghaï express\tSearchScreeningEvent\nwill it be warm 1 week from now in dc\tGetWeather\nadd this tune to rock save the queen\tAddToPlaylist\nadd chrome reflection to my throwback thursday playlist\tAddToPlaylist\nrate this textbook a three\tRateBook\ni want to hear something from the nineties by alissa musto on groove shark\tPlayMusic\nbook a top-rated osteria seven weeks from now\tBookRestaurant\nshow me the movie haunted spooks\tSearchCreativeWork\ni need a table in one hour from now at somewhere not far from la\tBookRestaurant\ngive one point to compendium of analytical nomenclature\tRateBook\nfind me the novel london has fallen\tSearchCreativeWork\nrestaurant near in town uses in two years \tBookRestaurant\nshow creative book named pencil thin mustache\tSearchCreativeWork\ncan you play some synthpop music on youtube\tPlayMusic\nwhat is the poland forecast for next january\tGetWeather\nplay music on groove shark\tPlayMusic\nplay the music of tupac shakur\tPlayMusic\nbook for five in georgia at the coffee bean & tea leaf\tBookRestaurant\nplay my madrugando playlist on groove shark\tPlayMusic\nwill there be a blizzard in neighboring niobrara valley preserve\tGetWeather\ni want to hear richard falomir s best song on pandora\tPlayMusic\nadd out of the air to my a mis niños de 30 playlist\tAddToPlaylist\ncan you add a eviatar banai album to my tgif playlist\tAddToPlaylist\ninclude pat smear on guest list engadget\tAddToPlaylist\ngive this current essay a 3 out of 6\tRateBook\nwhat time is high schools playing\tSearchScreeningEvent\nplay short walk on a long pier on slacker\tPlayMusic\nwhat s the weather forecast for wisconsin\tGetWeather\nwhat time is unholy women playing\tSearchScreeningEvent\nput artist emre aydin on happy birthday playlist\tAddToPlaylist\nwhat is the movie schedule for animated movies playing close by\tSearchScreeningEvent\ncan you find the television show manifesto of nevermore\tSearchCreativeWork\nfind history of north dakota  a tv series\tSearchCreativeWork\nplay some music from victor kunonga \tPlayMusic\nput this artist on instrumental study playlist\tAddToPlaylist\nfind the show the sword of the lictor\tSearchCreativeWork\nwhat will the weather be in in\tGetWeather\nplease make a restaurant reservation for somewhere in mondovi  connecticut \tBookRestaurant\nlet me hear an ep from the thirties era of music \tPlayMusic\nwhere is shake your powder puff playing\tSearchScreeningEvent\nwhere to buy book charlie countryman deve morire\tSearchCreativeWork\nbook a restaurant in goshenville pr for october 16  2038 \tBookRestaurant\nplay the top-10 chant by caetano veloso on pandora\tPlayMusic\nplay top-ten eighties song\tPlayMusic\ni d like to hear music from 1951  preferably a soundtrack \tPlayMusic\nmake me a reservation at taverna in a smoking room\tBookRestaurant\nbook reservations at a faraway restaurant in newtown at meal time\tBookRestaurant\nbook a highly rated coffeehouse for four people \tBookRestaurant\nbook a reservation at a restaurant with me  matilda and deana\tBookRestaurant\nplay some avantgarde music on netflix \tPlayMusic\ni want to listen to my spain top 50 playlist on groove shark\tPlayMusic\nwhat animated movies are at dipson theatres\tSearchScreeningEvent\nbook the fashion café for elevenses \tBookRestaurant\nwhat movies are currently at star theatres\tSearchScreeningEvent\nplay me the best charles neidich song\tPlayMusic\nuse deezer to play music by kimberley walsh\tPlayMusic\nplease book a uncommon grounds coffeehouse restaurant \tBookRestaurant\nplay my still got the blues playlist \tPlayMusic\nplay a record from 1982\tPlayMusic\nfind half cut tea \tSearchCreativeWork\nbook a spot at a highly rated pub in woodston\tBookRestaurant\nwhat is the weather forecast for garrison\tGetWeather\ngive 1 out of 6 points to revolution world\tRateBook\ngive five out of 6 stars to current essay\tRateBook\nfind animated movies at caribbean cinemas\tSearchScreeningEvent\nlook up the adventure of the blue carbuncle \tSearchCreativeWork\nlist movies at imax corporation\tSearchScreeningEvent\nshow the animated movies playing at consolidated theatres\tSearchScreeningEvent\nwant to know the hot weather situation in netherlands december 4 \tGetWeather\nrate this album five out of 6 stars \tRateBook\ncan you please find me d r e a m \tSearchCreativeWork\nwhat is the temperature for montserrat on sep  the fourth  2024\tGetWeather\ncan you find me reservations for this morning at a restaurant that serves stracciatella\tBookRestaurant\nbook a reservation for 8 at a restaurant that serves chicken fried bacon in aruba\tBookRestaurant\nwhat is the forecast for this fall in lesotho\tGetWeather\ni need a reservation for four minutes from now for 3 people in the falkland islands\tBookRestaurant\nrate the breaking point a three\tRateBook\ngive conan the buccaneer 5 of 6 points\tRateBook\nplay a sound track from 1952 \tPlayMusic\nme and robin need reservations for somewhere in palau\tBookRestaurant\nadd the current artist to my sxsw latin\tAddToPlaylist\nuse deezer to play top five moya brennan\tPlayMusic\nfind the digital champ: battle boxing\tSearchCreativeWork\nwhat s the weather here in 52 and a half weeks\tGetWeather\ni would like to book a restaurant in lebanon\tBookRestaurant\nfind the coffin \tSearchCreativeWork\nbook the best cafe on jan  18th  2035 \tBookRestaurant\nshow weather forecast nearby elk city state park\tGetWeather\nlisten to ballad songs from the twenties\tPlayMusic\nwhat animated movies are at pacific theatres\tSearchScreeningEvent\nwill it be overcast in luxembourg in fourteen seconds \tGetWeather\nfind a reservation at sunset at a gastropub for 2 people\tBookRestaurant\nwill it be nice here and in the same area\tGetWeather\nwhen will the blonde ambition be playing\tSearchScreeningEvent\nwill it be warmer at 2 pm at the ak-suu complex nature reserve\tGetWeather\nadd the name x forza e x amore to the playlist musica española 2017\tAddToPlaylist\nwill there be sun in the manassas national battlefield park\tGetWeather\nplay songs by naomi schemer\tPlayMusic\nis it going to be hot here in 8 years \tGetWeather\nwhich films are playing at the closest cinema\tSearchScreeningEvent\nplay some techno\tPlayMusic\ni want to see some movies in a b&b theatres\tSearchScreeningEvent\nbook a restaurant in indiana for me  violet and dianne \tBookRestaurant\ngive zero points out of 6 to the devil in a forest\tRateBook\nbook the electric banana in ewen for crystal and brittney \tBookRestaurant\nbook a pub for two on jan  first  2037 \tBookRestaurant\nadd this peter iwers album to my ntc gym strong\tAddToPlaylist\ngive the spirit house  a 4 out of 6\tRateBook\nwhat s the weather forecast for 3 hours from now at christmas island\tGetWeather\ni give a rating of four to this textbook \tRateBook\nrate this book a four \tRateBook\nplay a new song from the seventies\tPlayMusic\nplay me a 1957 ep\tPlayMusic\nopen vimeo and play lee mellor good songs\tPlayMusic\ncan you help me find a picture called olympia 1974\tSearchCreativeWork\nadd the artist  w g snuffy walden to my billboard latin music awards finalists playlist\tAddToPlaylist\nrate shadow of night a 1\tRateBook\ni want to watch fist of the north star 1 minute from now\tSearchScreeningEvent\ncan i rate the current textbook three to 6 stars\tRateBook\nplay the song domino by luca turilli\tPlayMusic\nbook a spot for me and my great grandfather at a brasserie with a pool at 7 am\tBookRestaurant\nadd a tune to this is wagner\tAddToPlaylist\nwill it be nice now in norway\tGetWeather\nfind an album called preminchi choodu \tSearchCreativeWork\nshow me the only the strong survive photograph\tSearchCreativeWork\nwill it be chilly around kingsley common on jan  9\tGetWeather\nfind me third man on the mountain at a cinema\tSearchScreeningEvent\ni want to go see a troll in central park \tSearchScreeningEvent\nplay oliver on pandora \tPlayMusic\nplay 1952 yusef lateef on netflix\tPlayMusic\nadd a track to the el mejor pop en español playlist \tAddToPlaylist\ni want to hear some of david gilmour s music from 1973\tPlayMusic\ni need a reservation for january 9 at a restaurant that serves souvlaki nearby cypress av for a party of 1\tBookRestaurant\nrate the book of three a five\tRateBook\nrate the book the nightmare lands 0 out of 6 stars\tRateBook\nplay gary chapman music from the fifties\tPlayMusic\ngive this essay 4 points\tRateBook\nwhich is the nearest cinema showing a cooler climate that starts now\tSearchScreeningEvent\nbook a restaurant 163 days from now\tBookRestaurant\nwill it be freezing in new preston venezuela\tGetWeather\nwhat is the weather forecast in spaulding morocco\tGetWeather\nbook in ukraine at a highly rated restaurant\tBookRestaurant\nadd dimitri fampas s song to my focus now\tAddToPlaylist\nbook a spot at a pub with tatar in cambodia\tBookRestaurant\ni would give the northern reaches a rating of one\tRateBook\nfind time for the thirty nine steps \tSearchScreeningEvent\nwill there be a blizzard in saudi arabia around 2 o clock\tGetWeather\nfind all jets are gonna fall today saga\tSearchCreativeWork\nplay me music by whip with zvooq\tPlayMusic\nadd tune to my this is john williams playlist\tAddToPlaylist\nplease get me the aion show \tSearchCreativeWork\nwhat s the weather like in boca raton  ia\tGetWeather\nfind the movie times for north american cinemas \tSearchScreeningEvent\nfind me royal astronomy\tSearchCreativeWork\ni need a restaurant now for a party of ten\tBookRestaurant\nrate the current essay 4 out of 6\tRateBook\nwhere is they always return at dawn playing\tSearchScreeningEvent\ni need to book a restaurant that serves sundanese in bonaire for 7\tBookRestaurant\nplay me some max martin on lastfm\tPlayMusic\nshow creativity of saga frontier marshal\tSearchCreativeWork\nfind movie schedules for arclight hollywood \tSearchScreeningEvent\nin wynnedale ak will it blizzard\tGetWeather\nadd volver to my pop gaming playlist\tAddToPlaylist\nadd funtwo to disco fever track\tAddToPlaylist\nis a tree grows in brooklyn playing in one hour\tSearchScreeningEvent\nwhat is the weather forecast in country club heights\tGetWeather\nbook a restaurant faraway from rwanda for two\tBookRestaurant\nbook a reservation for my parents and i at red crown tourist court in slovakia\tBookRestaurant\nbook a spot for me  tiffany and sondra at a top-rated restaurant in ms with udupi\tBookRestaurant\nadd repent replenish repeat to classical moments in movies \tAddToPlaylist\nadd the outlaw blues to the playlist with the title top 100 country tracks on spotify\tAddToPlaylist\ni d like to know what films are scheduled at alamo drafthouse cinema \tSearchScreeningEvent\nrate the citadel 1 out of 6 points\tRateBook\nwhat is the weather like in antonito\tGetWeather\nfind saga hamilton c shell\tSearchCreativeWork\nrate secrets and lies 2 of 6 stars\tRateBook\ni d like to play the album clarke\tSearchCreativeWork\nwhat is the weather like in long beach united kingdom\tGetWeather\nplay some noise music on netflix \tPlayMusic\nadd how to sos 48 2016 playlist\tAddToPlaylist\nadd omnipresent to verano\tAddToPlaylist\nis it chilly in henrieville  oman\tGetWeather\ni need a reservation for 4 in illinois\tBookRestaurant\nfind the nearest movie house that s showing movies\tSearchScreeningEvent\nadd intelligence and sacrifice to skatepark punks\tAddToPlaylist\ntry to find the picture advances in ecological research\tSearchCreativeWork\nbook a spot at a pub that has trottole for their meal\tBookRestaurant\nshow movie the skeptic – das teuflische haus\tSearchCreativeWork\nis it going to be windy five minutes from now in nj\tGetWeather\nbook a table for mamie and maria at a south tyrolean restaurant within walking distance from fisk av-69th st \tBookRestaurant\nfind the movie schedule for the douglas theatre company \tSearchScreeningEvent\nrate the first death 1 stars\tRateBook\nrate the empty throne a 4\tRateBook\nplay the best music from klaus badelt \tPlayMusic\ni d like a new england added to classical moments in movies \tAddToPlaylist\nbook a spot for my kids and i at a restaurant with frybread\tBookRestaurant\ngive zero points to current album\tRateBook\ni need to book a table for 4\tBookRestaurant\nwhere is the tv show am universum \tSearchCreativeWork\nbook a table for iris  ina and heidi around 9 pm \tBookRestaurant\nrate dead boys a 0\tRateBook\nfind death is called engelchen at neighborhood cinema group\tSearchScreeningEvent\ni want to put goldy mcjohn on my rock party playlist\tAddToPlaylist\nwhat is the nearest cinema playing the oak\tSearchScreeningEvent\ni want to read the book the minotaur\tSearchCreativeWork\nthis current essay deserves 0 stars\tRateBook\nmake me a reservation for july the tenth at the nosh bar for a party of two\tBookRestaurant\nfind trailer of jazz impressions of the u s a \tSearchCreativeWork\nplay the best music by arthur johnston \tPlayMusic\nput something by noah wuv bernardo on my humor playlist\tAddToPlaylist\nreserve a table for two for jun  13th in a neighboring bistro which serves mongolian food in northway \tBookRestaurant\nrate the book chronicle the obama nation a 4\tRateBook\ni want to go see a simple noodle story in seventeen seconds at goodrich quality theaters \tSearchScreeningEvent\ni need to book a table at the star inn that s within walking distance from my place in ashland\tBookRestaurant\nhow will snowfall be here in 2/21/2022\tGetWeather\nrate this book 5 stars out of 6\tRateBook\ni d like to watch the freckled fish at 00:47:43 at magic johnson theatres\tSearchScreeningEvent\nad artist to sxsw latin my playlist\tAddToPlaylist\nfind the movie schedule for b&b theatres \tSearchScreeningEvent\nadd a track by big sha to my this is miranda lambert playlist\tAddToPlaylist\ni give the history of the saracens a three  or 6 points\tRateBook\nwhat time is cabin fever: spring fever playing\tSearchScreeningEvent\n restaurant that is brasserie for  8 and has wifi\tBookRestaurant\nplay iheart\tPlayMusic\nplay the most popular stuff by tina dico\tPlayMusic\nrate this chronicle 0\tRateBook\ngo to the television show nothing without you\tSearchCreativeWork\ngive the body artist a 5 \tRateBook\nbook the bobcat bite \tBookRestaurant\nadd nightmares that surface from shallow sleep to michael s rock solid playlist\tAddToPlaylist\nlook for the creative work called white sugar\tSearchCreativeWork\ni need a reservation for four at a restaurant\tBookRestaurant\nis it forecast to be cold in wisconsin\tGetWeather\nwant to eat at diners of allentown  pennsylvania on purim\tBookRestaurant\nshow me ncaa college football 2k3\tSearchCreativeWork\nplay track ai se eu te pego on google music from artist maestro\tPlayMusic\nplay the greatest record by joe purdy on google music\tPlayMusic\nput this yury chernavsky tune on my alternative route playlist\tAddToPlaylist\ni d give with lee in virginia  a story of the american civil war chronicle 4 of 6\tRateBook\nwill it get colder in camp san saba  latvia in one minute and eight seconds \tGetWeather\nadd fabrice morvan to folk for kids\tAddToPlaylist\nbook the cityzen for six people \tBookRestaurant\ngive the story of the last thought a five\tRateBook\ni need to hear some music from spotify\tPlayMusic\ni want to hear the album insult to injury by narayana tirtha \tPlayMusic\nadd julian taylor to my latin dance cardio list\tAddToPlaylist\nadd when ice met cream to this is alejandro fernández playlist\tAddToPlaylist\nplay the what i need to do soundtrack\tSearchCreativeWork\nfour out of 6 stars for special assignments\tRateBook\nplay the most popular soundtrack by elena paparizou on youtube\tPlayMusic\ni need to book a restaurant for eight nearby limerick one year from now that serves jerky \tBookRestaurant\nrate the current novel 5 stars\tRateBook\nwhat time is just around the corner playing\tSearchScreeningEvent\nbook a table at a bar in moody for deloris  ester and petra alvarez \tBookRestaurant\nadd this track to latin jazz\tAddToPlaylist\ni d like to watch films at the closest movie theatre \tSearchScreeningEvent\ni want to book a table for a party of 4 at a taverna next spring \tBookRestaurant\nplay music by don cherry \tPlayMusic\nrate renewable electricity and the grid one stars out of 6\tRateBook\nadd madman to trap land playlist\tAddToPlaylist\ngive me the schedule for what a wonderful place at cinemark theatres\tSearchScreeningEvent\nbook a reservation for a restaurant in wadsworth with parking\tBookRestaurant\nfind a cinema nearest showing twilight of shadows at breakfast time\tSearchScreeningEvent\nplay supernaut by armand van helden\tPlayMusic\nbook an outdoor restaurant in md at 11 pm for 8 \tBookRestaurant\nwill there be a blizzard in woodmere\tGetWeather\nasiate restaurant in sturgeon for 7\tBookRestaurant\nwhat movie schedule are in the area for animated movies\tSearchScreeningEvent\nwhat films are playing at 1 pm at showcase cinemas\tSearchScreeningEvent\nplay elysium from ryan cayabyab\tPlayMusic\nrate this chronicle a 0\tRateBook\nwhere can i find the ricky skaggs discography\tSearchCreativeWork\nbook a spot at colony\tBookRestaurant\nadd rmx works from cyber trance presents ayu trance 3 to judy s sophisticated dinner playlist\tAddToPlaylist\nget me a reservation at a brasserie that serves jain in pinto\tBookRestaurant\nplease search the songs for the deaf video game \tSearchCreativeWork\nfind a reservation for a tavern that serves pizzas for a party of 6\tBookRestaurant\nwhat s the weather supposed to be like in elmer city\tGetWeather\ni d like to book the best restaurant in as \tBookRestaurant\nplay music from my relentless playlist\tPlayMusic\ni give song of solomon a rating of one \tRateBook\ni need the book titled lullaby of broadway\tSearchCreativeWork\nmovie schedule for animated movies in the neighborhood\tSearchScreeningEvent\ncan you add don moye to my pop playlist\tAddToPlaylist\nplay some fun-punk\tPlayMusic\nwhat films are playing at the nearest movie theatre\tSearchScreeningEvent\ni d like to see movie schedules for animated movies around here\tSearchScreeningEvent\nrate 3 out of 6 points to darkworld detective\tRateBook\nrate this book three points out of 6\tRateBook\nwhat pacific theatres are playing animated movies\tSearchScreeningEvent\nplay the ricky wilson album spectral dusk\tPlayMusic\ncan you find the novel stoneage romeos\tSearchCreativeWork\nshow the trailer of rugrats go wild\tSearchCreativeWork\nrate the current essay a one\tRateBook\nwill it be warm in kipp rhode island one hour and 9 seconds from now\tGetWeather\nrate the life and loves of a she-devil two stars\tRateBook\ni d give the jewel in the crown saga four of 6 stars\tRateBook\ni want to send music to ann s lists from sir john winston ono lennon  put it on her infinite indie folk list\tAddToPlaylist\nbook a top-rated restaurant in milton-freewater \tBookRestaurant\nwhere can i listen to the song the imposter\tSearchCreativeWork\nbook a spot for six at a restaurant in nj\tBookRestaurant\nplay christina milian latest music\tPlayMusic\ni d like to add this whole album to the selektor \tAddToPlaylist\ni need fast food for nine within the same area as bowers that has a pool nearby on 4/17/2033\tBookRestaurant\nadd track to my peaceful piano\tAddToPlaylist\nfind the fields of sacrifice movie\tSearchCreativeWork\nadd ojuelegba to trabajo ritmos dance\tAddToPlaylist\nwill there be a cloud in the sky in 175 days from now in golconda in vt\tGetWeather\nbook a distant restaurant that serves blini on 103rd st for 6 people \tBookRestaurant\nwhat is the forecast for here one second from now\tGetWeather\nthe current novel in this series gets zero points from me \tRateBook\nadd anson hu to my conexiones list\tAddToPlaylist\nplay me a mel draisey tune from the fourties with vimeo \tPlayMusic\nbook me a lunch at boreas for a party of 8\tBookRestaurant\nadd ronski speed to sweet soul chillout\tAddToPlaylist\ncan you play a chant by butch trucks on spotify\tPlayMusic\nshow song black heart white soul\tSearchCreativeWork\nplay the top maynard james keenan \tPlayMusic\nadd megon mcdonough indie songs for slackers to my playlist artist\tAddToPlaylist\nplay music by odd nosdam\tPlayMusic\nis thenaruvi playing at the douglas theatre company in one hour\tSearchScreeningEvent\nadd nib to fay s brooklyn beat playlist\tAddToPlaylist\ngive three stars out of 6 in current essay\tRateBook\ngive 5 out of 6 stars to creatures of light and darkness\tRateBook\nincorporate time warp into my fairy tales playlist  \tAddToPlaylist\nplay my de camino playlist\tPlayMusic\nplay any nineties music\tPlayMusic\nfind un weekend da bamboccioni\tSearchScreeningEvent\nplay a top-ten chant by kelly groucutt from 1964\tPlayMusic\nis it chilly in curacao \tGetWeather\nadd artist to ina s 2010s smash hits\tAddToPlaylist\nwill there be hail in 8 minutes in iroquois  ma\tGetWeather\nplay a cohesive playlist for me\tPlayMusic\nwhat s the weather forecast close by sligo\tGetWeather\nbook a spot at a restaurant faraway from 138th st\tBookRestaurant\nplay movement music by monk boudreaux on youtube\tPlayMusic\nplease show me the picture history repeating\tSearchCreativeWork\nis the kiss playing\tSearchScreeningEvent\nfind me a table for two at seven somewhere in australia\tBookRestaurant\nbook a food truck for greek food for 7\tBookRestaurant\nassign 5 stars to lincoln at gettysburg\tRateBook\nrate the wild boy series 3 out of 6 stars\tRateBook\nplay sweet shanghai devil by teddy diaz \tPlayMusic\nfind the movie schedules for animated movies in the neighbourhood \tSearchScreeningEvent\nbook a pub with a pool in white heath south carolina \tBookRestaurant\nwhat will it feel like on oct  21 in ky\tGetWeather\nadd this track to my tropical morning playlist\tAddToPlaylist\nadd don and sherri to my meditate to sounds of nature playlist\tAddToPlaylist\ni would like this song added to my princesas indie playlist \tAddToPlaylist\nadd afdlin shauki to la mejor música dance 2017\tAddToPlaylist\nbook reservations at a north indian bar for 4 people\tBookRestaurant\nwhat is the overcast forecast for midday in id\tGetWeather\nis the weather overcast here and now\tGetWeather\nwhat time is a ball at the anjo house playing\tSearchScreeningEvent\nplay a 1983 ballad on groove shark \tPlayMusic\nlet me get reservations at a place neighboring indonesia on august the nineteenth \tBookRestaurant\nthe current essay only deserves one out of 6 points\tRateBook\nbook me a restaurant in henlopen acres for a party of two \tBookRestaurant\ni would like to book a fry sauce bar for jul  3  2019\tBookRestaurant\nwhat is the forecast for freezing weather here\tGetWeather\ni would like to book a food truck for my friend and i \tBookRestaurant\nwhat time is do sher playing\tSearchScreeningEvent\nplay me a song from the sixties\tPlayMusic\nme and deanna want to book a restaurant in malawi\tBookRestaurant\ni would like to book a restaurant neighboring lincoln beach\tBookRestaurant\nshow the movie schedules at mjr theatres\tSearchScreeningEvent\nfind me a nice restaurant in mulvane \tBookRestaurant\nneed to book a restaurnt for a party of nine on thomas jefferson s birthday\tBookRestaurant\nadd ace hood to the this is aretha franklin playlist \tAddToPlaylist\nadd no secrets to power gaming playlist\tAddToPlaylist\nthe book choper  coffee  gilson should get a zero\tRateBook\nrate this book a five \tRateBook\nbook a reservation at a restaurant nearby their airbnb\tBookRestaurant\nrate gray mountain a zero\tRateBook\nrate this novel zero out of 6\tRateBook\nfind a photograph called wild cats on the beach\tSearchCreativeWork\nbook a table for ten people at a restaurant which serves snack \tBookRestaurant\nwhat is the weather like in roeland park  guadeloupe\tGetWeather\nfind a movie schedule \tSearchScreeningEvent\nadd this album to my de camino a clase playlist\tAddToPlaylist\nfind a saga called story of my life \tSearchCreativeWork\nplay strength of street knowledge on groove shark\tPlayMusic\nfind a novel called best hits live: save the children speed live 2003\tSearchCreativeWork\nbook for 10 in a restaurant\tBookRestaurant\nrate the current novel a 3  \tRateBook\nrate atop an underwood: early stories and other writings 0 out of 6 stars\tRateBook\nfind a movie called dorothy and the witches of oz \tSearchCreativeWork\nput a track by ricky martin into my 70s smash hits playlist \tAddToPlaylist\nwhen is beneath the harvest sky playing\tSearchScreeningEvent\nwill there be a cloud next year in kewanee\tGetWeather\ni want a list of films that are going to be shown in the neighborhood \tSearchScreeningEvent\nplay some chanson music \tPlayMusic\nfind the schedule for movies at star theatres \tSearchScreeningEvent\nplay satire\tPlayMusic\ngive the neon bible three stars / 6\tRateBook\nfind the valentyne suite\tSearchCreativeWork\nadd an artist to my hype list\tAddToPlaylist\nweather for september seventh  2039 in salinas river national wildlife refuge\tGetWeather\ni give hadon of ancient opar two out of 6 points\tRateBook\nhow is the weather in mount olivet\tGetWeather\nplay some rockwell from around 1996\tPlayMusic\nplay maggot brain by albano carrisi\tPlayMusic\nshow me the the defenestration of ermintrude inch tv series\tSearchCreativeWork\nbook a restaurant close by downtown for nine in seven months\tBookRestaurant\nlets go eat in friday 43 days from now\tBookRestaurant\nbook a table for 2 guests at a restaurant in lazy mountain ny\tBookRestaurant\nplay record from the seventies\tPlayMusic\nwhat s the weather looking like in reklaw at 03:19:13 pm\tGetWeather\nthere is warmer at serenada\tGetWeather\nplay the best song by henry rollins \tPlayMusic\nwill it be snowy in parnell\tGetWeather\nplay mikazuki sunset\tPlayMusic\nrate over the edge a three\tRateBook\nadd knocked out loaded to the spring vibes playlist  \tAddToPlaylist\nfind the movie shake your spirit\tSearchCreativeWork\nadd tunnel rats to my rhythm and blues playlist\tAddToPlaylist\nbook reservation at the big chill cafe in ar for 10 people\tBookRestaurant\nplay andy white\tPlayMusic\nplay some music from the sixties\tPlayMusic\nplay heavy machinery by phil spector on zvooq\tPlayMusic\nshow book name straight no chase\tSearchCreativeWork\ni need to book a restaurant for seven people at elevenses seafood restaurant\tBookRestaurant\nshow me the films currently playing at the nearest movie theatre\tSearchScreeningEvent\ncan i hear the song visual audio sensory theater\tSearchCreativeWork\nbook a restaurant for cupcakes for ten\tBookRestaurant\nwhat time is the bride wore boots playing\tSearchScreeningEvent\nuse last fm to play artist kawabata makoto from their record\tPlayMusic\nadd kasey chambers to my political punks playlist\tAddToPlaylist\nrate mandela: the authorised biography a one\tRateBook\ni am rating this book called nuclear war survival skills zero stars\tRateBook\nwill it be snowy on january 26th in trentwood  illinois\tGetWeather\nrate the book post office four points\tRateBook\nplay a melody by shada hassoun\tPlayMusic\nbook a table for 3 at a top-rated restaurant \tBookRestaurant\nplay something from the twenties\tPlayMusic\nadd an album to my list clásicos de fogata\tAddToPlaylist\nhow much hotter will it be here tomorrow\tGetWeather\ni d like the weather forecast in gang mills four years from now \tGetWeather\ngive the decoration of houses 1 of 6\tRateBook\nplay genre opera\tPlayMusic\nfind movie times nearby for animated movies\tSearchScreeningEvent\nadd track to punk essentials\tAddToPlaylist\nadd artist john william boone to my life s short play fast playlist\tAddToPlaylist\nrate the current essay 5 of 6\tRateBook\nadd mc ren to my it s a southern thing playlist\tAddToPlaylist\nfind the loving spirit\tSearchCreativeWork\nbook me a reservation for the brazen head in hecker\tBookRestaurant\ni would rate this chronicle zero and a best rating of 6\tRateBook\nplay a 1983 concerto by ayaka on itunes\tPlayMusic\ni want to give panther in the basement four points\tRateBook\ni want a reservation for 11:16:07 at the fort in south carolina \tBookRestaurant\nis it due to rain in mh\tGetWeather\ni want to book a cafeteria in el reno that serves javanese\tBookRestaurant\nbook a table at an indoor restaurant now \tBookRestaurant\nput sleeping with ghosts into my 90s indie playlist  \tAddToPlaylist\nplay new music by elmore james with google music\tPlayMusic\nadd revolution revolución to my political punks\tAddToPlaylist\nplay the latest joan baez \tPlayMusic\nshowtimes for the films at santikos theatres\tSearchScreeningEvent\ni need the movie kids in love at the movie house\tSearchScreeningEvent\ni need to book a pub for 8 that has wifi\tBookRestaurant\nadd harry j to my dubstep dangles dirty\tAddToPlaylist\nrate the current album 3 of 6 stars\tRateBook\nwhat s the forecast for fort payne  american samoa this march twentieth\tGetWeather\ntell me the weather forecast for september 21  2030 in palau\tGetWeather\nis it chilly on oct  19th in il\tGetWeather\nadd this artist to blues roots list\tAddToPlaylist\nthis current book deserves 1 points\tRateBook\nplay music off youtube \tPlayMusic\nthis horrible essay gets zero out of 6 stars\tRateBook\nrate the art of struggle 3\tRateBook\nwhere is journal of geriatric psychiatry and neurology\tSearchCreativeWork\nadd artist to my broken heart\tAddToPlaylist\ndoes the forecast show a storm in maquoketa  nh around july sixth\tGetWeather\nadd bashful brother oswald to love moments\tAddToPlaylist\nrate the current novel three points\tRateBook\nfind the movie schedule \tSearchScreeningEvent\ni want watch the sun and the moon\tSearchCreativeWork\nrate this book called kings of the high frontier four points\tRateBook\ncan you tell me the weather forecast for three o clock in de\tGetWeather\nadd first issue to my your favorite slaughterhouse playlist\tAddToPlaylist\ndoes the yacoubian building start at 08:39 pm\tSearchScreeningEvent\nrate the book the scorpio illusion a 4\tRateBook\nadd dark days in paradise to my gym playlist\tAddToPlaylist\nwhat is the weather going to be like on st  patrick s day\tGetWeather\nshow weather forecast in as\tGetWeather\ni am looking for the tv show titled catchphrase\tSearchCreativeWork\ngive a 1 to a thousand lies\tRateBook\ni am looking for a work called carry you home\tSearchCreativeWork\nwhat is the forecast next year in mcgee\tGetWeather\ni want to take nine people to a diner close to the spa\tBookRestaurant\nshow the last tightrope dancer in armenia television show\tSearchCreativeWork\nadd a track by flesh n bone to my totally alternative playlist  \tAddToPlaylist\ngive me the movie schedules at showcase cinemas \tSearchScreeningEvent\ntell me if the forecast will be temperate around nationalpark doi suthep-pui on 4/15/2034\tGetWeather\ninfo on show natural language and linguistic theory\tSearchCreativeWork\nbook a bar for six on july eighth  2023  in the same area in equatorial guinea which serves rillettes \tBookRestaurant\nadd manos hatzidakis to lo mejor de los 00 s\tAddToPlaylist\nfind trust in the lord – live worship with don moen \tSearchCreativeWork\nwhere is the nearest cinema that has southside 1-1000\tSearchScreeningEvent\nfind the schedule for the pearl of cleopatra \tSearchScreeningEvent\nrate the current album a zero\tRateBook\nfind a video game called fare thee well: celebrating 50 years of the grateful dead\tSearchCreativeWork\nwhat is the movie schedule for today\tSearchScreeningEvent\nshow me the dresden weather forecast \tGetWeather\nplay pandora christian gangsta rap\tPlayMusic\nplay  music from the thirties \tPlayMusic\nplay only hope by graham bonnet\tPlayMusic\ngive me the weather forecast for the city of woburn\tGetWeather\ni want to find a highly rated delicatessen in childersburg  de for one next february\tBookRestaurant\nneed find the book called hollywood connection\tSearchCreativeWork\nbook a table for two in oklahoma\tBookRestaurant\nshow creativity of accident analysis & prevention\tSearchCreativeWork\nmy jazz for loving couples needs more push the button\tAddToPlaylist\nwhat is the forecast for wren for freezing weather\tGetWeather\nrate the book white girl bleed a lot only two points  \tRateBook\ncan you please find me the biggest loser brunei: the spirit of life photograph\tSearchCreativeWork\ni d like to eat at a popular diner\tBookRestaurant\nshow movie schedule of the big mouth\tSearchCreativeWork\nis the young guard playing at the closest cinema\tSearchScreeningEvent\nuse the service itunes to play melody from 1998\tPlayMusic\ngive the current book 5 out of 6 points \tRateBook\nrate the current novel one points\tRateBook\nplease put this tune on the irish folk – jigs & reels playlist\tAddToPlaylist\nwill it get hotter around elevenses in ks\tGetWeather\nfind episodi di south park  a trailer\tSearchCreativeWork\nadd tim ryan to my grime shutdown playlist\tAddToPlaylist\nrate the current essay three of 6 points\tRateBook\nfor the saga magic in ithkar 2 i give two stars\tRateBook\nwhat s the weather in south punta gorda heights\tGetWeather\ni want to give the current novel zero points\tRateBook\nadd billy martin album to my legendary guitar solos playlist\tAddToPlaylist\nwhat time does the next movie play around here\tSearchScreeningEvent\nplay something from 1971 by john bonham\tPlayMusic\nfind movies that are nearby\tSearchScreeningEvent\ngive one star to the indestructible man\tRateBook\nplay the last track by shavo odadjian\tPlayMusic\nplay some carmen mcrae from ed robertson off of itunes\tPlayMusic\ni want to eat in 19 hours  at nm\tBookRestaurant\nneed a table for a party of eight one hour from now in exira sd in a pub that serves oysters rockefeller\tBookRestaurant\nrate phoenix: the fall & rise of videogames one points out of 6\tRateBook\nwill it rain on jan  18th  2029 in kanopolis arkansas\tGetWeather\nwhat movies are playing at dipson theatres\tSearchScreeningEvent\ni need a party of two reservation faraway from atlantic av-barclays ctr at a spa for fast food\tBookRestaurant\ni this this current essay should be rated a three\tRateBook\nfind the love and war soundtrack\tSearchCreativeWork\nbook a spot for 9 at a churrascaria that serves ammonia cookie in volga\tBookRestaurant\nplease place tim wright s track onto the queen playlist \tAddToPlaylist\nfor my playlist wild country add a great day for freedom\tAddToPlaylist\nshow force of nature\tSearchCreativeWork\nwhat is the forecast in lono\tGetWeather\nfind the nearest movie theatre with movies\tSearchScreeningEvent\nplay my trabajo relax playlist\tPlayMusic\nrate the current album two out of 6\tRateBook\ni want to add no mystery to alejandra s acoustic love playlist\tAddToPlaylist\nfind clash of the codes \tSearchCreativeWork\nbook a restaurant for tortelloni for eight\tBookRestaurant\nadd the rough guide to the music of eastern europe to my this is philip glass playlist\tAddToPlaylist\ni want to eat somewhere that is faraway from iowa \tBookRestaurant\nplay el cant dels ocells by vini lopez \tPlayMusic\nsearch for television show windows live tv\tSearchCreativeWork\nfor my playlist latin pop rising add aira yuhki\tAddToPlaylist\nwhere can i see travelling light\tSearchScreeningEvent\nwhat is the forecast at 12 am in sudan\tGetWeather\nwhat are the movie schedule for the movies in the neighborhood\tSearchScreeningEvent\ni want to see the movie schedule for north american cinemas\tSearchScreeningEvent\nplay some seventies songs from luke haines off of youtube\tPlayMusic\nshow me the tivington nott\tSearchCreativeWork\nadd chong nee to my spread the gospel\tAddToPlaylist\nbook a party of 4 at eddie’s attic\tBookRestaurant\nfind a show called lipstick vogue \tSearchCreativeWork\nplease find me the work  earth intruders \tSearchCreativeWork\ncan i give the book the saga of seven suns a four out of 6 stars\tRateBook\nrate people of the lakes 2 of 6\tRateBook\ni would like to book a bistro for 7\tBookRestaurant\nshow creative work of through the back door\tSearchCreativeWork\ngive this current essay five out of 6 stars\tRateBook\ni want to book a churrascaria restaurant for ten people \tBookRestaurant\nwill there be rain today in greece\tGetWeather\nbook a breakfast in a restaurant for eight \tBookRestaurant\nshow me photoscape\tSearchCreativeWork\nplease add george nooks to my electronow playlist\tAddToPlaylist\nrate six months in mexico 1 out of 6\tRateBook\nwhat aree the weather conditions not far from poneto\tGetWeather\nwhat movies are playing at the closest movie house\tSearchScreeningEvent\nadd the track by paul gray to my 2010s smash hits playlist\tAddToPlaylist\nbook a reservation for leticia  melva and twila edwards at glassy junction for five pm within the same area of our secondary residence\tBookRestaurant\nwhere the sky meets the land time playing\tSearchScreeningEvent\nadd a tune to patrica s playlist  the rhythm\tAddToPlaylist\nschedule the food truck to be at your place in the distant future \tBookRestaurant\nwill the sun be out close-by admiralty island national monument\tGetWeather\nadd track to my cloud rap\tAddToPlaylist\nbook a bar close by with a smoking room in ma\tBookRestaurant\ngive this saga a 5 out of 6 rating \tRateBook\ni want a mi lu bing song in my pop dance playlist  \tAddToPlaylist\nplay me a sound track by bert mccracken on zvooq\tPlayMusic\nbook me a restaurant at sint maarten on sun \tBookRestaurant\ngive who 1 out of 6 stars \tRateBook\nbook a carolina style restaurant in north korea for my grandkid and i\tBookRestaurant\nput new page onto my latin jazz playlist \tAddToPlaylist\nfind a television show  called i got a bag of my own\tSearchCreativeWork\ngive this book five / 6 points \tRateBook\ncan you get me the all night long 3: the final chapter novel\tSearchCreativeWork\nadd joelia savitsjeva in 88 keys\tAddToPlaylist\nfind a place for me to eat in connecticut for 9 and a half months from now\tBookRestaurant\nfind a song called bronco billy \tSearchCreativeWork\nfind my only wish in some form of creative work\tSearchCreativeWork\nplay the tv show iron seed\tSearchCreativeWork\ncan you add some morton feldman piano and string quartet to my global funk playlist\tAddToPlaylist\nwhen can i see the crew of the dora\tSearchScreeningEvent\nbook a table for my granddaughter and i at the highly rated restaurant that is close by in tuvalu \tBookRestaurant\ni m looking to find kiss me goodbye \tSearchCreativeWork\nwhat time is 30 days of night playing\tSearchScreeningEvent\nhow is the weather far from my current place in 42 weeks\tGetWeather\nbook trentino serving bar for 4\tBookRestaurant\ncan i get the movie times for the newest movies around here\tSearchScreeningEvent\nwhat is the 10 pm forecast for sweet springs wyoming\tGetWeather\nfor the saga leaves from the inn of the last home i give the rating of 1\tRateBook\nwhat will the eather be here next year\tGetWeather\ncan you give me a local and current movie schedule \tSearchScreeningEvent\nrate the current essay a four\tRateBook\nwhen this evening is casa amor: exclusive for ladies playing and where\tSearchScreeningEvent\nwhat will the weather be like in samoa at 6 pm\tGetWeather\nweather at bystrzyca valley landscape park\tGetWeather\nfind time for the movie schedule \tSearchScreeningEvent\nwill it be cold in chatmoss albania 8 years and a half from now\tGetWeather\nplay the video game the sparrow\tSearchCreativeWork\nlets hear some 2009 music\tPlayMusic\ncan you get me seating for a party of 5\tBookRestaurant\ni want to watch the tv series krieg in chinatown\tSearchCreativeWork\nbook me a bar that has chicken fried bacon in vermont\tBookRestaurant\nplay on my own\tPlayMusic\ngive twas the night before christmas 0 points out of 6 \tRateBook\nwhat s the weather in the u s  virgin islands\tGetWeather\nfind me the movie schedules at fox theatres\tSearchScreeningEvent\nplay something from the twenties on lastfm\tPlayMusic\nwhen can i go see the untold story\tSearchScreeningEvent\nwould like a table right now for leonor mendoza  imogene and lisa sanchez\tBookRestaurant\nwhat is the tal chhapar sanctuary forecast for cold weather\tGetWeather\nwhat s the closest movie theatre that is playing films\tSearchScreeningEvent\nadd dave bickler to my all out 90s playlist\tAddToPlaylist\nplay someday soon by fiona\tPlayMusic\nadd what child is this to dark dance floors\tAddToPlaylist\ncan i get the movie schedules for landmark theatres \tSearchScreeningEvent\nsearch for the nations\tSearchCreativeWork\ni want to give think like a freak one stars\tRateBook\ni want to book a table at the commons restaurant in south pekin new hampshire for a party of 10 on january the 24th\tBookRestaurant\nput this album in my fiesta section\tAddToPlaylist\ni need a bar for four that serves argentinian in d iberville  wy for twelve pm\tBookRestaurant\nbook a gastropub serves waffle for 8\tBookRestaurant\ni would rate this novel a 5 and a best rating of 6\tRateBook\nplay out from under from hurricane chris\tPlayMusic\nshow schedule for cin cin\tSearchCreativeWork\nfind national amusements showing the sea is behind\tSearchScreeningEvent\nhelp me locate a game called the master of ballantrae \tSearchCreativeWork\nplay some chanson style music \tPlayMusic\ncan you book a table for eight people at a spa type restaurant within walking distance of the metropolitan borough of lambeth\tBookRestaurant\ni need a reservation in decaturville for six people \tBookRestaurant\ncan you play me the latest theme song by warren vache\tPlayMusic\nis the start eim 23 hours twenty one minutes and one second from now for morgan – a suitable case for treatment at santikos theatres\tSearchScreeningEvent\nmy disco forever playlist needs an album by sawai gandharva \tAddToPlaylist\nadd the happy elf to my fresh finds fire emoji playlist\tAddToPlaylist\nplay the album killer instinkt\tPlayMusic\nshow me the movie times at star theatres\tSearchScreeningEvent\nwhats the nearest movie house showing animated movies\tSearchScreeningEvent\nplay some folk tunes\tPlayMusic\nplay asia nitollano using itunes\tPlayMusic\ncan i see the movie schedules\tSearchScreeningEvent\nbook a neighboring food truck with a spa in dallesport for 4 people \tBookRestaurant\nfind time for films at the nearest movie theatre\tSearchScreeningEvent\ni want to go to the pub with angelita  susan reed and ashlee watson after us parking\tBookRestaurant\ngive one out of 6 to encyclopedia magica chronicle\tRateBook\nrate the current novel 3 of 6 stars\tRateBook\nadd this artist to cynthia s fresh finds\tAddToPlaylist\nbook a spot for 9 in thirty three days  at ringlestone inn close to grenada\tBookRestaurant\nis it chillier in baconton ky\tGetWeather\nhow will the weather be in new mexico around 00:09:07 am\tGetWeather\nplay the 1951 ballad\tPlayMusic\nshow me the closest cinema playing movies \tSearchScreeningEvent\ngive the hover car racer chronicle two of 6 stars\tRateBook\nplease fine me  ties that bind \tSearchCreativeWork\nput this artist onto political punks \tAddToPlaylist\nadd histoires sans paroles to my women of k-pop list\tAddToPlaylist\nplay eve\tPlayMusic\nbook a restaurant for 5 people \tBookRestaurant\nadd stephen mcnally to confidence boost\tAddToPlaylist\nplay music from the track she came in through the bathroom window\tPlayMusic\ngive the snows of kilimanjaro 3 stars \tRateBook\nfind a television show called main street \tSearchCreativeWork\nthis album is rated at a 0 out of a possible 6 \tRateBook\nadd this tune to my dance playlist\tAddToPlaylist\ni d like a table for my step grandfather and i at five fifty-five in nv\tBookRestaurant\nwhat time does lilacs in the spring play at the closest movie house\tSearchScreeningEvent\nbook a restaurant that serves meze in roseville fl with meredith  louisa and corrine \tBookRestaurant\nnightwork soundtrack download\tSearchCreativeWork\ni d like to see confessions of an indian teenager\tSearchCreativeWork\nplay my 88 keys playlist \tPlayMusic\nwhere can i find the tv show of the school teacher in the house\tSearchCreativeWork\ni need to hear the new kevin fowler album\tPlayMusic\ni m rating the book tomorrow two out of 6 stars\tRateBook\nwhat s the weather in blackman jordan\tGetWeather\nadd this song to year in metal 2016\tAddToPlaylist\ncan you get me seating at a pub in south korea that serves milk toast for supper\tBookRestaurant\nplay eighties music on groove shark \tPlayMusic\nuse spotify to play music\tPlayMusic\ni need to book a popular pastelaria restaurant in svalbard and jan mayen for a party of eight\tBookRestaurant\nwhat time is between tears and smiles playing\tSearchScreeningEvent\nwill it be cloudy not far  from allenton\tGetWeather\nshow the tv series  the merry sisters of fate \tSearchCreativeWork\ni want to make a reservation for a group of 4 at a churrascaria type spa\tBookRestaurant\ni need work of father dearest\tSearchCreativeWork\nplay me a popular ronnie wood soundtrack\tPlayMusic\nbook reservations at a nearby restaurant in montenegro for four people\tBookRestaurant\nwhat is the movie schedule at the fox theatres\tSearchScreeningEvent\nplay ciribiribin by sandeep khare\tPlayMusic\nrate this saga 0 out of 6\tRateBook\nplay something from the jonathon lee movement\tPlayMusic\nplay the song aura ii: the sacred rings\tSearchCreativeWork\ni want to make a reservation at a sushi restaurant\tBookRestaurant\nwhat is the jan  8 forecast for here\tGetWeather\nrate the art of nijinsky 5 points\tRateBook\nrate my current novel one stars\tRateBook\nadd an album by m g sreekumar to my laidback acoustic playlist \tAddToPlaylist\ni need a table in iron gates in one minute  at the weathervane restaurant\tBookRestaurant\nadd ronnie james dio tune to women of electronic selection\tAddToPlaylist\nwhat is the movie schedule for animated movies in the area\tSearchScreeningEvent\nplay my femme fatale playlist on vimeo\tPlayMusic\nwhat films are playing at the closest cinema\tSearchScreeningEvent\nwhat movie theatre is palying the hurricane five hours from now\tSearchScreeningEvent\nshow me the movie schedules for the nearest movie theatre in invasion u s a  \tSearchScreeningEvent\nput this tune on all a cappella\tAddToPlaylist\nrate this textbook 4 out of 6 stars\tRateBook\nfind me the karl hess: toward liberty photograph\tSearchCreativeWork\ngive the current series four / 6 points \tRateBook\nfind a movie theatre with life and death\tSearchScreeningEvent\nfind a picture called blink of an eye \tSearchCreativeWork\nwhat will the weather be at ten am in fourche  nv\tGetWeather\nadd one and only to my once upon a time playlist\tAddToPlaylist\ni need a table for 5 at the restaurant i ate at last oct \tBookRestaurant\nlisten to ballad songs from 1999\tPlayMusic\nplay a song from 2013 \tPlayMusic\nrate eight days of luke a five \tRateBook\nplay some music by jody williams from 2001\tPlayMusic\ni am looking for the complete fillmore east concerts\tSearchCreativeWork\nanother girl  another planet gets only one of a possiable 6 rating\tRateBook\nrate the current album a 3 \tRateBook\nis there a cloud in the sky in thornville on feb  fifth\tGetWeather\ni want to hear music from 1975\tPlayMusic\nwhat are the movie schedule at malco theatres\tSearchScreeningEvent\nplay a tune by mc hawking\tPlayMusic\nwhat s it feel like in north gulfport\tGetWeather\nplay fourties record\tPlayMusic\ntable for 6 at a bar\tBookRestaurant\nbook a table for 1  1 second from now in adelaide\tBookRestaurant\nplay are & be\tPlayMusic\nadd shawn camp to my soulful disco playlist  \tAddToPlaylist\nwhat s the weather forecast for winnfield  georgia\tGetWeather\nneed a table at a highly rated restaurant within walking distance from downtown for luisa and i\tBookRestaurant\nplay some music on lastfm \tPlayMusic\nbook a brasserie restaurant in enfield  north dakota for rosie and i that has tarte tatin\tBookRestaurant\ntable for 5 am  at baker’s keyboard lounge\tBookRestaurant\nwhat s the weather forecast in humphrey\tGetWeather\ngive physics of the impossible four points \tRateBook\nrate peter and the sword of mercy 3 of 6 stars\tRateBook\nplay a track from 1985 \tPlayMusic\ni give the road from elephant pass four stars\tRateBook\nforecast for 02:22 pm maldives\tGetWeather\nbook reservations at a tea house with esperanza and tommie now\tBookRestaurant\nneed to book a restaurant in pa in the city of old orchard beach\tBookRestaurant\nadd diarios de bicicleta to my la la playlist\tAddToPlaylist\ngive the rosales saga  2 of 6\tRateBook\nplease get me the critical condition show \tSearchCreativeWork\nshow me animated movies with movie times close by\tSearchScreeningEvent\nbook me a restaurant in cyprus at a pub\tBookRestaurant\nwhat are the showtimes for beware the blob at plitt theatres\tSearchScreeningEvent\nshow me the schedule of movie interview: the documentary in loews cineplex\tSearchScreeningEvent\ngive me the movie times for fox theatres\tSearchScreeningEvent\nthe next essay gets 2 out of 6 stars\tRateBook\ni rate this essay a two of 6 points\tRateBook\ncan you tell me what the weather is like at sam d  hamilton noxubee national wildlife refuge\tGetWeather\nadd 21 at 33 to the playlist called wake up everybody\tAddToPlaylist\nwhat s the weather like in mountainair\tGetWeather\nwhere can i watch hank williams: the show he never gave\tSearchScreeningEvent\nwhat is the wauseon forecast\tGetWeather\ntell me the weather forecast for roseburg  iowa\tGetWeather\nbook a table for kirsten price  audra and i faraway from our location at an outdoor taverna\tBookRestaurant\ni need a reservation for two at a diner in venezuela\tBookRestaurant\nlet me hear the rave tapes album from yuki koyanagi \tPlayMusic\nfind a photograph called cope park \tSearchCreativeWork\nrate small screen  big picture a 0 out of 6 \tRateBook\nshow me born in america\tSearchCreativeWork\ni give this textbook a 5\tRateBook\nthis current book should get four stars or a rating of 6\tRateBook\nis it warm in vallecito\tGetWeather\nwhat is going on with the weather far from my current location\tGetWeather\ni want to listen to the soundtrack adobe digital editions\tSearchCreativeWork\nfind the album the peace-maker\tSearchCreativeWork\nadd this tune to my fresh finds hiptronix playlist \tAddToPlaylist\nwill be it cloudy close by azerbaijan in 55 weeks \tGetWeather\nis it going to be warm here\tGetWeather\ngive this textbook zero out of 6\tRateBook\ngive the current part of the saga 4 points out of 6 \tRateBook\nbook a reservation for louisiana fried chicken this winter in taiwan\tBookRestaurant\nfind animated movies around here\tSearchScreeningEvent\nfind and book me a taverna restaurant in gilluly that serves lobster newberg\tBookRestaurant\nbook a popular food truck in kentucky\tBookRestaurant\nadd tarkan to my madrugando playlist\tAddToPlaylist\nbook a brasserie with parking for 1\tBookRestaurant\nforecast for 11 am in nauru\tGetWeather\nplay some music from 1958 on deezer \tPlayMusic\nwill there be a blizzard next friday close in tn\tGetWeather\nfind a show called the paper route\tSearchCreativeWork\nadd the album to rosanna s ejercicio playlist \tAddToPlaylist\nrate the which moped with chrome-plated handlebars at the back of the yard saga a one\tRateBook\nfind a tv show called directions home \tSearchCreativeWork\ni need a reservation for next week with a party of six\tBookRestaurant\nrate the current book 1 points\tRateBook\nbook a restaurant at a steakhouse around in town that serves empanada for me and my son\tBookRestaurant\nfind me the nearest cinema that have movies starting right now \tSearchScreeningEvent\nplay leanne dobinson right to dream\tPlayMusic\na rating of 5 of 6 points goes to dickson mccunn trilogy\tRateBook\nplease book seating for one person at an indoor restaurant that serves breakfast in nicholasville  tennessee\tBookRestaurant\nbook a restaurant in everson nevada that serves conchiglie for two people \tBookRestaurant\nplay a melody by hagigat rzayeva\tPlayMusic\ni rate the current saga 0 points and a best rating of 6\tRateBook\nbook a restaurant in papua new guinea for me and my daughters\tBookRestaurant\ni want to hear some the roches\tPlayMusic\nplease open pandora for me\tPlayMusic\nbook an outdoor place for 11/1/2033 in town within walking distance of a brasserie for nine\tBookRestaurant\nplay me a ballad by dres on groove shark\tPlayMusic\nplease put the artist matt mckenna in my this is shakira playlist\tAddToPlaylist\ni need seating for ten people at a bar that serves czech cuisine\tBookRestaurant\ni m wondering when i can see hurry sundown \tSearchScreeningEvent\nfind me the tv show the first bite \tSearchCreativeWork\nwhat s the weather in mayotte\tGetWeather\nrate an act of terror 2 stars \tRateBook\nwhen is girls just want to have fun playing at the movie house\tSearchScreeningEvent\nwant to see the trailer for the prefect\tSearchCreativeWork\nbook me a table at the restaurant at meadowood within the same area in kentucky\tBookRestaurant\nweather forecast of lakebay \tGetWeather\ncan i get the showtimes for the closest cinema showing i’m a cyborg  but that’s ok \tSearchScreeningEvent\ni want to book an oyster bar for five people \tBookRestaurant\nfind the trailer for hit the ice\tSearchCreativeWork\nplay brenda kahn s rushall station \tPlayMusic\nfor the book the conduct of major maxim i give a five of 6 rating\tRateBook\nplay a 1974 sound track on vimeo \tPlayMusic\nfind the schedule for movies at southern theatres \tSearchScreeningEvent\ni want to eat ice cream at a brasserie with me and my mother in law\tBookRestaurant\nbook a reservation for four at the best brasserie in venezuela\tBookRestaurant\nadd an album in guitar hero live playlist\tAddToPlaylist\nlet me get reservations for a party of three at a bar with a pool \tBookRestaurant\nfind the tv series from the top\tSearchCreativeWork\nbook the crown at whitebrook in ri for 2 people \tBookRestaurant\nadd this song to country coffeehouse\tAddToPlaylist\nbook a reservation for one at a highly rated restaurant in datil\tBookRestaurant\nplay theme music from 2011 \tPlayMusic\nfind loved ones for me\tSearchCreativeWork\ngive the crisis  one / 6 points\tRateBook\nplay some seventies music on netflix \tPlayMusic\nplay thelma aoyama s latest concerto\tPlayMusic\nplay any chanson\tPlayMusic\nadd contact to my nu metal playlist\tAddToPlaylist\nwhat will the weather be in port costa fm will it be foggy\tGetWeather\nweather in cairngorms-nationalpark close from freezing\tGetWeather\nplay the galway races on netflix \tPlayMusic\nplay there must be more to life than this\tPlayMusic\nshow me the soundtrack the phoenix \tSearchCreativeWork\nput limey onto my this is astor piazzolla list\tAddToPlaylist\nrate the current novel 5 of 6 points\tRateBook\nrate this novel a four\tRateBook\nwhat s the weather going to be like in angola twenty minutes from now\tGetWeather\nbook a spot for 9 at dinner in the sky in sc\tBookRestaurant\ncan you please find the notebook of trigorin game\tSearchCreativeWork\nrate the current book zero of 6 points\tRateBook\nplkay some sixties movement songs from itunes\tPlayMusic\nis the passion of anna playing four seconds from now at the cinema\tSearchScreeningEvent\ni d like to see the river of stars tv series\tSearchCreativeWork\nadd the tune by misato watanabe to the trapeo playlist\tAddToPlaylist\ninclude when i paint my masterpiece in my acoustic spring playlist  \tAddToPlaylist\nfind the movie times for animated movies around here \tSearchScreeningEvent\nfind returned to your mind \tSearchCreativeWork\nwhat is the weather here\tGetWeather\nadd lunacy to my chill out playlist\tAddToPlaylist\ncheck the weather for faroe islands \tGetWeather\nadd this tune to retrowave outrun\tAddToPlaylist\nfind a cinema for the tenderfoot nearest me\tSearchScreeningEvent\ncan you get me the rakuen tsuihou: expelled from paradise television show\tSearchCreativeWork\nfind the game saturday review\tSearchCreativeWork\ni need a restaurant that can accommodate a party of ten in avant \tBookRestaurant\nwill it be sunny in my current place at 6 am\tGetWeather\nplease pull up the trailer for stares and whispers\tSearchCreativeWork\nrate voyages by starlight a value of 0\tRateBook\nplease find me the platinum box ii song\tSearchCreativeWork\nplay a 1978 track on slacker\tPlayMusic\ngive ma list of films at harkins theatres\tSearchScreeningEvent\nweather for five am in osyka bhutan\tGetWeather\nwhat time is the queen of moulin rouge playing\tSearchScreeningEvent\nadd the keep your receipt ep to my digster reggae playlist \tAddToPlaylist\nfind me a table for 1 at a restaurant with a pool at 3 am in hitchcock fl\tBookRestaurant\nwhat is the movie schedule for the pacific theatres\tSearchScreeningEvent\nshow creativity of a catholic education\tSearchCreativeWork\ni d like to see the movie the ooze\tSearchCreativeWork\ngo to the tv series love berry\tSearchCreativeWork\nadd classic punk by chab\tAddToPlaylist\nfind the movie schedule for amco entertainment 1 minute from now \tSearchScreeningEvent\nwhat is the weather in taiwan\tGetWeather\nwhere the the housemaid playing and when\tSearchScreeningEvent\nadd lene lovich to my track radar latino\tAddToPlaylist\nplease give me the movie schedules \tSearchScreeningEvent\nrate the current essay 3 out of 6 points\tRateBook\nfind a reservation for three at a top-rated restaurant\tBookRestaurant\nplease play music from itunes\tPlayMusic\ncan you rate this novel as a four\tRateBook\nput this album on r&b movement\tAddToPlaylist\nshow creative photograph island in the sea\tSearchCreativeWork\nadd top 100 indie tracks on spotify to my track\tAddToPlaylist\ncan i have the movie schedules\tSearchScreeningEvent\nadd house afterwork to my the cave canem demos\tAddToPlaylist\ngive the current novel 5 points\tRateBook\nshow creativity of book future of the past\tSearchCreativeWork\nad this track by isobel campbell to my folk for kids list\tAddToPlaylist\nfind a picture of music hole\tSearchCreativeWork\nwhat will the weather be like at 3 am in trinidad and tobago\tGetWeather\nadd this tune to this is nicky jam\tAddToPlaylist\nadd trina to latoya s hillary clinton s women s history month playlist \tAddToPlaylist\nwhat is the nearest movie theatre playing kate y leopold\tSearchScreeningEvent\nfind television show on windows live tv\tSearchCreativeWork\nplay a trailer for give it all\tSearchCreativeWork\ni want to give the current textbook 2 out of 6\tRateBook\nfind me animated movies at amco entertainment tomorrow\tSearchScreeningEvent\nwill a blizzard hit torrey pines state natural reserve on jun  sixteenth\tGetWeather\ngive beauty is in the street three out of 6 stars\tRateBook\ni d like to eat at the best southeastern brazilian restaurant with five people\tBookRestaurant\nwill it get chillier in north creek forest\tGetWeather\nis the forecast chillier in 1 hour in mali\tGetWeather\nadd radhae unakku kobam aagathadi to my women of metal playlist\tAddToPlaylist\nplay a new song from 1976 \tPlayMusic\nfind the novel a hat in time \tSearchCreativeWork\npull up the movie toy and help yourself\tSearchCreativeWork\nfind the schedule for idols of clay at a movie house \tSearchScreeningEvent\ngive the council of dads 1 out of 6 stars\tRateBook\ni want an indoor restaurant for a party of five in columbus junction\tBookRestaurant\nwhat is the weather like in wallis and futuna\tGetWeather\nwill it be cloudy in guadeloupe next year\tGetWeather\nplay songs by gamble rogers\tPlayMusic\ni d like a restaurant on 6/1/2027 for 5 people in iowa city\tBookRestaurant\nfind the sarah the teen princess game\tSearchCreativeWork\ni want to listen to the album magical girl lyrical nanoha strikers\tSearchCreativeWork\nadd geschwisterliebe to my string theory playlist  \tAddToPlaylist\nwill it be warmer in poplar bluff\tGetWeather\nadd hey  johnnie cope  are ye waking yet to year in metal 2016 playlist\tAddToPlaylist\nput the frl menke song in my comedy top tracks\tAddToPlaylist\n4 points for four upbuilding discourses  1844\tRateBook\nbook me a reservation for 6 at a highly rated pub\tBookRestaurant\nsearch for video game the sky is crying\tSearchCreativeWork\nrate the current series 1 points\tRateBook\nrate this essay 3 out of 6 points\tRateBook\nplease add the singer valery kipelov to the perfect concentration list\tAddToPlaylist\nbook a table for my great grandfather and i at a place in booker  ak \tBookRestaurant\nadd this track to clásicos del hip hop español\tAddToPlaylist\nstacy watson and adriana want to go to the best osteria in hallowell minnesota this afternoon\tBookRestaurant\nwhat time is the daring dobermans playing\tSearchScreeningEvent\nplay courting the squall on slacker\tPlayMusic\nplease add secrets of the alibi to the playlist called keep calm\tAddToPlaylist\nis there a blizzard coming tomorrow in methuen uganda\tGetWeather\ni need a reservation for a restaurant now with a party of 9 in hilt\tBookRestaurant\nplay the seventies album on last fm\tPlayMusic\nthe book organization of behavior deserves two points \tRateBook\nwhat s the weather forecast in the same area of me on apr  20\tGetWeather\nforecast for morse shores kansas\tGetWeather\nfind movie schedules\tSearchScreeningEvent\nwhat s the weather forecast for seychelles\tGetWeather\nfind the soundtrack titled this side of paradise\tSearchCreativeWork\nplay a movement from top-20 1983 by baruch chait\tPlayMusic\nbook for sherry and concepcion in nunam iqua at the best restaurant\tBookRestaurant\nplay expresión from mickey finn\tPlayMusic\nbook a restaurant on san jacinto day in anderson for me and my colleagues \tBookRestaurant\nplay the most popular chant song by hossein alizadeh from around 2009\tPlayMusic\nplease look up the power and love movie \tSearchCreativeWork\nwhat animated movies are at cobb theatres\tSearchScreeningEvent\nfind the hopeless romantic photograph\tSearchCreativeWork\nrate the glory season three stars\tRateBook\nfind what movies are showing at the nearest movie house\tSearchScreeningEvent\nwhat movies are close by\tSearchScreeningEvent\nplay still life 1 \tPlayMusic\nplay something by holly cole on lastfm \tPlayMusic\nwhich films are playing close by\tSearchScreeningEvent\nshow me a forecast for malaysia\tGetWeather\nwhat is the forecast for hot temps in kuwait in augusta springs\tGetWeather\nwhat is the movie schedule near me\tSearchScreeningEvent\nput this album by mike tramp on deathcore\tAddToPlaylist\nwhat time is company men showing\tSearchScreeningEvent\ni give this essay three of 6 stars\tRateBook\nwhat s the weather forecast for baker city\tGetWeather\nwhen is the stain playing at loews cineplex\tSearchScreeningEvent\nbook a spot for 3 at a bar in antarctica\tBookRestaurant\nis it hot in wind ridge guam\tGetWeather\ngive this book one star out of 6 stars\tRateBook\nfind the news at seven-thirty photograph\tSearchCreativeWork\nbook restaurant for party of 7 at a pub in ford heights\tBookRestaurant\nwhat time is death nurse showing\tSearchScreeningEvent\nplease get me exploring the reef tv show\tSearchCreativeWork\nplay inside the eye by twinkie clark\tPlayMusic\nadd a song to ultimate indie\tAddToPlaylist\nrate heath ledger: his beautiful life and mysterious death 1 stars\tRateBook\nplay eighties music by kaira kwong on google music\tPlayMusic\nwill there be a blizzard in oregon\tGetWeather\ntell me the weather forecast for niue\tGetWeather\nwhat is the movie schedule for animated movies playing in the neighborhood\tSearchScreeningEvent\nfind the movie schedule for animated movies in the neighbourhood \tSearchScreeningEvent\nlets go to a bistro in sd\tBookRestaurant\ni would like to book a tea house at 08:05\tBookRestaurant\nadd raisins secs et amandes to this is new edition\tAddToPlaylist\nbook a spot in netherlands antilles\tBookRestaurant\nwhat is the weather in shenandoah heights  montenegro\tGetWeather\nwhat s the weather close to cambodia at 05:44:13\tGetWeather\ni want to hear eighties music by noko on deezer \tPlayMusic\nplay a movement from the nineties\tPlayMusic\nwhat is the movie schedule for any films playing close by at sunset\tSearchScreeningEvent\nplay anything  from hiromitsu agatsuma off iheart \tPlayMusic\ngive the current novel 4 of 6 stars\tRateBook\nrate this series 0 of 6 stars\tRateBook\ngive the current series a one \tRateBook\ncan you find the soundtrack for fast food nation\tSearchCreativeWork\nplay steven reineke greatest soundtrack on youtube\tPlayMusic\nwhat are the movie schedules\tSearchScreeningEvent\ni would like to hear a song by tim reynolds\tPlayMusic\nfind the schedule for films at cobb theatres \tSearchScreeningEvent\nwill it get windy close by here\tGetWeather\nrate this book titled the silver chalice a 1\tRateBook\nadd frank beard to my latin pop classics playlist  \tAddToPlaylist\nrate the principle of hope 1 out of 6 stars\tRateBook\ni need to book a reservation in searsport at eleven am\tBookRestaurant\nwhat s the weather forecast for tn on december seventh  2026\tGetWeather\ntake me a top-rated restaurant for nine close to westfield delaware\tBookRestaurant\nwhat is the cheapest online price for the instincts saga\tSearchCreativeWork\nadd big generator to my country icon playlist\tAddToPlaylist\nfind movies at amco entertainment starting in 8 seconds from now\tSearchScreeningEvent\ngive me the movie schedule at santikos theatres\tSearchScreeningEvent\nbook a table at t-rex distant from halsey st \tBookRestaurant\ngive miso soup a rating of one points \tRateBook\ngo to your heart belongs to me\tSearchCreativeWork\nplay 1958 music on iheart\tPlayMusic\nfind the steady as she goes saga\tSearchCreativeWork\nwill it be warmer at 15 o clock in deepwater  bonaire\tGetWeather\nbook a eastern european cuisine restaurant in midday for four in meers mp\tBookRestaurant\nwhat time is achilles and the tortoise showing\tSearchScreeningEvent\nsearch for a photograph of road hogs\tSearchCreativeWork\ni want to add sin rencor to my playlist entitled te quiero\tAddToPlaylist\nbook a spot for one at the wolseley at elevenses\tBookRestaurant\nplay fey s album diamond head on zvooq\tPlayMusic\ntell me if it ll be humid in ga one minute from now\tGetWeather\nshow me the movie schedule for neighborhood cinema group\tSearchScreeningEvent\n book a restaurant in el salvador for 10 people \tBookRestaurant\nwill it be overcast during meal time in nh\tGetWeather\nwhen is the blood of others playing\tSearchScreeningEvent\nplay some ven a mi\tPlayMusic\nplay regulate…g funk era by artist iouri bachmet on groove shark\tPlayMusic\nwhat is the foreast for my current location\tGetWeather\nwill it be hotter in pruntytown rhode island\tGetWeather\ni rate this essay 5 of 6 points\tRateBook\ncan you play some weird music from the noise genre\tPlayMusic\ncan i get the the showtimes for the jade faced assassin cinema\tSearchScreeningEvent\nplay the home is where the music is tv series\tSearchCreativeWork\ni want to add aprite le finestre to my playlist entitled this is earth  wind & fire\tAddToPlaylist\nshow creative trailer of the sword of the lord\tSearchCreativeWork\nplay pura vida \tPlayMusic\nis there going to be any rainfall close to windber in 365 days\tGetWeather\ni need the weather in nd in three hundred fifty one days \tGetWeather\nwhere do i see the trailer for live dates\tSearchCreativeWork\nwhen will the honor of an outlaw be showing\tSearchScreeningEvent\nweather for noon in ca\tGetWeather\nshow the movie schedules at kb theatres\tSearchScreeningEvent\nplay some laurie anderson \tPlayMusic\ni d like to eat at a taverna that serves chili con carne for a party of 10 \tBookRestaurant\ni m looking for the song called standing for something \tSearchCreativeWork\nwill it feel nice here or within the same area\tGetWeather\nadd track to afternoon train ride\tAddToPlaylist\nplease fine me worms clan wars \tSearchCreativeWork\nadd gregg bissonette to my us latin top 50 playlist\tAddToPlaylist\nwhen is one by one playing\tSearchScreeningEvent\ni rate the book creature in the teacher 3 stars\tRateBook\nfind a saga called night life \tSearchCreativeWork\nwill it be overcast at lunch time in saint vincent and the grenadines\tGetWeather\nwhat is the weather like at emma wood state beach\tGetWeather\nbook the middle east restaurant in in for noon\tBookRestaurant\nfind the album titled spasmolytic\tSearchCreativeWork\nplay me a fifties song\tPlayMusic\ncan i get the movie schedules for landmark theatres\tSearchScreeningEvent\nplay contigo en la distancia\tPlayMusic\nwhat are the weather conditions in patagonia  south africa\tGetWeather\nplay the music of melody of 1997 in itunes\tPlayMusic\nwarmer condition in haiti  south otselic\tGetWeather\nlook for global clubbing: the netherlands \tSearchCreativeWork\nis there a storm in new mexico in fort sumner \tGetWeather\nplease put this song by nas in my hype playlist\tAddToPlaylist\nwhat time is sontha ooru playing\tSearchScreeningEvent\nadd song to my pop brasil\tAddToPlaylist\nplay cherry pink by trapp mendoza on iheart\tPlayMusic\nfind a book called the polish bride \tSearchCreativeWork\ni want to rate nathaniel fludd  beastologist 1 out of 6\tRateBook\nhow much snow will we get this week in massachusetts\tGetWeather\nadd a tune by alex gaudino to my the new waltz playlist \tAddToPlaylist\ni d rate days of blood and starlight a 4\tRateBook\ntell me what the weather is here\tGetWeather\nrate the plot to save socrates one stars\tRateBook\ni want a table for 2 at a restaurant late at night \tBookRestaurant\ngive four out of 6 star to this novel\tRateBook\nwhat s the forecast for ks for jan  first\tGetWeather\nmake me a reservation for a party of 2\tBookRestaurant\nplay a tune from 2000 by bronislau kaper\tPlayMusic\nbook me a restaurant that is close for four people in enid\tBookRestaurant\nplay always pop punk \tPlayMusic\nwhat is the forecast for hot temps at bowman bay wildlife sanctuary\tGetWeather\ni would like an outdoor cafeteria for 3\tBookRestaurant\nbook a restaurant neighboring il for me  rachelle and wilda \tBookRestaurant\nmake me a reservation for a party of eight in ledoux\tBookRestaurant\nadd this artist to my garage jams\tAddToPlaylist\nbook a table for two for this autumn\tBookRestaurant\nadd impossible is nothing to spa treatment\tAddToPlaylist\ni have a party of 8 and we want to go to a restaurant that serves croquembouche\tBookRestaurant\nrate this current album one stars\tRateBook\nwhat s the nearest movie house showing women who fall by the wayside\tSearchScreeningEvent\nwhat is the forecast for harrison–crawford state forest\tGetWeather\ncan i watch the sound of war in thirteen minutes at the nearest cinema\tSearchScreeningEvent\ngive me the weather forecast for somiedo natural park\tGetWeather\nfind the schedule for wenn lucy springt now at a movie theatre \tSearchScreeningEvent\non april the twenty-seventh  2022  i d like to make reservations at a spanish diner \tBookRestaurant\nwhat movie times\tSearchScreeningEvent\nwhat s the weather forecast for here\tGetWeather\nfind the novel the last of sheila\tSearchCreativeWork\ni want to eat a highly rated breakfast restaurant\tBookRestaurant\nplease look up two more years soundtrack \tSearchCreativeWork\nplay a top five jonny buckland symphony from around 1989\tPlayMusic\nfind the movie you must first learn to draw the real\tSearchCreativeWork\nfind blood and bones\tSearchScreeningEvent\nwhat s the forecast far from here in turks and caicos islands\tGetWeather\nopen lastfm and start playing whatever\tPlayMusic\nplease show me the movie schedule for today \tSearchScreeningEvent\nplease book reservations at a restaurant that serves empanada  party for three with betty and dolly \tBookRestaurant\nshow me the movie schedules for santikos theatres \tSearchScreeningEvent\nplay the top-twenty tune by masaharu fukuyama on slacker\tPlayMusic\nfind movie schedules in mjr theatres\tSearchScreeningEvent\nput a l lloyd on gaming anthems\tAddToPlaylist\ni m looking for movie schedule for films playing in the neighborhood \tSearchScreeningEvent\nadd no more sorrow to ultra metal\tAddToPlaylist\nfind a soundtrack called the woman warrior \tSearchCreativeWork\nplay me a song from the twenties by randy bachman\tPlayMusic\nplay barry manilow from the twenties\tPlayMusic\nsearch for the painting hess: a biography\tSearchCreativeWork\nbook a table at the vortex bar & grill on alaska day in the state of rhode island\tBookRestaurant\nfind me a table for four somewhere\tBookRestaurant\nwhat is the weather forecast in 2 seconds for south carolina\tGetWeather\ni d like to eat at an oyster bar with a pool\tBookRestaurant\nwhat will the weather be like may the 10th in rocky boy wi\tGetWeather\ni want to rate the obama syndrome zero of 6\tRateBook\nwhat cinema is showing ice station zebra at 07:25 p m \tSearchScreeningEvent\nrate i capture the castle  0 points\tRateBook\nadd of rivers and religion to my sexy as folk playlist\tAddToPlaylist\nhow windy is it in anderson lake state fish and wildlife area\tGetWeather\nplay the gary chaw album\tPlayMusic\nplay an eighties track \tPlayMusic\nadd this roy orbison song onto women of comedy\tAddToPlaylist\nadd a song to in residence metal hammer episode 6\tAddToPlaylist\nplease book a restaurant in village green  ca \tBookRestaurant\nwhat does it feel like in east cove national wildlife refuge\tGetWeather\ncan i get a restaurant reserved in luquillo  district of columbia\tBookRestaurant\nadd robin trower to the medieval 50 spotify picks playlist  \tAddToPlaylist\ni want to rate pontypool changes everything a zero out of 6 points\tRateBook\nwhat s the weather in gabon\tGetWeather\ngive the current essay a 1\tRateBook\ni need chapter one of the show  get it for me please \tSearchCreativeWork\ngive the current album 2 out of 6 points \tRateBook\nplay something by chris knight\tPlayMusic\ni need a fast food restaurant that will seat two in a smoking room \tBookRestaurant\nplease add this song to my llegando a casa palylist\tAddToPlaylist\nrate this essay a four\tRateBook\ni need a reservation for maid-rite sandwich shop in home gardens\tBookRestaurant\nplay the last chris douglas on slacker\tPlayMusic\nplease book a table for four at a restaurant in tn\tBookRestaurant\nwhat local movie house is playing beat the drum\tSearchScreeningEvent\nplay me a 2015 soundtrack on netflix\tPlayMusic\nturn on last fm\tPlayMusic\nwhat is the weather like in texas\tGetWeather\nwill it be freezing close to my current location\tGetWeather\nplay a top 50  tune from the twenties by willi williams\tPlayMusic\nbook a table for 8 in china 16 hours ten minutes and one second from now\tBookRestaurant\nadd brad kane to the pumping iron soundtrack \tAddToPlaylist\nthis essay deserves 0 stars \tRateBook\nbook a spot at an indoor gastropub in ny\tBookRestaurant\nrate my current essay 1 out of 6 stars\tRateBook\ni want to hear box of rain by skeets mcdonald\tPlayMusic\ngive 3 star to this essay\tRateBook\nplease search for all the lovers trailer \tSearchCreativeWork\nthe book the gardens of the moon deserves only 1 stars \tRateBook\ngive power of faerûn two of 6\tRateBook\nsearch for the show the caretaker\tSearchCreativeWork\ncan you add through the darkness they march to my once upon a time playlist\tAddToPlaylist\ni want to rate this novel three out of 6\tRateBook\nplease find the song house of wedlock\tSearchCreativeWork\ncan i have the movie schedule for right now\tSearchScreeningEvent\nplay sunshine reggae on youtube\tPlayMusic\nplay cheerful playlist\tPlayMusic\nadd live from aragon ballroom to trapeo\tAddToPlaylist\nfind the movie times for films in the neighbourhood \tSearchScreeningEvent\nwhen is sins of the fathers playing\tSearchScreeningEvent\ngive the current textbook 1 out of 6 stars\tRateBook\nplay zvooq southern gothic\tPlayMusic\nplease play a song from the thirties by peter murphy on last fm\tPlayMusic\ni d like to book a restaurant that serves pôchouse in rocksprings \tBookRestaurant\nclosest movie theatre with no time for sergeants\tSearchScreeningEvent\nweather for apr  the thirteenth in djibouti\tGetWeather\nfind the movie schedule \tSearchScreeningEvent\nthe revolution script should have a rating value of three and a best rating of 6\tRateBook\ni want to know what movies are showing at the nearest movie house \tSearchScreeningEvent\nbook me a table for 4 in a restaurant in united kingdom \tBookRestaurant\ninclude love love love in the dinner music playlist  \tAddToPlaylist\nfind the game a russian beauty and other stories \tSearchCreativeWork\nplay shoo on iheart from greatest record\tPlayMusic\nplay music from 2015\tPlayMusic\nis it hotter close by waubay\tGetWeather\ntell me the weather forecast for my current spot\tGetWeather\nfind a tv series called the golden hits of sandie shaw \tSearchCreativeWork\nplay a song by fats waller\tPlayMusic\nplay my jazz brasileiro playlist\tPlayMusic\ni think the turbulent term of tyke tiler is a rating of 3 \tRateBook\nadd track to my las canciones más lindas del mundo playlist\tAddToPlaylist\nadd lil armstrong to my adrenaline workout playlist\tAddToPlaylist\nplay songs by sammy fain\tPlayMusic\nbook the great house at sonning distant from gun hill rd \tBookRestaurant\nshow creativity of the album saga\tSearchCreativeWork\nshow creativity of diamonds in the rough\tSearchCreativeWork\nfind confusion bay \tSearchCreativeWork\ncall for a table of 3 at the tavern on the green in south farmingdale\tBookRestaurant\nmy timeless love songs playlist should include viderunt omnes\tAddToPlaylist\nwhat is the warm forecast for newburyport new caledonia\tGetWeather\ni want to be main deli steak house near hendley \tBookRestaurant\nfind attack surface analyzer  a painting\tSearchCreativeWork\nplease shoe me the movie schedule for today \tSearchScreeningEvent\nadd this artist to my classic punk playlist\tAddToPlaylist\nbook a table for 2 at the seward community cafe within the same area in shabbona\tBookRestaurant\nfind a photograph called the dickinsonian \tSearchCreativeWork\ni give the logic of sense a zero\tRateBook\nshow a family torn apart tv show\tSearchCreativeWork\nwhat movie theatre is showing titanic: the legend goes on\tSearchScreeningEvent\nwhere is the closest movie theatre playing yo  robot\tSearchScreeningEvent\nis it chilly anywhere faraway from my current place\tGetWeather\nrate this current essay 4 out of 6 stars\tRateBook\nis flow: for love of water playing at southern theatres at 2 am\tSearchScreeningEvent\nshow me the song 15 storeys high \tSearchCreativeWork\ni need reservations for a party of 8 within the same area at 01:48:35 at a restaurant in armenia that serves tuscan cuisine \tBookRestaurant\nwhat movies are playing in the neighborhood \tSearchScreeningEvent\nwhere can i locate the show the return of mr  moto\tSearchCreativeWork\nshow me horton and the kwuggerbug and more lost stories\tSearchCreativeWork\ni d like to move the artist named matt walker to the playlist grandes unplugged\tAddToPlaylist\nlist animated movies at the nearest cinema\tSearchScreeningEvent\ni want to play the video game miss castaway and the island girls\tSearchCreativeWork\nplease book a restaurant for ten members near downtown at 20:38\tBookRestaurant\nput artist harry burleigh on classical new releases spotify picks\tAddToPlaylist\nfind the carrousel saga\tSearchCreativeWork\nadd this extended play to women s lit playlist\tAddToPlaylist\ni want to book a restaurant now in ludlow for eight\tBookRestaurant\nmovie schedules for neighborhood cinema group\tSearchScreeningEvent\ni would rate this book a value of 3 and a best rating of 6\tRateBook\nplease rate think like a freak 3 points out of 6 \tRateBook\nplay some amber kuo from the eighties on spotify \tPlayMusic\nadd chér to the still got the blues playlist\tAddToPlaylist\nplay humour\tPlayMusic\nweather for jun  ninth  2033 in san pierre romania\tGetWeather\nrate this current essay 1 out of 6 points\tRateBook\ngive zero out of 6 stars to smart girls get what they want book\tRateBook\nthe following essay is a two\tRateBook\nplay a movement fromthe eighties by nobuo uematsu \tPlayMusic\ngive me a link to the a little something for us tempunauts soundtrack \tSearchCreativeWork\nadd tunnel of love to ethel s metal crash course palylist\tAddToPlaylist\nplay some glenn stetson music on spotify\tPlayMusic\nplay one way ticket by ray kennedy \tPlayMusic\nbook a spot distant from the neighborhood on the week-end\tBookRestaurant\nrate timeline of science fiction 4 out of 6\tRateBook\nrate darth maul: shadow hunter one out 6 stars\tRateBook\nplay me a 1974 tune on slacker\tPlayMusic\nfind at this point in time\tSearchCreativeWork\ni d like to listen to the song the natural farmer\tSearchCreativeWork\ni want to put land of the dead into my big daddy s booze & blues playlist  \tAddToPlaylist\nplay me leonid soybelman on vimeo \tPlayMusic\nbook a cafeteria for 5 in turkmenistan\tBookRestaurant\ncan you find the book beatmania iidx 10th style\tSearchCreativeWork\nplay suite sudarmoricaine by afi on itunes\tPlayMusic\nwhat time is the ladies diplomat playing\tSearchScreeningEvent\nplay the song gangsta by siavash ghomayshi\tPlayMusic\nbook a spot for one at a food court in riddlesburg\tBookRestaurant\nrate the gutting of couffignal one points\tRateBook\nwhat s the weather in springside nature reserve at four pm\tGetWeather\nshow more questions than answers trailer\tSearchCreativeWork\nfind three in the attic\tSearchScreeningEvent\nwhere is winterheart’s guild\tSearchCreativeWork\nthis chronicle is rated 4 points better than previous\tRateBook\nneed to see if there will be fog\tGetWeather\nthis saga is definitely worth 4 stars \tRateBook\nfind a tv series called when harry tries to marry \tSearchCreativeWork\ni need a table for one\tBookRestaurant\nrate the grisly wife three points out of 6\tRateBook\nwill it be overcast in 1 minute within walking distance of oh\tGetWeather\nlook for the nightmare on providence street saga\tSearchCreativeWork\nadd peter banks to verano forever list\tAddToPlaylist\nadd el valle del jarama to my working day playlist\tAddToPlaylist\nadd this tune to the spinnin  records top 100 list\tAddToPlaylist\nrate the current textbook one stars\tRateBook\nrate licence renewed a 4\tRateBook\nlooking for liberalism and the limits of justice\tSearchCreativeWork\nadd tune to morning rhythm playlist\tAddToPlaylist\nbook a spot for ten  tomorrow at a popular vegan restaurant that is close to alabama\tBookRestaurant\nplay soldier boy from melody gardot\tPlayMusic\nwhat will the weather be ten minutes from now in canada\tGetWeather\ncan you play music from 2003 on netflix\tPlayMusic\nwhere can i find information on brats in battalions\tSearchCreativeWork\nis it going to be stormy in austin creek state recreation area at 09:42\tGetWeather\ntell me what the weather will look like here at 01:50\tGetWeather\ni need a reservation for five at a top-rated english restaurant in elma\tBookRestaurant\ncan you tell me the movies playing at united paramount theatres\tSearchScreeningEvent\nshow me the animated movies starting at 10:56:18 a m  at the nearest movie house\tSearchScreeningEvent\ngive this album three out of 6 points\tRateBook\nwill there be sun ten minutes from now in uintah\tGetWeather\nadd janie jones to my indie pop\tAddToPlaylist\nread the novel on-line encyclopedia of integer sequences\tSearchCreativeWork\nrate this series five out of 6\tRateBook\nfind the now we are six saga\tSearchCreativeWork\nadd the album to the psychedelic rock playlist \tAddToPlaylist\nplay the música da série de filmes o hobbit album by alex otaola\tPlayMusic\nfind a game called the oh in ohio\tSearchCreativeWork\nwas the weather colder last august at stunt ranch santa monica mountains reserve\tGetWeather\nfind the photograph hearts burst into fire\tSearchCreativeWork\nadd little pattie track in nu metal\tAddToPlaylist\nfind and book a table in wv\tBookRestaurant\nwhat is the release date for the dvd called wild is the wind\tSearchCreativeWork\nplay something on my classic jazz funk playlist on zvooq\tPlayMusic\ngive two points to one virgin too many\tRateBook\nadd another album to my keep calm playlist  \tAddToPlaylist\nbook a pub for pepperoni near their house and not far\tBookRestaurant\nbuy cannabis painting\tSearchCreativeWork\nplay 1951 tunes\tPlayMusic\nbook any popular puglia serving oyster bar for 10 in jemez springs\tBookRestaurant\nadd barbara to the metal xplorer playlist  \tAddToPlaylist\nplay me a patrick cowley ballad\tPlayMusic\nout of a possible 6 stars  i give the princes and the treasure a five \tRateBook\nbook a gratin serving tea house in bushkill\tBookRestaurant\nbook for 8 am in massachusetts for 1\tBookRestaurant\nread the open ecology journal\tSearchCreativeWork\ntell me if there will be a snowstorm on sep  the second  2028 in olpe\tGetWeather\nbook a table at serendipity 3 in veyo for now\tBookRestaurant\nwhere is the nearest movie house that is playing sirivantha\tSearchScreeningEvent\nadd m-cabi to the playlist named pre-party r&b jams\tAddToPlaylist\nadd this song onto my playlist entitled chill out \tAddToPlaylist\ngive me the local movie times\tSearchScreeningEvent\nplay eighties track\tPlayMusic\nwhere can i buy a used copy of the game called i lie around\tSearchCreativeWork\nfind blood moon: year of the wolf  a movie\tSearchCreativeWork\nfind a soundtrack called i still believe in you \tSearchCreativeWork\nfind the game gormenghast\tSearchCreativeWork\ni want you to add must b 21 to acoustic covers the mash ups \tAddToPlaylist\nadd totally stress free by bobby lord to my playlist\tAddToPlaylist\nwhat is the movie schedule for movies in the neighbourhood \tSearchScreeningEvent\ni need to book a table for five at the crooked house of windsor \tBookRestaurant\nplay escapada\tPlayMusic\nfind the blood red sandman\tSearchCreativeWork\nwhat movies are playing in the area\tSearchScreeningEvent\nreserve a table for 7 at a cafeteria in lafe city \tBookRestaurant\nrate book of the dead three stars\tRateBook\nplay the track the wizard and i\tPlayMusic\nwhat is fantasy zone ii: the tears of opa-opa\tSearchCreativeWork\ni need to book a table at a fast food spot that serves slinger in pr\tBookRestaurant\nshow the bean and the boys painting\tSearchCreativeWork\nplease play different slanguages by fred labour \tPlayMusic\nwhen will the flower and the angry waves be showing\tSearchScreeningEvent\nrate my current novel one out of 6 points\tRateBook\ngive five stars to the general saga\tRateBook\nfind the schedule for blood orgy of the leather girls at a movie house \tSearchScreeningEvent\nplay music from the artist irma pane\tPlayMusic\ni want to see movie times at neighborhood cinema group \tSearchScreeningEvent\nadd blue feather to the nature noise playlist\tAddToPlaylist\ni need to get seats for me and my ex wife to eat in egypt \tBookRestaurant\nplay music by ian haugland\tPlayMusic\ngive four star to current novel\tRateBook\nfind wintersong game\tSearchCreativeWork\nwhat will the temperature be at midnight in ne\tGetWeather\ni rate the variation of animals and plants under domestication a value of 0\tRateBook\nplay some acapella music on iheart\tPlayMusic\nwhere is the nearest movie house that is showing the kingfisher caper\tSearchScreeningEvent\nfind a picture called how much wood would a woodchuck chuck\tSearchCreativeWork\nadd cake to bake to lo que suena new york\tAddToPlaylist\ngive one rank to this album\tRateBook\nbook a spot for 2 at a restaurant in pw\tBookRestaurant\nshow movie schedules close by movies\tSearchScreeningEvent\nadd the tune to my house afterwork playlist \tAddToPlaylist\nplay songs by wise\tPlayMusic\ngo to the movie the best of pirates of the mississippi\tSearchCreativeWork\nplay seven steps to heaven by wikluh sky\tPlayMusic\nwhat is the weather forecast in ulen on mar  2nd  2035\tGetWeather\nplace this tune in workout remix\tAddToPlaylist\nwhat time is high tide at noon showing\tSearchScreeningEvent\nbook a restaurant for 4 of us\tBookRestaurant\nplay fereydoun farrokhzad best track\tPlayMusic\nmake dinner reservation for 3 people on june 23rd  2040 in blodgett \tBookRestaurant\nforecast for econfina\tGetWeather\ni need a place that serves smelt for a party of 4  preferably a taverna\tBookRestaurant\ncan i rate the book my life in france not one  but 6 stars\tRateBook\nbook reservation for 2 people tomorrow in whitewater\tBookRestaurant\nfind google news\tSearchCreativeWork\ni need the forecast for hot in barbados may city in 1 year \tGetWeather\ni want to hear a nineties track by stat quo on deezer\tPlayMusic\nwhat is the movie schedules for animated movies in the neighbourhood\tSearchScreeningEvent\nplease add moon river to my metalcore playlist\tAddToPlaylist\nplay music by helen ward\tPlayMusic\ngive this essay 1 out of 6 \tRateBook\nwho published the novel jamesedition\tSearchCreativeWork\nrate this chronicle 0 stars\tRateBook\nplay elizeth cardoso to my nothing but a party r&b playlist\tAddToPlaylist\nadd welcome to the cruel world to my reggae classics\tAddToPlaylist\nwhen is bless the child playing at the movie theatre\tSearchScreeningEvent\nplay a new tune by louis silvers \tPlayMusic\ni m in mi and want to eat somwhere nearby midday \tBookRestaurant\ni rate observations one points\tRateBook\nplay the top five songs by isaac hayes\tPlayMusic\nthe get going playlist needs another song \tAddToPlaylist\nshow he who fears the wolf creative photograph\tSearchCreativeWork\nrate the current book 0 of 6\tRateBook\nfind the tv series box of moon light\tSearchCreativeWork\nhow is the weather going to be on child health day in trinidad and tobago\tGetWeather\nshow the critic game\tSearchCreativeWork\nplay classic rock on slacker\tPlayMusic\nadd the little house we built onto mucho rap\tAddToPlaylist\nwhat s the weather forecast for austin liechtenstein\tGetWeather\nadd when you come back to the jazz for loving couples playlist  \tAddToPlaylist\nput this artist on my folk for kids playlist\tAddToPlaylist\nwill there be snowfall faraway from robinson forest\tGetWeather\ncan i get the showtimes for movies around here\tSearchScreeningEvent\nbook a spot in malin ky\tBookRestaurant\nopen iheart and play té para tres\tPlayMusic\nwhere can i see young goethe in love\tSearchScreeningEvent\nforecast for my current location at 6\tGetWeather\nis the country doctor on the schedule at any theater near me\tSearchScreeningEvent\nadd theater to my new metal tracks playlist\tAddToPlaylist\nwhat is the humidity like in leoti\tGetWeather\nwhen will the santikos theatres be showing animated movies\tSearchScreeningEvent\ncan you find me the movie the countess\tSearchCreativeWork\nwhat s the forecase for inverness on february 5th  2031\tGetWeather\nadd fred knoblock to my lo-fi love playlist\tAddToPlaylist\nbook a pub in santa claus  new jersey for the first day of sukkot\tBookRestaurant\ni need movie schedules\tSearchScreeningEvent\ngive four points to current essay\tRateBook\nwhat is the weather for yemen\tGetWeather\nwhere can i get intel array building blocks\tSearchCreativeWork\ni would like to book at a pub on mar  8  2020 that is close to broadway-lafayette st for my daughters and i \tBookRestaurant\nis anti-semitism in the 21st century: the resurgence playing now\tSearchScreeningEvent\nadd back on the dancefloor to my bajo las estrellas playlist\tAddToPlaylist\nshow the immortal grand prix\tSearchCreativeWork\nwhat are the movie schedules at arclight hollywood\tSearchScreeningEvent\nrate this essay two out of 6 stars\tRateBook\ncan i see the the tv series the late music\tSearchCreativeWork\nrate red nails two of 6 stars\tRateBook\nhow is the weather going to be this week in roseau  ia \tGetWeather\nshow the movie schedules\tSearchScreeningEvent\ni want to watch the television show new astronomy\tSearchCreativeWork\nbook four people at a madagascar bar\tBookRestaurant\nwhat is the chilly forecast for mustoe north carolina\tGetWeather\nfind me shack out on 101\tSearchCreativeWork\nfind the schedule for a kiss before dying \tSearchScreeningEvent\nbook a spot for nine at the cubby bear in luxor\tBookRestaurant\nfind book the music lovers\tSearchCreativeWork\ni need a reservation for a restaurant in bangladesh on feb  the 11th  2032\tBookRestaurant\nbook an indonesian brasserie for seven people the day after tomorrow in hawaii \tBookRestaurant\ni d like to watch the holy office at cooper foundation\tSearchScreeningEvent\nwhere can i purchase a copy of the photograph on the front page of today s jacksonville daily progress\tSearchCreativeWork\nwhat s the weather in hi\tGetWeather\nplay the most popular ep by marcel khalife on netflix\tPlayMusic\nshow painting of waiting for snow in havana\tSearchCreativeWork\nplay some music from the fourties \tPlayMusic\ni want to give this album zero out of 6 stars\tRateBook\ni need reservations for next autumn in belgium at a highly rated diner \tBookRestaurant\nopen lastfm  play top hits of simon webbe\tPlayMusic\nfind the schedule for death valley manhunt \tSearchScreeningEvent\nbook a table for seven in walpole\tBookRestaurant\nmake me a reservation within walking distance in wy for 6 pm\tBookRestaurant\nfind me the nearest movie house that is showing the saviour \tSearchScreeningEvent\nwhat is lost land of the tiger\tSearchCreativeWork\nplay me something on last fm\tPlayMusic\nwhat s the weather forecast in the same area as la in 1 minute\tGetWeather\nplay tina cousins from 1956\tPlayMusic\nwill it be foggy here\tGetWeather\nwill there be a blizzard in egypt on jul  3\tGetWeather\ni want to give the coming of the terraphiles a rating of 1 \tRateBook\nfine a movie schedule \tSearchScreeningEvent\nwhere can i find the tv show a step away\tSearchCreativeWork\nwhere animated movies does north american cinemas feature\tSearchScreeningEvent\nfind the schedule for grand canyon trail \tSearchScreeningEvent\nad amal hijazi tune to my pura vida\tAddToPlaylist\nplay playlist funtime\tPlayMusic\nreserve me a resturant for 5 at seventeen o clock\tBookRestaurant\nis it cloudy in choptank\tGetWeather\nplay primus \tPlayMusic\nwill it be colder in az than tx today\tGetWeather\nshow movies in united paramount theatres\tSearchScreeningEvent\ni d like to play the video game time to kill\tSearchCreativeWork\nwhere can i get the novel flesh-colored horror\tSearchCreativeWork\ni d like to watch in high places\tSearchScreeningEvent\ncan you put consequences on my sos 48 2016 playlist\tAddToPlaylist\ni want to book a restaurant for nine with wifi\tBookRestaurant\nplay the album 21st century live by chet lam on itunes \tPlayMusic\nbook a tea house for 6 members with soul food\tBookRestaurant\nplay music by nick la rocca\tPlayMusic\nwhat time is my son shall be armenian playing at plitt theatres\tSearchScreeningEvent\nplease look up the beauty on the fire show \tSearchCreativeWork\nwhere can i find the creative works the very best of simply red\tSearchCreativeWork\nwhere can i stream a television show called safety ep\tSearchCreativeWork\nadd song to my eletro br playlist\tAddToPlaylist\nfind the show we chase the waves\tSearchCreativeWork\nrate the current saga one stars\tRateBook\ni want to book a restaurant close-by my teenager s airbnb at 00:55 am\tBookRestaurant\nwhich animated movies are playing at fox theatres\tSearchScreeningEvent\ni want this tune on my most necessary playlist\tAddToPlaylist\nfind the schedule for evening clothes in 1 second \tSearchScreeningEvent\nwhat will the weather be like in new glarus\tGetWeather\nwhat time is the message playing at loews cineplex\tSearchScreeningEvent\nwhat s the humidity now in nh\tGetWeather\nis it going to be cold in readstown at 4 am\tGetWeather\ncan you play halloween by ajinoam nini\tPlayMusic\nis it going to get any hotter in kerrick\tGetWeather\nwhat films are being shown at the national amusements\tSearchScreeningEvent\nfind a movie schedule \tSearchScreeningEvent\ngive this album 2 / 6 \tRateBook\nadd gene clark to diann s chill out list\tAddToPlaylist\nfind the moldy peaches\tSearchCreativeWork\ni want to the latest ballad from ira losco\tPlayMusic\nfind the show the naked gun\tSearchCreativeWork\ncan you play a sound track by sissieretta jones\tPlayMusic\nfor the book deception i rate it four points\tRateBook\nrate in search of our origins two points out of 6 \tRateBook\nhow is colder in city of rocks state park around 03:43 pm\tGetWeather\nadd farruko presenta los menores to my amor amor playlist\tAddToPlaylist\nfind the movie schedules for me\tSearchScreeningEvent\nplay myth ii: soulblighter\tSearchCreativeWork\nis it forecast to be chillier in latvia\tGetWeather\ni want to hear shooby taylor s tearing up the album charts \tPlayMusic\nplay a box of birds trailer\tSearchCreativeWork\nadd this song to rock party\tAddToPlaylist\ni d like to eat at a bar that serves corn relish with a party of five\tBookRestaurant\nplay some fast fusion on spotify\tPlayMusic\nrating points for castles of steel out of 6 are 5\tRateBook\nplay a record from the year 1979\tPlayMusic\nrate this chronicle three of 6 stars\tRateBook\ni want to see the movie schedule for kb theatres \tSearchScreeningEvent\nrate this essay four stars\tRateBook\nbook a table for me and georgina at a pub in a spa\tBookRestaurant\nlooking for the photograph the crimson climax\tSearchCreativeWork\nshow me the tv series prescription for death \tSearchCreativeWork\nplay tonight only by nastya kamenskih\tPlayMusic\nplay songs of heaven by ami koshimizu\tPlayMusic\nis the weather chilly in dew de\tGetWeather\nfind the song occasional wife\tSearchCreativeWork\nwhat painting is on the cure discography\tSearchCreativeWork\ni want to find a book called cash-cash\tSearchCreativeWork\ncan you locate the work  warlock 2: the exiled\tSearchCreativeWork\nwill there be a blizzard in kettleman city today\tGetWeather\ncan i see the show heroes of might & magic 4\tSearchCreativeWork\nout of 6 rate this a zero for memories of the ford administration\tRateBook\nwhat time is the toll of the sea playing\tSearchScreeningEvent\nshow me the schedule of movie thirty two short films about glenn gould in 14 minutes\tSearchScreeningEvent\nwhat s the weather forecast for anniston\tGetWeather\nrate this current novel a 3\tRateBook\nrate this novel a 1 out of 6\tRateBook\ni d like to see the new jackals\tSearchCreativeWork\nplay music on itunes from artist jessica delfino\tPlayMusic\nwhat films are playing in the neighbourhood\tSearchScreeningEvent\nwhat are the movie schedules for the dipson theatres\tSearchScreeningEvent\nplay album from maureen mcgovern\tPlayMusic\nrate this current book a 4 out of 6\tRateBook\nadd track to my gold edition playlist\tAddToPlaylist\nwhat is the weather one second from now in blue ridge berryessa natural area\tGetWeather\nplease book a restaurant for six members on jul  13  2036\tBookRestaurant\ni d like to find the book called the years\tSearchCreativeWork\nplease book me a table for next week at a top-rated restaurant\tBookRestaurant\nfind casting crowns discography\tSearchCreativeWork\nhow will the weather be in six minutes close to moosic\tGetWeather\ni d like to see the picture the collection – the collector 2\tSearchCreativeWork\nadd the current tune to my rock gaming playlist\tAddToPlaylist\nwhat is the weather forecast in nine months within walking distance of ohio\tGetWeather\nput strange days onto the fusion fest playlist \tAddToPlaylist\nadd bone crusher to the chill out playlist\tAddToPlaylist\nmy indietronic playlist needs until the end of time added\tAddToPlaylist\nplay the tyranny of distance by willy mason \tPlayMusic\nshow me movie schedules\tSearchScreeningEvent\nadd arthur lee to my jazz vibes playlist\tAddToPlaylist\nshow the mickey mouse photograph\tSearchCreativeWork\nwhere can i find a photograph of the lieutenant of inishmore\tSearchCreativeWork\ni d like a table for six in nine weeks at a restaurant in tokelau\tBookRestaurant\nwhat is the nearest cinema showing love in mandya\tSearchScreeningEvent\nwhen can i see salaam-e-ishq: a tribute to love at b&b theatres\tSearchScreeningEvent\ntell me the weather forecast for douglas state forest\tGetWeather\nadd ihsahn to hip hop 2017 new school\tAddToPlaylist\nwhat is the weather like in ia in april\tGetWeather\ni d like to give a rating of 4 to this current book \tRateBook\nfind the picture titled battle spirits - shōnen toppa bashin\tSearchCreativeWork\nis there snowfall in zec mitchinamecus at 13\tGetWeather\nwhat time is the grey zone playing\tSearchScreeningEvent\ni want to book a highly rated pizzeria in the same area as tia s house\tBookRestaurant\nrate the bell curve a three \tRateBook\nwhat is the meal time forecast for cayman islands\tGetWeather\nstart playing something off spotify\tPlayMusic\nwhat s the weather like in forty fort\tGetWeather\ncan you play some music from 1999\tPlayMusic\ni need to add a song to my lo que suena new york playlist \tAddToPlaylist\ni want to take four friends to the pub for some tuna casserole\tBookRestaurant\nme and aisha and craving cordon bleu and need to book a table at a brasserie \tBookRestaurant\nplay something by grandmaster flash & the furious five on youtube\tPlayMusic\ni want to watch ghosts of the abyss at kerasotes theatres\tSearchScreeningEvent\nbook a restaurant for 1 in nine weeks \tBookRestaurant\nwhat is the weather forecast for monument of lihula\tGetWeather\nwhat is the forecast for the distant future in sugar bush\tGetWeather\ni want to give rebbe: the life and teachings of menachem m  schneerson  the most influential rabbi in modern history two out of 6 points\tRateBook\nrestaurant in zambia that is close for a party of 10\tBookRestaurant\nsearch for to heart 2\tSearchCreativeWork\nbook a reservation not far from 8th st\tBookRestaurant\nwhere and when is this is england playing\tSearchScreeningEvent\nwill it be windy at medicine rocks state park on may 24\tGetWeather\nsearch for the picture foghat\tSearchCreativeWork\nwhat is the weather forecast for theodore roosevelt inaugural national historic site\tGetWeather\nbook a best tavern for nine\tBookRestaurant\nshe me the movie schedule for animated movies at the place nearby\tSearchScreeningEvent\nwill it hail today in west point at 11:36:48\tGetWeather\nrate current series one\tRateBook\ncan my electro sur have this song added to it\tAddToPlaylist\nplay the newest by exuma\tPlayMusic\nbook a table at any restaurant for eight people\tBookRestaurant\nadd hello central  give me heaven to indie pop\tAddToPlaylist\nplease give 1 points to waiting for the mahatma \tRateBook\nrate from a buick 8 0 out of 6\tRateBook\nwhat will the weather be like here on dec  8  2019\tGetWeather\nfind time for trouble for two in one minute at landmark theatres\tSearchScreeningEvent\ni d like a table at a restaurant in ks in 5 hours from now\tBookRestaurant\nadd track to orgullo gay\tAddToPlaylist\ni want to add george formby  jr to the family favorites playlist\tAddToPlaylist\nbook an outdoor restaurant \tBookRestaurant\ni want to book an osteria for 9 in gabon that serves donuts\tBookRestaurant\ngive me the weather forecast for wisconsin dells in saint kitts and nevis on the day after tomorrow\tGetWeather\nwhat s the weather in singapore\tGetWeather\nfind the movie times for caribbean cinemas \tSearchScreeningEvent\nplay the symphony by tetsuya ogawa from 1953\tPlayMusic\nwhat films start at eighteen at caribbean cinemas\tSearchScreeningEvent\nshow me my princess\tSearchCreativeWork\nknow ye not agincourt gets 4 out of 6 points\tRateBook\nbook a restaurant in nebraska on january 25  2034 for me and my mommy \tBookRestaurant\nbook me a popular restaurant reservation at a brazilian delicatessen\tBookRestaurant\nadd roel van velzen to the night playlist  \tAddToPlaylist\nadd songs in 90 s hip hop of artist\tAddToPlaylist\ni feel that zero out of 6 points would be the rating of queen of the dawn \tRateBook\nplay me some folklore music\tPlayMusic\nwhen is the prince who was a thief playing at the cinema\tSearchScreeningEvent\nrate the mills of the kavanaughs series a one\tRateBook\ngive this textbook 0 of 6 stars\tRateBook\nwill it be windy in mission bay  ak today\tGetWeather\ni would give sentenced to prism a rating of zero and a best rating of 6\tRateBook\ncan i buy the book vacation of petrov and vasechkin online\tSearchCreativeWork\nwill it be sunny in corcovado indonesia\tGetWeather\nwhere can i watch the sword of ali baba at two p m \tSearchScreeningEvent\nplay me a 1990 sound track\tPlayMusic\ni want a table for 3 at a restaurant\tBookRestaurant\nwill it snow on apr  eighteenth  2029 in myanmar\tGetWeather\nfind movie times for movies in the neighborhood\tSearchScreeningEvent\nis there a depression going on in uganda\tGetWeather\nfind me the wild boys\tSearchCreativeWork\nfind me showtimes for how i unleashed world war ii \tSearchScreeningEvent\ngive me the movie times for fox theatres\tSearchScreeningEvent\ni want to give elephants can remember 4 out of 6 points\tRateBook\nrate steps two out of 6 points\tRateBook\nplay some music from miss platnum\tPlayMusic\nmovie schedule for harkins theatres\tSearchScreeningEvent\nbook me a table at a hungarian delicatessen in north dakota \tBookRestaurant\ninclude golden boy in pop dance\tAddToPlaylist\nfind the schedule for for close by movies \tSearchScreeningEvent\nopen deezer and play top 40 hits\tPlayMusic\nwhat animated movies are at the nearest movie house\tSearchScreeningEvent\nput this album into becky s infinite indie folk playlist\tAddToPlaylist\nshow the schedule of movie times\tSearchScreeningEvent\nadd this track to the playlist kickass metal\tAddToPlaylist\ni gave joseph andrews a 0 out of 6\tRateBook\nfind the movie schedule for b&b theatres \tSearchScreeningEvent\nfind the video game high hopes & heartbreak\tSearchCreativeWork\nhow is the weather in edesville  mn\tGetWeather\nbook me a reservation for 10 in oman\tBookRestaurant\nplay wolves by larry gatlin\tPlayMusic\nwhere can i watch animated movies around here\tSearchScreeningEvent\nplay the greatest nicholaus arson concerto from around 2000\tPlayMusic\nadd det kimer nu til julefest to my playlist technical&brutal death metal\tAddToPlaylist\nwhat are the movie schedules\tSearchScreeningEvent\ni need to book the best food court in within the same area as ok that serves persian food for my ex husband and i\tBookRestaurant\nrate this album 2 stars\tRateBook\ni want to book a bar in bow mar  new mexico\tBookRestaurant\nwhat is the nearest movie theatre playing stray cat rock: wild jumbo in 7 seconds\tSearchScreeningEvent\non deezer play fourties tunes by jona bechtolt and a ballad\tPlayMusic\ngive the current essay 3\tRateBook\ni want to book coney i-lander for 10 people \tBookRestaurant\nfind time squared\tSearchCreativeWork\ni d like to watch the tv series called fires of life\tSearchCreativeWork\nplay the last niney the observer song\tPlayMusic\nlook for the creative work meltdown – days of destruction\tSearchCreativeWork\nwill it be windy at two pm in france\tGetWeather\nbook me a table for a party of eight in germany \tBookRestaurant\ntable for 6 at a brasserie\tBookRestaurant\nshow weather forecast at three am in wauregan\tGetWeather\nplease put maimi yajima s song onto operación bikini \tAddToPlaylist\nwill there be snowfall in zero pm in estonia\tGetWeather\nbook a spot for 1 at a restaurant this evening\tBookRestaurant\nplay falco on zvooq for good hit\tPlayMusic\nadd this album to my blues playlist\tAddToPlaylist\nwhat s the weather forecast in guadeloupe eleven weeks from now \tGetWeather\nrate this novel 5 of 6\tRateBook\nadd transmission to my found them first\tAddToPlaylist\nrate this essay five stars\tRateBook\ngive the diamond chariot a 0 out of 6 \tRateBook\ni need a popular moroccan cafeteria \tBookRestaurant\ni want to watch the television show champion\tSearchCreativeWork\ni am looking for a top-rated restaurant near bougatsa that can feed 3 that is close to pelham bay park\tBookRestaurant\nwhat will the weather be like nine years from now in eastport el salvador\tGetWeather\nwhat films are scheduled at the closest cinema\tSearchScreeningEvent\nadd splendido hotel to my verano forever\tAddToPlaylist\nadd this artist named trevor mcnevan to the playlist top gaming tracks\tAddToPlaylist\ncan i hear a movement by rookantha gunathilake on the vimeo service\tPlayMusic\ntell me what movies are playing in the neighborhood\tSearchScreeningEvent\ni m looking for a picture of fresh air\tSearchCreativeWork\nhelp me find the saga titled the eternal return\tSearchCreativeWork\nmy party of 3 would really like to eat baba au rhum at a brasserie  could you help\tBookRestaurant\nbook a restaurant this week for joni  wilda sanders and i in al\tBookRestaurant\nrate this book 5 stars out of 6\tRateBook\ni am giving the book titled the masters of solitude a rating of two out of 6\tRateBook\nbook a spot for tommie and vera rogers in irvine at 7 am\tBookRestaurant\nfind a reservation for 3 people \tBookRestaurant\npizzeria restaurant in kellnersville hi that is outdoor for ten\tBookRestaurant\nrate real world four out of 6 \tRateBook\nshow me movie times at the pacific theatres for the movie the hot rock\tSearchScreeningEvent\nadd this artist to my throwback dance party playlist\tAddToPlaylist\nwill it be rainy this monday in le center  thailand\tGetWeather\nwhat movies are playing at the closest cinema\tSearchScreeningEvent\nwhat s the weather like around laos\tGetWeather\nplay the album axum\tPlayMusic\nrate this essay four out of 6\tRateBook\nwhat films are going to be shown at the nearest movie house\tSearchScreeningEvent\nplay tv show way of the samurai 2\tSearchCreativeWork\nshow me a movie schedule \tSearchScreeningEvent\nplay noche de chicas playlist\tPlayMusic\nrate this album 2 out of 6\tRateBook\ni m wondering what movies will be laying around here \tSearchScreeningEvent\nwhat is the forecast in the same area as fiji\tGetWeather\nwill it be hot in keachi\tGetWeather\nadd bslade to women of k-pop playlist\tAddToPlaylist\nweather for lowden ok\tGetWeather\nadd chen jiafeng to ultimate 00s\tAddToPlaylist\nof a total possible of 6  i think the current book is a five \tRateBook\nplay a song by tim finn on last fm\tPlayMusic\nplay piano ballads on netflix\tPlayMusic\nwhat does it feel like in connecticut\tGetWeather\nadd the muppet show 2 to my party through the decades\tAddToPlaylist\nfind a novel called nature reviews genetics \tSearchCreativeWork\nrate this chronicle a 3\tRateBook\nadd ian gillan to my rock party\tAddToPlaylist\nadd fra mols til skagen to my this is trey songz playlist\tAddToPlaylist\nwhat is the weather in the netherlands\tGetWeather\nsearch for the television show called educational psychologist\tSearchCreativeWork\nfind the closest films at a movie house\tSearchScreeningEvent\nwhat is the mississippi for the week\tGetWeather\nwhat kind of weather will be in windy hills  bermuda in ten weeks \tGetWeather\nfind the movie schedule \tSearchScreeningEvent\nrate the current album a five out of 6\tRateBook\nwhat will the weather conditions be in hahntown  wyoming at 1\tGetWeather\nwhich films are playing at the closest movie house\tSearchScreeningEvent\nlisten to power gaming playlist\tPlayMusic\nplay to be still\tPlayMusic\ni need an animated movies in the area for dinner time\tSearchScreeningEvent\nfind the schedule for ghost world \tSearchScreeningEvent\nplay a 1950 album on iheart\tPlayMusic\nwhere is the closest movie theatre playing mighty baby now\tSearchScreeningEvent\nhannah lewis and chelsea want to go to a cafe in botswana on apr  the seventeenth  2024\tBookRestaurant\nrate the penelopiad zero out of 6 \tRateBook\nwhat time can i watch son of rambow tonight at fox theatres\tSearchScreeningEvent\nplay latest shaggy music\tPlayMusic\nwill it get rainy like last march in hagerman  saint vincent and the grenadines\tGetWeather\ncan you give me the forecast for 10:15 in paraguay\tGetWeather\nlooking for kepler scientific workflow system\tSearchCreativeWork\nadd tune papa bue to éxitos españa playlist\tAddToPlaylist\ni want to hear vegetables by pharrell williams\tPlayMusic\nwill it be cold in boyertown new zealand in eighteen hours \tGetWeather\nplease book a room to accommodate one in 11 weeks  near bahamas restaurant\tBookRestaurant\ncheck the weather for eagle harbor  tanzania\tGetWeather\nplay the newest phil stacey \tPlayMusic\nwhat is the oct  10 forecast for cuyabeno wildlife reserve\tGetWeather\ncan you make reservations at a restaurant that serves mashed pumpkin for six pm\tBookRestaurant\nadd something by arnett cobb to my la mejor música para tus fiestas playlist\tAddToPlaylist\nrate nuclear terrorism: the ultimate preventable catastrophe 5 stars\tRateBook\ni need to find the creative work burn baby burn\tSearchCreativeWork\nmy colleagues and i would like a restaurant in snow lake\tBookRestaurant\ntell me what animated movies are being played at the closest movie house at 01:19:00 am\tSearchScreeningEvent\nplay the top five cemil bey songs\tPlayMusic\nbook seating at a restaurant in topton\tBookRestaurant\nwill it be cold in harveysburg wa\tGetWeather\ni want to add un jour dans notre vie to my list running to rock 170 to 190 bpm\tAddToPlaylist\nwhat is the bahamas forecast for stormy weather at 07:43:21\tGetWeather\ni m looking for the video game masterful mystery tour\tSearchCreativeWork\nput a molly mcguire album in my metal talks kreator playlist  \tAddToPlaylist\nwill it be temperate here on 11/27/2023\tGetWeather\ncan you play the latest faust soundtrack from 1967\tPlayMusic\ni give a rating of 2 to the book swine not\tRateBook\nmatt monro newest album add to my chill out music\tAddToPlaylist\ni need a reservation in pitcairn islands for any restaurant  joint\tBookRestaurant\nadd this teddy charles album to this is pavarotti my playlist \tAddToPlaylist\nwhat will the weather be like in brownfield\tGetWeather\nfind noon movie times at imax corporation\tSearchScreeningEvent\nadd novedades pop to my all out of luck list\tAddToPlaylist\nplay a 1988 soundtrack\tPlayMusic\nplay kool keith presents thee undatakerz by john mccrea \tPlayMusic\nis it going to be hot on oct  the 8th  2020 in the neighboring greenland area\tGetWeather\ncan you help me find the television show women and death\tSearchCreativeWork\nplease add emanuel kiriakou to my playlist llegando a casa\tAddToPlaylist\nadd album to my grandes unplugged\tAddToPlaylist\ni need to know the weather for hamorton  tn\tGetWeather\nplay top tunes by joseph utsler\tPlayMusic\nshow andy williams sings steve allen tv show\tSearchCreativeWork\nput artist serenata onto my massive soca hits list\tAddToPlaylist\nadd artist to my endorphin rush playlist\tAddToPlaylist\ni d like to hear a track by theo keating \tPlayMusic\nplay a 1969 ballad by beth nielsen chapman  new first \tPlayMusic\nrate the bunce 1 stars\tRateBook\nrate the current book zero of 6 stars\tRateBook\nwhat movie theatre is playing the magnificent scoundrels\tSearchScreeningEvent\nplay some game music \tPlayMusic\nwhat is the weather like within walking distance of the nationalpark drawa\tGetWeather\nshow me the work titled the perfect gentleman which is a song\tSearchCreativeWork\nfind a trailer called hellboy: the troll witch and others \tSearchCreativeWork\nplay the newest music by gladys knight\tPlayMusic\nrestaurant in brokaw for a cuisine russian far restaurant\tBookRestaurant\nwhat films are showing in the neighborhood \tSearchScreeningEvent\nplay blind company\tSearchCreativeWork\ngive this novel two out of 6 stars\tRateBook\nadd cliffs of dooneen in playlist lo que suena los angeles\tAddToPlaylist\ni have a party of 10 that would like to eat outdoor at a tavern \tBookRestaurant\ngive four points to leven thumps and the gateway to foo\tRateBook\nplay adrian borland s music on zvooq \tPlayMusic\nplay a twenties track by the aj carothers on zvooq \tPlayMusic\nrate the detective a 3 out of 6\tRateBook\nbook reservations at a restaurant that serves brazilian food for 9 people\tBookRestaurant\nbook reservation in gasconade at the best restaurant in dc\tBookRestaurant\nwhat is the weather forecast for wa on september 11  2021\tGetWeather\nwhat is the movie schedule for loews cineplex entertainment\tSearchScreeningEvent\nwhat is the bolsa chica state beach forecast for foggy conditions\tGetWeather\nadd this artist to the playlist cool jazz\tAddToPlaylist\nfind the american journal of economics and sociology \tSearchCreativeWork\ni want to give select conversations with an uncle 5 stars\tRateBook\ni need a reservation in 1 second in atlas with a party of nine\tBookRestaurant\nshow me the movie schedule for the cooper foundation\tSearchScreeningEvent\nfind me the spartan: total warrior painting\tSearchCreativeWork\nis it supposed to be stormy in seagraves\tGetWeather\nwhat are the movie times at landmark theatres\tSearchScreeningEvent\ncan you add something by faultline to jannie s strength of street knowledge playlist\tAddToPlaylist\ngive me movie times for regal entertainment group\tSearchScreeningEvent\nbig breasts and wide hips is terrible and 1 out of 6\tRateBook\nplay long way to go by keita tachibana\tPlayMusic\nis the divine jetta at marcus corporation\tSearchScreeningEvent\nbook for seven at cozy dog drive in\tBookRestaurant\nadd this album by richard hell to arlene s playlist named miami 2017 guest list\tAddToPlaylist\ni m looking to watch savage grace at showcase cinemas at thirteen o clock \tSearchScreeningEvent\nis the singing nun at regal entertainment group\tSearchScreeningEvent\nwhat are the movie times at general cinema corporation\tSearchScreeningEvent\nplay crucifixion on deezer \tPlayMusic\ni need a painting called brubeck plays brubeck\tSearchCreativeWork\nis it going to be windy here on nov  17\tGetWeather\nrate current novel two stars\tRateBook\nplay verjamem track by hong junyang \tPlayMusic\nwhat films and movie schedules are in the neighborhood\tSearchScreeningEvent\nis it supposed to be sunny here\tGetWeather\nplay some drum & bass\tPlayMusic\nbook something for my girlfriend and i at a food truck that has pizzas in brookwood on october fifteenth  2020\tBookRestaurant\ni need a highly rated oyster bar in ar in a month   for jeanne collins  amy and i\tBookRestaurant\nplay music by raheem devaughn \tPlayMusic\nbook a spot for six at a restaurant that serves fish and chips\tBookRestaurant\ngive this album three / 6 points\tRateBook\ngive the current book 0 out of 6 points\tRateBook\ncan you find me the schooltool picture\tSearchCreativeWork\nshow me the photograph of king charles\tSearchCreativeWork\nplay songs from youtube\tPlayMusic\ngive me the movie times\tSearchScreeningEvent\nrate this textbook 2 out of 6\tRateBook\nfind just south of heaven\tSearchCreativeWork\nweather here at two pm\tGetWeather\nadd there is nothing like a dame to my playlist guest list take\tAddToPlaylist\nplay me a symphony by ricky bell\tPlayMusic\nstick fonseca in the songs to sing in the car playlist\tAddToPlaylist\nfind a movie called bruce lee\tSearchCreativeWork\nis the slut playing at 07:27 a m  at harkins theatres\tSearchScreeningEvent\ni would give this book a value of 2 and a best rating of 6\tRateBook\nshow me the movie schedule\tSearchScreeningEvent\nadd tune to my playlist picnic in the park\tAddToPlaylist\ni m looking for a picture titled rock painting\tSearchCreativeWork\nwhat is marty stuart discography\tSearchCreativeWork\ncheck films screened at the closest cinema\tSearchScreeningEvent\ni need to book a table for 7 in estonia\tBookRestaurant\nwhat is the temperate in uintah right now\tGetWeather\nplay songs by queen\tPlayMusic\ni d like to eat at a neighboring downtown restaurant with a party of 2\tBookRestaurant\nwhat is the weather close to somesville on mon \tGetWeather\nwhat is the weather forecast for maryland\tGetWeather\nadd a billy strayhorn song to my the selektor playlist\tAddToPlaylist\nplay some eighties by amirbai karnataki\tPlayMusic\ncan i see the upcoming movie schedule\tSearchScreeningEvent\nrate whole earth discipline 5 of 6 points\tRateBook\nbring up the book perfume: the story of a murderer\tSearchCreativeWork\nadd jan smit in endorphin rush\tAddToPlaylist\nplay some kansas joe mccoy\tPlayMusic\ni want seats for four at a place in ri\tBookRestaurant\nrate mus of kerbridge a one\tRateBook\nplay moris tepper\tPlayMusic\nplay disney sing it – high school musical 3: senior year\tSearchCreativeWork\nwill it be overcast at night in kenmore  fl\tGetWeather\nget me the soundtrack from sensation comics \tSearchCreativeWork\nbook a table with wifi in delaware at a restaurant in one minute\tBookRestaurant\nrate this textbook a one\tRateBook\nplay some music on spotify\tPlayMusic\nwhere can i find the novel the great irish bake off\tSearchCreativeWork\nis it going to be warmer in town kelloe bank\tGetWeather\nadd sweets edison to relaxing playlist\tAddToPlaylist\ni d like to go to a pizzeria within walking distance of hutchinson\tBookRestaurant\nadd raz b to drive playlist\tAddToPlaylist\ni d like to watch the utopian society\tSearchScreeningEvent\nwhat will the weather be in allenwood\tGetWeather\nbook a bar that serves ribs for 5 people \tBookRestaurant\ngive 4 out of 6 stars to this textbook\tRateBook\nshow me the live in whitby album \tSearchCreativeWork\ni need a table for 8 people at a highly rated pub that serves umbrian cuisine\tBookRestaurant\nwill the sun come out here\tGetWeather\nplay slow rock music on vimeo\tPlayMusic\ni need a list of animated movies playing around here\tSearchScreeningEvent\nrate three men out a three\tRateBook\nwhat animated movies are playing at the closest cinema\tSearchScreeningEvent\ngive me the movie schedules for national amusements \tSearchScreeningEvent\nrate the courtship of princess leia saga a two\tRateBook\nrate the poems for midnight saga 4 points\tRateBook\nbook a spot for my colleague and i at a pizzeria with a pool in owings mills wisconsin\tBookRestaurant\nwhat time is kerasotes theatres playing animated movies\tSearchScreeningEvent\nbook reservations at a  for seven at a highly rated restaurant that serves kosher food in vi\tBookRestaurant\nwhat s the weather in germantown hills\tGetWeather\nwhen will third person singular number be playing\tSearchScreeningEvent\nfind the movie schedules for cineplex odeon corporation \tSearchScreeningEvent\nrate secret weapon a four\tRateBook\nshow movie times\tSearchScreeningEvent\nadd ana carolina to chill\tAddToPlaylist\nbook a brasserie place for seven in lithuania\tBookRestaurant\nplease find me the picture of the getaway: black monday \tSearchCreativeWork\nwhere to get saga of a brush with the law\tSearchCreativeWork\nshow weather forcast for february the 8th on current spot in neighboring\tGetWeather\nbook the nearby meriton grand hotel tallinn in missouri \tBookRestaurant\nwhat movies are playing at the nearest movie house\tSearchScreeningEvent\nbook a restaurant in belgium for ten in 24 weeks \tBookRestaurant\nfind a show called american journal of play \tSearchCreativeWork\nfind the international journal of robotics research soundtrack\tSearchCreativeWork\nis it forecast to be windy here in seven seconds\tGetWeather\ni d like to see the saga song of the saurials\tSearchCreativeWork\ni rate the current textbook a 1 out of 6 \tRateBook\nthis saga is definitely worth 4 stars \tRateBook\nget me a table at eighth step coffee house in germania for 7\tBookRestaurant\nwill it colder here on 11/18/2018\tGetWeather\nwhat will the weather be like 56 weeks from now  will there be sun in tabor\tGetWeather\nrate this textbook 5 stars out of 6\tRateBook\nplay something off rage radio\tPlayMusic\nplay the greatest music you can find by ari herstand on zvooq\tPlayMusic\nwill it be chilly in ma 12 days from now\tGetWeather\ngive 0 out of 6 to war of the spider queen saga\tRateBook\ni d like to see a tv series called countdown: the savoy sessions\tSearchCreativeWork\ni want to add anna semenovich to the dinner with friends playlist\tAddToPlaylist\ncheck the weather forecast in seven weeks for emida \tGetWeather\nfind italy has awakened at a goodrich quality theaters\tSearchScreeningEvent\nplease search for the puppet on a string video game \tSearchCreativeWork\nplay a ballad by heath\tPlayMusic\ngive the current album a 2\tRateBook\nplay the music hands up\tPlayMusic\nwhat is the current spot forecast for far areas and warmer temps\tGetWeather\nis it going to storm in ne\tGetWeather\nis there snowstorm in la\tGetWeather\nbook a restaurant for ten in ok \tBookRestaurant\nwhat is the weather forecast for minnesota\tGetWeather\nlets see the tv series 7even year itch \tSearchCreativeWork\nwhat s the forecast for jefferson national expansion memorial around eight am\tGetWeather\nplease find me the hanging valley movie \tSearchCreativeWork\nput jtr on the top classical playlist\tAddToPlaylist\nis ce cher intrus at imax corporation\tSearchScreeningEvent\nfind national amusements showing the trouble with harry\tSearchScreeningEvent\ngive 2 out of 6 points  to a tale of time city\tRateBook\nrate dragons of spring dawning 3 stars\tRateBook\nwill it be even hotter 2 years from now in el jebel  niger\tGetWeather\nfind the still life: american concert 1981 soundtrack\tSearchCreativeWork\nwill it be colder at midnight in washington\tGetWeather\nadd this artist to the playlist called evening groove \tAddToPlaylist\nadd this song to enid s romántica playlist\tAddToPlaylist\nshow me showtimes at the cinema for chain of events \tSearchScreeningEvent\nbook a table for me and savannah in lauderdale lakes\tBookRestaurant\nput a track into my classic country playlist \tAddToPlaylist\nthe stars for behind the beat should number four for this chronicle\tRateBook\nadd this artist to romántica\tAddToPlaylist\nadd track to this is zezé di camargo & luciano playlist\tAddToPlaylist\nplay chris goss on netflix\tPlayMusic\nplay chant music by ira losco on iheart \tPlayMusic\nshow tv show named i fell in love with a dead boy\tSearchCreativeWork\nfind the app store\tSearchCreativeWork\n3 stars is the rating for boy meets boy\tRateBook\ni want another song in my rock español playlist  \tAddToPlaylist\nbook a reservation for three at clinton street baking company & restaurant\tBookRestaurant\nplay some music by daniel carter\tPlayMusic\nplay my women of rock playlist \tPlayMusic\nshow movie times and movies in the area\tSearchScreeningEvent\nput this jerry dixon song onto my tokyo rising playlist \tAddToPlaylist\nthis novel gets 0 out of 6 points\tRateBook\nrate the book series sons of destiny a five\tRateBook\nwhat is the movie schedule for the north american cinemas\tSearchScreeningEvent\nrate the brothers karamazov a four\tRateBook\nput donnie g don gorilla on my classical romance playlist\tAddToPlaylist\nwhat time is rites of spring playing at marcus corporation\tSearchScreeningEvent\nadd devil pray to my party list\tAddToPlaylist\nfind a book called kiss symphony - alive iv\tSearchCreativeWork\nplay me a frank farian ep\tPlayMusic\ncan i get the movie schedules for southern theatres at around 15:02\tSearchScreeningEvent\nplay the top symphony music from ejigayehu shibabaw\tPlayMusic\nadd yma sumac to this is animal collective\tAddToPlaylist\nplay music from the artist joe sample\tPlayMusic\nadd artist chris squire to my the birth of cool playlist\tAddToPlaylist\nplay music on deezer \tPlayMusic\ni would like to find a cafe that serves grilled meat close by in tunisia and need a table for 2 one second from now \tBookRestaurant\nplay james moody ballad\tPlayMusic\nplay suus to my the funny thing about football is playlist\tAddToPlaylist\nis the happy hooker goes hollywood at the movie house nearest me\tSearchScreeningEvent\ncan i hear jeremy taggart s newest chant on deezer\tPlayMusic\ntell me the weather forecast for my current spot on dec  fourth  2021\tGetWeather\nuse deezer to play music by junior brown\tPlayMusic\nadd thomas anders to my crossroad blues\tAddToPlaylist\nbook a table for nine people in nj \tBookRestaurant\nwill there be any snowfall in american samoa\tGetWeather\nwhat is the movie times\tSearchScreeningEvent\nput gregory douglass in halloween teens please\tAddToPlaylist\nadd this artist to spring music\tAddToPlaylist\nrate pillar of fire and other plays a three\tRateBook\ncan you play something off my kids workout playlist on groove shark\tPlayMusic\nfind a photograph called the lighthouse by the sea\tSearchCreativeWork\nrate the nova scotia: new scottish speculative fiction saga a 5\tRateBook\ngive the current essay 5 / 6 stars\tRateBook\nplay 2007 tunes by bunny berigan\tPlayMusic\ni want to put paul young onto all new all now \tAddToPlaylist\nadd me kommeni tin anasa to my propuesta alternativa playlist\tAddToPlaylist\nadd the album to the top 100 country tracks on spotify playlist \tAddToPlaylist\ncan you play a 1967 soundtrack on slacker\tPlayMusic\ni want to hear this is the night from proof\tPlayMusic\ni need a reservation for eight at a diner that has desserts in ashmore tn\tBookRestaurant\ni d like to watch i wish at the nearest movie theatre\tSearchScreeningEvent\nout of a possiable 6 i give jip  his story a 0\tRateBook\nwhat will be the weather like in turks and caicos islands around dec  sixth  2032\tGetWeather\nbook a restaurant that serves trottole in tillicum\tBookRestaurant\nplay me a song from 2016\tPlayMusic\nplay red barchetta by blind lemon jefferson \tPlayMusic\nhow can i see the show pulse 2: afterlife\tSearchCreativeWork\nmelba and i want to dine in barbados next jun \tBookRestaurant\nfind mary kom starting in one hour \tSearchScreeningEvent\nplay music by mina caputo on lastfm\tPlayMusic\nfind time for college rock stars at any movie theatre\tSearchScreeningEvent\nadd this adam clayton tune to sxsw fresh playlist\tAddToPlaylist\nplay music from 2012 by yossif kobzon on last fm \tPlayMusic\n\"add kenneth c \"\"jethro\"\" burns songs in my playlist soundscapes for gaming\"\tAddToPlaylist\nwhat will it feel like on patriot s day on south georgia and the south sandwich islands\tGetWeather\nplay a tune by margaret kelly on iheart\tPlayMusic\nfind a reservation within walking distance of pauline s place for a party of 10 at fourteen o clock at a restaurant that serves aioli\tBookRestaurant\nwhat song is detective conan: dimensional sniper\tSearchCreativeWork\nreserve a table for one at a top-rated restaurant nearby that serves goiano for this month in md\tBookRestaurant\ni want you to add the currently playing this generation into my playlist called funtime activity\tAddToPlaylist\nfind a picture called battlefield network \tSearchCreativeWork\nbook a taverna for me and jami\tBookRestaurant\ni need to find a table for 4 at a brasserie that has fondue\tBookRestaurant\ni want to hear papa mali s songs from the fifties\tPlayMusic\nis it warmer in monson  u s  minor outlying islands\tGetWeather\nfind a movie schedule \tSearchScreeningEvent\npatty and i need a table booked at a highly rated restaurant in sandstone \tBookRestaurant\nuse groove shark to play krizz kaliko\tPlayMusic\ncan you find me a showing for before the music dies in one second \tSearchScreeningEvent\nwill it be cold in wheatley provincial park\tGetWeather\ni think that the wizard is a four of 6 \tRateBook\nfind the schedule for no time to be young at amc theaters \tSearchScreeningEvent\nadd artist my laundry playlist\tAddToPlaylist\nplay some sabah from the eighties\tPlayMusic\nrate the current novel one out of 6\tRateBook\nwhat is the trailer for feel the passion \tSearchCreativeWork\nwhat s the weather forecast for crystal lake park\tGetWeather\nthe songs to sing in the car playlist needs k j yesudas discography in it  \tAddToPlaylist\nplay music by cass elliot\tPlayMusic\nrate this album one stars\tRateBook\nbook a table for ten downtown at a close-by restaurant\tBookRestaurant\nwhat weather will it be in battlement mesa\tGetWeather\nwhat movie times are there for 5 p m \tSearchScreeningEvent\nshow panic in the streets\tSearchCreativeWork\nbook a restaurant in liechtenstein for seven people \tBookRestaurant\nwhen is the woman going to be scheduled at the closest movie house\tSearchScreeningEvent\nseason of the witch: how the occult saved rock and roll gets five points\tRateBook\nadd to isabella s club hits this song\tAddToPlaylist\ni need a table in the state of la for katina and josefina gray\tBookRestaurant\nplay stevan faddy on google music \tPlayMusic\ni would give zero stars to a concise treatise on the art of angling out of 6 \tRateBook\ngive 0 out of 6 points to this album\tRateBook\nwhich animated movies are showing at the neighborhood cinema group\tSearchScreeningEvent\nis there any hail in monterey bay national marine sanctuary\tGetWeather\nwhere can i listen to willy and the poor boys\tSearchCreativeWork\nfind the closest cinema with animated movies\tSearchScreeningEvent\nrate my current book one stars\tRateBook\nwill it be stormy on 4/3/2027 in new rochelle  wy\tGetWeather\nadd this track to my flamenco pa ti\tAddToPlaylist\nfind the movie times for movies playing in the neighborhood\tSearchScreeningEvent\ngive this chronicle a 4 out of 6\tRateBook\nplay some caribou from the sixties\tPlayMusic\nplay scott la rock from stella on slacker\tPlayMusic\nfind a picture called neighbourhood \tSearchCreativeWork\nwhat time is hold that blonde playing at the closest cinema\tSearchScreeningEvent\ni m looking for the saga why men leave home\tSearchCreativeWork\nwhat movies are playing douglas theatre company\tSearchScreeningEvent\nwhat is the weather forecast for nicaragua\tGetWeather\nplay the album resurrection in blood from sleepy brown on itunes \tPlayMusic\nrate the apocalisse saga one out of 6 points\tRateBook\ni want to watch the tv show tales from space: about a blob\tSearchCreativeWork\ni need to see some movie schedules\tSearchScreeningEvent\nwhat movies are showing in the neighbourhood\tSearchScreeningEvent\nadd to my playlist house afterwork this tune\tAddToPlaylist\nwhere can i find the trailer for sensations of 1945\tSearchCreativeWork\nthe only snow in havana deserves a best rating of 6 and 5 points\tRateBook\nbook verdure serving restaurant in bloom city\tBookRestaurant\nadd this track to epic wall of sound\tAddToPlaylist\nshow me neurotoxicology\tSearchCreativeWork\nbook the best eastern european restaurant for 5 people at two o clock in cohocton wy \tBookRestaurant\nput a rating of 0 out of 6 to this chronicle\tRateBook\nplease add tobymac s song onto the indiespensables playlist \tAddToPlaylist\nplay pop goes the 80s \tPlayMusic\nbook a restaurant in anguilla for one at national coney island\tBookRestaurant\nadd j r rotem to classic jazz singers playlist\tAddToPlaylist\nbook a reservation for a parry of eight for a restaurant in birch river  mo\tBookRestaurant\nrate the current chronicle 0 out 6 stars\tRateBook\nbook a restaurant for 4 by shawn s work close by\tBookRestaurant\nwill it be overcast a month from now here\tGetWeather\nrate a faint cold fear  0 points\tRateBook\nplease put this song onto my urban hits playlist \tAddToPlaylist\nadd chris walla to trabajo relax\tAddToPlaylist\nwhat will the weather be in corcovado national park on december the fifth\tGetWeather\nwhat s the wather in coleville  kenya\tGetWeather\nrate the current textbook 2 out of 6\tRateBook\nadd a j mclean to rock to work\tAddToPlaylist\nadd changes & things to hot 50 playlist\tAddToPlaylist\nadd vikku vinayakram to my this is nicky jam\tAddToPlaylist\nfind the show the best of: the township idols\tSearchCreativeWork\nwhat s the weather going to be like near sawtooth national recreation area at 2 pm \tGetWeather\nrate hocus bogus a 4 \tRateBook\ni want to watch the show food force\tSearchCreativeWork\nadd you put a move on my heart to the martin garrix show \tAddToPlaylist\nwill it be overcast in south dakota\tGetWeather\nbook a restaurant in bouchon for 1\tBookRestaurant\nshe me what movies are playing at 1 o clock at the nearest movie theatre\tSearchScreeningEvent\nshow creative video game the boat is full\tSearchCreativeWork\nbook a restaurant for 6\tBookRestaurant\nfind lesley s epic classical playlist and add this tune\tAddToPlaylist\nwhat is the weather forecast for siler city russia\tGetWeather\nfind me the video game for your love \tSearchCreativeWork\nshow creativity in photograph of grace submerged\tSearchCreativeWork\nwill it snow this week in parc national de petrified forest\tGetWeather\nfind me the book with the title of the rainwater lp\tSearchCreativeWork\nadd abrar ul haq to confidence boost\tAddToPlaylist\ngive souls in metal four out of 6 points\tRateBook\nrate the current chronicle a two\tRateBook\ngive four out of 6 stars to current essay\tRateBook\ngive me the weather forecast for zambia\tGetWeather\nfind time for enkitta mothathe at pacific theatres\tSearchScreeningEvent\nwhen will it be hot in millvale\tGetWeather\nplay a song off get up offa that thing by doseone on last fm\tPlayMusic\nrate a handful of darkness a value of 3 \tRateBook\nplay a samira said ballad from the nineties\tPlayMusic\nwhere can i find the work it was raining that night\tSearchCreativeWork\nshow the movie schedule for cooper foundation at 9 o clock\tSearchScreeningEvent\nwhat s the weather in swift river reservation\tGetWeather\nrate the book the ninth avatar 3 out of 6 stars\tRateBook\ncan i add the a rating of two out of 6 stars to the book the pocket book of boners\tRateBook\nfind a game called an aerial joy ride \tSearchCreativeWork\nplay a chant from the fifties\tPlayMusic\nassign three stars out of 6 to the dune encyclopedia\tRateBook\nplease look up the painting  modern times \tSearchCreativeWork\nplay me the saga the party’s over\tSearchCreativeWork\nread the background to danger book\tSearchCreativeWork\nfind me the fruit of life television show \tSearchCreativeWork\nrate the purcell papers two out of 6 stars\tRateBook\ndoes mexican werewolf start at three am\tSearchScreeningEvent\nplay new music from liang wern fook\tPlayMusic\nbook reservations at a diner that serves ribs not far from lexington av-53rd st\tBookRestaurant\nadd naomi schemer to my hanging out and relaxing\tAddToPlaylist\nadd steve jones to my chill list\tAddToPlaylist\nwhen is romance on the range playing at movie house\tSearchScreeningEvent\nadd take it back to my metal party playlist\tAddToPlaylist\nplay yo ho from the new york pops on youtube\tPlayMusic\nplease find me the nearest cinema playing foreign intrigue \tSearchScreeningEvent\nlook for fighting vipers 2\tSearchCreativeWork\ntell me the movie schedule for warren theatres\tSearchScreeningEvent\ngive 4 out of 6 points to current essay\tRateBook\nwhat is the me forecast for joanna\tGetWeather\nwhat is the movie schedule at mjr theatres\tSearchScreeningEvent\nadd post mortem to my timeless love songs playlist\tAddToPlaylist\nfind the fire in our throats will beckon the thaw tv show\tSearchCreativeWork\nwhat day does the movie star of the circus play at ten pm\tSearchScreeningEvent\nuse spotify to play nina persson from 1962\tPlayMusic\nthe next novel is 4 stars\tRateBook\nwhat will the weather be like at noon in brunei\tGetWeather\nwill it be rainy in neffs\tGetWeather\nplease show me the movie schedule for animated movies playing in the neighborhood \tSearchScreeningEvent\ni d give the current essay a four\tRateBook\nbook a table for 6 in verona \tBookRestaurant\nadd some patrick stump to maritza s disco fever list\tAddToPlaylist\nwill it be freezing in poland on july 5  2032\tGetWeather\nadd september to winter music\tAddToPlaylist\nwhere do get photograph of my own best enemy\tSearchCreativeWork\nbook reservations at a tea house in lodi with my granddaughter and i\tBookRestaurant\nwhat s the forecast for spenard  gu\tGetWeather\nlist movie schedules for animated movies playing in the neighbourhood\tSearchScreeningEvent\nwhat time is bloody twilight playing\tSearchScreeningEvent\nadd this tune by kurt james to the playlist latin pop classics\tAddToPlaylist\ntell me the forecast for sweden\tGetWeather\nwhat s the weather forrecast here in five seconds\tGetWeather\nplease reserve a spot at ballachulish house \tBookRestaurant\nadd the album by cham to my cloud rap playlist\tAddToPlaylist\nplay turbulence wild streetdanz from jeff buckley\tPlayMusic\nrate the book indiana jones and the dance of the giants 5 out of 6 stars\tRateBook\nplease search the title the twilight saga: breaking dawn part 2 \tSearchCreativeWork\nwill it be warm within walking distance of saint pierre and miquelon\tGetWeather\nthe essay following should only rate two points\tRateBook\nshow transformers: the game\tSearchCreativeWork\nrate the current novel two stars\tRateBook\nwhat is the forecast for here\tGetWeather\ni need to add an artist to one of my playlists  classical new releases spotify picks \tAddToPlaylist\nfind playground  a book\tSearchCreativeWork\nadd louis nelson delisle to the pulse of americana\tAddToPlaylist\nplay my hot 50 playlist \tPlayMusic\nplay a tune or two from kansas city  missouri\tPlayMusic\nrate this book a 0\tRateBook\nplay my back pages by paul young on vimeo \tPlayMusic\ncan you play some music by andrew diamond\tPlayMusic\ntell me the weather forecast for ethridge  maryland\tGetWeather\nplay the sea cabinet\tSearchCreativeWork\ntell me if there is wind in the forecast for roaring river state park\tGetWeather\nbook reservations at a restaurant in new zealand with tammi  beverly and alba\tBookRestaurant\nwill the weather be warm in august at the faraway in micronesia\tGetWeather\nrate the next book 0 of 6\tRateBook\nadd this artist to primavera sound 2016 barcelona\tAddToPlaylist\ni want to hear the sound track to mary macgregor new songs on iheart\tPlayMusic\nbook itsu for tonight\tBookRestaurant\nplay michael angelo batio\tPlayMusic\nfor the current chronicle i give five of 6\tRateBook\nbook a sushis serving restaurant in uzbekistan\tBookRestaurant\nplay some thirties music on netflix \tPlayMusic\ncan you send me the weather forecast for malcom\tGetWeather\nbook a spot at a highly rated tavern in colombia\tBookRestaurant\nfind me an album called rejoicing with the light\tSearchCreativeWork\nplay some robbie merrill \tPlayMusic\ni want to hear some music from groove shark\tPlayMusic\nfind a top fifty zahir howaida concerto from the seventies\tPlayMusic\nadd the maid of amsterdam to my 80s smash hits\tAddToPlaylist\nwhat is the weather like in cameroon\tGetWeather\nadd sci-fi crimes to the fresh folk playlist\tAddToPlaylist\nwhat films are there being played at megaplex theatres\tSearchScreeningEvent\nadd a track to summer of love\tAddToPlaylist\nadd this tune by jim white to my playlist rumba y más\tAddToPlaylist\nfind the movie schedule for animated movies in the neighborhood \tSearchScreeningEvent\nplay some 1987 edie brickell \tPlayMusic\nbook for two in jordan that is close\tBookRestaurant\ni d like to see the painting i looked up\tSearchCreativeWork\nlook for conducting from the grave\tSearchCreativeWork\nwhat s the weather in pennsylvania\tGetWeather\ni d like to go to a pub that has italian dressing for a party of 5 on february 11  2033\tBookRestaurant\ni need a reservation for ten in wisconsin\tBookRestaurant\nfind movie times\tSearchScreeningEvent\nfind make your play\tSearchCreativeWork\ni d like a table for eight at a close-by place in carpenterville\tBookRestaurant\nwhat movies are starting in 1 second at a theater in the neighborhood\tSearchScreeningEvent\nwhat animated movies are playing close by at four o clock\tSearchScreeningEvent\nbook now in ky at loveless cafe\tBookRestaurant\ncan you put in person at carnegie hall on my winter playlist\tAddToPlaylist\nbook spot for eight at bar that serves potée\tBookRestaurant\ni d like to watch nathan the wise at the closest movie house\tSearchScreeningEvent\nadd artist to my playlist i love my 80 s rollerdisco\tAddToPlaylist\nfind the show trancers\tSearchCreativeWork\nwhere can i locate the game legion of mary: the jerry garcia collection\tSearchCreativeWork\nbook me a table at the goof for a party of eight in the state of nv\tBookRestaurant\nadd j j cale to my heavy gamer playlist  \tAddToPlaylist\nput a rating on this book of three\tRateBook\ncan you play some fifties music by lavern baker\tPlayMusic\nplease book a restaurant with parking facility at taverna\tBookRestaurant\nwhat is the weather in gipsy-gordon wildland park\tGetWeather\nfind me the book filthy lucre live\tSearchCreativeWork\ni d like seats for ten at a highly rated brasserie in kyrgyzstan\tBookRestaurant\nplay an ep by uncle jimmy thompson\tPlayMusic\nwhat will the weather be in kokhanok\tGetWeather\nrate this album a 4\tRateBook\nwhat is the pennsylvania forecast for three forks for midnight\tGetWeather\nplay any chant from 1973\tPlayMusic\ni d give this essay a three of 6\tRateBook\nplay some music using slacker\tPlayMusic\nwill it be hot here at 22 o clock\tGetWeather\nfind business ethics: a european review \tSearchCreativeWork\nfind the girlfriend experience  a television show\tSearchCreativeWork\nwhat movie house is showing flower and snake at 08:56:29\tSearchScreeningEvent\nis it humid in parc national de killarney\tGetWeather\ncan you search the picture titled the accounting\tSearchCreativeWork\nwill it be warmer in flag\tGetWeather\ni d like t add day after day to evangeline s party of the century playlist\tAddToPlaylist\nadd i almost lost my mind to my bossa nova dinner playlist  \tAddToPlaylist\nbook a reservation for four in cajah s mountain in 1 year\tBookRestaurant\nadd this current book five stars\tRateBook\nplay industrial music \tPlayMusic\nbook guenther house for 6 on oct  24  2035 in waddy\tBookRestaurant\nplay me the new king curtis music on google music \tPlayMusic\nwhat will the weather be in montserrat\tGetWeather\nbook a brasserie\tBookRestaurant\nuse itunes to play music\tPlayMusic\nwhaere is bloody bloody bible camp playing in the cinema\tSearchScreeningEvent\nfind a painting called mister whiskers: my favourite nursery rhymes\tSearchCreativeWork\nplay fernando olvera\tPlayMusic\nadd david henry hwang to the this is nicky jam playlist \tAddToPlaylist\nplay twenties tunes\tPlayMusic\nplay the top song by jack grisham\tPlayMusic\nfind thunder in the east \tSearchCreativeWork\nis it freezing in prompton\tGetWeather\nbook a gastropub that has balinese food in twenty hours in comunas for my nephew and i\tBookRestaurant\nfind the closest starting now movie house with animated movies\tSearchScreeningEvent\nput this artist into my found them first playlist please\tAddToPlaylist\nwill there be sun around here\tGetWeather\nrate this essay three of 6 stars\tRateBook\ni give why orwell matters a rating value of 2 and a best rating of 6\tRateBook\nfind me the extreme ghostbusters game \tSearchCreativeWork\nrate the book the orchard book of first greek myths a 0\tRateBook\nwhere can i buy the movie totality\tSearchCreativeWork\nbook a restaurant in the maldives in one second \tBookRestaurant\nplay music by blowfly from the seventies\tPlayMusic\nbook a reservation for a restaurant in palau in six years \tBookRestaurant\nfind the movies and movie times in the neighbourhood \tSearchScreeningEvent\ni give the cat and the king 2 stars \tRateBook\nbook a restaurant for 3 in new mexico \tBookRestaurant\nhow s the weather in grisdale  bangladesh\tGetWeather\nplay some techno on lastfm\tPlayMusic\nopen my acoustic concentration playlist and play an entire album\tAddToPlaylist\nwhat movies are at north american cinemas\tSearchScreeningEvent\nforecast for thayer\tGetWeather\ngive the current textbook 5 / 6 points\tRateBook\nwhen it comes to dukes and the district of columbia  what will the weather be in one hour\tGetWeather\ntell me the weather forecast close to romania\tGetWeather\ngive home from the hill a 3\tRateBook\nis covered wagon days playing at b&b theatres in 1 second\tSearchScreeningEvent\nhow will the weather be in six and a half months in co\tGetWeather\nlook for a terrible vengeance\tSearchCreativeWork\nwhat films are playing at pacific theatres\tSearchScreeningEvent\nin the neighbourhood find movies\tSearchScreeningEvent\nwhat s the weather like when you re distant from greenport\tGetWeather\nfind the television show titled spatial query server\tSearchCreativeWork\nadd count von cosels obsession to jazzy romance\tAddToPlaylist\ni need a reservation  looking for a place with pool at midnight in a pub \tBookRestaurant\nrate the current book a zero of 6\tRateBook\nlets get a table for 10 at space aliens grill & bar\tBookRestaurant\nplease put linzi stoppard into my sxsw fresh playlist\tAddToPlaylist\nfind games wizards play tv series\tSearchCreativeWork\nshow me the picture written in the stars\tSearchCreativeWork\nbook a table in connecticut in robinette for one second from now\tBookRestaurant\ntell me the weather forecast for wy\tGetWeather\ntell me if it will be windy here\tGetWeather\ni want to give dressed to kill a one\tRateBook\ni would rate tree of smoke a value of two or a best rating of 6\tRateBook\nshow me the game music bank\tSearchCreativeWork\ni want to listen to the soundtrack bed of roses\tSearchCreativeWork\nwhat is the weather forecast for yoakum  sc\tGetWeather\nfor my playlist it s ok to like jazz add this tune\tAddToPlaylist\nshow me kurdishmedia com\tSearchCreativeWork\nwhat theater is playing death drums along the river at 5 pm\tSearchScreeningEvent\nlook for hail satanas we are the black legions\tSearchCreativeWork\nwhat will the weather be in lamar\tGetWeather\nadd this is andrés calamaro by milk\tAddToPlaylist\nadd this tune by hal patino to my ambiente rnb playlist\tAddToPlaylist\nopen vimeo and play music \tPlayMusic\ncan we expect cold and freezing conditions in glacier-nationalpark\tGetWeather\nwill it be stormy in wildorado\tGetWeather\nlook for the girl in mirror movie\tSearchCreativeWork\nwill it be warmer in minidoka ok on good friday\tGetWeather\naround here find movie schedule for films\tSearchScreeningEvent\nrate this novel 5 stars\tRateBook\nplay the newest melody from corey clark on lastfm\tPlayMusic\nfind quiet night in\tSearchScreeningEvent\nplay always by walter parazaider \tPlayMusic\ngive the current book im reading zero points out of 6 \tRateBook\ni want to give the following essay five points out of 6\tRateBook\nput the joy division the complete bbc recordings on 40 hits\tAddToPlaylist\nwill rainfall continue here tomorrow\tGetWeather\nwhat time is socrates playing at the cinema\tSearchScreeningEvent\nshow creative video game in my own backyard\tSearchCreativeWork\nhelp me locate the tristan betrayal\tSearchCreativeWork\ngive this textbook a rating of 3\tRateBook\ni d like reservations for two at a pizzeria  22 weeks from now \tBookRestaurant\nadd david dallas to my latin dance cardio playlist\tAddToPlaylist\ncan you tell me the weather forecast for samoa\tGetWeather\nwhat will the weather be in michigan\tGetWeather\ni would give the minority report a rating of 0 points\tRateBook\nthis series gets 2 out of 6 stars\tRateBook\nadd robin trower to feminist friday playlist\tAddToPlaylist\nrestaurant in kuwait for seven  mar  eighteenth  2030\tBookRestaurant\nwill it be freezing here at 06:31:22 am\tGetWeather\ni d like to have southeastern brazilian at the pub in dominica\tBookRestaurant\nadd this artist to my this is philip glass playlist\tAddToPlaylist\nrate homicide: a year on the killing streets five stars\tRateBook\ni want to hear sebastian s songs from the thirties on youtube\tPlayMusic\ni need a reservation for little grill collective for supper with eight people \tBookRestaurant\nadd this album to the playlist guest list engadget\tAddToPlaylist\nwhat s the weather going tbe twenty three minutes from now in federico albert national reserve\tGetWeather\nmake me reservations for a highly rated restaurant \tBookRestaurant\nadd a mary fahl tune to the pre-party r&b jams playlist  \tAddToPlaylist\nwhat is the weather forecast for north carolina on october thirteenth  2037\tGetWeather\nopen the second adventure album by hans nilsson\tPlayMusic\nwhat will the weather be like on november the twelfth in appleby\tGetWeather\nfind time for the movie schedule at cineplex odeon corporation\tSearchScreeningEvent\nrate of the subcontract a 0\tRateBook\nwhat time is the bride from hell playing at malco theatres\tSearchScreeningEvent\nwhat is the weather like in midfield iowa today\tGetWeather\ni d like to put duett onto my hot country playlist \tAddToPlaylist\ni want the show the sense apparatus\tSearchCreativeWork\nwhat do the cloud indicate in east aurora\tGetWeather\ni m looking for the music of nashville: season 3 saga\tSearchCreativeWork\ni need a reservation for a highly rated bistro for a party of 10  \tBookRestaurant\nbook james d  conrey house for madeleine  keisha and clara alvarez far from your colleague s college\tBookRestaurant\nwill it be warmer in five years  in slemp kansas\tGetWeather\nplay some paulinho da viola from 1965 \tPlayMusic\nplay some dream music\tPlayMusic\nbook a reservation for a party of four within the same area of districts of sweden\tBookRestaurant\nplay deezer\tPlayMusic\nwill it be getting colder in sahuarita\tGetWeather\nhow cold is it around the current location now\tGetWeather\nwhen is barbary coast playing\tSearchScreeningEvent\ni need to book a table for three in lesotho\tBookRestaurant\ngive four / 6 points to empire of death\tRateBook\nplay a twenties soundtrack on youtube\tPlayMusic\ni would give this current textbook a rating of 1 points and a best rating of 6\tRateBook\nadd sunday express live to workout playlist\tAddToPlaylist\nthe current saga only gets three points out of 6 \tRateBook\nadd another song to my 88 keys playlist  \tAddToPlaylist\nlooking for free four: tobias tells the divergent knife-throwing scene\tSearchCreativeWork\ni m looking for the novel from a scream to a whisper\tSearchCreativeWork\nplay music on netflix\tPlayMusic\nadd daigo to indietronic\tAddToPlaylist\nplay a keith richards album\tPlayMusic\nbook a spot for one at four am\tBookRestaurant\nfind me the age for love playing at the closest movie house \tSearchScreeningEvent\ngive star songs of an old primate 4 out of 6 points\tRateBook\nadd this song to my fairy tales\tAddToPlaylist\nadd seek & destroy to sin ti playlist\tAddToPlaylist\nwhat is the weather forecast two hours and seventeen seconds from now in elgin schoolhouse state historic site\tGetWeather\nwhat time is dive bomber playing\tSearchScreeningEvent\ncan you tell me the movie times for alamo drafthouse cinema\tSearchScreeningEvent\nrate the current novel 1 out of 6 points \tRateBook\nbook an osteria that serves blini for 9 people \tBookRestaurant\nis it cloudy in the same area of lynn shore reservation\tGetWeather\ni want to give three days before the shooting    one out of 6 stars\tRateBook\nrate the ninth key 3 of 6 points\tRateBook\nadd the artist choclair to la mejor música de bso\tAddToPlaylist\nrate this book four stars out of 6\tRateBook\nadd tune to punk español\tAddToPlaylist\nplay deezer form 2010 tune by dave grohl\tPlayMusic\ni d like to go to a halal restaurant in twenty minutes around the district of columbia and book seats for four\tBookRestaurant\nadd suffer little children to this is racionais mc s playlist \tAddToPlaylist\nthe current essay is a three of 6\tRateBook\ncan i know what animated movies are scheduled in the neighbourhood\tSearchScreeningEvent\nrate the current book zero of 6\tRateBook\nis it chilly in charenton  ny\tGetWeather\nplay the album winner takes all by takuro with last fm\tPlayMusic\nplay the latest ballad by september\tPlayMusic\nadd to my list  the tune summer of love\tAddToPlaylist\nplay spotify\tPlayMusic\nshow creativity of comeback season\tSearchCreativeWork\nwhen is nattbuss 807 playing at a movie theatre near me\tSearchScreeningEvent\nwill you put this song onto women of electronic\tAddToPlaylist\nfind the closest movie theatre for films\tSearchScreeningEvent\nwhat s the weather forecast for porphyry island provincial park right now\tGetWeather\ni want to add a tune to my spanish metalblood playlist\tAddToPlaylist\nbook a spot for 9 at the counter\tBookRestaurant\nplease help me find the short program saga \tSearchCreativeWork\nis it hot in the current location\tGetWeather\nout of 6 stars the last novel gets only four\tRateBook\nshow me the schedule of films close by\tSearchScreeningEvent\nwhat is the closest movie house playing what the swedish butler saw\tSearchScreeningEvent\nshow me the movie times for what s playing now\tSearchScreeningEvent\nin khlong phraya wildlife sanctuary is there a cloud\tGetWeather\nplease book a table for 6 people in the same area as bedford park blvd-lehman college\tBookRestaurant\ngive three stars to current essay\tRateBook\nplay niko from the fourties\tPlayMusic\nopen deezer and play inyección musical\tPlayMusic\ni m looking to book a table at a place in newton falls  prefereably within the same area that has space for 6\tBookRestaurant\nrate this book called the last of the wine two out of 6 points\tRateBook\nwhat is the cave canem demos photograph\tSearchCreativeWork\ngive song of scarabaeus five of 6 stars\tRateBook\nadd artist brenda k starr to frescura indie\tAddToPlaylist\ncan i get the weather forecast for benin in 32 days\tGetWeather\nwill there be a snowstorm in nc 6 years from now\tGetWeather\nadd maki ohguro to the rock hard playlist\tAddToPlaylist\ni need a table for 1 at a highly rated restaurant next autumn in emmons  ri\tBookRestaurant\nwhats the forecast for greece\tGetWeather\nis it windy in inlet  lebanon\tGetWeather\ni want to put this song in my new boots playlist\tAddToPlaylist\nadd an album in sweet soul chillout\tAddToPlaylist\nis it going to be hot in karthaus at 7 am\tGetWeather\nbook a spot in the same area as yankee doodle coffee shop in madagascar\tBookRestaurant\nwhat s the weather forecast for lenexa united kingdom at 02:31\tGetWeather\nfind me music by kaori utatsuki off the album that has top-twenty hits\tPlayMusic\ni need a reservation for a coffeehouse with nine people within the same area as midland park\tBookRestaurant\nplay the top movement music from 1997 \tPlayMusic\nshow creativity of sacred fire: live in south america\tSearchCreativeWork\nwill there be snowfall in pacific beach suriname\tGetWeather\nis maalaea has chillier weather\tGetWeather\nrate to live and die in l a  a four out of 6 \tRateBook\nsofia phillips and winifred walker want to dine at a mughlai restaurant in la on nov  the 1st\tBookRestaurant\nshow minutes to midnight photograph\tSearchCreativeWork\nput this track by tony bevilacqua into joan s playlist with the title women of folk & americana\tAddToPlaylist\ngo to the devil in the deal:50 secrets to successful dealmaking\tSearchCreativeWork\nwhat films are showing nearby\tSearchScreeningEvent\nadd eef barzelay to my country coffeehouse\tAddToPlaylist\nrate this book 1 out of 6\tRateBook\nis it going to be foggy in box elder  rhode island\tGetWeather\nshow creativity of pocket full of kryptonite\tSearchCreativeWork\nfind animated movies at amco entertainment\tSearchScreeningEvent\nset an reservation for a party of eight at the bar on 8/8/2039\tBookRestaurant\nadd artist to playlist classic punk\tAddToPlaylist\nwill there be a depression at three am in topinabee  idaho\tGetWeather\nplay pandora tunes from the fourties\tPlayMusic\nadd the name shall we dance to playlist rock\tAddToPlaylist\nis it going to rain here \tGetWeather\ni d like to listen to diana vickers best tune from the twenties\tPlayMusic\nbook a restaurant that serves capicollo in kit carson with ilene and aisha \tBookRestaurant\nfind bells break their towers  a video game\tSearchCreativeWork\nforecast for samoa next sat \tGetWeather\nfind movie schedules for star theatres \tSearchScreeningEvent\nwhen is twentynine palms playing at plitt theatres\tSearchScreeningEvent\nplay songs on itunes\tPlayMusic\nwhere can i find a copy of i bury the living\tSearchCreativeWork\nwho rated the book women  culture  and society only 3 stars\tRateBook\nfind a cinema nearest for films\tSearchScreeningEvent\nplay realization by randy jackson\tPlayMusic\nrate the book pimpernel and rosemary 1 out of 6\tRateBook\nrate the book spells and philtres five points\tRateBook\nplease find the album the party scene\tSearchCreativeWork\nbook a table for one at the bear hotel in peru\tBookRestaurant\nhow will be the weather condition near mi 129 days and a half from now\tGetWeather\ni want to watch escape the fate discography\tSearchCreativeWork\nplay some rumba africana \tPlayMusic\nis it forecast to be chilly here on july 14\tGetWeather\nrate girls forever brave and true zero points\tRateBook\nbook a table for six in beech creek\tBookRestaurant\nplay a 1964 symphony on netflix \tPlayMusic\nwhere is the closest cinema playing i prefer the sound of the sea\tSearchScreeningEvent\nadd 12 odd future songs to the club hits playlist  \tAddToPlaylist\nadd track to urban poet\tAddToPlaylist\ni rate the current album four of 6\tRateBook\nfind the book metallica through the never\tSearchCreativeWork\nadd the proof album to cierra la puerta playlist\tAddToPlaylist\nshow creative picture of the secret doctrine\tSearchCreativeWork\nwill it be stormy in olmitz connecticut\tGetWeather\ni give this terrible book a two out of 6  \tRateBook\nis there fog in refugio\tGetWeather\nwhat is the forecast for here fir storm conditions next week\tGetWeather\ni need a reservation for an indoor restaurant in china\tBookRestaurant\non jun  the sixteenth  2032 i d like to go to dillard house in putnam hall\tBookRestaurant\ni want to play the game the celestial hawk\tSearchCreativeWork\nbook a cafeteria having pool for four in algeria\tBookRestaurant\nbook a restaurant in satanta that has highly rated northeastern for 10\tBookRestaurant\ni need to see a list of films and movie times in the area \tSearchScreeningEvent\nfind the gamblers\tSearchCreativeWork\nput targeted in my clapton chronicles the best of eric clapton playlist  \tAddToPlaylist\ntrailer of gate of thunder\tSearchCreativeWork\ni d like to hear the song in a reverie\tSearchCreativeWork\nbook a spot for 1 close to geraldine s house\tBookRestaurant\nplay me songs from 1955\tPlayMusic\nadd jack scott to my fantasía playlist\tAddToPlaylist\ni need a restaurant in iowa for 0 o clock\tBookRestaurant\ni need a list of mann theatres films that are playing\tSearchScreeningEvent\nbook a delicatessen that is indoor for 3\tBookRestaurant\nplay zvooq night rider list\tPlayMusic\nwhat will the weather be like here on september 17  2040\tGetWeather\ngive the creator zero points out of 6\tRateBook\nwhat are the showtimes for boy of mine\tSearchScreeningEvent\ni need a reservation for a joint in az for 3\tBookRestaurant\nplay my masters of metal playlist on spotify\tPlayMusic\nadd der k und k kalypso aus wien to vonda s playlist pura vida\tAddToPlaylist\ni give this album a 0 of 6 stars\tRateBook\nweather for east peru bolivia 3 years and a half from now\tGetWeather\nwill the weather close by be warmer in kentucky\tGetWeather\nadd jenifer to rock the 2000 s\tAddToPlaylist\nwill it get cloudy in cliffwood beach\tGetWeather\nadd album to virales de siempre\tAddToPlaylist\ni m trying to find the final solution video game \tSearchCreativeWork\nplease look for the tv show memoirs from a bedroom: issue 1\tSearchCreativeWork\nopen up lastfm and play some songs \tPlayMusic\nwill it be freezing one second from now in aragon  pakistan\tGetWeather\nadd richard sohl to dinner for 2\tAddToPlaylist\nwhere is the nearest cinema that is playing pioneers of the west\tSearchScreeningEvent\nplay latin dinner\tPlayMusic\nis it supposed to be chillier in favoretta\tGetWeather\ni want to give the current essay a five\tRateBook\nplay pledge by markus grosskopf\tPlayMusic\nrate the crossroads 4 of 6 stars\tRateBook\ni want to rate my current book three out of 6 points\tRateBook\nadd album to my piano ballads\tAddToPlaylist\ncan i reserve the khedive palace restaurant for aug  fifth in christina\tBookRestaurant\nrate this current album five out of 6 points\tRateBook\nplay a track by yui on vimeo\tPlayMusic\ngive me the movie schedules for southern theatres\tSearchScreeningEvent\nrate the effortless mastery chronicle a 4\tRateBook\nadd new metal tracks in my tune\tAddToPlaylist\nplay robin trower unravel\tPlayMusic\nopen youtube and play connie francis sings spanish and latin american favorites from yukiko iwai\tPlayMusic\ni need a reservation for me  edna and alyson at the steakhouse called smoking room\tBookRestaurant\nwhat time is amc theaters playing unnikrishnante adyathe christmas\tSearchScreeningEvent\nwhat movie theatre is playing the deaths of ian stone\tSearchScreeningEvent\nadd foreign affair to the disney playlist \tAddToPlaylist\ngive three out of 6 points to this album\tRateBook\nfind a painting called satisfaction is the death of desire \tSearchCreativeWork\ni want to hear the live at slane castle album by haifa wehbe\tPlayMusic\ntell me if it will hail in elliotts bluff at five o clock\tGetWeather\nput a paul hardcastle song in my classic jazz funk playlist  \tAddToPlaylist\nwhat movies are playing in the area\tSearchScreeningEvent\ni d like to see the television show best-of: design of a decade 2003–2013\tSearchCreativeWork\nwhat is the forecast for chandler\tGetWeather\nwhat s it like in my current location\tGetWeather\nwhat time is project censored the movie playing at the movie house\tSearchScreeningEvent\nwhat s the weather now in salmon lake state park\tGetWeather\nadd el choclo to my women of classical list\tAddToPlaylist\nbook a top-rated food court in gu \tBookRestaurant\nwhat animated movies are playing in thirteen hours at the closest movie theatre\tSearchScreeningEvent\nplay me a track by steve souza\tPlayMusic\ni wish to add this album to the dinner playlist\tAddToPlaylist\nfind careless love\tSearchScreeningEvent\ni d like to go to a cuban restaurant in horatio and get a table for 1\tBookRestaurant\nfind the photograph canaich\tSearchCreativeWork\nbook a table in tennessee for 1 for next august\tBookRestaurant\ni d like to eat within the same area of lawrence st for a party of one\tBookRestaurant\ni need a reservation that has spanish rice at a cafeteria with ten people today\tBookRestaurant\ni need a reservation for 8 at a top-rated restaurant in hagaman\tBookRestaurant\ni would give superman: doomsday & beyond four stars and a best rating of 6\tRateBook\nplay top rosanne cash\tPlayMusic\ncheck the movie schedule for wanda group\tSearchScreeningEvent\nplay me a maia hirasawa soundtrack from 1951\tPlayMusic\nput pause on my días de frío playlist\tAddToPlaylist\nwhat is the cheapest price i can pay for the dvd called the darkest cloud\tSearchCreativeWork\nwill it be hot two seconds from now in neighboring west clear creek wilderness\tGetWeather\nplay nightbirds on nantucket soundtrack\tSearchCreativeWork\nwhat s the weather like in the dana biosphere reserve six years from now\tGetWeather\nwhat s the weather on august seventh for crystal lawns guam\tGetWeather\nshow me the movie times\tSearchScreeningEvent\nfind a novel called twins of evil \tSearchCreativeWork\nadd this tune to my rage radio playlist\tAddToPlaylist\nwhat is the movies playing at north american cinemas\tSearchScreeningEvent\nfind movie schedules \tSearchScreeningEvent\nis it warm in fernley\tGetWeather\nhow much fog is there in tarpon springs\tGetWeather\ni want to hear a soundtrack by dj ozma from the sixties \tPlayMusic\nplease play kabhi jo baadal barse by ruth lorenzo\tPlayMusic\nbook in oh in gurabo for velma and gloria\tBookRestaurant\nrate this album one out of 6\tRateBook\nplay tune from sonny stitt\tPlayMusic\nwhat films are at kerasotes theatres \tSearchScreeningEvent\nis the sleeping beauty playing at 8 a m   at cobb theatres\tSearchScreeningEvent\nwhat will the weather be like on september 26th in eastlake\tGetWeather\nwhat is the movie schedule in five minutes for movies playing in the neighborhood \tSearchScreeningEvent\ni want to know the weather in ten weeks from now in john n and melba s anderson memorial conservation area\tGetWeather\nfind the photograph a little less sixteen candles\tSearchCreativeWork\nshow creativity of the house of the dead\tSearchCreativeWork\ni want eat at the best spanish restaurant in the georgia area that is within walking distance for me and my nephew at noon\tBookRestaurant\ni d like to see a movies  at the nearest movie house\tSearchScreeningEvent\nfind the colour of the chameleon\tSearchScreeningEvent\nwhich movies are playing at the nearest cinema at twelve pm\tSearchScreeningEvent\nthe execution of justice only deserves 2 points\tRateBook\nrate the republic of thieves chronicle three out of 6 points\tRateBook\nfind the check please photograph \tSearchCreativeWork\nfind animated movies at landmark theatres at dinner time \tSearchScreeningEvent\nwill the weather conditions be temperate and pleasant in togo\tGetWeather\nbook a spot for connie  earline and rose at an oyster bar that serves chicken fried bacon in beauregard delaware\tBookRestaurant\nplease play a song by everlast\tPlayMusic\nfind nhl on fox\tSearchCreativeWork\nplay some instrumental music on the service lastfm\tPlayMusic\nbook a reservation for six people at a churrascaria restaurant in cook islands one minute from now\tBookRestaurant\nfind movie schedules \tSearchScreeningEvent\nis the belles of st  clements playing at star theatres in 8 minutes\tSearchScreeningEvent\ncan i listen to merengue style music\tPlayMusic\nbook the bobcat bite in the isle of man for 6 people \tBookRestaurant\nshow me the edge of love photograph\tSearchCreativeWork\nadd this is status quo to teddy riley\tAddToPlaylist\ngive the frog prince  continued 2 points out of 6 \tRateBook\ni d like to listen to space music\tPlayMusic\nplay vimeo 2009 by desmond dekker\tPlayMusic\nadd this tune to the leche con chocolate playlist\tAddToPlaylist\nwhat is the forecast starting on september 1  2039 for chillier conditions in ak\tGetWeather\ngive the hollow man three out of 6 stars\tRateBook\nadd live around the world to crossroad blues\tAddToPlaylist\nwish to fins a television show called whole again\tSearchCreativeWork\nplay rie fu music sorted by the best \tPlayMusic\nbook a table for six around yolanda s apartment \tBookRestaurant\nfind me an echo in the darkness\tSearchCreativeWork\ni need a table at the close restaurant for my niece and i  at the brooklyn bridge-city hall \tBookRestaurant\nadd robyn hitchcock to my romantic evening playlist\tAddToPlaylist\nadd the artist kamil rustam to my relaxing playlist\tAddToPlaylist\nrate the compleat housewife saga zero of 6\tRateBook\nadd décadas to my list neo da matrix\tAddToPlaylist\nbook a table for my step father and i\tBookRestaurant\nwhen is scaramouche playing\tSearchScreeningEvent\nplay the album have another ball\tPlayMusic\nadd the song to my r&b movement playlist \tAddToPlaylist\nrate the current chronicle 0 of 6 stars\tRateBook\ni give the current textbook a four points rating\tRateBook\nbook a restaurant not far from municipal borough of ealing for today\tBookRestaurant\nfind a tv show called union \tSearchCreativeWork\nrate the book the rod of seven parts 4 points\tRateBook\nwhere and when is douglas playing\tSearchScreeningEvent\nbook a table for 10 in char no 4 in colombia\tBookRestaurant\nfor this current essay i give 5 of 6 points\tRateBook\nis it cloudy in cuba\tGetWeather\nis brother at united paramount theatres\tSearchScreeningEvent\nout of 6 the black unicorn rates points of 2\tRateBook\ni d like a table for 3 at an outdoor restaurant\tBookRestaurant\nadd ths album to my pachangueo total\tAddToPlaylist\nadd kjetil vidar haraldstad to listas de éxitos\tAddToPlaylist\nplay a 2014 theme from greg pattillo\tPlayMusic\nadd the artist a j pero to my country gold playlist\tAddToPlaylist\ni want to hear the new latin pop rising list\tPlayMusic\nplay me some seventies music with a good melody\tPlayMusic\nfind the movie schedule for dipson theatres \tSearchScreeningEvent\nplease show me the movie schedule for movies playing in the neighborhood \tSearchScreeningEvent\nshow creative devils to some\tSearchCreativeWork\nfind a table for madge and tami at a faraway joint on sterling st that serves chicken divan\tBookRestaurant\nwhat animated movies are showing nearby\tSearchScreeningEvent\nadd i messed up to hit rewind\tAddToPlaylist\nshow me the video game  when in rome 2007\tSearchCreativeWork\nlets go and take elsa and i to westhampton beach in 1 hour to the american chinese cuisine at the tea house\tBookRestaurant\nfind a tv show called the traffic policeman\tSearchCreativeWork\ni want to watch the shamrock handicap right now\tSearchScreeningEvent\nwhat is the cheapest price for the saga called 2006 wikipedia cd selection\tSearchCreativeWork\nwhere can i get the video game faith in chaos\tSearchCreativeWork\nplay me gil parris s a cup of coffee  a sandwich and you\tPlayMusic\nneed a booking for a party of five at a restaurant in french polynesia\tBookRestaurant\nwhat time is high spirits playing\tSearchScreeningEvent\nbook a restaurant for 4\tBookRestaurant\nwhere can i purchase the book scales of justice\tSearchCreativeWork\nrate the bishop a 1\tRateBook\nplay ik hou van jou by elena temnikova\tPlayMusic\ngive this textbook 3 stars \tRateBook\nis it going to be warm on march the 12th in pendleton  delaware\tGetWeather\nwhat will the weather be next apr  in mt\tGetWeather\nrate the book a girl  a man  and a river a five\tRateBook\ni give a 4 to 3 willows: the sisterhood grows \tRateBook\ni d like to eat at a tea house with 3 people\tBookRestaurant\nadd child owlet to my sleep sounds playlist \tAddToPlaylist\nplay music by bryan maclean\tPlayMusic\nrate dictionary of the english language a 4\tRateBook\nfind the movie schedule for close by films \tSearchScreeningEvent\nplay a 1958 soundtrack by rudolf schenker on netflix \tPlayMusic\nreserve a table for ten people in brenham in 5 years  \tBookRestaurant\nget me the elvis’ christmas album tv show \tSearchCreativeWork\ngive the racing the rain saga zero stars\tRateBook\nbook tun tavern for shawna davis  michelle and lizzie in vermont\tBookRestaurant\nsearch for the picture boomtown\tSearchCreativeWork\nadd young maylay to club hits\tAddToPlaylist\nfind a video game called craters of the sac\tSearchCreativeWork\nbook a table for 2 people at a restaurant with parking\tBookRestaurant\nrate this with zero points for the saga called a good recovery out of 6\tRateBook\nadd this album to my pop playlist\tAddToPlaylist\nfind the movie yoshimi battles the hip-hop robots\tSearchCreativeWork\nbook a spot for 8 in a cafeteria with german chocolate cake in ecru new mexico\tBookRestaurant\nwhat films are playing at 11 a m  at dickinson theatres\tSearchScreeningEvent\nplay julie driscoll\tPlayMusic\nbook a cafe for one in the cocos islands\tBookRestaurant\nwhat is the humidity in serbia\tGetWeather\ni d like to see the paul murray live television show\tSearchCreativeWork\nput a bunky green tune into the phunkadelic playlist  \tAddToPlaylist\nshow second generation album\tSearchCreativeWork\nwhat is the weather supposed to be like at sunset in cosby  kansas\tGetWeather\nplay some songs from 1958\tPlayMusic\nsomething on spotify please\tPlayMusic\nadd this artist named prince to the playlist all new all now\tAddToPlaylist\nrate this textbook two out of 6\tRateBook\nwhich movie theatre with clean and sober is closest to me\tSearchScreeningEvent\nplease put this tune into the all a cappella playlist\tAddToPlaylist\ni want to watch mister cool\tSearchScreeningEvent\nwhen is heat playing near me\tSearchScreeningEvent\nfind the tv show titled the three leaps of wang lun\tSearchCreativeWork\ngive me the forecast for feb  eleventh  2034 far from alaska\tGetWeather\nplay pacific ocean blues by john doe on lastfm\tPlayMusic\nbook a table for 6 at a restaurant in nebraska\tBookRestaurant\nlets go to a steakhouse before we go to the pool\tBookRestaurant\nwhat films are at cineplex odeon corporation\tSearchScreeningEvent\nplay the tv show wicked city\tSearchCreativeWork\nhelp me find from time to time  a tv show\tSearchCreativeWork\nbook a highly rated restaurant for one person in rainbow lakes \tBookRestaurant\nin 257 days what will the weather be like in cannon ball\tGetWeather\nfind an oasis drive-in close-by beach 105th st  \tBookRestaurant\nplay me a popular song by koichi domoto\tPlayMusic\nwhat is the forecast starting at 8 pm for alaska\tGetWeather\nplay some music by beverley martyn\tPlayMusic\nshow creative video game name foros timis ston greco\tSearchCreativeWork\nrate the book dies the fire one points\tRateBook\ni m looking for the cineexport painting \tSearchCreativeWork\nshow me movie schedules\tSearchScreeningEvent\nwhere can i find the game kaakai newspaper\tSearchCreativeWork\nrate this part of the series  the harrowing of gwynedd  zero out of 6 \tRateBook\nbook a restaurant that serves pasta for 5 people \tBookRestaurant\nbook a table for april twenty-second at a pub which serves creole\tBookRestaurant\ni would rate this book 3 points out of 6\tRateBook\nrate the current textbook 0 out of 6 \tRateBook\nplease search for the microsoft safety scanner television show \tSearchCreativeWork\nadd this lbc crew tune to my rock argentino vol i playlist\tAddToPlaylist\nwhat will the weather be like at eight pm in bon air  uruguay\tGetWeather\nadd keine grenzen to new metal tracks\tAddToPlaylist\nrate the reader is warned four out of 6 points\tRateBook\nfind the schedule for movies at plitt theatres \tSearchScreeningEvent\nadd barry mcguire to my playlist called have a laugh \tAddToPlaylist\nbook an indoor restaurant near wallington for 2\tBookRestaurant\nbook me a pub nine weeks from now for 4 people \tBookRestaurant\nmake me a reservation in cedarburg at 0 pm\tBookRestaurant\ni want to put another album into the a peaceful rush hour playlist  \tAddToPlaylist\nbook me a restaurant that serves green bean casserole for five people\tBookRestaurant\nwill it get warmer in the same area as sandy point national wildlife refuge\tGetWeather\nfind a photograph called the wish list\tSearchCreativeWork\nadd j p pickens to chill out playlist\tAddToPlaylist\nplay them the greatest music by chris frantz \tPlayMusic\nrate betrayer of worlds 1 out of 6\tRateBook\nfind the show the demi-gods and semi-devils\tSearchCreativeWork\nrate the chymical wedding 3 points\tRateBook\ngive five stars to current album\tRateBook\nrate primal fear one of 6\tRateBook\nplay a song of i myself and me on youtube\tPlayMusic\nbook a restaurant for 9 at 00:37 pm\tBookRestaurant\ni want to eat at a scandinavian restaurant that is highly rated in bonita texas\tBookRestaurant\nplay some ivy anderson from around 1967\tPlayMusic\nplay the nubians of plutonia trailer\tSearchCreativeWork\nplease add the song by raphael rabello to the playlist fantastic workout\tAddToPlaylist\nfind sailing the seas of cheese\tSearchCreativeWork\nshow movie schedule in mjr theatres\tSearchScreeningEvent\nwill it get hotter next year in springside nature reserve\tGetWeather\nwhere can i see joy of learning\tSearchScreeningEvent\nthe previous essay gets 0 out of 6 possible stars\tRateBook\nrate the current book 5 of 6 points\tRateBook\nwhat movies are playing at the closest movie theatre\tSearchScreeningEvent\nplay donna summer\tPlayMusic\nwhere is road to the stage playing\tSearchScreeningEvent\nadd the name as with gladness men of old to my ultimate 90s playlist\tAddToPlaylist\nplay darude\tPlayMusic\ntell me if it will storm at my current location\tGetWeather\ngive this book zero stars\tRateBook\ni want to give the garin death ray series 1 stars\tRateBook\nplay music from the seventies\tPlayMusic\nwhat is the weather forecast now in texas\tGetWeather\nwhat time is the graduate showing at caribbean cinemas\tSearchScreeningEvent\nplay the tune by adam yauch\tPlayMusic\nfind the sing when you’re winning tv show\tSearchCreativeWork\ntell me the weather forecast for france\tGetWeather\ni d like a table for 3 at a tavern in the vatican\tBookRestaurant\nfind the movie schedule at twelve am \tSearchScreeningEvent\nbook a restaurant for four in burundi\tBookRestaurant\nbook a table for 1 at thomas hynes house \tBookRestaurant\nwhat s the weather forecast for arizona city\tGetWeather\nwhere can i get the album so fresh: the hits of spring 2011\tSearchCreativeWork\ni want to book a delicatessen serving testaroli in somalia for 7/25/2027 \tBookRestaurant\nadd album to my country hits\tAddToPlaylist\nadd decade in the sun best of stereophonics to laundry \tAddToPlaylist\nplay artist stu davis from the album dub chamber 3 on netflix\tPlayMusic\nwill it be colder in cut ma tomorrow\tGetWeather\nis the television show kamen rider ooo wonderful: the shogun and the 21 core medals streaming anywhere\tSearchCreativeWork\nadd this michael v track to my folk & americana\tAddToPlaylist\nwhere is mother and child plkaying\tSearchScreeningEvent\nwhat will the weather be like on aug  the 8th  2032 here\tGetWeather\nwill there be fog in my current position\tGetWeather\nwhat s the weather on groundhog day in slovenia\tGetWeather\nadd 3 natsu natsu mini berryz to my rock classics playlist\tAddToPlaylist\nput this agent m tune onto de cantautor español \tAddToPlaylist\nis the forecast hot in 1 hour in leasburg \tGetWeather\ni think that this book deserves a 3\tRateBook\nadd something so right to lora s 80s classic hits playlist\tAddToPlaylist\nplay rei momo newest album\tPlayMusic\nfind a work with the name of come sing\tSearchCreativeWork\nshow me the schedule of films in cobb theatres\tSearchScreeningEvent\ncan i get the movie schedule for goodrich quality theaters\tSearchScreeningEvent\nbook a table for 2 at a nearby restaurant \tBookRestaurant\nplay lukasz gottwald album on zvooq\tPlayMusic\ni want to book a bistro that serves pasta salad in brazil \tBookRestaurant\nfind the weather prediction for camdeboo-nationalpark for jan  eleventh  2037 \tGetWeather\nwill there be a snowstorm  in leonville\tGetWeather\ngive five out of 6 points to this album\tRateBook\nput unbound into found them first for me\tAddToPlaylist\nadd this gisela song to my dancehall official\tAddToPlaylist\nadd this song to my novedades viernes sudamérica playlist\tAddToPlaylist\nplay making out by alexander rosenbaum off google music \tPlayMusic\nplay chant by prurient\tPlayMusic\nfind a picture called ready \tSearchCreativeWork\nweather at breakfast in montana\tGetWeather\nwhere is the nearest cinema that is playing the kid brother\tSearchScreeningEvent\nwhat time is mighty morphin power rangers: the movie at magic johnson theatres\tSearchScreeningEvent\nshow me the picture gas wars\tSearchCreativeWork\nplay music on lastfm\tPlayMusic\nshow me the picture totally true love\tSearchCreativeWork\nplay me a song by teitur lassen on groove shark\tPlayMusic\nwill it be temperate next wed  in athol in the federated states of micronesia\tGetWeather\ni m wondering when i can see beating heart at the nearest cinema \tSearchScreeningEvent\nrate the saga rides a dread legion zero out of 6 points \tRateBook\nfind changes: a love story \tSearchCreativeWork\nplay the last jonny wickersham song\tPlayMusic\nget me information on the riverfront times\tSearchCreativeWork\nplay top-50 eighties theme from alain caron\tPlayMusic\nwhere is wild america showing at zero p m \tSearchScreeningEvent\nrate national geographic dinosaurs 2 out of 6\tRateBook\nwhere can i find the movie the national law review\tSearchCreativeWork\nmy life as a fake is one out of 6\tRateBook\ni need to book a restaurant in the same area  as thompsontown for emma and karen johnson\tBookRestaurant\nis it going to be snowy here\tGetWeather\nwhat s the weather in pugu hills forest reserve\tGetWeather\nrate the current book novel 5 out of 6\tRateBook\nbook a restaurant in switzerland for 3 \tBookRestaurant\nget me a reservation for two at a restaurant which serves burger \tBookRestaurant\nplay some music on slacker\tPlayMusic\ni want to eat for two at a brasserie in gwynedd valley tn with pickled cucumber in one second \tBookRestaurant\ngive a 4 star rating to fear and loathing on the campaign trail ’72\tRateBook\nfind me a soundtrack by ghost town prophecy\tSearchCreativeWork\nshow me the schedule of movie shadow of a woman\tSearchScreeningEvent\ncan you make reservations for 1 person in il\tBookRestaurant\ni need a 6 rating or five with something like a saga in the best science fiction of the year 13\tRateBook\nadd the secret wars into the digging now playlist\tAddToPlaylist\nwhich cinema is showing a dedicated life starting at eleven pm\tSearchScreeningEvent\nplay the last chant from the fourties\tPlayMusic\nfind a movie called october road\tSearchCreativeWork\nrate the current novel a 1\tRateBook\ni need a reservation for around london borough\tBookRestaurant\ni would like to rate hive propolis 4 stars with a best rating of 6\tRateBook\nplay a concerto from the nineties\tPlayMusic\nuse the service zvooq to play merengue music\tPlayMusic\nrate the tritonian ring zero\tRateBook\ni want to book a table for me and my boss at glassy junction in turkey \tBookRestaurant\nwhere can i watch portrait of a woman  nude in 1 hour\tSearchScreeningEvent\nplay dj ozma top songs\tPlayMusic\nis it supposed to be chilly in boiling spring lakes\tGetWeather\ncan you find the song bleach: hell chapter\tSearchCreativeWork\nadd this tune to hipster soul\tAddToPlaylist\nadd the track to the metal talks metallica playlist \tAddToPlaylist\nshow me the lord of the isles\tSearchCreativeWork\nadd robin s to sxsw latin\tAddToPlaylist\nfor playlist todo latino add absolutely sweet marie\tAddToPlaylist\ni want to know the temperate from january the twentieth in brazil\tGetWeather\nplay music by janet paschal\tPlayMusic\nwhere can i view the photograph occasional wife\tSearchCreativeWork\ncould you please show me movie schedules\tSearchScreeningEvent\nbook restaurnt at n9ne group in loogootee ut\tBookRestaurant\nbook a table for four around midnight in saint pierre and miquelon \tBookRestaurant\nplay my tribute by billy cox\tPlayMusic\nis it going to rain in tonopah\tGetWeather\nrate the night land three out of 6\tRateBook\nrate this album 3 stars\tRateBook\nwhat is a weather of martinique a month from now\tGetWeather\ni want to add up to the mountain to my playlist with the title women of indie\tAddToPlaylist\nwhat films are at cinemark theatres\tSearchScreeningEvent\nwhat time is return from hell playing at the nearest movie house\tSearchScreeningEvent\ncan you make reservations for two people somewhere distant from sutphin blvd\tBookRestaurant\nfind a photograph called midnight mystery \tSearchCreativeWork\ni want to book a restaurant in the same area where i live in ma for ebony and yolanda \tBookRestaurant\ni d like a reservation for thornbury castle three hours from now in nm \tBookRestaurant\ni d like to eat at a highly rated pub with 6 people\tBookRestaurant\nis rented lips playing at the nearest cinema\tSearchScreeningEvent\nfind cinemark theatres with films\tSearchScreeningEvent\nfind the mcgill law journal movie\tSearchCreativeWork\ni want to add this song to my infantil playlist\tAddToPlaylist\nhow s the forecast looking for supper time in dresbach vanuatu\tGetWeather\nadd unite and win to my night out\tAddToPlaylist\nplease tell me the forecast for here\tGetWeather\nrate the current book 1 of 6 points\tRateBook\nwhat is the weather like in detroit\tGetWeather\nwhat movie theatre closest to me is playing animated movies and when\tSearchScreeningEvent\nwhat s the weather like in topock\tGetWeather\nbook a spot for one at a restaurant in id\tBookRestaurant\nadd this track to winnie s post metal playlist\tAddToPlaylist\nwhat will the weather be like in killarney national park on national pow/mia recognition day\tGetWeather\nhow can i rate the current chronicle 5 stars\tRateBook\nrate the last book 0 stars\tRateBook\ni have six people who would like to eat at a cafe that serves american chinese cuisine in tx \tBookRestaurant\nwhat time does kraken: tentacles of the deep play\tSearchScreeningEvent\ni want a table for five at a place in russia on 4/4/2036\tBookRestaurant\nplay the most popular twenties record from leland sklar\tPlayMusic\nplay who do you think you are by magnifico with spotify\tPlayMusic\nplay a herbie fields record from the sixties\tPlayMusic\nadd alain caron to my travelling playlist\tAddToPlaylist\ngive this chronicle 4 stars\tRateBook\nrate the book dreams of the raven 5 stars\tRateBook\nadd scarred to my this is zezé di camargo & luciano\tAddToPlaylist\ngive 3 points to current textbook\tRateBook\nweather for jan  7 in north carolina\tGetWeather\nadd this artist to sleep tight\tAddToPlaylist\nadd black ribbons to the autumn playlis\tAddToPlaylist\nfind the tv series truly fine citizen\tSearchCreativeWork\ngive the lost princess 3 stars \tRateBook\nbook a gluten free restaurant in arp\tBookRestaurant\nduring tea time  what animated movies will be screening at the closest movie house\tSearchScreeningEvent\nwhere can i view the photograph of johnny cool\tSearchCreativeWork\nfind the television show riding with the king\tSearchCreativeWork\nplease book me a table for three at an american gastropub\tBookRestaurant\nfive points for this novel\tRateBook\nrate shockscape five stars\tRateBook\ncontemporary religious satanism gets a 3 rating\tRateBook\nbook a restaurant for one\tBookRestaurant\ni need a reservation for three people at a spa restaurant in two hundred thirty seven days\tBookRestaurant\ngive zero points to this essay\tRateBook\ni d like to rate the book white dawns at zero of 6 stars \tRateBook\nbook a steinway st place for 8 that is close\tBookRestaurant\ni would like to book at clinton street baking company & restaurant in brookneal \tBookRestaurant\nwhen and where can i watch national priority\tSearchScreeningEvent\nbook a restaurant in pinecliffe missouri this month \tBookRestaurant\nadd the song to the martin garrix show  playlist\tAddToPlaylist\nadd steve jordan to inez s tgif\tAddToPlaylist\nneed a table for a party of 3 in laos at a theme restaurant\tBookRestaurant\ni think this novel gets 1 stars\tRateBook\nfor the book the sting of the scorpion i give three of a possiable 6 rating\tRateBook\nbook a osteria with smoking room in creola\tBookRestaurant\nplay all the way my savior leads me on spotify\tPlayMusic\nbook reservations at a restaurant for me and my ex husband in west virginia\tBookRestaurant\nshow me movie times at cooper foundation \tSearchScreeningEvent\nwhat will the rainfall be in 1 second at roy lake state park\tGetWeather\ntell me the predicted weather once i travel faraway to crimson lake provincial park \tGetWeather\nwill there be rain in 8 minutes  in md\tGetWeather\nbook in south dakota for lobster newberg at a pub\tBookRestaurant\nwhat movies are playing at warren theatres\tSearchScreeningEvent\nshow me the schedule of a man  a woman  and a bank in nearest neighborhood cinema group\tSearchScreeningEvent\nwhen does miss sloane play at imax corporation\tSearchScreeningEvent\nwill it get cold in nationalpark mu ko phetra\tGetWeather\nwill it be hotter next month in south dakota\tGetWeather\nadd sp balasubrahmanyam to my rockabilly mania playlist \tAddToPlaylist\nadd sorrow to my it s ok to like jazz\tAddToPlaylist\nrate this novel at 2\tRateBook\ni need a time of 21 minutes from now for here\tGetWeather\ngive the current series two stars \tRateBook\nplay some new age music\tPlayMusic\nwhere is the closest cinema that is playing the honeymoon killers\tSearchScreeningEvent\nplay the song red lanta\tSearchCreativeWork\nplay a tune by layne staley\tPlayMusic\nbook a food court for 5 serving african food\tBookRestaurant\nneed to book a table downtown within walking distance of me at j g  melon\tBookRestaurant\nput the mike oldfield album onto my la mejor música para tus fiestas playlist\tAddToPlaylist\nplay me a 2003 song by charles neidich\tPlayMusic\ni want to rate a long short war series a four out of 6  \tRateBook\nfind the from the hut tv series\tSearchCreativeWork\nwill there be a blizzard here on dec  26  2027\tGetWeather\nfind to each his own cinema  an album\tSearchCreativeWork\nfind me the novel the argumentative indian\tSearchCreativeWork\nat four pm  i need a table for 8 at a restaurant in guernsey that serves salade \tBookRestaurant\nplay the most popular coti songs on pandora\tPlayMusic\ncan i hear anna vissi s new music on pandora\tPlayMusic\ni need some hardcore hip hop\tPlayMusic\ngive me the showtimes for sign of the anchor \tSearchScreeningEvent\nwhat is the tv show journal of personality and social psychology\tSearchCreativeWork\ni d like to hear the last song fro willa ford \tPlayMusic\nsearch for man in a garage\tSearchCreativeWork\ngive the toynbee convector four of 6\tRateBook\nwill it storm in texola  delaware\tGetWeather\nfind nearby movies\tSearchScreeningEvent\nplay chant music by big dee irwin \tPlayMusic\nbook a table for me and belinda serving minestra in a bar\tBookRestaurant\nfind a soundtrack called the dragon \tSearchCreativeWork\nfind the picture vertically challenged\tSearchCreativeWork\nwhat will the weather be like 20 minutes from now in homestead meadows in martinique\tGetWeather\nwill it be warm in powersville guam 23 hours from now\tGetWeather\ni want my reggae infusions playlist to have plaid retina on it \tAddToPlaylist\nbook a tea house on 5/20/2028 in pataskala that serves crepe in nc for five\tBookRestaurant\nthis book isn t good  i d rate it two out of 6 stars \tRateBook\nwhat time is pussyfoot playing at pacific theatres\tSearchScreeningEvent\nwhat movie times are at bow tie cinemas\tSearchScreeningEvent\nadd this album to tgif\tAddToPlaylist\nopen itunes and play bad attitude\tPlayMusic\nfind me showtimes for a christmas story starting at eleven o clock \tSearchScreeningEvent\nwhat will the weather be like in 15 and a half weeks in china\tGetWeather\nwhat is the forecast in north carolina\tGetWeather\ncan you locate west coast wrestling connection\tSearchCreativeWork\nwhat is the weather forecast in langdon\tGetWeather\nadd a tune to my playlist women of k-pop\tAddToPlaylist\nadd john tesh to my salsa classics playlist\tAddToPlaylist\ni want to hear music on itunes\tPlayMusic\nwhere can i purchase the saga the second life of samuel tyne\tSearchCreativeWork\nthe great science fiction stories about mars series deserves a rating of zero\tRateBook\nwhat s the weather in new zealand\tGetWeather\nwhere can i view the trailer extreme – the collection\tSearchCreativeWork\nplay me a song by dj paul elstak in 1988 on zvooq\tPlayMusic\nuse vimeo to play de camino a clase playlist\tPlayMusic\nis it going to get colder in parc national marin mahatma gandhi\tGetWeather\nadd this track to tameka s dance playlist\tAddToPlaylist\nwhat s the forecast for tonight far from east carpathian biosphere reserve\tGetWeather\nshe me the forecast for clayton lake state park on oct  17th\tGetWeather\nsearch for another cinderella story\tSearchCreativeWork\nfind a trailer called way down yonder in new orleans\tSearchCreativeWork\nfind drowning with land in sight \tSearchCreativeWork\ni d like to see weather conditions for ennis \tGetWeather\nadd fear and bullets to my chill tracks playlist  \tAddToPlaylist\nwhat is the forecast for 1 pm in minnesota\tGetWeather\ni need a reservation for cashel palace hotel in california for a party of 9\tBookRestaurant\ni m hoping to find a table for six at a pub on jul  19  2029 \tBookRestaurant\nbook the best joint for 3 people \tBookRestaurant\nadd michael hayvoronsky to lo que suena los angeles\tAddToPlaylist\ni want to book a restaurant for eight in harding \tBookRestaurant\nwhat are the movie times at the malco theatres\tSearchScreeningEvent\nplease help me find the selections from the arista years video game \tSearchCreativeWork\nshow me some movie times\tSearchScreeningEvent\nwill it be warmer in saint louis park\tGetWeather\nwhat is the forecast for hot at ten o clock in idaho\tGetWeather\nplay them by guy-manuel de homem-christo\tPlayMusic\nwhat time will the closest movie house be playing mark shoots first\tSearchScreeningEvent\ngive three points out of 6 to you: a novel\tRateBook\ngive five star to the second angel series\tRateBook\nwhat cinema is playing the edge\tSearchScreeningEvent\nwhat are the current showtimes for love fiction\tSearchScreeningEvent\nthis artist should go onto my playlist called the piano bar\tAddToPlaylist\ni give the previous novel one out of 6 stars \tRateBook\nplease help me search the tv series a mouse divided \tSearchCreativeWork\nfind time for films at the north american cinemas\tSearchScreeningEvent\nadd daedelus to my lazy chill afternoon\tAddToPlaylist\nadd this jimmy london tune to the new waltz playlist\tAddToPlaylist\nput ramy ayach on latin pop rising\tAddToPlaylist\nwhat s the forecast for my current location\tGetWeather\nfind a picture called nuclear blast all stars: out of the dark \tSearchCreativeWork\ngive two stars to current album\tRateBook\ni d like to eat with a party of nine in snapfinger pa\tBookRestaurant\ni d like to hear the song daimidaler: prince vs penguin empire\tSearchCreativeWork\nbook a bakery at zero o clock for 5 people \tBookRestaurant\nfind mahalakshmi iyer music on netflix\tPlayMusic\nrate i commitments 5 of 6 points\tRateBook\nwhat s the weather at my current location\tGetWeather\nwhat time is a man for burning playing\tSearchScreeningEvent\nplay twenties symphony from robert walter\tPlayMusic\nwhat is the movie schedule right now for movies around here\tSearchScreeningEvent\nwhat will the weather be in albania at 11:56 \tGetWeather\nwhat s the weather in gu on jul  the 4th  2024\tGetWeather\nthe private patient gets a rating of 5\tRateBook\nadd song to women of sxsw\tAddToPlaylist\nwhat time is thick as thieves playing at santikos theatres\tSearchScreeningEvent\nadd the name the magnificent tree to playlist this is rosana\tAddToPlaylist\ni need top gear 2  please search it for me \tSearchCreativeWork\nplease add a track from jeff mills to my hiphop hot 50 playlist\tAddToPlaylist\nrate this novel 0 of 6 stars\tRateBook\nplay pirates of the caribbean online\tSearchCreativeWork\nhow to buy picture of agent hamilton: but not if it concerns your daughter\tSearchCreativeWork\nplay party ben on slacker\tPlayMusic\nfind donkey town  a show\tSearchCreativeWork\nwhat time is irreconcilable differences playing regal entertainment group\tSearchScreeningEvent\ngive this novel 3 of 6\tRateBook\nplease check the movie schedule\tSearchScreeningEvent\nbook a table for 7 at a popular bistro distant from kremmling\tBookRestaurant\nwhere is walt: the man behind the myth playing\tSearchScreeningEvent\nwhat cinema has the closest movies\tSearchScreeningEvent\nwhat movie is at loews cineplex entertainment\tSearchScreeningEvent\nplay a melody by avery storm \tPlayMusic\nis a master of craft playing at wanda group\tSearchScreeningEvent\nplay praise the lord and pass the ammunition \tPlayMusic\nwhere can i  get lahore\tSearchCreativeWork\nshow the forecast nearby in twenty two minutes in french polynesia\tGetWeather\nbook a table at anstruther fish bar in fm\tBookRestaurant\nwant to eat at the meatball shop that s within walking distance of erica s campus\tBookRestaurant\nmy té para tres needs brave and crazy added on  \tAddToPlaylist\nthe a mighty fortress series should be rated a two\tRateBook\nshow movie schedules for marcus corporation\tSearchScreeningEvent\ngive the current textbook five stars \tRateBook\nplease start playing some thirties theme music \tPlayMusic\nfind the movie schedule for marcus corporation \tSearchScreeningEvent\nshow me the tv show my only wish\tSearchCreativeWork\nbook a table for ten in pollock pa\tBookRestaurant\nplay music from the twenties \tPlayMusic\nplay stefon harris s song \tPlayMusic\nplay the music track of 1998\tPlayMusic\nwhere can i find the picture another happy ending\tSearchCreativeWork\nplay me the tv show seal team\tSearchCreativeWork\ni d like to book a reservation for next spring for nine people at shore club \tBookRestaurant\ni rate the book time and stars  two points\tRateBook\nrate the blood on the moon saga a three\tRateBook\nfind me the princess battles song\tSearchCreativeWork\ntell me the weather forecast for june seventeenth  2034 in fl\tGetWeather\nreserve a place to eat on march fifteenth in china within the same area \tBookRestaurant\nfind 16 starting time for heavenly body\tSearchScreeningEvent\nis the butcher boy playing anywhere at supper time\tSearchScreeningEvent\nwhat is the weather in lloyd equatorial guinea\tGetWeather\nplay me a song by carol arnauld from 2003\tPlayMusic\nwhat is the predicted weather on mar  27 for farragut state park\tGetWeather\nadd album to ultra metal\tAddToPlaylist\nbook a restaurant in seven in fort mckinley\tBookRestaurant\nadd a track to my playlist classic acoustic\tAddToPlaylist\nbook a restaurant for 7 people \tBookRestaurant\nthe stars total 6 but journey under the midnight sun gets a four\tRateBook\nadd gina schock to workout twerkout\tAddToPlaylist\nfind me the travel weekly\tSearchCreativeWork\nplease play playlist todo reggaeton\tPlayMusic\nrate 12: the elements of great managing a 0\tRateBook\nfind me the twinkler playing at national amusements in 2 minutes\tSearchScreeningEvent\nfind the schedule for movies at the nearest cinema \tSearchScreeningEvent\ncan i get the newest movie schedule in the area  for animated movies\tSearchScreeningEvent\nfind santikos theatres showing animated movies\tSearchScreeningEvent\nadd this tune to my playlist named women of fresh finds\tAddToPlaylist\nadd back porch spirituals to my hit remix playlist\tAddToPlaylist\nwhat will the weather be in nationalpark rila on nov  25\tGetWeather\nadd song to evening playlist\tAddToPlaylist\nplay the track grow old with me by artist chloe rose lattanzi\tPlayMusic\nadd stephanie biddle to my digster reggae playlist\tAddToPlaylist\nbook a jewish churrascaria in minnesota for 9 people \tBookRestaurant\ncan you bring up the movie schedule for arclight hollywood\tSearchScreeningEvent\nplay me a xuefei yang symphony on groove shark\tPlayMusic\nplay some tune from 2011 on youtube\tPlayMusic\nfind the schedule for for the day of the jackal at pacific theatres \tSearchScreeningEvent\ni d like to watch movies at kb theatres\tSearchScreeningEvent\ngo to movie times at imax corporation\tSearchScreeningEvent\nplay divine from vinnie roslin\tPlayMusic\nwhen is the sea of grass playing at the movie theatre\tSearchScreeningEvent\nwill it be hot in amenia  wi\tGetWeather\nis the angelus playing at the movie house at dinner time\tSearchScreeningEvent\nis the couch trip at the nearest cinema\tSearchScreeningEvent\nrate this book 2 of 6 points\tRateBook\nplay 1966 theme music on slacker \tPlayMusic\ngive the current textbook 2 of 6\tRateBook\ni d like to see the movie edinburgh evening news\tSearchCreativeWork\ni m looking for the album called disorderly conduct: video on patrol\tSearchCreativeWork\nwill there be rainfall at one pm in catahoula\tGetWeather\nfind a book called the magic christmas tree \tSearchCreativeWork\nadd willie nelson live to my acoustic blues playlsit\tAddToPlaylist\ngive this book a rating of 3 \tRateBook\nplay tomtegubben som hade snuva\tPlayMusic\ni need a table for 5 at a brasserie that has a reuben sandwich\tBookRestaurant\nwhere can i read the book the omega stone\tSearchCreativeWork\nshow me the saga st  elsewhere\tSearchCreativeWork\ni want to eat at a indoor bar for two\tBookRestaurant\nadd this tune to my in the arms of a woman\tAddToPlaylist\nsearch for chasing fortune a tv series \tSearchCreativeWork\nplay a tune by andrew findon\tPlayMusic\nfind the schedule for films around here \tSearchScreeningEvent\nbook reservations at a highly rated bar on 11/23/2031\tBookRestaurant\nfind lost in space\tSearchScreeningEvent\nplay a 2013 song on groove shark\tPlayMusic\nwhat time is a battle of wits starting\tSearchScreeningEvent\ni would give the all that: fresh out the box saga a rating of 2 points\tRateBook\nwhat are the movie times at goodrich quality theaters\tSearchScreeningEvent\ncan you find me the movie  the girl and the general\tSearchCreativeWork\nplay some music by frayser boy \tPlayMusic\ni want to book a minnesota bar\tBookRestaurant\ncan you give me the movie times\tSearchScreeningEvent\nrate this novel a five out of 6\tRateBook\nplay music from negerpunk\tPlayMusic\nwill there be a blizzard in north carolina\tGetWeather\nbook city tavern in poland\tBookRestaurant\nbook a reservation for the training table on mar  thirteenth  2026\tBookRestaurant\nshow me the schedule of movie michel strogoff\tSearchScreeningEvent\nwant to watch the tv show treeful of starling\tSearchCreativeWork\nadd buddy desylva to my this is j balvin playlist\tAddToPlaylist\nrate the tropic of cancer book a 2 out of 6\tRateBook\nreserve in bermuda a food court near jan and i\tBookRestaurant\nfind the nearest movie house showing good morning  babylon\tSearchScreeningEvent\nplay the latest music by martin luther mccoy\tPlayMusic\nplay music from 1981\tPlayMusic\ni want to play the game pesterminator: the western exterminator \tSearchCreativeWork\nwhat is the weather forecast for naches  sierra leone\tGetWeather\nbook a cafeteria with wifi\tBookRestaurant\nadd house of pain to my 90s indie playlist\tAddToPlaylist\nwill it be colder in san pablo today\tGetWeather\nwhat movie times are around here playing animated movies\tSearchScreeningEvent\nplay disco tango to power walk\tAddToPlaylist\nfind the movie schedule for 20:45:24 \tSearchScreeningEvent\nwhat time are the movie schedules\tSearchScreeningEvent\nadd the artist borys ljatoschynskyj to my under the surface playlist\tAddToPlaylist\nplay my top gaming tracks \tPlayMusic\nbook at beardslee castle in fairview lanes for fifteen o clock\tBookRestaurant\nput corrina  corrina onto my classical x list \tAddToPlaylist\nwhat time is g-men vs the black dragon playing at harkins theatres\tSearchScreeningEvent\nplay a song from 1950\tPlayMusic\nwhat is the orlovista forecast for midday within walking distance\tGetWeather\nuse the service zvooq to play top-10 by artist coolio\tPlayMusic\ni m looking for the painting god must have spent a little more time on you\tSearchCreativeWork\nplay music from the sixties\tPlayMusic\ni give the homo handbook saga 3 of 6 stars\tRateBook\nadd lagaylia frazier to my emotron\tAddToPlaylist\ni want to find an oyster bar with tetrazzini for 9 people\tBookRestaurant\nadd mayya to the de manhattan con amor playlist\tAddToPlaylist\ni need a reservation for the best asian joint on jan  3 in bradford alabama for a party of 9\tBookRestaurant\nplease search the work  the mercenary \tSearchCreativeWork\nis it going to be freezing in lolita\tGetWeather\nwhat channel does the television show the roxbox play on\tSearchCreativeWork\nfind a photograph called dragon ball z: the best selections\tSearchCreativeWork\ni want to add mark boston to my power walk list\tAddToPlaylist\ntell me the weather forecast for my current place at 15 o clock\tGetWeather\nwhere is the cycle playing\tSearchScreeningEvent\nadd cary brothers to rock the 2000 s playlist\tAddToPlaylist\nplay khujo eighties track song\tPlayMusic\nthe citrus industry is a four rating value and a best rating of 6\tRateBook\nwhat s the forecast in stobo\tGetWeather\nrate the crossing 3 of 6\tRateBook\nis it hot in round hill hi\tGetWeather\nbook a restaurant for one for this month \tBookRestaurant\ntell me how bellwood weather is\tGetWeather\ni d like to reserve a table in northcote \tBookRestaurant\nfind projections  an album\tSearchCreativeWork\ni would like to book a restaurant in niagara falls for 8 on june nineteenth\tBookRestaurant\nbook a table for 10 at top pot doughnuts\tBookRestaurant\nbook me a restaurant reservation in fiji for zero am\tBookRestaurant\nwhat is the forecast for hot temps in ocean park\tGetWeather\ngive this book 2 out of 6 stars \tRateBook\nhow temperate will it be here this week\tGetWeather\nwhat is the weather like within walking distance of the bothwell lodge state historic site\tGetWeather\non 2/25/2025 will it be hot in holstein\tGetWeather\ni would rate this album a zero and give it a best rating of 6\tRateBook\nshow me a novel by onnaam muhurtham\tSearchCreativeWork\nfind a photograph called greatest hits volume one \tSearchCreativeWork\ngive 4 out of 6 stars to current chronicle\tRateBook\nplay some seventies music by janne puurtinen on youtube \tPlayMusic\nbook a restaurant that serves agnolotti in colorado city idaho \tBookRestaurant\nneed a table at a highly rated south tyrolean joint\tBookRestaurant\ni need a top-rated pub in friona\tBookRestaurant\ngive the enemy within saga 3 stars for me\tRateBook\nwhere can i watch the latest episode of the tv show chu chu and the philly flash\tSearchCreativeWork\nbook tartine in mississippi for 5\tBookRestaurant\ngive this album 4 of 6 points\tRateBook\nwhat time is the mourner playing at the movie house\tSearchScreeningEvent\nis it supposed to hail in ny\tGetWeather\nfind think: act\tSearchCreativeWork\ni give this novel a 5 out of 6 \tRateBook\nplay groove shark folk-rock\tPlayMusic\nadd a track to fusion fest\tAddToPlaylist\ncan you play the greatest songs by mauro picotto\tPlayMusic\nhow do i rate this book 4 stars\tRateBook\ni d give the hundred thousand kingdoms a three of 6\tRateBook\nplay ambient music\tPlayMusic\nadd this track to my dance workout playlist\tAddToPlaylist\nis las aventuras de zachary beaver at harkins theatres\tSearchScreeningEvent\nbook a table for five at a restaurant with the best rating\tBookRestaurant\nwhen is the life and death of king richard ii playing at mann theatres\tSearchScreeningEvent\nplay saga the yellow rose of texas\tSearchCreativeWork\nwhat is the local movie schedule\tSearchScreeningEvent\nthe trapaholics needs another artist added  \tAddToPlaylist\nwhat animated movies are playing at the closest movie theatre\tSearchScreeningEvent\nwill it rain in six weeks  in libby\tGetWeather\nadd cross bones style to guest list take\tAddToPlaylist\nwhat animated movies are playing in the area and what is the movie schedule\tSearchScreeningEvent\nplay night electric night on iheart\tPlayMusic\nwhat s the weather forecast for niue at two am\tGetWeather\nbook me a reservation for a mediterranean restaurant on confederate memorial day nearby ocean grove\tBookRestaurant\ntell me whether bahrain will be humid in one hour and 2 minutes \tGetWeather\nplay the best elizaveta khripounova\tPlayMusic\nwhat time can i see the half naked truth\tSearchScreeningEvent\nwhat will the humidity be like on june eighteenth in my current location\tGetWeather\nwill it be overcast next summer not far from redington shores\tGetWeather\nbook a popular restaurant in new jersey \tBookRestaurant\nplay some 2011 music by dan healy \tPlayMusic\ni would like to book a restaurant in poncha springs for 8 at 00:32 am\tBookRestaurant\nadd to my rumba y más playlist the song by haley scarnato\tAddToPlaylist\nwill there be a snowstorm in slick  or four hours from now\tGetWeather\nis it going to rain in kansas by march 4\tGetWeather\nis it chilly in pixley\tGetWeather\nplay some rachel stevens off of itunes\tPlayMusic\ni want to give the plague lords of ruel 0 stars\tRateBook\nbook a party for 7 at a food court with potato salad in alabama in eleven hours \tBookRestaurant\nwhere is the toxic avenger ii playing\tSearchScreeningEvent\nrate the deception chronicle one of 6 points\tRateBook\nbook a restaurant for four on october 9 in maine\tBookRestaurant\nfind me a table for 8 somewhee in hollenberg in nine weeks \tBookRestaurant\nbook some indonesian food truck food that is not far for a party of 8 in ia\tBookRestaurant\nshow creative picture of wonderful town\tSearchCreativeWork\nplay before i grew up to love you by wafah dufour\tPlayMusic\nbook a restaurant in eleele on october the fifth for 3 people \tBookRestaurant\nget me a photograph of trac\tSearchCreativeWork\nfind a movie schedule for united paramount theatres\tSearchScreeningEvent\nplay wynton kelly music on netflix sort by popular\tPlayMusic\nfind the album biology today: an issues approach\tSearchCreativeWork\nbook a table at a cuban pub for 5 pm for a party of 7 in virginia \tBookRestaurant\nfind a nearby movie schedules for movies\tSearchScreeningEvent\nwhat time is twin peaks: fire walk with me showing\tSearchScreeningEvent\nput this shelter from the storm on r&b party classics\tAddToPlaylist\ni m looking for the television show titled the lonergan review\tSearchCreativeWork\nrate the current essay a five\tRateBook\nplay punk essentials on zvooq\tPlayMusic\nwhat is the weather forecast for four pm close to stretch point state park\tGetWeather\nbook the tea house on north river\tBookRestaurant\nshow me the schedule of movie the duchess of langeais in cinema\tSearchScreeningEvent\nplay music from tommy ridgley \tPlayMusic\nshow me the photograph with the title the denial\tSearchCreativeWork\nadd shangri-la to the african heat playlist \tAddToPlaylist\nwhats  the weather in fernando new jersey\tGetWeather\ngive three stars to talbot mundy: messenger of destiny\tRateBook\nwhat is the forecast for here\tGetWeather\nshow me firepower\tSearchCreativeWork\nadd tobias sammet to my bring back the 90s list\tAddToPlaylist\nweather in one minute in norfolk island\tGetWeather\nshow films at the nearest cinema\tSearchScreeningEvent\nplay me a trailer for the north-west passage\tSearchCreativeWork\nfind the schedule for to shoot an elephant at the nearest movie theatre \tSearchScreeningEvent\ncan you give me the movie schedule for amco entertainment\tSearchScreeningEvent\ni need a reservation for a highly rated goiano restaurant in ar\tBookRestaurant\nplay wow by jon theodore\tPlayMusic\nrate this book 5 of 6 points\tRateBook\ni need to add to the all things post starting with my favorites from the silence\tAddToPlaylist\ni give the battle of bretton woods saga two of 6 stars\tRateBook\nwhat time is see grace fly playing at cineplex odeon corporation\tSearchScreeningEvent\ni want to hear some sixties  melody from mark mcentee off of google music\tPlayMusic\nwhat is the cameia national park forecast for in one minute and 1 second\tGetWeather\nadd the artist to my indietronic playlist\tAddToPlaylist\nwhat s the weather forecast for hooven  lithuania on national grandparents day\tGetWeather\nbook a highly rated restaurant with northeastern for 10 in satanta\tBookRestaurant\nadd firehouse to my acoustic soul list \tAddToPlaylist\ni want to get nine seats at a restaurant that serves ice cream cake \tBookRestaurant\ngive 0 points to current series\tRateBook\nwill it be hot in my current location this week\tGetWeather\nbook fast food that is highly rated\tBookRestaurant\ni d like to eat surf and turf in one minute at a bar\tBookRestaurant\nbook a spot far from åland\tBookRestaurant\ni need to book a table at brasserie for 10 that is highly rated in kentucky\tBookRestaurant\nfind mann theatres movie schedule\tSearchScreeningEvent\nput ik tara onto pure seduction playlist\tAddToPlaylist\nhow to get saga stronda style\tSearchCreativeWork\nshow the put yourself in his place game\tSearchCreativeWork\nwhat s the weather here at 2 pm \tGetWeather\nfind the putrid death sorcery soundtrack\tSearchCreativeWork\nrate the book line to tomorrow three stars\tRateBook\ngive 1 out of 6 points to current saga\tRateBook\ncan you give me the weather forecast for nov  9th for lakeview heights  la\tGetWeather\nwhat movies are playing at cobb theatres\tSearchScreeningEvent\nplay a top-twenty tune by noor jehan\tPlayMusic\nadd i hate myself and i want to die  to my six string peacefulness\tAddToPlaylist\nshow me the game english freakbeat\tSearchCreativeWork\nbook a table at a restaurant for 10/24/2028 for me and lauren\tBookRestaurant\nwhat howards end cinema is near\tSearchScreeningEvent\nwhat are the movie times for films nearby\tSearchScreeningEvent\nplay tad kinchla soundtrack\tPlayMusic\nbook a spot for 2 at a brasserie that has hot dog in wa at twelve am\tBookRestaurant\nplay a song by busta rhymes\tPlayMusic\nis the weather colder in costa rica\tGetWeather\nfind five came back for me\tSearchCreativeWork\ni give the thibaults a 1 \tRateBook\nadd take me back to dear old blighty to my dinner playlist\tAddToPlaylist\ndownload the red eagle tv show\tSearchCreativeWork\nplay the song remains the same with pandora\tPlayMusic\nis it possible to find the book live in europe online\tSearchCreativeWork\ni want to read the novel pokémon the movie: black—victini and reshiram and white—victini and zekrom \tSearchCreativeWork\ni give the previous album a zero \tRateBook\nlook for the learning & behavior picture\tSearchCreativeWork\nlook up the this is halloween trailer\tSearchCreativeWork\nwhat is the forecast this evening for the calipuy national reservation\tGetWeather\nbook a reservation for can fabes nearby namibia\tBookRestaurant\ni want to book a restaurantin perrytown missouri for candice  jeannie and nichole \tBookRestaurant\ni want to play the video game the coyote kings of the space-age bachelor pad\tSearchCreativeWork\nplease add the song by sunil santha to my pre-party r&b jams list\tAddToPlaylist\nplease play the most popular ep from 1998 by mc frontalot \tPlayMusic\nfind book in the valley\tSearchCreativeWork\nrate this essay zero  of 6 points\tRateBook\nadd ricky nelson to my classical x playist\tAddToPlaylist\nwill the weather be cloudy seven weeks from now in hinckley \tGetWeather\nbook reservations at restaurant in edgemoor nm on august 3  2024\tBookRestaurant\ni want to hear a symphony from kano\tPlayMusic\nis it going to be nice in sandoval belgium\tGetWeather\nplay elastic love by junior marvin\tPlayMusic\nfind five spanish songs  a photograph\tSearchCreativeWork\nplease play some bill evans music \tPlayMusic\ngive me a list of films that play in the neighbourhood\tSearchScreeningEvent\nadd this tune to escapada\tAddToPlaylist\nrate this essay with three of 6 \tRateBook\nwhat s the weather in new beaver\tGetWeather\nput on vimeo and play kacapi suling\tPlayMusic\nplay music by keren woodward\tPlayMusic\nbook a restaurant for 5\tBookRestaurant\nplease play a movement by rupam islam\tPlayMusic\nfind a movie called emerald city\tSearchCreativeWork\nwill it be chilly at 11 am in loup city\tGetWeather\nopen itunes and play heath music from 1981\tPlayMusic\nbook a spot for ten at a pub that has umbrian in nv on feb  the fourth\tBookRestaurant\nplay all music alan released in 1997\tPlayMusic\ngive this textbook zero stars\tRateBook\non lea s saturday night playlist add the name d generation\tAddToPlaylist\nplay music on netflix\tPlayMusic\nwhat s the weather for new york on july the 28th  2032\tGetWeather\nadd tour generación rbd en vivo to the roadrunner rec new releases playlist  \tAddToPlaylist\nfind a tv series called white bread black beer \tSearchCreativeWork\nshow get it together on tv show\tSearchCreativeWork\nplay music from gavin koppell movement\tPlayMusic\nrate the broken spears with 2 stars \tRateBook\nrate the current essay a three\tRateBook\nis snowfall forecast in pa\tGetWeather\nadd song to rocksteady playlist\tAddToPlaylist\nwill there be a depression in the weather here on cyber monday\tGetWeather\nwhat is the weather of new jersey palisades at three hundred three days from now\tGetWeather\ni want to book a restaurant\tBookRestaurant\nadd to my playlist lazy chill afternoon nothing can stop us\tAddToPlaylist\nbook reservation at a restaurant in south mills mt for one at 07:07\tBookRestaurant\nsearch for tera: the exiled realm of arborea\tSearchCreativeWork\nfind me the novel of a dictionary of slang and unconventional english\tSearchCreativeWork\nrate the last textbook three stars\tRateBook\ni d like to see hannah montana and miley cyrus: best of both worlds concert\tSearchCreativeWork\nwill it be sunny in south superior\tGetWeather\nwhere did the painting highs in the mid-sixties go\tSearchCreativeWork\ni would give this current novel a value of 3 and a rating of 6\tRateBook\ncan you please look up the tv series  an experiment with time\tSearchCreativeWork\nwhat time are animated movies playing in the area \tSearchScreeningEvent\nadd this tune to my top 100 rock tracks on spotify\tAddToPlaylist\nthe current series only deserves two out of 6 \tRateBook\nadd eric moo to women of jazz\tAddToPlaylist\nwhat is the weather going to be like this evening in arkansas\tGetWeather\ncould i download chavez: inside the coup\tSearchCreativeWork\nfind the son of man show\tSearchCreativeWork\nwhat movie schedules are at national amusements\tSearchScreeningEvent\nfind a movie house closest showing operation: kingdom\tSearchScreeningEvent\nmovie schedules at amc theaters\tSearchScreeningEvent\nwhere to buy education for chemical engineers\tSearchCreativeWork\nwhat is the movie schedule at the imax corporation three minutes from now\tSearchScreeningEvent\ngive two out of 6 points to current textbook\tRateBook\nfind the tv series i build the tower \tSearchCreativeWork\nneed a restaurant booking for next week for a party of 6 in the state of or\tBookRestaurant\nplay celtic music\tPlayMusic\nbook a restaurant for three people in jenkins \tBookRestaurant\ni give this last novel only 1 points\tRateBook\nplay innovations by kokia\tPlayMusic\nin ut at 7 pm will it be snowy\tGetWeather\ni need a table for five in viroqua\tBookRestaurant\nplay me the newest fourties symphony\tPlayMusic\nshow movie times at megaplex theatres\tSearchScreeningEvent\nrate the current novel one of 6\tRateBook\nwhat is the movie schedule at dipson theatres\tSearchScreeningEvent\ni want to eat at the trout creek restaurant for 9 people for bougatsa that is the best\tBookRestaurant\nplay some latin music \tPlayMusic\nadd a track to my girls  night playlist \tAddToPlaylist\ngive the turning point a 0 out of 6 \tRateBook\nshow me the closest 12 a m  showing at a movie house of an animated movie\tSearchScreeningEvent\nbook an australian restaurant in moldova\tBookRestaurant\nwill there be rainfall four weeks from now in tehama bahamas\tGetWeather\nplay sergei anatoljewitsch kurjochin s music on groove shark \tPlayMusic\nwhat is the movie schedule for animated movies in the area\tSearchScreeningEvent\nplay top music from charles l  johnson on vimeo \tPlayMusic\nplease find me glass cloud – single \tSearchCreativeWork\nwhere is priorities on parade playing\tSearchScreeningEvent\ngive jackass investing a three\tRateBook\nplay music on pandora\tPlayMusic\nwhat will the weather be in norway at sunset\tGetWeather\nplay me hier encore by greydon square\tPlayMusic\nrate this book titled cold two stars\tRateBook\nplease tell me the movie schedules\tSearchScreeningEvent\nmy rating for dilvish  the damned is 4 out of 6\tRateBook\ncan you pull up my name is brain brian\tSearchCreativeWork\ni give ruled britannia a rating of five out of 6 \tRateBook\nweather for knierim kansas in twelve weeks and a half from now\tGetWeather\nrate the current textbook 5 stars\tRateBook\nbook a table for 8 at a pub in north carolina\tBookRestaurant\nwhat will the weather be this year in horseshoe lake state fish and wildlife area\tGetWeather\nwhat is the temperate in uzbekistan\tGetWeather\nadd the r l burnside album to my nothing but a party r&b playlist\tAddToPlaylist\nplease pull up the album  the last war\tSearchCreativeWork\nplay some 1959 songs on iheart\tPlayMusic\nbook a spot for nine at a top-rated brasserie that has swiss within the same area of new york\tBookRestaurant\nfind the movie schedules for consolidated theatres \tSearchScreeningEvent\nbook pm park  clear lake  iowa at 5 am for 6 people \tBookRestaurant\nwhere can i find a painting called battlestations: pacific\tSearchCreativeWork\nis it going to be warmer in 2 years and a half in deweese\tGetWeather\nfind darker than black \tSearchCreativeWork\nbook an australian restaurant in jacksboro three weeks from now for my step father and i \tBookRestaurant\nplay some tony grant \tPlayMusic\nfor the classic road trip songs add the entity unwelcome\tAddToPlaylist\nadd album to my deathcore playlist\tAddToPlaylist\nplay me a 1986 jim root\tPlayMusic\nadd an album by liza oumarova to the steampunk playlist \tAddToPlaylist\ncan you find me the stand proud book\tSearchCreativeWork\nplay the television show tears laid in earth\tSearchCreativeWork\nwhat are the movie times one second from now at the alamo drafthouse cinema\tSearchScreeningEvent\nrate this book the book of snobs 1 points\tRateBook\nadd tony kakko music to street dance playlist\tAddToPlaylist\nhow do i find the soundtrack african development perspectives yearbook\tSearchCreativeWork\na rating of four out of 6 goes to memory in death\tRateBook\nbook a spot for six at bear hotel in 5 seconds \tBookRestaurant\ntell me if it ll be freezing this year in id\tGetWeather\ngive the current essay a rating of zero out of 6 stars \tRateBook\nshow me the schedule of movie warning from space closest to movie house\tSearchScreeningEvent\nreserve a table for two at the restaurant at 9 pm\tBookRestaurant\nwhat movie house is the closest playing animated movies\tSearchScreeningEvent\nadd stuck on nothing to my sax and the city playlist\tAddToPlaylist\nfind me a creole restaurant\tBookRestaurant\nrate the current textbook 3 of 6 stars\tRateBook\nin portales gambia what is the humidity this morning\tGetWeather\nbook a spot at a sushis diner in minnesota\tBookRestaurant\nwhat is the weather going to be like in reidland new mexico next jun \tGetWeather\ni d like to know how the weather will be at 8 pm in tennessee \tGetWeather\nfind a movie house closest with animated movies\tSearchScreeningEvent\nplay the birds and the bees by ceca \tPlayMusic\nrate myths of the near future three points\tRateBook\nshow me a television show named a love to hide \tSearchCreativeWork\nplay some bertine zetlitz record\tPlayMusic\nplay hanging in the balance by nik kershaw on zvooq \tPlayMusic\nwhat is the weather for charlotte hall saint kitts and nevis\tGetWeather\nplay music from the twenties with slacker\tPlayMusic\nplay fourties music on pandora \tPlayMusic\nbook a churrascaria in macao on may the twenty-third\tBookRestaurant\nshow me the sex therapy painting\tSearchCreativeWork\nshow movie schedules\tSearchScreeningEvent\nmy feelin  good playlist needs some mai selim in it  \tAddToPlaylist\nwill it be hotter in md on apr  10th\tGetWeather\nhow much rain are we getting in current position\tGetWeather\nadd this artist to my 59th grammy awards\tAddToPlaylist\nadd pittsburgh slim to my indie mim playlist \tAddToPlaylist\nthe current essay feels like a 3 \tRateBook\ni need to book a table for claudia and imelda at a brasserie that is top-rated\tBookRestaurant\nshow me movies in the area\tSearchScreeningEvent\nrate this album a 3\tRateBook\nbook a restaurant in puerto rico\tBookRestaurant\nfind a reservation for a party of six in tuvalu\tBookRestaurant\nadd a rachael price album to todo edm\tAddToPlaylist\nrate the rules of survival a 5 value\tRateBook\ni want to watch animated movies at showcase cinemas\tSearchScreeningEvent\nrate beaver towers five out of 6 stars\tRateBook\nfour points for this essay\tRateBook\nbook a tavern on lincoln s birthday/lincoln s day\tBookRestaurant\nplay a 2001 tune\tPlayMusic\nsearch for the abel sánchez: the history of a passion novel\tSearchCreativeWork\nwhen is percy jackson playing at the movie theatre\tSearchScreeningEvent\nmake a booking for the highly rated food court in montenegro \tBookRestaurant\nwhat will the temperate be here on shmini atzeret\tGetWeather\nwhat s the weather in ecola state park in three minutes\tGetWeather\ncan you play me some britpop music\tPlayMusic\ni need a reservation for my teens and i six months from now in tennessee\tBookRestaurant\nwhat is the current weather forecast for diamondville\tGetWeather\nrate this textbook 1 stars\tRateBook\nplay richard fortus  live collection \tPlayMusic\nshow me the best of: volume 1 tv series\tSearchCreativeWork\nadd this artist to queen playlist\tAddToPlaylist\nplay me a concerto by jethro burns from zvooq\tPlayMusic\nadd this song to wedding classics playlist\tAddToPlaylist\nadd more david wolfenberger to my duetos playlist  \tAddToPlaylist\nput another song in the cloud rap playlist  \tAddToPlaylist\nshow me the painting live – very live in concert\tSearchCreativeWork\nplay a sudden rainstorm playlist \tPlayMusic\nplay the most popular johnny clarke on deezer \tPlayMusic\ni wish to listen to some fifties music \tPlayMusic\nopen vimeo and paly every song released in 1986\tPlayMusic\ni want to watch the show railroad model craftsman\tSearchCreativeWork\nplay dawn richard song white summer\tPlayMusic\nbook a restaurant in mauritania for 1 person \tBookRestaurant\ni give zero points to this chronicle\tRateBook\nadd famous to my playlist lo que suena new york\tAddToPlaylist\nshow the movie times\tSearchScreeningEvent\nplay concerto from the eighties\tPlayMusic\ni want novena on a nocturn added to the playlist called gold edition\tAddToPlaylist\nwhat is the foggy forecast for nov  15 in france in brookland terrace\tGetWeather\ni give the current essay a two\tRateBook\nis it likely to be warm in rush hill\tGetWeather\nplay some hong junyang \tPlayMusic\nfind the schedule for animated movies in the neighborhood \tSearchScreeningEvent\ni want a photograph of elizabeth the queen\tSearchCreativeWork\ntell me when it will be humid here\tGetWeather\nadd fish leong to my i love my  00 s r&b playlist\tAddToPlaylist\nplay got to be free by madeleine peyroux\tPlayMusic\nthis album is the last and rated five\tRateBook\nrate this textbook four of 6\tRateBook\nplay a record by black wall street records\tPlayMusic\nadd viktor merjanov to california rock state\tAddToPlaylist\nadd an andy hurley album to my transatlantic lullaby list\tAddToPlaylist\nrate the current album one points\tRateBook\nfind the book called black wings of destiny\tSearchCreativeWork\ni am rating book of challenges four stars\tRateBook\ni m looking for the movie white unicorn\tSearchCreativeWork\nrate winning the oil endgame zero of 6\tRateBook\ncan you get me the education of little tree song\tSearchCreativeWork\nshow an actress for the newest album \tSearchCreativeWork\nbook a reservation for gaslight tavern on may the twenty-seventh\tBookRestaurant\nfind belle of the yukon\tSearchScreeningEvent\nplay a chaos of desire from dan snaith\tPlayMusic\nfind the book time and again\tSearchCreativeWork\nrate peveril of the peak a five\tRateBook\nplay music from 2000 on spotify\tPlayMusic\nplay off the ground\tSearchCreativeWork\nmake me a reservation at a delicatessen that serves tofy for a party of four in az\tBookRestaurant\ngive the chronicle fathers and crows a 5 out of 6 \tRateBook\nplease add carmel to my lunchtime playlist \tAddToPlaylist\nbook for 3 in u s  virgin islands\tBookRestaurant\nfind me the movie times for the marcus corporation\tSearchScreeningEvent\nlet me get the movie schedule for lunch time \tSearchScreeningEvent\nplay by the sleepy lagoon by greg kurstin\tPlayMusic\nis it colder faraway from my current spot\tGetWeather\nplease find brand new strings\tSearchCreativeWork\ni want a table for 2 at a portugal restaurant\tBookRestaurant\nlet s play the album handover on deezer\tPlayMusic\nbook a spot for 10 at shopsins in denmark on st  patrick s day\tBookRestaurant\nadd people take pictures of each other to rhythm and blues playlist\tAddToPlaylist\ncan a i get the movie schedule for sympathy for the devil\tSearchScreeningEvent\nwhat are the weather conditions going to be like in manhasset  vermont on dec  the 6th  2036\tGetWeather\nadd night and day to my lazy chill afternoon playlist\tAddToPlaylist\nadd d-day dodgers to my running power playlist\tAddToPlaylist\nadd aprite le finestre to my this is earth  wind & fire playlist\tAddToPlaylist\nadd bob klose to la mejor música para tus fiestas \tAddToPlaylist\ni need a reservation at sunrise for melva and heidi at a local restaurant \tBookRestaurant\nadd saxophone supremacy to ofelia s calm before the storm playlist\tAddToPlaylist\nbook me a pizzeria that serves oreo for eight\tBookRestaurant\nat ten am what will the weather be like nearby in cyprus\tGetWeather\nwhen and where is nefertiti  queen of the nile playing\tSearchScreeningEvent\nwhat time is a man for burning playing\tSearchScreeningEvent\nplay 1993 theme music\tPlayMusic\nfind a soundtrack called new religion \tSearchCreativeWork\nrate the under the sign of saturn 0 of 6\tRateBook\ngive this chronicle 4 stars \tRateBook\ngive begums thugs and white mughals four points\tRateBook\nrate the book saga a coin in nine hands 0 points\tRateBook\nbook in pine bluffs for 5 people in the same area\tBookRestaurant\ni give cross country four out of 6 \tRateBook\nplay dave wyndorf album\tPlayMusic\nbook reservations at a restaurant in olton around supper time\tBookRestaurant\nadd tune to my playist the piano bar\tAddToPlaylist\nwhere can i see animated movies that s nearby\tSearchScreeningEvent\nwhat animated movies are in the area\tSearchScreeningEvent\n4 stars for three to get deadly\tRateBook\nadd gabrial mcnair to my love in paris list\tAddToPlaylist\nwhat is the posey island state park forecast for colder temps at meal time\tGetWeather\nhow will the weather be this month in or\tGetWeather\nwhat can i watch watch the television show catch\tSearchCreativeWork\ni would give this current novel 4 points\tRateBook\nplay fifties music on slacker \tPlayMusic\nis the mystical adventures of billy owens playing at the closest movie house\tSearchScreeningEvent\nrate encyclopaedia of the social sciences zero out of 6\tRateBook\nlocate me the novel entitled isthmus \tSearchCreativeWork\nplay some dance music\tPlayMusic\nbook a restaurant this year for party of 2\tBookRestaurant\ni would give feast of the innocents a value of 1\tRateBook\ni want to give the first person and other stories 0 out of 6 stars\tRateBook\nwhat is the nearby forecast for here at 15:26:11\tGetWeather\nhow will be the weather in waltersville in one hour \tGetWeather\nplay music by antonella barba from the album bath\tPlayMusic\nwhat movies are playing at the closest cinema\tSearchScreeningEvent\nis there a game called the neutral zone\tSearchCreativeWork\nwhat is the weather for my current place\tGetWeather\nshow me rapid city muscle car \tSearchCreativeWork\nbook a reservation for 9 people at a roman pizzeria\tBookRestaurant\nwill it be chilly in penuelas indonesia on nov  26th  2030\tGetWeather\nwhat s the weather like in hamilton city\tGetWeather\nwhere can i see the trailer of take me to the king\tSearchCreativeWork\nis it going to be stormy close to australia\tGetWeather\nplay a tune from space mandino \tPlayMusic\nwhat time is the brat playing at the movie house\tSearchScreeningEvent\nfind the bride\tSearchScreeningEvent\ni d like to book at a place in michigan for a party of 3  name of the restaurant is carter house inn \tBookRestaurant\ntell me when it ll be chillier in cavalero corner  id\tGetWeather\nare there any movies playing at 5 am at north american cinemas\tSearchScreeningEvent\ndiana in search of herself is average and gets a 3 out of 6 points\tRateBook\nshow olympia 81 saga\tSearchCreativeWork\ncan i get the movie schedule for loews cineplex entertainment\tSearchScreeningEvent\nbook a boon brick store for my grandkid and i at evans mills\tBookRestaurant\ni want to eat choucroute at a brasserie for 8\tBookRestaurant\nplay funky heavy bluesy\tPlayMusic\nrate the current album 2 points out of 6\tRateBook\ngo to the photograph the inflated tear \tSearchCreativeWork\nrate richard carvel 4 out of 6\tRateBook\n"
  },
  {
    "path": "data/stackoverflow/dev.tsv",
    "content": "text\tlabel\nIs there a way to define reusable properties to n-hibernate mappings?\thibernate\nApache C module creation, problem linking SQLite\tapache\nHow to change propertis of DrawingArea in Gtk2Hs\thaskell\nParsing older SpreadsheetML Schemas\texcel\nwhen automatically updateing wordpress how does it grab files from another server and store it on my server?\twordpress\ncredit card detail in magento\tmagento\nMac OS X app/service and stdin?\tosx\nmod_rewrite proxy RewriteRule not working\tapache\nDesigning objects for Hibernate\thibernate\ncall matlab APIs in C C++\tmatlab\nVisual C++ error C2143: syntax error: missing ')' before 'constant'\tvisual-studio\nCreate a view that displays node count?\tdrupal\nType of a local function in haskell\thaskell\nBest way to organize MATLAB classes?\tmatlab\ndrupal feed aggregator\tdrupal\nExcel  - changing embeeded DSN\texcel\nHSQL Subqueries\thibernate\nHow do I create two mutual producer/consumers with internal state in Haskell?\thaskell\nDebugging mod_rewrite rules without RewriteLog?\tapache\nHow to change the wordpress header request\twordpress\nCreating a .bashrc function to search through all files for a particular string\tbash\nFunction Overloading in Excel VBA\texcel\nD6: how to get at node fields in preprocess_page() ?\tdrupal\nShow warning/error to user without using wp_die\twordpress\nLogging to the ULS log on a WSS 3.0 server\tsharepoint\nHow to tab between buttons on an OSX dialog box\tosx\ninstalling pygobject on mac for Python 2.6\tosx\nHow can I represent intervallic rules in Excel financial models?\texcel\nRewrite URL from http://example.com/blog/ to http://blog.example.com/\tapache\nhibernate query problem, so close and stumped...\thibernate\nScala: match and parse an integer string?\tscala\nExpressions in hibernate criteria\thibernate\nShow home in breadcrumb navgation in Document Library in My Site in SharePoint\tsharepoint\nBest practices for returning and displaying data from AJAX calls.\tajax\nConverting large array of 8 bit binary\tmatlab\nDrupal: The selected file intersection.png could not be uploaded.\tdrupal\nMaskedEditExtender\tajax\nApache log lines appearing out of sequence - why?\tapache\nProject management: SharePoint vs activeCollab\tsharepoint\nSelecting the distinct values from three columns with the max of a fourth where there are duplicates\toracle\nWhat's wrong with adding LOBs to an Oracle table?\toracle\nCan a custom guard mechanism be defined in Haskell?\thaskell\nSome SharePoint pages serve as http in https environment\tsharepoint\ngood code dojo question for introductory scala?\tscala\nStored Procedures in MS-SQL Server 2005 and Oracle\toracle\nlegend for group of lines\tmatlab\nWhat is the correct type declaration for this function?\thaskell\nWordpress, two URLs for the same post\twordpress\nCocoa Notification Example\tcocoa\nSearching if value exists in a list of objects using Linq\tlinq\n\"How to \"\"flatten\"\" or \"\"collapse\"\" a 2D Excel table into 1D?\"\texcel\nDrupal: installing it in a subfolder...\tdrupal\nNavigating trees with LINQ to entities\tlinq\nQestion about spring manning-in-action\tspring\nError when calling compiled m-file(.jar) in a multi threaded Java app\tmatlab\nHow to find out whether subversion working directory is locked by svn?\tsvn\nUsing stdout/stderr/stdin streams behind haskell's FFI\thaskell\nadd dropdowns to magento\tmagento\nEasy Way to Split a Large Text File?\tbash\nASPX or ASHX as ajax server page ?\tajax\nStrange type-related error\thaskell\nMaking small haskell executables?\thaskell\nMAGENTO: welcome page and pricing by city\tmagento\nReturn value alternative in Managed Code\tvisual-studio\nShorten delay when hovering over auto-hide panel / toolbars in Visual Studio '08\tvisual-studio\nSpring  HibernateDaoSupport keep the same Session ?\thibernate\nTrac vs FogBugz\tsvn\nOpen two instances of a file in single Visual Studio session\tvisual-studio\nProtect private key in Qt application\tqt\nLimit Oracle / ASPX Query Time\toracle\nTrying to upgrade Python to 3.0 on Mac OS 10.5.8\tosx\nTransactions in wordpress database\twordpress\ndelayed call, with possibility of cancelation\tcocoa\nWordpress inline label (jQuery)\twordpress\nWhy is this bash prompt acting strangely/disappearing, and how do I fix it (OS X)?\tbash\nConnect to Sharepoint trough Cocoa\tcocoa\nParallel processing from a command queue on Linux (bash, python, ruby... whatever)\tbash\nmanually finding the size of a block of text\tvisual-studio\nsubversion\tsvn\nHow to clear the IntelliJ project index?\tosx\nLINQ injecting Unicode Characters\tlinq\n\"\"\"cascading\"\" a hibernate entity listener?\"\thibernate\nHow to make Divide(column1/column2) in hibernate criteria projections\thibernate\nServer-side, get progress on sending file\tapache\nHow do you modify existing SharePoint sites?\tsharepoint\nWhat is the difference between Microsoft AJAX and AJAX Pro?\tajax\nDebugging LINQ to SQL SubmitChanges()\tlinq\n\"\"\"Live Preview\"\" of a forum post or comment, like stackoverflow does\"\tajax\nBest method to peek into a Scala Actor's Mailbox\tscala\nHow to automatically refresh excel formulas?\texcel\nNaming case classes in Scala.\tscala\n\"BASH: Does it support conditional variables like var=\"\"test\"\"?\"\"1\"\":\"\"2\"\"\"\tbash\nhow to create & call slot in other class than MainWindow?\tqt\nSubversion Merge between multiple working copies?\tsvn\nQCompleter and QLineEdit for multiple words\tqt\nEnabling new admin action(button sales_order/view) in ACL\tmagento\nSaving/Associating slider values with a pop-up menu\tmatlab\nAutomatically refresh Drupal node after hook_view\tdrupal\n\"A list of scala \"\"global\"\" functions?\"\tscala\nMapping over IO in Haskell\thaskell\nQT: having problems responding on QWebView::linkClicked(QUrl) - slot signal issue\tqt\nshell script for replacing some files with symlinks\tsvn\nWhen to use a lightbox effect?\tajax\nCan FxCop/StyleCop be limited to only analyze selected methods from with Visual Studio?\tvisual-studio\nFrom iPhone to Mac programming\tosx\nExemplary open-source Spring projects\tspring\nHelp functors sink in.\thaskell\nUsing spring to get your service layer - good idea?\tspring\nDoes Linq and projects like i4o make object oriented DBs a viable alternateive to relational DBs?\tlinq\nbash: Measure disk space of certain file types in aggragate\tbash\nHibernate Mapping Package\thibernate\nTortoiseSVN not asking for authentication?\tsvn\nJQuery, Ajax, JSon, PHP and parsererror\tajax\nCan I run two web servers on the same computer?\tapache\nVisual Studio Add-in QueryStatus() calls\tvisual-studio\nConverting Java collection into Scala collection\tscala\nMixing Single and Double Quotations in Bash\tbash\nInterface-Builder outlets causing odd display behaviour\tcocoa\nObject Oriented Model on top of LINQ to SQL\tlinq\nApache mod_rewrite to catch XML requests\tapache\nDrupal newbie question\tdrupal\nHow can i get error message in form:errors tag by using MultiActionController ?\tspring\nturn globed match from case into an array.\tbash\nWordpress .htaccess errors\tapache\nDoing an AJAX request to a website that might be up, or might be down\tajax\nAre there any purely functional Schemes or Lisps?\thaskell\nGet router mac (without system call for ARP) in Objective-C\tosx\nAJAX (prototype/java) getting partial status updates during execution\tajax\nScala Programming for Android\tscala\nnmake, visualstudio, and .mak files\tvisual-studio\ncommands from .bashrc not available in emacs\tbash\nHow do I set X-UA-Compatible header to IE=EmulateIE7 for IE 8 browsers using Apache 2.0?\tapache\nin Excel , in my pivot tables when i drop down the row fields, value filter option is disabled\texcel\nHow to load php file using ajax. Some Compatibility Problem\tajax\nSending progress message from Server to Client using Ajax.\tajax\nhow best to loop through an array taking into account of the index in matlab?\tmatlab\nCompartment items not displayed in DSL diagram\tvisual-studio\nMixing ON and USING within one join\toracle\nQt use-case for same signal to 2 slots on same object?\tqt\nWhy i get this following error when using dir in Matlab?\tmatlab\nDrupal relative link problems moving from mydomain.com/test to mydomain.com\tdrupal\nUnderstanding Haskell accessor functions\thaskell\nMonad trait in Scala\tscala\nIs there a function for checking whether a matrix is diagonally dominant (row dominance)\tmatlab\ncalling grep from a bash script\tbash\nWhat's the best way to trim whitespace from a string in Objective-C?\tcocoa\nUpdate bound dictionary based on NSTextFieldCell's edited value\tcocoa\nLimit number of concurrent connections in Apache2\tapache\nArrange Log Entries into Dated Files\tbash\nBash: Detect if user's path has a specific directory in it\tbash\nIs it possible to create indices on join table using Hibernate annotations and hbm2ddl?\thibernate\nMemory performance of Linq to DataSets / Objects with large data sets\tlinq\nbash script to always answer No to any prompt ?\tbash\nApache <LocationMatch> regEx field\tapache\nwordpress: How can I display multiple pages on one page?\twordpress\nAdd New Group - Access Denied error\tsharepoint\nHow can I get notified when the user finishes editing a cell in an NSTableView?\tosx\nSpring destroy-method & half injected objects\tspring\nWhat is the correct way to tell when an NSArrayController is finished loading it's content from a persistent store?\tcocoa\nIs there an Oracle SQL query that aggregates multiple rows into one row?\toracle\nHow to create unboxed mutable array instance\thaskell\nWhich would you rather use: VisualSVN or AnkhSVN?\tvisual-studio\nHow to switch SVN server from one IP address to another\tosx\nHelp getting inserted data after Qt's rowInserted signal\tqt\nInserting text to a file with Sed within Bash Script\tbash\nHow to create a lookup column that targets a Doc Lib and uses the 'Name' of the document?\tsharepoint\nHow to create and require completion of a subset of several tasks Workflow Foundation?\tsharepoint\n\"Is there a way to do more \"\"dynamic\"\" data constructors in Haskell?\"\thaskell\nAppend text to stderr redirects in bash\tbash\nExport to excel in c#\texcel\nsvn add interactive\tsvn\nPassing variable through ssh doesnt work\tbash\nIs there any way to sticky a file in subversion\tsvn\nWhats wrong with this FIRST_VALUE query?\toracle\nOpen a file in Visual Studio at a specific line number\tvisual-studio\nTips for running Subversion in a Windows world\tsvn\nCopy SVN Repository\tsvn\nHow to parse a binary file using Javascript and Ajax\tajax\nDrupal: theming category pages\tdrupal\nHow do you add weights together in an oracle text index?\toracle\nNetwork Packet Inspector in Mac OSX\tosx\nCocoa app, my problem with -windowShouldClose\tcocoa\nHow to stop Visual Studio from automatically creating solution files\tvisual-studio\nDisabling default XML Schemas in Visual Studio?\tvisual-studio\nHow do I transpose a vector into the third dimension?\tmatlab\nFile read from SharePoint via IE. My app is opened with the temp file; what is the SharePoint URL?\tsharepoint\nIs there a simple way to restore widget sizes in Qt?\tqt\n\"Linq to SQL: DataTable.Rows[0][\"\"ColumnName\"\"] equivalent\"\tlinq\nWriting to files in bundle?\tcocoa\nHow do I write a bash script to restart a process if it dies?\tbash\nSpring Open JPA\tspring\nVaadin and Spring MVC Integration\tspring\nHow does the NotNull trait work in 2.8?\tscala\nHas anyone else seen bugs in Excel's activex combo boxes, (especially when contained in a sheet and when using the listfillrange or linkedcell properties)?\texcel\nDrupal module development question relating to cookies and redirects\tdrupal\nHow can I import a directory structure into SVN, keeping the file and folder modifed dates the same?\tsvn\nRepresenting multiple ordering through Spring @RequestParam\tspring\nWordPress Business Directory - best approach\twordpress\nHow do I implement a collection in Scala 2.8?\tscala\nany readings/books recommended for a beginner mobile qt developers?\tqt\nWordpress selecting wrong DB\twordpress\nProblem running my project in IE 6.0 and 7.0\tajax\nBASH file attribute gymnastics: How do I easily get a file with full paths and privileges?\tbash\nHow do I inject a single property value into a string using spring 2.5.x ?\tspring\nadd web part to PersonalViews.aspx in sharepoint\tsharepoint\n\"Oracle Date formatting \"\"2009-02-13T11:46:40+00:00\"\"\"\toracle\nLinq Query on int using string\tlinq\nWordpress: How to get a thumbnail post plugin to work...\twordpress\nSpring can't see my imported classes\tspring\nDrupal: show sub-menu in a different block as the parent menu\tdrupal\nhow do you normalize a file path in bash\tbash\nScript to recursively delete CVS directory on server\tbash\nGood way to start developing for iPhone, given some experience in Cocoa on Mac\tosx\n\"Using CreateObject(\"\"Excel.Application\"\") - issues with unsigned control\"\texcel\nHow to duplicate Magento report? Unable Change action function name\tmagento\nHow can Oracle User Profiles be put to practical use?\toracle\nHow do I tell when a CUPS print jobs has been completed plus info about that job?\tosx\nAre there any tutorials on building a simple interpreter using Alex + Happy?\thaskell\nAdd axes to an image in matlab ?\tmatlab\nexcel programming\texcel\n2 mysql instances in MAC\tosx\nHow to Execute Subversion Post-Commit Trigger Without New Changeset?\tsvn\nHow to upgrade wordpress and it's plugins flawlessely and without facing any trouble?\twordpress\nHibernate clear collection with all-delete-orphan and then add to it causes ConstraintViolationException\thibernate\nhow to set SqlMapClient outside of spring xmls\tspring\nVisual Studio Memory Usage\tvisual-studio\nAccessing Excel Custom Document Properties programatically\texcel\nLoading Constants from db and reading them in an include file\tspring\nRemoving javascript created content...\tajax\nHow to create project specific respository post-commit actions\tsvn\nPatching out CALLL by replacing with NOPs works in user space but not in kernel space\tosx\nStrange CSS/Apache problem\tapache\nHow can I prevent a main menu item with sub items from being clickable in Wordpress?\twordpress\nHibernate: page results AND know the result size\thibernate\nSupply Spring managed objects to non Spring managed Objects?\tspring\n\"What are the possible tags of \"\"global\"\" tag in Magento \"\"config.xml\"\" file?\"\tmagento\nLooking for a good Spring framework cheat cheet\tspring\nWhich is the best IDE for Scala development?\tscala\nDon't understand the typing of Scala's delimited continuations (A @cps[B,C])\tscala\n\"\"\"Beautifying\"\" an OS X disk image\"\tosx\nSharepoint Workflow Vs. WFF\tsharepoint\nWhat is the best way to process all versions of MS Excel spreadsheets with php on a non-Windows machine.\texcel\nHow to add greater than/less than to Hibernate filters\thibernate\nBMP2AVI program in  matlab\tmatlab\nSharePoint - How can I customize NewForm.aspx in custom feature?\tsharepoint\nSelection sort in functional Scala\tscala\noracle 11g hibernate problem\toracle\nHaskell: Functions that sometimes return a function\thaskell\nHow can I derefence symbolic links in bash?\tbash\nHow can I find the revision history of the file that was deleted and then resubmitted to SVN?\tsvn\nExcel copy worksheet\texcel\n(Wordpress) Global variable to detect pagination?\twordpress\nFixing a broken subversion setup\tsvn\nCorrupted HTTP headers on Apache/Weblogic 9.2\tapache\nConfiguring Hibernate logging using Log4j XML config file?\thibernate\nCopy document libary sharepoint 2003 include history\tsharepoint\nConvert characters to HTML Entities in Cocoa\tcocoa\nJPOX JDO and Castor JDO compared to Hibernate persistence\thibernate\nIs it safe to assume that Spring MessageSource implementations are thread-safe?\tspring\nUsing Min, Max and Count on HQL\thibernate\nDrupal menu_primary_links() not returning primary links menu on some pages\tdrupal\nSVN + PROJECT MANAGEMENT + WIKI + TODO LIST\tsvn\nRedirecting browser using AJAX\tajax\nRunning NArrange from SVN pre-commit hook\tsvn\nHow can i include the clicked element's id in an ajax call?\tajax\n\"Failed to try  function \"\"permutations\"\" in ghci , Haskell\"\thaskell\nHibernate Annotations - Which is better, field or property access?\thibernate\nMatlab - show strings and numbers together\tmatlab\nSpring Security Concurrency On Different Browsers\tspring\nHow do I insert sysdate into a column using ODP and an XML dataset?\toracle\nWhy does bash sometime not flush output to a file\tbash\nHow do I make a directory immutable in svn?\tsvn\nWhat do I put in the config.xml file to override linkAction in Downloadable (Magento controller)?\tmagento\nWhat is the maximum number of characters allowed in a Note field in SharePoint?\tsharepoint\nPut Links at the End of a Page ( Drupal)\tdrupal\nAdd custom message in Drupal\tdrupal\nLinq to NHibernate project status? Contributing? Lead?\tlinq\nDrupal openlayers form\tdrupal\nMac OS X: Where should I store common application data?\tosx\nWordPress Monthly Archive by Year\twordpress\nHow to register new schema in cocoa/objective-c?\tcocoa\nspecial driver to connect to sql server 2008 express\thibernate\nspecific format for a  title in a Sharepoint Website?\tsharepoint\nHibernate Criteria query on association\thibernate\nBetter way to make a bash script self-tracing?\tbash\nHow to call a function with Rowtype parameter from a select statement in Oracle\toracle\ndisplaying category on a cms page in magento\tmagento\nRender google map in wordpress, based on address custom field\twordpress\nCenter QGraphicsView in Widget\tqt\nCocoa - Notification on NSUserDefaults value change?\tcocoa\nHow to automatically  sort SPListItems based on a field\tsharepoint\nBetter way to access tuple(other than match case)\tscala\nHow to convert from from java.util.Map to a Scala Map\tscala\nQT Regex matches HTML Tag InnerText\tqt\nspring ioc and JSR168 Portlets\tspring\nStructural Type Dispatch in Scala\tscala\nBest way to learn Visual Studio power features\tvisual-studio\nmagento blocks postion\tmagento\nproblem creating an EhCache Cache from spring\tspring\nBook / tutorial / reference on Haskell for rusty Haskell but experienced functional programmer\thaskell\nExtending SharePoint Breadcrumbs across multiple site collections\tsharepoint\nHow can I mix and match custom Spring schema types with traditional Spring schema types?\tspring\nLINQ to SQL vs ADO.Net\tlinq\nHaskell pattern matching - what is it?\thaskell\n\"Why doesn't the \"\"$\"\" function work consistantly?\"\thaskell\nWhat goes on a WebFrontend and what on the Application Server is Sharepont 2007/WSS 3.0?\tsharepoint\nCustom bean instantiation logic in Spring MVC\tspring\nWell written Open Source Cocoa Apps to learn from\tcocoa\nNot showing error messages when validated using @valid(JSR-303) in Spring MVC\tspring\nQuery two tables from different schema\toracle\nO(1) circular buffer in haskell?\thaskell\nVisual Studio - show all calls to a function in source code level\tvisual-studio\nDrupal problem, how to create a fast content module?\tdrupal\nhow to return variable from the function called by onreadystatechange=function()\tajax\nSvn: added files but deleted few before committing: not able to commit now\tsvn\nWhat is after LINQ?\tlinq\nScala combinator parsers - distinguish between number strings and variable strings\tscala\njQuery sortable and AJAX question. (sortable not working when the list comes from AJAX)\tajax\nGuess encoding when creating an NSString from NSData\tcocoa\nSave simple data in Magento's DB w/o Model\tmagento\nqt qmake -tp vc to create visual studio project files\tqt\nReading SWF Header with Objective-C\tcocoa\nHow to wait for an animator to finish?\tcocoa\nCan I see a log of who did what with my subversion server?\tsvn\nSpring JavaMailSenderImpl: where to set the charset?\tspring\nLinking to matlab generated code\tmatlab\nHow do I get the scalaz IDEA live templates working for the symbolic methods?\tscala\n.htaccess rewrite of a url [help with rule]\tapache\nImplementing a KVO/Bindings-Compliant Bridge-Pattern in Cocoa\tcocoa\nTransitioning from WinForms to AJAX, what do I need to know?\tajax\n\"how to replace the \"\"disown\"\" with \"\"screen\"\"?\"\tbash\nScala in java code : $colon\tscala\nScala: Something like Option (Some, None) but with three states: Some, None, Unknown\tscala\nremove external dependecy from svn repo\tsvn\nExecute method on startup in spring\tspring\nIn Cocoa, how do I set the TTL on a packet?\tcocoa\nModify Address Bar URL in AJAX App to Match Current State\tajax\nHow to detect which Space the user is on in Mac OS X Leopard?\tosx\nMatlab on cmd (winxp)\tmatlab\nHibernate: Persist an object as a String?\thibernate\nLoading multiple images in Matlab\tmatlab\nlinq to sql batch delete\tlinq\nMy Magento Extension Install Script Will Not Run\tmagento\nSetting the TabIndex property of many form controls in Visual Studio?\tvisual-studio\nWordpress Blog error\twordpress\ncant exchange widget in QSplitter (Qt)\tqt\nHow to call MATLAB code from C?\tmatlab\nWhy does s ++ t not lead to a stack overflow for large s?\thaskell\nSharePoint 2007 Analytics Package.\tsharepoint\nMagento filter product collection by tier price for current customer group\tmagento\nAutomatic increment of build number in QT Creator\tqt\nEditing large files on Mac OS X\tosx\nPHP & MySQL on Mac OS X: Access denied for GUI user\tapache\nPHP/SQL/Wordpress: Group a user list by alphabet\twordpress\nNeed help converting a nested SQL statement to LINQ\tlinq\nHow do I log Oracle stored procedure calls with parameter values?\toracle\nBest way to implement TouchesMoved\tcocoa\nHow do I get a list of all unversioned files from svn?\tsvn\nHow to make a reference to a cell of another sheet, when the sheet name is the value of a cell?\texcel\nDebugging Apache Perl Script that Communicates over SSH Via Expect\tapache\nBASH Variables with multiple commands and reentrant\tbash\nScala: How to Create Immutable Map/Set from an Seq?\tscala\nsource all files in a directory from .bash_profile\tbash\nVisual Studio 2003, Macro, Process.Attach not working always\tvisual-studio\n\"Wordpress include(\"\"../../../wp-blog-header\"\"); failing\"\twordpress\nhow to dump (print) an OSDictionary to the console / log?\tosx\nBash or Python for extracting blocks from text files\tbash\nforce repaint after button click <- scala\tscala\ni want to make functionality in magento admin panel that admin upload video\tmagento\nOk, enlighten me as usual Stackoverflow: What is Haskell actually useful for?\thaskell\nCapture sound output on mac\tosx\nHaskell: Printing out the contents of a list of tuples\thaskell\nHow to create a Visual Studio Setup Project registry value with the application install path?\tvisual-studio\nSorting a range by the order of another list in Excel\texcel\nHow to automatically spin a 3d hsitogram in matlab?\tmatlab\nChange Sound (or other) System Preferences in Mac OS X\tosx\nTest view keeps dissapearing in visual studio\tvisual-studio\nBash: Recursively adding subdirectories to the path\tbash\nAjax Jquery Get, Post mothed issue.\tajax\nWhat is the linq query that would replace my two foreach\tlinq\nRetrieving an image from database with Linq to SQL\tlinq\nIs there an implementation of IQueryable over DbDataReader?\tlinq\nRun multiple commands in one ExecuteScalar in Oracle\toracle\nSQL/Oracle: when indexes on multiple columns can be used\toracle\nWhere is the Visual Studio layout saved?\tvisual-studio\nhow do i change hibernate logging level\thibernate\nexecute immediate over databse link\toracle\nCustomizing Drupal user account form\tdrupal\nWhat does L == 2 mean in MATLAB?\tmatlab\nAddress Book thread safety and performance\tcocoa\nDebug Qt application among dlls\tqt\nDrupal Views: Generate xml file\tdrupal\nWhy doesn't Wordpress plugin 'WP-Syntax' color Java well?\twordpress\nReleasing Core Framework object references\tcocoa\nSplitting applicationContext to multiple files\tspring\nDrupal 5: Flag module - display user flagged items in a block\tdrupal\nchange in admin setting of magento\tmagento\n\"Bash condition of the form - [ -n \"\"${VAR:-x}\"\" ] gets evaluated even though VAR is set\"\tbash\nWhich is the best php opensource e-commerce for handle 5 million prducts import daily?\tmagento\nMATLAB MEX file: create N-D double matrix\tmatlab\nPL/SQL Trigger - Dynamically reference :NEW or :OLD\toracle\nExtracting 32-bit RGBA value from NSColor\tcocoa\nOS X: bundle location by identifier for newly installed application\tosx\nApache .htaccess vs httpd - does it really matter?\tapache\nApache virtual host configuration on debian\tapache\nCrystal Reports: New Page\tvisual-studio\nHTML type drop down in excel\texcel\nNHibernate vs LINQ\tlinq\nScala's for-comprehensions: vital feature or syntactic sugar?\tscala\nWindows Backup for SVN Repositories\tsvn\nSpring Web Flow\tspring\nDrupal node_seach\tdrupal\nSampling sequences of random numbers in Haskell\thaskell\nMagento - extending the Mage_Catalog_Model_Resource_Eav_Mysql4_Product_Collection class\tmagento\nRails + MS SQL + Mac OS X\tosx\nHow to pipe stderr, and not stdout?\tbash\nspring hibernate: save form object in relation\tspring\nHibernate in Glassfish - Ejb3Configuration NoClassDefFoundError\thibernate\nSimplifying some Haskell code\thaskell\nWordpress thumbnail creation question\twordpress\nWeb test to edit a SharePoint pages properties using Visual Studio Test Suite\tsharepoint\nWhen using Spring Security, what is the proper way to obtain current username (i.e. SecurityContext) information in a bean?\tspring\nHow to get error text in controller from BindingResult\tspring\nHow to extract ID tags from MP3 files in Cocoa?\tosx\nHow do you sanitize your source before doing a subversion commit?\tsvn\nRemote machines cannot connect to Visual Studio web server\tvisual-studio\nHow to allow Users to request access to a particular document in SharePoint?\tsharepoint\nExcel user-defined function not called on cell update\texcel\nSound Generation\tmatlab\nDeterministic Annealing Code\tmatlab\nSafari plugin development\tosx\nDrupal: Upgrade Node strategy\tdrupal\nVBPROJ / CSPROJ\tvisual-studio\nError 1325.„SharePointData” is not a valid short file name during Sharepoint uninstalling\tsharepoint\nAdding a Custom Form Element to an Adminhtml Form\tmagento\nhow to apply different shipping method for different country in magento\tmagento\nPreserving whitespaces in a string as a command line argument\tbash\nWhere is my Drupal View pager?\tdrupal\nConditionally bypassing a Sharepoint 'onWorkflowModified' activity\tsharepoint\nHow to set up OCI to connect to Oracle from PHP?\toracle\nwordpress sidebar and loop php code distorts each other\twordpress\nPrint a string in matlab in color\tmatlab\nHow to make a C# 'grep' more Functional using LINQ?\tlinq\nWhat's the best way to export bug tracking data from hosted HP Quality Center?\texcel\nNSTableView with custom cells\tcocoa\nMagento ignores extra URL parameters set\tmagento\n\"How to decode \"\"application/x-qabstractitemmodeldatalist\"\" in Qt for drag and drop?\"\tqt\nExtracting Filiform Areas using MATLAB\tmatlab\nMagento Store - Best Selling items by Category\tmagento\nWhen does using structs make sense in cocoa?\tcocoa\nDirectly passing html code into webkit\tcocoa\nHow do I write a script to ssh to a computer from a remote computer?\tbash\nGetting a CGImageRef from IKImageBrowserView\tcocoa\nWhat's the cheapest way to get a Visual Studio 2008 Standard Edition license?\tvisual-studio\nSharePoint WebPart Packages and dlls\tsharepoint\nMaking a plot out of a list of points\tmatlab\nWhat tablespace are Oracle sequences stored in?\toracle\nls only these file types using grep\tbash\nHow to increase Oracle CBO cost estimation for hash joins, group by's and order by's without hints\toracle\nChanging the root_dir on a magento system\tmagento\nSubversion - Async development cicle... two trunks?\tsvn\nFork and sync google code svn into github\tsvn\nHow can I create a search block with Taxonomy terms and Keyword search in drupal 5?\tdrupal\nHow to change node languages in batches?\tdrupal\nMac OS X Debug Error\tosx\nWhat does the letter on the Oracle release mean?\toracle\nMATLAB: different function returns from command line and within function\tmatlab\nBest way to draw text with OpenGL and Cocoa?\tcocoa\n\"Handling \"\"Open Document\"\" (odoc) events in Snow Leopard\"\tosx\nWhat is the correct way to handle timezones in datetimes input from a string in Qt\tqt\nHow to Prevent SQL Injection in Oracle SQLPlus?\toracle\nHibernate Annotation + AspectJ -> Attributes names pbs in HQL\thibernate\nHow to return an error from .bat in Visual Studio project?\tvisual-studio\nXDebug produces corrupted files\tdrupal\naddAttributeToFilter not working in magento 1.4\tmagento\nwordpress -> showing custom data from child pages + pagination\twordpress\nHibernate Example OneToMany with compositeKey\thibernate\nDrupal Exclude taxonomy listing pages from search.\tdrupal\nOracle 'identifier myschema.mytable must be declared'\toracle\nListing ajax data in search engines ?\tajax\nWhat is a good web-based Grid that accepts Excel clipboard data?\texcel\nJ2t_Ajaxcheckout installation\tmagento\nWhat happens if hibernate_sequences table is accidentally reset?\thibernate\nHow do we keep track of our working copy's branch?\tsvn\nIs it possible to format a NumberField in a page layout?\tsharepoint\nPage Redirect in SharePoint\tsharepoint\nSetting a Sharepoint Site Theme through a Web Service?\tsharepoint\nHow do I cross fade text to an NSTextView and an image to an NSImageView in a cocoa app?\tcocoa\nDrupal: Modifying a User at Registration\tdrupal\nBranching Strategies (in Subversion) for Multiple Products from One Codebase\tsvn\nLinux: GNU sort does not sort seq\tbash\nCreating a checkbox programatically using Cocoa\tcocoa\nNegating an arbitrary where clause condition (including the null tests)\toracle\nHow do I dynamically create an Expression<Func<MyClass, bool>> predicate?\tlinq\nget ResultSet from Spring-JDBC\tspring\nBest practices for passing data between processes in Cocoa\tcocoa\nNoSuchMethod exception when using scala Regex class... confused...\tscala\nMATLAB Sorting by custom condition\tmatlab\nPassing a milliom numbers from java to matlab?\tmatlab\nexecute function IF criteria is met - wordpress\twordpress\nProcess XML returned via Ajax with E4X?\tajax\nHow to specify javascript to run when ModalPopupExtender is shown\tajax\nreplacing Matlab with python\tmatlab\nFree SQL Query generator tool for oracle database?\toracle\nMaintain HTTP Referer\tapache\nUngroup user menu in Drupal\tdrupal\nRunning MasterPages from the Layouts directory\tsharepoint\nASP Ajax Calendar Extendar and displaying time\tajax\nMagpie removes angle brackets from RSS feed\twordpress\nLinq: GetElementAt() equivalent for retrieving multiple items?\tlinq\nTransforming Scala varargs into Java Object... varargs\tscala\nSpring - Ways to include a jar which itself is using Spring in a Spring project\tspring\nHow many concurrent AJAX (XmlHttpRequest) requests are allowed in popular browsers?\tajax\nSubmitting a list of Items to Database with Linq datacontext\tlinq\nuncomplete ezplot drawing\tmatlab\nType patterns and generic classes in Haskell\thaskell\nSpring JSON View: ApplicationObjectSupport does not run in an ApplicationContext\tspring\nCan regex capture and substitution be used with an Apache DirectoryMatch directive?\tapache\nHow to print integer literals in binary or hex in haskell?\thaskell\n\"Configure continuum 1.2.3 with maven2 project; \"\"Username isn't defined.\"\"\"\tapache\nHow can I kill all sessions connecting to my oracle database?\toracle\nWhen is an NSPersistentDocument's data store moved to final save location?\tcocoa\nViewSVN fails to run saying unsupported URL\tsvn\nHow can I make Eclipse file search not include svn directories?\tsvn\nMFC Control in a Qt Tab Widget\tqt\nConversion strategies for bind variables\tspring\nSpring Properties File\tspring\nIs there a way of publishing Akka actors with Mina?\tscala\napache server, how can i stop the server to create those error_log\tapache\nGlobal image threshold in Matlab\tmatlab\nHow to automatically mount my portable disk with ntfs-3g driver on Mac OS X\tosx\nQt: How to send an event to the operating/window system?\tqt\nWordpress, get ID's of multiple categories from the URL\twordpress\nHow to call a method before the mehtod of requested controller is executed : magento\tmagento\nScala: Can I nudge a combinator parser to be locally greedy?\tscala\nin Drupal, how to make login state consistent between browser pages and embedded XMLRPC client?\tdrupal\nIs there anything like a generic list in Cocoa / Objective-C?\tcocoa\nWhat are the supportable options for delivering ASP.Net 3.5 capability to SharePoint 2007?\tsharepoint\nBetter (non-linear) binning\tmatlab\nWhy does my MATLAB (R2008a) object's class change on a save/load cycle?\tmatlab\nWordpress category if-condition not working\twordpress\nQTabWidget tab context menu\tqt\nDeploying custom Asp.net applications to same IIS site as Sharepoint\tsharepoint\nBind QTcpSocket on dual-homed host\tqt\n\"ZeroC Ice \"\"checked casts\"\" in Scala\"\tscala\nMagento website payment pro USA\tmagento\nWorth switching to zsh for casual use?\tbash\nUnable to serve pages on Mac OS X using default Apache Web Server\tosx\nApache Response Time\tapache\nHow to filter Wordpress posts using a hook in a plugin?\twordpress\nmac look n feel on other platforms?\tqt\nUse SVNKit 1.2.1 from trunk\tsvn\nWhat's the best online tutorial for starting with Spring Python\tspring\nMagento: how to filter the result of Mage::getResourceModel('eav/entity_attribute_collection') by Category\tmagento\nWhen updating from a SVN respository, is it possible to update another repository, too?\tsvn\nDO NOT TRY THIS! The following bash command will spawn processes to kernel death. Can you explain the syntax?\tbash\nSpring not restoring tomcat persistent sessions to session registry after restart?\tspring\nOracle record history using as of timestamp within a range\toracle\nExecuting different set of MSBuild tasks for each user?\tvisual-studio\nUsing Visual Studio macro names to launch external applications doesn't work?\tvisual-studio\nsignal and slots for customized class\tqt\nBest way to keep config files under SVN ?\tsvn\najax calendar hours and minutes\tajax\nVisual Studio - Automatically refresh class view when changing class.\tvisual-studio\nHow can I generate convenient date ranges based on a given NSDate?\tcocoa\nConfigure apache for system passwords?\tapache\nHow do I display a counter(ie, no. of times downloaded) in an MS Excel 07 spreadsheet when the spreadsheet(.xls) is downloaded off my webpage?\texcel\nmy_thread_global_end threads didn't exit, error?\tosx\nPutting array of arrays into a spring context\tspring\nWhat is the proper way to remove elements from a scala mutable map using a predicate\tscala\nHow to export fonts and colors from VS2008 to VS2005?\tvisual-studio\nqt signals & inheritance question\tqt\nScript to Add User to Wordpress\twordpress\nSmaller SpreadsheetML files through Excel 2007\texcel\nPreferred way to create a scala list\tscala\nMagento - Google Checkout Free Shipping Problem\tmagento\nNo Magento Header & Custom Navigation\tmagento\nLINQ: Max or Default?\tlinq\nBackup and Recovery Scenario\toracle\nhow AJAX aplication should behave when Javascript is disabled - common practice?\tajax\nExcel VBA macro to track changes in separate sheet\texcel\nBoolean column in Microsoft Access and filtering data using linq\tlinq\nHow to get the currently logged in user's role in wordpress?\twordpress\nPass Url Parameter web flow\tspring\nMicrosoft Visual Studio: Loading resources in Qt application (without plug-in)\tqt\nCan Spotlight index a MacFUSE filesystem?\tosx\nSVN: Checkout/export only the directory structure\tsvn\nWriting an Excel Addin User Guide\texcel\nHow can I get Apache HTTP Server 2.2 and IIS 5.1 to both work on my localhost?\tapache\nQT for cross platform plugin development?\tqt\nHow to map a set of enum type in Hibernate?\thibernate\nMessage Reason: image not found\tcocoa\nCan I use LINQ to convert a List<MyObjectType> into a DataSet?\tlinq\nMagento addFieldToFilter allow NULLs\tmagento\nHow to Add .php extension to Category pages in Wordpress\twordpress\nLazy evaluation of Oracle PL/SQL statements in SELECT clauses of SQL queries\toracle\nReplace an array of strings in content for Wordpress\twordpress\nCode coverage for PL/SQL\toracle\nHow do I use multiple where clauses in GHCi?\thaskell\nTriangulation & Direct linear transform\tmatlab\nHow can I keep a file in memory during editing?\tbash\nWhat is the XDG_SESSION_COOKIE environment variable for?\tbash\nDrupal user_hook in custom module\tdrupal\ncan i configure a product like this\tmagento\nApache Config Mime Types: xlsx files are being interpreted as zip files on download, why?\tapache\nWould it make sense to have a separate Scala library in Android market?\tscala\nHow can I dynamically create a selector at runtime with Objective-C?\tcocoa\nIn Magento how to show custom attribute in product grid ..?\tmagento\nSharepoint List Definition that binds only to my Custom Content Type\tsharepoint\nWhy can I not insert a QStackedWidget inside a custom widget?\tqt\nSomething special about Safari for Windows and AJAX?\tajax\nrecently purchased products\tmagento\ninitialise a var in scala\tscala\nHow do I map a CHAR(1) to a boolean using Hibernate for Java?\thibernate\nHibernate tutorials\thibernate\nWhere do theses values come from in this haskell function?\thaskell\najax  html vs xml/json responses - perfomance or other reasons\tajax\nIssues Setting up a reverse proxy in Apache\tapache\nHibernate and Scala\tscala\nLooping through wordpress catagories\twordpress\nOnly date certain articles on Wordpress?\twordpress\ncd option in bash script\tbash\n\"Modifying WordPress's \"\"post-new.php\"\" File for Custom Blog Entries\"\twordpress\nWordPress home page duplicate content issue. Need a resolution to avoid Google smack\twordpress\nReliable cube root in Haskell\thaskell\nHow should I create a global options in wordpress?\twordpress\nSharePoint Content Query Web Part\tsharepoint\nHow can i override the default magento cms homepage entry with a custom module?\tmagento\nMagento Home Page Layout\tmagento\nstate monad haskell\thaskell\nLimiting returned record from SQL query in Oracle\toracle\nHow can I convert an existing website, deployed to multiple servers, to be SVN managed and not blow away user files?\tsvn\nProblem connecting to Oracle database via ASP.NET page under IIS\toracle\nScala Popup Menu\tscala\nMultiple Haskell cabal-packages in one directory\thaskell\nInfo on type family instances\thaskell\nWhich functional programming language should I use?\thaskell\nHow to signal an NSStreamEventEndEncountered on an NSInputStream reading from NSMutableData.\tcocoa\nHow to get wordpress page id after looping posts?\twordpress\nDrupal 5 Search not working on 404 pages.\tdrupal\nsharepoint  - deploy web service without creating a virtual directory\tsharepoint\nCan Spring @Cacheable be configured to block on a cache miss?\tspring\nEmbed hibernate hbm.xml mappings in jar\thibernate\nSetting up the SharePoint+Silverlight Blueprint Colleague View Web Part\tsharepoint\nHibernate mapping\thibernate\nGetting 206 Partial Content and not sure why.\tapache\nVisual Studio 2008 source control for small teams\tvisual-studio\nNeed a good jQuery/AJAX tutorial (form upload related)\tajax\nHow do I determine the maximum and minimum value for an Oracle NUMBER column?\toracle\nRunning Process listing\tcocoa\nWhat is stored in ~/Library/Caches/<my-app-bundle>/Cache.db ?\tcocoa\nIs it safe to use incremental rebuild for generating release build in visual C++ ?\tvisual-studio\nHow do I do python-style indent/dedent tokens with alex/haskell?\thaskell\nFlatten One-to-Many Relationship Using Dynamic LINQ\tlinq\nhow could i make working self-hosted openid provider, connected to wordpress\twordpress\nWhy does StatSVN fail, claiming the directory is not a working copy?\tsvn\nSpring Transaction Manager\tspring\nIn Spring can you alter property placeholder values using a BeanDefinitionDecorator?\tspring\nexcel formula : Find uniques in one column depending on value of another column\texcel\nbinding a function to call on ajax, irregardless of js framework\tajax\nExcel VBA: Subtotals?\texcel\nHow To Define The Return Type In A Function With LINQ?\tlinq\n+=/*=/etc operators on AnyVal types (Int,Double,etc...) in Scala\tscala\nQt4 login window\tqt\nRetrieving Cell name in Excel\texcel\ndrupal profile date format\tdrupal\nHow to make the Excel broken autofilter indicator go away?\texcel\nBeautifying a SWT application on Mac\tosx\nHow do I change the background color with AJAX?\tajax\nQt GUI app: warning if QObject::connect() failed?\tqt\nUsing drupal batch api with services\tdrupal\nWhich documents should be added to a svn repo?\tsvn\nProblem parsing an XLS file with C#\texcel\nAbstract Types / Type Parameters in Scala\tscala\nBasic apache server, mapping 127.0.0.1, to 10.0.0.7:8000\tapache\nSpring, Hibernate, Blob lazy loading\tspring\nCreating a custom Hibernate UserType - What does isMutable() mean?\thibernate\nWordpress pull Blog Post\twordpress\nHow to map a set of objects in Hibernate without primary keys being equally named?\thibernate\nLINQ Conditional Group\tlinq\nArial Font doesn't display properly in Mac\tosx\nSimple Query of MS SQL 2005 DB from SharePoint, using SSPI authentication?\tsharepoint\nA bash one-liner to change into the directory where some file is located.\tbash\nAre monads Writer m and Either e categorically dual?\thaskell\nCan I move an existing Subversion repository into a new parent repository (and retain the history)?\tsvn\nRead/Write data from/to a file in PL/SQL without using UTL_FILE\toracle\nScala: Elegant conversion of a string into a boolean\tscala\nBinding Qt to LLVM\tqt\nOSX php.ini memory limits\tosx\nIn a meeting workspace get all agenda items from a list programmatically.\tsharepoint\nSorting IQueryable by Aggregate in VB.net\tlinq\nWordpress themeing\twordpress\nIs it necessary in any circumstance to modify Wordpress other than writing plugins and themes?\twordpress\nOrdering results by computed value in Hibernate\thibernate\nlocal folder files not taking, taking only core files (magento)\tmagento\nhow can i delete test order from magento\tmagento\nDebugging with exceptions: How to work around 'Break when thrown'\tvisual-studio\nDrupal » Print taxonomy terms\tdrupal\nhibernate Lazy loading\thibernate\nImplementing UpdatePanel manually\tajax\nProblems with AJAX control\tajax\nPutting an NSPopUpButton in an NSToolbar\tcocoa\nWhat should I replace this code with?\tcocoa\nContinue on error in loop\toracle\nRecommendation on Tools to migrate from Clearcase to SVN?\tsvn\nWhat user context do SharePoint timer jobs run under?\tsharepoint\nSet dirty dot in mac window using Qt\tqt\nAdvantages and disadvantages of using Ajax update panels in ASP.NET application\tajax\nHow to create a CGGradient for my UIView subclass ?\tcocoa\nWordpress upload from localhost to server\twordpress\nWhere is the Content Source Name in the SSP Search Database\tsharepoint\nAdd (collect) exit codes in bash\tbash\nDrupal: losing images when moving site location;  placeholders point to old absolute path rather than relative path\tdrupal\nCan someone explain Scala's yield?\tscala\nScala equivalent of new HashSet(Collection)\tscala\nMATLAB: DLL loaded by mex would not unload?\tmatlab\nCreating XML for import into Excel, particularly dates\texcel\nNSXMLParser and error constants\tcocoa\nIs there any way to perform pre-/post-switch commands using TortoiseSVN?\tsvn\nRun an OS X universal binary in 32-bit mode\tosx\nCallbacks in ObjC+Cocoa\tcocoa\nHaskell Parsing Error\thaskell\nCreate a padded, centered, scaled NSImage\tcocoa\nHow to change the language of 'Google News' regarding the GSnewsBar object (Ajax API)?\tajax\nHow do VBOs/FBOs/DisplayLists work in Haskell's OpenGl bindings?\thaskell\nHow to use Hibernate Full Text Search\thibernate\nBest way to distribute Excel spreadsheet with VBA\texcel\nMagento 1.4.1 issues adding uploaded image to cart in Magento\tmagento\nFirst steps in Spring Framework\tspring\nProblem with prototype framework in cake php\tajax\nEnable my Wordpress Plugin and Theme w Remote Automatic Upgrade?\twordpress\nHibernate convert proxy to real object\thibernate\nEnabling mouse and paste support in command line vim\tosx\nSubversive connectors not working with newest Ganymede update\tsvn\nWhy does file have to be saved prior to running ?\tmatlab\nWhy would you use Oracle database?\toracle\n\"Oracle: how to enable flashback \"\"as of\"\" queries for all developers?\"\toracle\nbash script runs from shell but not from cron job\tbash\nCustomizing gallery layout in Drupal with Views and CCK\tdrupal\nasp.net(c#)  Create Excel Worksheet, do i need Excel installed on the server?\texcel\nLoop through each row of a range in Excel\texcel\nSharepoint Item Level Access & performance\tsharepoint\nAdd new link to the admin panel and on click this link open a image upload type field in magento\tmagento\nTesting SQL query on Oracle which includes a remote database\toracle\nSpawning an interactive telnet session from a shell script\tbash\nSharePoint, throwing Exception after impersonation.\tsharepoint\nreading and writing .txt in matlab\tmatlab\nHow to do joins in LINQ on multiple fields in single join\tlinq\nHow do I theme Form API buttons in Drupal?\tdrupal\nHow do I alter the #weight of the content generated by the upload.module?\tdrupal\nWordPress - Theme changes overwritten by GoDaddy\twordpress\nHas someone used QSockeNotifier (Qt library) to read/write serial ports in Linux?\tqt\nHow to sort a view using Durpal Fivestar average ratings?\tdrupal\nNo results in Spotlight in searches against kMDItemPath\tcocoa\nEvaluating and graphing functions in Matlab\tmatlab\nIn a bash script, how can I exit the entire script if a certain condition occurs?\tbash\ndrupal indexing of uploaded documents (pdf, word, etc)\tdrupal\nNavigating backward and forward with the mouse in Visual Studio 2008\tvisual-studio\nBasics of normalized cross correlation\tmatlab\nResizing panels in GUIs without changing size of the contents (MATLAB)\tmatlab\nApache HTTP Web Server Requests\tapache\nScala semantics of equals/hashCode for case classes with traits\tscala\n\"spring security : Failed to load ApplicationContext with pre-post-annotations=\"\"enabled\"\"\"\tspring\nOracle Java Stored Procedure Command-line Interaction\toracle\nHow to install a Qt application on a customers system?\tqt\njava.lang.IllegalArgumentException: Method must not be null\tspring\nWhat is the best way to encrypt a clob?\toracle\nIs Hibernate entity callback methods are only called by using EntityManager\thibernate\nhow to write return Haskell\thaskell\n[self release], [self dealloc] or [super dealloc] in init methods?\tcocoa\nDataGridView Filtering OnClick Event (C# WinForm)\tlinq\nis JFig language syntax efficient and clear (and better than Spring-Framework's XML DSL)?\tspring\nMegento vertnav expand one category\tmagento\nShow window in Qt without stealing focus\tqt\nHaskell: What does it mean to have a typeclass of `Num [a]` vs a typeclass of `(Num a) => [a]`\thaskell\nWhat is the mistake in my code. please help\tqt\nLink to Wordpress 'latest posts' page when using static front page\twordpress\nqtreewidgetitem addchild to already present item yields nothing\tqt\nHibernate Object Identity Question\thibernate\nNSString Retain Problems\tcocoa\nApache Rewrite Exclusion\tapache\nCocoa Base 64 Implementation for REST Auth\tcocoa\nIs it worth the effort to move from a hand crafted hibernate mapping file to annotaions?\thibernate\nHow can I reset a cocoa NSSearchField programmatically?\tcocoa\nTable and List view with single Model in Qt\tqt\nHow to access parent element in Scala XML\tscala\nHow to remove Custom Field section from Wordpress?\twordpress\nCocCoa Application\tcocoa\nLINQ with ATOM feeds\tlinq\nHibernate Embeddable Inheritance\thibernate\nsharepoint workflow\tsharepoint\nData Types supported in visual studio 2008\tlinq\nWordpress the_author() and wp_get_archives() not working\twordpress\nCan you turn a Haskell list into a series of do instructions?\thaskell\nenum in matlab\tmatlab\nComet, Tomcat and READ events\tajax\nWhy is method overloading not defined for different return types?\tscala\nFor our next project I would like to get into some AJAX to improve the user interface.  Guidelines and advice?\tajax\nVS2008 Express Editions and Resources\tvisual-studio\nConfigure Apache to recover from mod_python errors\tapache\nHow to change the product display order in magento\tmagento\n\"Libraries \"\"rt\"\" and \"\"dl\"\" in Cygwin\"\thaskell\nViewing files in a remote FTP folder from a webpart\tsharepoint\nNew line characters get submitted differently\tajax\n[Haskell] case-insensitive regular expressions\thaskell\nCrafting .webloc file\tosx\nGood object structure for results of my Hibernate left outer join\thibernate\nBefore Login Action\twordpress\nHow to draw a SURF graph without black edges in Matlab?\tmatlab\nFixing the size of a GTK Widget.\thaskell\nShould subversion branches that are reintegrate-merged to trunk be deleted?\tsvn\nThe reason for MonadState get and put?\thaskell\nScala traits and implicit conversion confusion\tscala\nOutput 2 Fields from Linq Group By\tlinq\nCocoa color indicator bling?\tcocoa\nPorting Nuclues Grafix GUI to QT\tqt\nRunning script with admin permissions on OS X\tosx\nEdit excel countifs\texcel\nversion number inside AssemblyInfo.cs update outside visual studio\tvisual-studio\nlibapache2-svn, matching version with Subversion 1.6.1\tsvn\nQTextEdit (QT Control) alternative for MFC Application?\tqt\nWhich is easier for beginners: RubyCocoa or ObjC/Cocoa\tcocoa\nResharper and ViEmu Keybindings  ( and Visual Assist )\tvisual-studio\nmany-to-many the same PK\thibernate\nWhat are stackable modifications?\tscala\npage redirection in wordpress\twordpress\nScala Raw Strings: Extra tabs at the start of each line\tscala\nPercentage of white pixel\tmatlab\nDynamic LINQ context\tlinq\nDrupal 6.13 Installation - Database Error\tdrupal\nDifferent Roles for 2 different type user in Drupal\tdrupal\nrun oracle sql script from java\toracle\nOR operator in Drupal View Filters\tdrupal\nOpen Source Card Games or books for Objective-C/Cocoa?\tcocoa\nTortoise SVN Author in Log File Missing\tsvn\nMATLAB + JNI = error?\tmatlab\niPhone SDK 3.0 not detected by XCode 3.2\tosx\nIn Cocoa do I need to remove an Object from receiving KVO notifications when deallocating it?\tosx\nHow to determine ORACLE_HOME from PL/SQL?\toracle\nhow to write a custom panel displaying categories in magento\tmagento\nHow can I connect an oracle data base with a dbml file?\tlinq\nUnable to make a if-else loop for google-books in Bash\tbash\nwith vsto and excel more and more trying to incorporate visual studio and C#, is VBA dead ??\texcel\nReverse Spectrogram A La Aphex Twin in MATLAB\tmatlab\nExcel page breaks via VBA\texcel\nHow do I make bash reverse-search work in Terminal.app without it displaying garbled output?\tosx\nDynamically build list comprehension in Haskell\thaskell\n\"SVN - Reintegration Merge error: \"\"must be ancestrally related\"\"\"\tsvn\nmagento customize onepage checkout process\tmagento\nIs it possible to use VS2008 built libraries from a VS2003 solution?\tvisual-studio\nVisual Studio 2008 - Distribute library with sample-application - ensure no access to the source-code of the library\tvisual-studio\nAdd a link to Magento's My Account Page Conditionally\tmagento\nOptimisticLockException when trying to fetch data from postgreSQL\thibernate\nhow to connect a signal to a slot in a diifferent thread?\tqt\nSolving for variables in an over-parameterised system\tmatlab\nSubversion Branch Reintegration\tsvn\nIs there any tool that will document an SVN repository?\tsvn\nHow do I set selection to Nothing when programming Excel using VBA?\texcel\nOracle External Tables: Advanced Flat File Layout\toracle\nHow do I include calls to methods only present in one operating system version when compiling for multiple versions?\tcocoa\nHaskell linear algebra?\thaskell\nRemove Characters from EOF while Writing to File in Matlab\tmatlab\nHow do I get the max ID with Linq to Entity?\tlinq\n\"\"\"cannot do signed 4 byte relocation\"\" on compile\"\thaskell\nWhat can cause intermittent ORA-12519 (TNS: no appropriate handler found) errors\toracle\nBash Script User Input and Display Data.. pls hlep me??\tbash\nchecking if function is a part of/which toolbox\tmatlab\nHow to Manually create an Apache Windows Service\tapache\nWhat does single appostrophe mean in Scala?\tscala\nWhat is a good maintainability index using Visual Studio 2008 code analysis?\tvisual-studio\nAmcharts rendering data incorrectly.\tajax\nHow to pass long strings for search and replace in a bash, sed, or rpl script?\tbash\nOracle Differences between NVL and Coalesce\toracle\nCustomize Oracle AWR report\toracle\nJquery AJAX not working on IE 7/8\tajax\nlift snippet help\tscala\nHow do I read/write as the authenticated user with WebDAV?\tapache\nHow can I use the clojure REPL together with QT Jambi?\tqt\nCan't understand type errors in Scala\tscala\nSharePoint file size limit\tsharepoint\nStreaming Data through Spring JDBC, unkown length\tspring\nScala: keyword as package name\tscala\nHow to close a file descriptor from another process in unix systems\tbash\nReading an Oracle Lite ODB file without Oracle Lite\toracle\nUnexpected operator error\tbash\nDo I need a separate server to implement an ESB (e.g. Apache Camel, Mule) ?\tapache\nScala XML serialization\tscala\nFind next record in a set: LINQ\tlinq\nBetter syntax for Scala anonymous function?\tscala\nMagento - Aheadworks blog extension WYSIWYG editor\tmagento\nHow do I make a url forbidden in apache mod_rewrite?\tapache\nTesting IO actions with Monadic QuickCheck\thaskell\nMatlab: how to plot a text in 3D\tmatlab\nwhen using @transactional do i need to use jpatemplate/hibernatetemplate ?\tspring\nHow do I implement such an invertible mapping for curves using MATLAB?\tmatlab\nDaubechies-4 Transform in MATLAB\tmatlab\nHide NSWindowToolbarButton\tcocoa\nHow do I reference to another (open or closed) workbook, and pull values back, in VBA? - Excel 2007\texcel\nShould I use self-signed certificates in general?  For SVN in particular?\tsvn\nWhy doesn't Scala Source close the underlying InputStream?\tscala\nOracle: sequence MySequence.currval is not yet defined in this session\toracle\nHow do you uninstall Visual Studio SP1 w/ .Net 3.5 SP1?\tvisual-studio\nPyObjc and Cocoa on Snow Leopard\tcocoa\nZip elements with odd and even indices in a list\tscala\nstatic factory method (Spring)\tspring\nIs there any way to force TextMate to cache files?\tosx\nmatlab: displaying markup (HTML or other format)\tmatlab\nHow to fix the HTML Intellisense in ASP.NET AJAX Controls or Pages\tajax\nHow to interpret scaladoc?\tscala\nDrupal user_external_login_register\tdrupal\nReading or loading images from file synchronously in MATLAB.\tmatlab\nhow to get the path and url of the temp image ?\tcocoa\nWhat are some clever uses of LINQ?\tlinq\nAdd/remove rows to/from NSTableView in Objective-C\tcocoa\nHow to keep Entity Framework and database aligned\tlinq\nHow to migrate from a complicated subversion repository to a distributed version control system?\tsvn\nlimit number of jquery drag and drop id's\tajax\nReferencing Oracle user defined types over DBLINK?\toracle\nplist bundle version values\tosx\nHaskell streams with IO effects\thaskell\nis it possible to make order via phone or using IVR in magento?\tmagento\nCombining JavaFX and Scala - is it possible?\tscala\nCannot Edit WordPress Themes - Various Errors\twordpress\nSpring Transactional Parameterized Test and Autowiring\tspring\nWhat is your preferred method for moving directory structures around in Subversion?\tsvn\nI want to implement right click menus on QTWidgetItems\tqt\nAvoid expansion of * in bash builtin function let\tbash\nVisual Studio 2005/2008: How can you share/force all developers to use the same formatting rulles?\tvisual-studio\nrun the output of a script as a standalone bash command\tbash\nHow to handle line breaks in data for importing with SQL Loader\toracle\nSending mail from bash shell script.\tosx\nOverriding wp_get_archives for a theme in Wordpress\twordpress\nBad mod_rewrite or .htaccess Practices?\tapache\nSomething like mapM, but for arrays? (like arrayMap, but mapping an impure function)\thaskell\nAnnotation-based and xml-based transaction definitions precedence\tspring\nBash in vi-mode: browsing shell history with cursor up/down, cursor position not at the end?\tbash\nHow can I improve the edit-compile-test loop when developing a SharePoint workflow?\tsharepoint\nVisual Studio&Source Control: How to have shared code?\tvisual-studio\nOuter Joins and Linq\tlinq\nJSP or .ascx equivalent for Scala?\tscala\nstring formatting in Haskell\thaskell\nAccess Web Datasheet in a webApp\tsharepoint\nHow do you promote blogs to a page other than the home page in drupal?\tdrupal\nLinq Query with SUM and ORDER BY\tlinq\nStrange visual studio 2008 behavior when pressing keys\tvisual-studio\nHibernate: constraintName is null in MySQL\thibernate\nOracle Rollback Segments and ADO.NET\toracle\nDrupal Tagadelic: creating my own block\tdrupal\nCovnerting variable to integer\tbash\nIn Mac OS X, is there a programmatic way to get the machine to go to sleep/hibernate?\tosx\nKVC/KVO and bindings: why am I only receiving one change notification?\tcocoa\nReplace HTML page with contents retrieved via AJAX\tajax\nQT programming tutorials (c++)\tqt\nScala bug in concurrent program?\tscala\nFilter out categories in wordpress\twordpress\nApache MOD_REWRITE Domain Level Cookie\tapache\n\"How to add \"\"Order By\"\" when loading a Magento Model\"\tmagento\nSeeking good practice advice: multisite in Drupal\tdrupal\nCan I have a deferrable unique functional index in Oracle?\toracle\nhow to determine a matrix is empty or not in matlab programming?\tmatlab\nApache: how to limit virtual dir to local network\tapache\nProgram not supported on this type of mac computer\tosx\nMATLAB: Apply a low-pass or high-pass filter to an array\tmatlab\nHibernate Unable to Start On Large-Scale Database\thibernate\nHow to get Intellisense on error-marked code in Visual Studio 2005?\tvisual-studio\n\"Using Studio's \"\"Custom Tool\"\" in MSBuild\"\tvisual-studio\nHow do you toggle the status icon in the menubar on and off using a checkbox?\tcocoa\nConnect to a secure database using JDBC\toracle\nWhat's the right way to divide two Int values to obtain a Float?\thaskell\nHow do I iterate over an NSArray?\tcocoa\nHave you actually convinced anybody to Scala?\tscala\nORACLE Rollback and Trigger\toracle\nhow to disable window close button in OSX using wxpython?\tosx\nMy Drupal secondary menu is not showing up anywhere\tdrupal\nSSRS - Uninstall Trial Version of VS Business Intelligence\tvisual-studio\nIs there a way to have all radion buttons be unchecked\tqt\nInserts are 4x slower if table has lots of record (400K) vs. if it's empty\toracle\none line assignment in bash\tbash\nVisual Studio Move current document to the left.\tvisual-studio\nUnixODBC driver suppot in OSX?\tosx\nCompare integer in bash, unary operator expected\tbash\nRemove project from SCM on Mac\tosx\nDrupal: How to update display fields after changing the database?\tdrupal\nMonads and custom traversal functions in Haskell\thaskell\nQT slot get Signaled twice\tqt\nHow scala generic constraints to nullable types work\tscala\nOracle converts empty string to null but JPA doesn't update entity cache correspondingly\toracle\nHow do I get the Click Once Publish version to match the AssemblyInfo.cs File Version.\tvisual-studio\nmod_rewrite to find missing /img/foo.jpg in /img/f/\tapache\nChangeing scaling of Matlab Figure\tmatlab\nWhat's the best way to determine which version of oracle client I'm running?\toracle\nSQL last insert in Drupal. Is it really threadsafe?\tdrupal\nHow can I really get Subversion to ignore a directory?\tsvn\nHow to efficiently delete all files in a document library?\tsharepoint\nMagento: Where is head.php?\tmagento\nUninstall MacRuby\tosx\nHibernate CRUD à la Ruby on Rails' Scaffolding\thibernate\nMagento is redirecting to cart when continuing from Billing info\tmagento\nHow can I create a cell of strings out of a meshgrid in Matlab?\tmatlab\nSpring HandlerInterceptor or Spring Security to protect resource\tspring\nWhat's the best MATLAB equivalent? (open source or otherwise free)\tmatlab\nExcel VBA custom function with sumif-like criteria functionality\texcel\nMultiple QMainWindow instances?\tqt\nhow i use spring and netbeans\tspring\nHow to play a sound when <div> is updated\tajax\nSpring Injection - Interfaces and Classes\tspring\n2 diiferent layouts of the same content type in drupal 6\tdrupal\nMagento with Mailchimp -----adding checkboxes programmatically\tmagento\nCut Polygon Function in Matlab\tmatlab\nOpenGL Threaded Tile Texture Loading with Qt 4.5 / 4.6\tqt\nDoes hibernate's mappedBy automatically makes applications buggy?\thibernate\nHow do you debug Qt layout problems\tqt\nHow can I add properties to an object in IE6?\tajax\nhow to view different file extension in different color ib terminal of mac leopard.\tosx\nUnicode Basics on Windows\tvisual-studio\nCan MS Visual Studio compile projects using 2 or 4 cores on CPU?\tvisual-studio\nProblem with large solutions and service factory\tvisual-studio\nApache name based virtual hosting\tapache\nExcel: Copy every nth line from one sheet to another\texcel\nHow to find the named range of a cell - VSTO\texcel\nAxes background color not rendering properly when exporting videos\tmatlab\nWho has bought the autocompletion for linqpad?\tlinq\nHow can I implement a global RewriteCond / RewriteRule in Apache that applies to all virtual hosts?\tapache\nStrange Oracle problem\toracle\nLinqToSql strange behaviour\tlinq\nBest way to run unit tests after each commit ? - svn - branch per feature\tsvn\nGuitar Tablature and Music sheet oriented plugins for wordpress or Drupal\twordpress\nWhy does DBMS_MVIEW.REFRESH have an implicit commit?\toracle\nwtf is a role\tqt\nwhere can is the product insert funtion , i cannot find the function which inserts the product into database\tmagento\ncan Bash be configured to search string on the current input line?\tbash\nAJAX problems in WebKit browsers\tajax\nHaskell Interactive\thaskell\nwordpress date formatting\twordpress\nPossible to call Oracle FUNCTION from .Net using Enterprise Library?\toracle\nWordPress Media URL conflicts with Page URL\twordpress\nWhich is the best ajax framework for java web development ?\tajax\nHibernate Criteria API - HAVING clause work arounds\thibernate\nWordpress - call the functions in specific order\twordpress\nFunction computes the mean of a list - Better solution ?\thaskell\nMATLAB Subplot Export\tmatlab\nSpectrogram C++ library\tqt\nWordPress SQL Query on Category/Terms\twordpress\nSimple math statements in bash in a for loop.\tbash\nVisual Studio Extension to map Solution Folders to Real Folders\tvisual-studio\nHow to initialize a bash array with output piped from another command ?\tbash\nmerge 2 Linq sequences into one, with precedence\tlinq\nAdd HTML markup to $wpdb results in Wordpress\twordpress\nWhat do I need to re-build my web server?\tajax\nSharepoint development - Microsoft VPC vs. VMWare\tsharepoint\nProblems calling magento API with C#\tmagento\nWhat is the difference between scala's case class and class\tscala\nCentral QWidget [Qt]\tqt\nCan I reformat HTML in Visual Studio without removing blank lines ?\tvisual-studio\nUsing a single Func<T,bool> with Where() and inheritance\tlinq\nAjax Links and jquery\tajax\nmerge with hibernate causing error with dirty objects\thibernate\nLogging dynamically served files in APACHE\tapache\n\"How to keep testing and production e-commerce db in sync when you have \"\"sales\"\" updates in production?\"\tmagento\nWhat is the best way to initialize a bean?\tspring\nIs QT Jambi dead?\tqt\nMod_rewrite: Direct everything to one PHP file\tapache\nHow to detect the compile-time ./configure options of apache 1.3?\tapache\nkext for 10.4 - 10.6\tosx\nIs it possible to see more than 65536 rows in Excel 2007?\texcel\nBuilding which properties to select with LINQ To Object\tlinq\nSpring custom error message\tspring\nExplain this LINQ code?\tlinq\nMATLAB: vectorized assignment from double array to cell array\tmatlab\nCommit from directory, not under version control, to override current revision\tsvn\nBasic authentication with Qt (QNetworkAccessManager).\tqt\nQT: QSettings on Windows with INI files and comments\tqt\nHow to join NSArray elements into an NSString?\tcocoa\nMATLAB syntax of (:)\tmatlab\nDrupal and Google Search Appliance   (Google Mini)\tdrupal\nScala XML retrieving from optional paths\tscala\nmatlab - consider preallocating for speed\tmatlab\nBest way to reload parts of a form\tajax\n\"Read only \"\"N\"\" bytes from a file in Cocoa\"\tcocoa\nSharePoint stsadm addsolution - fails with permission based error (object ref)\tsharepoint\nTable Lookup in Excel\texcel\nUsing regular expressions in the Search Core Results web part XSLT\tsharepoint\nHow to store dates without times in Core Data\tcocoa\nHow can I get the distinct items of the following data structure in C# / LINQ?\tlinq\nFiltering list of tuples\thaskell\nVectorizing sums of different diagonals in a matrix\tmatlab\nHow can my-program.hs get its version number from my-program.cabal at build time?\thaskell\nJava Script and AJAX\tajax\nMagento 1.3 - Image upload issues with Flash\tmagento\nLinq-to-SQL ToDictionary()\tlinq\nwordpress custom page template\twordpress\nController pages inaccessible in new RoR project...why?\tapache\nQt: mouseMoveEvent and interfer with hoverEnterEvent of child object\tqt\nBest Programmer's Image Editor for OSX\tosx\nInstantiating Oracle Driver results in InvocationTargetException\toracle\nList all Alerts within a SharePoint site without using the SharePoint API?\tsharepoint\nPlot a data series beneath another one\tmatlab\nThinking of new way of building a db page populating data via api calls - are there any issues doing it this way\tajax\nQuery string used for AJAX not refreshing.\tajax\nVisual Studio: How to figure out where this type is defined?\tvisual-studio\nDo I conserve memory in MATLAB by declaring variables global instead of passing them as arguments?\tmatlab\nDelet files from SVN in Visual Studio\tsvn\nWhere can I find at least two great online tutorials for building a Web application with the Spring Framework\tspring\nHow to see the normal tooltip information in Visual Studio instead of the error help\tvisual-studio\nSharepoint, ajax and page title\tsharepoint\nDRUPAL, Views: exposed filter.. how can I unselect all tags ?\tdrupal\nBash: for loop, copy, backup\tbash\nCan I combine multiple SVN directories into another single directory using externals?\tsvn\nDrupal RSS feed links\tdrupal\nHow do I change bash history completion to complete what's already on the line?\tbash\nHow do I set the color of an individual point in an Excel scatterplot using .NET?\texcel\nDrupal section accessible by role.\tdrupal\nUsing a static library in QT Creator...\tqt\nQMetaObjec::invokeMethod returns true, but method is never called\tqt\nHTTP GET and POST\tajax\nForce subversion not to merge specific files\tsvn\nSafe and polymorphic toEnum\thaskell\nIs there an easy, simple, lazy way to test rules against Apache's mod_rewrite?\tapache\nHow do I make svn ignore unversion files only in my working copy?\tsvn\nSocial/Open Log-In: Magento?\tmagento\nadd column that browses on a sharepoint content type\tsharepoint\nHow do I show graphs and KPIs from an OLAP cube in Sharepoint?\tsharepoint\nWhat is the defirence between DoS and Brute Force attacks?\tapache\nprovision a webpart\tsharepoint\nCan I automatically increment the file build version when using Visual Studio?\tvisual-studio\ndescribe query with oracle (.Net Connector)\toracle\nScala collection standard practice\tscala\nApache Multiple VirtualDocumentRoot\tapache\na better way to do ajax in django\tajax\nAjax.dll causing problem?\tajax\nUsing MATLAB For Anything Except Maths\tmatlab\nConfigure Drupal to force login for specific hostname or protocol (HTTP vs HTTPS)\tdrupal\nSharePoint list.items.GetDataTable column names not match field names\tsharepoint\nCan't See Product Options on Magento 1.4.2\tmagento\nDrupal Module Development hook_menu() For Semi Static Pages\tdrupal\n\"How to add \"\"help\"\"-text to a mex-function?\"\tmatlab\nmethod @Secured suppose to throw error when no user authenticated yet\tspring\npassing bash variables to ssh\tbash\nTranslate an index into an Excel Column Name\texcel\nVisual Studio Website Reference Paths\tvisual-studio\nMagento - Adminhtml - Default website in new customer form\tmagento\nExcel IQY file - Usage Option question\texcel\nSending multi-part email from Google App Engine using Spring's JavaMailSender fails\tspring\nSVN and accented characters\tsvn\nHow do you link 2 web parts on a SharePoint Page?\tsharepoint\nHandling large datasets with PHP/Drupal\tdrupal\nSending big data to server, Cross-Domain\tajax\nWhat is the best subversion client for Linux?\tsvn\nIs this implementation correct?\toracle\nWhat is the best way to separate UI (designer/editor) logic from the Package framework (like Visual Studio Package)\tvisual-studio\nLINQ to DataSet, distinct by multiple columns\tlinq\nWordPress Multi Language Help\twordpress\nhow can this src vs. build tree timestamp comparison be faster? (bash)\tbash\nIn Haskell, I want to read a file and then write to it.  Do I need strictness annotation?\thaskell\nHow to get QGraphicsScene report item move events\tqt\nWhen is the cache updated in the CrossListQueryCache?\tsharepoint\nHow can I tell Wordpress to reset all posted image sizes to the largest set width?\twordpress\nBest way to save extra data for user in Drupal 6\tdrupal\nBest strategy to multiple CRUD with jsf\thibernate\nPlease specify the product's option(s) in Magento.\tmagento\noverriding a magento block in multiple modules (and how to ignore the other ones)\tmagento\nLinq with custom base collection\tlinq\nCan Haskell's Parsec library be used to implement a recursive descent parser with backup?\thaskell\najax in each time or load everything at once\tajax\nCode review addin for Visual Studio\tvisual-studio\nRunning python code from standard Cocoa application\tosx\nUnderstanding this matrix transposition function in Haskell\thaskell\nHow to work around the [1] IE bug while saving an excel file from a Web server ?\texcel\nError : Not all products are available in the requested quantity !! what does this mean?\tmagento\nHibernate default joining for nullable many-to-one\thibernate\nHibernate + Postgresql with case insensitive searching\thibernate\nHelp with Tricky Linq Group by for time ranges\tlinq\nMatlab: how do I force ode45 to take steps of exactly 0.01 on the T axis?\tmatlab\nNeed help to solve Window Opening Problem.\tcocoa\nLoading data into a Cocoa view before the application loads\tcocoa\nHow can you have SharePoint Link Lists default to opening in a new window?\tsharepoint\nExcel validation range limits\texcel\nHow accurate is Oracle's EXPLAIN PLAN?\toracle\n.Net XML comment into API Documentation\tvisual-studio\nExcel 2007 VBA and WMI - Current DOMAIN\\USER\texcel\nHaskell vs. procedural programming in the real world\thaskell\nPassword hash function for Excel VBA\texcel\nIs there a pattern for dealing with non-memory resources on cleaning up an ObjC object?\tcocoa\nHow to reuse dynamic columns in an Oracle SQL statement?\toracle\nDependency in traits inheritance\tscala\n\"Suggested content for a lunch-time \"\"Introduction to Scala\"\" talk\"\tscala\najax postback in jquery\tajax\nhow to evaluate a given path within a bash shell\tbash\nHow do I svn add all unversioned files to svn?\tsvn\nMATLAB: How do you insert a line of text at the beginning of a file?\tmatlab\nApache mod-rewrite redirect domain name using querystring\tapache\nHibernate Criteria: Left Outer Join with restrictions on both tables\thibernate\nLinq newbie question\tlinq\noracle procedure returns integer\toracle\n\"Supress \"\"save changes\"\" when creating a document via Excel automation.\"\texcel\nEditing history in bash\tbash\nPostScript files from latex blurred\tosx\nQT: show result of Color selection?\tqt\nSharePoint forms authentication sites\tsharepoint\nA list of things from Java that we will now happily bid good-bye after Scala\tscala\nMagento AND Prestashop, what better??\tmagento\nsharepoint development\tsharepoint\nLINQ and the Count extension method\tlinq\nresize qwidget in a layout manually on runtime\tqt\nNeed a explanation for the matlab code snippet\tmatlab\nHow come the edit post page takes so long to load?\twordpress\nPerformance running ClearContents is very slow when WrapText is enabled in Excel\texcel\nWhy does Visual Studio keep building my C++ project?\tvisual-studio\nQuestion about spring transaction propagation\tspring\nReading large csv files with strings containing commas as one field\tmatlab\nCan we change the day and time of  a schedule task which is already created\tbash\nLoading images from various sources in QTWebKit\tqt\nLearning ASP.NET MVC on Mac OS X\tosx\nDrupal node form | Have a .tpl theme file for each node type?\tdrupal\nHow do I force unix (LF) line endings in Visual Stuido (Express) 2008?\tvisual-studio\nEnumerations in Hibernate\thibernate\nHaskell: Inserting every line from a file into a list\thaskell\noptional arguments in haskell\thaskell\nAnyway to use AJAX when my server does not and can not have the AJAX extensions Installed?\tajax\nMagento Set discount code for  specific product on fly.\tmagento\nwordpress not including javascript on generated page.\twordpress\nNo suitable MySQL driver found for JBoss application\thibernate\nHow to perform date operations in hibernate HQL\thibernate\nProperties framework in java apps\tspring\nContextLoaderListener problem while spring is loading up\tspring\nHow should one start learning web applications development?\tajax\nwhat can I use to replace sleep and usleep in my Qt app?\tqt\nBest way to reference an external library in multiple projects in a Visual Studio solution\tvisual-studio\nHibernate doesn't work anymore... why?\thibernate\nKill a Ajax Request in between\tajax\nHow do you prevent printing dialog when using Excel PrintOut method\texcel\nApache POI - error in reading excel file\tapache\nMultiple commands in an alias for bash\tbash\nHow to do the following in LINQ\tlinq\nUberCart statistics on products added.\tdrupal\n\"How do I simplify bash's 'eval \"\"$TIME $BIN_FILE $BIN_OPTS &> $LOG_FILE\"\"' and keep it working?\"\tbash\nHow to manage column based access control in Sharepoint lists?\tsharepoint\nSubversion repository statistics, other than StatSVN?\tsvn\nweb based application server Implementation\tapache\nUsing Scala, how does one differentiate XML elements having elements as children, or having text?\tscala\nExcel Autofilter in VB.NET\texcel\nQuestion about Oracle locking and summarisation\toracle\nMove files to directories based on first part of filename?\tbash\nSAAS per seat authentication\tajax\nHibernate Table per Hierarchy How to\thibernate\nHow do I write a qmake project file(.pro) that I can set project name when opening it in VS-addin?\tqt\nCombining mod_access and mod_auth\tapache\nSharePoint... is a Web Services interface for my app worth it?\tsharepoint\niTunes XML Parsing in cocoa\tcocoa\nSpring, log4j and JBoss4\tspring\nMATLAB gui loads old settings\tmatlab\nChange position of currency selector in Magento\tmagento\nApache2 won't start - Mac OS X - Passenger\tapache\nORA-12154: TNS: Could not resolve service name\toracle\nIs there a PHP IDE that can handle Magento's code base?\tmagento\nHow to display opening times?\tlinq\nScala and interfaces\tscala\nDesigning an AJAX commenting system, a point in the right direction?\tajax\nsearch through a range of directories bash script\tbash\nApache's mod_rewrite and %{REQUEST_URI} problem\tapache\nCocoa API comments guideline\tcocoa\nFiring a Drupal Rule (or any PHP logic) based on a threshold\tdrupal\nHow to configure Spring Security PasswordComparisonAuthenticator\tspring\nInheritence to extend a data structure in Haskell\thaskell\nWhere to start with FastCGI and C++\tapache\nNSTextField on top of custom drawing - black outline and cursor not blinking?\tcocoa\nHow to use enums in Oracle?\toracle\nMatlab:K-means clustering\tmatlab\nVisual Studio & SubVersion : What about Machine Specific Files\tvisual-studio\nHow To: debug Scala code when outside of an IDE\tscala\nImporting and normalising XML with Hibernate\thibernate\nHow to rewrite and set headers at the same time in Apache\tapache\nRunning Oracle stored procs from C#\toracle\nHow can I automatically quote or group commandline arguments for alias in bash?\tbash\n\"Fresh Rails install on OSX gives me \"\"Rails requires RubyGems >= 1.3.2\"\"\"\tosx\nCount matching characters between two strings using LINQ\tlinq\nJavaScript charts - dynamically adding data points\tajax\nHow do I programatically restart a system service(not apache) from apache in linux?\tapache\nSubversion with 32 bit server and 32/64 bit clients\tsvn\nIs there a comparison between Scala and Google 'Go' language (feature by feature)?\tscala\nHow do I delete all directories matching a pattern using SVN?\tsvn\nDrupal programattically creating forms - defualt selected index of a select\tdrupal\nmod_rewrite RewriteCond backreference not working\tapache\nNeed help understanding several MATLAB statement\tmatlab\nHow to disable a programmatical breakpoint / assert?\tvisual-studio\nPlease Help Me With Mysql Slow Query Analysis.\thibernate\nWeird behaviour with two Trac instances under Apache + mod_wsgi\tapache\nWhat's the equivalent of SHGetFolderPath on OSX?\tosx\nTruncating a table in a stored procedure\toracle\nOracle connections in Spring\toracle\nDrupal 6: custom profile fields and saving data to a DB\tdrupal\nHibernate with relations\thibernate\nMatab - Trace contour line between two different points\tmatlab\nEmbedding an AHAH form element into a theme_table-generated table (Drupal)\tdrupal\nSource.getLine - the line index, first line is 1\tscala\nprogrammatically retrieve Visual Studio install directory\tvisual-studio\nSpring-samples don't understand the templates\tspring\nmod_rewrite to absolute path in .htaccess - turning up 404\tapache\nDrupal 6 Views - Left Join issues\tdrupal\nUsing Magento just for checkout\tmagento\nOwnnership of QState. Do I need to delete all QStates?\tqt\nCriteria to HQL\thibernate\nWildcard DNS combined with Single Subdomain DNS\tapache\nsvn - Remote, Disconnected Working\tsvn\nDrupal Views Multiple values being returned when using a relationship\tdrupal\nscala: why does underscore (_) initialization work for fields but not method variables?\tscala\nAjax.request throws a syntax error, but returns the correct value\tajax\nUsing SelectedItem property of ComboBox w/Linq Anonymous Type.\tlinq\nVisual studio - is there a way to select multiple files and wrap a namespace around each of them?\tvisual-studio\nWhy is cross-domain Ajax a security concern?\tajax\nCan I write components in Haskell to be used on a Django site?\thaskell\nAdding forced preview to node and change submit button value in Drupal?\tdrupal\nHIbernate Query taking very long time\thibernate\nBest way to prevent changes on a branch with Subversion\tsvn\nWhich CodePlex/Google code project to study in order by learn SharePoint best practices\tsharepoint\nCan you use LINQ with in memory objects rather than SQL Server queries to improve performance?\tlinq\nHow are Scala closures transformed to Java objects?\tscala\nQt QTreeWidget preserve sort\tqt\nHow to see Oracle Table Logs ?\toracle\nFixing warnings from Hibernate\thibernate\nMagento: Catalog Page 1 different from other pages\tmagento\nProblem with drawing focus frame in Qt\tqt\nHow to 'select new' inside Linq lamda expression?\tlinq\nCheck if Screensaver is Active using Mac Bash Script Command\tosx\nHow to display CSS backgroundImage when the source redirects?\tajax\nProblem with function session_start() (works slowly).\tapache\nfind first element of certain type in a list uisng LINQ\tlinq\nFree SCM for Matlab 64 bit version on Windows\tmatlab\nA way to add pictures to Excel sheet programmtically but not from file\texcel\nLooking to start SharePoint alert after a field change in InfoPath Form\tsharepoint\nHandling null results with the Linq Avarage() method\tlinq\nMac OS X: trying to link (ld) against a framework.\tosx\nImplementing Audit Trail- Spring AOP vs.Hibernate Interceptor vs DB Trigger\thibernate\nWhy is Visual Studio 2005 so slow?\tvisual-studio\nMagento Duplicating Custom Block\tmagento\nSharePoint and Enterprise Library 4.0\tsharepoint\ncannot reach readystate=4\tajax\nScala as the new Java?\tscala\nSoftware development  on Mac\tosx\nbus error in simple Mac OSX C program\tosx\nHow to get OpenID authentication on SharePoint Services?\tsharepoint\nTable view not updating according to bindings - Part Deux\tosx\nApache Download: Make sure that page was viewed before download\tapache\nhow to play a video after uploading videos in drupal\tdrupal\nSVN commit error after deleting files locally\tsvn\nHaskell: Parsing error with 'where' and a guard\thaskell\n\"How Granular are your SVN \"\"projects\"\": one big project containing several releated apps or one \"\"project' per app\"\tsvn\nStress testing a server and VPS's vs. Dedicated servers\tapache\nAdd content between Wordpress queried posts\twordpress\nResources for an Oracle beginner\toracle\nIs it possible to insert a mult-line code snippet relative to the cursor position in Visual Studio?\tvisual-studio\nWordPress - How to know if a sidebar is empty without loading it?\twordpress\nNSString color\tcocoa\nHow practical is it to embed the core of a language with an effectful function space (like ML) into Haskell?\thaskell\nForeach in Linq\tlinq\nBash: For Filename do......\tbash\nSubversion - how to move some changesets from trunk to a branch?\tsvn\nInfoshare: Encrypted source code partition for MacOS X\tosx\nWhat is the current state of the Scala Eclipse plugin?\tscala\nEXC_BAD_ACCESS when using NSOutlineView\tcocoa\nFinding per-process bandwidth usage on the mac?\tosx\nSharePoint admin\tsharepoint\nGet function value of a instance method in Scala\tscala\nIs scala functional programming slower than traditional coding?\tscala\nHow to organize PHP handlers for AJAX in an MVC site?\tajax\nStoring MATLAB structs in Java objects\tmatlab\nSharePoint Default View Ignores Custom Title DisplayName\tsharepoint\nHow do you call a function defined in .bashrc from the shell?\tbash\nTransferring SVN Properties\tsvn\nWordPress: How can I add extra classes via variables when using body_class()?\twordpress\nmodem.oqpsk with half sine wave\tmatlab\nUsing mod_rewrite to redirect 70+ URLs with variables\tapache\nExcel Macro Match and Copy/Paste\texcel\n\"How can I implement a \"\"natural\"\" sort?\"\toracle\nHow to place multiple content types on a page??\tdrupal\nFind all nodes that have an attribute that matches a certain value with scala\tscala\nGetting a collection of index values using a LINQ query\tlinq\nHow to efficiently processing 300+ Files concurrently in scala\tscala\nMono on a Mac - what database to use?\tosx\nExtracting time zone from Oracle JDBC TIMEZONETZ object\toracle\nVisual Studio 2008 Window layout annoyance\tvisual-studio\nPropertyPlaceholderConfigurer vs Filters -- Spring Beans\tspring\nCocoa: Getting the current mouse position on the screen\tcocoa\nSpring/Hibernate: InvocationTargetException when deleting entity\tspring\nWhen is it OK to use an IORef?\thaskell\nmod_rewrite to alias one file suffix type to another\tapache\nHow to obtain codesigned application certificate info\tosx\nResources for Unit Testing Cocoa Applications\tcocoa\nWhat is the maximum length of a table name in Oracle?\toracle\nUsing scala-2.8.0.RC1 with Maven and Intellij 9.0.1\tscala\nBuilding a scala app with maven (that has java source mixed in)\tscala\n\"Access to restricted URI denied\"\" code: \"\"1012\"\tajax\nHibernate ManyToMany with Join table problems on update\thibernate\nSimple .htaccess rewrite ?\tapache\nMOSS Alternate Access Mappings\tsharepoint\nCAS Policy for Sharepoint Application Page\tsharepoint\nList folders and subfolders from a directory in Excel with hyperlinks?\texcel\nSkipping exceptions when using map in Haskell\thaskell\nOracle: Variable number of parameters to a stored procedure\toracle\nHow do I keep WordPress from formatting out leading spaces?\twordpress\nProblem with Excel to Gridview C# ASP.NET\texcel\nOracle Populate backup table from primary table\toracle\nExplicit Type Conversion in Scala\tscala\nmagento extension installtion\tmagento\nspring mvc: detect if an exception has been thrown while loading the context\tspring\nLinq Selecting Distinct From Four IEnumerable Lists\tlinq\nLINQ Except using custom Comparer.\tlinq\nBest Way to Synchronize Multiple Excel Files to MS Access Table\texcel\nExtract all matching substrings in bash\tbash\nRewrite content served by apache\tapache\nIs there is any way to protect the password in .xml using spring\tspring\nmagento import image attribute not inserting in table\tmagento\nDrupal Cache & Stylesheet Switch\tdrupal\nDirect Path Load of TimeStamp Data With SQL*LDR\toracle\nExtract filename and extension in bash\tbash\nDisplay resulst from a query with PHP (Wordpress)\twordpress\nIdiomatic table cell renderers in Scala\tscala\nHow can I add scala actors to an existing program without interfering with the normal termination behavior?\tscala\nHaskell compilation problem\thaskell\nqt moc.exe not generating *.moc file\tqt\nString Question - Cocoa\tcocoa\ncompute child table values in formula field of hiberntate\thibernate\nMagento - Determine id order was placed through admin\tmagento\nSVN Error - 501 Not Implemented Commit Failed\tsvn\nSVN URL Format\tsvn\nHow can I find last row that contains data in the excel sheet with a macro?\texcel\nStatic methods vs repository pattern with Linq2Sql\tlinq\nHow to lambda the group by data on a LINQ to Sql results?\tlinq\nSharePoint Web Part Parameters Mysteriously Disappearing\tsharepoint\nShould I port Linux Driver to Mac OS X OR Should I Rewrite it\tosx\nURL Rewriting - Redirect With No File Extension\tapache\nScala Array constructor?\tscala\nIPhone dev on mac Mini\tosx\nMagento: Get Image Gallery in list.phtml\tmagento\nUsing a Hibernate MapKey that's not unique within a table\thibernate\nInstall sqlite3 on mac osx?\tosx\nNSMutableArray add Object as pointer only?\tcocoa\nHow can I download Java SE 1.5 for Mac OS 10.6\tosx\nHibernate: How to exclude a class which is part of a join using the Criteria API\thibernate\nContextual Menu Item development for OSX (Leopard and Snow Leopard)\tosx\nKeyboard fails in IE8 after AJAX call\tajax\nCan I insert multiple copies of a widget in a form at runtime?\tqt\nProblem installing QT on Vista\tqt\nHow do sychronized static methods work in java?\thibernate\nHow do I make a Microsoft Word document “read only” within a SharePoint document library?\tsharepoint\nCocoa Utility Class\tcocoa\nWhat's the most abused features in Visual Studio / C#?\tvisual-studio\napache mod_proxy error os10060 and returning 503?\tapache\nForm is removed from AJAX response\tajax\nlists find algorithm\tmatlab\nmagento show subcategory\tmagento\nApache loading queue problems\tapache\nsetTabChangesFocus(bool) has no effect Qt\tqt\nTrying to get signals to work in my QT. I need some advice and help\tqt\nBash: How do I truncate an array?\tbash\n\"echo \"\"-e\"\" doesn't print anything\"\tbash\nHide console for Tkinter app on OSX\tosx\nfront-end configurable products from simple products in magento?\tmagento\nWhat open source Cocoa/Cocoa Touch Frameworks are out there?\tcocoa\nHow do I use gdbmacros.cpp in QtCreator?\tqt\nMATLAB: draw centroids\tmatlab\nGetting the index of the substring on solaris\tbash\nFinding a specific character in a string in Matlab\tmatlab\nAutomated Apache Server Maintenance Page\tapache\nUsing EnvDTE.Solution - How to Remove Source Control Bindings\tvisual-studio\nFind the corners of a polygon represented by a region mask\tmatlab\nBest way to rotate Apache log files\tapache\nInstalling Apache Web Server on 64 Bit Mac\tapache\nIssues with maps and their entries in Scala\tscala\nUsng enum in drupal\tdrupal\n\"In Oracle, is it possible to \"\"insert\"\" a column into a table?\"\toracle\nBest practice for SVN tags?\tsvn\nGet duration in AVAudioPlayer?\tcocoa\nApache - Ubuntu desktop edition 9.04\tapache\nhow to import from MS excel into MYSQL DB\texcel\nrunning pythoon code in matlab?\tmatlab\nHow best to convert a SharePoint multi-user field string into an array of SPUsers?\tsharepoint\nHow can I create a ddl for my jpa entities from java code?\thibernate\nHow to do GUI for bash scripts?\tbash\nDrupal (+CCK) permissions based on related node field\tdrupal\nHow do I get my Visual Studio Test Suite web test to iterate over my data source\tvisual-studio\nHow to get a variable value if variable name is stores as string?\tbash\nread file line by line in bash expands special characters\tbash\nMac OS X Tiger vs Leopard usage pervasiveness - any study?\tosx\nUsing Haskell's type system to enforce modularity\thaskell\nChange compilation flags in QT under Mac OS X?\tqt\nHow do I store the window size between sessions in Qt?\tqt\nUpdating a checkbox in Excel 2003 from a background thread in C# fails sometimes\texcel\nCan anyone explain why files cant be uploaded using AJAX?\tajax\nMod_rewrite .htm to fake subdirectory\tapache\npreserve empty cells when saving excel as xml\texcel\nhow to translate email template in magento?\tmagento\nHow to autowire factorybean\tspring\n\"SVN \"\"PROPFIND request failed on...\"\"\"\tsvn\nSVN: Could not read status line: connection was closed by server\tsvn\nChange Edit Control Block link in WSS\tsharepoint\nWhat can cause an intermitent ORA-12560: TNS:protocol adapter error?\toracle\nWhat is a good GUI text editor for the Mac?\tosx\nDynamically add where clauses to a cursor in oracle\toracle\nHow to change hibernate's default fetching strategy?\thibernate\nUsing polyfit to predict where the object falls ?\tmatlab\nSetting mime type for excel document\texcel\nQWebPage triggers loadFinished() several times\tqt\nHow to check whether your code environment on Windows or on Linux or other OS\tapache\narrow key via stdin\tbash\nTutorial to disassemble the Haskell Cont monad?\thaskell\nProduce permutations of arbitrary number of sequences\thaskell\nScala script to copy files\tscala\nMac Excel 2008: Macros?\tosx\nVisual Studio Debugger + Break when a value changes?\tvisual-studio\nHow do I gather data from the same collumn in multiple worksheets in a single workbook?\texcel\nMultiple repositories, single setup\tsvn\nI Need to  have a field where you can show an hour in Sharepoint 2007\tsharepoint\nGet the path of the .dmg from the mount point\tosx\nWordPress displays private posts to logged-in users -- how to turn this functionality off?\twordpress\n\"printing 4\"\"x6\"\" cards in OSX (cocoa)\"\tosx\nVisual Studio and dual/multiple monitors: how do I get optimized use out of my monitors?\tvisual-studio\nIs porting qt to another OS as simple as this?\tqt\nContent replacement from external website\tajax\nHow to undo an 'svn copy'\tsvn\nWordpress: How to compare 2 float values in meta_value column?\twordpress\nAre there reasons not to use JSONP for AJA~X requests?\tajax\nQt4 QMenu items sorting\tqt\nMake WordPress sticky posts behave as normal using caller_get_posts=1 isn't working\twordpress\nADO.NET Entity Framework - LINQ to multiple dbms\tlinq\nSpring: Setting up a simple PropertyPlaceholderConfigurer example.\tspring\nPulling date and time values from excel (CSV) to C#\texcel\nDoes Qt support OpenMP?\tqt\nerror while sending mail\tsharepoint\nFetching an image and associated metadata with an AJAX request\tajax\nHow do I deselect all cells in an NSBrowser\tcocoa\nUnable to make Firefox open Ack's output\tosx\nmamp make the filenames case insensitive\tapache\nApache rewrite rule\tapache\nLinq/XML: grouping results properly within XML element\tlinq\nhow to pass a java object as a parameter to a matlab function\tmatlab\nHow can I get the selected VALUE out of a QCombobox?\tqt\nSubversion Vendor Branches\tsvn\nWordpress stop post redirects\twordpress\nWhy won't the following haskell code compile?\thaskell\nmagento customers insertion\tmagento\n\"Resolving ORA-4031 \"\"unable to allocate x bytes of shared memory\"\"\"\toracle\nhandling  servlet output in ajax\tajax\nValue object or entity object in my Hibernate mapping?\thibernate\nDisadvantage of Ajax\tajax\n\"I can't \"\"Create or Extend Web Application\"\" in SharePoint?\"\tsharepoint\nHow to add custom Modules in magneto\tmagento\nHow can I make sure that FirstOrDefault<KeyValuePair> has returned a value\tlinq\nHow to set output path in a Qt project\tqt\nRecurring Profile and Bundled Item\tmagento\nCreating Drupal CCK content programatically/ via API\tdrupal\nWhat are your favorite, but less obvious, Visual Studio 2008 tips and tricks?\tvisual-studio\nexcel: charting with unknown number of data\texcel\nVS 2008 - Objects disappearing?\tvisual-studio\nQuerying the connecting device for usb devices in OS X\tosx\nHow to handle DataIntegrityViolationException in Spring?\tspring\nHow are lists implemented in Haskell (GHC)?\thaskell\nPerformance Benchmarking for Apache Nutch\tapache\nLinq join several arrays\tlinq\nMatlab tutorial for programmers\tmatlab\nCapture Screen Image in C++ on OSX\tosx\nIs SQLlite strong enough to use as wordpress database ?\twordpress\nIterating over Java Collections in Scala\tscala\nMagento Set Grid to Filter Automatically by Current Day using Existing Datetime Column in Grid\tmagento\nhow to show products at magento homepage.\tmagento\nLing select with two tables\tlinq\nbash: tee output AND capture exit status\tbash\nScala list recursion performance\tscala\nASP.NET => Spring Web Flow: How do I get up to speed fast?\tspring\nSQL to Linq Conversion.\tlinq\nTrying to create a class for relating images in Wordpress\twordpress\nAny have a Visual Studio shortcut/macro for toggling break on handled/unhandled exceptions?\tvisual-studio\nAdd web part to sharepoint page in aspx markup\tsharepoint\nHibernate for ontologies?\thibernate\nStoring files inside BASH scripts\tbash\nCommon Files in Visual Studio Solution\tvisual-studio\nMagento - Communication between 2 blocks\tmagento\n$Body_Classes Variable in Drupal\tdrupal\nGet all custom fields that belong to a certain box in Wordpress\twordpress\nRetrieving value (not display item) of DropDown\tajax\nHow do I reuse paintings in Qt\tqt\nImproving this url with .htaccess and mod_rewrite\tapache\nBest ajax framework for drag and drop support\tajax\n\"Is there a Snow Leopard compatible \"\"sudden motion sensor\"\" API available?\"\tosx\nGetting Product or ProductID in magento\tmagento\nBrowser Plug-ins Not Loading in WebView Implementation\tosx\nBash alias query\tbash\nHibernate not throwing exception when openSession is called and the connection to DB cannot be established\thibernate\n\"Bash case syntax - meaning of \"\"-@\"\"\"\tbash\nrelations in oracle objects?\toracle\nSCALA  Generic Function Values ( Anonymous Function ) - Missing Parameter Type ( Error )\tscala\nBest Practice creating Forms in Wordpress\twordpress\n\"Updating from svn repository returns \"\"Could not read chunk size\"\" error\"\tsvn\nApplying a function that may fail to all values in a list\thaskell\nMVC - Ajax form - return partial view doesnt update in <div> target\tajax\nHaskell function taking a long time to process\thaskell\nType error while trying to implement the (>>=) function in order to create a custom monad transformer.\thaskell\nDo you know a Haskell package for dirent.h on Windows?\thaskell\nHibernate getting Id from createCriteria() result\thibernate\nBegining SVN\tsvn\nfacebook footer bar ajax!\tajax\napache rewrite folder+query to query\tapache\nSending messages to objects while debugging Objective-C in gdb, without symbols.\tosx\nimap_open mbox windows\tdrupal\nIs it reasonable to use small blobs in Oracle?\toracle\n.NET: How to retrieve the body of an Oracle 9i PL/SQL procedure or function\toracle\nHow do I detect if an application is document-based?\tcocoa\nSpring controller setup question?\tspring\nAssign different products to different stores and display products per store in backend\tmagento\nHow to set the default value of a user defined column in SharePoint depending on the content type that uses it\tsharepoint\nWhat is .net framework ?\tvisual-studio\nHow to get t4 files to build in visual studio?\tvisual-studio\n-bash: ./configure: No such file or directory   - mysql install on OSX10.6\tosx\nLooking for MacOS Threaded Networking sample code\tosx\nDoes [NSStepper setMinimum/setMaximum] also set the value?\tcocoa\nCocoa focus ring color animation\tcocoa\nWhy Scala is Very Complex\tscala\nImporting Pantomime for sending email!\tcocoa\nHow can I use the /home directory on Mac OS X\tosx\nHow to stop NSScrollView from scrolling to top when horizontally resizing contained NSTextView?\tosx\nBash - How to call a fuinction declared in a parent shell?\tbash\nTwo server setup for online store(Magento)\tmagento\nImproving MVP in Scala\tscala\nPassword protecting AutoIndex but not static files with .htaccess\tapache\nRecipe for upgrading JBoss 5.x Hibernate to 3.5.x?\thibernate\nProblem with PNG Fix  for 2 overlapping images\tdrupal\nCore Animation window flip effect\tcocoa\nHow can you have a xEmacs-like-Auctex in MacVim?\tosx\nC# Linq to VB.NET (not a From In Where ... query style)\tlinq\nWordpress: How to Put a Function inside PHP?\twordpress\nupsells in custom Magento template\tmagento\nWhat is the easiest approach to exporting a Sharepoint list in xml format?\tsharepoint\n\"Running an MVC application through IIS results in \"\"Directory listing denied\"\"\"\tvisual-studio\nHow to drag NSStatusItems\tcocoa\nwordpress menu position\twordpress\nWhy does subversion chown/recreate files on checkin?\tsvn\nLINQ to SQL not recognizing new associations?\tlinq\nWhat am I doing wrong with the styling in this sharepoint masterpage?\tsharepoint\nMagento - Multiselect color attribute\tmagento\nSpring Connection Pooling\tspring\nVisual Studio 2008 Unnecessary Project Building\tvisual-studio\nChecking Drupal authentication from external PHP\tdrupal\n\"What happens if I forget to mark the Spring SessionStatus as \"\"Complete\"\"?\"\tspring\nVisual Studio: default settings\tvisual-studio\nCaret search and replace in Bash shell\tbash\nHow do I use a file grep comparison inside a bash if/else statement?\tbash\nLINQ SQL query check if a obect field is not null\tlinq\nDow do you set ASP.NET Development Web Server to not cache any content?\tvisual-studio\nSpring Security Redirect if no access on page\tspring\nDrupal Module - Form in Block not applying template\tdrupal\nExcel - Worksheet_Activate Code for New Sheets\texcel\nLimiting autoshape movement in Excel.\texcel\nmagento working of paypal express checkout\tmagento\nExcel VBA SVN Client / Integration\texcel\nNhibernate fires SQL commands\thibernate\nMagento Installation error..redirects to localhost ?!\tmagento\nMs Excel -> 2 columns into a 2 dimensional array\texcel\nHow to load an xml document from an openxml file without saving the xml file on disk?\tlinq\n\"What does \"\"Optimize Code\"\" option really do in Visual Studio?\"\tvisual-studio\nLINQ joins and ADO.NET Data Services\tlinq\nVisual Studio tip\tvisual-studio\nDefault HTML style for controls\tqt\nDeclaring multiple variables in scala\tscala\nFinding 99% coverage in Matlab\tmatlab\nIs there a way to use VS with a remote site accessible only by sftp?\tvisual-studio\nQt's pragma directives\tqt\nWhat does this snippet mean?\tdrupal\nCVS to SVN conversion -- How to replace CVS TAGS functionalities\tsvn\nQuery about design guidelines for application development.\tosx\nQPainter fails when calling begin\tqt\nBash substituion; remove everything after the string\tbash\nPython+Qt, QScrollArea problem: what's wrong with this code?\tqt\nFiltering a NSOutlineView/NSTreeController.\tcocoa\nHow Do I Detect A WordPress Admin Panel in my Plugin?\twordpress\nFundeps and GADTs: When is type checking decidable?\thaskell\nWriting a web application in excel? Why not?\texcel\nDoes opencv have a function similar to size and bwperim in matlab?\tmatlab\nHow do I query for objects with a value in a String collection using Hibernate Criteria?\thibernate\nHow to remove date header from apache ?\tapache\nImporting txt files to excel makes linebreaks disappear\texcel\nwordpress custom admin page - checkbox\twordpress\nHow to implement browser toolbar in Cocoa?\tcocoa\nSharePoint site security:  how can I monitor changes?\tsharepoint\nGetting MATLAB variable (string) from C\tmatlab\nHow to filter child collections in Linq.\tlinq\nwordpress shortcode problem\twordpress\nUsing Range Values with Find\texcel\nArray of Matrices in MATLAB\tmatlab\nMatlab / Java API callback\tmatlab\n\"Is using \"\"global\"\" user in Drupal dangerous?\"\tdrupal\nHow to solve symbolic equation with double coefficients in matlab?\tmatlab\nscala actors and persistence context\tscala\nHowto use the has_filter wordpress function with an object based callback\twordpress\nIs there a reference for the SharePoint XSLT extension functions?\tsharepoint\nHow do you bound an event receiver to a *specific* custom content type?\tsharepoint\nSVN hooks for windows\tsvn\nHow to get Custom Options Programmatically in Magento\tmagento\nHow can I set LINQ SelectMany projection via Func parameter?\tlinq\nWhat is the best client from Windows to Mac for VNC?\tosx\nbest way to programmatically modify excel spreadsheets\texcel\nStack Overflow whilst cascade saving nhibernate entity with custom generator\thibernate\nHow can i wire-up  org.springframework.transaction.interceptor.TransactionProxyFactoryBean  and org.springframework.orm.hibernate3.HibernateInterceptor ?\tspring\nVisual Studio plugin to allow opening 2005 solutions with 2008?\tvisual-studio\n\"Unable to transition state to \"\"payment_pending\"\" for user cancelled sales order\"\tmagento\nMod_rewrite rewriting things it's explicitly told not to\tapache\nDrupal CSS URL Problem\tdrupal\nWordpress get user id by login name\twordpress\nGetting executable SQL from a LINQ query at run-time\tlinq\nlift CalendarMonthView sample fails with Lift 1.1-SNAPSHOT\tscala\nScala: comparing fresh objects\tscala\nDynamically loading a part of a Window in Cocoa\tcocoa\nMagento 1.4 Display Individual Product on Homepage\tmagento\nLinq: Get a list of all tables within DataContext\tlinq\nCreating a list of Anonymous Type in VB\tlinq\nHow to set OS X Terminal's default home?\tosx\nIs there a simpler C++ Subversion API or an example .vcproj for minimal_client.c?\tsvn\nSaving QPixmap to JPEG failing (Qt 4.5)\tqt\nDefine mono for only one VirtualHost\tapache\nHow to use dependencies of C++ libs in Visual Studio regarding the header path\tvisual-studio\nHow do I make Subversion (SVN) send email on checkins?\tsvn\nqt trouble overriding paintEvent\tqt\nHow can I have multiple fields with the same taxonomy on Drupal's node creation form?\tdrupal\nHow to add a web part zone in SharePoint using SharePoint Designer\tsharepoint\nHow to set background color of cell with NSButtoncell type in NSTableView ?\tosx\nApparent memory leak in web application (maybe from AJAX?)\tajax\nSVN commit problems on Mac OSX Terminal\tosx\nParsing an Excel file in C#, the cells seem to get cut off at 255 characters... how do I stop that?\texcel\nWhich plugin do you use for using SVN inside Visual Studio\tsvn\nBash shell scripting - csv parsing\tbash\nBzip2 Tomcat Output\tspring\ndeducing type of multi-parameter type class\thaskell\nInfinite loop on combination of RewriteRules\tapache\nWhats the best way to send QStrings in a function call?\tqt\nHow much disk space should I reserve for my Subversion repository?\tsvn\nPWM/clock signal generation from a USB-1024HLS DAQ board\tmatlab\nWhat are the best practices for permissions on a publishing site within MOSS 2007 Standard?\tsharepoint\nExcel parsing and converting text\texcel\nSpring Webflow: cannot get flow execution url at action phase of portlet\tspring\nRunning Python & Django on IIS\tapache\nLooking for a RESTful or SOAP pipeline between WordPress and InterWoven TeamSite\twordpress\nWeird apache behavior when trying to display urls without html extension\tapache\nGetting the bounding box of a constant size item in Qt graphics views\tqt\nGood ways to Learn Cocoa?\tcocoa\nThe best 3rd party component for generating excel from asp.net\texcel\nHow to prevent VS 2008 from publishing .svn folders as part of publish process?\tsvn\nWhy use AsQueryable() instead of List()\tlinq\ndiv loading is not proper while using ajax\tajax\nSVN pre-commit hook for avoiding changes to tags subdirectories\tsvn\nHow do I show the number of images attached to a post on the image attachment page?\twordpress\nProblem in Copying the data one Excel to another Excel using VBSCript\texcel\nHow can I get the Hibernate Configuration object from Spring?\tspring\nResolving relative resources in AJAX content\tajax\nI need a simple custom authentication in spring\tspring\nGetting strange characters in text in Drupal...probably encoding issues, but how to solve\tdrupal\nA general way to get the front page of another language, in multi-lingual drupal?\tdrupal\n\"Need help with Continuations-Error \"\"found cps expression in non-cps position\"\"\"\tscala\nWhat are the merits of using the various VCS (Version Control Systems) that exist to track Drupal projects?\tdrupal\nHow to compare literals in COUNTIF\texcel\nDeriving arbitrary functions in Haskell\thaskell\nFinding whether or not an item is contained within an k-ary tree\thaskell\nDo you think the Spring WebFlow Flow Definition format would be suitable for externalising a Web Flow for a non Spring framework?\tspring\n\"QT: creating an \"\"svg image button\"\"\"\tqt\nIncorrect MacOSX select() behaviour on non-blocking connect\tosx\nHow do I enable Platform Builder mode in VS2008\tvisual-studio\ncopying a document to another library and incrementing version\tsharepoint\nSpringJunit4ClassRunner -- can I change the lifetime of the injected resources?\tspring\nExcel VBA hide/show row code speed.\texcel\ncan't login magento in local system in firefox\tmagento\nAJAX Response not working in FF\tajax\nDrupal permissions not showing for custom content type\tdrupal\nHow to maintain LINQ deferred execution?\tlinq\nBash Script Calls another bash script and waits for it to complete before proceeding\tbash\nNewlines and Spring's SimpleUrlHandlerMapping\tspring\nHow do I get the path of the current drupal theme?\tdrupal\nHow do I report progress while executing a LINQ expression on a large-ish data set\tlinq\n\"Excel VBA \"\"Autofill Method of Range Class Failed\"\"\"\texcel\nTortoiseSVN - missing files in client\tsvn\nMagento add to cart quantity update problem..\tmagento\nSync File Modification Time Across Multiple Directories\tbash\nHow to pass multiple parameters to tests that share the same setup code in Matlab xUnit?\tmatlab\nHow to get/set unique id for cell in Excel via VBA\texcel\nUnable to make a tab completion file for MacPorts in Bash?\tosx\n\"Hibernate \"\"PreInsertEvent.getSource()\"\" NoSuchMethodError.\"\thibernate\nCocoa app - piracy protection\tcocoa\nconnecitnf to ms sql through hibernate\thibernate\nIn Scala, how do you define a local parameter in the primary constructor of a derived class?\tscala\nFirst column of a matrix given as a list of rows in Haskell\thaskell\nMac eclipse xdebug firefox issue\tosx\nmapping list of different types implementing same function?\thaskell\nAdding Existing Form to C++/CLI WinForms Project\tvisual-studio\nmagento non object in search\tmagento\nHow to auto-resize qt widget?\tqt\nOpen and read Excel from a Linux based C program?\texcel\nWSS/MOSS Development ... Where to draw the line?\tsharepoint\nDoes anyone know the shortcut to open a file within your solution\tvisual-studio\nIt is possible to use Full Text Search (FTS) with LINQ?\tlinq\nAggregate LINQ results\tlinq\n\"How would you do a \"\"not in\"\" query with Linq?\"\tlinq\nIf Else in LINQ\tlinq\nGood database library/ORM for cocoa development\tcocoa\nuse oracle cursor within a sys_refcursor\toracle\nMac os x; fast text editor for RTF format with colors and change background\tosx\nBASH, escaping single-quotes inside of single-quoted strings\tbash\nHow do I add a form to a view with drupal 6.x views 2?\tdrupal\nHow do I retrieve external data from MS SQL from a Wordpress Blog?\twordpress\nQtPython Qtreewidget Problem\tqt\nIs there a pattern using Linq to dynamically create a filter?\tlinq\nRetrieving the selected object in an NSOutlineView.\tcocoa\nNSTableView and NSOutlineView Drag and Drop Help\tcocoa\nCore Animation - Sheet-like Window Sliding\tcocoa\nAccessing svn repo wtih TortoiseSVN from work vs. home + VPN\tsvn\nPassing properties to a Spring context\tspring\nHow to rewrite Collection?\tmagento\nWhat are the benefits of proxying by class as opposed to proxying by interface (Spring)?\tspring\nVB.NET COM Server implementing Excel UDF not callable with optional Excel.Range\texcel\nIs there a maven 2 archetype for spring 3 MVC applications?\tspring\nHibernate  -gett the size of a list in a property\thibernate\nHibernate one-to-one mapping problem.\thibernate\nModifying a spreadsheet using a VB macro\texcel\nDoes LINQ and Lambda expressions reduce Cyclomatic-complexity?\tlinq\nCustomizing Spring concurrent-session-control configuration\tspring\nHow to insert a record with LINQ and C# and return the Primary Key of that record\tlinq\nUsing Application.Run in Excel VBA when workbook name contains spaces\texcel\nCheck whether stderr is a pipe in bash\tbash\nSort Excel Grouped Rows\texcel\nTortoise SubWCRev.exe Pre-Build Event\tvisual-studio\nCreate a temporary directory in Haskell\thaskell\nHow do you write the function 'pair' in Haskell?\thaskell\nApache and mod_mono not playing well together\tapache\nExcel: How can I return the results of a function to a cell\texcel\nSpring - handle multiple forms submit with one controller\tspring\nImporting HTML Table into Excel via clipboard\texcel\nIs ODP.NET required for Oracle 11g Client?\toracle\nApache rewrite rule forces download\tapache\nhow to call functions/methods within CMS block or page?\tmagento\nIs LINQ best way to build a Model or create my own classes\tlinq\nWordpress query post get Image unless blank\twordpress\nOracle Builtin String Character Classes\toracle\nBuilt in colormaps in Matlab\tmatlab\nHow to read bytes from a Socket in Haskell\thaskell\nDrupal - After each user log in, how to direct to each user's specific page?  - Thanks in Advance\tdrupal\nHow to make this if statement in bash\tbash\nExcel to .csv problem\texcel\nBash reg-exp substitution\tbash\nAutomatic hyperlinking in Excel\texcel\nOracle DB: How can I write query ignoring case?\toracle\nQPlainTextEdit for single line of input\tqt\nHaskell: Can I use a where clause after a bloc with bind operators (>>=)?\thaskell\nAdd option value to product, then to cart with Magento\tmagento\nDrupal theming stop using panels for mobile site\tdrupal\nChanging the type of an entity preserving its ID\thibernate\nI want my wordpress template to be fully translatable\twordpress\nHibernate parent-child modeling\thibernate\nSpring MVC Web PetClinic Tutorial?\tspring\nHow do I slice an array in Excel VBA?\texcel\nSharePoint Default Styles\tsharepoint\nProjections.count() and Projections.countDistinct() both result in the same query\thibernate\nDrupal 6 increase user login time.\tdrupal\nPossible to create Oracle regular expression that's able to match NULL?\toracle\nApache mod-rewrite folder overwrite\tapache\nhow can i use sharepoint (via soap?) from python ?\tsharepoint\nMS Excel 2003 - Anyone know how to delete rows that contain duplicate data?\texcel\nhow do i find out what version of wordpress is running\twordpress\nHow to cluster and load balance a Sprint + OSGi app\tspring\nHow to write Tetris in Scala? (code review)\tscala\nAllow request coming from specific IP only\tapache\nSpring applicationcontext loading hooks\tspring\nCreating a custom field that requires unique values\tsharepoint\nIn a bash script/command how can I make a PC beep noise, or play a sound file?\tbash\njQuery and AJAX response header\tajax\nCreating executable for windows using QT program in Linux\tqt\nAm I understanding Drupal regions and views correctly?\tdrupal\nLINQ Select() function throws out loaded values (loadoptions)\tlinq\nVisual Studio 2008 - Customise right click menu\tvisual-studio\nHow to pipe a command result to a -<character><argument> option? (Without spaces)\tbash\nIs there a tool for managing redundant pages across a website?\twordpress\nDrupal contact form not displaying a theme?\tdrupal\nRedirect .aspx to WordPress\twordpress\nUsing Spring, mapping to root in web.xml, static resources aren't found\tspring\nDisplaying build times in Visual Studio?\tvisual-studio\nHow can I efficiently copy 2-dimensional arrays of bytes into a larger 2D array?\thaskell\nAccelerating saving plot figures as bitmap image  in MATLAB\tmatlab\nAutomatic Hibernate Transaction Management with Spring?\tspring\nSpring Web Flow\tspring\nHow to ignore Subversion specific subdirectories during commit\tsvn\nmod_rewrite: Redirect if anything but a file\tapache\nBest Practice for Wordpress Theme Functionality\twordpress\nSVN - How do I change the HEAD to a previous revision\tsvn\nHow to click a button in a out-of-focus widget without changing the current focus to it\tqt\nCocoa memory editing inspection\tcocoa\nHow can I limit a wordpress meta_box to a single page?\twordpress\nDoes the ClientScriptmanager work when called in a partial postback?\tajax\nEscaping spaces in mod_rewrite\tapache\nConcurrent network client in Cocoa\tcocoa\nUser Interface for creating Oracle SQL Loader control file\toracle\nHaskell Type Error\thaskell\nEffective Entity Update In Hibernate ?\thibernate\nNo mapping for LONGVARCHAR in Hibernate 3.2\thibernate\nScala and HttpClient: How do I resolve this error?\tscala\nWhy is it recommended to avoid unidirectional one-to-many association on a foreign key?\thibernate\nWhy do these errors in Xcode Mean?\tcocoa\nrearranging string containing repeating patterns of variable length\thaskell\nUsing Linq to run a method on a collection of objects?\tlinq\nhaskell global var\thaskell\nUsing a Qt-based DLL in a non-Qt application\tqt\nSharePoint Solution Package Deploy Random Failures\tsharepoint\nProblem with ajax modal popup extender\tajax\nHow to return a 200 ok status programmatically to ajax request in PHP?\tajax\nHTTP headers for jpg files after mod_rewrite\tapache\nProgrammatically set a specific bean object - Spring DI\tspring\nDealing with SVN keyword expansion with git-svn\tsvn\nDetecting Ajax in PHP and making sure request was from my own website.\tajax\ndruapl form alter to populate url arguments\tdrupal\nAjax, Check for updates,  Same_origin_policy\tajax\nHaskell Target Architecture\thaskell\nWhat tool do you use for counting lines of source code in Visual Studio Projects ?\tvisual-studio\nHibernate Tool for Weblogic 9.2.1\thibernate\nOracle Form Builder: Switching between tabs in a form\toracle\nGroup by month with criteria in Hibernate\thibernate\nloaded a subversion dump but it's inaccessible\tsvn\nspring 3.0 and JSRI68 support\tspring\nMatlab - matrix combinations\tmatlab\nWhat are some good techniques for performance testing SharePoint web parts and controls?\tsharepoint\nHow to maintain separate svn repositories for the same project?\tsvn\nTwo or more tinymce editors.\twordpress\nProgrammatically exclude page items in olap pivot\texcel\nSimultaenous connections, excel\texcel\nMost efficient AJAX toolkit?\tajax\nHaskell lazy I/O and closing files\thaskell\nCreate hibernate collection on two columns\thibernate\nHow to talk to Sharepoint: If I only got Full Name\tsharepoint\nnHibernate SchemaUpdate Failing\toracle\nProblem with detecting phone orientation change in Symbian/Qt\tqt\nMagento Checkout - Unsecure Image\tmagento\nStatic testing for Scala\tscala\nDrupal: Grabbing the node reference\tdrupal\nMaking the Text in a Text Cell change color when the Rows Checkbox has been checked.\tcocoa\nHow unique is LINQ?\tlinq\nWhat is the best way with Apache to redirect a blank subdomain to another subdomain?\tapache\nExcel XML Line Breaks within Cell from PHP DOM\texcel\nwordpress - how to make a page with no parent appear in a subnav menu\twordpress\nsuppress start message of Matlab\tmatlab\n[Spring] Using beans from other modules?\tspring\nHow to get last inserted row ID from wordpress database?\twordpress\nExcel 2003 Charting: Chart Data Too Complex\texcel\nSO how to make MAC recognize linux BASH?\tbash\nHow does visual studio determine what to copy to the output directory with multi-project solutions?\tvisual-studio\nHelp explain this chunk of haskell code that outputs a stream of primes\thaskell\nSubversion: Generate a full diff from every checkin that includes username\tsvn\nWordpress Custom Options In Admin Area\twordpress\nReasonably secure way to allow table name access on client side\tajax\nNew products by category in Magento\tmagento\nHow do I create a branch in SVN?\tsvn\nAnimation with QTimeline\tqt\nLooping over a function in Haskell\thaskell\n\"Newbie Question: AJAX not \"\"capturing\"\" event without refresh\"\tajax\nLinq to sql error with identitiy increment field\tlinq\nBindingResult.rejectValue does not find value from ValidationMessages.properties\tspring\nWhy is IE7 rendering these differently?\twordpress\nHow to limit the number of users that can access a SharePoint site collection?\tsharepoint\nselect in HQL (hibernate)\thibernate\nAvoiding too many configurations for a Visual Studio project\tvisual-studio\nRun code in Hibernate Filters\thibernate\nCustomize SharePoint:FormFields to a specific height..\tsharepoint\nHibernate group by time interval\thibernate\nsetting up a wysiwyg editor for drupal site users\tdrupal\nHow do I reorder the fields/columns in a view?\tsharepoint\nEcho spaces in bash script\tbash\ndrupal rpx module openid\tdrupal\nHow to add javascript to page on login and logout in Drupal 6\tdrupal\n(QT/kdelib)  how to know the end of a command in KTerminalInterface?\tqt\nSharePoint 2007 Approval Workflow - Any other person can approve requirement\tsharepoint\nCustom OneToOne Hibernate/JPA Association\thibernate\nExcel chart component recommendations\texcel\nmagento limiting number of returned items in product collection call\tmagento\nHow to enable mod_dav_svn in the root directory of a server?\tapache\nHow do I set the don't cache header for an html file using apache?\tajax\nattribute select magento query\tmagento\nWhat are the major issues to look for when moving an application built in Qt for a Symbian platform to a Windows Mobile platform?\tqt\nHibernate query cache - for objects not in the 2nd level cache - risky? usefull? bad practice?\thibernate\nWill Oracle retire 10gAS in favor of WebLogic?\toracle\nProgrammatically block screen saver in Mac OSX\tosx\nMagento grouped product options\tmagento\nSubversion not updating working copy properly\tsvn\nHow to hide Services item in QMenubar on Mac OS X?\tqt\nDrupal 6 forms and optgroup arrays\tdrupal\nmake AppleScript program that listens systemwide for shortcuts\tosx\nTrying to improve efficiency of array formula\texcel\nHow to connect to Oracle from far Computer in LAN ?\toracle\nDisable and later enable all table indexes in Oracle\toracle\nHow do you explicitly animate a CALayer's backgroundColor?\tcocoa\nPermissions problems with Excel Services in SharePoint\tsharepoint\nMap a list of strings with JPA/Hibernate annotations\thibernate\nHandling transactions spanning across database servers\tspring\nWhat's the best WordPress plugin for embedding/executing PHP code?\twordpress\nSharepoint: Web Part vs. ASP.NET User Control\tsharepoint\nWordpress the_author_posts_link\twordpress\nOverride of an hibernate validator annotation ?\thibernate\nSeeing a combined diff of many commits in subversion ?\tsvn\nRecommend good SVN layout for my project\tsvn\n"
  },
  {
    "path": "data/stackoverflow/test.tsv",
    "content": "text\tlabel\nForking Subversion Project\tsvn\nHow do you work on Oracle packages in a collaborative, version-controlled environment?\toracle\nHow do i represent an image through CAML?\tsharepoint\nIs there a connection between SourceSafe (version control) and SharePoint (collaboration)?\tsharepoint\nSpring Timers on JBoss don't stop when undeployed\tspring\nsharepoint logging/trace\tsharepoint\nProper disposal of SharePoint objects?\tsharepoint\nCheck out from a remote SVN repository TO a remote location?\tsvn\nIs it possible to use implicit conversions for parameters to extractors (unapply) in Scala?\tscala\nconvert c# linq to vb.net linq\tlinq\nWriting a pre-commit hook using SharpSvn. Does it lack svnlook propget?\tsvn\nMy app edits a file in SharePoint via Web Client/WebDAV(webclnt.dll).  How can I check out/check in?\tsharepoint\nData analysis tool like MS excel ...\texcel\nMySite and profile language\tsharepoint\nApache: Deliver some urls from the file system, all others from Rails app\tapache\nWhat is the best way to merge a feature branch into the mainline in Subversion?\tsvn\nQt Webkit - AutoComplete an Input\tqt\nConstruct XML with dynamic label and attributes in Scala?\tscala\nsharepoint webpart with caml and xslt\tsharepoint\nEquivalent of .sh and .bat on Mac?\tosx\nArgument Checking Problem in Bash Script\tbash\nrun Matlab in batch mode\tmatlab\nWhy doesn't svn import work?\tsvn\ndrupal 6 - can i use one exposed views filter to search/filter several similar cck fields?\tdrupal\nhow can I add a QMenu and QMenuItems to a window from Qt Designer\tqt\nDifferent backup location for DUPLICATE command\toracle\nHow can I keep on the fly application level statistics in an application running under Apache?\tapache\n\"What does \"\"apachectl\"\" stand for?  Why isn't it just \"\"apache\"\"?\"\tapache\nOracle Server performance monitoring tools\toracle\nmacos : list windows and detect new windows\tosx\nSynchronizing code with two subversion repositories\tsvn\n\"Is there a keyboard shortcut for \"\"Build Page\"\" in Visual Studio 2005?\"\tvisual-studio\nProblem in ajax webpage to navigate on previous page\tajax\nApache rewrite request using a different forward proxy\tapache\nGetting started with Spring 3 Web MVC - Setting everything up\tspring\nDescription of folder structure of Qt SDK\tqt\nMaximum length of [NSXMLNode stringValue]\tcocoa\nIs it possible to have version-independent DLL references in a class?\tvisual-studio\nInstalling mcrypt on Mac OSX (10.5) from PHP 5.2.8 source fails tests, what do I do?\tosx\nSpring Transitive Dependency Injection\tspring\nHaskell: reading multiple command line arguments\thaskell\nWhat is this kind of javascript? And Help with AJAX request.\tajax\nAccordion control gets 'extended' when we switch to designer\tajax\nExcel Smart Tags\texcel\nApplying a modifier key from one keyboard to a keypress on another in OS X\tosx\ngetting posts from Wordpress to out of WP in codeigniter view\twordpress\nstatic page links not working without index.php in front\tmagento\nProblem with UTF-8 in Create Schema By Hibernate\thibernate\nApache mod-rewrite for shorter urls\tapache\nA way to parse terminal output / input ? (.bashrc ?)\tbash\nORACLE 7.3 user management\toracle\nHow to prevent a jquery Ajax call from scrolling a form with an input to the top of browser window\tajax\nMac user needs some folder help with applescript. SFW\tosx\nbest approaches in designing for wordpress a theme, need some advice\twordpress\nHow do I configure Apache to forward some URLs to two resin containers?\tapache\nWhat is good for SharePoint beginner user tutorials?\tsharepoint\nmagento changing Shipping Method -error\tmagento\n\"Wordpress Archive by Year \"\"query_posts()\"\" Problem\"\twordpress\nCalling individual cell instead of range\texcel\nAuto-hide the OS X menu bar system-wide\tosx\nUsing FFT in MATLAB on multiple matrices of data to find differences within responses\tmatlab\nVisual Studio 2005 is slow for C++\tvisual-studio\nXAMPP: I edited PHP.ini, and now Apache crashes\tapache\nCan I do this? Apache + mod_jk + Tomcat + Axis\tapache\nChecking for node-edit mode in page.tpl.php\tdrupal\n.htaccess problem: No input file specified.\tapache\nDisplaying code sections with a different background color?\tvisual-studio\nUsing symbolic links inside OS X application bundles\tosx\n502 Bad Gateway... invalid response from upstream server (apache and jboss)\tapache\ndynamically create class in scala, should I use interpreter?\tscala\nHow to register multiple servlets in web.xml in one Spring application\tspring\nHow to remove spacebar action from QToolButton\tqt\nCan you configure VS2008 Code Analysis to use a British English Dictionary?\tvisual-studio\nHow to create bean of type Class?\tspring\nCustom List Compare dates in Sharepoint\tsharepoint\nOnly one instance of a ScriptManager can be added to the page.\tajax\nSVN Tortoise remap source folders\tsvn\n\"Haskell: surprising behavior of \"\"groupBy\"\"\"\thaskell\nWhy do some page requests hang when fetching image assets using Safari and Apache 2.2.3?\tapache\nPHP return empty json string\tajax\nInt vs Integer: type mismatch, found: Int, required: String\tscala\nCreate an Excel macro which searches a heading and copy-paste the column\texcel\nMutual recursion -- can someone help explain how this code works?\thaskell\nSharepoint calculated field's formula for created by\tsharepoint\nWhy a hard coded string var is changing when the bash script is run as root ?\tbash\nawk '{print $9}' the last ls -l column including any spaces in the file name.\tbash\nbest practices for AJAX framework implementation\tajax\nAutomatically add svn:needs-lock\tsvn\nIn Drupal, how can I create a front page with a set of menus as the content?\tdrupal\nBest toolkit for new Web application (odd requirements)\tajax\nStumped and Seeking Input Re: Database Design\toracle\nHow can I exit [NSRunLoop runUntilDate]?\tosx\nHow does Visual Studio's source control integration work with Perforce?\tvisual-studio\nModifying SharePoint app Web.config file with Forms Based Authentication\tsharepoint\nLetting users create customized Bundles in Magento.\tmagento\nLINES and COLUMNS environmental variables lost in a script\tbash\nAlgorithm for best-effort classification of vector\tmatlab\nOracle view with multiple join is only recognize when use a quotes around - why ?\toracle\napache proxy to tomcat keep alive confusion\tapache\nScala match/compare enumerations\tscala\nApache Rewrite RULE\tapache\nSubversion access from .NET\tsvn\nHIbernate Free Query\thibernate\nHow do I add custom column to existing WSS list template\tsharepoint\nHow do I show an embedded excel file in a WebPage?\texcel\nMagento Email Templates\tmagento\nHow to make zsh run as a login shell on Mac OS X (in iTerm)?\tosx\nSpeedup Matlab to C++ Conversion\tmatlab\nHow to import file into sqlite?\tosx\nPointer equality in Haskell?\thaskell\nHibernate L2 Cache on cluster\thibernate\nHibernate delayed validation until commit\thibernate\nDrupal - Automate a Content Form Submission\tdrupal\nIn Haskell how do you extract strings from an XML document?\thaskell\nDrupal theme_table... A way to theme nested tables?\tdrupal\nAdjusting Order Quantities in Magento\tmagento\nSharePoint Feature or Physical Files?\tsharepoint\nWhen does Linq's Take, take the results?\tlinq\nHow to automatically insert preprocessor and comment blocks into a new C++ header file in Visual Studio?\tvisual-studio\nShowing magento new product like standard category\tmagento\nIntercept page request behind firewall return altered content with php and apache\tapache\nUsing outer joins in HQL queries\thibernate\nElement-wise array replication in Matlab.\tmatlab\nAmbigous type variable error msg\thaskell\nAppropriate redirection of forms that use AJAX\tajax\nLeft outer join on two columns performance issue\toracle\nHow modern is C++ language used in Qt?\tqt\nSpring Security Child Thread Context\tspring\nUsing a wiki as a central development project repository\tsvn\nJava on OS X: How to provide operations in the Services menu (NSServices)\tosx\nMagento Custom Module How to store variable in config.xml\tmagento\noracle tables in one view\toracle\nWhat is the difference between an Operator and a function in Haskell?\thaskell\nDynamically added HTML does not dynamically remove with JQuery in Cakephp\tajax\nHaving some confusion with LINQ\tlinq\nCan I trust Cocoa APIs not to fail silently, or do I have to defensively check everything?\tcocoa\nDoes Subversion merge diff or just update revision on unmodified files\tsvn\nAny free alternative to VisualStudio?\tvisual-studio\nmatlab write image into eps file\tmatlab\ndifference between varchar and varchar2\toracle\ndrupal_render: how to make well-formed div structure of the form?\tdrupal\nScala: when are singleton objects constructed?\tscala\nCalculate difference between 2 date / times in Oracle SQL\toracle\nApache with JBOSS using AJP (mod_jk) giving spikes in thread count.\tapache\nformat code from ide ( VS2008)\tvisual-studio\nApache rewrite rule with parameters?\tapache\nQt::How small can it be made?\tqt\nIn what case would a programmer get the webApplicationContext out of DispatchServlet?\tspring\n\"Why are Haskell algebraic data types \"\"closed\"\"?\"\thaskell\nWindow move and resize APIs in OS X\tosx\nHow to Search within json document in apache solr lucene\tapache\nSetting up a Magento API to automate inventory exports\tmagento\najax loading image..\tajax\nDisplay New WordPress Post Without Reloading Page\tajax\nValue is a variable but used as a method\texcel\nScala create List[Int]\tscala\n\"What does \"\"bean X is injected into bean Y\"\" mean in context of Spring framework\"\tspring\nProducing CCITT compressed TIFF from CGImage\tosx\nHow to upload a excel's data into a List or DataTable without  saving and then deleting the excel file?\texcel\nRemoving duplicate rows from table in Oracle\toracle\nHow to put a menu in Magento backend that can be included in permission->role resources\tmagento\nsending ajax request\tajax\njoin collection to get the customer name (for admin grid)\tmagento\nDrupal retrieve the 'Minimum order amount' for free shipping value\tdrupal\nHow to map a custom protocol to an application on the Mac?\tosx\nHow to redirect wordpress post links that are using post_id to new url struture of postname\twordpress\nHow to catch exceptions and redirect to error page in Lift?\tscala\nShift operators in PL/SQL\toracle\nORA-01031: insufficient privileges when creating package\toracle\nLooking for a secure SVN remote update post-commit hook\tsvn\nDrupal Forms - Setting a Default Value\tdrupal\nCreate and populate two-dimensional array in Scala\tscala\nHow do you print out a stack trace to the console/log in Cocoa?\tcocoa\nMagento 1.4 - Get the quantity of most selling products\tmagento\nSpring MVC form:options tag not wiring into my objects Id?\tspring\nComplex Expressions in a LINQ Where Clause\tlinq\nAdmin now missing from Authors dropdown\twordpress\nAccessing a Windows file folder from Oracle Forms 10g\toracle\nconfigurable vs component with spring and aspectj\tspring\nQPixmap of a QGraphicsTextItem\tqt\noracle: efficient way to configure columns in an output report\toracle\nsubversion - how to commit change?\tsvn\nmod rewrite /iran/iran/ to /iran/\tapache\nWhat is the safest way to initialize bash arrays with quoted values from function output?\tbash\nBeanstalk like Functionality\tsvn\nVisual studio database edition: deploy to db without visual studio\tvisual-studio\nQt show() function after hide(), worked when the window inactive but not active\tqt\nRename several files in the BASH.\tbash\nExcel VBA returning weird results with large calculations\texcel\nType patterns in Haskell\thaskell\nI'm having an issue with a scala script using 2.7.7 - Main$$anon$1$$anonfun$1$$anonfun$apply$2\tscala\nwordpress generating slow mysql queries - is it index problem?\twordpress\nOptimizing WordPress SQL query for older posts list\twordpress\nMOSS 2007 Document Library - choice column not displaying selected value\tsharepoint\nTraversing and filtering a tree in haskell\thaskell\nTab-Key blocks Circumflex (^)\tqt\nWhat are some good books for learning Haskell (and/or OCaml/ML) in particular, and functional programming style in general?\thaskell\nIs there a more efficient way of making pagination in Hibernate than executing select and count queries?\thibernate\nVisual Studio: How to store am image resource as an Embedded Resource?\tvisual-studio\nprobem with redirecting output\tbash\nWhat is the best way to store a 16 × (2^20) matrix in matlab?\tmatlab\nHow I detect whether or not a file has been renamed using Cocoa?\tcocoa\nAJAX calendar extender idsplay issue in Safari\tajax\nSuppose a server is hosting a video file. Why is it that sometimes, it requires a full download before playing.  Sometimes, I can stream it?\tapache\nHow to show ajax loading gif animation while the page is loading?\tajax\nReturning a pointer to memory allocated within a function in Cocoa Objective-C.\tcocoa\nHow to progromatically know to rollback a transaction (can do it in SQLServer, but need oracle solution)\toracle\nHow to connect a Windows client to an OSX Server with AFP\tosx\nis there any shopping cart plugin for Wordpress MU (not for wordpress)?\twordpress\nORA-01031: insufficient privileges when selecting view\toracle\nHow to mock for testing in Haskell?\thaskell\nPublishing a node to a specific page ?\tdrupal\nTo use or not to use Scala for new Java projects ?\tscala\nHow to bind a key to sigkill in bash?\tbash\nIn svn, can I revert a change and shelve it for later?\tsvn\nHow To Post Articles To Wordpress Programmatically?\twordpress\nMenuKey functionality in OSX 10.5 and 10.6?\tosx\nUse an object after it has been released?\tcocoa\nSharePoint - find the sitetemplate value of a WSP template?\tsharepoint\nsetPrimitiveValue:forKey: and to-many relationships\tcocoa\nHow can I convert a color image to grayscale in Matlab?\tmatlab\nModifying show method of generated roo controler\tspring\nBash string comparison syntax\tbash\nQt plotting application.\tqt\nPalindromes in Haskell\thaskell\nProblem with y-axis in Matlab Diagram\tmatlab\nHow does Excel VSTO Work?\texcel\nHow would you give an Outline View alternating row colors?\tcocoa\nRemoving .htaccess Authentication Restrictions\tapache\nDisable designer in Visual Studio?\tvisual-studio\njava/scala shutdown hook -noclassdeffounderror\tscala\nDrupal MultiSite, Multiple Sites or Organic Groups\tdrupal\nRunning total by grouped records in table\toracle\nImporting 3954275 Insert statements into Oracle 10g\toracle\nHow to count number of different IPs that have accessed certain URL from Apache accesss log?\tapache\nSubversion plugin to Visual Studio?\tsvn\nComparing two matrices in Matlab\tmatlab\nIs Two phase commit possible using RMI and Spring\tspring\nStrategies/Tools for Building Training Website\toracle\nMagento:Getting selected attribute value of product in Checkout Shipping module\tmagento\nHibernate daily builds\thibernate\nIs there a way to enable / disable constraints in db2 v7?\toracle\nDoes Ajax detoriates performance?\tajax\n500 error while deleting in LINQ\tlinq\nEditing checkboxes in a Matlab GUI\tmatlab\nHaskell: Replacing element with a given key in an association list\thaskell\nSetup multi languages wordpress\twordpress\nGetting ssh to execute a command in the background on target machine\tbash\nHow to create dynamic Template String\tspring\nAdjusting Row Height Automatically in Excel\texcel\nRunning multiprocess applications from MATLAB\tmatlab\nhow many ways can I get bash alias completion on partial substring\tbash\nQt Creator: “XYZ does not name a type”\tqt\nSpeed test Linq2SQL v Entiry Framework\tlinq\nHow to extract and chop version string from file in bash\tbash\nHow can I iterate recursivly though a sharepoint list using webservices?\tsharepoint\n\"How to make \"\"Tag\"\" pages SEO'd in Magento?\"\tmagento\n\"How to \"\"unversion\"\" a file in either svn and/or git\"\tsvn\nmethod-invoking Spring bean\tspring\nApache rewrite\tapache\nhow do I preserve newlines in a quoted string in bash ?\tbash\nHaskell parsec parsing a list\thaskell\n\"Magento \"\"File was not uploaded\"\"\"\tmagento\ndrupal teaser starting position\tdrupal\nexcel macro to save as filename excel file and close open excel file\texcel\nHow do I get an Mac OS Component Manager Component to be visible to other processes?\tosx\nCrystal Reports chanes text to lower case.\tvisual-studio\nHow can I use lame to encode wav files within a shell script? I'm trying to set artist information via variables with spaces in them. Lame craps out. Maybe I'm being retarded with bash?\tbash\nAutomated builds of branches with SVN\tsvn\nRibbon UI for Visual Studio 2010 or beyond?\tvisual-studio\nWriting a QNetworkReply to a file\tqt\nAjax back button with dynamic content\tajax\nChanging word delimiters in bash\tbash\nBetter control of views output markup?\tdrupal\nPrivate and protected constructor in Scala\tscala\nEquivalent of select or poll in bash\tbash\nProblem in running a script\tbash\nScala: Pattern matching when one of two items meets some condition\tscala\nPorting an application from Oracle 9 to Oracle 11 - gottchas?\toracle\nHow do I use POST with ajax?\tajax\ngetQuote function magento\tmagento\nMac OS X / Open terminal with specified windows\tosx\nLINQ Dynamic Expression API, predicate with DBNull.Value comparison\tlinq\nSpring MVC vs JSF\tspring\nHow do I make a certain text style larger?\twordpress\nDrupal - Redirect success message to shadowbox\tdrupal\nHibernate Criteria API and Scalar Subqueries\thibernate\nInitializing qt resources embedded in static library\tqt\nsvn+apache per directory access control: weird permissions issue (403 Forbidden error)\tsvn\nControlling new features in Spring/Apache tomcat\tspring\nHow do I silence Network.Browser.browse's logs to stdout?\thaskell\nProblem setting up SVN & WebDAV in Ubuntu\tsvn\n\"WordPress page is listed in \"\"Posts\"\" but appears on site as a \"\"Page\"\", What gives?\"\twordpress\nODP.NET OracleCommandBuilder.DeriveParameters for 9i\toracle\nIntegrate vBulletin into a wordpress page (only frontend)\twordpress\nGNU Screen running a bash init script\tbash\nRun php in Drupal template uncached\tdrupal\nHow to make svn diff produce file that patch would apply, when svn cp or svn mv was used?\tsvn\nHaskell: Force floats to have two decimals\thaskell\nPOST method, Ajax and Security?\tajax\nProgrammatically add 'Input' form\texcel\nAdd SharePoint Document List to Quick Launch through Web Services\tsharepoint\nWeb based Report Designer Spring/Hibernate\tspring\nDrupal *_preprocess with a module\tdrupal\nRelease management in SVN\tsvn\nWhy would SVN command line client freeze with no output on Win XP?\tsvn\nHow to make SVN only update files but not add new ones.\tsvn\nLink to first image attachment in a wordpress post\twordpress\nExcel VBA - connect to sql with a trusted connection (no uid/pwd)\texcel\nDetecting if an Oracle Database is Installed\toracle\nexcel 2003, putting a button or textbox on worksheet?\texcel\nForm based login while also applying REST principles\tspring\nAdd AW Blog link to Magento top menu\tmagento\nFind class probabilities in matlab PNN and make ROC plot\tmatlab\nAbout hibernate NamedNativeQuery\thibernate\nCore javascript functions to make error, warning or notice messages appear?\tdrupal\nExtending data context classes (interface, new properties etc)\tlinq\nWhat is the easiest way to determine the dependencies of a .NET assembly.\tvisual-studio\nQt Creator Project Build Error\tqt\nUsing Email Template in Spring\tspring\nSpring Ajax controller - Accept submissions without refreshing page\tspring\nHow do you Read SharePoint Lists Programatically?\tsharepoint\nhow to check mod_deflate is enabled in apache?\tapache\nhow to activate wordpress plugins internally ?\twordpress\nGenerating Scala code trees from a Scala compiler plugin\tscala\nsimple yes/no haskell list question\thaskell\nrebuild indexes oracle 10G\toracle\nare scala's mouse events working? how?\tscala\nDrupal - Private Content Type without URL access\tdrupal\nDrupal Dynamic Select on a Form\tdrupal\nHow to create a netcat relay on OS X ?\tosx\nOverlapping labels in Qt fridge magnets example\tqt\nVisual Studio Extensibility: Adding existing folders to a project\tvisual-studio\nMapping multi-Level inheritance in Hibernate\thibernate\nHow to get from xhtml to excel to xhtml\texcel\n\"When I set NHibernate \"\"adonet.batch_size\"\" the sql not logged any more.\"\thibernate\nHow to call sheet-specific macro from one Excel workbook in another\texcel\nOSX equivalent of ShellExecute?\tosx\nHaskell counted list type\thaskell\nOracle PL/SQL: Loop Over Trigger Columns Dynamically\toracle\nCompare/Difference of  two arrays in bash\tbash\nShould Qt target the HyperSpace?\tqt\nWhat's the cheapest mac development box possible?\tosx\nConcurrent Processing in Scala\tscala\nSpring  HibernateDaoSupport : lazy-loading problem ?\thibernate\nMS Excel how to create a macro to find duplicates and highlight them É\texcel\nFaces conversion service is not found for converting 'dataModel'\tspring\nMagento New Products Block\tmagento\nHow to combine SVN commits?\tsvn\nHow do you deploy your SharePoint solutions?\tsharepoint\nHow do you keep the machine awake?\tosx\nHaving spring bean properties refreshed automatically from properties file\tspring\nNSAutoreleasePool in NSOperation main?\tcocoa\nHow to add a new SharePoint alert via Web Services\tsharepoint\nMagento - product stock status not changing until manual save\tmagento\nOnly OnConnection fires in Visual Studio add-in\tvisual-studio\nQTKit, opening input devices???\tcocoa\nOpen an external link in a lightbox in Wordpress\twordpress\nHow can I control the empty cart text in Drupal Ubercart\tdrupal\nDrupal sharing content between two websites\tdrupal\nSys.Debug messages not appearing in VS debugger Output window\tvisual-studio\nApache | AB | socket: Cannot allocate memory (12)\tapache\nHibernate: Difference between session.get and session.load\thibernate\nHow to stop sound in MATLAB?\tmatlab\nDoes Drupal parse hooks that aren't being used?\tdrupal\nhaskell check for user input errors\thaskell\nAdding <span> tags around each primary item in Drupal\tdrupal\nGetting Items on the Local Clipboard from a Remote SSH Session\tosx\nHow to get system time in Haskell using Data.Time.Clock?\thaskell\nLINQ Tracking New / Dirty Objects\tlinq\nHibernate: Retrieve rows that are not joined\thibernate\nAttach Qt windows?\tqt\nWhich language should I pick up: VB.Net or C#\tvisual-studio\nUsing @Autowired of spring with scala\tscala\nLINQ to SQL, Stored Procedures and the Methods Pane\tlinq\nWhat is annotations and how do it actually works for frameworks like Spring ?\tspring\nHow to use NSCollectionView and Outlets properly?\tcocoa\nHow to get Program Files Path in Visual Studio configuration\tvisual-studio\nHow can I pass a class name as an argument to an object factory in cocoa?\tcocoa\n[Excel] How can you retrieve a signature of function usable in Excel in VBA or a DLL  ?\texcel\nHow can an app tell if it's running on a hackintosh?\tosx\nAudit Revoke Operations\toracle\nIs there a haskell function for dates?\thaskell\nCustomize Magento without affect the upgrade\tmagento\nSharepoint OnWorkflowItemChanged is out of control\tsharepoint\nGetting unique result in Hibernate\thibernate\nOracle Trigger Permissions\toracle\n[Wordpress] How do I get the name of the page I am on?\twordpress\nAuto-generated Form Value\tajax\nWhy does the pointfree version of this function look like this?\thaskell\nMatlab, time match filter\tmatlab\nAn error with Haskell classes I fall all the time and can't understand\thaskell\nSpring vs Hibernate\thibernate\nOracle Database character set issue with the audit tables on Debian\toracle\nVisual studio C# Linq bulk insert/update\tlinq\nIncluding a VB project within a VC++ project\tvisual-studio\nCopy/Paste Not Working in Modal Window\tcocoa\nVisualStudio-based Rich Client Platform\tvisual-studio\nIE hanging, using 100% of the CPU\tajax\nError reading configuration file for JAAS Authentication Provider in Spring\tspring\nChange size of user/password login box\tdrupal\nHelp diagnosing a subversion error\tsvn\nDebugging and killing apps on Mac OS X?\tosx\nHow can I insert multiple rows into oracle with a sequence value?\toracle\nCreate Black and White PDF from Oracle Reports\toracle\nHaskell IO and closing files\thaskell\nCan't stop Hibernate from writing log to console (log4j.properties is ok)\thibernate\nCan I use NSSpeechSynthesizer from JavaScript?\tosx\nHaskell Cons Operator (:)\thaskell\nmaaging footer content,\tmagento\nUniform distribution of binary values in Matlab\tmatlab\nSharePoint domains and Content Query Web Part\tsharepoint\nAudio equivalent of QTMovieView?\tcocoa\nvs2008 publish problem with unmanaged dlls\tvisual-studio\nWriting a function List to a tuple\thaskell\n(13)Permission denied: access to /cgi-bin/test.cgi denied\tapache\nOpen source Objective-C projects with high quality code?\tcocoa\nlinq to sql LoadWith limiting fields returned\tlinq\nHow to determine change statistics between revisions\tsvn\nMagento & Subversion (SVN) - Getting a Development Environment Started?\tmagento\nMultiple assignment of non-tuples in scala\tscala\nDrupal: replacing field value in View\tdrupal\nBash command to open largest file\tbash\nSetting color when drawing into a NSImage\tcocoa\nHow to inject MessageSource to a View extending AbstractView\tspring\n[Haskell]Calculating a product recursive only using addition\thaskell\nConversion of bytes into a type without changing the application (ie storing the conversion method in DB) with Spring 3.0\tspring\ntomcat startup script permission on mac os x\tosx\n\"Why do AppleScript \"\"tell\"\" commands run a non-GUI instance of my GUI application in the background?\"\tcocoa\nWhy are iframes so slow?\tajax\nJoomla Blog/Wordpress Integration\twordpress\nHas anyone run into problems in TortoiseSVN where the 'author' isn't written to the log?\tsvn\nLinq Select IList\tlinq\n\"Is there an \"\"easy\"\" way to add customizable keyboard shortcuts to my Qt4 app?\"\tqt\nHow to Retrive cell addresses which call specific function\texcel\nhow do I get SQL string from an HQL query?\thibernate\nHow do I index through a cocoa NSArray to draw a shape in Quartz composer for every element in the array?\tcocoa\nReflection on a Scala case class\tscala\nMS Excel 2003 - Simple unselect question in Excel VBA when dealing with shapes\texcel\nNot able to use spring Beans outside container . Always picking up WebSphere Context\tspring\nApache alternatives to PHP header function.\tapache\nGetListItems Webservice ignores my query filter\tsharepoint\nIs there a fast way to change tabindexes on a form with lots of controls?\tvisual-studio\nHow to use sed to test and then edit one line of input?\tbash\nLINQ - writing a query with distinct and orderby\tlinq\nCan Subccategories be included in the menus directly?\tmagento\nMSSQL to Excel 2007 - New Lines\texcel\nDefining macros in Visual Studio - /D or #define?\tvisual-studio\nGenerating an infinite sequence in Haskell\thaskell\nIs there a way in Hibernate to set not-null to true on save but not delete in a mapping config?\thibernate\nHow to deal with memory problem - MATLAB\tmatlab\nHow do you determine Daylight Savings Time in VBA?\texcel\nGetting a WordPress Page Preview to point to somewhere else?\twordpress\nWhere is RequestMapping?\tspring\nIs it possible to create a multi-server SharePoint farm in the DMZ without using a domain?\tsharepoint\nHaskell - Functional Programming Help\thaskell\nIs it possible to deploy an already built Drupal site?\tdrupal\nQt Creator - Opinions and Thoughts\tqt\nEasily (GUI?) creating custom VS project template?\tvisual-studio\noracle9i querries\toracle\nDot Operator in Haskell: need more explanation\thaskell\nWordPress oddity with broken images\twordpress\nuploading the widget through magento connect manager.\tmagento\nAutomated testing of VBA UserForms- tools and/or techniques?\texcel\nPayPal Orders Cancelling Automatically In Magento\tmagento\nHaskell string list through lines\thaskell\nSpring + Hibernate JPA Question\tspring\nTwo Asynchronous NSURLRequests using Objective-C for iPhone\tcocoa\nHow to view load test reports by individual request in Visual Studio Team edition\tvisual-studio\nProgrammatically editing Sharepoint Wiki content\tsharepoint\nHibernate Spring Transactions\tspring\nInternationalisation in Visual Studio\tvisual-studio\nJava 6 on an OSX 10.4 Mac PowerPc\tosx\nCannot SCP a path with spaces from bash script?\tbash\n\"How to design \"\"blackbox\"\" with state in Haskell?\"\thaskell\nwordpress wp_list_categories() help\twordpress\nPerformance of dynamic SQL vs stored procedures on Oracle\toracle\nSVN: locally ignore files when updating\tsvn\nWhat does the Excel VBA range.Rows property really do?\texcel\nHow to resolve Oracle RemoteOperationException: Error reading error from command\toracle\nHow sophisticated should be my Ajax code?\tajax\nWhat project files shouldn't be checked into SVN\tsvn\nCalling a function in the parent page from an element ajax - loaded into a div\tajax\nattempt to create saveOrUpdate event with null entity\thibernate\n\"Bash Daemon Named \"\"sh\"\" or \"\"sleep\"\" not the filename....\"\tbash\nSearching for memory leaks in Apache httpd and modules\tapache\nCocoa why do I have to retain and release a function parameter?\tcocoa\nAccessing list data from a different site in Sharepoint Designer workflow\tsharepoint\nMultiple Documents in a Single Window in Cocoa\tcocoa\nAnyone know how to access the magento gift card sku in transactional email template?\tmagento\nLimiting FCKEditor to only one input format in Drupal?\tdrupal\nHow can I change Drupal's default menu strings without hacking the core files or using the String Override plugin?\tdrupal\nLINQ IEnumerable Where Not Finding Element\tlinq\nMagento error: SQLSTATE[HY000]: General error: 1\tmagento\nBy-Name-Parameters for Constructors\tscala\nHow do you execute SQL from within a bash script?\tbash\nUsing VBA to change Excel data\texcel\nHow can I apply an aspect using annotations in Spring?\tspring\nHow do I specify a publisher for the setup.exe when a setup CD is autoplayed in Windows.\tvisual-studio\nIs there an API call in WordPress to remove the categories and author from static pages?\twordpress\nspring not enforcing my method security annotations\tspring\nReference needed for drupal theme_HOOK properties\tdrupal\nMerge a 1 x N array to a 1 x 1 array without using loop\tmatlab\nSharepoint 2007 template to site definition conversion\tsharepoint\nReplacing CMNewProfileSearch with non-deprecated, 64-bit code\tosx\nHow can I connect to an Oracle database as SYS using an ADO connection string?\toracle\nsuggest me an easy way to automate such tasks\texcel\nHow do I enable svn commands from any directory?\tsvn\nWhich GUI element does iCal use for calendar view?\tcocoa\nNot parsing layout xml in Magento\tmagento\nOracle query to get book-name?\toracle\nOracle cursor running through the last item twice\toracle\nDrupal: Node related Block content while in a view\tdrupal\nHow to make read-only data accessible by diff requests while the server is running (apache, mod_python)\tapache\nIs there a method to generate a standard 128bit GUID on the Mac?\tosx\nEntity intercepted when a collection element updated\thibernate\npopularity of widget in magento.\tmagento\nSharePoint 2007 Publishing site and Audience Targeting in Web Part\tsharepoint\nQt splitter disable\tqt\nVisual Studio Intellisense, c#, no code behind.\tvisual-studio\nLinq-to-entities - Include() method not loading\tlinq\nForcing Garbage Collection in VBA/Excel 2000\texcel\nDo you ToList()?\tlinq\nReverse engineer (oracle) schema to ERD\toracle\nxapool connection timed out\tspring\ninvoking functions while debugging with Visual Studio 2005?\tvisual-studio\n\"How is Scala \"\"filling in\"\" missing arguments to a case class?\"\tscala\nAuto Generating Hibernate Entities\thibernate\nPassing JDBC url from Maven to hibernate.cfg.xml\thibernate\nHow to organize files in Haskell programs?\thaskell\n\"\"\"Information Not Found\"\" page in Visual Studio 2008, VB.NET Express Edition\"\tvisual-studio\nSum of Fibonacci numbers\thaskell\nHow to get linq result as string array?\tlinq\neliminate sort order on Data tab of SQL Devloper table view.\toracle\nDoes Scala has Gaurds?\tscala\n\"Enable --hyperling-source for \"\"cabal install\"\"\"\thaskell\nMagento & Google Checkout & Track Conversions\tmagento\nFind Text Cells That Are Too Small to Display Contents\texcel\nHibernate annotations, autoincrement related\thibernate\n\"Subversion: what does \"\"Target path does not exist\"\" when merging mean?\"\tsvn\nWordpress Custom Plug (how to call multiple javascript files)\twordpress\nAjax architecture in Django application\tajax\nGLWidget in QT only updating on mousemove\tqt\nhow to force examine before commit in SVN and so on?\tsvn\nmanual initialization of required Hibernate database tables\thibernate\nHow do I have an icon  displayed when a setup CD is autoplayed in Windows.\tvisual-studio\nUsing Linq with stored procedures\tlinq\nIntegrate Magento with CRM\tmagento\nSpring security null pointer exception\tspring\na div above another?\tajax\nHow to get top 3 elements in int array using LINQ?\tlinq\nWhat are all these Visual Studio 2005 files for?\tvisual-studio\nOracle join operator\toracle\n\"how to read digits from text file and save it in an array \"\"using MATLAB or JAVA\"\" ?\"\tmatlab\nhaskell network io hgetline\thaskell\nOracle Logon Protocol (O3LOGON) in 10g\toracle\nIs there a way to use bindings with an editable NSSecureTextFieldCell in an NSTableView?\tcocoa\nUsing %TYPE on a record field in PL/SQL\toracle\nUsing beans from another project\tspring\nWhat is the best way to retrieve distinct / unique values using SPQuery?\tsharepoint\nApache Mod_Rewrite query string to standard url\tapache\nThe best way to synchronize client-side javascript clock with server date\tajax\nHow can I grab a section of a logfile between 2 timestamps?\tbash\nAjax post via https from an http page\tajax\nHow do I rename a field in a structure array in MATLAB?\tmatlab\nIn Qt, how to show keyboard shortcuts in menu but disable them?\tqt\nHow to include a timer in Bash Scripting?\tbash\nACEGI Authentication available in tomcat 404 error handler.\tspring\nHow do websites generally log users out automatically when session expires?\tajax\nHow to disable css access outside from hosting domain?\tapache\nSplit edit window in Visual Studio\tvisual-studio\nReplacing trunk with branch in Subversion\tsvn\nSafety when installing plugins on domains I don't own\twordpress\nWordpress static pages: how to embed content into templates?\twordpress\nHibernate and Spring transactions - using private constructors\tspring\nAsync thread dies in SharePoint web part\tsharepoint\nsvn+apache per directory access control - disable root from modifying permissions file\tsvn\nHow to get the process ID of the current Excel, throught VBA, without relying on finding the window by the caption?\texcel\nIntergrating Perl and Oracle AQ\toracle\nSharePoint List Item Not Returning Fields\tsharepoint\nAlternate play / pause button for WordPress wpaudio  soundmanager plugin\twordpress\nCan you configure a single folder in a WordPress install that will allow directory list contents\twordpress\nUsing Excel VBA to find a range\texcel\npassing information from a Drupal Forms API validation function to a submit function\tdrupal\nWordpress loop: Grouping by category?\twordpress\nUsing Lamda with Dictionaries\tlinq\nQuery SVN repository from ASP.NET to get revision history\tsvn\nSharepoint Navigation URL in All Capital Letters\tsharepoint\nRich text editor (WYSIWYG) for Custom Fields input\twordpress\nNew Qt Directory is not valid\tqt\nUnauthorized Sharepoint WSDL from Coldfusion 8\tsharepoint\nscala collection.Map cannot be added to\tscala\nHibernate @OneToMany with mappedBy (parent-child) relationship and cache problem\thibernate\nXAConnection performance in Oracle (10g)\toracle\nSpring Explorer not showing beans from bean definition file\tspring\nMagento: find orders containing a product\tmagento\nHow do you find the amount of free space on a mounted volume using Cocoa?\tosx\nProblem with Visual Studio 2010 with WIndows 7 RC1\tvisual-studio\nMapping a bidirectional list with Hibernate\thibernate\nHibernate Configuration Xml\thibernate\nHow Long Polling in AJAX works\tajax\nMultiple Oracle Clients\toracle\nUsing Haskell's Parsec to parse binary files?\thaskell\nPL/SQL compilation fails with no error message\toracle\nWhat tool do you use for developing and administrating your database?\toracle\nSaving current directory to bash history\tbash\nOracle - side-by-side schema update technology...is there any?\toracle\nHow do you model form changes under Spring MVC?\tspring\nApache rewrite with implicit redirection.\tapache\nDeploying a Visual Studio Excel 2007 Template\texcel\nForce an svn update command to overwrite current files\tsvn\nShould I worry about the upgrade path for LINQ (the query language)\tlinq\nVideo player plugin in wordpress\twordpress\nOracle moving / transferring schemas from one server to another\toracle\npointer wont return with assigned address\tqt\nShare Sharepoint lists across sub sites\tsharepoint\nSharePoint Feature to install WebPart and custom list.\tvisual-studio\nApache with SSL - How to convert CER to CRT certificates?\tapache\nRedirecting Test Output\tbash\nWhat is the difference between converting to hex on the client end and using rawtohex?\toracle\nMagento loop through pages\tmagento\nHow does Haskell know which typeclass instance you mean?\thaskell\nIs it possible to make a bash file run as root in crontab?\tbash\nSample code for using macbook camera in a program?\tosx\nSVN merge merged extra stuff\tsvn\nURL to reference images in Magento\tmagento\nJS functions not working while loading html using Ajax\tajax\nSharePoint Branding Changing Site Logo By Theme, No Theme Applied Event Exists\tsharepoint\nInvoking ADO.NET from MATLAB\tmatlab\nSpring MVC isFormSubmission() equivalent for annotations?\tspring\nselected index of a vba combobox\texcel\nprototype ajax not properly executing query\tajax\nSuppress Drupal status messages by role?\tdrupal\nNSImage vs. CIImage vs. CGImage?\tcocoa\nLog web based application.\tapache\nApache Access Control\tapache\nWhere is the Location of Microsoft.Sharepoint.dll\tsharepoint\nAuto edit host and vhost and file for a new site on Aptana\tapache\n[LINQ] EntitySet vs Table\tlinq\nSQLite dialect error with Hibernate\thibernate\nHow to show grouped products thumbnails within Magento product detail view?\tmagento\nOracle SQL - Parsing a name string and converting it to first initial & last name\toracle\nProblems communicating with external editor in Qt4\tqt\nSVN Versioning\tsvn\nHow Do I Convert Pipe Delimited to Comma Delimited with Escaping\tscala\nHow to set fixed axis intervals with Qt/QwtPlot?\tqt\nQT: why is foreach iterating with a const reference ?\tqt\nHibernate HQL: Get count of results without actually returning them\thibernate\ngoogle webtool kit or really simple history?\tajax\nChanging the x-axis of seqlogo figures in matlab\tmatlab\nSetting up wildcard domains on local host (OS X 10.5)?\tosx\nHide link text from statusbar in wordpress\twordpress\nCan I make this code work with Shortcut Recorder?\tcocoa\nDisplaying foreign key relationships in Oracle 9i\toracle\nHow to make a keyboard shortcut to close dialog with Xcode/Interface Builder?\tcocoa\nSharePoint file provisioning not working.\tsharepoint\nHaskell: How is <*> pronounced?\thaskell\nhosts file and multiple sub-domains\tapache\nCommunication between a webpage and Excel?\texcel\n\"In Haskell, is there a way to do \"\"elem\"\" on a constructor with an argument?\"\thaskell\ncount specific word in line in bash\tbash\nAllow mobile access to an InfoPath form on a forms server/sharepoint instance\tsharepoint\nHow to set Visual Studio as the default post-mortem debugger?\tvisual-studio\nDrupal installing another language\tdrupal\nFind and Remove some text in Excel Worksheet with c#\texcel\n\"Subversion Error: \"\"Working copy [directory] not locked\"\"\"\tsvn\nHibernate session keeping track of objects\thibernate\nNSPopUpButtonCell inside custom NSCell does not change selection when item is selected from menu\tcocoa\nClient tools for Oracle?\toracle\nHow to move the cursor of a QTMovie?\tcocoa\nApache Tomcat 404 Error\tapache\nHow can you change the Visual Studio IDE profile?\tvisual-studio\nWeb Client Software Factory Unit Testing Big Fail\tvisual-studio\nshow share this link in drupal\tdrupal\n\"What does the subversion error \"\"Could not read status line\"\" mean?\"\tsvn\nhow do I set the PATH on Mac permanently (specifically for subversion upgrade)\tosx\nHibernate is calling public methods on the entities after a query, why?\thibernate\njquery ajax error cannot find url outside of debug mode\tajax\nDetect CPU Architecture (32bit / 64bit) runtime in Objective C (OSX)\tosx\nbasic xmlHttp question\tajax\nLINQ: Check whether an Array is a subset of another\tlinq\nChange the location of the ncb file in Visual C++ 2008 (9.0)\tvisual-studio\nWhat is the best practise design for a scalable web application involving session state\tlinq\n\"Why does \"\"anonymous\"\" need read access in authz in order for TortoiseSVN to do a diff or log?\"\tsvn\nWSS 3.0 - Can not display created custom template lists with web services\tsharepoint\nChanging a label in Qt\tqt\nCompiling a .vbproj or .csproj project file without Visual Studio\tvisual-studio\nUnpacking tuple types in scala\tscala\nMac OS X: Can one process render to another process's window?\tosx\nCorrectly handling mouse events with NSControl and NSCell?\tcocoa\nHidden features of Haskell\thaskell\nIntegrating Search Server 2008 Express with WSS 3.0\tsharepoint\nOneToOne Mapping with hibernate/JBoss/Seam\thibernate\nPassing and Receiving an Array from Function\texcel\nHibernate: Sorting by a field from a linked table if foreign key is null\thibernate\nhow to set path for apache/ tomcat?\tapache\nWordpress 403/404 Errors: You don't have permission to access /wp-admin/themes.php on this server\twordpress\nWhat's the best three-way merge tool?\tsvn\nBash date/time arithmetic\tbash\nComposing independent traits\tscala\nUsing a Oracle subselect to replace a CASE statement\toracle\nRun STSADM from ASP.NET under _layouts\tsharepoint\nNeed some help synch'ing outer loop counter with dialog.onconfirm()\tajax\nDrupal Views combine 2 columns into 1?\tdrupal\nIs it possible to enable ClearType on Visual Studio only?\tvisual-studio\nWhat's the Scala syntax for a function taking any subtype of Ordered[A]?\tscala\nUsing jQuery in a Wordpress post\twordpress\nCross-site AJAX requests\tajax\nHow to create a vcproj with qmake such that it contains customized filters?\tqt\nRename Oracle Table or View\toracle\nBuilding a library with Visual Studio that can be linked to a Qt project?\tqt\nScala closures on wikipedia\tscala\nHelp with using TypeConverters for enums in an Excel PIA assembly\texcel\noracle insert with many bind variables over WAN is very slow\toracle\n\"From \"\"LINQ to SQL\"\" to \"\"Azure Table Storage\"\" or \"\"SQL Data Service\"\"\"\tlinq\nVSS front end for SVN\tsvn\nQt (Creator) with WinSocks (ws2_32)\tqt\ndetect if an ASCX/ASPX is running in SharePoint?\tsharepoint\nUsername in Wordpress 2.7 Admin not changing based on user\twordpress\nSharePoint Datasheet view read-only custom field\tsharepoint\nunderstanding ajax a bit more\tajax\nHow can I inject a property value into an annotation configured spring mvc 3.0 controller\tspring\nMagento payment process giving problem\tmagento\nWebView history\tcocoa\nWhy do scala implicitly convert Char to Int?\tscala\nbash to beep if command takes more than 1 minute to finish\tbash\nafter join cannot filter by attribute qty - getting products from invetory that are in stock\tmagento\nQt: Writing plugins for other applications\tqt\nScala abstract method param question, List of T\tscala\nAutowiring Unmanaged Beans Annotated With @Component\tspring\nVisual Studio warning level meanings?\tvisual-studio\nQt, non-modal dialog doesn't close itself\tqt\nscala way to define functions accepting a List of different numeric types\tscala\nBash - Format a Textfile - Pair every two lines\tbash\nData does not persist using HIbernate with Spring's @Transactional Annotation\tspring\nBreakpoints not being hit\tvisual-studio\nHaskell Write Computation result to file\thaskell\nSpicing up the Visual Studio IDE\tvisual-studio\nGet Scriptaculous SlideUp effect to work with RubyOnRails\tajax\nHave a different language for the admin interface than the site's default in Drupal\tdrupal\nIn a spring configuration, what is the difference between using name vs id?\tspring\nWorkaround for Oracle 9i outputting CRLF when using utl_file.putraw() for BLOBs?\toracle\nProper way to check QOject derived class type in Qt\tqt\nHibernate - StaleObjectStateException in query possible?\thibernate\nHow to troubleshoot why Excel disables an add-in?\texcel\nShould I checkout the full branch when performing only commits with Subversion?\tsvn\nApache - Rewrite Rule confusion [ahhh]\tapache\nHow do I call a method that is in the webpart class file, from a usercontrol in SharePoint 2007?\tsharepoint\nMagento discount calcuation 1p off\tmagento\nManyToMany assoicate delete join table entry\thibernate\nBest way to log POST data in Apache?\tapache\nTips to sync up webapps and svn?\tsvn\nSharePoint Infrastructure Update Authentication Issues\tsharepoint\nCreating Visual Studio toolbar commands to execute batch files\tvisual-studio\nUnlock cell on a condition from adjacent cell\texcel\nBest approach for using AJAX loaders?\tajax\nlinq (to nhibernate) where clause on dynamic property in sql\tlinq\n\"Subversion Auth: Can't access the \"\"Collection of Repositories\"\" page anymore\"\tsvn\nAdd elements to an an announcements list for a specific user\tsharepoint\nCan I add a new folder to a TFS repository server-side without using a local working copy?\tsvn\nPerformance tuning in Cocoa application\tcocoa\nGet MYSQL Data Into AJAX\tajax\nMagic  Apache redirecting for /~username\tapache\nIs this the proper way to initialize null references in Scala?\tscala\nAttaching VisualSVN Server to an existing repository\tsvn\nWhat are the various files that could have PATH declarations for OSX Terminal in them?\tosx\nSharepoint disaster recovery\tsharepoint\n\"socket \"\"read\"\" hanging if the MacBook sleeps more than 10 minutes\"\tosx\nAccessing Scala Parser regular expression match data\tscala\nSharing Files in SVN\tsvn\nhow to know KBs of document in a document library in Sharepoint 2007?\tsharepoint\nSVN Checkout of drupal to another site\tsvn\nBash or PHP script to execute stocked procedure on SQL server\tbash\nSpring+JPA+Hibernate: persist is updating the entity surprisingly.  Please go through the details.\tspring\nSystem.Net.WebException :System.UnauthorizedAccessException: Access to the path denied\texcel\nMagento - Link to Store With Specified Currency\tmagento\nAjax jquery <a> to update database\tajax\na ListView, a LinqDataSource, linq-to-sql and ordering\tlinq\nIs it a missing implementation with JPA implementation of hibernate??\thibernate\nbundle product shows price as 0\tmagento\nInstall multiple Apache Instances\tapache\nAfter rewrite Model sales/order_collection it works except in Admin section, why?\tmagento\nHow to migrate svn to another repository\tsvn\nAdd email field to comment drupal\tdrupal\nHow do I escape the wildcard/asterisk character in bash?\tbash\nSharepoint best practices\tsharepoint\nhow to append name of file to end of each line in file\tbash\nSpring MVC 3.0: Avoiding explicit JAXBElement<> wrapper in method arg\tspring\nOverwrite data and setData in Qt's QFileSystemModel\tqt\nhow to retrieve the image product in the list of sub-product ( select form ) of a configurable product\tmagento\nSuggestions for setting up a subversion repository\tsvn\nInner join vs Where\toracle\nLooking for discussion or literature on WordPress as a software engineering project.\twordpress\nDrupal views: selecting nodes with no children matching a condition\tdrupal\nWordPress: Problem with the shortcode regex\twordpress\nHow do you deal with saving an attribute related to an object not yet created, via AJAX?\tajax\n\"How can I repair \"\"upgraded\"\" subversion working directories?\"\tsvn\nMagento; include price attributes in (product) subtotal\tmagento\nHow can I inhibit warning 2400 in Visual Studio 2005?\tvisual-studio\nMagento https print order page is empty\tmagento\nSubclassing SharePoint Objects\tsharepoint\nBash environment variables and finding installation directories\tbash\nClient Scritp and get call back event reference.\tajax\nApache: Caching a DEFLATE'd file.\tapache\nArrow keys with NSTableView\tcocoa\nVirtualize mac client OS on OS X server\tosx\nSimple Automatic Backup Solution for Magento?\tmagento\necho printing variables on single line\tbash\nHow do you configure VS2008 to only open one webserver in a solution with multiple projects?\tvisual-studio\nAm I allowed to declare a lifecycle interceptor on an interceptor?\tspring\nVS2005: How to not have VS try to parse text file resources as html?\tvisual-studio\nProblem connecting to a remote database using hibernate\thibernate\nHibernate DetachedCriteria in FROM clause\thibernate\nHow to write a nice Low-Pass-Filter in Scala\tscala\nhow does wordpress' <!--nextpage--> tag actually work?\twordpress\nBypassing DELETE_ORPHANS in a transaction when moving objects from one parent to another, hibernate.\thibernate\nHow can Drupal users receive emails from outside Drupal?\tdrupal\nLazyInitializationException with session scoped bean\thibernate\nWhat Situations Cause Oracle Packages to Become Invalid?\toracle\nCocoa Autoreleasing in loops\tcocoa\n\"Scala giving me \"\"illegal start of definition\"\"\"\tscala\nDrupal, or Joomla Form Builder\tdrupal\nHaddock for Cabal-installed modules?\thaskell\nconverting MATLAB code to Fortran\tmatlab\nWhat are the best practices for a small distributed team which will work on a Drupal project?\tdrupal\nAuto generate email account during Drupal account registration?\tdrupal\nChecking for Magento login on external page\tmagento\nFlex tools for Mac\tosx\nThe AJAX response: Data (JSON, XML) or HTML snippet?\tajax\nlinq to entities inheritance query problem.\tlinq\nWeird VS2008 Intelliesense problem\tvisual-studio\nCan Qt work with compiler which has no support for namespace?\tqt\nHow to rearrange this function to return the extended list in Haskell\thaskell\nVisual Studio - view type from metadata\tvisual-studio\nMagento Point of Sale Integration\tmagento\nLoad .wav file for OpenAL in Cocoa\tcocoa\nRemoving .php with mod_rewrite\tapache\nMaking an NSTableView Display Articles From An RSS Feed.\tcocoa\nMultiple matrices in matlab without recursion\tmatlab\nBulding a LINQ query programatically without local variables tricking me\tlinq\nHow to detect timeout on an AJAX (XmlHttpRequest) call in the browser?\tajax\nQtEmbedded (for Kindle!): How are the device plugins supposed to get feedback from the app?\tqt\nHow to Setup Multiple Authentication Types for 1 Subversion Repo?\tsvn\nDetecting changes to checkboxes via VBA\texcel\nCopy-paste code from Visual Studio, but paste UNFORMATTED code\tvisual-studio\nGetting unique values in Excel by using fomulas only\texcel\nWordpress XMLRPC\twordpress\nHow to verify correct operation of Hibernate second level caching in a cluster?\thibernate\nInputManager plug-ins in Snow Leopard (OS X 10.6)\tosx\nGit or Subversion?\tsvn\nOne executable that starts as gui application or console application based on command line in VS2005\tvisual-studio\nproblem with dropdownlist updateprogress and updatepanel\tajax\nOracle VS SQL server\toracle\nSubstitution till the end of the line in bash\tbash\nIs there a Spring HandlerAdapter implementation for Struts?\tspring\nHow do i set up an additional RSS feed on Wordpress?\twordpress\nHow to add Announcement list/webpart to Publishing Portal\tsharepoint\nStruggling with .ToList() returing an EntitySet<...>, not an IList<..>\tlinq\nExcel error HRESULT: 0x800A03EC while trying to get range with cell's name\texcel\nMass node_load for Drupal?\tdrupal\nTotal Number of Stories on the website\tdrupal\nHow to disable magento online sales functionality?\tmagento\nmaintaining configuration differences between dev and live environments during deployment from SVN\tsvn\n\"Qt's moc causing \"\"undefined reference to:\"\" error\"\tqt\n\"How to make WordPress \"\"Add/Edit Post\"\" form more Tumblr like?\"\twordpress\nQWebView get content type\tqt\nHow do you get a minimal SDL program to compile and link in visual studio 2008 express?\tvisual-studio\nCount a list of cells with the same background color\texcel\nGood Ajax framework for J2EE\tajax\nHow to prevent automatic truncation of leading zeros in Excel cell\texcel\nOracle SQL: LEAST() returns multiple rows...?\toracle\nApache Mod-Rewrite Primers?\tapache\nHow can I avoid ta warning fom an unused parameter in PLSQ?\toracle\nMod Rewrite: How do you rewrite out of the URL's home directory?\tapache\nAdd specific directories to bash find command\tbash\nORA-01654: unable to extend index\toracle\nChange templates in XCode\tcocoa\nmagento https error\tmagento\nProgrammatically setting Repeated Parameters in Scala\tscala\nCould someone reccommend video tutorial websites for beginners?\tajax\nAjax in hibernate project\tajax\n\"Can you help me center a \"\"ul\"\" element with CSS?\"\twordpress\nSpring Framework 3 and session attributes\tspring\nJavascript link in drupal view\tdrupal\nhow to remove files and directory in a appointed path?\tcocoa\nCan I have a hit-point in VisualStudio that skips lines?\tvisual-studio\nHow to encrypt and decrypt a file with Qt/C++?\tqt\nStreaming and Linq Blobs\tlinq\nHow to connect HttpServlet with Spring Application Context in web.xml?\tspring\nAssigning text to an array\texcel\nGeneral method for making sub arrays around a particular element\tmatlab\nMagento admin panel gives 404 when trying to enter cms pages\tmagento\nDrupal : adding status field to node\tdrupal\nHow can I turn off all commenting across WordpressMU\twordpress\nbash, numeric prefix for emacs bindings?\tbash\nHow can I determine a process' unshared memory size on SunOS?\tapache\nHow to check JRE Version before application installed, Mac Installer\tosx\nDoes DRUPAL and YUI play well together?\tdrupal\noracle left outer joins not showing right null values\toracle\nHow to make warnings persist in visual studio\tvisual-studio\nDifference between Abstract Class and Trait\tscala\nstyle cleanup that doesn't trample svn blame?\tsvn\nAppending a vector to an empty matlab matrix\tmatlab\nHTML5 canvas with Processing vs. Pure Javascript\tajax\n\"Using LINQ how do I have a grouping by a \"\"calculated field\"\"\"\tlinq\nHow to debug ORA-01775: looping chain of synonyms?\toracle\nSpring Transaction with Sybase\tspring\nWhat is free tagging?\tdrupal\nWhat is Excel 2007 workbook Name size limit? Why?\texcel\nHow to get OS X to set initial location of NSWindow\tcocoa\nRandomizing arg order for a bash for statement\tbash\nHow do I use the same field type in multiple lists on SharePoint?\tsharepoint\nDeploying InfoPath forms to different SharePoint servers\tsharepoint\nWordPress question\twordpress\nVisual c++ 2008: how to have global settings defined in a solution\tvisual-studio\nLinking to a dynamic library on a Mac with full path\tosx\nMagento - adding a new field to the product options in admin\tmagento\nSharePoint: programmatically move documents between document libraries\tsharepoint\nAdd to Magento admin-side global search\tmagento\nHibernate N+1 from select across multiple tables\thibernate\nAdd a cart link (with number of items) in the sidebar in Magento.\tmagento\nExcel - tactics for complex validation\texcel\nMac vs. Ubuntu for C/C++ development?\tosx\nIs there a helper to know whether a property has been loaded by Hibernate ?\thibernate\napache modrewrite refactor question\tapache\nHow do i create a Hibernate Criteria to order by some properties of collection\thibernate\nIs there a better way to find midnight tomorrow?\tcocoa\nReporting Srvices Add-in for sharepoint products error\tsharepoint\nWhat is the difference between the Project and SVN workingDirectory config Blocks in CruiseControl.NET\tsvn\nCrashed SVN repository\tsvn\nDoes anyone know if WordPress has builtin PHP validation functions?\twordpress\n@PrimaryKeyJoinColumn with Bidirectional @OneToOne relationship\thibernate\nIs it possible to start an external program from the target directory when debugging?\tvisual-studio\njava.lang.NoSuchMethodError: main when starting HelloWorld with Eclipse Scala plugin\tscala\nRequire new password on first login to Wordpress.\twordpress\nDrupal development and use by professional programmers .. are there specific pitfalls or advantages?\tdrupal\nHow can I make an undecorated window in Cocoa?\tcocoa\nApache mod_rewrite going berserk - redirecting where it shouldn't\tapache\nChanging the inheritance strategy in branches of the class hierarchy via JPA annotations\thibernate\nVisual Studio open files question\tvisual-studio\nmagento add to cart problem\tmagento\najax indicator before complete loading\tajax\nExit status code for Expect script called from Bash\tbash\nDetailed information from QObject::connect\tqt\nlinq and object initialisation\tlinq\nWhat would you choose for your data layer today, Linq or Subsonic?\tlinq\nExcel charts - setting series end dynamically\texcel\nWhy is my Drupal site logging out users when a Javascript function is called?\tdrupal\nredirect stdout and stderr to a single file with prefixes\tbash\nOracle: Calling multiple procedures in a batch\toracle\nCan I create a collection in Scala that uses different equals/hashCode/compare implementations?\tscala\nUpdates to Wordpress theme template/stylesheet are not reflected when a file is edited\twordpress\nDoes not using Interface Builder buy me anything?\tcocoa\nHow to use fromInteger in Haskell?\thaskell\nHow do I iterate over a range of numbers in bash?\tbash\nUsing DOS file contents as command line arguments in BASH...\tbash\nHow can I use Maven to get the latest Hibernate release?\thibernate\nSafe keyboard shortcut for activating code completion style functionality in Mac OS X browsers\tosx\nHow to know a device's name from its device ID in OS X?\tosx\ntesting an sql query in php\tajax\nWhere can I find documentation for Scala's delayed function calls?\tscala\nMoved a Wordpress Blog - now it wants to Reinstall\twordpress\nCalculating columns with Core Data like SQL\tcocoa\nAn unusual type signature\thaskell\nHaskell IO russian symbols\thaskell\nMagento - Removing the black background from automatic thumbnails?\tmagento\nHow to use Ajax in ASP.NET for Email ID validation? Help me\tajax\nCocoa/iPhone: BackgroundColor and Opaque Properties\tcocoa\nHibernate: Parent/Child relationship in a single-table\thibernate\nFinding edge and corner values of an image in matlab\tmatlab\nHaskell graph drawing on Windows\thaskell\npaste to codepad.org using bash or curl\tbash\nOSX Malicious Terminal Command (colon, brackets, curly brackets, apersand, etc)\tosx\nSharePoint Server 2k7 / Office 2003 Integration problem (CT prob.)\tsharepoint\nHow do you parse a filename in bash?\tbash\nExtacting contents from excel in Drupal\tdrupal\nAnyone ever flip (<$>)\thaskell\nShare .obj files between different configurations\tvisual-studio\nQt - what is required for a QTDIR to be considered valid by build tools?\tqt\nBASH script: Downloading consecutive numbered files with wget\tbash\nHaskell ByteString / Data.Binary.Get question\thaskell\nSave last working directory on Bash logout\tbash\nTrouble with file location in excel/fortran dll connection\texcel\nMaking a list of divisors in Haskell\thaskell\nEclipse / Java path problems\tmatlab\nWordPress: How to display only posts that are in a certain category?\twordpress\nDoes the SQL Server 2008 search problem affect SharePoint search?\tsharepoint\nEncoding CGPoint struct with NSCoder\tcocoa\nSharing Visual Studio Code Snippets amongst a team of developers\tvisual-studio\nUnable to launch the ASP.NET Development server because port '1900' is in use.\tvisual-studio\nHow do I (should I?) use Apache POI HWPFDocument?\tapache\nExcel structured reference table syntax\texcel\nCreating Sharepoint lists declaratively or programatically\tsharepoint\nWhat is the difference between a SVN server and a HTTP server\tsvn\nWordpress Plugin without any Host\twordpress\nWhat is the simplest way to export Excel data to Matlab?\texcel\nThrowing specific error messages in PLSQL Oracle...catching in hibernate?\thibernate\nFor loop using find lacks doesn't properly handle directory names having white space character\tbash\nSVN folder to new repository root\tsvn\nRewriteEngine off; does ErrorDocument still work?\tapache\nEasiest way to front Weblogic 9.2 with apache 2.x\tapache\nSharePoint: Problem Exporting Versioned List to Excel\tsharepoint\nhow do i get jQuery .post to work with wordpress/php?\twordpress\nusing qt : how to build a gui ontop of a console application ?\tqt\nHow to make ajax call from drupal pager\tdrupal\nmagento - Product page 404 error.\tmagento\nSharepoint search, redirect from OSSSearchResults.aspx to Search centre\tsharepoint\nLinq to SQL and Entity Framework Diffrences ?\tlinq\nDrupal User Profile\tdrupal\nEncoding string arguments for URLs\tcocoa\nApache HTTPD reload\tapache\nHow do you use git svn?\tsvn\nUsing text formatting in Matlab custom data tips\tmatlab\nTest universal binary for mac\tosx\nApache .htaccess password protect with relative path\tapache\nC++/Qt download file in sync\tqt\nHow to load and show an png image in matlab?\tmatlab\nHibernate Basic: how to query when there is a composite id\thibernate\nWhat are the licensing terms of the Visual Studio Image libraries?\tvisual-studio\nIs there a scala identity function?\tscala\nDefault Arguments in Matlab\tmatlab\nLinq to XML: XElement.Save to file\tlinq\nHTTP basic authentication: Redirect to an account creation/reset page on fail or cancel.\tapache\nMethodInvokingBean question\tspring\nCool SVN command tips and tricks and diff between files on the hard disk using SVN command\tsvn\nDynamically set the DefaultValue of a ParameterBinding in a DataFormWebPart\tsharepoint\nWhat other libraries or tools would you add to a Spring/Hibernate stack for improved rapid application development?\tspring\nHow to implement very large scrolled view in Cocoa\tcocoa\nHow to REALLY strip a binary in MacOs\tosx\nWhich set of modules must I use to add a google map linked to an address in Drupal?\tdrupal\nRemoval of records from excel\texcel\nBest json parser for qt?\tqt\nIncorrect QFileInfo permissions for user desktop on vista 64\tqt\nSubversion Merge Problem: Cannot reintegrate yet\tsvn\nMaking the folder unmanaged by SVN\tsvn\nHow do I make a QVector of widgets?\tqt\n\"Keeping a \"\"reference\"\" to a row object for a long time\"\tlinq\nHow can I get an updated $Revision$ in my code\tsvn\napache ant wildcards\tapache\nWhat setup do you use for SharePoint (WSS/MOSS) development?\tsharepoint\nWordpress: Check if there are previous posts before displaying link\twordpress\nMultiple custom controls that use mouseMoved in one window...\tcocoa\nCorrect way to force an invoice e-mail to be sent to a user in UberCart?\tdrupal\nHTML5 Ajax to a different domain?\tajax\nsetTimeout with ajax chat\tajax\nLogin/session cookies, Ajax and security\tajax\nhow does one get strings (not string literals) into blazehtml attributes/element contents?\thaskell\nHow do you choose storage engines for Oracle?\toracle\nHow to get the file size given a path?\tcocoa\nHow to create sorted map in scala?\tscala\nMachine learning in OCaml or Haskell?\thaskell\nComposite Key with Hibernate\thibernate\nHow does SharePoint Deployment Services actually work?\tsharepoint\nget post from wodpress\twordpress\nSVN remote repository\tsvn\nLift CometActor: Organizing HTML generated by render and fixedRender\tscala\nList of libraries available on a stock installation of OS X?\tcocoa\nWordPress Category Hierarchy\twordpress\nHow do i readlink -f on a Mac?\tosx\nHow can I upgrade the *console* version of vim on OS X?\tosx\nIs creating a view on SharePoint tables bad stile?\tsharepoint\nLinq + Invalid expression term '>'\tlinq\nHas anyone successfully migrated from VSS 2005 to SVN?\tsvn\nWhat are the differences between using an iframe and ajax to include the contents of an external page?\tajax\nHow Do I Intercept Banner in WordPress?\twordpress\nmailmerge seem to open excel file twice?\texcel\nSearching two columns and returning value from third VBA\texcel\nQPainter colored text (syntax coloring)\tqt\nHow is compare different from compareTo in this Scala code?\tscala\nWordPress as a CMS option\twordpress\nWhy do NSString and NSLog appear to handle %C and %lc (and %S and %ls) differently?\tcocoa\nDeclaring functions two ways. What is the distinction?\tscala\nAre Qt's stylesheets really handling _dynamic_ properties?\tqt\nSharePoint, Anonymous Access in FBA and SPContext issues\tsharepoint\nNative Stored Proc v/s Hibernate\thibernate\nWhat are the long-term effects of reorganising a subversion repository\tsvn\nHow to remove JS:Illredir-S [Trj] (virus) from website ?\twordpress\nOracle equivalent to MSSQL DateDiff\toracle\nIE8 is breaking my AJAX... FF is fine.\tajax\nwhen spring bean is loaded and if i have a constructor and setters which one will be called first?\tspring\nHibernateTemplate Composite Key fetching value null\thibernate\nadding id to a tag in drupal's primary menu\tdrupal\nIn-place editing, version control - what's your solution?\tsvn\nparse an email message for sender name in bash\tbash\nProblem with paging with Linq and DataTable\tlinq\nMagento: Add (and retrieve) custom database field for CMS pages\tmagento\nHow to get started with Cocoa application development?\tcocoa\nC:\\Documents and Settings\\user\\My Documents\\NetBeansProjects\\ConsultingAgency\\nbproject\\build-impl.xml:563: The module has not been deployed.\tajax\nhow to capture an image from the window mobile device using Qt?\tqt\ndrupal : Content Access how to only show one content type\tdrupal\nHandling an invalid security certificate using Matlab's urlread command\tmatlab\nStrange behavior: Scala Actors 2.7.7 vs. 2.8-Snapshot\tscala\nNeural Network Input Bias in MATLAB\tmatlab\nNSManagedObjectContextObjectsWillChangeNotification\tcocoa\nOracle - What TNS Names file am I using?\toracle\nDrupal Computed Field - Calculating Time\tdrupal\nLINQ-to-SQL query that returns only one item, not a collection of them?\tlinq\nOracle Backup Database with sqlplus it's possible?\toracle\nOpening more than one of the same Mac Application at once.\tosx\nApache rewrite with many slash not working?\tapache\nHow to retrieve indentity column vaule after insert using LINQ\tlinq\nRecursive XML in scala\tscala\nImplement IP camera\tqt\nWhat are the disadvantages of auto generating the clases in Hibernate\thibernate\nNSString to FSRef conversion doesn't work\tcocoa\nSelect a Node in a TreeView with VBA\texcel\nFileUpload Using Ajax In ASP.NET With C#\tajax\nMagento case price question\tmagento\nHow do I get textual contents from BLOB in Oracle SQL\toracle\nHow does svnserve serve up multiple repositories?\tsvn\nHas anyone been able to get SharePoint using NTLM working with SQUID as a reverse proxy?\tsharepoint\nHow to develop drupal site on local server or on test server before publishing it\tdrupal\nUsing Spring JUnit4 and JMock together\tspring\nTrouble with NSDecimalNumber's decimalNumberByDividingBy: withBehavior:\tcocoa\nWhat is the best way to package and distribute an Excel application.\texcel\nHow to Get a Quantitative Comparison of Two Signals\tmatlab\nMATLAB surf plots\tmatlab\nAJAX cross site scripting between own domains\tajax\nApplying a function to an arbitrarily long list of arguments\thaskell\nDrupal vote_up_down module reporting incorrect points\tdrupal\nHow to get distinct results in hibernate with joins and row-based limiting?\thibernate\nAjax and filenames - Best practicies\tajax\n\"What does the \"\"@\"\" symbol mean in reference to lists in Haskell?\"\thaskell\nScalac command line parameters in eclipse?\tscala\nCreating an Excel SpreadsheetML in code. (Without Excel!)\texcel\nDetect OS from a bash script\tbash\nDealing with objects returned from cocoa convenience methods\tcocoa\nDrawing massive amounts of data in NSView, or something else?\tcocoa\nMultiple calendars on wordpress highlighting only specific categories\twordpress\nHibernate Search Annotations not Inherited\thibernate\nHow do you handle code promotion in a Sharepoint environment?\tsharepoint\nJSP-based Templating with Spring\tspring\nHibernate best approach for one Java class and multiple tables?\thibernate\nImplementing a cache\thaskell\nExporting to Excel the simple way (but not CSV)\texcel\nHow can i intregrate camiloo with magento\tmagento\nStatus bar on bottom of window that looks like interface builder\tcocoa\nWhy don't code snippets work for me in Visual Studio?\tvisual-studio\nExcel formula to refrence 'CELL TO THE LEFT'\texcel\nUgly looking text when drawing NSAttributedString in CGContext\tcocoa\nWhat could cause Shape.Cut to fail in Excel VBA?\texcel\nreturning multiple columns using Case in Select Satement in Oracle\toracle\nHow to do transform a tree using Scrap Your Boilerplate?\thaskell\nExamples of attoparsec in parsing binary file formats?\thaskell\nPrinting Unicode from Scala interpreter\tscala\nStoring Data in URIs After Hash\tajax\nX11 libaries in OSX 10.5?\tosx\nEscaping the '\\' character in the replacement string in a sed expression\tbash\nWhere can you find the C# Language Specifications?\tvisual-studio\nAuthentication Error when connecting accessing Sharepoint list via web service\tsharepoint\nOrganizing classes into namespace in the App_Code folder not working as expected.\tvisual-studio\nCustom container requirement to work with Qt's foreach\tqt\nBest Practice: Collaborative Environment, Bin Directory, SVN\tsvn\ndisplay preceeding zeros in csv file when viewing in excel\texcel\nHibernate doesn't notice database updates made from other source\thibernate\nMac OS X shortcuts on Ubuntu / GNOME / Linux\tosx\nCombing an External Event Loop with Qt's\tqt\nPutting the output of a command with interaction inside a variable while using grep in bash\tbash\nExcel: Use a cell value as a parameter for a SQL query\texcel\nWhere can I find a SVN application that will display the whole tree (or branch) graphically as a map\tsvn\nHow to reduce linkage time for large project written in native Visual C++ ?\tvisual-studio\n\"Initializing JS components at the end of HTML or on \"\"onload\"\"?\"\tajax\nWordpress style stats for regular pages\twordpress\nCocoa menu with images\tcocoa\nHow to I change the main menu in Cocoa?\tcocoa\nIs Hibernate good for batch processing?  What about memory usage?\thibernate\nMac X Framework Kernel not found\tosx\nskip reading headers in matlab\tmatlab\nFill a list from JSP in Spring\tspring\nHow can I configure hibernate to use context-specific connection information?\thibernate\nI'm working with the Entity Framework and I'm having a problem:\tlinq\nHow do you enable hibernate query cache on a session level only?\thibernate\nDetect bottleneck on program and use opencl to speedup\tosx\nCopy the svn:ignore files when branching\tsvn\nJavaScript and CSS\tajax\nHow can I resolve this ambiguous type variable error?\thaskell\ngenerating excel documents with RUBY\texcel\nWhat is the recommended way of passing keyboad events to QProcess transparently?\tqt\nPlease specify the product's option(s) in Magento.\tmagento\nBluetooth Example Code for Cocoa (Objective-C)\tosx\nVisual Studio unit tests throw MissingMethodException when assembly is in GAC?\tvisual-studio\nCruiseControl.Net + Apache\tapache\nHow to get started building a Mac application.\tosx\nWordpress post by e-mail categorization tagging plugin?\twordpress\nHow can I get Wordpress archives by author username?\twordpress\nForcing the Solution Explorer to select the file in the editor in visual studio 2005\tvisual-studio\nGrails dynamic database connections?\thibernate\nWhat are some example use cases for symbol literals in Scala?\tscala\nBASH: Copy named files recursively, preserving folder structure\tbash\nMicrosoft Office Web Components IE Security Issue\tsharepoint\n\"\"\"Authorization failed\"\" with SVN 1.5.2 on OS X\"\tsvn\nHow to create a backup of an POSTGRES DB using bash?\tbash\nPHP function not working as expected\twordpress\nOpening a VS 2003 C++ project in VS 2008\tvisual-studio\nmod_rewrite rule to redirect all requests except for one specific path\tapache\nCocoa control for setting shorcuts\tcocoa\nRewrite index.php in Wordpress\twordpress\nmagento advanced search not able to get proper price\tmagento\nWhat is the best way to log out another user from their session on Mac OS X Leopard?\tosx\nBlocking a Qt application during downloading a short file\tqt\nWhat signal can be connected to an initial dialog display in pyqt4 (qt)\tqt\ncocoa + NSOutlineView + reloadItem:reloadChildren:\tcocoa\nRepresenting parent-child relationships in SharePoint lists\tsharepoint\nShould I add a new SVN repository or a new folder ?\tsvn\nHow do you add an edit button to each row in a report in Oracle APEX?\toracle\nFalse Applescript result in Cocoa\tosx\nMake VisualStudio C# have files/folders outside of the project directory.\tvisual-studio\nHow can I tell which sessions are tracing (after a call to DBMS_MONITOR.SESSION_TRACE_ENABLE)\toracle\nWordpress Database $wpdb versus get_option()\twordpress\nFinding a pattern and extracting it into another file using sed in BASH\tbash\nHow to protect cells in Excel but allow these to be modified by VBA script\texcel\nAdding up all the positive numbers in Excel\texcel\nHaskell Monad Transformer Stack and Type Signatures\thaskell\nHow do I 'unhide' menu links to unauthorized content in Drupal 6?\tdrupal\nSpring OpenSessionInViewFilter: cant save object\tspring\nHow to generate a single translation file for a large Qt project?\tqt\nSpring Security with EJBs\tspring\nCalculating the Difference Between Two Java Date Instances\tscala\nPL/SQL: Fetching from a Cursor that is passed between two functions\toracle\nReloading Content of Ajax Tab\tajax\nhibernate HQL elements error\thibernate\nBash threading: wait for all job threads to finish doesn't work?\tbash\nApache Benchmark - Randomized querystrings?\tapache\nParallelize Bash Script\tbash\nHaskell REST/GDATA API library\thaskell\nDifference between trait inheritance and self type annotation\tscala\nHow to get a list of to-be-added files that don't have svn:mime-type property set?\tsvn\nMagento - Retrieve data from database and showing duplicate result\tmagento\nHelp! I'm a Haskell Newbie\thaskell\nHaskell: HStringTemplate inheritance example?\thaskell\n\"What's the cleanest way to make a Linq object \"\"dirty\"\"?\"\tlinq\nNSImage rotation\tcocoa\nWhen using Linq, is DbNull equivalent to Null?\tlinq\nMATLAB block size and memory management\tmatlab\nGetting Hibernate Exception : org.hibernate.QueryException: could not resolve property\thibernate\nWordpress: How should I keep an xml-file updated with the images attached to a page?\twordpress\nexcel vba adding programatically commandbutton to userform\texcel\nhow to add magento widgets in static block\tmagento\nDynamic button control in AJAX\tajax\nPrevent Legacy Function Calls In VB.NET\tvisual-studio\nSharePoint 2007 Log Viewer\tsharepoint\nVisual Studio class/file templates: Is there a way to change their content automatically per project/solution?\tvisual-studio\nBest way to override Hibernate's lazy loading in this instance.\thibernate\nEnterprise Edition Controller events not firing if Full Page Cache is enabled\tmagento\nIgnore/prune hidden directories with bash find command\tbash\n\"\"\"Invalid Handle Object\"\" when plotting 2 figures Matlab\"\tmatlab\nmtl, transformers, monads-fd, monadLib, and the paradox of choice\thaskell\nStyling QTableView cells\tqt\nSpring bean initialized on web app starts up\tspring\nPrint from a windows App - data from an Oracle DB on Linux\toracle\nSpring context XML validator for eclipse?\tspring\nWhy does Visual Studio take so long to delete a file\tvisual-studio\nNSMutableURLRequest question\tcocoa\nWhat is a good reference for Server side development?\tapache\nWhat is the meaning of using proxy ( dynamic proxy) in spring framework?\tspring\nAllow PHP inside form\twordpress\nAjax script only returns results sometimes?\tajax\nScala - Java interop: can Scala emit enums in bytecode for Java to consume?\tscala\nWhat will happen to my RSS feeds on the blog after tI ransfer it from wordpress?\twordpress\nExcel Help: Sum or Count until?\texcel\nAjax Loading Icons - Where to Get?\tajax\nLimiting Size of HTTP POST Requests\tapache\nChecking available room in QT Dock\tqt\nHow do I sample a matrix in Matlab?\tmatlab\nHow do you handle a QSpinBox that can be edited by both the user and the program?\tqt\nQDialog popping up another QDialog\tqt\nOracle/PLSQL performance\toracle\nExcel VBA : Get hwnd value of a CommandButton\texcel\nbash: start multiple chained commands in background\tbash\nWriting applications with Scala actors in practice\tscala\nLINQ to SQL - nullable types in where clause\tlinq\nAjax Control Tool Kitt Assembly loading error...PLESE HELP PLEASE......\tajax\nLINQ and .COUNT timing out\tlinq\nDRUPAL, Views module: can I dynamically change the number of columns of my grid ?\tdrupal\nJavascript to extract author/date from SVN keyword substitution\tsvn\nInvoking Concrete Methods From an Abstract Class Using Spring\tspring\nDrawing a line in Visual Studio .net at design time\tvisual-studio\nDllMain and Qt Mfc Migration\tqt\nHow to get permission to edit the file apache2.conf? [Ubuntu]\tapache\nHibernate flush and JTAUnexpectedRollback exception\tspring\nMac/Windows MIDI application programming language\tosx\nHow do you connect to a MySQL database using Oracle SQL Developer?\toracle\nHow to test filename expansion result in bash?\tbash\nProblem using map with a list of lists in Haskell\thaskell\nHow do I sort an array in Scala?\tscala\nWhat's the difference between the Oracle SYS and SYSTEM accounts?\toracle\nHow realize a financial software in Qt?\tqt\nSource Unavailable under a OpenSource license\tapache\nhow to write the identity function in haskell\thaskell\nQt goes LGPL!  On Windows, is it good enough to use instead of MFC?\tqt\nSQL: delete all the data from all available tables\toracle\nsharepoint and ActiveDirectory\tsharepoint\nWorpress sidebar shows up below content.\twordpress\nDrupal - Ubercart file download link not working from e-mail.\tdrupal\nConditional Cell Contents on Grouping status\texcel\nHibernate one to zero or one mapping\thibernate\nWhat is the easiest way to create a overview 'outline' of  the most important sections  of an app  in VS 2005 (VB.net) ?\tvisual-studio\nHow scalable is the Lift framework's comet/reverse ajax?\tscala\nBest practices in Visual Studio C++\tvisual-studio\nHow to select maximum intensity in hough transform in Matlab?\tmatlab\nHow can I *prevent* Apache2 from setting the Content-Type header?\tapache\nMagento loadByAttribute for Custom Category Attributes\tmagento\nHibernate not respecting MySQL auto_increment primary key field\thibernate\nCan Oracle TDE protect data from the DBA?\toracle\nHaskell - how to cast types?\thaskell\nWordpress - Allow Editors To Manage Theme Widgets\twordpress\nMoving an arbitrary setting to a toolbar in Visual Studio\tvisual-studio\nLINQ InsertOnSubmit: NullReferenceException\tlinq\nunboxing, (sparse) matrices, and haskell vector library\thaskell\nProblems with globalization when using Oracle collections with thin JDBC\toracle\nScala: Why are Actors lightweight?\tscala\nScala: Whats the best way to do numeric operations in generic classes?\tscala\nUsing SQLite with QT\tqt\nHibernate or JDBC\thibernate\nReturn Enumerable value from Class in linq?\tlinq\nAjax Paging in php\tajax\nHow should a custom view update a model object?\tcocoa\nUsing Spring to inject EasyMock mocks causes ClassCastException\tspring\nBash: run command before a script exits?\tbash\nQt4: Scale invariant qgraphicsitem outlines\tqt\nIs accessing rows with varbinary data via LINQ causing a timeout? How to fix?\tlinq\nlogging in scala\tscala\nHow do I make my own Linq Clauses?\tlinq\nUsing Kate with Simple Build Tool (SBT)\tscala\nGetting desktop background on Mac\tosx\nApache .htaccess redirecting directory to querystring\tapache\nHow to configure transaction management for working with 2 different db in Spring?\tspring\nHow to parse the file name and rename in Matlab\tmatlab\nMATLAB: Question about minimizing a function containing an integral\tmatlab\nUniformly link contents of cells\texcel\nHow do I embed a String Array into an Entity (JPA)\thibernate\nDouble variable argument list.\tscala\n\"How do I stop ReSharper from inserting \"\"object\"\" when I type \"\"new {\"\"\"\tvisual-studio\napache mod_rewrite affecting files inside sub folder\tapache\nWhat the consensus on Spring p namespace for Beans?\tspring\nRemove escaped quotes from Wordpress posts\twordpress\nHow can I pass structured data to my (F)CGI through Apache?\tapache\nAny open source Spring sample project that's bigger than PetClinic?\tspring\nWhen Oracle ROWID may change ?\toracle\nMethod Signature Problem.\tcocoa\nWhy use Oracle Application Express for web app?\toracle\nWhat are the best methods to ensure our SharePoint implementation is accessible?\tsharepoint\nmulticore programming in Haskell - Control.Parallel\thaskell\nExpand Recurring Events from a Sharepoint Calendar over WebServices?\tsharepoint\nConverting Enumeration to Iterator\tscala\nBASH: Possible to abort shell script if any command returns a non-zero value?\tbash\nmatlab - print subarray of two dimensional array\tmatlab\nSpring - Redirect after POST (even with validation errors)\tspring\nImport multiline csv files into Excel internationally\texcel\nHow to - From Unfuddle to a local SVN server.\tsvn\nDrupal Override Custom Menu Template\tdrupal\nhow does  compare two different type of objects in scala?\tscala\nrightMouseDown: not called in NSControl subclass\tcocoa\nIs there a easy way to suppress the XML row tags of a collection in Oracle?\toracle\nScala: Given a scala.xml.Node, what's the most efficient way of getting the second (or n-th) child element?\tscala\nHow should SharePoint Visual Studio projects that share each other's code be managed?\tsharepoint\nReloading/Refreshing Spring Configuration File without restarting the Servlet Container\tspring\nAttributes on Many-to-Many relationships (Hibernate)\thibernate\nDrupal theme function not being overridden\tdrupal\nLoop through PivotItems: runtime error 91\texcel\nHow to automatically sort a QTreeWidget column?\tqt\nModify Drupal Views pagination to restrict shown page numbers\tdrupal\nSearching date meta tags in Sharepoint\tsharepoint\nlimit for Ajax calls on a web page  ?\tajax\nConverting a string to an integer in oracle\toracle\nHow Can I Check an Object to See its Type and Return A Casted Object\tscala\nHow to filter posts with multiple category names in WordPress?\twordpress\n\"Scala: \"\"using\"\" keyword\"\tscala\nHibernate for stored procedure access\thibernate\nManaging swing  UI default font sizes without quaqua\tosx\n\"How to implement in Excel: If cell A1 is 0, cell A2 = \"\"foo\"\". Else, let the user specify an input.\"\texcel\nHow to force your local version as newest on SVN\tsvn\nExcel to MySQL export  - every week updates and constraint problems\texcel\nWordpress with JQuery with PHP Service Endpoint with SQLite\twordpress\nmod_rewrite or mod_alias ?\tapache\nPre-build events for Visual Studio Deployment projects?\tvisual-studio\nspring: add xml context on-the-fly?\tspring\n\"How can I make two \"\"user\"\" editable areas in Wordpress?\"\twordpress\nIntercept WordPress Admin Dashboard for Alerts\twordpress\nwhat's the difference between get_posts and the_content?\twordpress\nQt instalation error\tqt\nInvalid property exception in spring.\tspring\nwordpress .htaccess with permalinks\twordpress\nChanging ctrl+tab behavior for moving between document in Visual Studio\tvisual-studio\nExcel Objext in asp.net\texcel\nHow would I convert my .htaccess file to NGINX?\tapache\n.htaccess require SSL for a particular URL\tapache\nScala equivalent to Haskell's where-clauses?\tscala\nExcel copy and paste\texcel\nWordpress - hardcoding subscribe2 (or any other plugin) widget into template\twordpress\nIn Drupal, can you control block display according to e.g. number of URL parts?\tdrupal\nLooking for Matlab to F#/C# Script Convertor\tmatlab\nConvert Visual Studio project to ASP.NET MVC\tvisual-studio\nImmutability and shared references - how to reconcile?\tscala\nIn Qt, how do I query the state of a QMutex or a QReadWriteLock?\tqt\n\"How can I add a link to the SharePoint \"\"create\"\" page?\"\tsharepoint\nStreaming Dynamic Files from Spring MVC\tspring\nHaskell quiz: find words with a given suffix\thaskell\nMissing label on Drupal 5 CCK single on/off checkbox\tdrupal\nAdding external library into Qt Creator project\tqt\nThis is more a matlab/math brain teaser than a question\tmatlab\nWhen should I use Scala's Array instead of one of the other collections?\tscala\nPerforming functions for multiple input values\tmatlab\nInteroperating between Matlab and C#\tmatlab\nDuplicate SharePoint MOSS site without content\tsharepoint\nHow do I get both STDOUT and STDERR to go to the terminal and a log file?\tbash\nSpring: No transaction manager has been configured\tspring\nQTableView selected element in PyQt4\tqt\nGrouping data with sum\tlinq\nhow to generate Excel through Javascript\texcel\nC# Excluding related values from a list (LINQ)\tlinq\nObjective C makes integer from pointer without a cast passing objects as args\tcocoa\ndrupal how  to pass parameters from panels to views\tdrupal\nCannot set a breakpoint in aspx page running under WSS\tsharepoint\nEmulating linux binaries under Mac OS X\tosx\nmagento custom states for country\tmagento\nIn Excel's VB, how do i create a routine that would constantly run in the background?\texcel\nMaggento shoping cart gives the below error\tmagento\nDisplay a node references' field as a table and not as a list in Drupal\tdrupal\nHow to draw vectors (physical 2d/3d vectors) in Matlab?\tmatlab\nDrupal join on taxonomy terms\tdrupal\nWhat are some good LINQ resouces?\tlinq\n\"Why can Wordpress suddenly connect to the MySQL database server once I update the host from \"\"localhost\"\" to \"\"mydomain.com\"\" when I have VirtualHosts set up in Apache?\"\tapache\nWhy does com.mysql.jdbc.Driver take forever to open in MATLAB?\tmatlab\nScala: Abstract Types vs Generics\tscala\nSVN to ZIP on the fly\tsvn\nDrupal: Multiple Node Creation\tdrupal\nMaking a .NET 2.0 Windows Form Application backward compatible with .NET 1.1\tsharepoint\nWrite a shell script that find-greps and outputs filename and content in 1 line\tbash\nHow do I display new products AUTOMATICALLY on the Magento home-page?\tmagento\nHow many RewriteRules can you have in .htaccess without trouble?\tapache\n\"assigning \"\"active\"\" class to navigation--wordpress\"\twordpress\nMagento, add VAT nr to billing address\tmagento\nHow to Wrap a Commad Line Executable In a .app Package?\tosx\nEncode ALL urls in Drupal?\tdrupal\nMac toolbar via WINE / Crossover\tosx\nAre Excel's Conditional Formatting Formulas Broken\texcel\nPrototype (1.6.0.3) function .insert does not work within dom:loaded event in Magento 1.4\tmagento\nShared httpd.conf\tapache\nConnecting to Oracle from ASP.NET is very slow - how to diagnose?\toracle\nVisual Studio (or resharper) variable and method coloring\tvisual-studio\nDifference between method and function in Scala\tscala\nMerging and querying multiple lists\tsharepoint\nIn cocoa, how can I display the spinning NSProgressIndicator in a different color?\tcocoa\nHow to plot triangles on a 6x6 grid in MATLAB?\tmatlab\nHow to read input from a text file in Matlab?\tmatlab\nShow secondary links in views only\tdrupal\n\"Create a \"\"Products Listing\"\" page that embeds a context-aware View of specific type of products\"\tdrupal\nHow to call Magento Api method in another api class?\tmagento\nMaking the Name of the App appear in the Menubar (top-left corner) when the App is LSUIElement.\tcocoa\nDisabling single line copy in Visual Studio\tvisual-studio\nTips for resolving Hibernate/JPA EntityNotFoundException\thibernate\nAdd conditional stylesheet into the Drupal's Chameleon theme\tdrupal\nInsert Command into Bash Shell\tbash\nSource control alternatives to TortoiseSVN for a one man developer, only local usage\tsvn\nHibernate: ThreadLocalSessionContext: Already session bound on call to bind()\thibernate\n[bash] Escape a string for sed search pattern\tbash\nHow to write Haskell function to verify parentheses matching\thaskell\nHow do I serialize an object to file using NSKeyedArchiver in NSPropertyListXMLFormat_v1_0 format?\tcocoa\nHow to add ^ to matlab ?\tmatlab\nCorrect way to give users access to additional schemas in Oracle\toracle\nWhy does Visual Studio want to check-out a File when open?\tvisual-studio\nError installing Apache (libaprutil)\tapache\nIs there a good, online tutorial for learning intermediate-to-advanced Bash programmable completion?\tbash\nUnable to login magento administration\tmagento\nSVN: Branches for Every Little Change?\tsvn\n[Magento] Product selection grid while placing order from admin section\tmagento\nmulti line text box in sharepoint web part\tsharepoint\nWordpress Php file Load\twordpress\nWhy does Haskell give me a type error if I hardcode a return value?\thaskell\nUsing Wordpress LOOP with pages instead of posts?\twordpress\nTips for reducing Core Animation memory usage\tcocoa\nCalling Javascript function returned from AJAX Response\tajax\nQuery Hangs\toracle\nValidate Numbers in Spring\tspring\nTerm for rotating header\tdrupal\nQWebElement information where on page it is rendered ?\tqt\nasp.net MVC Ajax Request Not Firing Correctly\tajax\nBash alias to Python script -- is it possible?\tbash\nDrupal : Drupal6 views : Filter restriction\tdrupal\nQwidget, how to highlight the widget under the cursor\tqt\nTheming language translation links in Drupal\tdrupal\nSharePoint - Change Themes Style Sheet\tsharepoint\nCan I use Qt as C++ Library without using it's UI framework\tqt\nWordpress - Image upload custom field?\twordpress\nExamples of Cocoa/Objective-C and Distributed Objects?\tcocoa\nUnable to install Meld by MacPorts\tosx\nMarking file as executable on OSX using C (Carbon, standard C/C++)\tosx\nSparse arrays in Haskell?\thaskell\nHow to create a flash website based on Drupal CMS?\tdrupal\nHow do I add items in Primary Links automatically as soon as some user publish new content.\tdrupal\nSubversion: Expected format '3' of repisotory; found format '5'\tsvn\nExcel xml spreadsheet - is it possible to embed images?\texcel\npersistenceUnitManager problem\tspring\nBeginner Qt signals and slots question\tqt\nhow to select particular element from following matrix?(in matlab)\tmatlab\npagination missing in Magento catalogue page\tmagento\nMultiple choice search in Wordpress.\twordpress\nin Magento, How to make a payment method that sends POST variables to an external url?\tmagento\nQt and QMake build dir\tqt\nIs this slash character in an Oracle PL/SQL script an error?\toracle\nSVN Working Copy xxx locked and cleanup failed\tsvn\nwhere bindding in Haskell\thaskell\nHow do I write an .htaccess rewrite rule to convert query strings into segmented URIs?\tapache\nSVN config-file Question revisited\tsvn\nbash script doesnt run correctly as background process\tbash\nHow do I test for an Oracle connection\toracle\nA better way of filling out an excel spreadsheet on a web server in ASP.NET than interop?\texcel\nStarting MATLAB from the command line\tmatlab\nHow to use environment variables within Visual Studio 2008 project properties?\tvisual-studio\nProblem understanding treesort in Haskell\thaskell\nHow to enforce one-and-only-one concurrent logon per user with Oracle SSO?\toracle\nIs it possible to share users between a Drupal 6.x and Open Atrium database, based on organic groups or CiviCRM smart groups?\tdrupal\nwhere to find a small example/demo on how to create a LINQ Provider?\tlinq\npicking a random line from stdout\tbash\nHow to tie a dropdown list to a gridview in Sharepoint 2007?\tsharepoint\nTrouble using/displaying special characters from Oracle db in .Net app\toracle\nApache httpd cluster logging\tapache\nHow do you use Control.Applicative to write cleaner Haskell?\thaskell\nDrupal: Complex filtering/sorting using Views Fast Search module\tdrupal\nSVN Error - Not a working copy\tsvn\nusing populated xml element from ajax\tajax\nHow do I use LINQ .Contains(string[]) instead of .Contains(string)\tlinq\nWeb Interface identical to QT user interface\tqt\nHow is WordPress' .htaccess and SEO built?\twordpress\nHow do I make the value binding of NSTokenField supply an NSString?\tcocoa\nMatlab time stamps reading\tmatlab\nHow bad is ignoring Oracle DUP_VAL_ON_INDEX exception?\toracle\nSubversion Management Tools\tsvn\nQWT plugin for QT 4.5\tqt\nHow can I use NSLog in main() but outside of NSApplicationMain?\tcocoa\nListing which content types use a specified site column\tsharepoint\nBetter bail behavior in face of bug, Mac OS development\tosx\nMake linq subquery\tlinq\nhow to check what version of apache i'm running on a debian box?\tapache\nForcing Spring's MBeanExporter to use a particular MBeanServer\tspring\nHow to represent a polygon with hole(s) ?\tmatlab\nWhat should I do with the vendor directory with respect to subversion?\tsvn\nsharepoint content type data driven\tsharepoint\nIntercepting method with Spring AOP using only annotations\tspring\nSharePoint MOSS Alternate Access Mappings\tsharepoint\nbest way to write   a-> ..->[a] recursive functions in haskell\thaskell\nTurn off excel merge cell warning from matlab\tmatlab\nDrupal print book navigation\tdrupal\nHow do I write the function 'twice' in Haskell?\thaskell\nhow do remove credit card (save) from magento\tmagento\nSemi-editable Files (eg config files) and version control - best practices?\tsvn\nCocoa Controllers - best practice for notifying on completion, for disposal?\tcocoa\nList subversion repositories\tsvn\nHibernate: Mapping One-way Redundant Columns\thibernate\nMod_rewrite with godaddy\tapache\nOra 12154 error\toracle\nDynamically change ajax toolkit ValidatorCalloutExtender\tajax\nSubversion server on 64-bit Windows?\tsvn\nHow do I temporarily convert an ASP.NET Ajax form to not use partial page updates?\tajax\n\"How to debug \"\"Unexpected debug information initialization error -- 'Failed to find a required export in the runtime.'\"\"\"\tvisual-studio\nStore and retrieve Image by Hibernate\thibernate\nScala for Junior Programmers?\tscala\nHow to resolve java.nio.charset.UnmappableCharacterException in Scala 2.8.0?\tscala\ncocoa NIB files + localization\tcocoa\nGenerate vector code from Haskell?\thaskell\nA simple small shell script to compute averages\tbash\nhackage package dependencies and future-proof libraries\thaskell\nPerformance issue with accessing Microsoft.Office.Core.DocumentProperties\texcel\nsetOpaque:YES vs clearColor\tcocoa\nHow do I I receive SNMP traps on OS X?\tosx\nSave output error messages to file in MATLAB\tmatlab\nscala 2.8 collections design tutorial\tscala\nOSX Equivalent of WinSCP's Fully-Automated Local-Remote SFTP Sync?\tosx\nMagento: I want to search customer by phone number regardless of spaces\tmagento\nCan you manually implement Cocoa bindings?\tcocoa\nuploading a file via ajax with php\tajax\nghc-pkg vs cabal\thaskell\nwhile executing a shell script in Unix Bash Shell, how is a file location resolved for relative paths? rel. to the script.sh folder or the referenced file's folder.\tbash\ndelete list item\tsharepoint\nWhat is the most wanted SharePoint feature?\tsharepoint\nsearch multiple php files, and replace text ?\tbash\nLINQ TO DataSet: Multiple group by on a data table\tlinq\ncustom module links not appear after upgrading the magento. it will work on local machine but not work on live?\tmagento\nMoving files or directories with TortoiseSVN\tsvn\nNSImage to Base64\tcocoa\nHaskell: nonobvious examples of functional dependencies\thaskell\nnested xml with linq in repeater\tlinq\nHow do I get bash completion to work with aliases?\tbash\nIs there a way to emulate a QGroupVBoxLayout?\tqt\nHibernate validator error - 4.0.2.GA\thibernate\nCheck if Mac process is running using Bash by process name\tbash\nMatlab Unused input notation details\tmatlab\nIssue with Advance Featured Products Extension in Magento 1.4.2\tmagento\nSave documents as folders, like Pages, Numbers, etc...\tcocoa\n\"Magento local.xml layout file - overriding <remove name=\"\"left\"\"/>\"\tmagento\nremove old backup files\tbash\nHiding Qt widget and keeping widget space\tqt\nCompetition random entry draw script\texcel\nDoes making a primary key in multiple columns generate indexes for all of them?\toracle\nIs there a Scala unit test tool that integrates well with Maven?\tscala\nHow can I combine this code into one or two LINQ queries?\tlinq\nExcel formula - auto sum for the same types\texcel\nHow to fix apache2 timestamps, incorrect values\tapache\nGetting a  Spring resource\tspring\nNew to QT help needed.\tqt\nQt application crashing immediately without debugging info.  How do I track down the problem?\tqt\nSparkle Updater Framework\tcocoa\nVisual Studio 2008 New Web site always creates a solution folder\tvisual-studio\nAdding Two Times Up In Excel\texcel\nUnderstanding mod_proxy and Apache 2 for writing a comet-server\tapache\nChanging highlighColor default option AJAX - Ruby on Rails\tajax\nHave a script to handle http errors.\tapache\nAnother question about iPhone application state\tcocoa\nHow to: URL re-writing in PHP ?\tapache\nQT vs. Delphi and Align possibilities\tqt\nKeyDown and Cocoa Sample\tcocoa\nSVN Obliterate!\tsvn\nAdd fields to the Site information section on Drupal 6.12\tdrupal\n\"Best way to simulate \"\"group by\"\" from bash\"\tbash\nNeed Visual Studio macro to add banner to all C# files\tvisual-studio\n\"Does \"\"LINQ to DQL\"\" exist?\"\tlinq\nHow to use join in an HQL update?\thibernate\nConcatenate collection of XML tags to string with LINQ\tlinq\nwhat does the output mean?\tbash\nBest output format for Xargs\tbash\nTesting in Visual Studio Succeeds Individually, Fails in a Set\tvisual-studio\nhow does the new keyword in hql work?\thibernate\nRunning on 32 or 64 bit matlab?\tmatlab\nDifferent product image per category in Magento\tmagento\nWordpress custom post_type templates\twordpress\nProblems decoding a file strictly with Binary in Haskell\thaskell\njquery ajax POST size limit?\tajax\nBash init.d script detect that mysqld has started and is running\tbash\nSVN/Tortoise - Label generation\tsvn\ngss_acquire_cred returning Key table entry not found error\tapache\nInner queries in LINQ\tlinq\nWhen does Oracle index null column values?\toracle\nUpdating GUI axes in MATLAB\tmatlab\nHow to pass string as function argument in Matlab ?\tmatlab\nclear buffer cache on Mac OS X\tosx\nDependency injection framework for Cocoa?\tcocoa\nWhy is Visual Studio constantly crashing?!\tvisual-studio\nApache Pivot, Coming out of Apache Incubator to Main, feedback?\tapache\nMy custom Wordpress plugin is ignoring the <!--more--> tag\twordpress\nLinq SubmitChanges not updating decimal fields ... why?\tlinq\nGet Real Title from SharePoint Lists\tsharepoint\nInclude product category in Magento order emails.\tmagento\nVC++ problem with 64 bit oracle client with OpenforwardOnly flag in database connection.\toracle\nDatabase Diagramming tool for OSX?\tosx\ndrupal form alter\tdrupal\nQuerying collections of value type in the Criteria API in Hibernate\thibernate\nBatch multiple select statements when calling Oracle from ADO.NET\toracle\nGET parameters on ajax call (into modal dialog)\tajax\nHow do I simplify the below expressions using primitive recursion ????\thaskell\n\"What is \"\"missing\"\" in the Visual Studio Express Editions?\"\tvisual-studio\nNeed help configuring 301 permanent redirect in Apache for non www\tapache\n[Hibernate]Relation many-to-many with attributes : how ?\thibernate\nconvert java app to mac installer...dmg\tosx\nWhat is the reasoning behind the recommended layout for Subversion repositories?\tsvn\nSpecifying the filename of print using a variable\tmatlab\nDRUPAL: replace tags with icons\tdrupal\nMatlab's Garbage Collector\tmatlab\n\"Using \"\"Git externals\"\" with Subversion?\"\tsvn\nQt Phonon open raw audio data file\tqt\nImplementing CTCP commands in an IRC bot (Haskell)\thaskell\nReturning an array in cocoa, but waiting for delegation to complete\tcocoa\nOracle SQL Query (Analytics?)\toracle\nApache / PHP Disable Cookies for Subdomain ?\tapache\npermission denied to netbeans to publish to tomcat on mac\tosx\nis setting the uploads folder 777 permision secure\tapache\nHow do I change the colors displayed in cygwin rxvt?\tbash\nHow can I solve a system of linear equations in Excel?\texcel\nwordpress external javascript file for inline editor plugin?\twordpress\nSharePoint List Column Today's Date\tsharepoint\nAccessing dynamically created stored procedure from LINQ\tlinq\nIs there a safe way in Scala to transpose a List of unequal-length Lists?\tscala\nDeriving a type and its dependencies\thaskell\n\"How do I \"\"get\"\" a Scala case object from Java?\"\tscala\nAre their naming conventions for ASP.NET web application directory structures?\tvisual-studio\nRunning Word from a SharePoint Workflow\tsharepoint\nSpring's PropertyPlaceholderConfigurer with property in a jar file\tspring\nVisual Studio 2005 says I don't have permission to debug?\tvisual-studio\nWebSphere and PropertyPlaceholderConfigurer\tspring\nIs there a method in PL/SQL to convert/encode text to XML compliant text?\toracle\nIs there a recommend way to get Spring 2.5+ to autowire Hibernate domain objects\tspring\nMy Drupal contact form menu item is not showing up\tdrupal\n\"Whats the \"\"Browser File\"\" in Visual studio 2008, and why we may need it?\"\tvisual-studio\nadd a new plugins path to Qtwebkit\tqt\nbash: get list of commands starting with a given string\tbash\n\"Is there a \"\"right\"\" way to have NSTextFieldCell draw vertically centered text?\"\tcocoa\nHow to build qt out of source\tqt\nloop in matrix using matlab\tmatlab\nWhat is the easiest way to import an excel sheet into mysql\texcel\nHibernate UserType nullSafeSet - how to know if called for insert/update or select\thibernate\nWhat would simple guidelines would you give your developers for writing good SQL against Oracle?\toracle\nQt QMenu position\tqt\nBest practice for detecting AJAX/XmlHttpRequestSupport\tajax\nPHPLiveX and loading html into DIV\tajax\nHibernate ID Generator\thibernate\nQT: kill current process?\tqt\n\"Grab Information from \"\"QWidget\"\"\"\tqt\nAny conversion from scala's XML to w3c DOM?\tscala\nIs it possible to create new widget instances from within a Dashboard widget?\tosx\nAJAX (prototype/php) running 2 ajax process hangs until first one is finished\tajax\nfile selector in a qtablewidget\tqt\nHide/Show controls with AJAX\tajax\nsetting variable in header.php but not seen in footer.php\twordpress\nHelp with ajax callback and drupal_process_form\tdrupal\nhow to make a big query on an asp page for an oracle db\toracle\nSpring Integration: Hooking web services to a FIFO queue\tspring\nHow does LINQ implement the SingleOrDefault() method?\tlinq\nVisual Studio 2008 Reports: Relative image paths?\tvisual-studio\nHow can I redirect all traffic from one domain to another with an .htaccess file?\tapache\nWhy would a web part fail on constructor the first time it's being added to a page?\tsharepoint\nQt QHboxLayout cell size ssues\tqt\ndifference equations in MATLAB - why the need to switch signs?\tmatlab\nWrite Text to a QTextEdit Box From a C Function\tqt\njavascript not being called\tajax\nHow do I fix an oracle Table/Index row count mismatch\toracle\nProblem with Bash's command_not_found_handle()\tbash\nSpring MVC with an externally rendered PDF as the view\tspring\nIs there a customizable form in drupal similar to the contact form?\tdrupal\nAdditional Email while checkout in magento\tmagento\n\"Cross-browser implementation of \"\"HTTP Streaming\"\" (push) AJAX pattern\"\tajax\nFlag itersection of two lists using LINQ\tlinq\n\"Understanding why \"\"pimp my library\"\" was defined that way in Scala\"\tscala\nHaskell way to do error checking of multiple items with abort\thaskell\nDetecting appearance/disapperance of volumes on osx\tosx\nhibernate subclass one to one mapping\thibernate\nHow to write a bash script to get the time on another linux server?\tbash\nHow to display indeterminate NSProgressIndicator in the NSOutlineView?\tcocoa\nhow to collect system info in osx using objective c\tosx\n2 connections per server?\tajax\nIs it possible to use Cocoa's Bindings to have an editable NSTableView hooked up to an NSMutableArray?\tcocoa\nmagento 1.3.1 undefined alert error in checkout only for credit card but not for paypal\tmagento\nAnimating NSDrawer\tcocoa\nMixig abstract type parameters and abstract types in scala\tscala\nIncrease PHP Memory limit (Apache, Drupal6)\tapache\nSharing binary folders in Visual Studio\tvisual-studio\ndrupal function theming for custom menu\tdrupal\nWhat happens to oracle sequence in a disaster recovery?\toracle\nBuild failure during install py25-gtk on Mac OS X 10.6 using MacPorts 1.8\tosx\nHow to reduce memory usage in a Haskell app?\thaskell\n[BasicLazyInitializer] Javassist Enhancement failed\thibernate\nUndefined references when trying to link Qt app with my static library.\tqt\nWhat Visual Studio files should be ignored by subversion to eliminate, or at least lessen, conflicts?\tvisual-studio\nAdd to file if exists and create if not\tbash\nProgramming Excel\texcel\nSlow Scala assert\tscala\nHow to fill-up cells within a Excel worksheet from a VBA function?\texcel\nHow to use Explain Plain to optimize queries?\toracle\nUse of ajax to call JMS\tajax\nBest blogging software for developer\twordpress\nGoing from PHP Propel to Java Hibernate\thibernate\nNSXMLDocumentTidyHTML doesn't tidy some XHTML validation errors.\tcocoa\nBash PS1 settings - how to get the current folder back as the terminal title\tbash\nJquery Ajax Validation Not Functioning On Submit\tajax\nSpring schemaLocation fails when there is no internet connection\tspring\nHiberate save-update listener and ascertaining field changes\thibernate\nCommand line subversion client for Windows Vista 64bits\tsvn\nlinq to sql OnLoaded() with SQL View?\tlinq\nMagento image uploader in Admin product page doesn't work\tmagento\nOracle Connection Problem\toracle\nAttaching an identifier to an Oracle session\toracle\nCan't connect to SVN repository\tsvn\nWriting a sample server app - is forkIO unavoidable?\thaskell\nPlatform independent way of setting a unhandled exception handler using Qt?\tqt\nLocal Temporary table in Oracle 10 (for the scope of Stored Procedure)\toracle\nAside from the Addins folder, where (and how) do VS add-ins get deployed?\tvisual-studio\nRunning vc2008 debug builds on non-dev machines\tvisual-studio\nUse Spring options tag to display enum's toString value\tspring\nApache -> MySQL multiple connections vs one connection\tapache\nChanging List's Column type from Lookup in Sharepoint\tsharepoint\nTesting 'pluggable' function calls clashes for WordPress and unit testing\twordpress\nHow to make sh script the application for Mac OS\tosx\nNSPopUpButton, Bindings and a shortening lifespan\tcocoa\nScala: Constraint on generic class type\tscala\nWhy is $Id$ sometimes not expanded in SVN?\tsvn\nAdd products to UberCart Cart with Javascript\tdrupal\nASP.Net Ajax Photo Upload\tajax\nHow to achieve spring injection in oVal validation Framework?\tspring\nWordpress Set the loop to show post of last X day's and pagination\twordpress\nUpdating table with composite primary key using LINQ\tlinq\nAudit trail in hibernate with new and old values using an Interceptor\thibernate\nUsing LINQ to query a text file\tlinq\nJava Spring: AnnotationSessionFactoryBean, Hibernate-Dialect AutoDetection\tspring\nWriting to an iframe from NSTextView\tcocoa\nGenerate Square Mesh, Given an Unordered X, Y and Z Vectors\tmatlab\nHow do I order a Group result, in Linq?\tlinq\nbash scripting challenge\tbash\nIs Haskell's mapM not lazy?\thaskell\nIs it possible to create a UITabBarController whose tabbar items have text labels only (no icons)\tcocoa\ncustom field not show\tsharepoint\nbash function to prompt for and return input\tbash\nDrupal search engine does not index my custom nodes!\tdrupal\nMigrating to GIT\tsvn\nAny bad experiences with xp-dev.com?\tsvn\nIs it possible to Pivot data using LINQ?\tlinq\ni wan't to delete all bin and obj folders to force all projects to rebuild everything\tvisual-studio\nQuestion Adding a Web Reference for SharePoint in Visual Studio 2008\tsharepoint\nHaskell's type system treats a numerical value as function?\thaskell\nVisual Studio and MySQL\tvisual-studio\nString or Binary Data Would Be Truncated Error\tlinq\nHow to determine how much free space on a drive in Qt?\tqt\nUse Class Variables As Constants In Scala\tscala\nImplementing a SQL Server 2008 User-defined function in managed code for geocoding\tvisual-studio\njquery,prototype,mootools altogether in magento\tmagento\nHow do i add some more fields in Magento -> System -> My Account\tmagento\nExcel 2007 Filtering across multiple Pivot Tables\texcel\nInstalling debug version of Qt on Mac OSX\tqt\nProper way to set ORACLE_HOME?\toracle\nIs there an easy way to provide a Matlab-based Web App or Web Service?\tmatlab\nExcel process not ending in Cluster environment\texcel\nFor the combobox control (from Ajax toolkit) can I change the button next to the box?\tajax\nwordpress static/post pages\twordpress\nNeed to retrieve List of items containing subitems matched with another List\tlinq\nWindows Live ID + AJAX\tajax\nWhat does <() do in Bash?\tbash\nHow deos AJAX work?\tajax\nHow to associate external files with an assembly\tvisual-studio\nCan I hide a directory/path from Launch Services?\tosx\nHow to add a tilte to a wiki page (=item) in Sharepoint programmatically?\tsharepoint\nVisual Studio: hotkeys to move line up/down and move through recent changes\tvisual-studio\nIs there a way to specify outlining defaults in Visual Studio so that a file opens up with members collapsed by default?\tvisual-studio\nTesting Errors with OCMock\tcocoa\n<s>SVN</s> Version control question -- multiple projects depend on the same source.\tsvn\nLoad jquery plugin in a custom wordpress widget\twordpress\nApache: VirtualHost with [PHP|Python|Ruby] support\tapache\nWhy does Mac's $find not have the option -printf?\tosx\nMATLAB: How do I pass a parameter to a function?\tmatlab\nWebpart feature not adding Description\tsharepoint\nCrash in QHash\tqt\nDoes OS X have an equivalent to /dev/shm?\tosx\nCustom Events in Magento\tmagento\nExporting Qt stylesheets to output dir\tqt\nhibernate versioning issuing update statment for no reason\thibernate\nxCode Error -  … undelcared …\tcocoa\nSVN accident, overwrote some key changes in my file and commited to repository.  Can it be recovered?\tsvn\nSimple AJAX query failing in chrome/safari\tajax\nhelp on version-control for legacy code.\tsvn\n\"Drupal: Customize blog post \"\"submission\"\" area?\"\tdrupal\nWhat's the difference between .bashrc, .bash_profile, and .environment?\tbash\nwhat is @ operator in Matlab\tmatlab\nHow to parse rss-feeds / xml in a shell script\tbash\nMagento- custom attribute causes blank order number.\tmagento\nimport webpart to page layout in sharepoint\tsharepoint\nAutomatically Remove Subversion Unversioned Files\tsvn\ni wanna start Qt\tqt\nCreating popup menu in Qt for QTableView\tqt\nInherit existing web parts and override methods\tsharepoint\nHow do I check the exit code of a command executed by flock?\tbash\n\"Removing the \"\"Categories\"\" field from an Issue Tracking list in SharePoint\"\tsharepoint\nShell script for adjusting image size\tbash\nHow do you access data from your I Series in ASP.Net?\tlinq\nHaskell: Problems with overloading: Interpreter can´t tell which + to use\thaskell\nIs the REST support in Spring 3's MVC Framework production quality yet?\tspring\nHow can I find out what a command is executing in Terminal on MacOs\tosx\nHow do I get my dependenices inject using @Configurable in conjunction with readResolve()\tspring\nHave you moved MOSS SharePoint 2007 out of the C:\\Inetpub\\wwwroot\\wss\\ folder?\tsharepoint\nHow to let users specify multiple-level categories in Excel?\texcel\nHow do I make my pojos transactional?\thibernate\nShortcut to collapse to definitions except regions\tvisual-studio\nis it possible to capture bash output into the osx finder clipboard\tbash\nVisual Studio debugger tips&tricks (for C/C++ projects)\tvisual-studio\nchanging user role in drupal\tdrupal\nPassing / forwarding events to a sub-object in Qt\tqt\nIs there a way to maximise the current tab in Visual Studio?\tvisual-studio\nServer crashing after Wordpress upgrade to latest version (nginx+php-fpm)\twordpress\nCan I configure VisualStudio 2008 to always build the startup project?\tvisual-studio\nHow can I redirect one wordpress install to another (both in subdirectories on the same domain)?\twordpress\nWrap an Oracle schema update in a transaction\toracle\nHigher-kinded Types with C++\thaskell\nTeam is Going from XP32 to XP64 for .NET Development - Any Gotchas?\tvisual-studio\nPattern matching functors in scala: mystified by warning\tscala\nWhen should I use record syntax for data declarations in Haskell?\thaskell\nNeed help with Apache's mod_rewrite to fetch file based on url\tapache\nOSGi Logging with spring-DM extender not logging\tspring\nSubversion, is it save to remove MergeInfo from a reintegrate merge\tsvn\nMigrating Wordpress from sub-domain to root.\twordpress\nUsing Visual Studio's 'cl' from a normal command line\tvisual-studio\nLinq To Entities Generating Big Queries\tlinq\nHaskell: syntax error when adding new line in pattern matching\thaskell\nMocking and IQueriable<T>\tlinq\nMATLAB: Determine total length/size of a structure array with fields as structure arrays\tmatlab\nHow did you choose your Visual Studio productivity addon?\tvisual-studio\nNo CurrentSessionContext configured\thibernate\nWordpress Comment Display Modification\twordpress\nLINQ version of TOP PERCENT\tlinq\nHow do you pass in a value to a subfunction in Matlab I am getting output errors?\tmatlab\nMagento Dispatching and Catching Events\tmagento\nApache: Download files getting a CR inserted before every LF (even spreadsheets)\tapache\nwordpress num rows, how?\twordpress\ntrouble with writing hibernate query\thibernate\nPL/SQL Logging - How to control?\toracle\nHibernate: mapping 3 tables\thibernate\nHow does ScalaTest syntax work?\tscala\nHow to assign certificates to excel macros programmatically\texcel\nAdd messages with Spring\tspring\nspring - constructor injection and overriding parent definition of nested bean\tspring\nIs it possible to use analyic functions in Hibernate?\thibernate\nscript-file vs command-line: problem with rsync and --exclude\tbash\nGet accurate position for a click on a linked image using jquery\tajax\n[bash] replace a line in a text file\tbash\nDrupal Ajaxifying Everything\tdrupal\nHibernate, insert or update without select.\thibernate\nFeeding an Excel QueryTable object from memory\texcel\nMagento problem with calling isInStock() method on a product\tmagento\nQTextCodec subclass - how to register my codec\tqt\noracle objects and collections\toracle\nuse of insert and update attributes\thibernate\nError-tolerant XML parsing in Scala\tscala\nHow do you setup a linked server to an Oracle database on SQL 2000/2005?\toracle\nHow does this bash fork bomb work?\tbash\nHow do I use calculated value date in Sharepoint lists field to find a date+30 days?\tsharepoint\nhibernate - session monitor tool\thibernate\ndrupal_add_css not working\tdrupal\nEclipse project not built on Mac due to 'A resource exists with a different case' error\tosx\nWhat kind of CAL do I need for Sharepoint?\tsharepoint\nWhat is the most compact or efficient way of doing several subsitutions in a file in bash\tbash\nRegister as Login Item with Cocoa?\tcocoa\nHow to connect my Spring + Hibernate based application backend with pure HTML and AJAX based client?\tspring\nHow do I combine setting axes limits and zooming in a MATLAB plot?\tmatlab\nHow can I send an HTTP POST request to a server from Excel using VBA?\texcel\n\"Linq to Sql query using \"\"not in\"\"\"\tlinq\nCreate spring beans, based on a comma-separated list of classes\tspring\nCan I use ODAC 11g to access 10g\toracle\npl/sql Stored procedure... where does the execution time go?\toracle\nHow to do: sum columnB where columnA is XYZ - in Excel?\texcel\nHow Can You Generate a Makefile from an XCode Project?\tosx\nNewbie queston: Cannot load http://localhost/phptest:8080/\tapache\nHandling CRUD Operations for a Linq to SQL View\tlinq\nHibernate does not maintain reference. Do you know why ?\thibernate\nProblems with Drag and Drop in an NSOutlineView.\tcocoa\nCross product function in matlab\tmatlab\nUsing LINQ with classes implementing non-generic ICollection\tlinq\nAutowire Annotation in Spring without using Component Scanning\tspring\nHelp me put Oracle terminology into SQL Server terminology\toracle\nHow to setup access control in SVN?\tsvn\nEncrypting data in Cocoa, decoding in PHP (and vice versa)\tcocoa\n\"Is Odersky serious with \"\"bills !*&^%~ code!\"\"   ?\"\tscala\nSecuring xml plists in Cocoa / Objective C\tcocoa\nmysqldb build error\tosx\nWhy is movie jumpy when I play simultaneously in 2 Cocoa views?\tcocoa\nExecuting a simple task on another thread in scala\tscala\nWhere is stdout for a Mac App?\tosx\nSimple page submit - vs - Ajax loader\tajax\nHow can I make spotlight index markdown files?\tosx\nProblem enabling .htaccess\tapache\nPHP/ Ajax/ jQuery - Equivalent for my code please!\tajax\nSVN Mergeinfo properties on paths other than the Working Copy root\tsvn\nHow to do median filter on an indexed image using MATLAB?\tmatlab\nappend a text string to the left of all the cells of a column in excel 2002?\texcel\nBetter exception for non-exhaustive patterns in case\thaskell\n[Haskell]Curious about the Hash Table problem\thaskell\nImage drawing library for Haskell?\thaskell\nURL Rewrite blanket redirect with directory exceptions\tapache\nHow to genrate Pivot table in ExcelSheet Programitically\texcel\n\"List of Scala's \"\"magic\"\" functions\"\tscala\nIn SVN, how do I copy just the subdirectories of a directory to another directory?\tsvn\n\"VS2005 \"\"Add New Item...\"\" dialog - default item\"\tvisual-studio\nDrupal theming a row in a view's display\tdrupal\nScala contiguous match\tscala\nLINQ Inner-Join vs Left-Join\tlinq\nSrping, autowire @Value from a database\tspring\ndisplaying database content in wxHaskell\thaskell\nAnkhSVN vs VisualSVN\tsvn\nWhat is the best way to assign different default content filters to different user roles in Drupal 5\tdrupal\nInsert current date in Excel template at creation\texcel\nQT question: What is the purpose of the *.pro file?\tqt\nVisual Studio clipboard problem\tvisual-studio\nForming vectors from the same assigned value (in Matlab)\tmatlab\nHow can an object-oriented programmer get his/her head around database-driven programming?\tlinq\nOracle 10g express home page is not coming up\toracle\nWordPress Problem with wp_enqueue_script\twordpress\nTaking advantage of Hibernate lazy loading?\thibernate\nHow to detect transaction conflicts with Hibernate?\thibernate\nDisadvantage of unlifted type products?\thaskell\nQUrl does not parse host name with underscore\tqt\nWhat to do about the solution explorer and getting around? Suggestions and improvements!\tvisual-studio\nHow to collect spring properties from multiple files for use on a single bean\tspring\nMac installer that runs a script\tosx\nOracle9i: Filter Expression Fails to Exclude Data at Runtime\toracle\n\"Hide \"\"Authoring information\"\", \"\"Menu Options\"\" and \"\"Publishing Options\"\" in node creation form\"\tdrupal\nRun crontab with user input\tbash\nSubversion web based browser\tsvn\nmatlab's fortran's format equivalents\tmatlab\nDrupal voting module with an image per option\tdrupal\nFull Linq Query Instead of Lambdas with Fluent-NHibernate?\tlinq\nShow YouTube video in a Drupal Section\tdrupal\nHow can I convert a (StorableArray (Int, Int) Word8) into a lazy ByteString?\thaskell\nDelimitter for string value for Ajax response\tajax\nMagento loadByAttribute fails on question marks\tmagento\nProtoType Ajax update\tajax\nIssue persisting long strings with Hibernate\thibernate\nSquashing or editing some commits before doing git-svn dcommit?\tsvn\nExcel VBA Load Addins\texcel\nCompetitive Learning in Neural Networks\tmatlab\nDoes spring form taglib disabled attribute really have to resolve to a string?\tspring\nmultiple type parameters in haskell type classes\thaskell\nVisualBasic (or Applescript) Excel Sheet sorting with names\texcel\nCocoa/OpenGL coordinate transformations\tcocoa\nWhy has Haskell so big numbers ?\thaskell\nCase-insensitive KVC in Cocoa?\tcocoa\nCan I Add States, Trasitions, Proprerties if I a QStateMachine is already started?\tqt\nDo you have performance problems when you work on Visual Studio projects via a network share?\tvisual-studio\nServer command via AJAX interface\tajax\nHow could I post an XML file in a web context\tajax\nIncluding a debug build in a library's Mac OS X SDK\tosx\nSimple approve/reject form for SharePoint workflow?\tsharepoint\nsvn: MKACTIVITY 403 Forbidden\tsvn\nDownside to using persistent connections?\tapache\nSetting one side of an NSSplitView programmatically\tcocoa\nLINQ in ASP.NET -- only returns results when ran on localhost\tlinq\nDo I have to create a new object to mix in a Scala trait?\tscala\nCheck if a value is in a collection with Link\tlinq\nWhat does this Matlab code do? (probabilities and random sequences)\tmatlab\nSharePoint development environment setup\tsharepoint\nPreserve SharePoint display formatting on my custom SPGridView\tsharepoint\nExcel Forms Edit Only\texcel\nEscape XML special chsrs in AJAX\tajax\nHow do I update all svn:externals references after a server migration?\tsvn\nCocoa Foundation Kit question - NSDecimalNumberBy...:withBehavior:\tcocoa\nLearning Haskell, care to help out?\thaskell\nLinq Question: Where on a Select\tlinq\nbash: how to change the basename only of a list of files\tbash\nSharepoint InputFormSection control look-a-like\tsharepoint\nAdjusting Wordpress Function to display Parent Category\twordpress\nScala unexpectedly not being able to ascertain type for expanded function\tscala\nSpring Security Account lockout\tspring\n\"How do I sent users to a different \"\"site\"\" in Apache while also using mod_proxy?\"\tapache\nHow to convert project files?\tqt\nApply Transaction Management Spring\tspring\nWhat event is raised when a file is added to a project?\tvisual-studio\nDo Cocoa NSSortDescriptors belong in the model or the controller?\tcocoa\nMutli-Core Haskell on Windows\thaskell\nMagento - javascript reliance = huge usability issues\tmagento\nIn Spring, how do I use a ClassPathXmlApplicationContext to get an EntityManager?\tspring\nHiberate problems, jdbc IDENTITY_INSERT is set to OFF\thibernate\nDrupal Source Control Strategy?\tdrupal\nHibernate - changing connection string during runtime\thibernate\nLINQ query for a forum\tlinq\nWordpress stripslashes issue\twordpress\nHow to add custom columns to a table that LINQ to SQL can translate to SQL\tlinq\nTargeting Android with Scala 2.8 Trunk builds\tscala\nurl-action mapping & routing in Spring MVC 3.0\tspring\nCheck signature of OSX bundle before load\tosx\nHow do I Romove Specific Characters From File Names Using BASH\tbash\nFilterInvocation being called instead of MethodInvocation\tspring\nWhy can I run a Bash function with the 000 permissions?\tbash\nWhat transaction manager should I use for JBDC template When using JPA ?\tspring\nmagento installation problems\tmagento\nCan Phonon be used for capture or transcoding?\tqt\nhow do I add a test web service to my project in Visual Studio?\tvisual-studio\nDrupal CCK field type with complex fAPI child fields\tdrupal\nRun an external script as a particular Magento user\tmagento\nWP: redirect users to a certain category using cookies\twordpress\nWhy don't Haskell list comprehensions cause an error when pattern match fails?\thaskell\nSpring web Dependency Injection(IOC) and the ServletContextListener\tspring\nUse ResourceReader to create a HybridDictionary of resources.\tlinq\nPrevent Visual Studio from trying to load symbols for a particular DLL\tvisual-studio\nHibernate and IDs\thibernate\nDrawing lines in Visual Studio for Compact Framework 2.0\tvisual-studio\nEnforcing https connection\tapache\nSame column in two worksheets are aligned differently horizontally\texcel\nCan Scala actors process multiple messages simultaneously?\tscala\nSimple library to do UTF-8 in Haskell (since Streams no longer compile)\thaskell\nBash Scripting: I want to open a set of .php files, and add line before html tag\tbash\nconnecting to remote oracle via cygwin sqlplus\toracle\nAre there any free Ajax implementation of a HTML editor that can be used in the browser?\tajax\nHow to paint contents in multi-thread using qt?\tqt\nHow do I edit the actual content of this typo3 plugin object?\tmagento\nhow to add a meta tag to the page template from Wordpress plugin?\twordpress\nWhat's a good way to bind from a shared utility window and the frontmost document window?\tcocoa\nChecking for the presence of text in a text column efficiently\toracle\nRational behind Qt way of naming classes?\tqt\nCreate wiki pages on sharepoint with web services\tsharepoint\nDetecting cyclic behaviour in Haskell\thaskell\nProgramatically bridge a QueueChannel to a MessageChannel in Spring\tspring\nQImage from datastream\tqt\nAn SVN error (200 OK) when checking out from my online repo\tsvn\nHow to make a custom NSFormatter work correctly on Snow Leopard?\tosx\nBest way to eliminate all intermediate files from Visual Studio project folders?\tvisual-studio\nWhen porting Java code to ObjC, how to represent checked exceptions?\tcocoa\nHow can I use SVNLook functionality on client machine\tsvn\nSingle person working on a web app. What platform to use?\tdrupal\ncocoa + skip os generated files\tcocoa\nHow does Sharepoint+RtWebParts handle timezones?\tsharepoint\nHow do you get server blocks <% %> to format well in Visual Studio?\tvisual-studio\nDrupal: truncate word sentence length function?\tdrupal\nNeed help on setting web service proxy dynamically without build?\tvisual-studio\nWordpress Help on post\twordpress\nHow to do we keep multiple semantic values during parsing with Happy/Haskell\thaskell\nPixel perfection with UIButton to cover a UITableViewCell\tcocoa\nSpring Web Flow Set Form Input Value\tspring\nLinq .Contains with large set causes TDS error\tlinq\nCustomize link for add content\tdrupal\nMagento - Adding Files to Local/Mage has no Effect\tmagento\nDelete files from disk that aren't in a Visual Studio project\tvisual-studio\nNewbie Spring Config Question\tspring\nAutocomplete Dropdown - too much data, timing out\tajax\nHibernate Encoding\thibernate\nHow to get an java.lang.Class of a scala object for an annotation argument\tscala\nHow do I filter a collection by a YesNo type attribute?\tmagento\nLINQ to SQL multiple DataContext-s\tlinq\nSending Excel to user through ASP.NET\texcel\nEquivalent to LINQ to Events in Scala\tlinq\nUpdate the results of a SELECT statement\toracle\nSaving html page from MATLAB web browser\tmatlab\njQuery AJAX Fileupload crossbrowser support\tajax\nHow to explicity tell SVN to treat a file as text, not binary\tsvn\n@Resource annotation not injecting a subclass\tspring\nQT: table widget, numbers only\tqt\nWordPress Contact Form 7: Send button does not submit, redirects to same page (jquery / anchor navigation)\twordpress\nBackground Image in an Image Map\tajax\nit gives me Error  while converting grid data to excel\texcel\nElegant way to reverse a map in Scala\tscala\nmagento free template with left side menu\tmagento\nInventory decreases by 1 even if order was cancelled\tmagento\nEfficiency of storing an Oracle User Defined Type in an index organized table\toracle\nHow do I create a Cocoa window programmatically?\tcocoa\nGet annoted hibernate tablename from POJO\thibernate\nWhat is the best way to to execute code before a  page is loaded\tmagento\nHow to find duplicate files with same name but different case that exist in same folder in Linux?\tbash\nmagento osl license allowances\tmagento\nDisplay code in WordPress\twordpress\nSpring 3 replacement for isDisabledInThisEnvironment\tspring\nLinq to update a collection with values from another collection?\tlinq\nDynamic LINQ and Dynamic Lambda expressions?\tlinq\nBest Resources for creating custom wordpress backends (advanced theme design)\twordpress\nHow add WordPress links/bookmarks programatically?\twordpress\nProgrammatically access chart source data name\texcel\nSVN Export with revision history problem\tsvn\nSpring 2 Hibernate Annotation\thibernate\nProblem using Network package in GHC\thaskell\nMultiActionController no longer receiving requests?\tspring\nSave Matlab invisible plot under terminal as an image with same size\tmatlab\nMapping a subdomain to a Wordpress page\twordpress\nConditional Group By statement using LINQ\tlinq\nHow to delete all WordPress authors who never posted?\twordpress\nHow can I target CSS to a particular sharepoint Page Layout file?\tsharepoint\nIs there any way to observe change in Database table throught Hibernate?\thibernate\nLINQ :: Use static DataContext to prevent Concurrency Problem\tlinq\nMATLAB settings - stop if errors\tmatlab\nDrupal: Duplicate blog tags showing in block\tdrupal\nHow to make qmake compile multiple cross platform binaries\tqt\nTortoise svn Subversion Update Error\tsvn\nExcel Combining Multiple Rows\texcel\nHow to prevent hackers from exploiting Apache ->Sites-available -> Default file\tapache\nWhat tool is my best bet for threaded Haskell debugging today?\thaskell\nGenerate an Excel XML document in Asp.net MVC Web Site\texcel\nsum number of cells based on current date in excel spreadsheet\texcel\nhow to use tree javascript  menu in taxonomy menu ?\tdrupal\nMagento - Dynamic lisbox in module edit entries form\tmagento\nHow do I plot to an image and save result without displaying it, in matlab\tmatlab\nCompete statistical significance with Excel\texcel\n\"Linq version of SQL \"\"IN\"\" statement\"\tlinq\nRunning a compiled Haskell program; getting errors\thaskell\nBreak or shortcircuit a fold in Scala\tscala\nHow to use p4merge as the merge/diff tool for Mercurial?\tosx\nQWebView not loading external resources\tqt\n\"force excel to stop applying \"\"auto-corrections\"\" to csv import data\"\texcel\nHaskell minimum/maximum Double Constant\thaskell\nExcel POI 3.5 WorkBook Java Heap Space Exception ?\texcel\nHaskell - Some questions about System.Process and mutithreading\thaskell\nAjax loading gif\tajax\nOracle Cursor Issue\toracle\nHow to get a unique WindowRef in a dockable Qt application on Mac\tqt\nhow can i simplify an expression using basic arithmetics?\thaskell\nany way to check in a file or add a file to SVN repository without a SVN client?\tsvn\nIORegistryEntry::fromPath() fail.\tosx\nMagento product images new option\tmagento\nSVN: How do I maintain my local config.blah file?\tsvn\nDifference between Matlab's matrix notation\tmatlab\nRemove all .pyc files from a project\tbash\nCalculate area under FFT graph in Matlab\tmatlab\ntransparent icons on toolbar draw ugly borders\tqt\nIs there an AJAX Anchor Link?\tajax\nPipe Java to Grep: Why not working?\tbash\nCross domain Ajax request from within js file.\tajax\nTheming Drupal Panels\tdrupal\nDrupal 6 - Permissions issue after migration\tdrupal\nHow can a cell's background color be set other than the obvious Cell shading property?\texcel\nEfficient String Implementation in Haskell\thaskell\nElevating rights to use mach_inject\tosx\nProxy pass to multiple upstreams\tapache\nHow do I compile a 32 bit apache module for a 64 bit platform?\tapache\nUsing Visual Studio 2008 to Assemble, Link, Debug, and Execute MASM 6.11 Assembly Code\tvisual-studio\nEasy parallelisation\tbash\nHow do you use telnet to check a connection to Oracle?\toracle\nHow to optimize oracle query for repeated full table sorts?\toracle\nSwitch Between Views in Cocoa (not Cocoa Touch)\tcocoa\nobject references an unsaved transient instance - save the transient instance before flushing\thibernate\nHow do get the index of a table's column by using a structured reference in excel?\texcel\n\"\"\"MouseDragged\"\" but NSOpenGlView not refreshed until \"\"MouseUp\"\"\"\tcocoa\nHow to create infinitely repeating list in Haskell?\thaskell\nHow to pass content of file from fileupload control to web method via javascript?\tajax\nProgram for viewing MATLAB figures without MCR library\tmatlab\nGet data from custom app into EXcel\texcel\nHow can I maintain the checkbox state on a page that is refreshed by Ajax?\tajax\nIs it possible to return IEnumerable of anonymous objects from DataContext.ExecuteQuery?\tlinq\nHow do I Get the Autcomplete Control script side with a Script control (ASP.Net)\tajax\nApache MaxClients when KeepAlive is Off\tapache\nAdd a Group by to a Hibernate Criteria-Query without Projection\thibernate\nExecuting a certain action for all elements in an Enumerable<T>\tlinq\nmatlab noninteger step indexing\tmatlab\nQSize ( int width, int height )\tqt\nMixing Qt with STL and Boost - are there any bridges to make it easy?\tqt\nLINQ Newbie: Moving Nodes\tlinq\nQt WebKit Printing Shrink Factor\tqt\nAdding CalTasks from an NSArray.\tcocoa\nAjax synchronous callbacks\tajax\nHow would wordpress data model a one to many relationship?\twordpress\nRemoving SourceSafe Integration from Visual Studio 6\tvisual-studio\nWhat's wrong with this gmail contact importer script for Drupal?\tdrupal\nMac HUD window in Qt\tqt\nFormatting with echo command\tbash\nwhy the sql query is different on that linq query when run on c# and on vb.net?\tlinq\nrunning ping with Qprocess, exit code always 2 if host reachable or not\tqt\nCan't apply 3d properties to autoshape\texcel\nExcel waiting for one macro to finish before calling another\texcel\nMagento How to debug blank white screen\tmagento\nFree CSS editor for Mac OS\tosx\nTesting Workflow History Autocleanup\tsharepoint\nHow can I take any function as input for my Scala wrapper method?\tscala\nUpdating built in Spring/Hibernate Archetype in Maven?\tspring\nFinding the days of the week within a date range using oracle SQL\toracle\nCompare strings by their written representation - is it possible?\toracle\nShell scripting. Command substitution issue in my script.\tbash\nDrupal node.save and JSONP\tdrupal\nMocking a Hibernate custom value type\thibernate\nRelated Posts in WordPress\twordpress\nDrupal module to manipulate every node's body\tdrupal\nHowto: Drupal File Upload Form\tdrupal\nWhat is the purpose of zones in sharepoint? (web application zones or authentication zones or how do they call it)\tsharepoint\nGrowable data structure in MATLAB\tmatlab\nHow to synchronize two subversion repositories?\tsvn\nReplacing Entity in LINQ\tlinq\nThe cost of nested methods\tscala\nLINQ to SQL C# COALESCE\tlinq\nUnable to understand a line in .bashrc\tbash\nscala: anything like python/ruby development mode?\tscala\nlinq Order By for a List(Of myObjects)\tlinq\nvb.net traversing an xls / xlsx file?\texcel\nWhat's the best resource to learn how to write apps for Mac OS X?\tosx\nIs there a way to do a reverse update with Subversion?\tsvn\nHow to keep only necessary workbook in excel using powershell?\texcel\nDrupal - use l or url function for mailto links\tdrupal\nFacebook Connect and Wordpress\twordpress\nMulti-lingual wordpress site?\twordpress\nCapturing the Click event in an Excel spreadsheet\texcel\nApache's mod_php OR FastCGI? Which is good for Wordpress?\tapache\nDo you have a common base class for Hibernate entities?\thibernate\nAJAX, postbacks and browser refreshes\tajax\nChange A cell address to row,column in Excel sheet\texcel\nGeneral Oracle Results Table\toracle\nafter login, redirect to entrance url?\tdrupal\nHow to set up a global prefix and suffix used in each error field in Spring ?\tspring\nWhere are Magento's Admin Controllers?\tmagento\nExcel: auto-format time (without date)\texcel\nWordpress as Remote Posting Mechanism\twordpress\nHow can I make Cabal search for external programs?\thaskell\nCSV file.  Excel is automatically converting my text to a date.  Bad Excel.\texcel\nRun Apache 2.2 as a single httpd.exe for debugging.\tapache\ncore dump in Mac OS X\tosx\nPointcut matching methods with annotated parameters\tspring\nLinq iterate a control collection\tlinq\nnull pointer exception at org.hibernate.tuple.AbstractEntityTuplizer.createProxy\thibernate\nDrupal 6 absolute wildcards in _menu(), is it possible ?\tdrupal\nHibernate: Avoiding reading all the records to memory at once\thibernate\nMini Project: Change the color of the terminal based on the time of day\tbash\nTechniques for removing old data on Oracle databases\toracle\nSending String Data to MVC Controller using jQuery $.ajax() and $.post()\tajax\nHow to use JUnit and Hibernate usefully?\thibernate\nPrevent file casing problems in Subversion\tsvn\nWhy is this Haskell SDL line cyan when it should be white?\thaskell\nHow to retrieve data which caused unique constraint violation (via Hibernate)?\thibernate\nchange user_profile_form form fields order\tdrupal\nSVN installation\tsvn\nAjax.BeginForm show loadingElementId when OnBegin return false\tajax\napache prefork/mod_wsgi spawned process count seemingly past configuration\tapache\nmatlab and gplot\tmatlab\nHow do I use CREATE OR REPLACE?\toracle\nWordpress transfer to new ftp. Help, Home link doesn't work?\twordpress\nExporting an SPGridView to a document\tsharepoint\nParsing XML from an HTTPS URL using NSXMLParser?\tcocoa\nIs there an Oracle equivalent to SQL Server's OUTPUT INSERTED.*?\toracle\nQTimer firing issue in QGIS(Quantum GIS)\tqt\nAppDelegate or AppController\tcocoa\nHow to execute program which have created Qt on windows?\tqt\nhow can i compare strings in bash script?\tbash\nis the + in += on a Map a prefix operator of =?\tscala\nSharepoint custom web part property does not show up in the toolbox\tsharepoint\nSetting movie metadata with QTKit\tosx\nQT Database Interface... best place to get started?\tqt\nIs there already a YAML library/parser for MATLAB?\tmatlab\n.htaccess & Wordpress: Exclude folder from RewriteRule\twordpress\nWhat does Hibernate map a boolean datatype to when using an Oracle database by default?\thibernate\nWhich IDE for Scala 2.8?\tscala\nautomatically execute an Excel macro on a cell change\texcel\nSVN checkout question\tsvn\niterate through each cell in an n-dimensional matrix in MATLAB\tmatlab\nDrupal: content types URL?\tdrupal\nHow to query (LINQ) multiple table association link ?\tlinq\nis there any way to hook a debug function into a hook such as init and retrieve every php function whose operates there ?\twordpress\nhibernate auto-discovery and generation of of database mappings to POJOs\thibernate\nVisual Studio unmanaged C++ smart file explorer\tvisual-studio\nUnable to start subversion using Launchctl\tosx\nHaskell types frustrating a simple 'average' function\thaskell\nDoes this sound like a good idea? ( svn / version control / webdev / deployment )\tsvn\nAjax timeout but server side not terminate\tajax\nEval is evil... So what should I use instead?\tajax\nSVN externals change source to target directory\tsvn\nMemory footprint of Haskell data types\thaskell\nDrupal Views: difference between Filters and Arguments?\tdrupal\nWhere are the clever uses of strict evaluation?\thaskell\nHibernate search API with 2 tables\thibernate\nOracle SQL Query to Summarize Statistics, using GROUP BY\toracle\nMagento - Sendfriend Error\tmagento\nMy products categories have (meta)data - Use taxonomies or implement them as content items?\tdrupal\nSetup Visual Studio 2005 to print line numbers\tvisual-studio\nSharepoint scheduling with SSRS issue.\tsharepoint\nFile reading\tbash\nExcel Conditional Formatting Self Reference\texcel\nKeeping tables synchronized in Oracle\toracle\nProtect all Worksheet in an Excel Workbook\texcel\nQT Webkit & OpenGL Rendering Context\tqt\nVisual Studio Shortcut for Automatically Creating Constructors from an Inherited Class\tvisual-studio\nMagento Store - Extension\tmagento\nAre WCF Web services compatible with Sharepoint?\tsharepoint\nScala Traits Usage\tscala\nSvn Repo Syncing\tsvn\nHow to check if a figure is opened and how to close it?\tmatlab\nBuilding Objective-C App with External Framework\tosx\nDelegate problem with NSTextField\tosx\nQt4 parent pointer usage\tqt\nWordpress: list authors\twordpress\nHow to configure Apache httpd.conf run with strawberry perl?(perl script run with browser)\tapache\nApache rewrite condition and the absence of characters\tapache\nCan ASP.NET AJAX partial rendering work inside a SharePoint 2007 application page?\tajax\nHow to run SQLITE in a Windows Mobile Application developed with Qt\tqt\nSVN - Permission Denied\tsvn\nSame Ajax is not working in IE  more than one time\tajax\nsharepoint -use a lookup field to get an image\tsharepoint\nMapping two tables 0..n in Hibernate\thibernate\nHow to manage an AJAX based 'like/dislike' feature?\tajax\nConcurrent AJAX interval polling\tajax\nCalling Visual Studio 2005 external tool without changing focus\tvisual-studio\nHow would you make the text in a checkbox cell be able to be edited?\tcocoa\nHow to calculate a monthly average when the month is not finished\texcel\nC#: How to include dependent DLLs?\tvisual-studio\nTools for Ajax load testing\tajax\nMagento API create shipment\tmagento\nCode/Function/Library to intent/format/prettify JavaScript/QtScript code for readablity within the application?\tqt\nIncrease Magento User Session\tmagento\nHow to generate a random real symmetric square matrix with uniformly distributed entries\tmatlab\nHow to best update a website from subversion.\tsvn\nPassing by reference [C++], [Qt]\tqt\nHow to find the current name of the test being executing?\tvisual-studio\nWhat are your motivations for developing Software for Mac OSX?\tosx\nCannot add server to Visual Studio Server Explorer\tvisual-studio\nDifferent code / config in Release & Debug build (Obj-C)\tcocoa\nSharepoint: How do I move stuff between sites\tsharepoint\nExcel password removal\texcel\nWhat MySQL client application would you recommend for Mac OS X?\tosx\nMagento Api is too slow for lakhs of products\tmagento\n\"WAIT for \"\"any process\"\" to finish\"\tbash\nAt which point in the life of an xmlHttpRequest object is serialised XML parsed into a DOM?\tajax\nHow do I set a task to run every so often?\tosx\nmaking a constant heading\tajax\nLINQ Orderby clause is causing weird results\tlinq\nHow to start external application from Scala\tscala\nDebugging Sharepoint timer jobs\tsharepoint\nMagento - How to include pagination in special price page?\tmagento\n\"Qt-GUI with several \"\"pages\"\", how to synchronize the size of several QWidgets\"\tqt\nSVN and revision numbers\tsvn\nMagento saving multiselect in controller ?\tmagento\nSales by Category in Magento?\tmagento\nUser's Post count from specific category  [Wordpress]\twordpress\nMultiplying multiple cells by a number\texcel\nploting 3d graph in matlab?\tmatlab\nIterating with respect to two variables in haskell\thaskell\nHow to handle back browser button problem using spring?\tspring\nValue of global variable doesn't change in BASH.\tbash\nWriting from Matlab to Excel with activex\tmatlab\nStandard SQL Query much faster than Linq 2 SQL\tlinq\nWould it be quicker to make wordpress theme direct on FTP?\twordpress\nWordpress session management\twordpress\nHow to Generate a DSA signature?\tcocoa\nExcel Macros...\texcel\nInspect contents of a basic, unencrypted UDIF DMG file\tosx\nHow do I execute a command from a specific directory with actually changing to that directory\tbash\nMagento - Checking if a module is installed?\tmagento\nreloading a table view in an iphone app?\tcocoa\nUsing an element against an entire list in Haskell\thaskell\nequals and hashcode in Hibernate\thibernate\nHow do you port a Cocoa/Mac application to Windows?\tosx\nDoes Subversion 1.5 performance stink?\tsvn\nWhat is optimal hardware configuration for heavy load LAMP application\tapache\nOracle 10g - UTL_MAIL package\toracle\nWordpress per-category feeds have generic titles\twordpress\nMonitor Spring java application\tspring\nHow to impersonate a user when calling a .NET web service from a SharePoint webpart?\tsharepoint\nHow to check in MATLAB if a vector only contains zeros?\tmatlab\nMagento guest checkout won't make it to shipping info\tmagento\nQt: Printing pageRect and paperRect issues\tqt\nWhat is the proper JPA mapping for @Id in parent and unique sequence in base classes\thibernate\n_wfopen equivalent under Mac OS X\tosx\nHow to emulate 'cp --update' behavior on Mac OS X?\tosx\nSPSiteDataQuery problem with Eq on Number fields\tsharepoint\nView of nodes and their translations\tdrupal\nExcel: removing formulas but keeping the answers as text\texcel\nVisual Basic Compiler keeps crashing\tvisual-studio\nHow do you use svn export to move files from dev or QA to production environment?\tsvn\nmatch tuple with null\tscala\nmatlab search path\tmatlab\nSharePoint Custom Fields In List View\tsharepoint\nFlex + Drupal Sharing Data\tdrupal\nAJAX Error Handling Recommendations and Best Practices\tajax\nHow to upgrade the version of Python used by Apache?\tapache\n\"Anonymous \"\"gobble\"\" in Matlab\"\tmatlab\n\"Does it exist an API for \"\"International Settings\"\" in Visual Studio?\"\tvisual-studio\nHow to become more productive using Scala? (Tools, IDEs)\tscala\nMashups and SharePoint\tsharepoint\nContent Fetching Using htaccess\tapache\nAjax/Flash file uploads with a progress bar?\tajax\nHow can i decide the no of connection required in connection pooling?\thibernate\nWill hibernate update the database when a persistence instance has been set but not changed?\thibernate\nHow to add a filter to `tail -f` output that would issue an audible alarm given matching input?\tosx\nCall to drupal_render() returns NULL\tdrupal\nDrupal: Can Book layout menu be added and expanded in the primary menu?\tdrupal\nRunning Cocoa app under otest causes dyld_misaligned_stack_error in Release mode\tcocoa\nhow to edit .globalpreferences.plist without logout and login?\tosx\nMagento - local file is not working.\tmagento\nPerforming an update with LINQ\tlinq\nI have finished C. Should I learn Matlab next?\tmatlab\nConverting rgb images to grayscale and renaming them using matlab\tmatlab\n\"Filtering Sharepoint Lists on a \"\"Now\"\" or \"\"Today\"\"\"\tsharepoint\nHow do I programmatically retrieve previous versions of master pages from a SharePoint site?\tsharepoint\nWhat is a good regular expression tester for OS X?\tosx\nWhich one is faster and why?\thaskell\nIs it possible for tick marks on an image to be centered around the -edge- of a pixel?\tmatlab\nWordpress add_action of wp_head for javascript / css files in plugin\twordpress\nIs there really a 50 variation label limit in SharePoint?\tsharepoint\nScala XML: create a node not using literals\tscala\n\"What is causing my custom ContentType feature to throw a \"\"Value does not fall within the expected range\"\" error?\"\tsharepoint\nQt: Add UI Elements using Qt Script\tqt\n\"\"\"Most popular\"\" GROUP BY in LINQ?\"\tlinq\nDrupal: set id attribute in multi-step form\tdrupal\nSmall eps figure size in Matlab\tmatlab\nProper stsadm commands to upadate SharePoint Solution/Feature\tsharepoint\nReal-time data in Matlab\tmatlab\nTo Create an Employee directory\tsharepoint\nUsing a query string in an excel hyperlink to an ASP.Net Web Application\texcel\nHibernate map collection with constant key\thibernate\nhow to log in a Drupal user (or get currently-logged in user) from Flash?\tdrupal\nHelp with Excel VBScript - fill columns with data\texcel\nWant to do custom coding on product descrption page(Magento)\tmagento\nobserveValueForKeyPath:ofObject:change:context: doesn't work properly with arrays\tcocoa\nOracle Natural Joins and Count(1)\toracle\nHow to use the Platinum uPnP SDK?\tqt\nHow to add a file selector/opener in cocoa with Interface Builder?\tcocoa\nVariadic templates in Scala\tscala\nHow can I create a GUI and react to Cocoa events programatically?\tcocoa\nComing up with a SharePoint topology for a public facing website\tsharepoint\nLINQ to SQL Classes\tlinq\nHow do you make a 2-d array in Matlab?\tmatlab\nSharepoint - how to set permission level to add item but not view?\tsharepoint\nApache basic authentication\tapache\nKeeping request parameters on Spring SimpleFormController with Validator\tspring\nJPA Hibernate: How to prevent join on retrieving?\thibernate\nLINQ OrderBy Name ThenBy ChildrenCollection.Name\tlinq\nIncrease JVM heap size for Scala?\tscala\nspring bean configuration\tspring\nHow easy (or difficult) is it to migrate to a development environment on Mac from Ubuntu\tosx\nSpring Integration: How does RendezvousChannel work?\tspring\nHow do I count wildcard characters using Excel COUNTIF?\texcel\nAccessing values using subscripts without using sub2ind\tmatlab\nreindex Catalog URL Rewrites in magento never ends\tmagento\nWhy does magento always come out of session\tmagento\nscala 2.8 implict java collections conversions\tscala\nBest way to deploy subversion in a multisite windows environment\tsvn\nWordpress - Set post_date\twordpress\nAjax append load\tajax\n.htaccess Apache on cPanel only working in some cases\tapache\nDrupal: Create a custom page\tdrupal\nMinimizing Mfc application with open Qt dialog\tqt\nCreating an aggregate blog?\twordpress\nHow to prevent ordering certain products - or a category -  from a specific country\tmagento\nMatlab: how to find functions on path that use a given function\tmatlab\nOracle query to get Data from table inserted in last 10 mins.\toracle\nMagento: change advanced search layout\tmagento\n(emulated) Macros in Haskell?\thaskell\nCan I rely on mod_rewrite?\tapache\nMoving from Windows API to Mac OS\tosx\nUI's in Sharepoint\tsharepoint\nFunctional MetaPost in 5 Steps\thaskell\nSetting the 'audience' in a SharePoint-NavigationNode ?\tsharepoint\nPlotting multi-colored line in Matlab\tmatlab\nGetting data from a QTreeWidgetItem inherited class\tqt\nexport from wordpress to blogml\twordpress\nHow to make a return type for a result set in LINQ\tlinq\nvlookup doesn't work\texcel\nApache root-relative links\tapache\nLINQ query question, needs joins\tlinq\nVisual Studio: How to debug a program using Visual Studio?\tvisual-studio\nHow can I set up a network 'reference directory/folder' with Subversion?\tsvn\nSpring embedded ldap server in unit tests\tspring\nHow to create picture link in ASP.NET MVC?\tajax\nDeploying Beta software updates and Sparkle\tcocoa\nSetting up a Proxy with Authentication\tapache\nHow to let putty change its cursor shape accordingly?\tbash\nMagento Custom Field Defines Product\tmagento\nHow do I download code using SVN/Tortoise from Google Code?\tsvn\nUsing Excel to display the number of occurrences within a date range\texcel\nReading data from a serial port in matlab\tmatlab\nGetting help on MATLAB's com.mathworks internals\tmatlab\nMimicking/faking a Mouse Click and Mouse Wheel using Qt\tqt\nHow do I create a node count for each each category term in Drupal?\tdrupal\nRunning a command in a new Mac OS X Terminal window.\tosx\nHow do I rename a SharePoint virtual machine\tsharepoint\nWordpress fantastico problem\twordpress\nEncrypted web services connections and pk12 certificates\tcocoa\n\"Creating Visual Studio templates under the \"\"Windows\"\" catagory.\"\tvisual-studio\nHow can I calculate the mean of all months until now?\texcel\n\"Scala immutable SortedSet are not \"\"stable\"\" on deletion\"\tscala\nHow to know when a new USB storage device is connected in Qt?\tqt\nmatlab: delete elements from matrix\tmatlab\nIs there a way to list all the database queries my wordpress install is making for a given event?\twordpress\nLooking for pattern/approach/suggestions for handling long-running operation tied to web app\tapache\n(Visual)SVN ignore files by Regex\tsvn\nprotect specific url with .htaccess\tapache\nHow to auto-start an application after system in Mac os\tosx\nDoes an index on a unique field in a table allow a select count(*) to happen instantly?  If not why not?\toracle\nEncapsulating LINQ select statement.\tlinq\nShortcut key for 'View in Object Browser'\tvisual-studio\nWould you like to continue and run the last successful build?\tvisual-studio\nUnable to find the location of C's standard libraries in OS/X?\tosx\nRestore SVN backups from multiple files.\tsvn\nHow do I find the version of Apache running without access to the command line?\tapache\nShould I learn Xml and Javascript before learning Ajax?\tajax\nData Guard Oracle 11g\toracle\nHow do I sum together file sizes in bash, grouping together the results by date?\tbash\nSpring: PropertyPlaceHolderConfigurer to set values for complex properties\tspring\nCan Excel interpret a cell as HTML?\texcel\nLinux and clipboard\tqt\nQuery on hibernate entity with user-type field\thibernate\nPass data from workspace to a function\tmatlab\nConditional link to node within views?\tdrupal\nSpring Security - Custom authentication provider not called\tspring\nGranting a Drupal role to all users that have a certain role\tdrupal\nIf using LINQ to SQL is there any good reason to learn SQL queries/syntax anymore?\tlinq\nLinq sub list Problem\tlinq\nHibernate  Reference column in table to indicate how to unmarshall an attribute in a different column in the same table\thibernate\nMagento—Problem overriding Adminhtml block\tmagento\nWordPress : highlight parent categories while browsing category\twordpress\nexercise on haskell, type definition, and guards.\thaskell\nHow to Install Reporting Services Report Viewer WebPart?\tsharepoint\nqt - network based location acquisition\tqt\nscala: defining main method that can be used by 'java'\tscala\nSharepoint Document collaboration\tsharepoint\nHow should I store old dates in SharePoint?\tsharepoint\nIs there any function in Matlab for changing the form of matrix?\tmatlab\nHibernate tool to create basic mappings based on a mysql db\thibernate\nSQL scripts under Subversion\tsvn\nAre there Compound property values in Spring\tspring\nLINQ - Add property to results\tlinq\nCan this be refactored into nicey nice LINQ?\tlinq\nFileNotFoundException with the SPSite constructor. What's the problem?\tsharepoint\nSubversion - is trunk really the best place for the main development?\tsvn\nComplex builds in Visual Studio\tvisual-studio\nOSX Audio Hijack style audio recording from other applications (cocoa)\tcocoa\nHow do I get the highest currently used ID number in a table with LINQ?\tlinq\nWill backdated posts show up in current feeds when posted now?\twordpress\nWrite a figure to a file automatically in MATLAB\tmatlab\nVector to Matrix syntax in Matlab...\tmatlab\nfetch category details query in magento\tmagento\n\"How to find out if there is an \"\".\"\" in an NSString?\"\tosx\nOracle Identify Data Type\toracle\nWhich Java modules get Spring Security\tspring\nRender yesod widget\thaskell\nGetting the GUI of an app that went poof!\tvisual-studio\nMagento Custom Options VS Attributes\tmagento\njavac help document garbled on the terminal of mac\tosx\nParse CSV (comma separated values) in Oracle\toracle\nHow to get next active item in a list with linq.\tlinq\nAjax - loadable php-script\tajax\nmagento cateries display in front end question\tmagento\nHow do I interact with MATLAB from Python?\tmatlab\nSpring, Hibernate, EntityManager and class inheritance\tspring\nMy client can't see any of products - Magento\tmagento\nExcel Help Needed: insert row with total under each group\texcel\nExcel: Find the minimal value in a column\texcel\nHooking into comment_text() to add surrounding tag\twordpress\nHow do you remove subversion control for a folder?\tsvn\nSpring.NET Expression that References an Object Definition\tspring\nCan Apache configuration check cookies?\tapache\nhow to navigate to another page using QMouseEvent qt event\tqt\nDrupal 6: Getting custom fields into the database\tdrupal\nQt jpg image display\tqt\nSpring Wire a Static Class\tspring\nOracle instant client with OraOLE DB provider?\toracle\nHibernate Filters break the second level cache\thibernate\nExcel 2007 3-color scale with negative values\texcel\nRun custom code on login\tsharepoint\nHow do I make Microsoft VCC crash out on the first build-error?\tvisual-studio\nAccessing a bean with a dot(.) in its ID\tspring\nHow to automatically add user account *and* password with a Bash script\tbash\nHow do I make an OS X application react when a file, picture, etc is dropped on its dock icon?\tosx\nHow to extract substring from a text file in bash?\tbash\nHow to create TestContext for Spring Test?\tspring\nApache comes back with nothing\tapache\nHow to query an Oracle table from SQL Server 2000?\toracle\nCommitting binaries to SVN\tsvn\nWhat do you use the svn tags directory for anyways?\tsvn\nExisting LINQ extension method similar to Parallel.For?\tlinq\nWhy does hibernate not find properties when I have hibernate.cfg.xml in my default package classpath?\thibernate\nCalling @Controller methods once per request\tspring\nVirtual network interface in Mac OS X\tosx\nHaskell too many where clauses, any alternate suggestions\thaskell\nExcel VBA Project - Password Removal\texcel\ni need a player which is supported in drupal\tdrupal\nManaging flexible, typed, immutable data structures in Scala in 2.8.x\tscala\nExport Orders from Magento for shipment\tmagento\nAdd registration dialog to PackageMaker\tosx\nStore LINE in a string in bash\tbash\nlambda functions in bash\tbash\nCreating Project Fails in Visual Studio 2005 and VS2008\tvisual-studio\nDrupal form editing and conditional fields.\tdrupal\noracle sqlplus command line question\toracle\nMagento template question\tmagento\nCompiling a Delegate with Expression.Lambda() - Parameter Out Of Scope, but is it really?\tlinq\nwordpress : how to put an enter page?\twordpress\nDrupal: a block with only some external javascript\tdrupal\nElementwise ifs in matlab - do they exist?\tmatlab\nmagento move navigation block to above the cart/basket\tmagento\nFilter SQL query by a unique set of column values, regardless of their order\toracle\nHibernate/NHibernate : how to persist subclass as instance of superclass\thibernate\nPlaying .wav data of any format in Mac C++ program, similar to win32 PlaySound\tosx\nSpring AOP: how to get the annotations of the adviced method\tspring\nAjax  Logging on any site\tajax\nreturn latest version of a drupal node\tdrupal\nHow to add a plugin to safari with cocoa?\tcocoa\nMonitor Cocoa apps for execution of external utilities (e.g., ffmpeg) on Mac OS X ?\tosx\nsimulation of oqpsk\tmatlab\n.htaccess - redirect anchor link\tapache\nDrop-down js menu blinking in IE7\twordpress\nMagento best-sellers list not updating with cache enabled\tmagento\nWhat is the best practices in switching between application windows in Qt?\tqt\nCan a WordPress site be made to be more than a blog?\twordpress\nSpring - Aspect is not getting applied at runtime\tspring\n[wordpress] Loop through a specific category on single.php\twordpress\nHow to Increase the Max Length of the Product Description in Magento (when importing)?\tmagento\nUnable to download the source code of Open Source projects in Mac's terminal\tosx\nHow to avoid SVN conflicts when merging branch back into trunk\tsvn\nCreating matrix of maximum values indices in Matlab\tmatlab\nApache modrewrite .htaccess question\tapache\nUnique url for a wordpress blog?\twordpress\nHow do you implement the Method makeKeyAndOrderFront: ?\tcocoa\nscala: list.flatten: no implicit argument matching parameter type (Any) = > Iterable[Any] was found\tscala\nWhat would be the best way to use python's functions from excel ?\texcel\nWordpress options\twordpress\nchange email content for new user in wordpress\twordpress\n\"Parallel \"\"insertions\"\" into a binary trie in Haskell\"\thaskell\nHow do I search the collection of a collection in my LINQ Where clause?\tlinq\nSharepoint Wikis\tsharepoint\nembedding an application (in this case a terminal) within a QT application\tqt\nHaskell: 'No instance for' arising from a trivial usage of Regex library\thaskell\nBeforeClass using Spring transactional tests\tspring\nWordpress init remove_action with conditional tags\twordpress\nIs qt-embedded-linux drawing library fixed point ?\tqt\nstrange error in haskell about indentation of if-then-else\thaskell\nJRuby app throws exception in Spring\tspring\nhow walker class in wordpress work\twordpress\nHow do upload images remotely to Drupal using the Image module?\tdrupal\nRead XLS file from VB6\texcel\nhibernate lazy initilization problem\thibernate\nHow do I access Matlab structure fields within a loop?\tmatlab\nDuplicate form submission in Spring\tspring\nHow to delete zero components in a vector in Matlab?\tmatlab\nCrash Reporter for Cocoa app\tcocoa\nSpecifying edit paths in Drupal for FCKEditor?\tdrupal\nUpdating NSTableView in an instance of NSCollectionViewItem\tcocoa\ninitWithFrame not called, but awakeFromNib is\tcocoa\nHow to open a launch NSWindow in Cocoa on a button click\tcocoa\nProper way of writing a HQL in ( ... ) query\thibernate\nUsing network services when disconnected in Mac OS X\tosx\nHow can I optmize a MAX date query relating to a other table entity\toracle\nReturning an HtmlTable to be written with ajax.\tajax\nComparing adjacent elements in matlab\tmatlab\nStrange Site Collection Accessor Exception\tsharepoint\nHow does OrderBy in LINQ works (behind the scenes)?\tlinq\nHow to list active / open connections in Oracle?\toracle\nUnable to build with Qt on Snow Leopard\tqt\nHibernate Criteria API - how to order by collection size?\thibernate\nMatching case sub-classes on super type in Scala\tscala\n\"LINQ -- How do I perform aggregation without the \"\"group by\"\"\"\tlinq\nFinding a 3rd party QWidget with injected code & QWidget::find(hwnd)\tqt\nWhat are Scala continuations and why use them?\tscala\nHaskell funtion does not terminate\thaskell\nHibernate JPA to DDL command line tools\thibernate\nExport QT Menu to text\tqt\nDeserialize jSON Google AJAX Translation API\tajax\nDo all browsers support PHP's $_SERVER['HTTP_X_REQUESTED_WITH']?\tajax\nquery magento limit + order by rand()\tmagento\nFaster projected-norm (quadratic-form, metric-matrix...) style computations\tmatlab\nSpring JPA Exception Translation\tspring\nParser combinators info\tscala\nManipulating Hibernate 2nd Level Cache\thibernate\nWhen to commit changes?\toracle\nHow to keep implementation/maintenance costs low in Pro*C?\toracle\nHibernate join tables duplicate entry - Could not execute JDBC batch update\thibernate\nPersistent UIBarButtonItem in UIToolbar?\tcocoa\nHow to split and dispatch an async control-flow using Continuations?\tscala\ndead-tree periodicals on Mac development?\tcocoa\nWhat is an effective way to  track, identify and report every 'error message raised by your application similar to Oracle's ORA-00237 database error codes?\toracle\nAdding Block in existing module of magento\tmagento\nUse Oracle Exception\toracle\nOSX: changing path of dylib\tosx\nHow to create argument tokens (C++ in Unix)\tbash\nSubversion auto-props woes\tsvn\nNested transactions in LINQ to SQL\tlinq\nPushing from subversion to web server\tsvn\ntrap event when new wordpress post is added in a certain category\twordpress\nError commiting data in subversion\tsvn\nStarting editing on a Row as soon as it is Added.\tcocoa\nCan I coerce Apache into not including a WWW-Authenticate header for failed HTTP Basic Auth?\tapache\nWhat reporting is available for svn?\tsvn\nSharePoint List Subscriptions\tsharepoint\nHow to import code to Subversion?\tsvn\nShowing an array of certain pages with WP_Query in Wordpress\twordpress\nEfficient Alternative to Outer Join\toracle\nJquery, Ajax form and redirection\tajax\nOracle: Altering JOB_QUEUE_PROCESSES question\toracle\nStructure/class in matlab?\tmatlab\nExcel date to Unix timestamp\texcel\nIs it possible to change the content type on nodes in Drupal 6?\tdrupal\nProblems with Multiple QApplications\tqt\nHow to do monthly refresh of large DB tables without interrupting user access to them\toracle\nExcel formatting question, default line color\texcel\nUsing different Web.config in development and production environment\tvisual-studio\nHaskell : ++ difference\thaskell\nMagento: externally get relative URL's to categories.\tmagento\nSource Control for Matlab\tmatlab\nWordpress FORCE UPDATE of permalink settings\twordpress\nWhy does this explicit call of a Scala method allow it to be implicitly resolved?\tscala\nApache + mod_lisp + clisp\tapache\nWhy does `Array(0,1,2) == Array(0,1,2)` not return the expected result?\tscala\nDoes the VS disassembly window show the whole EXE?\tvisual-studio\nHelp me make this bash script pretty, or just less ghastly\tbash\nWhere can I systematically study how to write Mac OS X device drivers?\tosx\nBest Flex Framework with Spring\tspring\nWhat is a decent SVN monitoring tool?\tsvn\nAlias an URL in Apache in order to route requests on a certain URL through a PHP-script\tapache\nHow do you install GHC into Cygwin or point Cygwin to GHC?\thaskell\nHow is (==) defined in Haskell?\thaskell\nCreating Secure Extranets Using Drupal Organic Groups, LifeRay Social or Alfresco Share\tdrupal\nDowncasting and Linq\tlinq\nHow to make the apple script file configurable ?  can apple scipt file, shipped from window ?\tosx\nHow can I change the way NSButtonCell objects highlight when clicked?\tcocoa\n\"How do I create a \"\"virtual\"\" folder in a Visual Studio 2008 project?\"\tvisual-studio\nHow do I use the return value of a sheet to decide whether or not to close a window?\tcocoa\nInverse lookup table\tmatlab\nBash scripting call to AWK\tbash\nCaused by: java.lang.NoSuchMethodError: org.springframework.beans.MutablePropertyValues.add(Ljava/lang/String;Ljava/lang/Object;)Lorg/springframework/beans/MutablePropertyValues;\tspring\nAutofiltered List; cross-row formula\texcel\nIs GHC able to tail-call optimize IO actions?\thaskell\nmagento template creation\tmagento\nDrupal - Breadcrumb and 'In this section'\tdrupal\nHow to map these classes with Hibernate?\thibernate\nhow to attach an event receiver to a custom list in sharepoint?\tsharepoint\nHow to diagnosis OSX app crash from error log?\tosx\nCustom whiteSpace using Haskell Parsec\thaskell\nFile Conversion using cocoa\tcocoa\nHow do I properly branch post-commit and revert the trunk in svn?\tsvn\nDrupal CC/Views - new fields not showing up in CCK\tdrupal\nfilterMap scala\tscala\nHibernate - why use many-to-one to represent a one-to-one?\thibernate\nWhy do i get a timeout issue on a linq query\tlinq\nAlign tab in QTabBar from left\tqt\nSVN checkout the contents of a folder, not the folder itself\tsvn\nhow do I add a parameter to an ajax call using jquery?\tajax\ndelete entity that map with another entity\thibernate\nHow can I read contents from Spring Messagesource within a Enum?\tspring\n\"Can you add custom T4 Templates to the VS2008 \"\"Add New Item\"\" dialog?\"\tvisual-studio\nHow do I edit the output of a bash script before executing it?\tbash\nBash and Test-Driven Development\tbash\nIn What table in Drupal is the current version of core (Drupal) stored?\tdrupal\nDrupal Best Practice for Settings on Content Type Edit Forms?\tdrupal\nHow do you create inputs for custom options in the Magento admin\tmagento\nBASH apache to seek particular file name\tapache\nWhy does Hibernate try to delete when I try to update/insert? WTF?\thibernate\nSpring MVC + Oracle LOBs + Streaming\tspring\nUnable to get all fields of a list using GetListItems in sharepoint web services\tsharepoint\nHow to manage a large dataset using Spring MySQL and RowCallbackHandler\tspring\nIs there a statement to prepend an element T to a IEnumerable<T>.\tlinq\nCan the SVN and HTTP protocols be used safely on the same repository simultaneously?\tapache\nQt - Keyboard layout\tqt\nHow to highlight calculated fields in an Excel spreadsheet?\texcel\nOracle Throwing SQL Error when creating a View\toracle\nApache HSSF POI excel doc to tab delimted file\tapache\nscala: PartialFunction with state\tscala\nHaskell function composition question\thaskell\nHow can I publish a subversion repository to a local IIS?\tsvn\n\"How to disable Visual Studio macro \"\"tip\"\" balloon?\"\tvisual-studio\nChanging the Node Creation Title in Drupal?\tdrupal\nBASH - Single quote inside double quote for SQL Where clause\tbash\nBlueHost vs. VNhosting for Drupal\tdrupal\nTool to view the contents of the Solution User Options file (.suo)\tvisual-studio\n\"Magento - Custom Products Ordered Report - How to Extend using \"\"local\"\" code pool?\"\tmagento\nJava coding best-practices for reusing part of a query to count\thibernate\nApache rewrite certain urls to seperate part of codebase\tapache\nHow do I copy a range in vba?\texcel\nVirtualhost For Wildcard Subdomain and Static Subdomain\tapache\nTurn in Matlab a line into a matrix\tmatlab\nBest Practice for Spring MVC form-backing object tree initialization\tspring\nHow to enable context menu on a VerticalHeaderItem inside a QTableWidget?\tqt\nHow would you make a status item's title be an image not text?\tcocoa\nGNU make --jobs option in QMAKE\tqt\nHow Do I Rollout WP-Cache To 1000 WordPress Blogs?\twordpress\n\"What is \"\"Linq to SQL\"\"?\"\tlinq\nWordpress Error - Needs a fix\twordpress\nMore elegant SQL?\toracle\nShark crashes on processor bandwidth trace\tosx\nEditing Excel Spreadsheets easily with the SDK\texcel\nDrupal - Webform element theming\tdrupal\nProblem calling ASP.NET AJAX WebServiceProxy.invoke() Javascript method\tajax\nStarting and controlling two instances of excel within my program?\texcel\nWordpress first run show a 404 error\twordpress\nscala: suggestion for an idea for a hands on session\tscala\nHow to update SPItemEventReceiver assembly version for a list in SharePoint?\tsharepoint\nDon't display stock counter for bundle products\tmagento\nWhat does padColor(:,:,1) mean in MatLab?\tmatlab\nGetting Exception for Spring File upload (Urgent)\tspring\nMATLAB: Why 24.0000 is not equal to 24.0000  ?!!!\tmatlab\nNew project or bransh?\tsvn\nBest way to remove from NSMutableArray while iterating?\tcocoa\nCreating polymorphic recursive types in Haskell\thaskell\nTesting Spring @MVC annotations\tspring\nways to get the middle of a list in Haskell\thaskell\nQt & double buffering - are there any neat tricks to capture pixels or manipulate the back buffer?\tqt\nHow can I make XOR work for logical matrix in MATLAB?\tmatlab\nMany-value map in Scala\tscala\nHow do you copy text from Firefox in Windows to bash shell in Unix?\tbash\nHow does an OS X installer package calculate required space?\tosx\nSql Server 2005 and Linq Transactions\tlinq\nHow to implement Abstract Factory pattern in Spring-AOP?\tspring\nHints and advice when moving a drupal site to another domain?\tdrupal\nHow do I programatically turn off show pages in navigation for sharepoint\tsharepoint\nMagento admin panel is completely blank. Nicht gut.\tmagento\nWordpress Custom Field\twordpress\nQListView/QListWidget with custom items\tqt\nDisplaying partially Unicode encoded data via AJAX/innerHTML\tajax\nHow can I use SimpleFormController with Validator with Spring 3?\tspring\nHaskell : Type casting Int to String\thaskell\nhow to upload a file with ajax,like what gmail does?\tajax\nForce an IQueryable to execute?\tlinq\nAutomating Excel using ASP.NET\texcel\nBeginning oracle and sql\toracle\n\"Magento \"\"adminhtml/system_config_backend_image_favicon\"\" Error\"\tmagento\nMatlab generate random numbers\tmatlab\nWhat are all the instances of syntactic sugar in Scala?\tscala\nHow to record the ouput of executable running with bash script and standard input?\tbash\nDrupal Custom Module - Menu Hook using Query String\tdrupal\nSpring WS calling .net web services\tspring\nHow to update a matlab GUI in the background?\tmatlab\nGet IP address of arriving data package\tcocoa\nJava Spring-Hibernate mapping question?\thibernate\nprogrammatically setting the `type` of an abstract type\tscala\nHow to find out master product of simple product?\tmagento\nWhat is scala -i command-line option supposed to do ?\tscala\nHow can I pass the output of a command as a compiler flag through a Qt project file?\tqt\nHibernate: find duplicates\thibernate\nAutomatically attach vs2005 debugger to a child processes\tvisual-studio\nrelocation R_X86_64_32 against a local symbol' error\tsvn\nWSS 2.0 - Customizing document library toolbar\tsharepoint\nsave data from editable division\tajax\nHibernate (with annotations) - how to get started\thibernate\nLooking for QT styling with borderless window Tutorial or how to\tqt\nWordpress > How to remove the default pages (about, hello world) via script\twordpress\nHow can I create a triangular matrix based on a vector, in MATLAB?\tmatlab\nCorrect way of integrating SVN source control and Visual Studio .NET 2005/2008?\tsvn\nHow to modify Sharepoint filetype icons depending on parts of the filename?\tsharepoint\nCan I use Spring roo in existing project that doesn't use Maven?\tspring\nGetting data into MATLAB from HTTPS\tmatlab\nInterface builder segmented controls?\tosx\nMagento 1.4 - Display category's image\tmagento\nCreating lazily initialized Spring beans using annotation based configuration\tspring\nSplitting data into two classes visually in matlab\tmatlab\nWhat is the proper indentation for bash scripts?\tbash\nDrupal Aggregator input format\tdrupal\nConcurrency with Linq To Sql Stored Procedures\tlinq\nMac OS X Terminal Colors\tosx\nHow to Customize ListView in QT\tqt\nLINQ to DataSets for MySQL Interop\tlinq\ndrupal 6: how to get data from a custom module in to a template file\tdrupal\nHow do I rename a bash function?\tbash\nWordpress - how to show just posts on main index\twordpress\nDefine DataSource bean on code\tspring\nQSqlQuery with International chars does not return a result\tqt\nExperience with SVN vs. Team Foundation Server?\tsvn\nVariable quantity columns report\tvisual-studio\nWhich programming language has very short context-free Grammar in its formal specification?\tbash\nMagento Store - Get Base URL in Static Block\tmagento\nHow do I make matlab legends match the colour of the graphs?\tmatlab\nHow can I display an environment variable from within Exce?\texcel\nDisplay new arrivals by category in Magento\tmagento\nReadOnly Property in Custom Column Types in Sharepoint\tsharepoint\nbash stacktrace\tbash\nmount a windows smb share on OS X as so it can be accessed by 'www' user\tosx\nHow do I time a Cocoa app?\tcocoa\nGetting sed to Replace Text With Argument\tbash\nOLEDB, Writing Excel cell without leading apostrophe\texcel\nExcel 2007 VBA FileSearch missing\texcel\nmagento custom optionprice as default\tmagento\ncan anybody help me with using wp_print_scripts, wp_enque_scripts, wp_head, wp_register_script\twordpress\nMySQL code fails to display category name (WordPress database)\twordpress\nSend file to Sharepoint using webservices: Error deserializing the object of type System.Byte[].\tsharepoint\nhow to define a structural type that refers to itself?\tscala\nhurry up !! Matlab\tmatlab\nMirroring perforce with SVK?\tsvn\nThe mac os tiger and About panel of Germany Version\tcocoa\nHibernate Delete Cascade\thibernate\nHow can I fix the background of wikipedia pages as displayed in Google Chrome?\tosx\nIs it a good idea to learn LINQ first, then SQL?\tlinq\nHow do I autorun an application in a terminal in Ubuntu?\tbash\nHibernate  : how to configure the Flush after every RW-D operation ?\thibernate\nHow do I use System.Net.WebRequest to access an .htaccess protected page?\tapache\nGoing transactionless with Hibernate\thibernate\nHibernate Update with 1:many mapping\thibernate\nHibernate persist order\thibernate\nwhat's the best practice to config Hibernate-Spring for multiple database relationship?\tspring\n\"Drupal exposed date filter: remove \"\"-Year\"\" from select\"\tdrupal\nDrupal form being rendered before submit action\tdrupal\nHow can I remove all my changes in my SVN working directory\tsvn\nVersion control PHP Web Project\tsvn\noutlineView:dataCellForTableColumn:item: has strange side effect\tcocoa\nImplementing Search As You Type in Excel 2003\texcel\nRemove all spacing in QGridLayout\tqt\nHow to force magento to use full product path?\tmagento\nAdd a common namespace reference by default to all pages in a project\tvisual-studio\nSystem.Runtime.InteropServices.COMException : This command is unavailable because the license to use this application has expired.\texcel\nByteStrings in Haskell\thaskell\nVisual Studio - Can I export templates via command line?\tvisual-studio\nHibernate doesn't save and doesn't throw exceptions !?!\thibernate\nHow to stop a web site from listing contents of user directory\tapache\nleft side menu in magento modern theme\tmagento\nHow useful is NSObject's isMemberOfClass: method?\tcocoa\nQApplication\tqt\nVertical scrollbar scrollup-scrolldown images look jagged on Qtopia machine\tqt\nSimple AJAX Submit and update mysql\tajax\nHow to dynamically reconfigure Drupal's jQuery-based autocomplete at runtime?\tdrupal\nWhat is the best Ruby on Rails environment for a Visual Studio user?\tvisual-studio\nSliding window algorithm for activiting recognition MATLAB\tmatlab\npersistence.xml ignores Hibernate and chooses DataNucleus\thibernate\nHow do i get wp nonce value for my php libcurl script\twordpress\nHas anyone ever encountered a Monad Transformer in the wild?\thaskell\nLinq: get articles with top vote count\tlinq\nBash Completion: What can we do with it, what lies in the future.\tbash\nCompare Products Sidebar Item Doesn't Show Products\tmagento\nhow to specify a bean as non lazy with annotations\tspring\nPossible to make a  producer/consumer obj in Scala using actors 'threadless' (no receive...)?\tscala\nYour experience with Scala+Wicket\tscala\nAjax and a restricted uri\tajax\nHibernate polymorphism\thibernate\nwhat is the scheduling algorithm followed in mac os ?\tosx\nworpdress custom field problem\twordpress\nIn qt 4.5, is it possible to have resources in a statically linked plugin?\tqt\nDrupal: listing content types with content count\tdrupal\nCan Hibernate's @Version consider changes in related entities?\thibernate\n[bash] Fill placeholders in file in single pass\tbash\nGetting started with Oracle application development\toracle\nSimple tooltip plugin/js for rails\tajax\nFor C++ MacOSX app, what threading library to use?\tosx\nIs there any api for getting the value of UseCanonicalName in Apache WebServer?\tapache\nConditional .htaccess RewriteRule parameter\tapache\nAwk strftime on Mac OS X\tbash\nCrossing axis and labels in matlab\tmatlab\ninputbox and menubox simultaneously\tbash\nTransfer List with Attachments from SharePoint 2003 to SharePoint 2007\tsharepoint\nhow to check Excel Server is present or not?\texcel\nUnable to publish web app: SpringSource Tool Suite problem?\tspring\nPorting a Qt Application from Linux to Windows\tqt\nCondition to check whether cell is readonly in EXCEL using C#\texcel\nAny tools or scripts to automatically migrate content from RoboHelp to Sharepoint?\tsharepoint\n[POSTGRESQL] How to map the type Interval in Hibernate ?\thibernate\nHibernate: OutOfMemoryError persisting Blob when printing log message\thibernate\nImport Excel File into Oracle\toracle\n\"How do I disable the \"\"smart insert\"\" function that is bound to the Tab key in the Visual Studio emacs mode?\"\tvisual-studio\nHow do you structure your SVN repository?\tsvn\nCan I create a COUNTIF calculated column in SharePoint?\tsharepoint\nCombine tab-separated value (TSV) files into an Excel 2007 (XLSX) spreadsheet\texcel\nMake sure int variable is 2 numbers long, else add 0 in front to make it 2 numbers long\tbash\nA DSL for Linq Queries - looking for ideas\tlinq\nWhy is my cocoa program getting EXC_BAD_ACCESS during startup?\tosx\nStuck with JVM, Sick of Java... Where to go?\tscala\nScala 2.8 and Lift status\tscala\nConverting from prototype to jQuery - javascript / ajax\tajax\nUsing large Collections in VB.NET\texcel\nHow do you customize the RSS feeds in SharePoint\tsharepoint\nHow best to export native data to Excel without introducing dependency on Office?\texcel\nDrupal: how to set theme language programmatically?\tdrupal\nMATLAB feature function\tmatlab\nMOSS 2007 Search Center. Altering Scope of a Search\tsharepoint\nHelp Constructing an Oracle SQL with Condition\toracle\nSharepoint - Question on renaming folders\tsharepoint\nSet up a specific SVN Repository\tsvn\nScala and Lift and SessionVar that loses it contents\tscala\nHow to set up USB CDC drivers on Mac OS X?\tosx\nnargin vs exist\tmatlab\nHow to use RewriteRule in Apache to redirect from /abc/ to /abc?\tapache\nUsing generic methods with implicit type conversion\tscala\nOracle: symbolic names and logical grouping for ORA-XXXXX codes?\toracle\nHow do I set the window tile for a SQL*Plus (Windows) instance?\toracle\nHow to add several dependent records with LINQ2SQL\tlinq\nIssue Working w/ Relative Path in Excel 2007 VBA\texcel\nMagento - Show Custom Attributes in Grouped Product table.\tmagento\nType-conditional controls in Haskell\thaskell\nHibernate 'tableless' enum mapping?\thibernate\nBash completion for make with generic targets in a Makefile\tbash\nModel generation for manually entered page in Spring framework\tspring\nMultiple actor invocation from blocking call\tscala\nConversion SQL to LINQ\tlinq\nRetrieve all Foo from Hibernate second level cache without a query cache?\thibernate\nSQL to search objects, including stored procedures, in Oracle.\toracle\nAlternative to poseAsClass in Mac OS X 10.5 and higher?\tcocoa\nConfusing LINQ statement\tlinq\nDrupal field with mp3 files in - play as playlist with titles\tdrupal\nError handling in Haskell with Either monad\thaskell\nLaunchd Relaunch App on Quit\tcocoa\nreading data from Excel file prior to version 95\texcel\nHow to program MATLAB's GUI\tmatlab\nAny problems with SVN merge on a multi column ( tab delimited ) text file?\tsvn\nPlotting 4 curves in a single plot, with 3 y axes\tmatlab\najax request :document.getElementByID('txtHint).innerHTML\tajax\nHow do I reference a diagram in a DSL T4 template?\tvisual-studio\nhow many (generic ?) class wordpress have ?\twordpress\nSVN:List all checked in files\tsvn\nInjecting Log4J loggers with Spring\tspring\nHow to confire Apache to work as proxy (load balancer) for j2ee server?\tapache\n2 customer created with master slave configured\tmagento\nAre there any an OS X equivalent to `hcitool`?\tosx\nMagento - How to query admin's role name?\tmagento\nWordPress Write Cache Problem with Multiple Sessions\twordpress\nIs it a rule that unapply will always return an Option?\tscala\nChanging a hibernate many-many mapping based on software license flags\thibernate\nCan a query from an Oracle to a DB2 through a dblink block the DB2 table?\toracle\nUsing functional programming in the real world\thaskell\nAccessing SSH key from bash script running via a cron job\tbash\nHow do I create subdomain redirects using .htaccess?\tapache\nJavascript: achieving the Google Ad AJAX effect\tajax\ncreating new records using REST and AJAX\tajax\n\"Can you create a \"\"Comments\"\" section in a SharePoint wiki?\"\tsharepoint\nRun bash script as source without source command\tbash\nhow would you query this in linq?\tlinq\nOverloading on return type ???\tscala\nAutomatically adding .Net code comments\tvisual-studio\nWhere is the log file when I'm using svn+ssh?\tsvn\nDynamically display Edit Control Block menu item in SharePoint\tsharepoint\ncreating custom pages with jquery php\tajax\nHow to set cookie in magneto\tmagento\nWorking around NSFileHandle NSTask blocking when passing large amounts of data\tcocoa\nHow to Convert SQL server to Oracle ?\toracle\nHow to handle authentication through AJAX with a java web app that uses form based login\tajax\nRun CMD equivalent in OSX?\tosx\nHow do I work with and XML tag within a string?\tlinq\nAdding  libraries in /usr to xcode\tosx\nColumn not found: 1054 Unknown column 'category_ids' in 'field list'\tmagento\nWordpress as CMS, Without Using It As Website Platform\twordpress\nSpring configuration error\tspring\nF# VS Haskell, Which is better for general purpose programming?\thaskell\nVisual Studio: Detecting unneeded Assemblies\tvisual-studio\nHow do you acess a property of a bean for reading in a spring xml config file?\tspring\nExcel 2002 Web Query screwing up en-GB dates\texcel\nHow can I change the tick marks scale in MATLAB?\tmatlab\nWordPress Media Manager cannot rename my images?\twordpress\nDrupal: using Rules, apply pathauto settings to node\tdrupal\nWhats the best way to create a Smart Part in SharePoint?\tsharepoint\nHow to let the user switch language in playframework 2\tscala\nPlotting Bessel function in MatLab\tmatlab\nGUI And Command line SVN Client\tsvn\nInfopath doesn't render background colors/pictures w/ Outlook Task/Sharepoint\tsharepoint\nFor iPhone dev, using the latest mac mini, which iphone sdk to get?\tosx\nHow to remap properties in LINQ?\tlinq\nCombine two counting queries into one Boolean query\tlinq\nWhat is difference between DELETE_ORPHAN and DELETE ?\thibernate\n\"What would be a good way to add \"\"friendly\"\" column names to a LINQ to SQL model?\"\tlinq\nHow to draw (semi-)logarithmic 3d plots? (Matlab)\tmatlab\nLogin to a site and then POST to a page in it\tbash\nManage widgets from page edit screen\twordpress\nHibernate sequence weirdness with DB2\thibernate\nIs there any reason why you all want to be notify whenever someone commit some codes?\tsvn\nMac OS X: Where should I store save games for a game delivered as a bundle?\tosx\nmagento - Allow Countries - What does this mean?\tmagento\nHow to convert indexed bitmap images to non-index binary bitmap and replace in place?\tmatlab\nHow to migrate all URL's in svn:externals properties across a repository?\tsvn\nIs there a way in Linq to apply different calculations based on different conditions\tlinq\nWhy does an Excel VSTO addin run slower on a higher spec machine ?\texcel\nNSAlert WITHOUT bouncing dock icon\tcocoa\nWill memcache help with expensive MySQL queries? (Drupal site)\tdrupal\nUsing MonadError with Parsec\thaskell\nHow can I turn these LINQ joins into LEFT OUTER joins?\tlinq\nMimicking SQL Insert Trigger with LINQ-to-SQL\tlinq\nMagento - create a helper class\tmagento\nSharing JMS and Hibernate transactions in a Spring MDB using Oracle Streams AQ?\tspring\nAutomatic dynamic binding in spring\tspring\nHow do I use PIA to open an Excel workbook and save the first sheet to a text file?\texcel\nWhy is Apache's RewriteRule revealing local paths?\tapache\nVisual Studio + Crystal Reports + SourceSafe = auto checkout\tvisual-studio\nhow to implement pay pal in cocoa objective C application.\tcocoa\nConvert time fields to strings in Excel\texcel\nCustom styles for custom widgets in QT\tqt\nHow do I combine monads in Haskell?\thaskell\nOptimisations for a series of functions in Haskell\thaskell\nModalPopupExtender Performance Issues\tajax\nPLS-00306 error on call to cursor\toracle\nMac OS X Programming and distribution\tosx\nSpring 3.0 vs J2EE 6.0\tspring\nHow can I retrieve a list of a Wordpress page's sibling pages?\twordpress\nHow to make Subversion (or any program) perform periodic commits?\tsvn\nScala Parser Token Delimter Problem\tscala\nQt equivalent of .NET data binding?\tqt\nHow to get linq to produce exactly the sql I want?\tlinq\nMagento Checkout : Get Subtotal Value without iterating\tmagento\nchange post date on a wordpress post\twordpress\nArchive log transfer from Oracle 9i to Oracle 10g\toracle\nCan spring transactions unsynchronize a synchronized method?\tspring\nSpring WS & Validator interceptor\tspring\nread folders and any document properties from excel?\texcel\nHow to get SQL from Hibernate Criteria API (*not* for logging)\thibernate\nSharing PHP-CGI between Apache and NGINX\tapache\nMATLAB : frequency distribution\tmatlab\nSave blob to DB using hibernate\thibernate\nHierarchical navigations on SharePoint publishing sites\tsharepoint\nLaunch an app on OS X with command line\tosx\nDrupal module nested menu items\tdrupal\nSharepoint problem saving a file over an existing file in a document library\tsharepoint\nLINQ: Dot Notation vs Query Expression\tlinq\nHaskell optimization of a function looking for a bytestring terminator\thaskell\nIphone Programming in Mac OS X runnning not in a Mac Computer\tosx\nUsing @Table with schema name in Hibernate 3.3.1ga and HSQLDB\thibernate\nHelp Wordpress contact form 7 issue with input widths on radio buttons?\twordpress\nSpring 3.0 and SOAP - What's best practice?\tspring\nWordpress: Having trouble displaying data Child Page's Custom Fields correctly\twordpress\n\"How to do an \"\"in\"\" query in entity framework?\"\tlinq\nhow to store a variable in a file in matlab\tmatlab\nCocoa - Localized string from NSDate, NSCalendarDate...\tcocoa\nhow to disable the alter panel caused by NSAlter automatic?\tcocoa\nIs there a .NET port of Drupal?\tdrupal\nJavascript/css/php/mysql to collect user email addresses on a placeholder website.\tajax\nHaskell Parsec compile error\thaskell\nImporting text files with comments in MatLab\tmatlab\nSharePoint - get value of calculated field without manual parsing\tsharepoint\nWhy is Excel VBA giving me an error for a dynamic Range?\texcel\nHow do I build a QT console app in 64 bit on Mac OSX?\tqt\nSpring Sample Application\tspring\nFinding incorrectly-formatted email addresses in a CSV file\texcel\nLooking up document library items in a SharePoint workflow\tsharepoint\nAjax library for PHP\tajax\nSetting classpath for a Java stored procedure in Oracle\toracle\n\"What's the difference between \"\"&> foo\"\" and \"\"> foo 2>&1\"\"?\"\tbash\nHibernate not creating correct fields for Clobs in MySQL\thibernate\nQt: Python tcp client sends data over socket. How to read these bytes with Qt ?\tqt\nCross-correlation coefficient\tmatlab\nAre there such things as variables within an Excel formula?\texcel\nHow can I create a 'source list' on Mac OS X?\tosx\nSetting focus on QLineEdit while showing the QListView view\tqt\nUsing '_svn' directories instead of '.svn' in a working copy\tsvn\nLeft outer Join with LINQ\tlinq\nVisual Studio equivalent to Delphi bookmarks\tvisual-studio\nHow to stop an NSInvocationOperation?\tcocoa\nHow to abort a running program in Matlab?\tmatlab\nSharePoint Form Library: Programmatically or Stsadm command to change content type to custom form template\tsharepoint\nHow to structure Haskell code for IO?\thaskell\ncomparing modem.oqpsk probability error and ber\tmatlab\nFinding Ajax Post URL Without Access to Source\tajax\nSynchronize data between frontend and backend\tajax\ncocoa + display digital certificates\tcocoa\nScala version of Rubys' each_slice?\tscala\nPattern matching for equality\thaskell\nSafeguard against forgetting to configure transactions in spring\tspring\nHow can you tell if a directory is writeable in Objective-C?\tosx\nWordpress get_the_ID() returns nothing but get_the_title() returns title?\twordpress\nAccidental overwrite of OSX Python system framework\tosx\nMaking Movies from a set of images on a mac\tosx\nCocoa - Singleton object: Where to initialize member variables?\tcocoa\nLINQ to SQL deployment problem\tlinq\nHow to get the hour and minutes difference between 2 datetimestamp in Excel?\texcel\nHow can i find XElement using linq\tlinq\n\"What is the difference between \"\"AS\"\" and \"\"IS\"\" in an Oracle stored procedure?\"\toracle\nSpring security problem, Error creating bean with name 'org.springframework.web.servlet.mvc.annotation.DefaultAnnotationHandlerMapping'\tspring\nMatlab Fraction to Floating Point\tmatlab\nHibernate query: find equal objects\thibernate\nIs there a Matlab-y way to find local maxima in an image?\tmatlab\nRunning Excel Macros Automatically under Linux.\texcel\nAre peekCString and peekCStringLen lazy?\thaskell\nHow to hide zero values in bar3 plot in MATLAB\tmatlab\nMagento SOAP API: fetching most sold products\tmagento\njs. scripts are into included into Drupal\tdrupal\nExcel - Open Multiple Windows and Tile on Sheet Tab Click\texcel\nOS X: Determine Trash location for a given path\tosx\nAutomatic Request to a web Page\tajax\nHow can I launch a script from the MacOS X dock?\tosx\nGet children count via HQL\thibernate\nA First Chance Exception\tvisual-studio\nTimeout a command in bash without unnecessary delay\tbash\nOpenGL / C++ / Qt - Advice needed\tqt\n\"How can \"\"Modified By\"\" be changed when using RunWithElevatedPrivileges?\"\tsharepoint\nRemoving rows from QTreeWidget (qt programming)\tqt\nWhat is the difference between a view and a stream?\tscala\n\"\"\"Lights Out\"\" Automated Scheduled Batch Creation of Excel Workbook?\"\texcel\nORA-01830: date format picture ends before converting entire input string\toracle\n\"Bash: Extract last parameter from \"\"$@\"\"\"\tbash\n\"\"\"svn up\"\" command says entity too large\"\tsvn\nHow to change the title bar text of Visual Studio\tvisual-studio\nhow to get the attribute group in magento\tmagento\nRecompiled Qt libraries with VS, now why won't Qt Creator compile?\tqt\n.htaccess files when hosting Drupal 6 sites on IIS 7?\tdrupal\nScala and html: download an image (*.jpg, ect)  to Hard drive\tscala\nSQL: Counting number of occurances over multiple columns in Oracle\toracle\nAvoiding AppleScript through Ruby: rb-appscript or rubyosa?\tosx\nim confused with apache vhost\tapache\nHow do I obtain the id of a workflow created in Sharepoint Designer?\tsharepoint\nSVN Repository Structure - Why is this better?\tsvn\nIssues with a drupal form submission with a checkbox whose value is 0\tdrupal\nVisual Studio: ContextSwitchDeadlock\tvisual-studio\nDrupal Themes\tdrupal\nUsing lazy evaluation functions in varargs\tscala\nHow do I handle unicode user input in Scala safely (esp XML entities)\tscala\nWordPress 'comment is awaiting moderation.' message not appearing when a comment is submitted?\twordpress\nHow to determine function name from inside a functoin\tbash\nwhat is a feature in sharepoint?\tsharepoint\nDuplicate rows when using orderby, Skip() and Take() with LINQ\tlinq\nChained comparisons in Scala\tscala\nExtending existing data structure in Scala.\tscala\nHow do I use user defined Java classes within Matlab ?\tmatlab\nHow to use the scala dispatch library to send a post request to the server in the Lift ?\tscala\nScala XSD library\tscala\nRegex match a string with spaces (use quotes?) in an if statement\tbash\nAny ideas why QHash and QMap return const T instead of const T& ?\tqt\nHow to maintain scroll position after postback in web application created in visual studio 2003\tvisual-studio\nAjax implementation in sharepoint\tajax\nShort Circuiting sort\thaskell\nKill random process with name\tbash\nMSTest copy file to test run folder\tvisual-studio\n\"Why delete-orphan needs \"\"cascade all\"\" to run in JPA/Hibernate ?\"\thibernate\nCan I copy files to a Network Place from a script or the command line?\tsharepoint\nHow to create an Oracle sequence starting with max value from a table?\toracle\nVisual Studio project template multiple Project Types\tvisual-studio\nWhy does this take so long to compile in VCC 2003?\tvisual-studio\nproblem with RewriteRule and apache\tapache\nDrupal: Add onchange code to option_widgets in form_alter?\tdrupal\nAdd-In for Visual Studio - How to access solution explorer\tvisual-studio\nExtract the last directory of a pwd output\tbash\nWordpress: Insert shortcodes inside attributes of other shortcodes\twordpress\nbash, dash and string comparison\tbash\nPopulate an NSTokenField with tokens from a container of objects\tcocoa\nWhat causes Visual Studio 2005 Out-Of-Order Command Line Builds?\tvisual-studio\nSubversion merge Trunk to Branch\tsvn\nHow to make ajax faster and a ajax loaded Reply text field like on orkut\tajax\nSpring and Stripes Security Design\tspring\nUp to date asp.net page\tajax\nGetting object instance by string name in scala\tscala\nIs it possible to communicate with the Visual Studio debugger programmatically while debugging?\tvisual-studio\n\"How to do a \"\"where in values\"\" in LINQ-to-Entities\"\tlinq\nIs there a performance hit with Spring if I use component-scan and make the base-package my root package?\tspring\nBreakpoints behaving strangely in visual studio\tvisual-studio\nMagento extension giving problem at time of install\tmagento\nRemoving title from wp_list_cats()\twordpress\nDo I need to SubmitChanges after executing a stored procedure with Linq-To-Sql?\tlinq\nDevelop SharePoint web parts in ASP.NET\tsharepoint\nHaskell - Use Just or no Just made difference, but I don't know why...\thaskell\nhibernate how to create createalias left join?\thibernate\nTrying to establish a connection\tosx\nSpring MVC 3 Validation - Unable to find a default provider\tspring\nWhy is Magento so slow?\tmagento\ntips for manual merge of diverged code\tsvn\nSQL command to LINQ (pivoting)\tlinq\nWORDPRESS: Hacking Comment Form to act like Tell a Friend\twordpress\nIn javascript, how can I uniquely identify one browser window from another which are under the same sessionId\tajax\nHaskell question about function\thaskell\ncannot display view after handler call it\tspring\nregular expression grabbing X amount of values out in linux bash\tbash\nMagento 1.4 - Displaying some products under specific category\tmagento\nExclusionary Set Syntax with Linq, VB\tlinq\nHow do I put an QImage with transparency onto the clipboard for another application to use?\tqt\nALiasing fields in linq.\tlinq\nWhich XML parser for XML is better?\thaskell\nHow do I use qmake to build multiple binaries in a single project?\tqt\nSpring Properties File\tspring\nQt commercial licenses?\tqt\nIs it possible to have different SharePoint web applications authenticating against different sub-domains in AD?\tsharepoint\nWhat's the best C# code highlighting plugin for wordpress?\twordpress\nFK and M2M realtions in Magento\tmagento\nSpring's JMS Design Question : Decouple processing of messages\tspring\nApache Changelog: 2.2.12 and 2.2.14\tapache\n\"Error \"\"stopped because I can't continue\"\" in SQLLoader - DIRECT mode\"\toracle\nModule 'eAccelerator' already loaded php warning\tapache\nXCode Linking build error\tcocoa\nMaking row ranges adjust\texcel\nIdeal way to single instance apps on the Mac\tosx\nCocoa: [statusItem setView:myView] makes a white bar menu item no matter what\tcocoa\nIs it possible to checkout files from subversion without those .svn folders?\tsvn\nmaximize frame on startup  in wxHaskell\thaskell\nIs there a means to produce a changelog in SVN\tsvn\nHibernate lazy initlaization exception\thibernate\nOracle single-table constant merge with CLOB using JDBC\toracle\nMacOS X. No such file or directory for Lua framework.\tosx\nQLineEdit: how to handle up and down arrows?\tqt\nAUTOINCREMENT IN ORACLE\toracle\nchanging param value of object in html using ajax\tajax\nHow do do ajax navigation on pageload ?\tajax\nDynamically change url or WordPress theme if UserAgent is iPhone.\twordpress\nDrupal: Fivestar Block with voting axis\tdrupal\npl/sql REPLACE() function isn't handling carriage-returns & line-feeds\toracle\nI'm using spring, hibernate and mysql. How can I let my app create the table automatically.\tspring\nAJAX on localhost using IIS and php and MySQL\tajax\nOnQuickLaunch is ignored\tsharepoint\nInt list returned by LINQ query\tlinq\nAutomatically adding specified text at beginning of files in VS 2008\tvisual-studio\nmodem.oqpskmod - converting array of different values to array of 1s and 0s\tmatlab\nHow to make disconnected objects connected by adding a shortest path using MATLAB?\tmatlab\n\"\"\"Shop By \"\" Feature in category page magento\"\tmagento\ntruncate output in BASH\tbash\nHow to design Floating tool bar in Qt 4.5.2\tqt\nHow can I load an NSImage representation of the icon for my application?\tcocoa\nRedirect all page on a domain to one file\tapache\nbest way to manage team membership in drupal-based site\tdrupal\nHow to disable the Quit func under the mutilDocument environment ?\tcocoa\nHow to print an array to a .txt file in Matlab?\tmatlab\n\"Linq to SQL how to do \"\"where [column] in (list of values)\"\"\"\tlinq\nWhat is the drupal way for wysiwyg reply edit box?\tdrupal\nProcessBatchData create strange folder name\tsharepoint\nWhat Content Management does your workplace use?\toracle\nSpring JTA configuration - how to set TransactionManager?\tspring\nNSDatePickerElementFlags for NSDatePicker row editor returned from [NSPredicateRowEditorTemplate templatesWithAttributeKeyPaths:inEntityDescription:]\tcocoa\nXML inside an XElement\tlinq\n.NET Install Package Sometimes Not Completely Removing Previous Versions\tvisual-studio\nEnabling management of content types on SharePoint lists via web service\tsharepoint\nExcel BIFF file format - cell type for date\texcel\nStop writing blank line at the end of CSV file (using MATLAB)\tmatlab\nURL rewriting with mod_rewrite\tapache\nHow to separate J2EE web application for apache and tomcat\tapache\nexpand data into unmerged cells\texcel\n.HTACCESS File causing Internal Server Error\tapache\n\"When upgraded wordpress, got an error \"\"Fatal error: Call to undefined function require_wp_db()\"\" How to fix?\"\twordpress\nObtaining an object state\thibernate\nHow do I check if a user has the 'manage_options' capability in WordPress?\twordpress\nRetrieving HTTP status code from loaded iframe with Javascript\tajax\nHow to create a new figure in Matlab?\tmatlab\nerror wordpress, adjusted sidebar.php to show latest 10 posts\twordpress\nwordpress image uploads\twordpress\nHow to show a title of  document window without icon?\tcocoa\nCan I create a custom web-level site definition for use in a Publishing Portal site collection?\tsharepoint\nHow does Qt implements signals and slots?\tqt\nSpring Web Flow\tspring\nScala constructor overload?\tscala\najax request to download an excel file is showing me truncated response\tajax\nSVN manage settings between computers\tsvn\nLINQ to SQL - Updating Data Context Objects in Partial Classes\tlinq\nSimple Qt Embedded Window Question\tqt\nCan't change header logo in Magento?\tmagento\nExcel Interop - Efficiency and performance\texcel\nSharePoint Sites.ExportWeb return values\tsharepoint\nhDC for Excel chart\texcel\nStart Up Question..\tcocoa\nHow make difference between working version control directories?\tsvn\nHow can I run an Excel Add-in on Mutliple instances of Excel.exe\texcel\nNot a valid Office Add In\texcel\nAJAX and forms\tajax\nContent Being Echoed Below Footer in Category Post Template\twordpress\nOn Mac OS X 10.5 what determines PATH value before /etc/profile?\tosx\nNew to mac development - where should I begin?\tosx\nUsing QSortFilterProxyModel with a tree model\tqt\nScala Swing event framework - where do I add my reactors?\tscala\n301 all 404s to homepage\tapache\nmaxElementsOnDisk from EHCache to TreeCache\thibernate\nAdd multiple hist fit to a figure, without the hist\tmatlab\nBash: How _best_ to include other scripts?\tbash\nWordPress Plugin Coding Problem\twordpress\nChanging WordPress URL structure while maintaing the proper 301 redirects with mod_rewrite\twordpress\nAttach existing VS.NET 2008 instance that's already debugging as JIT debugger\tvisual-studio\ncan any one tell me which is the best way to learn spring\tspring\nDrupal: Template Files, Modules and Content Types for Advanced Theme\tdrupal\nmacosx: introducing delay between paste and enter or between keystrokes\tosx\nHave Magento respond to several domains with the same store\tmagento\nHow to read text fields into MATLAB and create a single matrix\tmatlab\n\"Phonon VideoWidget error: \"\"the video widget could not be initialized correctly\"\"\"\tqt\nQt4: QAbstractTableModel Drag and Drop w/o MIME\tqt\nspring component scan for classes\tspring\nPHP print() Arabic string.\tapache\nDynamically fill in form values with jQuery\tajax\nHibernate uses initial WHERE clause in subsequent queries\thibernate\nImplement votes for a page in a Sharepoint 2007 web?\tsharepoint\nBatch adding attribute to attribute sets\tmagento\ndrupal ubercart order update djano\tdrupal\nIs there a command which will print the path of the file in the repo-browser in the command line?\tsvn\nProblem with Authorization and variations in Sharepoint?\tsharepoint\nUnimporting in Scala\tscala\nAdding a required field validator to a SharePoint webpart\tsharepoint\nrequest scoped beans in spring testing\tspring\nStarting with Magento\tmagento\n[LINQ] Operations on Lambda Grouping\tlinq\nHow to get more categories listing from Magento in all page\tmagento\nMagento - Multistore implementation\tmagento\nMatlab converting a vector values to uint32\tmatlab\nmodify Magento's default Account dashboard\tmagento\nIdiomatic Scala Map manipulation\tscala\nHow to keep a file under N lines long?\tbash\nGeneric wildcards in variable declarations in Scala\tscala\nApache, LocationMatch: match query string\tapache\nHow to maintain slightly different software?\tsvn\ndraw triangle in image using matlab\tmatlab\nSort ArrayBuffer[A] in scala?\tscala\nTransparent image in QT\tqt\nDrupal performance: separate sites vs multisite configuration on single host?\tdrupal\njQuery Magic with hook_form_alter in Drupal\tdrupal\nVisual Studio Test Project - Does not copy folder on deployment\tvisual-studio\nError in creating alias in formula tag\thibernate\nApache directory listing\tapache\nMagento: how get one only product from collection?\tmagento\nHow to properly instantiate classes in Haskell?\thaskell\nHow can I program Excel to Work with Outlook?\texcel\nHow can I create a command line (unix/linux) instruction that uses variables to execute numerous commands?\tbash\nProblem with incomplete input when using Attoparsec\thaskell\nConvert SQL Query back to Linq Expression programmatically\tlinq\nDe-dupe files in BASH\tbash\nHow to create wordpress plugin - quote of the day - quote from external website\twordpress\nAJAX modal dialog, fire onload if referer == <whatever>\tajax\nHibernate: hibernate.hbm2ddl.auto=update show generated sql\thibernate\nApache Proxy 503 error :*(\tapache\nDrupal: URL to create new book\tdrupal\nOpenSSL in bash script\tbash\nError while loading xls file in matlab?\tmatlab\nbash check if user mount fails\tbash\nHow do you start debugging a Cocoa app with a URL?\tcocoa\nConverting from subarray coordinates to array coordinates\tmatlab\nIntegration of Magento with third party CRM, POS and ERP solutions\tmagento\nWordpress Wiki Integration\twordpress\nHow do you store dependencies of you program, and tests items deployement in your SCC ?\tsvn\nHow to get javascript to run after AJAX calls\tajax\nSVN Maintenance\tsvn\nWhat is wrong with this RewriteRule?\tapache\n[Excel/VBA] Determining the size of a merged area\texcel\nWordpress Posting News Items Side By Side, Not Stacked\twordpress\nPick Up curent user in bash on a mac\tbash\nDrupal 6 passing variables from Forms to Content, how to?\tdrupal\nApache problem on Mac\tapache\nHow to get the PID of a process that is piped to another process in Bash?\tbash\nhow to match a string wildcard pattern in an excel macro\texcel\nHelp me understand apache ab\tapache\nWhy doesn't ODP.NET 11 xcopy deployment work on a machine with Oracle DB 10 installed?\toracle\nProperly handling space and quotes in bash completion\tbash\nwordpress use in own template\twordpress\nHow to set QWidget cursor outside the GUI thread\tqt\nMatlab Embedded Coder: fft2 operation for uint8?\tmatlab\n\"Autocomplete Dropdown with Linkbuttons - or \"\"AJAX gone wild\"\"\"\tajax\nWhat should be in a two days Hibernate Training\thibernate\nHow to interpolate the coordinates of a vector on an image using matlab?\tmatlab\nHibernate findById isn't finding records that it previously found\thibernate\nHow to order by time and time only in C#??\tlinq\nModule development tutorial in Drupal\tdrupal\nMagento - locate specific core files\tmagento\nHow do I add an Microsoft AJAX auto complete textbox to an existing ASP.NET 3.5 SP1 web application project?\tajax\nOracle BPM Ajax to Fuego Object\toracle\nTable Name Troubles With Hibernate Named Query\thibernate\nMultiple simultaneous posts to DB with Linq\tlinq\nHow to automatically remove trailing whitespace in Visual Studio 2008?\tvisual-studio\nUpdated content is not loading, when working with AJAX.\tajax\nUsing QT with Directx\tqt\nQt dependencies between projects\tqt\nDoes Oracle 10g automatically escape double quotes in recordsets?\toracle\nDrupal site - Memcache Connection errors\tdrupal\nSpring Security Access role\tspring\nLinq and DeleteAllOnSubmit pain\tlinq\ninyect a mockups to a bean that has @autowired annotations\tspring\nLINQ multiple where clause\tlinq\nOracle 10gr2: prevent any dates that fall on a Sunday?\toracle\nChanging background image on succesive Ajax requests causes multiple GETs for same image\tajax\n\"Problem with \"\"not (a, b) in (select ...)\"\" in JPA query using Hibernate EntityManager\"\thibernate\nHow to use QMake's subdirs template?\tqt\n\"Why does this Haskell code produce the \"\"infinite type\"\" error?\"\thaskell\nHow did I get multiple lists with the same name in my SharePoint site?\tsharepoint\nDrupal: Taxonomy & Security\tdrupal\n\"How to created a \"\"singleton\"\" scheduled job in oracle?\"\toracle\nsave plot into image file in matlab: difference between saveas and print\tmatlab\n? Choosing a Subversion Server\tsvn\nmagento cutom module to edit product tab\tmagento\nShell script sort list\tbash\nWhat is the biggest mistake people make when starting to use LINQ?\tlinq\nOracle connections from a COM+ application\toracle\nHow to plot in circle instead of straight line axis in Matlab?\tmatlab\nI need to add a choice field to sharepoint that has values depending on the current selection.\tsharepoint\nIs it possible to persist (without reloading) AJAX page state across BACK button clicks?\tajax\nGetting an other program output as input on the fly\tbash\ncustom wordpress page\twordpress\nShortcut for subclassing in Scala without repeating constructor arguments?\tscala\nGetting the string representation of a type at runtime in Scala\tscala\nmagento product visibility\tmagento\nLinq query with group and condition\tlinq\nIs there a recommended number of lines of code per file?\tvisual-studio\nExcel 2007 Visual Basic Editor: eats spaces, throws cursor around\texcel\nHow to display placeholder value in WPF Visual Studio Designer until real value can be loaded\tvisual-studio\nRestrict user to view product in magento.\tmagento\n\"Scala: \"\"Parameter type in structural refinement may not refer to an abstract type defined outside that refinement\"\"\"\tscala\nEnable mod_deflate to send Content-Encoding: gzip\tapache\nLINQ to SQL Query Syntax\tlinq\nHaskell shying away from probabilistic data structures?\thaskell\nLearning Spring MVC For web-projects\tspring\nHow to highlight a row in NSTableView. Very Simple question\tcocoa\nHow to find details of Sharepoint installation programatically?\tsharepoint\nquery long raw data type\toracle\nis there a way to pause an NSTHread indefinitely  and have it resumed from another thread?\tcocoa\nDisplay Percentage or Amount of discount for catalog price rule in Magento\tmagento\nCompiled FreeImage from source. #include FreeImage.h not found.\tosx\nIn Visual Studio, my design view doesn't load the master page controls. Why?\tvisual-studio\nhow to monitor process in Mac\tosx\nmagento - multiple tax rates\tmagento\ni'm learning haskell and have an exercise, that i get strange resaults, when trying to solve it\thaskell\nHow can I control the placement of the comments region in Drupal 6?\tdrupal\nHow do I use Linq for paging a generic collection?\tlinq\nHow do I change the URL for the wordpress author archive page?\twordpress\nHow to access sprinr context in jUnit tests annonted with @RunWith and @ContextConfiguration?\tspring\nMagento - How do I create a shopping cart price rule automatically?\tmagento\nMagento checkout\tmagento\nPower Management API for auto-wake in OSX?\tosx\nMove Directory across SVN repository using Tortoise SVN\tsvn\nModule Adminhtml blocks not loading\tmagento\nHow SID is different from Service name in Oracle tnsnames.ora\toracle\nVisual Studio 2008 freezing when editing aspx/master pages\tvisual-studio\nOrder SharePoint search results by more columns\tsharepoint\nGraph drawing for the Web 2.0\tajax\nQt Fold/Unfold Widget?\tqt\nWordpress XML RPC - Latest posts within Category\twordpress\nDrupal: How to override css of a certain block?\tdrupal\nPyQt: getting widgets to resize automatically in a QDialog\tqt\nChange widget's CSS class names for different category pages in WordPress\twordpress\nHow to put magento in maintenance\tmagento\nNSIndexPath incrementing values\tcocoa\nCreate order per product item on Magento [ask]\tmagento\nmagento serach result not displays\tmagento\nHow to protect image on Excel sheet\texcel\nHow do I copy a range into a temp workbook and return a reference to it with a vba function?\texcel\nVisual Studio keeps adding blank lines\tvisual-studio\nIn QT, how do i set the background color of a widget like combobox or double spin box\tqt\nCould this query to get the size of a doc be improved in Sharepoint 2007?\tsharepoint\nHow can Scala receive multiple parameters in a method definition?\tscala\nMake Domain-Specific folder redirect using .htaccess rules?\tapache\nIndividually Execute All Files in a Directory\tbash\nMagento images not showing on front end\tmagento\nas many threads as process\tqt\nos.path.join() in QT?\tqt\nHow can i post same page with ajax json\tajax\nHow can I use mod_rewrite to 301 redirect website.com to www.website.com?\tapache\nHow can I get my orderby to work using an anonymous type?\tlinq\nIllegalArgumentException: argument type mismatch in Hibernate\thibernate\nSAP business one integration with Magento\tmagento\nLINQ: Difference between 'Select c' and 'Select new (c...'\tlinq\nHow to find oracle error codes that could result from a connection error?\toracle\nWhat are your biggest complaints about Sharepoint?\tsharepoint\napply tax by shipping orgin when store pick up\tmagento\nwhat's the best app to draw wireframes on the mac? (And why)\tosx\nQt4 QNetworkManager Hangs\tqt\nBuilding a HTTP link inside a Spring bean which is not a Controller\tspring\n.htaccess redirect performance\tapache\nHow to resolve warnings when executing wordpress's xmlrpc.xml?\twordpress\nHow to efficiently replace a vector of ids by a vector of corresponding numerical values\tmatlab\nHow to make ensime work in windows?\tscala\nImplementing the Haskell-MaybeMonad in F# - how can we get this lazy?\thaskell\nExcel OLE - .NET COM AddIn behaves differently when Excel is embedded in an application\texcel\nCan Apache serve a default file instead of a 404?\tapache\nScala: splitting a list using a predicate for sublists\tscala\nRetrieving a curent and most recent previous value (Oracle)\toracle\nHow do you detect if a list has exactly 3 items in Haskell?\thaskell\nDo you have to have SQL Server installed on a machine if the connection string using is a path to a .mdf File?\tlinq\nModifying fields for a Workflow Task in Sharepoint\tsharepoint\nHow do I get a list of folder names, which have Chinese names, into an excel sheet?\texcel\nHow to Sort Wordpress Posts Horizontally, Calling by Category\twordpress\nwordpress custom navigation with sub-pages\twordpress\nMagento: how to prefill values of a product's dropdown attribute\tmagento\nCan you add documents and spreadsheets to a Visual Studio Project?\tvisual-studio\nDrupal WYSIWYG removing &nbsp automatically\tdrupal\najax : how to get value of ratiogroup element\tajax\nShould I have 1 or many repositories?\tsvn\nPresent tabular data on webpage so the user can directly copy it into Excel.\texcel\nRotation about the Y-Axis\tmatlab\nManage VSS to SVN migration\tsvn\nDrupal: accordion inside node\tdrupal\nLinq-to-SQL How to prevent the use of Delete methods?\tlinq\nCalling performSelectorOnMainThread => Multithreaded app?\tcocoa\nWhy should I use Grand Central Dispatch over OpenMP?\tosx\nChecking for duplicates in a complex object using Linq or Lamda expression\tlinq\nHow to get downloadable product links after successfull order\tmagento\nsimple Haskell question\thaskell\nUse Personalized Web Part Views WSS 3.0?\tsharepoint\nneed MORE Qt style sheet!\tqt\nGUI thread detecting in the Qt libary\tqt\nIMultipleResults: how do I deal with multiple result sets from a stored proc when they don't map to types?\tlinq\nDrupal - Zen Subtheme - Specify stylesheets for non-IE browsers\tdrupal\nOracle 10g - optomize WHERE IS NOT NULL\toracle\nSvnmerge and a file replaced with a directory\tsvn\nupload a file to document library in sharepoint\tsharepoint\nSimple audio input API on a Mac?\tosx\nHibernate and JPA - Error Mapping Embedded class exposed through an interface\thibernate\nreferential integrity constraint is automatically disabling in oracle.\toracle\nMixin Multiple Traits in Scala\tscala\nWhat event fires if Excel VBA code execution is prematurely ended?\texcel\nHow to construct unequal width histograms with Matlab??\tmatlab\nHow to migrate Drupal nodes from one installation to another, preserving revision history?\tdrupal\ncan i changed for loop index variable inside the loop in Matlab???\tmatlab\nWhat is org.springframework.orm.hibernate3.support.BlobByteArrayType good for?\tspring\nHow to create non-blocking methonds in Scala?\tscala\nWhat does GA means in hibernate versions?\thibernate\nHow to start playing with Lift framework?\tscala\nIs it possible to test the return value of Haskell I/O functions?\thaskell\nbest deployment approach for VSeWSS 1.2\tsharepoint\nPress alt + numeric in bash and you get (arg [numeric]) what is that?\tbash\nWhat applications do i need to download to start developing apps using spring framework?\tspring\nObtaining the maximum width and height of a font\tcocoa\nHibernate - EhCache - Which region to Cache associations/sets/collections ??\thibernate\nUrlFilenameViewController does not return View (Spring-MVC)\tspring\nMatlab Solving equations problem\tmatlab\nHow get VS HTML editor to default to single quotes?\tvisual-studio\nspring BeanIsAbstractException\tspring\nIs there something like too much AJAX ? How do you handle screen resizing due to AJAX ?\tajax\nHow to rollover the standard output from bash?\tbash\nWho can hack the code to make it work with .icon?\tbash\nCan WordPress install on IIS and how?\twordpress\nHibernate/Spring3: could not initialize proxy - no Session\tspring\nTesting own OS X framework\tcocoa\nAre there are any Cocoa-based Data (ER) modeling applications for Mac OS X?\tcocoa\nHow can what is the best way to get the hash of a QPixmap?\tqt\nAdding inputs with AJAX?\tajax\nOn Mac OS X, how can you get a debug build of System/LibC for source level debugging?\tosx\nSQL to replace smart quotes\toracle\nOld Mac extended attributes in Snow Leopard\tosx\nMagento Replacing super attributes table with dropdown\tmagento\nHow to show full nodes in views in Drupal 6?\tdrupal\nHow do I get the sums of the digits of a large number in Haskell?\thaskell\nObjective c categories and performance?\tcocoa\nGET vs. POST ajax requests: When and how to use either?\tajax\nHibernate Next/Previous Sibling Mapping\thibernate\nHow to make the Visual Studio compiler ignore a file?\tvisual-studio\nin Haskell how do you match against the type 'Either a b' ?\thaskell\nwebsite hostname and docroot\tapache\nScala: public static final in a class\tscala\nIs there a way in scala to convert from any Map to java.util.Map ?\tscala\nDisplaying Large Text Files via Ajax/dojo\tajax\nLogging of development email\twordpress\nHow to hide or disable menu item in MAC OSX\tosx\nHow to convert X => Option[R] to PartialFunction[X,R]\tscala\nWhat do the letter codes in Oracle user_contraints table's constraint_type column stand for?\toracle\nActiveMQ maven plugin configuration\tspring\nSorting & Unique Records in Linq\tlinq\nReading text values into matlab variables from ASCII files\tmatlab\nBash: how to process variables from an input file?\tbash\nHow thoroughly should one learn languages like C, ASM, Lisp, Haskell?\thaskell\nInstall two different versions of PHP in Mac OS X\tosx\nSharePoint (MOSS 2007) successful forms authentication redirects to machine name\tsharepoint\nAjax Call to Monorail Controller JQuery\tajax\nWhere is Visual C++ Redistributable Installer in VS 2008?\tvisual-studio\nHow to do fast prefix string matching in Scala\tscala\nRedirect within Ajax call\tajax\nProtect Plesk login page from search engine eyes\tapache\n\"A dynamic array of class \"\"landmark\"\", inside another single class \"\"landmarks\"\"\"\tmatlab\nHow can my app detect a change to another app's window?\tcocoa\nGraph representation in Haskell\thaskell\nHidden features of Bash\tbash\nundelete the deleted command in bash.\tbash\nDisqus Commenting without notification on top\twordpress\nCan you reliably set or delete a cookie during the server side processing of an Ajax (XHR) call?\tajax\nNSColorWell subclass not getting mouseMoved events\tcocoa\nWhy does Seq.contains accept type Any rather than the type parameter A?\tscala\nException when assigning value to IXMLHttpRequest  object in IE7 and IE8\tajax\nBash variable scope\tbash\nIf I'm posting a question about Oracle SQL query performance, what should I include in my question?\toracle\nvalidating .htaccess before deployment\tapache\nProgrammatically Activate NSMenuItem\tcocoa\nDisplay ALL categories that a product belongs to in Magento\tmagento\nNSRequest - encode url for NSRequest POST Body (iPhone objectiive-C)\tcocoa\nWhat is the best way to model an Association Class in Core Data?\tcocoa\nHow do I get svn:ignore to work properly?\tsvn\nwhats up with QLayout->setParent\tqt\ntrying to install cabal package sdl-mpeg can't find include file smpeg.h\thaskell\nis there any advantage of webservices over web-pages for providing ajax content?\tajax\nGetting a Signature Mismatch Error when Compiling Even though it Matches in VS.NET 2005\tvisual-studio\nGetting Post Information Outside the Wordpress Loop\twordpress\nUsing AJAX to load WordPress pages\twordpress\nScala Case class matching compile error with aliased inner types?\tscala\nHow to create a link that triggers printing of a file?\tajax\nProblem with QVariant/QTreeWidgetItem/iterator on qt4.4.3\tqt\nWordpress images as subposts\twordpress\nhow to schedule ajax calls every N seconds?\tajax\nDatabase Version Control\tsvn\nDrupal 6: Using Organic groups for Educational page\tdrupal\nNeed a mod_rewrite thingy\tapache\nAre there any other classes like SPBuiltInFieldId and SPBuiltInContentTypeId?\tsharepoint\nAnnotate images using tools built into OS X\tosx\nsvn merge functionality broken by tree conflicts\tsvn\nSharepoint Workflow Modification is not disabled\tsharepoint\nHibernate - Selecting across multiple joins with collections\thibernate\nApache Rewrite: directory tree to subdomain directory\tapache\nLazyInitializationException while unit-testing Hibernate entity classes for use in Spring, using TestNG\tspring\nHow to represent a DateTime in Excel\texcel\nprogramatically add module to xls 2003 using vbscript\texcel\nWhat is the correct mod rewrite rule to use?\tapache\nReferences for learning the theory behind pure functional languages such as Haskell?\thaskell\nhow do I best/easiest index my matlab (.m) files?\tmatlab\nWhere is Visual Studio COM project template?\tvisual-studio\nCircular type parameters definition in scala\tscala\nDrupal search - alternative ways of doing it?\tdrupal\nFavorite Drupal tips or best practices?\tdrupal\nSave me from my SVN self\tsvn\nJava/Scala (deep) collections interoperability\tscala\n\"AJAX VS JSon \"\"Cross Domain Built-in Security\"\" Question\"\tajax\nHow do I react when somebody tries to guess admin directiories on my website?\tapache\nScala overriding a def with a var\tscala\nDrupal Conent Menu System\tdrupal\nHow do I write the qualified name of a symbol in Haskell?\thaskell\nDrupal: Node Submission Time\tdrupal\nExcel 2007 Combo Box - Developer Ribbon vs. VBA Module\texcel\nCan font size be disabled in QFontDialog::getFont()?\tqt\nMagenot - add link to My Account in Main Menu navigation bar\tmagento\nsumming up excel files in matlab\tmatlab\nUsing resource files in SharePoint MasterPages\tsharepoint\nqmake and QT_INSTALL_PREFIX. How can I select a new location for Qt library?\tqt\nWhy does SO display SV version and what are the advantages?\tsvn\nHow to maintain null for numeric values when using BeanUtils.copyProperties?\thibernate\n\"What's the \"\"|\"\" for in a Haskell class definition?\"\thaskell\nCorner Cases, Unexpected and Unusual Matlab\tmatlab\nHow to put up an off-the-shelf https to http gateway?\tapache\nIs there a Way to use Linq to Oralce\tlinq\nLinq Update Problem\tlinq\nlinq - how combine conditions in a join statement\tlinq\nNeed help understanding this MATLAB function implementation\tmatlab\nhow do I check in bash whether a file was created more than x time ago?\tbash\nChange text cursor (caret) colour in Cocoa?\tcocoa\n\"Why do I receive a \"\"Out of Windows Resources\"\" warning when I open numerous figure windows in MATLAB [7.0 (R14) and beyond] on a Microsoft Windows PC?\"\tmatlab\nRequest for several responses\tajax\nCONNECT_BY_ISLEAF with Conditions\toracle\nWhat are the key differences between Scala and Groovy?\tscala\nGeneric object load function for scala\tscala\nScala: set a field value having it´s name in a  string\tscala\nHttpServletRequest.getRemoteAddr() returning wrong address\tapache\nMod-Rewrite Problems (Apache) with / slashes\tapache\nHow do I wrap a selection with an HTML tag in Visual Studio?\tvisual-studio\nMagento get a product collection in an arbritrary order\tmagento\nWhat have all the AJAX frameworks to do with AJAX?\tajax\nError connecting to Oracle from Visual Studio\toracle\nHow to combine Where clause and group by in LINQ\tlinq\nMagento customer webservice / api\tmagento\nHow do we plot a red dot (to represent a trade) on a financial candlestick chart in Matlab?\tmatlab\nSpring Controller destroy method?\tspring\nWill there be IQueryable-like additions to IObservable? (.NET Rx)\tlinq\nRequire anonymous user to register to add content-type\tdrupal\nHow to remove a file/folder from a SVN repository and add to ignore list\tsvn\nIs there a Pattern in Scala that add a method to an Array object?\tscala\nNeed help with some Hibernate relational mappings\thibernate\nWhat do 'Delimiter' and 'InheritsFromParent' tags mean in .vsprops files?\tvisual-studio\nCan I create a Visual Studio macro to launch a specific project in the debugger?\tvisual-studio\nDrupal with Texy and GeSHi\tdrupal\nnumber of tokens in bash variable\tbash\nHow to handle proxies when using QNetworkAccessManager\tqt\nNeed help converting apache .htaccess code to lighttpd url_rewrite code\tapache\nJOIN with LinqtoSql, only select TOP(x) on joined table?\tlinq\nSort subgroups of lines with command-line tools\tbash\nOrphaned instances in Haskell\thaskell\nHow to magnify/stretch a texture with Matlab Psychtoolbox (OpenGL)?\tmatlab\nPrint trailing zeros in a QString\tqt\nConfusion regarding laziness\thaskell\nGlobal variable in Qt, how to?\tqt\nHibernate: Enabling lazy fetching in Criteria API\thibernate\nBest primary key data type for Linq to SQL\tlinq\nUUID mismatch detected with the loaded library\tcocoa\nAnalysing Excel VBA/Macro code\texcel\nMonochromatic colors in Matlab\tmatlab\nhibernate auto join conditions\thibernate\nCustom style with Qt\tqt\nHow to make this code more functional ?\tscala\nHow can I query the range of date which one product has not been ordered? (LINQ)\tlinq\nScala downwards or decreasing for loop?\tscala\nQt Increase QTabWidget's QTabBar size\tqt\napache protocol redirect\tapache\nDisplaying QTextEdits over the window\tqt\n\"Scala: how to inherit a \"\"static slot\"\"?\"\tscala\nIs There an Easy Way to Convert a Boolean to an Integer?\tscala\nCan you tell if hook nodapia (or any hook) is being run from batch mode?\tdrupal\nWhile loop never ends\tbash\nSpring Security in a distributed application.\tspring\nQt Animation\tqt\nHow do you integrate a TDD approach with VisualStudio?\tvisual-studio\nHow do you move a widget from one tab to another and keep a layout\tqt\nNSNotificationCenter selector won't work with its NSNotification\tcocoa\nBest solution for migration from Oracle Forms 6i to the web?\toracle\nTips on speeding up Drupal site\tdrupal\nUIWebView slow loading images--disturbs scrolling to anchors\tcocoa\nBash: Why is echo adding extra space?\tbash\nHow can I set the main theme-font dynamically, in WordPress\twordpress\nDrupal Custom Node Form\tdrupal\nAll Addtional Attributes for Grouped Products in Magento\tmagento\nfinding zeros of an expression\tmatlab\nTrying to program a Drupal calendar input blacklist\tdrupal\nGetting TortoiseSVN to set a file's modified time to the timestamp of the latest revision\tsvn\nPerformance of Oracle's dbms_crypto.hash function for SHA-1\toracle\nCheck if a function exists from a bash script.\tbash\nHow do you name a function in template.php to get picked up by theme() calls in page.tpl.php?\tdrupal\nProblems trying out happstack-tutorial\thaskell\nDrupal Performance - Sudden user burst\tdrupal\nRecommended books and resources for learning Matlab\tmatlab\nIs there any way to make a dual executable file for Mac/Windows?\tosx\nHow to minor updates to Drupal-6 with shared hosting\tdrupal\nHow do I turn on line numbers by default in TextWrangler on the Mac?\tosx\nHow to migrate from SVN to Mercurial on windows\tsvn\nScala HMAC-SHA1 signing?\tscala\nConfusions in hibernate mappings\thibernate\nFilter Hidden Files with Bash (for Batch Image Resize Script)\tbash\n\"Performance of \"\"all\"\" in haskell\"\thaskell\nApache & PHP folder permissions\tapache\nHaskell: variant of `show` that doesn't wrap String and Char in quotes\thaskell\nStarting PackageMaker from Spotlight\tosx\nGenerate random number\tbash\nWhat is the best way to write a wrapper function that runs commands and logs their exit code\tbash\n\"Webparts compatible with \"\"Provide Data to\"\" webpart connection\"\tsharepoint\nUsing MS SQL/Oracle's XML datatype in Hibernate\thibernate\nOracle date\toracle\nCustom C# data transfer objects from javascript PageMethods.\tajax\nHow to copy data from another workbook (excel) ?\texcel\nTurning threaded, reverse chrono Drupal story comments into Reddit-style comments\tdrupal\nLINQ dependent calculation assignment\tlinq\nQuery Mac OS X Spotligth from Java\tosx\nTool for improving your text in blog\twordpress\nListing and finding windows on OS X\tosx\nSet-Cookie and Expires differ\tapache\nSet Excel sheet as datasource to Gridview .\texcel\nbasic  on matlab\tmatlab\nTemporary operation in a temporary directory in shell script\tbash\nRemove Password from Excel File -- Without having to Install Excel on my servers\texcel\nHow to make a random number generator in matlab that is based on percentages?\tmatlab\nj.mp integration into Wordpress?\twordpress\nexception while deploying spring app on tomcat 6\tspring\nFetch last record in mysql\thibernate\n\"Cocoa NSNumberFormatterCurrencyStyle without \"\"$\"\" return zero\"\tcocoa\nWhat is your code maintenance strategy for custom SharePoint assemblies?\tsharepoint\nFrom MS .NET to Web development options on OSX\tosx\nHow to select items that do not show up in a second list with Linq\tlinq\nWhat is the size limit for a varchar2 procedure argument in Oracle 10g ?\toracle\nAspectj in spring\tspring\nWhich Haskell XML library to use?\thaskell\nHow do I add content from a view in Drupal with arguments?\tdrupal\nHaskell converting Float to Int\thaskell\nMod rewrite / clean urls problem\tdrupal\nWhat is the single most compelling reason to migrate to Spring 3 from 2.x\tspring\nCompare lists and get values with Linq\tlinq\nSomething like EJB wiring in Spring for non EJB's\tspring\nImplementing a def with 1 parameter as a val of type Function1\tscala\nWhat is the most impressive LINQ statement that you have come accross?\tlinq\nSource code control policy\tsvn\nMagento _prepareLayout() called 5 times to many\tmagento\nApache access control: Interaction between <Directory> and Order/Allow/Deny\tapache\nBad class file error when using Scala 2.8.0-rc1 in Javafx 1.2\tscala\nFrom where can i start magento extension development\tmagento\nHow to ensure a mobile app is deployed to the mobile device?\tvisual-studio\nOracle function concurrency\toracle\nHow do I access the onresize event from a SharePoint Web Part?\tsharepoint\nLearning AppleScript\tosx\nSelectively remove from where clause in LINQ expression tree\tlinq\nHow do you modify the fields output in Drupal's RSS Feeds\tdrupal\nBash Scripting - How to set the group that new files will be created with?\tbash\nWhat is the @package compiler directive for in Cocoa?\tcocoa\nweb site Deployment\tapache\nHow to determine Collection changes in a Hibernate PostUpdateEventListener?\thibernate\nHow to define a custom exception in Haskell?\thaskell\nWhat is the best ajax tutorial site\tajax\nCan apache be configured to ignore OPTIONS requests?\tapache\nWhat is the algorithm of Skeleton\tmatlab\nMagento 1.4 productIdentifierType\tmagento\nValues inside monads, nested in data structures?\thaskell\nSceneGraph traversal in Haskell\thaskell\nApache virtual directory without redirect\tapache\nBest route to creating a Calendar based Date picker for Cocoa?\tcocoa\nQuoting not respected inside a bash variable\tbash\nhelp understand strange behavior in a lazy code\thaskell\nHow can I extract a part of an xaml object graph via linq to xml?\tlinq\nHow do I set up radio buttons in Excel?\texcel\nDuplicate definition for symbol __module_registered error\thaskell\nWordpress Database Output - Remove SQL Injection Escapes\twordpress\nDrupal: route nodes links to a view\tdrupal\nVisual Studio switch statement formatting\tvisual-studio\nMigrating a Character Based Oracle Form\toracle\nAdding a script with ScriptManager on a CompositeControl?\tvisual-studio\nDependency on Spring's annotations\tspring\nTomcat fails on first request in combination with jsvc\tapache\nHow can I get Office-like AutoCorrect in Visual Studio?\tvisual-studio\nHow do i get the Session Object in Spring ??\tspring\nDisplaying information from matalb without a line feed\tmatlab\nEval to variable failing (w/Crontab)\tbash\nbash: Run another program in the current directory while running from path\tbash\nWhat kind of Mac driver should I need to build to intercept the file system?\tosx\nwordpress - displaying posts in a page\twordpress\nMerging uncommitted changes into some other branch using SVN\tsvn\nDrupal contributed modules problem\tdrupal\ndrupal file sharing\tdrupal\nhtacces: How to stop strings appending  to URL Rewrite\tapache\nCreate blog post simply and easily\twordpress\nSpring AOP error\tspring\nAuto complete by end/middle of line in bash\tbash\nDowngrading Magento\tmagento\nCocoa/Objective-C - Can i somehow see the implementation files?\tcocoa\nHow do I update a website custom property in Sharepoint?\tsharepoint\nCustom block in magento\tmagento\nRefreshing/replacing beans in the ApplicationContext.  Possible or am I missing the point?\tspring\n\"Add a checkbox to product image gallery (like \"\"Disable/Exclude\"\")\"\tmagento\nHow to get the excel file name / path in VB Script?\texcel\nHow to avoid blinking when updating page from ajax\tajax\nHandling successive Ajax requests - JQUERY\tajax\n\"Should I use two \"\"where\"\" clauses or \"\"&&\"\" in my LINQ query?\"\tlinq\nremove everything in  sidebar but one menu\tmagento\n\"Problem with Array type \"\"DAMPAR\"\" in MATLAB deconvolucy.m\"\tmatlab\nlive execution of formula\texcel\nVariables as commands in bash scripts\tbash\nHow do I create efficient instance variable mutators in Matlab?\tmatlab\nHow to supply many argv with one bash var ?\tbash\nsubversion/cruise control/nant/nunit with visual studio projects and solutions.\tsvn\nWhat is wrong with my definition of Zip in Haskell?\thaskell\nBash script to edit a bunch of files\tbash\nHibernate - How to cascade delete on detached objects\thibernate\nWhat's the RIGHT way to draw an image in the upper left corner on a mac?\tosx\nhow to export a image to a folder?\tcocoa\nIdiom for Scala's Option when doing equality tests\tscala\nhibernate::map maping\thibernate\nWP child categories of the parent cat\twordpress\nOracle listener state blocked\toracle\nHow would you make a button display a window when clicked?\tcocoa\nLinq list of lists to single list\tlinq\ncocoa + nsmenu item\tcocoa\nwordpress permalinks\twordpress\nVisual Studio 2008 Pro - How to get a quick report about the number of files/classes/lines of code in a solution or project\tvisual-studio\nScala traits vs abstract classes\tscala\nExtending chart functionality in SSRS\tvisual-studio\nLinq Select Compound From\tlinq\nHow do I use custom roles/authorities in Spring Security?\tspring\nMagento Onestep checkout\tmagento\nHow can I merge in a new folder structure to SVN?\tsvn\nHow can I include Wordpress posts in a custom PHP file?\twordpress\nMagento - layered nav - display attribute based on previous filter\tmagento\nServing two websites with Apache with single domain name and single IP address\tapache\nDrupal image upload issues\tdrupal\nApp to Change Ldap Password for a JIRA/SVN server\tsvn\nSharePoint 2007 Banner Hit Counter\tsharepoint\nPHP Content-Length header always zero\tapache\nMATLAB: Getting an array of cells from Matlab to Java\tmatlab\nHighlight Current Page in Wordpress\twordpress\nHow to move a single folder from one Subversion repository to another repository?\tsvn\nCopying multiple worksheets simultaneously to preserve chart references\texcel\nFiltering Search Results with Wordpress\twordpress\nRedirecting STDOUT in a Bash file results in a file created even when there is no error. Why?\tbash\nHow to apply a patch using svn export?\tsvn\nIs the NSDocumentDirectory unique for a given application?\tcocoa\nBash script to archive files and then copy new ones.\tbash\nHow do I start with working Sub-Version + Delphi?\tsvn\nHow can I tell if I have uncommitted work in an Oracle transaction?\toracle\nIgnore some files from SVN commit\tsvn\najax javascripts not working correctly with .htaccess mod_rewrite\tajax\nWhat's the best software for checking disk health on Mac ?\tosx\nHow do you pre-set values on the right-hand side of a Shuttle Item in Oracle APEX?\toracle\nWhere do I put my ruby program on mac when opening with terminal.\tosx\nSharepoint: Is there some OOB way to delete provision files?\tsharepoint\nMagento - Dynamic Listbox in a cutom module\tmagento\nA web application that let's users choose a domain name for the website they are about to create?\tapache\nOpenXML sdk v2.0 Performance issue when deleting a first row in 20,000+ rows excel file\texcel\nHow do you make a multi-module spring configuration ?\tspring\nHow can I tell if a file is busy, e.g. the Finder is busy copying to it?\tosx\nMonitoring a SharePoint document library\tsharepoint\nSubversion: Tag and commit modified files at once\tsvn\nHow to change suffix: bundle into webplugin in the folder Products with Xcode Project?\tcocoa\nLINQ ERROR : Explicit construction of entity type\tlinq\nExcel pivot table calculated field total returns incorrect value\texcel\nScala 2.8 TreeMap and custom Ordering\tscala\nbinding NSTextField to NSNumber\tcocoa\nBinding two different model-key-paths to the same NSArrayController selection\tcocoa\nimplicit parameter definition in class\tscala\nLinking to SDL and other libraries in Haskell\thaskell\nSharePoint: How to apply a custmised masterpage to Sharepoint build-in search results page (OSSSearchResults.aspx)\tsharepoint\nHow to fire code upon creation of a SharePoint list?\tsharepoint\nDifferences Between MATLAB 4.2c And The Lastest One\tmatlab\nGeneral Oracle Data Collection Storage\toracle\nif .bash_profile usually source .bashrc any way, why not just use .bashrc ?\tbash\nList comprehension won't give correct result in Haskell\thaskell\nHow can I redefine a built in keyboard shortcut's behavior?\tqt\nhow do I set default permissions when copying a file from Windows -> OSX\tosx\nChanging Mac OS X User Password Programmatically or via Script\tcocoa\non which os should i try the vs2010 beta1? which emulator is faster?\tvisual-studio\nIs there a way of making normal links automatically load through ajax, rather than normally?\tajax\nLooking for info on custom drawing of interface components (Cocoa)\tcocoa\nORM Criteria Question\thibernate\nAssignment in .NET 3.5 expression trees\tlinq\nORACLE 10.2 Pro*C precompiler not reading header file\toracle\nHow can I optimally update a single property in an object using Hibernate?\thibernate\nHow does the Mac Web Dash board app work?\tosx\nwordpress post by email and also cats and tags\twordpress\nWhen are threads created for scala actors\tscala\nPattern Matching with Conjunctions (PatternA AND PatternB)\tscala\nHow to use second level cache for lazy loaded collections in Hibernate?\thibernate\nsitemesh and tiles 2.1  integration with  spring MVC\tspring\nQStackedWidget inside QTabWidget tab?\tqt\nmod_pagespeed magento\tmagento\nhaskell fastCGI on lighttpd, need help with configuration\thaskell\nQt GraphicsScene constantly redrawing\tqt\nweird AJAX error\tajax\nIntegrating Instant Messaging into SharePoint!\tsharepoint\nPerfect hash in Scala.\tscala\nExcel Macro - how to set X axis?\texcel\n[Magento] Is it possible to use HTML invoice?\tmagento\nMagento - How to add/remove links on my account navication?\tmagento\nMergeing across branches in Subversion isn't adding all the new files. Why not?\tsvn\nReporting Services Connection to SharePoint\tsharepoint\nUsing annotations to implement a static join in hibernate\thibernate\nHow can I turn off the majority of hbm2ddl's output in the console in Ant?\thibernate\nSharePoint Permissions - Repeated Login Boxes\tsharepoint\nIs it possible to use Wordpress API to make posts on wordpress.com?\twordpress\nIterating a function and analysing the result in haskell\thaskell\n\"SVN: Dealing with \"\"dead\"\" files.\"\tsvn\nHQL multiple updates. Is there a better way?\thibernate\nOverriding equals and hashCode methods for a JavaBeans implenented in Scala\tscala\nCannot locate 'org.springframework.security.annotation.Jsr250MethodDefinitionSource'\tspring\nsvn update is not updating!!\tsvn\nHow do you use Linq to connect a table to a view?\tlinq\nCall Scala code from Java?\tscala\npcmanfm arguements; bash\tbash\nHibernate @OneToMany without a separate join table\thibernate\nWhat is difference between Access and oracle????\toracle\n\"What is a \"\"Symbolification warning\"\"?\"\tosx\nVisual Studio: What is the App_Data folder used for?\tvisual-studio\nAJAX polling of a URL returning JSON doesn't seem to return fresh responses (using jQuery $.ajax() method)\tajax\nMean filter for smoothing images in Matlab\tmatlab\nHow do I display posts excluding one category on blog home page?\twordpress\nAccess Products/Category/Attribute Info from php with Magento API\tmagento\nrecoverable class Fbd error(s)\tosx\nQt 4.6 - C++ - QTreeWidgetItem Iterator\tqt\nFactory methods for implementations of Java interfaces wrapped with Scala implicits?\tscala\nScrollBar in DataGridView\tvisual-studio\nProblem attaching Ubercart view to relevant content\tdrupal\nIntent of Spring form command\tspring\nWordPress make post sticky via script?\twordpress\nCurrent Text Direction (BiDi support) in Cocoa?\tcocoa\nApache James as a transparent SMTP proxy?\tapache\nSVN Weirdness Day 2: SVN List and SVN Update Report Different Things\tsvn\nHow to run Eclipse 3.4.1 on MacOS 10.5.6?\tosx\nspring - java - syncronisation\tspring\nASP.NET MVC and JQuery get info to controller\tajax\nHow to strink matrix using array mask in Matlab?\tmatlab\nWay to make SharePoint custom quick launch links subject to same visibility/permissions as list links.\tsharepoint\nHow to prevent Ajax/javascript result cashing in browsers?\tajax\nwordpress, category redirect using cookies.\twordpress\nDisjoint Union in LINQ\tlinq\nHow to know when a web page is loaded when using QtWebKit?\tqt\nembedding an excel document in an intranet browser, and navigate to a worksheet\texcel\n\"When did oracle start supporting \"\"top\"\": select top ? p2_.PRODUCT_ID from PRODUCT?\"\toracle\nHow to use system environment variables in VS 2008 Post-Build events?\tvisual-studio\nMoving code from codeplex to google code - keeping history.\tsvn\nGenerate .h and .cpp from .ui file\tqt\nDelete all files/directories except two specific directories\tbash\nReturn popupmenu selection in MATLAB using one line of code\tmatlab\nXCode debugger sucks; alternatives?\tosx\nMagento: Best way to avoid extension conflicts\tmagento\nUpgrading dojo in Spring-js from 1.3 to 1.4\tspring\nHibernate: Delete where record field < getdate()\thibernate\nApache mod rewrite ruleset\tapache\nWhat to look out for when moving from Visual Studio 2005 to 2008?\tvisual-studio\nSpring list beans by type\tspring\nHow can i debug this ajax script for IE?\tajax\nQt portable IPC: only QSharedMemory?\tqt\n\"VS: Automatic \"\"ArgumentNull' check ?\"\tvisual-studio\niphone 3g network problem\tcocoa\nSome doubts on setting an C#/Asp.Net 3.5 application automatic builder server\tsvn\nExperience compiling and building Qt\tqt\nApache rewrite to add a directory to REQUEST_URI not working on localhost running wamp.\tapache\n\"Wordpress \"\"search engine friendly\"\" urls ( permalinks) implementation\"\twordpress\nHow to upgrade SVN 1.4.4 (r25188) to SVN 1.6\tsvn\nHow to define a ternary operator in Scala which preserves leading tokens?\tscala\nDynamic LINQ on IEnumerable?\tlinq\nMagento connect stuck while installing\tmagento\nHow to simulate the environmen cron executes a script with?\tbash\nAgain: Spring3/Hibernate3/TestNG: some tests give LazyInitializationException, some don't\tspring\nSharepoint List webservice error on CheckoutFile method\tsharepoint\nLift image upload, resize, store in database, display\tscala\nHow can i add register link in the top links in magento\tmagento\nHex Representation of Floats in Haskell\thaskell\ncan i go back and edit comments on an svn checkin\tsvn\nDisplay required fields\tqt\nWhen is it appropriate to use an EAR and when should your apps be in WARs?\tspring\n\"\"\"Ambigous type variable\"\" error when defining custom \"\"read\"\" function\"\thaskell\nHow to make Multilevel Drop down navigation in wordpress theme ?\twordpress\nHow do I determine the size of a SharePoint list?\tsharepoint\nMacOS : access SSH from UI\tosx\nRedirecting back to your site after checking out in 2checkout?\tdrupal\nScala Parser Issues\tscala\nQt HTTP authentication with QNetworkAccessManager\tqt\nSimple wordpress Registration\twordpress\n'Deadlock' in scala\tscala\nHow to load a c++ dll file into Matlab\tmatlab\nConnecting multiple signals to a single slot in Qt\tqt\nmod_rewrite runs twice?\tapache\nhow do I work around this error while copying SVN repository by svnsync?\tsvn\nHow good is Subversion at storing lots of binary files?\tsvn\nHow to speedup xcode builds without any project modifications?\tosx\nHow to modify the drupal search templates?\tdrupal\nWordpresss- Custom Table Loop- not quite right\twordpress\nCan ${var} expressions be nested in bash?\tbash\nsimple text menu in Haskell\thaskell\nHow to produce range with step n in bash?\tbash\nCocoa - Return information from NSOperation\tcocoa\nClone a Table's definition with Hibernate (hbm2ddl)\thibernate\nBest language suited for scanning many files for a keyword (called from a Cocoa app)?\tcocoa\nAccessing value from expression\tlinq\nhow can I build cabal-install on eeePc 701 / Ubuntu Netbook Remix 1.6 (Lucid)\thaskell\nCan Ctrl+Backspace be made to work in VS2008's Solution Explorer?\tvisual-studio\nHow should I remove all items from an NSTableView controlled by NSArrayController?\tcocoa\nHow do you convert SYS_GUID() to varchar?\toracle\nlinq to sql + stackoverflow exception when querying objects\tlinq\nNew Line Haskell\thaskell\n.htaccess 301 redirect problem\tapache\nStore Custom properties in aplicationContext.xml Spring file\tspring\nDoes SPSecurity.RunWithElevatedPrivileges do anything in a console app?\tsharepoint\nNSButtonCell (NSSwitchButton) binded to BOOL value\tcocoa\nKerberos user authentication in Apache\tapache\nSpring Roo how to maintain state between commands\tspring\nHow To Update Data With Linq By Attach Method\tlinq\nSites that do server aliasing for other websites to use an external platform\tapache\nImport button + File browse field in admin product grid in magento\tmagento\nPlace to store user settings in Sharepoint besides profiles\tsharepoint\nHow can I run multiple Apache 2 instances on Ubuntu?\tapache\n.htaccess rewrite and subdomains\tapache\n@SecondaryTable annotation problem\thibernate\nCould inner excel row properties could affect oledb visibility?\texcel\nis there a good listing of projects like apache software foundation?\tapache\nIs there a non-scripting language for Linux/Apache?\tapache\nreading stdin multiple times in bash\tbash\n[Cocoa/ObjC] Find parent directory of a path\tcocoa\ndlmalloc + CPP + strdup + Mac OS X = crash\tosx\nApache serving files that should not be served.\tapache\nescape characters in string in matlab\tmatlab\nWhat's the new way to iterate over a Java Map in Scala 2.8.0?\tscala\nWordPress Subscribe2 plugin escapes characters in blog name when sending email\twordpress\nFinding whether a value is equal to the value of any array element in MATLAB\tmatlab\nError when logging to Magento connect manager\tmagento\nAjax loading node fields in drupal with jQuery\tdrupal\nQAbstractItemModel.parent(), why?\tqt\n\"What's the state of play with \"\"Visual Inheritance\"\"\"\tvisual-studio\n\"\"\"Could not deduce (MArray (STUArray s) Int (ST s)) from context ()\"\" when applying runST\"\thaskell\nHow WP-o-Matic works and how to do the same using ASP.Net?\twordpress\nWordpress & Vanity User URLs\twordpress\n$_GET and Wordpress\twordpress\nInitialize Spring beans packaged inside a jar file\tspring\nLINQ and gorup by data nested within a structure\tlinq\nWhat's the best short cut for this in MATLAB?\tmatlab\nGet Order Increment Id in Magento\tmagento\nWhy would I make an all-optional message protocol?\tcocoa\nWordpress Thesis theme\twordpress\nCombining multiple SVN repositories into one\tsvn\nTaking /Pages out of the SharePoint URL?\tsharepoint\nhow to create Thread poolling using Spring scheduler?\tspring\nHowto add dynamic search parameters to Sharepoint search?\tsharepoint\nWordpress theme Javascript problem\twordpress\nLinq update record\tlinq\nwordpress, apache redirection question\twordpress\nAny good C# code generator for using oracle stored procedures?\toracle\nHow to find a JNDI resource inside the hibernatetool Ant  task\thibernate\nHow Can I Troubleshoot My Custom URL Scheme?\tcocoa\nLINQ Design and Prototyping\tlinq\nrun a same haskell application take diff time\thaskell\n\"Getting content: AJAX vs. \"\"Regular\"\" HTTP call\"\tajax\nmultiple wordpress installs, getting data from wp-2 while inside wp-1\twordpress\nhow to customize print layout of SharePoint list item\tsharepoint\nHow can I view all historical changes to a file in SVN\tsvn\nOS X: Setting at runtime the Application name as it appears in Dock and Menu Bar\tosx\nHow do I empty Drupal Cache (without Devel)\tdrupal\nAjax cross domain question\tajax\nErrors compiling PHP with GD2 and Freetype on Mac Leopard 10.5.6\tosx\nCocoa: filling an NSBezierPath with an image\tcocoa\nHow to get the nth positional argument in bash?\tbash\nOracle DB Mac Address or other unique identifier\toracle\nDrupal: create content in popup/lightbox?\tdrupal\nHaskell Typeclass shorthand\thaskell\nDrupal - Selected Node Highlighting in Views\tdrupal\nHow do I deploy an Oracle database?\toracle\nSVN Syncing with Eclipse IDE 3.5.0\tsvn\nHow to run gpg from a script run by cron?\tbash\nHow would one check for installed MATLAB toolboxes in a script/function?\tmatlab\nIn Haskell, is there a way to do IO in a function guard?\thaskell\nDisplaying Excel in AxFramerControl control - refresh issues\texcel\nHow do I create a Sharepoint list via a feature receiver and an existing list template\tsharepoint\nWhat is context in Haskell multiparameter type class\thaskell\n.NET Sharepoint Create Directory\tsharepoint\nHow can I connect the pressed() signal of 32 buttons to a single function without declaring 32 slots?\tqt\nSVN 1.5.x VS (latest)\tsvn\nSharePoint - Determine the Site Definition used to create a Site Template (.STP)\tsharepoint\n\"What causes \"\"Error C stack overflow\"\" in haskell usually\"\thaskell\nDrupal node reference\tdrupal\nidentify error in if statement\tbash\nWordpress: How can i move my index (blogpage) to another page (innerpage)?\twordpress\nDoes DotNetNuke have anything similar to Drupal's CCK?\tdrupal\nclass not found exception in hibernate\thibernate\nIntercepting call to the back button in my AJAX application: I don't want it to do anything!\tajax\nProblem with Class wizard in VC++ express edition\tvisual-studio\nOracle sequence but then in MS SQL Server\toracle\nLoad MS Word files with AJAX\tajax\ncan linq update and query atomically?\tlinq\nExemplary Haskell Game Code\thaskell\nQDesktopServices::openUrl with Resource\tqt\nQT: downloadProgress not emitted from QNetworkReply\tqt\nProgrammatically set drawing cursor in Excel\texcel\nmagento - create a global function\tmagento\nReturn an Oracle Ref Cursor to a SqlServer T-SQL caller\toracle\nHow to draw & export a transparent image with Nokia Qt C++ ?\tqt\nHow do you serve a file without leaving the page?\tajax\nChanging provided services based on user preferences in OSX?\tosx\nTable Stats gathering for Oracle\toracle\nREALLY basic mod_rewrite question...\tapache\nDeploying a webpart which depends on a database store\tsharepoint\nWhat's the best way to manage a classic asp front-end using Visual Studio 2008?\tvisual-studio\nPython/iPhone development on Mac - which hardware is best ?\tosx\nNHibernate.Linq And CompareTo String\tlinq\nWindows 7 .net Excel .SaveAs() Error Exception from HRESULT: 0x800A03EC\texcel\nDifference between Iterator and Stream in Scala?\tscala\nDrupal: How long should it take to rebuild permissions\tdrupal\nUsing the Apache Mahout machine learning libraries\tapache\nCan I build a real state addvertising website using drupal?\tdrupal\nspecialization in type classes using ghc\thaskell\n\"Slow \"\"Find All References\"\" in Visual Studio\"\tvisual-studio\nIs it possible to use the Drupal api to get a list of users?\tdrupal\nExcel picture tools format vba\texcel\nHow many files do search engines index per directory\tapache\nJavascript AJAX function not loading\tajax\nWhat would be the most convenient way to connect Visual Studio 2005 (C#) to Oracle8?\tvisual-studio\nVersion configuration from SQL\toracle\nHaskell type vs. newtype with respect to type safety\thaskell\nverboseCheck in QuickCheck 2?\thaskell\n\"drupal reinstalled locally, url's such as \"\"admin\"\" get page not found\"\tdrupal\nIn the Content admin page, how do I see all nodes by a specific user?\tdrupal\nApplyWebConfigModifications not working in the Farm\tsharepoint\nonly update 1 column with linq\tlinq\nApache Mod Rewrite - Replace : character with another\tapache\nLinq over Stored Procedures\tlinq\nDebugging with Oracle's utl_smtp\toracle\nbasic matlab help\tmatlab\nWhat should Apache serve and what should Tomcat serve?\tapache\nvi input mode in command line Matlab?\tmatlab\nWhy doesn't ORACLE allow consecutive newline characters in commands?\toracle\nFind location of current m-file in Matlab\tmatlab\ncannot find xml path error\tlinq\nOpen form for node/add with taxonomy terms set, no user changes wanted.\tdrupal\nTool for importing Excel spreadsheets\texcel\nAccessing Spring bean *not* by dependency injection\tspring\nUsing svn for general purpose backup\tsvn\nSVN Update of multiple files\tsvn\nScala/Erlang uses the greenThread model or not ?\tscala\nHow to parameterize @Scheduled(fixedDelay) with Spring 3.0 expression language?\tspring\nHaskell network package documentation\thaskell\nSee Page Source on a ajax based implementation\tajax\nHow to replace a line in bash\tbash\nmagento, change subcategories styles\tmagento\nwhat is the way to check whether excel cell is locked or not?\texcel\nWhat am I missing from my enironment variables for my linker to fail with LNK1181?\tqt\nLibrary support for Scala's NotNull trait\tscala\nSpring JSR303 validation doesn't work like described in Spring Documentation\tspring\nHaskell lists of datatypes\thaskell\nIs Apache Tomcat built on Apache Web Server platform?\tapache\nUninterrupted mp3 play on a website?\tdrupal\nRuntime value injection using Spring?\tspring\nIs there a book about using the MOSS API from an external .NET web application?\tsharepoint\n\"Mac OS X Terminal: Map option+delete to \"\"backward delete word\"\"\"\tosx\n\"What does Scala's \"\"try\"\" mean without either a catch or finally block?\"\tscala\nDisplaying series of bitmap in form of a movie\tmatlab\nHow to delete files older than N weeks from a Microsoft FTP server\tbash\nExclude templates in wordpress page\twordpress\nHow to create DMG file which will allow autostarting an application efter bootup\tosx\nSynchronizing SVN repo from local to server?\tsvn\n.htaccess deny access to specific files? more than one\tapache\nHelp with hooks and taxonomies: Modifying the posts query in wordpress?\twordpress\nWordpress plugin help\twordpress\nPlease suggest direction for my small scala project\tscala\nIs there any set of excercises for Scala?\tscala\nTypecast each object in an array on a single line of code, using LINQ\tlinq\nDoes PHP proc_nice leave Apache threads at new priority setting?\tapache\nHow to enable .htaccess in httpd.conf on Windows XP?\tapache\n[Qt] How many threads does Qt create to work in the background?\tqt\nWhat is the best way to create help documentation for an Excel VBA solution?\texcel\n\"How to work-around \"\"Object required\"\" error when adding a variable in an ATL Dialog\"\tvisual-studio\nEasy way to find cell reference in excel vba\texcel\nDistinct list of objects based on an arbitrary key in Linq\tlinq\nWhere to start with source-control\tsvn\nLoose coupling among objects within oracle schema\toracle\ncopy data from sheet 1 to sheet 2 in the same workbook in excel\texcel\nDynamically add fields to Matlab GUI?\tmatlab\nBash shell for Windows?\tbash\nShow file tree in visual studio 2005?\tvisual-studio\nComparing Strings in Cocoa\tcocoa\nHaskell: Show screwed up?\thaskell\nRender image in custom webpart from Picture Library\tsharepoint\nYour experiences with Visual Studio 2010 CTP?\tvisual-studio\n\"Custom development with \"\"out of the box\"\" Sharepoint\"\tsharepoint\nHaskell: How to pipe the contents of one handle into another in real time.\thaskell\nFinding files ISO-8859-1 encoded?\tbash\n\"Visual Studio 2008 Design Surface Error: \"\"The operation could not be completed. Invalid formatetc structure.\"\"\"\tvisual-studio\nSQL query to cehck blank cell in Excel\texcel\nAddress Bar in Cocoa Based Web Browser\tcocoa\nHibernate inheritance search\thibernate\nSending custom GET requests in Wordpress as clean url's\twordpress\nWorkflow that knows which fields were changed\tsharepoint\nHibernate takes 10 mins to throw exception when database is down\thibernate\nRemoving a binary attribute's data(used in NSImageView) in Core Data entity\tcocoa\nObject relational mapping in Qt\tqt\nAdvantages to adding Spring to Flex\tspring\nHow Do I Comment A Core Data Schema?\tcocoa\nGrepping complex strings in variables.\tbash\nQt app text size incorrect under MacOSX\tqt\nHow to set an initial size of a QScrollArea?\tqt\nDoes Scala support tail recursion optimization?\tscala\nmagento database\tmagento\nCocoa Interface Style\tcocoa\nCan I run JUnit 4 to test Scala code from the command line?\tscala\nExcel file with multiple sheets from SSRS Reports\texcel\nMarvell C++ compiler (for Windows CE) for building Qt\tqt\nHow to get access to the metaproperties of a file (aspecially a mp3 file) with vba\texcel\nCannot create a controller in Magento\tmagento\nDisplay solution/file path in Visual Studio IDE\tvisual-studio\nOpinion of Hosted SVN providers?\tsvn\nIn GHC, is there a way to print the exports of module?\thaskell\nDrupal 'Send Email' advanced action\tdrupal\nVirtual Mac?\tosx\nDoes my script has to update the svn server?\tsvn\nBest way to see what files are Locked in Subversion\tsvn\nWhat's the simplest way to count the number of requests to /foo/ that Apache has served?\tapache\nUnmounting removable drive in AIR 2 beta\tosx\nUnable to deploy new SharePoint site template version\tsharepoint\nUse Excel for calculations in  web app\texcel\nDTrace on Leopard: No probes specified, even when I specify probes\tosx\njquery validate & ajax.beginform\tajax\nsqlldr corrupts my primary key after the first commit\toracle\nSharepoint WebParts\tsharepoint\n\"Anyone using \"\"database projects\"\" in Visual Studio? Never heard people even mentioning them. Are they so bad?\"\tvisual-studio\nsubclipse alternative\tsvn\nproblem with MATLAB imread()\tmatlab\nparameter extends a class\tscala\nWhat's the syntax for the create table statement in Excel?\texcel\nHow do I compile mod_dontdothat on Windows\tsvn\nAccent and case insensitive COLLATE equivalent in Oracle\toracle\ninstall wordpress on subdomain or subdirectory on another server\twordpress\nCatching mouseDown events of subviews.  (Cocoa osx)\tosx\nHow to generate build dependencies after custom build tool has been launched ?\tvisual-studio\nMagento dispatching outside application\tmagento\nNested case in bash script\tbash\nOrder of slots called on QObject\tqt\nScala on the CLR\tscala\nHow to import initial data to database with Hibernate?\thibernate\nWordpress archive page\twordpress\nType Matching in Haskell\thaskell\nProtecting your images, CSS and Javascript files from being used by external sites with Apache?\tapache\n\"How to read characters Count \"\"Text Length\"\" for Excel cell ?\"\texcel\nmod_rewrite, avatar set up\tapache\nWeaknesses of Hibernate\thibernate\nUsing STSADM to export and import site collection\tsharepoint\nApache Web Server Redirect Post Request\tapache\nIn Spring Web Flow, how do I add # to the end of the flowExecutionKey to redirect to an anchor in a page?\tspring\nHow can I set up Cocoa style keyboard shortcuts in Mac Terminal.app?\tosx\nHow can I set up a simple test with Cabal?\thaskell\nConfused about user profiles in drupal\tdrupal\nTo use Cocoa bindings or not?\tcocoa\n\"Is there a way to make a region of code \"\"read only\"\" in visual studio?\"\tvisual-studio\nReturning a decyphered string as part of tuple in Haskell\thaskell\nCOM Add-in for Excel doesn't load when Excel is launched by opening file\texcel\nwordpress: Displaying a link to latest grandchild on frontpage\twordpress\nHow to define UserType' s name globally in Hibernate?\thibernate\nImplementing yield (yield return) using Scala continuations\tscala\nLINQ - Joins in a dynamic query\tlinq\nAbandoned Apache process, how long will it go on?\tapache\nConverting from binary to original array values in Matlab\tmatlab\ncustom page in magento\tmagento\nBash: Syntax error: redirection unexpected\tbash\nDoes Apache basic authentication defend brute force attacks?\tapache\nLINQ for diffing sets\tlinq\nDifferent page provided for Google Crawl\tapache\nParallelize or vectorize all-against-all operation on a large number of matrices?\tmatlab\nHow do I hide directories in Apache, specifically source-control?\tapache\n\"\"\"Cached item was locked\"\" + Hibernate\"\thibernate\nWhere are certain Wordpress files that I want to programmatically edit?\twordpress\nOk dumb question time. Linq to SQL. Join.\tlinq\nHow to trasnform query?\thibernate\nhow can we delete certain option from an drop down attribute(magento)\tmagento\nHibernate - How to cascade deletes using annotations where only unidirectional child relationship is specified\thibernate\nApache - Reverse Proxy and HTTP 302 status messsage\tapache\nCode version control when developing in .NET/SQL Server 2005 on a Mac\tosx\nideas to display and edit source code in an AJAX application\tajax\nHow can I use GDB from inside Visual Studio C++ (Express) to debug my GCC Makefile projects?\tvisual-studio\n.htaccess mod_rewrite issue\tapache\nWordpress Digg-Like Voting System Plugin\twordpress\nApache Velocity: Is there a standard way of verifying the correctness of a template from the command line?\tapache\nHow would I yield an immutable.Map in Scala?\tscala\nMagento - Problem formatting price for indian rupee\tmagento\nScala covariance / contravariance question\tscala\nVisual Haskell 2008\tvisual-studio\nHibernate Performance Tweaks\thibernate\nAdd wordpress widget to dashboard using PHP Class\twordpress\nQuerying List Data From SharePoint Web Services\tsharepoint\nSome help with hibernate Criteria query\thibernate\nQt Layout on QMainWindow\tqt\nIs there a way to view relationships in Oracle SQL Developer?\toracle\nNginx (as front end to Apache) to serve WP Super Cache static files\twordpress\nmatlab script editing\tmatlab\nApache gives me 403 Access Forbidden when DocumentRoot points to two different drives\tapache\nMatlab: string finding\tmatlab\nWhy does Mac OS sometimes launch the wrong binary when I click on a .app\tosx\nCompile Combination of qtwinmigrate + qtpropertybrowser Under VC++ 2008\tqt\nHow do I use the current date in an HQL query with an Oracle database?\thibernate\nHow do I configure a Vista Ultimate (64bit) account so it can access a SMB share on OSX?\tosx\nTruncation errors importing to SQL Server 2005 from Excel\texcel\nRemove progress bar from published document in MATLAB\tmatlab\nJavascript or XUL windows WITHOUT iframe\tajax\nApache 2 Sites-Available Configuration\tapache\nIntegrating Drupal + Moodle + MediaWiki with OpenID\tdrupal\nHow to Import Excel to Datagrid without OleDB?\texcel\nMigrating MOSS 2007 from SQL 2000 to SQL 2005 - Addendum\tsharepoint\nHow to implemnt benfords law in matlab\tmatlab\nIs it possible to customise drupal node reference and pass your search and a argument from another field\tdrupal\nHow to track Ajax requests using Google Analytics?\tajax\nRetrieving names of over-ridden theme hooks in views 2 (Drupal 6)\tdrupal\nHaskell dot operator\thaskell\napplication-context.xml problem for Spring ActionScript\tspring\nadd categories column to the product grid in magento admin\tmagento\nIn memory filtering of not persistent collection with Hibernate\thibernate\nStandard/good way to integrate AJAX and PHP\tajax\nBy-name repeated parameters\tscala\nHow to store child objects on GAE using JDO from Scala\tscala\nhibernate deletion\thibernate\nWhy doesn't Visual Studio always render my page correctly when debugging locally?\tvisual-studio\nCompare strings in haskell\thaskell\nHow do I interpret error codes from FrontPage Extensions?\tsharepoint\nWhich Oracle version supports cube and rollup?\toracle\norder detail with sql query in magento?\tmagento\nSpring/Eclipse 'referenced bean not found' warning when using <import>?\tspring\nCan I construct a BigInt with any byte array (Scala)?\tscala\ndeploy webaprt with feature\tsharepoint\nHow to upload the default checkout procedure in magento\tmagento\nHow does one store and retrieve custom session variables in Drupal 6?\tdrupal\nHibernate mapping error\thibernate\nUsing a filename with spaces with scp and chmod in bash\tbash\nproblem when retrieve data from hibernate many to many relationship\thibernate\nCore Data bindings with subviews and multiple NIBs\tcocoa\nBest Practice to renumber items in a list? SQL or C#/VB.NET\tlinq\nOptimizing Oracle instances\toracle\nreturning untemplated output in drupal from menu callback function\tdrupal\nHow to use the jQuery Cycle Plugin with WordPress?\twordpress\nLinq query with left join and group\tlinq\nApache error [notice] Parent: child process exited with status 3221225477 -- Restarting.\tapache\nHow to compare files with same names in two different directories using a shell script\tbash\nHow to resize a matrix in matlab\tmatlab\nHow to use generic collections together with LINQ-to-entities\tlinq\nSpring Injecting into Struts RequestProcessor\tspring\nprinting document path with SSI\tapache\nDo I need to buy Visual Studio Professional?\tvisual-studio\nGetting All categories in external page.\tmagento\nASP.net Modal Pop up extender and DropDownlist autopostback\tajax\nWhat's the best way to store milisseconds in Oracle?\toracle\nASP.net gridview sorting with linq result\tlinq\nHow do I suppress the 'Returning cached instance of singleton bean' logging message in Spring/Java?\tspring\nmatlab: matrix generation help\tmatlab\nDisabling StyleCop rules\tvisual-studio\nHaskell as REST server\thaskell\nString contains in bash\tbash\nLoading Properties with Spring (via System Properties)\tspring\nHow do I expose Excel 2003 Spreadsheets to PerformancePoint 2007?\texcel\nWordpress Gallery Links\twordpress\nCommand-line parameters in Shell Script?\tbash\nWhy doesn't this match?\tscala\nDrupal reseting user Password\tdrupal\nVS2005 + cant select windows service as project type\tvisual-studio\nMap function for custom n-ary tree\thaskell\nProblem refreshing tables in the LINQ to SQL designer\tlinq\nIs Scalas/Haskells parser combinators sufficient?\tscala\nDrupal, Views, Exposed filter: custom default selected tags\tdrupal\nReturning SQL Insert ID when using Jquery/AJAX to insert row into database\tajax\nInsert a Newline in Excel Formula (MacOS)\tosx\nHibernate Save Object Question\thibernate\nWith Apache httpd, how do I configure no caching for a given UserAgent?\tapache\nA Stackoverflow mapping (Hibernate)\thibernate\nIs there a good way to QuickCheck Happstack.State methods?\thaskell\nPanel page URL - Need to access named arguments\tdrupal\ngenerified commons collection\tapache\nHow to change SharePoint extended webapplicaion`s web.config file\tsharepoint\nLINQ: custom column names\tlinq\nUsing awk (or sed) to remove newlines based on first character of next line\tbash\nConfused about LINQ parameters\tlinq\nHow to set up multi-threading in Spring Batch?\tspring\nScala - replaceAllIn\tscala\nImplementing unsafe Java interfaces\tscala\nWhat's the accepted way to implement export functionality in a document-based Cocoa app?\tcocoa\nCreate A Product Review In Magento\tmagento\nmemory management problem in mexFunction\tmatlab\nreading a text file to matlab with different formatting\tmatlab\nVery dumb question about IntelliJ IDEA\tscala\nHibernate translation capabilities\thibernate\nNSApplication delegate and Preference Panes\tcocoa\nhaving problem with this ajax module !\tajax\nHow do you make a button link to a website in Cocoa?\tcocoa\nQt: Defining a custom event type\tqt\nKVO and Bindings problems using my own (not the shared) NSUserDefaults object\tcocoa\nSelect all points in a matrix within 30m of another point\tmatlab\nTwo rapid AJAX calls confuses PHP\tajax\nPerforming part of a IQueryable query and deferring the rest to Linq for Objects\tlinq\nExcel: filtering a time series graph\texcel\nHow to kill a process in MacOS?\tosx\nHow can get the sum of different cell values in excel using POI\texcel\nhow do I do a single point authentication with php, apache and LDAP\tapache\nHow do I escape an ampersand in a javascript string so that the page will validate strict?\tajax\nHow to find and tail the Oracle alert log\toracle\nEhcache / Hibernate and RMI replication with large number of entities\thibernate\nhibernate DAO desugin\thibernate\nHow to keep the installer's version number in sync with the installed assemblies' version numbers?\tvisual-studio\nEcommerce Site Solutions: to pay or not to pay?\tmagento\nValue of uninitialized persistent variable in MATLAB\tmatlab\nCocoa Threadsafe Mutable Collection Access\tcocoa\nDotNet Linq alternatives/equivalents?\tlinq\nUsing a constant NSString as the key for NSUserDefaults\tcocoa\nUpdate from svn wtihout merging automatically\tsvn\nPattern-matching Seq's in Haskell\thaskell\nSet line weight for all series in Excel 2000 pivot chart\texcel\nUploading images via FCKeditor in drupal\tdrupal\nHow do you make an etag that matches Apache?\tapache\nHow to do custom-query based collection mappings in Hibernate?\thibernate\nmatlab - int array to binary array\tmatlab\nOracle database allows invalid time portion of datetime column values under what circumstances?\toracle\nUsing varargs from Scala\tscala\nHow can I filter blog posts by author?\twordpress\nGit instaweb httpd configuration to use apache2 on OSX Leopard server\tosx\nCustom script in .screenrc\tbash\nHow to automate converting Excel xsl files to Excel xml fromat?\texcel\nMoving Qt UI code out to separate class\tqt\nWordpress menu of categories\twordpress\nBest Practice for Subversion and Image Uploads\tsvn\nhow to set shipping cost per product\tmagento\nBASH: Hashing Multiple Files Recursively\tbash\nCalling an blocking Actor from within an Actor\tscala\nWhy does an NSView's frame: method return the wrong results?\tcocoa\nAjax Dial Control?\tajax\nRunning Matlab on Nvidia CUDA\tmatlab\nQt winId() forcing 32bit values\tqt\nDuplicate entry error in MySQL/Hibernate\thibernate\nundesired size change in matlab saving image plot\tmatlab\nImplementing a string class that does case insensitive comparisions in Scala\tscala\nCommon practice for higher-order-polymorphism in scala\tscala\nhow to set UTF8 lang on Tomcat running on Mac OS 10.5.8?\tosx\nselect a random sample of results from an oracle query\toracle\nSharepoint Lists.asmx: query returns deleted items?\tsharepoint\nforms called by ajax\tajax\nVisual Web Developer and multiple sites on the same FTP server\tvisual-studio\nHow to query a date in HQL (Hibernate) with Joda Time?\thibernate\nHow do I REALLY reset the Visual Studio window layout?\tvisual-studio\nCalculate most common values\tmatlab\nJPA Hibernate One-to-One relationship\thibernate\nCopy html content from iframe into Div (AJAX) ?\tajax\nHow do I get attribute set name ?\tmagento\nRecalculate attribute on every change of another attribute in Core Data MO.\tcocoa\nCocoa QTKit and recording movies\tcocoa\nMATLAB's fminsearch function\tmatlab\nAdd upload feature to Magento CMS\tmagento\nObserving Properties with Custom Accessors\tcocoa\njquery tablesorter + ajax div content update problem\tajax\nProblem with Oracle Sql Loader control file\toracle\nIs it possible to provide default value for subscripting in Matlab?\tmatlab\nWhere is the ASP.NET MVC AJAX documentation?\tajax\n\"How to export \"\"autonumber\"\" field from one database to another using hibernate?\"\thibernate\nLinq to Objects - Where search within a list\tlinq\n\"Magento \"\"Miscellaneous scripts\"\"\"\tmagento\nHow do I compress this Oracle resultset into values according to row priority, ignoring nulls?\toracle\nExcel: Default to TEXT rather than GENERAL when opening a .csv file\texcel\njavascript vs jquery?\tajax\nManually iterating a line of a file | bash\tbash\nWhat is your favorite Resharper/Visual Studio shortcut?\tvisual-studio\nSpring MVC very confused about controller mappings\tspring\nConcise Haskell book\thaskell\nSpring: Getting FactoryBean object instead of FactoryBean.getObject()\tspring\nCould you show me a site where ajax-driven country-region-city drop down list is used?\tajax\nEasiest and quickest way of Web enabling old VBA apps\texcel\nWordpress databse insert() and update() - using NULL values\twordpress\n\"Looking for examples of how to use \"\"@_*\"\" when doing pattern matching in Scala\"\tscala\nCan you add values to an Oracle APEX Shuttle item using a textbox?\toracle\nDoes Spring MVC form submit data bind children objects automagically?\tspring\nEchoing a string that contains PHP (in WordPress)\twordpress\nMS Excel wildcard lookup\texcel\nComments field in SharePoint Issue Tracking list\tsharepoint\nHow can I debug my Qt application?\tqt\nHow to automate the padding for arbitary images using MatLab?\tmatlab\nAdd spaces to the end of some Bash autocomplete options, but not to others?\tbash\nBuild failure during install sqlite3 on Mac OS X 10.6 using MacPorts 1.8\tosx\nStyling a QScrollBar by QStyle\tqt\nBest way to escape characters like newline and double-quote in NSString\tcocoa\n\"Error while validating HTML \"\"document type does not allow element \"\"li\"\" here; missing one of \"\"ul\"\", \"\"ol\"\", \"\"menu\"\", \"\"dir\"\" start-tag\"\"\"\twordpress\nHow to ensure that  methods called from same thread use the same DB session\tspring\n(type theoretical) How is ([] ==) []  typed in haskell?\thaskell\nQuadtree Decomposition - MATLAB\tmatlab\nCAML queries: how to filter folders from result set?\tsharepoint\nQuickest query to check for the existence of a row in Oracle?\toracle\nSSL and mod_rewrite error\tapache\nHow do you move an admin menu item in Magento\tmagento\nwhat does this configuration in apache mean?\tapache\nApache uses excessive CPU\tapache\nDesign an NSView subclass in Interface Builder and then instantiate it?\tcocoa\nMy Code is Jquery or AJAX\tajax\nhow to count number of elements of same value in a matrix?\tmatlab\nMac OS X: Best way to implement a card game GUI\tosx\nRedirect old permalinks (page_id=x) wordpress\twordpress\nIndenting Bash Script Output\tbash\nwhere is the Oracle Event Log located?\toracle\nGrouping commited files together (as a single commit) after you've already committed them to the repository in Svn?\tsvn\nShowing specific categories\twordpress\nWordpress permalinks: only using the post_id from the URL\twordpress\nOracle 10g - An invisible column?\toracle\nCocoa: Any checks required for multiple asynchronous NSURLConnections?\tcocoa\nCollecting IO outputs into list\thaskell\nCreating a Draggable Widget System\tajax\nWSS 3.0: change parent type for a content type.\tsharepoint\nHibernate Validation and Spring 3.x\thibernate\nSpring - binding to an object rather than a String or primitive\tspring\nDifference between Array and List in scala\tscala\n\"Why \"\"Follow symbol under cursor\"\" does not work in QT Creator for Mac OS X?\"\tqt\nFeatured articles list\twordpress\nWordpress multilanguage plugin\twordpress\nYou do not have sufficient permissions to access this page.\twordpress\nWhy the option to use attributes in new ATL projects was removed from Visual Studio 2008?\tvisual-studio\nreturn 404 error on existing directory\tapache\nbash script to edit xml file\tbash\nSorting an XML file with Qt\tqt\nApache+SVN Setup - Receiving Forbidden on some SVN requests but not all\tapache\nCreating mouse cursor/pointers in OS X Leopard\tosx\nHow do I get a user GUID from a selected item in a DropDownBox that is databound to a LINQ datasource?\tlinq\ncomparing all elements of two arrays in matlab\tmatlab\niframes vs ajax\tajax\nApache mod_rewrite with multiple parameters\tapache\nAvoiding explicit recursion in Haskell\thaskell\nHow to iterate over all the page breaks in an Excel 2003 worksheet via COM\texcel\nerror outputting html with javascript\tajax\nIs it possible to Serialize a LINQ object?\tlinq\nHow can the crosshair of ginput be restricted to one plot?\tmatlab\nhow do you open a PDF at a specific page from the command line? (OSX or Linux)\tosx\nProtect Excel Worksheet for format and size and allow only for entry\texcel\nIs there a way to add a Subversion section to the right click menu for TextMate ?\tsvn\nAutomatic casting in Scala\tscala\nFor loop with non-contiguous range\texcel\nHow do you call Scala objects from Java?\tscala\nscala case classes questions\tscala\nUnable to cast object of type 'System.Data.Linq.DataQuery`1[System.Int32]' to type 'System.IConvertible'.\tlinq\nHibernate: Check if object exists/changed\thibernate\nExpand Drupal menu by default\tdrupal\nScala passing type parameters to object\tscala\nSVN authz, path-based authentication woes\tsvn\nUse list item on Master Page\tsharepoint\nDrupal - Getting node id from view to customise link in block\tdrupal\nwhy is the springsource.com website built in drupal?\tdrupal\nAutomatically enforcing a max database table size by dropping old rows\toracle\nApproaching Text Parsing in Scala\tscala\nVSTS Database Edition and the GDR project structure\tvisual-studio\nMatLab: get variable type\tmatlab\nOutOfMemory when reading big amounts of data using hibernate.\thibernate\nscala: tracing implicits selection and other code magics\tscala\nHow to set a variable in Wordpress's $wp_query\twordpress\njavascript not working, no errors\tajax\nImplementing an Excel External Data source\texcel\nSoftware to Synchonize Oracle Schema\toracle\nHow to force bash autocomplete to one command ?\tbash\nBest way to select out of millions of rows in an Oracle DB\toracle\nWhat's the most minimal way to achieve Dependency Injection?\tspring\nhow to configure the formatting of file upload in drupal 6\tdrupal\ndrupal twitter service link\tdrupal\nCreating an excel macro to sum lines with duplicate values\texcel\nThread.join not behaving as I expected in scala\tscala\nHow to write two-dimensional array to xml in Scala 2.8.0\tscala\nWhat is the type signature of this Haskell function?\thaskell\nMany-to-Many implementation in linq-to-sql\tlinq\nMagento SSL links\tmagento\nset/get fn-lock for a macos application\tosx\nDo you use version control other than for source code?\tsvn\nbash string to date\tbash\nAjax response that slides open a div\tajax\nMagento search is not working\tmagento\nWordpress + VMware CSS path problem\twordpress\nLoops on a Matlab program\tmatlab\nGetting error when submitting form using SpringMVC and REST\tspring\nREST/Ajax deep linking compatibility - Anchor tags vs query string\tajax\nHow to remove trailing whitespace in a database column?\thibernate\nRetrieving the First Non-Option Command Line Argument\tbash\nSharePoint : Query list items added/ updated after user's last visit\tsharepoint\nCan someone explain these errors to me?\tcocoa\nHow to make spring load JPA classes from multiple paths?\tspring\ndouble or single bracket, parenthese, curly bracket\tbash\nHow do I encapsulate some text information in an image and extract it using MATLAB?\tmatlab\nExcel formating using JXL\texcel\nTrack inventory for add custom options in add simple product.\tmagento\nIs this possible with Magento?\tmagento\nAJAX XMLHttpRequest object limt\tajax\nhow to add options for the drop down menu  (magento)\tmagento\nAjax Returns Random Values?\tajax\nbest way to get a vector from sparse matrix\tmatlab\nUpdate autoselect value option dynamically using Ajax.InPlaceCollectionEditor\tajax\nPausing after debugging command line application in Visual Studio\tvisual-studio\nPlacing one vocabularly underneath another?\tdrupal\nBash script for downloading files with Curl\tbash\nstring comparison in bash\tbash\nRecommendations for AJAH Library\tajax\nWordpress Event list\twordpress\nWhat's the best way to use username/password auth in a Ruby script in OS X?\tosx\nHow to drop and create new repositories with as subversion server?\tsvn\nGetting an application context\tspring\nGood download manager for Drupal?\tdrupal\nRendering images with Processing.org on Java servlet\tscala\nExcel: list ranges targeted by INDIRECT formulas\texcel\nIs it possible to emulate Mac Osx Finder search highlight in HTML + CSS?\tosx\nEffecient queue in haskell.\thaskell\nWhy Isn't My C Code Being Compiled To An EXE\tvisual-studio\nReshape 3d matrix to 2d matrix\tmatlab\nHow do I connect a curve of fixed length between two points in space using Matlab?\tmatlab\nLINQ Entities as business objects - pro/cons\tlinq\nslimbox after ajax call, using next/previous functions\tajax\nHow do I create a self signed SSL certificate to use while testing a web app.\tapache\nSplit string in Linq select statement\tlinq\nautocommit and @Transactional and Cascading with spring, jpa and hibernate\tspring\nWeb application deployment to limited user population\tapache\nOS X Widget issue with Control Region and Flash\tosx\nEXCEL　ＶＢＡ　ｑｕｅｓｔｉｏｎ，　ｈｏｗ　ｔｏ　ｒｅｔｕｒｎ　ａ　ｒａｎｇｅ　ｏｆ　ｃｅｌｌｓ　ｗｉｔｈｏｕｔ　ｕｓｉｎｇ　ｌｏｏｐ？\texcel\nHow to block until certain notification is posted in Cocoa?\tcocoa\nSharepoint selectors in Central Administration don't work in IE 6 on the server VM (MOSS 2007)\tsharepoint\nHow can I set the value of a column for every row in a table using LINQ?\tlinq\nIterate over list in haskell?\thaskell\nUsing @PostConstruct annotation in Spring 3.0.0.RC1\tspring\nInvoking methods in QThread's context\tqt\nHow to set a folder as classpath in jarbundler\tosx\nHibernate with Tomcat vs Hibernate with JBoss\thibernate\nCan anyone tell  me about the Event Handler or Callback on switching of the front process on Mac?\tosx\nHow to get Scala plugin and AJDT to be installed in same Eclipse\tscala\nSet User Setting at the Top right corner ( Drupal)\tdrupal\nSpring SimpleUrlHandlerMapping not allowing routing for any html page\tspring\nHow can I use LINQ to return a list of Countries but place a particular country aribitrarly at the top?\tlinq\nPossible: Program executing Qt3 and Qt4 code?\tqt\nGet Current Top Level Category with Magento\tmagento\nDemanging typeclass functions in GHC profiler output\thaskell\nHibernate, aliases\thibernate\nHibernate - How to use an Enumeration as Map's Key\thibernate\nIYO: worst subversion misfeatures?\tsvn\nOperator precedence and associativity in a parser (Haskell)\thaskell\nHow to make a legacy webapp spring aware at the container level for bean autowire into Servlets?\tspring\nBetter Understanding an OC4J Stack Trace\toracle\nCocoa : How to make a control invisible?\tcocoa\nPassing variables from one form to another in QT\tqt\nVisual Studio Debugging/Building\tvisual-studio\nHow do you define a local var/val in the primary constructor in Scala?\tscala\nHow do I limit the number of rows returned by an oracle query?\toracle\nUsing a dictionary file with sed\tbash\nHibernate and Oracle native functions\thibernate\nMagento - Magento Cache\tmagento\nUsing Cepstrum for PDA\tmatlab\nMagento Custom Module Admin Permissions\tmagento\nSharePoint site definitions not showing up in template list -- why?\tsharepoint\nmake a new product active by default in magento\tmagento\nRun javascript without UIWebView possible?\tcocoa\nHide buttons from titlebar in Cocoa\tcocoa\nTable Join Efficiency Question\toracle\nmagento https + IE8 Alert Porblem\tmagento\nchange search entite store message magento\tmagento\ndrupal contact form module\tdrupal\nSet REMOTE_ADDR to X-Forwarded-For in apache\tapache\nHow can i add form in excel sheet\texcel\nHow do I update a constraint on my CALayer?\tcocoa\nHow to automatically convert VS2003 classes to partial Designer.cs files?\tvisual-studio\nGlobal Variables in Cocoa/Objective-C?\tcocoa\nSharepoint COMException 0x81020037\tsharepoint\nbuilding .exe format from matlab\tmatlab\nHow do I write a for loop in bash\tbash\nGet size of file requested via ajax\tajax\nLighttpd and WebDAV for serving a Subversion repo\tsvn\nWhat are some use cases for various DispatcherServlet.detectAllXxx flags?\tspring\nselectively show wordpress posts based on category\twordpress\nOracle NUMBER problem: Decimal to Int64 cast\toracle\noracle - how to create date from an already existing date\toracle\nscala dot syntax (or lack thereof)\tscala\nMatlab - Propagate unit vectors on to the edge of shape boundaries\tmatlab\nSharepoint: Web part loads user control; Postback events are not triggered\tsharepoint\nHow do I make Apache know which app directory to use for different domains?\tapache\nDo you always use a second-level cache in Hibernate?\thibernate\nTemporary redirection of stderr in a bash script\tbash\nDistributing loadable builtin bash modules\tbash\n\"Magento Admin Dashboard graph displays \"\"no data found\"\" sometimes, how do I remove that?\"\tmagento\nProject portal bombed after installing VS 2008?\tsharepoint\nWhy so Long time span in creating Session Factory?\tspring\nSharePoint/Exchange Distribution List Mirroring?\tsharepoint\nHow do I write a constant-space length function in Haskell?\thaskell\nWordpress website is automatically redirecting after load\twordpress\nare there any commands that are usually used for comparing time in bash shell script?\tbash\nHow to get ascii value of character in haskell?\thaskell\nFind checkout history for SVN working folder\tsvn\nWordpress - Shadowbox skinning & sizing\twordpress\nupload data from excel to access using java\tapache\nHow to avoid stale MySQL/Hibernate connections (MySQLNonTransientConnectionException)\thibernate\nSecurity or other gotcahs in Apache-CGI-Bash application?\tbash\nWhy are my Qt plugins not loading?\tqt\nMapping over multiple Seq in Scala\tscala\nHow to get out parameters working in SharePoint workflows\tsharepoint\nAre there any add-ons for Visual Studio to help manage todo comments?\tvisual-studio\nMagento - Adding to the Layout\tmagento\nHow to Stop NTFS volume auto-mounting on OS X\tosx\nIs Spring ever going to combine MVC and WebFlow?\tspring\nSetting up a code repository for a small web development company\tsvn\nJava5 on Snow Leopard\tosx\n\"Drupal views - how to remove string pattern using \"\"Rewrite the output of this field\"\"?\"\tdrupal\ncannot find class manifest for element type T\tscala\nCan you recommend books for getting started with Web Development on a Mac?\tosx\nHow to change behaviour of QMainWindow / QDockWidget separator\tqt\nNeed ideas on outputting table data to a CSV using PL/SQL in a dynamic fashion\toracle\nExcel sum with relative positions\texcel\nalternative to htaccess for windows?\twordpress\nHow to shell to an exe and pass cell values from Excel worksheet.\texcel\nMagento: Two flat rate Shipping Rates based on weight\tmagento\nIncluding String Expressions in bash Commands\tbash\nMagento - Custom Payment Module\tmagento\nUpdate two different values with one AJAX respons\tajax\nneed to rate with stars different things in one Wordpress post/page\twordpress\nSeralization in WCF/C#/VS-2008/Linq\tlinq\nDrupal: how to upgrade a running production website to a dev version?\tdrupal\nEmail check regular expression with bash script\tbash\nUsing checkboxes with Jquery AJAX\tajax\nSpring & Hibernate EJB Events\thibernate\nDrupal: Two-way communication between unregistered customer and admin\tdrupal\nWhat is a proper way to manage a flexible, typed, immutable data structures in Scala?\tscala\ninstalling Oracle Instantclient on Mac OS/X without setting environment variables?\toracle\nMagento - Why is my shipping total not shown in the checkout?\tmagento\nBetter data stream reading in Haskell\thaskell\nGet a node to show up underneath a View's menu item\tdrupal\n[Haskell] Adding a Show instance to RWH's RandomState example.\thaskell\nHow to end line with QTextEdit [Qt] [C++]\tqt\nCustomization of hook function\tdrupal\n$op variable for form_alter\tdrupal\nLogging facilities and qt\tqt\nDropdown Menus In Drupal?\tdrupal\nProgram version using the database?\toracle\nHow can I create and develop new database projects in Visual Studio?\tvisual-studio\nIs there a limit to the number of Ajax requests that can be launched on Apache\tajax\nWhat are the details behind the way Wordpress stores user authentication data?\twordpress\nSharepoint and multiple workflows\tsharepoint\nWordpress : always display comments with articles\twordpress\nFind all .rpt files in VS solution\tvisual-studio\nHow to define / configure priority for multiple aspects using Spring AOP (or AspectJ)\tspring\nPython QtreeWidget: return tree hierarchy\tqt\nHow to @Autowire objects in Validator classes?\tspring\nAJax Testing - Add a delay\tajax\nHow do you change Visual Studio's default web browser? (not .aspx)\tvisual-studio\nA Gentler Introduction to Functional Programming\thaskell\nIs it true LINQ is getting scrapped?\tlinq\nusing bash to fix maildir mtimes problem\tbash\nHow do I specify which Oracle client install to use?\toracle\nAdd Custom Tag to Visual Studio Validation\tvisual-studio\n\"How do I control a job's \"\"name\"\" in Bash?\"\tbash\nbash if -a vs -e option\tbash\nWhat software switcher (KVM) do you use for multi platform development?\tosx\nConverting Wordpress Categories into Tags\twordpress\nWTFs of Sharepoint 2007, what we need to know ?\tsharepoint\nstring value is truncating when saved to the database\thibernate\n\"Bash comparing stored \"\"boolean\"\" value with what?\"\tbash\nDrupal's profile_save_profile Doesn't Work in hook_cron, When Run by the Server's cron\tdrupal\n\"WordPress: Is it possible to have \"\"rss content\"\" AS the \"\"post\"\" itself on blog.wordpress.com?\"\twordpress\najax and asp.net tutorials\tajax\nMagento - Add a button to system.xml with method attached to it\tmagento\nAJAX textarea blocked for writing when processing request\tajax\nwhats wrong with this ajax script?\tajax\nMagento 1.5 install on Mac OSX - Errors on Installer\tmagento\nSearch and replace in apache htaccess a RewriteRule\tapache\nAre there any tools to convert Markdown documents to HTML en masse?\tbash\nCOUNTIF - establishing a specific range in excel\texcel\nhow do I install apache portable runtime\tapache\nWhat svn command would list all the files modified on a branch?\tsvn\nHow to Introduce jquery auto complete for drupal5\tdrupal\nMultiply a 3D matrix with a 2D matrix\tmatlab\nHow do I dump one project out of a SVN repository which contains multiple projects\tsvn\nVisual Studio 2008 sometimes won't open .aspx html markup\tvisual-studio\nRewriteMap activation\tapache\nHow can I trigger Core Animation on an animator proxy during a call to resizeSubviewsWithOldSize?\tcocoa\nHow to Rotate a CALayer-backed NSView subclass\tcocoa\nModifying Excel spreadsheet with .NET\texcel\nHttpcontext working problem with AJAX\tajax\nLock screen by api in mac os X\tosx\nProtected Sheets in Excel Service\tsharepoint\nObjective-C Tidy\tcocoa\nMultiple complexFilter in Magento's api v2\tmagento\nWordpress Split Archives into 5 sections based on Category and tags\twordpress\nWhy sometimes when I paste a command on my bash prompt it gets executed?\tbash\nIs it possible to know from which package a procedure has been called ?\toracle\nUse of type synonyms in monad transformers\thaskell\nCustom tray icon balloon tooltips in Qt?\tqt\nFixing the Radial Axis on MATLAB Polar Plots\tmatlab\nFibonacci Numbers in Haskell\thaskell\nGetting matlab timer to update matlab GUIDE gui?\tmatlab\nMagento Layered Navigation Categories\tmagento\nIs there a Breakpoint Plugin for Visual Studio?\tvisual-studio\nStrange SVN scenario - checkouts need to update with no SSH access\tsvn\nHow do I create a lock/unlock button and behavior in my secure preference pane?\tcocoa\nHow to specify default file extension for Oracle's Pro*COBOL precompiler\toracle\nDrupal session  help needed...\tdrupal\nLinq compiled queries without passing the context\tlinq\nOracle and SQLServer function evaluation in queries\toracle\nHow would you make a Checkbox Cell only display on a Certain Entitys Rows in An Outline View?\tcocoa\nWhat's a good hex editor/viewer for the Mac?\tosx\nHow do you prevent Hibernate/Oracle from converting strings with only spaces to NULL?\thibernate\nHow to programmatically confirm a user in Magento?\tmagento\nNeed some help understanding cat in high dimensions of matlab\tmatlab\nHow to I rename a file using the SharePoint web services?\tsharepoint\nCocoa String Question\tcocoa\nCan Excel Conditional Formatting use UDFs in the condition?\texcel\nMultiple stores and multiple admins with different roles.\tmagento\nWordpress: show category posts\twordpress\nProject dependencies across multiple Visual Studio versions\tvisual-studio\nHow do I alter request parameters before posting XHR action in Ruby On Rails?\tajax\nSpring's AuthenticationProcessingFilter override\tspring\nhow can I draw a circle on an image in Matlab?\tmatlab\n$_Server['REQUEST_URI'] seems to have gone... where?\tapache\nHave svn automatically detect your user credentials?\tsvn\nStrip Characters Before Period If Filename Has Prefix in Bash\tbash\nDetecting program errors in bash scripts?\tbash\nMoss Farm Issue (Front End) Web Application Service Won't Start...\tsharepoint\nmod_rewrite to a directory\tapache\nC# Is there a Linq to HTML, or some other good .Net HTML manipulation API?\tlinq\nLINQ to SQL entity column name attribute ignored with guid primary key\tlinq\nTrouble installing/compiling lua on macosx\tosx\nCase classes vs Enumerations in Scala\tscala\nFeedly is based on what ajax framework?\tajax\nQt: How to get the file/resource path for a QIcon\tqt\nHow to style QTabBar close button\tqt\nUITextField changing font size via Interface Builder\tcocoa\nHow would you optimize the\tdrupal\ncompare each element of row matrix with each element of other row matrix in matlab\tmatlab\nLinewidth and precision of ezplot\tmatlab\nWhat Python bindings are there for CVS?\tsvn\nNSView leaves artifacts on another NSView when the first is moved across the second\tcocoa\nWordpress Demo Pages for Tutorials\twordpress\nLibrary for parsing Visual Studio Solution files?\tvisual-studio\nScala Regex enable Multiline option\tscala\nWhat is Scala way of finding whether all the elements of an Array has same length?\tscala\nKeyboard shortcut to close all tabs but current one in Visual Studio?\tvisual-studio\nUsing Apache HttpClient to login to Google Account\tapache\nSpring MVC\tspring\nbitwise exclusive OR in Oracle\toracle\nsubversion diff including new files\tsvn\nHow can I do a single SVN commit across multiple externals at the command line?\tsvn\nDisplaying attributes in magento\tmagento\nOS X command line text conversion\tbash\nRequest handling methods in spring\tspring\nNSString into NSData\tcocoa\napache HTMLUNIT..... PROBLEM in handling javascript\tapache\nReplacing characters with numbers in Haskell\thaskell\nSpring Advice - submitting a form\tspring\nApache Felix Bundle Repository - Calling from another bundle\tapache\nHow do I list all Entries with a certain tag in Wordpress?\twordpress\nREST Service exposed on WCF not populating parameter values\tajax\nTest for posts matching specific category and not belonging to exclusion category\twordpress\nBASH: Merging multiple files given different file name prefixes in an array\tbash\nPattern matching in a let expression\thaskell\nTypesafe Primary Key in Hibernate/JPA\thibernate\nHow can I assign the output of a function to a variable using bash?\tbash\nUsing Hibernate with Dynamic Eclipse Plug-ins\thibernate\nHow can I detect that the number of rows in an NSTableView has changed?\tcocoa\nSuccess with OS X and Vmware for iPhone development?\tosx\nFind only relevant points in MATLAB\tmatlab\nPrevent visual studio creating browse info (.ncb) files\tvisual-studio\nlift net.liftweb.http.S#param doesnt works like wiki says\tscala\nspring - hibernate load *.hbm.xml from classpath resource\tspring\nGetting Oracle's MD5 to match PHP's MD5\toracle\nDrupal/Ubercart ... node styling?\tdrupal\nInserting a value into an ordered tree in Haskell\thaskell\nRun Visual Studio 2008 Macro on Pre Build Event\tvisual-studio\nHow could I get my SVN-only host to pull from a git repository?\tsvn\nWhat is the difference between a hash join and a merge join (Oracle RDMBS )?\toracle\nHandling wild card subdomains with Apache, excluding www, including SEF\tapache\nHow can I chop down a transaction in Spring with JPA?\tspring\nHow to get a pointer value in Haskell?\thaskell\nLinq dynamic select casting issue\tlinq\nCocoa Mail Framework\tcocoa\nHidden data in Excel, extracting data origionally linked to an MDB file.\texcel\nAjax send function wont fire?\tajax\nWhats the difference between IO String and normal String in Haskell\thaskell\nIs there a non-deprecated raster graphics framework for Mac OS X?\tosx\nProblem in inserting element to listview in QT\tqt\nHow do I solve this possibility problem with MATLAB?\tmatlab\nHow to manage list version history in WSS 2.0\tsharepoint\ncannot override a concrete member without a third member that's overridden by both\tscala\nIs there a way to list the functions in a module in GHCI?\thaskell\nContext help in Visual Studio\tvisual-studio\nHow to set some custom variables on Matlab startup\tmatlab\ncom.apple.Dont_Steal_Mac_OS_X\tosx\nPassword Protect for fun\twordpress\nWhy does OS X define 'nil'\tosx\nChange Spring email settings based on dev/test/prod mode\tspring\nHow would you add a Group Feature like iChat's to your Core Data App?\tcocoa\nCommon Rewrite Setting For Multiple VHosts\tapache\nSharePoint web-services above site level\tsharepoint\nDoes Haskell require a garbage collector?\thaskell\nHaskell compile time function calculation\thaskell\nWhat is the correct way to dynamically set environment variables before running Excel?\texcel\nCan DWR add a session attribute that Spring can access via @ModelAttribute when submitting a form?\tspring\nPackaging an excel addin\texcel\nSQL not equals & null\toracle\nGetting the correct scala actor sender reference when sending from an different class\tscala\nVisual Studio C++ Debugger: No hex dump?\tvisual-studio\nImplementation/Integration of Email Subscription form for a Wordpress theme\twordpress\nProgrammatically ship and comment single item of an order in Magento\tmagento\nQt - QScrollArea widget clipping contents\tqt\nCan I make a generic CompiledQuery that accepts multiple tables and generic types?\tlinq\nscala implicit or explicit conversion from iterator to iterable\tscala\nchange order of blocks via local.xml file in magento\tmagento\nScala doesn't have enums - what to use instead of an enum\tscala\n\"Monad \"\"bind\"\" function question\"\thaskell\nCollections from LINQ to SQL and the abiltiy to filter.\tlinq\nscala programming question\tscala\nHow do I compare the number of lines of code in one version of a project to another?\tsvn\nCustom Ajax Extender - Collection Property\tajax\niPhone + Sharepoint\tsharepoint\nHow to change the height of an NSProgressIndicator?\tcocoa\nSubversion commit failed Merge of file: 200 OK\tsvn\nExtending a scala collection\tscala\nGetting the Local AppData folder in Haskell\thaskell\nSet Hibernate root folder\thibernate\nHow to reassign the address of a named range in Open Office VBA?\texcel\nHow to automate svn: How to automate commit transferring between branches\tsvn\nOpen Source client for Oracle?\toracle\nbash/cygwin/$PATH:  Do I really have to reboot to alter $PATH?\tbash\nLSOpenURLSpec error\tcocoa\nSpring Faces Error faces:flow-builder-services\tspring\nApache error log - file does not exist\tapache\nHow to do this in ADO.NET Entities Framework\tlinq\nVisual Studio: Is there an incremental search for the entire solution?\tvisual-studio\nWhat does this MATLAB function do?\tmatlab\nhibernate createSQLQuery bulk insert\thibernate\nBindable LINQ (BLinq) in VB.NET\tlinq\njdbctemplate, jpatemplate\tspring\nfloatValue for CGFloat\tcocoa\nWhat is meant by Scala's path-dependent types?\tscala\nAjax problems in IE/Firefox\tajax\ninitializing generic variables in scala\tscala\nsvn list of files that are modified in local copy\tsvn\nrewrite this RewriteRule\tapache\nHaskell lexer problems\thaskell\nWordpress plug-in to instantly reply to a form?\twordpress\nTurn these haskell Int lists into a different one\thaskell\nfilter people picker\tsharepoint\nSession variables\tapache\nUnder what circumstances would [[NSScreen mainScreen] visibleFrame] return null?\tcocoa\nWhat is the best way to get a reference to a spring bean in the backend layers?\tspring\nPossible to create Oracle associative array type outside of a package/procedure?\toracle\nIs there a way to know the URL of the SVN server?\tsvn\nHaskell dividing num\thaskell\nHow does Spring resolve views?\tspring\nApache RewriteRule: it is possible to 'detect' the first and second parameter?\tapache\nDrupal: drupal_set_message doesnt display a message\tdrupal\nsvn command line from eclipse\tsvn\nHow to create xhtml query strings with Scala?\tscala\nHow to make a fortran executable that runs on Mac OS X 10.5 and 10.6\tosx\nHow do I resolve a merge conflict with SVN properties?\tsvn\nCreating a jar file from a scala File\tscala\nHaskell as a highly concurrent server\thaskell\nHow to customize Subscribe2 button appearance in WordPress?\twordpress\nAggregate list values in Scala\tscala\nFind declaration and definition of function using bash\tbash\nHow to elegantly ignore some return values of a Matlab function?\tmatlab\nIs there a devenv flag to disable pdb generation at compile time?\tvisual-studio\nA view can have a drawer?\tcocoa\nPreserving leading white space while reading>>writing a file line by line in bash\tbash\nCan I use Oracle SQL to plot actual dates from Schedule Information?\toracle\nNSTextView with tokens\tcocoa\n\"Scala: How to \"\"store\"\" a function in a var?\"\tscala\nSpring 3 and a custom object wrapper for FreeMarker\tspring\nHow to set the $PATH as used by applications in os x\tosx\nHow to accept REF cursor in JAVA without importing Oracle Package\toracle\nSpring's JDBCTemplate IllegalArgumentException: datasource required\tspring\nExcel cannot  enable references / missing functions\texcel\nTrying to get generic when generic is not available.\tlinq\nIs this a bug with SharePoint Column/Field internal names in MOSS 2007\tsharepoint\nSubversion... pratical with a PHP framework app or not?\tsvn\nHow to write bash script to search for IP's in a file and put write them to another file?\tbash\nMac shell script running java program puts two icons in the dock\tosx\nBash: what expands to all files in current directory recursively\tbash\nAccessing Oracle DB through SQL Server using OPENROWSET\toracle\nWhy this Either-monad code does not type check?\thaskell\nProblem with Hibernate find method\tspring\nHow to list variables declared in script in bash?\tbash\nSpring - Weird Error in Bean Creation\tspring\nConcatenating lists in ternary trees\thaskell\nIn which process to Sharepoint 2007 Workflows run?\tsharepoint\nDrupal CCK filefield variable access\tdrupal\nHow do I do a deep copy of a node in LINQ to XML?\tlinq\nHow does Subversion handle file permissions and a .htaccess file?\tsvn\nsubversion server vs. network repository access through tortoise\tsvn\nHow to effectively manage code changes to third party applications\tsvn\nGetting CPU time in OS X\tosx\n\"Menu items become disabled in Mac when an \"\"AlwaysOnTop\"\" frame is showing\"\tosx\nset of n-linear equations in matlab\tmatlab\nForce Apache HTTPD to run in 32bit\tosx\nhow to call bash script\tbash\nHow can I make a Maybe-Transformer MaybeT into an instance of MonadWriter?\thaskell\nHiding data points in Excel line charts\texcel\nEquations Solver function in Matlab. How do I handle [eqns,vars] = getEqns(varargin{:}) errors?\tmatlab\nScala 2.8 Actor\tscala\nCan I end editing for the field editor's control without disrupting focus?\tcocoa\nGaussian smoothing in MatLab\tmatlab\nHelp with foreign key mapping in Hibernate (Spring)?\thibernate\nHow do I see the contents of Qt objects during debugging?\tqt\nIs it safe to install SVN on a production win2008 web server?\tsvn\n\"How to \"\"unpack\"\" a structure in haskell\"\thaskell\n\"Customize header of \"\"Create <content type>\"\"\"\tdrupal\nDrupal Ajax data retrieval delayed\tdrupal\nExcel: How to do DRY formatting?\texcel\nNo properties file found Error for ReloadableResourceBundleMessageSource\tspring\nWays to improve this code\tscala\nHow to search a varchar field, using LINQ, to build a list of recommendations\tlinq\nCorrect owner/group/permissions for Apache 2 vhosts files/folders under Mac OS X (10.6)?\tosx\nscala actors: long running io operations\tscala\nModifying the webparts on a users mysite\tsharepoint\nHow can I show NEW products per row from specific categories in Magento?\tmagento\nBest file system to transfer 5+GB files between OS X and Windows on removable media\tosx\nCalculating Connection/Download Speed\tcocoa\nScala build tool and test framework that play nice together?\tscala\nExcel Macro Language\texcel\na newbie question on Linq To Sql\tlinq\nTest a file date with bash\tbash\nSpring <prop> tag\tspring\nApache listing folder contents in spite of index.html\tapache\nadvantages/disadvantages for building in Wordpress\twordpress\nQX11EmbedWidget and QX11EmbedContainer\tqt\nhow to use scala internals to compile source faster than fsc (fast scala compiler)\tscala\nHow do I change a SharePoint 2007's URL\tsharepoint\nPersisting using hibernate/JPA\thibernate\nUnderstanding Haskell profiler output - what is ==_a3JO\thaskell\nAre there any Ajax(Prototype or JQuery Plugin) sample for stackoverflow-like voting?\tajax\n\"SPFarm.Local.Solutions.Add - Exception - \"\"Access Denied\"\"\"\tsharepoint\nMultiple Pivot Charts SetSourceData Error\texcel\nHow can Android connect to Drupal service?\tdrupal\nPHP image upload grey lines\tdrupal\nWSS Features and Data Storage\tsharepoint\nThe most common pitfalls for a beginner Drupa user?\tdrupal\nDo I understand Spring @Transactional behaviour correctly?\tspring\nHow come it is so expensive?\tajax\nexcel funny table syntax\texcel\n\"How do I reverse escape backslash ecodings like \"\"\\ \"\" and \"\"\\303\\266\"\" in bash?\"\tbash\nascending/descending in LINQ - can one change the order via parameter?\tlinq\nWhat’s the best approach when migrating legacy projects across versions of visual studio?\tvisual-studio\n\"Replicating Team System's \"\"Open Selection in Microsoft Excel\"\" functionality\"\texcel\nHow can I get notified of a system time change in my Cocoa application?\tcocoa\nMake OSX application respond to first mouse click when not focused\tosx\nHow does Drupal compare to SharePoint\tdrupal\nWhat is the better packaging way in Mac\tosx\ncalling a stored proc over a dblink\toracle\nproblems with excel's application.evaluate command in vba\texcel\nNumber of solutions in a visual studio solution\tvisual-studio\nDefault using directives in new C# files\tvisual-studio\nget catagory attribute in frontend\tmagento\nIs there an Environment Variable that contains the clipboard contents?\tbash\nBest way for retrieving single record results in LINQ to SQL\tlinq\nlibtiff.3.dylib: unknown required load command 0x80000022\tosx\nhow do I use a excel function inside the vba editor\texcel\nCan you disable autohide animation in Visual Studio docking?\tvisual-studio\nGetting started with AJAX with ASP.NET 3.5, what do I need on the server.\tajax\nWordpress Rss Feed problem. Please help me\twordpress\nWhere can I find a web based svn admin app that does this...\tsvn\nPreferred way to do locales in the Haskell Platform\thaskell\nRemoving a block nested in a block via the local.xml file.\tmagento\nWhat's each SVN automatic conflict resolution action performs?\tsvn\nHow to show a Splash UI before App run?\tcocoa\nIntegrating QWT 6.0.1 with QT Creator/Designer 4.8.0\tqt\nIn Oracle what does 'Buffer Gets' actual refer to?\toracle\nRead the ActiveCell content in Excel using VSTO\texcel\nVisual Studio Debug Visualizer for all types\tvisual-studio\nVisual Studio 2005 - C++ - What controls the manifest creation\tvisual-studio\nHow to reduce Scala (/ Java) startup overhead?\tscala\nJquery: ajaxSend & ajaxStop events not working?\tajax\nHibernate cascade delete not working when removing element of recreated bean\thibernate\nAre there code examples comparing Scala and JavaFX Script?\tscala\nit is possible to run more then one app under mod_aspdotnet?\tapache\nLooking for software which can build PHP scripts into Mac executables\tosx\nHibernate Query runs slow in the system, but fast when run directly.\thibernate\nHow can i represent many to many relationship to the same table/entity in hibernate?\thibernate\nHow do i get the Sum in this Linq query?\tlinq\nIs there a viable SCC integration for Subversion?\tsvn\nGetting the row of a NSButtonCell\tosx\nMac Text Editor that Support SSH Keys\tosx\nCocoa control for keywords/tags\tcocoa\nBeginner's question, trying to understand how the linker searches for a static library\tosx\nHow to import user's from oscommerce to magento\tmagento\nWhy shouldn't I use a cursor rect on a rotated NSView subclass?\tcocoa\nGenerating Member for labels:  Any reason I should?\tvisual-studio\nUnable to access Excel Form Objects through VBA when Items are Grouped\texcel\nAre there any API to turn on DXVA in Mac OSX\tosx\nLike to store all command-line arguments to a bash script into a single variable\tbash\nOracle Coherence: Is it stable?\toracle\nHow can I open a file using java stored procedure\toracle\nHow do you create an alias in Cocoa? Is a symlink good enough?\tosx\nAdding custom log locations to the OS X console application...\tosx\npixel size od NSBitmapImageRep\tcocoa\nMagento model collections - save data\tmagento\nHow to show another swf file in the webview which showing a swf file?\tcocoa\nSVN - unable to merge branch back into trunk - numerous tree-conflicts\tsvn\ncommitimg to SVN protected repository\tsvn\nWhen are -framework and -I/System/.../Example.framework/Headers/ needed?\tosx\nHow Do I Restrict All WordPress Widgets To A Given Category?\twordpress\nIs it possible to destroy loaded JavaScript, including function & local variable?\tajax\nBeginners Guide to LINQ\tlinq\nHibernate resolve foreign key lookup id by name\thibernate\nWhere is TFS work item help text displayed?\tvisual-studio\n\"Haskell \"\"do nothing\"\" IO, or if without else\"\thaskell\nDeploying CAS policies in Sharepoint using the solution framework\tsharepoint\nHow to do internal svn:externals\tsvn\nHow would one implement bash-like tab completion?\tbash\nSorting 2-D array in matlab w.r.t one column\tmatlab\nMod rewrite issue\tapache\nHow can I tell a QTableWidget to end editing a cell?\tqt\nEnforcing that a class posts a particular NSNotification?\tcocoa\nWhy modRewrite applies automatic .php to this simple Rules?\tapache\nSmart pointers in QT\tqt\nmagento category urls\tmagento\nUsing the same service & DAO from two threads\tspring\nLINQ practice exercises or puzzles?\tlinq\nLinq to XML (Base64 Encoded)\tlinq\nSpring FactoryBean and scopes working together\tspring\nWhy would .htaccess fire twice in IE when downloading a protected XLS file?\texcel\nScala Actors: Different behavior on JRE 1.5 and 1.6\tscala\nWhat's the best way to link to an external style sheet in SharePoint\tsharepoint\nLinq where in between IENumerable and List<>\tlinq\nssl_error_rx_record_too_long and Apache SSL\tapache\nWhy does Excel throw an exception on Quit when started from command line?\texcel\nHow to get the clicked menu items $mlid in Drupal?\tdrupal\nExcel, OleDb, and Leading zeros\texcel\n.NET Error:  The dependency 'Microsoft.Office.Interop.Excel' could not be found\texcel\nrecipe for adding Drupal node records.\tdrupal\n\"Oracle/SQL: Why does query \"\"SELECT * FROM records WHERE rownum >= 5 AND rownum <= 10\"\" - return zero rows\"\toracle\nIs this possible in Hibernate 3.2\thibernate\nMoving files to a directory\tbash\nMost efficient way to store simple data in drupal 6 and share with views?\tdrupal\npost commit hook to update a file under version\tsvn\nExcel Macro - Comma Separated Cells to Rows Preserve/Aggregate Column\texcel\nASP.NET Framework effects of moving from 2.0 to 3.5?\tvisual-studio\nHow to assign Date parameters to Hibernate query for current timezone?\thibernate\nSpring and Hibernate, Lazy initiation problem\tspring\nNSMatrix in ScrollView; origin settings are locked. Why?\tosx\n\"Does It Make Sense to Move to 64-bit for a \"\"Typical\"\" Mac OS X Application\"\tosx\nHibernate status\thibernate\nWindows 7, Visual Studio 2008 and Qt 4.6, 32 OR 64 bit?\tqt\nOracle client x32 and x64 coexistance\toracle\nIn Visual Studio you must be a member of Debug Users or Administrators to start debugging. What if you are but it doesn't work?\tvisual-studio\nHow to simulate [L] in .htaccess\tapache\nSpring - Best approach to provide specific error messages in a validator from a DAO?\tspring\nQt for Symbian - odd network sockets behavior\tqt\nLinq vs. database views\tlinq\n\"How to include the sqlite3 library \"\"libsqlite3.0.dylib\"\" in my application source file?\"\tosx\nProblems commiting deleted directory to SVN repository\tsvn\nSharepoint Wiki\tsharepoint\nCreate a mac dashboard widget compatible with 32-bit and 64-bit systems\tosx\nSplash page in Wordpress\twordpress\nhibernate post initialization\thibernate\nWhy is this Scala example of implicit paremeter not working?\tscala\nImages do not load on website in Safari (Mac 10.4)\tosx\nCustom SharePoint feature in multiple scopes in document library - shows up as duplicates\tsharepoint\nPrivate Video using YouTube API - Drupal\tdrupal\nNSTimeInterval to readable NSNumber\tcocoa\nAdding to the Where clause of an Update in LinQ-to-Entities\tlinq\nUsing LINQ Expression Instead of NHIbernate.Criterion\tlinq\nLinq Join on Mutliple Properties\tlinq\nHow should I branch and tag before and after a release?\tsvn\nhow to detect a build error from ant/maven via a bash script?\tbash\nhow to eliminate a particular category from query\twordpress\nIs there anything like Haskell's 'maybe' function built into scala?\tscala\nTouch files from Z->A with a delay\tbash\nIs there an equivalent to the SPWeb.Properties in the SharePoint web services?\tsharepoint\nHow to create or replace a procedure in Oracle from JBDC?\toracle\nPrint from Visual Studio Object Browser\tvisual-studio\nmagento install and chmod 777\tmagento\nNeed an example of a primary-key @OneToOne mapping in Hibernate\thibernate\nGetting only one dimension of indexes from the getSelectedIndexes function in QT?\tqt\nQt -- pass events to multiple objects?\tqt\nHow can I view the version tree for a file in SVN which shows the merges from branches back to trunk?\tsvn\nHow to make part of an NSSlider stop at tick marks?\tcocoa\nHow to create a function with vectors and vertical asymptote using MATLAB\tmatlab\nUsing Srping managed DAO without controller?\tspring\nUrgent: How to fix this virtual host setup?\tapache\nHow does TextMate draw it's own key equivalents in NSMenuItem\tcocoa\nNSZombies are eating my app's brain!\tcocoa\nSetting mod_python's interperter\tapache\nIdiom for achievieng imperative wiring in a declarative Spring xml config?\tspring\n\"Change wording \"\"Special Price\"\" & \"\"Regular Price\"\" in Magento\"\tmagento\nBash scripting - execute and grep command inside script\tbash\nAnonymous comments not saved in Drupal\tdrupal\nLINQ group by more than one group\tlinq\nHow can I maintain history of a file that is moved to a directory overwriting a file of the same name\tsvn\nSimple script to replace Apache's mod_autoindex with a user-friendly directory listing\tapache\nWhat is a good way to edit C++ on Mac OS X?\tosx\nApache: return 404 errors instead of 500 errors.\tapache\nHandlerExceptionResolver for annotated controller.\tspring\nWordpress posts don't show up\twordpress\nSumming Duplicates in Excel\texcel\nWordpress : List posts in category on '.com/categoryname' and display post on '.com/categoryname/post-name'\twordpress\nfree shipping of a single product in magento\tmagento\nHow to access Magento user's session from outside Magento?\tmagento\nWhy does Option not implement Iterable directly?\tscala\nError drawing text on NSImage in PyObjC\tcocoa\nDrupal, Views, Exposed filter, make tags unselectable\tdrupal\nStop text from wrapping with NSLayoutManager\tcocoa\nRotating images, AJAX-like, in Ruby on Rails\tajax\nGiven a date range, count # of workdays per pay period the range falls in\texcel\nCan Drupal's t() function localise English homonyms?\tdrupal\nRequest a resource with percent sign in path\tapache\nAjax form validation\tajax\nSelecting, Grouping on child list -> Single statement requested.\tlinq\nconfigure apache with sql\tapache\nDiffererence between hibernate types: boolean, yes_no, true_false\thibernate\n\"Simple Scala syntax - trying to define \"\"==\"\" operator - what am I missing?\"\tscala\nHow to deal with name/value pairs of function arguments in MATLAB\tmatlab\nConnection Reset by Peer Error\thibernate\nbash: how _best_ to create a script from another script\tbash\nHow do I LINQify this?\tlinq\nDrupal + Location Module: How to query blog entry locations\tdrupal\nHow do you map mac fonts to Windows fonts\tosx\nHow to link multiple visual studio solutions together?\tvisual-studio\nHow can I insert a post into wordpress and associate it with a category?\twordpress\nWhere to get a free country-region-city data base?\tajax\nMicrosoft T-SQL to Oracle PL/SQL translation\toracle\nWrong amount for item in Quote and Order\tmagento\nSubversion sub-repository\tsvn\nalgorithm to get result like taxonomy_get_tree(). But retrieve only non empty terms.\tdrupal\nHow to build a consolidated pivot table when the source data contains column headings that are dates?\texcel\nQt 4.6.x under MacOS/X:  widget update performance mystery\tqt\nDrupal: how to rate node filefields?\tdrupal\nscala 2.8 CanBuildFrom\tscala\n.NET 3.5 Linq Datasource and Joins\tlinq\nOracle pl-sql escape character (for a '?')\toracle\nApache Mod Rewrite\tapache\nHow to move autocompleted closing tag in Visual Studio\tvisual-studio\nAllot customer group according to their email id\tmagento\nIs there any opengl example so that I can run on MacOS?\tosx\nFinding a specific element in an NSArrayController\tcocoa\nWhy don't I declare NSInteger with a *\tcocoa\nPreventing Negative Numbers in Haskell?\thaskell\nCocoa Applications Examples\tcocoa\nInformation Management Policy in SharePoint\tsharepoint\nWordpress how can I know if the pagination is active?\twordpress\niPhone SDK on PowerPC?\tosx\nrereading akka application.conf when using restarting container in sbt\tscala\nRegistration for Cocoa shareware\tcocoa\nHow to create stand-alone lift web application?\tscala\nIS classOf[] in scala 2.8 different from 2.7?\tscala\nDoes SharePoint in any way support Wiki markup languages?\tsharepoint\nHibernate Session is closed\thibernate\nUsing a sharepoint document library, how can I create 'permalinks'?\tsharepoint\nLeast squares optimal scaling\tmatlab\nProgrammatically instantiate a web part page in Sharepoint\tsharepoint\nQWebElement manipulation of a QWebPage in a separate thread\tqt\nHIbernate FetchMode Joine\thibernate\nAjax async option throwing me for a loop\tajax\nmultiple grouping, inner joning in Linq\tlinq\ncan I duplicate my nodes in Drupal ? (to later slightly change them)\tdrupal\nHow do I help prevent my users from initiating a drag accidentally in Cocoa?\tcocoa\nHow scope of variable defined/flows in MS SQL\tlinq\nsample_en.jsp and sample_fr.jsp in Spring MVC\tspring\nSpringAOP-generated Dynamic sublcass is missing annotation\tspring\nDrupal: xmlsitemap file is not generated\tdrupal\nSend data to browser\tajax\nDrupal - saving created pages and page edits leads to an incorrect, blank page.\tdrupal\nASP.Net ScriptControl - Call one method from another\tajax\nDoes an ORM integrate with existing applications or do I not understand?\thibernate\nWhy doesn't the JPA spec (including 2.0) or Hibernate extension allow u to specify a generator e.g. Oracle sequence for the @Version annotation\thibernate\nApache Internal Server Error without log entry\tapache\nHow to import a .hs file in Haskell\thaskell\nHow to remove Installation of MySQL on Mac OS X\tosx\nsend multiple responses on one ajax request and react on clientside\tajax\nMagento custom blocks\tmagento\nHibernate sort by properties inner bean ?\thibernate\nBASH - Replace all instances of mutliple newline with a single newline\tbash\nReopen last closed tab in visual studio\tvisual-studio\nWhat is apache htaccess configuration to require authentication for all except for these URLs?\tapache\nSmooth text animation (Marquee text effect) using QT\tqt\nLinQ ORM Data Objects and Inheritance.\tlinq\nDo ping requests put a load on a server?\tapache\nHow can I only commit property changes without the client recursively going through everthing?\tsvn\nlibmysqlclient15-dev on macs?\tosx\nshell script templates\tbash\nSpring Security 3.0 - Intercept-URL - All pages require authentication but one\tspring\nWhat is the most elegant way to implement a business rule relating to a child collection in LINQ?\tlinq\nCairo and Qt integration\tqt\nHibernate causing too many time_wait connections\thibernate\nneed for tool for video processing\tmatlab\nCocoa application architecture on Mac OS X\tcocoa\nAuthorization, authentication when doing AJAX (jquery) calls to .net web services (asmx, wcf, etc), what do I need to know?\tajax\nException when casting from concrete class to interface in LINQ query.\tlinq\nSimulink: type consistency errors\tmatlab\nHow do I set specific environment variables when debugging in Visual Studio?\tvisual-studio\nHow to add a web part page to a site definition?\tsharepoint\nEXCEL XOR multiple bits\texcel\nFinging the upper left corner in a Quartz plugin\tosx\nhibernate sorting\thibernate\nBash Can not get IF to work like I want to\tbash\nRemoving directories with spaces with bash\tbash\nHow I can export a datatable to excel 2007 and pdf from asp.net?\texcel\nSpring 3.0 orm with jpa2.0 ClassCastException\tspring\nMicrosoft .NET Framework Data Provider for Oracle problem executing scripts\toracle\n\"Is there anything I can do to make \"\"help\"\" load faster in Visual Studio 2008?\"\tvisual-studio\nMATLAB - load file whose filename is stored in a string\tmatlab\nGetting SSO credentials through code on SharePoint fails\tsharepoint\nexporting matlab class object (or struct) into java object of similar class using xml\tmatlab\nHow to calculate Future Value (FV) using JavaScript\texcel\nWhere can I find some good documentation about Haskell programming language?\thaskell\nShortest way to swap two files in bash\tbash\nrecursivley traverse CIFS shares\tbash\nHow to allow duplicate SKU in Magento\tmagento\nDrupal Adding Span inside A tags in Nice Menus\tdrupal\nFaster 'select distinct thing_id,thing_name from table1' in oracle\toracle\nOracle merge partition from procedure giving error\toracle\nHow Display Recent Posts in all 3 languages at once in Wordpress\twordpress\nHow secure is Wordpress?\twordpress\nDrupal 6 Forms formatting\tdrupal\nUsing Excel OleDb to get sheet names IN SHEET ORDER\texcel\nNeed MySQL Queries to delete WordPress Posts and Post Meta more than X Days Old\twordpress\ninject property value into Spring bean\tspring\nScriptaculous autocompleter is slow\tajax\nHow to Implement Ajax to display some content in php?\tajax\nHow can I pre-compress files with mod_deflate in Apache 2.x?\tapache\nBranching a subversion repository into a distributed CMS\tsvn\nIs there any difference between [1 2] and [1 ,2] in MATLAB?\tmatlab\nWhat files are you allowed to modify in SharePoint 2007?\tsharepoint\nHow do you uninstall the Scala Eclipse plugin?\tscala\n\"Create a \"\"label\"\" in subversion indicating what files should be in the next release\"\tsvn\nHow to deploy an assembly using the Team Definition in Sharepoint?\tsharepoint\nHow do I create a text file so when it is opened in Excel, rows are grouped together?\texcel\nhow to plot confidence interval in matlab?\tmatlab\n.htaccess mod rewrite 301-redirect\tapache\nCannot convert object, recieved from ajax call, into a long\tajax\nHibernate HQL and Date\thibernate\nHow can a Windows programmer be sufficiently productive on Mac OS X?\tosx\nObstructed folders in Subversion\tsvn\nHow to simplify this LINQ Query with Distinct on each column into a single statement\tlinq\nxls to csv with chainese character support\texcel\nCustom logic for exposed filters in a Drupal view\tdrupal\nGenerate Hibernate Mapping Files (*.hbm.xml) from POJOS?\thibernate\nFastest wat to sort files\tbash\nHow can I deny users to add/modify/remove printers to cups ?\tosx\nWhat's a quality development environment for writing Oracle SQL?\toracle\nmatlab : comparing all elements of two arrays\tmatlab\nBASH copy all files expect one.\tbash\nOracle: Pattern for to_char(number) to add additional ascii characters?\toracle\nWordpress: Can one page have two parents?\twordpress\nSending asynchronous request on clicking a sharepoint web part button control\tsharepoint\nWhat is the hot key for 'content assist' in java editor for eclipse in mac?\tosx\nRisk of using Apache mod_proxy\tapache\nWhere can I find prebuilt Subversion binaries for SGI IRIX?\tsvn\nQt QGraphicsScene copy\tqt\nCan you grant privileges to an oracle cluster object?\toracle\nFormat the output of qDebug for QMaps\tqt\n\"How do I deal with \"\"Project Files\"\" in my Qt application?\"\tqt\nHow do we verify elements existence by id in SharePoint lists?\tsharepoint\nhibernate and ehcache replication\thibernate\nhowto use wordpress sub pages to view posts?\twordpress\nIs this spring training usefull?\tspring\nhow can i search for values in a range of cells, in another long range of cells ?\texcel\nRedirecting URLs (with specific GET parameters)\tapache\nMagento wishlist sidebar and main view only return last 3 added items\tmagento\ntricky hibernate criteria\thibernate\nOverride Interface Builder instantiation of objects?\tcocoa\nSpring security - SecurityContext.authentication null in taglib and jsp but ok in controller\tspring\nRefactoring and concurrent development branches\tsvn\nwhat is the difference between ajax and jquery and which one is better ?\tajax\nExcluding Page from Release Build in ASP.NET Project\tvisual-studio\nWhere is documentation for the iTunes API on OS X?\tosx\nQtWebkit synchronous loading\tqt\nHow to run multiple SVN services\tsvn\nMERGE output cursor of SP into table?\toracle\nOrder Import Magento 1.4.x\tmagento\nHow can I retrieve the HTML to be loaded into a WebView (or WebFrame) from a local persistent store?\tcocoa\nNotifying the user after a long Ajax task when they might be on a different page\tajax\nDuplicate a list\tsharepoint\nInteresting Scala typing solution, doesn't work in 2.7.7?\tscala\nDoes HibernateTemplate work with Envers? If so, how?\thibernate\nHibernate: Transaction not successfully started (Threaded webapp) Problem!!\thibernate\nbuild argument lists containing whitespace for other commands\tbash\nwhat is the correct way to determine that an AJAX call is successful?\tajax\nDrupal 6 dynamic menu item\tdrupal\nhow do you extract a header from a private framework on OSX?\tosx\nMagento - Displaying Configurable Product Options under a Grouped Product\tmagento\nRedirect all IPs except those whitelisted\tapache\nWant to add a functional language to my toolchest. Haskell or Erlang?\thaskell\nGenerating scala AST for recursive method.\tscala\nBest object structure for linq to object?\tlinq\n\"More issues with IntelliJ 9.0.1 \"\"Hello World\"\" in Scala - Predef version 5.0 vs 4.1\"\tscala\nOnline Based Apache Web Log Analyzer By Submitting Just the Raw Logfile\tapache\nMPEG-1 compression - producing macroblocks\tmatlab\nmatlab and plot\tmatlab\nPython MySQL installing wrongly on Mac OS X 10.6 i386\tosx\nwhat does equality to a range mean in excel macros?\texcel\nHow to subclass an object with a var in its primary constructor\tscala\nHow could I .htaccess files above current site root?\tapache\nLinq Count Returned Results\tlinq\nHow to make Scala's immutable collections hold immutable objects.\tscala\nIs it possible to see output to stdout in this occasion?\tbash\nHibernate - Declariing A Transient object in a pojo\thibernate\nModifying SharePoint System Files\tsharepoint\nCocoa App: How distribute beta versions?\tcocoa\nImplementing AJAX in Sharepoint\tsharepoint\nCocoa - Prevent caching of Javascript in WebKit - Safari Beta 4 bug?\tcocoa\nApache giving a 400 Error on a FastCGI VirtualHost\tapache\nWebPart security\tsharepoint\nbest way to start learning Cococa in iPhone or OSX, espeicaly getting the big picture\tcocoa\nprivate/public qt signals\tqt\nDetecting Installed Excel Version (and Service Packs)\texcel\nCan you use Microsoft Entity Framework with Oracle?\toracle\nExcel Doesn't Auto-Fit 45º Text\texcel\nBind user defaults to different identifier\tcocoa\nVisual Studio Macro to Paste similar to String.Format\tvisual-studio\nNo principal in request after Apache basic authentication (basic-auth) with mod_jk\tapache\n.NET 2.0 Setup Project in Visual Studio 2008\tvisual-studio\noracle diff: how to compare two tables?\toracle\nQT Application work in Google Native Client?\tqt\nQt: adapting signals / binding arguments to slots?\tqt\nAlternative for View Filter Block for Drupal 6?\tdrupal\nConvert Oracle stored procedure using REF_CURSOR and package global variable to Postgresql or MySQL.\toracle\nHow can I set up an LDAP connection pool in a JEE Container?\tspring\nMapping to a JSON method with url-pattern\tspring\nHow do I add additional languages to the sla.r I use with my .dmg?\tosx\nApache not loading CSS files on remote browsers but works on localhost\tapache\nVisual studio automation: Enumerate opened windows upon solution loading.\tvisual-studio\nInheritance via Hibernate Annotation\thibernate\nusing vlookup in excel to compare columns\texcel\nVisual Studio 2005/2008: How to keep first curly brace on same line?\tvisual-studio\nHow to create a tree with filtered nodes from drupal taxonomy.\tdrupal\nHow to valid that some template does *not* compile for given argument types?\tvisual-studio\nproblem in ajax hyperlinking\tajax\nExtending the attributes inspector in interface builder\tcocoa\nFeedback Framework for Cocoa\tcocoa\nComposite id in hibernate+postgres breaks due to returned column order\thibernate\nHow should I rotate a UIView, without altering the location of the touch events I get?\tcocoa\nCan I decide where a Qaction is added to a Qmenubar\tqt\nFinding many local max in an image (using MatLab)\tmatlab\nCross-model relationships in NSManagedObjectModel from merged models?\tcocoa\nhow to compare elements of one row with other row in same matrix in matlab?\tmatlab\nMaking a URL W3C valid AND work in Ajax Request\tajax\nAssign on-click VBA function to a dynamically created button on Excel Userform\texcel\nUsing hibernate 2nd level cache or query cache for lazy fetch queries\thibernate\nLock error while running programme in Qt/c++\tqt\nWhen is Scala 2.8.0 going to be released?\tscala\n\"Which Haskell package contains a function most similar to MATLAB's \"\"fsolve\"\"?\"\thaskell\nWordpress: Does exists some simple code to retrieve the page when inserting the ID to form input?\twordpress\nDecoupling backing store with Spring Web MVC\tspring\nAccessing named fields in a Haskell function\thaskell\nCreating a nag screen for a Cocoa app\tcocoa\nWhat is the simplest way to write web apps in Haskell?\thaskell\nHaskell style/efficiency\thaskell\nSed move text to beginning of line?\tbash\nBulk Insert into Oracle database: Which is better: FOR Cursor loop or a simple Select ?\toracle\nLoading javassist-ed Hibernate entity\thibernate\nMagento: Set a product to not be visible in search or catalog but the url still exist\tmagento\nOracle Calculation Involving Results of Another Calculation\toracle\nfirefox: bit.ly links in the sidebar of a customised wordpress blog gives a 404 error\twordpress\nWordpress - need different number of posts on page 1 versus page 2 of category\twordpress\nCreating an excel worksheet function (UDF) at runtime in C#\texcel\nHaskell or Standard ML for beginners?\thaskell\nJoining two tables over a compound index in Hibernate\thibernate\nHow do I change the IP address on Oracle 10g\toracle\nphp / ajax REMOTE_ADDR set to IP of bogus network adapter\tajax\nOn String creation for queries in Hibernate and whether those queries would reduce object creation if they were final static\thibernate\nPlotting Implicit Algebraic equations in MATLAB\tmatlab\nmatlab plot and line\tmatlab\nFind out if install script runs on mac or linux machine\tbash\nMATLAB command for exporting geometry from pdetool\tmatlab\nMulti-line PL/SQL command with .NET OracleCommand\toracle\nspring 3 AOP anotated advises\tspring\nExcel pivot table question - How to get subtotals for a row area field?\texcel\nDrupal no www. linking\tdrupal\nupdate sql in Oracle conversion from Sql Server\toracle\nCould Someone point be to a good summary of haskell code convention\thaskell\nProblems with two Qt4 installations in Mac OS X\tosx\nHow to group Widgets in my Qt app?\tqt\nHow to set up sh script to be ran with Terminal (mac os) by default?\tosx\nBest place for index call when using hibernate\thibernate\nError: incompatible types in assignment\tcocoa\n\"Is there a better way to erase a line than echo \"\"                                                  \"\"?\"\tbash\nIs SecurityContextHolder thread safe?\tspring\nHow to check for an exploding zip file in bash?\tbash\nHow to use a function-based index on a column that contains NULLs in Oracle 10+?\toracle\nExcel macro help - checking if boxes on left or right are populated\texcel\nScala compiler says unreachable code, why?\tscala\nImages in matlab\tmatlab\nMagento - Sort by Date Added\tmagento\nListing the files and revisions with a certain check-in message in Subversion\tsvn\nHASKELL - Koch Snowflake\thaskell\nReturn typed DataTable from Linq Query\tlinq\nWordPress development?\twordpress\nGrant Select on all Tables Owned By Specific User\toracle\nStrange behaviour when accessing Oracle 8i table from servlet\toracle\nPL/SQL: Retrieve names of procedures and functions within a package\toracle\nImporting Spring object definitions\tspring\nHow to change the theme of Person.aspx in SharePoint My Sites\tsharepoint\nWhy does VB have more LINQ keywoards than C#?\tlinq\nbasic matlab help\tmatlab\nWhat mark up language is thare for Mac Os developers?\tosx\nAJAX - load all div elements\tajax\nHow do I get the representedObject from a view in an NSCollectionViewItem?\tcocoa\nChange version informaiton in a built binary\tvisual-studio\nCapturing audio input from microphone, with Haskell?\thaskell\nmsvcp80.dll not found while using TBB\tvisual-studio\nHow to trigger an event on payment received in magento?\tmagento\nOracle Financials GL Import\toracle\n\"Subversion \"\"label\"\" like SourceSafe\"\tsvn\nSpring MVC tag interaction with custom tag\tspring\nRemove duplicates in List specifying equality function\tscala\nMagento: Newsletters not going out\tmagento\nI want to upload an excel spreadsheet to IIS and then import its contents\texcel\nGrabbing Google Directions gadget from Ajax call\tajax\nModify linq query how to?\tlinq\nScala Eclipse IDE suddenly ignoring breakpoints\tscala\nORA-4030 Oracle : How to resolve\toracle\nPrevent the same object from being associated to two different sessions in hibernate\thibernate\nHow does one validate the schema of an XML file using Scala?\tscala\nShould a Apache server extension be created or create a server from scratch?\tapache\nWhat is being passed in?\thaskell\nApache: I want to enable SSI. Can anyone furnish an example config file?\tapache\nCan I pass an object's instance method to a method expecting a callback in Scala?\tscala\nLogging function parameters in MATLAB\tmatlab\nDrupal's auto node title and node_save?\tdrupal\nImage Acquisition using Matlab at timed intervals\tmatlab\nGlobal Find and Replace in Visual Studio\tvisual-studio\nWeb application integration with Drupal\tdrupal\nAJAX Length Limitations\tajax\nHow do I make my urls work with mod_rewite?\tapache\nAny way to access the type of a Scala Option declaration at runtime using reflection?\tscala\nBeginning Magento development\tmagento\nHow to prevent a script form running simultaneously?\tbash\nHow to make the window of the mac os app, that fitting to all types of monitors?\tosx\nQGraphicsItem : emulating an item origin which is not the top left corner\tqt\nSignal and slott connection in .ui\tqt\nMac OS counterpart to Sysinternals and Powertoys\tosx\nHow to silent output in a BASH script?\tbash\nHow do I delete 1 file from a revision in SVN?\tsvn\nExcel formula - auto sum for the same types\texcel\nUsing Hibernate to do a query involving two tables\thibernate\nRemove duplicates from bash history\tbash\ndrupal link to view dependent on argument\tdrupal\nHow can I read a list of filenames from a file in bash?\tbash\n[Wordpress] How do I return values from custom created meta box?\twordpress\nNeed lambda expression OrderBy with DateTime conversion\tlinq\nHow to use GD binding in Haskell?\thaskell\nTransactional services => BeanNotOfRequiredTypeException, should be Advice, but is TransactionInterceptor\tspring\nForce window to front/focus?\tosx\nUnable to open repository error on Windows XP\tsvn\n[Drupal] Similar By Terms module\tdrupal\nWhat does CGColorGetComponents() return?\tcocoa\nhow to Display data in  matrix with  with more than 4 decimals\tmatlab\nLikning simple products to configurable product via SOAP API V2\tmagento\nWhat data formats can AJAX transfer?\tajax\nsorting colors in matlab\tmatlab\nHow to re-show main window after closed in Cocoa ?\tosx\nWhat is max size of ajax response data?\tajax\nmod_rewrite not using multiple rules\tapache\nWhat do you do when an employee leaves the company? - How to find all the places a userid has permission in SharePoint\tsharepoint\nUsing Scala structural types with abstract types\tscala\nDoes Git-Svn Store Svn Passwords?\tsvn\nAnother Spring + Hibernate + JPA question\tspring\nNSMenu with IBAction method for clicking the menu header?\tcocoa\nHow to set auto=repeat on a qaction in a qtoolbar?\tqt\nVisual Studio Freezing/TFS Window Might be off screen\tvisual-studio\nSpring context tests can't find config locations\tspring\nHow to validate a user through an AJAX request?\tajax\nconditional loop conversion in Scala\tscala\nUnit testing several implementation of the same trait/interface\tscala\nNo results with QXmlQuery\tqt\n\"Haskell -- \"\"The last statement in a 'do' construct must be an expression\"\"\"\thaskell\nLINQ query operator for log table\tlinq\nwordpress widget prob\twordpress\nSharepoint Calculated Field Function Reference\tsharepoint\nMatlab: Return Unique Element with a Tolerance\tmatlab\nHow do you GUI-test your Cocoa apps?\tcocoa\nCount between range of date bind in gridview. LINQ to SQL Visual Basic\tlinq\nWhat's the best/fastest/easiest way to collapse all projects in Visual Studio?\tvisual-studio\nRetrive blob field from mySQL database with MATLAB\tmatlab\nHow to add and relate a node within the parent nodes add form in Drupal.\tdrupal\nhow to Clear the screen in Haskell\thaskell\nHow to get Matlab to recognise newly added static methods?\tmatlab\nQt Application: Simulating modal behaviour (enable/disable user input)\tqt\nDetecting nulls in Excel VBA\texcel\nRecommended to use Lingo with Spring?\tspring\nSVN - How to make an older revision the head revision?\tsvn\nWhat is First and Second Level caching in Hibernate?\thibernate\nHow to synchronize SVN revision and version ressources of EXE/DLL files?\tsvn\nWhy doesn't deferred execution cache iterative values?\tlinq\nset values to elements of an array in a function\tbash\nBeginner LINQ to XML inline XML error\tlinq\nautomatic installation of common magento extensions at project kickoff\tmagento\nPHP image crop error\tdrupal\nHow do you read the Oracle transaction log\toracle\n\"Drupal advanced ACLs for \"\"untrusted\"\" administrators\"\tdrupal\nI cannot commit changes after merge in SVN\tsvn\nSingle file merge in subversion\tsvn\nHow do you instruct a SharePoint Farm to run a Timer Job on a specific server?\tsharepoint\nHow do I force a new site collection to inherit a master page?\tsharepoint\nHow to mask part of an image in matlab ?\tmatlab\nHandling Multiple databases with Hibernate in a single application\thibernate\nCan we only use the front-end of wordpress without any front-end ?\twordpress\nMagento xml action path\tmagento\nSimple Spring, use of ClasspathApplicationContext for standalone apps, how to reuse?\tspring\nAdd new in magento\tmagento\nShow Hexadecimal Numbers Of a File\tbash\nASP.NET MVC invoking webservice through AjaxOptions.Url\tajax\nMatlab crashes on library initialize when called from Java\tmatlab\nMagento not allowing symbolic links\tmagento\nAny way to run a macro (in an open VS instance) from the command line?\tvisual-studio\nCase class to map in Scala\tscala\nHow can you push data to a web page client?\tajax\ngetting Kuler themes with AJAX\tajax\nHow to add custom uploded images to cart in magento 1.4.1.1?\tmagento\nhibernate mapping file with dependancies to existing tables/POJOs\thibernate\nStreaming live video to a web site\tosx\nurl CMS pages magento\tmagento\nHow to convert a Integer to a ByteString in Haskell\thaskell\nGetting Apache to modify modify static webpages on the fly\tapache\nIE6 + SSL + AJAX + post form  = 404 error (?)\tajax\nprettyPhoto and Ajax-loaded content\tajax\nadding slider to a movie\tmatlab\nCan I have nodereferences with thumbnails in Drupal?\tdrupal\nHow can I configure Apache and LDAP to allow a second authentication attempt?\tapache\nQT: difference between moc output in debug and release?\tqt\nSharePoint: Make a list field hidden programmatically\tsharepoint\nCocoa bindings/NSTextField/bindings\tcocoa\nCore Data simple relationship in code\tcocoa\n[Haskell] Common recursion pattern\thaskell\nCan liftM differ from liftA?\thaskell\nhaskell: error trying to call putStrLn in funciton\thaskell\nJavascript function doesn't get called - ASP.NET and UpdatePanel\tajax\n\"Plugin for Visual Studio to Mimic Eclipse's \"\"Open Type\"\" or \"\"Open Resource\"\" Keyboard Access\"\tvisual-studio\nhow to display image from array of colors data in Qt?\tqt\nIs it possible  to declaratively configure the spring.net cache rather using attributes\tspring\nShell Command to Recursively give permission to directories and files\tbash\nConnect to Matlab engine from C in Linux\tmatlab\nWordPress Custom Theme Favicon in Dashboard Menu\twordpress\nQt QPushbutton Icon above Text\tqt\nAJAX code not able to call a .php file.\tajax\nHow to draw a progress bar inside a list widget in Qt\tqt\nCode Golf (sort of): a Functional Puzzle\thaskell\nDoes anyone know if Hibernate and java will work effectively with Access?\thibernate\nHow to add vectors with different length?\tmatlab\nWhy can't an Oracle XMLType be sent over a DBLink?\toracle\nSubverison and CI build processes\tsvn\nBasic LINQ expression for an ItemCollection\tlinq\nQt RTTI trouble\tqt\nTruncate strings in Excel - is there a function to remove last part of string after separator\texcel\nDrupal theme functions workflow in module\tdrupal\n405 Error uploading file\tajax\nMagento Product Import - Beyond CSV/XLS\tmagento\nCalculating the Moving Average of a List\tscala\n'add another item' in non-CCK Drupal forms\tdrupal\ndrupal: add search field to an article\tdrupal\nForce redirect to SSL for all pages apart from one\tapache\nhow to write numbers in lambda using ghci\thaskell\nRunning a script when a Mac package is executed\tosx\nStop Visual Studio from Closing Program After Finish\tvisual-studio\nCatching Control-C exception in GHC (Haskell)\thaskell\njquery ajax call for asp.net mvc application getting two unauthorized reponses then Ok\tajax\ndebug vs release build in Visual studio c++ 2008 win32 runtime issue\tvisual-studio\nMonitoring which statement updates (and when) a certain table row with Oracle 10\toracle\nHow to determine optimum prepared statement cache size when using Hibernate\thibernate\nSubversion does not remember my user/password\tsvn\nHaskell Ord instance with a Set\thaskell\nIs there any Scala feature that allows you to call a method whose name is stored in a string?\tscala\nRemoving [nid:n] in nodereference autocomplete\tdrupal\nHow to Create OpenGL 3 Context with Qt 4?\tqt\nQt, Submitting QSqlRecord to mysql database\tqt\nSomething Good & Something Bad about SharePoint\tsharepoint\nExcel - calculating durations of time data spread across multiple rows\texcel\nCritique this late night, noob Haskell code\thaskell\nUsing python scripts in subversion hooks on windows\tsvn\nExcluding one category in Wordpress\twordpress\nConnect SQLplus in oracle\toracle\nCommon programming mistakes for Scala developers to avoid\tscala\n\"Visual Studio \"\"Find\"\" results in \"\"No files were found to look in. Find stopped progress.\"\"\"\tvisual-studio\nExecute SPDatasource query in Console App?\tsharepoint\nHow to create a join in an expression tree for LINQ?\tlinq\nHow do you change the ListTemplateID of an existing SharePoint list?\tsharepoint\nHow can you access SVN over HTTP in a Windows environment?\tsvn\nApache SetEnv appends REDIRECT_ . What gives?\tapache\nUsing foldl to count number of true values\thaskell\nFast third party library to merge excel files (.Net)?\texcel\nVisual Studio: How do I show all classes inherited from a base class?\tvisual-studio\nWill PackageMaker work for me?\tosx\nHow do I get mod_rewrite to work in my home directory?\tapache\nbash: get list of variables whose name matches a certain pattern\tbash\nAnother Java vs. Scala perspective - is this typical?\tscala\nHow to begin a text selection in a Visual Studio macro\tvisual-studio\nGetting average value from matlab plot?\tmatlab\nAdding mutiple if statements together\texcel\nList of 'most popular' posts (based on # of views) — Wordpress\twordpress\nLookup on another sheet in excell\texcel\nCan I use an Environment variable based location for Spring FileSystemResource?\tspring\nSubfolder for website on Mac OS X\tosx\nQt Client - LabVIEW server\tqt\nHow to run Visual Studio post-build events for debug build only\tvisual-studio\nGood book for learning Sharepoint development\tsharepoint\nbash shell script syntax error\tbash\nAjax use on website design\tajax\nApache Indexing question...\tapache\nRegenerate missing AssemblyInfo.cs in VS 2005\tvisual-studio\nAdding a framework in XCode\tosx\nApache2 Reverse Proxy to an end-point that requires BasicAuth but want to hide this from user\tapache\nauto assign thumbnail to new wordpress category\twordpress\nHow do I align QtWidget to right in the QtToolBar?\tqt\nHow to create a link to a configurable item in Magento?\tmagento\nwordpress categories and their subcategories\twordpress\nHow to create a task in SharePoint with c#\tsharepoint\nScalable painting of a Qt application\tqt\nget users by group in sharepoint\tsharepoint\nTurning a matlab binary matrix into a vector of the last nonzero index in a fast, vectorized fashion\tmatlab\nMagento - How do I use a shopping cart price rule to display a cms block?\tmagento\nAdvanced link category functionality in Wordpress\twordpress\nSilverlight WCF client, sharepoint web services go silent\tsharepoint\nCan I read line from a heredoc in bash?\tbash\nspring initBinder and webbindinginitializer example ...\tspring\nIs Qt Visual Vtudio add-in a subset of Qt Visual Vtudio integration?\tqt\nHibernate (JPA) cascade - retrieve id from child\thibernate\nReverse AJAX? Can data changes be 'PUSHED' to script?\tajax\nIs there a way to import svn history into git after the fact?\tsvn\nPhone screen questions for Mac OS X developer positions?\tosx\nGood articles for Sharepoint Web Part creation?\tsharepoint\nHow do I tell NSTableView not to resize all other columns when showing/hiding a column?\tcocoa\nAutomatic selection of control points in Matlab\tmatlab\nVector projection on matrix along diagonal.\tmatlab\nHow to specify .NET Anonymous object return type in Linq using Func<T,Q>?\tlinq\nGet sheet names in Excel95 workbook using OleDB\texcel\nTwo mappings for one database table\thibernate\nIssue with trying to Login to a https secure using apache commons httpclient class\tapache\n\"Return type of \"\"|\"\" in Scala's parser combinators\"\tscala\nLinq2XML, Why isn't Element(), Elements() working?\tlinq\nGroupBy with linq method syntax (not query syntax)\tlinq\nAny UML-like modeling tool for QT signals and slots?\tqt\n\"Looking for \"\"localhost\"\" apache server that allows .htaccess\"\tapache\nIs there a framewok / API I could use to export iPhone-SDK's ABRecordRef instances to vCard?\tcocoa\nVisual Studio vs. SQL Server Management Studio - Your Pick\tvisual-studio\nIs there an equivalent technique in Cocoa for the synchronous TrackPopupMenu in Windows?\tcocoa\nHow to user Hibernate @Valid constraint with Spring 3.x?\tspring\nWhat are some good usability Addins for Visual Studio 2008?\tvisual-studio\nQt+Mac: serial port doesn't answer on commands\tosx\nHaskell Function Cheat Sheet\thaskell\nWordPress Loop Destroys Post Reference\twordpress\n\"Portable way to \"\"fork()\"\"  in QT application?\"\tqt\nInjecting property values via Spring by Environment\tspring\nBetter terminal in Mac OS X -- reversing the control and command key-mappings\tosx\nnested linq queries, how to get distinct values?\tlinq\nMaking a Method happen every 60 seconds when the App is running.\tcocoa\nMySQL enum with hibernate\thibernate\nHow to use client certificates in Apache httpd to connect to an LDAP for authorization?\tapache\nUsing Parameters in MS Reporting Services (SQL 2008) against an ODBC data source\tvisual-studio\n[Matlab] Filling in an Array\tmatlab\nExecuting for-each in bash\tbash\nHow to tell when a QTMovie starts playing?\tcocoa\nOracle ORDImage processing in PL/SQL: Getting IMG-00710 and ORA-01031\toracle\nHow do I use su to execute the rest of the bash script as that user?\tbash\nWordpress list of authors\twordpress\nGUI wrapper for Perl command line app on OSX\tcocoa\nLINQ to read XML (C#)\tlinq\nHibernate query for entity based on whether related entity property is null?\thibernate\nSharepoint Calculated column formula for date-time comparison\tsharepoint\nApache not using mod_rewrite.c\tapache\nHibernate session problem for transactions.\thibernate\n\"Getting rid of \"\"There is no source code available for the current location\"\"\"\tvisual-studio\nIntroduction or simple examples for iteratee?\thaskell\npreprocess function for cck node types\tdrupal\n\"How can I \"\"batch download\"\" data from Oracle?\"\toracle\nHow to change the HMTL of the drupal 5's views module\tdrupal\nWhich Visual Studio debugger features are missing from WinDbg?\tvisual-studio\nComplex iterations in haskell\thaskell\nUsing cscope on MacOS X\tosx\nConvert PDF to JPG automatically on upload in Drupal\tdrupal\nShow other data in QTableView with QItemDelegate\tqt\nHibernate DELETE_ORPHAN CascadeType not deleting orphans when collection set to null\thibernate\nRuntime dependency injection with Spring\tspring\nApache web-server config, what is redirecting me and how can I change it\tapache\nSynchronize home directories from multiple clients to a server\tbash\nCommand to Sleep Display OSX\tosx\nDrupal: Sorting a view programmatically\tdrupal\nMaking RDoc Ruby Gem Default on Mac OS X\tosx\nMSSQL 2005: Nullable Foreign Key Constraint\tlinq\nWhy is this type variable ambiguous?\thaskell\nHow do we implement the AJAX HTTPObject to update a textbox on click of a button in ASP.Net\tajax\nExamples of Web Sites Using AJAX or Push Technology on Their Home Page (or other useful pages)\tajax\n\"SharePoint \"\"user does not exist or is not unique\"\" error, on site restore\"\tsharepoint\nHow to create Tinyint Field in Hibernate annotation\thibernate\nWebsphere connections problem\toracle\nApache 2.2 localhost VirtualHosts problems\tapache\nWhat happens when I edit web.config?\tsharepoint\nExcel XML, how can I get Excel to display my DateTime field in yyyy-MM-dd format?\texcel\nBest book to learn web development for a professional developer?\tajax\nLexing newlines in scala StdLexical?\tscala\nHow to get the range of occupied cells in excel sheet\texcel\nIs there a way to keep Visual Studio from modifying the solution file after every test run?\tvisual-studio\nCreating MP4/M4A files with Chapter marks\tosx\ncocoa + what ui element should i use?\tcocoa\nHaskell: how to get through 'no instance for' ?\thaskell\nUsing PHP/Apache to restrict access to static files (html, css, img, etc)\tapache\nHow can this be achieved in LINQ ?\tlinq\nWhy is there a discrepancy between ActiveRecord SQL and PL/SQL Developer SQL?\toracle\nMagento with external datasource\tmagento\nModify Spotlight metadata for a file outside Spotlight importer?\tcocoa\nWhy does Macports take FOREVER to build simple packages?\tosx\nShould I use GHC Haskell extensions or not?\thaskell\nHow do I roll back all or part of a commit to svn?\tsvn\nXML alternative of Text.JSON.Generic for Haskell\thaskell\nPreserving order in SQL\tlinq\nHow do you return an Iterator in Scala?\tscala\nHow do I put a File (Excel) online (Apache Server) with Password Protection but with the Option for Users to alter the File and save the changes?\texcel\nWhere to start with Magento?\tmagento\nHow would you make a checkbox in a Outline View become checked when all it's children's checkbox's are checked?\tcocoa\nNon-negative integers\thaskell\nApache - Using spaces in a Redirect 301 ( mod_alias ) ?\tapache\nBest Oracle database manager/editor?\toracle\nreordering an mbox file chronologically\tbash\nHelp needed in implimenting control in QT\tqt\nLINQ to XML Newbie Question\tlinq\nMATLAB setting matrix values in an array\tmatlab\nWordpress: display error - hook admin_notices fails on wp_insert_post_data or publish_post\twordpress\nSharepoint document library source\tsharepoint\nIn bash, environmental variables not tab-expanding correctly\tbash\nSkip reading strings in matlab\tmatlab\nUse setTarget: message of a cell to make the target File's Owner\tcocoa\nhtaccess in wordpress, problem with sending get data\twordpress\nMatLab recursion error (beginner)\tmatlab\nBash rename extension recursive\tbash\nSharepoint: What happens to lists based on content type when content type is updated?\tsharepoint\nHelp me understand the difference between CLOBs and BLOBs in Oracle\toracle\nWhich Windows SVN server should I use?\tsvn\nCreate Delete/Edit buttons for muliple records from linq using hidden value?\tlinq\n\"BASH: How do you \"\"split\"\" the date command?\"\tbash\nExamples of AJAX Server-Side Script in C?\tajax\nMultiple Websites share the same order increment id sequence?\tmagento\nHow would I use LINQ2XML in this scenario?\tlinq\nmagento -search not working properly\tmagento\nCore Location in OS X 10.6 Snow Leopard\tosx\nSpring application context : access web.xml context-params ?\tspring\nRenaming files in Matlab\tmatlab\nCan intellisense be exported or extracted from Visual Studio to a text file?\tvisual-studio\nhtml getting garbled from php\tajax\nOverride visual syntax highlighting through a plug-in?\tvisual-studio\nGetting duplicate entry errors from Hibernate, is MySQL to blame?\thibernate\nhow to set a menubar icon on mac osx using wx\tosx\nSubversion - Move Repository\tsvn\nAutomatically log out\tapache\nDIV identified by WebDevToolbar isnt in file?\tmagento\nSharePoint Permissions\tsharepoint\nBest Practices: IDE Code Color Scheme and Font\tvisual-studio\nUsing Spring Security with EJB or Spring?\tspring\nMac OS X: CGGetLastMouseDelta and moving the mouse programatically\tosx\nAJAX & Firefox ?\tajax\nWhat's a great way to benchmark Apache locally on Linux?\tapache\nMagento demo stores - featured products and best sellers not showing\tmagento\nSharePoint SSO with a PHP application on a different server?\tsharepoint\nImagemagick, Snow Leopard and PDF Conversion\tosx\nGHC's RTS options for garbage collection\thaskell\nGetting Mac OS X version without using Carbon\tosx\nOracle considers empty strings to be NULL while SQL Server does not - How is this best handled?\toracle\nhow do I extract xml properties using shell scripts\tbash\nHow do I prevent a subversion update with no changes from causing IIS from recompiling the website?\tsvn\nWordpress auto excerpts from post content?\twordpress\ndetermine platform Qt application is running on at runtime\tqt\nWhere are the Icons included with Visual Studio?\tvisual-studio\nLINQ-to-SQL select filter\tlinq\nWhy does the extract method command in visual studio create static methods?\tvisual-studio\nLooking for a tutorial and/or example for the following: Annotation based Spring 3 with JPA and/or hibernate\tspring\nMagento Installment Payments?\tmagento\nVisual Studio Setup Project - Per User Registry Settings\tvisual-studio\nOracle SqlDeveloper: how to view results from a ref cursor?\toracle\nDrupal module to edit regular db tables\tdrupal\nHow do I use SCM with a PHP app such as Wordpress?\twordpress\nOpening a non-standard URL in a Cocoa app\tosx\nIs it possible to compile ImageMagick with custom libxml2 on the Mac\tosx\nCan I use QwaitCondition.wait() in a slot called by the main thread?\tqt\nStoring images with LINQ to SQL: Converting byte array or stream to Binary\tlinq\nInfinite loop when running code in terminal from xcode\tcocoa\nFetching join using @JoinTable with SQLQuery\thibernate\nAre the following Lambda and Linq expressions equivalent?\tlinq\n.htaccess redirect with fragment\tapache\nHow to make Haskell's TChan defer messages like Erlang's message queues can?\thaskell\nVisual Studio: How to break on handled exceptions?\tvisual-studio\nhaskell and type definition of functions. couple of questions.\thaskell\nHow do I route the audio from the lineout to an application?\tosx\nSVN Working Copies on Network Share\tsvn\nReceive WM_COPYDATA messages in a Qt app\tqt\nIs there a way to change the title of the MATLAB Command Window?\tmatlab\nPHP/Apache, options +indexes in htaccess doesn't work for root directory\tapache\nSelect from Select statement?\toracle\nValidating multiple forms on one page using Spring Web Flow and JSF\tspring\nQTableWidget: How can I get tighter lines with less vertical spacing padding?\tqt\nDoes Scala AnyRef.clone perform a shallow or deep copy?\tscala\nMatlab plot inside a loop\tmatlab\nScala's tuple unwrapping nuance\tscala\ncannot connect to X server :0.0 qt\tqt\nProgrammatically generating Excel workbook with pivots and charts\texcel\nSharePoint remembering changed password\tsharepoint\nMagento - Find Out of Stock Products With Inventory\tmagento\nPython OS X 10.5 development environment\tosx\nCrop & Resize Images in  Wordpress\twordpress\nCode won't work under mono, any ideas whats wrong?\tapache\n"
  },
  {
    "path": "data/stackoverflow/train.tsv",
    "content": "text\tlabel\nScala Regex Multiple Block Capturing\tscala\nUse Oracle 6 from ASP.NET application\toracle\nHQL 1 to many count() question\thibernate\nscala syntax highlighting in bluefish\tscala\nWeird bindings issue\tcocoa\nWhy this keyboard intercepting kernel extension doesn't work?\tosx\ntest sending emails from SharePoint without smtp server\tsharepoint\ncell and array in Matlab\tmatlab\nHow do I call an ORACLE function from OCI ?\toracle\nTyped FP: Tuple Arguments and Curriable Arguments\thaskell\nDo I still need to learn about managing memory now that Objective-C/Cocoa has Garbage collection?\tcocoa\n\"Wordpress: wpdb->insert VERSUS wpdb->prepare(wpdb->query(\"\"INSERT...\"\twordpress\nTranslate Spring XML configuration to Java config\tspring\nMagento - Display Same Block Multiple Times on CMS Page\tmagento\nHow to tell SVN to ignore files for all team members\tsvn\nHow do I switch external css files with ajax?\tajax\nMagento - Code Question\tmagento\nCan Scala survive without corporate backing?\tscala\nHandling metacharacters in search strings\tbash\nmagento example module\tmagento\nSql server Newbie needs help\texcel\nGetting access to a spring bean from a webservice?\tspring\nAutomatically add some Where clauses to a Linq Expression Tree\tlinq\n\"How to get a Wordpress widget to \"\"remember\"\" values.\"\twordpress\nCabal and zlib on OS X\thaskell\nHow do I watch a serial port with QSocketNotifier (linux)?\tqt\nControlling the order of QObject children (possible workaround?)\tqt\nInserting into Oracle the wrong way - how to deal with it?\toracle\nBash: Delete until a specific file\tbash\nHow to update a database schema without losing your data with Hibernate?\thibernate\nUndelete in SVN working copy\tsvn\nhow to add additional message in a Drupal form\tdrupal\nNSColor with calibrated values works differently than regular color??\tcocoa\nHow do you rate Oracle Portals as a platform?\toracle\nExecuting simple commands with Cocoa and Sdef.\tcocoa\nLittle Bash Script: Catch Errors?\tbash\nUndeletable file due to backup script\tbash\n\"Creating \"\"pretty\"\" Qt Custom Widgets\"\tqt\nIs there a way to capture the index value in a LINQ Where method in C#?\tlinq\nFloating Point Comparison in Shell Script\tbash\nIs there any way to only update added files?\tsvn\nCleaning up nested mod_rewrite statements\tapache\nWhy is Clojure much faster than Scala on a recursive add function?\tscala\nHow to debug the main SafariPlugIn project ?\tcocoa\nHow to create a tray icon with custom image using QT?\tqt\nmagento simple product link to open grouped products page\tmagento\nProgrammatically Change System Network (Proxy) settings\tosx\nSpring JDBC connection pool and InputStream results\tspring\nHow do I test if a floating point number is an integer in haskell?\thaskell\nTips for using CVS or Subversion as a backup framework for office documents\tsvn\n\"Per-filetype \"\"View whitespace\"\" setting in Visual Studio\"\tvisual-studio\nHow to show x and y axes in Matlab graph?\tmatlab\nHow to gain access to all  open windows on Desktop using Cocoa?\tcocoa\nDrupal automatic glossary for specific terms\tdrupal\nShow product creation & last edit dates on Frontend in Magento\tmagento\nMake Apache wait longer before delivering HTTP 408 request timeout\tapache\nHow to automate Matlab/Simulink/Real-TimeWorkshop  code generation?\tmatlab\nQT: Hide the title bar of a dialog/window\tqt\nQuery to Delete Posts Older than X Days in WordPress\twordpress\nSubstantial Android development in Scala\tscala\nSharePoint Lists, GetListItems, XML, and VBA - I just want to crossreference!\tsharepoint\nWhat is GHCi's default implementation of MonadError?\thaskell\nChanging a user created control based on content of input from JS tied textbox\tajax\nApache returns sitemap.xml not /sitemap\tapache\nQT question about a QList<QStingList>\tqt\nsafe, fast CFLAGS for mex functions in matlab\tmatlab\nFiring a SharePoint Workflow by updating a list item through List Webservice\tsharepoint\n@Immutable vs @Entity(mutable=false) in Hibernate\thibernate\nRun Magento in the future!\tmagento\nHow to add collation to Linq expressions?\tlinq\nResponse.redirect does not work with Ajax controls\tajax\nNotify upon background jobs finishing running in bash\tbash\nSeqential & continuous invoice number in Hibernate / ColdFusion ORM?\thibernate\nApache logs -- what is difference between %a and %h?\tapache\nRunning A Bash Script Over SSH\tbash\nHibernate cannot remove child from database\thibernate\nUsing CMS to make webapps.\twordpress\nQTMovie Notification\tqt\nScala:  binary incompatibility between releases\tscala\nDependency Inject by type using generics - how does it work?\tspring\nHow should I think about Scala's Product classes?\tscala\nadd column to wordpress database\twordpress\nUnpacking varargin to individual variables\tmatlab\nDrupal / Rules: flagging multiple terms on user save\tdrupal\nExcel: parse text as formula\texcel\nWhy does this Haskell code work successfully with infinite lists?\thaskell\nUsing CoreData with an object?\tosx\nDrupal module for webmaster block management?\tdrupal\nUnderstanding the different dispatchers in Akka 2\tscala\nRunning X11 Server on MacOS X - and connecting from a remote machine\tosx\nIs there non-daemon FTP server application fot Mac OS? (like MAMP)\tosx\nThread safety of Matlab engine API\tmatlab\nAJAX and callback function\tajax\nintegrating springMVC and extjs\tspring\nWhere does Drupal store NODE data?\tdrupal\nMetaStorm Ework and SharePoint 2007\tsharepoint\nAdding a custom member to a mapped type\tlinq\nBest SVN Tools\tsvn\nQt +hiding window after startup\tqt\nSQL-WHERE TYPE Formulas in Excel\texcel\nWhy does Spotlight sometimes not run my query?\tcocoa\nHow do I sort my code in Visual Studio 2008?\tvisual-studio\nHiding a SharePoint Custom Field Type in Edit and Create mode\tsharepoint\nImprove oracle query performance without indexing\toracle\nGet all pixel coordinates of a vector inside a image\tmatlab\n$$ in Bash.\tbash\nCreating a bundle - What's going wrong?\tcocoa\nstatic site apache and dynamic/member site django\tapache\nQt 4.5.3 QEvent::EnterEditFocus\tqt\nJava Project Configuration\tspring\nDetecting the number of ORACLE rows updated by a OCI OCIStmtExecute call\toracle\nUsing mod_rails to host multiple apps under SSL, same domain\tapache\nWhat's the best way to examine apache's access.log files?\tapache\nHow can I remove missing files with spaces in svn?\tbash\nHowto get SharePoint version using object model\tsharepoint\nExcel: Formula to reference an entire pivot table?\texcel\nCan a Bash script tell what directory it's in?\tbash\nOracle: What does `(+)` do in a WHERE clause?\toracle\nsvn + repostiory location\tsvn\nWordpress Add Links\twordpress\nHow to make a sub string selection and concatenation in excel ?\texcel\nApache / htaccess rewrite - From domain to subdomain\tapache\nI need to order a list that is dependant on another list. how to change both lists?\tmatlab\nDrupal node_save no longer returns $nid, so how do I get it?\tdrupal\nHow do i make my colleagues not despising SVN?\tsvn\nhibernate lazy solution. Is it right??\thibernate\nfatal error Varien_Autoload not found\tmagento\nCommunicate to Apache Server\tapache\nWordpress: query all images in a posts media library\twordpress\nRead excel sheet in c#.net\texcel\nBASH: Test whether string is valid as an integer?\tbash\nHow to implement such an effect using matlab?\tmatlab\nSharepoint - Providing data outisde intranet\tsharepoint\nhow to shear image in matlab without using built in function?\tmatlab\nMagento - Add CMS Block to One Page\tmagento\najax success event not working\tajax\nTracking down errors in Haskell\thaskell\nIs QuickSilver dead?\tosx\nMATLAB arbitrary code execution\tmatlab\n\"\"\"Microsoft Visual C# IntelliSense has stopped working\"\" in project referencing F#\"\tvisual-studio\nWordpress SEO Features\twordpress\nUnsolvable Magento Cart problem\tmagento\nWordpress: How do I convert a generated URL (permalink) to a pretty URL?\twordpress\nVisual Studio plug-in that mimics eclipse environment\tvisual-studio\nIs it possible to aggregate information from portal list to My Site\tsharepoint\nManaging Browser History in Ajax\tajax\nHow do you output a line break in the command view in Matlab when running a m-file?\tmatlab\nHow do I set the icon for my application's Mac OS X app bundle?\tosx\nDrupal workflow action access integrated with taxonomy access control?\tdrupal\nHow to set selected filter on QFileDialog?\tqt\nVisualStudio: How to save the obj folder somewhere else\tvisual-studio\nUsing Data.Heap in Haskell, or reading Haskell docs for a beginner\thaskell\nIs DB_LINQ + Non-MSSQL Database an acceptable substitute for LINQ to SQL with MSSQL?\tlinq\nScala compiler error due to constructor parameter (property) having same name in both base and derived class and used in derived method\tscala\nWrite a Haskell interpreter in Haskell\thaskell\ncan not get scion_server to be created using runghc\thaskell\nGetting a List of Applications Capable of Opening a Type of File\tosx\nif exists statement in sql to linq\tlinq\nUsing LINQ to SQL and chained Replace\tlinq\nTracking permissions in SharePoint\tsharepoint\nSearching views in Drupal\tdrupal\nHidden features of Qt.\tqt\nmod_rewrite depends on what other modules?\tapache\ntrouble connecting Excel to Analysis Services server..\texcel\nProblem with IE8 using AJAX\tajax\nSpring Faces Javascript\tspring\nHow do I find how much SVN traffic I'm using?\tsvn\nHow to extract leaf nodes from Oracle XMLTYPE\toracle\n\"Cocoa Distributed Objects, Long Polling, lunchd and \"\"Not Responding\"\" in Activity Monitor\"\tcocoa\nLooping over commands to print and execute in BASH\tbash\nI want my wp 2.8.6 blog to be seen as written in Spanish by Feedburner.\twordpress\nhow do i add a view to schema.xml in sharepoint\tsharepoint\ndrupal search on the top taxnomy term\tdrupal\nDrupal Photo Gallery Tutorial\tdrupal\nNon-mathematical use cases for functional programming ?\tscala\nSVN Client integrated with OS X's Finder\tosx\nSVN resolve multiple files using bash/terminal on OS X\tosx\nBest Way to ReUse Code When Using Visual Studio?\tvisual-studio\nComposing actors\tscala\nExtended maxima transform in Matlab\tmatlab\nWhat to do with “Inferred type is less polymorphic than expected”?\thaskell\nSetting error log filename in apache to include current date\tapache\nApache FOP: Displaying UTF-8 Characters in PDF (without embed?)\tapache\nRestrict access using SSL certs\tapache\njquery tab gives 404 sometimes when loading remote content\tajax\nscala Slider throws casting exception\tscala\nspring custom namespaces with maven\tspring\nFormat cell color based on value in another sheet and cell\texcel\nhow to update a file in svn?\tsvn\nOSX - Retrieve user id of logged-in user from a system service\tosx\nDoes Scala's pattern matching violate the Open/Closed Principle?\tscala\nTrouble with Float in Objective-c\tcocoa\nHow do I most elegantly express left join with aggregate SQL as LINQ query\tlinq\nHow to ensure AJAX encoding will work\tajax\nMultiple views and source list in a Core Data app\tcocoa\nCruiseControl.net : Using SvnLabeller / SvnRevisionLabeller\tsvn\nDimension Reduction\tmatlab\nReading/writing QObjects\tqt\nHow to change category page layout in magento\tmagento\nCorrupted Qt Widgets on Windows Mobile\tqt\nRestrict LINQ Subquery when databound to a grid\tlinq\nHow do I sort a file in place using bash shell?\tbash\nExtract filename and path from URL in bash script\tbash\nFastest way to import CSV files in MATLAB\tmatlab\nUsing Win32 API in Qt OSE project\tqt\nDrupal: How to format email message using node invite module?\tdrupal\ncustom shipping in magento\tmagento\nspike in my inverse fourier transform.\tmatlab\nHibernate NullPointerException In Loader Class\thibernate\nOS X - terminal - $PATH and ${PATH}\tosx\nMagento Installation Problem\tmagento\nWhat's the best way to create a drop-down list in a Windows application using Visual Basic?\tvisual-studio\nQtPython: removeChild/addChild QGroupBox\tqt\nTranslate a Field's Label in a Drupal Content Type\tdrupal\nWhere is user specified data being stored on MacOS\tosx\n\"How can I make the \"\"find\"\" Command on OS X default to the current directory?\"\tbash\nPHP wordpress style related posts\twordpress\nUsing PackageMaker to run a script on install\tosx\nHow do I map a hibernate Timestamp to a MySQL BIGINT?\thibernate\nSpring 3: task namespace: How to find out time of next execution?\tspring\nDeploy Qt+Boost application on a Mac and Windows.\tqt\nhow to do background computing in Spring 3.0?\tspring\nHow to create a series of dates in Cocoa for a week\tcocoa\nOracle - ODBC connection using MS Access error (ORA-12154)\toracle\nVisual Studio 2010 SP1 to 11 Beta - Unit Test Project Cannot be Loaded\tvisual-studio\nWhat Confuses you about Magento Widgets?\tmagento\nHow to create the file browser in view for spring roo?\tspring\nHow do you solve this Haskell problem?\thaskell\nBash scripting problem\tbash\nWhat are uses of polymorphic kinds?\thaskell\nhibernate many-to-one hql query, when inner join fetch property not associated\thibernate\nLINQ across multiple databases\tlinq\nVisual Stuido: Make view code default\tvisual-studio\nSVN - Retrieving Useful Information\tsvn\nHow to split a file and keep the first line in each of the pieces?\tbash\nError: Attempted to access data(2,:); index out of bounds because size(data)=[1,7129].\tmatlab\nHibernate database connection configuration\thibernate\nTexture mapping in MATLAB\tmatlab\nCan Visual Studio be made to debug child processes like WinDBG?\tvisual-studio\nWordpress Roles > Allow Editors to Edit Themes?\twordpress\nHow can you work out the ID of a users MySite\tsharepoint\nMaking Excel 2002 use .NET v2.0.50727 runtime\texcel\nHow would you recommend adding an image as a custom field in WordPress?\twordpress\nhow to click a text with underline for showing a web?\tcocoa\n\"VS2008 crashes with \"\"Fatal Execution Engine Error\"\"\"\tvisual-studio\nmatlab precision determint problem\tmatlab\nHibernate Computed Criteria Order\thibernate\nError: <target>.ColumnName and <source>.ColumnName have conflicting properties: DataType property mismatch.\texcel\nUse-cases for Streams in Scala\tscala\nMatlab: How to get the current mouse position on a click by using callbacks\tmatlab\nTrying to get rsync to copy files back to svn\tosx\nTurn off auto formatting in Visual Studio\tvisual-studio\nMatlab - divide matrix elements by column sums.\tmatlab\nDrupal: Which MySQL do I need?\tdrupal\nCustom comment form in CCK template\tdrupal\nHow do I tell Apache which PHP to use?\tapache\nScala Catalog of functional Design Pattern\tscala\nHow do I remove CSS from WordPress admin sections\twordpress\nNeed a little bit of help with text alignment in wordpress\twordpress\nSharepoint: Deploy Custom Lists and New Columns in lists\tsharepoint\nIs Haskell really a purely functional language?\thaskell\nPrecompiled headers and compiling universal objects on OSX\tosx\ncd doesn't work when redirecting output?\tbash\nWhat's the equivalent of Oracle's to_char in AS400 DB2 SQL syntax?\toracle\nScala - modifying nested elements in xml\tscala\nLinqDataSource and DateTime Format\tlinq\nStoring a passwords in NSString without being readable in memory\tcocoa\nSharepoint - Permissions?\tsharepoint\nWordpress, WP_Query with custom taxonomy and custom post type\twordpress\nChange owner on publish node in Drupal\tdrupal\nSpring XML inner bean question\tspring\nVisual studio or resharper shortcut to close currently selected file in IDE\tvisual-studio\nManupulating Excel files from Windows Scripting Host\texcel\nSharepoint workflow problem\tsharepoint\nAjax Javascript show/hide works with JQuery 1.3.2 but not JQuery 1.4\tajax\nimage upload problem\thibernate\ncan you asyncronously notify a web browser?\tajax\nReading images from file in MATLAB\tmatlab\nInvoking Wine From Apache\tapache\nCustomize the way CCK Node Reference fields are displayed in Drupal\tdrupal\nDisplaying translucent / irregular-shaped windows with Qt\tqt\nHow do you enforce the minimum OS requirements in a Cocoa app?\tosx\nUsage question: Spring AOP vs. AspectJ weaving\tspring\nSingleton Design\tcocoa\nproblem with Double and Rational Number\thaskell\nSingleton Scala actor?\tscala\nDisplay Posts from a category in Wordpress?\twordpress\nApache resource usage\tapache\nretrive the text in a specific cell in a QTableWidget?\tqt\n\"How does Apple make the info.plist display its \"\"Information Property List\"\"?\"\tcocoa\nchanging search-dirs for $ sudo gcc\thaskell\nHow do I get the name of the active user via the command line in OS X?\tosx\nHow to convert Excel sheet column names into numbers?\texcel\nExcel Overtime Calculation\texcel\nExport to Excel from a Repeater?\texcel\nDarwin: how to kill parent process without killing child?\tosx\nIs there any good free tool for the mac, to draw UML and object diagrams?\tosx\nHow to check for empty array in vba macro\texcel\nMATLAB: what's the most elegant way to delete known element in matrix?\tmatlab\nHow to categorize Google Docs published as posts to Wordpress\twordpress\nHibernate: Specifying columns in a one-to-many relationship\thibernate\nBash arrays: Need help with white space\tbash\nhow to configure java.xml.transform.transformer in spring\tspring\nResizing Mfc dialog with embeded QWinWidget\tqt\nList of existentially quantified values in Haskell\thaskell\nMultiple servers checking and writing flag in database\tspring\nlinq subquery returning null\tlinq\nIs it necessary for Qt::paintEvent to be reentrant?\tqt\nWordpress - automatically creating page\twordpress\nOracle: OALL8 is in an inconsistent state\toracle\nWhat is the shorcut in visual studio to switch from code behind to Xaml Code ?\tvisual-studio\nVisual Studio - Prevent stopping debugging from closing Internet Explorer\tvisual-studio\nPros and Cons of LINQ (Language-Integrated Query)\tlinq\nHow do I update the matlab path?\tmatlab\nWhy does Haskell interpret my Num type as an Enum?\thaskell\nHow can I get rid of dynamic SQL\toracle\nExcel reading in ASP.NET : Data not being read if column has different data formats\texcel\nA View Controller that can be instantiated both programatically and in IB?\tcocoa\nLinq to XML performance - Standalone test vs Very large web application\tlinq\nfinding apache build options\tapache\nPL-SQL: getting column data types out of query results\toracle\nMerge and Left Justify a Range of Rows in Excel\texcel\nhow to express {2n+3m+1|n,m∈N} in list comprehension form? ( N is the set of natraul number including 0)\thaskell\nMac Plugins no longer support GetWindowFromPort?\tosx\nRead Excel File Data From HttpPostedFileBase object\texcel\nIn Magento Layered Navigation, how do I get all items for active filters?\tmagento\nincluding Qt headers in DLL\tqt\nSharepoint ItemStyle.xsl for CQWP using images from a content type\tsharepoint\nWhat changes do I need to make Magento work with PHP 5.3?\tmagento\nBasic AJAX example with ASP.NET MVC?\tajax\nGroovy / Scala / Java under the hood\tscala\nHighlight colors in an NSTableColumn on highlight\tcocoa\nCocoa Check for Updates\tcocoa\nIs there a Visual Studio shortcut for replacing the beginning and ending tag name in XAML/XML/HTML at once?\tvisual-studio\nDo I understand Ajax correctly?\tajax\nline of bash code from .configure file\tbash\nHow to setup non-admin development in Visual Studio 2005 and 2003\tvisual-studio\nwordpress: actions, filters & hooks\twordpress\nPassing a string with spaces as a function argument in bash\tbash\nHow do I generate an SSL Certificate with Microsoft Certificate Services and then install / configure it to work with Apache?\tapache\nGuides/ tutorials for beginner OS X app development?\tosx\nCan you print JavaScript variables from a Visual Studio 2008 Tracepoint?\tvisual-studio\nOracle SQL technique to avoid filling trans log\toracle\nSetting a default Apache RewriteRule entry\tapache\nApache Rewrite does not redirect\tapache\nSharepoint Blog: enable/disable comments regarding field value of Posts\tsharepoint\nMagento - blank lines being added to wsdl file\tmagento\nMagento backend problem\tmagento\nUnable to open the Web site: http://.. Forbidden\tvisual-studio\nProblem installing haskel-platform\thaskell\nnumericupdown control\tvisual-studio\nHibernate logging with log4j\thibernate\nHow do I enable continuations on Scala 2.8?\tscala\nWhy is the + operator for List deprecated in Scala?\tscala\nBest setup for code promotion and feature branching in Subversion?\tsvn\nShort way of making many beans depend-on one bean\tspring\nVisual Studio vs. #Develop - Default event handlers\tvisual-studio\nTools for matching name/address data\toracle\na sufficant way to show logs in a graphical interface using whiptail bash\tbash\nChange background of Terminal.app from the commandline\tosx\nHibernate mappings: Splitting up the file\thibernate\nCreating object named after the value of an NSString - is it possible?\tcocoa\nHow to read Excel file in c# by connection string?\texcel\nHibernate - query caching/second level cache does not work by value object containing subitems\thibernate\nnew page in backend in  magento\tmagento\nSubversion update externals to a date\tsvn\na link to parent node in nodecomments in drupal 6\tdrupal\nUsing an IOService port reference to turn off a device...\tosx\nInvoice for 2 or more orders in magento\tmagento\nMoving advanced search - Magento\tmagento\nFile Watcher in Cocoa\tcocoa\nHave you integrated Mantis and Subversion?\tsvn\nHow do you change the look of a check box?\tcocoa\nHow do you handle arbitrary namespaces when querying over Linq to XML?\tlinq\n[Matlab] Saved EPS image different than plotted chart\tmatlab\nInvoking drupal\tdrupal\nnewly installed apache serving html content as text\tapache\nSVN backup\tsvn\n\"Subversion ignoring \"\"--password\"\" and \"\"--username\"\" options\"\tsvn\n\"Why does my web part throw an error about \"\"NT Authority/Anonymous User\"\"?\"\tsharepoint\nBash: Copy a folder full of files and folders to an external hdd, but only if there is enough space to complete the copy.\tbash\nHow to put more than 1000 values into an Oracle IN clause\toracle\nAre there tools that would be suitable for maintaining a changelog for a Cabal Haskell package?\thaskell\nMerge contents of 2 Excel cells keeping character format intact (using VBA)\texcel\nFunctional Reactive Programming in Scala\tscala\nWhat's XLSHTML?\texcel\nQMutex stuck in locked state\tqt\nHow can i open popup window in magento admin panel?\tmagento\nAjax autocomplete (or autosuggest) with TAB completion similar to shell command line completion?\tajax\nTool to automatically reformat whole C# source tree in VS2008?\tvisual-studio\nWhat OR/M tool that supports Linq/Iqueryable would you recommend?\tlinq\nGoogle Adwords conversion on form submission in Drupal\tdrupal\nHow do you code up a pattern matching block in scala?\tscala\nHow do I create a custom wordpress page?\twordpress\nBest Way to Ajax-Control Table Rows\tajax\nIs it possible to bind the null placeholder in Cocoa?\tcocoa\nImplementing Tiny MCE As Local HTML Editor\tapache\nhibernate Open Session in View\thibernate\nDefining a seemingly simple Foldable instance\thaskell\nVS2008 debugging with firefox as default browser - how to make the debugger stop/close on exit?\tvisual-studio\n\"Creating a \"\"Breaking News\"\" div with ajax if file exists?\"\tajax\nlinq to xml - get rid of blank xmlns\tlinq\nSpring Security: Redirect to invalid-session-url instead of logout-success-url on successful logout\tspring\nHibernate, instrumentation and delete cascade order\thibernate\nPrint certain tabs\texcel\nTalking head library for Mac OS X\tosx\nWhat's the best way to compare two sheets in an Excel workbook\texcel\nscala: 'def foo = {1}' vs 'def foo {1}'\tscala\nIs there an encyclopedia/list of common type classes in Haskell?\thaskell\nSearch for whole word with Linq to SQL\tlinq\nHowcan I get started with Spring Batch?\tspring\nDo you continue development in a branch or in the trunk?\tsvn\nSplit ByteString on a ByteString (instead of a Word8 or Char)\thaskell\nHow to I authenticate with a ISA proxy from my application seemlessly?\tqt\n(Lazy) LEFT OUTER JOIN using the Hibernate Criteria API\thibernate\nA general linux rights question: Apache and WordPress\tapache\nC framework like Qt ?\tqt\nImprove my Haskell implementation of Filter\thaskell\nExtracting generic Linq queries\tlinq\nScala profiler?\tscala\nHow to set Wordpress and index.php to WP site\twordpress\nUsing Node Data after Node is Created\tdrupal\nHaskell mutable map/tree\thaskell\nStop a custom submit button from firing the form validation on a CCK form\tdrupal\nRunning subversion under apache\tsvn\nCapturing a Map to embed in a Wordpress Blog post\twordpress\nVisual Studio - Publish to multiple locations?\tvisual-studio\nEmbedded JPG resources not loading in Qt application\tqt\nHow to modify beans defined in a spring container\tspring\ndefinition of filter function with foldr, in haskell. i want to see if i understand how it's working.\thaskell\nHow to change tinyMCE editor's button's default tag output in wordpress?\twordpress\nHow can you dynamically load Javascript functions using Ajax?\tajax\nHow to delete a record in linq\tlinq\nHow to inject spring beans into a jsp 2.0 SimpleTag ?\tspring\nSubversion Tagging and Security\tsvn\nTesting for a valid date in a oracle procedure's parameter\toracle\nEBNF to Scala parser combinator\tscala\nOracle Analytics inside Cursor\toracle\nHow can I pass a complete argument list in bash while keeping mulitword arguments together?\tbash\nBash One Liner: copy template_*.txt to foo_*.txt?\tbash\nHibernate: unmapped class association exception\thibernate\nQByteArray to integer\tqt\npassword recovery for drupal\tdrupal\nIntermediate lists in Haskell\thaskell\n'Array of arrays' in matlab?\tmatlab\nMoving  MS Excel data to a website via a web service.\texcel\nPCI compliance issues for Magento running on Bluehost\tmagento\nHow can I associate many existing files with drupal filefield?\tdrupal\nInternal linking in Wordpress...\twordpress\nWhy does Scala have very little Enthusiasm about it?\tscala\nOracle Pl/SQL: Loop through XMLTYPE  nodes\toracle\nHow to translate product name and info in Magento\tmagento\nlinq question: querying nested collections\tlinq\nCould/should an implicit conversion from T to Option[T] be added/created in Scala?\tscala\n\"How to get and display post's \"\"position\"\" in the query?\"\twordpress\nConnect Visual Studio 2008 to Virtual PC 2007\tvisual-studio\nExample of Spring missuse\tspring\nsubstituting an Excel worksheet for an Access database\texcel\nIs there an efficiency penalty when using Scala inner functions within non-tail recursive functions?\tscala\nUse LINQ to concatenate multiple rows into single row (CSV property)\tlinq\nSharepoint Lists.asmx: The request failed with an empty response.\tsharepoint\n(less ugly way to) slice an array in bash\tbash\nHow do I get spring to inject my EntityManager?\tspring\nQuerying against LINQ to SQL relationships\tlinq\nGridlines in excel through interop\texcel\nLINQ-to-SQL and mass-changes submit very slow\tlinq\nOracle Forms/Applications in Internet Explorer 8 using JInitator\toracle\nSVN Weirdness: Is It Possible It's Not My Fault\tsvn\nHibernate Criteria - Exclude records with same id but different attribute values\thibernate\nHow to know the line of a bug in a spring generated bean ?\tspring\n\"Implementing \"\"scrubby sliders\"\" in Cocoa?\"\tcocoa\nMulti-threaded BASH programming - generalized method?\tbash\nUsing Alias in Apache ONLY if local directory not present?\tapache\nWhat access does Apache 2.0 need in Windows Server 2003 in order to start as a service?\tapache\nWordPress url error on IIS 7\twordpress\nHow do you count the words in an array of strings with LINQ?\tlinq\nhow to send an object from one js file to another js file ?\tajax\nadding oracle's timestamp to query results\toracle\nQuestion about [[]], [] and $#\tbash\nA useful example of when to use vsize function instead of length function in Oracle?\toracle\nGetting my webapp to be database agnostic with Hibernate...\thibernate\nUnable to enable jquery UI module in drupal??\tdrupal\nBest way to set HTML head title in a Spring+Tiles2 application?\tspring\nHow would you make a text cell in a an Outline View show how many children the parent row has?\tcocoa\nAjax: Load XML from different domain?\tajax\nOracle empty strings\toracle\nNew folders are not uploaded in SVN\tsvn\nHow to serve files in Drupal without using links?\tdrupal\nBest way to make NSRunLoop wait for a flag to be set?\tcocoa\nMagento API: Assigning preexisting simple products to configurable products\tmagento\nHaskell numeric type heirarch in SICP exercises\thaskell\nwp_list_categories does not show current category\twordpress\nsetTimeout not working in javascript\tajax\nFill array with consecutive integers\texcel\nHow do I configure visual studio to use the code view as the default view for Webservices?\tvisual-studio\nSpring RegisterSingleton\tspring\ntortoise svn in system tray possible?\tsvn\nBash egrep numbers not working in case\tbash\nHow do I find the high water mark (for sessions) on Oracle 9i\toracle\nOS X Data Storage in PLIST Example or Tutorial?\tosx\nlinqtosql, timespan, aggregates ... can it be done?\tlinq\nHow to read the background color of a cell through a (ruby) script from Microsoft Excel on Mac Osx?\tosx\nIn QT, for a context menu item, how to hide the space of the icon\tqt\nApache mod_deflate based on url parameters\tapache\nshared library locations for matlab mex files:\tmatlab\nHaskell - How to best to represent a programming language's grammar?\thaskell\nHow to use Subversion for non-compiled language?\tsvn\nCocoa screen capturing?\tcocoa\nSVN Manager App for Mac (better than XCode)\tsvn\nIs it possible to sort numbers in a QTreeWidget colum??\tqt\nLooking for recommendations on a good bash tutorial\tbash\nMagento - get list of items from orders for specific date range\tmagento\nHow to clear persistent variables while keeping breakpoints in MATLAB?\tmatlab\nUnderstanding Haskell's filter\thaskell\nUsing Visual Studio 2005 with ClearCase Eclipsed Files\tvisual-studio\nScala methods ending in _=\tscala\nWith wordpress, is there a statement like current_user_can except show something if a user does not have specific access?\twordpress\nNot able to check if user is logged in magento system in footer.phtml file on some pages\tmagento\nHibernate SQL Audit Logging\thibernate\nyslow still not giving me an A for expires header in apache httpd even though I added them\tapache\nIs there ANY way to suppress the browser's login prompt on 401 response when using XmlHttpRequest\tajax\nJava Swing or Java Qt?\tqt\nPreserving data integrity in Drupal:\tdrupal\nHelp with Magento Custom Module. Redirect to another module and return to checkout\tmagento\nQT: reject() closing whole app? Why?\tqt\nVisual basic auto imports namespaces\tvisual-studio\nVB.Net Linq - How to append a where clause?\tlinq\nHaskell Type error\thaskell\nredirecting standard output to the calling process\tbash\nHow to cancel ajax request that has run (on server side)\tajax\nHow do I keep Resharper Files out of SVN?\tvisual-studio\nCapture Qt widget as an image file\tqt\n\"MFC \"\"Warning: skipping non-radio button in group.\"\"\"\tvisual-studio\nLinq Expresion Tree\tlinq\nannotation() and text() in Matlab\tmatlab\nHow can grep interpret literally a string that contains an asterisk and is fed to grep through a variable?\tbash\nCreating Drupal taxonomy terms from code?\tdrupal\nWordPress Child Theme\twordpress\nIllegalArgumentException for dataSource in Spring application\tspring\nHow to wrapp an Oracle stored procedure in a function that gets executed by a standard SELECT query?\toracle\nJPA Multiple Persisrtence Unit [bug]\tspring\nApache Tomcat 6 Problem Not Found(404)\tapache\nExcel form hides behind other windows after I browse for file but I want it to stay on top.\texcel\nHow to add tracing within a for comprehension?\tscala\n'XMLHTTPRequest is Undefined' IE6\tajax\nListTemplateOwner\tsharepoint\nSpring @Autowired usage\tspring\nWhat is the best way of retrieving a specific post in Wordpress?\twordpress\nEvaluating parsed expression in Haskell\thaskell\nIs there a better way to declare an empty, typed matrix in MATLAB?\tmatlab\nWhat does the : infix operator do in Haskell?\thaskell\nSVN Error: Expected fs format between '1' and '3'; found format '4'\tsvn\nPL/SQL: Problem in WHERE clause ( don't know how I can address results from DECODE() function in WHERE clause).\toracle\nwordpress multiple loops problem\twordpress\nUsing VS 2005 to design abstract forms\tvisual-studio\nWordpress: Two different Permalinks for same Blog\twordpress\nmagento stock management with external inventory management program\tmagento\nMagento: Getting Product Url's for Products within a Grouped Product\tmagento\nUpdating live server from VCS\tbash\nAlternatives to multimethods in Scala or Jython\tscala\nGHC refuses to export qualified modules\thaskell\nCan one access TestContext in an AssemblyCleanup method?\tvisual-studio\nWay to do radio buttons in Qt 4.4.3 menus\tqt\nModify Latest Blog Posts in WordPress\twordpress\nIs there a difference between delegate/selector and target/action?\tcocoa\nTesting QuickCheck properties against multiple types?\thaskell\nHibernate Inheritance Strategy and Why\thibernate\nHow do I turn off Oracle password expiration?\toracle\nScala/Lift question rss feed fetch\tscala\nHaskell: What is the difference between $ (dollar) and $! (dollar exclamation point)\thaskell\n\"How do I do \"\"svn st\"\" in AnkhSVN for Visual Studio? -no text-\"\tsvn\nOracle in-line method to produce CSV for relation\toracle\nA command line that yields the complete URL of a file inside the svn repository?\tsvn\nWhat should a longtime Windows user know when starting to use Linux?\tbash\nCocoa NSView changing autosizing properties\tcocoa\nphp validation using jquery and ajax\tajax\nHow do I go from 1.4795e+004 to 14795.00 ??\tmatlab\nSVN Watchlists?\tsvn\nadd a server alias to the domain's VHOST?\tapache\nDefault row ordering for select query in oracle\toracle\nCase preserving find/replace in Visual Studio\tvisual-studio\nWrap rows in Excel\texcel\nUsed MacPorts to install WordPress. Where is it now?\twordpress\nComplex form design in Sharepoint\tsharepoint\nMultiple loop working, function inside isn't\twordpress\nChanging the Admin Theme in Drupal 6 Directly in Database\tdrupal\nSimplest build of QMYSQL3\tqt\nLinq to SQL Performance using contains.\tlinq\nw3schools AJAX example\tajax\ncreating rss.xml file for wordpress posts...\twordpress\nScala: Where do I find an OS project written in scala?\tscala\nMATLAB: vectorized array creation from a list of start/end indices\tmatlab\nbug in linq Contains statement - is there a fix or workaround?\tlinq\n\"Wordpress Install: \"\"ERROR: you must provide an e-mail address.\"\"\"\twordpress\nHow to generate getters and setters in Visual Studio?\tvisual-studio\nApplet 1.6 on Mac OS X\tosx\nMOSS Web Solution Package breaks when moved\tsharepoint\nIs bash scripting still the way to go?\tbash\nPlotting data with meshgrid\tmatlab\nelemIndices in Haskell\thaskell\nSimple symlink in web root returns access denied\tapache\nExposing multiple objects with RMI in Spring\tspring\nExpose VSTO functionality to VBA w/o local admin\texcel\nHelper functions in Cocoa\tcocoa\nsave graphs in Haskell\thaskell\nCan AJAX calling a external webservices functions\tajax\nUsing fields from a 'lookup-ed' sharepoint list\tsharepoint\nUsing a Mac for crossplatform development?\tosx\nFunction or Procedure for an IN clause\toracle\nProblem using @SecondaryTable in Hiberante\thibernate\nDoes qt 4.5 have any skins?\tqt\nscala: annotating accessor methods\tscala\n.TXT FILES IN MATLAB\tmatlab\nSaving matlab sparse matrix to text file\tmatlab\nInserting multiple rows into Oracle\toracle\nHibernate:  Projection of a many-to-one in a Criteria\thibernate\nMagento: Filter Configurable Product by their options\tmagento\nHow to store Blobs in Drupal?\tdrupal\nPlease explain what an outlook add-in is\tvisual-studio\nAny disadvantages of accessing Subversion repositories through file:/// for a solo developer?\tsvn\nsvn ignore without deleting files?\tsvn\nJPA EntityManager, how does it work??\thibernate\nMS Ajax Toolkit now on backburner?\tajax\n[Haskell] Set of an Unordered Data Type with a given ordering\thaskell\nAJAX script not working in Firefox\tajax\nMulti-lingual Drupal Site\tdrupal\nCan I compile legacy MFC applications with Visual Studio 2008 ?\tvisual-studio\nProviding data as needed for QTMovie\tcocoa\nHow do you remove a file from being version controlled without deleting the file in subversion?\tsvn\nmove magento attribute to tab\tmagento\nPlot data reconstruction reading pixel colors from image files\thaskell\nHow can I load an image saved in database to Visual Studio ReportViewer 2008?\tvisual-studio\nHaskell parsing tools - yacc:lex :: happy:?\thaskell\n\"(newbie) type signature \"\"Maybe a\"\" doesn't like \"\"Just [Event]\"\"\"\thaskell\n'CONTINUE' keyword in Oracle 10g PL/SQL\toracle\nCan I run Excel from a .cmd script with all macros enabled?\texcel\nEclipse RCP on OSX - How to stop logging to syslog?\tosx\nReading a list from a java .properties using Spring properties place holder\tspring\nCan't compare the norm of a vector to 1 in matlab\tmatlab\ndrupal  how to refresh the page when the content is created in the popups\tdrupal\nHow to start Mac OS X password screen\tosx\nHow to add external library to the classpath in scala's interpreter?\tscala\nDrupal Theming - Background images without dimensional constraints\tdrupal\nretrieve only sub-pages (wordpress)\twordpress\nAdding more information onto the $user object in drupal?\tdrupal\nJPA Map<String,String> mapping\thibernate\nLinq To Sql - ChangeConflictException not being thrown. Why?\tlinq\nComparing entities while unit testing with Hibernate\thibernate\nHibernate JPA Template fetch\thibernate\nPassing CGI arguments to an executable in Apache on Windows\tapache\nWhy does the '#weight' property sometimes not have any effect in Drupal forms?\tdrupal\nSelecting the max with a condition in excel\texcel\n[Apache] RewriteRule removing trailing dot.\tapache\noracle pl/sql ora-01722 error\toracle\nHibernate One-to-Many cascade efficiency\thibernate\nMATLAB : search and count (?)\tmatlab\ndelete hibernate entity without (attempting to) delete association table (view) entry\thibernate\n\"Add app to the \"\"Startup Items\"\"\"\tcocoa\n\"Magento - Using alternative \"\"reviews count\"\" on category list page\"\tmagento\nAfter adding a symbolic link in a svn repository I keep receiving an error inside of that directory\tsvn\nReducing CPU processing time by using nice?\tbash\nMagento: Select the top ordered products\tmagento\n\"SharePoint/WSS: Modify \"\"created by\"\" field?\"\tsharepoint\nDoes anyone know the .net odbc driver connection string for excel 2003's xml spreadsheets?\texcel\nUsing Apache proxy to foward traffic to tinyproxy\tapache\nSql Import wizard imports 1022868890 as 1.02287e+009\texcel\nWhen was <input type=search> introduced in Safari\tosx\nUse SVN instead of CVS on SourceForge\tsvn\nGeneric-like behavior in PL/SQL procedure parameters\toracle\nReorganize folders with a script\tbash\nCombo Box Item comparison and compiler warnings\tvisual-studio\ndrupal > views > exposed filter > submit on change\tdrupal\nGroup by Question in Linq\tlinq\nSelecting an index in a QListView\tqt\nImplementation of Drupal Memcache in custom modules\tdrupal\nWhy can't I define a new type in ghci?\thaskell\nHow to use spring to resolve dependencies of an object created manually?\tspring\nGet Max Date Using CAML Query From alist\tsharepoint\nFast recursive grepping of svn working copy\tsvn\nScript to backup svn repository to network share\tsvn\nOracle: best way to search over a range of values?\toracle\nstring interpolation in haskell\thaskell\nApache rewrite URL but don't rewrite certain folder\tapache\nORM tools for Haskell\thaskell\nHibernate: How declare foreign key without having to code association methods in the domain object?\thibernate\nWarning about bad shutdown preventing apache from running?\tapache\nMATLAB: compute mean of each 1-minute interval of a time-series\tmatlab\nHaskell: Custom types with conditions\thaskell\nMagento - link to a frontend skin js file from an admin file\tmagento\nOverlay/Join two collections with Linq\tlinq\nHow do you set up drupal menues?\tdrupal\nMagento - Singole cateogry on sidebar\tmagento\nAjax authentication without letting browser pop up login dialog\tajax\nLimiting the number of objects in NSArrayController\tcocoa\nExcel Interop: Formatting Footers\texcel\n\"Excel \"\"External table is not in the expected format.\"\"\"\texcel\nQt Widget being resized twice upon initialization?\tqt\nRetrieve emebedded or component using Hibernate Criteria api\thibernate\n\"How to use \"\"macros\"\" in VisualStudio 2008 build events?\"\tvisual-studio\nExcel 2007 - selecting multiple non-contiguous cells within one column.\texcel\nHow can I program ksh93 to use bash autocompletion?\tbash\nCenter an NSView within an NSScrollView\tosx\nHow can I use a .hbm.xml file as input in hbmtemplate for Maven?\thibernate\n\"hibernate ignores fetch=\"\"join\"\" on a collection when navigating the object tree with iterator\"\thibernate\nRemove correctly selected NSManagedObjects\tcocoa\nTeam Foundation Server (TFS) File Difference viewer - how to split horizontally\tvisual-studio\nLooping Variable Names\texcel\ncorrupted ajax result\tajax\nVisualSVN wants a username and password\tsvn\nHow to write custom reports in Drupal\tdrupal\ncreating inner classes with spring\tspring\nOracle 'printf' equivalent\toracle\nWhat is the best way to solve an Objective-C namepsace collision?\tcocoa\nHow do I create an Excel chart that pulls data from multiple sheets?\texcel\nOS/X mimetype handler\tosx\nMagento help with creating model in custom class\tmagento\nLINQy way to check if any objects in a collection have the same property value\tlinq\nHow to use term_group for ordering subcategories in Wordpress?\twordpress\nDifferent views with Spring's SimpleFormController\tspring\nHow to performance tune when you have heavy concurrency on an Oracle table\toracle\nWill creating a new folder break subversion?\tsvn\nStripping newlines in Haskell\thaskell\nredirect to a particular page after contact form is submitted in Magento\tmagento\nWhere to open sessions in a Spring/Hibernate stack?\tspring\nWhat does the JVM in MATLAB Compiler Runtime (MCR) do?\tmatlab\ninstalling Lingotip translate on Magento; php version conflict; would like to override\tmagento\nHow do you typically import data from a spreadsheet to multiple database columns?\texcel\nShould the new MFC Feature pack contols appear in VS toolbox\tvisual-studio\nHow do I set up an asp.net mvc app with Subversion?\tsvn\nHow to rewrite part of the url with .htaccess?\tdrupal\nMouse event is not detected on my NStableview + cocoa\tcocoa\nEmbedding inline advertisement in nodes in Drupal 6.x ?\tdrupal\nHow can I dynamically add and remove <fieldsets> using prototype and scriptaculous?\tajax\nSubversion and revision engineering - what are the best web resources to read about?\tsvn\narray dependency injection in spring?\tspring\nNSOutlineView - Auto-expand all nodes\tcocoa\nProgress Bar in perl\tajax\nHow much overhead do frameworks like Hibernate bring?\thibernate\nSpring - How 'multiple' AOP behaviors to sevices are resolved?\tspring\ncalling Qt's QGraphicsView::setViewport with a custom QGLWidget\tqt\nSubversion: How to merge only specific revisions into trunk?\tsvn\nis there a way for keeping a variable from changing inside recursions, in haskell?\thaskell\nSmart tool (addin?) for creating class body from header file\tvisual-studio\n[VB.NET] Better Way of Getting the Text Value of Cells in an Excel (*.xls) File\texcel\nWhich view will be resolved, code from spring's docs\tspring\nOracle: how to add minutes to a timestamp?\toracle\nHow to load Java Stored Procedure through JDBC into Oracle 10g?\toracle\nbefore calling session.gettransaction, do I have to ensure one exists?\thibernate\nGetting ORA Oracle error code using PHP function oci_connect?\toracle\nPreferred path to applications on OSX?\tosx\nApache AllowOverride equivalent in Lighttpd\tapache\n\"How to write \"\"asInstanceOfOption\"\" in Scala\"\tscala\nAre Oracle stored procedures faster than in line SQL for a Microsoft.NET application ?\toracle\nReasonable SELECT ... INTO Oracle solution for case of multiple OR no rows\toracle\nDrupal Custom Form Arrangement/Placement\tdrupal\nMapping widget for Qt\tqt\nQt how can i get content of web-page?\tqt\nMagento google checkout integration issue 404\tmagento\nConcatenating a list of numbers into one integer in haskell\thaskell\nGet resultset from oracle stored procedure\toracle\nWhat is Scala equivalent of Java's static block ?\tscala\nHow do I properly remove an svn:externals and replace it with a local (non-external) copy of the same directory?\tsvn\nCan QSignalMapper be used to re-emit signals with multiple parameters?\tqt\nHibernate detached queries as a part of the criteria query\thibernate\nSaving settings in matlab\tmatlab\nHow to check syntax in bash (without running the script)\tbash\nRestrict Apache to only allow access using SSL for some directories\tapache\nHow to acquire an event only at defined times?\tqt\nLoopless  function calls on vector/matrix members in Matlab/Octave\tmatlab\nScala objects not changing their internal state\tscala\nWhat is matlab good for? Why is it so used by universities? When is it better than python?\tmatlab\nWhy aliases in a non-interactive Bash shell do not work\tbash\nMagento : manually imported product partially saved\tmagento\nIterators for mutable collections in Scala?\tscala\nHow to back up wordpress site to be restored after a clean installation\twordpress\nHow to set programmatically two different Excel formulas for every other\texcel\nRevert a whole directory in tortoise svn?\tsvn\nString Compare not working in Visual C++ 2005\tvisual-studio\nHow to call Java web service (JAX-WS) from AJAX?\tajax\nHow to prevent IE6 from refetching already-fetched images added via DOM manipulation\tajax\nWhy is App window only opening once and then not opening again?\tcocoa\nDo you use the branches/tags/trunk convention?\tsvn\nIs it possible to script for data entry with Drupal?\tdrupal\nwordpress plugin encoding not working\twordpress\nRedirect to Apache default 404 page with mod_rewrite?\tapache\nSubmenus in Wordpress\twordpress\nmagento price getPrice() value\tmagento\nHow do I add a file to Subversion that has the same name as a directory that was deleted?\tsvn\nmore efficent shell text manipulation\tbash\nSub Query Where X in (from... ?\tlinq\nHow to name fields using Dynamic Linq?\tlinq\nWhere do you define spring bean configuration files\tspring\nWhat is the optimal VSTF source structure? Are there any best practices?\tvisual-studio\nWhere is a good guide for Drupal themeing?\tdrupal\nBulk Row Transfer between Oracle Databases with a Select Filter\toracle\nHaskell: Gluing a char and a list together?\thaskell\nHibernate entity with user defined attributes\thibernate\nHow to setup a Subversion (SVN) server on GNU/Linux - Ubuntu\tsvn\nOracle adds NULL Byte (ASCII: 0) to varchar2 string\toracle\nCocoa Interface Builder's 'Attributes Inspector' like window\tcocoa\nHaskell parser error in where clause\thaskell\nInstalled Visual SVN Server, except I get this message when do SVN Check Out\tsvn\nHibernate and order by using column values\thibernate\nShared Worksheet with Macros in Excel 2003\texcel\nHow to do a full text search in Cocoa?\tcocoa\nDiffering Apache Solr results when doing queries through Drupal – why?\tdrupal\n301 Redirect with query string and domain name in Apache\tapache\najax browser compatability\tajax\nHow to insert customize check condition (eg JRE Check) in Package Maker, Mac\tosx\nObtain a CGContextRef of NSView outside of drawRect ?\tosx\nDetermine if WindowServer is available?\tosx\nEclipse's tab double click on Visual Studio?\tvisual-studio\ncreating setup for mac application\tosx\nTable per Concrete Class Hierarchy in Hibernate\thibernate\nACL architechture for a Software As a service in Sprgin 3.0\tspring\nCustom List Definition using Document LIbrary\tsharepoint\nCreate a multi-tabs Excel file\texcel\nIs there a way to package a dynamic library in the application binary?\tqt\nWordpress search results on external page\twordpress\nHow to convert a list of ints to a string array in Linq?\tlinq\nAssign a taxonomy term to a view instance\tdrupal\nHow to give NSWindow a particular background color\tcocoa\nWhat is Lift's state idiom?\tscala\nDistinguishing between HFS+ and HFS Standard Volumes\tosx\nError handling in MS Excel VBA\texcel\nMissing file [Qt]\tqt\nOracle - How does transaction, rollback segment and the undo_retention parameter work ?\toracle\nWill Oracle optimizer use multiple Hints in the same SELECT?\toracle\nparser combinator: how to terminate repetition on keyword\tscala\nOracle Database 10g VIEW performance\toracle\nHow Should an OS X Drawing Programs Store Custom Data in its PDF PasteBoard Flavor?\tosx\nSetting up Alerts in SharePoint\tsharepoint\n@Secured()      is there any statement show on log...?\tspring\nShowing 10 recent (same month/year?) items from a category (Wordpress)\twordpress\nWhy does Scala create a ~/tmp directory when I run a script?\tscala\nPosix Error 14 (bad address) on open read stream in Cocoa.  Hints?\tcocoa\nChanging CCK Title for Form\tdrupal\nAJAX support in smart phones\tajax\nRemoving custom widget from QVBoxLayout\tqt\nCustomized Drupal with pre-installed modules\tdrupal\nOutlook style toolbar in Qt\tqt\nAdding a enum as a class property in HBM.\thibernate\nif statement error bash\tbash\nHow do you turn on a hibernate filter for a particular entity by default?\thibernate\nLINQ WHERE query problem in C#\tlinq\nQt, Signals without naming?\tqt\nHow to use Linq to group every N number of rows\tlinq\nCan't upload images with Magento 1.4 on Windows/IIS\tmagento\nescaping 'run' command line options in cygwin\tbash\nSpring Webflow Best Practice\tspring\nWindows Mobile Device Emulator - how to save config permanently?\tvisual-studio\nResources to learn QT/Embedded 4.5 ?\tqt\nSummation notation in Haskell\thaskell\nWill upgrading Office from 2003 to 2007 break VB programs which use Excel through the COM interop?\texcel\nUnable to move pictures from Desktop to a specifig folder\tbash\nCombining data from Excel with database\texcel\nExcel xth letter of the alfabet\texcel\nHow to convert a scala.List to a java.util.List?\tscala\nWordpress Site Monitoring software / service\twordpress\nIs there an easy way to clone the structure of a table in Oracle?\toracle\nhow to define an inverse cascade delete on a many-to-one mapping in hibernate\thibernate\ngdbinit conflict with Xcode debugging\tosx\nHelp writing a DVB driver for OS X\tosx\nConverting SQL Server date format to Oracle\toracle\nSingle DispatcherServlet with Multiple Controllers\tspring\nC# and Excel files\texcel\ndeleting rows containing listed numbers in excel\texcel\nReplacing typelibs for imports\tvisual-studio\nScala 2.8 Actors\tscala\nVisual Studio refactoring: Remove method\tvisual-studio\nHow do I get the max data size of every column in an IQuerable using LINQ\tlinq\nCan I generate values for a custom parameter such as a timstamp for a Visual Studio Item Template?\tvisual-studio\nHow remove empty element from string array in one line?\tlinq\nBash Script to find the most recently modified file\tbash\nPlease Check For Idiocy: Customizing Taxonomy Term Page in Drupal\tdrupal\nHandle OSX Dock Drag N Drop\tcocoa\nUsing Makefile instead of Solution/Project files under Visual Studio (2005)\tvisual-studio\nLinqToSQl and the  Member access not legal on type exception\tlinq\nHow to run parallel codes using QT ?\tqt\nIs it possible to have a binding that combines more than one key path?\tcocoa\nWhy are subviews of an NSView not sent a release message when a Cocoa application terminates?\tcocoa\nProblem with selection rectange\tqt\nMagento Ajax cart - the correct way\tmagento\nbash script to perform operation on each argument against the final argument\tbash\nWhy does drupal_get_title() return empty on a Views page?\tdrupal\nCan I turn off an Apache Directive then turn it on in an include?\tapache\nMagento - Have different set of fields and labels for cart and checkout (order review) screens\tmagento\nHow do I fix my application from leaking when using Qt 4.5?\tqt\nHow to reference logo image multiple times in Excel 2007\texcel\nWho are using all the memory on my production server(apache + mysql + rails) ?\tapache\nHow to substitute a string in bash script\tbash\nHow do you move visual studio DataTip window\tvisual-studio\nScripting out Oracle objects\toracle\nin wordpress, how do I know what page is current?\twordpress\nScala, repeat a finite list infinitely\tscala\nSharePoint and Log4Net\tsharepoint\nNewline Madness in Bash Script\tbash\nScala actors as single-threaded queues\tscala\nWhat should be done to have 'Value' in the enumeration ?\tscala\nMatlab - binary vector with high concentration of 1s (or 0s)\tmatlab\nOpen a Specified File in Excel from a GUI - Borland C++\texcel\nHow to programmatically retrieve GHC package information?\thaskell\nBlocking specific extensions in htaccess\tapache\nBest way to use Subversion as a project communication tool?\tsvn\nIssue with database connection from sharepoint workflow with integrated security options\tsharepoint\nHow do I calculate tables size in Oracle\toracle\nWhy does this Haskell statement not evaluate lazily?\thaskell\nOracle logon trigger not being fired.\toracle\nHow do I write this in Ruby/Python? Or, can you translate my LINQ to Ruby/Python?\tlinq\nHow do you give a text field a default font and some padding?\tcocoa\nCocoa/Objective-C: how much optimization should I do myself?\tcocoa\nHow to pull data and export to excel within an ajax framework.\texcel\nget several values from the user in QT\tqt\nApache base URL for subdirectory?\tapache\nHow do modify the look and feel of a Sharepoint site?\tsharepoint\nHow to use circshift in Matlab? What am I doing wrong?\tmatlab\nDuplex or request-reply with Apache ActiveMQ WCF Binding configuration question\tapache\nScala XML \\\\ copies xmlns attribute. Why and how can I stop it?\tscala\nHibernate 2nd level cache objects that are lazy=false, result in a default fetch=join, is it documented anywhere?\thibernate\nWtf IE7 - AJAX calls using setTimeout\tajax\nIs there a way to use OLE DB Provider for Jet on an unsaved Excel workbook?\texcel\nKeep indentation of wrapped lines in Visual Studio 2008\tvisual-studio\nAre there any drawbacks to running Visual Studio remotely?\tvisual-studio\nscala turning an Iterator[Option[T]] into an Iterator[T]\tscala\nPrinting $node vars in page.tpl.php\tdrupal\nHow can I get XStream to output Scala lists nicely? Can I write a custom converter?\tscala\nIn Matlab, how do I change the background color of a subplot?\tmatlab\nAsp.NET Webpart > Userctrl > ClientScript.RegisterStartupScript not working!?\tajax\nHaskell - how can I check if number is Double/Float?\thaskell\nfit-to-width for a QWebView\tqt\nHibernate Specific DDL Generation\thibernate\nIn cocoa, Is there a proper way to handle overlapping NSView siblings?\tcocoa\nwhat is the best way to back up an SVN server for all the code and content?\tsvn\nHow do I ignore a directory in mod_rewrite?\tapache\nMATLAB GUI axes break window layout\tmatlab\nWhich projects do you include in your solutions\tvisual-studio\n\"MATLAB \"\"C\"\" DLL Errors\"\tmatlab\nConfiguring MOSS and Reporting Services on a Domain Controller\tsharepoint\nAccessing a Function over Database Link with Different Charsets in Oracle\toracle\ncount number of files generated from split command\tbash\nAnalyzing data for noisy arrays\tmatlab\nSame working copy of the code with 2 SVN servers.\tsvn\nAccessing SharePoint Web Services over Silverlight\tsharepoint\nStatistics toolbox in Matlab\tmatlab\nHow do I install the Apache FtpServer as a service within Windows 7 (64-bit)?\tapache\nOracle10 and JDBC: how to make CHAR ignore trailing spaces at comparision?\toracle\nCan I get specific metadata from a Func<T, object>?\tlinq\nHibernate error: cannot resolve table\thibernate\nAt what point do you need to be a programmer to work with Drupal?\tdrupal\nSharePoint problem using a Feature with AllUsersWebPart node\tsharepoint\n\"Magento \"\"My Account\"\" link section\"\tmagento\nMagento - Checkout not redirecting to success page\tmagento\nIs there a LINQ library for C++?\tlinq\n[Visual Studio 2003] Setting environment variables in pre-build event and using in compilation step\tvisual-studio\nQt: Session Management Error\tqt\nChange wordpress navbar to link straight to post or page\twordpress\nsvn: Path does not exist in revision\tsvn\nHow to create CommonsMultipartFile object given only a file.\tspring\nWhat are the relationships between Any, AnyVal, AnyRef, Object and how do they map when used in Java code?\tscala\nQtWebKit Manager\tqt\nAJAX, Server Push implementation questions\tajax\nHow to use LINQ to compile a lambda expression to custom SQL or otherwise?\tlinq\nHow to hide distributed servers under a single domain?\tapache\nIs there a way to control which implicit conversion will be the default used?\tscala\nSharing Data Across Sharepoint Sites - Roll Up or Pull Down?\tsharepoint\nAjax with slide effects onready witout using a toolkit\tajax\nHow to get daily commit count and the number of modified paths from svn repository?\tsvn\nWhat is the difference between Linq and IQueriable\tlinq\nHow to catch a unique constraint error in a PL/SQL block?\toracle\nWebGate Configuration Problem\tapache\nModifying the sort order of a LINQ query\tlinq\nHow to make query on a property from a joined table in Hibernate using Criteria\thibernate\nURL Redirection for SSL virtual hosts\tapache\nNice small simple real life programming example in Haskell?\thaskell\nPorting a Python app that uses Psyco to Mac\tosx\nHow to get all matches from regex?\tbash\nCreating a Core Data Inverse Relationship\tcocoa\nHow to get physical memory in bash\tbash\nHow to change Matlab program for solving equation with finite element method?\tmatlab\nWhat's the easiest way to colorize bash shell outputs?\tbash\nPaypal Standard option does not appear on the Checkout page\tmagento\nIs there any way to block files being committed to SVN repository\tsvn\nHow to scale a UIImageView proportionally ?\tcocoa\nhow to handle PermGen space exception in Apache\tapache\nHow to Relocate Visual Studio project (.sln) file\tvisual-studio\nHibernate 2nd level cache invalidation when another process modifies the database\thibernate\nJMeter command line - linux version vs windows version\tapache\nRar command - ignore certain folders\tsvn\nmatlab: vectorized manipulation of cell array\tmatlab\nWhat's the best Mac custom disk image creation app?\tosx\n[Apache] Creating rewrite rules for multiple urls in the same folder\tapache\nMixing Static Libraries of C Code  built from different versions of Visual Studio 2002 and later\tvisual-studio\nHow to test that test if a path is (or isn't) writable without writing nothing in it.\tsvn\nLINQ  to XML question\tlinq\n.NET projects build automation with NAnt/MSBuild + SVN\tsvn\nQt SOAP install\tqt\nUpdate Store Logo Programmatically Magento\tmagento\nIs there an equivalent in Scala to Python's more general map function?\tscala\nWhich Qt DLL's should I copy to make my program stand-alone?\tqt\nSpring: I wish to create a junit test for a web application - WebApplicationContext needed\tspring\nUsing SPSite from 32bit application to access 64bit SharePoint\tsharepoint\nUpdating WebPart Properties using RunWithElevatedPrivileges in MOSS 2007\tsharepoint\nProblem with AJAX and PHP\tajax\nHow to get rid of jquery error\tajax\nIs this normal Magento memory behaviour\tmagento\nCan Hibernate return a collection of result objects OTHER than a List?\thibernate\nIs there any game engine in Scala?\tscala\ni need help to integrate webgistix shipping method into magento\tmagento\nExcel Replace all found chars\texcel\nApache file caching\tapache\nAvoiding code repetition when using LINQ\tlinq\ndrupal menu and jquery menu\tdrupal\nHow do I externalize named queries in a Hibernate annotations app?\thibernate\nHaddock losing part of the documentation?\thaskell\nForce library linking with Qt and google test\tqt\nParsing of binary data with scala\tscala\nWhich Javascript Ajax Framework is most powerful and very lightweight?\tajax\n\"How to create a zip file in the same format as the Finder's \"\"Compress\"\" menu item?\"\tosx\nOracle ProC ORA-12547\toracle\nMoving a non-core theme from /themes to /sites/default/themes safely in Drupal 6.14\tdrupal\nDetermining size of printed page in Excel VBA\texcel\nHow can I easily see the output from a Template Haskell statement?\thaskell\nCross-Platform Objective-C / C++ Development\tosx\nHow do I upgrade from Drupal 5 to 6?\tdrupal\nWhy is caching answers taking LONGER in MATLAB?\tmatlab\nRefering to environment variable in oracle sql files on Linux and Windows\toracle\nHow to display only taxonomy terms with nodes associated to in Views 2?\tdrupal\n\"Why does the \"\"choose files\"\" button not work in Wordpress 2.5 when trying to upload photos?\"\twordpress\nHow do windows work in qt embedded?\tqt\nQX11EmbedContainer and QProcess problem...\tqt\npointers in haskell???\thaskell\nHow to login to wordpress programmatically?\twordpress\nPoint-free in Haskell\thaskell\nHow to integrate ezComponents with magento\tmagento\nDynamically replace html tags\tajax\nHigh CPU usage when deploying content types via a SharePoint feature\tsharepoint\nConstraining the returntype to a Context\thaskell\n[macosx]does dlopen call open and read functions?\tosx\nGood framework for the game of Go (weiqi, baduk)?\tosx\nSharepoint: Image field with a link\tsharepoint\nSharePoint Development Permissions\tsharepoint\n10cent per product tax magento\tmagento\nDrupal update.php produces error\tdrupal\nSpring 3.0 EL How to get property from a properties file?\tspring\nadding image through inline css in magento\tmagento\nOracle: How can I programmatically arrange to have my current connection killed?\toracle\nSaving to SharePoint via WebDAV redirector. Getting new object ID and losing version history\tsharepoint\nLINQ datacontext lifetime managment for web application\tlinq\nHow to succesfully join two in-memory linq collections?\tlinq\nSum of items in a collection\tlinq\nWordpress Inline Images - Does it ignore the right margin values?\twordpress\nScala equivalent to C#'s Expression API\tscala\nVisual Studio opens Development Servers for all websites in my project\tvisual-studio\nupgrade magento latest version from 1.1.3 through admin dashboard\tmagento\nHow do I create a status dialog box in Excel\texcel\n\"Scala: How to define \"\"generic\"\" function parameters?\"\tscala\nReturning Oracle ref cursor and appending multiple results\toracle\nShould +initialize/+load always start with an: if (self == [MyClass class]) guard?\tcocoa\nSharePoint 2007 -Content for this URL is excluded by the server because a no-index attribute\tsharepoint\nWhy are side-effects modeled as monads in Haskell?\thaskell\nhow to send mail Spring implemention using gmail smtp?\tspring\nLINQ, iterators, selecting and projection\tlinq\nHow to show Tooltips in Qt\tqt\nNSTableView switch column\tcocoa\ncreating a .dll on a mac: .dylib or framework?\tosx\nHow should I return an NSError object from a delegate method?\tcocoa\nWordPress: Assigning widgets to individual pages\twordpress\nDrupal forms with WYSIWYG and AHAH\tdrupal\nWordpress: get last post belonging to a category, when listing categories\twordpress\nAjax / Json How to change run an INSERT/UPDATE into mysql\tajax\nMS Excel: how to enter free-form text in cell with drop-down-list?\texcel\nBack button functionality to webpage with form and search result + Ajax (ASP.NET)\tajax\nQListWidget on freemantle\tqt\nExcel Conditional Content/Formatting for Print vs. Screen and Page Breaks\texcel\nAre AJAX sites crawlable by search engines?\tajax\nOpening links but not iFrames in webview\tcocoa\n\"What is the cause and how to fix 503 errors with this in Apache error_log: \"\"Broken pipe: ajp_ilink_send(): send failed\"\"\"\tapache\nSharepoint direcory list\tsharepoint\nHow to smoothen a plot in MATLAB?\tmatlab\nHow to restore a quote in Magento when returning to the Onepage checkout?\tmagento\nHow to Sum the duration in Gridview List by using LINQ to SQL?\tlinq\nProblems overriding a property to null in Spring bean declaration\tspring\n@ForeignKey in Hibernate 3.5-beta1\thibernate\nHow can easily view the contents of a datatable or dataview in the immediate window\tvisual-studio\nHandling incremental Data Modeling Changes in Functional Programming\thaskell\ndrupal rules adding field data to referenced node without replacing existing data\tdrupal\nConditional median in MS Excel\texcel\nSpring WebContent Resources - Access outside ServletContext\tspring\nGenerating a list of lists of Int with QuickCheck\thaskell\nDebugging SharePoint 2007 Code\tsharepoint\nExcel: Changing right click menu above autoshapes.\texcel\nTestNG and Spring 3\tspring\nSpring introductions with dynamic implementation\tspring\nSecure only Login.aspx for a site\tsharepoint\nHow to disable all apache virtual hosts?\tapache\nUsing imtophat in Matlab\tmatlab\nMigrating from SVN to Perforce -- Tips?  Experience?\tsvn\nHow to deploy Sharepoint publishing site with multiple sites\tsharepoint\nFind out name of PL/SQL procedure\toracle\nNon deprecated way of appending an element to a List in Scala 2.7.5?\tscala\nHow do I know which OSBundleLibrary to include when using XCode?\tosx\nHow to wait main application thread till worker thread complete in QT\tqt\nReal-world examples of Scala applications?\tscala\n\"\"\"type error in conditional\"\" in Haskell\"\thaskell\nWhat's the drupal way to define global constants?\tdrupal\nHow do I make a burn down chart in Excel?\texcel\nMeta and # in a UK mac terminal\tosx\nLINQ Query for Controlling some item.\tlinq\nUpgrading project to XCode 3.2 under Snow Leopard won't debug\tosx\nSimplifying a complicated Cocoa-Touch View Controller\tcocoa\nFunctionality in .profile (login script) versus distributing to other scripts.\tbash\nHow to keep Excel interop from stealing focus while inserting images\texcel\nSpring 2.2.5 and Xfire 1.2.6 - NoSuchMethodError: <init>\tspring\nHow to create a dynamic Linq Join extension method\tlinq\nMagento vs. CodeIgniter and writing from scratch\tmagento\nHibernate updating database sctructure with new indexes\thibernate\nKeep a reference to a file after it has moved in objective-c?\tcocoa\nApache RewriteCond from result of php request\tapache\nDynamically manipulate Qt GUI\tqt\nCan we use cocoa httpserver in ipad?\tcocoa\nHide a window in cocoa from awakeFromNib\tcocoa\nHow to read all values in an array returned by a PHP file using AJAX?\tajax\nUsing Drupal Views VS templating\tdrupal\nIs there a tool to DB Diff on 'data' for an ORACLE database?\toracle\nProblem with Japanese/International Characters with IIS7 URL Rewrite\twordpress\nlinq: multiple order by\tlinq\nHow to manipulate pages content inside Webkit window (Using QT and QTWebKit)\tqt\nproblem related to stucture and non structure in matlab\tmatlab\nAnother LINQ Pivot Problem - Convert SQL Script to LINQ\tlinq\nHTML anchor too pull all Sticky Posts ?\twordpress\nWhat does  ~= mean in MATLAB?\tmatlab\nbash script shell input\tbash\nHow to plot large data vectors accurately at all zoom levels in real time?\tmatlab\nAuthorize and then Capture programmatically using Authorize.Net in Magento\tmagento\nGoing backwards in a bash prompt\tbash\nElegant ways to handle database views on hibernate entities?\thibernate\nSpring programmatic transaction with parameter\tspring\nHow to terminate script's process tree in Cygwin bash from bash script\tbash\nHow to add additional headers to 302 redirects in Apache?\tapache\nURLEncode from a bash script\tbash\nApache mod_perl handler/dispatcher returning control to apache.\tapache\nScala Remote Actor Security\tscala\ncan matlab catch signals from linux? SIGIO\tmatlab\nHaskell - Redefining (hiding) arithmetic operators\thaskell\nAuto confirm EULA in bash script\tbash\nCapitalize / Capitalise first letter of every word in a string in Matlab?\tmatlab\nWordpress: how to make a post template with a fix image placement??\twordpress\nDataContext.CreateDatabase Attribute problem\tlinq\nHow can I get a Node adjacent to a unique Node using Scala?\tscala\nGetting Theme information from the style.css file in Wordpress\twordpress\nBest Way To Get Started With Mac Development\tosx\nHow can we add an iframe into the contact page in Drupal 6\tdrupal\nRetrieving All Of An NSTreeController's Objects.\tcocoa\nWordpress Hook Pre Post Update\twordpress\nBind macro to excel cell onclick?\texcel\nIs it possible to have foreign key enforced without object-to-object mapping\thibernate\ndeserializing a json object through Lift-JSON\tscala\nHibernate mapping inheritance\thibernate\nIn Scala, how to use Ordering[T] with List.min or List.max and keep code readable\tscala\nHow can I select random files from a directory in bash?\tbash\npython Qt: main widget scroll bar\tqt\nos x: sending mail to localhost\tosx\nWhy does -[NSTextStorage replaceCharactersInRange: withAttributedString:] sometimes, sometimes not honor fonts in other character sets?\tcocoa\nMATLAB testing framework\tmatlab\nBest way to handle LOBs in Oracle dblink'ed tables\toracle\nBash: add value to array without specifying a key\tbash\nEasy way to make a UILabel cover and exactly match contents of a UITextField?\tcocoa\nAre these lines an error or info in Apache's error log?\tapache\nExcel cell Format Changes in text\texcel\nwhat are  current_user_can () function parameters ?\twordpress\nExpression.Invoke in Entity Framework?\tlinq\nwhat is programming paradigm in haskell\thaskell\nBest way to validate URL parameters in Spring MVC website?\tspring\nExcel 2007 - Catch open command bar button event\texcel\nApache+PHP write permissions on unix\tapache\nHow are tags made in Subversion?\tsvn\nCrazy haskell indentation\thaskell\nGet dimensions for dataset matlab, Size Function\tmatlab\nHow to edit default.aspx on SharePoint site without SharePoint Designer\tsharepoint\nMaking apache 2.2.11 parse .wml files as PHP?\tapache\nModern Java alternatives\tscala\nLINQ Query to retrieve multiple levels of relational data\tlinq\nhaskell, chaining filters\thaskell\nImproving Drupal development with Extreme Programming practices\tdrupal\nJQuery selectors not finding class on elements in table created by an Ajax XHR in Ruby on Rails\tajax\nManually highlight Wordpress admin menu item.\twordpress\nIn bash shell script how do I convert a string to an number\tbash\nspring: a bean that receives a list of Classes\tspring\nMagento 1.4 Load By Category Not Working\tmagento\nNotification of WebView's selection change\tcocoa\nDrupal jQuery won't load in IE using $(document).ready()\tdrupal\nSpring: Is there a simple non-web tutorial?\tspring\nIs it possible to observe a readonly property of an object in cocoa?\tcocoa\nproblem with cross-domain ajax calls...\tajax\nDrupal Ajax: Passing values by url vs data param\tdrupal\nExtending Sharepoint XSL template\tsharepoint\nMenu of app in Status Bar wont work on Snow Leopard\tosx\nWordpress database migration\twordpress\nRead entire file in Scala?\tscala\n'mod' and -1 in haskell\thaskell\nHibernate 2nd level cache not caching committed entities\thibernate\nHow do I trouble shoot why my rewrite rules aren't being applied by apache?\tapache\nLinq Not Retrieving Correct Items in a Big Table\tlinq\nQt Visual Studio 2008 Add-in problem\tqt\nUpdating the image of a NSStatusItem\tcocoa\nMATLAB functions in C++\tmatlab\nAre LinQ Queries above different LinQ providers possible?\tlinq\nTraits vs template\tscala\nmost read pages - drupal\tdrupal\nExecuting commands containing space in bash\tbash\nis there a way to eject all external hard drives from the command line? (OS X)\tosx\nLINQ: Group by month and year within a datetime field\tlinq\nIs JSCocoa safe for commercial Mac desktop applocations?\tosx\nSpring to understand properties in YAML\tspring\nHibernate named query parameter\thibernate\nAbsolute file paths in mod_rewrite - allowed?\tapache\nApache sub-sites\tapache\nInteresting usage of tar... but what is happening?\tbash\nUpdate father on interceptor\thibernate\nHow to do ORM for this situation?\thibernate\nefficient way to make paging on sql server 2008\tlinq\nDrupal form validation not working for me\tdrupal\nCustom dock area using Qt 4.4\tqt\nChanging Legend Type in Excel\texcel\nWSS 3.0 list populated from SQL query\tsharepoint\nsvnserve with LDAP\tsvn\nUsing xsl:include with AJAX/XSLT\tajax\nMerging/union two classes into one in Haskell\thaskell\nUnexpected Connection Reset: A PHP or an Apache issue?\tapache\nXML for Ajax PUT or POST request\tajax\nCreate a WPF library in Visual Studio Express\tvisual-studio\nHow do you arrange several proyects in a single SVN server?\tsvn\nSharepoint form layout in VB\tsharepoint\nHow can I combine multiple rows into a comma-delimited list in Oracle?\toracle\nUnable to load the Excel 2003 Add-in\texcel\nLazyInitializationException in Spring\tspring\najax requests when navigating in browser\tajax\nEclipse keyboard shortcuts broken in 10.5.6\tosx\nproblem saveOrUpdate object Hibernate (a different object with the same identifier session)\thibernate\nDistributing SVN ( Master & Mirrors )\tsvn\nOracle Date Rounding\toracle\ncaching spring/hibernate webapp\tspring\nModelAttributes  not accessible on jsp (Spring MVC)\tspring\nhandling hibernate UnsupportedOperationException: Can't write to a readonly object\thibernate\nConvert CRC check from Matlab to c#\tmatlab\nDrupal - Lightbox -> iframe node displaying entire website with views\tdrupal\nBest way to do Visual Studio post build deployment in a team environment?\tvisual-studio\nCan you perform an impersonated search in SharePoint without providing a password?\tsharepoint\nmatlab som clustering help needed\tmatlab\nWordpress Admin Section users.php\twordpress\nHave you ever used NSZoneMalloc() instead of malloc()?\tcocoa\nupdate magento currency rates using custom php file\tmagento\nWhat is a simple way to receive SNMP traps in Scala?\tscala\nHaving trouble writing my fmap\thaskell\nExecuting same piece of code for multiple case values?\tscala\nCan take be used in query expressions in c# linq?\tlinq\nXAMPP and WAMP in the LAMP, whats the best ?\tapache\nHow to create a Qt window behave like a message box ?\tqt\nGray NSTableView à la iTunes\tcocoa\nThere is a Matlab editor/plugin/version with better code completion ?\tmatlab\nHow to customize NSTextField look (Font used, font size) in Cocoa ?\tcocoa\nHow do I create a custom directive for Apache Velocity\tapache\n\"How do I get the \"\"Publish Website\"\" command to emit PDB files for my Visual Studio 2005 Web Site project?\"\tvisual-studio\nHow to map a resource file in QT 4.5?\tqt\nIs there a spring lazy proxy factory in Spring?\tspring\nHow to sort through an association table in hibernate?\thibernate\nMatlab functions refusing to function depending on placement\tmatlab\nexcel with an SAS engine\texcel\nhibernate session error\thibernate\nBash Script - Read Binary File\tbash\nCan you write Cocoa apps with HTML/CSS and Javascript?\tcocoa\nC# structural highlighting in Visual Studio 2008\tvisual-studio\nHandle special characters in bash for...in loop\tbash\nHow to import images into magento using an absolute path?\tmagento\nUsing a MulitpleLookupField in MOSS '07 Layout Page\tsharepoint\nIn Excel how to create multiple rows from a single data row\texcel\nFTP not uploading last 4 bytes\tbash\nHandling Error on Insert PlayFramework 2.0 Scala\tscala\nHow should asp.net(mvc) server return error to jquery ajax call to be caught in error callback?\tajax\nCreating a dual Mac/Win Autorun CD\tosx\nSharePoint (MOSS) hosting with custom code allowed\tsharepoint\nduplicate rows in oracle\toracle\nUnable to put a .txt -file to the end of another .txt -file\tbash\nWhen to use Ajax vs Json for Javascript events?\tajax\nqt GUI connecting\tqt\nHow can I translate text inside controller in Spring Framework 3 ?\tspring\nC++ Qt: bitwise operations\tqt\nSpring MVC configuration question\tspring\nWhat is are differences between Int and Integer in Scala?\tscala\nExtending Wordpress as a full-scale CMS\twordpress\nWhy Can't I Include A Blog?\twordpress\nSearch All Fields In All Tables For A Specific Value (Oracle)\toracle\nWhat is the best way to limit a modules functionality by store or website\tmagento\nHow can Hibernate map the SQL data-type nvarchar(max)?\thibernate\n\"Is it possible to set a module's checkbox to \"\"readonly\"\"?\"\tdrupal\nReading a text file in MATLAB line by line\tmatlab\nCopying data between Oracle schemas using SQL\toracle\nNon generic IQueryable Enumeration Problem\tlinq\nExcel pivot chart linear time-scale\texcel\nHow do I transfer a local Magento install onto my live server?\tmagento\nref vs idref attributes in spring bean declaration\tspring\nHow do I get wordpress to override a previous posts query?\twordpress\n\"How to generate a dynamic \"\"in (...)\"\" sql list through Spring JdbcTemplate?\"\tspring\nHibernate lazy loading + Jersey REST = eager loading?\thibernate\nWhere is PyGTK for Mac OS X?\tosx\nMultiline Matching in Haskell Posix\thaskell\nUnit testing scala actors\tscala\nGet file creation time with Python on Mac\tosx\nScala: How do I dynamically instantiate an object and invoke a method using reflection?\tscala\nExcel: What's the best way to get the value of a Relative Row but from a Fixed Column?\texcel\nHow to add text to disk image?\tosx\nHow to use notificationconf?\tosx\nMagentoCommerce development environment domain issue\tmagento\nCreating a login based website in Drupal\tdrupal\nWhat is your experience with Oracle's result caching feature?\toracle\nFunctions too fast? So they get skipped?\tajax\nCustom Linq Ordering\tlinq\nHow can I remove the first line of a text file using bash/sed script\tbash\nHow do I use the new SVN merge-tracking?\tsvn\nBash syntax question: variable in brackets {} with # comments?\tbash\nLighttp and wordpress URL rewrite\twordpress\nAutomatic hyperlinks in Excel?\texcel\nSharePoint API to get Crawling information\tsharepoint\nHow do you instantiate a SPWeb Object from a console app?\tsharepoint\nDrupal - Including more than one user_profile_form on a page?\tdrupal\nIs there a way to do full text search of all oracle packages and procedures?\toracle\nCapturing all multitouch trackpad input in Cocoa\tcocoa\nHow to retrieve XML into Oracle PL/SQL via an HTTP Post transaction?\toracle\nHow did the Cocoa Framework got its name?\tcocoa\nControl size of report Using Report Viewer for SSRS in WSS\tsharepoint\nPatch for Wordpress Remote Admin Reset Password Vulnerability\twordpress\nwhat the heck is a JPA configuration?\thibernate\nStrange classes passed from matlab to java\tmatlab\nRetreiving widget data with MySQL query in WordPress\twordpress\nVexing linq to sql predicate building in a for loop\tlinq\nNeed to embed Excel worksheet in .NET application\texcel\nUpgrades to Drupal in production\tdrupal\nApache Django URL problem\tapache\ncast(val as char) in hibernate config named query\thibernate\n\"Visual Studio Addin - \"\"file in zombie state\"\" error\"\tvisual-studio\nHow to work with dataset's datarelation in linq?\tlinq\nset intervals for plotting in matlab\tmatlab\nAutomatically creating a tag in subversion\tsvn\ndrupal bootstrap script: how to get list of all nodes of type x?\tdrupal\n\"Matlab: \"\"grouping mean\"\"\"\tmatlab\nOSX: Get application windows + bounds\tosx\nHow to eliminate stack trace when running Specs through SBT?\tscala\n\"Excel Number Format: What is \"\"[$-409]\"\" ?\"\texcel\nSharepoint FBA and IIS 6.0 Anonymous access\tsharepoint\nlibusb preferred method on mac os x to access usb device?\tosx\nCocoa/ Objective-C Shell Command Line Execution\tcocoa\nHow to get data for an entity (for example customer) from eav_attribute table to be shown in Customer Grid for admin\tmagento\nFastest way to navigate through files in TextMate?\tosx\nTesting simultaneous calls to transactional service\tspring\nHow do I get objects in the responder chain to handle `insertText:` messages?\tcocoa\nHow to do with this for fzero loop?\tmatlab\nLinq and comparing two date columns\tlinq\nHow do I know you have logged in a Sharepoint WebPage?\tsharepoint\n\"Visual Studio 2008 -- Can I change which \"\"add reference\"\" tab is selected by default?\"\tvisual-studio\nqt - qprocess start in a loop\tqt\nQObject::connect issues with QAbstractItemModel\tqt\nMagento Product Details Image Size\tmagento\nVBA - Calling a function which accepts parent object as variable\texcel\n\"Minimal \"\"Task Queue\"\" with stock Linux tools to leverage Multicore CPU\"\tbash\ndisplay items from another site in my web site using Magento\tmagento\nDRUPAL: use tags as filter in Views\tdrupal\nHaskell Parsec items numeration\thaskell\nNSDocument architecture pros and cons\tcocoa\nHaskell tail function for empty lists\thaskell\nSharePoint List That Pulls From Other Lists\tsharepoint\nSharePoint Approval Workflow\tsharepoint\nWhat is the difference between scala self-types and trait subclasses?\tscala\nTrace an arrow toward a specific angle\tmatlab\nLocal copy of SVN repository, syncing to remote copy?\tsvn\nIn Scala, how does one write a class with a constructor, not all of whose arguments are class members ?\tscala\nunderstanding JasperReports and JRBeanCollectionDataSource...\thibernate\nOracle Datadiff\toracle\nWant to add custom option from the frontend of magento\tmagento\nFiltering Null values in Select\tlinq\nsubversion prevent listing of a repository in folder with SVNParentPath\tsvn\nhibernate SELECT..WHERE.. IN (value1, val2...)\thibernate\nWhat does the `forall` keyword in Haskell/GHC do?\thaskell\nToo many input arguments Matlab\tmatlab\nRemove dinamically an ordering to the result set in org.hibernate.Criteria\thibernate\nDrupal: Adding content to a View\tdrupal\nDrawbacks to using Lift (Scala-based framework) for webservices?\tscala\nHow to associate node with products in Drupal/Ubercart\tdrupal\nException thrown after processing onSubmitAction\tspring\nHow are the classes in the Sketch example AppKit application separated into Models/Views/Controllers?\tcocoa\nWhat compromises Scala made to run on JVM?\tscala\nExcel / Quickbooks data to c#\texcel\nProfiling Objective-C binary image size\tcocoa\ni can do http://bookroom and smb://bookroom... to test my local site or use shared resources.  anything i don't know yet?\tapache\nWriting SQL function with XQuery Parameters\tlinq\nErrors on beginner bash script\tbash\nexcel - how to duplicate each row with a macro\texcel\nUninstalling Excel add-in using VBScript\texcel\nSubversion: Allow both svn based (passwd file) and windows domain authentication\tsvn\nDetecting a column with a default value using the Oracle Call Interface (OCI)\toracle\nsharepoint search with variation site\tsharepoint\nHow can I deny all but one directory name with .htaccess?\tapache\nHow to get a line number when parsing with QXmlDefaultHandler?\tqt\nSystem properties can't be resolved in Spring XML using Maven\tspring\nExcel COM Add-In dialog interrupts script\texcel\nHaskell: type classes question\thaskell\nLinqtoSQL filter and order by syntax\tlinq\nWhat is the optimal configuration for serving multiple projects with Subversion ?\tsvn\nWhich additional securities do you add to your open source cms installations?\twordpress\nSubversion: error on checkout - Mac OS 10.5\tsvn\nMagento Fatal Error: Call to member function getSku() on a non-object\tmagento\nOS X text drawing\tosx\nIs there a Windows equivalent of EDQUOT?\tvisual-studio\nSQL Developer error\toracle\nSQL query in tables side by side instead of one long table\tajax\nMatlab wont extract first row & column because of matrix dimensions !\tmatlab\nWhy the name 'Hibernate' chosen for Hibernate?\thibernate\nHow can I write the following more elegantly using LINQ query syntax?\tlinq\nWriting Java code in Matlab?\tmatlab\nIs there any way to avoid installing Microsoft Visual Studio 2008 Team System Database Edition to be able to build DBPro projects on a centralized build server?\tvisual-studio\nHow to Add this functionality to Qt 4.6 embedded linux QWS ( Qt Windowing System) ?\tqt\nHibernate Criteria and multiple join\thibernate\nJOIN and LEFT JOIN equivalent in LINQ\tlinq\nHow to use Google Toolbox for Mac for UI unit testing.\tcocoa\nPhp include using ajax\tajax\nHow to implement seasonal logos in Drupal?\tdrupal\nDo I have to duplicate the Virtualhost directives for port 80 and 443?\tapache\nmatlab Bucketing Algorithm Help\tmatlab\nCannot see anything from #prefix and #suffix fields\tdrupal\nmod_rewrite: Rewriting / to cgi script\tapache\nVisual Studio Find and Replace Variables\tvisual-studio\nSharepoint List redirect with new id\tsharepoint\nMATLAB: Can axes tick labels be accesed as text objects?\tmatlab\nIntercepting HTTP request on Mac OS X?\tosx\nGetting a list of running workflows?\tsharepoint\nDynamic pathfinding in Excel import\texcel\nAlternative to anonymous functions for lazy evaluation in Scala?\tscala\nRemove elements by index in haskell\thaskell\nAJAX readystate\tajax\nApache Config - Exclude Subdirectories\tapache\nsorting a timer in matlab\tmatlab\nMS-Excel:  How to show the value of a combo box inside a locked cell.\texcel\nSharePoint 2007 Publishing site developtment and deployment\tsharepoint\nBest way to pass objects between controller actions in grails\tspring\nCannot run JBoss Cache as a second level cache for Hibernate in JBoss 5\thibernate\nscala compilation problem - with java libs\tscala\nMap database column1, column2, columnN to a collection of elements\thibernate\nPrinting dialog or window with Qt\tqt\nCan you display data from a database in a WordPress blog post?\twordpress\nCan I insert a test into a qt event window?\tqt\nCreate or replace role?\toracle\nMATLAB: convert vector to cell array\tmatlab\nHow to retrieve the background color of an arbitary image using MATLAB?\tmatlab\nexcel macro to change unformatted text data to corectly-typed data\texcel\nIs there a scala version of Python's Mechanize?\tscala\nCreating a sublist based on a second column in excel\texcel\nAdd date without exceeding a month.\toracle\nHow to specify which GDB I can use in XCode on MacOS\tosx\nCompile classfile issue in Spring 3\tspring\nProblems with Matlab javabuilder and memory\tmatlab\nGet Spring Security intercept urls from database or properties\tspring\nWhat is Wordpress doing for content encoding in it's mysql database?\twordpress\nMany types of String (ByteString)\thaskell\nOracle load spikes couple hours after startup.\toracle\nMagento - How can I move the Navigation Block to be in the right column?\tmagento\nFlowchart app for OSX?\tosx\nCheck permission on item in list\tsharepoint\nLinqToEntities not retrieving child objects of an entity\tlinq\nsettings from qt project file in code\tqt\nMagento eCommerce Templates\tmagento\nIssues with setting URL mappings in Spring MVC 2.5\tspring\nHow to sort by line length, then reverse alphabetically\tbash\nMagento adding new options to a drop down attribute.\tmagento\nJDBC connection to Oracle Clustered\toracle\nWhen is image within the updateprogress control sent to client in asp.net ???\tajax\nMagento My Account Layout XML Problem\tmagento\nCollabnet SVN Log files, are there any?\tsvn\nSpring @notation documentation\tspring\nQuerying list items and using SharePoint web services vs the object model\tsharepoint\nLINQ: Remove items from IQueryable\tlinq\ngive perspective to UIImageView\tcocoa\nSharePoint: Temporary switching PageLayout of PublishingPage in HttpModule fails\tsharepoint\nDrupal vs OSCommerce\tdrupal\nVisual Studio opens default browser instead of IE\tvisual-studio\nHow to update SharePoint Content Type?\tsharepoint\nHow to handle this exception?\thaskell\nCan I limit the size of the array in scala?\tscala\nI can't create New Project on Visual Web Developer 2008 Express\tvisual-studio\nDrupal: Can I avoid forwarding after content is created / saved ?\tdrupal\nmagento show products in left side bar\tmagento\nSharePoint: How can I perform a series of operations within a transaction?\tsharepoint\nI want to start Qt development - what basic knoledge in C++ and OS I have to own?\tqt\nProxy choices: mod_proxy_balancer, nginx + proxy balancer, haproxy?\tapache\nInserting an array within an object construction, constructed based on a query\toracle\nExcel - Best way to graph the change of a cell as a function of the change of another cell\texcel\nimport text file containing line breaks into excel\texcel\nHow do I create a Magento module or widget that will appear on the shopping cart page?\tmagento\nHaskell image processing library?\thaskell\nWebServicice with Apache CXF and custom headers.\tapache\nGrouping a Views table.\tdrupal\nEclipse's Crtl+click in Visual Stdio?\tvisual-studio\nDisplay characters of a variable\tbash\nhow to implement lazy loading in hibernate\thibernate\nHow well does Scala Perform Comapred to Java?\tscala\nSVN: Colleague checked in a folder into repository, but I can't Update my version to it\tsvn\nJar utility for the Java package org.apache.poi.hssf.usermodel.*\tspring\nHow can I slide a view in and out of a window in a Cocoa program.\tcocoa\nSubversion merge history visualisation\tsvn\nHow do I order subpages within my static ones in Wordpress.org 2.8.4 ?\twordpress\nProperties editor design pattern?\tqt\nWhat are your most frequently used shortcut keys in visual studio?\tvisual-studio\nApache Tiles 2.1.4 with CSS\tapache\nWordpress uses MySQL fulltext search?\twordpress\nConfiguring Apache Web Server with Tomcat\tapache\nthings to consider for qt application development on winXP on atom processor\tqt\nApache mod_rewrite issue with WAMP - shows Error 404 Not found - Joomla 1.5.14 with SEF URL\tapache\nSharePoint publishing site email encoding/decoding\tsharepoint\nCalling a python function from bash script\tbash\nOracle linux front end\toracle\nhow to make apache rewrite this url ?\tapache\nHow can I remove jquery from the frontside of my WordPress?\twordpress\nHow to use Linq to set attributes based on counter\tlinq\nWhat do you recommend for setting up a shared server with php\tapache\nGetting files and their version numbers from sharepoint\tsharepoint\nUsing Magento Methods to write Insert Queries with care for SQL Injection\tmagento\nIs a seperate Visual Studio license required for a build machine?\tvisual-studio\nFlowcharting functional programming languages\thaskell\nVPN in cocoa app\tcocoa\nHow to deploy web service through oracle enterprise manager [Java]\toracle\nApache/nginx fine grained (per file) permissions?\tapache\nIs there a way to get Apache to serve files with the question mark in their name?\tapache\nhow group by in Linq with 2 Field ?\tlinq\nHow to disable the up/down buttons within the QDoubleSpinBox\tqt\njava logging vs Log4j in Spring framework. Which one is the most suitable.\tspring\nUpload File Directly to S3 with Progress Bar\tajax\nWhy this simple hibernate sample doesn't work?\thibernate\nHow to deal with the warnings when importing BNT tools in MATLAB?\tmatlab\nhaskell import problem\thaskell\nHow to add url shortener API to wordpress posts links?\twordpress\nhibernate     @GeneratedValue  correct?\thibernate\nUse post tags for meta keyword content\twordpress\nlearning drupal fast track: how to create a stackoverflow clone?\tdrupal\nProblem with caching (maybe) when using AJAX and PHP\tajax\nMove focus to newly added record in an NSTableView\tcocoa\nCustomize the Sharepoint add list column page\tsharepoint\nSVN how to resolve new tree conflicts when file is added on two branches\tsvn\nQt, Mouse skipping, not updating every pixel, mouseMoveEvent()\tqt\nPackages in MatLab for a beginner?\tmatlab\nApache .htaccess file redirect\tapache\nWhy is Haskell throwing a 'cannot construct infinite type' error?\thaskell\nHibernate Query vs Criteria Performance\thibernate\nGenerating a list of dependencies in Matlab\tmatlab\nWordpress SEO Features\twordpress\nconverting an Excel (xls) file to a comma separated (csv) file without the GUI\texcel\nHow can I divide a bound array in parts that automatically fill the table?\tcocoa\nComing from the Windows World..how are applications installed in OSX?\tosx\nStacking several 2D images into 3D in Matlab\tmatlab\nQuerying Oracle with a pick list\toracle\npboard types will be deprecated\tcocoa\nMagento: Extending a community module\tmagento\nHow would you display the menu of a Sharepoint 2007 website in a .net web application out of the Sharepoint context?\tsharepoint\nHibernate, Null values and nativeSQL\thibernate\nExecute a shell command from a shell script without stoping if error occurs\tbash\nWhat is the best Mac OS X software for making architectural diagrams?\tosx\nPossible to include Mono Runtimes in OSX .app bundle?\tosx\nDeploying New Web Parts\tsharepoint\nHow to mark a point in a MATLAB plot?\tmatlab\nWrapping text inside a bound field in SPGridView\tsharepoint\nC compiler selection in cabal package\thaskell\nSubversion: prevent local modifications to one file from being committed?\tsvn\nHow do you get the history of a file/folder property in SVN?\tsvn\nDo self: T => and this: T => have the same meaning when defining a trait?\tscala\nI have a having a a matrix index bounds in matlab\tmatlab\nSpring framework IDE - where to learn efficently?\tspring\nBest practices for applying changes to a SharePoint application\tsharepoint\n\"Ajax POST method converts my \"\"+\"\" value in a string  to \"\" \"\" why?\"\tajax\nSolving a determinant in matlab\tmatlab\najax js serialize not reading form elements\tajax\nMagento Installation Information\tmagento\ndrupal - override form action?\tdrupal\nWhy magento does not provide Guide or Manual for developers?\tmagento\n\"can \"\"nice\"\" and \"\"exec\"\" cooperate in linux?\"\tbash\nWhat are patches used for in SVN?\tsvn\nHibernate multi user environment\thibernate\nAdd a file to subversion with special characters like '%' in the filename.\tsvn\nAJAX browser-dependent limit on length of data sent? (SAJAX)\tajax\nWhat is the correct directory layout for a web server under Mac OS X?\tosx\nSplitting data into trainning/testing datasets in MATLAB?\tmatlab\ngraph library for scala\tscala\nDoes ODP.net close a ref cursor when the connection closes?\toracle\nSpring dependency injection in construcor with annotations\tspring\nSpring validation errors not displayed\tspring\nUsing .pri files in Qt\tqt\nCan First-class functions in Scala be a concern for allocating a large PermGen Space in JVM?\tscala\nSharepoint task list doesn't send email on item creation\tsharepoint\nWhen is the difference between quotRem and divMod useful?\thaskell\nIs there any way to make Excel preserve XML attributes in root element?\texcel\nTop 5 time consuming SQls in Oracle\toracle\nLINQ Query skips without exception. Why?\tlinq\nHow to obtain the list of Oracle's SIDs\toracle\nGeneralized Gaussian Noise generator in matlab\tmatlab\n\"How can I hide/delete the \"\"?\"\" help button on the \"\"title bar\"\" of a QT Dialog?\"\tqt\nHow do I collect key input in a video-game style Cocoa app?\tcocoa\nCustom email forms in Magento\tmagento\nDoes Apache log cancelled downloads?\tapache\nWordpress: wp_insert_post fails to add comment_count\twordpress\ndebug output of game objects in Haskell/Yampa and HOOD\thaskell\nCorrect Bash and shell script variable capitalization\tbash\nMagento Store - Extensions Breaking Admin\tmagento\nReferring to a Enumeration Value type in a method signature\tscala\nBeneficial to limit scope of Qt objects?\tqt\n\"Saving a document to SharePoint brings up \"\"Web File Properties\"\" dialog with incorrect metadata\"\tsharepoint\nHow do I delete a single row in Linq?\tlinq\nCreating a parametric graph type in Scala\tscala\nPlotting a grouped 2 dimensional vevtor in MATLAB\tmatlab\n\"\"\"does not contain\"\" in CAML ?\"\tsharepoint\nTutorial for developing Web Services with Apache Axis 1.5\tapache\nFor QDoubleSpinBox, can I give an range 0.0<min<max<1.0. If yes how do I get the step buttons to work with it\tqt\nRemove gap in wordpress posts in IE\twordpress\nIs it possible to register a user and submit a comment with one form with Wordpress?\twordpress\nMigrating a SharePoint Designer Workflow into Visual Studio Workflow\tsharepoint\nWriting a function with a universally-quantified return type\thaskell\nThe logic behind MacOS's Exposé\tosx\nValidating parameters to a bash script\tbash\n\"How do I reference a \"\"subset\"\" or cells in an Excel Named Range?\"\texcel\nPanel Template Reuse in Drupal\tdrupal\nstringstream manipulators & vstudio 2003\tvisual-studio\nHow to create an aspect on class, that is not a bean using Spring AOP?\tspring\nWhen to use signals and slots and when not to\tqt\nMS Excel create virtual column to use in formula\texcel\nHibernate Annotation Placement Question\thibernate\nDrupal: How can one hook exit in a custom module be called in every page request?\tdrupal\nAccess Drupal views arguement in the same views header or footer section.\tdrupal\nHow to check whether a particular widget is show or not in the sidebar ?\twordpress\nConfiguring mod_rewrite and mod_jk for Apache 2.2 and JBoss 4.2.3\tapache\nWhat's the name of Visual Studio Import UI Widget (picture inside)\tvisual-studio\nReading the final name of a file downloaded using QNetworkAccessManager\tqt\nHow can I set the path + filename in Qt Designer's property box?\tqt\nCOM Automation / Running Excel Macros\texcel\nScripting the Visual Studio IDE\tvisual-studio\nHow to make clipboard ring appear in VS2008 toolbox?\tvisual-studio\nControl statements in Haskell?\thaskell\nProblems using window.opener\tajax\nMany-to-many on the same table with additional columns\thibernate\nHow to programatically add a tracepoint for Visual Studio?\tvisual-studio\nHow to color Text in Popup menu of NSComboBox?\tcocoa\nSetting the variables of Solve in MATLAB\tmatlab\nIn Haskell, how do I recursively manipulate a tuple and preappend a character to the first element in the tuple?\thaskell\nWhat's the best strategy for large amounts of audio files in mobile application?\tqt\nHow to display a raw YUV frame in a Cocoa OpenGL program\tcocoa\nwordpress get_categories() issue\twordpress\nvarargs puzzle?\tscala\nNeed opinion regarding design/architecture of a web application\tscala\nDrupal views require_once\tdrupal\nHow to parse POST data in a CGI script with BASH scripting?\tbash\nIs there an alternative of ajax that does not require polling without sever side modifications?\tajax\nMagento: Show the Review Step in One Page Checkout\tmagento\nbash: redirect (and append) stdout and stderr to file and terminal\tbash\nProblem with Autowiring & No unique bean\tspring\nHow to create a QWidget with a HWND as parent?\tqt\nCreating nodes porgramatically in Drupal 6\tdrupal\nQt: QList of QButtonGroup\tqt\nHow to remove an item from a List in Haskell\thaskell\nSVN - Delete existing repository\tsvn\nOracle extractValue failing when query returns many rows\toracle\nHow do I create custom fields like mobile number  in customer registration form  without modifying  magento core files?\tmagento\nIs there an open source Wordpress plug-in to implement Facebook/Twitter/OpenID/... authentication?\twordpress\nHow to instal libgluezilla for MAC OS X\tosx\nBackup and Restore SSP on MOSS 2007 fails due to missing .mdf files\tsharepoint\nqt add path for 3rd party header and libraries\tqt\nMagento Add to cart not working\tmagento\nMagento - Display Individual Products\tmagento\nTesting HTTPS files with MAMP\tosx\nHaskell Input Return Tuple\thaskell\nDefaulting WebParts on a Users MySite in Sharepoint\tsharepoint\nDesigning Web services for AJAX Consumption\tajax\nModifying content type INPUT page?\tdrupal\nBash variable expansion\tbash\n\"\"\"svnlook changed\"\" encoding\"\tsvn\nQuestion on Scala Abstract Type\tscala\nWhat do end-of-line commas do in Matlab?\tmatlab\nOracle materialized view tuning\toracle\nDrupal: customizing the look of WorkFlow module\tdrupal\nWordPress plugin: finding the <!--more--> in the_content\twordpress\nLINQ Object Persistance\tlinq\nList sorting and ordering problem...\thibernate\nApache/Tomcat error - wrong pages being delivered\tapache\nHow do I read or write GTK TreeStores from/to files?\thaskell\nanother excel offset question\texcel\nWhy would an Oracle synonym return a different number of rows to the underlying table?\toracle\nBash. Test for a variable unset, using a function\tbash\nProblem in Line Editor in Qt?\tqt\nOracle Query Tuning (Duplicate table access)\toracle\nAjax onSuccess callback while not having any control over ajax calls\tajax\nCreate a new Block in Magento\tmagento\nMATLAB pdist function\tmatlab\nHow to build a conditional assignment in bash?\tbash\nHow can release excel object with IDisposeable interface\texcel\nHow to get column info from oracle table you don't own (without using describe)?\toracle\nIs there a way to rewrite a url to go to a file stored in the filefield of the node\tdrupal\nTest if Spring Scope is active\tspring\nHow to change a QPushButton icon when it has focus?\tqt\nMagento Store - Don't Send Newsletter Success Email\tmagento\napache configuration - what am I missing here?\tapache\nGetting MouseMoveEvents in Qt\tqt\nCreate a SharePoint Survey from an Excel spreadsheet\tsharepoint\nSimple Question: How to make a bash script that creates 40 simultaneous instances of a program?\tbash\nHow do you sanitize an input in wordpress\twordpress\nHow to connect a slot to signal QProcess::started() ? QT\tqt\nWordPress get count of posts without using get_posts()?\twordpress\nXCode crashes on startup\tosx\nMS MVC form AJAXifying techniques\tajax\nExplanations about the mechanics of a simple factorial function\thaskell\nDetecting https requests in php\tapache\nMultiplying numbers on horizontal, vertial, and diagonal lines\thaskell\nscala specs don't exit when testing actors\tscala\nFirefox : Open XLSX file not saving file butn opening binary.\texcel\nHow to deploy my application using Qt-Creator?\tqt\nScala: how to merge a collection of Maps\tscala\nDrupal View with Taxonomy Argument Display\tdrupal\nexternal library update in a SVN repository\tsvn\nHibernate: update to sum from other table\thibernate\nOut-of-memory algorithms for addressing large arrays\tmatlab\nDifference between two queries when selecting a random sample from oracle\toracle\nHaskell: any debugShow function?\thaskell\nMultithreaded Haskell\thaskell\nHibernate Mapping Conditional Many-To-One\thibernate\nUsing Cocoa to detect when a running application plays audio\tcocoa\nMatlab: Adding symbols to figure\tmatlab\nBest practice for creating subversion repositories?\tsvn\nNSTableView Troubles\tcocoa\nCheck for a subversion update\tsvn\nHow do I read/write Person metadata from a Word doc stored in SharePoint using VBA or VSTO?\tsharepoint\nWhy does scala immutable HashMap methods return a Map?\tscala\nSlow deletes from table with CLOB fields in Oracle 10g\toracle\nI don't get the concept of Visual Studio Projects and Solutions.\tvisual-studio\nHow to make an instance of a generic type in haskell?\thaskell\nMagento losing cart / add to cart failing\tmagento\nErrors installing some gems on Snow Leopard - libxml2\tosx\nExtracting unicode text from Excel spreadsheet using VBA\texcel\nMouseover in NSTableView\tcocoa\ncancel hibernate query\thibernate\nOne SVN repository or many?\tsvn\nHow to Configure Hibernate with Eclipse galilio\thibernate\nHow to configure MSBuild to do some tasks only on release builds?\tvisual-studio\nEfficiency of equality in Haskell\thaskell\n\"How to write a lazy, variable argument version of \"\"orElse\"\"\"\tscala\nUnsatisfiedLinkError When Loading a Library from Java in MATLAB\tmatlab\nHaskell Bad Interface File\thaskell\nHow to get a SharePoint-UserField with JavaScript ?\tsharepoint\nswitch mod rewritten URL\tapache\nBranch off a specific directory from one SVN repository into own repo\tsvn\nHow in Scala to find unique items in List\tscala\nhibernate how to retrieve a hierarchy object\thibernate\nCalculating person's time zone (GMT offset) based on phone number?\toracle\nHQL : Getting the primary key of an object.\thibernate\nUsing Spring + Hibernate Transactional cache in Tomcat?\thibernate\nHom to change default nls_date_format for oracle jdbc client\toracle\nDRUPAL: combine CCK image and videos in a common ordered list. Possible ?\tdrupal\nCore animation code structure/conventions\tcocoa\n\"How to \"\"watch\"\" character values of a string on Visual Studio?\"\tvisual-studio\nHow to create a binding for NSApp.dockTile's\tcocoa\nHow can I know if the user is in Exposé mode?\tosx\nWordpress Database Fatal error\twordpress\nWhy does Scala's semicolon inference fail here ?\tscala\n\"Recovering from an unfortunate \"\"svn copy\"\"\"\tsvn\nMultiple RewriteConds and RewriteRule Stacked Together\tapache\nTransactional L2 cache in Hibernate\thibernate\nUsing NSTask: app freezing after returning output\tcocoa\nHow to insert programmatically a new line in an Excel cell in C#?\texcel\nEstimate Shipping and Tax problem in magento\tmagento\nUnit Testing Hibernate's Optimistic Locking (within Spring)\tspring\n\"How to apply two functions onto the same string without using \"\">>\"\"\"\thaskell\nSetting both Debug and Release settings in Visual C++ 2008\tvisual-studio\nPopup blocked, jquery window.open in success: AJAX? outside ok.\tajax\nConditional php_flag statements in .htaccess\tapache\nHow to add a checkbox in a alert panel?\tcocoa\nDWR + Spring + JPA Session Closed\tspring\nGet product link from Magento API\tmagento\nCode freeze in SVN\tsvn\nosx & windows development -- for newbies\tosx\nMac : I want the file open dialog in an app like Xcode to open in the last-visited folder ...\tosx\nHow to run the equivilant of PHP and MySQL on portable media (eg CD, USB and/or iPhone)\tapache\nHow to hide Wordpress upgare message in Admin Panel ?\twordpress\nSharePoint - ASP.Net Controls Integration\tsharepoint\nLINQ - Update null integer data field\tlinq\nDo you have to have branch, tag and trunk folders for an SVN repository?\tsvn\nSetting location.hash in frames.\tajax\n\"rails - \"\"apache cannot run because another program is using its port\"\"\"\tapache\nRetrieving & Displaying data from csv files using AJAX\tajax\nCustom products in Drupal or OSCommerce?\tdrupal\nMatlab: Find all NaN Elements inside an Array\tmatlab\nUnable to have a tab completion of system variables without a backward flash\tbash\nAJAX jQuery.load versus jQuery.get\tajax\n\"\"\"Hiding\"\" linq classes inside a namespace?\"\tlinq\nFinding elements in a scala list and also know which predicate has been satisfied\tscala\nduplicate spring configruations being loaded?\tspring\nbring the application from in focus, by clicking the icon of corresponding application\tqt\nHow an AJAX application informs client the events fired in server?\tajax\nApacahe Name Virtual Host with SSL\tapache\nArgument type for Qt signal and slot, does const reference qualifiers matters?\tqt\nQt: Erase background (Windows Aero Glass)\tqt\nWeb SVN for Windows?\tsvn\nCGWindowID from AXUIElement\tosx\nLINQ External Mapping to Class Library\tlinq\ncustom attribute UI in Magento admin\tmagento\nBash Tool To Parse CSV files\tbash\nProgrammatic mail-merge style data injection into existing Excel spreadsheets?\texcel\nExcel - IF and SEARCH functions\texcel\nHow do I record timetamps in a MacOSX C++ program?\tosx\nFacebook Game Function, Optimizin a Call, and Loading Bar\tajax\nRestore app from dock\tosx\nHow to check whether your work on WP or WPMU ?\twordpress\nInvalidMappingException  Hibernate mapping file...anybody can you give resolution\thibernate\nFind QWidget of single instance Qt application\tqt\nSharePoint - Custom Dataview - Link Rendering Issues\tsharepoint\nwhat is the best strategy  to retrieve form data? client ajax / server\tajax\nHow do I check in bash if a process (or one of its children) is actually doing something (CPU/IO)?\tbash\nwordpress user uploads, any solution?\twordpress\n??? Error using ==> dlmread at 55 Filename must be a string.\tmatlab\nhaskel parsec term seperator question\thaskell\nGetting Oracle client to work on Windows 7 RC\toracle\nrenaming current module\thaskell\nIn the Visual Studio SQL editor, how do I get rid of the boxes?\tvisual-studio\najax post special characters\tajax\nCatch all exceptions in Scala 2.8 RC1\tscala\n\"\"\"Subclassing\"\" show in Haskell?\"\thaskell\nHow to encode url in apache rewrite?\tapache\nCocoa: Laying out dates on a month-view calendar\tcocoa\nIn Haskell, will calling length on a Lazy ByteString force the entire string into memory?\thaskell\nVisual Studio MSTest run failing to even start\tvisual-studio\nWordpress Plugin or quick php function for conditional image size\twordpress\nNetbeans scala plugin - no documentation\tscala\nIs it possible to access the previous/current value of a proxy object using KVO?\tcocoa\nMapping collections with LINQ\tlinq\nHow to use aryule() in Matlab to extend a number series?\tmatlab\nDownload page template for Wordpress\twordpress\nUnderstanding AJAX.\tajax\nOWA Web Part Jumps/Shifts when getting focus on My Site\tsharepoint\nMagento: find products without images (no image)\tmagento\nHow to get reviews success message in magento?\tmagento\nUpdate Files in Sharepoint Document Library\tsharepoint\nMultiple Session Factories under Spring/Hibernate\thibernate\nmagento integration with erp and crm\tmagento\nHow to create a executable .exe file from .m file\tmatlab\nWriting bash script to read, compare, and verify external IP address.  Need help.\tbash\nSpring Security UserDetails Best Practice\tspring\nmany-to-many mapping not working, one side is set to inverse.\thibernate\nspring multiple property file\tspring\nSVN: Track merges\tsvn\nIgnore SVN ignore... possible?\tsvn\nSharePoint Development / Production Environments\tsharepoint\nHow should I organize implicits in my Scala application?\tscala\nWhy is Apache seg faulting?\tapache\nwp_list_authors wordpress Author List want to fetch gravatar and bio\twordpress\n\"\"\"Greedy\"\" <Delete> and <Backspace> in Visual Studio\"\tvisual-studio\nCompiling Qt app agains latest VC++ 2008 runtime\tqt\nHow many Scala web-frameworks are there?\tscala\nmake mac package/bundle programmatically.\tosx\nHow to get all paths in drupal install\tdrupal\nDoes Haskell have Variables\thaskell\nAjax File download Issue\tajax\npartial commits with subversion\tsvn\nMaskedEditValidator DisplayMoney doesn't show up in Composite Control\tajax\nAnimating rows in an NSTableView\tcocoa\nHow am I going to reproduce Javascript bugs if I don't have a Mac & Safari?\tosx\nSafe rm -rf function in shell script\tbash\nChanging the font in Aquamacs?\tosx\nHibernate : Java Application must be restarted for data to be realoaded.\thibernate\nAwaking Mac programatically\tosx\nVisualStudio immediate window command for Clear All\tvisual-studio\nVisual Studio color settings for better eye\tvisual-studio\nIn Haskell, is there (Num a) => infinity :: a ?\thaskell\nOracle APEX access\toracle\nGrouping by Time ranges in Linq\tlinq\nhow to write string for include for linq query?\tlinq\nJPA/Hibernate: Can I have a Parent without annotations and a Child with\thibernate\nWhat column type in Oracle can take full range of java double values\toracle\nSharepoint Code Generation Tool\tsharepoint\nExcel - Highlight active row\texcel\nUsing SharpSvn to retrieve log entries within a date range\tsvn\n\"Hibernate Criteria API equivalent for \"\"elements()\"\"\"\thibernate\nCannot Access http://<tfs-server>:8080\tvisual-studio\nWhy does running this query with EXECUTE IMMEDIATE cause it to fail?\toracle\nInterface Builder UIDatePicker\tcocoa\nIs it possible to use placeholder in context.xml\tspring\nGetting the Wordpress Rss file\twordpress\nHibernate - ManyToOne - Save - org.hibernate.TransientObjectException:\thibernate\nSharePoint List Pre-Population\tsharepoint\nHibernate + EhCache, keep missing the cache\thibernate\nHow to choose an input using an explorer or GUI in a matlab program\tmatlab\nBubble sort algorithm implementations (Haskell vs. C)\thaskell\nhow to use summation in matlab???\tmatlab\nDevelopers with VS 2005 and VS 2008 working on the same project(s)\tvisual-studio\nDefine DAOs in spring when the datasource is varying dynamically\tspring\n\"Magento Complex Attribute: Value(s) = (Drop-Down item + Text Field input), and need an \"\"Add Another\"\" button.\"\tmagento\nStrategies to avoid Hibernate  LazyInitializationExceptions\thibernate\nExcel find and replace a character to create a new cell\texcel\nBash: Getting standard program for file type\tbash\nDrupal - Remove RSS\tdrupal\n\"what is the real version for \"\"Apache/2.0.63 (Unix)\"\" in a HTTP response header?\"\tapache\nHow to install system packages into oracle?\toracle\nRange checking in Haskell's case?\thaskell\nSub second request time logging\tapache\nUNIX/OSX version of semtimedop\tosx\nHow to call(execute) a function in a for loops in MATLAb\tmatlab\nTrying to understand Haskell's => vs defining the types\thaskell\nConvert Spring Batch from 1.1.3 to 2.0.0\tspring\nHow to password control access to all urls except one in apache 2\tapache\nSpring and the scope attribute\tspring\nWhat's event that Visual Studio 2008 do after post build event?\tvisual-studio\nKeep a stream from fstream open through member functions\tqt\n\"Can I write programs in Qt and sell them as \"\"closed sourced\"\"?\"\tqt\nBlinking background cell in a model\tqt\nPCSC-Lite Codes on Windows\tqt\nQuerying a timestamp column from LINQ to SQL\tlinq\nDrupal CCK Field Level Visibility\tdrupal\nSPList.GetItems(view) returns an exception when attempting to get item title\tsharepoint\nWhy isn't my IO executed in order?\thaskell\nhow to map a one-to-many collection to a joined subclass when key is in the parent class\thibernate\nDifference between these? Linq to Sql, Linq, Typed Datasets, Ado.net\tlinq\nGet the entity previous  version in Hibernate Envers\thibernate\nhow to add fields dynamically  when using hibernate\thibernate\nExtracting nodes only when they have specific attributes with specific values\tscala\nHow can I look for the duplicate values in a certain field in a spreadsheet ?\texcel\nWhat's the best way to iterate through elements of a matrix in Matlab?\tmatlab\nHow can I put $HOME/opt/git/bin to my PATH?\tbash\nConcrete classes with abstract type members\tscala\nHow to use apache mod_rewrite and alias at the same time?\tapache\ninternally redirecting to another file in Apache\tapache\nExcel and IE7 - Prevent IE from opening Excel files\texcel\nRedirect requests only if the file is not found?\tapache\nScala case classes in collections\tscala\nHow to list running screen sessions ?\tbash\nHibernaqte exception :org.hibernate.exception.SQLGrammarException: could not execute query\thibernate\nOracle - Best SELECT statement for getting the difference in minutes between two DateTime columns?\toracle\nHow can I construct and parse a JSON string in Scala / Lift\tscala\nSharing memory between processes [matlab]\tmatlab\nfilter that uses elements from two arrays at the same time\tmatlab\n\"Operating on a return from a Maybe that contains \"\"Just\"\"\"\thaskell\nSVN 1.3 VS 1.5 (latest)\tsvn\nSOAP web service running on SharePoint\tsharepoint\nVery large drupal page execution time\tdrupal\nQt Widget Overlays\tqt\nAjax Cross Domain Calls\tajax\nLINQ: Distinct values\tlinq\nCount number of occurences of token in a file\tbash\ncannot re-install apache 2.2 services on XP through xampp\tapache\nUpload and download data from server with cocoa?\tcocoa\nWhat is the syntax for creating a timestamp(6) type field in Oracle\toracle\n\"cvs2svn fails with \"\"xxx is not a valid ,v file\"\"\"\tsvn\nCancel External Query in Excel VBA\texcel\nHow can I use jQuery AJAX to update my Gridview?\tajax\nWordpress show preview of Article/Site\twordpress\nHelp need Pls.... excel macro: compare and copy between worksheets\texcel\nCocoa Won't Capture Shift Modifier?\tosx\nHow to create a custom document library in SharePoint?\tsharepoint\nDrupal combined user+content search\tdrupal\nfind natural block size of the media being used by file handle\tcocoa\nWhat are the (gotchas and) limitations when using POI to create Excel workbooks?\texcel\nHow do I use Data.Concurrent.mergeio?\thaskell\nMagento createBlock method not working, displaying static block data\tmagento\nWhy bash ignore newlines when doing for loop over the contents of a C-style string?\tbash\nZip Code distance in excel\texcel\nis it possible to use QtConcurrent::run() with a function member of a class\tqt\nIs there any good replacement for SharePoint Designer?\tsharepoint\nCatching a drag exit in Qt?\tqt\niTunes Plugin Programming: Intercept Events\tosx\nIs the syntax for the Wordpress style.css template element available anywhere?\twordpress\nApache RewriteRule with RewriteMap\tapache\nHow to run two processes as though they were one in bash?\tbash\nWordPress: Image In Every Post\twordpress\nMissing/disappearing Drupal tabs\tdrupal\nPentaho Acegi Security Framework Digest Authentication & Ruby on Rails\tspring\nHow to get a list of product categories and their ID's from Magento?\tmagento\nsvn switch --relocate not persisting\tsvn\nNhibernate multiple component properties of the same type in a class\thibernate\nwordpress  plug-ins, themes and widgets  tips and tricks\twordpress\nHow to properly set up svn on web server?\tapache\ncount(*)  in hibernate criteria ?\thibernate\nSplit string based on delimiter in bash?\tbash\nHow to text proximity to QGraphicsPathItem?\tqt\n2 Oracle Question\toracle\nWhich is more efficient in Haskell; pattern matching or nest if/switch statements?\thaskell\nNHibernate using single configuration file to connect to multiple dbs\thibernate\nDelete a file after user download prompt\texcel\nHow to make SO tags autocomplete with Ajax\tajax\n\"Is there an open-source SQL database that has the concept of Oracle's \"\"rowid\"\" pseudo-column?\"\toracle\nHow to create a  dataview In Sharepoint with data from a join query?\tsharepoint\nWhy library name gets an additional 0 is its name?\tqt\nFilter Magento collection but not products, using distinct\tmagento\nThreadsafe UITableView\tcocoa\nHow to extend Java interface containing generic methods in Scala\tscala\nOracle: how to use updateXML to update multiple nodes in a document?\toracle\nSingle user mode in mac\tosx\nProgramming visual studio macros\tvisual-studio\nCopy always to output directory does not work\tvisual-studio\nHibernate annotation for postgresql SERIAL type\thibernate\n\"How to remove \"\"VsDebuggerCausalityData\"\" data from SOAP message?\"\tvisual-studio\nDrupal: How to theme a module\tdrupal\n\"Oracle, calling PL/SQL issues from within SQL-Plus file x.sql says my_function \"\"may not be a function\"\"\"\toracle\nWhat happens when I call QWidget->close()\tqt\njoining dots of scatter plot and create line\tmatlab\nScala TreeMap strangeness; implementing a reverse-order iterator\tscala\n\"Why does LINQ treat two methods that do the \"\"same\"\" thing differently?\"\tlinq\nHow to use Server Side Includes in Magento Description?\tmagento\nCode Promotion: Build or Binary?\tsvn\nHow to get Oracle create table statement in SQL*Plus\toracle\nLinqPad Feature - Does VS do this?\tvisual-studio\nBest way in Oracle to go from this data to this result\toracle\nscala anonymous function syntax\tscala\nWhy does Oracle think I'm missing a right parenthesis?\toracle\nNSNumberFormatter: plusSign vs. positivePrefix\tcocoa\nhow do I integrate a branch into a trunk if the folder structure has changed?\tsvn\nHow can I get the WordPress language_attributes function to return valid XHTML 1.1?\twordpress\nGraphing special functions in Matlab (2D Bessel)\tmatlab\nHow to keep Visual Studio debugger visualizers from timing out?\tvisual-studio\nEasy way to create a form to email in SharePoint without using infopath.\tsharepoint\nWhat does `~` means on Haskell Code\thaskell\nAJAX and NS_ERROR_DOM_BAD_URI error\tajax\nAuto number column in SharePoint list\tsharepoint\nadding onsubmit to drupal login forms\tdrupal\nImport Sharepoint XML based requirements to HP Quality Center\tsharepoint\nHow to select which Matlab version to start from shell or Matlab startup?\tmatlab\nTwo approaches of task distribution in a multi tier application\tspring\n\"Does \"\"Select New\"\" in linq trigger an evaluation / load?\"\tlinq\nHow do i synchronize (lock/unlock) access to a file in bash from multiple scripts?\tbash\nWhat is the best practice for allowing users to upload excel document?\texcel\nGraphic effects library for Core Graphics?\tcocoa\nHow do you do generic programming in Haskell?\thaskell\nFind distance between two cities in Excel using Google Maps API\texcel\nForbidding SVN commit lacking description\tsvn\ndeleting named ranges in VSTO\texcel\nMagento Rule Model override\tmagento\nPass Pointer to an Array in Haskell to a C Function\thaskell\ndisplay fieldname and value of sharepoint list\tsharepoint\nPost pages in Wordpress 2.9\twordpress\nHow do I draw a badge on my Dock icon using Cocoa?\tcocoa\nHow to create a GUI inside a function in Matlab?\tmatlab\nQT Model/View programming with complicated data structures\tqt\nHibernate vs CFQuery\thibernate\nSharepoint Search Property Weighting\tsharepoint\nWhat's the correct syntax for applying a function to sub elements of a matrix without using a loop?\tmatlab\nHow can I test for an expected exception with a specific exception message in Visual Studio Test?\tvisual-studio\nHibernate: Why @OneToMany with List<MyClass> fails?\thibernate\nHow to plot an Excel chart in a Matlab's figure\tmatlab\nLinqToSql - Multiple subqueries creates many roundtrips\tlinq\nDefault value for generic data structure\tscala\nRun index.php rather than listing files\tapache\nWordpress dynamic reply to comment not working\twordpress\nHibernate: ID generator using increment and Oracle Schema\thibernate\nHow can I send an array to php through ajax?\tajax\nhyperlink to a sheet in excel\texcel\nHibernate @Version Field error\thibernate\nMagento Community: Product / Category Images do not upload\tmagento\nc++ for loop vs foreach\tqt\nHow to implement pagination is spring mvc 3\tspring\nUsing xvkbd to read a barcode. How to disable Enter key?\tbash\nReturn a value from a insert statement.\toracle\nMATLAB date selection popup calendar for gui\tmatlab\nAPACHE-TOMCAT can anybody elaborate which one is web-server and web-container?\tapache\napache + lighttpd front-proxy concept\tapache\nGetting data from sharepoint into drupal\tdrupal\nRedirect output to a bash array\tbash\nWhy scala's TreeSet returns SortedSet\tscala\nSystem.Data.OracleClient: How can I mock/fake/stub OracleException?\toracle\nUsing WebServiceTemplate with a keystore\tspring\nWhere can I find documentation for Excel's Pictures collection?\texcel\n\"Is there a way to do \"\"intraWord\"\" text navigation in VS?\"\tvisual-studio\nExcel Range describes a group of adjacent cells.  When several groups of non-contiguous cells are selected, how do you get them all from Worksheet.Selected (range)?\texcel\nWhy are my file permissions on Apache being reset?\tapache\nHow do I specify types for Haskell's set builder notation ?\thaskell\nConvert Excel 95 to Excel97+ without automation?\texcel\nHow can I interrupt Matlab when it gets really really busy?\tmatlab\nUnable to diff dot-files in Mac's FileMerge\tosx\nWhat is the optimum number of projects in a Visual Studio 2008 solution?\tvisual-studio\nUsing Apache and mod_ext_filter, need to dynamically replace values of static file based off of query string.\tapache\nmagento database structure ????\tmagento\nMonitor filesystem activity of a child process on OS X with normal user privileges\tosx\nMatlab - add a plot to a hist\tmatlab\nHiding a QWidget on a QToolbar?\tqt\nOracle XE or MySQL , which one I should choice?\toracle\nalternatives for loading into oracle\toracle\nVSeWSS Administrator Privileges and <SafeControl> entry\tsharepoint\n<on-start> Expression\tspring\nLoading users from an SQL query - the correct way\tdrupal\nConnection to Oracle without a username or password\toracle\nAre subversion externals an antipattern?\tsvn\nwhy doesn't scalac optimize tail recursion?\tscala\nHow do I tell Qt to always show an editor in a QTableView?\tqt\n\"Creating \"\"holey\"\" median filter in Matlab\"\tmatlab\nConditionally linking cells in Excel 2007\texcel\nHow to change the default browser to debug with in VS2008?\tvisual-studio\nexcel macro that checks every row has unique or blank number\texcel\nHibernate Update does Not Update Anything\thibernate\nExtract substring in bash\tbash\nViewing the Visual SourceSafe log inside Visual Studio\tvisual-studio\nSchedule an appointent from a SharePoint workflow\tsharepoint\nHow to check in a bash script if something is running and exit if it is.\tbash\nSVN admin management GUI tool\tsvn\nCapturing from java Iterators and Enumerators\tscala\nWordpress Hooks\twordpress\nIs there a way to write a group by query in LinqToSql grouping not on a scalar value?\tlinq\nScala vs. Groovy vs. Clojure\tscala\nHTTP compression - How to send precompressed files that exist in a EAR file?\tapache\nPresenting code on my personal website\tsvn\nEnum tables in Hibernate/NHibernate\thibernate\nWhat is CGI and what are CGI Scripts?\tapache\n\"Preventing form_token from rendering in \"\"GET\"\" forms\"\tdrupal\nNSButton default button with blueish look\tcocoa\nParent category as a mainmenu and sub category as a submenu in wordpress\twordpress\nApache setting mod_auth_ldap require settings per sub-directory\tapache\nFinding a certain value below the maxima in Matlab\tmatlab\nSearch result was due to field in Hibernate Search\thibernate\nApache Tomcat server on linux\tapache\nCan I serve a ClickOnce application with Apache?\tapache\nHow to tranform an Oracle SQL into a Stored Procedure that should iterate through some tables fetching a certain data field?\toracle\nBash+cron: Redirecting, and restoring, stdout and stderr produces permission denied\tbash\nWhat is the syntax for custom stacks for the OSX Leopard dock?\tosx\nWhy does this mod_rewrite expression not append the existing query string correctly?\tapache\nGoogle Analytics-like module for Drupal site behind firewall?\tdrupal\nMatlab - applying low-pass filter to a vector?\tmatlab\nWhat's the closest thing to #define in Matlab?\tmatlab\nFlex + Spring + BlazeDS + Glassfish + OpenMQ - How do you configure the web-application-config for OpenMQ?\tspring\nHow to lazy load a one-to-one composition via hql\thibernate\nTest deployment for Sharepoint by multiple developers on a single server\tsharepoint\nUsing wp_query to pull content from a specific post using either title or id\twordpress\nrecursive function's summation in MATLAB\tmatlab\nReplace output in a loop in bash scripting\tbash\nNSPredicateEditor and relationships\tcocoa\nMagento 'loses' categories when entering a subcategory.\tmagento\ngetting new file added to subversion with updating whole folder\tsvn\nMinimal Qt executable-size\tqt\nBusinessDataList Web Part Edit view using code.\tsharepoint\nWith bash, how can I pipe standard error into another process?\tbash\nWhat is the best column for storing XML in an Oracle database?\toracle\nHow do I use AJAX to update a simple user control?\tajax\nEBNF to fluent interface\tlinq\nMixing regular expression and other conditional expression in a bash if statement\tbash\nBash script to find a file in directory tree and append it to another file\tbash\nWriting a string to NSPasteBoard\tcocoa\nHow to stop Excel to prompt to reopen a workbook.\texcel\nShould I upgrade to Intellij Ultimate Edition?\tscala\nHow do I configure Apache to forward some URLs to my servlet container regardless if the file exists.\tapache\nApache Webserver security and optimization tips\tapache\nDataContext Refresh doesn't invoke PropertyChanging & PropertyChanged Events\tlinq\n\"Should \"\"to-many\"\" relationships be modelled as properties?\"\tcocoa\nMac dev - Help getting started with 2d games\tosx\nHow can I match a function signature without getting type erasure compiler warnings in Scala.\tscala\nOrdinal Weekday Suffix Option for NSDateFormatter setDateFormat\tcocoa\nDoes NSString stringWithCString: length: retain the byte array I pass in?\tcocoa\nAcessing other webapps while one is in document root\tapache\nQt::What needs to be included in the configuration to use dbus?\tqt\nOpensourcing a starter web application\tsvn\nIs there an easy way to customize a QProgressBar?\tqt\nHaskell: monadic takeWhile?\thaskell\ntemplate method pattern\tspring\nRendering HTML Content from AJAX result\tajax\nBest way to get post info into variables without displaying them in Wordpress\twordpress\nNeed some help with Scala's instance variables\tscala\nHow to fetch hibernate query result as associative array of list or hashmap\thibernate\nWhat is the difference between Explicit and inplicit cursors in Oracle?\toracle\n$item->getProduct()->getQty not working in magento\tmagento\nWhat are good video tutorials for Hibernate ?\thibernate\nmod_rewrite, put wordpress in sub-dir on server seamlessly?\twordpress\nHow mainstream is LINQ?\tlinq\nHow to heighlight occurences of a search term in text in Visual Studio?\tvisual-studio\nDownload Drupal Documentation?\tdrupal\nDrupal Custom Menu Styling\tdrupal\nHow powerful is Drupal really?\tdrupal\nwordpress shortcode for wp_list_categories()\twordpress\nDrupal: How to retrieve parent page's $node variable in a block using module_invoke()?\tdrupal\nWhats the best way to get multiple instances of an application to run in Apache Tomcat?\tapache\nWhat's wrong with my bash array?\tbash\nGet Directory Structure using Linq?\tlinq\nDelegate methods of NSTextField using NSNotification\tcocoa\nUsing Hibernate Criteria API To Query Many-To-One Relationships with Projections\thibernate\nEnabling Save for an NSDocument\tcocoa\nHibernate: comparing current & previous record\thibernate\nAmbiguous type variable\thaskell\nHow should SharePoint developers work with the graphics designer on their projects?\tsharepoint\nExcel Comments - Max Length in 2003\texcel\nLinq + NHibernate: is it production ready?\tlinq\nUsing comparision operators in Scalas pattern matching system.\tscala\nHQL Join Fetch question: aliasing association\thibernate\nFramework goto definition shows comments, are these generated from xml comments?\tvisual-studio\nHow to count rows in Lift (Scala's web framework)\tscala\nhtaccess file restriction\tapache\nHow do I upload a document to SharePoint with Java?\tsharepoint\nspring JDBC\tspring\nGetting LazyInitializationException when trying to integrate Hibernate and SpringMVC for a web app\tspring\nLearning how to use Subversion\tsvn\nLosing decimals when using Oracle SDO_POINT in a view\toracle\nEmbedding search results (or tagged products) in a Magento CMS page\tmagento\nExcel VBA merge multiple columns into one on separate rows\texcel\nHow do I embed a binary executable (to be executed at runtime) in a QT program?\tqt\nSubversion: Retract Accidental Checkin\tsvn\nWhat is the best way to format a string in Scala?\tscala\nHow to format data for use in nntool (MATLAB)?\tmatlab\nHow do I escape a reserved word in oracle\toracle\nIQueryable efficiency\tlinq\n\"Mass Update Magento Field to \"\"Use Default Value\"\"\"\tmagento\nHow to execute sql-script file using hibernate?\thibernate\ntformfwd and tforminv - what's the difference?\tmatlab\nAccessing the JDBC ResultSet concurrently in Spring\tspring\nMake web application with ajax from the begining or add ajax later?\tajax\nIs it possible to export/import product categories in Magento?\tmagento\nImprove a haskell script\thaskell\nUsing Apache's mod_auth across multiple sub-domains for single sign-on?\tapache\nWhen does retrieving a Hibernate proxy's id initialize the proxy?\thibernate\nAdvanced linq book?\tlinq\nOpen Ajax Issue\tajax\nSimulink: implementing a custom transfer function\tmatlab\nHow to force QDateTime::fromString to read UTC time.\tqt\nxmlhttprequest onlys gets to status 3\tajax\nHow should I set up external resources in my project?\tvisual-studio\nORACLE - Exporting Procedures / Packages to a file\toracle\nMagento failure.phtml, get the order total\tmagento\nADO.NET Data Service not dynamically updating\tlinq\nTop & httpd - demystifying what is actually running\tapache\nfinding the best trade-off point on a curve\tmatlab\nWordpress - using 'get_post' to select only those posts that are in two specified cats at once.\twordpress\nmacports confusion\tosx\njQuery Post failing on production, works on local system\tajax\nSpring + Hibernate : a different object with the same identifier value was already associated with the session\thibernate\nMOSS (SharePoint) publishing page schedule options not appearing\tsharepoint\nSVN Won't download newly added files\tsvn\nBash script to pack file names\tbash\nPlatform or tools for merging & filtering spreadsheet data online?\texcel\n\"Visual Studio 2005: Please stop opening my CS files in \"\"Design Mode\"\"!\"\tvisual-studio\nUpload a file to SharePoint through the built-in web services\tsharepoint\nBulk-deleting via LINQ\tlinq\nMagento, add Clothing size attribute without Configurable Product\tmagento\nSVN plugin for VS2008\tsvn\nUpdatePanel where Button Event does not fire.\tajax\nIs it possible to target just Simple Product from phtml template?\tmagento\nCheck if a string contain Asterisk (*)\tbash\nReferencing a COM assembly in Visual Studio vs converting a COM assembly via tlbimp.exe\tvisual-studio\nIntegrating Spring + Hibernate + Sql server with unicode support\tspring\nLinq To SQL Without Explicit Foreign Key Relationships\tlinq\nCmdline Bash Variable Weirdness\tbash\nDoes Oracle have an equivalent of MSSQL's table variables?\toracle\nPossible to create Oracle Database object types inside of PL/SQL?\toracle\nHow to undo removal of a file in svn\tsvn\nSELECT * breaks when adding columns in Oracle Application Express (ApEx) 3.0\toracle\nCan I dynamically load additional Spring configuration files into an existing WebApplicationContext?\tspring\nAJAX Enabled WebApplication\tajax\nFinding the leaves of an inductively-defined tree\thaskell\nVBA long overflow\texcel\nImporting content from one/two Drupal installs into a fresh Drupal install\tdrupal\nCompress a Mysqldump that is SSH'd to another machine\tbash\nsend form data as email in Magento\tmagento\nif i have Windows, Mac, and Linux, what is the easiest way to set up SVN server?\tsvn\nHow can I add an extra item in this LINQ query?\tlinq\nDestructuring tuples in Haskell?\thaskell\nHow to encode string in Oracle?\toracle\nLaziness and tail recursion in Haskell, why is this crashing?\thaskell\nSTUArray with polymorphic type\thaskell\nDrupal: How to return only content and not the whole layout?\tdrupal\n\"\"\"Pivot\"\" a table in Excel\"\texcel\nField comparison in excel sheet\texcel\nCase classes with an upper type bound\tscala\nHaskell and Conditional Data Structures\thaskell\nWhy can't Scala infer the type parameter in this example?\tscala\nwhat is the Benefit from Scala ?\tscala\nHow to Deploy a Drupla Site on a Web Farm ?\tdrupal\nXML Comments: To Use or Not To Use?\tvisual-studio\nApply discount directly to subtotal in magetno..\tmagento\nRewriteRule to disregard a url variable\tapache\nCreate NSString by repeating another string a given number of times\tcocoa\nIs mod_rewrite a valid option for caching dynamic pages with Apache?\tapache\nFastCGI cleanup code does not work under windows\tapache\n\"Magento flat product table - retrieving \"\"Most Viewed\"\" product names\"\tmagento\nLINQ (or anything) to add items from an objects list to the objects row in a datagrid?\tlinq\n[OSX .app] How to reference Resources folder in code\tosx\nDropdown menu in IE6 inserting too much width, not dropping-down\twordpress\nHow to permanently remove a breakpoint in Visual Studio 2005 /2008 (ASP.NET, C#)\tvisual-studio\nLINQ asp.net page against MS Access . .\tlinq\nHow to copy a file to multiple directories using the gnu cp command\tbash\nDisable Apache 503 response when Tomcat is down\tapache\nDeep Zoom in Ajax - Possible? Any examples out there?\tajax\nResultset logic when selecting tables without a join?\toracle\nHow do I disable ms query's auto wrapping of column aliases with quotes in excel 2007?\texcel\nReturning multiple streams from LINQ query.\tlinq\nProblem with nesting in Text.XHtml library with Haskell\thaskell\nCopying Cells  from different sheets to one Main Sheet\texcel\nSVN: How to re-create a directory that's created but not committed yet\tsvn\nCan the same files be committed to 2 SVN repositories?\tsvn\nText under a widget added with QToolbar.addWidget()\tqt\nWhat type of index in best for DATE type on Oracle?\toracle\n\"Removing the block \"\"Popular Tags\"\" from the index view in Magento\"\tmagento\nGarbage collection of Core Foundation objects\tcocoa\nServer side svn branch reintegrate\tsvn\nDisable Spring URL resource loading in context file\tspring\nHide Drupal nodes from search.\tdrupal\nUseful Add-In's or Plug-In's for native Visual Studio developer\tvisual-studio\nQt: Do events get processed in order?\tqt\nHandling very large SFTP uploads - Cocoa\tcocoa\nWhat applescript will a particular application accept?\tosx\nWhy do my exception stack traces always point to the last method line?\tvisual-studio\ngraph database to store several time based data values, result of simulation\tscala\nHow to test an AJAX application that is pulling data from a live website?\tajax\nWhat is the limit of source repositories in Visual Source Safe 2005\tsvn\n\"Junit4 + Spring 2.5 : Asserts throw \"\"NoClassDefFoundError\"\"\"\tspring\nChange description of a SharePoint group\tsharepoint\nProblem with cakePhp and nested ajax form in firefox 3.5\tajax\nWhy does Oracle require TO_NCHAR when binding SQL_C_WCHAR text via ODBC\toracle\nUnable to find Applications folder in Mac's terminal\tosx\nWordPress: Useful plugins for building a user manual?\twordpress\nConfiguring wordpress .htaccess to view subfolders\twordpress\nPostback or Callback?\tajax\n(N)Hibernate: core/master mappings with relationships\thibernate\nUninstall Sharepoint Infrastructure Update\tsharepoint\ninstall EventFilter on QWidget (qt4.4.3/kde4)\tqt\nHow do I fix the height of my view after collapsing NSSplitView?\tcocoa\nHow to create Wordpress-style widgets in Drupal\tdrupal\nPlot overlaps in matlab\tmatlab\nunrecognized selector sent to instance with a drawer\tcocoa\nNSStatusItem to be always left?\tcocoa\nchanging navigation in magento dynamically\tmagento\nExcel VBA Application.OnTime.  I think its a bad idea to use this... thoughts either way?\texcel\nWhat’s the difference between ScalaTest and Scala Specs unit test frameworks?\tscala\nmatlab v.s. simulink in digital image processing?\tmatlab\nplot circle but show ellipse in matlab\tmatlab\nHow to get next IP in range from Excel\texcel\nIs there integer ranges for Where Clause?\toracle\nIs there a nice, safe, quick way to write an InputStream to a File in Scala?\tscala\nGlobal Customized View for Document Libraries in Sharepoint\tsharepoint\nWhat do you prefer ? Writing a Wordpress plugin or child theme ?\twordpress\nVisual Studio Attach to Process\tvisual-studio\nReturn empty cell from formula in Excel\texcel\nWhat are my options for running Java 6 on OS X?\tosx\nDoes Rails' Ajax support make JSON or XML an easier format to work with?\tajax\nwordpress - how to get php variable in page from sidebar\twordpress\nHibernate running random queries.\thibernate\nContent Taxonomy along with Conditional Fields\tdrupal\nApache RewriteRule .* index.php [NC,L] Not working\tapache\nMOSS 2007: SPListItem.GetFormattedValue for DateTime fields has a bug?\tsharepoint\nSpring 3.0 - Unable to locate Spring NamespaceHandler for XML schema namespace [http://www.springframework.org/schema/security]\tspring\nAdding a subview below my UITableView\tcocoa\nwx file error when using Haskell\thaskell\nspring - use both simple SimpleUrlHandlerMapping and AnnotationMapping\tspring\nCan CCK take care of my fields for a programatically defined node type in drupal?\tdrupal\nUnit Test to verify object getting deallocated\tcocoa\nHow do I provide a username/password to access a web resource using Matlab urlread/urlwrite?\tmatlab\nProblems Reading a .xlsx file?\texcel\nHow to make a visual studio add-in that cannot be unloaded?\tvisual-studio\nadd more admin and allow permission in magento site\tmagento\nDrupal: allowing users to sign up to content using a form\tdrupal\nHow do I stop the linq designer overwriting my manual changes?\tlinq\n\"How can I categorize the content types on the Drupal \"\"Create content\"\" page (/node/add)\"\tdrupal\nUsing command as ctrl in a Mac OS X terminal\tosx\nUTF 8 from Oracle tables\toracle\nHow to include the post-count of a category to link-item when listing categories?\twordpress\nPattern matching a String as Seq[Char]\tscala\nHow to find where Apache's httpd.exe is installed?\tapache\nWhat do you use (free) to format C# code?\tvisual-studio\nLinq 2 SQL: Setting ObjectTrackingEnabled to false breaks lazy loading of child entities?\tlinq\nSpring struts and forms\tspring\nCreate SQL Database and add to project using Visual Studio\tvisual-studio\n\"What does the \"\"Generate Validation Methods\"\" checkbox in the Managed Object Class Generation dialog do?\"\tcocoa\nBuilding a VS2010 project consumes extra resources\tvisual-studio\nUsing relative URLs with mod_rewrite\tapache\ninstalling magento plugins without using magento connect\tmagento\nDesign pattern for translatable Hibernate models\thibernate\nORA-28579: network error during callback from external procedure agent\toracle\nDeploying a Custom Field Types to the bin directory\tsharepoint\nSupport for Long Running Operations using the MOSS Publishing Infrastructure\tsharepoint\nHow to use ditto on OS X to work like cp -a on Linux\tosx\nVBA editor auto-deletes spaces at the ends of lines\texcel\nHow to get Ponter/Reference semantics in Scala.\tscala\nHow to isolate causes of system hang on Unix/OSX\tosx\nCreating Object from Hibernate Mapping\thibernate\nUsing the Github Gist API from Haskell\thaskell\nQuartz JobStore with Spring Framework\tspring\nHow to get name of an enumeration in MATLAB\tmatlab\nVB.NET/COM Server code way slower than Excel VBA code\texcel\nWhat are the differences between Spring integration and JBoss jBPM?\tspring\nReady configurations for Spring + Hibernate\tspring\nRun ready function on a page that is pulled in via AJAX\tajax\nExtract Data from CSV in Bash script (Sed, AWK, Grep?)\tbash\ncustomize Finder 'get info' window?\tcocoa\nWhat is an *.rsd file on Mac OS X?\tosx\n\"Drag and drop .cs files not using \"\"Add As Link\"\" in Visual Studio\"\tvisual-studio\nWhat  is the best practice regarding Source code managment ?\tsvn\n\"In Visual Studio 2008, how can I make control+click do a \"\"Go To Definition\"\"?\"\tvisual-studio\nDrupal: How to theme node add/edit page for specific node type?\tdrupal\nBash: limit the number of concurrent jobs?\tbash\nIs QImage able to open and render pure 16-bit images?\tqt\nDoes functional programming mandate new naming conventions?\thaskell\nLimiting the list of archives in wordpress based on date\twordpress\nDrupal language negotiation\tdrupal\nCore Data: Strange bindings error on re-opening a document. Help?\tcocoa\nAutomatic annotation for matlab plot?\tmatlab\n\"How to capture the \"\"Print\"\" button from the menu bar in a macro\"\texcel\n@OneToOne getting returned as ManyToOneType\thibernate\nMatlab subclassing question\tmatlab\nStoring Dates in Oracle via Hibernate\thibernate\n\"i am looking for svn admin like \"\"VisualSVN Server\"\" for remote server?\"\tsvn\nDrupal 6 parse incoming POST data\tdrupal\nUnit testing code that uses PortalSiteMapProvider\tsharepoint\nExcel formulas giving #VALUE! error when ported to mac\texcel\nSala and html parseing\tscala\nMaking Category Image a link\tmagento\nHow do I make Ajax calls at intervals without overlap?\tajax\nVisual Studio Performance with External Hard Drive\tvisual-studio\nUsing NOT LIKE in Filter property of VBA recordset\texcel\nHow do I setQueryTimeout on SimpleJdbcTemplate?\tspring\nLinq: using StringComparer with GroupBy/Distinct in comprehension syntax\tlinq\n\"Apache configuration help -- Why are different processes \"\"in\"\" different time zones?\"\tapache\nQuerying ManyToMany relationship with Hibernate Criteria\thibernate\nWhy  is Oracle's to_char() function adding spaces?\toracle\nLinq | Date | Subtraction with matching issue\tlinq\nwhy this ajax request is so fast but mine is not ?!\tajax\nSpring Calls Object Constructor Before Setting Properties\tspring\nHow do I preview a url using ajax?\tajax\nHow do I serve a script with apache instead of running it?\tapache\nCall Excel COM Addins functions using macro\texcel\nHow do you build a debug .exe (MSVCRTD.lib) against a release built lib (MSVCRT.lib)?\tvisual-studio\nGetting a 'source: not found' error when using source in a bash script\tbash\n\"How should I Fix \"\"svn: Inconsistent line ending style\"\"?\"\tsvn\nUnresponsive Cancel Button on VBA Userform\texcel\nGetting NSArrayController item for right click in NSCollectionView\tcocoa\nIP Blocking URLs on Apache\tapache\nAccess Denied to all SVN Directories\tsvn\n\"Object converting string into \"\"A\"\"\"\tscala\nhow do i check for errors in spring - security ?\tspring\nSpring webflow validation\tspring\nSOAP and Spring\tspring\nprototype - Replace & with &amp;\tmagento\nMigrate from Subversion to Team Foundation Server\tsvn\nConnect to my Repository remotely using TortoiseSVN\tsvn\nQt Python : QTreeWidget Child Problem\tqt\n\"How do I add  a \"\"last\"\" class on the last <li> within a Views-generated list?\"\tdrupal\nEfficient method to enumerate cells in an Excel workbook using c#\texcel\nAdd Solution Folder for VS 2008?\tvisual-studio\nGetting notified when the current application changes in Cococa\tcocoa\nMOSS 2007: BDC permisson problem - no BDC application is listed in the web part's configuration menu\tsharepoint\nHow do you use Binary conversion in Python/Bash/AWK?\tbash\nWhat is the maximum password length in Subversion?\tsvn\nWhat supposed to be the signature of my extension-methods\tlinq\nSetting global_names parameter.\toracle\n'on the web' drupal module showing images on localhost but not remote host\tdrupal\nMaking a NSPopUpButton display all my iCal Calandars.\tcocoa\nWordPress theme blog not displaying well in FireFox-how to fix?\twordpress\nJavaScript - How do I call a function from a string name and pass an array object?\tajax\nHow does Magento code work?\tmagento\nmagento payment process.. how it works in general\tmagento\nWP Function to retrieve database connection\twordpress\nMagento: placing block on custom template\tmagento\nCount unique values in Excel\texcel\nLINQ to SQL\tlinq\nCannot see my drupal page, when set with online server.\tdrupal\nHow to map old paths to Drupal paths\tdrupal\nhow to get a js png fix to work on ajax calls\tajax\nQGraphicsView accepted events\tqt\nProgrammatically stream audio in Cocoa on the Mac\tosx\nHow to use Office from Visual Studio C#?\tvisual-studio\nScriptResource.axd requests return HTTP 302\tajax\nHibernate mapping a second @Embeddable field in a subclass\thibernate\nHaskell XMLRPC server executing dynamically generated functions\thaskell\nAny reason to use NSViewAnimation over CoreAnimation techniques?\tcocoa\nBest way to parse HTML in Qt?\tqt\nexcel file too big , which format to convert to imporve processing time in scripting\texcel\nMacBook Trackpad Gestures: Move active Window\tosx\nHow to navigate to Begining/End of a curly brace by selecting one of the braces in Visual Studio 2005.?\tvisual-studio\nServer moved, now MS Excel 2003 queries won't work\texcel\nAnt-Ivy-Scala Template: any suggestions on improvements?\tscala\nMac driver development\tosx\nHow to Write OS X Finder plugin\tosx\nCreating add-in for Excel using C#.\texcel\nWebserver Log Analysis\tapache\nLink between CCK field and view\tdrupal\nGenerate syntax-colored, hyperlinked source code from Haskell or Objective-C\thaskell\nHow in magento add manufacturer in the URL of the product?\tmagento\nOracle Trigger: raise_application_error\toracle\nSIGPIPE Exception\tcocoa\nOracle lag between commit and select\toracle\nIn Magento, how can I preview a page before saving it?\tmagento\nUnreliable Hibernate Objects\thibernate\n[easy] SVN checkout with svn protocol\tsvn\nHow can you make Game of life in Excel?\texcel\nHow can I use linq to sort by multiple fields?\tlinq\nWhat are the factors to decide between using Core Data versus rolling out a custom model?\tcocoa\nUpload files to Sharepoint document libraries via FTP\tsharepoint\nIs there a Drupal module for importing text and images?\tdrupal\nusing BC dates in Drupal date field\tdrupal\nRedirect certain requests if referer not from same page?\tapache\nData streaming in Matlab with input data coming in from a C++ executable\tmatlab\nAlternative paradigm for Mac OS X development\tosx\nmultiple orderby in this linq code\tlinq\nMapping to varchar and nvarchar in hibernate\thibernate\nMac OS X - associate application with file type icon\tosx\nwhat is this widget called?\tqt\nInstalling Svn 1.5.x on Debian Etch - Best approach?\tsvn\nApache log analyzer which outputs user flows\tapache\nHibernate. big Results and Pagination\thibernate\nRemote access to apache2 server\tapache\nOracle 10g ODBC: SQLBindParameter(SQL_BIGINT) succeeds, SQLExecute fails, but there are no diagnostic errors\toracle\nHaskell: read input character from console immediately, not after newline.\thaskell\nAjax large screen refresh\tajax\nWays to call Blocks within Magento: createBlock vs Layout xml file\tmagento\nHow do I access the data passed back from a workflow association form?\tsharepoint\nWhat options do I have for LINQ projections?\tlinq\ngrouping nodes in drupal with taxonomy\tdrupal\nMVC architecture for front-end\tajax\napache route to program download\tapache\nScala: Mutable vs. Immutable Object Performance - OutOfMemoryError\tscala\nAdd inputs to more than one row in a structure array in matlab\tmatlab\nIdentifying Different Excel File Formats\texcel\nUsing an enum as a mapkey results in a RAW in the database\thibernate\nExpanding mySQL query to include more content\tdrupal\nCocoa Document-based app\tcocoa\nDrupal Query builder\tdrupal\nIs there sth like Microsoft's TechNet or MSDN subcriptions for Apple, too?\tosx\nHow do I change the indenting for Excel's XML Data Export?\texcel\nHow to see what label color is on a file/folder from within Termnal (Mac OS X)\tosx\nAnybody using Qi4J\tspring\nHow can I use Excel for project management?\texcel\nCompiling PHP-GD on Mac OSX 10.5\tosx\n\"How do I define a search scope \"\"Display Group\"\" for a Site definition\"\tsharepoint\nhow to manage a custom user object in session when spring security autheticates user.\tspring\nBash script directory detection and creation\tbash\nVBA and Private Functions\texcel\ndrupal form override theme function\tdrupal\nIs it possible to have a custom webpart listen to default SharePoint search box?\tsharepoint\nFreezing Row 1 and Column A at the same time\texcel\nExcel AVERAGEIF with TODAY() function as criteria\texcel\nRetrieving the associated shared service provider's name?\tsharepoint\nIs it possible to partially autowire a spring bean?\tspring\n[NSView setFrame:] not working?\tcocoa\nnot able to delete\thibernate\nHow to escape double quotes in string?\tcocoa\nMigrating from Drupal to Rails - Routing\tdrupal\nHow to make a basic line plot in MATLAB?\tmatlab\nbash : how to use screen to have a term session used at home after work?\tbash\nProgramming in Lua for the Mac?\tosx\nHow to make Wordpress plugin first plugin to be run?\twordpress\nChange the default list aspx pages in SharePoint\tsharepoint\nPer language settings in Visual Studio 2008\tvisual-studio\nSpring and the anemic domain model\tspring\nFilter/Map composition problem Haskell\thaskell\nGet Hibernate transaction status\thibernate\n\"Bash syntax: What is the \"\"<<\"\"?\"\tbash\nIs it stupid to write a large batch processing program entirely in PL/SQL?\toracle\nMatlab: avoiding memory allocation in mex\tmatlab\nRewrite spring-security redirect URLs\tspring\nConcatenate strings in bash\tbash\nScala best way of turning a Collection into a Map-by-key?\tscala\nMethod call inside Actor freezes in Scala\tscala\nAdd a date picker to system.xml on custom module\tmagento\ndealing with IO vs pure code in haskell\thaskell\nnoClassDefFound error using Scala Plugin for Eclipse\tscala\nSolution: Per application, or per application suite.\tvisual-studio\nLINQ retreive values from a table that of which fields(of a cetain column) are not equal of another table\tlinq\nDynamic height for AJAX Autocomplete Textbox\tajax\nHow do I print all the queries in Magento?\tmagento\nCan I specify a hibernate relationship with a filter?\thibernate\nIs it possible to set-up a personal SVN Remote Repository which can be accessed through the Internet?\tsvn\nWhy I cannot use my apache server?\tapache\nEstimating a Spring/Hibernate project.\tspring\nObserving an NSMutableArray for insertion/removal\tcocoa\nDrupal best practises for custom admin section\tdrupal\nDataContxet reusing connection\tlinq\nHow do I move tags in Subversion\tsvn\nInserting Wordpress Plugin content to posts\twordpress\nMultiple environment (Development, Staging, Live) in Drupal\tdrupal\nPulling in Magento Session Information is buggy\tmagento\nHow to use > in an xargs command?\tbash\nhibernate hbm2hbmxml\thibernate\nhow to prevent hacking of a WP site\twordpress\nHow to limit fetching of entities from SQL query.\thibernate\nHibernate Criteria contains-in on an association to a table\thibernate\nProgress Bar using javascript\tajax\nHow to get all tables that have FKs to another table?\toracle\nMatlab matrix replacement assignment gives error\tmatlab\nWhat is the fastest way to load data into a ORACLE database with .NET?\toracle\nRead Excel using LINQ\texcel\nHow to rewrite URL in Tomcat 6\tapache\nreading password protected excel file using matlab\tmatlab\nUnable to add a parameter to your command in Bash\tbash\nHow to replace old ParamText/StandartAlert with newer CFString replacements?\tosx\nbash/sh single-quote, doublequote & backquote question\tbash\nHow to upload a file using asp.net without posting the whole page back?\tajax\nVS 2005 Toolbox Messed Up\tvisual-studio\nWhy doesn't this type declaration work?\thaskell\nDrupal node?destination not working\tdrupal\nHow does coding with Linq work? What happens behind the scenes?\tlinq\nA way to add Oscommerce cart items to a Wordpress Widget\twordpress\nHow do I find the definition of a system-named constraint in Oracle?\toracle\nDisable Option-Enter line breaks in NSTextField?\tcocoa\nSpring DI, Domain Model & best practices\tspring\nSVN analysis tool\tsvn\nNull Inner Bean with Spring IoC\tspring\nProblem scripting a HTML header request with netcat\tbash\nBottom bar in NSWindow\tcocoa\nSearch by category name\tmagento\nDebugging sometimes very slow\tvisual-studio\nWhat is the different between spring 2.5.6 and spring 2.5.6.SEC01\tspring\nApache returns truncated image (cross posted on serverfault.com)\tapache\nCompiling code on an external drive\tvisual-studio\nAJAX - Do I need to return a full HTML document on the server side?\tajax\nBest way to copy of move files with Objective-C?\tosx\nTroubleusing map in Haskell\thaskell\nCocoa 10.5 multithread app runs slowly\tosx\nDisable/Cancel Sleep Command on MacOSX\tosx\nHow do you transform a Linq query result to XML?\tlinq\nWhen should I use $ (and can it always be replaced with parentheses)?\thaskell\nHow to use hibernate interceptors to populate extra fields in a join table?\thibernate\nVersion control of MDF files\tvisual-studio\nCreating Cocoa PopUpMenus programatically and Getting code form a GUI item built with the interface builder\tcocoa\nidentity from sql insert via jdbctemplate\tspring\nHow do you setup a shared Working Copy in Subversion\tsvn\nSEO for a Magento multilingual store\tmagento\nMake Visual Studio's Find in Files default to the project directory?\tvisual-studio\nStatic nested class visibility issue with Scala / Java interop\tscala\nVisual Studio 2008 SP1 and Visual SourceSafe 2005\tvisual-studio\nCustomized Sharepoint List Add/Edit page is slow to load\tsharepoint\nIs there any advantage to use spring DataAccessExceptions instead of JPA PersistenceExceptions ?\tspring\nmultiple session factories, one connection?\tspring\nHibernate: How to remove an entity to which noone refers to in ManyToOne?\thibernate\nAfter setting up the svnserve Server, what URL will the client use to access the server?\tsvn\nMultiple actions upon a case statement in Haskell\thaskell\nScala println in a for loop\tscala\nHide a bash function internals..\tbash\nChange background of QTabBar tabs using stylesheets\tqt\nHow to run just one ASP.NET Development Server in Visual Studio 2008?\tvisual-studio\nHow can other users be updated when a comment is posted, other than the author in wordpress?\twordpress\nWhat data type do I use for an integer in SOAP XML in Cocoa?\tcocoa\nLinq Error\tlinq\nSubversion for iSeries\tsvn\nHaskell -- How to split a number into a list for further processing?\thaskell\nAdd a function to OnLoad in Drupal\tdrupal\nWhat are your favorite programming-related academic papers?\thaskell\nProgrammatically marking an Oracle BPEL task complete\toracle\npbcopy does not seem to work within a gnu screen window in OSX\tosx\nTest if a data distribution follows a Gaussian distribution in MATLAB\tmatlab\nWhy am I getting tree conflicts in subversion?\tsvn\nHow to open a web page from QlikView?\tajax\nHow Does WordPress Block Search Engines?\twordpress\n.net solution subversion best practices?\tvisual-studio\nMatlab: evaluate symbol expression\tmatlab\nHow to show inactive task tabs in Drupal\tdrupal\nHaskell: Multiples of Numbers in a List\thaskell\nUsing QFrame to display different panes of information?\tqt\nSVN: set properties on directories only\tsvn\nCan a SharePoint list item have it's Targeted Audience calculated or otherwise automatically specified?\tsharepoint\nSPWorkflowTaskProperties.ExtendedProperties aren’t populating the fields in my task\tsharepoint\nTrouble stopping Tomcat due to apparent threading issue..\tspring\n\"Drupal is unable to create the \"\"files\"\" folder (and any upload php script as well)\"\tdrupal\nMatLab (martix concetenating)\tmatlab\nHibernate-like framework for C++\thibernate\nBest Scala imitation of Groovy's safe-dereference operator (?.)?\tscala\nFba roles with SharePoint user groups\tsharepoint\nList all leaf subdirectories in linux\tbash\nSidebar Behaves Differently on Wordpress Archive Pages\twordpress\nRead/write Excel 2007 password-protected documents\texcel\nHow do you page a collection with LINQ?\tlinq\nChange the order of the 'Search this site' form in Drupal\tdrupal\nUse NSArrayController with nested NSMutableArrays (Cocoa Bindings Question)\tcocoa\nProcessing a log to fix a malformed IP address ?.?.?.x\tbash\nHas anyone here worked on KOFAX-SharePoint 2007 integration?\tsharepoint\nChecking if a folder exists (and creating folders) in Qt, C++\tqt\nreplace a particular value in a string of key - values\tbash\nMatlab GPU acceleration for loading large point cloud dataset\tmatlab\n\"How do I undo \"\"svn switch\"\" on a subdirectory?\"\tsvn\nHow to Prevent Visual Studio launch WcfSvcHost.exe in Debuggin?\tvisual-studio\nIs there a better way to get sub-sequences where each item matches a predicate?\tlinq\nWordpress MU themes and Plugins\twordpress\nWordprss permalinks set\twordpress\nOracle Check Constraint\toracle\nHow do you append to an already existing string?\tbash\nAppkit examples on OSX 10.6\tosx\nUserType join in Hibernate\thibernate\ntwo arrays defining 2d coordinates, as array indices, in matlab/octave\tmatlab\nA Haskell function of type: IO String-> String\thaskell\nHow to clear the console in Matlab\tmatlab\nWhat is your favourite WordPress theme framework?\twordpress\nWhich pattern does Hibernate follow?\thibernate\nDetermine a process's architecture\tosx\nWhat's an easy way to obtain the current svn revision in a c++ visual studio application\tsvn\nDrupal field values and longtext\tdrupal\nIs the following utility class thread-safe?\tspring\nDirect access to keyboard events in OSX\tosx\nWhat are the best features of Scala?\tscala\nCannot see my wordpress website on google search\twordpress\nHaskell Pattern Matching on the Empty Set\thaskell\nCan i run a script when i commit to subversion?\tsvn\nHow to add Windows Mobile 6.1 image to VS 2008 Device Emulator Manager ?\tvisual-studio\nUsing PL/SQL how do you I get a file's contents in to a blob?\toracle\nExtract from Cache.db files on Mac OS X Leopard\tosx\nApache LogFormat IP Address\tapache\nHibernate3: Self-Referencing Objects\thibernate\nHow to display a list of nodes and details of a single node in Drupal\tdrupal\nWhere is the sample applications in the lastest Spring release(Spring Framework 3.0.2)?\tspring\nHow do I take a screengrab of a single window using Cocoa or Carbon on OS X?\tosx\nError while loading FastCGI module in apache 2.2\tapache\nHow to compile for Mac OS X 10.5\tosx\nRedirecting from pubilc_html to public_html/new/\tapache\nOptional parameters with named query in Hibernate?\thibernate\nHow to construct a hibernate query that uses a single element of all elements in a collection?\thibernate\nInstance of fractional [Char] required for definition?\thaskell\nVisual Studio identical token highlighting\tvisual-studio\nCalculating hdiutil's compression ratio\tosx\nGetting template text from FreeMarker in Spring app\tspring\nWhat features in Qt do you like the most?\tqt\nSpring Hello World setup and code in eclipse\tspring\nCheckBox in tableview\tcocoa\nDifferentiating Between an AJAX Call / Browser Request\tajax\nMac OS web sharing and Django\tosx\nCan Ruby on Rails connect to Oracle/RDB on Mac OS X or Windows?\toracle\nHow to programmatically modify content in a SharePoint Web Part?\tsharepoint\nhow can I search an svn repository for the existance of files in any revision\tsvn\nMac OS X / Good terminal template\tosx\nForcefully trigger a rule in Drupal?\tdrupal\nHibernate returns invalida results with composite key.\thibernate\nOSX: Environment variables pointing to application bundles?\tosx\nHow to get unique First Letter of names and count of names starting with that letter from SQL Server using LINQ?\tlinq\nWhat are the benefits of using Oracle Designer?\toracle\nhow to simple add an object to a collection in hibernate from client\thibernate\nScala: can't write setter without getter?\tscala\nReading Image from AJAX response\tajax\nhow to iterate in snap framework without cabal install\thaskell\nMeasuring bluetooth signal strength via AppleScript on Mac OS X\tosx\nhow templates work on wordpress?\twordpress\nOptimizing extraction of data from a Matlab matrix\tmatlab\nHow to pipe a here-document through a command and capture the result into a variable?\tbash\nApache mod-proxy load balancer maintenance\tapache\nDealing with incremental server response in AJAX (in JavaScript)\tajax\nWierd date and time formating in Wordpress %Y/%m/%d\twordpress\nMy Spring AOP not working\tspring\nLoading my private key for use in git on Mac\tosx\nMulti-lingual projects in Visual Studio\tvisual-studio\n\"\"\"Magento Tax Zones & Rates\"\": how to incorporate store location and price dependencies for Tax Rates\"\tmagento\nMagento module - overridden a controller, adding templates\tmagento\nDisplaying code snippets in wordpress.\twordpress\n\"Magento - use an alternate \"\"price.phtml\"\" (in addition to the existing one)\"\tmagento\nDrupal View display - setting a limit for the query results\tdrupal\nAjax with in Ajax. Is this possible\tajax\nHow to make a private branch of public SVN repository?\tsvn\nHow to select only Date value No Time in LINQ to SQL?\tlinq\nHow to XML configure Spring bean for constructor injection when bean has varargs constructor\tspring\nOrder of svn diff revision range\tsvn\nExcluding a single project file from an SVN repository\tsvn\nautomatically processing contents of <textarea> without user pressing a button\tajax\nQt: Is is possible to get the QScriptEngine from QWebFrame?\tqt\nBash script for manual routes and default gateway problem\tbash\nMixing Static Strings with Views Arguments\tdrupal\nLinq - Excluding items from different list types.\tlinq\nCreating symbolic links to branches in SVN?\tsvn\nA Maven2 mojo that uses Hibernate: how to control logging?\thibernate\nNiewbie OutOfMemory problem\tscala\n\"Question on Scala Closure (From \"\"Programming in Scala\"\")\"\tscala\nIs Sharepoin Server mandatory for Excel Services or Excel Web Access\tsharepoint\nHow do you deal with multiple open files of the same name in VisualStudio?\tvisual-studio\nScala API design; a service which returns a Set<I> where I is some interface (abstract/trait)\tscala\nGood Alternatives to Visual Studio Setup Projects\tvisual-studio\nIs there a way to programmatically determine the proper sizes for Apple's built-in controls?\tcocoa\nXAMPP on Falshdrive cannot start Apache, MYSQL on WIndows 7\tapache\n\"Scala errors in Eclipse 3.5 using Scala 2.8.0b, \"\"Syntax error on token String\"\"\"\tscala\nWordpress: How do I get the current name of my page\twordpress\nDebugging NSObjectInaccessibleException - The NSManagedObject with ID:0x123456789  has been invalidated\tosx\nApache, IIS... Server Explanation for a newbie\tapache\nread more link in post is not working wordpress\twordpress\nMagento - Changes to Edit Account Information screen do not get reflected\tmagento\nDesigning sharepoint pages - what can I use?\tsharepoint\nMagento design possible in all pages?\tmagento\nBest practices for using version-controlling on Cocoa projects\tcocoa\nawkward monad transformer stack\thaskell\nAccessing Excel data source running SSIS package on 64 bit server\texcel\nhow covert post into othe language in wordpress?\twordpress\nChop out parts of a square matrix in Matlab\tmatlab\nadding price rules to magento products\tmagento\n\"is this true? \"\"Gzipped items will not have the same etags (even if the content did not change)\"\"\"\tapache\nHow to create a custom EL expression handling regime for jBPM\tspring\n\"Is there any way to programmatically \"\"move\"\" an oracle table definition from one database to another?\"\toracle\nHow to convert timestamps to dates in bash?\tbash\nremoving some rows based on criteria - solving this by pivot tables\texcel\nProblems with Scala Swing library\tscala\nDisable Trinidad skins\tapache\nHow to find & fix memleaks inside Apache + PHP + Win2k3\tapache\nMatlab deployment: add files to source control?\tmatlab\nPattern match data types and their nested name in Haskell\thaskell\nRemove Single Quotes From All Cells in a DataTable - Creating New Table - Using LINQ in Vb.Net\tlinq\nHow to know a entity is going to insert or update\thibernate\nHow can I reset addAttributeToFilter in Magento searches\tmagento\nAJAX boardgame runs fine in Windows, but not in Linux - PROGRAMMING QUESTION\tajax\nConfusion with ContT, callCC, when ...\thaskell\nWhat is the most common feature that demands the use of Visual Studio Professional over Standard?\tvisual-studio\nMagento - Buy 2 items get % discount\tmagento\nQObject::findChild returns wrong address when used with a custom widget plugin\tqt\nPull data from WordPress\twordpress\nCocoa without Interface Builder, initialize an instance of app controller?\tcocoa\nNo error message available, result code: E_FAIL(0x80004005)\texcel\nSyntax for a single-line BASH infinite while loop\tbash\nHidden Features of Visual Studio (2005-2008)?\tvisual-studio\nWhy does Visual Studio 2005/2008 keep 'forgetting' to color code and format?\tvisual-studio\nUsing matlab and Time Series object (fints), how can I make an array of them?\tmatlab\nMagento - how to create different prices for different sizes of a products?\tmagento\nSharepoint as template application\tsharepoint\nA project with output type of class library cannot be started directly - with a startup exe\tvisual-studio\nCustomize accessdenied.aspx in Sharepoint\tsharepoint\nMoving a directory atomically\tbash\nIt seems the mode rewrite in .htaccess apache is not working\tapache\nLoad SWF inside NSView\tcocoa\nWrite a linq expression to select a subtree of items\tlinq\nRails page caching with Apache and capistrano\tapache\nHow do I tell Subversion to treat a file as a binary file?\tsvn\nMySQL and Matlab\tmatlab\nHow to turn off authoring information for a drupal page\tdrupal\nRemove CA from before teh $ in magento\tmagento\nSharePoint Infrastructure Upgrade - whoops\tsharepoint\nLinq with Left Join on SubQuery containing Count\tlinq\nSvn organisation problem\tsvn\nWhat is a solution folder in visual studio\tvisual-studio\nIs there a way in Matlab using the psuedo number generator to generate numbers within a specific range?\tmatlab\nOptimization settings in VS\tvisual-studio\ndisplaying a Drupal view without a page template around it\tdrupal\nAssigning random colors per session, for chat\tajax\nApache & JBoss use port 80 at the same time\tapache\nHow do I get the inner/client size of a NSView subclass?\tcocoa\nHow can I create a directory listing of a subversion repository.\tsvn\nHow to alter sharepoint workflow task status?\tsharepoint\nDefine Self referencing scala class(recrusive class)\tscala\nreversing rows in excel formulas\texcel\ndetermine whether matlab license is server- or user-based\tmatlab\nMagento API Uploaded products not appearing in frontend - Unless they are re-saved in backend.\tmagento\nOptimizing a LINQ query.\tlinq\nCan I make an embedded Hibernate entity non-nullable?\thibernate\nSharePoint 2007 Publishing site with deep menu structure\tsharepoint\nDiagnostic output of the Oracle Query Optimizer\toracle\nExporting Excel Data into Oracle Table using VB.NET\toracle\nCompression of content on Apache and Tomcat\tapache\nHow do I read the windows registry (Default) value using QSettings?\tqt\nAjax request parametors, what am I doign wrong?\tajax\nMicrosft Enterprise Search - FAST\tsharepoint\nNewsletter Signup on CMS page in Magento\tmagento\nPlot Overlay Matlab\tmatlab\nVS2008: Launching the executable for a project that isn't the active project in a solution\tvisual-studio\nHow can I give alternative names to new objects created by LINQ?\tlinq\nHaskell type cast problem\thaskell\nIs LINQ (or linq) a niche tool, or is it on the path to becoming foundational?\tlinq\n\"How do I display breadcrumbs on \"\"Products tagged with\"\" pages in Magento?\"\tmagento\nHibernate -using Table per subclass - how to link an existing superclass object to a sibclass object\thibernate\ndrupal redirecting api\tdrupal\nHow mature is PHP:SVN\tsvn\nhow to secure AJAX interface accepting GET requests.\tajax\nOn MAC O.S., how to get the name of files that has been dropped onto apple script to boot JAR with the name of file as a argument to JAR\tosx\nChecking if a matlab handle is a valid one\tmatlab\n[Drupal] How do i give a specific user editing rights to a specific node?\tdrupal\nUsing Haskell's types to replace assert statements or if checks in other languages\thaskell\nIs there a tool to convert a .vim colour definition file to use in VS.NET 2008\tvisual-studio\nWhy is Qt looking for my slot in the base class instead of derived one?\tqt\nHow do I prevent Excel from rendering the spreadsheet as my macro calculates it?\texcel\nWhy should I NOT use the /optimize switch to compile my C# code?\tvisual-studio\nFatal error: Call to a member function setActive() on a non-object\tmagento\nExcel changes date formats\texcel\nissue in ajax modal pop up control when  used  witih listbox  control[which is of  a javascript]\tajax\nExcel: need help with unusual lookup function (sorted column is different from lookup column)\texcel\nQT Repaint/Redraw/Update/Do Something!\tqt\nWhy is it allowed to write to / on MacOSX as normal user?\tosx\nDraw a textured triangle (patch) in Matlab\tmatlab\nWhat programming task provided your breakthrough with monads?\thaskell\nSpring application root variable\tspring\nCSS breaks in Explorer (insert humor here)\twordpress\nExcel Print Worksheets by Name\texcel\nWhat's an easy way to access prebuild macros such as $(SolutionDir) and $(DevEnvDir) from code in C#?\tvisual-studio\nadding other files to haskell\thaskell\nIs there a good reference for how Grails was architected with Spring?\tspring\nCompiling Matlab to C# Problem: fatal error C1083: Cannot open include file: 'windows.h'\tmatlab\nHow do I search all revisions of a file in a SubVersion repository?\tsvn\n\"apache: cgi links lead to a \"\"you have chosen to open foo.cgi\"\", although scriptalias is set\"\tapache\nIs there an example on how to use Spring 3.0 content negotiation for RESTful services?\tspring\nBest practices for a single large SVN project.\tsvn\nHow do I implement a customized list in Cocoa?\tcocoa\nSVN merge doubt\tsvn\nScala and Swing GUI applications\tscala\nDrupal Views (Page) Using Human-Friendly Path\tdrupal\n\"How to modify \"\"Summary View\"\" in SharePoint list web part?\"\tsharepoint\ndrawbacks of linq\tlinq\nHow can I get apache to list a folders contents?\tapache\nMatlab matrix translation and rotation multiple times\tmatlab\n\"Is do-notation specific to \"\"base:GHC.Base.Monad\"\"?\"\thaskell\nWhat are the exact versions of stuff you have to install in order to be able to step-debug a Scala program?\tscala\nBest branching stragetgy when doing continuous integration?\tsvn\nPass list of variables to bash script\tbash\nDrupal path problem - views vs node\tdrupal\nCannot update document property on ItemAdded event when using Vista\tsharepoint\nQT 4.5 - how do I perform a queued connection with a template type?\tqt\nAccessing type members outside the class in Scala\tscala\nThe Current State Of Serving a PHP 5.x App on the Apache, LightTPD & Nginx Web Servers?\tapache\nReflection API for Scala\tscala\nRunning a command with every svn commit\tsvn\nConditional Linq Queries\tlinq\nHaskell recursive problem, tiny parser. Negation of Expr and let expressions\thaskell\nNested Linq crashes intellisense\tlinq\nIs it possible to integrate ajax toolkit into mvc appliocations?\tajax\nProblem executing excel from C# Application\texcel\nSource Control in Visual Studio Isolated Shell\tvisual-studio\nService activator method mapping using @Header annotation in Spring Integration\tspring\nmap (key ,value)\thibernate\nStreaming Video In Scala Designer 5\tscala\nNo results from Oracle query in VB ASPX\toracle\nWhy oracle does not have autoincrement feature for primary keys?\toracle\nHow to get the first line of a file in a bash script?\tbash\nHaskell function composition (forward pipe) - why does this work?\thaskell\nProgrammatically extract data from an Excel spreadsheet.\texcel\nIn bash, how can I print the first n elements of a list?\tbash\nStrategy in the design and coding of wordpress themes?\twordpress\nGet the numerical value of an SPFieldCurrency field\tsharepoint\nApache basic authentication on Django site\tapache\nBest way to encapsulate complex Oracle PL/SQL cursor logic as a view?\toracle\nOracle Data Dump and Data Restore\toracle\nGet the indices of the n largest elements in a matrix\tmatlab\nAdding a SVN repository in Eclipse\tsvn\nmod rewrite setup\tapache\nI want to create a form in share point that allows the booking of time on a timetable\tsharepoint\nWhy does my content change when running in Apache XAMPP?\tapache\nWordpress blog page\twordpress\nMutable list or array structure in Bash? How can I easily append to it?\tbash\nDisplay posts from x cat and y tag\twordpress\nHow to call a long-running external program from Excel / VBA\texcel\n\"Bash Scripting \"\" [!: not found \"\" errors, and how to write an or statement\"\tbash\nTortoiseSVN can't connect to machine in workgroup\tsvn\n\"WordPress: I got rid of the second \"\"home\"\" page, but it's not good enough\"\twordpress\nWhat setting might be causing an AMP server to only allow 1 request at a time per browser?\tapache\nHow to detect that an app (such as Quicktime) prevents screensaver to run on Mac\tosx\nDrupal node form customization\tdrupal\nExcel - bottom border if text is present?\texcel\nLinq to Sql Deferred Loading\tlinq\ngenerating nicely formatted excel files in ASP.net without having Excel on server\texcel\nSelect Rows from a DataSet using LINQ, where the list of RowsID's are in a List<T>\tlinq\nVisual Haskell 2008/2010\thaskell\nHow to get Enumeration  Value's Enumeration definition?\tscala\nMerging missed changes in Subversion\tsvn\nNotifying subclass of QAbstractItemModel about changes\tqt\nSpring and JSF and JPA\tspring\nHow to create a preprocessing application for indexing heavyweight formats in Microsoft Search Server 2008?\tsharepoint\nHow would the conversion of a custom CMS using a text-file-based database to Drupal be tackled?\tdrupal\n\"In Haskell, what does it mean if a binding \"\"shadows an existing binding\"\"?\"\thaskell\nApple PhotoSearch Example Code - Need Help.\tcocoa\nApache SetEnvIf trouble\tapache\nhow to use ajax datepicker in vb.net 2.0\tajax\nJava Class file from SVN to Tomcat on server: How to compile automatically?\tsvn\nlinq cache and disposing datacontext\tlinq\nWhat does a fullstop (.) mean in Haskell?\thaskell\nHow to remove Excel VBA code modules when spreadsheet opened/closed\texcel\nMATLAB How to divide a matrix into equals parts?\tmatlab\nMagento category display problem on homepage on the left and right column\tmagento\nHow do I configure jEdit for Scala projects?\tscala\nLinq Newbie. Can I write this Linq query more concise?\tlinq\nAny feeback on the lib Ajax-Cross-Domain and the Jquery patch  ?\tajax\nCell Array appending in Matlab.\tmatlab\nMod rewriting? slash to subdomain possible?\tapache\nDoes Scala have a library method to wrap nullable return values in an Option?\tscala\nWrapping Current Category Text with Span in Wordpress\twordpress\nHow can hibernate access a private field ?\thibernate\nhow to execute haskell program in cygwin\thaskell\nBest Spring/Hibernate configuration for never changing tables\tspring\nSpring AOP Pointcut syntax for AND, OR and NOT\tspring\nTransactionTimeout with Oracle 11g\toracle\nSynchronizing Sharepoint and Active Directory Groups?\tsharepoint\nHow do I get a list of files that have been added to the SVN since a certain date?\tsvn\nTo use or not to use the user module\tdrupal\nCreating multiple forms in one jsp file. ModelAttributes have to always be set?\tspring\nVim style folding for CSS/javascript in Visual Studio\tvisual-studio\nDrupal 6 Hide Revision Information\tdrupal\nWCF service with Qt?\tqt\nDefault radio button not triggering an UpdateControl postback\tajax\nLinq returning list of anonymous types\tlinq\nHow to recreate an oracle 9i database from backup files (ora files)\toracle\nPattern matching against a tuple in the IO Monad in Haskell\thaskell\nCredit card processing between Magento & Oracle\tmagento\nMoving sharepoint installation to a different port / URL\tsharepoint\nHow can I edit a specific item on my website's front page on Magento\tmagento\nSignals dont get emitted\tqt\nCocoa webView - Disable all interaction\tcocoa\nIs it possible to call .NET code from Excel 2007?\texcel\nWhen using cvs2svn how can you rename symbols such that a branch and tag resolve to the same name?\tsvn\nHow do you create a Keynote-like interface in Cocoa and IB?\tosx\nWordpress Widget Redirect Page\twordpress\n\"Visual Studio Addin Development - How to resolve the \"\"The process cannot access the file\"\" problem after exiting visual studio?\"\tvisual-studio\nWord press - Changed directory and images do not appear\twordpress\nOn a Mac, within the shell, how can I tell that I have a GUI?\tosx\nHow do you set a directory to have persistent group permissions?\tbash\nHow to Count Duplicates in List and Sort by amount of Duplicates with LINQ\tlinq\nHQL Order by qurey giving problem\thibernate\nGet WordPress Post ID from Post title\twordpress\nHow to configure something like phpmyadmin in windows and linux?\tapache\nMatlab. Heart filter\tmatlab\nFunny plots in MATLAB\tmatlab\nOS X bash: dirname\tosx\nWhich CMS do I need? Needs to be easy to post a certain kind of post\twordpress\ntrying to find the comment hook I need for wordpress?\twordpress\nUnable to debug web service project in Visual Studio 2008\tvisual-studio\nWhat are the most valuable parts of Computer Science studies for Cocoa developers?\tcocoa\nLift and Eclipse RCP Integration\tscala\nLibrary for browser based outliner\tajax\nGetting Apache to execute command on every page view\tapache\nHow can I determine a first-time hit in Wordpress?\twordpress\nDelete all but the 4 newest directories\tbash\nShow Category Image with Link in Magento\tmagento\nwhy is Ajax.Autocompleter setting the style for the div container for the results to display:none ?\tajax\nHow to run processes piped with bash on multiple cores?\tbash\npipelines vs for\tbash\nSilently modifying nodes\tdrupal\nWhat good are right-associative methods in Scala?\tscala\nHow long do the magento session files need to be kept?\tmagento\nCustom cases of product in Magento?\tmagento\nImage gallery in wordpress\twordpress\nHow do I write StoredProcedure sub-classes to call Oracle functions?\tspring\nSql Query to Linq\tlinq\nsitemesh and spring MVC decorator pattern problems\tspring\nHow to pass HTTP AUTH values via prototype Ajax.Request()?\tajax\nDESCRIBE via database link?\toracle\nHow to get the name of the current git branch into a variable in a shell script?\tbash\nRun a method on all objects within a collection\tlinq\nMagento - Edit sidebar naviagtion on Customer's Account dashboard\tmagento\nHow to define accessor method for default constructor parameter?\tscala\nSuggestions for Fun Web Programming Projects at Home\tapache\nSpring beans redefinition in unit test environment\tspring\nHow composite function with arbitrary arity in Haskell?\thaskell\nHow to additionaly filter list of published nodes in Drupal 6\tdrupal\nHow to get Tomcat Working on WIndows 7?\tapache\nuser group gets page access\tmagento\nFeeding a SharePoint Document Library Documents Stored on a Network Share\tsharepoint\nWordpress Lightbox Gallery by post\twordpress\nOptimizing an ORM-based model post-launch\thibernate\nAdd header in apache\tapache\nlink error when using boost library on MacOSX\tosx\nHow do I use an NSFormatter subclass with an NSPopUpButton\tcocoa\nWhat is the quickest way to query a database with LINQ?\tlinq\nScala: How can I implement a clone method on a superclass, and use it in a subclass?\tscala\nHaskell type families and dummy arguments\thaskell\nParsing xls with groups\texcel\nLinq Extension methods vs Linq syntax\tlinq\nQT Eclipse Integration - Adding External Libs\tqt\nExcel hangs when printing the first time from ASP.NET webservice\texcel\nFailed to get separate instances of a class under mod_python\tapache\nHow to define a cyclic type definition?\tscala\nAuto Refresh Wordpress Post Div\twordpress\nHaskell - how to generate permutations\thaskell\nAccessing List Images\tsharepoint\nQt widget update later but when?\tqt\nSharePoint and workflows\tsharepoint\nCan I unite matlab and autocad into one system\tmatlab\nOracle: Combine multiple results in a subquery into a single comma-separated value\toracle\nStop echoing ^C to terminal\tbash\nCGLIB proxy error after spring bean definition loading into XmlWebApplicationContext at runtime\tspring\nCompiling MatLab 2009b applications to Windows Executables\tmatlab\nConnect to SharePoint with WCF\tsharepoint\nMoving MOSS Shared Service Provider\tsharepoint\nPossible Wordpress URL rewriting issue\twordpress\nExplain Plan Cost vs Execution Time\toracle\nWriting a time function in Haskell\thaskell\nnswindowcontroller\tcocoa\nMatlab - Find  point of intersection between two vectors\tmatlab\nDrupal 6 devel module dd() function not writing to drupal_debug.txt file\tdrupal\nRunning a Javascript command from Matlab to fetch a PDF file\tmatlab\nScala Enumeration and readResolve\tscala\nOracle compile view sql\toracle\nBlog wordpress-moveble type\twordpress\nHaskell Parse Paragraph and em element with Parsec\thaskell\nORM for ASP.net, ORACLE, looking for a solution.\toracle\nDB backup problem with Spring/Hibernate GenerationType.AUTO\tspring\nMigrating to Team System from SVN & Cruise Control.NET and back\tsvn\nGetting data back AND $POSTing data using jQuery.Ajax\tajax\nScala 2D Animation library\tscala\nHibernate Immutable Value Object\thibernate\nCreating CGImageContext for resizing UIImage fails in simulator\tcocoa\nAre all Haskell functors endofunctors?\thaskell\nHaskell: Dealing With Types And Exceptions\thaskell\nhow to add content to the right structural block in magento\tmagento\ngeneration of designer file failed\tvisual-studio\nExcel 2003 data input and transfer it to another field which scrolls upwards to keep the last input and previous inputs\texcel\nCore data, NSArrayContainer Arraycontent of many arrays\tcocoa\nWhat is the correct excel formula?\texcel\nHow to make document tabs in Visual Studio 2008 appear in left-to-right order, just as it was in earlier VS?\tvisual-studio\nexersise in haskell\thaskell\nWhy is in Qt child objects are allocated in Heap?\tqt\nhow can I find the parameters of matrix-equation in matlab?\tmatlab\nproblems with Haskell's Number Types\thaskell\nWhat is tab #13119 on  my VS 2008 toolbox?\tvisual-studio\nQT creator/qt embedded widget demo problem\tqt\nBest type of Visual Studio project for a simple collection of files?\tvisual-studio\nHow to get rid validation warnings\tvisual-studio\nMac Pro 64-bit addressing kernel\tosx\nImplementing result paging in hibernate\thibernate\nWhy doesn't intellisense show the appropriate methods according to what I am passing in?\tvisual-studio\nHow can i have two concurrent web apps running on VS2008/VSS8.0/ASP.NET/IIS for a trunk and branch version?\tvisual-studio\nSpring - Have multiple submit buttons in a form and determine which was pressed in a controller\tspring\nMaking sure a Spring Bean is properly initialised\tspring\nScriptaculous autocompleter problem\tajax\ncan abybody explain the structure of apache server.......\tapache\nIn Visual Studio (2008), can I start up a website debug session as the web root?\tvisual-studio\nFiguring out which menu item was triggered in Qt\tqt\nHow do I decipher the Select method docs on MSDN?\tlinq\nHow to configure term on MacOSX with color\tosx\nSynchronize SourceSafe with SVN\tsvn\nHow do I remove file suffix and path portion of a path string in Bash?\tbash\n\"Drupal Webforms module - Form results say \"\"Array\"\" instead of form values\"\tdrupal\nmagento custom link and insertion of form data\tmagento\nSharePoint 2007 - How To Change Attachment Paperclip Image\tsharepoint\nOracle table change monitor\toracle\nHelp needed with F_NOCACHE in mac\tosx\nFilter collection by attribute Set\tmagento\nMatlab - having trouble with subarray\tmatlab\nVisual Studio 6 Processor Pack compatibility\tvisual-studio\nMaking A Menu Item Display A Window.\tcocoa\nHow to tell if an Excel Workbook is protected\texcel\nAccesing A NSArray.\tcocoa\nHow to permit update of a view's results in Oracle?\toracle\nhow to change default page for a site in Sharepoint using Team Definition?\tsharepoint\nIf you use https will your url params will be safe from sniffing?\tapache\nMutliplatform application: (Automated) Testing for Mac OSX howto?\tosx\nWhat is the SQL Server equivalent to Oracle's Virtual Private Database?\toracle\nSpring Security Logout\tspring\nQT sqlite deploy exe\tqt\nSafe to share a Subversion working copy between OS?\tsvn\nWhen to use .First and when to use .FirstOrDefault with LINQ?\tlinq\nWhy is Matlab's inv slow and inaccurate ?\tmatlab\nMulti-part clothing store in Magento.\tmagento\nWhat is the rationale behind having companion objects in Scala?\tscala\nIs there a tool that can display a SVN repository visually ( i.e. pretty charts )?\tsvn\nLINQ to SQL and Data Projection, MVC\tlinq\nGenerate value for a property in hibernate\thibernate\n\"Why would Visual Studio/CLR produce a \"\"bad\"\" executable?\"\tvisual-studio\nWordPress 404 Errors\twordpress\nGenerate information based on content in RoR, any ideas on that??\tajax\nHow to use ajax with jquery on perl\tajax\nFunctional proofs (Haskell)\thaskell\nWhy would a database trigger be invalid in an oracle DB?\toracle\nHibernate HQL with interfaces\thibernate\nEquivalent of python eval in Haskell\thaskell\nQt QFileDialog QSizePolicy of sidebar\tqt\nObject Model Permission\tsharepoint\nHow does transaction propagation work when using Open Session In View?\tspring\nIdentifiers in a one to many relationship\toracle\nmod_rewrite: setting GET depending on HTTP_HOST\tapache\nMagento Community Edition Capability Questions\tmagento\n\"Can I create \"\"Solution\"\" level items in a Visual Studio Project Template?\"\tvisual-studio\nOracle SQL Expert Certification 1Z0-047\toracle\nScala 2.8 return type for tuple-functions\tscala\nHow do I create a filter for Microsoft Excel?\texcel\nHow to share clipboard between tmux/vim and osx\tosx\nwordpress permalink post_type\twordpress\nScala: Parallel assignment of Tuples\tscala\nUnix commandline history substitution ^foo^bar (for multiple replacements)\tbash\nHow does Type Deduction work in Haskell?\thaskell\nMultiple magento stores on single domain.\tmagento\nEntityManager.merge inserts duplicate entities\thibernate\nmatlab in C C++ and  C C++ in matlab\tmatlab\nApache Rewrite Override Mime and Proxy Request?\tapache\nUnit testing Scala\tscala\nHow do I tell VS 2008 to stop putting byte-order marks in front of my files?\tvisual-studio\nConvert Dataset to IQueryable<T> or IEnumerable<T>\tlinq\nloop through two variable in Haskell\thaskell\nHow to run svn-populate-node-origins-index on Windows\tsvn\nRemove slash from the end of a variable\tbash\nGet multiple values through an AJAX query\tajax\nSVN recursive delete\tsvn\nBug in HYPERLINK() in Excel 2003 SpreadsheetML implementation\texcel\nSQL SELECT: combining and grouping data between three tables using subqueries\toracle\nHaskell: generic IORef, MVar?\thaskell\nChanging font for member variables in Visual Studio\tvisual-studio\nUnknonwn Format: JPG - ruby on rails-  OS X\tosx\nAjax upatepanel on user control, parent's inline style not rendered by IE\tajax\nApache mod_rewrite a subdomain to a subfolder (via internal redirect)\tapache\nRequirements for connecting to Oracle with JDBC?\toracle\nManaged Source Control Hosting and Continuous Integration with CVSDude and CruiseControl.net\tsvn\nmany-to-many JPA mapping inserting but not fething the child collections\thibernate\nGetting rid of the focus rect on an NSCell. Only shows up when right clicking.\tcocoa\ninstall haskell cabal w/o manual dependency resolution\thaskell\nMagento ACL configuration\tmagento\nRefreshing a Table Column via Ajax\tajax\nThis is asking a lot, I know, but: Help me translate this Glossary plugin for WP\twordpress\nIs there a way to encode a URL in velocity template\tapache\nWordpress blog + Google AdSense\twordpress\nLanguage/framework to write Excel spreadsheets, webbased\texcel\nHibernate/Spring application - export to CSV\thibernate\nQt best choice for animation on embedded\tqt\nQT how to use std::string in a QLineEdit\tqt\nHow to tell Wordpress category page to call specific sidebar\twordpress\nMagento - removing wishlist link in 1.4.2?\tmagento\nHow do I use a parameter in an Excel external data request?\texcel\nBAsh Script -- logname validation\tbash\nStarting Apache service with a variable that can be later accessed via PHP?\tapache\nHow do I consolidate entries from multiple employee blogs into a single RSS feed\tsharepoint\nWordpress Data Storage Efficiency\twordpress\nIs it possible to use a database link between an oracle database and a postgresql database on different physical servers\toracle\ninclude externals in subversion diff\tsvn\nHow do I set a friendly name for SharePoint custom property enums?\tsharepoint\n\"how to  find and clean wordpress from script/s that changes your blog posts titles on Google and yahoo with embarrassing \"\"Vigra  text\"\"?\"\twordpress\nOS X: creating or extracting preview(.jpg,.png) of .eps file\tosx\nApache mod_rewrite only if request does not start with '/THEMES/'\tapache\nstore data in a list definition sharepoint\tsharepoint\nSharepoint solution packaging: how do I get a custom icon for my features?\tsharepoint\nMoving SharePoint (MOSS 2007) Sites\tsharepoint\noracle varchar to number\toracle\n\"Moss 2007 SSP Error \"\"Search application '{0}' is not ready.\"\"\"\tsharepoint\nOracle recommendations for high volume writes and low volume read.\toracle\nUser Privileges\toracle\ndisplay an image pulled from sharepoint using xslt\tsharepoint\nIssue with serializing Hibernate objects using XStream\thibernate\nApache URL Rewriting with N Arguments\tapache\nAlways get exception when trying to Fill data to DataTable\toracle\nExport from Excel to text file without line breaks\texcel\nrefactoring the OrderBy expression\tlinq\n\"CoreLocation for OS X using iFrame Google Maps can't select \"\"Map, Satellite, Terrain\"\" as default\"\tosx\nBreak Polyhedron into Tetrahedron\tmatlab\nJava SortedMap to Scala TreeMap\tscala\nAJAX wont POST to URL\tajax\nHaskell record syntax and type classes\thaskell\nEasy Way to Find Images Used in a Wordpress Post?\twordpress\nSharepoint: SQL to find all documents created/edited by a user\tsharepoint\ngrouping items in a view\tdrupal\nHow to choose and optimize oracle indexes ?\toracle\nCan Multiple Indexes Work Together?\toracle\nis there an argument to know you're on a views list page?\tdrupal\nExcel: Cannot Delete Pesky Drop Down from Sheet\texcel\nUploading Imaghes via the Magento SOAP api\tmagento\nRegistering an event handler for a single list\tsharepoint\nIs it possible to load an object, it transient state from the get go?\thibernate\nHow to bind IP address to a Spring 3 @ModelAttribute?\tspring\nWorkarounds to avoid trying to conditionally protect cells in a shared workbook\texcel\nHibernate, save the previous state of an object\thibernate\nhowto create an Ajax Popup Form and submit the form\tajax\nMagento - How to replace 'Home' in the breadcrumb?\tmagento\nHow can I display an error message in matlab?\tmatlab\nAJAX and how to best deal with it server side in PHP\tajax\nhow do i create a map with a type parameter of class\tscala\nApache CGI redirect to absolute URI doesn't work\tapache\nCan't see Methods, etc. in Visual Studio 2008 C# Code\tvisual-studio\nUnable to scp from my server to my computer\tbash\nPCRE format to QRegexp format\tqt\nRewriting query string using mod_rewrite\tapache\nSlow selection in QTreeView, why?\tqt\nHow to write a SQL Loader control file to load data into multiple tables\toracle\nWhat is the best way to make files live using subversion on a production server?\tsvn\n\"What causes \"\"Invalid advise flags\"\" run-time error in Excel VBA?\"\texcel\nUsing random folder name on web server to restrict access to it - bad idea?\tapache\nmatlab - creating a single dimensional array from two dimensional parts\tmatlab\nPrefix form of unary operator in Haskell\thaskell\nApplet lifecycle in Mac OS X\tosx\nPretty Print Excel Formulas?\texcel\nClose all files in visual studio on exit\tvisual-studio\nMagento product listing using ajax\tmagento\nNeed VB to make Excel calculate a sheet or range in realtime and in the background\texcel\nmagento - add links to footer but not to top navigational menu\tmagento\nHow to migrate a 3rd party web part from SharePoint 2 (2003) to SharePoint 3 (2007)\tsharepoint\nGenerics and Constrained Polymorphism versus Subtyping\tscala\nhow to get such results using excel formula\texcel\nAre random numbers in Haskell strict?  Why does this program get a stack overflow?\thaskell\nbackporting NSWindowDelegates windowDidEndLiveResize behaviour in OSX 10.5?\tosx\nHow to terminate a running process in matlab ?\tmatlab\nHow do I map a nested collection, Map<Key,List<Values>>, with hibernate JPA annotations?\thibernate\nMoving to Subversion from SourceSafe\tsvn\nFind the differences between 2 excel worksheets?\texcel\nIterating unregistered add-ins (.xla) in Excel 2003\texcel\nproblem with Search module in drupal\tdrupal\nIdentifier for win64 configuration in Qmake\tqt\nHow can I send a HTML email from Cocoa?\tcocoa\nCustom Build Numbering in Visual Studio\tvisual-studio\nOpen dot-file with dialogue in OSX\tosx\nIn Visual Studio (2008) is there a way to have a custom dependent file on another custom file?\tvisual-studio\nHow to get variable value of applescript in cocoa ?\tosx\nalternative to update_option() in wp-admin\twordpress\nHaskel Hello world, exclipse IDE\thaskell\nShould I add compiled DLLs to my subversion repository?\tsvn\nsvn import adds and commits a dir,but dir cant be browsed..\tsvn\nGetting Cabal to work with GHC 6.12.1\thaskell\nWordpress redirect on password to certain page\twordpress\nProgramatically logging to the Sharepoint ULS\tsharepoint\ngenerate excel sheet from a excel template in asp.net using vb.net\texcel\nHow is skill building for Sharepoint different from ASP.NET?\tsharepoint\nCan this be done by sed?\tbash\nBash shell function error : command not found\tbash\nEntityManager merge/persist problem\tspring\nhow does the osx finder recognize a png file?\tosx\nQt QIcon to load SVG files?\tqt\nQt signals and slots - are they intended for GUI only or for entire app architecture?\tqt\nperl JOIN-like behavior in Oracle?\toracle\nWhat is the reason for NSFileManager's inconsistent use of NSURL?\tcocoa\nThousands of instances of index.php opening at the same time\twordpress\nCreate an URI for an application\tcocoa\nHibernate HQL query - complicated\thibernate\nhow to integration test a DAO built with spring + iBatis\tspring\nHow do I get ALL posts in a category with Wordpress?\twordpress\nMigrating MOSS 2007 from SQL 2000 to SQL 2005\tsharepoint\nhibernate:  foreign key is primate key\thibernate\nSharePoint searching external database\tsharepoint\nImplicit parameter in Scalaz\tscala\nstart php, apache?\tapache\nWordpress: Editing pages with another editor.\twordpress\nUpdating multiple DIVs via AJAX is inconsistent\tajax\nUNDOTBS Tablespace is Full what now?\toracle\nSending SVN commits to an RSS feed\tsvn\nSharepoint: How to find out whether an realtive URL is available or already used by a site\tsharepoint\nApache Perl http headers problem\tapache\nException thrown in a referenced .dll how do I debug?\tajax\nDrupal: cck taxonomy field with depth filtering\tdrupal\nI want to create blog posts to drupal by sending messages through Outlook. Ideas??\tdrupal\nHow do I learn to use SVN effectively?\tsvn\nHow do I add per item personalisation options to the cart page of Magento?\tmagento\nApache Django Mod_Wsgi Sessions Development Enviroment\tapache\nWhy am I getting this error, when it cannot be true?\tcocoa\nWhat's the fuss about Haskell?\thaskell\nHow do you configure Apache on Windows for SSL?\tapache\nLearning Haskell: String manipulation question\thaskell\nmaking graphs with a shell script\tbash\nProblems with LINQ\tlinq\nScala inconsistant type signatures: Range.toList and Range.toArray\tscala\nArray Formulas in Conditional Formatting of Excel XML Spreadsheet files?\texcel\nSimpleJdbcTestUtils.executeScript and multilines script\tspring\nCan I change the warning setings for Web Sites in visual studio?\tvisual-studio\nHow can I increase the key repeat rate beyond the OS's limit?\tosx\nHow to get the desktop resolution in Mac via Python?\tosx\nHow do I list all files in a subdirectory in scala?\tscala\nMagento - Email Shipment = Default\tmagento\nIs there a way to install gcc in OSX without installing Xcode?\tosx\nCompressing HTTP request with LWP, Apache, and mod_deflate\tapache\nVisual Studio hangs on build\tvisual-studio\nHow to use Oracle jdbc driver fixedString property?\toracle\nAJAX - when user leaves page - good or bad practice/implementation?\tajax\nTable Cell renderer using Nimbus and Scala\tscala\nan axis is not showing up in Matlab\tmatlab\ngetting variable values into a text string | MATLAB\tmatlab\nApache and the c10k.\tapache\nScaling Drupal\tdrupal\nHow do I convert NSString to NSData?\tcocoa\nHow does sharepoint recognize a file type?\tsharepoint\nHow safe is it to send a plain text password using AJAX?\tajax\nHibernate: bad performance when removing element from many-to-many relation.\thibernate\nWAS 6.1, Hibernate, Spring and transaction managmement configuration\thibernate\nWhy do associated collections contain null values? (Hibernate, Annotation, Spring)\thibernate\nQt auto software version?\tqt\nNeed Help with Magento Mini-Search\tmagento\nDetect matlab processes from within matlab\tmatlab\ninstallation HDBC-SQlite3 Haskell\thaskell\nExcel DateAdd not working properly ?\texcel\nAJAX page + SQL query behaving vaguely ?!\tajax\nLua compiled scripts on Mac OS X - Intel vs PPC\tosx\nSystem.Net.WebClient request gets 403 Forbidden but browsers do not with Apache servers\tapache\nWhere is the best place to put a DB query in drupal?\tdrupal\nOut to merge a collection of collections in Linq\tlinq\nWhat is your workflow for creating websites based on WordPress?\twordpress\nDrupal: include small form in page.tpl.php\tdrupal\nCreate a Mac Application Installer and Passing Arguments on Launch\tosx\nWorkarounds for unresolved hibernate bug when embedded collections contain collections?\thibernate\n\"How to \"\"white label\"\" spring beans\"\tspring\nSorting objects based on Double values?\tscala\n\"stackoverflow \"\"Related Questions\"\"\"\tajax\nDrupal - Set default value in hook_form_alter?\tdrupal\nJSR-303 dependency injection and Hibernate\tspring\nWhat are some good resources on integrating web apps with SharePoint?\tsharepoint\nWhat does a pipe in a class definition mean?\thaskell\nDetermining the port a Visual Studio Web App runs on\tvisual-studio\n404 Problem Running Visual Studio ASP.NET Unit Test\tvisual-studio\nDRUPAL: tags for CCK fields ?\tdrupal\nWhy I can't use .CopyToDataTable in LINQ query?\tlinq\n\"Visual Studio Hosting Process and \"\"The operation could not be completed\"\"\"\tvisual-studio\nHow to instantiate an instance of type represented by type parameter in Scala\tscala\nQt, set background images loaded from disk\tqt\nLimit Ammount Of Widgets In Wordpress\twordpress\nCan MacOS be run in a VMWare type environment?\tosx\nInterpolating 1D Gaussian into 2D Gaussian\tmatlab\nHow can I overide a local module in Magento?\tmagento\nUnderstanding Drupal core?\tdrupal\nInternet Explorer 7 Ajax links only load once\tajax\nMagento Store - Remove Block using Update XML\tmagento\nLeft outer join fetch doesn't fill map collection properly (HQL)\thibernate\napache plgin for NTLM for Getting  log in user name.\tapache\nProblem connecting to SVN repository\tsvn\nGetting QMake to generate a proper .app\tqt\nBuild won't copy System.Drawing to output folder.\tvisual-studio\nCustom Spring sterotype annotation with scope of prototype?\tspring\nindexing magento\tmagento\nOrdering Wordpress posts by most recent comment\twordpress\nPlease recommand some book on Oracle and Apex\toracle\nCross Platform C library for GUI Apps?\tqt\n\"How does the \"\"specs\"\" BDD framework for Scala work?\"\tscala\n\"How to get this bash script to work if the \"\"fileName\"\" contains space?\"\tbash\nN-queens in Haskell without list traversal\thaskell\nHow do I create a Spring 3 + Tiles 2 webapp using REST-ful URLs?\tspring\nQt: How to set QMenu to align to the right of a toolbar?\tqt\nServer side MVC +Client side MVC\tspring\nIs there an equivelant to spring's ContextLoader for a non-webapp\tspring\nQuartz display services replacement for deprecated functions?\tosx\nSSRS Report from Oracle DB - Use stored procedure\toracle\nChanging Design For All Module Pages In Magento\tmagento\nLINQ Except operator and object equality\tlinq\nHibernate: Foreign key has the wrong number of columns\thibernate\nCreate a tag upon every build of the application?\tsvn\nShould I consider LINQ to Entities?\tlinq\nHow can I customize the syntax highlighting in Visual Studio 2005?\tvisual-studio\nMatlab strcat function troubles with spaces\tmatlab\nAccessing SPWorkflowStatus from an SPListItem\tsharepoint\nGenerating javadoc for project involving scala modules\tscala\nDrop into interpreter during arbitrary scala code location\tscala\nExcel problem with deleting CustomProperty in Korean\texcel\nHow to unit-test a file writing method with Visual Studio's built-in automated tests?\tvisual-studio\nHow to play a mp3 file from within the Ressources folder of my application ?\tcocoa\nBash loop - tokenize on lines rather than words\tbash\nHow to access a matrix in a matlab struct's field from a mex function?\tmatlab\nHelp with OSSpinLock* usage to replace a while(true) {sleep(1);}\tosx\nApache Alias problem, Snow Leopard\tapache\nHow much overhead does 'Update Check' have for LINQ UPDATES\tlinq\nautoconf using sh, I need SHELL=BASH, how do I force autoconf to use bash?\tbash\nWordpress Widget auto activate\twordpress\nHow to get Excel Integration in TFS to remember formatting?\texcel\nJava/JAXB error in Matlab when using unmarshal function\tmatlab\nCenter block element in element\twordpress\nAuto-redirect requests from /dirname to /dirname/\tapache\nhibernate cascade deletion  example\thibernate\nodp.net tracing\toracle\nWhy must recursion be in a separate file in hugs?\thaskell\nHow to fix a misconfiguration with Phusion Passenger and a VirtualHost directive?\tapache\nJava <-> Scala interop: transparent List and Map conversion\tscala\nCombining Structures\tmatlab\nHow to add a Hibernate property that's really a query\thibernate\nVS2008 setup project installing extra dependency files\tvisual-studio\nReattaching to an orphan process in QT\tqt\nDrupal - How can I use CCK to keep a local node copy of Aggregator items?\tdrupal\nMagento discount coupan code created on fly but not working properly.\tmagento\nExample of how to parse exiftool JSON output in Haskell\thaskell\nBazaar (bzr) integration with Visual Studio\tvisual-studio\nHow do I use underscore in a wordpress permalink\twordpress\nIs there a built-in Haskell equivalent for C++'s std::bind2nd?\thaskell\nBattery status in OSX?\tosx\nMagento - Buy X Get Y Free - Realistically, Buy one get one free BOGOF\tmagento\n\"magento \"\"gender\"\" default option need change\"\tmagento\nHow to designate a thread pool for actors\tscala\nWhat would this sql query (w count and group by) look like when translated to linq?\tlinq\n\"Using linux \"\"cut\"\" with stdin\"\tbash\nImport files directly to SVN repo without checking out first\tbash\nhow to write a pl/sql code block that prints out contents of cursor that is out parameter from stored proc\toracle\nHow to reuse existing connection in Open Session In view pattern implementation of Hibernate?\thibernate\nWait for getJSON response\tajax\nCan a WordPress blog pull content from Django pages?\twordpress\n\"\"\"Arrays\"\" in Scala\"\tscala\nI need to develop a project involving hardware which should also work the same on Windows as well as Macs. Whats the way forward?\tosx\nFastest way to insert replacement characters in Visual Studio\tvisual-studio\nWhen is @uncheckedVariance needed in Scala, and why is it used in GenericTraversableTemplate?\tscala\nCountdown Timer in Cocoa\tcocoa\nThe || (or) Operator in Linq with C#\tlinq\nIn Cocoa/Interface Builder, how to clear text in textfield after button click\tcocoa\nIs it possible to disable command input in the toolbar search box?\tvisual-studio\nUsing .htaccess and mod_rewrite in a directory (not root)\tapache\nHTML Form/Database query\tajax\nSaving QList<T> to a file?\tqt\nStart the H2 database in server mode via Spring\tspring\nTransactionScope, linq and strange transaction manager issue (HRESULT: 0x8004D024)\tlinq\nLinq to sql truncating string returned by Stored Procedure\tlinq\nWhat to keep in mind when making Wordpress themes\twordpress\nDisplay a menu with categories, sub-categories and products - Magento\tmagento\nUsing an Alias in a WHERE clause\toracle\nShell scripting: die on any error\tbash\nHow to get a custom object out of a generic List with LINQ?\tlinq\nDrupal OG Views: cannot create view of all groups of which I am *not* currently a member\tdrupal\nWhere to place a query to show only one post in Wordpress\twordpress\nQt: How to show icon when item selected\tqt\nHaskell library like SymPy?\thaskell\nDetermine if a directory is a bundle or package in the Mac OS X terminal?\tosx\nWhat is the best way to make a QTableView's cells have up and down button pushed states in Qt?\tqt\nChanging target table for Hibernate mapping\thibernate\nNeed help adding files to a subversion repository.\tsvn\nVS2010 Extensibility - how different is it?\tvisual-studio\nSolving drupal database entry dependancy problem?\tdrupal\nTrying to put an exception to RewriteRule in .htaccess\tapache\nMac Web Sharing Subdomains\tosx\nAsigning specific menu administration rights for roles in drupal\tdrupal\nRails: submit (via AJAX) when drop-down option clicked\tajax\nhtaccess redirect problem\tapache\nCan you return an assignable lvalue in Scala?\tscala\nXMLHttpRequest vs Socket vs ?\tajax\nSource install Apache 2.2.13 + PHP 5.3 + Snow Leopard\tapache\nHaskell, list of natural number\thaskell\nlocalhost working 127.0.0.1 broken in Safari\tosx\nSharePoint 2007 - Get Central Admin URL ID (guid)\tsharepoint\nHow do I restore Apache and PHP to Leopard defaults?\tapache\ngo back to last state ajax pages?\tajax\nMigrating from other Content Management Systems to SharePoint\tsharepoint\nRefactor to replace AjaxControlToolkit or RadAjaxManager\tajax\nhibernate - component mapping vs custom value type\thibernate\nHaskell: convert unicode integer to actual unicode character\thaskell\nStack overflow in OCaml and F# but not in Haskell\thaskell\nFind string in httpxml.responseText\tajax\nHow do you flip the coordinate system of an NSView?\tcocoa\nUpgrade hibernate-annotations and hibernate-validator\thibernate\nWordpress filter to modify final html output\twordpress\nCan't Run Netbeans after changing Java to 1.6 on mac\tosx\nHow do we count rows using Hibernate?\thibernate\nAjax Popup alert\tajax\nNewbie QT question about connect\tqt\nCocoa MAC - problem with this code using NSBundle\tosx\nQT Background Color\tqt\nProblem with sorting on child object in Hibernate when order-by is present in .hbm files ?\thibernate\nDrupal registration to create the new user account also in a 3rd-party system\tdrupal\nHow can I query two databases and combine the results using LINQ?\tlinq\nMicrosoft Sharepoint\tsharepoint\nWhat Spring exactly is for?\tspring\nChange the customer password field Magento\tmagento\nOperate on values within structurally similar types in Haskell\thaskell\nTheming the default search results page in Drupal\tdrupal\nCan I transform this asynchronous java network API into a monadic representation (or something else idiomatic)?\tscala\nWhat does the remote-actor framework do if trying to write to a client which is no longer there?\tscala\nSVN - merge one branch into another?\tsvn\nQt: Expand ~ to home-directory\tqt\ndrupal taxonomy term path to return alias\tdrupal\nAdding mini-login box in Magento\tmagento\nWhy is flatten declared on GenericTraversableTemplate?\tscala\nHaskell - Parsec Parsing <p> element\thaskell\nWordpress Post order\twordpress\nSpring Security basics\tspring\nNot Ajax-related controls in AjaxControlToolkit?\tajax\nErrors creating WebPart subclass in another assembly\tsharepoint\nSwitch from file contents to STDIN in piped command? (Linux Shell)\tbash\nHow do I build a Linq Expression Tree that does this?\tlinq\nsecure Oracle connection from java applet\toracle\nTSVNCache.exe is heating up my Mac\tsvn\nVS2005: Assembly '<assembly>' is incorrectly specified as a file.\tvisual-studio\nHow to zip multiple lists in Haskell?\thaskell\nApache on WIndows - growing VM Size of httpd.exe\tapache\nhibernate - delete hql in eclipse hibernate tool\thibernate\nSVN plugins for Eclipse - Subclipse vs. Subversive\tsvn\nmspdbsrv.exe living forever?\tvisual-studio\n\"How to call portions of Magento into an external CMS, such as \"\"item's in cart\"\" or a \"\"login form\"\" in 1.4.\"\tmagento\nSorting a list using Lambda/Linq to objects\tlinq\nOracle Connection and nls_lang\toracle\n\"Script puzzle <script src=\"\"ajaxpage.php?emp_id=23\"\" /> ?\"\tajax\nNeural network XOR backpropagation info needed.\tmatlab\nMagento - Use Short description for Google base description\tmagento\nScala array initialization\tscala\nShow camera inputs at different axes - MATLAB\tmatlab\n\"Is it recommended to always have exhaustive pattern matches in Haskell, even for \"\"impossible\"\" cases?\"\thaskell\nRead Anonymous Type from DataItem\tlinq\nReplace chars in file by index\tbash\nCreate Multiple 'Posts' lists in one SharePoint Web.\tsharepoint\nx84_64 compatibility with 10.5.8\tosx\nCan't seem to use bash -c option with arguments after the -c option string\tbash\nHow do I embed a File Version in an MSI file with Visual Studio?\tvisual-studio\nWhat does IAlertNotifyHandler's OnNotification() return value do?\tsharepoint\nPython to MATLAB: exporting list of strings using scipy.io\tmatlab\nSharePoint and deployment of global.asax code\tsharepoint\nMatlab Polymorphism question\tmatlab\nStoring Array of Floats as a BLOB in Oracle\toracle\ndrupal, rules, flag, date\tdrupal\najax library that populates multiple fields\tajax\nSwarmCache Hiberanate configuration\thibernate\nupdate progress and it shows image while data is pulled from Database.  but need  to  block the  screen\tajax\nScala difference between object and class\tscala\nASP.NET JavaScript Callbacks Without Full PostBacks?\tajax\nVisual Studio 2005 ERROR: An error occurred generating a bootstrapper: Invalid syntax.\tvisual-studio\nClose client connection preaturely with apache/mod_perl\tapache\nWhile using Linq sum rounds up the values. How to avoide that?\tlinq\nAutomatically execute an excel macro on a cell changed by a real-time add-in\texcel\nManyToMany in Hibernate without composite keys\thibernate\nWhen does selectedCell change?\tcocoa\nDisplaying static information in a Wordpress blog\twordpress\nWhich delegate method I should use When I cliked on a textfield?\tcocoa\nParse DS_Store w/ PHP\tosx\ninnerHTML size limit\tajax\nIs  SVNAutoversioning directive in apache subversion imporant?\tapache\nForcing Reading of a Text Field Before Dismissing Modal Dialog in Cocoa\tcocoa\nWhy does the empty string not match as Seq.empty?\tscala\nPattern matching for lambda expressions\thaskell\nNaming convention of im2bw in MATLAB\tmatlab\nSharepoint workflows does not start\tsharepoint\nstereo in QT using Open GL\tqt\nIn Magento, how can I organize products from different categories under a parent entity which in turn has it's own attributes?\tmagento\nHow can I enable auto-updates in a Qt cross-platform app?\tqt\nC# Linq Group By issue, probably really easy!\tlinq\nCommenting in BASH script\tbash\nObjective-C Asynchronous Web Request with Cookies\tosx\nBrowser continues 'loading' after ajax request finishes.\tajax\nQT MySql connectivity using Windows XP, Qt Creator 4.5.2(windows 32 bit)\tqt\nHow do you combine filter conditions\thaskell\nCannot integrate custom widgets dll into Qt designer\tqt\nHow to automatically expand all children of an nsoutlineview in cocoa?\tcocoa\nregular expression in haskell\thaskell\nMagento - change address to which confirmation is sent after newsletter subscription\tmagento\nTop ten ordering in Excel based on complex team rules\texcel\nSVN workflow, LAMP\tsvn\nMagento 1.4 paypal bug\tmagento\nDrupal: updating with Drush doesn't change update status\tdrupal\nOracle 10 optimizer from RULE to COST: why?\toracle\nSpring Map a file to a Url / URI\tspring\nHibernate Auto Increment ID\thibernate\nCan NSAlert Be Used to Create a Floating Window?\tcocoa\nAlready have MSDN with Team System Test edition, how do I....\tvisual-studio\nHibernate HQL query by using like operator\thibernate\nConfigure Apache to use different Unix User Accounts (www-data) per Site.\tapache\nMatlab - plot multiple data sets on a scatter plot\tmatlab\nHow to get the token type from a CFStringTokenizer in Cocoa?\tcocoa\nShould I add the Visual Studio .suo and .user files to source control\tvisual-studio\nHow do I determine if the item is selected or not in the paint() function of QItemDelegate?\tqt\nLINQ to Entity Duplicate Record Issue\tlinq\ndrupal multiple node forms on one page\tdrupal\nModificate content profile form to show checkboxes in the matrix\tdrupal\nHow to cut some text from string in bash?\tbash\nScala: how can I sort an array of tuples by their second element?\tscala\nAjax.Actionlink, how to get the form data to the controller action\tajax\nTOAD vs AquaFold - Connecting to Oracle\toracle\nSpring using JNDI with Tomcat... why do I need a META-INF/context.xml in my project\tspring\nHow do you clear your MRU list in Visual Studio?\tvisual-studio\nProper way to import things already defined in the Prelude in Haskell\thaskell\nload the result of an egrep inside a editor (vim/emacs/gedit)\tbash\nWordPress sub domain htacess problem\twordpress\nRead a specific Element Value based on a specific Attribute in Linq?\tlinq\nHow can I hook up to Excel events in Javascript\texcel\nWhat is the difference between putting @Autowired to a variable and a method ?\tspring\nAdsense in a AJAX heavy webapp\tajax\nHow update oracle heterogeneous services metadata?\toracle\nWordpress Post # of #\twordpress\nGet current working directory name in Bash Script\tbash\nSet parent's status bar text?\tqt\nWP-Contact Form 7 -- PHP Question\twordpress\nUsers not showing up in Sharepoint Audiences\tsharepoint\nHandling properties in Scala\tscala\nHow to create new theme in drupal 7\tdrupal\nHow do I configure Spring Security 2 database authentication with Hibernate 3 Annotated Classes?\tspring\nmagento onepage checkout problem\tmagento\nWordpress Rewrite Redirect Failure\tapache\nLinq To SQL caching VS multi-user application.\tlinq\nScala 2.8 - Potential problem with named arguments\tscala\nWhy would a Database developer use LINQ\tlinq\nTreePlot String Labeling MATLAB\tmatlab\nWhat does it mean when AuthorizationExecuteWithPrivileges() returns -1?\tosx\nIs there a Drupal module for Forms with powerful CRUD style behaviour?\tdrupal\nSplit a collection into n parts with LINQ?\tlinq\nhibernate ehcache only finding 1 element of a collection\thibernate\nOpen a terminal window to a specified folder from a Cocoa app.\tcocoa\nHow to apply moving windows to a 2D matrix in MATLAB?\tmatlab\nMix HQL and SQL in the same query\thibernate\nhow to populate dropdown with dynamic date based on 2 other dropdown boxes\tajax\nExcel dynamic tables like functionality in web application\texcel\n\"How to put Apache website to 503 \"\"temporary down\"\"?\"\tapache\nWhere is the 'Autos' view in msdev 2005 ?\tvisual-studio\nLINQ with Subquery/Group By/Join\tlinq\nIs there a convention for naming 'private functions' in bash?\tbash\nRedirecting audio output\tosx\nOn OS X, seperating a GUI into multiple NIB files and NSView subclasses\tcocoa\nHibernate MySQL transaction configuration issue\thibernate\nCocoa NSDocument: getting autosave to work\tcocoa\nManually select related table data when quering in LINQ to SQL\tlinq\nUnable to have TTY switch for Ctrl-Alt F1 and Alt-F1...F6 in Mac\tosx\nBash output as Applescript list problems.\tbash\nIIS equivalent of VirtualHost in Apache\tapache\nCustomizing Magento Sidebar\tmagento\nHow do I install nano-hmac on Mac OS X?\thaskell\nQt or Delphi... If you were to choose one over the other?\tqt\nimage uploading using MultiPart\tspring\nSVN (mod_dav) 403 FORBIDDEN OPTION request\tapache\nReference and filter data to other sheet in Excel\texcel\nDynamic mapping in hibernate?\thibernate\n\"Ajax Asynchronous in IE - Error \"\"The Data Necessary to Complete This Operation is Not Yet Available\"\"\"\tajax\nanother simple Haskell question\thaskell\nInheriting std::istream or equivalent\tqt\nEditing SQL query with Visual Studio 2008\tvisual-studio\nHow can I automate the process of deploying an InfoPath Form to SharePoint Server 2007?\tsharepoint\nLimit a double to two decimal places\tcocoa\nColor part of graph under a line in Matlab\tmatlab\nWhat are the steps to creating an 'executable bundle'\tcocoa\nHow to retrieve the first word of the output of a command in bash?\tbash\nWhat leads to a no suitable image found error on Mac OS X?\tcocoa\nMatlab Magical Mystery timing behavior\tmatlab\nsharing mysql conntection between php files\tajax\nFileSytemResources in Spring Framework\tspring\nHow to convert m-files to dlls?\tmatlab\nCan I use a wordpress theme in new php pages?\twordpress\nChoosing a desktop database\toracle\nWeird problem using custom fields\twordpress\nError creating bean with name 'sessionFactory'\tspring\nQTCreator's integrated form editor won't load custom widget plugins (Designer does)\tqt\nHow to make a hard to kill process in Mac/Linux?\tosx\nNSLog on Mac OSX/iPhone, usage of the '#' key?\tcocoa\nHow do I set a surf to one color (no gradient) in my matlab-plot?\tmatlab\nOn Cygwin, how do I install curl from hackage?\thaskell\nWhat is the algorithm to covert an Excel Column Letter into its Number?\texcel\nSwitch from SVN to GIT for C# developments?\tsvn\nLooking for an alternative matlab editor.\tmatlab\nPlotting in Matlab\tmatlab\nBash Script on a Mac creates a info popup\tbash\nHow to make file show when opening Visual Studio solution\tvisual-studio\nhow to deploy web.config modifications in a Sharepoint web application?\tsharepoint\nMagento and country codes for table rates\tmagento\nQTableView - what signal is send when user selects a row by clicking to it?\tqt\nFinding index of element in a list in Haskell\thaskell\nCocoa -/+ declarations\tcocoa\nIs there a way to return 404 Not Found for prohibited directory listings in Apache?\tapache\nLinq to object: ToList can not convert to gerneic list\tlinq\nchoosing rows form a file\tbash\nAny way to keep myself from accidentally building in the wrong Visual Studio configuration?\tvisual-studio\nmagento 1.4, why does a configurable product have a sku\tmagento\nCodeplex SVN $Author$ Property problem\tsvn\nGet a random row with LINQToSQL\tlinq\nLINQ to SQL: Concurrency resolution\tlinq\nDisplaying WebCam video with Qt\tqt\nDrupal: Views Grouping Issue\tdrupal\nLazy loading...\thibernate\nHibernate with Oracle JDBC issue\thibernate\nReplace MacPorts dependency with other package\tosx\nis it possible to migrate a single component from one svn repository to another while preserving history?\tsvn\nProblem with QSqlTableModel -- no automatic updates.\tqt\nSharePoint does not find my custom RenderingTemplate\tsharepoint\nDrupal: Access $profile from a block\tdrupal\nDoes Visual Studio have debug symbols available?\tvisual-studio\nScala foreach strange behaviour\tscala\nSet screen-title from shellscript\tbash\nHow to remove a cookie using mod_rewrite\tapache\nBuilding multiple targets in Qt / Qmake\tqt\nLinq Efficiency question - foreach vs aggregates\tlinq\nRA-AJAX download anywhere?\tajax\nTheme a CCK input form in Drupal 6\tdrupal\nEscape < and > in sed/bash\tbash\nCalendar + Events in Drupal 5\tdrupal\nMaking hibernate not include fields from joined tables in select clause\thibernate\nHow to perform spring validation  in multiaction controller?\tspring\nIs it possible to change &amp; to & in the results from a LINQ query?\tlinq\nWhich eclipse version to use on a Mac? (Carbon or Cocoa)\tosx\nSpring - How to load a new hierarchical context?\tspring\nExcel automation. Need to multiple items from a Range\texcel\nHow to put BIDS solutions under source control?\tvisual-studio\nHow do I do automatic data serialization of data objects in Haskell\thaskell\nApache/PHP closes connection after short time (12 secs)\tapache\nBest way to license Microsoft software as a very small developer\tvisual-studio\nMVC with SharePoint\tsharepoint\nAbstract class memory management in Cocoa\tcocoa\nHow do I get my fortran output into excel?\texcel\nPreserve ls colouring after grep'ing\tbash\nGarbage Collection Crash using NSImage\tcocoa\nIs it possible to specify an anonymous function's return type, in Scala?\tscala\nAjax: Building HTML vs injecting HTML\tajax\nParse the HTTP_COOKIES string from Apache for use in #if clause\tapache\nBash - Passing arguments by reference\tbash\nReturning Json data from Orchard Controller using Jquery Ajax\tajax\n\"Visual Studio 2008 \"\"randomly\"\" hangs on test run\"\tvisual-studio\nRevovering from Subversion corruption\tsvn\n\"How do I get the \"\"Measurement Units\"\" setting from OS X?\"\tosx\nDrupal CCK: how to output a node teaser with its fields?\tdrupal\nextending spring form tag library attributes\tspring\nEscaping out of the Find and Replace box in Visual Studio 2008\tvisual-studio\nUsing Magento with a simple one-product site\tmagento\nUsing hibernate criteria, is there a way to escape special characters?\thibernate\nHow to compare dates in LINQ?\tlinq\nHow to disable XML DTD validation in Oracle DB?\toracle\nThis seems awfully repetitious for Scala...\tscala\nNSTableView, multiple cells and bindings\tcocoa\nSpring 3 on GlassFish 2.1 java.lang.NoSuchFieldError: APPLICATION_CONTEXT_ID_PREFIX\tspring\nHow to discover number of cores on Mac OS X?\tosx\nCopy method fail due to memory\texcel\nImport Date Format mmddyyyy\toracle\nQt moc_ include file problem\tqt\nSharePoint web services: test if file exists\tsharepoint\nhow to find remaining nodes in following code which are not participating in making edges with each other?\tmatlab\nHow to implement a AJAX function in PHP ?\tajax\nBreaking a cell if it contains a newline character\texcel\nSpring Application Context Switch at Runtime\tspring\n\"Matlab \"\"out of memory\"\" error\"\tmatlab\nSpring Web Flow  Error MEssages\tspring\nProblems with the PHP script to generate the licenses in Aquatic Prime\tcocoa\nDrupal: module, cck or other\tdrupal\nHow to link Qt to and already existing MinGW installation?\tqt\ncall valang validator in MultiActionController ModelAndView method... possible? how?\tspring\nHow do I left join tables in unidirectional many-to-one in Hibernate?\thibernate\nIs there a way to conditionally run Visual Studio Post Build Steps\tvisual-studio\nHow do I connect to a remote svn server?\tsvn\nHibernate CollectionOfElements EAGER fetch duplicates elements\thibernate\nSharepoint Web Services Tutorial\tsharepoint\nHow to update QCompeter's model dynamically\tqt\nExcel VBA Macro: Check content (of clipboard?) before pasting\texcel\nSharePoint setup best practices with ISA\tsharepoint\nY-Combinator in FT EDSL\thaskell\nin-house projects: to stable release or not?\tsvn\nUsing Magento 1.4's WYSIWYG editor on custom admin pages\tmagento\nHibernate bidirectional parent/child problem\thibernate\nTripping over NSValue, NSNumber & NSDecimalNumber\tcocoa\nWhat's an OCCI context and environment?\toracle\nHow to set an alias inside a bash shell script\tbash\nWhat PHP framework to choose for a Senior Project\tdrupal\nRaise ParseError in Haskell/Parsec\thaskell\nComparing wildcards for equality in Haskell..?\thaskell\nNSString to wchar_t*?\tcocoa\nWhat is the default URL for APEX for an Oracle XE installation?\toracle\nUsing Resteasy with javassist?\tspring\nHierarchical Wordpress page nav with all permalinks in the root\twordpress\nxls to text converter\texcel\nIs List.ForEach technically a part of LINQ or not?\tlinq\nSharePoint Search on default Masterpage\tsharepoint\nUse of getBean as opposed to method injection in Spring\tspring\nIs it possible to convert projects wizard created for MSVS 2005 to MSVS 2008 format autom\tvisual-studio\nCan you install Qt-4.6.0-wince successfully?\tqt\npipe many outputs to same file at the same time?\tbash\nMagento 1.4 extension development\tmagento\nNot showing Dialog when opening file in Acrobat Pro using Applescript\tosx\nFocusing on a tabified QDockWidget in PyQt\tqt\nSearch Box in QToolbar\tqt\nHaskell Tuple Size Limit\thaskell\nObjective-C networking - best practices?\tcocoa\nWhere are Java preferences stored on Mac OS X?\tosx\nPractical use of futures? Ie, how to kill them?\tscala\nDrupal shared tables, but from another database\tdrupal\nBest Matlab toolbox that implements Support Vector Regression?\tmatlab\nApache mod_rewrite - rewriting from subdomain to main domain\tapache\nprice filter problem in magento\tmagento\nHow to Search a value in an Excel from .net application?\texcel\nHow do you stop SVN Checkout from bringing back files that were deleted from the project?\tsvn\nMagento: The best way to hook into the checkout process\tmagento\nsort categories according to date when its added\tmagento\nimage processing toolbox in matlab\tmatlab\nHow to configure Apache to proxy exactly one file?\tapache\nWordPress front page (homepage) fails to redirect when static front page is set.\twordpress\nMigration of Wordpress sites to a local WAMPserver, now the pages cannot be found\twordpress\nPivot table Values are now screwy\texcel\nCan we use union in hibernate\thibernate\nHibernate: lazy-loading doesn't work on one-to-many mapping on set\thibernate\nwordpress custom function for tabs creating duplicate tabs - simple php!\twordpress\nWhy does Qt add more than three columns when I use restoreState() on a QTableWidget?\tqt\nSharepoint- Inserting in a list subfolder\tsharepoint\nHow to keep URL display unchanged after redirecting root folder to sub folder\tapache\n\"Forcing \"\"drupal_set_message\"\" messages to appear immediately?\"\tdrupal\nUsing Option all over the place feels a bit awkward. Am I doing something wrong?\tscala\nHow do I find the correct case of a filename?\tcocoa\nFont of page title appears different on browsers in Windows and on Linux\twordpress\nAwk pattern macthing\tbash\nFavorites star switching in Javascript\tajax\nRewrite rule-- If incoming request is not consist of certain characters then rewrite to other URL\tapache\nGood functions and techniques for dealing with haskell tuples?\thaskell\nOracle PL/SQL Query Order By issue\toracle\nHaskell: -fglasgow-exts should one avoid code that requires this?\thaskell\nDated reminders in sharepoint calendars\tsharepoint\nFun Function Every Minute In Cocoa\tcocoa\nargh - can't get spring to log sql\tspring\nHow do I get a full Magento session in an external script? (Specifically, Catalog Rules)\tmagento\nWhy QtCreator doesn't use QtPlugin?\tqt\ndrupal: auto-generate video thumbnails\tdrupal\npatter matching for custom read function\thaskell\nRetrieving and loading third level refferenced classes through HQL\thibernate\nHibernate Map Mapping Problem\thibernate\nHow to enter long SQL text sample data with Visual Studio?\tvisual-studio\nAre there reasons to use Visual Studio 2005 when 2008 is available?\tvisual-studio\n*** glibc detected ***  double free or corruption (fasttop):\tqt\nwhy does Spring use XML for component wiring?\tspring\nMatlab GUI: How to Save the Results of Functions (states of application)\tmatlab\nHow can I make comments like on stackoverflow?\tajax\nSpring JDBC RowMapper with Class Hiearchies\tspring\nLooking for a skeleton application for a native macosx application (w/ installer script, notify icon, user preferences)\tosx\nApache: multiple ../ in query string = internal server error (error 500)\tapache\nHow can I clean up dead connections using Oracle?\toracle\nHow to determine an Oracle query without access to source code?\toracle\ndrupal persistent login, why use?\tdrupal\nOracle EXECUTE IMMEDIATE with variable number of binds possible?\toracle\nObject communication - Passing self to another object / Objective-C, Cocoa\tcocoa\nHibernate Error : Caused by: org.hibernate.NonUniqueObjectException: a different object with the same identifier value was already associated with the session:\thibernate\nInsert doubles in cell array into vector in Matlab\tmatlab\nSpring - Rewrite one URL to another\tspring\nOrder documents by most popular in sharepoint content query webpart\tsharepoint\nRemember window sizes and placement when unplugging and replugging second monitor.\tosx\nSpring Transaction - Proxy confusion\tspring\nExcek VBA worksheet.names vs worksheet.range\texcel\nMagento Paypal Express having issues with Downloadable Products\tmagento\nHow do I join tables on non-primary key columns in secondary tables?\thibernate\nQt Jambi: QAbstractListModel not displaying in QListView\tqt\nTab order VSTO Excel\texcel\nHow does the kRotateImage flag to ICADownloadFile work?\tosx\nURL rewriting in Wordpress\twordpress\nVisual Studio color theme\tvisual-studio\nmagento url rewrite\tmagento\nWordpress previous_posts_link() leads to a 404 error not found\twordpress\nUIWebView in multithread ViewController\tcocoa\nSharepoint SPDisposeCheck\tsharepoint\nhtaccess 301 Redirection for Multiple Files\tapache\nbash : Make job every x days\tbash\nA metaphor for Drupal module's inner workings\tdrupal\nLogging user agent info on login with Spring Security\tspring\nOracle V-Limits (VARCHAR, VARRAY, etc)\toracle\nVisual Studio Express any good ?\tvisual-studio\nHow to print faster in Excel VBA?\texcel\nUsing Yes/No Messagebox in Updatepanel AJAX.\tajax\nHow can I hide Protected Excel AddIn Functions from Appearing in Insert Function Dialogue Box?\texcel\nHow do you declare a by-reference parameter variable for use in a Linq query?\tlinq\nDrupal-Salesforce with NuSOAP\tdrupal\nMATLAB Array Manipulation\tmatlab\nProblem creating bean of sessionFactory in spring-hibernate configuration\tspring\nApache Rewrite Rule Regex Problem\tapache\nDebugging with command-line parameters in Visual Studio.\tvisual-studio\nXlsIo DateTime Incorrect by about 4 years\texcel\nASP.NET MVC Development tool\tvisual-studio\nAnnotating Charts in Matlab\tmatlab\npublishing a website  using svn export\tsvn\nImplications of foldr vs. foldl (or foldl')\thaskell\nContent Top Drupal Theme\tdrupal\nQuery an XDocument for elements by name at any depth\tlinq\nRedirecting StdErr to a Variable in a Bash Script\tbash\nIs it possible to AJAX a file upload?\tajax\nMATLAB intersection of 2 surfaces\tmatlab\nChange tab stop size in rendered HTML using Qt's QLabel class\tqt\nORA-03113: end-of-file on communication channel after long inactivity in ASP.Net app\toracle\nIs it possible to redirect traffic from page that doesn't exist to existing page with .htaccess?\tapache\nMagento - page title on contact page\tmagento\nCannot enable Clean URLs on Drupal after upgrading from 6.12 to 6.15\tdrupal\nWhat is the LINQ to XML equivalent for this XPath\tlinq\nAre Http-Only cookies a viable option for an AJAX website?\tajax\nHow to detect whether an OS/X application is already launched\tosx\nHibernate mappings with a descriminator\thibernate\nCore Animation with a Core Graphics drawing\tcocoa\nWordpress the_time formatting\twordpress\nwhat is d2k in oracle\toracle\nWhy is ghc evaluating my infinite list?\thaskell\nHow to configure svn in local server/LAN server\tsvn\nSpring 3.0 set and get session attribute\tspring\nD6: a homepage with only blocks?\tdrupal\n\"Matlab: \"\"Too many Input Arguments\"\" when not passing any!\"\tmatlab\nHow can I safely write to a given file path in Cocoa, adding a numeric suffix if necessary?\tcocoa\nFront page Featured Section\tdrupal\nOracle User Management\toracle\nDrupal Module Add Menu Item To Primary Links?\tdrupal\nHow to get every Nth element of an infinite list in Haskell?\thaskell\nManually inserting data in a table(s) with primary key populated with sequence\toracle\nJQuery Ui or AjaxControlToolkit ?\tajax\nread angles in radian and convert them in degrees/minutes/seconds\tmatlab\nHow to post an image to a server using ajax\tajax\nRemove One Time Login System in Drupal Froget Password\tdrupal\n\"\"\"wget --domains\"\" not helping.. what am I doing wrong?\"\tbash\nLINQ to SQL Lookup table? Join perhaps? I'm lost... ;/\tlinq\nHow to specify connection release modes in Hibernate?\thibernate\nVisual Studio: Where is intellisense in the immediate window?\tvisual-studio\nFSEvent weirdness on Mac Leopard\tosx\nHow do I make a plot in Matlab if I do not know the specific size of the array?\tmatlab\nHow to force a browser to refresh a cached version of a webpage\tapache\nMac os help browser fails requiring internet connection\tosx\ninstalling cairo on Mac OS Lion\tosx\nDrupal: Url alias for language frontpage\tdrupal\nHow to change image on locale base in magento?\tmagento\nHow do I format my oracle queries so the columns don't wrap?\toracle\nCodeigniter In Wordpress Page\twordpress\nunnecessary (?) Xcode warning\tosx\nUnique id on the 'a' tag of a menu item in Drupal\tdrupal\nCan one host multiple store on Magento Community Edition?\tmagento\nhibernate composite key\thibernate\nCocoa bindings: custom setter methods?\tcocoa\nHow to set custom grand total before checkout process in magento?\tmagento\nWordpress problem language\twordpress\nNaming convention for Spring application context XML\tspring\nmagento Baseurl from helper function\tmagento\nBDC Web Part connection Interface error.\tsharepoint\nhow can i add two projects..vs2008\tvisual-studio\nSharepoint: How to set the permission to edit WSS user profile\tsharepoint\nHibernate displaytag big lists\thibernate\nApache 13 permission denied in user's home directory\tapache\n\"Creating a workflow task generates an \"\"Invalid field name\"\" error\"\tsharepoint\nMagento, 1 db field not saved\tmagento\nHibernate Criteria: Eagerly load ManyToMany collection\thibernate\nIn Hibernate, is there any difference between session.get() and session.load() besides how bad IDs are handled?\thibernate\nCan't create foreign key\thibernate\napache-webserver-website publishing\tapache\nshared components throughout all projects, is there a better alternative than svn:externals?\tsvn\nAnyone familiar in Drupal 6 Services module specifically node.save\tdrupal\nAutomatic tracking of build number in VS 2005?\tvisual-studio\nScala factorial on large numbers sometimes crashes and sometimes doesn't\tscala\nMagento: get order id to use in outside application\tmagento\nSharePoint Workflows - How to associate with specific content types (particularly folders)?\tsharepoint\nTerminal Command Mac Alter table SQLite3...\tosx\nRestrict certain URLs to a single thread\tapache\nCan you return an unevaluated function in scala?\tscala\nWhat is the more efficient version control methodology - checkout or merge (ie Perforce vs Subversion)\tsvn\nCATransform3D vs. CGAffineTransform?\tcocoa\nWordpress plugin to track logged users activity\twordpress\nSharing Spring Security Configuration Between Applications\tspring\nsvn diff a specific line in a file\tsvn\nschema2ddl generates wrong datatype for YesNoType\thibernate\nAJAX Function to populate a field in a form?\tajax\nUpgrading to SVN 1.5\tsvn\nonreadystatechange function not being called\tajax\nHow do I programatically interface an Excel spreadsheet?\texcel\nHow do you use the immediate window in Visual Studio?\tvisual-studio\nHow to close modal window when window is closed ?\tosx\nHow would you write an Upsert for LINQ to SQL?\tlinq\n\"\"\"Programming In Haskell\"\" error in sat function\"\thaskell\nAjax-ish updating of a canvas element\tajax\nBuilding OSX App Bundle\tosx\nWhat is detached  persistance and transient object in hibernate ?\tspring\nHow to make all AJAX calls sequential?\tajax\nCat with new line\tbash\nWordpress PHP Image change depending on a language\twordpress\nscala 2.8 control Exception - what is the point?\tscala\nvisual studio - remove custom control from designer window\tvisual-studio\nmagento block injction via module.xml\tmagento\nHibernate Query that Orders an Attribute based on a nested path.\thibernate\nMerge Excel Files Into One\texcel\nbash and filenames with spaces\tbash\nhow to get weights of numbers in excel in this problem\texcel\nHaskell: How do I define the types my function can take as parameters? AND how do I access unnamed variables in a data structure?\thaskell\nSilverlight WebPart in SharePoint\tsharepoint\nExcel: How can I display the data from several sheets in one?\texcel\nVery slow compile times on Visual Studio\tvisual-studio\nHow do I set environment variable completion in a bash shell on mac\tbash\nMigrating svn 1.4 repo's to 1.6, populating node origins.\tsvn\nHow can I use Cocoa's Accessibility API to detect that a window is brought to front?\tcocoa\nWhat's the Matlab equivalent of NULL, when it's calling COM/ActiveX methods?\tmatlab\nElements of Scala Style?\tscala\nWP_Insert_Post and GUID Issue [Wordpress]\twordpress\nCan't access ResizableArray's protected method, swap, from subclass, ArrayBuffer?\tscala\nmost effective row removal strategy for QStandardItemModel\tqt\nWhat's the default value of the Hibernate property hibernate.jdbc.factory_class?\thibernate\nSharePoint 404 page\tsharepoint\nMixing Qt and Boost\tqt\nTagging Posts via Wordpress XMLRPC\twordpress\nmerging and manupulating files in matlab\tmatlab\nReflectedSchemas folder in the user's AppData folder (Visual Studio)\tvisual-studio\nHow to determine the Schemas inside an Oracle Data Pump Export file.\toracle\nGetting hibernate to log clob parameters\thibernate\nHow to convert a web page into an image using MATLAB?\tmatlab\n$.ajax() methods data\tajax\nTemporary tables in Linq -- Anyone see a problem with this?\tlinq\nHow to maintain widgets aspect ratio in Qt?\tqt\nHaskell script running out of space\thaskell\nTechnique to compute next day's date from a date supplied via an arg?\tbash\n\"Sharepoint Workflow: How do I get the \"\"BeforeProperties\"\" in a WorkflowItemChanged event handler\"\tsharepoint\nAjax Tutorial\tajax\nSpring - How do you set Enum keys in a Map with annotations\tspring\nMatlab Simulink version control with multiple developers\tmatlab\nDo LINQ queries have a lot of overhead?\tlinq\nInstalling Boost libraries on Snow Leopard\tosx\nWhat 's your favorate way when debugging your program in Visual Studio?\tvisual-studio\nHow does one declare an abstract data container type in Haskell?\thaskell\n\"Visual Studio: Is there a \"\"move class to different namespace\"\" refactoring?\"\tvisual-studio\nRails Auth Token and Ajax\tajax\nCan a class inherited from Qthread behave as a normal class?\tqt\nImporting Excel data to a already established SQL DB visual basic\texcel\nHow to control TCP_NODELAY setting for Scala remote actor ?\tscala\nWebPart Connections on Sharepoint. - Which Type to use?\tsharepoint\nHow to make Qt work when main thread is busy?\tqt\nMagento: case/tiered pricing and being able to break out of case and price for individual skus\tmagento\nHow do you get a commenter's email address from a WordPress cookie?\twordpress\nmagento how to disable image zoom\tmagento\nCheck that an svn repository url does not exist\tsvn\nProblem with Spring @Configuration class\tspring\nSolving Algebraic Equations Programatically\tmatlab\nPreMade Webdesign and Drupal\tdrupal\nMatlab Error: ??? Cell contents reference from a non-cell array object.\tmatlab\nScala Actors - Worst practices?\tscala\nHow do I schedule a process' termination?\tbash\nGetting the absolute path of a command-line app on OS X\tosx\nMac Priting : programatically can not set printQuality, mediaType, paperSource, outputBin\tosx\nLINQ Syntext Sequence\tlinq\nis there a performance difference between QList<QList<int> >myList; and int ** myList;  ?\tqt\nHow can I use the 'NVL' function on a result table?\toracle\nHow do you create a new site template for my sites?\tsharepoint\nDeployment of custom content type, forms, cqwp, and xsl.\tsharepoint\nBeginner LINQ question\tlinq\nRearranging project after SVN checkout\tsvn\nHow to tell QWebPage not to load images?\tqt\n\"Set AWK delimiter to parse \"\"airport -s\"\" output\"\tosx\nHow to create a compiler Action for SBT\tscala\ninstalling additional apache modules\tapache\nHow do I create a multiple tab Excel workbook on a client machine?\texcel\nhibernate insert into select\thibernate\nOptimizing SELECT Query on Oracle 10 Dense Unique Index\toracle\n\"How to connect to server via ssh but use native \"\"Connect to Server\"\" in OS X?\"\tosx\nMac/Windows Switching\tosx\nWhat's wrong with this code logic?\twordpress\nCalling an Excel Add-In method from C# application or vice versa\texcel\nAuto-hide panel in QT or WxWidgets\tqt\nToo many columns in a single database table?\toracle\nLinQ to XML query\tlinq\nHow do i convert JSP facelets to Code in a servlet ?\tspring\n\"How to pull \"\"most recent post\"\" data from a Wordpress blog?\"\twordpress\nCopying a Directory Tree File by File\tbash\nHow do I redirect to my same URL without getting a too many redirects error?\tapache\nWhat is the great wisdom in defining your own object if I can't do this?\texcel\nc:foreach using List: Must evaluate to a Collection, Map, Array, or null\tspring\nDetermining and arranging items on lenght  in IEnumerable<T>\tlinq\nGetting error when trying to save CCK text fields in Drupal.\tdrupal\nDrupal Login using  parameters for login and password in url\tdrupal\nSetting a header in apache\tapache\nBash scripting: How do I parse the output of a command and perform an action based on that output?\tbash\nRedirecting Wordpress's Login/Register page to a custom login/registration page\twordpress\nProblem:fetch product URL in a custom Module: Magento\tmagento\nCan this be done using excel macos?\texcel\nHow do you do a join in LinqToSQL?\tlinq\nMatch overlapping patterns with capture using a MATLAB regular expression\tmatlab\nMobileMe API Documentation\tosx\nHow to Inject Spring  ReloadableResourceBundleMessageSource\tspring\nHibernate queries slow down drastically after an entity is loaded in the session\thibernate\nBatch node operations in Drupal 5\tdrupal\nChanging a LINQ objects data context\tlinq\nIs the file hidden?\tcocoa\nHandling exceptions raised during method called via NSObject's performSelectorOnMainThread:withObject:waitUntilDone:\tcocoa\nOracle - OCI query timeout\toracle\nmagento product export custom options\tmagento\nExport Drupal Content?\tdrupal\nMatlab: identifying uniques in a cell array\tmatlab\nAutocomplete for the ruby command in bash\tbash\nMagento - Configurable products not visible until manually saved in admin panel\tmagento\nExcel Floating Point Arihmetic - What Type Does It Actually Use\texcel\nWhat is exactly is Ajax request? Is it different from Servlet Request?\tajax\nPractical examples of using symbols in Scala?\tscala\nIs there an QPointer specialization for boost::bind\tqt\nhow can i get all order id in magento\tmagento\nSpring Application Context available inside the constructor\tspring\nComment Author Link on Wordpress\twordpress\nWhat comparable Javascript function can reference a file like PHP's include()?\tajax\nLinq Join Question\tlinq\nComparing 3 output lists in haskell\thaskell\nDrop-down list in Excel cell\texcel\nHaskell on Windows Setup\thaskell\nHibernate polymorphism: instantiating the right class\thibernate\nInfix operators in Scala and Jython\tscala\nException error message with incorrect line number\tsharepoint\nConvert Scala Set into Java (java.util.Set)?\tscala\nUsing Scala as a scripting language from Eclipse\tscala\nHow to use CurrentSessionContext/SpringSessionContext along with HibernateDaoSupport to intercept calls to getCurrentSession()\tspring\nqt soap client + ASP.net Web service\tqt\nRound time to nearest 15min interval in Excel\texcel\nVery slow merge with Subversion 1.5\tsvn\nHow can I define an anonymous generic Scala function?\tscala\nStatic libraries in version-cross-compiled program\tosx\nClean URL Redirect Loop\tapache\nHow to echo directories containing matching file with Bash?\tbash\nSharePoint Integration for Single-sign On\tsharepoint\nDrupal: View with exposed Taxonomy filter.. 3 questions\tdrupal\nPackaging of MATLAB code\tmatlab\nwordpress plugin to upload file directly to amazon s3\twordpress\nhow to apply a function to every row in matlab?\tmatlab\nCREATE TABLE reverse engineering in Oracle\toracle\nLINQ many to many Left Join Grouping\tlinq\n\"Mysterious word (\"\"LPS\"\") appears in a list of Haskell output\"\thaskell\nCustomizing an AJAX AutoCompleteExtender with a checkbox\tajax\nRun a php app using tomcat?\tapache\nHow to get the size of a range in Excel\texcel\nHibernate-validator: @NotEmpty does not work for null values\thibernate\nWhy are there more files/hardlinks with the same iNode than the reference count shows?\tcocoa\nHibernate: load a field from a query , but don't insert it to the table\thibernate\nIs possible to set validation order with Hibernate Validator?\thibernate\nHow can I use custom animations for onOrderOut in Core Animation?\tcocoa\nMagento - add percentage on top of calculated price\tmagento\nSharePoint: How do I create a new list from a list template?\tsharepoint\nScreen resolution for programming\tvisual-studio\nMagenot: Difference between loading product through collection than product model\tmagento\nMapping a list in hibernate by ordering instead of an index-field\thibernate\nhow to work with multiple coincident panel controls in VS 2008 windows forms\tvisual-studio\nExtract substructure from a text file using bash or python\tbash\nHow do I get the AJAX top menu that StackOverlow has?\tajax\nAjax Request Results in form being submitted aswell\tajax\nNewbie: What does jQuery.ajaxSetup 'beforeSend' do?\tajax\nIQueryable<T> with ASP.NET MVC - Can you use this if Model currently not using LINQ?\tlinq\nwhat application can I use to create web .ico files on a mac\tosx\nVisual Studio - How to remove a reference in Release mode\tvisual-studio\nsimple problem with matlab\tmatlab\nHibernate criteria query on different properties of different objects\thibernate\nFailing to ignore svn-controlled directory when doing svn update\tsvn\nORA-12638: Credential retrieval failed\toracle\nWhat's the difference in the Visual Studio integration tools for QT?\tqt\nHow to get an excerpt of a table in Excel in a different table?\texcel\nHow do I simultaneously work on version 1.1 and version 2.0?\tsvn\nHow to Publish a SharePoint site on the internet\tsharepoint\nHow do I redirect to an ftp:// url with Spring Webflow?\tspring\nUse LINQ for arbitrary sorting\tlinq\nfiltering a Drupal View with ORed criteria\tdrupal\nSVN Update problem in Eclipse\tsvn\nMagento - Product prices with and without VAT change\tmagento\nWhy does GHC infer type of `IO b` for an application of `hSetBuffering`?\thaskell\nHow to use expr on float?\tbash\nCreating an .exe file from an excel spreadsheet\texcel\nScala's existential types\tscala\nSort NSFileManager Results\tcocoa\nUnable to find release notes for Bash\tbash\nDoes white color has a fixed value(1 IMO) in an RGB image in MATLAB?\tmatlab\nMagento guest checkout option not showing up regardless of allow guest checkout setting\tmagento\nWhat are some decent ways to prevent users from creating meeting workspaces?\tsharepoint\nHow to recognize overflow bugs in Matlab?\tmatlab\nPossible to save a node using a multi-step form?\tdrupal\nLinq PredicateBuilder - Multiple ORs - Newbie Q\tlinq\nHow to offer uninstall of a web browser plugin on the Mac?\tosx\nRemove duplicates in entries, scala way\tscala\nMagento - where's the php file subscribe.phtml calls once the form is submitted\tmagento\nCan Excel use itself as an RDBMS?\texcel\nHelp making my root directory not executable for CGI scripts\tapache\nUsing Calender Store.\tcocoa\najax login using httpRequest?\tajax\nHow to format a matrix for saving\tmatlab\n\"NSSavePanel: Squelching the \"\"confirm replace?\"\" dialog\"\tosx\nSubversion: how to nuke a repository?\tsvn\nFinding the path of a mounted network share on Mac OS X\tosx\nSPRING: How do you programmatically instantiate classes based on information passed from Flex UI\tspring\n\"Drupal 6: How can I \"\"turn off\"\" a page?\"\tdrupal\n\"\"\"Go To Definition\"\" in Visual Studio only brings up the Metadata\"\tvisual-studio\nLogging in Scala\tscala\nSo I compiled something with maven, now what do I do with it?\tscala\nHow to run a code when network connection changes on Mac OS X?\tosx\nFetch posts starting with alphabet [x]\twordpress\nDistribute binary library on OSX\tosx\nAjax Assembly Error - Assembly {0} does not contain a Web resource with name {1}\tajax\nWhat is the best approach for decoupled database design in terms of data sharing?\toracle\nHow big of a security risk is checking out an svn project right into production site?\tsvn\nLink to external URL in post title of RSS feed in WordPress.\twordpress\nOracle sql types over dblink\toracle\nAre my Magento permissions correct?\tmagento\nFiltering Custom Fields in Wordpress Plugin Dev\twordpress\npattern matching on a series of values in scala\tscala\nWordpress Page order\twordpress\nEmbedded Matlab: Problem with persistent variables.\tmatlab\nApache Ignores SSLRequire Directive\tapache\nUse 'map' and stuff on Scala Tuples?\tscala\nMore required for Selling Videos, E-book, Softwares using Drupal 6x\tdrupal\nWhat do they mean when they say LINQ is composable?\tlinq\nHow do I create a nice -description method that nests recusively like NSArray\tcocoa\nCan I define Default Sort order in LinQ\tlinq\nHow to theme a node differently depending on being inside nodereference\tdrupal\nvirtual machine player to os x\tosx\nHaskell. Strict application $!\thaskell\nscala - Getting a read-only sublist view of a List\tscala\nSet a custom icon for a QAction when disabled\tqt\nwhat are annotations in hibernate?\thibernate\nhibernate property formula how 2 get more than 1 row?\thibernate\nScroll bars in NSTokenField\tcocoa\nORA-12514 after rebooting server\toracle\nTransferring magento to MediaTemple\tmagento\nHow to programatically  do file versioning with SVN and .NET?\tsvn\nWorkflow engines that integrate easily/work well with Spring Web?\tspring\nReinitilise a range in Excel / VBA\texcel\nWhat is the problem with not using Spring\tspring\nMatlab 2009b & .NET\tmatlab\nHibernate: Many-to-one using Formula\thibernate\nHow do I get controls on an NSPanel to look correct?\tcocoa\nJQuery Ajax Form and Dynamically created form elements not submitting\tajax\npushd/popd on ksh?\tbash\nhow do I package support files in a cocoa app\tcocoa\nQt Play/Pause Action?\tqt\nSetting up SVN to Best Suit Dev -> QA -> Prod\tsvn\nHow do I find the pixel position of a character in an NSTextView?\tcocoa\nHow to find which menu a node belongs to in drupal\tdrupal\n#define Equivalent for Oracle SQL?\toracle\nHaving latest copy of SVN'ed files in document root\tsvn\nUserDefaults in system preference pane installed for multiple users in OSX...\tcocoa\nhtaccess rewrite not working for all rules\tapache\nQT: problem with creation of C++ library\tqt\nProblem with spring quartz\tspring\nSubversion Berkeley DB broken, recovery failed.\tsvn\nhibernate not using where clause with inner join\thibernate\nTo understand Typeset for PythonPath\tbash\nUpdating the version number of all assemblies in a solution\tvisual-studio\nCall c++ code from MATLAB\tmatlab\nfunction working on functions of Array[T] or List[T] or Iterable[T]\tscala\nCreating temporyary JMS jms topic in Spring\tspring\nFind all Folders in Root Directory\tcocoa\nAre All Price Values in catalog_product_entity_decimal ?\tmagento\nHow to manage Long Paths in Bash?\tbash\nPortalSiteMapProvider\tsharepoint\nHow to correctly modify this Wordpress Function for widgets?\twordpress\nIs it possible to bind a Spring Form to an Object using the constructor or by mapping multiple fields to a single value via a custom Editor?\tspring\nHow to perform Request destination in user page\tdrupal\nStoring Data in MS Access and Querying it in Excel\texcel\nDrupal Views: output item fields grouped by field instead of item?\tdrupal\nHow to provision a custom page without using the _layouts directory\tsharepoint\nFont used in Quicksilver - Large Text?\tosx\nScala equivalent of Ruby's map.each?\tscala\nApache shutting down unexpectedly\tapache\nHow To add another constructor with parameter in linq class(Table)\tlinq\nHTTP communication monitoring on OS X\tosx\nvssettings\tvisual-studio\nDrupal to Drupal Migration\tdrupal\nHow do I hook into the Wordpress login system to stop some users programmatically?\twordpress\nSelect a Dictionary<T1, T2> with LINQ\tlinq\nHow to use NSString drawInRect to centre text?\tcocoa\nScala BigDecimal division\tscala\nGetting a useful report from SVN - non-code files messing the stats up\tsvn\nBash: How to flush output to a file while running\tbash\nDoes a newly produced mac application need to support 10.4, and can I both support 10.4 and prepare for 64bit?\tcocoa\nWhat's a good beginner setup for C++/Python on OSX?\tosx\nImport & modify data in Matlab\tmatlab\ngo to path and then tar?\tbash\nMagento admin extension fails to show in live server menu bar\tmagento\npass sheet to a function (excel vba)\texcel\nSaving nodes with a filefield\tdrupal\nDo NSShowAllViews and NSShowAllDrawing work with XCode 3, OS X 10.5.6 ?\tcocoa\nMod-rewrite has revealed itself\tapache\nMegento Module action on ProductView\tmagento\nFastest way to count number of uppercase characters in c#\tlinq\nMultiple Cell Background Colors in Excel Spreadsheets\texcel\nHow to controll the webview in the scrollview with the scrollview's controller?\tcocoa\nSend a command to a process\tbash\nI need to block my feed completly\twordpress\napache ProxyPass: how to preserve original IP address\tapache\nHow to add and compile for custom 'Platform' switch for visual studio projects?\tvisual-studio\n\"WordPress > Calling \"\"Recent Posts\"\" widget via script from custom theme\"\twordpress\nHow do you route stdin from a file to a function when running GHCI\thaskell\nVersion Control for a collaborative website on Mac\tosx\nProper way to move files to tags from trunk using svn?\tsvn\nhow to get the System version?\tcocoa\nAccessing control, ajax, asp.net\tajax\nNSBorderlessWindowMask Window wont show NSPanels if not front most window\tcocoa\nGroup by weekdays with Core Data\tosx\nmemory not freed in matlab?\tmatlab\nURL Rewrite Apache locating files\tapache\nHow to specify the repository in apache dav svn?\tsvn\nWeird Error In My system.log file Over and Over and Over\tmagento\nHow to setup Hibernate @ManyToMany association with cascades on both foreign keys?\thibernate\nMakefile Error in Matlab Real-Time Workshop\tmatlab\nBinding to Media keys on Apple keyboards under OSX 10.5\tosx\nMigrating complex SVN branch hierarchy to Mercurial\tsvn\nDon't mix Response.Write with AJAX, but what about UI.HtmlTextWriter?\tajax\n\"\"\"Sorry, no quotes are available for this order at this time\"\" in Magento\"\tmagento\ndata disappear after Item Update in Sharepoint with Office 2007 documents\tsharepoint\nAjax: wait X seconds before load\tajax\nIs there any performance difference between myCollection.Where(...).FirstOrDefault() and myCollection.FirstOrDefault(...)\tlinq\nIs a variable in javascript available after loading an iframe and then going back to the page?\tajax\ncommandline equivalent to reverse engineering in Hibernate tools?\thibernate\nSpring + Thread safe singletons\tspring\nMac OSX fullscreen application problem\tosx\nCode to record a screencast in MacOS\tosx\nLifting class instance in Haskell\thaskell\nRedirecting Apache by Geo/Country IP\tapache\nRandom errors while downloading files from sharepoint\tsharepoint\nHow do you add an index field to Linq results\tlinq\nShould I use TNSNAMES.ORA or tnsnames.ora?\toracle\nTablet PC SDK (1.7) Merge Module + VS2008 + Windows Vista?\tvisual-studio\nWhy does Qt include empty class definitions of existing classes in the header files?\tqt\nCan you reverse a string in one line with LINQ or a LAMBDA expression\tlinq\nHow do I display the full content of LOB column in Oracle SQL*Plus?\toracle\nAccess bean name in custom method interceptor\tspring\nMagento: how to use Mage::getConfig()->setNode($path, $value) to change config variables during the session\tmagento\nIn-memory mime-type detection with Cocoa (OS X)?\tcocoa\nJPA and Hibernate Fetch ignoring Associations?\thibernate\n\"What does the option \"\"convert to web application\"\" do if I select it in visual studio?\"\tvisual-studio\nDebugging QList<double> in Visual Studio with Qt integration\tqt\nMultiple Monitors with Visual Studio 2008\tvisual-studio\nUrgent! Magento never run my module's sql install/update script!\tmagento\nCopy/Paste from Excel to a web page\texcel\nQt Dialog Window Opens in Same Window\tqt\nNLS_LANG setting for JDBC thin driver?\toracle\nHibernate 2nd level cache + Ehcache issue when trying to get data (List of object) from cache memory\thibernate\nWordpress - Get Post Number in a Category\twordpress\nHow do you add two COUNTIF equations together?\texcel\nhow to retrive data from MySQL using javascript\tajax\nMagento: What is the best way to extend Magento to add a class that is called on every page load\tmagento\nHow can I convert a Java Iterable to a Scala Iterable?\tscala\nDisable Hibernate auto update on flush on read only synonyms\thibernate\nIN Wordpress, .php files within the theme folder do not run, but return 404 error\twordpress\nThickbox problem - appearing at bottom of page\twordpress\nNeed some help ordering a Linq result.\tlinq\nHow to set standard encoding in Visual Studio\tvisual-studio\nMATLAB: dealing with java.lang.String\tmatlab\nExcel Pivot\texcel\nSpring MVC Date and CustomDateEditor problem on simple text Field.\tspring\nWhat steps do you take to increase performance of a Sharepoint site?\tsharepoint\nNSMutableDictionary removeObjectForKey throwing EXC_BAD_ACCESS for a var that isn't released...\tosx\nMagento: getting an attribute of a nav filter item\tmagento\nmatlab and linux\tmatlab\nPython Qt: Qprinter not defined\tqt\nRuntime error codes on AsyncPostback from AJAX toolkit\tajax\nAutomatically plot different colored lines in MATLAB\tmatlab\nhow to localise a sharepoint site for different languages\tsharepoint\nhow do I create a dump file from my subversion hosting account?\tsvn\nHow can I manage merging updates from several developers?\tsvn\nUnable to start debug in Visual Studio 2005\tvisual-studio\ndba_jobs_running: table or view does not exist when trying to access from procedure\toracle\nVMware Workstation overrides VS2008 hotkeys\tvisual-studio\nhow can I find out why a custom widget isn't showing up in the Qt Designer?\tqt\nCan I make an Apache running on Windows case-sensitive?\tapache\nWhere to find volume mount icon on Leopard\tosx\nPL/SQL Evaluation Order\toracle\nAssistance with APACHE www.conf file correctly matching location?\tapache\nMultiple domains for one site: alias or redirect?\tapache\nLinux command line: split a string\tbash\nHibernate casts BigDecimal instead of Integer\thibernate\nPlease suggest a good book on Drupal\tdrupal\nadvanced search with configurable product in Magento\tmagento\nHierarchy in Qt [C++]\tqt\nLINQ - dynamic WHERE clause?\tlinq\nBroken Java Mac 10.6\tosx\nCannot get FeatureSpec structure to show up in the output when combined with JUnitSuite\tscala\nDrupal - editing tab options for a content type not showing up\tdrupal\nBest way to update in Linq To SQL\tlinq\nPass variable from module to theme template when using drupal_render\tdrupal\n[Matlab] Storing Results of a Operation in a Matrix\tmatlab\nBinding a custom NSView: Does it demand creating an IBPlugin ?\tcocoa\nHow can I implement a redirect-after-post form with Spring's AnnotationMethodHandlerAdapter?\tspring\nConnecting nodes to specific dates\tdrupal\nLooking for an OSX application that can do image processing using a webcam.\tosx\nInconsistent display behavior for Quick Launch menu in MOSS 2007\tsharepoint\nAJAX TabPanels - How to remove panel Outline/Border\tajax\nWhere do you put cleanup code for NSDocument sub-classes?\tcocoa\nAdd incremented property to IEnumerable by group using LINQ\tlinq\nHow to add user id in Excel header / footer?\texcel\nWhy the Observer in NSNotification called twise....    ?\tcocoa\nApplying a function with multiple inputs using Map? (Haskell)\thaskell\nHow do I change which version of python mod_python uses\tapache\nMagento - Add bundled products from PHP with Magento API\tmagento\nMagento config XML for adding a controller action to a core admin controller\tmagento\nSpring 3.0M4 and passing objects as parameters to POST\tspring\nSharePoint: Get site directory's categories programmatically\tsharepoint\n\"Any reason for having \"\"val capacity : Int\"\" instead of \"\"val Int Capacity\"\" in Scala\"\tscala\nMagento Ecommerce\tmagento\nCan Scala allow free Type Parameters in arguments (are Scala Type Parameters first class citizens?)?\tscala\nExecuting Javascript functions from an AJAX - HTML response.\tajax\nGetting the list of running applications ordered by last use\tcocoa\nScala and the Java Memory Model\tscala\ndrupal : how to restrict users to only be able to see one contentType\tdrupal\nWhat are the steps to create AJAX login in yiiframework?\tajax\nODP.net Oracle Decimal Number precision problem when filling a dataset. Exception: Arithmetic operation resulted in an overflow\toracle\nCocoa - Communication from child view to parent view\tcocoa\nHow to get the call graph of a program and with a bit of profiling information\tbash\nDrupal's SimpleTest not creating copies of custom tables\tdrupal\nHow well does SVN work for Office 2007 documents?\tsvn\nAnyone used CSS blueprint with Sharepoint sites\tsharepoint\nConfiguring subdomains on an Apache Server\tapache\nHow to display the query executed by the drupal view\tdrupal\ndrupal: load view template on module activation\tdrupal\nhibernate order by association\thibernate\nAssembla no longer free!! :(\tsvn\nWhy would subversion timeout when I try to commit changes to a directory?\tsvn\ncocoa/objective-c: get macbook icon\tcocoa\ndevelopment on SharePoint v.s. development on Lotus Connections\tsharepoint\nHibernate bi-directional many-to-many cascade confusion\thibernate\nHow best to debug a crash within objc_msgSend?\tcocoa\nUpgrading my Wordpress installation...click and pray?\twordpress\nlinq case statement\tlinq\nHTTP error when uploading an image using default Flash Uploader in Wordpress\twordpress\n.app OSX package problems on removable media.\tosx\nIssues with programming General Cross Correlation (GCC) in matlab\tmatlab\ndatabind a sharepoint list to a dropdown using linq\tlinq\nLearning Scala or Haskell\tscala\nHibernate Exception\thibernate\nCalling MATLAB from C\tmatlab\nWhat's the fastest way to walk through an Excel Range object backwards?\texcel\najax :populating 2 drop down boxes via ajax using value of the third one\tajax\n\"Prevent \"\"MATLAB\"\" folder in My Documents\"\tmatlab\nF6 for compiling?\tvisual-studio\nShould you register new extensions with Apple?\tosx\nAccess X11 display from empty environment (bash)\tbash\nCocoa: Measure time between keypresses?\tcocoa\nWhy is Apache mod_rewrite not behaving as expected\tapache\nSpring Security Max Login Session\tspring\nAnkhSVN Cannot Connect Due to Proxy\tvisual-studio\nDoes this Scala actor block when creating new actor in a handler?\tscala\nCreative uses of monads\thaskell\nUser-friendly approach for network streaming, playing and seeking of audio in Mac OS X\tcocoa\nGCC without Xcode on OS X\tosx\nhow to build Drupal 6 user form that display results on page ?\tdrupal\nBest practice to return a result Flag after saveOrUpdate in hibernate ?\thibernate\nHow do I get a range's address including the worksheet name, but not the workbook name, in Excel VBA?\texcel\nUnable to access Excel's Application.ComAddIns property if there are no AddIns installed\texcel\nParsing unsupported date formats in via Cocoa's NSDate\tcocoa\nHow to define certain posts as featured posts in WordPress?\twordpress\nUnfiltering NSPasteboard\tcocoa\nDuplicate Oracle DES encrypting in Java\toracle\nBASH: error message does not get redirected to file\tbash\nMagento: Including a module template into the checkout process\tmagento\n\"Hibernate <generator class=\"\"\"\" > When is it best to use what?\"\thibernate\nSession management using Hibernate in a Swing application\thibernate\nmagento bundle product displaying as out of stock\tmagento\nMatch multiple cases classes in scala\tscala\nMSVCR90.DLL was not found.\tvisual-studio\nHow to set author name for subversion when i'm using svn:keywords\tsvn\nDetached Objects in Jdo/Hibernate - What are they for anyway?\thibernate\nRenaming keys in NSMutableDictionary\tcocoa\nScala Actors with Java interop to underlying COM libraries\tscala\njQuery RoundedCorners with AJAX\tajax\nAdding Ribbon support to Excel COM Addin\texcel\nHow can I make custom Wordpress comments form?\twordpress\nHow to make Error List window automatically active during compilation in visual studio?\tvisual-studio\nPHP's preg-match_all causing Apache Segfault\tapache\nPassing a anonymous type to function.\tlinq\nOversized Qt Fonts on OSX\tqt\nHow do you test an asynchronous method?\tcocoa\nDoes anybody know if manisfest.xml (wsp) has an intellesense for Visual Studio?\tsharepoint\nbash: filter away consecutive lines from text file\tbash\nGenerating a SWING/Gui from Hibernate\thibernate\nCan we count MATLAB as programming language?\tmatlab\nshut off htmlpurifier upgrade message\tdrupal\ndo i need to worry about concurancy with tomcat spring beans\tspring\nSpring: How to programmatically define FactoryBean\tspring\nRecommendations for simple AJAX?\tajax\nHow to recursively compare the digits in a number in Haskell\thaskell\nHow to Configure SSL over Database in Spring?\tspring\ndepp copy of 2D array in scala?\tscala\nDump Oracle table(s) data to INSERT statements\toracle\nHow to add a progress bar to a bash script?\tbash\nredirect the stdin to come from a different terminal using Bash\tbash\nQT: Context menu (QMenu) reference from the QTableWidget.\tqt\nProblems commiting file to SVN repository\tsvn\nMultiple responses from one AJAX request\tajax\nOracle setting per user default scheme (not altering a session)\toracle\nSharePoint List Scalability\tsharepoint\nImplementing custom Matlab functions in Simulink\tmatlab\nTerracotta With Hibernate and EHCache\thibernate\nHow do I get the assembler output from a C file in VS2005\tvisual-studio\nPossible pitfalls on a multilingual Drupal site?\tdrupal\nI want to host my own home web server. I installed Apache already but I can't log in other computers\tapache\nWhy would my ASP.NET project run on the development server when not among the startup projects?\tvisual-studio\ndrupal 6: how to email users of tasks due (week b4, day before, and overdue)\tdrupal\nstopping sharepoint workflow programatically\tsharepoint\nIgnore Hibernate @Where annotation\thibernate\nHow do I choose computer hardware which best optimizes the performance of MATLAB?\tmatlab\nOSX: Launching multiple instances of an app and passing them command line args\tosx\nVIsual Studio - How to change the return value of a method in the debugger ?\tvisual-studio\n\"Excel - \"\"File Not Found: VBA6.DLL\"\"\"\texcel\nCross-user and cross-process shared settings\tcocoa\nIs there a way of auto-generating feature.xml files for sharepoint development?\tsharepoint\nSVN won't commit unversioned files even though they show up with svn status\tosx\nHELP!Performance issue with Apache, PHP and Symfony~\tapache\nIn Qt, how do I align form elements in different group boxes?\tqt\nImplicit conversion from String to Int in scala 2.8\tscala\nHow can I use map and receive an index as well in Scala?\tscala\nHow to make Oracle error messages more verbose?\toracle\nLINQ- Combine Multiple List<T>  and order by a value (.Net 3.5)\tlinq\ndevide two polinomials by using matlab\tmatlab\nMagento - How to check if a product has already been removed from the cart\tmagento\nOracle: Create table as select from another database?\toracle\nhow to configure hibernate 3.3 in eclipse galileo?\thibernate\nIs there a way to determine if a top level Qt window has been moved?\tqt\nConfiguring Subversion to use system users/passwords\tsvn\nQt image format plugins\tqt\nDoes Acegi/Spring security support getUserPrincipal()?\tspring\nBest practices for handling a web service failure\tajax\nHaskell: type inference and function composition\thaskell\nIs there any way to throttle the network bandwidth that an svn checkout does?\tsvn\nHow do I get the Visual Studio Load Test Agent to use the servers second CPU\tvisual-studio\nCriteria query with restriction across a joined subclass problem\thibernate\nTimeout setting of different browsers?\tajax\nview is not rendered when returning ModelAndView\tspring\nsvn access to a https repository: username / password always being prompted for\tsvn\n\"ajax error - \"\"permission denied\"\"\"\tajax\nHibernate: How to set NULL query-parameter value with HQL?\thibernate\nDateTime, DateTime? and LINQ\tlinq\nWordpress Category ID vs Eval Issue\twordpress\nspring annotation configration issue\tspring\nXcode gcc exit status 1\tosx\nMagento : Call to a member function count() on a non-object\tmagento\nDifferences between matlab and comsol script?\tmatlab\nWordPress Code Snippet Help\twordpress\nSpring security and Struts 2\tspring\nspringdoclet usage?\tspring\nBash / PHP quoting command line argument\tbash\n\"Magento - Add a checkbox to \"\"Edit Customer's Address\"\" formular\"\tmagento\nDrupal 6: Modifying uid of a submitted node\tdrupal\nWordPress: don't show 404 when no posts exist\twordpress\nIf scala scaled well for Twitter, would jruby have done the same?\tscala\nSharePoint Solution Deployment: How do I prevent SP from resetting IIS when upgrading or retracting a globally deployed solutions?\tsharepoint\nIs There are a Way to Write just Next/Prev Post Link on Wordpress?\twordpress\nUINavigationController and autorotation.\tcocoa\nIs it possible to coax Visual Studio 2008 into using italics for comments?\tvisual-studio\none-to-many mapping // how to map an association of legacy tables (Hibernate)\thibernate\nException in JEE application Email Notification Pattern\tspring\nOracle Transactions\toracle\nWhy is SpringSource Tool Suite (STS) so slow? And how can I fix it?\tspring\nShould mod_proxy_ajp or mod_jk be used for a production environment?\tapache\nManaging reference paths between x86 and x64 workstations in a team\tvisual-studio\nDoes Scala's BigDecimal violate the equals/hashCode contract?\tscala\nHow to fire user-like event in QWebElement\tqt\nfunction handle in MATLAB\tmatlab\nWhat's the advantage of using drupal's module_load_include vs. just including a file?\tdrupal\nHibernate query not returning full object\thibernate\nAnonymous SharePoint Users and people search core results web part\tsharepoint\nERROR: request not found in the TrackedRequests. We might be creating and closing webs on different threads.\tsharepoint\n.htaccess folder protection\tapache\nHow to generate a function of two variables in matlab without using any loop?\tmatlab\nHow to exclude files from Visual Studio compile?\tvisual-studio\nHow to plot a nonlinear system of 3 equations with 3 symbolic variables in matlab?\tmatlab\nAjax deep linking?\tajax\n@ContextConfiguration in Spring 3.0 give me No default constructor found\tspring\nqt/wxwidgets third party components?\tqt\nSpring redirect: prefix issue\tspring\nHow to dump out an array of of pixels as a png?\tosx\nHibernate query by example (from Spring 3)\thibernate\nWebPart in a root site includes a listview which tries to show the content of subsite lists\tsharepoint\nSharePoint and Office Open XML interaction question\tsharepoint\nQt Show/Hide widget animation\tqt\nChanging Drupal notifications e-mail address\tdrupal\nwhat is the best way to backup subversion repositories?\tsvn\nTesting for GUI in .bashrc\tbash\nHow to use dll's in the same directory as an excel file\texcel\nspring jdbc RowCallbackHandler nightmare\tspring\nIn apache, if i go to https://mysite.com, the page itself is over https, but all images/links are http://. Is there way to auto rewrite the html so its all https://?\tapache\nHow to insert an excel chart into Word using AddOLEObject\texcel\nApache 2.2 ignoring VirtualDocumentRoot VirtualHosts?\tapache\nHow do I export from MySQL to an Excel file in my PHP site?\texcel\nxml validity, ajax, and php\tajax\nSpring servlet-mapping\tspring\nNhibernate HQL SQL Server 2005 / 2008 CONTAINSTABLE\thibernate\nQtAbstractAdaptor vs. QtAbstractInterface\tqt\nWhat is the PL/SQL API difference between Oracle Express Edition (XE) and Standard Edition (SE)?\toracle\nAjax doesn't work in iPhone safari\tajax\nQt Equivalent of NSTokenField\tqt\nDrupal: customizing user registration workflow for communicating with another webapp\tdrupal\nApache mod_rewrite: redirecting subdomains to the HTTPS login page\tapache\nMagneto performance tunning\tmagento\nhow to branch code to another responsibility for SVN?\tsvn\nCustomising an NSTextFieldCell depending on the isEnabled biding of the table column\tcocoa\nQtScript: how to reload current script?\tqt\nData Logging with Oracle (or any RDBMS)\toracle\nHow do I browse an old revision of a subversion repository through the web view?\tsvn\nHow can I restrict the visibility of a custom list action to a newly defined group\tsharepoint\n\"Creating a \"\"Uninstaller\"\" for a program on Mac OS.\"\tosx\nDRUPAL: adding CCK image fields to other CCK fields\tdrupal\nAre there design patterns for writing SharePoint workflows that will be upgradable?\tsharepoint\nAre there any good drag&drop AJAX web app toolkits out there?\tajax\nWhat is the Cocoa equivalent of UpdateSystemActivity?\tcocoa\nWanted: Good examples for Scala database persistence\tscala\nVisual Studio - New Filter instead of New Folder when using Create Project From Existing Source Wizard\tvisual-studio\nsetNeedsDisplay not working?\tcocoa\nIs it possible to select a specific tab in OSX Terminal.app using keyboard shortcuts?\tosx\nfree matlab environment\tmatlab\nare there any good unit testing packages for excel\texcel\n\"Eclipse \"\"Share Project\"\" by hand?\"\tsvn\nMerging from branch to trunk with 'Merge range of revisions'\tsvn\nHow do you make a Menu Bar Item display how many rows there are in a table?\tcocoa\nHow can I eliminate dead keys on Mac OS X with international keyboard?\tosx\nSuggestions for maintaining Visual Studio vcproj project files in version control\tvisual-studio\nFolder structure for many projects in one SVN repository?\tsvn\nHibernate increment starting number\thibernate\nConverting a HQL-query which includes elements() to Criteria API\thibernate\nDouble question in excl strings?\texcel\nwordpress contact or message pages\twordpress\nDrag&Drop problem in a TreeView Qt\tqt\nSpecial functions in Matlab\tmatlab\nWhen does Spring create instances of objects that are injected\tspring\nMagento custom attribute default value not showing in front end\tmagento\n[Excel] Populate list via a bi-Condition\texcel\nSimulate USB insertion on OSX via software\tosx\nAjax locally testing\tajax\nHow to check CMS block is active?\tmagento\nCalculate difference of numbers in two files\tbash\nSQL for listing Oracle Stored Procedures\toracle\nSessions with clustered instances of Oracle Application Server\toracle\nDisabling the constant upgrade messages from subversion clients...\tsvn\nCan a STP template be hidden from subsite creation page?\tsharepoint\nSVN replicate directory\tsvn\nIs it possible to get a list of added or deleted files from subversion?\tsvn\nTransactionProxyFactoryBean when switching from configuration-based Service beans to annotation based service beans\tspring\nawk my number, im supid in bash\tbash\nMATLAB: Plotting .m file from directory\tmatlab\nHow to remove, reinstall and/or find info about Visual Studio 2008 hotfixes?\tvisual-studio\nCan a Spring form command be a Map?\tspring\nNumber of Classes in a Visual Studio Solution\tvisual-studio\nHow do I add a third party Framework to xcode project?\tcocoa\nRefactoring plug-in for Visual Studio 2003\tvisual-studio\nOracle why does creating trigger fail when there is a field called timestamp?\toracle\nhow to simulate the concept of object identity in Haskell\thaskell\nhow do I paste text to a line by line text filter like awk, without having stdin echo to the screen?\tbash\nWhat are the uses of svn copy?\tsvn\nApache module FORM handling in C\tapache\nSharing WordPress session cookie with MediaWiki\twordpress\nhow to use foreach in linq\tlinq\nSFAuthorizationView authorize: method does not work.\tcocoa\nMagento: Disecting the Default Theme\tmagento\nCan the following loop be vectorize?\tmatlab\nReplace empty cells with logical 0's before cell2mat in MATLAB\tmatlab\nDrupal Displaying the Vote up down widget 2.x\tdrupal\nEntityManager injection with JPA\tspring\nExcel Word Wrap Problem after Macro\texcel\nHow do I break out of a loop in Scala?\tscala\nHow can I disable Theme Info module in Drupal when it takes up too much memory to access the admin>>modules page?\tdrupal\nOracle triggers error are not captured while using ADODB\toracle\nannotation in matlab plot\tmatlab\nhibernate composite Primary key contains a composite foreign key, how to map this..\thibernate\nWorking with date ranges in PHP/Oracle\toracle\nDrupal: Enable search form globally?\tdrupal\nHow to make an NSString path (file name) safe\tcocoa\nDrupal theme_jcalendar_view\tdrupal\nIs LINQ to Everything a good abstraction?\tlinq\nIs there a way to refresh Magento *Catalog* (not Shopping Cart) prices with a Coupon code?\tmagento\nIt is possible to completely remove a file from my SVN repository?\tsvn\nCan i limit apache+passenger memory usage on server without swap space\tapache\njson problem (ajax uploader with zend)\tajax\nplotting matworks logo and heartshape\tmatlab\nControl Processes Started by Bash Daemon\tbash\nAutomating builds from subversion tags\tsvn\nLaunch safari from a Mac application\tosx\nJquery like selector in Haskell\thaskell\nDisplay hidden characters in NSTextView\tcocoa\nProblems using MySQL instead of MySQLi\tdrupal\nRestore and Recovery Scenario\toracle\nHow do I navigate through multiple relationships using LINQ to Entities?\tlinq\nHow do i convert String to Integer/Float in Haskell\thaskell\nWhen using py2app, is there a way to customize the traceback dialog that gets displayed? (Or show a different Cocoa dialog?)\tosx\nsimple putStrLn in Haskell/Yampa with arrows syntax\thaskell\nAny pitfalls developing C#/.NET code in a Virtual Machine running on a MAC?\tosx\nMaking WP Templates\twordpress\nmy Magento Observer is getting in Endless loop\tmagento\nHow do you version your database schema?\tsvn\nWhat is the proper way to wrap this php loop around the javascript\twordpress\nHow to reset svn-properties according to new SVN config?\tsvn\nUsing Matlab to find maxima for data with a lot of noise\tmatlab\nProblem displaying custom property values for SharePoint custom field types\tsharepoint\nLINQ default methods for insert/delete/update are coming disabled in visual studio 2008\tlinq\nProgrammatically add an alias to the Dock in OS X\tosx\nConvert database from Antislaed to Drupal\tdrupal\nHow do you check for sanity in objective-c and cocoa?\tcocoa\nMatlab Simulink scope log or saved data\tmatlab\nProgrammatically creating a MOSS publishing page\tsharepoint\nImplementing a java interface in Scala\tscala\nCocoa Core Data - Background Thread\tcocoa\nWhat is the difference between these two methods of accessing the SharePoint model?\tsharepoint\nHow do you put a normal control into an NSView?\tcocoa\nApache not loading Xdebug, but does when started from the Command Line\tapache\nConnection hangs after time of inactivity\thibernate\nHaskel dot (.) and dollar ($) composition: correct use.\thaskell\nIs Oracle RDBMS more stable, secure, robust, etc. than MySQL RDBMS?\toracle\nMatlab: how to create a  cell-array in Matlab from this type of  data\tmatlab\nTest a site in Mac Firefox\tosx\nHow to write this rewrite rule in Apache?\tapache\nwordpress url resolution of subpages from within plugin\twordpress\n\"[Haskell] Error \"\"No instance for (Num [t])\"\" in Collatz function\"\thaskell\nError in bash script while reading a file.\tbash\nList globals in matlab\tmatlab\nMagento order tax information\tmagento\nTranslating external api results in Drupal\tdrupal\nLINQ grouping in C#\tlinq\nDeleting a LOT of data in Oracle\toracle\nHow can I use FTP to update my website from a Subversion repository ?\tsvn\nGet revision number of a remote repository\tsvn\nHow to use @sum with CoreData\tcocoa\nHandling and syncing own custom version of an open source library with SVN\tsvn\n@ManyToMany Hibernate Question (can add extra field?)\thibernate\nSharePoint through Web Client Service (webclnt.dll). CreateFile fails\tsharepoint\ndisplay a 'view' list within a composite layout in drupal\tdrupal\nHelp with excel automation addin\texcel\nQt: doesn't cause memory leak?\tqt\nHow do I implement IWebPartField.Schema correctly when providing a string field\tsharepoint\nbash command to repeatidly emulate keypress on a proceess\tbash\n\"\"\"Take this test to find out if you are...\"\" type of module in Drupal?\"\tdrupal\nMATLAB's hmmtrain assumes initial transition from state 1\tmatlab\nUTF-8 URI explodes Apache & mod_rewrite\tapache\nIs there a native excel class which allows a range to be copied and sorts/filters applied?\texcel\nDifferences between stock Apache on OS X 10.5 Leopard and OS X 10.5 Leopard Server?\tapache\nHow to make an unboxed array of floats I can get a Ptr to\thaskell\nSwitch user and output variable contents\tbash\nMac OS java version problem for jar files\tosx\nMagento - Modify and have different set of fields and labels for cart and checkout screens\tmagento\nIs there anything like Winsplit Revolution for Mac OS X?\tosx\nWordpress OR Joomla?\twordpress\nIs there a quick way to say If notempty x = y else x = default in a Linq where query\tlinq\nCascading updates with business key equality: Hibernate best practices?\thibernate\nLocking Your Own NSPreferencePane?\tosx\nAJAX checker script, problem with redirect\tajax\nAre there any known issues of VS 2003/2005 and 2008 coexisting?\tvisual-studio\nRemoving parts of a cell\texcel\nHow can I get the functionality of svn:externals in a read-only fashion?\tsvn\ng:set blocks out my code\tspring\nType Inference on Method Return Type\tscala\nC program stuck on uninterruptible wait while performing disk I/O on Mac OS X Snow Leopard\tosx\nLINQ - Help me grasp it with an example I think LINQ should be able to solve!\tlinq\nShould I use Delegate Classes if I want items to be edited using a dialog in Qt?\tqt\nqTip in ajax content\tajax\nConfusion over class resolution in Oracle java stored procedures\toracle\nObfuscating a Magento module\tmagento\nerror :php extension curl must be loaded\tmagento\nApache - Prettifying URLs with mod_rewrite while also catching some edge cases\tapache\nWhat is the best view layer for Spring 3 ?\tspring\nWhy won't my local Apache open html pages?\tapache\nDrupal 6 - Views2 - How to build a view of non-nodes\tdrupal\nHaskell Syntax case expression in a do block\thaskell\nWordpress Base Path Hook?\twordpress\n\"Are PHP processes called via AJAX cancelled on \"\"ESC\"\"?\"\tajax\nExcel VBA to Oracle Algorithm\texcel\nAdding attributes to Q_PROPERTYs\tqt\nbash case statements evaluate to strings\tbash\nIs QT classified as a c++ library? If not a library, how would you classify QT?\tqt\nThread pool in Qt 4.3\tqt\nAjax - How to change URL by content\tajax\nConnecting to a signal hidden by QMessageBox\tqt\nRetrieve attribute code\tmagento\nUsing Apache mod_rewrite to remove sub-directories from URL\tapache\nControl which columns become primary keys with Microsoft Access ODBC link to Oracle\toracle\nWhat is the best alternative way of montoring apache Active MQ other than using JMX API\tapache\nAjax call not working in IE7 and FF.\tajax\nApache URL Redirect\tapache\nRewriteRule for mapping x.domain.com to y.domain.com\tapache\nSpring 2.5 Form validation - Dynamic data lost if validator is called?\tspring\nSubmit multiple value when using Ajax.Request and Starbox\tajax\n\"Mixing \"\"USING\"\" and \"\"ON\"\" in Oracle ANSI join\"\toracle\njava.nio.BufferUnderflowException when processing files in Scala\tscala\nHow to display an AJAX progress bar / message\tajax\nAny good resource on processor scheduling/programming for Mac OS X?\tosx\nPreventing DB password from being accidentally checked into public SVN\tsvn\nhow to assign random energy E to every node and compare two nodes for maximum energy and also find distance between them?\tmatlab\nApache + SSL Error 336027900\tapache\nWhere are Visual Studio breakpoints saved?\tvisual-studio\nDifference between Expression.Call overloads?\tlinq\nHow many temporary extents is my oracle 10g session using?\toracle\ndetect svn changes in a .bat\tsvn\nHibernate getting on my nerve. Delete question on One To One relationship.\thibernate\nHandling event when approving a document.\tsharepoint\nCustomizing dockable windows in Visual Studio\tvisual-studio\nParser combinator not terminating - how to log what is going on?\tscala\nWill Pro*C work with MSVC 6?\toracle\nSharePoint: How to get Top 5 records by using CAML query from a list.\tsharepoint\napache xampp gzip\tapache\nWhich maven modules to include for spring 3.0?\tspring\nApache2: Environment variables for user http\tapache\nAsp.net Ajax , Hangs Somtimes\tajax\nHow do I specify multiple interfaces when registering a class in the Ajax Client script?\tajax\nWill Subclipse 1.4.4 work with Subversion 1.3.2\tsvn\nWhy the comment's id are continues?\twordpress\nAccessing a remote file with a SharePoint Web Part\tsharepoint\nMatrix of unknown length in MATLAB?\tmatlab\nRewrite only a specific file using MOD_REWRITE\tapache\nexcel text formula to extract words seperated by semicolon in a field\texcel\nOverwriting / Overloading a controller class in Magento\tmagento\nHow can I store my Rewrite Rules in a database?\tapache\nHow to use SBT (Simple Build Tool) with Google App Engine?\tscala\nHow to capture worksheet being added through Copy/Paste in Excel VBA\texcel\nWordpress: wp_get_attachment_thumb_url\twordpress\nSlow to start after upgraded to Spring 3\tspring\nusing Spring JdbcTemplate\tspring\nLINQ Query - Explanation needed of why these examples are different.\tlinq\nSetting up NHProf for Hibernate\thibernate\nHow to remove maximize button in Mac OS X tool window in Qt\tqt\nError in hibernate constraint\thibernate\nHow to create folders using file names and then move files into folders?\tbash\nStoring Feature Configuration within Sharepoint\tsharepoint\nlink an Array Controller to an Array in XCode via outlets\tcocoa\nhibernate Lock wait timeout exceeded;\thibernate\nrecover Hibernate session state after a failed insert\thibernate\nMagento & Google Checkout & Tracking\tmagento\nApache crashes when php_apc extension is turned on when using symfony?\tapache\nIQueryable  Where Extention Method with  Or's\tlinq\nMac Browsers - Is IE5.5 for the Mac officially dead?\tosx\nGet result of a JS file directly? (sorta AJAX related)\tajax\nIs there a metadata exclusion filter for the SVN DIFF command?\tsvn\nSample a process on Mac OS X from a C/C++ program\tosx\nProblem creating new instance of excel 2007 using VBA\texcel\nDetermining wrong input file using VBA & Excel\texcel\nSpring application context : webapp folder variable ?\tspring\nCall another program's functions?\tcocoa\nWhat does apply_filters(...) actually do in WordPress?\twordpress\nHow to set REMOTE_ADDR in apache before php is invoked\tapache\nDrupal: Varnish and cookies\tdrupal\nHow to add these object with name to the array by this order?\tcocoa\n3D plotting in Matlab\tmatlab\nConcurrent DB connection pool in Haskell\thaskell\nMagneto XML layout with custom modules\tmagento\nContact form using PHP and jQuery form plugin\tajax\n\"How to access \"\"overridden\"\" inner class in Scala?\"\tscala\nstderr redirection to stdout\tbash\nHow can we share data between the different steps of a Job in Spring Batch?\tspring\nHow to create a custom 404 page for my Django/Apache?\tapache\nBinning in matlab\tmatlab\nWhy isn't my sheet attached to the window it's run for?\tcocoa\nIs there a way to get distinct taxonomy terms in drupal views?\tdrupal\nHow do I create a temporary file with Cocoa?\tcocoa\nIdentifiers in a Diamond Relationship between Tables\toracle\nMagento Custom Forms\tmagento\nHow to deal with a flaw in System.Data.DataTableExtensions.CopyToDataTable()\tlinq\nTortoiseSVN Error\tsvn\nExcel Range Format: Number is automatically formatted when Range::Value2 is set\texcel\nqueries with hibernate\thibernate\nShould I bring HTML snippets or JSON?\tajax\nHaskell: looking up the second value of a tuple in a list based on the first value\thaskell\nRead password protected excel file using OLEDB in C#\texcel\nPyObjc vs RubyCocoa for Mac development, Which is more mature?\tcocoa\nDrupal paths in themes\tdrupal\nOracle - select AND delete in a procedure\toracle\nBuilding magento modules\tmagento\nlinq sql error : the text data type cannot be selected as distinct because it is not comparable.\tlinq\nHelp with Hibernate Collection Foreign Key Mapping\thibernate\nimporting content into drupal.\tdrupal\nIn Haskell, how can you sort a list of infinite lists of strings?\thaskell\nHow to make a dashboard widget in mac os x using python\tosx\nhow to get the image of MAC System icon in Finder?\tcocoa\nStoring Waveforms in Oracle\toracle\nBash input/output in C++\tbash\nCombo boxes with Hibernate\thibernate\nIf the Nothing type is at the bottom of the class hierarchy, why can I not call any conceivable method on it?\tscala\nUser Profile Import - more than on Search Base\tsharepoint\nIn Qt, create a table with an blank editable row\tqt\nWhat is keyboard shortcut to view all open documents in Visual Studio 2008\tvisual-studio\nWorkarounds for Hibernate's lack of delete-orphan support for one-to-one and many-to-one relationships?\thibernate\n\"Oracle: how to run a stored procedure \"\"later\"\"\"\toracle\nWhat does the amphersand indicate in this bash command 1>&2\tbash\nBASH ^word^replacement^ on all matches?\tbash\nHow does Spring maintain singletons,prototypes... under the hood?\tspring\nWhere to find Wordpress API documentation?\twordpress\nAlternating coloring groups of rows in Excel\texcel\nHow to Export/Import Toolbars in Visual Studio\tvisual-studio\nWhat do you deploy to clients SVN branches or tags\tsvn\nDo PHP 4.4.9 based applications run on PHP 5.2.0 flawlessly?\tmagento\nNS(Array|Tree)Controller Architecture for multiple NSViewControllers\tcocoa\nInstalling a Haskell package from Hackage through Cabal gets stuck at dependency resolution\thaskell\nHow can I configure Apache to map  /talk.html?id=77 to the file that is called talk.html?id=77  ?\tapache\nHyperlink to an Excel Cell\texcel\nOracle ROWNUM\toracle\nHow to learn Haskell\thaskell\nSpring queryForLong - Loss of precision\tspring\nAny clever way to launch a makefile in Visual Studio only if build succeeded?\tvisual-studio\n\"Implementing \"\"this is taking too long\"\" message with jQuery\"\tajax\nScala libraries and frameworks\tscala\nIn Subversion what are best practices to modifying historical files?\tsvn\nDrupal: How to implement a SECOND admin with fewer rights than the normal and own theme?\tdrupal\nadd custom field to onepage checkout in magento\tmagento\nPros and cons of MS Ajax vs. jQuery in an ASP.NET MVC app?\tajax\nEclipse IDE speed sluggish on Snow Leopard Macbook\tosx\nLookup shell variables by name, indirectly\tbash\nOracle Text: How to sanitize user input\toracle\nHow to create a subdirectory for a project in qt-creator?\tqt\nhibernate, mysql, glassfish v3, and JTA datasource\thibernate\nChange post categories while saving post\twordpress\nDoes Scala have an equivelant to C# yield?\tscala\nValue of 0 in Hibernate IndexColumn mapped with base=1\thibernate\nHow to be notified of the Minimize button being pressed in an OSX Window?\tosx\nIs there a Visual Studio plugin that spellchecks strings and comments?\tvisual-studio\nDisplay contents of Oracle AQ SYS.AQ$_JMS_TEXT_MESSAGE\toracle\nAdd page title to custom theme on Magento\tmagento\nHow to create a decent toString() method in scala using reflection?\tscala\nAJAX load of a rendered PNG not working\tajax\nDrag & drop with .ui files\tqt\nHow to add a column for example customer group id in Magento's Admin Order Grid\tmagento\nDrupal Form-API: #field_prefix doesn't work on textfield\tdrupal\nSVN Merge help\tsvn\nIs there a Haskell compiler or preprocessor that uses strict evaluation?\thaskell\nWhy does this first Haskell function FAIL to handle infinite lists, while this second snippet SUCCEEDS with infinite lists?\thaskell\nIdeas for Implementing Magento Order Approval process?\tmagento\nHibernate + Annotations + Validator: Length constraint inside EmbeddedId ignored by hbm2ddl\thibernate\nHow to restart transactions  on deadlock/lock-timeout in Spring?\tspring\nUndefined symbol _main when trying to build logstalgia on mac\tosx\nPass multiple arrays to javascript via ajax\tajax\nQT with C#/.NET in Visual Studio 09\tqt\nLINQ COUNT on multiple columns\tlinq\nMagento from 1.3 to 1.4\tmagento\nHow can I access informations about connected storage devices on Mac OS X?\tosx\nDrupal FileField remove file from node but leave on Server\tdrupal\nIs there a tactical (read 'hack') solution to having the VBA code and Excel sheet as one binary file?\texcel\nHow long does it take to create 1 million threads in Haskell?\thaskell\nHibernate Security Apprehension: Hibernate vs. Stored Procedures\thibernate\nBuilding Projects in Visual Studio\tvisual-studio\n\"Haskell newbie question: What is \"\"lifting\"\"?\"\thaskell\nDrupal Templating/Theming Resources or Advice?\tdrupal\nHow to serch by categories uisng trip_search\tdrupal\nSpring freemarker bind - what is controller?\tspring\nDevice Information from NSEvent/CGEvent\tcocoa\nAutomated release script and Visual Studio Setup projects\tvisual-studio\nUnlocking a SVN working copy which has unversioned resources\tsvn\nHow do I write a csv file from a txt file with line omittion\tmatlab\nSecurityException when making ajax call from only a certain machine?\tajax\nScala equivalent of Java java.lang.Class<T> Object\tscala\nTiming a Curl Operation in Bash\tbash\nHow to grab live text from a URL?\tbash\nEasiest way to scrape SharePoint list data to a seperate SQL Server table?\tsharepoint\nHow can I write an addition of two items in a string representation???\thaskell\nApache .htaccess mod_rewrite and clean urls\tapache\nHibernate unidirectional one to many association - why is a join table better?\thibernate\nAJAX Functionality\tajax\nHibernateTransactionManager(Spring) with multiple Session Factories\tspring\nOracle 9i: How can I determine, using metadata, whether or not an index is clustered?\toracle\nHow can I branch in SVN and have it branch my svn:external folders as well?\tsvn\nHow to delegate within a crontab to use another file as a crontab? aka Crontab in SVN/CVS?\tbash\nMagento : Converting currency before sending data to Google Checkout\tmagento\nHow to speed up sharepoint development in Virtual PC?\tsharepoint\nDebugging Cocoa app\tcocoa\nDeploy a resource file to App_GlobalResource folder on activation\tsharepoint\nAjax jquery synchronous callback success\tajax\nhibernate.properties classpath conflict\thibernate\nHow do I get each line from an NSString?\tcocoa\n\"How to prevent the OS X text layout engine from automatically \"\"flipping\"\" lines with right-to-left text?\"\tcocoa\nHow could predicate pushing on an inline view slow down a query?\toracle\ndrupal - add select/option list to a form\tdrupal\nFonts in pdf documents screwed up when generated with latex (specifically, pdflatex) on mac osx.\tosx\nDrupal sudden excessive memory usage\tdrupal\nHow do I make sure public VBA methods don't show up in the list of Excel macros?\texcel\nlinq to xml and ViewList problem\tlinq\nHow to increase the time tooltips remain visible in Visual Studio\tvisual-studio\nGet Criteria by associationPath\thibernate\nAdding Padding To The 'left' of a Text Field.\tcocoa\nGetting Visual Studio to ignore source control bindings in a solution\tvisual-studio\nHow to Animate scrollpoint?\tcocoa\nScala isn't allowing me to execute a batch file whose path contains spaces.Same Java code does.What gives?\tscala\nBest location for database file in Mac OSX\tosx\nLiteral quotes in flags for a command in a bash script\tbash\nHow can I ping many subsites ~/[0, 3].html in Bash?\tbash\nLoad content into parent element with jquery\tajax\nxslt hyperlink, seperate the url and descption\tsharepoint\nSusbtitution in sed with spaces\tbash\nWhat are the biggest differences between Scala 2.8 and Scala 2.7?\tscala\nChanging Excel 2000 pivot chart unit\texcel\nHibernate Search querying ?\thibernate\nAre Update/Delete/Insert on the Linq Roadmap?\tlinq\nbash completion for certain types of files in a special directory\tbash\nHow to convert Matlab output into an array?\tmatlab\nGet rid of NewApplication in a dynamic way?\tcocoa\nSharePoint - Web part to view remote list\tsharepoint\nHow to deallocate memory when a Qt window closes?\tqt\nQuickest way to get started with OS X app development?\tosx\n\"what is wrong: \"\"value Parsers is not a member of package scala.util.parsing.combinator\"\"?\"\tscala\nHow to get formcollection using ajax.actionlink\tajax\nScala non-covariant immutable Set\tscala\nhibernate interceptors : afterTransactionCompletion\thibernate\nstartup script fot Mac OS\tosx\nHibernate dynamic instantiations with collections, is it possible?\thibernate\nmagento database connectivity\tmagento\nHow do I list all repositories with the SVNParentPath directive on Apache+SVN?\tsvn\nOSX Application Bundle Working Directory\tosx\nSlow performance using anonymous functions in Matlab\tmatlab\nLINQ to SQL and object lifetimes, references vs. values\tlinq\nVisual Studio 2008 Syntax Coloring Problem\tvisual-studio\nWhen is a CGBitmapContext not a BitmapContext?\tosx\nHowto use mongoDB bindings for haskell.\thaskell\nMagento custom attributes failing to install\tmagento\nWhat does the console error 'Unable to clear quarantine' mean?\tosx\nHibernate Entity sort column configuration\thibernate\nHibernate transaction boundaries\thibernate\nSVN log not showing all the revisions made to a file\tsvn\nQPixmap from QBitmap\tqt\nSharePoint SPSite Disposing\tsharepoint\nHow do I sync between VSS and SVN\tsvn\nCan I use resources licenced under the Apache Public License in my commercial app?\tapache\nInstall VS 2008 Prof.\tvisual-studio\nInstalling RMagick on Mac OS X with MacPorts\tosx\nusing apache location directive to list folders from trac\tapache\nConversion tool for MS-Excel spreadsheets with macros and VB to Oracle?\toracle\nMagento - Send emails for different order status\tmagento\nHow can I configure Spring to save as much memory as possible?\tspring\nCountry name based themeing system on  Magento\tmagento\nIs it acceptable/good to store binaries in SVN?\tsvn\nSpring Transactions in diffrent DAOs does not work anyway?\tspring\nWays to deal with arbitrarily large sets of an arbitrary number of items in Excel\texcel\nRSS viewer in SharePoint strange\tsharepoint\nHow to create and read a sequence in Hibernate?\thibernate\nUtilizing Sharepoint workflow functionality\tsharepoint\ntinyMCE & wordpress giving odd characters... tried combination of solutions...\twordpress\nAfter overriding contoller how to best update handles\tmagento\nWhy is there no string interpolation in Scala?\tscala\nbash errors in this script ?\tbash\n.NET Development on a Mac Tips\tosx\nNSMutableArray count always returns zero\tcocoa\ncan Use Hibernate and Tomcat Connection pool at same time?\thibernate\nSync Services Client and Schema Xcode Project Structure\tcocoa\nSubclipse svn:ignore\tsvn\nMagento migration to local environment\tmagento\nHow scalable is LINQ?\tlinq\nDrupal + Nginx + Php-cgi :  502 Bad Gateway error\tdrupal\nControlling the ID of a custom action item in SharePoint\tsharepoint\nInclude value of sharepoint's version column in a word document\tsharepoint\nIds not available from proxy object\thibernate\nCAML cannot reference Custom Properties in custom fields.\tsharepoint\nShow a list of words repetited in haskell\thaskell\nCustomizing breadcrumb in sharepoint publishing site with variations\tsharepoint\nNeed help understanding a bash command\tbash\nreturn subversion working copy to an old revision\tsvn\nDrupal 6: redirect Modules\tdrupal\nDrupal path alias not found\tdrupal\nHow do I copy my entire working copy between hard drives?\tsvn\nwordpress plug-in or anything that will allow us to edit the meta tags for each individual post?\twordpress\nA question about cross-domain (subdomain) ajax request.\tajax\nWhat's a good book for learning Ajax?\tajax\nwordpress functions.php\twordpress\nIs there any way to change the index of menu items in a SharePoint menu?\tsharepoint\nplease help me understand the pattern match in haskell. i'm a little confused.\thaskell\nSharepoint 2007 document management\tsharepoint\nmany instances of apache get spawned with Passenger/Rails\tapache\nLinq for NHibernate and fetch mode of eager loading\tlinq\nMac OSX 10.6 compiler: a puzzling experience with 32 vs 64 bit.\tosx\nSpring user transaction with hibernate\thibernate\nSimulate string split function in Excel formula\texcel\nExcel built-in dialogs\texcel\nOut of Memory Matlab Error\tmatlab\n\"Creating a \"\"Universities Attended\"\" Profile field/block (Drupal)\"\tdrupal\nPage Layout does not appear in the page layouts list\tsharepoint\nMatlab symbolic toolbox: What's wrong with my code?\tmatlab\nCan someone explain what the output of fft means in MATLAB?\tmatlab\nHow to tell whether a dylib is compiled for 10.6 or 10.5?\tosx\nHow can I retore svn control if the .svn folder has been damaged\tsvn\nRecording test data in Hibernate\thibernate\nRun command when bash script is stopped\tbash\nHow can I downgrade the version of an SVN working copy?\tsvn\nProblem computing a summation in matlab, seems so simple but i can't get it...\tmatlab\nHow to pass an arbitrary AppleScript Record to Cocoa in a scriptable app?\tosx\nBlank arguments in Drupal view not working\tdrupal\nImporting matlab functions in matlab\tmatlab\na function isn't loading\thaskell\nDrupal view rows output\tdrupal\nORA-00933: SQL command not properly ended\toracle\nLinq: recursively get children\tlinq\nQT: meaning of slot return value?\tqt\nexamining Subversion history of deleted file\tsvn\nHow to create a hibernate idbag with a collection-id that has a default value?\thibernate\noracle: how do I get the sequence number of the row just inserted?\toracle\nDo you use the original (German) apple keyboard/keyboard layout when programming on mac?\tosx\nMagento - change subject in newsletter subscription success email?\tmagento\nWhat does Apache need to support both mysqli and PDO?\tapache\nHow to remove paths from tabs in Visual Studio 2008?\tvisual-studio\nlogging time using httpd.conf\tapache\nHow to access Subversion from Oracle PL/SQL ?\toracle\nQt dialog with no window icon\tqt\nHow to make an AJAX spreadsheet or an editable and navigatable web table/grid?\tajax\nDocument is not updated after check in form Word\tsharepoint\nRedirect stderr and stdout in a bash script\tbash\nHow do I print a field from a pipe-separated file?\tbash\nopen firmware console on mac osX (intel)\tosx\nHow to modify existing excel file using PHP?\texcel\nHow can I make a program start up automatically in OSX?\tosx\nHow would I do multiple concurrency in Scala, without the need for messages?\tscala\nHow do I fix this Visual Studio keyboard mapping problem?\tvisual-studio\nSubclassing NSOutlineView\tcocoa\nBest SVN Client Ignore Pattern for VB.NET Solutions?\tsvn\nAccessing Web Services via AJAX?\tajax\nCount rows until the sum value of the rows is greater than a value\texcel\nProper way to make a fat binary prefer to be 32bit on 64bit OS X 10.6?\tosx\nMigrating Wordpress Site from subdirectory to root. Problems!\twordpress\nSVN Pre Commit Hooks\tsvn\n\"Magento \"\"Products Ordered\"\" report?\"\tmagento\nProblem in using indexes with SQL Server 2005 and Hibernate\thibernate\nMoving a MAC font to a PC - How?\tosx\nHow to select Interop .NET framwork version running from Excel?\texcel\nAdvantages of VS 2008 over VS 2005\tvisual-studio\nInfinite loop using Spring Security - Login page is protected even though it should allow anonymous access\tspring\nC# 2008 Express: Project type (.csproj) is not supported by this version of the application.\tvisual-studio\nHibernate custom type definitions\thibernate\nHow to spoof an ethernet MAC address of the wired ethernet interface coming with MacBookPro and Leopard 10.5.6?\tosx\nFunction names and parameters in matlab variables\tmatlab\nVBA code for SUMIFS?\texcel\nLinux shell scripting\tbash\n\"d13slideshow for WordPress and \"\"URL file-access is disabled\"\"\"\twordpress\nSome questions about monads in Haskell\thaskell\nSwitching to LINQ\tlinq\nWordpress - image.php - if no image redirect to home\twordpress\nLoop doesnt work without alert() in ajax readystate()\tajax\nIs Sharepoint the right platform for large ERP applications?\tsharepoint\nmatlab image processing 3d\tmatlab\nHow do you redirect https to http\tapache\nShould I use NSDecimalNumber to deal with money?\tcocoa\nJVM crashes when trying to connect to Oracle using OCI\toracle\nHow to implement a stdin, stdout wrapper ?\tbash\nBreaking up a large Hibernate class\thibernate\nCocoa/Objective-C NSProcessInfo weirdness...\tcocoa\nTurning y axis upside down in MATLAB\tmatlab\nBash: Join elements of an array?\tbash\nlinq help - newbie\tlinq\nLogging all cocoa events?\tcocoa\nSelf-extracting web environment\tapache\nMove wordpress from home web server to web server hosting account\twordpress\nCan you detect a ctrl-click (context menu) request in the mouseDown event?\tcocoa\nWhy does one of these statements compile in Scala but not the other?\tscala\nUsing perfectly formatted input as list in Haskell\thaskell\nteam system unit testing and configuration\tvisual-studio\nMaking Excel functions affect 'other' cells\texcel\nHow to pass values of a form to the sever with Ajax and Jquery?\tajax\nPorting JDBCRealm from tomcat to OC4J\toracle\nHow to use svn with emacs (psvn can't create tunnel)\tsvn\nMultiple calls with Simple Modal OSX Style Dialog\tosx\nWhat are the ways to convert/encode to AAC in Cocoa?\tcocoa\nUsing subversion for web applications\tsvn\nAjax ReordeList and asp:FileUpload Problem\tajax\nVisual Studio Solutions Folder as real Folders\tvisual-studio\nHibernate, C3P0, Mysql -- Broken Pipe\thibernate\nMaking the Code check to see if the Text in a Text box matches any of the Strings in an NSArray.\tcocoa\nCan I use Matrix Vision frame grabbers with Matlab?\tmatlab\nHiding Page Breaks in Excel\texcel\nQt doesn't find QStackedWidgets' slot setCurrentWidget\tqt\nHaskell type error using infered type\thaskell\nCompatibility of Comet with current technology\tajax\nWhat's a good book for learning Cocoa and Mac programming?\tosx\nPassing enum parameter to a case class does not work\tscala\ninstall java se 6 on a mac without software updater\tosx\nApache Webservers\tapache\nVSTemplate with build action\tvisual-studio\nwrite the data from an excel sheet to the text file though C#\texcel\nResources for learning LINQ?\tlinq\nHow to make a file extension downloadable?\tapache\nMagento use own handle in widgets doesn't work\tmagento\nplsql custom numeric format\toracle\nStrongly typed dynamic Linq sorting\tlinq\nHow can you remove a Criterion from a criteria?\thibernate\nWhere next, after Haskell?\thaskell\nOracle Application Server; What role in an organization typically supports the middle tier?\toracle\nIntegrating External Sources in a Build\tsvn\n\"What is the most efficent way to get a Range \"\"set difference\"\" in Excel Automation?\"\texcel\nPreconfigured Magento Widgets\tmagento\nTAB separated txt file from Excel  VBA/MACRO\texcel\nWhen I call PreparedStatement.cancel() in a JDBC application, does it actually kill it in an Oracle database?\toracle\nNo Runnable methods Error From Base Test class\tspring\nHow to access images on a directory outside of the web application\tapache\ntransaction timeout not working on hibernate with oracle\thibernate\nExtending Forms Authentication Timeout When Making AJAX Calls With jQuery\tajax\nAdd webpart to default WSS page via feature\tsharepoint\nGiving The Root Row Of An Outline View A Different Background Color.\tcocoa\nDetermining Oracle Database Instance\toracle\nDrupal: How to know the type of a tid (term id)?\tdrupal\nHow to get the paint event for Buttons in QT\tqt\nHaskell quiz: a simple function\thaskell\nDo DDL statements always give you an implicit commit, or can you get an implicit rollback?\toracle\n\"Magento xml layouts - before=\"\"-\"\" not working in 1.4.2\"\tmagento\nDrupal: passing variable from preprocess to template.php?\tdrupal\nWhy browsers sometimes render site bad?\tapache\nValidating Registration Data with an External Identity Repository in Drupal\tdrupal\nfile path from sql query in drupal\tdrupal\nBash open Firefox Window, then each subsequent window in tabs\tbash\nC++ class - Increment and decrement attribute every N milliseconds\tvisual-studio\nLinq Select Certain Properties Into Another Object?\tlinq\nEquivalence testing in Haskell\thaskell\nampersand problem with wordpress categories\twordpress\nLINQ - Select all children from an object hierarchy\tlinq\nHow can I implement Google Maps-like tile scrolling in Qt?\tqt\nWeb Application Development on Scala\tscala\nRemoving an array dimension where the elements sum to zero\tmatlab\nAutostart spring app\tspring\nVisual Studio Refactoring: Remove Structured IF/End If\tvisual-studio\nIs this a correct way of writing the Haskell foldr function?\thaskell\ncocoa + dynamic text labels on NIB file\tcocoa\nApache2 + RewriteMap + Python -- when returning 'NULL', apache hangs\tapache\nAdd a single Bash command\tbash\nUsing Spring Pitchfork to have JEE complaint code that runs in non-JEE container\tspring\nbest of sharepoint\tsharepoint\nUsing MatLab to calculate signal:noise ratio\tmatlab\ncheck CPU type at RUN time for C program on MAC\tosx\nMulti-Dimension any()\tmatlab\nDisabling copy of empty text in Visual Studio\tvisual-studio\nMATLAB: Using ODE solvers?\tmatlab\nOracle, deleting many records with child tables\toracle\nWhat is the missing parameter in connection pooling?\thibernate\nWhat is the best minifying plugin or tool for wordpress based sites\twordpress\nAjax instant messaging (web-based)\tajax\nQt, VS2005, Qwt - Can't use Q_OBJECT in class derived from Qwt widgets\tqt\nPrinting a result during a recursion in haskell\thaskell\nUsing custom response headers to help detect site transfers\tapache\nHow to order categories in wordpress?\twordpress\nLinking GUI app against a static lib in QtCreator\tqt\nPlotting data on time (date) axis in matlab\tmatlab\nHibernate - how to map an EnumSet\thibernate\nApache htaccess on Win2k is not being processed\tapache\nVisual Studio: Preserving syntax coloring when pasting code into HTML\tvisual-studio\nEmbed webserver in carbon bundle\tosx\nWhat does <tx:annotation-driven/> in Spring really do in the code level ?\tspring\nCustom color settings in VS.NET editor for current line when in debug mode\tvisual-studio\nRunning other java versions on OSX\tosx\nError when converting XML from a CLOB column to XMLType colum\toracle\nRedirect After Registration in Drupal\tdrupal\nSharePoint (WSS) Authentication Across Multiple Domains\tsharepoint\nChecking if Var from LINQ query is Null and returning values older than x\tlinq\nFullscreen Key Down Actions\tcocoa\nSubversion in a single picture\tsvn\nParsec: backtracking not working\thaskell\nTheming Drupal book hierarchies\tdrupal\nHow do I call Matlab in a script on Windows?\tmatlab\nHow can I view programmatically what resources Qt thinks it has?\tqt\nHow to add classes for styling to Drupal when using menu_block?\tdrupal\nAny existing way to make sure beans defined in spring xml are stateless?\tspring\nKeep track of the program variables in Haskell like imperative programs\thaskell\nWeb-based JSON editor that works like property explorer with AJAXy input form\tajax\nHow can I enforce a reviewers name being entered into SVN log\tsvn\nHow can I format date -u so that the results include timezone offset in a Mac OSX terminal session?\tosx\nHow to tell if .net code is being run by Visual Studio designer\tvisual-studio\nJQuery Ajax Post results in 500 Internal Server Error\tajax\nIs there Cache with Linq query support\tlinq\nmy NSDateFormatter works only in the iPhone simulator\tcocoa\nOracle: Global namespace qualifier for function?\toracle\nHibernate Question on Sessions\thibernate\nhow to base64 encode /dev/random or /dev/urandom?\tbash\njquery script is using to much memory\tajax\nIs there an easy way to convert HTTP_ACCEPT_LANGUAGE to Oracle NLS_LANG settings?\toracle\n\"Making an NSTextField act like a \"\"microwave timer\"\", store as NSNumber\"\tcocoa\nHow to create installer for Mac Operating system for my java application\tosx\nXMLHttpRequest object not being instantiated?\tajax\nBest Pattern for AllowUnsafeUpdates\tsharepoint\nSVN Server running on Windows Vista in a Home Network, Accessing from Mac OS X\tsvn\nScala: How do I cast a variable?\tscala\nOracle 10gr2: enforce a date range\toracle\nShould I just let the user hang?\tajax\nHorizontal scroll in a bash window\tbash\nHaskell: read and type signatures\thaskell\nOS X Mac and writing a twain scanning application.\tosx\nAjax breaks frameset in IE only\tajax\nPointcut not working with Spring AOP\tspring\nLoads of extra space at bottom of class in Visual Studio 2008 C# Express\tvisual-studio\nHow to get the index of a record ordered by something in Linq?\tlinq\nTeam working on Drupal - Tips\tdrupal\ndoes it worth to use MYSQLI_CLIENT_COMPRESS when the db is on another machine ?\tdrupal\nwordpress how to add another page?\twordpress\nQAbstractTableModel inheritance vtable problem\tqt\nExplorer view on a non-SharePoint page\tsharepoint\nDo you strip header files when shipping frameworks with your OSX application?\tosx\nMATLAB image corner coordinates & referncing to cell arrays\tmatlab\nHow to create an NSString with one random letter?\tcocoa\ncalculate array element persistence algorithm\tmatlab\nAJAX - timed mySQL queries (please wait screen)\tajax\nLINQ Error Invalid Column Name on Group by sum.\tlinq\nIs there a way to stop WYSISYG editor in wordpress from trimming out certain tags?\twordpress\nhibernate cascade deletion\thibernate\nExcel, 2 sheets, 2 columns, same value?\texcel\nPermissions Error Registering Assembly\tvisual-studio\nHow to run every script in a directory except itself?\tbash\nAccessing legacy out-of-container instantiated objects from Spring beans\tspring\nBash script to create symbolic links to shared libraries\tbash\nCreating relationships between posts in WordPress\twordpress\nissue with submitChanges() inserting unwanted records in linq\tlinq\nQThread Not Starting\tqt\nViewing repository information from within Eclipse, when code was checked out using svn tortoise\tsvn\nDisplay SharePoint lookup field on publishing website\tsharepoint\nQt Icon embedded in Executeable\tqt\ndisabling color correction in quartz 2d\tosx\nmatlab:comparing all elements in three arrays\tmatlab\nlinq 'range variable' problem\tlinq\nWhat happens to my app when my Mac goes to sleep?\tosx\n\"What describes the \"\"File's Owner\"\" best in objective-c / coca Nib?\"\tcocoa\nQt and serial port programming\tqt\nHow to wire Interdependent beans in Spring (Deferred property binding)?\tspring\nCan one create Sized Types in Scala?\tscala\nNotification mail in open atrium\tdrupal\nIs yield useful outside of LINQ?\tlinq\nIs is possible to capture the type parameter of a trait using Manifests in Scala 2.7.7?\tscala\nWordpress on Localhost. Reset site to beginning?\twordpress\nDisplay Link to Category in Wordpress?\twordpress\ndrupal  problem with creating word document files\tdrupal\nWhat References Does Visual Studio Add When I Accidentally Click Add New Winform?\tvisual-studio\nError viewing csproj property pages in VisualStudio2005\tvisual-studio\n\"Why \"\"avoid method overloading\"\" ?\"\tscala\nJavascript timers & Ajax polling/scheduling\tajax\nExporting VBA code from Multiple Excel documents to put into version control\texcel\nsharepoint 2007 - custom content type - filtered lookup column\tsharepoint\nMac OS X: Quickest way to kill/quit an entire process tree from within a Cocoa application.\tcocoa\nVisual Studio: Printing all source files in a solution?\tvisual-studio\nProblem using find function in Matlab\tmatlab\nIs it possible to forward ssh requests that come in over a certain port to another machine?\tosx\nNeed help with NSMutableData.\tcocoa\nWhat is the motivation for Scala assignment evaluating to Unit rather than the value assigned?\tscala\nHow to check if gcc has failed, returned a warning, or succeeded? (in bash)\tbash\nWhich wordpress forum plugin is best to use for a corporate site?\twordpress\nmatlab: binomial distribution\tmatlab\nmod_rewrite adding unwanted file extension\tapache\nWriting data back to SQL from Excel sheet\texcel\nWhat is Stream Fusion\thaskell\nLINQ to XML when a node does not exist\tlinq\nWhy doesn't 'shell' work in VBscript in VS6?\tvisual-studio\nCAML Query not ordering properly\tsharepoint\nStumped trying to implement Save/Load object functionality in a MATLAB UI\tmatlab\nmaking a GET request to a webservice from the playframework 2.0\tscala\nA good place to find Interface Builder plugins…\tcocoa\nIs it possible to access Excel file through ADO.NET that does NOT have a Header Row?\texcel\nHow to use Java Collections.shuffle() on a Scala array?\tscala\nHow to send js array via ajax?\tajax\nhow to use a macro to transpose data from rows into columns\texcel\nInstantiate dynamic array Magento\tmagento\nMagento Store - SQL Error\tmagento\nVBA SQL Query Table Error problem\texcel\nLinq query built in foreach loop always takes parameter value from last iteration\tlinq\nHibernate: Clean collection's 2nd level cache while cascade delete items\thibernate\nGeneric htaccess redirect www to non-www\tapache\nHow to return javascript variable to Ajax?\tajax\nRemoving final bash script argument\tbash\nWhat is the most elegant way to remove a path from the $PATH variable in Bash?\tbash\nDrupal Search Behavior\tdrupal\nHow to know which URLs are mapped in the current servlet context in a Spring 2.0 Controller method?\tspring\nIs it possible to send a growl message to another user on the same computer on OSX?\tosx\nHow to confirm a command in every bash loop\tbash\nSVN admin can create folders, but can't delete them\tsvn\nHow can I embed a WordPress blog into another site?\twordpress\nHow does RubyGems modify $PATH\tbash\nWhat design pattern should I use to create an easy binding map between a query and textboxes for Linq search screens?\tlinq\nUNIX Domain Sockets and Cocoa\tcocoa\nWhat is the shortcut key for Run to cursor\tvisual-studio\nIcon of project in Visual Studio\tvisual-studio\nHow to implement efficient sorting algorithms for multiple processors with Scala?\tscala\nmethods to store binary files in SVN\tsvn\nHow to programmatically cancel an embedded MsBuild build\tvisual-studio\nre writting methods with in a project\tvisual-studio\nRun bash script from Windows PowerShell\tbash\nExcel:  combobox listfillrange property pointing at a formula-based named range; combobox with a linkedCell, equals bugs\texcel\nhow do i make sure my bash script isn't already running?\tbash\nHow do I get a list of the window titles on the Mac OSX?\tosx\nSpring Security 3.0 and Active Directory LDAP: DOMAIN\\user login\tspring\nTurn off Hibernate Logs for certain query\thibernate\nHow to optimize Matlab loops?\tmatlab\nSharePoint WebPart Permissions\tsharepoint\nAPI/Framework to generate Visual Studio solutions/projects\tvisual-studio\nbash rename files\tbash\nWhat are the features of dynamic languages (like Ruby or Clojure) which you are missing in Scala?\tscala\nWith svn how do I add a log message to trunk when creating a tag?\tsvn\nWhy are my Scala types not matching?\tscala\nMATLAB function for 'does matrix contain value X?' (ala php's in_array())\tmatlab\nCan I edit an excel file from a browser using POI?\texcel\nBranching from deleted path in svn\tsvn\nHibernate on hypersonic in prodaction?\thibernate\nApplescript to launch iTunes with a specific library\tosx\nUser gets a 403 error (user has Full Control permission)\tsharepoint\nHow to use an Internet Subversion respository when devloping code?\tsvn\nApache mod_rewrite %2B and plus (+) signs...\tapache\nDrupal Theming - Different themes for each webform\tdrupal\ntaglib.framework for cocoa\tcocoa\nWhat's this setting of MATLAB for(which is causing lots of troubles for lots of people)?\tmatlab\n[NSPredicateRowEditorTemplate templatesWithAttributeKeyPaths:inEntityDescription:] for to-many key?\tcocoa\nOracle detection date of daylight savings change\toracle\nfiles end up in wrong directory after svn copy\tsvn\nUsing svnversion with svn:keywords\tsvn\nLinq To XSD at runtime.\tlinq\nMissing Visual Studio features when running in 64-bit mode\tvisual-studio\nWhy does TortoiseSVN (1.5.3) try to merge 1-Head when I pull from trunk?\tsvn\nCant find the Error in this Php piece of code\tdrupal\nHow can I get back a previously created Excel ListObject?\texcel\nSpring + Hibernate bean declaration error\tspring\nWordpress Category Link get_category_link(id)\twordpress\nDoes Mongrel do IPv6 well?\tapache\nCounting elements in a tree in Haskell\thaskell\nScala import java package appending com\tscala\nHow do I get started developing for a web using Scala?\tscala\nHow do I change the admin header color in Magento?\tmagento\nSharePoint: Error on unregistering an EventReceiver form a ContentType\tsharepoint\nAny risks using Macports?\tosx\nScala: XML Whitespace Removal?\tscala\nOracle ORA-00600\toracle\nClass Designer in Visual Studio - is it worth it?\tvisual-studio\nUsing NSProxy and forwardInvocation:\tcocoa\nDRUPAL: is it safe ? / cron.php ?\tdrupal\nOracle Resource Manager Plan Design\toracle\nHQL Problem\thibernate\nHow can I clear Magento Cache when using a Memcached server\tmagento\nChanging NSApplicationIcon across a running application?\tcocoa\nhow do i get the min from a linq to dataset query\tlinq\nAJAX style uploader\tajax\nLinq to SQL or Linq to DataSet?\tlinq\nMatlab: preallocate a non-numeric vector?\tmatlab\nUsing svn and .NET Winforms - Building Install Files Deletes _svn Folders\tsvn\nHow to dlete files from SVN that have already been deleted from the FS?\tsvn\nFetching Core Data entities, but not sub-entities\tcocoa\nHow do I dispose of my own sharedInstance in Objective-C?\tcocoa\nIs there a work around when hitting the maximum summands in =sum in an excel formula?\texcel\nWhen you show and hide a div, will it re-adjust surrounding elements automagically?\tajax\nWhy isn't this rewrite rule working?\tapache\nWhat are some good intermediate problems and projects for learning Haskell?\thaskell\nAjax GET requests: use parameters or put data in URL?\tajax\nHow to concatenate two strings in MATLAB?\tmatlab\nwant each call to save to commit\thibernate\nCustomize the way a Drupal Menu looks like from my Theme\tdrupal\nHibernate: Parse/Translate HQL FROM part to get pairs class alias, class name\thibernate\nMac Resource editor in Snow Leopard?\tosx\nHow Do I Retrieve The Class Name From Hibernate?\thibernate\nHow to create a string array in matlab?\tmatlab\nRuntime-dynamic properties in QPropertyEditor\tqt\nInteroperability by using Spring and Hessian ? Is it possible ?\tspring\nTo host or not to host?\tsvn\nUsing Subversion trunk as DocumenRoot\tsvn\nUse an XML File with a Feature\tsharepoint\nHow to do a search? (bash)\tbash\n[SharePoint] Publishing HTML Field Control Converts Relative URL to Absolute URL\tsharepoint\nUsing SubVersion as a standard source control repository for a large development firm\tsvn\nImproved technique to store a filename in a variable?\tbash\nShortcut for commenting CSS in VS 2008\tvisual-studio\nTuple parameter declaration and assignment oddity\tscala\nBash script with find command drops me to bash shell\tbash\nDynamically building LINQ query using OR operator in VB\tlinq\nSSIS Oracle Parameter Mapping\toracle\nWhat are Microsoft's public symbol servers useful for?\tvisual-studio\nTrouble with progressbar in QT\tqt\nSVN Doubt - VMWARE Image / Install / Hosted which would you pick?\tsvn\nUsing svn:ignore to ignore everything but certain files.\tsvn\nscala: traits and abstract methods override\tscala\nWhat is a good C++ editor for Mac OS X?\tosx\nFinder item in some point\tosx\nCan VS_VERSION_INFO be added to non-exe files?\tvisual-studio\nCreating dynamic region content in wordpress as in drupal\twordpress\nBash Scripting General Questions (conditionals and variable passing)\tosx\nA script to ssh into a remote folder and check all files?\tbash\nFind or Create Element in LINQ-to-XML\tlinq\nCan you do Logic Programming in Scala?\tscala\nScala Enumeration values not ordered?\tscala\nMagneto discount  coupon code set but value is not subtracted  from subtotal...\tmagento\n\"Scala programmer - \"\"should there be one obvious way to do it\"\" or \"\"more than one way to do it\"\"?\"\tscala\nWhy is this Haskell incorrect?\thaskell\n\"Only allow one entry per User in a List - ListReceiver \"\"Feature\"\" for a List?\"\tsharepoint\nSpring Test / JUnit problem - unable to load application context\tspring\nOracle connections problem\toracle\nHow do I enter a DateTime value in the VS QuickWatch window?\tvisual-studio\nPerformance of swapping two elements in MatLab\tmatlab\nHinky Oracle Connection (TNSNAMES.ora Help)\toracle\n\"\"\"Session closed\"\" error when trying to get a blob from DB using getBinaryStream()\"\thibernate\nBash Scripting - no output, no echo\tbash\nCreating a sub site in SharePoint takes a very long time\tsharepoint\nLinq Methods\tlinq\nBash - Supress Notice of Forked Command Being Killed\tbash\nUnwanted SharePoint context menu\tsharepoint\n[ MATLAB ] For loop to extract info from a structure doesnt work ?\tmatlab\nAre there any examples/tutorials of using Spring 3.0 with Cassandra as a backend?\tspring\nEvaluate Oracle Expression\toracle\nNuking huge file in svn repository\tsvn\nAuthentication Subversion write-through proxy\tsvn\nmac software development\tosx\nIs there any special category for external files in project file of Qt Creator?\tqt\nHow is SharePoint perceived in your Organisation?\tsharepoint\nGoogle Adsense doesn't work with Drupal\tdrupal\nExcel filter questions\texcel\nMagento - send newsletter subscription information as email\tmagento\nProgrammable transparent forward proxy\tapache\nMaking a Checkbox Toggle The Dock Icon On and Off.\tcocoa\nQT in a professional setting\tqt\n\"How to unimport String \"\"+\"\" operator in Scala?\"\tscala\nDo I need to send a 404?\tapache\nWhat's an easy way to have terminal use a different color based on ssh host name?\tosx\nensime scala errors (class scala.Array not found, object scala not found)\tscala\n\"NSTextField with \"\"padding\"\" on the right\"\tcocoa\nSharePoint Lists vs Database Tables performance...\tsharepoint\nhaskell function application\thaskell\nHow to redirect different sub domain requests to different port\tapache\nProblems in installation of magento on wamp\tmagento\n\"debuging \"\"register_activation_hook\"\" in wordpress\"\twordpress\nWhat would be the best place to start learning AJAX (I have Perl as a backend)\tajax\nCan extractors be customized with parameters in the body of a case statement (or anywhere else that an extractor would be used)?\tscala\nUsing LINQ to Get Sum of a List with custom objects\tlinq\n\"SVN: Is there a way to mark a file as \"\"do not commit\"\"\"\tsvn\nBinding IKImageBrowserView's zoom to the size of its parent NSScrollView\tosx\nExporting excel to xml spreadsheet with blank cells\texcel\n{bash} howto insert a number into a string for wget\tbash\nMagento: Differences between an extension and a module?\tmagento\nHow to open a flash SWF in ThickBox in Drupal on page load, and close it after x seconds\tdrupal\nSharePoint Documentation Images\tsharepoint\ncocoa+ unmount removable storage\tcocoa\nAJAX Frameworks for C#\tajax\nHow can a web application synch a folder of text files on the client's PC?\tajax\nCustomizing Search Results Display in Sharepoint Services 3.0 Wiki\tsharepoint\nWhats the best way to implement an AJAX timeout?\tajax\nDrupal - showing forums on the left side bar\tdrupal\nWhat is the difference between a shared formula and an array formula?\texcel\nTracking e-mails in outlook with excel\texcel\nADODB.Connection undefined\texcel\nProblem with non blocking fifo in bash\tbash\nHow to do a bulk svn mv in Unix\tsvn\nFavorite Bash Prompt\tbash\nmaking function from symbolic expression\tmatlab\nPlease help me the macro that only a cell of the specific keyword does in a blank. in Excel\texcel\ndate and time settings dont show up properly in wordpress 2.8.6\twordpress\nHow do I map a Map from an Entity to a Value with hibernate annotations?\thibernate\nHibernate One-To-Many Unidirectional on an existing DB\thibernate\nHow do you include a JavaScript file from within a SharePoint WebPart?\tsharepoint\nSubdomain read domain session\tapache\nHiding some user profiles temporary from search\tsharepoint\nHow do i submit an ajax request before the page is loaded\tajax\nclient side spring\tspring\nDatabase connection management in Spring\tspring\nMoving Data from SQL Server to Oracle Repeatedly\toracle\nModify automatically an attribute with magento\tmagento\nIn Oracle, why do public synonyms become invalid when a table partition is dropped.\toracle\nLinq to SQL - how to dynamically filter by columns not in select\tlinq\ndeleting an excel file in C#, Taskmanager process is not stopped.....\texcel\nGaussian filter in Matlab\tmatlab\nDangers of Ajax\tajax\nHQL order by within a collection\thibernate\nHibernate hql problem using case keyword\thibernate\nMagento > product displaying in subcategory but not in the category\tmagento\nHow can I toggle word wrap in Visual Studio.NET?\tvisual-studio\nHow can I make my NSScroller subclass have a different width?\tcocoa\nHow to read an word document in matlab\tmatlab\nHow to do an http get in cocoa on the iPhone\tcocoa\n\"Magento: Add a \"\"fake\"\" product to cart/quote\"\tmagento\n\"Any way to \"\"bulk load\"\" a Qt data model to avoid excess signal invocations?\"\tqt\nUsing file contents as command line arguements in BASH\tbash\nIs there a wordpress plugin for creating an API from your site?\twordpress\nHow to set output size in Matlab newff method\tmatlab\nUpdate Magento cron job setting in config.xml of a given module\tmagento\nDrupal: using a view on a Page/Panel, prevent default listing of content\tdrupal\nchange column-layout of contact form in Magento\tmagento\nDouble-logging in Hibernate\thibernate\nShould the Visual Studio GUI editor be used?\tvisual-studio\nIs it possible in matlab to explicitly format the output numbers ?\tmatlab\nQT creator Installation error? - Snow Leopard\tqt\nHow to detect current locale in Mac OS X from the shell\tosx\nReceiving keyDown and keyUp events in a Cocoa Status Bar app\tcocoa\nMac font rendering on Windows\tosx\nAJAX refresh script\tajax\nIn Subversion can I be a user other than my login name?\tsvn\nIs there an easy way to integrate scaladoc into IntelliJ Idea?\tscala\nNSTableView - NSButtonCell Data Source type?\tcocoa\nSPListItem.Properties DateTime Fields are in weird Hex format\tsharepoint\nwordpress, cron & time - does time on server affects plugins? how to fix it?\twordpress\nHow can i check out just the trunks of multiple projects from the same repository.\tsvn\nhow do you add an existing directory tree to a project in visual studio\tvisual-studio\nWhat goodies are present in UNIX shells sans BASH?\tbash\nHow do I get the MAX row with a GROUP BY in LINQ query\tlinq\nhow to make Random in haskell in pure function\thaskell\nTab-completion of filenames\tmatlab\nVisual Studio 2008 Help slow to load... How come?\tvisual-studio\nBASH scripts : whiptail file select\tbash\nSharePoint: How to determine a site's site directory\tsharepoint\nGetting wordpress to play nice with AJAX\tajax\nWhat is the best way to flag some elements in MATLAB? using NaN or Inf? or something else?\tmatlab\nIs there a graceful way to stop svnserve -d\tsvn\nExcel: Change multiple formulae at once?\texcel\nHow can implicits with multiple inputs be used in Scala?\tscala\nHow to force a page refresh while pressing the back button in MAC safari\tosx\nYou do not have sufficient permissions to access this page.\twordpress\nDefaultMessageListenerContainer not working with Websphere MQ\tspring\nPassing SharePoint objects as function arguments. Is this bad?\tsharepoint\n\"making GIF animation from \"\"movie\"\" command\"\tmatlab\nApache lags when responding to gzipped requests\tapache\nStatic inner classes in scala\tscala\nFiltering A Tree Controller.\tcocoa\nWhat exactly does TypeSynonymInstances do?\thaskell\nmatlab oop: too slow to be useful ?\tmatlab\nUpgrading to VS 2008 Professional from Web Developer Edition\tvisual-studio\nUsing find function on columns and rows in matlab\tmatlab\nGetting Exeception\tspring\nDetermining ManyToMany vs OneToMany using ClassMetadata\thibernate\n\"In Windows, what makes qmake append \"\"d\"\" on a debug target?\"\tqt\nWorkflow with user selecting Destination doc library\tsharepoint\nDatabase Results in Cocoa\tcocoa\nSending login information via AJAX\tajax\nHow can I determine Objects in application context?\tspring\nIs it possible to configure a Spring session scoped bean with attributes from the session?\tspring\nDouble Quotes in Oracle Column Aliases\toracle\n\"solaris echo \"\" [ \"\" character problem\"\tbash\nEnums in Scala with multiple constructor parameters\tscala\nsvn / subversion: Get ALL files on new check out, but then exclude certain files from update/check in\tsvn\nOracle Syntax for Creating Database Link Owned by Another User\toracle\nDynamically look up column names for a table while in an sql query\toracle\nhow can I best display a list of affiliate links in Drupal?\tdrupal\nshow last 5 posts that have <!--more-->\twordpress\nSetting the NSBrowserCell image using bindings?\tcocoa\nHow to make item view render rich (html) text in Qt\tqt\n\"SharePoint Discussion Baord \"\"Last updated\"\" field is not updated any more.\"\tsharepoint\nWhat are the design patterns which used in Spring framework?\tspring\nOracle Analytic Question\toracle\nWriting two dimensional array to file and reading two dimensional array from file using Visual C++\tvisual-studio\nDrupal/Drush: How to bundle a project.profile within a project.make?\tdrupal\nCan anyone tell me why Apache will not work, for my Django?\tapache\nNarrowing problem with Spring MVC annotation-based controller and @RequestMapping\tspring\nHow can I get access to spring container?\tspring\nStrange Exception thrown using Dynamic Linq Entity Framework Query\tlinq\nHow does one manage multiple release branches in subversion?\tsvn\nSecurity of scala runtime\tscala\nIs there a simple way to combine a text and icon in an NSCell in Cocoa?\tcocoa\nHow do I persist a Java property of type Object using Hibernate?\thibernate\nWhay was writtem matlab in C instead of Fortran?\tmatlab\nDeleting A Row From An Outline View.\tcocoa\nCase-insensitive search using Hibernate\thibernate\nOpen string in app per drag'n'drop on icon\tcocoa\nnewbie question: what role does the indentation play here? and Why one indent doesn't work?\thaskell\nCan Spring Webflow 2.0's entity manager commit from subflow states?\tspring\nDoes anyone have experience with National Instruments CVI and source control?\tsvn\nHow can I get a list of products related to an invoice in magento?\tmagento\n\"Excel VBA: force refresh of \"\"last\"\" cell of the worksheet\"\texcel\nSubversion cross-file keyword substitution\tsvn\nDrupal CCK field not visible to anonymous users\tdrupal\nTemporary text attributes causing massive slowdown\tcocoa\nMagento: Display # of pages in category list page\tmagento\nQtScript: crash on 64-bit windows.\tqt\nDefault News Feed on Visual Studio Start Page (C# Profile)\tvisual-studio\nPrimitive recursion\thaskell\nPaginating a long list of checkboxes in Magento\tmagento\nhow to achieve this in Apache?\tapache\n\"MS Excel 2003 VBA - Is there a way to define a group of shapes/object into a \"\"group\"\"\"\texcel\nSetting up a one-time installer using Apple's PackageMaker\tosx\ndoes ssl also encypt ajax posts?\tajax\nHibernate, GWT and Gilead: sessions, transactions and caches\thibernate\nIs Scala the next big thing?\tscala\nLINQ and a natural sort order...\tlinq\nHaskell: How to write interactive interpreter on top of a State monad?\thaskell\nDrupal: how to change taxonomy header on page with items?\tdrupal\nHibernate: ORDER BY using Criteria API\thibernate\nWhat's the least painful way to transfer local Subversion changes to another machine?\tsvn\nusing RewriteCond, can i change how fast content is served to users in different parts of the world?\tapache\nFinding out what user Apache is running as?\tapache\nOracle: Program not forking correctly in SELECT CASE statement on a date\toracle\nMagento Admin Custom Sales Report\tmagento\nWhen does svn BASE become equal to the HEAD\tsvn\nfree shipping based on product weight in magento\tmagento\nApache capacity planning tool?\tapache\nendian-ness of new macs - are all pc platforms the same now?\tosx\n0x800a03ec when calling Select on an Excel range (IRange). Range was returned from the worksheet's usedrange.\texcel\nHow Can I Remove .DS_Store Files From A Git Repository?\tosx\nLINQ to XML Newbie Question\tlinq\nLinq and retrieving primary key\tlinq\nDrupal 7 programming advancements, differences from Drupal 6 upgrade or wait\tdrupal\nHidding source control files within Visual Studio's solution tree\tvisual-studio\nCan Apache BalancerMember be configured to use unix domain sockets?\tapache\nAre SharePoint site templates really less performant than site definitions?\tsharepoint\nscala 2.8 breakout\tscala\nFinding usb drive paths in Mac OS 10.4\tosx\n\"Adding Thumbnail Image on \"\"Related Products\"\" on the Backend of Magento\"\tmagento\nHibernate + Spring + persist one-to-one relation + empty foreign key\thibernate\nReloving AliasRecord with relative path on a new volume\tosx\n\"Magento - Hide price and \"\"Add to Wishlist\"\" link in Category product list page\"\tmagento\nCorrect Structure to check for Errors using NSError\tcocoa\nSharePoint Event when Permissions of ListItems have been changed ?\tsharepoint\nDrupal page optimization question... which is better?\tdrupal\nAvoiding implicit def ambiguity in Scala\tscala\nLost RPC connection to remote Agent error with Oracle connected to Informix\toracle\nhaskell grouping problem\thaskell\nWhy does Visual Studio debugging mode does not work properly (performing F5 when F11 was pressed)\tvisual-studio\nAdd QRadioButtons on runtime.\tqt\nSpring + Hibernate + JPA\tspring\nPython interface to the Apache scoreboard (for server statistics)?\tapache\nAny solution to the Today Calculated Column problem is SharePoint?\tsharepoint\nSpringJUnit4ClassRunner initialize beans for each test?\tspring\nHow do I determine which service pack Visual Studio is running?\tvisual-studio\nHow to remove nodes from Views in drupal 6\tdrupal\nHow to force Hibernate 3.3 or 3.5 to use CGLib instead of Javassist?\thibernate\nGroup By Multiple Columns - LINQ\tlinq\nGet the pages of a multipage meeting workspace\tsharepoint\nServerContext.Current is null\tsharepoint\nLimiting the total number of certain types of nodes a user may create in Drupal by role?\tdrupal\nusing find with exec\tbash\nWhat could cause Visual Studio / C# error MSB3105: Duplicate resources\tvisual-studio\nIs it possible to use Qt threading without inheriting any Qt object?\tqt\nqt/c++ casting question\tqt\nMagento e-Commerce cannot generate reports\tmagento\n.NET coupled with MATLAB or R?\tmatlab\nIDictionary is Linq friendly? C# 3.0\tlinq\nConverting enum into a class hierarchy\tcocoa\nApp Servers vs. Spring\tspring\nIs there a tool to read a subversion repository via .net?\tsvn\nHaskell: What's the type of this function?\thaskell\nWhat columns stores the slug in wordpress\twordpress\nFunctional equivalent of if (p(f(a), f(b)) a else b\tscala\nHow to make a pipe loop in bash\tbash\nIgnore a path entry with bash tab-completion\tbash\nUsing the result of a command as an argument in bash?\tbash\nDrupal : How to add javascript function on click event of a cck check box ?\tdrupal\nMagento 1.4 - new order email notification not beign sent\tmagento\nHow to delete files in Visual Studio Pre-build event command line\tvisual-studio\nObject reference not set to an instance of object error\tlinq\nWhich implementation of Markdown for a Cocoa application?\tcocoa\nHow do I change the Unit:Characters in Matlab?\tmatlab\nBest strategy for branching SVN code and maintaining Visual Studio project references\tsvn\nQComboBox with single value: Select this value\tqt\nCan I run an arbitrary Oracle SQL script through ODP.NET?\toracle\nReasoning about performance in Haskell\thaskell\nMac OS X / RSS Growl Notifications\tosx\nFlattening Linq Group query\tlinq\nwhat is the purpose of form_state , delta variables in drupal\tdrupal\nURL regex search and replace on MySQL (in WordPress)\twordpress\nmagento chnge feture product change\tmagento\nWhat is the best way to bind a repeater to an AJAX response?\tajax\najax wordpress posts\twordpress\nhttp://stackoverflow.com/questions/643853/customaction-not-appearing-in-listview-web-part-for-splist-that-does-not-inherit\tsharepoint\nmatlab to draw ellipse and ellipsoid\tmatlab\nApache getting denied access to a directory on my local server\tapache\nVisual Studio Tips on getting headers that are used in a given project?\tvisual-studio\nRuntime error 1004: Application-defined or object-defined error\texcel\nHibernate JPA Sequence (non-Id)\thibernate\nMac Terminal.app annoying bug - How to fix it?\tosx\nIf all my sql server database access is done thru stored procedures.....\tlinq\nQProcess::setStandardOutputFile only creates 0kb File\tqt\nHow to get All Credit card Details entered by Customer till now in Magento?\tmagento\nHow do I rank nodes based on user-rating, number of comments etc. in Drupal 6\tdrupal\nHaskell - mapping the odd placed values and the even placed values differently\thaskell\nREF CURSOR versus TABLE function in Oracle\toracle\njava.lang.UnsatisfiedLinkError: Native Library {____.dll} already loaded in another classloader\tmatlab\nHow to track down CPU intensive requests\tapache\nRegular expression with RedirectMatch does anything\tapache\nMatlab command to access the last line of each file?\tmatlab\nauto-detecting components using spring annotations\tspring\nEncoding of the AuthzSVNAccessFile\tapache\nNeed to add selector to child UL in WordPress menu\twordpress\nXLL plugin's DDEConnect fails when connecting to Excel?\texcel\nDrupal PHP pages without having a DB Query?\tdrupal\nUsing a custom URL parameter in Wordpress (with permalinks)?\twordpress\nlocal variable inside  the loop issue\tbash\nHow do I display a ratio in Excel in the format A:B?\texcel\nOracle: What exactly do quotation marks around the table name do?\toracle\nUsing Linq SubmitChanges without TimeStamp and StoredProcedures the same time\tlinq\nWhat replaces class variables in scala ?\tscala\nHaskell: Writing text files and parsing them back to original format\thaskell\nMagento product's category\tmagento\nAjax page part load and Google.\tajax\nHaskell IO with Numbers\thaskell\nCall an haskell function in .net\thaskell\nOpen Directory directory domain name on Mac OS X\tosx\nVisual Studio Unit Test - The member specified could not be found.\tvisual-studio\nHaskell: How to type cast\thaskell\nhow to check if a string has spaces in bash shell\tbash\nHow can an Excel Add-In respond to events in any worksheet?\texcel\nFetch iTunes album artwork without iTunes running\tcocoa\noracle subselect with dynamic table and column\toracle\nDuplicating views\tcocoa\nwordpress: add the categories to a post rss title\twordpress\nHow to know which stored procedures are running in an Oracle database?\toracle\nWhy aren't jQuery and cycle working in Wordpress?\twordpress\nbash script - select from database into variable\tbash\nQt4: QTableView mouse button events not caught\tqt\nWhen using a LINQ Where clause on a Dictionary, how can I return a dictionary of the same type?\tlinq\nTortoise SVN Move command fails\tsvn\nLINQ to entities - Building where clauses to test within a many to many relationship.\tlinq\nDrupal Token Examples of Usage\tdrupal\nsvn externals not working\tsvn\nWhat would make development with SharePoint easier?\tsharepoint\nApache Timeout directive not working?\tapache\nExcel Conditional formatting with weighted total\texcel\nCreating registerable Visual Studio packages\tvisual-studio\nHow to play with Specs matchers in Scala REPL?\tscala\nMagento - using $this->getPriceHtml on custom page template\tmagento\napache rewrite htaccess\tapache\ngrep-ing multiple files\tbash\nHow to solve the problem with the use of deprecated function ereg() of PHP 5.3.0 in Drupal  6.13\tdrupal\nApache using Python 2.4, Python 2.5 scripts failing\tapache\nPlot graphs in MATLAB\tmatlab\nDigester: Extracting node name\tapache\nHow to access the uiserID of the user who initiated a workflow\tsharepoint\nOracle TIMESTAMP WITH TIMEZONE named zone vs offset\toracle\nMultiple web application deployment targets in Visual Studio 2008?\tvisual-studio\nLINQ: what is the type of a result?\tlinq\nGive me awesome Visual Studio keyboard short cuts!\tvisual-studio\nVisual Studio Solutions / Multiple project : How to effectively propagate project properties amongst several projects\tvisual-studio\nBPEL for data synchronization\toracle\nUpdating your blog from a localhost version\twordpress\nHow to avoid storing passwords in the clear for tomcat's server.xml Resource definition of a DataSource?\toracle\nPassing BASH arguments\tbash\nScala and Java Real-Time System\tscala\nHow do you read a third-party Cocoa project?\tcocoa\nHide categories that have no products magento\tmagento\nCan you configure mod_proxy as a reverse proxy cache?\tapache\nHow come sqlplus not connecting?\toracle\nCompiling a shared library with QT on Ubuntu 9.10\tqt\nhow to new a nib file in xcode 3.0?\tcocoa\nFile Watcher in Cocoa\tcocoa\nWhat is the conceptual difference between a Product and a Quote Item\tmagento\nHow to get the reference to a model object instance in Magento\tmagento\nHow do I write a bash alias/function to grep all files in all subdirectories for a string?\tbash\nApplication crashing when talking to oracle unless executable path contains spaces\toracle\nWhich one to use for payments on Drupal website, LM_Paypal or Ubercart ?\tdrupal\nwxhaskell asynchronous updates\thaskell\nExcel 2003 VBA error 1004 after XML data import\texcel\nWordPress query posts into two Divs\twordpress\nTranspose a file in bash\tbash\n\"Direct \"\"puts\"\" in Rails, to Apache log\"\tapache\nHow is Magento when it comes to adding custom functionality?\tmagento\nExcel 2002 Add-In not loading when the application opens\texcel\nExcel: Set background colour of cell to rgb value of data in cell.\texcel\nIs there option to have powerfull URL and Aliases in Drupal, not the poor one that I've found?\tdrupal\nWhich naming conventions do you use for SVN Branches and Tags?\tsvn\nHow can I get rid of the resize-handle in a QDialog?\tqt\nSharepoint: how can i find all the pages that host a particular web part?\tsharepoint\nHibernate Second level Cache <<net.sf.ehcache.hibernate.EhCacheProvider>>\thibernate\nIs it possible to change the step size of the built-in haskell range function or literal?\thaskell\nApply dynamic properties to a bean at runtime\tspring\nNaming Tags (Wordpress)\twordpress\nSVN update command to target a single externals subfolder ?\tsvn\nAutomatic migratiion between different Persistent backends\thaskell\nHow to validate database schema programmatically in hibernate with annotations?\thibernate\nGenealogy Query in Oracle\toracle\nHIbernate - HBM.xml Automatic generation from DB Schema\thibernate\nYYYY-MM-DD format date in shell script\tbash\nEasiest way to extract the urls from an html page using sed or awk only.\tbash\nGetting the speaker audio signal and then streaming it out\tosx\nOracle how to export query to a text/csv file\toracle\nwhat is encoding in Ajax?\tajax\nHow to use native C types with performSelectorOnMainThread:?\tcocoa\nSpring parent and child resources\tspring\nQt LGPL license exception?\tqt\nImplicit type parameters in Haskell class definition?\thaskell\nRemoving Spring.Cache\tspring\nType classes in Haskell data types\thaskell\nMac Dev - How to refresh view for 2d game?\tosx\n\"using haskell for \"\"business applications\"\"\"\thaskell\nRunning a Socket Server in Cocoa\tosx\n\"Provide user with \"\"change permissions\"\" link on content type?\"\tdrupal\nWhy does QWebFrame::evalutateJavaScript do nothing in this case?\tqt\ncreating patches between revisions per file\tsvn\nHow to efficiently find correlation and discard points outside 3-sigma range in MATLAB?\tmatlab\n\"What does this Python code do:  shell=(sys.platform!=\"\"win32\"\"))\"\tosx\nCaching a resultset\tspring\nQT, making UI that shrinks and expands\tqt\n\"Why is there \"\"data\"\" and \"\"newtype\"\" in Haskell?\"\thaskell\nHow to send keypresses from qt application to libvlc\tqt\nHow do I find the number of times a file was revised in subversion?\tsvn\nHow to access a field's value via reflection (Scala 2.8)\tscala\nHaskell speculative parallel execution\thaskell\nAre LINQ expression trees Turing complete?\tlinq\n\"Continuation monad \"\"interface\"\"\"\thaskell\nMagento; dispatch multi store\tmagento\niPhone subview design (UIView vs UIViewController)\tcocoa\nhow do i hide /magento/ in my site's url?\tmagento\nScala XML Pattern matching and Attributes\tscala\nCan apache's ProxyRemote be used to proxy HTTPS requests to mongrel for processing?\tapache\nWhy does Visual Studio 2008 forget where to dock my add-in's window pane?\tvisual-studio\nOpening terminal windows with bash\tbash\nDrupal Array of Inputs\tdrupal\nHow to override a Magento administration panel?\tmagento\nsequenctial autogenerated Id with help of linq\tlinq\nGetting Spring Application context from a non bean object without using Singleton\tspring\nApace mod_rewrite redirect to internal server\tapache\nLinq: How to Assign to Related  Entities ?\tlinq\nFudge Factor in Matlab\tmatlab\nDisplaying Japanese fonts in source code using Visual Studio\tvisual-studio\nMicrosoft Excel mangles Diacritics in .csv files?\texcel\nHow can I initialize state in a hidden way in Haskell (like the PRNG does)?\thaskell\nDynamically hiding columns in a NSTableView\tcocoa\nadding single.php page to wordpress or if condition for main page or post detail page...\twordpress\nWhy are people continuing to use xml mapping files instead of annotations?\thibernate\nAutomatically compile any Java class when the file is dropped in a directory\tosx\nApache worker MPM and Linux threads\tapache\nIFilter dll works on Windows Desktop Search, but not on SharePoint 2007\tsharepoint\nCocoa binding to a particular item in an array controller\tcocoa\nFavorite Visual Studio keyboard shortcuts\tvisual-studio\nDrupal: Sharing content across Multisite\tdrupal\nHow is pattern matching in Scala implemented at bytecode level?\tscala\nMATLAB Heart Curve\tmatlab\nMap applied to multiple arguments in Haskell\thaskell\nHow would you put an Image next to a text cell for only parent rows in an outline view?\tcocoa\nread data into matlab from textfile\tmatlab\nserve with apache all paths under a domain through one script.\tapache\nHaskell Input & Passing Values to Functions\thaskell\nGetting Kind mis-match error when trying to use existential quantification\thaskell\nHow to write this as a single LINQ query\tlinq\nShading an area boundered by a curve\tmatlab\nWhy does hibernate-entitymanager-3.3.2.GA depend on hibernate-3.2.6.ga?\thibernate\nscala override methods in child object of class\tscala\nCan I use Magento without the sales features? Or am I better off with a scratch build?\tmagento\nAJAX Call to PHP script gives me 500 Internal Server Error??\tajax\nHow can you make your custom property of a webpart in SharePoint 2007, sort to the top of the property pane?\tsharepoint\nCopy Protection (mac apps): most cost effective solution??\tcocoa\nspring vs ejb. can spring replace ejb?\tspring\nWhat is the _root_ package in Scala?\tscala\nSpring-AOP\tspring\nhave you tried the Spring Workflow alreay ?\tspring\nAre Rank2Types/RankNTypes practical without polytype variables?\thaskell\nOracle - How to have an out ref cursor parameter in a stored procedure?\toracle\nmatlab and function\tmatlab\nTheming CCK node in Drupal 5\tdrupal\nDeveloping for Mac OS X, on Windows?\tosx\nbasics of using cut awk grep and sed...\tbash\nSpring + Hibernate - multiple databases\tspring\nHow would you make a checkbox delete a row in a table if checked (Cocoa) ?\tcocoa\nJQuery ajax error function is executed even if query is successfull\tajax\n\"How do I write stderr to a file while using \"\"tee\"\" with a pipe?\"\tbash\nPorting .NET C++ standalone to Mac\tosx\nWhat's the best .NET library for parsing and generating Excel spreadsheets?\texcel\nExcel ODBC and 64 bit server\texcel\nSetting a charset symbol in dylib\tosx\nLooking for book on Bash scriping\tbash\nCase senstive validation in Excel from Named List\texcel\nHaskell sorting of an unorderable list using a proxy order\thaskell\n[self arguments] in NSScriptCommand\tcocoa\nWhen to use the equals sign in a Scala method declaration?\tscala\nHOWTO transfer a request made to an Apache server to an IIS server without using a URL redirect?\tapache\nLicensing Technology for OS X applications?\tcocoa\nIntegrating Visual Studio Test Project with Cruise Control\tvisual-studio\nHow do I do this SELECT statement with LINQ?\tlinq\nDrupal Add Static link to a view\tdrupal\nHigh speed udp receiver in matlab\tmatlab\nWhat's a good library to manipulate Apache2 config files?\tapache\nWarning: Ignoring excess mask dialog entries in:\tmatlab\nScala's Implementation of haskell last method\tscala\nVersioning by default in SharePoint\tsharepoint\nSharepoint 2007 NTLM issue with ASP.NET Web App hosted on Sharepoint server\tsharepoint\nIntegrating Magento with SAP ECC 6.0 Backend\tmagento\nEnsure a subprocess is dead in Cocoa\tcocoa\nDoing Forms With Just Windows SharePoint Services 3.0?\tsharepoint\nIs the Zen theme for Drupal enterprise ready?\tdrupal\nSpring beans, Lifecycle in a XmlWebApplicationContext (web context)\tspring\nPattern matching with multiline XML case\tscala\nDesigning WordPress Themes using Dreamweaver\twordpress\nProblems with scrolling in TextView in Gtk2hs and Haskell.\thaskell\nLINQ JOIN in String Array\tlinq\nHow to place comments through the Comment Approval Process in Wordpress?\twordpress\nWhich version control tool is best sutiable to handle reflective or cyclic mergeing? SVN, Git?\tsvn\nCharging for subscriptions/downloads with Wordpress\twordpress\nSVN branching and merging in a rapidly changing feature environment with a high-turnover\tsvn\nAJAX HTTPHandler not updating image\tajax\nHow to tell if the user's using 24 hour time using Cocoa\tcocoa\nhow to plot ellipse in this format?\tmatlab\nHibernate: Identifier\thibernate\nIntegrating JCaptcha with Spring Security\tspring\nUsing LINQ with stored procedure that returns multiple instances of the same entity per row\tlinq\nIn MATLAB, what ASCII characters are allowed to be in a function name?\tmatlab\nhibernate: Is this mapping allowed?\thibernate\nCSS not rendering on MAMP\twordpress\nUsing predicates on an array controller to filter related objects\tcocoa\nbit.ly links in wordpress twitter status updates leads to 404\twordpress\nAnother shell open when at server?\tbash\nbash: redirect and append both stdout and stderr\tbash\nHow to implement this Query in Hibernate?\thibernate\nDiscrete Wavelet Transformation\tmatlab\nTricky brace expansion in shell\tbash\nName clashes between field labels of different datatypes in Haskell\thaskell\nOS X Keychain's Password Assistant feature via Terminal\tosx\nHow do I find a complete list of extensions installed in VS2008?\tvisual-studio\nMagento - Display Attribute Admin Title\tmagento\nGuard is skipped when it should not be.\thaskell\ncustom filter is not woring - Magento\tmagento\ncascade on many-to-one association in hibernate\thibernate\nHaskell Sample Projects\thaskell\nRestrictions in trait mixing\tscala\nSorting a Drupal field View by updated time.\tdrupal\nHow to determine if currency symbol is to the left or right of a number on MacOS\tcocoa\nWhat is Apache process model?\tapache\nFilterable SPFIeldUrl in default view.\tsharepoint\nCasting DateTime to OracleTimeStampTZ\toracle\nusing ajax update panel for update progress\tajax\n\"what is a \"\"Spark\"\" in haskell\"\thaskell\nconfigure apache 6 with mysql\tapache\nDetecting when an NSView is dealloc'ed\tcocoa\nCocoa NSArray/NSSet: -makeObjectsPerformSelector: vs. fast enumeration\tosx\nReportViewer displaying black background in Print Layout mode\tvisual-studio\nOracle: How to create an element in a specific namespace with XMLElement()\toracle\nHow to tie the Lifecycle for a Spring Bean to the webapps' lifecycle ?\tspring\n\"Oracle connection problem on Mac OSX: \"\"Status : Failure -Test failed: Io exception: The Network Adapter could not establish the connection\"\"\"\toracle\nHaskell FFI: ForeignPtr seems not to get freed\thaskell\nHow can I filter a product's availability using isSaleable attribute?\tmagento\nDelete all files but keep all directories in a bash script?\tbash\nEncoding Keyboard Command Onto Bash Script\tbash\nHas someone recent and trusted news about Linq to XSD?\tlinq\nAdd (external) relationship (tagging) to existing Hibernate entities\thibernate\nAvoiding in-place pointcut expression in Spring AOP\tspring\njquery form plugin & programmatic submit\tajax\nConcurrent sum\texcel\nFind file launching a process\tbash\nIs there a way to force traffic comin from www.abc.com to go to abc.com via htaccess or dns?\tapache\nCallback for Button in QtCreator?\tqt\nDo I have to delete it? [Qt]\tqt\nIn bash, how does one clear the current input?\tbash\nProblem (bug?) loading hexadecimal data into MATLAB\tmatlab\nSelect count(*) from multiple tables\toracle\nerror handling with spring + servlet spec\tspring\nHow to set up Drupal default front page (view) to open in other language than default\tdrupal\ncollate 500 excel sheets into database\texcel\nHibernate: Connect to MySQL without Username or Password\thibernate\ndifferent template for different categories in magento\tmagento\nCombining resultset in C# using Linq\tlinq\nWhat is the fastest way to insert data into an Oracle table?\toracle\nChange cursor in GL fullscreen on OSX using cocoa?\tosx\nLINQ - which layer should LINQ typically fall into, DAL ?\tlinq\nReferencing an Excel address within a cell, but also additional text\texcel\nUsing j2ep on an apache-tomcat cluster - design help\tapache\nMatlab get file size\tmatlab\nEquivalent of GetCursorPos() in Mac's Carbon\tosx\nHow to show the Logged Messages window in Xcode\tcocoa\nWhy toInteger :: Int -> Integer is lazy?\thaskell\nRemove newline character from first line of NSString\tcocoa\nIntegrating Spring Webflow 2 and Apache Tiles\tspring\nHow to create a bold, red text label in Qt?\tqt\nEver need to parse the svn log for files committed by a particular user since a certain date?\tsvn\nUse of Haskell state monad a code smell?\thaskell\nAdding a Custom Widget to Qt Designer\tqt\nAccess and modify attributes/objects which are not part of the form backing bean\tspring\nReturn value of nth or last match\texcel\nAccess denied  Tortoise SVN 64 bits\tsvn\nMoving from VSS to SVN\tsvn\nSharePoint Web Service Credentials\tsharepoint\nQT: custom widget in QScrollArea\tqt\nWSS 3.0 Multiple Domains\tsharepoint\nPerformance effect of enabling apache response time log directive\tapache\nProgressive Enhancement\tajax\nEsc and Enter keys in Cocoa dialog\tcocoa\nHibernate MappingException Unknown entity: $Proxy2\thibernate\nExcel vba: error hiding calculated field in Pivot tale\texcel\nWhy always return null when call the method IQueryable.FirstOrDefault()?\tlinq\nqt cannot open input file 'c:\\Qt\\qt\\lib\\qtmaind.lib'\tqt\nNegate Unsigned Number in Bash\tbash\nAJAX presentation ideas!!\tajax\nCustomizing default.master in WSS 3.0\tsharepoint\nMagento - Paypal Express 404 Error\tmagento\nExcel document recovery\texcel\nunable to bind a signal to a slot in QT\tqt\nDealing with large files in Haskell\thaskell\nhibernate.hbm2ddl.auto how does Hibernate decide when to create or update the ddl?\thibernate\nwhat do the terms formBackingObject and ModelAttribute mean in Spring MVC?\tspring\nMagento Custom Module database query\tmagento\nHow do I create image roll over nav buttons in Wordpress\twordpress\nLists in Haskell : data type or abstract data type?\thaskell\nKeep formatting on an excel cell\texcel\nVideo streaming woes\tosx\nHow do I test if a column equals empty_clob() in Oracle?\toracle\nQt does not create output files in debug/release folders in Linux\tqt\nBuilding the Multimedia Module of Qt Mobilty with QML Extensions\tqt\nIn SharePoint 2007, how can I have one list displayed on two different sites/workspaces?\tsharepoint\nI have an exe setup file. I want to make it compatible with Mac OS.\tosx\nHibernate/Spring: Persisting collections\tspring\nWhich LINQ syntax do you prefer? Fluent or Query Expression\tlinq\nCapture console output for debugging in VS?\tvisual-studio\nExcel formula to determine cell ID when a series of numbers turns negative\texcel\ndrupal cck image_field and imagecache\tdrupal\nMagento: Multiple calls to same block template with cache on\tmagento\nWhat is the Bash command to create a hardlink to a directory in OS X?\tosx\nErrors in Windows Forms controls in designer view\tvisual-studio\nRemove white backgrounds from images\tcocoa\nLINQ to SQL in Visual Studio 2005\tlinq\nhow do i get a checkbox item from a QTableView and QStandardItemModel alone?\tqt\nGood Syntax Highlighter For Self-Hosted WordPress Blog\twordpress\nWhat's the difference between Tomcat JNDI based and Spring/Hibernate DS based connection pooling\tspring\nSharePoint Visual Studio document upload Web Test fails with Connot close stream until all bytes are written\tsharepoint\nWhat's the difference between [A,B] and [A;B] in MatLab?\tmatlab\nConditional Multiple Fields Searching and Filtering in LINQ\tlinq\nBatch Renaming with Bash\tbash\nFirst non-empty cell in a spreadsheet row\texcel\nHow the Scala script that reads 5G log file from network drive should be modified in order to read last x lines (like 'tail' in Unix)?\tscala\nsvn merge with revision not doing what I expect\tsvn\nException handling in Ajax Calls.\tajax\nWhy does my Out of the Box SharePoint Navigation look like it is leaking memory\tsharepoint\nasp.net ajax 4.0 with MVC -externalize templates\tajax\nMagento Store - Add nofollow to Layered Navigatio\tmagento\nBash: Subprocess access variables\tbash\nLinq2Entities / Linq2Sql - Comprehensive search...\tlinq\n\"scala \"\"error: io error while decoding\"\" \"\"with utf-8\"\"\"\tscala\nglobal properties in spring\tspring\nMagento: Can you set it so all Websites share the same order increment id sequence?\tmagento\nAJAX progress bar dispaying loading progress percentage for page load\tajax\nStorage of auditable fields per entity\thibernate\nClean up before closing the QCoreApplication.\tqt\nHow to define persistent variable in SQL*PLUS\toracle\nWordpress support\twordpress\nHow do I convince my team to drop sourcesafe and move to SVN?\tsvn\nSharepoint 2007 maintenance and staging\tsharepoint\nHibernate many to one delets all parents when a child is deleted\thibernate\nHow to have an NSMenu with dynamic actions\tcocoa\nCustom EntityNotFoundDelegate\thibernate\nCan I make QCompleter complete inline and show a popup.\tqt\nDownload attachments in one file\tdrupal\nIn Drupal 6, is there a way to take a custom field from the latest post to a taxonomy term, and display it in a view?\tdrupal\nNested Group by in LINQ\tlinq\nHow to GZip every file separately\tbash\nAjax Response from  CGI program\tajax\nHow to get Model errors in AjaxSubmit?\tajax\nOracle SQL Developer not responsive when trying to view tables (or suggest an Oracle Mac client)\toracle\nFind Mac OSX version installed using AppleScript\tosx\nHow to refer dynamically to another database user?\toracle\nCSS: How to increase the size of a OSX submit button\tosx\nJava spring database application won't quit reference to org.enhydra.jdbc.pool.PoolKeeper is still active why?\tspring\nTool in Visual Studio 2008 for helping with Localization\tvisual-studio\nPurposefully Slow Function\tmatlab\nCrucial Drupal Modules for Dynamic Site Development\tdrupal\nunit of work in a java 'main' application\thibernate\nBest tools for AJAX\tajax\nUsing Apache Rewrite to go from HTTP to HTTPS and vice-versa, but I get a 302 response and my app errors out.\tapache\nNSDateFormatter won't parse dates using locale settings?\tcocoa\nAppropriate VS Project for Multiple .Net Sites\tvisual-studio\nMaking a drupal database call using ajax\tdrupal\nWordpress Seo features\twordpress\nHow to use AJAX in DRUPAL\tdrupal\nMatlab book on geometry and image processing\tmatlab\nWhat do I need to offset the performance setback induced by use of the Spring framework?\tspring\nDrupal: add contact form as field to user profile\tdrupal\nCAML query to locate specific SPFolder nested in document library tree\tsharepoint\nparsec-3.1.0 with custom token datatype\thaskell\nCannot access new product attributes in grid display\tmagento\nLinking Simple product to their page listed under Grouped product in Magento\tmagento\nRight click on sheet-tabs disabled in Excel\texcel\nAccessing URL parameters in Oracle Forms / OC4J\toracle\nMac os X : load average\tosx\nExcel function to determine the last Friday in a month\texcel\nOracle Associative Array TYPE is not able to use in USING statement (If  TYPE is declared within Package)\toracle\nTool for translation of Oracle PL/SQL into Postgresql PL/pgSQL\toracle\nWordpress get_post_meta\twordpress\nmultiple security:custom-authentication-provider\tspring\nProblem running my project in IE 6.0 and 7.0 (window.location)?\tajax\nHibernate HQL Query : How to set a Collection as a named parameter of a Query?\thibernate\nProtect excel file with java\texcel\nIn Scala 2.8 collections, why was the Traversable type added above Iterable?\tscala\nmatlab 2009 creating symbol\tmatlab\nMac OS X New Users From Command Line\tosx\ngood stand-alone svn client\tsvn\nExcel OpenText method\texcel\nWhat does the Alias attribute of FieldRef do?\tsharepoint\nBash Case menu - dynamic choices\tbash\nAn RMIPRoxyFactoryBean factory in Spring?\tspring\nOverride SPList.WriteSecurity behaviour?\tsharepoint\nHaskell type error: Could not deduce (Show a) arising from a use of `show' from the context (Num a)\thaskell\nA simple way to generate tones / sine waves on mac? (ruby would be nice)\tosx\nLoop through PageField in OLAP Cube [PivotTable]\texcel\nCheck each pixel for a specific colour (within a certain threshold)\tmatlab\nSetting expires header for a specific URI?\tapache\nHibernate Self Join\thibernate\nWordPress functions.php Problem\twordpress\nLazy initialiazation of cache with Spring IBatis\tspring\nPassing a native pointer to performSelectorOnMainThread's withObject argument?\tcocoa\nAJAX readystate breaking, AJAX not processing data fast enough?\tajax\nIs QHash::contains method case-sensitive or case-incensitive?\tqt\nHelp Understanding Arrows in Haskell\thaskell\nChanging XML Namespace with Scala\tscala\nhow will you take only stored procedure backup in oralce 10g?\toracle\nIs anyone using valgrind and Qt ?\tqt\nTroubles after installing Two stores with same php docroot\tmagento\nOne Sharepoint Feature or many inter dependant ones\tsharepoint\nPrimitive recursion\thaskell\nWhich one of the java spring books to start?\tspring\nWindows to Mac transformation\tosx\n[MAGENTO] How to use an external lib? (PclZip)\tmagento\nUSB (PNY 4GB) suddenly appears empty - mounts, but name is strange, files not there\tosx\nInserting a custom_field in Wordpress using MySql\twordpress\nPitch Detection In Mac OS X\tosx\nAJAX/NPH Scripts under Apache 2.2.9 - without the nph-name preface?\tapache\nApache reverse proxy set up secure certificate\tapache\nHow to port a Cocoa app to iPhone-OS?\tosx\nAJAX C# AutoCompleteExtender contextKey\tajax\nIs there an easier way to add menu items to a wordpress navigation menu?\twordpress\nFile based Spring Security\tspring\nQuestion about what I should have before Connect\tqt\nTrying to get the information of session WebFlow Spring\tspring\nExample of using AuthType Digest to authenticate a user once across sub-domains?\tapache\nGlobal object for Javascript to interact with Safari plug-in\tcocoa\nis there any scala network library with actor model\tscala\nWordpress: add a custom field option that's available to all posts\twordpress\nPopulating child collection property with LINQ sub-query\tlinq\nSpring Entity to use Service, possible design flaw, but still....\tspring\nWhat is the best way to do server-side output caching PHP?\tapache\nDrupal incorrectly espaces tags in javascript\tdrupal\nGetting Excel 2003 to interpret a pasted number with leading zeros as text (works fine in 2007)\texcel\nJavaScript developer looking for insperation from frameworks such as cocoa\tcocoa\nHow would you set up an Subversion repository for in house software projects\tsvn\nIn excel automation, how to gracefully handle invalid file format error upon file opening?\texcel\nMagento - Strange symbol in the invoice's PDF\tmagento\nWhat is the bullet-proof way to specify the Easy Connect string for Oracle?\toracle\nProblem with flooding menu?\tajax\nHow do you move a file in SVN?\tsvn\nSetting nested object to null when combobox has empty value\tspring\nrecursively add file extension to all files\tbash\nExamples on when not to use LINQ\tlinq\nUsing a formula from another column in Excel\texcel\nThe Matlab equivalent of pyton None\tmatlab\nHow can I serialize (and later deserialize) a generic type in Scala?\tscala\nIs OpenAtrium really slow?\tdrupal\nScala match decomposition on infix operator\tscala\n\"Please confirm or correct my \"\"English interpretation\"\" of this Haskell code snippet\"\thaskell\nCreating Haskell instance declarations\thaskell\nCopy Excel worksheets, macros, and graphs from one workbook to another, moving links to the new workbook\texcel\nFlex, Cairngorm and XML-RPC\tmagento\nRelational databases and OO languages\tlinq\nSpring 3 DI using generic DAO interface\tspring\nDynamic injection of bean properties based on a locale variant in Spring\tspring\nis it possible to print all reudctions in Haskell - using WinHugs?\thaskell\nCocCoa Application\tcocoa\nDoes Visual Studio have anything like Borland's CodeGuard?\tvisual-studio\nRun db query (sql server 2005) with ajax. Is it possible?\tajax\nUsing MonadPlus in FRP.Reactive.FieldTrip\thaskell\nHow do I bring an Oracle BLOB into SQL Server?\toracle\nWhat stratagies are best for storing art assets in SVN?\tsvn\nhtaccess rewrite\tapache\n\"Excel: mapped XML data and the \"\"number stored as text\"\" error\"\texcel\nRotating a Div Element in jQuery\tajax\nWordpress [caption] processing\twordpress\nKeep QPixmap copy of screen contents using X11, XDamage, XRender, and other tricks.\tqt\ndoes spring provide 2 mvc platforms, grails and spring mvc?\tspring\n\"Programmatic equivalent of \"\"Visible at Launch\"\" for NSWindows\"\tcocoa\nAbort a PL/SQL program\toracle\nStartup performance of Spring @Configurable with Compile Time Weaving\tspring\n\"How do I write, \"\"if typeclass a, then a is also an instance of b by this definition.\"\"\"\thaskell\nMagento Trying to set the session id to programmitcally add to cart\tmagento\nLINQ Refactoring\tlinq\n'Magical' QTextEdit size\tqt\nAlternate posts in wordpress\twordpress\nHibernate many-to-many mapping and cascade=delete\thibernate\n\"Can you \"\"ignore\"\" a file in Perforce?\"\tsvn\nChange background color of Solution Explorer in Visual Studio\tvisual-studio\nHOWTO: rewrite requests for images, css and js to different folders for each application?\tapache\nReading CLOB column is slow...\toracle\n\"AJAX: How do I make the button submit after I press \"\"Enter\"\"?\"\tajax\nwhy we integrate Qt with visual studio\tqt\nHow to compile a simple Qt and c++ application using g++ on mac os x?\tqt\nmatlab:find the 4th vertice of a parallelogram\tmatlab\nLINQ to SQL - select where text like string array\tlinq\nOracle Materialized Views Vs Replication on the same DB server\toracle\nOracle - dynamic column name in select statement\toracle\nObserving self in Cocoa\tcocoa\ncustom form with Drupal - CCK and simple module - what next?\tdrupal\nHow to merge a 64 by 64 cell into a 1 by 1 cell\tmatlab\ndesigning Panels without a parent Form in VS?\tvisual-studio\nRead input from a cocoa/foundation tool console?\tcocoa\nApache modrewrite htaccess problem\tapache\nWhat would be the Spring way of using TCP connections?\tspring\nChange the date of wordpress\twordpress\nApache/Tomcat site nesting\tapache\nIntegrating Several Drupal Sites\tdrupal\nHibernate @OneToMany - mapping to multiple join tables\thibernate\nexcel workbook isolated storage\texcel\nMVC Ajax Begin form hides submit button on ajax call\tajax\nLINQ distinct join query\tlinq\nmailto link sharepoint desgner\tsharepoint\nHow to get value from NSTextField(in cocoa)?\tcocoa\nSVN externals sub folder changes not showing in view log (tortoise svn)\tsvn\nHow can I simulate user interaction (key press event) in QT?\tqt\nHibernate ordering\thibernate\nmap versus mapM behavior\thaskell\nUSB Driver Development on a Mac using Python\tosx\nZipcode to city/state look-up XML file?\tlinq\nWhat's a good directory structure for large C#/C++ solutions?\tvisual-studio\nhow do I extend a contributed module in drupal\tdrupal\nWhat are your most-recommended Visual Studio perferences?\tvisual-studio\nHow to set the line where a QToolBar is displayed?\tqt\nWhere is the template file for the password protected page in wordpress?\twordpress\nSpring map definition\tspring\nexcluding commits by specific users from svn merge\tsvn\nNested Linq Queries\tlinq\nQSlider focus issue (Mac Leopard) with QApplication::focusChanged(QWidget*,QWidget*)\tqt\nHow to create PDF for product description in Magento\tmagento\nEquivalent of user32.dll on OS X\tosx\nUnderscore before theme name\tdrupal\nShow Editors for All Cells in Row in QTableView\tqt\nMagento Bundled Product Restrictions\tmagento\nQt: set a default cursor for an application\tqt\nHiw to bind LINQ data to dropdownlist\tlinq\nWordpress homepage problem\twordpress\nQT / thread event loop QTimer/Mysql queries\tqt\nLINQ Optimization Question\tlinq\n\"Translating \"\"Why Functional Programming Matters\"\" into Haskell\"\thaskell\nHow to add theme settings to Zen-based themes?\tdrupal\nWhy ssh fails from crontab but succedes when executed from a command line?\tbash\nBlank process name for OSX Cocoa application?\tosx\nEXCEL Formula or VBA To Extract Data Based on Another Cell's Data\texcel\nDisplaing list of categories and tags — Wordpress\twordpress\nHibernate many-to-many association with the same entity\thibernate\nWhat about the event before order save in onepage checkout in Magento 1.4?\tmagento\nhow to automatically ignore files in grep\tbash\nReplacing an element in a n-ary tree\thaskell\n\"How to insert an \"\"Optimizer hint\"\" to Hibernate criteria api query\"\thibernate\nBash prompt in OS X terminal broken\tosx\nHow to avoid Excel localizing object names and breaking macros?\texcel\nNo Hibernate Session bound to thread\tspring\nIs [[ ]] preferable over [ ] in bash scripts?\tbash\nstm monad problem\thaskell\nHow to move an element in a list in Haskell?\thaskell\nsorting variable multidimensional arrays\tlinq\nParser for 32-bit and 64-bit Mach-O binary/executable formats in C++\tosx\nexception Handling in Qt Script with C++\tqt\nCannot pass message (or Call a function) using the outlet of a customized class\tcocoa\nHtml checkbox change value in MySql\tajax\nHow to insert a new line character after a fixed number of characters in a file\tbash\nHelp with SVN Setup\tsvn\nIs it possible to add Web Parts to the My Profile page of My Site?\tsharepoint\nConverting small-ish Oracle long raw values to other types\toracle\nHow can I delay one feed in wordpress but not the others?\twordpress\nSpring Transaction Management Test\tspring\nputting the last command's wall time in bash prompt\tbash\nMagento - Not able to display tier pricing in product view\tmagento\nHow can I assign the match of my regular expression to a variable?\tbash\nAutomatically set list item permission, after new item is created\tsharepoint\nSPCrossListQuery fails to bring back results\tsharepoint\nHow do I close an OracleConnection in .NET\toracle\nQuicksort + Profiling\thaskell\nPlotting special function (Debye) in Matlab\tmatlab\nApache Integration with Lisp like web language\tapache\nDoes LINQ's ExecuteCommand provide protection from SQL injection attacks?\tlinq\nhoe to draw concentric circles in an image in matlab? Please help me\tmatlab\nAdd new Entity to persisted Collection\thibernate\nCan someone explain this article about enforcing race safety in Scala.\tscala\nHow do you transfer the execution of a IQueryable object to a IEnumerable ?\tlinq\nMapping both static and dynamic files in Tomcat/Spring?\tspring\nManaging multiple asynchronous NSURLConnection connections\tcocoa\nproduct price Issue\tmagento\nincompatible types found: required: default enums in annotations\tspring\nApache Mod Rewrite (.htaccess)\tapache\nmagento setup problem.\tmagento\n\"AJAX to do Real Time DB Polls like Twitter's \"\"Real Time Results\"\" in Coldfusion\"\tajax\nMATLAB: function makes 4 recursive calls. I have a 4-core processor. Can I parallelize?\tmatlab\nDatabase design - Should a Date be used as part of a primary key\toracle\nDoes Fluent-Hibernate exist?\thibernate\nCannot use Spring LDAP with Spring Security\tspring\nDrupal DATABASE deployment strategies?\tdrupal\nNeed help with LINQ query and ASP.NET MVC?\tlinq\nHow can I make only some folders show up for certain developers with SVN\tsvn\nHow to move documents and list items in Windows SharePoint Services?\tsharepoint\nHow do you use shell script variables as arguments to sed?\tbash\nDrupal: Staying Organized with Module Changes\tdrupal\nHow can I change the repository url using AnkhSVN 2.x\tsvn\nDynamic UI styling/theming\tajax\nVisual Studio 2008 macro to switch between header and source files?\tvisual-studio\nFlipping Quicktime preview & capture\tcocoa\nzip columns from separate files together in bash\tbash\nReading annotation property in aspect\tspring\nColdFusion vs PHP\tajax\nHaskell: Creating Type Classes for Zippers\thaskell\nCompile scala classes with debug info through Maven\tscala\nWhat do you do when you feel you need a variatic list comprehension?\thaskell\nSharepoint: Is it possible to make subgroups in top navigation menu?\tsharepoint\nList of GHC extensions\thaskell\nHow to integrate Scala language with Spring Security\tscala\nNeed skeleton code to call Excel VBA from PythonWin\texcel\nExcel through OleDb shows numbers differently...depending on whether spreadsheet is open!?\texcel\napache on windows virtual directory config help\tapache\nSpring deployment-level configuration\tspring\nLinq equivalent of foreach\tlinq\nTools for SVN Merging\tsvn\nlinq to sql:  join multiple columns from the same table\tlinq\nHow to use scalax.io.CommandLineParser?\tscala\nAny idea for running Qt signals/slots over network?\tqt\nhow to set query to be read uncommitedd?\thibernate\nHow to tell Apache, in reverse proxy mode, to intercept or trap 302 responses from backend server and redirect internally without sending 302 response back to client?\tapache\nhibernat sesson problem new\thibernate\nDisplay os x window full screen on secondary monitor using Cocoa\tcocoa\nMPM Prefork Apache Uses Absurd Amount of Memory\tapache\nScala: Is there a way to use PriorityQueue like I would in Java?\tscala\nMATLAB - Delete elements of binary files without loading entire file\tmatlab\nwordpress wp_get_archives output change with preg_replace\twordpress\nHow do I find a subset of items in two sets of data that partially differ?\tlinq\nWhat is the most elegant way to encode/decode an Object to Dictionary\tcocoa\nIntegration Test with Spring: Cannot convert value of type error\tspring\nMac os x Terminal.app's buffer and screen command\tosx\nSharePoint Web Parts\tsharepoint\n\"What does \"\"trait A <: B\"\" mean?\"\tscala\nExcel VBA Macro: create a chart from CSV?\texcel\nHow to do conditional compilation in Haskell?\thaskell\nGetting the tags for a post in a Wordpress plugin\twordpress\nIs there a .Net interface to Oracle SQLPLUS?\toracle\nClever tricks to find specific LINQ queries in SQL Profiler\tlinq\nHibernate L2 Caching and Many-To-Many relationships\thibernate\nVisual studio addin - finding current solution folder path\tvisual-studio\nApplying mod_rewrite rules AFTER DirectoryIndex is applied\tapache\nGet istance of Excel application with C# by Handle\texcel\nHow do I prevent Spring/Hibernate from automatically committing my modifications to the database?\tspring\nVisual Studio Vs Visual Web Developer\tvisual-studio\nDifferent results when applying function to equal values\thaskell\nExcel to XMl in .NET3.5\texcel\nDeploying Layouts in SharePoint\tsharepoint\nPackaging multiple features into a single WSP solution file\tsharepoint\nhow do i get a count of columns that contain data from excel\texcel\nUpgrading from SPS 2003 to MOSS 2007\tsharepoint\nhibernate OneToMany List ordering persisting but reversing?!\thibernate\nsvn create tag problem\tsvn\nIs Drupal ready for the enterprise?\tdrupal\nLinq: IsNot in Object collection\tlinq\nTurn off error messages in a bash script\tbash\nHow to add a number to a variable?\tmatlab\nAccess properties file programatically with Spring?\tspring\nIs there a way to specify a super-type sub-type relationship in Oracle Designer?\toracle\nOSX - always hide certain files\tosx\nGetting server name in ContextLoaderListener\tspring\nHow Configure Hibernate for develop Test\thibernate\nMatlab copy constructor\tmatlab\nUsing catalog image as full background image in Magento\tmagento\nFaster dec2bin funtion for large amount of conversion\tmatlab\nNeed help choosing a framework for bilingual site\tdrupal\nShow Only Pings (Pingbacks+Trackbacks) Number on Wordpress\twordpress\nDoes Scala run on GWT?\tscala\nComparing Two Arrays.\tcocoa\nHow to write a proper null-safe coalescing operator in scala?\tscala\nloading custom framework in iphone\tcocoa\n\"Lower case \"\"k\"\" in Cocoa\"\tcocoa\nQt: QGraphicsScene not updating when I would expect it to.\tqt\nWhere to manage the most sensitive content you have under version control?\tsvn\nhow magento parse url?\tmagento\nVisual Studio\tvisual-studio\nDrupal: re-selecting taxonomy terms in advanced search\tdrupal\nNSMutableArray memory management\tcocoa\nCan I rewrite from subdomain to folder avoiding redirection?\tapache\nAJAX constantly look for server update? Javascript\tajax\nHow do I convert Elevated Privilege code from C# to VB.Net for use with SharePoint?\tsharepoint\nDrupal question: Views, arguments and nodequeues\tdrupal\nUnique random number sequence using qrand() and qsrand()\tqt\nWordpress: Can  404.php page send values to header.php?\twordpress\nSpring MVC Domain Object handling Best Practice\tspring\nHowto import an oracle dump in an different tablespace\toracle\nSome Paramters in $.ajax not passing\tajax\nwhy in SPOJ we can't code in SCALA programming language?\tscala\nSpring RuntimeBeanReference\tspring\nHow do you get search capability similar to Spotlight or iTunes?\tcocoa\n\"Scala: working around the \"\"illegal cyclic reference\"\"\"\tscala\nHow to get real Integer Overflows in Matlab/Octave\tmatlab\nDrupal research strategy (custom or ready module)\tdrupal\nSharePoint (MOSS 2007) remove user\tsharepoint\nscala reflection: getDeclaringTrait ?\tscala\nWordpress dynamic navigation function for highlighting single post tabs\twordpress\nWhat is MATLAB? Does it generate executables?\tmatlab\nApache automatically restarting itself every couple of requests\tapache\nSolution items cross several web projects in Visual Studio\tvisual-studio\ncalling user_save from within hook_init failing on Drupal6\tdrupal\nspring ioc injecting conrete implementation of interface to test\tspring\nIs there a difference between installing mod_python via httpd.conf and conf.d in apache?\tapache\nFilter and View screens on different pages\tdrupal\nFuture posting with dateCreated in Wordpress via XMLRPC in Ruby\twordpress\nExporting .xls to .csv issues\texcel\nAdvanced directory switching in bash\tbash\nHow to get the most of out laptop batteries\tosx\nGet three posts before a certain date in Wordpress\twordpress\nHow do you guard for Null Reference exceptions in Linq To Xml?\tlinq\nwhat algorithm good for image matching?\tmatlab\nOracle - How to grant to a user the rights to another user's objects\toracle\nHow to programatically add an object to a bound NSMutableArray?\tcocoa\nMultiple WHERE clause in Linq\tlinq\nUsing QFileSystemModel in a QCompleter\tqt\nBinding ASP.NET GridView to an Oracle SYS_REFCURSOR\toracle\nCompiling QT-Creator with mingw\tqt\nimplementing a per-digit counter using the list monad\thaskell\nHow can I point Visual Studio 2008 to a new path for projects?\tvisual-studio\nWhat is the equivalent of Struts ActionMessages in Spring MVC?\tspring\nHow do I group similar catalog products (CD & mp3) on the landing page of my Ubercart store?\tdrupal\nregister a protocol on mac osx?\tosx\nHow do I respond to an internal drag-and-drop operation using a QListWidget?\tqt\nWhy would the browser cache assets (images, js, etc.) while GETting but re-request everything after a POST + 302 redirect?\tapache\nHow do I prevent Visual Studio from renaming my controls?\tvisual-studio\nHow to hide AJAX HTML Editor Bottom Toolbar\tajax\nIn Java/Spring, how do you setup the hashmap to append the query string?\tspring\nUsing .inc files when theming.\tdrupal\nHow do I add a header with data to a QTableWidget in Qt?\tqt\nSharePoint - Adding users from Active Directory in a custom administration form\tsharepoint\nHow can I perform a reverse string search in Excel without using VBA?\texcel\nredirect http to https for some page in site in APACHE\tapache\nDefault value for PivotChart Report Filter/Page Field\texcel\nCommon Types of Subversion Hooks\tsvn\nWhat are the cases when AJAX should not be used?\tajax\nOracle TEMPORARY TABLESPACE\toracle\nSpring @Transactional Annotation Best Practice\tspring\nHow do I access (listen for) the multimedia keys (play/pause) in Mac OS X?\tosx\nJQuery AjaxUpload and PHP Max File Size Issue\tajax\nWhich Visual Studio Color Theme?\tvisual-studio\nHow do I run another web site or web service side by side with Sharepoint?\tsharepoint\nDerived Scala case class with same member variables as base\tscala\nNo feed output when working with Friendfeed and Wordpress API?\twordpress\nbreakpoints not working after installing valgrind\tqt\nawk and printf in bash\tbash\nHow do I get the value of the jdbc.batch_size property at runtime for a Web application using Spring MVC and Hibernate?\tspring\nIf a Matlab function returns a variable number of values, how can I get all of them as a cellarray, for instance?\tmatlab\nHow important do you think Progressive Enhancement is?\tajax\nhow to connect to mutiple databases in hibernate\thibernate\nInternal Server Error\tapache\nValidation Drop down on a condition\texcel\nCreating GUI application completely in QtScript, what is your opinion?\tqt\nOverwriting a core Wordpress function - should work but it doesn't\twordpress\nshow the order display page in new page in magento\tmagento\nDrupal: module to implement credit system\tdrupal\nadding image to the widget of magento\tmagento\nSet timeout on jQuery .load\tajax\n[Excel VBA]How to cast a shape object?\texcel\nMagento layout related basic Questions ?\tmagento\nLinq Stored Procedure Issue\tlinq\nSame Port, but different DocumentRoots\tapache\nAutomatically Compile Linq Queries\tlinq\nValidate Emails with Bash\tbash\nstop apache injecting it's own 404 not found page to the custom 404 error page\tapache\nProject Euler 7 Scala Problem\tscala\nDrupal: Is it possible to insert php variables from one node into another node?\tdrupal\nIs it better to use the State Monad, or to pass state recursively?\thaskell\nNavigation Controller strategy with an Address Book picker\tcocoa\nWhy use SysV or POSIX shared memory vs mmap()?\tosx\nBest way to select the id of the matching row with the most recent timestamp\toracle\nPHP using too much memory\tapache\nI've a function updating database table using Spring's JdbcTemplate and for some reason there was exception that connection is read only u can not update any database related changes. How to resolve these problem?\tspring\nHow much math do I need to become productive in Haskell?\thaskell\nhow does a spring framework works?\tspring\nControlling OSX windows\tosx\nKeyword highlighting on selection in Visual Studio 2008\tvisual-studio\nMy jquery ajax form will not post\tajax\nCall Excel Add-In function from Excel workbook VSTO\texcel\nHow to change listing language in Magento\tmagento\nHow can I implement a blocking process in a single slot without freezing the GUI?\tqt\ndifference between a User and a Schema in Oracle?\toracle\nLinq to Sql: Multiple left outer joins\tlinq\nOracle 10gr2: ensure timestamps are between 9am and 5pm\toracle\nHaskell: Overlapping instances\thaskell\nMacBook vs MacBook Pro for .NET development and other stuff\tosx\n[Haskell] Odd values when enumerating a list\thaskell\nAnyone have commit notification hook script that will send email upon commit of codes?\tsvn\nScala do I have to convert to a Seq when creating a collection from an iterable?\tscala\nWhat is the best way of generating a xslx file on a web site? Possibly with millions of rows?\texcel\nWhat to do when 'svn cleanup' fails?\tsvn\nHelp with wordpress and adding jquery please\twordpress\nHow to get cpu temperature and fan speed on osx?\tosx\nCan I block search crawlers for every site on an Apache web server?\tapache\nWhat is the best way to sort using a GridView and LiNQ?\tlinq\nHow To Removing Trailing Whitespace Of All Files Recursively?\tbash\nCan I use a QTimer to periodically refresh a form while still letting user edit some of the fields?\tqt\nHow to determine if a table has been accessed in the last month?\toracle\nLazily loading a clob in hibernate\thibernate\nNesting Apache Tiles Template\tapache\nWhat is MACID ?\thaskell\nspring transactional cpool. Which one do I use?\tspring\nHow do you add context senstive menu to NSOutlineView (ie right click menu)\tcocoa\nConcurrent map/foreach in scala\tscala\nConstruct a java.util.List from a java.util.Set in Scala\tscala\nLinq query on the maximum value of 2 fields\tlinq\nDebug irrelevant Wordpress search results\twordpress\nHow to improve performance in Oracle using SELECT DISTINCT\toracle\nHaskell pixel drawing library linux\thaskell\nCAML to HTML\tsharepoint\nSET game odds simulation (MATLAB)\tmatlab\nDrupal - open node body in new window\tdrupal\nConvert a List of Options to an Option of List using Scalaz\tscala\nHow to stop VS2008 trying to compile .ASP pages as Visual Basic?\tvisual-studio\nHow to setup a Magento rewrite rule that keeps it's GET parameters\tmagento\nmatlab fxn: find contiguous regions and return bounds in struct array\tmatlab\nHow to plot 2 graphics in one picture?\tmatlab\nData Classification:sizes of training and test vectors\tmatlab\nlooking for 'sed' like functionality in Excel\texcel\nSharePoint - simplest feature config to register a server control?\tsharepoint\nHibernate ConstraintViolationException in join table\thibernate\nDrupal Coding Standards for Commercial Use?\tdrupal\nmagento 1.3.1 undefined alert error\tmagento\nMultiple select Listbox in Excel for an import sheet\texcel\nOracle database connections - what are all the fields I need to fill in?\toracle\nSharePoint - Get a list of current users\tsharepoint\nApache mod_rewrite\tapache\nWhere can I go for hands-on cocoa training besides WDC?\tosx\nQFileDialog: adding extension automatically when saving file?\tqt\nETL , Esper or Drools?\tspring\nOracle: any replacements for DBMS_OUTPUT package?\toracle\nHaskell: Why is it saying my function type is off?\thaskell\nLINQ: find all checked checkboxes in a GridView\tlinq\nExecute shell command in PHP on the desktop of another logged in user\tapache\nSVN Branching in Eclipse (Conceptual)\tsvn\nHibernate HQL: how to use a complex left join fetch\thibernate\nHow to get position inside a select statement\tlinq\nHibernate creates two primary keys when I only want one...\thibernate\nDisplaying the current authenticated Sharepoint user from an asp.net Page Viewer Web Part\tsharepoint\nProblem in sending excel file as attachment using mail function in php?\texcel\nMagento: Adding a custom EAV attribute that autopopulates with its default value on entity creation.\tmagento\nOracle XE for Linux...?\toracle\nIncluding a library in Qt, why isn't this working?\tqt\ncreating magento groups needs reindexing\tmagento\nOutput library project XML to asp.net bin folder on build?\tvisual-studio\nSharepoint Calculated column in list\tsharepoint\nUsing the php substr on the_permalink() in WordPress\twordpress\nConsuming SOAP Web Services in Drupal from C# client\tdrupal\nWordpress plugin for enhanced WYSIWYG image resizing?\twordpress\nDLL versions and Visual Studio attach to process\tvisual-studio\n.NET Linq Join\tlinq\nPartitioning an Iterator in scala 2.7.5\tscala\nqsettings different results\tqt\nFormat dates in a WordPress plugin\twordpress\nMagento: After ordering configurable product, its canceled because its out of stock\tmagento\nEmbed XML configuration directly in Spring application context\tspring\nUsing LINQ to query flat text files with fixed-length records?\tlinq\nHibernate calls flush on find- causes not-null error\thibernate\nHow to replace gif logo with flash logo in magento?\tmagento\nmagento XML RPC problem Class 'Zend_Http_Client' not found in...\tmagento\nQt conflicting with GLee\tqt\nHow to expose a constructor variable(sic!) as read-only?\tscala\nExtract image from the content\twordpress\nIs there a way to force Visual Studio 2008 (or below) to use a spellchecker for comments?\tvisual-studio\nSharepoint MOSS customised v's uncustomised\tsharepoint\nCall stack in compiled matlab\tmatlab\npython 2.5 removal\tosx\nScala - can yield be used multiple times with a for loop?\tscala\nApache server cache images\tapache\nWhy does wdiff not work with named pipes\tbash\nusing Drupal for 1 page of xhtml-css website.\tdrupal\nOdd Behavior With Copy/Paste Into FSI On Mac\tosx\nDifferent number of posts (WordPress)\twordpress\nMemory Leaks - Formatting a String To Display Time, Each Second\tcocoa\nSharePoint SPContext.List in a custom application page\tsharepoint\nWhy does the dialog I created in Leopard look terrible in Tiger?\tcocoa\nHow do I merge two different Visual Studio solutions?\tvisual-studio\nHow to get Excel to ignore apostrophe in beginning of cell\texcel\nProgram Interaction and testing via bash script\tbash\nDependency Injection problem with EntityManagerFactory + jpadaosupport\tspring\nIs there a quick-starting Haskell interpreter suitable for scripting?\thaskell\nHow to change the default parameters for newfit() in MATLAB?\tmatlab\nMonitoring bash script won't terminate\tbash\nMagento get Last login\tmagento\nWhat exactly is the point of the ScriptManager's\tajax\nCredential Caching Fail on SVN 1.5.2\tsvn\nlamda extension to combine lists\tlinq\nEdit .doc in Word via custom Document Library DispForm.aspx\tsharepoint\nCoding a Mac OS X terminal emulator?\tosx\nWhat are the differences between the different saving methods in Hibernate?\thibernate\nHow can I map out which Visual Studio Solutions use which Projects?\tvisual-studio\nsubversion cherry picking\tsvn\nHow do I tell LINQ to ignore attributes that don't exist?\tlinq\nInsufficiente privileges when creating a trigger for a table in another schema\toracle\nPassing functions as arguements in Matlab\tmatlab\nHow do you develop an application to draw, edit and save UML models in Cocoa?\tcocoa\nProblem managing session with multiple data sources\tspring\nCreating custom CCK Field Types in Drupal\tdrupal\nCreate a colored bubble/circle programmatically\tcocoa\nSVN Problem\tsvn\nHow do I implicitly convert Tuples to vector in Scala\tscala\nHow does Drupal provide an edit/review/publish model?\tdrupal\nHow to merge from branch to branch and back again (bidirectional merging) in SVN?\tsvn\nhow to sketch a polygon in a matrix or binary image in order to use image processing functions?\tmatlab\nMatlab and MrVista\tmatlab\nString representation of objects as in Scala REPL\tscala\nApache BeanUtils.copyProperties is spilling too much log\tapache\nBut I still need to know how to show user e-mail in Drupal 5.x profile (nodeprofile)?\tdrupal\nWhat does full LINQ support mean?\tlinq\nImplementing a Code Freeze with Subversion\tsvn\nBest way to track and enforce peer reviews before commit\tsvn\nSpring MVC defaultValue for Double\tspring\nTest build of Cocoa application not compatible with tester's version of OS X.\tosx\nIs wordpress a good platform for webapp development?\twordpress\nAre Hibernate and RDLC alternatives to each other?\thibernate\nCodecharge Studio alternatives for mac\tosx\nProblem with mapping tag in hibernate configuration file\thibernate\nDrupal - Migrating to new server\tdrupal\nLINQ vs stored procedures?\tlinq\n\"Having \"\"Minimal Price\"\" display issues within assigned category.\"\tmagento\nLinq: In what situation do you use linq?\tlinq\nUpdate {node_counter} table programatically in drupal\tdrupal\nmatlab quickie: test if text file is empty\tmatlab\nSynchronize shell script execution\tbash\nTo find points of intersection between straight lines & our figure in matlab\tmatlab\najax displaying code instead of result\tajax\nUnwrapping datatypes in Haskell without extraneous code\thaskell\nExport Oracle user tables to MS Access automaticaly\toracle\nAjax ReorderList FindControl Problem\tajax\nWhat are alternatives to Objective-C for Mac programming?\tcocoa\nwhere does drupal store the actual content in the database?\tdrupal\njQuery AJAX live update on multiple elements on the same page\tajax\nGetting list of Mac text-to-speech voices programmatically?\tosx\nPrinting an NSImage\tcocoa\nWordPress - Each page of paged posts all show same posts\twordpress\nCreate  user folders like userfolder/ticket and manage on a server in c#\tajax\nSharepoint - Information Rights Management error\tsharepoint\nlookup Data in Excel\texcel\nSVN: a versioned directory of the same name already exists\tsvn\nHow can I debug WordPress in IIS?\twordpress\nhibernate result ordering\thibernate\nHow to pass a class object from Scala to Java?\tscala\nIs there any way to declare final fields for Hibernate-managed objects?\thibernate\nHow do I create a toolbar in an XLA document?\texcel\nCross join (pivot) with n-n table containing values\tlinq\nWordpress Category Template Question\twordpress\nHow to show long numbers in excell ?\texcel\nPruning data for better viewing on loglog graph - Matlab\tmatlab\nLINQ - Return Value From Field With A Max Value if No Rows Found\tlinq\nMagento doesn't save my catalog_product_set, what can I do?\tmagento\nHow do you make a WordPress front page template in the Carrington blog theme?\twordpress\nLinq to SQL vs Entity Framework, Microsoft support for\tlinq\nmail reader using haskell\thaskell\nGET vs POST in ajax ?\tajax\nDelete an oracle-user with single quotes in the username\toracle\nUpload Folder via Mac Terminal\tosx\nHow to change Drupals menu alternatives for creating a page\tdrupal\n\"How to enable \"\"Connect to Outlook\"\" function in your custom list?\"\tsharepoint\nHow to Autogenerate multiple getters/setters or accessors in Visual Studio\tvisual-studio\nsvn update not working in post commit\tsvn\nProblem with AJAX\tajax\nHibernate QueryException couldn't resolve property\thibernate\nIs there a super-high-load (Ajax) chat script out there?\tajax\nWhich are the best forums about Sharepoint 2007?\tsharepoint\nRedirect after plugin activation\twordpress\nColor Comparison of two images using matlab\tmatlab\nReading multiple lines in bash without spawning a new subshell?\tbash\n@Autowire strange problem\tspring\nHow to show a local image in the webview?\tcocoa\nSharepoint - Fields appears twice on View / New Item\tsharepoint\nscala -> use .net (linq) and java (various frameworks) in the same program?\tscala\nHow to nest Spring JMS MessageConverters\tspring\nControlling Hibernate's generated subselect\thibernate\nConverting between oracle.sql.TIMESTAMPTZ and standard JDBC classes for DbUnit\toracle\nSpring Batch: java.io.IOException: Stream closed exception when combining MultiResourceItemWriter and FlatFileItemWriter\tspring\nIE hungs when more than 4 async requests are triggered with xmlhttprequest object\tajax\nSetHidden not working\tcocoa\nHow do I assign a value to a property where the property name is supplied at runtime in VBA?\texcel\nsvn stumbling blocks\tsvn\nHibernate implicit entity restrictions\thibernate\nslideshow module for drupal\tdrupal\nBash read inside a loop reading a file\tbash\nCould someone explain Spring Security BasePermission.Create?\tspring\nHow can I tell bash to properly esacape expanded strings?\tbash\nReal time video capture??\tqt\nWhich tree-based dictionary is the easiest to implement functionally?\thaskell\nIs there a workaround for Qt 4.4 visual artefacts on Mac OS X 10.6 (snow leopard)\tqt\nWhere is The Abandoned Cart Report Located in Magento?\tmagento\nBest practictes for configuring Apache / Tomcat\tapache\nHow do you manage .vcproj files in souce control which are changed by multiple developers?\tvisual-studio\n\"Does Linq has \"\"Difference\"\" ?\"\tlinq\nSSI escape HTML output\tapache\nWordpress Install on OS X Snow-Leopard under Sites/public for use with capistrano\twordpress\nObtaining a Mac's System Profiler data from shell\tosx\nEquivalent of public static final fields in Scala\tscala\nSetting custom homepage for Wordpress blog\twordpress\nEnable anonymous Access (svnserv)\tsvn\ngetting value from one controller to another controller\tspring\n\"DRUPAL: my back-end edit node page jumps up when I click \"\"save\"\"\"\tdrupal\nGetting to the managed objects in NSTableView\tcocoa\nBDC Paging\tsharepoint\nHow do I do an exclusive checkout in SVN?\tsvn\nIKImageView and scroll bars\tosx\nHow to turn off optimization (-02) for apache modules built with APXS\tapache\n*Simple* FLV player (no logo, no advertisement)\tdrupal\nBest way to handle multiple NSTableView(s)\tcocoa\nHow to change Qt applications's dock icon at run-time in MacOS?\tqt\nLaunch Scala REPL programatically?\tscala\nLambda Expression of Select * from TableName\tlinq\nOracle: How do I convert hex to decimal in Oracle SQL?\toracle\n\"QCalendarWidget as \"\"Pop-up\"\", not as new Widget?\"\tqt\nWhat is a user category exactly?\tdrupal\nIs there an Oracle SQL tool that builds insert statements from a result set?\toracle\nSharePoint - Connection String dialog box during FeatureActivated event\tsharepoint\n\"Is it normal for \"\"rsyslogd\"\" to cost 170M memory?\"\tbash\nFind all PPC libraries, binaries and applications in Snow Leopard\tosx\nQt wrapper for C libraries\tqt\nMATLAB: comparing 2 columns content\tmatlab\nExecuting a method from another class in java(and more)\tspring\nApache <Files> with Require to exempt certain Files\tapache\nHow to work with assertEqual with parameterized types\thaskell\nAuto-wiring a List using util schema gives NoSuchBeanDefinitionException\tspring\nUpdating a QProgressDialog with a QFuture\tqt\nCodeRush for C# issues\tvisual-studio\nCompiling and using spl2c on Mac OS X 10.6\tosx\nWhat version of TinyMCE will work in Drupal 5 with google chrome?\tdrupal\nMicrosoft Excel – How to copy cells to a different worksheet on every nth row.\texcel\nHow do you treat legacy code (and data)?\tsvn\nLimiting a script from sending alerts\tbash\nWhat's the next step to learning Haskell after monads?\thaskell\nwhich file? to edit the breadcrumbs starting point\tmagento\nUnable to commit to Subversion\tsvn\nReference from UITableViewCell to parent UITableView?\tcocoa\nHaskell: Composing two error-raising functions\thaskell\nState Monad, sequences of random numbers and monadic code\thaskell\nOracle Generic DB Link not working\toracle\nBest resource to learn application programming? (.Net/Cocoa/etc)\tcocoa\nHow to assign a heredoc value to a variable in Bash?\tbash\nsvn revision number\tsvn\nAdd Comment and Reaction Count in Wordpress with Disqus plugin\twordpress\nActivate Range, Allow Edit, Continue\texcel\nOutputing UTF-8 string on Mac OS's Terminal\thaskell\n\"VSeWSS \"\"Attach to IIS Worker Processes\"\" grayed out\"\tsharepoint\nHow can I programatically change the background in Mac OS X?\tosx\npush a MATLAB workspace onto a stack\tmatlab\nMaking Browser Back button work while using AJAX requests\tajax\nIs Asp.Net Ajax only used at presentation layer, or also at Business Logic layer?\tajax\nHow well does java and scala Work together?\tscala\nDoes SQLDeveloper support executing scripts?\toracle\nHow to execute an .SQL script file using c#\toracle\nChanging a Magento default theme\tmagento\nShould the WebInfo file be excluded from SVN\tsvn\n\"\"\"Phantom\"\" directories in an SVN repository\"\tsvn\nHow to update a single column in LINQ without loading the entire row?\tlinq\nHow to find out when an Oracle table was updated the last time\toracle\nOracle Hierarchical query: how to include top-level parent\toracle\nAppleScript for unlock screen dialog\tosx\nJavascript/Ajax - Manually remove event handler from a Sys.EventHandlerList()\tajax\nHow do I save state with CALayers?\tcocoa\nBash usage of vi or emacs\tbash\nIs there a list of AJAX JSF Libraries available?\tajax\nHaskell function seems to be limiting integer length - i thought it used bignums?\thaskell\nReading java .properties file from bash\tbash\nSubversion question: How can I use post-commit hooks to copy committed files to a web directory?\tsvn\nHow do I count the number of persons in an image using MATLAB?\tmatlab\nHow to install a Windows service using Qt?\tqt\nVisual Studio shortcut for showing dropdown of availble Enum values for function argument\tvisual-studio\nWhen to create Interface Builder plug-in for custom view?\tosx\nHaskell: Defaulting constraints to type\thaskell\nHow do you manage your run once sql install scripts in subversion?\tsvn\nHibernate cannot recover after socket has timed out\thibernate\nReturning value from AJAX request in a global variable\tajax\n\"Implementing a text slider or \"\"slideshow\"\" with AJAX or JQuery\"\tajax\nDeveloping an Application using Wordpress as a base?\twordpress\nHow to upgrade a long running SharePoint Workflow already in production\tsharepoint\nSpring Security 3.0- Customise basic http Authentication Dialog\tspring\nRedirecting a Directory to a Script on Apache\tapache\nSetting a publish page content programatically\tsharepoint\nLinking with a debug/release lib with qmake/Qt Creator\tqt\nWhat is the best place to start learning Qt?\tqt\nWhat is a Simply way to combine groupped values in one field?\toracle\nRunning PHP without extension without using mod_rewrite?\tapache\nLinq, repository pattern and database abstraction problem\tlinq\nExcel: getting the selected rows back\texcel\ngetting the path of a application at runtime + cocoa\tcocoa\nIs form display dependent on development machine in Visual Studio?\tvisual-studio\nRefactoring val to method results in compile-time error\tscala\nMoving directories in subversion\tsvn\n\"How to force SharePoint tasks to be editable by \"\"Assigned To\"\" only?\"\tsharepoint\nCan I get AST from live scala code ?\tscala\ninserted  custom option not displaying only displays after refresh\tmagento\n\"Wordpress \"\"Read more\"\" is not working\"\twordpress\nLinking/Combining Type Classes in Haskell\thaskell\nWhats wrong with my Url Mappings?\tspring\nWhat's new in QuickCheck 2?\thaskell\nCan I Omit <?php drupal_render($form); ?>\tdrupal\nWhen programatically creating a DSN for an Oracle database how can I reliably tell the driver name?\toracle\nMultiple assignment in Matlab?\tmatlab\nHow to convert QWidget 's image format from ARGB32_PreMultiplied to ARGB32 ?\tqt\nSpring Design By Contract: where to start?\tspring\nReturning Wordpress Custom Field Values\twordpress\nDrupal administration theme doesn't apply to Blocks pages (admin/build/block)\tdrupal\ntortise svn icons not showing up under windows 7\tsvn\nProblem with toolbar in Excel 2003\texcel\nDynamic Results and Covering Data\tcocoa\nBASH: Assign '&' to variable NOT as string\tbash\nWhy does Char(1) change to Char(3) when copying over an Oracle DBLINK?\toracle\nlinq: counting items in subsets of queries\tlinq\nHow to solve QPixmap::fromImage memory leak?\tqt\nDrupal + LightBox2 component = use body as title (caption) for lightbox\tdrupal\nTransactional Design Pattern\tsharepoint\nProblem in running Junit tests in eclipse 3.4.1 on Mac OS\tosx\nAJAX Alert Box with visitor memory - any examples?\tajax\nWhat can be improved on my first haskell program?\thaskell\nPHPIniDir broken under windows 7?\tapache\nFor Qt 4.6.x, how to auto-size text to fit in a specified width?\tqt\nCreating an OS X Service\tosx\nShowing generic class eg Table<String> in xml comments in visual studio.\tvisual-studio\nx86 Remote Debugger Service on x64\tvisual-studio\ninstalling Oracle Instantclient on Linux without setting environment variables?\toracle\nNSEnumerator performance vs for loop in Cocoa\tcocoa\nMatlab engine VS libraries created by MATLAB Compiler\tmatlab\nHow to map inner object using Hibernate/JPA without xml/annotation?\thibernate\nLaunch Apache 2.2 on static IP\tapache\nWhat's the easiest way to create an array of structs?\tcocoa\nHow to hide Excel window from a user\texcel\nOracle can I use scalar functions in WHERE Clause? or a NULL issue\toracle\nstitch picture in iphone\tcocoa\nHow to require commit messages in VisualSVN server?\tsvn\nHow to add ads to the end of RSS on wordpress?\twordpress\nHassle with Hibernate and Spring and Dynamic Proxies\thibernate\n@OneToMany without inverse relationship and without a join table?\thibernate\nMATLAB for kids?\tmatlab\nLimit associated entities loaded through a Hibernate Criteria\thibernate\n\"Drupal 6: How do I only call up \"\"events\"\" by upcoming date?\"\tdrupal\nMod Rewrite : Replace all _ (underscore) with - (hyphen)\tapache\nNSTreeController - malloc double free error\tcocoa\nHow to create Linked texbox in worksheet?\texcel\nMATLAB Mex interface to a class object with multiple functions\tmatlab\nAjax-driven complex layout RIAs and mvc frameworks\tajax\nspring - @ContextConfiguration fail to load config file in src/test/resources\tspring\nCocoa: Memory management with NSString\tcocoa\nls Return Values\tbash\nMatlab - Neural network training\tmatlab\nExtra Customer Functionality in Magento\tmagento\nHow to control the position of QDialog\tqt\nCCK field prefixes?\tdrupal\nCreating a Sharepoint solution from a site (including workflows and custom webparts)\tsharepoint\nA question about Scala Objects\tscala\nSeamlessly direct multiple domains to a single set of PHP files?\tapache\nDifferent right and left axes in a MATLAB plot?\tmatlab\nHow to integrate Hibernate with JBoss 4.2.x server?\thibernate\nAvoiding boilerplace when dealing with many unrelated types\thaskell\ntabIndex Attribute and AJAX\tajax\nCan someone explain source (versioning) control to me?\tsvn\nHow to debug a bash script?\tbash\nPlugin to avoid share username in Wordpress\twordpress\nOracle packages in version control?\toracle\nEjecting a hidden volume\tosx\nDrupal 6: How to quickly theme a view ?\tdrupal\nHow can a SVN repository become corrupt?\tsvn\nhibernate and spring persistance problem.  Possible identity value not incremented?\thibernate\nVisual Studio - rewrite / lifespan\tvisual-studio\nUsing Hibernate/JPA without relationships and avoiding multiple DB calls\thibernate\n[OS X] What can cause dlopen: no suitable image found (can't map)?\tosx\nWhy is hibernate open session in view considered a bad practice?\thibernate\nPowerbook compiler queries\tosx\nIn Qt4, how to check if paintEvent is triggered by a resize?\tqt\nHow to constrain a database table so only one row can have a particular value in a column?\toracle\nWith Hibernate, an Interceptor receives the same collection object as current and previous, how do I get real current and previous values?\thibernate\nHow do I use oracle.jdbc.driver.OracleLog to debug Oracle 10g database connection failures?\toracle\nNSScrollView Bar not scrolling through NSTableView rows\tcocoa\nQt and context menu\tqt\nWhy Visual Studio doesn't create a public class by default?\tvisual-studio\nWordpress htaccess in root overriding htaccess in subdomain. Subdomain app not working now.\twordpress\nImporting/parsing XML from URL into Magento\tmagento\nscala Map: mysterious syntactic sugar?\tscala\nhow to select k no. of nodes with probability p(say p=0.25) out of n(say n=100) randomly generated nodes and those k nodes shown as red colored in whole figure?\tmatlab\nadding id to unordered list in views\tdrupal\nIs it possible to integrate javascript with flash/a java applet/some other plugin that can create a tcp connection?\tajax\nCreating New Accounts Remotely with Drupal\tdrupal\nWhy can i not rewrite parent class?\tmagento\nHow to Create a Downloadable Product through Magento API?\tmagento\nhelp with mixing widget painting and UDP data transfers in a multi-threaded context\tqt\nIs there any working implementation of reverse mode automatic differentiation for Haskell?\thaskell\nHow do I find similar column names using linq?\tlinq\nWhat the meaning of colon, underscore and star in lift's Sitemap(entries:_*) ?\tscala\nWordpress Default Widgets\twordpress\nPlacing a Sharepoint Site under version control\tsharepoint\nWeb application in drupal?\tdrupal\nDuplicate records in Core Data on fetch\tcocoa\nWhere to find out the method used for excel functions\texcel\nDrupal: Checking to see if User Has Picture\tdrupal\nHow do you display something from a function onto a display window in a GUI in Matlab?\tmatlab\nWSS Change Page Layout\tsharepoint\nUsing Wordpress as more than just a blog?\twordpress\nSerilializing Linq.Table to XML\tlinq\nCannot Connect with TOAD but Can with Other Tools/Apps\toracle\nLock a button while an AJAX call.\tajax\najax php variables in javascript\tajax\nFully parenthesizer for Haskell\thaskell\nComet applications without using IFrames\tajax\nHow to cancel a long-running Database operation?\toracle\nCan I use XMLHttpRequest on a different port from a script file loaded from that port?\tajax\nWhat is a referencing outlet?\tcocoa\nlazy loading some config params, trying to come up with a pattern in Scala...\tscala\nCommon idiom in Java to Scala, traverse/Iterate Java list into Scala list\tscala\nSpringFramework3.0: How to create interceptors that only apply to requests that map to certain controllers?\tspring\nRehsarper 4.0 - Renaming a class does not rename the file\tvisual-studio\nAJAX/JQUERY/PHP issue...\tajax\nFirst-order logic formula\thaskell\ndefine name query in orm.xml with jpa and hibernate\thibernate\nHow to prevent svn from expanding $Id$ keyword?\tsvn\nWordpress admin section cleanup?\twordpress\nSimple tutorial for Linq\tlinq\nCreating a custom content type in drupal\tdrupal\nMatlab, index from starting location to last index\tmatlab\nBash: ambiguous redirect\tbash\nApache Velocity $ vs $!{}\tapache\nOracle Sequences\toracle\nTurn Matlab plot into image\tmatlab\nIs there a way to change (delete) a standard phrase going after a single post in Wordpress?\twordpress\nHow to remove SVN from a folder\tsvn\nHow do I form the union of scala SortedMaps?\tscala\nHow to google for spring 3.0 documentation?\tspring\nNew module in magento not updating layout\tmagento\nUsing items in a list as arguments\thaskell\nThe Genuine Sieve of Eratosthenes -- algorithm used to generate primay numbers.\thaskell\nHow can multiple rows be concatenated into one in Oracle without creating a stored procedure?\toracle\nWordpress Control Panel\twordpress\nIs there a tool to alphabetize CSS definitions in Visual Studio?\tvisual-studio\nLinq to SQL question - specifying columns then modifying column\tlinq\nHow can I safely port my wordpress blog to localhost?\twordpress\nUsing hibernate hbm2ddl.auto=update : How can I alter column not to require value anymore?\thibernate\nORA-08177: can't serialize access for this transaction\toracle\nShould I study Scala?\tscala\nHow do I check for a tag's existence in a post in Wordpress?\twordpress\nUpgrading Sharepoint 3.0 to SQL 2005 Backend?\tsharepoint\nHow do I execute private procedures in an Oracle package?\toracle\nHow would one implement a sidebar similar to Mail/iTunes/Finder/etc in Cocoa/IB?\tcocoa\nWhat is the optimal way to organize shared .net assemblies in SVN?\tsvn\nReplace css file for Topsy wordpress plugin\twordpress\nProviding a common interface to SVN and CVS\tsvn\n\"Building optimized Qt4 - \"\"./configure\"\" flags and their meanings\"\tqt\n\"how do widgets like \"\"http://sharethis.com/\"\" make what seem to be XSS calls\"\tajax\nSleeping actors?\tscala\nHow to get Max String Length in every Column of a Datatable\tlinq\nAJAX PageRequestManagerParserErrorException error in asp.net page\tajax\nWait for bash background jobs in script to be finished\tbash\nDrupal 6: form_state values empty on submit\tdrupal\nImplementation of excel's ROUND function\texcel\nprovide assembly with full trust in sharepoint by custom policy level not working\tsharepoint\nTeam Foundation Server - Use API to Sync to SVN\tsvn\naccelerating Wheel - psychtoolbox in matlab\tmatlab\nWhy does Hibernate/JDBC/MySQL drop connections after a day or so?\thibernate\nsetting a property in a spring bean outside the spring bean definintion.\tspring\nTime field in Drupal forms?\tdrupal\nApp crashes when updating an highlighted NSMenuItem\tcocoa\nInclude problems when using CMake with Gnu on Qt project\tqt\ndrupal menu item not active\tdrupal\nInstalling Oracle 10 ODP.NET on Microsoft Windows 2008 Server 64bit\toracle\nAjax not supported?\tajax\nIs it possible to kill a single query in oracle without killing the session?\toracle\nGetting the pid of a job launched in the background remotely\tbash\nHow to find out Subversion repository version?\tsvn\nUsing a bash script on a Mac to connect to network shares?\tbash\nCreating tables for copy from Word to Excel\texcel\nAuto close QMessageBox\tqt\nspring xml config\tspring\nStandard diff format in SVN\tsvn\nCreate custom rewrite rule for my WordPress plugin\twordpress\nHow do you solve this Haskell problem using higher order functions?\thaskell\n\"Drupal flushing \"\"Page requisites\"\" cache also deletes javascript files\"\tdrupal\nWriting Database Blobs to SharePoint Document Libaray\tsharepoint\nhow to transform array argu from object_c to javascript?\tcocoa\nhow to disable submit button with ajax based on ajax response\tajax\nGetting ASN.1 Issuer strings from PEM files?\tapache\nOverriding Scala Enumeration Value\tscala\nproblem in Spring session scope bean with AOP\tspring\nIDispose - Visual Studio\tvisual-studio\nHow can I determine who locked a file using SVN\tsvn\nHow do I use tr to substitute '--' string\tbash\nLinq/XML: grouping results properly within XML element - with inner joins!\tlinq\nUse Excel Interop to grab image of Excel chart without writing to disk or using the clipboard\texcel\nMRU list in Visual studio is missing\tvisual-studio\nRun Macro to Update Cells\texcel\nSecure AJAX connection / null character SSL cert attack?\tajax\nLocation of web app on my server and Apache.\tapache\nCeiling function in SharePoint CAML query\tsharepoint\nWhich do you like - Visual SVN or Ankhsvn?\tsvn\ndrupal: hide single taxonomy term in particular view display\tdrupal\nWSS 2.0 - Creating SPSite with a user token\tsharepoint\nCan I ignore invalid XML character using Scala's builtin xml handlers?\tscala\nCan you pass stdin into unix host/dig command?\tbash\nProblem with temporary unnamed pipe in bash script\tbash\nWith Apache/mod_wsgi how can I redirect to ssl and require Auth?\tapache\nqt python : combo-box bug behavior?\tqt\nthe administration section where i post blogs. the textarea height is set to 209px how to change this?\twordpress\nScala extra parentheses printout\tscala\njoin between two tables with linq to datasets\tlinq\nWhere case classes should NOT be used in Scala ?\tscala\nSharepoint for a C# Asp.net Developer\tsharepoint\nHow to find the error detail on Sharepoint Services 3?\tsharepoint\nHow to make an ASP.Net page with a C# code behind that will work in Sharepoint\tsharepoint\nAwesome Visual Studio Macros\tvisual-studio\ncustomize the magento default search at front end\tmagento\nDrupal - How to display the list of new fields created from CCK on home page\tdrupal\nLinq: What is the difference between Select and Where\tlinq\nmonitoring idle time during mac development os x\tosx\nUn-Recognized Selector Sent to Instance Error.\tcocoa\nJava library or code sample to parse CTXCAT query syntax (for Oracle CATSEARCH)\toracle\nLINQ to SQL Designer Bug\tlinq\nhow do i multiply two cells by their names?\texcel\nSPListItem in FormsLib does not handle blank values\tsharepoint\nInterceptor's getEntityName is not used. Bug in Hibernate?\thibernate\nFeedburner Subscribe box in wordpress blog\twordpress\nGetting basic information when taking over administration of a server.\tapache\nSharepoint as a high volume information system\tsharepoint\nParsec Haskell Lists\thaskell\nNSArray to C array\tcocoa\nSpring hibernate query help\thibernate\nWhat are the Valid values of the searchboxex AppQueryTerms enum?\tsharepoint\nUnable to build SciPy on OS X 10.5.7\tosx\nLink to download apache http server  source for windows\tapache\nDoes Qt provide a class that represents an IP address?\tqt\nScala: type variance and pattern matching between two equal types\tscala\nHow can I keep data in sync during deployment?\tdrupal\nCan someone please tell me what AJAX really is?\tajax\nLinq Dilemma\tlinq\nASP.Net AJAX - Any end-to-end examples of writing a WebControl?\tajax\nDifference between checkout and export in SVN\tsvn\nHibernate Query Hints for JPA\thibernate\nMultiple mice on OS X\tosx\nhow to conditionally show jsp content to logged in users with Spring security\tspring\nexport products to csv from the admin product grid\tmagento\nright align/pad numbers in bash\tbash\nMyEclipse HIBERNATE Does NOT Order Property Sets by ID?\thibernate\nMagento - Pricing Matrix?\tmagento\nUsing Linq Expressions to decouple client side from DAL (which is server side)\tlinq\nIs a good idea to put all projects in the same trunk?\tsvn\nJquery , Ajax and Live Function issues....\tajax\nRunning out of DB connections using LINQ to SQL\tlinq\nBest Subversion clients for Windows Vista (64bit)\tsvn\nMagento - Cronjob outside magento to update shipment status\tmagento\nStrange pattern matching with functions instancing Show\thaskell\nQT: Using QPainter on child widgets\tqt\nHow do I get product category information using collections in Magento\tmagento\nIs it possible to develop for sharepoint using continuous integration techniques?\tsharepoint\nUsing type aliases to Java enums\tscala\nMatlab multiplication of 2 vectors error\tmatlab\nIs there a way to put get the URL of the site in creation in the ONET.XML file?\tsharepoint\nLinq Compiled Query using Contains (Like SQLs IN statement)\tlinq\nBest way to force Spring shutdown from a bean?\tspring\nAdding related data with multiple LINQ to SQL DataContexts\tlinq\nWhat applications do i need to download to start developing apps using spring framework?\tspring\nOracle Database to Class Diagram\toracle\nobtaining text from a QListView\tqt\nWordpress host IP changed.\twordpress\nlinq - how do you do a query for items in one query source that are not in another one?\tlinq\nHow to use Linq To Sql to count the idle working duration in a day?\tlinq\nMagento : How do i echo username\tmagento\nRewriteCond BackReferencing %N not working?\tapache\nWeb Part Feature and Reading XML File\tsharepoint\nOracle - Is there any effects of not having a primary key on  a table ?\toracle\nChanging paths to images in Wordpress\twordpress\nCustom/Owner draw control in PyQt?\tqt\n\"How can I stop Visual Studio (both 2005 and 2008) from crashing (sometimes) when I select the \"\"Close All But This\"\" option?\"\tvisual-studio\nExcel: How to display more information when using Subtotals?\texcel\nIs there a way to call a subfunction while in cell mode in matlab?\tmatlab\nDefaultAnnotationHandlerMapping via ContextLoaderListener instead of DispatcherServlet on Spring 3\tspring\nEncoding special characters\tcocoa\nSubversion - Merging Repositories\tsvn\nCreate DMG file\tcocoa\nReducing WAV sound file size, without loosing quality\tqt\nDetermine location of a java class loaded by Matlab\tmatlab\nBash: how to traverse directory structure and execute commands?\tbash\nIn Cocoa, what is the best way to change the cursor when hovering over a circular view?\tcocoa\nBest Visual Studio 2008 Debugging Tutorial?\tvisual-studio\nundo redo with an auto delete mechanism\tqt\nhow to emit cross-thread signal in qt?\tqt\nVertical line after a certain amount characters in Visual Studio\tvisual-studio\nInstall PDO on OS X Leopard\tosx\nVisual Studio Add-in not going away\tvisual-studio\ncolorbox integration in magento\tmagento\nHibernate Inheritance Mapping and Attribute Override\thibernate\ndebug in matlab\tmatlab\nWordpress - Get name of Category a post belongs to?\twordpress\nAllow Oracle User to connect from one IP address only\toracle\nHow to determine the version of oc4j being used?\toracle\nQuery multiple custom taxonomy terms in Wordpress 2.8?\twordpress\nStatus bar in bash\tbash\nAjax request and text/xml\tajax\nHow to tell if a sting is not defined in a bash shell script?\tbash\nWordpress loop > unique loop renders slightly wrong results...\twordpress\nHow is this case class match pattern working?\tscala\nLINQ statement where result count is used in expression's condition\tlinq\nLINQ performance - deferred v/s immediate execution\tlinq\nhow to use ping in a script\tbash\nUsing SVNSERVE to host Subversion server, configuration files, etc.\tsvn\nRedirect subdomain to /folder\tapache\nBest practice for profiling a SharePoint application\tsharepoint\nHow can I access a subversion repository using a local path in Windows?\tsvn\nLinq Caveats\tlinq\nProblem redirecting a C program output in bash\tbash\nHow can I perform a nested Join, Add, and Group in LINQ?\tlinq\nWhy were the case classes without a parameter list deprecated?\tscala\nWhat's the best FREE collaborative platform for 2/3 programmers?\tsvn\nmagento router: How can i catch parameters in all urls?\tmagento\nOpen create content form modal and refresh view display in Drupal\tdrupal\nTransfer MySQL to SQLite\tosx\nHaskell question regarding data\thaskell\nanybody konws gui dsl on scala?\tscala\nScala actors: receive vs react\tscala\nHow do I prompt a user for confirmation in bash script?\tbash\npassing a datatable as a field from Oracle to .NET\toracle\nHaskell Noob question: What's wrong with my append function?\thaskell\nCircular Dependency and Spring-powered Event Queue\tspring\nIn a spring messages.properties, how to ensure line break of error message when using an error code as key ?\tspring\nmod_rewrite redirect to URL with propietary protocol\tapache\n\"Subversion \"\"Suite\"\"?\"\tsvn\nSecond Frontmost App?\tcocoa\nunderstanding syb boilerplate elimination\thaskell\nNokia E50 and mac internet sharing\tosx\nHow do I get the Mac OS X 'quick look' feature to be more programmer-friendly?\tosx\nVS2008: Make a non-LINQed website LINQed\tlinq\nHow to plot a 3D plot in MATLAB?\tmatlab\nHow to add a div class to Wordpress Auto Nav?\twordpress\nGet Drupal Paths During node 'insert' operation with Pathauto enabled?\tdrupal\nGetting Hibernate to do simple updates, instead of enormous select then updates...\thibernate\nDisplaying custom product attributes based on customer group (Magento)\tmagento\nDouble request from mod-rewrite\tapache\nWordPress 2.8.6 foobars my theme options with escape slashes!\twordpress\n\"display \"\"value\"\" on edit text matlab\"\tmatlab\nManual alternative to mod_deflate\tapache\nScala regexps: how to return matches as array or list\tscala\nCross product of 2 sets in Scala\tscala\n\"How can you open files which contain the word \"\"exam\"\" in terminal?\"\tbash\nOracle DATE Index\toracle\nSet Tax Rate in Magento based on Discount / Coupon Code.\tmagento\nHow does Linq work (behind the scenes)?\tlinq\nUsing a Drupal variable in SQL query\tdrupal\nIs there a standard keyboard shortcut to build the current project in Visual Studio?\tvisual-studio\nhow to open a panel with new folder function by NSOpenPanel ?\tcocoa\nFor loop in Bash Script\tbash\nWordpress static home page dynamic posts page url rewrite\twordpress\nJoin tables to get sold products\tmagento\nFxCop on build (Visual Studio 2008 Professional)\tvisual-studio\nScala type system : basic type mismatch\tscala\nQuestions about Scala from a Rubyist\tscala\nQMenu* << QAction* -- Help Me Write A Global QMenu Insertion Operator\tqt\nHow to create relationships with the friendlist module in Drupal?\tdrupal\nCan I install/update wordpress plugins without providing ftp access?\twordpress\nGood Scala slides and snippets?\tscala\nTo bind clear to ^l in Bash\tbash\nSwitching from Tomcat to Glassfish\tapache\nExcel workbooks produced by POI don't work when linked\texcel\nLinq to objects nested group-by\tlinq\nWhy can't I reference a user defined type field when using nested queries?\toracle\nQT4: Transparent Window with rounded corners\tqt\nNeed to write a program to sanely configure a login shell\tbash\nRemoving created temp files in unexpected bash exit\tbash\nWait until QWidget closes\tqt\nHow to sudo on a computer using ssh inside a bash script\tbash\nExcel 2007 UDF: how to add function description, argument help?\texcel\nWhat is the C# equivalent of map function in Haskell\thaskell\nSpring and hibernate.cfg.xml\tspring\nMy cgi script can't write to cgi-bin folder of Apache\tapache\nExcel: filter table rows by specified column value\texcel\nHow to use the System.LINQ.Dynamic assembly w/ IEnumerable(Of T)\tlinq\nHow to override the default text in MATLAB\tmatlab\nWhy is my Bash script adding <feff> to the beginning of files?\tbash\nHibernate collection handling  basics\thibernate\najax push server\tajax\nsvnant - parent dir in server is not a working copy.\tsvn\nHow to check if a post belongs to a category in Wordpress\twordpress\nhow to get store information in magento?\tmagento\nMatch URL link from input string\tbash\nValidation framework for business app built on Spring 2.5\tspring\nOracle NUMBER Comparisons\toracle\nHow can I find the value of a blury image Matlab question\tmatlab\nRemoving <ul> bullets via CSS\tdrupal\nQtCreator 1.3, Qt 4.6.2 and build problem with cmake on windows\tqt\nExcel VBA copy XL-2007 Macro-Enabled Workbook as excel-2003 file with no macros\texcel\nBest tools for code reviews\tsvn\nHow to build latest Qt from Git repository on windows?\tqt\nDrupal is allowing viewing of unpublished content\tdrupal\nRetreiving Values From Excel Merged Columns\texcel\nGet short user name from full name\tosx\nDeveloping Google Gadget on a Mac\tosx\nSharepoint custom user and document library specific properties\tsharepoint\nUse bash to read a file and then execute a command from the words extracted\tbash\nHibernate saveOrUpdate fails when I execute it on empty table.\thibernate\nUsing Mercurial, is there an easy way to diff my working copy with the tip file in the default remote repository\tsvn\nTrouble with Ajax (creating a <select> dynamically..\tajax\nspring batch insert using hibernateTemplate, JdbcTemplate\tspring\nwordpress: how to get x youtube thumbnails of my youtube account ?\twordpress\nHow to include drupal form elements in a data table\tdrupal\nDetermining scope of a MemberExpressions target\tlinq\nPassing data around with QMimeData in Qt drag and drop\tqt\nHow to use 'someof' in quickCheck (Haskell)\thaskell\nHibernate set mapped to a 'sql select' table\thibernate\nAny good PowerShell MSBuild tasks?\tvisual-studio\nwordpress my_deregister plugin from page\twordpress\nHow to split up a file into modules in Haskell?\thaskell\nWhat are the ways to run a server side script forever?\tapache\n\"How to achieve \"\"not in\"\" by using Restrictions and criteria in Hibernate?\"\thibernate\nSpring + Tiles2 + Freemarker - integrate via Freemarker Servlet or via Spring's FreeMarkerViewResolver?\tspring\nVariable length MATLAB arguments read from variable\tmatlab\nCapturing output of find . -print0 into a bash array\tbash\nAccess to a Drupal site via an HTTP API\tdrupal\nOracle Deadlock when Hibernate application loading data for readonly use\thibernate\nCalculating displacement moved in Matlab\tmatlab\nlost library when recompiling Obj-C project\tosx\nHow to delete / clear all product reviews in magento?\tmagento\nWhich Haskell package contains given module.\thaskell\nUsing excel as UI without VB\texcel\nHow to merge Drupal database changes\tdrupal\nLINQ:: Error in getting User\tlinq\nhow to create a very large matrix using matlab\tmatlab\nAdding Sort Keys and Filter to Oracle Stored Procedure\toracle\ncan't extend two traits that have a method with the same signature?\tscala\nWhy it is allowed to point to constructors parameters?\tscala\nSetting up Ruby CGI in Apache\tapache\nSpring Autowiring class vs. interface?\tspring\nAJAX slowdown because of virus scanners or active network filtering?\tajax\nIn SQL*Plus, how do I change the prompt to show the connected user and database?\toracle\nPython Qt: embedded html bug?\tqt\nEmacs + Mac OSX and changing default font\tosx\nwhat would be the best solution to arrange items on Magento?\tmagento\n[bash] Check if a package is installed and then install it if it's not.\tbash\nHow to select a related group of items in Oracle SQL\toracle\nHow do you enable javascript in a WebView\tcocoa\nUsing NSFontPanel in Cocoa\tcocoa\nDrupal Batch operation page fails with my theme.\tdrupal\nWhy does Oracle 9i treat an empty string as NULL?\toracle\nHibernate - Problem in parsing mapping file (.hbm.xml)\thibernate\nProtect against accidental deletion\tbash\nbash return value\tbash\nHow to match string/dir in a path using bash scripting\tbash\nStateT and WX gui coexistance\thaskell\nSubstitute values in a string with placeholders in Scala\tscala\nStep-by-step explanation of Scala syntax used in Wikipedia quick sort example\tscala\nSVN checkout or export for production environment?\tsvn\nSharePoint 2007 navigation and removing its delay\tsharepoint\nSetting LinqDataSource bound DropDownList using URL querystring\tlinq\nWhat messaging/communication programs can be embedded into Visual Studio?\tvisual-studio\nword press plugin\twordpress\nTools for inspecting .lib files?\tvisual-studio\nCreating an empty txt file on Mac OS without opening an application first\tosx\nHow to know a QTreeWidget selected item?\tqt\nMOSS SpNavigationNode.Children always empty\tsharepoint\npass multiple parameters to jquery ajax call\tajax\n[Best Practise] Visual Studio Solution Structure for multiple deployable projects\tvisual-studio\nLocation Bar Doesn't Show Redirected URL\tapache\nMoveable type images not displayed\tapache\nHow to Query A DataGridView Using Linq\tlinq\nUpdating Files on Apache\tapache\nIntegrating Drupal with OpenERP.\tdrupal\nBASH MySQL Query to Comma Separated File\tbash\najax and codeigniter duplicating header\tajax\nAjax file upload\tajax\nIs is possible to insert an image into an excel cell via COM?\texcel\nBest way to link Category to customized Modul\tmagento\nDuplicate Rows when Data Binding with LINQ to Entities\tlinq\nHighlight user-specified words in Visual Studio?\tvisual-studio\nHow to use linux fonts in windows QT?\tqt\nApache Rewrite and variable\tapache\n(C++ QT) QList only allows appending constant class objects?\tqt\nSharePoint - Posting and Retrieving files Automatically via VBScript\tsharepoint\nHow to trace a program from its very beginning without running it as root\tosx\nhow can I have more than a UI for a QMainWindow?\tqt\nSVN and renaming the server it's running on\tsvn\nJquery ajax getting the XMLHttpRequest  state\tajax\nShould I remove QDebug header for release?\tqt\nResolving SVN merge postponed conflicts recursively\tsvn\nwhat advantages MATLAB has over SCILAB and vice versa ?\tmatlab\nT4 not working in Visual Studio 2008\tvisual-studio\nHow do you make a generic memoize function in Haskell?\thaskell\nUser authentication on Resin webserver\tapache\nHaskell: print TextEncoding\thaskell\nIs it possible to create autorun hybrid CD/DVD on Max OSX Tiger/Leopard?\tosx\nVisual Studio: Stop copying DLL files during build without my permission!\tvisual-studio\nSpring - config apache commons email\tspring\nViews/Flags relationship-argument puzzle\tdrupal\nConstraint error in hibernate\thibernate\nmod_rewrite - splitting up arbitary number of terms?\tapache\nHow we create .htaccess for IIS ? Is it possible ?\tapache\nscala mailbox size limit\tscala\nAdvanced multiple join in subquery using LINQ\tlinq\nInheritance and type parameters of Traversable\tscala\nHow can you overcome the svn 'out of date' error?\tsvn\nCannot get started with mod_rewrite\tapache\nMy O/R Designer keeps deleting the designer.cs file!\tlinq\nDeleting QWinWidget\tqt\nround NSDate to the nearest 5 minutes\tcocoa\nMatlab multiple graph types inside one graph\tmatlab\nOracle 11g SQL to get unique values in one column of a multi-column query\toracle\nMagento - Is it possible to feed IE6 a different template?\tmagento\nCan I re-write my URLs like this and is it a good idea?\tapache\nMake Visual Studio understand CamelCase when hitting ctrl and cursor keys\tvisual-studio\nHow do I create a directory on remote host if it doesn't exist without ssh-ing in?\tbash\nHow can this be done with (N)Hibernate?\thibernate\nHow to test if a given path is a mount point\tbash\nWhat uses have you found for higher-rank types in Haskell?\thaskell\nSharePoint user's AD group membership\tsharepoint\nMake apache automatically strip off the www.?\tapache\nDrupal: No themes are rendering\tdrupal\nHow do you invoke the Visual Studio Preprocessor from the command line?\tvisual-studio\nBASH : List files by last edited date?\tbash\nWhat are your most important console aliases?\tbash\nHowto: enable anonymous surveys in sharepoint\tsharepoint\nBash: Sleep until a specific time/date\tbash\nMake it impossible for users to remove web parts/zones?\tsharepoint\noracle - how to multiple statements with .NET\toracle\n\"How to fix \"\"user warning: ... cache.inc on line 109.\"\" from a Drupal site?\"\tdrupal\nchange default grid columns in Magento catalogue\tmagento\nSpring - Annotation Based Controller - RequestMapping based on query string\tspring\nghci displaying execution stack\thaskell\nHow to receive drag and drop from Apple Address book in Qt 4.4 on Mac OS X 10.5/10.6\tqt\nLINQ to DATASET update with a stored procedure\tlinq\nWhy are my property get_ and set_ not exposed in an AJAX Control?\tajax\nMac libraries for audio processing/sound file splitting\tcocoa\nIP Address? - Cocoa\tcocoa\nMagento order import export\tmagento\nHow do you add textboxes to Oracle APEX reports?\toracle\nWriting applications with Scala actors in practice II\tscala\nHow to get blocks/grand central dispatch working in Snow Leopard\tosx\nUsing Time Machine for test environment rollback for Mac platform\tosx\nIs there a good Fogbugz client for Mac OS X?\tosx\nHow to preallocate an array of  class in MATLAB?\tmatlab\n\"Haskell equivalent of Python's \"\"Construct\"\"\"\thaskell\nDRUPAL: Views, exposed filter: how to unselect all items as default\tdrupal\nhow to add image to each category in wordpress?\twordpress\nWhat Code Snippet Editor Do You Use?\tvisual-studio\nHow URL rewriting work?\tapache\nDrupal API: how to load a module dependency from another module\tdrupal\nBash - Recursively Create Nonexistant Subdirectories\tbash\nHibernate query (not SQL) logging\thibernate\nSubversion creating revision directories with too-strict permissions\tsvn\nCalenadr calculations in bash\tbash\nHow do I delete records from a child collection in LINQ to SQL?\tlinq\nMagento: is there an API to mark an order as shipped?\tmagento\nHow to I distribute a Mac OS X with dependent libraries?\tosx\nSubversion not merging changes into renamed files?\tsvn\nOracle utl_match special characters\toracle\njavascript, html and browsing, is there an easy solution?\tajax\nQt question to fullscreen flash application\tqt\nVisual Studio projects with multiple folders\tvisual-studio\nIn what OS should I host subversion?\tsvn\nExcel Interop: Range.FormatConditions.Add throws MissingMethodException\texcel\nMagento: Extending Customer Account Controller to add actions to the forgot password steps\tmagento\nHibernate case-insensitive utf-8/unicode collation that works on multiple DBMS\thibernate\nPascal syntax highlight in Visual Studio ?\tvisual-studio\nGetting failure detail on failed scala/maven/specs tests\tscala\nMatlab Piecewise Functions + Vector Manipulation\tmatlab\nCommonclipse for Visual Studio?\tvisual-studio\npaging with oracle\toracle\nhow to get a window to receive drag and drop files in xcode\tosx\nvisual studio 2008 - is hand coding ~80% of the time too much?\tvisual-studio\nHibernate SessionFactory\thibernate\njQuery Cross domain ajax calls and Internet Explorer\tajax\nWriting a formula to a cell with OpenXLS\texcel\nShow Attached Image to Post on Wordpress\twordpress\nWhy doesn't OS X have the same flickering problems that Windows does?\tosx\npass variable number of arguments in scala (2.8) case class to parent constructor\tscala\nHow do you programatically identify a stored procedure's dependancies?\toracle\nQuerying for svn revision suddenly seems slow (since svn 1.5 maybe?)\tsvn\nMagento - Buy it now buttons and checkout process\tmagento\nscala event swing :: chicken or egg\tscala\nSharePoint 2007: Formatting a FormField\tsharepoint\nDrupal: Creating anchor only link with l()\tdrupal\nHow do i display non-validation errors in jsp with spring webflow\tspring\nLInq - querying child collections\tlinq\nImplement ManualResetEvent and AutoResetEvent\tqt\nhow to get Min and max in excel depending on another column?\texcel\nSVN problem: What is the latest revision that still contained this code snipped?\tsvn\nhalf-sine pulse shaping\tmatlab\nTwitter notification ajax bar, how did they do it?\tajax\nInserting a link to another post in Wordpress\twordpress\nHow to paginate Views page display?\tdrupal\nHow do you programmatically turn off eager fetching with hibernate?\thibernate\nremoving files starting with --\tbash\nDo you have any recommended macros for Microsoft Visual Studio?\tvisual-studio\nDrupal 7: How do I import a RSS feed?\tdrupal\n\"VS2008 files and \"\"start debugging\"\"\"\tvisual-studio\nHaskell: OpenGL, how to prevent immediate window closing\thaskell\nWhy does WordPress prefix its column names with the table name?\twordpress\nHow to simulate a low level keypress on os x?\tosx\nHow do I translate this GROUP BY / MIN SQL query into LINQ?\tlinq\nWhat are the advantages of LINQ?\tlinq\nAccess a variable in a bash script\tbash\n\"Treat '0',\"\"-1\"\" as Null\"\thibernate\nLearning Sclala.\tscala\nlinq to sql\tlinq\nexcel VBA horizontal alignment problems when using NumberFormat codes\texcel\nDrupal: Custom Content Type validation\tdrupal\nHow do you make a row in a table view go slighly opaque if a checkbox in that row is checked?\tcocoa\nConsole in Mac OpenGL application\tosx\nBash insert a comma (,) after every third field of a variable or array?\tbash\nCreating a cylinder with axis centered differently\tmatlab\nMagento throwing exception on save for missing store_id\tmagento\nFacebook module for Drupal 6\tdrupal\nModifying the pretty printer from haskell-src-exts\thaskell\nMATLAB: split long 2D matrix into the third dimension\tmatlab\nSimple Type Inference in Scala\tscala\nDiscrepancies between “Mock” Database and “Real” database behaviours.\tlinq\nLINQ: IEnumerable<KeyValuePair<SomeType, IEnumerable<OtherType>>>  selection\tlinq\nHow to SSL enable SharePoint\tsharepoint\n\"Which is your favorite \"\"hidden gem\"\" package on Hackage?\"\thaskell\n\"Any way to do Visual Studio \"\"project only\"\" build from command line?\"\tvisual-studio\nRotation Matrix calculates by column not by row\tmatlab\nWhich method of checking to see if a NSDictionary contains a particular key is faster?\tcocoa\nHow to unload content from loaded div by AJAX\tajax\nViews Exposed Filters as list of links instead of select\tdrupal\nIs an NSMutableString in this case more efficient than NSString?\tcocoa\n\"Visual Studios Link.exe error: \"\"extra operand\"\"\"\tvisual-studio\nDropping a connected user from an Oracle 10g database schema\toracle\nHow can I convert scala.xml.Elem to something compatible with the javax.xml APIs?\tscala\n`sbt package` results in huge war file - how to make it smaller?\tscala\nExternal form with javascript validation causing wordpress 404 error\twordpress\n\"Drupal for users creating \"\"sub\"\"-users?\"\tdrupal\nWhat are the alternatives to using phpMyAdmin?\tosx\nHow can I change the SID or an Oracle XE instance.\toracle\nSeparation of Presentation and Business Tiers with Spring\tspring\nWhat's the real advantage of using ScriptManager.RegisterClientScriptResource?\tajax\nAdd QObject in the combo box of Qt\tqt\n\"At compilation, \"\"kamran\"\" was determined to be a variable and this variable is uninitialized.  \"\"kamran\"\" is also a function name and previous versions of MATLAB  would have called the function.\"\tmatlab\nHow do I automatically reset a sequence's value to 0 every year in Oracle 10g?\toracle\nhow to list wordpress categories by alphabet ?\twordpress\nCocoa development: malloc: free_garbage: garbage ptr = 0x18a15e0, has non-zero refcount = 1 error\tcocoa\nDrupal tagging via tagadelic\tdrupal\nsame bean id on different xml file, will it merge?\tspring\nIndex not used due to type conversion?\toracle\nMATLAB: pre-allocation of matrix yields error\tmatlab\nKey-Value-Observing a to-many relationship in Cocoa\tcocoa\nExcel - How to persist function in column when row data is cut or deleted?\texcel\nExpanding a Region will expand children in Visual Studio\tvisual-studio\nPerformance of Oracle .Net drivers\toracle\najax jquery webhosting question\tajax\nCompiling and installing pyactivemq on osx\tosx\nNullPointerException on merge()\thibernate\nDrupal: Getting user name on user account page without breaking performance\tdrupal\n\"Is there some way to commit a file \"\"partially\"\" in TortoiseSVN?\"\tsvn\nRecord speaker output with Audio Unit\tosx\nNSString's initWithData:encoding: return type issue\tcocoa\nmagento payment methods - enable for admin only\tmagento\nHow can commenting be added to news articles in an existing Sharepoint 2007 news site?\tsharepoint\nHow to post Source Code inside a Wordpress blog post\twordpress\nAdd references to project when control dropped from Visual Studio 2008 toolbox\tvisual-studio\nUnderstanding Lob segments (SYS_LOB) in oracle?\toracle\nQGraphicsItem unselect redraw problem\tqt\nWordpress posts not styling\twordpress\nHow can I remotely (via web services) determine date format of SharePoint 2003 site, for use in Versions.asmx returned XML?\tsharepoint\nAjax Calendar always visible\tajax\nHow to match rigid types in a type class instance?\thaskell\nModifying Webform module\tdrupal\n\"Apache is incorrectly converting jsp pages to \"\"text/plain\"\"\"\tapache\nHaskell & Oracle\thaskell\nFlowcharting tool/add-in for Visual Studio\tvisual-studio\ncapturing standard error into a variable in bash\tbash\nMulti-domain Subversion Deployment on Media Temple DV\tsvn\nHaskell 64 bit numerical type\thaskell\nHow to surround a Drupal view with some tags?\tdrupal\nhow to search the file in  the next level of the mac root ?\tcocoa\nHow to allow ink in a protected worksheet?\texcel\nMatlab - problem with creating SQL query\tmatlab\nFavicon.ico on multi-domain sites?\tmagento\nMagento checkout.xml file not being recognised\tmagento\nDebuggerDisplay Attribute does not work\tvisual-studio\nCocoa core data self referential interface builder question\tcocoa\n\"Can I write to the Test Results window \"\"Error Message\"\" field without failing a test?\"\tvisual-studio\nDrawing automatic graphs using dot in mac python\tosx\n\"How to display a SharePoint friendly \"\"Access Denied\"\" message\"\tsharepoint\nWordpress: How to set default (active) theme via script\twordpress\nSharepoint WebPart with AjaxToolkit's Accordion control\tajax\nCan a bash function be used in different scripts?\tbash\nA range of objects from a list\tlinq\nHow do I run XPath queries in QT?\tqt\nLINQ: Using AssociateWith and Distinct together\tlinq\nstring;# in dropdownlist\tsharepoint\nMagento export product problem\tmagento\nDrupal: retrieve data from multiple node types in views 2?\tdrupal\nProblems redirecting old domain to new with Apache and htaccess\tapache\nImport Qt resources when are main.cpp and GUI classes in dependend static lib project,\tqt\n\"\"\"dangling\"\" local blocks in scala\"\tscala\nSpring-Hibernate DAO naming convention?\thibernate\nHow exactly JdbcTemplate with TransactionManager works together?\tspring\nhow would i pick one node randomly from n no. of nodes,i have n random no. of nodes with x and y co-ordinates .(IN MATLAB)\tmatlab\nGive away signs that a site is Drupal?\tdrupal\nOracle unique constraint with where clause\toracle\nSubmitting a Rails form with jQuery and Ajax\tajax\nQt: transparent QRubberBand?\tqt\nWhere does the Toolbar Metadata live in Visual Studio on the Filesystem\tvisual-studio\nMemoization & Project Euler Problem 15 in Haskell\thaskell\nHow to quarantine a specific subversion revision?\tsvn\nhow to make a PHP process auto-restart when dead?\tbash\nHaskell -- more type inference problems\thaskell\nSharePoint 2007 Calendar - Remove Time\tsharepoint\nDB Index speed vs caching\toracle\nScala syntax - pass string to object\tscala\najax push and oull\tajax\nhow do you screen scrape ajax pages ?\tajax\nmost efficient way to cut/paste in visualstudio\tvisual-studio\nload a new page using ajax\tajax\nBest AJAX TreeView\tajax\nCustomizing pages view in Sharepoint\tsharepoint\nCoCreateInstance without an AddRef()?\tvisual-studio\nScala: Can't catch exception thrown inside a closure\tscala\nTimesheets: Retrieve data using SQL, LINQ or class?\tlinq\nHow can I start a specific excel version in com automation?\texcel\nHTTPS on Apache; Will it show Apache?\tapache\nDataGridView/ListView - Display in an Outlook style?\tvisual-studio\n\"Why does running \"\"apachectl -k start\"\" not work, but \"\"sudo apachectl -k start\"\" does?\"\tapache\nQt, text on a black and white screen\tqt\nQt Build Error\tqt\nHow to tell Apache ignore/block 404 error and redirect to hander page?\tapache\nspring binding formmultiselect\tspring\nWith Haskell, how do I process large volumes of XML?\thaskell\nhibernate cascade question\thibernate\nLogging in as another user in sharepoint\tsharepoint\nMagento - Retrieve products with a specific attribute value\tmagento\nCustomise a SharePoint List Form into Sections/Tabs/Pages\tsharepoint\nC# Ranking of objects, multiple criteria\tlinq\nUsing alternative comparison in HashSet\tscala\nFinding references in Visual Studio\tvisual-studio\nWhat's the minimum version of OS X that supports File System Events?\tosx\nExcel replace value without losing formatting\texcel\nintercepting keystrokes in OSX\tosx\n\"How do you handle the \"\"Too many files\"\" problem when working in Bash?\"\tbash\nQ_Object with no type...\tqt\nProblem with Oracle Application Server SSL Certificates\toracle\nCommunicating with users on other web pages\tajax\nHow can I automatically enable content approval on a SharePoint list?\tsharepoint\nWhat is the difference between request by form submit and request by ajax?\tajax\nhbm2ddl on a column based on GenericEnumUserType\thibernate\nSQL Compare-Like tool for Oracle?\toracle\nButton in UpdatePanel requires two clicks to fire\tajax\nAdding custom tags in Wordpress\twordpress\nFree Online SVN repositories\tsvn\ngetStoreCategories() returns nothing\tmagento\nApache 2 Administration Tools on Ubuntu or Windows\tapache\nRun bash with redefined PS1 env variable\tbash\n\"Using an external \"\"windows\"\"-keyboard under Mac OS X\"\tosx\nIssues with Cufon in Magento\tmagento\n\"SharePoint: \"\"Failed to extract the cab file in the solution\"\"\"\tsharepoint\ncan drupal support wordpress themes for blog in php?\tdrupal\nHow do I rewrite this hibernate-mapping with annotations?\thibernate\n₡urr€nc¥ i$ Ki₤₤ing Me!\tcocoa\nHow can I quote the data within my cells?\texcel\nHibernate with ZK\thibernate\nHow can I force invalidation of a Cocoa program without additional custom code?\tcocoa\nUsing toolbar & views on Cocoa\tcocoa\nUsing Different Hibernate User Types in Different Situations\thibernate\nlist directories containinf more than 1 file\tbash\nHow do I do date math in a bash script on OS X Leopard?\tbash\nIt there a framework for running unit tests on Apache C modules?\tapache\nDouble click a NSTableView row in Cocoa?\tcocoa\nHibernate: Criteria vs. HQL\thibernate\nHow to use Intel C++ Compiler with Qt Creator\tqt\nCreating a VS .Net 2003 property macro/variable\tvisual-studio\nCompilers for shell scripts\tbash\nAlternative LAF to quaqua\tosx\ngoogle gin? use with spring?\tspring\nWhat happened to the Spring Modules project?\tspring\nHow to handle Multiple views using ajax and asp.net\tajax\nHaskell, Lisp, and verbosity\thaskell\nUsing NSOperation for threading creates too many objects\tcocoa\nDisabling interstitial graphic when using cfdiv binding\tajax\nWhy do all the Checkbox's in my Outline View check when only one is clicked?\tcocoa\ndrupal: getting nodeautoterm node ids from taxonomy ids\tdrupal\nWordpress error?\twordpress\nSend asapMail without reloading page using ajax\tajax\nAjax & Forms Question (Looking for Resources)\tajax\nRemoving contents of PlaceHolderPageTitleInTitleArea\tsharepoint\nHow can I prevent dragged items to be drawn during a drag and drop operation in Qt?\tqt\nHow to make XMLHttpRequest  work over HTTPS on Firefox?\tajax\nNSScanner - Scan Next Line into String\tcocoa\nsharepoint web services in subwebs\tsharepoint\nIn Visual Studio how to give relative path of a .lib file in project properties\tvisual-studio\nAvoiding Scala memory leaks - Scala constructors\tscala\nHow can i get around the same origin policy?\tajax\nCan you create more than one element of a list at a time with a list comprehension in haskell?\thaskell\nexecute conky with a cron job and bash\tbash\nHow to get in CAML (Sharepoint 2007)  the same results as SPNavigation.QuickLaunch?\tsharepoint\nbash script parameters\tbash\nHQL Query using group by\thibernate\nWhy Option[T] ?\tscala\nHow to output a menu showing 3+ levels of a page hierarchy branch ?\twordpress\n<security:custom-authentication-provider /> means?\tspring\nHibernate - Avoiding unnecessary join when using foreign key in where close\thibernate\nvectorizing loops in Matlab - performance issues\tmatlab\nRollbacking bad changes with svn in Eclipse\tsvn\nMultiple @ManyToMany sets from one join table\thibernate\nHow do I embed data into a Mac OS X mach-o binary file's TEXT Section?\tosx\nProblem with textbox inside updatepanel - not causing OnTextChanged event\tajax\nA light weight Scala fork join syntax\tscala\nDeploying simple scala app(non-webapp) managed with maven\tscala\nHow can I determine what roles are required to access a URL with Spring Security?\tspring\nOracle 8i Query Help\toracle\nHow can I check my AJAX for browser capable?\tajax\nWhat are the 3 dimensions of a RHB image in MatLab?\tmatlab\nHow do I remove items from the Site Actions menu in SharePoint?\tsharepoint\nIf you can't change a variable's value in Haskell, how do you create data structures?\thaskell\nHow do I achive the below using svn ?\tsvn\nWhat could cause an ORA-00936 - Missing Expression with the following sql?\toracle\nis bash getopts function destructive to the command-line options?\tbash\nExcel CSV - Number cell format\texcel\nWhat is the best tool for creating user guides with screenshots on MAC?\tosx\nsharepoint permition on apple computers\tsharepoint\nHow to use Mac OS X Cocoa events for multitouch gestures\tcocoa\nDrupal vs ExpressionEngine for any kind of project from simple commercial site to complex ecommerce portals.\tdrupal\n(Apache) Possible to match UTF8 characters in rewrite rules?\tapache\n\"How to add \"\"Select Data Source\"\" to my Excel appliation?\"\texcel\nHow do I project to a dictionary with a custom type using Linq to SQL?\tlinq\nHibernate hbm2ddl and Ms SQL Server: Long as column of numeric data type\thibernate\nHibernate list operation question\thibernate\nLINQ group by question\tlinq\nHow do I use stackshot to debug my application?\tosx\nLong-lived connections (asynchronous server push) with Apache/PHP/Javascript?\tapache\nHow do I make/develop Hibernate caching?\thibernate\nSharePoint DelegateControl Render Order\tsharepoint\nCompact matlab matrix indexing notation\tmatlab\nScala : reference is ambiguous (imported twice)\tscala\nhow to pass string array from C/C++ dll to vba (Excel)\texcel\nExcel 2007 pivot tables - how to use calculated fields when connecting to a data cube?\texcel\nWhat is the best way to handle all SPItem's on SharePoint web Application level?\tsharepoint\nline-end agnostic diff?\tosx\nAjax and record ID's\tajax\nQt, Getting the text when QPainter::drawText() is called\tqt\n\"\"\"Pattern matching\"\" of algebraic type data constructors\"\thaskell\nModal custom sheet not closing\tcocoa\nUsing SVN in Windows (Wordpress plugin-repository)?\twordpress\nRemove elusive keyboard binding in visual studio\tvisual-studio\nWhat is the equivilent C# 3.5 Linq to SQL for this?\tlinq\nHibernate session not getting created.\thibernate\nIE6 Table cell alignment problem with ajax\tajax\nAnfis with sugeno fuzzy model using matlab\tmatlab\nHow do I get a web part to refresh in IE?\tsharepoint\nHide link to a view if it's empty\tdrupal\nProgrammatically create SharePoint list\tsharepoint\nLINQ: How to get items from an inner list into one list?\tlinq\nUpgrading from Drupal 6 to Drupal 7: best programmer's practices?\tdrupal\nMy app is maxing out CPU usage in Firefox\tajax\nWhat is the best way to inspect STL containers in Visual Studio debugging?\tvisual-studio\nStart app in a web flow\tspring\nDrupal nested subform\tdrupal\nHow to duplicate a virtual PC with SharePoint, K2 and domain controller\tsharepoint\nLonger Form Fields in Drupal\tdrupal\nType parameters versus member types in Scala\tscala\nfirst level hibernate cache , modify record directly at DB\thibernate\nOracle Ref Cursor Vs Select into with Exception handling\toracle\nHow to redirect requested uri that don't exists to 404 page with Apache?\tapache\nUsing Hibernate sequence generators manually\thibernate\nScala lift framework, ajax form that submits multiple values?\tscala\nRHEL/Apache ssl.conf configuration problem\tapache\nLinq to XML Noob question - distinct and order by on attributes\tlinq\nLinq - Row not found or changed\tlinq\nHow can I tell if a rectangular matrix has duplicate rows in Matlab?\tmatlab\nUsing entity id as a reference in Hibernate\thibernate\nVectorizing for loops in Matlab\tmatlab\n\"\"\"cp --parents\"\" in MS-DOS/VBScript\"\tbash\nRemove main editor from wordpress edit page screen\twordpress\nWhat is the most efficient way to create emtpy ListBuffer ?\tscala\nAccessing a VSTO application-addin types from VBA (Excel)\texcel\n\"Matlab: getting \"\"Unexpected error status flag encountered. Resetting to proper state\"\"\"\tmatlab\nCannot get new product attribute in grid display\tmagento\nPermissions to PHP session files\tapache\nIn Matlab, how to change axis orientation?\tmatlab\nLINQ Anonymous Types + MVC Views Help\tlinq\nIs there anyway to tell Visual Studio not to open all the documents when I load solution?\tvisual-studio\nProgram to find the result of primitive recursive functions\thaskell\nHow to restrict drupal search from indexing all content types?\tdrupal\nWhy do we use hibernate annotation?\thibernate\nQt QTableView and horizontalHeader()->restoreState()\tqt\nHow to zero fill a number inside of an Excel cell\texcel\nCalculating hamming weight efficiently in matlab\tmatlab\nSpring Custom Filter Problem?\tspring\nHow to use NSURLRequest with non-static content?\tcocoa\nBash Customizations\tbash\nRelative / Root paths on apache / cpanel / php shared hosting\tapache\nVisual Studio 2008 Fatal Execution Engine Error (7A2E0F92)\tvisual-studio\nVisual Studio on remote desktop from a Mac - any issues?\tosx\nAccess to filter var attribute?\tmagento\nModelling a temporal-style relational table in Hibernate\thibernate\nWhat is the correct way to set ANT_OPS in OS X?\tosx\nWhat is the Best Way to Perform Timestamp Comparison in Bash\tbash\nWhat are some good Oracle Db maintenance Tools.\toracle\nExcel column names\texcel\nHow do I get around type erasure on Scala? Or, why can't I get the type parameter of my collections?\tscala\nGet Directory Path to 12 Hive programmatically\tsharepoint\nSharePoint branding of error pages\tsharepoint\nBash: Recursively remove files\tbash\n[Haskell] Equivalent expressions produce different results in a function?\thaskell\nHow to assign keyboard shortcut to Source Control commands in Visual Studio 2008?\tvisual-studio\nReturn background color of selected cell\texcel\nDrupal Nodes shows 404 when it exists\tdrupal\n\"DRUPAL: order exposed filter items, be carefully it is not that simple (I cannot user \"\"Sort\"\")\"\tdrupal\nHow to set an expected exception using Scala and JUnit 4\tscala\nFacebook-WordPress comment/feedabck integration\twordpress\nmatlab: collect from array of structs\tmatlab\nTerminate running commands when shell script is killed\tbash\nHow can I use parMap with a monadic function?\thaskell\nPlacing Share Documents subfolder as a webpart in SharePoint\tsharepoint\nJersey w/ Spring 3.0?\tspring\nHow to get hibernate-entitymanager to work with JTA out of JBoss?\thibernate\nAccessing Excel.ComboBox from C#\texcel\nSetting A Header Image for a Wordpress Page and all its children\twordpress\nWhat is the most convenient way to stop an Ajax-object in prototype from swallowing exceptions?\tajax\nOSX API Question: Where does BlockZero live?\tosx\nMagento products will not show in category\tmagento\nNamed constructors in Scala?\tscala\nExcel - Red Cross where a drop down list should be\texcel\nRunning hook_cron with administrator privileges in Drupal 6\tdrupal\nSPContext.Current.Web.CurrentUser returns misleading value\tsharepoint\nFolders or Projects in a Visual Studio Solution?\tvisual-studio\nQAbstractSocket::UnknownSocketError\tqt\nProgramatically enforce capitalization in Visual Studio 2008?\tvisual-studio\nQt and Sqlite examples\tqt\nAlternative to binaries in Subversion\tsvn\nStrange QT application behavior\tqt\nLINQ -  Is it possible with dynamic LINQ to dynamically speficy the from clause.\tlinq\nHow to program using cat\tbash\nhow to disable spring bean loading log\tspring\nChanging axes and color of plots in Matlab\tmatlab\nHow to specify type for bulk list assignemets\thaskell\nNew to functional programming\thaskell\nDrawing a view hierachy into a specific content in Cocoa\tcocoa\nwhen blogging on wordpress. my blog destroys the template i created. how to  avoid that?\twordpress\norg/springframework/metadata/Attributes not found in spring3.0?\tspring\nCan I zip more than two lists together?\tscala\nGetting started using Linq, what do I need?\tlinq\nMagento paypal currency error\tmagento\nQMetaObject Compiler explain?\tqt\nWhat does fopen('text.txt', 'wt') mean in MATLAB?\tmatlab\nDynamically building a command in bash\tbash\nCount of chars in NSString or NSMutableString?\tcocoa\nVisual SVNServer with Trac\tsvn\nGet the Title of all posts\twordpress\nRSS <link> tag not appearing in <head> of Drupal view page display output\tdrupal\nDrupal How to see document attached to Node for anonymous users\tdrupal\nMSExcel 2002 calling Web Services.\texcel\nHow to copy a list in Scala\tscala\nVisual Studio code formatting\tvisual-studio\nHow do I add Paging to a sharepoint DataFormWebPart?\tsharepoint\nApache HttpClient making multipart form post\tapache\nScala project does not automatically build in Eclipse\tscala\nWhat is a common idiom for converting between Integral types?\thaskell\nGood drupal books/resources for programmers/developers?\tdrupal\nFind and Store (Regex, PHP)\twordpress\nWhen should I use package and when object in Scala?\tscala\nHow to always remove WWW from a url with mod_rewrite?\tapache\nGAE JCache NumberFormatException, will I need to write Java to avoid?\tscala\nRobust SVN export and copy script?\tsvn\nDrupal: Different output for first item in a block\tdrupal\nHow can use the currently displayed node to filter a block-level view on that node's page?\tdrupal\nwhere should I store CSS files in a sharepoint install?\tsharepoint\nBundled Product add new option error\tmagento\n\"Merge sort from \"\"Programming Scala\"\" causes stack overflow\"\tscala\nUsing Semicolons in Oracle SQL Statements\toracle\nLinq for java\tlinq\nAdd a Drupal menu item with a hard coded path to a view that accepts arguments?\tdrupal\nBuilding Opensource QT for Visual Studio 2005/2008\tqt\nMicrosoft's AJAX Toolkit vs. Ajax\tajax\nIntroducing Spring MVC\tspring\nis it possible to change page before ajax?\tajax\nWordpress: Find posts in category 1 and not in category 2\twordpress\nHow does one relaunch Finder programmatically?\tosx\nQuestion about extensiblity of Cocoa Touch Controls\tcocoa\nhaskell libmagic  how to use it???\thaskell\nMagento validation problem\tmagento\n\"Removing \"\"user-profile.tpl.php\"\" but it doesn't revert to default view\"\tdrupal\nHaskell and Quadratics\thaskell\n\"How to customize wordpress \"\"comment error\"\" page\"\twordpress\nHow do I use a pipe in the exec parameter for a find command?\tbash\nExtracting text from an IEnumerable<T>\tlinq\nhow to use a procedure parameter in a query\toracle\nWordpress nav not visible in pages like articles, blog & search\twordpress\nASP.net AJAX Control Toolkit will not recognise my specified css classes in the autocomlete extender?\tajax\nHow to get 64-bit binaries from GHC for Snow Leopard?\thaskell\nLINQ with 3 Tier\tlinq\nBringing in value of Coupon Code into calculation.php in magento.\tmagento\n\"\"\"browser back\"\" possible without reloading page (AJAX)\"\tajax\nStrange GC behaviour of scala actors application\tscala\nWhat php code do I need to get text from wordpress text widget?\twordpress\ninstalling c++ boost on mac osx leopard -- port fails\tosx\nHow can I create a hibernate collection that will be re-read every time I request it?\thibernate\nHow to know when all ajax calls are complete\tajax\nCan I inject an interface subtype in Spring?\tspring\nHow to show relationships between Todo-lists?\tbash\nSharePoint Designer Workflow: Unruly 'Collect User Data' Action\tsharepoint\nQt Threading with signal slot?\tqt\nPasting the same text copied from different sources behaves differently in Excel\texcel\nFile-level filesystem change notification in Mac OS X\tosx\nCannot do response.redirect from page with Ajax controls\tajax\nErase Safari cookies from Terminal\tosx\nLeopard Terminal (and iTerm) Ignores Control Key Combos\tosx\nMagento Flash + XML frontend\tmagento\nIs there a way to programatically enable a widget from a plugin in WordPress?\twordpress\nContent type custom document information panel\tsharepoint\nHow can I get dev tools (such as make) for Mac OS X via the command line\tosx\nUser getting default Apache page instead of website - Safari/FF?\tapache\nMaximum expression string length in regexp (MATLAB)\tmatlab\nSql Query to XML document inside Drupal\tdrupal\nOracle - Select where field has lowercase characters\toracle\nMATLAB - use a string to set the title of a graph\tmatlab\n\"What are pros and cons to use \"\"wordpress theme framework\"\" instead blank theme?\"\twordpress\nHow can I tell my wordpress to do something in the header if its a blog page?\twordpress\nHow to timestamp request logs with millisecond accuracy in Apache 2.0\tapache\n\"MATLAB \"\"bug\"\" (or really weird behavior)\"\tmatlab\nWordpress make own queries\twordpress\nCompiling Qt using MSVC 2005 and dealing with SxS Windows\tqt\nMagento rewrite headaches\tmagento\nBackground image for a window in cocoA framework\tcocoa\nPorting OpenGL Application to Mac OS: X11, Cocoa, or Another Alternative?\tosx\nProblem with CSS on Wordpress\twordpress\nWhy is the Intellisense for properties and methods of instantiated datacontext not showing?\tlinq\nDoes Qt have a C interface?\tqt\nHow to change the text color of QListWidget\tqt\nCan StackOverflow Help with My Drupal Design\tdrupal\nconfigurable product Issue\tmagento\nFree oracle development tools.\toracle\nCan any have the information about the Apache Roller Weblogger software\tapache\nHow to hide an active category in Magento without disabling the URL?\tmagento\nSpring + Hibernate Dynamic Mapping\tspring\nMeasuring text width in Qt\tqt\na scala remote actor exception\tscala\nHow to detect if filter(s) changed on a worksheet?\texcel\nMicrosoft provider for Oracle and positional parameters\toracle\nWhat would you do instead of using NSViewController to be compatible with 10.4?\tosx\nHow can you change category position per store view\tmagento\nWhat does the NS prefix means?\tcocoa\nHow can i see my apache rails server from other computers on my local network?\tapache\nHow to Convert Type in Tuples\thaskell\nHaskell's liftIO's litter functions of type ErrorT String IO ()\thaskell\nHow to manipulate ajax loaded content?\tajax\nWordpress - Skip category page if only one post in category\twordpress\nQT GUI internals - widget painting?\tqt\nSpring AOP vs AspectJ\tspring\nSubclassing a NSTextField\tcocoa\najax request to different host\tajax\nSpring MVC and parsing HTML\tspring\nRetrieve value of an xml element in Oracle PL SQL\toracle\nHeight of NSTextView with one line?\tosx\nScala equivalent to Haskell Monads\tscala\nValidate all ASPX, ASCX and HTML files when building\tvisual-studio\nEquinox (OSGi) and JPA/Hibernate - Finding Entities\thibernate\nHow to execute an Oracle stored procedure via a database link.\toracle\nSetup an Excel template so calculations are not dependant on a specific number of columns / rows\texcel\nHow to determine if a file exists in a Sharepoint SPFolder\tsharepoint\nHow do I setup multiple type bounds in Scala?\tscala\nAuthorize.net Wrong Merchant Type From Magento\tmagento\nerror when switching to different svn branch\tsvn\nSharePoint Deployment Failure Using VS2008 Command Line\tsharepoint\nSPRING: What is AOP, Dependency Injection and Inversion Of Control in Simple English\tspring\nHow does AOP work in Drupal?\tdrupal\nHow to add a method to a Scala Enumeration object?\tscala\nHow to limit a LINQ left outer join to one row\tlinq\nHibernate one to many using something other than a primary key\thibernate\nHow to throw an informative exception from AccessDecisionManager that uses voters\tspring\nApache: RewriteRule leads to segfault\tapache\nAdding index field to LINQ List <T> results using C#\tlinq\nIIS 6.0+ equivalent to Apache's content negotation/AddLanguage?\tapache\nEclipse CDT on Snow Leopard cannot find binaries\tosx\nHow to find the other point of a Unix domain socket on Mac OS X to write/read it?\tosx\nSVN performance after many revisions\tsvn\n\"\"\"Log In\"\" and \"\"My Account\"\" have vanished from Magento top-links\"\tmagento\nintersection of two line\tmatlab\nVariable assignment in bash\tbash\nInsert Images to list\tqt\nQt - top level widget with keyboard and mouse event transparency?\tqt\nHow to find default crawling account for all shared service providers in MOSS\tsharepoint\nMagento custom option import for products problem\tmagento\nHow can I open a Drupal 6 submenu programmatically?\tdrupal\nWhy does my wordpress 404 page appear blank?\twordpress\nTime Machine API / Command-line scripts ?\tosx\nLINQ to SQL Left Outer Join\tlinq\n\"Is the scala 2.8 collections library the \"\"longest suicide note in history\"\" ?\"\tscala\nRunning a macro in excel\texcel\nGrouping in hibernate - stupid question\thibernate\nScala implicit usage choices\tscala\nHow to trim whitespace from bash variable?\tbash\nBASH configration question, set alias as a sequence of commands?\tbash\nWhat stylesheet gets used by loading ajax content?\tajax\n\"Create a \"\"Universal Binary\"\" from two apps?\"\tosx\nMagento user created attribute for products is not saved...\tmagento\nHow do I get rid of the unknown property name errors in Visual Studio?\tvisual-studio\nHaving a CGI script catch all requests to a domain with Apache.\tapache\nHow to check existence of a program in the path\tscala\nMatlab - building an array while looping\tmatlab\nMaskedEdit Extender lost data on postback\tajax\nhibernate connection pool\thibernate\nRunning Multiple Versions of MATLAB\tmatlab\nHow can I create a typed Tuple2 from Java / Spring?\tscala\nSpring MVC and JSF navigation rules together\tspring\nRecommended online resources for learning bash scripting\tbash\nDeleting Database in Linq\tlinq\nWhere is the Attic in Subversion?\tsvn\nHow does one create product collections in Ubercart?\tdrupal\nMagento add rate options to products\tmagento\nVisual Studio to Make\tvisual-studio\nDependency Injection into your Singleton\tspring\nWordpress Blog RSS Feed Problems\twordpress\nBash || within if []; block\tbash\nWhy is Visual C++ lacking refactor functionality?\tvisual-studio\nUsing conditional statements inside 'expect'\tbash\nGetting 'Data source is an invalid type' when binding Linq query to Gridview\tlinq\nHow do I make/apply a diff patch to this situation ?\tsvn\nWhat are the best steps to improve magento performance?\tmagento\n\"LINQ UpdateCheck on parent \"\"LastUpdatedOn\"\" field while updating children\"\tlinq\nIs it possible to have a QWidget as a child to a QObject?\tqt\nDoes the isSelect-method of QSqlQuery return true when a stored procedure is executed?\tqt\nVertical line limiter in VS 2008?\tvisual-studio\nsharepoint - add custom column to list via object model\tsharepoint\nHow to get Hibernate configuration properties?\thibernate\nwhy co-cocoa pr-programmers st-stutter...\tcocoa\nVisual Studio 2005 crashes on start-up\tvisual-studio\noracle on port 8080\toracle\nHow to format/change qmake/make output\tqt\nIs there an application that does two way sync of Magento and a billing software?\tmagento\nHow does SharePoint Services 3.0 Search work ?\tsharepoint\nSimpleFormController help\tspring\nHow do I create Cocoa interfaces without Interface Builder?\tcocoa\nHow to make modeless dialog stay on top of its parent in Solaris CDE\tqt\nOracle optimizing query involving date calculation\toracle\ncommand line connect to tcp port, read data, match pattern, print true or false\tbash\nParsing XML in Cocoa\tcocoa\nhow wordpress can un-slug a title\twordpress\nHow to update a field of type spFieldUserValue from SharePoint web services\tsharepoint\nDrupal Multi-Module Combinations for Cool Effects\tdrupal\nApache Webserver & JBoss AJP connectivity with https\tapache\nAdding to a Tree Controller from an NSArray.\tcocoa\nHow can I define multiple sessionfactory instances in Spring?\tspring\nMOSS 2007 and Sql Server Reporting Services from dev to prod\tsharepoint\n\"Is it possible to send custom headers with an XHR (\"\"Ajax\"\" request)?\"\tajax\n\"Programatically trigger \"\"detect displays.\"\"\"\tosx\nWordpress not working when using Apache virtual hosts\twordpress\nConvert asp.net project pages from Windows-1251 to Utf-8\tvisual-studio\nMagento - Adminhtml - Get id of order just created\tmagento\nC# LINQ: Sequence Contains No Elements Error (but I want to check for null!!!)\tlinq\nMatlab - Speeding up a Nested For Loop\tmatlab\nHow long does it take for you to be comfortable with Haskell?\thaskell\nSet that match both arrays in Scala\tscala\nSharePoint: Why does a content deployment job customize all my master pages?\tsharepoint\nHow to verfiy information using standard linux/unix filters?\tbash\nSame rules for multiple directories in Apache?\tapache\nHow to Perform a Bulk Product/Category/Sub Category Import With Magento?\tmagento\nSpring - When should I consider loading another context in same JVM?\tspring\nrunning two bash commands simultaneously on two different computers from one script\tbash\nDoes the use of styleSheet in a dynamic manner add alot of computation\tqt\nVisual Studio Performance Choice - ESXi or Vista?\tvisual-studio\nThe easiest way to replace white spaces with (underscores) _ in bash\tbash\nHosted subversion recommendations or suggestions\tsvn\nWhy does AsQueryable throw a StackOverflowException?\tlinq\nHow to write OSX finder new functionality/view\tosx\nHow can I highlight the active line in Visual Studio, without using ReSharper?\tvisual-studio\nIn matlab, how do I apply a function of two arguments to two cellarrays of equal length?\tmatlab\nConvert haskell Int with leading zero to String\thaskell\nIs there a way to make Oracle recalculate a query plan for each query invocation?\toracle\nHow to execute a bash command stored as a string with quotes and asterisk\tbash\nBest Technologies for AJAX Web Development\tajax\nDrupal: Display success/error message\tdrupal\nThumbnail wordpress plugin\twordpress\nunwanted leading blank space on oracle number format\toracle\nOracle all foreign key references\toracle\nTo allow only localhost in Apache's 000-default\tapache\ndrupal views: how to create a web form for each user\tdrupal\nCreating a configurable Magento attribute from scratch\tmagento\nscala Iterable#map vs. Iterable#flatMap\tscala\nApache Tomcat and Ruby\tapache\nUsing Restrictions.disjunction over @JoinTable association\thibernate\nAJAX request from one subdomain to another subdomain, but on the same domain\tajax\nORA-27101: shared memory realm does not exist in Oracle 9\toracle\nHibernate Subclass which has multiple discriminator values\thibernate\nhow to chop last n bytes of a sting in bash string choping?\tbash\ndisplay vacabularies in drupal 6\tdrupal\nAccessing Oracle Database from C#\toracle\nQuery about Apache (httpd) dumpio log entry for the Request body which is coming NULL on Tomcat side\tapache\nSet default values for a global variable in a custom class?\tcocoa\nJquery Ajax loading form on asp.net webform\tajax\nBest way to cache persistent data (e.g. code books) in Spring?\tspring\nIn Scala, can I override a concrete field containing a list and append something to it in the subclass?\tscala\njQuery lightbox plugin change apperance of my wordpress site\twordpress\nHow to use SIFT algorithm to compute how similiar two images are?\tmatlab\nHibernate ManyToOne relation to a joined subclass type\thibernate\nString manipulation with Excel - how to remove part of a string if another part is there?\texcel\nBash script executting su command\tbash\nHow to create drag and drop DMG file, Mac installer\tosx\nwhat would I have to do to get the new HTML Editor ajax control to work as a sharepoint content editor webpart?\tsharepoint\nIn QT, how to have a fixed size for QDialog\tqt\nFinding an approximate local maximas with noisy data in Matlab\tmatlab\nExcel Pivot table range reference\texcel\nExtending the Content Query WebPart\tsharepoint\nWordpress SQL Select Multiple Meta Values / Meta Keys / Custom Fields\twordpress\nSum of hierarchical data using LINQ?\tlinq\nHow to change icon/emblem of a directory from bash\tbash\nScripting for bash screen\tbash\nQProgressbar and QNetworkReply signals\tqt\nConfigure mod_jk with  mod_rewrite\tapache\nIs pretty XStream serialization feasible with Scala?\tscala\nuse svnant without a username or password\tsvn\nBinding type variables that only occur in assertions\thaskell\nInsert Tracepoint: how to set the default message?\tvisual-studio\nhow to install haskell openid package in windows\thaskell\nCheckout one file from subversion\tsvn\nError Code Reference for OSX/Cocoa\tcocoa\nHow does git-svn behave with svn repositories that have changed layout?\tsvn\nFinding if two numbers have the same digit and then remove them from in the original number in Haskell\thaskell\nForce Full Path in the Connection String of Linq DataContext\tlinq\nMaximum size of Actor Queues?\tscala\nLINQ grouping/subquery to fill a hierarchy data strcuture\tlinq\nJQuery AJAX Web Service call on SSL WebServer\tajax\nOracle requests proxy\toracle\nIs there a static way to get the HttpServletRequest of the current request\tspring\nGeneric Linq ordering function?\tlinq\nHow to ensure that Apache always serves a single page via HTTPS?\tapache\nLocale-aware uppercase in Bash?\tbash\nDrupal site front page\tdrupal\nHow do you make a Text Label display how many rows there are in the table.\tcocoa\nSpringJUnit4ClassRunner tests -- work from ant, not from IDE\tspring\nMagento seasonal products\tmagento\nimporting c++ data types to haskell with ffi\thaskell\nWordpress : template tags get_page()\twordpress\nUsing AppleScript to hide Keynote Text Fields in A Slide\tosx\nManaging LINQ to SQL .dbml model complexity\tlinq\nExporting data to excel\texcel\nwhy use a web service with linq to sql?\tlinq\nDownloading CSV via AJAX\tajax\nDrupal Views: How to a print the last time a View cache was refreshed to the view Display\tdrupal\nLooping Code/Skipping Rows\texcel\nHow good QT under LGPL for commercial applications?\tqt\nCan Haskell's monads be thought of as using and returning a hidden state parameter?\thaskell\nHaskell type classes and type families (cont'd)\thaskell\nFunction pointers in MATLAB\tmatlab\nHow do you find the block of code you are looking for in Magento?\tmagento\nHow make custome post template in Thesis theme\twordpress\nMagento - How to translate the module mini-form search\tmagento\nWordPress - producing a list of posts filtered by tag and then category\twordpress\nHow many connections/how much bandwidth can Apache handle?\tapache\nhibernate object vs database physical model\thibernate\nMatlab object array method dispatching\tmatlab\nUnderstanding / Modeling forumals from Excel.\texcel\nWhy can't Visual Studio run on more than one core?  CPU at 25%\tvisual-studio\nDoes the @inline annotation in Scala really help performance?\tscala\nAccessing I/O Catalog Class Objects\tosx\nHave J style adverbs, forks etc been emulated via libraries in mainstream functional languages?\thaskell\nHow to create an iPod-esque UISlider\tcocoa\nWhat are Expression Trees in LINQ?\tlinq\nQt: What unit-testing framework?\tqt\nSharepoint: Calculated Column replace all spaces\tsharepoint\nPHP session timeout callback?\tapache\nHow to use scala.None from Java code\tscala\nSubversion: Fail update when there are conflicts?\tsvn\nSVN Remove File from Repository without deleting local copy.\tsvn\nhow to get value form 2nd table with out join in hibernate\thibernate\nMac OS X. Switching between fullscreen and windowed mode.\tosx\nExcel Custom Format: How to set a format that handles numbers with optional decimals\texcel\nChanigng path for custom build step\tvisual-studio\nLINQ Submit Changes not submitting changes\tlinq\nCAML query to add a ListItem in Sharepoint\tsharepoint\nIsn't AJAX on pageload a bad thing?\tajax\nIs there a way to combine streaming data retrieval with hibernate?\thibernate\nRun-time error '-2147352567 (80020009)'\tmatlab\n\"Excel Automation: Open existing Excel file as \"\"new\"\"\"\texcel\nFinding correlated values from second table without resorting to PL/SQL\toracle\nBest way to use jQuery's .ajax() function retrieve variables from a php script?\tajax\n\"Error \"\" Index exceeds Matrix dimensions\"\"\"\tmatlab\nVisual Studio project is placing object files in unrelated project directory. help.\tvisual-studio\nWrap NSButton title\tcocoa\nMost stable Linux Distribution for Drupal?\tdrupal\nSubversion: How to retrieve files changed in range of revisions?\tsvn\nMatlab: How can I change the following program\tmatlab\nQt create game host\tqt\nAny suggestions for effectively testing AJAX enabled web pages using MSVS Tester Edition Tools?\tvisual-studio\nRuby interpreter won't run on my Mac\tosx\nAre there any .NET data providers for Oracle that do not require the Oracle Client to be installed?\toracle\n\"where do i find the wordpress \"\"promote\"\" class?\"\twordpress\nSetting FetchMode in native Hibernate\thibernate\nPenalty of using QGraphicsObject vs QGraphicsItem?\tqt\n[Haskell] Problem when mixing type classes and type families\thaskell\nAccessing the child UI elements in a Qt UI\tqt\nWhat kind of import capability does Primavera support?\toracle\nProper way to access shared resource in Scala actors\tscala\nUsing Haskell for sizable real-time systems: how (if?) ?\thaskell\nhaskell: faster summation\thaskell\nSpring roo Vs (Wicket and Spring)\tspring\nhow to set time in ajex slider control?\tajax\nscope of a controller and a validator\tspring\nHow to programmatically add Security to a Spring Bean\tspring\nHow can I use the Scala program schema2src?\tscala\nDifferent coloured fly out menu\tsharepoint\nGet text field info out of loaded webpage - Mac OS X Development\tosx\nDrupal Custom CCK field with multiple child fields\tdrupal\nWordpress database backup\twordpress\nbest scala idiom for find & return\tscala\nhtcaccess - ModRewrite\tapache\napache mod_rewrite one rule for any number of possibilities\tapache\nWhat ORMs work well with Scala?\tscala\nApache mod rewrite simple redirect\tapache\nOutlook Webpart showing only 1 mailbox in Sharepoint\tsharepoint\nLaying out overlapping rectangles\tqt\nConverting OOo macros to Excel macros\texcel\nWhat's the best way to draw a bunch of (~200) colored rectangles in Cocoa?\tcocoa\napp pool identity - farm admin\tsharepoint\nCore Animation... cyclic animations?\tcocoa\nCompiling jasperreports automatically on change\tspring\nNSTextView not refreshed properly on scrolling\tosx\nOracleDependency not firing event\toracle\nConverting binary to decimal without using loop\tmatlab\nQt Creator: “inline function used but never defined” – why?\tqt\nDrupal / Htaccess: Rewriting specific URL\tdrupal\nHow do I get an RTSP stream to play in Mac OS X's Quartz Composer?\tosx\nHow to identify where the excel file use Excel 95 or Excel 97 specifications?\texcel\nControlling how custom field types are rendered when exported to spreadsheet\tsharepoint\nExcel formula to get ranking position\texcel\nExtending spring's default component factory\tspring\nWhat's the difference between $(...) and `...`\tbash\nApplying additional aspectj around advice to a spring transactional method.\tspring\nHow to build QTcore4.dll without dependency to MSVCx80.dll?\tqt\nQSignalMapper and original Sender()\tqt\nVS2008 Windows Form Designer does not like my control.\tvisual-studio\nWhat type of webapp is the sweet spot for Scala's Lift framework?\tscala\nCorrectly over-loading a stringbuf to replace cout in a MATLAB mex file\tmatlab\nBash: find and copy\tbash\nHow do I get the WordPress sidebar to show up on a post's detail page?\twordpress\nStrategies for designing a database (being accessed by hibernate) which will have alot of archivial data.\thibernate\nusing BOSH/similar technique for existing application/system\tapache\nWhy is Visual Studios Installer not picking up dependencies\tvisual-studio\nWhat's wrong with this mod_rewrite statement?\tapache\nIs there a foreach in Matlab?  If so, how does it behave if the underlying data changes?\tmatlab\nWhat is the standard way to optimise mutual recursion in F#/Scala?\tscala\nSVN\\Tortoise painfully slow\tsvn\nExtract table from html to excel from the command-line\texcel\nUsing Mercurial Locally Only with Subversion Server\tsvn\nQt library event loop problems\tqt\nSubmit WordPress form programmatically\twordpress\nChange current directory from a script\tbash\nHow to implement an IFilter for indexing heavyweight formats?\tsharepoint\nWhy size of lucene index increased if i index the same data?\thibernate\nDisable NSToolbar customisation via window's toolbar button?\tcocoa\nHow do I convert an NSString into something I can use with FSCreateDirectoryUnicode?\tcocoa\nDifferentiating between P tags wrapping images and P tags wrapping text nodes in Wordpress?\twordpress\nhow to call the c static library in a cocoa app ?\tcocoa\nNMBLookup OS X returning inconsistant results\tosx\nTips for more elegant code with monads?\thaskell\nDoes Hibernate 2nd-Level cache invalidate when running a JPQL update statement\thibernate\nBuilding universal binaries on Mac - Forcing single compiler child process\tosx\nHow to chain AJAX calls in Rails?  A series of calls to be executed, depending on the result of the first call.\tajax\nWhere to place hooks in Drupal?\tdrupal\nCreating monads in haskell\thaskell\nDefining multiple-type container classes in haskell, trouble binding variables.\thaskell\nAdding related records in LINQ\tlinq\nCan I specify redirects and pipes in variables?\tbash\nCan 2 or more equations defining a function in Haskell share the same where / let block?\thaskell\nhow to do hibernate mapping for table or view without a primary key\thibernate\n\"What is the best way to optimize or \"\"tune\"\" LINQ expressions?\"\tlinq\nHow to join tables in unidirectional many-to-one condition ?\thibernate\nbash grep newline\tbash\nSharepoint Blog: lost join between categories and post when convert WebPart to XSLT\tsharepoint\nExcel TreeView multi columns\texcel\nHow can I change the commiter of an old revision in SVN\tsvn\nViewstate error on SharePoint custom site page with SPGridView\tsharepoint\njavascript or php - what is most efficient for updating?\tajax\nLinking Qt in a dynamic library\tqt\nHow do you make your App open at login?\tcocoa\nHibernate Unidirectional Parent/Child relationship - delete() performs update on child table instead of delete\thibernate\n\"Proper way of \"\"shutdown\"\" a spring context in J2SE\"\tspring\nHibernate polymorphic query\thibernate\nApache RewriteRule not working without Page # specified.\tapache\nAdding Nodes to Tree via LINQ creates query operator not supported during runtim\tlinq\n\"What does the \"\"ONET\"\" in ONET.xml stand for?\"\tsharepoint\nHow do you configure the Apache server which ships Mac OS X?\tosx\nhow to organize my menu, taxonomy, views, pages in drupal 6\tdrupal\nSetting the umask of the Apache user\tapache\nputStrLn, type Char does not match [Char]\thaskell\nSpring MVC binding parameters to backing object\tspring\nNot able to save composite foreign key\thibernate\nHow .NET 3.5 (lambdas, Linq) evolved\tlinq\nHow do you detect if there is an index for a specific column on a table in Oracle?\toracle\nexpression trees linq get value of a parameter ?\tlinq\nAutomatic mail alert to customers on new products arrival in magento\tmagento\nHow would you make a Status Item show or Hide a window when clicked?\tcocoa\nSelf-referential URLs\tapache\nWhat are some of your favorite little known command-line tricks using Bash?\tbash\nbreak whenever a file (or class) is entered\tvisual-studio\nHow can I ensure a Bash string is alphanumeric, without an underscore?\tbash\nProblem uploading a file via ajax using PHP\tajax\nDo you use any of the features in the various Visual Studio 2008 Team editions?\tvisual-studio\nSharePoint Permission Levels in Production for Developers\tsharepoint\nSerializing a JSon object using lift-json [scala]\tscala\nHiberate: Collections of Collections\thibernate\nHow to use a cross validation test with Matlab?\tmatlab\nHow to use custom CSS with my Sharepoint WebPart?\tsharepoint\nDrupal theme() problem\tdrupal\nToo many TIME_WAIT connections\tapache\nhibernate one to one mapping example\thibernate\nSpring bean with no id or name\tspring\nI'm looking to use Visual Studio to write and compile using the open source version of Qt4.\tqt\nCan I use a block when defining a Scala anonymous function?\tscala\nHow to declare a function in Cocoa after the function using it?\tcocoa\nAjax project suggestion.\tajax\nAre there alternative methods for saying 'next' in a pl/sql for loop?\toracle\nWindows Service in .net Cannot See TNS Names\toracle\nSpring - StackOverflowError in Bean creation\tspring\nCan a Scala program be compiled to run on any JVM, without having Scala installed on the given machine?\tscala\nWhat are some good Haskell Primers/Tutorials for beginners?\thaskell\nHibernate @OrderBy with referenced class\thibernate\nHow to get the IP address from $SSH_CLIENT\tbash\nHow do I reuse a command in bash with different parameters?\tbash\nspring classloader isolation problem on jboss\tspring\n\"\"\"SELECT ... FOR UPDATE\"\" not working for Hibernate and MySQL\"\thibernate\nViews in Drupal: ignore arguments\tdrupal\nWhat exactly changed when QStandardItemModel itemChanged is signaled\tqt\nhow to detect that localhost web site is closed and then shout apache web server\tapache\nCustom spring scopes ?\tspring\nCan Scala's Actor framework handle 10.000 actors without stack problems?\tscala\nRestricting a monad to a type class\thaskell\ninsert 2 table in single query in linq\tlinq\nBetter way of calling a function in child thread in Qt?\tqt\nShell Prompt Line Wrapping Issue\tbash\nWhere can  I change the HTMl template for a Sharepoint notification?\tsharepoint\nDifferences between SVN and SVN+SSH on a Windows SVN server?\tsvn\nhuge svn checkout makes apache (dav_svn) consumed all memory on server - any tips?\tapache\nwordpressL How to array the child categories without any html tags?\twordpress\nhtaccess mod_deflate does not work on shared server\tapache\nExcel VBA development best practises\texcel\nMerge 2 views in Drupal - using filters?\tdrupal\njavascript - Want to access the contents of another domain with ajax?\tajax\n[Probably something stupid] Can't create trigger using SQLPlus in Oracle\toracle\ncocoa Document-based applications\tcocoa\nUsing single spring application context for web app\tspring\nWhy do my hot-deployed files disappear sometimes? (I think Apache has something to do with it)\tapache\nHow to install wordpress on MS SQL\twordpress\n\"In Sharepoint, what is the actual name of the page layout used for the \"\"Article page with with body only\"\" layout option?\"\tsharepoint\nHow to hide the Dock icon\tcocoa\nHow to read till end of file in MATLAB?\tmatlab\nUnable to locate Spring NamespaceHandler for XML schema namespace\tspring\nHow to add CVS directories recursively\tsvn\nHow to compile a dynamic library?\tosx\nNeed good scheme/workflow for managing database objects using Subversion\tsvn\neCommerce Drupal\tdrupal\nOptimising a SELECT query that runs slow on Oracle which runs quickly on SQL Server\toracle\nMagento - getting the wrong number of the method count()\tmagento\nSpring Hibernates session issue with http request\thibernate\nGetting a CGImage out of a PDF file\tosx\nSend An Action Cocoa - IBAction\tcocoa\nHow do I write a custom start page for VS 2008?\tvisual-studio\nJersey, Spring, Tomcat and Security Annotations\tspring\nHow does Spring for Python compare with Spring for Java\tspring\nGetting last insert id in Excel ADODB connection to MySQL database\texcel\nLINQ inner join betwenn Enumerable and DB Table\tlinq\nHQL query equivalence: Why are them different\thibernate\nBash, argument list segment\tbash\nOracle optional relationship\toracle\nMagento Ajax - How to get only body part?\tmagento\nHow do I log to file on the Mac (similar to log4net)\tosx\nTortoiseSVN compatibility mode\tsvn\nCode to have Wordpress display a monthly archive?\twordpress\nMatlab: Analysis of signal\tmatlab\nThe Scala way to use one actor per socket connection\tscala\nHaskell Ambiguous Occurrences -- how to avoid?\thaskell\nIs scala.net production ready?\tscala\nCost of using repeated parameters\tscala\nQNetworkAccessManager/QNetworkReply with custom QTcpSocket?\tqt\nIs it possible to run OSX in a virtual machine?\tosx\nhow to insert record in join table of many to many  hibernate annotation\thibernate\nhow to read immutable data structures from file in scala\tscala\nCreating a virtual, data-driven section of a Wordpress-powered site\twordpress\nAdding sorting to a view on Drupal?\tdrupal\nSpring, JDBC & MultiThreading\tspring\nIs there a way to maintain IsAjaxRequest() across RedirectToAction?\tajax\nHibernate and Sql Server best Practicies\thibernate\nCocoa document-based application with multiple document types\tosx\nHow to change where Subversion repositories are stored?\tsvn\nWordpress excerpt - image and text\twordpress\nTKProf Output: SQL*Net message from client\toracle\nNeed help changing Permalinks in Wordpress, I've tried everything..\twordpress\nQt single EXE with lgpl?\tqt\nGuarded Equations in Haskell\thaskell\n\"How to make a \"\"recent seen pages\"\" for user registered in wordpress\"\twordpress\nUsing Either to process failures in Scala code\tscala\nNon-Sequential Range\texcel\nBetter way to revert to a previous SVN revision of a file?\tsvn\nMultiple copies of a Sharepoint list view\tsharepoint\nWordpress theme not displaying when activated on production server, but will display on development environment\twordpress\nRewrite rules - going outside the docroot.\tapache\nWordPress  Menu with Superslide show\twordpress\nLAMP tutorial. Request->response loop from the ground up.\twordpress\nDeleteOnNull (Association attribute) for Linq to SQL in custom class?\tlinq\nVisual Studio support for new C / C++ standards?\tvisual-studio\n\"Understanding the type error: \"\"expected signature Int*Int->Int but got Int*Int->Int\"\"\"\thaskell\nIs it possible to limit the lines of text displayed in a Sharepoint list view?\tsharepoint\nVisual Studio Context Menu Shortcut\tvisual-studio\nHow can I make the -f flag apply to directories with a trailing slash?\tapache\nWhy can't I use job control in a bash script?\tbash\n\"Any \"\"fundamentals-oriented\"\" example of NSScroller out there?\"\tcocoa\nNeed Help With AJAX-Enabled WCF Services (Please Look @ System.ServiceModel in Web.Config)\tajax\nhow to track multiple svn branches in git\tsvn\nVBA changes Excel 2002 -> Excel 2007\texcel\n\"What does the Subversion status symbol \"\"~\"\" mean?\"\tsvn\nWhy is this Option transformed to a String? [Scala]\tscala\nHow to use Hibernate @Any-related annotataions?\thibernate\nIs there something wrong with my System.Xml.Linq library?\tlinq\nonline Control Property editor like control property editor in Visual Studio\tajax\nHow do I use the least squares approximation in MATLAB?\tmatlab\nWhy are event-based network applications inherently faster than threaded ones?\tapache\nHow to use objetcs as modules/functors in Scala?\tscala\nSync SharePoint Sets with File System?\tsharepoint\nSharePoint SPListItemCollection ReorderItems\tsharepoint\nCity selection on UberCart checkout menu?\tdrupal\nHow can I setup Apache to serve SVN with this particular URL configuration?\tapache\ndesktopdock or stardoc in Qt\tqt\nMoss 2007 (Microsoft Sharepoint office server 2007)\tsharepoint\nGUI programming in Scala\tscala\nosx: how do I find the size of the disk i/o cache (write cache, for example)\tosx\nDisplay output of a Bash command and keeping the output in a variable\tbash\n\"Magento - change \"\"Catalog Input Type for Store Owner\"\"\"\tmagento\nBest free Excel writer for C# to output datatable to excel\texcel\nWhat happened to the TMP environment variable?\tbash\nSVN: Can I copy a subset of files to a new tag?\tsvn\nCreating a Haskell Empty Set\thaskell\nQt Application fails spectacularly\tqt\nWhat's required for a clean uninstall of Visual Studio 2005\tvisual-studio\nRead attributes values with linq\tlinq\nScala XML Building: Adding children to existing Nodes\tscala\nHow do you make a Outline View Re-Orderable like a Table View?\tcocoa\nHibernate: How to map a *.hbm.xml file in a different folder?\thibernate\nWordpress Mobile Version\twordpress\nCheck if a program exists from a bash script.\tbash\nWhy isn't there a Team Foundation Server Express Edition?\tvisual-studio\nDrupal Content Type (Restaurant) Design\tdrupal\nVisual Studio 2008: make ctrl-k, ctrl-n (next bookmark) stay within the same file\tvisual-studio\nwhat's the way to determine if an Int a perfect square in Haskell?\thaskell\nMapping 2 vectors - help to vectorize\tmatlab\nAdd a free product if over £50\tmagento\nHow to write a variable with input ?\tmatlab\nIn the bash script how do I know the script file name?\tbash\nimplement zip using foldr\thaskell\nTo upload an excel file as a clob\texcel\nShell script - Two Foor loops and changing extension of file\tbash\nhow to change the subversion directory usingg eclipse\tsvn\nhow do you do symbolic differentiation on function handle?\tmatlab\nIn Haskell, is there a built-in function that creates a list of one element?\thaskell\nRun Oracle update statements in a batch mode\toracle\nSVN -Change directory structure on an existing repository\tsvn\nDoes using a VIEW for SELECT operations can imporove performance?\toracle\nGHC parse error which I do not understand\thaskell\nIs it recommended practice to use uniform extent sizes in Oracle tablespaces?\toracle\nHow to access elements of matrices  from mat file in python?\tmatlab\nTinyMCE adds <pre> tag when inserting from Word\tdrupal\nOracle V$OSSTAT\toracle\nExtend scala class that extends ordered\tscala\nMagento: which catalog_product_flat I need to select from? and what is catalog_product_entity_datetime table?\tmagento\nHaving an issue with org.hibernate.SessionException: Session is closed! in Hibernate\thibernate\nHow to process file names with variables from a list in a file in Bash\tbash\nMagento 1.3 or 1.4\tmagento\nChanging the Access Denied Message in Magento\tmagento\nWhat's the best php / mysql emulator\tapache\nIn Visual Studio, when would I want to use the Test View?\tvisual-studio\nUsing ProxyPass for pages but not images\tapache\nIntegrating Apache and Restlet server like Apache and Tomcat\tapache\nCan I get ORA-08177 if there's only one connection to the database?\toracle\nUsing NSPredicate to filter an NSArray based on NSDictionary keys\tcocoa\nhow to do subquery in LINQ\tlinq\nDrupal vs Wordpress performance comparassion\tdrupal\n\"How to get serial number from hard disks? \"\"Mac\"\"\"\tosx\nList categories with checkbox in Wordpress Options?\twordpress\n.htaccess rewrite to default language folder?\tapache\nGHCi error: Not in scope\thaskell\nwhat is the equivalent of COM in Mac OS?\tosx\nSpring MVC Table selected row\tspring\nWhat's the smart way to implement OrderBy / ThenBy?\tlinq\nTurn this recursive haskell function into a map call\thaskell\nSet a type in VBA to nothing?\texcel\nCode Coverage Tools for Scala\tscala\n? Structuring a Revision Control System (SVN)\tsvn\nClosest equivalent to subprocess.communicate in Haskell\thaskell\nVS 2k8 Doesn't Release File Handle After Debugging Stops: Unable to copy file X to output directory because it is being used by another process.\tvisual-studio\nShare a .NET Membership Database with SharePoint?\tsharepoint\nNested IF Statements in Excel Formula\texcel\n\"Oracle \"\"Partition By\"\" Keyword\"\toracle\nNSTableView sort not getting correct ID\tcocoa\nmod_rewrite loops even with L flag\tapache\nWhich delegate method I should use to respond to clicks on a text field?\tcocoa\ncomparisons of ajax libraries\tajax\nSpring 3.0 making JSON response using jackson message converter\tspring\nSpringIDE and eclipse galileo 3.5\tspring\nHow to verify that mod_rewrite is working\tapache\nmod_rewrite works in .htaccess files but not in apache2.conf\tapache\nmac osx development environment\tosx\nIterate enumerable object while debugging in Visual Studio\tvisual-studio\nHaskell pair and unpair functions\thaskell\nSVN optimizations to keep large repositories responsive\tsvn\nRunning a PHP through Ajax on Unload\tajax\nWhich CSS framework causes the least interference with SharePoint?\tsharepoint\nWordpress custom query pagination\twordpress\nlinq to sql + update table\tlinq\nCommand key as Meta key in OS X Terminal.app\tosx\nQt Custom Window\tqt\nHow to print a Map in Scala\tscala\nTransfer files with versioning using SharePoint and SOAP\tsharepoint\nIs there a better way to code this LINQ fragment?\tlinq\nIncluding eval / bind values in OnClientClick code\tvisual-studio\nHow to ssh from within a bash script?\tbash\nTheming for/with javascript?\tdrupal\nOptimizing Sharepoint Search Crawling\tsharepoint\nQt painted content goes lost\tqt\nLINQ Conflict Detection: Setting UpdateCheck attribute\tlinq\nGood Editors for Web Development on OS X?\tosx\nprototype serialize returns function instead of serialized string\tajax\nIs there a way to get types/names of an unknown db query without executing it?\toracle\nHow do I get the next item in a subset of an ordered table using linq?\tlinq\nTraversing multiple Core Data objects using NSPredicate\tcocoa\nCreating a development environment for SharePoint.\tsharepoint\nHow can I append text to /etc/apt/sources.list from the command line?\tbash\nDynamically changing dropdown in excel.\texcel\nQTreeView stylesheet customization problem with scrollbar\tqt\nVisual Studio behaves strangely while debugging with breakpoint conditions\tvisual-studio\nhow can i get category detail on shipping.php page in magento\tmagento\nIE7 onSubmit return false in function may fail?\tajax\nPiping data on Windows command prompt\tsvn\nWordpress how to prevent category and archive crawl and index\twordpress\nWordpress permalinks problem\twordpress\nHow can I autofill cells in Excel?\texcel\nhow to change a column's attribute without affecting the values already present?\toracle\nplugin for 2.0 insert on wordpress\twordpress\nmagento changing Shipping Method\tmagento\nSharePoint 2007 Remote File Access Denied CAS\tsharepoint\nAbility to set the font to italics in Visual Studio\tvisual-studio\nFind all Foreign Key errors with Oracle SET CONSTRAINTS ALL DEFERRED\toracle\nHow do I get keyboard events in an NSStatusWindowLevel window while my application is not frontmost?\tosx\nMagento - showing review links & add-to-compare links on custom pages\tmagento\nWhat is the Visual Studio 08 C# Assembly Information GUID setting for?\tvisual-studio\n\"Is there a \"\"SELF\"\" type in scala thet represents the current type?\"\tscala\nCan Visual Studio Automatically Expand Text with a Code Snippet?\tvisual-studio\nAJAX checkbox if statement\tajax\nHow to iterate over arguments in bash script\tbash\nSubversion branch question\tsvn\nBest general SVN Ignore Pattern?\tsvn\nHaskell Monoid Join Function\thaskell\nLinq remove elements from one collection into another collection\tlinq\nHow do I auto-adjust the size of a QDialog depending on the text length of one of its children?\tqt\nVisual Studio won't make debug DLL\tvisual-studio\ncalling multiple functions with same instance in scala\tscala\nIs info about Drupal RSS signups available?\tdrupal\nWhat exactly is the deal with oracle connection identifiers separated by a period\toracle\nDrupal Form API and $form_state['storage'] is destroyed on a page refresh\tdrupal\nDrupal — Fatal error: Class 'Memcache' not found\tdrupal\nIn Qt, how do I use Q_OBJECT slots and signals with multiple inheritance?\tqt\nDrupal 6: CAPTCHA on a custom form\tdrupal\nDrupal: Duplicate search block?\tdrupal\nHow do you migrate CCK fields between environments in Drupal?\tdrupal\nQt Animation: Appearing & Disappearing Objects\tqt\nIE 7 redirecting after jQuery ajax calls\tajax\nIn need of a good MATLAB class tutorial\tmatlab\nUsing the All operator\tlinq\nDrupal theme preprocess function - primary links\tdrupal\nExecute SQL SP in Excel VBA\texcel\nUsing mod_rewrite with mod_vhost_alias\tapache\nWhich SharePoint 2007 features are not available to Office 2003 users?\tsharepoint\nHow to display line breaks in SharePoint comment history field\tsharepoint\nHow to suppress the file corrupt warning at excel download?\texcel\nResource Bundle Spring\tspring\nHow can I remove an item from a Hashmap in Hibernate ?\thibernate\nTrouble installing Maatkit on Mac OS X\tosx\nWhen are two columns that look the same not the same in oracle?\toracle\nHow to set up virtual hosts properly on a windows machine using Zend Community CE ?\tapache\nExcel Vs C# Number Differences\texcel\nwordpress not properly functioning anymore after moving it to another domain\twordpress\nHibernate constraint violation/error rolling back\thibernate\nTrying to setup externalizing properties in spring\tspring\nhow to grab my wordpress posts from different subdomain?\twordpress\nexcel time serial back to text\texcel\nCan anyone point me to Spring MVC, Tiles, Freemarker integration example?\tspring\nModel - View - Controler in Qt\tqt\nHow to quickly organize functions in source code (c#) to order by alpabetical order?\tvisual-studio\nCustom Class - IBOutlets Not Working?\tosx\nBasic Spring help\tspring\nUpdating frontend layout from a module\tmagento\nBash globbing - autoexpand for a few specific cases?\tbash\nSpring 3 simple extentionless url mappings with annotation-based mapping - impossible?\tspring\nLooking for good tool to convert Oracle - sql server\toracle\nhaskell polymorphism and lists\thaskell\nAlternative way of implementing a groupBy method in Scala?\tscala\n\"Mac solution for \"\"safe\"\" C/C++ Standard Library functions?\"\tosx\nHow do I branch an individual file in SVN?\tsvn\nhost/role dependent spring configuration\tspring\nEasy way to embed svn revision number in page in PHP?\tsvn\nPorting matlab functions to scilab. How to use symbolic?\tmatlab\nHow to Debug Spring NoSuchBeanDefinitionException\tspring\nWeb Service solutions from Mac\tosx\nweb service being called twice with jquery ajax function\tajax\nhow to change source file encoding in csharp project (visual studio / msbuild machine)?\tvisual-studio\nLinq validation non nullable properties\tlinq\nRedirecting an internal path to a virtual host\tapache\nCustom URL rewrite in wordpress\twordpress\nScalaz: request for use case\tscala\nHow do I create a custom loop in wordpress that excludes categories listed in theme options\twordpress\nIs LINQ DOA?\tlinq\nUsing XQuery in Linq To SQL?\tlinq\nWhat's the difference between different mapping types in Hibernate?\thibernate\nScrolling different Widgets at the same time\tqt\nUable to access sharepoint site\tsharepoint\nHow can I fill in a Sharepoint List edit form offline using Windows Mobile 5.0 Quickly?\tsharepoint\nGetting the last revision number in SVN?\tsvn\nWeird build error, problem with class name?\tcocoa\n\"mingw spitting countless warnings about ignoring \"\"dll import\"\" attribute\"\tqt\nMatlab compiler runtime library\tmatlab\ntype depence in Haskell\thaskell\nparsing recursive structures in scala\tscala\nHow do you disable a SharePoint webpart temporarily?\tsharepoint\nHelp in optimizing a for loop in matlab\tmatlab\nSVN?  VSS?  Why is one better than the other?\tsvn\nHow to use SQLab Xpert Tuning to tune SQL for better performance?\toracle\nSorting grouped nodes by taxonomy term\tdrupal\nCan I use NSURLCredentialStorage for HTTP Basic Authentication?\tcocoa\nBatch Processing Image Files in Matlab\tmatlab\nHow can I use linux to parse out only a section of a variable with different delimiters?\tbash\nDrupal Custom Menu Positioning\tdrupal\nscala / lift example of form processing\tscala\nxUnit Testing Framework for Mac/iPhone\tosx\nWhy does Haskell stop short of inferring the datatype's typeclasses in the function signatures?\thaskell\nremove whitespace from bash variable\tbash\nSimple Scala actor question\tscala\nConnect points and compute area\tmatlab\nCreating Custom Options on a Product using the Magento API\tmagento\nShould I use Spring or Guice for a Tomcat/Wicket/Hibernate project?\tspring\nWildcard expansion - searching for one in a set of possibilities\tbash\nLocationMatch and DAV svn\tsvn\nusing REST webservices as a datasource for Lift ?\tscala\nAny quirks I should be aware of in Drupal's XML-RPC and BlogAPI implementations?\tdrupal\nTidying up a list\tmatlab\nLINQ to XML: parsing XML file which one of nodes presents type of another node\tlinq\nExcel get_Range missing when interop assembly is embedded in .NET 4.0\texcel\nHow to repace ${} variables in a *nix text file\tbash\nHow to port from Drupal to Django?\tdrupal\nReplace author url with different one\twordpress\nHaskell Applicative instance for ErrorT?\thaskell\nmaking a Macro that exports chosen columns to a new file\texcel\nAdding non-model nodes to an NSTreeController\tcocoa\nconcurrency in hibernate\thibernate\nHow to enable command line switches?\tbash\ndefine variable to hold non-current date in bash\tbash\nAdd codebase as reference instead of copy Visual Studio\tvisual-studio\ncreate a database with scala/lift and a simple interface to log in\tscala\nHQL with a collection in the WHERE clause\thibernate\nAccessing user profile variables\tdrupal\n\"Enable/Disable \"\"Step into\"\" debugging on certain project in visual studio solution\"\tvisual-studio\nRearrange ordering of blog posts vs content block?\tdrupal\nWhat's the best way to persuade my employer to move from VSS to Subversion?\tsvn\nlinq group by a start time to endtime on DateTime Column\tlinq\nMATLAB: How do I get 3D coordiantes from a user-click?\tmatlab\nMagento Associated Product Options\tmagento\nAjax: Definition vs Implementation?\tajax\nproducts not showing up in magento frontend\tmagento\nGoogle analtyics is showing hundreds of 404s resulting from a null url\tmagento\nCurves in matlab\tmatlab\nLINQ to Objects question\tlinq\nSSLVerifyClient not asking for certificate\tapache\nWAMP - PHP shell_exec() problem\tsvn\nhow to scp across servers using bash?\tbash\nHow to enable node-type based custom menu in drupal?\tdrupal\nStyling QPushButton with CSS?\tqt\nCan I have both full text RSS and an excerpt RSS in Wordpress?\twordpress\nExcel: Removing duplicates in one column while retaining highest value in the adjacent column.\texcel\nUsing Oracle ref cursor in Java without Oracle dependency\toracle\ncombining diffirent lists data and showing it in a webpart\tsharepoint\nRegular expressions in Cocoa / Objective-C.\tcocoa\nASP.net: Can you call ModalPopupExtender from GridView's edit button?\tajax\nMagento - Programmatically added products don't show up\tmagento\nWhat makes it possible to drag-open files on a Mac?\tosx\nProblem with WebKit rendering google.com (and a few other sites)\tcocoa\nHaskell readFile type problem\thaskell\nAdvice on setting up a server to host source code and other documents...\tsvn\nsed replace ' with \\'\tbash\nHow do I tell rsync to run only if the destination directory exists?\tbash\nSporadic errSecAuthFailed (-25293) when accessing KeyChain with SecKeychainFindGenericPassword?\tosx\nPrinting out names of only directories and not files (BASH)\tbash\nUsing Ajax.Updater to get a javascript file (prototypejs)\tajax\nHow to serve PHP dynamic images efficiently on a LAMP server?\tapache\nIs LinqToSQL the same as Linq?\tlinq\nUpdateable Data Grid using Linq to SQL in WinForms\tlinq\nWhy can't I debug?\tvisual-studio\nQt linguist & google translate\tqt\nWhat kind of Plugin is the New Playstation Share Blog using | Wordpress\twordpress\nUsing Spring by Creating Multiple ApplicationContexts to manage bean life time - is this okay?\tspring\nLINQ to SQL: How To Extend An Entity Class With A Column Alias\tlinq\nHow to save data on excel xls file using perl?\texcel\nSplit line into words in bash\tbash\nHow do I find the Excel column name that corresponds to a given integer?\texcel\nSVN management on a project that uses absolute paths.\tsvn\nIs there any way to silence the 'hold' function in Matlab\tmatlab\nWhat is native web services?\toracle\nLINQ GroupJoin innerKeySelector/outerKeySeletor issue with two DataTables\tlinq\nDrupal Help - Warning: Unresponsive Script - Everytime Goes into or out of Block Edit Mode\tdrupal\n\"how to map \"\"a-b\"\" query to a command object in Spring MVC\"\tspring\nSessionFactory in Hibernate\tspring\nHow Do I Serve a File Through JSMin PHP Script With Correct HTTP Caching (using .htaccess?)\tapache\nAPI to write huge excel files using java\texcel\nModeless MsgBox, Error trapping, .Find\texcel\nDrupal: Display variables in an embedded node\tdrupal\nVirtual Host points to another Virtual Host - Urgent!\tapache\nExecuting pushbutton callback from another function in Matlab\tmatlab\nWhat's the difference between {} and [] in MATLAB?\tmatlab\nSimple Haskell graphics library?\thaskell\nHow do I build up LINQ dynamically\tlinq\nbash: save in a variable the number of seconds a process took to run\tbash\nShould frameworks be put in /Library/Frameworks or in the application bundle when putting multiple applications in one bundle\tcocoa\nAjax request with prototype - what is transport if not only responseText?\tajax\n\"How do I avoid \"\"svn: Out of Date:\"\" problems?\"\tsvn\nSharePoint WSS 3.0 Integration with Mac OSX (either Safari or Firefox)\tosx\nAccess denied when blaming with ToroiseSVN\tsvn\ndeleting mysql records with ajax\tajax\nWhy use Hibernate/nHibernate?\thibernate\nHibernate - One design problem\thibernate\nWhich way to go in Linux (Qt or KDevelop)\tqt\nHow to get back a file my SVN client deleted?\tsvn\nCollapse all Visual Studio toolbox regions shortcut\tvisual-studio\nWordpress : display all articles of a month on one page\twordpress\nWhat class should I inherit to create a database integration test in case of Spring?\tspring\nWhat is the closest thing MATLAB has to namespaces?\tmatlab\nWordpress Content Box not formatting correctly.\twordpress\nRedirecting bash stdout/stderr to two places?\tbash\nIs more ajax better for resources on a web app?\tajax\nHaskell and random numbers\thaskell\nMatlab: Filling a matrix with each column being the same\tmatlab\nHow do I stop Visual Studio from launching a new browser window every single time I hit the Start Debugging button?\tvisual-studio\nDownloading spring 3.0 with dependencies?\tspring\nScala: What is the difference between while(true) and loop?\tscala\nhow to divide an image in blocks in matlab\tmatlab\nHow can I identify a remote actor?\tscala\nCannot Display Image from List\tsharepoint\nSimple LINQ query\tlinq\nIs it safe to use the Administrator Tasks in Central Administration?\tsharepoint\nOn-demand eager loading\thibernate\nHas anyone successfully re-created the ECB menu on the Data Form web part?\tsharepoint\nMagento - Echo Attribute on Product Page\tmagento\nEmbedding an image in an AJAX response\tajax\nBeginner question about XCode 3.1.1 and static libraries\tosx\nHow can I best create a SharePoint list view that shows only root folder contents?\tsharepoint\nLimiting recursion depth in Scala\tscala\nMac + External drive not recognized as removable storage\tosx\nSVN - How to set all files to same revision number and date.\tsvn\nWordpress Authenticate Filter\twordpress\nIs it safe to commit more files as a pre-commit hook\tsvn\nMagento Customer Account/Dashboard page\tmagento\nIn Oracle Spatial (SDO), is there a way to get the centroid point of a polygon that is contained by the surface of the polygon?\toracle\nHow to validate an XML file against a schema using Visual Studio 2005\tvisual-studio\nWhat are the options available for cross platform rich user interfaces development?\tajax\nWhere to find prebuilt binaries for subversion 1.6 for Ubuntu (or Debian)?\tsvn\nhow to code a PHP function who will check whether the mode of Apache is on safemode or not ?\tapache\nmatlab modem.oqpskmod\tmatlab\nPassing parameter to hbm2ddl\thibernate\nSend HTML through Ajax POST\tajax\nBest book for Magento 1.4.0.1\tmagento\nLinq query, how to build nested objects from single table\tlinq\nMATLAB - printing graph with different output names\tmatlab\nasp.net mvc add column to the database - how do i update the dbml file\tlinq\nAttach to IIS7 with a macro?\tvisual-studio\nHow do you retrieve the commit message and file list for a particular revision?\tsvn\nwere is the mistake in my code\tqt\nsem_init on OS X\tosx\nWordpress retrievig Post children\twordpress\nFind Installed applications in cocoa\tcocoa\nWant to learn Plugin/Template Development. Wordpress or Joomla?\twordpress\nHow does wordpress password hash work?\twordpress\nbash - redirecting of stdoutput and stderror does not catch all output\tbash\nWordpress Custom Value If/ElseIf - Doesn't Work\twordpress\nDebugging problems shutting down Apache Tomcat\tapache\nQ about AbstractApplicationContext.getBeansOfType() and getBean()\tspring\nHow should I use this SetSPN command when installing SharePoint\tsharepoint\nFinding the Latest Post by Author\twordpress\nCannot migrate from spring 2.5 to spring 3.0\tspring\ncannot do 2nd level cache\thibernate\nSubversion asks for incorrect user\tsvn\nHelp Recommend Qt Opensource Project\tqt\nWhat is the difference between Views and Materialized Views in Oracle?\toracle\nHow can I ssh directly to a particular directory?\tbash\nHow can I query my subversion repository?\tsvn\nIntegrating a custom gui framework with the VS designer\tvisual-studio\nshell script to add list of domains to apache vhosts\tapache\nHow to create a shared document library in SharePoint that can be used in subsites?\tsharepoint\nPreferences Window Problem (Once Open And Closed, Will Not Open Again)\tcocoa\nSharePoint: What is the max size of the multi line text field? Can I set it?\tsharepoint\nHow have you (or HAVE you) learned keyboard shortcut navigation?\tosx\nHow do I get only the selected products from an order object?\tmagento\nHow to convert Excel to XMl using java?\texcel\nHow to save unsigned char to MySQL\tqt\nSimple question about text in Matlab\tmatlab\nMagento Template Variables\tmagento\nHow can I have Subversion keep only the latest verison of a file?\tsvn\nUpdating a column value in resultset returned by a Linq query\tlinq\nHow can I make unlimited page widgets for wordpress?\twordpress\nHow to cache a collection in Magento?\tmagento\nHow to password protect files (images, video, zip) dynamically from public and allow access to members only?\tapache\ni want to use some Matlab functions via .dlls and use them in C#, pls Conduct which way i can doing that!?\tmatlab\nIterating over arrays in haskell\thaskell\nBest way to Learn Spring Framework\tspring\nHow to export a part of SVN repository with dependencies?\tsvn\nSpring AOP: applying properties through the aspect\tspring\nHow to make an iTunes like (playlists, library) left-sided (collapsible) navigation bar?\tcocoa\nQTextEditor returns quotes(\tqt\nHow to graythresh a indexed image in matlab?\tmatlab\nSpring web application: executing common code before entering RequestMapping in controller\tspring\nCSS Layout not working in IE7 (all other browsers are fine)\tdrupal\nLinq - what locale/collation it uses to compare objects?\tlinq\nHow to check if an ajax function is busy from a previouse call\tajax\nEntity Framework - dynamic sql\tlinq\nHow to prevent libQtGui.so and libQtCore.so from being linked to a simple library built with qmake\tqt\nDetecting center point of cross using Matlab\tmatlab\nLooking for advice on the best way to show BIRT reports in Drupal\tdrupal\nAccessing iSight programatically?\tosx\nQuery in Shell Script\tbash\nUsing ASP.Net ajax library for cross browser Xml manipulation\tajax\nSecuring AJAX Requests via GUID\tajax\nDrupal wizard form: Validation and previous button\tdrupal\nApache/PHP - alias outgoing URL\tapache\nbash script to restart Apache automatically\tbash\n\"matching a line with a literal asterisk \"\"*\"\" in grep\"\tbash\nTable called group, hibernate, DB2 and HSQL\thibernate\nMagento - How to rewrite /app/design/frontend/default/default/template/customer/form/register.phtml\tmagento\nNSFileHandle readInBackgroundAndNotify does not work\tcocoa\nGUI Toolkit for ASP.net\tajax\nWordpress : is it possible to connect $wpdb class into other database ?\twordpress\nqueries in Hibernate polymorphism\thibernate\nPassing arrays as parameters in bash\tbash\nBest solution for Java web based forms connected to Oracle plus JNI?\toracle\nWhy do my Wordpress comments have the wrong date?\twordpress\nWhy can't GHCi resolve the kind of [[]] ?\thaskell\nJQGrid url action not firing when using Ajax.BeginForm\tajax\nQt4.5: Using event-loop based localsocket before app.exec\tqt\nCustomizing SharePoint's NewForm.aspx, or creating my own form... thoughts?\tsharepoint\nModifying Qt core components/widgets, best practices?\tqt\n\"When does a library deserve the be called \"\"Linq-something\"\" or \"\"something-Linq\"\"?\"\tlinq\nCore Animation View Intermittently Not Appearing\tcocoa\nHow to programatically use Spring's JdbcTemplate?\tspring\nQuery to show images with recent posts in Wordpress sidebar/widget\twordpress\nIs there a way of selecting the contents of a ref cursor as part of a SQL Select statement?\toracle\nHow to clear PHP $_SESSION by apache?\tapache\nSelecting OSX SDK version in Eclipse and Makefiles\tosx\nCan I start with a string and instantiate an object of that string?\tlinq\nRetrieve auto-detected hibernate dialect\thibernate\nDrupal CCK add another item callback\tdrupal\nHow can I cut(1) camelcase words?\tbash\nUsing Revision Control  for home development\tsvn\nIgnore read-only class properties when using DataContext.ExecuteQuery<T>\tlinq\nSpring validator default message codes not resolving\tspring\nBest way to migrate from VSS to Subversion?\tsvn\nBandwidth throttling for Apache<2.2 on Windows (mod_throttle?)\tapache\n[MAGENTO] Index page is way too slow, what can I do?\tmagento\nCaching with Spring Framework\tspring\nNSTableView selection & highlights\tcocoa\nRecover files from old Subversion backup\tsvn\nDatabase history for client usage\toracle\nHow to change style for nodes in NSOutlineView?\tcocoa\nMacro to wrap selected with tags in Visual Studio\tvisual-studio\nRegistering a shutdown hook in Spring 2.5\tspring\nLinux sockets communicating with QTcpSockets in Qt 4\tqt\nYour Favorite LINQ-to-Objects Queries\tlinq\nwriting bash script to change text and write to a log\tbash\nEuler Problem in Haskell -- Can Someone Spot My Error\thaskell\nIs it possible to customize the colors of RockScroll's variable syntax highlighting?\tvisual-studio\nComplete Haskore example\thaskell\nNull value cannot be assigned - LINQ query question\tlinq\nLocal copy of SVN repository\tsvn\nNested Linq Min() crashes Visual Studio\tlinq\nGraphical representation of SVN branch/merge activity\tsvn\nWhere is the setCouponCode function is defined in Magento\tmagento\nIncluding javascript in a drupal page or form\tdrupal\nHaskell - specyfing kind in data declaration\thaskell\nMagento - 2 or more observer on same event\tmagento\nViews doesn't show checkbox fields where answer > 1\tdrupal\nConfirm bug Magento 1.4 'show/hide editor' in CMS\tmagento\nHow to Create a Managed Path through SharePoint Object Model\tsharepoint\nSpring JPA and persistence.xml\tspring\nusing load instead of other I/O command\tmatlab\nHow can I block mp3 crawlers from my website under Apache?\tapache\nSQLSTATE[42S02]: Base table or view not found:\tmagento\nHibernate: Is there a way to programatically create new tables that resemble an existing one?\thibernate\ninsert in the head tag after wp_head\twordpress\n\"How to work with zero dates (\"\"0000-00-00\"\") in Hibernate?\"\thibernate\nPersonal Version Controller\tsvn\nMagento frontend and backend page looks different\tmagento\nHow can I format bytes a cell in Excel as KB, MB, GB etc?\texcel\nCould someone explain these Haskell functions to me?\thaskell\nAdding deriving(Data) to standard types\thaskell\nGroup By Dates using Linq\tlinq\nPersist collection fields with hibernate\thibernate\nxargs doesn't recognize bash aliases\tbash\nhibernate and netbeans application\thibernate\nOpen External Browser from QWebView\tqt\nWhat Block Type for Left Column in Magento Theme?\tmagento\nStop Linq To Sql from Renaming properties of the DataContext after I rename them\tlinq\nremove particular order status from list in magento\tmagento\nInstalling a VBA macro in Excel 2007\texcel\nSPGridview single DataKeyName instead for multiple?\tsharepoint\nWordPress Database\twordpress\nAbout Spring BeanFactory\tspring\n\"What's the \"\"functional way\"\" to avoid passing state-choosing context down the call stack?\"\tscala\nA popup in an Modal window to replace JS confirm and alert - ASP.NET\tajax\nAny way to rename image filenames?\tdrupal\nGrabbing every 4th file\tbash\nIs it possible to curry the other way around in Scala?\tscala\nDrupal State Machines, usage and alternatives\tdrupal\nrails ajax update only once\tajax\nInserting a jfree chart in excel using jsp\texcel\nAutomated Java to Scala source code conversion?\tscala\nAre there any methods included in Scala to convert tuples to lists?\tscala\nHow to circumvent the depth limitation of Excel's IF function?\texcel\nUsing reflection to address a Linqed property\tlinq\nHow can I resize an NSTextField to fit the text that it holds?\tcocoa\nFewer connections in a Qt calculator\tqt\nHow could I use the QColorDialog widget inside another widget not as a separate dialog?\tqt\nWhat is CHUD Remover? (Came with Xcode on OS X)\tosx\nLocalizing a modern xib-based Mac application\tosx\nChange Ads automatically Drupal Ad module\tdrupal\nOdd problem using addObserver:forKeypath:options:context: in init method\tcocoa\nTransactional strategy for Hibernate L2 Cache\thibernate\nHibernate one-to-one entity association with shared PK between 3 classes\thibernate\n\"How to set \"\"Folders\"\" properties in Sharepoint View\"\tsharepoint\nWhy is Magento trying to call in the Mage namespace rather than my custom namespace?\tmagento\nKeyboard and mouse event transparent widget\tqt\nMagento Debugging Environment\tmagento\nDAO, Spring, Hibernate, Jboss\tspring\nTotaling figures in .csv files using Excel\texcel\ni install Magik_Featuredproducts component in magento after install i can't access my adminpanel and front view ?\tmagento\nbatch create users?\tdrupal\nMac OS X 10.5 Apache and Subversion upgrade alternatives\tosx\nBest way to let third-parties work on your site\tsvn\nQt vs WPF/.NET\tqt\nbash: $[<arithmetic-expression>] vs. $((<arithmetic-expression>))\tbash\nHaskell FFI: Calling FunPtrs\thaskell\nMagento - Layout and block\tmagento\nSharePoint OOTB Workflow Problem\tsharepoint\nLinq to SQL: order by value in related table\tlinq\nUsing Apache for load balancing routing\tapache\ntrying to install hs-ffmpeg haskell package fails to find libdc1394\thaskell\nMagento - How to display ALL PRODUCTS in the homepage?\tmagento\nmagento cross selling subcategory\tmagento\nNetwork discovery on a Mac\tosx\nHow do I convert Cocoa co-ords from top left == origin to bottom left == origin\tcocoa\nHow to view error messages from ruby CGI app on remote server?\tapache\nWhat is the purpose of (Apache) putting inode into an ETag?\tapache\nHow do I view all ignored patterns set with svn:ignore recursively in an svn repository?\tsvn\nMatlab - usage of knnclassify\tmatlab\nhow can i evaluate an expression?\thaskell\nQt ClickToFlash\tqt\nHibernate Query with conditions in a complex db structure\thibernate\nVsssc and Vssscc files - usefull for SVN?\tsvn\nBash and Mac OS X, open application in Space N\tbash\nBash TAB-completion inside double-quoted string\tbash\nWhat is the right way to modify a wordpress query in a plugin?\twordpress\njdbcTemplate hangs on long update\tspring\nBash script plugin for Eclipse?\tbash\nConnecting Two Bash Commands\tbash\nWhat's wrong with this linq query??\tlinq\nHow can I rename (or even remove?) buddypress' wire-section?\twordpress\nTesting sucess with shipping enabled vs disabled in Magento\tmagento\nCustom 404 using Spring DispatcherServlet\tspring\nError while generating a PDF file with Excel using C# in ASP.NET\texcel\nWhat's mean that Caused by: javax.validation.ValidationException: Unable to find a default provider ?\tspring\nSearch and sort data from several files\tbash\nSaving In Magento Taking A Very Very Long Time\tmagento\n\"SharePoint \"\"Group By\"\" is broken when using \"\"Allow Multiple Values\"\" for a column\"\tsharepoint\nIEnumberable.Except wont work, so what do I do?\tlinq\n\"Ajax: Partial refresh of a parent page (update a div) from \"\"lightbox\"\" window\"\tajax\nCan Visual Studio 2008 work with Team System 2005?\tvisual-studio\nRe-enabling JavaScript debugging in IE7 with Visual Studio\tvisual-studio\nconvert f(x,y) to a 2-D matrix\tmatlab\nMagento: Column not found: 1054 Unknown column 'e.display_price_group_0' after rebuilding flat catalog product\tmagento\nMagento CMS pages - getting title from URL key?\tmagento\nAJAX ComboBox Control\tajax\nSpring Web Flow form binding\tspring\nhelp with Magento: Controller file was loaded but class does not exist\tmagento\nDifferences between two analytic queries\toracle\nHow to list source versions using subversion\tsvn\nUpdate of of Composite Entity fails\thibernate\ngoogle opensearch plugin ajax drop down\tajax\nGet log details for a specific revision number in a post-commit hook with SharpSVN?\tsvn\nEnviroment variable within variable\tbash\nWhat virtual machine can I use for virtualice Mac OS in Window?\tosx\nCan two different sites running on same host, share same database for storage and retrieval?\twordpress\nwriting video from webcam using opencv\tosx\nHave you found success with a Spring  and Hibernate Web Application\tspring\nHelp documenting Javascript in Visual Studio?\tvisual-studio\nHow to set up a website with WordPress ?\twordpress\nProxy URL without authentication\tapache\nCast function for Hibernate\thibernate\nIs there a tool for monitoring and annotating SVN checkins?\tsvn\nHow to get all WebpartZones on a page in Sharepoint 2007?\tsharepoint\ndrupal Generate a PDF catalog from a bunch of nodes\tdrupal\nOracle merge constants into single table\toracle\nHow to write that special select query\tlinq\nRedirect 404 to another domain with apache?\tapache\nSort a matrix with another matrix\tmatlab\n\"Re-Initializing \"\"ThisWorkbook.Path\"\"\"\texcel\nCan an Oracle variable of type RECORD be passed between procedures without the procedures knowing its real type?\toracle\nBash or Python or Awk to match and modify files\tbash\nHow to disable personal contact form option in drupal user account creation.\tdrupal\nresolving sub-domain in apache\tapache\nPrevent Oracle minus statement from removing duplicates\toracle\nsvn repository path changed: how to re-bind my local folder to it?\tsvn\nHow to redirect based on Accept-Language with Apache / mod_rewrite\tapache\nSet Special Price Programatically In Magento\tmagento\nMagento Developers: Is Magento really -that- good?\tmagento\nRolling back foreign key relationships with Hibernate\thibernate\nPorting MATLAB 7 files back to 6.1\tmatlab\nOracle SQL Developer: sharing configuration via Dropbox\toracle\nUNIX commands that support colours\tbash\nchroot + execvp + bash\tbash\nReview request and expiry notification emails for scheduled publishing pages\tsharepoint\nIs there any way to have the JBoss connection pool reconnect to Oracle when connections go bad?\toracle\nHow to maintain a locally modified copy of an external svn repository\tsvn\nSharepoint: Person column in custom list\tsharepoint\nWordpress Term exist not having desired effect\twordpress\nUn-Published items showing in Drupal search results (google search appliacne)\tdrupal\nHow to call Matlab functions from linux command line ?\tmatlab\nParse file upload directly without writing to the file system\tapache\nmodify comfig file using bash scirpt\tbash\nBrowser compatibility between IE6 and IE7\tajax\nExcel as database frontend for several concurrent users - doable?\texcel\nHow to get Visual Studio External Tools to use a currently open instance of the external tool?\tvisual-studio\nfold list of tuples in scala with destructuring\tscala\nSvn full dump (moving servers)\tsvn\nWhat does the >> symbol mean in Haskell.\thaskell\nEnabling italics in vim syntax highlighting for mac terminal\tosx\nScala equivalent to python generators?\tscala\nRemove Apache\tosx\nCabal installing quickcheck version problem\thaskell\nWhat manner of Haskell syntax is used in [$parseRoutes|/ Home GET|] ?\thaskell\nHaskell Error: Couldn't match expected type `Integer' against inferred type `Int'\thaskell\nIs it possible to run q Qt Symbian application in the background and interact with the homescreen?\tqt\nOracle command-line tools on Linux\toracle\nIn Scala, what is the difference between using the `_` and using a named identifier?\tscala\nDrupal Menu System - Outputting a Tree One Level Down\tdrupal\nArabic Digits in Wordpress\twordpress\nWhat kind of category methods do you use to make Cocoa programming easier?\tcocoa\nMultiple sections in Content Block for Drupal\tdrupal\nWhat is primitive recursion?\thaskell\nMagento - Create new user returns SQLSTATE[HY000] [2002] Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' Help?\tmagento\nConvert image (jpg) to base64 in Excel VBA?\texcel\nHow do I create an import-only document type in Cocoa?\tcocoa\nHow can Set Current currency in paypal in magento?\tmagento\nGraph/tree representation and recursion.\tmatlab\nList all svn:externals recursively?\tsvn\n.htaccess mod-rewrite how to\tapache\nHow can I pass variables from a form within the Wordpress platform?\twordpress\nIs it possible to add multiple commands to the readline .inputrc file?\tosx\nAvoiding sub-directory request rewrites with Apache mod_rewrite\tapache\nLooping Through Set Number of Posts in Wordpress, Then running same loop again on next set, etc.\twordpress\nHow can I access path variables in a URI template in the view (Spring 3/SpringMVC)?\tspring\nPartial refunds in Magento\tmagento\nDynamic selects in LINQ\tlinq\napache resolving urls before looking in .htaccess\tapache\nWordpress - Harvard Gazette - How did they do X ?\twordpress\ndifferent using @Transactional and spring template ?\tspring\nUse first post as start-page in wordpress\twordpress\nMagento Connect is not working after migration\tmagento\nCan I acheive this with linq instead of For Each?\tlinq\nOracle stored procedure OUT parameters\toracle\nCopy and paste cells if Duplicate columns , Excel Macro slightly different question\texcel\n.NET VS2005 WinForms: How do i drop a user control onto a form?\tvisual-studio\nElegant way to highlight chart data series in Excel\texcel\nOn QT widgets like DoubleSpinBox or ComboBox, how do i have custom right click menu\tqt\nDynamic menu item in Drupal?\tdrupal\nHow do I extend scala.swing?\tscala\nIs there a transaction management for DAO in Spring framework?\tspring\nUsing update panel in AJAX a good practice in asp.net?\tajax\nallowing anonymous user to save contents of a form in sharepoint doc library\tsharepoint\nmagento installation\tmagento\nCodeIgniter Backend Frontend .htaccess router\tapache\nHow do I fix this apache error log issue? Mod Deflate\tapache\nJavascript if(function_foo()) doesn't wait for function_foo() to complete\tajax\nHow can a Qt client talk to a Spring server application?\tqt\nHow to delete files older than X hours\tbash\nWhat advantages does  C++ have over other languages for Qt development?\tqt\nSQL behind an external data query in Excel\texcel\nRemove first 4 letters from a folder name using bash scripting\tbash\nDatabase-sessions in Spring\tspring\nDoes anyone commit Qt to their own source control?\tqt\nMagento - Tag wishlist products in admin -> order\tmagento\nBinding NSSlider to control the zoom of an IKImageBrowserView\tcocoa\nHow to get notified about chnages on SharePoint groups.\tsharepoint\nQVariant and qRegisterMetaType question\tqt\nApache is not sending 304 response, if mod_deflate and AddOutputFilterByType is enabled\tapache\nAdding a rule that checks if the user's role has changed?\tdrupal\nProgrammatic positioning of VBA charts has stopped working\texcel\nWhy don't I have setTextFormat in my QTextEdit? [Qt] [C++]\tqt\nResolving resx references\tvisual-studio\nCreating Qt models for tree views\tqt\nIs it possible to cache a whole website including start html page and startup with no internet connection?\tajax\nHow to send a SIGINT to Python from a bash script?\tbash\nhow to create hbm files from java files??\thibernate\nWhat is the best way to deploy a VB.NET application?\tvisual-studio\ndrupal 6 can we write a php file in drupal which changes the headers\tdrupal\nHow to Force Javascript to Execute within HTML Response to Ajax Request\tajax\nHow to iterate headers of sys.net.webrequest (ajax)\tajax\nMagento: How to tell if you're on a category page, or product page in .phtml file(s)\tmagento\nGridview item preview using .net 2.0\tajax\nMatlab: Print text in input field\tmatlab\nApple documentation a bit lite?  tips?\tcocoa\nBest practice with SharePoint feature deactivation\tsharepoint\nJasperReports JRBeanCollectionDataSource still confused...\thibernate\nExcel 2003 XML format - AutoFitWidth not working\texcel\nmatlab's phi symbol\tmatlab\nHow hard is it to get a cocoa application to run on windows?\tcocoa\nSharepoint webpart and overiding the css style\tsharepoint\nPerformance of Remote Materialized views in Oracle\toracle\nspring portlet MVC and request params\tspring\nhow to  insert a tr which is deleted from another table using jquery and ajax\tajax\njquery ajax not setting variable to POST\tajax\nHow to average time intervals?\toracle\nWhat are you favourite Matlab/Octave programming tricks?\tmatlab\nWhat is the dual table in Oracle?\toracle\nUsing Linq to Sql, how can I get a particular result from a query?\tlinq\nPHP regex expression for the following...\twordpress\nawk without printing newline\tbash\nChange value for multiple cells in Excel\texcel\nHow do you strip leading spaces in Oracle?\toracle\nHow do I prevent a subversion user accessing part of the repository?\tsvn\nHow to get a Magento product collection as a comma separated list of SKU's\tmagento\nWhere is the best documentation of Microsoft Excel Biff format\texcel\nIs it safe to put database file in htdocs?\tapache\nHow to use multiple ViewResolvers in Spring?\tspring\nHow do I force Visual Studio to use an Open instance when double clicking a file?\tvisual-studio\nDrawing once per frame in Cocoa\tcocoa\nApache url rewrite problem\tapache\nHiding a DIV in sidebar in Wordpress\twordpress\nProblems while submitting a UTF-8 form textarea with JQuery/AJAX\tajax\nDateTime Hex Format\tsharepoint\nJavaScript problem?\tajax\nGenerating Fibonacci numbers in Haskell?\thaskell\nMagento - create a fixed module\tmagento\nLast day of the month with a twist in SQLPLUS\toracle\nSee binary instead of hex in Binary file while in a shell like bash.\tbash\nExistential Quantification over Values\tscala\nNSBezierPath / Line Intersection / flatten\tcocoa\ndebugger warnings while viewing StackOverflow?\tajax\nIn WordPress, restrict number of posts a user can post in a day\twordpress\nHibernate: batch_size? Second Level Cache ?\thibernate\najax loading query in seperate div\tajax\nhow to get the filepath when drag it from finder to a webview?\tcocoa\nHow do I create NSColor instances that exactly match those in a Photoshop UI mockup?\tcocoa\nHow to forbit subversion commits to svn:external to revisions?\tsvn\nLINQ -Single operator\tlinq\n\"Oracle: what is the \"\"instantclient\"\" connection string format?\"\toracle\nHow do I correct a Subversion project where I omitted trunk?\tsvn\nShould I keep solutions and features in a 1-1 ratio?\tsharepoint\nIn cocoa, how can I darken everything displayed in a single NSView?\tcocoa\nReal-time history export amongst bash terminal windows\tbash\nSave all files in Visual Studio project as UTF-8\tvisual-studio\nBest way to post NSNotification with NSRect info?\tcocoa\nWordpress based website blocked by commercial proxy policies\twordpress\nTool to help write Excel formulas and IF statements?\texcel\nDisplay Ajax Loader while page rendering\tajax\nNeed some Drupal best practive guidance.\tdrupal\nFind duplicate/repeated rows in hierarchical sql\toracle\nWhat is the equivalent of 'fread' from Matlab in Python?\tmatlab\nHow can I get the icon for a storage device in Mac OS X?\tcocoa\nHow does one tell if there is an active network connection on OS X?\tosx\nWrap stray text in <p> tags\twordpress\nSpring Datasource and Database Schema\tspring\nWhat is the best way to implement syntax highlighting of source code in Cocoa?\tcocoa\nVisual Studio: How to trigger an alarm when a breakpoint is hit?\tvisual-studio\nHow can I sell a profile on magento?\tmagento\nExcel/VBA to check if a row exists\texcel\nWordpress is ignoring Unicode Chars in URL\twordpress\nUndefined symbols compiling apache module mod_transform on Mac OS X\tapache\nIs It Possible To Spring Autowire the same Instance of a protoype scoped class in two places\tspring\nOracle stored procedures, SYS_REFCURSOR and NHibernate\toracle\nPattern matching characters for svn:ignore\tsvn\nunderstanding hibernate first level cache\thibernate\nprint query string in hibernate with parameter values\thibernate\nQT set window background\tqt\nAccess to QTabBar instance\tqt\nAuto-sync Visual Studio's Class View\tvisual-studio\nDrupal Custom Login by Role\tdrupal\n\"How can I force my SharePoint AjaxSmartPart to use the smaller \"\"Release\"\" mode javascript?\"\tsharepoint\nRace condition when calling FSDeleteObject\tosx\nWordpress - Create a splash screen without affecting search engine results\twordpress\nSpringSecurity : always redirect logged in users to a page\tspring\nQt QPlainTextEdit background\tqt\nMagento : call a variable from customer’s shipping address in Onepage checkout, step 3 shipping method\tmagento\nMATLAB help content for an abstract method\tmatlab\nGuidelines for applying DRY in Haskell function definitions\thaskell\nSimple AJAX code not being recognized\tajax\nWhat plugin would you really like to have for Visual Studio 2005/2008\tvisual-studio\nCan Visual Studio 2010 Beta be installed side by side with VS2008?\tvisual-studio\nhaskell: a data structure for storing ascending integers with a very fast lookup\thaskell\nWhat is the single best resource for learning the visual studio tools?\tvisual-studio\nLinq to Xml: selecting elements if they're contained within an IEnumerable<XElement>\tlinq\nHow should I store a Guid in Oracle\toracle\nCan I have a collection of IUserType instances?\thibernate\nIs there a tool for emailing Shelveset's and History items from within Visual Studio Team System?\tvisual-studio\nMatching multiple data type constructors at once\thaskell\nFunction.tupled and placeholder syntax\tscala\nSharePoint AValiablity\tsharepoint\nmagento admin usernames\tmagento\nOverridding a Shipping Method - What am I missing\tmagento\nMatlab postpones disp calls when doing demanding calculations why is that?\tmatlab\nProblem with Apache on Mac OS X\tosx\nChanging font tracking in Cocoa\tcocoa\nAdding Zend Framework to php.ini include_path causes Drupal site to go blank\tdrupal\nHow to get UTC value for SYSDATE on Oracle\toracle\nFocus-follows-mouse (plus auto-raise) in Mac OSX.\tosx\nControlling drop down lists in Windows SharePoint Services 3.0 Form\tsharepoint\nHow do you deal with configuration files in source control?\tsvn\nSharePoint error relating to page layout after creating site from template\tsharepoint\nCore Data vs sqlite3\tcocoa\nHow to find and select multiple rows with macro (excel) ?\texcel\nMaxValue Partition Name\toracle\nHow do I convert a variable to a string?\thaskell\nWhy hibernate session.close() does not flushes the data automatically?\thibernate\nMatlab/octave count number of operations\tmatlab\nConvert XML based configuration to Annotations\tspring\nMagento get number of products for a price range\tmagento\nMapping over sublists in scala\tscala\n\"Assume that WordPress is an almost-there CMS. What Plugins would you add to the 'core' to make it equal to \"\"Real\"\" CMSes?\"\twordpress\nUsing nntool [MATLAB] from command line.\tmatlab\nHow would I express this in Scala?\tscala\nHow to force an order of cell evaluation on Excel\texcel\nWhat to look for when downgrading from Oracle 10g to 9i?\toracle\nxml excel realtive path issue\texcel\nHibernate transaction duplicate problem\thibernate\nQT4: Is it possible to make a QListView scroll smoothly?\tqt\nRendering Excel from browser\texcel\nLine of best fit scatter plot\tmatlab\nspring & web service client - Fault Detail\tspring\nAutomatic .aspx Publising in SharePoint\tsharepoint\nConfusion about currying and point free style in Haskell\thaskell\nenvironment path loading incorrectly in bash\tbash\ncounting duplicates in a sorted sequence using command line tools\tbash\nWhat is sql Loader...in details\toracle\nConfiguring Spring based servlet with sysadmin defined properties\tspring\nCocoa - Suggested techniques for debugging binding problems between XCode and Interface Builder\tcocoa\nSetting date cell format in excel xml\texcel\nHow Can I add additional functions to Visual Studio's Server Explorer?\tvisual-studio\nExcel: the Incredible Shrinking and Expanding Controls\texcel\nMagento DataFlow Integration and Module Development Resources?\tmagento\ngooglemap-like drag and zoom\tajax\nsort | uniq | xargs grep ... where lines contain spaces\tbash\nAdding an extra column in the sharepoint list preview viewstyle\tsharepoint\nAW Blog (Create Bookmarklet Feature)\tmagento\nReading directories in matlab\tmatlab\nNSPopUpButtonCell inside custom cell does not pop up when clicked.\tcocoa\nWhat happens if I don't use the --Reintegrate option in Subversion 1.5?\tsvn\nProject (bin) folder path at compile time?\tvisual-studio\nHow to quickly search a subversion repository?\tsvn\nHow to filter out a set of strings A from a set of strings B using Bash\tbash\napache mod_proxy_html on Ubuntu ProxyHTMLEnable not working\tapache\nFunction fails on the second time i call it.\tajax\nHibernate and Unexpected end of Subtree exception\thibernate\nmagento 1.4 very slow on localhost\tmagento\nDrupal 6: onkeyup event to a custom form field\tdrupal\nHow to build a dmg Mac OS X file (on a non-Mac platform)?\tosx\nUse Preferences menu item.\tqt\nUse Apache behind Proxy\tapache\nMy trigger doesn't work in updatepanel?\tajax\nLooking for a web host that can handle Haskell\thaskell\nshow running processes in Oracle DB\toracle\nObtaining a new session from Hibernate for a background thread.\thibernate\nEvents not firing/or observer not working in magento\tmagento\nwhen close the top window ,how to let the focus to the next level window?\tcocoa\nClient Side Templates in javascript how to bind data\tajax\niPhone Dev: passing object from controller to a view\tcocoa\nWhat are the available options to retrieve Spring-managed beans in a Log4J Appender inside a Spring-managed web application?\tspring\nLinq Sub-Select\tlinq\nDocking Custom Task Panes\texcel\nCustom Formatting before Save Wordpress\twordpress\nAltering the style of an NSSearchField.\tcocoa\nProblem in migrating to LAMP from XAMPP.. Memory limit error\tapache\najax architecture question\tajax\nOracle 9i: Synonymed Table Does Not Exist?\toracle\nWhat is the easiest way to deeply clone (copy) a mutable Scala object?\tscala\n\"sharepoint permissions issues - \"\"Access Denied\"\"\"\tsharepoint\nExplanation of “tying the knot”\thaskell\nHow to pass an array parameter in TOAD\toracle\nusing the search box causes get_posts() malfunction\twordpress\nApple Event Handler Failure (Python/AppScript)\tosx\nHow to find the most dense regions in an image\tmatlab\nHow do I compile an ASP.NET website into a single .DLL?\tvisual-studio\nSharepoint SSL Web.Config access issue.\tsharepoint\nSplit a database of mol2 molecules into N smaller sets\tbash\nWhy isn't querying a JDBC-compliant database from Oracle as easy as pie?\toracle\nStructuring projects & dependencies of large winforms applications in C#\tvisual-studio\nLinq to Entities and concatenated properties\tlinq\nLinq expression trees\tlinq\nDevelop on local Oracle instance\toracle\nGetting WP Functions to Return rather than Printing Immediately\twordpress\nScala AST in Scala\tscala\nDealing with SQLException with spring,hibernate  & Postgres\tspring\nSs it possible to use CIN and QT ???\tqt\nIn Visual Studio can i plot my variable in breakpoint ?\tvisual-studio\nC stack overflow on Project Euler Problem 27\thaskell\nDo I lose change information with svn move --force?\tsvn\nUpdate SubmitChanges() - does not update.\tlinq\n\"what is the difference between ObjectQuery and \"\"var\"\" ?\"\tlinq\nStripping images from post teasers/excerpts in Wordpress\twordpress\nWhat are the names given to these 2 LINQ expressions\tlinq\nHow to get NSImage of generic folder icon on OS X 10.5 and 10.6\tcocoa\nGet page content with theme structure in Wordpress\twordpress\nHow to avoid hardcoded field names in HQL, Hibernate?\thibernate\n@Range based hibernate validation checks\thibernate\nOracle SYS_GUID does not change\toracle\nHow do I rename a Project Folder from within Visual Studio?\tvisual-studio\noverride save and load of an attribute in magento\tmagento\nIntegrating Haskell in non-functional projects\thaskell\nInline editing with AJAX - how do I create multiple editable areas on the same page?\tajax\ndisplay author URL in single\twordpress\nCan MOSS 2007 integrate with multiple LDAP/AD stores?\tsharepoint\nMagento & vertnav extension\tmagento\nCannot get bean from flowScope\tspring\nHow can use Spring XML configuration to set a bean property with list of all beans of a certain type?\tspring\nListing Apache Derby Active Connections\tapache\nHow do I tell if a file does not exist in bash?\tbash\nError in java swing application in Mac\tosx\nCan't echo wp_count_posts('page')???\twordpress\ncvs for Mac OSX\tosx\nWhen not to vectorize matlab?\tmatlab\nHow do I stop visual studio from automatically inserting asterisk during a block comment?\tvisual-studio\nOracle SQL*Loader getting CDATA values...\toracle\nWordpress limits - system design consideration.\twordpress\nDrupal development: performance\tdrupal\nCocoa Helper app\tcocoa\nQt library destructor Question\tqt\nIs it possible to recreate IKEA's functionality using Ajax?\tajax\nDynamic DNS on your own server\tapache\nHow to upload (FTP) files to server in a bash script?\tbash\nBash: Convert non-ASCII characters to ASCII\tbash\nSolve ODE without nested functions\tmatlab\nPHP Error handling in WordPress plugin\twordpress\nHow to use SVN, Branch? Tag? Trunk?\tsvn\nPerformance issue with QGraphicsScene::createItemGroup\tqt\nSharepoint updating custom database\tsharepoint\nAdd property to LINQ that is combination of multiple tables?\tlinq\nReplace important symbolic link ‘safely’\tbash\nAm I using NSTimer correctly in iPhone View-based app?\tcocoa\noverride activexobject\tajax\nexcel string comparison is failing when it should not\texcel\nLinq to Sql - return selected specified columns\tlinq\nCocoa Application Help\tosx\nDrupal hook priority\tdrupal\nCan I programaticaly replace one webpart with another in Sharepoint?\tsharepoint\nPL/SQL function to return string with regexp special chars escaped\toracle\nCan subversion be hosted on amazon's hosted cloud?\tsvn\nWordpress: How to create a video gallery in wordpress?\twordpress\nHow do I apply a set of properties to a subset of files in a Visual Studio Project?\tvisual-studio\nHow to import and plot data from a .mat file to x and y variables ?\tmatlab\nHow can I add rating information to a review\tmagento\nBuilding up a LINQ query based on bools\tlinq\nWhen to use lambda expressions instead of a Where clause in LINQ\tlinq\nHow to use Spring to inject an object in a setter that doesnt follow the Java bean specification ?\tspring\nHow do you close Excel com object and save the work?\texcel\nWordpress Admin Plugin\twordpress\nCan optimizations affect the ability to debug a VC++ app using its PDB?\tvisual-studio\nEvent Receiver for Document Library\tsharepoint\nHow to externalize a Spring MessageSources bundle outside the WAR\tspring\nIn what scenarios is LINQ best applicable?\tlinq\nnotification when alter occurs on oracle database\toracle\npaging with ajax and asp.net mvc\tajax\nNILL value in haskell\thaskell\nwhen updating a whole project's root, how to exclude svn externals from being updated?\tsvn\nHow could I cache images that I'm pulling from a magento database through ajax?\tmagento\nHow to make all connected browsers reload initiated by a server-side event\tajax\nWhat do the letter suffixes on SVN version numbers mean?\tsvn\nDoes OpenId support Ajax login?\tajax\nInstall macruby to specific directory?\tosx\nSpring-MVC is adding on an extra .jsp extention to the URL a user enters\tspring\nHow to point to other table's ID with hibernate?\thibernate\nAn online SVN client\tsvn\nspring session scoped bean value empty?\tspring\nRemove Characters from the end of a String Scala\tscala\nDrupal: Associating grouping more than one CCK field.\tdrupal\nSubversion on Mac - refuses to get password from keychain\tosx\nHow to set up virtual hosts on Apache 2.2\tapache\nFully unrap a view\toracle\nCreate a new field and update a content type (and all implementations)\tsharepoint\nHelp with Magento and related products\tmagento\ncan I use breakpoints with try catch statements with qt creator?\tqt\nHow to get a list of all SVN commits in a repository and who did what to what files?\tsvn\nTips and tricks for working with Microsoft Visual Studio solutions and project\tvisual-studio\nosx change file encoding (iconv) recursive\tosx\nQt: New student to Qt questions\tqt\nHow to Capture / Post system-wide Keyboard / Mouse events under OSX ?\tosx\nSnippets in matlab editor\tmatlab\nGuidance on creating non conflicting workflows\tsharepoint\nWhat software to use for virtual machine for Windows development?\tosx\ndeleting session data via ajax\tajax\nWhat do you use to develop for PowerShell?\tvisual-studio\nsplit svnversion output in bash\tbash\nbest practice for loading necessary JSON data: jquery's $(document).ready() hook? in the <HEAD> of page?\tajax\nSVN diff across 2 different repositories\tsvn\nHaskell: scary type signature\thaskell\nHow to validate Hibernate mapping against database\thibernate\nP tag is not displayed in html editor for Wordpress\twordpress\nHow to get started with svn:externals?\tsvn\nHow to profile methods in dependent assemblies in a unit test instrumentation performance session?\tvisual-studio\nspring roo backup command lost my files\tspring\nFaster Insert Oracle Hash Cluster Table\toracle\nXL VBA - Passing an array in a user defined function?\texcel\nWordPress extreme oddity with broken images\twordpress\nManaging Wordpress blog on development and live environment\twordpress\nGCD function in matlab\tmatlab\nSaving different csv files as different sheets in a single excel workbook\texcel\nCapturing title change event on SPWeb\tsharepoint\nConnect to the Magento API using C#\tmagento\nSpring initialization order\tspring\nA good way to send complex objects with ajax?\tajax\nChange Revesion Number in Subversion, even if the File not change in the commit.\tsvn\nHow can I convince mod_rewrite to stay away from my Subversion repositories?\tapache\nSelf-modify the classpath within a Scala script?\tscala\non submit action\tspring\nParse players currently in lobby\tbash\nHow can I hide a password/username used in a bash script for accessing MySQL?\tbash\nSuggested resources for learning about blocks in Snow Leopard\tcocoa\nUsing Undercover with ScalaTest and Mavern\tscala\nExcel: how to create a number in a column according to a text value in other column?\texcel\nWhats the best, most simple ajax file uploader?\tajax\nCan I execute a LINQ to SQL query from within a LINQ object?\tlinq\nQT & UDP-Socket\tqt\nHibernate question\thibernate\nJquery Ajax Returned Array - how to handle in Javascript\tajax\nExcel Embeded If Statements\texcel\nConvert cell array of cells into cell array of strings in MATLAB\tmatlab\nPossible to override site creation in Sharepoint?\tsharepoint\nSynchronize SVN through FTP\tsvn\nCan pysvn 1.6.3 be made to work with Subversion 1.6 under linux?\tsvn\nWhat Visual Studio add-ins do you use?\tvisual-studio\nShould I use QCoreApplication::processEvents() or QApplication::processEvents()?\tqt\nQThread issues. Crash after 2058 runs.\tqt\nSubversion as version-incrementor at each commit?\tsvn\nHow to replace xml content in conditionally selected elements using linq (VB 2008)\tlinq\nWhat is the default Precision and Scale for a Number in Oracle?\toracle\nCustom File Filter Upload\tdrupal\nCreating drupal pages (nodes) automatically from other (xml) content\tdrupal\nUninstalling partially installed XCode + iPhone SDK\tosx\nHow To Prevent Tab Hell With Visual Studio And FireFox Debugging?\tvisual-studio\nHibernate - @ManyToMany with additional fields in mapping entity\thibernate\nUsing Google Table inside jqueryui ajax tab\tajax\nScala and tail recursion\tscala\n\"How can svn co give a \"\"directory already exists error\"\"?\"\tsvn\nCan't get wordpress feed to display full article...\twordpress\nSVN and Visual Foxpro Databases\tsvn\nA think on sum(X, 1)\tmatlab\nsuPHP upgrade causing 500 internal server error\tapache\nHow do I determine file encoding in OSX?\tosx\nCan I get relational data into an Excel Pivot Table\texcel\nIntelligent Keyword Searching\tdrupal\nhow to print just the popup window\tdrupal\nUsing haskell read and typeclasses - ambiguous type variable error\thaskell\nMagento google products site html help\tmagento\nIs there any way to pass an NSArray to a method that expects a variable number of arguments, such as +stringWithFormat:\tosx\nMIDL generates the same file for /env win32 and /env win64\tvisual-studio\nIs there any Wicket-like web framwork to use with Scala (not lift)?\tscala\nI already have PHP installed, what's the easiest (best) way to get GDLib installed?\tosx\nSilverlight 3 - RIA Services and LINQ\tlinq\nNaming convention for Qt widgets\tqt\nWordpress: Accessing A Plugin's Function From A Theme\twordpress\nExcel: Create a new sheet for each row\texcel\nparsing a line in bash\tbash\nHow to avoid storing credentials to connect to Oracle with JDBC?\toracle\nLinq - sum child field value when child records query ganareted by diffrent func\tlinq\nHow to select specific fields with aliases using joinTable or joinField in Magento\tmagento\nSVN best-practives - working in a team\tsvn\nWordpress - multiple WP Query objects into one?\twordpress\n\"\"\"The selected files was not found\"\" on an InfoPath form in Sharepoint\"\tsharepoint\nor is not valid C++ : why does this code compile ?\tqt\nSVN : Get All Files From A Revision\tsvn\nHibernate Save strange behaviour\thibernate\nAdding Event to YUI Rich Text Editor\tdrupal\nGetting the caller to a Spring AOP Proxy\tspring\ncan a magento adminhtml field depend on more then one field or value?\tmagento\nHow to Display Comments to a static page\twordpress\nUsing Hibernate Validator with JPA and Spring\thibernate\nCan you set VS2008 to break on an error inside a try-catch statement\tvisual-studio\nHow do I remove every occurance of a value from a list in haskell using Prelude?\thaskell\nHow can I loop through posts as well as child pages to display them all by date in Wordpress 2.9\twordpress\nHow to make QLineEdit expand inside QScrollArea\tqt\nUsing Mac for development\tosx\nCheck if application was started from within Visual Studio\tvisual-studio\nReverse Ajax without Comet?\tajax\nHow to add Remember me function at custom login box ?\twordpress\nImplementing a factorisation method in Haskell\thaskell\nWorking with Anonymous Types with Linq in VB, C#\tlinq\nProblem with URL rewriting for same .php page\tapache\nCurrent user in Magento?\tmagento\nUsing SVN to lock documents for editing and update notifications\tsvn\nMapping a Natural Key with Hibernate Annotations\thibernate\nHooking into MATLAB to evaluate symbolic derivatives from C code\tmatlab\nWhy is [String] the inferred type when there are no lists visible in the code?\thaskell\nPython - Virtualenv , python 3?\tosx\nSpring RDBMS vs JDBCTemplate\tspring\nMagento - how to include javascript file on a page by page basis\tmagento\nHow can I work with paragraphs in Wordpress?\twordpress\nAvoiding, finding and removing memory leaks in Cocoa\tcocoa\nAlternate method to kron\tmatlab\nHow do I customize the confirmation email sent when a new SPAlert is created on a sharepoint list?\tsharepoint\nDoes this linq query runs on every iteration of the for-each loop?\tlinq\nexplain largestDivisible code from the Learn You A Haskell for Great Good tutorial\thaskell\nHow to create hyperlink in Spring + JSP\tspring\nBash Scripting and bc\tbash\nAJAX popup causes screen to re-load using ASP.Net\tajax\nSpring scheduler shutdown error\tspring\nQtWebKit, QWebElement::setPlainText() problem\tqt\nHow to add grid in Magento edit tab?\tmagento\nBest way to export a QTMovie with a fade-in and fade-out in the audio\tosx\nHow to kill all asynchronous processes\tbash\nPlotting Bessel functions\tmatlab\nOS X counterpart to Windows' SetTimer\tosx\nHow do I stop search engines indexing a maintenance page\tapache\nOracle Update Hangs\toracle\nScala: How to combine parser combinators from different objects\tscala\nmangento in postgres or oracle database ?\tmagento\nMy oracle listner to shuts itself down, what could be happening?\toracle\nIs it possible to develop Mac OSX apps on Windows?\tosx\nDuring Spring unit test, data written to db but test not seeing the data\tspring\nWhy does a SelectionKey registered to a DatagramChannel return a SelectableChannel in Scala but not Java?\tscala\nAjax jquery success scope\tajax\nWordPress Post Date Changes On Update\twordpress\nNSPredicate case-insensitive matching on to-many relationship\tcocoa\nCan I use a scala class which implements a java interface from Java?\tscala\nVSeWSS problems when creating a new base class which inherits from SPItemEventReceiver\tsharepoint\nHow do I redirect stdin from a shell script to a command in the shell script?\tbash\nRepeating a List in Scala\tscala\nList files of certain pattern using Excel VBA\texcel\nHow would you migrate hundreds of MS Access databases to a central service?\toracle\nVisual Studio Task Panel\tvisual-studio\nAccess Excel Programmatically\texcel\nLinq select * with multiple tables\tlinq\nHow to create List from Range\tscala\nProgramatically create web application & sub site\tsharepoint\nBash script to setup a temporary SSH tunnel.\tbash\nIs my IQueryable syntax correct?\tlinq\nView more link should display next 3 records instead of displaying new page\tajax\nMaking an NSAlert be displayed when the User attempts to delete a row from an NSOutlineView when it has children.\tcocoa\n\"\"\"Pivoting\"\" a Table in SQL\"\toracle\nHow do I implement toString() in a class that is mapped with Hibernate?\thibernate\nTiming concurrent processes in bash with 'time'\tbash\n\"How do i build a custom \"\"Your Account\"\" dynamic page with wordpress?\"\twordpress\nAjax JSON Not Returning\tajax\nPerforming operations on (specifically how to add a List of) Long in Scala\tscala\n\"Mapping Hibernate \"\"Custom\"\" Subclasses\"\thibernate\nHow do I specifiy an object directory in a QT project file?\tqt\nBest way to add python scripting into QT application?\tqt\nCode separation in AJAX applications\tajax\nLoad any file type  into matlab\tmatlab\nDouble click document file in Mac OS X to open Java application\tosx\nUse Spring annotations to automatically apply Hibernate Interceptor?\tspring\nHow do I save each sheet in an Excel workbook to seperate CSV files with a macro?\texcel\nHow can you use ajax within an object to populate the object's instance variables?\tajax\nVery slow response for Visual Studio 2005 Web Site Administration Tool\tvisual-studio\nEntityManager refresh problem\tspring\nBest project format for VS2005 + SharePoint deployment?\tsharepoint\nWhat is the purpose of type ascription in Scala?\tscala\nApache2 isn't serving index.php\tapache\nFind float in a text file\tbash\nHow to check out a Subversion repository using svn+ssh protocol?\tsvn\nbash loop between two given dates\tbash\nQuotient in Matlab\tmatlab\nIs it possible to get the SQL alias of a join table for a Hibernate sqlRestriction?\thibernate\nRefresh Using Ajax/PHP\tajax\nDrawing on desktop in Mac OS X\tcocoa\nLinq to XML - way to write binary Data into XML\tlinq\nHaskell simple compilation bug\thaskell\nIs there any best practices for Visual Studio Project/Solution Structure?\tvisual-studio\nPassword Protected Wordpress MU\twordpress\nbest way to give editors ability to assign background images in drupal 6\tdrupal\nHow do I programatically set the SharePoint's site collections Search Center property?\tsharepoint\nApache Caching within diffrent VirtualHosts\tapache\nUse SQL to Filter Drupal Views\tdrupal\nSpring rejecting bean name, no URL paths specified\tspring\nhibernate one-to-one or component?\thibernate\nWhether to enable a security-protected feature\texcel\nHow do I dismiss a sheet with the escape key?\tcocoa\nllv8call on Mac OS X - 2nd try\tosx\nhow to delete entry in content database while delete list item\tsharepoint\nPattern matching data types in Haskell.  Short cuts?\thaskell\nVisual Studio or Eclipse - which one is better for Qt on Windows?\tqt\nMean filter in MATLAB without loops or signal processing toolbox\tmatlab\nHow do I bind the enabled binding of a button to whether or not an NSArrayController has a selection?\tcocoa\nThread id in QT\tqt\nWhy does ghci say that 1.1 + 1.1 + 1.1 > 3.3 is True?\thaskell\nDrupal | How do you integrate a module into views?\tdrupal\nHow do I conditionally add a line to Apache  .htaccess based on the domain?\tapache\nWho owns an NSWindowController, in standard practice?\tcocoa\nHibernate 2nd lvl cache\thibernate\nwavread in matlab to c++\tmatlab\nOracle Query Optimization\toracle\nDebug/Release diffrence\tvisual-studio\nDifferences Between Hugs, Yhc and GHCi\thaskell\nFixing problems on a site that only breaks on IE7\tdrupal\n\"Why does the Visual Studio IDE sometimes initialize the \"\"this.components object: and other times not?\"\tvisual-studio\ndelete empty cell matlab\tmatlab\nHow to import .class file in jsp page which is not in standard library?\texcel\nHow to create artificial nodes in QAbstractItemModel for QTreeView\tqt\nDrupal 6: Group multiple values in tpl.php\tdrupal\nHow to Re-Order Evaluation of this Linq Scenario\tlinq\nCustomAction not appearing in ListView web part for SPList that does not inherit permissions\tsharepoint\nC++ FileIO Pointer Leak error\tosx\nHibernate problems with Auto Increment ID MYSQL 5\thibernate\nHow can I cancel a long-running query using Spring and JDBCTemplate?\tspring\nIntegrate NSStepper with NSTextField\tcocoa\nAn efficient technique to replace an occurence in a sequence with mutable or immutable state\tscala\nSVN errorcode=2 Could not open the requested SVN filesystem\tosx\nDoes the order of cases matter in PHP switch statements?\tdrupal\nSql Server to Excel via a Web Service\texcel\nMac Audio framework\tosx\nQGraphicsView/Scene - multithreading nightmare\tqt\nConditional LINQ where statement?\tlinq\nIntelliSenss for XElements object with XML schema\tlinq\nlinq operators like in\tlinq\nRewriteRule in .htaccess not working\tapache\nMaking the Children Rows in an Outline View be deleted when their parent is.\tcocoa\nPorting threads from QT3 to QT4\tqt\nHow to add widgets in runtime? (Qt)\tqt\nHow to use the Hibernate optimistic locking version property on the front end?\thibernate\n\"What are the various \"\"Build action\"\" settings in VS.NET project properties and what do they do?\"\tvisual-studio\nWhat's the best Scala build system?\tscala\nCall matlab functions in silverlight\tmatlab\nProblem detecting cyclic numbers in Haskell\thaskell\nUsing Git in a Company?\tsvn\nWhy this is not throwing any type error?\thaskell\nHow to make blog network like SmashingMagazine\twordpress\nCannot display measure variance in Excel pivot table\texcel\nDefault type-parametrized function literal class parameter\tscala\ninsert row keeping formula in excel\texcel\nMessy bash variable\tbash\nlocalhost != remote server\tapache\nUsing a ref cursor as input type with ODP.NET\toracle\nWhat are good application containers for mid-tier services for scala?\tscala\nAssociating an image with a post in WordPress\twordpress\nWhy Spring Framework ?\tspring\nIncluding Sharepoint /pages/ in Import/Export\tsharepoint\n[MAGENTO] Redirect to checkout onepage after adding item to cart\tmagento\nWhich Eclipse Subversion plugin should I use?\tsvn\nGPIB connection to external device using MATLAB\tmatlab\nGenerating Excel Files with VB6\texcel\nHow to detect the item restore on a ItemAdded() event on SharePoint\tsharepoint\nAttaching to child process automatically in Visual Studio\tvisual-studio\nWhat do these errors in the XCode Debugger Mean?\tcocoa\nhow can i move the cursor in insert mode in viemu (w/o using the arrow keys)?\tvisual-studio\nSVN Repository Search\tsvn\nHibernate Annotation Join table question\thibernate\nHow can I make properties files mandatory in Spring?\tspring\nLINQ to SQL\tlinq\nWhy am I unable to use QT with Visual Studio 2008?\tqt\noracle materialized view refresh time\toracle\nOracle correlated subquery in FROM list\toracle\nInitialize NSMutableArray: [NSMutableArray array];\tcocoa\nDefining Collections with variables\toracle\nHow to posting to WordPress using C# ?\twordpress\nHow do you make eclipse use an existing svn working copy?\tsvn\nOffsite backup from a timemachine capsule\tosx\nWhere can I find a large AJAX loader .gif?\tajax\nNHibernate one-to-many relationship lazy loading when already loaded\thibernate\nIs direct-path insert a good way to do bulk inserts in Oracle?\toracle\nOracle dbms_scheduler - react to change of system date\toracle\nWhat causes svn commit to fail and report a file/dir as obstructed?\tsvn\nHibernate Annotations generating query that produces SQLGrammarException\thibernate\nAdd SoapHeader to org.springframework.ws.WebServiceMessage\tspring\nldconfig for Mac OS X\tosx\nHibernate query with fetch question\thibernate\nSpring Batch validation\tspring\nDrupal: How do I modify my menu items' classnames?\tdrupal\nIn SharePoint 2007, how can I include some common items in a list, and some unique ones for each instance of the list?\tsharepoint\nApache + Tomcat: Using mod_proxy instead of AJP\tapache\nGetting Valuue from MS Access form from Excel VBA.\texcel\nHow to get all changes with an svn update, using TortoiseSVN\tsvn\nHow to direct to a custom error page?\tsharepoint\nHow to mock a static variable in java using JMock\tspring\nHibernate load UserType object from repository\thibernate\nNode titles as menu items in drupal\tdrupal\nContinuous Integration\tvisual-studio\nSVN Libraries for .NET?\tsvn\nRequired Fields in Share Point data collection not throwing errors\tsharepoint\nHow does QWidget size when used as a window?\tqt\nSmoothing formula for ChartType = xlXYScatterSmoothNoMarkers\texcel\nCreate block that displays preconfigured-term search results\tdrupal\nWhat's best way to format C# in WordPress?\twordpress\nmagento indexControllor.php url rewriting not working properly\tmagento\nVS2008 Solution Template\tvisual-studio\nExcel XML Line Feeds in Fields\texcel\nmagento _redirect with parameters that have + or /\tmagento\nHow do i find my computer's ip address using the bash shell?\tbash\nFiltering collection with LINQ\tlinq\nHelp me find the reg-key which is preventing me from chaning excel macro security-level?\texcel\nHow to determine where a number is printing from in matlab?\tmatlab\nDefault logon-Domain for Sharepoint\tsharepoint\nBest way to implement realtime UI updates like SO's 'new answer' notifier?\tajax\nHaskell sort funtion\thaskell\nHibernate: Event Listener or Interceptor, what are the pros/cons in practice?\thibernate\nCan I declare a Global Inferred variable in C#?\tlinq\nHow save XPathExpression result to separate XML with ancestor structure?\tlinq\nWordpress display specific sub category of a parent category.\twordpress\nMATLAB - Redefine YTickslabels\tmatlab\nCreating indented text with bash\tbash\nWhy do some setups front-end Glassfish with Apache?\tapache\nHibernate EntityManager + JOTM: transactions are not used\thibernate\nEmbedding Excel files in XSL-FO driven (Pdf)-Document Generation\texcel\nWordpress URL routing problem\twordpress\nDummy blog entries for Wordpress theme development\twordpress\nwordpress add comment like stackoverflow\twordpress\nAJAX Beginner Security, how to secure server side files\tajax\nFirefox cache path construction Mac OS X\tosx\nMock object and Spring annotations\tspring\nHow keep-alive of HTTP can/is play role in AJAX application\tajax\nWordpress plugin: ajaxStart conflict in Post page (autosave)\twordpress\nGetting started with Visual Studio 2008 plug-in / add-in development\tvisual-studio\nParse a dhcpd.lease File with Bash\tbash\nNeural network in Matlab\tmatlab\nmac screensaver start event\tosx\nabsolute values in Haskell\thaskell\nHow to access to parent widget on qt?\tqt\njQuery is adding servlet name twice to URL\tajax\nMatalb: convert global coordinates to figure coordinates\tmatlab\nCreating a Quartz Composer Style interface\tcocoa\nHow to setup matlab for parallel processing on Amazon EC2?\tmatlab\nUsing scala actor framework as fork-join computation?\tscala\nOpening named pipes in non-blocking mode in bash\tbash\nHighlight NSToolbarItems\tcocoa\nstrange javascript form behaviour.\tajax\nAsyncsocket VS NSstream\tcocoa\nscala for yield setting a value\tscala\nImplementing Seq[T] for CPS-Classes\tscala\nIs there an implementation of rapid concurrent syntactical sugar in scala? eg. map-reduce\tscala\nhow do i convert list in reverse order in excel sheet\texcel\nOracle error\toracle\nmodem.oqpskmod for BER\tmatlab\nHibernate, MySQL Views and hibernate.hbm2ddl.auto = validate\thibernate\nIs it possible to use unary function instead of binary in `flip`?\thaskell\nDeleting 'QNetworkReply *' returned by QNetworkAccessManager::post\tqt\nSetting up an ftp server on OSx server edition\tosx\nJquery can't access original jquery objects from new div on ajx load event\tajax\nMapping an Oracle Date to a Java object using Hibernate\toracle\n\"\"\"Publish\"\" to pdf\"\tmatlab\nChange default XML comment snippet in Visual Studio\tvisual-studio\nSave more than object with the same identifier into a database in the same session????????\thibernate\nBash: space in variable value later used as parameter\tbash\nApache rewriteRule for root directory\tapache\nHow to install a plugin for QtWebKit\tqt\nIs OS X Installer package postflight localization supported?\tosx\n\"Wordpress, when using the \"\"comment_text\"\" action is it possible to get commenter information?\"\twordpress\nHow to display a list of wordpress authors in a dropdown, with a link to the author template?\twordpress\nHosted Mac OS X/iPhone development\tosx\n\"How to write an automatic \"\"copy, check-out, change and check-in\"\"-skript for svn\"\tsvn\nDoes Oracle Applications API expose Web Services? (that can be called from .NET?)\toracle\nWhy use jQuery?\tajax\nWhat's so great about Scala?\tscala\nMATLAB: maximum pre-allocated size?\tmatlab\nCreate database in QT\tqt\nmagento customer creation and guest to be converted to regular customer\tmagento\nTFS annotate/blame summary report for a project\tvisual-studio\nHow do you authenticate against an Active Directory server using Spring Security?\tspring\nApache: Multiple log files?\tapache\nExcel AddIn throwing an exception in designer code\texcel\nSharePoint Table of Contents Web Part and export/import\tsharepoint\nEasy way to get size of folder (ObjC/Cocoa) ?\tcocoa\nbash history re-runs: possible command to avoid using !bang! ?\tbash\nWhy is Matlab Stateflow 7.7 not throwing errors on undefined variables?\tmatlab\nMySQL InnoDB insertion is very slow\tosx\nCustomize the theme output for the search box in Drupal\tdrupal\nHibernate Oracle and Character Encoding\thibernate\nAdding a custom variable to get_posts\twordpress\nApache: Deploying a new site to the server\tapache\nHow to inject dependencies into HttpSessionListener, using Spring?\tspring\nMagento - Move Code from view.phtml to tabs.phtml\tmagento\nHoughlines in Matlab\tmatlab\ncommand substitution but without breaking output into multiple arguments\tbash\nwordpress plugin, access $wpdb on non visible page\twordpress\nGetting specific revision via http with VisualSVN Server\tsvn\nAdding slashes to the end of directories + more (htaccess)\tapache\nHow to convert a DB2 date-time string into an Excel Date\texcel\nHow to open DBase files (.DBF) in Matlab?\tmatlab\nHibernate: When to use getSession() and when to use getCurrentSession()?\thibernate\n\"\"\"Disable\"\" trasactions in Oracle\"\toracle\nGenerating simple crud applications in Spring based off existing database or hibernate configurations?\tspring\nmagento newsletter not posting\tmagento\nDrawing a polygon around groups of datapoints in MATLAB\tmatlab\nCan Visual Studio put timestamps in the build log?\tvisual-studio\nOracle: Does a 10g oracle client work with an 11g server?\toracle\nReporting on Workflows in SharePoint\tsharepoint\nMac OS X - System Preference Pane won't open\tcocoa\nProblems loading a configurable product in Magento\tmagento\nVisual Studio 2005: All projects in solution explorer expanded on first opening of solution\tvisual-studio\ndefer processing during apache page render\tapache\nLiterate Haskell (.lhs) and Haddock\thaskell\nMemoization in Haskell?\thaskell\nApache and mod_rewrite: Redirect domain to subdirectory\tapache\nHow do I create a linq query that gets everything but a specific value\tlinq\nIE window in QT\tqt\nLinq syntax in VB.NET\tlinq\nScala: How to get class of mixin composition?\tscala\n\"Best Language for an AJAX-driven \"\"Reputation Index\"\"\"\tajax\nHow does codeandtheory's live search work?\tajax\nIs there an easy way to get the Scala REPL to reload a class or package?\tscala\nHow to make apache slow and unreliable?\tapache\nPreventing an duplicate ajax events in jquery\tajax\nApplying Matlab's idwt2 several times\tmatlab\nSharePoint Designer for Mac?\tosx\nAdjust Sharepoint URL field length\tsharepoint\nEasily using  Excel data in SQL Server\texcel\nChanging multiple .fig files in Matlab systematically\tmatlab\nA simple Ajax + SEO solution?\tajax\nViewing Magento model data changes on before/after save event?\tmagento\nIs there a way to make drawText() update a QPicture's bounding rect?\tqt\nBest short examples of the need for Excel VBA\texcel\nHow to do something like this in Scala?\tscala\nPiecewise Inline Function in Matlab\tmatlab\nto do a substring using LINQ on a string, do I have to correct syntax?\tlinq\nhow to add Adding external javascript in magento.\tmagento\nWhen doing a tortoise svn merge, it includes a bunch of directories in the changes. Why?\tsvn\nIs it possible to have comments without blog post in Wordpress?\twordpress\nHow can i interchange the row and column of an input data in matlab\tmatlab\nAssigning figure size to a figure with a given handle (MATLAB)\tmatlab\nSVN Merge changes made on FTP into working copy\tsvn\nUnderstanding hibernate internals\thibernate\nHandling conflicts in SVN with Tortoise?\tsvn\nThresholding in Matlab\tmatlab\nMultiple keys held down in Cocoa (OS X)\tcocoa\nHow to configure Visual Studio not to give UAC prompt on each run?\tvisual-studio\nCan you prevent a command from going into the bash shell command history?\tbash\nGems not found with Passenger in conservative spawn mode on Mac OS X\tosx\nHaskell map/zip Vs. list comprehension\thaskell\nOutput of sub-processes in DOS batch script not visible in Apache\tapache\n\"How to have \"\"My Cart\"\" link outside of Top Links?\"\tmagento\nDoes anyone use BetterAuthorizationSample?\tosx\nDiplay Wordpress Archives one category at a time?\twordpress\nFix Size of Login Box in Drupal Theme\tdrupal\nSubversion project structure?\tsvn\nPassing Multiple Arguments from Panels in Views ( Drupal)\tdrupal\n\"Scala puts precedence on implicit conversion over \"\"natural\"\" operations... Why? Is this a bug? Or am I doing something wrong?\"\tscala\nIs there a way to run an outside executable after a SPECIFIC solution is built in Visual Studio 2008?\tvisual-studio\nDrupal: displaying a language switcher only when the content is translated\tdrupal\nExcel UDF formula does not appear.\texcel\nMatlab Maximum Function Count Exceeded\tmatlab\nDisplaying a custom form on a new item event in SharePoint 3 document libraries?\tsharepoint\nIs a destructor the right place to mark the end of a script's execution?\tapache\nHow can I add a user editable checkbox in QTableView using only QStandardItemModel\tqt\nlazyinializationexception with transactional annotation in messageconvert\tspring\nChanging a column in oracle that has a foreign key constraint\toracle\nJQuery Conflict with Lightbox2 WP Plug-in and Content Scroll\twordpress\nOracle 10g PL/SQL- Select results as update column values\toracle\nOracle TO_DATE headache\toracle\nHow to edit my excel dropdown list ?\texcel\nCreating a Archive in Wordpress Datewise for a Particular Category\twordpress\nConvert list of Integers into one Int (like concat) in haskell\thaskell\nspring beans configuration\tspring\nmatlab: manipulating two linked matrices\tmatlab\nHow to add limit option in Magento API call.\tmagento\nPossible to change location of the login landing?\twordpress\nWhat are the relative merits of wxHaskell and Gtk2HS?\thaskell\nHow to change Visual Studio Auto Format\tvisual-studio\ngarbage collecting scala actors\tscala\nSimple string parsing in Cocoa / Objective-C: parsing a command line into command and arguments.\tcocoa\nDrupal - General means for finding templates?\tdrupal\nlinq nested query using .contains with a bigint\tlinq\nCreating a quick look style zooming effect\tcocoa\nMac: reloading document in Chrome or Firefox?\tosx\nHow do I dynamically update the name of a worksheet in Excel?\texcel\nHow to set session variable skip_unusable_indexes to true in a PL/SQL package to speed up a table delete/insert?\toracle\nHow do I place the blog portion of wordpress in a subdirectory, while keeping Pages at the root?\twordpress\nGHC type inference for higher rank types - assigning to monotypes\thaskell\n\"nested CPS \"\"reset\"\"\"\tscala\nVisual Studio - tips for managing work on many open files\tvisual-studio\nRDC sessions to Win 7 terminate on CTR and arrow keys\tosx\nBind Exclude Asp.net MVC doesn't work on LINQ Entity\tlinq\nWhat files in Magneto have no purpose being in source control?\tmagento\nAdding HTML to Drupal closure?\tdrupal\nPyQt custom widget in c++\tqt\nHow do you make a button remove a row with Core Data in an Outline View?\tcocoa\nDifference between print and print preview events in excel vba\texcel\nQt: Square constraint on window resize\tqt\nHow can I make MS Query (in Excel) see tables with field-level security on SQL Server 2005 or later?\texcel\nWhere does the tomcat axis file server-config.wsdd come from?\tapache\nMultiline NSTokenField and the return key\tcocoa\nXSD Client in Spring\tspring\nReturn specific type within Haskell\thaskell\nTwo shortcuts for a QAbstractButton\tqt\nLinq to NHibernate vs. ICriteria\tlinq\nError while checking if a file exists\tcocoa\nSimple autosave for Spring MVC form\tspring\nIs it possible to refer to column names via bind variables in Oracle?\toracle\nCocoa: Dictionary with enum keys?\tcocoa\nCan I start a thread by pressing a button in a cocoa interface and keep using interface while thread runs\tcocoa\nScala Actors suspends unexpected when connecting to a database\tscala\nRefire certain scripts after jQuery AJAX load.\tajax\nSpring Annotation-based controllers not working if it is inside jar file\tspring\nIs there an easy way to backup Oracle SQL Developer's User Snippets?\toracle\nMagento Email Template Help\tmagento\nJava Execution Context Class Explain\tspring\nInserting content into an existing div with AJAX and jQuery\tajax\nClosures and universal quantification\tscala\nMagento Checkout success page product price and SKU retrival\tmagento\nHow to make a Simple FIR Filter using Matlab?\tmatlab\nVS Intellisense: can you hide extension methods?\tvisual-studio\nHibernate - apply locks to parent tables in polymorphic queries\thibernate\nDelete a Web that doesn't exist.\tsharepoint\nhow to generate multi part assembly ( per folder) in visual studio for custom library project , C#?\tvisual-studio\nResources to learn MacOSX development from Linux/Windows development point of view\tosx\ncreating a file downloading script with checksum verification\tbash\nHow to reach past revisions trough an HTTP client\tsvn\nShelve in TortoiseSVN?\tsvn\nAdding fields to the List Forms - Sharepoint\tsharepoint\nLoad Balancing, Spring Security, ConcurrentSessionFilter\tspring\nVisual Studio add-on gallery?\tvisual-studio\n[SVN] Where did my committed file go?\tsvn\nHow to set an svn repository path to a server path?\tsvn\nBash while loop calling a Python script\tbash\nMagento onepage issue\tmagento\nbacktracking in haskell\thaskell\ndrupal_add_css not working\tdrupal\nHow to iterate through all the cells in Excel VBA or VSTO 2005\texcel\n\"Integrating \"\"really simple history\"\" with Rails\"\tajax\nQt - how to detect what application is in focus\tqt\nHow does one write the Pythagoras Theorem in Scala?\tscala\nHow can I autoexpand an item in a QTreeView when it is filtered by QSortFilterProxyModel?\tqt\nQt: QImage always saves transparent color as black.\tqt\nHow to search an expression in a file from a bash script?\tbash\nNHibernate + JSON/Ajax Parent/Child Relationships? Why no workie?\tajax\nHow Can Wordpress Easily Provide A Voting and Commenting View For 5 Page Layout Possibilities?\twordpress\nProgram custom permission level\tsharepoint\nExecute jQuery function on expanding fieldset in Drupal\tdrupal\nGetting list in order, mapped by join table\thibernate\nCocoa Keyboard Shortcuts in Dialog without an Edit Menu\tcocoa\nASP.NET MVP and AJAX posting/webservices\tajax\nBest practices: .NET: How to return PK against an oracle database?\toracle\nObj-C object instance not recognized?\tosx\ncan I update a label using ajax, instead of a textbox?\tajax\nIn Scala, why can't I partially apply a function without explicitly specifying its argument types?\tscala\nEditable content area for user with restricted access\twordpress\nCan you call one Drupal views template for multiple views?\tdrupal\nScala: String Chomp\tscala\nSpring MVC Custom Authentication\tspring\nFunction application: Why is $ used here?\thaskell\nApache/PHP  serving file multiple times\tapache\nMagento: Several custom blocks all outputting the same code!\tmagento\nwhy does the cocoa 64 bit garbage collector not release memory?\tcocoa\nSerialize Oracle row to XML\toracle\nJQuery AJAX syntax\tajax\nClosed state of QDockWidgets not restored by restoreDockWidget?\tqt\nHandling file uploads in Drupal\tdrupal\nIs there an good alternative to SQL*PLUSfor Oracle?\toracle\nWhat in the best exel book for non-programmers?\texcel\nHow to get NSAlert sheet to return focus to calling window?\tosx\nNode relations in Drupal Views\tdrupal\nHow to Debug an Apache Module\tapache\nLinq (MIN && MAX)\tlinq\nHaskell: recursion with array arguments\thaskell\nHTML/Javascript app that runs on the filesystem, security issue\tajax\nParent Contexts in spring based web-app\tspring\nDoing a binary search on some elements in Haskell\thaskell\n\"Why is the recursion idiom in Haskell \"\"'n+1' and 'n'\"\" and not \"\"'n' and 'n-1'\"\"?\"\thaskell\nHaskell. Why Array faster then lists ?\thaskell\nSpeeding up creation of NSDictionary from XML?\tcocoa\nHow to generate a unit vector pointing in a random direction with isotropic distribution of direction?\tmatlab\nquery limit issue with php and mysql (drupal 6)\tdrupal\nHow to draw different surfaces with the same colormap in Matlab\tmatlab\nAjax - How refresh <DIV> after submit\tajax\nHow do laziness and I/O work together in Haskell?\thaskell\nHibernate Criteria query with restricted associations\thibernate\nDrupal linking a Username to a Node\tdrupal\nHow to add enviromental variable to VS solution (.sln )\tvisual-studio\nhow to find keyboard in /dev on osx\tosx\nZendFrameworks not working nice with RewriteRule\tapache\nHow do I keep an NSPathControl updated with the selected cell in an NSBrowser\tcocoa\nWhich versions of packages can my Haskell package depend upon?\thaskell\nCreate guest order in the backend with magento\tmagento\n\"hibernate: how to setup on-delete=\"\"cascade\"\" in one-to-one relation\"\thibernate\nWSDL2Java tool error Apache CXF\tapache\nHow to auto activate WordPress widgets? (New Widgets_API WP_Widget class)\twordpress\nHow To Check for an Index in Oracle\toracle\nItaerate over a list, returning the current, next and the element before current\tscala\nCan I develop a Mobile website using Drupal?\tdrupal\nDrupal module span classes\tdrupal\nCollapsible member events in Visual Studio designer\tvisual-studio\nHow would you represent EOF in bash?\tbash\n\"Can I perform an \"\"or\"\" operation in LINQ to objects?\"\tlinq\nIs there any difference between Spring and Spring.net?\tspring\nCan two different wordpress blogs on the same server use a common theme folder?\twordpress\nUpdating HTML via JSON/AJAX\tajax\nWhy am I getting these Errors in the Console when Debugging in XCode?\tcocoa\nHow to split Oracle sql statements for ADO.NET\toracle\nDoes PartialView do what I think it should (but doesn't)?\tajax\nHow to notify my JS client without polling?\tajax\nEasiest/best way to set up SVN commit emails?\tsvn\nWhat is the easiest way to have a local LAMP installation for web development on mac OS X ?\tosx\nbash scripting..copying files without overwriting\tbash\ncalling a SP which returns a long select return using LINQ\tlinq\nadd custom field to subscribtion module in Magento\tmagento\nViewing a MOSS 2007 page as another user would see it - without logging in as that user\tsharepoint\nproblem with oracle sqlplus with whitespace in the path of the @ command\toracle\nRecovering from a slightly out of date subversion repository backup\tsvn\nScala Tuple Deconstruction\tscala\nDrupal, MSSQL and IIS7\tdrupal\nLINQ with generic Predicate constraint\tlinq\n\"C++/CLI: linker gives \"\"resolved token\"\" for win32 function\"\tvisual-studio\nInvoke Haskell function with heterogeneous arguments?\thaskell\nhibernate criteria - querying tables in n:m relationship\thibernate\nHow to do string manipulation in an NSValueTransformer?\tcocoa\nPreventing Visual Studio from building all projects when debugging one\tvisual-studio\nExcel AutoFill problem\texcel\nAre merges in subversion more difficult than in Team Foundation System?\tsvn\nHow to debug external class library projects in visual studio?\tvisual-studio\nGood Way to Debug Visual Studio Designer Errors\tvisual-studio\nMATLAB: Drawing a line over a black and white image\tmatlab\nWhat is the keyword for Mac OS X Service-like applications?\tosx\nAJAX and prediction of actions.\tajax\nWordpress integration with asp.net\twordpress\n.ajax will not POST, but will GET with on problem\tajax\nHow to direct link to an attribute set?\tmagento\nHow do I alias the scala setter method 'myvar_$eq(myval)' to something more pleasing when in java?\tscala\nRemove Tax at Checkout for B2B customers in Magento\tmagento\nGood Haskell coding standards\thaskell\nVisual Studio (2008) mixed mode project depencies. C-sharp project depends on C++ dll, but C++ dll is not getting re-built\tvisual-studio\nNoob Question: Wordpress Looping\twordpress\nOS X - App doesn't show up in force quit.  How do I fix that?\tcocoa\nAdd Principal/authority dynamically for anonymous user\tspring\nHow to flatten a List of different types in Scala?\tscala\nList all files changed by a particular user in subversion\tsvn\nHow to transfer data from one database to another with Hibernate?\thibernate\nwhy does hibernate not force you to mark fields as virtual, but nhibernate does?\thibernate\nUsing jQuery Plugins with Wordpress\twordpress\nhow to write a foldr HOF in Haskell\thaskell\nWhich is the command to query a Subversion repository for all files checked out to a specific user?\tsvn\nWordpress page navigation\twordpress\nWhat can you do with SharePoint on Intranet?\tsharepoint\nGenerate vector EMF/WMF (Windows Metafile) clipboard content from Qt 4.5\tqt\nWordpress and MySQL Collations\twordpress\nWhat is a good book about SVN?\tsvn\nHow to keep one variable constant with other one changing with row in excel\texcel\n\"AJAX-safe way to post-process / \"\"wrap\"\" arbitrary web pages?\"\tapache\nLINQ - how to convert query syntax to method syntax\tlinq\nWordpress: If two or more posts have same date, date is not shown.\twordpress\nAm I using histc wrong, or it this matlab's fault?\tmatlab\nQt QTabWidget icon problem\tqt\nHow to extract data from a LONG column holding XML strings\toracle\n\"What makes Scala's \"\"operator overloading\"\" good, but C++'s bad?\"\tscala\nNullReferenceException when using Linq to XML\tlinq\nUpload and Crop image\tajax\nMinimizing SpringLdap dependencies.\tspring\nDrupal - Customize a create content form for a certain content type\tdrupal\nLazy Quicksort in Scala\tscala\nWhy do compiled Haskell libraries see invalid static FFI storage?\thaskell\nWhat is the best Drupal Survey module\tdrupal\nHow to make Apache/mod_python process to collect its zombies?\tapache\nDrupal watchdog database table flooded with same message over and over?\tdrupal\nProgramatically get/set Mac OSX default system keyboard shortcut\tosx\nHow can I iterate a list of lists in scala?\tscala\nis cabal-install supposed to act this way?\thaskell\nExcel Formulas/VB: Show total based on date entry\texcel\nDrupal, Translating menu PATHS\tdrupal\nWhat causes Error 70 in Excel VBA?\texcel\nCan I have multiple security contexts with spring security?\tspring\nMagento 1.4 - Display All Products\tmagento\nSegmentation fault operating a camera with MATLAB\tmatlab\nrunning old mex file on new matlab releases\tmatlab\nSharePoint custom context menu in custom list appears on folders and not just files\tsharepoint\nIn Oracle, is starting the SQL Query's WHERE clause with 1=1 useful?\toracle\nPreserve order of values with linq and ToLookup()\tlinq\nIssue in Oracle Sql Query\toracle\nWhat is the correct way to restore a a deleted file from SVN?\tsvn\nWordpress removing WWW\twordpress\nWhat are replacement and new practices from sh to Bash?\tbash\nLINQ to Objects - Does Not Contain?\tlinq\nQWebView not loading external CSS\tqt\nProper way to autowire a Hibernate Session in a Spring Transaction JUnit test\thibernate\nWhat type of scope does Haskell use?\thaskell\nProgrammatically configure MATLAB\tmatlab\nSimple way to convert 00:20:40.28 (hours:minutes:seconds.split seconds) to seconds\tbash\nMagento : Getting Attribute Code\tmagento\nWordpress Not Publishing Posts To Custom Template\twordpress\nHow to open a link from one web app to another already authenticated?\tsharepoint\nExcel - allow copy/paste but no data entry\texcel\nLocation of view.properties in my proyect spring mvc jasperreports\tspring\nFacebook updates posted to wordpress blog.\twordpress\nSVN - Not a working copy error\tsvn\nGrails formRemote redirects rather than to just call method\tajax\nmagento getCollection() can we put where condition?\tmagento\n.htaccess and seo-friendly urls\tapache\nUsing Oracle Database Migration Verifier\toracle\nAccess denied problem in AJAX\tajax\nPerformance of looping over an Unboxed array in Haskell\thaskell\nHow to design an IDE using Qt?\tqt\nIs there an easy (idiomatic) way to convert a java.lang.reflect.Method to a Scala Function Value?\tscala\njoin query with linq\tlinq\nLINQ - NOT selecting certain fields?\tlinq\nMatlab: Magnetic fields calculated with biot-savarts-law\tmatlab\nCan't read variable that was stored from within a while loop, when out of the while loop.\tbash\nMagento Problem\tmagento\n\"Control-r reverse-i-search in bash: how do you \"\"reset\"\" the search?\"\tbash\nqt configuration on windows\tqt\nSpreadsheetGear fonts look blurred compared to Excel\texcel\nUsing Spring AOP in an JSF application\tspring\nExcel triggered macro\texcel\nAjax update panel problem !!\tajax\nPredicting Oracle Table Growth\toracle\nHow to get last running transaction Id in magento\tmagento\nPersist and rearrange the order of Core Data records\tcocoa\nSharepoint StateMachine : Handling multiple responses to multiple created tasks\tsharepoint\nHow to avoid calling a ajax method more than once?\tajax\nWhat’s a good way to deal with a german keyboard when using Emacs on Mac OS X?\tosx\nHow can I determine the running Mac OS X version programmatically?\tosx\nNSView with variable number of items inside\tcocoa\nHow to define Spring datasource in controller ?\tspring\n64-bit Qt and Postgres in Windows\tqt\nExporting Excel cell data to database via Excel macro?\texcel\nFunctions in bash with special parameters\tbash\nDrupal 6, how to identify active menu item by url parameters (full link), ?q=page1&filter=10\tdrupal\nOracle TNS names not showing when adding new connection to sqldeveloper\toracle\nNSImage color shift on Snow Leopard\tosx\nBash: How to feed a command with the multiple results generated by one subcommand\tbash\nstoring modified image in iphone.\tcocoa\nInstalled git on OS X; What should I add to my PATH?\tosx\nSTOMP and JSON\tajax\nDrupal: Exposing module data to Views2\tdrupal\nUsing Disposable With SharePoint Objects (Web Parts)\tsharepoint\nConfusing Subversion Status !M\tsvn\nImplementing Forum Live View with Ajax and JSP\tajax\nHaskell caching results of a function\thaskell\nHow to reverse a QList?\tqt\nAre there any diagnostics tools for troubleshooting content delivery with Opera Mini?\tajax\nHidden features of Spring framework ?\tspring\nproblem with Excel automation function\texcel\nQDir and QDirIterator ignore files with non-ASCII filenames\tqt\nCocoa application crashing on OpenGL call\tosx\nCocoa: What NSTextView the insertion point is currently blinking in?\tcocoa\nHow to add popup menu on NSToolbar item ?\tosx\nMSDN links in Visual Studio\tvisual-studio\nWhy Linq Preview for VS2005 doesn't create objects?\tlinq\nUnable to build 32-bit Qt Mysql plugin with MinGw\tqt\nIs Linq included in .net 2010\tlinq\nHow to allow customization of a platform built on Drupal (and PHP obfuscation)\tdrupal\nhibernate DAO\thibernate\nLicense to Distribute Matlab code\tmatlab\nHow can I make a setup that makes my software require administrative priviliges while installation?\tvisual-studio\nMinimum time between subsequent AJAX calls\tajax\n- (void) processImage:(char *)image;  ---char* causes a memory leak?\tcocoa\nHow LINQ works internally?\tlinq\nOrder a parent object by a child's property in LINQ\tlinq\nsubversion merge a delete command\tsvn\nBest practices for using Subversion on a development server?\tsvn\nWhat is my error with my Feed in Wordpress\twordpress\nCan you force an apache restart in a post-commit svn hook?\tsvn\nUpdating List Elements, Haskell\thaskell\njpaTamplate how to autocommit...?\tspring\nWhat are the (technical) pros and cons of Flash vs AJAX/JS?\tajax\nHaskell: parsing PDF\thaskell\nmodem.oqpskmod -> modem.oqpskdemod not same result\tmatlab\nDo you plan to use the Scala programming language and on what project?\tscala\nCan Web Parts in Sharepoint be moved outside of edit mode using drag & drop?\tsharepoint\nEpoch Time (Ticks since 1970) - Mac vs. Windows\tosx\nApache, SVN and mod_python\tsvn\nHow can I tell if Voice Over is turned on in System Preferences?\tosx\nProgramatically Publishing InfoPath Form As Site ContentType (Not Central Admin)\tsharepoint\nExcel VBA: Identify invalid characters in text based cell\texcel\ncom.finder.desktopservices asks for admin password when copying files\tcocoa\nspringsource tool suite (eclipse) tutorial?\tspring\nEditor does not contain a main type\tscala\nMagento - Move a category programmatically\tmagento\nQt Map Signals Based On Parameter Value\tqt\nLINQ table enumeration with column enumeration\tlinq\nHide directories from listing, but don't disable directory listings.\tapache\nO(1) conversion from mutable.Map to immutable.Map?\tscala\nHow do you set a title so that every row in a table has the title already typed in when you add a new row?\tcocoa\nLaunching matlab remotely on windows via ssh?  Impossible?\tmatlab\n\"\"\"Lazy IO\"\" in Haskell?\"\thaskell\nOracle Express Edition - Can not connect remotely (plus others)\toracle\nRewriteRule checking file in rewriten file path exists.\tapache\nhow to get a product's image in magento?\tmagento\nMixing Visual Studio versions OK?\tvisual-studio\nIs there a way how to run matlab script from specific line without gui?\tmatlab\nWhat's the difference between a CoreAnimation Layer Backed View and a Layer Hosting View\tcocoa\nVisual Studio: Build Solution vs Batch Build\tvisual-studio\nsetRawHeader don't follow elements in the web view\tqt\nScala Implicit convertions: 2 way to invoke\tscala\ninstantiate object with reflection using constructor arguments\tscala\nHow can I setcookies in php server side with ajax and read cookies in the real time with ajax or javascript?\tajax\nOptimizations for a Write heavy Oracle application?\toracle\nHow to define hash tables in bash?\tbash\nHow to format a input vector from the input data in MATLAB?\tmatlab\n\"How can I find out a files \"\"mime-type(Content-Type?)\"\"?\"\tbash\nchanging / maintaining regions in magento\tmagento\nCheck whether application already running\tcocoa\nAJAX Drop Down Extender problems updating Textbox with selected index value\tajax\nHow do I go about using Microsoft Access (2003/2007) to interface with an Oracle (10g) DB to produce reports?\toracle\nSet values for an exposed field in a block (in Drupal)?\tdrupal\nHow to script scala directly in JSP pages?\tscala\nHow do you simply add new custom rewrites to the .htaccess of a wordpress without fail?\twordpress\nRound function in Excel, worksheet function vs VBA\texcel\nIn a mvc application, where will the DI take place?\tspring\nAre these two combinators already available in Haskell?\thaskell\nWhy doesn't jQuery Tablesorter Plugin work on this Wordpress page?\twordpress\nOnly show a view on a certain content type in Drupal\tdrupal\nMagento; private/public filesystem layer\tmagento\nConnecting to Oracle with 32 bit apps running on Vista 64 bit\toracle\nHow to get CURL to save to a different directory?\tbash\nspring ibatis mysql transactions\tspring\nHow do I show the 'blog last updated' time in Wordpress?\twordpress\nHow to time-delay email deliveries?\tdrupal\nmagento VS magento clone - cost of ownership\tmagento\nCustom NSControl target/action howto!\tcocoa\nScala: how to specify varargs as type?\tscala\nOS X Widget Scroll Issue\tosx\nIssus deleting a site collection\tsharepoint\nCustom post metabox with upload file button\twordpress\nDefault permissions of /dev on Mac OS X 10.5.*\tosx\nHow to build a multilingual Drupal site?\tdrupal\nmagento insert product list for category 18 under cart\tmagento\nmac and iphone development books 2009\tosx\n\"What is a working copy and what does \"\"switching\"\" do for me in Tortoise SVN?\"\tsvn\nCan I use Apache servers for a local network?\tapache\nDisable MOSS auto import of colleagues\tsharepoint\nCounta behavior in countifs\texcel\nSave entire desktop state?\tosx\nphp date() function displaying wrong time\twordpress\nUnique hardware ID in MacOSX\tosx\nLINQ Distinct operator ignore case?\tlinq\nShared Objects in Cocoa\tcocoa\nHow can I add a hover class to an element?\tajax\nHow to stop EXCEL process from c#\texcel\nURL Segment Support macosx 10.6\tapache\nIs there a Visual Studio plugin for sorting build output (scrambled from multi-threaded builds)?\tvisual-studio\nWhy is my comparing if statement not working?\tcocoa\nHow do you overide a class that is called by another class with parent::method\tmagento\nVisual Studio 2008 Source Control Explorer with Subversion\tsvn\nAdd URLs to list of urls to send pingbacks to in Wordpress\twordpress\nMagento -> How can I list products with same multiple select attribute?\tmagento\njQuery and JSON\tajax\nAny Haskell online contests or problem sets?\thaskell\nWhat is the purpose of Browse Information generated by Visual Studio\tvisual-studio\nSharepoint web part stops working because of Resources.en-US.resx file\tsharepoint\nHow can I use Tier Pricing with Configurable Products? (Magento 1.4+)\tmagento\nhow to scroll asp.net textbox to bottom\tajax\nMagento Custom Module, Fatal error: Call to a member function setFormAction()\tmagento\nWhats wrong with this Cursor\toracle\nHow to get sales volume of product in front-end?\tmagento\nEclipse development on the Mac\tosx\nMaking an NSButton In-Active.\tcocoa\nDrupal Views 2 path\tdrupal\nEmitting signals from other threads\tqt\nIs it possoble to obtain the hostname only from HTTP_REFERER with mod_rewrite?\tapache\nExcel VBA pastelink run-time error 1004: Application-defined or object-defined error.\texcel\nHow to get the category title in a post in Wordpress?\twordpress\nSpring Framework Events\tspring\nOpen Source SharePoint?\tsharepoint\nHow to pass a command line switch to XCode when I start 'Build and Debug'\tosx\nThe CASE statement in PL/SQL\toracle\nVisual Studio/C++: How to turn off certain first-chance exception debug messages?\tvisual-studio\nIs there any Scala built-in class for capturing an external process's output?\tscala\nHow to make a clickable header in wordpress?\twordpress\nWhat makes Drupal better/different from Joomla\tdrupal\nChange the language of a website in Sharepoint 2007?\tsharepoint\nWhere are SharePoint resources strings located.\tsharepoint\nQTcpSocket in QThread\tqt\nApache rewrite based on subdomain\tapache\nDistributing a Haskell program as C source\thaskell\nHow to use a pipe in a foreach statement\tbash\nQWidget::find(hwnd) always returning 0\tqt\nSharePoint/MOSS - Deleting other people's un-checked-in items from a list\tsharepoint\nHow to get Haskell syntax highlighting on PHP blog\thaskell\nHyperlinks In Sharepoint Webpart\tsharepoint\nDo you have to restart apache to make re-write rules in the .htaccess take effect?\tapache\nHaskell Build Automation\thaskell\nAdd link to calendar page in Drupal\tdrupal\nStrange error checking if directory exists with Bash script\tbash\nmod_rewrite: periods from URI gone in the query string\tapache\nProperty declaration for to-many fields in Core Data\tcocoa\nQt widget disobeys drop in Windows\tqt\nIssues with 404 pages when inserting posts and changing permalink to /%postname%/\twordpress\nHow do you use mod_rewrite to move a site down a sub directory?\tapache\nCompile Scala 2.8.x code with Apache Buildr\tscala\nBody Mass Index program in haskell\thaskell\nOracle Minus - From a list of values, how do I count ONLY non reversed values.\toracle\nHibernate Transaction question\thibernate\nis svn-merge backwards?\tsvn\nMy linq-query doesn't work when adding the xmlns-attribute to the root-element in my XML-document\tlinq\nApache RequestHeaders for Software-As-a-Service under Rails\tapache\nApache is listening on a different port, but how do I get it so I don't have to type in the port number?\tapache\nParse error of nested tuples in scala\tscala\nReleasing under license: Do all files need the copyright statment?\tapache\nProblems using eclipse Hibernate plugin - could not locate sessionfactory in JNDI\thibernate\nGet current playing song using Cocoa\tcocoa\nOracle Scheduled Jobs\toracle\nHow can I set the application information on a session using the Oracle thin JDBC driver?\toracle\nHow do I get the Haskell Platform's ghc-pkg to work on MAC OSX\thaskell\nHow do I import multiple branch-type directories into git-svn which aren't exclusive children of the same parent?\tsvn\nHow to exit all the calling scripts in bash?\tbash\njQuery $.get() not working in Drupal 6\tdrupal\nNSMatrix and autoresize only certain cells?\tcocoa\nHow to write eclipse rcp applications with scala?\tscala\nHow do I Refresh Excel whilst Debugging\texcel\nHow to solve 404 not found problem in Magento\tmagento\najax calls being called too fast.\tajax\nEasily Creating Dynamic Form/Controls Within Qt\tqt\nSubversion Branch/Trunk Best Practice - keeping Branch Up-to-Date?\tsvn\nwhat is your favorite web app deployment workflow with SVN?\tsvn\nQuestion about Qt slots and multiple calls\tqt\nHow do I check the active solution configuration Visual Studio built with at runtime?\tvisual-studio\nDynamic Linq To Sql With ComboBox and Column.Contains\tlinq\nVisual Studio: How to reference assemblies in Visual Studio?\tvisual-studio\nOracle works better with Windows or Linux? give your answer based on your experience.\toracle\nWhy does one ADO.NET Excel query work and another does not?\texcel\nhow to add a menu into the Safari MenuBar or add a button into it's MainWindow?\tcocoa\n[Oracle] - Alternatives to Toad\toracle\nHow do I localise a default attribute in a Core Data Entity\tcocoa\nAdive on Wordpress or Framework?\twordpress\nWhat is your favorite Visual Studio add-in/setting.\tvisual-studio\nIDE support for Spring framework; Are they worth using?\tspring\nMagneto as B2B - view 'company name' instead of first/last name\tmagento\nExcel dll for Microsoft.Office.Interop.Excel\texcel\nUsing Linq with WCF\tlinq\nObtaining a Hibernate transaction within a Spring class\tspring\nEvaluating Sharepoint vs ASP.NET as a development platform\tsharepoint\nProcess for updating Excel add-in?\texcel\nTable not created by Hibernate\thibernate\nCan I keep CruiseControl.Net's ccnet.config in svn, then have CruiseControl update its own config file when a change is checked in?\tsvn\nInterpreting Visual Studio 2005 Threads Window\tvisual-studio\nSAXON.NET XSLT 2.0 Processor\tvisual-studio\nHow do you remove inline styles in Wordpress?\twordpress\nWhat's a good way to write a Cocoa front-end to an Erlang application?\tosx\nin Spring.config, can I define object of type string?\tspring\nWhat is Microsoft's official stance on using WCF with Visual Studio 2005?\tvisual-studio\nIs there a way to change a SVN users username through the entire repository history?\tsvn\nwhat is '$$' in the bash shell?\tbash\nIn Haskell, how can I use the built in sortBy function to sort a list of pairs(tuple)?\thaskell\nHaskell audio output on OS X?\thaskell\nWhy don't browsers let you open a regular connection instead of Ajax or Comet?\tajax\nHow do I check if a Sharepoint Document Library has the Require Approval flag set, using the Sharepoint API ?\tsharepoint\nMagento: Rebuilding Flat Catalog Programmatically\tmagento\ncom iplanet AsException when trying to instantiate spring bean outside container\tspring\nRunning Magento for multiple clients Single Installaton Vs Multuiple installation\tmagento\nToggle Shipping Methods Based on Products\tmagento\nHow do I use subquery, groupby, max, and top in single linqToSql statement?\tlinq\nRegex.MatchData returning null: why not Option[String]?\tscala\nLinq to SQL Nested IN FROM query\tlinq\nasync execution of tasks for a web application\tajax\nGetting properies from SharePointWebControls\tsharepoint\nWhich is the best book out there to learn Linq, including Linq to Entities?\tlinq\nMOSS 2007 Crawl\tsharepoint\nis it possible to display a Google Earth map INSIDE Excel?\texcel\nHow do I get Srcsrv with SVNindex.cmd to index extern files ?\tsvn\nImplement a method using a function value in Scala\tscala\nHow to make binary distribution of Qt application for Linux\tqt\nOracle 11g SQL select max integer value of varchar column\toracle\nScala: What is the right way to build HashMap variant without linked lists ?\tscala\nVisual studio formatting options\tvisual-studio\nHow do I fill a DataSet or a DataTable from a LINQ query resultset ?\tlinq\nNonclosing close button in Windows Mobile ( developed with Qt)\tqt\nReorganizing a subversion repository with branches\tsvn\nLoading Hibernate property from an external source (HashMap)\thibernate\ncaching per request in ASP.NET?\tspring\nCustomizing Visual Studio's Intellisense\tvisual-studio\nSpring: Same object, different validation\tspring\nCalculating the maximum distance between elements of vector in Matlab\tmatlab\nAny tools to get code churn metrics for a Subversion repository?\tsvn\nBash scripting, checking for errors, logging\tbash\nadding  #ifndef  #define  #endif breaks the compile\tqt\nchanging Mac keychain Password programatically?\tosx\nContinuing Inserts in Oracle when exception is raised\toracle\nEnterprise Scala\tscala\nAre there alternatives to ibtool for parsing NIB files?\tosx\nIE doesn't wait for result of $.post(\tajax\nexposition on arrows\thaskell\nHow can I force the type of an array when initialized in Scala?\tscala\nOffice 2003 interop problems, interface, method not found.\texcel\nHow to escape extended pathname expansion patterns in quoted expressions?\tbash\nWordpress blog date function\twordpress\nCount struct properties in MATLAB\tmatlab\nUnable to turn off automatic margins by termcap in Mac\tosx\n\"Sharepoint: Best way to display lists of non-Sharepoint content with \"\"compatible\"\" UI?\"\tsharepoint\nLINQ to SQL inserting large object from .NET\tlinq\nfoldl versus foldr behavior with infinite lists\thaskell\nSVN automatic code formatting on check in?\tsvn\nUsing Qt Creator with Git version control\tqt\nHow to remove projects/ solutions from Recent Projects window in Visual Studio 2005\tvisual-studio\nIs LINQ Slower Than Calling Sprocs?\tlinq\nGrouping non-cck fields in Drupal?\tdrupal\n\"Is it possible to have PackageMaker build an installer without \"\"packaging\"\" the content at build time?\"\tosx\nCompiling Qt libraries to run with Visual Studio 2008, why does nmake fail?\tqt\nWhat Cocoa/Core Foundation helper functions do you wish you knew about 2 years ago?\tcocoa\nHow to get a distinct result, but return another column in the select?\thibernate\nQt + VTK + Cmake\tqt\nHow remove iFrame from wordpress admin panel?\twordpress\nHow can I receive notifications of filesystem changes in OS X?\tosx\nBash for loop with wildcards and hidden files\tbash\nupdate a field based on subtotal from another table\toracle\nWhat's the status of multicore programming in Haskell?\thaskell\nUpload document to specific folder in a SharePoint Document library using WebClient\tsharepoint\nPerforce blame\tsvn\nHow to allow only certain files in Apache\tapache\nLINQ - Select correct values from nested collection\tlinq\nbash, find files which contain numbers on filename\tbash\nIs there a built-in more elegant way of filtering-and-mapping a collection by element type?\tscala\nHow do you default a new class to public when creating it in Visual Studio?\tvisual-studio\nIs there an svn command to remove files from the client only?\tsvn\nWhy does the following simple Haskell function give slightly strange answers?\thaskell\nHibernate template close transaction\thibernate\nHow to make a post to wordpress using the api?\twordpress\nGet customer in Mage_Tax_Model_Calculation::getRate in magento\tmagento\nIs it possible to detect 32 bit vs 64 bit in a bash script?\tbash\nHow do I adjust the Wordpress URL handling to ignore certain directories?\twordpress\nScriptaculous Ajax.InPlaceEditor: How to trigger cancel action?\tajax\nIs it true, visual studio can't handle fonts installed after it was ?\tvisual-studio\njquery and ASP.Net AJAX framework\tajax\nRolling forward the archivelog and online redo logs to the restored database\toracle\nFind mode of a sequence of numbers without using arrays/vectors\tmatlab\nIs SVN 1.5 Merge-tracking ready for prime-time?\tsvn\nCPAN/gem-like repository for Objective-C and Cocoa?\tcocoa\nOpenCV, Nokia and QT - Will it work?\tqt\najax - getting seperate lines of data\tajax\nSvnserve VS mod_dav_svn\tsvn\nHow to document object-oriented MATLAB code?\tmatlab\nHaskell scoping in nested function definitions using where\thaskell\nTriggering a method when a row in a Table View is edited.\tcocoa\nQt QFileDialog input field - tab complete like shell\tqt\nHow to tackle Scala source incompatibilities in 2.8.0?\tscala\ngwt+grail.. advantages and shortcomings..\tspring\nCustom way to display Views in Drupal\tdrupal\nTrouble using Qt with Visual Studio\tqt\nWordpress Prevent Users from posting full size image uploads\twordpress\nHow do you stop a Visual Studio generated web service proxy class from encoding?\tvisual-studio\nHow do I add a directory with a colon to a shell path?\tbash\nDoes it worth switching from Visual Studio 2005 to Visual Studio 2008 ?\tvisual-studio\nOnly trigger a build on commits to the trunk with svn\tsvn\nSpring configuration file cannot parse elements defined in my own schema\tspring\nhibernate deletion problem please help urgent\thibernate\nHow do I restrict Apache/SVN access to specific users (ldap/file-based authentication)?\tsvn\n@Autowired and TransactionProxyFactoryBean?\tspring\n\"magento extension \"\"remeber me\"\" not working\"\tmagento\nAJAX request status returns 0\tajax\nSpurious ambiguous reference error in Scala 2.7.7 compiler/interpreter?\tscala\nTimeStamp in Control File\toracle\nHow to enable mod_rewrite for Apache 2.2\tapache\nGetting the return value of a PL/SQL function via Hibernate\thibernate\nStar rating in AJAX with Ruby On Rails\tajax\nSpring, db and property file configuration.\tspring\n\"How to run a Windows 2008 task from the scheduler with \"\"interact with desktop\"\"\"\texcel\nQt must-read\tqt\nMODIFY COLUMN in oracle - How to check if a column is nullable before setting to nullable?\toracle\nAdding new column in Sales Order View Items in Magento Admin\tmagento\nWordpress search goes to mainpage\twordpress\nMulti-column sort with VBA\texcel\nRedirecting /media/* to /project/media/* and everything else to /dispatch.php\tapache\necho in a bash script changing '--md5' to '?-md5'\tbash\nLinq - Using Except() on a Generic collection\tlinq\nBest Qt Widget to use for properties window?\tqt\nDetect which other modules are enabled in a new Drupal module\tdrupal\nHaskell Binary Tree Function (map)\thaskell\nQT (4) equivalent macros/methods/constants for their Win32 API counterparts?\tqt\nNetwork Outage Causes Stored Procedure Querying Across DB Link to Hang Forever\toracle\nsvn rename problem\tsvn\nSpring - best way to deal with binding to a list of beans in a simpleformcontroller\tspring\nin NHibernate, map 4 similar columns to list<string>\thibernate\nSubversion merging changes from a different repository\tsvn\nHow to change tint color of Cocoa's NSLevelIndicator?\tcocoa\nI want to allocate memory for 700 MB to 800 MB Image size\tcocoa\nBrowser language based 404 pages with mod_rewrite how to\tapache\nBest reflection of extract-interface refactoring in subversion\tsvn\nHaskell foreign import stdcall on DLL function\thaskell\nDrupal Multi-language: Simple strings not translated\tdrupal\nAbstractTransactionalJUnit4SpringContextTests: can't get the dao to find inserted data\tspring\n\"wordpress- have a specific type of \"\"page/post\"\" as \"\"testimony\"\". Possible? If so, how?\"\twordpress\nIs there anyway to remove Design (and Split) views from Visual Studio 2005/2008?\tvisual-studio\nVBSCRIPT: How do I copy all rows from 3 worksheets and merge rows that are unique in the first column?\texcel\nMySQL Install: ERROR: Failed to build gem native extension.\tosx\nHow do you extend Linq to SQL?\tlinq\nwordpress conditional statements\twordpress\nCategory as a Horizontal menu in wordpress\twordpress\nNSOutlineView, NSTreeController and willDisplayCell\tcocoa\nStored Procedure & LINQ, Dmbl File unable to interpret the result set\tlinq\nProgramming on the Asus EEE Pc in Visual Studio\tvisual-studio\nWhat do I need to do to make Excel access a Web Query via HTTPS?\texcel\nCan MatLab understand Java int datatype?\tmatlab\nalternate way to trigger reverse-i-search without pressing ctrl+r in bash\tbash\nScala remote actors\tscala\nHow to stop Hibernate from eagerly fetching many-to-one associated object\thibernate\nHow can I stop PHP notices from appearing in wordpress?\twordpress\nIs there a way to implement constraints in Haskell's type classes?\thaskell\nHow to check if a trigger is invalid?\toracle\nMagento, translate validation error messages\tmagento\nMagento clearing log data\tmagento\nOracle Gotchas for An Experienced Newb\toracle\nlinq orderbyAscending?\tlinq\nHow to unpack a haskell existential type?\thaskell\nWay to see assigned visual studio shortcuts with given prefix\tvisual-studio\nAjax to make browser Load\tajax\nHow to implement gradient button bar in Cocoa\tcocoa\nBash Menu:  Return to menu after selection made and executed?\tbash\nIssue with echo and tab in Bash\tbash\nQuestion on scala compiler syntax hacking\tscala\nBeans... what is it actually\tspring\nWordpress register_activation_hook() + global variables + class problem\twordpress\nRunning code in MatLab/Mathematica only after having written it all\tmatlab\nSimulated OLAP\toracle\ndrupal taxonomy\tdrupal\nSpring - share web application context between different webapps\tspring\nSharePoint Survey, Ask same question n times based on answer to previous question.\tsharepoint\nTo Ajaxify Or Not?\tajax\nIs there a function to get the caption for an image in wordpress\twordpress\nHardcoded QMAKESPEC in Qt Creator?\tqt\nDisabling /node view and other hidden views in Drupal?\tdrupal\n<:< operator in scala.\tscala\nIs there a test suite for verifying a QT port?\tqt\nMy under development local drupal site become very slow, how to solve?\tdrupal\nimplement thread for consuming operations in Qt\tqt\nOptional attribute values in MappedField\tscala\nmod_rewrite not working as internal proxy\tapache\nmod_rewrite causes apache to crash with Rewritemap prg directive\tapache\nCreating a web app, then adding AJAX to it?\tajax\n\"How to read using \"\"read\"\" from file descriptor 3 in bash script?\"\tbash\nSpring-modules caching not working... silently.\tspring\nWhen Ajax should be used and when it should not?\tajax\nHow do dynamically set group by properties and aggregates in a LINQ query?\tlinq\nhow do i determine the number of rows in a range in excel using VBA\texcel\nDoes it make sense to have more than one MethodSecurityInterceptor bean?\tspring\nrunning matlab function from java\tmatlab\nMore simple math help in bash!\tbash\nPros And Cons Of Haskell\thaskell\nHow to define the WebPluginMIMETypesFilename in the plist of a safari webplugin project?\tcocoa\nHow do I know which files in a directory arn't in my SVN repository?\tsvn\nRedirection to different port for different sub domain failed\tapache\nspring and interfaces\tspring\nUnable to forward search Bash history similarly as with CTRL-r\tbash\nKey Value Observing in Cocoa, introspecting the change property\tcocoa\nLinq output as an Interface?\tlinq\nMap URL to MySQL databases\tapache\nMATLAB Builder NE (.NET Assembly) Data type question\tmatlab\nIn scala, how would to declare static data inside a function?\tscala\nTrying to make/set up an events calendar in Wordpress & it's not quite what I need\twordpress\nCustom field type derived from SPFieldCalculated\tsharepoint\nMagento Store - Horizontal Items in Grid\tmagento\nWhat's the best way to remove all .svn directories throughout a directory hierarchy on Mac OS X?\tosx\nRedirecting a /?p=xxx wordpress URL\twordpress\nOracle: how to UPSERT (update or insert into a table?)\toracle\nWhat's the best type 4 Oracle JDBC driver?\toracle\nMATLAB: how to locate the nth appeared number in a loop?\tmatlab\nWhat is the purpose of Scala language?\tscala\nWill an svn:external subdirectory sync with its HEAD revision upon every 'svn update' to the parent working copy?\tsvn\nHow to get an array of distinct property values from in memory lists?\tlinq\nDynamic links in Drupal\tdrupal\nUpload An Excel File in Classic ASP On Windows 2003 x64 Using Office 2010 Drivers\texcel\nQt::How to prevent an icon being highlighted?\tqt\nOracle SYS_CONNECT_BY_PATH hitting 4000 character limit\toracle\nDrupal: Creating a simple blog?\tdrupal\nQPainter and QTimer\tqt\nHow do I include parameters in a bash alias?\tbash\ncreating a popupwindow from html, not a file\tajax\ntrait implementation\tscala\nDrupal form_submit and default_value\tdrupal\nWordpress dashboard\twordpress\nApache Redirect 301 fails when using GET parameters, such as ?blah=...\tapache\n\"What is the \"\"Task group\"\" field in a SharePoint Task list for?\"\tsharepoint\nINSERT LOW_PRIORITY or INSERT DELAYED in Hibernate\thibernate\nhibernate workflow\thibernate\nLinq query to include a subtype\tlinq\nHow to get Visual Studio's designer to render CSS correctly in an ASP.NET Web User Control?\tvisual-studio\nlift `??` construct and maven example\tscala\nScreen scarping through AJAX and javascript\tajax\nsvn+ssh with putty session, not working in cygwin\tsvn\nIs there a way to peek inside of another Oracle session?\toracle\nIs there potential starvation in this code or is it just me?\tscala\nhaskell recursive function\thaskell\nHow to avoid installing unnecessary dependencies with MacPorts?\tosx\nChanging SharePoint Site Collection Title\tsharepoint\nIs there a way to make git remember the password for WebDAV remotes?\tapache\nDetermine if a sequence contains all elements of another sequence using Linq\tlinq\nMATLAB: Reading floating point numbers and strings from a file\tmatlab\nEmbedding non-edit widgets in a DataGridView\tvisual-studio\nHelp optimize an Oracle query?\toracle\nHow to crack an Excel workbook that looks up values?\texcel\nhow to divide a spectogram into a certain number of ranges using mel filter banks using matlab???\tmatlab\nHow can I make an NSOutlineView where some of the entires are buttons?\tcocoa\nDrupal and Ubercart - Add order that customer can pay for online? Bill customer's order without having them manually put it in their cart?\tdrupal\nSetting document library permissions in WSS 2.0\tsharepoint\nDo I have to use InfoPath forms for every task within a SharePoint workflow?\tsharepoint\nWordpress authentication and login manager\twordpress\nCan I add object field to SPItem, to attach some kind of object to item?\tsharepoint\nOracle: Using subqueary in a trigger\toracle\najax call through cas\tajax\nBetter Merge Tool for Subversion\tsvn\nPerformance of Dynamic SQL with Bind vs Normal SQL within Package\toracle\nIs Haskell mature enough for developing commerical web applications?\thaskell\nhow to see the code fo a matlab mex file\tmatlab\nWhat rendering API does Qt use on Windows?\tqt\nDifference in website display depending on domain\tapache\nIs there an easy way of sorting a plist (array of dictionaries) by key value?\tcocoa\nHow to use the SharePoint MultipleLookupField control?\tsharepoint\nproblem with basic attributes java.sql.Blob\thibernate\nHow does this constitute a Haskell rigid type error?\thaskell\nGood beginners material/advice on Drupal\tdrupal\nWhen to exploit type inference in Haskell?\thaskell\nQFontMetrics::leading() returns 0\tqt\nFeedback/Experiences with Monodevelop on the Mac?\tosx\nAdd a Blog to an Existing Webpage.\twordpress\nHow to keep a text file readable just from php and python, and not by users?\tapache\nBest method for importing configurable products into Magento\tmagento\nLinq Help. int.Contains and int == iqueryable doesn't work.\tlinq\nHow can I redirect STDERR to STDOUT, but ignore the original STDOUT?\tbash\nMagento: output an attibute as a link\tmagento\nScala: overflow despite use of Long when adding\tscala\nCapturing multiple line output to a bash variable\tbash\n\"Visual Studio \"\">of\"\" command causes solution explorer to go wacky\"\tvisual-studio\n@Transactional not working with spring and hibernate\tspring\nHow to mock a method with functional arguments in Scala?\tscala\nTesting for writability of BSD socket in Cocoa.\tcocoa\nHow can I check Spring Security for user authentication and get roles from Flex?\tspring\nApache mod_rewrite and PHP ?argument=something\tapache\nShould my Scala actors' properties be marked @volatile?\tscala\nVBA: Querying Access with Excel.  Why so slow?\texcel\nMixing RewriteRule and ProxyPass in Apache\tapache\nData extraction with Excel\texcel\nHow do I get ghci to see packages I installed from cabal?\thaskell\nCan you create a setup.exe in qt to install your app on a client computer\tqt\n\"Qt \"\"connect\"\" syntax is very long. Is it any tricks to make it shorter?\"\tqt\nHow can I factor this Haskell expression to avoid repeated computation?\thaskell\nQTabBar vs QTabWidget\tqt\nHow can I create a temp file with a specific extension in bash?\tbash\ncakephp & httpd.conf issues on windows based apache server (wamp)\tapache\nCreate a custom worksheet function in Excel VBA\texcel\nOracle .NET error - Wrong number or type of arguments\toracle\nin Qt, How do I make a window be the current window?\tqt\nHow do I bind an ASP.net ajax AccordionPane to an XMLDatasource?\tajax\nHibernate property based on sum\thibernate\nHow do I use a list from a different site in SharePoint 3.0?\tsharepoint\nWhat's the best way to find if the processor type is PPC or Intel in Cocoa? (Do I have to use Carbon?)\tosx\nUsing jQuery to grab the content from CKEditor's iframe\tajax\nCan I distribute my MATLAB program as open source?\tmatlab\nPolyvariadic Functions in Haskell\thaskell\n.Net Localization problem\texcel\n\"How to make Jetty dynamically load \"\"static\"\" pages.\"\tspring\nDrupal location autosuggest doesn't recognize provinces\tdrupal\nCan you add a big flash banner to the top of a Wordpress blog?\twordpress\nRemoving arrows from scrollbar in Qt\tqt\nHibernate: Query entities which contain a specified element in a CollectionOfElements?\thibernate\nSharepoint Conditional fields in Edit.aspx\tsharepoint\nSharepoint List View Settings\tsharepoint\nIs the Timeout directive of Apache overrideable in htaccess or inside of a <VirtualHost>?\tapache\nHibernate lazy initialization help\thibernate\nHow do you handle resources in Matlab in an exception safe manner?\tmatlab\nScala Type Failure in 2.7: is there a workaround?\tscala\nUnit testing for PL/SQL\toracle\nSyncing a Core Data Model With A Web Service\tcocoa\nDoes visual studio is only used for programing ?\tvisual-studio\nhow to escape white space in bash loop list\tbash\nASP .NET MVC  Ajax link that gets executed onmouseover\tajax\nUpdate all WCF Service References in one click (two clicks would be OK too!)\tvisual-studio\nWordpress Update through email\twordpress\nHow to Build WP Site with Hierarchical Content and Using Custom Design?\twordpress\nSpring: Programmatically use PropertyPlaceHolderConfigurer on none Singelton Beans\tspring\nMatlab: convert function to simulink block\tmatlab\nReal life business case for using spring method replacement?\tspring\nDoes the iPhone has AJAX and jQuery support?\tajax\nGood techniques to use Makefiles in VisualStudio?\tvisual-studio\nWhat causes a Spring 1.2 NullPointerException when creating prepared statement?\tspring\nHow do I get output to show up in the Messages pane of the Error List for Visual Studio 2005?\tvisual-studio\nScala: is it possible to override default case class constructor?\tscala\nProblem building Ruby on Mac OSX Snow Leopard\tosx\n\"How to parse a \"\"cut n paste\"\" from Excel.\"\texcel\nWhy is PartialFunction <: Function in Scala?\tscala\nAJAX Testing Tools\tajax\nI have simple design and need to put it on magento\tmagento\nUpdate Item attribute in sharepoint using web services\tsharepoint\nHow to use a Spring config file in a Maven dependency\tspring\nEvaluation of Haskell Statements/Expressions using GHC API\thaskell\nHow to use separat block caches for secure and unsecure shop access in Magento?\tmagento\nWhy it does not work?\thaskell\nWhat is the minimum amount of tweaking needed to get QClipboard::setText() to work under X11?\tqt\nWhy does Spring's @Configurable sometimes work and sometimes not?\tspring\nMac OSX System menu name w/Java?\tosx\nWhy is simulink data type conversion block altering the data when it should be typecasting?\tmatlab\nhow to create a stored procedure in oracle which accepts array of parameters\toracle\n\"Using bash command line, how to add \"\"import package.name.*;\"\" to many java files?\"\tbash\nSpring 3 Java Config: Imported @Configuration not enhanced?\tspring\nBest way to update some fields of a detached object on Hibernate?\thibernate\nHow can i register a global custom editor in Spring-MVC ?\tspring\nMSBuild directory structure limit workarounds\tvisual-studio\nCan entire page be developed out of ajax in asp.net 3.5?\tajax\nStandalone SVN client for Mac OS X\tsvn\ncompare string contents in haskell\thaskell\nLINQ, ASP.net mvc and joins\tlinq\nHow does one sum only those rows in excel not filtered out ?\texcel\nVS get returned value in C# code ?\tvisual-studio\nHow to get around a 'NS_ERROR_ILLEGAL_VALUE' error using Ajax?\tajax\nBash script what is := for?\tbash\nDoes Hibernate auto-rollback programmatic transaction for unhandled exceptions?\thibernate\nDoes LINQ use DataRelations to optimize joins?\tlinq\n\"Hibernate fetching strategy - when to use \"\"join\"\" and when to use \"\"select\"\"?\"\thibernate\nHow do I customize the auto commenting text in Visual Studio?\tvisual-studio\nLINQ to SQL - Update to increment a non-primary-key field - thread-safe\tlinq\nApache Mod_Rewrite RewriteRule strange behaviour\tapache\nAddiing captions above images in wordpress\twordpress\nMOSS 2007 Server hanging problem - AppDomainUnloadListener.RegisterSelf() & PublishingHttpModule.Init()\tsharepoint\nFinding errors / warnings in Visual Studio\tvisual-studio\nHow can I refresh core plot without returning from a method?\tcocoa\nUsing change directory (cd) inside scripts - best practices\tbash\nspring+hibernate mapping class without xml\tspring\nRelative Path in Subversion external configuration\tsvn\nCalling wordpress API from Zend pages on same box\twordpress\nLINQ to resx?\tlinq\nEquality relations in Scala\tscala\nPutting together a big stiffness matrix from several small ones\tmatlab\nHow do I abort a MATLAB m-file function from C/C++?\tmatlab\nDo Visual Studio 2005 testing tools contain tools for mocking?\tvisual-studio\nOracle 9i: Supposedly missing right parenthesis\toracle\nHibernate mapping for situation, where the the key is also used as many-to-one parameter\thibernate\nHow to run matlab codes from java end.\tmatlab\nAnt target for compile-time code instrumentation with Spring aspects\tspring\nbash: calling a scripts with double-quote argument\tbash\nin magento 1.3.2 which file is responsible forstoring the data of payment gateway options like Mastercard visa AMEX?\tmagento\n.htacess mod_rewrite on root directory but need it to skip all other directories\tapache\nKill process after launching with AuthorizationExecuteWithPrivileges\tcocoa\nFind file in directory from command line\tbash\nUse local Git repository with a master Subversion repository.\tsvn\nfind if qtreewidgetitem is top level\tqt\nIs it possible to replace the Mac login screen?\tcocoa\nRender page initially and update via AJAX using the same template HTML\tajax\nHow do I disable warnings being flagged as errors in XCode\tosx\n\"Spring Security OpenID - Unable to Process claimed identity \"\"null\"\"\"\tspring\nHow to free up a key combination in visual studio?\tvisual-studio\nUsing Maven in Hibernate Tutorial\thibernate\nDoes anyone have experience with clusters running on ClusterVisionOS?\tbash\nHow can I use JavaScript within an Excel macro?\texcel\nHow to create a bash script to check the SSH connection?\tbash\nThe RSS Feed of Wordpress blog goes wild\twordpress\nUser Experiences for  Visual Studio 2008 extensions for SharePoint v1.3 CTP\tsharepoint\nscala: Method\\Operator Overloading\tscala\nHow can I create a parser combinator in which line endings are significant?\tscala\nQT UI for existing C++ project\tqt\nHow do I move the tag section below the content in Drupal 6?\tdrupal\nHow to filter a product collection using 2 category filters?\tmagento\nLearning Ajax - where to search for online instruction.\tajax\nHow to display unarchived custom NSView objects\tcocoa\nHow do I alter tab autocomplete in bash to dive through folders?\tbash\nCan svn:externals be used while ignoring externals for that URL?\tsvn\nGeneric Category Sidebar in Carrington Wordpress Theme Framework\twordpress\nHow to obtain the macros defined in an Excel workbook\texcel\nNested If Statements Returning zero if nothing entered in cell.\texcel\nPorting C++ code from Windows to the Mac\tosx\nDrag and Drop files into a SharePoint webpart to upload into DocLibrary\tsharepoint\nMove Nice Menus to Just below the Title\tdrupal\nQuery Microsoft Access MDB Database using LINQ and C#\tlinq\nHow do I create an FSRef from a NSString containing a path?\tcocoa\nPossible to output to .doc format using Qt?\tqt\nHibernate mapping collection by column\thibernate\nOracle SQL Invalid Identifier\toracle\najax jquery - why this extra slash?\tajax\nIdentify a table with maximum rows in Oracle\toracle\n\"Visual Studio Error: The \"\"GenerateResource\"\" task failed unexpectedly.\"\tvisual-studio\nHuge AboutIconData block in add-in file\tvisual-studio\nHow often should a web chat client check for updates?\tajax\nHow can I add an onmouseover event to all drupal forms?\tdrupal\nPHP / Drupal, Session Storage and encryption\tdrupal\ndrupal: adding simple links to a block\tdrupal\nRunning away from SharePoint\tsharepoint\nHibernate on Oracle: mapping String property to CLOB column\thibernate\nWordpress site painfully slow...\twordpress\nHow do I forward parameters to other command in bash script?\tbash\nRunning spring program inside application server\tspring\ndrupal how to limit the display results  of the calendar view\tdrupal\nCan you send dynamic data to a processing applet?\tajax\nReferencing beans in xml config created via Annotations\tspring\nAssign auto-incrementing value to new column in Oracle\toracle\nHaskell: Parsing escape characters in single quotes\thaskell\nDrupal: last core version update. Risky, if I don't update it ?\tdrupal\n\"exchange axis of an \"\"ezplot\"\"\"\tmatlab\nMagento: Change default product image with PNG\tmagento\nUsing Qt in a pre-existing x-platform project?\tqt\nIs there a way to generate a Unique Identifier (in SQL Server newid()) in Excel 2007\texcel\nHow to send an email attachment with signature in excel\texcel\n\"svn changelists: how to limit operations to \"\"default\"\" changelist?\"\tsvn\nHow do you make the Application window open when the dock icon is clicked?\tcocoa\nHow to ask bash to wait for a result and send a SIGKILL when it get it ?\tbash\nHow to get a beautiful color scale on (semi-)logarithmic 3d plots on Matlab?\tmatlab\nIs it possible to add VB to an Excel sheet from POI?\texcel\nGetting plain HTML/CSS versions of Wordpress themes, no PHP?\twordpress\nTypes in Haskell\thaskell\nAjax chat polling bandwidth efficiency.\tajax\nShow dialog/frame fullscreen on a second sceen sing QT/c++\tqt\nMagento development\tmagento\nPredicate Logic in Haskell\thaskell\ndeveloping a osx deamon that runs before user login using xcode.\tosx\nLINQ to SQL Insert Sequential GUID\tlinq\nMagento Web Service Errors\tmagento\nError handling in Core Data\tcocoa\nOrcad / Matlab: How to plot the roots of a polynomial\tmatlab\nExcel VBA - Insert a Row to a Specific Set of Columns\texcel\nApache rotate Access and Error logs\tapache\nWhat is the Scala equivalent of Java's ClassName.class?\tscala\nMagento: use various methos in 1 model\tmagento\nAutomatically sorting on insert in QTreeWidget\tqt\nHow to order variables alphabetically (Visual Studio 2008)\tvisual-studio\nSequincial order of wordpress hook ?\twordpress\nHow to encode special characters using mod_rewrite & Apache?\tapache\nSharepoint stripping HTTP Headers\tsharepoint\nwhat is a pre-revprop-change hook in SVN and how do I create it?\tsvn\nAutomatically timing every executed command and show in Bash prompt?\tbash\nScala Concurrency slowing down\tscala\nAJAX chat, auto scroll window\tajax\nupgrading drupal 4.7 to 5.2\tdrupal\nIs this the correct step-by-step and organization for creating an SVN repo with multiple projects and vendors?\tsvn\nWhat are zygo/meta/histo/para/futu/dyna/whatever-morphisms?\thaskell\nmac osx speech to text api How-to?\tosx\nCocoa Textured Window in QT\tqt\nHow can I use Beyond Compare 3 as the diff3-cmd for svn?\tsvn\nNSOutlineView not doing what it has should do in it's subclass.\tcocoa\nmod_dav_svn loading error on centos 5\tsvn\nFree downloadable products in Magento\tmagento\nExcel VBA - Stop running program that was started by Shell?\texcel\nSharepoint OnWorkflowItemChanged before/after properties lists\tsharepoint\nWhy does my QT4.5 app open a console window under Windows?\tqt\nShow price inc VAT for UK users only\tmagento\ndatabases oracle\toracle\nHow to intercept ALL signals emitted by a given event in QT?\tqt\nMac OS X/Bluetooth: Programmatically disable simple pairing?\tosx\nMac OS. How to create PNG from array data?\tosx\nincreasing ServerLimit & MaxClients on Apache\tapache\nSQLPlus settings to generate tab-separated data file\toracle\nHow to convert Apache .htaccess files into Lighttpd rules?\tapache\nSpring Unit/Intergration Testing setup\tspring\nInternal scala compilation. Working with interactive.Global\tscala\nHow do you get a list of changes from a Subversion repository by date range?\tsvn\nHaskell n-ary tree traversal\thaskell\nHaskell equivalent of C's __LINE__\thaskell\nWhich hibernate adapter should I use to handle Lazy Initialization in BlazeDS / Spring integration projects with Flex?\tspring\nReading values from an Excel File\texcel\nCommit changed files, added new files and omit some files to an external server in Subversion on Linux / Ubuntu\tsvn\ncreating spring bean\tspring\nHow to make Visual Studio take automatic actions on check-in?\tvisual-studio\nChanging terminalinterface command after showing it on qt/kdelibs app\tqt\nDrupal 5: Posting query string variables to a module page - Page not found\tdrupal\nMonth navigation sidebar in blog section?\tdrupal\ntrac-past-commit-hook on remote repository\tsvn\nMaking Excel macro for fast data entering ::: VBA ::: Excel :::\texcel\nAlways Commit the same file with SVN\tsvn\nCreate drag-drop graphic when installing OS X application from dmg\tcocoa\nHow to use app.config with Visual Studio add-in?\tvisual-studio\nExcel detect inactivity\texcel\nWhat font do xterms (X11) use on max osx and how can I use it in terminal or aquamacs emacs or other applications?\tosx\nHowto Speedup Visual Studio(2005/2008) Toolbox initialization\tvisual-studio\nEasiest way to do idle processing in a Scala Actor?\tscala\nHow to curry a function in Scala\tscala\nExcel: Putting together two different complex formulas (Unique distinct list & Split)\texcel\nWhat shopping cart is the most scalable?\tmagento\n\"Drupal 6 Views: Constraining fields which are not the \"\"primary\"\" node\"\tdrupal\nIf I use QT For Windows, will my application run great on Linux/Mac/Windows?\tqt\nHow do I send a cross-domain POST request via JavaScript?\tajax\nThings to watch out for in moving from Oracle Express to the Real Deal?\toracle\nWay to check whether TinyMCE is active in WordPress\twordpress\nLinking error: Undefined Symbols, lots of them (cpp cross compiling)\tosx\nRuby on Rails Ajax rubberband\tajax\nHow can I make a LINQ query with subqueries in the from statement?\tlinq\nCSV for Excel, Including Both Leading Zeros and Commas\texcel\nproblem filtering mousePressEvent with installEventFilter\tqt\nrun wsHaskell on other machine\thaskell\nHooking user registration in Drupal\tdrupal\nSequence expression in bash\tbash\nMac client can't resolve Windows Home Server name\tosx\nHow to display a message on screen without refreshing like SO does?\tajax\nWordpress Multiple Developer Setup\twordpress\nOptional Entity Attributes\toracle\nHow to get cmd line build command for VS solution?\tvisual-studio\nProducing 2D array from a 1D array in MATLAB\tmatlab\nDisplaying multiple icons in a single cell of a QTableView\tqt\nhow to sort a QTableWidget with my own code?\tqt\nexcel data same row\texcel\nEasiest way to add GWT to a Spring MVC application?\tspring\nRemembering terminal states in OS X (like Fluid for the shell...)\tosx\nMOSS FBA never asking for creds\tsharepoint\nReturn a regex match in a BASH script, instead of replacing it\tbash\nSubversion ignore classes directory after its been added (and linked to src directory)\tsvn\nSharepoint Web Part Management\tsharepoint\nLinq over DataTable  with .Skip() and .Take() method\tlinq\nConverting XLL addin functionality to a native VB module : Problem refreshing formulae\texcel\nIs parentViewController always a Navigation controller?\tcocoa\nWhat is the most concise way to find the existence of a node using LINQ to XML?\tlinq\nHand Coded GUI Versus Qt Designer GUI\tqt\nAJAX XML reply node value iteration\tajax\norg.hibernate.HibernateException: No session currently bound to execution context\thibernate\nhibernate optimistic locking with lazy OneToOne associations\thibernate\n$content variable in node.tpl.php (Drupal 5)\tdrupal\nMagento install errors\tmagento\nHow can I change the default edtior for OS X on install?\tosx\nmod_jk on windows 64 bit\tapache\nHow to recover from svn hotcopy backups\tsvn\nDrupal - RSS Item Edit - Seek Advice\tdrupal\nMagento topSearch doesn't work in template\tmagento\nDeveloping for Sharepoint 2003 using Visual Studio 2008?\tsharepoint\npipe bash output to two different streams\tbash\nSingle linq query for complex data structure : Dict<int, Dict<str, _class>>\tlinq\nscala Map filterKeys: Projection cannot be assigned to a Map reference\tscala\nDrupal VS Zikula\tdrupal\nHow do you obtain the maximum possible date in Oracle?\toracle\nSpring ApplicationContext Bean Scope\tspring\nget magento module config data in Observer\tmagento\nUse two databases concurrently in Hibernate\thibernate\nChange input value on Wordpress' get_search_form()\twordpress\nScala default values behavior\tscala\nWhere to store database passwords in a spring application or use JNDI?\tspring\nCombing Multiple Excel Files into Single Excel Workbook with Multiple She\texcel\nHow to use AJAX to populate state list depending on Country list?\tajax\nHow do I label two vectors in Matlab?\tmatlab\nCocoa: Learn currently selected keyboard layout / input language\tcocoa\nMagento search not returning expected results\tmagento\nQt stylesheets: QHeaderView draws header text in bold when view data is selected\tqt\nWeird Qt bug (to do with properties editor)\tqt\n\"Getting error in manage categories - not found for attribute \"\"navigation_column\"\"\"\tmagento\nCan a range be matched in Scala?\tscala\nWhere are wordpress default widget files or functions located?\twordpress\nDrupal: How to show specific view in a particular block\tdrupal\nCan I make a structured reference absolute in excel 07?\texcel\nPerform OR on two hash outputs of sha1sum.\tbash\nHaskell function composition\thaskell\nWhich is more popular (currently, by recent install base) SVN or CVS?\tsvn\nJavascript and AJAX, only works when using alert()\tajax\nOracle / Python  Converting to string -> HEX (for RAW column) -> varchar2\toracle\nHow can I define a type in oracle11g that references a collection of that type?\toracle\nDrupal allow anonymous comments\tdrupal\nInfrared image processing in Matlab\tmatlab\nSearch Center on SharePoint Publishing site\tsharepoint\nTesting on different version of Mac without buying OSX Server or multiple machines\tosx\nversion control on large files\tsvn\nIn Applescript, how can I get to the Help menu Search field, like Spotlight?\tosx\nDependency Injection mechanism\tspring\nHow to Suppress the keychain prompt when the app modified?\tosx\nusing group() breaks getSelectCountSql in magento\tmagento\nExcel: how to start macro recording from OLE\texcel\nSpring DefaultMessageListenerContainer, ActiveMQ and message redelivery\tspring\nHow to determine if Wordpress plugin is called from Wordpress widget\twordpress\nCan't log in to Magento Admin\tmagento\nHow to extract a meta tag from XML/HTML using Linq?\tlinq\nCreating mdf file from sql script\tvisual-studio\n\"when should I use \"\"apache:apache\"\" or \"\"nobody:nobody\"\" on my web server files?\"\tapache\nif hibernate can generate the db schema, how to tell it to create a column of nvarchar(max)?\thibernate\nIterating through struct fieldnames in MATLAB.\tmatlab\nHibernate/mysql connection pooling\thibernate\nHow to query distinct values from map with given key in Hibernate?\thibernate\nList of all users and groups\tcocoa\nHow to create XML/XSD equivalent of a DataSet or DataTable in VS2008 (or other tool)\tvisual-studio\nShould I use ImageMagick or GD2 with ImageAPI in drupal?\tdrupal\nDrupal search module has suddenly stopped working, how do I fix this problem?\tdrupal\nExpressionType.Quote\tlinq\nCross Platform Development - Go with a Cross Platform UI Toolkit or Native on Multiple Platforms?\tcocoa\ncheckout svn+ssh with loginname\tsvn\nEquality with zero in Excel\texcel\nSharepoint User Favorite Documents\tsharepoint\naccessing HttpServletRequest object in Spring WebFlow\tspring\nHandling a QTextEdit from another form\tqt\nBasic excel date and time problem\texcel\nLinq to filter directories\tlinq\nWHy can't I correctly parse this date string with NSDateFormatter?\tcocoa\nDrupal node selector strategy?\tdrupal\nHow can I attach a file using Wordpress custom fields / meta boxes?\twordpress\nA  good magento shared  host\tmagento\nmap url to controller\tspring\nSystem command usage in Matlab\tmatlab\nCache: How to exempt just one block\tdrupal\nHow to I launch an on-screen keyboard from my application on Mac OSX?\tosx\nMagento - List Products Categories\tmagento\nHow can you implement jQuery code in Drupal pages (for non-coders)\tdrupal\nEnding tail -f started in a shell script\tbash\nShould repositories implement IQueryable<T>?\tlinq\nHaskell FlatMap\thaskell\nSelecting columns in DataLoadOptions\tlinq\nSimulink: Specifying trajectory\tmatlab\nLinq to Sql Add Child records\tlinq\nControl 2 seperete Excel instances by COM independantly... can it be done?\texcel\nCitrix Server sort of app - on a Mac?\tosx\nImport to the same Subversion repository directory multiple times?\tsvn\nprogrammatically create a spring context\tspring\nOracle: loading a large xml file?\toracle\n\"Syntax error : end of file unexpected (expecting \"\"fi\"\")\"\tbash\n\"Configuring Apache to route \"\"GET /user/foo\"\" to /user/GET.php and \"\"PUT /user/foo\"\" to /user/PUT.php\"\tapache\nJoining tables in LINQ/SQL\tlinq\nHaskell -- problem with pretty-printing a list\thaskell\nCan mod_rewrite convert any number of parameters with any names?\tapache\nCan MacOSX  group multiple NSApplications so they look like one?\tosx\nCMS for SharePoint\tsharepoint\nHibernate session / transaction design\thibernate\nWhat does the EXE do in the Visual Studio setup project output\tvisual-studio\nhibernate creates problem for table with composite primary key while generating hibernate classes with eclipse\thibernate\nWhat is Scala blogs that you regularly follow?\tscala\nDataView component in SPD attaches needless strings to field values.\tsharepoint\nHelp required to optimize LINQ query\tlinq\nQmake project dependencies (linked libraries)\tqt\nHow to limit user access at database level in Hibernate\thibernate\nLinq, VB - Anonymous type cannot be converted to anonymous type.\tlinq\nChecking if no elements in IEnumerable(Of T) - Linq element and quantifier operators\tlinq\nIs it possible for Scala to have reified generics without changing the JVM?\tscala\nIs it possible to change themes per category in wordpress?\twordpress\nInclude directory in VS 2003\tvisual-studio\nSpring- How to use Springs Dependancy Injection to write a Standalone Java Applicaiton\tspring\nWhy would NSWindow with NSTableView not resize?\tcocoa\nWhy and when do I need to follow a method name with _?\tscala\nGet parent web not top level\tsharepoint\nHow can I package an extensible default Spring configuration in my framework?\tspring\nBest way to parse command line arguments in bash\tbash\nWhere and When to use LINQ?\tlinq\nOracle: how to add a text node into an existing element\toracle\nDebugging a Cocoa droplet application in Xcode\tcocoa\nHow do I get the 'size' of document stored in an oracle blob column in a readable form using SQL?\toracle\nHow configure a RESTful controller in Spring 3 with annotations?\tspring\nProperly implement a webpart with postback?\tsharepoint\nSingle read-only user for svn\tsvn\nNSTask and which not finding my installed git location\tcocoa\nHow to change string into QString?\tqt\nHow was my WordPress site hacked?\twordpress\nMATLAB: element-wise array replication according to a count\tmatlab\nExit Shell Script Based on Process Exit Code\tbash\ncancel or abort ajax call in ie 6,7,8\tajax\nThe easiest way to write NSData to a file\tcocoa\n\"How to disable the \"\"auto format\"\" feature of VisualStudio2008 editor?\"\tvisual-studio\nPattern matching string prefixes in Haskell\thaskell\nHow do you copy a file into SharePoint using a WebService?\tsharepoint\nhow to add filterclass into applicationContext?\tspring\nHow do I enable applets on Mac Firefox 3.0.1?\tosx\nDetermine if a function exists in bash\tbash\nScala compiler error passing null?\tscala\nHow can I stop cl.exe from terminating when a user logs out?\tvisual-studio\nRecommendations, thoughts, tips and tricks, or peanuts on moving from wordpress to django\twordpress\nIs there a way to optimise this program in Haskell?\thaskell\nHow can I schedule a report in SharePoint to run on the last day of the month?\tsharepoint\nHow do I get a code window to split vertically in Visual Studio 2008? (not HTML mode)\tvisual-studio\nRead and write from/to a binary file in Matlab\tmatlab\nFeedback form on Drupal 6 CCK content type\tdrupal\nlog4j:WARN No appenders could be found for logger in web.xml\tspring\nDeclcaring variables in Excel Cells\texcel\nBest way to migrate site content into a new SharePoint site\tsharepoint\nRunning multiple sites on a LAMP with secure isolation\tapache\nexcel group with hidden rows\texcel\nReducted funtionality using FBA in sharepoint\tsharepoint\nScala - which characters can I omit\tscala\nSharepoint/WSS: helping writing xpath conditional expression\tsharepoint\nDrupal: Views: grouping relationship in block list\tdrupal\nWhy do you hate sequences on Oracle?\toracle\nProblems with ArrayList items and hibernate\thibernate\nQt::Tool window diassapears when application become inactive.\tqt\nWhat's best Drupal deployment strategy?\tdrupal\nORA-01031: insufficient privileges creating JMS connection to Oracle topic\toracle\nIn a QTableWidget, changing the text color of the selected row\tqt\nCan I do something like this in haskell\thaskell\n\"[VS] How do I add Debug Breakpoints to lines displayed in a \"\"Find Results\"\" window\"\tvisual-studio\nHow to relate between two classes with mongodb and spring?\tspring\nHow to disable Oracle XE component which is listening on 8080?\toracle\nQt Python: QTextEdit - display input\tqt\nCompilation of QT Property Browser\tqt\nIs it normal to have a short delay after .innerHTML = xmlhttp.responseText; ?\tajax\nAJAX Library Strategies\tajax\nDecrease Qt GUI application size\tqt\nMagento XML layout\tmagento\nHow do I execute a PHP shell script as an Automator action on Mac OS X\tosx\n\"Can I send \"\"batched\"\" INSERTs to Oracle?\"\toracle\nIs Haskell, truly pure (is any language that deals with input and output outside the system)?\thaskell\nWhat is the BEST way to pull data out of the hibernate layer and into another tier?\thibernate\nHow to tab focus onto a dropdown field in Mac OSX\tosx\nIE not updating display after callpback pane updates the DOM\tajax\nHow do I authorize users on Telligent Community Server 2008.05 into another site?\tdrupal\nHow to select a subset of rows of a QTableView that match certain criteria?\tqt\n500 error when trying to add expires header to .htaccess\tapache\nWhat Subversion distributions are suitable for an enterprise\tsvn\nSorting MultiValue data numerically OR alphabetically - LINQ to SQL and C#3.\tlinq\nCompiled Matlab: application hangs at the end\tmatlab\nRunning Visual Studio in Parallels for mac - problem with debugging sites lying in os x\tosx\nWhat options do I have for reading Excel files and evaluating formulas in C#, Java and PHP?\texcel\nDo organizations ever use SharePoint on a port other than 80?\tsharepoint\nAjax dropdown limit to list\tajax\nHow to randomly select from a list of 47 names that are entered from a data file?\tmatlab\nRetrieving PHP variables from an AJAX form input\tajax\nCan't copy or paste text in Cocoa after deleted edit menu item\tosx\nwhere to find A mac virtual machine which i can run on windows to test my websites?\tosx\nGetting a unique ID for a window of another application\tcocoa\nWhy do I have to copy the libmysql.dll to the apache/bin directory to get the PHP extension to load properly?\tapache\nHow to glob variables in bash script\tbash\nI need a reccomendation for a wordpress Newsletter/Mailing list plugin\twordpress\nHandling large amount of structures in MATLAB\tmatlab\nWhy does declaring content as a string cause WinHttp not send HTTP content in Excel VBA?\texcel\nHow to recognize this simple capcha using MATLAB?\tmatlab\nWhat is the correct way to set up an observer in Magento?\tmagento\nMS Access & Excel: Turning a query with dynamic parameters into something useful\texcel\nVB.NET equivalent of optional Range argument in VBA function\texcel\nMagento CMS page (or block) mass import\tmagento\nWhat information can be gathered about remote host on ssh login\tbash\nWiring Twitter class of Twitter4j in Spring\tspring\nConverting convex hull to binary mask\tmatlab\nJoining other tables in oracle tree queries\toracle\nDetermine if NSNumber is NaN\tcocoa\nCan't delete recycling bin when code from svn is in it\tsvn\nSVN - Project in multiple solutions\tsvn\nOracle performance using functions in where clause\toracle\nmatlab code for the horizontal mean filter\tmatlab\nCalling custom PHP inside Drupal\tdrupal\nWhere is the code for the function under c in Screen's copy-mode?\tosx\nScala's simple-build-tool doesn't appear to run tests\tscala\nmatlab - How to find the image of the line at infinity corresponding to a plane?\tmatlab\nLoad CSS In Excel\texcel\nis magento overkill for a one-man webshop?\tmagento\nunique elements in a haskell list\thaskell\nsvn checkout and update without the .svn directory\tsvn\nShared files between projects in Visual Studio\tvisual-studio\nStuck on a subquery that is grouping, in Linq`\tlinq\nis ther a drupal function to jump out of the page rendering process and return a page not found?\tdrupal\nSharePoint 2007 - SQL Query to find a list of documents in site collection\tsharepoint\nIs Spring hard compaired to Ruby on Rails?\tspring\nSharePoint Security\tsharepoint\nHow do I  install and use wordpress.org  GeSHi syntaxhighlighter\twordpress\nMoving Mac's user settings to another users\tosx\nMagento and unsetting a custom boolean attribute\tmagento\nView Content of Deleted File Svn\tsvn\nWhat does ${2:-${1}} mean in Bash?\tbash\nWhat's the best way to report errors from a SharePoint workflow?\tsharepoint\nhow to put linq to sql in a separate project?\tlinq\nIs there  a way to get coordinates relative to the innermost NSView when the parent is not the window?\tcocoa\nWhat does the following function do?\tqt\nAccessing grouped sets of objects for a ListView\tlinq\nWhat are the advantages/disadvantages of using Oracle Auto Segment Space Management?\toracle\nHow can I estimate the size of an Oracle index?\toracle\nHow to check if Qt GUI application is already running (in Linux)?\tqt\nAJAX table update script\tajax\nWordpress 2.9 theme options admin page with image upload\twordpress\nMeaning of (+) in SQL queries\toracle\nSearching object property in a predefined list using HQL\thibernate\nPossible to load a web part inside another?\tsharepoint\nnavXT breadcrumbs plugin for wordpress, hide post title\twordpress\nHow can I clear the Warnings sections of the error list In VS2008?\tvisual-studio\nHow to batch delete using bulkUpdate\tspring\ncck remote file (image) field - I want to keep the cached copy of the image when the node is deleted\tdrupal\nSyntactic sugar for compile-time object creation in Scala\tscala\nScala: Exposing a JDBC ResultSet through a generator (iterable)\tscala\nspecifying constraint name in hibernate mapping file\thibernate\nHow to specify monospace fonts for cross platform Qt applications ?\tqt\nimport csv/excel file into magento database\tmagento\nIs it safe/possible to delete code from the table dba_source in Oracle 10g?\toracle\ndrupal :how to pass current userid as argument\tdrupal\nVisual Studio IDE layout tips\tvisual-studio\nHow to count the number of times a fuction was called, the FP way\thaskell\nCocoa Framework Issue\tcocoa\nHow I can disable the second-level cache of some certain entities in Hibernate with changing annotations\thibernate\nIs it safe to manipulate objects that i created outside my thread if i don't explicitly access them on the thread which created them?\tosx\nGetting all the webpages of a SPWeb and subwebs that have a field with a value in Sharepoint?\tsharepoint\nis there a way to  combine Qt-Creator + Boost Library?\tqt\nSharePoint exception documentation\tsharepoint\nApplying LINQ to Objects Group By and Sort By to generic List<T> (C#)\tlinq\nVisual Studio, MS Build\tvisual-studio\nOvercome Wordpress Memory Exceeded Limit, WITHOUT changing server's limit.\twordpress\nMATLAB ismember() problem\tmatlab\nResources for building a Visual Studio plug-in?\tvisual-studio\nProduct options and Add To Cart button don't appear on some pages in Magento\tmagento\nPortalSiteMapProvider causing excessive SPRequest objects\tsharepoint\nReading from a file not line-by-line\tqt\nHow to store information in a Excel WoorkBook\texcel\nHaskell compiler error: not in scope\thaskell\nApache+Tomcat6+Struts2 redirect problem\tapache\nExcel VBA: Copy rows from another workbook, but just the function results\texcel\n\"is there a way to use a different URL structure for \"\"static\"\" pages in WordPress 2.9?\"\twordpress\nSet a QComboBox or QSpinBox to a value not allowed\tqt\n\"SharePoint List Error: \"\"Value does not fall within the expected range\"\"\"\tsharepoint\nWhat do you do about references when unloading a project in Visual Studio?\tvisual-studio\n[Haskell] Space Leak\thaskell\nApache .htaccess rewrite question\tapache\nConverting vector image to Quartz 2D code\tosx\nUse HTTP Auth only if accessing a specific domain\tapache\nIdiomatic IO with scala\tscala\nBash combine two arrays\tbash\nPHP: Iterate through folders and display HTML contends\twordpress\nHow can I find which tables reference a given table in Oracle SQL Developer?\toracle\nMcAfee deletes code from VBA module\texcel\nSpring 3.0: Unable to locate Spring NamespaceHandler for XML schema namespace\tspring\nCreate WebApplication with Drupal: development steps...\tdrupal\nDrupal - displaying the title of the node within a block\tdrupal\nHow do I return the address of the currently copied range in Excel?\texcel\ndrawing in other processes window on macosx?\tosx\nCannot hide Controls in NSView\tcocoa\nIn Subversion, is it possible to merge back changes made in a branch of a branch?\tsvn\n\"Scala type inference failure on \"\"? extends\"\" in Java code\"\tscala\nGet visible rectangle of QGraphicsView?\tqt\nhow to clear the textbox value of asyncfileupload .. ?\tajax\nCan I select multiple objects in a Linq query\tlinq\nLinq expression for surrounding numbers in an array\tlinq\nMac: Setting up SVN for personal development\tosx\nIs there a public source code repository for the Official Mac Github.com client?\tosx\nInt vs Integer in class instance\thaskell\nRandom WordPress Admin 404s\twordpress\nAjax call completed event\tajax\nApahe configuration with virtual hosts and SSL on a local network\tapache\nIs there a way to programmatically concatenate excel files?\texcel\nGetting the name of document that used to launch the application bundle on OS X\tosx\nVisual Studio reference x64 GAC\tvisual-studio\nHibernate not reflecting changes\thibernate\nUsing items in the background of a QGraphicsScene\tqt\nDisplay separator in Sharepoint AspMenu control\tsharepoint\nHibernate not fetching public member\thibernate\nmagento - error on checkout page\tmagento\nSharing same model in two QGraphicScene instances in Qt\tqt\nTry to svn checkout, but get: svn: '.' is already a working copy for a different URL\tsvn\nHow to configure spring HandlerExceptionResolver to handle NullPointerException thrown in jsp ?\tspring\nSharePoint - Site.RootWeb.AllUsers not returning all users\tsharepoint\nIdiomatic, classy, open-source examples of Cocoa Interfaces?\tcocoa\nRewrite Url with apache2\tapache\n\"Why have \"\"while(1);\"\" in XmlHttpRequest response?\"\tajax\nHow to catch arbitrary exception in Haskell?\thaskell\nView Reduction Steps in Haskell\thaskell\nHow can I suppress the output due to a SIGSEGV or a SIGFPE in a Fortran 90 program?\tbash\nCocoa: Quartz, Core Graphics, Context vs View. Oh My!\tcocoa\nWhy does running a script from SQLPlus not require a password?\toracle\n\"Haskell: can't use \"\"map putStrLn\"\" ?\"\thaskell\nIs there a good reason to configure hibernate with XML rather than via annotations?\thibernate\nStop Linq2SQL using Named Pipes?\tlinq\ndrupal how to see the query when the node is created or any contetn type is created\tdrupal\nAny way to get SharePoint to STOP converting attachment file names to all lower case on inbound emails?\tsharepoint\nMagento as low as price displays on some pages but not all?\tmagento\nInternal redirects after using Apache's mod_rewrite\tapache\nNeed help on Apache htaccess redirect rule\tapache\ngood combination of a c++ toolkit/library, cross platform db (not necessarily sql)\tqt\nIn a bash script, how do I sanitize user input?\tbash\nExporting MySQL to Excel\texcel\nHow to format numbers according to locale in Haskell?\thaskell\nloaded image Qsize\tqt\nPutting values in error.getModel in onBindAndValidate\tspring\nHow to handle XML Character reference in scala?\tscala\nWordPresss Plugin Development\twordpress\nLINQ ISNULL\tlinq\nBest practices for getting cross-site JSON responses to POST?\tajax\nExcel 2000 VBA: Errors Raised within Class Debug As If Raised at Property Call\texcel\nWhere can I find the file VisualSVNServerHooks.exe\tsvn\nChange File Save Location\tcocoa\nNeed to increase PHP memory_limit for specific directory NOT entire server\twordpress\nVisual Studio Keyboard Shortcut to automatically add the needed Using statement\tvisual-studio\nexception generated with qtconcurrent and calling QTime:currentTime\tqt\nWhat folder should my application write its launchd file?\tcocoa\nComparing Mac's and Unix manuals?\tosx\nHow to find global position of text cursor?\tqt\nExcluding subdirectories with a pattern in subversion\tsvn\nspring enabled web application\tspring\nCustom URL aliases in Drupal 6\tdrupal\nWhen should I dispose of a data context\tlinq\nCreate subdomain upon user registration\tapache\nSimple inter-proccess communication in Qt4\tqt\nHow to assign null to sql entity columns\tlinq\n\"How can I use the \"\"Publish\"\" function in Visual Studio 2008 without erasing the contents of the target folder?\"\tvisual-studio\nSQLite data into Excel?\texcel\nWhy use Apache over NGINX/Cherokee/Lighttpd?\tapache\nBash alias of an svn command piped to awk\tbash\nLocking a screen in 10.6\tosx\nSimple rewrite rule for a nginx + apache2 with mod_wsgi\tapache\nWhat is the best book for learning Scala for an experienced programmer?\tscala\nDrupal import Tweets from Twitter as Nodes\tdrupal\nHow can I find the  index of a row for a value in excel  É\texcel\nOracle deadlock detection tool\toracle\nQt::How to lower the text in a qspinbox\tqt\nRandom line break showing up when .load() results display on page\tajax\nHow to limit concurrency when using actors in Scala?\tscala\nHow to get notifications of NSView isHidden changes?\tcocoa\nSVN marks entire files as conflicted\tsvn\nConstraintViolationException VS DataIntegrityViolationException\tspring\nSVN in-place import and checkout\tsvn\nDrupal How to get a view to display as columns rather than rows\tdrupal\nMagento - Layout\tmagento\nHow to get google page rank and number of searches in excel sheet\texcel\nSpring MVC DefaultRequestToViewNameTranslator capitalization issue\tspring\nHow do I remove URL parameters from an apache 301 redirect?\tapache\ncan we build a Mac installer with a delayed restart?\tosx\nMagento image upload problem ....\tmagento\nMS Access Reporting - can it be pretty?\texcel\nASP.Net ScriptControl - Add the Javascript get_events method : Possible?\tajax\nExcel VBA: Help with deleting cells based on conditions\texcel\nHow Do I Programmatically Check if a WordPress Plugin Is Already Activated?\twordpress\nLinq and heavy blobs\tlinq\nHow to update a postgresql array column with spring JdbcTemplate?\tspring\nHow to use svn with beyond compare 3\tsvn\n\"Saving \"\"heavy\"\" image to PDF in MATLAB - rendering problem\"\tmatlab\nWhy is this form of haskell acceptable, but the other form raises a type error?\thaskell\nCan't I use annotation to indicate a bean is a primary bean\tspring\nWhy doesn't git-svn use the Subversion repositories UUID instead of its URL\tsvn\nProblem adding item to sortable list\tajax\nWordPress: Is it possible to make one particular post always on TOP on blog.wordpress.com?\twordpress\nhow to add more simple products into configurable products using magento API\tmagento\nGenerate Contour Given X, Y and Z  vectors\tmatlab\n\"How to implement the \"\"Edit\"\" menu with \"\"Cut\"\", \"\"Paste and \"\"Copy\"\"?\"\tqt\nHow do I set the execuable attributes with qmake for a c++ project?\tqt\nhow to remove large amount of files using rm\tbash\nHow to split a Scala script into multiple files\tscala\n\"AJAX leading to more \"\"chattiness\"\"\"\tajax\nIn AJAX how to retrive variable from inside of onreadystatechange = function ()\tajax\nOracle and auto_increment/identity\toracle\nRowNum vs Row_Number\toracle\nDisplaying all attributes on the simple product table of a grouped product - Magento\tmagento\nSpring: Remove singleton\tspring\nIs it possible to add a method to a built-in type in Scala?\tscala\ncall a method with jQuery AJAX\tajax\nNeed help with Apache Rewrite issues\tapache\nhaskell list to tuple\thaskell\nWill installing the Visual Studio 2010 +Oslo CTP screw my Visual Studio 08 install?\tvisual-studio\nRaise and lower QTreeWidgetItem in a QTreeWidget?\tqt\nAnimations with full alpha in QT 4.4?\tqt\nAJAX (prototype/php) getting partial status updates during script execution\tajax\nnetbean subversion\tsvn\nOracle PL/SQL: Any benefits in changing PLSQL_CODE_TYPE from interpreted to native ?\toracle\nOracle INSERT giving error in C#.\toracle\nMail Message Link Handling\tosx\nMagento - zend - backend error\tmagento\nLightbox not working in Ajax.Updater div (prototype)\tajax\nHow do I roll out a Matlab app for others to use?\tmatlab\nExcel 2007 - Sheets.add from template file loses formatting\texcel\nHow do I override NSError presentation when bindings is involved?\tcocoa\nHow to Open Terminal Window Automatically on Mac OS X\tosx\nQuestion about QThread implementation\tqt\nPDB files in VisualStudio bin\\debug folders\tvisual-studio\nhibernate - projection a component\thibernate\nCocoa Bad Habits\tcocoa\nSVN Firefox Plugin\tsvn\nHaskell CPS Programming Style Problem\thaskell\nHow to force Linq to update last edit time of a row?\tlinq\nUsing Scala Actors to create sth like a Pipeline\tscala\nHow do I restore a transient field in Hibernate like readResolve() for hibernate serialization?\thibernate\nHow to correctly implement OpenSessionInView with Spring 3.0 and Hibernate 3 (in liferay portlets)?\tspring\ncapture types of varargs parameters\tscala\nUsing single quote when building a string in Cocoa\tcocoa\nDisabling serving PHP files from a folder in .htaccess\tapache\nosx mysql gui with plain text output?\tosx\ndisabling Drupal's CSS/JS aggregation for admins\tdrupal\nQDockWidget - remove handle\tqt\nOracle Export: ORA-31600: invalid input value EMIT_SCHEMA for parameter NAME in function SET_TRANSFORM_PARAM\toracle\nWhy should I have a version control system if I use time machine?\tosx\nSVN and binaries\tsvn\nobtain current svn revision in webapp\tsvn\nsvn post-commit hook doesn't have persmissions to create file in working copy directory\tsvn\nLINQ + lightweight database, which db to choose?\tlinq\nMapping the :edit command to a certain editor\thaskell\nHow to make Matlab xUnit work on Matlab R2008b (7.7)?\tmatlab\nHow can I make Visual Studio wrap lines at 80 characters?\tvisual-studio\nImplementing a very simple 'Wine Rating System' in Haskell\thaskell\nIs linq a cursor?\tlinq\nWhere can I store a QAction(Group) ID?\tqt\nAre there any Jira plugins for Visual Studio?\tvisual-studio\nIs there a realtime apache/php console similar to webrick or mongrel with ruby on rails?\tapache\nScala collection type for filter\tscala\nHow can you draw a bezier curve in Matlab\tmatlab\nWhat is the cheapest payment processing system for Magento?\tmagento\nHow do I send automated e-mails from Drupal using Messaging and Notifications?\tdrupal\nWhy does Cocoa returns an empty string occasionally?\tcocoa\nShow/hide QDockWidget?\tqt\nHow to check for COMMAND key held down Java/SWT at startup on Mac OS X\tosx\ngprof reports no time accumulated\tosx\nUnderstanding the results of Execute Explain Plan in Oracle SQL Developer\toracle\nWhy is WordPress considered to be poorly programmed?\twordpress\nODBC connect with propritary driver/Excel Trust settings\texcel\nWhy would Spring's HibernateTemplate's loadAll() method generate updates for each row?\thibernate\nReally dumb question about haskell\thaskell\nCannot derive a Show instance for data containing UTCTime\thaskell\nBash script does not continue to read the next line of file\tbash\nweb toolkit that does all of this?\tajax\nCode template's indentation is buggy for code behind files in VS2005?\tvisual-studio\nusing subversion with a really really big site\tsvn\nPHP Server settings causing problem\tapache\nImporting selective data using impdp\toracle\nQt context menu breaking selection in QTreeView\tqt\nTortiose SVN Revisions\tsvn\nWordpress 2.8+ and IE8 display problems?\twordpress\nHibernate and Flyweight\thibernate\nHow to determine a PL/SQL function's schema from within the function\toracle\nReplace (translate) one char to many\toracle\nBoolean Expressions in Shell Scripts\tbash\nHow can I speed up SVN updates?\tsvn\nemail from bash script\tbash\nHow to programatically get current battery level with COCOA\tcocoa\nMATLAB runs out of memory during program execution\tmatlab\nMask redirect to temporary domain with mod_rewrite\tapache\nAdvanced search with Drupal (Views and CCK)\tdrupal\nHow to keep database connect alive?\tajax\nWordpress page grouping\twordpress\nGetting started with Apache, MySQL, and (PHP, Perl, Python) on a Mac\tosx\nWhat's the best way to add a composite property for binding to an existing class\tcocoa\nHow to make Spring load a JDBC Driver BEFORE initializing Hibernate's SessionFactory?\tspring\nWhat are the precise rules for when you can omit parenthesis, dots, braces, = (functions) etc?\tscala\ndrupal what if we have designed a content type with existing fields\tdrupal\nHibernate Criteria query - Class cast exception\thibernate\nExcel merge and formatting\texcel\nIs it bad practice to send an  actor a message from something which is not an actor?\tscala\ndynimically created DOM can't hold up in cache\tajax\nAjax Toolkit ReorderList Two components with the same id 'componentid' can't be added to the applicaiton\tajax\nWhat's the best way to have multiple groups of simple featured products in Magento?\tmagento\nImporting an svn branch into git\tsvn\nPreventing ajax-jquery loaded external file from caching in IE\tajax\nList[Map[String,A]] to database table in scalaquery\tscala\nSpring & Hibernate SessionFactory - recovery from a down server\tspring\nArray Constants in Excel\texcel\nConflicting nested inherited traits\tscala\nHi, Any body suggest me how to write formuale in EXCEL for my requirement\texcel\nAjax books and tutorial\tajax\nGenerating vectors in MATLAB\tmatlab\nBASH :: find file in archive from command line\tbash\nResources Of Macintosh Development\tosx\nIs it legal to remove link to Wordpress' site?\twordpress\nSharepoint: How to programmatically manage SPFolder and SPListItem permissions\tsharepoint\nExcel Interop Updating Formulas\texcel\nScala wont pattern match with java.lang.String and Case Class\tscala\nWhat are the File Permission Signs @ and + for?\tosx\nHow to auto-size column-width in Excel during text entry\texcel\nIs there a linq-y way to union collection properties of a collection of objects?\tlinq\nHow do i get rid of NaNs in matlab?\tmatlab\nOSX Security Framework NameAndPassword sample application\tosx\nSuppressing / controlling logging in org.apache.xmlrpc.XmlRpcClient ?\tapache\nHow do I extract the angle of rotation from a QTransform?\tqt\nGetting started with Visual Studio Designer\tvisual-studio\nCreating an admin url for Magento that is admin.magentostore.com (not /admin)\tmagento\nHow do I set a dependency on Spring Web Services in my POM.xml\tspring\nHow do you know what a good index is?\toracle\nOracle datafiles on a Network Share\toracle\nShow only current category’s products in Product View\tmagento\nCustom joins entitys on Hibernate\thibernate\nNeed help with a linq query please!\tlinq\nIs it possible for bash commands to continue before the result of the previous command?\tbash\nIs there a way to force apache to return 404 instead of 403?\tapache\nHow can I get the max of an arbitrary property from a list in Scala?\tscala\nWhy does my nib's window close immediately?\tcocoa\nCreate editable new rows to a table\tajax\nWhat is the best method for creating your own Wordpress loops?\twordpress\nConvert Option[Object] to Option[Int] Implicitly\tscala\nIs there syntactic sugar for binding a value inside an anonymous function in Scala?\tscala\nWhat are the alternatives to using Expand in a LINQ to ADO.net Data Service Query?\tlinq\nWhat is the correct procedure to install a Drupal security patch?\tdrupal\nWhat is the best way to escape non-format characters in Oracle's to_char?\toracle\nCreating a custom EditorPart in SharePoint\tsharepoint\nConvert content from excel cells from string duration to number of minutes\texcel\nUsing Hibernate to 'order by' a column which having a expression(sum, max, ...)?\thibernate\ndrupal node update permission once a week\tdrupal\nHow do I refresh the relationships in a dataset?\tvisual-studio\nQT QImage pixel manipulation problems\tqt\nInterface Segregation in Qt\tqt\nAdding presence indicator to a custom web part\tsharepoint\nDiscovering a functional algorithm from a mutable one\tscala\nWordpress custom theme's 404.php > Does Google see it as a true 404 redirect?\twordpress\ni inserted a search field into wordpress and it wont show.\twordpress\nGetting the current stack trace on MacOSX\tosx\nHot to select items in NSOutlineView without NSTreeController?\tcocoa\nApache Whitelist reverse proxy\tapache\nadsense iframes create new sessions on my server\tapache\nHaskell execution sequence\thaskell\nWhat's the best way to validate a user-entered URL in a Cocoa application?\tcocoa\nWhat is the relationship between unboxed types and strictness?\thaskell\nHow do I ensure that I am dynamically linking my application to the Qt framework in Qt Creator?\tqt\nDisable drag/drop in QtWebkit\tqt\nhow to configure Magento in my local xampp\tmagento\nDoes anybody have experience with Visual Studio 2008 on Windows 7?\tvisual-studio\nHow do I create an excel macro that changes the height of a cell\texcel\nOracle Default Values\toracle\nWhy the valid looking statement gives error in MATLAB?\tmatlab\nHaskell - interpreting a number\thaskell\nModify an Excel sheet from Matlab\tmatlab\nSpring + SOAPExceptionImpl: Error during saving a multipart message\tspring\nset Request Header in javascript\tajax\nRemove VSMacros80 directory\tvisual-studio\nWhat is the best, python or bash for selectively concatenating lots of files?\tbash\nCreate XML using Linq to XML and arrays\tlinq\nHow to mix binding (<-) and assignment (let) in one line? (in Haskell)\thaskell\nMagento 3.1 - Left Hand Menu\tmagento\nCreating Site Templates from MOSS publishing sites\tsharepoint\nGet all Comment ID's within a Drupal node\tdrupal\nLinq - Casting IQueryable to IList returns null - WHY?\tlinq\nAjax won't get past readyState 1, why?\tajax\nFILTER BY ATTRIBUTE MAGENTO\tmagento\nTimespan to string problem in LINQ query\tlinq\nMatlab- select data from a 3d plot\tmatlab\nmatlab error using m power\tmatlab\nBash: Echoing an argument after a slash inserts a blank character\tbash\nhardening drupal for a  live deployment\tdrupal\nsetting page access permissions in drupal\tdrupal\nDrupal: Create custom search\tdrupal\nGlobal hotkey poller via python for Mac OS X\tosx\n\"\"\"Click to execute\"\" in Mac OS X\"\tosx\nNSTask returning HTTP Headers\tcocoa\nImport ITK/VTK into Matlab or Matlab into VTK/ITK environment?\tmatlab\nMagento custom module image restore\tmagento\nBest way to show notifications and messages LIVE on a webpage?\tajax\nWhat are the minimum hardware requirements for IIS 6.0 and Apache 2.x?\tapache\nCan't make hibernate stop showing SQL using Spring JPA Vendor Adapter\tspring\nSharepoint refine results control only uses the current pages values.\tsharepoint\nHow do I get rid of the dots!\tvisual-studio\nscalar subquery in if statement Condition in PL/SQL\toracle\nApache rewrite rules redux\tapache\n\"Issue with Haskell's \"\"do\"\"\"\thaskell\nScala can't multiply java Doubles?\tscala\nHow does [UIView beginAnimations] work?\tcocoa\nHow do I select a file within a .app in Mac OS X?\tosx\nHow to extract terms of specific data constructor from a list in Haskell\thaskell\nLINQ: Using INNER JOIN, Group and SUM\tlinq\n[super viewDidLoad] convention\tcocoa\nIs storing config variables in an XML file on a PHP site under the site root too risky?\tapache\nSelf-referencing updates in HQL\thibernate\nHow can I find the absolute maximum or minimum of a multi-dimensional matrix in Matlab?\tmatlab\nIs there a Scala command-line debugger?\tscala\nIs there any good oracle podcasts\toracle\nChanging SVN Repository\tsvn\nQt Linking Error.\tqt\nWhat are my IDE/Editor choices for Haskell?\thaskell\nmrdivide function in Matlab- what is it doing and how to do it in Python?\tmatlab\ntable alias in linq edmx\tlinq\nMATLAB: Assign multiple colors to text in legend\tmatlab\nPOST versus Ajax call\tajax\nOracle Floats vs Number\toracle\nMapping multi-Level inheritance in Hibernate with Annotations\thibernate\nMake visual studio deploy a folder's content without having to update it in the project\tvisual-studio\nSpring Security Encypt MD5\tspring\napache redirect from non www to www\tapache\nSQL: the semicolon or the slash?\toracle\nHibernate/JPA - annotating bean methods vs fields\thibernate\nWhy can't I select symbolic links in NSOpenPanel?\tcocoa\nExplain Plan for Query in a Stored Procedure\toracle\nVS2008 Macro: Perform action on every code file in the solution\tvisual-studio\nHibernate: How to make Hibernate delete records from child table when deleting parent if child is linked to parent with many-to-one?\thibernate\nHow do I use regular expressions in bash scripts?\tbash\nCheckbox filtering in Magento admin grid\tmagento\nHibernate Oracle Tablespace Annotation\thibernate\nHow do I use Spring's IdToEntityConverter to do my Entity Type Conversion during form binding?\tspring\nPrint text in Oracle SQL Developer SQL Worksheet window\toracle\nMagento: Fixed shipping cost BELOW certain basket price.\tmagento\nAudit Schema Mapping with Hibernate\thibernate\nHow to plot lines between all points in vector in Matlab?\tmatlab\nCreate Excel document from a ContentType in SharePoint\texcel\nLSUIElement application that starts a window with an application menu?\tcocoa\nCan't get Xdebug to work on Windows 7\tapache\nVerificationException Operation could destabilize the runtime on Simple LINQ Query\tlinq\nHow to pass URL variables into a WordPress page\twordpress\nresolving svn binary conflicts\tsvn\nApache .htaccess hotlinking redirect\tapache\nSharepoint Requirements\tsharepoint\nMigrating Wordpress to another host: Can't login b/c it's confused about the host!\twordpress\nShipping cost calculate\tmagento\n\"Detecting failure of a Bash \"\"export\"\" value\"\tbash\nTiming the Release branch\tsvn\nEclipse Spring Builder set properties with Groovy beans\tspring\nMATLAB: Convert two array to a sparse matrix\tmatlab\nExtraction of data from a simple XML file\tbash\nGADTs and Scrap your Boilerplate\thaskell\nGenerating CSV file for Excel, how to have a newline inside a value\texcel\nbash script to watch a folder\tbash\nHow to log the time taken by methods in Springframework?\tspring\nHow dangerous is this sql query?\tdrupal\nWhat does the parantheses signify in (x:xs) when pattern matching?\thaskell\nCan you modify text files when committing to subversion?\tsvn\nUndo SVN delete ./* --force\tsvn\nAsynchronous UpdatePanel within WordPress Post\twordpress\nWordPress widget (or sidebar) hooks\twordpress\nHow to use Svn and Perforce simultaneously\tsvn\nHaskell Convert Byte String To UTC Time\thaskell\nCustom SharePoint List View - can I put it in a feature (WSP)?\tsharepoint\nCode in NSTimer prevents automatic sleep\tcocoa\nHow to get values of bind parameters from Oracle JDBC PreparedStatement object\toracle\nHow do you add html/styling to the author profile on wordpress?\twordpress\nBash plugin help: Auto insert closing bracet with cursor in middle\tbash\nHow do you create a Visual Studio Solutio File (.sln) in the same directory as the web project\tvisual-studio\nNeed help in resolving error in predicates for And operator in LINQ\tlinq\nSpring and view resolvers\tspring\nParallel Matalb and logging\tmatlab\nDate Popup module - I want a Time Popup as well\tdrupal\nArray in Scala 2.8 (beta)\tscala\nMAC OSX, which version of MySQL should I download?\tosx\nLinq Multiple Grouping\tlinq\nhelp with selecting rows using awk\tbash\nMouse events for an NSSegmentedCell subclass?\tcocoa\nElegant way to handle upsert with Hibernate and MySQL\thibernate\nAffiliate programming in Magento\tmagento\n\"Automate \"\"Attach to Process\"\" in VS2005/2008\"\tvisual-studio\nPadding has blue border in IE and Firefox but not in Chrome.\twordpress\nIs there a problem-free way to run Scala unit tests in Eclipse integrated nicely?\tscala\nUnmanged x64 assemblies in mixed .NET development environment\tvisual-studio\nIntermittent Problems loading type\tsharepoint\nGlobalizing source code\tvisual-studio\nDoes ClearCase fit our development process?\tsvn\non GHC extensions\thaskell\nDrupal reserve checkbox module?\tdrupal\nCustomer session is different in different parts of a Magento website\tmagento\nBulk inserts with Spring / Hibernate\tspring\nWhat was the name of the Mac (68000) assembler?\tosx\nIn Oracle, is there a function that calculates the difference between two Dates?\toracle\nHow to switch back to a previous version of a file without deleting its subsequent revisions?\tsvn\nissue with QT slider signal/gui\tqt\nHow do I make tab control take over entire window in Qt Creator?\tqt\nsurvey results in sharepoint\tsharepoint\nDeploying Control Adapters in SharePoint\tsharepoint\nrefactoring LINQ IQueryable expression to remove duplicated portions of queries\tlinq\nTrouble configuring AspectJ LTW with Tomcat and Spring\tspring\nAjax Post method using jquery\tajax\nstsadm differential backups when directories are renamed?\tsharepoint\nHow do I improve Windows Subversion client update performance?\tsvn\nhelp on integrating oracle BI into existing application\toracle\nw3Schools gives some basic example for web based languages is there any kind of equiverlent for Studio Basic?\tvisual-studio\nLinq to Sql - Set connection string dynamically based on environment variable\tlinq\nusing the passwd command from with in a shell script\tbash\nMAtlab combining edge region back into image\tmatlab\nIs there an analogue to Qt's QCanvas in Windows Forms?\tqt\nHow can you automaticly insert a namespace for a Visual Studios snippet?\tvisual-studio\nHow should I specify the type of JSON-like unstructured data in Scala?\tscala\nList potential applications that could open a file\tosx\nAutomatic configuration reinitialization in Spring\tspring\nExtending a sequence statistically in MATLAB\tmatlab\nUpdating ASP.NET label while processing\tajax\nDrupal onChange auto populate another CCK select list\tdrupal\nSymbols or Case Classes for sending messages to Scala Actors?\tscala\nHow to set up a not-local svn-server?\tsvn\nWhy does Apache return a 503 error for ant's get task, but not for my browser?\tapache\nWhich is the best Scala IDE?\tscala\nAd targeting for individual posts in Wordpress\twordpress\nCan I pass an arbitrary block of commands to a bash function?\tbash\nHow to use environment variable inside a quoted string in BASH script\tbash\nHow to customize the readline keybindings of ghci\thaskell\nspring security integrate with facebook connect\tspring\nAdd another node display (like teaser, full node) to Drupal\tdrupal\nHiding the text before an input to only $-sign in Bash?\tbash\nbash/mysql complains about ) character\tbash\nHow Can a Plugin Hijack a URL in WordPress?\twordpress\nExcel Formula Null Value\texcel\nHow assign bean's property an Enum value in Spring config file?\tspring\nFilter linq list on property value\tlinq\nusing bash to get revision number from subversion\tbash\n\"Is it possible to \"\"link\"\" two cells in Excel via some sort of formula?\"\texcel\nmap marker on Unirgy storelocator in Magento\tmagento\nIn hibernate statistics whats the difference between load and fetch\thibernate\n\"The prefix \"\"security\"\" for element \"\"security:http\"\" is not bound\"\tspring\nsed replace command inside of a bash script?\tbash\nOffice XP Shared Addin VS 2008\tvisual-studio\nhow to remove command line color highlighting of Vista Samba shared directories in Ubuntu?\tbash\nHow do I remember which way round PRIOR should go in CONNECT BY queries\toracle\nHow to install Java class on Oracle on Solaris\toracle\nHow are Scala traits compiled into Java bytecode?\tscala\nUsing LINQ to get column value from column name when you have the row?\tlinq\nHow do I create an XML root node in Scala without a literal element name?\tscala\nActive link state help WORDPRESS\twordpress\nPreventing NaN from being persisted by Hibernate\thibernate\n\"Grep with \"\"half\"\"-exact match\"\tbash\nHow to get rid of VSMacros80 folder from project root?\tvisual-studio\nMagento - making a new getProductCollection() function\tmagento\nRetain cell address when sorting list\texcel\nExcel Add-in doesn't get the hint\texcel\nAjax request with JQuery on page unload\tajax\nHow do I open a new visual studio instance using EnvDTE?\tvisual-studio\nReturning redirect as response to XHR request.\tajax\nUsing $@ properly (BASH)\tbash\nHow do typeclasses and modules interact?\thaskell\nHaskell - how to write array to file?\thaskell\nBash: easy way to put a configurable load on a system?\tbash\nList construction in Haskell\thaskell\nLINQ and dbml file\tlinq\nA generic quicksort in Scala\tscala\nHow can I set I checkbox to true in a MATLAB gui?\tmatlab\nUnderstanding Haskell's fibonacci\thaskell\nMysterious cosmetic Visual Studio Editor issue\tvisual-studio\nHow to match newlines with Alex/Haskell\thaskell\nRoles/Priviledges in a Spring/Hibernate application\tspring\nProblems with IBOutlet getting nil.\tcocoa\nHow do I get the values of #define-d constants?\thaskell\nIs it possible from Spring to inject the result of calling a method on a ref bean?\tspring\nHow do I use Haskell's FFI on structs?\thaskell\nConstants in MATLAB\tmatlab\nScala abstract type bounds cross referencing\tscala\nAJAX requests Synchronous Vs Asynchronous\tajax\n\"How to use the alt/option key as the \"\"meta\"\" key in NetBeans on OS X\"\tosx\nSetting up KVO for calculated values, based on calculated values.\tcocoa\n\"\"\"Cannot change DataType of a column once it has data\"\" error in Visual Studio 2005 DataSet Designer\"\tvisual-studio\nCurve Fitting\tmatlab\nClean document roles in a Doc Library\tsharepoint\nWordpress - failed to write to disk MOV file\twordpress\ninteroperation between mercurial and subversion\tsvn\nReorder/shuffle values in a row/column in Excel.\texcel\ncolored build output in Visual Studio\tvisual-studio\naccess and display wordpress posts from out of wordpress.\twordpress\nIssue Using Hibernate Criteria object with composite key\thibernate\nExcel query table still works after deleting File DSN, how is that possible?\texcel\nMagento - determine which xml layout file a page is using?\tmagento\nSharing authentication between ASP.NET and WordPress\twordpress\nHow do you get Excel to refresh data on sheet from within VBA?\texcel\nGetting the NT-ID of a user in SharePoint\tsharepoint\nDrupal: best practice to arrange various Drupal entities into one site /subsection\tdrupal\nWhy is oracle spewing bad table metadata?\toracle\nWordpress root directory\twordpress\nContextual code generation in Visual C# 2008?\tvisual-studio\nIs Oracle BC4J Still Supported?\toracle\nHow to have AJAX trigger the browser's loading\tajax\nHow to benchmark apache with delays?\tapache\nExperiences developing offline solutions for SharePoint with InfoPath?\tsharepoint\nHow to access the current Subversion build number?\tsvn\nHibernate orm for a view\thibernate\nresizing an NSPanel to fit a dynamic NSMatrix and a button\tcocoa\nWriting MS Word 2007 XML\twordpress\nHaskell, HDBC, ODBC, MySQL and Mac OS X\thaskell\nIs it possible for a MATLAB script to behave differently depending on the OS it is being executed on?\tmatlab\nOracle PL/SQL - Are NO_DATA_FOUND Exceptions bad for stored procedure performance?\toracle\nEscaping 'echo' in batch files\tbash\nHow do I delete a bash function?\tbash\nMATLAB class array\tmatlab\nHibernate/JPA/HSQLDB Enum issues...\thibernate\n\"MS Access 03 - muliplte \"\"ifs\"\" in one field of update query's criteria??\"\texcel\nSpring best practice for locking domain objects?\tspring\nHow does 'get' actually /get/ the initial state in Haskell?\thaskell\nImpose access limits from Apache to prevent scraping ?\tapache\nHaskell tool to rewrite import statements to name all imports?\thaskell\nMultiple messageSources in Spring configuration files\tspring\nHaskell cabal+hsc2hs\thaskell\nApache, PHP and MySQL portable?\tapache\nrbuic on windows\tqt\nHaskell doubt: how to transform a Matrix represented as: [String] to a Matrix Represented as [[Int]] ?\thaskell\nIntroduction to vectorizing in MATLAB - any good tutorials?\tmatlab\nrunning script stop in the middle\tmatlab\nHigh performance product catalog in asp.net?\tlinq\nSys.Serialization.JavaScriptSerializer in AJAX autocomplete\tajax\nHow do you deploy your common SharePoint library\tsharepoint\n\"Any difference between \"\"current row\"\" and \"\"0 preceding/following\"\" in windowing clause of Oracle analytic functions?\"\toracle\nHow do I emulate 'include' behaviour in Matlab?\tmatlab\n\"Why would \"\"/id\"\" as a HTTP GET parameter would be a security breach ?\"\tapache\nLinq OrderBy against specific values\tlinq\nhibernate mapping class\thibernate\nI changed the permalink structure in my Wordpress blog. How can I redirect to a more robust URL structure??\twordpress\nissues with magento\tmagento\nCarbon development on intel based mac\tcocoa\nDisplaying code snippets in Sharepoint wiki\tsharepoint\nHibernate transaction problem\thibernate\nReSharper sluggishness\tvisual-studio\nMake SVN directory locally read-only\tsvn\nSetting up a basic web proxy in apache?\tapache\nWhy do processes spawned by cron end up defunct?\tbash\nHow do you test that a Range in Excel has cells in it?\texcel\nExplanation of Cocoa @selector usage.\tcocoa\nChange Alpha on Main Window - Cocoa\tcocoa\nDoes Oracle allow an ORDER BY within an IN clause?\toracle\nLINQ to SQL bug (or very strange feature) when using IQueryable, foreach, and multiple Where\tlinq\nA better way to test the value of an Option?\tscala\nHow to limit RAM usage in Oracle 9\toracle\nDifferent between AddRole and AddRoleDef in SharePoint usergroup.asmx?\tsharepoint\nshort way to breakOut to specific collection type?\tscala\nFree PHP editor for Mac?\tosx\nWhy the splash window can’t show before the App lunch?\tcocoa\nSharepoint, Create View, Filter Properties\tsharepoint\nHow to Run a workflow on an item inserted by an anonymous user\tsharepoint\nLINQ to Entity Framwork: return sorted list of related rows\tlinq\nscala: mixins depending on type of arguments\tscala\nMap virtual directory to another web server in apache\tapache\nAjax and PHP help\tajax\nWhat is the difference between a var and val definition in Scala?\tscala\nDependency between operations in scala actors\tscala\nHow can I make my C++ ActiveX control print nicely in Excel?\texcel\nWhy doesn't Cocoa like this URL?\tcocoa\nHow to display configurable product in each color in product listing?\tmagento\nInclude jar file in Scala interpreter\tscala\nMagento Admin login kicks me out back to the Admin login\tmagento\nNSTableView -setDataSource not working when triggered by FSEvents\tcocoa\nGetting rows from a SQL table matching a dictionary using LINQ\tlinq\n\"Did you try Doloto \"\"AJAX application optimization tool\"\" ? have any comments/concerns about?\"\tajax\nAdding posts with thumbnail programatically in WordPress\twordpress\nWorkflow Auto Cleanup timer job does not run\tsharepoint\nSpring context files organization and best practices\tspring\nAjaxControlToolkit Accordion and databinding\tajax\nIn spring, what code is used to inject the value for the @PersistenceContext annotated variables?\tspring\nContents of PyString in Qt Creator debugger?\tqt\n\"Excel Prefixcharacter in C# with OLEDB causing \"\"Data type mismatch in criteria expression\"\" error on UPDATE\"\texcel\nIs it possible to see definition of Q_SIGNALS, Q_SLOT, SLOT(), SIGNAL() macros? (Qt)\tqt\nHow to properly make path handling robust in a bash program?\tbash\nApache with mod_dav_svn starts to consume a lot of memory\tapache\nSharePoint, WCF and Anonymous Access\tsharepoint\nSharePoint survey question ordering\tsharepoint\nHow do you clear your Visual Studio Cache on Windows Vista\tvisual-studio\nHandle www-authentication request using ajax?\tajax\nSpring servlet mapping - no css or jsp!\tspring\nsvn:externals and permissions\tsvn\nFile Structure / Architecture for AJAX Site?\tajax\nAjax Get +JQuery\tajax\nEscaped unicode to unicode character in Cocoa\tcocoa\nExcel Interop Formatting Issues\texcel\nSpreadsheet: Count Repeated Values In A Column\texcel\nHelp me understand FFT function (Matlab)\tmatlab\nIs it possible to customize magento admin area\tmagento\nDisk Activity in Applescript\tosx\nExcel reference to .NET DLL breaks with new version\texcel\nIn Qt how do I get a button press to set a spinbox to a certain value?\tqt\nOracle Documentation Generation Tool.\toracle\nHow to run a script on device mount in OSX.\tosx\nNAVT WordPress Plugin - Not working on index.php\twordpress\nhibernate: LazyInitializationException: could not initialize proxy\thibernate\nwhich platform do I need to install for qt for apps running on windows and linux\tqt\nQt Styles: How to style a widget that uses a .ui generated class?\tqt\nThread monitoring for scala actors\tscala\nImport Dumped SVN Repo into Visual SVN\tsvn\nProblem migrating Spring Web App from tomcat 5.5 to tomcat 6.0\tspring\nSharePoint: Can I see the content of a document in the ItemAdding() event handler?\tsharepoint\nPerformance data analysis in SharePoint\tsharepoint\njQuery and AJAX\tajax\nHow  do I resize QTableView so that the area is not scrolled anymore\tqt\nHow do you make this Haskell power function tail recursive?\thaskell\nSet session time out limit for magento frontend\tmagento\n\"Excel Interop \"\"FindAll\"\" Method\"\texcel\nPlot inverse colors in Matlab?\tmatlab\nUsing Java Lib with Scala Reserved Words\tscala\nMatlab interview questions?\tmatlab\nDoes oracle allow the uncommited read option?\toracle\nQt QSystemTrayIcon not sending activated signal\tqt\nWordpress blog setup script to create about, contact, privacy pages\twordpress\nExporting Native Excel 2007 Files From .NET\texcel\nChange default author in local svn repo\tsvn\nHow can a bash script know the directory it is installed in when it is sourced with . operator?\tbash\nScala: how to create XML nodes from some collection\tscala\nHow can I set the schema name used by hibernate entities at query time?\thibernate\nhibernate manytomany\thibernate\nHow is AJAX implemented, and how does it help web dev?\tajax\nHow to write an Excel function which returns a value from an SQL database?\texcel\nCreate a buffer in matlab\tmatlab\nMatlab Simulation: Point (symbol) Moving from start point to end point and back\tmatlab\nGet NSIndexSet from NSArray\tcocoa\nDSUM: How to define the criteria range using braces?\texcel\nMacintosh C Creating a navigation window to choose an app\tosx\nindexing data in Hibernate Search\thibernate\nHow haskell tail recursion works?\thaskell\nWordPress Database Backup Question\twordpress\nWhy am I stuck in this AJAX submit loop?\tajax\n\"How to \"\"Add Existing Item\"\" an entire directory structure in Visual Studio\"\tvisual-studio\nis there a scripting solution for determining the default application path for a file on the Mac?\tosx\nControl.Monad.State found in multiple packages haskell\thaskell\nUse a cat + grep as an included source in bash\tbash\nSimulink sim of rician channel ber process\tmatlab\nusing static wordpress login form on front page but links to another wp install?\twordpress\nCFStringRef to NSString\tcocoa\n\"How do I Suppress \"\"PL/SQL procedure successfully completed\"\" message in sqlplus?\"\toracle\nSimilar SVN Server software for OS X that's like Visual SVN\tsvn\nInfinite loop in haskell? (newbie)\thaskell\nAutomatic conversion of types for FFI calls in Haskell\thaskell\nMagento locate CMS page in cms.xml\tmagento\nsubversion upgrade question - 1.5.3 to 1.5.4\tsvn\nhow to use a variable in oracle script for the table name\toracle\nSet up Apache for local development/testing?\tapache\nErlang's term_to_binary in Haskell?\thaskell\nhibernate foreign key\thibernate\nIn hibernate how do I always use db server's timestamp?\thibernate\nfetching only part of a Drupal 6 menu\tdrupal\nHow Do I Loop Through An Excel Spreadsheet With VBA, Paste A Value To A Website Form Then Extract The Result Back?\texcel\nHow to wait in bash for several subprocesses to finish and return exit code !=0 when any subprocess ends with code !=0 ?\tbash\nMagento Backorder Availability Message\tmagento\nOnline dictionary - should I use AJAX for the search results?\tajax\nWhat is [] (list constructor) *really* in Haskell?\thaskell\nDo a complete flux of work on bash script\tbash\nBash == operator in [[ ]] is too smart!\tbash\nPyQt, Qt, one event handler working with many items\tqt\nHaskell: Constrain function on type Double to only work with Integers\thaskell\nWordpress Theme Demo\twordpress\nMagento: change to Product Name or Description not displayed on frontend.\tmagento\nHibernate: Persisting Objects\thibernate\nhtaccess Redirect to same file, but display different URL without having to change internal links?\tapache\nMagento - Simple Configurable Products Extension question?\tmagento\nmass convert excel files into tab delimted text files\texcel\nHow to update a web page without reloading the web page using AJAX?\tajax\nHibernate flush doesn't update database\thibernate\nVisual Studio solutions, do you nest them?\tvisual-studio\nProblem with const vs #define in Visual Studio\tvisual-studio\nWhere is the debug class path in netbeans / where does the spring config XML file go?\tspring\nQT 4.6 release date\tqt\nWhy cannot this.type be used for new instances\tscala\nwp_redirect acting weird. requires die() afterward?\twordpress\nHaskell: difference between . (dot) and $ (dollar sign)\thaskell\nApache - authorising a user in multiple groups\tapache\nHow do I fix this Subversion MKCOL error?\tsvn\nHow to validate data input on a sharepoint form?\tsharepoint\nHow do I code in Qt under the LPGL and maintain proprietary code?\tqt\nDifferentiating Backend vs. Frontend Purchases in Magento\tmagento\nUsing Sub-Types And Return Types in Scala to Process a Generic Object Into a Specific One\tscala\nGHC + wxHaskell on Windows\thaskell\nHow to understand which modules must be configured in httpd.conf (Apache)\tapache\nProblems using git diff to create file list for deploy\tbash\nUses for this bash filename extraction technique?\tbash\nHow to determine the directory in which a running Haskell script or application lives?\thaskell\nWhere to start with Google Reader as an API?\twordpress\ndrupal's hook_preprocess_page not working as expected\tdrupal\nAjax request returns a 404 but URL works fine\tajax\nWhy does authorization fail when I commit to svn using VisualSVN?\tsvn\nCheck to see if Visual Studio can load an assembly\tsharepoint\nHow can I optimize a dynamic search query in Oracle\toracle\nWhy is this class re-initialized every time?\tmatlab\nQuick way to insert interface methods to a class in Visual Studio 2005\tvisual-studio\nRemoving irrelevent directories with SVN\tsvn\nWhat is LINQ to events a.k.a RX Framework?\tlinq\nWorking on a Visual Studio Project with multiple users?\tvisual-studio\nIs it possible to use QFontDatabase::addApplicationFont() in Symbian?\tqt\nUse Scala to unit test Java?\tscala\nMATLAB error while evaluating uicontrol Callback\tmatlab\nLINQ to XML - How to implement a simple XLink lookup - finding nodes anywhere\tlinq\nfocus a NSTextField\tcocoa\nHow does one reproduce the inset text style when drawing text with Mac OS X Cocoa?\tcocoa\nLinq - How to aggregate the results of another query\tlinq\nCasting an mmapped ByteString to other types?\thaskell\nHow to make a transparent NSView subclass handle mouse events?\tcocoa\nWhen to develop a new drupal module vs. work with what exists?\tdrupal\nusing frameworks in a command line tool\tcocoa\nZero Downtime with Hibernate\thibernate\nHow can I programatically add images to a drupal node?\tdrupal\nHow to find the culprit module or script on huge Apache/PHP resident memory usage ?\tapache\nScala @ operator\tscala\nSVN Diff Export\tsvn\nHow do I enable more than 8-bit colors in Terminal.app?\tosx\nExcel: How to get a locale-independent printer name?\texcel\nDeployed Web Part not showing up in 'Web Part Gallery: New Web Parts'\tsharepoint\nHow to deal with datatypes returned by LINQ\tlinq\nProcessing messages concurrently in an Actor\tscala\nurl_rewrite /#/something/here to /something/here\tapache\nIs fine grained control of aspectj-autoproxy possible in spring ?\tspring\nHibernate Annotation Many To Many delete problem\thibernate\n\"SharePoint Site Design & Implementation: \"\"Online Manual\"\"\"\tsharepoint\nHaskell's Text.Regex.subRegex using TDFA implementation?\thaskell\nDownloading invoices (PDF) does not complete.\tmagento\nLibqxt under Qt Creator\tqt\nPutting Subversion Repositories in Subdirectories?\tsvn\nSimple Drupal sub-themeing...what am I doing wrong...?\tdrupal\nLINQ to XML Newbie Question: Returning More Than One Result\tlinq\nAutomatically find the revisions to merge in Subclipse\tsvn\nBash - Remove non-word characters from a file but keep newlines?\tbash\norg.springframework.transaction.annotation.Transactional vs javax.jdo.annotations.Transactional\tspring\nmod_rewrite Rule to Cover All Domains\tapache\nDoes Matlab handle USB communication?\tmatlab\nQGraphicsView and QGraphicsItem: don´t scale item when scaling the view rect\tqt\nBASH script passing stdin input to a program and giving control back to user input\tbash\nInstalling mod_mono for ASP.NET on MacOSX Leopard\tosx\nHow to make a Scala Applet whose Applet class is a singleton?\tscala\nHow does Scala XML support work?\tscala\n\"is there a wordpress \"\"lightbox\"\" type of  plugin that works on the iPhone  ??\"\twordpress\nWordpress vulnerabilities test scanner\twordpress\nMassive URL Change\tapache\nhow to call a static method in a custom magento class\tmagento\nLinq SaveChanges question\tlinq\nRemote debugging under Mac OS X\tosx\nhow will I call the on change event of the ajax dropdownlist?\tajax\nIs is possible to populate a SharePoint list from an Excel sheet?\tsharepoint\nMac OS replace ';' with new line on text file\tosx\nAccess denied | uncaught exception in FF 2.0 | servlet call from another host\tajax\nHow do I let my DBA pause and resume a stored procedure that is updating every row in a large table?\toracle\nExcel addin development environment\texcel\nMagento - Submit anf get variables between 2 blocks\tmagento\nSelect Multiple Fields from List in Linq\tlinq\nMicrosoft Dynamic CRM integration SharePoint\tsharepoint\nHow can I access specific subsets of a large NSDictionary in Cocoa?\tcocoa\nError while adding Attribute in Magento 1.4.2\tmagento\nFind and Replace from a Bash Command\tbash\nSubstitution after the end of the word\tbash\nMagento: Display sub-category list\tmagento\nScala and Tomcat -> NoClassDefFound Stringbuilder?\tscala\nApplying a function to a tuple in Scala\tscala\nVisual Studio database project designers\tvisual-studio\nEntitySet<IEnumerable<T>> to IEnumerable<T>\tlinq\n\"VS.NET \"\"watched\"\" objects and recursive depth\"\tvisual-studio\nHow do I call a Sharepoint Webservice from a c# client using Kerberos authentication ?\tsharepoint\nCan I Install Visual Studio 2008 Express with VS 2005 ?\tvisual-studio\nChange default SVN diffing tool\tsvn\nlocal vs core contoller\tmagento\nSubversion - where should the svn:externals come from?\tsvn\nHow to develop an after serverror trigger in Oracle?\toracle\n\"Are There Any \"\"Blank\"\" Wordpress Designs?\"\twordpress\nTesting web application on Mac/Safari when I don't own a Mac\tosx\nWhy scala not allowing '$' identifier in case statement?\tscala\nExcel, multiple if statements\texcel\nAjax Binary Response\tajax\nCoreAudio AudioUnitSetProperty always fails to set Sample Rate\tosx\nFiltering data in an NSPopUpButtonCell in an NSTableView\tcocoa\nVisual Studio and the build for anycpu option\tvisual-studio\nGrabbing text between slashes in Excel\texcel\nWhat is the simplest way to allow a user to drag and drop table rows in order to change their order?\tajax\nCannot connect to svn server (svnserve)\tosx\nLocating bundles by identifier\tcocoa\nApply function to all elements of collection through LINQ\tlinq\nWordpress post sync / publish to production\twordpress\nlists searches in SYB or uniplate haskell\thaskell\nSharePoint Preserve Page Properties and WebParts\tsharepoint\nVisual Studio 2005 - 'Updating IntelliSense' hang-up\tvisual-studio\nIf text file is NOT empty, email me\tbash\nHowto Pass A String as Parameter in AWK within Bash Script\tbash\nOracle 11g Cold Restore?\toracle\nWhat's the best way to find out the installed version of the iPhone SDK?\tosx\nWorking out which cell Vlookup refers to\texcel\nPID of last started process in Bash-Script\tbash\nInserting a generated value into a Hibernate record\thibernate\nSharepoint features, custom aspx pages at various site levels\tsharepoint\nBest source control package\tsvn\nblog post content via url parameters (meta) in wordpress\twordpress\nHibernate Mapping Through Another Entity\thibernate\nMagento-How can i override admin module correctly\tmagento\nRecover empty SVN DB file\tsvn\nNearest-neighbor interpolation and matlab\tmatlab\nHow will adding DataSources to DatdGrids in my development version of an ASP.NET web application affect deployment?\tvisual-studio\nHow do I import an excel spreadsheet into a Visual Basic Application\texcel\nBest way to organize a subversion repository of many small projects\tsvn\nHow to redirect to an action in Magento?\tmagento\nMagento - Difference Between Import All Products/import Product Stock?\tmagento\nApache rewrite url need help\tapache\nInvoking context menu in QTreeWidget\tqt\nWeb scraping in VBA and Excel\texcel\nHibernate HQL: two levels of joins\thibernate\nspring: set property of one bean by reading the property of another bean?\tspring\nweb page finish loading before all images is completed\tapache\nHow to break on Insert in Visual Studio / SQL Server 2005\tvisual-studio\nMac Console paste generating trash text\tosx\nConfigure Apache to use Python just like CGI PHP\tapache\nUse Matlab cell array in a C/C++ program\tmatlab\nHow to insert the symbol 'Infinite' in Excel programmatically?\texcel\nThe Microsoft.VisualStudio.Data.Interop.IVsDataProviderManager service could not be found.\tlinq\nHow would be a functional approach to shifting certain array elements?\tscala\nannotation based Spring bean validation\tspring\nASP.NET Ajax script registration\tajax\ncant query json\tajax\nfind formula in excel\texcel\nWould ReadyBoost have an impact on Visual Studio 2008?\tvisual-studio\n\"Why would clicking \"\"View All Site Content\"\" generate an error?\"\tsharepoint\nSubversion for SourceSafe users\tsvn\nHow to show another window from mainwindow in QT\tqt\nInclude OpenId in drupal\tdrupal\nDifferent i18n in spring according to url\tspring\nDo Excel 2003 and 2007 use differnt file formats?\texcel\nBash loop command until file contains n duplicate entries (lines)\tbash\nVS2008 Navigate to class definition add-in\tvisual-studio\nHow do I use constants in haskell, to avoid magic numbers ?\thaskell\nWordpress: using a test theme only for a specific user\twordpress\nRefresh Excel VBA Function Results\texcel\ninclude link list depending on category\twordpress\nWhy my bash can't execute R script ?\tbash\nWhere are project level imports stored in Visual Studio 2008?\tvisual-studio\nPersisting large files with Hibernate Annotations\thibernate\nWordPress E-Commerce Plugins\twordpress\nHibernate/NHibernate mapping file editor\thibernate\nMust Have SharePoint dev tools\tsharepoint\nHibernate multi level of transaction\thibernate\nUIViewController vs. UIView - which one should create subviews?\tcocoa\nhibernate - uniqueResult silently fails\thibernate\nCocoa mini toolbar under table (add, remove)\tcocoa\n\"How can I set a \"\"hidden\"\" attribute for text inside NSAttributedString?\"\tcocoa\nCAML query items with the given URLs\tsharepoint\nconsole application - object model - database persmission\tsharepoint\nBrackets at the start of input in matlab ?? [ x , y ] = ....\tmatlab\nconnecting web parts in sharepoint\tsharepoint\nExport Multiple Sheets to Excel Through Browser\texcel\nFiltering by category in Magento 1.4\tmagento\nOverloading generic implicit conversions\tscala\nLevel-order in Haskell\thaskell\nbash script execution date/time\tbash\nMatlab Simulink: Transfer Function\tmatlab\nWhta is the shortest way to write this in matlab ?\tmatlab\nAppened to /etc/apt/sources.list\tbash\nApache and IIS side by side (both listening on port 80) on windows2003\tapache\nList wordpress sub-pages as drop-down list in navigation\twordpress\n\"What is/are the Scala way(s) to implement this Java \"\"byte[] to Hex\"\" class\"\tscala\nem.persist seems doesn't persist data on postgreSQL db\tspring\nBash (Mac): edit file and some if commands.\tbash\nHibernate: More than one relationship using the same join column\thibernate\nHow can I tell how much memory a handle object uses in matlab\tmatlab\nExcel Solver not obeying binary constraint\texcel\nKill process in bash that runs more than specified time?\tbash\nPaginated search results with LINQ to SQL\tlinq\nApache Ant command line arguments without double quotes - is it possible?\tapache\nHow do you define an @interface in Scala?\tscala\nHow can I get my website to display a .c file instead of trying to make the user download it?\tapache\ncontextual munu and action:@selector\tcocoa\nHow can I access the ApplicationContext from within a JAX-WS web service?\tspring\nQDialog doesn't accept text input if modal\tqt\nHow to trunc a date to seconds in Oracle\toracle\nSymbolic Math in MATLAB, solving simple integration\tmatlab\nSetting a global variable in Magento, the GUI way?\tmagento\nRun Qt application on startup as Linux daemon\tqt\nSorting Featured Posts (Wordpress)\twordpress\nMagento connect manager problem\tmagento\nWhat knowledge should a software architect have about SharePoint?\tsharepoint\nSvn ignore versioned on update\tsvn\nList of unique strings in database table using Linq?\tlinq\n"
  },
  {
    "path": "open_intent_detection/README.md",
    "content": "# Open Intent Detection\n\nThis package provides the toolkit for open intent detection implemented with PyTorch.\n\n## Introduction\n\nOpen intent detection aims to identify n-class known intents, and detect the one-class open intent, which is regarded as an open classification problem. The following is an example:\n\n<img src=\"figs/open_intent_detection.png\" width=\"360\" height = \"200\">\n\nWe collect benchmark intent datasets, and reproduce related methods to our best. For the convenience of users, we provide flexible and extensible interfaces to add new methods. Welcome to contact us (zhang-hl20@mails.tsinghua.edu.cn) to add your methods!\n\n## Basic Information\n\n### Benchmark Datasets\n| Datasets | Source |\n| :---: | :---: |\n| [BANKING](../data/banking) | [Paper](https://aclanthology.org/2020.nlp4convai-1.5/) |\n| [OOS](../data/oos) | [Paper](https://aclanthology.org/D19-1131/) |\n| [StackOverflow](../data/stackoverflow) | [Paper](https://aclanthology.org/W15-1509.pdf) |\n\n### Integrated Models\n\n| Model Name | Source | Published |\n| :---: | :---: | :---: |\n| [OpenMax*](./examples/run_OpenMax.sh) | [Paper](https://openaccess.thecvf.com/content_cvpr_2016/papers/Bendale_Towards_Open_Set_CVPR_2016_paper.pdf) [Code](https://github.com/abhijitbendale/OSDN) | CVPR 2016 |\n| [MSP](./examples/run_MSP.sh) | [Paper](https://arxiv.org/pdf/1610.02136.pdf) [Code](https://github.com/hendrycks/error-detection) | ICLR 2017 |\n| [DOC](./examples/run_DOC.sh) | [Paper](https://aclanthology.org/D17-1314.pdf) [Code](https://github.com/leishu02/EMNLP2017_DOC) | EMNLP 2017 |\n| [DeepUnk](./examples/run_DeepUnk.sh) | [Paper](https://aclanthology.org/P19-1548.pdf) [Code](https://github.com/thuiar/DeepUnkID) | ACL 2019 |\n| [SEG](./examples/run_SEG.sh) | [Paper](https://aclanthology.org/2020.acl-main.99) [Code](https://github.com/fanolabs/0shot-classification) | ACL 2020 |\n| [ADB](./examples/run_ADB.sh) | [Paper](https://ojs.aaai.org/index.php/AAAI/article/view/17690) [Code](https://github.com/thuiar/Adaptive-Decision-Boundary) | AAAI 2021 |\n| [(K+1)-way](./examples/run_K+1-way.sh) | [Paper](https://aclanthology.org/2021.acl-long.273) [Code](https://github.com/fanolabs/out-of-scope-intent-detection) | ACL 2021 |\n| [MDF](./examples/run_MDF.sh) | [Paper](https://aclanthology.org/2021.acl-long.85.pdf) [Code](https://github.com/rivercold/BERT-unsupervised-OOD) | ACL 2021 |\n| [ARPL*](./examples/run_ARPL.sh) | [Paper](https://ieeexplore.ieee.org/document/9521769) [Code](https://github.com/iCGY96/ARPL) | IEEE TPAMI 2022 |\n| [KNNCL](./examples/run_KNNCL.sh) | [Paper](https://aclanthology.org/2022.acl-long.352/) [Code](https://github.com/zyh190507/KnnContrastiveForOOD) | ACL 2022 |\n| [DA-ADB](./examples/run_DA-ADB.sh) | [Paper](https://ieeexplore.ieee.org/document/10097558) [Code](https://github.com/thuiar/TEXTOIR) | IEEE/ACM TASLP 2023 |\n\nWe welcome any issues and requests for model implementation and bug fix. \n\n### Data Settings\n\nEach dataset is split to training, development, and testing sets. We select partial intents as known (the labeled ratio can be changed) for training, and use all intents for testing. All the unknown intents are regarded as one open class (with token \\<UNK> or \\<OOS> in our codes). More detailed information can be seen in the [paper](https://ojs.aaai.org/index.php/AAAI/article/view/17690).\n\n### Parameter Configurations\n\nThe basic parameters include parsing parameters about selected dataset, method, setting, etc. More details can be seen in [run.py](./run.py). For specific parameters of each method, we support add configuration files with different hyper-parameters in the [configs](./configs) directory. \n\nAn example can be seen in [ADB.py](./configs/ADB.py). Notice that the config file name is corresponding to the parsing parameter.\n\nNormally, the input commands are as follows:\n```\npython run.py --dataset xxx --known_cls_ratio xxx --labeled_ratio xxx --config_file_name xxx\n```\n\nNotice that if you want to train the model, save the model, or save the testing results, you need to add related parameters (--train, --save_model, --save_results)\n\n### Results\nThe detailed results can be seen in [results.md](results/results.md).\n#### Overall Performance\n\n* KIR means \"Known Intent Ratio\". \"Open\" and \"Known\" denote the macro f1-score over open class and known classes respectively.    \n* KNNCL (All) utilizes all 12 transformer layers for fine-tuning. KNNCL (last) utilizes only the last transformer layer for fine-tuning as the other baselines.\n* We also test the performance of the DA-ADB method on the backbone of llama, corresponding to the methond DA-ADB_llama.\n\n| | | BANKING     |  | OOS      |  |  StackOverflow     |  |  \n|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:|\n| KIR | Methods | Accuracy | F1-score | Accuracy  |F1-score  | Accuracy | F1-score | \n|0.25|MSP|42.19|49.92|53.38|51.23|27.91|37.49|\n|0.25|SEG|48.73|51.49|52.18|47.0|23.33|34.4|\n|0.25|OpenMax|47.76|53.18|70.27|63.03|38.97|45.35|\n|0.25|LOF|66.73|63.38|87.77|78.13|25.02|35.29|\n|0.25|DOC|70.31|65.74|86.08|75.86|57.75|57.34|\n|0.25|DeepUnk|70.68|65.57|87.18|77.32|40.03|45.64|\n|0.25|(K+1)-way|76.66|68.44|85.36|74.43|49.75|50.82|\n|0.25|MDF|77.17|46.85|76.56|50.34|74.1|53.95|\n|0.25|ARPL|76.8|64.01|84.51|73.44|66.76|62.62|\n|0.25|KNNCL (Last)|73.01|66.23|89.87|79.23|28.65|37.37|\n|0.25|ADB|79.33|71.63|88.3|78.23|86.75|79.85|\n|0.25|KNNCL (All)|**86.14**|**77.01**|**93.07**|82.45|85.04|79.06|\n|0.25|DA-ADB|81.19|73.73|89.48|79.92|**89.07**|**82.83**|\n|0.25|DA-ADB_llama|83.29|76.78|91.53|**84.54**|85.54|77.81|\n|||||||||\n|0.5|MSP|61.67|72.51|66.68|72.7|53.23|62.7|\n|0.5|SEG|55.11|63.32|60.67|62.55|43.04|55.1|\n|0.5|OpenMax|65.53|74.64|80.22|79.86|60.27|67.72|\n|0.5|LOF|71.13|76.26|85.22|83.86|44.56|56.57|\n|0.5|DOC|74.6|78.24|85.19|83.89|73.88|76.8|\n|0.5|DeepUnk|71.01|75.41|84.95|83.35|55.46|64.78|\n|0.5|(K+1)-way|74.65|77.83|82.19|81.56|62.57|68.81|\n|0.5|MDF|60.18|64.1|60.72|61.61|56.46|61.47|\n|0.5|ARPL|74.11|77.77|80.36|80.88|75.65|77.87|\n|0.5|KNNCL (Last)|70.41|74.96|85.32|83.31|45.38|56.69|\n|0.5|ADB|79.61|81.34|86.54|85.16|86.49|85.54|\n|0.5|KNNCL (All)|**82.76**|81.31|88.66|83.99|86.69|86.15|\n|0.5|DA-ADB|81.51|82.53|87.93|85.64|**87.78**|**86.91**|\n|0.5|DA-ADB_llama|82.66|**83.67**|**90.29**|**88.86**|86.42|86.09|\n|||||||||\n|0.75|MSP|77.08|84.33|76.19|83.48|73.2|78.7|\n|0.75|SEG|64.65|69.54|42.78|42.7|62.72|69.97|\n|0.75|OpenMax|78.32|84.95|75.36|71.17|75.78|80.9|\n|0.75|LOF|77.21|83.64|85.07|87.2|65.05|71.87|\n|0.75|DOC|78.94|83.79|85.93|87.87|80.55|84.37|\n|0.75|DeepUnk|74.73|81.12|84.61|86.53|71.56|77.63|\n|0.75|(K+1)-way|79.18|84.71|83.51|86.66|74.0|78.95|\n|0.75|MDF|64.59|74.76|63.98|72.02|62.98|71.12|\n|0.75|ARPL|79.6|85.16|81.29|86.0|79.64|83.85|\n|0.75|KNNCL (Last)|74.78|81.25|84.12|86.1|65.01|71.85|\n|0.75|ADB|81.39|86.11|86.99|88.94|82.89|86.11|\n|0.75|KNNCL (All)|77.50|82.30|85.07|85.11|83.15|86.73|\n|0.75|DA-ADB|81.12|85.65|87.39|88.41|**83.56**|**86.84**|\n|0.75|DA-ADB_llama|**82.19**|**86.52**|**89.23**|**90.48**|82.69|86.28|\n\n#### Fine-grained Performance\n\n|  | | BANKING     |  | OOS      |  |  StackOverflow     |  |  \n|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:|\n| KIR | Methods | Open | Known | Open | Known | Open | Known | \n|0.25|MSP|39.42|50.47|59.26|51.02|11.66|42.66|\n|0.25|SEG|51.58|51.48|59.22|46.67|4.19|40.44|\n|0.25|OpenMax|48.52|53.42|77.51|62.65|34.52|47.51|\n|0.25|LOF|72.64|62.89|91.96|77.77|7.14|40.92|\n|0.25|DOC|76.64|65.16|90.78|75.46|62.5|56.3|\n|0.25|DeepUnk|76.98|64.97|91.61|76.95|36.87|47.39|\n|0.25|(K+1)-way|82.66|67.7|90.27|74.02|52.23|50.54|\n|0.25|MDF|85.7|44.8|84.89|49.43|83.03|48.13|\n|0.25|ARPL|83.39|62.99|89.63|73.01|72.95|60.55|\n|0.25|KNNCL (Last)|79.34|65.54|93.56|78.85|15.26|41.79|\n|0.25|ADB|85.05|70.92|92.36|77.85|90.96|77.62|\n|0.25|KNNCL (All)|**90.55**|**76.30**|**95.73**|82.10|89.59|76.96|\n|0.25|DA-ADB|86.57|73.05|93.2|79.57|**92.65**|**80.87**|\n|0.25|DA-ADB_llama|88.19|76.18|94.55|**84.27**|90.04|75.36|\n|||||||||\n|0.5|MSP|46.29|73.2|63.71|72.82|26.94|66.28|\n|0.5|SEG|43.03|63.85|61.34|62.57|4.72|60.14|\n|0.5|OpenMax|55.03|75.16|82.15|79.83|46.11|69.88|\n|0.5|LOF|66.81|76.51|87.57|83.81|5.18|61.71|\n|0.5|DOC|72.66|78.38|87.45|83.84|71.18|77.37|\n|0.5|DeepUnk|67.8|75.61|87.48|83.3|35.8|67.67|\n|0.5|(K+1)-way|72.58|77.97|84.25|81.52|51.69|70.53|\n|0.5|MDF|57.72|64.27|62.31|61.6|50.19|62.6|\n|0.5|ARPL|71.79|77.93|81.81|80.87|73.97|78.26|\n|0.5|KNNCL (Last)|67.21|75.16|87.85|83.25|8.5|61.5|\n|0.5|ADB|79.43|81.39|88.6|85.12|87.7|85.32|\n|0.5|KNNCL (All)|**84.28**|81.23|91.17|83.89|87.59|86.01|\n|0.5|DA-ADB|81.93|82.54|90.1|85.58|**88.86**|**86.71**|\n|0.5|DA-ADB_llama|83.23|**83.68**|**92.04**|**88.82**|87.43|85.95|\n|||||||||\n|0.75|MSP|46.05|84.99|63.86|83.65|37.86|81.42|\n|0.75|SEG|37.22|70.1|40.74|42.72|6.0|74.24|\n|0.75|OpenMax|53.02|85.5|75.18|71.14|49.69|82.98|\n|0.75|LOF|54.19|84.15|82.81|87.24|5.22|76.31|\n|0.75|DOC|63.51|84.14|83.87|87.91|65.32|85.64|\n|0.75|DeepUnk|50.57|81.65|82.67|86.57|34.38|80.51|\n|0.75|(K+1)-way|59.89|85.14|79.59|86.72|45.22|81.2|\n|0.75|MDF|33.43|75.47|51.33|72.21|28.52|73.96|\n|0.75|ARPL|61.26|85.58|74.67|86.1|62.99|85.24|\n|0.75|KNNCL (Last)|51.42|81.76|82.05|86.14|7.19|76.16|\n|0.75|ADB|67.34|86.44|84.85|88.97|74.1|86.91|\n|0.75|KNNCL (All)|67.01|82.56|84.31|85.11|72.81|**87.66**|\n|0.75|DA-ADB|69.37|85.93|86.0|88.43|**74.55**|**87.66**|\n|0.75|DA-ADB_llama|**70.94**|**86.78**|**87.93**|**90.51**|72.84|87.17|\n\n## Tutorials\n### a. How to add a new dataset? \n1. Prepare Data  \nCreate a new directory to store your dataset in the [data](../data) directory. You should provide the train.tsv, dev.tsv, and test.tsv, with the same formats as in the provided [datasets](../data/banking).\n\n2. Dataloader Setting  \nCalculate the maximum sentence length (token unit) and count the labels of the dataset. Add them in the [file](./dataloaders/init.py) as follows:  \n```\nmax_seq_lengths = {\n    'new_dataset': max_length\n}\nbenchmark_labels = {\n    'new_dataset': label_list\n}\n```\n\n### b. How to add a new backbone?\n\n1. Add a new backbone in the [backbones](./backbones) directory. For example, we provide some bert-based backbones in the [file](./backbones/bert.py). And we also provide llama-based backbones in the [file](./backbones/llama.py). You can add a new backbone in the same way.\n\n2. Add the new backbone mapping in the [file](./backbones/__init__.py) as follows:\n```\nfrom .bert import new_backbone_class # from .llama import new_backbone_class\nbackbones_map = {\n    'new_backbone': new_backbone_class\n}\n```\nAdd a new loss in the [losses](./losses) directory is almost the same as adding a new backbone.\n\n### c. How to add a new method?\n\n1. Configuration Setting   \nCreate a new file, named \"method_name.py\" in the [configs](./configs) directory, and set the hyper-parameters for the method (an example can be seen in [MSP.py](./configs/MSP.py)). \n\n2. Dataloader Setting  \nAdd the dataloader mapping if you use new backbone for the method. For example, the bert-based model corresponds to the bert dataloader as follows.\n```\nfrom .bert_loader import BERT_Loader\nbackbone_loader_map = {\n    'bert': BERT_Loader,\n    'bert_xxx': BERT_Loader,\n}\n```\n\nThe llama-based model corresponds to the llama dataloader as follows.\n```\nfrom .llama_loader import LLAMA_Loader\nbackbone_loader_map = {\n    'llama_disaware': LLAMA_Loader,\n}\n```\n\n3. Add Methods  (Take MSP as an example)\n- Create a new directory, named \"MSP\" in the [methods](./methods) directory. \n\n- Add the manager file for MSP. The file should include the method manager class (e.g., MSPManager), which includes training, evalutation, and testing modules for the method. An example can be seen in [manager.py](./methods/MSP/manager.py).  \n\n- Add the related method dependency in [__init__.py](./methods/__init__.py) as below:\n```\nfrom .MSP.manager import xxxManager\nmethod_map = {\n    'MSP': MSPManager\n}\n```\n(The key corresponds to the input parameter \"method\")\n\n4. Run Examples\nAdd a script in the [examples](./examples) directory, and configure the parsing parameters in the [run.py](./run.py). You can also run the programs serially by setting the combination of different parameters. A running example is shown in [run_MSP.sh](./examples/run_MSP.sh).\n\n## Citations\n\nIf this work is helpful, or you want to use the codes and results in this repo, please cite the following papers:\n\n* [TEXTOIR: An Integrated and Visualized Platform for Text Open Intent Recognition](https://aclanthology.org/2021.acl-demo.20/)\n* [Learning Discriminative Representations and Decision Boundaries for Open Intent Detection](https://ieeexplore.ieee.org/document/10097558)\n\n```\n@inproceedings{zhang-etal-2021-textoir,\n    title = \"{TEXTOIR}: An Integrated and Visualized Platform for Text Open Intent Recognition\",\n    author = \"Zhang, Hanlei  and Li, Xiaoteng  and Xu, Hua  and Zhang, Panpan and Zhao, Kang  and Gao, Kai\",\n    booktitle = \"Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing: System Demonstrations\",\n    pages = \"167--174\",\n    year = \"2021\",\n    url = \"https://aclanthology.org/2021.acl-demo.20\",\n    doi = \"10.18653/v1/2021.acl-demo.20\",\n}\n```\n```\n@article{DA-ADB, \n    title = {Learning Discriminative Representations and Decision Boundaries for Open Intent Detection},  \n    author = {Zhang, Hanlei and Xu, Hua and Zhao, Shaojie and Zhou, Qianrui}, \n    journal = {IEEE/ACM Transactions on Audio, Speech, and Language Processing},  \n    volume = {31},\n    pages = {1611-1623},\n    year = {2023}, \n    doi = {10.1109/TASLP.2023.3265203} \n} \n```\n"
  },
  {
    "path": "open_intent_detection/__init__.py",
    "content": "'''\nThe open intent detection module of the TEXTOIR toolkit @THUIAR. \n\nIf you use this code, please cite the following papers:\n@inproceedings{zhang-etal-2021-textoir,\n    title = \"{TEXTOIR}: An Integrated and Visualized Platform for Text Open Intent Recognition\",\n    author = \"Zhang, Hanlei  and\n      Li, Xiaoteng  and\n      Xu, Hua  and\n      Zhang, Panpan  and\n      Zhao, Kang  and\n      Gao, Kai\",\n    booktitle = \"Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing: System Demonstrations\",\n    year = \"2021\",\n    pages = \"167--174\",\n}\n@article{Zhang_Xu_Lin_2021, \n      title={Deep Open Intent Classification with Adaptive Decision Boundary}, \n      volume={35}, \n      number={16}, \n      journal={Proceedings of the AAAI Conference on Artificial Intelligence}, \n      author={Zhang, Hanlei and Xu, Hua and Lin, Ting-En}, \n      year={2021}, \n      month={May}, \n      pages={14374-14382} \n}\n'''\n\n"
  },
  {
    "path": "open_intent_detection/backbones/__init__.py",
    "content": "from .bert import BERT, BERT_Norm, BERT_K_1_way, BERT_SEG, BERT_Disaware, BERT_DOC, BERT_MDF, BERT_MDF_Pretrain, BERT_KNNCL\nfrom .llama import LLAMA_lora_Disaware\n\nbackbones_map = {\n                    'bert': BERT, \n                    'bert_norm': BERT_Norm,\n                    'bert_K+1-way': BERT_K_1_way,\n                    'bert_seg': BERT_SEG,\n                    'bert_disaware': BERT_Disaware,\n                    'bert_doc': BERT_DOC,\n                    'bert_mdf': BERT_MDF,\n                    'bert_mdf_pretrain': BERT_MDF_Pretrain,\n                    'bert_knncl': BERT_KNNCL,\n                    'llama_disaware': LLAMA_lora_Disaware,\n                }\n"
  },
  {
    "path": "open_intent_detection/backbones/base.py",
    "content": "import torch\nimport logging\nfrom transformers import AdamW, get_linear_schedule_with_warmup\nfrom .utils import freeze_bert_parameters, freeze_bert_parameters_KCL\nfrom .__init__ import backbones_map\n\nclass ModelManager:\n\n    def __init__(self, args, data, logger_name = 'Detection'):\n        \n        self.logger = logging.getLogger(logger_name)\n\n    def set_optimizer(self, model, num_train_examples, train_batch_size, num_train_epochs, lr, warmup_proportion):\n        num_train_optimization_steps = int(num_train_examples / train_batch_size) * num_train_epochs\n\n        param_optimizer = list(model.named_parameters())\n        no_decay = ['bias', 'LayerNorm.bias', 'LayerNorm.weight']\n        optimizer_grouped_parameters = [\n            {'params': [p for n, p in param_optimizer if not any(nd in n for nd in no_decay)], 'weight_decay': 0.01},\n            {'params': [p for n, p in param_optimizer if any(nd in n for nd in no_decay)], 'weight_decay': 0.0}\n        ]\n        \n        optimizer = AdamW(optimizer_grouped_parameters, lr = lr, correct_bias=False)\n        num_warmup_steps= int(num_train_examples * num_train_epochs * warmup_proportion / train_batch_size)\n        \n        scheduler = get_linear_schedule_with_warmup(optimizer,\n                                                    num_warmup_steps=num_warmup_steps,\n                                                    num_training_steps=num_train_optimization_steps)\n        \n        return optimizer, scheduler\n    \n    def set_model(self, args, pattern):\n        backbone = backbones_map[args.backbone]\n        args.device = self.device = torch.device('cuda:%d' % int(args.gpu_id) if torch.cuda.is_available() else 'cpu')\n\n        if pattern == 'bert' or pattern == 'llama':\n            if hasattr(backbone, 'from_pretrained'):\n                model = backbone.from_pretrained('bert-base-uncased', args = args)  \n            else:\n                model = backbone(args)\n                \n            if args.freeze_backbone_parameters:\n                self.logger.info('Freeze all parameters but the last layer for efficiency')\n                if args.method == 'KCL':\n                    model = freeze_bert_parameters_KCL(model)\n                else: \n                    model = freeze_bert_parameters(model)\n        model.to(self.device)\n        \n        return model\n\n"
  },
  {
    "path": "open_intent_detection/backbones/bert.py",
    "content": "import torch\nimport math\nimport torch.nn.functional as F\nimport numpy as np\n\nfrom torch import nn\nfrom torch.nn import CrossEntropyLoss, MSELoss\nfrom torch.nn.parameter import Parameter\nfrom transformers import BertPreTrainedModel, BertModel, BertForMaskedLM, AutoConfig\nfrom transformers.modeling_outputs import SequenceClassifierOutput\n\nfrom .utils import ConvexSampler\n\nactivation_map = {'relu': nn.ReLU(), 'tanh': nn.Tanh()}\n\nclass BERT_DOC(BertPreTrainedModel):\n    def __init__(self, config, args):\n        super(BERT_DOC, self).__init__(config)\n        self.num_labels = args.num_labels\n        self.bert = BertModel(config)\n        self.dense = nn.Linear(config.hidden_size, config.hidden_size)\n        self.activation = activation_map[args.activation]\n        self.dropout = nn.Dropout(config.hidden_dropout_prob)\n        self.classifier = nn.Linear(config.hidden_size, args.num_labels)\n        self.init_weights()\n\n    def forward(self, input_ids=None, token_type_ids=None, attention_mask=None, labels=None,\n                feature_ext=False, mode=None, loss_fct=None, centroids = None):\n        outputs = self.bert(\n            input_ids, token_type_ids=token_type_ids, attention_mask=attention_mask, output_hidden_states=True)\n        encoded_layer_12 = outputs.hidden_states\n        \n        pooled_output = self.dense(encoded_layer_12[-1].mean(dim=1))\n        pooled_output = self.dropout(pooled_output)\n        pooled_output = self.activation(pooled_output)\n        \n        logits = self.classifier(pooled_output)\n        logits = self.dropout(logits)\n        sigmoid = nn.Sigmoid()\n        logits = sigmoid(logits)\n\n        if feature_ext:\n            return pooled_output\n        else:\n            if mode == 'train':\n                target = F.one_hot(labels, num_classes = self.num_labels)\n                loss_bce = loss_fct(logits, target.float())\n                return loss_bce\n            else:\n                return pooled_output, logits\n\nclass BERT(BertPreTrainedModel):\n    def __init__(self, config, args):\n        super(BERT, self).__init__(config)\n        self.num_labels = args.num_labels\n        self.bert = BertModel(config)\n        self.dense = nn.Linear(config.hidden_size, config.hidden_size)\n        self.activation = activation_map[args.activation]\n        self.dropout = nn.Dropout(config.hidden_dropout_prob)\n        self.classifier = nn.Linear(config.hidden_size, args.num_labels)\n        self.init_weights()\n\n    def forward(self, input_ids=None, token_type_ids=None, attention_mask=None, labels=None,\n                feature_ext=False, mode=None, loss_fct=None, centroids = None):\n        outputs = self.bert(\n            input_ids, token_type_ids=token_type_ids, attention_mask=attention_mask, output_hidden_states=True)\n        encoded_layer_12 = outputs.hidden_states\n        \n        pooled_output = self.dense(encoded_layer_12[-1].mean(dim=1))\n        pooled_output = self.activation(pooled_output)\n        pooled_output = self.dropout(pooled_output)\n\n        logits = self.classifier(pooled_output)\n\n        if feature_ext:\n            return pooled_output\n        else:\n            if mode == 'train':\n                loss_ce = loss_fct(logits, labels)\n                return loss_ce\n            else:\n                return pooled_output, logits\n\nclass BERT_Norm(BertPreTrainedModel):\n    def __init__(self, config, args):\n\n        super(BERT_Norm, self).__init__(config)\n        self.num_labels = args.num_labels\n        self.bert = BertModel(config)\n        self.dense = nn.Linear(config.hidden_size, config.hidden_size)\n        self.dropout = nn.Dropout(config.hidden_dropout_prob)\n        self.init_weights()\n        self.weight = Parameter(torch.FloatTensor(args.num_labels, args.feat_dim).to(args.device))\n        nn.init.xavier_uniform_(self.weight)\n\n    def forward(self, input_ids=None, token_type_ids=None, attention_mask=None, labels=None,\n                feature_ext=False, mode=None, loss_fct=None, device = None, head = None):\n        outputs = self.bert(\n            input_ids, token_type_ids=token_type_ids, attention_mask=attention_mask, output_hidden_states=True)\n        encoded_layer_12 = outputs.hidden_states\n        pooled_output = encoded_layer_12[-1].mean(dim=1)\n        pooled_output = self.dropout(pooled_output)\n        pooled_output = F.normalize(pooled_output)\n\n        logits = F.linear(pooled_output, F.normalize(self.weight))\n        logits = F.softmax(logits, dim = 1)\n        \n        if feature_ext:\n            return pooled_output\n        else:\n            if mode == 'train':\n                loss = loss_fct(logits, labels)\n                return loss\n            else:\n                return pooled_output, logits\n\nclass BERT_K_1_way(BertPreTrainedModel):\n    def __init__(self, config, args):\n        super(BERT_K_1_way, self).__init__(config)\n        self.num_labels = args.num_labels\n        self.bert = BertModel(config)\n        self.dense = nn.Linear(config.hidden_size, config.hidden_size)\n        self.activation = activation_map[args.activation]\n        self.dropout = nn.Dropout(config.hidden_dropout_prob)\n        self.sampler = ConvexSampler(args)\n        self.classifier = nn.Linear(config.hidden_size, self.num_labels + 1)\n        self.t = args.temp\n        self.init_weights()\n\n    def forward(self, input_ids = None, token_type_ids = None, attention_mask=None , labels = None,\n                feature_ext = False, mode = None, loss_fct = None):\n        outputs = self.bert(\n            input_ids, token_type_ids=token_type_ids, attention_mask=attention_mask, output_hidden_states=True)\n        encoded_layer_12 = outputs.hidden_states\n        pooled_output = self.dense(encoded_layer_12[-1].mean(dim=1))\n        \n        if mode is not 'test':\n            pooled_output, labels = self.sampler(pooled_output, labels, mode=mode)\n            \n        pooled_output = self.activation(pooled_output)\n        pooled_output = self.dropout(pooled_output)\n        logits = self.classifier(pooled_output)\n        \n        if feature_ext:\n            return pooled_output\n        else:\n            if mode == 'train':\n                loss = loss_fct(torch.div(logits, self.t), labels)\n                return loss\n            else:\n                return pooled_output, logits, labels\n\nclass BERT_SEG(BertPreTrainedModel):\n    def __init__(self, config, args):\n        \n        super(BERT_SEG, self).__init__(config)\n        self.num_labels = args.num_labels\n        self.bert = BertModel(config)\n        self.dense = nn.Linear(config.hidden_size, config.hidden_size)\n        self.activation = activation_map[args.activation]\n        self.dropout = nn.Dropout(config.hidden_dropout_prob)\n        self.init_weights()\n\n        self.alpha = args.alpha\n        self.lambda_ = args.lambda_\n        self.means = nn.Parameter(torch.randn(self.num_labels, args.feat_dim).cuda())\n        nn.init.xavier_uniform_(self.means, gain=math.sqrt(2.0))\n\n\n    def forward(self, input_ids = None, token_type_ids = None, attention_mask=None , labels = None,\n                feature_ext = False, mode = None, device=None, p_y = None, class_emb=None, loss_fct=None):\n\n        outputs = self.bert(\n            input_ids, token_type_ids=token_type_ids, attention_mask=attention_mask, output_hidden_states=True)\n        encoded_layer_12 = outputs.hidden_states\n        pooled_output = self.dense(encoded_layer_12[-1].mean(dim=1))\n        pooled_output = self.activation(pooled_output)\n        pooled_output = self.dropout(pooled_output)\n\n        if feature_ext:\n            return pooled_output\n        else:\n            \n            batch_size = pooled_output.shape[0]\n\n            XY = torch.matmul(pooled_output, torch.transpose(self.means, 0, 1))\n            XX = torch.sum(pooled_output ** 2, dim=1, keepdim=True)\n            YY = torch.sum(torch.transpose(self.means, 0, 1)**2, dim=0, keepdim=True)\n            neg_sqr_dist = - 0.5 * (XX - 2.0 * XY + YY)\n            \n            # with p_y\n            ########################################\n            p_y = p_y.expand_as(neg_sqr_dist).to(device)  # [bsz, n_c_seen]\n            dist_exp = torch.exp(neg_sqr_dist)\n            dist_exp_py = p_y.mul(dist_exp)\n            dist_exp_sum = torch.sum(dist_exp_py, dim=1, keepdim=True)  # [bsz, n_c_seen] -> [bsz, 1]\n            logits = dist_exp_py / dist_exp_sum  # [bsz, n_c, seen]\n\n            if mode == 'train':\n                \n                labels_reshped = labels.view(labels.size()[0], -1)  # [bsz] -> [bsz, 1]\n                ALPHA = torch.zeros(batch_size, self.num_labels).to(device).scatter_(1, labels_reshped, self.alpha)  # margin\n                K = ALPHA + torch.ones([batch_size, self.num_labels]).to(device)\n\n                #######################################\n                dist_margin = torch.mul(neg_sqr_dist, K)\n                dist_margin_exp = torch.exp(dist_margin)\n                dist_margin_exp_py = p_y.mul(dist_margin_exp)\n                dist_exp_sum_margin = torch.sum(dist_margin_exp_py, dim=1, keepdim=True)\n                likelihood = dist_margin_exp_py / dist_exp_sum_margin\n                loss_ce = - likelihood.log().sum() / batch_size\n                \n                #######################################\n                means = self.means if class_emb is None else class_emb\n                means_batch = torch.index_select(means, dim=0, index=labels)\n                loss_gen = (torch.sum((pooled_output - means_batch)**2) / 2) * (1. / batch_size)\n                ########################################\n                loss = loss_ce + self.lambda_ * loss_gen\n                return loss\n\n            else:\n                return pooled_output, logits\n\nclass CosNorm_Classifier(nn.Module):\n\n    def __init__(self, in_dims, out_dims, scale=64, device = None):\n\n        super(CosNorm_Classifier, self).__init__()\n        self.in_dims = in_dims\n        self.out_dims = out_dims\n        self.scale = scale\n        self.weight = Parameter(torch.Tensor(out_dims, in_dims).to(device))\n        self.reset_parameters()\n\n    def reset_parameters(self):\n        stdv = 1. / math.sqrt(self.weight.size(1))\n        self.weight.data.uniform_(-stdv, stdv)\n\n    def forward(self, input, *args):\n        norm_x = torch.norm(input, 2, 1, keepdim=True)\n        ex = (norm_x / (1 + norm_x)) * (input / norm_x)\n        ew = self.weight / torch.norm(self.weight, 2, 1, keepdim=True)\n        return torch.mm(self.scale * ex, ew.t())\n\nclass BERT_Disaware(BertPreTrainedModel):\n\n    def __init__(self, config, args):\n\n        super(BERT_Disaware, self).__init__(config)\n        self.num_labels = args.num_labels\n        self.bert = BertModel(config)\n\n        self.dense = nn.Linear(config.hidden_size, config.hidden_size)\n        self.activation = nn.ReLU()\n        self.dropout = nn.Dropout(config.hidden_dropout_prob)\n        self.init_weights()\n\n        self.cosnorm_classifier = CosNorm_Classifier(\n            config.hidden_size, args.num_labels, args.scale, args.device)\n\n    def forward(self, input_ids=None, token_type_ids=None, attention_mask=None, labels=None,\n                feature_ext=False, mode=None, loss_fct=None, centroids=None, dist_infos = None):\n\n        outputs = self.bert(\n            input_ids, token_type_ids, attention_mask,  output_hidden_states=True)\n        encoded_layer_12 = outputs.hidden_states\n        pooled_output = self.dense(encoded_layer_12[-1].mean(dim=1))\n        pooled_output = self.activation(pooled_output)\n        pooled_output = self.dropout(pooled_output)\n        x = pooled_output\n\n        if feature_ext:\n            return pooled_output\n\n        else:\n\n            feat_size = x.shape[1]\n            batch_size = x.shape[0]\n\n            f_expand = x.unsqueeze(1).expand(-1, self.num_labels, -1)\n            centroids_expand = centroids.unsqueeze(0).expand(batch_size, -1, -1)        \n            dist_cur = torch.norm(f_expand - centroids_expand, 2, 2)\n            values_nn, labels_nn = torch.sort(dist_cur, 1)        \n\n            nearest_centers = centroids[labels_nn[:, 0]]\n            dist_denominator = torch.norm(x - nearest_centers, 2, 1)\n            second_nearest_centers = centroids[labels_nn[:, 1]]\n            dist_numerator = torch.norm(x - second_nearest_centers, 2, 1)\n            \n            dist_info = dist_numerator - dist_denominator\n            dist_info = torch.exp(dist_info)\n            scalar = dist_info\n\n            reachability = scalar.unsqueeze(1).expand(-1, feat_size)\n            x = reachability * pooled_output\n\n            logits = self.cosnorm_classifier(x)\n\n            if mode == 'train':\n                loss = loss_fct(logits, labels)\n                return loss\n\n            elif mode == 'eval':\n                return pooled_output, logits\n\nclass BERT_MDF_Pretrain(nn.Module):\n    \n    def __init__(self, args):\n\n        super(BERT_MDF_Pretrain, self).__init__()\n        self.num_labels = args.num_labels\n        self.bert = BertForMaskedLM.from_pretrained(args.pretrained_bert_model)\n        self.dropout = nn.Dropout(0.1) #0.1\n        self.classifier = nn.Linear(args.feat_dim, args.num_labels)  \n        \n    \n    def forward(self, X):\n\n        outputs = self.bert(**X,  output_hidden_states=True)\n        \n        CLSEmbedding = outputs.hidden_states[-1][:,0]\n        CLSEmbedding = self.dropout(CLSEmbedding)\n        logits = self.classifier(CLSEmbedding)\n        output_dir = {\"logits\": logits}\n        output_dir[\"hidden_states\"] = outputs.hidden_states[-1][:, 0]\n        \n        return output_dir\n    \n    def mlmForward(self, X, Y = None):\n        outputs = self.bert(**X,  labels = Y)\n        return outputs.loss\n        \n    def loss_ce(self, logits, Y):\n        loss = nn.CrossEntropyLoss()\n        output = loss(logits, Y)\n        return output\n\n\n\nclass BERT_MDF(BertPreTrainedModel):\n    def __init__(self, config, args):\n        super(BERT_MDF, self).__init__(config)\n        self.num_labels = args.num_labels\n        self.bert = BertModel(config)\n        self.dropout = nn.Dropout(0.1) #0.1\n        self.classifier = nn.Linear(args.feat_dim, 2)  \n        self.init_weights() \n\n    def forward(\n        self,\n        input_ids=None,\n        attention_mask=None,\n        token_type_ids=None,\n        position_ids=None,\n        head_mask=None,\n        inputs_embeds=None,\n        labels=None,\n    ):\n\n        outputs = self.bert(\n            input_ids=input_ids,\n            attention_mask=attention_mask,\n            token_type_ids=token_type_ids,\n            position_ids=position_ids,\n            head_mask=head_mask,\n            output_hidden_states=True\n        )\n        # Complains if input_embeds is kept\n\n        pooled_output = outputs[1]\n        \n        pooled_output = self.dropout(pooled_output)\n        logits = self.classifier(pooled_output)\n\n        outputs = (logits,) + outputs[\n            2:\n        ]  # add hidden states and attention if they are here\n\n        return outputs  # (loss), logits, (hidden_states), (attentions)\n\n\nclass BertClassificationHead(nn.Module):\n    def __init__(self, config):\n        super(BertClassificationHead, self).__init__()\n        self.dense = nn.Linear(config.hidden_size, config.hidden_size)\n        self.dropout = nn.Dropout(config.hidden_dropout_prob)\n        self.out_proj = nn.Linear(config.hidden_size, config.num_labels-1)\n\n    def forward(self, feature):\n        x = self.dropout(feature)\n        x = self.dense(x)\n        x = torch.tanh(x)\n        x = self.dropout(x)\n        x = self.out_proj(x)\n        return x\n\nclass BertContrastiveHead(nn.Module):\n    def __init__(self, config):\n        super(BertContrastiveHead, self).__init__()\n        self.dense = nn.Linear(config.hidden_size, config.hidden_size)\n        self.dropout = nn.Dropout(config.hidden_dropout_prob)\n        self.out_proj = nn.Linear(config.hidden_size, config.hidden_size)\n\n    def forward(self, feature):\n        x = self.dropout(feature)\n        x = self.dense(x)\n        x = torch.tanh(x)\n        x = self.dropout(x)\n        x = self.out_proj(x)\n        return x\n\n\nclass BERT_KNNCL(nn.Module):\n\n    def __init__(self, args):\n        super(BERT_KNNCL, self).__init__()\n\n        self.number_labels = args.anum_labels\n\n        config = AutoConfig.from_pretrained(\n        args.bert_model ,\n        num_labels=self.number_labels,\n        )\n        \n        self.encoder_q = BertModel.from_pretrained(args.bert_model, config=config)\n        self.encoder_k = BertModel.from_pretrained(args.bert_model, config=config)\n\n        self.classifier_liner = BertClassificationHead(config)\n\n        self.contrastive_liner_q = BertContrastiveHead(config)\n        self.contrastive_liner_k = BertContrastiveHead(config)\n\n        self.m = 0.999\n        self.T = args.temperature\n        self.init_weights()  # Exec\n        self.contrastive_rate_in_training = args.contrastive_rate_in_training\n\n        # create the label_queue and feature_queue\n        self.K = args.queue_size  # 7500\n\n        self.register_buffer(\"label_queue\", torch.randint(0, self.number_labels, [self.K]))  # Tensor:(7500,)\n        self.register_buffer(\"feature_queue\", torch.randn(self.K, config.hidden_size))  # Tensor:(7500, 768)\n        self.feature_queue = torch.nn.functional.normalize(self.feature_queue, dim=0)\n\n        self.register_buffer(\"queue_ptr\", torch.zeros(1, dtype=torch.long))  # Tensor(1,)\n        self.top_k = args.top_k  # 25\n        self.update_num = args.positive_num  # 3\n\n        # optional and delete can improve the performance indicated\n        # by some experiment\n        # params_to_train = [\"layer.\" + str(i) for i in range(0, 12)]\n        # for name, param in self.encoder_q.named_parameters():\n        #     param.requires_grad_(False)\n        #     for term in params_to_train:\n        #         if term in name:\n        #             param.requires_grad_(True)\n\n    def _dequeue_and_enqueue(self, keys, label):\n        batch_size = keys.shape[0]\n\n        ptr = int(self.queue_ptr)\n\n        if ptr + batch_size > self.K:\n            batch_size = self.K - ptr\n            keys = keys[: batch_size]\n            label = label[: batch_size]\n\n        # replace the keys at ptr (dequeue ans enqueue)\n        self.feature_queue[ptr: ptr + batch_size, :] = keys\n        self.label_queue[ptr: ptr + batch_size] = label\n\n        ptr = (ptr + batch_size) % self.K\n\n        self.queue_ptr[0] = ptr\n\n    def select_pos_neg_sample(self, liner_q, label_q):\n        label_queue = self.label_queue.clone().detach()  # K\n        feature_queue = self.feature_queue.clone().detach()  # K * hidden_size\n\n        # 1. expand label_queue and feature_queue to batch_size * K\n        batch_size = label_q.shape[0]\n        tmp_label_queue = label_queue.repeat([batch_size, 1])\n        tmp_feature_queue = feature_queue.unsqueeze(0)\n        tmp_feature_queue = tmp_feature_queue.repeat([batch_size, 1, 1])  # batch_size * K * hidden_size\n\n        # 2.caluate sim\n        cos_sim = torch.einsum('nc,nkc->nk', [liner_q, tmp_feature_queue])\n\n        # 3. get index of postive and neigative \n        tmp_label = label_q.unsqueeze(1)\n        tmp_label = tmp_label.repeat([1, self.K])\n\n        pos_mask_index = torch.eq(tmp_label_queue, tmp_label)\n        neg_mask_index = ~ pos_mask_index\n\n        # 4.another option \n        feature_value = cos_sim.masked_select(neg_mask_index)\n        neg_sample = torch.full_like(cos_sim, -np.inf).cuda()\n        neg_sample = neg_sample.masked_scatter(neg_mask_index, feature_value)\n\n        # 5.topk\n        pos_mask_index = pos_mask_index.int()\n        pos_number = pos_mask_index.sum(dim=-1)\n        pos_min = pos_number.min()\n        if pos_min == 0:\n            return None\n        pos_sample, _ = cos_sim.topk(pos_min, dim=-1)\n        pos_sample_top_k = pos_sample[:, 0:self.top_k]  # self.topk = 25\n        pos_sample = pos_sample_top_k\n        pos_sample = pos_sample.contiguous().view([-1, 1])\n\n        neg_mask_index = neg_mask_index.int()\n        neg_number = neg_mask_index.sum(dim=-1)\n        neg_min = neg_number.min()\n        if neg_min == 0:\n            return None\n        neg_sample, _ = neg_sample.topk(neg_min, dim=-1)\n        neg_topk = min(pos_min, self.top_k)\n        neg_sample = neg_sample.repeat([1, neg_topk])\n        neg_sample = neg_sample.view([-1, neg_min])\n        logits_con = torch.cat([pos_sample, neg_sample], dim=-1)\n        logits_con /= self.T\n        return logits_con\n\n    def init_weights(self):\n        for param_q, param_k in zip(self.contrastive_liner_q.parameters(), self.contrastive_liner_k.parameters()):\n            param_k.data = param_q.data\n\n    def update_encoder_k(self):\n        for param_q, param_k in zip(self.encoder_q.parameters(), self.encoder_k.parameters()):\n            param_k.data = param_k.data * self.m + param_q.data * (1. - self.m)\n        for param_q, param_k in zip(self.contrastive_liner_q.parameters(), self.contrastive_liner_k.parameters()):\n            param_k.data = param_k.data * self.m + param_q.data * (1. - self.m)\n\n    def reshape_dict(self, batch):\n        for k, v in batch.items():\n            shape = v.shape\n            batch[k] = v.view([-1, shape[-1]])\n        return batch\n\n    def l2norm(self, x: torch.Tensor):\n        norm = torch.pow(x, 2).sum(dim=-1, keepdim=True).sqrt()\n        x = torch.div(x, norm)\n        return x\n\n    def forward_no_multi_v2(self,\n                            query,\n                            positive_sample=None,\n                            negative_sample=None,\n                            ):\n        labels = query[\"labels\"]\n        labels = labels.view(-1)\n\n        with torch.no_grad():\n            self.update_encoder_k()\n            update_sample = self.reshape_dict(positive_sample)\n            bert_output_p = self.encoder_k(**update_sample)\n            update_keys = bert_output_p[1]\n            update_keys = self.contrastive_liner_k(update_keys)\n            update_keys = self.l2norm(update_keys)\n            tmp_labels = labels.unsqueeze(-1)\n            tmp_labels = tmp_labels.repeat([1, self.update_num])\n            tmp_labels = tmp_labels.view(-1)\n            self._dequeue_and_enqueue(update_keys, tmp_labels)\n\n        query.pop('labels')\n\n        bert_output_q = self.encoder_q(**query)\n        q = bert_output_q[1]\n        liner_q = self.contrastive_liner_q(q)\n        liner_q = self.l2norm(liner_q)\n        logits_cls = self.classifier_liner(q)\n\n        if self.number_labels == 1:\n            loss_fct = MSELoss()\n            loss_cls = loss_fct(logits_cls.view(-1), labels)\n        else:\n            loss_fct = CrossEntropyLoss()\n            loss_cls = loss_fct(logits_cls.view(-1, self.number_labels - 1), labels)\n\n        logits_con = self.select_pos_neg_sample(liner_q, labels)\n\n        if logits_con is not None:\n            labels_con = torch.zeros(logits_con.shape[0], dtype=torch.long).cuda()\n            loss_fct = CrossEntropyLoss()\n            loss_con = loss_fct(logits_con, labels_con)\n\n            loss = loss_con * self.contrastive_rate_in_training + \\\n                   loss_cls * (1 - self.contrastive_rate_in_training)\n        else:\n            loss = loss_cls\n\n        return SequenceClassifierOutput(\n            loss=loss,\n        )\n\n    def forward(self,\n                query,  # batch_size * max_length\n                mode,\n                positive_sample=None,  # batch_size * max_length\n                negative_sample=None,  # batch_size * sample_num * max_length\n                ):\n        if mode == 'train':\n            return self.forward_no_multi_v2(query=query, positive_sample=positive_sample,\n                                            negative_sample=negative_sample)\n        elif mode == 'validation':\n            labels = query['labels']\n            query.pop('labels')\n            seq_embed = self.encoder_q(**query)[1]\n\n            logits_cls = self.classifier_liner(seq_embed)\n            probs = torch.softmax(logits_cls, dim=1)\n            return torch.argmax(probs, dim=1).tolist(), labels.cpu().numpy().tolist()\n        elif mode == 'test':\n\n            query.pop('labels')\n            seq_embed = self.encoder_q(**query)[1]\n            logits_cls = self.classifier_liner(seq_embed)\n\n            probs = torch.softmax(logits_cls, dim=1)\n            return probs, seq_embed\n        else:\n            raise ValueError(\"undefined mode\")\n\n"
  },
  {
    "path": "open_intent_detection/backbones/llama.py",
    "content": "import torch\n\nfrom peft import (  \n    LoraConfig,\n    get_peft_model,\n)\n\nfrom torch import nn\nfrom transformers import AutoModelForCausalLM\n\nfrom .bert import CosNorm_Classifier\n\nactivation_map = {'relu': nn.ReLU(), 'tanh': nn.Tanh()}\n\nclass LLAMA_lora_Disaware(nn.Module):\n    def __init__(self, args):\n        super().__init__()\n        self.num_labels = args.num_labels\n        self.llama = AutoModelForCausalLM.from_pretrained(\n            args.llama_model,\n            return_dict=True,\n            load_in_8bit=False,\n            device_map=args.device,\n            low_cpu_mem_usage=True,\n            torch_dtype=torch.float16,\n        )\n        self.llama.config.pad_token_id  = 0  # unk\n        self.llama.config.bos_token_id = 1\n        self.llama.config.eos_token_id = 2\n        #self.llama.eval()\n        target_modules=[ \"q_proj\", \"v_proj\"]\n        config = LoraConfig(\n                r=4,\n                lora_alpha=8,\n                target_modules=target_modules,\n                lora_dropout=0.05,\n                bias=\"none\",\n                task_type=\"CAUSAL_LM\",\n            )\n        print(\"lora\", config)\n        self.llama = get_peft_model(self.llama, config)\n        hidden_dropout_prob = 0.1\n        hidden_size = self.llama.config.hidden_size\n        hidden_size_2 = hidden_size // 2\n        self.dense = nn.Linear(hidden_size, hidden_size).half()\n        self.activation = activation_map[args.activation]\n        self.dropout = nn.Dropout(hidden_dropout_prob).half()\n        self.dense = self.dense.to(args.device)\n        self.activation = self.activation.to(args.device)\n        self.dropout = self.dropout.to(args.device)\n        #self.init_weights()\n        self.cosnorm_classifier = CosNorm_Classifier(\n            hidden_size, args.num_labels, args.scale, args.device)\n\n\n    def forward(self, input_ids=None, token_type_ids=None, attention_mask=None, labels=None,\n                feature_ext=False, mode=None, loss_fct=None, centroids=None, dist_infos = None):\n        outputs = self.llama(input_ids=input_ids, attention_mask=attention_mask, output_hidden_states=True )\n        encoded_layer_ = outputs.hidden_states[-1].mean(dim=1)\n        \n        #input_data = input_data.float()\n        pooled_output = self.dense(encoded_layer_)\n        pooled_output = self.activation(pooled_output)\n        pooled_output = self.dropout(pooled_output)\n        \n        x = pooled_output\n\n        if feature_ext:\n            return pooled_output\n\n        else:\n\n            feat_size = x.shape[1]\n            batch_size = x.shape[0]\n\n            f_expand = x.unsqueeze(1).expand(-1, self.num_labels, -1)\n            centroids_expand = centroids.unsqueeze(0).expand(batch_size, -1, -1)        \n            dist_cur = torch.norm(f_expand - centroids_expand, 2, 2)\n            values_nn, labels_nn = torch.sort(dist_cur, 1)        \n\n            nearest_centers = centroids[labels_nn[:, 0]]\n            dist_denominator = torch.norm(x - nearest_centers, 2, 1)\n            second_nearest_centers = centroids[labels_nn[:, 1]]\n            dist_numerator = torch.norm(x - second_nearest_centers, 2, 1)\n            \n            dist_info = dist_numerator - dist_denominator\n            dist_info = torch.exp(dist_info)\n            scalar = dist_info\n\n            reachability = scalar.unsqueeze(1).expand(-1, feat_size)\n            x = reachability * pooled_output\n\n            logits = self.cosnorm_classifier(x)\n\n            if mode == 'train':\n                loss = loss_fct(logits, labels)\n                return loss\n\n            elif mode == 'eval':\n                return pooled_output, logits"
  },
  {
    "path": "open_intent_detection/backbones/utils.py",
    "content": "import torch\nfrom torch import nn\nimport numpy as np\n\ndef l2_norm(input,axis=1):\n    norm = torch.norm(input, 2, axis, True)\n    output = torch.div(input, norm)\n    return output\n\nclass L2_normalization(nn.Module):\n    def forward(self, input):\n        return l2_norm(input)   \n\ndef freeze_bert_parameters(model):\n    for name, param in model.bert.named_parameters():  \n        param.requires_grad = False\n        if \"encoder.layer.11\" in name or \"pooler\" in name:\n            param.requires_grad = True\n    return model\n\ndef freeze_bert_parameters_KCL(model):\n    for name, param in model.encoder_q.named_parameters():  \n        param.requires_grad = False\n        if \"encoder.layer.11\" in name or \"pooler\" in name:\n            param.requires_grad = True\n    for name, param in model.encoder_k.named_parameters():  \n        param.requires_grad = False\n        if \"encoder.layer.11\" in name or \"pooler\" in name:\n            param.requires_grad = True\n    return model\n\nclass ConvexSampler(nn.Module):\n    def __init__(self, args):\n        super(ConvexSampler, self).__init__()\n        self.multiple_convex = args.multiple_convex\n        self.multiple_convex_eval = args.multiple_convex_eval\n        self.unseen_label_id = args.unseen_label_id\n        self.device = args.device\n        self.batch_size = args.train_batch_size\n        self.oos_num = args.train_batch_size\n        self.feat_dim = args.feat_dim\n\n    def forward(self, z, label_ids, mode=None):\n        num_convex = self.batch_size * self.multiple_convex\n        num_convex_eval = self.batch_size * self.multiple_convex_eval\n        convex_list = []\n        if mode =='train':\n            if label_ids.size(0)>2:\n                while len(convex_list) < num_convex:\n                    cdt = np.random.choice(label_ids.size(0), 2, replace=False)\n                    # cdt = np.random.choice(label_ids.size(0) - self.oos_num, 2, replace=False)\n                    if label_ids[cdt[0]] != label_ids[cdt[1]]:\n                        s = np.random.uniform(0, 1, 1)\n                        convex_list.append(s[0] * z[cdt[0]] + (1 - s[0]) * z[cdt[1]])\n                convex_samples = torch.cat(convex_list, dim=0).view(num_convex, -1)\n                z = torch.cat((z, convex_samples), dim=0)\n                label_ids = torch.cat((label_ids, torch.tensor([self.unseen_label_id] * num_convex).to(self.device)), dim=0)\n        elif mode == 'eval':\n            if label_ids.size(0) > 2:\n                val_num = num_convex_eval\n                while len(convex_list) < val_num:\n                    cdt = np.random.choice(label_ids.size(0), 2, replace=False)\n                    if label_ids[cdt[0]] != label_ids[cdt[1]]:\n                        s = np.random.uniform(0, 1, 1)\n                        convex_list.append(s[0] * z[cdt[0]] + (1 - s[0]) * z[cdt[1]])\n                convex_samples = torch.cat(convex_list, dim=0).view(val_num, -1)\n                z = torch.cat((z, convex_samples), dim=0)\n                label_ids = torch.cat((label_ids, torch.tensor([self.unseen_label_id] * val_num).to(self.device)), dim=0)\n        return z, label_ids\n\ndef pair_cosine_similarity(x, x_adv, eps=1e-8):\n    n = x.norm(p=2, dim=1, keepdim=True)\n    n_adv = x_adv.norm(p=2, dim=1, keepdim=True)\n    return (x @ x.t()) / (n * n.t()).clamp(min=eps), (x_adv @ x_adv.t()) / (n_adv * n_adv.t()).clamp(min=eps), (x @ x_adv.t()) / (n * n_adv.t()).clamp(min=eps)\n\ndef nt_xent(x, x_adv, mask, cuda=True, t=0.1):\n    x, x_adv, x_c = pair_cosine_similarity(x, x_adv)\n    x = torch.exp(x / t)\n    x_adv = torch.exp(x_adv / t)\n    x_c = torch.exp(x_c / t)\n    mask_count = mask.sum(1)\n    mask_reverse = (~(mask.bool())).long()\n    if cuda:\n        dis = (x * (mask - torch.eye(x.size(0)).long().cuda()) + x_c * mask) / (x.sum(1) + x_c.sum(1) - torch.exp(torch.tensor(1 / t))) + mask_reverse\n        dis_adv = (x_adv * (mask - torch.eye(x.size(0)).long().cuda()) + x_c.T * mask) / (x_adv.sum(1) + x_c.sum(0) - torch.exp(torch.tensor(1 / t))) + mask_reverse\n    else:\n        dis = (x * (mask - torch.eye(x.size(0)).long()) + x_c * mask) / (x.sum(1) + x_c.sum(1) - torch.exp(torch.tensor(1 / t))) + mask_reverse\n        dis_adv = (x_adv * (mask - torch.eye(x.size(0)).long()) + x_c.T * mask) / (x_adv.sum(1) + x_c.sum(0) - torch.exp(torch.tensor(1 / t))) + mask_reverse\n    loss = (torch.log(dis).sum(1) + torch.log(dis_adv).sum(1)) / mask_count\n    return -loss.mean()\n"
  },
  {
    "path": "open_intent_detection/configs/ADB.py",
    "content": "class Param():\n    \n    def __init__(self, args):\n        \n        self.hyper_param = self.get_hyper_parameters(args)\n\n    def get_hyper_parameters(self, args):\n        \"\"\"\n        Args:\n            bert_model (directory): The path for the pre-trained bert model.\n            num_train_epochs (int): The number of training epochs.\n            num_labels (autofill): The output dimension.\n            max_seq_length (autofill): The maximum total input sequence length after tokenization. Sequences longer than this will be truncated, sequences shorter will be padded.\n            freeze_backbone_parameters (binary): Whether to freeze all parameters but the last layer.\n            feat_dim (int): The feature dimension.\n            warmup_proportion (float): The warmup ratio for learning rate.\n            lr_boundary (float): The learning rate of the decision boundary.\n            lr (float): The learning rate of backbone.\n            activation (str): The activation function of the hidden layer (support 'relu' and 'tanh').\n            train_batch_size (int): The batch size for training.\n            eval_batch_size (int): The batch size for evaluation. \n            test_batch_size (int): The batch size for testing.\n            wait_patient (int): Patient steps for Early Stop.\n        \"\"\"\n        hyper_parameters = {\n\n            'bert_model': \"/home/sharing/disk1/pretrained_embedding/bert/uncased_L-12_H-768_A-12/\",\n            'num_train_epochs': 100,\n            'num_labels': None,\n            'max_seq_length': None, \n            'freeze_backbone_parameters': True,\n            'feat_dim': 768,\n            'warmup_proportion': 0.1,\n            'lr_boundary': 0.05,\n            'lr': 2e-5, \n            'activation': 'relu',\n            'train_batch_size': 128,\n            'eval_batch_size': 64,\n            'test_batch_size': 64,\n            'wait_patient': 10\n\n        }\n        return hyper_parameters"
  },
  {
    "path": "open_intent_detection/configs/ARPL.py",
    "content": "class Param():\n    \n    def __init__(self, args):\n        \n        self.hyper_param = self.get_hyper_parameters(args)\n\n    def get_hyper_parameters(self, args):\n        \"\"\"\n        Args:\n            bert_model (directory): The path for the pre-trained bert model.\n            num_train_epochs (int): The number of training epochs.\n            num_labels (autofill): The output dimension.\n            max_seq_length (autofill): The maximum total input sequence length after tokenization. Sequences longer than this will be truncated, sequences shorter will be padded.\n            freeze_backbone_parameters (binary): Whether to freeze all parameters but the last layer.\n            feat_dim (int): The feature dimension.\n            warmup_proportion (float): The warmup ratio for learning rate.\n            lr (float): The learning rate of backbone.\n            activation (str): The activation function of the hidden layer (support 'relu' and 'tanh').\n            threshold (float): The probability threshold for detecting the open samples.\n            train_batch_size (int): The batch size for training.\n            eval_batch_size (int): The batch size for evaluation. \n            test_batch_size (int): The batch size for testing.\n            wait_patient (int): Patient steps for Early Stop.\n        \"\"\"\n        hyper_parameters = {\n\n            'bert_model': \"/home/sharing/disk1/pretrained_embedding/bert/uncased_L-12_H-768_A-12/\",\n            'num_train_epochs': 100,\n            'num_labels': None,\n            'max_seq_length': None, \n            'freeze_backbone_parameters': True,\n            'feat_dim': 768,\n            'warmup_proportion': 0.1,\n            'lr': 2e-5, \n            'activation': 'tanh',\n            'threshold': 0.5,\n            'train_batch_size': 128,\n            'eval_batch_size': 64,\n            'test_batch_size': 64,\n            'wait_patient': 10,\n            'lr_2': 2e-5,\n            'temp': 1.0,\n            'weight_pl': 0.1\n\n        }\n        return hyper_parameters"
  },
  {
    "path": "open_intent_detection/configs/DA-ADB.py",
    "content": "class Param():\n    \n    def __init__(self, args):\n        \n        self.hyper_param = self.get_hyper_parameters(args)\n\n    def get_hyper_parameters(self, args):\n        \"\"\"\n        Args:\n            bert_model (directory): The path for the pre-trained bert model.\n            num_train_epochs (int): The number of training epochs.\n            num_labels (autofill): The output dimension.\n            max_seq_length (autofill): The maximum total input sequence length after tokenization. Sequences longer than this will be truncated, sequences shorter will be padded.\n            freeze_backbone_parameters (binary): Whether to freeze all parameters but the last layer.\n            feat_dim (int): The feature dimension.\n            warmup_proportion (float): The warmup ratio for learning rate.\n            scale (float): The scale factor of the cosine classifier.\n            lr_boundary (float): The learning rate of the decision boundary.\n            lr (float): The learning rate of backbone.\n            activation (str): The activation function of the hidden layer (support 'relu' and 'tanh').\n            train_batch_size (int): The batch size for training.\n            eval_batch_size (int): The batch size for evaluation. \n            test_batch_size (int): The batch size for testing.\n            wait_patient (int): Patient steps for Early Stop.\n        \"\"\"\n        hyper_parameters = {\n\n            'bert_model': \"/home/sharing/disk1/pretrained_embedding/bert/uncased_L-12_H-768_A-12/\",\n            'num_train_epochs':100,\n            'num_labels': None,\n            'max_seq_length': None, \n            'freeze_backbone_parameters': True,\n            'feat_dim': 768,\n            'warmup_proportion': 0.1,\n            'scale': 4,\n            'lr_boundary': 0.05,\n            'lr': 2e-5, \n            'activation': 'relu',\n            'train_batch_size': 128,\n            'eval_batch_size': 64,\n            'test_batch_size': 64,\n            'wait_patient': 10,\n\n        }\n        return hyper_parameters\n"
  },
  {
    "path": "open_intent_detection/configs/DA-ADB_llama.py",
    "content": "class Param():\n    \n    def __init__(self, args):\n        \n        self.hyper_param = self.get_hyper_parameters(args)\n\n    def get_hyper_parameters(self, args):\n        \"\"\"\n        Args:\n            llama_model (directory): The path for the pre-trained llama model.\n            num_train_epochs (int): The number of training epochs.\n            num_labels (autofill): The output dimension.\n            max_seq_length (autofill): The maximum total input sequence length after tokenization. Sequences longer than this will be truncated, sequences shorter will be padded.\n            freeze_backbone_parameters (binary): Whether to freeze all parameters but the last layer.\n            feat_dim (int): The feature dimension.\n            warmup_proportion (float): The warmup ratio for learning rate.\n            scale (float): The scale factor of the cosine classifier.\n            lr_boundary (float): The learning rate of the decision boundary.\n            lr (float): The learning rate of backbone.\n            activation (str): The activation function of the hidden layer (support 'relu' and 'tanh').\n            train_batch_size (int): The batch size for training.\n            eval_batch_size (int): The batch size for evaluation. \n            test_batch_size (int): The batch size for testing.\n            wait_patient (int): Patient steps for Early Stop.\n        \"\"\"\n        hyper_parameters = {\n\n            'llama_model': \"/home/sharing/disk1/pretrained_embedding/llama/llama\",\n            'num_train_epochs':100,\n            'num_labels': None,\n            'max_seq_length': None, \n            'freeze_backbone_parameters': False,\n            'feat_dim': 4096,\n            'warmup_proportion': 0.1,\n            'scale': 4,\n            'lr_boundary': 0.05,\n            'lr': 5e-8, \n            'activation': 'relu',\n            'train_batch_size': 32,\n            'eval_batch_size': 8,\n            'test_batch_size': 8,\n            'wait_patient': 10,\n\n        }\n        print(\"Hyper-parameters: \", hyper_parameters)\n\n        return hyper_parameters\n"
  },
  {
    "path": "open_intent_detection/configs/DOC.py",
    "content": "class Param():\n\n    def __init__(self, args):\n\n        self.hyper_param = self.get_hyper_parameters(args)\n\n    def get_hyper_parameters(self, args):\n        \"\"\"\n        Args:\n            bert_model (directory): The path for the pre-trained bert model.\n            num_train_epochs (int): The number of training epochs.\n            num_labels (autofill): The output dimension.\n            max_seq_length (autofill): The maximum total input sequence length after tokenization. Sequences longer than this will be truncated, sequences shorter will be padded.\n            freeze_backbone_parameters (binary): Whether to freeze all parameters but the last layer.\n            feat_dim (int): The feature dimension.\n            warmup_proportion (float): The warmup ratio for learning rate.\n            lr (float): The learning rate of backbone.\n            activation (str): The activation function of the hidden layer (support 'relu' and 'tanh').\n            scale (float): The scale factor of DOC.\n            train_batch_size (int): The batch size for training.\n            eval_batch_size (int): The batch size for evaluation. \n            test_batch_size (int): The batch size for testing.\n            wait_patient (int): Patient steps for Early Stop.\n        \"\"\"\n        hyper_parameters = {\n\n            'bert_model': \"/home/sharing/disk1/pretrained_embedding/bert/uncased_L-12_H-768_A-12/\",\n            'num_train_epochs': 100,\n            'num_labels': None,\n            'max_seq_length': None,\n            'freeze_backbone_parameters': True,\n            'feat_dim': 768,\n            'warmup_proportion': 0.1,\n            'lr': 2e-5,\n            'activation': 'relu',\n            'scale': 3,\n            'train_batch_size': 128,\n            'eval_batch_size': 64,\n            'test_batch_size': 64,\n            'wait_patient': 10\n        }\n\n        return hyper_parameters\n"
  },
  {
    "path": "open_intent_detection/configs/DeepUnk.py",
    "content": "class Param():\n    \n    def __init__(self, args):\n        \n        self.hyper_param = self.get_hyper_parameters(args)\n\n    def get_hyper_parameters(self, args):\n        \"\"\"\n        Args:\n            bert_model (directory): The path for the pre-trained bert model.\n            num_train_epochs (int): The number of training epochs.\n            num_labels (autofill): The output dimension.\n            max_seq_length (autofill): The maximum total input sequence length after tokenization. Sequences longer than this will be truncated, sequences shorter will be padded.\n            freeze_backbone_parameters (binary): Whether to freeze all parameters but the last layer.\n            feat_dim (int): The feature dimension.\n            warmup_proportion (float): The warmup ratio for learning rate.\n            lr (float): The learning rate of backbone.\n            activation (str): The activation function of the hidden layer (support 'relu' and 'tanh').\n            n_neighbors (int): The number of neighbors of LOF.\n            contamination (float): The contamination factor of LOF.\n            train_batch_size (int): The batch size for training.\n            eval_batch_size (int): The batch size for evaluation. \n            test_batch_size (int): The batch size for testing.\n            wait_patient (int): Patient steps for Early Stop.\n        \"\"\"\n        hyper_parameters = {\n\n            'bert_model': \"/home/sharing/disk1/pretrained_embedding/bert/uncased_L-12_H-768_A-12/\",\n            'num_train_epochs': 100,\n            'num_labels': None,\n            'max_seq_length': None, \n            'freeze_backbone_parameters': True,\n            'feat_dim': 768,\n            'warmup_proportion': 0.1,\n            'lr': 2e-5, \n            'activation': 'relu',\n            'n_neighbors': 20,\n            'contamination': 0.05,\n            'train_batch_size': 128,\n            'eval_batch_size': 64,\n            'test_batch_size': 64,\n            'wait_patient': 10\n\n        }\n\n        return hyper_parameters"
  },
  {
    "path": "open_intent_detection/configs/K+1-way.py",
    "content": "class Param():\n    \n    def __init__(self, args):\n        \n        self.hyper_param = self.get_hyper_parameters(args)\n\n    def get_hyper_parameters(self, args):\n        \"\"\"\n        Args:\n            bert_model (directory): The path for the pre-trained bert model.\n            num_train_epochs: The training epochs.\n            max_seq_len (int): The maximum total input sequence length after tokenization. Sequences longer than this will be truncated, sequences shorter will be padded.\n            feat_dim (int): The feature dimension.\n            warmup_proportion (float): The warmup ratio for learning rate.\n            lr (float): The learning rate of backbone.\n            threshold (float): The probability threshold for detecting the open samples.\n            train_batch_size (int): The batch size for training.\n            eval_batch_size (int): The batch size for evaluation. \n            wait_patient (int): Patient steps for Early Stop.\n            lr_mlp (float): The learning rate of mlp.\n            multiple_convex (int): The multiple of gen ood of training stage.\n            multiple_convex_eval (int): The multiple of gen ood of eval stage.\n        \"\"\"\n        hyper_parameters = {\n\n            'bert_model': \"/home/sharing/disk1/pretrained_embedding/bert/uncased_L-12_H-768_A-12/\",\n            'num_train_epochs': 100,\n            'max_seq_length': None, \n            'freeze_backbone_parameters': True,\n            'feat_dim': 768,\n            'warmup_proportion': 0.1,\n            'lr': 2e-5, \n            'activation': 'relu',\n            'train_batch_size': 64,\n            'eval_batch_size': 64,\n            'test_batch_size': 64,\n            'wait_patient': 10,\n            'multiple_convex': 1,\n            'multiple_convex_eval': 1,\n            'temp': 0.1\n\n        }\n\n        return hyper_parameters\n"
  },
  {
    "path": "open_intent_detection/configs/KNNCL.py",
    "content": "class Param():\n    \n    def __init__(self, args):\n        \n        self.hyper_param = self.get_hyper_parameters(args)\n\n    def get_hyper_parameters(self, args):\n\n        hyper_parameters = {\n\n            'bert_model': \"/home/sharing/disk1/pretrained_embedding/bert/uncased_L-12_H-768_A-12/\",\n            'num_train_epochs': 100,\n            'num_labels': None,\n            'max_seq_length': None, \n            'freeze_backbone_parameters': True,\n            'feat_dim': 768,\n            'warmup_proportion': 0.1,\n            'lr': 1e-05, \n            'activation': 'relu',\n            'train_batch_size': 128,\n            'eval_batch_size': 64,\n            'test_batch_size': 64,\n            'wait_patient': 100,\n            'warmup_proportion':0.1,\n\n            'n_neighbors': 20,\n            'contamination': 0.05,\n\n            \"temperature\": 0.5,\n            \"contrastive_rate_in_training\": 0.1,\n            \"top_k\": 25,\n            \"positive_num\":3,\n            \"clip\": 0.25,\n            \"queue_size\": 7500,\n\n        }\n\n        if args.dataset == \"banking\":\n            if args.known_cls_ratio == 0.25:\n                hyper_parameters[\"queue_size\"]=6500\n            elif args.known_cls_ratio == 0.5:\n                hyper_parameters[\"queue_size\"]=8000\n                hyper_parameters[\"top_k\"]=30\n\n        if args.dataset == \"oos\":\n            hyper_parameters[\"queue_size\"]=6500\n            hyper_parameters[\"top_k\"]=15\n\n\n        return hyper_parameters"
  },
  {
    "path": "open_intent_detection/configs/LOF.py",
    "content": "class Param():\n    \n    def __init__(self, args):\n        \n        self.hyper_param = self.get_hyper_parameters(args)\n\n    def get_hyper_parameters(self, args):\n        \"\"\"\n        Args:\n            bert_model (directory): The path for the pre-trained bert model.\n            num_train_epochs (int): The number of training epochs.\n            num_labels (autofill): The output dimension.\n            max_seq_length (autofill): The maximum total input sequence length after tokenization. Sequences longer than this will be truncated, sequences shorter will be padded.\n            freeze_backbone_parameters (binary): Whether to freeze all parameters but the last layer.\n            feat_dim (int): The feature dimension.\n            warmup_proportion (float): The warmup ratio for learning rate.\n            lr (float): The learning rate of backbone.\n            activation (str): The activation function of the hidden layer (support 'relu' and 'tanh').\n            n_neighbors (int): The number of neighbors of LOF.\n            contamination (float): The contamination factor of LOF.\n            train_batch_size (int): The batch size for training.\n            eval_batch_size (int): The batch size for evaluation. \n            test_batch_size (int): The batch size for testing.\n            wait_patient (int): Patient steps for Early Stop.\n        \"\"\"\n        hyper_parameters = {\n\n            'bert_model': \"/home/sharing/disk1/pretrained_embedding/bert/uncased_L-12_H-768_A-12/\",\n            'num_train_epochs': 100,\n            'num_labels': None,\n            'max_seq_length': None, \n            'freeze_backbone_parameters': True,\n            'feat_dim': 768,\n            'warmup_proportion': 0.1,\n            'lr': 2e-5, \n            'activation': 'relu',\n            'n_neighbors': 20,\n            'contamination': 0.05,\n            'train_batch_size': 128,\n            'eval_batch_size': 64,\n            'test_batch_size': 64,\n            'wait_patient': 10\n\n        }\n\n        return hyper_parameters"
  },
  {
    "path": "open_intent_detection/configs/MDF.py",
    "content": "class Param():\n    \n    def __init__(self, args):\n        \n        self.hyper_param = self.get_hyper_parameters(args)\n\n    def get_hyper_parameters(self, args):\n        \"\"\"\n        Args:\n            bert_model (directory): The path for the pre-trained bert model.\n            max_seq_length (autofill): The maximum total input sequence length after tokenization. Sequences longer than this will be truncated, sequences shorter will be padded.\n            num_train_epochs (int): The number of training epochs.\n            num_pretrain_epochs (int): The number of pre-training epochs.\n            num_labels (autofill): The output dimension.\n            freeze_bert_parameters (binary): Whether to freeze all parameters but the last layer.\n            feat_dim (int): The feature dimension.\n            warmup_proportion (float): The warmup ratio for learning rate.\n            lr_pre (float): The learning rate for pre-training the backbone.\n            lr (float): The learning rate for training the backbone.\n            loss_fct (str): The loss function for training.\n            activation (str): The activation function of the hidden layer (support 'relu' and 'tanh').\n            train_batch_size (int): The batch size for training.\n            eval_batch_size (int): The batch size for evaluation.\n            test_batch_size (int): The batch size for testing. \n            wait_patient (int): Patient steps for Early Stop.\n        \"\"\"\n        hyper_parameters = {\n            \n            'pretrained_bert_model': '/home/sharing/disk1/pretrained_embedding/bert/uncased_L-12_H-768_A-12/',\n            'max_seq_length': None, \n            'num_pretrain_epochs': 100,\n            'num_train_epochs': 100,\n            'update_per_epoch' : 5,\n            'num_labels': None,\n            'freeze_backbone_parameters': False,\n            'feat_dim': 768,\n            'warmup_proportion': 0.1,\n            'lr_pre': 5e-5,\n            'lr': 1e-5, \n            'activation': 'tanh',\n            'train_batch_size': 128,\n            'pretrain_batch_size': 64,\n            'eval_batch_size': 64,\n            'test_batch_size': 64,\n            'wait_patient': 10,\n            'grad_clip': 1,\n            'nuu': 0.1,\n            'k': 'rbf',\n            'use_cls': False\n        }\n\n        return hyper_parameters\n"
  },
  {
    "path": "open_intent_detection/configs/MSP.py",
    "content": "class Param():\n    \n    def __init__(self, args):\n        \n        self.hyper_param = self.get_hyper_parameters(args)\n\n    def get_hyper_parameters(self, args):\n        \"\"\"\n        Args:\n            bert_model (directory): The path for the pre-trained bert model.\n            num_train_epochs (int): The number of training epochs.\n            num_labels (autofill): The output dimension.\n            max_seq_length (autofill): The maximum total input sequence length after tokenization. Sequences longer than this will be truncated, sequences shorter will be padded.\n            freeze_backbone_parameters (binary): Whether to freeze all parameters but the last layer.\n            feat_dim (int): The feature dimension.\n            warmup_proportion (float): The warmup ratio for learning rate.\n            lr (float): The learning rate of backbone.\n            activation (str): The activation function of the hidden layer (support 'relu' and 'tanh').\n            threshold (float): The probability threshold for detecting the open samples.\n            train_batch_size (int): The batch size for training.\n            eval_batch_size (int): The batch size for evaluation. \n            test_batch_size (int): The batch size for testing.\n            wait_patient (int): Patient steps for Early Stop.\n        \"\"\"\n        hyper_parameters = {\n\n            'bert_model': \"/home/sharing/disk1/pretrained_embedding/bert/uncased_L-12_H-768_A-12/\",\n            'num_train_epochs': 100,\n            'num_labels': None,\n            'max_seq_length': None, \n            'freeze_backbone_parameters': True,\n            'feat_dim': 768,\n            'warmup_proportion': 0.1,\n            'lr': 2e-5, \n            'activation': 'tanh',\n            'threshold': 0.5,\n            'train_batch_size': 128,\n            'eval_batch_size': 64,\n            'test_batch_size': 64,\n            'wait_patient': 15\n\n        }\n        if args.dataset == 'stackoverflow':\n            hyper_parameters['lr'] = 5e-5\n            hyper_parameters['wait_patient'] = 20\n\n        return hyper_parameters"
  },
  {
    "path": "open_intent_detection/configs/OpenMax.py",
    "content": "class Param():\n    \n    def __init__(self, args):\n        \n        self.hyper_param = self.get_hyper_parameters(args)\n\n    def get_hyper_parameters(self, args):\n        \"\"\"\n        Args:\n            bert_model (directory): The path for the pre-trained bert model.\n            num_train_epochs (int): The number of training epochs.\n            num_labels (autofill): The output dimension.\n            max_seq_length (autofill): The maximum total input sequence length after tokenization. Sequences longer than this will be truncated, sequences shorter will be padded.\n            freeze_backbone_parameters (binary): Whether to freeze all parameters but the last layer.\n            feat_dim (int): The feature dimension.\n            warmup_proportion (float): The warmup ratio for learning rate.\n            lr (float): The learning rate of backbone.\n            activation (str): The activation function of the hidden layer (support 'relu' and 'tanh').\n            weibull_tail_size (int): The factor of weibull model.\n            alpharank (int): The factor of alpha rank.\n            distance_type (str): The distance_type.\n            threshold (float): The probability threshold for detecting the open samples.\n            train_batch_size (int): The batch size for training.\n            eval_batch_size (int): The batch size for evaluation. \n            test_batch_size (int): The batch size for testing.\n            wait_patient (int): Patient steps for Early Stop.\n        \"\"\"\n        hyper_parameters = {\n\n            'bert_model': \"/home/sharing/disk1/pretrained_embedding/bert/uncased_L-12_H-768_A-12/\",\n            'num_train_epochs': 100,\n            'num_labels': None,\n            'max_seq_length': None, \n            'freeze_backbone_parameters': True,\n            'feat_dim': 768,\n            'warmup_proportion': 0.1,\n            'lr': 2e-5, \n            'activation': 'tanh',\n            'weibull_tail_size': 20,\n            'alpharank': 10,\n            'distance_type': 'cosine',\n            'threshold': 0.5, \n            'train_batch_size': 128,\n            'eval_batch_size': 64,\n            'test_batch_size': 64,\n            'wait_patient': 15\n\n        }\n\n        return hyper_parameters"
  },
  {
    "path": "open_intent_detection/configs/SEG.py",
    "content": "class Param():\n    \n    def __init__(self, args):\n        \n        self.hyper_param = self.get_hyper_parameters(args)\n\n    def get_hyper_parameters(self, args):\n        \"\"\"\n        Args:\n            bert_model (directory): The path for the pre-trained bert model.\n            num_train_epochs: The training epochs.\n            max_seq_len (int): The maximum total input sequence length after tokenization. Sequences longer than this will be truncated, sequences shorter will be padded.\n            feat_dim (int): The feature dimension.\n            warmup_proportion (float): The warmup ratio for learning rate.\n            lr (float): The learning rate of backbone.\n            loss_fct (str): The loss function for training.\n            n_neighbors (int): The number of neighbors of LOF.\n            contamination (float): The contamination factor of LOF.\n            train_batch_size (int): The batch size for training.\n            eval_batch_size (int): The batch size for evaluation. \n            wait_patient (int): Patient steps for Early Stop.\n        \"\"\"\n        hyper_parameters = {\n\n            'bert_model': \"/home/sharing/disk1/pretrained_embedding/bert/uncased_L-12_H-768_A-12/\",\n            'num_train_epochs': 100,\n            'max_seq_length': None, \n            'freeze_backbone_parameters': True,\n            'feat_dim': 768,\n            'warmup_proportion': 0.1,\n            'lr': 2e-5, \n            'activation': 'relu',\n            'n_neighbors': 20,\n            'contamination': 0.05,\n            'train_batch_size': 128,\n            'eval_batch_size': 64,\n            'test_batch_size': 64,\n            'wait_patient': 10,\n            'class_emb': True,\n            'alpha': 1.0,\n            'lambda_': 0.5\n\n        }\n        # if args.dataset == 'stackoverflow':\n        #     hyper_parameters['class_emb'] = False\n\n        return hyper_parameters"
  },
  {
    "path": "open_intent_detection/configs/__init__.py",
    "content": ""
  },
  {
    "path": "open_intent_detection/configs/base.py",
    "content": "import argparse\nimport sys\nimport os\nimport importlib\nfrom easydict import EasyDict\n\nclass ParamManager:\n    \n    def __init__(self, args):\n\n        output_path_param = self.add_output_path_param(args)\n\n        method_param = self.get_method_param(args)\n\n        self.args = EasyDict(\n                                dict(\n                                        vars(args),\n                                        **output_path_param,\n                                        **method_param\n                                     )\n                            )\n\n    def get_method_param(self, args):\n        \n        if args.config_file_name.endswith('.py'):\n            module_name = '.' + args.config_file_name[:-3]\n        else:\n            module_name = '.' + args.config_file_name\n\n        config = importlib.import_module(module_name, 'configs')\n\n        method_param = config.Param\n        method_args = method_param(args)\n\n        return method_args.hyper_param\n\n    def add_output_path_param(self, args):\n        \n        \n        task_output_dir = os.path.join(args.output_dir, args.type)\n        if not os.path.exists(task_output_dir):\n            os.makedirs(task_output_dir)\n        \n        concat_names = [args.method, args.dataset, args.known_cls_ratio, args.labeled_ratio, args.backbone, args.seed]\n        method_output_name = \"_\".join([str(x) for x in concat_names])\n\n        method_output_dir = os.path.join(task_output_dir, method_output_name)\n        if not os.path.exists(method_output_dir):\n            os.makedirs(method_output_dir)\n\n        model_output_dir = os.path.join(method_output_dir, args.model_dir)\n        if not os.path.exists(model_output_dir):\n            os.makedirs(model_output_dir)\n\n        output_path_param = {\n            'method_output_dir': method_output_dir,\n            'model_output_dir': model_output_dir\n        }\n            \n        return output_path_param"
  },
  {
    "path": "open_intent_detection/dataloaders/__init__.py",
    "content": "from .bert_loader import BERT_Loader\nfrom .llama_loader import LLAMA_Loader\n\nmax_seq_lengths = {\n                        'stackoverflow':45,\n                        'banking':55, \n                        'oos':30, \n                        'snips':35\n                    }\n\n\nbackbone_loader_map = {\n                            'bert': BERT_Loader,\n                            'bert_doc': BERT_Loader,\n                            'bert_norm': BERT_Loader,\n                            'bert_K+1-way': BERT_Loader,\n                            'bert_seg': BERT_Loader,\n                            'bert_disaware': BERT_Loader,\n                            'bert_mdf': BERT_Loader,\n                            'bert_knncl': BERT_Loader,\n                            'llama_disaware': LLAMA_Loader,\n                        }\n\nbenchmark_labels = {\n    'oos': \n            ['accept_reservations', 'account_blocked', 'alarm', 'application_status', 'apr', \n             'are_you_a_bot', 'balance', 'bill_balance', 'bill_due', 'book_flight', \n             'book_hotel', 'calculator', 'calendar', 'calendar_update', 'calories', \n             'cancel', 'cancel_reservation', 'car_rental', 'card_declined', 'carry_on', \n             'change_accent', 'change_ai_name', 'change_language', 'change_speed', 'change_user_name',\n             'change_volume', 'confirm_reservation', 'cook_time', 'credit_limit', 'credit_limit_change', \n             'credit_score', 'current_location', 'damaged_card', 'date', 'definition', \n             'direct_deposit', 'directions', 'distance', 'do_you_have_pets', 'exchange_rate',\n             'expiration_date', 'find_phone', 'flight_status', 'flip_coin', 'food_last', \n             'freeze_account', 'fun_fact', 'gas', 'gas_type', 'goodbye', \n             'greeting', 'how_busy', 'how_old_are_you', 'improve_credit_score', 'income', \n             'ingredient_substitution', 'ingredients_list', 'insurance', 'insurance_change', 'interest_rate',\n             'international_fees', 'international_visa', 'jump_start', 'last_maintenance', 'lost_luggage', 'make_call', \n             'maybe', 'meal_suggestion', 'meaning_of_life', 'measurement_conversion', 'meeting_schedule', \n             'min_payment', 'mpg', 'new_card', 'next_holiday', 'next_song',\n             'no', 'nutrition_info', 'oil_change_how', 'oil_change_when', 'order',\n             'order_checks', 'order_status', 'pay_bill', 'payday', 'pin_change', \n             'play_music', 'plug_type', 'pto_balance', 'pto_request', 'pto_request_status',\n             'pto_used', 'recipe', 'redeem_rewards', 'reminder', 'reminder_update', \n             'repeat', 'replacement_card_duration', 'report_fraud', 'report_lost_card', 'reset_settings', \n             'restaurant_reservation', 'restaurant_reviews', 'restaurant_suggestion', 'rewards_balance', 'roll_dice', \n             'rollover_401k', 'routing', 'schedule_maintenance', 'schedule_meeting', 'share_location', \n             'shopping_list', 'shopping_list_update', 'smart_home', 'spelling', 'spending_history', \n             'sync_device', 'taxes', 'tell_joke', 'text', 'thank_you', \n             'time', 'timer', 'timezone', 'tire_change', 'tire_pressure', \n             'todo_list', 'todo_list_update', 'traffic', \"transactions\", \"transfer\", \n             \"translate\", \"travel_alert\", \"travel_notification\", \"travel_suggestion\", \"uber\", \n             \"update_playlist\", \"user_name\", \"vaccines\", \"w2\", \"weather\",\n             \"what_are_your_hobbies\", \"what_can_i_ask_you\", \"what_is_your_name\", \"what_song\", \"where_are_you_from\", \n             \"whisper_mode\", \"who_do_you_work_for\", \"who_made_you\", \"yes\"],\n\n    'banking':  \n                [\n                    \"Refund_not_showing_up\", \"activate_my_card\", \"age_limit\", \"apple_pay_or_google_pay\", \"atm_support\", \n                    \"automatic_top_up\", \"balance_not_updated_after_bank_transfer\", \"balance_not_updated_after_cheque_or_cash_deposit\", \"beneficiary_not_allowed\", \"cancel_transfer\", \n                    \"card_about_to_expire\", \"card_acceptance\", \"card_arrival\", \"card_delivery_estimate\", \"card_linking\", \n                    \"card_not_working\", \"card_payment_fee_charged\", \"card_payment_not_recognised\", \"card_payment_wrong_exchange_rate\", \"card_swallowed\", \n                    \"cash_withdrawal_charge\", \"cash_withdrawal_not_recognised\", \"change_pin\", \"compromised_card\", \"contactless_not_working\", \n                    \"country_support\", \"declined_card_payment\", \"declined_cash_withdrawal\", \"declined_transfer\", \"direct_debit_payment_not_recognised\", \n                    \"disposable_card_limits\", \"edit_personal_details\", \"exchange_charge\", \"exchange_rate\", \"exchange_via_app\", \n                    \"extra_charge_on_statement\", \"failed_transfer\", \"fiat_currency_support\", \"get_disposable_virtual_card\", \"get_physical_card\", \n                    \"getting_spare_card\", \"getting_virtual_card\", \"lost_or_stolen_card\", \"lost_or_stolen_phone\", \"order_physical_card\", \n                    \"passcode_forgotten\", \"pending_card_payment\", \"pending_cash_withdrawal\", \"pending_top_up\", \"pending_transfer\", \n                    \"pin_blocked\", \"receiving_money\", \"request_refund\", \"reverted_card_payment?\", \"supported_cards_and_currencies\", \n                    \"terminate_account\", \"top_up_by_bank_transfer_charge\", \"top_up_by_card_charge\", \"top_up_by_cash_or_cheque\", \"top_up_failed\", \n                    \"top_up_limits\", \"top_up_reverted\", \"topping_up_by_card\", \"transaction_charged_twice\", \"transfer_fee_charged\", \n                    \"transfer_into_account\", \"transfer_not_received_by_recipient\", \"transfer_timing\", \"unable_to_verify_identity\", \"verify_my_identity\", \n                    \"verify_source_of_funds\", \"verify_top_up\", \"virtual_card_not_working\", \"visa_or_mastercard\", \"why_verify_identity\", \n                    \"wrong_amount_of_cash_received\", \"wrong_exchange_rate_for_cash_withdrawal\"\n                ], \n\n    'stackoverflow':\n                        [\n                            \"ajax\", \"apache\", \"bash\", \"cocoa\", \"drupal\", \n                            \"excel\", \"haskell\", \"hibernate\", \"linq\", \"magento\", \n                            \"matlab\", \"oracle\", \"osx\", \"qt\", \"scala\", \n                            \"sharepoint\", \"spring\", \"svn\", \"visual-studio\", \"wordpress\"\n                        ],\n        'snips':\n                [\n                    \"AddToPlaylist\", \"BookRestaurant\", \"GetWeather\", \"PlayMusic\", \"RateBook\", \n                    \"SearchCreativeWork\", \"SearchScreeningEvent\"\n                ]\n}"
  },
  {
    "path": "open_intent_detection/dataloaders/base.py",
    "content": "import numpy as np\nimport os   \nimport random\nimport torch\nimport logging\n\nfrom .__init__ import max_seq_lengths, backbone_loader_map, benchmark_labels\n\n\ndef set_seed(seed):\n    random.seed(seed)\n    np.random.seed(seed)\n    torch.manual_seed(seed)\n    torch.cuda.manual_seed_all(seed)\n    torch.backends.cudnn.deterministic = True\n\nclass DataManager:\n    \n    def __init__(self, args, logger_name = 'Detection'):\n        \n        self.logger = logging.getLogger(logger_name)\n\n        set_seed(args.seed)\n        args.max_seq_length = max_seq_lengths[args.dataset]\n        self.data_dir = os.path.join(args.data_dir, args.dataset)\n\n        self.all_label_list = self.get_labels(args.dataset)\n        self.n_known_cls = round(len(self.all_label_list) * args.known_cls_ratio)\n        self.known_label_list = np.random.choice(np.array(self.all_label_list), self.n_known_cls, replace=False)\n        self.known_label_list = list(self.known_label_list)\n\n        self.logger.info('The number of known intents is %s', self.n_known_cls)\n        self.logger.info('Lists of known labels are: %s', str(self.known_label_list))\n\n        args.num_labels = self.num_labels = len(self.known_label_list)\n\n        if args.dataset == 'oos':\n            self.unseen_label = 'oos'\n        else:\n            self.unseen_label = '<UNK>'\n        \n        args.unseen_label_id = self.unseen_label_id = self.num_labels\n        self.label_list = self.known_label_list + [self.unseen_label]\n\n        self.anum_labels = args.anum_labels = len(self.label_list)\n        self.dataloader = self.get_loader(args, self.get_attrs())\n\n    def get_labels(self, dataset):\n        \n        labels = benchmark_labels[dataset]\n\n        return labels\n    \n    def get_loader(self, args, attrs):\n        \n        dataloader = backbone_loader_map[args.backbone](args, attrs, args.logger_name)\n\n        return dataloader\n    \n    def get_attrs(self):\n\n        attrs = {}\n        for name, value in vars(self).items():\n            attrs[name] = value\n\n        return attrs\n"
  },
  {
    "path": "open_intent_detection/dataloaders/bert_loader.py",
    "content": "import numpy as np\nimport torch\nimport os\nimport csv\nimport sys\nimport logging\nfrom transformers import BertTokenizer\nfrom torch.utils.data import (DataLoader, RandomSampler, SequentialSampler, TensorDataset)\n\n\nclass BERT_Loader:\n    def __init__(self, args, base_attrs, logger_name = 'Detection'):\n        self.logger = logging.getLogger(logger_name)\n        self.train_examples, self.train_labeled_examples, self.train_unlabeled_examples  = get_examples(args, base_attrs, 'train')\n        self.logger.info(\"Number of labeled training samples = %s\", str(len(self.train_labeled_examples)))\n        self.logger.info(\"Number of unlabeled training samples = %s\", str(len(self.train_unlabeled_examples)))\n\n        self.eval_examples = get_examples(args, base_attrs, 'eval')\n        self.logger.info(\"Number of evaluation samples = %s\", str(len(self.eval_examples)))\n\n        self.test_examples = get_examples(args, base_attrs, 'test')\n        self.logger.info(\"Number of testing samples = %s\", str(len(self.test_examples)))\n        self.base_attrs = base_attrs\n        self.init_loader(args)\n\n    def init_loader(self, args):\n        \n        self.train_labeled_loader = get_loader(self.train_labeled_examples, args, self.base_attrs['label_list'], 'train_labeled', sampler_mode = 'random')\n        self.train_unlabeled_loader = get_loader(self.train_unlabeled_examples, args, self.base_attrs['label_list'], 'train_unlabeled', sampler_mode = 'sequential')\n        self.eval_loader = get_loader(self.eval_examples, args, self.base_attrs['label_list'], 'eval', sampler_mode = 'sequential')\n        self.test_loader = get_loader(self.test_examples, args, self.base_attrs['label_list'], 'test', sampler_mode = 'sequential')\n        self.num_train_examples = len(self.train_labeled_examples)\n\ndef get_examples(args, base_attrs, mode):\n\n    processor = DatasetProcessor()\n    ori_examples = processor.get_examples(base_attrs['data_dir'], mode)\n    if mode == 'train':\n\n        labeled_examples, unlabeled_examples = [], []\n        for example in ori_examples:\n\n            if (example.label in base_attrs['known_label_list']) and (np.random.uniform(0, 1) <= args.labeled_ratio):\n                labeled_examples.append(example)\n            else:\n                example.label = base_attrs['unseen_label']\n                unlabeled_examples.append(example)\n\n        return ori_examples, labeled_examples, unlabeled_examples\n\n    elif mode == 'eval':\n\n        examples = []\n        for example in ori_examples:\n            if (example.label in base_attrs['known_label_list']):\n                examples.append(example)\n        \n        return examples\n    \n    elif mode == 'test':\n\n        examples = []\n        for example in ori_examples:\n            if (example.label in base_attrs['label_list']) and (example.label != base_attrs['unseen_label']):\n                examples.append(example)\n            else:\n                example.label = base_attrs['unseen_label']\n                examples.append(example)\n        \n        return examples\n\ndef get_loader(examples, args, label_list, mode, sampler_mode = 'sequential'):\n\n    tokenizer = BertTokenizer.from_pretrained(args.bert_model, do_lower_case=True)    \n    features = convert_examples_to_features(examples, label_list, args.max_seq_length, tokenizer)\n    input_ids = torch.tensor([f.input_ids for f in features], dtype=torch.long)\n    input_mask = torch.tensor([f.input_mask for f in features], dtype=torch.long)\n    segment_ids = torch.tensor([f.segment_ids for f in features], dtype=torch.long)\n\n    if mode == 'train_unlabeled':\n        label_ids = torch.tensor([-1 for f in features], dtype=torch.long)\n    else:\n        label_ids = torch.tensor([f.label_id for f in features], dtype=torch.long)\n    datatensor = TensorDataset(input_ids, input_mask, segment_ids, label_ids)\n\n    if sampler_mode == 'random':\n        sampler = RandomSampler(datatensor)\n    elif sampler_mode == 'sequential':\n        sampler = SequentialSampler(datatensor)\n\n    if mode == 'train_labeled':   \n        dataloader = DataLoader(datatensor, sampler = sampler, batch_size = args.train_batch_size)    \n\n    else:\n        if mode == 'train_unlabeled':\n            dataloader = DataLoader(datatensor, sampler=sampler, batch_size = args.train_batch_size)    \n        elif mode == 'eval':\n            dataloader = DataLoader(datatensor, sampler=sampler, batch_size = args.eval_batch_size)    \n        elif mode == 'test':\n            dataloader = DataLoader(datatensor, sampler=sampler, batch_size = args.test_batch_size)    \n    \n    return dataloader\n\nclass InputExample(object):\n    \"\"\"A single training/test example for simple sequence classification.\"\"\"\n\n    def __init__(self, guid, text_a, text_b=None, label=None):\n        \"\"\"Constructs a InputExample.\n\n        Args:\n            guid: Unique id for the example.\n            text_a: string. The untokenized text of the first sequence. For single\n            sequence tasks, only this sequence must be specified.\n            text_b: (Optional) string. The untokenized text of the second sequence.\n            Only must be specified for sequence pair tasks.\n            label: (Optional) string. The label of the example. This should be\n            specified for train and dev examples, but not for test examples.\n        \"\"\"\n        self.guid = guid\n        self.text_a = text_a\n        self.text_b = text_b\n        self.label = label\n\nclass InputFeatures(object):\n    \"\"\"A single set of features of data.\"\"\"\n\n    def __init__(self, input_ids, input_mask, segment_ids, label_id):\n        self.input_ids = input_ids\n        self.input_mask = input_mask\n        self.segment_ids = segment_ids\n        self.label_id = label_id\n\nclass DataProcessor(object):\n    \"\"\"Base class for data converters for sequence classification data sets.\"\"\"\n\n    def get_train_examples(self, data_dir):\n        \"\"\"Gets a collection of `InputExample`s for the train set.\"\"\"\n        raise NotImplementedError()\n\n    def get_dev_examples(self, data_dir):\n        \"\"\"Gets a collection of `InputExample`s for the dev set.\"\"\"\n        raise NotImplementedError()\n\n    def get_labels(self):\n        \"\"\"Gets the list of labels for this data set.\"\"\"\n        raise NotImplementedError()\n\n    @classmethod\n    def _read_tsv(cls, input_file, quotechar=None):\n        \"\"\"Reads a tab separated value file.\"\"\"\n        with open(input_file, \"r\") as f:\n            reader = csv.reader(f, delimiter=\"\\t\", quotechar=quotechar)\n            lines = []\n            for line in reader:\n                if sys.version_info[0] == 2:\n                    line = list(unicode(cell, 'utf-8') for cell in line)\n                lines.append(line)\n            return lines\n\nclass DatasetProcessor(DataProcessor):\n\n    def get_examples(self, data_dir, mode):\n        if mode == 'train':\n            return self._create_examples(\n                self._read_tsv(os.path.join(data_dir, \"train.tsv\")), \"train\")\n        elif mode == 'eval':\n            return self._create_examples(\n                self._read_tsv(os.path.join(data_dir, \"dev.tsv\")), \"train\")\n        elif mode == 'test':\n            return self._create_examples(\n                self._read_tsv(os.path.join(data_dir, \"test.tsv\")), \"test\")\n\n    def _create_examples(self, lines, set_type):\n        \"\"\"Creates examples for the training and dev sets.\"\"\"\n        examples = []\n        for (i, line) in enumerate(lines):\n            if i == 0:\n                continue\n            if len(line) != 2:\n                continue\n            guid = \"%s-%s\" % (set_type, i)\n            text_a = line[0]\n            label = line[1]\n\n            examples.append(\n                InputExample(guid=guid, text_a=text_a, text_b=None, label=label))\n        return examples\n\ndef convert_examples_to_features(examples, label_list, max_seq_length, tokenizer):\n    \"\"\"Loads a data file into a list of `InputBatch`s.\"\"\"\n    label_map = {}\n    if label_list is not None:\n        for i, label in enumerate(label_list):\n            label_map[label] = i\n\n    features = []\n    for (ex_index, example) in enumerate(examples):\n        tokens_a = tokenizer.tokenize(example.text_a)\n\n        tokens_b = None\n        if example.text_b:\n            tokens_b = tokenizer.tokenize(example.text_b)\n            # Modifies `tokens_a` and `tokens_b` in place so that the total\n            # length is less than the specified length.\n            # Account for [CLS], [SEP], [SEP] with \"- 3\"\n            _truncate_seq_pair(tokens_a, tokens_b, max_seq_length - 3)\n        else:\n            # Account for [CLS] and [SEP] with \"- 2\"\n            if len(tokens_a) > max_seq_length - 2:\n                tokens_a = tokens_a[:(max_seq_length - 2)]\n\n        # The convention in BERT is:\n        # (a) For sequence pairs:\n        #  tokens:   [CLS] is this jack ##son ##ville ? [SEP] no it is not . [SEP]\n        #  type_ids: 0   0  0    0    0     0       0 0    1  1  1  1   1 1\n        # (b) For single sequences:\n        #  tokens:   [CLS] the dog is hairy . [SEP]\n        #  type_ids: 0   0   0   0  0     0 0\n        #\n        # Where \"type_ids\" are used to indicate whether this is the first\n        # sequence or the second sequence. The embedding vectors for `type=0` and\n        # `type=1` were learned during pre-training and are added to the wordpiece\n        # embedding vector (and position vector). This is not *strictly* necessary\n        # since the [SEP] token unambigiously separates the sequences, but it makes\n        # it easier for the model to learn the concept of sequences.\n        #\n        # For classification tasks, the first vector (corresponding to [CLS]) is\n        # used as as the \"sentence vector\". Note that this only makes sense because\n        # the entire model is fine-tuned.\n        tokens = [\"[CLS]\"] + tokens_a + [\"[SEP]\"]\n        segment_ids = [0] * len(tokens)\n\n        if tokens_b:\n            tokens += tokens_b + [\"[SEP]\"]\n            segment_ids += [1] * (len(tokens_b) + 1)\n\n        input_ids = tokenizer.convert_tokens_to_ids(tokens)\n\n        # The mask has 1 for real tokens and 0 for padding tokens. Only real\n        # tokens are attended to.\n        input_mask = [1] * len(input_ids)\n\n        # Zero-pad up to the sequence length.\n        padding = [0] * (max_seq_length - len(input_ids))\n        input_ids += padding\n        input_mask += padding\n        segment_ids += padding\n\n        assert len(input_ids) == max_seq_length\n        assert len(input_mask) == max_seq_length\n        assert len(segment_ids) == max_seq_length\n\n        label_id = label_map[example.label] if label_list is not None else None\n        # if ex_index < 5:\n        #     logger.info(\"*** Example ***\")\n        #     logger.info(\"guid: %s\" % (example.guid))\n        #     logger.info(\"tokens: %s\" % \" \".join(\n        #         [str(x) for x in tokens]))\n        #     logger.info(\"input_ids: %s\" % \" \".join([str(x) for x in input_ids]))\n        #     logger.info(\"input_mask: %s\" % \" \".join([str(x) for x in input_mask]))\n        #     logger.info(\n        #         \"segment_ids: %s\" % \" \".join([str(x) for x in segment_ids]))\n        #     logger.info(\"label: %s (id = %d)\" % (example.label, label_id))\n\n        features.append(\n            InputFeatures(input_ids=input_ids,\n                          input_mask=input_mask,\n                          segment_ids=segment_ids,\n                          label_id=label_id))\n    return features\n\ndef _truncate_seq_pair(tokens_a, tokens_b, max_length):\n    \"\"\"Truncates a sequence pair in place to the maximum length.\"\"\"\n    # This is a simple heuristic which will always truncate the longer sequence\n    # one token at a time. This makes more sense than truncating an equal percent\n    # of tokens from each, since if one sequence is very short then each token\n    # that's truncated likely contains more information than a longer sequence.\n    while True:\n        total_length = len(tokens_a) + len(tokens_b)\n        if total_length <= max_length:\n            break\n        if len(tokens_a) > len(tokens_b):\n            tokens_a.pop(0)  # For dialogue context\n        else:\n            tokens_b.pop()\n"
  },
  {
    "path": "open_intent_detection/dataloaders/llama_loader.py",
    "content": "import numpy as np\nimport torch\nimport os\nimport csv\nimport sys\nimport logging\nfrom transformers import LlamaTokenizer\nfrom torch.utils.data import (DataLoader, RandomSampler, SequentialSampler, TensorDataset)\n\n\nclass LLAMA_Loader:\n    def __init__(self, args, base_attrs, logger_name = 'Detection'):\n        self.logger = logging.getLogger(logger_name)\n        self.train_examples, self.train_labeled_examples, self.train_unlabeled_examples  = get_examples(args, base_attrs, 'train')\n        self.logger.info(\"Number of labeled training samples = %s\", str(len(self.train_labeled_examples)))\n        self.logger.info(\"Number of unlabeled training samples = %s\", str(len(self.train_unlabeled_examples)))\n\n        self.eval_examples = get_examples(args, base_attrs, 'eval')\n        self.logger.info(\"Number of evaluation samples = %s\", str(len(self.eval_examples)))\n\n        self.test_examples = get_examples(args, base_attrs, 'test')\n        self.logger.info(\"Number of testing samples = %s\", str(len(self.test_examples)))\n        self.base_attrs = base_attrs\n        self.init_loader(args)\n\n    def init_loader(self, args):\n        \n        self.train_labeled_loader = get_loader(self.train_labeled_examples, args, self.base_attrs['label_list'], 'train_labeled', sampler_mode = 'random')\n        self.train_unlabeled_loader = get_loader(self.train_unlabeled_examples, args, self.base_attrs['label_list'], 'train_unlabeled', sampler_mode = 'sequential')\n        self.eval_loader = get_loader(self.eval_examples, args, self.base_attrs['label_list'], 'eval', sampler_mode = 'sequential')\n        self.test_loader = get_loader(self.test_examples, args, self.base_attrs['label_list'], 'test', sampler_mode = 'sequential')\n        self.num_train_examples = len(self.train_labeled_examples)\n\ndef get_examples(args, base_attrs, mode):\n\n    processor = DatasetProcessor()\n    ori_examples = processor.get_examples(base_attrs['data_dir'], mode)\n    if mode == 'train':\n\n        labeled_examples, unlabeled_examples = [], []\n        for example in ori_examples:\n\n            if (example.label in base_attrs['known_label_list']) and (np.random.uniform(0, 1) <= args.labeled_ratio):\n                labeled_examples.append(example)\n            else:\n                example.label = base_attrs['unseen_label']\n                unlabeled_examples.append(example)\n\n        return ori_examples, labeled_examples, unlabeled_examples\n\n    elif mode == 'eval':\n\n        examples = []\n        for example in ori_examples:\n            if (example.label in base_attrs['known_label_list']):\n                examples.append(example)\n        \n        return examples\n    \n    elif mode == 'test':\n\n        examples = []\n        for example in ori_examples:\n            if (example.label in base_attrs['label_list']) and (example.label != base_attrs['unseen_label']):\n                examples.append(example)\n            else:\n                example.label = base_attrs['unseen_label']\n                examples.append(example)\n        \n        return examples\n\ndef get_loader(examples, args, label_list, mode, sampler_mode = 'sequential'):\n    tokenizer = LlamaTokenizer.from_pretrained(args.llama_model, do_lower_case=True, legacy=False)    \n    tokenizer.pad_token_id = (\n        0  # unk. we want this to be different from the eos token\n    )\n    tokenizer.padding_side = \"left\" \n    tokenizer.pad_token = tokenizer.eos_token\n    features = convert_examples_to_features(examples, label_list, args.max_seq_length, tokenizer)\n    input_ids = torch.tensor([f.input_ids for f in features], dtype=torch.long)\n    input_mask = torch.tensor([f.input_mask for f in features], dtype=torch.long)\n    segment_ids = torch.tensor([f.segment_ids for f in features], dtype=torch.long)\n\n    if mode == 'train_unlabeled':\n        label_ids = torch.tensor([-1 for f in features], dtype=torch.long)\n    else:\n        label_ids = torch.tensor([f.label_id for f in features], dtype=torch.long)\n    datatensor = TensorDataset(input_ids, input_mask, segment_ids, label_ids)\n\n    if sampler_mode == 'random':\n        sampler = RandomSampler(datatensor)\n    elif sampler_mode == 'sequential':\n        sampler = SequentialSampler(datatensor)\n\n    if mode == 'train_labeled':   \n        dataloader = DataLoader(datatensor, sampler = sampler, batch_size = args.train_batch_size)    \n\n    else:\n        if mode == 'train_unlabeled':\n            dataloader = DataLoader(datatensor, sampler=sampler, batch_size = args.train_batch_size)    \n        elif mode == 'eval':\n            dataloader = DataLoader(datatensor, sampler=sampler, batch_size = args.eval_batch_size)    \n        elif mode == 'test':\n            dataloader = DataLoader(datatensor, sampler=sampler, batch_size = args.test_batch_size)    \n    \n    return dataloader\n\nclass InputExample(object):\n    \"\"\"A single training/test example for simple sequence classification.\"\"\"\n\n    def __init__(self, guid, text_a, text_b=None, label=None):\n        \"\"\"Constructs a InputExample.\n\n        Args:\n            guid: Unique id for the example.\n            text_a: string. The untokenized text of the first sequence. For single\n            sequence tasks, only this sequence must be specified.\n            text_b: (Optional) string. The untokenized text of the second sequence.\n            Only must be specified for sequence pair tasks.\n            label: (Optional) string. The label of the example. This should be\n            specified for train and dev examples, but not for test examples.\n        \"\"\"\n        self.guid = guid\n        self.text_a = text_a\n        self.text_b = text_b\n        self.label = label\n\nclass InputFeatures(object):\n    \"\"\"A single set of features of data.\"\"\"\n\n    def __init__(self, input_ids, input_mask, segment_ids, label_id):\n        self.input_ids = input_ids\n        self.input_mask = input_mask\n        self.segment_ids = segment_ids\n        self.label_id = label_id\n\nclass DataProcessor(object):\n    \"\"\"Base class for data converters for sequence classification data sets.\"\"\"\n\n    def get_train_examples(self, data_dir):\n        \"\"\"Gets a collection of `InputExample`s for the train set.\"\"\"\n        raise NotImplementedError()\n\n    def get_dev_examples(self, data_dir):\n        \"\"\"Gets a collection of `InputExample`s for the dev set.\"\"\"\n        raise NotImplementedError()\n\n    def get_labels(self):\n        \"\"\"Gets the list of labels for this data set.\"\"\"\n        raise NotImplementedError()\n\n    @classmethod\n    def _read_tsv(cls, input_file, quotechar=None):\n        \"\"\"Reads a tab separated value file.\"\"\"\n        with open(input_file, \"r\") as f:\n            reader = csv.reader(f, delimiter=\"\\t\", quotechar=quotechar)\n            lines = []\n            for line in reader:\n                if sys.version_info[0] == 2:\n                    line = list(unicode(cell, 'utf-8') for cell in line)\n                lines.append(line)\n            return lines\n\nclass DatasetProcessor(DataProcessor):\n\n    def get_examples(self, data_dir, mode):\n        if mode == 'train':\n            return self._create_examples(\n                self._read_tsv(os.path.join(data_dir, \"train.tsv\")), \"train\")\n        elif mode == 'eval':\n            return self._create_examples(\n                self._read_tsv(os.path.join(data_dir, \"dev.tsv\")), \"train\")\n        elif mode == 'test':\n            return self._create_examples(\n                self._read_tsv(os.path.join(data_dir, \"test.tsv\")), \"test\")\n\n    def _create_examples(self, lines, set_type):\n        \"\"\"Creates examples for the training and dev sets.\"\"\"\n        examples = []\n        for (i, line) in enumerate(lines):\n            if i == 0:\n                continue\n            if len(line) != 2:\n                continue\n            guid = \"%s-%s\" % (set_type, i)\n            text_a = line[0]\n            label = line[1]\n\n            examples.append(\n                InputExample(guid=guid, text_a=text_a, text_b=None, label=label))\n        return examples\n\ndef convert_examples_to_features(examples, label_list, max_seq_length, tokenizer):\n    \"\"\"Loads a data file into a list of `InputBatch`s.\"\"\"\n    label_map = {}\n    if label_list is not None:\n        for i, label in enumerate(label_list):\n            label_map[label] = i\n\n    features = []\n    for (ex_index, example) in enumerate(examples):\n        tokens_a = tokenizer.tokenize(example.text_a)\n\n        tokens_b = None\n        if example.text_b:\n            tokens_b = tokenizer.tokenize(example.text_b)\n            # Modifies `tokens_a` and `tokens_b` in place so that the total\n            # length is less than the specified length.\n            # Account for [CLS], [SEP], [SEP] with \"- 3\"\n            _truncate_seq_pair(tokens_a, tokens_b, max_seq_length - 3)\n        else:\n            # Account for [CLS] and [SEP] with \"- 2\"\n            if len(tokens_a) > max_seq_length - 2:\n                tokens_a = tokens_a[:(max_seq_length - 2)]\n\n        # The convention in BERT is:\n        # (a) For sequence pairs:\n        #  tokens:   [CLS] is this jack ##son ##ville ? [SEP] no it is not . [SEP]\n        #  type_ids: 0   0  0    0    0     0       0 0    1  1  1  1   1 1\n        # (b) For single sequences:\n        #  tokens:   [CLS] the dog is hairy . [SEP]\n        #  type_ids: 0   0   0   0  0     0 0\n        #\n        # Where \"type_ids\" are used to indicate whether this is the first\n        # sequence or the second sequence. The embedding vectors for `type=0` and\n        # `type=1` were learned during pre-training and are added to the wordpiece\n        # embedding vector (and position vector). This is not *strictly* necessary\n        # since the [SEP] token unambigiously separates the sequences, but it makes\n        # it easier for the model to learn the concept of sequences.\n        #\n        # For classification tasks, the first vector (corresponding to [CLS]) is\n        # used as as the \"sentence vector\". Note that this only makes sense because\n        # the entire model is fine-tuned.\n        tokens = [\"[CLS]\"] + tokens_a + [\"[SEP]\"]\n        segment_ids = [0] * len(tokens)\n\n        if tokens_b:\n            tokens += tokens_b + [\"[SEP]\"]\n            segment_ids += [1] * (len(tokens_b) + 1)\n\n        input_ids = tokenizer.convert_tokens_to_ids(tokens)\n\n        # The mask has 1 for real tokens and 0 for padding tokens. Only real\n        # tokens are attended to.\n        input_mask = [1] * len(input_ids)\n\n        # Zero-pad up to the sequence length.\n        padding = [0] * (max_seq_length - len(input_ids))\n        input_ids += padding\n        input_mask += padding\n        segment_ids += padding\n\n        assert len(input_ids) == max_seq_length\n        assert len(input_mask) == max_seq_length\n        assert len(segment_ids) == max_seq_length\n\n        label_id = label_map[example.label] if label_list is not None else None\n        # if ex_index < 5:\n        #     logger.info(\"*** Example ***\")\n        #     logger.info(\"guid: %s\" % (example.guid))\n        #     logger.info(\"tokens: %s\" % \" \".join(\n        #         [str(x) for x in tokens]))\n        #     logger.info(\"input_ids: %s\" % \" \".join([str(x) for x in input_ids]))\n        #     logger.info(\"input_mask: %s\" % \" \".join([str(x) for x in input_mask]))\n        #     logger.info(\n        #         \"segment_ids: %s\" % \" \".join([str(x) for x in segment_ids]))\n        #     logger.info(\"label: %s (id = %d)\" % (example.label, label_id))\n\n        features.append(\n            InputFeatures(input_ids=input_ids,\n                          input_mask=input_mask,\n                          segment_ids=segment_ids,\n                          label_id=label_id))\n    return features\n\ndef _truncate_seq_pair(tokens_a, tokens_b, max_length):\n    \"\"\"Truncates a sequence pair in place to the maximum length.\"\"\"\n    # This is a simple heuristic which will always truncate the longer sequence\n    # one token at a time. This makes more sense than truncating an equal percent\n    # of tokens from each, since if one sequence is very short then each token\n    # that's truncated likely contains more information than a longer sequence.\n    while True:\n        total_length = len(tokens_a) + len(tokens_b)\n        if total_length <= max_length:\n            break\n        if len(tokens_a) > len(tokens_b):\n            tokens_a.pop(0)  # For dialogue context\n        else:\n            tokens_b.pop()\n"
  },
  {
    "path": "open_intent_detection/examples/run_ADB.sh",
    "content": "#!/usr/bin bash\n\nfor dataset in 'banking' 'oos' 'stackoverflow'\ndo\n    for known_cls_ratio in 0.25 0.5 0.75\n    do\n        for labeled_ratio in 1.0\n        do\n            for seed in 0 1 2 3 4 5 6 7 8 9\n            do \n                python run.py \\\n                --dataset $dataset \\\n                --method 'ADB' \\\n                --known_cls_ratio $known_cls_ratio \\\n                --labeled_ratio $labeled_ratio \\\n                --seed $seed \\\n                --backbone 'bert' \\\n                --config_file_name 'ADB' \\\n                --loss_fct 'CrossEntropyLoss' \\\n                --gpu_id '0' \\\n                --train \\\n                --pretrain \\\n                --results_file_name 'results_ADB.csv' \\\n                --save_results \\\n                --save_model\n            done\n        done\n    done\ndone\n"
  },
  {
    "path": "open_intent_detection/examples/run_ARPL.sh",
    "content": "#!/usr/bin bash\n\nfor dataset in 'stackoverflow'\ndo\n    for known_cls_ratio in 0.25 0.5 0.75\n    do\n        for labeled_ratio in 1.0 0.2 0.4 0.6 0.8\n        do\n            for seed in 0 1 2 3 4 5 6 7 8 9\n            do \n                python run.py \\\n                --dataset $dataset \\\n                --method 'ARPL' \\\n                --known_cls_ratio $known_cls_ratio \\\n                --labeled_ratio $labeled_ratio \\\n                --seed $seed \\\n                --backbone 'bert' \\\n                --config_file_name 'ARPL' \\\n                --pretrain \\\n                --train \\\n                --loss_fct 'ARPLoss' \\\n                --gpu_id '0' \\\n                --results_file_name 'results_ARPL.csv' \\\n                --save_results\n            done\n        done\n    done\ndone"
  },
  {
    "path": "open_intent_detection/examples/run_DA-ADB.sh",
    "content": "#!/usr/bin bash\n\nfor dataset in 'banking' 'oos' 'stackoverflow'\ndo\n    for known_cls_ratio in 0.25 0.5 0.75\n    do\n        for labeled_ratio in 1.0\n        do\n            for seed in 0 1 2 3 4 5 6 7 8 9\n            do \n                python run.py \\\n                --dataset $dataset \\\n                --method 'DA-ADB' \\\n                --known_cls_ratio $known_cls_ratio \\\n                --labeled_ratio $labeled_ratio \\\n                --seed $seed \\\n                --backbone 'bert_disaware' \\\n                --config_file_name 'DA-ADB' \\\n                --loss_fct 'CrossEntropyLoss' \\\n                --gpu_id '0' \\\n                --train \\\n                --pretrain \\\n                --results_file_name 'results_DA-ADB.csv' \\\n                --save_results\n            done\n        done\n    done\ndone\n\n"
  },
  {
    "path": "open_intent_detection/examples/run_DA-ADB_llama.sh",
    "content": "#!/usr/bin bash\n\nfor dataset in 'banking' 'oos' 'stackoverflow'\ndo\n    for known_cls_ratio in 0.25 0.5 0.75\n    do\n        for labeled_ratio in 1.0\n        do\n            for seed in 0 1 2 3 4 5 6 7 8 9\n            do \n                python run.py \\\n                --dataset $dataset \\\n                --method 'DA-ADB_llama' \\\n                --known_cls_ratio $known_cls_ratio \\\n                --labeled_ratio $labeled_ratio \\\n                --seed $seed \\\n                --backbone 'llama_disaware' \\\n                --config_file_name 'DA-ADB_llama' \\\n                --loss_fct 'CrossEntropyLoss' \\\n                --gpu_id '0' \\\n                --train \\\n                --pretrain \\\n                --results_file_name 'results_DA-ADB_llama.csv' \\\n                --save_results\n            done\n        done\n    done\ndone\n\n"
  },
  {
    "path": "open_intent_detection/examples/run_DOC.sh",
    "content": "#!/usr/bin bash\n\nfor dataset in 'banking' 'oos' 'stackoverflow'\ndo\n    for known_cls_ratio in 0.25 0.5 0.75\n    do\n        for labeled_ratio in 1.0\n        do\n            for seed in 0 1 2 3 4 5 6 7 8 9\n            do \n                python run.py \\\n                --dataset $dataset \\\n                --method 'DOC' \\\n                --known_cls_ratio $known_cls_ratio \\\n                --labeled_ratio $labeled_ratio \\\n                --seed $seed \\\n                --backbone 'bert_doc' \\\n                --config_file_name 'DOC' \\\n                --loss_fct 'Binary_CrossEntropyLoss' \\\n                --train \\\n                --gpu_id '0' \\\n                --save_results \\\n                --results_file_name 'results_DOC.csv'\n            done\n        done\n    done\ndone\n"
  },
  {
    "path": "open_intent_detection/examples/run_DeepUnk.sh",
    "content": "#!/usr/bin bash\n\nfor dataset in 'banking' 'oos' 'stackoverflow'\ndo\n    for known_cls_ratio in 0.25 0.5 0.75\n    do\n        for labeled_ratio in 1.0\n        do\n            for seed in 0 1 2 3 4 5 6 7 8 9\n            do \n                python run.py \\\n                --dataset $dataset \\\n                --method 'DeepUnk' \\\n                --known_cls_ratio $known_cls_ratio \\\n                --labeled_ratio $labeled_ratio \\\n                --seed $seed \\\n                --backbone 'bert_norm' \\\n                --config_file_name 'DeepUnk' \\\n                --loss_fct 'CosineFaceLoss' \\\n                --gpu_id '0' \\\n                --train \\\n                --save_results \\\n                --results_file_name 'results_DeepUnk.csv'\n            done\n        done\n    done\ndone\n"
  },
  {
    "path": "open_intent_detection/examples/run_K+1-way.sh",
    "content": "#!/usr/bin bash\n\nfor dataset in 'banking' 'oos' 'stackoverflow'\ndo\n    for known_cls_ratio in 0.25 0.5 0.75\n    do\n        for labeled_ratio in 1.0\n        do\n            for seed in 0 1 2 3 4 5 6 7 8 9\n            do \n                python run.py \\\n                --dataset $dataset \\\n                --method 'K+1-way' \\\n                --known_cls_ratio $known_cls_ratio \\\n                --labeled_ratio $labeled_ratio \\\n                --seed $seed \\\n                --backbone 'bert_K+1-way' \\\n                --config_file_name 'K+1-way' \\\n                --loss_fct 'CrossEntropyLoss' \\\n                --gpu_id '0' \\\n                --train \\\n                --save_results \\\n                --results_file_name 'results_K+1-way.csv'\n            done\n        done\n    done\ndone\n\n"
  },
  {
    "path": "open_intent_detection/examples/run_KNNCL.sh",
    "content": "#!/usr/bin bash\n\nfor dataset in 'banking' 'oos' 'stackoverflow'\ndo\n    for known_cls_ratio in 0.25 0.5 0.75\n    do\n        for labeled_ratio in 1.0\n        do\n            for seed in 0 1 2 3 4 5 6 7 8 9\n            do \n                python run.py \\\n                --dataset $dataset \\\n                --method 'KNNCL' \\\n                --known_cls_ratio $known_cls_ratio \\\n                --labeled_ratio $labeled_ratio \\\n                --seed $seed \\\n                --backbone 'bert_knncl' \\\n                --config_file_name 'KNNCL' \\\n                --loss_fct 'KNNCLoss' \\\n                --gpu_id '0' \\\n                --save_results \\\n                --train \\\n                --results_file_name 'results_KNNCL.csv' \n            done\n        done\n    done\ndone"
  },
  {
    "path": "open_intent_detection/examples/run_LOF.sh",
    "content": "#!/usr/bin bash\n\nfor dataset in 'banking' 'oos' 'stackoverflow'\ndo\n    for known_cls_ratio in 0.25 0.5 0.75\n    do\n        for labeled_ratio in 1.0\n        do\n            for seed in 0 1 2 3 4 5 6 7 8 9\n            do \n                python run.py \\\n                --dataset $dataset \\\n                --method 'LOF' \\\n                --known_cls_ratio $known_cls_ratio \\\n                --labeled_ratio $labeled_ratio \\\n                --seed $seed \\\n                --backbone 'bert' \\\n                --config_file_name 'LOF' \\\n                --loss_fct 'CrossEntropyLoss' \\\n                --gpu_id '0' \\\n                --train \\\n                --save_results \\\n                --results_file_name 'results_LOF.csv'\n            done\n        done\n    done\ndone"
  },
  {
    "path": "open_intent_detection/examples/run_MDF.sh",
    "content": "#!/usr/bin bash\n\nfor dataset in 'banking' 'oos' 'stackoverflow'\ndo\n    for known_cls_ratio in 0.25 0.5 0.75\n    do\n        for labeled_ratio in 1.0\n        do\n            for seed in 0 1 2 3 4 5 6 7 8 9\n            do \n                python run.py \\\n                --dataset $dataset \\\n                --method 'MDF' \\\n                --known_cls_ratio $known_cls_ratio \\\n                --labeled_ratio $labeled_ratio \\\n                --seed $seed \\\n                --backbone 'bert_mdf' \\\n                --config_file_name 'MDF' \\\n                --loss_fct 'CrossEntropyLoss' \\\n                --gpu_id '0' \\\n                --pretrain \\\n                --train \\\n                --results_file_name 'results_MDF.csv' \\\n                --save_results \n            done\n        done\n    done\ndone\n"
  },
  {
    "path": "open_intent_detection/examples/run_MSP.sh",
    "content": "#!/usr/bin bash\n\nfor dataset in 'banking' 'oos' 'stackoverflow'\ndo\n    for known_cls_ratio in 0.25 0.5 0.75\n    do\n        for labeled_ratio in 1.0\n        do\n            for seed in 0 1 2 3 4 5 6 7 8 9\n            do \n                python run.py \\\n                --dataset $dataset \\\n                --method 'MSP' \\\n                --known_cls_ratio $known_cls_ratio \\\n                --labeled_ratio $labeled_ratio \\\n                --seed $seed \\\n                --backbone 'bert' \\\n                --config_file_name 'MSP' \\\n                --loss_fct 'CrossEntropyLoss' \\\n                --gpu_id '0' \\\n                --train \\\n                --save_results \\\n                --results_file_name 'results_MSP.csv'\n            done\n        done\n    done\ndone"
  },
  {
    "path": "open_intent_detection/examples/run_OpenMax.sh",
    "content": "#!/usr/bin bash\n\nfor dataset in 'banking' 'oos' 'stackoverflow'\ndo\n    for known_cls_ratio in 0.25 0.5 0.75\n    do\n        for labeled_ratio in 1.0\n        do\n            for seed in 0 1 2 3 4 5 6 7 8 9\n            do \n                python run.py \\\n                --dataset $dataset \\\n                --method 'OpenMax' \\\n                --known_cls_ratio $known_cls_ratio \\\n                --labeled_ratio $labeled_ratio \\\n                --seed $seed \\\n                --backbone 'bert' \\\n                --config_file_name 'OpenMax' \\\n                --loss_fct 'CrossEntropyLoss' \\\n                --gpu_id '0' \\\n                --train \\\n                --save_results \\\n                --results_file_name 'results_OpenMax.csv'\n            done\n        done\n    done\ndone"
  },
  {
    "path": "open_intent_detection/examples/run_SEG.sh",
    "content": "#!/usr/bin bash\n\nfor dataset in 'banking' 'oos' 'stackoverflow'\ndo\n    for known_cls_ratio in 0.25 0.5 0.75\n    do\n        for labeled_ratio in 1.0\n        do\n            for seed in 0 1 2 3 4 5 6 7 8 9\n            do \n                python run.py \\\n                --dataset $dataset \\\n                --method SEG \\\n                --known_cls_ratio $known_cls_ratio \\\n                --labeled_ratio $labeled_ratio \\\n                --seed $seed \\\n                --gpu_id '1' \\\n                --train \\\n                --save_results \\\n                --config_file_name 'SEG' \\\n                --loss_fct 'SEGLoss' \\\n                --backbone 'bert_seg' \\\n                --results_file_name 'results_SEG.csv'\n            done\n        done\n    done\ndone\n"
  },
  {
    "path": "open_intent_detection/losses/ARPLoss.py",
    "content": "import torch\nimport torch.nn as nn\nimport torch.nn.functional as F\nfrom .Dist import Dist\n\nclass ARPLoss(nn.CrossEntropyLoss):\n    def __init__(self, args):\n        super(ARPLoss, self).__init__()\n        self.weight_pl = float(args.weight_pl)\n        self.device = args.device\n        self.temp = args.temp\n        self.Dist = Dist(num_classes=args.num_labels, num_centers=1, feat_dim=args.feat_dim)\n        self.points = self.Dist.centers\n        self.radius = nn.Parameter(torch.Tensor(1))\n        self.radius.data.fill_(0)\n        self.margin_loss = nn.MarginRankingLoss(margin=1.0)\n\n\n    def forward(self, x, labels=None, center=None):\n        dist_dot_p = self.Dist(x, center=self.points, metric='dot')\n        dist_l2_p = self.Dist(x, center=self.points)\n        # dist_dot_p = self.Dist(x, center=center, metric='dot')\n        # dist_l2_p = self.Dist(x, center=center)\n        logits = dist_l2_p - dist_dot_p\n\n        if labels is None: return logits, 0\n        loss = F.cross_entropy(logits / self.temp, labels)\n\n        center_batch = self.points[labels, :]\n        # center_batch = center[labels, :]\n        _dis_known = (x - center_batch).pow(2).mean(1)\n        target = torch.ones(_dis_known.size()).to(self.device)\n        loss_r = self.margin_loss(self.radius, _dis_known, target)\n\n        loss = loss + self.weight_pl * loss_r\n\n        return logits, loss\n\n# class ARPLoss(nn.CrossEntropyLoss):\n#     def __init__(self, args):\n#         super(ARPLoss, self).__init__()\n#         self.weight_pl = float(args.weight_pl)\n#         self.temp = args.temp\n#         self.Dist = Dist(num_classes=args.num_labels, num_centers=1, feat_dim=args.feat_dim)\n#         self.radius = 1\n#         self.radius = nn.Parameter(torch.Tensor(self.radius))\n#         self.radius.data.fill_(0)\n\n#     def forward(self, x, labels=None):\n#         dist = self.Dist(x)\n#         logits = F.softmax(dist, dim=1)\n#         if labels is None: return logits, 0\n#         loss = F.cross_entropy(dist / self.temp, labels)\n#         center_batch = self.Dist.centers[labels, :]\n#         _dis = (x - center_batch).pow(2).mean(1)\n#         loss_r = F.mse_loss(_dis, self.radius)\n#         loss = loss + self.weight_pl * loss_r\n\n#         return logits, loss\n\n\n"
  },
  {
    "path": "open_intent_detection/losses/CosineFaceLoss.py",
    "content": "import torch\nimport math\nimport torch.nn.functional as F\nfrom torch import nn\nfrom torch.nn.parameter import Parameter\n\nclass CosineFaceLoss(nn.Module):\n\n    \"\"\"\n    cos_theta need to be normalized first\n    \"\"\" \n\n    def __init__(self, m=0.35, s=30):\n        \n        super(CosineFaceLoss, self).__init__()\n        self.m = m\n        self.s = s\n\n    def forward(self, cos_theta, target):\n        \n        phi_theta = cos_theta - self.m\n\n        index = torch.zeros_like(cos_theta, dtype=torch.uint8)\n        index.scatter_(1, target.data.view(-1, 1), 1)\n        output = torch.where(index, phi_theta, cos_theta)\n        \n        return F.cross_entropy(self.s * output, target)"
  },
  {
    "path": "open_intent_detection/losses/Dist.py",
    "content": "import torch\nimport torch.nn as nn\nimport torch.nn.functional as F\nimport numpy as np\n\nclass Dist(nn.Module):\n    def __init__(self, num_classes=10, num_centers=1, feat_dim=2, init='random'):\n        super(Dist, self).__init__()\n        self.feat_dim = feat_dim\n        self.num_classes = num_classes\n        self.num_centers = num_centers\n\n        if init == 'random':\n            self.centers = nn.Parameter(0.1 * torch.randn(num_classes * num_centers, self.feat_dim))\n        else:\n            self.centers = nn.Parameter(torch.Tensor(num_classes * num_centers, self.feat_dim))\n            self.centers.data.fill_(0)\n\n    def forward(self, features, center=None, metric='l2'):\n        if metric == 'l2':\n            f_2 = torch.sum(torch.pow(features, 2), dim=1, keepdim=True)\n            if center is None:\n                c_2 = torch.sum(torch.pow(self.centers, 2), dim=1, keepdim=True)\n                dist = f_2 - 2*torch.matmul(features, torch.transpose(self.centers, 1, 0)) + torch.transpose(c_2, 1, 0)\n            else:\n                c_2 = torch.sum(torch.pow(center, 2), dim=1, keepdim=True)\n                dist = f_2 - 2*torch.matmul(features, torch.transpose(center, 1, 0)) + torch.transpose(c_2, 1, 0)\n            dist = dist / float(features.shape[1])\n        else:\n            if center is None:\n                center = self.centers \n            else:\n                center = center \n            dist = features.matmul(center.t())\n        dist = torch.reshape(dist, [-1, self.num_classes, self.num_centers])\n        # gamma\n        dist = 0.5 * torch.mean(dist, dim=2) \n\n        return dist\n"
  },
  {
    "path": "open_intent_detection/losses/__init__.py",
    "content": "from .CosineFaceLoss import CosineFaceLoss\nfrom torch import nn \n\nloss_map = {\n                'CrossEntropyLoss': nn.CrossEntropyLoss(), \n                'Binary_CrossEntropyLoss': nn.BCELoss(),\n                'CosineFaceLoss': CosineFaceLoss()\n            }\n"
  },
  {
    "path": "open_intent_detection/methods/ADB/boundary.py",
    "content": "import torch\nfrom torch import nn\nimport torch.nn.functional as F\n\n\nclass BoundaryLoss(nn.Module):\n    \"\"\"\n    Deep Open Intent Classification with Adaptive Decision Boundary.\n    https://arxiv.org/pdf/2012.10209.pdf\n    \"\"\"\n    def __init__(self, num_labels=10, feat_dim=2, device = None):\n        super(BoundaryLoss, self).__init__()\n        self.num_labels = num_labels\n        self.feat_dim = feat_dim\n        self.delta = nn.Parameter(torch.randn(num_labels).to(device))\n        nn.init.normal_(self.delta)\n        \n    def forward(self, pooled_output, centroids, labels):\n        \n        delta = F.softplus(self.delta)\n        c = centroids[labels]\n        d = delta[labels]\n        x = pooled_output\n        \n        euc_dis = torch.norm(x - c,2, 1).view(-1)\n        pos_mask = (euc_dis > d).type(torch.cuda.FloatTensor)\n        neg_mask = (euc_dis < d).type(torch.cuda.FloatTensor)\n        \n        pos_loss = (euc_dis - d) * pos_mask\n        neg_loss = (d - euc_dis) * neg_mask\n        \n        loss = pos_loss.mean() + neg_loss.mean()\n\n        return loss, delta "
  },
  {
    "path": "open_intent_detection/methods/ADB/manager.py",
    "content": "import torch\nimport torch.nn.functional as F\nimport numpy as np\nimport os\nimport logging\nfrom sklearn.metrics import confusion_matrix, f1_score, accuracy_score\nfrom tqdm import trange, tqdm\nfrom .boundary import BoundaryLoss\nfrom losses import loss_map\nfrom utils.functions import save_model, euclidean_metric\nfrom utils.metrics import F_measure\nfrom utils.functions import restore_model, centroids_cal\nfrom .pretrain import PretrainManager\n\nclass ADBManager:\n    \n    def __init__(self, args, data, model, logger_name = 'Detection'):\n\n        self.logger = logging.getLogger(logger_name)\n\n        pretrain_model = PretrainManager(args, data, model)\n        self.model = pretrain_model.model\n        self.centroids = pretrain_model.centroids\n        self.pretrain_best_eval_score = pretrain_model.best_eval_score\n\n        self.device = model.device\n        \n        self.train_dataloader = data.dataloader.train_labeled_loader\n        self.eval_dataloader = data.dataloader.eval_loader\n        self.test_dataloader = data.dataloader.test_loader\n\n        self.loss_fct = loss_map[args.loss_fct]  \n        self.best_eval_score = None\n        \n        if args.train:\n            self.delta = None\n            self.delta_points = []\n\n        else:\n            self.model = restore_model(self.model, args.model_output_dir)\n            self.delta = np.load(os.path.join(args.method_output_dir, 'deltas.npy'))\n            self.delta = torch.from_numpy(self.delta).to(self.device)\n            self.centroids = np.load(os.path.join(args.method_output_dir, 'centroids.npy'))\n            self.centroids = torch.from_numpy(self.centroids).to(self.device)\n\n    def set_model_optimizer(self, args, data, model):\n        \n        self.model = model.set_model(args, 'bert')  \n        self.optimizer, self.scheduler = model.set_optimizer(self.model, data.dataloader.num_train_examples, args.train_batch_size, \\\n                args.num_train_epochs, args.lr, args.warmup_proportion)\n        self.device = model.device\n\n\n    def train(self, args, data):  \n        criterion_boundary = BoundaryLoss(num_labels = data.num_labels, feat_dim = args.feat_dim, device = self.device)\n        \n        self.delta = F.softplus(criterion_boundary.delta)\n        self.delta_points.append(self.delta)\n        optimizer = torch.optim.Adam(criterion_boundary.parameters(), lr = args.lr_boundary)\n        \n        if self.centroids is None:\n            self.centroids = centroids_cal(self.model, args, data, self.train_dataloader, self.device)\n        \n        best_eval_score, best_delta, best_centroids = 0, None, None\n        wait = 0\n        \n        for epoch in trange(int(args.num_train_epochs), desc=\"Epoch\"):\n            self.model.train()\n            # self.model.eval()\n            tr_loss = 0\n            nb_tr_examples, nb_tr_steps = 0, 0\n            \n            for step, batch in enumerate(tqdm(self.train_dataloader, desc=\"Iteration\")):\n                batch = tuple(t.to(self.device) for t in batch)\n                input_ids, input_mask, segment_ids, label_ids = batch\n                with torch.set_grad_enabled(True):\n                    features = self.model(input_ids, segment_ids, input_mask, feature_ext=True)\n                    loss, self.delta = criterion_boundary(features, self.centroids, label_ids)\n                    loss.backward()\n                    optimizer.step()\n                    optimizer.zero_grad()\n                    \n                    tr_loss += loss.item()\n                    \n                    nb_tr_examples += features.shape[0]\n                    nb_tr_steps += 1\n            print(self.delta)\n            self.delta_points.append(self.delta)\n\n            loss = tr_loss / nb_tr_steps\n            \n            y_true, y_pred = self.get_outputs(args, data, mode = 'eval')\n            eval_score = round(f1_score(y_true, y_pred, average='macro') * 100, 2)\n\n            eval_results = {\n                'train_loss': loss,\n                'eval_score': eval_score,\n                'best_eval_score':best_eval_score,\n            }\n            self.logger.info(\"***** Epoch: %s: Eval results *****\", str(epoch + 1))\n            for key in sorted(eval_results.keys()):\n                self.logger.info(\"  %s = %s\", key, str(eval_results[key]))\n            \n            if eval_score > best_eval_score:\n                wait = 0\n                best_delta = self.delta \n                best_eval_score = eval_score\n            else:\n                if best_eval_score > 0:\n                    wait += 1\n                    if wait >= args.wait_patient:\n                        break\n\n        if best_eval_score > 0:\n            self.delta = best_delta\n            self.best_eval_score = best_eval_score\n\n        if args.save_model:\n            np.save(os.path.join(args.method_output_dir, 'centroids.npy'), self.centroids.detach().cpu().numpy())\n            np.save(os.path.join(args.method_output_dir, 'deltas.npy'), self.delta.detach().cpu().numpy())\n            np.save(os.path.join(args.method_output_dir, 'all_deltas.npy'), self.delta_points)\n        \n    def get_outputs(self, args, data, mode = 'eval', get_feats = False, pre_train= False, delta = None):\n        \n        if mode == 'eval':\n            dataloader = self.eval_dataloader\n        elif mode == 'test':\n            dataloader = self.test_dataloader\n        elif mode == 'train':\n            dataloader = self.train_dataloader\n\n        self.model.eval()\n\n        total_labels = torch.empty(0,dtype=torch.long).to(self.device)\n        total_preds = torch.empty(0,dtype=torch.long).to(self.device)\n        \n        total_features = torch.empty((0,args.feat_dim)).to(self.device)\n        total_logits = torch.empty((0, data.num_labels)).to(self.device)\n        \n        for batch in tqdm(dataloader, desc=\"Iteration\"):\n            batch = tuple(t.to(self.device) for t in batch)\n            input_ids, input_mask, segment_ids, label_ids = batch\n            with torch.set_grad_enabled(False):\n                \n                pooled_output = self.model(input_ids, segment_ids, input_mask, feature_ext=True)\n\n                preds = self.open_classify(data, pooled_output)\n                total_preds = torch.cat((total_preds, preds))\n                total_labels = torch.cat((total_labels, label_ids))\n                total_features = torch.cat((total_features, pooled_output))\n\n\n        if get_feats:  \n            feats = total_features.cpu().numpy()\n            return total_features, total_labels\n        else:\n            y_pred = total_preds.cpu().numpy()\n            y_true = total_labels.cpu().numpy()\n            return y_true, y_pred\n\n    def open_classify(self, data, features):\n        logits = euclidean_metric(features, self.centroids)\n        probs, preds = F.softmax(logits.detach(), dim = 1).max(dim = 1)\n        euc_dis = torch.norm(features - self.centroids[preds], 2, 1).view(-1)\n        preds[euc_dis >= self.delta[preds]] = data.unseen_label_id\n        \n        return preds\n    \n    def test(self, args, data, show=True):\n        y_true, y_pred = self.get_outputs(args, data, mode = 'test')\n        \n        cm = confusion_matrix(y_true, y_pred)\n        test_results = F_measure(cm)\n\n        acc = round(accuracy_score(y_true, y_pred) * 100, 2)\n        test_results['Acc'] = acc\n        \n        if show:\n            self.logger.info(\"***** Test: Confusion Matrix *****\")\n            self.logger.info(\"%s\", str(cm))\n            self.logger.info(\"***** Test results *****\")\n            \n            for key in sorted(test_results.keys()):\n                self.logger.info(\"  %s = %s\", key, str(test_results[key]))\n\n        test_results['y_true'] = y_true\n        test_results['y_pred'] = y_pred\n        if args.method == 'DA-ADB:':\n            test_results['scale'] = args.scale\n\n        return test_results\n\n    def load_pretrained_model(self, pretrained_model):\n\n        pretrained_dict = pretrained_model.state_dict()\n        self.model.load_state_dict(pretrained_dict, strict=False)\n"
  },
  {
    "path": "open_intent_detection/methods/ADB/pretrain.py",
    "content": "import torch\nimport torch.nn.functional as F\nimport numpy as np\nimport os\nimport copy\nimport logging\nfrom torch import nn\nfrom sklearn.metrics import confusion_matrix, f1_score, accuracy_score\nfrom tqdm import trange, tqdm\nfrom losses import loss_map\nfrom utils.functions import save_model, restore_model, centroids_cal\n\n\nclass PretrainManager:\n    \n    def __init__(self, args, data, model, logger_name = 'Detection'):\n\n        self.logger = logging.getLogger(logger_name)\n\n        self.set_model_optimizer(args, data, model)\n        \n        self.train_dataloader = data.dataloader.train_labeled_loader\n        self.eval_dataloader = data.dataloader.eval_loader\n        self.test_dataloader = data.dataloader.test_loader\n\n        self.loss_fct = loss_map[args.loss_fct]  \n        self.centroids = None\n        self.best_eval_score = None\n\n        if args.pretrain or (not os.path.exists(args.model_output_dir)):\n            self.logger.info('Pre-training Begin...')\n\n            if args.backbone == 'bert_disaware':\n                self.train_disaware(args, data)\n            else:\n                self.train_plain(args, data)\n\n            self.logger.info('Pre-training finished...')\n                \n        else:\n            self.model = restore_model(self.model, args.model_output_dir)\n\n    def set_model_optimizer(self, args, data, model):\n    \n        self.model = model.set_model(args, 'bert')  \n        self.optimizer, self.scheduler = model.set_optimizer(self.model, data.dataloader.num_train_examples, args.train_batch_size, \\\n                args.num_train_epochs, args.lr, args.warmup_proportion)\n        self.device = model.device\n\n    def train_plain(self, args, data):\n\n        wait = 0\n        best_model = None\n        best_eval_score = 0\n        \n        for epoch in trange(int(args.num_train_epochs), desc=\"Epoch\"):\n            self.model.train()\n            tr_loss = 0\n            nb_tr_examples, nb_tr_steps = 0, 0\n            \n            for step, batch in enumerate(tqdm(self.train_dataloader, desc=\"Iteration\")):\n                batch = tuple(t.to(self.device) for t in batch)\n                input_ids, input_mask, segment_ids, label_ids = batch\n                with torch.set_grad_enabled(True):\n                    loss = self.model(input_ids, segment_ids, input_mask, label_ids, mode = \"train\", loss_fct = self.loss_fct)\n                    self.optimizer.zero_grad()\n\n                    loss.backward()\n\n                    self.optimizer.step()\n                    self.scheduler.step()\n\n                    tr_loss += loss.item()\n                    nb_tr_examples += input_ids.size(0)\n                    nb_tr_steps += 1\n            \n            loss = tr_loss / nb_tr_steps\n            \n            y_true, y_pred = self.get_outputs(args, data, mode = 'eval')\n            eval_score = round(accuracy_score(y_true, y_pred) * 100, 2)\n\n            eval_results = {\n                'train_loss': loss,\n                'eval_score': eval_score,\n                'best_eval_score':best_eval_score,\n            }\n            self.logger.info(\"***** Epoch: %s: Eval results *****\", str(epoch + 1))\n            for key in sorted(eval_results.keys()):\n                self.logger.info(\"  %s = %s\", key, str(eval_results[key]))\n            \n            if eval_score > best_eval_score:\n                \n                best_model = copy.deepcopy(self.model)\n                wait = 0\n                best_eval_score = eval_score\n\n            elif eval_score > 0:\n\n                wait += 1\n                if wait >= args.wait_patient:\n                    break\n\n        self.model = best_model\n\n        if args.save_model:\n            self.logger.info('Trained models are saved in %s', args.model_output_dir)\n            save_model(self.model, args.model_output_dir)\n\n    def train_disaware(self, args, data):\n\n        wait = 0\n        best_model = None\n        best_centroids = None\n        best_eval_score = 0\n        args.device = self.device\n        \n        for epoch in trange(int(args.num_train_epochs), desc=\"Epoch\"):\n            self.centroids = centroids_cal(self.model, args, data, self.train_dataloader, self.device)\n            self.model.train()\n            tr_loss = 0\n            nb_tr_examples, nb_tr_steps = 0, 0\n\n            for step, batch in enumerate(tqdm(self.train_dataloader, desc=\"Iteration\")):\n                batch = tuple(t.to(self.device) for t in batch)\n                input_ids, input_mask, segment_ids, label_ids = batch\n\n                with torch.set_grad_enabled(True):\n                    \n                    loss = self.model(input_ids, segment_ids, input_mask, label_ids, mode = \"train\", loss_fct = self.loss_fct, centroids = self.centroids)\n\n                    self.optimizer.zero_grad()\n\n                    loss.backward()\n                    self.optimizer.step()\n                    self.scheduler.step()\n                    \n                    tr_loss += loss.item()\n                    nb_tr_examples += input_ids.size(0)\n                    nb_tr_steps += 1\n            \n            loss = tr_loss / nb_tr_steps\n\n            y_true, y_pred = self.get_outputs(args, data, mode = 'eval')\n            eval_score = round(f1_score(y_true, y_pred, average = 'macro') * 100, 2)\n\n            eval_results = {\n                'train_loss': loss,\n                'eval_score': eval_score,\n                'best_eval_score':best_eval_score,\n            }\n            self.logger.info(\"***** Epoch: %s: Eval results *****\", str(epoch + 1))\n            for key in sorted(eval_results.keys()):\n                self.logger.info(\"  %s = %s\", key, str(eval_results[key]))\n            \n            if eval_score > best_eval_score:\n                \n                best_model = copy.deepcopy(self.model)\n                best_centroids = copy.copy(self.centroids)\n                wait = 0\n                best_eval_score = eval_score\n\n            elif eval_score > 0:\n\n                wait += 1\n                if wait >= args.wait_patient:\n                    break\n\n        self.model = best_model\n        self.centroids = best_centroids\n        self.best_eval_score = best_eval_score\n\n        if args.save_model:\n            self.logger.info('Trained models are saved in %s', args.model_output_dir)\n            save_model(self.model, args.model_output_dir)       \n        \n\n    def get_outputs(self, args, data, mode = 'eval', get_feats = False):\n        \n        if mode == 'eval':\n            dataloader = self.eval_dataloader\n        elif mode == 'test':\n            dataloader = self.test_dataloader\n\n        self.model.eval()\n\n        total_labels = torch.empty(0,dtype=torch.long).to(self.device)\n        total_preds = torch.empty(0,dtype=torch.long).to(self.device)\n        \n        total_features = torch.empty((0,args.feat_dim)).to(self.device)\n        total_logits = torch.empty((0, data.num_labels)).to(self.device)\n        \n        for batch in tqdm(dataloader, desc=\"Iteration\"):\n\n            batch = tuple(t.to(self.device) for t in batch)\n            \n            input_ids, input_mask, segment_ids, label_ids = batch\n            with torch.set_grad_enabled(False):\n\n                if args.backbone == 'bert_disaware':\n                    pooled_output, logits = self.model(input_ids, segment_ids, input_mask, centroids = self.centroids, labels = label_ids, mode = mode)\n                else:    \n                    pooled_output, logits = self.model(input_ids, segment_ids, input_mask, mode = mode)\n\n                total_labels = torch.cat((total_labels,label_ids))\n                total_features = torch.cat((total_features, pooled_output))\n                total_logits = torch.cat((total_logits, logits))\n\n        if get_feats:  \n            feats = total_features.cpu().numpy()\n            return feats\n\n        else:\n\n            total_probs = F.softmax(total_logits.detach(), dim=1)\n            total_maxprobs, total_preds = total_probs.max(dim = 1)\n\n            y_pred = total_preds.cpu().numpy()\n            y_true = total_labels.cpu().numpy()\n\n            return y_true, y_pred\n"
  },
  {
    "path": "open_intent_detection/methods/ADB_llama/boundary.py",
    "content": "import torch\nfrom torch import nn\nimport torch.nn.functional as F\n\n\nclass BoundaryLoss(nn.Module):\n    \"\"\"\n    Deep Open Intent Classification with Adaptive Decision Boundary.\n    https://arxiv.org/pdf/2012.10209.pdf\n    \"\"\"\n    def __init__(self, num_labels=10, feat_dim=2, device = None):\n        super(BoundaryLoss, self).__init__()\n        self.num_labels = num_labels\n        self.feat_dim = feat_dim\n        self.delta = nn.Parameter(torch.randn(num_labels).to(device))\n        nn.init.normal_(self.delta)\n        \n    def forward(self, pooled_output, centroids, labels):\n        \n        delta = F.softplus(self.delta)\n        c = centroids[labels]\n        d = delta[labels]\n        x = pooled_output\n        \n        euc_dis = torch.norm(x - c,2, 1).view(-1)\n        pos_mask = (euc_dis > d).type(torch.cuda.FloatTensor)\n        neg_mask = (euc_dis < d).type(torch.cuda.FloatTensor)\n        \n        pos_loss = (euc_dis - d) * pos_mask\n        neg_loss = (d - euc_dis) * neg_mask\n        \n        loss = pos_loss.mean() + neg_loss.mean()\n\n        return loss, delta "
  },
  {
    "path": "open_intent_detection/methods/ADB_llama/manager.py",
    "content": "import torch\nimport torch.nn.functional as F\nimport numpy as np\nimport os\nimport logging\nfrom sklearn.metrics import confusion_matrix, f1_score, accuracy_score\nfrom tqdm import trange, tqdm\nfrom .boundary import BoundaryLoss\nfrom losses import loss_map\nfrom utils.functions import save_model, euclidean_metric\nfrom utils.metrics import F_measure\nfrom utils.functions import restore_model, centroids_cal\nfrom .pretrain import PretrainManager\n\nclass ADBManager_llama:\n    \n    def __init__(self, args, data, model, logger_name = 'Detection'):\n\n        self.logger = logging.getLogger(logger_name)\n\n        pretrain_model = PretrainManager(args, data, model)\n        self.model = pretrain_model.model\n        self.centroids = pretrain_model.centroids\n        self.pretrain_best_eval_score = pretrain_model.best_eval_score\n\n        self.device = model.device\n        \n        self.train_dataloader = data.dataloader.train_labeled_loader\n        self.eval_dataloader = data.dataloader.eval_loader\n        self.test_dataloader = data.dataloader.test_loader\n\n        self.loss_fct = loss_map[args.loss_fct]  \n        self.best_eval_score = None\n        \n        if args.train:\n            self.delta = None\n            self.delta_points = []\n\n        else:\n            self.model = restore_model(self.model, args.model_output_dir)\n            self.delta = np.load(os.path.join(args.method_output_dir, 'deltas.npy'))\n            self.delta = torch.from_numpy(self.delta).to(self.device)\n            self.centroids = np.load(os.path.join(args.method_output_dir, 'centroids.npy'))\n            self.centroids = torch.from_numpy(self.centroids).to(self.device)\n\n    def set_model_optimizer(self, args, data, model):\n        \n        self.model = model.set_model(args, 'llama')  \n        self.optimizer, self.scheduler = model.set_optimizer(self.model, data.dataloader.num_train_examples, args.train_batch_size, \\\n                args.num_train_epochs, args.lr, args.warmup_proportion)\n        self.device = model.device\n\n\n    def train(self, args, data):  \n        criterion_boundary = BoundaryLoss(num_labels = data.num_labels, feat_dim = args.feat_dim, device = self.device)\n        \n        self.delta = F.softplus(criterion_boundary.delta)\n        self.delta_points.append(self.delta)\n        optimizer = torch.optim.Adam(criterion_boundary.parameters(), lr = args.lr_boundary)\n        \n        if self.centroids is None:\n            self.centroids = centroids_cal(self.model, args, data, self.train_dataloader, self.device)\n        \n        best_eval_score, best_delta, best_centroids = 0, None, None\n        wait = 0\n        \n        for epoch in trange(int(args.num_train_epochs), desc=\"Epoch\"):\n            self.model.train()\n            # self.model.eval()\n            tr_loss = 0\n            nb_tr_examples, nb_tr_steps = 0, 0\n            \n            for step, batch in enumerate(tqdm(self.train_dataloader, desc=\"Iteration\")):\n                batch = tuple(t.to(self.device) for t in batch)\n                input_ids, input_mask, segment_ids, label_ids = batch\n                with torch.set_grad_enabled(True):\n                    features = self.model(input_ids, segment_ids, input_mask, feature_ext=True)\n                    loss, self.delta = criterion_boundary(features, self.centroids, label_ids)\n                    loss.backward()\n                    optimizer.step()\n                    optimizer.zero_grad()\n                    \n                    tr_loss += loss.item()\n                    \n                    nb_tr_examples += features.shape[0]\n                    nb_tr_steps += 1\n            print(self.delta)\n            self.delta_points.append(self.delta)\n\n            loss = tr_loss / nb_tr_steps\n            \n            y_true, y_pred = self.get_outputs(args, data, mode = 'eval')\n            eval_score = round(f1_score(y_true, y_pred, average='macro') * 100, 2)\n\n            eval_results = {\n                'train_loss': loss,\n                'eval_score': eval_score,\n                'best_eval_score':best_eval_score,\n            }\n            self.logger.info(\"***** Epoch: %s: Eval results *****\", str(epoch + 1))\n            for key in sorted(eval_results.keys()):\n                self.logger.info(\"  %s = %s\", key, str(eval_results[key]))\n            \n            if eval_score > best_eval_score:\n                wait = 0\n                best_delta = self.delta \n                best_eval_score = eval_score\n            else:\n                if best_eval_score > 0:\n                    wait += 1\n                    if wait >= args.wait_patient:\n                        break\n\n        if best_eval_score > 0:\n            self.delta = best_delta\n            self.best_eval_score = best_eval_score\n\n        if args.save_model:\n            np.save(os.path.join(args.method_output_dir, 'centroids.npy'), self.centroids.detach().cpu().numpy())\n            np.save(os.path.join(args.method_output_dir, 'deltas.npy'), self.delta.detach().cpu().numpy())\n            self.delta_points = [tensor.detach().cpu().numpy() for tensor in self.delta_points]\n            np.save(os.path.join(args.method_output_dir, 'all_deltas.npy'), self.delta_points)\n        \n    def get_outputs(self, args, data, mode = 'eval', get_feats = False, pre_train= False, delta = None):\n        \n        if mode == 'eval':\n            dataloader = self.eval_dataloader\n        elif mode == 'test':\n            dataloader = self.test_dataloader\n        elif mode == 'train':\n            dataloader = self.train_dataloader\n\n        self.model.eval()\n\n        total_labels = torch.empty(0,dtype=torch.long).to(self.device)\n        total_preds = torch.empty(0,dtype=torch.long).to(self.device)\n        \n        total_features = torch.empty((0,args.feat_dim)).to(self.device)\n        total_logits = torch.empty((0, data.num_labels)).to(self.device)\n        \n        for batch in tqdm(dataloader, desc=\"Iteration\"):\n            batch = tuple(t.to(self.device) for t in batch)\n            input_ids, input_mask, segment_ids, label_ids = batch\n            with torch.set_grad_enabled(False):\n                \n                pooled_output = self.model(input_ids, segment_ids, input_mask, feature_ext=True)\n\n                preds = self.open_classify(data, pooled_output)\n                total_preds = torch.cat((total_preds, preds))\n                total_labels = torch.cat((total_labels, label_ids))\n                total_features = torch.cat((total_features, pooled_output))\n\n\n        if get_feats:  \n            feats = total_features.cpu().numpy()\n            return total_features, total_labels\n        else:\n            y_pred = total_preds.cpu().numpy()\n            y_true = total_labels.cpu().numpy()\n            return y_true, y_pred\n\n    def open_classify(self, data, features):\n        logits = euclidean_metric(features, self.centroids)\n        probs, preds = F.softmax(logits.detach(), dim = 1).max(dim = 1)\n        euc_dis = torch.norm(features - self.centroids[preds], 2, 1).view(-1)\n        preds[euc_dis >= self.delta[preds]] = data.unseen_label_id\n        \n        return preds\n    \n    def test(self, args, data, show=True):\n        y_true, y_pred = self.get_outputs(args, data, mode = 'test')\n        \n        cm = confusion_matrix(y_true, y_pred)\n        test_results = F_measure(cm)\n\n        acc = round(accuracy_score(y_true, y_pred) * 100, 2)\n        test_results['Acc'] = acc\n        \n        if show:\n            self.logger.info(\"***** Test: Confusion Matrix *****\")\n            self.logger.info(\"%s\", str(cm))\n            self.logger.info(\"***** Test results *****\")\n            \n            for key in sorted(test_results.keys()):\n                self.logger.info(\"  %s = %s\", key, str(test_results[key]))\n\n        test_results['y_true'] = y_true\n        test_results['y_pred'] = y_pred\n        if args.method == 'DA-ADB:':\n            test_results['scale'] = args.scale\n\n        return test_results\n\n    def load_pretrained_model(self, pretrained_model):\n\n        pretrained_dict = pretrained_model.state_dict()\n        self.model.load_state_dict(pretrained_dict, strict=False)\n"
  },
  {
    "path": "open_intent_detection/methods/ADB_llama/pretrain.py",
    "content": "import torch\nimport torch.nn.functional as F\nimport numpy as np\nimport os\nimport copy\nimport logging\nfrom torch import nn\nfrom sklearn.metrics import confusion_matrix, f1_score, accuracy_score\nfrom tqdm import trange, tqdm\nfrom losses import loss_map\nfrom utils.functions import save_model, restore_model, centroids_cal\n\n\nclass PretrainManager:\n    \n    def __init__(self, args, data, model, logger_name = 'Detection'):\n\n        self.logger = logging.getLogger(logger_name)\n\n        self.set_model_optimizer(args, data, model)\n        \n        self.train_dataloader = data.dataloader.train_labeled_loader\n        self.eval_dataloader = data.dataloader.eval_loader\n        self.test_dataloader = data.dataloader.test_loader\n\n        self.loss_fct = loss_map[args.loss_fct]  \n        self.centroids = None\n        self.best_eval_score = None\n\n        if args.pretrain or (not os.path.exists(args.model_output_dir)):\n            self.logger.info('Pre-training Begin...')\n\n            if args.backbone == 'bert_disaware' or args.backbone == 'llama_disaware':\n                print(\"PretrainManager_disaware---------------\")\n                self.train_disaware(args, data)\n            else:\n                self.train_plain(args, data)\n\n            self.logger.info('Pre-training finished...')\n                \n        else:\n            self.model = restore_model(self.model, args.model_output_dir)\n\n    def set_model_optimizer(self, args, data, model):\n    \n        self.model = model.set_model(args, 'llama')  \n        self.optimizer, self.scheduler = model.set_optimizer(self.model, data.dataloader.num_train_examples, args.train_batch_size, \\\n                args.num_train_epochs, args.lr, args.warmup_proportion)\n        self.device = args.device\n\n    def train_plain(self, args, data):\n\n        wait = 0\n        best_model = None\n        best_eval_score = 0\n        \n        for epoch in trange(int(args.num_train_epochs), desc=\"Epoch\"):\n            self.model.train()\n            torch.cuda.empty_cache()\n            tr_loss = 0\n            nb_tr_examples, nb_tr_steps = 0, 0\n            \n            for step, batch in enumerate(tqdm(self.train_dataloader, desc=\"Iteration\")):\n                batch = tuple(t.to(self.device) for t in batch)\n                input_ids, input_mask, segment_ids, label_ids = batch\n                with torch.set_grad_enabled(True):\n                    loss = self.model(input_ids, segment_ids, input_mask, labels = label_ids, mode = \"train\", loss_fct = self.loss_fct)\n                    self.optimizer.zero_grad()\n\n                    loss.backward()\n\n                    self.optimizer.step()\n                    self.scheduler.step()\n\n                    tr_loss += loss.item()\n                    nb_tr_examples += input_ids.size(0)\n                    nb_tr_steps += 1\n            \n            loss = tr_loss / nb_tr_steps\n            \n            y_true, y_pred = self.get_outputs(args, data, mode = 'eval')\n            eval_score = round(accuracy_score(y_true, y_pred) * 100, 2)\n\n            eval_results = {\n                'train_loss': loss,\n                'eval_score': eval_score,\n                'best_eval_score':best_eval_score,\n            }\n            self.logger.info(\"***** Epoch: %s: Eval results *****\", str(epoch + 1))\n            for key in sorted(eval_results.keys()):\n                self.logger.info(\"  %s = %s\", key, str(eval_results[key]))\n            \n            if eval_score > best_eval_score:\n                \n                best_model = copy.deepcopy(self.model)\n                wait = 0\n                best_eval_score = eval_score\n\n            elif eval_score > 0:\n\n                wait += 1\n                if wait >= args.wait_patient:\n                    break\n\n        self.model = best_model\n\n        if args.save_model:\n            self.logger.info('Trained models are saved in %s', args.model_output_dir)\n            save_model(self.model, args.model_output_dir)\n\n    def train_disaware(self, args, data):\n\n        wait = 0\n        best_model = None\n        best_centroids = None\n        best_eval_score = 0\n        args.device = self.device\n        \n        for epoch in trange(int(args.num_train_epochs), desc=\"Epoch\"):\n            self.centroids = centroids_cal(self.model, args, data, self.train_dataloader, self.device)\n            self.model.train()\n            tr_loss = 0\n            nb_tr_examples, nb_tr_steps = 0, 0\n\n            for step, batch in enumerate(tqdm(self.train_dataloader, desc=\"Iteration\")):\n                batch = tuple(t.to(self.device) for t in batch)\n                input_ids, input_mask, segment_ids, label_ids = batch\n\n                with torch.set_grad_enabled(True):\n                    \n                    loss = self.model(input_ids, segment_ids, input_mask, label_ids, mode = \"train\", loss_fct = self.loss_fct, centroids = self.centroids)\n\n                    self.optimizer.zero_grad()\n\n                    loss.backward()\n                    self.optimizer.step()\n                    self.scheduler.step()\n                    \n                    tr_loss += loss.item()\n                    nb_tr_examples += input_ids.size(0)\n                    nb_tr_steps += 1\n            \n            loss = tr_loss / nb_tr_steps\n\n            y_true, y_pred = self.get_outputs(args, data, mode = 'eval')\n            eval_score = round(f1_score(y_true, y_pred, average = 'macro') * 100, 2)\n\n            eval_results = {\n                'train_loss': loss,\n                'eval_score': eval_score,\n                'best_eval_score':best_eval_score,\n            }\n            self.logger.info(\"***** Epoch: %s: Eval results *****\", str(epoch + 1))\n            for key in sorted(eval_results.keys()):\n                self.logger.info(\"  %s = %s\", key, str(eval_results[key]))\n            \n            if eval_score > best_eval_score:\n                \n                best_model = copy.deepcopy(self.model)\n                best_centroids = copy.copy(self.centroids)\n                wait = 0\n                best_eval_score = eval_score\n\n            elif eval_score > 0:\n\n                wait += 1\n                if wait >= args.wait_patient:\n                    break\n\n        self.model = best_model\n        self.centroids = best_centroids\n        self.best_eval_score = best_eval_score\n\n        if args.save_model:\n            self.logger.info('Trained models are saved in %s', args.model_output_dir)\n            save_model(self.model, args.model_output_dir)       \n        \n\n    def get_outputs(self, args, data, mode = 'eval', get_feats = False):\n        \n        if mode == 'eval':\n            dataloader = self.eval_dataloader\n        elif mode == 'test':\n            dataloader = self.test_dataloader\n\n        self.model.eval()\n\n        total_labels = torch.empty(0,dtype=torch.long).to(self.device)\n        total_preds = torch.empty(0,dtype=torch.long).to(self.device)\n        \n        total_features = torch.empty((0,args.feat_dim)).to(self.device)\n        total_logits = torch.empty((0, data.num_labels)).to(self.device)\n        \n        for batch in tqdm(dataloader, desc=\"Iteration\"):\n\n            batch = tuple(t.to(self.device) for t in batch)\n            \n            input_ids, input_mask, segment_ids, label_ids = batch\n            with torch.set_grad_enabled(False):\n\n                if args.backbone == 'bert_disaware' or  args.backbone =='llama_disaware':\n                    pooled_output, logits = self.model(input_ids, segment_ids, input_mask, centroids = self.centroids, labels = label_ids, mode = mode)\n                else:    \n                    pooled_output, logits = self.model(input_ids, segment_ids, input_mask, mode = mode)\n\n                total_labels = torch.cat((total_labels,label_ids))\n                total_features = torch.cat((total_features, pooled_output))\n                total_logits = torch.cat((total_logits, logits))\n\n        if get_feats:  \n            feats = total_features.cpu().numpy()\n            return feats\n\n        else:\n\n            total_probs = F.softmax(total_logits.detach(), dim=1)\n            total_maxprobs, total_preds = total_probs.max(dim = 1)\n\n            y_pred = total_preds.cpu().numpy()\n            y_true = total_labels.cpu().numpy()\n\n            return y_true, y_pred\n"
  },
  {
    "path": "open_intent_detection/methods/ARPL/manager.py",
    "content": "import torch\nimport torch.nn.functional as F\nimport numpy as np\nimport os\nimport copy\nimport logging\nfrom torch import nn\nfrom sklearn.metrics import confusion_matrix, f1_score, accuracy_score\nfrom tqdm import trange, tqdm\nfrom losses import loss_map\nfrom utils.metrics import F_measure\nfrom utils.functions import restore_model\nfrom .pretrain import PretrainManager\nfrom losses.ARPLoss import ARPLoss\n\nclass ARPLManager:\n    \n    def __init__(self, args, data, model, logger_name = 'Detection'):\n\n        self.logger = logging.getLogger(logger_name)\n\n        pretrain_model = PretrainManager(args, data, model)\n        self.model = pretrain_model.model\n        self.pretrain_best_eval_score = pretrain_model.best_eval_score\n\n        self.device = pretrain_model.device\n        \n        self.train_dataloader = data.dataloader.train_labeled_loader\n        self.eval_dataloader = data.dataloader.eval_loader\n        self.test_dataloader = data.dataloader.test_loader\n\n        # self.loss_fct = loss_map[args.loss_fct]\n        self.best_eval_score = None\n        \n        if not args.train:\n            self.model = restore_model(self.model, args.model_output_dir)\n\n    def train(self, args, data):  \n        self.arpl_criterion = ARPLoss(args)\n        self.arpl_criterion.to(self.device)\n\n        best_eval_score = 0\n        wait = 0\n        params_list = [{'params': self.arpl_criterion.parameters()}]\n        optimizer = torch.optim.Adam(params_list, lr=args.lr_2)\n        for epoch in trange(int(args.num_train_epochs), desc=\"Epoch\"):\n            self.model.train()\n            tr_loss = 0\n            nb_tr_examples, nb_tr_steps = 0, 0\n            \n            for step, batch in enumerate(tqdm(self.train_dataloader, desc=\"Iteration\")):\n                batch = tuple(t.to(self.device) for t in batch)\n                input_ids, input_mask, segment_ids, label_ids = batch\n                with torch.set_grad_enabled(True):\n                    features = self.model(input_ids, segment_ids, input_mask, feature_ext=True)\n                    logits, loss = self.arpl_criterion(features, labels=label_ids)\n                    loss.backward()\n                    optimizer.step()\n                    optimizer.zero_grad()\n                    \n                    tr_loss += loss.item()\n                    \n                    nb_tr_examples += features.shape[0]\n                    nb_tr_steps += 1\n\n            loss = tr_loss / nb_tr_steps\n            \n            y_true, y_pred = self.get_outputs(args, data, mode = 'eval')\n            eval_score = round(f1_score(y_true, y_pred, average='macro') * 100, 2)\n\n            eval_results = {\n                'train_loss': loss,\n                'eval_score': eval_score,\n                'best_eval_score':best_eval_score,\n            }\n            self.logger.info(\"***** Epoch: %s: Eval results *****\", str(epoch + 1))\n            for key in sorted(eval_results.keys()):\n                self.logger.info(\"  %s = %s\", key, str(eval_results[key]))\n            \n            if eval_score > best_eval_score:\n                wait = 0\n                best_eval_score = eval_score\n            else:\n                if best_eval_score > 0:\n                    wait += 1\n                    if wait >= args.wait_patient:\n                        break\n\n        if best_eval_score > 0:\n            self.best_eval_score = best_eval_score\n\n    def get_outputs(self, args, data, mode = 'eval', get_feats = False):\n        \n        if mode == 'eval':\n            dataloader = self.eval_dataloader\n        elif mode == 'test':\n            dataloader = self.test_dataloader\n\n        self.model.eval()\n\n        total_labels = torch.empty(0,dtype=torch.long).to(self.device)\n        total_logits = torch.empty((0, data.num_labels)).to(self.device)\n        total_features = torch.empty((0,args.feat_dim)).to(self.device)\n\n        for batch in tqdm(dataloader, desc=\"Iteration\"):\n\n            batch = tuple(t.to(self.device) for t in batch)\n            input_ids, input_mask, segment_ids, label_ids = batch\n            with torch.set_grad_enabled(False):\n\n                pooled_output = self.model(input_ids, segment_ids, input_mask, feature_ext=True)\n                logits, loss = self.arpl_criterion(pooled_output)\n                \n                total_labels = torch.cat((total_labels,label_ids))\n                total_logits = torch.cat((total_logits, logits))\n                total_features = torch.cat((total_features, pooled_output))\n\n        if get_feats:  \n            feats = total_features.cpu().numpy()\n            return feats \n\n        else:\n            \n            total_probs = F.softmax(total_logits.detach(), dim=1)\n            total_maxprobs, total_preds = total_probs.max(dim = 1)\n            total_maxprobs_, total_preds_ = total_logits.max(dim=1)\n            y_prob = total_maxprobs.cpu().numpy()\n\n            y_true = total_labels.cpu().numpy()\n            y_pred = total_preds.cpu().numpy()\n\n            if mode == 'test':\n                in_logits = []\n                out_logits = []\n                for ind, logit in enumerate(total_logits.detach().cpu().numpy()):\n                    if y_true[ind] == data.unseen_label_id:\n                        in_logits.append(logit)\n                    else:\n                        out_logits.append(logit)\n                \n                y_pred[y_prob < args.threshold] = data.unseen_label_id\n                np.save(os.path.join(args.method_output_dir, 'y_prob.npy'), y_prob)\n                return y_true, y_pred, in_logits, out_logits\n\n        return y_true, y_pred\n    \n    def test(self, args, data, show=True):\n        y_true, y_pred, in_logits, out_logits = self.get_outputs(args, data, mode = 'test')\n\n        x1, x2 = np.max(in_logits, axis=1), np.max(out_logits, axis=1)\n        cm = confusion_matrix(y_true, y_pred)\n        test_results = F_measure(cm)\n        acc = round(accuracy_score(y_true, y_pred) * 100, 2)\n        test_results['Acc'] = acc\n        test_results['lr_2'] = args.lr_2\n        test_results['temp'] = args.temp\n        \n        self.logger.info\n        self.logger.info(\"***** Test: Confusion Matrix *****\")\n        self.logger.info(\"%s\", str(cm))\n        self.logger.info(\"***** Test results *****\")\n\n        for key in sorted(test_results.keys()):\n            self.logger.info(\"  %s = %s\", key, str(test_results[key]))\n\n        test_results['y_true'] = y_true\n        test_results['y_pred'] = y_pred\n\n        return test_results\n"
  },
  {
    "path": "open_intent_detection/methods/ARPL/pretrain.py",
    "content": "import torch\nimport torch.nn.functional as F\nimport numpy as np\nimport os\nimport copy\nimport logging\nfrom torch import nn\nfrom sklearn.metrics import confusion_matrix, f1_score, accuracy_score\nfrom tqdm import trange, tqdm\nfrom losses import loss_map\nfrom utils.functions import save_model, restore_model\n\n\nclass PretrainManager:\n    \n    def __init__(self, args, data, model, logger_name = 'Detection'):\n\n        self.logger = logging.getLogger(logger_name)\n\n        self.set_model_optimizer(args, data, model)\n\n        self.train_dataloader = data.dataloader.train_labeled_loader\n        self.eval_dataloader = data.dataloader.eval_loader\n        self.test_dataloader = data.dataloader.test_loader\n\n        self.loss_fct = loss_map['CrossEntropyLoss']\n        self.best_eval_score = None\n\n        if args.pretrain or (not os.path.exists(args.model_output_dir)):\n            self.logger.info('Pre-training Begin...')\n\n            self.train_plain(args, data)\n\n            self.logger.info('Pre-training finished...')\n            \n        else:\n            self.model = restore_model(self.model, args.model_output_dir)\n\n    def set_model_optimizer(self, args, data, model):\n    \n        self.model = model.set_model(args, 'bert')  \n        self.optimizer, self.scheduler = model.set_optimizer(self.model, data.dataloader.num_train_examples, args.train_batch_size, \\\n                args.num_train_epochs, args.lr, args.warmup_proportion)\n        self.device = model.device\n    \n    def train_plain(self, args, data):\n\n        wait = 0\n        best_model = None\n        best_eval_score = 0\n        \n        for epoch in trange(int(args.num_train_epochs), desc=\"Epoch\"):\n            self.model.train()\n            tr_loss = 0\n            nb_tr_examples, nb_tr_steps = 0, 0\n            \n            for step, batch in enumerate(tqdm(self.train_dataloader, desc=\"Iteration\")):\n                batch = tuple(t.to(self.device) for t in batch)\n                input_ids, input_mask, segment_ids, label_ids = batch\n                with torch.set_grad_enabled(True):\n                    loss = self.model(input_ids, segment_ids, input_mask, label_ids, mode = \"train\", loss_fct = self.loss_fct)\n                    self.optimizer.zero_grad()\n\n                    loss.backward()\n\n                    self.optimizer.step()\n                    self.scheduler.step()\n\n                    tr_loss += loss.item()\n                    nb_tr_examples += input_ids.size(0)\n                    nb_tr_steps += 1\n            \n            loss = tr_loss / nb_tr_steps\n            \n            y_true, y_pred = self.get_outputs(args, data, mode = 'eval')\n            eval_score = round(accuracy_score(y_true, y_pred) * 100, 2)\n\n            eval_results = {\n                'train_loss': loss,\n                'eval_score': eval_score,\n                'best_eval_score':best_eval_score,\n            }\n            self.logger.info(\"***** Epoch: %s: Eval results *****\", str(epoch + 1))\n            for key in sorted(eval_results.keys()):\n                self.logger.info(\"  %s = %s\", key, str(eval_results[key]))\n            \n            if eval_score > best_eval_score:\n                \n                best_model = copy.deepcopy(self.model)\n                wait = 0\n                best_eval_score = eval_score\n\n            elif eval_score > 0:\n\n                wait += 1\n                if wait >= args.wait_patient:\n                    break\n\n        self.model = best_model\n\n        if args.save_model:\n            self.logger.info('Trained models are saved in %s', args.model_output_dir)\n            save_model(self.model, args.model_output_dir)\n\n    def get_outputs(self, args, data, mode = 'eval', get_feats = False):\n        \n        if mode == 'eval':\n            dataloader = self.eval_dataloader\n        elif mode == 'test':\n            dataloader = self.test_dataloader\n\n        self.model.eval()\n\n        total_labels = torch.empty(0,dtype=torch.long).to(self.device)\n        total_preds = torch.empty(0,dtype=torch.long).to(self.device)\n        \n        total_features = torch.empty((0,args.feat_dim)).to(self.device)\n        total_logits = torch.empty((0, data.num_labels)).to(self.device)\n        \n        for batch in tqdm(dataloader, desc=\"Iteration\"):\n\n            batch = tuple(t.to(self.device) for t in batch)\n            \n            input_ids, input_mask, segment_ids, label_ids = batch\n            with torch.set_grad_enabled(False):\n\n                pooled_output, logits = self.model(input_ids, segment_ids, input_mask, mode = mode)\n\n                total_labels = torch.cat((total_labels,label_ids))\n                total_features = torch.cat((total_features, pooled_output))\n                total_logits = torch.cat((total_logits, logits))\n\n        if get_feats:  \n            feats = total_features.cpu().numpy()\n            return feats\n\n        else:\n\n            total_probs = F.softmax(total_logits.detach(), dim=1)\n            total_maxprobs, total_preds = total_probs.max(dim = 1)\n\n            y_pred = total_preds.cpu().numpy()\n            y_true = total_labels.cpu().numpy()\n\n            return y_true, y_pred"
  },
  {
    "path": "open_intent_detection/methods/DOC/manager.py",
    "content": "from importlib import import_module\nimport torch\nimport numpy as np\nimport os\nimport copy\nimport logging\nfrom torch import nn\nfrom datetime import datetime\nfrom sklearn.metrics import confusion_matrix, accuracy_score\nfrom tqdm import trange, tqdm\nfrom scipy.stats import norm as dist_model\nfrom losses import loss_map\nfrom utils.functions import restore_model, save_model\nfrom utils.metrics import F_measure\n\nclass DOCManager:\n    \n    def __init__(self, args, data, model, logger_name = 'Detection'):\n\n        self.logger = logging.getLogger(logger_name)\n        \n        self.set_model_optimizer(args, data, model)\n\n        self.data = data \n        self.train_dataloader = data.dataloader.train_labeled_loader\n        self.eval_dataloader = data.dataloader.eval_loader \n        self.test_dataloader = data.dataloader.test_loader\n\n        self.loss_fct = loss_map[args.loss_fct]\n        \n        if args.train:\n            self.best_mu_stds = None\n\n        else:\n            restore_model(self.model, args.model_output_dir)\n        \n    def set_model_optimizer(self, args, data, model):\n    \n        self.model = model.set_model(args, 'bert')  \n        self.optimizer, self.scheduler = model.set_optimizer(self.model, data.dataloader.num_train_examples, args.train_batch_size, \\\n                args.num_train_epochs, args.lr, args.warmup_proportion)\n        self.device = model.device\n    \n    \n    def train(self, args, data):     \n        best_model = None\n        wait = 0\n        best_eval_score = 0\n\n        for epoch in trange(int(args.num_train_epochs), desc=\"Epoch\"):\n            self.model.train()\n            tr_loss = 0\n            nb_tr_examples, nb_tr_steps = 0, 0\n            \n            for step, batch in enumerate(tqdm(self.train_dataloader, desc=\"Iteration\")):\n                batch = tuple(t.to(self.device) for t in batch)\n                input_ids, input_mask, segment_ids, label_ids = batch\n                with torch.set_grad_enabled(True):\n            \n                    loss = self.model(input_ids, segment_ids, input_mask, label_ids, mode='train', loss_fct=self.loss_fct)\n\n                    self.optimizer.zero_grad()\n                    loss.backward()\n                    self.optimizer.step()\n                    self.scheduler.step()\n                    \n                    tr_loss += loss.item()\n                    \n                    nb_tr_examples += input_ids.size(0)\n                    nb_tr_steps += 1\n\n            loss = tr_loss / nb_tr_steps\n\n            y_true, y_pred = self.get_outputs(args, data, mode = 'eval')\n\n            eval_score = round(accuracy_score(y_true, y_pred) * 100, 2)\n            \n            eval_results = {\n                'train_loss': loss,\n                'eval_score': eval_score,\n                'best_eval_score':best_eval_score,\n            }\n            self.logger.info(\"***** Epoch: %s: Eval results *****\", str(epoch + 1))\n            for key in sorted(eval_results.keys()):\n                self.logger.info(\"  %s = %s\", key, str(eval_results[key]))  \n\n            if eval_score > best_eval_score:\n                best_model = copy.deepcopy(self.model)\n                wait = 0\n                best_eval_score = eval_score \n                \n            elif eval_score > 0:                \n                wait += 1\n                if wait >= args.wait_patient:\n                    break\n\n        self.model = best_model \n\n        if args.save_model:\n            save_model(self.model, args.model_output_dir)\n            np.save(os.path.join(args.method_output_dir, 'mu_stds.npy'), self.best_mu_stds)\n\n    def test(self, args, data, show=False):\n        \n        mu_stds = self.get_outputs(args, data, mode = 'train', get_mu_stds = True)\n        y_true, y_pred = self.get_outputs(args, data, mode = 'test', mu_stds = mu_stds)\n\n        cm = confusion_matrix(y_true, y_pred)\n        test_results = F_measure(cm)\n\n        acc = round(accuracy_score(y_true, y_pred) * 100, 2)\n        test_results['Acc'] = acc\n        \n        self.logger.info\n        self.logger.info(\"***** Test: Confusion Matrix *****\")\n        self.logger.info(\"%s\", str(cm))\n        self.logger.info(\"***** Test results *****\")\n\n        for key in sorted(test_results.keys()):\n            self.logger.info(\"  %s = %s\", key, str(test_results[key]))\n\n        test_results['y_true'] = y_true\n        test_results['y_pred'] = y_pred\n\n        return test_results\n\n    def get_outputs(self, args, data, mode = 'eval', get_feats = False, get_mu_stds = False, mu_stds = None):\n        \n        if mode == 'train':\n            dataloader = self.train_dataloader\n        elif mode == 'eval':\n            dataloader = self.eval_dataloader\n        elif mode == 'test':\n            dataloader = self.test_dataloader\n\n        self.model.eval()\n\n        total_labels = torch.empty(0,dtype=torch.long).to(self.device)\n        total_logits = torch.empty((0, data.num_labels)).to(self.device)\n        total_features = torch.empty((0,args.feat_dim)).to(self.device)\n\n        for batch in tqdm(dataloader, desc=\"Iteration\"):\n\n            batch = tuple(t.to(self.device) for t in batch)\n            input_ids, input_mask, segment_ids, label_ids = batch\n            with torch.set_grad_enabled(False):\n\n                pooled_output, logits = self.model(input_ids, segment_ids, input_mask)\n\n                total_labels = torch.cat((total_labels,label_ids))\n                total_logits = torch.cat((total_logits, logits))\n                total_features = torch.cat((total_features, pooled_output))\n\n        if get_feats:\n            \n            feats = total_features.cpu().numpy()\n            return feats \n\n        else:\n            \n            total_probs, y_pred = total_logits.max(dim = 1)\n            y_true = total_labels.cpu().numpy()\n            y_logit = total_logits.cpu().numpy()\n            y_pred = y_pred.cpu().numpy()\n            \n            if mode == 'eval':\n                return y_true, y_pred\n\n            else:\n                if get_mu_stds == True:\n                    mu_stds = self.cal_mu_std(y_logit, y_true, data.num_labels)\n                    return mu_stds\n                else:\n                    y_pred = self.classify_doc(data, args, y_logit, mu_stds)\n\n                    return y_true, y_pred\n\n    def classify_doc(self, data, args, y_prob, mu_stds):\n\n        thresholds = {}\n        for col in range(data.num_labels):\n            threshold = max(0.5, 1 - args.scale * mu_stds[col][1])\n            label = data.known_label_list[col]\n            thresholds[label] = threshold\n        thresholds = np.array(thresholds)\n        self.logger.info('Probability thresholds of each class: %s', thresholds)\n        \n        y_pred = []\n        for p in y_prob:\n            max_class = np.argmax(p)\n            max_value = np.max(p)\n            threshold = max(0.5, 1 - args.scale * mu_stds[max_class][1])\n\n            if max_value > threshold:\n                y_pred.append(max_class)\n            else:\n                y_pred.append(data.unseen_label_id)\n\n        return np.array(y_pred)\n    \n    def fit(self, prob_pos_X):\n        prob_pos = [p for p in prob_pos_X] + [2 - p for p in prob_pos_X]\n        pos_mu, pos_std = dist_model.fit(prob_pos)\n        return pos_mu, pos_std\n\n    def cal_mu_std(self, y_prob, trues, num_labels):\n\n        mu_stds = []\n        for i in range(num_labels):\n            pos_mu, pos_std = self.fit(y_prob[trues == i, i])\n            mu_stds.append([pos_mu, pos_std])\n\n        return mu_stds\n        "
  },
  {
    "path": "open_intent_detection/methods/DeepUnk/manager.py",
    "content": "import torch\nimport torch.nn.functional as F\nimport numpy as np\nimport os\nimport copy\nimport pandas as pd\nimport logging\n\nfrom sklearn.metrics import confusion_matrix, accuracy_score\nfrom tqdm import trange, tqdm\nfrom sklearn.neighbors import LocalOutlierFactor\nfrom losses import loss_map\nfrom utils.functions import save_model, restore_model\nfrom utils.metrics import F_measure\n\nclass DeepUnkManager:\n    \n    def __init__(self, args, data, model, logger_name = 'Detection'):\n        \n        self.logger = logging.getLogger(logger_name)\n\n        self.set_model_optimizer(args, data, model)\n\n        self.data = data \n        self.train_dataloader = data.dataloader.train_labeled_loader\n        self.eval_dataloader = data.dataloader.eval_loader \n        self.test_dataloader = data.dataloader.test_loader\n\n        self.loss_fct = loss_map[args.loss_fct]\n\n        if args.train:\n            self.best_features = None\n\n        else:\n            restore_model(self.model, args.model_output_dir)\n            self.best_features = np.load(os.path.join(args.method_output_dir, 'features.npy'))\n\n    def set_model_optimizer(self, args, data, model):\n        \n        self.model = model.set_model(args, 'bert')  \n        self.optimizer, self.scheduler = model.set_optimizer(self.model, data.dataloader.num_train_examples, args.train_batch_size, \\\n                args.num_train_epochs, args.lr, args.warmup_proportion)\n        self.device = model.device\n\n    def train(self, args, data):     \n\n        best_model = None\n        best_eval_score = 0\n        wait = 0\n        \n        for epoch in trange(int(args.num_train_epochs), desc=\"Epoch\"):\n\n            self.model.train()\n            tr_loss = 0\n            nb_tr_examples, nb_tr_steps = 0, 0\n            \n            for step, batch in enumerate(tqdm(self.train_dataloader, desc=\"Iteration\")):\n                batch = tuple(t.to(self.device) for t in batch)\n                input_ids, input_mask, segment_ids, label_ids = batch\n\n                with torch.set_grad_enabled(True):\n                    \n                    loss = self.model(input_ids, segment_ids, input_mask, label_ids, mode='train', loss_fct = self.loss_fct)\n\n                    self.optimizer.zero_grad()\n                    loss.backward()\n                    self.optimizer.step()\n                    self.scheduler.step()\n                    tr_loss += loss.item()\n                    \n                    nb_tr_examples += input_ids.size(0)\n                    nb_tr_steps += 1\n\n            loss = tr_loss / nb_tr_steps\n            y_true, y_pred = self.get_outputs(args, data, mode = 'eval')\n            eval_score = round(accuracy_score(y_true, y_pred) * 100, 2)\n            \n            eval_results = {\n                'train_loss': loss,\n                'eval_score': eval_score,\n                'best_eval_score':best_eval_score,\n            }\n            self.logger.info(\"***** Epoch: %s: Eval results *****\", str(epoch + 1))\n            for key in sorted(eval_results.keys()):\n                self.logger.info(\"  %s = %s\", key, str(eval_results[key]))\n            \n            if eval_score > best_eval_score:\n                \n                best_eval_score = eval_score\n                best_model = copy.deepcopy(self.model)\n                wait = 0\n\n            elif eval_score > 0:\n                wait += 1\n                if wait >= args.wait_patient:\n                    break\n                \n        self.model = best_model \n\n        if args.save_model:\n            save_model(self.model, args.model_output_dir)\n\n\n    def classify_lof(self, args, data, preds, train_feats, pred_feats):\n        \n        lof = LocalOutlierFactor(n_neighbors=args.n_neighbors, contamination = args.contamination, novelty=True, n_jobs=-1)\n        lof.fit(train_feats)\n        y_pred_lof = pd.Series(lof.predict(pred_feats))\n        preds[y_pred_lof[y_pred_lof == -1].index] = data.unseen_label_id\n\n        return preds\n\n    def get_outputs(self, args, data, mode, get_feats = False, train_feats = None):\n        \n        if mode == 'train':\n            dataloader = self.train_dataloader\n        elif mode == 'eval':\n            dataloader = self.eval_dataloader\n        elif mode == 'test':\n            dataloader = self.test_dataloader\n\n        self.model.eval()\n        \n        total_labels = torch.empty(0,dtype=torch.long).to(self.device)\n        total_logits = torch.empty((0, data.num_labels)).to(self.device)\n        total_features = torch.empty((0,args.feat_dim)).to(self.device)\n\n        for batch in tqdm(dataloader, desc=\"Iteration\"):\n\n            batch = tuple(t.to(self.device) for t in batch)\n            input_ids, input_mask, segment_ids, label_ids = batch\n            with torch.set_grad_enabled(False):\n\n                pooled_output, logits = self.model(input_ids, segment_ids, input_mask)\n\n                total_labels = torch.cat((total_labels,label_ids))\n                total_logits = torch.cat((total_logits, logits))\n                total_features = torch.cat((total_features, pooled_output))\n\n        if get_feats:\n            feats = total_features.cpu().numpy()\n            return feats \n        else:\n            total_probs, y_pred = total_logits.max(dim = 1)\n            y_pred = y_pred.cpu().numpy()\n            y_true = total_labels.cpu().numpy()\n            \n            if train_feats is not None:\n                feats = total_features.cpu().numpy()\n                y_pred = self.classify_lof(args, data, y_pred, train_feats, feats)\n            \n            return y_true, y_pred\n\n    def test(self, args, data, show=False):\n        \n        train_feats = self.get_outputs(args, data, mode = 'train', get_feats = True)\n        y_true, y_pred = self.get_outputs(args, data, mode = 'test', train_feats = train_feats)\n\n        cm = confusion_matrix(y_true, y_pred)\n        test_results = F_measure(cm)\n\n        acc = round(accuracy_score(y_true, y_pred) * 100, 2)\n        test_results['Acc'] = acc\n        \n        self.logger.info\n        self.logger.info(\"***** Test: Confusion Matrix *****\")\n        self.logger.info(\"%s\", str(cm))\n        self.logger.info(\"***** Test results *****\")\n\n        for key in sorted(test_results.keys()):\n            self.logger.info(\"  %s = %s\", key, str(test_results[key]))\n\n        test_results['y_true'] = y_true\n        test_results['y_pred'] = y_pred\n\n        return test_results\n"
  },
  {
    "path": "open_intent_detection/methods/KNNCL/KNNCL_utils.py",
    "content": "import torch\nimport random\nfrom typing import Any, Dict, Union\n\n\ndef create_negative_dataset(train_dataloader):\n\n    list = []\n    for step, inputs in enumerate(train_dataloader):\n        input_ids, input_masks, segment_ids, label_ids = inputs\n        input_ids = input_ids.tolist()\n        input_masks = input_masks.tolist()\n        segment_ids = segment_ids.tolist()\n        label_ids = label_ids.tolist()\n\n        for i in range(len(input_ids)-1):\n            input_id = input_ids[i]\n            input_mask = input_masks[i]\n            segment_id = segment_ids[i]\n            label_id = label_ids[i]\n            batch_dict = {\"labels\": label_id, \"input_ids\": input_id, \"token_type_ids\": segment_id,\n                                \"attention_mask\": input_mask}\n            list.append(batch_dict)\n            \n    negative_dataset = {}\n\n    for line in list:\n        label = int(line[\"labels\"])\n        inputs = line\n        inputs.pop(\"labels\")\n        if label not in negative_dataset.keys():\n            negative_dataset[label] = [inputs]\n        else:\n            negative_dataset[label].append(inputs)\n\n    return negative_dataset\n\n\ndef generate_positive_sample(negative_data, args, label: torch.Tensor):\n    positive_num = args.positive_num # 3\n    # positive_num = 16\n    positive_sample = []\n    for index in range(label.shape[0]):\n        input_label = int(label[index])\n        positive_sample.extend(random.sample(negative_data[input_label], positive_num))\n\n    return list_item_to_tensor(positive_sample)\n\ndef _prepare_inputs(device, inputs: Dict[str, Union[torch.Tensor, Any]]) -> Dict[str, Union[torch.Tensor, Any]]:\n    for k, v in inputs.items():\n        if isinstance(v, torch.Tensor):\n            inputs[k] = v.to(device)\n                    \n    return inputs\n\n\ndef list_item_to_tensor(inputs_list):\n    batch_list = {}\n    for key, value in inputs_list[0].items():\n        batch_list[key] = []\n    for inputs in inputs_list:\n        for key, value in inputs.items():\n            batch_list[key].append(value)\n\n    batch_tensor = {}\n    for key, value in batch_list.items():\n        batch_tensor[key] = torch.tensor(value)\n    return batch_tensor\n"
  },
  {
    "path": "open_intent_detection/methods/KNNCL/manager.py",
    "content": "import torch\nimport copy\nimport pandas as pd\nimport logging\n\nfrom tqdm import trange, tqdm\nfrom sklearn.metrics import confusion_matrix, accuracy_score, f1_score\nfrom sklearn.neighbors import LocalOutlierFactor\nfrom utils.functions import restore_model, save_model\nfrom utils.metrics import F_measure\nfrom .KNNCL_utils import create_negative_dataset, generate_positive_sample, _prepare_inputs\n\nclass KNNCLManager:\n    def __init__(self, args, data, model, logger_name = 'Detection'):\n\n        self.logger = logging.getLogger(logger_name)\n\n        self.set_model_optimizer(args, data, model)\n\n        self.data = data \n        self.train_dataloader = data.dataloader.train_labeled_loader\n        self.eval_dataloader= data.dataloader.eval_loader \n        self.test_dataloader = data.dataloader.test_loader\n\n        self.negative_data = create_negative_dataset(self.train_dataloader)\n\n        if not args.train:\n            restore_model(self.model, args.model_output_dir)\n\n    def set_model_optimizer(self, args, data, model):\n        \n        self.model = model.set_model(args, 'bert')  \n        self.optimizer, self.scheduler = model.set_optimizer(self.model, data.dataloader.num_train_examples, args.train_batch_size, \\\n                args.num_train_epochs, args.lr, args.warmup_proportion)\n        self.device = model.device\n\n\n    def train(self, args, data):\n\n        best_model = None\n        best_eval_score = 0\n        wait = 0\n        for epoch in trange(int(args.num_train_epochs), desc=\"Epoch\"):\n\n            self.model.train()\n            tr_loss = 0\n            nb_tr_examples, nb_tr_steps = 0, 0\n\n            for step, batch in enumerate(tqdm(self.train_dataloader, desc=\"Iteration\")):\n                batch = tuple(t.to(self.device) for t in batch)\n                input_ids, input_mask, segment_ids, label_ids = batch\n\n                positive_sample = None\n                positive_sample = generate_positive_sample(self.negative_data,args, label_ids)\n                positive_sample = _prepare_inputs(self.device, positive_sample)\n\n                batch_dict = {\"labels\":label_ids,\"input_ids\":input_ids,\"token_type_ids\":segment_ids,\"attention_mask\":input_mask}\n                outputs = self.model(batch_dict, mode='train', positive_sample=positive_sample)\n                loss = outputs[\"loss\"] if isinstance(outputs, dict) else outputs[0]\n                self.optimizer.zero_grad()\n                loss.backward()\n                torch.nn.utils.clip_grad_norm_(self.model.parameters(), args.clip)\n                self.optimizer.step()\n                self.scheduler.step()\n\n                tr_loss += loss.item()\n                nb_tr_examples += input_ids.size(0)\n                nb_tr_steps += 1\n            loss = tr_loss / nb_tr_steps\n            y_true, y_pred = self.get_outputs(args, data, mode='eval')\n            eval_score = round(f1_score(y_true, y_pred, average='macro') * 100, 2)\n\n            eval_results = {\n                'train_loss': loss,\n                'eval_score': eval_score,\n                'best_eval_score': best_eval_score\n            }\n            self.logger.info(\"***** Epoch: %s: Eval results *****\", str(epoch + 1))\n            for key in sorted(eval_results.keys()):\n                self.logger.info(\"  %s = %s\", key, str(eval_results[key]))\n            \n            if eval_score >= best_eval_score:\n                best_model = copy.deepcopy(self.model)\n                wait = 0\n                best_eval_score = eval_score\n            else:\n                wait += 1\n                if wait >= args.wait_patient:\n                    break\n\n        self.model = best_model\n        if args.save_model:\n            save_model(self.model, args.model_output_dir)\n\n\n    def classify_lof(self, args, data, preds, train_feats, pred_feats):\n        \n        lof = LocalOutlierFactor(n_neighbors=args.n_neighbors, contamination = args.contamination, novelty=True, n_jobs=-1)\n        lof.fit(train_feats)\n        y_pred_lof = pd.Series(lof.predict(pred_feats))\n        preds[y_pred_lof[y_pred_lof == -1].index] = data.unseen_label_id\n\n        return preds\n\n    def get_outputs(self, args, data, mode, get_feats = False, train_feats = None):\n        \n        if mode == 'train':\n            dataloader = self.train_dataloader\n        elif mode == 'eval':\n            dataloader = self.eval_dataloader\n        elif mode == 'test':\n            dataloader = self.test_dataloader\n\n        self.model.eval()\n        \n        total_labels = torch.empty(0,dtype=torch.long).to(self.device)\n        total_probs = torch.empty((0, data.num_labels)).to(self.device)\n        total_features = torch.empty((0,args.feat_dim)).to(self.device)\n\n        for batch in tqdm(dataloader, desc=\"Iteration\"):\n            batch = tuple(t.to(self.device) for t in batch)\n            input_ids, input_mask, segment_ids, label_ids = batch\n            batch_dict = {\"labels\":label_ids,\"input_ids\":input_ids,\"token_type_ids\":segment_ids,\"attention_mask\":input_mask}\n            with torch.set_grad_enabled(False):\n                output = self.model(batch_dict, mode='test')\n                total_labels = torch.cat((total_labels,label_ids))\n                total_probs = torch.cat((total_probs, output[0]))\n                total_features = torch.cat((total_features, output[1]))\n\n        if get_feats:\n            feats = total_features.cpu().numpy()\n            return feats \n        else:\n            total_probs, y_pred = total_probs.max(dim = 1)\n            y_pred = y_pred.cpu().numpy()\n            y_true = total_labels.cpu().numpy()\n            \n            if train_feats is not None:\n                feats = total_features.cpu().numpy()\n                y_pred = self.classify_lof(args, data, y_pred, train_feats, feats)\n            \n            return y_true, y_pred\n\n\n    def test(self, args, data, show=False):\n        \n        train_feats = self.get_outputs(args, data, mode = 'train', get_feats = True)\n        y_true, y_pred = self.get_outputs(args, data, mode = 'test', train_feats = train_feats)\n\n        cm = confusion_matrix(y_true, y_pred)\n        test_results = F_measure(cm)\n\n        acc = round(accuracy_score(y_true, y_pred) * 100, 2)\n        test_results['Acc'] = acc\n        \n        self.logger.info\n        self.logger.info(\"***** Test: Confusion Matrix *****\")\n        self.logger.info(\"%s\", str(cm))\n        self.logger.info(\"***** Test results *****\")\n\n        for key in sorted(test_results.keys()):\n            self.logger.info(\"  %s = %s\", key, str(test_results[key]))\n\n        test_results['y_true'] = y_true\n        test_results['y_pred'] = y_pred\n\n        return test_results\n"
  },
  {
    "path": "open_intent_detection/methods/K_1_way/manager.py",
    "content": "from importlib import import_module\nimport torch\nimport torch.nn.functional as F\nimport copy\nimport logging\nfrom sklearn.metrics import confusion_matrix, accuracy_score\nfrom tqdm import trange, tqdm\nfrom losses import loss_map\nfrom utils.functions import restore_model, save_model\nfrom utils.metrics import F_measure\n\n\nclass K_1_wayManager:\n    \n    def __init__(self, args, data, model, logger_name = 'Detection'):\n        \n        self.logger = logging.getLogger(logger_name)\n\n        self.set_model_optimizer(args, data, model)\n\n        self.data = data \n        self.train_dataloader = data.dataloader.train_labeled_loader\n        self.eval_dataloader = data.dataloader.eval_loader \n        self.test_dataloader = data.dataloader.test_loader\n\n        self.loss_fct = loss_map[args.loss_fct]\n        \n        args.oos_label_id = data.unseen_label_id\n\n        if not args.train:\n            restore_model(self.model, args.model_output_dir)\n\n    def set_model_optimizer(self, args, data, model):\n    \n        self.model = model.set_model(args, 'bert')  \n        self.optimizer, self.scheduler = model.set_optimizer(self.model, data.dataloader.num_train_examples, args.train_batch_size, \\\n                args.num_train_epochs, args.lr, args.warmup_proportion)\n        self.device = model.device\n\n    def get_outputs(self, args, data, mode = 'eval', get_feats = False):\n\n        if mode == 'eval':\n            dataloader = self.eval_dataloader\n        elif mode == 'test':\n            dataloader = self.test_dataloader\n\n        self.model.eval()\n\n        total_labels = torch.empty(0,dtype=torch.long).to(self.device)\n        total_logits = torch.empty((0, data.num_labels+1)).to(self.device)\n        total_features = torch.empty((0,args.feat_dim)).to(self.device)\n\n        for batch in tqdm(dataloader, desc=\"Iteration\"):\n            batch = tuple(t.to(self.device) for t in batch)\n            input_ids, input_mask, segment_ids, label_ids = batch\n            with torch.set_grad_enabled(False):\n                pooled_output, logits, labels = self.model(input_ids, segment_ids, input_mask, label_ids, mode=mode)\n                total_labels = torch.cat((total_labels, labels))\n                total_logits = torch.cat((total_logits, logits))\n                total_features = torch.cat((total_features, pooled_output))\n\n        if get_feats:  \n            feats = total_features.cpu().numpy()\n            return feats \n\n        else:\n            \n            total_probs = F.softmax(total_logits.detach(), dim=1)\n            total_maxprobs, total_preds = total_probs.max(dim = 1)\n            y_prob = total_maxprobs.cpu().numpy()\n\n            y_true = total_labels.cpu().numpy()\n            y_pred = total_preds.cpu().numpy()\n\n        return y_true, y_pred\n\n    def test(self, args, data, show=False):\n        y_true, y_pred = self.get_outputs(args, data, mode = 'test')\n\n        cm = confusion_matrix(y_true, y_pred)\n        test_results = F_measure(cm)\n\n        acc = round(accuracy_score(y_true, y_pred) * 100, 2)\n        test_results['Acc'] = acc\n        \n        self.logger.info\n        self.logger.info(\"***** Test: Confusion Matrix *****\")\n        self.logger.info(\"%s\", str(cm))\n        self.logger.info(\"***** Test results *****\")\n\n        for key in sorted(test_results.keys()):\n            self.logger.info(\"  %s = %s\", key, str(test_results[key]))\n\n        test_results['y_true'] = y_true\n        test_results['y_pred'] = y_pred\n\n        return test_results\n\n\n    def train(self, args, data):     \n\n        self.logger.info('Training Start...')\n        best_model = None\n        best_eval_score = 0\n\n        wait = 0\n        for epoch in trange(int(args.num_train_epochs), desc=\"Epoch\"):\n\n            self.model.train()\n            tr_loss = 0\n            nb_tr_examples, nb_tr_steps = 0, 0\n            \n            for step, batch in enumerate(tqdm(self.train_dataloader, desc=\"Iteration\")):\n                batch = tuple(t.to(self.device) for t in batch)\n                input_ids, input_mask, segment_ids, label_ids = batch\n                with torch.set_grad_enabled(True):\n                    loss = self.model(input_ids, segment_ids, input_mask, label_ids, mode='train', loss_fct=self.loss_fct)\n                    self.optimizer.zero_grad()\n                    loss.backward()\n                    self.optimizer.step()\n                    self.scheduler.step()\n                    tr_loss += loss.item()\n                    \n                    nb_tr_examples += input_ids.size(0)\n                    nb_tr_steps += 1\n\n            loss = tr_loss / nb_tr_steps\n            \n            y_true, y_pred = self.get_outputs(args, data, mode = 'eval')\n            eval_score = round(accuracy_score(y_true, y_pred) * 100, 2)\n\n            eval_results = {\n                'train_loss': loss,\n                'eval_acc': eval_score,\n                'best_acc': best_eval_score,\n            }\n            self.logger.info(\"***** Epoch: %s: Eval results *****\", str(epoch + 1))\n            for key in sorted(eval_results.keys()):\n                self.logger.info(\"  %s = %s\", key, str(eval_results[key]))\n            \n            if eval_score >= best_eval_score:\n                best_model = copy.deepcopy(self.model)\n                wait = 0\n                best_eval_score = eval_score \n            else:\n                wait += 1\n                if wait >= args.wait_patient:\n                    break\n\n        self.model = best_model \n\n        if args.save_model:\n            save_model(self.model, args.model_output_dir)\n        self.logger.info('Training finished...')\n"
  },
  {
    "path": "open_intent_detection/methods/MDF/manager.py",
    "content": "import torch\nimport torch.nn.functional as F\nimport logging\nimport os\nimport torch.nn as nn\nimport numpy as np\nimport copy\nimport json\n\nfrom sklearn import svm \nimport sklearn\nfrom sklearn.metrics import confusion_matrix, f1_score, accuracy_score, roc_curve, auc\nfrom tqdm import trange, tqdm\nfrom losses import loss_map\nfrom utils.functions import save_model, restore_model\nfrom utils.metrics import F_measure\nfrom torch.utils.data import DataLoader\nfrom .pretrain import PretrainManager\nfrom transformers import AutoTokenizer\n\nclass MDFManager:\n    \n    def __init__(self, args, data, model, logger_name = 'Detection'):\n\n        self.logger = logging.getLogger(logger_name)\n        self.set_model_optimizer(args, data, model)\n\n        pretrain_manager = PretrainManager(args, data, model) \n        \n        self.pretrained_model = pretrain_manager.model\n        self.load_pretrained_model(self.pretrained_model.bert)\n\n        self.train_dataloader = data.dataloader.train_labeled_loader\n        self.eval_dataloader = data.dataloader.eval_loader\n        self.test_dataloader = data.dataloader.test_loader\n\n\n        self.loss_fct = loss_map[args.loss_fct]  \n        self.best_eval_score = None\n    \n    def set_model_optimizer(self, args, data, model):\n        args.backbone = 'bert_mdf'\n        self.model = model.set_model(args, 'bert')  \n        self.optimizer, self.scheduler = model.set_optimizer(self.model, data.dataloader.num_train_examples, args.train_batch_size, \\\n                args.num_train_epochs, args.lr, args.warmup_proportion)\n        self.device = model.device\n\n    def get_hidden_features(self, input_ids=None,  attention_mask=None, token_type_ids=None, labels=None,\n        position_ids=None, head_mask=None, use_cls=False):\n        \n        outputs = self.model(\n            input_ids,\n            attention_mask=attention_mask,\n            token_type_ids=token_type_ids,\n            position_ids=position_ids,\n            head_mask=head_mask\n        )\n        \n        all_hidden_feats = outputs[1]   # list (13) of bs x length x hidden\n        \n        all_feature_list = []\n        for i in range(len(all_hidden_feats)):\n            if use_cls:\n                pooled_feats = self.model.bert.pooler(all_hidden_feats[i]).detach()  # bs x max_len x 768 -> bs x 768\n                # pooled_feats = all_hidden_feats[i][:,0].detach().data.cpu()  # bs x max_len x 768 -> bs x 768\n                # print (pooled_feats.shape)\n            else:\n                pooled_feats = torch.mean(all_hidden_feats[i], dim=1, keepdim=False).detach()  # bs x max_len x 768 -> bs x 768\n            all_feature_list.append(pooled_feats.data)   # 13 list of bs x 768\n        return all_feature_list \n    \n\n    def sample_X_estimator(self, use_cls=False):\n        device = self.device \n        model = self.model \n        \n        import sklearn.covariance\n        group_lasso = sklearn.covariance.EmpiricalCovariance(assume_centered=False)\n        \n        model.eval()\n        all_layer_features = []\n        num_layers = 13\n        for i in range(num_layers):\n            all_layer_features.append([])\n        \n        for batch in tqdm(self.train_dataloader, desc=\"Iteration\"):\n            \n            inputs = tuple(t.to(self.device) for t in batch)\n            \n            with torch.no_grad():\n                batch_all_features = self.get_hidden_features(*inputs, use_cls=use_cls)\n                for i in range(num_layers):\n                    all_layer_features[i].append(batch_all_features[i].cpu())  # save gpu memory\n        \n        mean_list = []\n        precision_list = []\n        for i in range(num_layers):\n            all_layer_features[i] = torch.cat(all_layer_features[i], axis=0)\n            sample_mean = torch.mean(all_layer_features[i], axis=0)\n            X = all_layer_features[i] - sample_mean\n            group_lasso.fit(X.numpy())\n            temp_precision = group_lasso.precision_\n            temp_precision = torch.from_numpy(temp_precision).float()\n            mean_list.append(sample_mean.to(device))\n            precision_list.append(temp_precision.to(device))\n\n        return mean_list, precision_list\n\n    def get_unsup_Mah_score(self, mode, sample_mean, precision, use_cls=False):\n        device = self.device \n        model = self.model \n\n        model.eval()\n        num_layers = 13\n        total_mah_scores = []\n        for i in range(num_layers):\n            total_mah_scores.append([])\n\n        \n        if mode == 'train_labeled':\n            dataloader = self.train_dataloader\n        elif mode == 'test':\n            dataloader = self.test_dataloader\n        else:\n            print('get_unsup_Mah_score error: unexpected mode')\n\n        for batch in tqdm(dataloader, desc=\"Iteration\"):\n            inputs = tuple(t.to(device) for t in batch)\n            with torch.no_grad():\n                batch_all_features = self.get_hidden_features(*inputs, use_cls=use_cls)\n            \n            for i in range(len(batch_all_features)):\n                batch_sample_mean = sample_mean[i]\n                out_features = batch_all_features[i]\n                zero_f = out_features - batch_sample_mean\n                gaussian_score = -0.5 * ((zero_f @ precision[i]) @ zero_f.t()).diag()\n                total_mah_scores[i].extend(gaussian_score.cpu().numpy())\n\n        for i in range(len(total_mah_scores)):\n            total_mah_scores[i] = np.expand_dims(np.array(total_mah_scores[i]), axis=1)\n        return np.concatenate(total_mah_scores, axis=1)\n\n    def train(self, args, data):\n        pass\n\n    def test(self, args, data, show=True):\n        mean_list, precision_list = self.sample_X_estimator(args.use_cls)\n        \n        train_mah_vanlia = self.get_unsup_Mah_score('train_labeled', mean_list, precision_list, args.use_cls)[:, 1:]\n        train_mah_scores = train_mah_vanlia\n        \n\n        c_lr = svm.OneClassSVM(nu=args.nuu, kernel=args.k)\n        c_lr.fit(train_mah_scores)\n\n        y_true, y_pred_ind = self.get_outputs(args, mode = 'test', model = self.pretrained_model, get_feats = False)\n        test_total_mah_vanlia = self.get_unsup_Mah_score('test', mean_list, precision_list, args.use_cls)[:, 1:]\n        y_pred_ood = c_lr.predict(test_total_mah_vanlia)\n\n        y_pred = [args.unseen_label_id if y == -1 else y_pred_ind[i] for i, y in enumerate(y_pred_ood)]\n\n        cm = confusion_matrix(y_true, y_pred)\n        test_results = F_measure(cm)\n\n        acc = round(accuracy_score(y_true, y_pred) * 100, 2)\n        test_results['Acc'] = acc\n        \n        if show:\n            self.logger.info(\"***** Test: Confusion Matrix *****\")\n            self.logger.info(\"%s\", str(cm))\n            self.logger.info(\"***** Test results *****\")\n            \n            for key in sorted(test_results.keys()):\n                self.logger.info(\"  %s = %s\", key, str(test_results[key]))\n\n        \n        test_results['y_true'] = y_true\n        test_results['y_pred'] = y_pred\n\n        return test_results\n\n    def get_outputs(self, args, mode, model, get_feats = False):\n        \n        if mode == 'eval':\n            dataloader = self.eval_dataloader\n        elif mode == 'test':\n            dataloader = self.test_dataloader\n        elif mode == 'train':\n            dataloader = self.train_dataloader\n\n        model.eval()\n\n        total_labels = torch.empty(0,dtype=torch.long).to(self.device)\n        total_preds = torch.empty(0,dtype=torch.long).to(self.device)\n        \n        total_features = torch.empty((0,args.feat_dim)).to(self.device)\n        total_logits = torch.empty((0, args.num_labels)).to(self.device)\n        \n        for batch in tqdm(dataloader, desc=\"Iteration\"):\n\n            batch = tuple(t.to(self.device) for t in batch)\n            input_ids, input_mask, segment_ids, label_ids = batch\n            X = {\"input_ids\": input_ids, \"attention_mask\": input_mask, \"token_type_ids\": segment_ids}\n            with torch.set_grad_enabled(False):\n                outputs = model(X)\n                pooled_output = outputs[\"hidden_states\"]\n                logits = outputs[\"logits\"]\n                total_labels = torch.cat((total_labels,label_ids))\n                total_features = torch.cat((total_features, pooled_output))\n                total_logits = torch.cat((total_logits, logits))\n\n        if get_feats:  \n            feats = total_features.cpu().numpy()\n            return feats \n\n        else:\n            total_probs = F.softmax(total_logits.detach(), dim=1)\n            total_maxprobs, total_preds = total_probs.max(dim=1)\n\n            y_pred = total_preds.cpu().numpy()\n            y_true = total_labels.cpu().numpy()\n\n            return y_true, y_pred\n  \n        \n    def load_pretrained_model(self, pretrained_model):\n\n        pretrained_dict = pretrained_model.state_dict()\n        self.model.bert.load_state_dict(pretrained_dict, strict=False)\n"
  },
  {
    "path": "open_intent_detection/methods/MDF/pretrain.py",
    "content": "import torch\nimport torch.nn.functional as F\nimport os\nimport copy\nimport logging\nimport torch.nn as nn\n\nfrom sklearn.metrics import confusion_matrix, f1_score, accuracy_score\nfrom tqdm import trange, tqdm\nfrom losses import loss_map\nfrom torch.utils.data import RandomSampler, DataLoader\nfrom utils.functions import save_model, mask_tokens, restore_model\nfrom transformers import AutoTokenizer\n\nclass PretrainManager:\n    \n    def __init__(self, args, data, model, logger_name = 'Detection'):\n        \n        self.logger = logging.getLogger(logger_name)\n        \n        self.set_model_optimizer(args, data, model)\n        \n        self.train_dataloader = data.dataloader.train_labeled_loader\n        self.eval_dataloader = data.dataloader.eval_loader\n        self.test_dataloader = data.dataloader.test_loader\n\n        self.loss_fct = loss_map[args.loss_fct]  \n        self.best_eval_score = None\n        \n        if args.pretrain or (not os.path.exists(args.model_output_dir)):\n            self.logger.info('Pre-raining start...')\n\n            self.train(args, data)\n            self.logger.info('Pre-training finished...')\n        else:\n            pretrained_model_dir = os.path.join(args.method_output_dir, 'pretrain')\n            self.model = restore_model(self.model, pretrained_model_dir)\n\n    def set_model_optimizer(self, args, data, model):\n        args.backbone = 'bert_mdf_pretrain'\n        self.model = model.set_model(args, 'bert')  \n        self.optimizer, self.scheduler = model.set_optimizer(self.model, data.dataloader.num_train_examples, args.train_batch_size, \\\n                args.num_train_epochs, args.lr, args.warmup_proportion)\n        self.device = model.device\n\n\n    def train(self, args, data):\n        self.model.train()\n        \n        wait = 0\n        best_model = None\n        best_eval_score = 0\n        tokenizer = AutoTokenizer.from_pretrained(args.pretrained_bert_model)\n        \n                \n        for epoch in trange(int(args.num_pretrain_epochs), desc=\"Epoch\"):\n            tr_loss = 0\n            nb_tr_examples, nb_tr_steps = 0, 0\n\n\n            for step, batch in enumerate(tqdm(self.train_dataloader, desc=\"Iteration\")):\n\n                batch = tuple(t.to(self.device) for t in batch)\n            \n                input_ids, input_mask, segment_ids, label_ids = batch\n                X = {\"input_ids\": input_ids, \"attention_mask\": input_mask, \"token_type_ids\": segment_ids}\n                mask_ids, mask_lb = mask_tokens(input_ids.cpu(), tokenizer)\n                mask_input_ids = mask_ids.to(self.device)\n                \n                X_mlm = {\"input_ids\": mask_input_ids, \"attention_mask\": input_mask, \"token_type_ids\": segment_ids}\n                \n                with torch.set_grad_enabled(True):\n                    labeled_logits = self.model(X)[\"logits\"]\n                    \n                    loss_src = self.model.loss_ce(labeled_logits, label_ids)    \n                    loss_mlm = self.model.mlmForward(X_mlm, mask_lb.to(self.device))   \n\n                    lossTOT = loss_src + loss_mlm \n                    lossTOT.backward()\n                    \n                    nn.utils.clip_grad_norm_(self.model.parameters(), 1.0)\n                    tr_loss += lossTOT.item()\n                    \n                    self.optimizer.step()\n                    self.scheduler.step()\n                    self.optimizer.zero_grad()\n                    \n                    nb_tr_examples += input_ids.size(0)\n                    nb_tr_steps += 1\n            \n            loss = tr_loss / nb_tr_steps\n\n            y_true, y_pred = self.get_outputs(args, mode = 'eval')\n            eval_score = round(accuracy_score(y_true, y_pred) * 100, 2)\n\n            eval_results = {\n                'train_loss': loss,\n                'eval_score': eval_score,\n                'best_score':best_eval_score,\n            }\n            self.logger.info(\"***** Epoch: %s: Eval results *****\", str(epoch + 1))\n            for key in sorted(eval_results.keys()):\n                self.logger.info(\"  %s = %s\", key, str(eval_results[key]))\n            \n            if eval_score > best_eval_score:\n                \n                best_model = copy.deepcopy(self.model)\n                wait = 0\n                best_eval_score = eval_score\n\n            elif eval_score > 0:\n\n                wait += 1\n                if wait >= args.wait_patient:\n                    break\n                    \n        self.model = best_model\n\n        if args.save_model:\n            pretrained_model_dir = os.path.join(args.method_output_dir, 'pretrain')\n            if not os.path.exists(pretrained_model_dir):\n                os.makedirs(pretrained_model_dir)\n            save_model(self.model, pretrained_model_dir)\n\n    def get_outputs(self, args, mode = 'eval', get_feats = False):\n        \n        if mode == 'eval':\n            dataloader = self.eval_dataloader\n        elif mode == 'test':\n            dataloader = self.test_dataloader\n\n        self.model.eval()\n        \n        total_labels = torch.empty(0,dtype=torch.long).to(self.device)\n        total_preds = torch.empty(0,dtype=torch.long).to(self.device)\n        \n        total_features = torch.empty((0,args.feat_dim)).to(self.device)\n        total_logits = torch.empty((0, args.num_labels)).to(self.device)\n        \n        for batch in tqdm(dataloader, desc=\"Iteration\"):\n\n            batch = tuple(t.to(self.device) for t in batch)\n            input_ids, input_mask, segment_ids, label_ids = batch\n            X = {\"input_ids\": input_ids, \"attention_mask\": input_mask, \"token_type_ids\": segment_ids}\n            with torch.set_grad_enabled(False):\n                outputs = self.model(X)\n                pooled_output = outputs[\"hidden_states\"]\n                logits = outputs[\"logits\"]\n                total_labels = torch.cat((total_labels,label_ids))\n                total_features = torch.cat((total_features, pooled_output))\n                total_logits = torch.cat((total_logits, logits))\n\n        if get_feats:  \n            feats = total_features.cpu().numpy()\n            return feats \n\n        else:\n            total_probs = F.softmax(total_logits.detach(), dim=1)\n            total_maxprobs, total_preds = total_probs.max(dim=1)\n\n            y_pred = total_preds.cpu().numpy()\n            y_true = total_labels.cpu().numpy()\n\n            return y_true, y_pred\n\n  "
  },
  {
    "path": "open_intent_detection/methods/MSP/manager.py",
    "content": "from importlib import import_module\nimport torch\nimport torch.nn.functional as F\nimport copy\nimport logging\nfrom sklearn.metrics import confusion_matrix, accuracy_score, f1_score\nfrom tqdm import trange, tqdm\nfrom losses import loss_map\nfrom utils.functions import restore_model, save_model\nfrom utils.metrics import F_measure\n\n\nclass MSPManager:\n    \n    def __init__(self, args, data, model, logger_name = 'Detection'):\n        \n        self.logger = logging.getLogger(logger_name)\n\n        self.set_model_optimizer(args, data, model)\n\n        self.data = data \n        self.train_dataloader = data.dataloader.train_labeled_loader\n        self.eval_dataloader = data.dataloader.eval_loader \n        self.test_dataloader = data.dataloader.test_loader\n\n        self.loss_fct = loss_map[args.loss_fct]\n        \n        if not args.train:\n            restore_model(self.model, args.model_output_dir)\n\n    def set_model_optimizer(self, args, data, model):\n    \n        self.model = model.set_model(args, 'bert')  \n        self.optimizer, self.scheduler = model.set_optimizer(self.model, data.dataloader.num_train_examples, args.train_batch_size, \\\n                args.num_train_epochs, args.lr, args.warmup_proportion)\n        self.device = model.device\n\n    def train(self, args, data):     \n        \n        self.logger.info('Training Start...')\n        best_model = None\n        best_eval_score = 0\n\n        wait = 0\n        for epoch in trange(int(args.num_train_epochs), desc=\"Epoch\"):\n\n            self.model.train()\n            tr_loss = 0\n            nb_tr_examples, nb_tr_steps = 0, 0\n            \n            for step, batch in enumerate(tqdm(self.train_dataloader, desc=\"Iteration\")):\n                batch = tuple(t.to(self.device) for t in batch)\n                input_ids, input_mask, segment_ids, label_ids = batch\n                with torch.set_grad_enabled(True):\n                    loss = self.model(input_ids, segment_ids, input_mask, label_ids, mode='train', loss_fct=self.loss_fct)\n\n                    self.optimizer.zero_grad()\n                    loss.backward()\n                    self.optimizer.step()\n                    self.scheduler.step()\n                    \n                    tr_loss += loss.item()\n                    \n                    nb_tr_examples += input_ids.size(0)\n                    nb_tr_steps += 1\n\n            loss = tr_loss / nb_tr_steps\n            \n            y_true, y_pred = self.get_outputs(args, data, mode = 'eval')\n            eval_score = round(accuracy_score(y_true, y_pred) * 100, 2)\n\n            eval_results = {\n                'train_loss': loss,\n                'eval_score': eval_score,\n                'best_eval_score': best_eval_score,\n            }\n            self.logger.info(\"***** Epoch: %s: Eval results *****\", str(epoch + 1))\n            for key in sorted(eval_results.keys()):\n                self.logger.info(\"  %s = %s\", key, str(eval_results[key]))\n            \n            \n            if eval_score > best_eval_score:\n\n                best_model = copy.deepcopy(self.model)\n                wait = 0\n                best_eval_score = eval_score \n\n            elif eval_score > 0:\n                wait += 1\n                if wait >= args.wait_patient:\n                    break\n\n        self.model = best_model \n\n        if args.save_model:\n            save_model(self.model, args.model_output_dir)\n\n    def get_outputs(self, args, data, mode = 'eval', get_feats = False):\n        \n        if mode == 'eval':\n            dataloader = self.eval_dataloader\n        elif mode == 'test':\n            dataloader = self.test_dataloader\n\n        self.model.eval()\n\n        total_labels = torch.empty(0,dtype=torch.long).to(self.device)\n        total_logits = torch.empty((0, data.num_labels)).to(self.device)\n        total_features = torch.empty((0,args.feat_dim)).to(self.device)\n\n        for batch in tqdm(dataloader, desc=\"Iteration\"):\n\n            batch = tuple(t.to(self.device) for t in batch)\n            input_ids, input_mask, segment_ids, label_ids = batch\n            with torch.set_grad_enabled(False):\n                \n                pooled_output, logits = self.model(input_ids, segment_ids, input_mask)\n\n                total_labels = torch.cat((total_labels,label_ids))\n                total_logits = torch.cat((total_logits, logits))\n                total_features = torch.cat((total_features, pooled_output))\n\n        if get_feats:  \n            feats = total_features.cpu().numpy()\n            return feats \n\n        else:\n            \n            total_probs = F.softmax(total_logits.detach(), dim=1)\n            total_maxprobs, total_preds = total_probs.max(dim = 1)\n            y_prob = total_maxprobs.cpu().numpy()\n\n            y_true = total_labels.cpu().numpy()\n            y_pred = total_preds.cpu().numpy()\n\n            if mode == 'test':\n                y_pred[y_prob < args.threshold] = data.unseen_label_id\n\n        return y_true, y_pred\n        \n    def test(self, args, data, show=False):\n\n        y_true, y_pred = self.get_outputs(args, data, mode = 'test')\n    \n        cm = confusion_matrix(y_true, y_pred)\n        test_results = F_measure(cm)\n\n        acc = round(accuracy_score(y_true, y_pred) * 100, 2)\n        test_results['Acc'] = acc\n        \n        self.logger.info\n        self.logger.info(\"***** Test: Confusion Matrix *****\")\n        self.logger.info(\"%s\", str(cm))\n        self.logger.info(\"***** Test results *****\")\n\n        for key in sorted(test_results.keys()):\n            self.logger.info(\"  %s = %s\", key, str(test_results[key]))\n\n        test_results['y_true'] = y_true\n        test_results['y_pred'] = y_pred\n\n        return test_results\n"
  },
  {
    "path": "open_intent_detection/methods/OpenMax/libMR/COPYRIGHT_Libmr.txt",
    "content": "SOURCE CODE LICENSE AGREEMENT\nPREAMBLE\n\nThis SOFTWARE implements concepts of statistical Meta-recognition for which Securics/Univ. of Colorado have a pending patent (CU TTO File CU2338C). Securics and University of Colorado, hereafter The Owners, have joint interest in the invention and the software. Securics currently holds the excusive license commercial to both the patent and the code. Securcs, hereafter the Licensor, is offering a non-exclusive right to use for non-commecial use.\nThis license agreement allows you to use the source code for personal or non profit purposes. This includes any use that does not involve making money, and does not include uses like:\n• deploying the software for use by a for-profit organization\n• providing a service to a paying customer\nFor-profit companies may not use this source code. If you work for a for-profit company, you may only use this software as an individual, for your personal use.\n\nThis is a right to use license. It does not not include the right to redistribute copies. Non-profit users can only use the copies obtained from authroized sourcehs which include: securics.com, metarecognition.com or vast.uccs.edu.\n\nThis license agreement also allows you to create derivative products for your own use, but does not permit re-distribute\nof modified code in any form. You may choose to destribute patch files, which can be applied to officially distributed code. Any the derivative products, must be distributed under the same conditions as specified in this agreement unless a separate commercial license is obtained from Securics Inc or its designates.\n\nAs a condition of using this source code, you agree not to assert any patents or copyrights against the owners or any of the Owners’ licensees for use of derivative products. Any derivative products must include a copy of license and instructions for accessing the orignal source. You must also include attribution to the authors in any publication that results from the use of this code or data derived from the code. Any papers/research/report based on results that uses this software must cite:\n\n@article{Scheirer_2011_TPAMI,\nauthor = {Walter J. Scheirer and Anderson Rocha and Ross Michaels and Terrance E. Boult},\ntitle = {Meta-Recognition: The Theory and Practice of Recognition Score Analysis},\njournal = {IEEE Transactions on Pattern Analysis and Machine Intelligence (PAMI)},\nvolume = {33},\nissue = {8},\npages = {1689–1695},\nyear = {2011}\n}\nParts of this technology are subject to SBIR data rights and as described in DFARS 252.227-7018 (June 1995) SBIR Data Rights which apply to Contract Number: N00014-11-C-0243 and STTR N00014-07-M-0421 to Securics Inc, 1870 Austin Bluffs Parkway, Colorado Springs, CO 80918\n\nThe Government’s rights to use, modify, reproduce, release, perform, display, or disclose technical data or computer software marked with this legend are restricted during the period shown as provided in paragraph (b)(4) of the Rights in Noncommercial Technical Data and Computer Software-Small Business Innovative Research (SBIR) Program clause contained in the above identified contract. Expiration of SBIR Data Rights: Expires four years after completion of the above cited project work for this or any other follow-on SBIR contract, whichever is later.\n\nNo restrictions on government use apply after the expiration date shown above. Any reproduction of technical data, computer software, or portions thereof marked with this legend must also reproduce the markings.\n\nThis license includes other conditions that should be read carefully. This SOFWARE usage agreement (the “Agreement”) applies to the libMR and is between YOU and the Licensor\n\n1. DEFINITIONS\n\n“Software” means all or any portion of the human-readable source code files of the software programs including without limitation, associated flow charts, algorithms, comments and other written instructions and technical documentation, and all corrections, updates, and new versions incorporated into such programs.\n\n“Derivative Work” means a work based upon the Software, such as a revision, modification, translation, abridgement, condensation, expansion, collection, compilation, or any other form in which the Software may be recast, transformed, adapted, or distributed as a part of a larger work and which, if prepared without proper authorization would constitute a copyright infringement. If identifiable sections of that work are not derived from the Software, and can be reasonably considered independent and separate works in themselves, then they are not considered Derivative Work.\n\n“Personal Use” means use of Software and/or Derivative Work by an individual solely for his or her personal, private and non-commercial use. An individual’s use in his or her capacity as an officer, employee, member, independent contractor or agent of a corporation, business or organization does not qualify as Personal Use.\n\n“You” or “Your” means an individual or a legal entity exercising rights under this License. For legal entities, “You” or “Your” includes any non-profit entity which controls, is controlled by, or is under common control with, You, where “control” means (a) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (b) ownership of fifty percent (50%) or more of the beneficial ownership of such entity.\n\n2. GRANT OF LICENSE:\n\nWHEREAS, the Licensor, desires to aid the academic and non-commercial research community and raise awareness of the PATENTED INVENTION and thereby agrees to grant a limited copyright license to the SOFTWARE for research and non-commercial purposes only, with the Owners retaining all ownership rights in the PATENTED INVENTION and the SOFTWARE;\n\nTHEREFORE:\nThe Licensor grants, and You accept, a personal, nonexclusive, nontransferable license:\n\na) to use Software, at no charge, in accordance with the terms herein, solely for (i) Personal Use, or (ii) academic or non-commercial research, development and deployment; and\n\nb) to develop Derivative Works that may be used solely for (i) Personal Use or (ii) academic or non-commercial research, development and deployment; and\n\nc) to copy, distribute and sublicense Software and Derivative Works solely in accordance with the terms herein. Any Software or Derivative Works distributed shall be pursuant to a license agreement that contains all of the terms herein; and shall contain prominent notices stating how the Software, Derivative Works, or documentation was changed, the author and date of any such change and require acknowledgement of the orginal software/publicaitons by any users of the Derivative Works.\n\nd) You acknowledge that the Software is a valuable, proprietary asset of The Owners. You shall not market or sell the Software or Derivative Works.\n\n3. LICENSE EXCLUSIONS\n\na) EXCEPT AS EXPRESSLY PROVIDED HEREIN, YOU SHALL MAKE NO OTHER USE OF THE SOFTWARE.\n\nb) You must obtain permission from The Licensor before receiving payment for distribution of or services using the Software or Derivative Works.\n\nc) You shall not allege or enjoin infringement or misappropriation by The Licensor in any Derivative Works, or by any third party obtaining Derivative Works, prepared by The Licensor and under license from The Licensor.\n4. TITLE AND PROTECTION OF SOFTWARE\n\na) The Owners retains all title, right and interest to the Software and the underlying patents.\n\nb) Except for the Software, You retain all title, right and interest to the Derivative Works, subject to the terms of this Agreement.\n\n5. NO REPRESENTATIONS\n\nTHE OWNERS DISCLAIMS ALL OTHER REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.\n6. ATTRIBUTION\n\na) You agree to retain and reproduce in all copies of Software the copyright and other proprietary notices and disclaimers as they appear in the Software, and keep intact all notices in the Software that refer to this License.\n\nb) You agree to provide attribution to the authors of this Software in any article based on research performed using Software or Derivative Works or with any distribution of Software or Derivative works.\n\n7. DEFAULT\n\nIf YOU fail to perform any of its obligations under this Agreement, The Licensor, in addition to any other rights available to it under law or equity, may terminate this Agreement and the licenses granted hereunder by written notice to You. Unless otherwise provided in this Agreement, remedies shall be cumulative and there shall be no obligation to exercise a particular remedy.\n\n8. TERMINATION\n\na) In the event that this Agreement is terminated, any sublicenses granted or Derivative Works distributed by Licensee shall remain in full force and effect.\n\nb) Within thirty (30) days of termination, You shall return to The Licensor or certify in writing to The Licensor that all copies or partial copies of Software in Your possession or control have been destroyed. c) In addition to this section, the sections entitled “Title and Protection of Software “No Representations” and “Limitation of Liability” shall survive termination of this Agreement.\n\n9. GENERAL\na) No agency, partnership or employment is created by this Agreement.\n\nb) You may not use any of The Owners’ names, the terms in Meta-Recognition, or W-score in any advertising, public relations or media release without the prior written consent of the Owner.\n\nc) This Agreement shall be governed by the laws of the State of Colorado. Venue for any action or proceeding shall be Denver, Colorado. This Agreement constitutes the entire agreement between the parties and may only be modified by a written instrument signed by each parties authorized officers.\n\nIf you accept this license please opt-in for and you will receive email with instructions. The email will also be used for update emails on future changes to the code.\n"
  },
  {
    "path": "open_intent_detection/methods/OpenMax/libMR/Makefile",
    "content": "CXX= g++\nSRC= MetaRecognition.cpp weibull.c\n\nlibmr: $(SRC) weibull.h malloc.h MetaRecognition.h\n\t$(CXX) -o libmr $(SRC) -I.\n\nclean:\n\trm -f *~ *.o libmr"
  },
  {
    "path": "open_intent_detection/methods/OpenMax/libMR/MetaRecognition.cpp",
    "content": "/*\n * MetaRecognition.cpp\n * Copyright 2011, Securics Inc.\n   See accompanying LICENSE agrement for details on rights.\n\nParts of this technology are subject to SBIR data rights and as described in DFARS 252.227-7018 (June 1995) SBIR Data Rights which apply to Contract Number: N00014-11-C-0243 and STTR N00014-07-M-0421 to Securics Inc, 1870 Austin Bluffs Parkway, Colorado Springs, CO 80918\n\nThe Government's rights to use, modify, reproduce, release, perform, display, or disclose technical data or computer software marked with this legend are restricted during the period shown as provided in paragraph (b)(4) of the Rights in Noncommercial Technical Data and Computer Software-Small Business Innovative Research (SBIR) Program clause contained in the above identified contract.  Expiration of SBIR Data Rights: Expires four years after completion of the above cited project work for this or any other follow-on SBIR contract, whichever is later.\n\nNo restrictions on government use apply after the expiration date shown above.  Any reproduction of technical data, computer software, or portions thereof marked with this legend must also reproduce the markings.\n *\n*/\n\n/** \\mainpage\n\n  \n    This library provides support for meta-recognition, i.e. recognizing when a recognition system is working well and when it is not and using that self-knowledge to improve the system.    It can be used for prediction of failure,  fusion,  score renormalization, SVM renormalization and converting SVM or recognition scores into statistially well supported probility estimtes.  The analysis is based on an analysis of the recognition system scores. \n\n\nThe fundamental ideas are described in \n\n\"Meta-Recognition: The Theory and Practice of Recognition Score Analysis,\"\nWalter J. Scheirer, Anderson Rocha, Ross Micheals, Terrance E. Boult,\nIEEE Transactions on Pattern Analysis and Machine Intelligence (T-PAMI),\n33(8), pp 1689--1695, Aug, 2011.\n\nand SVM support as described in \n\n\"Multi-Attribute Spaces: Calibration for Attribute Fusion and Similarity Search,\"\nWalter J. Scheirer, Neeraj Kumar, Peter N. Belhumeur, Terrance E. Boult,\nProceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR),\nJune 2012.\n \n\nThe underlying extream value theory provide stong theortical basis for the computations, but to make it useful one must transform the data into the proper frame.   The C++ version provides objects that can compute and store information about the transform and then provide for prediction, w-score values (probability estimates), or  renormalizatoin of a vector of data. \n   \n  The library also contains a  \"C\" interface functions for very basic weilbull usage for Meta-Recognition.    \n  The C-based library  has a number of STRONG assumptions you must follow as we cannot test for all of them.\n    1) All fitting and testing are presuming  \"larger is better\",  If you are fitting something where smaller is better you need to transform it before fitting. \n    2) All data is positive (okay we can and do test for that, but better to know upfront what you are doing) \n    3) There must be sufficient range in your data to actually fit the weilbull.  If all the data is the same, or nearly the same, it may fal to converge and will report errors.\n\n    While free for non-commercial use this library is subject to the license restrictions, see LICENSE.TXT  for details.  \n    \n*/\n\n#include \"MetaRecognition.h\"\n#include <string.h> \n//#include <stdio.h>\n#include <stdlib.h>\n\n#ifdef __cplusplus\nextern \"C\" {\n#endif\nextern int weibull_fit_verbose_debug;\n#ifdef __cplusplus\n}\n#endif\nMetaRecognition::MetaRecognition(int scores_to_dropx,  int fitting_sizex, bool verb, double alphax, int translate_amountx):\n  scores_to_drop(scores_to_dropx),verbose(verb),fitting_size(fitting_sizex),alpha(alphax),translate_amount(translate_amountx)\n{\n  memset(parmhat,0,sizeof(parmhat));\n  memset(parmci,0,sizeof(parmci));\n  sign = 1;\n  ftype = complement_reject;\n  small_score=0;\n  isvalid=false;\n  if(verb) weibull_fit_verbose_debug=1;\n  else weibull_fit_verbose_debug=0;\n}\n\nMetaRecognition::~MetaRecognition()\n{\n  //  free(parmhat);\n  //  free(parmci);\n}\n\nbool MetaRecognition::is_valid(){\n  return isvalid;\n}\n\nvoid MetaRecognition::set_translate(double t){\n  translate_amount = t;\n  isvalid=false;\n};\n\n\nvoid MetaRecognition::Reset(){\n  memset(parmhat,0,sizeof(parmhat));\n  memset(parmci,0,sizeof(parmci));\n  sign = 1;\n  scores_to_drop = 0;\n  small_score=0;\n  isvalid=false;\n}\n\n\nint compare_sort_decending (const void * a, const void * b)\n{\n\tconst double *da = (const double *) a;\n\tconst double *db = (const double *) b;\n\treturn  (*da < *db) - (*da > *db);\n}\n\nint compare_sort_assending (const void * a, const void * b)\n{\n\tconst double *da = (const double *) a;\n\tconst double *db = (const double *) b;\n\treturn   (*da > *db) - (*da < *db);\n}\n\ninline const char * const BoolToString(bool b)\n{\n\treturn b ? \"true\" : \"false\";\n}\n\ninline int  const BoolToInt(bool b)\n{\n\treturn b ? 1 : 0;\n}\n\ninline const bool IntToBool(const char * s)\n{\n  int val= atoi(s);\n  if(val) return true;\n  else return false;\n}\n\n//Wraps calls to real weibull_inv and weibull_cdf functions and handles properly translating the data passed\n//May eventually be a good idea to move real implementations of the functions here\n//IF we do away with the C implementation. For now this allows for backward compantiblity with\n//older code\n// Inv computes the scores of the inverse CDF, i.e. returns y such that  CDF(y) = \ndouble MetaRecognition::Inv(double x)\n{\n  if(!isvalid) return -9999.0;\n  double score = weibull_inv(x, parmhat[0], parmhat[1]);\n  return (score - translate_amount + small_score)*sign;\n}\n\ndouble MetaRecognition::CDF(double x)\n{\n  if(!isvalid) return -9999.0;\n  double translated_x = x*sign + translate_amount - small_score;\n  double wscore=weibull_cdf(translated_x, parmhat[0], parmhat[1]);\n  if(ftype==complement_model || ftype==positive_model) return 1-wscore;\n  return wscore;\n};\n\ndouble MetaRecognition::W_score(double x){\n    return CDF(x);\n};\n\nbool MetaRecognition::Predict_Match(double x, double threshold){\n  double score = Inv(threshold);\n  if(sign <0)   return (x < score);\n  return (x > score);\n};\n\nint MetaRecognition::ReNormalize(double *invec, double *outvec, int length)\n{\n  if(!isvalid) return -9997.0;\n  int rval=1;\n  for(int i=0; i< length; i++){\n    outvec[i] = W_score(invec[i]);\n  }\n  return rval;\n}\n\n\n//used by weibull__evt_low and weibull__evt_high, which sets the desired sign(low -1, high 1)\n//before passing to generic\nint MetaRecognition::EvtGeneric(double* inputData, int inputDataSize, int inward, double x)\n{\n  double * inputDataCopy = (double *) malloc(sizeof(double) * inputDataSize);\n\n  double * dataPtr = NULL;\n  int icnt=0;\n  if(!inward && (sign > 0) ) {\n    icnt = inputDataSize;\n    memcpy(inputDataCopy,inputData, inputDataSize*sizeof(double));\n  }\n  if(!inward && (sign < 0) ){\n    for(int i=0; i < inputDataSize; i++)       inputDataCopy[i] = (inputData[i]*sign);       //doing extremes just flip sign if needed\n    icnt = inputDataSize;\n  }\n  else if(inward  && (sign < 0)) { /* this is fit above x but  approaching x */ \n    for(int i=0; i < inputDataSize; i++)       {\n      if(inputData[i] > x) {\n        inputDataCopy[icnt++] = (inputData[i]*sign);       //copy what is above x, and flip signs (so biggest is important)\n      } \n    }\n  } else if(inward  && (sign > 0)) { /* this is fit below x but  approaching x */ \n      for(int i=0; i < inputDataSize; i++)       {\n        if(inputData[i] < x) {\n          inputDataCopy[icnt++] = (inputData[i]);       //copy only what is above x. \n        } \n      }\n  } \n\n  //sort data and get smallest score\n  qsort(inputDataCopy, icnt , sizeof(double), compare_sort_decending);\n\n  //Want only the top fitting_size scores but als noneed to adap if dropping top score\n  if(scores_to_drop>0){\n    dataPtr=inputDataCopy+scores_to_drop;\n  } else {\n    dataPtr=inputDataCopy;\n  }\n\n  small_score = dataPtr[fitting_size-1];\n  \n  for(int i=0; i < fitting_size; i++)\n    {\t\n      //translate and subtract small score\n      dataPtr[i] = dataPtr[i] + translate_amount - small_score;\n    }\n  \n \n  int rval =   weibull_fit(parmhat, parmci, dataPtr, alpha, fitting_size);\n  isvalid= true;\n  if(rval != 1) Reset();\n  free(inputDataCopy);\n  return rval;\n}\n\n//Wrapper fitting functions EvtLow and EvtHigh to make it simpler for new users of the library.\nint MetaRecognition::FitLow(double* inputData, int inputDataSize, int fsize)\n{\n  if(fsize>0)    fitting_size=fsize;\n  sign = -1;\n  return EvtGeneric(inputData, inputDataSize);\n}\n\nint MetaRecognition::FitHigh(double* inputData, int inputDataSize, int fsize)\n{\n  if(fsize>0)    fitting_size=fsize;\n  sign = 1;\n  return EvtGeneric(inputData, inputDataSize);\n}\n\nint MetaRecognition::FitSVM(svm_node_libsvm* SVMdata, int inputDataSize, int label_of_interest, bool label_has_positive_score, int fit_type, int fit_size )\n{\n\n  Reset();\n  ftype = (MR_fitting_type)fit_type;\n  fitting_size = fit_size;\n  double * inputDataCopy = (double *) malloc(sizeof(double) * inputDataSize);\n  int sign_of_label_of_interest=0;\n  double * dataPtr = NULL;\n  int sign_of_expected_score=-1;\n  if(label_has_positive_score) sign_of_expected_score=1;\n\n  int icnt=0;\n  bool rejection=(ftype==complement_reject || ftype == positive_reject);\n  if(rejection) {  // default we fit on the complement class and then do rejection to determine probability\n    for(int i=0; i < inputDataSize; i++) {\n      if(SVMdata[i].index != label_of_interest) inputDataCopy[icnt++] = (SVMdata[i].value);       //doing extremes just flip sign if needed\n      else {\n        if(SVMdata[i].value >0) sign_of_label_of_interest++;\n        else sign_of_label_of_interest--;\n      }\n    }\n  } else {\n    for(int i=0; i < inputDataSize; i++) {\n      if(SVMdata[i].index == label_of_interest) inputDataCopy[icnt++] = (SVMdata[i].value);       //doing extremes just flip sign if needed\n      else {\n        if(SVMdata[i].value >0) sign_of_label_of_interest++;\n        else sign_of_label_of_interest--;\n      }\n    }\n  }\n  if (verbose && sign_of_label_of_interest * sign_of_expected_score > 0){\n    printf(\"In MetaRecognition::FitSVM,  warning: possible inconsistency average of the non-matching data has score %d, but expected sign is %d\\n\",\n           sign_of_label_of_interest, -sign_of_expected_score);\n  }\n\n\n  /* expected sign combines with reject_complement to determine if we have to flip or not.\n     We flip if positives scores, with smaller is better, is the goal, \n     we flip if sign_of_expected_score >0 and !force_rejection\n     we flip if sign_of_expected_score <0 and force_rejection */\n\n  if((!label_has_positive_score  && rejection)\n     || (label_has_positive_score  && !rejection)) {\n    sign = -1;\n    for(int i=0; i < icnt; i++) {\n      inputDataCopy[i] *= -1;       //doing extremes just flip sign if needed\n    }\n  } else sign=1;\n\n  //sort data and get smallest score\n  qsort(inputDataCopy, icnt , sizeof(double), compare_sort_decending);\n\n  //Want only the top fitting_size scores but als noneed to adap if dropping top score\n  if(scores_to_drop){\n    dataPtr=inputDataCopy+scores_to_drop;\n  } else {\n    dataPtr=inputDataCopy;\n  }\n\n  small_score = dataPtr[fitting_size - 1];\n  \n  for(int i=0; i < fitting_size; i++)\n    {\t\n      //translate and subtract small score\n      dataPtr[i] = dataPtr[i] + translate_amount - small_score;\n    }\n  \n  int rval = weibull_fit(parmhat, parmci, dataPtr, alpha, fitting_size);\n\n  isvalid= true;\n  if(rval != 1) Reset();\n  free(inputDataCopy);\n  printf(\"Completed weibull fitting\\n\");  \n  return rval;\n};\n\nvoid MetaRecognition::Save(std::ostream &outputStream) const\n{\n\tif(outputStream.good() && isvalid)\n\t{\n\t\ttry {\n\t\toutputStream.precision(21);\n\t\toutputStream.setf(std::ios::scientific,std::ios::floatfield); \n\t\toutputStream << parmhat[0] << \" \" << parmhat[1] <<   \"  \"  \n                             << parmci[0] << \" \" << parmci[1] << \" \" \n                             << parmci[2] << \" \" << parmci[3] << \"  \" \n                             << sign << \" \" \n                             << alpha << \" \" \n                             << (int) ftype << \" \" \n                             << fitting_size << \" \" \n                             << translate_amount << \" \" \n                             << small_score<< \" \"\n                             << scores_to_drop\n                             << std::endl;\n\t\t} catch(std::bad_alloc& e) {\n\t\t\tstd::cout << \"Could not allocate the required memory, failed with error: '\" << e.what() << \"'\" << std::endl;\n\t\t}\n\t}\n}\n\nstd::ostream& operator<< ( std::ostream& os, const MetaRecognition& mr )\n  {\n    mr.Save(os);\n    return os;\n  }\n\nstd::istream& operator>> ( std::istream& is, MetaRecognition& mr )\n  {\n    mr.Load(is);\n    return is;\n  }\n\n\nvoid MetaRecognition::Load(std::istream &inputStream)\n{\n  isvalid=false;\n  int temp;\n  if(inputStream.good())\n    {\n      int iftype;\n      inputStream >> parmhat[0] >> parmhat[1]\n                  >> parmci[0] >> parmci[1]\n                  >> parmci[2] >> parmci[3]\n                  >> sign \n                  >> alpha \n                  >> iftype \n                  >> fitting_size \n                  >> translate_amount \n                  >> small_score\n                  >> scores_to_drop;\n      isvalid=true;\n      ftype =  (MR_fitting_type) iftype;\n    }\n}\n\nvoid MetaRecognition::Save(FILE *outputFile) const\n{\n\tif((outputFile != NULL) && !feof(outputFile))\n\t{\n          fprintf(outputFile, \n                  \"%21.18g %21.18g  \" //parmaht\n                  \"%21.18g %21.18g \" //parmci \n                  \"%21.18g %21.18g  \"\n                  \"%d %f %d %d \"  //sign, alpha, fitting size\n                  \"%d %21.18g %d\\n\", //translate,  small_score, scores_to_drop\n                  parmhat[0], parmhat[1],\n                  parmci[0],parmci[1],\n                  parmci[2],parmci[3],\n                  sign, alpha, (int) ftype,fitting_size,\n                  translate_amount, small_score, scores_to_drop);\n\t}\n}\n\nvoid MetaRecognition::Load(FILE *inputFile)\n{\n  int temp, iftype;\n  int retcode=0;\n  isvalid=false;\n  if((inputFile != NULL) && !feof(inputFile))\n    {\n      \n      retcode = fscanf(inputFile, \n                       \"%lf %lf \" //parmaht\n                       \"%lf %lf \" //parmci \n                       \"%lf %lf \"\n                       \"%d %lf %d %d \"  //sign, alpha, fitting size\n                       \"%d %lf %d \", //translate, small_score, scores_to_drop, \n                       parmhat, parmhat+1,\n                       parmci,parmci+1,\n                       parmci+2,parmci+3,\n                       &sign, &alpha, &iftype, &fitting_size,\n                       &translate_amount, &small_score, &scores_to_drop);\n      isvalid=true;\n      ftype =  (MR_fitting_type) iftype;\n    }\n}\n\n\nvoid MetaRecognition::Save(char* filename) const\n{\n  FILE*  fp = fopen(filename,\"w\");\n  if(fp) {\n    Save(fp);\n    fclose(fp);\n  } else if(strlen(filename)>0) \n    fprintf(stderr,\"SaveWeibull could not open file |%s|\\n\",filename);\n  else     fprintf(stderr,\"SaveWeibull called with null filename\\n\");\n}\n\nvoid MetaRecognition::Load(char* filename){\n  FILE*  fp = fopen(filename,\"r\");\n  isvalid=false;\n  if(fp) {\n    Load(fp);\n    isvalid=true;\n    fclose(fp);\n  } else if(strlen(filename)>0) \n    fprintf(stderr,\"LoadWeibull could not open file |%s|\\n\",filename);\n  else     fprintf(stderr,\"LoadWeibull called with null filename\\n\");\n\n}\n\nstd::string MetaRecognition::to_string() {\n    std::stringstream oss;\n    this->Save(oss);\n    return oss.str();\n}\nvoid MetaRecognition::from_string(std::string input) {\n    std::stringstream iss(input);\n    this->Load(iss);\n}\n\n\nint MetaRecognition::set_fitting_size(int nsize){ isvalid=false; return fitting_size=nsize;}\nint MetaRecognition::get_fitting_size(){ return fitting_size;}\nint MetaRecognition::get_translate_amount(){ return translate_amount;}\nint MetaRecognition::set_translate_amount(int ntrans) {isvalid=false; return translate_amount=ntrans;}\ndouble MetaRecognition::get_small_score(){return small_score;}\ndouble MetaRecognition::set_small_score(double nscore){isvalid=false;  return small_score=nscore;}\nint MetaRecognition::get_sign(){return sign;}\nint MetaRecognition::set_sign(int nsign){return sign=nsign;}\n"
  },
  {
    "path": "open_intent_detection/methods/OpenMax/libMR/MetaRecognition.h",
    "content": "/**\n * MetaRecognition.h: \n\n * @Author Terry Boult tboult at securics com\n * @Author Vijay Iyer viyer at securics com\n\n *\n * Copyright 2010, 2011, Securics Inc.\n\n * Copyright 2011, Securics Inc.\n   See accompanying LICENSE agrement for details on rights.\n\nParts of this technology are subject to SBIR data rights and as described in DFARS 252.227-7018 (June 1995) SBIR Data Rights which apply to Contract Number: N00014-11-C-0243 and STTR N00014-07-M-0421 to Securics Inc, 1870 Austin Bluffs Parkway, Colorado Springs, CO 80918\n\nThe Government's rights to use, modify, reproduce, release, perform, display, or disclose technical data or computer software marked with this legend are restricted during the period shown as provided in paragraph (b)(4) of the Rights in Noncommercial Technical Data and Computer Software-Small Business Innovative Research (SBIR) Program clause contained in the above identified contract.  Expiration of SBIR Data Rights: Expires four years after completion of the above cited project work for this or any other follow-on SBIR contract, whichever is later.\n\nNo restrictions on government use apply after the expiration date shown above.  Any reproduction of technical data, computer software, or portions thereof marked with this legend must also reproduce the markings.\n *\n*/\n\n#pragma once\n#ifndef MetaRecognition_H\n#define MetaRecognition_H\n\n\n#ifdef HAVE_CONFIG_H\n# include \"config.h\"\n#endif\n\n#include <stdio.h>\n#include <istream>\n#include <ostream>\n#include <iostream>\n#include <sstream>\n#include <string>\n\n\n#include \"weibull.h\"\n\n#ifdef _WIN32\n#define DLLEXPORT _declspec(dllexport)\n#else \n#define DLLEXPORT\n#endif\n\n#define MAX_LINE 256\n\n/// structure for svm data used by libSVM, used to  allow easy MetaRecognition for SVM results (used as an argument for MetaRecogniton::fitSVM)\nstruct svm_node_libsvm\n{\n  int index;  //!< class label,  classic is -1 for negative class add +1 for positive class, but can be general its for multi-class\n  double value;//!< the SVM decision score\n};\n\n/**!\n  Class MetaRecognition provides a object-based interface for Meta-Recognition.  The object can be ...\n \n  TBD\n\n\n*/\nclass DLLEXPORT MetaRecognition //!  Primary object/methods for tranforming and computing needed for any Meta recogntion task \n{\npublic:\n\n/**  Ctor,  can call with no arguments (uses default arguments for construciton).  \n     All space is on the stack. \n     Object will exist but is not valid until some fitting fucntion is called \n*/\n\n  MetaRecognition( int scores_to_drop=0,   //!< is this object for prediction, if so  how many top scores to drop when fitting\n                   int fitting_size=9,     //!< tail size for fitting.  With small data the defaults are fine.. if you have millions make it larger for better predictions \n                   bool verbose = false,    //!< is the code chatty on errors during fitting, useful for debugging\n                   double alpha=5.0,        //!< band for confidence interfals\n                   int translate_amount=10000 //!< shifting data to ensure all is positive.. if data is very broad and you want some probabilities for all points you can make it larger.. \n                   );\n\n\t~MetaRecognition();\n\n        bool is_valid(); //!< is this object valid..i.e. has data been properly fit to determine parameters.\n        void set_translate(double t); //!< Change translate_amount to x, invalidates object\n\n        void Reset(); //!< reset to \"invalid\" state\n\n\tbool Predict_Match(double x, double threshold = .9999999);     //!< Is X from the \"match\" distribution (i.e. we reject null hypothesis of non-match), \n\tdouble W_score(double x); //!< This is the commonly used function.. after fitting, it returns the probability of the given score being \"correct\".  It is the same as CDF\n\tdouble CDF(double x);     //!< This is the cummumlative probablity of match being corrrect (or more precisely the probility the score (after transform) being an outlier for the distribution, which given the transforms applied, so bigger is better, this is the probablity the score is correct. \n\tdouble Inv(double p);     //!< This is score for which one would obtain CDF probability p (i.e. x such that p = CDF(x))\n\n\tint ReNormalize(double *invec, double *outvec, int length);     //!< W-score Renormalize the vecotor invec[0:length-1] into outvec (in and out can be same) return is 1 for success, <0 for error code\n\n\n        /// Use FitHight if your data is such that is larger is better.  The code will still transform, and keep parmeters to keep small data away from zero.  \n        // If you get scores that are complain about it being negative, make a MR object with different (larger) translate amount\n        /// returns 1 for success, <0 for error code\n\tint FitHigh(double* inputData, int inputDataSize,  int fit_size=-1); \n\n        ///Use FitLow if your data is such that smaller scores are better.. we'll transform it for you and keep the\n        ///transform parameters in the class so later calls to W_score or CDF do the right thing.  \n        /// returns 1 for success, <0 for error code\n\tint FitLow(double* inputData, int inputDataSize,  int fit_size=-1);// \n\n        /// the types of fitting supported for SVM modeling \n        typedef enum  {complement_reject=1, positive_reject=2, complement_model=3, positive_model=4} MR_fitting_type; \n\n        /// The function to use if you have SVM data, it separated out the data for the label of interst (or rejecting\n        /// the complement of that label, which is the default) and uses that for fitting.  \n        /// Returns 1 if it worked, <0 for error codes. \n        int FitSVM(svm_node_libsvm* SVMdata, int inputDataSize, int label_of_interest =1, bool label_has_positive_score=true, int fit_type = 1, int fit_size=9 ); \n\n\n        friend std::ostream& operator<<( std::ostream&, const MetaRecognition& );         //!< various I/O functions\n        friend std::istream& operator>>( std::istream&, MetaRecognition& );        //!< various I/O functions\n\n\tvoid Save(std::ostream &outputStream) const;         //!< various I/O functions\n\tvoid Load(std::istream &inputStream);        //!< various I/O functions\n\tvoid Save(FILE *outputFile) const;        //!< various I/O functions\n\tvoid Load(FILE *inputFile);        //!< various I/O functions\n\tvoid Save(char* filename) const;        //!< various I/O functions\n\tvoid Load(char* filename);        //!< various I/O functions\n        int get_fitting_size();  //!<  Get get_fitting_size (aka tail size)\n        int set_fitting_size(int nsize);  //!<  reset object and define new fitting size\n        int get_translate_amount();  //!<  Get get_internal tranlation amount (you probably don't need this, but just in case)\n        int set_translate_amount(int ntrans);  //!<  reset object and define new translate amount.. if you get errors because of negative data, increase this\n        int get_sign();   //!<  Get get_internal sign variable. (you probably don't need this, but just in case)\n        int set_sign(int nsign); //!<  reset object and  set sign  (you probably don't need this, but just in case)\n        double get_small_score();   //!<  Get get_internal smaller translation amount (you probably don't need this, but just in case)\n        double set_small_score(double nscore); //!<  reset object and  reset internal smaller translation amount (you probably don't need this, but just in case)\n        bool verbose;  //!<  do we print internal/debugging stuff.  Default is false. (you probably don't need this, but just in case)\n        std::string to_string(); //!< Convert this object to a C++ string\n        void from_string(std::string in); //!< Convert this object from a C++ string\n\nprotected:\n        int EvtGeneric(double* inputData, int inputDataSize, int fit_inward=0, double x=0);\n\tdouble parmhat[2];          //!<  parameters of the Weibull,  scale then shape\n\tdouble parmci[4];    //!< confidence interval for parms  scale high, scale low, shape high, shape low\n\tdouble alpha;  //!< parameter for estimation of size of confidence interval\n\tint sign;   //!< sign is postive is larger is better,  negative means orginally smaller was better (we transformed for fitting).\n        MR_fitting_type ftype;  //!< type of fitting used for SVM.. default is reject complement\n\tint fitting_size;   //!< tail size for fitting in any of the FitXX functions\n\tint translate_amount; //!< we transform data so all fittng data data is positive and bigger is better, this predefined constant helps ensure more of the end-user data is non-negative.  \n\tdouble small_score;   //!< the smallest score, so all fitting data is consistently postive. part of our transform\n\tint scores_to_drop; //!< when fitting for recognition prediction, how many top score are hypothesized to be a match, so we can fit on non-match data.  Only used in for fitting, no impact on transform. \n        bool isvalid; //!< is the parameters in the object valid. private:\n\n};\n\n#endif\n"
  },
  {
    "path": "open_intent_detection/methods/OpenMax/libMR/build_libmr_python.sh",
    "content": "#!/bin/bash\r\n\r\n# This script creates a clean temporary environment Python, and then\r\n# builds LibMR's python bindings.\r\n\r\nif [ '!' -f setup.py ]; then\r\n  echo Put this script into the same folder as setup.py\r\n  exit 1\r\nfi\r\n\r\necho Step 1: Download virtualenv\r\nwget -O virtualenv-1.9.1.tar.gz --no-check-certificate https://pypi.python.org/packages/source/v/virtualenv/virtualenv-1.9.1.tar.gz\r\ntar xvf virtualenv-1.9.1.tar.gz\r\n\r\necho Step 2: Create virtualenv\r\npython virtualenv-1.9.1/virtualenv.py --system-site-packages venv\r\n\r\necho Step 3: Entering virtualenv and installing dependencies\r\nsource venv/bin/activate\r\npip install cython==0.19.1\r\n\r\necho Step 5: Build the extension\r\nrm -f python/libmr.cpp\r\npython setup.py build_ext -i\r\n\r\ndeactivate\r\n\r\necho The .so should be built in the current folder.\r\n"
  },
  {
    "path": "open_intent_detection/methods/OpenMax/libMR/compile.sh",
    "content": "#!/bin/bash\n\necho \"----- Removing previously compiled libmr.so -----\\n\"\nrm -r build\nrm *.model\nrm libmr.so\nrm *.dump\nrm ../libmr.so\n\necho \"----- Building and compiling libmr ------- \\n\"\npython setup.py build_ext -i\ncp libmr.so ../\n\necho \"----- Completed Compiling libmr -------- \\n\"\necho \"Now trying python -c \\\"import libmr\\\"\"\npython test_libmr.py\necho \"----- Compiling Done. Now import *.so file in your application -----\\n\"\n"
  },
  {
    "path": "open_intent_detection/methods/OpenMax/libMR/estimate_wscores.py",
    "content": "import os, sys\nimport scipy as sp\nimport libmr\n\ndef main():\n\n    posscores = sp.asarray([0.245 ,  0.2632,  0.3233,  0.3573,  0.4014,  0.4055,  0.4212, 0.5677])\n    test_distances = sp.asarray([ 0.05,  0.1 ,  0.25,  0.4 ,  0.75,  1.  ,  1.5 ,  2.])\n\n    mr = libmr.MR()\n    # since higher is worse and we want to fit the higher tail,\n    # use fit_high()\n    mr.fit_high(posscores, posscores.shape[0])\n    wscores = mr.w_score_vector(test_distances)\n    for i in range(wscores.shape[0]):\n        print \"%.2f %.2f %.2f\" %(test_distances[i], wscores[i], mr.inv(wscores[i]))\n    # wscores are the ones to be used in the equation\n    # s_i * (1 - rho_i)\n    print \"Low wscore --> Low probability that the score is outlier i.e. sample IS NOT outlier\"\n    print \"High wscore --> High probability that the score is outlier i.e. sample IS an outlier\"\n    print \"posscores: \", posscores\n    print \"test_distances: \", test_distances\n    print \"wscores: \", wscores\n\nif __name__ == \"__main__\":\n    main()\n"
  },
  {
    "path": "open_intent_detection/methods/OpenMax/libMR/libmr.c",
    "content": "#error Do not use this file, it is the result of a failed Cython compilation.\n"
  },
  {
    "path": "open_intent_detection/methods/OpenMax/libMR/libmr.cpp",
    "content": "/* Generated by Cython 0.29.21 */\n\n/* BEGIN: Cython Metadata\n{\n    \"distutils\": {\n        \"depends\": [\n            \"/home/zhl/anaconda3/envs/env_/lib/python3.8/site-packages/numpy/core/include/numpy/arrayobject.h\",\n            \"/home/zhl/anaconda3/envs/env_/lib/python3.8/site-packages/numpy/core/include/numpy/ufuncobject.h\",\n            \"MetaRecognition.h\"\n        ],\n        \"include_dirs\": [\n            \".\",\n            \"/home/zhl/anaconda3/envs/env_/lib/python3.8/site-packages/numpy/core/include\"\n        ],\n        \"language\": \"c++\",\n        \"name\": \"libmr\",\n        \"sources\": [\n            \"libmr.pyx\",\n            \"MetaRecognition.cpp\",\n            \"weibull.c\"\n        ]\n    },\n    \"module_name\": \"libmr\"\n}\nEND: Cython Metadata */\n\n#define PY_SSIZE_T_CLEAN\n#include \"Python.h\"\n#ifndef Py_PYTHON_H\n    #error Python headers needed to compile C extensions, please install development version of Python.\n#elif PY_VERSION_HEX < 0x02060000 || (0x03000000 <= PY_VERSION_HEX && PY_VERSION_HEX < 0x03030000)\n    #error Cython requires Python 2.6+ or Python 3.3+.\n#else\n#define CYTHON_ABI \"0_29_21\"\n#define CYTHON_HEX_VERSION 0x001D15F0\n#define CYTHON_FUTURE_DIVISION 0\n#include <stddef.h>\n#ifndef offsetof\n  #define offsetof(type, member) ( (size_t) & ((type*)0) -> member )\n#endif\n#if !defined(WIN32) && !defined(MS_WINDOWS)\n  #ifndef __stdcall\n    #define __stdcall\n  #endif\n  #ifndef __cdecl\n    #define __cdecl\n  #endif\n  #ifndef __fastcall\n    #define __fastcall\n  #endif\n#endif\n#ifndef DL_IMPORT\n  #define DL_IMPORT(t) t\n#endif\n#ifndef DL_EXPORT\n  #define DL_EXPORT(t) t\n#endif\n#define __PYX_COMMA ,\n#ifndef HAVE_LONG_LONG\n  #if PY_VERSION_HEX >= 0x02070000\n    #define HAVE_LONG_LONG\n  #endif\n#endif\n#ifndef PY_LONG_LONG\n  #define PY_LONG_LONG LONG_LONG\n#endif\n#ifndef Py_HUGE_VAL\n  #define Py_HUGE_VAL HUGE_VAL\n#endif\n#ifdef PYPY_VERSION\n  #define CYTHON_COMPILING_IN_PYPY 1\n  #define CYTHON_COMPILING_IN_PYSTON 0\n  #define CYTHON_COMPILING_IN_CPYTHON 0\n  #undef CYTHON_USE_TYPE_SLOTS\n  #define CYTHON_USE_TYPE_SLOTS 0\n  #undef CYTHON_USE_PYTYPE_LOOKUP\n  #define CYTHON_USE_PYTYPE_LOOKUP 0\n  #if PY_VERSION_HEX < 0x03050000\n    #undef CYTHON_USE_ASYNC_SLOTS\n    #define CYTHON_USE_ASYNC_SLOTS 0\n  #elif !defined(CYTHON_USE_ASYNC_SLOTS)\n    #define CYTHON_USE_ASYNC_SLOTS 1\n  #endif\n  #undef CYTHON_USE_PYLIST_INTERNALS\n  #define CYTHON_USE_PYLIST_INTERNALS 0\n  #undef CYTHON_USE_UNICODE_INTERNALS\n  #define CYTHON_USE_UNICODE_INTERNALS 0\n  #undef CYTHON_USE_UNICODE_WRITER\n  #define CYTHON_USE_UNICODE_WRITER 0\n  #undef CYTHON_USE_PYLONG_INTERNALS\n  #define CYTHON_USE_PYLONG_INTERNALS 0\n  #undef CYTHON_AVOID_BORROWED_REFS\n  #define CYTHON_AVOID_BORROWED_REFS 1\n  #undef CYTHON_ASSUME_SAFE_MACROS\n  #define CYTHON_ASSUME_SAFE_MACROS 0\n  #undef CYTHON_UNPACK_METHODS\n  #define CYTHON_UNPACK_METHODS 0\n  #undef CYTHON_FAST_THREAD_STATE\n  #define CYTHON_FAST_THREAD_STATE 0\n  #undef CYTHON_FAST_PYCALL\n  #define CYTHON_FAST_PYCALL 0\n  #undef CYTHON_PEP489_MULTI_PHASE_INIT\n  #define CYTHON_PEP489_MULTI_PHASE_INIT 0\n  #undef CYTHON_USE_TP_FINALIZE\n  #define CYTHON_USE_TP_FINALIZE 0\n  #undef CYTHON_USE_DICT_VERSIONS\n  #define CYTHON_USE_DICT_VERSIONS 0\n  #undef CYTHON_USE_EXC_INFO_STACK\n  #define CYTHON_USE_EXC_INFO_STACK 0\n#elif defined(PYSTON_VERSION)\n  #define CYTHON_COMPILING_IN_PYPY 0\n  #define CYTHON_COMPILING_IN_PYSTON 1\n  #define CYTHON_COMPILING_IN_CPYTHON 0\n  #ifndef CYTHON_USE_TYPE_SLOTS\n    #define CYTHON_USE_TYPE_SLOTS 1\n  #endif\n  #undef CYTHON_USE_PYTYPE_LOOKUP\n  #define CYTHON_USE_PYTYPE_LOOKUP 0\n  #undef CYTHON_USE_ASYNC_SLOTS\n  #define CYTHON_USE_ASYNC_SLOTS 0\n  #undef CYTHON_USE_PYLIST_INTERNALS\n  #define CYTHON_USE_PYLIST_INTERNALS 0\n  #ifndef CYTHON_USE_UNICODE_INTERNALS\n    #define CYTHON_USE_UNICODE_INTERNALS 1\n  #endif\n  #undef CYTHON_USE_UNICODE_WRITER\n  #define CYTHON_USE_UNICODE_WRITER 0\n  #undef CYTHON_USE_PYLONG_INTERNALS\n  #define CYTHON_USE_PYLONG_INTERNALS 0\n  #ifndef CYTHON_AVOID_BORROWED_REFS\n    #define CYTHON_AVOID_BORROWED_REFS 0\n  #endif\n  #ifndef CYTHON_ASSUME_SAFE_MACROS\n    #define CYTHON_ASSUME_SAFE_MACROS 1\n  #endif\n  #ifndef CYTHON_UNPACK_METHODS\n    #define CYTHON_UNPACK_METHODS 1\n  #endif\n  #undef CYTHON_FAST_THREAD_STATE\n  #define CYTHON_FAST_THREAD_STATE 0\n  #undef CYTHON_FAST_PYCALL\n  #define CYTHON_FAST_PYCALL 0\n  #undef CYTHON_PEP489_MULTI_PHASE_INIT\n  #define CYTHON_PEP489_MULTI_PHASE_INIT 0\n  #undef CYTHON_USE_TP_FINALIZE\n  #define CYTHON_USE_TP_FINALIZE 0\n  #undef CYTHON_USE_DICT_VERSIONS\n  #define CYTHON_USE_DICT_VERSIONS 0\n  #undef CYTHON_USE_EXC_INFO_STACK\n  #define CYTHON_USE_EXC_INFO_STACK 0\n#else\n  #define CYTHON_COMPILING_IN_PYPY 0\n  #define CYTHON_COMPILING_IN_PYSTON 0\n  #define CYTHON_COMPILING_IN_CPYTHON 1\n  #ifndef CYTHON_USE_TYPE_SLOTS\n    #define CYTHON_USE_TYPE_SLOTS 1\n  #endif\n  #if PY_VERSION_HEX < 0x02070000\n    #undef CYTHON_USE_PYTYPE_LOOKUP\n    #define CYTHON_USE_PYTYPE_LOOKUP 0\n  #elif !defined(CYTHON_USE_PYTYPE_LOOKUP)\n    #define CYTHON_USE_PYTYPE_LOOKUP 1\n  #endif\n  #if PY_MAJOR_VERSION < 3\n    #undef CYTHON_USE_ASYNC_SLOTS\n    #define CYTHON_USE_ASYNC_SLOTS 0\n  #elif !defined(CYTHON_USE_ASYNC_SLOTS)\n    #define CYTHON_USE_ASYNC_SLOTS 1\n  #endif\n  #if PY_VERSION_HEX < 0x02070000\n    #undef CYTHON_USE_PYLONG_INTERNALS\n    #define CYTHON_USE_PYLONG_INTERNALS 0\n  #elif !defined(CYTHON_USE_PYLONG_INTERNALS)\n    #define CYTHON_USE_PYLONG_INTERNALS 1\n  #endif\n  #ifndef CYTHON_USE_PYLIST_INTERNALS\n    #define CYTHON_USE_PYLIST_INTERNALS 1\n  #endif\n  #ifndef CYTHON_USE_UNICODE_INTERNALS\n    #define CYTHON_USE_UNICODE_INTERNALS 1\n  #endif\n  #if PY_VERSION_HEX < 0x030300F0\n    #undef CYTHON_USE_UNICODE_WRITER\n    #define CYTHON_USE_UNICODE_WRITER 0\n  #elif !defined(CYTHON_USE_UNICODE_WRITER)\n    #define CYTHON_USE_UNICODE_WRITER 1\n  #endif\n  #ifndef CYTHON_AVOID_BORROWED_REFS\n    #define CYTHON_AVOID_BORROWED_REFS 0\n  #endif\n  #ifndef CYTHON_ASSUME_SAFE_MACROS\n    #define CYTHON_ASSUME_SAFE_MACROS 1\n  #endif\n  #ifndef CYTHON_UNPACK_METHODS\n    #define CYTHON_UNPACK_METHODS 1\n  #endif\n  #ifndef CYTHON_FAST_THREAD_STATE\n    #define CYTHON_FAST_THREAD_STATE 1\n  #endif\n  #ifndef CYTHON_FAST_PYCALL\n    #define CYTHON_FAST_PYCALL 1\n  #endif\n  #ifndef CYTHON_PEP489_MULTI_PHASE_INIT\n    #define CYTHON_PEP489_MULTI_PHASE_INIT (PY_VERSION_HEX >= 0x03050000)\n  #endif\n  #ifndef CYTHON_USE_TP_FINALIZE\n    #define CYTHON_USE_TP_FINALIZE (PY_VERSION_HEX >= 0x030400a1)\n  #endif\n  #ifndef CYTHON_USE_DICT_VERSIONS\n    #define CYTHON_USE_DICT_VERSIONS (PY_VERSION_HEX >= 0x030600B1)\n  #endif\n  #ifndef CYTHON_USE_EXC_INFO_STACK\n    #define CYTHON_USE_EXC_INFO_STACK (PY_VERSION_HEX >= 0x030700A3)\n  #endif\n#endif\n#if !defined(CYTHON_FAST_PYCCALL)\n#define CYTHON_FAST_PYCCALL  (CYTHON_FAST_PYCALL && PY_VERSION_HEX >= 0x030600B1)\n#endif\n#if CYTHON_USE_PYLONG_INTERNALS\n  #include \"longintrepr.h\"\n  #undef SHIFT\n  #undef BASE\n  #undef MASK\n  #ifdef SIZEOF_VOID_P\n    enum { __pyx_check_sizeof_voidp = 1 / (int)(SIZEOF_VOID_P == sizeof(void*)) };\n  #endif\n#endif\n#ifndef __has_attribute\n  #define __has_attribute(x) 0\n#endif\n#ifndef __has_cpp_attribute\n  #define __has_cpp_attribute(x) 0\n#endif\n#ifndef CYTHON_RESTRICT\n  #if defined(__GNUC__)\n    #define CYTHON_RESTRICT __restrict__\n  #elif defined(_MSC_VER) && _MSC_VER >= 1400\n    #define CYTHON_RESTRICT __restrict\n  #elif defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L\n    #define CYTHON_RESTRICT restrict\n  #else\n    #define CYTHON_RESTRICT\n  #endif\n#endif\n#ifndef CYTHON_UNUSED\n# if defined(__GNUC__)\n#   if !(defined(__cplusplus)) || (__GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 4))\n#     define CYTHON_UNUSED __attribute__ ((__unused__))\n#   else\n#     define CYTHON_UNUSED\n#   endif\n# elif defined(__ICC) || (defined(__INTEL_COMPILER) && !defined(_MSC_VER))\n#   define CYTHON_UNUSED __attribute__ ((__unused__))\n# else\n#   define CYTHON_UNUSED\n# endif\n#endif\n#ifndef CYTHON_MAYBE_UNUSED_VAR\n#  if defined(__cplusplus)\n     template<class T> void CYTHON_MAYBE_UNUSED_VAR( const T& ) { }\n#  else\n#    define CYTHON_MAYBE_UNUSED_VAR(x) (void)(x)\n#  endif\n#endif\n#ifndef CYTHON_NCP_UNUSED\n# if CYTHON_COMPILING_IN_CPYTHON\n#  define CYTHON_NCP_UNUSED\n# else\n#  define CYTHON_NCP_UNUSED CYTHON_UNUSED\n# endif\n#endif\n#define __Pyx_void_to_None(void_result) ((void)(void_result), Py_INCREF(Py_None), Py_None)\n#ifdef _MSC_VER\n    #ifndef _MSC_STDINT_H_\n        #if _MSC_VER < 1300\n           typedef unsigned char     uint8_t;\n           typedef unsigned int      uint32_t;\n        #else\n           typedef unsigned __int8   uint8_t;\n           typedef unsigned __int32  uint32_t;\n        #endif\n    #endif\n#else\n   #include <stdint.h>\n#endif\n#ifndef CYTHON_FALLTHROUGH\n  #if defined(__cplusplus) && __cplusplus >= 201103L\n    #if __has_cpp_attribute(fallthrough)\n      #define CYTHON_FALLTHROUGH [[fallthrough]]\n    #elif __has_cpp_attribute(clang::fallthrough)\n      #define CYTHON_FALLTHROUGH [[clang::fallthrough]]\n    #elif __has_cpp_attribute(gnu::fallthrough)\n      #define CYTHON_FALLTHROUGH [[gnu::fallthrough]]\n    #endif\n  #endif\n  #ifndef CYTHON_FALLTHROUGH\n    #if __has_attribute(fallthrough)\n      #define CYTHON_FALLTHROUGH __attribute__((fallthrough))\n    #else\n      #define CYTHON_FALLTHROUGH\n    #endif\n  #endif\n  #if defined(__clang__ ) && defined(__apple_build_version__)\n    #if __apple_build_version__ < 7000000\n      #undef  CYTHON_FALLTHROUGH\n      #define CYTHON_FALLTHROUGH\n    #endif\n  #endif\n#endif\n\n#ifndef __cplusplus\n  #error \"Cython files generated with the C++ option must be compiled with a C++ compiler.\"\n#endif\n#ifndef CYTHON_INLINE\n  #if defined(__clang__)\n    #define CYTHON_INLINE __inline__ __attribute__ ((__unused__))\n  #else\n    #define CYTHON_INLINE inline\n  #endif\n#endif\ntemplate<typename T>\nvoid __Pyx_call_destructor(T& x) {\n    x.~T();\n}\ntemplate<typename T>\nclass __Pyx_FakeReference {\n  public:\n    __Pyx_FakeReference() : ptr(NULL) { }\n    __Pyx_FakeReference(const T& ref) : ptr(const_cast<T*>(&ref)) { }\n    T *operator->() { return ptr; }\n    T *operator&() { return ptr; }\n    operator T&() { return *ptr; }\n    template<typename U> bool operator ==(U other) { return *ptr == other; }\n    template<typename U> bool operator !=(U other) { return *ptr != other; }\n  private:\n    T *ptr;\n};\n\n#if CYTHON_COMPILING_IN_PYPY && PY_VERSION_HEX < 0x02070600 && !defined(Py_OptimizeFlag)\n  #define Py_OptimizeFlag 0\n#endif\n#define __PYX_BUILD_PY_SSIZE_T \"n\"\n#define CYTHON_FORMAT_SSIZE_T \"z\"\n#if PY_MAJOR_VERSION < 3\n  #define __Pyx_BUILTIN_MODULE_NAME \"__builtin__\"\n  #define __Pyx_PyCode_New(a, k, l, s, f, code, c, n, v, fv, cell, fn, name, fline, lnos)\\\n          PyCode_New(a+k, l, s, f, code, c, n, v, fv, cell, fn, name, fline, lnos)\n  #define __Pyx_DefaultClassType PyClass_Type\n#else\n  #define __Pyx_BUILTIN_MODULE_NAME \"builtins\"\n#if PY_VERSION_HEX >= 0x030800A4 && PY_VERSION_HEX < 0x030800B2\n  #define __Pyx_PyCode_New(a, k, l, s, f, code, c, n, v, fv, cell, fn, name, fline, lnos)\\\n          PyCode_New(a, 0, k, l, s, f, code, c, n, v, fv, cell, fn, name, fline, lnos)\n#else\n  #define __Pyx_PyCode_New(a, k, l, s, f, code, c, n, v, fv, cell, fn, name, fline, lnos)\\\n          PyCode_New(a, k, l, s, f, code, c, n, v, fv, cell, fn, name, fline, lnos)\n#endif\n  #define __Pyx_DefaultClassType PyType_Type\n#endif\n#ifndef Py_TPFLAGS_CHECKTYPES\n  #define Py_TPFLAGS_CHECKTYPES 0\n#endif\n#ifndef Py_TPFLAGS_HAVE_INDEX\n  #define Py_TPFLAGS_HAVE_INDEX 0\n#endif\n#ifndef Py_TPFLAGS_HAVE_NEWBUFFER\n  #define Py_TPFLAGS_HAVE_NEWBUFFER 0\n#endif\n#ifndef Py_TPFLAGS_HAVE_FINALIZE\n  #define Py_TPFLAGS_HAVE_FINALIZE 0\n#endif\n#ifndef METH_STACKLESS\n  #define METH_STACKLESS 0\n#endif\n#if PY_VERSION_HEX <= 0x030700A3 || !defined(METH_FASTCALL)\n  #ifndef METH_FASTCALL\n     #define METH_FASTCALL 0x80\n  #endif\n  typedef PyObject *(*__Pyx_PyCFunctionFast) (PyObject *self, PyObject *const *args, Py_ssize_t nargs);\n  typedef PyObject *(*__Pyx_PyCFunctionFastWithKeywords) (PyObject *self, PyObject *const *args,\n                                                          Py_ssize_t nargs, PyObject *kwnames);\n#else\n  #define __Pyx_PyCFunctionFast _PyCFunctionFast\n  #define __Pyx_PyCFunctionFastWithKeywords _PyCFunctionFastWithKeywords\n#endif\n#if CYTHON_FAST_PYCCALL\n#define __Pyx_PyFastCFunction_Check(func)\\\n    ((PyCFunction_Check(func) && (METH_FASTCALL == (PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_STATIC | METH_COEXIST | METH_KEYWORDS | METH_STACKLESS)))))\n#else\n#define __Pyx_PyFastCFunction_Check(func) 0\n#endif\n#if CYTHON_COMPILING_IN_PYPY && !defined(PyObject_Malloc)\n  #define PyObject_Malloc(s)   PyMem_Malloc(s)\n  #define PyObject_Free(p)     PyMem_Free(p)\n  #define PyObject_Realloc(p)  PyMem_Realloc(p)\n#endif\n#if CYTHON_COMPILING_IN_CPYTHON && PY_VERSION_HEX < 0x030400A1\n  #define PyMem_RawMalloc(n)           PyMem_Malloc(n)\n  #define PyMem_RawRealloc(p, n)       PyMem_Realloc(p, n)\n  #define PyMem_RawFree(p)             PyMem_Free(p)\n#endif\n#if CYTHON_COMPILING_IN_PYSTON\n  #define __Pyx_PyCode_HasFreeVars(co)  PyCode_HasFreeVars(co)\n  #define __Pyx_PyFrame_SetLineNumber(frame, lineno) PyFrame_SetLineNumber(frame, lineno)\n#else\n  #define __Pyx_PyCode_HasFreeVars(co)  (PyCode_GetNumFree(co) > 0)\n  #define __Pyx_PyFrame_SetLineNumber(frame, lineno)  (frame)->f_lineno = (lineno)\n#endif\n#if !CYTHON_FAST_THREAD_STATE || PY_VERSION_HEX < 0x02070000\n  #define __Pyx_PyThreadState_Current PyThreadState_GET()\n#elif PY_VERSION_HEX >= 0x03060000\n  #define __Pyx_PyThreadState_Current _PyThreadState_UncheckedGet()\n#elif PY_VERSION_HEX >= 0x03000000\n  #define __Pyx_PyThreadState_Current PyThreadState_GET()\n#else\n  #define __Pyx_PyThreadState_Current _PyThreadState_Current\n#endif\n#if PY_VERSION_HEX < 0x030700A2 && !defined(PyThread_tss_create) && !defined(Py_tss_NEEDS_INIT)\n#include \"pythread.h\"\n#define Py_tss_NEEDS_INIT 0\ntypedef int Py_tss_t;\nstatic CYTHON_INLINE int PyThread_tss_create(Py_tss_t *key) {\n  *key = PyThread_create_key();\n  return 0;\n}\nstatic CYTHON_INLINE Py_tss_t * PyThread_tss_alloc(void) {\n  Py_tss_t *key = (Py_tss_t *)PyObject_Malloc(sizeof(Py_tss_t));\n  *key = Py_tss_NEEDS_INIT;\n  return key;\n}\nstatic CYTHON_INLINE void PyThread_tss_free(Py_tss_t *key) {\n  PyObject_Free(key);\n}\nstatic CYTHON_INLINE int PyThread_tss_is_created(Py_tss_t *key) {\n  return *key != Py_tss_NEEDS_INIT;\n}\nstatic CYTHON_INLINE void PyThread_tss_delete(Py_tss_t *key) {\n  PyThread_delete_key(*key);\n  *key = Py_tss_NEEDS_INIT;\n}\nstatic CYTHON_INLINE int PyThread_tss_set(Py_tss_t *key, void *value) {\n  return PyThread_set_key_value(*key, value);\n}\nstatic CYTHON_INLINE void * PyThread_tss_get(Py_tss_t *key) {\n  return PyThread_get_key_value(*key);\n}\n#endif\n#if CYTHON_COMPILING_IN_CPYTHON || defined(_PyDict_NewPresized)\n#define __Pyx_PyDict_NewPresized(n)  ((n <= 8) ? PyDict_New() : _PyDict_NewPresized(n))\n#else\n#define __Pyx_PyDict_NewPresized(n)  PyDict_New()\n#endif\n#if PY_MAJOR_VERSION >= 3 || CYTHON_FUTURE_DIVISION\n  #define __Pyx_PyNumber_Divide(x,y)         PyNumber_TrueDivide(x,y)\n  #define __Pyx_PyNumber_InPlaceDivide(x,y)  PyNumber_InPlaceTrueDivide(x,y)\n#else\n  #define __Pyx_PyNumber_Divide(x,y)         PyNumber_Divide(x,y)\n  #define __Pyx_PyNumber_InPlaceDivide(x,y)  PyNumber_InPlaceDivide(x,y)\n#endif\n#if CYTHON_COMPILING_IN_CPYTHON && PY_VERSION_HEX >= 0x030500A1 && CYTHON_USE_UNICODE_INTERNALS\n#define __Pyx_PyDict_GetItemStr(dict, name)  _PyDict_GetItem_KnownHash(dict, name, ((PyASCIIObject *) name)->hash)\n#else\n#define __Pyx_PyDict_GetItemStr(dict, name)  PyDict_GetItem(dict, name)\n#endif\n#if PY_VERSION_HEX > 0x03030000 && defined(PyUnicode_KIND)\n  #define CYTHON_PEP393_ENABLED 1\n  #define __Pyx_PyUnicode_READY(op)       (likely(PyUnicode_IS_READY(op)) ?\\\n                                              0 : _PyUnicode_Ready((PyObject *)(op)))\n  #define __Pyx_PyUnicode_GET_LENGTH(u)   PyUnicode_GET_LENGTH(u)\n  #define __Pyx_PyUnicode_READ_CHAR(u, i) PyUnicode_READ_CHAR(u, i)\n  #define __Pyx_PyUnicode_MAX_CHAR_VALUE(u)   PyUnicode_MAX_CHAR_VALUE(u)\n  #define __Pyx_PyUnicode_KIND(u)         PyUnicode_KIND(u)\n  #define __Pyx_PyUnicode_DATA(u)         PyUnicode_DATA(u)\n  #define __Pyx_PyUnicode_READ(k, d, i)   PyUnicode_READ(k, d, i)\n  #define __Pyx_PyUnicode_WRITE(k, d, i, ch)  PyUnicode_WRITE(k, d, i, ch)\n  #if defined(PyUnicode_IS_READY) && defined(PyUnicode_GET_SIZE)\n  #define __Pyx_PyUnicode_IS_TRUE(u)      (0 != (likely(PyUnicode_IS_READY(u)) ? PyUnicode_GET_LENGTH(u) : PyUnicode_GET_SIZE(u)))\n  #else\n  #define __Pyx_PyUnicode_IS_TRUE(u)      (0 != PyUnicode_GET_LENGTH(u))\n  #endif\n#else\n  #define CYTHON_PEP393_ENABLED 0\n  #define PyUnicode_1BYTE_KIND  1\n  #define PyUnicode_2BYTE_KIND  2\n  #define PyUnicode_4BYTE_KIND  4\n  #define __Pyx_PyUnicode_READY(op)       (0)\n  #define __Pyx_PyUnicode_GET_LENGTH(u)   PyUnicode_GET_SIZE(u)\n  #define __Pyx_PyUnicode_READ_CHAR(u, i) ((Py_UCS4)(PyUnicode_AS_UNICODE(u)[i]))\n  #define __Pyx_PyUnicode_MAX_CHAR_VALUE(u)   ((sizeof(Py_UNICODE) == 2) ? 65535 : 1114111)\n  #define __Pyx_PyUnicode_KIND(u)         (sizeof(Py_UNICODE))\n  #define __Pyx_PyUnicode_DATA(u)         ((void*)PyUnicode_AS_UNICODE(u))\n  #define __Pyx_PyUnicode_READ(k, d, i)   ((void)(k), (Py_UCS4)(((Py_UNICODE*)d)[i]))\n  #define __Pyx_PyUnicode_WRITE(k, d, i, ch)  (((void)(k)), ((Py_UNICODE*)d)[i] = ch)\n  #define __Pyx_PyUnicode_IS_TRUE(u)      (0 != PyUnicode_GET_SIZE(u))\n#endif\n#if CYTHON_COMPILING_IN_PYPY\n  #define __Pyx_PyUnicode_Concat(a, b)      PyNumber_Add(a, b)\n  #define __Pyx_PyUnicode_ConcatSafe(a, b)  PyNumber_Add(a, b)\n#else\n  #define __Pyx_PyUnicode_Concat(a, b)      PyUnicode_Concat(a, b)\n  #define __Pyx_PyUnicode_ConcatSafe(a, b)  ((unlikely((a) == Py_None) || unlikely((b) == Py_None)) ?\\\n      PyNumber_Add(a, b) : __Pyx_PyUnicode_Concat(a, b))\n#endif\n#if CYTHON_COMPILING_IN_PYPY && !defined(PyUnicode_Contains)\n  #define PyUnicode_Contains(u, s)  PySequence_Contains(u, s)\n#endif\n#if CYTHON_COMPILING_IN_PYPY && !defined(PyByteArray_Check)\n  #define PyByteArray_Check(obj)  PyObject_TypeCheck(obj, &PyByteArray_Type)\n#endif\n#if CYTHON_COMPILING_IN_PYPY && !defined(PyObject_Format)\n  #define PyObject_Format(obj, fmt)  PyObject_CallMethod(obj, \"__format__\", \"O\", fmt)\n#endif\n#define __Pyx_PyString_FormatSafe(a, b)   ((unlikely((a) == Py_None || (PyString_Check(b) && !PyString_CheckExact(b)))) ? PyNumber_Remainder(a, b) : __Pyx_PyString_Format(a, b))\n#define __Pyx_PyUnicode_FormatSafe(a, b)  ((unlikely((a) == Py_None || (PyUnicode_Check(b) && !PyUnicode_CheckExact(b)))) ? PyNumber_Remainder(a, b) : PyUnicode_Format(a, b))\n#if PY_MAJOR_VERSION >= 3\n  #define __Pyx_PyString_Format(a, b)  PyUnicode_Format(a, b)\n#else\n  #define __Pyx_PyString_Format(a, b)  PyString_Format(a, b)\n#endif\n#if PY_MAJOR_VERSION < 3 && !defined(PyObject_ASCII)\n  #define PyObject_ASCII(o)            PyObject_Repr(o)\n#endif\n#if PY_MAJOR_VERSION >= 3\n  #define PyBaseString_Type            PyUnicode_Type\n  #define PyStringObject               PyUnicodeObject\n  #define PyString_Type                PyUnicode_Type\n  #define PyString_Check               PyUnicode_Check\n  #define PyString_CheckExact          PyUnicode_CheckExact\n#ifndef PyObject_Unicode\n  #define PyObject_Unicode             PyObject_Str\n#endif\n#endif\n#if PY_MAJOR_VERSION >= 3\n  #define __Pyx_PyBaseString_Check(obj) PyUnicode_Check(obj)\n  #define __Pyx_PyBaseString_CheckExact(obj) PyUnicode_CheckExact(obj)\n#else\n  #define __Pyx_PyBaseString_Check(obj) (PyString_Check(obj) || PyUnicode_Check(obj))\n  #define __Pyx_PyBaseString_CheckExact(obj) (PyString_CheckExact(obj) || PyUnicode_CheckExact(obj))\n#endif\n#ifndef PySet_CheckExact\n  #define PySet_CheckExact(obj)        (Py_TYPE(obj) == &PySet_Type)\n#endif\n#if PY_VERSION_HEX >= 0x030900A4\n  #define __Pyx_SET_REFCNT(obj, refcnt) Py_SET_REFCNT(obj, refcnt)\n  #define __Pyx_SET_SIZE(obj, size) Py_SET_SIZE(obj, size)\n#else\n  #define __Pyx_SET_REFCNT(obj, refcnt) Py_REFCNT(obj) = (refcnt)\n  #define __Pyx_SET_SIZE(obj, size) Py_SIZE(obj) = (size)\n#endif\n#if CYTHON_ASSUME_SAFE_MACROS\n  #define __Pyx_PySequence_SIZE(seq)  Py_SIZE(seq)\n#else\n  #define __Pyx_PySequence_SIZE(seq)  PySequence_Size(seq)\n#endif\n#if PY_MAJOR_VERSION >= 3\n  #define PyIntObject                  PyLongObject\n  #define PyInt_Type                   PyLong_Type\n  #define PyInt_Check(op)              PyLong_Check(op)\n  #define PyInt_CheckExact(op)         PyLong_CheckExact(op)\n  #define PyInt_FromString             PyLong_FromString\n  #define PyInt_FromUnicode            PyLong_FromUnicode\n  #define PyInt_FromLong               PyLong_FromLong\n  #define PyInt_FromSize_t             PyLong_FromSize_t\n  #define PyInt_FromSsize_t            PyLong_FromSsize_t\n  #define PyInt_AsLong                 PyLong_AsLong\n  #define PyInt_AS_LONG                PyLong_AS_LONG\n  #define PyInt_AsSsize_t              PyLong_AsSsize_t\n  #define PyInt_AsUnsignedLongMask     PyLong_AsUnsignedLongMask\n  #define PyInt_AsUnsignedLongLongMask PyLong_AsUnsignedLongLongMask\n  #define PyNumber_Int                 PyNumber_Long\n#endif\n#if PY_MAJOR_VERSION >= 3\n  #define PyBoolObject                 PyLongObject\n#endif\n#if PY_MAJOR_VERSION >= 3 && CYTHON_COMPILING_IN_PYPY\n  #ifndef PyUnicode_InternFromString\n    #define PyUnicode_InternFromString(s) PyUnicode_FromString(s)\n  #endif\n#endif\n#if PY_VERSION_HEX < 0x030200A4\n  typedef long Py_hash_t;\n  #define __Pyx_PyInt_FromHash_t PyInt_FromLong\n  #define __Pyx_PyInt_AsHash_t   PyInt_AsLong\n#else\n  #define __Pyx_PyInt_FromHash_t PyInt_FromSsize_t\n  #define __Pyx_PyInt_AsHash_t   PyInt_AsSsize_t\n#endif\n#if PY_MAJOR_VERSION >= 3\n  #define __Pyx_PyMethod_New(func, self, klass) ((self) ? ((void)(klass), PyMethod_New(func, self)) : __Pyx_NewRef(func))\n#else\n  #define __Pyx_PyMethod_New(func, self, klass) PyMethod_New(func, self, klass)\n#endif\n#if CYTHON_USE_ASYNC_SLOTS\n  #if PY_VERSION_HEX >= 0x030500B1\n    #define __Pyx_PyAsyncMethodsStruct PyAsyncMethods\n    #define __Pyx_PyType_AsAsync(obj) (Py_TYPE(obj)->tp_as_async)\n  #else\n    #define __Pyx_PyType_AsAsync(obj) ((__Pyx_PyAsyncMethodsStruct*) (Py_TYPE(obj)->tp_reserved))\n  #endif\n#else\n  #define __Pyx_PyType_AsAsync(obj) NULL\n#endif\n#ifndef __Pyx_PyAsyncMethodsStruct\n    typedef struct {\n        unaryfunc am_await;\n        unaryfunc am_aiter;\n        unaryfunc am_anext;\n    } __Pyx_PyAsyncMethodsStruct;\n#endif\n\n#if defined(WIN32) || defined(MS_WINDOWS)\n  #define _USE_MATH_DEFINES\n#endif\n#include <math.h>\n#ifdef NAN\n#define __PYX_NAN() ((float) NAN)\n#else\nstatic CYTHON_INLINE float __PYX_NAN() {\n  float value;\n  memset(&value, 0xFF, sizeof(value));\n  return value;\n}\n#endif\n#if defined(__CYGWIN__) && defined(_LDBL_EQ_DBL)\n#define __Pyx_truncl trunc\n#else\n#define __Pyx_truncl truncl\n#endif\n\n#define __PYX_MARK_ERR_POS(f_index, lineno) \\\n    { __pyx_filename = __pyx_f[f_index]; (void)__pyx_filename; __pyx_lineno = lineno; (void)__pyx_lineno; __pyx_clineno = __LINE__; (void)__pyx_clineno; }\n#define __PYX_ERR(f_index, lineno, Ln_error) \\\n    { __PYX_MARK_ERR_POS(f_index, lineno) goto Ln_error; }\n\n#ifndef __PYX_EXTERN_C\n  #ifdef __cplusplus\n    #define __PYX_EXTERN_C extern \"C\"\n  #else\n    #define __PYX_EXTERN_C extern\n  #endif\n#endif\n\n#define __PYX_HAVE__libmr\n#define __PYX_HAVE_API__libmr\n/* Early includes */\n#include \"MetaRecognition.h\"\n#include <string.h>\n#include <stdlib.h>\n#include \"ios\"\n#include \"new\"\n#include \"stdexcept\"\n#include \"typeinfo\"\n#include <string>\n#include <stdio.h>\n#include \"numpy/arrayobject.h\"\n#include \"numpy/ufuncobject.h\"\n\n    /* NumPy API declarations from \"numpy/__init__.pxd\" */\n    \n#include \"pythread.h\"\n#include \"pystate.h\"\n#ifdef _OPENMP\n#include <omp.h>\n#endif /* _OPENMP */\n\n#if defined(PYREX_WITHOUT_ASSERTIONS) && !defined(CYTHON_WITHOUT_ASSERTIONS)\n#define CYTHON_WITHOUT_ASSERTIONS\n#endif\n\ntypedef struct {PyObject **p; const char *s; const Py_ssize_t n; const char* encoding;\n                const char is_unicode; const char is_str; const char intern; } __Pyx_StringTabEntry;\n\n#define __PYX_DEFAULT_STRING_ENCODING_IS_ASCII 0\n#define __PYX_DEFAULT_STRING_ENCODING_IS_UTF8 0\n#define __PYX_DEFAULT_STRING_ENCODING_IS_DEFAULT (PY_MAJOR_VERSION >= 3 && __PYX_DEFAULT_STRING_ENCODING_IS_UTF8)\n#define __PYX_DEFAULT_STRING_ENCODING \"\"\n#define __Pyx_PyObject_FromString __Pyx_PyBytes_FromString\n#define __Pyx_PyObject_FromStringAndSize __Pyx_PyBytes_FromStringAndSize\n#define __Pyx_uchar_cast(c) ((unsigned char)c)\n#define __Pyx_long_cast(x) ((long)x)\n#define __Pyx_fits_Py_ssize_t(v, type, is_signed)  (\\\n    (sizeof(type) < sizeof(Py_ssize_t))  ||\\\n    (sizeof(type) > sizeof(Py_ssize_t) &&\\\n          likely(v < (type)PY_SSIZE_T_MAX ||\\\n                 v == (type)PY_SSIZE_T_MAX)  &&\\\n          (!is_signed || likely(v > (type)PY_SSIZE_T_MIN ||\\\n                                v == (type)PY_SSIZE_T_MIN)))  ||\\\n    (sizeof(type) == sizeof(Py_ssize_t) &&\\\n          (is_signed || likely(v < (type)PY_SSIZE_T_MAX ||\\\n                               v == (type)PY_SSIZE_T_MAX)))  )\nstatic CYTHON_INLINE int __Pyx_is_valid_index(Py_ssize_t i, Py_ssize_t limit) {\n    return (size_t) i < (size_t) limit;\n}\n#if defined (__cplusplus) && __cplusplus >= 201103L\n    #include <cstdlib>\n    #define __Pyx_sst_abs(value) std::abs(value)\n#elif SIZEOF_INT >= SIZEOF_SIZE_T\n    #define __Pyx_sst_abs(value) abs(value)\n#elif SIZEOF_LONG >= SIZEOF_SIZE_T\n    #define __Pyx_sst_abs(value) labs(value)\n#elif defined (_MSC_VER)\n    #define __Pyx_sst_abs(value) ((Py_ssize_t)_abs64(value))\n#elif defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L\n    #define __Pyx_sst_abs(value) llabs(value)\n#elif defined (__GNUC__)\n    #define __Pyx_sst_abs(value) __builtin_llabs(value)\n#else\n    #define __Pyx_sst_abs(value) ((value<0) ? -value : value)\n#endif\nstatic CYTHON_INLINE const char* __Pyx_PyObject_AsString(PyObject*);\nstatic CYTHON_INLINE const char* __Pyx_PyObject_AsStringAndSize(PyObject*, Py_ssize_t* length);\n#define __Pyx_PyByteArray_FromString(s) PyByteArray_FromStringAndSize((const char*)s, strlen((const char*)s))\n#define __Pyx_PyByteArray_FromStringAndSize(s, l) PyByteArray_FromStringAndSize((const char*)s, l)\n#define __Pyx_PyBytes_FromString        PyBytes_FromString\n#define __Pyx_PyBytes_FromStringAndSize PyBytes_FromStringAndSize\nstatic CYTHON_INLINE PyObject* __Pyx_PyUnicode_FromString(const char*);\n#if PY_MAJOR_VERSION < 3\n    #define __Pyx_PyStr_FromString        __Pyx_PyBytes_FromString\n    #define __Pyx_PyStr_FromStringAndSize __Pyx_PyBytes_FromStringAndSize\n#else\n    #define __Pyx_PyStr_FromString        __Pyx_PyUnicode_FromString\n    #define __Pyx_PyStr_FromStringAndSize __Pyx_PyUnicode_FromStringAndSize\n#endif\n#define __Pyx_PyBytes_AsWritableString(s)     ((char*) PyBytes_AS_STRING(s))\n#define __Pyx_PyBytes_AsWritableSString(s)    ((signed char*) PyBytes_AS_STRING(s))\n#define __Pyx_PyBytes_AsWritableUString(s)    ((unsigned char*) PyBytes_AS_STRING(s))\n#define __Pyx_PyBytes_AsString(s)     ((const char*) PyBytes_AS_STRING(s))\n#define __Pyx_PyBytes_AsSString(s)    ((const signed char*) PyBytes_AS_STRING(s))\n#define __Pyx_PyBytes_AsUString(s)    ((const unsigned char*) PyBytes_AS_STRING(s))\n#define __Pyx_PyObject_AsWritableString(s)    ((char*) __Pyx_PyObject_AsString(s))\n#define __Pyx_PyObject_AsWritableSString(s)    ((signed char*) __Pyx_PyObject_AsString(s))\n#define __Pyx_PyObject_AsWritableUString(s)    ((unsigned char*) __Pyx_PyObject_AsString(s))\n#define __Pyx_PyObject_AsSString(s)    ((const signed char*) __Pyx_PyObject_AsString(s))\n#define __Pyx_PyObject_AsUString(s)    ((const unsigned char*) __Pyx_PyObject_AsString(s))\n#define __Pyx_PyObject_FromCString(s)  __Pyx_PyObject_FromString((const char*)s)\n#define __Pyx_PyBytes_FromCString(s)   __Pyx_PyBytes_FromString((const char*)s)\n#define __Pyx_PyByteArray_FromCString(s)   __Pyx_PyByteArray_FromString((const char*)s)\n#define __Pyx_PyStr_FromCString(s)     __Pyx_PyStr_FromString((const char*)s)\n#define __Pyx_PyUnicode_FromCString(s) __Pyx_PyUnicode_FromString((const char*)s)\nstatic CYTHON_INLINE size_t __Pyx_Py_UNICODE_strlen(const Py_UNICODE *u) {\n    const Py_UNICODE *u_end = u;\n    while (*u_end++) ;\n    return (size_t)(u_end - u - 1);\n}\n#define __Pyx_PyUnicode_FromUnicode(u)       PyUnicode_FromUnicode(u, __Pyx_Py_UNICODE_strlen(u))\n#define __Pyx_PyUnicode_FromUnicodeAndLength PyUnicode_FromUnicode\n#define __Pyx_PyUnicode_AsUnicode            PyUnicode_AsUnicode\n#define __Pyx_NewRef(obj) (Py_INCREF(obj), obj)\n#define __Pyx_Owned_Py_None(b) __Pyx_NewRef(Py_None)\nstatic CYTHON_INLINE PyObject * __Pyx_PyBool_FromLong(long b);\nstatic CYTHON_INLINE int __Pyx_PyObject_IsTrue(PyObject*);\nstatic CYTHON_INLINE int __Pyx_PyObject_IsTrueAndDecref(PyObject*);\nstatic CYTHON_INLINE PyObject* __Pyx_PyNumber_IntOrLong(PyObject* x);\n#define __Pyx_PySequence_Tuple(obj)\\\n    (likely(PyTuple_CheckExact(obj)) ? __Pyx_NewRef(obj) : PySequence_Tuple(obj))\nstatic CYTHON_INLINE Py_ssize_t __Pyx_PyIndex_AsSsize_t(PyObject*);\nstatic CYTHON_INLINE PyObject * __Pyx_PyInt_FromSize_t(size_t);\n#if CYTHON_ASSUME_SAFE_MACROS\n#define __pyx_PyFloat_AsDouble(x) (PyFloat_CheckExact(x) ? PyFloat_AS_DOUBLE(x) : PyFloat_AsDouble(x))\n#else\n#define __pyx_PyFloat_AsDouble(x) PyFloat_AsDouble(x)\n#endif\n#define __pyx_PyFloat_AsFloat(x) ((float) __pyx_PyFloat_AsDouble(x))\n#if PY_MAJOR_VERSION >= 3\n#define __Pyx_PyNumber_Int(x) (PyLong_CheckExact(x) ? __Pyx_NewRef(x) : PyNumber_Long(x))\n#else\n#define __Pyx_PyNumber_Int(x) (PyInt_CheckExact(x) ? __Pyx_NewRef(x) : PyNumber_Int(x))\n#endif\n#define __Pyx_PyNumber_Float(x) (PyFloat_CheckExact(x) ? __Pyx_NewRef(x) : PyNumber_Float(x))\n#if PY_MAJOR_VERSION < 3 && __PYX_DEFAULT_STRING_ENCODING_IS_ASCII\nstatic int __Pyx_sys_getdefaultencoding_not_ascii;\nstatic int __Pyx_init_sys_getdefaultencoding_params(void) {\n    PyObject* sys;\n    PyObject* default_encoding = NULL;\n    PyObject* ascii_chars_u = NULL;\n    PyObject* ascii_chars_b = NULL;\n    const char* default_encoding_c;\n    sys = PyImport_ImportModule(\"sys\");\n    if (!sys) goto bad;\n    default_encoding = PyObject_CallMethod(sys, (char*) \"getdefaultencoding\", NULL);\n    Py_DECREF(sys);\n    if (!default_encoding) goto bad;\n    default_encoding_c = PyBytes_AsString(default_encoding);\n    if (!default_encoding_c) goto bad;\n    if (strcmp(default_encoding_c, \"ascii\") == 0) {\n        __Pyx_sys_getdefaultencoding_not_ascii = 0;\n    } else {\n        char ascii_chars[128];\n        int c;\n        for (c = 0; c < 128; c++) {\n            ascii_chars[c] = c;\n        }\n        __Pyx_sys_getdefaultencoding_not_ascii = 1;\n        ascii_chars_u = PyUnicode_DecodeASCII(ascii_chars, 128, NULL);\n        if (!ascii_chars_u) goto bad;\n        ascii_chars_b = PyUnicode_AsEncodedString(ascii_chars_u, default_encoding_c, NULL);\n        if (!ascii_chars_b || !PyBytes_Check(ascii_chars_b) || memcmp(ascii_chars, PyBytes_AS_STRING(ascii_chars_b), 128) != 0) {\n            PyErr_Format(\n                PyExc_ValueError,\n                \"This module compiled with c_string_encoding=ascii, but default encoding '%.200s' is not a superset of ascii.\",\n                default_encoding_c);\n            goto bad;\n        }\n        Py_DECREF(ascii_chars_u);\n        Py_DECREF(ascii_chars_b);\n    }\n    Py_DECREF(default_encoding);\n    return 0;\nbad:\n    Py_XDECREF(default_encoding);\n    Py_XDECREF(ascii_chars_u);\n    Py_XDECREF(ascii_chars_b);\n    return -1;\n}\n#endif\n#if __PYX_DEFAULT_STRING_ENCODING_IS_DEFAULT && PY_MAJOR_VERSION >= 3\n#define __Pyx_PyUnicode_FromStringAndSize(c_str, size) PyUnicode_DecodeUTF8(c_str, size, NULL)\n#else\n#define __Pyx_PyUnicode_FromStringAndSize(c_str, size) PyUnicode_Decode(c_str, size, __PYX_DEFAULT_STRING_ENCODING, NULL)\n#if __PYX_DEFAULT_STRING_ENCODING_IS_DEFAULT\nstatic char* __PYX_DEFAULT_STRING_ENCODING;\nstatic int __Pyx_init_sys_getdefaultencoding_params(void) {\n    PyObject* sys;\n    PyObject* default_encoding = NULL;\n    char* default_encoding_c;\n    sys = PyImport_ImportModule(\"sys\");\n    if (!sys) goto bad;\n    default_encoding = PyObject_CallMethod(sys, (char*) (const char*) \"getdefaultencoding\", NULL);\n    Py_DECREF(sys);\n    if (!default_encoding) goto bad;\n    default_encoding_c = PyBytes_AsString(default_encoding);\n    if (!default_encoding_c) goto bad;\n    __PYX_DEFAULT_STRING_ENCODING = (char*) malloc(strlen(default_encoding_c) + 1);\n    if (!__PYX_DEFAULT_STRING_ENCODING) goto bad;\n    strcpy(__PYX_DEFAULT_STRING_ENCODING, default_encoding_c);\n    Py_DECREF(default_encoding);\n    return 0;\nbad:\n    Py_XDECREF(default_encoding);\n    return -1;\n}\n#endif\n#endif\n\n\n/* Test for GCC > 2.95 */\n#if defined(__GNUC__)     && (__GNUC__ > 2 || (__GNUC__ == 2 && (__GNUC_MINOR__ > 95)))\n  #define likely(x)   __builtin_expect(!!(x), 1)\n  #define unlikely(x) __builtin_expect(!!(x), 0)\n#else /* !__GNUC__ or GCC < 2.95 */\n  #define likely(x)   (x)\n  #define unlikely(x) (x)\n#endif /* __GNUC__ */\nstatic CYTHON_INLINE void __Pyx_pretend_to_initialize(void* ptr) { (void)ptr; }\n\nstatic PyObject *__pyx_m = NULL;\nstatic PyObject *__pyx_d;\nstatic PyObject *__pyx_b;\nstatic PyObject *__pyx_cython_runtime = NULL;\nstatic PyObject *__pyx_empty_tuple;\nstatic PyObject *__pyx_empty_bytes;\nstatic PyObject *__pyx_empty_unicode;\nstatic int __pyx_lineno;\nstatic int __pyx_clineno = 0;\nstatic const char * __pyx_cfilenm= __FILE__;\nstatic const char *__pyx_filename;\n\n/* Header.proto */\n#if !defined(CYTHON_CCOMPLEX)\n  #if defined(__cplusplus)\n    #define CYTHON_CCOMPLEX 1\n  #elif defined(_Complex_I)\n    #define CYTHON_CCOMPLEX 1\n  #else\n    #define CYTHON_CCOMPLEX 0\n  #endif\n#endif\n#if CYTHON_CCOMPLEX\n  #ifdef __cplusplus\n    #include <complex>\n  #else\n    #include <complex.h>\n  #endif\n#endif\n#if CYTHON_CCOMPLEX && !defined(__cplusplus) && defined(__sun__) && defined(__GNUC__)\n  #undef _Complex_I\n  #define _Complex_I 1.0fj\n#endif\n\n\nstatic const char *__pyx_f[] = {\n  \"libmr.pyx\",\n  \"stringsource\",\n  \"__init__.pxd\",\n  \"type.pxd\",\n};\n/* BufferFormatStructs.proto */\n#define IS_UNSIGNED(type) (((type) -1) > 0)\nstruct __Pyx_StructField_;\n#define __PYX_BUF_FLAGS_PACKED_STRUCT (1 << 0)\ntypedef struct {\n  const char* name;\n  struct __Pyx_StructField_* fields;\n  size_t size;\n  size_t arraysize[8];\n  int ndim;\n  char typegroup;\n  char is_unsigned;\n  int flags;\n} __Pyx_TypeInfo;\ntypedef struct __Pyx_StructField_ {\n  __Pyx_TypeInfo* type;\n  const char* name;\n  size_t offset;\n} __Pyx_StructField;\ntypedef struct {\n  __Pyx_StructField* field;\n  size_t parent_offset;\n} __Pyx_BufFmt_StackElem;\ntypedef struct {\n  __Pyx_StructField root;\n  __Pyx_BufFmt_StackElem* head;\n  size_t fmt_offset;\n  size_t new_count, enc_count;\n  size_t struct_alignment;\n  int is_complex;\n  char enc_type;\n  char new_packmode;\n  char enc_packmode;\n  char is_valid_array;\n} __Pyx_BufFmt_Context;\n\n/* MemviewSliceStruct.proto */\nstruct __pyx_memoryview_obj;\ntypedef struct {\n  struct __pyx_memoryview_obj *memview;\n  char *data;\n  Py_ssize_t shape[8];\n  Py_ssize_t strides[8];\n  Py_ssize_t suboffsets[8];\n} __Pyx_memviewslice;\n#define __Pyx_MemoryView_Len(m)  (m.shape[0])\n\n/* Atomics.proto */\n#include <pythread.h>\n#ifndef CYTHON_ATOMICS\n    #define CYTHON_ATOMICS 1\n#endif\n#define __pyx_atomic_int_type int\n#if CYTHON_ATOMICS && __GNUC__ >= 4 && (__GNUC_MINOR__ > 1 ||\\\n                    (__GNUC_MINOR__ == 1 && __GNUC_PATCHLEVEL >= 2)) &&\\\n                    !defined(__i386__)\n    #define __pyx_atomic_incr_aligned(value, lock) __sync_fetch_and_add(value, 1)\n    #define __pyx_atomic_decr_aligned(value, lock) __sync_fetch_and_sub(value, 1)\n    #ifdef __PYX_DEBUG_ATOMICS\n        #warning \"Using GNU atomics\"\n    #endif\n#elif CYTHON_ATOMICS && defined(_MSC_VER) && 0\n    #include <Windows.h>\n    #undef __pyx_atomic_int_type\n    #define __pyx_atomic_int_type LONG\n    #define __pyx_atomic_incr_aligned(value, lock) InterlockedIncrement(value)\n    #define __pyx_atomic_decr_aligned(value, lock) InterlockedDecrement(value)\n    #ifdef __PYX_DEBUG_ATOMICS\n        #pragma message (\"Using MSVC atomics\")\n    #endif\n#elif CYTHON_ATOMICS && (defined(__ICC) || defined(__INTEL_COMPILER)) && 0\n    #define __pyx_atomic_incr_aligned(value, lock) _InterlockedIncrement(value)\n    #define __pyx_atomic_decr_aligned(value, lock) _InterlockedDecrement(value)\n    #ifdef __PYX_DEBUG_ATOMICS\n        #warning \"Using Intel atomics\"\n    #endif\n#else\n    #undef CYTHON_ATOMICS\n    #define CYTHON_ATOMICS 0\n    #ifdef __PYX_DEBUG_ATOMICS\n        #warning \"Not using atomics\"\n    #endif\n#endif\ntypedef volatile __pyx_atomic_int_type __pyx_atomic_int;\n#if CYTHON_ATOMICS\n    #define __pyx_add_acquisition_count(memview)\\\n             __pyx_atomic_incr_aligned(__pyx_get_slice_count_pointer(memview), memview->lock)\n    #define __pyx_sub_acquisition_count(memview)\\\n            __pyx_atomic_decr_aligned(__pyx_get_slice_count_pointer(memview), memview->lock)\n#else\n    #define __pyx_add_acquisition_count(memview)\\\n            __pyx_add_acquisition_count_locked(__pyx_get_slice_count_pointer(memview), memview->lock)\n    #define __pyx_sub_acquisition_count(memview)\\\n            __pyx_sub_acquisition_count_locked(__pyx_get_slice_count_pointer(memview), memview->lock)\n#endif\n\n/* ForceInitThreads.proto */\n#ifndef __PYX_FORCE_INIT_THREADS\n  #define __PYX_FORCE_INIT_THREADS 0\n#endif\n\n/* NoFastGil.proto */\n#define __Pyx_PyGILState_Ensure PyGILState_Ensure\n#define __Pyx_PyGILState_Release PyGILState_Release\n#define __Pyx_FastGIL_Remember()\n#define __Pyx_FastGIL_Forget()\n#define __Pyx_FastGilFuncInit()\n\n\n/* \"../../../../../../../anaconda3/envs/env_/lib/python3.8/site-packages/numpy/__init__.pxd\":689\n * # in Cython to enable them only on the right systems.\n * \n * ctypedef npy_int8       int8_t             # <<<<<<<<<<<<<<\n * ctypedef npy_int16      int16_t\n * ctypedef npy_int32      int32_t\n */\ntypedef npy_int8 __pyx_t_5numpy_int8_t;\n\n/* \"../../../../../../../anaconda3/envs/env_/lib/python3.8/site-packages/numpy/__init__.pxd\":690\n * \n * ctypedef npy_int8       int8_t\n * ctypedef npy_int16      int16_t             # <<<<<<<<<<<<<<\n * ctypedef npy_int32      int32_t\n * ctypedef npy_int64      int64_t\n */\ntypedef npy_int16 __pyx_t_5numpy_int16_t;\n\n/* \"../../../../../../../anaconda3/envs/env_/lib/python3.8/site-packages/numpy/__init__.pxd\":691\n * ctypedef npy_int8       int8_t\n * ctypedef npy_int16      int16_t\n * ctypedef npy_int32      int32_t             # <<<<<<<<<<<<<<\n * ctypedef npy_int64      int64_t\n * #ctypedef npy_int96      int96_t\n */\ntypedef npy_int32 __pyx_t_5numpy_int32_t;\n\n/* \"../../../../../../../anaconda3/envs/env_/lib/python3.8/site-packages/numpy/__init__.pxd\":692\n * ctypedef npy_int16      int16_t\n * ctypedef npy_int32      int32_t\n * ctypedef npy_int64      int64_t             # <<<<<<<<<<<<<<\n * #ctypedef npy_int96      int96_t\n * #ctypedef npy_int128     int128_t\n */\ntypedef npy_int64 __pyx_t_5numpy_int64_t;\n\n/* \"../../../../../../../anaconda3/envs/env_/lib/python3.8/site-packages/numpy/__init__.pxd\":696\n * #ctypedef npy_int128     int128_t\n * \n * ctypedef npy_uint8      uint8_t             # <<<<<<<<<<<<<<\n * ctypedef npy_uint16     uint16_t\n * ctypedef npy_uint32     uint32_t\n */\ntypedef npy_uint8 __pyx_t_5numpy_uint8_t;\n\n/* \"../../../../../../../anaconda3/envs/env_/lib/python3.8/site-packages/numpy/__init__.pxd\":697\n * \n * ctypedef npy_uint8      uint8_t\n * ctypedef npy_uint16     uint16_t             # <<<<<<<<<<<<<<\n * ctypedef npy_uint32     uint32_t\n * ctypedef npy_uint64     uint64_t\n */\ntypedef npy_uint16 __pyx_t_5numpy_uint16_t;\n\n/* \"../../../../../../../anaconda3/envs/env_/lib/python3.8/site-packages/numpy/__init__.pxd\":698\n * ctypedef npy_uint8      uint8_t\n * ctypedef npy_uint16     uint16_t\n * ctypedef npy_uint32     uint32_t             # <<<<<<<<<<<<<<\n * ctypedef npy_uint64     uint64_t\n * #ctypedef npy_uint96     uint96_t\n */\ntypedef npy_uint32 __pyx_t_5numpy_uint32_t;\n\n/* \"../../../../../../../anaconda3/envs/env_/lib/python3.8/site-packages/numpy/__init__.pxd\":699\n * ctypedef npy_uint16     uint16_t\n * ctypedef npy_uint32     uint32_t\n * ctypedef npy_uint64     uint64_t             # <<<<<<<<<<<<<<\n * #ctypedef npy_uint96     uint96_t\n * #ctypedef npy_uint128    uint128_t\n */\ntypedef npy_uint64 __pyx_t_5numpy_uint64_t;\n\n/* \"../../../../../../../anaconda3/envs/env_/lib/python3.8/site-packages/numpy/__init__.pxd\":703\n * #ctypedef npy_uint128    uint128_t\n * \n * ctypedef npy_float32    float32_t             # <<<<<<<<<<<<<<\n * ctypedef npy_float64    float64_t\n * #ctypedef npy_float80    float80_t\n */\ntypedef npy_float32 __pyx_t_5numpy_float32_t;\n\n/* \"../../../../../../../anaconda3/envs/env_/lib/python3.8/site-packages/numpy/__init__.pxd\":704\n * \n * ctypedef npy_float32    float32_t\n * ctypedef npy_float64    float64_t             # <<<<<<<<<<<<<<\n * #ctypedef npy_float80    float80_t\n * #ctypedef npy_float128   float128_t\n */\ntypedef npy_float64 __pyx_t_5numpy_float64_t;\n\n/* \"../../../../../../../anaconda3/envs/env_/lib/python3.8/site-packages/numpy/__init__.pxd\":713\n * # The int types are mapped a bit surprising --\n * # numpy.int corresponds to 'l' and numpy.long to 'q'\n * ctypedef npy_long       int_t             # <<<<<<<<<<<<<<\n * ctypedef npy_longlong   long_t\n * ctypedef npy_longlong   longlong_t\n */\ntypedef npy_long __pyx_t_5numpy_int_t;\n\n/* \"../../../../../../../anaconda3/envs/env_/lib/python3.8/site-packages/numpy/__init__.pxd\":714\n * # numpy.int corresponds to 'l' and numpy.long to 'q'\n * ctypedef npy_long       int_t\n * ctypedef npy_longlong   long_t             # <<<<<<<<<<<<<<\n * ctypedef npy_longlong   longlong_t\n * \n */\ntypedef npy_longlong __pyx_t_5numpy_long_t;\n\n/* \"../../../../../../../anaconda3/envs/env_/lib/python3.8/site-packages/numpy/__init__.pxd\":715\n * ctypedef npy_long       int_t\n * ctypedef npy_longlong   long_t\n * ctypedef npy_longlong   longlong_t             # <<<<<<<<<<<<<<\n * \n * ctypedef npy_ulong      uint_t\n */\ntypedef npy_longlong __pyx_t_5numpy_longlong_t;\n\n/* \"../../../../../../../anaconda3/envs/env_/lib/python3.8/site-packages/numpy/__init__.pxd\":717\n * ctypedef npy_longlong   longlong_t\n * \n * ctypedef npy_ulong      uint_t             # <<<<<<<<<<<<<<\n * ctypedef npy_ulonglong  ulong_t\n * ctypedef npy_ulonglong  ulonglong_t\n */\ntypedef npy_ulong __pyx_t_5numpy_uint_t;\n\n/* \"../../../../../../../anaconda3/envs/env_/lib/python3.8/site-packages/numpy/__init__.pxd\":718\n * \n * ctypedef npy_ulong      uint_t\n * ctypedef npy_ulonglong  ulong_t             # <<<<<<<<<<<<<<\n * ctypedef npy_ulonglong  ulonglong_t\n * \n */\ntypedef npy_ulonglong __pyx_t_5numpy_ulong_t;\n\n/* \"../../../../../../../anaconda3/envs/env_/lib/python3.8/site-packages/numpy/__init__.pxd\":719\n * ctypedef npy_ulong      uint_t\n * ctypedef npy_ulonglong  ulong_t\n * ctypedef npy_ulonglong  ulonglong_t             # <<<<<<<<<<<<<<\n * \n * ctypedef npy_intp       intp_t\n */\ntypedef npy_ulonglong __pyx_t_5numpy_ulonglong_t;\n\n/* \"../../../../../../../anaconda3/envs/env_/lib/python3.8/site-packages/numpy/__init__.pxd\":721\n * ctypedef npy_ulonglong  ulonglong_t\n * \n * ctypedef npy_intp       intp_t             # <<<<<<<<<<<<<<\n * ctypedef npy_uintp      uintp_t\n * \n */\ntypedef npy_intp __pyx_t_5numpy_intp_t;\n\n/* \"../../../../../../../anaconda3/envs/env_/lib/python3.8/site-packages/numpy/__init__.pxd\":722\n * \n * ctypedef npy_intp       intp_t\n * ctypedef npy_uintp      uintp_t             # <<<<<<<<<<<<<<\n * \n * ctypedef npy_double     float_t\n */\ntypedef npy_uintp __pyx_t_5numpy_uintp_t;\n\n/* \"../../../../../../../anaconda3/envs/env_/lib/python3.8/site-packages/numpy/__init__.pxd\":724\n * ctypedef npy_uintp      uintp_t\n * \n * ctypedef npy_double     float_t             # <<<<<<<<<<<<<<\n * ctypedef npy_double     double_t\n * ctypedef npy_longdouble longdouble_t\n */\ntypedef npy_double __pyx_t_5numpy_float_t;\n\n/* \"../../../../../../../anaconda3/envs/env_/lib/python3.8/site-packages/numpy/__init__.pxd\":725\n * \n * ctypedef npy_double     float_t\n * ctypedef npy_double     double_t             # <<<<<<<<<<<<<<\n * ctypedef npy_longdouble longdouble_t\n * \n */\ntypedef npy_double __pyx_t_5numpy_double_t;\n\n/* \"../../../../../../../anaconda3/envs/env_/lib/python3.8/site-packages/numpy/__init__.pxd\":726\n * ctypedef npy_double     float_t\n * ctypedef npy_double     double_t\n * ctypedef npy_longdouble longdouble_t             # <<<<<<<<<<<<<<\n * \n * ctypedef npy_cfloat      cfloat_t\n */\ntypedef npy_longdouble __pyx_t_5numpy_longdouble_t;\n/* Declarations.proto */\n#if CYTHON_CCOMPLEX\n  #ifdef __cplusplus\n    typedef ::std::complex< float > __pyx_t_float_complex;\n  #else\n    typedef float _Complex __pyx_t_float_complex;\n  #endif\n#else\n    typedef struct { float real, imag; } __pyx_t_float_complex;\n#endif\nstatic CYTHON_INLINE __pyx_t_float_complex __pyx_t_float_complex_from_parts(float, float);\n\n/* Declarations.proto */\n#if CYTHON_CCOMPLEX\n  #ifdef __cplusplus\n    typedef ::std::complex< double > __pyx_t_double_complex;\n  #else\n    typedef double _Complex __pyx_t_double_complex;\n  #endif\n#else\n    typedef struct { double real, imag; } __pyx_t_double_complex;\n#endif\nstatic CYTHON_INLINE __pyx_t_double_complex __pyx_t_double_complex_from_parts(double, double);\n\n\n/*--- Type declarations ---*/\nstruct __pyx_obj_5libmr_MR;\nstruct __pyx_array_obj;\nstruct __pyx_MemviewEnum_obj;\nstruct __pyx_memoryview_obj;\nstruct __pyx_memoryviewslice_obj;\n\n/* \"../../../../../../../anaconda3/envs/env_/lib/python3.8/site-packages/numpy/__init__.pxd\":728\n * ctypedef npy_longdouble longdouble_t\n * \n * ctypedef npy_cfloat      cfloat_t             # <<<<<<<<<<<<<<\n * ctypedef npy_cdouble     cdouble_t\n * ctypedef npy_clongdouble clongdouble_t\n */\ntypedef npy_cfloat __pyx_t_5numpy_cfloat_t;\n\n/* \"../../../../../../../anaconda3/envs/env_/lib/python3.8/site-packages/numpy/__init__.pxd\":729\n * \n * ctypedef npy_cfloat      cfloat_t\n * ctypedef npy_cdouble     cdouble_t             # <<<<<<<<<<<<<<\n * ctypedef npy_clongdouble clongdouble_t\n * \n */\ntypedef npy_cdouble __pyx_t_5numpy_cdouble_t;\n\n/* \"../../../../../../../anaconda3/envs/env_/lib/python3.8/site-packages/numpy/__init__.pxd\":730\n * ctypedef npy_cfloat      cfloat_t\n * ctypedef npy_cdouble     cdouble_t\n * ctypedef npy_clongdouble clongdouble_t             # <<<<<<<<<<<<<<\n * \n * ctypedef npy_cdouble     complex_t\n */\ntypedef npy_clongdouble __pyx_t_5numpy_clongdouble_t;\n\n/* \"../../../../../../../anaconda3/envs/env_/lib/python3.8/site-packages/numpy/__init__.pxd\":732\n * ctypedef npy_clongdouble clongdouble_t\n * \n * ctypedef npy_cdouble     complex_t             # <<<<<<<<<<<<<<\n * \n * cdef inline object PyArray_MultiIterNew1(a):\n */\ntypedef npy_cdouble __pyx_t_5numpy_complex_t;\n\n/* \"libmr.pyx\":95\n * \n * # This is the Python wrapper class.\n * cdef class MR:             # <<<<<<<<<<<<<<\n *     cdef MetaRecognition *thisptr\n *     def __cinit__(self, int scores_to_drop=0,\n */\nstruct __pyx_obj_5libmr_MR {\n  PyObject_HEAD\n  MetaRecognition *thisptr;\n};\n\n\n/* \"View.MemoryView\":105\n * \n * @cname(\"__pyx_array\")\n * cdef class array:             # <<<<<<<<<<<<<<\n * \n *     cdef:\n */\nstruct __pyx_array_obj {\n  PyObject_HEAD\n  struct __pyx_vtabstruct_array *__pyx_vtab;\n  char *data;\n  Py_ssize_t len;\n  char *format;\n  int ndim;\n  Py_ssize_t *_shape;\n  Py_ssize_t *_strides;\n  Py_ssize_t itemsize;\n  PyObject *mode;\n  PyObject *_format;\n  void (*callback_free_data)(void *);\n  int free_data;\n  int dtype_is_object;\n};\n\n\n/* \"View.MemoryView\":279\n * \n * @cname('__pyx_MemviewEnum')\n * cdef class Enum(object):             # <<<<<<<<<<<<<<\n *     cdef object name\n *     def __init__(self, name):\n */\nstruct __pyx_MemviewEnum_obj {\n  PyObject_HEAD\n  PyObject *name;\n};\n\n\n/* \"View.MemoryView\":330\n * \n * @cname('__pyx_memoryview')\n * cdef class memoryview(object):             # <<<<<<<<<<<<<<\n * \n *     cdef object obj\n */\nstruct __pyx_memoryview_obj {\n  PyObject_HEAD\n  struct __pyx_vtabstruct_memoryview *__pyx_vtab;\n  PyObject *obj;\n  PyObject *_size;\n  PyObject *_array_interface;\n  PyThread_type_lock lock;\n  __pyx_atomic_int acquisition_count[2];\n  __pyx_atomic_int *acquisition_count_aligned_p;\n  Py_buffer view;\n  int flags;\n  int dtype_is_object;\n  __Pyx_TypeInfo *typeinfo;\n};\n\n\n/* \"View.MemoryView\":965\n * \n * @cname('__pyx_memoryviewslice')\n * cdef class _memoryviewslice(memoryview):             # <<<<<<<<<<<<<<\n *     \"Internal class for passing memoryview slices to Python\"\n * \n */\nstruct __pyx_memoryviewslice_obj {\n  struct __pyx_memoryview_obj __pyx_base;\n  __Pyx_memviewslice from_slice;\n  PyObject *from_object;\n  PyObject *(*to_object_func)(char *);\n  int (*to_dtype_func)(char *, PyObject *);\n};\n\n\n\n/* \"View.MemoryView\":105\n * \n * @cname(\"__pyx_array\")\n * cdef class array:             # <<<<<<<<<<<<<<\n * \n *     cdef:\n */\n\nstruct __pyx_vtabstruct_array {\n  PyObject *(*get_memview)(struct __pyx_array_obj *);\n};\nstatic struct __pyx_vtabstruct_array *__pyx_vtabptr_array;\n\n\n/* \"View.MemoryView\":330\n * \n * @cname('__pyx_memoryview')\n * cdef class memoryview(object):             # <<<<<<<<<<<<<<\n * \n *     cdef object obj\n */\n\nstruct __pyx_vtabstruct_memoryview {\n  char *(*get_item_pointer)(struct __pyx_memoryview_obj *, PyObject *);\n  PyObject *(*is_slice)(struct __pyx_memoryview_obj *, PyObject *);\n  PyObject *(*setitem_slice_assignment)(struct __pyx_memoryview_obj *, PyObject *, PyObject *);\n  PyObject *(*setitem_slice_assign_scalar)(struct __pyx_memoryview_obj *, struct __pyx_memoryview_obj *, PyObject *);\n  PyObject *(*setitem_indexed)(struct __pyx_memoryview_obj *, PyObject *, PyObject *);\n  PyObject *(*convert_item_to_object)(struct __pyx_memoryview_obj *, char *);\n  PyObject *(*assign_item_from_object)(struct __pyx_memoryview_obj *, char *, PyObject *);\n};\nstatic struct __pyx_vtabstruct_memoryview *__pyx_vtabptr_memoryview;\n\n\n/* \"View.MemoryView\":965\n * \n * @cname('__pyx_memoryviewslice')\n * cdef class _memoryviewslice(memoryview):             # <<<<<<<<<<<<<<\n *     \"Internal class for passing memoryview slices to Python\"\n * \n */\n\nstruct __pyx_vtabstruct__memoryviewslice {\n  struct __pyx_vtabstruct_memoryview __pyx_base;\n};\nstatic struct __pyx_vtabstruct__memoryviewslice *__pyx_vtabptr__memoryviewslice;\n\n/* --- Runtime support code (head) --- */\n/* Refnanny.proto */\n#ifndef CYTHON_REFNANNY\n  #define CYTHON_REFNANNY 0\n#endif\n#if CYTHON_REFNANNY\n  typedef struct {\n    void (*INCREF)(void*, PyObject*, int);\n    void (*DECREF)(void*, PyObject*, int);\n    void (*GOTREF)(void*, PyObject*, int);\n    void (*GIVEREF)(void*, PyObject*, int);\n    void* (*SetupContext)(const char*, int, const char*);\n    void (*FinishContext)(void**);\n  } __Pyx_RefNannyAPIStruct;\n  static __Pyx_RefNannyAPIStruct *__Pyx_RefNanny = NULL;\n  static __Pyx_RefNannyAPIStruct *__Pyx_RefNannyImportAPI(const char *modname);\n  #define __Pyx_RefNannyDeclarations void *__pyx_refnanny = NULL;\n#ifdef WITH_THREAD\n  #define __Pyx_RefNannySetupContext(name, acquire_gil)\\\n          if (acquire_gil) {\\\n              PyGILState_STATE __pyx_gilstate_save = PyGILState_Ensure();\\\n              __pyx_refnanny = __Pyx_RefNanny->SetupContext((name), __LINE__, __FILE__);\\\n              PyGILState_Release(__pyx_gilstate_save);\\\n          } else {\\\n              __pyx_refnanny = __Pyx_RefNanny->SetupContext((name), __LINE__, __FILE__);\\\n          }\n#else\n  #define __Pyx_RefNannySetupContext(name, acquire_gil)\\\n          __pyx_refnanny = __Pyx_RefNanny->SetupContext((name), __LINE__, __FILE__)\n#endif\n  #define __Pyx_RefNannyFinishContext()\\\n          __Pyx_RefNanny->FinishContext(&__pyx_refnanny)\n  #define __Pyx_INCREF(r)  __Pyx_RefNanny->INCREF(__pyx_refnanny, (PyObject *)(r), __LINE__)\n  #define __Pyx_DECREF(r)  __Pyx_RefNanny->DECREF(__pyx_refnanny, (PyObject *)(r), __LINE__)\n  #define __Pyx_GOTREF(r)  __Pyx_RefNanny->GOTREF(__pyx_refnanny, (PyObject *)(r), __LINE__)\n  #define __Pyx_GIVEREF(r) __Pyx_RefNanny->GIVEREF(__pyx_refnanny, (PyObject *)(r), __LINE__)\n  #define __Pyx_XINCREF(r)  do { if((r) != NULL) {__Pyx_INCREF(r); }} while(0)\n  #define __Pyx_XDECREF(r)  do { if((r) != NULL) {__Pyx_DECREF(r); }} while(0)\n  #define __Pyx_XGOTREF(r)  do { if((r) != NULL) {__Pyx_GOTREF(r); }} while(0)\n  #define __Pyx_XGIVEREF(r) do { if((r) != NULL) {__Pyx_GIVEREF(r);}} while(0)\n#else\n  #define __Pyx_RefNannyDeclarations\n  #define __Pyx_RefNannySetupContext(name, acquire_gil)\n  #define __Pyx_RefNannyFinishContext()\n  #define __Pyx_INCREF(r) Py_INCREF(r)\n  #define __Pyx_DECREF(r) Py_DECREF(r)\n  #define __Pyx_GOTREF(r)\n  #define __Pyx_GIVEREF(r)\n  #define __Pyx_XINCREF(r) Py_XINCREF(r)\n  #define __Pyx_XDECREF(r) Py_XDECREF(r)\n  #define __Pyx_XGOTREF(r)\n  #define __Pyx_XGIVEREF(r)\n#endif\n#define __Pyx_XDECREF_SET(r, v) do {\\\n        PyObject *tmp = (PyObject *) r;\\\n        r = v; __Pyx_XDECREF(tmp);\\\n    } while (0)\n#define __Pyx_DECREF_SET(r, v) do {\\\n        PyObject *tmp = (PyObject *) r;\\\n        r = v; __Pyx_DECREF(tmp);\\\n    } while (0)\n#define __Pyx_CLEAR(r)    do { PyObject* tmp = ((PyObject*)(r)); r = NULL; __Pyx_DECREF(tmp);} while(0)\n#define __Pyx_XCLEAR(r)   do { if((r) != NULL) {PyObject* tmp = ((PyObject*)(r)); r = NULL; __Pyx_DECREF(tmp);}} while(0)\n\n/* PyObjectGetAttrStr.proto */\n#if CYTHON_USE_TYPE_SLOTS\nstatic CYTHON_INLINE PyObject* __Pyx_PyObject_GetAttrStr(PyObject* obj, PyObject* attr_name);\n#else\n#define __Pyx_PyObject_GetAttrStr(o,n) PyObject_GetAttr(o,n)\n#endif\n\n/* GetBuiltinName.proto */\nstatic PyObject *__Pyx_GetBuiltinName(PyObject *name);\n\n/* RaiseDoubleKeywords.proto */\nstatic void __Pyx_RaiseDoubleKeywordsError(const char* func_name, PyObject* kw_name);\n\n/* ParseKeywords.proto */\nstatic int __Pyx_ParseOptionalKeywords(PyObject *kwds, PyObject **argnames[],\\\n    PyObject *kwds2, PyObject *values[], Py_ssize_t num_pos_args,\\\n    const char* function_name);\n\n/* RaiseArgTupleInvalid.proto */\nstatic void __Pyx_RaiseArgtupleInvalid(const char* func_name, int exact,\n    Py_ssize_t num_min, Py_ssize_t num_max, Py_ssize_t num_found);\n\n/* GetItemInt.proto */\n#define __Pyx_GetItemInt(o, i, type, is_signed, to_py_func, is_list, wraparound, boundscheck)\\\n    (__Pyx_fits_Py_ssize_t(i, type, is_signed) ?\\\n    __Pyx_GetItemInt_Fast(o, (Py_ssize_t)i, is_list, wraparound, boundscheck) :\\\n    (is_list ? (PyErr_SetString(PyExc_IndexError, \"list index out of range\"), (PyObject*)NULL) :\\\n               __Pyx_GetItemInt_Generic(o, to_py_func(i))))\n#define __Pyx_GetItemInt_List(o, i, type, is_signed, to_py_func, is_list, wraparound, boundscheck)\\\n    (__Pyx_fits_Py_ssize_t(i, type, is_signed) ?\\\n    __Pyx_GetItemInt_List_Fast(o, (Py_ssize_t)i, wraparound, boundscheck) :\\\n    (PyErr_SetString(PyExc_IndexError, \"list index out of range\"), (PyObject*)NULL))\nstatic CYTHON_INLINE PyObject *__Pyx_GetItemInt_List_Fast(PyObject *o, Py_ssize_t i,\n                                                              int wraparound, int boundscheck);\n#define __Pyx_GetItemInt_Tuple(o, i, type, is_signed, to_py_func, is_list, wraparound, boundscheck)\\\n    (__Pyx_fits_Py_ssize_t(i, type, is_signed) ?\\\n    __Pyx_GetItemInt_Tuple_Fast(o, (Py_ssize_t)i, wraparound, boundscheck) :\\\n    (PyErr_SetString(PyExc_IndexError, \"tuple index out of range\"), (PyObject*)NULL))\nstatic CYTHON_INLINE PyObject *__Pyx_GetItemInt_Tuple_Fast(PyObject *o, Py_ssize_t i,\n                                                              int wraparound, int boundscheck);\nstatic PyObject *__Pyx_GetItemInt_Generic(PyObject *o, PyObject* j);\nstatic CYTHON_INLINE PyObject *__Pyx_GetItemInt_Fast(PyObject *o, Py_ssize_t i,\n                                                     int is_list, int wraparound, int boundscheck);\n\n/* PySequenceContains.proto */\nstatic CYTHON_INLINE int __Pyx_PySequence_ContainsTF(PyObject* item, PyObject* seq, int eq) {\n    int result = PySequence_Contains(seq, item);\n    return unlikely(result < 0) ? result : (result == (eq == Py_EQ));\n}\n\n/* DictGetItem.proto */\n#if PY_MAJOR_VERSION >= 3 && !CYTHON_COMPILING_IN_PYPY\nstatic PyObject *__Pyx_PyDict_GetItem(PyObject *d, PyObject* key);\n#define __Pyx_PyObject_Dict_GetItem(obj, name)\\\n    (likely(PyDict_CheckExact(obj)) ?\\\n     __Pyx_PyDict_GetItem(obj, name) : PyObject_GetItem(obj, name))\n#else\n#define __Pyx_PyDict_GetItem(d, key) PyObject_GetItem(d, key)\n#define __Pyx_PyObject_Dict_GetItem(obj, name)  PyObject_GetItem(obj, name)\n#endif\n\n/* PyIntCompare.proto */\nstatic CYTHON_INLINE PyObject* __Pyx_PyInt_EqObjC(PyObject *op1, PyObject *op2, long intval, long inplace);\n\n/* PyCFunctionFastCall.proto */\n#if CYTHON_FAST_PYCCALL\nstatic CYTHON_INLINE PyObject *__Pyx_PyCFunction_FastCall(PyObject *func, PyObject **args, Py_ssize_t nargs);\n#else\n#define __Pyx_PyCFunction_FastCall(func, args, nargs)  (assert(0), NULL)\n#endif\n\n/* PyFunctionFastCall.proto */\n#if CYTHON_FAST_PYCALL\n#define __Pyx_PyFunction_FastCall(func, args, nargs)\\\n    __Pyx_PyFunction_FastCallDict((func), (args), (nargs), NULL)\n#if 1 || PY_VERSION_HEX < 0x030600B1\nstatic PyObject *__Pyx_PyFunction_FastCallDict(PyObject *func, PyObject **args, Py_ssize_t nargs, PyObject *kwargs);\n#else\n#define __Pyx_PyFunction_FastCallDict(func, args, nargs, kwargs) _PyFunction_FastCallDict(func, args, nargs, kwargs)\n#endif\n#define __Pyx_BUILD_ASSERT_EXPR(cond)\\\n    (sizeof(char [1 - 2*!(cond)]) - 1)\n#ifndef Py_MEMBER_SIZE\n#define Py_MEMBER_SIZE(type, member) sizeof(((type *)0)->member)\n#endif\n  static size_t __pyx_pyframe_localsplus_offset = 0;\n  #include \"frameobject.h\"\n  #define __Pxy_PyFrame_Initialize_Offsets()\\\n    ((void)__Pyx_BUILD_ASSERT_EXPR(sizeof(PyFrameObject) == offsetof(PyFrameObject, f_localsplus) + Py_MEMBER_SIZE(PyFrameObject, f_localsplus)),\\\n     (void)(__pyx_pyframe_localsplus_offset = ((size_t)PyFrame_Type.tp_basicsize) - Py_MEMBER_SIZE(PyFrameObject, f_localsplus)))\n  #define __Pyx_PyFrame_GetLocalsplus(frame)\\\n    (assert(__pyx_pyframe_localsplus_offset), (PyObject **)(((char *)(frame)) + __pyx_pyframe_localsplus_offset))\n#endif\n\n/* PyObjectCall.proto */\n#if CYTHON_COMPILING_IN_CPYTHON\nstatic CYTHON_INLINE PyObject* __Pyx_PyObject_Call(PyObject *func, PyObject *arg, PyObject *kw);\n#else\n#define __Pyx_PyObject_Call(func, arg, kw) PyObject_Call(func, arg, kw)\n#endif\n\n/* PyObjectCallMethO.proto */\n#if CYTHON_COMPILING_IN_CPYTHON\nstatic CYTHON_INLINE PyObject* __Pyx_PyObject_CallMethO(PyObject *func, PyObject *arg);\n#endif\n\n/* PyObjectCallOneArg.proto */\nstatic CYTHON_INLINE PyObject* __Pyx_PyObject_CallOneArg(PyObject *func, PyObject *arg);\n\n/* ObjectGetItem.proto */\n#if CYTHON_USE_TYPE_SLOTS\nstatic CYTHON_INLINE PyObject *__Pyx_PyObject_GetItem(PyObject *obj, PyObject* key);\n#else\n#define __Pyx_PyObject_GetItem(obj, key)  PyObject_GetItem(obj, key)\n#endif\n\n/* PyDictVersioning.proto */\n#if CYTHON_USE_DICT_VERSIONS && CYTHON_USE_TYPE_SLOTS\n#define __PYX_DICT_VERSION_INIT  ((PY_UINT64_T) -1)\n#define __PYX_GET_DICT_VERSION(dict)  (((PyDictObject*)(dict))->ma_version_tag)\n#define __PYX_UPDATE_DICT_CACHE(dict, value, cache_var, version_var)\\\n    (version_var) = __PYX_GET_DICT_VERSION(dict);\\\n    (cache_var) = (value);\n#define __PYX_PY_DICT_LOOKUP_IF_MODIFIED(VAR, DICT, LOOKUP) {\\\n    static PY_UINT64_T __pyx_dict_version = 0;\\\n    static PyObject *__pyx_dict_cached_value = NULL;\\\n    if (likely(__PYX_GET_DICT_VERSION(DICT) == __pyx_dict_version)) {\\\n        (VAR) = __pyx_dict_cached_value;\\\n    } else {\\\n        (VAR) = __pyx_dict_cached_value = (LOOKUP);\\\n        __pyx_dict_version = __PYX_GET_DICT_VERSION(DICT);\\\n    }\\\n}\nstatic CYTHON_INLINE PY_UINT64_T __Pyx_get_tp_dict_version(PyObject *obj);\nstatic CYTHON_INLINE PY_UINT64_T __Pyx_get_object_dict_version(PyObject *obj);\nstatic CYTHON_INLINE int __Pyx_object_dict_version_matches(PyObject* obj, PY_UINT64_T tp_dict_version, PY_UINT64_T obj_dict_version);\n#else\n#define __PYX_GET_DICT_VERSION(dict)  (0)\n#define __PYX_UPDATE_DICT_CACHE(dict, value, cache_var, version_var)\n#define __PYX_PY_DICT_LOOKUP_IF_MODIFIED(VAR, DICT, LOOKUP)  (VAR) = (LOOKUP);\n#endif\n\n/* GetModuleGlobalName.proto */\n#if CYTHON_USE_DICT_VERSIONS\n#define __Pyx_GetModuleGlobalName(var, name)  {\\\n    static PY_UINT64_T __pyx_dict_version = 0;\\\n    static PyObject *__pyx_dict_cached_value = NULL;\\\n    (var) = (likely(__pyx_dict_version == __PYX_GET_DICT_VERSION(__pyx_d))) ?\\\n        (likely(__pyx_dict_cached_value) ? __Pyx_NewRef(__pyx_dict_cached_value) : __Pyx_GetBuiltinName(name)) :\\\n        __Pyx__GetModuleGlobalName(name, &__pyx_dict_version, &__pyx_dict_cached_value);\\\n}\n#define __Pyx_GetModuleGlobalNameUncached(var, name)  {\\\n    PY_UINT64_T __pyx_dict_version;\\\n    PyObject *__pyx_dict_cached_value;\\\n    (var) = __Pyx__GetModuleGlobalName(name, &__pyx_dict_version, &__pyx_dict_cached_value);\\\n}\nstatic PyObject *__Pyx__GetModuleGlobalName(PyObject *name, PY_UINT64_T *dict_version, PyObject **dict_cached_value);\n#else\n#define __Pyx_GetModuleGlobalName(var, name)  (var) = __Pyx__GetModuleGlobalName(name)\n#define __Pyx_GetModuleGlobalNameUncached(var, name)  (var) = __Pyx__GetModuleGlobalName(name)\nstatic CYTHON_INLINE PyObject *__Pyx__GetModuleGlobalName(PyObject *name);\n#endif\n\n/* ExtTypeTest.proto */\nstatic CYTHON_INLINE int __Pyx_TypeTest(PyObject *obj, PyTypeObject *type);\n\n/* IsLittleEndian.proto */\nstatic CYTHON_INLINE int __Pyx_Is_Little_Endian(void);\n\n/* BufferFormatCheck.proto */\nstatic const char* __Pyx_BufFmt_CheckString(__Pyx_BufFmt_Context* ctx, const char* ts);\nstatic void __Pyx_BufFmt_Init(__Pyx_BufFmt_Context* ctx,\n                              __Pyx_BufFmt_StackElem* stack,\n                              __Pyx_TypeInfo* type);\n\n/* BufferGetAndValidate.proto */\n#define __Pyx_GetBufferAndValidate(buf, obj, dtype, flags, nd, cast, stack)\\\n    ((obj == Py_None || obj == NULL) ?\\\n    (__Pyx_ZeroBuffer(buf), 0) :\\\n    __Pyx__GetBufferAndValidate(buf, obj, dtype, flags, nd, cast, stack))\nstatic int  __Pyx__GetBufferAndValidate(Py_buffer* buf, PyObject* obj,\n    __Pyx_TypeInfo* dtype, int flags, int nd, int cast, __Pyx_BufFmt_StackElem* stack);\nstatic void __Pyx_ZeroBuffer(Py_buffer* buf);\nstatic CYTHON_INLINE void __Pyx_SafeReleaseBuffer(Py_buffer* info);\nstatic Py_ssize_t __Pyx_minusones[] = { -1, -1, -1, -1, -1, -1, -1, -1 };\nstatic Py_ssize_t __Pyx_zeros[] = { 0, 0, 0, 0, 0, 0, 0, 0 };\n\n/* BufferIndexError.proto */\nstatic void __Pyx_RaiseBufferIndexError(int axis);\n\n#define __Pyx_BufPtrStrided1d(type, buf, i0, s0) (type)((char*)buf + i0 * s0)\n/* PyThreadStateGet.proto */\n#if CYTHON_FAST_THREAD_STATE\n#define __Pyx_PyThreadState_declare  PyThreadState *__pyx_tstate;\n#define __Pyx_PyThreadState_assign  __pyx_tstate = __Pyx_PyThreadState_Current;\n#define __Pyx_PyErr_Occurred()  __pyx_tstate->curexc_type\n#else\n#define __Pyx_PyThreadState_declare\n#define __Pyx_PyThreadState_assign\n#define __Pyx_PyErr_Occurred()  PyErr_Occurred()\n#endif\n\n/* PyErrFetchRestore.proto */\n#if CYTHON_FAST_THREAD_STATE\n#define __Pyx_PyErr_Clear() __Pyx_ErrRestore(NULL, NULL, NULL)\n#define __Pyx_ErrRestoreWithState(type, value, tb)  __Pyx_ErrRestoreInState(PyThreadState_GET(), type, value, tb)\n#define __Pyx_ErrFetchWithState(type, value, tb)    __Pyx_ErrFetchInState(PyThreadState_GET(), type, value, tb)\n#define __Pyx_ErrRestore(type, value, tb)  __Pyx_ErrRestoreInState(__pyx_tstate, type, value, tb)\n#define __Pyx_ErrFetch(type, value, tb)    __Pyx_ErrFetchInState(__pyx_tstate, type, value, tb)\nstatic CYTHON_INLINE void __Pyx_ErrRestoreInState(PyThreadState *tstate, PyObject *type, PyObject *value, PyObject *tb);\nstatic CYTHON_INLINE void __Pyx_ErrFetchInState(PyThreadState *tstate, PyObject **type, PyObject **value, PyObject **tb);\n#if CYTHON_COMPILING_IN_CPYTHON\n#define __Pyx_PyErr_SetNone(exc) (Py_INCREF(exc), __Pyx_ErrRestore((exc), NULL, NULL))\n#else\n#define __Pyx_PyErr_SetNone(exc) PyErr_SetNone(exc)\n#endif\n#else\n#define __Pyx_PyErr_Clear() PyErr_Clear()\n#define __Pyx_PyErr_SetNone(exc) PyErr_SetNone(exc)\n#define __Pyx_ErrRestoreWithState(type, value, tb)  PyErr_Restore(type, value, tb)\n#define __Pyx_ErrFetchWithState(type, value, tb)  PyErr_Fetch(type, value, tb)\n#define __Pyx_ErrRestoreInState(tstate, type, value, tb)  PyErr_Restore(type, value, tb)\n#define __Pyx_ErrFetchInState(tstate, type, value, tb)  PyErr_Fetch(type, value, tb)\n#define __Pyx_ErrRestore(type, value, tb)  PyErr_Restore(type, value, tb)\n#define __Pyx_ErrFetch(type, value, tb)  PyErr_Fetch(type, value, tb)\n#endif\n\n/* MemviewSliceInit.proto */\n#define __Pyx_BUF_MAX_NDIMS %(BUF_MAX_NDIMS)d\n#define __Pyx_MEMVIEW_DIRECT   1\n#define __Pyx_MEMVIEW_PTR      2\n#define __Pyx_MEMVIEW_FULL     4\n#define __Pyx_MEMVIEW_CONTIG   8\n#define __Pyx_MEMVIEW_STRIDED  16\n#define __Pyx_MEMVIEW_FOLLOW   32\n#define __Pyx_IS_C_CONTIG 1\n#define __Pyx_IS_F_CONTIG 2\nstatic int __Pyx_init_memviewslice(\n                struct __pyx_memoryview_obj *memview,\n                int ndim,\n                __Pyx_memviewslice *memviewslice,\n                int memview_is_new_reference);\nstatic CYTHON_INLINE int __pyx_add_acquisition_count_locked(\n    __pyx_atomic_int *acquisition_count, PyThread_type_lock lock);\nstatic CYTHON_INLINE int __pyx_sub_acquisition_count_locked(\n    __pyx_atomic_int *acquisition_count, PyThread_type_lock lock);\n#define __pyx_get_slice_count_pointer(memview) (memview->acquisition_count_aligned_p)\n#define __pyx_get_slice_count(memview) (*__pyx_get_slice_count_pointer(memview))\n#define __PYX_INC_MEMVIEW(slice, have_gil) __Pyx_INC_MEMVIEW(slice, have_gil, __LINE__)\n#define __PYX_XDEC_MEMVIEW(slice, have_gil) __Pyx_XDEC_MEMVIEW(slice, have_gil, __LINE__)\nstatic CYTHON_INLINE void __Pyx_INC_MEMVIEW(__Pyx_memviewslice *, int, int);\nstatic CYTHON_INLINE void __Pyx_XDEC_MEMVIEW(__Pyx_memviewslice *, int, int);\n\n/* RaiseException.proto */\nstatic void __Pyx_Raise(PyObject *type, PyObject *value, PyObject *tb, PyObject *cause);\n\n/* ArgTypeTest.proto */\n#define __Pyx_ArgTypeTest(obj, type, none_allowed, name, exact)\\\n    ((likely((Py_TYPE(obj) == type) | (none_allowed && (obj == Py_None)))) ? 1 :\\\n        __Pyx__ArgTypeTest(obj, type, name, exact))\nstatic int __Pyx__ArgTypeTest(PyObject *obj, PyTypeObject *type, const char *name, int exact);\n\n/* PyObjectCallNoArg.proto */\n#if CYTHON_COMPILING_IN_CPYTHON\nstatic CYTHON_INLINE PyObject* __Pyx_PyObject_CallNoArg(PyObject *func);\n#else\n#define __Pyx_PyObject_CallNoArg(func) __Pyx_PyObject_Call(func, __pyx_empty_tuple, NULL)\n#endif\n\n/* GetTopmostException.proto */\n#if CYTHON_USE_EXC_INFO_STACK\nstatic _PyErr_StackItem * __Pyx_PyErr_GetTopmostException(PyThreadState *tstate);\n#endif\n\n/* SaveResetException.proto */\n#if CYTHON_FAST_THREAD_STATE\n#define __Pyx_ExceptionSave(type, value, tb)  __Pyx__ExceptionSave(__pyx_tstate, type, value, tb)\nstatic CYTHON_INLINE void __Pyx__ExceptionSave(PyThreadState *tstate, PyObject **type, PyObject **value, PyObject **tb);\n#define __Pyx_ExceptionReset(type, value, tb)  __Pyx__ExceptionReset(__pyx_tstate, type, value, tb)\nstatic CYTHON_INLINE void __Pyx__ExceptionReset(PyThreadState *tstate, PyObject *type, PyObject *value, PyObject *tb);\n#else\n#define __Pyx_ExceptionSave(type, value, tb)   PyErr_GetExcInfo(type, value, tb)\n#define __Pyx_ExceptionReset(type, value, tb)  PyErr_SetExcInfo(type, value, tb)\n#endif\n\n/* PyErrExceptionMatches.proto */\n#if CYTHON_FAST_THREAD_STATE\n#define __Pyx_PyErr_ExceptionMatches(err) __Pyx_PyErr_ExceptionMatchesInState(__pyx_tstate, err)\nstatic CYTHON_INLINE int __Pyx_PyErr_ExceptionMatchesInState(PyThreadState* tstate, PyObject* err);\n#else\n#define __Pyx_PyErr_ExceptionMatches(err)  PyErr_ExceptionMatches(err)\n#endif\n\n/* GetException.proto */\n#if CYTHON_FAST_THREAD_STATE\n#define __Pyx_GetException(type, value, tb)  __Pyx__GetException(__pyx_tstate, type, value, tb)\nstatic int __Pyx__GetException(PyThreadState *tstate, PyObject **type, PyObject **value, PyObject **tb);\n#else\nstatic int __Pyx_GetException(PyObject **type, PyObject **value, PyObject **tb);\n#endif\n\n/* PyObjectCall2Args.proto */\nstatic CYTHON_UNUSED PyObject* __Pyx_PyObject_Call2Args(PyObject* function, PyObject* arg1, PyObject* arg2);\n\n/* IncludeStringH.proto */\n#include <string.h>\n\n/* BytesEquals.proto */\nstatic CYTHON_INLINE int __Pyx_PyBytes_Equals(PyObject* s1, PyObject* s2, int equals);\n\n/* UnicodeEquals.proto */\nstatic CYTHON_INLINE int __Pyx_PyUnicode_Equals(PyObject* s1, PyObject* s2, int equals);\n\n/* StrEquals.proto */\n#if PY_MAJOR_VERSION >= 3\n#define __Pyx_PyString_Equals __Pyx_PyUnicode_Equals\n#else\n#define __Pyx_PyString_Equals __Pyx_PyBytes_Equals\n#endif\n\n/* None.proto */\nstatic CYTHON_INLINE Py_ssize_t __Pyx_div_Py_ssize_t(Py_ssize_t, Py_ssize_t);\n\n/* UnaryNegOverflows.proto */\n#define UNARY_NEG_WOULD_OVERFLOW(x)\\\n        (((x) < 0) & ((unsigned long)(x) == 0-(unsigned long)(x)))\n\nstatic CYTHON_UNUSED int __pyx_array_getbuffer(PyObject *__pyx_v_self, Py_buffer *__pyx_v_info, int __pyx_v_flags); /*proto*/\nstatic PyObject *__pyx_array_get_memview(struct __pyx_array_obj *); /*proto*/\n/* GetAttr.proto */\nstatic CYTHON_INLINE PyObject *__Pyx_GetAttr(PyObject *, PyObject *);\n\n/* decode_c_string_utf16.proto */\nstatic CYTHON_INLINE PyObject *__Pyx_PyUnicode_DecodeUTF16(const char *s, Py_ssize_t size, const char *errors) {\n    int byteorder = 0;\n    return PyUnicode_DecodeUTF16(s, size, errors, &byteorder);\n}\nstatic CYTHON_INLINE PyObject *__Pyx_PyUnicode_DecodeUTF16LE(const char *s, Py_ssize_t size, const char *errors) {\n    int byteorder = -1;\n    return PyUnicode_DecodeUTF16(s, size, errors, &byteorder);\n}\nstatic CYTHON_INLINE PyObject *__Pyx_PyUnicode_DecodeUTF16BE(const char *s, Py_ssize_t size, const char *errors) {\n    int byteorder = 1;\n    return PyUnicode_DecodeUTF16(s, size, errors, &byteorder);\n}\n\n/* decode_c_string.proto */\nstatic CYTHON_INLINE PyObject* __Pyx_decode_c_string(\n         const char* cstring, Py_ssize_t start, Py_ssize_t stop,\n         const char* encoding, const char* errors,\n         PyObject* (*decode_func)(const char *s, Py_ssize_t size, const char *errors));\n\n/* GetAttr3.proto */\nstatic CYTHON_INLINE PyObject *__Pyx_GetAttr3(PyObject *, PyObject *, PyObject *);\n\n/* RaiseTooManyValuesToUnpack.proto */\nstatic CYTHON_INLINE void __Pyx_RaiseTooManyValuesError(Py_ssize_t expected);\n\n/* RaiseNeedMoreValuesToUnpack.proto */\nstatic CYTHON_INLINE void __Pyx_RaiseNeedMoreValuesError(Py_ssize_t index);\n\n/* RaiseNoneIterError.proto */\nstatic CYTHON_INLINE void __Pyx_RaiseNoneNotIterableError(void);\n\n/* SwapException.proto */\n#if CYTHON_FAST_THREAD_STATE\n#define __Pyx_ExceptionSwap(type, value, tb)  __Pyx__ExceptionSwap(__pyx_tstate, type, value, tb)\nstatic CYTHON_INLINE void __Pyx__ExceptionSwap(PyThreadState *tstate, PyObject **type, PyObject **value, PyObject **tb);\n#else\nstatic CYTHON_INLINE void __Pyx_ExceptionSwap(PyObject **type, PyObject **value, PyObject **tb);\n#endif\n\n/* Import.proto */\nstatic PyObject *__Pyx_Import(PyObject *name, PyObject *from_list, int level);\n\n/* FastTypeChecks.proto */\n#if CYTHON_COMPILING_IN_CPYTHON\n#define __Pyx_TypeCheck(obj, type) __Pyx_IsSubtype(Py_TYPE(obj), (PyTypeObject *)type)\nstatic CYTHON_INLINE int __Pyx_IsSubtype(PyTypeObject *a, PyTypeObject *b);\nstatic CYTHON_INLINE int __Pyx_PyErr_GivenExceptionMatches(PyObject *err, PyObject *type);\nstatic CYTHON_INLINE int __Pyx_PyErr_GivenExceptionMatches2(PyObject *err, PyObject *type1, PyObject *type2);\n#else\n#define __Pyx_TypeCheck(obj, type) PyObject_TypeCheck(obj, (PyTypeObject *)type)\n#define __Pyx_PyErr_GivenExceptionMatches(err, type) PyErr_GivenExceptionMatches(err, type)\n#define __Pyx_PyErr_GivenExceptionMatches2(err, type1, type2) (PyErr_GivenExceptionMatches(err, type1) || PyErr_GivenExceptionMatches(err, type2))\n#endif\n#define __Pyx_PyException_Check(obj) __Pyx_TypeCheck(obj, PyExc_Exception)\n\nstatic CYTHON_UNUSED int __pyx_memoryview_getbuffer(PyObject *__pyx_v_self, Py_buffer *__pyx_v_info, int __pyx_v_flags); /*proto*/\n/* ListCompAppend.proto */\n#if CYTHON_USE_PYLIST_INTERNALS && CYTHON_ASSUME_SAFE_MACROS\nstatic CYTHON_INLINE int __Pyx_ListComp_Append(PyObject* list, PyObject* x) {\n    PyListObject* L = (PyListObject*) list;\n    Py_ssize_t len = Py_SIZE(list);\n    if (likely(L->allocated > len)) {\n        Py_INCREF(x);\n        PyList_SET_ITEM(list, len, x);\n        __Pyx_SET_SIZE(list, len + 1);\n        return 0;\n    }\n    return PyList_Append(list, x);\n}\n#else\n#define __Pyx_ListComp_Append(L,x) PyList_Append(L,x)\n#endif\n\n/* PyIntBinop.proto */\n#if !CYTHON_COMPILING_IN_PYPY\nstatic PyObject* __Pyx_PyInt_AddObjC(PyObject *op1, PyObject *op2, long intval, int inplace, int zerodivision_check);\n#else\n#define __Pyx_PyInt_AddObjC(op1, op2, intval, inplace, zerodivision_check)\\\n    (inplace ? PyNumber_InPlaceAdd(op1, op2) : PyNumber_Add(op1, op2))\n#endif\n\n/* ListExtend.proto */\nstatic CYTHON_INLINE int __Pyx_PyList_Extend(PyObject* L, PyObject* v) {\n#if CYTHON_COMPILING_IN_CPYTHON\n    PyObject* none = _PyList_Extend((PyListObject*)L, v);\n    if (unlikely(!none))\n        return -1;\n    Py_DECREF(none);\n    return 0;\n#else\n    return PyList_SetSlice(L, PY_SSIZE_T_MAX, PY_SSIZE_T_MAX, v);\n#endif\n}\n\n/* ListAppend.proto */\n#if CYTHON_USE_PYLIST_INTERNALS && CYTHON_ASSUME_SAFE_MACROS\nstatic CYTHON_INLINE int __Pyx_PyList_Append(PyObject* list, PyObject* x) {\n    PyListObject* L = (PyListObject*) list;\n    Py_ssize_t len = Py_SIZE(list);\n    if (likely(L->allocated > len) & likely(len > (L->allocated >> 1))) {\n        Py_INCREF(x);\n        PyList_SET_ITEM(list, len, x);\n        __Pyx_SET_SIZE(list, len + 1);\n        return 0;\n    }\n    return PyList_Append(list, x);\n}\n#else\n#define __Pyx_PyList_Append(L,x) PyList_Append(L,x)\n#endif\n\n/* None.proto */\nstatic CYTHON_INLINE void __Pyx_RaiseUnboundLocalError(const char *varname);\n\n/* None.proto */\nstatic CYTHON_INLINE long __Pyx_div_long(long, long);\n\n/* ImportFrom.proto */\nstatic PyObject* __Pyx_ImportFrom(PyObject* module, PyObject* name);\n\n/* HasAttr.proto */\nstatic CYTHON_INLINE int __Pyx_HasAttr(PyObject *, PyObject *);\n\n/* PyObject_GenericGetAttrNoDict.proto */\n#if CYTHON_USE_TYPE_SLOTS && CYTHON_USE_PYTYPE_LOOKUP && PY_VERSION_HEX < 0x03070000\nstatic CYTHON_INLINE PyObject* __Pyx_PyObject_GenericGetAttrNoDict(PyObject* obj, PyObject* attr_name);\n#else\n#define __Pyx_PyObject_GenericGetAttrNoDict PyObject_GenericGetAttr\n#endif\n\n/* PyObject_GenericGetAttr.proto */\n#if CYTHON_USE_TYPE_SLOTS && CYTHON_USE_PYTYPE_LOOKUP && PY_VERSION_HEX < 0x03070000\nstatic PyObject* __Pyx_PyObject_GenericGetAttr(PyObject* obj, PyObject* attr_name);\n#else\n#define __Pyx_PyObject_GenericGetAttr PyObject_GenericGetAttr\n#endif\n\n/* PyObjectGetAttrStrNoError.proto */\nstatic CYTHON_INLINE PyObject* __Pyx_PyObject_GetAttrStrNoError(PyObject* obj, PyObject* attr_name);\n\n/* SetupReduce.proto */\nstatic int __Pyx_setup_reduce(PyObject* type_obj);\n\n/* SetVTable.proto */\nstatic int __Pyx_SetVtable(PyObject *dict, void *vtable);\n\n/* TypeImport.proto */\n#ifndef __PYX_HAVE_RT_ImportType_proto\n#define __PYX_HAVE_RT_ImportType_proto\nenum __Pyx_ImportType_CheckSize {\n   __Pyx_ImportType_CheckSize_Error = 0,\n   __Pyx_ImportType_CheckSize_Warn = 1,\n   __Pyx_ImportType_CheckSize_Ignore = 2\n};\nstatic PyTypeObject *__Pyx_ImportType(PyObject* module, const char *module_name, const char *class_name, size_t size, enum __Pyx_ImportType_CheckSize check_size);\n#endif\n\n/* CLineInTraceback.proto */\n#ifdef CYTHON_CLINE_IN_TRACEBACK\n#define __Pyx_CLineForTraceback(tstate, c_line)  (((CYTHON_CLINE_IN_TRACEBACK)) ? c_line : 0)\n#else\nstatic int __Pyx_CLineForTraceback(PyThreadState *tstate, int c_line);\n#endif\n\n/* CodeObjectCache.proto */\ntypedef struct {\n    PyCodeObject* code_object;\n    int code_line;\n} __Pyx_CodeObjectCacheEntry;\nstruct __Pyx_CodeObjectCache {\n    int count;\n    int max_count;\n    __Pyx_CodeObjectCacheEntry* entries;\n};\nstatic struct __Pyx_CodeObjectCache __pyx_code_cache = {0,0,NULL};\nstatic int __pyx_bisect_code_objects(__Pyx_CodeObjectCacheEntry* entries, int count, int code_line);\nstatic PyCodeObject *__pyx_find_code_object(int code_line);\nstatic void __pyx_insert_code_object(int code_line, PyCodeObject* code_object);\n\n/* AddTraceback.proto */\nstatic void __Pyx_AddTraceback(const char *funcname, int c_line,\n                               int py_line, const char *filename);\n\n#if PY_MAJOR_VERSION < 3\n    static int __Pyx_GetBuffer(PyObject *obj, Py_buffer *view, int flags);\n    static void __Pyx_ReleaseBuffer(Py_buffer *view);\n#else\n    #define __Pyx_GetBuffer PyObject_GetBuffer\n    #define __Pyx_ReleaseBuffer PyBuffer_Release\n#endif\n\n\n/* BufferStructDeclare.proto */\ntypedef struct {\n  Py_ssize_t shape, strides, suboffsets;\n} __Pyx_Buf_DimInfo;\ntypedef struct {\n  size_t refcount;\n  Py_buffer pybuffer;\n} __Pyx_Buffer;\ntypedef struct {\n  __Pyx_Buffer *rcbuffer;\n  char *data;\n  __Pyx_Buf_DimInfo diminfo[8];\n} __Pyx_LocalBuf_ND;\n\n/* MemviewSliceIsContig.proto */\nstatic int __pyx_memviewslice_is_contig(const __Pyx_memviewslice mvs, char order, int ndim);\n\n/* OverlappingSlices.proto */\nstatic int __pyx_slices_overlap(__Pyx_memviewslice *slice1,\n                                __Pyx_memviewslice *slice2,\n                                int ndim, size_t itemsize);\n\n/* Capsule.proto */\nstatic CYTHON_INLINE PyObject *__pyx_capsule_create(void *p, const char *sig);\n\n/* TypeInfoCompare.proto */\nstatic int __pyx_typeinfo_cmp(__Pyx_TypeInfo *a, __Pyx_TypeInfo *b);\n\n/* MemviewSliceValidateAndInit.proto */\nstatic int __Pyx_ValidateAndInit_memviewslice(\n                int *axes_specs,\n                int c_or_f_flag,\n                int buf_flags,\n                int ndim,\n                __Pyx_TypeInfo *dtype,\n                __Pyx_BufFmt_StackElem stack[],\n                __Pyx_memviewslice *memviewslice,\n                PyObject *original_obj);\n\n/* ObjectToMemviewSlice.proto */\nstatic CYTHON_INLINE __Pyx_memviewslice __Pyx_PyObject_to_MemoryviewSlice_dc_double(PyObject *, int writable_flag);\n\n/* CppExceptionConversion.proto */\n#ifndef __Pyx_CppExn2PyErr\n#include <new>\n#include <typeinfo>\n#include <stdexcept>\n#include <ios>\nstatic void __Pyx_CppExn2PyErr() {\n  try {\n    if (PyErr_Occurred())\n      ; // let the latest Python exn pass through and ignore the current one\n    else\n      throw;\n  } catch (const std::bad_alloc& exn) {\n    PyErr_SetString(PyExc_MemoryError, exn.what());\n  } catch (const std::bad_cast& exn) {\n    PyErr_SetString(PyExc_TypeError, exn.what());\n  } catch (const std::bad_typeid& exn) {\n    PyErr_SetString(PyExc_TypeError, exn.what());\n  } catch (const std::domain_error& exn) {\n    PyErr_SetString(PyExc_ValueError, exn.what());\n  } catch (const std::invalid_argument& exn) {\n    PyErr_SetString(PyExc_ValueError, exn.what());\n  } catch (const std::ios_base::failure& exn) {\n    PyErr_SetString(PyExc_IOError, exn.what());\n  } catch (const std::out_of_range& exn) {\n    PyErr_SetString(PyExc_IndexError, exn.what());\n  } catch (const std::overflow_error& exn) {\n    PyErr_SetString(PyExc_OverflowError, exn.what());\n  } catch (const std::range_error& exn) {\n    PyErr_SetString(PyExc_ArithmeticError, exn.what());\n  } catch (const std::underflow_error& exn) {\n    PyErr_SetString(PyExc_ArithmeticError, exn.what());\n  } catch (const std::exception& exn) {\n    PyErr_SetString(PyExc_RuntimeError, exn.what());\n  }\n  catch (...)\n  {\n    PyErr_SetString(PyExc_RuntimeError, \"Unknown exception\");\n  }\n}\n#endif\n\n/* Print.proto */\nstatic int __Pyx_Print(PyObject*, PyObject *, int);\n#if CYTHON_COMPILING_IN_PYPY || PY_MAJOR_VERSION >= 3\nstatic PyObject* __pyx_print = 0;\nstatic PyObject* __pyx_print_kwargs = 0;\n#endif\n\n/* MemviewDtypeToObject.proto */\nstatic CYTHON_INLINE PyObject *__pyx_memview_get_double(const char *itemp);\nstatic CYTHON_INLINE int __pyx_memview_set_double(const char *itemp, PyObject *obj);\n\n/* CIntToPy.proto */\nstatic CYTHON_INLINE PyObject* __Pyx_PyInt_From_int(int value);\n\n/* RealImag.proto */\n#if CYTHON_CCOMPLEX\n  #ifdef __cplusplus\n    #define __Pyx_CREAL(z) ((z).real())\n    #define __Pyx_CIMAG(z) ((z).imag())\n  #else\n    #define __Pyx_CREAL(z) (__real__(z))\n    #define __Pyx_CIMAG(z) (__imag__(z))\n  #endif\n#else\n    #define __Pyx_CREAL(z) ((z).real)\n    #define __Pyx_CIMAG(z) ((z).imag)\n#endif\n#if defined(__cplusplus) && CYTHON_CCOMPLEX\\\n        && (defined(_WIN32) || defined(__clang__) || (defined(__GNUC__) && (__GNUC__ >= 5 || __GNUC__ == 4 && __GNUC_MINOR__ >= 4 )) || __cplusplus >= 201103)\n    #define __Pyx_SET_CREAL(z,x) ((z).real(x))\n    #define __Pyx_SET_CIMAG(z,y) ((z).imag(y))\n#else\n    #define __Pyx_SET_CREAL(z,x) __Pyx_CREAL(z) = (x)\n    #define __Pyx_SET_CIMAG(z,y) __Pyx_CIMAG(z) = (y)\n#endif\n\n/* Arithmetic.proto */\n#if CYTHON_CCOMPLEX\n    #define __Pyx_c_eq_float(a, b)   ((a)==(b))\n    #define __Pyx_c_sum_float(a, b)  ((a)+(b))\n    #define __Pyx_c_diff_float(a, b) ((a)-(b))\n    #define __Pyx_c_prod_float(a, b) ((a)*(b))\n    #define __Pyx_c_quot_float(a, b) ((a)/(b))\n    #define __Pyx_c_neg_float(a)     (-(a))\n  #ifdef __cplusplus\n    #define __Pyx_c_is_zero_float(z) ((z)==(float)0)\n    #define __Pyx_c_conj_float(z)    (::std::conj(z))\n    #if 1\n        #define __Pyx_c_abs_float(z)     (::std::abs(z))\n        #define __Pyx_c_pow_float(a, b)  (::std::pow(a, b))\n    #endif\n  #else\n    #define __Pyx_c_is_zero_float(z) ((z)==0)\n    #define __Pyx_c_conj_float(z)    (conjf(z))\n    #if 1\n        #define __Pyx_c_abs_float(z)     (cabsf(z))\n        #define __Pyx_c_pow_float(a, b)  (cpowf(a, b))\n    #endif\n #endif\n#else\n    static CYTHON_INLINE int __Pyx_c_eq_float(__pyx_t_float_complex, __pyx_t_float_complex);\n    static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_sum_float(__pyx_t_float_complex, __pyx_t_float_complex);\n    static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_diff_float(__pyx_t_float_complex, __pyx_t_float_complex);\n    static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_prod_float(__pyx_t_float_complex, __pyx_t_float_complex);\n    static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_quot_float(__pyx_t_float_complex, __pyx_t_float_complex);\n    static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_neg_float(__pyx_t_float_complex);\n    static CYTHON_INLINE int __Pyx_c_is_zero_float(__pyx_t_float_complex);\n    static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_conj_float(__pyx_t_float_complex);\n    #if 1\n        static CYTHON_INLINE float __Pyx_c_abs_float(__pyx_t_float_complex);\n        static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_pow_float(__pyx_t_float_complex, __pyx_t_float_complex);\n    #endif\n#endif\n\n/* Arithmetic.proto */\n#if CYTHON_CCOMPLEX\n    #define __Pyx_c_eq_double(a, b)   ((a)==(b))\n    #define __Pyx_c_sum_double(a, b)  ((a)+(b))\n    #define __Pyx_c_diff_double(a, b) ((a)-(b))\n    #define __Pyx_c_prod_double(a, b) ((a)*(b))\n    #define __Pyx_c_quot_double(a, b) ((a)/(b))\n    #define __Pyx_c_neg_double(a)     (-(a))\n  #ifdef __cplusplus\n    #define __Pyx_c_is_zero_double(z) ((z)==(double)0)\n    #define __Pyx_c_conj_double(z)    (::std::conj(z))\n    #if 1\n        #define __Pyx_c_abs_double(z)     (::std::abs(z))\n        #define __Pyx_c_pow_double(a, b)  (::std::pow(a, b))\n    #endif\n  #else\n    #define __Pyx_c_is_zero_double(z) ((z)==0)\n    #define __Pyx_c_conj_double(z)    (conj(z))\n    #if 1\n        #define __Pyx_c_abs_double(z)     (cabs(z))\n        #define __Pyx_c_pow_double(a, b)  (cpow(a, b))\n    #endif\n #endif\n#else\n    static CYTHON_INLINE int __Pyx_c_eq_double(__pyx_t_double_complex, __pyx_t_double_complex);\n    static CYTHON_INLINE __pyx_t_double_complex __Pyx_c_sum_double(__pyx_t_double_complex, __pyx_t_double_complex);\n    static CYTHON_INLINE __pyx_t_double_complex __Pyx_c_diff_double(__pyx_t_double_complex, __pyx_t_double_complex);\n    static CYTHON_INLINE __pyx_t_double_complex __Pyx_c_prod_double(__pyx_t_double_complex, __pyx_t_double_complex);\n    static CYTHON_INLINE __pyx_t_double_complex __Pyx_c_quot_double(__pyx_t_double_complex, __pyx_t_double_complex);\n    static CYTHON_INLINE __pyx_t_double_complex __Pyx_c_neg_double(__pyx_t_double_complex);\n    static CYTHON_INLINE int __Pyx_c_is_zero_double(__pyx_t_double_complex);\n    static CYTHON_INLINE __pyx_t_double_complex __Pyx_c_conj_double(__pyx_t_double_complex);\n    #if 1\n        static CYTHON_INLINE double __Pyx_c_abs_double(__pyx_t_double_complex);\n        static CYTHON_INLINE __pyx_t_double_complex __Pyx_c_pow_double(__pyx_t_double_complex, __pyx_t_double_complex);\n    #endif\n#endif\n\n/* MemviewSliceCopyTemplate.proto */\nstatic __Pyx_memviewslice\n__pyx_memoryview_copy_new_contig(const __Pyx_memviewslice *from_mvs,\n                                 const char *mode, int ndim,\n                                 size_t sizeof_dtype, int contig_flag,\n                                 int dtype_is_object);\n\n/* CIntFromPy.proto */\nstatic CYTHON_INLINE int __Pyx_PyInt_As_int(PyObject *);\n\n/* CIntFromPy.proto */\nstatic CYTHON_INLINE size_t __Pyx_PyInt_As_size_t(PyObject *);\n\n/* PrintOne.proto */\nstatic int __Pyx_PrintOne(PyObject* stream, PyObject *o);\n\n/* CIntFromPy.proto */\nstatic CYTHON_INLINE long __Pyx_PyInt_As_long(PyObject *);\n\n/* CIntToPy.proto */\nstatic CYTHON_INLINE PyObject* __Pyx_PyInt_From_long(long value);\n\n/* CIntFromPy.proto */\nstatic CYTHON_INLINE char __Pyx_PyInt_As_char(PyObject *);\n\n/* CheckBinaryVersion.proto */\nstatic int __Pyx_check_binary_version(void);\n\n/* InitStrings.proto */\nstatic int __Pyx_InitStrings(__Pyx_StringTabEntry *t);\n\nstatic PyObject *__pyx_array_get_memview(struct __pyx_array_obj *__pyx_v_self); /* proto*/\nstatic char *__pyx_memoryview_get_item_pointer(struct __pyx_memoryview_obj *__pyx_v_self, PyObject *__pyx_v_index); /* proto*/\nstatic PyObject *__pyx_memoryview_is_slice(struct __pyx_memoryview_obj *__pyx_v_self, PyObject *__pyx_v_obj); /* proto*/\nstatic PyObject *__pyx_memoryview_setitem_slice_assignment(struct __pyx_memoryview_obj *__pyx_v_self, PyObject *__pyx_v_dst, PyObject *__pyx_v_src); /* proto*/\nstatic PyObject *__pyx_memoryview_setitem_slice_assign_scalar(struct __pyx_memoryview_obj *__pyx_v_self, struct __pyx_memoryview_obj *__pyx_v_dst, PyObject *__pyx_v_value); /* proto*/\nstatic PyObject *__pyx_memoryview_setitem_indexed(struct __pyx_memoryview_obj *__pyx_v_self, PyObject *__pyx_v_index, PyObject *__pyx_v_value); /* proto*/\nstatic PyObject *__pyx_memoryview_convert_item_to_object(struct __pyx_memoryview_obj *__pyx_v_self, char *__pyx_v_itemp); /* proto*/\nstatic PyObject *__pyx_memoryview_assign_item_from_object(struct __pyx_memoryview_obj *__pyx_v_self, char *__pyx_v_itemp, PyObject *__pyx_v_value); /* proto*/\nstatic PyObject *__pyx_memoryviewslice_convert_item_to_object(struct __pyx_memoryviewslice_obj *__pyx_v_self, char *__pyx_v_itemp); /* proto*/\nstatic PyObject *__pyx_memoryviewslice_assign_item_from_object(struct __pyx_memoryviewslice_obj *__pyx_v_self, char *__pyx_v_itemp, PyObject *__pyx_v_value); /* proto*/\n\n/* Module declarations from 'libc.string' */\n\n/* Module declarations from 'libc.stdlib' */\n\n/* Module declarations from 'libcpp' */\n\n/* Module declarations from 'libcpp.string' */\n\n/* Module declarations from 'cpython.buffer' */\n\n/* Module declarations from 'libc.stdio' */\n\n/* Module declarations from '__builtin__' */\n\n/* Module declarations from 'cpython.type' */\nstatic PyTypeObject *__pyx_ptype_7cpython_4type_type = 0;\n\n/* Module declarations from 'cpython' */\n\n/* Module declarations from 'cpython.object' */\n\n/* Module declarations from 'cpython.ref' */\n\n/* Module declarations from 'cpython.mem' */\n\n/* Module declarations from 'numpy' */\n\n/* Module declarations from 'numpy' */\nstatic PyTypeObject *__pyx_ptype_5numpy_dtype = 0;\nstatic PyTypeObject *__pyx_ptype_5numpy_flatiter = 0;\nstatic PyTypeObject *__pyx_ptype_5numpy_broadcast = 0;\nstatic PyTypeObject *__pyx_ptype_5numpy_ndarray = 0;\nstatic PyTypeObject *__pyx_ptype_5numpy_ufunc = 0;\n\n/* Module declarations from 'libmr' */\nstatic PyTypeObject *__pyx_ptype_5libmr_MR = 0;\nstatic PyTypeObject *__pyx_array_type = 0;\nstatic PyTypeObject *__pyx_MemviewEnum_type = 0;\nstatic PyTypeObject *__pyx_memoryview_type = 0;\nstatic PyTypeObject *__pyx_memoryviewslice_type = 0;\nstatic PyObject *generic = 0;\nstatic PyObject *strided = 0;\nstatic PyObject *indirect = 0;\nstatic PyObject *contiguous = 0;\nstatic PyObject *indirect_contiguous = 0;\nstatic int __pyx_memoryview_thread_locks_used;\nstatic PyThread_type_lock __pyx_memoryview_thread_locks[8];\nstatic CYTHON_INLINE PyObject *__pyx_convert_PyObject_string_to_py_std__in_string(std::string const &); /*proto*/\nstatic CYTHON_INLINE PyObject *__pyx_convert_PyUnicode_string_to_py_std__in_string(std::string const &); /*proto*/\nstatic CYTHON_INLINE PyObject *__pyx_convert_PyStr_string_to_py_std__in_string(std::string const &); /*proto*/\nstatic CYTHON_INLINE PyObject *__pyx_convert_PyBytes_string_to_py_std__in_string(std::string const &); /*proto*/\nstatic CYTHON_INLINE PyObject *__pyx_convert_PyByteArray_string_to_py_std__in_string(std::string const &); /*proto*/\nstatic std::string __pyx_convert_string_from_py_std__in_string(PyObject *); /*proto*/\nstatic struct __pyx_array_obj *__pyx_array_new(PyObject *, Py_ssize_t, char *, char *, char *); /*proto*/\nstatic void *__pyx_align_pointer(void *, size_t); /*proto*/\nstatic PyObject *__pyx_memoryview_new(PyObject *, int, int, __Pyx_TypeInfo *); /*proto*/\nstatic CYTHON_INLINE int __pyx_memoryview_check(PyObject *); /*proto*/\nstatic PyObject *_unellipsify(PyObject *, int); /*proto*/\nstatic PyObject *assert_direct_dimensions(Py_ssize_t *, int); /*proto*/\nstatic struct __pyx_memoryview_obj *__pyx_memview_slice(struct __pyx_memoryview_obj *, PyObject *); /*proto*/\nstatic int __pyx_memoryview_slice_memviewslice(__Pyx_memviewslice *, Py_ssize_t, Py_ssize_t, Py_ssize_t, int, int, int *, Py_ssize_t, Py_ssize_t, Py_ssize_t, int, int, int, int); /*proto*/\nstatic char *__pyx_pybuffer_index(Py_buffer *, char *, Py_ssize_t, Py_ssize_t); /*proto*/\nstatic int __pyx_memslice_transpose(__Pyx_memviewslice *); /*proto*/\nstatic PyObject *__pyx_memoryview_fromslice(__Pyx_memviewslice, int, PyObject *(*)(char *), int (*)(char *, PyObject *), int); /*proto*/\nstatic __Pyx_memviewslice *__pyx_memoryview_get_slice_from_memoryview(struct __pyx_memoryview_obj *, __Pyx_memviewslice *); /*proto*/\nstatic void __pyx_memoryview_slice_copy(struct __pyx_memoryview_obj *, __Pyx_memviewslice *); /*proto*/\nstatic PyObject *__pyx_memoryview_copy_object(struct __pyx_memoryview_obj *); /*proto*/\nstatic PyObject *__pyx_memoryview_copy_object_from_slice(struct __pyx_memoryview_obj *, __Pyx_memviewslice *); /*proto*/\nstatic Py_ssize_t abs_py_ssize_t(Py_ssize_t); /*proto*/\nstatic char __pyx_get_best_slice_order(__Pyx_memviewslice *, int); /*proto*/\nstatic void _copy_strided_to_strided(char *, Py_ssize_t *, char *, Py_ssize_t *, Py_ssize_t *, Py_ssize_t *, int, size_t); /*proto*/\nstatic void copy_strided_to_strided(__Pyx_memviewslice *, __Pyx_memviewslice *, int, size_t); /*proto*/\nstatic Py_ssize_t __pyx_memoryview_slice_get_size(__Pyx_memviewslice *, int); /*proto*/\nstatic Py_ssize_t __pyx_fill_contig_strides_array(Py_ssize_t *, Py_ssize_t *, Py_ssize_t, int, char); /*proto*/\nstatic void *__pyx_memoryview_copy_data_to_temp(__Pyx_memviewslice *, __Pyx_memviewslice *, char, int); /*proto*/\nstatic int __pyx_memoryview_err_extents(int, Py_ssize_t, Py_ssize_t); /*proto*/\nstatic int __pyx_memoryview_err_dim(PyObject *, char *, int); /*proto*/\nstatic int __pyx_memoryview_err(PyObject *, char *); /*proto*/\nstatic int __pyx_memoryview_copy_contents(__Pyx_memviewslice, __Pyx_memviewslice, int, int, int); /*proto*/\nstatic void __pyx_memoryview_broadcast_leading(__Pyx_memviewslice *, int, int); /*proto*/\nstatic void __pyx_memoryview_refcount_copying(__Pyx_memviewslice *, int, int, int); /*proto*/\nstatic void __pyx_memoryview_refcount_objects_in_slice_with_gil(char *, Py_ssize_t *, Py_ssize_t *, int, int); /*proto*/\nstatic void __pyx_memoryview_refcount_objects_in_slice(char *, Py_ssize_t *, Py_ssize_t *, int, int); /*proto*/\nstatic void __pyx_memoryview_slice_assign_scalar(__Pyx_memviewslice *, int, size_t, void *, int); /*proto*/\nstatic void __pyx_memoryview__slice_assign_scalar(char *, Py_ssize_t *, Py_ssize_t *, int, size_t, void *); /*proto*/\nstatic PyObject *__pyx_unpickle_Enum__set_state(struct __pyx_MemviewEnum_obj *, PyObject *); /*proto*/\nstatic __Pyx_TypeInfo __Pyx_TypeInfo_nn___pyx_t_5numpy_double_t = { \"double_t\", NULL, sizeof(__pyx_t_5numpy_double_t), { 0 }, 0, 'R', 0, 0 };\nstatic __Pyx_TypeInfo __Pyx_TypeInfo_double = { \"double\", NULL, sizeof(double), { 0 }, 0, 'R', 0, 0 };\n#define __Pyx_MODULE_NAME \"libmr\"\nextern int __pyx_module_is_main_libmr;\nint __pyx_module_is_main_libmr = 0;\n\n/* Implementation of 'libmr' */\nstatic PyObject *__pyx_builtin_xrange;\nstatic PyObject *__pyx_builtin_range;\nstatic PyObject *__pyx_builtin_TypeError;\nstatic PyObject *__pyx_builtin_ImportError;\nstatic PyObject *__pyx_builtin_ValueError;\nstatic PyObject *__pyx_builtin_MemoryError;\nstatic PyObject *__pyx_builtin_enumerate;\nstatic PyObject *__pyx_builtin_Ellipsis;\nstatic PyObject *__pyx_builtin_id;\nstatic PyObject *__pyx_builtin_IndexError;\nstatic const char __pyx_k_O[] = \"O\";\nstatic const char __pyx_k_c[] = \"c\";\nstatic const char __pyx_k_d[] = \"d\";\nstatic const char __pyx_k_x[] = \"x\";\nstatic const char __pyx_k_MR[] = \"MR\";\nstatic const char __pyx_k_id[] = \"id\";\nstatic const char __pyx_k_np[] = \"np\";\nstatic const char __pyx_k_end[] = \"end\";\nstatic const char __pyx_k_new[] = \"__new__\";\nstatic const char __pyx_k_obj[] = \"obj\";\nstatic const char __pyx_k_base[] = \"base\";\nstatic const char __pyx_k_dict[] = \"__dict__\";\nstatic const char __pyx_k_file[] = \"file\";\nstatic const char __pyx_k_main[] = \"__main__\";\nstatic const char __pyx_k_mode[] = \"mode\";\nstatic const char __pyx_k_name[] = \"name\";\nstatic const char __pyx_k_ndim[] = \"ndim\";\nstatic const char __pyx_k_pack[] = \"pack\";\nstatic const char __pyx_k_pymr[] = \"pymr\";\nstatic const char __pyx_k_size[] = \"size\";\nstatic const char __pyx_k_step[] = \"step\";\nstatic const char __pyx_k_stop[] = \"stop\";\nstatic const char __pyx_k_test[] = \"__test__\";\nstatic const char __pyx_k_ASCII[] = \"ASCII\";\nstatic const char __pyx_k_alpha[] = \"alpha\";\nstatic const char __pyx_k_class[] = \"__class__\";\nstatic const char __pyx_k_dtype[] = \"dtype\";\nstatic const char __pyx_k_error[] = \"error\";\nstatic const char __pyx_k_flags[] = \"flags\";\nstatic const char __pyx_k_input[] = \"input\";\nstatic const char __pyx_k_libmr[] = \"libmr\";\nstatic const char __pyx_k_numpy[] = \"numpy\";\nstatic const char __pyx_k_print[] = \"print\";\nstatic const char __pyx_k_range[] = \"range\";\nstatic const char __pyx_k_shape[] = \"shape\";\nstatic const char __pyx_k_start[] = \"start\";\nstatic const char __pyx_k_zeros[] = \"zeros\";\nstatic const char __pyx_k_encode[] = \"encode\";\nstatic const char __pyx_k_format[] = \"format\";\nstatic const char __pyx_k_import[] = \"__import__\";\nstatic const char __pyx_k_labels[] = \"labels\";\nstatic const char __pyx_k_name_2[] = \"__name__\";\nstatic const char __pyx_k_pickle[] = \"pickle\";\nstatic const char __pyx_k_reduce[] = \"__reduce__\";\nstatic const char __pyx_k_scores[] = \"scores\";\nstatic const char __pyx_k_struct[] = \"struct\";\nstatic const char __pyx_k_unpack[] = \"unpack\";\nstatic const char __pyx_k_update[] = \"update\";\nstatic const char __pyx_k_xrange[] = \"xrange\";\nstatic const char __pyx_k_fortran[] = \"fortran\";\nstatic const char __pyx_k_memview[] = \"memview\";\nstatic const char __pyx_k_verbose[] = \"verbose\";\nstatic const char __pyx_k_Ellipsis[] = \"Ellipsis\";\nstatic const char __pyx_k_fit_size[] = \"fit_size\";\nstatic const char __pyx_k_fit_type[] = \"fit_type\";\nstatic const char __pyx_k_getstate[] = \"__getstate__\";\nstatic const char __pyx_k_itemsize[] = \"itemsize\";\nstatic const char __pyx_k_pyx_type[] = \"__pyx_type\";\nstatic const char __pyx_k_setstate[] = \"__setstate__\";\nstatic const char __pyx_k_svm_data[] = \"svm_data\";\nstatic const char __pyx_k_TypeError[] = \"TypeError\";\nstatic const char __pyx_k_enumerate[] = \"enumerate\";\nstatic const char __pyx_k_inputData[] = \"inputData\";\nstatic const char __pyx_k_libmr_pyx[] = \"libmr.pyx\";\nstatic const char __pyx_k_pyx_state[] = \"__pyx_state\";\nstatic const char __pyx_k_reduce_ex[] = \"__reduce_ex__\";\nstatic const char __pyx_k_threshold[] = \"threshold\";\nstatic const char __pyx_k_IndexError[] = \"IndexError\";\nstatic const char __pyx_k_ValueError[] = \"ValueError\";\nstatic const char __pyx_k_pyx_result[] = \"__pyx_result\";\nstatic const char __pyx_k_pyx_vtable[] = \"__pyx_vtable__\";\nstatic const char __pyx_k_ImportError[] = \"ImportError\";\nstatic const char __pyx_k_MemoryError[] = \"MemoryError\";\nstatic const char __pyx_k_PickleError[] = \"PickleError\";\nstatic const char __pyx_k_fitting_size[] = \"fitting_size\";\nstatic const char __pyx_k_pyx_checksum[] = \"__pyx_checksum\";\nstatic const char __pyx_k_stringsource[] = \"stringsource\";\nstatic const char __pyx_k_inputDataSize[] = \"inputDataSize\";\nstatic const char __pyx_k_pyx_getbuffer[] = \"__pyx_getbuffer\";\nstatic const char __pyx_k_reduce_cython[] = \"__reduce_cython__\";\nstatic const char __pyx_k_scores_to_drop[] = \"scores_to_drop\";\nstatic const char __pyx_k_View_MemoryView[] = \"View.MemoryView\";\nstatic const char __pyx_k_allocate_buffer[] = \"allocate_buffer\";\nstatic const char __pyx_k_dtype_is_object[] = \"dtype_is_object\";\nstatic const char __pyx_k_pyx_PickleError[] = \"__pyx_PickleError\";\nstatic const char __pyx_k_setstate_cython[] = \"__setstate_cython__\";\nstatic const char __pyx_k_load_from_string[] = \"load_from_string\";\nstatic const char __pyx_k_translate_amount[] = \"translate_amount\";\nstatic const char __pyx_k_label_of_interest[] = \"label_of_interest\";\nstatic const char __pyx_k_pyx_unpickle_Enum[] = \"__pyx_unpickle_Enum\";\nstatic const char __pyx_k_cline_in_traceback[] = \"cline_in_traceback\";\nstatic const char __pyx_k_strided_and_direct[] = \"<strided and direct>\";\nstatic const char __pyx_k_strided_and_indirect[] = \"<strided and indirect>\";\nstatic const char __pyx_k_contiguous_and_direct[] = \"<contiguous and direct>\";\nstatic const char __pyx_k_MemoryView_of_r_object[] = \"<MemoryView of %r object>\";\nstatic const char __pyx_k_MemoryView_of_r_at_0x_x[] = \"<MemoryView of %r at 0x%x>\";\nstatic const char __pyx_k_contiguous_and_indirect[] = \"<contiguous and indirect>\";\nstatic const char __pyx_k_Cannot_index_with_type_s[] = \"Cannot index with type '%s'\";\nstatic const char __pyx_k_label_has_positive_score[] = \"label_has_positive_score\";\nstatic const char __pyx_k_Invalid_shape_in_axis_d_d[] = \"Invalid shape in axis %d: %d.\";\nstatic const char __pyx_k_itemsize_0_for_cython_array[] = \"itemsize <= 0 for cython.array\";\nstatic const char __pyx_k_unable_to_allocate_array_data[] = \"unable to allocate array data.\";\nstatic const char __pyx_k_strided_and_direct_or_indirect[] = \"<strided and direct or indirect>\";\nstatic const char __pyx_k_numpy_core_multiarray_failed_to[] = \"numpy.core.multiarray failed to import\";\nstatic const char __pyx_k_Buffer_view_does_not_expose_stri[] = \"Buffer view does not expose strides\";\nstatic const char __pyx_k_Can_only_create_a_buffer_that_is[] = \"Can only create a buffer that is contiguous in memory.\";\nstatic const char __pyx_k_Cannot_assign_to_read_only_memor[] = \"Cannot assign to read-only memoryview\";\nstatic const char __pyx_k_Cannot_create_writable_memory_vi[] = \"Cannot create writable memory view from read-only memoryview\";\nstatic const char __pyx_k_Data_initizalization_complete_No[] = \"Data initizalization complete. Now calling C++ code\";\nstatic const char __pyx_k_Empty_shape_tuple_for_cython_arr[] = \"Empty shape tuple for cython.array\";\nstatic const char __pyx_k_Incompatible_checksums_s_vs_0xb0[] = \"Incompatible checksums (%s vs 0xb068931 = (name))\";\nstatic const char __pyx_k_Indirect_dimensions_not_supporte[] = \"Indirect dimensions not supported\";\nstatic const char __pyx_k_Invalid_mode_expected_c_or_fortr[] = \"Invalid mode, expected 'c' or 'fortran', got %s\";\nstatic const char __pyx_k_Out_of_bounds_on_buffer_access_a[] = \"Out of bounds on buffer access (axis %d)\";\nstatic const char __pyx_k_Unable_to_convert_item_to_object[] = \"Unable to convert item to object\";\nstatic const char __pyx_k_got_differing_extents_in_dimensi[] = \"got differing extents in dimension %d (got %d and %d)\";\nstatic const char __pyx_k_no_default___reduce___due_to_non[] = \"no default __reduce__ due to non-trivial __cinit__\";\nstatic const char __pyx_k_numpy_core_umath_failed_to_impor[] = \"numpy.core.umath failed to import\";\nstatic const char __pyx_k_unable_to_allocate_shape_and_str[] = \"unable to allocate shape and strides.\";\nstatic PyObject *__pyx_n_s_ASCII;\nstatic PyObject *__pyx_kp_s_Buffer_view_does_not_expose_stri;\nstatic PyObject *__pyx_kp_s_Can_only_create_a_buffer_that_is;\nstatic PyObject *__pyx_kp_s_Cannot_assign_to_read_only_memor;\nstatic PyObject *__pyx_kp_s_Cannot_create_writable_memory_vi;\nstatic PyObject *__pyx_kp_s_Cannot_index_with_type_s;\nstatic PyObject *__pyx_kp_s_Data_initizalization_complete_No;\nstatic PyObject *__pyx_n_s_Ellipsis;\nstatic PyObject *__pyx_kp_s_Empty_shape_tuple_for_cython_arr;\nstatic PyObject *__pyx_n_s_ImportError;\nstatic PyObject *__pyx_kp_s_Incompatible_checksums_s_vs_0xb0;\nstatic PyObject *__pyx_n_s_IndexError;\nstatic PyObject *__pyx_kp_s_Indirect_dimensions_not_supporte;\nstatic PyObject *__pyx_kp_s_Invalid_mode_expected_c_or_fortr;\nstatic PyObject *__pyx_kp_s_Invalid_shape_in_axis_d_d;\nstatic PyObject *__pyx_n_s_MR;\nstatic PyObject *__pyx_n_s_MemoryError;\nstatic PyObject *__pyx_kp_s_MemoryView_of_r_at_0x_x;\nstatic PyObject *__pyx_kp_s_MemoryView_of_r_object;\nstatic PyObject *__pyx_n_b_O;\nstatic PyObject *__pyx_kp_s_Out_of_bounds_on_buffer_access_a;\nstatic PyObject *__pyx_n_s_PickleError;\nstatic PyObject *__pyx_n_s_TypeError;\nstatic PyObject *__pyx_kp_s_Unable_to_convert_item_to_object;\nstatic PyObject *__pyx_n_s_ValueError;\nstatic PyObject *__pyx_n_s_View_MemoryView;\nstatic PyObject *__pyx_n_s_allocate_buffer;\nstatic PyObject *__pyx_n_s_alpha;\nstatic PyObject *__pyx_n_s_base;\nstatic PyObject *__pyx_n_s_c;\nstatic PyObject *__pyx_n_u_c;\nstatic PyObject *__pyx_n_s_class;\nstatic PyObject *__pyx_n_s_cline_in_traceback;\nstatic PyObject *__pyx_kp_s_contiguous_and_direct;\nstatic PyObject *__pyx_kp_s_contiguous_and_indirect;\nstatic PyObject *__pyx_n_s_d;\nstatic PyObject *__pyx_n_s_dict;\nstatic PyObject *__pyx_n_s_dtype;\nstatic PyObject *__pyx_n_s_dtype_is_object;\nstatic PyObject *__pyx_n_s_encode;\nstatic PyObject *__pyx_n_s_end;\nstatic PyObject *__pyx_n_s_enumerate;\nstatic PyObject *__pyx_n_s_error;\nstatic PyObject *__pyx_n_s_file;\nstatic PyObject *__pyx_n_s_fit_size;\nstatic PyObject *__pyx_n_s_fit_type;\nstatic PyObject *__pyx_n_s_fitting_size;\nstatic PyObject *__pyx_n_s_flags;\nstatic PyObject *__pyx_n_s_format;\nstatic PyObject *__pyx_n_s_fortran;\nstatic PyObject *__pyx_n_u_fortran;\nstatic PyObject *__pyx_n_s_getstate;\nstatic PyObject *__pyx_kp_s_got_differing_extents_in_dimensi;\nstatic PyObject *__pyx_n_s_id;\nstatic PyObject *__pyx_n_s_import;\nstatic PyObject *__pyx_n_s_input;\nstatic PyObject *__pyx_n_s_inputData;\nstatic PyObject *__pyx_n_s_inputDataSize;\nstatic PyObject *__pyx_n_s_itemsize;\nstatic PyObject *__pyx_kp_s_itemsize_0_for_cython_array;\nstatic PyObject *__pyx_n_s_label_has_positive_score;\nstatic PyObject *__pyx_n_s_label_of_interest;\nstatic PyObject *__pyx_n_s_labels;\nstatic PyObject *__pyx_n_s_libmr;\nstatic PyObject *__pyx_kp_s_libmr_pyx;\nstatic PyObject *__pyx_n_s_load_from_string;\nstatic PyObject *__pyx_n_s_main;\nstatic PyObject *__pyx_n_s_memview;\nstatic PyObject *__pyx_n_s_mode;\nstatic PyObject *__pyx_n_s_name;\nstatic PyObject *__pyx_n_s_name_2;\nstatic PyObject *__pyx_n_s_ndim;\nstatic PyObject *__pyx_n_s_new;\nstatic PyObject *__pyx_kp_s_no_default___reduce___due_to_non;\nstatic PyObject *__pyx_n_s_np;\nstatic PyObject *__pyx_n_s_numpy;\nstatic PyObject *__pyx_kp_s_numpy_core_multiarray_failed_to;\nstatic PyObject *__pyx_kp_s_numpy_core_umath_failed_to_impor;\nstatic PyObject *__pyx_n_s_obj;\nstatic PyObject *__pyx_n_s_pack;\nstatic PyObject *__pyx_n_s_pickle;\nstatic PyObject *__pyx_n_s_print;\nstatic PyObject *__pyx_n_s_pymr;\nstatic PyObject *__pyx_n_s_pyx_PickleError;\nstatic PyObject *__pyx_n_s_pyx_checksum;\nstatic PyObject *__pyx_n_s_pyx_getbuffer;\nstatic PyObject *__pyx_n_s_pyx_result;\nstatic PyObject *__pyx_n_s_pyx_state;\nstatic PyObject *__pyx_n_s_pyx_type;\nstatic PyObject *__pyx_n_s_pyx_unpickle_Enum;\nstatic PyObject *__pyx_n_s_pyx_vtable;\nstatic PyObject *__pyx_n_s_range;\nstatic PyObject *__pyx_n_s_reduce;\nstatic PyObject *__pyx_n_s_reduce_cython;\nstatic PyObject *__pyx_n_s_reduce_ex;\nstatic PyObject *__pyx_n_s_scores;\nstatic PyObject *__pyx_n_s_scores_to_drop;\nstatic PyObject *__pyx_n_s_setstate;\nstatic PyObject *__pyx_n_s_setstate_cython;\nstatic PyObject *__pyx_n_s_shape;\nstatic PyObject *__pyx_n_s_size;\nstatic PyObject *__pyx_n_s_start;\nstatic PyObject *__pyx_n_s_step;\nstatic PyObject *__pyx_n_s_stop;\nstatic PyObject *__pyx_kp_s_strided_and_direct;\nstatic PyObject *__pyx_kp_s_strided_and_direct_or_indirect;\nstatic PyObject *__pyx_kp_s_strided_and_indirect;\nstatic PyObject *__pyx_kp_s_stringsource;\nstatic PyObject *__pyx_n_s_struct;\nstatic PyObject *__pyx_n_s_svm_data;\nstatic PyObject *__pyx_n_s_test;\nstatic PyObject *__pyx_n_s_threshold;\nstatic PyObject *__pyx_n_s_translate_amount;\nstatic PyObject *__pyx_kp_s_unable_to_allocate_array_data;\nstatic PyObject *__pyx_kp_s_unable_to_allocate_shape_and_str;\nstatic PyObject *__pyx_n_s_unpack;\nstatic PyObject *__pyx_n_s_update;\nstatic PyObject *__pyx_n_s_verbose;\nstatic PyObject *__pyx_n_s_x;\nstatic PyObject *__pyx_n_s_xrange;\nstatic PyObject *__pyx_n_s_zeros;\nstatic int __pyx_pf_5libmr_2MR___cinit__(struct __pyx_obj_5libmr_MR *__pyx_v_self, int __pyx_v_scores_to_drop, int __pyx_v_fitting_size, bool __pyx_v_verbose, double __pyx_v_alpha, int __pyx_v_translate_amount); /* proto */\nstatic void __pyx_pf_5libmr_2MR_2__dealloc__(struct __pyx_obj_5libmr_MR *__pyx_v_self); /* proto */\nstatic PyObject *__pyx_pf_5libmr_2MR_4fit_low(struct __pyx_obj_5libmr_MR *__pyx_v_self, PyObject *__pyx_v_inputData, int __pyx_v_fit_size); /* proto */\nstatic PyObject *__pyx_pf_5libmr_2MR_6fit_high(struct __pyx_obj_5libmr_MR *__pyx_v_self, PyObject *__pyx_v_inputData, int __pyx_v_fit_size); /* proto */\nstatic PyObject *__pyx_pf_5libmr_2MR_8mr_save(struct __pyx_obj_5libmr_MR *__pyx_v_self, PyObject *__pyx_v_filename); /* proto */\nstatic PyObject *__pyx_pf_5libmr_2MR_10mr_load(struct __pyx_obj_5libmr_MR *__pyx_v_self, PyObject *__pyx_v_filename); /* proto */\nstatic PyObject *__pyx_pf_5libmr_2MR_12fit_svm(struct __pyx_obj_5libmr_MR *__pyx_v_self, PyObject *__pyx_v_svm_data, PyObject *__pyx_v_inputDataSize, PyObject *__pyx_v_label_of_interest, PyObject *__pyx_v_label_has_positive_score, PyObject *__pyx_v_fit_type, PyObject *__pyx_v_fit_size); /* proto */\nstatic PyObject *__pyx_pf_5libmr_2MR_8is_valid___get__(struct __pyx_obj_5libmr_MR *__pyx_v_self); /* proto */\nstatic PyObject *__pyx_pf_5libmr_2MR_14reset(struct __pyx_obj_5libmr_MR *__pyx_v_self); /* proto */\nstatic PyObject *__pyx_pf_5libmr_2MR_16predict_match(struct __pyx_obj_5libmr_MR *__pyx_v_self, double __pyx_v_x, double __pyx_v_threshold); /* proto */\nstatic PyObject *__pyx_pf_5libmr_2MR_18w_score(struct __pyx_obj_5libmr_MR *__pyx_v_self, double __pyx_v_x); /* proto */\nstatic PyObject *__pyx_pf_5libmr_2MR_20cdf(struct __pyx_obj_5libmr_MR *__pyx_v_self, double __pyx_v_x); /* proto */\nstatic PyObject *__pyx_pf_5libmr_2MR_22inv(struct __pyx_obj_5libmr_MR *__pyx_v_self, double __pyx_v_p); /* proto */\nstatic PyObject *__pyx_pf_5libmr_2MR_24w_score_vector(struct __pyx_obj_5libmr_MR *__pyx_v_self, __Pyx_memviewslice __pyx_v_invec); /* proto */\nstatic PyObject *__pyx_pf_5libmr_2MR_26__str__(struct __pyx_obj_5libmr_MR *__pyx_v_self); /* proto */\nstatic PyObject *__pyx_pf_5libmr_2MR_28__repr__(struct __pyx_obj_5libmr_MR *__pyx_v_self); /* proto */\nstatic PyObject *__pyx_pf_5libmr_2MR_8tailsize___get__(struct __pyx_obj_5libmr_MR *__pyx_v_self); /* proto */\nstatic int __pyx_pf_5libmr_2MR_8tailsize_2__set__(struct __pyx_obj_5libmr_MR *__pyx_v_self, int __pyx_v_nsize); /* proto */\nstatic PyObject *__pyx_pf_5libmr_2MR_16translate_amount___get__(struct __pyx_obj_5libmr_MR *__pyx_v_self); /* proto */\nstatic int __pyx_pf_5libmr_2MR_16translate_amount_2__set__(struct __pyx_obj_5libmr_MR *__pyx_v_self, int __pyx_v_ntrans); /* proto */\nstatic PyObject *__pyx_pf_5libmr_2MR_4sign___get__(struct __pyx_obj_5libmr_MR *__pyx_v_self); /* proto */\nstatic int __pyx_pf_5libmr_2MR_4sign_2__set__(struct __pyx_obj_5libmr_MR *__pyx_v_self, int __pyx_v_nsign); /* proto */\nstatic PyObject *__pyx_pf_5libmr_2MR_11small_score___get__(struct __pyx_obj_5libmr_MR *__pyx_v_self); /* proto */\nstatic int __pyx_pf_5libmr_2MR_11small_score_2__set__(struct __pyx_obj_5libmr_MR *__pyx_v_self, double __pyx_v_nscore); /* proto */\nstatic PyObject *__pyx_pf_5libmr_2MR_7verbose___get__(struct __pyx_obj_5libmr_MR *__pyx_v_self); /* proto */\nstatic int __pyx_pf_5libmr_2MR_7verbose_2__set__(struct __pyx_obj_5libmr_MR *__pyx_v_self, bool __pyx_v_verbose); /* proto */\nstatic PyObject *__pyx_pf_5libmr_2MR_30__reduce_cython__(CYTHON_UNUSED struct __pyx_obj_5libmr_MR *__pyx_v_self); /* proto */\nstatic PyObject *__pyx_pf_5libmr_2MR_32__setstate_cython__(CYTHON_UNUSED struct __pyx_obj_5libmr_MR *__pyx_v_self, CYTHON_UNUSED PyObject *__pyx_v___pyx_state); /* proto */\nstatic PyObject *__pyx_pf_5libmr_load_from_string(CYTHON_UNUSED PyObject *__pyx_self, PyObject *__pyx_v_input); /* proto */\nstatic int __pyx_array___pyx_pf_15View_dot_MemoryView_5array___cinit__(struct __pyx_array_obj *__pyx_v_self, PyObject *__pyx_v_shape, Py_ssize_t __pyx_v_itemsize, PyObject *__pyx_v_format, PyObject *__pyx_v_mode, int __pyx_v_allocate_buffer); /* proto */\nstatic int __pyx_array___pyx_pf_15View_dot_MemoryView_5array_2__getbuffer__(struct __pyx_array_obj *__pyx_v_self, Py_buffer *__pyx_v_info, int __pyx_v_flags); /* proto */\nstatic void __pyx_array___pyx_pf_15View_dot_MemoryView_5array_4__dealloc__(struct __pyx_array_obj *__pyx_v_self); /* proto */\nstatic PyObject *__pyx_pf_15View_dot_MemoryView_5array_7memview___get__(struct __pyx_array_obj *__pyx_v_self); /* proto */\nstatic Py_ssize_t __pyx_array___pyx_pf_15View_dot_MemoryView_5array_6__len__(struct __pyx_array_obj *__pyx_v_self); /* proto */\nstatic PyObject *__pyx_array___pyx_pf_15View_dot_MemoryView_5array_8__getattr__(struct __pyx_array_obj *__pyx_v_self, PyObject *__pyx_v_attr); /* proto */\nstatic PyObject *__pyx_array___pyx_pf_15View_dot_MemoryView_5array_10__getitem__(struct __pyx_array_obj *__pyx_v_self, PyObject *__pyx_v_item); /* proto */\nstatic int __pyx_array___pyx_pf_15View_dot_MemoryView_5array_12__setitem__(struct __pyx_array_obj *__pyx_v_self, PyObject *__pyx_v_item, PyObject *__pyx_v_value); /* proto */\nstatic PyObject *__pyx_pf___pyx_array___reduce_cython__(CYTHON_UNUSED struct __pyx_array_obj *__pyx_v_self); /* proto */\nstatic PyObject *__pyx_pf___pyx_array_2__setstate_cython__(CYTHON_UNUSED struct __pyx_array_obj *__pyx_v_self, CYTHON_UNUSED PyObject *__pyx_v___pyx_state); /* proto */\nstatic int __pyx_MemviewEnum___pyx_pf_15View_dot_MemoryView_4Enum___init__(struct __pyx_MemviewEnum_obj *__pyx_v_self, PyObject *__pyx_v_name); /* proto */\nstatic PyObject *__pyx_MemviewEnum___pyx_pf_15View_dot_MemoryView_4Enum_2__repr__(struct __pyx_MemviewEnum_obj *__pyx_v_self); /* proto */\nstatic PyObject *__pyx_pf___pyx_MemviewEnum___reduce_cython__(struct __pyx_MemviewEnum_obj *__pyx_v_self); /* proto */\nstatic PyObject *__pyx_pf___pyx_MemviewEnum_2__setstate_cython__(struct __pyx_MemviewEnum_obj *__pyx_v_self, PyObject *__pyx_v___pyx_state); /* proto */\nstatic int __pyx_memoryview___pyx_pf_15View_dot_MemoryView_10memoryview___cinit__(struct __pyx_memoryview_obj *__pyx_v_self, PyObject *__pyx_v_obj, int __pyx_v_flags, int __pyx_v_dtype_is_object); /* proto */\nstatic void __pyx_memoryview___pyx_pf_15View_dot_MemoryView_10memoryview_2__dealloc__(struct __pyx_memoryview_obj *__pyx_v_self); /* proto */\nstatic PyObject *__pyx_memoryview___pyx_pf_15View_dot_MemoryView_10memoryview_4__getitem__(struct __pyx_memoryview_obj *__pyx_v_self, PyObject *__pyx_v_index); /* proto */\nstatic int __pyx_memoryview___pyx_pf_15View_dot_MemoryView_10memoryview_6__setitem__(struct __pyx_memoryview_obj *__pyx_v_self, PyObject *__pyx_v_index, PyObject *__pyx_v_value); /* proto */\nstatic int __pyx_memoryview___pyx_pf_15View_dot_MemoryView_10memoryview_8__getbuffer__(struct __pyx_memoryview_obj *__pyx_v_self, Py_buffer *__pyx_v_info, int __pyx_v_flags); /* proto */\nstatic PyObject *__pyx_pf_15View_dot_MemoryView_10memoryview_1T___get__(struct __pyx_memoryview_obj *__pyx_v_self); /* proto */\nstatic PyObject *__pyx_pf_15View_dot_MemoryView_10memoryview_4base___get__(struct __pyx_memoryview_obj *__pyx_v_self); /* proto */\nstatic PyObject *__pyx_pf_15View_dot_MemoryView_10memoryview_5shape___get__(struct __pyx_memoryview_obj *__pyx_v_self); /* proto */\nstatic PyObject *__pyx_pf_15View_dot_MemoryView_10memoryview_7strides___get__(struct __pyx_memoryview_obj *__pyx_v_self); /* proto */\nstatic PyObject *__pyx_pf_15View_dot_MemoryView_10memoryview_10suboffsets___get__(struct __pyx_memoryview_obj *__pyx_v_self); /* proto */\nstatic PyObject *__pyx_pf_15View_dot_MemoryView_10memoryview_4ndim___get__(struct __pyx_memoryview_obj *__pyx_v_self); /* proto */\nstatic PyObject *__pyx_pf_15View_dot_MemoryView_10memoryview_8itemsize___get__(struct __pyx_memoryview_obj *__pyx_v_self); /* proto */\nstatic PyObject *__pyx_pf_15View_dot_MemoryView_10memoryview_6nbytes___get__(struct __pyx_memoryview_obj *__pyx_v_self); /* proto */\nstatic PyObject *__pyx_pf_15View_dot_MemoryView_10memoryview_4size___get__(struct __pyx_memoryview_obj *__pyx_v_self); /* proto */\nstatic Py_ssize_t __pyx_memoryview___pyx_pf_15View_dot_MemoryView_10memoryview_10__len__(struct __pyx_memoryview_obj *__pyx_v_self); /* proto */\nstatic PyObject *__pyx_memoryview___pyx_pf_15View_dot_MemoryView_10memoryview_12__repr__(struct __pyx_memoryview_obj *__pyx_v_self); /* proto */\nstatic PyObject *__pyx_memoryview___pyx_pf_15View_dot_MemoryView_10memoryview_14__str__(struct __pyx_memoryview_obj *__pyx_v_self); /* proto */\nstatic PyObject *__pyx_memoryview___pyx_pf_15View_dot_MemoryView_10memoryview_16is_c_contig(struct __pyx_memoryview_obj *__pyx_v_self); /* proto */\nstatic PyObject *__pyx_memoryview___pyx_pf_15View_dot_MemoryView_10memoryview_18is_f_contig(struct __pyx_memoryview_obj *__pyx_v_self); /* proto */\nstatic PyObject *__pyx_memoryview___pyx_pf_15View_dot_MemoryView_10memoryview_20copy(struct __pyx_memoryview_obj *__pyx_v_self); /* proto */\nstatic PyObject *__pyx_memoryview___pyx_pf_15View_dot_MemoryView_10memoryview_22copy_fortran(struct __pyx_memoryview_obj *__pyx_v_self); /* proto */\nstatic PyObject *__pyx_pf___pyx_memoryview___reduce_cython__(CYTHON_UNUSED struct __pyx_memoryview_obj *__pyx_v_self); /* proto */\nstatic PyObject *__pyx_pf___pyx_memoryview_2__setstate_cython__(CYTHON_UNUSED struct __pyx_memoryview_obj *__pyx_v_self, CYTHON_UNUSED PyObject *__pyx_v___pyx_state); /* proto */\nstatic void __pyx_memoryviewslice___pyx_pf_15View_dot_MemoryView_16_memoryviewslice___dealloc__(struct __pyx_memoryviewslice_obj *__pyx_v_self); /* proto */\nstatic PyObject *__pyx_pf_15View_dot_MemoryView_16_memoryviewslice_4base___get__(struct __pyx_memoryviewslice_obj *__pyx_v_self); /* proto */\nstatic PyObject *__pyx_pf___pyx_memoryviewslice___reduce_cython__(CYTHON_UNUSED struct __pyx_memoryviewslice_obj *__pyx_v_self); /* proto */\nstatic PyObject *__pyx_pf___pyx_memoryviewslice_2__setstate_cython__(CYTHON_UNUSED struct __pyx_memoryviewslice_obj *__pyx_v_self, CYTHON_UNUSED PyObject *__pyx_v___pyx_state); /* proto */\nstatic PyObject *__pyx_pf_15View_dot_MemoryView___pyx_unpickle_Enum(CYTHON_UNUSED PyObject *__pyx_self, PyObject *__pyx_v___pyx_type, long __pyx_v___pyx_checksum, PyObject *__pyx_v___pyx_state); /* proto */\nstatic PyObject *__pyx_tp_new_5libmr_MR(PyTypeObject *t, PyObject *a, PyObject *k); /*proto*/\nstatic PyObject *__pyx_tp_new_array(PyTypeObject *t, PyObject *a, PyObject *k); /*proto*/\nstatic PyObject *__pyx_tp_new_Enum(PyTypeObject *t, PyObject *a, PyObject *k); /*proto*/\nstatic PyObject *__pyx_tp_new_memoryview(PyTypeObject *t, PyObject *a, PyObject *k); /*proto*/\nstatic PyObject *__pyx_tp_new__memoryviewslice(PyTypeObject *t, PyObject *a, PyObject *k); /*proto*/\nstatic PyObject *__pyx_int_0;\nstatic PyObject *__pyx_int_1;\nstatic PyObject *__pyx_int_2;\nstatic PyObject *__pyx_int_3;\nstatic PyObject *__pyx_int_4;\nstatic PyObject *__pyx_int_184977713;\nstatic PyObject *__pyx_int_neg_1;\nstatic PyObject *__pyx_tuple_;\nstatic PyObject *__pyx_tuple__2;\nstatic PyObject *__pyx_tuple__3;\nstatic PyObject *__pyx_tuple__4;\nstatic PyObject *__pyx_tuple__5;\nstatic PyObject *__pyx_tuple__6;\nstatic PyObject *__pyx_tuple__7;\nstatic PyObject *__pyx_tuple__8;\nstatic PyObject *__pyx_tuple__9;\nstatic PyObject *__pyx_slice__19;\nstatic PyObject *__pyx_tuple__10;\nstatic PyObject *__pyx_tuple__11;\nstatic PyObject *__pyx_tuple__12;\nstatic PyObject *__pyx_tuple__13;\nstatic PyObject *__pyx_tuple__14;\nstatic PyObject *__pyx_tuple__15;\nstatic PyObject *__pyx_tuple__16;\nstatic PyObject *__pyx_tuple__17;\nstatic PyObject *__pyx_tuple__18;\nstatic PyObject *__pyx_tuple__20;\nstatic PyObject *__pyx_tuple__21;\nstatic PyObject *__pyx_tuple__22;\nstatic PyObject *__pyx_tuple__23;\nstatic PyObject *__pyx_tuple__25;\nstatic PyObject *__pyx_tuple__26;\nstatic PyObject *__pyx_tuple__27;\nstatic PyObject *__pyx_tuple__28;\nstatic PyObject *__pyx_tuple__29;\nstatic PyObject *__pyx_tuple__30;\nstatic PyObject *__pyx_codeobj__24;\nstatic PyObject *__pyx_codeobj__31;\n/* Late includes */\n\n/* \"libmr.pyx\":97\n * cdef class MR:\n *     cdef MetaRecognition *thisptr\n *     def __cinit__(self, int scores_to_drop=0,             # <<<<<<<<<<<<<<\n *                   int fitting_size=9,\n *                   bool verbose=False,\n */\n\n/* Python wrapper */\nstatic int __pyx_pw_5libmr_2MR_1__cinit__(PyObject *__pyx_v_self, PyObject *__pyx_args, PyObject *__pyx_kwds); /*proto*/\nstatic int __pyx_pw_5libmr_2MR_1__cinit__(PyObject *__pyx_v_self, PyObject *__pyx_args, PyObject *__pyx_kwds) {\n  int __pyx_v_scores_to_drop;\n  int __pyx_v_fitting_size;\n  bool __pyx_v_verbose;\n  double __pyx_v_alpha;\n  int __pyx_v_translate_amount;\n  int __pyx_lineno = 0;\n  const char *__pyx_filename = NULL;\n  int __pyx_clineno = 0;\n  int __pyx_r;\n  __Pyx_RefNannyDeclarations\n  __Pyx_RefNannySetupContext(\"__cinit__ (wrapper)\", 0);\n  {\n    static PyObject **__pyx_pyargnames[] = {&__pyx_n_s_scores_to_drop,&__pyx_n_s_fitting_size,&__pyx_n_s_verbose,&__pyx_n_s_alpha,&__pyx_n_s_translate_amount,0};\n    PyObject* values[5] = {0,0,0,0,0};\n    if (unlikely(__pyx_kwds)) {\n      Py_ssize_t kw_args;\n      const Py_ssize_t pos_args = PyTuple_GET_SIZE(__pyx_args);\n      switch (pos_args) {\n        case  5: values[4] = PyTuple_GET_ITEM(__pyx_args, 4);\n        CYTHON_FALLTHROUGH;\n        case  4: values[3] = PyTuple_GET_ITEM(__pyx_args, 3);\n        CYTHON_FALLTHROUGH;\n        case  3: values[2] = PyTuple_GET_ITEM(__pyx_args, 2);\n        CYTHON_FALLTHROUGH;\n        case  2: values[1] = PyTuple_GET_ITEM(__pyx_args, 1);\n        CYTHON_FALLTHROUGH;\n        case  1: values[0] = PyTuple_GET_ITEM(__pyx_args, 0);\n        CYTHON_FALLTHROUGH;\n        case  0: break;\n        default: goto __pyx_L5_argtuple_error;\n      }\n      kw_args = PyDict_Size(__pyx_kwds);\n      switch (pos_args) {\n        case  0:\n        if (kw_args > 0) {\n          PyObject* value = __Pyx_PyDict_GetItemStr(__pyx_kwds, __pyx_n_s_scores_to_drop);\n          if (value) { values[0] = value; kw_args--; }\n        }\n        CYTHON_FALLTHROUGH;\n        case  1:\n        if (kw_args > 0) {\n          PyObject* value = __Pyx_PyDict_GetItemStr(__pyx_kwds, __pyx_n_s_fitting_size);\n          if (value) { values[1] = value; kw_args--; }\n        }\n        CYTHON_FALLTHROUGH;\n        case  2:\n        if (kw_args > 0) {\n          PyObject* value = __Pyx_PyDict_GetItemStr(__pyx_kwds, __pyx_n_s_verbose);\n          if (value) { values[2] = value; kw_args--; }\n        }\n        CYTHON_FALLTHROUGH;\n        case  3:\n        if (kw_args > 0) {\n          PyObject* value = __Pyx_PyDict_GetItemStr(__pyx_kwds, __pyx_n_s_alpha);\n          if (value) { values[3] = value; kw_args--; }\n        }\n        CYTHON_FALLTHROUGH;\n        case  4:\n        if (kw_args > 0) {\n          PyObject* value = __Pyx_PyDict_GetItemStr(__pyx_kwds, __pyx_n_s_translate_amount);\n          if (value) { values[4] = value; kw_args--; }\n        }\n      }\n      if (unlikely(kw_args > 0)) {\n        if (unlikely(__Pyx_ParseOptionalKeywords(__pyx_kwds, __pyx_pyargnames, 0, values, pos_args, \"__cinit__\") < 0)) __PYX_ERR(0, 97, __pyx_L3_error)\n      }\n    } else {\n      switch (PyTuple_GET_SIZE(__pyx_args)) {\n        case  5: values[4] = PyTuple_GET_ITEM(__pyx_args, 4);\n        CYTHON_FALLTHROUGH;\n        case  4: values[3] = PyTuple_GET_ITEM(__pyx_args, 3);\n        CYTHON_FALLTHROUGH;\n        case  3: values[2] = PyTuple_GET_ITEM(__pyx_args, 2);\n        CYTHON_FALLTHROUGH;\n        case  2: values[1] = PyTuple_GET_ITEM(__pyx_args, 1);\n        CYTHON_FALLTHROUGH;\n        case  1: values[0] = PyTuple_GET_ITEM(__pyx_args, 0);\n        CYTHON_FALLTHROUGH;\n        case  0: break;\n        default: goto __pyx_L5_argtuple_error;\n      }\n    }\n    if (values[0]) {\n      __pyx_v_scores_to_drop = __Pyx_PyInt_As_int(values[0]); if (unlikely((__pyx_v_scores_to_drop == (int)-1) && PyErr_Occurred())) __PYX_ERR(0, 97, __pyx_L3_error)\n    } else {\n      __pyx_v_scores_to_drop = ((int)0);\n    }\n    if (values[1]) {\n      __pyx_v_fitting_size = __Pyx_PyInt_As_int(values[1]); if (unlikely((__pyx_v_fitting_size == (int)-1) && PyErr_Occurred())) __PYX_ERR(0, 98, __pyx_L3_error)\n    } else {\n      __pyx_v_fitting_size = ((int)9);\n    }\n    if (values[2]) {\n      __pyx_v_verbose = __Pyx_PyObject_IsTrue(values[2]); if (unlikely((__pyx_v_verbose == ((bool)-1)) && PyErr_Occurred())) __PYX_ERR(0, 99, __pyx_L3_error)\n    } else {\n\n      /* \"libmr.pyx\":99\n *     def __cinit__(self, int scores_to_drop=0,\n *                   int fitting_size=9,\n *                   bool verbose=False,             # <<<<<<<<<<<<<<\n *                   double alpha=5.0,\n *                   int translate_amount=10000):\n */\n      __pyx_v_verbose = ((bool)0);\n    }\n    if (values[3]) {\n      __pyx_v_alpha = __pyx_PyFloat_AsDouble(values[3]); if (unlikely((__pyx_v_alpha == (double)-1) && PyErr_Occurred())) __PYX_ERR(0, 100, __pyx_L3_error)\n    } else {\n      __pyx_v_alpha = ((double)5.0);\n    }\n    if (values[4]) {\n      __pyx_v_translate_amount = __Pyx_PyInt_As_int(values[4]); if (unlikely((__pyx_v_translate_amount == (int)-1) && PyErr_Occurred())) __PYX_ERR(0, 101, __pyx_L3_error)\n    } else {\n      __pyx_v_translate_amount = ((int)0x2710);\n    }\n  }\n  goto __pyx_L4_argument_unpacking_done;\n  __pyx_L5_argtuple_error:;\n  __Pyx_RaiseArgtupleInvalid(\"__cinit__\", 0, 0, 5, PyTuple_GET_SIZE(__pyx_args)); __PYX_ERR(0, 97, __pyx_L3_error)\n  __pyx_L3_error:;\n  __Pyx_AddTraceback(\"libmr.MR.__cinit__\", __pyx_clineno, __pyx_lineno, __pyx_filename);\n  __Pyx_RefNannyFinishContext();\n  return -1;\n  __pyx_L4_argument_unpacking_done:;\n  __pyx_r = __pyx_pf_5libmr_2MR___cinit__(((struct __pyx_obj_5libmr_MR *)__pyx_v_self), __pyx_v_scores_to_drop, __pyx_v_fitting_size, __pyx_v_verbose, __pyx_v_alpha, __pyx_v_translate_amount);\n\n  /* \"libmr.pyx\":97\n * cdef class MR:\n *     cdef MetaRecognition *thisptr\n *     def __cinit__(self, int scores_to_drop=0,             # <<<<<<<<<<<<<<\n *                   int fitting_size=9,\n *                   bool verbose=False,\n */\n\n  /* function exit code */\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\nstatic int __pyx_pf_5libmr_2MR___cinit__(struct __pyx_obj_5libmr_MR *__pyx_v_self, int __pyx_v_scores_to_drop, int __pyx_v_fitting_size, bool __pyx_v_verbose, double __pyx_v_alpha, int __pyx_v_translate_amount) {\n  int __pyx_r;\n  __Pyx_RefNannyDeclarations\n  MetaRecognition *__pyx_t_1;\n  int __pyx_lineno = 0;\n  const char *__pyx_filename = NULL;\n  int __pyx_clineno = 0;\n  __Pyx_RefNannySetupContext(\"__cinit__\", 0);\n\n  /* \"libmr.pyx\":105\n *         Create a new MR object.\n *         \"\"\"\n *         self.thisptr = new MetaRecognition(scores_to_drop,fitting_size,verbose,alpha,translate_amount)             # <<<<<<<<<<<<<<\n *     def __dealloc__(self):\n *         del self.thisptr\n */\n  try {\n    __pyx_t_1 = new MetaRecognition(__pyx_v_scores_to_drop, __pyx_v_fitting_size, __pyx_v_verbose, __pyx_v_alpha, __pyx_v_translate_amount);\n  } catch(...) {\n    __Pyx_CppExn2PyErr();\n    __PYX_ERR(0, 105, __pyx_L1_error)\n  }\n  __pyx_v_self->thisptr = __pyx_t_1;\n\n  /* \"libmr.pyx\":97\n * cdef class MR:\n *     cdef MetaRecognition *thisptr\n *     def __cinit__(self, int scores_to_drop=0,             # <<<<<<<<<<<<<<\n *                   int fitting_size=9,\n *                   bool verbose=False,\n */\n\n  /* function exit code */\n  __pyx_r = 0;\n  goto __pyx_L0;\n  __pyx_L1_error:;\n  __Pyx_AddTraceback(\"libmr.MR.__cinit__\", __pyx_clineno, __pyx_lineno, __pyx_filename);\n  __pyx_r = -1;\n  __pyx_L0:;\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\n/* \"libmr.pyx\":106\n *         \"\"\"\n *         self.thisptr = new MetaRecognition(scores_to_drop,fitting_size,verbose,alpha,translate_amount)\n *     def __dealloc__(self):             # <<<<<<<<<<<<<<\n *         del self.thisptr\n *     def fit_low(self, inputData, int fit_size):\n */\n\n/* Python wrapper */\nstatic void __pyx_pw_5libmr_2MR_3__dealloc__(PyObject *__pyx_v_self); /*proto*/\nstatic void __pyx_pw_5libmr_2MR_3__dealloc__(PyObject *__pyx_v_self) {\n  __Pyx_RefNannyDeclarations\n  __Pyx_RefNannySetupContext(\"__dealloc__ (wrapper)\", 0);\n  __pyx_pf_5libmr_2MR_2__dealloc__(((struct __pyx_obj_5libmr_MR *)__pyx_v_self));\n\n  /* function exit code */\n  __Pyx_RefNannyFinishContext();\n}\n\nstatic void __pyx_pf_5libmr_2MR_2__dealloc__(struct __pyx_obj_5libmr_MR *__pyx_v_self) {\n  __Pyx_RefNannyDeclarations\n  __Pyx_RefNannySetupContext(\"__dealloc__\", 0);\n\n  /* \"libmr.pyx\":107\n *         self.thisptr = new MetaRecognition(scores_to_drop,fitting_size,verbose,alpha,translate_amount)\n *     def __dealloc__(self):\n *         del self.thisptr             # <<<<<<<<<<<<<<\n *     def fit_low(self, inputData, int fit_size):\n *         \"\"\"Use fit_low if your data is such that is smaller is better. Fits a\n */\n  delete __pyx_v_self->thisptr;\n\n  /* \"libmr.pyx\":106\n *         \"\"\"\n *         self.thisptr = new MetaRecognition(scores_to_drop,fitting_size,verbose,alpha,translate_amount)\n *     def __dealloc__(self):             # <<<<<<<<<<<<<<\n *         del self.thisptr\n *     def fit_low(self, inputData, int fit_size):\n */\n\n  /* function exit code */\n  __Pyx_RefNannyFinishContext();\n}\n\n/* \"libmr.pyx\":108\n *     def __dealloc__(self):\n *         del self.thisptr\n *     def fit_low(self, inputData, int fit_size):             # <<<<<<<<<<<<<<\n *         \"\"\"Use fit_low if your data is such that is smaller is better. Fits a\n *         MR object to the given data. We'll transform it for you\n */\n\n/* Python wrapper */\nstatic PyObject *__pyx_pw_5libmr_2MR_5fit_low(PyObject *__pyx_v_self, PyObject *__pyx_args, PyObject *__pyx_kwds); /*proto*/\nstatic char __pyx_doc_5libmr_2MR_4fit_low[] = \"Use fit_low if your data is such that is smaller is better. Fits a\\n        MR object to the given data. We'll transform it for you\\n        and keep the transform parameters in the class so later calls\\n        to W_score or CDF do the right thing.\";\nstatic PyObject *__pyx_pw_5libmr_2MR_5fit_low(PyObject *__pyx_v_self, PyObject *__pyx_args, PyObject *__pyx_kwds) {\n  PyObject *__pyx_v_inputData = 0;\n  int __pyx_v_fit_size;\n  int __pyx_lineno = 0;\n  const char *__pyx_filename = NULL;\n  int __pyx_clineno = 0;\n  PyObject *__pyx_r = 0;\n  __Pyx_RefNannyDeclarations\n  __Pyx_RefNannySetupContext(\"fit_low (wrapper)\", 0);\n  {\n    static PyObject **__pyx_pyargnames[] = {&__pyx_n_s_inputData,&__pyx_n_s_fit_size,0};\n    PyObject* values[2] = {0,0};\n    if (unlikely(__pyx_kwds)) {\n      Py_ssize_t kw_args;\n      const Py_ssize_t pos_args = PyTuple_GET_SIZE(__pyx_args);\n      switch (pos_args) {\n        case  2: values[1] = PyTuple_GET_ITEM(__pyx_args, 1);\n        CYTHON_FALLTHROUGH;\n        case  1: values[0] = PyTuple_GET_ITEM(__pyx_args, 0);\n        CYTHON_FALLTHROUGH;\n        case  0: break;\n        default: goto __pyx_L5_argtuple_error;\n      }\n      kw_args = PyDict_Size(__pyx_kwds);\n      switch (pos_args) {\n        case  0:\n        if (likely((values[0] = __Pyx_PyDict_GetItemStr(__pyx_kwds, __pyx_n_s_inputData)) != 0)) kw_args--;\n        else goto __pyx_L5_argtuple_error;\n        CYTHON_FALLTHROUGH;\n        case  1:\n        if (likely((values[1] = __Pyx_PyDict_GetItemStr(__pyx_kwds, __pyx_n_s_fit_size)) != 0)) kw_args--;\n        else {\n          __Pyx_RaiseArgtupleInvalid(\"fit_low\", 1, 2, 2, 1); __PYX_ERR(0, 108, __pyx_L3_error)\n        }\n      }\n      if (unlikely(kw_args > 0)) {\n        if (unlikely(__Pyx_ParseOptionalKeywords(__pyx_kwds, __pyx_pyargnames, 0, values, pos_args, \"fit_low\") < 0)) __PYX_ERR(0, 108, __pyx_L3_error)\n      }\n    } else if (PyTuple_GET_SIZE(__pyx_args) != 2) {\n      goto __pyx_L5_argtuple_error;\n    } else {\n      values[0] = PyTuple_GET_ITEM(__pyx_args, 0);\n      values[1] = PyTuple_GET_ITEM(__pyx_args, 1);\n    }\n    __pyx_v_inputData = values[0];\n    __pyx_v_fit_size = __Pyx_PyInt_As_int(values[1]); if (unlikely((__pyx_v_fit_size == (int)-1) && PyErr_Occurred())) __PYX_ERR(0, 108, __pyx_L3_error)\n  }\n  goto __pyx_L4_argument_unpacking_done;\n  __pyx_L5_argtuple_error:;\n  __Pyx_RaiseArgtupleInvalid(\"fit_low\", 1, 2, 2, PyTuple_GET_SIZE(__pyx_args)); __PYX_ERR(0, 108, __pyx_L3_error)\n  __pyx_L3_error:;\n  __Pyx_AddTraceback(\"libmr.MR.fit_low\", __pyx_clineno, __pyx_lineno, __pyx_filename);\n  __Pyx_RefNannyFinishContext();\n  return NULL;\n  __pyx_L4_argument_unpacking_done:;\n  __pyx_r = __pyx_pf_5libmr_2MR_4fit_low(((struct __pyx_obj_5libmr_MR *)__pyx_v_self), __pyx_v_inputData, __pyx_v_fit_size);\n\n  /* function exit code */\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\nstatic PyObject *__pyx_pf_5libmr_2MR_4fit_low(struct __pyx_obj_5libmr_MR *__pyx_v_self, PyObject *__pyx_v_inputData, int __pyx_v_fit_size) {\n  double *__pyx_v_data;\n  Py_ssize_t __pyx_v_i;\n  PyObject *__pyx_r = NULL;\n  __Pyx_RefNannyDeclarations\n  Py_ssize_t __pyx_t_1;\n  Py_ssize_t __pyx_t_2;\n  Py_ssize_t __pyx_t_3;\n  PyObject *__pyx_t_4 = NULL;\n  double __pyx_t_5;\n  int __pyx_lineno = 0;\n  const char *__pyx_filename = NULL;\n  int __pyx_clineno = 0;\n  __Pyx_RefNannySetupContext(\"fit_low\", 0);\n\n  /* \"libmr.pyx\":114\n *         to W_score or CDF do the right thing.\"\"\"\n *         cdef double *data\n *         data = <double*>malloc(sizeof(double)*len(inputData))             # <<<<<<<<<<<<<<\n *         for i in xrange(len(inputData)):\n *             data[i] = inputData[i]\n */\n  __pyx_t_1 = PyObject_Length(__pyx_v_inputData); if (unlikely(__pyx_t_1 == ((Py_ssize_t)-1))) __PYX_ERR(0, 114, __pyx_L1_error)\n  __pyx_v_data = ((double *)malloc(((sizeof(double)) * __pyx_t_1)));\n\n  /* \"libmr.pyx\":115\n *         cdef double *data\n *         data = <double*>malloc(sizeof(double)*len(inputData))\n *         for i in xrange(len(inputData)):             # <<<<<<<<<<<<<<\n *             data[i] = inputData[i]\n *         self.thisptr.FitLow(data, len(inputData), fit_size)\n */\n  __pyx_t_1 = PyObject_Length(__pyx_v_inputData); if (unlikely(__pyx_t_1 == ((Py_ssize_t)-1))) __PYX_ERR(0, 115, __pyx_L1_error)\n  __pyx_t_2 = __pyx_t_1;\n  for (__pyx_t_3 = 0; __pyx_t_3 < __pyx_t_2; __pyx_t_3+=1) {\n    __pyx_v_i = __pyx_t_3;\n\n    /* \"libmr.pyx\":116\n *         data = <double*>malloc(sizeof(double)*len(inputData))\n *         for i in xrange(len(inputData)):\n *             data[i] = inputData[i]             # <<<<<<<<<<<<<<\n *         self.thisptr.FitLow(data, len(inputData), fit_size)\n *         free(data)\n */\n    __pyx_t_4 = __Pyx_GetItemInt(__pyx_v_inputData, __pyx_v_i, Py_ssize_t, 1, PyInt_FromSsize_t, 0, 1, 1); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 116, __pyx_L1_error)\n    __Pyx_GOTREF(__pyx_t_4);\n    __pyx_t_5 = __pyx_PyFloat_AsDouble(__pyx_t_4); if (unlikely((__pyx_t_5 == (double)-1) && PyErr_Occurred())) __PYX_ERR(0, 116, __pyx_L1_error)\n    __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;\n    (__pyx_v_data[__pyx_v_i]) = __pyx_t_5;\n  }\n\n  /* \"libmr.pyx\":117\n *         for i in xrange(len(inputData)):\n *             data[i] = inputData[i]\n *         self.thisptr.FitLow(data, len(inputData), fit_size)             # <<<<<<<<<<<<<<\n *         free(data)\n *     def fit_high(self, inputData, int fit_size):\n */\n  __pyx_t_1 = PyObject_Length(__pyx_v_inputData); if (unlikely(__pyx_t_1 == ((Py_ssize_t)-1))) __PYX_ERR(0, 117, __pyx_L1_error)\n  (void)(__pyx_v_self->thisptr->FitLow(__pyx_v_data, __pyx_t_1, __pyx_v_fit_size));\n\n  /* \"libmr.pyx\":118\n *             data[i] = inputData[i]\n *         self.thisptr.FitLow(data, len(inputData), fit_size)\n *         free(data)             # <<<<<<<<<<<<<<\n *     def fit_high(self, inputData, int fit_size):\n *         \"\"\"Use fit_high if your data is such that is larger is better. Fits a\n */\n  free(__pyx_v_data);\n\n  /* \"libmr.pyx\":108\n *     def __dealloc__(self):\n *         del self.thisptr\n *     def fit_low(self, inputData, int fit_size):             # <<<<<<<<<<<<<<\n *         \"\"\"Use fit_low if your data is such that is smaller is better. Fits a\n *         MR object to the given data. We'll transform it for you\n */\n\n  /* function exit code */\n  __pyx_r = Py_None; __Pyx_INCREF(Py_None);\n  goto __pyx_L0;\n  __pyx_L1_error:;\n  __Pyx_XDECREF(__pyx_t_4);\n  __Pyx_AddTraceback(\"libmr.MR.fit_low\", __pyx_clineno, __pyx_lineno, __pyx_filename);\n  __pyx_r = NULL;\n  __pyx_L0:;\n  __Pyx_XGIVEREF(__pyx_r);\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\n/* \"libmr.pyx\":119\n *         self.thisptr.FitLow(data, len(inputData), fit_size)\n *         free(data)\n *     def fit_high(self, inputData, int fit_size):             # <<<<<<<<<<<<<<\n *         \"\"\"Use fit_high if your data is such that is larger is better. Fits a\n *         MR object to the given data. We'll transform it for you\n */\n\n/* Python wrapper */\nstatic PyObject *__pyx_pw_5libmr_2MR_7fit_high(PyObject *__pyx_v_self, PyObject *__pyx_args, PyObject *__pyx_kwds); /*proto*/\nstatic char __pyx_doc_5libmr_2MR_6fit_high[] = \"Use fit_high if your data is such that is larger is better. Fits a\\n        MR object to the given data. We'll transform it for you\\n        and keep the transform parameters in the class so later calls\\n        to W_score or CDF do the right thing.\\n        \";\nstatic PyObject *__pyx_pw_5libmr_2MR_7fit_high(PyObject *__pyx_v_self, PyObject *__pyx_args, PyObject *__pyx_kwds) {\n  PyObject *__pyx_v_inputData = 0;\n  int __pyx_v_fit_size;\n  int __pyx_lineno = 0;\n  const char *__pyx_filename = NULL;\n  int __pyx_clineno = 0;\n  PyObject *__pyx_r = 0;\n  __Pyx_RefNannyDeclarations\n  __Pyx_RefNannySetupContext(\"fit_high (wrapper)\", 0);\n  {\n    static PyObject **__pyx_pyargnames[] = {&__pyx_n_s_inputData,&__pyx_n_s_fit_size,0};\n    PyObject* values[2] = {0,0};\n    if (unlikely(__pyx_kwds)) {\n      Py_ssize_t kw_args;\n      const Py_ssize_t pos_args = PyTuple_GET_SIZE(__pyx_args);\n      switch (pos_args) {\n        case  2: values[1] = PyTuple_GET_ITEM(__pyx_args, 1);\n        CYTHON_FALLTHROUGH;\n        case  1: values[0] = PyTuple_GET_ITEM(__pyx_args, 0);\n        CYTHON_FALLTHROUGH;\n        case  0: break;\n        default: goto __pyx_L5_argtuple_error;\n      }\n      kw_args = PyDict_Size(__pyx_kwds);\n      switch (pos_args) {\n        case  0:\n        if (likely((values[0] = __Pyx_PyDict_GetItemStr(__pyx_kwds, __pyx_n_s_inputData)) != 0)) kw_args--;\n        else goto __pyx_L5_argtuple_error;\n        CYTHON_FALLTHROUGH;\n        case  1:\n        if (likely((values[1] = __Pyx_PyDict_GetItemStr(__pyx_kwds, __pyx_n_s_fit_size)) != 0)) kw_args--;\n        else {\n          __Pyx_RaiseArgtupleInvalid(\"fit_high\", 1, 2, 2, 1); __PYX_ERR(0, 119, __pyx_L3_error)\n        }\n      }\n      if (unlikely(kw_args > 0)) {\n        if (unlikely(__Pyx_ParseOptionalKeywords(__pyx_kwds, __pyx_pyargnames, 0, values, pos_args, \"fit_high\") < 0)) __PYX_ERR(0, 119, __pyx_L3_error)\n      }\n    } else if (PyTuple_GET_SIZE(__pyx_args) != 2) {\n      goto __pyx_L5_argtuple_error;\n    } else {\n      values[0] = PyTuple_GET_ITEM(__pyx_args, 0);\n      values[1] = PyTuple_GET_ITEM(__pyx_args, 1);\n    }\n    __pyx_v_inputData = values[0];\n    __pyx_v_fit_size = __Pyx_PyInt_As_int(values[1]); if (unlikely((__pyx_v_fit_size == (int)-1) && PyErr_Occurred())) __PYX_ERR(0, 119, __pyx_L3_error)\n  }\n  goto __pyx_L4_argument_unpacking_done;\n  __pyx_L5_argtuple_error:;\n  __Pyx_RaiseArgtupleInvalid(\"fit_high\", 1, 2, 2, PyTuple_GET_SIZE(__pyx_args)); __PYX_ERR(0, 119, __pyx_L3_error)\n  __pyx_L3_error:;\n  __Pyx_AddTraceback(\"libmr.MR.fit_high\", __pyx_clineno, __pyx_lineno, __pyx_filename);\n  __Pyx_RefNannyFinishContext();\n  return NULL;\n  __pyx_L4_argument_unpacking_done:;\n  __pyx_r = __pyx_pf_5libmr_2MR_6fit_high(((struct __pyx_obj_5libmr_MR *)__pyx_v_self), __pyx_v_inputData, __pyx_v_fit_size);\n\n  /* function exit code */\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\nstatic PyObject *__pyx_pf_5libmr_2MR_6fit_high(struct __pyx_obj_5libmr_MR *__pyx_v_self, PyObject *__pyx_v_inputData, int __pyx_v_fit_size) {\n  double *__pyx_v_data;\n  Py_ssize_t __pyx_v_i;\n  PyObject *__pyx_r = NULL;\n  __Pyx_RefNannyDeclarations\n  Py_ssize_t __pyx_t_1;\n  Py_ssize_t __pyx_t_2;\n  Py_ssize_t __pyx_t_3;\n  PyObject *__pyx_t_4 = NULL;\n  double __pyx_t_5;\n  int __pyx_lineno = 0;\n  const char *__pyx_filename = NULL;\n  int __pyx_clineno = 0;\n  __Pyx_RefNannySetupContext(\"fit_high\", 0);\n\n  /* \"libmr.pyx\":126\n *         \"\"\"\n *         cdef double *data\n *         data = <double*>malloc(sizeof(double)*len(inputData))             # <<<<<<<<<<<<<<\n *         for i in xrange(len(inputData)):\n *             data[i] = inputData[i]\n */\n  __pyx_t_1 = PyObject_Length(__pyx_v_inputData); if (unlikely(__pyx_t_1 == ((Py_ssize_t)-1))) __PYX_ERR(0, 126, __pyx_L1_error)\n  __pyx_v_data = ((double *)malloc(((sizeof(double)) * __pyx_t_1)));\n\n  /* \"libmr.pyx\":127\n *         cdef double *data\n *         data = <double*>malloc(sizeof(double)*len(inputData))\n *         for i in xrange(len(inputData)):             # <<<<<<<<<<<<<<\n *             data[i] = inputData[i]\n *         self.thisptr.FitHigh(data, len(inputData), fit_size)\n */\n  __pyx_t_1 = PyObject_Length(__pyx_v_inputData); if (unlikely(__pyx_t_1 == ((Py_ssize_t)-1))) __PYX_ERR(0, 127, __pyx_L1_error)\n  __pyx_t_2 = __pyx_t_1;\n  for (__pyx_t_3 = 0; __pyx_t_3 < __pyx_t_2; __pyx_t_3+=1) {\n    __pyx_v_i = __pyx_t_3;\n\n    /* \"libmr.pyx\":128\n *         data = <double*>malloc(sizeof(double)*len(inputData))\n *         for i in xrange(len(inputData)):\n *             data[i] = inputData[i]             # <<<<<<<<<<<<<<\n *         self.thisptr.FitHigh(data, len(inputData), fit_size)\n *         free(data)\n */\n    __pyx_t_4 = __Pyx_GetItemInt(__pyx_v_inputData, __pyx_v_i, Py_ssize_t, 1, PyInt_FromSsize_t, 0, 1, 1); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 128, __pyx_L1_error)\n    __Pyx_GOTREF(__pyx_t_4);\n    __pyx_t_5 = __pyx_PyFloat_AsDouble(__pyx_t_4); if (unlikely((__pyx_t_5 == (double)-1) && PyErr_Occurred())) __PYX_ERR(0, 128, __pyx_L1_error)\n    __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;\n    (__pyx_v_data[__pyx_v_i]) = __pyx_t_5;\n  }\n\n  /* \"libmr.pyx\":129\n *         for i in xrange(len(inputData)):\n *             data[i] = inputData[i]\n *         self.thisptr.FitHigh(data, len(inputData), fit_size)             # <<<<<<<<<<<<<<\n *         free(data)\n * \n */\n  __pyx_t_1 = PyObject_Length(__pyx_v_inputData); if (unlikely(__pyx_t_1 == ((Py_ssize_t)-1))) __PYX_ERR(0, 129, __pyx_L1_error)\n  (void)(__pyx_v_self->thisptr->FitHigh(__pyx_v_data, __pyx_t_1, __pyx_v_fit_size));\n\n  /* \"libmr.pyx\":130\n *             data[i] = inputData[i]\n *         self.thisptr.FitHigh(data, len(inputData), fit_size)\n *         free(data)             # <<<<<<<<<<<<<<\n * \n *     def mr_save(self, filename):\n */\n  free(__pyx_v_data);\n\n  /* \"libmr.pyx\":119\n *         self.thisptr.FitLow(data, len(inputData), fit_size)\n *         free(data)\n *     def fit_high(self, inputData, int fit_size):             # <<<<<<<<<<<<<<\n *         \"\"\"Use fit_high if your data is such that is larger is better. Fits a\n *         MR object to the given data. We'll transform it for you\n */\n\n  /* function exit code */\n  __pyx_r = Py_None; __Pyx_INCREF(Py_None);\n  goto __pyx_L0;\n  __pyx_L1_error:;\n  __Pyx_XDECREF(__pyx_t_4);\n  __Pyx_AddTraceback(\"libmr.MR.fit_high\", __pyx_clineno, __pyx_lineno, __pyx_filename);\n  __pyx_r = NULL;\n  __pyx_L0:;\n  __Pyx_XGIVEREF(__pyx_r);\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\n/* \"libmr.pyx\":132\n *         free(data)\n * \n *     def mr_save(self, filename):             # <<<<<<<<<<<<<<\n *         \"\"\"\n *         save mr object to file\n */\n\n/* Python wrapper */\nstatic PyObject *__pyx_pw_5libmr_2MR_9mr_save(PyObject *__pyx_v_self, PyObject *__pyx_v_filename); /*proto*/\nstatic char __pyx_doc_5libmr_2MR_8mr_save[] = \"\\n        save mr object to file\\n        \";\nstatic PyObject *__pyx_pw_5libmr_2MR_9mr_save(PyObject *__pyx_v_self, PyObject *__pyx_v_filename) {\n  PyObject *__pyx_r = 0;\n  __Pyx_RefNannyDeclarations\n  __Pyx_RefNannySetupContext(\"mr_save (wrapper)\", 0);\n  __pyx_r = __pyx_pf_5libmr_2MR_8mr_save(((struct __pyx_obj_5libmr_MR *)__pyx_v_self), ((PyObject *)__pyx_v_filename));\n\n  /* function exit code */\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\nstatic PyObject *__pyx_pf_5libmr_2MR_8mr_save(struct __pyx_obj_5libmr_MR *__pyx_v_self, PyObject *__pyx_v_filename) {\n  char *__pyx_v_filetosave;\n  PyObject *__pyx_r = NULL;\n  __Pyx_RefNannyDeclarations\n  char *__pyx_t_1;\n  int __pyx_lineno = 0;\n  const char *__pyx_filename = NULL;\n  int __pyx_clineno = 0;\n  __Pyx_RefNannySetupContext(\"mr_save\", 0);\n\n  /* \"libmr.pyx\":137\n *         \"\"\"\n *         cdef char *filetosave\n *         filetosave = filename             # <<<<<<<<<<<<<<\n *         self.thisptr.Save(filetosave)\n * \n */\n  __pyx_t_1 = __Pyx_PyObject_AsWritableString(__pyx_v_filename); if (unlikely((!__pyx_t_1) && PyErr_Occurred())) __PYX_ERR(0, 137, __pyx_L1_error)\n  __pyx_v_filetosave = __pyx_t_1;\n\n  /* \"libmr.pyx\":138\n *         cdef char *filetosave\n *         filetosave = filename\n *         self.thisptr.Save(filetosave)             # <<<<<<<<<<<<<<\n * \n *     def mr_load(self, filename):\n */\n  __pyx_v_self->thisptr->Save(__pyx_v_filetosave);\n\n  /* \"libmr.pyx\":132\n *         free(data)\n * \n *     def mr_save(self, filename):             # <<<<<<<<<<<<<<\n *         \"\"\"\n *         save mr object to file\n */\n\n  /* function exit code */\n  __pyx_r = Py_None; __Pyx_INCREF(Py_None);\n  goto __pyx_L0;\n  __pyx_L1_error:;\n  __Pyx_AddTraceback(\"libmr.MR.mr_save\", __pyx_clineno, __pyx_lineno, __pyx_filename);\n  __pyx_r = NULL;\n  __pyx_L0:;\n  __Pyx_XGIVEREF(__pyx_r);\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\n/* \"libmr.pyx\":140\n *         self.thisptr.Save(filetosave)\n * \n *     def mr_load(self, filename):             # <<<<<<<<<<<<<<\n *         \"\"\"\n *         save mr object to file\n */\n\n/* Python wrapper */\nstatic PyObject *__pyx_pw_5libmr_2MR_11mr_load(PyObject *__pyx_v_self, PyObject *__pyx_v_filename); /*proto*/\nstatic char __pyx_doc_5libmr_2MR_10mr_load[] = \"\\n        save mr object to file\\n        \";\nstatic PyObject *__pyx_pw_5libmr_2MR_11mr_load(PyObject *__pyx_v_self, PyObject *__pyx_v_filename) {\n  PyObject *__pyx_r = 0;\n  __Pyx_RefNannyDeclarations\n  __Pyx_RefNannySetupContext(\"mr_load (wrapper)\", 0);\n  __pyx_r = __pyx_pf_5libmr_2MR_10mr_load(((struct __pyx_obj_5libmr_MR *)__pyx_v_self), ((PyObject *)__pyx_v_filename));\n\n  /* function exit code */\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\nstatic PyObject *__pyx_pf_5libmr_2MR_10mr_load(struct __pyx_obj_5libmr_MR *__pyx_v_self, PyObject *__pyx_v_filename) {\n  char *__pyx_v_filetosave;\n  PyObject *__pyx_r = NULL;\n  __Pyx_RefNannyDeclarations\n  char *__pyx_t_1;\n  int __pyx_lineno = 0;\n  const char *__pyx_filename = NULL;\n  int __pyx_clineno = 0;\n  __Pyx_RefNannySetupContext(\"mr_load\", 0);\n\n  /* \"libmr.pyx\":145\n *         \"\"\"\n *         cdef char *filetosave\n *         filetosave = filename             # <<<<<<<<<<<<<<\n *         self.thisptr.Load(filetosave)\n * \n */\n  __pyx_t_1 = __Pyx_PyObject_AsWritableString(__pyx_v_filename); if (unlikely((!__pyx_t_1) && PyErr_Occurred())) __PYX_ERR(0, 145, __pyx_L1_error)\n  __pyx_v_filetosave = __pyx_t_1;\n\n  /* \"libmr.pyx\":146\n *         cdef char *filetosave\n *         filetosave = filename\n *         self.thisptr.Load(filetosave)             # <<<<<<<<<<<<<<\n * \n *     def fit_svm(self, svm_data, inputDataSize, label_of_interest,\n */\n  __pyx_v_self->thisptr->Load(__pyx_v_filetosave);\n\n  /* \"libmr.pyx\":140\n *         self.thisptr.Save(filetosave)\n * \n *     def mr_load(self, filename):             # <<<<<<<<<<<<<<\n *         \"\"\"\n *         save mr object to file\n */\n\n  /* function exit code */\n  __pyx_r = Py_None; __Pyx_INCREF(Py_None);\n  goto __pyx_L0;\n  __pyx_L1_error:;\n  __Pyx_AddTraceback(\"libmr.MR.mr_load\", __pyx_clineno, __pyx_lineno, __pyx_filename);\n  __pyx_r = NULL;\n  __pyx_L0:;\n  __Pyx_XGIVEREF(__pyx_r);\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\n/* \"libmr.pyx\":148\n *         self.thisptr.Load(filetosave)\n * \n *     def fit_svm(self, svm_data, inputDataSize, label_of_interest,             # <<<<<<<<<<<<<<\n *                 label_has_positive_score, fit_type, fit_size ):\n *         \"\"\"\n */\n\n/* Python wrapper */\nstatic PyObject *__pyx_pw_5libmr_2MR_13fit_svm(PyObject *__pyx_v_self, PyObject *__pyx_args, PyObject *__pyx_kwds); /*proto*/\nstatic char __pyx_doc_5libmr_2MR_12fit_svm[] = \"\\n        Input:\\n        --------\\n        svm_data: dict containing labels and decision scores. \\n                  eg. svm_data['scores'] = [], svm_data['labels'] = []\\n        inputDataSize : total no of decision scores\\n        label_of_interest : eg +1, -1\\n        label_has_positive_score : bool i.e 0 or 1\\n        fit_type : complement_reject=1, positive_reject=2, complement_model=3, positive_model=4\\n        fit_size : size of tail to be used\\n\\n        Output:\\n        --------\\n        None\\n        You can access parameters from weibull fitting using other attributes.\\n        Loading/Saving of weibull model parameters can be done using load/save methods\\n        in MR class\\n\\n        \";\nstatic PyObject *__pyx_pw_5libmr_2MR_13fit_svm(PyObject *__pyx_v_self, PyObject *__pyx_args, PyObject *__pyx_kwds) {\n  PyObject *__pyx_v_svm_data = 0;\n  PyObject *__pyx_v_inputDataSize = 0;\n  PyObject *__pyx_v_label_of_interest = 0;\n  PyObject *__pyx_v_label_has_positive_score = 0;\n  PyObject *__pyx_v_fit_type = 0;\n  PyObject *__pyx_v_fit_size = 0;\n  int __pyx_lineno = 0;\n  const char *__pyx_filename = NULL;\n  int __pyx_clineno = 0;\n  PyObject *__pyx_r = 0;\n  __Pyx_RefNannyDeclarations\n  __Pyx_RefNannySetupContext(\"fit_svm (wrapper)\", 0);\n  {\n    static PyObject **__pyx_pyargnames[] = {&__pyx_n_s_svm_data,&__pyx_n_s_inputDataSize,&__pyx_n_s_label_of_interest,&__pyx_n_s_label_has_positive_score,&__pyx_n_s_fit_type,&__pyx_n_s_fit_size,0};\n    PyObject* values[6] = {0,0,0,0,0,0};\n    if (unlikely(__pyx_kwds)) {\n      Py_ssize_t kw_args;\n      const Py_ssize_t pos_args = PyTuple_GET_SIZE(__pyx_args);\n      switch (pos_args) {\n        case  6: values[5] = PyTuple_GET_ITEM(__pyx_args, 5);\n        CYTHON_FALLTHROUGH;\n        case  5: values[4] = PyTuple_GET_ITEM(__pyx_args, 4);\n        CYTHON_FALLTHROUGH;\n        case  4: values[3] = PyTuple_GET_ITEM(__pyx_args, 3);\n        CYTHON_FALLTHROUGH;\n        case  3: values[2] = PyTuple_GET_ITEM(__pyx_args, 2);\n        CYTHON_FALLTHROUGH;\n        case  2: values[1] = PyTuple_GET_ITEM(__pyx_args, 1);\n        CYTHON_FALLTHROUGH;\n        case  1: values[0] = PyTuple_GET_ITEM(__pyx_args, 0);\n        CYTHON_FALLTHROUGH;\n        case  0: break;\n        default: goto __pyx_L5_argtuple_error;\n      }\n      kw_args = PyDict_Size(__pyx_kwds);\n      switch (pos_args) {\n        case  0:\n        if (likely((values[0] = __Pyx_PyDict_GetItemStr(__pyx_kwds, __pyx_n_s_svm_data)) != 0)) kw_args--;\n        else goto __pyx_L5_argtuple_error;\n        CYTHON_FALLTHROUGH;\n        case  1:\n        if (likely((values[1] = __Pyx_PyDict_GetItemStr(__pyx_kwds, __pyx_n_s_inputDataSize)) != 0)) kw_args--;\n        else {\n          __Pyx_RaiseArgtupleInvalid(\"fit_svm\", 1, 6, 6, 1); __PYX_ERR(0, 148, __pyx_L3_error)\n        }\n        CYTHON_FALLTHROUGH;\n        case  2:\n        if (likely((values[2] = __Pyx_PyDict_GetItemStr(__pyx_kwds, __pyx_n_s_label_of_interest)) != 0)) kw_args--;\n        else {\n          __Pyx_RaiseArgtupleInvalid(\"fit_svm\", 1, 6, 6, 2); __PYX_ERR(0, 148, __pyx_L3_error)\n        }\n        CYTHON_FALLTHROUGH;\n        case  3:\n        if (likely((values[3] = __Pyx_PyDict_GetItemStr(__pyx_kwds, __pyx_n_s_label_has_positive_score)) != 0)) kw_args--;\n        else {\n          __Pyx_RaiseArgtupleInvalid(\"fit_svm\", 1, 6, 6, 3); __PYX_ERR(0, 148, __pyx_L3_error)\n        }\n        CYTHON_FALLTHROUGH;\n        case  4:\n        if (likely((values[4] = __Pyx_PyDict_GetItemStr(__pyx_kwds, __pyx_n_s_fit_type)) != 0)) kw_args--;\n        else {\n          __Pyx_RaiseArgtupleInvalid(\"fit_svm\", 1, 6, 6, 4); __PYX_ERR(0, 148, __pyx_L3_error)\n        }\n        CYTHON_FALLTHROUGH;\n        case  5:\n        if (likely((values[5] = __Pyx_PyDict_GetItemStr(__pyx_kwds, __pyx_n_s_fit_size)) != 0)) kw_args--;\n        else {\n          __Pyx_RaiseArgtupleInvalid(\"fit_svm\", 1, 6, 6, 5); __PYX_ERR(0, 148, __pyx_L3_error)\n        }\n      }\n      if (unlikely(kw_args > 0)) {\n        if (unlikely(__Pyx_ParseOptionalKeywords(__pyx_kwds, __pyx_pyargnames, 0, values, pos_args, \"fit_svm\") < 0)) __PYX_ERR(0, 148, __pyx_L3_error)\n      }\n    } else if (PyTuple_GET_SIZE(__pyx_args) != 6) {\n      goto __pyx_L5_argtuple_error;\n    } else {\n      values[0] = PyTuple_GET_ITEM(__pyx_args, 0);\n      values[1] = PyTuple_GET_ITEM(__pyx_args, 1);\n      values[2] = PyTuple_GET_ITEM(__pyx_args, 2);\n      values[3] = PyTuple_GET_ITEM(__pyx_args, 3);\n      values[4] = PyTuple_GET_ITEM(__pyx_args, 4);\n      values[5] = PyTuple_GET_ITEM(__pyx_args, 5);\n    }\n    __pyx_v_svm_data = values[0];\n    __pyx_v_inputDataSize = values[1];\n    __pyx_v_label_of_interest = values[2];\n    __pyx_v_label_has_positive_score = values[3];\n    __pyx_v_fit_type = values[4];\n    __pyx_v_fit_size = values[5];\n  }\n  goto __pyx_L4_argument_unpacking_done;\n  __pyx_L5_argtuple_error:;\n  __Pyx_RaiseArgtupleInvalid(\"fit_svm\", 1, 6, 6, PyTuple_GET_SIZE(__pyx_args)); __PYX_ERR(0, 148, __pyx_L3_error)\n  __pyx_L3_error:;\n  __Pyx_AddTraceback(\"libmr.MR.fit_svm\", __pyx_clineno, __pyx_lineno, __pyx_filename);\n  __Pyx_RefNannyFinishContext();\n  return NULL;\n  __pyx_L4_argument_unpacking_done:;\n  __pyx_r = __pyx_pf_5libmr_2MR_12fit_svm(((struct __pyx_obj_5libmr_MR *)__pyx_v_self), __pyx_v_svm_data, __pyx_v_inputDataSize, __pyx_v_label_of_interest, __pyx_v_label_has_positive_score, __pyx_v_fit_type, __pyx_v_fit_size);\n\n  /* function exit code */\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\nstatic PyObject *__pyx_pf_5libmr_2MR_12fit_svm(struct __pyx_obj_5libmr_MR *__pyx_v_self, PyObject *__pyx_v_svm_data, PyObject *__pyx_v_inputDataSize, PyObject *__pyx_v_label_of_interest, PyObject *__pyx_v_label_has_positive_score, PyObject *__pyx_v_fit_type, PyObject *__pyx_v_fit_size) {\n  struct svm_node_libsvm *__pyx_v_svm_data_to_c;\n  PyObject *__pyx_v_i = NULL;\n  PyObject *__pyx_r = NULL;\n  __Pyx_RefNannyDeclarations\n  PyObject *__pyx_t_1 = NULL;\n  PyObject *__pyx_t_2 = NULL;\n  size_t __pyx_t_3;\n  int __pyx_t_4;\n  Py_ssize_t __pyx_t_5;\n  Py_ssize_t __pyx_t_6;\n  int __pyx_t_7;\n  PyObject *(*__pyx_t_8)(PyObject *);\n  PyObject *__pyx_t_9 = NULL;\n  int __pyx_t_10;\n  double __pyx_t_11;\n  int __pyx_t_12;\n  bool __pyx_t_13;\n  int __pyx_t_14;\n  int __pyx_t_15;\n  int __pyx_lineno = 0;\n  const char *__pyx_filename = NULL;\n  int __pyx_clineno = 0;\n  __Pyx_RefNannySetupContext(\"fit_svm\", 0);\n\n  /* \"libmr.pyx\":173\n *         cdef svm_node_libsvm *svm_data_to_c\n * \n *         svm_data_to_c =  < svm_node_libsvm* >malloc(inputDataSize * sizeof(svm_node_libsvm) )             # <<<<<<<<<<<<<<\n * \n *         assert \"scores\" in svm_data\n */\n  __pyx_t_1 = __Pyx_PyInt_FromSize_t((sizeof(struct svm_node_libsvm))); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 173, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_t_1);\n  __pyx_t_2 = PyNumber_Multiply(__pyx_v_inputDataSize, __pyx_t_1); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 173, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_t_2);\n  __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;\n  __pyx_t_3 = __Pyx_PyInt_As_size_t(__pyx_t_2); if (unlikely((__pyx_t_3 == (size_t)-1) && PyErr_Occurred())) __PYX_ERR(0, 173, __pyx_L1_error)\n  __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;\n  __pyx_v_svm_data_to_c = ((struct svm_node_libsvm *)malloc(__pyx_t_3));\n\n  /* \"libmr.pyx\":175\n *         svm_data_to_c =  < svm_node_libsvm* >malloc(inputDataSize * sizeof(svm_node_libsvm) )\n * \n *         assert \"scores\" in svm_data             # <<<<<<<<<<<<<<\n *         assert \"scores\" in svm_data\n *         assert len(svm_data[\"scores\"]) == len(svm_data[\"labels\"])\n */\n  #ifndef CYTHON_WITHOUT_ASSERTIONS\n  if (unlikely(!Py_OptimizeFlag)) {\n    __pyx_t_4 = (__Pyx_PySequence_ContainsTF(__pyx_n_s_scores, __pyx_v_svm_data, Py_EQ)); if (unlikely(__pyx_t_4 < 0)) __PYX_ERR(0, 175, __pyx_L1_error)\n    if (unlikely(!(__pyx_t_4 != 0))) {\n      PyErr_SetNone(PyExc_AssertionError);\n      __PYX_ERR(0, 175, __pyx_L1_error)\n    }\n  }\n  #endif\n\n  /* \"libmr.pyx\":176\n * \n *         assert \"scores\" in svm_data\n *         assert \"scores\" in svm_data             # <<<<<<<<<<<<<<\n *         assert len(svm_data[\"scores\"]) == len(svm_data[\"labels\"])\n *         assert fit_type in [1, 2, 3, 4]\n */\n  #ifndef CYTHON_WITHOUT_ASSERTIONS\n  if (unlikely(!Py_OptimizeFlag)) {\n    __pyx_t_4 = (__Pyx_PySequence_ContainsTF(__pyx_n_s_scores, __pyx_v_svm_data, Py_EQ)); if (unlikely(__pyx_t_4 < 0)) __PYX_ERR(0, 176, __pyx_L1_error)\n    if (unlikely(!(__pyx_t_4 != 0))) {\n      PyErr_SetNone(PyExc_AssertionError);\n      __PYX_ERR(0, 176, __pyx_L1_error)\n    }\n  }\n  #endif\n\n  /* \"libmr.pyx\":177\n *         assert \"scores\" in svm_data\n *         assert \"scores\" in svm_data\n *         assert len(svm_data[\"scores\"]) == len(svm_data[\"labels\"])             # <<<<<<<<<<<<<<\n *         assert fit_type in [1, 2, 3, 4]\n *         for i in range(inputDataSize):\n */\n  #ifndef CYTHON_WITHOUT_ASSERTIONS\n  if (unlikely(!Py_OptimizeFlag)) {\n    __pyx_t_2 = __Pyx_PyObject_Dict_GetItem(__pyx_v_svm_data, __pyx_n_s_scores); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 177, __pyx_L1_error)\n    __Pyx_GOTREF(__pyx_t_2);\n    __pyx_t_5 = PyObject_Length(__pyx_t_2); if (unlikely(__pyx_t_5 == ((Py_ssize_t)-1))) __PYX_ERR(0, 177, __pyx_L1_error)\n    __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;\n    __pyx_t_2 = __Pyx_PyObject_Dict_GetItem(__pyx_v_svm_data, __pyx_n_s_labels); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 177, __pyx_L1_error)\n    __Pyx_GOTREF(__pyx_t_2);\n    __pyx_t_6 = PyObject_Length(__pyx_t_2); if (unlikely(__pyx_t_6 == ((Py_ssize_t)-1))) __PYX_ERR(0, 177, __pyx_L1_error)\n    __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;\n    if (unlikely(!((__pyx_t_5 == __pyx_t_6) != 0))) {\n      PyErr_SetNone(PyExc_AssertionError);\n      __PYX_ERR(0, 177, __pyx_L1_error)\n    }\n  }\n  #endif\n\n  /* \"libmr.pyx\":178\n *         assert \"scores\" in svm_data\n *         assert len(svm_data[\"scores\"]) == len(svm_data[\"labels\"])\n *         assert fit_type in [1, 2, 3, 4]             # <<<<<<<<<<<<<<\n *         for i in range(inputDataSize):\n *             svm_data_to_c[i].index  = svm_data[\"labels\"][i]\n */\n  #ifndef CYTHON_WITHOUT_ASSERTIONS\n  if (unlikely(!Py_OptimizeFlag)) {\n    __Pyx_INCREF(__pyx_v_fit_type);\n    __pyx_t_2 = __pyx_v_fit_type;\n    __pyx_t_1 = __Pyx_PyInt_EqObjC(__pyx_t_2, __pyx_int_1, 1, 0); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 178, __pyx_L1_error)\n    __Pyx_GOTREF(__pyx_t_1);\n    __pyx_t_7 = __Pyx_PyObject_IsTrue(__pyx_t_1); if (unlikely(__pyx_t_7 < 0)) __PYX_ERR(0, 178, __pyx_L1_error)\n    __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;\n    if (!__pyx_t_7) {\n    } else {\n      __pyx_t_4 = __pyx_t_7;\n      goto __pyx_L3_bool_binop_done;\n    }\n    __pyx_t_1 = __Pyx_PyInt_EqObjC(__pyx_t_2, __pyx_int_2, 2, 0); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 178, __pyx_L1_error)\n    __Pyx_GOTREF(__pyx_t_1);\n    __pyx_t_7 = __Pyx_PyObject_IsTrue(__pyx_t_1); if (unlikely(__pyx_t_7 < 0)) __PYX_ERR(0, 178, __pyx_L1_error)\n    __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;\n    if (!__pyx_t_7) {\n    } else {\n      __pyx_t_4 = __pyx_t_7;\n      goto __pyx_L3_bool_binop_done;\n    }\n    __pyx_t_1 = __Pyx_PyInt_EqObjC(__pyx_t_2, __pyx_int_3, 3, 0); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 178, __pyx_L1_error)\n    __Pyx_GOTREF(__pyx_t_1);\n    __pyx_t_7 = __Pyx_PyObject_IsTrue(__pyx_t_1); if (unlikely(__pyx_t_7 < 0)) __PYX_ERR(0, 178, __pyx_L1_error)\n    __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;\n    if (!__pyx_t_7) {\n    } else {\n      __pyx_t_4 = __pyx_t_7;\n      goto __pyx_L3_bool_binop_done;\n    }\n    __pyx_t_1 = __Pyx_PyInt_EqObjC(__pyx_t_2, __pyx_int_4, 4, 0); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 178, __pyx_L1_error)\n    __Pyx_GOTREF(__pyx_t_1);\n    __pyx_t_7 = __Pyx_PyObject_IsTrue(__pyx_t_1); if (unlikely(__pyx_t_7 < 0)) __PYX_ERR(0, 178, __pyx_L1_error)\n    __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;\n    __pyx_t_4 = __pyx_t_7;\n    __pyx_L3_bool_binop_done:;\n    __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;\n    if (unlikely(!(__pyx_t_4 != 0))) {\n      PyErr_SetNone(PyExc_AssertionError);\n      __PYX_ERR(0, 178, __pyx_L1_error)\n    }\n  }\n  #endif\n\n  /* \"libmr.pyx\":179\n *         assert len(svm_data[\"scores\"]) == len(svm_data[\"labels\"])\n *         assert fit_type in [1, 2, 3, 4]\n *         for i in range(inputDataSize):             # <<<<<<<<<<<<<<\n *             svm_data_to_c[i].index  = svm_data[\"labels\"][i]\n *             svm_data_to_c[i].value = svm_data[\"scores\"][i]\n */\n  __pyx_t_2 = __Pyx_PyObject_CallOneArg(__pyx_builtin_range, __pyx_v_inputDataSize); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 179, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_t_2);\n  if (likely(PyList_CheckExact(__pyx_t_2)) || PyTuple_CheckExact(__pyx_t_2)) {\n    __pyx_t_1 = __pyx_t_2; __Pyx_INCREF(__pyx_t_1); __pyx_t_6 = 0;\n    __pyx_t_8 = NULL;\n  } else {\n    __pyx_t_6 = -1; __pyx_t_1 = PyObject_GetIter(__pyx_t_2); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 179, __pyx_L1_error)\n    __Pyx_GOTREF(__pyx_t_1);\n    __pyx_t_8 = Py_TYPE(__pyx_t_1)->tp_iternext; if (unlikely(!__pyx_t_8)) __PYX_ERR(0, 179, __pyx_L1_error)\n  }\n  __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;\n  for (;;) {\n    if (likely(!__pyx_t_8)) {\n      if (likely(PyList_CheckExact(__pyx_t_1))) {\n        if (__pyx_t_6 >= PyList_GET_SIZE(__pyx_t_1)) break;\n        #if CYTHON_ASSUME_SAFE_MACROS && !CYTHON_AVOID_BORROWED_REFS\n        __pyx_t_2 = PyList_GET_ITEM(__pyx_t_1, __pyx_t_6); __Pyx_INCREF(__pyx_t_2); __pyx_t_6++; if (unlikely(0 < 0)) __PYX_ERR(0, 179, __pyx_L1_error)\n        #else\n        __pyx_t_2 = PySequence_ITEM(__pyx_t_1, __pyx_t_6); __pyx_t_6++; if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 179, __pyx_L1_error)\n        __Pyx_GOTREF(__pyx_t_2);\n        #endif\n      } else {\n        if (__pyx_t_6 >= PyTuple_GET_SIZE(__pyx_t_1)) break;\n        #if CYTHON_ASSUME_SAFE_MACROS && !CYTHON_AVOID_BORROWED_REFS\n        __pyx_t_2 = PyTuple_GET_ITEM(__pyx_t_1, __pyx_t_6); __Pyx_INCREF(__pyx_t_2); __pyx_t_6++; if (unlikely(0 < 0)) __PYX_ERR(0, 179, __pyx_L1_error)\n        #else\n        __pyx_t_2 = PySequence_ITEM(__pyx_t_1, __pyx_t_6); __pyx_t_6++; if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 179, __pyx_L1_error)\n        __Pyx_GOTREF(__pyx_t_2);\n        #endif\n      }\n    } else {\n      __pyx_t_2 = __pyx_t_8(__pyx_t_1);\n      if (unlikely(!__pyx_t_2)) {\n        PyObject* exc_type = PyErr_Occurred();\n        if (exc_type) {\n          if (likely(__Pyx_PyErr_GivenExceptionMatches(exc_type, PyExc_StopIteration))) PyErr_Clear();\n          else __PYX_ERR(0, 179, __pyx_L1_error)\n        }\n        break;\n      }\n      __Pyx_GOTREF(__pyx_t_2);\n    }\n    __Pyx_XDECREF_SET(__pyx_v_i, __pyx_t_2);\n    __pyx_t_2 = 0;\n\n    /* \"libmr.pyx\":180\n *         assert fit_type in [1, 2, 3, 4]\n *         for i in range(inputDataSize):\n *             svm_data_to_c[i].index  = svm_data[\"labels\"][i]             # <<<<<<<<<<<<<<\n *             svm_data_to_c[i].value = svm_data[\"scores\"][i]\n * \n */\n    __pyx_t_2 = __Pyx_PyObject_Dict_GetItem(__pyx_v_svm_data, __pyx_n_s_labels); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 180, __pyx_L1_error)\n    __Pyx_GOTREF(__pyx_t_2);\n    __pyx_t_9 = __Pyx_PyObject_GetItem(__pyx_t_2, __pyx_v_i); if (unlikely(!__pyx_t_9)) __PYX_ERR(0, 180, __pyx_L1_error)\n    __Pyx_GOTREF(__pyx_t_9);\n    __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;\n    __pyx_t_10 = __Pyx_PyInt_As_int(__pyx_t_9); if (unlikely((__pyx_t_10 == (int)-1) && PyErr_Occurred())) __PYX_ERR(0, 180, __pyx_L1_error)\n    __Pyx_DECREF(__pyx_t_9); __pyx_t_9 = 0;\n    __pyx_t_5 = __Pyx_PyIndex_AsSsize_t(__pyx_v_i); if (unlikely((__pyx_t_5 == (Py_ssize_t)-1) && PyErr_Occurred())) __PYX_ERR(0, 180, __pyx_L1_error)\n    (__pyx_v_svm_data_to_c[__pyx_t_5]).index = __pyx_t_10;\n\n    /* \"libmr.pyx\":181\n *         for i in range(inputDataSize):\n *             svm_data_to_c[i].index  = svm_data[\"labels\"][i]\n *             svm_data_to_c[i].value = svm_data[\"scores\"][i]             # <<<<<<<<<<<<<<\n * \n *         print \"Data initizalization complete. Now calling C++ code\"\n */\n    __pyx_t_9 = __Pyx_PyObject_Dict_GetItem(__pyx_v_svm_data, __pyx_n_s_scores); if (unlikely(!__pyx_t_9)) __PYX_ERR(0, 181, __pyx_L1_error)\n    __Pyx_GOTREF(__pyx_t_9);\n    __pyx_t_2 = __Pyx_PyObject_GetItem(__pyx_t_9, __pyx_v_i); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 181, __pyx_L1_error)\n    __Pyx_GOTREF(__pyx_t_2);\n    __Pyx_DECREF(__pyx_t_9); __pyx_t_9 = 0;\n    __pyx_t_11 = __pyx_PyFloat_AsDouble(__pyx_t_2); if (unlikely((__pyx_t_11 == (double)-1) && PyErr_Occurred())) __PYX_ERR(0, 181, __pyx_L1_error)\n    __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;\n    __pyx_t_5 = __Pyx_PyIndex_AsSsize_t(__pyx_v_i); if (unlikely((__pyx_t_5 == (Py_ssize_t)-1) && PyErr_Occurred())) __PYX_ERR(0, 181, __pyx_L1_error)\n    (__pyx_v_svm_data_to_c[__pyx_t_5]).value = __pyx_t_11;\n\n    /* \"libmr.pyx\":179\n *         assert len(svm_data[\"scores\"]) == len(svm_data[\"labels\"])\n *         assert fit_type in [1, 2, 3, 4]\n *         for i in range(inputDataSize):             # <<<<<<<<<<<<<<\n *             svm_data_to_c[i].index  = svm_data[\"labels\"][i]\n *             svm_data_to_c[i].value = svm_data[\"scores\"][i]\n */\n  }\n  __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;\n\n  /* \"libmr.pyx\":183\n *             svm_data_to_c[i].value = svm_data[\"scores\"][i]\n * \n *         print \"Data initizalization complete. Now calling C++ code\"             # <<<<<<<<<<<<<<\n *         self.thisptr.FitSVM(svm_data_to_c, inputDataSize, label_of_interest, label_has_positive_score, fit_type, fit_size)\n *         free(svm_data_to_c)\n */\n  if (__Pyx_PrintOne(0, __pyx_kp_s_Data_initizalization_complete_No) < 0) __PYX_ERR(0, 183, __pyx_L1_error)\n\n  /* \"libmr.pyx\":184\n * \n *         print \"Data initizalization complete. Now calling C++ code\"\n *         self.thisptr.FitSVM(svm_data_to_c, inputDataSize, label_of_interest, label_has_positive_score, fit_type, fit_size)             # <<<<<<<<<<<<<<\n *         free(svm_data_to_c)\n * \n */\n  __pyx_t_10 = __Pyx_PyInt_As_int(__pyx_v_inputDataSize); if (unlikely((__pyx_t_10 == (int)-1) && PyErr_Occurred())) __PYX_ERR(0, 184, __pyx_L1_error)\n  __pyx_t_12 = __Pyx_PyInt_As_int(__pyx_v_label_of_interest); if (unlikely((__pyx_t_12 == (int)-1) && PyErr_Occurred())) __PYX_ERR(0, 184, __pyx_L1_error)\n  __pyx_t_13 = __Pyx_PyObject_IsTrue(__pyx_v_label_has_positive_score); if (unlikely((__pyx_t_13 == ((bool)-1)) && PyErr_Occurred())) __PYX_ERR(0, 184, __pyx_L1_error)\n  __pyx_t_14 = __Pyx_PyInt_As_int(__pyx_v_fit_type); if (unlikely((__pyx_t_14 == (int)-1) && PyErr_Occurred())) __PYX_ERR(0, 184, __pyx_L1_error)\n  __pyx_t_15 = __Pyx_PyInt_As_int(__pyx_v_fit_size); if (unlikely((__pyx_t_15 == (int)-1) && PyErr_Occurred())) __PYX_ERR(0, 184, __pyx_L1_error)\n  (void)(__pyx_v_self->thisptr->FitSVM(__pyx_v_svm_data_to_c, __pyx_t_10, __pyx_t_12, __pyx_t_13, __pyx_t_14, __pyx_t_15));\n\n  /* \"libmr.pyx\":185\n *         print \"Data initizalization complete. Now calling C++ code\"\n *         self.thisptr.FitSVM(svm_data_to_c, inputDataSize, label_of_interest, label_has_positive_score, fit_type, fit_size)\n *         free(svm_data_to_c)             # <<<<<<<<<<<<<<\n * \n *     property is_valid:\n */\n  free(__pyx_v_svm_data_to_c);\n\n  /* \"libmr.pyx\":148\n *         self.thisptr.Load(filetosave)\n * \n *     def fit_svm(self, svm_data, inputDataSize, label_of_interest,             # <<<<<<<<<<<<<<\n *                 label_has_positive_score, fit_type, fit_size ):\n *         \"\"\"\n */\n\n  /* function exit code */\n  __pyx_r = Py_None; __Pyx_INCREF(Py_None);\n  goto __pyx_L0;\n  __pyx_L1_error:;\n  __Pyx_XDECREF(__pyx_t_1);\n  __Pyx_XDECREF(__pyx_t_2);\n  __Pyx_XDECREF(__pyx_t_9);\n  __Pyx_AddTraceback(\"libmr.MR.fit_svm\", __pyx_clineno, __pyx_lineno, __pyx_filename);\n  __pyx_r = NULL;\n  __pyx_L0:;\n  __Pyx_XDECREF(__pyx_v_i);\n  __Pyx_XGIVEREF(__pyx_r);\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\n/* \"libmr.pyx\":188\n * \n *     property is_valid:\n *         def __get__(self):             # <<<<<<<<<<<<<<\n *             return self.thisptr.is_valid()\n *     def reset(self):\n */\n\n/* Python wrapper */\nstatic PyObject *__pyx_pw_5libmr_2MR_8is_valid_1__get__(PyObject *__pyx_v_self); /*proto*/\nstatic PyObject *__pyx_pw_5libmr_2MR_8is_valid_1__get__(PyObject *__pyx_v_self) {\n  PyObject *__pyx_r = 0;\n  __Pyx_RefNannyDeclarations\n  __Pyx_RefNannySetupContext(\"__get__ (wrapper)\", 0);\n  __pyx_r = __pyx_pf_5libmr_2MR_8is_valid___get__(((struct __pyx_obj_5libmr_MR *)__pyx_v_self));\n\n  /* function exit code */\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\nstatic PyObject *__pyx_pf_5libmr_2MR_8is_valid___get__(struct __pyx_obj_5libmr_MR *__pyx_v_self) {\n  PyObject *__pyx_r = NULL;\n  __Pyx_RefNannyDeclarations\n  PyObject *__pyx_t_1 = NULL;\n  int __pyx_lineno = 0;\n  const char *__pyx_filename = NULL;\n  int __pyx_clineno = 0;\n  __Pyx_RefNannySetupContext(\"__get__\", 0);\n\n  /* \"libmr.pyx\":189\n *     property is_valid:\n *         def __get__(self):\n *             return self.thisptr.is_valid()             # <<<<<<<<<<<<<<\n *     def reset(self):\n *         self.thisptr.Reset()\n */\n  __Pyx_XDECREF(__pyx_r);\n  __pyx_t_1 = __Pyx_PyBool_FromLong(__pyx_v_self->thisptr->is_valid()); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 189, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_t_1);\n  __pyx_r = __pyx_t_1;\n  __pyx_t_1 = 0;\n  goto __pyx_L0;\n\n  /* \"libmr.pyx\":188\n * \n *     property is_valid:\n *         def __get__(self):             # <<<<<<<<<<<<<<\n *             return self.thisptr.is_valid()\n *     def reset(self):\n */\n\n  /* function exit code */\n  __pyx_L1_error:;\n  __Pyx_XDECREF(__pyx_t_1);\n  __Pyx_AddTraceback(\"libmr.MR.is_valid.__get__\", __pyx_clineno, __pyx_lineno, __pyx_filename);\n  __pyx_r = NULL;\n  __pyx_L0:;\n  __Pyx_XGIVEREF(__pyx_r);\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\n/* \"libmr.pyx\":190\n *         def __get__(self):\n *             return self.thisptr.is_valid()\n *     def reset(self):             # <<<<<<<<<<<<<<\n *         self.thisptr.Reset()\n *     def predict_match(self, double x, double threshold = .9999999):\n */\n\n/* Python wrapper */\nstatic PyObject *__pyx_pw_5libmr_2MR_15reset(PyObject *__pyx_v_self, CYTHON_UNUSED PyObject *unused); /*proto*/\nstatic PyObject *__pyx_pw_5libmr_2MR_15reset(PyObject *__pyx_v_self, CYTHON_UNUSED PyObject *unused) {\n  PyObject *__pyx_r = 0;\n  __Pyx_RefNannyDeclarations\n  __Pyx_RefNannySetupContext(\"reset (wrapper)\", 0);\n  __pyx_r = __pyx_pf_5libmr_2MR_14reset(((struct __pyx_obj_5libmr_MR *)__pyx_v_self));\n\n  /* function exit code */\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\nstatic PyObject *__pyx_pf_5libmr_2MR_14reset(struct __pyx_obj_5libmr_MR *__pyx_v_self) {\n  PyObject *__pyx_r = NULL;\n  __Pyx_RefNannyDeclarations\n  __Pyx_RefNannySetupContext(\"reset\", 0);\n\n  /* \"libmr.pyx\":191\n *             return self.thisptr.is_valid()\n *     def reset(self):\n *         self.thisptr.Reset()             # <<<<<<<<<<<<<<\n *     def predict_match(self, double x, double threshold = .9999999):\n *         \"\"\"\n */\n  __pyx_v_self->thisptr->Reset();\n\n  /* \"libmr.pyx\":190\n *         def __get__(self):\n *             return self.thisptr.is_valid()\n *     def reset(self):             # <<<<<<<<<<<<<<\n *         self.thisptr.Reset()\n *     def predict_match(self, double x, double threshold = .9999999):\n */\n\n  /* function exit code */\n  __pyx_r = Py_None; __Pyx_INCREF(Py_None);\n  __Pyx_XGIVEREF(__pyx_r);\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\n/* \"libmr.pyx\":192\n *     def reset(self):\n *         self.thisptr.Reset()\n *     def predict_match(self, double x, double threshold = .9999999):             # <<<<<<<<<<<<<<\n *         \"\"\"\n *         Is X from the \"match\" distribution (i.e. we reject null hypothesis\n */\n\n/* Python wrapper */\nstatic PyObject *__pyx_pw_5libmr_2MR_17predict_match(PyObject *__pyx_v_self, PyObject *__pyx_args, PyObject *__pyx_kwds); /*proto*/\nstatic char __pyx_doc_5libmr_2MR_16predict_match[] = \"\\n        Is X from the \\\"match\\\" distribution (i.e. we reject null hypothesis\\n        of non-match)\\n\\n        \";\nstatic PyObject *__pyx_pw_5libmr_2MR_17predict_match(PyObject *__pyx_v_self, PyObject *__pyx_args, PyObject *__pyx_kwds) {\n  double __pyx_v_x;\n  double __pyx_v_threshold;\n  int __pyx_lineno = 0;\n  const char *__pyx_filename = NULL;\n  int __pyx_clineno = 0;\n  PyObject *__pyx_r = 0;\n  __Pyx_RefNannyDeclarations\n  __Pyx_RefNannySetupContext(\"predict_match (wrapper)\", 0);\n  {\n    static PyObject **__pyx_pyargnames[] = {&__pyx_n_s_x,&__pyx_n_s_threshold,0};\n    PyObject* values[2] = {0,0};\n    if (unlikely(__pyx_kwds)) {\n      Py_ssize_t kw_args;\n      const Py_ssize_t pos_args = PyTuple_GET_SIZE(__pyx_args);\n      switch (pos_args) {\n        case  2: values[1] = PyTuple_GET_ITEM(__pyx_args, 1);\n        CYTHON_FALLTHROUGH;\n        case  1: values[0] = PyTuple_GET_ITEM(__pyx_args, 0);\n        CYTHON_FALLTHROUGH;\n        case  0: break;\n        default: goto __pyx_L5_argtuple_error;\n      }\n      kw_args = PyDict_Size(__pyx_kwds);\n      switch (pos_args) {\n        case  0:\n        if (likely((values[0] = __Pyx_PyDict_GetItemStr(__pyx_kwds, __pyx_n_s_x)) != 0)) kw_args--;\n        else goto __pyx_L5_argtuple_error;\n        CYTHON_FALLTHROUGH;\n        case  1:\n        if (kw_args > 0) {\n          PyObject* value = __Pyx_PyDict_GetItemStr(__pyx_kwds, __pyx_n_s_threshold);\n          if (value) { values[1] = value; kw_args--; }\n        }\n      }\n      if (unlikely(kw_args > 0)) {\n        if (unlikely(__Pyx_ParseOptionalKeywords(__pyx_kwds, __pyx_pyargnames, 0, values, pos_args, \"predict_match\") < 0)) __PYX_ERR(0, 192, __pyx_L3_error)\n      }\n    } else {\n      switch (PyTuple_GET_SIZE(__pyx_args)) {\n        case  2: values[1] = PyTuple_GET_ITEM(__pyx_args, 1);\n        CYTHON_FALLTHROUGH;\n        case  1: values[0] = PyTuple_GET_ITEM(__pyx_args, 0);\n        break;\n        default: goto __pyx_L5_argtuple_error;\n      }\n    }\n    __pyx_v_x = __pyx_PyFloat_AsDouble(values[0]); if (unlikely((__pyx_v_x == (double)-1) && PyErr_Occurred())) __PYX_ERR(0, 192, __pyx_L3_error)\n    if (values[1]) {\n      __pyx_v_threshold = __pyx_PyFloat_AsDouble(values[1]); if (unlikely((__pyx_v_threshold == (double)-1) && PyErr_Occurred())) __PYX_ERR(0, 192, __pyx_L3_error)\n    } else {\n      __pyx_v_threshold = ((double).9999999);\n    }\n  }\n  goto __pyx_L4_argument_unpacking_done;\n  __pyx_L5_argtuple_error:;\n  __Pyx_RaiseArgtupleInvalid(\"predict_match\", 0, 1, 2, PyTuple_GET_SIZE(__pyx_args)); __PYX_ERR(0, 192, __pyx_L3_error)\n  __pyx_L3_error:;\n  __Pyx_AddTraceback(\"libmr.MR.predict_match\", __pyx_clineno, __pyx_lineno, __pyx_filename);\n  __Pyx_RefNannyFinishContext();\n  return NULL;\n  __pyx_L4_argument_unpacking_done:;\n  __pyx_r = __pyx_pf_5libmr_2MR_16predict_match(((struct __pyx_obj_5libmr_MR *)__pyx_v_self), __pyx_v_x, __pyx_v_threshold);\n\n  /* function exit code */\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\nstatic PyObject *__pyx_pf_5libmr_2MR_16predict_match(struct __pyx_obj_5libmr_MR *__pyx_v_self, double __pyx_v_x, double __pyx_v_threshold) {\n  PyObject *__pyx_r = NULL;\n  __Pyx_RefNannyDeclarations\n  PyObject *__pyx_t_1 = NULL;\n  int __pyx_lineno = 0;\n  const char *__pyx_filename = NULL;\n  int __pyx_clineno = 0;\n  __Pyx_RefNannySetupContext(\"predict_match\", 0);\n\n  /* \"libmr.pyx\":198\n * \n *         \"\"\"\n *         return self.thisptr.Predict_Match(x,threshold)             # <<<<<<<<<<<<<<\n *     def w_score(self, double x):\n *         \"\"\"\n */\n  __Pyx_XDECREF(__pyx_r);\n  __pyx_t_1 = __Pyx_PyBool_FromLong(__pyx_v_self->thisptr->Predict_Match(__pyx_v_x, __pyx_v_threshold)); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 198, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_t_1);\n  __pyx_r = __pyx_t_1;\n  __pyx_t_1 = 0;\n  goto __pyx_L0;\n\n  /* \"libmr.pyx\":192\n *     def reset(self):\n *         self.thisptr.Reset()\n *     def predict_match(self, double x, double threshold = .9999999):             # <<<<<<<<<<<<<<\n *         \"\"\"\n *         Is X from the \"match\" distribution (i.e. we reject null hypothesis\n */\n\n  /* function exit code */\n  __pyx_L1_error:;\n  __Pyx_XDECREF(__pyx_t_1);\n  __Pyx_AddTraceback(\"libmr.MR.predict_match\", __pyx_clineno, __pyx_lineno, __pyx_filename);\n  __pyx_r = NULL;\n  __pyx_L0:;\n  __Pyx_XGIVEREF(__pyx_r);\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\n/* \"libmr.pyx\":199\n *         \"\"\"\n *         return self.thisptr.Predict_Match(x,threshold)\n *     def w_score(self, double x):             # <<<<<<<<<<<<<<\n *         \"\"\"\n * \tThis is the commonly used function. After fitting, it returns the probability of the given score being \"correct\".  It is the same as CDF\n */\n\n/* Python wrapper */\nstatic PyObject *__pyx_pw_5libmr_2MR_19w_score(PyObject *__pyx_v_self, PyObject *__pyx_arg_x); /*proto*/\nstatic char __pyx_doc_5libmr_2MR_18w_score[] = \"\\n\\tThis is the commonly used function. After fitting, it returns the probability of the given score being \\\"correct\\\".  It is the same as CDF\\n        \";\nstatic PyObject *__pyx_pw_5libmr_2MR_19w_score(PyObject *__pyx_v_self, PyObject *__pyx_arg_x) {\n  double __pyx_v_x;\n  int __pyx_lineno = 0;\n  const char *__pyx_filename = NULL;\n  int __pyx_clineno = 0;\n  PyObject *__pyx_r = 0;\n  __Pyx_RefNannyDeclarations\n  __Pyx_RefNannySetupContext(\"w_score (wrapper)\", 0);\n  assert(__pyx_arg_x); {\n    __pyx_v_x = __pyx_PyFloat_AsDouble(__pyx_arg_x); if (unlikely((__pyx_v_x == (double)-1) && PyErr_Occurred())) __PYX_ERR(0, 199, __pyx_L3_error)\n  }\n  goto __pyx_L4_argument_unpacking_done;\n  __pyx_L3_error:;\n  __Pyx_AddTraceback(\"libmr.MR.w_score\", __pyx_clineno, __pyx_lineno, __pyx_filename);\n  __Pyx_RefNannyFinishContext();\n  return NULL;\n  __pyx_L4_argument_unpacking_done:;\n  __pyx_r = __pyx_pf_5libmr_2MR_18w_score(((struct __pyx_obj_5libmr_MR *)__pyx_v_self), ((double)__pyx_v_x));\n\n  /* function exit code */\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\nstatic PyObject *__pyx_pf_5libmr_2MR_18w_score(struct __pyx_obj_5libmr_MR *__pyx_v_self, double __pyx_v_x) {\n  PyObject *__pyx_r = NULL;\n  __Pyx_RefNannyDeclarations\n  PyObject *__pyx_t_1 = NULL;\n  int __pyx_lineno = 0;\n  const char *__pyx_filename = NULL;\n  int __pyx_clineno = 0;\n  __Pyx_RefNannySetupContext(\"w_score\", 0);\n\n  /* \"libmr.pyx\":203\n * \tThis is the commonly used function. After fitting, it returns the probability of the given score being \"correct\".  It is the same as CDF\n *         \"\"\"\n *         return self.thisptr.W_score(x)             # <<<<<<<<<<<<<<\n *     def cdf(self, double x):\n *         \"\"\"\n */\n  __Pyx_XDECREF(__pyx_r);\n  __pyx_t_1 = PyFloat_FromDouble(__pyx_v_self->thisptr->W_score(__pyx_v_x)); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 203, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_t_1);\n  __pyx_r = __pyx_t_1;\n  __pyx_t_1 = 0;\n  goto __pyx_L0;\n\n  /* \"libmr.pyx\":199\n *         \"\"\"\n *         return self.thisptr.Predict_Match(x,threshold)\n *     def w_score(self, double x):             # <<<<<<<<<<<<<<\n *         \"\"\"\n * \tThis is the commonly used function. After fitting, it returns the probability of the given score being \"correct\".  It is the same as CDF\n */\n\n  /* function exit code */\n  __pyx_L1_error:;\n  __Pyx_XDECREF(__pyx_t_1);\n  __Pyx_AddTraceback(\"libmr.MR.w_score\", __pyx_clineno, __pyx_lineno, __pyx_filename);\n  __pyx_r = NULL;\n  __pyx_L0:;\n  __Pyx_XGIVEREF(__pyx_r);\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\n/* \"libmr.pyx\":204\n *         \"\"\"\n *         return self.thisptr.W_score(x)\n *     def cdf(self, double x):             # <<<<<<<<<<<<<<\n *         \"\"\"\n *         This is the cummumlative probablity of match being corrrect (or more precisely the probility the score (after transform) being an outlier for the distribution, which given the transforms applied, so bigger is better, this is the probablity the score is correct.\n */\n\n/* Python wrapper */\nstatic PyObject *__pyx_pw_5libmr_2MR_21cdf(PyObject *__pyx_v_self, PyObject *__pyx_arg_x); /*proto*/\nstatic char __pyx_doc_5libmr_2MR_20cdf[] = \"\\n        This is the cummumlative probablity of match being corrrect (or more precisely the probility the score (after transform) being an outlier for the distribution, which given the transforms applied, so bigger is better, this is the probablity the score is correct.\\n        \";\nstatic PyObject *__pyx_pw_5libmr_2MR_21cdf(PyObject *__pyx_v_self, PyObject *__pyx_arg_x) {\n  double __pyx_v_x;\n  int __pyx_lineno = 0;\n  const char *__pyx_filename = NULL;\n  int __pyx_clineno = 0;\n  PyObject *__pyx_r = 0;\n  __Pyx_RefNannyDeclarations\n  __Pyx_RefNannySetupContext(\"cdf (wrapper)\", 0);\n  assert(__pyx_arg_x); {\n    __pyx_v_x = __pyx_PyFloat_AsDouble(__pyx_arg_x); if (unlikely((__pyx_v_x == (double)-1) && PyErr_Occurred())) __PYX_ERR(0, 204, __pyx_L3_error)\n  }\n  goto __pyx_L4_argument_unpacking_done;\n  __pyx_L3_error:;\n  __Pyx_AddTraceback(\"libmr.MR.cdf\", __pyx_clineno, __pyx_lineno, __pyx_filename);\n  __Pyx_RefNannyFinishContext();\n  return NULL;\n  __pyx_L4_argument_unpacking_done:;\n  __pyx_r = __pyx_pf_5libmr_2MR_20cdf(((struct __pyx_obj_5libmr_MR *)__pyx_v_self), ((double)__pyx_v_x));\n\n  /* function exit code */\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\nstatic PyObject *__pyx_pf_5libmr_2MR_20cdf(struct __pyx_obj_5libmr_MR *__pyx_v_self, double __pyx_v_x) {\n  PyObject *__pyx_r = NULL;\n  __Pyx_RefNannyDeclarations\n  PyObject *__pyx_t_1 = NULL;\n  int __pyx_lineno = 0;\n  const char *__pyx_filename = NULL;\n  int __pyx_clineno = 0;\n  __Pyx_RefNannySetupContext(\"cdf\", 0);\n\n  /* \"libmr.pyx\":208\n *         This is the cummumlative probablity of match being corrrect (or more precisely the probility the score (after transform) being an outlier for the distribution, which given the transforms applied, so bigger is better, this is the probablity the score is correct.\n *         \"\"\"\n *         return self.thisptr.CDF(x)             # <<<<<<<<<<<<<<\n *     def inv(self, double p):\n *         \"\"\"\n */\n  __Pyx_XDECREF(__pyx_r);\n  __pyx_t_1 = PyFloat_FromDouble(__pyx_v_self->thisptr->CDF(__pyx_v_x)); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 208, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_t_1);\n  __pyx_r = __pyx_t_1;\n  __pyx_t_1 = 0;\n  goto __pyx_L0;\n\n  /* \"libmr.pyx\":204\n *         \"\"\"\n *         return self.thisptr.W_score(x)\n *     def cdf(self, double x):             # <<<<<<<<<<<<<<\n *         \"\"\"\n *         This is the cummumlative probablity of match being corrrect (or more precisely the probility the score (after transform) being an outlier for the distribution, which given the transforms applied, so bigger is better, this is the probablity the score is correct.\n */\n\n  /* function exit code */\n  __pyx_L1_error:;\n  __Pyx_XDECREF(__pyx_t_1);\n  __Pyx_AddTraceback(\"libmr.MR.cdf\", __pyx_clineno, __pyx_lineno, __pyx_filename);\n  __pyx_r = NULL;\n  __pyx_L0:;\n  __Pyx_XGIVEREF(__pyx_r);\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\n/* \"libmr.pyx\":209\n *         \"\"\"\n *         return self.thisptr.CDF(x)\n *     def inv(self, double p):             # <<<<<<<<<<<<<<\n *         \"\"\"\n *         This is score for which one would obtain CDF probability p (i.e. x such that p = CDF(x))\n */\n\n/* Python wrapper */\nstatic PyObject *__pyx_pw_5libmr_2MR_23inv(PyObject *__pyx_v_self, PyObject *__pyx_arg_p); /*proto*/\nstatic char __pyx_doc_5libmr_2MR_22inv[] = \"\\n        This is score for which one would obtain CDF probability p (i.e. x such that p = CDF(x))\\n        \";\nstatic PyObject *__pyx_pw_5libmr_2MR_23inv(PyObject *__pyx_v_self, PyObject *__pyx_arg_p) {\n  double __pyx_v_p;\n  int __pyx_lineno = 0;\n  const char *__pyx_filename = NULL;\n  int __pyx_clineno = 0;\n  PyObject *__pyx_r = 0;\n  __Pyx_RefNannyDeclarations\n  __Pyx_RefNannySetupContext(\"inv (wrapper)\", 0);\n  assert(__pyx_arg_p); {\n    __pyx_v_p = __pyx_PyFloat_AsDouble(__pyx_arg_p); if (unlikely((__pyx_v_p == (double)-1) && PyErr_Occurred())) __PYX_ERR(0, 209, __pyx_L3_error)\n  }\n  goto __pyx_L4_argument_unpacking_done;\n  __pyx_L3_error:;\n  __Pyx_AddTraceback(\"libmr.MR.inv\", __pyx_clineno, __pyx_lineno, __pyx_filename);\n  __Pyx_RefNannyFinishContext();\n  return NULL;\n  __pyx_L4_argument_unpacking_done:;\n  __pyx_r = __pyx_pf_5libmr_2MR_22inv(((struct __pyx_obj_5libmr_MR *)__pyx_v_self), ((double)__pyx_v_p));\n\n  /* function exit code */\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\nstatic PyObject *__pyx_pf_5libmr_2MR_22inv(struct __pyx_obj_5libmr_MR *__pyx_v_self, double __pyx_v_p) {\n  PyObject *__pyx_r = NULL;\n  __Pyx_RefNannyDeclarations\n  PyObject *__pyx_t_1 = NULL;\n  int __pyx_lineno = 0;\n  const char *__pyx_filename = NULL;\n  int __pyx_clineno = 0;\n  __Pyx_RefNannySetupContext(\"inv\", 0);\n\n  /* \"libmr.pyx\":213\n *         This is score for which one would obtain CDF probability p (i.e. x such that p = CDF(x))\n *         \"\"\"\n *         return self.thisptr.Inv(p)             # <<<<<<<<<<<<<<\n *     def w_score_vector(self, double[::1] invec):\n *         \"\"\"\n */\n  __Pyx_XDECREF(__pyx_r);\n  __pyx_t_1 = PyFloat_FromDouble(__pyx_v_self->thisptr->Inv(__pyx_v_p)); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 213, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_t_1);\n  __pyx_r = __pyx_t_1;\n  __pyx_t_1 = 0;\n  goto __pyx_L0;\n\n  /* \"libmr.pyx\":209\n *         \"\"\"\n *         return self.thisptr.CDF(x)\n *     def inv(self, double p):             # <<<<<<<<<<<<<<\n *         \"\"\"\n *         This is score for which one would obtain CDF probability p (i.e. x such that p = CDF(x))\n */\n\n  /* function exit code */\n  __pyx_L1_error:;\n  __Pyx_XDECREF(__pyx_t_1);\n  __Pyx_AddTraceback(\"libmr.MR.inv\", __pyx_clineno, __pyx_lineno, __pyx_filename);\n  __pyx_r = NULL;\n  __pyx_L0:;\n  __Pyx_XGIVEREF(__pyx_r);\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\n/* \"libmr.pyx\":214\n *         \"\"\"\n *         return self.thisptr.Inv(p)\n *     def w_score_vector(self, double[::1] invec):             # <<<<<<<<<<<<<<\n *         \"\"\"\n *         Apply w_score to each element of invec, returning a new vector of W-scores\n */\n\n/* Python wrapper */\nstatic PyObject *__pyx_pw_5libmr_2MR_25w_score_vector(PyObject *__pyx_v_self, PyObject *__pyx_arg_invec); /*proto*/\nstatic char __pyx_doc_5libmr_2MR_24w_score_vector[] = \"\\n        Apply w_score to each element of invec, returning a new vector of W-scores\\n        \";\nstatic PyObject *__pyx_pw_5libmr_2MR_25w_score_vector(PyObject *__pyx_v_self, PyObject *__pyx_arg_invec) {\n  __Pyx_memviewslice __pyx_v_invec = { 0, 0, { 0 }, { 0 }, { 0 } };\n  int __pyx_lineno = 0;\n  const char *__pyx_filename = NULL;\n  int __pyx_clineno = 0;\n  PyObject *__pyx_r = 0;\n  __Pyx_RefNannyDeclarations\n  __Pyx_RefNannySetupContext(\"w_score_vector (wrapper)\", 0);\n  assert(__pyx_arg_invec); {\n    __pyx_v_invec = __Pyx_PyObject_to_MemoryviewSlice_dc_double(__pyx_arg_invec, PyBUF_WRITABLE); if (unlikely(!__pyx_v_invec.memview)) __PYX_ERR(0, 214, __pyx_L3_error)\n  }\n  goto __pyx_L4_argument_unpacking_done;\n  __pyx_L3_error:;\n  __Pyx_AddTraceback(\"libmr.MR.w_score_vector\", __pyx_clineno, __pyx_lineno, __pyx_filename);\n  __Pyx_RefNannyFinishContext();\n  return NULL;\n  __pyx_L4_argument_unpacking_done:;\n  __pyx_r = __pyx_pf_5libmr_2MR_24w_score_vector(((struct __pyx_obj_5libmr_MR *)__pyx_v_self), __pyx_v_invec);\n\n  /* function exit code */\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\nstatic PyObject *__pyx_pf_5libmr_2MR_24w_score_vector(struct __pyx_obj_5libmr_MR *__pyx_v_self, __Pyx_memviewslice __pyx_v_invec) {\n  PyArrayObject *__pyx_v_new_vec = 0;\n  __Pyx_LocalBuf_ND __pyx_pybuffernd_new_vec;\n  __Pyx_Buffer __pyx_pybuffer_new_vec;\n  PyObject *__pyx_r = NULL;\n  __Pyx_RefNannyDeclarations\n  PyObject *__pyx_t_1 = NULL;\n  PyObject *__pyx_t_2 = NULL;\n  size_t __pyx_t_3;\n  PyObject *__pyx_t_4 = NULL;\n  PyObject *__pyx_t_5 = NULL;\n  PyArrayObject *__pyx_t_6 = NULL;\n  Py_ssize_t __pyx_t_7;\n  int __pyx_t_8;\n  Py_ssize_t __pyx_t_9;\n  int __pyx_lineno = 0;\n  const char *__pyx_filename = NULL;\n  int __pyx_clineno = 0;\n  __Pyx_RefNannySetupContext(\"w_score_vector\", 0);\n  __pyx_pybuffer_new_vec.pybuffer.buf = NULL;\n  __pyx_pybuffer_new_vec.refcount = 0;\n  __pyx_pybuffernd_new_vec.data = NULL;\n  __pyx_pybuffernd_new_vec.rcbuffer = &__pyx_pybuffer_new_vec;\n\n  /* \"libmr.pyx\":218\n *         Apply w_score to each element of invec, returning a new vector of W-scores\n *         \"\"\"\n *         cdef np.ndarray[np.double_t,ndim=1]new_vec = np.zeros(len(invec), dtype='d')             # <<<<<<<<<<<<<<\n *         self.thisptr.ReNormalize(&invec[0], &new_vec[0], len(invec))\n *         return new_vec\n */\n  __Pyx_GetModuleGlobalName(__pyx_t_1, __pyx_n_s_np); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 218, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_t_1);\n  __pyx_t_2 = __Pyx_PyObject_GetAttrStr(__pyx_t_1, __pyx_n_s_zeros); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 218, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_t_2);\n  __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;\n  __pyx_t_3 = __Pyx_MemoryView_Len(__pyx_v_invec); \n  __pyx_t_1 = __Pyx_PyInt_FromSize_t(__pyx_t_3); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 218, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_t_1);\n  __pyx_t_4 = PyTuple_New(1); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 218, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_t_4);\n  __Pyx_GIVEREF(__pyx_t_1);\n  PyTuple_SET_ITEM(__pyx_t_4, 0, __pyx_t_1);\n  __pyx_t_1 = 0;\n  __pyx_t_1 = __Pyx_PyDict_NewPresized(1); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 218, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_t_1);\n  if (PyDict_SetItem(__pyx_t_1, __pyx_n_s_dtype, __pyx_n_s_d) < 0) __PYX_ERR(0, 218, __pyx_L1_error)\n  __pyx_t_5 = __Pyx_PyObject_Call(__pyx_t_2, __pyx_t_4, __pyx_t_1); if (unlikely(!__pyx_t_5)) __PYX_ERR(0, 218, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_t_5);\n  __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;\n  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;\n  __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;\n  if (!(likely(((__pyx_t_5) == Py_None) || likely(__Pyx_TypeTest(__pyx_t_5, __pyx_ptype_5numpy_ndarray))))) __PYX_ERR(0, 218, __pyx_L1_error)\n  __pyx_t_6 = ((PyArrayObject *)__pyx_t_5);\n  {\n    __Pyx_BufFmt_StackElem __pyx_stack[1];\n    if (unlikely(__Pyx_GetBufferAndValidate(&__pyx_pybuffernd_new_vec.rcbuffer->pybuffer, (PyObject*)__pyx_t_6, &__Pyx_TypeInfo_nn___pyx_t_5numpy_double_t, PyBUF_FORMAT| PyBUF_STRIDES, 1, 0, __pyx_stack) == -1)) {\n      __pyx_v_new_vec = ((PyArrayObject *)Py_None); __Pyx_INCREF(Py_None); __pyx_pybuffernd_new_vec.rcbuffer->pybuffer.buf = NULL;\n      __PYX_ERR(0, 218, __pyx_L1_error)\n    } else {__pyx_pybuffernd_new_vec.diminfo[0].strides = __pyx_pybuffernd_new_vec.rcbuffer->pybuffer.strides[0]; __pyx_pybuffernd_new_vec.diminfo[0].shape = __pyx_pybuffernd_new_vec.rcbuffer->pybuffer.shape[0];\n    }\n  }\n  __pyx_t_6 = 0;\n  __pyx_v_new_vec = ((PyArrayObject *)__pyx_t_5);\n  __pyx_t_5 = 0;\n\n  /* \"libmr.pyx\":219\n *         \"\"\"\n *         cdef np.ndarray[np.double_t,ndim=1]new_vec = np.zeros(len(invec), dtype='d')\n *         self.thisptr.ReNormalize(&invec[0], &new_vec[0], len(invec))             # <<<<<<<<<<<<<<\n *         return new_vec\n *     def __str__(self):\n */\n  __pyx_t_7 = 0;\n  __pyx_t_8 = -1;\n  if (__pyx_t_7 < 0) {\n    __pyx_t_7 += __pyx_v_invec.shape[0];\n    if (unlikely(__pyx_t_7 < 0)) __pyx_t_8 = 0;\n  } else if (unlikely(__pyx_t_7 >= __pyx_v_invec.shape[0])) __pyx_t_8 = 0;\n  if (unlikely(__pyx_t_8 != -1)) {\n    __Pyx_RaiseBufferIndexError(__pyx_t_8);\n    __PYX_ERR(0, 219, __pyx_L1_error)\n  }\n  __pyx_t_9 = 0;\n  __pyx_t_8 = -1;\n  if (__pyx_t_9 < 0) {\n    __pyx_t_9 += __pyx_pybuffernd_new_vec.diminfo[0].shape;\n    if (unlikely(__pyx_t_9 < 0)) __pyx_t_8 = 0;\n  } else if (unlikely(__pyx_t_9 >= __pyx_pybuffernd_new_vec.diminfo[0].shape)) __pyx_t_8 = 0;\n  if (unlikely(__pyx_t_8 != -1)) {\n    __Pyx_RaiseBufferIndexError(__pyx_t_8);\n    __PYX_ERR(0, 219, __pyx_L1_error)\n  }\n  __pyx_t_3 = __Pyx_MemoryView_Len(__pyx_v_invec); \n  (void)(__pyx_v_self->thisptr->ReNormalize((&(*((double *) ( /* dim=0 */ ((char *) (((double *) __pyx_v_invec.data) + __pyx_t_7)) )))), (&(*__Pyx_BufPtrStrided1d(__pyx_t_5numpy_double_t *, __pyx_pybuffernd_new_vec.rcbuffer->pybuffer.buf, __pyx_t_9, __pyx_pybuffernd_new_vec.diminfo[0].strides))), __pyx_t_3));\n\n  /* \"libmr.pyx\":220\n *         cdef np.ndarray[np.double_t,ndim=1]new_vec = np.zeros(len(invec), dtype='d')\n *         self.thisptr.ReNormalize(&invec[0], &new_vec[0], len(invec))\n *         return new_vec             # <<<<<<<<<<<<<<\n *     def __str__(self):\n *         \"\"\"\n */\n  __Pyx_XDECREF(__pyx_r);\n  __Pyx_INCREF(((PyObject *)__pyx_v_new_vec));\n  __pyx_r = ((PyObject *)__pyx_v_new_vec);\n  goto __pyx_L0;\n\n  /* \"libmr.pyx\":214\n *         \"\"\"\n *         return self.thisptr.Inv(p)\n *     def w_score_vector(self, double[::1] invec):             # <<<<<<<<<<<<<<\n *         \"\"\"\n *         Apply w_score to each element of invec, returning a new vector of W-scores\n */\n\n  /* function exit code */\n  __pyx_L1_error:;\n  __Pyx_XDECREF(__pyx_t_1);\n  __Pyx_XDECREF(__pyx_t_2);\n  __Pyx_XDECREF(__pyx_t_4);\n  __Pyx_XDECREF(__pyx_t_5);\n  { PyObject *__pyx_type, *__pyx_value, *__pyx_tb;\n    __Pyx_PyThreadState_declare\n    __Pyx_PyThreadState_assign\n    __Pyx_ErrFetch(&__pyx_type, &__pyx_value, &__pyx_tb);\n    __Pyx_SafeReleaseBuffer(&__pyx_pybuffernd_new_vec.rcbuffer->pybuffer);\n  __Pyx_ErrRestore(__pyx_type, __pyx_value, __pyx_tb);}\n  __Pyx_AddTraceback(\"libmr.MR.w_score_vector\", __pyx_clineno, __pyx_lineno, __pyx_filename);\n  __pyx_r = NULL;\n  goto __pyx_L2;\n  __pyx_L0:;\n  __Pyx_SafeReleaseBuffer(&__pyx_pybuffernd_new_vec.rcbuffer->pybuffer);\n  __pyx_L2:;\n  __PYX_XDEC_MEMVIEW(&__pyx_v_invec, 1);\n  __Pyx_XDECREF((PyObject *)__pyx_v_new_vec);\n  __Pyx_XGIVEREF(__pyx_r);\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\n/* \"libmr.pyx\":221\n *         self.thisptr.ReNormalize(&invec[0], &new_vec[0], len(invec))\n *         return new_vec\n *     def __str__(self):             # <<<<<<<<<<<<<<\n *         \"\"\"\n *         Serialize the MR object to a string. Use load_from_string to recover it.\n */\n\n/* Python wrapper */\nstatic PyObject *__pyx_pw_5libmr_2MR_27__str__(PyObject *__pyx_v_self); /*proto*/\nstatic char __pyx_doc_5libmr_2MR_26__str__[] = \"\\n        Serialize the MR object to a string. Use load_from_string to recover it.\\n        \";\n#if CYTHON_COMPILING_IN_CPYTHON\nstruct wrapperbase __pyx_wrapperbase_5libmr_2MR_26__str__;\n#endif\nstatic PyObject *__pyx_pw_5libmr_2MR_27__str__(PyObject *__pyx_v_self) {\n  PyObject *__pyx_r = 0;\n  __Pyx_RefNannyDeclarations\n  __Pyx_RefNannySetupContext(\"__str__ (wrapper)\", 0);\n  __pyx_r = __pyx_pf_5libmr_2MR_26__str__(((struct __pyx_obj_5libmr_MR *)__pyx_v_self));\n\n  /* function exit code */\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\nstatic PyObject *__pyx_pf_5libmr_2MR_26__str__(struct __pyx_obj_5libmr_MR *__pyx_v_self) {\n  PyObject *__pyx_r = NULL;\n  __Pyx_RefNannyDeclarations\n  PyObject *__pyx_t_1 = NULL;\n  int __pyx_lineno = 0;\n  const char *__pyx_filename = NULL;\n  int __pyx_clineno = 0;\n  __Pyx_RefNannySetupContext(\"__str__\", 0);\n\n  /* \"libmr.pyx\":225\n *         Serialize the MR object to a string. Use load_from_string to recover it.\n *         \"\"\"\n *         return self.thisptr.to_string()             # <<<<<<<<<<<<<<\n *     def __repr__(self):\n *         return str(self)\n */\n  __Pyx_XDECREF(__pyx_r);\n  __pyx_t_1 = __pyx_convert_PyBytes_string_to_py_std__in_string(__pyx_v_self->thisptr->to_string()); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 225, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_t_1);\n  __pyx_r = __pyx_t_1;\n  __pyx_t_1 = 0;\n  goto __pyx_L0;\n\n  /* \"libmr.pyx\":221\n *         self.thisptr.ReNormalize(&invec[0], &new_vec[0], len(invec))\n *         return new_vec\n *     def __str__(self):             # <<<<<<<<<<<<<<\n *         \"\"\"\n *         Serialize the MR object to a string. Use load_from_string to recover it.\n */\n\n  /* function exit code */\n  __pyx_L1_error:;\n  __Pyx_XDECREF(__pyx_t_1);\n  __Pyx_AddTraceback(\"libmr.MR.__str__\", __pyx_clineno, __pyx_lineno, __pyx_filename);\n  __pyx_r = NULL;\n  __pyx_L0:;\n  __Pyx_XGIVEREF(__pyx_r);\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\n/* \"libmr.pyx\":226\n *         \"\"\"\n *         return self.thisptr.to_string()\n *     def __repr__(self):             # <<<<<<<<<<<<<<\n *         return str(self)\n *     property tailsize:\n */\n\n/* Python wrapper */\nstatic PyObject *__pyx_pw_5libmr_2MR_29__repr__(PyObject *__pyx_v_self); /*proto*/\nstatic PyObject *__pyx_pw_5libmr_2MR_29__repr__(PyObject *__pyx_v_self) {\n  PyObject *__pyx_r = 0;\n  __Pyx_RefNannyDeclarations\n  __Pyx_RefNannySetupContext(\"__repr__ (wrapper)\", 0);\n  __pyx_r = __pyx_pf_5libmr_2MR_28__repr__(((struct __pyx_obj_5libmr_MR *)__pyx_v_self));\n\n  /* function exit code */\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\nstatic PyObject *__pyx_pf_5libmr_2MR_28__repr__(struct __pyx_obj_5libmr_MR *__pyx_v_self) {\n  PyObject *__pyx_r = NULL;\n  __Pyx_RefNannyDeclarations\n  PyObject *__pyx_t_1 = NULL;\n  int __pyx_lineno = 0;\n  const char *__pyx_filename = NULL;\n  int __pyx_clineno = 0;\n  __Pyx_RefNannySetupContext(\"__repr__\", 0);\n\n  /* \"libmr.pyx\":227\n *         return self.thisptr.to_string()\n *     def __repr__(self):\n *         return str(self)             # <<<<<<<<<<<<<<\n *     property tailsize:\n *         def __get__(self):\n */\n  __Pyx_XDECREF(__pyx_r);\n  __pyx_t_1 = __Pyx_PyObject_CallOneArg(((PyObject *)(&PyString_Type)), ((PyObject *)__pyx_v_self)); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 227, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_t_1);\n  __pyx_r = __pyx_t_1;\n  __pyx_t_1 = 0;\n  goto __pyx_L0;\n\n  /* \"libmr.pyx\":226\n *         \"\"\"\n *         return self.thisptr.to_string()\n *     def __repr__(self):             # <<<<<<<<<<<<<<\n *         return str(self)\n *     property tailsize:\n */\n\n  /* function exit code */\n  __pyx_L1_error:;\n  __Pyx_XDECREF(__pyx_t_1);\n  __Pyx_AddTraceback(\"libmr.MR.__repr__\", __pyx_clineno, __pyx_lineno, __pyx_filename);\n  __pyx_r = NULL;\n  __pyx_L0:;\n  __Pyx_XGIVEREF(__pyx_r);\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\n/* \"libmr.pyx\":229\n *         return str(self)\n *     property tailsize:\n *         def __get__(self):             # <<<<<<<<<<<<<<\n *             return self.thisptr.get_fitting_size()\n *         def __set__(self, int nsize):\n */\n\n/* Python wrapper */\nstatic PyObject *__pyx_pw_5libmr_2MR_8tailsize_1__get__(PyObject *__pyx_v_self); /*proto*/\nstatic PyObject *__pyx_pw_5libmr_2MR_8tailsize_1__get__(PyObject *__pyx_v_self) {\n  PyObject *__pyx_r = 0;\n  __Pyx_RefNannyDeclarations\n  __Pyx_RefNannySetupContext(\"__get__ (wrapper)\", 0);\n  __pyx_r = __pyx_pf_5libmr_2MR_8tailsize___get__(((struct __pyx_obj_5libmr_MR *)__pyx_v_self));\n\n  /* function exit code */\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\nstatic PyObject *__pyx_pf_5libmr_2MR_8tailsize___get__(struct __pyx_obj_5libmr_MR *__pyx_v_self) {\n  PyObject *__pyx_r = NULL;\n  __Pyx_RefNannyDeclarations\n  PyObject *__pyx_t_1 = NULL;\n  int __pyx_lineno = 0;\n  const char *__pyx_filename = NULL;\n  int __pyx_clineno = 0;\n  __Pyx_RefNannySetupContext(\"__get__\", 0);\n\n  /* \"libmr.pyx\":230\n *     property tailsize:\n *         def __get__(self):\n *             return self.thisptr.get_fitting_size()             # <<<<<<<<<<<<<<\n *         def __set__(self, int nsize):\n *             self.thisptr.set_fitting_size(nsize)\n */\n  __Pyx_XDECREF(__pyx_r);\n  __pyx_t_1 = __Pyx_PyInt_From_int(__pyx_v_self->thisptr->get_fitting_size()); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 230, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_t_1);\n  __pyx_r = __pyx_t_1;\n  __pyx_t_1 = 0;\n  goto __pyx_L0;\n\n  /* \"libmr.pyx\":229\n *         return str(self)\n *     property tailsize:\n *         def __get__(self):             # <<<<<<<<<<<<<<\n *             return self.thisptr.get_fitting_size()\n *         def __set__(self, int nsize):\n */\n\n  /* function exit code */\n  __pyx_L1_error:;\n  __Pyx_XDECREF(__pyx_t_1);\n  __Pyx_AddTraceback(\"libmr.MR.tailsize.__get__\", __pyx_clineno, __pyx_lineno, __pyx_filename);\n  __pyx_r = NULL;\n  __pyx_L0:;\n  __Pyx_XGIVEREF(__pyx_r);\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\n/* \"libmr.pyx\":231\n *         def __get__(self):\n *             return self.thisptr.get_fitting_size()\n *         def __set__(self, int nsize):             # <<<<<<<<<<<<<<\n *             self.thisptr.set_fitting_size(nsize)\n *     property translate_amount:\n */\n\n/* Python wrapper */\nstatic int __pyx_pw_5libmr_2MR_8tailsize_3__set__(PyObject *__pyx_v_self, PyObject *__pyx_arg_nsize); /*proto*/\nstatic int __pyx_pw_5libmr_2MR_8tailsize_3__set__(PyObject *__pyx_v_self, PyObject *__pyx_arg_nsize) {\n  int __pyx_v_nsize;\n  int __pyx_lineno = 0;\n  const char *__pyx_filename = NULL;\n  int __pyx_clineno = 0;\n  int __pyx_r;\n  __Pyx_RefNannyDeclarations\n  __Pyx_RefNannySetupContext(\"__set__ (wrapper)\", 0);\n  assert(__pyx_arg_nsize); {\n    __pyx_v_nsize = __Pyx_PyInt_As_int(__pyx_arg_nsize); if (unlikely((__pyx_v_nsize == (int)-1) && PyErr_Occurred())) __PYX_ERR(0, 231, __pyx_L3_error)\n  }\n  goto __pyx_L4_argument_unpacking_done;\n  __pyx_L3_error:;\n  __Pyx_AddTraceback(\"libmr.MR.tailsize.__set__\", __pyx_clineno, __pyx_lineno, __pyx_filename);\n  __Pyx_RefNannyFinishContext();\n  return -1;\n  __pyx_L4_argument_unpacking_done:;\n  __pyx_r = __pyx_pf_5libmr_2MR_8tailsize_2__set__(((struct __pyx_obj_5libmr_MR *)__pyx_v_self), ((int)__pyx_v_nsize));\n\n  /* function exit code */\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\nstatic int __pyx_pf_5libmr_2MR_8tailsize_2__set__(struct __pyx_obj_5libmr_MR *__pyx_v_self, int __pyx_v_nsize) {\n  int __pyx_r;\n  __Pyx_RefNannyDeclarations\n  __Pyx_RefNannySetupContext(\"__set__\", 0);\n\n  /* \"libmr.pyx\":232\n *             return self.thisptr.get_fitting_size()\n *         def __set__(self, int nsize):\n *             self.thisptr.set_fitting_size(nsize)             # <<<<<<<<<<<<<<\n *     property translate_amount:\n *         def __get__(self):\n */\n  (void)(__pyx_v_self->thisptr->set_fitting_size(__pyx_v_nsize));\n\n  /* \"libmr.pyx\":231\n *         def __get__(self):\n *             return self.thisptr.get_fitting_size()\n *         def __set__(self, int nsize):             # <<<<<<<<<<<<<<\n *             self.thisptr.set_fitting_size(nsize)\n *     property translate_amount:\n */\n\n  /* function exit code */\n  __pyx_r = 0;\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\n/* \"libmr.pyx\":234\n *             self.thisptr.set_fitting_size(nsize)\n *     property translate_amount:\n *         def __get__(self):             # <<<<<<<<<<<<<<\n *             return self.thisptr.get_translate_amount()\n *         def __set__(self, int ntrans):\n */\n\n/* Python wrapper */\nstatic PyObject *__pyx_pw_5libmr_2MR_16translate_amount_1__get__(PyObject *__pyx_v_self); /*proto*/\nstatic PyObject *__pyx_pw_5libmr_2MR_16translate_amount_1__get__(PyObject *__pyx_v_self) {\n  PyObject *__pyx_r = 0;\n  __Pyx_RefNannyDeclarations\n  __Pyx_RefNannySetupContext(\"__get__ (wrapper)\", 0);\n  __pyx_r = __pyx_pf_5libmr_2MR_16translate_amount___get__(((struct __pyx_obj_5libmr_MR *)__pyx_v_self));\n\n  /* function exit code */\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\nstatic PyObject *__pyx_pf_5libmr_2MR_16translate_amount___get__(struct __pyx_obj_5libmr_MR *__pyx_v_self) {\n  PyObject *__pyx_r = NULL;\n  __Pyx_RefNannyDeclarations\n  PyObject *__pyx_t_1 = NULL;\n  int __pyx_lineno = 0;\n  const char *__pyx_filename = NULL;\n  int __pyx_clineno = 0;\n  __Pyx_RefNannySetupContext(\"__get__\", 0);\n\n  /* \"libmr.pyx\":235\n *     property translate_amount:\n *         def __get__(self):\n *             return self.thisptr.get_translate_amount()             # <<<<<<<<<<<<<<\n *         def __set__(self, int ntrans):\n *             self.thisptr.set_translate_amount(ntrans)\n */\n  __Pyx_XDECREF(__pyx_r);\n  __pyx_t_1 = __Pyx_PyInt_From_int(__pyx_v_self->thisptr->get_translate_amount()); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 235, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_t_1);\n  __pyx_r = __pyx_t_1;\n  __pyx_t_1 = 0;\n  goto __pyx_L0;\n\n  /* \"libmr.pyx\":234\n *             self.thisptr.set_fitting_size(nsize)\n *     property translate_amount:\n *         def __get__(self):             # <<<<<<<<<<<<<<\n *             return self.thisptr.get_translate_amount()\n *         def __set__(self, int ntrans):\n */\n\n  /* function exit code */\n  __pyx_L1_error:;\n  __Pyx_XDECREF(__pyx_t_1);\n  __Pyx_AddTraceback(\"libmr.MR.translate_amount.__get__\", __pyx_clineno, __pyx_lineno, __pyx_filename);\n  __pyx_r = NULL;\n  __pyx_L0:;\n  __Pyx_XGIVEREF(__pyx_r);\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\n/* \"libmr.pyx\":236\n *         def __get__(self):\n *             return self.thisptr.get_translate_amount()\n *         def __set__(self, int ntrans):             # <<<<<<<<<<<<<<\n *             self.thisptr.set_translate_amount(ntrans)\n *     property sign:\n */\n\n/* Python wrapper */\nstatic int __pyx_pw_5libmr_2MR_16translate_amount_3__set__(PyObject *__pyx_v_self, PyObject *__pyx_arg_ntrans); /*proto*/\nstatic int __pyx_pw_5libmr_2MR_16translate_amount_3__set__(PyObject *__pyx_v_self, PyObject *__pyx_arg_ntrans) {\n  int __pyx_v_ntrans;\n  int __pyx_lineno = 0;\n  const char *__pyx_filename = NULL;\n  int __pyx_clineno = 0;\n  int __pyx_r;\n  __Pyx_RefNannyDeclarations\n  __Pyx_RefNannySetupContext(\"__set__ (wrapper)\", 0);\n  assert(__pyx_arg_ntrans); {\n    __pyx_v_ntrans = __Pyx_PyInt_As_int(__pyx_arg_ntrans); if (unlikely((__pyx_v_ntrans == (int)-1) && PyErr_Occurred())) __PYX_ERR(0, 236, __pyx_L3_error)\n  }\n  goto __pyx_L4_argument_unpacking_done;\n  __pyx_L3_error:;\n  __Pyx_AddTraceback(\"libmr.MR.translate_amount.__set__\", __pyx_clineno, __pyx_lineno, __pyx_filename);\n  __Pyx_RefNannyFinishContext();\n  return -1;\n  __pyx_L4_argument_unpacking_done:;\n  __pyx_r = __pyx_pf_5libmr_2MR_16translate_amount_2__set__(((struct __pyx_obj_5libmr_MR *)__pyx_v_self), ((int)__pyx_v_ntrans));\n\n  /* function exit code */\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\nstatic int __pyx_pf_5libmr_2MR_16translate_amount_2__set__(struct __pyx_obj_5libmr_MR *__pyx_v_self, int __pyx_v_ntrans) {\n  int __pyx_r;\n  __Pyx_RefNannyDeclarations\n  __Pyx_RefNannySetupContext(\"__set__\", 0);\n\n  /* \"libmr.pyx\":237\n *             return self.thisptr.get_translate_amount()\n *         def __set__(self, int ntrans):\n *             self.thisptr.set_translate_amount(ntrans)             # <<<<<<<<<<<<<<\n *     property sign:\n *         def __get__(self):\n */\n  (void)(__pyx_v_self->thisptr->set_translate_amount(__pyx_v_ntrans));\n\n  /* \"libmr.pyx\":236\n *         def __get__(self):\n *             return self.thisptr.get_translate_amount()\n *         def __set__(self, int ntrans):             # <<<<<<<<<<<<<<\n *             self.thisptr.set_translate_amount(ntrans)\n *     property sign:\n */\n\n  /* function exit code */\n  __pyx_r = 0;\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\n/* \"libmr.pyx\":239\n *             self.thisptr.set_translate_amount(ntrans)\n *     property sign:\n *         def __get__(self):             # <<<<<<<<<<<<<<\n *             return self.thisptr.get_sign()\n *         def __set__(self, int nsign):\n */\n\n/* Python wrapper */\nstatic PyObject *__pyx_pw_5libmr_2MR_4sign_1__get__(PyObject *__pyx_v_self); /*proto*/\nstatic PyObject *__pyx_pw_5libmr_2MR_4sign_1__get__(PyObject *__pyx_v_self) {\n  PyObject *__pyx_r = 0;\n  __Pyx_RefNannyDeclarations\n  __Pyx_RefNannySetupContext(\"__get__ (wrapper)\", 0);\n  __pyx_r = __pyx_pf_5libmr_2MR_4sign___get__(((struct __pyx_obj_5libmr_MR *)__pyx_v_self));\n\n  /* function exit code */\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\nstatic PyObject *__pyx_pf_5libmr_2MR_4sign___get__(struct __pyx_obj_5libmr_MR *__pyx_v_self) {\n  PyObject *__pyx_r = NULL;\n  __Pyx_RefNannyDeclarations\n  PyObject *__pyx_t_1 = NULL;\n  int __pyx_lineno = 0;\n  const char *__pyx_filename = NULL;\n  int __pyx_clineno = 0;\n  __Pyx_RefNannySetupContext(\"__get__\", 0);\n\n  /* \"libmr.pyx\":240\n *     property sign:\n *         def __get__(self):\n *             return self.thisptr.get_sign()             # <<<<<<<<<<<<<<\n *         def __set__(self, int nsign):\n *             self.thisptr.set_sign(nsign)\n */\n  __Pyx_XDECREF(__pyx_r);\n  __pyx_t_1 = __Pyx_PyInt_From_int(__pyx_v_self->thisptr->get_sign()); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 240, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_t_1);\n  __pyx_r = __pyx_t_1;\n  __pyx_t_1 = 0;\n  goto __pyx_L0;\n\n  /* \"libmr.pyx\":239\n *             self.thisptr.set_translate_amount(ntrans)\n *     property sign:\n *         def __get__(self):             # <<<<<<<<<<<<<<\n *             return self.thisptr.get_sign()\n *         def __set__(self, int nsign):\n */\n\n  /* function exit code */\n  __pyx_L1_error:;\n  __Pyx_XDECREF(__pyx_t_1);\n  __Pyx_AddTraceback(\"libmr.MR.sign.__get__\", __pyx_clineno, __pyx_lineno, __pyx_filename);\n  __pyx_r = NULL;\n  __pyx_L0:;\n  __Pyx_XGIVEREF(__pyx_r);\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\n/* \"libmr.pyx\":241\n *         def __get__(self):\n *             return self.thisptr.get_sign()\n *         def __set__(self, int nsign):             # <<<<<<<<<<<<<<\n *             self.thisptr.set_sign(nsign)\n *     property small_score:\n */\n\n/* Python wrapper */\nstatic int __pyx_pw_5libmr_2MR_4sign_3__set__(PyObject *__pyx_v_self, PyObject *__pyx_arg_nsign); /*proto*/\nstatic int __pyx_pw_5libmr_2MR_4sign_3__set__(PyObject *__pyx_v_self, PyObject *__pyx_arg_nsign) {\n  int __pyx_v_nsign;\n  int __pyx_lineno = 0;\n  const char *__pyx_filename = NULL;\n  int __pyx_clineno = 0;\n  int __pyx_r;\n  __Pyx_RefNannyDeclarations\n  __Pyx_RefNannySetupContext(\"__set__ (wrapper)\", 0);\n  assert(__pyx_arg_nsign); {\n    __pyx_v_nsign = __Pyx_PyInt_As_int(__pyx_arg_nsign); if (unlikely((__pyx_v_nsign == (int)-1) && PyErr_Occurred())) __PYX_ERR(0, 241, __pyx_L3_error)\n  }\n  goto __pyx_L4_argument_unpacking_done;\n  __pyx_L3_error:;\n  __Pyx_AddTraceback(\"libmr.MR.sign.__set__\", __pyx_clineno, __pyx_lineno, __pyx_filename);\n  __Pyx_RefNannyFinishContext();\n  return -1;\n  __pyx_L4_argument_unpacking_done:;\n  __pyx_r = __pyx_pf_5libmr_2MR_4sign_2__set__(((struct __pyx_obj_5libmr_MR *)__pyx_v_self), ((int)__pyx_v_nsign));\n\n  /* function exit code */\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\nstatic int __pyx_pf_5libmr_2MR_4sign_2__set__(struct __pyx_obj_5libmr_MR *__pyx_v_self, int __pyx_v_nsign) {\n  int __pyx_r;\n  __Pyx_RefNannyDeclarations\n  __Pyx_RefNannySetupContext(\"__set__\", 0);\n\n  /* \"libmr.pyx\":242\n *             return self.thisptr.get_sign()\n *         def __set__(self, int nsign):\n *             self.thisptr.set_sign(nsign)             # <<<<<<<<<<<<<<\n *     property small_score:\n *         def __get__(self):\n */\n  (void)(__pyx_v_self->thisptr->set_sign(__pyx_v_nsign));\n\n  /* \"libmr.pyx\":241\n *         def __get__(self):\n *             return self.thisptr.get_sign()\n *         def __set__(self, int nsign):             # <<<<<<<<<<<<<<\n *             self.thisptr.set_sign(nsign)\n *     property small_score:\n */\n\n  /* function exit code */\n  __pyx_r = 0;\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\n/* \"libmr.pyx\":244\n *             self.thisptr.set_sign(nsign)\n *     property small_score:\n *         def __get__(self):             # <<<<<<<<<<<<<<\n *             return self.thisptr.get_small_score()\n *         def __set__(self, double nscore):\n */\n\n/* Python wrapper */\nstatic PyObject *__pyx_pw_5libmr_2MR_11small_score_1__get__(PyObject *__pyx_v_self); /*proto*/\nstatic PyObject *__pyx_pw_5libmr_2MR_11small_score_1__get__(PyObject *__pyx_v_self) {\n  PyObject *__pyx_r = 0;\n  __Pyx_RefNannyDeclarations\n  __Pyx_RefNannySetupContext(\"__get__ (wrapper)\", 0);\n  __pyx_r = __pyx_pf_5libmr_2MR_11small_score___get__(((struct __pyx_obj_5libmr_MR *)__pyx_v_self));\n\n  /* function exit code */\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\nstatic PyObject *__pyx_pf_5libmr_2MR_11small_score___get__(struct __pyx_obj_5libmr_MR *__pyx_v_self) {\n  PyObject *__pyx_r = NULL;\n  __Pyx_RefNannyDeclarations\n  PyObject *__pyx_t_1 = NULL;\n  int __pyx_lineno = 0;\n  const char *__pyx_filename = NULL;\n  int __pyx_clineno = 0;\n  __Pyx_RefNannySetupContext(\"__get__\", 0);\n\n  /* \"libmr.pyx\":245\n *     property small_score:\n *         def __get__(self):\n *             return self.thisptr.get_small_score()             # <<<<<<<<<<<<<<\n *         def __set__(self, double nscore):\n *             self.thisptr.set_small_score(nscore)\n */\n  __Pyx_XDECREF(__pyx_r);\n  __pyx_t_1 = PyFloat_FromDouble(__pyx_v_self->thisptr->get_small_score()); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 245, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_t_1);\n  __pyx_r = __pyx_t_1;\n  __pyx_t_1 = 0;\n  goto __pyx_L0;\n\n  /* \"libmr.pyx\":244\n *             self.thisptr.set_sign(nsign)\n *     property small_score:\n *         def __get__(self):             # <<<<<<<<<<<<<<\n *             return self.thisptr.get_small_score()\n *         def __set__(self, double nscore):\n */\n\n  /* function exit code */\n  __pyx_L1_error:;\n  __Pyx_XDECREF(__pyx_t_1);\n  __Pyx_AddTraceback(\"libmr.MR.small_score.__get__\", __pyx_clineno, __pyx_lineno, __pyx_filename);\n  __pyx_r = NULL;\n  __pyx_L0:;\n  __Pyx_XGIVEREF(__pyx_r);\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\n/* \"libmr.pyx\":246\n *         def __get__(self):\n *             return self.thisptr.get_small_score()\n *         def __set__(self, double nscore):             # <<<<<<<<<<<<<<\n *             self.thisptr.set_small_score(nscore)\n *     property verbose:\n */\n\n/* Python wrapper */\nstatic int __pyx_pw_5libmr_2MR_11small_score_3__set__(PyObject *__pyx_v_self, PyObject *__pyx_arg_nscore); /*proto*/\nstatic int __pyx_pw_5libmr_2MR_11small_score_3__set__(PyObject *__pyx_v_self, PyObject *__pyx_arg_nscore) {\n  double __pyx_v_nscore;\n  int __pyx_lineno = 0;\n  const char *__pyx_filename = NULL;\n  int __pyx_clineno = 0;\n  int __pyx_r;\n  __Pyx_RefNannyDeclarations\n  __Pyx_RefNannySetupContext(\"__set__ (wrapper)\", 0);\n  assert(__pyx_arg_nscore); {\n    __pyx_v_nscore = __pyx_PyFloat_AsDouble(__pyx_arg_nscore); if (unlikely((__pyx_v_nscore == (double)-1) && PyErr_Occurred())) __PYX_ERR(0, 246, __pyx_L3_error)\n  }\n  goto __pyx_L4_argument_unpacking_done;\n  __pyx_L3_error:;\n  __Pyx_AddTraceback(\"libmr.MR.small_score.__set__\", __pyx_clineno, __pyx_lineno, __pyx_filename);\n  __Pyx_RefNannyFinishContext();\n  return -1;\n  __pyx_L4_argument_unpacking_done:;\n  __pyx_r = __pyx_pf_5libmr_2MR_11small_score_2__set__(((struct __pyx_obj_5libmr_MR *)__pyx_v_self), ((double)__pyx_v_nscore));\n\n  /* function exit code */\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\nstatic int __pyx_pf_5libmr_2MR_11small_score_2__set__(struct __pyx_obj_5libmr_MR *__pyx_v_self, double __pyx_v_nscore) {\n  int __pyx_r;\n  __Pyx_RefNannyDeclarations\n  __Pyx_RefNannySetupContext(\"__set__\", 0);\n\n  /* \"libmr.pyx\":247\n *             return self.thisptr.get_small_score()\n *         def __set__(self, double nscore):\n *             self.thisptr.set_small_score(nscore)             # <<<<<<<<<<<<<<\n *     property verbose:\n *         def __get__(self):\n */\n  (void)(__pyx_v_self->thisptr->set_small_score(__pyx_v_nscore));\n\n  /* \"libmr.pyx\":246\n *         def __get__(self):\n *             return self.thisptr.get_small_score()\n *         def __set__(self, double nscore):             # <<<<<<<<<<<<<<\n *             self.thisptr.set_small_score(nscore)\n *     property verbose:\n */\n\n  /* function exit code */\n  __pyx_r = 0;\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\n/* \"libmr.pyx\":249\n *             self.thisptr.set_small_score(nscore)\n *     property verbose:\n *         def __get__(self):             # <<<<<<<<<<<<<<\n *             return self.thisptr.verbose\n *         def __set__(self, bool verbose):\n */\n\n/* Python wrapper */\nstatic PyObject *__pyx_pw_5libmr_2MR_7verbose_1__get__(PyObject *__pyx_v_self); /*proto*/\nstatic PyObject *__pyx_pw_5libmr_2MR_7verbose_1__get__(PyObject *__pyx_v_self) {\n  PyObject *__pyx_r = 0;\n  __Pyx_RefNannyDeclarations\n  __Pyx_RefNannySetupContext(\"__get__ (wrapper)\", 0);\n  __pyx_r = __pyx_pf_5libmr_2MR_7verbose___get__(((struct __pyx_obj_5libmr_MR *)__pyx_v_self));\n\n  /* function exit code */\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\nstatic PyObject *__pyx_pf_5libmr_2MR_7verbose___get__(struct __pyx_obj_5libmr_MR *__pyx_v_self) {\n  PyObject *__pyx_r = NULL;\n  __Pyx_RefNannyDeclarations\n  PyObject *__pyx_t_1 = NULL;\n  int __pyx_lineno = 0;\n  const char *__pyx_filename = NULL;\n  int __pyx_clineno = 0;\n  __Pyx_RefNannySetupContext(\"__get__\", 0);\n\n  /* \"libmr.pyx\":250\n *     property verbose:\n *         def __get__(self):\n *             return self.thisptr.verbose             # <<<<<<<<<<<<<<\n *         def __set__(self, bool verbose):\n *             self.thisptr.verbose = verbose\n */\n  __Pyx_XDECREF(__pyx_r);\n  __pyx_t_1 = __Pyx_PyBool_FromLong(__pyx_v_self->thisptr->verbose); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 250, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_t_1);\n  __pyx_r = __pyx_t_1;\n  __pyx_t_1 = 0;\n  goto __pyx_L0;\n\n  /* \"libmr.pyx\":249\n *             self.thisptr.set_small_score(nscore)\n *     property verbose:\n *         def __get__(self):             # <<<<<<<<<<<<<<\n *             return self.thisptr.verbose\n *         def __set__(self, bool verbose):\n */\n\n  /* function exit code */\n  __pyx_L1_error:;\n  __Pyx_XDECREF(__pyx_t_1);\n  __Pyx_AddTraceback(\"libmr.MR.verbose.__get__\", __pyx_clineno, __pyx_lineno, __pyx_filename);\n  __pyx_r = NULL;\n  __pyx_L0:;\n  __Pyx_XGIVEREF(__pyx_r);\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\n/* \"libmr.pyx\":251\n *         def __get__(self):\n *             return self.thisptr.verbose\n *         def __set__(self, bool verbose):             # <<<<<<<<<<<<<<\n *             self.thisptr.verbose = verbose\n * \n */\n\n/* Python wrapper */\nstatic int __pyx_pw_5libmr_2MR_7verbose_3__set__(PyObject *__pyx_v_self, PyObject *__pyx_arg_verbose); /*proto*/\nstatic int __pyx_pw_5libmr_2MR_7verbose_3__set__(PyObject *__pyx_v_self, PyObject *__pyx_arg_verbose) {\n  bool __pyx_v_verbose;\n  int __pyx_lineno = 0;\n  const char *__pyx_filename = NULL;\n  int __pyx_clineno = 0;\n  int __pyx_r;\n  __Pyx_RefNannyDeclarations\n  __Pyx_RefNannySetupContext(\"__set__ (wrapper)\", 0);\n  assert(__pyx_arg_verbose); {\n    __pyx_v_verbose = __Pyx_PyObject_IsTrue(__pyx_arg_verbose); if (unlikely((__pyx_v_verbose == ((bool)-1)) && PyErr_Occurred())) __PYX_ERR(0, 251, __pyx_L3_error)\n  }\n  goto __pyx_L4_argument_unpacking_done;\n  __pyx_L3_error:;\n  __Pyx_AddTraceback(\"libmr.MR.verbose.__set__\", __pyx_clineno, __pyx_lineno, __pyx_filename);\n  __Pyx_RefNannyFinishContext();\n  return -1;\n  __pyx_L4_argument_unpacking_done:;\n  __pyx_r = __pyx_pf_5libmr_2MR_7verbose_2__set__(((struct __pyx_obj_5libmr_MR *)__pyx_v_self), ((bool)__pyx_v_verbose));\n\n  /* function exit code */\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\nstatic int __pyx_pf_5libmr_2MR_7verbose_2__set__(struct __pyx_obj_5libmr_MR *__pyx_v_self, bool __pyx_v_verbose) {\n  int __pyx_r;\n  __Pyx_RefNannyDeclarations\n  __Pyx_RefNannySetupContext(\"__set__\", 0);\n\n  /* \"libmr.pyx\":252\n *             return self.thisptr.verbose\n *         def __set__(self, bool verbose):\n *             self.thisptr.verbose = verbose             # <<<<<<<<<<<<<<\n * \n * def load_from_string(str input):\n */\n  __pyx_v_self->thisptr->verbose = __pyx_v_verbose;\n\n  /* \"libmr.pyx\":251\n *         def __get__(self):\n *             return self.thisptr.verbose\n *         def __set__(self, bool verbose):             # <<<<<<<<<<<<<<\n *             self.thisptr.verbose = verbose\n * \n */\n\n  /* function exit code */\n  __pyx_r = 0;\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\n/* \"(tree fragment)\":1\n * def __reduce_cython__(self):             # <<<<<<<<<<<<<<\n *     raise TypeError(\"no default __reduce__ due to non-trivial __cinit__\")\n * def __setstate_cython__(self, __pyx_state):\n */\n\n/* Python wrapper */\nstatic PyObject *__pyx_pw_5libmr_2MR_31__reduce_cython__(PyObject *__pyx_v_self, CYTHON_UNUSED PyObject *unused); /*proto*/\nstatic PyObject *__pyx_pw_5libmr_2MR_31__reduce_cython__(PyObject *__pyx_v_self, CYTHON_UNUSED PyObject *unused) {\n  PyObject *__pyx_r = 0;\n  __Pyx_RefNannyDeclarations\n  __Pyx_RefNannySetupContext(\"__reduce_cython__ (wrapper)\", 0);\n  __pyx_r = __pyx_pf_5libmr_2MR_30__reduce_cython__(((struct __pyx_obj_5libmr_MR *)__pyx_v_self));\n\n  /* function exit code */\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\nstatic PyObject *__pyx_pf_5libmr_2MR_30__reduce_cython__(CYTHON_UNUSED struct __pyx_obj_5libmr_MR *__pyx_v_self) {\n  PyObject *__pyx_r = NULL;\n  __Pyx_RefNannyDeclarations\n  PyObject *__pyx_t_1 = NULL;\n  int __pyx_lineno = 0;\n  const char *__pyx_filename = NULL;\n  int __pyx_clineno = 0;\n  __Pyx_RefNannySetupContext(\"__reduce_cython__\", 0);\n\n  /* \"(tree fragment)\":2\n * def __reduce_cython__(self):\n *     raise TypeError(\"no default __reduce__ due to non-trivial __cinit__\")             # <<<<<<<<<<<<<<\n * def __setstate_cython__(self, __pyx_state):\n *     raise TypeError(\"no default __reduce__ due to non-trivial __cinit__\")\n */\n  __pyx_t_1 = __Pyx_PyObject_Call(__pyx_builtin_TypeError, __pyx_tuple_, NULL); if (unlikely(!__pyx_t_1)) __PYX_ERR(1, 2, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_t_1);\n  __Pyx_Raise(__pyx_t_1, 0, 0, 0);\n  __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;\n  __PYX_ERR(1, 2, __pyx_L1_error)\n\n  /* \"(tree fragment)\":1\n * def __reduce_cython__(self):             # <<<<<<<<<<<<<<\n *     raise TypeError(\"no default __reduce__ due to non-trivial __cinit__\")\n * def __setstate_cython__(self, __pyx_state):\n */\n\n  /* function exit code */\n  __pyx_L1_error:;\n  __Pyx_XDECREF(__pyx_t_1);\n  __Pyx_AddTraceback(\"libmr.MR.__reduce_cython__\", __pyx_clineno, __pyx_lineno, __pyx_filename);\n  __pyx_r = NULL;\n  __Pyx_XGIVEREF(__pyx_r);\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\n/* \"(tree fragment)\":3\n * def __reduce_cython__(self):\n *     raise TypeError(\"no default __reduce__ due to non-trivial __cinit__\")\n * def __setstate_cython__(self, __pyx_state):             # <<<<<<<<<<<<<<\n *     raise TypeError(\"no default __reduce__ due to non-trivial __cinit__\")\n */\n\n/* Python wrapper */\nstatic PyObject *__pyx_pw_5libmr_2MR_33__setstate_cython__(PyObject *__pyx_v_self, PyObject *__pyx_v___pyx_state); /*proto*/\nstatic PyObject *__pyx_pw_5libmr_2MR_33__setstate_cython__(PyObject *__pyx_v_self, PyObject *__pyx_v___pyx_state) {\n  PyObject *__pyx_r = 0;\n  __Pyx_RefNannyDeclarations\n  __Pyx_RefNannySetupContext(\"__setstate_cython__ (wrapper)\", 0);\n  __pyx_r = __pyx_pf_5libmr_2MR_32__setstate_cython__(((struct __pyx_obj_5libmr_MR *)__pyx_v_self), ((PyObject *)__pyx_v___pyx_state));\n\n  /* function exit code */\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\nstatic PyObject *__pyx_pf_5libmr_2MR_32__setstate_cython__(CYTHON_UNUSED struct __pyx_obj_5libmr_MR *__pyx_v_self, CYTHON_UNUSED PyObject *__pyx_v___pyx_state) {\n  PyObject *__pyx_r = NULL;\n  __Pyx_RefNannyDeclarations\n  PyObject *__pyx_t_1 = NULL;\n  int __pyx_lineno = 0;\n  const char *__pyx_filename = NULL;\n  int __pyx_clineno = 0;\n  __Pyx_RefNannySetupContext(\"__setstate_cython__\", 0);\n\n  /* \"(tree fragment)\":4\n *     raise TypeError(\"no default __reduce__ due to non-trivial __cinit__\")\n * def __setstate_cython__(self, __pyx_state):\n *     raise TypeError(\"no default __reduce__ due to non-trivial __cinit__\")             # <<<<<<<<<<<<<<\n */\n  __pyx_t_1 = __Pyx_PyObject_Call(__pyx_builtin_TypeError, __pyx_tuple__2, NULL); if (unlikely(!__pyx_t_1)) __PYX_ERR(1, 4, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_t_1);\n  __Pyx_Raise(__pyx_t_1, 0, 0, 0);\n  __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;\n  __PYX_ERR(1, 4, __pyx_L1_error)\n\n  /* \"(tree fragment)\":3\n * def __reduce_cython__(self):\n *     raise TypeError(\"no default __reduce__ due to non-trivial __cinit__\")\n * def __setstate_cython__(self, __pyx_state):             # <<<<<<<<<<<<<<\n *     raise TypeError(\"no default __reduce__ due to non-trivial __cinit__\")\n */\n\n  /* function exit code */\n  __pyx_L1_error:;\n  __Pyx_XDECREF(__pyx_t_1);\n  __Pyx_AddTraceback(\"libmr.MR.__setstate_cython__\", __pyx_clineno, __pyx_lineno, __pyx_filename);\n  __pyx_r = NULL;\n  __Pyx_XGIVEREF(__pyx_r);\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\n/* \"libmr.pyx\":254\n *             self.thisptr.verbose = verbose\n * \n * def load_from_string(str input):             # <<<<<<<<<<<<<<\n *     \"\"\"\n *     Deserialize an MR object. This turns a string back into an MR object; it is the inverse of str(MR())\n */\n\n/* Python wrapper */\nstatic PyObject *__pyx_pw_5libmr_1load_from_string(PyObject *__pyx_self, PyObject *__pyx_v_input); /*proto*/\nstatic char __pyx_doc_5libmr_load_from_string[] = \"\\n    Deserialize an MR object. This turns a string back into an MR object; it is the inverse of str(MR())\\n    \";\nstatic PyMethodDef __pyx_mdef_5libmr_1load_from_string = {\"load_from_string\", (PyCFunction)__pyx_pw_5libmr_1load_from_string, METH_O, __pyx_doc_5libmr_load_from_string};\nstatic PyObject *__pyx_pw_5libmr_1load_from_string(PyObject *__pyx_self, PyObject *__pyx_v_input) {\n  int __pyx_lineno = 0;\n  const char *__pyx_filename = NULL;\n  int __pyx_clineno = 0;\n  PyObject *__pyx_r = 0;\n  __Pyx_RefNannyDeclarations\n  __Pyx_RefNannySetupContext(\"load_from_string (wrapper)\", 0);\n  if (unlikely(!__Pyx_ArgTypeTest(((PyObject *)__pyx_v_input), (&PyString_Type), 1, \"input\", 1))) __PYX_ERR(0, 254, __pyx_L1_error)\n  __pyx_r = __pyx_pf_5libmr_load_from_string(__pyx_self, ((PyObject*)__pyx_v_input));\n\n  /* function exit code */\n  goto __pyx_L0;\n  __pyx_L1_error:;\n  __pyx_r = NULL;\n  __pyx_L0:;\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\nstatic PyObject *__pyx_pf_5libmr_load_from_string(CYTHON_UNUSED PyObject *__pyx_self, PyObject *__pyx_v_input) {\n  struct __pyx_obj_5libmr_MR *__pyx_v_pymr = NULL;\n  PyObject *__pyx_r = NULL;\n  __Pyx_RefNannyDeclarations\n  PyObject *__pyx_t_1 = NULL;\n  std::string __pyx_t_2;\n  int __pyx_lineno = 0;\n  const char *__pyx_filename = NULL;\n  int __pyx_clineno = 0;\n  __Pyx_RefNannySetupContext(\"load_from_string\", 0);\n\n  /* \"libmr.pyx\":258\n *     Deserialize an MR object. This turns a string back into an MR object; it is the inverse of str(MR())\n *     \"\"\"\n *     pymr = MR()             # <<<<<<<<<<<<<<\n *     pymr.thisptr.from_string(input)\n *     return pymr\n */\n  __pyx_t_1 = __Pyx_PyObject_CallNoArg(((PyObject *)__pyx_ptype_5libmr_MR)); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 258, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_t_1);\n  __pyx_v_pymr = ((struct __pyx_obj_5libmr_MR *)__pyx_t_1);\n  __pyx_t_1 = 0;\n\n  /* \"libmr.pyx\":259\n *     \"\"\"\n *     pymr = MR()\n *     pymr.thisptr.from_string(input)             # <<<<<<<<<<<<<<\n *     return pymr\n * \n */\n  __pyx_t_2 = __pyx_convert_string_from_py_std__in_string(__pyx_v_input); if (unlikely(PyErr_Occurred())) __PYX_ERR(0, 259, __pyx_L1_error)\n  __pyx_v_pymr->thisptr->from_string(__pyx_t_2);\n\n  /* \"libmr.pyx\":260\n *     pymr = MR()\n *     pymr.thisptr.from_string(input)\n *     return pymr             # <<<<<<<<<<<<<<\n * \n */\n  __Pyx_XDECREF(__pyx_r);\n  __Pyx_INCREF(((PyObject *)__pyx_v_pymr));\n  __pyx_r = ((PyObject *)__pyx_v_pymr);\n  goto __pyx_L0;\n\n  /* \"libmr.pyx\":254\n *             self.thisptr.verbose = verbose\n * \n * def load_from_string(str input):             # <<<<<<<<<<<<<<\n *     \"\"\"\n *     Deserialize an MR object. This turns a string back into an MR object; it is the inverse of str(MR())\n */\n\n  /* function exit code */\n  __pyx_L1_error:;\n  __Pyx_XDECREF(__pyx_t_1);\n  __Pyx_AddTraceback(\"libmr.load_from_string\", __pyx_clineno, __pyx_lineno, __pyx_filename);\n  __pyx_r = NULL;\n  __pyx_L0:;\n  __Pyx_XDECREF((PyObject *)__pyx_v_pymr);\n  __Pyx_XGIVEREF(__pyx_r);\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\n/* \"../../../../../../../anaconda3/envs/env_/lib/python3.8/site-packages/numpy/__init__.pxd\":734\n * ctypedef npy_cdouble     complex_t\n * \n * cdef inline object PyArray_MultiIterNew1(a):             # <<<<<<<<<<<<<<\n *     return PyArray_MultiIterNew(1, <void*>a)\n * \n */\n\nstatic CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__pyx_v_a) {\n  PyObject *__pyx_r = NULL;\n  __Pyx_RefNannyDeclarations\n  PyObject *__pyx_t_1 = NULL;\n  int __pyx_lineno = 0;\n  const char *__pyx_filename = NULL;\n  int __pyx_clineno = 0;\n  __Pyx_RefNannySetupContext(\"PyArray_MultiIterNew1\", 0);\n\n  /* \"../../../../../../../anaconda3/envs/env_/lib/python3.8/site-packages/numpy/__init__.pxd\":735\n * \n * cdef inline object PyArray_MultiIterNew1(a):\n *     return PyArray_MultiIterNew(1, <void*>a)             # <<<<<<<<<<<<<<\n * \n * cdef inline object PyArray_MultiIterNew2(a, b):\n */\n  __Pyx_XDECREF(__pyx_r);\n  __pyx_t_1 = PyArray_MultiIterNew(1, ((void *)__pyx_v_a)); if (unlikely(!__pyx_t_1)) __PYX_ERR(2, 735, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_t_1);\n  __pyx_r = __pyx_t_1;\n  __pyx_t_1 = 0;\n  goto __pyx_L0;\n\n  /* \"../../../../../../../anaconda3/envs/env_/lib/python3.8/site-packages/numpy/__init__.pxd\":734\n * ctypedef npy_cdouble     complex_t\n * \n * cdef inline object PyArray_MultiIterNew1(a):             # <<<<<<<<<<<<<<\n *     return PyArray_MultiIterNew(1, <void*>a)\n * \n */\n\n  /* function exit code */\n  __pyx_L1_error:;\n  __Pyx_XDECREF(__pyx_t_1);\n  __Pyx_AddTraceback(\"numpy.PyArray_MultiIterNew1\", __pyx_clineno, __pyx_lineno, __pyx_filename);\n  __pyx_r = 0;\n  __pyx_L0:;\n  __Pyx_XGIVEREF(__pyx_r);\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\n/* \"../../../../../../../anaconda3/envs/env_/lib/python3.8/site-packages/numpy/__init__.pxd\":737\n *     return PyArray_MultiIterNew(1, <void*>a)\n * \n * cdef inline object PyArray_MultiIterNew2(a, b):             # <<<<<<<<<<<<<<\n *     return PyArray_MultiIterNew(2, <void*>a, <void*>b)\n * \n */\n\nstatic CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__pyx_v_a, PyObject *__pyx_v_b) {\n  PyObject *__pyx_r = NULL;\n  __Pyx_RefNannyDeclarations\n  PyObject *__pyx_t_1 = NULL;\n  int __pyx_lineno = 0;\n  const char *__pyx_filename = NULL;\n  int __pyx_clineno = 0;\n  __Pyx_RefNannySetupContext(\"PyArray_MultiIterNew2\", 0);\n\n  /* \"../../../../../../../anaconda3/envs/env_/lib/python3.8/site-packages/numpy/__init__.pxd\":738\n * \n * cdef inline object PyArray_MultiIterNew2(a, b):\n *     return PyArray_MultiIterNew(2, <void*>a, <void*>b)             # <<<<<<<<<<<<<<\n * \n * cdef inline object PyArray_MultiIterNew3(a, b, c):\n */\n  __Pyx_XDECREF(__pyx_r);\n  __pyx_t_1 = PyArray_MultiIterNew(2, ((void *)__pyx_v_a), ((void *)__pyx_v_b)); if (unlikely(!__pyx_t_1)) __PYX_ERR(2, 738, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_t_1);\n  __pyx_r = __pyx_t_1;\n  __pyx_t_1 = 0;\n  goto __pyx_L0;\n\n  /* \"../../../../../../../anaconda3/envs/env_/lib/python3.8/site-packages/numpy/__init__.pxd\":737\n *     return PyArray_MultiIterNew(1, <void*>a)\n * \n * cdef inline object PyArray_MultiIterNew2(a, b):             # <<<<<<<<<<<<<<\n *     return PyArray_MultiIterNew(2, <void*>a, <void*>b)\n * \n */\n\n  /* function exit code */\n  __pyx_L1_error:;\n  __Pyx_XDECREF(__pyx_t_1);\n  __Pyx_AddTraceback(\"numpy.PyArray_MultiIterNew2\", __pyx_clineno, __pyx_lineno, __pyx_filename);\n  __pyx_r = 0;\n  __pyx_L0:;\n  __Pyx_XGIVEREF(__pyx_r);\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\n/* \"../../../../../../../anaconda3/envs/env_/lib/python3.8/site-packages/numpy/__init__.pxd\":740\n *     return PyArray_MultiIterNew(2, <void*>a, <void*>b)\n * \n * cdef inline object PyArray_MultiIterNew3(a, b, c):             # <<<<<<<<<<<<<<\n *     return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c)\n * \n */\n\nstatic CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__pyx_v_a, PyObject *__pyx_v_b, PyObject *__pyx_v_c) {\n  PyObject *__pyx_r = NULL;\n  __Pyx_RefNannyDeclarations\n  PyObject *__pyx_t_1 = NULL;\n  int __pyx_lineno = 0;\n  const char *__pyx_filename = NULL;\n  int __pyx_clineno = 0;\n  __Pyx_RefNannySetupContext(\"PyArray_MultiIterNew3\", 0);\n\n  /* \"../../../../../../../anaconda3/envs/env_/lib/python3.8/site-packages/numpy/__init__.pxd\":741\n * \n * cdef inline object PyArray_MultiIterNew3(a, b, c):\n *     return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c)             # <<<<<<<<<<<<<<\n * \n * cdef inline object PyArray_MultiIterNew4(a, b, c, d):\n */\n  __Pyx_XDECREF(__pyx_r);\n  __pyx_t_1 = PyArray_MultiIterNew(3, ((void *)__pyx_v_a), ((void *)__pyx_v_b), ((void *)__pyx_v_c)); if (unlikely(!__pyx_t_1)) __PYX_ERR(2, 741, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_t_1);\n  __pyx_r = __pyx_t_1;\n  __pyx_t_1 = 0;\n  goto __pyx_L0;\n\n  /* \"../../../../../../../anaconda3/envs/env_/lib/python3.8/site-packages/numpy/__init__.pxd\":740\n *     return PyArray_MultiIterNew(2, <void*>a, <void*>b)\n * \n * cdef inline object PyArray_MultiIterNew3(a, b, c):             # <<<<<<<<<<<<<<\n *     return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c)\n * \n */\n\n  /* function exit code */\n  __pyx_L1_error:;\n  __Pyx_XDECREF(__pyx_t_1);\n  __Pyx_AddTraceback(\"numpy.PyArray_MultiIterNew3\", __pyx_clineno, __pyx_lineno, __pyx_filename);\n  __pyx_r = 0;\n  __pyx_L0:;\n  __Pyx_XGIVEREF(__pyx_r);\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\n/* \"../../../../../../../anaconda3/envs/env_/lib/python3.8/site-packages/numpy/__init__.pxd\":743\n *     return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c)\n * \n * cdef inline object PyArray_MultiIterNew4(a, b, c, d):             # <<<<<<<<<<<<<<\n *     return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d)\n * \n */\n\nstatic CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__pyx_v_a, PyObject *__pyx_v_b, PyObject *__pyx_v_c, PyObject *__pyx_v_d) {\n  PyObject *__pyx_r = NULL;\n  __Pyx_RefNannyDeclarations\n  PyObject *__pyx_t_1 = NULL;\n  int __pyx_lineno = 0;\n  const char *__pyx_filename = NULL;\n  int __pyx_clineno = 0;\n  __Pyx_RefNannySetupContext(\"PyArray_MultiIterNew4\", 0);\n\n  /* \"../../../../../../../anaconda3/envs/env_/lib/python3.8/site-packages/numpy/__init__.pxd\":744\n * \n * cdef inline object PyArray_MultiIterNew4(a, b, c, d):\n *     return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d)             # <<<<<<<<<<<<<<\n * \n * cdef inline object PyArray_MultiIterNew5(a, b, c, d, e):\n */\n  __Pyx_XDECREF(__pyx_r);\n  __pyx_t_1 = PyArray_MultiIterNew(4, ((void *)__pyx_v_a), ((void *)__pyx_v_b), ((void *)__pyx_v_c), ((void *)__pyx_v_d)); if (unlikely(!__pyx_t_1)) __PYX_ERR(2, 744, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_t_1);\n  __pyx_r = __pyx_t_1;\n  __pyx_t_1 = 0;\n  goto __pyx_L0;\n\n  /* \"../../../../../../../anaconda3/envs/env_/lib/python3.8/site-packages/numpy/__init__.pxd\":743\n *     return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c)\n * \n * cdef inline object PyArray_MultiIterNew4(a, b, c, d):             # <<<<<<<<<<<<<<\n *     return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d)\n * \n */\n\n  /* function exit code */\n  __pyx_L1_error:;\n  __Pyx_XDECREF(__pyx_t_1);\n  __Pyx_AddTraceback(\"numpy.PyArray_MultiIterNew4\", __pyx_clineno, __pyx_lineno, __pyx_filename);\n  __pyx_r = 0;\n  __pyx_L0:;\n  __Pyx_XGIVEREF(__pyx_r);\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\n/* \"../../../../../../../anaconda3/envs/env_/lib/python3.8/site-packages/numpy/__init__.pxd\":746\n *     return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d)\n * \n * cdef inline object PyArray_MultiIterNew5(a, b, c, d, e):             # <<<<<<<<<<<<<<\n *     return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e)\n * \n */\n\nstatic CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__pyx_v_a, PyObject *__pyx_v_b, PyObject *__pyx_v_c, PyObject *__pyx_v_d, PyObject *__pyx_v_e) {\n  PyObject *__pyx_r = NULL;\n  __Pyx_RefNannyDeclarations\n  PyObject *__pyx_t_1 = NULL;\n  int __pyx_lineno = 0;\n  const char *__pyx_filename = NULL;\n  int __pyx_clineno = 0;\n  __Pyx_RefNannySetupContext(\"PyArray_MultiIterNew5\", 0);\n\n  /* \"../../../../../../../anaconda3/envs/env_/lib/python3.8/site-packages/numpy/__init__.pxd\":747\n * \n * cdef inline object PyArray_MultiIterNew5(a, b, c, d, e):\n *     return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e)             # <<<<<<<<<<<<<<\n * \n * cdef inline tuple PyDataType_SHAPE(dtype d):\n */\n  __Pyx_XDECREF(__pyx_r);\n  __pyx_t_1 = PyArray_MultiIterNew(5, ((void *)__pyx_v_a), ((void *)__pyx_v_b), ((void *)__pyx_v_c), ((void *)__pyx_v_d), ((void *)__pyx_v_e)); if (unlikely(!__pyx_t_1)) __PYX_ERR(2, 747, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_t_1);\n  __pyx_r = __pyx_t_1;\n  __pyx_t_1 = 0;\n  goto __pyx_L0;\n\n  /* \"../../../../../../../anaconda3/envs/env_/lib/python3.8/site-packages/numpy/__init__.pxd\":746\n *     return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d)\n * \n * cdef inline object PyArray_MultiIterNew5(a, b, c, d, e):             # <<<<<<<<<<<<<<\n *     return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e)\n * \n */\n\n  /* function exit code */\n  __pyx_L1_error:;\n  __Pyx_XDECREF(__pyx_t_1);\n  __Pyx_AddTraceback(\"numpy.PyArray_MultiIterNew5\", __pyx_clineno, __pyx_lineno, __pyx_filename);\n  __pyx_r = 0;\n  __pyx_L0:;\n  __Pyx_XGIVEREF(__pyx_r);\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\n/* \"../../../../../../../anaconda3/envs/env_/lib/python3.8/site-packages/numpy/__init__.pxd\":749\n *     return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e)\n * \n * cdef inline tuple PyDataType_SHAPE(dtype d):             # <<<<<<<<<<<<<<\n *     if PyDataType_HASSUBARRAY(d):\n *         return <tuple>d.subarray.shape\n */\n\nstatic CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__pyx_v_d) {\n  PyObject *__pyx_r = NULL;\n  __Pyx_RefNannyDeclarations\n  int __pyx_t_1;\n  __Pyx_RefNannySetupContext(\"PyDataType_SHAPE\", 0);\n\n  /* \"../../../../../../../anaconda3/envs/env_/lib/python3.8/site-packages/numpy/__init__.pxd\":750\n * \n * cdef inline tuple PyDataType_SHAPE(dtype d):\n *     if PyDataType_HASSUBARRAY(d):             # <<<<<<<<<<<<<<\n *         return <tuple>d.subarray.shape\n *     else:\n */\n  __pyx_t_1 = (PyDataType_HASSUBARRAY(__pyx_v_d) != 0);\n  if (__pyx_t_1) {\n\n    /* \"../../../../../../../anaconda3/envs/env_/lib/python3.8/site-packages/numpy/__init__.pxd\":751\n * cdef inline tuple PyDataType_SHAPE(dtype d):\n *     if PyDataType_HASSUBARRAY(d):\n *         return <tuple>d.subarray.shape             # <<<<<<<<<<<<<<\n *     else:\n *         return ()\n */\n    __Pyx_XDECREF(__pyx_r);\n    __Pyx_INCREF(((PyObject*)__pyx_v_d->subarray->shape));\n    __pyx_r = ((PyObject*)__pyx_v_d->subarray->shape);\n    goto __pyx_L0;\n\n    /* \"../../../../../../../anaconda3/envs/env_/lib/python3.8/site-packages/numpy/__init__.pxd\":750\n * \n * cdef inline tuple PyDataType_SHAPE(dtype d):\n *     if PyDataType_HASSUBARRAY(d):             # <<<<<<<<<<<<<<\n *         return <tuple>d.subarray.shape\n *     else:\n */\n  }\n\n  /* \"../../../../../../../anaconda3/envs/env_/lib/python3.8/site-packages/numpy/__init__.pxd\":753\n *         return <tuple>d.subarray.shape\n *     else:\n *         return ()             # <<<<<<<<<<<<<<\n * \n * \n */\n  /*else*/ {\n    __Pyx_XDECREF(__pyx_r);\n    __Pyx_INCREF(__pyx_empty_tuple);\n    __pyx_r = __pyx_empty_tuple;\n    goto __pyx_L0;\n  }\n\n  /* \"../../../../../../../anaconda3/envs/env_/lib/python3.8/site-packages/numpy/__init__.pxd\":749\n *     return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e)\n * \n * cdef inline tuple PyDataType_SHAPE(dtype d):             # <<<<<<<<<<<<<<\n *     if PyDataType_HASSUBARRAY(d):\n *         return <tuple>d.subarray.shape\n */\n\n  /* function exit code */\n  __pyx_L0:;\n  __Pyx_XGIVEREF(__pyx_r);\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\n/* \"../../../../../../../anaconda3/envs/env_/lib/python3.8/site-packages/numpy/__init__.pxd\":868\n *     int _import_umath() except -1\n * \n * cdef inline void set_array_base(ndarray arr, object base):             # <<<<<<<<<<<<<<\n *     Py_INCREF(base) # important to do this before stealing the reference below!\n *     PyArray_SetBaseObject(arr, base)\n */\n\nstatic CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_arr, PyObject *__pyx_v_base) {\n  __Pyx_RefNannyDeclarations\n  __Pyx_RefNannySetupContext(\"set_array_base\", 0);\n\n  /* \"../../../../../../../anaconda3/envs/env_/lib/python3.8/site-packages/numpy/__init__.pxd\":869\n * \n * cdef inline void set_array_base(ndarray arr, object base):\n *     Py_INCREF(base) # important to do this before stealing the reference below!             # <<<<<<<<<<<<<<\n *     PyArray_SetBaseObject(arr, base)\n * \n */\n  Py_INCREF(__pyx_v_base);\n\n  /* \"../../../../../../../anaconda3/envs/env_/lib/python3.8/site-packages/numpy/__init__.pxd\":870\n * cdef inline void set_array_base(ndarray arr, object base):\n *     Py_INCREF(base) # important to do this before stealing the reference below!\n *     PyArray_SetBaseObject(arr, base)             # <<<<<<<<<<<<<<\n * \n * cdef inline object get_array_base(ndarray arr):\n */\n  (void)(PyArray_SetBaseObject(__pyx_v_arr, __pyx_v_base));\n\n  /* \"../../../../../../../anaconda3/envs/env_/lib/python3.8/site-packages/numpy/__init__.pxd\":868\n *     int _import_umath() except -1\n * \n * cdef inline void set_array_base(ndarray arr, object base):             # <<<<<<<<<<<<<<\n *     Py_INCREF(base) # important to do this before stealing the reference below!\n *     PyArray_SetBaseObject(arr, base)\n */\n\n  /* function exit code */\n  __Pyx_RefNannyFinishContext();\n}\n\n/* \"../../../../../../../anaconda3/envs/env_/lib/python3.8/site-packages/numpy/__init__.pxd\":872\n *     PyArray_SetBaseObject(arr, base)\n * \n * cdef inline object get_array_base(ndarray arr):             # <<<<<<<<<<<<<<\n *     base = PyArray_BASE(arr)\n *     if base is NULL:\n */\n\nstatic CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__pyx_v_arr) {\n  PyObject *__pyx_v_base;\n  PyObject *__pyx_r = NULL;\n  __Pyx_RefNannyDeclarations\n  int __pyx_t_1;\n  __Pyx_RefNannySetupContext(\"get_array_base\", 0);\n\n  /* \"../../../../../../../anaconda3/envs/env_/lib/python3.8/site-packages/numpy/__init__.pxd\":873\n * \n * cdef inline object get_array_base(ndarray arr):\n *     base = PyArray_BASE(arr)             # <<<<<<<<<<<<<<\n *     if base is NULL:\n *         return None\n */\n  __pyx_v_base = PyArray_BASE(__pyx_v_arr);\n\n  /* \"../../../../../../../anaconda3/envs/env_/lib/python3.8/site-packages/numpy/__init__.pxd\":874\n * cdef inline object get_array_base(ndarray arr):\n *     base = PyArray_BASE(arr)\n *     if base is NULL:             # <<<<<<<<<<<<<<\n *         return None\n *     return <object>base\n */\n  __pyx_t_1 = ((__pyx_v_base == NULL) != 0);\n  if (__pyx_t_1) {\n\n    /* \"../../../../../../../anaconda3/envs/env_/lib/python3.8/site-packages/numpy/__init__.pxd\":875\n *     base = PyArray_BASE(arr)\n *     if base is NULL:\n *         return None             # <<<<<<<<<<<<<<\n *     return <object>base\n * \n */\n    __Pyx_XDECREF(__pyx_r);\n    __pyx_r = Py_None; __Pyx_INCREF(Py_None);\n    goto __pyx_L0;\n\n    /* \"../../../../../../../anaconda3/envs/env_/lib/python3.8/site-packages/numpy/__init__.pxd\":874\n * cdef inline object get_array_base(ndarray arr):\n *     base = PyArray_BASE(arr)\n *     if base is NULL:             # <<<<<<<<<<<<<<\n *         return None\n *     return <object>base\n */\n  }\n\n  /* \"../../../../../../../anaconda3/envs/env_/lib/python3.8/site-packages/numpy/__init__.pxd\":876\n *     if base is NULL:\n *         return None\n *     return <object>base             # <<<<<<<<<<<<<<\n * \n * # Versions of the import_* functions which are more suitable for\n */\n  __Pyx_XDECREF(__pyx_r);\n  __Pyx_INCREF(((PyObject *)__pyx_v_base));\n  __pyx_r = ((PyObject *)__pyx_v_base);\n  goto __pyx_L0;\n\n  /* \"../../../../../../../anaconda3/envs/env_/lib/python3.8/site-packages/numpy/__init__.pxd\":872\n *     PyArray_SetBaseObject(arr, base)\n * \n * cdef inline object get_array_base(ndarray arr):             # <<<<<<<<<<<<<<\n *     base = PyArray_BASE(arr)\n *     if base is NULL:\n */\n\n  /* function exit code */\n  __pyx_L0:;\n  __Pyx_XGIVEREF(__pyx_r);\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\n/* \"../../../../../../../anaconda3/envs/env_/lib/python3.8/site-packages/numpy/__init__.pxd\":880\n * # Versions of the import_* functions which are more suitable for\n * # Cython code.\n * cdef inline int import_array() except -1:             # <<<<<<<<<<<<<<\n *     try:\n *         __pyx_import_array()\n */\n\nstatic CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {\n  int __pyx_r;\n  __Pyx_RefNannyDeclarations\n  PyObject *__pyx_t_1 = NULL;\n  PyObject *__pyx_t_2 = NULL;\n  PyObject *__pyx_t_3 = NULL;\n  int __pyx_t_4;\n  PyObject *__pyx_t_5 = NULL;\n  PyObject *__pyx_t_6 = NULL;\n  PyObject *__pyx_t_7 = NULL;\n  PyObject *__pyx_t_8 = NULL;\n  int __pyx_lineno = 0;\n  const char *__pyx_filename = NULL;\n  int __pyx_clineno = 0;\n  __Pyx_RefNannySetupContext(\"import_array\", 0);\n\n  /* \"../../../../../../../anaconda3/envs/env_/lib/python3.8/site-packages/numpy/__init__.pxd\":881\n * # Cython code.\n * cdef inline int import_array() except -1:\n *     try:             # <<<<<<<<<<<<<<\n *         __pyx_import_array()\n *     except Exception:\n */\n  {\n    __Pyx_PyThreadState_declare\n    __Pyx_PyThreadState_assign\n    __Pyx_ExceptionSave(&__pyx_t_1, &__pyx_t_2, &__pyx_t_3);\n    __Pyx_XGOTREF(__pyx_t_1);\n    __Pyx_XGOTREF(__pyx_t_2);\n    __Pyx_XGOTREF(__pyx_t_3);\n    /*try:*/ {\n\n      /* \"../../../../../../../anaconda3/envs/env_/lib/python3.8/site-packages/numpy/__init__.pxd\":882\n * cdef inline int import_array() except -1:\n *     try:\n *         __pyx_import_array()             # <<<<<<<<<<<<<<\n *     except Exception:\n *         raise ImportError(\"numpy.core.multiarray failed to import\")\n */\n      __pyx_t_4 = _import_array(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(2, 882, __pyx_L3_error)\n\n      /* \"../../../../../../../anaconda3/envs/env_/lib/python3.8/site-packages/numpy/__init__.pxd\":881\n * # Cython code.\n * cdef inline int import_array() except -1:\n *     try:             # <<<<<<<<<<<<<<\n *         __pyx_import_array()\n *     except Exception:\n */\n    }\n    __Pyx_XDECREF(__pyx_t_1); __pyx_t_1 = 0;\n    __Pyx_XDECREF(__pyx_t_2); __pyx_t_2 = 0;\n    __Pyx_XDECREF(__pyx_t_3); __pyx_t_3 = 0;\n    goto __pyx_L8_try_end;\n    __pyx_L3_error:;\n\n    /* \"../../../../../../../anaconda3/envs/env_/lib/python3.8/site-packages/numpy/__init__.pxd\":883\n *     try:\n *         __pyx_import_array()\n *     except Exception:             # <<<<<<<<<<<<<<\n *         raise ImportError(\"numpy.core.multiarray failed to import\")\n * \n */\n    __pyx_t_4 = __Pyx_PyErr_ExceptionMatches(((PyObject *)(&((PyTypeObject*)PyExc_Exception)[0])));\n    if (__pyx_t_4) {\n      __Pyx_AddTraceback(\"numpy.import_array\", __pyx_clineno, __pyx_lineno, __pyx_filename);\n      if (__Pyx_GetException(&__pyx_t_5, &__pyx_t_6, &__pyx_t_7) < 0) __PYX_ERR(2, 883, __pyx_L5_except_error)\n      __Pyx_GOTREF(__pyx_t_5);\n      __Pyx_GOTREF(__pyx_t_6);\n      __Pyx_GOTREF(__pyx_t_7);\n\n      /* \"../../../../../../../anaconda3/envs/env_/lib/python3.8/site-packages/numpy/__init__.pxd\":884\n *         __pyx_import_array()\n *     except Exception:\n *         raise ImportError(\"numpy.core.multiarray failed to import\")             # <<<<<<<<<<<<<<\n * \n * cdef inline int import_umath() except -1:\n */\n      __pyx_t_8 = __Pyx_PyObject_Call(__pyx_builtin_ImportError, __pyx_tuple__3, NULL); if (unlikely(!__pyx_t_8)) __PYX_ERR(2, 884, __pyx_L5_except_error)\n      __Pyx_GOTREF(__pyx_t_8);\n      __Pyx_Raise(__pyx_t_8, 0, 0, 0);\n      __Pyx_DECREF(__pyx_t_8); __pyx_t_8 = 0;\n      __PYX_ERR(2, 884, __pyx_L5_except_error)\n    }\n    goto __pyx_L5_except_error;\n    __pyx_L5_except_error:;\n\n    /* \"../../../../../../../anaconda3/envs/env_/lib/python3.8/site-packages/numpy/__init__.pxd\":881\n * # Cython code.\n * cdef inline int import_array() except -1:\n *     try:             # <<<<<<<<<<<<<<\n *         __pyx_import_array()\n *     except Exception:\n */\n    __Pyx_XGIVEREF(__pyx_t_1);\n    __Pyx_XGIVEREF(__pyx_t_2);\n    __Pyx_XGIVEREF(__pyx_t_3);\n    __Pyx_ExceptionReset(__pyx_t_1, __pyx_t_2, __pyx_t_3);\n    goto __pyx_L1_error;\n    __pyx_L8_try_end:;\n  }\n\n  /* \"../../../../../../../anaconda3/envs/env_/lib/python3.8/site-packages/numpy/__init__.pxd\":880\n * # Versions of the import_* functions which are more suitable for\n * # Cython code.\n * cdef inline int import_array() except -1:             # <<<<<<<<<<<<<<\n *     try:\n *         __pyx_import_array()\n */\n\n  /* function exit code */\n  __pyx_r = 0;\n  goto __pyx_L0;\n  __pyx_L1_error:;\n  __Pyx_XDECREF(__pyx_t_5);\n  __Pyx_XDECREF(__pyx_t_6);\n  __Pyx_XDECREF(__pyx_t_7);\n  __Pyx_XDECREF(__pyx_t_8);\n  __Pyx_AddTraceback(\"numpy.import_array\", __pyx_clineno, __pyx_lineno, __pyx_filename);\n  __pyx_r = -1;\n  __pyx_L0:;\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\n/* \"../../../../../../../anaconda3/envs/env_/lib/python3.8/site-packages/numpy/__init__.pxd\":886\n *         raise ImportError(\"numpy.core.multiarray failed to import\")\n * \n * cdef inline int import_umath() except -1:             # <<<<<<<<<<<<<<\n *     try:\n *         _import_umath()\n */\n\nstatic CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {\n  int __pyx_r;\n  __Pyx_RefNannyDeclarations\n  PyObject *__pyx_t_1 = NULL;\n  PyObject *__pyx_t_2 = NULL;\n  PyObject *__pyx_t_3 = NULL;\n  int __pyx_t_4;\n  PyObject *__pyx_t_5 = NULL;\n  PyObject *__pyx_t_6 = NULL;\n  PyObject *__pyx_t_7 = NULL;\n  PyObject *__pyx_t_8 = NULL;\n  int __pyx_lineno = 0;\n  const char *__pyx_filename = NULL;\n  int __pyx_clineno = 0;\n  __Pyx_RefNannySetupContext(\"import_umath\", 0);\n\n  /* \"../../../../../../../anaconda3/envs/env_/lib/python3.8/site-packages/numpy/__init__.pxd\":887\n * \n * cdef inline int import_umath() except -1:\n *     try:             # <<<<<<<<<<<<<<\n *         _import_umath()\n *     except Exception:\n */\n  {\n    __Pyx_PyThreadState_declare\n    __Pyx_PyThreadState_assign\n    __Pyx_ExceptionSave(&__pyx_t_1, &__pyx_t_2, &__pyx_t_3);\n    __Pyx_XGOTREF(__pyx_t_1);\n    __Pyx_XGOTREF(__pyx_t_2);\n    __Pyx_XGOTREF(__pyx_t_3);\n    /*try:*/ {\n\n      /* \"../../../../../../../anaconda3/envs/env_/lib/python3.8/site-packages/numpy/__init__.pxd\":888\n * cdef inline int import_umath() except -1:\n *     try:\n *         _import_umath()             # <<<<<<<<<<<<<<\n *     except Exception:\n *         raise ImportError(\"numpy.core.umath failed to import\")\n */\n      __pyx_t_4 = _import_umath(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(2, 888, __pyx_L3_error)\n\n      /* \"../../../../../../../anaconda3/envs/env_/lib/python3.8/site-packages/numpy/__init__.pxd\":887\n * \n * cdef inline int import_umath() except -1:\n *     try:             # <<<<<<<<<<<<<<\n *         _import_umath()\n *     except Exception:\n */\n    }\n    __Pyx_XDECREF(__pyx_t_1); __pyx_t_1 = 0;\n    __Pyx_XDECREF(__pyx_t_2); __pyx_t_2 = 0;\n    __Pyx_XDECREF(__pyx_t_3); __pyx_t_3 = 0;\n    goto __pyx_L8_try_end;\n    __pyx_L3_error:;\n\n    /* \"../../../../../../../anaconda3/envs/env_/lib/python3.8/site-packages/numpy/__init__.pxd\":889\n *     try:\n *         _import_umath()\n *     except Exception:             # <<<<<<<<<<<<<<\n *         raise ImportError(\"numpy.core.umath failed to import\")\n * \n */\n    __pyx_t_4 = __Pyx_PyErr_ExceptionMatches(((PyObject *)(&((PyTypeObject*)PyExc_Exception)[0])));\n    if (__pyx_t_4) {\n      __Pyx_AddTraceback(\"numpy.import_umath\", __pyx_clineno, __pyx_lineno, __pyx_filename);\n      if (__Pyx_GetException(&__pyx_t_5, &__pyx_t_6, &__pyx_t_7) < 0) __PYX_ERR(2, 889, __pyx_L5_except_error)\n      __Pyx_GOTREF(__pyx_t_5);\n      __Pyx_GOTREF(__pyx_t_6);\n      __Pyx_GOTREF(__pyx_t_7);\n\n      /* \"../../../../../../../anaconda3/envs/env_/lib/python3.8/site-packages/numpy/__init__.pxd\":890\n *         _import_umath()\n *     except Exception:\n *         raise ImportError(\"numpy.core.umath failed to import\")             # <<<<<<<<<<<<<<\n * \n * cdef inline int import_ufunc() except -1:\n */\n      __pyx_t_8 = __Pyx_PyObject_Call(__pyx_builtin_ImportError, __pyx_tuple__4, NULL); if (unlikely(!__pyx_t_8)) __PYX_ERR(2, 890, __pyx_L5_except_error)\n      __Pyx_GOTREF(__pyx_t_8);\n      __Pyx_Raise(__pyx_t_8, 0, 0, 0);\n      __Pyx_DECREF(__pyx_t_8); __pyx_t_8 = 0;\n      __PYX_ERR(2, 890, __pyx_L5_except_error)\n    }\n    goto __pyx_L5_except_error;\n    __pyx_L5_except_error:;\n\n    /* \"../../../../../../../anaconda3/envs/env_/lib/python3.8/site-packages/numpy/__init__.pxd\":887\n * \n * cdef inline int import_umath() except -1:\n *     try:             # <<<<<<<<<<<<<<\n *         _import_umath()\n *     except Exception:\n */\n    __Pyx_XGIVEREF(__pyx_t_1);\n    __Pyx_XGIVEREF(__pyx_t_2);\n    __Pyx_XGIVEREF(__pyx_t_3);\n    __Pyx_ExceptionReset(__pyx_t_1, __pyx_t_2, __pyx_t_3);\n    goto __pyx_L1_error;\n    __pyx_L8_try_end:;\n  }\n\n  /* \"../../../../../../../anaconda3/envs/env_/lib/python3.8/site-packages/numpy/__init__.pxd\":886\n *         raise ImportError(\"numpy.core.multiarray failed to import\")\n * \n * cdef inline int import_umath() except -1:             # <<<<<<<<<<<<<<\n *     try:\n *         _import_umath()\n */\n\n  /* function exit code */\n  __pyx_r = 0;\n  goto __pyx_L0;\n  __pyx_L1_error:;\n  __Pyx_XDECREF(__pyx_t_5);\n  __Pyx_XDECREF(__pyx_t_6);\n  __Pyx_XDECREF(__pyx_t_7);\n  __Pyx_XDECREF(__pyx_t_8);\n  __Pyx_AddTraceback(\"numpy.import_umath\", __pyx_clineno, __pyx_lineno, __pyx_filename);\n  __pyx_r = -1;\n  __pyx_L0:;\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\n/* \"../../../../../../../anaconda3/envs/env_/lib/python3.8/site-packages/numpy/__init__.pxd\":892\n *         raise ImportError(\"numpy.core.umath failed to import\")\n * \n * cdef inline int import_ufunc() except -1:             # <<<<<<<<<<<<<<\n *     try:\n *         _import_umath()\n */\n\nstatic CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {\n  int __pyx_r;\n  __Pyx_RefNannyDeclarations\n  PyObject *__pyx_t_1 = NULL;\n  PyObject *__pyx_t_2 = NULL;\n  PyObject *__pyx_t_3 = NULL;\n  int __pyx_t_4;\n  PyObject *__pyx_t_5 = NULL;\n  PyObject *__pyx_t_6 = NULL;\n  PyObject *__pyx_t_7 = NULL;\n  PyObject *__pyx_t_8 = NULL;\n  int __pyx_lineno = 0;\n  const char *__pyx_filename = NULL;\n  int __pyx_clineno = 0;\n  __Pyx_RefNannySetupContext(\"import_ufunc\", 0);\n\n  /* \"../../../../../../../anaconda3/envs/env_/lib/python3.8/site-packages/numpy/__init__.pxd\":893\n * \n * cdef inline int import_ufunc() except -1:\n *     try:             # <<<<<<<<<<<<<<\n *         _import_umath()\n *     except Exception:\n */\n  {\n    __Pyx_PyThreadState_declare\n    __Pyx_PyThreadState_assign\n    __Pyx_ExceptionSave(&__pyx_t_1, &__pyx_t_2, &__pyx_t_3);\n    __Pyx_XGOTREF(__pyx_t_1);\n    __Pyx_XGOTREF(__pyx_t_2);\n    __Pyx_XGOTREF(__pyx_t_3);\n    /*try:*/ {\n\n      /* \"../../../../../../../anaconda3/envs/env_/lib/python3.8/site-packages/numpy/__init__.pxd\":894\n * cdef inline int import_ufunc() except -1:\n *     try:\n *         _import_umath()             # <<<<<<<<<<<<<<\n *     except Exception:\n *         raise ImportError(\"numpy.core.umath failed to import\")\n */\n      __pyx_t_4 = _import_umath(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(2, 894, __pyx_L3_error)\n\n      /* \"../../../../../../../anaconda3/envs/env_/lib/python3.8/site-packages/numpy/__init__.pxd\":893\n * \n * cdef inline int import_ufunc() except -1:\n *     try:             # <<<<<<<<<<<<<<\n *         _import_umath()\n *     except Exception:\n */\n    }\n    __Pyx_XDECREF(__pyx_t_1); __pyx_t_1 = 0;\n    __Pyx_XDECREF(__pyx_t_2); __pyx_t_2 = 0;\n    __Pyx_XDECREF(__pyx_t_3); __pyx_t_3 = 0;\n    goto __pyx_L8_try_end;\n    __pyx_L3_error:;\n\n    /* \"../../../../../../../anaconda3/envs/env_/lib/python3.8/site-packages/numpy/__init__.pxd\":895\n *     try:\n *         _import_umath()\n *     except Exception:             # <<<<<<<<<<<<<<\n *         raise ImportError(\"numpy.core.umath failed to import\")\n * \n */\n    __pyx_t_4 = __Pyx_PyErr_ExceptionMatches(((PyObject *)(&((PyTypeObject*)PyExc_Exception)[0])));\n    if (__pyx_t_4) {\n      __Pyx_AddTraceback(\"numpy.import_ufunc\", __pyx_clineno, __pyx_lineno, __pyx_filename);\n      if (__Pyx_GetException(&__pyx_t_5, &__pyx_t_6, &__pyx_t_7) < 0) __PYX_ERR(2, 895, __pyx_L5_except_error)\n      __Pyx_GOTREF(__pyx_t_5);\n      __Pyx_GOTREF(__pyx_t_6);\n      __Pyx_GOTREF(__pyx_t_7);\n\n      /* \"../../../../../../../anaconda3/envs/env_/lib/python3.8/site-packages/numpy/__init__.pxd\":896\n *         _import_umath()\n *     except Exception:\n *         raise ImportError(\"numpy.core.umath failed to import\")             # <<<<<<<<<<<<<<\n * \n * cdef extern from *:\n */\n      __pyx_t_8 = __Pyx_PyObject_Call(__pyx_builtin_ImportError, __pyx_tuple__4, NULL); if (unlikely(!__pyx_t_8)) __PYX_ERR(2, 896, __pyx_L5_except_error)\n      __Pyx_GOTREF(__pyx_t_8);\n      __Pyx_Raise(__pyx_t_8, 0, 0, 0);\n      __Pyx_DECREF(__pyx_t_8); __pyx_t_8 = 0;\n      __PYX_ERR(2, 896, __pyx_L5_except_error)\n    }\n    goto __pyx_L5_except_error;\n    __pyx_L5_except_error:;\n\n    /* \"../../../../../../../anaconda3/envs/env_/lib/python3.8/site-packages/numpy/__init__.pxd\":893\n * \n * cdef inline int import_ufunc() except -1:\n *     try:             # <<<<<<<<<<<<<<\n *         _import_umath()\n *     except Exception:\n */\n    __Pyx_XGIVEREF(__pyx_t_1);\n    __Pyx_XGIVEREF(__pyx_t_2);\n    __Pyx_XGIVEREF(__pyx_t_3);\n    __Pyx_ExceptionReset(__pyx_t_1, __pyx_t_2, __pyx_t_3);\n    goto __pyx_L1_error;\n    __pyx_L8_try_end:;\n  }\n\n  /* \"../../../../../../../anaconda3/envs/env_/lib/python3.8/site-packages/numpy/__init__.pxd\":892\n *         raise ImportError(\"numpy.core.umath failed to import\")\n * \n * cdef inline int import_ufunc() except -1:             # <<<<<<<<<<<<<<\n *     try:\n *         _import_umath()\n */\n\n  /* function exit code */\n  __pyx_r = 0;\n  goto __pyx_L0;\n  __pyx_L1_error:;\n  __Pyx_XDECREF(__pyx_t_5);\n  __Pyx_XDECREF(__pyx_t_6);\n  __Pyx_XDECREF(__pyx_t_7);\n  __Pyx_XDECREF(__pyx_t_8);\n  __Pyx_AddTraceback(\"numpy.import_ufunc\", __pyx_clineno, __pyx_lineno, __pyx_filename);\n  __pyx_r = -1;\n  __pyx_L0:;\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\n/* \"string.to_py\":31\n * \n * @cname(\"__pyx_convert_PyObject_string_to_py_std__in_string\")\n * cdef inline object __pyx_convert_PyObject_string_to_py_std__in_string(const string& s):             # <<<<<<<<<<<<<<\n *     return __Pyx_PyObject_FromStringAndSize(s.data(), s.size())\n * cdef extern from *:\n */\n\nstatic CYTHON_INLINE PyObject *__pyx_convert_PyObject_string_to_py_std__in_string(std::string const &__pyx_v_s) {\n  PyObject *__pyx_r = NULL;\n  __Pyx_RefNannyDeclarations\n  PyObject *__pyx_t_1 = NULL;\n  int __pyx_lineno = 0;\n  const char *__pyx_filename = NULL;\n  int __pyx_clineno = 0;\n  __Pyx_RefNannySetupContext(\"__pyx_convert_PyObject_string_to_py_std__in_string\", 0);\n\n  /* \"string.to_py\":32\n * @cname(\"__pyx_convert_PyObject_string_to_py_std__in_string\")\n * cdef inline object __pyx_convert_PyObject_string_to_py_std__in_string(const string& s):\n *     return __Pyx_PyObject_FromStringAndSize(s.data(), s.size())             # <<<<<<<<<<<<<<\n * cdef extern from *:\n *     cdef object __Pyx_PyUnicode_FromStringAndSize(const char*, size_t)\n */\n  __Pyx_XDECREF(__pyx_r);\n  __pyx_t_1 = __Pyx_PyObject_FromStringAndSize(__pyx_v_s.data(), __pyx_v_s.size()); if (unlikely(!__pyx_t_1)) __PYX_ERR(1, 32, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_t_1);\n  __pyx_r = __pyx_t_1;\n  __pyx_t_1 = 0;\n  goto __pyx_L0;\n\n  /* \"string.to_py\":31\n * \n * @cname(\"__pyx_convert_PyObject_string_to_py_std__in_string\")\n * cdef inline object __pyx_convert_PyObject_string_to_py_std__in_string(const string& s):             # <<<<<<<<<<<<<<\n *     return __Pyx_PyObject_FromStringAndSize(s.data(), s.size())\n * cdef extern from *:\n */\n\n  /* function exit code */\n  __pyx_L1_error:;\n  __Pyx_XDECREF(__pyx_t_1);\n  __Pyx_AddTraceback(\"string.to_py.__pyx_convert_PyObject_string_to_py_std__in_string\", __pyx_clineno, __pyx_lineno, __pyx_filename);\n  __pyx_r = 0;\n  __pyx_L0:;\n  __Pyx_XGIVEREF(__pyx_r);\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\n/* \"string.to_py\":37\n * \n * @cname(\"__pyx_convert_PyUnicode_string_to_py_std__in_string\")\n * cdef inline object __pyx_convert_PyUnicode_string_to_py_std__in_string(const string& s):             # <<<<<<<<<<<<<<\n *     return __Pyx_PyUnicode_FromStringAndSize(s.data(), s.size())\n * cdef extern from *:\n */\n\nstatic CYTHON_INLINE PyObject *__pyx_convert_PyUnicode_string_to_py_std__in_string(std::string const &__pyx_v_s) {\n  PyObject *__pyx_r = NULL;\n  __Pyx_RefNannyDeclarations\n  PyObject *__pyx_t_1 = NULL;\n  int __pyx_lineno = 0;\n  const char *__pyx_filename = NULL;\n  int __pyx_clineno = 0;\n  __Pyx_RefNannySetupContext(\"__pyx_convert_PyUnicode_string_to_py_std__in_string\", 0);\n\n  /* \"string.to_py\":38\n * @cname(\"__pyx_convert_PyUnicode_string_to_py_std__in_string\")\n * cdef inline object __pyx_convert_PyUnicode_string_to_py_std__in_string(const string& s):\n *     return __Pyx_PyUnicode_FromStringAndSize(s.data(), s.size())             # <<<<<<<<<<<<<<\n * cdef extern from *:\n *     cdef object __Pyx_PyStr_FromStringAndSize(const char*, size_t)\n */\n  __Pyx_XDECREF(__pyx_r);\n  __pyx_t_1 = __Pyx_PyUnicode_FromStringAndSize(__pyx_v_s.data(), __pyx_v_s.size()); if (unlikely(!__pyx_t_1)) __PYX_ERR(1, 38, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_t_1);\n  __pyx_r = __pyx_t_1;\n  __pyx_t_1 = 0;\n  goto __pyx_L0;\n\n  /* \"string.to_py\":37\n * \n * @cname(\"__pyx_convert_PyUnicode_string_to_py_std__in_string\")\n * cdef inline object __pyx_convert_PyUnicode_string_to_py_std__in_string(const string& s):             # <<<<<<<<<<<<<<\n *     return __Pyx_PyUnicode_FromStringAndSize(s.data(), s.size())\n * cdef extern from *:\n */\n\n  /* function exit code */\n  __pyx_L1_error:;\n  __Pyx_XDECREF(__pyx_t_1);\n  __Pyx_AddTraceback(\"string.to_py.__pyx_convert_PyUnicode_string_to_py_std__in_string\", __pyx_clineno, __pyx_lineno, __pyx_filename);\n  __pyx_r = 0;\n  __pyx_L0:;\n  __Pyx_XGIVEREF(__pyx_r);\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\n/* \"string.to_py\":43\n * \n * @cname(\"__pyx_convert_PyStr_string_to_py_std__in_string\")\n * cdef inline object __pyx_convert_PyStr_string_to_py_std__in_string(const string& s):             # <<<<<<<<<<<<<<\n *     return __Pyx_PyStr_FromStringAndSize(s.data(), s.size())\n * cdef extern from *:\n */\n\nstatic CYTHON_INLINE PyObject *__pyx_convert_PyStr_string_to_py_std__in_string(std::string const &__pyx_v_s) {\n  PyObject *__pyx_r = NULL;\n  __Pyx_RefNannyDeclarations\n  PyObject *__pyx_t_1 = NULL;\n  int __pyx_lineno = 0;\n  const char *__pyx_filename = NULL;\n  int __pyx_clineno = 0;\n  __Pyx_RefNannySetupContext(\"__pyx_convert_PyStr_string_to_py_std__in_string\", 0);\n\n  /* \"string.to_py\":44\n * @cname(\"__pyx_convert_PyStr_string_to_py_std__in_string\")\n * cdef inline object __pyx_convert_PyStr_string_to_py_std__in_string(const string& s):\n *     return __Pyx_PyStr_FromStringAndSize(s.data(), s.size())             # <<<<<<<<<<<<<<\n * cdef extern from *:\n *     cdef object __Pyx_PyBytes_FromStringAndSize(const char*, size_t)\n */\n  __Pyx_XDECREF(__pyx_r);\n  __pyx_t_1 = __Pyx_PyStr_FromStringAndSize(__pyx_v_s.data(), __pyx_v_s.size()); if (unlikely(!__pyx_t_1)) __PYX_ERR(1, 44, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_t_1);\n  __pyx_r = __pyx_t_1;\n  __pyx_t_1 = 0;\n  goto __pyx_L0;\n\n  /* \"string.to_py\":43\n * \n * @cname(\"__pyx_convert_PyStr_string_to_py_std__in_string\")\n * cdef inline object __pyx_convert_PyStr_string_to_py_std__in_string(const string& s):             # <<<<<<<<<<<<<<\n *     return __Pyx_PyStr_FromStringAndSize(s.data(), s.size())\n * cdef extern from *:\n */\n\n  /* function exit code */\n  __pyx_L1_error:;\n  __Pyx_XDECREF(__pyx_t_1);\n  __Pyx_AddTraceback(\"string.to_py.__pyx_convert_PyStr_string_to_py_std__in_string\", __pyx_clineno, __pyx_lineno, __pyx_filename);\n  __pyx_r = 0;\n  __pyx_L0:;\n  __Pyx_XGIVEREF(__pyx_r);\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\n/* \"string.to_py\":49\n * \n * @cname(\"__pyx_convert_PyBytes_string_to_py_std__in_string\")\n * cdef inline object __pyx_convert_PyBytes_string_to_py_std__in_string(const string& s):             # <<<<<<<<<<<<<<\n *     return __Pyx_PyBytes_FromStringAndSize(s.data(), s.size())\n * cdef extern from *:\n */\n\nstatic CYTHON_INLINE PyObject *__pyx_convert_PyBytes_string_to_py_std__in_string(std::string const &__pyx_v_s) {\n  PyObject *__pyx_r = NULL;\n  __Pyx_RefNannyDeclarations\n  PyObject *__pyx_t_1 = NULL;\n  int __pyx_lineno = 0;\n  const char *__pyx_filename = NULL;\n  int __pyx_clineno = 0;\n  __Pyx_RefNannySetupContext(\"__pyx_convert_PyBytes_string_to_py_std__in_string\", 0);\n\n  /* \"string.to_py\":50\n * @cname(\"__pyx_convert_PyBytes_string_to_py_std__in_string\")\n * cdef inline object __pyx_convert_PyBytes_string_to_py_std__in_string(const string& s):\n *     return __Pyx_PyBytes_FromStringAndSize(s.data(), s.size())             # <<<<<<<<<<<<<<\n * cdef extern from *:\n *     cdef object __Pyx_PyByteArray_FromStringAndSize(const char*, size_t)\n */\n  __Pyx_XDECREF(__pyx_r);\n  __pyx_t_1 = __Pyx_PyBytes_FromStringAndSize(__pyx_v_s.data(), __pyx_v_s.size()); if (unlikely(!__pyx_t_1)) __PYX_ERR(1, 50, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_t_1);\n  __pyx_r = __pyx_t_1;\n  __pyx_t_1 = 0;\n  goto __pyx_L0;\n\n  /* \"string.to_py\":49\n * \n * @cname(\"__pyx_convert_PyBytes_string_to_py_std__in_string\")\n * cdef inline object __pyx_convert_PyBytes_string_to_py_std__in_string(const string& s):             # <<<<<<<<<<<<<<\n *     return __Pyx_PyBytes_FromStringAndSize(s.data(), s.size())\n * cdef extern from *:\n */\n\n  /* function exit code */\n  __pyx_L1_error:;\n  __Pyx_XDECREF(__pyx_t_1);\n  __Pyx_AddTraceback(\"string.to_py.__pyx_convert_PyBytes_string_to_py_std__in_string\", __pyx_clineno, __pyx_lineno, __pyx_filename);\n  __pyx_r = 0;\n  __pyx_L0:;\n  __Pyx_XGIVEREF(__pyx_r);\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\n/* \"string.to_py\":55\n * \n * @cname(\"__pyx_convert_PyByteArray_string_to_py_std__in_string\")\n * cdef inline object __pyx_convert_PyByteArray_string_to_py_std__in_string(const string& s):             # <<<<<<<<<<<<<<\n *     return __Pyx_PyByteArray_FromStringAndSize(s.data(), s.size())\n * \n */\n\nstatic CYTHON_INLINE PyObject *__pyx_convert_PyByteArray_string_to_py_std__in_string(std::string const &__pyx_v_s) {\n  PyObject *__pyx_r = NULL;\n  __Pyx_RefNannyDeclarations\n  PyObject *__pyx_t_1 = NULL;\n  int __pyx_lineno = 0;\n  const char *__pyx_filename = NULL;\n  int __pyx_clineno = 0;\n  __Pyx_RefNannySetupContext(\"__pyx_convert_PyByteArray_string_to_py_std__in_string\", 0);\n\n  /* \"string.to_py\":56\n * @cname(\"__pyx_convert_PyByteArray_string_to_py_std__in_string\")\n * cdef inline object __pyx_convert_PyByteArray_string_to_py_std__in_string(const string& s):\n *     return __Pyx_PyByteArray_FromStringAndSize(s.data(), s.size())             # <<<<<<<<<<<<<<\n * \n */\n  __Pyx_XDECREF(__pyx_r);\n  __pyx_t_1 = __Pyx_PyByteArray_FromStringAndSize(__pyx_v_s.data(), __pyx_v_s.size()); if (unlikely(!__pyx_t_1)) __PYX_ERR(1, 56, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_t_1);\n  __pyx_r = __pyx_t_1;\n  __pyx_t_1 = 0;\n  goto __pyx_L0;\n\n  /* \"string.to_py\":55\n * \n * @cname(\"__pyx_convert_PyByteArray_string_to_py_std__in_string\")\n * cdef inline object __pyx_convert_PyByteArray_string_to_py_std__in_string(const string& s):             # <<<<<<<<<<<<<<\n *     return __Pyx_PyByteArray_FromStringAndSize(s.data(), s.size())\n * \n */\n\n  /* function exit code */\n  __pyx_L1_error:;\n  __Pyx_XDECREF(__pyx_t_1);\n  __Pyx_AddTraceback(\"string.to_py.__pyx_convert_PyByteArray_string_to_py_std__in_string\", __pyx_clineno, __pyx_lineno, __pyx_filename);\n  __pyx_r = 0;\n  __pyx_L0:;\n  __Pyx_XGIVEREF(__pyx_r);\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\n/* \"string.from_py\":13\n * \n * @cname(\"__pyx_convert_string_from_py_std__in_string\")\n * cdef string __pyx_convert_string_from_py_std__in_string(object o) except *:             # <<<<<<<<<<<<<<\n *     cdef Py_ssize_t length = 0\n *     cdef const char* data = __Pyx_PyObject_AsStringAndSize(o, &length)\n */\n\nstatic std::string __pyx_convert_string_from_py_std__in_string(PyObject *__pyx_v_o) {\n  Py_ssize_t __pyx_v_length;\n  char const *__pyx_v_data;\n  std::string __pyx_r;\n  __Pyx_RefNannyDeclarations\n  char const *__pyx_t_1;\n  int __pyx_lineno = 0;\n  const char *__pyx_filename = NULL;\n  int __pyx_clineno = 0;\n  __Pyx_RefNannySetupContext(\"__pyx_convert_string_from_py_std__in_string\", 0);\n\n  /* \"string.from_py\":14\n * @cname(\"__pyx_convert_string_from_py_std__in_string\")\n * cdef string __pyx_convert_string_from_py_std__in_string(object o) except *:\n *     cdef Py_ssize_t length = 0             # <<<<<<<<<<<<<<\n *     cdef const char* data = __Pyx_PyObject_AsStringAndSize(o, &length)\n *     return string(data, length)\n */\n  __pyx_v_length = 0;\n\n  /* \"string.from_py\":15\n * cdef string __pyx_convert_string_from_py_std__in_string(object o) except *:\n *     cdef Py_ssize_t length = 0\n *     cdef const char* data = __Pyx_PyObject_AsStringAndSize(o, &length)             # <<<<<<<<<<<<<<\n *     return string(data, length)\n * \n */\n  __pyx_t_1 = __Pyx_PyObject_AsStringAndSize(__pyx_v_o, (&__pyx_v_length)); if (unlikely(__pyx_t_1 == ((char const *)NULL))) __PYX_ERR(1, 15, __pyx_L1_error)\n  __pyx_v_data = __pyx_t_1;\n\n  /* \"string.from_py\":16\n *     cdef Py_ssize_t length = 0\n *     cdef const char* data = __Pyx_PyObject_AsStringAndSize(o, &length)\n *     return string(data, length)             # <<<<<<<<<<<<<<\n * \n * \n */\n  __pyx_r = std::string(__pyx_v_data, __pyx_v_length);\n  goto __pyx_L0;\n\n  /* \"string.from_py\":13\n * \n * @cname(\"__pyx_convert_string_from_py_std__in_string\")\n * cdef string __pyx_convert_string_from_py_std__in_string(object o) except *:             # <<<<<<<<<<<<<<\n *     cdef Py_ssize_t length = 0\n *     cdef const char* data = __Pyx_PyObject_AsStringAndSize(o, &length)\n */\n\n  /* function exit code */\n  __pyx_L1_error:;\n  __Pyx_AddTraceback(\"string.from_py.__pyx_convert_string_from_py_std__in_string\", __pyx_clineno, __pyx_lineno, __pyx_filename);\n  __Pyx_pretend_to_initialize(&__pyx_r);\n  __pyx_L0:;\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\n/* \"View.MemoryView\":122\n *         cdef bint dtype_is_object\n * \n *     def __cinit__(array self, tuple shape, Py_ssize_t itemsize, format not None,             # <<<<<<<<<<<<<<\n *                   mode=\"c\", bint allocate_buffer=True):\n * \n */\n\n/* Python wrapper */\nstatic int __pyx_array___cinit__(PyObject *__pyx_v_self, PyObject *__pyx_args, PyObject *__pyx_kwds); /*proto*/\nstatic int __pyx_array___cinit__(PyObject *__pyx_v_self, PyObject *__pyx_args, PyObject *__pyx_kwds) {\n  PyObject *__pyx_v_shape = 0;\n  Py_ssize_t __pyx_v_itemsize;\n  PyObject *__pyx_v_format = 0;\n  PyObject *__pyx_v_mode = 0;\n  int __pyx_v_allocate_buffer;\n  int __pyx_lineno = 0;\n  const char *__pyx_filename = NULL;\n  int __pyx_clineno = 0;\n  int __pyx_r;\n  __Pyx_RefNannyDeclarations\n  __Pyx_RefNannySetupContext(\"__cinit__ (wrapper)\", 0);\n  {\n    static PyObject **__pyx_pyargnames[] = {&__pyx_n_s_shape,&__pyx_n_s_itemsize,&__pyx_n_s_format,&__pyx_n_s_mode,&__pyx_n_s_allocate_buffer,0};\n    PyObject* values[5] = {0,0,0,0,0};\n    values[3] = ((PyObject *)__pyx_n_s_c);\n    if (unlikely(__pyx_kwds)) {\n      Py_ssize_t kw_args;\n      const Py_ssize_t pos_args = PyTuple_GET_SIZE(__pyx_args);\n      switch (pos_args) {\n        case  5: values[4] = PyTuple_GET_ITEM(__pyx_args, 4);\n        CYTHON_FALLTHROUGH;\n        case  4: values[3] = PyTuple_GET_ITEM(__pyx_args, 3);\n        CYTHON_FALLTHROUGH;\n        case  3: values[2] = PyTuple_GET_ITEM(__pyx_args, 2);\n        CYTHON_FALLTHROUGH;\n        case  2: values[1] = PyTuple_GET_ITEM(__pyx_args, 1);\n        CYTHON_FALLTHROUGH;\n        case  1: values[0] = PyTuple_GET_ITEM(__pyx_args, 0);\n        CYTHON_FALLTHROUGH;\n        case  0: break;\n        default: goto __pyx_L5_argtuple_error;\n      }\n      kw_args = PyDict_Size(__pyx_kwds);\n      switch (pos_args) {\n        case  0:\n        if (likely((values[0] = __Pyx_PyDict_GetItemStr(__pyx_kwds, __pyx_n_s_shape)) != 0)) kw_args--;\n        else goto __pyx_L5_argtuple_error;\n        CYTHON_FALLTHROUGH;\n        case  1:\n        if (likely((values[1] = __Pyx_PyDict_GetItemStr(__pyx_kwds, __pyx_n_s_itemsize)) != 0)) kw_args--;\n        else {\n          __Pyx_RaiseArgtupleInvalid(\"__cinit__\", 0, 3, 5, 1); __PYX_ERR(1, 122, __pyx_L3_error)\n        }\n        CYTHON_FALLTHROUGH;\n        case  2:\n        if (likely((values[2] = __Pyx_PyDict_GetItemStr(__pyx_kwds, __pyx_n_s_format)) != 0)) kw_args--;\n        else {\n          __Pyx_RaiseArgtupleInvalid(\"__cinit__\", 0, 3, 5, 2); __PYX_ERR(1, 122, __pyx_L3_error)\n        }\n        CYTHON_FALLTHROUGH;\n        case  3:\n        if (kw_args > 0) {\n          PyObject* value = __Pyx_PyDict_GetItemStr(__pyx_kwds, __pyx_n_s_mode);\n          if (value) { values[3] = value; kw_args--; }\n        }\n        CYTHON_FALLTHROUGH;\n        case  4:\n        if (kw_args > 0) {\n          PyObject* value = __Pyx_PyDict_GetItemStr(__pyx_kwds, __pyx_n_s_allocate_buffer);\n          if (value) { values[4] = value; kw_args--; }\n        }\n      }\n      if (unlikely(kw_args > 0)) {\n        if (unlikely(__Pyx_ParseOptionalKeywords(__pyx_kwds, __pyx_pyargnames, 0, values, pos_args, \"__cinit__\") < 0)) __PYX_ERR(1, 122, __pyx_L3_error)\n      }\n    } else {\n      switch (PyTuple_GET_SIZE(__pyx_args)) {\n        case  5: values[4] = PyTuple_GET_ITEM(__pyx_args, 4);\n        CYTHON_FALLTHROUGH;\n        case  4: values[3] = PyTuple_GET_ITEM(__pyx_args, 3);\n        CYTHON_FALLTHROUGH;\n        case  3: values[2] = PyTuple_GET_ITEM(__pyx_args, 2);\n        values[1] = PyTuple_GET_ITEM(__pyx_args, 1);\n        values[0] = PyTuple_GET_ITEM(__pyx_args, 0);\n        break;\n        default: goto __pyx_L5_argtuple_error;\n      }\n    }\n    __pyx_v_shape = ((PyObject*)values[0]);\n    __pyx_v_itemsize = __Pyx_PyIndex_AsSsize_t(values[1]); if (unlikely((__pyx_v_itemsize == (Py_ssize_t)-1) && PyErr_Occurred())) __PYX_ERR(1, 122, __pyx_L3_error)\n    __pyx_v_format = values[2];\n    __pyx_v_mode = values[3];\n    if (values[4]) {\n      __pyx_v_allocate_buffer = __Pyx_PyObject_IsTrue(values[4]); if (unlikely((__pyx_v_allocate_buffer == (int)-1) && PyErr_Occurred())) __PYX_ERR(1, 123, __pyx_L3_error)\n    } else {\n\n      /* \"View.MemoryView\":123\n * \n *     def __cinit__(array self, tuple shape, Py_ssize_t itemsize, format not None,\n *                   mode=\"c\", bint allocate_buffer=True):             # <<<<<<<<<<<<<<\n * \n *         cdef int idx\n */\n      __pyx_v_allocate_buffer = ((int)1);\n    }\n  }\n  goto __pyx_L4_argument_unpacking_done;\n  __pyx_L5_argtuple_error:;\n  __Pyx_RaiseArgtupleInvalid(\"__cinit__\", 0, 3, 5, PyTuple_GET_SIZE(__pyx_args)); __PYX_ERR(1, 122, __pyx_L3_error)\n  __pyx_L3_error:;\n  __Pyx_AddTraceback(\"View.MemoryView.array.__cinit__\", __pyx_clineno, __pyx_lineno, __pyx_filename);\n  __Pyx_RefNannyFinishContext();\n  return -1;\n  __pyx_L4_argument_unpacking_done:;\n  if (unlikely(!__Pyx_ArgTypeTest(((PyObject *)__pyx_v_shape), (&PyTuple_Type), 1, \"shape\", 1))) __PYX_ERR(1, 122, __pyx_L1_error)\n  if (unlikely(((PyObject *)__pyx_v_format) == Py_None)) {\n    PyErr_Format(PyExc_TypeError, \"Argument '%.200s' must not be None\", \"format\"); __PYX_ERR(1, 122, __pyx_L1_error)\n  }\n  __pyx_r = __pyx_array___pyx_pf_15View_dot_MemoryView_5array___cinit__(((struct __pyx_array_obj *)__pyx_v_self), __pyx_v_shape, __pyx_v_itemsize, __pyx_v_format, __pyx_v_mode, __pyx_v_allocate_buffer);\n\n  /* \"View.MemoryView\":122\n *         cdef bint dtype_is_object\n * \n *     def __cinit__(array self, tuple shape, Py_ssize_t itemsize, format not None,             # <<<<<<<<<<<<<<\n *                   mode=\"c\", bint allocate_buffer=True):\n * \n */\n\n  /* function exit code */\n  goto __pyx_L0;\n  __pyx_L1_error:;\n  __pyx_r = -1;\n  __pyx_L0:;\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\nstatic int __pyx_array___pyx_pf_15View_dot_MemoryView_5array___cinit__(struct __pyx_array_obj *__pyx_v_self, PyObject *__pyx_v_shape, Py_ssize_t __pyx_v_itemsize, PyObject *__pyx_v_format, PyObject *__pyx_v_mode, int __pyx_v_allocate_buffer) {\n  int __pyx_v_idx;\n  Py_ssize_t __pyx_v_i;\n  Py_ssize_t __pyx_v_dim;\n  PyObject **__pyx_v_p;\n  char __pyx_v_order;\n  int __pyx_r;\n  __Pyx_RefNannyDeclarations\n  Py_ssize_t __pyx_t_1;\n  int __pyx_t_2;\n  PyObject *__pyx_t_3 = NULL;\n  int __pyx_t_4;\n  PyObject *__pyx_t_5 = NULL;\n  PyObject *__pyx_t_6 = NULL;\n  char *__pyx_t_7;\n  int __pyx_t_8;\n  Py_ssize_t __pyx_t_9;\n  PyObject *__pyx_t_10 = NULL;\n  Py_ssize_t __pyx_t_11;\n  int __pyx_lineno = 0;\n  const char *__pyx_filename = NULL;\n  int __pyx_clineno = 0;\n  __Pyx_RefNannySetupContext(\"__cinit__\", 0);\n  __Pyx_INCREF(__pyx_v_format);\n\n  /* \"View.MemoryView\":129\n *         cdef PyObject **p\n * \n *         self.ndim = <int> len(shape)             # <<<<<<<<<<<<<<\n *         self.itemsize = itemsize\n * \n */\n  if (unlikely(__pyx_v_shape == Py_None)) {\n    PyErr_SetString(PyExc_TypeError, \"object of type 'NoneType' has no len()\");\n    __PYX_ERR(1, 129, __pyx_L1_error)\n  }\n  __pyx_t_1 = PyTuple_GET_SIZE(__pyx_v_shape); if (unlikely(__pyx_t_1 == ((Py_ssize_t)-1))) __PYX_ERR(1, 129, __pyx_L1_error)\n  __pyx_v_self->ndim = ((int)__pyx_t_1);\n\n  /* \"View.MemoryView\":130\n * \n *         self.ndim = <int> len(shape)\n *         self.itemsize = itemsize             # <<<<<<<<<<<<<<\n * \n *         if not self.ndim:\n */\n  __pyx_v_self->itemsize = __pyx_v_itemsize;\n\n  /* \"View.MemoryView\":132\n *         self.itemsize = itemsize\n * \n *         if not self.ndim:             # <<<<<<<<<<<<<<\n *             raise ValueError(\"Empty shape tuple for cython.array\")\n * \n */\n  __pyx_t_2 = ((!(__pyx_v_self->ndim != 0)) != 0);\n  if (unlikely(__pyx_t_2)) {\n\n    /* \"View.MemoryView\":133\n * \n *         if not self.ndim:\n *             raise ValueError(\"Empty shape tuple for cython.array\")             # <<<<<<<<<<<<<<\n * \n *         if itemsize <= 0:\n */\n    __pyx_t_3 = __Pyx_PyObject_Call(__pyx_builtin_ValueError, __pyx_tuple__5, NULL); if (unlikely(!__pyx_t_3)) __PYX_ERR(1, 133, __pyx_L1_error)\n    __Pyx_GOTREF(__pyx_t_3);\n    __Pyx_Raise(__pyx_t_3, 0, 0, 0);\n    __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0;\n    __PYX_ERR(1, 133, __pyx_L1_error)\n\n    /* \"View.MemoryView\":132\n *         self.itemsize = itemsize\n * \n *         if not self.ndim:             # <<<<<<<<<<<<<<\n *             raise ValueError(\"Empty shape tuple for cython.array\")\n * \n */\n  }\n\n  /* \"View.MemoryView\":135\n *             raise ValueError(\"Empty shape tuple for cython.array\")\n * \n *         if itemsize <= 0:             # <<<<<<<<<<<<<<\n *             raise ValueError(\"itemsize <= 0 for cython.array\")\n * \n */\n  __pyx_t_2 = ((__pyx_v_itemsize <= 0) != 0);\n  if (unlikely(__pyx_t_2)) {\n\n    /* \"View.MemoryView\":136\n * \n *         if itemsize <= 0:\n *             raise ValueError(\"itemsize <= 0 for cython.array\")             # <<<<<<<<<<<<<<\n * \n *         if not isinstance(format, bytes):\n */\n    __pyx_t_3 = __Pyx_PyObject_Call(__pyx_builtin_ValueError, __pyx_tuple__6, NULL); if (unlikely(!__pyx_t_3)) __PYX_ERR(1, 136, __pyx_L1_error)\n    __Pyx_GOTREF(__pyx_t_3);\n    __Pyx_Raise(__pyx_t_3, 0, 0, 0);\n    __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0;\n    __PYX_ERR(1, 136, __pyx_L1_error)\n\n    /* \"View.MemoryView\":135\n *             raise ValueError(\"Empty shape tuple for cython.array\")\n * \n *         if itemsize <= 0:             # <<<<<<<<<<<<<<\n *             raise ValueError(\"itemsize <= 0 for cython.array\")\n * \n */\n  }\n\n  /* \"View.MemoryView\":138\n *             raise ValueError(\"itemsize <= 0 for cython.array\")\n * \n *         if not isinstance(format, bytes):             # <<<<<<<<<<<<<<\n *             format = format.encode('ASCII')\n *         self._format = format  # keep a reference to the byte string\n */\n  __pyx_t_2 = PyBytes_Check(__pyx_v_format); \n  __pyx_t_4 = ((!(__pyx_t_2 != 0)) != 0);\n  if (__pyx_t_4) {\n\n    /* \"View.MemoryView\":139\n * \n *         if not isinstance(format, bytes):\n *             format = format.encode('ASCII')             # <<<<<<<<<<<<<<\n *         self._format = format  # keep a reference to the byte string\n *         self.format = self._format\n */\n    __pyx_t_5 = __Pyx_PyObject_GetAttrStr(__pyx_v_format, __pyx_n_s_encode); if (unlikely(!__pyx_t_5)) __PYX_ERR(1, 139, __pyx_L1_error)\n    __Pyx_GOTREF(__pyx_t_5);\n    __pyx_t_6 = NULL;\n    if (CYTHON_UNPACK_METHODS && likely(PyMethod_Check(__pyx_t_5))) {\n      __pyx_t_6 = PyMethod_GET_SELF(__pyx_t_5);\n      if (likely(__pyx_t_6)) {\n        PyObject* function = PyMethod_GET_FUNCTION(__pyx_t_5);\n        __Pyx_INCREF(__pyx_t_6);\n        __Pyx_INCREF(function);\n        __Pyx_DECREF_SET(__pyx_t_5, function);\n      }\n    }\n    __pyx_t_3 = (__pyx_t_6) ? __Pyx_PyObject_Call2Args(__pyx_t_5, __pyx_t_6, __pyx_n_s_ASCII) : __Pyx_PyObject_CallOneArg(__pyx_t_5, __pyx_n_s_ASCII);\n    __Pyx_XDECREF(__pyx_t_6); __pyx_t_6 = 0;\n    if (unlikely(!__pyx_t_3)) __PYX_ERR(1, 139, __pyx_L1_error)\n    __Pyx_GOTREF(__pyx_t_3);\n    __Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0;\n    __Pyx_DECREF_SET(__pyx_v_format, __pyx_t_3);\n    __pyx_t_3 = 0;\n\n    /* \"View.MemoryView\":138\n *             raise ValueError(\"itemsize <= 0 for cython.array\")\n * \n *         if not isinstance(format, bytes):             # <<<<<<<<<<<<<<\n *             format = format.encode('ASCII')\n *         self._format = format  # keep a reference to the byte string\n */\n  }\n\n  /* \"View.MemoryView\":140\n *         if not isinstance(format, bytes):\n *             format = format.encode('ASCII')\n *         self._format = format  # keep a reference to the byte string             # <<<<<<<<<<<<<<\n *         self.format = self._format\n * \n */\n  if (!(likely(PyBytes_CheckExact(__pyx_v_format))||((__pyx_v_format) == Py_None)||(PyErr_Format(PyExc_TypeError, \"Expected %.16s, got %.200s\", \"bytes\", Py_TYPE(__pyx_v_format)->tp_name), 0))) __PYX_ERR(1, 140, __pyx_L1_error)\n  __pyx_t_3 = __pyx_v_format;\n  __Pyx_INCREF(__pyx_t_3);\n  __Pyx_GIVEREF(__pyx_t_3);\n  __Pyx_GOTREF(__pyx_v_self->_format);\n  __Pyx_DECREF(__pyx_v_self->_format);\n  __pyx_v_self->_format = ((PyObject*)__pyx_t_3);\n  __pyx_t_3 = 0;\n\n  /* \"View.MemoryView\":141\n *             format = format.encode('ASCII')\n *         self._format = format  # keep a reference to the byte string\n *         self.format = self._format             # <<<<<<<<<<<<<<\n * \n * \n */\n  if (unlikely(__pyx_v_self->_format == Py_None)) {\n    PyErr_SetString(PyExc_TypeError, \"expected bytes, NoneType found\");\n    __PYX_ERR(1, 141, __pyx_L1_error)\n  }\n  __pyx_t_7 = __Pyx_PyBytes_AsWritableString(__pyx_v_self->_format); if (unlikely((!__pyx_t_7) && PyErr_Occurred())) __PYX_ERR(1, 141, __pyx_L1_error)\n  __pyx_v_self->format = __pyx_t_7;\n\n  /* \"View.MemoryView\":144\n * \n * \n *         self._shape = <Py_ssize_t *> PyObject_Malloc(sizeof(Py_ssize_t)*self.ndim*2)             # <<<<<<<<<<<<<<\n *         self._strides = self._shape + self.ndim\n * \n */\n  __pyx_v_self->_shape = ((Py_ssize_t *)PyObject_Malloc((((sizeof(Py_ssize_t)) * __pyx_v_self->ndim) * 2)));\n\n  /* \"View.MemoryView\":145\n * \n *         self._shape = <Py_ssize_t *> PyObject_Malloc(sizeof(Py_ssize_t)*self.ndim*2)\n *         self._strides = self._shape + self.ndim             # <<<<<<<<<<<<<<\n * \n *         if not self._shape:\n */\n  __pyx_v_self->_strides = (__pyx_v_self->_shape + __pyx_v_self->ndim);\n\n  /* \"View.MemoryView\":147\n *         self._strides = self._shape + self.ndim\n * \n *         if not self._shape:             # <<<<<<<<<<<<<<\n *             raise MemoryError(\"unable to allocate shape and strides.\")\n * \n */\n  __pyx_t_4 = ((!(__pyx_v_self->_shape != 0)) != 0);\n  if (unlikely(__pyx_t_4)) {\n\n    /* \"View.MemoryView\":148\n * \n *         if not self._shape:\n *             raise MemoryError(\"unable to allocate shape and strides.\")             # <<<<<<<<<<<<<<\n * \n * \n */\n    __pyx_t_3 = __Pyx_PyObject_Call(__pyx_builtin_MemoryError, __pyx_tuple__7, NULL); if (unlikely(!__pyx_t_3)) __PYX_ERR(1, 148, __pyx_L1_error)\n    __Pyx_GOTREF(__pyx_t_3);\n    __Pyx_Raise(__pyx_t_3, 0, 0, 0);\n    __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0;\n    __PYX_ERR(1, 148, __pyx_L1_error)\n\n    /* \"View.MemoryView\":147\n *         self._strides = self._shape + self.ndim\n * \n *         if not self._shape:             # <<<<<<<<<<<<<<\n *             raise MemoryError(\"unable to allocate shape and strides.\")\n * \n */\n  }\n\n  /* \"View.MemoryView\":151\n * \n * \n *         for idx, dim in enumerate(shape):             # <<<<<<<<<<<<<<\n *             if dim <= 0:\n *                 raise ValueError(\"Invalid shape in axis %d: %d.\" % (idx, dim))\n */\n  __pyx_t_8 = 0;\n  __pyx_t_3 = __pyx_v_shape; __Pyx_INCREF(__pyx_t_3); __pyx_t_1 = 0;\n  for (;;) {\n    if (__pyx_t_1 >= PyTuple_GET_SIZE(__pyx_t_3)) break;\n    #if CYTHON_ASSUME_SAFE_MACROS && !CYTHON_AVOID_BORROWED_REFS\n    __pyx_t_5 = PyTuple_GET_ITEM(__pyx_t_3, __pyx_t_1); __Pyx_INCREF(__pyx_t_5); __pyx_t_1++; if (unlikely(0 < 0)) __PYX_ERR(1, 151, __pyx_L1_error)\n    #else\n    __pyx_t_5 = PySequence_ITEM(__pyx_t_3, __pyx_t_1); __pyx_t_1++; if (unlikely(!__pyx_t_5)) __PYX_ERR(1, 151, __pyx_L1_error)\n    __Pyx_GOTREF(__pyx_t_5);\n    #endif\n    __pyx_t_9 = __Pyx_PyIndex_AsSsize_t(__pyx_t_5); if (unlikely((__pyx_t_9 == (Py_ssize_t)-1) && PyErr_Occurred())) __PYX_ERR(1, 151, __pyx_L1_error)\n    __Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0;\n    __pyx_v_dim = __pyx_t_9;\n    __pyx_v_idx = __pyx_t_8;\n    __pyx_t_8 = (__pyx_t_8 + 1);\n\n    /* \"View.MemoryView\":152\n * \n *         for idx, dim in enumerate(shape):\n *             if dim <= 0:             # <<<<<<<<<<<<<<\n *                 raise ValueError(\"Invalid shape in axis %d: %d.\" % (idx, dim))\n *             self._shape[idx] = dim\n */\n    __pyx_t_4 = ((__pyx_v_dim <= 0) != 0);\n    if (unlikely(__pyx_t_4)) {\n\n      /* \"View.MemoryView\":153\n *         for idx, dim in enumerate(shape):\n *             if dim <= 0:\n *                 raise ValueError(\"Invalid shape in axis %d: %d.\" % (idx, dim))             # <<<<<<<<<<<<<<\n *             self._shape[idx] = dim\n * \n */\n      __pyx_t_5 = __Pyx_PyInt_From_int(__pyx_v_idx); if (unlikely(!__pyx_t_5)) __PYX_ERR(1, 153, __pyx_L1_error)\n      __Pyx_GOTREF(__pyx_t_5);\n      __pyx_t_6 = PyInt_FromSsize_t(__pyx_v_dim); if (unlikely(!__pyx_t_6)) __PYX_ERR(1, 153, __pyx_L1_error)\n      __Pyx_GOTREF(__pyx_t_6);\n      __pyx_t_10 = PyTuple_New(2); if (unlikely(!__pyx_t_10)) __PYX_ERR(1, 153, __pyx_L1_error)\n      __Pyx_GOTREF(__pyx_t_10);\n      __Pyx_GIVEREF(__pyx_t_5);\n      PyTuple_SET_ITEM(__pyx_t_10, 0, __pyx_t_5);\n      __Pyx_GIVEREF(__pyx_t_6);\n      PyTuple_SET_ITEM(__pyx_t_10, 1, __pyx_t_6);\n      __pyx_t_5 = 0;\n      __pyx_t_6 = 0;\n      __pyx_t_6 = __Pyx_PyString_Format(__pyx_kp_s_Invalid_shape_in_axis_d_d, __pyx_t_10); if (unlikely(!__pyx_t_6)) __PYX_ERR(1, 153, __pyx_L1_error)\n      __Pyx_GOTREF(__pyx_t_6);\n      __Pyx_DECREF(__pyx_t_10); __pyx_t_10 = 0;\n      __pyx_t_10 = __Pyx_PyObject_CallOneArg(__pyx_builtin_ValueError, __pyx_t_6); if (unlikely(!__pyx_t_10)) __PYX_ERR(1, 153, __pyx_L1_error)\n      __Pyx_GOTREF(__pyx_t_10);\n      __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0;\n      __Pyx_Raise(__pyx_t_10, 0, 0, 0);\n      __Pyx_DECREF(__pyx_t_10); __pyx_t_10 = 0;\n      __PYX_ERR(1, 153, __pyx_L1_error)\n\n      /* \"View.MemoryView\":152\n * \n *         for idx, dim in enumerate(shape):\n *             if dim <= 0:             # <<<<<<<<<<<<<<\n *                 raise ValueError(\"Invalid shape in axis %d: %d.\" % (idx, dim))\n *             self._shape[idx] = dim\n */\n    }\n\n    /* \"View.MemoryView\":154\n *             if dim <= 0:\n *                 raise ValueError(\"Invalid shape in axis %d: %d.\" % (idx, dim))\n *             self._shape[idx] = dim             # <<<<<<<<<<<<<<\n * \n *         cdef char order\n */\n    (__pyx_v_self->_shape[__pyx_v_idx]) = __pyx_v_dim;\n\n    /* \"View.MemoryView\":151\n * \n * \n *         for idx, dim in enumerate(shape):             # <<<<<<<<<<<<<<\n *             if dim <= 0:\n *                 raise ValueError(\"Invalid shape in axis %d: %d.\" % (idx, dim))\n */\n  }\n  __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0;\n\n  /* \"View.MemoryView\":157\n * \n *         cdef char order\n *         if mode == 'fortran':             # <<<<<<<<<<<<<<\n *             order = b'F'\n *             self.mode = u'fortran'\n */\n  __pyx_t_4 = (__Pyx_PyString_Equals(__pyx_v_mode, __pyx_n_s_fortran, Py_EQ)); if (unlikely(__pyx_t_4 < 0)) __PYX_ERR(1, 157, __pyx_L1_error)\n  if (__pyx_t_4) {\n\n    /* \"View.MemoryView\":158\n *         cdef char order\n *         if mode == 'fortran':\n *             order = b'F'             # <<<<<<<<<<<<<<\n *             self.mode = u'fortran'\n *         elif mode == 'c':\n */\n    __pyx_v_order = 'F';\n\n    /* \"View.MemoryView\":159\n *         if mode == 'fortran':\n *             order = b'F'\n *             self.mode = u'fortran'             # <<<<<<<<<<<<<<\n *         elif mode == 'c':\n *             order = b'C'\n */\n    __Pyx_INCREF(__pyx_n_u_fortran);\n    __Pyx_GIVEREF(__pyx_n_u_fortran);\n    __Pyx_GOTREF(__pyx_v_self->mode);\n    __Pyx_DECREF(__pyx_v_self->mode);\n    __pyx_v_self->mode = __pyx_n_u_fortran;\n\n    /* \"View.MemoryView\":157\n * \n *         cdef char order\n *         if mode == 'fortran':             # <<<<<<<<<<<<<<\n *             order = b'F'\n *             self.mode = u'fortran'\n */\n    goto __pyx_L10;\n  }\n\n  /* \"View.MemoryView\":160\n *             order = b'F'\n *             self.mode = u'fortran'\n *         elif mode == 'c':             # <<<<<<<<<<<<<<\n *             order = b'C'\n *             self.mode = u'c'\n */\n  __pyx_t_4 = (__Pyx_PyString_Equals(__pyx_v_mode, __pyx_n_s_c, Py_EQ)); if (unlikely(__pyx_t_4 < 0)) __PYX_ERR(1, 160, __pyx_L1_error)\n  if (likely(__pyx_t_4)) {\n\n    /* \"View.MemoryView\":161\n *             self.mode = u'fortran'\n *         elif mode == 'c':\n *             order = b'C'             # <<<<<<<<<<<<<<\n *             self.mode = u'c'\n *         else:\n */\n    __pyx_v_order = 'C';\n\n    /* \"View.MemoryView\":162\n *         elif mode == 'c':\n *             order = b'C'\n *             self.mode = u'c'             # <<<<<<<<<<<<<<\n *         else:\n *             raise ValueError(\"Invalid mode, expected 'c' or 'fortran', got %s\" % mode)\n */\n    __Pyx_INCREF(__pyx_n_u_c);\n    __Pyx_GIVEREF(__pyx_n_u_c);\n    __Pyx_GOTREF(__pyx_v_self->mode);\n    __Pyx_DECREF(__pyx_v_self->mode);\n    __pyx_v_self->mode = __pyx_n_u_c;\n\n    /* \"View.MemoryView\":160\n *             order = b'F'\n *             self.mode = u'fortran'\n *         elif mode == 'c':             # <<<<<<<<<<<<<<\n *             order = b'C'\n *             self.mode = u'c'\n */\n    goto __pyx_L10;\n  }\n\n  /* \"View.MemoryView\":164\n *             self.mode = u'c'\n *         else:\n *             raise ValueError(\"Invalid mode, expected 'c' or 'fortran', got %s\" % mode)             # <<<<<<<<<<<<<<\n * \n *         self.len = fill_contig_strides_array(self._shape, self._strides,\n */\n  /*else*/ {\n    __pyx_t_3 = __Pyx_PyString_FormatSafe(__pyx_kp_s_Invalid_mode_expected_c_or_fortr, __pyx_v_mode); if (unlikely(!__pyx_t_3)) __PYX_ERR(1, 164, __pyx_L1_error)\n    __Pyx_GOTREF(__pyx_t_3);\n    __pyx_t_10 = __Pyx_PyObject_CallOneArg(__pyx_builtin_ValueError, __pyx_t_3); if (unlikely(!__pyx_t_10)) __PYX_ERR(1, 164, __pyx_L1_error)\n    __Pyx_GOTREF(__pyx_t_10);\n    __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0;\n    __Pyx_Raise(__pyx_t_10, 0, 0, 0);\n    __Pyx_DECREF(__pyx_t_10); __pyx_t_10 = 0;\n    __PYX_ERR(1, 164, __pyx_L1_error)\n  }\n  __pyx_L10:;\n\n  /* \"View.MemoryView\":166\n *             raise ValueError(\"Invalid mode, expected 'c' or 'fortran', got %s\" % mode)\n * \n *         self.len = fill_contig_strides_array(self._shape, self._strides,             # <<<<<<<<<<<<<<\n *                                              itemsize, self.ndim, order)\n * \n */\n  __pyx_v_self->len = __pyx_fill_contig_strides_array(__pyx_v_self->_shape, __pyx_v_self->_strides, __pyx_v_itemsize, __pyx_v_self->ndim, __pyx_v_order);\n\n  /* \"View.MemoryView\":169\n *                                              itemsize, self.ndim, order)\n * \n *         self.free_data = allocate_buffer             # <<<<<<<<<<<<<<\n *         self.dtype_is_object = format == b'O'\n *         if allocate_buffer:\n */\n  __pyx_v_self->free_data = __pyx_v_allocate_buffer;\n\n  /* \"View.MemoryView\":170\n * \n *         self.free_data = allocate_buffer\n *         self.dtype_is_object = format == b'O'             # <<<<<<<<<<<<<<\n *         if allocate_buffer:\n * \n */\n  __pyx_t_10 = PyObject_RichCompare(__pyx_v_format, __pyx_n_b_O, Py_EQ); __Pyx_XGOTREF(__pyx_t_10); if (unlikely(!__pyx_t_10)) __PYX_ERR(1, 170, __pyx_L1_error)\n  __pyx_t_4 = __Pyx_PyObject_IsTrue(__pyx_t_10); if (unlikely((__pyx_t_4 == (int)-1) && PyErr_Occurred())) __PYX_ERR(1, 170, __pyx_L1_error)\n  __Pyx_DECREF(__pyx_t_10); __pyx_t_10 = 0;\n  __pyx_v_self->dtype_is_object = __pyx_t_4;\n\n  /* \"View.MemoryView\":171\n *         self.free_data = allocate_buffer\n *         self.dtype_is_object = format == b'O'\n *         if allocate_buffer:             # <<<<<<<<<<<<<<\n * \n * \n */\n  __pyx_t_4 = (__pyx_v_allocate_buffer != 0);\n  if (__pyx_t_4) {\n\n    /* \"View.MemoryView\":174\n * \n * \n *             self.data = <char *>malloc(self.len)             # <<<<<<<<<<<<<<\n *             if not self.data:\n *                 raise MemoryError(\"unable to allocate array data.\")\n */\n    __pyx_v_self->data = ((char *)malloc(__pyx_v_self->len));\n\n    /* \"View.MemoryView\":175\n * \n *             self.data = <char *>malloc(self.len)\n *             if not self.data:             # <<<<<<<<<<<<<<\n *                 raise MemoryError(\"unable to allocate array data.\")\n * \n */\n    __pyx_t_4 = ((!(__pyx_v_self->data != 0)) != 0);\n    if (unlikely(__pyx_t_4)) {\n\n      /* \"View.MemoryView\":176\n *             self.data = <char *>malloc(self.len)\n *             if not self.data:\n *                 raise MemoryError(\"unable to allocate array data.\")             # <<<<<<<<<<<<<<\n * \n *             if self.dtype_is_object:\n */\n      __pyx_t_10 = __Pyx_PyObject_Call(__pyx_builtin_MemoryError, __pyx_tuple__8, NULL); if (unlikely(!__pyx_t_10)) __PYX_ERR(1, 176, __pyx_L1_error)\n      __Pyx_GOTREF(__pyx_t_10);\n      __Pyx_Raise(__pyx_t_10, 0, 0, 0);\n      __Pyx_DECREF(__pyx_t_10); __pyx_t_10 = 0;\n      __PYX_ERR(1, 176, __pyx_L1_error)\n\n      /* \"View.MemoryView\":175\n * \n *             self.data = <char *>malloc(self.len)\n *             if not self.data:             # <<<<<<<<<<<<<<\n *                 raise MemoryError(\"unable to allocate array data.\")\n * \n */\n    }\n\n    /* \"View.MemoryView\":178\n *                 raise MemoryError(\"unable to allocate array data.\")\n * \n *             if self.dtype_is_object:             # <<<<<<<<<<<<<<\n *                 p = <PyObject **> self.data\n *                 for i in range(self.len / itemsize):\n */\n    __pyx_t_4 = (__pyx_v_self->dtype_is_object != 0);\n    if (__pyx_t_4) {\n\n      /* \"View.MemoryView\":179\n * \n *             if self.dtype_is_object:\n *                 p = <PyObject **> self.data             # <<<<<<<<<<<<<<\n *                 for i in range(self.len / itemsize):\n *                     p[i] = Py_None\n */\n      __pyx_v_p = ((PyObject **)__pyx_v_self->data);\n\n      /* \"View.MemoryView\":180\n *             if self.dtype_is_object:\n *                 p = <PyObject **> self.data\n *                 for i in range(self.len / itemsize):             # <<<<<<<<<<<<<<\n *                     p[i] = Py_None\n *                     Py_INCREF(Py_None)\n */\n      if (unlikely(__pyx_v_itemsize == 0)) {\n        PyErr_SetString(PyExc_ZeroDivisionError, \"integer division or modulo by zero\");\n        __PYX_ERR(1, 180, __pyx_L1_error)\n      }\n      else if (sizeof(Py_ssize_t) == sizeof(long) && (!(((Py_ssize_t)-1) > 0)) && unlikely(__pyx_v_itemsize == (Py_ssize_t)-1)  && unlikely(UNARY_NEG_WOULD_OVERFLOW(__pyx_v_self->len))) {\n        PyErr_SetString(PyExc_OverflowError, \"value too large to perform division\");\n        __PYX_ERR(1, 180, __pyx_L1_error)\n      }\n      __pyx_t_1 = __Pyx_div_Py_ssize_t(__pyx_v_self->len, __pyx_v_itemsize);\n      __pyx_t_9 = __pyx_t_1;\n      for (__pyx_t_11 = 0; __pyx_t_11 < __pyx_t_9; __pyx_t_11+=1) {\n        __pyx_v_i = __pyx_t_11;\n\n        /* \"View.MemoryView\":181\n *                 p = <PyObject **> self.data\n *                 for i in range(self.len / itemsize):\n *                     p[i] = Py_None             # <<<<<<<<<<<<<<\n *                     Py_INCREF(Py_None)\n * \n */\n        (__pyx_v_p[__pyx_v_i]) = Py_None;\n\n        /* \"View.MemoryView\":182\n *                 for i in range(self.len / itemsize):\n *                     p[i] = Py_None\n *                     Py_INCREF(Py_None)             # <<<<<<<<<<<<<<\n * \n *     @cname('getbuffer')\n */\n        Py_INCREF(Py_None);\n      }\n\n      /* \"View.MemoryView\":178\n *                 raise MemoryError(\"unable to allocate array data.\")\n * \n *             if self.dtype_is_object:             # <<<<<<<<<<<<<<\n *                 p = <PyObject **> self.data\n *                 for i in range(self.len / itemsize):\n */\n    }\n\n    /* \"View.MemoryView\":171\n *         self.free_data = allocate_buffer\n *         self.dtype_is_object = format == b'O'\n *         if allocate_buffer:             # <<<<<<<<<<<<<<\n * \n * \n */\n  }\n\n  /* \"View.MemoryView\":122\n *         cdef bint dtype_is_object\n * \n *     def __cinit__(array self, tuple shape, Py_ssize_t itemsize, format not None,             # <<<<<<<<<<<<<<\n *                   mode=\"c\", bint allocate_buffer=True):\n * \n */\n\n  /* function exit code */\n  __pyx_r = 0;\n  goto __pyx_L0;\n  __pyx_L1_error:;\n  __Pyx_XDECREF(__pyx_t_3);\n  __Pyx_XDECREF(__pyx_t_5);\n  __Pyx_XDECREF(__pyx_t_6);\n  __Pyx_XDECREF(__pyx_t_10);\n  __Pyx_AddTraceback(\"View.MemoryView.array.__cinit__\", __pyx_clineno, __pyx_lineno, __pyx_filename);\n  __pyx_r = -1;\n  __pyx_L0:;\n  __Pyx_XDECREF(__pyx_v_format);\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\n/* \"View.MemoryView\":185\n * \n *     @cname('getbuffer')\n *     def __getbuffer__(self, Py_buffer *info, int flags):             # <<<<<<<<<<<<<<\n *         cdef int bufmode = -1\n *         if self.mode == u\"c\":\n */\n\n/* Python wrapper */\nstatic CYTHON_UNUSED int __pyx_array_getbuffer(PyObject *__pyx_v_self, Py_buffer *__pyx_v_info, int __pyx_v_flags); /*proto*/\nstatic CYTHON_UNUSED int __pyx_array_getbuffer(PyObject *__pyx_v_self, Py_buffer *__pyx_v_info, int __pyx_v_flags) {\n  int __pyx_r;\n  __Pyx_RefNannyDeclarations\n  __Pyx_RefNannySetupContext(\"__getbuffer__ (wrapper)\", 0);\n  __pyx_r = __pyx_array___pyx_pf_15View_dot_MemoryView_5array_2__getbuffer__(((struct __pyx_array_obj *)__pyx_v_self), ((Py_buffer *)__pyx_v_info), ((int)__pyx_v_flags));\n\n  /* function exit code */\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\nstatic int __pyx_array___pyx_pf_15View_dot_MemoryView_5array_2__getbuffer__(struct __pyx_array_obj *__pyx_v_self, Py_buffer *__pyx_v_info, int __pyx_v_flags) {\n  int __pyx_v_bufmode;\n  int __pyx_r;\n  __Pyx_RefNannyDeclarations\n  int __pyx_t_1;\n  int __pyx_t_2;\n  PyObject *__pyx_t_3 = NULL;\n  char *__pyx_t_4;\n  Py_ssize_t __pyx_t_5;\n  int __pyx_t_6;\n  Py_ssize_t *__pyx_t_7;\n  int __pyx_lineno = 0;\n  const char *__pyx_filename = NULL;\n  int __pyx_clineno = 0;\n  if (__pyx_v_info == NULL) {\n    PyErr_SetString(PyExc_BufferError, \"PyObject_GetBuffer: view==NULL argument is obsolete\");\n    return -1;\n  }\n  __Pyx_RefNannySetupContext(\"__getbuffer__\", 0);\n  __pyx_v_info->obj = Py_None; __Pyx_INCREF(Py_None);\n  __Pyx_GIVEREF(__pyx_v_info->obj);\n\n  /* \"View.MemoryView\":186\n *     @cname('getbuffer')\n *     def __getbuffer__(self, Py_buffer *info, int flags):\n *         cdef int bufmode = -1             # <<<<<<<<<<<<<<\n *         if self.mode == u\"c\":\n *             bufmode = PyBUF_C_CONTIGUOUS | PyBUF_ANY_CONTIGUOUS\n */\n  __pyx_v_bufmode = -1;\n\n  /* \"View.MemoryView\":187\n *     def __getbuffer__(self, Py_buffer *info, int flags):\n *         cdef int bufmode = -1\n *         if self.mode == u\"c\":             # <<<<<<<<<<<<<<\n *             bufmode = PyBUF_C_CONTIGUOUS | PyBUF_ANY_CONTIGUOUS\n *         elif self.mode == u\"fortran\":\n */\n  __pyx_t_1 = (__Pyx_PyUnicode_Equals(__pyx_v_self->mode, __pyx_n_u_c, Py_EQ)); if (unlikely(__pyx_t_1 < 0)) __PYX_ERR(1, 187, __pyx_L1_error)\n  __pyx_t_2 = (__pyx_t_1 != 0);\n  if (__pyx_t_2) {\n\n    /* \"View.MemoryView\":188\n *         cdef int bufmode = -1\n *         if self.mode == u\"c\":\n *             bufmode = PyBUF_C_CONTIGUOUS | PyBUF_ANY_CONTIGUOUS             # <<<<<<<<<<<<<<\n *         elif self.mode == u\"fortran\":\n *             bufmode = PyBUF_F_CONTIGUOUS | PyBUF_ANY_CONTIGUOUS\n */\n    __pyx_v_bufmode = (PyBUF_C_CONTIGUOUS | PyBUF_ANY_CONTIGUOUS);\n\n    /* \"View.MemoryView\":187\n *     def __getbuffer__(self, Py_buffer *info, int flags):\n *         cdef int bufmode = -1\n *         if self.mode == u\"c\":             # <<<<<<<<<<<<<<\n *             bufmode = PyBUF_C_CONTIGUOUS | PyBUF_ANY_CONTIGUOUS\n *         elif self.mode == u\"fortran\":\n */\n    goto __pyx_L3;\n  }\n\n  /* \"View.MemoryView\":189\n *         if self.mode == u\"c\":\n *             bufmode = PyBUF_C_CONTIGUOUS | PyBUF_ANY_CONTIGUOUS\n *         elif self.mode == u\"fortran\":             # <<<<<<<<<<<<<<\n *             bufmode = PyBUF_F_CONTIGUOUS | PyBUF_ANY_CONTIGUOUS\n *         if not (flags & bufmode):\n */\n  __pyx_t_2 = (__Pyx_PyUnicode_Equals(__pyx_v_self->mode, __pyx_n_u_fortran, Py_EQ)); if (unlikely(__pyx_t_2 < 0)) __PYX_ERR(1, 189, __pyx_L1_error)\n  __pyx_t_1 = (__pyx_t_2 != 0);\n  if (__pyx_t_1) {\n\n    /* \"View.MemoryView\":190\n *             bufmode = PyBUF_C_CONTIGUOUS | PyBUF_ANY_CONTIGUOUS\n *         elif self.mode == u\"fortran\":\n *             bufmode = PyBUF_F_CONTIGUOUS | PyBUF_ANY_CONTIGUOUS             # <<<<<<<<<<<<<<\n *         if not (flags & bufmode):\n *             raise ValueError(\"Can only create a buffer that is contiguous in memory.\")\n */\n    __pyx_v_bufmode = (PyBUF_F_CONTIGUOUS | PyBUF_ANY_CONTIGUOUS);\n\n    /* \"View.MemoryView\":189\n *         if self.mode == u\"c\":\n *             bufmode = PyBUF_C_CONTIGUOUS | PyBUF_ANY_CONTIGUOUS\n *         elif self.mode == u\"fortran\":             # <<<<<<<<<<<<<<\n *             bufmode = PyBUF_F_CONTIGUOUS | PyBUF_ANY_CONTIGUOUS\n *         if not (flags & bufmode):\n */\n  }\n  __pyx_L3:;\n\n  /* \"View.MemoryView\":191\n *         elif self.mode == u\"fortran\":\n *             bufmode = PyBUF_F_CONTIGUOUS | PyBUF_ANY_CONTIGUOUS\n *         if not (flags & bufmode):             # <<<<<<<<<<<<<<\n *             raise ValueError(\"Can only create a buffer that is contiguous in memory.\")\n *         info.buf = self.data\n */\n  __pyx_t_1 = ((!((__pyx_v_flags & __pyx_v_bufmode) != 0)) != 0);\n  if (unlikely(__pyx_t_1)) {\n\n    /* \"View.MemoryView\":192\n *             bufmode = PyBUF_F_CONTIGUOUS | PyBUF_ANY_CONTIGUOUS\n *         if not (flags & bufmode):\n *             raise ValueError(\"Can only create a buffer that is contiguous in memory.\")             # <<<<<<<<<<<<<<\n *         info.buf = self.data\n *         info.len = self.len\n */\n    __pyx_t_3 = __Pyx_PyObject_Call(__pyx_builtin_ValueError, __pyx_tuple__9, NULL); if (unlikely(!__pyx_t_3)) __PYX_ERR(1, 192, __pyx_L1_error)\n    __Pyx_GOTREF(__pyx_t_3);\n    __Pyx_Raise(__pyx_t_3, 0, 0, 0);\n    __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0;\n    __PYX_ERR(1, 192, __pyx_L1_error)\n\n    /* \"View.MemoryView\":191\n *         elif self.mode == u\"fortran\":\n *             bufmode = PyBUF_F_CONTIGUOUS | PyBUF_ANY_CONTIGUOUS\n *         if not (flags & bufmode):             # <<<<<<<<<<<<<<\n *             raise ValueError(\"Can only create a buffer that is contiguous in memory.\")\n *         info.buf = self.data\n */\n  }\n\n  /* \"View.MemoryView\":193\n *         if not (flags & bufmode):\n *             raise ValueError(\"Can only create a buffer that is contiguous in memory.\")\n *         info.buf = self.data             # <<<<<<<<<<<<<<\n *         info.len = self.len\n *         info.ndim = self.ndim\n */\n  __pyx_t_4 = __pyx_v_self->data;\n  __pyx_v_info->buf = __pyx_t_4;\n\n  /* \"View.MemoryView\":194\n *             raise ValueError(\"Can only create a buffer that is contiguous in memory.\")\n *         info.buf = self.data\n *         info.len = self.len             # <<<<<<<<<<<<<<\n *         info.ndim = self.ndim\n *         info.shape = self._shape\n */\n  __pyx_t_5 = __pyx_v_self->len;\n  __pyx_v_info->len = __pyx_t_5;\n\n  /* \"View.MemoryView\":195\n *         info.buf = self.data\n *         info.len = self.len\n *         info.ndim = self.ndim             # <<<<<<<<<<<<<<\n *         info.shape = self._shape\n *         info.strides = self._strides\n */\n  __pyx_t_6 = __pyx_v_self->ndim;\n  __pyx_v_info->ndim = __pyx_t_6;\n\n  /* \"View.MemoryView\":196\n *         info.len = self.len\n *         info.ndim = self.ndim\n *         info.shape = self._shape             # <<<<<<<<<<<<<<\n *         info.strides = self._strides\n *         info.suboffsets = NULL\n */\n  __pyx_t_7 = __pyx_v_self->_shape;\n  __pyx_v_info->shape = __pyx_t_7;\n\n  /* \"View.MemoryView\":197\n *         info.ndim = self.ndim\n *         info.shape = self._shape\n *         info.strides = self._strides             # <<<<<<<<<<<<<<\n *         info.suboffsets = NULL\n *         info.itemsize = self.itemsize\n */\n  __pyx_t_7 = __pyx_v_self->_strides;\n  __pyx_v_info->strides = __pyx_t_7;\n\n  /* \"View.MemoryView\":198\n *         info.shape = self._shape\n *         info.strides = self._strides\n *         info.suboffsets = NULL             # <<<<<<<<<<<<<<\n *         info.itemsize = self.itemsize\n *         info.readonly = 0\n */\n  __pyx_v_info->suboffsets = NULL;\n\n  /* \"View.MemoryView\":199\n *         info.strides = self._strides\n *         info.suboffsets = NULL\n *         info.itemsize = self.itemsize             # <<<<<<<<<<<<<<\n *         info.readonly = 0\n * \n */\n  __pyx_t_5 = __pyx_v_self->itemsize;\n  __pyx_v_info->itemsize = __pyx_t_5;\n\n  /* \"View.MemoryView\":200\n *         info.suboffsets = NULL\n *         info.itemsize = self.itemsize\n *         info.readonly = 0             # <<<<<<<<<<<<<<\n * \n *         if flags & PyBUF_FORMAT:\n */\n  __pyx_v_info->readonly = 0;\n\n  /* \"View.MemoryView\":202\n *         info.readonly = 0\n * \n *         if flags & PyBUF_FORMAT:             # <<<<<<<<<<<<<<\n *             info.format = self.format\n *         else:\n */\n  __pyx_t_1 = ((__pyx_v_flags & PyBUF_FORMAT) != 0);\n  if (__pyx_t_1) {\n\n    /* \"View.MemoryView\":203\n * \n *         if flags & PyBUF_FORMAT:\n *             info.format = self.format             # <<<<<<<<<<<<<<\n *         else:\n *             info.format = NULL\n */\n    __pyx_t_4 = __pyx_v_self->format;\n    __pyx_v_info->format = __pyx_t_4;\n\n    /* \"View.MemoryView\":202\n *         info.readonly = 0\n * \n *         if flags & PyBUF_FORMAT:             # <<<<<<<<<<<<<<\n *             info.format = self.format\n *         else:\n */\n    goto __pyx_L5;\n  }\n\n  /* \"View.MemoryView\":205\n *             info.format = self.format\n *         else:\n *             info.format = NULL             # <<<<<<<<<<<<<<\n * \n *         info.obj = self\n */\n  /*else*/ {\n    __pyx_v_info->format = NULL;\n  }\n  __pyx_L5:;\n\n  /* \"View.MemoryView\":207\n *             info.format = NULL\n * \n *         info.obj = self             # <<<<<<<<<<<<<<\n * \n *     __pyx_getbuffer = capsule(<void *> &__pyx_array_getbuffer, \"getbuffer(obj, view, flags)\")\n */\n  __Pyx_INCREF(((PyObject *)__pyx_v_self));\n  __Pyx_GIVEREF(((PyObject *)__pyx_v_self));\n  __Pyx_GOTREF(__pyx_v_info->obj);\n  __Pyx_DECREF(__pyx_v_info->obj);\n  __pyx_v_info->obj = ((PyObject *)__pyx_v_self);\n\n  /* \"View.MemoryView\":185\n * \n *     @cname('getbuffer')\n *     def __getbuffer__(self, Py_buffer *info, int flags):             # <<<<<<<<<<<<<<\n *         cdef int bufmode = -1\n *         if self.mode == u\"c\":\n */\n\n  /* function exit code */\n  __pyx_r = 0;\n  goto __pyx_L0;\n  __pyx_L1_error:;\n  __Pyx_XDECREF(__pyx_t_3);\n  __Pyx_AddTraceback(\"View.MemoryView.array.__getbuffer__\", __pyx_clineno, __pyx_lineno, __pyx_filename);\n  __pyx_r = -1;\n  if (__pyx_v_info->obj != NULL) {\n    __Pyx_GOTREF(__pyx_v_info->obj);\n    __Pyx_DECREF(__pyx_v_info->obj); __pyx_v_info->obj = 0;\n  }\n  goto __pyx_L2;\n  __pyx_L0:;\n  if (__pyx_v_info->obj == Py_None) {\n    __Pyx_GOTREF(__pyx_v_info->obj);\n    __Pyx_DECREF(__pyx_v_info->obj); __pyx_v_info->obj = 0;\n  }\n  __pyx_L2:;\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\n/* \"View.MemoryView\":211\n *     __pyx_getbuffer = capsule(<void *> &__pyx_array_getbuffer, \"getbuffer(obj, view, flags)\")\n * \n *     def __dealloc__(array self):             # <<<<<<<<<<<<<<\n *         if self.callback_free_data != NULL:\n *             self.callback_free_data(self.data)\n */\n\n/* Python wrapper */\nstatic void __pyx_array___dealloc__(PyObject *__pyx_v_self); /*proto*/\nstatic void __pyx_array___dealloc__(PyObject *__pyx_v_self) {\n  __Pyx_RefNannyDeclarations\n  __Pyx_RefNannySetupContext(\"__dealloc__ (wrapper)\", 0);\n  __pyx_array___pyx_pf_15View_dot_MemoryView_5array_4__dealloc__(((struct __pyx_array_obj *)__pyx_v_self));\n\n  /* function exit code */\n  __Pyx_RefNannyFinishContext();\n}\n\nstatic void __pyx_array___pyx_pf_15View_dot_MemoryView_5array_4__dealloc__(struct __pyx_array_obj *__pyx_v_self) {\n  __Pyx_RefNannyDeclarations\n  int __pyx_t_1;\n  __Pyx_RefNannySetupContext(\"__dealloc__\", 0);\n\n  /* \"View.MemoryView\":212\n * \n *     def __dealloc__(array self):\n *         if self.callback_free_data != NULL:             # <<<<<<<<<<<<<<\n *             self.callback_free_data(self.data)\n *         elif self.free_data:\n */\n  __pyx_t_1 = ((__pyx_v_self->callback_free_data != NULL) != 0);\n  if (__pyx_t_1) {\n\n    /* \"View.MemoryView\":213\n *     def __dealloc__(array self):\n *         if self.callback_free_data != NULL:\n *             self.callback_free_data(self.data)             # <<<<<<<<<<<<<<\n *         elif self.free_data:\n *             if self.dtype_is_object:\n */\n    __pyx_v_self->callback_free_data(__pyx_v_self->data);\n\n    /* \"View.MemoryView\":212\n * \n *     def __dealloc__(array self):\n *         if self.callback_free_data != NULL:             # <<<<<<<<<<<<<<\n *             self.callback_free_data(self.data)\n *         elif self.free_data:\n */\n    goto __pyx_L3;\n  }\n\n  /* \"View.MemoryView\":214\n *         if self.callback_free_data != NULL:\n *             self.callback_free_data(self.data)\n *         elif self.free_data:             # <<<<<<<<<<<<<<\n *             if self.dtype_is_object:\n *                 refcount_objects_in_slice(self.data, self._shape,\n */\n  __pyx_t_1 = (__pyx_v_self->free_data != 0);\n  if (__pyx_t_1) {\n\n    /* \"View.MemoryView\":215\n *             self.callback_free_data(self.data)\n *         elif self.free_data:\n *             if self.dtype_is_object:             # <<<<<<<<<<<<<<\n *                 refcount_objects_in_slice(self.data, self._shape,\n *                                           self._strides, self.ndim, False)\n */\n    __pyx_t_1 = (__pyx_v_self->dtype_is_object != 0);\n    if (__pyx_t_1) {\n\n      /* \"View.MemoryView\":216\n *         elif self.free_data:\n *             if self.dtype_is_object:\n *                 refcount_objects_in_slice(self.data, self._shape,             # <<<<<<<<<<<<<<\n *                                           self._strides, self.ndim, False)\n *             free(self.data)\n */\n      __pyx_memoryview_refcount_objects_in_slice(__pyx_v_self->data, __pyx_v_self->_shape, __pyx_v_self->_strides, __pyx_v_self->ndim, 0);\n\n      /* \"View.MemoryView\":215\n *             self.callback_free_data(self.data)\n *         elif self.free_data:\n *             if self.dtype_is_object:             # <<<<<<<<<<<<<<\n *                 refcount_objects_in_slice(self.data, self._shape,\n *                                           self._strides, self.ndim, False)\n */\n    }\n\n    /* \"View.MemoryView\":218\n *                 refcount_objects_in_slice(self.data, self._shape,\n *                                           self._strides, self.ndim, False)\n *             free(self.data)             # <<<<<<<<<<<<<<\n *         PyObject_Free(self._shape)\n * \n */\n    free(__pyx_v_self->data);\n\n    /* \"View.MemoryView\":214\n *         if self.callback_free_data != NULL:\n *             self.callback_free_data(self.data)\n *         elif self.free_data:             # <<<<<<<<<<<<<<\n *             if self.dtype_is_object:\n *                 refcount_objects_in_slice(self.data, self._shape,\n */\n  }\n  __pyx_L3:;\n\n  /* \"View.MemoryView\":219\n *                                           self._strides, self.ndim, False)\n *             free(self.data)\n *         PyObject_Free(self._shape)             # <<<<<<<<<<<<<<\n * \n *     @property\n */\n  PyObject_Free(__pyx_v_self->_shape);\n\n  /* \"View.MemoryView\":211\n *     __pyx_getbuffer = capsule(<void *> &__pyx_array_getbuffer, \"getbuffer(obj, view, flags)\")\n * \n *     def __dealloc__(array self):             # <<<<<<<<<<<<<<\n *         if self.callback_free_data != NULL:\n *             self.callback_free_data(self.data)\n */\n\n  /* function exit code */\n  __Pyx_RefNannyFinishContext();\n}\n\n/* \"View.MemoryView\":222\n * \n *     @property\n *     def memview(self):             # <<<<<<<<<<<<<<\n *         return self.get_memview()\n * \n */\n\n/* Python wrapper */\nstatic PyObject *__pyx_pw_15View_dot_MemoryView_5array_7memview_1__get__(PyObject *__pyx_v_self); /*proto*/\nstatic PyObject *__pyx_pw_15View_dot_MemoryView_5array_7memview_1__get__(PyObject *__pyx_v_self) {\n  PyObject *__pyx_r = 0;\n  __Pyx_RefNannyDeclarations\n  __Pyx_RefNannySetupContext(\"__get__ (wrapper)\", 0);\n  __pyx_r = __pyx_pf_15View_dot_MemoryView_5array_7memview___get__(((struct __pyx_array_obj *)__pyx_v_self));\n\n  /* function exit code */\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\nstatic PyObject *__pyx_pf_15View_dot_MemoryView_5array_7memview___get__(struct __pyx_array_obj *__pyx_v_self) {\n  PyObject *__pyx_r = NULL;\n  __Pyx_RefNannyDeclarations\n  PyObject *__pyx_t_1 = NULL;\n  int __pyx_lineno = 0;\n  const char *__pyx_filename = NULL;\n  int __pyx_clineno = 0;\n  __Pyx_RefNannySetupContext(\"__get__\", 0);\n\n  /* \"View.MemoryView\":223\n *     @property\n *     def memview(self):\n *         return self.get_memview()             # <<<<<<<<<<<<<<\n * \n *     @cname('get_memview')\n */\n  __Pyx_XDECREF(__pyx_r);\n  __pyx_t_1 = ((struct __pyx_vtabstruct_array *)__pyx_v_self->__pyx_vtab)->get_memview(__pyx_v_self); if (unlikely(!__pyx_t_1)) __PYX_ERR(1, 223, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_t_1);\n  __pyx_r = __pyx_t_1;\n  __pyx_t_1 = 0;\n  goto __pyx_L0;\n\n  /* \"View.MemoryView\":222\n * \n *     @property\n *     def memview(self):             # <<<<<<<<<<<<<<\n *         return self.get_memview()\n * \n */\n\n  /* function exit code */\n  __pyx_L1_error:;\n  __Pyx_XDECREF(__pyx_t_1);\n  __Pyx_AddTraceback(\"View.MemoryView.array.memview.__get__\", __pyx_clineno, __pyx_lineno, __pyx_filename);\n  __pyx_r = NULL;\n  __pyx_L0:;\n  __Pyx_XGIVEREF(__pyx_r);\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\n/* \"View.MemoryView\":226\n * \n *     @cname('get_memview')\n *     cdef get_memview(self):             # <<<<<<<<<<<<<<\n *         flags =  PyBUF_ANY_CONTIGUOUS|PyBUF_FORMAT|PyBUF_WRITABLE\n *         return  memoryview(self, flags, self.dtype_is_object)\n */\n\nstatic PyObject *__pyx_array_get_memview(struct __pyx_array_obj *__pyx_v_self) {\n  int __pyx_v_flags;\n  PyObject *__pyx_r = NULL;\n  __Pyx_RefNannyDeclarations\n  PyObject *__pyx_t_1 = NULL;\n  PyObject *__pyx_t_2 = NULL;\n  PyObject *__pyx_t_3 = NULL;\n  int __pyx_lineno = 0;\n  const char *__pyx_filename = NULL;\n  int __pyx_clineno = 0;\n  __Pyx_RefNannySetupContext(\"get_memview\", 0);\n\n  /* \"View.MemoryView\":227\n *     @cname('get_memview')\n *     cdef get_memview(self):\n *         flags =  PyBUF_ANY_CONTIGUOUS|PyBUF_FORMAT|PyBUF_WRITABLE             # <<<<<<<<<<<<<<\n *         return  memoryview(self, flags, self.dtype_is_object)\n * \n */\n  __pyx_v_flags = ((PyBUF_ANY_CONTIGUOUS | PyBUF_FORMAT) | PyBUF_WRITABLE);\n\n  /* \"View.MemoryView\":228\n *     cdef get_memview(self):\n *         flags =  PyBUF_ANY_CONTIGUOUS|PyBUF_FORMAT|PyBUF_WRITABLE\n *         return  memoryview(self, flags, self.dtype_is_object)             # <<<<<<<<<<<<<<\n * \n *     def __len__(self):\n */\n  __Pyx_XDECREF(__pyx_r);\n  __pyx_t_1 = __Pyx_PyInt_From_int(__pyx_v_flags); if (unlikely(!__pyx_t_1)) __PYX_ERR(1, 228, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_t_1);\n  __pyx_t_2 = __Pyx_PyBool_FromLong(__pyx_v_self->dtype_is_object); if (unlikely(!__pyx_t_2)) __PYX_ERR(1, 228, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_t_2);\n  __pyx_t_3 = PyTuple_New(3); if (unlikely(!__pyx_t_3)) __PYX_ERR(1, 228, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_t_3);\n  __Pyx_INCREF(((PyObject *)__pyx_v_self));\n  __Pyx_GIVEREF(((PyObject *)__pyx_v_self));\n  PyTuple_SET_ITEM(__pyx_t_3, 0, ((PyObject *)__pyx_v_self));\n  __Pyx_GIVEREF(__pyx_t_1);\n  PyTuple_SET_ITEM(__pyx_t_3, 1, __pyx_t_1);\n  __Pyx_GIVEREF(__pyx_t_2);\n  PyTuple_SET_ITEM(__pyx_t_3, 2, __pyx_t_2);\n  __pyx_t_1 = 0;\n  __pyx_t_2 = 0;\n  __pyx_t_2 = __Pyx_PyObject_Call(((PyObject *)__pyx_memoryview_type), __pyx_t_3, NULL); if (unlikely(!__pyx_t_2)) __PYX_ERR(1, 228, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_t_2);\n  __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0;\n  __pyx_r = __pyx_t_2;\n  __pyx_t_2 = 0;\n  goto __pyx_L0;\n\n  /* \"View.MemoryView\":226\n * \n *     @cname('get_memview')\n *     cdef get_memview(self):             # <<<<<<<<<<<<<<\n *         flags =  PyBUF_ANY_CONTIGUOUS|PyBUF_FORMAT|PyBUF_WRITABLE\n *         return  memoryview(self, flags, self.dtype_is_object)\n */\n\n  /* function exit code */\n  __pyx_L1_error:;\n  __Pyx_XDECREF(__pyx_t_1);\n  __Pyx_XDECREF(__pyx_t_2);\n  __Pyx_XDECREF(__pyx_t_3);\n  __Pyx_AddTraceback(\"View.MemoryView.array.get_memview\", __pyx_clineno, __pyx_lineno, __pyx_filename);\n  __pyx_r = 0;\n  __pyx_L0:;\n  __Pyx_XGIVEREF(__pyx_r);\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\n/* \"View.MemoryView\":230\n *         return  memoryview(self, flags, self.dtype_is_object)\n * \n *     def __len__(self):             # <<<<<<<<<<<<<<\n *         return self._shape[0]\n * \n */\n\n/* Python wrapper */\nstatic Py_ssize_t __pyx_array___len__(PyObject *__pyx_v_self); /*proto*/\nstatic Py_ssize_t __pyx_array___len__(PyObject *__pyx_v_self) {\n  Py_ssize_t __pyx_r;\n  __Pyx_RefNannyDeclarations\n  __Pyx_RefNannySetupContext(\"__len__ (wrapper)\", 0);\n  __pyx_r = __pyx_array___pyx_pf_15View_dot_MemoryView_5array_6__len__(((struct __pyx_array_obj *)__pyx_v_self));\n\n  /* function exit code */\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\nstatic Py_ssize_t __pyx_array___pyx_pf_15View_dot_MemoryView_5array_6__len__(struct __pyx_array_obj *__pyx_v_self) {\n  Py_ssize_t __pyx_r;\n  __Pyx_RefNannyDeclarations\n  __Pyx_RefNannySetupContext(\"__len__\", 0);\n\n  /* \"View.MemoryView\":231\n * \n *     def __len__(self):\n *         return self._shape[0]             # <<<<<<<<<<<<<<\n * \n *     def __getattr__(self, attr):\n */\n  __pyx_r = (__pyx_v_self->_shape[0]);\n  goto __pyx_L0;\n\n  /* \"View.MemoryView\":230\n *         return  memoryview(self, flags, self.dtype_is_object)\n * \n *     def __len__(self):             # <<<<<<<<<<<<<<\n *         return self._shape[0]\n * \n */\n\n  /* function exit code */\n  __pyx_L0:;\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\n/* \"View.MemoryView\":233\n *         return self._shape[0]\n * \n *     def __getattr__(self, attr):             # <<<<<<<<<<<<<<\n *         return getattr(self.memview, attr)\n * \n */\n\n/* Python wrapper */\nstatic PyObject *__pyx_array___getattr__(PyObject *__pyx_v_self, PyObject *__pyx_v_attr); /*proto*/\nstatic PyObject *__pyx_array___getattr__(PyObject *__pyx_v_self, PyObject *__pyx_v_attr) {\n  PyObject *__pyx_r = 0;\n  __Pyx_RefNannyDeclarations\n  __Pyx_RefNannySetupContext(\"__getattr__ (wrapper)\", 0);\n  __pyx_r = __pyx_array___pyx_pf_15View_dot_MemoryView_5array_8__getattr__(((struct __pyx_array_obj *)__pyx_v_self), ((PyObject *)__pyx_v_attr));\n\n  /* function exit code */\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\nstatic PyObject *__pyx_array___pyx_pf_15View_dot_MemoryView_5array_8__getattr__(struct __pyx_array_obj *__pyx_v_self, PyObject *__pyx_v_attr) {\n  PyObject *__pyx_r = NULL;\n  __Pyx_RefNannyDeclarations\n  PyObject *__pyx_t_1 = NULL;\n  PyObject *__pyx_t_2 = NULL;\n  int __pyx_lineno = 0;\n  const char *__pyx_filename = NULL;\n  int __pyx_clineno = 0;\n  __Pyx_RefNannySetupContext(\"__getattr__\", 0);\n\n  /* \"View.MemoryView\":234\n * \n *     def __getattr__(self, attr):\n *         return getattr(self.memview, attr)             # <<<<<<<<<<<<<<\n * \n *     def __getitem__(self, item):\n */\n  __Pyx_XDECREF(__pyx_r);\n  __pyx_t_1 = __Pyx_PyObject_GetAttrStr(((PyObject *)__pyx_v_self), __pyx_n_s_memview); if (unlikely(!__pyx_t_1)) __PYX_ERR(1, 234, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_t_1);\n  __pyx_t_2 = __Pyx_GetAttr(__pyx_t_1, __pyx_v_attr); if (unlikely(!__pyx_t_2)) __PYX_ERR(1, 234, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_t_2);\n  __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;\n  __pyx_r = __pyx_t_2;\n  __pyx_t_2 = 0;\n  goto __pyx_L0;\n\n  /* \"View.MemoryView\":233\n *         return self._shape[0]\n * \n *     def __getattr__(self, attr):             # <<<<<<<<<<<<<<\n *         return getattr(self.memview, attr)\n * \n */\n\n  /* function exit code */\n  __pyx_L1_error:;\n  __Pyx_XDECREF(__pyx_t_1);\n  __Pyx_XDECREF(__pyx_t_2);\n  __Pyx_AddTraceback(\"View.MemoryView.array.__getattr__\", __pyx_clineno, __pyx_lineno, __pyx_filename);\n  __pyx_r = NULL;\n  __pyx_L0:;\n  __Pyx_XGIVEREF(__pyx_r);\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\n/* \"View.MemoryView\":236\n *         return getattr(self.memview, attr)\n * \n *     def __getitem__(self, item):             # <<<<<<<<<<<<<<\n *         return self.memview[item]\n * \n */\n\n/* Python wrapper */\nstatic PyObject *__pyx_array___getitem__(PyObject *__pyx_v_self, PyObject *__pyx_v_item); /*proto*/\nstatic PyObject *__pyx_array___getitem__(PyObject *__pyx_v_self, PyObject *__pyx_v_item) {\n  PyObject *__pyx_r = 0;\n  __Pyx_RefNannyDeclarations\n  __Pyx_RefNannySetupContext(\"__getitem__ (wrapper)\", 0);\n  __pyx_r = __pyx_array___pyx_pf_15View_dot_MemoryView_5array_10__getitem__(((struct __pyx_array_obj *)__pyx_v_self), ((PyObject *)__pyx_v_item));\n\n  /* function exit code */\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\nstatic PyObject *__pyx_array___pyx_pf_15View_dot_MemoryView_5array_10__getitem__(struct __pyx_array_obj *__pyx_v_self, PyObject *__pyx_v_item) {\n  PyObject *__pyx_r = NULL;\n  __Pyx_RefNannyDeclarations\n  PyObject *__pyx_t_1 = NULL;\n  PyObject *__pyx_t_2 = NULL;\n  int __pyx_lineno = 0;\n  const char *__pyx_filename = NULL;\n  int __pyx_clineno = 0;\n  __Pyx_RefNannySetupContext(\"__getitem__\", 0);\n\n  /* \"View.MemoryView\":237\n * \n *     def __getitem__(self, item):\n *         return self.memview[item]             # <<<<<<<<<<<<<<\n * \n *     def __setitem__(self, item, value):\n */\n  __Pyx_XDECREF(__pyx_r);\n  __pyx_t_1 = __Pyx_PyObject_GetAttrStr(((PyObject *)__pyx_v_self), __pyx_n_s_memview); if (unlikely(!__pyx_t_1)) __PYX_ERR(1, 237, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_t_1);\n  __pyx_t_2 = __Pyx_PyObject_GetItem(__pyx_t_1, __pyx_v_item); if (unlikely(!__pyx_t_2)) __PYX_ERR(1, 237, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_t_2);\n  __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;\n  __pyx_r = __pyx_t_2;\n  __pyx_t_2 = 0;\n  goto __pyx_L0;\n\n  /* \"View.MemoryView\":236\n *         return getattr(self.memview, attr)\n * \n *     def __getitem__(self, item):             # <<<<<<<<<<<<<<\n *         return self.memview[item]\n * \n */\n\n  /* function exit code */\n  __pyx_L1_error:;\n  __Pyx_XDECREF(__pyx_t_1);\n  __Pyx_XDECREF(__pyx_t_2);\n  __Pyx_AddTraceback(\"View.MemoryView.array.__getitem__\", __pyx_clineno, __pyx_lineno, __pyx_filename);\n  __pyx_r = NULL;\n  __pyx_L0:;\n  __Pyx_XGIVEREF(__pyx_r);\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\n/* \"View.MemoryView\":239\n *         return self.memview[item]\n * \n *     def __setitem__(self, item, value):             # <<<<<<<<<<<<<<\n *         self.memview[item] = value\n * \n */\n\n/* Python wrapper */\nstatic int __pyx_array___setitem__(PyObject *__pyx_v_self, PyObject *__pyx_v_item, PyObject *__pyx_v_value); /*proto*/\nstatic int __pyx_array___setitem__(PyObject *__pyx_v_self, PyObject *__pyx_v_item, PyObject *__pyx_v_value) {\n  int __pyx_r;\n  __Pyx_RefNannyDeclarations\n  __Pyx_RefNannySetupContext(\"__setitem__ (wrapper)\", 0);\n  __pyx_r = __pyx_array___pyx_pf_15View_dot_MemoryView_5array_12__setitem__(((struct __pyx_array_obj *)__pyx_v_self), ((PyObject *)__pyx_v_item), ((PyObject *)__pyx_v_value));\n\n  /* function exit code */\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\nstatic int __pyx_array___pyx_pf_15View_dot_MemoryView_5array_12__setitem__(struct __pyx_array_obj *__pyx_v_self, PyObject *__pyx_v_item, PyObject *__pyx_v_value) {\n  int __pyx_r;\n  __Pyx_RefNannyDeclarations\n  PyObject *__pyx_t_1 = NULL;\n  int __pyx_lineno = 0;\n  const char *__pyx_filename = NULL;\n  int __pyx_clineno = 0;\n  __Pyx_RefNannySetupContext(\"__setitem__\", 0);\n\n  /* \"View.MemoryView\":240\n * \n *     def __setitem__(self, item, value):\n *         self.memview[item] = value             # <<<<<<<<<<<<<<\n * \n * \n */\n  __pyx_t_1 = __Pyx_PyObject_GetAttrStr(((PyObject *)__pyx_v_self), __pyx_n_s_memview); if (unlikely(!__pyx_t_1)) __PYX_ERR(1, 240, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_t_1);\n  if (unlikely(PyObject_SetItem(__pyx_t_1, __pyx_v_item, __pyx_v_value) < 0)) __PYX_ERR(1, 240, __pyx_L1_error)\n  __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;\n\n  /* \"View.MemoryView\":239\n *         return self.memview[item]\n * \n *     def __setitem__(self, item, value):             # <<<<<<<<<<<<<<\n *         self.memview[item] = value\n * \n */\n\n  /* function exit code */\n  __pyx_r = 0;\n  goto __pyx_L0;\n  __pyx_L1_error:;\n  __Pyx_XDECREF(__pyx_t_1);\n  __Pyx_AddTraceback(\"View.MemoryView.array.__setitem__\", __pyx_clineno, __pyx_lineno, __pyx_filename);\n  __pyx_r = -1;\n  __pyx_L0:;\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\n/* \"(tree fragment)\":1\n * def __reduce_cython__(self):             # <<<<<<<<<<<<<<\n *     raise TypeError(\"no default __reduce__ due to non-trivial __cinit__\")\n * def __setstate_cython__(self, __pyx_state):\n */\n\n/* Python wrapper */\nstatic PyObject *__pyx_pw___pyx_array_1__reduce_cython__(PyObject *__pyx_v_self, CYTHON_UNUSED PyObject *unused); /*proto*/\nstatic PyObject *__pyx_pw___pyx_array_1__reduce_cython__(PyObject *__pyx_v_self, CYTHON_UNUSED PyObject *unused) {\n  PyObject *__pyx_r = 0;\n  __Pyx_RefNannyDeclarations\n  __Pyx_RefNannySetupContext(\"__reduce_cython__ (wrapper)\", 0);\n  __pyx_r = __pyx_pf___pyx_array___reduce_cython__(((struct __pyx_array_obj *)__pyx_v_self));\n\n  /* function exit code */\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\nstatic PyObject *__pyx_pf___pyx_array___reduce_cython__(CYTHON_UNUSED struct __pyx_array_obj *__pyx_v_self) {\n  PyObject *__pyx_r = NULL;\n  __Pyx_RefNannyDeclarations\n  PyObject *__pyx_t_1 = NULL;\n  int __pyx_lineno = 0;\n  const char *__pyx_filename = NULL;\n  int __pyx_clineno = 0;\n  __Pyx_RefNannySetupContext(\"__reduce_cython__\", 0);\n\n  /* \"(tree fragment)\":2\n * def __reduce_cython__(self):\n *     raise TypeError(\"no default __reduce__ due to non-trivial __cinit__\")             # <<<<<<<<<<<<<<\n * def __setstate_cython__(self, __pyx_state):\n *     raise TypeError(\"no default __reduce__ due to non-trivial __cinit__\")\n */\n  __pyx_t_1 = __Pyx_PyObject_Call(__pyx_builtin_TypeError, __pyx_tuple__10, NULL); if (unlikely(!__pyx_t_1)) __PYX_ERR(1, 2, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_t_1);\n  __Pyx_Raise(__pyx_t_1, 0, 0, 0);\n  __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;\n  __PYX_ERR(1, 2, __pyx_L1_error)\n\n  /* \"(tree fragment)\":1\n * def __reduce_cython__(self):             # <<<<<<<<<<<<<<\n *     raise TypeError(\"no default __reduce__ due to non-trivial __cinit__\")\n * def __setstate_cython__(self, __pyx_state):\n */\n\n  /* function exit code */\n  __pyx_L1_error:;\n  __Pyx_XDECREF(__pyx_t_1);\n  __Pyx_AddTraceback(\"View.MemoryView.array.__reduce_cython__\", __pyx_clineno, __pyx_lineno, __pyx_filename);\n  __pyx_r = NULL;\n  __Pyx_XGIVEREF(__pyx_r);\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\n/* \"(tree fragment)\":3\n * def __reduce_cython__(self):\n *     raise TypeError(\"no default __reduce__ due to non-trivial __cinit__\")\n * def __setstate_cython__(self, __pyx_state):             # <<<<<<<<<<<<<<\n *     raise TypeError(\"no default __reduce__ due to non-trivial __cinit__\")\n */\n\n/* Python wrapper */\nstatic PyObject *__pyx_pw___pyx_array_3__setstate_cython__(PyObject *__pyx_v_self, PyObject *__pyx_v___pyx_state); /*proto*/\nstatic PyObject *__pyx_pw___pyx_array_3__setstate_cython__(PyObject *__pyx_v_self, PyObject *__pyx_v___pyx_state) {\n  PyObject *__pyx_r = 0;\n  __Pyx_RefNannyDeclarations\n  __Pyx_RefNannySetupContext(\"__setstate_cython__ (wrapper)\", 0);\n  __pyx_r = __pyx_pf___pyx_array_2__setstate_cython__(((struct __pyx_array_obj *)__pyx_v_self), ((PyObject *)__pyx_v___pyx_state));\n\n  /* function exit code */\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\nstatic PyObject *__pyx_pf___pyx_array_2__setstate_cython__(CYTHON_UNUSED struct __pyx_array_obj *__pyx_v_self, CYTHON_UNUSED PyObject *__pyx_v___pyx_state) {\n  PyObject *__pyx_r = NULL;\n  __Pyx_RefNannyDeclarations\n  PyObject *__pyx_t_1 = NULL;\n  int __pyx_lineno = 0;\n  const char *__pyx_filename = NULL;\n  int __pyx_clineno = 0;\n  __Pyx_RefNannySetupContext(\"__setstate_cython__\", 0);\n\n  /* \"(tree fragment)\":4\n *     raise TypeError(\"no default __reduce__ due to non-trivial __cinit__\")\n * def __setstate_cython__(self, __pyx_state):\n *     raise TypeError(\"no default __reduce__ due to non-trivial __cinit__\")             # <<<<<<<<<<<<<<\n */\n  __pyx_t_1 = __Pyx_PyObject_Call(__pyx_builtin_TypeError, __pyx_tuple__11, NULL); if (unlikely(!__pyx_t_1)) __PYX_ERR(1, 4, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_t_1);\n  __Pyx_Raise(__pyx_t_1, 0, 0, 0);\n  __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;\n  __PYX_ERR(1, 4, __pyx_L1_error)\n\n  /* \"(tree fragment)\":3\n * def __reduce_cython__(self):\n *     raise TypeError(\"no default __reduce__ due to non-trivial __cinit__\")\n * def __setstate_cython__(self, __pyx_state):             # <<<<<<<<<<<<<<\n *     raise TypeError(\"no default __reduce__ due to non-trivial __cinit__\")\n */\n\n  /* function exit code */\n  __pyx_L1_error:;\n  __Pyx_XDECREF(__pyx_t_1);\n  __Pyx_AddTraceback(\"View.MemoryView.array.__setstate_cython__\", __pyx_clineno, __pyx_lineno, __pyx_filename);\n  __pyx_r = NULL;\n  __Pyx_XGIVEREF(__pyx_r);\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\n/* \"View.MemoryView\":244\n * \n * @cname(\"__pyx_array_new\")\n * cdef array array_cwrapper(tuple shape, Py_ssize_t itemsize, char *format,             # <<<<<<<<<<<<<<\n *                           char *mode, char *buf):\n *     cdef array result\n */\n\nstatic struct __pyx_array_obj *__pyx_array_new(PyObject *__pyx_v_shape, Py_ssize_t __pyx_v_itemsize, char *__pyx_v_format, char *__pyx_v_mode, char *__pyx_v_buf) {\n  struct __pyx_array_obj *__pyx_v_result = 0;\n  struct __pyx_array_obj *__pyx_r = NULL;\n  __Pyx_RefNannyDeclarations\n  int __pyx_t_1;\n  PyObject *__pyx_t_2 = NULL;\n  PyObject *__pyx_t_3 = NULL;\n  PyObject *__pyx_t_4 = NULL;\n  PyObject *__pyx_t_5 = NULL;\n  int __pyx_lineno = 0;\n  const char *__pyx_filename = NULL;\n  int __pyx_clineno = 0;\n  __Pyx_RefNannySetupContext(\"array_cwrapper\", 0);\n\n  /* \"View.MemoryView\":248\n *     cdef array result\n * \n *     if buf == NULL:             # <<<<<<<<<<<<<<\n *         result = array(shape, itemsize, format, mode.decode('ASCII'))\n *     else:\n */\n  __pyx_t_1 = ((__pyx_v_buf == NULL) != 0);\n  if (__pyx_t_1) {\n\n    /* \"View.MemoryView\":249\n * \n *     if buf == NULL:\n *         result = array(shape, itemsize, format, mode.decode('ASCII'))             # <<<<<<<<<<<<<<\n *     else:\n *         result = array(shape, itemsize, format, mode.decode('ASCII'),\n */\n    __pyx_t_2 = PyInt_FromSsize_t(__pyx_v_itemsize); if (unlikely(!__pyx_t_2)) __PYX_ERR(1, 249, __pyx_L1_error)\n    __Pyx_GOTREF(__pyx_t_2);\n    __pyx_t_3 = __Pyx_PyBytes_FromString(__pyx_v_format); if (unlikely(!__pyx_t_3)) __PYX_ERR(1, 249, __pyx_L1_error)\n    __Pyx_GOTREF(__pyx_t_3);\n    __pyx_t_4 = __Pyx_decode_c_string(__pyx_v_mode, 0, strlen(__pyx_v_mode), NULL, NULL, PyUnicode_DecodeASCII); if (unlikely(!__pyx_t_4)) __PYX_ERR(1, 249, __pyx_L1_error)\n    __Pyx_GOTREF(__pyx_t_4);\n    __pyx_t_5 = PyTuple_New(4); if (unlikely(!__pyx_t_5)) __PYX_ERR(1, 249, __pyx_L1_error)\n    __Pyx_GOTREF(__pyx_t_5);\n    __Pyx_INCREF(__pyx_v_shape);\n    __Pyx_GIVEREF(__pyx_v_shape);\n    PyTuple_SET_ITEM(__pyx_t_5, 0, __pyx_v_shape);\n    __Pyx_GIVEREF(__pyx_t_2);\n    PyTuple_SET_ITEM(__pyx_t_5, 1, __pyx_t_2);\n    __Pyx_GIVEREF(__pyx_t_3);\n    PyTuple_SET_ITEM(__pyx_t_5, 2, __pyx_t_3);\n    __Pyx_GIVEREF(__pyx_t_4);\n    PyTuple_SET_ITEM(__pyx_t_5, 3, __pyx_t_4);\n    __pyx_t_2 = 0;\n    __pyx_t_3 = 0;\n    __pyx_t_4 = 0;\n    __pyx_t_4 = __Pyx_PyObject_Call(((PyObject *)__pyx_array_type), __pyx_t_5, NULL); if (unlikely(!__pyx_t_4)) __PYX_ERR(1, 249, __pyx_L1_error)\n    __Pyx_GOTREF(__pyx_t_4);\n    __Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0;\n    __pyx_v_result = ((struct __pyx_array_obj *)__pyx_t_4);\n    __pyx_t_4 = 0;\n\n    /* \"View.MemoryView\":248\n *     cdef array result\n * \n *     if buf == NULL:             # <<<<<<<<<<<<<<\n *         result = array(shape, itemsize, format, mode.decode('ASCII'))\n *     else:\n */\n    goto __pyx_L3;\n  }\n\n  /* \"View.MemoryView\":251\n *         result = array(shape, itemsize, format, mode.decode('ASCII'))\n *     else:\n *         result = array(shape, itemsize, format, mode.decode('ASCII'),             # <<<<<<<<<<<<<<\n *                        allocate_buffer=False)\n *         result.data = buf\n */\n  /*else*/ {\n    __pyx_t_4 = PyInt_FromSsize_t(__pyx_v_itemsize); if (unlikely(!__pyx_t_4)) __PYX_ERR(1, 251, __pyx_L1_error)\n    __Pyx_GOTREF(__pyx_t_4);\n    __pyx_t_5 = __Pyx_PyBytes_FromString(__pyx_v_format); if (unlikely(!__pyx_t_5)) __PYX_ERR(1, 251, __pyx_L1_error)\n    __Pyx_GOTREF(__pyx_t_5);\n    __pyx_t_3 = __Pyx_decode_c_string(__pyx_v_mode, 0, strlen(__pyx_v_mode), NULL, NULL, PyUnicode_DecodeASCII); if (unlikely(!__pyx_t_3)) __PYX_ERR(1, 251, __pyx_L1_error)\n    __Pyx_GOTREF(__pyx_t_3);\n    __pyx_t_2 = PyTuple_New(4); if (unlikely(!__pyx_t_2)) __PYX_ERR(1, 251, __pyx_L1_error)\n    __Pyx_GOTREF(__pyx_t_2);\n    __Pyx_INCREF(__pyx_v_shape);\n    __Pyx_GIVEREF(__pyx_v_shape);\n    PyTuple_SET_ITEM(__pyx_t_2, 0, __pyx_v_shape);\n    __Pyx_GIVEREF(__pyx_t_4);\n    PyTuple_SET_ITEM(__pyx_t_2, 1, __pyx_t_4);\n    __Pyx_GIVEREF(__pyx_t_5);\n    PyTuple_SET_ITEM(__pyx_t_2, 2, __pyx_t_5);\n    __Pyx_GIVEREF(__pyx_t_3);\n    PyTuple_SET_ITEM(__pyx_t_2, 3, __pyx_t_3);\n    __pyx_t_4 = 0;\n    __pyx_t_5 = 0;\n    __pyx_t_3 = 0;\n\n    /* \"View.MemoryView\":252\n *     else:\n *         result = array(shape, itemsize, format, mode.decode('ASCII'),\n *                        allocate_buffer=False)             # <<<<<<<<<<<<<<\n *         result.data = buf\n * \n */\n    __pyx_t_3 = __Pyx_PyDict_NewPresized(1); if (unlikely(!__pyx_t_3)) __PYX_ERR(1, 252, __pyx_L1_error)\n    __Pyx_GOTREF(__pyx_t_3);\n    if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_allocate_buffer, Py_False) < 0) __PYX_ERR(1, 252, __pyx_L1_error)\n\n    /* \"View.MemoryView\":251\n *         result = array(shape, itemsize, format, mode.decode('ASCII'))\n *     else:\n *         result = array(shape, itemsize, format, mode.decode('ASCII'),             # <<<<<<<<<<<<<<\n *                        allocate_buffer=False)\n *         result.data = buf\n */\n    __pyx_t_5 = __Pyx_PyObject_Call(((PyObject *)__pyx_array_type), __pyx_t_2, __pyx_t_3); if (unlikely(!__pyx_t_5)) __PYX_ERR(1, 251, __pyx_L1_error)\n    __Pyx_GOTREF(__pyx_t_5);\n    __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;\n    __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0;\n    __pyx_v_result = ((struct __pyx_array_obj *)__pyx_t_5);\n    __pyx_t_5 = 0;\n\n    /* \"View.MemoryView\":253\n *         result = array(shape, itemsize, format, mode.decode('ASCII'),\n *                        allocate_buffer=False)\n *         result.data = buf             # <<<<<<<<<<<<<<\n * \n *     return result\n */\n    __pyx_v_result->data = __pyx_v_buf;\n  }\n  __pyx_L3:;\n\n  /* \"View.MemoryView\":255\n *         result.data = buf\n * \n *     return result             # <<<<<<<<<<<<<<\n * \n * \n */\n  __Pyx_XDECREF(((PyObject *)__pyx_r));\n  __Pyx_INCREF(((PyObject *)__pyx_v_result));\n  __pyx_r = __pyx_v_result;\n  goto __pyx_L0;\n\n  /* \"View.MemoryView\":244\n * \n * @cname(\"__pyx_array_new\")\n * cdef array array_cwrapper(tuple shape, Py_ssize_t itemsize, char *format,             # <<<<<<<<<<<<<<\n *                           char *mode, char *buf):\n *     cdef array result\n */\n\n  /* function exit code */\n  __pyx_L1_error:;\n  __Pyx_XDECREF(__pyx_t_2);\n  __Pyx_XDECREF(__pyx_t_3);\n  __Pyx_XDECREF(__pyx_t_4);\n  __Pyx_XDECREF(__pyx_t_5);\n  __Pyx_AddTraceback(\"View.MemoryView.array_cwrapper\", __pyx_clineno, __pyx_lineno, __pyx_filename);\n  __pyx_r = 0;\n  __pyx_L0:;\n  __Pyx_XDECREF((PyObject *)__pyx_v_result);\n  __Pyx_XGIVEREF((PyObject *)__pyx_r);\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\n/* \"View.MemoryView\":281\n * cdef class Enum(object):\n *     cdef object name\n *     def __init__(self, name):             # <<<<<<<<<<<<<<\n *         self.name = name\n *     def __repr__(self):\n */\n\n/* Python wrapper */\nstatic int __pyx_MemviewEnum___init__(PyObject *__pyx_v_self, PyObject *__pyx_args, PyObject *__pyx_kwds); /*proto*/\nstatic int __pyx_MemviewEnum___init__(PyObject *__pyx_v_self, PyObject *__pyx_args, PyObject *__pyx_kwds) {\n  PyObject *__pyx_v_name = 0;\n  int __pyx_lineno = 0;\n  const char *__pyx_filename = NULL;\n  int __pyx_clineno = 0;\n  int __pyx_r;\n  __Pyx_RefNannyDeclarations\n  __Pyx_RefNannySetupContext(\"__init__ (wrapper)\", 0);\n  {\n    static PyObject **__pyx_pyargnames[] = {&__pyx_n_s_name,0};\n    PyObject* values[1] = {0};\n    if (unlikely(__pyx_kwds)) {\n      Py_ssize_t kw_args;\n      const Py_ssize_t pos_args = PyTuple_GET_SIZE(__pyx_args);\n      switch (pos_args) {\n        case  1: values[0] = PyTuple_GET_ITEM(__pyx_args, 0);\n        CYTHON_FALLTHROUGH;\n        case  0: break;\n        default: goto __pyx_L5_argtuple_error;\n      }\n      kw_args = PyDict_Size(__pyx_kwds);\n      switch (pos_args) {\n        case  0:\n        if (likely((values[0] = __Pyx_PyDict_GetItemStr(__pyx_kwds, __pyx_n_s_name)) != 0)) kw_args--;\n        else goto __pyx_L5_argtuple_error;\n      }\n      if (unlikely(kw_args > 0)) {\n        if (unlikely(__Pyx_ParseOptionalKeywords(__pyx_kwds, __pyx_pyargnames, 0, values, pos_args, \"__init__\") < 0)) __PYX_ERR(1, 281, __pyx_L3_error)\n      }\n    } else if (PyTuple_GET_SIZE(__pyx_args) != 1) {\n      goto __pyx_L5_argtuple_error;\n    } else {\n      values[0] = PyTuple_GET_ITEM(__pyx_args, 0);\n    }\n    __pyx_v_name = values[0];\n  }\n  goto __pyx_L4_argument_unpacking_done;\n  __pyx_L5_argtuple_error:;\n  __Pyx_RaiseArgtupleInvalid(\"__init__\", 1, 1, 1, PyTuple_GET_SIZE(__pyx_args)); __PYX_ERR(1, 281, __pyx_L3_error)\n  __pyx_L3_error:;\n  __Pyx_AddTraceback(\"View.MemoryView.Enum.__init__\", __pyx_clineno, __pyx_lineno, __pyx_filename);\n  __Pyx_RefNannyFinishContext();\n  return -1;\n  __pyx_L4_argument_unpacking_done:;\n  __pyx_r = __pyx_MemviewEnum___pyx_pf_15View_dot_MemoryView_4Enum___init__(((struct __pyx_MemviewEnum_obj *)__pyx_v_self), __pyx_v_name);\n\n  /* function exit code */\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\nstatic int __pyx_MemviewEnum___pyx_pf_15View_dot_MemoryView_4Enum___init__(struct __pyx_MemviewEnum_obj *__pyx_v_self, PyObject *__pyx_v_name) {\n  int __pyx_r;\n  __Pyx_RefNannyDeclarations\n  __Pyx_RefNannySetupContext(\"__init__\", 0);\n\n  /* \"View.MemoryView\":282\n *     cdef object name\n *     def __init__(self, name):\n *         self.name = name             # <<<<<<<<<<<<<<\n *     def __repr__(self):\n *         return self.name\n */\n  __Pyx_INCREF(__pyx_v_name);\n  __Pyx_GIVEREF(__pyx_v_name);\n  __Pyx_GOTREF(__pyx_v_self->name);\n  __Pyx_DECREF(__pyx_v_self->name);\n  __pyx_v_self->name = __pyx_v_name;\n\n  /* \"View.MemoryView\":281\n * cdef class Enum(object):\n *     cdef object name\n *     def __init__(self, name):             # <<<<<<<<<<<<<<\n *         self.name = name\n *     def __repr__(self):\n */\n\n  /* function exit code */\n  __pyx_r = 0;\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\n/* \"View.MemoryView\":283\n *     def __init__(self, name):\n *         self.name = name\n *     def __repr__(self):             # <<<<<<<<<<<<<<\n *         return self.name\n * \n */\n\n/* Python wrapper */\nstatic PyObject *__pyx_MemviewEnum___repr__(PyObject *__pyx_v_self); /*proto*/\nstatic PyObject *__pyx_MemviewEnum___repr__(PyObject *__pyx_v_self) {\n  PyObject *__pyx_r = 0;\n  __Pyx_RefNannyDeclarations\n  __Pyx_RefNannySetupContext(\"__repr__ (wrapper)\", 0);\n  __pyx_r = __pyx_MemviewEnum___pyx_pf_15View_dot_MemoryView_4Enum_2__repr__(((struct __pyx_MemviewEnum_obj *)__pyx_v_self));\n\n  /* function exit code */\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\nstatic PyObject *__pyx_MemviewEnum___pyx_pf_15View_dot_MemoryView_4Enum_2__repr__(struct __pyx_MemviewEnum_obj *__pyx_v_self) {\n  PyObject *__pyx_r = NULL;\n  __Pyx_RefNannyDeclarations\n  __Pyx_RefNannySetupContext(\"__repr__\", 0);\n\n  /* \"View.MemoryView\":284\n *         self.name = name\n *     def __repr__(self):\n *         return self.name             # <<<<<<<<<<<<<<\n * \n * cdef generic = Enum(\"<strided and direct or indirect>\")\n */\n  __Pyx_XDECREF(__pyx_r);\n  __Pyx_INCREF(__pyx_v_self->name);\n  __pyx_r = __pyx_v_self->name;\n  goto __pyx_L0;\n\n  /* \"View.MemoryView\":283\n *     def __init__(self, name):\n *         self.name = name\n *     def __repr__(self):             # <<<<<<<<<<<<<<\n *         return self.name\n * \n */\n\n  /* function exit code */\n  __pyx_L0:;\n  __Pyx_XGIVEREF(__pyx_r);\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\n/* \"(tree fragment)\":1\n * def __reduce_cython__(self):             # <<<<<<<<<<<<<<\n *     cdef tuple state\n *     cdef object _dict\n */\n\n/* Python wrapper */\nstatic PyObject *__pyx_pw___pyx_MemviewEnum_1__reduce_cython__(PyObject *__pyx_v_self, CYTHON_UNUSED PyObject *unused); /*proto*/\nstatic PyObject *__pyx_pw___pyx_MemviewEnum_1__reduce_cython__(PyObject *__pyx_v_self, CYTHON_UNUSED PyObject *unused) {\n  PyObject *__pyx_r = 0;\n  __Pyx_RefNannyDeclarations\n  __Pyx_RefNannySetupContext(\"__reduce_cython__ (wrapper)\", 0);\n  __pyx_r = __pyx_pf___pyx_MemviewEnum___reduce_cython__(((struct __pyx_MemviewEnum_obj *)__pyx_v_self));\n\n  /* function exit code */\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\nstatic PyObject *__pyx_pf___pyx_MemviewEnum___reduce_cython__(struct __pyx_MemviewEnum_obj *__pyx_v_self) {\n  PyObject *__pyx_v_state = 0;\n  PyObject *__pyx_v__dict = 0;\n  int __pyx_v_use_setstate;\n  PyObject *__pyx_r = NULL;\n  __Pyx_RefNannyDeclarations\n  PyObject *__pyx_t_1 = NULL;\n  int __pyx_t_2;\n  int __pyx_t_3;\n  PyObject *__pyx_t_4 = NULL;\n  PyObject *__pyx_t_5 = NULL;\n  int __pyx_lineno = 0;\n  const char *__pyx_filename = NULL;\n  int __pyx_clineno = 0;\n  __Pyx_RefNannySetupContext(\"__reduce_cython__\", 0);\n\n  /* \"(tree fragment)\":5\n *     cdef object _dict\n *     cdef bint use_setstate\n *     state = (self.name,)             # <<<<<<<<<<<<<<\n *     _dict = getattr(self, '__dict__', None)\n *     if _dict is not None:\n */\n  __pyx_t_1 = PyTuple_New(1); if (unlikely(!__pyx_t_1)) __PYX_ERR(1, 5, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_t_1);\n  __Pyx_INCREF(__pyx_v_self->name);\n  __Pyx_GIVEREF(__pyx_v_self->name);\n  PyTuple_SET_ITEM(__pyx_t_1, 0, __pyx_v_self->name);\n  __pyx_v_state = ((PyObject*)__pyx_t_1);\n  __pyx_t_1 = 0;\n\n  /* \"(tree fragment)\":6\n *     cdef bint use_setstate\n *     state = (self.name,)\n *     _dict = getattr(self, '__dict__', None)             # <<<<<<<<<<<<<<\n *     if _dict is not None:\n *         state += (_dict,)\n */\n  __pyx_t_1 = __Pyx_GetAttr3(((PyObject *)__pyx_v_self), __pyx_n_s_dict, Py_None); if (unlikely(!__pyx_t_1)) __PYX_ERR(1, 6, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_t_1);\n  __pyx_v__dict = __pyx_t_1;\n  __pyx_t_1 = 0;\n\n  /* \"(tree fragment)\":7\n *     state = (self.name,)\n *     _dict = getattr(self, '__dict__', None)\n *     if _dict is not None:             # <<<<<<<<<<<<<<\n *         state += (_dict,)\n *         use_setstate = True\n */\n  __pyx_t_2 = (__pyx_v__dict != Py_None);\n  __pyx_t_3 = (__pyx_t_2 != 0);\n  if (__pyx_t_3) {\n\n    /* \"(tree fragment)\":8\n *     _dict = getattr(self, '__dict__', None)\n *     if _dict is not None:\n *         state += (_dict,)             # <<<<<<<<<<<<<<\n *         use_setstate = True\n *     else:\n */\n    __pyx_t_1 = PyTuple_New(1); if (unlikely(!__pyx_t_1)) __PYX_ERR(1, 8, __pyx_L1_error)\n    __Pyx_GOTREF(__pyx_t_1);\n    __Pyx_INCREF(__pyx_v__dict);\n    __Pyx_GIVEREF(__pyx_v__dict);\n    PyTuple_SET_ITEM(__pyx_t_1, 0, __pyx_v__dict);\n    __pyx_t_4 = PyNumber_InPlaceAdd(__pyx_v_state, __pyx_t_1); if (unlikely(!__pyx_t_4)) __PYX_ERR(1, 8, __pyx_L1_error)\n    __Pyx_GOTREF(__pyx_t_4);\n    __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;\n    __Pyx_DECREF_SET(__pyx_v_state, ((PyObject*)__pyx_t_4));\n    __pyx_t_4 = 0;\n\n    /* \"(tree fragment)\":9\n *     if _dict is not None:\n *         state += (_dict,)\n *         use_setstate = True             # <<<<<<<<<<<<<<\n *     else:\n *         use_setstate = self.name is not None\n */\n    __pyx_v_use_setstate = 1;\n\n    /* \"(tree fragment)\":7\n *     state = (self.name,)\n *     _dict = getattr(self, '__dict__', None)\n *     if _dict is not None:             # <<<<<<<<<<<<<<\n *         state += (_dict,)\n *         use_setstate = True\n */\n    goto __pyx_L3;\n  }\n\n  /* \"(tree fragment)\":11\n *         use_setstate = True\n *     else:\n *         use_setstate = self.name is not None             # <<<<<<<<<<<<<<\n *     if use_setstate:\n *         return __pyx_unpickle_Enum, (type(self), 0xb068931, None), state\n */\n  /*else*/ {\n    __pyx_t_3 = (__pyx_v_self->name != Py_None);\n    __pyx_v_use_setstate = __pyx_t_3;\n  }\n  __pyx_L3:;\n\n  /* \"(tree fragment)\":12\n *     else:\n *         use_setstate = self.name is not None\n *     if use_setstate:             # <<<<<<<<<<<<<<\n *         return __pyx_unpickle_Enum, (type(self), 0xb068931, None), state\n *     else:\n */\n  __pyx_t_3 = (__pyx_v_use_setstate != 0);\n  if (__pyx_t_3) {\n\n    /* \"(tree fragment)\":13\n *         use_setstate = self.name is not None\n *     if use_setstate:\n *         return __pyx_unpickle_Enum, (type(self), 0xb068931, None), state             # <<<<<<<<<<<<<<\n *     else:\n *         return __pyx_unpickle_Enum, (type(self), 0xb068931, state)\n */\n    __Pyx_XDECREF(__pyx_r);\n    __Pyx_GetModuleGlobalName(__pyx_t_4, __pyx_n_s_pyx_unpickle_Enum); if (unlikely(!__pyx_t_4)) __PYX_ERR(1, 13, __pyx_L1_error)\n    __Pyx_GOTREF(__pyx_t_4);\n    __pyx_t_1 = PyTuple_New(3); if (unlikely(!__pyx_t_1)) __PYX_ERR(1, 13, __pyx_L1_error)\n    __Pyx_GOTREF(__pyx_t_1);\n    __Pyx_INCREF(((PyObject *)Py_TYPE(((PyObject *)__pyx_v_self))));\n    __Pyx_GIVEREF(((PyObject *)Py_TYPE(((PyObject *)__pyx_v_self))));\n    PyTuple_SET_ITEM(__pyx_t_1, 0, ((PyObject *)Py_TYPE(((PyObject *)__pyx_v_self))));\n    __Pyx_INCREF(__pyx_int_184977713);\n    __Pyx_GIVEREF(__pyx_int_184977713);\n    PyTuple_SET_ITEM(__pyx_t_1, 1, __pyx_int_184977713);\n    __Pyx_INCREF(Py_None);\n    __Pyx_GIVEREF(Py_None);\n    PyTuple_SET_ITEM(__pyx_t_1, 2, Py_None);\n    __pyx_t_5 = PyTuple_New(3); if (unlikely(!__pyx_t_5)) __PYX_ERR(1, 13, __pyx_L1_error)\n    __Pyx_GOTREF(__pyx_t_5);\n    __Pyx_GIVEREF(__pyx_t_4);\n    PyTuple_SET_ITEM(__pyx_t_5, 0, __pyx_t_4);\n    __Pyx_GIVEREF(__pyx_t_1);\n    PyTuple_SET_ITEM(__pyx_t_5, 1, __pyx_t_1);\n    __Pyx_INCREF(__pyx_v_state);\n    __Pyx_GIVEREF(__pyx_v_state);\n    PyTuple_SET_ITEM(__pyx_t_5, 2, __pyx_v_state);\n    __pyx_t_4 = 0;\n    __pyx_t_1 = 0;\n    __pyx_r = __pyx_t_5;\n    __pyx_t_5 = 0;\n    goto __pyx_L0;\n\n    /* \"(tree fragment)\":12\n *     else:\n *         use_setstate = self.name is not None\n *     if use_setstate:             # <<<<<<<<<<<<<<\n *         return __pyx_unpickle_Enum, (type(self), 0xb068931, None), state\n *     else:\n */\n  }\n\n  /* \"(tree fragment)\":15\n *         return __pyx_unpickle_Enum, (type(self), 0xb068931, None), state\n *     else:\n *         return __pyx_unpickle_Enum, (type(self), 0xb068931, state)             # <<<<<<<<<<<<<<\n * def __setstate_cython__(self, __pyx_state):\n *     __pyx_unpickle_Enum__set_state(self, __pyx_state)\n */\n  /*else*/ {\n    __Pyx_XDECREF(__pyx_r);\n    __Pyx_GetModuleGlobalName(__pyx_t_5, __pyx_n_s_pyx_unpickle_Enum); if (unlikely(!__pyx_t_5)) __PYX_ERR(1, 15, __pyx_L1_error)\n    __Pyx_GOTREF(__pyx_t_5);\n    __pyx_t_1 = PyTuple_New(3); if (unlikely(!__pyx_t_1)) __PYX_ERR(1, 15, __pyx_L1_error)\n    __Pyx_GOTREF(__pyx_t_1);\n    __Pyx_INCREF(((PyObject *)Py_TYPE(((PyObject *)__pyx_v_self))));\n    __Pyx_GIVEREF(((PyObject *)Py_TYPE(((PyObject *)__pyx_v_self))));\n    PyTuple_SET_ITEM(__pyx_t_1, 0, ((PyObject *)Py_TYPE(((PyObject *)__pyx_v_self))));\n    __Pyx_INCREF(__pyx_int_184977713);\n    __Pyx_GIVEREF(__pyx_int_184977713);\n    PyTuple_SET_ITEM(__pyx_t_1, 1, __pyx_int_184977713);\n    __Pyx_INCREF(__pyx_v_state);\n    __Pyx_GIVEREF(__pyx_v_state);\n    PyTuple_SET_ITEM(__pyx_t_1, 2, __pyx_v_state);\n    __pyx_t_4 = PyTuple_New(2); if (unlikely(!__pyx_t_4)) __PYX_ERR(1, 15, __pyx_L1_error)\n    __Pyx_GOTREF(__pyx_t_4);\n    __Pyx_GIVEREF(__pyx_t_5);\n    PyTuple_SET_ITEM(__pyx_t_4, 0, __pyx_t_5);\n    __Pyx_GIVEREF(__pyx_t_1);\n    PyTuple_SET_ITEM(__pyx_t_4, 1, __pyx_t_1);\n    __pyx_t_5 = 0;\n    __pyx_t_1 = 0;\n    __pyx_r = __pyx_t_4;\n    __pyx_t_4 = 0;\n    goto __pyx_L0;\n  }\n\n  /* \"(tree fragment)\":1\n * def __reduce_cython__(self):             # <<<<<<<<<<<<<<\n *     cdef tuple state\n *     cdef object _dict\n */\n\n  /* function exit code */\n  __pyx_L1_error:;\n  __Pyx_XDECREF(__pyx_t_1);\n  __Pyx_XDECREF(__pyx_t_4);\n  __Pyx_XDECREF(__pyx_t_5);\n  __Pyx_AddTraceback(\"View.MemoryView.Enum.__reduce_cython__\", __pyx_clineno, __pyx_lineno, __pyx_filename);\n  __pyx_r = NULL;\n  __pyx_L0:;\n  __Pyx_XDECREF(__pyx_v_state);\n  __Pyx_XDECREF(__pyx_v__dict);\n  __Pyx_XGIVEREF(__pyx_r);\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\n/* \"(tree fragment)\":16\n *     else:\n *         return __pyx_unpickle_Enum, (type(self), 0xb068931, state)\n * def __setstate_cython__(self, __pyx_state):             # <<<<<<<<<<<<<<\n *     __pyx_unpickle_Enum__set_state(self, __pyx_state)\n */\n\n/* Python wrapper */\nstatic PyObject *__pyx_pw___pyx_MemviewEnum_3__setstate_cython__(PyObject *__pyx_v_self, PyObject *__pyx_v___pyx_state); /*proto*/\nstatic PyObject *__pyx_pw___pyx_MemviewEnum_3__setstate_cython__(PyObject *__pyx_v_self, PyObject *__pyx_v___pyx_state) {\n  PyObject *__pyx_r = 0;\n  __Pyx_RefNannyDeclarations\n  __Pyx_RefNannySetupContext(\"__setstate_cython__ (wrapper)\", 0);\n  __pyx_r = __pyx_pf___pyx_MemviewEnum_2__setstate_cython__(((struct __pyx_MemviewEnum_obj *)__pyx_v_self), ((PyObject *)__pyx_v___pyx_state));\n\n  /* function exit code */\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\nstatic PyObject *__pyx_pf___pyx_MemviewEnum_2__setstate_cython__(struct __pyx_MemviewEnum_obj *__pyx_v_self, PyObject *__pyx_v___pyx_state) {\n  PyObject *__pyx_r = NULL;\n  __Pyx_RefNannyDeclarations\n  PyObject *__pyx_t_1 = NULL;\n  int __pyx_lineno = 0;\n  const char *__pyx_filename = NULL;\n  int __pyx_clineno = 0;\n  __Pyx_RefNannySetupContext(\"__setstate_cython__\", 0);\n\n  /* \"(tree fragment)\":17\n *         return __pyx_unpickle_Enum, (type(self), 0xb068931, state)\n * def __setstate_cython__(self, __pyx_state):\n *     __pyx_unpickle_Enum__set_state(self, __pyx_state)             # <<<<<<<<<<<<<<\n */\n  if (!(likely(PyTuple_CheckExact(__pyx_v___pyx_state))||((__pyx_v___pyx_state) == Py_None)||(PyErr_Format(PyExc_TypeError, \"Expected %.16s, got %.200s\", \"tuple\", Py_TYPE(__pyx_v___pyx_state)->tp_name), 0))) __PYX_ERR(1, 17, __pyx_L1_error)\n  __pyx_t_1 = __pyx_unpickle_Enum__set_state(__pyx_v_self, ((PyObject*)__pyx_v___pyx_state)); if (unlikely(!__pyx_t_1)) __PYX_ERR(1, 17, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_t_1);\n  __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;\n\n  /* \"(tree fragment)\":16\n *     else:\n *         return __pyx_unpickle_Enum, (type(self), 0xb068931, state)\n * def __setstate_cython__(self, __pyx_state):             # <<<<<<<<<<<<<<\n *     __pyx_unpickle_Enum__set_state(self, __pyx_state)\n */\n\n  /* function exit code */\n  __pyx_r = Py_None; __Pyx_INCREF(Py_None);\n  goto __pyx_L0;\n  __pyx_L1_error:;\n  __Pyx_XDECREF(__pyx_t_1);\n  __Pyx_AddTraceback(\"View.MemoryView.Enum.__setstate_cython__\", __pyx_clineno, __pyx_lineno, __pyx_filename);\n  __pyx_r = NULL;\n  __pyx_L0:;\n  __Pyx_XGIVEREF(__pyx_r);\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\n/* \"View.MemoryView\":298\n * \n * @cname('__pyx_align_pointer')\n * cdef void *align_pointer(void *memory, size_t alignment) nogil:             # <<<<<<<<<<<<<<\n *     \"Align pointer memory on a given boundary\"\n *     cdef Py_intptr_t aligned_p = <Py_intptr_t> memory\n */\n\nstatic void *__pyx_align_pointer(void *__pyx_v_memory, size_t __pyx_v_alignment) {\n  Py_intptr_t __pyx_v_aligned_p;\n  size_t __pyx_v_offset;\n  void *__pyx_r;\n  int __pyx_t_1;\n\n  /* \"View.MemoryView\":300\n * cdef void *align_pointer(void *memory, size_t alignment) nogil:\n *     \"Align pointer memory on a given boundary\"\n *     cdef Py_intptr_t aligned_p = <Py_intptr_t> memory             # <<<<<<<<<<<<<<\n *     cdef size_t offset\n * \n */\n  __pyx_v_aligned_p = ((Py_intptr_t)__pyx_v_memory);\n\n  /* \"View.MemoryView\":304\n * \n *     with cython.cdivision(True):\n *         offset = aligned_p % alignment             # <<<<<<<<<<<<<<\n * \n *     if offset > 0:\n */\n  __pyx_v_offset = (__pyx_v_aligned_p % __pyx_v_alignment);\n\n  /* \"View.MemoryView\":306\n *         offset = aligned_p % alignment\n * \n *     if offset > 0:             # <<<<<<<<<<<<<<\n *         aligned_p += alignment - offset\n * \n */\n  __pyx_t_1 = ((__pyx_v_offset > 0) != 0);\n  if (__pyx_t_1) {\n\n    /* \"View.MemoryView\":307\n * \n *     if offset > 0:\n *         aligned_p += alignment - offset             # <<<<<<<<<<<<<<\n * \n *     return <void *> aligned_p\n */\n    __pyx_v_aligned_p = (__pyx_v_aligned_p + (__pyx_v_alignment - __pyx_v_offset));\n\n    /* \"View.MemoryView\":306\n *         offset = aligned_p % alignment\n * \n *     if offset > 0:             # <<<<<<<<<<<<<<\n *         aligned_p += alignment - offset\n * \n */\n  }\n\n  /* \"View.MemoryView\":309\n *         aligned_p += alignment - offset\n * \n *     return <void *> aligned_p             # <<<<<<<<<<<<<<\n * \n * \n */\n  __pyx_r = ((void *)__pyx_v_aligned_p);\n  goto __pyx_L0;\n\n  /* \"View.MemoryView\":298\n * \n * @cname('__pyx_align_pointer')\n * cdef void *align_pointer(void *memory, size_t alignment) nogil:             # <<<<<<<<<<<<<<\n *     \"Align pointer memory on a given boundary\"\n *     cdef Py_intptr_t aligned_p = <Py_intptr_t> memory\n */\n\n  /* function exit code */\n  __pyx_L0:;\n  return __pyx_r;\n}\n\n/* \"View.MemoryView\":345\n *     cdef __Pyx_TypeInfo *typeinfo\n * \n *     def __cinit__(memoryview self, object obj, int flags, bint dtype_is_object=False):             # <<<<<<<<<<<<<<\n *         self.obj = obj\n *         self.flags = flags\n */\n\n/* Python wrapper */\nstatic int __pyx_memoryview___cinit__(PyObject *__pyx_v_self, PyObject *__pyx_args, PyObject *__pyx_kwds); /*proto*/\nstatic int __pyx_memoryview___cinit__(PyObject *__pyx_v_self, PyObject *__pyx_args, PyObject *__pyx_kwds) {\n  PyObject *__pyx_v_obj = 0;\n  int __pyx_v_flags;\n  int __pyx_v_dtype_is_object;\n  int __pyx_lineno = 0;\n  const char *__pyx_filename = NULL;\n  int __pyx_clineno = 0;\n  int __pyx_r;\n  __Pyx_RefNannyDeclarations\n  __Pyx_RefNannySetupContext(\"__cinit__ (wrapper)\", 0);\n  {\n    static PyObject **__pyx_pyargnames[] = {&__pyx_n_s_obj,&__pyx_n_s_flags,&__pyx_n_s_dtype_is_object,0};\n    PyObject* values[3] = {0,0,0};\n    if (unlikely(__pyx_kwds)) {\n      Py_ssize_t kw_args;\n      const Py_ssize_t pos_args = PyTuple_GET_SIZE(__pyx_args);\n      switch (pos_args) {\n        case  3: values[2] = PyTuple_GET_ITEM(__pyx_args, 2);\n        CYTHON_FALLTHROUGH;\n        case  2: values[1] = PyTuple_GET_ITEM(__pyx_args, 1);\n        CYTHON_FALLTHROUGH;\n        case  1: values[0] = PyTuple_GET_ITEM(__pyx_args, 0);\n        CYTHON_FALLTHROUGH;\n        case  0: break;\n        default: goto __pyx_L5_argtuple_error;\n      }\n      kw_args = PyDict_Size(__pyx_kwds);\n      switch (pos_args) {\n        case  0:\n        if (likely((values[0] = __Pyx_PyDict_GetItemStr(__pyx_kwds, __pyx_n_s_obj)) != 0)) kw_args--;\n        else goto __pyx_L5_argtuple_error;\n        CYTHON_FALLTHROUGH;\n        case  1:\n        if (likely((values[1] = __Pyx_PyDict_GetItemStr(__pyx_kwds, __pyx_n_s_flags)) != 0)) kw_args--;\n        else {\n          __Pyx_RaiseArgtupleInvalid(\"__cinit__\", 0, 2, 3, 1); __PYX_ERR(1, 345, __pyx_L3_error)\n        }\n        CYTHON_FALLTHROUGH;\n        case  2:\n        if (kw_args > 0) {\n          PyObject* value = __Pyx_PyDict_GetItemStr(__pyx_kwds, __pyx_n_s_dtype_is_object);\n          if (value) { values[2] = value; kw_args--; }\n        }\n      }\n      if (unlikely(kw_args > 0)) {\n        if (unlikely(__Pyx_ParseOptionalKeywords(__pyx_kwds, __pyx_pyargnames, 0, values, pos_args, \"__cinit__\") < 0)) __PYX_ERR(1, 345, __pyx_L3_error)\n      }\n    } else {\n      switch (PyTuple_GET_SIZE(__pyx_args)) {\n        case  3: values[2] = PyTuple_GET_ITEM(__pyx_args, 2);\n        CYTHON_FALLTHROUGH;\n        case  2: values[1] = PyTuple_GET_ITEM(__pyx_args, 1);\n        values[0] = PyTuple_GET_ITEM(__pyx_args, 0);\n        break;\n        default: goto __pyx_L5_argtuple_error;\n      }\n    }\n    __pyx_v_obj = values[0];\n    __pyx_v_flags = __Pyx_PyInt_As_int(values[1]); if (unlikely((__pyx_v_flags == (int)-1) && PyErr_Occurred())) __PYX_ERR(1, 345, __pyx_L3_error)\n    if (values[2]) {\n      __pyx_v_dtype_is_object = __Pyx_PyObject_IsTrue(values[2]); if (unlikely((__pyx_v_dtype_is_object == (int)-1) && PyErr_Occurred())) __PYX_ERR(1, 345, __pyx_L3_error)\n    } else {\n      __pyx_v_dtype_is_object = ((int)0);\n    }\n  }\n  goto __pyx_L4_argument_unpacking_done;\n  __pyx_L5_argtuple_error:;\n  __Pyx_RaiseArgtupleInvalid(\"__cinit__\", 0, 2, 3, PyTuple_GET_SIZE(__pyx_args)); __PYX_ERR(1, 345, __pyx_L3_error)\n  __pyx_L3_error:;\n  __Pyx_AddTraceback(\"View.MemoryView.memoryview.__cinit__\", __pyx_clineno, __pyx_lineno, __pyx_filename);\n  __Pyx_RefNannyFinishContext();\n  return -1;\n  __pyx_L4_argument_unpacking_done:;\n  __pyx_r = __pyx_memoryview___pyx_pf_15View_dot_MemoryView_10memoryview___cinit__(((struct __pyx_memoryview_obj *)__pyx_v_self), __pyx_v_obj, __pyx_v_flags, __pyx_v_dtype_is_object);\n\n  /* function exit code */\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\nstatic int __pyx_memoryview___pyx_pf_15View_dot_MemoryView_10memoryview___cinit__(struct __pyx_memoryview_obj *__pyx_v_self, PyObject *__pyx_v_obj, int __pyx_v_flags, int __pyx_v_dtype_is_object) {\n  int __pyx_r;\n  __Pyx_RefNannyDeclarations\n  int __pyx_t_1;\n  int __pyx_t_2;\n  int __pyx_t_3;\n  int __pyx_t_4;\n  int __pyx_lineno = 0;\n  const char *__pyx_filename = NULL;\n  int __pyx_clineno = 0;\n  __Pyx_RefNannySetupContext(\"__cinit__\", 0);\n\n  /* \"View.MemoryView\":346\n * \n *     def __cinit__(memoryview self, object obj, int flags, bint dtype_is_object=False):\n *         self.obj = obj             # <<<<<<<<<<<<<<\n *         self.flags = flags\n *         if type(self) is memoryview or obj is not None:\n */\n  __Pyx_INCREF(__pyx_v_obj);\n  __Pyx_GIVEREF(__pyx_v_obj);\n  __Pyx_GOTREF(__pyx_v_self->obj);\n  __Pyx_DECREF(__pyx_v_self->obj);\n  __pyx_v_self->obj = __pyx_v_obj;\n\n  /* \"View.MemoryView\":347\n *     def __cinit__(memoryview self, object obj, int flags, bint dtype_is_object=False):\n *         self.obj = obj\n *         self.flags = flags             # <<<<<<<<<<<<<<\n *         if type(self) is memoryview or obj is not None:\n *             __Pyx_GetBuffer(obj, &self.view, flags)\n */\n  __pyx_v_self->flags = __pyx_v_flags;\n\n  /* \"View.MemoryView\":348\n *         self.obj = obj\n *         self.flags = flags\n *         if type(self) is memoryview or obj is not None:             # <<<<<<<<<<<<<<\n *             __Pyx_GetBuffer(obj, &self.view, flags)\n *             if <PyObject *> self.view.obj == NULL:\n */\n  __pyx_t_2 = (((PyObject *)Py_TYPE(((PyObject *)__pyx_v_self))) == ((PyObject *)__pyx_memoryview_type));\n  __pyx_t_3 = (__pyx_t_2 != 0);\n  if (!__pyx_t_3) {\n  } else {\n    __pyx_t_1 = __pyx_t_3;\n    goto __pyx_L4_bool_binop_done;\n  }\n  __pyx_t_3 = (__pyx_v_obj != Py_None);\n  __pyx_t_2 = (__pyx_t_3 != 0);\n  __pyx_t_1 = __pyx_t_2;\n  __pyx_L4_bool_binop_done:;\n  if (__pyx_t_1) {\n\n    /* \"View.MemoryView\":349\n *         self.flags = flags\n *         if type(self) is memoryview or obj is not None:\n *             __Pyx_GetBuffer(obj, &self.view, flags)             # <<<<<<<<<<<<<<\n *             if <PyObject *> self.view.obj == NULL:\n *                 (<__pyx_buffer *> &self.view).obj = Py_None\n */\n    __pyx_t_4 = __Pyx_GetBuffer(__pyx_v_obj, (&__pyx_v_self->view), __pyx_v_flags); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(1, 349, __pyx_L1_error)\n\n    /* \"View.MemoryView\":350\n *         if type(self) is memoryview or obj is not None:\n *             __Pyx_GetBuffer(obj, &self.view, flags)\n *             if <PyObject *> self.view.obj == NULL:             # <<<<<<<<<<<<<<\n *                 (<__pyx_buffer *> &self.view).obj = Py_None\n *                 Py_INCREF(Py_None)\n */\n    __pyx_t_1 = ((((PyObject *)__pyx_v_self->view.obj) == NULL) != 0);\n    if (__pyx_t_1) {\n\n      /* \"View.MemoryView\":351\n *             __Pyx_GetBuffer(obj, &self.view, flags)\n *             if <PyObject *> self.view.obj == NULL:\n *                 (<__pyx_buffer *> &self.view).obj = Py_None             # <<<<<<<<<<<<<<\n *                 Py_INCREF(Py_None)\n * \n */\n      ((Py_buffer *)(&__pyx_v_self->view))->obj = Py_None;\n\n      /* \"View.MemoryView\":352\n *             if <PyObject *> self.view.obj == NULL:\n *                 (<__pyx_buffer *> &self.view).obj = Py_None\n *                 Py_INCREF(Py_None)             # <<<<<<<<<<<<<<\n * \n *         global __pyx_memoryview_thread_locks_used\n */\n      Py_INCREF(Py_None);\n\n      /* \"View.MemoryView\":350\n *         if type(self) is memoryview or obj is not None:\n *             __Pyx_GetBuffer(obj, &self.view, flags)\n *             if <PyObject *> self.view.obj == NULL:             # <<<<<<<<<<<<<<\n *                 (<__pyx_buffer *> &self.view).obj = Py_None\n *                 Py_INCREF(Py_None)\n */\n    }\n\n    /* \"View.MemoryView\":348\n *         self.obj = obj\n *         self.flags = flags\n *         if type(self) is memoryview or obj is not None:             # <<<<<<<<<<<<<<\n *             __Pyx_GetBuffer(obj, &self.view, flags)\n *             if <PyObject *> self.view.obj == NULL:\n */\n  }\n\n  /* \"View.MemoryView\":355\n * \n *         global __pyx_memoryview_thread_locks_used\n *         if __pyx_memoryview_thread_locks_used < THREAD_LOCKS_PREALLOCATED:             # <<<<<<<<<<<<<<\n *             self.lock = __pyx_memoryview_thread_locks[__pyx_memoryview_thread_locks_used]\n *             __pyx_memoryview_thread_locks_used += 1\n */\n  __pyx_t_1 = ((__pyx_memoryview_thread_locks_used < 8) != 0);\n  if (__pyx_t_1) {\n\n    /* \"View.MemoryView\":356\n *         global __pyx_memoryview_thread_locks_used\n *         if __pyx_memoryview_thread_locks_used < THREAD_LOCKS_PREALLOCATED:\n *             self.lock = __pyx_memoryview_thread_locks[__pyx_memoryview_thread_locks_used]             # <<<<<<<<<<<<<<\n *             __pyx_memoryview_thread_locks_used += 1\n *         if self.lock is NULL:\n */\n    __pyx_v_self->lock = (__pyx_memoryview_thread_locks[__pyx_memoryview_thread_locks_used]);\n\n    /* \"View.MemoryView\":357\n *         if __pyx_memoryview_thread_locks_used < THREAD_LOCKS_PREALLOCATED:\n *             self.lock = __pyx_memoryview_thread_locks[__pyx_memoryview_thread_locks_used]\n *             __pyx_memoryview_thread_locks_used += 1             # <<<<<<<<<<<<<<\n *         if self.lock is NULL:\n *             self.lock = PyThread_allocate_lock()\n */\n    __pyx_memoryview_thread_locks_used = (__pyx_memoryview_thread_locks_used + 1);\n\n    /* \"View.MemoryView\":355\n * \n *         global __pyx_memoryview_thread_locks_used\n *         if __pyx_memoryview_thread_locks_used < THREAD_LOCKS_PREALLOCATED:             # <<<<<<<<<<<<<<\n *             self.lock = __pyx_memoryview_thread_locks[__pyx_memoryview_thread_locks_used]\n *             __pyx_memoryview_thread_locks_used += 1\n */\n  }\n\n  /* \"View.MemoryView\":358\n *             self.lock = __pyx_memoryview_thread_locks[__pyx_memoryview_thread_locks_used]\n *             __pyx_memoryview_thread_locks_used += 1\n *         if self.lock is NULL:             # <<<<<<<<<<<<<<\n *             self.lock = PyThread_allocate_lock()\n *             if self.lock is NULL:\n */\n  __pyx_t_1 = ((__pyx_v_self->lock == NULL) != 0);\n  if (__pyx_t_1) {\n\n    /* \"View.MemoryView\":359\n *             __pyx_memoryview_thread_locks_used += 1\n *         if self.lock is NULL:\n *             self.lock = PyThread_allocate_lock()             # <<<<<<<<<<<<<<\n *             if self.lock is NULL:\n *                 raise MemoryError\n */\n    __pyx_v_self->lock = PyThread_allocate_lock();\n\n    /* \"View.MemoryView\":360\n *         if self.lock is NULL:\n *             self.lock = PyThread_allocate_lock()\n *             if self.lock is NULL:             # <<<<<<<<<<<<<<\n *                 raise MemoryError\n * \n */\n    __pyx_t_1 = ((__pyx_v_self->lock == NULL) != 0);\n    if (unlikely(__pyx_t_1)) {\n\n      /* \"View.MemoryView\":361\n *             self.lock = PyThread_allocate_lock()\n *             if self.lock is NULL:\n *                 raise MemoryError             # <<<<<<<<<<<<<<\n * \n *         if flags & PyBUF_FORMAT:\n */\n      PyErr_NoMemory(); __PYX_ERR(1, 361, __pyx_L1_error)\n\n      /* \"View.MemoryView\":360\n *         if self.lock is NULL:\n *             self.lock = PyThread_allocate_lock()\n *             if self.lock is NULL:             # <<<<<<<<<<<<<<\n *                 raise MemoryError\n * \n */\n    }\n\n    /* \"View.MemoryView\":358\n *             self.lock = __pyx_memoryview_thread_locks[__pyx_memoryview_thread_locks_used]\n *             __pyx_memoryview_thread_locks_used += 1\n *         if self.lock is NULL:             # <<<<<<<<<<<<<<\n *             self.lock = PyThread_allocate_lock()\n *             if self.lock is NULL:\n */\n  }\n\n  /* \"View.MemoryView\":363\n *                 raise MemoryError\n * \n *         if flags & PyBUF_FORMAT:             # <<<<<<<<<<<<<<\n *             self.dtype_is_object = (self.view.format[0] == b'O' and self.view.format[1] == b'\\0')\n *         else:\n */\n  __pyx_t_1 = ((__pyx_v_flags & PyBUF_FORMAT) != 0);\n  if (__pyx_t_1) {\n\n    /* \"View.MemoryView\":364\n * \n *         if flags & PyBUF_FORMAT:\n *             self.dtype_is_object = (self.view.format[0] == b'O' and self.view.format[1] == b'\\0')             # <<<<<<<<<<<<<<\n *         else:\n *             self.dtype_is_object = dtype_is_object\n */\n    __pyx_t_2 = (((__pyx_v_self->view.format[0]) == 'O') != 0);\n    if (__pyx_t_2) {\n    } else {\n      __pyx_t_1 = __pyx_t_2;\n      goto __pyx_L11_bool_binop_done;\n    }\n    __pyx_t_2 = (((__pyx_v_self->view.format[1]) == '\\x00') != 0);\n    __pyx_t_1 = __pyx_t_2;\n    __pyx_L11_bool_binop_done:;\n    __pyx_v_self->dtype_is_object = __pyx_t_1;\n\n    /* \"View.MemoryView\":363\n *                 raise MemoryError\n * \n *         if flags & PyBUF_FORMAT:             # <<<<<<<<<<<<<<\n *             self.dtype_is_object = (self.view.format[0] == b'O' and self.view.format[1] == b'\\0')\n *         else:\n */\n    goto __pyx_L10;\n  }\n\n  /* \"View.MemoryView\":366\n *             self.dtype_is_object = (self.view.format[0] == b'O' and self.view.format[1] == b'\\0')\n *         else:\n *             self.dtype_is_object = dtype_is_object             # <<<<<<<<<<<<<<\n * \n *         self.acquisition_count_aligned_p = <__pyx_atomic_int *> align_pointer(\n */\n  /*else*/ {\n    __pyx_v_self->dtype_is_object = __pyx_v_dtype_is_object;\n  }\n  __pyx_L10:;\n\n  /* \"View.MemoryView\":368\n *             self.dtype_is_object = dtype_is_object\n * \n *         self.acquisition_count_aligned_p = <__pyx_atomic_int *> align_pointer(             # <<<<<<<<<<<<<<\n *                   <void *> &self.acquisition_count[0], sizeof(__pyx_atomic_int))\n *         self.typeinfo = NULL\n */\n  __pyx_v_self->acquisition_count_aligned_p = ((__pyx_atomic_int *)__pyx_align_pointer(((void *)(&(__pyx_v_self->acquisition_count[0]))), (sizeof(__pyx_atomic_int))));\n\n  /* \"View.MemoryView\":370\n *         self.acquisition_count_aligned_p = <__pyx_atomic_int *> align_pointer(\n *                   <void *> &self.acquisition_count[0], sizeof(__pyx_atomic_int))\n *         self.typeinfo = NULL             # <<<<<<<<<<<<<<\n * \n *     def __dealloc__(memoryview self):\n */\n  __pyx_v_self->typeinfo = NULL;\n\n  /* \"View.MemoryView\":345\n *     cdef __Pyx_TypeInfo *typeinfo\n * \n *     def __cinit__(memoryview self, object obj, int flags, bint dtype_is_object=False):             # <<<<<<<<<<<<<<\n *         self.obj = obj\n *         self.flags = flags\n */\n\n  /* function exit code */\n  __pyx_r = 0;\n  goto __pyx_L0;\n  __pyx_L1_error:;\n  __Pyx_AddTraceback(\"View.MemoryView.memoryview.__cinit__\", __pyx_clineno, __pyx_lineno, __pyx_filename);\n  __pyx_r = -1;\n  __pyx_L0:;\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\n/* \"View.MemoryView\":372\n *         self.typeinfo = NULL\n * \n *     def __dealloc__(memoryview self):             # <<<<<<<<<<<<<<\n *         if self.obj is not None:\n *             __Pyx_ReleaseBuffer(&self.view)\n */\n\n/* Python wrapper */\nstatic void __pyx_memoryview___dealloc__(PyObject *__pyx_v_self); /*proto*/\nstatic void __pyx_memoryview___dealloc__(PyObject *__pyx_v_self) {\n  __Pyx_RefNannyDeclarations\n  __Pyx_RefNannySetupContext(\"__dealloc__ (wrapper)\", 0);\n  __pyx_memoryview___pyx_pf_15View_dot_MemoryView_10memoryview_2__dealloc__(((struct __pyx_memoryview_obj *)__pyx_v_self));\n\n  /* function exit code */\n  __Pyx_RefNannyFinishContext();\n}\n\nstatic void __pyx_memoryview___pyx_pf_15View_dot_MemoryView_10memoryview_2__dealloc__(struct __pyx_memoryview_obj *__pyx_v_self) {\n  int __pyx_v_i;\n  __Pyx_RefNannyDeclarations\n  int __pyx_t_1;\n  int __pyx_t_2;\n  int __pyx_t_3;\n  int __pyx_t_4;\n  int __pyx_t_5;\n  PyThread_type_lock __pyx_t_6;\n  PyThread_type_lock __pyx_t_7;\n  __Pyx_RefNannySetupContext(\"__dealloc__\", 0);\n\n  /* \"View.MemoryView\":373\n * \n *     def __dealloc__(memoryview self):\n *         if self.obj is not None:             # <<<<<<<<<<<<<<\n *             __Pyx_ReleaseBuffer(&self.view)\n *         elif (<__pyx_buffer *> &self.view).obj == Py_None:\n */\n  __pyx_t_1 = (__pyx_v_self->obj != Py_None);\n  __pyx_t_2 = (__pyx_t_1 != 0);\n  if (__pyx_t_2) {\n\n    /* \"View.MemoryView\":374\n *     def __dealloc__(memoryview self):\n *         if self.obj is not None:\n *             __Pyx_ReleaseBuffer(&self.view)             # <<<<<<<<<<<<<<\n *         elif (<__pyx_buffer *> &self.view).obj == Py_None:\n * \n */\n    __Pyx_ReleaseBuffer((&__pyx_v_self->view));\n\n    /* \"View.MemoryView\":373\n * \n *     def __dealloc__(memoryview self):\n *         if self.obj is not None:             # <<<<<<<<<<<<<<\n *             __Pyx_ReleaseBuffer(&self.view)\n *         elif (<__pyx_buffer *> &self.view).obj == Py_None:\n */\n    goto __pyx_L3;\n  }\n\n  /* \"View.MemoryView\":375\n *         if self.obj is not None:\n *             __Pyx_ReleaseBuffer(&self.view)\n *         elif (<__pyx_buffer *> &self.view).obj == Py_None:             # <<<<<<<<<<<<<<\n * \n *             (<__pyx_buffer *> &self.view).obj = NULL\n */\n  __pyx_t_2 = ((((Py_buffer *)(&__pyx_v_self->view))->obj == Py_None) != 0);\n  if (__pyx_t_2) {\n\n    /* \"View.MemoryView\":377\n *         elif (<__pyx_buffer *> &self.view).obj == Py_None:\n * \n *             (<__pyx_buffer *> &self.view).obj = NULL             # <<<<<<<<<<<<<<\n *             Py_DECREF(Py_None)\n * \n */\n    ((Py_buffer *)(&__pyx_v_self->view))->obj = NULL;\n\n    /* \"View.MemoryView\":378\n * \n *             (<__pyx_buffer *> &self.view).obj = NULL\n *             Py_DECREF(Py_None)             # <<<<<<<<<<<<<<\n * \n *         cdef int i\n */\n    Py_DECREF(Py_None);\n\n    /* \"View.MemoryView\":375\n *         if self.obj is not None:\n *             __Pyx_ReleaseBuffer(&self.view)\n *         elif (<__pyx_buffer *> &self.view).obj == Py_None:             # <<<<<<<<<<<<<<\n * \n *             (<__pyx_buffer *> &self.view).obj = NULL\n */\n  }\n  __pyx_L3:;\n\n  /* \"View.MemoryView\":382\n *         cdef int i\n *         global __pyx_memoryview_thread_locks_used\n *         if self.lock != NULL:             # <<<<<<<<<<<<<<\n *             for i in range(__pyx_memoryview_thread_locks_used):\n *                 if __pyx_memoryview_thread_locks[i] is self.lock:\n */\n  __pyx_t_2 = ((__pyx_v_self->lock != NULL) != 0);\n  if (__pyx_t_2) {\n\n    /* \"View.MemoryView\":383\n *         global __pyx_memoryview_thread_locks_used\n *         if self.lock != NULL:\n *             for i in range(__pyx_memoryview_thread_locks_used):             # <<<<<<<<<<<<<<\n *                 if __pyx_memoryview_thread_locks[i] is self.lock:\n *                     __pyx_memoryview_thread_locks_used -= 1\n */\n    __pyx_t_3 = __pyx_memoryview_thread_locks_used;\n    __pyx_t_4 = __pyx_t_3;\n    for (__pyx_t_5 = 0; __pyx_t_5 < __pyx_t_4; __pyx_t_5+=1) {\n      __pyx_v_i = __pyx_t_5;\n\n      /* \"View.MemoryView\":384\n *         if self.lock != NULL:\n *             for i in range(__pyx_memoryview_thread_locks_used):\n *                 if __pyx_memoryview_thread_locks[i] is self.lock:             # <<<<<<<<<<<<<<\n *                     __pyx_memoryview_thread_locks_used -= 1\n *                     if i != __pyx_memoryview_thread_locks_used:\n */\n      __pyx_t_2 = (((__pyx_memoryview_thread_locks[__pyx_v_i]) == __pyx_v_self->lock) != 0);\n      if (__pyx_t_2) {\n\n        /* \"View.MemoryView\":385\n *             for i in range(__pyx_memoryview_thread_locks_used):\n *                 if __pyx_memoryview_thread_locks[i] is self.lock:\n *                     __pyx_memoryview_thread_locks_used -= 1             # <<<<<<<<<<<<<<\n *                     if i != __pyx_memoryview_thread_locks_used:\n *                         __pyx_memoryview_thread_locks[i], __pyx_memoryview_thread_locks[__pyx_memoryview_thread_locks_used] = (\n */\n        __pyx_memoryview_thread_locks_used = (__pyx_memoryview_thread_locks_used - 1);\n\n        /* \"View.MemoryView\":386\n *                 if __pyx_memoryview_thread_locks[i] is self.lock:\n *                     __pyx_memoryview_thread_locks_used -= 1\n *                     if i != __pyx_memoryview_thread_locks_used:             # <<<<<<<<<<<<<<\n *                         __pyx_memoryview_thread_locks[i], __pyx_memoryview_thread_locks[__pyx_memoryview_thread_locks_used] = (\n *                             __pyx_memoryview_thread_locks[__pyx_memoryview_thread_locks_used], __pyx_memoryview_thread_locks[i])\n */\n        __pyx_t_2 = ((__pyx_v_i != __pyx_memoryview_thread_locks_used) != 0);\n        if (__pyx_t_2) {\n\n          /* \"View.MemoryView\":388\n *                     if i != __pyx_memoryview_thread_locks_used:\n *                         __pyx_memoryview_thread_locks[i], __pyx_memoryview_thread_locks[__pyx_memoryview_thread_locks_used] = (\n *                             __pyx_memoryview_thread_locks[__pyx_memoryview_thread_locks_used], __pyx_memoryview_thread_locks[i])             # <<<<<<<<<<<<<<\n *                     break\n *             else:\n */\n          __pyx_t_6 = (__pyx_memoryview_thread_locks[__pyx_memoryview_thread_locks_used]);\n          __pyx_t_7 = (__pyx_memoryview_thread_locks[__pyx_v_i]);\n\n          /* \"View.MemoryView\":387\n *                     __pyx_memoryview_thread_locks_used -= 1\n *                     if i != __pyx_memoryview_thread_locks_used:\n *                         __pyx_memoryview_thread_locks[i], __pyx_memoryview_thread_locks[__pyx_memoryview_thread_locks_used] = (             # <<<<<<<<<<<<<<\n *                             __pyx_memoryview_thread_locks[__pyx_memoryview_thread_locks_used], __pyx_memoryview_thread_locks[i])\n *                     break\n */\n          (__pyx_memoryview_thread_locks[__pyx_v_i]) = __pyx_t_6;\n          (__pyx_memoryview_thread_locks[__pyx_memoryview_thread_locks_used]) = __pyx_t_7;\n\n          /* \"View.MemoryView\":386\n *                 if __pyx_memoryview_thread_locks[i] is self.lock:\n *                     __pyx_memoryview_thread_locks_used -= 1\n *                     if i != __pyx_memoryview_thread_locks_used:             # <<<<<<<<<<<<<<\n *                         __pyx_memoryview_thread_locks[i], __pyx_memoryview_thread_locks[__pyx_memoryview_thread_locks_used] = (\n *                             __pyx_memoryview_thread_locks[__pyx_memoryview_thread_locks_used], __pyx_memoryview_thread_locks[i])\n */\n        }\n\n        /* \"View.MemoryView\":389\n *                         __pyx_memoryview_thread_locks[i], __pyx_memoryview_thread_locks[__pyx_memoryview_thread_locks_used] = (\n *                             __pyx_memoryview_thread_locks[__pyx_memoryview_thread_locks_used], __pyx_memoryview_thread_locks[i])\n *                     break             # <<<<<<<<<<<<<<\n *             else:\n *                 PyThread_free_lock(self.lock)\n */\n        goto __pyx_L6_break;\n\n        /* \"View.MemoryView\":384\n *         if self.lock != NULL:\n *             for i in range(__pyx_memoryview_thread_locks_used):\n *                 if __pyx_memoryview_thread_locks[i] is self.lock:             # <<<<<<<<<<<<<<\n *                     __pyx_memoryview_thread_locks_used -= 1\n *                     if i != __pyx_memoryview_thread_locks_used:\n */\n      }\n    }\n    /*else*/ {\n\n      /* \"View.MemoryView\":391\n *                     break\n *             else:\n *                 PyThread_free_lock(self.lock)             # <<<<<<<<<<<<<<\n * \n *     cdef char *get_item_pointer(memoryview self, object index) except NULL:\n */\n      PyThread_free_lock(__pyx_v_self->lock);\n    }\n    __pyx_L6_break:;\n\n    /* \"View.MemoryView\":382\n *         cdef int i\n *         global __pyx_memoryview_thread_locks_used\n *         if self.lock != NULL:             # <<<<<<<<<<<<<<\n *             for i in range(__pyx_memoryview_thread_locks_used):\n *                 if __pyx_memoryview_thread_locks[i] is self.lock:\n */\n  }\n\n  /* \"View.MemoryView\":372\n *         self.typeinfo = NULL\n * \n *     def __dealloc__(memoryview self):             # <<<<<<<<<<<<<<\n *         if self.obj is not None:\n *             __Pyx_ReleaseBuffer(&self.view)\n */\n\n  /* function exit code */\n  __Pyx_RefNannyFinishContext();\n}\n\n/* \"View.MemoryView\":393\n *                 PyThread_free_lock(self.lock)\n * \n *     cdef char *get_item_pointer(memoryview self, object index) except NULL:             # <<<<<<<<<<<<<<\n *         cdef Py_ssize_t dim\n *         cdef char *itemp = <char *> self.view.buf\n */\n\nstatic char *__pyx_memoryview_get_item_pointer(struct __pyx_memoryview_obj *__pyx_v_self, PyObject *__pyx_v_index) {\n  Py_ssize_t __pyx_v_dim;\n  char *__pyx_v_itemp;\n  PyObject *__pyx_v_idx = NULL;\n  char *__pyx_r;\n  __Pyx_RefNannyDeclarations\n  Py_ssize_t __pyx_t_1;\n  PyObject *__pyx_t_2 = NULL;\n  Py_ssize_t __pyx_t_3;\n  PyObject *(*__pyx_t_4)(PyObject *);\n  PyObject *__pyx_t_5 = NULL;\n  Py_ssize_t __pyx_t_6;\n  char *__pyx_t_7;\n  int __pyx_lineno = 0;\n  const char *__pyx_filename = NULL;\n  int __pyx_clineno = 0;\n  __Pyx_RefNannySetupContext(\"get_item_pointer\", 0);\n\n  /* \"View.MemoryView\":395\n *     cdef char *get_item_pointer(memoryview self, object index) except NULL:\n *         cdef Py_ssize_t dim\n *         cdef char *itemp = <char *> self.view.buf             # <<<<<<<<<<<<<<\n * \n *         for dim, idx in enumerate(index):\n */\n  __pyx_v_itemp = ((char *)__pyx_v_self->view.buf);\n\n  /* \"View.MemoryView\":397\n *         cdef char *itemp = <char *> self.view.buf\n * \n *         for dim, idx in enumerate(index):             # <<<<<<<<<<<<<<\n *             itemp = pybuffer_index(&self.view, itemp, idx, dim)\n * \n */\n  __pyx_t_1 = 0;\n  if (likely(PyList_CheckExact(__pyx_v_index)) || PyTuple_CheckExact(__pyx_v_index)) {\n    __pyx_t_2 = __pyx_v_index; __Pyx_INCREF(__pyx_t_2); __pyx_t_3 = 0;\n    __pyx_t_4 = NULL;\n  } else {\n    __pyx_t_3 = -1; __pyx_t_2 = PyObject_GetIter(__pyx_v_index); if (unlikely(!__pyx_t_2)) __PYX_ERR(1, 397, __pyx_L1_error)\n    __Pyx_GOTREF(__pyx_t_2);\n    __pyx_t_4 = Py_TYPE(__pyx_t_2)->tp_iternext; if (unlikely(!__pyx_t_4)) __PYX_ERR(1, 397, __pyx_L1_error)\n  }\n  for (;;) {\n    if (likely(!__pyx_t_4)) {\n      if (likely(PyList_CheckExact(__pyx_t_2))) {\n        if (__pyx_t_3 >= PyList_GET_SIZE(__pyx_t_2)) break;\n        #if CYTHON_ASSUME_SAFE_MACROS && !CYTHON_AVOID_BORROWED_REFS\n        __pyx_t_5 = PyList_GET_ITEM(__pyx_t_2, __pyx_t_3); __Pyx_INCREF(__pyx_t_5); __pyx_t_3++; if (unlikely(0 < 0)) __PYX_ERR(1, 397, __pyx_L1_error)\n        #else\n        __pyx_t_5 = PySequence_ITEM(__pyx_t_2, __pyx_t_3); __pyx_t_3++; if (unlikely(!__pyx_t_5)) __PYX_ERR(1, 397, __pyx_L1_error)\n        __Pyx_GOTREF(__pyx_t_5);\n        #endif\n      } else {\n        if (__pyx_t_3 >= PyTuple_GET_SIZE(__pyx_t_2)) break;\n        #if CYTHON_ASSUME_SAFE_MACROS && !CYTHON_AVOID_BORROWED_REFS\n        __pyx_t_5 = PyTuple_GET_ITEM(__pyx_t_2, __pyx_t_3); __Pyx_INCREF(__pyx_t_5); __pyx_t_3++; if (unlikely(0 < 0)) __PYX_ERR(1, 397, __pyx_L1_error)\n        #else\n        __pyx_t_5 = PySequence_ITEM(__pyx_t_2, __pyx_t_3); __pyx_t_3++; if (unlikely(!__pyx_t_5)) __PYX_ERR(1, 397, __pyx_L1_error)\n        __Pyx_GOTREF(__pyx_t_5);\n        #endif\n      }\n    } else {\n      __pyx_t_5 = __pyx_t_4(__pyx_t_2);\n      if (unlikely(!__pyx_t_5)) {\n        PyObject* exc_type = PyErr_Occurred();\n        if (exc_type) {\n          if (likely(__Pyx_PyErr_GivenExceptionMatches(exc_type, PyExc_StopIteration))) PyErr_Clear();\n          else __PYX_ERR(1, 397, __pyx_L1_error)\n        }\n        break;\n      }\n      __Pyx_GOTREF(__pyx_t_5);\n    }\n    __Pyx_XDECREF_SET(__pyx_v_idx, __pyx_t_5);\n    __pyx_t_5 = 0;\n    __pyx_v_dim = __pyx_t_1;\n    __pyx_t_1 = (__pyx_t_1 + 1);\n\n    /* \"View.MemoryView\":398\n * \n *         for dim, idx in enumerate(index):\n *             itemp = pybuffer_index(&self.view, itemp, idx, dim)             # <<<<<<<<<<<<<<\n * \n *         return itemp\n */\n    __pyx_t_6 = __Pyx_PyIndex_AsSsize_t(__pyx_v_idx); if (unlikely((__pyx_t_6 == (Py_ssize_t)-1) && PyErr_Occurred())) __PYX_ERR(1, 398, __pyx_L1_error)\n    __pyx_t_7 = __pyx_pybuffer_index((&__pyx_v_self->view), __pyx_v_itemp, __pyx_t_6, __pyx_v_dim); if (unlikely(__pyx_t_7 == ((char *)NULL))) __PYX_ERR(1, 398, __pyx_L1_error)\n    __pyx_v_itemp = __pyx_t_7;\n\n    /* \"View.MemoryView\":397\n *         cdef char *itemp = <char *> self.view.buf\n * \n *         for dim, idx in enumerate(index):             # <<<<<<<<<<<<<<\n *             itemp = pybuffer_index(&self.view, itemp, idx, dim)\n * \n */\n  }\n  __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;\n\n  /* \"View.MemoryView\":400\n *             itemp = pybuffer_index(&self.view, itemp, idx, dim)\n * \n *         return itemp             # <<<<<<<<<<<<<<\n * \n * \n */\n  __pyx_r = __pyx_v_itemp;\n  goto __pyx_L0;\n\n  /* \"View.MemoryView\":393\n *                 PyThread_free_lock(self.lock)\n * \n *     cdef char *get_item_pointer(memoryview self, object index) except NULL:             # <<<<<<<<<<<<<<\n *         cdef Py_ssize_t dim\n *         cdef char *itemp = <char *> self.view.buf\n */\n\n  /* function exit code */\n  __pyx_L1_error:;\n  __Pyx_XDECREF(__pyx_t_2);\n  __Pyx_XDECREF(__pyx_t_5);\n  __Pyx_AddTraceback(\"View.MemoryView.memoryview.get_item_pointer\", __pyx_clineno, __pyx_lineno, __pyx_filename);\n  __pyx_r = NULL;\n  __pyx_L0:;\n  __Pyx_XDECREF(__pyx_v_idx);\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\n/* \"View.MemoryView\":403\n * \n * \n *     def __getitem__(memoryview self, object index):             # <<<<<<<<<<<<<<\n *         if index is Ellipsis:\n *             return self\n */\n\n/* Python wrapper */\nstatic PyObject *__pyx_memoryview___getitem__(PyObject *__pyx_v_self, PyObject *__pyx_v_index); /*proto*/\nstatic PyObject *__pyx_memoryview___getitem__(PyObject *__pyx_v_self, PyObject *__pyx_v_index) {\n  PyObject *__pyx_r = 0;\n  __Pyx_RefNannyDeclarations\n  __Pyx_RefNannySetupContext(\"__getitem__ (wrapper)\", 0);\n  __pyx_r = __pyx_memoryview___pyx_pf_15View_dot_MemoryView_10memoryview_4__getitem__(((struct __pyx_memoryview_obj *)__pyx_v_self), ((PyObject *)__pyx_v_index));\n\n  /* function exit code */\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\nstatic PyObject *__pyx_memoryview___pyx_pf_15View_dot_MemoryView_10memoryview_4__getitem__(struct __pyx_memoryview_obj *__pyx_v_self, PyObject *__pyx_v_index) {\n  PyObject *__pyx_v_have_slices = NULL;\n  PyObject *__pyx_v_indices = NULL;\n  char *__pyx_v_itemp;\n  PyObject *__pyx_r = NULL;\n  __Pyx_RefNannyDeclarations\n  int __pyx_t_1;\n  int __pyx_t_2;\n  PyObject *__pyx_t_3 = NULL;\n  PyObject *__pyx_t_4 = NULL;\n  PyObject *__pyx_t_5 = NULL;\n  char *__pyx_t_6;\n  int __pyx_lineno = 0;\n  const char *__pyx_filename = NULL;\n  int __pyx_clineno = 0;\n  __Pyx_RefNannySetupContext(\"__getitem__\", 0);\n\n  /* \"View.MemoryView\":404\n * \n *     def __getitem__(memoryview self, object index):\n *         if index is Ellipsis:             # <<<<<<<<<<<<<<\n *             return self\n * \n */\n  __pyx_t_1 = (__pyx_v_index == __pyx_builtin_Ellipsis);\n  __pyx_t_2 = (__pyx_t_1 != 0);\n  if (__pyx_t_2) {\n\n    /* \"View.MemoryView\":405\n *     def __getitem__(memoryview self, object index):\n *         if index is Ellipsis:\n *             return self             # <<<<<<<<<<<<<<\n * \n *         have_slices, indices = _unellipsify(index, self.view.ndim)\n */\n    __Pyx_XDECREF(__pyx_r);\n    __Pyx_INCREF(((PyObject *)__pyx_v_self));\n    __pyx_r = ((PyObject *)__pyx_v_self);\n    goto __pyx_L0;\n\n    /* \"View.MemoryView\":404\n * \n *     def __getitem__(memoryview self, object index):\n *         if index is Ellipsis:             # <<<<<<<<<<<<<<\n *             return self\n * \n */\n  }\n\n  /* \"View.MemoryView\":407\n *             return self\n * \n *         have_slices, indices = _unellipsify(index, self.view.ndim)             # <<<<<<<<<<<<<<\n * \n *         cdef char *itemp\n */\n  __pyx_t_3 = _unellipsify(__pyx_v_index, __pyx_v_self->view.ndim); if (unlikely(!__pyx_t_3)) __PYX_ERR(1, 407, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_t_3);\n  if (likely(__pyx_t_3 != Py_None)) {\n    PyObject* sequence = __pyx_t_3;\n    Py_ssize_t size = __Pyx_PySequence_SIZE(sequence);\n    if (unlikely(size != 2)) {\n      if (size > 2) __Pyx_RaiseTooManyValuesError(2);\n      else if (size >= 0) __Pyx_RaiseNeedMoreValuesError(size);\n      __PYX_ERR(1, 407, __pyx_L1_error)\n    }\n    #if CYTHON_ASSUME_SAFE_MACROS && !CYTHON_AVOID_BORROWED_REFS\n    __pyx_t_4 = PyTuple_GET_ITEM(sequence, 0); \n    __pyx_t_5 = PyTuple_GET_ITEM(sequence, 1); \n    __Pyx_INCREF(__pyx_t_4);\n    __Pyx_INCREF(__pyx_t_5);\n    #else\n    __pyx_t_4 = PySequence_ITEM(sequence, 0); if (unlikely(!__pyx_t_4)) __PYX_ERR(1, 407, __pyx_L1_error)\n    __Pyx_GOTREF(__pyx_t_4);\n    __pyx_t_5 = PySequence_ITEM(sequence, 1); if (unlikely(!__pyx_t_5)) __PYX_ERR(1, 407, __pyx_L1_error)\n    __Pyx_GOTREF(__pyx_t_5);\n    #endif\n    __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0;\n  } else {\n    __Pyx_RaiseNoneNotIterableError(); __PYX_ERR(1, 407, __pyx_L1_error)\n  }\n  __pyx_v_have_slices = __pyx_t_4;\n  __pyx_t_4 = 0;\n  __pyx_v_indices = __pyx_t_5;\n  __pyx_t_5 = 0;\n\n  /* \"View.MemoryView\":410\n * \n *         cdef char *itemp\n *         if have_slices:             # <<<<<<<<<<<<<<\n *             return memview_slice(self, indices)\n *         else:\n */\n  __pyx_t_2 = __Pyx_PyObject_IsTrue(__pyx_v_have_slices); if (unlikely(__pyx_t_2 < 0)) __PYX_ERR(1, 410, __pyx_L1_error)\n  if (__pyx_t_2) {\n\n    /* \"View.MemoryView\":411\n *         cdef char *itemp\n *         if have_slices:\n *             return memview_slice(self, indices)             # <<<<<<<<<<<<<<\n *         else:\n *             itemp = self.get_item_pointer(indices)\n */\n    __Pyx_XDECREF(__pyx_r);\n    __pyx_t_3 = ((PyObject *)__pyx_memview_slice(__pyx_v_self, __pyx_v_indices)); if (unlikely(!__pyx_t_3)) __PYX_ERR(1, 411, __pyx_L1_error)\n    __Pyx_GOTREF(__pyx_t_3);\n    __pyx_r = __pyx_t_3;\n    __pyx_t_3 = 0;\n    goto __pyx_L0;\n\n    /* \"View.MemoryView\":410\n * \n *         cdef char *itemp\n *         if have_slices:             # <<<<<<<<<<<<<<\n *             return memview_slice(self, indices)\n *         else:\n */\n  }\n\n  /* \"View.MemoryView\":413\n *             return memview_slice(self, indices)\n *         else:\n *             itemp = self.get_item_pointer(indices)             # <<<<<<<<<<<<<<\n *             return self.convert_item_to_object(itemp)\n * \n */\n  /*else*/ {\n    __pyx_t_6 = ((struct __pyx_vtabstruct_memoryview *)__pyx_v_self->__pyx_vtab)->get_item_pointer(__pyx_v_self, __pyx_v_indices); if (unlikely(__pyx_t_6 == ((char *)NULL))) __PYX_ERR(1, 413, __pyx_L1_error)\n    __pyx_v_itemp = __pyx_t_6;\n\n    /* \"View.MemoryView\":414\n *         else:\n *             itemp = self.get_item_pointer(indices)\n *             return self.convert_item_to_object(itemp)             # <<<<<<<<<<<<<<\n * \n *     def __setitem__(memoryview self, object index, object value):\n */\n    __Pyx_XDECREF(__pyx_r);\n    __pyx_t_3 = ((struct __pyx_vtabstruct_memoryview *)__pyx_v_self->__pyx_vtab)->convert_item_to_object(__pyx_v_self, __pyx_v_itemp); if (unlikely(!__pyx_t_3)) __PYX_ERR(1, 414, __pyx_L1_error)\n    __Pyx_GOTREF(__pyx_t_3);\n    __pyx_r = __pyx_t_3;\n    __pyx_t_3 = 0;\n    goto __pyx_L0;\n  }\n\n  /* \"View.MemoryView\":403\n * \n * \n *     def __getitem__(memoryview self, object index):             # <<<<<<<<<<<<<<\n *         if index is Ellipsis:\n *             return self\n */\n\n  /* function exit code */\n  __pyx_L1_error:;\n  __Pyx_XDECREF(__pyx_t_3);\n  __Pyx_XDECREF(__pyx_t_4);\n  __Pyx_XDECREF(__pyx_t_5);\n  __Pyx_AddTraceback(\"View.MemoryView.memoryview.__getitem__\", __pyx_clineno, __pyx_lineno, __pyx_filename);\n  __pyx_r = NULL;\n  __pyx_L0:;\n  __Pyx_XDECREF(__pyx_v_have_slices);\n  __Pyx_XDECREF(__pyx_v_indices);\n  __Pyx_XGIVEREF(__pyx_r);\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\n/* \"View.MemoryView\":416\n *             return self.convert_item_to_object(itemp)\n * \n *     def __setitem__(memoryview self, object index, object value):             # <<<<<<<<<<<<<<\n *         if self.view.readonly:\n *             raise TypeError(\"Cannot assign to read-only memoryview\")\n */\n\n/* Python wrapper */\nstatic int __pyx_memoryview___setitem__(PyObject *__pyx_v_self, PyObject *__pyx_v_index, PyObject *__pyx_v_value); /*proto*/\nstatic int __pyx_memoryview___setitem__(PyObject *__pyx_v_self, PyObject *__pyx_v_index, PyObject *__pyx_v_value) {\n  int __pyx_r;\n  __Pyx_RefNannyDeclarations\n  __Pyx_RefNannySetupContext(\"__setitem__ (wrapper)\", 0);\n  __pyx_r = __pyx_memoryview___pyx_pf_15View_dot_MemoryView_10memoryview_6__setitem__(((struct __pyx_memoryview_obj *)__pyx_v_self), ((PyObject *)__pyx_v_index), ((PyObject *)__pyx_v_value));\n\n  /* function exit code */\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\nstatic int __pyx_memoryview___pyx_pf_15View_dot_MemoryView_10memoryview_6__setitem__(struct __pyx_memoryview_obj *__pyx_v_self, PyObject *__pyx_v_index, PyObject *__pyx_v_value) {\n  PyObject *__pyx_v_have_slices = NULL;\n  PyObject *__pyx_v_obj = NULL;\n  int __pyx_r;\n  __Pyx_RefNannyDeclarations\n  int __pyx_t_1;\n  PyObject *__pyx_t_2 = NULL;\n  PyObject *__pyx_t_3 = NULL;\n  PyObject *__pyx_t_4 = NULL;\n  int __pyx_lineno = 0;\n  const char *__pyx_filename = NULL;\n  int __pyx_clineno = 0;\n  __Pyx_RefNannySetupContext(\"__setitem__\", 0);\n  __Pyx_INCREF(__pyx_v_index);\n\n  /* \"View.MemoryView\":417\n * \n *     def __setitem__(memoryview self, object index, object value):\n *         if self.view.readonly:             # <<<<<<<<<<<<<<\n *             raise TypeError(\"Cannot assign to read-only memoryview\")\n * \n */\n  __pyx_t_1 = (__pyx_v_self->view.readonly != 0);\n  if (unlikely(__pyx_t_1)) {\n\n    /* \"View.MemoryView\":418\n *     def __setitem__(memoryview self, object index, object value):\n *         if self.view.readonly:\n *             raise TypeError(\"Cannot assign to read-only memoryview\")             # <<<<<<<<<<<<<<\n * \n *         have_slices, index = _unellipsify(index, self.view.ndim)\n */\n    __pyx_t_2 = __Pyx_PyObject_Call(__pyx_builtin_TypeError, __pyx_tuple__12, NULL); if (unlikely(!__pyx_t_2)) __PYX_ERR(1, 418, __pyx_L1_error)\n    __Pyx_GOTREF(__pyx_t_2);\n    __Pyx_Raise(__pyx_t_2, 0, 0, 0);\n    __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;\n    __PYX_ERR(1, 418, __pyx_L1_error)\n\n    /* \"View.MemoryView\":417\n * \n *     def __setitem__(memoryview self, object index, object value):\n *         if self.view.readonly:             # <<<<<<<<<<<<<<\n *             raise TypeError(\"Cannot assign to read-only memoryview\")\n * \n */\n  }\n\n  /* \"View.MemoryView\":420\n *             raise TypeError(\"Cannot assign to read-only memoryview\")\n * \n *         have_slices, index = _unellipsify(index, self.view.ndim)             # <<<<<<<<<<<<<<\n * \n *         if have_slices:\n */\n  __pyx_t_2 = _unellipsify(__pyx_v_index, __pyx_v_self->view.ndim); if (unlikely(!__pyx_t_2)) __PYX_ERR(1, 420, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_t_2);\n  if (likely(__pyx_t_2 != Py_None)) {\n    PyObject* sequence = __pyx_t_2;\n    Py_ssize_t size = __Pyx_PySequence_SIZE(sequence);\n    if (unlikely(size != 2)) {\n      if (size > 2) __Pyx_RaiseTooManyValuesError(2);\n      else if (size >= 0) __Pyx_RaiseNeedMoreValuesError(size);\n      __PYX_ERR(1, 420, __pyx_L1_error)\n    }\n    #if CYTHON_ASSUME_SAFE_MACROS && !CYTHON_AVOID_BORROWED_REFS\n    __pyx_t_3 = PyTuple_GET_ITEM(sequence, 0); \n    __pyx_t_4 = PyTuple_GET_ITEM(sequence, 1); \n    __Pyx_INCREF(__pyx_t_3);\n    __Pyx_INCREF(__pyx_t_4);\n    #else\n    __pyx_t_3 = PySequence_ITEM(sequence, 0); if (unlikely(!__pyx_t_3)) __PYX_ERR(1, 420, __pyx_L1_error)\n    __Pyx_GOTREF(__pyx_t_3);\n    __pyx_t_4 = PySequence_ITEM(sequence, 1); if (unlikely(!__pyx_t_4)) __PYX_ERR(1, 420, __pyx_L1_error)\n    __Pyx_GOTREF(__pyx_t_4);\n    #endif\n    __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;\n  } else {\n    __Pyx_RaiseNoneNotIterableError(); __PYX_ERR(1, 420, __pyx_L1_error)\n  }\n  __pyx_v_have_slices = __pyx_t_3;\n  __pyx_t_3 = 0;\n  __Pyx_DECREF_SET(__pyx_v_index, __pyx_t_4);\n  __pyx_t_4 = 0;\n\n  /* \"View.MemoryView\":422\n *         have_slices, index = _unellipsify(index, self.view.ndim)\n * \n *         if have_slices:             # <<<<<<<<<<<<<<\n *             obj = self.is_slice(value)\n *             if obj:\n */\n  __pyx_t_1 = __Pyx_PyObject_IsTrue(__pyx_v_have_slices); if (unlikely(__pyx_t_1 < 0)) __PYX_ERR(1, 422, __pyx_L1_error)\n  if (__pyx_t_1) {\n\n    /* \"View.MemoryView\":423\n * \n *         if have_slices:\n *             obj = self.is_slice(value)             # <<<<<<<<<<<<<<\n *             if obj:\n *                 self.setitem_slice_assignment(self[index], obj)\n */\n    __pyx_t_2 = ((struct __pyx_vtabstruct_memoryview *)__pyx_v_self->__pyx_vtab)->is_slice(__pyx_v_self, __pyx_v_value); if (unlikely(!__pyx_t_2)) __PYX_ERR(1, 423, __pyx_L1_error)\n    __Pyx_GOTREF(__pyx_t_2);\n    __pyx_v_obj = __pyx_t_2;\n    __pyx_t_2 = 0;\n\n    /* \"View.MemoryView\":424\n *         if have_slices:\n *             obj = self.is_slice(value)\n *             if obj:             # <<<<<<<<<<<<<<\n *                 self.setitem_slice_assignment(self[index], obj)\n *             else:\n */\n    __pyx_t_1 = __Pyx_PyObject_IsTrue(__pyx_v_obj); if (unlikely(__pyx_t_1 < 0)) __PYX_ERR(1, 424, __pyx_L1_error)\n    if (__pyx_t_1) {\n\n      /* \"View.MemoryView\":425\n *             obj = self.is_slice(value)\n *             if obj:\n *                 self.setitem_slice_assignment(self[index], obj)             # <<<<<<<<<<<<<<\n *             else:\n *                 self.setitem_slice_assign_scalar(self[index], value)\n */\n      __pyx_t_2 = __Pyx_PyObject_GetItem(((PyObject *)__pyx_v_self), __pyx_v_index); if (unlikely(!__pyx_t_2)) __PYX_ERR(1, 425, __pyx_L1_error)\n      __Pyx_GOTREF(__pyx_t_2);\n      __pyx_t_4 = ((struct __pyx_vtabstruct_memoryview *)__pyx_v_self->__pyx_vtab)->setitem_slice_assignment(__pyx_v_self, __pyx_t_2, __pyx_v_obj); if (unlikely(!__pyx_t_4)) __PYX_ERR(1, 425, __pyx_L1_error)\n      __Pyx_GOTREF(__pyx_t_4);\n      __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;\n      __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;\n\n      /* \"View.MemoryView\":424\n *         if have_slices:\n *             obj = self.is_slice(value)\n *             if obj:             # <<<<<<<<<<<<<<\n *                 self.setitem_slice_assignment(self[index], obj)\n *             else:\n */\n      goto __pyx_L5;\n    }\n\n    /* \"View.MemoryView\":427\n *                 self.setitem_slice_assignment(self[index], obj)\n *             else:\n *                 self.setitem_slice_assign_scalar(self[index], value)             # <<<<<<<<<<<<<<\n *         else:\n *             self.setitem_indexed(index, value)\n */\n    /*else*/ {\n      __pyx_t_4 = __Pyx_PyObject_GetItem(((PyObject *)__pyx_v_self), __pyx_v_index); if (unlikely(!__pyx_t_4)) __PYX_ERR(1, 427, __pyx_L1_error)\n      __Pyx_GOTREF(__pyx_t_4);\n      if (!(likely(((__pyx_t_4) == Py_None) || likely(__Pyx_TypeTest(__pyx_t_4, __pyx_memoryview_type))))) __PYX_ERR(1, 427, __pyx_L1_error)\n      __pyx_t_2 = ((struct __pyx_vtabstruct_memoryview *)__pyx_v_self->__pyx_vtab)->setitem_slice_assign_scalar(__pyx_v_self, ((struct __pyx_memoryview_obj *)__pyx_t_4), __pyx_v_value); if (unlikely(!__pyx_t_2)) __PYX_ERR(1, 427, __pyx_L1_error)\n      __Pyx_GOTREF(__pyx_t_2);\n      __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;\n      __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;\n    }\n    __pyx_L5:;\n\n    /* \"View.MemoryView\":422\n *         have_slices, index = _unellipsify(index, self.view.ndim)\n * \n *         if have_slices:             # <<<<<<<<<<<<<<\n *             obj = self.is_slice(value)\n *             if obj:\n */\n    goto __pyx_L4;\n  }\n\n  /* \"View.MemoryView\":429\n *                 self.setitem_slice_assign_scalar(self[index], value)\n *         else:\n *             self.setitem_indexed(index, value)             # <<<<<<<<<<<<<<\n * \n *     cdef is_slice(self, obj):\n */\n  /*else*/ {\n    __pyx_t_2 = ((struct __pyx_vtabstruct_memoryview *)__pyx_v_self->__pyx_vtab)->setitem_indexed(__pyx_v_self, __pyx_v_index, __pyx_v_value); if (unlikely(!__pyx_t_2)) __PYX_ERR(1, 429, __pyx_L1_error)\n    __Pyx_GOTREF(__pyx_t_2);\n    __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;\n  }\n  __pyx_L4:;\n\n  /* \"View.MemoryView\":416\n *             return self.convert_item_to_object(itemp)\n * \n *     def __setitem__(memoryview self, object index, object value):             # <<<<<<<<<<<<<<\n *         if self.view.readonly:\n *             raise TypeError(\"Cannot assign to read-only memoryview\")\n */\n\n  /* function exit code */\n  __pyx_r = 0;\n  goto __pyx_L0;\n  __pyx_L1_error:;\n  __Pyx_XDECREF(__pyx_t_2);\n  __Pyx_XDECREF(__pyx_t_3);\n  __Pyx_XDECREF(__pyx_t_4);\n  __Pyx_AddTraceback(\"View.MemoryView.memoryview.__setitem__\", __pyx_clineno, __pyx_lineno, __pyx_filename);\n  __pyx_r = -1;\n  __pyx_L0:;\n  __Pyx_XDECREF(__pyx_v_have_slices);\n  __Pyx_XDECREF(__pyx_v_obj);\n  __Pyx_XDECREF(__pyx_v_index);\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\n/* \"View.MemoryView\":431\n *             self.setitem_indexed(index, value)\n * \n *     cdef is_slice(self, obj):             # <<<<<<<<<<<<<<\n *         if not isinstance(obj, memoryview):\n *             try:\n */\n\nstatic PyObject *__pyx_memoryview_is_slice(struct __pyx_memoryview_obj *__pyx_v_self, PyObject *__pyx_v_obj) {\n  PyObject *__pyx_r = NULL;\n  __Pyx_RefNannyDeclarations\n  int __pyx_t_1;\n  int __pyx_t_2;\n  PyObject *__pyx_t_3 = NULL;\n  PyObject *__pyx_t_4 = NULL;\n  PyObject *__pyx_t_5 = NULL;\n  PyObject *__pyx_t_6 = NULL;\n  PyObject *__pyx_t_7 = NULL;\n  PyObject *__pyx_t_8 = NULL;\n  int __pyx_t_9;\n  int __pyx_lineno = 0;\n  const char *__pyx_filename = NULL;\n  int __pyx_clineno = 0;\n  __Pyx_RefNannySetupContext(\"is_slice\", 0);\n  __Pyx_INCREF(__pyx_v_obj);\n\n  /* \"View.MemoryView\":432\n * \n *     cdef is_slice(self, obj):\n *         if not isinstance(obj, memoryview):             # <<<<<<<<<<<<<<\n *             try:\n *                 obj = memoryview(obj, self.flags & ~PyBUF_WRITABLE | PyBUF_ANY_CONTIGUOUS,\n */\n  __pyx_t_1 = __Pyx_TypeCheck(__pyx_v_obj, __pyx_memoryview_type); \n  __pyx_t_2 = ((!(__pyx_t_1 != 0)) != 0);\n  if (__pyx_t_2) {\n\n    /* \"View.MemoryView\":433\n *     cdef is_slice(self, obj):\n *         if not isinstance(obj, memoryview):\n *             try:             # <<<<<<<<<<<<<<\n *                 obj = memoryview(obj, self.flags & ~PyBUF_WRITABLE | PyBUF_ANY_CONTIGUOUS,\n *                                  self.dtype_is_object)\n */\n    {\n      __Pyx_PyThreadState_declare\n      __Pyx_PyThreadState_assign\n      __Pyx_ExceptionSave(&__pyx_t_3, &__pyx_t_4, &__pyx_t_5);\n      __Pyx_XGOTREF(__pyx_t_3);\n      __Pyx_XGOTREF(__pyx_t_4);\n      __Pyx_XGOTREF(__pyx_t_5);\n      /*try:*/ {\n\n        /* \"View.MemoryView\":434\n *         if not isinstance(obj, memoryview):\n *             try:\n *                 obj = memoryview(obj, self.flags & ~PyBUF_WRITABLE | PyBUF_ANY_CONTIGUOUS,             # <<<<<<<<<<<<<<\n *                                  self.dtype_is_object)\n *             except TypeError:\n */\n        __pyx_t_6 = __Pyx_PyInt_From_int(((__pyx_v_self->flags & (~PyBUF_WRITABLE)) | PyBUF_ANY_CONTIGUOUS)); if (unlikely(!__pyx_t_6)) __PYX_ERR(1, 434, __pyx_L4_error)\n        __Pyx_GOTREF(__pyx_t_6);\n\n        /* \"View.MemoryView\":435\n *             try:\n *                 obj = memoryview(obj, self.flags & ~PyBUF_WRITABLE | PyBUF_ANY_CONTIGUOUS,\n *                                  self.dtype_is_object)             # <<<<<<<<<<<<<<\n *             except TypeError:\n *                 return None\n */\n        __pyx_t_7 = __Pyx_PyBool_FromLong(__pyx_v_self->dtype_is_object); if (unlikely(!__pyx_t_7)) __PYX_ERR(1, 435, __pyx_L4_error)\n        __Pyx_GOTREF(__pyx_t_7);\n\n        /* \"View.MemoryView\":434\n *         if not isinstance(obj, memoryview):\n *             try:\n *                 obj = memoryview(obj, self.flags & ~PyBUF_WRITABLE | PyBUF_ANY_CONTIGUOUS,             # <<<<<<<<<<<<<<\n *                                  self.dtype_is_object)\n *             except TypeError:\n */\n        __pyx_t_8 = PyTuple_New(3); if (unlikely(!__pyx_t_8)) __PYX_ERR(1, 434, __pyx_L4_error)\n        __Pyx_GOTREF(__pyx_t_8);\n        __Pyx_INCREF(__pyx_v_obj);\n        __Pyx_GIVEREF(__pyx_v_obj);\n        PyTuple_SET_ITEM(__pyx_t_8, 0, __pyx_v_obj);\n        __Pyx_GIVEREF(__pyx_t_6);\n        PyTuple_SET_ITEM(__pyx_t_8, 1, __pyx_t_6);\n        __Pyx_GIVEREF(__pyx_t_7);\n        PyTuple_SET_ITEM(__pyx_t_8, 2, __pyx_t_7);\n        __pyx_t_6 = 0;\n        __pyx_t_7 = 0;\n        __pyx_t_7 = __Pyx_PyObject_Call(((PyObject *)__pyx_memoryview_type), __pyx_t_8, NULL); if (unlikely(!__pyx_t_7)) __PYX_ERR(1, 434, __pyx_L4_error)\n        __Pyx_GOTREF(__pyx_t_7);\n        __Pyx_DECREF(__pyx_t_8); __pyx_t_8 = 0;\n        __Pyx_DECREF_SET(__pyx_v_obj, __pyx_t_7);\n        __pyx_t_7 = 0;\n\n        /* \"View.MemoryView\":433\n *     cdef is_slice(self, obj):\n *         if not isinstance(obj, memoryview):\n *             try:             # <<<<<<<<<<<<<<\n *                 obj = memoryview(obj, self.flags & ~PyBUF_WRITABLE | PyBUF_ANY_CONTIGUOUS,\n *                                  self.dtype_is_object)\n */\n      }\n      __Pyx_XDECREF(__pyx_t_3); __pyx_t_3 = 0;\n      __Pyx_XDECREF(__pyx_t_4); __pyx_t_4 = 0;\n      __Pyx_XDECREF(__pyx_t_5); __pyx_t_5 = 0;\n      goto __pyx_L9_try_end;\n      __pyx_L4_error:;\n      __Pyx_XDECREF(__pyx_t_6); __pyx_t_6 = 0;\n      __Pyx_XDECREF(__pyx_t_7); __pyx_t_7 = 0;\n      __Pyx_XDECREF(__pyx_t_8); __pyx_t_8 = 0;\n\n      /* \"View.MemoryView\":436\n *                 obj = memoryview(obj, self.flags & ~PyBUF_WRITABLE | PyBUF_ANY_CONTIGUOUS,\n *                                  self.dtype_is_object)\n *             except TypeError:             # <<<<<<<<<<<<<<\n *                 return None\n * \n */\n      __pyx_t_9 = __Pyx_PyErr_ExceptionMatches(__pyx_builtin_TypeError);\n      if (__pyx_t_9) {\n        __Pyx_AddTraceback(\"View.MemoryView.memoryview.is_slice\", __pyx_clineno, __pyx_lineno, __pyx_filename);\n        if (__Pyx_GetException(&__pyx_t_7, &__pyx_t_8, &__pyx_t_6) < 0) __PYX_ERR(1, 436, __pyx_L6_except_error)\n        __Pyx_GOTREF(__pyx_t_7);\n        __Pyx_GOTREF(__pyx_t_8);\n        __Pyx_GOTREF(__pyx_t_6);\n\n        /* \"View.MemoryView\":437\n *                                  self.dtype_is_object)\n *             except TypeError:\n *                 return None             # <<<<<<<<<<<<<<\n * \n *         return obj\n */\n        __Pyx_XDECREF(__pyx_r);\n        __pyx_r = Py_None; __Pyx_INCREF(Py_None);\n        __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0;\n        __Pyx_DECREF(__pyx_t_7); __pyx_t_7 = 0;\n        __Pyx_DECREF(__pyx_t_8); __pyx_t_8 = 0;\n        goto __pyx_L7_except_return;\n      }\n      goto __pyx_L6_except_error;\n      __pyx_L6_except_error:;\n\n      /* \"View.MemoryView\":433\n *     cdef is_slice(self, obj):\n *         if not isinstance(obj, memoryview):\n *             try:             # <<<<<<<<<<<<<<\n *                 obj = memoryview(obj, self.flags & ~PyBUF_WRITABLE | PyBUF_ANY_CONTIGUOUS,\n *                                  self.dtype_is_object)\n */\n      __Pyx_XGIVEREF(__pyx_t_3);\n      __Pyx_XGIVEREF(__pyx_t_4);\n      __Pyx_XGIVEREF(__pyx_t_5);\n      __Pyx_ExceptionReset(__pyx_t_3, __pyx_t_4, __pyx_t_5);\n      goto __pyx_L1_error;\n      __pyx_L7_except_return:;\n      __Pyx_XGIVEREF(__pyx_t_3);\n      __Pyx_XGIVEREF(__pyx_t_4);\n      __Pyx_XGIVEREF(__pyx_t_5);\n      __Pyx_ExceptionReset(__pyx_t_3, __pyx_t_4, __pyx_t_5);\n      goto __pyx_L0;\n      __pyx_L9_try_end:;\n    }\n\n    /* \"View.MemoryView\":432\n * \n *     cdef is_slice(self, obj):\n *         if not isinstance(obj, memoryview):             # <<<<<<<<<<<<<<\n *             try:\n *                 obj = memoryview(obj, self.flags & ~PyBUF_WRITABLE | PyBUF_ANY_CONTIGUOUS,\n */\n  }\n\n  /* \"View.MemoryView\":439\n *                 return None\n * \n *         return obj             # <<<<<<<<<<<<<<\n * \n *     cdef setitem_slice_assignment(self, dst, src):\n */\n  __Pyx_XDECREF(__pyx_r);\n  __Pyx_INCREF(__pyx_v_obj);\n  __pyx_r = __pyx_v_obj;\n  goto __pyx_L0;\n\n  /* \"View.MemoryView\":431\n *             self.setitem_indexed(index, value)\n * \n *     cdef is_slice(self, obj):             # <<<<<<<<<<<<<<\n *         if not isinstance(obj, memoryview):\n *             try:\n */\n\n  /* function exit code */\n  __pyx_L1_error:;\n  __Pyx_XDECREF(__pyx_t_6);\n  __Pyx_XDECREF(__pyx_t_7);\n  __Pyx_XDECREF(__pyx_t_8);\n  __Pyx_AddTraceback(\"View.MemoryView.memoryview.is_slice\", __pyx_clineno, __pyx_lineno, __pyx_filename);\n  __pyx_r = 0;\n  __pyx_L0:;\n  __Pyx_XDECREF(__pyx_v_obj);\n  __Pyx_XGIVEREF(__pyx_r);\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\n/* \"View.MemoryView\":441\n *         return obj\n * \n *     cdef setitem_slice_assignment(self, dst, src):             # <<<<<<<<<<<<<<\n *         cdef __Pyx_memviewslice dst_slice\n *         cdef __Pyx_memviewslice src_slice\n */\n\nstatic PyObject *__pyx_memoryview_setitem_slice_assignment(struct __pyx_memoryview_obj *__pyx_v_self, PyObject *__pyx_v_dst, PyObject *__pyx_v_src) {\n  __Pyx_memviewslice __pyx_v_dst_slice;\n  __Pyx_memviewslice __pyx_v_src_slice;\n  PyObject *__pyx_r = NULL;\n  __Pyx_RefNannyDeclarations\n  __Pyx_memviewslice *__pyx_t_1;\n  __Pyx_memviewslice *__pyx_t_2;\n  PyObject *__pyx_t_3 = NULL;\n  int __pyx_t_4;\n  int __pyx_t_5;\n  int __pyx_t_6;\n  int __pyx_lineno = 0;\n  const char *__pyx_filename = NULL;\n  int __pyx_clineno = 0;\n  __Pyx_RefNannySetupContext(\"setitem_slice_assignment\", 0);\n\n  /* \"View.MemoryView\":445\n *         cdef __Pyx_memviewslice src_slice\n * \n *         memoryview_copy_contents(get_slice_from_memview(src, &src_slice)[0],             # <<<<<<<<<<<<<<\n *                                  get_slice_from_memview(dst, &dst_slice)[0],\n *                                  src.ndim, dst.ndim, self.dtype_is_object)\n */\n  if (!(likely(((__pyx_v_src) == Py_None) || likely(__Pyx_TypeTest(__pyx_v_src, __pyx_memoryview_type))))) __PYX_ERR(1, 445, __pyx_L1_error)\n  __pyx_t_1 = __pyx_memoryview_get_slice_from_memoryview(((struct __pyx_memoryview_obj *)__pyx_v_src), (&__pyx_v_src_slice)); if (unlikely(__pyx_t_1 == ((__Pyx_memviewslice *)NULL))) __PYX_ERR(1, 445, __pyx_L1_error)\n\n  /* \"View.MemoryView\":446\n * \n *         memoryview_copy_contents(get_slice_from_memview(src, &src_slice)[0],\n *                                  get_slice_from_memview(dst, &dst_slice)[0],             # <<<<<<<<<<<<<<\n *                                  src.ndim, dst.ndim, self.dtype_is_object)\n * \n */\n  if (!(likely(((__pyx_v_dst) == Py_None) || likely(__Pyx_TypeTest(__pyx_v_dst, __pyx_memoryview_type))))) __PYX_ERR(1, 446, __pyx_L1_error)\n  __pyx_t_2 = __pyx_memoryview_get_slice_from_memoryview(((struct __pyx_memoryview_obj *)__pyx_v_dst), (&__pyx_v_dst_slice)); if (unlikely(__pyx_t_2 == ((__Pyx_memviewslice *)NULL))) __PYX_ERR(1, 446, __pyx_L1_error)\n\n  /* \"View.MemoryView\":447\n *         memoryview_copy_contents(get_slice_from_memview(src, &src_slice)[0],\n *                                  get_slice_from_memview(dst, &dst_slice)[0],\n *                                  src.ndim, dst.ndim, self.dtype_is_object)             # <<<<<<<<<<<<<<\n * \n *     cdef setitem_slice_assign_scalar(self, memoryview dst, value):\n */\n  __pyx_t_3 = __Pyx_PyObject_GetAttrStr(__pyx_v_src, __pyx_n_s_ndim); if (unlikely(!__pyx_t_3)) __PYX_ERR(1, 447, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_t_3);\n  __pyx_t_4 = __Pyx_PyInt_As_int(__pyx_t_3); if (unlikely((__pyx_t_4 == (int)-1) && PyErr_Occurred())) __PYX_ERR(1, 447, __pyx_L1_error)\n  __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0;\n  __pyx_t_3 = __Pyx_PyObject_GetAttrStr(__pyx_v_dst, __pyx_n_s_ndim); if (unlikely(!__pyx_t_3)) __PYX_ERR(1, 447, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_t_3);\n  __pyx_t_5 = __Pyx_PyInt_As_int(__pyx_t_3); if (unlikely((__pyx_t_5 == (int)-1) && PyErr_Occurred())) __PYX_ERR(1, 447, __pyx_L1_error)\n  __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0;\n\n  /* \"View.MemoryView\":445\n *         cdef __Pyx_memviewslice src_slice\n * \n *         memoryview_copy_contents(get_slice_from_memview(src, &src_slice)[0],             # <<<<<<<<<<<<<<\n *                                  get_slice_from_memview(dst, &dst_slice)[0],\n *                                  src.ndim, dst.ndim, self.dtype_is_object)\n */\n  __pyx_t_6 = __pyx_memoryview_copy_contents((__pyx_t_1[0]), (__pyx_t_2[0]), __pyx_t_4, __pyx_t_5, __pyx_v_self->dtype_is_object); if (unlikely(__pyx_t_6 == ((int)-1))) __PYX_ERR(1, 445, __pyx_L1_error)\n\n  /* \"View.MemoryView\":441\n *         return obj\n * \n *     cdef setitem_slice_assignment(self, dst, src):             # <<<<<<<<<<<<<<\n *         cdef __Pyx_memviewslice dst_slice\n *         cdef __Pyx_memviewslice src_slice\n */\n\n  /* function exit code */\n  __pyx_r = Py_None; __Pyx_INCREF(Py_None);\n  goto __pyx_L0;\n  __pyx_L1_error:;\n  __Pyx_XDECREF(__pyx_t_3);\n  __Pyx_AddTraceback(\"View.MemoryView.memoryview.setitem_slice_assignment\", __pyx_clineno, __pyx_lineno, __pyx_filename);\n  __pyx_r = 0;\n  __pyx_L0:;\n  __Pyx_XGIVEREF(__pyx_r);\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\n/* \"View.MemoryView\":449\n *                                  src.ndim, dst.ndim, self.dtype_is_object)\n * \n *     cdef setitem_slice_assign_scalar(self, memoryview dst, value):             # <<<<<<<<<<<<<<\n *         cdef int array[128]\n *         cdef void *tmp = NULL\n */\n\nstatic PyObject *__pyx_memoryview_setitem_slice_assign_scalar(struct __pyx_memoryview_obj *__pyx_v_self, struct __pyx_memoryview_obj *__pyx_v_dst, PyObject *__pyx_v_value) {\n  int __pyx_v_array[0x80];\n  void *__pyx_v_tmp;\n  void *__pyx_v_item;\n  __Pyx_memviewslice *__pyx_v_dst_slice;\n  __Pyx_memviewslice __pyx_v_tmp_slice;\n  PyObject *__pyx_r = NULL;\n  __Pyx_RefNannyDeclarations\n  __Pyx_memviewslice *__pyx_t_1;\n  int __pyx_t_2;\n  PyObject *__pyx_t_3 = NULL;\n  int __pyx_t_4;\n  int __pyx_t_5;\n  char const *__pyx_t_6;\n  PyObject *__pyx_t_7 = NULL;\n  PyObject *__pyx_t_8 = NULL;\n  PyObject *__pyx_t_9 = NULL;\n  PyObject *__pyx_t_10 = NULL;\n  PyObject *__pyx_t_11 = NULL;\n  PyObject *__pyx_t_12 = NULL;\n  int __pyx_lineno = 0;\n  const char *__pyx_filename = NULL;\n  int __pyx_clineno = 0;\n  __Pyx_RefNannySetupContext(\"setitem_slice_assign_scalar\", 0);\n\n  /* \"View.MemoryView\":451\n *     cdef setitem_slice_assign_scalar(self, memoryview dst, value):\n *         cdef int array[128]\n *         cdef void *tmp = NULL             # <<<<<<<<<<<<<<\n *         cdef void *item\n * \n */\n  __pyx_v_tmp = NULL;\n\n  /* \"View.MemoryView\":456\n *         cdef __Pyx_memviewslice *dst_slice\n *         cdef __Pyx_memviewslice tmp_slice\n *         dst_slice = get_slice_from_memview(dst, &tmp_slice)             # <<<<<<<<<<<<<<\n * \n *         if <size_t>self.view.itemsize > sizeof(array):\n */\n  __pyx_t_1 = __pyx_memoryview_get_slice_from_memoryview(__pyx_v_dst, (&__pyx_v_tmp_slice)); if (unlikely(__pyx_t_1 == ((__Pyx_memviewslice *)NULL))) __PYX_ERR(1, 456, __pyx_L1_error)\n  __pyx_v_dst_slice = __pyx_t_1;\n\n  /* \"View.MemoryView\":458\n *         dst_slice = get_slice_from_memview(dst, &tmp_slice)\n * \n *         if <size_t>self.view.itemsize > sizeof(array):             # <<<<<<<<<<<<<<\n *             tmp = PyMem_Malloc(self.view.itemsize)\n *             if tmp == NULL:\n */\n  __pyx_t_2 = ((((size_t)__pyx_v_self->view.itemsize) > (sizeof(__pyx_v_array))) != 0);\n  if (__pyx_t_2) {\n\n    /* \"View.MemoryView\":459\n * \n *         if <size_t>self.view.itemsize > sizeof(array):\n *             tmp = PyMem_Malloc(self.view.itemsize)             # <<<<<<<<<<<<<<\n *             if tmp == NULL:\n *                 raise MemoryError\n */\n    __pyx_v_tmp = PyMem_Malloc(__pyx_v_self->view.itemsize);\n\n    /* \"View.MemoryView\":460\n *         if <size_t>self.view.itemsize > sizeof(array):\n *             tmp = PyMem_Malloc(self.view.itemsize)\n *             if tmp == NULL:             # <<<<<<<<<<<<<<\n *                 raise MemoryError\n *             item = tmp\n */\n    __pyx_t_2 = ((__pyx_v_tmp == NULL) != 0);\n    if (unlikely(__pyx_t_2)) {\n\n      /* \"View.MemoryView\":461\n *             tmp = PyMem_Malloc(self.view.itemsize)\n *             if tmp == NULL:\n *                 raise MemoryError             # <<<<<<<<<<<<<<\n *             item = tmp\n *         else:\n */\n      PyErr_NoMemory(); __PYX_ERR(1, 461, __pyx_L1_error)\n\n      /* \"View.MemoryView\":460\n *         if <size_t>self.view.itemsize > sizeof(array):\n *             tmp = PyMem_Malloc(self.view.itemsize)\n *             if tmp == NULL:             # <<<<<<<<<<<<<<\n *                 raise MemoryError\n *             item = tmp\n */\n    }\n\n    /* \"View.MemoryView\":462\n *             if tmp == NULL:\n *                 raise MemoryError\n *             item = tmp             # <<<<<<<<<<<<<<\n *         else:\n *             item = <void *> array\n */\n    __pyx_v_item = __pyx_v_tmp;\n\n    /* \"View.MemoryView\":458\n *         dst_slice = get_slice_from_memview(dst, &tmp_slice)\n * \n *         if <size_t>self.view.itemsize > sizeof(array):             # <<<<<<<<<<<<<<\n *             tmp = PyMem_Malloc(self.view.itemsize)\n *             if tmp == NULL:\n */\n    goto __pyx_L3;\n  }\n\n  /* \"View.MemoryView\":464\n *             item = tmp\n *         else:\n *             item = <void *> array             # <<<<<<<<<<<<<<\n * \n *         try:\n */\n  /*else*/ {\n    __pyx_v_item = ((void *)__pyx_v_array);\n  }\n  __pyx_L3:;\n\n  /* \"View.MemoryView\":466\n *             item = <void *> array\n * \n *         try:             # <<<<<<<<<<<<<<\n *             if self.dtype_is_object:\n *                 (<PyObject **> item)[0] = <PyObject *> value\n */\n  /*try:*/ {\n\n    /* \"View.MemoryView\":467\n * \n *         try:\n *             if self.dtype_is_object:             # <<<<<<<<<<<<<<\n *                 (<PyObject **> item)[0] = <PyObject *> value\n *             else:\n */\n    __pyx_t_2 = (__pyx_v_self->dtype_is_object != 0);\n    if (__pyx_t_2) {\n\n      /* \"View.MemoryView\":468\n *         try:\n *             if self.dtype_is_object:\n *                 (<PyObject **> item)[0] = <PyObject *> value             # <<<<<<<<<<<<<<\n *             else:\n *                 self.assign_item_from_object(<char *> item, value)\n */\n      (((PyObject **)__pyx_v_item)[0]) = ((PyObject *)__pyx_v_value);\n\n      /* \"View.MemoryView\":467\n * \n *         try:\n *             if self.dtype_is_object:             # <<<<<<<<<<<<<<\n *                 (<PyObject **> item)[0] = <PyObject *> value\n *             else:\n */\n      goto __pyx_L8;\n    }\n\n    /* \"View.MemoryView\":470\n *                 (<PyObject **> item)[0] = <PyObject *> value\n *             else:\n *                 self.assign_item_from_object(<char *> item, value)             # <<<<<<<<<<<<<<\n * \n * \n */\n    /*else*/ {\n      __pyx_t_3 = ((struct __pyx_vtabstruct_memoryview *)__pyx_v_self->__pyx_vtab)->assign_item_from_object(__pyx_v_self, ((char *)__pyx_v_item), __pyx_v_value); if (unlikely(!__pyx_t_3)) __PYX_ERR(1, 470, __pyx_L6_error)\n      __Pyx_GOTREF(__pyx_t_3);\n      __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0;\n    }\n    __pyx_L8:;\n\n    /* \"View.MemoryView\":474\n * \n * \n *             if self.view.suboffsets != NULL:             # <<<<<<<<<<<<<<\n *                 assert_direct_dimensions(self.view.suboffsets, self.view.ndim)\n *             slice_assign_scalar(dst_slice, dst.view.ndim, self.view.itemsize,\n */\n    __pyx_t_2 = ((__pyx_v_self->view.suboffsets != NULL) != 0);\n    if (__pyx_t_2) {\n\n      /* \"View.MemoryView\":475\n * \n *             if self.view.suboffsets != NULL:\n *                 assert_direct_dimensions(self.view.suboffsets, self.view.ndim)             # <<<<<<<<<<<<<<\n *             slice_assign_scalar(dst_slice, dst.view.ndim, self.view.itemsize,\n *                                 item, self.dtype_is_object)\n */\n      __pyx_t_3 = assert_direct_dimensions(__pyx_v_self->view.suboffsets, __pyx_v_self->view.ndim); if (unlikely(!__pyx_t_3)) __PYX_ERR(1, 475, __pyx_L6_error)\n      __Pyx_GOTREF(__pyx_t_3);\n      __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0;\n\n      /* \"View.MemoryView\":474\n * \n * \n *             if self.view.suboffsets != NULL:             # <<<<<<<<<<<<<<\n *                 assert_direct_dimensions(self.view.suboffsets, self.view.ndim)\n *             slice_assign_scalar(dst_slice, dst.view.ndim, self.view.itemsize,\n */\n    }\n\n    /* \"View.MemoryView\":476\n *             if self.view.suboffsets != NULL:\n *                 assert_direct_dimensions(self.view.suboffsets, self.view.ndim)\n *             slice_assign_scalar(dst_slice, dst.view.ndim, self.view.itemsize,             # <<<<<<<<<<<<<<\n *                                 item, self.dtype_is_object)\n *         finally:\n */\n    __pyx_memoryview_slice_assign_scalar(__pyx_v_dst_slice, __pyx_v_dst->view.ndim, __pyx_v_self->view.itemsize, __pyx_v_item, __pyx_v_self->dtype_is_object);\n  }\n\n  /* \"View.MemoryView\":479\n *                                 item, self.dtype_is_object)\n *         finally:\n *             PyMem_Free(tmp)             # <<<<<<<<<<<<<<\n * \n *     cdef setitem_indexed(self, index, value):\n */\n  /*finally:*/ {\n    /*normal exit:*/{\n      PyMem_Free(__pyx_v_tmp);\n      goto __pyx_L7;\n    }\n    __pyx_L6_error:;\n    /*exception exit:*/{\n      __Pyx_PyThreadState_declare\n      __Pyx_PyThreadState_assign\n      __pyx_t_7 = 0; __pyx_t_8 = 0; __pyx_t_9 = 0; __pyx_t_10 = 0; __pyx_t_11 = 0; __pyx_t_12 = 0;\n      __Pyx_XDECREF(__pyx_t_3); __pyx_t_3 = 0;\n      if (PY_MAJOR_VERSION >= 3) __Pyx_ExceptionSwap(&__pyx_t_10, &__pyx_t_11, &__pyx_t_12);\n      if ((PY_MAJOR_VERSION < 3) || unlikely(__Pyx_GetException(&__pyx_t_7, &__pyx_t_8, &__pyx_t_9) < 0)) __Pyx_ErrFetch(&__pyx_t_7, &__pyx_t_8, &__pyx_t_9);\n      __Pyx_XGOTREF(__pyx_t_7);\n      __Pyx_XGOTREF(__pyx_t_8);\n      __Pyx_XGOTREF(__pyx_t_9);\n      __Pyx_XGOTREF(__pyx_t_10);\n      __Pyx_XGOTREF(__pyx_t_11);\n      __Pyx_XGOTREF(__pyx_t_12);\n      __pyx_t_4 = __pyx_lineno; __pyx_t_5 = __pyx_clineno; __pyx_t_6 = __pyx_filename;\n      {\n        PyMem_Free(__pyx_v_tmp);\n      }\n      if (PY_MAJOR_VERSION >= 3) {\n        __Pyx_XGIVEREF(__pyx_t_10);\n        __Pyx_XGIVEREF(__pyx_t_11);\n        __Pyx_XGIVEREF(__pyx_t_12);\n        __Pyx_ExceptionReset(__pyx_t_10, __pyx_t_11, __pyx_t_12);\n      }\n      __Pyx_XGIVEREF(__pyx_t_7);\n      __Pyx_XGIVEREF(__pyx_t_8);\n      __Pyx_XGIVEREF(__pyx_t_9);\n      __Pyx_ErrRestore(__pyx_t_7, __pyx_t_8, __pyx_t_9);\n      __pyx_t_7 = 0; __pyx_t_8 = 0; __pyx_t_9 = 0; __pyx_t_10 = 0; __pyx_t_11 = 0; __pyx_t_12 = 0;\n      __pyx_lineno = __pyx_t_4; __pyx_clineno = __pyx_t_5; __pyx_filename = __pyx_t_6;\n      goto __pyx_L1_error;\n    }\n    __pyx_L7:;\n  }\n\n  /* \"View.MemoryView\":449\n *                                  src.ndim, dst.ndim, self.dtype_is_object)\n * \n *     cdef setitem_slice_assign_scalar(self, memoryview dst, value):             # <<<<<<<<<<<<<<\n *         cdef int array[128]\n *         cdef void *tmp = NULL\n */\n\n  /* function exit code */\n  __pyx_r = Py_None; __Pyx_INCREF(Py_None);\n  goto __pyx_L0;\n  __pyx_L1_error:;\n  __Pyx_XDECREF(__pyx_t_3);\n  __Pyx_AddTraceback(\"View.MemoryView.memoryview.setitem_slice_assign_scalar\", __pyx_clineno, __pyx_lineno, __pyx_filename);\n  __pyx_r = 0;\n  __pyx_L0:;\n  __Pyx_XGIVEREF(__pyx_r);\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\n/* \"View.MemoryView\":481\n *             PyMem_Free(tmp)\n * \n *     cdef setitem_indexed(self, index, value):             # <<<<<<<<<<<<<<\n *         cdef char *itemp = self.get_item_pointer(index)\n *         self.assign_item_from_object(itemp, value)\n */\n\nstatic PyObject *__pyx_memoryview_setitem_indexed(struct __pyx_memoryview_obj *__pyx_v_self, PyObject *__pyx_v_index, PyObject *__pyx_v_value) {\n  char *__pyx_v_itemp;\n  PyObject *__pyx_r = NULL;\n  __Pyx_RefNannyDeclarations\n  char *__pyx_t_1;\n  PyObject *__pyx_t_2 = NULL;\n  int __pyx_lineno = 0;\n  const char *__pyx_filename = NULL;\n  int __pyx_clineno = 0;\n  __Pyx_RefNannySetupContext(\"setitem_indexed\", 0);\n\n  /* \"View.MemoryView\":482\n * \n *     cdef setitem_indexed(self, index, value):\n *         cdef char *itemp = self.get_item_pointer(index)             # <<<<<<<<<<<<<<\n *         self.assign_item_from_object(itemp, value)\n * \n */\n  __pyx_t_1 = ((struct __pyx_vtabstruct_memoryview *)__pyx_v_self->__pyx_vtab)->get_item_pointer(__pyx_v_self, __pyx_v_index); if (unlikely(__pyx_t_1 == ((char *)NULL))) __PYX_ERR(1, 482, __pyx_L1_error)\n  __pyx_v_itemp = __pyx_t_1;\n\n  /* \"View.MemoryView\":483\n *     cdef setitem_indexed(self, index, value):\n *         cdef char *itemp = self.get_item_pointer(index)\n *         self.assign_item_from_object(itemp, value)             # <<<<<<<<<<<<<<\n * \n *     cdef convert_item_to_object(self, char *itemp):\n */\n  __pyx_t_2 = ((struct __pyx_vtabstruct_memoryview *)__pyx_v_self->__pyx_vtab)->assign_item_from_object(__pyx_v_self, __pyx_v_itemp, __pyx_v_value); if (unlikely(!__pyx_t_2)) __PYX_ERR(1, 483, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_t_2);\n  __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;\n\n  /* \"View.MemoryView\":481\n *             PyMem_Free(tmp)\n * \n *     cdef setitem_indexed(self, index, value):             # <<<<<<<<<<<<<<\n *         cdef char *itemp = self.get_item_pointer(index)\n *         self.assign_item_from_object(itemp, value)\n */\n\n  /* function exit code */\n  __pyx_r = Py_None; __Pyx_INCREF(Py_None);\n  goto __pyx_L0;\n  __pyx_L1_error:;\n  __Pyx_XDECREF(__pyx_t_2);\n  __Pyx_AddTraceback(\"View.MemoryView.memoryview.setitem_indexed\", __pyx_clineno, __pyx_lineno, __pyx_filename);\n  __pyx_r = 0;\n  __pyx_L0:;\n  __Pyx_XGIVEREF(__pyx_r);\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\n/* \"View.MemoryView\":485\n *         self.assign_item_from_object(itemp, value)\n * \n *     cdef convert_item_to_object(self, char *itemp):             # <<<<<<<<<<<<<<\n *         \"\"\"Only used if instantiated manually by the user, or if Cython doesn't\n *         know how to convert the type\"\"\"\n */\n\nstatic PyObject *__pyx_memoryview_convert_item_to_object(struct __pyx_memoryview_obj *__pyx_v_self, char *__pyx_v_itemp) {\n  PyObject *__pyx_v_struct = NULL;\n  PyObject *__pyx_v_bytesitem = 0;\n  PyObject *__pyx_v_result = NULL;\n  PyObject *__pyx_r = NULL;\n  __Pyx_RefNannyDeclarations\n  PyObject *__pyx_t_1 = NULL;\n  PyObject *__pyx_t_2 = NULL;\n  PyObject *__pyx_t_3 = NULL;\n  PyObject *__pyx_t_4 = NULL;\n  PyObject *__pyx_t_5 = NULL;\n  PyObject *__pyx_t_6 = NULL;\n  PyObject *__pyx_t_7 = NULL;\n  int __pyx_t_8;\n  PyObject *__pyx_t_9 = NULL;\n  size_t __pyx_t_10;\n  int __pyx_t_11;\n  int __pyx_lineno = 0;\n  const char *__pyx_filename = NULL;\n  int __pyx_clineno = 0;\n  __Pyx_RefNannySetupContext(\"convert_item_to_object\", 0);\n\n  /* \"View.MemoryView\":488\n *         \"\"\"Only used if instantiated manually by the user, or if Cython doesn't\n *         know how to convert the type\"\"\"\n *         import struct             # <<<<<<<<<<<<<<\n *         cdef bytes bytesitem\n * \n */\n  __pyx_t_1 = __Pyx_Import(__pyx_n_s_struct, 0, 0); if (unlikely(!__pyx_t_1)) __PYX_ERR(1, 488, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_t_1);\n  __pyx_v_struct = __pyx_t_1;\n  __pyx_t_1 = 0;\n\n  /* \"View.MemoryView\":491\n *         cdef bytes bytesitem\n * \n *         bytesitem = itemp[:self.view.itemsize]             # <<<<<<<<<<<<<<\n *         try:\n *             result = struct.unpack(self.view.format, bytesitem)\n */\n  __pyx_t_1 = __Pyx_PyBytes_FromStringAndSize(__pyx_v_itemp + 0, __pyx_v_self->view.itemsize - 0); if (unlikely(!__pyx_t_1)) __PYX_ERR(1, 491, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_t_1);\n  __pyx_v_bytesitem = ((PyObject*)__pyx_t_1);\n  __pyx_t_1 = 0;\n\n  /* \"View.MemoryView\":492\n * \n *         bytesitem = itemp[:self.view.itemsize]\n *         try:             # <<<<<<<<<<<<<<\n *             result = struct.unpack(self.view.format, bytesitem)\n *         except struct.error:\n */\n  {\n    __Pyx_PyThreadState_declare\n    __Pyx_PyThreadState_assign\n    __Pyx_ExceptionSave(&__pyx_t_2, &__pyx_t_3, &__pyx_t_4);\n    __Pyx_XGOTREF(__pyx_t_2);\n    __Pyx_XGOTREF(__pyx_t_3);\n    __Pyx_XGOTREF(__pyx_t_4);\n    /*try:*/ {\n\n      /* \"View.MemoryView\":493\n *         bytesitem = itemp[:self.view.itemsize]\n *         try:\n *             result = struct.unpack(self.view.format, bytesitem)             # <<<<<<<<<<<<<<\n *         except struct.error:\n *             raise ValueError(\"Unable to convert item to object\")\n */\n      __pyx_t_5 = __Pyx_PyObject_GetAttrStr(__pyx_v_struct, __pyx_n_s_unpack); if (unlikely(!__pyx_t_5)) __PYX_ERR(1, 493, __pyx_L3_error)\n      __Pyx_GOTREF(__pyx_t_5);\n      __pyx_t_6 = __Pyx_PyBytes_FromString(__pyx_v_self->view.format); if (unlikely(!__pyx_t_6)) __PYX_ERR(1, 493, __pyx_L3_error)\n      __Pyx_GOTREF(__pyx_t_6);\n      __pyx_t_7 = NULL;\n      __pyx_t_8 = 0;\n      if (CYTHON_UNPACK_METHODS && likely(PyMethod_Check(__pyx_t_5))) {\n        __pyx_t_7 = PyMethod_GET_SELF(__pyx_t_5);\n        if (likely(__pyx_t_7)) {\n          PyObject* function = PyMethod_GET_FUNCTION(__pyx_t_5);\n          __Pyx_INCREF(__pyx_t_7);\n          __Pyx_INCREF(function);\n          __Pyx_DECREF_SET(__pyx_t_5, function);\n          __pyx_t_8 = 1;\n        }\n      }\n      #if CYTHON_FAST_PYCALL\n      if (PyFunction_Check(__pyx_t_5)) {\n        PyObject *__pyx_temp[3] = {__pyx_t_7, __pyx_t_6, __pyx_v_bytesitem};\n        __pyx_t_1 = __Pyx_PyFunction_FastCall(__pyx_t_5, __pyx_temp+1-__pyx_t_8, 2+__pyx_t_8); if (unlikely(!__pyx_t_1)) __PYX_ERR(1, 493, __pyx_L3_error)\n        __Pyx_XDECREF(__pyx_t_7); __pyx_t_7 = 0;\n        __Pyx_GOTREF(__pyx_t_1);\n        __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0;\n      } else\n      #endif\n      #if CYTHON_FAST_PYCCALL\n      if (__Pyx_PyFastCFunction_Check(__pyx_t_5)) {\n        PyObject *__pyx_temp[3] = {__pyx_t_7, __pyx_t_6, __pyx_v_bytesitem};\n        __pyx_t_1 = __Pyx_PyCFunction_FastCall(__pyx_t_5, __pyx_temp+1-__pyx_t_8, 2+__pyx_t_8); if (unlikely(!__pyx_t_1)) __PYX_ERR(1, 493, __pyx_L3_error)\n        __Pyx_XDECREF(__pyx_t_7); __pyx_t_7 = 0;\n        __Pyx_GOTREF(__pyx_t_1);\n        __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0;\n      } else\n      #endif\n      {\n        __pyx_t_9 = PyTuple_New(2+__pyx_t_8); if (unlikely(!__pyx_t_9)) __PYX_ERR(1, 493, __pyx_L3_error)\n        __Pyx_GOTREF(__pyx_t_9);\n        if (__pyx_t_7) {\n          __Pyx_GIVEREF(__pyx_t_7); PyTuple_SET_ITEM(__pyx_t_9, 0, __pyx_t_7); __pyx_t_7 = NULL;\n        }\n        __Pyx_GIVEREF(__pyx_t_6);\n        PyTuple_SET_ITEM(__pyx_t_9, 0+__pyx_t_8, __pyx_t_6);\n        __Pyx_INCREF(__pyx_v_bytesitem);\n        __Pyx_GIVEREF(__pyx_v_bytesitem);\n        PyTuple_SET_ITEM(__pyx_t_9, 1+__pyx_t_8, __pyx_v_bytesitem);\n        __pyx_t_6 = 0;\n        __pyx_t_1 = __Pyx_PyObject_Call(__pyx_t_5, __pyx_t_9, NULL); if (unlikely(!__pyx_t_1)) __PYX_ERR(1, 493, __pyx_L3_error)\n        __Pyx_GOTREF(__pyx_t_1);\n        __Pyx_DECREF(__pyx_t_9); __pyx_t_9 = 0;\n      }\n      __Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0;\n      __pyx_v_result = __pyx_t_1;\n      __pyx_t_1 = 0;\n\n      /* \"View.MemoryView\":492\n * \n *         bytesitem = itemp[:self.view.itemsize]\n *         try:             # <<<<<<<<<<<<<<\n *             result = struct.unpack(self.view.format, bytesitem)\n *         except struct.error:\n */\n    }\n\n    /* \"View.MemoryView\":497\n *             raise ValueError(\"Unable to convert item to object\")\n *         else:\n *             if len(self.view.format) == 1:             # <<<<<<<<<<<<<<\n *                 return result[0]\n *             return result\n */\n    /*else:*/ {\n      __pyx_t_10 = strlen(__pyx_v_self->view.format); \n      __pyx_t_11 = ((__pyx_t_10 == 1) != 0);\n      if (__pyx_t_11) {\n\n        /* \"View.MemoryView\":498\n *         else:\n *             if len(self.view.format) == 1:\n *                 return result[0]             # <<<<<<<<<<<<<<\n *             return result\n * \n */\n        __Pyx_XDECREF(__pyx_r);\n        __pyx_t_1 = __Pyx_GetItemInt(__pyx_v_result, 0, long, 1, __Pyx_PyInt_From_long, 0, 0, 1); if (unlikely(!__pyx_t_1)) __PYX_ERR(1, 498, __pyx_L5_except_error)\n        __Pyx_GOTREF(__pyx_t_1);\n        __pyx_r = __pyx_t_1;\n        __pyx_t_1 = 0;\n        goto __pyx_L6_except_return;\n\n        /* \"View.MemoryView\":497\n *             raise ValueError(\"Unable to convert item to object\")\n *         else:\n *             if len(self.view.format) == 1:             # <<<<<<<<<<<<<<\n *                 return result[0]\n *             return result\n */\n      }\n\n      /* \"View.MemoryView\":499\n *             if len(self.view.format) == 1:\n *                 return result[0]\n *             return result             # <<<<<<<<<<<<<<\n * \n *     cdef assign_item_from_object(self, char *itemp, object value):\n */\n      __Pyx_XDECREF(__pyx_r);\n      __Pyx_INCREF(__pyx_v_result);\n      __pyx_r = __pyx_v_result;\n      goto __pyx_L6_except_return;\n    }\n    __pyx_L3_error:;\n    __Pyx_XDECREF(__pyx_t_1); __pyx_t_1 = 0;\n    __Pyx_XDECREF(__pyx_t_5); __pyx_t_5 = 0;\n    __Pyx_XDECREF(__pyx_t_6); __pyx_t_6 = 0;\n    __Pyx_XDECREF(__pyx_t_7); __pyx_t_7 = 0;\n    __Pyx_XDECREF(__pyx_t_9); __pyx_t_9 = 0;\n\n    /* \"View.MemoryView\":494\n *         try:\n *             result = struct.unpack(self.view.format, bytesitem)\n *         except struct.error:             # <<<<<<<<<<<<<<\n *             raise ValueError(\"Unable to convert item to object\")\n *         else:\n */\n    __Pyx_ErrFetch(&__pyx_t_1, &__pyx_t_5, &__pyx_t_9);\n    __pyx_t_6 = __Pyx_PyObject_GetAttrStr(__pyx_v_struct, __pyx_n_s_error); if (unlikely(!__pyx_t_6)) __PYX_ERR(1, 494, __pyx_L5_except_error)\n    __Pyx_GOTREF(__pyx_t_6);\n    __pyx_t_8 = __Pyx_PyErr_GivenExceptionMatches(__pyx_t_1, __pyx_t_6);\n    __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0;\n    __Pyx_ErrRestore(__pyx_t_1, __pyx_t_5, __pyx_t_9);\n    __pyx_t_1 = 0; __pyx_t_5 = 0; __pyx_t_9 = 0;\n    if (__pyx_t_8) {\n      __Pyx_AddTraceback(\"View.MemoryView.memoryview.convert_item_to_object\", __pyx_clineno, __pyx_lineno, __pyx_filename);\n      if (__Pyx_GetException(&__pyx_t_9, &__pyx_t_5, &__pyx_t_1) < 0) __PYX_ERR(1, 494, __pyx_L5_except_error)\n      __Pyx_GOTREF(__pyx_t_9);\n      __Pyx_GOTREF(__pyx_t_5);\n      __Pyx_GOTREF(__pyx_t_1);\n\n      /* \"View.MemoryView\":495\n *             result = struct.unpack(self.view.format, bytesitem)\n *         except struct.error:\n *             raise ValueError(\"Unable to convert item to object\")             # <<<<<<<<<<<<<<\n *         else:\n *             if len(self.view.format) == 1:\n */\n      __pyx_t_6 = __Pyx_PyObject_Call(__pyx_builtin_ValueError, __pyx_tuple__13, NULL); if (unlikely(!__pyx_t_6)) __PYX_ERR(1, 495, __pyx_L5_except_error)\n      __Pyx_GOTREF(__pyx_t_6);\n      __Pyx_Raise(__pyx_t_6, 0, 0, 0);\n      __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0;\n      __PYX_ERR(1, 495, __pyx_L5_except_error)\n    }\n    goto __pyx_L5_except_error;\n    __pyx_L5_except_error:;\n\n    /* \"View.MemoryView\":492\n * \n *         bytesitem = itemp[:self.view.itemsize]\n *         try:             # <<<<<<<<<<<<<<\n *             result = struct.unpack(self.view.format, bytesitem)\n *         except struct.error:\n */\n    __Pyx_XGIVEREF(__pyx_t_2);\n    __Pyx_XGIVEREF(__pyx_t_3);\n    __Pyx_XGIVEREF(__pyx_t_4);\n    __Pyx_ExceptionReset(__pyx_t_2, __pyx_t_3, __pyx_t_4);\n    goto __pyx_L1_error;\n    __pyx_L6_except_return:;\n    __Pyx_XGIVEREF(__pyx_t_2);\n    __Pyx_XGIVEREF(__pyx_t_3);\n    __Pyx_XGIVEREF(__pyx_t_4);\n    __Pyx_ExceptionReset(__pyx_t_2, __pyx_t_3, __pyx_t_4);\n    goto __pyx_L0;\n  }\n\n  /* \"View.MemoryView\":485\n *         self.assign_item_from_object(itemp, value)\n * \n *     cdef convert_item_to_object(self, char *itemp):             # <<<<<<<<<<<<<<\n *         \"\"\"Only used if instantiated manually by the user, or if Cython doesn't\n *         know how to convert the type\"\"\"\n */\n\n  /* function exit code */\n  __pyx_L1_error:;\n  __Pyx_XDECREF(__pyx_t_1);\n  __Pyx_XDECREF(__pyx_t_5);\n  __Pyx_XDECREF(__pyx_t_6);\n  __Pyx_XDECREF(__pyx_t_7);\n  __Pyx_XDECREF(__pyx_t_9);\n  __Pyx_AddTraceback(\"View.MemoryView.memoryview.convert_item_to_object\", __pyx_clineno, __pyx_lineno, __pyx_filename);\n  __pyx_r = 0;\n  __pyx_L0:;\n  __Pyx_XDECREF(__pyx_v_struct);\n  __Pyx_XDECREF(__pyx_v_bytesitem);\n  __Pyx_XDECREF(__pyx_v_result);\n  __Pyx_XGIVEREF(__pyx_r);\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\n/* \"View.MemoryView\":501\n *             return result\n * \n *     cdef assign_item_from_object(self, char *itemp, object value):             # <<<<<<<<<<<<<<\n *         \"\"\"Only used if instantiated manually by the user, or if Cython doesn't\n *         know how to convert the type\"\"\"\n */\n\nstatic PyObject *__pyx_memoryview_assign_item_from_object(struct __pyx_memoryview_obj *__pyx_v_self, char *__pyx_v_itemp, PyObject *__pyx_v_value) {\n  PyObject *__pyx_v_struct = NULL;\n  char __pyx_v_c;\n  PyObject *__pyx_v_bytesvalue = 0;\n  Py_ssize_t __pyx_v_i;\n  PyObject *__pyx_r = NULL;\n  __Pyx_RefNannyDeclarations\n  PyObject *__pyx_t_1 = NULL;\n  int __pyx_t_2;\n  int __pyx_t_3;\n  PyObject *__pyx_t_4 = NULL;\n  PyObject *__pyx_t_5 = NULL;\n  PyObject *__pyx_t_6 = NULL;\n  int __pyx_t_7;\n  PyObject *__pyx_t_8 = NULL;\n  Py_ssize_t __pyx_t_9;\n  PyObject *__pyx_t_10 = NULL;\n  char *__pyx_t_11;\n  char *__pyx_t_12;\n  char *__pyx_t_13;\n  char *__pyx_t_14;\n  int __pyx_lineno = 0;\n  const char *__pyx_filename = NULL;\n  int __pyx_clineno = 0;\n  __Pyx_RefNannySetupContext(\"assign_item_from_object\", 0);\n\n  /* \"View.MemoryView\":504\n *         \"\"\"Only used if instantiated manually by the user, or if Cython doesn't\n *         know how to convert the type\"\"\"\n *         import struct             # <<<<<<<<<<<<<<\n *         cdef char c\n *         cdef bytes bytesvalue\n */\n  __pyx_t_1 = __Pyx_Import(__pyx_n_s_struct, 0, 0); if (unlikely(!__pyx_t_1)) __PYX_ERR(1, 504, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_t_1);\n  __pyx_v_struct = __pyx_t_1;\n  __pyx_t_1 = 0;\n\n  /* \"View.MemoryView\":509\n *         cdef Py_ssize_t i\n * \n *         if isinstance(value, tuple):             # <<<<<<<<<<<<<<\n *             bytesvalue = struct.pack(self.view.format, *value)\n *         else:\n */\n  __pyx_t_2 = PyTuple_Check(__pyx_v_value); \n  __pyx_t_3 = (__pyx_t_2 != 0);\n  if (__pyx_t_3) {\n\n    /* \"View.MemoryView\":510\n * \n *         if isinstance(value, tuple):\n *             bytesvalue = struct.pack(self.view.format, *value)             # <<<<<<<<<<<<<<\n *         else:\n *             bytesvalue = struct.pack(self.view.format, value)\n */\n    __pyx_t_1 = __Pyx_PyObject_GetAttrStr(__pyx_v_struct, __pyx_n_s_pack); if (unlikely(!__pyx_t_1)) __PYX_ERR(1, 510, __pyx_L1_error)\n    __Pyx_GOTREF(__pyx_t_1);\n    __pyx_t_4 = __Pyx_PyBytes_FromString(__pyx_v_self->view.format); if (unlikely(!__pyx_t_4)) __PYX_ERR(1, 510, __pyx_L1_error)\n    __Pyx_GOTREF(__pyx_t_4);\n    __pyx_t_5 = PyTuple_New(1); if (unlikely(!__pyx_t_5)) __PYX_ERR(1, 510, __pyx_L1_error)\n    __Pyx_GOTREF(__pyx_t_5);\n    __Pyx_GIVEREF(__pyx_t_4);\n    PyTuple_SET_ITEM(__pyx_t_5, 0, __pyx_t_4);\n    __pyx_t_4 = 0;\n    __pyx_t_4 = __Pyx_PySequence_Tuple(__pyx_v_value); if (unlikely(!__pyx_t_4)) __PYX_ERR(1, 510, __pyx_L1_error)\n    __Pyx_GOTREF(__pyx_t_4);\n    __pyx_t_6 = PyNumber_Add(__pyx_t_5, __pyx_t_4); if (unlikely(!__pyx_t_6)) __PYX_ERR(1, 510, __pyx_L1_error)\n    __Pyx_GOTREF(__pyx_t_6);\n    __Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0;\n    __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;\n    __pyx_t_4 = __Pyx_PyObject_Call(__pyx_t_1, __pyx_t_6, NULL); if (unlikely(!__pyx_t_4)) __PYX_ERR(1, 510, __pyx_L1_error)\n    __Pyx_GOTREF(__pyx_t_4);\n    __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;\n    __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0;\n    if (!(likely(PyBytes_CheckExact(__pyx_t_4))||((__pyx_t_4) == Py_None)||(PyErr_Format(PyExc_TypeError, \"Expected %.16s, got %.200s\", \"bytes\", Py_TYPE(__pyx_t_4)->tp_name), 0))) __PYX_ERR(1, 510, __pyx_L1_error)\n    __pyx_v_bytesvalue = ((PyObject*)__pyx_t_4);\n    __pyx_t_4 = 0;\n\n    /* \"View.MemoryView\":509\n *         cdef Py_ssize_t i\n * \n *         if isinstance(value, tuple):             # <<<<<<<<<<<<<<\n *             bytesvalue = struct.pack(self.view.format, *value)\n *         else:\n */\n    goto __pyx_L3;\n  }\n\n  /* \"View.MemoryView\":512\n *             bytesvalue = struct.pack(self.view.format, *value)\n *         else:\n *             bytesvalue = struct.pack(self.view.format, value)             # <<<<<<<<<<<<<<\n * \n *         for i, c in enumerate(bytesvalue):\n */\n  /*else*/ {\n    __pyx_t_6 = __Pyx_PyObject_GetAttrStr(__pyx_v_struct, __pyx_n_s_pack); if (unlikely(!__pyx_t_6)) __PYX_ERR(1, 512, __pyx_L1_error)\n    __Pyx_GOTREF(__pyx_t_6);\n    __pyx_t_1 = __Pyx_PyBytes_FromString(__pyx_v_self->view.format); if (unlikely(!__pyx_t_1)) __PYX_ERR(1, 512, __pyx_L1_error)\n    __Pyx_GOTREF(__pyx_t_1);\n    __pyx_t_5 = NULL;\n    __pyx_t_7 = 0;\n    if (CYTHON_UNPACK_METHODS && likely(PyMethod_Check(__pyx_t_6))) {\n      __pyx_t_5 = PyMethod_GET_SELF(__pyx_t_6);\n      if (likely(__pyx_t_5)) {\n        PyObject* function = PyMethod_GET_FUNCTION(__pyx_t_6);\n        __Pyx_INCREF(__pyx_t_5);\n        __Pyx_INCREF(function);\n        __Pyx_DECREF_SET(__pyx_t_6, function);\n        __pyx_t_7 = 1;\n      }\n    }\n    #if CYTHON_FAST_PYCALL\n    if (PyFunction_Check(__pyx_t_6)) {\n      PyObject *__pyx_temp[3] = {__pyx_t_5, __pyx_t_1, __pyx_v_value};\n      __pyx_t_4 = __Pyx_PyFunction_FastCall(__pyx_t_6, __pyx_temp+1-__pyx_t_7, 2+__pyx_t_7); if (unlikely(!__pyx_t_4)) __PYX_ERR(1, 512, __pyx_L1_error)\n      __Pyx_XDECREF(__pyx_t_5); __pyx_t_5 = 0;\n      __Pyx_GOTREF(__pyx_t_4);\n      __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;\n    } else\n    #endif\n    #if CYTHON_FAST_PYCCALL\n    if (__Pyx_PyFastCFunction_Check(__pyx_t_6)) {\n      PyObject *__pyx_temp[3] = {__pyx_t_5, __pyx_t_1, __pyx_v_value};\n      __pyx_t_4 = __Pyx_PyCFunction_FastCall(__pyx_t_6, __pyx_temp+1-__pyx_t_7, 2+__pyx_t_7); if (unlikely(!__pyx_t_4)) __PYX_ERR(1, 512, __pyx_L1_error)\n      __Pyx_XDECREF(__pyx_t_5); __pyx_t_5 = 0;\n      __Pyx_GOTREF(__pyx_t_4);\n      __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;\n    } else\n    #endif\n    {\n      __pyx_t_8 = PyTuple_New(2+__pyx_t_7); if (unlikely(!__pyx_t_8)) __PYX_ERR(1, 512, __pyx_L1_error)\n      __Pyx_GOTREF(__pyx_t_8);\n      if (__pyx_t_5) {\n        __Pyx_GIVEREF(__pyx_t_5); PyTuple_SET_ITEM(__pyx_t_8, 0, __pyx_t_5); __pyx_t_5 = NULL;\n      }\n      __Pyx_GIVEREF(__pyx_t_1);\n      PyTuple_SET_ITEM(__pyx_t_8, 0+__pyx_t_7, __pyx_t_1);\n      __Pyx_INCREF(__pyx_v_value);\n      __Pyx_GIVEREF(__pyx_v_value);\n      PyTuple_SET_ITEM(__pyx_t_8, 1+__pyx_t_7, __pyx_v_value);\n      __pyx_t_1 = 0;\n      __pyx_t_4 = __Pyx_PyObject_Call(__pyx_t_6, __pyx_t_8, NULL); if (unlikely(!__pyx_t_4)) __PYX_ERR(1, 512, __pyx_L1_error)\n      __Pyx_GOTREF(__pyx_t_4);\n      __Pyx_DECREF(__pyx_t_8); __pyx_t_8 = 0;\n    }\n    __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0;\n    if (!(likely(PyBytes_CheckExact(__pyx_t_4))||((__pyx_t_4) == Py_None)||(PyErr_Format(PyExc_TypeError, \"Expected %.16s, got %.200s\", \"bytes\", Py_TYPE(__pyx_t_4)->tp_name), 0))) __PYX_ERR(1, 512, __pyx_L1_error)\n    __pyx_v_bytesvalue = ((PyObject*)__pyx_t_4);\n    __pyx_t_4 = 0;\n  }\n  __pyx_L3:;\n\n  /* \"View.MemoryView\":514\n *             bytesvalue = struct.pack(self.view.format, value)\n * \n *         for i, c in enumerate(bytesvalue):             # <<<<<<<<<<<<<<\n *             itemp[i] = c\n * \n */\n  __pyx_t_9 = 0;\n  if (unlikely(__pyx_v_bytesvalue == Py_None)) {\n    PyErr_SetString(PyExc_TypeError, \"'NoneType' is not iterable\");\n    __PYX_ERR(1, 514, __pyx_L1_error)\n  }\n  __Pyx_INCREF(__pyx_v_bytesvalue);\n  __pyx_t_10 = __pyx_v_bytesvalue;\n  __pyx_t_12 = PyBytes_AS_STRING(__pyx_t_10);\n  __pyx_t_13 = (__pyx_t_12 + PyBytes_GET_SIZE(__pyx_t_10));\n  for (__pyx_t_14 = __pyx_t_12; __pyx_t_14 < __pyx_t_13; __pyx_t_14++) {\n    __pyx_t_11 = __pyx_t_14;\n    __pyx_v_c = (__pyx_t_11[0]);\n\n    /* \"View.MemoryView\":515\n * \n *         for i, c in enumerate(bytesvalue):\n *             itemp[i] = c             # <<<<<<<<<<<<<<\n * \n *     @cname('getbuffer')\n */\n    __pyx_v_i = __pyx_t_9;\n\n    /* \"View.MemoryView\":514\n *             bytesvalue = struct.pack(self.view.format, value)\n * \n *         for i, c in enumerate(bytesvalue):             # <<<<<<<<<<<<<<\n *             itemp[i] = c\n * \n */\n    __pyx_t_9 = (__pyx_t_9 + 1);\n\n    /* \"View.MemoryView\":515\n * \n *         for i, c in enumerate(bytesvalue):\n *             itemp[i] = c             # <<<<<<<<<<<<<<\n * \n *     @cname('getbuffer')\n */\n    (__pyx_v_itemp[__pyx_v_i]) = __pyx_v_c;\n  }\n  __Pyx_DECREF(__pyx_t_10); __pyx_t_10 = 0;\n\n  /* \"View.MemoryView\":501\n *             return result\n * \n *     cdef assign_item_from_object(self, char *itemp, object value):             # <<<<<<<<<<<<<<\n *         \"\"\"Only used if instantiated manually by the user, or if Cython doesn't\n *         know how to convert the type\"\"\"\n */\n\n  /* function exit code */\n  __pyx_r = Py_None; __Pyx_INCREF(Py_None);\n  goto __pyx_L0;\n  __pyx_L1_error:;\n  __Pyx_XDECREF(__pyx_t_1);\n  __Pyx_XDECREF(__pyx_t_4);\n  __Pyx_XDECREF(__pyx_t_5);\n  __Pyx_XDECREF(__pyx_t_6);\n  __Pyx_XDECREF(__pyx_t_8);\n  __Pyx_XDECREF(__pyx_t_10);\n  __Pyx_AddTraceback(\"View.MemoryView.memoryview.assign_item_from_object\", __pyx_clineno, __pyx_lineno, __pyx_filename);\n  __pyx_r = 0;\n  __pyx_L0:;\n  __Pyx_XDECREF(__pyx_v_struct);\n  __Pyx_XDECREF(__pyx_v_bytesvalue);\n  __Pyx_XGIVEREF(__pyx_r);\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\n/* \"View.MemoryView\":518\n * \n *     @cname('getbuffer')\n *     def __getbuffer__(self, Py_buffer *info, int flags):             # <<<<<<<<<<<<<<\n *         if flags & PyBUF_WRITABLE and self.view.readonly:\n *             raise ValueError(\"Cannot create writable memory view from read-only memoryview\")\n */\n\n/* Python wrapper */\nstatic CYTHON_UNUSED int __pyx_memoryview_getbuffer(PyObject *__pyx_v_self, Py_buffer *__pyx_v_info, int __pyx_v_flags); /*proto*/\nstatic CYTHON_UNUSED int __pyx_memoryview_getbuffer(PyObject *__pyx_v_self, Py_buffer *__pyx_v_info, int __pyx_v_flags) {\n  int __pyx_r;\n  __Pyx_RefNannyDeclarations\n  __Pyx_RefNannySetupContext(\"__getbuffer__ (wrapper)\", 0);\n  __pyx_r = __pyx_memoryview___pyx_pf_15View_dot_MemoryView_10memoryview_8__getbuffer__(((struct __pyx_memoryview_obj *)__pyx_v_self), ((Py_buffer *)__pyx_v_info), ((int)__pyx_v_flags));\n\n  /* function exit code */\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\nstatic int __pyx_memoryview___pyx_pf_15View_dot_MemoryView_10memoryview_8__getbuffer__(struct __pyx_memoryview_obj *__pyx_v_self, Py_buffer *__pyx_v_info, int __pyx_v_flags) {\n  int __pyx_r;\n  __Pyx_RefNannyDeclarations\n  int __pyx_t_1;\n  int __pyx_t_2;\n  PyObject *__pyx_t_3 = NULL;\n  Py_ssize_t *__pyx_t_4;\n  char *__pyx_t_5;\n  void *__pyx_t_6;\n  int __pyx_t_7;\n  Py_ssize_t __pyx_t_8;\n  int __pyx_lineno = 0;\n  const char *__pyx_filename = NULL;\n  int __pyx_clineno = 0;\n  if (__pyx_v_info == NULL) {\n    PyErr_SetString(PyExc_BufferError, \"PyObject_GetBuffer: view==NULL argument is obsolete\");\n    return -1;\n  }\n  __Pyx_RefNannySetupContext(\"__getbuffer__\", 0);\n  __pyx_v_info->obj = Py_None; __Pyx_INCREF(Py_None);\n  __Pyx_GIVEREF(__pyx_v_info->obj);\n\n  /* \"View.MemoryView\":519\n *     @cname('getbuffer')\n *     def __getbuffer__(self, Py_buffer *info, int flags):\n *         if flags & PyBUF_WRITABLE and self.view.readonly:             # <<<<<<<<<<<<<<\n *             raise ValueError(\"Cannot create writable memory view from read-only memoryview\")\n * \n */\n  __pyx_t_2 = ((__pyx_v_flags & PyBUF_WRITABLE) != 0);\n  if (__pyx_t_2) {\n  } else {\n    __pyx_t_1 = __pyx_t_2;\n    goto __pyx_L4_bool_binop_done;\n  }\n  __pyx_t_2 = (__pyx_v_self->view.readonly != 0);\n  __pyx_t_1 = __pyx_t_2;\n  __pyx_L4_bool_binop_done:;\n  if (unlikely(__pyx_t_1)) {\n\n    /* \"View.MemoryView\":520\n *     def __getbuffer__(self, Py_buffer *info, int flags):\n *         if flags & PyBUF_WRITABLE and self.view.readonly:\n *             raise ValueError(\"Cannot create writable memory view from read-only memoryview\")             # <<<<<<<<<<<<<<\n * \n *         if flags & PyBUF_ND:\n */\n    __pyx_t_3 = __Pyx_PyObject_Call(__pyx_builtin_ValueError, __pyx_tuple__14, NULL); if (unlikely(!__pyx_t_3)) __PYX_ERR(1, 520, __pyx_L1_error)\n    __Pyx_GOTREF(__pyx_t_3);\n    __Pyx_Raise(__pyx_t_3, 0, 0, 0);\n    __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0;\n    __PYX_ERR(1, 520, __pyx_L1_error)\n\n    /* \"View.MemoryView\":519\n *     @cname('getbuffer')\n *     def __getbuffer__(self, Py_buffer *info, int flags):\n *         if flags & PyBUF_WRITABLE and self.view.readonly:             # <<<<<<<<<<<<<<\n *             raise ValueError(\"Cannot create writable memory view from read-only memoryview\")\n * \n */\n  }\n\n  /* \"View.MemoryView\":522\n *             raise ValueError(\"Cannot create writable memory view from read-only memoryview\")\n * \n *         if flags & PyBUF_ND:             # <<<<<<<<<<<<<<\n *             info.shape = self.view.shape\n *         else:\n */\n  __pyx_t_1 = ((__pyx_v_flags & PyBUF_ND) != 0);\n  if (__pyx_t_1) {\n\n    /* \"View.MemoryView\":523\n * \n *         if flags & PyBUF_ND:\n *             info.shape = self.view.shape             # <<<<<<<<<<<<<<\n *         else:\n *             info.shape = NULL\n */\n    __pyx_t_4 = __pyx_v_self->view.shape;\n    __pyx_v_info->shape = __pyx_t_4;\n\n    /* \"View.MemoryView\":522\n *             raise ValueError(\"Cannot create writable memory view from read-only memoryview\")\n * \n *         if flags & PyBUF_ND:             # <<<<<<<<<<<<<<\n *             info.shape = self.view.shape\n *         else:\n */\n    goto __pyx_L6;\n  }\n\n  /* \"View.MemoryView\":525\n *             info.shape = self.view.shape\n *         else:\n *             info.shape = NULL             # <<<<<<<<<<<<<<\n * \n *         if flags & PyBUF_STRIDES:\n */\n  /*else*/ {\n    __pyx_v_info->shape = NULL;\n  }\n  __pyx_L6:;\n\n  /* \"View.MemoryView\":527\n *             info.shape = NULL\n * \n *         if flags & PyBUF_STRIDES:             # <<<<<<<<<<<<<<\n *             info.strides = self.view.strides\n *         else:\n */\n  __pyx_t_1 = ((__pyx_v_flags & PyBUF_STRIDES) != 0);\n  if (__pyx_t_1) {\n\n    /* \"View.MemoryView\":528\n * \n *         if flags & PyBUF_STRIDES:\n *             info.strides = self.view.strides             # <<<<<<<<<<<<<<\n *         else:\n *             info.strides = NULL\n */\n    __pyx_t_4 = __pyx_v_self->view.strides;\n    __pyx_v_info->strides = __pyx_t_4;\n\n    /* \"View.MemoryView\":527\n *             info.shape = NULL\n * \n *         if flags & PyBUF_STRIDES:             # <<<<<<<<<<<<<<\n *             info.strides = self.view.strides\n *         else:\n */\n    goto __pyx_L7;\n  }\n\n  /* \"View.MemoryView\":530\n *             info.strides = self.view.strides\n *         else:\n *             info.strides = NULL             # <<<<<<<<<<<<<<\n * \n *         if flags & PyBUF_INDIRECT:\n */\n  /*else*/ {\n    __pyx_v_info->strides = NULL;\n  }\n  __pyx_L7:;\n\n  /* \"View.MemoryView\":532\n *             info.strides = NULL\n * \n *         if flags & PyBUF_INDIRECT:             # <<<<<<<<<<<<<<\n *             info.suboffsets = self.view.suboffsets\n *         else:\n */\n  __pyx_t_1 = ((__pyx_v_flags & PyBUF_INDIRECT) != 0);\n  if (__pyx_t_1) {\n\n    /* \"View.MemoryView\":533\n * \n *         if flags & PyBUF_INDIRECT:\n *             info.suboffsets = self.view.suboffsets             # <<<<<<<<<<<<<<\n *         else:\n *             info.suboffsets = NULL\n */\n    __pyx_t_4 = __pyx_v_self->view.suboffsets;\n    __pyx_v_info->suboffsets = __pyx_t_4;\n\n    /* \"View.MemoryView\":532\n *             info.strides = NULL\n * \n *         if flags & PyBUF_INDIRECT:             # <<<<<<<<<<<<<<\n *             info.suboffsets = self.view.suboffsets\n *         else:\n */\n    goto __pyx_L8;\n  }\n\n  /* \"View.MemoryView\":535\n *             info.suboffsets = self.view.suboffsets\n *         else:\n *             info.suboffsets = NULL             # <<<<<<<<<<<<<<\n * \n *         if flags & PyBUF_FORMAT:\n */\n  /*else*/ {\n    __pyx_v_info->suboffsets = NULL;\n  }\n  __pyx_L8:;\n\n  /* \"View.MemoryView\":537\n *             info.suboffsets = NULL\n * \n *         if flags & PyBUF_FORMAT:             # <<<<<<<<<<<<<<\n *             info.format = self.view.format\n *         else:\n */\n  __pyx_t_1 = ((__pyx_v_flags & PyBUF_FORMAT) != 0);\n  if (__pyx_t_1) {\n\n    /* \"View.MemoryView\":538\n * \n *         if flags & PyBUF_FORMAT:\n *             info.format = self.view.format             # <<<<<<<<<<<<<<\n *         else:\n *             info.format = NULL\n */\n    __pyx_t_5 = __pyx_v_self->view.format;\n    __pyx_v_info->format = __pyx_t_5;\n\n    /* \"View.MemoryView\":537\n *             info.suboffsets = NULL\n * \n *         if flags & PyBUF_FORMAT:             # <<<<<<<<<<<<<<\n *             info.format = self.view.format\n *         else:\n */\n    goto __pyx_L9;\n  }\n\n  /* \"View.MemoryView\":540\n *             info.format = self.view.format\n *         else:\n *             info.format = NULL             # <<<<<<<<<<<<<<\n * \n *         info.buf = self.view.buf\n */\n  /*else*/ {\n    __pyx_v_info->format = NULL;\n  }\n  __pyx_L9:;\n\n  /* \"View.MemoryView\":542\n *             info.format = NULL\n * \n *         info.buf = self.view.buf             # <<<<<<<<<<<<<<\n *         info.ndim = self.view.ndim\n *         info.itemsize = self.view.itemsize\n */\n  __pyx_t_6 = __pyx_v_self->view.buf;\n  __pyx_v_info->buf = __pyx_t_6;\n\n  /* \"View.MemoryView\":543\n * \n *         info.buf = self.view.buf\n *         info.ndim = self.view.ndim             # <<<<<<<<<<<<<<\n *         info.itemsize = self.view.itemsize\n *         info.len = self.view.len\n */\n  __pyx_t_7 = __pyx_v_self->view.ndim;\n  __pyx_v_info->ndim = __pyx_t_7;\n\n  /* \"View.MemoryView\":544\n *         info.buf = self.view.buf\n *         info.ndim = self.view.ndim\n *         info.itemsize = self.view.itemsize             # <<<<<<<<<<<<<<\n *         info.len = self.view.len\n *         info.readonly = self.view.readonly\n */\n  __pyx_t_8 = __pyx_v_self->view.itemsize;\n  __pyx_v_info->itemsize = __pyx_t_8;\n\n  /* \"View.MemoryView\":545\n *         info.ndim = self.view.ndim\n *         info.itemsize = self.view.itemsize\n *         info.len = self.view.len             # <<<<<<<<<<<<<<\n *         info.readonly = self.view.readonly\n *         info.obj = self\n */\n  __pyx_t_8 = __pyx_v_self->view.len;\n  __pyx_v_info->len = __pyx_t_8;\n\n  /* \"View.MemoryView\":546\n *         info.itemsize = self.view.itemsize\n *         info.len = self.view.len\n *         info.readonly = self.view.readonly             # <<<<<<<<<<<<<<\n *         info.obj = self\n * \n */\n  __pyx_t_1 = __pyx_v_self->view.readonly;\n  __pyx_v_info->readonly = __pyx_t_1;\n\n  /* \"View.MemoryView\":547\n *         info.len = self.view.len\n *         info.readonly = self.view.readonly\n *         info.obj = self             # <<<<<<<<<<<<<<\n * \n *     __pyx_getbuffer = capsule(<void *> &__pyx_memoryview_getbuffer, \"getbuffer(obj, view, flags)\")\n */\n  __Pyx_INCREF(((PyObject *)__pyx_v_self));\n  __Pyx_GIVEREF(((PyObject *)__pyx_v_self));\n  __Pyx_GOTREF(__pyx_v_info->obj);\n  __Pyx_DECREF(__pyx_v_info->obj);\n  __pyx_v_info->obj = ((PyObject *)__pyx_v_self);\n\n  /* \"View.MemoryView\":518\n * \n *     @cname('getbuffer')\n *     def __getbuffer__(self, Py_buffer *info, int flags):             # <<<<<<<<<<<<<<\n *         if flags & PyBUF_WRITABLE and self.view.readonly:\n *             raise ValueError(\"Cannot create writable memory view from read-only memoryview\")\n */\n\n  /* function exit code */\n  __pyx_r = 0;\n  goto __pyx_L0;\n  __pyx_L1_error:;\n  __Pyx_XDECREF(__pyx_t_3);\n  __Pyx_AddTraceback(\"View.MemoryView.memoryview.__getbuffer__\", __pyx_clineno, __pyx_lineno, __pyx_filename);\n  __pyx_r = -1;\n  if (__pyx_v_info->obj != NULL) {\n    __Pyx_GOTREF(__pyx_v_info->obj);\n    __Pyx_DECREF(__pyx_v_info->obj); __pyx_v_info->obj = 0;\n  }\n  goto __pyx_L2;\n  __pyx_L0:;\n  if (__pyx_v_info->obj == Py_None) {\n    __Pyx_GOTREF(__pyx_v_info->obj);\n    __Pyx_DECREF(__pyx_v_info->obj); __pyx_v_info->obj = 0;\n  }\n  __pyx_L2:;\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\n/* \"View.MemoryView\":553\n * \n *     @property\n *     def T(self):             # <<<<<<<<<<<<<<\n *         cdef _memoryviewslice result = memoryview_copy(self)\n *         transpose_memslice(&result.from_slice)\n */\n\n/* Python wrapper */\nstatic PyObject *__pyx_pw_15View_dot_MemoryView_10memoryview_1T_1__get__(PyObject *__pyx_v_self); /*proto*/\nstatic PyObject *__pyx_pw_15View_dot_MemoryView_10memoryview_1T_1__get__(PyObject *__pyx_v_self) {\n  PyObject *__pyx_r = 0;\n  __Pyx_RefNannyDeclarations\n  __Pyx_RefNannySetupContext(\"__get__ (wrapper)\", 0);\n  __pyx_r = __pyx_pf_15View_dot_MemoryView_10memoryview_1T___get__(((struct __pyx_memoryview_obj *)__pyx_v_self));\n\n  /* function exit code */\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\nstatic PyObject *__pyx_pf_15View_dot_MemoryView_10memoryview_1T___get__(struct __pyx_memoryview_obj *__pyx_v_self) {\n  struct __pyx_memoryviewslice_obj *__pyx_v_result = 0;\n  PyObject *__pyx_r = NULL;\n  __Pyx_RefNannyDeclarations\n  PyObject *__pyx_t_1 = NULL;\n  int __pyx_t_2;\n  int __pyx_lineno = 0;\n  const char *__pyx_filename = NULL;\n  int __pyx_clineno = 0;\n  __Pyx_RefNannySetupContext(\"__get__\", 0);\n\n  /* \"View.MemoryView\":554\n *     @property\n *     def T(self):\n *         cdef _memoryviewslice result = memoryview_copy(self)             # <<<<<<<<<<<<<<\n *         transpose_memslice(&result.from_slice)\n *         return result\n */\n  __pyx_t_1 = __pyx_memoryview_copy_object(__pyx_v_self); if (unlikely(!__pyx_t_1)) __PYX_ERR(1, 554, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_t_1);\n  if (!(likely(((__pyx_t_1) == Py_None) || likely(__Pyx_TypeTest(__pyx_t_1, __pyx_memoryviewslice_type))))) __PYX_ERR(1, 554, __pyx_L1_error)\n  __pyx_v_result = ((struct __pyx_memoryviewslice_obj *)__pyx_t_1);\n  __pyx_t_1 = 0;\n\n  /* \"View.MemoryView\":555\n *     def T(self):\n *         cdef _memoryviewslice result = memoryview_copy(self)\n *         transpose_memslice(&result.from_slice)             # <<<<<<<<<<<<<<\n *         return result\n * \n */\n  __pyx_t_2 = __pyx_memslice_transpose((&__pyx_v_result->from_slice)); if (unlikely(__pyx_t_2 == ((int)0))) __PYX_ERR(1, 555, __pyx_L1_error)\n\n  /* \"View.MemoryView\":556\n *         cdef _memoryviewslice result = memoryview_copy(self)\n *         transpose_memslice(&result.from_slice)\n *         return result             # <<<<<<<<<<<<<<\n * \n *     @property\n */\n  __Pyx_XDECREF(__pyx_r);\n  __Pyx_INCREF(((PyObject *)__pyx_v_result));\n  __pyx_r = ((PyObject *)__pyx_v_result);\n  goto __pyx_L0;\n\n  /* \"View.MemoryView\":553\n * \n *     @property\n *     def T(self):             # <<<<<<<<<<<<<<\n *         cdef _memoryviewslice result = memoryview_copy(self)\n *         transpose_memslice(&result.from_slice)\n */\n\n  /* function exit code */\n  __pyx_L1_error:;\n  __Pyx_XDECREF(__pyx_t_1);\n  __Pyx_AddTraceback(\"View.MemoryView.memoryview.T.__get__\", __pyx_clineno, __pyx_lineno, __pyx_filename);\n  __pyx_r = NULL;\n  __pyx_L0:;\n  __Pyx_XDECREF((PyObject *)__pyx_v_result);\n  __Pyx_XGIVEREF(__pyx_r);\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\n/* \"View.MemoryView\":559\n * \n *     @property\n *     def base(self):             # <<<<<<<<<<<<<<\n *         return self.obj\n * \n */\n\n/* Python wrapper */\nstatic PyObject *__pyx_pw_15View_dot_MemoryView_10memoryview_4base_1__get__(PyObject *__pyx_v_self); /*proto*/\nstatic PyObject *__pyx_pw_15View_dot_MemoryView_10memoryview_4base_1__get__(PyObject *__pyx_v_self) {\n  PyObject *__pyx_r = 0;\n  __Pyx_RefNannyDeclarations\n  __Pyx_RefNannySetupContext(\"__get__ (wrapper)\", 0);\n  __pyx_r = __pyx_pf_15View_dot_MemoryView_10memoryview_4base___get__(((struct __pyx_memoryview_obj *)__pyx_v_self));\n\n  /* function exit code */\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\nstatic PyObject *__pyx_pf_15View_dot_MemoryView_10memoryview_4base___get__(struct __pyx_memoryview_obj *__pyx_v_self) {\n  PyObject *__pyx_r = NULL;\n  __Pyx_RefNannyDeclarations\n  __Pyx_RefNannySetupContext(\"__get__\", 0);\n\n  /* \"View.MemoryView\":560\n *     @property\n *     def base(self):\n *         return self.obj             # <<<<<<<<<<<<<<\n * \n *     @property\n */\n  __Pyx_XDECREF(__pyx_r);\n  __Pyx_INCREF(__pyx_v_self->obj);\n  __pyx_r = __pyx_v_self->obj;\n  goto __pyx_L0;\n\n  /* \"View.MemoryView\":559\n * \n *     @property\n *     def base(self):             # <<<<<<<<<<<<<<\n *         return self.obj\n * \n */\n\n  /* function exit code */\n  __pyx_L0:;\n  __Pyx_XGIVEREF(__pyx_r);\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\n/* \"View.MemoryView\":563\n * \n *     @property\n *     def shape(self):             # <<<<<<<<<<<<<<\n *         return tuple([length for length in self.view.shape[:self.view.ndim]])\n * \n */\n\n/* Python wrapper */\nstatic PyObject *__pyx_pw_15View_dot_MemoryView_10memoryview_5shape_1__get__(PyObject *__pyx_v_self); /*proto*/\nstatic PyObject *__pyx_pw_15View_dot_MemoryView_10memoryview_5shape_1__get__(PyObject *__pyx_v_self) {\n  PyObject *__pyx_r = 0;\n  __Pyx_RefNannyDeclarations\n  __Pyx_RefNannySetupContext(\"__get__ (wrapper)\", 0);\n  __pyx_r = __pyx_pf_15View_dot_MemoryView_10memoryview_5shape___get__(((struct __pyx_memoryview_obj *)__pyx_v_self));\n\n  /* function exit code */\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\nstatic PyObject *__pyx_pf_15View_dot_MemoryView_10memoryview_5shape___get__(struct __pyx_memoryview_obj *__pyx_v_self) {\n  Py_ssize_t __pyx_v_length;\n  PyObject *__pyx_r = NULL;\n  __Pyx_RefNannyDeclarations\n  PyObject *__pyx_t_1 = NULL;\n  Py_ssize_t *__pyx_t_2;\n  Py_ssize_t *__pyx_t_3;\n  Py_ssize_t *__pyx_t_4;\n  PyObject *__pyx_t_5 = NULL;\n  int __pyx_lineno = 0;\n  const char *__pyx_filename = NULL;\n  int __pyx_clineno = 0;\n  __Pyx_RefNannySetupContext(\"__get__\", 0);\n\n  /* \"View.MemoryView\":564\n *     @property\n *     def shape(self):\n *         return tuple([length for length in self.view.shape[:self.view.ndim]])             # <<<<<<<<<<<<<<\n * \n *     @property\n */\n  __Pyx_XDECREF(__pyx_r);\n  __pyx_t_1 = PyList_New(0); if (unlikely(!__pyx_t_1)) __PYX_ERR(1, 564, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_t_1);\n  __pyx_t_3 = (__pyx_v_self->view.shape + __pyx_v_self->view.ndim);\n  for (__pyx_t_4 = __pyx_v_self->view.shape; __pyx_t_4 < __pyx_t_3; __pyx_t_4++) {\n    __pyx_t_2 = __pyx_t_4;\n    __pyx_v_length = (__pyx_t_2[0]);\n    __pyx_t_5 = PyInt_FromSsize_t(__pyx_v_length); if (unlikely(!__pyx_t_5)) __PYX_ERR(1, 564, __pyx_L1_error)\n    __Pyx_GOTREF(__pyx_t_5);\n    if (unlikely(__Pyx_ListComp_Append(__pyx_t_1, (PyObject*)__pyx_t_5))) __PYX_ERR(1, 564, __pyx_L1_error)\n    __Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0;\n  }\n  __pyx_t_5 = PyList_AsTuple(((PyObject*)__pyx_t_1)); if (unlikely(!__pyx_t_5)) __PYX_ERR(1, 564, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_t_5);\n  __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;\n  __pyx_r = __pyx_t_5;\n  __pyx_t_5 = 0;\n  goto __pyx_L0;\n\n  /* \"View.MemoryView\":563\n * \n *     @property\n *     def shape(self):             # <<<<<<<<<<<<<<\n *         return tuple([length for length in self.view.shape[:self.view.ndim]])\n * \n */\n\n  /* function exit code */\n  __pyx_L1_error:;\n  __Pyx_XDECREF(__pyx_t_1);\n  __Pyx_XDECREF(__pyx_t_5);\n  __Pyx_AddTraceback(\"View.MemoryView.memoryview.shape.__get__\", __pyx_clineno, __pyx_lineno, __pyx_filename);\n  __pyx_r = NULL;\n  __pyx_L0:;\n  __Pyx_XGIVEREF(__pyx_r);\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\n/* \"View.MemoryView\":567\n * \n *     @property\n *     def strides(self):             # <<<<<<<<<<<<<<\n *         if self.view.strides == NULL:\n * \n */\n\n/* Python wrapper */\nstatic PyObject *__pyx_pw_15View_dot_MemoryView_10memoryview_7strides_1__get__(PyObject *__pyx_v_self); /*proto*/\nstatic PyObject *__pyx_pw_15View_dot_MemoryView_10memoryview_7strides_1__get__(PyObject *__pyx_v_self) {\n  PyObject *__pyx_r = 0;\n  __Pyx_RefNannyDeclarations\n  __Pyx_RefNannySetupContext(\"__get__ (wrapper)\", 0);\n  __pyx_r = __pyx_pf_15View_dot_MemoryView_10memoryview_7strides___get__(((struct __pyx_memoryview_obj *)__pyx_v_self));\n\n  /* function exit code */\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\nstatic PyObject *__pyx_pf_15View_dot_MemoryView_10memoryview_7strides___get__(struct __pyx_memoryview_obj *__pyx_v_self) {\n  Py_ssize_t __pyx_v_stride;\n  PyObject *__pyx_r = NULL;\n  __Pyx_RefNannyDeclarations\n  int __pyx_t_1;\n  PyObject *__pyx_t_2 = NULL;\n  Py_ssize_t *__pyx_t_3;\n  Py_ssize_t *__pyx_t_4;\n  Py_ssize_t *__pyx_t_5;\n  PyObject *__pyx_t_6 = NULL;\n  int __pyx_lineno = 0;\n  const char *__pyx_filename = NULL;\n  int __pyx_clineno = 0;\n  __Pyx_RefNannySetupContext(\"__get__\", 0);\n\n  /* \"View.MemoryView\":568\n *     @property\n *     def strides(self):\n *         if self.view.strides == NULL:             # <<<<<<<<<<<<<<\n * \n *             raise ValueError(\"Buffer view does not expose strides\")\n */\n  __pyx_t_1 = ((__pyx_v_self->view.strides == NULL) != 0);\n  if (unlikely(__pyx_t_1)) {\n\n    /* \"View.MemoryView\":570\n *         if self.view.strides == NULL:\n * \n *             raise ValueError(\"Buffer view does not expose strides\")             # <<<<<<<<<<<<<<\n * \n *         return tuple([stride for stride in self.view.strides[:self.view.ndim]])\n */\n    __pyx_t_2 = __Pyx_PyObject_Call(__pyx_builtin_ValueError, __pyx_tuple__15, NULL); if (unlikely(!__pyx_t_2)) __PYX_ERR(1, 570, __pyx_L1_error)\n    __Pyx_GOTREF(__pyx_t_2);\n    __Pyx_Raise(__pyx_t_2, 0, 0, 0);\n    __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;\n    __PYX_ERR(1, 570, __pyx_L1_error)\n\n    /* \"View.MemoryView\":568\n *     @property\n *     def strides(self):\n *         if self.view.strides == NULL:             # <<<<<<<<<<<<<<\n * \n *             raise ValueError(\"Buffer view does not expose strides\")\n */\n  }\n\n  /* \"View.MemoryView\":572\n *             raise ValueError(\"Buffer view does not expose strides\")\n * \n *         return tuple([stride for stride in self.view.strides[:self.view.ndim]])             # <<<<<<<<<<<<<<\n * \n *     @property\n */\n  __Pyx_XDECREF(__pyx_r);\n  __pyx_t_2 = PyList_New(0); if (unlikely(!__pyx_t_2)) __PYX_ERR(1, 572, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_t_2);\n  __pyx_t_4 = (__pyx_v_self->view.strides + __pyx_v_self->view.ndim);\n  for (__pyx_t_5 = __pyx_v_self->view.strides; __pyx_t_5 < __pyx_t_4; __pyx_t_5++) {\n    __pyx_t_3 = __pyx_t_5;\n    __pyx_v_stride = (__pyx_t_3[0]);\n    __pyx_t_6 = PyInt_FromSsize_t(__pyx_v_stride); if (unlikely(!__pyx_t_6)) __PYX_ERR(1, 572, __pyx_L1_error)\n    __Pyx_GOTREF(__pyx_t_6);\n    if (unlikely(__Pyx_ListComp_Append(__pyx_t_2, (PyObject*)__pyx_t_6))) __PYX_ERR(1, 572, __pyx_L1_error)\n    __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0;\n  }\n  __pyx_t_6 = PyList_AsTuple(((PyObject*)__pyx_t_2)); if (unlikely(!__pyx_t_6)) __PYX_ERR(1, 572, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_t_6);\n  __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;\n  __pyx_r = __pyx_t_6;\n  __pyx_t_6 = 0;\n  goto __pyx_L0;\n\n  /* \"View.MemoryView\":567\n * \n *     @property\n *     def strides(self):             # <<<<<<<<<<<<<<\n *         if self.view.strides == NULL:\n * \n */\n\n  /* function exit code */\n  __pyx_L1_error:;\n  __Pyx_XDECREF(__pyx_t_2);\n  __Pyx_XDECREF(__pyx_t_6);\n  __Pyx_AddTraceback(\"View.MemoryView.memoryview.strides.__get__\", __pyx_clineno, __pyx_lineno, __pyx_filename);\n  __pyx_r = NULL;\n  __pyx_L0:;\n  __Pyx_XGIVEREF(__pyx_r);\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\n/* \"View.MemoryView\":575\n * \n *     @property\n *     def suboffsets(self):             # <<<<<<<<<<<<<<\n *         if self.view.suboffsets == NULL:\n *             return (-1,) * self.view.ndim\n */\n\n/* Python wrapper */\nstatic PyObject *__pyx_pw_15View_dot_MemoryView_10memoryview_10suboffsets_1__get__(PyObject *__pyx_v_self); /*proto*/\nstatic PyObject *__pyx_pw_15View_dot_MemoryView_10memoryview_10suboffsets_1__get__(PyObject *__pyx_v_self) {\n  PyObject *__pyx_r = 0;\n  __Pyx_RefNannyDeclarations\n  __Pyx_RefNannySetupContext(\"__get__ (wrapper)\", 0);\n  __pyx_r = __pyx_pf_15View_dot_MemoryView_10memoryview_10suboffsets___get__(((struct __pyx_memoryview_obj *)__pyx_v_self));\n\n  /* function exit code */\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\nstatic PyObject *__pyx_pf_15View_dot_MemoryView_10memoryview_10suboffsets___get__(struct __pyx_memoryview_obj *__pyx_v_self) {\n  Py_ssize_t __pyx_v_suboffset;\n  PyObject *__pyx_r = NULL;\n  __Pyx_RefNannyDeclarations\n  int __pyx_t_1;\n  PyObject *__pyx_t_2 = NULL;\n  PyObject *__pyx_t_3 = NULL;\n  Py_ssize_t *__pyx_t_4;\n  Py_ssize_t *__pyx_t_5;\n  Py_ssize_t *__pyx_t_6;\n  int __pyx_lineno = 0;\n  const char *__pyx_filename = NULL;\n  int __pyx_clineno = 0;\n  __Pyx_RefNannySetupContext(\"__get__\", 0);\n\n  /* \"View.MemoryView\":576\n *     @property\n *     def suboffsets(self):\n *         if self.view.suboffsets == NULL:             # <<<<<<<<<<<<<<\n *             return (-1,) * self.view.ndim\n * \n */\n  __pyx_t_1 = ((__pyx_v_self->view.suboffsets == NULL) != 0);\n  if (__pyx_t_1) {\n\n    /* \"View.MemoryView\":577\n *     def suboffsets(self):\n *         if self.view.suboffsets == NULL:\n *             return (-1,) * self.view.ndim             # <<<<<<<<<<<<<<\n * \n *         return tuple([suboffset for suboffset in self.view.suboffsets[:self.view.ndim]])\n */\n    __Pyx_XDECREF(__pyx_r);\n    __pyx_t_2 = __Pyx_PyInt_From_int(__pyx_v_self->view.ndim); if (unlikely(!__pyx_t_2)) __PYX_ERR(1, 577, __pyx_L1_error)\n    __Pyx_GOTREF(__pyx_t_2);\n    __pyx_t_3 = PyNumber_Multiply(__pyx_tuple__16, __pyx_t_2); if (unlikely(!__pyx_t_3)) __PYX_ERR(1, 577, __pyx_L1_error)\n    __Pyx_GOTREF(__pyx_t_3);\n    __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;\n    __pyx_r = __pyx_t_3;\n    __pyx_t_3 = 0;\n    goto __pyx_L0;\n\n    /* \"View.MemoryView\":576\n *     @property\n *     def suboffsets(self):\n *         if self.view.suboffsets == NULL:             # <<<<<<<<<<<<<<\n *             return (-1,) * self.view.ndim\n * \n */\n  }\n\n  /* \"View.MemoryView\":579\n *             return (-1,) * self.view.ndim\n * \n *         return tuple([suboffset for suboffset in self.view.suboffsets[:self.view.ndim]])             # <<<<<<<<<<<<<<\n * \n *     @property\n */\n  __Pyx_XDECREF(__pyx_r);\n  __pyx_t_3 = PyList_New(0); if (unlikely(!__pyx_t_3)) __PYX_ERR(1, 579, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_t_3);\n  __pyx_t_5 = (__pyx_v_self->view.suboffsets + __pyx_v_self->view.ndim);\n  for (__pyx_t_6 = __pyx_v_self->view.suboffsets; __pyx_t_6 < __pyx_t_5; __pyx_t_6++) {\n    __pyx_t_4 = __pyx_t_6;\n    __pyx_v_suboffset = (__pyx_t_4[0]);\n    __pyx_t_2 = PyInt_FromSsize_t(__pyx_v_suboffset); if (unlikely(!__pyx_t_2)) __PYX_ERR(1, 579, __pyx_L1_error)\n    __Pyx_GOTREF(__pyx_t_2);\n    if (unlikely(__Pyx_ListComp_Append(__pyx_t_3, (PyObject*)__pyx_t_2))) __PYX_ERR(1, 579, __pyx_L1_error)\n    __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;\n  }\n  __pyx_t_2 = PyList_AsTuple(((PyObject*)__pyx_t_3)); if (unlikely(!__pyx_t_2)) __PYX_ERR(1, 579, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_t_2);\n  __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0;\n  __pyx_r = __pyx_t_2;\n  __pyx_t_2 = 0;\n  goto __pyx_L0;\n\n  /* \"View.MemoryView\":575\n * \n *     @property\n *     def suboffsets(self):             # <<<<<<<<<<<<<<\n *         if self.view.suboffsets == NULL:\n *             return (-1,) * self.view.ndim\n */\n\n  /* function exit code */\n  __pyx_L1_error:;\n  __Pyx_XDECREF(__pyx_t_2);\n  __Pyx_XDECREF(__pyx_t_3);\n  __Pyx_AddTraceback(\"View.MemoryView.memoryview.suboffsets.__get__\", __pyx_clineno, __pyx_lineno, __pyx_filename);\n  __pyx_r = NULL;\n  __pyx_L0:;\n  __Pyx_XGIVEREF(__pyx_r);\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\n/* \"View.MemoryView\":582\n * \n *     @property\n *     def ndim(self):             # <<<<<<<<<<<<<<\n *         return self.view.ndim\n * \n */\n\n/* Python wrapper */\nstatic PyObject *__pyx_pw_15View_dot_MemoryView_10memoryview_4ndim_1__get__(PyObject *__pyx_v_self); /*proto*/\nstatic PyObject *__pyx_pw_15View_dot_MemoryView_10memoryview_4ndim_1__get__(PyObject *__pyx_v_self) {\n  PyObject *__pyx_r = 0;\n  __Pyx_RefNannyDeclarations\n  __Pyx_RefNannySetupContext(\"__get__ (wrapper)\", 0);\n  __pyx_r = __pyx_pf_15View_dot_MemoryView_10memoryview_4ndim___get__(((struct __pyx_memoryview_obj *)__pyx_v_self));\n\n  /* function exit code */\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\nstatic PyObject *__pyx_pf_15View_dot_MemoryView_10memoryview_4ndim___get__(struct __pyx_memoryview_obj *__pyx_v_self) {\n  PyObject *__pyx_r = NULL;\n  __Pyx_RefNannyDeclarations\n  PyObject *__pyx_t_1 = NULL;\n  int __pyx_lineno = 0;\n  const char *__pyx_filename = NULL;\n  int __pyx_clineno = 0;\n  __Pyx_RefNannySetupContext(\"__get__\", 0);\n\n  /* \"View.MemoryView\":583\n *     @property\n *     def ndim(self):\n *         return self.view.ndim             # <<<<<<<<<<<<<<\n * \n *     @property\n */\n  __Pyx_XDECREF(__pyx_r);\n  __pyx_t_1 = __Pyx_PyInt_From_int(__pyx_v_self->view.ndim); if (unlikely(!__pyx_t_1)) __PYX_ERR(1, 583, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_t_1);\n  __pyx_r = __pyx_t_1;\n  __pyx_t_1 = 0;\n  goto __pyx_L0;\n\n  /* \"View.MemoryView\":582\n * \n *     @property\n *     def ndim(self):             # <<<<<<<<<<<<<<\n *         return self.view.ndim\n * \n */\n\n  /* function exit code */\n  __pyx_L1_error:;\n  __Pyx_XDECREF(__pyx_t_1);\n  __Pyx_AddTraceback(\"View.MemoryView.memoryview.ndim.__get__\", __pyx_clineno, __pyx_lineno, __pyx_filename);\n  __pyx_r = NULL;\n  __pyx_L0:;\n  __Pyx_XGIVEREF(__pyx_r);\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\n/* \"View.MemoryView\":586\n * \n *     @property\n *     def itemsize(self):             # <<<<<<<<<<<<<<\n *         return self.view.itemsize\n * \n */\n\n/* Python wrapper */\nstatic PyObject *__pyx_pw_15View_dot_MemoryView_10memoryview_8itemsize_1__get__(PyObject *__pyx_v_self); /*proto*/\nstatic PyObject *__pyx_pw_15View_dot_MemoryView_10memoryview_8itemsize_1__get__(PyObject *__pyx_v_self) {\n  PyObject *__pyx_r = 0;\n  __Pyx_RefNannyDeclarations\n  __Pyx_RefNannySetupContext(\"__get__ (wrapper)\", 0);\n  __pyx_r = __pyx_pf_15View_dot_MemoryView_10memoryview_8itemsize___get__(((struct __pyx_memoryview_obj *)__pyx_v_self));\n\n  /* function exit code */\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\nstatic PyObject *__pyx_pf_15View_dot_MemoryView_10memoryview_8itemsize___get__(struct __pyx_memoryview_obj *__pyx_v_self) {\n  PyObject *__pyx_r = NULL;\n  __Pyx_RefNannyDeclarations\n  PyObject *__pyx_t_1 = NULL;\n  int __pyx_lineno = 0;\n  const char *__pyx_filename = NULL;\n  int __pyx_clineno = 0;\n  __Pyx_RefNannySetupContext(\"__get__\", 0);\n\n  /* \"View.MemoryView\":587\n *     @property\n *     def itemsize(self):\n *         return self.view.itemsize             # <<<<<<<<<<<<<<\n * \n *     @property\n */\n  __Pyx_XDECREF(__pyx_r);\n  __pyx_t_1 = PyInt_FromSsize_t(__pyx_v_self->view.itemsize); if (unlikely(!__pyx_t_1)) __PYX_ERR(1, 587, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_t_1);\n  __pyx_r = __pyx_t_1;\n  __pyx_t_1 = 0;\n  goto __pyx_L0;\n\n  /* \"View.MemoryView\":586\n * \n *     @property\n *     def itemsize(self):             # <<<<<<<<<<<<<<\n *         return self.view.itemsize\n * \n */\n\n  /* function exit code */\n  __pyx_L1_error:;\n  __Pyx_XDECREF(__pyx_t_1);\n  __Pyx_AddTraceback(\"View.MemoryView.memoryview.itemsize.__get__\", __pyx_clineno, __pyx_lineno, __pyx_filename);\n  __pyx_r = NULL;\n  __pyx_L0:;\n  __Pyx_XGIVEREF(__pyx_r);\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\n/* \"View.MemoryView\":590\n * \n *     @property\n *     def nbytes(self):             # <<<<<<<<<<<<<<\n *         return self.size * self.view.itemsize\n * \n */\n\n/* Python wrapper */\nstatic PyObject *__pyx_pw_15View_dot_MemoryView_10memoryview_6nbytes_1__get__(PyObject *__pyx_v_self); /*proto*/\nstatic PyObject *__pyx_pw_15View_dot_MemoryView_10memoryview_6nbytes_1__get__(PyObject *__pyx_v_self) {\n  PyObject *__pyx_r = 0;\n  __Pyx_RefNannyDeclarations\n  __Pyx_RefNannySetupContext(\"__get__ (wrapper)\", 0);\n  __pyx_r = __pyx_pf_15View_dot_MemoryView_10memoryview_6nbytes___get__(((struct __pyx_memoryview_obj *)__pyx_v_self));\n\n  /* function exit code */\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\nstatic PyObject *__pyx_pf_15View_dot_MemoryView_10memoryview_6nbytes___get__(struct __pyx_memoryview_obj *__pyx_v_self) {\n  PyObject *__pyx_r = NULL;\n  __Pyx_RefNannyDeclarations\n  PyObject *__pyx_t_1 = NULL;\n  PyObject *__pyx_t_2 = NULL;\n  PyObject *__pyx_t_3 = NULL;\n  int __pyx_lineno = 0;\n  const char *__pyx_filename = NULL;\n  int __pyx_clineno = 0;\n  __Pyx_RefNannySetupContext(\"__get__\", 0);\n\n  /* \"View.MemoryView\":591\n *     @property\n *     def nbytes(self):\n *         return self.size * self.view.itemsize             # <<<<<<<<<<<<<<\n * \n *     @property\n */\n  __Pyx_XDECREF(__pyx_r);\n  __pyx_t_1 = __Pyx_PyObject_GetAttrStr(((PyObject *)__pyx_v_self), __pyx_n_s_size); if (unlikely(!__pyx_t_1)) __PYX_ERR(1, 591, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_t_1);\n  __pyx_t_2 = PyInt_FromSsize_t(__pyx_v_self->view.itemsize); if (unlikely(!__pyx_t_2)) __PYX_ERR(1, 591, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_t_2);\n  __pyx_t_3 = PyNumber_Multiply(__pyx_t_1, __pyx_t_2); if (unlikely(!__pyx_t_3)) __PYX_ERR(1, 591, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_t_3);\n  __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;\n  __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;\n  __pyx_r = __pyx_t_3;\n  __pyx_t_3 = 0;\n  goto __pyx_L0;\n\n  /* \"View.MemoryView\":590\n * \n *     @property\n *     def nbytes(self):             # <<<<<<<<<<<<<<\n *         return self.size * self.view.itemsize\n * \n */\n\n  /* function exit code */\n  __pyx_L1_error:;\n  __Pyx_XDECREF(__pyx_t_1);\n  __Pyx_XDECREF(__pyx_t_2);\n  __Pyx_XDECREF(__pyx_t_3);\n  __Pyx_AddTraceback(\"View.MemoryView.memoryview.nbytes.__get__\", __pyx_clineno, __pyx_lineno, __pyx_filename);\n  __pyx_r = NULL;\n  __pyx_L0:;\n  __Pyx_XGIVEREF(__pyx_r);\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\n/* \"View.MemoryView\":594\n * \n *     @property\n *     def size(self):             # <<<<<<<<<<<<<<\n *         if self._size is None:\n *             result = 1\n */\n\n/* Python wrapper */\nstatic PyObject *__pyx_pw_15View_dot_MemoryView_10memoryview_4size_1__get__(PyObject *__pyx_v_self); /*proto*/\nstatic PyObject *__pyx_pw_15View_dot_MemoryView_10memoryview_4size_1__get__(PyObject *__pyx_v_self) {\n  PyObject *__pyx_r = 0;\n  __Pyx_RefNannyDeclarations\n  __Pyx_RefNannySetupContext(\"__get__ (wrapper)\", 0);\n  __pyx_r = __pyx_pf_15View_dot_MemoryView_10memoryview_4size___get__(((struct __pyx_memoryview_obj *)__pyx_v_self));\n\n  /* function exit code */\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\nstatic PyObject *__pyx_pf_15View_dot_MemoryView_10memoryview_4size___get__(struct __pyx_memoryview_obj *__pyx_v_self) {\n  PyObject *__pyx_v_result = NULL;\n  PyObject *__pyx_v_length = NULL;\n  PyObject *__pyx_r = NULL;\n  __Pyx_RefNannyDeclarations\n  int __pyx_t_1;\n  int __pyx_t_2;\n  Py_ssize_t *__pyx_t_3;\n  Py_ssize_t *__pyx_t_4;\n  Py_ssize_t *__pyx_t_5;\n  PyObject *__pyx_t_6 = NULL;\n  int __pyx_lineno = 0;\n  const char *__pyx_filename = NULL;\n  int __pyx_clineno = 0;\n  __Pyx_RefNannySetupContext(\"__get__\", 0);\n\n  /* \"View.MemoryView\":595\n *     @property\n *     def size(self):\n *         if self._size is None:             # <<<<<<<<<<<<<<\n *             result = 1\n * \n */\n  __pyx_t_1 = (__pyx_v_self->_size == Py_None);\n  __pyx_t_2 = (__pyx_t_1 != 0);\n  if (__pyx_t_2) {\n\n    /* \"View.MemoryView\":596\n *     def size(self):\n *         if self._size is None:\n *             result = 1             # <<<<<<<<<<<<<<\n * \n *             for length in self.view.shape[:self.view.ndim]:\n */\n    __Pyx_INCREF(__pyx_int_1);\n    __pyx_v_result = __pyx_int_1;\n\n    /* \"View.MemoryView\":598\n *             result = 1\n * \n *             for length in self.view.shape[:self.view.ndim]:             # <<<<<<<<<<<<<<\n *                 result *= length\n * \n */\n    __pyx_t_4 = (__pyx_v_self->view.shape + __pyx_v_self->view.ndim);\n    for (__pyx_t_5 = __pyx_v_self->view.shape; __pyx_t_5 < __pyx_t_4; __pyx_t_5++) {\n      __pyx_t_3 = __pyx_t_5;\n      __pyx_t_6 = PyInt_FromSsize_t((__pyx_t_3[0])); if (unlikely(!__pyx_t_6)) __PYX_ERR(1, 598, __pyx_L1_error)\n      __Pyx_GOTREF(__pyx_t_6);\n      __Pyx_XDECREF_SET(__pyx_v_length, __pyx_t_6);\n      __pyx_t_6 = 0;\n\n      /* \"View.MemoryView\":599\n * \n *             for length in self.view.shape[:self.view.ndim]:\n *                 result *= length             # <<<<<<<<<<<<<<\n * \n *             self._size = result\n */\n      __pyx_t_6 = PyNumber_InPlaceMultiply(__pyx_v_result, __pyx_v_length); if (unlikely(!__pyx_t_6)) __PYX_ERR(1, 599, __pyx_L1_error)\n      __Pyx_GOTREF(__pyx_t_6);\n      __Pyx_DECREF_SET(__pyx_v_result, __pyx_t_6);\n      __pyx_t_6 = 0;\n    }\n\n    /* \"View.MemoryView\":601\n *                 result *= length\n * \n *             self._size = result             # <<<<<<<<<<<<<<\n * \n *         return self._size\n */\n    __Pyx_INCREF(__pyx_v_result);\n    __Pyx_GIVEREF(__pyx_v_result);\n    __Pyx_GOTREF(__pyx_v_self->_size);\n    __Pyx_DECREF(__pyx_v_self->_size);\n    __pyx_v_self->_size = __pyx_v_result;\n\n    /* \"View.MemoryView\":595\n *     @property\n *     def size(self):\n *         if self._size is None:             # <<<<<<<<<<<<<<\n *             result = 1\n * \n */\n  }\n\n  /* \"View.MemoryView\":603\n *             self._size = result\n * \n *         return self._size             # <<<<<<<<<<<<<<\n * \n *     def __len__(self):\n */\n  __Pyx_XDECREF(__pyx_r);\n  __Pyx_INCREF(__pyx_v_self->_size);\n  __pyx_r = __pyx_v_self->_size;\n  goto __pyx_L0;\n\n  /* \"View.MemoryView\":594\n * \n *     @property\n *     def size(self):             # <<<<<<<<<<<<<<\n *         if self._size is None:\n *             result = 1\n */\n\n  /* function exit code */\n  __pyx_L1_error:;\n  __Pyx_XDECREF(__pyx_t_6);\n  __Pyx_AddTraceback(\"View.MemoryView.memoryview.size.__get__\", __pyx_clineno, __pyx_lineno, __pyx_filename);\n  __pyx_r = NULL;\n  __pyx_L0:;\n  __Pyx_XDECREF(__pyx_v_result);\n  __Pyx_XDECREF(__pyx_v_length);\n  __Pyx_XGIVEREF(__pyx_r);\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\n/* \"View.MemoryView\":605\n *         return self._size\n * \n *     def __len__(self):             # <<<<<<<<<<<<<<\n *         if self.view.ndim >= 1:\n *             return self.view.shape[0]\n */\n\n/* Python wrapper */\nstatic Py_ssize_t __pyx_memoryview___len__(PyObject *__pyx_v_self); /*proto*/\nstatic Py_ssize_t __pyx_memoryview___len__(PyObject *__pyx_v_self) {\n  Py_ssize_t __pyx_r;\n  __Pyx_RefNannyDeclarations\n  __Pyx_RefNannySetupContext(\"__len__ (wrapper)\", 0);\n  __pyx_r = __pyx_memoryview___pyx_pf_15View_dot_MemoryView_10memoryview_10__len__(((struct __pyx_memoryview_obj *)__pyx_v_self));\n\n  /* function exit code */\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\nstatic Py_ssize_t __pyx_memoryview___pyx_pf_15View_dot_MemoryView_10memoryview_10__len__(struct __pyx_memoryview_obj *__pyx_v_self) {\n  Py_ssize_t __pyx_r;\n  __Pyx_RefNannyDeclarations\n  int __pyx_t_1;\n  __Pyx_RefNannySetupContext(\"__len__\", 0);\n\n  /* \"View.MemoryView\":606\n * \n *     def __len__(self):\n *         if self.view.ndim >= 1:             # <<<<<<<<<<<<<<\n *             return self.view.shape[0]\n * \n */\n  __pyx_t_1 = ((__pyx_v_self->view.ndim >= 1) != 0);\n  if (__pyx_t_1) {\n\n    /* \"View.MemoryView\":607\n *     def __len__(self):\n *         if self.view.ndim >= 1:\n *             return self.view.shape[0]             # <<<<<<<<<<<<<<\n * \n *         return 0\n */\n    __pyx_r = (__pyx_v_self->view.shape[0]);\n    goto __pyx_L0;\n\n    /* \"View.MemoryView\":606\n * \n *     def __len__(self):\n *         if self.view.ndim >= 1:             # <<<<<<<<<<<<<<\n *             return self.view.shape[0]\n * \n */\n  }\n\n  /* \"View.MemoryView\":609\n *             return self.view.shape[0]\n * \n *         return 0             # <<<<<<<<<<<<<<\n * \n *     def __repr__(self):\n */\n  __pyx_r = 0;\n  goto __pyx_L0;\n\n  /* \"View.MemoryView\":605\n *         return self._size\n * \n *     def __len__(self):             # <<<<<<<<<<<<<<\n *         if self.view.ndim >= 1:\n *             return self.view.shape[0]\n */\n\n  /* function exit code */\n  __pyx_L0:;\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\n/* \"View.MemoryView\":611\n *         return 0\n * \n *     def __repr__(self):             # <<<<<<<<<<<<<<\n *         return \"<MemoryView of %r at 0x%x>\" % (self.base.__class__.__name__,\n *                                                id(self))\n */\n\n/* Python wrapper */\nstatic PyObject *__pyx_memoryview___repr__(PyObject *__pyx_v_self); /*proto*/\nstatic PyObject *__pyx_memoryview___repr__(PyObject *__pyx_v_self) {\n  PyObject *__pyx_r = 0;\n  __Pyx_RefNannyDeclarations\n  __Pyx_RefNannySetupContext(\"__repr__ (wrapper)\", 0);\n  __pyx_r = __pyx_memoryview___pyx_pf_15View_dot_MemoryView_10memoryview_12__repr__(((struct __pyx_memoryview_obj *)__pyx_v_self));\n\n  /* function exit code */\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\nstatic PyObject *__pyx_memoryview___pyx_pf_15View_dot_MemoryView_10memoryview_12__repr__(struct __pyx_memoryview_obj *__pyx_v_self) {\n  PyObject *__pyx_r = NULL;\n  __Pyx_RefNannyDeclarations\n  PyObject *__pyx_t_1 = NULL;\n  PyObject *__pyx_t_2 = NULL;\n  PyObject *__pyx_t_3 = NULL;\n  int __pyx_lineno = 0;\n  const char *__pyx_filename = NULL;\n  int __pyx_clineno = 0;\n  __Pyx_RefNannySetupContext(\"__repr__\", 0);\n\n  /* \"View.MemoryView\":612\n * \n *     def __repr__(self):\n *         return \"<MemoryView of %r at 0x%x>\" % (self.base.__class__.__name__,             # <<<<<<<<<<<<<<\n *                                                id(self))\n * \n */\n  __Pyx_XDECREF(__pyx_r);\n  __pyx_t_1 = __Pyx_PyObject_GetAttrStr(((PyObject *)__pyx_v_self), __pyx_n_s_base); if (unlikely(!__pyx_t_1)) __PYX_ERR(1, 612, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_t_1);\n  __pyx_t_2 = __Pyx_PyObject_GetAttrStr(__pyx_t_1, __pyx_n_s_class); if (unlikely(!__pyx_t_2)) __PYX_ERR(1, 612, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_t_2);\n  __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;\n  __pyx_t_1 = __Pyx_PyObject_GetAttrStr(__pyx_t_2, __pyx_n_s_name_2); if (unlikely(!__pyx_t_1)) __PYX_ERR(1, 612, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_t_1);\n  __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;\n\n  /* \"View.MemoryView\":613\n *     def __repr__(self):\n *         return \"<MemoryView of %r at 0x%x>\" % (self.base.__class__.__name__,\n *                                                id(self))             # <<<<<<<<<<<<<<\n * \n *     def __str__(self):\n */\n  __pyx_t_2 = __Pyx_PyObject_CallOneArg(__pyx_builtin_id, ((PyObject *)__pyx_v_self)); if (unlikely(!__pyx_t_2)) __PYX_ERR(1, 613, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_t_2);\n\n  /* \"View.MemoryView\":612\n * \n *     def __repr__(self):\n *         return \"<MemoryView of %r at 0x%x>\" % (self.base.__class__.__name__,             # <<<<<<<<<<<<<<\n *                                                id(self))\n * \n */\n  __pyx_t_3 = PyTuple_New(2); if (unlikely(!__pyx_t_3)) __PYX_ERR(1, 612, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_t_3);\n  __Pyx_GIVEREF(__pyx_t_1);\n  PyTuple_SET_ITEM(__pyx_t_3, 0, __pyx_t_1);\n  __Pyx_GIVEREF(__pyx_t_2);\n  PyTuple_SET_ITEM(__pyx_t_3, 1, __pyx_t_2);\n  __pyx_t_1 = 0;\n  __pyx_t_2 = 0;\n  __pyx_t_2 = __Pyx_PyString_Format(__pyx_kp_s_MemoryView_of_r_at_0x_x, __pyx_t_3); if (unlikely(!__pyx_t_2)) __PYX_ERR(1, 612, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_t_2);\n  __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0;\n  __pyx_r = __pyx_t_2;\n  __pyx_t_2 = 0;\n  goto __pyx_L0;\n\n  /* \"View.MemoryView\":611\n *         return 0\n * \n *     def __repr__(self):             # <<<<<<<<<<<<<<\n *         return \"<MemoryView of %r at 0x%x>\" % (self.base.__class__.__name__,\n *                                                id(self))\n */\n\n  /* function exit code */\n  __pyx_L1_error:;\n  __Pyx_XDECREF(__pyx_t_1);\n  __Pyx_XDECREF(__pyx_t_2);\n  __Pyx_XDECREF(__pyx_t_3);\n  __Pyx_AddTraceback(\"View.MemoryView.memoryview.__repr__\", __pyx_clineno, __pyx_lineno, __pyx_filename);\n  __pyx_r = NULL;\n  __pyx_L0:;\n  __Pyx_XGIVEREF(__pyx_r);\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\n/* \"View.MemoryView\":615\n *                                                id(self))\n * \n *     def __str__(self):             # <<<<<<<<<<<<<<\n *         return \"<MemoryView of %r object>\" % (self.base.__class__.__name__,)\n * \n */\n\n/* Python wrapper */\nstatic PyObject *__pyx_memoryview___str__(PyObject *__pyx_v_self); /*proto*/\nstatic PyObject *__pyx_memoryview___str__(PyObject *__pyx_v_self) {\n  PyObject *__pyx_r = 0;\n  __Pyx_RefNannyDeclarations\n  __Pyx_RefNannySetupContext(\"__str__ (wrapper)\", 0);\n  __pyx_r = __pyx_memoryview___pyx_pf_15View_dot_MemoryView_10memoryview_14__str__(((struct __pyx_memoryview_obj *)__pyx_v_self));\n\n  /* function exit code */\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\nstatic PyObject *__pyx_memoryview___pyx_pf_15View_dot_MemoryView_10memoryview_14__str__(struct __pyx_memoryview_obj *__pyx_v_self) {\n  PyObject *__pyx_r = NULL;\n  __Pyx_RefNannyDeclarations\n  PyObject *__pyx_t_1 = NULL;\n  PyObject *__pyx_t_2 = NULL;\n  int __pyx_lineno = 0;\n  const char *__pyx_filename = NULL;\n  int __pyx_clineno = 0;\n  __Pyx_RefNannySetupContext(\"__str__\", 0);\n\n  /* \"View.MemoryView\":616\n * \n *     def __str__(self):\n *         return \"<MemoryView of %r object>\" % (self.base.__class__.__name__,)             # <<<<<<<<<<<<<<\n * \n * \n */\n  __Pyx_XDECREF(__pyx_r);\n  __pyx_t_1 = __Pyx_PyObject_GetAttrStr(((PyObject *)__pyx_v_self), __pyx_n_s_base); if (unlikely(!__pyx_t_1)) __PYX_ERR(1, 616, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_t_1);\n  __pyx_t_2 = __Pyx_PyObject_GetAttrStr(__pyx_t_1, __pyx_n_s_class); if (unlikely(!__pyx_t_2)) __PYX_ERR(1, 616, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_t_2);\n  __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;\n  __pyx_t_1 = __Pyx_PyObject_GetAttrStr(__pyx_t_2, __pyx_n_s_name_2); if (unlikely(!__pyx_t_1)) __PYX_ERR(1, 616, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_t_1);\n  __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;\n  __pyx_t_2 = PyTuple_New(1); if (unlikely(!__pyx_t_2)) __PYX_ERR(1, 616, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_t_2);\n  __Pyx_GIVEREF(__pyx_t_1);\n  PyTuple_SET_ITEM(__pyx_t_2, 0, __pyx_t_1);\n  __pyx_t_1 = 0;\n  __pyx_t_1 = __Pyx_PyString_Format(__pyx_kp_s_MemoryView_of_r_object, __pyx_t_2); if (unlikely(!__pyx_t_1)) __PYX_ERR(1, 616, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_t_1);\n  __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;\n  __pyx_r = __pyx_t_1;\n  __pyx_t_1 = 0;\n  goto __pyx_L0;\n\n  /* \"View.MemoryView\":615\n *                                                id(self))\n * \n *     def __str__(self):             # <<<<<<<<<<<<<<\n *         return \"<MemoryView of %r object>\" % (self.base.__class__.__name__,)\n * \n */\n\n  /* function exit code */\n  __pyx_L1_error:;\n  __Pyx_XDECREF(__pyx_t_1);\n  __Pyx_XDECREF(__pyx_t_2);\n  __Pyx_AddTraceback(\"View.MemoryView.memoryview.__str__\", __pyx_clineno, __pyx_lineno, __pyx_filename);\n  __pyx_r = NULL;\n  __pyx_L0:;\n  __Pyx_XGIVEREF(__pyx_r);\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\n/* \"View.MemoryView\":619\n * \n * \n *     def is_c_contig(self):             # <<<<<<<<<<<<<<\n *         cdef __Pyx_memviewslice *mslice\n *         cdef __Pyx_memviewslice tmp\n */\n\n/* Python wrapper */\nstatic PyObject *__pyx_memoryview_is_c_contig(PyObject *__pyx_v_self, CYTHON_UNUSED PyObject *unused); /*proto*/\nstatic PyObject *__pyx_memoryview_is_c_contig(PyObject *__pyx_v_self, CYTHON_UNUSED PyObject *unused) {\n  PyObject *__pyx_r = 0;\n  __Pyx_RefNannyDeclarations\n  __Pyx_RefNannySetupContext(\"is_c_contig (wrapper)\", 0);\n  __pyx_r = __pyx_memoryview___pyx_pf_15View_dot_MemoryView_10memoryview_16is_c_contig(((struct __pyx_memoryview_obj *)__pyx_v_self));\n\n  /* function exit code */\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\nstatic PyObject *__pyx_memoryview___pyx_pf_15View_dot_MemoryView_10memoryview_16is_c_contig(struct __pyx_memoryview_obj *__pyx_v_self) {\n  __Pyx_memviewslice *__pyx_v_mslice;\n  __Pyx_memviewslice __pyx_v_tmp;\n  PyObject *__pyx_r = NULL;\n  __Pyx_RefNannyDeclarations\n  __Pyx_memviewslice *__pyx_t_1;\n  PyObject *__pyx_t_2 = NULL;\n  int __pyx_lineno = 0;\n  const char *__pyx_filename = NULL;\n  int __pyx_clineno = 0;\n  __Pyx_RefNannySetupContext(\"is_c_contig\", 0);\n\n  /* \"View.MemoryView\":622\n *         cdef __Pyx_memviewslice *mslice\n *         cdef __Pyx_memviewslice tmp\n *         mslice = get_slice_from_memview(self, &tmp)             # <<<<<<<<<<<<<<\n *         return slice_is_contig(mslice[0], 'C', self.view.ndim)\n * \n */\n  __pyx_t_1 = __pyx_memoryview_get_slice_from_memoryview(__pyx_v_self, (&__pyx_v_tmp)); if (unlikely(__pyx_t_1 == ((__Pyx_memviewslice *)NULL))) __PYX_ERR(1, 622, __pyx_L1_error)\n  __pyx_v_mslice = __pyx_t_1;\n\n  /* \"View.MemoryView\":623\n *         cdef __Pyx_memviewslice tmp\n *         mslice = get_slice_from_memview(self, &tmp)\n *         return slice_is_contig(mslice[0], 'C', self.view.ndim)             # <<<<<<<<<<<<<<\n * \n *     def is_f_contig(self):\n */\n  __Pyx_XDECREF(__pyx_r);\n  __pyx_t_2 = __Pyx_PyBool_FromLong(__pyx_memviewslice_is_contig((__pyx_v_mslice[0]), 'C', __pyx_v_self->view.ndim)); if (unlikely(!__pyx_t_2)) __PYX_ERR(1, 623, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_t_2);\n  __pyx_r = __pyx_t_2;\n  __pyx_t_2 = 0;\n  goto __pyx_L0;\n\n  /* \"View.MemoryView\":619\n * \n * \n *     def is_c_contig(self):             # <<<<<<<<<<<<<<\n *         cdef __Pyx_memviewslice *mslice\n *         cdef __Pyx_memviewslice tmp\n */\n\n  /* function exit code */\n  __pyx_L1_error:;\n  __Pyx_XDECREF(__pyx_t_2);\n  __Pyx_AddTraceback(\"View.MemoryView.memoryview.is_c_contig\", __pyx_clineno, __pyx_lineno, __pyx_filename);\n  __pyx_r = NULL;\n  __pyx_L0:;\n  __Pyx_XGIVEREF(__pyx_r);\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\n/* \"View.MemoryView\":625\n *         return slice_is_contig(mslice[0], 'C', self.view.ndim)\n * \n *     def is_f_contig(self):             # <<<<<<<<<<<<<<\n *         cdef __Pyx_memviewslice *mslice\n *         cdef __Pyx_memviewslice tmp\n */\n\n/* Python wrapper */\nstatic PyObject *__pyx_memoryview_is_f_contig(PyObject *__pyx_v_self, CYTHON_UNUSED PyObject *unused); /*proto*/\nstatic PyObject *__pyx_memoryview_is_f_contig(PyObject *__pyx_v_self, CYTHON_UNUSED PyObject *unused) {\n  PyObject *__pyx_r = 0;\n  __Pyx_RefNannyDeclarations\n  __Pyx_RefNannySetupContext(\"is_f_contig (wrapper)\", 0);\n  __pyx_r = __pyx_memoryview___pyx_pf_15View_dot_MemoryView_10memoryview_18is_f_contig(((struct __pyx_memoryview_obj *)__pyx_v_self));\n\n  /* function exit code */\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\nstatic PyObject *__pyx_memoryview___pyx_pf_15View_dot_MemoryView_10memoryview_18is_f_contig(struct __pyx_memoryview_obj *__pyx_v_self) {\n  __Pyx_memviewslice *__pyx_v_mslice;\n  __Pyx_memviewslice __pyx_v_tmp;\n  PyObject *__pyx_r = NULL;\n  __Pyx_RefNannyDeclarations\n  __Pyx_memviewslice *__pyx_t_1;\n  PyObject *__pyx_t_2 = NULL;\n  int __pyx_lineno = 0;\n  const char *__pyx_filename = NULL;\n  int __pyx_clineno = 0;\n  __Pyx_RefNannySetupContext(\"is_f_contig\", 0);\n\n  /* \"View.MemoryView\":628\n *         cdef __Pyx_memviewslice *mslice\n *         cdef __Pyx_memviewslice tmp\n *         mslice = get_slice_from_memview(self, &tmp)             # <<<<<<<<<<<<<<\n *         return slice_is_contig(mslice[0], 'F', self.view.ndim)\n * \n */\n  __pyx_t_1 = __pyx_memoryview_get_slice_from_memoryview(__pyx_v_self, (&__pyx_v_tmp)); if (unlikely(__pyx_t_1 == ((__Pyx_memviewslice *)NULL))) __PYX_ERR(1, 628, __pyx_L1_error)\n  __pyx_v_mslice = __pyx_t_1;\n\n  /* \"View.MemoryView\":629\n *         cdef __Pyx_memviewslice tmp\n *         mslice = get_slice_from_memview(self, &tmp)\n *         return slice_is_contig(mslice[0], 'F', self.view.ndim)             # <<<<<<<<<<<<<<\n * \n *     def copy(self):\n */\n  __Pyx_XDECREF(__pyx_r);\n  __pyx_t_2 = __Pyx_PyBool_FromLong(__pyx_memviewslice_is_contig((__pyx_v_mslice[0]), 'F', __pyx_v_self->view.ndim)); if (unlikely(!__pyx_t_2)) __PYX_ERR(1, 629, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_t_2);\n  __pyx_r = __pyx_t_2;\n  __pyx_t_2 = 0;\n  goto __pyx_L0;\n\n  /* \"View.MemoryView\":625\n *         return slice_is_contig(mslice[0], 'C', self.view.ndim)\n * \n *     def is_f_contig(self):             # <<<<<<<<<<<<<<\n *         cdef __Pyx_memviewslice *mslice\n *         cdef __Pyx_memviewslice tmp\n */\n\n  /* function exit code */\n  __pyx_L1_error:;\n  __Pyx_XDECREF(__pyx_t_2);\n  __Pyx_AddTraceback(\"View.MemoryView.memoryview.is_f_contig\", __pyx_clineno, __pyx_lineno, __pyx_filename);\n  __pyx_r = NULL;\n  __pyx_L0:;\n  __Pyx_XGIVEREF(__pyx_r);\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\n/* \"View.MemoryView\":631\n *         return slice_is_contig(mslice[0], 'F', self.view.ndim)\n * \n *     def copy(self):             # <<<<<<<<<<<<<<\n *         cdef __Pyx_memviewslice mslice\n *         cdef int flags = self.flags & ~PyBUF_F_CONTIGUOUS\n */\n\n/* Python wrapper */\nstatic PyObject *__pyx_memoryview_copy(PyObject *__pyx_v_self, CYTHON_UNUSED PyObject *unused); /*proto*/\nstatic PyObject *__pyx_memoryview_copy(PyObject *__pyx_v_self, CYTHON_UNUSED PyObject *unused) {\n  PyObject *__pyx_r = 0;\n  __Pyx_RefNannyDeclarations\n  __Pyx_RefNannySetupContext(\"copy (wrapper)\", 0);\n  __pyx_r = __pyx_memoryview___pyx_pf_15View_dot_MemoryView_10memoryview_20copy(((struct __pyx_memoryview_obj *)__pyx_v_self));\n\n  /* function exit code */\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\nstatic PyObject *__pyx_memoryview___pyx_pf_15View_dot_MemoryView_10memoryview_20copy(struct __pyx_memoryview_obj *__pyx_v_self) {\n  __Pyx_memviewslice __pyx_v_mslice;\n  int __pyx_v_flags;\n  PyObject *__pyx_r = NULL;\n  __Pyx_RefNannyDeclarations\n  __Pyx_memviewslice __pyx_t_1;\n  PyObject *__pyx_t_2 = NULL;\n  int __pyx_lineno = 0;\n  const char *__pyx_filename = NULL;\n  int __pyx_clineno = 0;\n  __Pyx_RefNannySetupContext(\"copy\", 0);\n\n  /* \"View.MemoryView\":633\n *     def copy(self):\n *         cdef __Pyx_memviewslice mslice\n *         cdef int flags = self.flags & ~PyBUF_F_CONTIGUOUS             # <<<<<<<<<<<<<<\n * \n *         slice_copy(self, &mslice)\n */\n  __pyx_v_flags = (__pyx_v_self->flags & (~PyBUF_F_CONTIGUOUS));\n\n  /* \"View.MemoryView\":635\n *         cdef int flags = self.flags & ~PyBUF_F_CONTIGUOUS\n * \n *         slice_copy(self, &mslice)             # <<<<<<<<<<<<<<\n *         mslice = slice_copy_contig(&mslice, \"c\", self.view.ndim,\n *                                    self.view.itemsize,\n */\n  __pyx_memoryview_slice_copy(__pyx_v_self, (&__pyx_v_mslice));\n\n  /* \"View.MemoryView\":636\n * \n *         slice_copy(self, &mslice)\n *         mslice = slice_copy_contig(&mslice, \"c\", self.view.ndim,             # <<<<<<<<<<<<<<\n *                                    self.view.itemsize,\n *                                    flags|PyBUF_C_CONTIGUOUS,\n */\n  __pyx_t_1 = __pyx_memoryview_copy_new_contig((&__pyx_v_mslice), ((char *)\"c\"), __pyx_v_self->view.ndim, __pyx_v_self->view.itemsize, (__pyx_v_flags | PyBUF_C_CONTIGUOUS), __pyx_v_self->dtype_is_object); if (unlikely(PyErr_Occurred())) __PYX_ERR(1, 636, __pyx_L1_error)\n  __pyx_v_mslice = __pyx_t_1;\n\n  /* \"View.MemoryView\":641\n *                                    self.dtype_is_object)\n * \n *         return memoryview_copy_from_slice(self, &mslice)             # <<<<<<<<<<<<<<\n * \n *     def copy_fortran(self):\n */\n  __Pyx_XDECREF(__pyx_r);\n  __pyx_t_2 = __pyx_memoryview_copy_object_from_slice(__pyx_v_self, (&__pyx_v_mslice)); if (unlikely(!__pyx_t_2)) __PYX_ERR(1, 641, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_t_2);\n  __pyx_r = __pyx_t_2;\n  __pyx_t_2 = 0;\n  goto __pyx_L0;\n\n  /* \"View.MemoryView\":631\n *         return slice_is_contig(mslice[0], 'F', self.view.ndim)\n * \n *     def copy(self):             # <<<<<<<<<<<<<<\n *         cdef __Pyx_memviewslice mslice\n *         cdef int flags = self.flags & ~PyBUF_F_CONTIGUOUS\n */\n\n  /* function exit code */\n  __pyx_L1_error:;\n  __Pyx_XDECREF(__pyx_t_2);\n  __Pyx_AddTraceback(\"View.MemoryView.memoryview.copy\", __pyx_clineno, __pyx_lineno, __pyx_filename);\n  __pyx_r = NULL;\n  __pyx_L0:;\n  __Pyx_XGIVEREF(__pyx_r);\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\n/* \"View.MemoryView\":643\n *         return memoryview_copy_from_slice(self, &mslice)\n * \n *     def copy_fortran(self):             # <<<<<<<<<<<<<<\n *         cdef __Pyx_memviewslice src, dst\n *         cdef int flags = self.flags & ~PyBUF_C_CONTIGUOUS\n */\n\n/* Python wrapper */\nstatic PyObject *__pyx_memoryview_copy_fortran(PyObject *__pyx_v_self, CYTHON_UNUSED PyObject *unused); /*proto*/\nstatic PyObject *__pyx_memoryview_copy_fortran(PyObject *__pyx_v_self, CYTHON_UNUSED PyObject *unused) {\n  PyObject *__pyx_r = 0;\n  __Pyx_RefNannyDeclarations\n  __Pyx_RefNannySetupContext(\"copy_fortran (wrapper)\", 0);\n  __pyx_r = __pyx_memoryview___pyx_pf_15View_dot_MemoryView_10memoryview_22copy_fortran(((struct __pyx_memoryview_obj *)__pyx_v_self));\n\n  /* function exit code */\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\nstatic PyObject *__pyx_memoryview___pyx_pf_15View_dot_MemoryView_10memoryview_22copy_fortran(struct __pyx_memoryview_obj *__pyx_v_self) {\n  __Pyx_memviewslice __pyx_v_src;\n  __Pyx_memviewslice __pyx_v_dst;\n  int __pyx_v_flags;\n  PyObject *__pyx_r = NULL;\n  __Pyx_RefNannyDeclarations\n  __Pyx_memviewslice __pyx_t_1;\n  PyObject *__pyx_t_2 = NULL;\n  int __pyx_lineno = 0;\n  const char *__pyx_filename = NULL;\n  int __pyx_clineno = 0;\n  __Pyx_RefNannySetupContext(\"copy_fortran\", 0);\n\n  /* \"View.MemoryView\":645\n *     def copy_fortran(self):\n *         cdef __Pyx_memviewslice src, dst\n *         cdef int flags = self.flags & ~PyBUF_C_CONTIGUOUS             # <<<<<<<<<<<<<<\n * \n *         slice_copy(self, &src)\n */\n  __pyx_v_flags = (__pyx_v_self->flags & (~PyBUF_C_CONTIGUOUS));\n\n  /* \"View.MemoryView\":647\n *         cdef int flags = self.flags & ~PyBUF_C_CONTIGUOUS\n * \n *         slice_copy(self, &src)             # <<<<<<<<<<<<<<\n *         dst = slice_copy_contig(&src, \"fortran\", self.view.ndim,\n *                                 self.view.itemsize,\n */\n  __pyx_memoryview_slice_copy(__pyx_v_self, (&__pyx_v_src));\n\n  /* \"View.MemoryView\":648\n * \n *         slice_copy(self, &src)\n *         dst = slice_copy_contig(&src, \"fortran\", self.view.ndim,             # <<<<<<<<<<<<<<\n *                                 self.view.itemsize,\n *                                 flags|PyBUF_F_CONTIGUOUS,\n */\n  __pyx_t_1 = __pyx_memoryview_copy_new_contig((&__pyx_v_src), ((char *)\"fortran\"), __pyx_v_self->view.ndim, __pyx_v_self->view.itemsize, (__pyx_v_flags | PyBUF_F_CONTIGUOUS), __pyx_v_self->dtype_is_object); if (unlikely(PyErr_Occurred())) __PYX_ERR(1, 648, __pyx_L1_error)\n  __pyx_v_dst = __pyx_t_1;\n\n  /* \"View.MemoryView\":653\n *                                 self.dtype_is_object)\n * \n *         return memoryview_copy_from_slice(self, &dst)             # <<<<<<<<<<<<<<\n * \n * \n */\n  __Pyx_XDECREF(__pyx_r);\n  __pyx_t_2 = __pyx_memoryview_copy_object_from_slice(__pyx_v_self, (&__pyx_v_dst)); if (unlikely(!__pyx_t_2)) __PYX_ERR(1, 653, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_t_2);\n  __pyx_r = __pyx_t_2;\n  __pyx_t_2 = 0;\n  goto __pyx_L0;\n\n  /* \"View.MemoryView\":643\n *         return memoryview_copy_from_slice(self, &mslice)\n * \n *     def copy_fortran(self):             # <<<<<<<<<<<<<<\n *         cdef __Pyx_memviewslice src, dst\n *         cdef int flags = self.flags & ~PyBUF_C_CONTIGUOUS\n */\n\n  /* function exit code */\n  __pyx_L1_error:;\n  __Pyx_XDECREF(__pyx_t_2);\n  __Pyx_AddTraceback(\"View.MemoryView.memoryview.copy_fortran\", __pyx_clineno, __pyx_lineno, __pyx_filename);\n  __pyx_r = NULL;\n  __pyx_L0:;\n  __Pyx_XGIVEREF(__pyx_r);\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\n/* \"(tree fragment)\":1\n * def __reduce_cython__(self):             # <<<<<<<<<<<<<<\n *     raise TypeError(\"no default __reduce__ due to non-trivial __cinit__\")\n * def __setstate_cython__(self, __pyx_state):\n */\n\n/* Python wrapper */\nstatic PyObject *__pyx_pw___pyx_memoryview_1__reduce_cython__(PyObject *__pyx_v_self, CYTHON_UNUSED PyObject *unused); /*proto*/\nstatic PyObject *__pyx_pw___pyx_memoryview_1__reduce_cython__(PyObject *__pyx_v_self, CYTHON_UNUSED PyObject *unused) {\n  PyObject *__pyx_r = 0;\n  __Pyx_RefNannyDeclarations\n  __Pyx_RefNannySetupContext(\"__reduce_cython__ (wrapper)\", 0);\n  __pyx_r = __pyx_pf___pyx_memoryview___reduce_cython__(((struct __pyx_memoryview_obj *)__pyx_v_self));\n\n  /* function exit code */\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\nstatic PyObject *__pyx_pf___pyx_memoryview___reduce_cython__(CYTHON_UNUSED struct __pyx_memoryview_obj *__pyx_v_self) {\n  PyObject *__pyx_r = NULL;\n  __Pyx_RefNannyDeclarations\n  PyObject *__pyx_t_1 = NULL;\n  int __pyx_lineno = 0;\n  const char *__pyx_filename = NULL;\n  int __pyx_clineno = 0;\n  __Pyx_RefNannySetupContext(\"__reduce_cython__\", 0);\n\n  /* \"(tree fragment)\":2\n * def __reduce_cython__(self):\n *     raise TypeError(\"no default __reduce__ due to non-trivial __cinit__\")             # <<<<<<<<<<<<<<\n * def __setstate_cython__(self, __pyx_state):\n *     raise TypeError(\"no default __reduce__ due to non-trivial __cinit__\")\n */\n  __pyx_t_1 = __Pyx_PyObject_Call(__pyx_builtin_TypeError, __pyx_tuple__17, NULL); if (unlikely(!__pyx_t_1)) __PYX_ERR(1, 2, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_t_1);\n  __Pyx_Raise(__pyx_t_1, 0, 0, 0);\n  __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;\n  __PYX_ERR(1, 2, __pyx_L1_error)\n\n  /* \"(tree fragment)\":1\n * def __reduce_cython__(self):             # <<<<<<<<<<<<<<\n *     raise TypeError(\"no default __reduce__ due to non-trivial __cinit__\")\n * def __setstate_cython__(self, __pyx_state):\n */\n\n  /* function exit code */\n  __pyx_L1_error:;\n  __Pyx_XDECREF(__pyx_t_1);\n  __Pyx_AddTraceback(\"View.MemoryView.memoryview.__reduce_cython__\", __pyx_clineno, __pyx_lineno, __pyx_filename);\n  __pyx_r = NULL;\n  __Pyx_XGIVEREF(__pyx_r);\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\n/* \"(tree fragment)\":3\n * def __reduce_cython__(self):\n *     raise TypeError(\"no default __reduce__ due to non-trivial __cinit__\")\n * def __setstate_cython__(self, __pyx_state):             # <<<<<<<<<<<<<<\n *     raise TypeError(\"no default __reduce__ due to non-trivial __cinit__\")\n */\n\n/* Python wrapper */\nstatic PyObject *__pyx_pw___pyx_memoryview_3__setstate_cython__(PyObject *__pyx_v_self, PyObject *__pyx_v___pyx_state); /*proto*/\nstatic PyObject *__pyx_pw___pyx_memoryview_3__setstate_cython__(PyObject *__pyx_v_self, PyObject *__pyx_v___pyx_state) {\n  PyObject *__pyx_r = 0;\n  __Pyx_RefNannyDeclarations\n  __Pyx_RefNannySetupContext(\"__setstate_cython__ (wrapper)\", 0);\n  __pyx_r = __pyx_pf___pyx_memoryview_2__setstate_cython__(((struct __pyx_memoryview_obj *)__pyx_v_self), ((PyObject *)__pyx_v___pyx_state));\n\n  /* function exit code */\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\nstatic PyObject *__pyx_pf___pyx_memoryview_2__setstate_cython__(CYTHON_UNUSED struct __pyx_memoryview_obj *__pyx_v_self, CYTHON_UNUSED PyObject *__pyx_v___pyx_state) {\n  PyObject *__pyx_r = NULL;\n  __Pyx_RefNannyDeclarations\n  PyObject *__pyx_t_1 = NULL;\n  int __pyx_lineno = 0;\n  const char *__pyx_filename = NULL;\n  int __pyx_clineno = 0;\n  __Pyx_RefNannySetupContext(\"__setstate_cython__\", 0);\n\n  /* \"(tree fragment)\":4\n *     raise TypeError(\"no default __reduce__ due to non-trivial __cinit__\")\n * def __setstate_cython__(self, __pyx_state):\n *     raise TypeError(\"no default __reduce__ due to non-trivial __cinit__\")             # <<<<<<<<<<<<<<\n */\n  __pyx_t_1 = __Pyx_PyObject_Call(__pyx_builtin_TypeError, __pyx_tuple__18, NULL); if (unlikely(!__pyx_t_1)) __PYX_ERR(1, 4, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_t_1);\n  __Pyx_Raise(__pyx_t_1, 0, 0, 0);\n  __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;\n  __PYX_ERR(1, 4, __pyx_L1_error)\n\n  /* \"(tree fragment)\":3\n * def __reduce_cython__(self):\n *     raise TypeError(\"no default __reduce__ due to non-trivial __cinit__\")\n * def __setstate_cython__(self, __pyx_state):             # <<<<<<<<<<<<<<\n *     raise TypeError(\"no default __reduce__ due to non-trivial __cinit__\")\n */\n\n  /* function exit code */\n  __pyx_L1_error:;\n  __Pyx_XDECREF(__pyx_t_1);\n  __Pyx_AddTraceback(\"View.MemoryView.memoryview.__setstate_cython__\", __pyx_clineno, __pyx_lineno, __pyx_filename);\n  __pyx_r = NULL;\n  __Pyx_XGIVEREF(__pyx_r);\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\n/* \"View.MemoryView\":657\n * \n * @cname('__pyx_memoryview_new')\n * cdef memoryview_cwrapper(object o, int flags, bint dtype_is_object, __Pyx_TypeInfo *typeinfo):             # <<<<<<<<<<<<<<\n *     cdef memoryview result = memoryview(o, flags, dtype_is_object)\n *     result.typeinfo = typeinfo\n */\n\nstatic PyObject *__pyx_memoryview_new(PyObject *__pyx_v_o, int __pyx_v_flags, int __pyx_v_dtype_is_object, __Pyx_TypeInfo *__pyx_v_typeinfo) {\n  struct __pyx_memoryview_obj *__pyx_v_result = 0;\n  PyObject *__pyx_r = NULL;\n  __Pyx_RefNannyDeclarations\n  PyObject *__pyx_t_1 = NULL;\n  PyObject *__pyx_t_2 = NULL;\n  PyObject *__pyx_t_3 = NULL;\n  int __pyx_lineno = 0;\n  const char *__pyx_filename = NULL;\n  int __pyx_clineno = 0;\n  __Pyx_RefNannySetupContext(\"memoryview_cwrapper\", 0);\n\n  /* \"View.MemoryView\":658\n * @cname('__pyx_memoryview_new')\n * cdef memoryview_cwrapper(object o, int flags, bint dtype_is_object, __Pyx_TypeInfo *typeinfo):\n *     cdef memoryview result = memoryview(o, flags, dtype_is_object)             # <<<<<<<<<<<<<<\n *     result.typeinfo = typeinfo\n *     return result\n */\n  __pyx_t_1 = __Pyx_PyInt_From_int(__pyx_v_flags); if (unlikely(!__pyx_t_1)) __PYX_ERR(1, 658, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_t_1);\n  __pyx_t_2 = __Pyx_PyBool_FromLong(__pyx_v_dtype_is_object); if (unlikely(!__pyx_t_2)) __PYX_ERR(1, 658, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_t_2);\n  __pyx_t_3 = PyTuple_New(3); if (unlikely(!__pyx_t_3)) __PYX_ERR(1, 658, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_t_3);\n  __Pyx_INCREF(__pyx_v_o);\n  __Pyx_GIVEREF(__pyx_v_o);\n  PyTuple_SET_ITEM(__pyx_t_3, 0, __pyx_v_o);\n  __Pyx_GIVEREF(__pyx_t_1);\n  PyTuple_SET_ITEM(__pyx_t_3, 1, __pyx_t_1);\n  __Pyx_GIVEREF(__pyx_t_2);\n  PyTuple_SET_ITEM(__pyx_t_3, 2, __pyx_t_2);\n  __pyx_t_1 = 0;\n  __pyx_t_2 = 0;\n  __pyx_t_2 = __Pyx_PyObject_Call(((PyObject *)__pyx_memoryview_type), __pyx_t_3, NULL); if (unlikely(!__pyx_t_2)) __PYX_ERR(1, 658, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_t_2);\n  __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0;\n  __pyx_v_result = ((struct __pyx_memoryview_obj *)__pyx_t_2);\n  __pyx_t_2 = 0;\n\n  /* \"View.MemoryView\":659\n * cdef memoryview_cwrapper(object o, int flags, bint dtype_is_object, __Pyx_TypeInfo *typeinfo):\n *     cdef memoryview result = memoryview(o, flags, dtype_is_object)\n *     result.typeinfo = typeinfo             # <<<<<<<<<<<<<<\n *     return result\n * \n */\n  __pyx_v_result->typeinfo = __pyx_v_typeinfo;\n\n  /* \"View.MemoryView\":660\n *     cdef memoryview result = memoryview(o, flags, dtype_is_object)\n *     result.typeinfo = typeinfo\n *     return result             # <<<<<<<<<<<<<<\n * \n * @cname('__pyx_memoryview_check')\n */\n  __Pyx_XDECREF(__pyx_r);\n  __Pyx_INCREF(((PyObject *)__pyx_v_result));\n  __pyx_r = ((PyObject *)__pyx_v_result);\n  goto __pyx_L0;\n\n  /* \"View.MemoryView\":657\n * \n * @cname('__pyx_memoryview_new')\n * cdef memoryview_cwrapper(object o, int flags, bint dtype_is_object, __Pyx_TypeInfo *typeinfo):             # <<<<<<<<<<<<<<\n *     cdef memoryview result = memoryview(o, flags, dtype_is_object)\n *     result.typeinfo = typeinfo\n */\n\n  /* function exit code */\n  __pyx_L1_error:;\n  __Pyx_XDECREF(__pyx_t_1);\n  __Pyx_XDECREF(__pyx_t_2);\n  __Pyx_XDECREF(__pyx_t_3);\n  __Pyx_AddTraceback(\"View.MemoryView.memoryview_cwrapper\", __pyx_clineno, __pyx_lineno, __pyx_filename);\n  __pyx_r = 0;\n  __pyx_L0:;\n  __Pyx_XDECREF((PyObject *)__pyx_v_result);\n  __Pyx_XGIVEREF(__pyx_r);\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\n/* \"View.MemoryView\":663\n * \n * @cname('__pyx_memoryview_check')\n * cdef inline bint memoryview_check(object o):             # <<<<<<<<<<<<<<\n *     return isinstance(o, memoryview)\n * \n */\n\nstatic CYTHON_INLINE int __pyx_memoryview_check(PyObject *__pyx_v_o) {\n  int __pyx_r;\n  __Pyx_RefNannyDeclarations\n  int __pyx_t_1;\n  __Pyx_RefNannySetupContext(\"memoryview_check\", 0);\n\n  /* \"View.MemoryView\":664\n * @cname('__pyx_memoryview_check')\n * cdef inline bint memoryview_check(object o):\n *     return isinstance(o, memoryview)             # <<<<<<<<<<<<<<\n * \n * cdef tuple _unellipsify(object index, int ndim):\n */\n  __pyx_t_1 = __Pyx_TypeCheck(__pyx_v_o, __pyx_memoryview_type); \n  __pyx_r = __pyx_t_1;\n  goto __pyx_L0;\n\n  /* \"View.MemoryView\":663\n * \n * @cname('__pyx_memoryview_check')\n * cdef inline bint memoryview_check(object o):             # <<<<<<<<<<<<<<\n *     return isinstance(o, memoryview)\n * \n */\n\n  /* function exit code */\n  __pyx_L0:;\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\n/* \"View.MemoryView\":666\n *     return isinstance(o, memoryview)\n * \n * cdef tuple _unellipsify(object index, int ndim):             # <<<<<<<<<<<<<<\n *     \"\"\"\n *     Replace all ellipses with full slices and fill incomplete indices with\n */\n\nstatic PyObject *_unellipsify(PyObject *__pyx_v_index, int __pyx_v_ndim) {\n  PyObject *__pyx_v_tup = NULL;\n  PyObject *__pyx_v_result = NULL;\n  int __pyx_v_have_slices;\n  int __pyx_v_seen_ellipsis;\n  CYTHON_UNUSED PyObject *__pyx_v_idx = NULL;\n  PyObject *__pyx_v_item = NULL;\n  Py_ssize_t __pyx_v_nslices;\n  PyObject *__pyx_r = NULL;\n  __Pyx_RefNannyDeclarations\n  int __pyx_t_1;\n  int __pyx_t_2;\n  PyObject *__pyx_t_3 = NULL;\n  PyObject *__pyx_t_4 = NULL;\n  Py_ssize_t __pyx_t_5;\n  PyObject *(*__pyx_t_6)(PyObject *);\n  PyObject *__pyx_t_7 = NULL;\n  Py_ssize_t __pyx_t_8;\n  int __pyx_t_9;\n  int __pyx_t_10;\n  PyObject *__pyx_t_11 = NULL;\n  int __pyx_lineno = 0;\n  const char *__pyx_filename = NULL;\n  int __pyx_clineno = 0;\n  __Pyx_RefNannySetupContext(\"_unellipsify\", 0);\n\n  /* \"View.MemoryView\":671\n *     full slices.\n *     \"\"\"\n *     if not isinstance(index, tuple):             # <<<<<<<<<<<<<<\n *         tup = (index,)\n *     else:\n */\n  __pyx_t_1 = PyTuple_Check(__pyx_v_index); \n  __pyx_t_2 = ((!(__pyx_t_1 != 0)) != 0);\n  if (__pyx_t_2) {\n\n    /* \"View.MemoryView\":672\n *     \"\"\"\n *     if not isinstance(index, tuple):\n *         tup = (index,)             # <<<<<<<<<<<<<<\n *     else:\n *         tup = index\n */\n    __pyx_t_3 = PyTuple_New(1); if (unlikely(!__pyx_t_3)) __PYX_ERR(1, 672, __pyx_L1_error)\n    __Pyx_GOTREF(__pyx_t_3);\n    __Pyx_INCREF(__pyx_v_index);\n    __Pyx_GIVEREF(__pyx_v_index);\n    PyTuple_SET_ITEM(__pyx_t_3, 0, __pyx_v_index);\n    __pyx_v_tup = __pyx_t_3;\n    __pyx_t_3 = 0;\n\n    /* \"View.MemoryView\":671\n *     full slices.\n *     \"\"\"\n *     if not isinstance(index, tuple):             # <<<<<<<<<<<<<<\n *         tup = (index,)\n *     else:\n */\n    goto __pyx_L3;\n  }\n\n  /* \"View.MemoryView\":674\n *         tup = (index,)\n *     else:\n *         tup = index             # <<<<<<<<<<<<<<\n * \n *     result = []\n */\n  /*else*/ {\n    __Pyx_INCREF(__pyx_v_index);\n    __pyx_v_tup = __pyx_v_index;\n  }\n  __pyx_L3:;\n\n  /* \"View.MemoryView\":676\n *         tup = index\n * \n *     result = []             # <<<<<<<<<<<<<<\n *     have_slices = False\n *     seen_ellipsis = False\n */\n  __pyx_t_3 = PyList_New(0); if (unlikely(!__pyx_t_3)) __PYX_ERR(1, 676, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_t_3);\n  __pyx_v_result = ((PyObject*)__pyx_t_3);\n  __pyx_t_3 = 0;\n\n  /* \"View.MemoryView\":677\n * \n *     result = []\n *     have_slices = False             # <<<<<<<<<<<<<<\n *     seen_ellipsis = False\n *     for idx, item in enumerate(tup):\n */\n  __pyx_v_have_slices = 0;\n\n  /* \"View.MemoryView\":678\n *     result = []\n *     have_slices = False\n *     seen_ellipsis = False             # <<<<<<<<<<<<<<\n *     for idx, item in enumerate(tup):\n *         if item is Ellipsis:\n */\n  __pyx_v_seen_ellipsis = 0;\n\n  /* \"View.MemoryView\":679\n *     have_slices = False\n *     seen_ellipsis = False\n *     for idx, item in enumerate(tup):             # <<<<<<<<<<<<<<\n *         if item is Ellipsis:\n *             if not seen_ellipsis:\n */\n  __Pyx_INCREF(__pyx_int_0);\n  __pyx_t_3 = __pyx_int_0;\n  if (likely(PyList_CheckExact(__pyx_v_tup)) || PyTuple_CheckExact(__pyx_v_tup)) {\n    __pyx_t_4 = __pyx_v_tup; __Pyx_INCREF(__pyx_t_4); __pyx_t_5 = 0;\n    __pyx_t_6 = NULL;\n  } else {\n    __pyx_t_5 = -1; __pyx_t_4 = PyObject_GetIter(__pyx_v_tup); if (unlikely(!__pyx_t_4)) __PYX_ERR(1, 679, __pyx_L1_error)\n    __Pyx_GOTREF(__pyx_t_4);\n    __pyx_t_6 = Py_TYPE(__pyx_t_4)->tp_iternext; if (unlikely(!__pyx_t_6)) __PYX_ERR(1, 679, __pyx_L1_error)\n  }\n  for (;;) {\n    if (likely(!__pyx_t_6)) {\n      if (likely(PyList_CheckExact(__pyx_t_4))) {\n        if (__pyx_t_5 >= PyList_GET_SIZE(__pyx_t_4)) break;\n        #if CYTHON_ASSUME_SAFE_MACROS && !CYTHON_AVOID_BORROWED_REFS\n        __pyx_t_7 = PyList_GET_ITEM(__pyx_t_4, __pyx_t_5); __Pyx_INCREF(__pyx_t_7); __pyx_t_5++; if (unlikely(0 < 0)) __PYX_ERR(1, 679, __pyx_L1_error)\n        #else\n        __pyx_t_7 = PySequence_ITEM(__pyx_t_4, __pyx_t_5); __pyx_t_5++; if (unlikely(!__pyx_t_7)) __PYX_ERR(1, 679, __pyx_L1_error)\n        __Pyx_GOTREF(__pyx_t_7);\n        #endif\n      } else {\n        if (__pyx_t_5 >= PyTuple_GET_SIZE(__pyx_t_4)) break;\n        #if CYTHON_ASSUME_SAFE_MACROS && !CYTHON_AVOID_BORROWED_REFS\n        __pyx_t_7 = PyTuple_GET_ITEM(__pyx_t_4, __pyx_t_5); __Pyx_INCREF(__pyx_t_7); __pyx_t_5++; if (unlikely(0 < 0)) __PYX_ERR(1, 679, __pyx_L1_error)\n        #else\n        __pyx_t_7 = PySequence_ITEM(__pyx_t_4, __pyx_t_5); __pyx_t_5++; if (unlikely(!__pyx_t_7)) __PYX_ERR(1, 679, __pyx_L1_error)\n        __Pyx_GOTREF(__pyx_t_7);\n        #endif\n      }\n    } else {\n      __pyx_t_7 = __pyx_t_6(__pyx_t_4);\n      if (unlikely(!__pyx_t_7)) {\n        PyObject* exc_type = PyErr_Occurred();\n        if (exc_type) {\n          if (likely(__Pyx_PyErr_GivenExceptionMatches(exc_type, PyExc_StopIteration))) PyErr_Clear();\n          else __PYX_ERR(1, 679, __pyx_L1_error)\n        }\n        break;\n      }\n      __Pyx_GOTREF(__pyx_t_7);\n    }\n    __Pyx_XDECREF_SET(__pyx_v_item, __pyx_t_7);\n    __pyx_t_7 = 0;\n    __Pyx_INCREF(__pyx_t_3);\n    __Pyx_XDECREF_SET(__pyx_v_idx, __pyx_t_3);\n    __pyx_t_7 = __Pyx_PyInt_AddObjC(__pyx_t_3, __pyx_int_1, 1, 0, 0); if (unlikely(!__pyx_t_7)) __PYX_ERR(1, 679, __pyx_L1_error)\n    __Pyx_GOTREF(__pyx_t_7);\n    __Pyx_DECREF(__pyx_t_3);\n    __pyx_t_3 = __pyx_t_7;\n    __pyx_t_7 = 0;\n\n    /* \"View.MemoryView\":680\n *     seen_ellipsis = False\n *     for idx, item in enumerate(tup):\n *         if item is Ellipsis:             # <<<<<<<<<<<<<<\n *             if not seen_ellipsis:\n *                 result.extend([slice(None)] * (ndim - len(tup) + 1))\n */\n    __pyx_t_2 = (__pyx_v_item == __pyx_builtin_Ellipsis);\n    __pyx_t_1 = (__pyx_t_2 != 0);\n    if (__pyx_t_1) {\n\n      /* \"View.MemoryView\":681\n *     for idx, item in enumerate(tup):\n *         if item is Ellipsis:\n *             if not seen_ellipsis:             # <<<<<<<<<<<<<<\n *                 result.extend([slice(None)] * (ndim - len(tup) + 1))\n *                 seen_ellipsis = True\n */\n      __pyx_t_1 = ((!(__pyx_v_seen_ellipsis != 0)) != 0);\n      if (__pyx_t_1) {\n\n        /* \"View.MemoryView\":682\n *         if item is Ellipsis:\n *             if not seen_ellipsis:\n *                 result.extend([slice(None)] * (ndim - len(tup) + 1))             # <<<<<<<<<<<<<<\n *                 seen_ellipsis = True\n *             else:\n */\n        __pyx_t_8 = PyObject_Length(__pyx_v_tup); if (unlikely(__pyx_t_8 == ((Py_ssize_t)-1))) __PYX_ERR(1, 682, __pyx_L1_error)\n        __pyx_t_7 = PyList_New(1 * ((((__pyx_v_ndim - __pyx_t_8) + 1)<0) ? 0:((__pyx_v_ndim - __pyx_t_8) + 1))); if (unlikely(!__pyx_t_7)) __PYX_ERR(1, 682, __pyx_L1_error)\n        __Pyx_GOTREF(__pyx_t_7);\n        { Py_ssize_t __pyx_temp;\n          for (__pyx_temp=0; __pyx_temp < ((__pyx_v_ndim - __pyx_t_8) + 1); __pyx_temp++) {\n            __Pyx_INCREF(__pyx_slice__19);\n            __Pyx_GIVEREF(__pyx_slice__19);\n            PyList_SET_ITEM(__pyx_t_7, __pyx_temp, __pyx_slice__19);\n          }\n        }\n        __pyx_t_9 = __Pyx_PyList_Extend(__pyx_v_result, __pyx_t_7); if (unlikely(__pyx_t_9 == ((int)-1))) __PYX_ERR(1, 682, __pyx_L1_error)\n        __Pyx_DECREF(__pyx_t_7); __pyx_t_7 = 0;\n\n        /* \"View.MemoryView\":683\n *             if not seen_ellipsis:\n *                 result.extend([slice(None)] * (ndim - len(tup) + 1))\n *                 seen_ellipsis = True             # <<<<<<<<<<<<<<\n *             else:\n *                 result.append(slice(None))\n */\n        __pyx_v_seen_ellipsis = 1;\n\n        /* \"View.MemoryView\":681\n *     for idx, item in enumerate(tup):\n *         if item is Ellipsis:\n *             if not seen_ellipsis:             # <<<<<<<<<<<<<<\n *                 result.extend([slice(None)] * (ndim - len(tup) + 1))\n *                 seen_ellipsis = True\n */\n        goto __pyx_L7;\n      }\n\n      /* \"View.MemoryView\":685\n *                 seen_ellipsis = True\n *             else:\n *                 result.append(slice(None))             # <<<<<<<<<<<<<<\n *             have_slices = True\n *         else:\n */\n      /*else*/ {\n        __pyx_t_9 = __Pyx_PyList_Append(__pyx_v_result, __pyx_slice__19); if (unlikely(__pyx_t_9 == ((int)-1))) __PYX_ERR(1, 685, __pyx_L1_error)\n      }\n      __pyx_L7:;\n\n      /* \"View.MemoryView\":686\n *             else:\n *                 result.append(slice(None))\n *             have_slices = True             # <<<<<<<<<<<<<<\n *         else:\n *             if not isinstance(item, slice) and not PyIndex_Check(item):\n */\n      __pyx_v_have_slices = 1;\n\n      /* \"View.MemoryView\":680\n *     seen_ellipsis = False\n *     for idx, item in enumerate(tup):\n *         if item is Ellipsis:             # <<<<<<<<<<<<<<\n *             if not seen_ellipsis:\n *                 result.extend([slice(None)] * (ndim - len(tup) + 1))\n */\n      goto __pyx_L6;\n    }\n\n    /* \"View.MemoryView\":688\n *             have_slices = True\n *         else:\n *             if not isinstance(item, slice) and not PyIndex_Check(item):             # <<<<<<<<<<<<<<\n *                 raise TypeError(\"Cannot index with type '%s'\" % type(item))\n * \n */\n    /*else*/ {\n      __pyx_t_2 = PySlice_Check(__pyx_v_item); \n      __pyx_t_10 = ((!(__pyx_t_2 != 0)) != 0);\n      if (__pyx_t_10) {\n      } else {\n        __pyx_t_1 = __pyx_t_10;\n        goto __pyx_L9_bool_binop_done;\n      }\n      __pyx_t_10 = ((!(PyIndex_Check(__pyx_v_item) != 0)) != 0);\n      __pyx_t_1 = __pyx_t_10;\n      __pyx_L9_bool_binop_done:;\n      if (unlikely(__pyx_t_1)) {\n\n        /* \"View.MemoryView\":689\n *         else:\n *             if not isinstance(item, slice) and not PyIndex_Check(item):\n *                 raise TypeError(\"Cannot index with type '%s'\" % type(item))             # <<<<<<<<<<<<<<\n * \n *             have_slices = have_slices or isinstance(item, slice)\n */\n        __pyx_t_7 = __Pyx_PyString_FormatSafe(__pyx_kp_s_Cannot_index_with_type_s, ((PyObject *)Py_TYPE(__pyx_v_item))); if (unlikely(!__pyx_t_7)) __PYX_ERR(1, 689, __pyx_L1_error)\n        __Pyx_GOTREF(__pyx_t_7);\n        __pyx_t_11 = __Pyx_PyObject_CallOneArg(__pyx_builtin_TypeError, __pyx_t_7); if (unlikely(!__pyx_t_11)) __PYX_ERR(1, 689, __pyx_L1_error)\n        __Pyx_GOTREF(__pyx_t_11);\n        __Pyx_DECREF(__pyx_t_7); __pyx_t_7 = 0;\n        __Pyx_Raise(__pyx_t_11, 0, 0, 0);\n        __Pyx_DECREF(__pyx_t_11); __pyx_t_11 = 0;\n        __PYX_ERR(1, 689, __pyx_L1_error)\n\n        /* \"View.MemoryView\":688\n *             have_slices = True\n *         else:\n *             if not isinstance(item, slice) and not PyIndex_Check(item):             # <<<<<<<<<<<<<<\n *                 raise TypeError(\"Cannot index with type '%s'\" % type(item))\n * \n */\n      }\n\n      /* \"View.MemoryView\":691\n *                 raise TypeError(\"Cannot index with type '%s'\" % type(item))\n * \n *             have_slices = have_slices or isinstance(item, slice)             # <<<<<<<<<<<<<<\n *             result.append(item)\n * \n */\n      __pyx_t_10 = (__pyx_v_have_slices != 0);\n      if (!__pyx_t_10) {\n      } else {\n        __pyx_t_1 = __pyx_t_10;\n        goto __pyx_L11_bool_binop_done;\n      }\n      __pyx_t_10 = PySlice_Check(__pyx_v_item); \n      __pyx_t_2 = (__pyx_t_10 != 0);\n      __pyx_t_1 = __pyx_t_2;\n      __pyx_L11_bool_binop_done:;\n      __pyx_v_have_slices = __pyx_t_1;\n\n      /* \"View.MemoryView\":692\n * \n *             have_slices = have_slices or isinstance(item, slice)\n *             result.append(item)             # <<<<<<<<<<<<<<\n * \n *     nslices = ndim - len(result)\n */\n      __pyx_t_9 = __Pyx_PyList_Append(__pyx_v_result, __pyx_v_item); if (unlikely(__pyx_t_9 == ((int)-1))) __PYX_ERR(1, 692, __pyx_L1_error)\n    }\n    __pyx_L6:;\n\n    /* \"View.MemoryView\":679\n *     have_slices = False\n *     seen_ellipsis = False\n *     for idx, item in enumerate(tup):             # <<<<<<<<<<<<<<\n *         if item is Ellipsis:\n *             if not seen_ellipsis:\n */\n  }\n  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;\n  __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0;\n\n  /* \"View.MemoryView\":694\n *             result.append(item)\n * \n *     nslices = ndim - len(result)             # <<<<<<<<<<<<<<\n *     if nslices:\n *         result.extend([slice(None)] * nslices)\n */\n  __pyx_t_5 = PyList_GET_SIZE(__pyx_v_result); if (unlikely(__pyx_t_5 == ((Py_ssize_t)-1))) __PYX_ERR(1, 694, __pyx_L1_error)\n  __pyx_v_nslices = (__pyx_v_ndim - __pyx_t_5);\n\n  /* \"View.MemoryView\":695\n * \n *     nslices = ndim - len(result)\n *     if nslices:             # <<<<<<<<<<<<<<\n *         result.extend([slice(None)] * nslices)\n * \n */\n  __pyx_t_1 = (__pyx_v_nslices != 0);\n  if (__pyx_t_1) {\n\n    /* \"View.MemoryView\":696\n *     nslices = ndim - len(result)\n *     if nslices:\n *         result.extend([slice(None)] * nslices)             # <<<<<<<<<<<<<<\n * \n *     return have_slices or nslices, tuple(result)\n */\n    __pyx_t_3 = PyList_New(1 * ((__pyx_v_nslices<0) ? 0:__pyx_v_nslices)); if (unlikely(!__pyx_t_3)) __PYX_ERR(1, 696, __pyx_L1_error)\n    __Pyx_GOTREF(__pyx_t_3);\n    { Py_ssize_t __pyx_temp;\n      for (__pyx_temp=0; __pyx_temp < __pyx_v_nslices; __pyx_temp++) {\n        __Pyx_INCREF(__pyx_slice__19);\n        __Pyx_GIVEREF(__pyx_slice__19);\n        PyList_SET_ITEM(__pyx_t_3, __pyx_temp, __pyx_slice__19);\n      }\n    }\n    __pyx_t_9 = __Pyx_PyList_Extend(__pyx_v_result, __pyx_t_3); if (unlikely(__pyx_t_9 == ((int)-1))) __PYX_ERR(1, 696, __pyx_L1_error)\n    __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0;\n\n    /* \"View.MemoryView\":695\n * \n *     nslices = ndim - len(result)\n *     if nslices:             # <<<<<<<<<<<<<<\n *         result.extend([slice(None)] * nslices)\n * \n */\n  }\n\n  /* \"View.MemoryView\":698\n *         result.extend([slice(None)] * nslices)\n * \n *     return have_slices or nslices, tuple(result)             # <<<<<<<<<<<<<<\n * \n * cdef assert_direct_dimensions(Py_ssize_t *suboffsets, int ndim):\n */\n  __Pyx_XDECREF(__pyx_r);\n  if (!__pyx_v_have_slices) {\n  } else {\n    __pyx_t_4 = __Pyx_PyBool_FromLong(__pyx_v_have_slices); if (unlikely(!__pyx_t_4)) __PYX_ERR(1, 698, __pyx_L1_error)\n    __Pyx_GOTREF(__pyx_t_4);\n    __pyx_t_3 = __pyx_t_4;\n    __pyx_t_4 = 0;\n    goto __pyx_L14_bool_binop_done;\n  }\n  __pyx_t_4 = PyInt_FromSsize_t(__pyx_v_nslices); if (unlikely(!__pyx_t_4)) __PYX_ERR(1, 698, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_t_4);\n  __pyx_t_3 = __pyx_t_4;\n  __pyx_t_4 = 0;\n  __pyx_L14_bool_binop_done:;\n  __pyx_t_4 = PyList_AsTuple(__pyx_v_result); if (unlikely(!__pyx_t_4)) __PYX_ERR(1, 698, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_t_4);\n  __pyx_t_11 = PyTuple_New(2); if (unlikely(!__pyx_t_11)) __PYX_ERR(1, 698, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_t_11);\n  __Pyx_GIVEREF(__pyx_t_3);\n  PyTuple_SET_ITEM(__pyx_t_11, 0, __pyx_t_3);\n  __Pyx_GIVEREF(__pyx_t_4);\n  PyTuple_SET_ITEM(__pyx_t_11, 1, __pyx_t_4);\n  __pyx_t_3 = 0;\n  __pyx_t_4 = 0;\n  __pyx_r = ((PyObject*)__pyx_t_11);\n  __pyx_t_11 = 0;\n  goto __pyx_L0;\n\n  /* \"View.MemoryView\":666\n *     return isinstance(o, memoryview)\n * \n * cdef tuple _unellipsify(object index, int ndim):             # <<<<<<<<<<<<<<\n *     \"\"\"\n *     Replace all ellipses with full slices and fill incomplete indices with\n */\n\n  /* function exit code */\n  __pyx_L1_error:;\n  __Pyx_XDECREF(__pyx_t_3);\n  __Pyx_XDECREF(__pyx_t_4);\n  __Pyx_XDECREF(__pyx_t_7);\n  __Pyx_XDECREF(__pyx_t_11);\n  __Pyx_AddTraceback(\"View.MemoryView._unellipsify\", __pyx_clineno, __pyx_lineno, __pyx_filename);\n  __pyx_r = 0;\n  __pyx_L0:;\n  __Pyx_XDECREF(__pyx_v_tup);\n  __Pyx_XDECREF(__pyx_v_result);\n  __Pyx_XDECREF(__pyx_v_idx);\n  __Pyx_XDECREF(__pyx_v_item);\n  __Pyx_XGIVEREF(__pyx_r);\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\n/* \"View.MemoryView\":700\n *     return have_slices or nslices, tuple(result)\n * \n * cdef assert_direct_dimensions(Py_ssize_t *suboffsets, int ndim):             # <<<<<<<<<<<<<<\n *     for suboffset in suboffsets[:ndim]:\n *         if suboffset >= 0:\n */\n\nstatic PyObject *assert_direct_dimensions(Py_ssize_t *__pyx_v_suboffsets, int __pyx_v_ndim) {\n  Py_ssize_t __pyx_v_suboffset;\n  PyObject *__pyx_r = NULL;\n  __Pyx_RefNannyDeclarations\n  Py_ssize_t *__pyx_t_1;\n  Py_ssize_t *__pyx_t_2;\n  Py_ssize_t *__pyx_t_3;\n  int __pyx_t_4;\n  PyObject *__pyx_t_5 = NULL;\n  int __pyx_lineno = 0;\n  const char *__pyx_filename = NULL;\n  int __pyx_clineno = 0;\n  __Pyx_RefNannySetupContext(\"assert_direct_dimensions\", 0);\n\n  /* \"View.MemoryView\":701\n * \n * cdef assert_direct_dimensions(Py_ssize_t *suboffsets, int ndim):\n *     for suboffset in suboffsets[:ndim]:             # <<<<<<<<<<<<<<\n *         if suboffset >= 0:\n *             raise ValueError(\"Indirect dimensions not supported\")\n */\n  __pyx_t_2 = (__pyx_v_suboffsets + __pyx_v_ndim);\n  for (__pyx_t_3 = __pyx_v_suboffsets; __pyx_t_3 < __pyx_t_2; __pyx_t_3++) {\n    __pyx_t_1 = __pyx_t_3;\n    __pyx_v_suboffset = (__pyx_t_1[0]);\n\n    /* \"View.MemoryView\":702\n * cdef assert_direct_dimensions(Py_ssize_t *suboffsets, int ndim):\n *     for suboffset in suboffsets[:ndim]:\n *         if suboffset >= 0:             # <<<<<<<<<<<<<<\n *             raise ValueError(\"Indirect dimensions not supported\")\n * \n */\n    __pyx_t_4 = ((__pyx_v_suboffset >= 0) != 0);\n    if (unlikely(__pyx_t_4)) {\n\n      /* \"View.MemoryView\":703\n *     for suboffset in suboffsets[:ndim]:\n *         if suboffset >= 0:\n *             raise ValueError(\"Indirect dimensions not supported\")             # <<<<<<<<<<<<<<\n * \n * \n */\n      __pyx_t_5 = __Pyx_PyObject_Call(__pyx_builtin_ValueError, __pyx_tuple__20, NULL); if (unlikely(!__pyx_t_5)) __PYX_ERR(1, 703, __pyx_L1_error)\n      __Pyx_GOTREF(__pyx_t_5);\n      __Pyx_Raise(__pyx_t_5, 0, 0, 0);\n      __Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0;\n      __PYX_ERR(1, 703, __pyx_L1_error)\n\n      /* \"View.MemoryView\":702\n * cdef assert_direct_dimensions(Py_ssize_t *suboffsets, int ndim):\n *     for suboffset in suboffsets[:ndim]:\n *         if suboffset >= 0:             # <<<<<<<<<<<<<<\n *             raise ValueError(\"Indirect dimensions not supported\")\n * \n */\n    }\n  }\n\n  /* \"View.MemoryView\":700\n *     return have_slices or nslices, tuple(result)\n * \n * cdef assert_direct_dimensions(Py_ssize_t *suboffsets, int ndim):             # <<<<<<<<<<<<<<\n *     for suboffset in suboffsets[:ndim]:\n *         if suboffset >= 0:\n */\n\n  /* function exit code */\n  __pyx_r = Py_None; __Pyx_INCREF(Py_None);\n  goto __pyx_L0;\n  __pyx_L1_error:;\n  __Pyx_XDECREF(__pyx_t_5);\n  __Pyx_AddTraceback(\"View.MemoryView.assert_direct_dimensions\", __pyx_clineno, __pyx_lineno, __pyx_filename);\n  __pyx_r = 0;\n  __pyx_L0:;\n  __Pyx_XGIVEREF(__pyx_r);\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\n/* \"View.MemoryView\":710\n * \n * @cname('__pyx_memview_slice')\n * cdef memoryview memview_slice(memoryview memview, object indices):             # <<<<<<<<<<<<<<\n *     cdef int new_ndim = 0, suboffset_dim = -1, dim\n *     cdef bint negative_step\n */\n\nstatic struct __pyx_memoryview_obj *__pyx_memview_slice(struct __pyx_memoryview_obj *__pyx_v_memview, PyObject *__pyx_v_indices) {\n  int __pyx_v_new_ndim;\n  int __pyx_v_suboffset_dim;\n  int __pyx_v_dim;\n  __Pyx_memviewslice __pyx_v_src;\n  __Pyx_memviewslice __pyx_v_dst;\n  __Pyx_memviewslice *__pyx_v_p_src;\n  struct __pyx_memoryviewslice_obj *__pyx_v_memviewsliceobj = 0;\n  __Pyx_memviewslice *__pyx_v_p_dst;\n  int *__pyx_v_p_suboffset_dim;\n  Py_ssize_t __pyx_v_start;\n  Py_ssize_t __pyx_v_stop;\n  Py_ssize_t __pyx_v_step;\n  int __pyx_v_have_start;\n  int __pyx_v_have_stop;\n  int __pyx_v_have_step;\n  PyObject *__pyx_v_index = NULL;\n  struct __pyx_memoryview_obj *__pyx_r = NULL;\n  __Pyx_RefNannyDeclarations\n  int __pyx_t_1;\n  int __pyx_t_2;\n  PyObject *__pyx_t_3 = NULL;\n  struct __pyx_memoryview_obj *__pyx_t_4;\n  char *__pyx_t_5;\n  int __pyx_t_6;\n  Py_ssize_t __pyx_t_7;\n  PyObject *(*__pyx_t_8)(PyObject *);\n  PyObject *__pyx_t_9 = NULL;\n  Py_ssize_t __pyx_t_10;\n  int __pyx_t_11;\n  Py_ssize_t __pyx_t_12;\n  int __pyx_lineno = 0;\n  const char *__pyx_filename = NULL;\n  int __pyx_clineno = 0;\n  __Pyx_RefNannySetupContext(\"memview_slice\", 0);\n\n  /* \"View.MemoryView\":711\n * @cname('__pyx_memview_slice')\n * cdef memoryview memview_slice(memoryview memview, object indices):\n *     cdef int new_ndim = 0, suboffset_dim = -1, dim             # <<<<<<<<<<<<<<\n *     cdef bint negative_step\n *     cdef __Pyx_memviewslice src, dst\n */\n  __pyx_v_new_ndim = 0;\n  __pyx_v_suboffset_dim = -1;\n\n  /* \"View.MemoryView\":718\n * \n * \n *     memset(&dst, 0, sizeof(dst))             # <<<<<<<<<<<<<<\n * \n *     cdef _memoryviewslice memviewsliceobj\n */\n  (void)(memset((&__pyx_v_dst), 0, (sizeof(__pyx_v_dst))));\n\n  /* \"View.MemoryView\":722\n *     cdef _memoryviewslice memviewsliceobj\n * \n *     assert memview.view.ndim > 0             # <<<<<<<<<<<<<<\n * \n *     if isinstance(memview, _memoryviewslice):\n */\n  #ifndef CYTHON_WITHOUT_ASSERTIONS\n  if (unlikely(!Py_OptimizeFlag)) {\n    if (unlikely(!((__pyx_v_memview->view.ndim > 0) != 0))) {\n      PyErr_SetNone(PyExc_AssertionError);\n      __PYX_ERR(1, 722, __pyx_L1_error)\n    }\n  }\n  #endif\n\n  /* \"View.MemoryView\":724\n *     assert memview.view.ndim > 0\n * \n *     if isinstance(memview, _memoryviewslice):             # <<<<<<<<<<<<<<\n *         memviewsliceobj = memview\n *         p_src = &memviewsliceobj.from_slice\n */\n  __pyx_t_1 = __Pyx_TypeCheck(((PyObject *)__pyx_v_memview), __pyx_memoryviewslice_type); \n  __pyx_t_2 = (__pyx_t_1 != 0);\n  if (__pyx_t_2) {\n\n    /* \"View.MemoryView\":725\n * \n *     if isinstance(memview, _memoryviewslice):\n *         memviewsliceobj = memview             # <<<<<<<<<<<<<<\n *         p_src = &memviewsliceobj.from_slice\n *     else:\n */\n    if (!(likely(((((PyObject *)__pyx_v_memview)) == Py_None) || likely(__Pyx_TypeTest(((PyObject *)__pyx_v_memview), __pyx_memoryviewslice_type))))) __PYX_ERR(1, 725, __pyx_L1_error)\n    __pyx_t_3 = ((PyObject *)__pyx_v_memview);\n    __Pyx_INCREF(__pyx_t_3);\n    __pyx_v_memviewsliceobj = ((struct __pyx_memoryviewslice_obj *)__pyx_t_3);\n    __pyx_t_3 = 0;\n\n    /* \"View.MemoryView\":726\n *     if isinstance(memview, _memoryviewslice):\n *         memviewsliceobj = memview\n *         p_src = &memviewsliceobj.from_slice             # <<<<<<<<<<<<<<\n *     else:\n *         slice_copy(memview, &src)\n */\n    __pyx_v_p_src = (&__pyx_v_memviewsliceobj->from_slice);\n\n    /* \"View.MemoryView\":724\n *     assert memview.view.ndim > 0\n * \n *     if isinstance(memview, _memoryviewslice):             # <<<<<<<<<<<<<<\n *         memviewsliceobj = memview\n *         p_src = &memviewsliceobj.from_slice\n */\n    goto __pyx_L3;\n  }\n\n  /* \"View.MemoryView\":728\n *         p_src = &memviewsliceobj.from_slice\n *     else:\n *         slice_copy(memview, &src)             # <<<<<<<<<<<<<<\n *         p_src = &src\n * \n */\n  /*else*/ {\n    __pyx_memoryview_slice_copy(__pyx_v_memview, (&__pyx_v_src));\n\n    /* \"View.MemoryView\":729\n *     else:\n *         slice_copy(memview, &src)\n *         p_src = &src             # <<<<<<<<<<<<<<\n * \n * \n */\n    __pyx_v_p_src = (&__pyx_v_src);\n  }\n  __pyx_L3:;\n\n  /* \"View.MemoryView\":735\n * \n * \n *     dst.memview = p_src.memview             # <<<<<<<<<<<<<<\n *     dst.data = p_src.data\n * \n */\n  __pyx_t_4 = __pyx_v_p_src->memview;\n  __pyx_v_dst.memview = __pyx_t_4;\n\n  /* \"View.MemoryView\":736\n * \n *     dst.memview = p_src.memview\n *     dst.data = p_src.data             # <<<<<<<<<<<<<<\n * \n * \n */\n  __pyx_t_5 = __pyx_v_p_src->data;\n  __pyx_v_dst.data = __pyx_t_5;\n\n  /* \"View.MemoryView\":741\n * \n * \n *     cdef __Pyx_memviewslice *p_dst = &dst             # <<<<<<<<<<<<<<\n *     cdef int *p_suboffset_dim = &suboffset_dim\n *     cdef Py_ssize_t start, stop, step\n */\n  __pyx_v_p_dst = (&__pyx_v_dst);\n\n  /* \"View.MemoryView\":742\n * \n *     cdef __Pyx_memviewslice *p_dst = &dst\n *     cdef int *p_suboffset_dim = &suboffset_dim             # <<<<<<<<<<<<<<\n *     cdef Py_ssize_t start, stop, step\n *     cdef bint have_start, have_stop, have_step\n */\n  __pyx_v_p_suboffset_dim = (&__pyx_v_suboffset_dim);\n\n  /* \"View.MemoryView\":746\n *     cdef bint have_start, have_stop, have_step\n * \n *     for dim, index in enumerate(indices):             # <<<<<<<<<<<<<<\n *         if PyIndex_Check(index):\n *             slice_memviewslice(\n */\n  __pyx_t_6 = 0;\n  if (likely(PyList_CheckExact(__pyx_v_indices)) || PyTuple_CheckExact(__pyx_v_indices)) {\n    __pyx_t_3 = __pyx_v_indices; __Pyx_INCREF(__pyx_t_3); __pyx_t_7 = 0;\n    __pyx_t_8 = NULL;\n  } else {\n    __pyx_t_7 = -1; __pyx_t_3 = PyObject_GetIter(__pyx_v_indices); if (unlikely(!__pyx_t_3)) __PYX_ERR(1, 746, __pyx_L1_error)\n    __Pyx_GOTREF(__pyx_t_3);\n    __pyx_t_8 = Py_TYPE(__pyx_t_3)->tp_iternext; if (unlikely(!__pyx_t_8)) __PYX_ERR(1, 746, __pyx_L1_error)\n  }\n  for (;;) {\n    if (likely(!__pyx_t_8)) {\n      if (likely(PyList_CheckExact(__pyx_t_3))) {\n        if (__pyx_t_7 >= PyList_GET_SIZE(__pyx_t_3)) break;\n        #if CYTHON_ASSUME_SAFE_MACROS && !CYTHON_AVOID_BORROWED_REFS\n        __pyx_t_9 = PyList_GET_ITEM(__pyx_t_3, __pyx_t_7); __Pyx_INCREF(__pyx_t_9); __pyx_t_7++; if (unlikely(0 < 0)) __PYX_ERR(1, 746, __pyx_L1_error)\n        #else\n        __pyx_t_9 = PySequence_ITEM(__pyx_t_3, __pyx_t_7); __pyx_t_7++; if (unlikely(!__pyx_t_9)) __PYX_ERR(1, 746, __pyx_L1_error)\n        __Pyx_GOTREF(__pyx_t_9);\n        #endif\n      } else {\n        if (__pyx_t_7 >= PyTuple_GET_SIZE(__pyx_t_3)) break;\n        #if CYTHON_ASSUME_SAFE_MACROS && !CYTHON_AVOID_BORROWED_REFS\n        __pyx_t_9 = PyTuple_GET_ITEM(__pyx_t_3, __pyx_t_7); __Pyx_INCREF(__pyx_t_9); __pyx_t_7++; if (unlikely(0 < 0)) __PYX_ERR(1, 746, __pyx_L1_error)\n        #else\n        __pyx_t_9 = PySequence_ITEM(__pyx_t_3, __pyx_t_7); __pyx_t_7++; if (unlikely(!__pyx_t_9)) __PYX_ERR(1, 746, __pyx_L1_error)\n        __Pyx_GOTREF(__pyx_t_9);\n        #endif\n      }\n    } else {\n      __pyx_t_9 = __pyx_t_8(__pyx_t_3);\n      if (unlikely(!__pyx_t_9)) {\n        PyObject* exc_type = PyErr_Occurred();\n        if (exc_type) {\n          if (likely(__Pyx_PyErr_GivenExceptionMatches(exc_type, PyExc_StopIteration))) PyErr_Clear();\n          else __PYX_ERR(1, 746, __pyx_L1_error)\n        }\n        break;\n      }\n      __Pyx_GOTREF(__pyx_t_9);\n    }\n    __Pyx_XDECREF_SET(__pyx_v_index, __pyx_t_9);\n    __pyx_t_9 = 0;\n    __pyx_v_dim = __pyx_t_6;\n    __pyx_t_6 = (__pyx_t_6 + 1);\n\n    /* \"View.MemoryView\":747\n * \n *     for dim, index in enumerate(indices):\n *         if PyIndex_Check(index):             # <<<<<<<<<<<<<<\n *             slice_memviewslice(\n *                 p_dst, p_src.shape[dim], p_src.strides[dim], p_src.suboffsets[dim],\n */\n    __pyx_t_2 = (PyIndex_Check(__pyx_v_index) != 0);\n    if (__pyx_t_2) {\n\n      /* \"View.MemoryView\":751\n *                 p_dst, p_src.shape[dim], p_src.strides[dim], p_src.suboffsets[dim],\n *                 dim, new_ndim, p_suboffset_dim,\n *                 index, 0, 0, # start, stop, step             # <<<<<<<<<<<<<<\n *                 0, 0, 0, # have_{start,stop,step}\n *                 False)\n */\n      __pyx_t_10 = __Pyx_PyIndex_AsSsize_t(__pyx_v_index); if (unlikely((__pyx_t_10 == (Py_ssize_t)-1) && PyErr_Occurred())) __PYX_ERR(1, 751, __pyx_L1_error)\n\n      /* \"View.MemoryView\":748\n *     for dim, index in enumerate(indices):\n *         if PyIndex_Check(index):\n *             slice_memviewslice(             # <<<<<<<<<<<<<<\n *                 p_dst, p_src.shape[dim], p_src.strides[dim], p_src.suboffsets[dim],\n *                 dim, new_ndim, p_suboffset_dim,\n */\n      __pyx_t_11 = __pyx_memoryview_slice_memviewslice(__pyx_v_p_dst, (__pyx_v_p_src->shape[__pyx_v_dim]), (__pyx_v_p_src->strides[__pyx_v_dim]), (__pyx_v_p_src->suboffsets[__pyx_v_dim]), __pyx_v_dim, __pyx_v_new_ndim, __pyx_v_p_suboffset_dim, __pyx_t_10, 0, 0, 0, 0, 0, 0); if (unlikely(__pyx_t_11 == ((int)-1))) __PYX_ERR(1, 748, __pyx_L1_error)\n\n      /* \"View.MemoryView\":747\n * \n *     for dim, index in enumerate(indices):\n *         if PyIndex_Check(index):             # <<<<<<<<<<<<<<\n *             slice_memviewslice(\n *                 p_dst, p_src.shape[dim], p_src.strides[dim], p_src.suboffsets[dim],\n */\n      goto __pyx_L6;\n    }\n\n    /* \"View.MemoryView\":754\n *                 0, 0, 0, # have_{start,stop,step}\n *                 False)\n *         elif index is None:             # <<<<<<<<<<<<<<\n *             p_dst.shape[new_ndim] = 1\n *             p_dst.strides[new_ndim] = 0\n */\n    __pyx_t_2 = (__pyx_v_index == Py_None);\n    __pyx_t_1 = (__pyx_t_2 != 0);\n    if (__pyx_t_1) {\n\n      /* \"View.MemoryView\":755\n *                 False)\n *         elif index is None:\n *             p_dst.shape[new_ndim] = 1             # <<<<<<<<<<<<<<\n *             p_dst.strides[new_ndim] = 0\n *             p_dst.suboffsets[new_ndim] = -1\n */\n      (__pyx_v_p_dst->shape[__pyx_v_new_ndim]) = 1;\n\n      /* \"View.MemoryView\":756\n *         elif index is None:\n *             p_dst.shape[new_ndim] = 1\n *             p_dst.strides[new_ndim] = 0             # <<<<<<<<<<<<<<\n *             p_dst.suboffsets[new_ndim] = -1\n *             new_ndim += 1\n */\n      (__pyx_v_p_dst->strides[__pyx_v_new_ndim]) = 0;\n\n      /* \"View.MemoryView\":757\n *             p_dst.shape[new_ndim] = 1\n *             p_dst.strides[new_ndim] = 0\n *             p_dst.suboffsets[new_ndim] = -1             # <<<<<<<<<<<<<<\n *             new_ndim += 1\n *         else:\n */\n      (__pyx_v_p_dst->suboffsets[__pyx_v_new_ndim]) = -1L;\n\n      /* \"View.MemoryView\":758\n *             p_dst.strides[new_ndim] = 0\n *             p_dst.suboffsets[new_ndim] = -1\n *             new_ndim += 1             # <<<<<<<<<<<<<<\n *         else:\n *             start = index.start or 0\n */\n      __pyx_v_new_ndim = (__pyx_v_new_ndim + 1);\n\n      /* \"View.MemoryView\":754\n *                 0, 0, 0, # have_{start,stop,step}\n *                 False)\n *         elif index is None:             # <<<<<<<<<<<<<<\n *             p_dst.shape[new_ndim] = 1\n *             p_dst.strides[new_ndim] = 0\n */\n      goto __pyx_L6;\n    }\n\n    /* \"View.MemoryView\":760\n *             new_ndim += 1\n *         else:\n *             start = index.start or 0             # <<<<<<<<<<<<<<\n *             stop = index.stop or 0\n *             step = index.step or 0\n */\n    /*else*/ {\n      __pyx_t_9 = __Pyx_PyObject_GetAttrStr(__pyx_v_index, __pyx_n_s_start); if (unlikely(!__pyx_t_9)) __PYX_ERR(1, 760, __pyx_L1_error)\n      __Pyx_GOTREF(__pyx_t_9);\n      __pyx_t_1 = __Pyx_PyObject_IsTrue(__pyx_t_9); if (unlikely(__pyx_t_1 < 0)) __PYX_ERR(1, 760, __pyx_L1_error)\n      if (!__pyx_t_1) {\n        __Pyx_DECREF(__pyx_t_9); __pyx_t_9 = 0;\n      } else {\n        __pyx_t_12 = __Pyx_PyIndex_AsSsize_t(__pyx_t_9); if (unlikely((__pyx_t_12 == (Py_ssize_t)-1) && PyErr_Occurred())) __PYX_ERR(1, 760, __pyx_L1_error)\n        __pyx_t_10 = __pyx_t_12;\n        __Pyx_DECREF(__pyx_t_9); __pyx_t_9 = 0;\n        goto __pyx_L7_bool_binop_done;\n      }\n      __pyx_t_10 = 0;\n      __pyx_L7_bool_binop_done:;\n      __pyx_v_start = __pyx_t_10;\n\n      /* \"View.MemoryView\":761\n *         else:\n *             start = index.start or 0\n *             stop = index.stop or 0             # <<<<<<<<<<<<<<\n *             step = index.step or 0\n * \n */\n      __pyx_t_9 = __Pyx_PyObject_GetAttrStr(__pyx_v_index, __pyx_n_s_stop); if (unlikely(!__pyx_t_9)) __PYX_ERR(1, 761, __pyx_L1_error)\n      __Pyx_GOTREF(__pyx_t_9);\n      __pyx_t_1 = __Pyx_PyObject_IsTrue(__pyx_t_9); if (unlikely(__pyx_t_1 < 0)) __PYX_ERR(1, 761, __pyx_L1_error)\n      if (!__pyx_t_1) {\n        __Pyx_DECREF(__pyx_t_9); __pyx_t_9 = 0;\n      } else {\n        __pyx_t_12 = __Pyx_PyIndex_AsSsize_t(__pyx_t_9); if (unlikely((__pyx_t_12 == (Py_ssize_t)-1) && PyErr_Occurred())) __PYX_ERR(1, 761, __pyx_L1_error)\n        __pyx_t_10 = __pyx_t_12;\n        __Pyx_DECREF(__pyx_t_9); __pyx_t_9 = 0;\n        goto __pyx_L9_bool_binop_done;\n      }\n      __pyx_t_10 = 0;\n      __pyx_L9_bool_binop_done:;\n      __pyx_v_stop = __pyx_t_10;\n\n      /* \"View.MemoryView\":762\n *             start = index.start or 0\n *             stop = index.stop or 0\n *             step = index.step or 0             # <<<<<<<<<<<<<<\n * \n *             have_start = index.start is not None\n */\n      __pyx_t_9 = __Pyx_PyObject_GetAttrStr(__pyx_v_index, __pyx_n_s_step); if (unlikely(!__pyx_t_9)) __PYX_ERR(1, 762, __pyx_L1_error)\n      __Pyx_GOTREF(__pyx_t_9);\n      __pyx_t_1 = __Pyx_PyObject_IsTrue(__pyx_t_9); if (unlikely(__pyx_t_1 < 0)) __PYX_ERR(1, 762, __pyx_L1_error)\n      if (!__pyx_t_1) {\n        __Pyx_DECREF(__pyx_t_9); __pyx_t_9 = 0;\n      } else {\n        __pyx_t_12 = __Pyx_PyIndex_AsSsize_t(__pyx_t_9); if (unlikely((__pyx_t_12 == (Py_ssize_t)-1) && PyErr_Occurred())) __PYX_ERR(1, 762, __pyx_L1_error)\n        __pyx_t_10 = __pyx_t_12;\n        __Pyx_DECREF(__pyx_t_9); __pyx_t_9 = 0;\n        goto __pyx_L11_bool_binop_done;\n      }\n      __pyx_t_10 = 0;\n      __pyx_L11_bool_binop_done:;\n      __pyx_v_step = __pyx_t_10;\n\n      /* \"View.MemoryView\":764\n *             step = index.step or 0\n * \n *             have_start = index.start is not None             # <<<<<<<<<<<<<<\n *             have_stop = index.stop is not None\n *             have_step = index.step is not None\n */\n      __pyx_t_9 = __Pyx_PyObject_GetAttrStr(__pyx_v_index, __pyx_n_s_start); if (unlikely(!__pyx_t_9)) __PYX_ERR(1, 764, __pyx_L1_error)\n      __Pyx_GOTREF(__pyx_t_9);\n      __pyx_t_1 = (__pyx_t_9 != Py_None);\n      __Pyx_DECREF(__pyx_t_9); __pyx_t_9 = 0;\n      __pyx_v_have_start = __pyx_t_1;\n\n      /* \"View.MemoryView\":765\n * \n *             have_start = index.start is not None\n *             have_stop = index.stop is not None             # <<<<<<<<<<<<<<\n *             have_step = index.step is not None\n * \n */\n      __pyx_t_9 = __Pyx_PyObject_GetAttrStr(__pyx_v_index, __pyx_n_s_stop); if (unlikely(!__pyx_t_9)) __PYX_ERR(1, 765, __pyx_L1_error)\n      __Pyx_GOTREF(__pyx_t_9);\n      __pyx_t_1 = (__pyx_t_9 != Py_None);\n      __Pyx_DECREF(__pyx_t_9); __pyx_t_9 = 0;\n      __pyx_v_have_stop = __pyx_t_1;\n\n      /* \"View.MemoryView\":766\n *             have_start = index.start is not None\n *             have_stop = index.stop is not None\n *             have_step = index.step is not None             # <<<<<<<<<<<<<<\n * \n *             slice_memviewslice(\n */\n      __pyx_t_9 = __Pyx_PyObject_GetAttrStr(__pyx_v_index, __pyx_n_s_step); if (unlikely(!__pyx_t_9)) __PYX_ERR(1, 766, __pyx_L1_error)\n      __Pyx_GOTREF(__pyx_t_9);\n      __pyx_t_1 = (__pyx_t_9 != Py_None);\n      __Pyx_DECREF(__pyx_t_9); __pyx_t_9 = 0;\n      __pyx_v_have_step = __pyx_t_1;\n\n      /* \"View.MemoryView\":768\n *             have_step = index.step is not None\n * \n *             slice_memviewslice(             # <<<<<<<<<<<<<<\n *                 p_dst, p_src.shape[dim], p_src.strides[dim], p_src.suboffsets[dim],\n *                 dim, new_ndim, p_suboffset_dim,\n */\n      __pyx_t_11 = __pyx_memoryview_slice_memviewslice(__pyx_v_p_dst, (__pyx_v_p_src->shape[__pyx_v_dim]), (__pyx_v_p_src->strides[__pyx_v_dim]), (__pyx_v_p_src->suboffsets[__pyx_v_dim]), __pyx_v_dim, __pyx_v_new_ndim, __pyx_v_p_suboffset_dim, __pyx_v_start, __pyx_v_stop, __pyx_v_step, __pyx_v_have_start, __pyx_v_have_stop, __pyx_v_have_step, 1); if (unlikely(__pyx_t_11 == ((int)-1))) __PYX_ERR(1, 768, __pyx_L1_error)\n\n      /* \"View.MemoryView\":774\n *                 have_start, have_stop, have_step,\n *                 True)\n *             new_ndim += 1             # <<<<<<<<<<<<<<\n * \n *     if isinstance(memview, _memoryviewslice):\n */\n      __pyx_v_new_ndim = (__pyx_v_new_ndim + 1);\n    }\n    __pyx_L6:;\n\n    /* \"View.MemoryView\":746\n *     cdef bint have_start, have_stop, have_step\n * \n *     for dim, index in enumerate(indices):             # <<<<<<<<<<<<<<\n *         if PyIndex_Check(index):\n *             slice_memviewslice(\n */\n  }\n  __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0;\n\n  /* \"View.MemoryView\":776\n *             new_ndim += 1\n * \n *     if isinstance(memview, _memoryviewslice):             # <<<<<<<<<<<<<<\n *         return memoryview_fromslice(dst, new_ndim,\n *                                     memviewsliceobj.to_object_func,\n */\n  __pyx_t_1 = __Pyx_TypeCheck(((PyObject *)__pyx_v_memview), __pyx_memoryviewslice_type); \n  __pyx_t_2 = (__pyx_t_1 != 0);\n  if (__pyx_t_2) {\n\n    /* \"View.MemoryView\":777\n * \n *     if isinstance(memview, _memoryviewslice):\n *         return memoryview_fromslice(dst, new_ndim,             # <<<<<<<<<<<<<<\n *                                     memviewsliceobj.to_object_func,\n *                                     memviewsliceobj.to_dtype_func,\n */\n    __Pyx_XDECREF(((PyObject *)__pyx_r));\n\n    /* \"View.MemoryView\":778\n *     if isinstance(memview, _memoryviewslice):\n *         return memoryview_fromslice(dst, new_ndim,\n *                                     memviewsliceobj.to_object_func,             # <<<<<<<<<<<<<<\n *                                     memviewsliceobj.to_dtype_func,\n *                                     memview.dtype_is_object)\n */\n    if (unlikely(!__pyx_v_memviewsliceobj)) { __Pyx_RaiseUnboundLocalError(\"memviewsliceobj\"); __PYX_ERR(1, 778, __pyx_L1_error) }\n\n    /* \"View.MemoryView\":779\n *         return memoryview_fromslice(dst, new_ndim,\n *                                     memviewsliceobj.to_object_func,\n *                                     memviewsliceobj.to_dtype_func,             # <<<<<<<<<<<<<<\n *                                     memview.dtype_is_object)\n *     else:\n */\n    if (unlikely(!__pyx_v_memviewsliceobj)) { __Pyx_RaiseUnboundLocalError(\"memviewsliceobj\"); __PYX_ERR(1, 779, __pyx_L1_error) }\n\n    /* \"View.MemoryView\":777\n * \n *     if isinstance(memview, _memoryviewslice):\n *         return memoryview_fromslice(dst, new_ndim,             # <<<<<<<<<<<<<<\n *                                     memviewsliceobj.to_object_func,\n *                                     memviewsliceobj.to_dtype_func,\n */\n    __pyx_t_3 = __pyx_memoryview_fromslice(__pyx_v_dst, __pyx_v_new_ndim, __pyx_v_memviewsliceobj->to_object_func, __pyx_v_memviewsliceobj->to_dtype_func, __pyx_v_memview->dtype_is_object); if (unlikely(!__pyx_t_3)) __PYX_ERR(1, 777, __pyx_L1_error)\n    __Pyx_GOTREF(__pyx_t_3);\n    if (!(likely(((__pyx_t_3) == Py_None) || likely(__Pyx_TypeTest(__pyx_t_3, __pyx_memoryview_type))))) __PYX_ERR(1, 777, __pyx_L1_error)\n    __pyx_r = ((struct __pyx_memoryview_obj *)__pyx_t_3);\n    __pyx_t_3 = 0;\n    goto __pyx_L0;\n\n    /* \"View.MemoryView\":776\n *             new_ndim += 1\n * \n *     if isinstance(memview, _memoryviewslice):             # <<<<<<<<<<<<<<\n *         return memoryview_fromslice(dst, new_ndim,\n *                                     memviewsliceobj.to_object_func,\n */\n  }\n\n  /* \"View.MemoryView\":782\n *                                     memview.dtype_is_object)\n *     else:\n *         return memoryview_fromslice(dst, new_ndim, NULL, NULL,             # <<<<<<<<<<<<<<\n *                                     memview.dtype_is_object)\n * \n */\n  /*else*/ {\n    __Pyx_XDECREF(((PyObject *)__pyx_r));\n\n    /* \"View.MemoryView\":783\n *     else:\n *         return memoryview_fromslice(dst, new_ndim, NULL, NULL,\n *                                     memview.dtype_is_object)             # <<<<<<<<<<<<<<\n * \n * \n */\n    __pyx_t_3 = __pyx_memoryview_fromslice(__pyx_v_dst, __pyx_v_new_ndim, NULL, NULL, __pyx_v_memview->dtype_is_object); if (unlikely(!__pyx_t_3)) __PYX_ERR(1, 782, __pyx_L1_error)\n    __Pyx_GOTREF(__pyx_t_3);\n\n    /* \"View.MemoryView\":782\n *                                     memview.dtype_is_object)\n *     else:\n *         return memoryview_fromslice(dst, new_ndim, NULL, NULL,             # <<<<<<<<<<<<<<\n *                                     memview.dtype_is_object)\n * \n */\n    if (!(likely(((__pyx_t_3) == Py_None) || likely(__Pyx_TypeTest(__pyx_t_3, __pyx_memoryview_type))))) __PYX_ERR(1, 782, __pyx_L1_error)\n    __pyx_r = ((struct __pyx_memoryview_obj *)__pyx_t_3);\n    __pyx_t_3 = 0;\n    goto __pyx_L0;\n  }\n\n  /* \"View.MemoryView\":710\n * \n * @cname('__pyx_memview_slice')\n * cdef memoryview memview_slice(memoryview memview, object indices):             # <<<<<<<<<<<<<<\n *     cdef int new_ndim = 0, suboffset_dim = -1, dim\n *     cdef bint negative_step\n */\n\n  /* function exit code */\n  __pyx_L1_error:;\n  __Pyx_XDECREF(__pyx_t_3);\n  __Pyx_XDECREF(__pyx_t_9);\n  __Pyx_AddTraceback(\"View.MemoryView.memview_slice\", __pyx_clineno, __pyx_lineno, __pyx_filename);\n  __pyx_r = 0;\n  __pyx_L0:;\n  __Pyx_XDECREF((PyObject *)__pyx_v_memviewsliceobj);\n  __Pyx_XDECREF(__pyx_v_index);\n  __Pyx_XGIVEREF((PyObject *)__pyx_r);\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\n/* \"View.MemoryView\":807\n * \n * @cname('__pyx_memoryview_slice_memviewslice')\n * cdef int slice_memviewslice(             # <<<<<<<<<<<<<<\n *         __Pyx_memviewslice *dst,\n *         Py_ssize_t shape, Py_ssize_t stride, Py_ssize_t suboffset,\n */\n\nstatic int __pyx_memoryview_slice_memviewslice(__Pyx_memviewslice *__pyx_v_dst, Py_ssize_t __pyx_v_shape, Py_ssize_t __pyx_v_stride, Py_ssize_t __pyx_v_suboffset, int __pyx_v_dim, int __pyx_v_new_ndim, int *__pyx_v_suboffset_dim, Py_ssize_t __pyx_v_start, Py_ssize_t __pyx_v_stop, Py_ssize_t __pyx_v_step, int __pyx_v_have_start, int __pyx_v_have_stop, int __pyx_v_have_step, int __pyx_v_is_slice) {\n  Py_ssize_t __pyx_v_new_shape;\n  int __pyx_v_negative_step;\n  int __pyx_r;\n  int __pyx_t_1;\n  int __pyx_t_2;\n  int __pyx_t_3;\n  int __pyx_lineno = 0;\n  const char *__pyx_filename = NULL;\n  int __pyx_clineno = 0;\n\n  /* \"View.MemoryView\":827\n *     cdef bint negative_step\n * \n *     if not is_slice:             # <<<<<<<<<<<<<<\n * \n *         if start < 0:\n */\n  __pyx_t_1 = ((!(__pyx_v_is_slice != 0)) != 0);\n  if (__pyx_t_1) {\n\n    /* \"View.MemoryView\":829\n *     if not is_slice:\n * \n *         if start < 0:             # <<<<<<<<<<<<<<\n *             start += shape\n *         if not 0 <= start < shape:\n */\n    __pyx_t_1 = ((__pyx_v_start < 0) != 0);\n    if (__pyx_t_1) {\n\n      /* \"View.MemoryView\":830\n * \n *         if start < 0:\n *             start += shape             # <<<<<<<<<<<<<<\n *         if not 0 <= start < shape:\n *             _err_dim(IndexError, \"Index out of bounds (axis %d)\", dim)\n */\n      __pyx_v_start = (__pyx_v_start + __pyx_v_shape);\n\n      /* \"View.MemoryView\":829\n *     if not is_slice:\n * \n *         if start < 0:             # <<<<<<<<<<<<<<\n *             start += shape\n *         if not 0 <= start < shape:\n */\n    }\n\n    /* \"View.MemoryView\":831\n *         if start < 0:\n *             start += shape\n *         if not 0 <= start < shape:             # <<<<<<<<<<<<<<\n *             _err_dim(IndexError, \"Index out of bounds (axis %d)\", dim)\n *     else:\n */\n    __pyx_t_1 = (0 <= __pyx_v_start);\n    if (__pyx_t_1) {\n      __pyx_t_1 = (__pyx_v_start < __pyx_v_shape);\n    }\n    __pyx_t_2 = ((!(__pyx_t_1 != 0)) != 0);\n    if (__pyx_t_2) {\n\n      /* \"View.MemoryView\":832\n *             start += shape\n *         if not 0 <= start < shape:\n *             _err_dim(IndexError, \"Index out of bounds (axis %d)\", dim)             # <<<<<<<<<<<<<<\n *     else:\n * \n */\n      __pyx_t_3 = __pyx_memoryview_err_dim(__pyx_builtin_IndexError, ((char *)\"Index out of bounds (axis %d)\"), __pyx_v_dim); if (unlikely(__pyx_t_3 == ((int)-1))) __PYX_ERR(1, 832, __pyx_L1_error)\n\n      /* \"View.MemoryView\":831\n *         if start < 0:\n *             start += shape\n *         if not 0 <= start < shape:             # <<<<<<<<<<<<<<\n *             _err_dim(IndexError, \"Index out of bounds (axis %d)\", dim)\n *     else:\n */\n    }\n\n    /* \"View.MemoryView\":827\n *     cdef bint negative_step\n * \n *     if not is_slice:             # <<<<<<<<<<<<<<\n * \n *         if start < 0:\n */\n    goto __pyx_L3;\n  }\n\n  /* \"View.MemoryView\":835\n *     else:\n * \n *         negative_step = have_step != 0 and step < 0             # <<<<<<<<<<<<<<\n * \n *         if have_step and step == 0:\n */\n  /*else*/ {\n    __pyx_t_1 = ((__pyx_v_have_step != 0) != 0);\n    if (__pyx_t_1) {\n    } else {\n      __pyx_t_2 = __pyx_t_1;\n      goto __pyx_L6_bool_binop_done;\n    }\n    __pyx_t_1 = ((__pyx_v_step < 0) != 0);\n    __pyx_t_2 = __pyx_t_1;\n    __pyx_L6_bool_binop_done:;\n    __pyx_v_negative_step = __pyx_t_2;\n\n    /* \"View.MemoryView\":837\n *         negative_step = have_step != 0 and step < 0\n * \n *         if have_step and step == 0:             # <<<<<<<<<<<<<<\n *             _err_dim(ValueError, \"Step may not be zero (axis %d)\", dim)\n * \n */\n    __pyx_t_1 = (__pyx_v_have_step != 0);\n    if (__pyx_t_1) {\n    } else {\n      __pyx_t_2 = __pyx_t_1;\n      goto __pyx_L9_bool_binop_done;\n    }\n    __pyx_t_1 = ((__pyx_v_step == 0) != 0);\n    __pyx_t_2 = __pyx_t_1;\n    __pyx_L9_bool_binop_done:;\n    if (__pyx_t_2) {\n\n      /* \"View.MemoryView\":838\n * \n *         if have_step and step == 0:\n *             _err_dim(ValueError, \"Step may not be zero (axis %d)\", dim)             # <<<<<<<<<<<<<<\n * \n * \n */\n      __pyx_t_3 = __pyx_memoryview_err_dim(__pyx_builtin_ValueError, ((char *)\"Step may not be zero (axis %d)\"), __pyx_v_dim); if (unlikely(__pyx_t_3 == ((int)-1))) __PYX_ERR(1, 838, __pyx_L1_error)\n\n      /* \"View.MemoryView\":837\n *         negative_step = have_step != 0 and step < 0\n * \n *         if have_step and step == 0:             # <<<<<<<<<<<<<<\n *             _err_dim(ValueError, \"Step may not be zero (axis %d)\", dim)\n * \n */\n    }\n\n    /* \"View.MemoryView\":841\n * \n * \n *         if have_start:             # <<<<<<<<<<<<<<\n *             if start < 0:\n *                 start += shape\n */\n    __pyx_t_2 = (__pyx_v_have_start != 0);\n    if (__pyx_t_2) {\n\n      /* \"View.MemoryView\":842\n * \n *         if have_start:\n *             if start < 0:             # <<<<<<<<<<<<<<\n *                 start += shape\n *                 if start < 0:\n */\n      __pyx_t_2 = ((__pyx_v_start < 0) != 0);\n      if (__pyx_t_2) {\n\n        /* \"View.MemoryView\":843\n *         if have_start:\n *             if start < 0:\n *                 start += shape             # <<<<<<<<<<<<<<\n *                 if start < 0:\n *                     start = 0\n */\n        __pyx_v_start = (__pyx_v_start + __pyx_v_shape);\n\n        /* \"View.MemoryView\":844\n *             if start < 0:\n *                 start += shape\n *                 if start < 0:             # <<<<<<<<<<<<<<\n *                     start = 0\n *             elif start >= shape:\n */\n        __pyx_t_2 = ((__pyx_v_start < 0) != 0);\n        if (__pyx_t_2) {\n\n          /* \"View.MemoryView\":845\n *                 start += shape\n *                 if start < 0:\n *                     start = 0             # <<<<<<<<<<<<<<\n *             elif start >= shape:\n *                 if negative_step:\n */\n          __pyx_v_start = 0;\n\n          /* \"View.MemoryView\":844\n *             if start < 0:\n *                 start += shape\n *                 if start < 0:             # <<<<<<<<<<<<<<\n *                     start = 0\n *             elif start >= shape:\n */\n        }\n\n        /* \"View.MemoryView\":842\n * \n *         if have_start:\n *             if start < 0:             # <<<<<<<<<<<<<<\n *                 start += shape\n *                 if start < 0:\n */\n        goto __pyx_L12;\n      }\n\n      /* \"View.MemoryView\":846\n *                 if start < 0:\n *                     start = 0\n *             elif start >= shape:             # <<<<<<<<<<<<<<\n *                 if negative_step:\n *                     start = shape - 1\n */\n      __pyx_t_2 = ((__pyx_v_start >= __pyx_v_shape) != 0);\n      if (__pyx_t_2) {\n\n        /* \"View.MemoryView\":847\n *                     start = 0\n *             elif start >= shape:\n *                 if negative_step:             # <<<<<<<<<<<<<<\n *                     start = shape - 1\n *                 else:\n */\n        __pyx_t_2 = (__pyx_v_negative_step != 0);\n        if (__pyx_t_2) {\n\n          /* \"View.MemoryView\":848\n *             elif start >= shape:\n *                 if negative_step:\n *                     start = shape - 1             # <<<<<<<<<<<<<<\n *                 else:\n *                     start = shape\n */\n          __pyx_v_start = (__pyx_v_shape - 1);\n\n          /* \"View.MemoryView\":847\n *                     start = 0\n *             elif start >= shape:\n *                 if negative_step:             # <<<<<<<<<<<<<<\n *                     start = shape - 1\n *                 else:\n */\n          goto __pyx_L14;\n        }\n\n        /* \"View.MemoryView\":850\n *                     start = shape - 1\n *                 else:\n *                     start = shape             # <<<<<<<<<<<<<<\n *         else:\n *             if negative_step:\n */\n        /*else*/ {\n          __pyx_v_start = __pyx_v_shape;\n        }\n        __pyx_L14:;\n\n        /* \"View.MemoryView\":846\n *                 if start < 0:\n *                     start = 0\n *             elif start >= shape:             # <<<<<<<<<<<<<<\n *                 if negative_step:\n *                     start = shape - 1\n */\n      }\n      __pyx_L12:;\n\n      /* \"View.MemoryView\":841\n * \n * \n *         if have_start:             # <<<<<<<<<<<<<<\n *             if start < 0:\n *                 start += shape\n */\n      goto __pyx_L11;\n    }\n\n    /* \"View.MemoryView\":852\n *                     start = shape\n *         else:\n *             if negative_step:             # <<<<<<<<<<<<<<\n *                 start = shape - 1\n *             else:\n */\n    /*else*/ {\n      __pyx_t_2 = (__pyx_v_negative_step != 0);\n      if (__pyx_t_2) {\n\n        /* \"View.MemoryView\":853\n *         else:\n *             if negative_step:\n *                 start = shape - 1             # <<<<<<<<<<<<<<\n *             else:\n *                 start = 0\n */\n        __pyx_v_start = (__pyx_v_shape - 1);\n\n        /* \"View.MemoryView\":852\n *                     start = shape\n *         else:\n *             if negative_step:             # <<<<<<<<<<<<<<\n *                 start = shape - 1\n *             else:\n */\n        goto __pyx_L15;\n      }\n\n      /* \"View.MemoryView\":855\n *                 start = shape - 1\n *             else:\n *                 start = 0             # <<<<<<<<<<<<<<\n * \n *         if have_stop:\n */\n      /*else*/ {\n        __pyx_v_start = 0;\n      }\n      __pyx_L15:;\n    }\n    __pyx_L11:;\n\n    /* \"View.MemoryView\":857\n *                 start = 0\n * \n *         if have_stop:             # <<<<<<<<<<<<<<\n *             if stop < 0:\n *                 stop += shape\n */\n    __pyx_t_2 = (__pyx_v_have_stop != 0);\n    if (__pyx_t_2) {\n\n      /* \"View.MemoryView\":858\n * \n *         if have_stop:\n *             if stop < 0:             # <<<<<<<<<<<<<<\n *                 stop += shape\n *                 if stop < 0:\n */\n      __pyx_t_2 = ((__pyx_v_stop < 0) != 0);\n      if (__pyx_t_2) {\n\n        /* \"View.MemoryView\":859\n *         if have_stop:\n *             if stop < 0:\n *                 stop += shape             # <<<<<<<<<<<<<<\n *                 if stop < 0:\n *                     stop = 0\n */\n        __pyx_v_stop = (__pyx_v_stop + __pyx_v_shape);\n\n        /* \"View.MemoryView\":860\n *             if stop < 0:\n *                 stop += shape\n *                 if stop < 0:             # <<<<<<<<<<<<<<\n *                     stop = 0\n *             elif stop > shape:\n */\n        __pyx_t_2 = ((__pyx_v_stop < 0) != 0);\n        if (__pyx_t_2) {\n\n          /* \"View.MemoryView\":861\n *                 stop += shape\n *                 if stop < 0:\n *                     stop = 0             # <<<<<<<<<<<<<<\n *             elif stop > shape:\n *                 stop = shape\n */\n          __pyx_v_stop = 0;\n\n          /* \"View.MemoryView\":860\n *             if stop < 0:\n *                 stop += shape\n *                 if stop < 0:             # <<<<<<<<<<<<<<\n *                     stop = 0\n *             elif stop > shape:\n */\n        }\n\n        /* \"View.MemoryView\":858\n * \n *         if have_stop:\n *             if stop < 0:             # <<<<<<<<<<<<<<\n *                 stop += shape\n *                 if stop < 0:\n */\n        goto __pyx_L17;\n      }\n\n      /* \"View.MemoryView\":862\n *                 if stop < 0:\n *                     stop = 0\n *             elif stop > shape:             # <<<<<<<<<<<<<<\n *                 stop = shape\n *         else:\n */\n      __pyx_t_2 = ((__pyx_v_stop > __pyx_v_shape) != 0);\n      if (__pyx_t_2) {\n\n        /* \"View.MemoryView\":863\n *                     stop = 0\n *             elif stop > shape:\n *                 stop = shape             # <<<<<<<<<<<<<<\n *         else:\n *             if negative_step:\n */\n        __pyx_v_stop = __pyx_v_shape;\n\n        /* \"View.MemoryView\":862\n *                 if stop < 0:\n *                     stop = 0\n *             elif stop > shape:             # <<<<<<<<<<<<<<\n *                 stop = shape\n *         else:\n */\n      }\n      __pyx_L17:;\n\n      /* \"View.MemoryView\":857\n *                 start = 0\n * \n *         if have_stop:             # <<<<<<<<<<<<<<\n *             if stop < 0:\n *                 stop += shape\n */\n      goto __pyx_L16;\n    }\n\n    /* \"View.MemoryView\":865\n *                 stop = shape\n *         else:\n *             if negative_step:             # <<<<<<<<<<<<<<\n *                 stop = -1\n *             else:\n */\n    /*else*/ {\n      __pyx_t_2 = (__pyx_v_negative_step != 0);\n      if (__pyx_t_2) {\n\n        /* \"View.MemoryView\":866\n *         else:\n *             if negative_step:\n *                 stop = -1             # <<<<<<<<<<<<<<\n *             else:\n *                 stop = shape\n */\n        __pyx_v_stop = -1L;\n\n        /* \"View.MemoryView\":865\n *                 stop = shape\n *         else:\n *             if negative_step:             # <<<<<<<<<<<<<<\n *                 stop = -1\n *             else:\n */\n        goto __pyx_L19;\n      }\n\n      /* \"View.MemoryView\":868\n *                 stop = -1\n *             else:\n *                 stop = shape             # <<<<<<<<<<<<<<\n * \n *         if not have_step:\n */\n      /*else*/ {\n        __pyx_v_stop = __pyx_v_shape;\n      }\n      __pyx_L19:;\n    }\n    __pyx_L16:;\n\n    /* \"View.MemoryView\":870\n *                 stop = shape\n * \n *         if not have_step:             # <<<<<<<<<<<<<<\n *             step = 1\n * \n */\n    __pyx_t_2 = ((!(__pyx_v_have_step != 0)) != 0);\n    if (__pyx_t_2) {\n\n      /* \"View.MemoryView\":871\n * \n *         if not have_step:\n *             step = 1             # <<<<<<<<<<<<<<\n * \n * \n */\n      __pyx_v_step = 1;\n\n      /* \"View.MemoryView\":870\n *                 stop = shape\n * \n *         if not have_step:             # <<<<<<<<<<<<<<\n *             step = 1\n * \n */\n    }\n\n    /* \"View.MemoryView\":875\n * \n *         with cython.cdivision(True):\n *             new_shape = (stop - start) // step             # <<<<<<<<<<<<<<\n * \n *             if (stop - start) - step * new_shape:\n */\n    __pyx_v_new_shape = ((__pyx_v_stop - __pyx_v_start) / __pyx_v_step);\n\n    /* \"View.MemoryView\":877\n *             new_shape = (stop - start) // step\n * \n *             if (stop - start) - step * new_shape:             # <<<<<<<<<<<<<<\n *                 new_shape += 1\n * \n */\n    __pyx_t_2 = (((__pyx_v_stop - __pyx_v_start) - (__pyx_v_step * __pyx_v_new_shape)) != 0);\n    if (__pyx_t_2) {\n\n      /* \"View.MemoryView\":878\n * \n *             if (stop - start) - step * new_shape:\n *                 new_shape += 1             # <<<<<<<<<<<<<<\n * \n *         if new_shape < 0:\n */\n      __pyx_v_new_shape = (__pyx_v_new_shape + 1);\n\n      /* \"View.MemoryView\":877\n *             new_shape = (stop - start) // step\n * \n *             if (stop - start) - step * new_shape:             # <<<<<<<<<<<<<<\n *                 new_shape += 1\n * \n */\n    }\n\n    /* \"View.MemoryView\":880\n *                 new_shape += 1\n * \n *         if new_shape < 0:             # <<<<<<<<<<<<<<\n *             new_shape = 0\n * \n */\n    __pyx_t_2 = ((__pyx_v_new_shape < 0) != 0);\n    if (__pyx_t_2) {\n\n      /* \"View.MemoryView\":881\n * \n *         if new_shape < 0:\n *             new_shape = 0             # <<<<<<<<<<<<<<\n * \n * \n */\n      __pyx_v_new_shape = 0;\n\n      /* \"View.MemoryView\":880\n *                 new_shape += 1\n * \n *         if new_shape < 0:             # <<<<<<<<<<<<<<\n *             new_shape = 0\n * \n */\n    }\n\n    /* \"View.MemoryView\":884\n * \n * \n *         dst.strides[new_ndim] = stride * step             # <<<<<<<<<<<<<<\n *         dst.shape[new_ndim] = new_shape\n *         dst.suboffsets[new_ndim] = suboffset\n */\n    (__pyx_v_dst->strides[__pyx_v_new_ndim]) = (__pyx_v_stride * __pyx_v_step);\n\n    /* \"View.MemoryView\":885\n * \n *         dst.strides[new_ndim] = stride * step\n *         dst.shape[new_ndim] = new_shape             # <<<<<<<<<<<<<<\n *         dst.suboffsets[new_ndim] = suboffset\n * \n */\n    (__pyx_v_dst->shape[__pyx_v_new_ndim]) = __pyx_v_new_shape;\n\n    /* \"View.MemoryView\":886\n *         dst.strides[new_ndim] = stride * step\n *         dst.shape[new_ndim] = new_shape\n *         dst.suboffsets[new_ndim] = suboffset             # <<<<<<<<<<<<<<\n * \n * \n */\n    (__pyx_v_dst->suboffsets[__pyx_v_new_ndim]) = __pyx_v_suboffset;\n  }\n  __pyx_L3:;\n\n  /* \"View.MemoryView\":889\n * \n * \n *     if suboffset_dim[0] < 0:             # <<<<<<<<<<<<<<\n *         dst.data += start * stride\n *     else:\n */\n  __pyx_t_2 = (((__pyx_v_suboffset_dim[0]) < 0) != 0);\n  if (__pyx_t_2) {\n\n    /* \"View.MemoryView\":890\n * \n *     if suboffset_dim[0] < 0:\n *         dst.data += start * stride             # <<<<<<<<<<<<<<\n *     else:\n *         dst.suboffsets[suboffset_dim[0]] += start * stride\n */\n    __pyx_v_dst->data = (__pyx_v_dst->data + (__pyx_v_start * __pyx_v_stride));\n\n    /* \"View.MemoryView\":889\n * \n * \n *     if suboffset_dim[0] < 0:             # <<<<<<<<<<<<<<\n *         dst.data += start * stride\n *     else:\n */\n    goto __pyx_L23;\n  }\n\n  /* \"View.MemoryView\":892\n *         dst.data += start * stride\n *     else:\n *         dst.suboffsets[suboffset_dim[0]] += start * stride             # <<<<<<<<<<<<<<\n * \n *     if suboffset >= 0:\n */\n  /*else*/ {\n    __pyx_t_3 = (__pyx_v_suboffset_dim[0]);\n    (__pyx_v_dst->suboffsets[__pyx_t_3]) = ((__pyx_v_dst->suboffsets[__pyx_t_3]) + (__pyx_v_start * __pyx_v_stride));\n  }\n  __pyx_L23:;\n\n  /* \"View.MemoryView\":894\n *         dst.suboffsets[suboffset_dim[0]] += start * stride\n * \n *     if suboffset >= 0:             # <<<<<<<<<<<<<<\n *         if not is_slice:\n *             if new_ndim == 0:\n */\n  __pyx_t_2 = ((__pyx_v_suboffset >= 0) != 0);\n  if (__pyx_t_2) {\n\n    /* \"View.MemoryView\":895\n * \n *     if suboffset >= 0:\n *         if not is_slice:             # <<<<<<<<<<<<<<\n *             if new_ndim == 0:\n *                 dst.data = (<char **> dst.data)[0] + suboffset\n */\n    __pyx_t_2 = ((!(__pyx_v_is_slice != 0)) != 0);\n    if (__pyx_t_2) {\n\n      /* \"View.MemoryView\":896\n *     if suboffset >= 0:\n *         if not is_slice:\n *             if new_ndim == 0:             # <<<<<<<<<<<<<<\n *                 dst.data = (<char **> dst.data)[0] + suboffset\n *             else:\n */\n      __pyx_t_2 = ((__pyx_v_new_ndim == 0) != 0);\n      if (__pyx_t_2) {\n\n        /* \"View.MemoryView\":897\n *         if not is_slice:\n *             if new_ndim == 0:\n *                 dst.data = (<char **> dst.data)[0] + suboffset             # <<<<<<<<<<<<<<\n *             else:\n *                 _err_dim(IndexError, \"All dimensions preceding dimension %d \"\n */\n        __pyx_v_dst->data = ((((char **)__pyx_v_dst->data)[0]) + __pyx_v_suboffset);\n\n        /* \"View.MemoryView\":896\n *     if suboffset >= 0:\n *         if not is_slice:\n *             if new_ndim == 0:             # <<<<<<<<<<<<<<\n *                 dst.data = (<char **> dst.data)[0] + suboffset\n *             else:\n */\n        goto __pyx_L26;\n      }\n\n      /* \"View.MemoryView\":899\n *                 dst.data = (<char **> dst.data)[0] + suboffset\n *             else:\n *                 _err_dim(IndexError, \"All dimensions preceding dimension %d \"             # <<<<<<<<<<<<<<\n *                                      \"must be indexed and not sliced\", dim)\n *         else:\n */\n      /*else*/ {\n\n        /* \"View.MemoryView\":900\n *             else:\n *                 _err_dim(IndexError, \"All dimensions preceding dimension %d \"\n *                                      \"must be indexed and not sliced\", dim)             # <<<<<<<<<<<<<<\n *         else:\n *             suboffset_dim[0] = new_ndim\n */\n        __pyx_t_3 = __pyx_memoryview_err_dim(__pyx_builtin_IndexError, ((char *)\"All dimensions preceding dimension %d must be indexed and not sliced\"), __pyx_v_dim); if (unlikely(__pyx_t_3 == ((int)-1))) __PYX_ERR(1, 899, __pyx_L1_error)\n      }\n      __pyx_L26:;\n\n      /* \"View.MemoryView\":895\n * \n *     if suboffset >= 0:\n *         if not is_slice:             # <<<<<<<<<<<<<<\n *             if new_ndim == 0:\n *                 dst.data = (<char **> dst.data)[0] + suboffset\n */\n      goto __pyx_L25;\n    }\n\n    /* \"View.MemoryView\":902\n *                                      \"must be indexed and not sliced\", dim)\n *         else:\n *             suboffset_dim[0] = new_ndim             # <<<<<<<<<<<<<<\n * \n *     return 0\n */\n    /*else*/ {\n      (__pyx_v_suboffset_dim[0]) = __pyx_v_new_ndim;\n    }\n    __pyx_L25:;\n\n    /* \"View.MemoryView\":894\n *         dst.suboffsets[suboffset_dim[0]] += start * stride\n * \n *     if suboffset >= 0:             # <<<<<<<<<<<<<<\n *         if not is_slice:\n *             if new_ndim == 0:\n */\n  }\n\n  /* \"View.MemoryView\":904\n *             suboffset_dim[0] = new_ndim\n * \n *     return 0             # <<<<<<<<<<<<<<\n * \n * \n */\n  __pyx_r = 0;\n  goto __pyx_L0;\n\n  /* \"View.MemoryView\":807\n * \n * @cname('__pyx_memoryview_slice_memviewslice')\n * cdef int slice_memviewslice(             # <<<<<<<<<<<<<<\n *         __Pyx_memviewslice *dst,\n *         Py_ssize_t shape, Py_ssize_t stride, Py_ssize_t suboffset,\n */\n\n  /* function exit code */\n  __pyx_L1_error:;\n  {\n    #ifdef WITH_THREAD\n    PyGILState_STATE __pyx_gilstate_save = __Pyx_PyGILState_Ensure();\n    #endif\n    __Pyx_AddTraceback(\"View.MemoryView.slice_memviewslice\", __pyx_clineno, __pyx_lineno, __pyx_filename);\n    #ifdef WITH_THREAD\n    __Pyx_PyGILState_Release(__pyx_gilstate_save);\n    #endif\n  }\n  __pyx_r = -1;\n  __pyx_L0:;\n  return __pyx_r;\n}\n\n/* \"View.MemoryView\":910\n * \n * @cname('__pyx_pybuffer_index')\n * cdef char *pybuffer_index(Py_buffer *view, char *bufp, Py_ssize_t index,             # <<<<<<<<<<<<<<\n *                           Py_ssize_t dim) except NULL:\n *     cdef Py_ssize_t shape, stride, suboffset = -1\n */\n\nstatic char *__pyx_pybuffer_index(Py_buffer *__pyx_v_view, char *__pyx_v_bufp, Py_ssize_t __pyx_v_index, Py_ssize_t __pyx_v_dim) {\n  Py_ssize_t __pyx_v_shape;\n  Py_ssize_t __pyx_v_stride;\n  Py_ssize_t __pyx_v_suboffset;\n  Py_ssize_t __pyx_v_itemsize;\n  char *__pyx_v_resultp;\n  char *__pyx_r;\n  __Pyx_RefNannyDeclarations\n  Py_ssize_t __pyx_t_1;\n  int __pyx_t_2;\n  PyObject *__pyx_t_3 = NULL;\n  PyObject *__pyx_t_4 = NULL;\n  int __pyx_lineno = 0;\n  const char *__pyx_filename = NULL;\n  int __pyx_clineno = 0;\n  __Pyx_RefNannySetupContext(\"pybuffer_index\", 0);\n\n  /* \"View.MemoryView\":912\n * cdef char *pybuffer_index(Py_buffer *view, char *bufp, Py_ssize_t index,\n *                           Py_ssize_t dim) except NULL:\n *     cdef Py_ssize_t shape, stride, suboffset = -1             # <<<<<<<<<<<<<<\n *     cdef Py_ssize_t itemsize = view.itemsize\n *     cdef char *resultp\n */\n  __pyx_v_suboffset = -1L;\n\n  /* \"View.MemoryView\":913\n *                           Py_ssize_t dim) except NULL:\n *     cdef Py_ssize_t shape, stride, suboffset = -1\n *     cdef Py_ssize_t itemsize = view.itemsize             # <<<<<<<<<<<<<<\n *     cdef char *resultp\n * \n */\n  __pyx_t_1 = __pyx_v_view->itemsize;\n  __pyx_v_itemsize = __pyx_t_1;\n\n  /* \"View.MemoryView\":916\n *     cdef char *resultp\n * \n *     if view.ndim == 0:             # <<<<<<<<<<<<<<\n *         shape = view.len / itemsize\n *         stride = itemsize\n */\n  __pyx_t_2 = ((__pyx_v_view->ndim == 0) != 0);\n  if (__pyx_t_2) {\n\n    /* \"View.MemoryView\":917\n * \n *     if view.ndim == 0:\n *         shape = view.len / itemsize             # <<<<<<<<<<<<<<\n *         stride = itemsize\n *     else:\n */\n    if (unlikely(__pyx_v_itemsize == 0)) {\n      PyErr_SetString(PyExc_ZeroDivisionError, \"integer division or modulo by zero\");\n      __PYX_ERR(1, 917, __pyx_L1_error)\n    }\n    else if (sizeof(Py_ssize_t) == sizeof(long) && (!(((Py_ssize_t)-1) > 0)) && unlikely(__pyx_v_itemsize == (Py_ssize_t)-1)  && unlikely(UNARY_NEG_WOULD_OVERFLOW(__pyx_v_view->len))) {\n      PyErr_SetString(PyExc_OverflowError, \"value too large to perform division\");\n      __PYX_ERR(1, 917, __pyx_L1_error)\n    }\n    __pyx_v_shape = __Pyx_div_Py_ssize_t(__pyx_v_view->len, __pyx_v_itemsize);\n\n    /* \"View.MemoryView\":918\n *     if view.ndim == 0:\n *         shape = view.len / itemsize\n *         stride = itemsize             # <<<<<<<<<<<<<<\n *     else:\n *         shape = view.shape[dim]\n */\n    __pyx_v_stride = __pyx_v_itemsize;\n\n    /* \"View.MemoryView\":916\n *     cdef char *resultp\n * \n *     if view.ndim == 0:             # <<<<<<<<<<<<<<\n *         shape = view.len / itemsize\n *         stride = itemsize\n */\n    goto __pyx_L3;\n  }\n\n  /* \"View.MemoryView\":920\n *         stride = itemsize\n *     else:\n *         shape = view.shape[dim]             # <<<<<<<<<<<<<<\n *         stride = view.strides[dim]\n *         if view.suboffsets != NULL:\n */\n  /*else*/ {\n    __pyx_v_shape = (__pyx_v_view->shape[__pyx_v_dim]);\n\n    /* \"View.MemoryView\":921\n *     else:\n *         shape = view.shape[dim]\n *         stride = view.strides[dim]             # <<<<<<<<<<<<<<\n *         if view.suboffsets != NULL:\n *             suboffset = view.suboffsets[dim]\n */\n    __pyx_v_stride = (__pyx_v_view->strides[__pyx_v_dim]);\n\n    /* \"View.MemoryView\":922\n *         shape = view.shape[dim]\n *         stride = view.strides[dim]\n *         if view.suboffsets != NULL:             # <<<<<<<<<<<<<<\n *             suboffset = view.suboffsets[dim]\n * \n */\n    __pyx_t_2 = ((__pyx_v_view->suboffsets != NULL) != 0);\n    if (__pyx_t_2) {\n\n      /* \"View.MemoryView\":923\n *         stride = view.strides[dim]\n *         if view.suboffsets != NULL:\n *             suboffset = view.suboffsets[dim]             # <<<<<<<<<<<<<<\n * \n *     if index < 0:\n */\n      __pyx_v_suboffset = (__pyx_v_view->suboffsets[__pyx_v_dim]);\n\n      /* \"View.MemoryView\":922\n *         shape = view.shape[dim]\n *         stride = view.strides[dim]\n *         if view.suboffsets != NULL:             # <<<<<<<<<<<<<<\n *             suboffset = view.suboffsets[dim]\n * \n */\n    }\n  }\n  __pyx_L3:;\n\n  /* \"View.MemoryView\":925\n *             suboffset = view.suboffsets[dim]\n * \n *     if index < 0:             # <<<<<<<<<<<<<<\n *         index += view.shape[dim]\n *         if index < 0:\n */\n  __pyx_t_2 = ((__pyx_v_index < 0) != 0);\n  if (__pyx_t_2) {\n\n    /* \"View.MemoryView\":926\n * \n *     if index < 0:\n *         index += view.shape[dim]             # <<<<<<<<<<<<<<\n *         if index < 0:\n *             raise IndexError(\"Out of bounds on buffer access (axis %d)\" % dim)\n */\n    __pyx_v_index = (__pyx_v_index + (__pyx_v_view->shape[__pyx_v_dim]));\n\n    /* \"View.MemoryView\":927\n *     if index < 0:\n *         index += view.shape[dim]\n *         if index < 0:             # <<<<<<<<<<<<<<\n *             raise IndexError(\"Out of bounds on buffer access (axis %d)\" % dim)\n * \n */\n    __pyx_t_2 = ((__pyx_v_index < 0) != 0);\n    if (unlikely(__pyx_t_2)) {\n\n      /* \"View.MemoryView\":928\n *         index += view.shape[dim]\n *         if index < 0:\n *             raise IndexError(\"Out of bounds on buffer access (axis %d)\" % dim)             # <<<<<<<<<<<<<<\n * \n *     if index >= shape:\n */\n      __pyx_t_3 = PyInt_FromSsize_t(__pyx_v_dim); if (unlikely(!__pyx_t_3)) __PYX_ERR(1, 928, __pyx_L1_error)\n      __Pyx_GOTREF(__pyx_t_3);\n      __pyx_t_4 = __Pyx_PyString_Format(__pyx_kp_s_Out_of_bounds_on_buffer_access_a, __pyx_t_3); if (unlikely(!__pyx_t_4)) __PYX_ERR(1, 928, __pyx_L1_error)\n      __Pyx_GOTREF(__pyx_t_4);\n      __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0;\n      __pyx_t_3 = __Pyx_PyObject_CallOneArg(__pyx_builtin_IndexError, __pyx_t_4); if (unlikely(!__pyx_t_3)) __PYX_ERR(1, 928, __pyx_L1_error)\n      __Pyx_GOTREF(__pyx_t_3);\n      __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;\n      __Pyx_Raise(__pyx_t_3, 0, 0, 0);\n      __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0;\n      __PYX_ERR(1, 928, __pyx_L1_error)\n\n      /* \"View.MemoryView\":927\n *     if index < 0:\n *         index += view.shape[dim]\n *         if index < 0:             # <<<<<<<<<<<<<<\n *             raise IndexError(\"Out of bounds on buffer access (axis %d)\" % dim)\n * \n */\n    }\n\n    /* \"View.MemoryView\":925\n *             suboffset = view.suboffsets[dim]\n * \n *     if index < 0:             # <<<<<<<<<<<<<<\n *         index += view.shape[dim]\n *         if index < 0:\n */\n  }\n\n  /* \"View.MemoryView\":930\n *             raise IndexError(\"Out of bounds on buffer access (axis %d)\" % dim)\n * \n *     if index >= shape:             # <<<<<<<<<<<<<<\n *         raise IndexError(\"Out of bounds on buffer access (axis %d)\" % dim)\n * \n */\n  __pyx_t_2 = ((__pyx_v_index >= __pyx_v_shape) != 0);\n  if (unlikely(__pyx_t_2)) {\n\n    /* \"View.MemoryView\":931\n * \n *     if index >= shape:\n *         raise IndexError(\"Out of bounds on buffer access (axis %d)\" % dim)             # <<<<<<<<<<<<<<\n * \n *     resultp = bufp + index * stride\n */\n    __pyx_t_3 = PyInt_FromSsize_t(__pyx_v_dim); if (unlikely(!__pyx_t_3)) __PYX_ERR(1, 931, __pyx_L1_error)\n    __Pyx_GOTREF(__pyx_t_3);\n    __pyx_t_4 = __Pyx_PyString_Format(__pyx_kp_s_Out_of_bounds_on_buffer_access_a, __pyx_t_3); if (unlikely(!__pyx_t_4)) __PYX_ERR(1, 931, __pyx_L1_error)\n    __Pyx_GOTREF(__pyx_t_4);\n    __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0;\n    __pyx_t_3 = __Pyx_PyObject_CallOneArg(__pyx_builtin_IndexError, __pyx_t_4); if (unlikely(!__pyx_t_3)) __PYX_ERR(1, 931, __pyx_L1_error)\n    __Pyx_GOTREF(__pyx_t_3);\n    __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;\n    __Pyx_Raise(__pyx_t_3, 0, 0, 0);\n    __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0;\n    __PYX_ERR(1, 931, __pyx_L1_error)\n\n    /* \"View.MemoryView\":930\n *             raise IndexError(\"Out of bounds on buffer access (axis %d)\" % dim)\n * \n *     if index >= shape:             # <<<<<<<<<<<<<<\n *         raise IndexError(\"Out of bounds on buffer access (axis %d)\" % dim)\n * \n */\n  }\n\n  /* \"View.MemoryView\":933\n *         raise IndexError(\"Out of bounds on buffer access (axis %d)\" % dim)\n * \n *     resultp = bufp + index * stride             # <<<<<<<<<<<<<<\n *     if suboffset >= 0:\n *         resultp = (<char **> resultp)[0] + suboffset\n */\n  __pyx_v_resultp = (__pyx_v_bufp + (__pyx_v_index * __pyx_v_stride));\n\n  /* \"View.MemoryView\":934\n * \n *     resultp = bufp + index * stride\n *     if suboffset >= 0:             # <<<<<<<<<<<<<<\n *         resultp = (<char **> resultp)[0] + suboffset\n * \n */\n  __pyx_t_2 = ((__pyx_v_suboffset >= 0) != 0);\n  if (__pyx_t_2) {\n\n    /* \"View.MemoryView\":935\n *     resultp = bufp + index * stride\n *     if suboffset >= 0:\n *         resultp = (<char **> resultp)[0] + suboffset             # <<<<<<<<<<<<<<\n * \n *     return resultp\n */\n    __pyx_v_resultp = ((((char **)__pyx_v_resultp)[0]) + __pyx_v_suboffset);\n\n    /* \"View.MemoryView\":934\n * \n *     resultp = bufp + index * stride\n *     if suboffset >= 0:             # <<<<<<<<<<<<<<\n *         resultp = (<char **> resultp)[0] + suboffset\n * \n */\n  }\n\n  /* \"View.MemoryView\":937\n *         resultp = (<char **> resultp)[0] + suboffset\n * \n *     return resultp             # <<<<<<<<<<<<<<\n * \n * \n */\n  __pyx_r = __pyx_v_resultp;\n  goto __pyx_L0;\n\n  /* \"View.MemoryView\":910\n * \n * @cname('__pyx_pybuffer_index')\n * cdef char *pybuffer_index(Py_buffer *view, char *bufp, Py_ssize_t index,             # <<<<<<<<<<<<<<\n *                           Py_ssize_t dim) except NULL:\n *     cdef Py_ssize_t shape, stride, suboffset = -1\n */\n\n  /* function exit code */\n  __pyx_L1_error:;\n  __Pyx_XDECREF(__pyx_t_3);\n  __Pyx_XDECREF(__pyx_t_4);\n  __Pyx_AddTraceback(\"View.MemoryView.pybuffer_index\", __pyx_clineno, __pyx_lineno, __pyx_filename);\n  __pyx_r = NULL;\n  __pyx_L0:;\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\n/* \"View.MemoryView\":943\n * \n * @cname('__pyx_memslice_transpose')\n * cdef int transpose_memslice(__Pyx_memviewslice *memslice) nogil except 0:             # <<<<<<<<<<<<<<\n *     cdef int ndim = memslice.memview.view.ndim\n * \n */\n\nstatic int __pyx_memslice_transpose(__Pyx_memviewslice *__pyx_v_memslice) {\n  int __pyx_v_ndim;\n  Py_ssize_t *__pyx_v_shape;\n  Py_ssize_t *__pyx_v_strides;\n  int __pyx_v_i;\n  int __pyx_v_j;\n  int __pyx_r;\n  int __pyx_t_1;\n  Py_ssize_t *__pyx_t_2;\n  long __pyx_t_3;\n  long __pyx_t_4;\n  Py_ssize_t __pyx_t_5;\n  Py_ssize_t __pyx_t_6;\n  int __pyx_t_7;\n  int __pyx_t_8;\n  int __pyx_t_9;\n  int __pyx_lineno = 0;\n  const char *__pyx_filename = NULL;\n  int __pyx_clineno = 0;\n\n  /* \"View.MemoryView\":944\n * @cname('__pyx_memslice_transpose')\n * cdef int transpose_memslice(__Pyx_memviewslice *memslice) nogil except 0:\n *     cdef int ndim = memslice.memview.view.ndim             # <<<<<<<<<<<<<<\n * \n *     cdef Py_ssize_t *shape = memslice.shape\n */\n  __pyx_t_1 = __pyx_v_memslice->memview->view.ndim;\n  __pyx_v_ndim = __pyx_t_1;\n\n  /* \"View.MemoryView\":946\n *     cdef int ndim = memslice.memview.view.ndim\n * \n *     cdef Py_ssize_t *shape = memslice.shape             # <<<<<<<<<<<<<<\n *     cdef Py_ssize_t *strides = memslice.strides\n * \n */\n  __pyx_t_2 = __pyx_v_memslice->shape;\n  __pyx_v_shape = __pyx_t_2;\n\n  /* \"View.MemoryView\":947\n * \n *     cdef Py_ssize_t *shape = memslice.shape\n *     cdef Py_ssize_t *strides = memslice.strides             # <<<<<<<<<<<<<<\n * \n * \n */\n  __pyx_t_2 = __pyx_v_memslice->strides;\n  __pyx_v_strides = __pyx_t_2;\n\n  /* \"View.MemoryView\":951\n * \n *     cdef int i, j\n *     for i in range(ndim / 2):             # <<<<<<<<<<<<<<\n *         j = ndim - 1 - i\n *         strides[i], strides[j] = strides[j], strides[i]\n */\n  __pyx_t_3 = __Pyx_div_long(__pyx_v_ndim, 2);\n  __pyx_t_4 = __pyx_t_3;\n  for (__pyx_t_1 = 0; __pyx_t_1 < __pyx_t_4; __pyx_t_1+=1) {\n    __pyx_v_i = __pyx_t_1;\n\n    /* \"View.MemoryView\":952\n *     cdef int i, j\n *     for i in range(ndim / 2):\n *         j = ndim - 1 - i             # <<<<<<<<<<<<<<\n *         strides[i], strides[j] = strides[j], strides[i]\n *         shape[i], shape[j] = shape[j], shape[i]\n */\n    __pyx_v_j = ((__pyx_v_ndim - 1) - __pyx_v_i);\n\n    /* \"View.MemoryView\":953\n *     for i in range(ndim / 2):\n *         j = ndim - 1 - i\n *         strides[i], strides[j] = strides[j], strides[i]             # <<<<<<<<<<<<<<\n *         shape[i], shape[j] = shape[j], shape[i]\n * \n */\n    __pyx_t_5 = (__pyx_v_strides[__pyx_v_j]);\n    __pyx_t_6 = (__pyx_v_strides[__pyx_v_i]);\n    (__pyx_v_strides[__pyx_v_i]) = __pyx_t_5;\n    (__pyx_v_strides[__pyx_v_j]) = __pyx_t_6;\n\n    /* \"View.MemoryView\":954\n *         j = ndim - 1 - i\n *         strides[i], strides[j] = strides[j], strides[i]\n *         shape[i], shape[j] = shape[j], shape[i]             # <<<<<<<<<<<<<<\n * \n *         if memslice.suboffsets[i] >= 0 or memslice.suboffsets[j] >= 0:\n */\n    __pyx_t_6 = (__pyx_v_shape[__pyx_v_j]);\n    __pyx_t_5 = (__pyx_v_shape[__pyx_v_i]);\n    (__pyx_v_shape[__pyx_v_i]) = __pyx_t_6;\n    (__pyx_v_shape[__pyx_v_j]) = __pyx_t_5;\n\n    /* \"View.MemoryView\":956\n *         shape[i], shape[j] = shape[j], shape[i]\n * \n *         if memslice.suboffsets[i] >= 0 or memslice.suboffsets[j] >= 0:             # <<<<<<<<<<<<<<\n *             _err(ValueError, \"Cannot transpose memoryview with indirect dimensions\")\n * \n */\n    __pyx_t_8 = (((__pyx_v_memslice->suboffsets[__pyx_v_i]) >= 0) != 0);\n    if (!__pyx_t_8) {\n    } else {\n      __pyx_t_7 = __pyx_t_8;\n      goto __pyx_L6_bool_binop_done;\n    }\n    __pyx_t_8 = (((__pyx_v_memslice->suboffsets[__pyx_v_j]) >= 0) != 0);\n    __pyx_t_7 = __pyx_t_8;\n    __pyx_L6_bool_binop_done:;\n    if (__pyx_t_7) {\n\n      /* \"View.MemoryView\":957\n * \n *         if memslice.suboffsets[i] >= 0 or memslice.suboffsets[j] >= 0:\n *             _err(ValueError, \"Cannot transpose memoryview with indirect dimensions\")             # <<<<<<<<<<<<<<\n * \n *     return 1\n */\n      __pyx_t_9 = __pyx_memoryview_err(__pyx_builtin_ValueError, ((char *)\"Cannot transpose memoryview with indirect dimensions\")); if (unlikely(__pyx_t_9 == ((int)-1))) __PYX_ERR(1, 957, __pyx_L1_error)\n\n      /* \"View.MemoryView\":956\n *         shape[i], shape[j] = shape[j], shape[i]\n * \n *         if memslice.suboffsets[i] >= 0 or memslice.suboffsets[j] >= 0:             # <<<<<<<<<<<<<<\n *             _err(ValueError, \"Cannot transpose memoryview with indirect dimensions\")\n * \n */\n    }\n  }\n\n  /* \"View.MemoryView\":959\n *             _err(ValueError, \"Cannot transpose memoryview with indirect dimensions\")\n * \n *     return 1             # <<<<<<<<<<<<<<\n * \n * \n */\n  __pyx_r = 1;\n  goto __pyx_L0;\n\n  /* \"View.MemoryView\":943\n * \n * @cname('__pyx_memslice_transpose')\n * cdef int transpose_memslice(__Pyx_memviewslice *memslice) nogil except 0:             # <<<<<<<<<<<<<<\n *     cdef int ndim = memslice.memview.view.ndim\n * \n */\n\n  /* function exit code */\n  __pyx_L1_error:;\n  {\n    #ifdef WITH_THREAD\n    PyGILState_STATE __pyx_gilstate_save = __Pyx_PyGILState_Ensure();\n    #endif\n    __Pyx_AddTraceback(\"View.MemoryView.transpose_memslice\", __pyx_clineno, __pyx_lineno, __pyx_filename);\n    #ifdef WITH_THREAD\n    __Pyx_PyGILState_Release(__pyx_gilstate_save);\n    #endif\n  }\n  __pyx_r = 0;\n  __pyx_L0:;\n  return __pyx_r;\n}\n\n/* \"View.MemoryView\":976\n *     cdef int (*to_dtype_func)(char *, object) except 0\n * \n *     def __dealloc__(self):             # <<<<<<<<<<<<<<\n *         __PYX_XDEC_MEMVIEW(&self.from_slice, 1)\n * \n */\n\n/* Python wrapper */\nstatic void __pyx_memoryviewslice___dealloc__(PyObject *__pyx_v_self); /*proto*/\nstatic void __pyx_memoryviewslice___dealloc__(PyObject *__pyx_v_self) {\n  __Pyx_RefNannyDeclarations\n  __Pyx_RefNannySetupContext(\"__dealloc__ (wrapper)\", 0);\n  __pyx_memoryviewslice___pyx_pf_15View_dot_MemoryView_16_memoryviewslice___dealloc__(((struct __pyx_memoryviewslice_obj *)__pyx_v_self));\n\n  /* function exit code */\n  __Pyx_RefNannyFinishContext();\n}\n\nstatic void __pyx_memoryviewslice___pyx_pf_15View_dot_MemoryView_16_memoryviewslice___dealloc__(struct __pyx_memoryviewslice_obj *__pyx_v_self) {\n  __Pyx_RefNannyDeclarations\n  __Pyx_RefNannySetupContext(\"__dealloc__\", 0);\n\n  /* \"View.MemoryView\":977\n * \n *     def __dealloc__(self):\n *         __PYX_XDEC_MEMVIEW(&self.from_slice, 1)             # <<<<<<<<<<<<<<\n * \n *     cdef convert_item_to_object(self, char *itemp):\n */\n  __PYX_XDEC_MEMVIEW((&__pyx_v_self->from_slice), 1);\n\n  /* \"View.MemoryView\":976\n *     cdef int (*to_dtype_func)(char *, object) except 0\n * \n *     def __dealloc__(self):             # <<<<<<<<<<<<<<\n *         __PYX_XDEC_MEMVIEW(&self.from_slice, 1)\n * \n */\n\n  /* function exit code */\n  __Pyx_RefNannyFinishContext();\n}\n\n/* \"View.MemoryView\":979\n *         __PYX_XDEC_MEMVIEW(&self.from_slice, 1)\n * \n *     cdef convert_item_to_object(self, char *itemp):             # <<<<<<<<<<<<<<\n *         if self.to_object_func != NULL:\n *             return self.to_object_func(itemp)\n */\n\nstatic PyObject *__pyx_memoryviewslice_convert_item_to_object(struct __pyx_memoryviewslice_obj *__pyx_v_self, char *__pyx_v_itemp) {\n  PyObject *__pyx_r = NULL;\n  __Pyx_RefNannyDeclarations\n  int __pyx_t_1;\n  PyObject *__pyx_t_2 = NULL;\n  int __pyx_lineno = 0;\n  const char *__pyx_filename = NULL;\n  int __pyx_clineno = 0;\n  __Pyx_RefNannySetupContext(\"convert_item_to_object\", 0);\n\n  /* \"View.MemoryView\":980\n * \n *     cdef convert_item_to_object(self, char *itemp):\n *         if self.to_object_func != NULL:             # <<<<<<<<<<<<<<\n *             return self.to_object_func(itemp)\n *         else:\n */\n  __pyx_t_1 = ((__pyx_v_self->to_object_func != NULL) != 0);\n  if (__pyx_t_1) {\n\n    /* \"View.MemoryView\":981\n *     cdef convert_item_to_object(self, char *itemp):\n *         if self.to_object_func != NULL:\n *             return self.to_object_func(itemp)             # <<<<<<<<<<<<<<\n *         else:\n *             return memoryview.convert_item_to_object(self, itemp)\n */\n    __Pyx_XDECREF(__pyx_r);\n    __pyx_t_2 = __pyx_v_self->to_object_func(__pyx_v_itemp); if (unlikely(!__pyx_t_2)) __PYX_ERR(1, 981, __pyx_L1_error)\n    __Pyx_GOTREF(__pyx_t_2);\n    __pyx_r = __pyx_t_2;\n    __pyx_t_2 = 0;\n    goto __pyx_L0;\n\n    /* \"View.MemoryView\":980\n * \n *     cdef convert_item_to_object(self, char *itemp):\n *         if self.to_object_func != NULL:             # <<<<<<<<<<<<<<\n *             return self.to_object_func(itemp)\n *         else:\n */\n  }\n\n  /* \"View.MemoryView\":983\n *             return self.to_object_func(itemp)\n *         else:\n *             return memoryview.convert_item_to_object(self, itemp)             # <<<<<<<<<<<<<<\n * \n *     cdef assign_item_from_object(self, char *itemp, object value):\n */\n  /*else*/ {\n    __Pyx_XDECREF(__pyx_r);\n    __pyx_t_2 = __pyx_memoryview_convert_item_to_object(((struct __pyx_memoryview_obj *)__pyx_v_self), __pyx_v_itemp); if (unlikely(!__pyx_t_2)) __PYX_ERR(1, 983, __pyx_L1_error)\n    __Pyx_GOTREF(__pyx_t_2);\n    __pyx_r = __pyx_t_2;\n    __pyx_t_2 = 0;\n    goto __pyx_L0;\n  }\n\n  /* \"View.MemoryView\":979\n *         __PYX_XDEC_MEMVIEW(&self.from_slice, 1)\n * \n *     cdef convert_item_to_object(self, char *itemp):             # <<<<<<<<<<<<<<\n *         if self.to_object_func != NULL:\n *             return self.to_object_func(itemp)\n */\n\n  /* function exit code */\n  __pyx_L1_error:;\n  __Pyx_XDECREF(__pyx_t_2);\n  __Pyx_AddTraceback(\"View.MemoryView._memoryviewslice.convert_item_to_object\", __pyx_clineno, __pyx_lineno, __pyx_filename);\n  __pyx_r = 0;\n  __pyx_L0:;\n  __Pyx_XGIVEREF(__pyx_r);\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\n/* \"View.MemoryView\":985\n *             return memoryview.convert_item_to_object(self, itemp)\n * \n *     cdef assign_item_from_object(self, char *itemp, object value):             # <<<<<<<<<<<<<<\n *         if self.to_dtype_func != NULL:\n *             self.to_dtype_func(itemp, value)\n */\n\nstatic PyObject *__pyx_memoryviewslice_assign_item_from_object(struct __pyx_memoryviewslice_obj *__pyx_v_self, char *__pyx_v_itemp, PyObject *__pyx_v_value) {\n  PyObject *__pyx_r = NULL;\n  __Pyx_RefNannyDeclarations\n  int __pyx_t_1;\n  int __pyx_t_2;\n  PyObject *__pyx_t_3 = NULL;\n  int __pyx_lineno = 0;\n  const char *__pyx_filename = NULL;\n  int __pyx_clineno = 0;\n  __Pyx_RefNannySetupContext(\"assign_item_from_object\", 0);\n\n  /* \"View.MemoryView\":986\n * \n *     cdef assign_item_from_object(self, char *itemp, object value):\n *         if self.to_dtype_func != NULL:             # <<<<<<<<<<<<<<\n *             self.to_dtype_func(itemp, value)\n *         else:\n */\n  __pyx_t_1 = ((__pyx_v_self->to_dtype_func != NULL) != 0);\n  if (__pyx_t_1) {\n\n    /* \"View.MemoryView\":987\n *     cdef assign_item_from_object(self, char *itemp, object value):\n *         if self.to_dtype_func != NULL:\n *             self.to_dtype_func(itemp, value)             # <<<<<<<<<<<<<<\n *         else:\n *             memoryview.assign_item_from_object(self, itemp, value)\n */\n    __pyx_t_2 = __pyx_v_self->to_dtype_func(__pyx_v_itemp, __pyx_v_value); if (unlikely(__pyx_t_2 == ((int)0))) __PYX_ERR(1, 987, __pyx_L1_error)\n\n    /* \"View.MemoryView\":986\n * \n *     cdef assign_item_from_object(self, char *itemp, object value):\n *         if self.to_dtype_func != NULL:             # <<<<<<<<<<<<<<\n *             self.to_dtype_func(itemp, value)\n *         else:\n */\n    goto __pyx_L3;\n  }\n\n  /* \"View.MemoryView\":989\n *             self.to_dtype_func(itemp, value)\n *         else:\n *             memoryview.assign_item_from_object(self, itemp, value)             # <<<<<<<<<<<<<<\n * \n *     @property\n */\n  /*else*/ {\n    __pyx_t_3 = __pyx_memoryview_assign_item_from_object(((struct __pyx_memoryview_obj *)__pyx_v_self), __pyx_v_itemp, __pyx_v_value); if (unlikely(!__pyx_t_3)) __PYX_ERR(1, 989, __pyx_L1_error)\n    __Pyx_GOTREF(__pyx_t_3);\n    __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0;\n  }\n  __pyx_L3:;\n\n  /* \"View.MemoryView\":985\n *             return memoryview.convert_item_to_object(self, itemp)\n * \n *     cdef assign_item_from_object(self, char *itemp, object value):             # <<<<<<<<<<<<<<\n *         if self.to_dtype_func != NULL:\n *             self.to_dtype_func(itemp, value)\n */\n\n  /* function exit code */\n  __pyx_r = Py_None; __Pyx_INCREF(Py_None);\n  goto __pyx_L0;\n  __pyx_L1_error:;\n  __Pyx_XDECREF(__pyx_t_3);\n  __Pyx_AddTraceback(\"View.MemoryView._memoryviewslice.assign_item_from_object\", __pyx_clineno, __pyx_lineno, __pyx_filename);\n  __pyx_r = 0;\n  __pyx_L0:;\n  __Pyx_XGIVEREF(__pyx_r);\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\n/* \"View.MemoryView\":992\n * \n *     @property\n *     def base(self):             # <<<<<<<<<<<<<<\n *         return self.from_object\n * \n */\n\n/* Python wrapper */\nstatic PyObject *__pyx_pw_15View_dot_MemoryView_16_memoryviewslice_4base_1__get__(PyObject *__pyx_v_self); /*proto*/\nstatic PyObject *__pyx_pw_15View_dot_MemoryView_16_memoryviewslice_4base_1__get__(PyObject *__pyx_v_self) {\n  PyObject *__pyx_r = 0;\n  __Pyx_RefNannyDeclarations\n  __Pyx_RefNannySetupContext(\"__get__ (wrapper)\", 0);\n  __pyx_r = __pyx_pf_15View_dot_MemoryView_16_memoryviewslice_4base___get__(((struct __pyx_memoryviewslice_obj *)__pyx_v_self));\n\n  /* function exit code */\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\nstatic PyObject *__pyx_pf_15View_dot_MemoryView_16_memoryviewslice_4base___get__(struct __pyx_memoryviewslice_obj *__pyx_v_self) {\n  PyObject *__pyx_r = NULL;\n  __Pyx_RefNannyDeclarations\n  __Pyx_RefNannySetupContext(\"__get__\", 0);\n\n  /* \"View.MemoryView\":993\n *     @property\n *     def base(self):\n *         return self.from_object             # <<<<<<<<<<<<<<\n * \n *     __pyx_getbuffer = capsule(<void *> &__pyx_memoryview_getbuffer, \"getbuffer(obj, view, flags)\")\n */\n  __Pyx_XDECREF(__pyx_r);\n  __Pyx_INCREF(__pyx_v_self->from_object);\n  __pyx_r = __pyx_v_self->from_object;\n  goto __pyx_L0;\n\n  /* \"View.MemoryView\":992\n * \n *     @property\n *     def base(self):             # <<<<<<<<<<<<<<\n *         return self.from_object\n * \n */\n\n  /* function exit code */\n  __pyx_L0:;\n  __Pyx_XGIVEREF(__pyx_r);\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\n/* \"(tree fragment)\":1\n * def __reduce_cython__(self):             # <<<<<<<<<<<<<<\n *     raise TypeError(\"no default __reduce__ due to non-trivial __cinit__\")\n * def __setstate_cython__(self, __pyx_state):\n */\n\n/* Python wrapper */\nstatic PyObject *__pyx_pw___pyx_memoryviewslice_1__reduce_cython__(PyObject *__pyx_v_self, CYTHON_UNUSED PyObject *unused); /*proto*/\nstatic PyObject *__pyx_pw___pyx_memoryviewslice_1__reduce_cython__(PyObject *__pyx_v_self, CYTHON_UNUSED PyObject *unused) {\n  PyObject *__pyx_r = 0;\n  __Pyx_RefNannyDeclarations\n  __Pyx_RefNannySetupContext(\"__reduce_cython__ (wrapper)\", 0);\n  __pyx_r = __pyx_pf___pyx_memoryviewslice___reduce_cython__(((struct __pyx_memoryviewslice_obj *)__pyx_v_self));\n\n  /* function exit code */\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\nstatic PyObject *__pyx_pf___pyx_memoryviewslice___reduce_cython__(CYTHON_UNUSED struct __pyx_memoryviewslice_obj *__pyx_v_self) {\n  PyObject *__pyx_r = NULL;\n  __Pyx_RefNannyDeclarations\n  PyObject *__pyx_t_1 = NULL;\n  int __pyx_lineno = 0;\n  const char *__pyx_filename = NULL;\n  int __pyx_clineno = 0;\n  __Pyx_RefNannySetupContext(\"__reduce_cython__\", 0);\n\n  /* \"(tree fragment)\":2\n * def __reduce_cython__(self):\n *     raise TypeError(\"no default __reduce__ due to non-trivial __cinit__\")             # <<<<<<<<<<<<<<\n * def __setstate_cython__(self, __pyx_state):\n *     raise TypeError(\"no default __reduce__ due to non-trivial __cinit__\")\n */\n  __pyx_t_1 = __Pyx_PyObject_Call(__pyx_builtin_TypeError, __pyx_tuple__21, NULL); if (unlikely(!__pyx_t_1)) __PYX_ERR(1, 2, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_t_1);\n  __Pyx_Raise(__pyx_t_1, 0, 0, 0);\n  __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;\n  __PYX_ERR(1, 2, __pyx_L1_error)\n\n  /* \"(tree fragment)\":1\n * def __reduce_cython__(self):             # <<<<<<<<<<<<<<\n *     raise TypeError(\"no default __reduce__ due to non-trivial __cinit__\")\n * def __setstate_cython__(self, __pyx_state):\n */\n\n  /* function exit code */\n  __pyx_L1_error:;\n  __Pyx_XDECREF(__pyx_t_1);\n  __Pyx_AddTraceback(\"View.MemoryView._memoryviewslice.__reduce_cython__\", __pyx_clineno, __pyx_lineno, __pyx_filename);\n  __pyx_r = NULL;\n  __Pyx_XGIVEREF(__pyx_r);\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\n/* \"(tree fragment)\":3\n * def __reduce_cython__(self):\n *     raise TypeError(\"no default __reduce__ due to non-trivial __cinit__\")\n * def __setstate_cython__(self, __pyx_state):             # <<<<<<<<<<<<<<\n *     raise TypeError(\"no default __reduce__ due to non-trivial __cinit__\")\n */\n\n/* Python wrapper */\nstatic PyObject *__pyx_pw___pyx_memoryviewslice_3__setstate_cython__(PyObject *__pyx_v_self, PyObject *__pyx_v___pyx_state); /*proto*/\nstatic PyObject *__pyx_pw___pyx_memoryviewslice_3__setstate_cython__(PyObject *__pyx_v_self, PyObject *__pyx_v___pyx_state) {\n  PyObject *__pyx_r = 0;\n  __Pyx_RefNannyDeclarations\n  __Pyx_RefNannySetupContext(\"__setstate_cython__ (wrapper)\", 0);\n  __pyx_r = __pyx_pf___pyx_memoryviewslice_2__setstate_cython__(((struct __pyx_memoryviewslice_obj *)__pyx_v_self), ((PyObject *)__pyx_v___pyx_state));\n\n  /* function exit code */\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\nstatic PyObject *__pyx_pf___pyx_memoryviewslice_2__setstate_cython__(CYTHON_UNUSED struct __pyx_memoryviewslice_obj *__pyx_v_self, CYTHON_UNUSED PyObject *__pyx_v___pyx_state) {\n  PyObject *__pyx_r = NULL;\n  __Pyx_RefNannyDeclarations\n  PyObject *__pyx_t_1 = NULL;\n  int __pyx_lineno = 0;\n  const char *__pyx_filename = NULL;\n  int __pyx_clineno = 0;\n  __Pyx_RefNannySetupContext(\"__setstate_cython__\", 0);\n\n  /* \"(tree fragment)\":4\n *     raise TypeError(\"no default __reduce__ due to non-trivial __cinit__\")\n * def __setstate_cython__(self, __pyx_state):\n *     raise TypeError(\"no default __reduce__ due to non-trivial __cinit__\")             # <<<<<<<<<<<<<<\n */\n  __pyx_t_1 = __Pyx_PyObject_Call(__pyx_builtin_TypeError, __pyx_tuple__22, NULL); if (unlikely(!__pyx_t_1)) __PYX_ERR(1, 4, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_t_1);\n  __Pyx_Raise(__pyx_t_1, 0, 0, 0);\n  __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;\n  __PYX_ERR(1, 4, __pyx_L1_error)\n\n  /* \"(tree fragment)\":3\n * def __reduce_cython__(self):\n *     raise TypeError(\"no default __reduce__ due to non-trivial __cinit__\")\n * def __setstate_cython__(self, __pyx_state):             # <<<<<<<<<<<<<<\n *     raise TypeError(\"no default __reduce__ due to non-trivial __cinit__\")\n */\n\n  /* function exit code */\n  __pyx_L1_error:;\n  __Pyx_XDECREF(__pyx_t_1);\n  __Pyx_AddTraceback(\"View.MemoryView._memoryviewslice.__setstate_cython__\", __pyx_clineno, __pyx_lineno, __pyx_filename);\n  __pyx_r = NULL;\n  __Pyx_XGIVEREF(__pyx_r);\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\n/* \"View.MemoryView\":999\n * \n * @cname('__pyx_memoryview_fromslice')\n * cdef memoryview_fromslice(__Pyx_memviewslice memviewslice,             # <<<<<<<<<<<<<<\n *                           int ndim,\n *                           object (*to_object_func)(char *),\n */\n\nstatic PyObject *__pyx_memoryview_fromslice(__Pyx_memviewslice __pyx_v_memviewslice, int __pyx_v_ndim, PyObject *(*__pyx_v_to_object_func)(char *), int (*__pyx_v_to_dtype_func)(char *, PyObject *), int __pyx_v_dtype_is_object) {\n  struct __pyx_memoryviewslice_obj *__pyx_v_result = 0;\n  Py_ssize_t __pyx_v_suboffset;\n  PyObject *__pyx_v_length = NULL;\n  PyObject *__pyx_r = NULL;\n  __Pyx_RefNannyDeclarations\n  int __pyx_t_1;\n  PyObject *__pyx_t_2 = NULL;\n  PyObject *__pyx_t_3 = NULL;\n  __Pyx_TypeInfo *__pyx_t_4;\n  Py_buffer __pyx_t_5;\n  Py_ssize_t *__pyx_t_6;\n  Py_ssize_t *__pyx_t_7;\n  Py_ssize_t *__pyx_t_8;\n  Py_ssize_t __pyx_t_9;\n  int __pyx_lineno = 0;\n  const char *__pyx_filename = NULL;\n  int __pyx_clineno = 0;\n  __Pyx_RefNannySetupContext(\"memoryview_fromslice\", 0);\n\n  /* \"View.MemoryView\":1007\n *     cdef _memoryviewslice result\n * \n *     if <PyObject *> memviewslice.memview == Py_None:             # <<<<<<<<<<<<<<\n *         return None\n * \n */\n  __pyx_t_1 = ((((PyObject *)__pyx_v_memviewslice.memview) == Py_None) != 0);\n  if (__pyx_t_1) {\n\n    /* \"View.MemoryView\":1008\n * \n *     if <PyObject *> memviewslice.memview == Py_None:\n *         return None             # <<<<<<<<<<<<<<\n * \n * \n */\n    __Pyx_XDECREF(__pyx_r);\n    __pyx_r = Py_None; __Pyx_INCREF(Py_None);\n    goto __pyx_L0;\n\n    /* \"View.MemoryView\":1007\n *     cdef _memoryviewslice result\n * \n *     if <PyObject *> memviewslice.memview == Py_None:             # <<<<<<<<<<<<<<\n *         return None\n * \n */\n  }\n\n  /* \"View.MemoryView\":1013\n * \n * \n *     result = _memoryviewslice(None, 0, dtype_is_object)             # <<<<<<<<<<<<<<\n * \n *     result.from_slice = memviewslice\n */\n  __pyx_t_2 = __Pyx_PyBool_FromLong(__pyx_v_dtype_is_object); if (unlikely(!__pyx_t_2)) __PYX_ERR(1, 1013, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_t_2);\n  __pyx_t_3 = PyTuple_New(3); if (unlikely(!__pyx_t_3)) __PYX_ERR(1, 1013, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_t_3);\n  __Pyx_INCREF(Py_None);\n  __Pyx_GIVEREF(Py_None);\n  PyTuple_SET_ITEM(__pyx_t_3, 0, Py_None);\n  __Pyx_INCREF(__pyx_int_0);\n  __Pyx_GIVEREF(__pyx_int_0);\n  PyTuple_SET_ITEM(__pyx_t_3, 1, __pyx_int_0);\n  __Pyx_GIVEREF(__pyx_t_2);\n  PyTuple_SET_ITEM(__pyx_t_3, 2, __pyx_t_2);\n  __pyx_t_2 = 0;\n  __pyx_t_2 = __Pyx_PyObject_Call(((PyObject *)__pyx_memoryviewslice_type), __pyx_t_3, NULL); if (unlikely(!__pyx_t_2)) __PYX_ERR(1, 1013, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_t_2);\n  __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0;\n  __pyx_v_result = ((struct __pyx_memoryviewslice_obj *)__pyx_t_2);\n  __pyx_t_2 = 0;\n\n  /* \"View.MemoryView\":1015\n *     result = _memoryviewslice(None, 0, dtype_is_object)\n * \n *     result.from_slice = memviewslice             # <<<<<<<<<<<<<<\n *     __PYX_INC_MEMVIEW(&memviewslice, 1)\n * \n */\n  __pyx_v_result->from_slice = __pyx_v_memviewslice;\n\n  /* \"View.MemoryView\":1016\n * \n *     result.from_slice = memviewslice\n *     __PYX_INC_MEMVIEW(&memviewslice, 1)             # <<<<<<<<<<<<<<\n * \n *     result.from_object = (<memoryview> memviewslice.memview).base\n */\n  __PYX_INC_MEMVIEW((&__pyx_v_memviewslice), 1);\n\n  /* \"View.MemoryView\":1018\n *     __PYX_INC_MEMVIEW(&memviewslice, 1)\n * \n *     result.from_object = (<memoryview> memviewslice.memview).base             # <<<<<<<<<<<<<<\n *     result.typeinfo = memviewslice.memview.typeinfo\n * \n */\n  __pyx_t_2 = __Pyx_PyObject_GetAttrStr(((PyObject *)__pyx_v_memviewslice.memview), __pyx_n_s_base); if (unlikely(!__pyx_t_2)) __PYX_ERR(1, 1018, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_t_2);\n  __Pyx_GIVEREF(__pyx_t_2);\n  __Pyx_GOTREF(__pyx_v_result->from_object);\n  __Pyx_DECREF(__pyx_v_result->from_object);\n  __pyx_v_result->from_object = __pyx_t_2;\n  __pyx_t_2 = 0;\n\n  /* \"View.MemoryView\":1019\n * \n *     result.from_object = (<memoryview> memviewslice.memview).base\n *     result.typeinfo = memviewslice.memview.typeinfo             # <<<<<<<<<<<<<<\n * \n *     result.view = memviewslice.memview.view\n */\n  __pyx_t_4 = __pyx_v_memviewslice.memview->typeinfo;\n  __pyx_v_result->__pyx_base.typeinfo = __pyx_t_4;\n\n  /* \"View.MemoryView\":1021\n *     result.typeinfo = memviewslice.memview.typeinfo\n * \n *     result.view = memviewslice.memview.view             # <<<<<<<<<<<<<<\n *     result.view.buf = <void *> memviewslice.data\n *     result.view.ndim = ndim\n */\n  __pyx_t_5 = __pyx_v_memviewslice.memview->view;\n  __pyx_v_result->__pyx_base.view = __pyx_t_5;\n\n  /* \"View.MemoryView\":1022\n * \n *     result.view = memviewslice.memview.view\n *     result.view.buf = <void *> memviewslice.data             # <<<<<<<<<<<<<<\n *     result.view.ndim = ndim\n *     (<__pyx_buffer *> &result.view).obj = Py_None\n */\n  __pyx_v_result->__pyx_base.view.buf = ((void *)__pyx_v_memviewslice.data);\n\n  /* \"View.MemoryView\":1023\n *     result.view = memviewslice.memview.view\n *     result.view.buf = <void *> memviewslice.data\n *     result.view.ndim = ndim             # <<<<<<<<<<<<<<\n *     (<__pyx_buffer *> &result.view).obj = Py_None\n *     Py_INCREF(Py_None)\n */\n  __pyx_v_result->__pyx_base.view.ndim = __pyx_v_ndim;\n\n  /* \"View.MemoryView\":1024\n *     result.view.buf = <void *> memviewslice.data\n *     result.view.ndim = ndim\n *     (<__pyx_buffer *> &result.view).obj = Py_None             # <<<<<<<<<<<<<<\n *     Py_INCREF(Py_None)\n * \n */\n  ((Py_buffer *)(&__pyx_v_result->__pyx_base.view))->obj = Py_None;\n\n  /* \"View.MemoryView\":1025\n *     result.view.ndim = ndim\n *     (<__pyx_buffer *> &result.view).obj = Py_None\n *     Py_INCREF(Py_None)             # <<<<<<<<<<<<<<\n * \n *     if (<memoryview>memviewslice.memview).flags & PyBUF_WRITABLE:\n */\n  Py_INCREF(Py_None);\n\n  /* \"View.MemoryView\":1027\n *     Py_INCREF(Py_None)\n * \n *     if (<memoryview>memviewslice.memview).flags & PyBUF_WRITABLE:             # <<<<<<<<<<<<<<\n *         result.flags = PyBUF_RECORDS\n *     else:\n */\n  __pyx_t_1 = ((((struct __pyx_memoryview_obj *)__pyx_v_memviewslice.memview)->flags & PyBUF_WRITABLE) != 0);\n  if (__pyx_t_1) {\n\n    /* \"View.MemoryView\":1028\n * \n *     if (<memoryview>memviewslice.memview).flags & PyBUF_WRITABLE:\n *         result.flags = PyBUF_RECORDS             # <<<<<<<<<<<<<<\n *     else:\n *         result.flags = PyBUF_RECORDS_RO\n */\n    __pyx_v_result->__pyx_base.flags = PyBUF_RECORDS;\n\n    /* \"View.MemoryView\":1027\n *     Py_INCREF(Py_None)\n * \n *     if (<memoryview>memviewslice.memview).flags & PyBUF_WRITABLE:             # <<<<<<<<<<<<<<\n *         result.flags = PyBUF_RECORDS\n *     else:\n */\n    goto __pyx_L4;\n  }\n\n  /* \"View.MemoryView\":1030\n *         result.flags = PyBUF_RECORDS\n *     else:\n *         result.flags = PyBUF_RECORDS_RO             # <<<<<<<<<<<<<<\n * \n *     result.view.shape = <Py_ssize_t *> result.from_slice.shape\n */\n  /*else*/ {\n    __pyx_v_result->__pyx_base.flags = PyBUF_RECORDS_RO;\n  }\n  __pyx_L4:;\n\n  /* \"View.MemoryView\":1032\n *         result.flags = PyBUF_RECORDS_RO\n * \n *     result.view.shape = <Py_ssize_t *> result.from_slice.shape             # <<<<<<<<<<<<<<\n *     result.view.strides = <Py_ssize_t *> result.from_slice.strides\n * \n */\n  __pyx_v_result->__pyx_base.view.shape = ((Py_ssize_t *)__pyx_v_result->from_slice.shape);\n\n  /* \"View.MemoryView\":1033\n * \n *     result.view.shape = <Py_ssize_t *> result.from_slice.shape\n *     result.view.strides = <Py_ssize_t *> result.from_slice.strides             # <<<<<<<<<<<<<<\n * \n * \n */\n  __pyx_v_result->__pyx_base.view.strides = ((Py_ssize_t *)__pyx_v_result->from_slice.strides);\n\n  /* \"View.MemoryView\":1036\n * \n * \n *     result.view.suboffsets = NULL             # <<<<<<<<<<<<<<\n *     for suboffset in result.from_slice.suboffsets[:ndim]:\n *         if suboffset >= 0:\n */\n  __pyx_v_result->__pyx_base.view.suboffsets = NULL;\n\n  /* \"View.MemoryView\":1037\n * \n *     result.view.suboffsets = NULL\n *     for suboffset in result.from_slice.suboffsets[:ndim]:             # <<<<<<<<<<<<<<\n *         if suboffset >= 0:\n *             result.view.suboffsets = <Py_ssize_t *> result.from_slice.suboffsets\n */\n  __pyx_t_7 = (__pyx_v_result->from_slice.suboffsets + __pyx_v_ndim);\n  for (__pyx_t_8 = __pyx_v_result->from_slice.suboffsets; __pyx_t_8 < __pyx_t_7; __pyx_t_8++) {\n    __pyx_t_6 = __pyx_t_8;\n    __pyx_v_suboffset = (__pyx_t_6[0]);\n\n    /* \"View.MemoryView\":1038\n *     result.view.suboffsets = NULL\n *     for suboffset in result.from_slice.suboffsets[:ndim]:\n *         if suboffset >= 0:             # <<<<<<<<<<<<<<\n *             result.view.suboffsets = <Py_ssize_t *> result.from_slice.suboffsets\n *             break\n */\n    __pyx_t_1 = ((__pyx_v_suboffset >= 0) != 0);\n    if (__pyx_t_1) {\n\n      /* \"View.MemoryView\":1039\n *     for suboffset in result.from_slice.suboffsets[:ndim]:\n *         if suboffset >= 0:\n *             result.view.suboffsets = <Py_ssize_t *> result.from_slice.suboffsets             # <<<<<<<<<<<<<<\n *             break\n * \n */\n      __pyx_v_result->__pyx_base.view.suboffsets = ((Py_ssize_t *)__pyx_v_result->from_slice.suboffsets);\n\n      /* \"View.MemoryView\":1040\n *         if suboffset >= 0:\n *             result.view.suboffsets = <Py_ssize_t *> result.from_slice.suboffsets\n *             break             # <<<<<<<<<<<<<<\n * \n *     result.view.len = result.view.itemsize\n */\n      goto __pyx_L6_break;\n\n      /* \"View.MemoryView\":1038\n *     result.view.suboffsets = NULL\n *     for suboffset in result.from_slice.suboffsets[:ndim]:\n *         if suboffset >= 0:             # <<<<<<<<<<<<<<\n *             result.view.suboffsets = <Py_ssize_t *> result.from_slice.suboffsets\n *             break\n */\n    }\n  }\n  __pyx_L6_break:;\n\n  /* \"View.MemoryView\":1042\n *             break\n * \n *     result.view.len = result.view.itemsize             # <<<<<<<<<<<<<<\n *     for length in result.view.shape[:ndim]:\n *         result.view.len *= length\n */\n  __pyx_t_9 = __pyx_v_result->__pyx_base.view.itemsize;\n  __pyx_v_result->__pyx_base.view.len = __pyx_t_9;\n\n  /* \"View.MemoryView\":1043\n * \n *     result.view.len = result.view.itemsize\n *     for length in result.view.shape[:ndim]:             # <<<<<<<<<<<<<<\n *         result.view.len *= length\n * \n */\n  __pyx_t_7 = (__pyx_v_result->__pyx_base.view.shape + __pyx_v_ndim);\n  for (__pyx_t_8 = __pyx_v_result->__pyx_base.view.shape; __pyx_t_8 < __pyx_t_7; __pyx_t_8++) {\n    __pyx_t_6 = __pyx_t_8;\n    __pyx_t_2 = PyInt_FromSsize_t((__pyx_t_6[0])); if (unlikely(!__pyx_t_2)) __PYX_ERR(1, 1043, __pyx_L1_error)\n    __Pyx_GOTREF(__pyx_t_2);\n    __Pyx_XDECREF_SET(__pyx_v_length, __pyx_t_2);\n    __pyx_t_2 = 0;\n\n    /* \"View.MemoryView\":1044\n *     result.view.len = result.view.itemsize\n *     for length in result.view.shape[:ndim]:\n *         result.view.len *= length             # <<<<<<<<<<<<<<\n * \n *     result.to_object_func = to_object_func\n */\n    __pyx_t_2 = PyInt_FromSsize_t(__pyx_v_result->__pyx_base.view.len); if (unlikely(!__pyx_t_2)) __PYX_ERR(1, 1044, __pyx_L1_error)\n    __Pyx_GOTREF(__pyx_t_2);\n    __pyx_t_3 = PyNumber_InPlaceMultiply(__pyx_t_2, __pyx_v_length); if (unlikely(!__pyx_t_3)) __PYX_ERR(1, 1044, __pyx_L1_error)\n    __Pyx_GOTREF(__pyx_t_3);\n    __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;\n    __pyx_t_9 = __Pyx_PyIndex_AsSsize_t(__pyx_t_3); if (unlikely((__pyx_t_9 == (Py_ssize_t)-1) && PyErr_Occurred())) __PYX_ERR(1, 1044, __pyx_L1_error)\n    __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0;\n    __pyx_v_result->__pyx_base.view.len = __pyx_t_9;\n  }\n\n  /* \"View.MemoryView\":1046\n *         result.view.len *= length\n * \n *     result.to_object_func = to_object_func             # <<<<<<<<<<<<<<\n *     result.to_dtype_func = to_dtype_func\n * \n */\n  __pyx_v_result->to_object_func = __pyx_v_to_object_func;\n\n  /* \"View.MemoryView\":1047\n * \n *     result.to_object_func = to_object_func\n *     result.to_dtype_func = to_dtype_func             # <<<<<<<<<<<<<<\n * \n *     return result\n */\n  __pyx_v_result->to_dtype_func = __pyx_v_to_dtype_func;\n\n  /* \"View.MemoryView\":1049\n *     result.to_dtype_func = to_dtype_func\n * \n *     return result             # <<<<<<<<<<<<<<\n * \n * @cname('__pyx_memoryview_get_slice_from_memoryview')\n */\n  __Pyx_XDECREF(__pyx_r);\n  __Pyx_INCREF(((PyObject *)__pyx_v_result));\n  __pyx_r = ((PyObject *)__pyx_v_result);\n  goto __pyx_L0;\n\n  /* \"View.MemoryView\":999\n * \n * @cname('__pyx_memoryview_fromslice')\n * cdef memoryview_fromslice(__Pyx_memviewslice memviewslice,             # <<<<<<<<<<<<<<\n *                           int ndim,\n *                           object (*to_object_func)(char *),\n */\n\n  /* function exit code */\n  __pyx_L1_error:;\n  __Pyx_XDECREF(__pyx_t_2);\n  __Pyx_XDECREF(__pyx_t_3);\n  __Pyx_AddTraceback(\"View.MemoryView.memoryview_fromslice\", __pyx_clineno, __pyx_lineno, __pyx_filename);\n  __pyx_r = 0;\n  __pyx_L0:;\n  __Pyx_XDECREF((PyObject *)__pyx_v_result);\n  __Pyx_XDECREF(__pyx_v_length);\n  __Pyx_XGIVEREF(__pyx_r);\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\n/* \"View.MemoryView\":1052\n * \n * @cname('__pyx_memoryview_get_slice_from_memoryview')\n * cdef __Pyx_memviewslice *get_slice_from_memview(memoryview memview,             # <<<<<<<<<<<<<<\n *                                                    __Pyx_memviewslice *mslice) except NULL:\n *     cdef _memoryviewslice obj\n */\n\nstatic __Pyx_memviewslice *__pyx_memoryview_get_slice_from_memoryview(struct __pyx_memoryview_obj *__pyx_v_memview, __Pyx_memviewslice *__pyx_v_mslice) {\n  struct __pyx_memoryviewslice_obj *__pyx_v_obj = 0;\n  __Pyx_memviewslice *__pyx_r;\n  __Pyx_RefNannyDeclarations\n  int __pyx_t_1;\n  int __pyx_t_2;\n  PyObject *__pyx_t_3 = NULL;\n  int __pyx_lineno = 0;\n  const char *__pyx_filename = NULL;\n  int __pyx_clineno = 0;\n  __Pyx_RefNannySetupContext(\"get_slice_from_memview\", 0);\n\n  /* \"View.MemoryView\":1055\n *                                                    __Pyx_memviewslice *mslice) except NULL:\n *     cdef _memoryviewslice obj\n *     if isinstance(memview, _memoryviewslice):             # <<<<<<<<<<<<<<\n *         obj = memview\n *         return &obj.from_slice\n */\n  __pyx_t_1 = __Pyx_TypeCheck(((PyObject *)__pyx_v_memview), __pyx_memoryviewslice_type); \n  __pyx_t_2 = (__pyx_t_1 != 0);\n  if (__pyx_t_2) {\n\n    /* \"View.MemoryView\":1056\n *     cdef _memoryviewslice obj\n *     if isinstance(memview, _memoryviewslice):\n *         obj = memview             # <<<<<<<<<<<<<<\n *         return &obj.from_slice\n *     else:\n */\n    if (!(likely(((((PyObject *)__pyx_v_memview)) == Py_None) || likely(__Pyx_TypeTest(((PyObject *)__pyx_v_memview), __pyx_memoryviewslice_type))))) __PYX_ERR(1, 1056, __pyx_L1_error)\n    __pyx_t_3 = ((PyObject *)__pyx_v_memview);\n    __Pyx_INCREF(__pyx_t_3);\n    __pyx_v_obj = ((struct __pyx_memoryviewslice_obj *)__pyx_t_3);\n    __pyx_t_3 = 0;\n\n    /* \"View.MemoryView\":1057\n *     if isinstance(memview, _memoryviewslice):\n *         obj = memview\n *         return &obj.from_slice             # <<<<<<<<<<<<<<\n *     else:\n *         slice_copy(memview, mslice)\n */\n    __pyx_r = (&__pyx_v_obj->from_slice);\n    goto __pyx_L0;\n\n    /* \"View.MemoryView\":1055\n *                                                    __Pyx_memviewslice *mslice) except NULL:\n *     cdef _memoryviewslice obj\n *     if isinstance(memview, _memoryviewslice):             # <<<<<<<<<<<<<<\n *         obj = memview\n *         return &obj.from_slice\n */\n  }\n\n  /* \"View.MemoryView\":1059\n *         return &obj.from_slice\n *     else:\n *         slice_copy(memview, mslice)             # <<<<<<<<<<<<<<\n *         return mslice\n * \n */\n  /*else*/ {\n    __pyx_memoryview_slice_copy(__pyx_v_memview, __pyx_v_mslice);\n\n    /* \"View.MemoryView\":1060\n *     else:\n *         slice_copy(memview, mslice)\n *         return mslice             # <<<<<<<<<<<<<<\n * \n * @cname('__pyx_memoryview_slice_copy')\n */\n    __pyx_r = __pyx_v_mslice;\n    goto __pyx_L0;\n  }\n\n  /* \"View.MemoryView\":1052\n * \n * @cname('__pyx_memoryview_get_slice_from_memoryview')\n * cdef __Pyx_memviewslice *get_slice_from_memview(memoryview memview,             # <<<<<<<<<<<<<<\n *                                                    __Pyx_memviewslice *mslice) except NULL:\n *     cdef _memoryviewslice obj\n */\n\n  /* function exit code */\n  __pyx_L1_error:;\n  __Pyx_XDECREF(__pyx_t_3);\n  __Pyx_AddTraceback(\"View.MemoryView.get_slice_from_memview\", __pyx_clineno, __pyx_lineno, __pyx_filename);\n  __pyx_r = NULL;\n  __pyx_L0:;\n  __Pyx_XDECREF((PyObject *)__pyx_v_obj);\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\n/* \"View.MemoryView\":1063\n * \n * @cname('__pyx_memoryview_slice_copy')\n * cdef void slice_copy(memoryview memview, __Pyx_memviewslice *dst):             # <<<<<<<<<<<<<<\n *     cdef int dim\n *     cdef (Py_ssize_t*) shape, strides, suboffsets\n */\n\nstatic void __pyx_memoryview_slice_copy(struct __pyx_memoryview_obj *__pyx_v_memview, __Pyx_memviewslice *__pyx_v_dst) {\n  int __pyx_v_dim;\n  Py_ssize_t *__pyx_v_shape;\n  Py_ssize_t *__pyx_v_strides;\n  Py_ssize_t *__pyx_v_suboffsets;\n  __Pyx_RefNannyDeclarations\n  Py_ssize_t *__pyx_t_1;\n  int __pyx_t_2;\n  int __pyx_t_3;\n  int __pyx_t_4;\n  Py_ssize_t __pyx_t_5;\n  __Pyx_RefNannySetupContext(\"slice_copy\", 0);\n\n  /* \"View.MemoryView\":1067\n *     cdef (Py_ssize_t*) shape, strides, suboffsets\n * \n *     shape = memview.view.shape             # <<<<<<<<<<<<<<\n *     strides = memview.view.strides\n *     suboffsets = memview.view.suboffsets\n */\n  __pyx_t_1 = __pyx_v_memview->view.shape;\n  __pyx_v_shape = __pyx_t_1;\n\n  /* \"View.MemoryView\":1068\n * \n *     shape = memview.view.shape\n *     strides = memview.view.strides             # <<<<<<<<<<<<<<\n *     suboffsets = memview.view.suboffsets\n * \n */\n  __pyx_t_1 = __pyx_v_memview->view.strides;\n  __pyx_v_strides = __pyx_t_1;\n\n  /* \"View.MemoryView\":1069\n *     shape = memview.view.shape\n *     strides = memview.view.strides\n *     suboffsets = memview.view.suboffsets             # <<<<<<<<<<<<<<\n * \n *     dst.memview = <__pyx_memoryview *> memview\n */\n  __pyx_t_1 = __pyx_v_memview->view.suboffsets;\n  __pyx_v_suboffsets = __pyx_t_1;\n\n  /* \"View.MemoryView\":1071\n *     suboffsets = memview.view.suboffsets\n * \n *     dst.memview = <__pyx_memoryview *> memview             # <<<<<<<<<<<<<<\n *     dst.data = <char *> memview.view.buf\n * \n */\n  __pyx_v_dst->memview = ((struct __pyx_memoryview_obj *)__pyx_v_memview);\n\n  /* \"View.MemoryView\":1072\n * \n *     dst.memview = <__pyx_memoryview *> memview\n *     dst.data = <char *> memview.view.buf             # <<<<<<<<<<<<<<\n * \n *     for dim in range(memview.view.ndim):\n */\n  __pyx_v_dst->data = ((char *)__pyx_v_memview->view.buf);\n\n  /* \"View.MemoryView\":1074\n *     dst.data = <char *> memview.view.buf\n * \n *     for dim in range(memview.view.ndim):             # <<<<<<<<<<<<<<\n *         dst.shape[dim] = shape[dim]\n *         dst.strides[dim] = strides[dim]\n */\n  __pyx_t_2 = __pyx_v_memview->view.ndim;\n  __pyx_t_3 = __pyx_t_2;\n  for (__pyx_t_4 = 0; __pyx_t_4 < __pyx_t_3; __pyx_t_4+=1) {\n    __pyx_v_dim = __pyx_t_4;\n\n    /* \"View.MemoryView\":1075\n * \n *     for dim in range(memview.view.ndim):\n *         dst.shape[dim] = shape[dim]             # <<<<<<<<<<<<<<\n *         dst.strides[dim] = strides[dim]\n *         dst.suboffsets[dim] = suboffsets[dim] if suboffsets else -1\n */\n    (__pyx_v_dst->shape[__pyx_v_dim]) = (__pyx_v_shape[__pyx_v_dim]);\n\n    /* \"View.MemoryView\":1076\n *     for dim in range(memview.view.ndim):\n *         dst.shape[dim] = shape[dim]\n *         dst.strides[dim] = strides[dim]             # <<<<<<<<<<<<<<\n *         dst.suboffsets[dim] = suboffsets[dim] if suboffsets else -1\n * \n */\n    (__pyx_v_dst->strides[__pyx_v_dim]) = (__pyx_v_strides[__pyx_v_dim]);\n\n    /* \"View.MemoryView\":1077\n *         dst.shape[dim] = shape[dim]\n *         dst.strides[dim] = strides[dim]\n *         dst.suboffsets[dim] = suboffsets[dim] if suboffsets else -1             # <<<<<<<<<<<<<<\n * \n * @cname('__pyx_memoryview_copy_object')\n */\n    if ((__pyx_v_suboffsets != 0)) {\n      __pyx_t_5 = (__pyx_v_suboffsets[__pyx_v_dim]);\n    } else {\n      __pyx_t_5 = -1L;\n    }\n    (__pyx_v_dst->suboffsets[__pyx_v_dim]) = __pyx_t_5;\n  }\n\n  /* \"View.MemoryView\":1063\n * \n * @cname('__pyx_memoryview_slice_copy')\n * cdef void slice_copy(memoryview memview, __Pyx_memviewslice *dst):             # <<<<<<<<<<<<<<\n *     cdef int dim\n *     cdef (Py_ssize_t*) shape, strides, suboffsets\n */\n\n  /* function exit code */\n  __Pyx_RefNannyFinishContext();\n}\n\n/* \"View.MemoryView\":1080\n * \n * @cname('__pyx_memoryview_copy_object')\n * cdef memoryview_copy(memoryview memview):             # <<<<<<<<<<<<<<\n *     \"Create a new memoryview object\"\n *     cdef __Pyx_memviewslice memviewslice\n */\n\nstatic PyObject *__pyx_memoryview_copy_object(struct __pyx_memoryview_obj *__pyx_v_memview) {\n  __Pyx_memviewslice __pyx_v_memviewslice;\n  PyObject *__pyx_r = NULL;\n  __Pyx_RefNannyDeclarations\n  PyObject *__pyx_t_1 = NULL;\n  int __pyx_lineno = 0;\n  const char *__pyx_filename = NULL;\n  int __pyx_clineno = 0;\n  __Pyx_RefNannySetupContext(\"memoryview_copy\", 0);\n\n  /* \"View.MemoryView\":1083\n *     \"Create a new memoryview object\"\n *     cdef __Pyx_memviewslice memviewslice\n *     slice_copy(memview, &memviewslice)             # <<<<<<<<<<<<<<\n *     return memoryview_copy_from_slice(memview, &memviewslice)\n * \n */\n  __pyx_memoryview_slice_copy(__pyx_v_memview, (&__pyx_v_memviewslice));\n\n  /* \"View.MemoryView\":1084\n *     cdef __Pyx_memviewslice memviewslice\n *     slice_copy(memview, &memviewslice)\n *     return memoryview_copy_from_slice(memview, &memviewslice)             # <<<<<<<<<<<<<<\n * \n * @cname('__pyx_memoryview_copy_object_from_slice')\n */\n  __Pyx_XDECREF(__pyx_r);\n  __pyx_t_1 = __pyx_memoryview_copy_object_from_slice(__pyx_v_memview, (&__pyx_v_memviewslice)); if (unlikely(!__pyx_t_1)) __PYX_ERR(1, 1084, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_t_1);\n  __pyx_r = __pyx_t_1;\n  __pyx_t_1 = 0;\n  goto __pyx_L0;\n\n  /* \"View.MemoryView\":1080\n * \n * @cname('__pyx_memoryview_copy_object')\n * cdef memoryview_copy(memoryview memview):             # <<<<<<<<<<<<<<\n *     \"Create a new memoryview object\"\n *     cdef __Pyx_memviewslice memviewslice\n */\n\n  /* function exit code */\n  __pyx_L1_error:;\n  __Pyx_XDECREF(__pyx_t_1);\n  __Pyx_AddTraceback(\"View.MemoryView.memoryview_copy\", __pyx_clineno, __pyx_lineno, __pyx_filename);\n  __pyx_r = 0;\n  __pyx_L0:;\n  __Pyx_XGIVEREF(__pyx_r);\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\n/* \"View.MemoryView\":1087\n * \n * @cname('__pyx_memoryview_copy_object_from_slice')\n * cdef memoryview_copy_from_slice(memoryview memview, __Pyx_memviewslice *memviewslice):             # <<<<<<<<<<<<<<\n *     \"\"\"\n *     Create a new memoryview object from a given memoryview object and slice.\n */\n\nstatic PyObject *__pyx_memoryview_copy_object_from_slice(struct __pyx_memoryview_obj *__pyx_v_memview, __Pyx_memviewslice *__pyx_v_memviewslice) {\n  PyObject *(*__pyx_v_to_object_func)(char *);\n  int (*__pyx_v_to_dtype_func)(char *, PyObject *);\n  PyObject *__pyx_r = NULL;\n  __Pyx_RefNannyDeclarations\n  int __pyx_t_1;\n  int __pyx_t_2;\n  PyObject *(*__pyx_t_3)(char *);\n  int (*__pyx_t_4)(char *, PyObject *);\n  PyObject *__pyx_t_5 = NULL;\n  int __pyx_lineno = 0;\n  const char *__pyx_filename = NULL;\n  int __pyx_clineno = 0;\n  __Pyx_RefNannySetupContext(\"memoryview_copy_from_slice\", 0);\n\n  /* \"View.MemoryView\":1094\n *     cdef int (*to_dtype_func)(char *, object) except 0\n * \n *     if isinstance(memview, _memoryviewslice):             # <<<<<<<<<<<<<<\n *         to_object_func = (<_memoryviewslice> memview).to_object_func\n *         to_dtype_func = (<_memoryviewslice> memview).to_dtype_func\n */\n  __pyx_t_1 = __Pyx_TypeCheck(((PyObject *)__pyx_v_memview), __pyx_memoryviewslice_type); \n  __pyx_t_2 = (__pyx_t_1 != 0);\n  if (__pyx_t_2) {\n\n    /* \"View.MemoryView\":1095\n * \n *     if isinstance(memview, _memoryviewslice):\n *         to_object_func = (<_memoryviewslice> memview).to_object_func             # <<<<<<<<<<<<<<\n *         to_dtype_func = (<_memoryviewslice> memview).to_dtype_func\n *     else:\n */\n    __pyx_t_3 = ((struct __pyx_memoryviewslice_obj *)__pyx_v_memview)->to_object_func;\n    __pyx_v_to_object_func = __pyx_t_3;\n\n    /* \"View.MemoryView\":1096\n *     if isinstance(memview, _memoryviewslice):\n *         to_object_func = (<_memoryviewslice> memview).to_object_func\n *         to_dtype_func = (<_memoryviewslice> memview).to_dtype_func             # <<<<<<<<<<<<<<\n *     else:\n *         to_object_func = NULL\n */\n    __pyx_t_4 = ((struct __pyx_memoryviewslice_obj *)__pyx_v_memview)->to_dtype_func;\n    __pyx_v_to_dtype_func = __pyx_t_4;\n\n    /* \"View.MemoryView\":1094\n *     cdef int (*to_dtype_func)(char *, object) except 0\n * \n *     if isinstance(memview, _memoryviewslice):             # <<<<<<<<<<<<<<\n *         to_object_func = (<_memoryviewslice> memview).to_object_func\n *         to_dtype_func = (<_memoryviewslice> memview).to_dtype_func\n */\n    goto __pyx_L3;\n  }\n\n  /* \"View.MemoryView\":1098\n *         to_dtype_func = (<_memoryviewslice> memview).to_dtype_func\n *     else:\n *         to_object_func = NULL             # <<<<<<<<<<<<<<\n *         to_dtype_func = NULL\n * \n */\n  /*else*/ {\n    __pyx_v_to_object_func = NULL;\n\n    /* \"View.MemoryView\":1099\n *     else:\n *         to_object_func = NULL\n *         to_dtype_func = NULL             # <<<<<<<<<<<<<<\n * \n *     return memoryview_fromslice(memviewslice[0], memview.view.ndim,\n */\n    __pyx_v_to_dtype_func = NULL;\n  }\n  __pyx_L3:;\n\n  /* \"View.MemoryView\":1101\n *         to_dtype_func = NULL\n * \n *     return memoryview_fromslice(memviewslice[0], memview.view.ndim,             # <<<<<<<<<<<<<<\n *                                 to_object_func, to_dtype_func,\n *                                 memview.dtype_is_object)\n */\n  __Pyx_XDECREF(__pyx_r);\n\n  /* \"View.MemoryView\":1103\n *     return memoryview_fromslice(memviewslice[0], memview.view.ndim,\n *                                 to_object_func, to_dtype_func,\n *                                 memview.dtype_is_object)             # <<<<<<<<<<<<<<\n * \n * \n */\n  __pyx_t_5 = __pyx_memoryview_fromslice((__pyx_v_memviewslice[0]), __pyx_v_memview->view.ndim, __pyx_v_to_object_func, __pyx_v_to_dtype_func, __pyx_v_memview->dtype_is_object); if (unlikely(!__pyx_t_5)) __PYX_ERR(1, 1101, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_t_5);\n  __pyx_r = __pyx_t_5;\n  __pyx_t_5 = 0;\n  goto __pyx_L0;\n\n  /* \"View.MemoryView\":1087\n * \n * @cname('__pyx_memoryview_copy_object_from_slice')\n * cdef memoryview_copy_from_slice(memoryview memview, __Pyx_memviewslice *memviewslice):             # <<<<<<<<<<<<<<\n *     \"\"\"\n *     Create a new memoryview object from a given memoryview object and slice.\n */\n\n  /* function exit code */\n  __pyx_L1_error:;\n  __Pyx_XDECREF(__pyx_t_5);\n  __Pyx_AddTraceback(\"View.MemoryView.memoryview_copy_from_slice\", __pyx_clineno, __pyx_lineno, __pyx_filename);\n  __pyx_r = 0;\n  __pyx_L0:;\n  __Pyx_XGIVEREF(__pyx_r);\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\n/* \"View.MemoryView\":1109\n * \n * \n * cdef Py_ssize_t abs_py_ssize_t(Py_ssize_t arg) nogil:             # <<<<<<<<<<<<<<\n *     if arg < 0:\n *         return -arg\n */\n\nstatic Py_ssize_t abs_py_ssize_t(Py_ssize_t __pyx_v_arg) {\n  Py_ssize_t __pyx_r;\n  int __pyx_t_1;\n\n  /* \"View.MemoryView\":1110\n * \n * cdef Py_ssize_t abs_py_ssize_t(Py_ssize_t arg) nogil:\n *     if arg < 0:             # <<<<<<<<<<<<<<\n *         return -arg\n *     else:\n */\n  __pyx_t_1 = ((__pyx_v_arg < 0) != 0);\n  if (__pyx_t_1) {\n\n    /* \"View.MemoryView\":1111\n * cdef Py_ssize_t abs_py_ssize_t(Py_ssize_t arg) nogil:\n *     if arg < 0:\n *         return -arg             # <<<<<<<<<<<<<<\n *     else:\n *         return arg\n */\n    __pyx_r = (-__pyx_v_arg);\n    goto __pyx_L0;\n\n    /* \"View.MemoryView\":1110\n * \n * cdef Py_ssize_t abs_py_ssize_t(Py_ssize_t arg) nogil:\n *     if arg < 0:             # <<<<<<<<<<<<<<\n *         return -arg\n *     else:\n */\n  }\n\n  /* \"View.MemoryView\":1113\n *         return -arg\n *     else:\n *         return arg             # <<<<<<<<<<<<<<\n * \n * @cname('__pyx_get_best_slice_order')\n */\n  /*else*/ {\n    __pyx_r = __pyx_v_arg;\n    goto __pyx_L0;\n  }\n\n  /* \"View.MemoryView\":1109\n * \n * \n * cdef Py_ssize_t abs_py_ssize_t(Py_ssize_t arg) nogil:             # <<<<<<<<<<<<<<\n *     if arg < 0:\n *         return -arg\n */\n\n  /* function exit code */\n  __pyx_L0:;\n  return __pyx_r;\n}\n\n/* \"View.MemoryView\":1116\n * \n * @cname('__pyx_get_best_slice_order')\n * cdef char get_best_order(__Pyx_memviewslice *mslice, int ndim) nogil:             # <<<<<<<<<<<<<<\n *     \"\"\"\n *     Figure out the best memory access order for a given slice.\n */\n\nstatic char __pyx_get_best_slice_order(__Pyx_memviewslice *__pyx_v_mslice, int __pyx_v_ndim) {\n  int __pyx_v_i;\n  Py_ssize_t __pyx_v_c_stride;\n  Py_ssize_t __pyx_v_f_stride;\n  char __pyx_r;\n  int __pyx_t_1;\n  int __pyx_t_2;\n  int __pyx_t_3;\n  int __pyx_t_4;\n\n  /* \"View.MemoryView\":1121\n *     \"\"\"\n *     cdef int i\n *     cdef Py_ssize_t c_stride = 0             # <<<<<<<<<<<<<<\n *     cdef Py_ssize_t f_stride = 0\n * \n */\n  __pyx_v_c_stride = 0;\n\n  /* \"View.MemoryView\":1122\n *     cdef int i\n *     cdef Py_ssize_t c_stride = 0\n *     cdef Py_ssize_t f_stride = 0             # <<<<<<<<<<<<<<\n * \n *     for i in range(ndim - 1, -1, -1):\n */\n  __pyx_v_f_stride = 0;\n\n  /* \"View.MemoryView\":1124\n *     cdef Py_ssize_t f_stride = 0\n * \n *     for i in range(ndim - 1, -1, -1):             # <<<<<<<<<<<<<<\n *         if mslice.shape[i] > 1:\n *             c_stride = mslice.strides[i]\n */\n  for (__pyx_t_1 = (__pyx_v_ndim - 1); __pyx_t_1 > -1; __pyx_t_1-=1) {\n    __pyx_v_i = __pyx_t_1;\n\n    /* \"View.MemoryView\":1125\n * \n *     for i in range(ndim - 1, -1, -1):\n *         if mslice.shape[i] > 1:             # <<<<<<<<<<<<<<\n *             c_stride = mslice.strides[i]\n *             break\n */\n    __pyx_t_2 = (((__pyx_v_mslice->shape[__pyx_v_i]) > 1) != 0);\n    if (__pyx_t_2) {\n\n      /* \"View.MemoryView\":1126\n *     for i in range(ndim - 1, -1, -1):\n *         if mslice.shape[i] > 1:\n *             c_stride = mslice.strides[i]             # <<<<<<<<<<<<<<\n *             break\n * \n */\n      __pyx_v_c_stride = (__pyx_v_mslice->strides[__pyx_v_i]);\n\n      /* \"View.MemoryView\":1127\n *         if mslice.shape[i] > 1:\n *             c_stride = mslice.strides[i]\n *             break             # <<<<<<<<<<<<<<\n * \n *     for i in range(ndim):\n */\n      goto __pyx_L4_break;\n\n      /* \"View.MemoryView\":1125\n * \n *     for i in range(ndim - 1, -1, -1):\n *         if mslice.shape[i] > 1:             # <<<<<<<<<<<<<<\n *             c_stride = mslice.strides[i]\n *             break\n */\n    }\n  }\n  __pyx_L4_break:;\n\n  /* \"View.MemoryView\":1129\n *             break\n * \n *     for i in range(ndim):             # <<<<<<<<<<<<<<\n *         if mslice.shape[i] > 1:\n *             f_stride = mslice.strides[i]\n */\n  __pyx_t_1 = __pyx_v_ndim;\n  __pyx_t_3 = __pyx_t_1;\n  for (__pyx_t_4 = 0; __pyx_t_4 < __pyx_t_3; __pyx_t_4+=1) {\n    __pyx_v_i = __pyx_t_4;\n\n    /* \"View.MemoryView\":1130\n * \n *     for i in range(ndim):\n *         if mslice.shape[i] > 1:             # <<<<<<<<<<<<<<\n *             f_stride = mslice.strides[i]\n *             break\n */\n    __pyx_t_2 = (((__pyx_v_mslice->shape[__pyx_v_i]) > 1) != 0);\n    if (__pyx_t_2) {\n\n      /* \"View.MemoryView\":1131\n *     for i in range(ndim):\n *         if mslice.shape[i] > 1:\n *             f_stride = mslice.strides[i]             # <<<<<<<<<<<<<<\n *             break\n * \n */\n      __pyx_v_f_stride = (__pyx_v_mslice->strides[__pyx_v_i]);\n\n      /* \"View.MemoryView\":1132\n *         if mslice.shape[i] > 1:\n *             f_stride = mslice.strides[i]\n *             break             # <<<<<<<<<<<<<<\n * \n *     if abs_py_ssize_t(c_stride) <= abs_py_ssize_t(f_stride):\n */\n      goto __pyx_L7_break;\n\n      /* \"View.MemoryView\":1130\n * \n *     for i in range(ndim):\n *         if mslice.shape[i] > 1:             # <<<<<<<<<<<<<<\n *             f_stride = mslice.strides[i]\n *             break\n */\n    }\n  }\n  __pyx_L7_break:;\n\n  /* \"View.MemoryView\":1134\n *             break\n * \n *     if abs_py_ssize_t(c_stride) <= abs_py_ssize_t(f_stride):             # <<<<<<<<<<<<<<\n *         return 'C'\n *     else:\n */\n  __pyx_t_2 = ((abs_py_ssize_t(__pyx_v_c_stride) <= abs_py_ssize_t(__pyx_v_f_stride)) != 0);\n  if (__pyx_t_2) {\n\n    /* \"View.MemoryView\":1135\n * \n *     if abs_py_ssize_t(c_stride) <= abs_py_ssize_t(f_stride):\n *         return 'C'             # <<<<<<<<<<<<<<\n *     else:\n *         return 'F'\n */\n    __pyx_r = 'C';\n    goto __pyx_L0;\n\n    /* \"View.MemoryView\":1134\n *             break\n * \n *     if abs_py_ssize_t(c_stride) <= abs_py_ssize_t(f_stride):             # <<<<<<<<<<<<<<\n *         return 'C'\n *     else:\n */\n  }\n\n  /* \"View.MemoryView\":1137\n *         return 'C'\n *     else:\n *         return 'F'             # <<<<<<<<<<<<<<\n * \n * @cython.cdivision(True)\n */\n  /*else*/ {\n    __pyx_r = 'F';\n    goto __pyx_L0;\n  }\n\n  /* \"View.MemoryView\":1116\n * \n * @cname('__pyx_get_best_slice_order')\n * cdef char get_best_order(__Pyx_memviewslice *mslice, int ndim) nogil:             # <<<<<<<<<<<<<<\n *     \"\"\"\n *     Figure out the best memory access order for a given slice.\n */\n\n  /* function exit code */\n  __pyx_L0:;\n  return __pyx_r;\n}\n\n/* \"View.MemoryView\":1140\n * \n * @cython.cdivision(True)\n * cdef void _copy_strided_to_strided(char *src_data, Py_ssize_t *src_strides,             # <<<<<<<<<<<<<<\n *                                    char *dst_data, Py_ssize_t *dst_strides,\n *                                    Py_ssize_t *src_shape, Py_ssize_t *dst_shape,\n */\n\nstatic void _copy_strided_to_strided(char *__pyx_v_src_data, Py_ssize_t *__pyx_v_src_strides, char *__pyx_v_dst_data, Py_ssize_t *__pyx_v_dst_strides, Py_ssize_t *__pyx_v_src_shape, Py_ssize_t *__pyx_v_dst_shape, int __pyx_v_ndim, size_t __pyx_v_itemsize) {\n  CYTHON_UNUSED Py_ssize_t __pyx_v_i;\n  CYTHON_UNUSED Py_ssize_t __pyx_v_src_extent;\n  Py_ssize_t __pyx_v_dst_extent;\n  Py_ssize_t __pyx_v_src_stride;\n  Py_ssize_t __pyx_v_dst_stride;\n  int __pyx_t_1;\n  int __pyx_t_2;\n  int __pyx_t_3;\n  Py_ssize_t __pyx_t_4;\n  Py_ssize_t __pyx_t_5;\n  Py_ssize_t __pyx_t_6;\n\n  /* \"View.MemoryView\":1147\n * \n *     cdef Py_ssize_t i\n *     cdef Py_ssize_t src_extent = src_shape[0]             # <<<<<<<<<<<<<<\n *     cdef Py_ssize_t dst_extent = dst_shape[0]\n *     cdef Py_ssize_t src_stride = src_strides[0]\n */\n  __pyx_v_src_extent = (__pyx_v_src_shape[0]);\n\n  /* \"View.MemoryView\":1148\n *     cdef Py_ssize_t i\n *     cdef Py_ssize_t src_extent = src_shape[0]\n *     cdef Py_ssize_t dst_extent = dst_shape[0]             # <<<<<<<<<<<<<<\n *     cdef Py_ssize_t src_stride = src_strides[0]\n *     cdef Py_ssize_t dst_stride = dst_strides[0]\n */\n  __pyx_v_dst_extent = (__pyx_v_dst_shape[0]);\n\n  /* \"View.MemoryView\":1149\n *     cdef Py_ssize_t src_extent = src_shape[0]\n *     cdef Py_ssize_t dst_extent = dst_shape[0]\n *     cdef Py_ssize_t src_stride = src_strides[0]             # <<<<<<<<<<<<<<\n *     cdef Py_ssize_t dst_stride = dst_strides[0]\n * \n */\n  __pyx_v_src_stride = (__pyx_v_src_strides[0]);\n\n  /* \"View.MemoryView\":1150\n *     cdef Py_ssize_t dst_extent = dst_shape[0]\n *     cdef Py_ssize_t src_stride = src_strides[0]\n *     cdef Py_ssize_t dst_stride = dst_strides[0]             # <<<<<<<<<<<<<<\n * \n *     if ndim == 1:\n */\n  __pyx_v_dst_stride = (__pyx_v_dst_strides[0]);\n\n  /* \"View.MemoryView\":1152\n *     cdef Py_ssize_t dst_stride = dst_strides[0]\n * \n *     if ndim == 1:             # <<<<<<<<<<<<<<\n *        if (src_stride > 0 and dst_stride > 0 and\n *            <size_t> src_stride == itemsize == <size_t> dst_stride):\n */\n  __pyx_t_1 = ((__pyx_v_ndim == 1) != 0);\n  if (__pyx_t_1) {\n\n    /* \"View.MemoryView\":1153\n * \n *     if ndim == 1:\n *        if (src_stride > 0 and dst_stride > 0 and             # <<<<<<<<<<<<<<\n *            <size_t> src_stride == itemsize == <size_t> dst_stride):\n *            memcpy(dst_data, src_data, itemsize * dst_extent)\n */\n    __pyx_t_2 = ((__pyx_v_src_stride > 0) != 0);\n    if (__pyx_t_2) {\n    } else {\n      __pyx_t_1 = __pyx_t_2;\n      goto __pyx_L5_bool_binop_done;\n    }\n    __pyx_t_2 = ((__pyx_v_dst_stride > 0) != 0);\n    if (__pyx_t_2) {\n    } else {\n      __pyx_t_1 = __pyx_t_2;\n      goto __pyx_L5_bool_binop_done;\n    }\n\n    /* \"View.MemoryView\":1154\n *     if ndim == 1:\n *        if (src_stride > 0 and dst_stride > 0 and\n *            <size_t> src_stride == itemsize == <size_t> dst_stride):             # <<<<<<<<<<<<<<\n *            memcpy(dst_data, src_data, itemsize * dst_extent)\n *        else:\n */\n    __pyx_t_2 = (((size_t)__pyx_v_src_stride) == __pyx_v_itemsize);\n    if (__pyx_t_2) {\n      __pyx_t_2 = (__pyx_v_itemsize == ((size_t)__pyx_v_dst_stride));\n    }\n    __pyx_t_3 = (__pyx_t_2 != 0);\n    __pyx_t_1 = __pyx_t_3;\n    __pyx_L5_bool_binop_done:;\n\n    /* \"View.MemoryView\":1153\n * \n *     if ndim == 1:\n *        if (src_stride > 0 and dst_stride > 0 and             # <<<<<<<<<<<<<<\n *            <size_t> src_stride == itemsize == <size_t> dst_stride):\n *            memcpy(dst_data, src_data, itemsize * dst_extent)\n */\n    if (__pyx_t_1) {\n\n      /* \"View.MemoryView\":1155\n *        if (src_stride > 0 and dst_stride > 0 and\n *            <size_t> src_stride == itemsize == <size_t> dst_stride):\n *            memcpy(dst_data, src_data, itemsize * dst_extent)             # <<<<<<<<<<<<<<\n *        else:\n *            for i in range(dst_extent):\n */\n      (void)(memcpy(__pyx_v_dst_data, __pyx_v_src_data, (__pyx_v_itemsize * __pyx_v_dst_extent)));\n\n      /* \"View.MemoryView\":1153\n * \n *     if ndim == 1:\n *        if (src_stride > 0 and dst_stride > 0 and             # <<<<<<<<<<<<<<\n *            <size_t> src_stride == itemsize == <size_t> dst_stride):\n *            memcpy(dst_data, src_data, itemsize * dst_extent)\n */\n      goto __pyx_L4;\n    }\n\n    /* \"View.MemoryView\":1157\n *            memcpy(dst_data, src_data, itemsize * dst_extent)\n *        else:\n *            for i in range(dst_extent):             # <<<<<<<<<<<<<<\n *                memcpy(dst_data, src_data, itemsize)\n *                src_data += src_stride\n */\n    /*else*/ {\n      __pyx_t_4 = __pyx_v_dst_extent;\n      __pyx_t_5 = __pyx_t_4;\n      for (__pyx_t_6 = 0; __pyx_t_6 < __pyx_t_5; __pyx_t_6+=1) {\n        __pyx_v_i = __pyx_t_6;\n\n        /* \"View.MemoryView\":1158\n *        else:\n *            for i in range(dst_extent):\n *                memcpy(dst_data, src_data, itemsize)             # <<<<<<<<<<<<<<\n *                src_data += src_stride\n *                dst_data += dst_stride\n */\n        (void)(memcpy(__pyx_v_dst_data, __pyx_v_src_data, __pyx_v_itemsize));\n\n        /* \"View.MemoryView\":1159\n *            for i in range(dst_extent):\n *                memcpy(dst_data, src_data, itemsize)\n *                src_data += src_stride             # <<<<<<<<<<<<<<\n *                dst_data += dst_stride\n *     else:\n */\n        __pyx_v_src_data = (__pyx_v_src_data + __pyx_v_src_stride);\n\n        /* \"View.MemoryView\":1160\n *                memcpy(dst_data, src_data, itemsize)\n *                src_data += src_stride\n *                dst_data += dst_stride             # <<<<<<<<<<<<<<\n *     else:\n *         for i in range(dst_extent):\n */\n        __pyx_v_dst_data = (__pyx_v_dst_data + __pyx_v_dst_stride);\n      }\n    }\n    __pyx_L4:;\n\n    /* \"View.MemoryView\":1152\n *     cdef Py_ssize_t dst_stride = dst_strides[0]\n * \n *     if ndim == 1:             # <<<<<<<<<<<<<<\n *        if (src_stride > 0 and dst_stride > 0 and\n *            <size_t> src_stride == itemsize == <size_t> dst_stride):\n */\n    goto __pyx_L3;\n  }\n\n  /* \"View.MemoryView\":1162\n *                dst_data += dst_stride\n *     else:\n *         for i in range(dst_extent):             # <<<<<<<<<<<<<<\n *             _copy_strided_to_strided(src_data, src_strides + 1,\n *                                      dst_data, dst_strides + 1,\n */\n  /*else*/ {\n    __pyx_t_4 = __pyx_v_dst_extent;\n    __pyx_t_5 = __pyx_t_4;\n    for (__pyx_t_6 = 0; __pyx_t_6 < __pyx_t_5; __pyx_t_6+=1) {\n      __pyx_v_i = __pyx_t_6;\n\n      /* \"View.MemoryView\":1163\n *     else:\n *         for i in range(dst_extent):\n *             _copy_strided_to_strided(src_data, src_strides + 1,             # <<<<<<<<<<<<<<\n *                                      dst_data, dst_strides + 1,\n *                                      src_shape + 1, dst_shape + 1,\n */\n      _copy_strided_to_strided(__pyx_v_src_data, (__pyx_v_src_strides + 1), __pyx_v_dst_data, (__pyx_v_dst_strides + 1), (__pyx_v_src_shape + 1), (__pyx_v_dst_shape + 1), (__pyx_v_ndim - 1), __pyx_v_itemsize);\n\n      /* \"View.MemoryView\":1167\n *                                      src_shape + 1, dst_shape + 1,\n *                                      ndim - 1, itemsize)\n *             src_data += src_stride             # <<<<<<<<<<<<<<\n *             dst_data += dst_stride\n * \n */\n      __pyx_v_src_data = (__pyx_v_src_data + __pyx_v_src_stride);\n\n      /* \"View.MemoryView\":1168\n *                                      ndim - 1, itemsize)\n *             src_data += src_stride\n *             dst_data += dst_stride             # <<<<<<<<<<<<<<\n * \n * cdef void copy_strided_to_strided(__Pyx_memviewslice *src,\n */\n      __pyx_v_dst_data = (__pyx_v_dst_data + __pyx_v_dst_stride);\n    }\n  }\n  __pyx_L3:;\n\n  /* \"View.MemoryView\":1140\n * \n * @cython.cdivision(True)\n * cdef void _copy_strided_to_strided(char *src_data, Py_ssize_t *src_strides,             # <<<<<<<<<<<<<<\n *                                    char *dst_data, Py_ssize_t *dst_strides,\n *                                    Py_ssize_t *src_shape, Py_ssize_t *dst_shape,\n */\n\n  /* function exit code */\n}\n\n/* \"View.MemoryView\":1170\n *             dst_data += dst_stride\n * \n * cdef void copy_strided_to_strided(__Pyx_memviewslice *src,             # <<<<<<<<<<<<<<\n *                                   __Pyx_memviewslice *dst,\n *                                   int ndim, size_t itemsize) nogil:\n */\n\nstatic void copy_strided_to_strided(__Pyx_memviewslice *__pyx_v_src, __Pyx_memviewslice *__pyx_v_dst, int __pyx_v_ndim, size_t __pyx_v_itemsize) {\n\n  /* \"View.MemoryView\":1173\n *                                   __Pyx_memviewslice *dst,\n *                                   int ndim, size_t itemsize) nogil:\n *     _copy_strided_to_strided(src.data, src.strides, dst.data, dst.strides,             # <<<<<<<<<<<<<<\n *                              src.shape, dst.shape, ndim, itemsize)\n * \n */\n  _copy_strided_to_strided(__pyx_v_src->data, __pyx_v_src->strides, __pyx_v_dst->data, __pyx_v_dst->strides, __pyx_v_src->shape, __pyx_v_dst->shape, __pyx_v_ndim, __pyx_v_itemsize);\n\n  /* \"View.MemoryView\":1170\n *             dst_data += dst_stride\n * \n * cdef void copy_strided_to_strided(__Pyx_memviewslice *src,             # <<<<<<<<<<<<<<\n *                                   __Pyx_memviewslice *dst,\n *                                   int ndim, size_t itemsize) nogil:\n */\n\n  /* function exit code */\n}\n\n/* \"View.MemoryView\":1177\n * \n * @cname('__pyx_memoryview_slice_get_size')\n * cdef Py_ssize_t slice_get_size(__Pyx_memviewslice *src, int ndim) nogil:             # <<<<<<<<<<<<<<\n *     \"Return the size of the memory occupied by the slice in number of bytes\"\n *     cdef Py_ssize_t shape, size = src.memview.view.itemsize\n */\n\nstatic Py_ssize_t __pyx_memoryview_slice_get_size(__Pyx_memviewslice *__pyx_v_src, int __pyx_v_ndim) {\n  Py_ssize_t __pyx_v_shape;\n  Py_ssize_t __pyx_v_size;\n  Py_ssize_t __pyx_r;\n  Py_ssize_t __pyx_t_1;\n  Py_ssize_t *__pyx_t_2;\n  Py_ssize_t *__pyx_t_3;\n  Py_ssize_t *__pyx_t_4;\n\n  /* \"View.MemoryView\":1179\n * cdef Py_ssize_t slice_get_size(__Pyx_memviewslice *src, int ndim) nogil:\n *     \"Return the size of the memory occupied by the slice in number of bytes\"\n *     cdef Py_ssize_t shape, size = src.memview.view.itemsize             # <<<<<<<<<<<<<<\n * \n *     for shape in src.shape[:ndim]:\n */\n  __pyx_t_1 = __pyx_v_src->memview->view.itemsize;\n  __pyx_v_size = __pyx_t_1;\n\n  /* \"View.MemoryView\":1181\n *     cdef Py_ssize_t shape, size = src.memview.view.itemsize\n * \n *     for shape in src.shape[:ndim]:             # <<<<<<<<<<<<<<\n *         size *= shape\n * \n */\n  __pyx_t_3 = (__pyx_v_src->shape + __pyx_v_ndim);\n  for (__pyx_t_4 = __pyx_v_src->shape; __pyx_t_4 < __pyx_t_3; __pyx_t_4++) {\n    __pyx_t_2 = __pyx_t_4;\n    __pyx_v_shape = (__pyx_t_2[0]);\n\n    /* \"View.MemoryView\":1182\n * \n *     for shape in src.shape[:ndim]:\n *         size *= shape             # <<<<<<<<<<<<<<\n * \n *     return size\n */\n    __pyx_v_size = (__pyx_v_size * __pyx_v_shape);\n  }\n\n  /* \"View.MemoryView\":1184\n *         size *= shape\n * \n *     return size             # <<<<<<<<<<<<<<\n * \n * @cname('__pyx_fill_contig_strides_array')\n */\n  __pyx_r = __pyx_v_size;\n  goto __pyx_L0;\n\n  /* \"View.MemoryView\":1177\n * \n * @cname('__pyx_memoryview_slice_get_size')\n * cdef Py_ssize_t slice_get_size(__Pyx_memviewslice *src, int ndim) nogil:             # <<<<<<<<<<<<<<\n *     \"Return the size of the memory occupied by the slice in number of bytes\"\n *     cdef Py_ssize_t shape, size = src.memview.view.itemsize\n */\n\n  /* function exit code */\n  __pyx_L0:;\n  return __pyx_r;\n}\n\n/* \"View.MemoryView\":1187\n * \n * @cname('__pyx_fill_contig_strides_array')\n * cdef Py_ssize_t fill_contig_strides_array(             # <<<<<<<<<<<<<<\n *                 Py_ssize_t *shape, Py_ssize_t *strides, Py_ssize_t stride,\n *                 int ndim, char order) nogil:\n */\n\nstatic Py_ssize_t __pyx_fill_contig_strides_array(Py_ssize_t *__pyx_v_shape, Py_ssize_t *__pyx_v_strides, Py_ssize_t __pyx_v_stride, int __pyx_v_ndim, char __pyx_v_order) {\n  int __pyx_v_idx;\n  Py_ssize_t __pyx_r;\n  int __pyx_t_1;\n  int __pyx_t_2;\n  int __pyx_t_3;\n  int __pyx_t_4;\n\n  /* \"View.MemoryView\":1196\n *     cdef int idx\n * \n *     if order == 'F':             # <<<<<<<<<<<<<<\n *         for idx in range(ndim):\n *             strides[idx] = stride\n */\n  __pyx_t_1 = ((__pyx_v_order == 'F') != 0);\n  if (__pyx_t_1) {\n\n    /* \"View.MemoryView\":1197\n * \n *     if order == 'F':\n *         for idx in range(ndim):             # <<<<<<<<<<<<<<\n *             strides[idx] = stride\n *             stride *= shape[idx]\n */\n    __pyx_t_2 = __pyx_v_ndim;\n    __pyx_t_3 = __pyx_t_2;\n    for (__pyx_t_4 = 0; __pyx_t_4 < __pyx_t_3; __pyx_t_4+=1) {\n      __pyx_v_idx = __pyx_t_4;\n\n      /* \"View.MemoryView\":1198\n *     if order == 'F':\n *         for idx in range(ndim):\n *             strides[idx] = stride             # <<<<<<<<<<<<<<\n *             stride *= shape[idx]\n *     else:\n */\n      (__pyx_v_strides[__pyx_v_idx]) = __pyx_v_stride;\n\n      /* \"View.MemoryView\":1199\n *         for idx in range(ndim):\n *             strides[idx] = stride\n *             stride *= shape[idx]             # <<<<<<<<<<<<<<\n *     else:\n *         for idx in range(ndim - 1, -1, -1):\n */\n      __pyx_v_stride = (__pyx_v_stride * (__pyx_v_shape[__pyx_v_idx]));\n    }\n\n    /* \"View.MemoryView\":1196\n *     cdef int idx\n * \n *     if order == 'F':             # <<<<<<<<<<<<<<\n *         for idx in range(ndim):\n *             strides[idx] = stride\n */\n    goto __pyx_L3;\n  }\n\n  /* \"View.MemoryView\":1201\n *             stride *= shape[idx]\n *     else:\n *         for idx in range(ndim - 1, -1, -1):             # <<<<<<<<<<<<<<\n *             strides[idx] = stride\n *             stride *= shape[idx]\n */\n  /*else*/ {\n    for (__pyx_t_2 = (__pyx_v_ndim - 1); __pyx_t_2 > -1; __pyx_t_2-=1) {\n      __pyx_v_idx = __pyx_t_2;\n\n      /* \"View.MemoryView\":1202\n *     else:\n *         for idx in range(ndim - 1, -1, -1):\n *             strides[idx] = stride             # <<<<<<<<<<<<<<\n *             stride *= shape[idx]\n * \n */\n      (__pyx_v_strides[__pyx_v_idx]) = __pyx_v_stride;\n\n      /* \"View.MemoryView\":1203\n *         for idx in range(ndim - 1, -1, -1):\n *             strides[idx] = stride\n *             stride *= shape[idx]             # <<<<<<<<<<<<<<\n * \n *     return stride\n */\n      __pyx_v_stride = (__pyx_v_stride * (__pyx_v_shape[__pyx_v_idx]));\n    }\n  }\n  __pyx_L3:;\n\n  /* \"View.MemoryView\":1205\n *             stride *= shape[idx]\n * \n *     return stride             # <<<<<<<<<<<<<<\n * \n * @cname('__pyx_memoryview_copy_data_to_temp')\n */\n  __pyx_r = __pyx_v_stride;\n  goto __pyx_L0;\n\n  /* \"View.MemoryView\":1187\n * \n * @cname('__pyx_fill_contig_strides_array')\n * cdef Py_ssize_t fill_contig_strides_array(             # <<<<<<<<<<<<<<\n *                 Py_ssize_t *shape, Py_ssize_t *strides, Py_ssize_t stride,\n *                 int ndim, char order) nogil:\n */\n\n  /* function exit code */\n  __pyx_L0:;\n  return __pyx_r;\n}\n\n/* \"View.MemoryView\":1208\n * \n * @cname('__pyx_memoryview_copy_data_to_temp')\n * cdef void *copy_data_to_temp(__Pyx_memviewslice *src,             # <<<<<<<<<<<<<<\n *                              __Pyx_memviewslice *tmpslice,\n *                              char order,\n */\n\nstatic void *__pyx_memoryview_copy_data_to_temp(__Pyx_memviewslice *__pyx_v_src, __Pyx_memviewslice *__pyx_v_tmpslice, char __pyx_v_order, int __pyx_v_ndim) {\n  int __pyx_v_i;\n  void *__pyx_v_result;\n  size_t __pyx_v_itemsize;\n  size_t __pyx_v_size;\n  void *__pyx_r;\n  Py_ssize_t __pyx_t_1;\n  int __pyx_t_2;\n  int __pyx_t_3;\n  struct __pyx_memoryview_obj *__pyx_t_4;\n  int __pyx_t_5;\n  int __pyx_t_6;\n  int __pyx_lineno = 0;\n  const char *__pyx_filename = NULL;\n  int __pyx_clineno = 0;\n\n  /* \"View.MemoryView\":1219\n *     cdef void *result\n * \n *     cdef size_t itemsize = src.memview.view.itemsize             # <<<<<<<<<<<<<<\n *     cdef size_t size = slice_get_size(src, ndim)\n * \n */\n  __pyx_t_1 = __pyx_v_src->memview->view.itemsize;\n  __pyx_v_itemsize = __pyx_t_1;\n\n  /* \"View.MemoryView\":1220\n * \n *     cdef size_t itemsize = src.memview.view.itemsize\n *     cdef size_t size = slice_get_size(src, ndim)             # <<<<<<<<<<<<<<\n * \n *     result = malloc(size)\n */\n  __pyx_v_size = __pyx_memoryview_slice_get_size(__pyx_v_src, __pyx_v_ndim);\n\n  /* \"View.MemoryView\":1222\n *     cdef size_t size = slice_get_size(src, ndim)\n * \n *     result = malloc(size)             # <<<<<<<<<<<<<<\n *     if not result:\n *         _err(MemoryError, NULL)\n */\n  __pyx_v_result = malloc(__pyx_v_size);\n\n  /* \"View.MemoryView\":1223\n * \n *     result = malloc(size)\n *     if not result:             # <<<<<<<<<<<<<<\n *         _err(MemoryError, NULL)\n * \n */\n  __pyx_t_2 = ((!(__pyx_v_result != 0)) != 0);\n  if (__pyx_t_2) {\n\n    /* \"View.MemoryView\":1224\n *     result = malloc(size)\n *     if not result:\n *         _err(MemoryError, NULL)             # <<<<<<<<<<<<<<\n * \n * \n */\n    __pyx_t_3 = __pyx_memoryview_err(__pyx_builtin_MemoryError, NULL); if (unlikely(__pyx_t_3 == ((int)-1))) __PYX_ERR(1, 1224, __pyx_L1_error)\n\n    /* \"View.MemoryView\":1223\n * \n *     result = malloc(size)\n *     if not result:             # <<<<<<<<<<<<<<\n *         _err(MemoryError, NULL)\n * \n */\n  }\n\n  /* \"View.MemoryView\":1227\n * \n * \n *     tmpslice.data = <char *> result             # <<<<<<<<<<<<<<\n *     tmpslice.memview = src.memview\n *     for i in range(ndim):\n */\n  __pyx_v_tmpslice->data = ((char *)__pyx_v_result);\n\n  /* \"View.MemoryView\":1228\n * \n *     tmpslice.data = <char *> result\n *     tmpslice.memview = src.memview             # <<<<<<<<<<<<<<\n *     for i in range(ndim):\n *         tmpslice.shape[i] = src.shape[i]\n */\n  __pyx_t_4 = __pyx_v_src->memview;\n  __pyx_v_tmpslice->memview = __pyx_t_4;\n\n  /* \"View.MemoryView\":1229\n *     tmpslice.data = <char *> result\n *     tmpslice.memview = src.memview\n *     for i in range(ndim):             # <<<<<<<<<<<<<<\n *         tmpslice.shape[i] = src.shape[i]\n *         tmpslice.suboffsets[i] = -1\n */\n  __pyx_t_3 = __pyx_v_ndim;\n  __pyx_t_5 = __pyx_t_3;\n  for (__pyx_t_6 = 0; __pyx_t_6 < __pyx_t_5; __pyx_t_6+=1) {\n    __pyx_v_i = __pyx_t_6;\n\n    /* \"View.MemoryView\":1230\n *     tmpslice.memview = src.memview\n *     for i in range(ndim):\n *         tmpslice.shape[i] = src.shape[i]             # <<<<<<<<<<<<<<\n *         tmpslice.suboffsets[i] = -1\n * \n */\n    (__pyx_v_tmpslice->shape[__pyx_v_i]) = (__pyx_v_src->shape[__pyx_v_i]);\n\n    /* \"View.MemoryView\":1231\n *     for i in range(ndim):\n *         tmpslice.shape[i] = src.shape[i]\n *         tmpslice.suboffsets[i] = -1             # <<<<<<<<<<<<<<\n * \n *     fill_contig_strides_array(&tmpslice.shape[0], &tmpslice.strides[0], itemsize,\n */\n    (__pyx_v_tmpslice->suboffsets[__pyx_v_i]) = -1L;\n  }\n\n  /* \"View.MemoryView\":1233\n *         tmpslice.suboffsets[i] = -1\n * \n *     fill_contig_strides_array(&tmpslice.shape[0], &tmpslice.strides[0], itemsize,             # <<<<<<<<<<<<<<\n *                               ndim, order)\n * \n */\n  (void)(__pyx_fill_contig_strides_array((&(__pyx_v_tmpslice->shape[0])), (&(__pyx_v_tmpslice->strides[0])), __pyx_v_itemsize, __pyx_v_ndim, __pyx_v_order));\n\n  /* \"View.MemoryView\":1237\n * \n * \n *     for i in range(ndim):             # <<<<<<<<<<<<<<\n *         if tmpslice.shape[i] == 1:\n *             tmpslice.strides[i] = 0\n */\n  __pyx_t_3 = __pyx_v_ndim;\n  __pyx_t_5 = __pyx_t_3;\n  for (__pyx_t_6 = 0; __pyx_t_6 < __pyx_t_5; __pyx_t_6+=1) {\n    __pyx_v_i = __pyx_t_6;\n\n    /* \"View.MemoryView\":1238\n * \n *     for i in range(ndim):\n *         if tmpslice.shape[i] == 1:             # <<<<<<<<<<<<<<\n *             tmpslice.strides[i] = 0\n * \n */\n    __pyx_t_2 = (((__pyx_v_tmpslice->shape[__pyx_v_i]) == 1) != 0);\n    if (__pyx_t_2) {\n\n      /* \"View.MemoryView\":1239\n *     for i in range(ndim):\n *         if tmpslice.shape[i] == 1:\n *             tmpslice.strides[i] = 0             # <<<<<<<<<<<<<<\n * \n *     if slice_is_contig(src[0], order, ndim):\n */\n      (__pyx_v_tmpslice->strides[__pyx_v_i]) = 0;\n\n      /* \"View.MemoryView\":1238\n * \n *     for i in range(ndim):\n *         if tmpslice.shape[i] == 1:             # <<<<<<<<<<<<<<\n *             tmpslice.strides[i] = 0\n * \n */\n    }\n  }\n\n  /* \"View.MemoryView\":1241\n *             tmpslice.strides[i] = 0\n * \n *     if slice_is_contig(src[0], order, ndim):             # <<<<<<<<<<<<<<\n *         memcpy(result, src.data, size)\n *     else:\n */\n  __pyx_t_2 = (__pyx_memviewslice_is_contig((__pyx_v_src[0]), __pyx_v_order, __pyx_v_ndim) != 0);\n  if (__pyx_t_2) {\n\n    /* \"View.MemoryView\":1242\n * \n *     if slice_is_contig(src[0], order, ndim):\n *         memcpy(result, src.data, size)             # <<<<<<<<<<<<<<\n *     else:\n *         copy_strided_to_strided(src, tmpslice, ndim, itemsize)\n */\n    (void)(memcpy(__pyx_v_result, __pyx_v_src->data, __pyx_v_size));\n\n    /* \"View.MemoryView\":1241\n *             tmpslice.strides[i] = 0\n * \n *     if slice_is_contig(src[0], order, ndim):             # <<<<<<<<<<<<<<\n *         memcpy(result, src.data, size)\n *     else:\n */\n    goto __pyx_L9;\n  }\n\n  /* \"View.MemoryView\":1244\n *         memcpy(result, src.data, size)\n *     else:\n *         copy_strided_to_strided(src, tmpslice, ndim, itemsize)             # <<<<<<<<<<<<<<\n * \n *     return result\n */\n  /*else*/ {\n    copy_strided_to_strided(__pyx_v_src, __pyx_v_tmpslice, __pyx_v_ndim, __pyx_v_itemsize);\n  }\n  __pyx_L9:;\n\n  /* \"View.MemoryView\":1246\n *         copy_strided_to_strided(src, tmpslice, ndim, itemsize)\n * \n *     return result             # <<<<<<<<<<<<<<\n * \n * \n */\n  __pyx_r = __pyx_v_result;\n  goto __pyx_L0;\n\n  /* \"View.MemoryView\":1208\n * \n * @cname('__pyx_memoryview_copy_data_to_temp')\n * cdef void *copy_data_to_temp(__Pyx_memviewslice *src,             # <<<<<<<<<<<<<<\n *                              __Pyx_memviewslice *tmpslice,\n *                              char order,\n */\n\n  /* function exit code */\n  __pyx_L1_error:;\n  {\n    #ifdef WITH_THREAD\n    PyGILState_STATE __pyx_gilstate_save = __Pyx_PyGILState_Ensure();\n    #endif\n    __Pyx_AddTraceback(\"View.MemoryView.copy_data_to_temp\", __pyx_clineno, __pyx_lineno, __pyx_filename);\n    #ifdef WITH_THREAD\n    __Pyx_PyGILState_Release(__pyx_gilstate_save);\n    #endif\n  }\n  __pyx_r = NULL;\n  __pyx_L0:;\n  return __pyx_r;\n}\n\n/* \"View.MemoryView\":1251\n * \n * @cname('__pyx_memoryview_err_extents')\n * cdef int _err_extents(int i, Py_ssize_t extent1,             # <<<<<<<<<<<<<<\n *                              Py_ssize_t extent2) except -1 with gil:\n *     raise ValueError(\"got differing extents in dimension %d (got %d and %d)\" %\n */\n\nstatic int __pyx_memoryview_err_extents(int __pyx_v_i, Py_ssize_t __pyx_v_extent1, Py_ssize_t __pyx_v_extent2) {\n  int __pyx_r;\n  __Pyx_RefNannyDeclarations\n  PyObject *__pyx_t_1 = NULL;\n  PyObject *__pyx_t_2 = NULL;\n  PyObject *__pyx_t_3 = NULL;\n  PyObject *__pyx_t_4 = NULL;\n  int __pyx_lineno = 0;\n  const char *__pyx_filename = NULL;\n  int __pyx_clineno = 0;\n  #ifdef WITH_THREAD\n  PyGILState_STATE __pyx_gilstate_save = __Pyx_PyGILState_Ensure();\n  #endif\n  __Pyx_RefNannySetupContext(\"_err_extents\", 0);\n\n  /* \"View.MemoryView\":1254\n *                              Py_ssize_t extent2) except -1 with gil:\n *     raise ValueError(\"got differing extents in dimension %d (got %d and %d)\" %\n *                                                         (i, extent1, extent2))             # <<<<<<<<<<<<<<\n * \n * @cname('__pyx_memoryview_err_dim')\n */\n  __pyx_t_1 = __Pyx_PyInt_From_int(__pyx_v_i); if (unlikely(!__pyx_t_1)) __PYX_ERR(1, 1254, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_t_1);\n  __pyx_t_2 = PyInt_FromSsize_t(__pyx_v_extent1); if (unlikely(!__pyx_t_2)) __PYX_ERR(1, 1254, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_t_2);\n  __pyx_t_3 = PyInt_FromSsize_t(__pyx_v_extent2); if (unlikely(!__pyx_t_3)) __PYX_ERR(1, 1254, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_t_3);\n  __pyx_t_4 = PyTuple_New(3); if (unlikely(!__pyx_t_4)) __PYX_ERR(1, 1254, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_t_4);\n  __Pyx_GIVEREF(__pyx_t_1);\n  PyTuple_SET_ITEM(__pyx_t_4, 0, __pyx_t_1);\n  __Pyx_GIVEREF(__pyx_t_2);\n  PyTuple_SET_ITEM(__pyx_t_4, 1, __pyx_t_2);\n  __Pyx_GIVEREF(__pyx_t_3);\n  PyTuple_SET_ITEM(__pyx_t_4, 2, __pyx_t_3);\n  __pyx_t_1 = 0;\n  __pyx_t_2 = 0;\n  __pyx_t_3 = 0;\n\n  /* \"View.MemoryView\":1253\n * cdef int _err_extents(int i, Py_ssize_t extent1,\n *                              Py_ssize_t extent2) except -1 with gil:\n *     raise ValueError(\"got differing extents in dimension %d (got %d and %d)\" %             # <<<<<<<<<<<<<<\n *                                                         (i, extent1, extent2))\n * \n */\n  __pyx_t_3 = __Pyx_PyString_Format(__pyx_kp_s_got_differing_extents_in_dimensi, __pyx_t_4); if (unlikely(!__pyx_t_3)) __PYX_ERR(1, 1253, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_t_3);\n  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;\n  __pyx_t_4 = __Pyx_PyObject_CallOneArg(__pyx_builtin_ValueError, __pyx_t_3); if (unlikely(!__pyx_t_4)) __PYX_ERR(1, 1253, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_t_4);\n  __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0;\n  __Pyx_Raise(__pyx_t_4, 0, 0, 0);\n  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;\n  __PYX_ERR(1, 1253, __pyx_L1_error)\n\n  /* \"View.MemoryView\":1251\n * \n * @cname('__pyx_memoryview_err_extents')\n * cdef int _err_extents(int i, Py_ssize_t extent1,             # <<<<<<<<<<<<<<\n *                              Py_ssize_t extent2) except -1 with gil:\n *     raise ValueError(\"got differing extents in dimension %d (got %d and %d)\" %\n */\n\n  /* function exit code */\n  __pyx_L1_error:;\n  __Pyx_XDECREF(__pyx_t_1);\n  __Pyx_XDECREF(__pyx_t_2);\n  __Pyx_XDECREF(__pyx_t_3);\n  __Pyx_XDECREF(__pyx_t_4);\n  __Pyx_AddTraceback(\"View.MemoryView._err_extents\", __pyx_clineno, __pyx_lineno, __pyx_filename);\n  __pyx_r = -1;\n  __Pyx_RefNannyFinishContext();\n  #ifdef WITH_THREAD\n  __Pyx_PyGILState_Release(__pyx_gilstate_save);\n  #endif\n  return __pyx_r;\n}\n\n/* \"View.MemoryView\":1257\n * \n * @cname('__pyx_memoryview_err_dim')\n * cdef int _err_dim(object error, char *msg, int dim) except -1 with gil:             # <<<<<<<<<<<<<<\n *     raise error(msg.decode('ascii') % dim)\n * \n */\n\nstatic int __pyx_memoryview_err_dim(PyObject *__pyx_v_error, char *__pyx_v_msg, int __pyx_v_dim) {\n  int __pyx_r;\n  __Pyx_RefNannyDeclarations\n  PyObject *__pyx_t_1 = NULL;\n  PyObject *__pyx_t_2 = NULL;\n  PyObject *__pyx_t_3 = NULL;\n  PyObject *__pyx_t_4 = NULL;\n  int __pyx_lineno = 0;\n  const char *__pyx_filename = NULL;\n  int __pyx_clineno = 0;\n  #ifdef WITH_THREAD\n  PyGILState_STATE __pyx_gilstate_save = __Pyx_PyGILState_Ensure();\n  #endif\n  __Pyx_RefNannySetupContext(\"_err_dim\", 0);\n  __Pyx_INCREF(__pyx_v_error);\n\n  /* \"View.MemoryView\":1258\n * @cname('__pyx_memoryview_err_dim')\n * cdef int _err_dim(object error, char *msg, int dim) except -1 with gil:\n *     raise error(msg.decode('ascii') % dim)             # <<<<<<<<<<<<<<\n * \n * @cname('__pyx_memoryview_err')\n */\n  __pyx_t_2 = __Pyx_decode_c_string(__pyx_v_msg, 0, strlen(__pyx_v_msg), NULL, NULL, PyUnicode_DecodeASCII); if (unlikely(!__pyx_t_2)) __PYX_ERR(1, 1258, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_t_2);\n  __pyx_t_3 = __Pyx_PyInt_From_int(__pyx_v_dim); if (unlikely(!__pyx_t_3)) __PYX_ERR(1, 1258, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_t_3);\n  __pyx_t_4 = PyUnicode_Format(__pyx_t_2, __pyx_t_3); if (unlikely(!__pyx_t_4)) __PYX_ERR(1, 1258, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_t_4);\n  __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;\n  __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0;\n  __Pyx_INCREF(__pyx_v_error);\n  __pyx_t_3 = __pyx_v_error; __pyx_t_2 = NULL;\n  if (CYTHON_UNPACK_METHODS && unlikely(PyMethod_Check(__pyx_t_3))) {\n    __pyx_t_2 = PyMethod_GET_SELF(__pyx_t_3);\n    if (likely(__pyx_t_2)) {\n      PyObject* function = PyMethod_GET_FUNCTION(__pyx_t_3);\n      __Pyx_INCREF(__pyx_t_2);\n      __Pyx_INCREF(function);\n      __Pyx_DECREF_SET(__pyx_t_3, function);\n    }\n  }\n  __pyx_t_1 = (__pyx_t_2) ? __Pyx_PyObject_Call2Args(__pyx_t_3, __pyx_t_2, __pyx_t_4) : __Pyx_PyObject_CallOneArg(__pyx_t_3, __pyx_t_4);\n  __Pyx_XDECREF(__pyx_t_2); __pyx_t_2 = 0;\n  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;\n  if (unlikely(!__pyx_t_1)) __PYX_ERR(1, 1258, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_t_1);\n  __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0;\n  __Pyx_Raise(__pyx_t_1, 0, 0, 0);\n  __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;\n  __PYX_ERR(1, 1258, __pyx_L1_error)\n\n  /* \"View.MemoryView\":1257\n * \n * @cname('__pyx_memoryview_err_dim')\n * cdef int _err_dim(object error, char *msg, int dim) except -1 with gil:             # <<<<<<<<<<<<<<\n *     raise error(msg.decode('ascii') % dim)\n * \n */\n\n  /* function exit code */\n  __pyx_L1_error:;\n  __Pyx_XDECREF(__pyx_t_1);\n  __Pyx_XDECREF(__pyx_t_2);\n  __Pyx_XDECREF(__pyx_t_3);\n  __Pyx_XDECREF(__pyx_t_4);\n  __Pyx_AddTraceback(\"View.MemoryView._err_dim\", __pyx_clineno, __pyx_lineno, __pyx_filename);\n  __pyx_r = -1;\n  __Pyx_XDECREF(__pyx_v_error);\n  __Pyx_RefNannyFinishContext();\n  #ifdef WITH_THREAD\n  __Pyx_PyGILState_Release(__pyx_gilstate_save);\n  #endif\n  return __pyx_r;\n}\n\n/* \"View.MemoryView\":1261\n * \n * @cname('__pyx_memoryview_err')\n * cdef int _err(object error, char *msg) except -1 with gil:             # <<<<<<<<<<<<<<\n *     if msg != NULL:\n *         raise error(msg.decode('ascii'))\n */\n\nstatic int __pyx_memoryview_err(PyObject *__pyx_v_error, char *__pyx_v_msg) {\n  int __pyx_r;\n  __Pyx_RefNannyDeclarations\n  int __pyx_t_1;\n  PyObject *__pyx_t_2 = NULL;\n  PyObject *__pyx_t_3 = NULL;\n  PyObject *__pyx_t_4 = NULL;\n  PyObject *__pyx_t_5 = NULL;\n  int __pyx_lineno = 0;\n  const char *__pyx_filename = NULL;\n  int __pyx_clineno = 0;\n  #ifdef WITH_THREAD\n  PyGILState_STATE __pyx_gilstate_save = __Pyx_PyGILState_Ensure();\n  #endif\n  __Pyx_RefNannySetupContext(\"_err\", 0);\n  __Pyx_INCREF(__pyx_v_error);\n\n  /* \"View.MemoryView\":1262\n * @cname('__pyx_memoryview_err')\n * cdef int _err(object error, char *msg) except -1 with gil:\n *     if msg != NULL:             # <<<<<<<<<<<<<<\n *         raise error(msg.decode('ascii'))\n *     else:\n */\n  __pyx_t_1 = ((__pyx_v_msg != NULL) != 0);\n  if (unlikely(__pyx_t_1)) {\n\n    /* \"View.MemoryView\":1263\n * cdef int _err(object error, char *msg) except -1 with gil:\n *     if msg != NULL:\n *         raise error(msg.decode('ascii'))             # <<<<<<<<<<<<<<\n *     else:\n *         raise error\n */\n    __pyx_t_3 = __Pyx_decode_c_string(__pyx_v_msg, 0, strlen(__pyx_v_msg), NULL, NULL, PyUnicode_DecodeASCII); if (unlikely(!__pyx_t_3)) __PYX_ERR(1, 1263, __pyx_L1_error)\n    __Pyx_GOTREF(__pyx_t_3);\n    __Pyx_INCREF(__pyx_v_error);\n    __pyx_t_4 = __pyx_v_error; __pyx_t_5 = NULL;\n    if (CYTHON_UNPACK_METHODS && unlikely(PyMethod_Check(__pyx_t_4))) {\n      __pyx_t_5 = PyMethod_GET_SELF(__pyx_t_4);\n      if (likely(__pyx_t_5)) {\n        PyObject* function = PyMethod_GET_FUNCTION(__pyx_t_4);\n        __Pyx_INCREF(__pyx_t_5);\n        __Pyx_INCREF(function);\n        __Pyx_DECREF_SET(__pyx_t_4, function);\n      }\n    }\n    __pyx_t_2 = (__pyx_t_5) ? __Pyx_PyObject_Call2Args(__pyx_t_4, __pyx_t_5, __pyx_t_3) : __Pyx_PyObject_CallOneArg(__pyx_t_4, __pyx_t_3);\n    __Pyx_XDECREF(__pyx_t_5); __pyx_t_5 = 0;\n    __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0;\n    if (unlikely(!__pyx_t_2)) __PYX_ERR(1, 1263, __pyx_L1_error)\n    __Pyx_GOTREF(__pyx_t_2);\n    __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;\n    __Pyx_Raise(__pyx_t_2, 0, 0, 0);\n    __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;\n    __PYX_ERR(1, 1263, __pyx_L1_error)\n\n    /* \"View.MemoryView\":1262\n * @cname('__pyx_memoryview_err')\n * cdef int _err(object error, char *msg) except -1 with gil:\n *     if msg != NULL:             # <<<<<<<<<<<<<<\n *         raise error(msg.decode('ascii'))\n *     else:\n */\n  }\n\n  /* \"View.MemoryView\":1265\n *         raise error(msg.decode('ascii'))\n *     else:\n *         raise error             # <<<<<<<<<<<<<<\n * \n * @cname('__pyx_memoryview_copy_contents')\n */\n  /*else*/ {\n    __Pyx_Raise(__pyx_v_error, 0, 0, 0);\n    __PYX_ERR(1, 1265, __pyx_L1_error)\n  }\n\n  /* \"View.MemoryView\":1261\n * \n * @cname('__pyx_memoryview_err')\n * cdef int _err(object error, char *msg) except -1 with gil:             # <<<<<<<<<<<<<<\n *     if msg != NULL:\n *         raise error(msg.decode('ascii'))\n */\n\n  /* function exit code */\n  __pyx_L1_error:;\n  __Pyx_XDECREF(__pyx_t_2);\n  __Pyx_XDECREF(__pyx_t_3);\n  __Pyx_XDECREF(__pyx_t_4);\n  __Pyx_XDECREF(__pyx_t_5);\n  __Pyx_AddTraceback(\"View.MemoryView._err\", __pyx_clineno, __pyx_lineno, __pyx_filename);\n  __pyx_r = -1;\n  __Pyx_XDECREF(__pyx_v_error);\n  __Pyx_RefNannyFinishContext();\n  #ifdef WITH_THREAD\n  __Pyx_PyGILState_Release(__pyx_gilstate_save);\n  #endif\n  return __pyx_r;\n}\n\n/* \"View.MemoryView\":1268\n * \n * @cname('__pyx_memoryview_copy_contents')\n * cdef int memoryview_copy_contents(__Pyx_memviewslice src,             # <<<<<<<<<<<<<<\n *                                   __Pyx_memviewslice dst,\n *                                   int src_ndim, int dst_ndim,\n */\n\nstatic int __pyx_memoryview_copy_contents(__Pyx_memviewslice __pyx_v_src, __Pyx_memviewslice __pyx_v_dst, int __pyx_v_src_ndim, int __pyx_v_dst_ndim, int __pyx_v_dtype_is_object) {\n  void *__pyx_v_tmpdata;\n  size_t __pyx_v_itemsize;\n  int __pyx_v_i;\n  char __pyx_v_order;\n  int __pyx_v_broadcasting;\n  int __pyx_v_direct_copy;\n  __Pyx_memviewslice __pyx_v_tmp;\n  int __pyx_v_ndim;\n  int __pyx_r;\n  Py_ssize_t __pyx_t_1;\n  int __pyx_t_2;\n  int __pyx_t_3;\n  int __pyx_t_4;\n  int __pyx_t_5;\n  int __pyx_t_6;\n  void *__pyx_t_7;\n  int __pyx_t_8;\n  int __pyx_lineno = 0;\n  const char *__pyx_filename = NULL;\n  int __pyx_clineno = 0;\n\n  /* \"View.MemoryView\":1276\n *     Check for overlapping memory and verify the shapes.\n *     \"\"\"\n *     cdef void *tmpdata = NULL             # <<<<<<<<<<<<<<\n *     cdef size_t itemsize = src.memview.view.itemsize\n *     cdef int i\n */\n  __pyx_v_tmpdata = NULL;\n\n  /* \"View.MemoryView\":1277\n *     \"\"\"\n *     cdef void *tmpdata = NULL\n *     cdef size_t itemsize = src.memview.view.itemsize             # <<<<<<<<<<<<<<\n *     cdef int i\n *     cdef char order = get_best_order(&src, src_ndim)\n */\n  __pyx_t_1 = __pyx_v_src.memview->view.itemsize;\n  __pyx_v_itemsize = __pyx_t_1;\n\n  /* \"View.MemoryView\":1279\n *     cdef size_t itemsize = src.memview.view.itemsize\n *     cdef int i\n *     cdef char order = get_best_order(&src, src_ndim)             # <<<<<<<<<<<<<<\n *     cdef bint broadcasting = False\n *     cdef bint direct_copy = False\n */\n  __pyx_v_order = __pyx_get_best_slice_order((&__pyx_v_src), __pyx_v_src_ndim);\n\n  /* \"View.MemoryView\":1280\n *     cdef int i\n *     cdef char order = get_best_order(&src, src_ndim)\n *     cdef bint broadcasting = False             # <<<<<<<<<<<<<<\n *     cdef bint direct_copy = False\n *     cdef __Pyx_memviewslice tmp\n */\n  __pyx_v_broadcasting = 0;\n\n  /* \"View.MemoryView\":1281\n *     cdef char order = get_best_order(&src, src_ndim)\n *     cdef bint broadcasting = False\n *     cdef bint direct_copy = False             # <<<<<<<<<<<<<<\n *     cdef __Pyx_memviewslice tmp\n * \n */\n  __pyx_v_direct_copy = 0;\n\n  /* \"View.MemoryView\":1284\n *     cdef __Pyx_memviewslice tmp\n * \n *     if src_ndim < dst_ndim:             # <<<<<<<<<<<<<<\n *         broadcast_leading(&src, src_ndim, dst_ndim)\n *     elif dst_ndim < src_ndim:\n */\n  __pyx_t_2 = ((__pyx_v_src_ndim < __pyx_v_dst_ndim) != 0);\n  if (__pyx_t_2) {\n\n    /* \"View.MemoryView\":1285\n * \n *     if src_ndim < dst_ndim:\n *         broadcast_leading(&src, src_ndim, dst_ndim)             # <<<<<<<<<<<<<<\n *     elif dst_ndim < src_ndim:\n *         broadcast_leading(&dst, dst_ndim, src_ndim)\n */\n    __pyx_memoryview_broadcast_leading((&__pyx_v_src), __pyx_v_src_ndim, __pyx_v_dst_ndim);\n\n    /* \"View.MemoryView\":1284\n *     cdef __Pyx_memviewslice tmp\n * \n *     if src_ndim < dst_ndim:             # <<<<<<<<<<<<<<\n *         broadcast_leading(&src, src_ndim, dst_ndim)\n *     elif dst_ndim < src_ndim:\n */\n    goto __pyx_L3;\n  }\n\n  /* \"View.MemoryView\":1286\n *     if src_ndim < dst_ndim:\n *         broadcast_leading(&src, src_ndim, dst_ndim)\n *     elif dst_ndim < src_ndim:             # <<<<<<<<<<<<<<\n *         broadcast_leading(&dst, dst_ndim, src_ndim)\n * \n */\n  __pyx_t_2 = ((__pyx_v_dst_ndim < __pyx_v_src_ndim) != 0);\n  if (__pyx_t_2) {\n\n    /* \"View.MemoryView\":1287\n *         broadcast_leading(&src, src_ndim, dst_ndim)\n *     elif dst_ndim < src_ndim:\n *         broadcast_leading(&dst, dst_ndim, src_ndim)             # <<<<<<<<<<<<<<\n * \n *     cdef int ndim = max(src_ndim, dst_ndim)\n */\n    __pyx_memoryview_broadcast_leading((&__pyx_v_dst), __pyx_v_dst_ndim, __pyx_v_src_ndim);\n\n    /* \"View.MemoryView\":1286\n *     if src_ndim < dst_ndim:\n *         broadcast_leading(&src, src_ndim, dst_ndim)\n *     elif dst_ndim < src_ndim:             # <<<<<<<<<<<<<<\n *         broadcast_leading(&dst, dst_ndim, src_ndim)\n * \n */\n  }\n  __pyx_L3:;\n\n  /* \"View.MemoryView\":1289\n *         broadcast_leading(&dst, dst_ndim, src_ndim)\n * \n *     cdef int ndim = max(src_ndim, dst_ndim)             # <<<<<<<<<<<<<<\n * \n *     for i in range(ndim):\n */\n  __pyx_t_3 = __pyx_v_dst_ndim;\n  __pyx_t_4 = __pyx_v_src_ndim;\n  if (((__pyx_t_3 > __pyx_t_4) != 0)) {\n    __pyx_t_5 = __pyx_t_3;\n  } else {\n    __pyx_t_5 = __pyx_t_4;\n  }\n  __pyx_v_ndim = __pyx_t_5;\n\n  /* \"View.MemoryView\":1291\n *     cdef int ndim = max(src_ndim, dst_ndim)\n * \n *     for i in range(ndim):             # <<<<<<<<<<<<<<\n *         if src.shape[i] != dst.shape[i]:\n *             if src.shape[i] == 1:\n */\n  __pyx_t_5 = __pyx_v_ndim;\n  __pyx_t_3 = __pyx_t_5;\n  for (__pyx_t_4 = 0; __pyx_t_4 < __pyx_t_3; __pyx_t_4+=1) {\n    __pyx_v_i = __pyx_t_4;\n\n    /* \"View.MemoryView\":1292\n * \n *     for i in range(ndim):\n *         if src.shape[i] != dst.shape[i]:             # <<<<<<<<<<<<<<\n *             if src.shape[i] == 1:\n *                 broadcasting = True\n */\n    __pyx_t_2 = (((__pyx_v_src.shape[__pyx_v_i]) != (__pyx_v_dst.shape[__pyx_v_i])) != 0);\n    if (__pyx_t_2) {\n\n      /* \"View.MemoryView\":1293\n *     for i in range(ndim):\n *         if src.shape[i] != dst.shape[i]:\n *             if src.shape[i] == 1:             # <<<<<<<<<<<<<<\n *                 broadcasting = True\n *                 src.strides[i] = 0\n */\n      __pyx_t_2 = (((__pyx_v_src.shape[__pyx_v_i]) == 1) != 0);\n      if (__pyx_t_2) {\n\n        /* \"View.MemoryView\":1294\n *         if src.shape[i] != dst.shape[i]:\n *             if src.shape[i] == 1:\n *                 broadcasting = True             # <<<<<<<<<<<<<<\n *                 src.strides[i] = 0\n *             else:\n */\n        __pyx_v_broadcasting = 1;\n\n        /* \"View.MemoryView\":1295\n *             if src.shape[i] == 1:\n *                 broadcasting = True\n *                 src.strides[i] = 0             # <<<<<<<<<<<<<<\n *             else:\n *                 _err_extents(i, dst.shape[i], src.shape[i])\n */\n        (__pyx_v_src.strides[__pyx_v_i]) = 0;\n\n        /* \"View.MemoryView\":1293\n *     for i in range(ndim):\n *         if src.shape[i] != dst.shape[i]:\n *             if src.shape[i] == 1:             # <<<<<<<<<<<<<<\n *                 broadcasting = True\n *                 src.strides[i] = 0\n */\n        goto __pyx_L7;\n      }\n\n      /* \"View.MemoryView\":1297\n *                 src.strides[i] = 0\n *             else:\n *                 _err_extents(i, dst.shape[i], src.shape[i])             # <<<<<<<<<<<<<<\n * \n *         if src.suboffsets[i] >= 0:\n */\n      /*else*/ {\n        __pyx_t_6 = __pyx_memoryview_err_extents(__pyx_v_i, (__pyx_v_dst.shape[__pyx_v_i]), (__pyx_v_src.shape[__pyx_v_i])); if (unlikely(__pyx_t_6 == ((int)-1))) __PYX_ERR(1, 1297, __pyx_L1_error)\n      }\n      __pyx_L7:;\n\n      /* \"View.MemoryView\":1292\n * \n *     for i in range(ndim):\n *         if src.shape[i] != dst.shape[i]:             # <<<<<<<<<<<<<<\n *             if src.shape[i] == 1:\n *                 broadcasting = True\n */\n    }\n\n    /* \"View.MemoryView\":1299\n *                 _err_extents(i, dst.shape[i], src.shape[i])\n * \n *         if src.suboffsets[i] >= 0:             # <<<<<<<<<<<<<<\n *             _err_dim(ValueError, \"Dimension %d is not direct\", i)\n * \n */\n    __pyx_t_2 = (((__pyx_v_src.suboffsets[__pyx_v_i]) >= 0) != 0);\n    if (__pyx_t_2) {\n\n      /* \"View.MemoryView\":1300\n * \n *         if src.suboffsets[i] >= 0:\n *             _err_dim(ValueError, \"Dimension %d is not direct\", i)             # <<<<<<<<<<<<<<\n * \n *     if slices_overlap(&src, &dst, ndim, itemsize):\n */\n      __pyx_t_6 = __pyx_memoryview_err_dim(__pyx_builtin_ValueError, ((char *)\"Dimension %d is not direct\"), __pyx_v_i); if (unlikely(__pyx_t_6 == ((int)-1))) __PYX_ERR(1, 1300, __pyx_L1_error)\n\n      /* \"View.MemoryView\":1299\n *                 _err_extents(i, dst.shape[i], src.shape[i])\n * \n *         if src.suboffsets[i] >= 0:             # <<<<<<<<<<<<<<\n *             _err_dim(ValueError, \"Dimension %d is not direct\", i)\n * \n */\n    }\n  }\n\n  /* \"View.MemoryView\":1302\n *             _err_dim(ValueError, \"Dimension %d is not direct\", i)\n * \n *     if slices_overlap(&src, &dst, ndim, itemsize):             # <<<<<<<<<<<<<<\n * \n *         if not slice_is_contig(src, order, ndim):\n */\n  __pyx_t_2 = (__pyx_slices_overlap((&__pyx_v_src), (&__pyx_v_dst), __pyx_v_ndim, __pyx_v_itemsize) != 0);\n  if (__pyx_t_2) {\n\n    /* \"View.MemoryView\":1304\n *     if slices_overlap(&src, &dst, ndim, itemsize):\n * \n *         if not slice_is_contig(src, order, ndim):             # <<<<<<<<<<<<<<\n *             order = get_best_order(&dst, ndim)\n * \n */\n    __pyx_t_2 = ((!(__pyx_memviewslice_is_contig(__pyx_v_src, __pyx_v_order, __pyx_v_ndim) != 0)) != 0);\n    if (__pyx_t_2) {\n\n      /* \"View.MemoryView\":1305\n * \n *         if not slice_is_contig(src, order, ndim):\n *             order = get_best_order(&dst, ndim)             # <<<<<<<<<<<<<<\n * \n *         tmpdata = copy_data_to_temp(&src, &tmp, order, ndim)\n */\n      __pyx_v_order = __pyx_get_best_slice_order((&__pyx_v_dst), __pyx_v_ndim);\n\n      /* \"View.MemoryView\":1304\n *     if slices_overlap(&src, &dst, ndim, itemsize):\n * \n *         if not slice_is_contig(src, order, ndim):             # <<<<<<<<<<<<<<\n *             order = get_best_order(&dst, ndim)\n * \n */\n    }\n\n    /* \"View.MemoryView\":1307\n *             order = get_best_order(&dst, ndim)\n * \n *         tmpdata = copy_data_to_temp(&src, &tmp, order, ndim)             # <<<<<<<<<<<<<<\n *         src = tmp\n * \n */\n    __pyx_t_7 = __pyx_memoryview_copy_data_to_temp((&__pyx_v_src), (&__pyx_v_tmp), __pyx_v_order, __pyx_v_ndim); if (unlikely(__pyx_t_7 == ((void *)NULL))) __PYX_ERR(1, 1307, __pyx_L1_error)\n    __pyx_v_tmpdata = __pyx_t_7;\n\n    /* \"View.MemoryView\":1308\n * \n *         tmpdata = copy_data_to_temp(&src, &tmp, order, ndim)\n *         src = tmp             # <<<<<<<<<<<<<<\n * \n *     if not broadcasting:\n */\n    __pyx_v_src = __pyx_v_tmp;\n\n    /* \"View.MemoryView\":1302\n *             _err_dim(ValueError, \"Dimension %d is not direct\", i)\n * \n *     if slices_overlap(&src, &dst, ndim, itemsize):             # <<<<<<<<<<<<<<\n * \n *         if not slice_is_contig(src, order, ndim):\n */\n  }\n\n  /* \"View.MemoryView\":1310\n *         src = tmp\n * \n *     if not broadcasting:             # <<<<<<<<<<<<<<\n * \n * \n */\n  __pyx_t_2 = ((!(__pyx_v_broadcasting != 0)) != 0);\n  if (__pyx_t_2) {\n\n    /* \"View.MemoryView\":1313\n * \n * \n *         if slice_is_contig(src, 'C', ndim):             # <<<<<<<<<<<<<<\n *             direct_copy = slice_is_contig(dst, 'C', ndim)\n *         elif slice_is_contig(src, 'F', ndim):\n */\n    __pyx_t_2 = (__pyx_memviewslice_is_contig(__pyx_v_src, 'C', __pyx_v_ndim) != 0);\n    if (__pyx_t_2) {\n\n      /* \"View.MemoryView\":1314\n * \n *         if slice_is_contig(src, 'C', ndim):\n *             direct_copy = slice_is_contig(dst, 'C', ndim)             # <<<<<<<<<<<<<<\n *         elif slice_is_contig(src, 'F', ndim):\n *             direct_copy = slice_is_contig(dst, 'F', ndim)\n */\n      __pyx_v_direct_copy = __pyx_memviewslice_is_contig(__pyx_v_dst, 'C', __pyx_v_ndim);\n\n      /* \"View.MemoryView\":1313\n * \n * \n *         if slice_is_contig(src, 'C', ndim):             # <<<<<<<<<<<<<<\n *             direct_copy = slice_is_contig(dst, 'C', ndim)\n *         elif slice_is_contig(src, 'F', ndim):\n */\n      goto __pyx_L12;\n    }\n\n    /* \"View.MemoryView\":1315\n *         if slice_is_contig(src, 'C', ndim):\n *             direct_copy = slice_is_contig(dst, 'C', ndim)\n *         elif slice_is_contig(src, 'F', ndim):             # <<<<<<<<<<<<<<\n *             direct_copy = slice_is_contig(dst, 'F', ndim)\n * \n */\n    __pyx_t_2 = (__pyx_memviewslice_is_contig(__pyx_v_src, 'F', __pyx_v_ndim) != 0);\n    if (__pyx_t_2) {\n\n      /* \"View.MemoryView\":1316\n *             direct_copy = slice_is_contig(dst, 'C', ndim)\n *         elif slice_is_contig(src, 'F', ndim):\n *             direct_copy = slice_is_contig(dst, 'F', ndim)             # <<<<<<<<<<<<<<\n * \n *         if direct_copy:\n */\n      __pyx_v_direct_copy = __pyx_memviewslice_is_contig(__pyx_v_dst, 'F', __pyx_v_ndim);\n\n      /* \"View.MemoryView\":1315\n *         if slice_is_contig(src, 'C', ndim):\n *             direct_copy = slice_is_contig(dst, 'C', ndim)\n *         elif slice_is_contig(src, 'F', ndim):             # <<<<<<<<<<<<<<\n *             direct_copy = slice_is_contig(dst, 'F', ndim)\n * \n */\n    }\n    __pyx_L12:;\n\n    /* \"View.MemoryView\":1318\n *             direct_copy = slice_is_contig(dst, 'F', ndim)\n * \n *         if direct_copy:             # <<<<<<<<<<<<<<\n * \n *             refcount_copying(&dst, dtype_is_object, ndim, False)\n */\n    __pyx_t_2 = (__pyx_v_direct_copy != 0);\n    if (__pyx_t_2) {\n\n      /* \"View.MemoryView\":1320\n *         if direct_copy:\n * \n *             refcount_copying(&dst, dtype_is_object, ndim, False)             # <<<<<<<<<<<<<<\n *             memcpy(dst.data, src.data, slice_get_size(&src, ndim))\n *             refcount_copying(&dst, dtype_is_object, ndim, True)\n */\n      __pyx_memoryview_refcount_copying((&__pyx_v_dst), __pyx_v_dtype_is_object, __pyx_v_ndim, 0);\n\n      /* \"View.MemoryView\":1321\n * \n *             refcount_copying(&dst, dtype_is_object, ndim, False)\n *             memcpy(dst.data, src.data, slice_get_size(&src, ndim))             # <<<<<<<<<<<<<<\n *             refcount_copying(&dst, dtype_is_object, ndim, True)\n *             free(tmpdata)\n */\n      (void)(memcpy(__pyx_v_dst.data, __pyx_v_src.data, __pyx_memoryview_slice_get_size((&__pyx_v_src), __pyx_v_ndim)));\n\n      /* \"View.MemoryView\":1322\n *             refcount_copying(&dst, dtype_is_object, ndim, False)\n *             memcpy(dst.data, src.data, slice_get_size(&src, ndim))\n *             refcount_copying(&dst, dtype_is_object, ndim, True)             # <<<<<<<<<<<<<<\n *             free(tmpdata)\n *             return 0\n */\n      __pyx_memoryview_refcount_copying((&__pyx_v_dst), __pyx_v_dtype_is_object, __pyx_v_ndim, 1);\n\n      /* \"View.MemoryView\":1323\n *             memcpy(dst.data, src.data, slice_get_size(&src, ndim))\n *             refcount_copying(&dst, dtype_is_object, ndim, True)\n *             free(tmpdata)             # <<<<<<<<<<<<<<\n *             return 0\n * \n */\n      free(__pyx_v_tmpdata);\n\n      /* \"View.MemoryView\":1324\n *             refcount_copying(&dst, dtype_is_object, ndim, True)\n *             free(tmpdata)\n *             return 0             # <<<<<<<<<<<<<<\n * \n *     if order == 'F' == get_best_order(&dst, ndim):\n */\n      __pyx_r = 0;\n      goto __pyx_L0;\n\n      /* \"View.MemoryView\":1318\n *             direct_copy = slice_is_contig(dst, 'F', ndim)\n * \n *         if direct_copy:             # <<<<<<<<<<<<<<\n * \n *             refcount_copying(&dst, dtype_is_object, ndim, False)\n */\n    }\n\n    /* \"View.MemoryView\":1310\n *         src = tmp\n * \n *     if not broadcasting:             # <<<<<<<<<<<<<<\n * \n * \n */\n  }\n\n  /* \"View.MemoryView\":1326\n *             return 0\n * \n *     if order == 'F' == get_best_order(&dst, ndim):             # <<<<<<<<<<<<<<\n * \n * \n */\n  __pyx_t_2 = (__pyx_v_order == 'F');\n  if (__pyx_t_2) {\n    __pyx_t_2 = ('F' == __pyx_get_best_slice_order((&__pyx_v_dst), __pyx_v_ndim));\n  }\n  __pyx_t_8 = (__pyx_t_2 != 0);\n  if (__pyx_t_8) {\n\n    /* \"View.MemoryView\":1329\n * \n * \n *         transpose_memslice(&src)             # <<<<<<<<<<<<<<\n *         transpose_memslice(&dst)\n * \n */\n    __pyx_t_5 = __pyx_memslice_transpose((&__pyx_v_src)); if (unlikely(__pyx_t_5 == ((int)0))) __PYX_ERR(1, 1329, __pyx_L1_error)\n\n    /* \"View.MemoryView\":1330\n * \n *         transpose_memslice(&src)\n *         transpose_memslice(&dst)             # <<<<<<<<<<<<<<\n * \n *     refcount_copying(&dst, dtype_is_object, ndim, False)\n */\n    __pyx_t_5 = __pyx_memslice_transpose((&__pyx_v_dst)); if (unlikely(__pyx_t_5 == ((int)0))) __PYX_ERR(1, 1330, __pyx_L1_error)\n\n    /* \"View.MemoryView\":1326\n *             return 0\n * \n *     if order == 'F' == get_best_order(&dst, ndim):             # <<<<<<<<<<<<<<\n * \n * \n */\n  }\n\n  /* \"View.MemoryView\":1332\n *         transpose_memslice(&dst)\n * \n *     refcount_copying(&dst, dtype_is_object, ndim, False)             # <<<<<<<<<<<<<<\n *     copy_strided_to_strided(&src, &dst, ndim, itemsize)\n *     refcount_copying(&dst, dtype_is_object, ndim, True)\n */\n  __pyx_memoryview_refcount_copying((&__pyx_v_dst), __pyx_v_dtype_is_object, __pyx_v_ndim, 0);\n\n  /* \"View.MemoryView\":1333\n * \n *     refcount_copying(&dst, dtype_is_object, ndim, False)\n *     copy_strided_to_strided(&src, &dst, ndim, itemsize)             # <<<<<<<<<<<<<<\n *     refcount_copying(&dst, dtype_is_object, ndim, True)\n * \n */\n  copy_strided_to_strided((&__pyx_v_src), (&__pyx_v_dst), __pyx_v_ndim, __pyx_v_itemsize);\n\n  /* \"View.MemoryView\":1334\n *     refcount_copying(&dst, dtype_is_object, ndim, False)\n *     copy_strided_to_strided(&src, &dst, ndim, itemsize)\n *     refcount_copying(&dst, dtype_is_object, ndim, True)             # <<<<<<<<<<<<<<\n * \n *     free(tmpdata)\n */\n  __pyx_memoryview_refcount_copying((&__pyx_v_dst), __pyx_v_dtype_is_object, __pyx_v_ndim, 1);\n\n  /* \"View.MemoryView\":1336\n *     refcount_copying(&dst, dtype_is_object, ndim, True)\n * \n *     free(tmpdata)             # <<<<<<<<<<<<<<\n *     return 0\n * \n */\n  free(__pyx_v_tmpdata);\n\n  /* \"View.MemoryView\":1337\n * \n *     free(tmpdata)\n *     return 0             # <<<<<<<<<<<<<<\n * \n * @cname('__pyx_memoryview_broadcast_leading')\n */\n  __pyx_r = 0;\n  goto __pyx_L0;\n\n  /* \"View.MemoryView\":1268\n * \n * @cname('__pyx_memoryview_copy_contents')\n * cdef int memoryview_copy_contents(__Pyx_memviewslice src,             # <<<<<<<<<<<<<<\n *                                   __Pyx_memviewslice dst,\n *                                   int src_ndim, int dst_ndim,\n */\n\n  /* function exit code */\n  __pyx_L1_error:;\n  {\n    #ifdef WITH_THREAD\n    PyGILState_STATE __pyx_gilstate_save = __Pyx_PyGILState_Ensure();\n    #endif\n    __Pyx_AddTraceback(\"View.MemoryView.memoryview_copy_contents\", __pyx_clineno, __pyx_lineno, __pyx_filename);\n    #ifdef WITH_THREAD\n    __Pyx_PyGILState_Release(__pyx_gilstate_save);\n    #endif\n  }\n  __pyx_r = -1;\n  __pyx_L0:;\n  return __pyx_r;\n}\n\n/* \"View.MemoryView\":1340\n * \n * @cname('__pyx_memoryview_broadcast_leading')\n * cdef void broadcast_leading(__Pyx_memviewslice *mslice,             # <<<<<<<<<<<<<<\n *                             int ndim,\n *                             int ndim_other) nogil:\n */\n\nstatic void __pyx_memoryview_broadcast_leading(__Pyx_memviewslice *__pyx_v_mslice, int __pyx_v_ndim, int __pyx_v_ndim_other) {\n  int __pyx_v_i;\n  int __pyx_v_offset;\n  int __pyx_t_1;\n  int __pyx_t_2;\n  int __pyx_t_3;\n\n  /* \"View.MemoryView\":1344\n *                             int ndim_other) nogil:\n *     cdef int i\n *     cdef int offset = ndim_other - ndim             # <<<<<<<<<<<<<<\n * \n *     for i in range(ndim - 1, -1, -1):\n */\n  __pyx_v_offset = (__pyx_v_ndim_other - __pyx_v_ndim);\n\n  /* \"View.MemoryView\":1346\n *     cdef int offset = ndim_other - ndim\n * \n *     for i in range(ndim - 1, -1, -1):             # <<<<<<<<<<<<<<\n *         mslice.shape[i + offset] = mslice.shape[i]\n *         mslice.strides[i + offset] = mslice.strides[i]\n */\n  for (__pyx_t_1 = (__pyx_v_ndim - 1); __pyx_t_1 > -1; __pyx_t_1-=1) {\n    __pyx_v_i = __pyx_t_1;\n\n    /* \"View.MemoryView\":1347\n * \n *     for i in range(ndim - 1, -1, -1):\n *         mslice.shape[i + offset] = mslice.shape[i]             # <<<<<<<<<<<<<<\n *         mslice.strides[i + offset] = mslice.strides[i]\n *         mslice.suboffsets[i + offset] = mslice.suboffsets[i]\n */\n    (__pyx_v_mslice->shape[(__pyx_v_i + __pyx_v_offset)]) = (__pyx_v_mslice->shape[__pyx_v_i]);\n\n    /* \"View.MemoryView\":1348\n *     for i in range(ndim - 1, -1, -1):\n *         mslice.shape[i + offset] = mslice.shape[i]\n *         mslice.strides[i + offset] = mslice.strides[i]             # <<<<<<<<<<<<<<\n *         mslice.suboffsets[i + offset] = mslice.suboffsets[i]\n * \n */\n    (__pyx_v_mslice->strides[(__pyx_v_i + __pyx_v_offset)]) = (__pyx_v_mslice->strides[__pyx_v_i]);\n\n    /* \"View.MemoryView\":1349\n *         mslice.shape[i + offset] = mslice.shape[i]\n *         mslice.strides[i + offset] = mslice.strides[i]\n *         mslice.suboffsets[i + offset] = mslice.suboffsets[i]             # <<<<<<<<<<<<<<\n * \n *     for i in range(offset):\n */\n    (__pyx_v_mslice->suboffsets[(__pyx_v_i + __pyx_v_offset)]) = (__pyx_v_mslice->suboffsets[__pyx_v_i]);\n  }\n\n  /* \"View.MemoryView\":1351\n *         mslice.suboffsets[i + offset] = mslice.suboffsets[i]\n * \n *     for i in range(offset):             # <<<<<<<<<<<<<<\n *         mslice.shape[i] = 1\n *         mslice.strides[i] = mslice.strides[0]\n */\n  __pyx_t_1 = __pyx_v_offset;\n  __pyx_t_2 = __pyx_t_1;\n  for (__pyx_t_3 = 0; __pyx_t_3 < __pyx_t_2; __pyx_t_3+=1) {\n    __pyx_v_i = __pyx_t_3;\n\n    /* \"View.MemoryView\":1352\n * \n *     for i in range(offset):\n *         mslice.shape[i] = 1             # <<<<<<<<<<<<<<\n *         mslice.strides[i] = mslice.strides[0]\n *         mslice.suboffsets[i] = -1\n */\n    (__pyx_v_mslice->shape[__pyx_v_i]) = 1;\n\n    /* \"View.MemoryView\":1353\n *     for i in range(offset):\n *         mslice.shape[i] = 1\n *         mslice.strides[i] = mslice.strides[0]             # <<<<<<<<<<<<<<\n *         mslice.suboffsets[i] = -1\n * \n */\n    (__pyx_v_mslice->strides[__pyx_v_i]) = (__pyx_v_mslice->strides[0]);\n\n    /* \"View.MemoryView\":1354\n *         mslice.shape[i] = 1\n *         mslice.strides[i] = mslice.strides[0]\n *         mslice.suboffsets[i] = -1             # <<<<<<<<<<<<<<\n * \n * \n */\n    (__pyx_v_mslice->suboffsets[__pyx_v_i]) = -1L;\n  }\n\n  /* \"View.MemoryView\":1340\n * \n * @cname('__pyx_memoryview_broadcast_leading')\n * cdef void broadcast_leading(__Pyx_memviewslice *mslice,             # <<<<<<<<<<<<<<\n *                             int ndim,\n *                             int ndim_other) nogil:\n */\n\n  /* function exit code */\n}\n\n/* \"View.MemoryView\":1362\n * \n * @cname('__pyx_memoryview_refcount_copying')\n * cdef void refcount_copying(__Pyx_memviewslice *dst, bint dtype_is_object,             # <<<<<<<<<<<<<<\n *                            int ndim, bint inc) nogil:\n * \n */\n\nstatic void __pyx_memoryview_refcount_copying(__Pyx_memviewslice *__pyx_v_dst, int __pyx_v_dtype_is_object, int __pyx_v_ndim, int __pyx_v_inc) {\n  int __pyx_t_1;\n\n  /* \"View.MemoryView\":1366\n * \n * \n *     if dtype_is_object:             # <<<<<<<<<<<<<<\n *         refcount_objects_in_slice_with_gil(dst.data, dst.shape,\n *                                            dst.strides, ndim, inc)\n */\n  __pyx_t_1 = (__pyx_v_dtype_is_object != 0);\n  if (__pyx_t_1) {\n\n    /* \"View.MemoryView\":1367\n * \n *     if dtype_is_object:\n *         refcount_objects_in_slice_with_gil(dst.data, dst.shape,             # <<<<<<<<<<<<<<\n *                                            dst.strides, ndim, inc)\n * \n */\n    __pyx_memoryview_refcount_objects_in_slice_with_gil(__pyx_v_dst->data, __pyx_v_dst->shape, __pyx_v_dst->strides, __pyx_v_ndim, __pyx_v_inc);\n\n    /* \"View.MemoryView\":1366\n * \n * \n *     if dtype_is_object:             # <<<<<<<<<<<<<<\n *         refcount_objects_in_slice_with_gil(dst.data, dst.shape,\n *                                            dst.strides, ndim, inc)\n */\n  }\n\n  /* \"View.MemoryView\":1362\n * \n * @cname('__pyx_memoryview_refcount_copying')\n * cdef void refcount_copying(__Pyx_memviewslice *dst, bint dtype_is_object,             # <<<<<<<<<<<<<<\n *                            int ndim, bint inc) nogil:\n * \n */\n\n  /* function exit code */\n}\n\n/* \"View.MemoryView\":1371\n * \n * @cname('__pyx_memoryview_refcount_objects_in_slice_with_gil')\n * cdef void refcount_objects_in_slice_with_gil(char *data, Py_ssize_t *shape,             # <<<<<<<<<<<<<<\n *                                              Py_ssize_t *strides, int ndim,\n *                                              bint inc) with gil:\n */\n\nstatic void __pyx_memoryview_refcount_objects_in_slice_with_gil(char *__pyx_v_data, Py_ssize_t *__pyx_v_shape, Py_ssize_t *__pyx_v_strides, int __pyx_v_ndim, int __pyx_v_inc) {\n  __Pyx_RefNannyDeclarations\n  #ifdef WITH_THREAD\n  PyGILState_STATE __pyx_gilstate_save = __Pyx_PyGILState_Ensure();\n  #endif\n  __Pyx_RefNannySetupContext(\"refcount_objects_in_slice_with_gil\", 0);\n\n  /* \"View.MemoryView\":1374\n *                                              Py_ssize_t *strides, int ndim,\n *                                              bint inc) with gil:\n *     refcount_objects_in_slice(data, shape, strides, ndim, inc)             # <<<<<<<<<<<<<<\n * \n * @cname('__pyx_memoryview_refcount_objects_in_slice')\n */\n  __pyx_memoryview_refcount_objects_in_slice(__pyx_v_data, __pyx_v_shape, __pyx_v_strides, __pyx_v_ndim, __pyx_v_inc);\n\n  /* \"View.MemoryView\":1371\n * \n * @cname('__pyx_memoryview_refcount_objects_in_slice_with_gil')\n * cdef void refcount_objects_in_slice_with_gil(char *data, Py_ssize_t *shape,             # <<<<<<<<<<<<<<\n *                                              Py_ssize_t *strides, int ndim,\n *                                              bint inc) with gil:\n */\n\n  /* function exit code */\n  __Pyx_RefNannyFinishContext();\n  #ifdef WITH_THREAD\n  __Pyx_PyGILState_Release(__pyx_gilstate_save);\n  #endif\n}\n\n/* \"View.MemoryView\":1377\n * \n * @cname('__pyx_memoryview_refcount_objects_in_slice')\n * cdef void refcount_objects_in_slice(char *data, Py_ssize_t *shape,             # <<<<<<<<<<<<<<\n *                                     Py_ssize_t *strides, int ndim, bint inc):\n *     cdef Py_ssize_t i\n */\n\nstatic void __pyx_memoryview_refcount_objects_in_slice(char *__pyx_v_data, Py_ssize_t *__pyx_v_shape, Py_ssize_t *__pyx_v_strides, int __pyx_v_ndim, int __pyx_v_inc) {\n  CYTHON_UNUSED Py_ssize_t __pyx_v_i;\n  __Pyx_RefNannyDeclarations\n  Py_ssize_t __pyx_t_1;\n  Py_ssize_t __pyx_t_2;\n  Py_ssize_t __pyx_t_3;\n  int __pyx_t_4;\n  __Pyx_RefNannySetupContext(\"refcount_objects_in_slice\", 0);\n\n  /* \"View.MemoryView\":1381\n *     cdef Py_ssize_t i\n * \n *     for i in range(shape[0]):             # <<<<<<<<<<<<<<\n *         if ndim == 1:\n *             if inc:\n */\n  __pyx_t_1 = (__pyx_v_shape[0]);\n  __pyx_t_2 = __pyx_t_1;\n  for (__pyx_t_3 = 0; __pyx_t_3 < __pyx_t_2; __pyx_t_3+=1) {\n    __pyx_v_i = __pyx_t_3;\n\n    /* \"View.MemoryView\":1382\n * \n *     for i in range(shape[0]):\n *         if ndim == 1:             # <<<<<<<<<<<<<<\n *             if inc:\n *                 Py_INCREF((<PyObject **> data)[0])\n */\n    __pyx_t_4 = ((__pyx_v_ndim == 1) != 0);\n    if (__pyx_t_4) {\n\n      /* \"View.MemoryView\":1383\n *     for i in range(shape[0]):\n *         if ndim == 1:\n *             if inc:             # <<<<<<<<<<<<<<\n *                 Py_INCREF((<PyObject **> data)[0])\n *             else:\n */\n      __pyx_t_4 = (__pyx_v_inc != 0);\n      if (__pyx_t_4) {\n\n        /* \"View.MemoryView\":1384\n *         if ndim == 1:\n *             if inc:\n *                 Py_INCREF((<PyObject **> data)[0])             # <<<<<<<<<<<<<<\n *             else:\n *                 Py_DECREF((<PyObject **> data)[0])\n */\n        Py_INCREF((((PyObject **)__pyx_v_data)[0]));\n\n        /* \"View.MemoryView\":1383\n *     for i in range(shape[0]):\n *         if ndim == 1:\n *             if inc:             # <<<<<<<<<<<<<<\n *                 Py_INCREF((<PyObject **> data)[0])\n *             else:\n */\n        goto __pyx_L6;\n      }\n\n      /* \"View.MemoryView\":1386\n *                 Py_INCREF((<PyObject **> data)[0])\n *             else:\n *                 Py_DECREF((<PyObject **> data)[0])             # <<<<<<<<<<<<<<\n *         else:\n *             refcount_objects_in_slice(data, shape + 1, strides + 1,\n */\n      /*else*/ {\n        Py_DECREF((((PyObject **)__pyx_v_data)[0]));\n      }\n      __pyx_L6:;\n\n      /* \"View.MemoryView\":1382\n * \n *     for i in range(shape[0]):\n *         if ndim == 1:             # <<<<<<<<<<<<<<\n *             if inc:\n *                 Py_INCREF((<PyObject **> data)[0])\n */\n      goto __pyx_L5;\n    }\n\n    /* \"View.MemoryView\":1388\n *                 Py_DECREF((<PyObject **> data)[0])\n *         else:\n *             refcount_objects_in_slice(data, shape + 1, strides + 1,             # <<<<<<<<<<<<<<\n *                                       ndim - 1, inc)\n * \n */\n    /*else*/ {\n\n      /* \"View.MemoryView\":1389\n *         else:\n *             refcount_objects_in_slice(data, shape + 1, strides + 1,\n *                                       ndim - 1, inc)             # <<<<<<<<<<<<<<\n * \n *         data += strides[0]\n */\n      __pyx_memoryview_refcount_objects_in_slice(__pyx_v_data, (__pyx_v_shape + 1), (__pyx_v_strides + 1), (__pyx_v_ndim - 1), __pyx_v_inc);\n    }\n    __pyx_L5:;\n\n    /* \"View.MemoryView\":1391\n *                                       ndim - 1, inc)\n * \n *         data += strides[0]             # <<<<<<<<<<<<<<\n * \n * \n */\n    __pyx_v_data = (__pyx_v_data + (__pyx_v_strides[0]));\n  }\n\n  /* \"View.MemoryView\":1377\n * \n * @cname('__pyx_memoryview_refcount_objects_in_slice')\n * cdef void refcount_objects_in_slice(char *data, Py_ssize_t *shape,             # <<<<<<<<<<<<<<\n *                                     Py_ssize_t *strides, int ndim, bint inc):\n *     cdef Py_ssize_t i\n */\n\n  /* function exit code */\n  __Pyx_RefNannyFinishContext();\n}\n\n/* \"View.MemoryView\":1397\n * \n * @cname('__pyx_memoryview_slice_assign_scalar')\n * cdef void slice_assign_scalar(__Pyx_memviewslice *dst, int ndim,             # <<<<<<<<<<<<<<\n *                               size_t itemsize, void *item,\n *                               bint dtype_is_object) nogil:\n */\n\nstatic void __pyx_memoryview_slice_assign_scalar(__Pyx_memviewslice *__pyx_v_dst, int __pyx_v_ndim, size_t __pyx_v_itemsize, void *__pyx_v_item, int __pyx_v_dtype_is_object) {\n\n  /* \"View.MemoryView\":1400\n *                               size_t itemsize, void *item,\n *                               bint dtype_is_object) nogil:\n *     refcount_copying(dst, dtype_is_object, ndim, False)             # <<<<<<<<<<<<<<\n *     _slice_assign_scalar(dst.data, dst.shape, dst.strides, ndim,\n *                          itemsize, item)\n */\n  __pyx_memoryview_refcount_copying(__pyx_v_dst, __pyx_v_dtype_is_object, __pyx_v_ndim, 0);\n\n  /* \"View.MemoryView\":1401\n *                               bint dtype_is_object) nogil:\n *     refcount_copying(dst, dtype_is_object, ndim, False)\n *     _slice_assign_scalar(dst.data, dst.shape, dst.strides, ndim,             # <<<<<<<<<<<<<<\n *                          itemsize, item)\n *     refcount_copying(dst, dtype_is_object, ndim, True)\n */\n  __pyx_memoryview__slice_assign_scalar(__pyx_v_dst->data, __pyx_v_dst->shape, __pyx_v_dst->strides, __pyx_v_ndim, __pyx_v_itemsize, __pyx_v_item);\n\n  /* \"View.MemoryView\":1403\n *     _slice_assign_scalar(dst.data, dst.shape, dst.strides, ndim,\n *                          itemsize, item)\n *     refcount_copying(dst, dtype_is_object, ndim, True)             # <<<<<<<<<<<<<<\n * \n * \n */\n  __pyx_memoryview_refcount_copying(__pyx_v_dst, __pyx_v_dtype_is_object, __pyx_v_ndim, 1);\n\n  /* \"View.MemoryView\":1397\n * \n * @cname('__pyx_memoryview_slice_assign_scalar')\n * cdef void slice_assign_scalar(__Pyx_memviewslice *dst, int ndim,             # <<<<<<<<<<<<<<\n *                               size_t itemsize, void *item,\n *                               bint dtype_is_object) nogil:\n */\n\n  /* function exit code */\n}\n\n/* \"View.MemoryView\":1407\n * \n * @cname('__pyx_memoryview__slice_assign_scalar')\n * cdef void _slice_assign_scalar(char *data, Py_ssize_t *shape,             # <<<<<<<<<<<<<<\n *                               Py_ssize_t *strides, int ndim,\n *                               size_t itemsize, void *item) nogil:\n */\n\nstatic void __pyx_memoryview__slice_assign_scalar(char *__pyx_v_data, Py_ssize_t *__pyx_v_shape, Py_ssize_t *__pyx_v_strides, int __pyx_v_ndim, size_t __pyx_v_itemsize, void *__pyx_v_item) {\n  CYTHON_UNUSED Py_ssize_t __pyx_v_i;\n  Py_ssize_t __pyx_v_stride;\n  Py_ssize_t __pyx_v_extent;\n  int __pyx_t_1;\n  Py_ssize_t __pyx_t_2;\n  Py_ssize_t __pyx_t_3;\n  Py_ssize_t __pyx_t_4;\n\n  /* \"View.MemoryView\":1411\n *                               size_t itemsize, void *item) nogil:\n *     cdef Py_ssize_t i\n *     cdef Py_ssize_t stride = strides[0]             # <<<<<<<<<<<<<<\n *     cdef Py_ssize_t extent = shape[0]\n * \n */\n  __pyx_v_stride = (__pyx_v_strides[0]);\n\n  /* \"View.MemoryView\":1412\n *     cdef Py_ssize_t i\n *     cdef Py_ssize_t stride = strides[0]\n *     cdef Py_ssize_t extent = shape[0]             # <<<<<<<<<<<<<<\n * \n *     if ndim == 1:\n */\n  __pyx_v_extent = (__pyx_v_shape[0]);\n\n  /* \"View.MemoryView\":1414\n *     cdef Py_ssize_t extent = shape[0]\n * \n *     if ndim == 1:             # <<<<<<<<<<<<<<\n *         for i in range(extent):\n *             memcpy(data, item, itemsize)\n */\n  __pyx_t_1 = ((__pyx_v_ndim == 1) != 0);\n  if (__pyx_t_1) {\n\n    /* \"View.MemoryView\":1415\n * \n *     if ndim == 1:\n *         for i in range(extent):             # <<<<<<<<<<<<<<\n *             memcpy(data, item, itemsize)\n *             data += stride\n */\n    __pyx_t_2 = __pyx_v_extent;\n    __pyx_t_3 = __pyx_t_2;\n    for (__pyx_t_4 = 0; __pyx_t_4 < __pyx_t_3; __pyx_t_4+=1) {\n      __pyx_v_i = __pyx_t_4;\n\n      /* \"View.MemoryView\":1416\n *     if ndim == 1:\n *         for i in range(extent):\n *             memcpy(data, item, itemsize)             # <<<<<<<<<<<<<<\n *             data += stride\n *     else:\n */\n      (void)(memcpy(__pyx_v_data, __pyx_v_item, __pyx_v_itemsize));\n\n      /* \"View.MemoryView\":1417\n *         for i in range(extent):\n *             memcpy(data, item, itemsize)\n *             data += stride             # <<<<<<<<<<<<<<\n *     else:\n *         for i in range(extent):\n */\n      __pyx_v_data = (__pyx_v_data + __pyx_v_stride);\n    }\n\n    /* \"View.MemoryView\":1414\n *     cdef Py_ssize_t extent = shape[0]\n * \n *     if ndim == 1:             # <<<<<<<<<<<<<<\n *         for i in range(extent):\n *             memcpy(data, item, itemsize)\n */\n    goto __pyx_L3;\n  }\n\n  /* \"View.MemoryView\":1419\n *             data += stride\n *     else:\n *         for i in range(extent):             # <<<<<<<<<<<<<<\n *             _slice_assign_scalar(data, shape + 1, strides + 1,\n *                                 ndim - 1, itemsize, item)\n */\n  /*else*/ {\n    __pyx_t_2 = __pyx_v_extent;\n    __pyx_t_3 = __pyx_t_2;\n    for (__pyx_t_4 = 0; __pyx_t_4 < __pyx_t_3; __pyx_t_4+=1) {\n      __pyx_v_i = __pyx_t_4;\n\n      /* \"View.MemoryView\":1420\n *     else:\n *         for i in range(extent):\n *             _slice_assign_scalar(data, shape + 1, strides + 1,             # <<<<<<<<<<<<<<\n *                                 ndim - 1, itemsize, item)\n *             data += stride\n */\n      __pyx_memoryview__slice_assign_scalar(__pyx_v_data, (__pyx_v_shape + 1), (__pyx_v_strides + 1), (__pyx_v_ndim - 1), __pyx_v_itemsize, __pyx_v_item);\n\n      /* \"View.MemoryView\":1422\n *             _slice_assign_scalar(data, shape + 1, strides + 1,\n *                                 ndim - 1, itemsize, item)\n *             data += stride             # <<<<<<<<<<<<<<\n * \n * \n */\n      __pyx_v_data = (__pyx_v_data + __pyx_v_stride);\n    }\n  }\n  __pyx_L3:;\n\n  /* \"View.MemoryView\":1407\n * \n * @cname('__pyx_memoryview__slice_assign_scalar')\n * cdef void _slice_assign_scalar(char *data, Py_ssize_t *shape,             # <<<<<<<<<<<<<<\n *                               Py_ssize_t *strides, int ndim,\n *                               size_t itemsize, void *item) nogil:\n */\n\n  /* function exit code */\n}\n\n/* \"(tree fragment)\":1\n * def __pyx_unpickle_Enum(__pyx_type, long __pyx_checksum, __pyx_state):             # <<<<<<<<<<<<<<\n *     cdef object __pyx_PickleError\n *     cdef object __pyx_result\n */\n\n/* Python wrapper */\nstatic PyObject *__pyx_pw_15View_dot_MemoryView_1__pyx_unpickle_Enum(PyObject *__pyx_self, PyObject *__pyx_args, PyObject *__pyx_kwds); /*proto*/\nstatic PyMethodDef __pyx_mdef_15View_dot_MemoryView_1__pyx_unpickle_Enum = {\"__pyx_unpickle_Enum\", (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_15View_dot_MemoryView_1__pyx_unpickle_Enum, METH_VARARGS|METH_KEYWORDS, 0};\nstatic PyObject *__pyx_pw_15View_dot_MemoryView_1__pyx_unpickle_Enum(PyObject *__pyx_self, PyObject *__pyx_args, PyObject *__pyx_kwds) {\n  PyObject *__pyx_v___pyx_type = 0;\n  long __pyx_v___pyx_checksum;\n  PyObject *__pyx_v___pyx_state = 0;\n  int __pyx_lineno = 0;\n  const char *__pyx_filename = NULL;\n  int __pyx_clineno = 0;\n  PyObject *__pyx_r = 0;\n  __Pyx_RefNannyDeclarations\n  __Pyx_RefNannySetupContext(\"__pyx_unpickle_Enum (wrapper)\", 0);\n  {\n    static PyObject **__pyx_pyargnames[] = {&__pyx_n_s_pyx_type,&__pyx_n_s_pyx_checksum,&__pyx_n_s_pyx_state,0};\n    PyObject* values[3] = {0,0,0};\n    if (unlikely(__pyx_kwds)) {\n      Py_ssize_t kw_args;\n      const Py_ssize_t pos_args = PyTuple_GET_SIZE(__pyx_args);\n      switch (pos_args) {\n        case  3: values[2] = PyTuple_GET_ITEM(__pyx_args, 2);\n        CYTHON_FALLTHROUGH;\n        case  2: values[1] = PyTuple_GET_ITEM(__pyx_args, 1);\n        CYTHON_FALLTHROUGH;\n        case  1: values[0] = PyTuple_GET_ITEM(__pyx_args, 0);\n        CYTHON_FALLTHROUGH;\n        case  0: break;\n        default: goto __pyx_L5_argtuple_error;\n      }\n      kw_args = PyDict_Size(__pyx_kwds);\n      switch (pos_args) {\n        case  0:\n        if (likely((values[0] = __Pyx_PyDict_GetItemStr(__pyx_kwds, __pyx_n_s_pyx_type)) != 0)) kw_args--;\n        else goto __pyx_L5_argtuple_error;\n        CYTHON_FALLTHROUGH;\n        case  1:\n        if (likely((values[1] = __Pyx_PyDict_GetItemStr(__pyx_kwds, __pyx_n_s_pyx_checksum)) != 0)) kw_args--;\n        else {\n          __Pyx_RaiseArgtupleInvalid(\"__pyx_unpickle_Enum\", 1, 3, 3, 1); __PYX_ERR(1, 1, __pyx_L3_error)\n        }\n        CYTHON_FALLTHROUGH;\n        case  2:\n        if (likely((values[2] = __Pyx_PyDict_GetItemStr(__pyx_kwds, __pyx_n_s_pyx_state)) != 0)) kw_args--;\n        else {\n          __Pyx_RaiseArgtupleInvalid(\"__pyx_unpickle_Enum\", 1, 3, 3, 2); __PYX_ERR(1, 1, __pyx_L3_error)\n        }\n      }\n      if (unlikely(kw_args > 0)) {\n        if (unlikely(__Pyx_ParseOptionalKeywords(__pyx_kwds, __pyx_pyargnames, 0, values, pos_args, \"__pyx_unpickle_Enum\") < 0)) __PYX_ERR(1, 1, __pyx_L3_error)\n      }\n    } else if (PyTuple_GET_SIZE(__pyx_args) != 3) {\n      goto __pyx_L5_argtuple_error;\n    } else {\n      values[0] = PyTuple_GET_ITEM(__pyx_args, 0);\n      values[1] = PyTuple_GET_ITEM(__pyx_args, 1);\n      values[2] = PyTuple_GET_ITEM(__pyx_args, 2);\n    }\n    __pyx_v___pyx_type = values[0];\n    __pyx_v___pyx_checksum = __Pyx_PyInt_As_long(values[1]); if (unlikely((__pyx_v___pyx_checksum == (long)-1) && PyErr_Occurred())) __PYX_ERR(1, 1, __pyx_L3_error)\n    __pyx_v___pyx_state = values[2];\n  }\n  goto __pyx_L4_argument_unpacking_done;\n  __pyx_L5_argtuple_error:;\n  __Pyx_RaiseArgtupleInvalid(\"__pyx_unpickle_Enum\", 1, 3, 3, PyTuple_GET_SIZE(__pyx_args)); __PYX_ERR(1, 1, __pyx_L3_error)\n  __pyx_L3_error:;\n  __Pyx_AddTraceback(\"View.MemoryView.__pyx_unpickle_Enum\", __pyx_clineno, __pyx_lineno, __pyx_filename);\n  __Pyx_RefNannyFinishContext();\n  return NULL;\n  __pyx_L4_argument_unpacking_done:;\n  __pyx_r = __pyx_pf_15View_dot_MemoryView___pyx_unpickle_Enum(__pyx_self, __pyx_v___pyx_type, __pyx_v___pyx_checksum, __pyx_v___pyx_state);\n\n  /* function exit code */\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\nstatic PyObject *__pyx_pf_15View_dot_MemoryView___pyx_unpickle_Enum(CYTHON_UNUSED PyObject *__pyx_self, PyObject *__pyx_v___pyx_type, long __pyx_v___pyx_checksum, PyObject *__pyx_v___pyx_state) {\n  PyObject *__pyx_v___pyx_PickleError = 0;\n  PyObject *__pyx_v___pyx_result = 0;\n  PyObject *__pyx_r = NULL;\n  __Pyx_RefNannyDeclarations\n  int __pyx_t_1;\n  PyObject *__pyx_t_2 = NULL;\n  PyObject *__pyx_t_3 = NULL;\n  PyObject *__pyx_t_4 = NULL;\n  PyObject *__pyx_t_5 = NULL;\n  int __pyx_t_6;\n  int __pyx_lineno = 0;\n  const char *__pyx_filename = NULL;\n  int __pyx_clineno = 0;\n  __Pyx_RefNannySetupContext(\"__pyx_unpickle_Enum\", 0);\n\n  /* \"(tree fragment)\":4\n *     cdef object __pyx_PickleError\n *     cdef object __pyx_result\n *     if __pyx_checksum != 0xb068931:             # <<<<<<<<<<<<<<\n *         from pickle import PickleError as __pyx_PickleError\n *         raise __pyx_PickleError(\"Incompatible checksums (%s vs 0xb068931 = (name))\" % __pyx_checksum)\n */\n  __pyx_t_1 = ((__pyx_v___pyx_checksum != 0xb068931) != 0);\n  if (__pyx_t_1) {\n\n    /* \"(tree fragment)\":5\n *     cdef object __pyx_result\n *     if __pyx_checksum != 0xb068931:\n *         from pickle import PickleError as __pyx_PickleError             # <<<<<<<<<<<<<<\n *         raise __pyx_PickleError(\"Incompatible checksums (%s vs 0xb068931 = (name))\" % __pyx_checksum)\n *     __pyx_result = Enum.__new__(__pyx_type)\n */\n    __pyx_t_2 = PyList_New(1); if (unlikely(!__pyx_t_2)) __PYX_ERR(1, 5, __pyx_L1_error)\n    __Pyx_GOTREF(__pyx_t_2);\n    __Pyx_INCREF(__pyx_n_s_PickleError);\n    __Pyx_GIVEREF(__pyx_n_s_PickleError);\n    PyList_SET_ITEM(__pyx_t_2, 0, __pyx_n_s_PickleError);\n    __pyx_t_3 = __Pyx_Import(__pyx_n_s_pickle, __pyx_t_2, 0); if (unlikely(!__pyx_t_3)) __PYX_ERR(1, 5, __pyx_L1_error)\n    __Pyx_GOTREF(__pyx_t_3);\n    __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;\n    __pyx_t_2 = __Pyx_ImportFrom(__pyx_t_3, __pyx_n_s_PickleError); if (unlikely(!__pyx_t_2)) __PYX_ERR(1, 5, __pyx_L1_error)\n    __Pyx_GOTREF(__pyx_t_2);\n    __Pyx_INCREF(__pyx_t_2);\n    __pyx_v___pyx_PickleError = __pyx_t_2;\n    __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;\n    __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0;\n\n    /* \"(tree fragment)\":6\n *     if __pyx_checksum != 0xb068931:\n *         from pickle import PickleError as __pyx_PickleError\n *         raise __pyx_PickleError(\"Incompatible checksums (%s vs 0xb068931 = (name))\" % __pyx_checksum)             # <<<<<<<<<<<<<<\n *     __pyx_result = Enum.__new__(__pyx_type)\n *     if __pyx_state is not None:\n */\n    __pyx_t_2 = __Pyx_PyInt_From_long(__pyx_v___pyx_checksum); if (unlikely(!__pyx_t_2)) __PYX_ERR(1, 6, __pyx_L1_error)\n    __Pyx_GOTREF(__pyx_t_2);\n    __pyx_t_4 = __Pyx_PyString_Format(__pyx_kp_s_Incompatible_checksums_s_vs_0xb0, __pyx_t_2); if (unlikely(!__pyx_t_4)) __PYX_ERR(1, 6, __pyx_L1_error)\n    __Pyx_GOTREF(__pyx_t_4);\n    __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;\n    __Pyx_INCREF(__pyx_v___pyx_PickleError);\n    __pyx_t_2 = __pyx_v___pyx_PickleError; __pyx_t_5 = NULL;\n    if (CYTHON_UNPACK_METHODS && unlikely(PyMethod_Check(__pyx_t_2))) {\n      __pyx_t_5 = PyMethod_GET_SELF(__pyx_t_2);\n      if (likely(__pyx_t_5)) {\n        PyObject* function = PyMethod_GET_FUNCTION(__pyx_t_2);\n        __Pyx_INCREF(__pyx_t_5);\n        __Pyx_INCREF(function);\n        __Pyx_DECREF_SET(__pyx_t_2, function);\n      }\n    }\n    __pyx_t_3 = (__pyx_t_5) ? __Pyx_PyObject_Call2Args(__pyx_t_2, __pyx_t_5, __pyx_t_4) : __Pyx_PyObject_CallOneArg(__pyx_t_2, __pyx_t_4);\n    __Pyx_XDECREF(__pyx_t_5); __pyx_t_5 = 0;\n    __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;\n    if (unlikely(!__pyx_t_3)) __PYX_ERR(1, 6, __pyx_L1_error)\n    __Pyx_GOTREF(__pyx_t_3);\n    __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;\n    __Pyx_Raise(__pyx_t_3, 0, 0, 0);\n    __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0;\n    __PYX_ERR(1, 6, __pyx_L1_error)\n\n    /* \"(tree fragment)\":4\n *     cdef object __pyx_PickleError\n *     cdef object __pyx_result\n *     if __pyx_checksum != 0xb068931:             # <<<<<<<<<<<<<<\n *         from pickle import PickleError as __pyx_PickleError\n *         raise __pyx_PickleError(\"Incompatible checksums (%s vs 0xb068931 = (name))\" % __pyx_checksum)\n */\n  }\n\n  /* \"(tree fragment)\":7\n *         from pickle import PickleError as __pyx_PickleError\n *         raise __pyx_PickleError(\"Incompatible checksums (%s vs 0xb068931 = (name))\" % __pyx_checksum)\n *     __pyx_result = Enum.__new__(__pyx_type)             # <<<<<<<<<<<<<<\n *     if __pyx_state is not None:\n *         __pyx_unpickle_Enum__set_state(<Enum> __pyx_result, __pyx_state)\n */\n  __pyx_t_2 = __Pyx_PyObject_GetAttrStr(((PyObject *)__pyx_MemviewEnum_type), __pyx_n_s_new); if (unlikely(!__pyx_t_2)) __PYX_ERR(1, 7, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_t_2);\n  __pyx_t_4 = NULL;\n  if (CYTHON_UNPACK_METHODS && likely(PyMethod_Check(__pyx_t_2))) {\n    __pyx_t_4 = PyMethod_GET_SELF(__pyx_t_2);\n    if (likely(__pyx_t_4)) {\n      PyObject* function = PyMethod_GET_FUNCTION(__pyx_t_2);\n      __Pyx_INCREF(__pyx_t_4);\n      __Pyx_INCREF(function);\n      __Pyx_DECREF_SET(__pyx_t_2, function);\n    }\n  }\n  __pyx_t_3 = (__pyx_t_4) ? __Pyx_PyObject_Call2Args(__pyx_t_2, __pyx_t_4, __pyx_v___pyx_type) : __Pyx_PyObject_CallOneArg(__pyx_t_2, __pyx_v___pyx_type);\n  __Pyx_XDECREF(__pyx_t_4); __pyx_t_4 = 0;\n  if (unlikely(!__pyx_t_3)) __PYX_ERR(1, 7, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_t_3);\n  __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;\n  __pyx_v___pyx_result = __pyx_t_3;\n  __pyx_t_3 = 0;\n\n  /* \"(tree fragment)\":8\n *         raise __pyx_PickleError(\"Incompatible checksums (%s vs 0xb068931 = (name))\" % __pyx_checksum)\n *     __pyx_result = Enum.__new__(__pyx_type)\n *     if __pyx_state is not None:             # <<<<<<<<<<<<<<\n *         __pyx_unpickle_Enum__set_state(<Enum> __pyx_result, __pyx_state)\n *     return __pyx_result\n */\n  __pyx_t_1 = (__pyx_v___pyx_state != Py_None);\n  __pyx_t_6 = (__pyx_t_1 != 0);\n  if (__pyx_t_6) {\n\n    /* \"(tree fragment)\":9\n *     __pyx_result = Enum.__new__(__pyx_type)\n *     if __pyx_state is not None:\n *         __pyx_unpickle_Enum__set_state(<Enum> __pyx_result, __pyx_state)             # <<<<<<<<<<<<<<\n *     return __pyx_result\n * cdef __pyx_unpickle_Enum__set_state(Enum __pyx_result, tuple __pyx_state):\n */\n    if (!(likely(PyTuple_CheckExact(__pyx_v___pyx_state))||((__pyx_v___pyx_state) == Py_None)||(PyErr_Format(PyExc_TypeError, \"Expected %.16s, got %.200s\", \"tuple\", Py_TYPE(__pyx_v___pyx_state)->tp_name), 0))) __PYX_ERR(1, 9, __pyx_L1_error)\n    __pyx_t_3 = __pyx_unpickle_Enum__set_state(((struct __pyx_MemviewEnum_obj *)__pyx_v___pyx_result), ((PyObject*)__pyx_v___pyx_state)); if (unlikely(!__pyx_t_3)) __PYX_ERR(1, 9, __pyx_L1_error)\n    __Pyx_GOTREF(__pyx_t_3);\n    __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0;\n\n    /* \"(tree fragment)\":8\n *         raise __pyx_PickleError(\"Incompatible checksums (%s vs 0xb068931 = (name))\" % __pyx_checksum)\n *     __pyx_result = Enum.__new__(__pyx_type)\n *     if __pyx_state is not None:             # <<<<<<<<<<<<<<\n *         __pyx_unpickle_Enum__set_state(<Enum> __pyx_result, __pyx_state)\n *     return __pyx_result\n */\n  }\n\n  /* \"(tree fragment)\":10\n *     if __pyx_state is not None:\n *         __pyx_unpickle_Enum__set_state(<Enum> __pyx_result, __pyx_state)\n *     return __pyx_result             # <<<<<<<<<<<<<<\n * cdef __pyx_unpickle_Enum__set_state(Enum __pyx_result, tuple __pyx_state):\n *     __pyx_result.name = __pyx_state[0]\n */\n  __Pyx_XDECREF(__pyx_r);\n  __Pyx_INCREF(__pyx_v___pyx_result);\n  __pyx_r = __pyx_v___pyx_result;\n  goto __pyx_L0;\n\n  /* \"(tree fragment)\":1\n * def __pyx_unpickle_Enum(__pyx_type, long __pyx_checksum, __pyx_state):             # <<<<<<<<<<<<<<\n *     cdef object __pyx_PickleError\n *     cdef object __pyx_result\n */\n\n  /* function exit code */\n  __pyx_L1_error:;\n  __Pyx_XDECREF(__pyx_t_2);\n  __Pyx_XDECREF(__pyx_t_3);\n  __Pyx_XDECREF(__pyx_t_4);\n  __Pyx_XDECREF(__pyx_t_5);\n  __Pyx_AddTraceback(\"View.MemoryView.__pyx_unpickle_Enum\", __pyx_clineno, __pyx_lineno, __pyx_filename);\n  __pyx_r = NULL;\n  __pyx_L0:;\n  __Pyx_XDECREF(__pyx_v___pyx_PickleError);\n  __Pyx_XDECREF(__pyx_v___pyx_result);\n  __Pyx_XGIVEREF(__pyx_r);\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\n/* \"(tree fragment)\":11\n *         __pyx_unpickle_Enum__set_state(<Enum> __pyx_result, __pyx_state)\n *     return __pyx_result\n * cdef __pyx_unpickle_Enum__set_state(Enum __pyx_result, tuple __pyx_state):             # <<<<<<<<<<<<<<\n *     __pyx_result.name = __pyx_state[0]\n *     if len(__pyx_state) > 1 and hasattr(__pyx_result, '__dict__'):\n */\n\nstatic PyObject *__pyx_unpickle_Enum__set_state(struct __pyx_MemviewEnum_obj *__pyx_v___pyx_result, PyObject *__pyx_v___pyx_state) {\n  PyObject *__pyx_r = NULL;\n  __Pyx_RefNannyDeclarations\n  PyObject *__pyx_t_1 = NULL;\n  int __pyx_t_2;\n  Py_ssize_t __pyx_t_3;\n  int __pyx_t_4;\n  int __pyx_t_5;\n  PyObject *__pyx_t_6 = NULL;\n  PyObject *__pyx_t_7 = NULL;\n  PyObject *__pyx_t_8 = NULL;\n  int __pyx_lineno = 0;\n  const char *__pyx_filename = NULL;\n  int __pyx_clineno = 0;\n  __Pyx_RefNannySetupContext(\"__pyx_unpickle_Enum__set_state\", 0);\n\n  /* \"(tree fragment)\":12\n *     return __pyx_result\n * cdef __pyx_unpickle_Enum__set_state(Enum __pyx_result, tuple __pyx_state):\n *     __pyx_result.name = __pyx_state[0]             # <<<<<<<<<<<<<<\n *     if len(__pyx_state) > 1 and hasattr(__pyx_result, '__dict__'):\n *         __pyx_result.__dict__.update(__pyx_state[1])\n */\n  if (unlikely(__pyx_v___pyx_state == Py_None)) {\n    PyErr_SetString(PyExc_TypeError, \"'NoneType' object is not subscriptable\");\n    __PYX_ERR(1, 12, __pyx_L1_error)\n  }\n  __pyx_t_1 = __Pyx_GetItemInt_Tuple(__pyx_v___pyx_state, 0, long, 1, __Pyx_PyInt_From_long, 0, 0, 1); if (unlikely(!__pyx_t_1)) __PYX_ERR(1, 12, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_t_1);\n  __Pyx_GIVEREF(__pyx_t_1);\n  __Pyx_GOTREF(__pyx_v___pyx_result->name);\n  __Pyx_DECREF(__pyx_v___pyx_result->name);\n  __pyx_v___pyx_result->name = __pyx_t_1;\n  __pyx_t_1 = 0;\n\n  /* \"(tree fragment)\":13\n * cdef __pyx_unpickle_Enum__set_state(Enum __pyx_result, tuple __pyx_state):\n *     __pyx_result.name = __pyx_state[0]\n *     if len(__pyx_state) > 1 and hasattr(__pyx_result, '__dict__'):             # <<<<<<<<<<<<<<\n *         __pyx_result.__dict__.update(__pyx_state[1])\n */\n  if (unlikely(__pyx_v___pyx_state == Py_None)) {\n    PyErr_SetString(PyExc_TypeError, \"object of type 'NoneType' has no len()\");\n    __PYX_ERR(1, 13, __pyx_L1_error)\n  }\n  __pyx_t_3 = PyTuple_GET_SIZE(__pyx_v___pyx_state); if (unlikely(__pyx_t_3 == ((Py_ssize_t)-1))) __PYX_ERR(1, 13, __pyx_L1_error)\n  __pyx_t_4 = ((__pyx_t_3 > 1) != 0);\n  if (__pyx_t_4) {\n  } else {\n    __pyx_t_2 = __pyx_t_4;\n    goto __pyx_L4_bool_binop_done;\n  }\n  __pyx_t_4 = __Pyx_HasAttr(((PyObject *)__pyx_v___pyx_result), __pyx_n_s_dict); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(1, 13, __pyx_L1_error)\n  __pyx_t_5 = (__pyx_t_4 != 0);\n  __pyx_t_2 = __pyx_t_5;\n  __pyx_L4_bool_binop_done:;\n  if (__pyx_t_2) {\n\n    /* \"(tree fragment)\":14\n *     __pyx_result.name = __pyx_state[0]\n *     if len(__pyx_state) > 1 and hasattr(__pyx_result, '__dict__'):\n *         __pyx_result.__dict__.update(__pyx_state[1])             # <<<<<<<<<<<<<<\n */\n    __pyx_t_6 = __Pyx_PyObject_GetAttrStr(((PyObject *)__pyx_v___pyx_result), __pyx_n_s_dict); if (unlikely(!__pyx_t_6)) __PYX_ERR(1, 14, __pyx_L1_error)\n    __Pyx_GOTREF(__pyx_t_6);\n    __pyx_t_7 = __Pyx_PyObject_GetAttrStr(__pyx_t_6, __pyx_n_s_update); if (unlikely(!__pyx_t_7)) __PYX_ERR(1, 14, __pyx_L1_error)\n    __Pyx_GOTREF(__pyx_t_7);\n    __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0;\n    if (unlikely(__pyx_v___pyx_state == Py_None)) {\n      PyErr_SetString(PyExc_TypeError, \"'NoneType' object is not subscriptable\");\n      __PYX_ERR(1, 14, __pyx_L1_error)\n    }\n    __pyx_t_6 = __Pyx_GetItemInt_Tuple(__pyx_v___pyx_state, 1, long, 1, __Pyx_PyInt_From_long, 0, 0, 1); if (unlikely(!__pyx_t_6)) __PYX_ERR(1, 14, __pyx_L1_error)\n    __Pyx_GOTREF(__pyx_t_6);\n    __pyx_t_8 = NULL;\n    if (CYTHON_UNPACK_METHODS && likely(PyMethod_Check(__pyx_t_7))) {\n      __pyx_t_8 = PyMethod_GET_SELF(__pyx_t_7);\n      if (likely(__pyx_t_8)) {\n        PyObject* function = PyMethod_GET_FUNCTION(__pyx_t_7);\n        __Pyx_INCREF(__pyx_t_8);\n        __Pyx_INCREF(function);\n        __Pyx_DECREF_SET(__pyx_t_7, function);\n      }\n    }\n    __pyx_t_1 = (__pyx_t_8) ? __Pyx_PyObject_Call2Args(__pyx_t_7, __pyx_t_8, __pyx_t_6) : __Pyx_PyObject_CallOneArg(__pyx_t_7, __pyx_t_6);\n    __Pyx_XDECREF(__pyx_t_8); __pyx_t_8 = 0;\n    __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0;\n    if (unlikely(!__pyx_t_1)) __PYX_ERR(1, 14, __pyx_L1_error)\n    __Pyx_GOTREF(__pyx_t_1);\n    __Pyx_DECREF(__pyx_t_7); __pyx_t_7 = 0;\n    __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;\n\n    /* \"(tree fragment)\":13\n * cdef __pyx_unpickle_Enum__set_state(Enum __pyx_result, tuple __pyx_state):\n *     __pyx_result.name = __pyx_state[0]\n *     if len(__pyx_state) > 1 and hasattr(__pyx_result, '__dict__'):             # <<<<<<<<<<<<<<\n *         __pyx_result.__dict__.update(__pyx_state[1])\n */\n  }\n\n  /* \"(tree fragment)\":11\n *         __pyx_unpickle_Enum__set_state(<Enum> __pyx_result, __pyx_state)\n *     return __pyx_result\n * cdef __pyx_unpickle_Enum__set_state(Enum __pyx_result, tuple __pyx_state):             # <<<<<<<<<<<<<<\n *     __pyx_result.name = __pyx_state[0]\n *     if len(__pyx_state) > 1 and hasattr(__pyx_result, '__dict__'):\n */\n\n  /* function exit code */\n  __pyx_r = Py_None; __Pyx_INCREF(Py_None);\n  goto __pyx_L0;\n  __pyx_L1_error:;\n  __Pyx_XDECREF(__pyx_t_1);\n  __Pyx_XDECREF(__pyx_t_6);\n  __Pyx_XDECREF(__pyx_t_7);\n  __Pyx_XDECREF(__pyx_t_8);\n  __Pyx_AddTraceback(\"View.MemoryView.__pyx_unpickle_Enum__set_state\", __pyx_clineno, __pyx_lineno, __pyx_filename);\n  __pyx_r = 0;\n  __pyx_L0:;\n  __Pyx_XGIVEREF(__pyx_r);\n  __Pyx_RefNannyFinishContext();\n  return __pyx_r;\n}\n\nstatic PyObject *__pyx_tp_new_5libmr_MR(PyTypeObject *t, PyObject *a, PyObject *k) {\n  PyObject *o;\n  if (likely((t->tp_flags & Py_TPFLAGS_IS_ABSTRACT) == 0)) {\n    o = (*t->tp_alloc)(t, 0);\n  } else {\n    o = (PyObject *) PyBaseObject_Type.tp_new(t, __pyx_empty_tuple, 0);\n  }\n  if (unlikely(!o)) return 0;\n  if (unlikely(__pyx_pw_5libmr_2MR_1__cinit__(o, a, k) < 0)) goto bad;\n  return o;\n  bad:\n  Py_DECREF(o); o = 0;\n  return NULL;\n}\n\nstatic void __pyx_tp_dealloc_5libmr_MR(PyObject *o) {\n  #if CYTHON_USE_TP_FINALIZE\n  if (unlikely(PyType_HasFeature(Py_TYPE(o), Py_TPFLAGS_HAVE_FINALIZE) && Py_TYPE(o)->tp_finalize) && (!PyType_IS_GC(Py_TYPE(o)) || !_PyGC_FINALIZED(o))) {\n    if (PyObject_CallFinalizerFromDealloc(o)) return;\n  }\n  #endif\n  {\n    PyObject *etype, *eval, *etb;\n    PyErr_Fetch(&etype, &eval, &etb);\n    __Pyx_SET_REFCNT(o, Py_REFCNT(o) + 1);\n    __pyx_pw_5libmr_2MR_3__dealloc__(o);\n    __Pyx_SET_REFCNT(o, Py_REFCNT(o) - 1);\n    PyErr_Restore(etype, eval, etb);\n  }\n  (*Py_TYPE(o)->tp_free)(o);\n}\n\nstatic PyObject *__pyx_getprop_5libmr_2MR_is_valid(PyObject *o, CYTHON_UNUSED void *x) {\n  return __pyx_pw_5libmr_2MR_8is_valid_1__get__(o);\n}\n\nstatic PyObject *__pyx_getprop_5libmr_2MR_tailsize(PyObject *o, CYTHON_UNUSED void *x) {\n  return __pyx_pw_5libmr_2MR_8tailsize_1__get__(o);\n}\n\nstatic int __pyx_setprop_5libmr_2MR_tailsize(PyObject *o, PyObject *v, CYTHON_UNUSED void *x) {\n  if (v) {\n    return __pyx_pw_5libmr_2MR_8tailsize_3__set__(o, v);\n  }\n  else {\n    PyErr_SetString(PyExc_NotImplementedError, \"__del__\");\n    return -1;\n  }\n}\n\nstatic PyObject *__pyx_getprop_5libmr_2MR_translate_amount(PyObject *o, CYTHON_UNUSED void *x) {\n  return __pyx_pw_5libmr_2MR_16translate_amount_1__get__(o);\n}\n\nstatic int __pyx_setprop_5libmr_2MR_translate_amount(PyObject *o, PyObject *v, CYTHON_UNUSED void *x) {\n  if (v) {\n    return __pyx_pw_5libmr_2MR_16translate_amount_3__set__(o, v);\n  }\n  else {\n    PyErr_SetString(PyExc_NotImplementedError, \"__del__\");\n    return -1;\n  }\n}\n\nstatic PyObject *__pyx_getprop_5libmr_2MR_sign(PyObject *o, CYTHON_UNUSED void *x) {\n  return __pyx_pw_5libmr_2MR_4sign_1__get__(o);\n}\n\nstatic int __pyx_setprop_5libmr_2MR_sign(PyObject *o, PyObject *v, CYTHON_UNUSED void *x) {\n  if (v) {\n    return __pyx_pw_5libmr_2MR_4sign_3__set__(o, v);\n  }\n  else {\n    PyErr_SetString(PyExc_NotImplementedError, \"__del__\");\n    return -1;\n  }\n}\n\nstatic PyObject *__pyx_getprop_5libmr_2MR_small_score(PyObject *o, CYTHON_UNUSED void *x) {\n  return __pyx_pw_5libmr_2MR_11small_score_1__get__(o);\n}\n\nstatic int __pyx_setprop_5libmr_2MR_small_score(PyObject *o, PyObject *v, CYTHON_UNUSED void *x) {\n  if (v) {\n    return __pyx_pw_5libmr_2MR_11small_score_3__set__(o, v);\n  }\n  else {\n    PyErr_SetString(PyExc_NotImplementedError, \"__del__\");\n    return -1;\n  }\n}\n\nstatic PyObject *__pyx_getprop_5libmr_2MR_verbose(PyObject *o, CYTHON_UNUSED void *x) {\n  return __pyx_pw_5libmr_2MR_7verbose_1__get__(o);\n}\n\nstatic int __pyx_setprop_5libmr_2MR_verbose(PyObject *o, PyObject *v, CYTHON_UNUSED void *x) {\n  if (v) {\n    return __pyx_pw_5libmr_2MR_7verbose_3__set__(o, v);\n  }\n  else {\n    PyErr_SetString(PyExc_NotImplementedError, \"__del__\");\n    return -1;\n  }\n}\n\nstatic PyMethodDef __pyx_methods_5libmr_MR[] = {\n  {\"fit_low\", (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_5libmr_2MR_5fit_low, METH_VARARGS|METH_KEYWORDS, __pyx_doc_5libmr_2MR_4fit_low},\n  {\"fit_high\", (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_5libmr_2MR_7fit_high, METH_VARARGS|METH_KEYWORDS, __pyx_doc_5libmr_2MR_6fit_high},\n  {\"mr_save\", (PyCFunction)__pyx_pw_5libmr_2MR_9mr_save, METH_O, __pyx_doc_5libmr_2MR_8mr_save},\n  {\"mr_load\", (PyCFunction)__pyx_pw_5libmr_2MR_11mr_load, METH_O, __pyx_doc_5libmr_2MR_10mr_load},\n  {\"fit_svm\", (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_5libmr_2MR_13fit_svm, METH_VARARGS|METH_KEYWORDS, __pyx_doc_5libmr_2MR_12fit_svm},\n  {\"reset\", (PyCFunction)__pyx_pw_5libmr_2MR_15reset, METH_NOARGS, 0},\n  {\"predict_match\", (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_5libmr_2MR_17predict_match, METH_VARARGS|METH_KEYWORDS, __pyx_doc_5libmr_2MR_16predict_match},\n  {\"w_score\", (PyCFunction)__pyx_pw_5libmr_2MR_19w_score, METH_O, __pyx_doc_5libmr_2MR_18w_score},\n  {\"cdf\", (PyCFunction)__pyx_pw_5libmr_2MR_21cdf, METH_O, __pyx_doc_5libmr_2MR_20cdf},\n  {\"inv\", (PyCFunction)__pyx_pw_5libmr_2MR_23inv, METH_O, __pyx_doc_5libmr_2MR_22inv},\n  {\"w_score_vector\", (PyCFunction)__pyx_pw_5libmr_2MR_25w_score_vector, METH_O, __pyx_doc_5libmr_2MR_24w_score_vector},\n  {\"__reduce_cython__\", (PyCFunction)__pyx_pw_5libmr_2MR_31__reduce_cython__, METH_NOARGS, 0},\n  {\"__setstate_cython__\", (PyCFunction)__pyx_pw_5libmr_2MR_33__setstate_cython__, METH_O, 0},\n  {0, 0, 0, 0}\n};\n\nstatic struct PyGetSetDef __pyx_getsets_5libmr_MR[] = {\n  {(char *)\"is_valid\", __pyx_getprop_5libmr_2MR_is_valid, 0, (char *)0, 0},\n  {(char *)\"tailsize\", __pyx_getprop_5libmr_2MR_tailsize, __pyx_setprop_5libmr_2MR_tailsize, (char *)0, 0},\n  {(char *)\"translate_amount\", __pyx_getprop_5libmr_2MR_translate_amount, __pyx_setprop_5libmr_2MR_translate_amount, (char *)0, 0},\n  {(char *)\"sign\", __pyx_getprop_5libmr_2MR_sign, __pyx_setprop_5libmr_2MR_sign, (char *)0, 0},\n  {(char *)\"small_score\", __pyx_getprop_5libmr_2MR_small_score, __pyx_setprop_5libmr_2MR_small_score, (char *)0, 0},\n  {(char *)\"verbose\", __pyx_getprop_5libmr_2MR_verbose, __pyx_setprop_5libmr_2MR_verbose, (char *)0, 0},\n  {0, 0, 0, 0, 0}\n};\n\nstatic PyTypeObject __pyx_type_5libmr_MR = {\n  PyVarObject_HEAD_INIT(0, 0)\n  \"libmr.MR\", /*tp_name*/\n  sizeof(struct __pyx_obj_5libmr_MR), /*tp_basicsize*/\n  0, /*tp_itemsize*/\n  __pyx_tp_dealloc_5libmr_MR, /*tp_dealloc*/\n  #if PY_VERSION_HEX < 0x030800b4\n  0, /*tp_print*/\n  #endif\n  #if PY_VERSION_HEX >= 0x030800b4\n  0, /*tp_vectorcall_offset*/\n  #endif\n  0, /*tp_getattr*/\n  0, /*tp_setattr*/\n  #if PY_MAJOR_VERSION < 3\n  0, /*tp_compare*/\n  #endif\n  #if PY_MAJOR_VERSION >= 3\n  0, /*tp_as_async*/\n  #endif\n  __pyx_pw_5libmr_2MR_29__repr__, /*tp_repr*/\n  0, /*tp_as_number*/\n  0, /*tp_as_sequence*/\n  0, /*tp_as_mapping*/\n  0, /*tp_hash*/\n  0, /*tp_call*/\n  __pyx_pw_5libmr_2MR_27__str__, /*tp_str*/\n  0, /*tp_getattro*/\n  0, /*tp_setattro*/\n  0, /*tp_as_buffer*/\n  Py_TPFLAGS_DEFAULT|Py_TPFLAGS_HAVE_VERSION_TAG|Py_TPFLAGS_CHECKTYPES|Py_TPFLAGS_HAVE_NEWBUFFER|Py_TPFLAGS_BASETYPE, /*tp_flags*/\n  0, /*tp_doc*/\n  0, /*tp_traverse*/\n  0, /*tp_clear*/\n  0, /*tp_richcompare*/\n  0, /*tp_weaklistoffset*/\n  0, /*tp_iter*/\n  0, /*tp_iternext*/\n  __pyx_methods_5libmr_MR, /*tp_methods*/\n  0, /*tp_members*/\n  __pyx_getsets_5libmr_MR, /*tp_getset*/\n  0, /*tp_base*/\n  0, /*tp_dict*/\n  0, /*tp_descr_get*/\n  0, /*tp_descr_set*/\n  0, /*tp_dictoffset*/\n  0, /*tp_init*/\n  0, /*tp_alloc*/\n  __pyx_tp_new_5libmr_MR, /*tp_new*/\n  0, /*tp_free*/\n  0, /*tp_is_gc*/\n  0, /*tp_bases*/\n  0, /*tp_mro*/\n  0, /*tp_cache*/\n  0, /*tp_subclasses*/\n  0, /*tp_weaklist*/\n  0, /*tp_del*/\n  0, /*tp_version_tag*/\n  #if PY_VERSION_HEX >= 0x030400a1\n  0, /*tp_finalize*/\n  #endif\n  #if PY_VERSION_HEX >= 0x030800b1\n  0, /*tp_vectorcall*/\n  #endif\n  #if PY_VERSION_HEX >= 0x030800b4 && PY_VERSION_HEX < 0x03090000\n  0, /*tp_print*/\n  #endif\n};\nstatic struct __pyx_vtabstruct_array __pyx_vtable_array;\n\nstatic PyObject *__pyx_tp_new_array(PyTypeObject *t, PyObject *a, PyObject *k) {\n  struct __pyx_array_obj *p;\n  PyObject *o;\n  if (likely((t->tp_flags & Py_TPFLAGS_IS_ABSTRACT) == 0)) {\n    o = (*t->tp_alloc)(t, 0);\n  } else {\n    o = (PyObject *) PyBaseObject_Type.tp_new(t, __pyx_empty_tuple, 0);\n  }\n  if (unlikely(!o)) return 0;\n  p = ((struct __pyx_array_obj *)o);\n  p->__pyx_vtab = __pyx_vtabptr_array;\n  p->mode = ((PyObject*)Py_None); Py_INCREF(Py_None);\n  p->_format = ((PyObject*)Py_None); Py_INCREF(Py_None);\n  if (unlikely(__pyx_array___cinit__(o, a, k) < 0)) goto bad;\n  return o;\n  bad:\n  Py_DECREF(o); o = 0;\n  return NULL;\n}\n\nstatic void __pyx_tp_dealloc_array(PyObject *o) {\n  struct __pyx_array_obj *p = (struct __pyx_array_obj *)o;\n  #if CYTHON_USE_TP_FINALIZE\n  if (unlikely(PyType_HasFeature(Py_TYPE(o), Py_TPFLAGS_HAVE_FINALIZE) && Py_TYPE(o)->tp_finalize) && (!PyType_IS_GC(Py_TYPE(o)) || !_PyGC_FINALIZED(o))) {\n    if (PyObject_CallFinalizerFromDealloc(o)) return;\n  }\n  #endif\n  {\n    PyObject *etype, *eval, *etb;\n    PyErr_Fetch(&etype, &eval, &etb);\n    __Pyx_SET_REFCNT(o, Py_REFCNT(o) + 1);\n    __pyx_array___dealloc__(o);\n    __Pyx_SET_REFCNT(o, Py_REFCNT(o) - 1);\n    PyErr_Restore(etype, eval, etb);\n  }\n  Py_CLEAR(p->mode);\n  Py_CLEAR(p->_format);\n  (*Py_TYPE(o)->tp_free)(o);\n}\nstatic PyObject *__pyx_sq_item_array(PyObject *o, Py_ssize_t i) {\n  PyObject *r;\n  PyObject *x = PyInt_FromSsize_t(i); if(!x) return 0;\n  r = Py_TYPE(o)->tp_as_mapping->mp_subscript(o, x);\n  Py_DECREF(x);\n  return r;\n}\n\nstatic int __pyx_mp_ass_subscript_array(PyObject *o, PyObject *i, PyObject *v) {\n  if (v) {\n    return __pyx_array___setitem__(o, i, v);\n  }\n  else {\n    PyErr_Format(PyExc_NotImplementedError,\n      \"Subscript deletion not supported by %.200s\", Py_TYPE(o)->tp_name);\n    return -1;\n  }\n}\n\nstatic PyObject *__pyx_tp_getattro_array(PyObject *o, PyObject *n) {\n  PyObject *v = __Pyx_PyObject_GenericGetAttr(o, n);\n  if (!v && PyErr_ExceptionMatches(PyExc_AttributeError)) {\n    PyErr_Clear();\n    v = __pyx_array___getattr__(o, n);\n  }\n  return v;\n}\n\nstatic PyObject *__pyx_getprop___pyx_array_memview(PyObject *o, CYTHON_UNUSED void *x) {\n  return __pyx_pw_15View_dot_MemoryView_5array_7memview_1__get__(o);\n}\n\nstatic PyMethodDef __pyx_methods_array[] = {\n  {\"__getattr__\", (PyCFunction)__pyx_array___getattr__, METH_O|METH_COEXIST, 0},\n  {\"__reduce_cython__\", (PyCFunction)__pyx_pw___pyx_array_1__reduce_cython__, METH_NOARGS, 0},\n  {\"__setstate_cython__\", (PyCFunction)__pyx_pw___pyx_array_3__setstate_cython__, METH_O, 0},\n  {0, 0, 0, 0}\n};\n\nstatic struct PyGetSetDef __pyx_getsets_array[] = {\n  {(char *)\"memview\", __pyx_getprop___pyx_array_memview, 0, (char *)0, 0},\n  {0, 0, 0, 0, 0}\n};\n\nstatic PySequenceMethods __pyx_tp_as_sequence_array = {\n  __pyx_array___len__, /*sq_length*/\n  0, /*sq_concat*/\n  0, /*sq_repeat*/\n  __pyx_sq_item_array, /*sq_item*/\n  0, /*sq_slice*/\n  0, /*sq_ass_item*/\n  0, /*sq_ass_slice*/\n  0, /*sq_contains*/\n  0, /*sq_inplace_concat*/\n  0, /*sq_inplace_repeat*/\n};\n\nstatic PyMappingMethods __pyx_tp_as_mapping_array = {\n  __pyx_array___len__, /*mp_length*/\n  __pyx_array___getitem__, /*mp_subscript*/\n  __pyx_mp_ass_subscript_array, /*mp_ass_subscript*/\n};\n\nstatic PyBufferProcs __pyx_tp_as_buffer_array = {\n  #if PY_MAJOR_VERSION < 3\n  0, /*bf_getreadbuffer*/\n  #endif\n  #if PY_MAJOR_VERSION < 3\n  0, /*bf_getwritebuffer*/\n  #endif\n  #if PY_MAJOR_VERSION < 3\n  0, /*bf_getsegcount*/\n  #endif\n  #if PY_MAJOR_VERSION < 3\n  0, /*bf_getcharbuffer*/\n  #endif\n  __pyx_array_getbuffer, /*bf_getbuffer*/\n  0, /*bf_releasebuffer*/\n};\n\nstatic PyTypeObject __pyx_type___pyx_array = {\n  PyVarObject_HEAD_INIT(0, 0)\n  \"libmr.array\", /*tp_name*/\n  sizeof(struct __pyx_array_obj), /*tp_basicsize*/\n  0, /*tp_itemsize*/\n  __pyx_tp_dealloc_array, /*tp_dealloc*/\n  #if PY_VERSION_HEX < 0x030800b4\n  0, /*tp_print*/\n  #endif\n  #if PY_VERSION_HEX >= 0x030800b4\n  0, /*tp_vectorcall_offset*/\n  #endif\n  0, /*tp_getattr*/\n  0, /*tp_setattr*/\n  #if PY_MAJOR_VERSION < 3\n  0, /*tp_compare*/\n  #endif\n  #if PY_MAJOR_VERSION >= 3\n  0, /*tp_as_async*/\n  #endif\n  0, /*tp_repr*/\n  0, /*tp_as_number*/\n  &__pyx_tp_as_sequence_array, /*tp_as_sequence*/\n  &__pyx_tp_as_mapping_array, /*tp_as_mapping*/\n  0, /*tp_hash*/\n  0, /*tp_call*/\n  0, /*tp_str*/\n  __pyx_tp_getattro_array, /*tp_getattro*/\n  0, /*tp_setattro*/\n  &__pyx_tp_as_buffer_array, /*tp_as_buffer*/\n  Py_TPFLAGS_DEFAULT|Py_TPFLAGS_HAVE_VERSION_TAG|Py_TPFLAGS_CHECKTYPES|Py_TPFLAGS_HAVE_NEWBUFFER|Py_TPFLAGS_BASETYPE, /*tp_flags*/\n  0, /*tp_doc*/\n  0, /*tp_traverse*/\n  0, /*tp_clear*/\n  0, /*tp_richcompare*/\n  0, /*tp_weaklistoffset*/\n  0, /*tp_iter*/\n  0, /*tp_iternext*/\n  __pyx_methods_array, /*tp_methods*/\n  0, /*tp_members*/\n  __pyx_getsets_array, /*tp_getset*/\n  0, /*tp_base*/\n  0, /*tp_dict*/\n  0, /*tp_descr_get*/\n  0, /*tp_descr_set*/\n  0, /*tp_dictoffset*/\n  0, /*tp_init*/\n  0, /*tp_alloc*/\n  __pyx_tp_new_array, /*tp_new*/\n  0, /*tp_free*/\n  0, /*tp_is_gc*/\n  0, /*tp_bases*/\n  0, /*tp_mro*/\n  0, /*tp_cache*/\n  0, /*tp_subclasses*/\n  0, /*tp_weaklist*/\n  0, /*tp_del*/\n  0, /*tp_version_tag*/\n  #if PY_VERSION_HEX >= 0x030400a1\n  0, /*tp_finalize*/\n  #endif\n  #if PY_VERSION_HEX >= 0x030800b1\n  0, /*tp_vectorcall*/\n  #endif\n  #if PY_VERSION_HEX >= 0x030800b4 && PY_VERSION_HEX < 0x03090000\n  0, /*tp_print*/\n  #endif\n};\n\nstatic PyObject *__pyx_tp_new_Enum(PyTypeObject *t, CYTHON_UNUSED PyObject *a, CYTHON_UNUSED PyObject *k) {\n  struct __pyx_MemviewEnum_obj *p;\n  PyObject *o;\n  if (likely((t->tp_flags & Py_TPFLAGS_IS_ABSTRACT) == 0)) {\n    o = (*t->tp_alloc)(t, 0);\n  } else {\n    o = (PyObject *) PyBaseObject_Type.tp_new(t, __pyx_empty_tuple, 0);\n  }\n  if (unlikely(!o)) return 0;\n  p = ((struct __pyx_MemviewEnum_obj *)o);\n  p->name = Py_None; Py_INCREF(Py_None);\n  return o;\n}\n\nstatic void __pyx_tp_dealloc_Enum(PyObject *o) {\n  struct __pyx_MemviewEnum_obj *p = (struct __pyx_MemviewEnum_obj *)o;\n  #if CYTHON_USE_TP_FINALIZE\n  if (unlikely(PyType_HasFeature(Py_TYPE(o), Py_TPFLAGS_HAVE_FINALIZE) && Py_TYPE(o)->tp_finalize) && !_PyGC_FINALIZED(o)) {\n    if (PyObject_CallFinalizerFromDealloc(o)) return;\n  }\n  #endif\n  PyObject_GC_UnTrack(o);\n  Py_CLEAR(p->name);\n  (*Py_TYPE(o)->tp_free)(o);\n}\n\nstatic int __pyx_tp_traverse_Enum(PyObject *o, visitproc v, void *a) {\n  int e;\n  struct __pyx_MemviewEnum_obj *p = (struct __pyx_MemviewEnum_obj *)o;\n  if (p->name) {\n    e = (*v)(p->name, a); if (e) return e;\n  }\n  return 0;\n}\n\nstatic int __pyx_tp_clear_Enum(PyObject *o) {\n  PyObject* tmp;\n  struct __pyx_MemviewEnum_obj *p = (struct __pyx_MemviewEnum_obj *)o;\n  tmp = ((PyObject*)p->name);\n  p->name = Py_None; Py_INCREF(Py_None);\n  Py_XDECREF(tmp);\n  return 0;\n}\n\nstatic PyMethodDef __pyx_methods_Enum[] = {\n  {\"__reduce_cython__\", (PyCFunction)__pyx_pw___pyx_MemviewEnum_1__reduce_cython__, METH_NOARGS, 0},\n  {\"__setstate_cython__\", (PyCFunction)__pyx_pw___pyx_MemviewEnum_3__setstate_cython__, METH_O, 0},\n  {0, 0, 0, 0}\n};\n\nstatic PyTypeObject __pyx_type___pyx_MemviewEnum = {\n  PyVarObject_HEAD_INIT(0, 0)\n  \"libmr.Enum\", /*tp_name*/\n  sizeof(struct __pyx_MemviewEnum_obj), /*tp_basicsize*/\n  0, /*tp_itemsize*/\n  __pyx_tp_dealloc_Enum, /*tp_dealloc*/\n  #if PY_VERSION_HEX < 0x030800b4\n  0, /*tp_print*/\n  #endif\n  #if PY_VERSION_HEX >= 0x030800b4\n  0, /*tp_vectorcall_offset*/\n  #endif\n  0, /*tp_getattr*/\n  0, /*tp_setattr*/\n  #if PY_MAJOR_VERSION < 3\n  0, /*tp_compare*/\n  #endif\n  #if PY_MAJOR_VERSION >= 3\n  0, /*tp_as_async*/\n  #endif\n  __pyx_MemviewEnum___repr__, /*tp_repr*/\n  0, /*tp_as_number*/\n  0, /*tp_as_sequence*/\n  0, /*tp_as_mapping*/\n  0, /*tp_hash*/\n  0, /*tp_call*/\n  0, /*tp_str*/\n  0, /*tp_getattro*/\n  0, /*tp_setattro*/\n  0, /*tp_as_buffer*/\n  Py_TPFLAGS_DEFAULT|Py_TPFLAGS_HAVE_VERSION_TAG|Py_TPFLAGS_CHECKTYPES|Py_TPFLAGS_HAVE_NEWBUFFER|Py_TPFLAGS_BASETYPE|Py_TPFLAGS_HAVE_GC, /*tp_flags*/\n  0, /*tp_doc*/\n  __pyx_tp_traverse_Enum, /*tp_traverse*/\n  __pyx_tp_clear_Enum, /*tp_clear*/\n  0, /*tp_richcompare*/\n  0, /*tp_weaklistoffset*/\n  0, /*tp_iter*/\n  0, /*tp_iternext*/\n  __pyx_methods_Enum, /*tp_methods*/\n  0, /*tp_members*/\n  0, /*tp_getset*/\n  0, /*tp_base*/\n  0, /*tp_dict*/\n  0, /*tp_descr_get*/\n  0, /*tp_descr_set*/\n  0, /*tp_dictoffset*/\n  __pyx_MemviewEnum___init__, /*tp_init*/\n  0, /*tp_alloc*/\n  __pyx_tp_new_Enum, /*tp_new*/\n  0, /*tp_free*/\n  0, /*tp_is_gc*/\n  0, /*tp_bases*/\n  0, /*tp_mro*/\n  0, /*tp_cache*/\n  0, /*tp_subclasses*/\n  0, /*tp_weaklist*/\n  0, /*tp_del*/\n  0, /*tp_version_tag*/\n  #if PY_VERSION_HEX >= 0x030400a1\n  0, /*tp_finalize*/\n  #endif\n  #if PY_VERSION_HEX >= 0x030800b1\n  0, /*tp_vectorcall*/\n  #endif\n  #if PY_VERSION_HEX >= 0x030800b4 && PY_VERSION_HEX < 0x03090000\n  0, /*tp_print*/\n  #endif\n};\nstatic struct __pyx_vtabstruct_memoryview __pyx_vtable_memoryview;\n\nstatic PyObject *__pyx_tp_new_memoryview(PyTypeObject *t, PyObject *a, PyObject *k) {\n  struct __pyx_memoryview_obj *p;\n  PyObject *o;\n  if (likely((t->tp_flags & Py_TPFLAGS_IS_ABSTRACT) == 0)) {\n    o = (*t->tp_alloc)(t, 0);\n  } else {\n    o = (PyObject *) PyBaseObject_Type.tp_new(t, __pyx_empty_tuple, 0);\n  }\n  if (unlikely(!o)) return 0;\n  p = ((struct __pyx_memoryview_obj *)o);\n  p->__pyx_vtab = __pyx_vtabptr_memoryview;\n  p->obj = Py_None; Py_INCREF(Py_None);\n  p->_size = Py_None; Py_INCREF(Py_None);\n  p->_array_interface = Py_None; Py_INCREF(Py_None);\n  p->view.obj = NULL;\n  if (unlikely(__pyx_memoryview___cinit__(o, a, k) < 0)) goto bad;\n  return o;\n  bad:\n  Py_DECREF(o); o = 0;\n  return NULL;\n}\n\nstatic void __pyx_tp_dealloc_memoryview(PyObject *o) {\n  struct __pyx_memoryview_obj *p = (struct __pyx_memoryview_obj *)o;\n  #if CYTHON_USE_TP_FINALIZE\n  if (unlikely(PyType_HasFeature(Py_TYPE(o), Py_TPFLAGS_HAVE_FINALIZE) && Py_TYPE(o)->tp_finalize) && !_PyGC_FINALIZED(o)) {\n    if (PyObject_CallFinalizerFromDealloc(o)) return;\n  }\n  #endif\n  PyObject_GC_UnTrack(o);\n  {\n    PyObject *etype, *eval, *etb;\n    PyErr_Fetch(&etype, &eval, &etb);\n    __Pyx_SET_REFCNT(o, Py_REFCNT(o) + 1);\n    __pyx_memoryview___dealloc__(o);\n    __Pyx_SET_REFCNT(o, Py_REFCNT(o) - 1);\n    PyErr_Restore(etype, eval, etb);\n  }\n  Py_CLEAR(p->obj);\n  Py_CLEAR(p->_size);\n  Py_CLEAR(p->_array_interface);\n  (*Py_TYPE(o)->tp_free)(o);\n}\n\nstatic int __pyx_tp_traverse_memoryview(PyObject *o, visitproc v, void *a) {\n  int e;\n  struct __pyx_memoryview_obj *p = (struct __pyx_memoryview_obj *)o;\n  if (p->obj) {\n    e = (*v)(p->obj, a); if (e) return e;\n  }\n  if (p->_size) {\n    e = (*v)(p->_size, a); if (e) return e;\n  }\n  if (p->_array_interface) {\n    e = (*v)(p->_array_interface, a); if (e) return e;\n  }\n  if (p->view.obj) {\n    e = (*v)(p->view.obj, a); if (e) return e;\n  }\n  return 0;\n}\n\nstatic int __pyx_tp_clear_memoryview(PyObject *o) {\n  PyObject* tmp;\n  struct __pyx_memoryview_obj *p = (struct __pyx_memoryview_obj *)o;\n  tmp = ((PyObject*)p->obj);\n  p->obj = Py_None; Py_INCREF(Py_None);\n  Py_XDECREF(tmp);\n  tmp = ((PyObject*)p->_size);\n  p->_size = Py_None; Py_INCREF(Py_None);\n  Py_XDECREF(tmp);\n  tmp = ((PyObject*)p->_array_interface);\n  p->_array_interface = Py_None; Py_INCREF(Py_None);\n  Py_XDECREF(tmp);\n  Py_CLEAR(p->view.obj);\n  return 0;\n}\nstatic PyObject *__pyx_sq_item_memoryview(PyObject *o, Py_ssize_t i) {\n  PyObject *r;\n  PyObject *x = PyInt_FromSsize_t(i); if(!x) return 0;\n  r = Py_TYPE(o)->tp_as_mapping->mp_subscript(o, x);\n  Py_DECREF(x);\n  return r;\n}\n\nstatic int __pyx_mp_ass_subscript_memoryview(PyObject *o, PyObject *i, PyObject *v) {\n  if (v) {\n    return __pyx_memoryview___setitem__(o, i, v);\n  }\n  else {\n    PyErr_Format(PyExc_NotImplementedError,\n      \"Subscript deletion not supported by %.200s\", Py_TYPE(o)->tp_name);\n    return -1;\n  }\n}\n\nstatic PyObject *__pyx_getprop___pyx_memoryview_T(PyObject *o, CYTHON_UNUSED void *x) {\n  return __pyx_pw_15View_dot_MemoryView_10memoryview_1T_1__get__(o);\n}\n\nstatic PyObject *__pyx_getprop___pyx_memoryview_base(PyObject *o, CYTHON_UNUSED void *x) {\n  return __pyx_pw_15View_dot_MemoryView_10memoryview_4base_1__get__(o);\n}\n\nstatic PyObject *__pyx_getprop___pyx_memoryview_shape(PyObject *o, CYTHON_UNUSED void *x) {\n  return __pyx_pw_15View_dot_MemoryView_10memoryview_5shape_1__get__(o);\n}\n\nstatic PyObject *__pyx_getprop___pyx_memoryview_strides(PyObject *o, CYTHON_UNUSED void *x) {\n  return __pyx_pw_15View_dot_MemoryView_10memoryview_7strides_1__get__(o);\n}\n\nstatic PyObject *__pyx_getprop___pyx_memoryview_suboffsets(PyObject *o, CYTHON_UNUSED void *x) {\n  return __pyx_pw_15View_dot_MemoryView_10memoryview_10suboffsets_1__get__(o);\n}\n\nstatic PyObject *__pyx_getprop___pyx_memoryview_ndim(PyObject *o, CYTHON_UNUSED void *x) {\n  return __pyx_pw_15View_dot_MemoryView_10memoryview_4ndim_1__get__(o);\n}\n\nstatic PyObject *__pyx_getprop___pyx_memoryview_itemsize(PyObject *o, CYTHON_UNUSED void *x) {\n  return __pyx_pw_15View_dot_MemoryView_10memoryview_8itemsize_1__get__(o);\n}\n\nstatic PyObject *__pyx_getprop___pyx_memoryview_nbytes(PyObject *o, CYTHON_UNUSED void *x) {\n  return __pyx_pw_15View_dot_MemoryView_10memoryview_6nbytes_1__get__(o);\n}\n\nstatic PyObject *__pyx_getprop___pyx_memoryview_size(PyObject *o, CYTHON_UNUSED void *x) {\n  return __pyx_pw_15View_dot_MemoryView_10memoryview_4size_1__get__(o);\n}\n\nstatic PyMethodDef __pyx_methods_memoryview[] = {\n  {\"is_c_contig\", (PyCFunction)__pyx_memoryview_is_c_contig, METH_NOARGS, 0},\n  {\"is_f_contig\", (PyCFunction)__pyx_memoryview_is_f_contig, METH_NOARGS, 0},\n  {\"copy\", (PyCFunction)__pyx_memoryview_copy, METH_NOARGS, 0},\n  {\"copy_fortran\", (PyCFunction)__pyx_memoryview_copy_fortran, METH_NOARGS, 0},\n  {\"__reduce_cython__\", (PyCFunction)__pyx_pw___pyx_memoryview_1__reduce_cython__, METH_NOARGS, 0},\n  {\"__setstate_cython__\", (PyCFunction)__pyx_pw___pyx_memoryview_3__setstate_cython__, METH_O, 0},\n  {0, 0, 0, 0}\n};\n\nstatic struct PyGetSetDef __pyx_getsets_memoryview[] = {\n  {(char *)\"T\", __pyx_getprop___pyx_memoryview_T, 0, (char *)0, 0},\n  {(char *)\"base\", __pyx_getprop___pyx_memoryview_base, 0, (char *)0, 0},\n  {(char *)\"shape\", __pyx_getprop___pyx_memoryview_shape, 0, (char *)0, 0},\n  {(char *)\"strides\", __pyx_getprop___pyx_memoryview_strides, 0, (char *)0, 0},\n  {(char *)\"suboffsets\", __pyx_getprop___pyx_memoryview_suboffsets, 0, (char *)0, 0},\n  {(char *)\"ndim\", __pyx_getprop___pyx_memoryview_ndim, 0, (char *)0, 0},\n  {(char *)\"itemsize\", __pyx_getprop___pyx_memoryview_itemsize, 0, (char *)0, 0},\n  {(char *)\"nbytes\", __pyx_getprop___pyx_memoryview_nbytes, 0, (char *)0, 0},\n  {(char *)\"size\", __pyx_getprop___pyx_memoryview_size, 0, (char *)0, 0},\n  {0, 0, 0, 0, 0}\n};\n\nstatic PySequenceMethods __pyx_tp_as_sequence_memoryview = {\n  __pyx_memoryview___len__, /*sq_length*/\n  0, /*sq_concat*/\n  0, /*sq_repeat*/\n  __pyx_sq_item_memoryview, /*sq_item*/\n  0, /*sq_slice*/\n  0, /*sq_ass_item*/\n  0, /*sq_ass_slice*/\n  0, /*sq_contains*/\n  0, /*sq_inplace_concat*/\n  0, /*sq_inplace_repeat*/\n};\n\nstatic PyMappingMethods __pyx_tp_as_mapping_memoryview = {\n  __pyx_memoryview___len__, /*mp_length*/\n  __pyx_memoryview___getitem__, /*mp_subscript*/\n  __pyx_mp_ass_subscript_memoryview, /*mp_ass_subscript*/\n};\n\nstatic PyBufferProcs __pyx_tp_as_buffer_memoryview = {\n  #if PY_MAJOR_VERSION < 3\n  0, /*bf_getreadbuffer*/\n  #endif\n  #if PY_MAJOR_VERSION < 3\n  0, /*bf_getwritebuffer*/\n  #endif\n  #if PY_MAJOR_VERSION < 3\n  0, /*bf_getsegcount*/\n  #endif\n  #if PY_MAJOR_VERSION < 3\n  0, /*bf_getcharbuffer*/\n  #endif\n  __pyx_memoryview_getbuffer, /*bf_getbuffer*/\n  0, /*bf_releasebuffer*/\n};\n\nstatic PyTypeObject __pyx_type___pyx_memoryview = {\n  PyVarObject_HEAD_INIT(0, 0)\n  \"libmr.memoryview\", /*tp_name*/\n  sizeof(struct __pyx_memoryview_obj), /*tp_basicsize*/\n  0, /*tp_itemsize*/\n  __pyx_tp_dealloc_memoryview, /*tp_dealloc*/\n  #if PY_VERSION_HEX < 0x030800b4\n  0, /*tp_print*/\n  #endif\n  #if PY_VERSION_HEX >= 0x030800b4\n  0, /*tp_vectorcall_offset*/\n  #endif\n  0, /*tp_getattr*/\n  0, /*tp_setattr*/\n  #if PY_MAJOR_VERSION < 3\n  0, /*tp_compare*/\n  #endif\n  #if PY_MAJOR_VERSION >= 3\n  0, /*tp_as_async*/\n  #endif\n  __pyx_memoryview___repr__, /*tp_repr*/\n  0, /*tp_as_number*/\n  &__pyx_tp_as_sequence_memoryview, /*tp_as_sequence*/\n  &__pyx_tp_as_mapping_memoryview, /*tp_as_mapping*/\n  0, /*tp_hash*/\n  0, /*tp_call*/\n  __pyx_memoryview___str__, /*tp_str*/\n  0, /*tp_getattro*/\n  0, /*tp_setattro*/\n  &__pyx_tp_as_buffer_memoryview, /*tp_as_buffer*/\n  Py_TPFLAGS_DEFAULT|Py_TPFLAGS_HAVE_VERSION_TAG|Py_TPFLAGS_CHECKTYPES|Py_TPFLAGS_HAVE_NEWBUFFER|Py_TPFLAGS_BASETYPE|Py_TPFLAGS_HAVE_GC, /*tp_flags*/\n  0, /*tp_doc*/\n  __pyx_tp_traverse_memoryview, /*tp_traverse*/\n  __pyx_tp_clear_memoryview, /*tp_clear*/\n  0, /*tp_richcompare*/\n  0, /*tp_weaklistoffset*/\n  0, /*tp_iter*/\n  0, /*tp_iternext*/\n  __pyx_methods_memoryview, /*tp_methods*/\n  0, /*tp_members*/\n  __pyx_getsets_memoryview, /*tp_getset*/\n  0, /*tp_base*/\n  0, /*tp_dict*/\n  0, /*tp_descr_get*/\n  0, /*tp_descr_set*/\n  0, /*tp_dictoffset*/\n  0, /*tp_init*/\n  0, /*tp_alloc*/\n  __pyx_tp_new_memoryview, /*tp_new*/\n  0, /*tp_free*/\n  0, /*tp_is_gc*/\n  0, /*tp_bases*/\n  0, /*tp_mro*/\n  0, /*tp_cache*/\n  0, /*tp_subclasses*/\n  0, /*tp_weaklist*/\n  0, /*tp_del*/\n  0, /*tp_version_tag*/\n  #if PY_VERSION_HEX >= 0x030400a1\n  0, /*tp_finalize*/\n  #endif\n  #if PY_VERSION_HEX >= 0x030800b1\n  0, /*tp_vectorcall*/\n  #endif\n  #if PY_VERSION_HEX >= 0x030800b4 && PY_VERSION_HEX < 0x03090000\n  0, /*tp_print*/\n  #endif\n};\nstatic struct __pyx_vtabstruct__memoryviewslice __pyx_vtable__memoryviewslice;\n\nstatic PyObject *__pyx_tp_new__memoryviewslice(PyTypeObject *t, PyObject *a, PyObject *k) {\n  struct __pyx_memoryviewslice_obj *p;\n  PyObject *o = __pyx_tp_new_memoryview(t, a, k);\n  if (unlikely(!o)) return 0;\n  p = ((struct __pyx_memoryviewslice_obj *)o);\n  p->__pyx_base.__pyx_vtab = (struct __pyx_vtabstruct_memoryview*)__pyx_vtabptr__memoryviewslice;\n  p->from_object = Py_None; Py_INCREF(Py_None);\n  p->from_slice.memview = NULL;\n  return o;\n}\n\nstatic void __pyx_tp_dealloc__memoryviewslice(PyObject *o) {\n  struct __pyx_memoryviewslice_obj *p = (struct __pyx_memoryviewslice_obj *)o;\n  #if CYTHON_USE_TP_FINALIZE\n  if (unlikely(PyType_HasFeature(Py_TYPE(o), Py_TPFLAGS_HAVE_FINALIZE) && Py_TYPE(o)->tp_finalize) && !_PyGC_FINALIZED(o)) {\n    if (PyObject_CallFinalizerFromDealloc(o)) return;\n  }\n  #endif\n  PyObject_GC_UnTrack(o);\n  {\n    PyObject *etype, *eval, *etb;\n    PyErr_Fetch(&etype, &eval, &etb);\n    __Pyx_SET_REFCNT(o, Py_REFCNT(o) + 1);\n    __pyx_memoryviewslice___dealloc__(o);\n    __Pyx_SET_REFCNT(o, Py_REFCNT(o) - 1);\n    PyErr_Restore(etype, eval, etb);\n  }\n  Py_CLEAR(p->from_object);\n  PyObject_GC_Track(o);\n  __pyx_tp_dealloc_memoryview(o);\n}\n\nstatic int __pyx_tp_traverse__memoryviewslice(PyObject *o, visitproc v, void *a) {\n  int e;\n  struct __pyx_memoryviewslice_obj *p = (struct __pyx_memoryviewslice_obj *)o;\n  e = __pyx_tp_traverse_memoryview(o, v, a); if (e) return e;\n  if (p->from_object) {\n    e = (*v)(p->from_object, a); if (e) return e;\n  }\n  return 0;\n}\n\nstatic int __pyx_tp_clear__memoryviewslice(PyObject *o) {\n  PyObject* tmp;\n  struct __pyx_memoryviewslice_obj *p = (struct __pyx_memoryviewslice_obj *)o;\n  __pyx_tp_clear_memoryview(o);\n  tmp = ((PyObject*)p->from_object);\n  p->from_object = Py_None; Py_INCREF(Py_None);\n  Py_XDECREF(tmp);\n  __PYX_XDEC_MEMVIEW(&p->from_slice, 1);\n  return 0;\n}\n\nstatic PyObject *__pyx_getprop___pyx_memoryviewslice_base(PyObject *o, CYTHON_UNUSED void *x) {\n  return __pyx_pw_15View_dot_MemoryView_16_memoryviewslice_4base_1__get__(o);\n}\n\nstatic PyMethodDef __pyx_methods__memoryviewslice[] = {\n  {\"__reduce_cython__\", (PyCFunction)__pyx_pw___pyx_memoryviewslice_1__reduce_cython__, METH_NOARGS, 0},\n  {\"__setstate_cython__\", (PyCFunction)__pyx_pw___pyx_memoryviewslice_3__setstate_cython__, METH_O, 0},\n  {0, 0, 0, 0}\n};\n\nstatic struct PyGetSetDef __pyx_getsets__memoryviewslice[] = {\n  {(char *)\"base\", __pyx_getprop___pyx_memoryviewslice_base, 0, (char *)0, 0},\n  {0, 0, 0, 0, 0}\n};\n\nstatic PyTypeObject __pyx_type___pyx_memoryviewslice = {\n  PyVarObject_HEAD_INIT(0, 0)\n  \"libmr._memoryviewslice\", /*tp_name*/\n  sizeof(struct __pyx_memoryviewslice_obj), /*tp_basicsize*/\n  0, /*tp_itemsize*/\n  __pyx_tp_dealloc__memoryviewslice, /*tp_dealloc*/\n  #if PY_VERSION_HEX < 0x030800b4\n  0, /*tp_print*/\n  #endif\n  #if PY_VERSION_HEX >= 0x030800b4\n  0, /*tp_vectorcall_offset*/\n  #endif\n  0, /*tp_getattr*/\n  0, /*tp_setattr*/\n  #if PY_MAJOR_VERSION < 3\n  0, /*tp_compare*/\n  #endif\n  #if PY_MAJOR_VERSION >= 3\n  0, /*tp_as_async*/\n  #endif\n  #if CYTHON_COMPILING_IN_PYPY\n  __pyx_memoryview___repr__, /*tp_repr*/\n  #else\n  0, /*tp_repr*/\n  #endif\n  0, /*tp_as_number*/\n  0, /*tp_as_sequence*/\n  0, /*tp_as_mapping*/\n  0, /*tp_hash*/\n  0, /*tp_call*/\n  #if CYTHON_COMPILING_IN_PYPY\n  __pyx_memoryview___str__, /*tp_str*/\n  #else\n  0, /*tp_str*/\n  #endif\n  0, /*tp_getattro*/\n  0, /*tp_setattro*/\n  0, /*tp_as_buffer*/\n  Py_TPFLAGS_DEFAULT|Py_TPFLAGS_HAVE_VERSION_TAG|Py_TPFLAGS_CHECKTYPES|Py_TPFLAGS_HAVE_NEWBUFFER|Py_TPFLAGS_BASETYPE|Py_TPFLAGS_HAVE_GC, /*tp_flags*/\n  \"Internal class for passing memoryview slices to Python\", /*tp_doc*/\n  __pyx_tp_traverse__memoryviewslice, /*tp_traverse*/\n  __pyx_tp_clear__memoryviewslice, /*tp_clear*/\n  0, /*tp_richcompare*/\n  0, /*tp_weaklistoffset*/\n  0, /*tp_iter*/\n  0, /*tp_iternext*/\n  __pyx_methods__memoryviewslice, /*tp_methods*/\n  0, /*tp_members*/\n  __pyx_getsets__memoryviewslice, /*tp_getset*/\n  0, /*tp_base*/\n  0, /*tp_dict*/\n  0, /*tp_descr_get*/\n  0, /*tp_descr_set*/\n  0, /*tp_dictoffset*/\n  0, /*tp_init*/\n  0, /*tp_alloc*/\n  __pyx_tp_new__memoryviewslice, /*tp_new*/\n  0, /*tp_free*/\n  0, /*tp_is_gc*/\n  0, /*tp_bases*/\n  0, /*tp_mro*/\n  0, /*tp_cache*/\n  0, /*tp_subclasses*/\n  0, /*tp_weaklist*/\n  0, /*tp_del*/\n  0, /*tp_version_tag*/\n  #if PY_VERSION_HEX >= 0x030400a1\n  0, /*tp_finalize*/\n  #endif\n  #if PY_VERSION_HEX >= 0x030800b1\n  0, /*tp_vectorcall*/\n  #endif\n  #if PY_VERSION_HEX >= 0x030800b4 && PY_VERSION_HEX < 0x03090000\n  0, /*tp_print*/\n  #endif\n};\n\nstatic PyMethodDef __pyx_methods[] = {\n  {0, 0, 0, 0}\n};\n\n#if PY_MAJOR_VERSION >= 3\n#if CYTHON_PEP489_MULTI_PHASE_INIT\nstatic PyObject* __pyx_pymod_create(PyObject *spec, PyModuleDef *def); /*proto*/\nstatic int __pyx_pymod_exec_libmr(PyObject* module); /*proto*/\nstatic PyModuleDef_Slot __pyx_moduledef_slots[] = {\n  {Py_mod_create, (void*)__pyx_pymod_create},\n  {Py_mod_exec, (void*)__pyx_pymod_exec_libmr},\n  {0, NULL}\n};\n#endif\n\nstatic struct PyModuleDef __pyx_moduledef = {\n    PyModuleDef_HEAD_INIT,\n    \"libmr\",\n    0, /* m_doc */\n  #if CYTHON_PEP489_MULTI_PHASE_INIT\n    0, /* m_size */\n  #else\n    -1, /* m_size */\n  #endif\n    __pyx_methods /* m_methods */,\n  #if CYTHON_PEP489_MULTI_PHASE_INIT\n    __pyx_moduledef_slots, /* m_slots */\n  #else\n    NULL, /* m_reload */\n  #endif\n    NULL, /* m_traverse */\n    NULL, /* m_clear */\n    NULL /* m_free */\n};\n#endif\n#ifndef CYTHON_SMALL_CODE\n#if defined(__clang__)\n    #define CYTHON_SMALL_CODE\n#elif defined(__GNUC__) && (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 3))\n    #define CYTHON_SMALL_CODE __attribute__((cold))\n#else\n    #define CYTHON_SMALL_CODE\n#endif\n#endif\n\nstatic __Pyx_StringTabEntry __pyx_string_tab[] = {\n  {&__pyx_n_s_ASCII, __pyx_k_ASCII, sizeof(__pyx_k_ASCII), 0, 0, 1, 1},\n  {&__pyx_kp_s_Buffer_view_does_not_expose_stri, __pyx_k_Buffer_view_does_not_expose_stri, sizeof(__pyx_k_Buffer_view_does_not_expose_stri), 0, 0, 1, 0},\n  {&__pyx_kp_s_Can_only_create_a_buffer_that_is, __pyx_k_Can_only_create_a_buffer_that_is, sizeof(__pyx_k_Can_only_create_a_buffer_that_is), 0, 0, 1, 0},\n  {&__pyx_kp_s_Cannot_assign_to_read_only_memor, __pyx_k_Cannot_assign_to_read_only_memor, sizeof(__pyx_k_Cannot_assign_to_read_only_memor), 0, 0, 1, 0},\n  {&__pyx_kp_s_Cannot_create_writable_memory_vi, __pyx_k_Cannot_create_writable_memory_vi, sizeof(__pyx_k_Cannot_create_writable_memory_vi), 0, 0, 1, 0},\n  {&__pyx_kp_s_Cannot_index_with_type_s, __pyx_k_Cannot_index_with_type_s, sizeof(__pyx_k_Cannot_index_with_type_s), 0, 0, 1, 0},\n  {&__pyx_kp_s_Data_initizalization_complete_No, __pyx_k_Data_initizalization_complete_No, sizeof(__pyx_k_Data_initizalization_complete_No), 0, 0, 1, 0},\n  {&__pyx_n_s_Ellipsis, __pyx_k_Ellipsis, sizeof(__pyx_k_Ellipsis), 0, 0, 1, 1},\n  {&__pyx_kp_s_Empty_shape_tuple_for_cython_arr, __pyx_k_Empty_shape_tuple_for_cython_arr, sizeof(__pyx_k_Empty_shape_tuple_for_cython_arr), 0, 0, 1, 0},\n  {&__pyx_n_s_ImportError, __pyx_k_ImportError, sizeof(__pyx_k_ImportError), 0, 0, 1, 1},\n  {&__pyx_kp_s_Incompatible_checksums_s_vs_0xb0, __pyx_k_Incompatible_checksums_s_vs_0xb0, sizeof(__pyx_k_Incompatible_checksums_s_vs_0xb0), 0, 0, 1, 0},\n  {&__pyx_n_s_IndexError, __pyx_k_IndexError, sizeof(__pyx_k_IndexError), 0, 0, 1, 1},\n  {&__pyx_kp_s_Indirect_dimensions_not_supporte, __pyx_k_Indirect_dimensions_not_supporte, sizeof(__pyx_k_Indirect_dimensions_not_supporte), 0, 0, 1, 0},\n  {&__pyx_kp_s_Invalid_mode_expected_c_or_fortr, __pyx_k_Invalid_mode_expected_c_or_fortr, sizeof(__pyx_k_Invalid_mode_expected_c_or_fortr), 0, 0, 1, 0},\n  {&__pyx_kp_s_Invalid_shape_in_axis_d_d, __pyx_k_Invalid_shape_in_axis_d_d, sizeof(__pyx_k_Invalid_shape_in_axis_d_d), 0, 0, 1, 0},\n  {&__pyx_n_s_MR, __pyx_k_MR, sizeof(__pyx_k_MR), 0, 0, 1, 1},\n  {&__pyx_n_s_MemoryError, __pyx_k_MemoryError, sizeof(__pyx_k_MemoryError), 0, 0, 1, 1},\n  {&__pyx_kp_s_MemoryView_of_r_at_0x_x, __pyx_k_MemoryView_of_r_at_0x_x, sizeof(__pyx_k_MemoryView_of_r_at_0x_x), 0, 0, 1, 0},\n  {&__pyx_kp_s_MemoryView_of_r_object, __pyx_k_MemoryView_of_r_object, sizeof(__pyx_k_MemoryView_of_r_object), 0, 0, 1, 0},\n  {&__pyx_n_b_O, __pyx_k_O, sizeof(__pyx_k_O), 0, 0, 0, 1},\n  {&__pyx_kp_s_Out_of_bounds_on_buffer_access_a, __pyx_k_Out_of_bounds_on_buffer_access_a, sizeof(__pyx_k_Out_of_bounds_on_buffer_access_a), 0, 0, 1, 0},\n  {&__pyx_n_s_PickleError, __pyx_k_PickleError, sizeof(__pyx_k_PickleError), 0, 0, 1, 1},\n  {&__pyx_n_s_TypeError, __pyx_k_TypeError, sizeof(__pyx_k_TypeError), 0, 0, 1, 1},\n  {&__pyx_kp_s_Unable_to_convert_item_to_object, __pyx_k_Unable_to_convert_item_to_object, sizeof(__pyx_k_Unable_to_convert_item_to_object), 0, 0, 1, 0},\n  {&__pyx_n_s_ValueError, __pyx_k_ValueError, sizeof(__pyx_k_ValueError), 0, 0, 1, 1},\n  {&__pyx_n_s_View_MemoryView, __pyx_k_View_MemoryView, sizeof(__pyx_k_View_MemoryView), 0, 0, 1, 1},\n  {&__pyx_n_s_allocate_buffer, __pyx_k_allocate_buffer, sizeof(__pyx_k_allocate_buffer), 0, 0, 1, 1},\n  {&__pyx_n_s_alpha, __pyx_k_alpha, sizeof(__pyx_k_alpha), 0, 0, 1, 1},\n  {&__pyx_n_s_base, __pyx_k_base, sizeof(__pyx_k_base), 0, 0, 1, 1},\n  {&__pyx_n_s_c, __pyx_k_c, sizeof(__pyx_k_c), 0, 0, 1, 1},\n  {&__pyx_n_u_c, __pyx_k_c, sizeof(__pyx_k_c), 0, 1, 0, 1},\n  {&__pyx_n_s_class, __pyx_k_class, sizeof(__pyx_k_class), 0, 0, 1, 1},\n  {&__pyx_n_s_cline_in_traceback, __pyx_k_cline_in_traceback, sizeof(__pyx_k_cline_in_traceback), 0, 0, 1, 1},\n  {&__pyx_kp_s_contiguous_and_direct, __pyx_k_contiguous_and_direct, sizeof(__pyx_k_contiguous_and_direct), 0, 0, 1, 0},\n  {&__pyx_kp_s_contiguous_and_indirect, __pyx_k_contiguous_and_indirect, sizeof(__pyx_k_contiguous_and_indirect), 0, 0, 1, 0},\n  {&__pyx_n_s_d, __pyx_k_d, sizeof(__pyx_k_d), 0, 0, 1, 1},\n  {&__pyx_n_s_dict, __pyx_k_dict, sizeof(__pyx_k_dict), 0, 0, 1, 1},\n  {&__pyx_n_s_dtype, __pyx_k_dtype, sizeof(__pyx_k_dtype), 0, 0, 1, 1},\n  {&__pyx_n_s_dtype_is_object, __pyx_k_dtype_is_object, sizeof(__pyx_k_dtype_is_object), 0, 0, 1, 1},\n  {&__pyx_n_s_encode, __pyx_k_encode, sizeof(__pyx_k_encode), 0, 0, 1, 1},\n  {&__pyx_n_s_end, __pyx_k_end, sizeof(__pyx_k_end), 0, 0, 1, 1},\n  {&__pyx_n_s_enumerate, __pyx_k_enumerate, sizeof(__pyx_k_enumerate), 0, 0, 1, 1},\n  {&__pyx_n_s_error, __pyx_k_error, sizeof(__pyx_k_error), 0, 0, 1, 1},\n  {&__pyx_n_s_file, __pyx_k_file, sizeof(__pyx_k_file), 0, 0, 1, 1},\n  {&__pyx_n_s_fit_size, __pyx_k_fit_size, sizeof(__pyx_k_fit_size), 0, 0, 1, 1},\n  {&__pyx_n_s_fit_type, __pyx_k_fit_type, sizeof(__pyx_k_fit_type), 0, 0, 1, 1},\n  {&__pyx_n_s_fitting_size, __pyx_k_fitting_size, sizeof(__pyx_k_fitting_size), 0, 0, 1, 1},\n  {&__pyx_n_s_flags, __pyx_k_flags, sizeof(__pyx_k_flags), 0, 0, 1, 1},\n  {&__pyx_n_s_format, __pyx_k_format, sizeof(__pyx_k_format), 0, 0, 1, 1},\n  {&__pyx_n_s_fortran, __pyx_k_fortran, sizeof(__pyx_k_fortran), 0, 0, 1, 1},\n  {&__pyx_n_u_fortran, __pyx_k_fortran, sizeof(__pyx_k_fortran), 0, 1, 0, 1},\n  {&__pyx_n_s_getstate, __pyx_k_getstate, sizeof(__pyx_k_getstate), 0, 0, 1, 1},\n  {&__pyx_kp_s_got_differing_extents_in_dimensi, __pyx_k_got_differing_extents_in_dimensi, sizeof(__pyx_k_got_differing_extents_in_dimensi), 0, 0, 1, 0},\n  {&__pyx_n_s_id, __pyx_k_id, sizeof(__pyx_k_id), 0, 0, 1, 1},\n  {&__pyx_n_s_import, __pyx_k_import, sizeof(__pyx_k_import), 0, 0, 1, 1},\n  {&__pyx_n_s_input, __pyx_k_input, sizeof(__pyx_k_input), 0, 0, 1, 1},\n  {&__pyx_n_s_inputData, __pyx_k_inputData, sizeof(__pyx_k_inputData), 0, 0, 1, 1},\n  {&__pyx_n_s_inputDataSize, __pyx_k_inputDataSize, sizeof(__pyx_k_inputDataSize), 0, 0, 1, 1},\n  {&__pyx_n_s_itemsize, __pyx_k_itemsize, sizeof(__pyx_k_itemsize), 0, 0, 1, 1},\n  {&__pyx_kp_s_itemsize_0_for_cython_array, __pyx_k_itemsize_0_for_cython_array, sizeof(__pyx_k_itemsize_0_for_cython_array), 0, 0, 1, 0},\n  {&__pyx_n_s_label_has_positive_score, __pyx_k_label_has_positive_score, sizeof(__pyx_k_label_has_positive_score), 0, 0, 1, 1},\n  {&__pyx_n_s_label_of_interest, __pyx_k_label_of_interest, sizeof(__pyx_k_label_of_interest), 0, 0, 1, 1},\n  {&__pyx_n_s_labels, __pyx_k_labels, sizeof(__pyx_k_labels), 0, 0, 1, 1},\n  {&__pyx_n_s_libmr, __pyx_k_libmr, sizeof(__pyx_k_libmr), 0, 0, 1, 1},\n  {&__pyx_kp_s_libmr_pyx, __pyx_k_libmr_pyx, sizeof(__pyx_k_libmr_pyx), 0, 0, 1, 0},\n  {&__pyx_n_s_load_from_string, __pyx_k_load_from_string, sizeof(__pyx_k_load_from_string), 0, 0, 1, 1},\n  {&__pyx_n_s_main, __pyx_k_main, sizeof(__pyx_k_main), 0, 0, 1, 1},\n  {&__pyx_n_s_memview, __pyx_k_memview, sizeof(__pyx_k_memview), 0, 0, 1, 1},\n  {&__pyx_n_s_mode, __pyx_k_mode, sizeof(__pyx_k_mode), 0, 0, 1, 1},\n  {&__pyx_n_s_name, __pyx_k_name, sizeof(__pyx_k_name), 0, 0, 1, 1},\n  {&__pyx_n_s_name_2, __pyx_k_name_2, sizeof(__pyx_k_name_2), 0, 0, 1, 1},\n  {&__pyx_n_s_ndim, __pyx_k_ndim, sizeof(__pyx_k_ndim), 0, 0, 1, 1},\n  {&__pyx_n_s_new, __pyx_k_new, sizeof(__pyx_k_new), 0, 0, 1, 1},\n  {&__pyx_kp_s_no_default___reduce___due_to_non, __pyx_k_no_default___reduce___due_to_non, sizeof(__pyx_k_no_default___reduce___due_to_non), 0, 0, 1, 0},\n  {&__pyx_n_s_np, __pyx_k_np, sizeof(__pyx_k_np), 0, 0, 1, 1},\n  {&__pyx_n_s_numpy, __pyx_k_numpy, sizeof(__pyx_k_numpy), 0, 0, 1, 1},\n  {&__pyx_kp_s_numpy_core_multiarray_failed_to, __pyx_k_numpy_core_multiarray_failed_to, sizeof(__pyx_k_numpy_core_multiarray_failed_to), 0, 0, 1, 0},\n  {&__pyx_kp_s_numpy_core_umath_failed_to_impor, __pyx_k_numpy_core_umath_failed_to_impor, sizeof(__pyx_k_numpy_core_umath_failed_to_impor), 0, 0, 1, 0},\n  {&__pyx_n_s_obj, __pyx_k_obj, sizeof(__pyx_k_obj), 0, 0, 1, 1},\n  {&__pyx_n_s_pack, __pyx_k_pack, sizeof(__pyx_k_pack), 0, 0, 1, 1},\n  {&__pyx_n_s_pickle, __pyx_k_pickle, sizeof(__pyx_k_pickle), 0, 0, 1, 1},\n  {&__pyx_n_s_print, __pyx_k_print, sizeof(__pyx_k_print), 0, 0, 1, 1},\n  {&__pyx_n_s_pymr, __pyx_k_pymr, sizeof(__pyx_k_pymr), 0, 0, 1, 1},\n  {&__pyx_n_s_pyx_PickleError, __pyx_k_pyx_PickleError, sizeof(__pyx_k_pyx_PickleError), 0, 0, 1, 1},\n  {&__pyx_n_s_pyx_checksum, __pyx_k_pyx_checksum, sizeof(__pyx_k_pyx_checksum), 0, 0, 1, 1},\n  {&__pyx_n_s_pyx_getbuffer, __pyx_k_pyx_getbuffer, sizeof(__pyx_k_pyx_getbuffer), 0, 0, 1, 1},\n  {&__pyx_n_s_pyx_result, __pyx_k_pyx_result, sizeof(__pyx_k_pyx_result), 0, 0, 1, 1},\n  {&__pyx_n_s_pyx_state, __pyx_k_pyx_state, sizeof(__pyx_k_pyx_state), 0, 0, 1, 1},\n  {&__pyx_n_s_pyx_type, __pyx_k_pyx_type, sizeof(__pyx_k_pyx_type), 0, 0, 1, 1},\n  {&__pyx_n_s_pyx_unpickle_Enum, __pyx_k_pyx_unpickle_Enum, sizeof(__pyx_k_pyx_unpickle_Enum), 0, 0, 1, 1},\n  {&__pyx_n_s_pyx_vtable, __pyx_k_pyx_vtable, sizeof(__pyx_k_pyx_vtable), 0, 0, 1, 1},\n  {&__pyx_n_s_range, __pyx_k_range, sizeof(__pyx_k_range), 0, 0, 1, 1},\n  {&__pyx_n_s_reduce, __pyx_k_reduce, sizeof(__pyx_k_reduce), 0, 0, 1, 1},\n  {&__pyx_n_s_reduce_cython, __pyx_k_reduce_cython, sizeof(__pyx_k_reduce_cython), 0, 0, 1, 1},\n  {&__pyx_n_s_reduce_ex, __pyx_k_reduce_ex, sizeof(__pyx_k_reduce_ex), 0, 0, 1, 1},\n  {&__pyx_n_s_scores, __pyx_k_scores, sizeof(__pyx_k_scores), 0, 0, 1, 1},\n  {&__pyx_n_s_scores_to_drop, __pyx_k_scores_to_drop, sizeof(__pyx_k_scores_to_drop), 0, 0, 1, 1},\n  {&__pyx_n_s_setstate, __pyx_k_setstate, sizeof(__pyx_k_setstate), 0, 0, 1, 1},\n  {&__pyx_n_s_setstate_cython, __pyx_k_setstate_cython, sizeof(__pyx_k_setstate_cython), 0, 0, 1, 1},\n  {&__pyx_n_s_shape, __pyx_k_shape, sizeof(__pyx_k_shape), 0, 0, 1, 1},\n  {&__pyx_n_s_size, __pyx_k_size, sizeof(__pyx_k_size), 0, 0, 1, 1},\n  {&__pyx_n_s_start, __pyx_k_start, sizeof(__pyx_k_start), 0, 0, 1, 1},\n  {&__pyx_n_s_step, __pyx_k_step, sizeof(__pyx_k_step), 0, 0, 1, 1},\n  {&__pyx_n_s_stop, __pyx_k_stop, sizeof(__pyx_k_stop), 0, 0, 1, 1},\n  {&__pyx_kp_s_strided_and_direct, __pyx_k_strided_and_direct, sizeof(__pyx_k_strided_and_direct), 0, 0, 1, 0},\n  {&__pyx_kp_s_strided_and_direct_or_indirect, __pyx_k_strided_and_direct_or_indirect, sizeof(__pyx_k_strided_and_direct_or_indirect), 0, 0, 1, 0},\n  {&__pyx_kp_s_strided_and_indirect, __pyx_k_strided_and_indirect, sizeof(__pyx_k_strided_and_indirect), 0, 0, 1, 0},\n  {&__pyx_kp_s_stringsource, __pyx_k_stringsource, sizeof(__pyx_k_stringsource), 0, 0, 1, 0},\n  {&__pyx_n_s_struct, __pyx_k_struct, sizeof(__pyx_k_struct), 0, 0, 1, 1},\n  {&__pyx_n_s_svm_data, __pyx_k_svm_data, sizeof(__pyx_k_svm_data), 0, 0, 1, 1},\n  {&__pyx_n_s_test, __pyx_k_test, sizeof(__pyx_k_test), 0, 0, 1, 1},\n  {&__pyx_n_s_threshold, __pyx_k_threshold, sizeof(__pyx_k_threshold), 0, 0, 1, 1},\n  {&__pyx_n_s_translate_amount, __pyx_k_translate_amount, sizeof(__pyx_k_translate_amount), 0, 0, 1, 1},\n  {&__pyx_kp_s_unable_to_allocate_array_data, __pyx_k_unable_to_allocate_array_data, sizeof(__pyx_k_unable_to_allocate_array_data), 0, 0, 1, 0},\n  {&__pyx_kp_s_unable_to_allocate_shape_and_str, __pyx_k_unable_to_allocate_shape_and_str, sizeof(__pyx_k_unable_to_allocate_shape_and_str), 0, 0, 1, 0},\n  {&__pyx_n_s_unpack, __pyx_k_unpack, sizeof(__pyx_k_unpack), 0, 0, 1, 1},\n  {&__pyx_n_s_update, __pyx_k_update, sizeof(__pyx_k_update), 0, 0, 1, 1},\n  {&__pyx_n_s_verbose, __pyx_k_verbose, sizeof(__pyx_k_verbose), 0, 0, 1, 1},\n  {&__pyx_n_s_x, __pyx_k_x, sizeof(__pyx_k_x), 0, 0, 1, 1},\n  {&__pyx_n_s_xrange, __pyx_k_xrange, sizeof(__pyx_k_xrange), 0, 0, 1, 1},\n  {&__pyx_n_s_zeros, __pyx_k_zeros, sizeof(__pyx_k_zeros), 0, 0, 1, 1},\n  {0, 0, 0, 0, 0, 0, 0}\n};\nstatic CYTHON_SMALL_CODE int __Pyx_InitCachedBuiltins(void) {\n  #if PY_MAJOR_VERSION >= 3\n  __pyx_builtin_xrange = __Pyx_GetBuiltinName(__pyx_n_s_range); if (!__pyx_builtin_xrange) __PYX_ERR(0, 115, __pyx_L1_error)\n  #else\n  __pyx_builtin_xrange = __Pyx_GetBuiltinName(__pyx_n_s_xrange); if (!__pyx_builtin_xrange) __PYX_ERR(0, 115, __pyx_L1_error)\n  #endif\n  __pyx_builtin_range = __Pyx_GetBuiltinName(__pyx_n_s_range); if (!__pyx_builtin_range) __PYX_ERR(0, 179, __pyx_L1_error)\n  __pyx_builtin_TypeError = __Pyx_GetBuiltinName(__pyx_n_s_TypeError); if (!__pyx_builtin_TypeError) __PYX_ERR(1, 2, __pyx_L1_error)\n  __pyx_builtin_ImportError = __Pyx_GetBuiltinName(__pyx_n_s_ImportError); if (!__pyx_builtin_ImportError) __PYX_ERR(2, 884, __pyx_L1_error)\n  __pyx_builtin_ValueError = __Pyx_GetBuiltinName(__pyx_n_s_ValueError); if (!__pyx_builtin_ValueError) __PYX_ERR(1, 133, __pyx_L1_error)\n  __pyx_builtin_MemoryError = __Pyx_GetBuiltinName(__pyx_n_s_MemoryError); if (!__pyx_builtin_MemoryError) __PYX_ERR(1, 148, __pyx_L1_error)\n  __pyx_builtin_enumerate = __Pyx_GetBuiltinName(__pyx_n_s_enumerate); if (!__pyx_builtin_enumerate) __PYX_ERR(1, 151, __pyx_L1_error)\n  __pyx_builtin_Ellipsis = __Pyx_GetBuiltinName(__pyx_n_s_Ellipsis); if (!__pyx_builtin_Ellipsis) __PYX_ERR(1, 404, __pyx_L1_error)\n  __pyx_builtin_id = __Pyx_GetBuiltinName(__pyx_n_s_id); if (!__pyx_builtin_id) __PYX_ERR(1, 613, __pyx_L1_error)\n  __pyx_builtin_IndexError = __Pyx_GetBuiltinName(__pyx_n_s_IndexError); if (!__pyx_builtin_IndexError) __PYX_ERR(1, 832, __pyx_L1_error)\n  return 0;\n  __pyx_L1_error:;\n  return -1;\n}\n\nstatic CYTHON_SMALL_CODE int __Pyx_InitCachedConstants(void) {\n  __Pyx_RefNannyDeclarations\n  __Pyx_RefNannySetupContext(\"__Pyx_InitCachedConstants\", 0);\n\n  /* \"(tree fragment)\":2\n * def __reduce_cython__(self):\n *     raise TypeError(\"no default __reduce__ due to non-trivial __cinit__\")             # <<<<<<<<<<<<<<\n * def __setstate_cython__(self, __pyx_state):\n *     raise TypeError(\"no default __reduce__ due to non-trivial __cinit__\")\n */\n  __pyx_tuple_ = PyTuple_Pack(1, __pyx_kp_s_no_default___reduce___due_to_non); if (unlikely(!__pyx_tuple_)) __PYX_ERR(1, 2, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_tuple_);\n  __Pyx_GIVEREF(__pyx_tuple_);\n\n  /* \"(tree fragment)\":4\n *     raise TypeError(\"no default __reduce__ due to non-trivial __cinit__\")\n * def __setstate_cython__(self, __pyx_state):\n *     raise TypeError(\"no default __reduce__ due to non-trivial __cinit__\")             # <<<<<<<<<<<<<<\n */\n  __pyx_tuple__2 = PyTuple_Pack(1, __pyx_kp_s_no_default___reduce___due_to_non); if (unlikely(!__pyx_tuple__2)) __PYX_ERR(1, 4, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_tuple__2);\n  __Pyx_GIVEREF(__pyx_tuple__2);\n\n  /* \"../../../../../../../anaconda3/envs/env_/lib/python3.8/site-packages/numpy/__init__.pxd\":884\n *         __pyx_import_array()\n *     except Exception:\n *         raise ImportError(\"numpy.core.multiarray failed to import\")             # <<<<<<<<<<<<<<\n * \n * cdef inline int import_umath() except -1:\n */\n  __pyx_tuple__3 = PyTuple_Pack(1, __pyx_kp_s_numpy_core_multiarray_failed_to); if (unlikely(!__pyx_tuple__3)) __PYX_ERR(2, 884, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_tuple__3);\n  __Pyx_GIVEREF(__pyx_tuple__3);\n\n  /* \"../../../../../../../anaconda3/envs/env_/lib/python3.8/site-packages/numpy/__init__.pxd\":890\n *         _import_umath()\n *     except Exception:\n *         raise ImportError(\"numpy.core.umath failed to import\")             # <<<<<<<<<<<<<<\n * \n * cdef inline int import_ufunc() except -1:\n */\n  __pyx_tuple__4 = PyTuple_Pack(1, __pyx_kp_s_numpy_core_umath_failed_to_impor); if (unlikely(!__pyx_tuple__4)) __PYX_ERR(2, 890, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_tuple__4);\n  __Pyx_GIVEREF(__pyx_tuple__4);\n\n  /* \"View.MemoryView\":133\n * \n *         if not self.ndim:\n *             raise ValueError(\"Empty shape tuple for cython.array\")             # <<<<<<<<<<<<<<\n * \n *         if itemsize <= 0:\n */\n  __pyx_tuple__5 = PyTuple_Pack(1, __pyx_kp_s_Empty_shape_tuple_for_cython_arr); if (unlikely(!__pyx_tuple__5)) __PYX_ERR(1, 133, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_tuple__5);\n  __Pyx_GIVEREF(__pyx_tuple__5);\n\n  /* \"View.MemoryView\":136\n * \n *         if itemsize <= 0:\n *             raise ValueError(\"itemsize <= 0 for cython.array\")             # <<<<<<<<<<<<<<\n * \n *         if not isinstance(format, bytes):\n */\n  __pyx_tuple__6 = PyTuple_Pack(1, __pyx_kp_s_itemsize_0_for_cython_array); if (unlikely(!__pyx_tuple__6)) __PYX_ERR(1, 136, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_tuple__6);\n  __Pyx_GIVEREF(__pyx_tuple__6);\n\n  /* \"View.MemoryView\":148\n * \n *         if not self._shape:\n *             raise MemoryError(\"unable to allocate shape and strides.\")             # <<<<<<<<<<<<<<\n * \n * \n */\n  __pyx_tuple__7 = PyTuple_Pack(1, __pyx_kp_s_unable_to_allocate_shape_and_str); if (unlikely(!__pyx_tuple__7)) __PYX_ERR(1, 148, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_tuple__7);\n  __Pyx_GIVEREF(__pyx_tuple__7);\n\n  /* \"View.MemoryView\":176\n *             self.data = <char *>malloc(self.len)\n *             if not self.data:\n *                 raise MemoryError(\"unable to allocate array data.\")             # <<<<<<<<<<<<<<\n * \n *             if self.dtype_is_object:\n */\n  __pyx_tuple__8 = PyTuple_Pack(1, __pyx_kp_s_unable_to_allocate_array_data); if (unlikely(!__pyx_tuple__8)) __PYX_ERR(1, 176, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_tuple__8);\n  __Pyx_GIVEREF(__pyx_tuple__8);\n\n  /* \"View.MemoryView\":192\n *             bufmode = PyBUF_F_CONTIGUOUS | PyBUF_ANY_CONTIGUOUS\n *         if not (flags & bufmode):\n *             raise ValueError(\"Can only create a buffer that is contiguous in memory.\")             # <<<<<<<<<<<<<<\n *         info.buf = self.data\n *         info.len = self.len\n */\n  __pyx_tuple__9 = PyTuple_Pack(1, __pyx_kp_s_Can_only_create_a_buffer_that_is); if (unlikely(!__pyx_tuple__9)) __PYX_ERR(1, 192, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_tuple__9);\n  __Pyx_GIVEREF(__pyx_tuple__9);\n\n  /* \"(tree fragment)\":2\n * def __reduce_cython__(self):\n *     raise TypeError(\"no default __reduce__ due to non-trivial __cinit__\")             # <<<<<<<<<<<<<<\n * def __setstate_cython__(self, __pyx_state):\n *     raise TypeError(\"no default __reduce__ due to non-trivial __cinit__\")\n */\n  __pyx_tuple__10 = PyTuple_Pack(1, __pyx_kp_s_no_default___reduce___due_to_non); if (unlikely(!__pyx_tuple__10)) __PYX_ERR(1, 2, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_tuple__10);\n  __Pyx_GIVEREF(__pyx_tuple__10);\n\n  /* \"(tree fragment)\":4\n *     raise TypeError(\"no default __reduce__ due to non-trivial __cinit__\")\n * def __setstate_cython__(self, __pyx_state):\n *     raise TypeError(\"no default __reduce__ due to non-trivial __cinit__\")             # <<<<<<<<<<<<<<\n */\n  __pyx_tuple__11 = PyTuple_Pack(1, __pyx_kp_s_no_default___reduce___due_to_non); if (unlikely(!__pyx_tuple__11)) __PYX_ERR(1, 4, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_tuple__11);\n  __Pyx_GIVEREF(__pyx_tuple__11);\n\n  /* \"View.MemoryView\":418\n *     def __setitem__(memoryview self, object index, object value):\n *         if self.view.readonly:\n *             raise TypeError(\"Cannot assign to read-only memoryview\")             # <<<<<<<<<<<<<<\n * \n *         have_slices, index = _unellipsify(index, self.view.ndim)\n */\n  __pyx_tuple__12 = PyTuple_Pack(1, __pyx_kp_s_Cannot_assign_to_read_only_memor); if (unlikely(!__pyx_tuple__12)) __PYX_ERR(1, 418, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_tuple__12);\n  __Pyx_GIVEREF(__pyx_tuple__12);\n\n  /* \"View.MemoryView\":495\n *             result = struct.unpack(self.view.format, bytesitem)\n *         except struct.error:\n *             raise ValueError(\"Unable to convert item to object\")             # <<<<<<<<<<<<<<\n *         else:\n *             if len(self.view.format) == 1:\n */\n  __pyx_tuple__13 = PyTuple_Pack(1, __pyx_kp_s_Unable_to_convert_item_to_object); if (unlikely(!__pyx_tuple__13)) __PYX_ERR(1, 495, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_tuple__13);\n  __Pyx_GIVEREF(__pyx_tuple__13);\n\n  /* \"View.MemoryView\":520\n *     def __getbuffer__(self, Py_buffer *info, int flags):\n *         if flags & PyBUF_WRITABLE and self.view.readonly:\n *             raise ValueError(\"Cannot create writable memory view from read-only memoryview\")             # <<<<<<<<<<<<<<\n * \n *         if flags & PyBUF_ND:\n */\n  __pyx_tuple__14 = PyTuple_Pack(1, __pyx_kp_s_Cannot_create_writable_memory_vi); if (unlikely(!__pyx_tuple__14)) __PYX_ERR(1, 520, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_tuple__14);\n  __Pyx_GIVEREF(__pyx_tuple__14);\n\n  /* \"View.MemoryView\":570\n *         if self.view.strides == NULL:\n * \n *             raise ValueError(\"Buffer view does not expose strides\")             # <<<<<<<<<<<<<<\n * \n *         return tuple([stride for stride in self.view.strides[:self.view.ndim]])\n */\n  __pyx_tuple__15 = PyTuple_Pack(1, __pyx_kp_s_Buffer_view_does_not_expose_stri); if (unlikely(!__pyx_tuple__15)) __PYX_ERR(1, 570, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_tuple__15);\n  __Pyx_GIVEREF(__pyx_tuple__15);\n\n  /* \"View.MemoryView\":577\n *     def suboffsets(self):\n *         if self.view.suboffsets == NULL:\n *             return (-1,) * self.view.ndim             # <<<<<<<<<<<<<<\n * \n *         return tuple([suboffset for suboffset in self.view.suboffsets[:self.view.ndim]])\n */\n  __pyx_tuple__16 = PyTuple_New(1); if (unlikely(!__pyx_tuple__16)) __PYX_ERR(1, 577, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_tuple__16);\n  __Pyx_INCREF(__pyx_int_neg_1);\n  __Pyx_GIVEREF(__pyx_int_neg_1);\n  PyTuple_SET_ITEM(__pyx_tuple__16, 0, __pyx_int_neg_1);\n  __Pyx_GIVEREF(__pyx_tuple__16);\n\n  /* \"(tree fragment)\":2\n * def __reduce_cython__(self):\n *     raise TypeError(\"no default __reduce__ due to non-trivial __cinit__\")             # <<<<<<<<<<<<<<\n * def __setstate_cython__(self, __pyx_state):\n *     raise TypeError(\"no default __reduce__ due to non-trivial __cinit__\")\n */\n  __pyx_tuple__17 = PyTuple_Pack(1, __pyx_kp_s_no_default___reduce___due_to_non); if (unlikely(!__pyx_tuple__17)) __PYX_ERR(1, 2, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_tuple__17);\n  __Pyx_GIVEREF(__pyx_tuple__17);\n\n  /* \"(tree fragment)\":4\n *     raise TypeError(\"no default __reduce__ due to non-trivial __cinit__\")\n * def __setstate_cython__(self, __pyx_state):\n *     raise TypeError(\"no default __reduce__ due to non-trivial __cinit__\")             # <<<<<<<<<<<<<<\n */\n  __pyx_tuple__18 = PyTuple_Pack(1, __pyx_kp_s_no_default___reduce___due_to_non); if (unlikely(!__pyx_tuple__18)) __PYX_ERR(1, 4, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_tuple__18);\n  __Pyx_GIVEREF(__pyx_tuple__18);\n\n  /* \"View.MemoryView\":682\n *         if item is Ellipsis:\n *             if not seen_ellipsis:\n *                 result.extend([slice(None)] * (ndim - len(tup) + 1))             # <<<<<<<<<<<<<<\n *                 seen_ellipsis = True\n *             else:\n */\n  __pyx_slice__19 = PySlice_New(Py_None, Py_None, Py_None); if (unlikely(!__pyx_slice__19)) __PYX_ERR(1, 682, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_slice__19);\n  __Pyx_GIVEREF(__pyx_slice__19);\n\n  /* \"View.MemoryView\":703\n *     for suboffset in suboffsets[:ndim]:\n *         if suboffset >= 0:\n *             raise ValueError(\"Indirect dimensions not supported\")             # <<<<<<<<<<<<<<\n * \n * \n */\n  __pyx_tuple__20 = PyTuple_Pack(1, __pyx_kp_s_Indirect_dimensions_not_supporte); if (unlikely(!__pyx_tuple__20)) __PYX_ERR(1, 703, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_tuple__20);\n  __Pyx_GIVEREF(__pyx_tuple__20);\n\n  /* \"(tree fragment)\":2\n * def __reduce_cython__(self):\n *     raise TypeError(\"no default __reduce__ due to non-trivial __cinit__\")             # <<<<<<<<<<<<<<\n * def __setstate_cython__(self, __pyx_state):\n *     raise TypeError(\"no default __reduce__ due to non-trivial __cinit__\")\n */\n  __pyx_tuple__21 = PyTuple_Pack(1, __pyx_kp_s_no_default___reduce___due_to_non); if (unlikely(!__pyx_tuple__21)) __PYX_ERR(1, 2, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_tuple__21);\n  __Pyx_GIVEREF(__pyx_tuple__21);\n\n  /* \"(tree fragment)\":4\n *     raise TypeError(\"no default __reduce__ due to non-trivial __cinit__\")\n * def __setstate_cython__(self, __pyx_state):\n *     raise TypeError(\"no default __reduce__ due to non-trivial __cinit__\")             # <<<<<<<<<<<<<<\n */\n  __pyx_tuple__22 = PyTuple_Pack(1, __pyx_kp_s_no_default___reduce___due_to_non); if (unlikely(!__pyx_tuple__22)) __PYX_ERR(1, 4, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_tuple__22);\n  __Pyx_GIVEREF(__pyx_tuple__22);\n\n  /* \"libmr.pyx\":254\n *             self.thisptr.verbose = verbose\n * \n * def load_from_string(str input):             # <<<<<<<<<<<<<<\n *     \"\"\"\n *     Deserialize an MR object. This turns a string back into an MR object; it is the inverse of str(MR())\n */\n  __pyx_tuple__23 = PyTuple_Pack(2, __pyx_n_s_input, __pyx_n_s_pymr); if (unlikely(!__pyx_tuple__23)) __PYX_ERR(0, 254, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_tuple__23);\n  __Pyx_GIVEREF(__pyx_tuple__23);\n  __pyx_codeobj__24 = (PyObject*)__Pyx_PyCode_New(1, 0, 2, 0, CO_OPTIMIZED|CO_NEWLOCALS, __pyx_empty_bytes, __pyx_empty_tuple, __pyx_empty_tuple, __pyx_tuple__23, __pyx_empty_tuple, __pyx_empty_tuple, __pyx_kp_s_libmr_pyx, __pyx_n_s_load_from_string, 254, __pyx_empty_bytes); if (unlikely(!__pyx_codeobj__24)) __PYX_ERR(0, 254, __pyx_L1_error)\n\n  /* \"View.MemoryView\":286\n *         return self.name\n * \n * cdef generic = Enum(\"<strided and direct or indirect>\")             # <<<<<<<<<<<<<<\n * cdef strided = Enum(\"<strided and direct>\") # default\n * cdef indirect = Enum(\"<strided and indirect>\")\n */\n  __pyx_tuple__25 = PyTuple_Pack(1, __pyx_kp_s_strided_and_direct_or_indirect); if (unlikely(!__pyx_tuple__25)) __PYX_ERR(1, 286, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_tuple__25);\n  __Pyx_GIVEREF(__pyx_tuple__25);\n\n  /* \"View.MemoryView\":287\n * \n * cdef generic = Enum(\"<strided and direct or indirect>\")\n * cdef strided = Enum(\"<strided and direct>\") # default             # <<<<<<<<<<<<<<\n * cdef indirect = Enum(\"<strided and indirect>\")\n * \n */\n  __pyx_tuple__26 = PyTuple_Pack(1, __pyx_kp_s_strided_and_direct); if (unlikely(!__pyx_tuple__26)) __PYX_ERR(1, 287, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_tuple__26);\n  __Pyx_GIVEREF(__pyx_tuple__26);\n\n  /* \"View.MemoryView\":288\n * cdef generic = Enum(\"<strided and direct or indirect>\")\n * cdef strided = Enum(\"<strided and direct>\") # default\n * cdef indirect = Enum(\"<strided and indirect>\")             # <<<<<<<<<<<<<<\n * \n * \n */\n  __pyx_tuple__27 = PyTuple_Pack(1, __pyx_kp_s_strided_and_indirect); if (unlikely(!__pyx_tuple__27)) __PYX_ERR(1, 288, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_tuple__27);\n  __Pyx_GIVEREF(__pyx_tuple__27);\n\n  /* \"View.MemoryView\":291\n * \n * \n * cdef contiguous = Enum(\"<contiguous and direct>\")             # <<<<<<<<<<<<<<\n * cdef indirect_contiguous = Enum(\"<contiguous and indirect>\")\n * \n */\n  __pyx_tuple__28 = PyTuple_Pack(1, __pyx_kp_s_contiguous_and_direct); if (unlikely(!__pyx_tuple__28)) __PYX_ERR(1, 291, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_tuple__28);\n  __Pyx_GIVEREF(__pyx_tuple__28);\n\n  /* \"View.MemoryView\":292\n * \n * cdef contiguous = Enum(\"<contiguous and direct>\")\n * cdef indirect_contiguous = Enum(\"<contiguous and indirect>\")             # <<<<<<<<<<<<<<\n * \n * \n */\n  __pyx_tuple__29 = PyTuple_Pack(1, __pyx_kp_s_contiguous_and_indirect); if (unlikely(!__pyx_tuple__29)) __PYX_ERR(1, 292, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_tuple__29);\n  __Pyx_GIVEREF(__pyx_tuple__29);\n\n  /* \"(tree fragment)\":1\n * def __pyx_unpickle_Enum(__pyx_type, long __pyx_checksum, __pyx_state):             # <<<<<<<<<<<<<<\n *     cdef object __pyx_PickleError\n *     cdef object __pyx_result\n */\n  __pyx_tuple__30 = PyTuple_Pack(5, __pyx_n_s_pyx_type, __pyx_n_s_pyx_checksum, __pyx_n_s_pyx_state, __pyx_n_s_pyx_PickleError, __pyx_n_s_pyx_result); if (unlikely(!__pyx_tuple__30)) __PYX_ERR(1, 1, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_tuple__30);\n  __Pyx_GIVEREF(__pyx_tuple__30);\n  __pyx_codeobj__31 = (PyObject*)__Pyx_PyCode_New(3, 0, 5, 0, CO_OPTIMIZED|CO_NEWLOCALS, __pyx_empty_bytes, __pyx_empty_tuple, __pyx_empty_tuple, __pyx_tuple__30, __pyx_empty_tuple, __pyx_empty_tuple, __pyx_kp_s_stringsource, __pyx_n_s_pyx_unpickle_Enum, 1, __pyx_empty_bytes); if (unlikely(!__pyx_codeobj__31)) __PYX_ERR(1, 1, __pyx_L1_error)\n  __Pyx_RefNannyFinishContext();\n  return 0;\n  __pyx_L1_error:;\n  __Pyx_RefNannyFinishContext();\n  return -1;\n}\n\nstatic CYTHON_SMALL_CODE int __Pyx_InitGlobals(void) {\n  if (__Pyx_InitStrings(__pyx_string_tab) < 0) __PYX_ERR(0, 1, __pyx_L1_error);\n  __pyx_int_0 = PyInt_FromLong(0); if (unlikely(!__pyx_int_0)) __PYX_ERR(0, 1, __pyx_L1_error)\n  __pyx_int_1 = PyInt_FromLong(1); if (unlikely(!__pyx_int_1)) __PYX_ERR(0, 1, __pyx_L1_error)\n  __pyx_int_2 = PyInt_FromLong(2); if (unlikely(!__pyx_int_2)) __PYX_ERR(0, 1, __pyx_L1_error)\n  __pyx_int_3 = PyInt_FromLong(3); if (unlikely(!__pyx_int_3)) __PYX_ERR(0, 1, __pyx_L1_error)\n  __pyx_int_4 = PyInt_FromLong(4); if (unlikely(!__pyx_int_4)) __PYX_ERR(0, 1, __pyx_L1_error)\n  __pyx_int_184977713 = PyInt_FromLong(184977713L); if (unlikely(!__pyx_int_184977713)) __PYX_ERR(0, 1, __pyx_L1_error)\n  __pyx_int_neg_1 = PyInt_FromLong(-1); if (unlikely(!__pyx_int_neg_1)) __PYX_ERR(0, 1, __pyx_L1_error)\n  return 0;\n  __pyx_L1_error:;\n  return -1;\n}\n\nstatic CYTHON_SMALL_CODE int __Pyx_modinit_global_init_code(void); /*proto*/\nstatic CYTHON_SMALL_CODE int __Pyx_modinit_variable_export_code(void); /*proto*/\nstatic CYTHON_SMALL_CODE int __Pyx_modinit_function_export_code(void); /*proto*/\nstatic CYTHON_SMALL_CODE int __Pyx_modinit_type_init_code(void); /*proto*/\nstatic CYTHON_SMALL_CODE int __Pyx_modinit_type_import_code(void); /*proto*/\nstatic CYTHON_SMALL_CODE int __Pyx_modinit_variable_import_code(void); /*proto*/\nstatic CYTHON_SMALL_CODE int __Pyx_modinit_function_import_code(void); /*proto*/\n\nstatic int __Pyx_modinit_global_init_code(void) {\n  __Pyx_RefNannyDeclarations\n  __Pyx_RefNannySetupContext(\"__Pyx_modinit_global_init_code\", 0);\n  /*--- Global init code ---*/\n  generic = Py_None; Py_INCREF(Py_None);\n  strided = Py_None; Py_INCREF(Py_None);\n  indirect = Py_None; Py_INCREF(Py_None);\n  contiguous = Py_None; Py_INCREF(Py_None);\n  indirect_contiguous = Py_None; Py_INCREF(Py_None);\n  __Pyx_RefNannyFinishContext();\n  return 0;\n}\n\nstatic int __Pyx_modinit_variable_export_code(void) {\n  __Pyx_RefNannyDeclarations\n  __Pyx_RefNannySetupContext(\"__Pyx_modinit_variable_export_code\", 0);\n  /*--- Variable export code ---*/\n  __Pyx_RefNannyFinishContext();\n  return 0;\n}\n\nstatic int __Pyx_modinit_function_export_code(void) {\n  __Pyx_RefNannyDeclarations\n  __Pyx_RefNannySetupContext(\"__Pyx_modinit_function_export_code\", 0);\n  /*--- Function export code ---*/\n  __Pyx_RefNannyFinishContext();\n  return 0;\n}\n\nstatic int __Pyx_modinit_type_init_code(void) {\n  __Pyx_RefNannyDeclarations\n  int __pyx_lineno = 0;\n  const char *__pyx_filename = NULL;\n  int __pyx_clineno = 0;\n  __Pyx_RefNannySetupContext(\"__Pyx_modinit_type_init_code\", 0);\n  /*--- Type init code ---*/\n  if (PyType_Ready(&__pyx_type_5libmr_MR) < 0) __PYX_ERR(0, 95, __pyx_L1_error)\n  #if PY_VERSION_HEX < 0x030800B1\n  __pyx_type_5libmr_MR.tp_print = 0;\n  #endif\n  if ((CYTHON_USE_TYPE_SLOTS && CYTHON_USE_PYTYPE_LOOKUP) && likely(!__pyx_type_5libmr_MR.tp_dictoffset && __pyx_type_5libmr_MR.tp_getattro == PyObject_GenericGetAttr)) {\n    __pyx_type_5libmr_MR.tp_getattro = __Pyx_PyObject_GenericGetAttr;\n  }\n  #if CYTHON_COMPILING_IN_CPYTHON\n  {\n    PyObject *wrapper = PyObject_GetAttrString((PyObject *)&__pyx_type_5libmr_MR, \"__str__\"); if (unlikely(!wrapper)) __PYX_ERR(0, 95, __pyx_L1_error)\n    if (Py_TYPE(wrapper) == &PyWrapperDescr_Type) {\n      __pyx_wrapperbase_5libmr_2MR_26__str__ = *((PyWrapperDescrObject *)wrapper)->d_base;\n      __pyx_wrapperbase_5libmr_2MR_26__str__.doc = __pyx_doc_5libmr_2MR_26__str__;\n      ((PyWrapperDescrObject *)wrapper)->d_base = &__pyx_wrapperbase_5libmr_2MR_26__str__;\n    }\n  }\n  #endif\n  if (PyObject_SetAttr(__pyx_m, __pyx_n_s_MR, (PyObject *)&__pyx_type_5libmr_MR) < 0) __PYX_ERR(0, 95, __pyx_L1_error)\n  if (__Pyx_setup_reduce((PyObject*)&__pyx_type_5libmr_MR) < 0) __PYX_ERR(0, 95, __pyx_L1_error)\n  __pyx_ptype_5libmr_MR = &__pyx_type_5libmr_MR;\n  __pyx_vtabptr_array = &__pyx_vtable_array;\n  __pyx_vtable_array.get_memview = (PyObject *(*)(struct __pyx_array_obj *))__pyx_array_get_memview;\n  if (PyType_Ready(&__pyx_type___pyx_array) < 0) __PYX_ERR(1, 105, __pyx_L1_error)\n  #if PY_VERSION_HEX < 0x030800B1\n  __pyx_type___pyx_array.tp_print = 0;\n  #endif\n  if (__Pyx_SetVtable(__pyx_type___pyx_array.tp_dict, __pyx_vtabptr_array) < 0) __PYX_ERR(1, 105, __pyx_L1_error)\n  if (__Pyx_setup_reduce((PyObject*)&__pyx_type___pyx_array) < 0) __PYX_ERR(1, 105, __pyx_L1_error)\n  __pyx_array_type = &__pyx_type___pyx_array;\n  if (PyType_Ready(&__pyx_type___pyx_MemviewEnum) < 0) __PYX_ERR(1, 279, __pyx_L1_error)\n  #if PY_VERSION_HEX < 0x030800B1\n  __pyx_type___pyx_MemviewEnum.tp_print = 0;\n  #endif\n  if ((CYTHON_USE_TYPE_SLOTS && CYTHON_USE_PYTYPE_LOOKUP) && likely(!__pyx_type___pyx_MemviewEnum.tp_dictoffset && __pyx_type___pyx_MemviewEnum.tp_getattro == PyObject_GenericGetAttr)) {\n    __pyx_type___pyx_MemviewEnum.tp_getattro = __Pyx_PyObject_GenericGetAttr;\n  }\n  if (__Pyx_setup_reduce((PyObject*)&__pyx_type___pyx_MemviewEnum) < 0) __PYX_ERR(1, 279, __pyx_L1_error)\n  __pyx_MemviewEnum_type = &__pyx_type___pyx_MemviewEnum;\n  __pyx_vtabptr_memoryview = &__pyx_vtable_memoryview;\n  __pyx_vtable_memoryview.get_item_pointer = (char *(*)(struct __pyx_memoryview_obj *, PyObject *))__pyx_memoryview_get_item_pointer;\n  __pyx_vtable_memoryview.is_slice = (PyObject *(*)(struct __pyx_memoryview_obj *, PyObject *))__pyx_memoryview_is_slice;\n  __pyx_vtable_memoryview.setitem_slice_assignment = (PyObject *(*)(struct __pyx_memoryview_obj *, PyObject *, PyObject *))__pyx_memoryview_setitem_slice_assignment;\n  __pyx_vtable_memoryview.setitem_slice_assign_scalar = (PyObject *(*)(struct __pyx_memoryview_obj *, struct __pyx_memoryview_obj *, PyObject *))__pyx_memoryview_setitem_slice_assign_scalar;\n  __pyx_vtable_memoryview.setitem_indexed = (PyObject *(*)(struct __pyx_memoryview_obj *, PyObject *, PyObject *))__pyx_memoryview_setitem_indexed;\n  __pyx_vtable_memoryview.convert_item_to_object = (PyObject *(*)(struct __pyx_memoryview_obj *, char *))__pyx_memoryview_convert_item_to_object;\n  __pyx_vtable_memoryview.assign_item_from_object = (PyObject *(*)(struct __pyx_memoryview_obj *, char *, PyObject *))__pyx_memoryview_assign_item_from_object;\n  if (PyType_Ready(&__pyx_type___pyx_memoryview) < 0) __PYX_ERR(1, 330, __pyx_L1_error)\n  #if PY_VERSION_HEX < 0x030800B1\n  __pyx_type___pyx_memoryview.tp_print = 0;\n  #endif\n  if ((CYTHON_USE_TYPE_SLOTS && CYTHON_USE_PYTYPE_LOOKUP) && likely(!__pyx_type___pyx_memoryview.tp_dictoffset && __pyx_type___pyx_memoryview.tp_getattro == PyObject_GenericGetAttr)) {\n    __pyx_type___pyx_memoryview.tp_getattro = __Pyx_PyObject_GenericGetAttr;\n  }\n  if (__Pyx_SetVtable(__pyx_type___pyx_memoryview.tp_dict, __pyx_vtabptr_memoryview) < 0) __PYX_ERR(1, 330, __pyx_L1_error)\n  if (__Pyx_setup_reduce((PyObject*)&__pyx_type___pyx_memoryview) < 0) __PYX_ERR(1, 330, __pyx_L1_error)\n  __pyx_memoryview_type = &__pyx_type___pyx_memoryview;\n  __pyx_vtabptr__memoryviewslice = &__pyx_vtable__memoryviewslice;\n  __pyx_vtable__memoryviewslice.__pyx_base = *__pyx_vtabptr_memoryview;\n  __pyx_vtable__memoryviewslice.__pyx_base.convert_item_to_object = (PyObject *(*)(struct __pyx_memoryview_obj *, char *))__pyx_memoryviewslice_convert_item_to_object;\n  __pyx_vtable__memoryviewslice.__pyx_base.assign_item_from_object = (PyObject *(*)(struct __pyx_memoryview_obj *, char *, PyObject *))__pyx_memoryviewslice_assign_item_from_object;\n  __pyx_type___pyx_memoryviewslice.tp_base = __pyx_memoryview_type;\n  if (PyType_Ready(&__pyx_type___pyx_memoryviewslice) < 0) __PYX_ERR(1, 965, __pyx_L1_error)\n  #if PY_VERSION_HEX < 0x030800B1\n  __pyx_type___pyx_memoryviewslice.tp_print = 0;\n  #endif\n  if ((CYTHON_USE_TYPE_SLOTS && CYTHON_USE_PYTYPE_LOOKUP) && likely(!__pyx_type___pyx_memoryviewslice.tp_dictoffset && __pyx_type___pyx_memoryviewslice.tp_getattro == PyObject_GenericGetAttr)) {\n    __pyx_type___pyx_memoryviewslice.tp_getattro = __Pyx_PyObject_GenericGetAttr;\n  }\n  if (__Pyx_SetVtable(__pyx_type___pyx_memoryviewslice.tp_dict, __pyx_vtabptr__memoryviewslice) < 0) __PYX_ERR(1, 965, __pyx_L1_error)\n  if (__Pyx_setup_reduce((PyObject*)&__pyx_type___pyx_memoryviewslice) < 0) __PYX_ERR(1, 965, __pyx_L1_error)\n  __pyx_memoryviewslice_type = &__pyx_type___pyx_memoryviewslice;\n  __Pyx_RefNannyFinishContext();\n  return 0;\n  __pyx_L1_error:;\n  __Pyx_RefNannyFinishContext();\n  return -1;\n}\n\nstatic int __Pyx_modinit_type_import_code(void) {\n  __Pyx_RefNannyDeclarations\n  PyObject *__pyx_t_1 = NULL;\n  int __pyx_lineno = 0;\n  const char *__pyx_filename = NULL;\n  int __pyx_clineno = 0;\n  __Pyx_RefNannySetupContext(\"__Pyx_modinit_type_import_code\", 0);\n  /*--- Type import code ---*/\n  __pyx_t_1 = PyImport_ImportModule(__Pyx_BUILTIN_MODULE_NAME); if (unlikely(!__pyx_t_1)) __PYX_ERR(3, 9, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_t_1);\n  __pyx_ptype_7cpython_4type_type = __Pyx_ImportType(__pyx_t_1, __Pyx_BUILTIN_MODULE_NAME, \"type\", \n  #if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000\n  sizeof(PyTypeObject),\n  #else\n  sizeof(PyHeapTypeObject),\n  #endif\n  __Pyx_ImportType_CheckSize_Warn);\n   if (!__pyx_ptype_7cpython_4type_type) __PYX_ERR(3, 9, __pyx_L1_error)\n  __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;\n  __pyx_t_1 = PyImport_ImportModule(\"numpy\"); if (unlikely(!__pyx_t_1)) __PYX_ERR(2, 199, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_t_1);\n  __pyx_ptype_5numpy_dtype = __Pyx_ImportType(__pyx_t_1, \"numpy\", \"dtype\", sizeof(PyArray_Descr), __Pyx_ImportType_CheckSize_Ignore);\n   if (!__pyx_ptype_5numpy_dtype) __PYX_ERR(2, 199, __pyx_L1_error)\n  __pyx_ptype_5numpy_flatiter = __Pyx_ImportType(__pyx_t_1, \"numpy\", \"flatiter\", sizeof(PyArrayIterObject), __Pyx_ImportType_CheckSize_Ignore);\n   if (!__pyx_ptype_5numpy_flatiter) __PYX_ERR(2, 222, __pyx_L1_error)\n  __pyx_ptype_5numpy_broadcast = __Pyx_ImportType(__pyx_t_1, \"numpy\", \"broadcast\", sizeof(PyArrayMultiIterObject), __Pyx_ImportType_CheckSize_Ignore);\n   if (!__pyx_ptype_5numpy_broadcast) __PYX_ERR(2, 226, __pyx_L1_error)\n  __pyx_ptype_5numpy_ndarray = __Pyx_ImportType(__pyx_t_1, \"numpy\", \"ndarray\", sizeof(PyArrayObject), __Pyx_ImportType_CheckSize_Ignore);\n   if (!__pyx_ptype_5numpy_ndarray) __PYX_ERR(2, 238, __pyx_L1_error)\n  __pyx_ptype_5numpy_ufunc = __Pyx_ImportType(__pyx_t_1, \"numpy\", \"ufunc\", sizeof(PyUFuncObject), __Pyx_ImportType_CheckSize_Ignore);\n   if (!__pyx_ptype_5numpy_ufunc) __PYX_ERR(2, 764, __pyx_L1_error)\n  __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;\n  __Pyx_RefNannyFinishContext();\n  return 0;\n  __pyx_L1_error:;\n  __Pyx_XDECREF(__pyx_t_1);\n  __Pyx_RefNannyFinishContext();\n  return -1;\n}\n\nstatic int __Pyx_modinit_variable_import_code(void) {\n  __Pyx_RefNannyDeclarations\n  __Pyx_RefNannySetupContext(\"__Pyx_modinit_variable_import_code\", 0);\n  /*--- Variable import code ---*/\n  __Pyx_RefNannyFinishContext();\n  return 0;\n}\n\nstatic int __Pyx_modinit_function_import_code(void) {\n  __Pyx_RefNannyDeclarations\n  __Pyx_RefNannySetupContext(\"__Pyx_modinit_function_import_code\", 0);\n  /*--- Function import code ---*/\n  __Pyx_RefNannyFinishContext();\n  return 0;\n}\n\n\n#ifndef CYTHON_NO_PYINIT_EXPORT\n#define __Pyx_PyMODINIT_FUNC PyMODINIT_FUNC\n#elif PY_MAJOR_VERSION < 3\n#ifdef __cplusplus\n#define __Pyx_PyMODINIT_FUNC extern \"C\" void\n#else\n#define __Pyx_PyMODINIT_FUNC void\n#endif\n#else\n#ifdef __cplusplus\n#define __Pyx_PyMODINIT_FUNC extern \"C\" PyObject *\n#else\n#define __Pyx_PyMODINIT_FUNC PyObject *\n#endif\n#endif\n\n\n#if PY_MAJOR_VERSION < 3\n__Pyx_PyMODINIT_FUNC initlibmr(void) CYTHON_SMALL_CODE; /*proto*/\n__Pyx_PyMODINIT_FUNC initlibmr(void)\n#else\n__Pyx_PyMODINIT_FUNC PyInit_libmr(void) CYTHON_SMALL_CODE; /*proto*/\n__Pyx_PyMODINIT_FUNC PyInit_libmr(void)\n#if CYTHON_PEP489_MULTI_PHASE_INIT\n{\n  return PyModuleDef_Init(&__pyx_moduledef);\n}\nstatic CYTHON_SMALL_CODE int __Pyx_check_single_interpreter(void) {\n    #if PY_VERSION_HEX >= 0x030700A1\n    static PY_INT64_T main_interpreter_id = -1;\n    PY_INT64_T current_id = PyInterpreterState_GetID(PyThreadState_Get()->interp);\n    if (main_interpreter_id == -1) {\n        main_interpreter_id = current_id;\n        return (unlikely(current_id == -1)) ? -1 : 0;\n    } else if (unlikely(main_interpreter_id != current_id))\n    #else\n    static PyInterpreterState *main_interpreter = NULL;\n    PyInterpreterState *current_interpreter = PyThreadState_Get()->interp;\n    if (!main_interpreter) {\n        main_interpreter = current_interpreter;\n    } else if (unlikely(main_interpreter != current_interpreter))\n    #endif\n    {\n        PyErr_SetString(\n            PyExc_ImportError,\n            \"Interpreter change detected - this module can only be loaded into one interpreter per process.\");\n        return -1;\n    }\n    return 0;\n}\nstatic CYTHON_SMALL_CODE int __Pyx_copy_spec_to_module(PyObject *spec, PyObject *moddict, const char* from_name, const char* to_name, int allow_none) {\n    PyObject *value = PyObject_GetAttrString(spec, from_name);\n    int result = 0;\n    if (likely(value)) {\n        if (allow_none || value != Py_None) {\n            result = PyDict_SetItemString(moddict, to_name, value);\n        }\n        Py_DECREF(value);\n    } else if (PyErr_ExceptionMatches(PyExc_AttributeError)) {\n        PyErr_Clear();\n    } else {\n        result = -1;\n    }\n    return result;\n}\nstatic CYTHON_SMALL_CODE PyObject* __pyx_pymod_create(PyObject *spec, CYTHON_UNUSED PyModuleDef *def) {\n    PyObject *module = NULL, *moddict, *modname;\n    if (__Pyx_check_single_interpreter())\n        return NULL;\n    if (__pyx_m)\n        return __Pyx_NewRef(__pyx_m);\n    modname = PyObject_GetAttrString(spec, \"name\");\n    if (unlikely(!modname)) goto bad;\n    module = PyModule_NewObject(modname);\n    Py_DECREF(modname);\n    if (unlikely(!module)) goto bad;\n    moddict = PyModule_GetDict(module);\n    if (unlikely(!moddict)) goto bad;\n    if (unlikely(__Pyx_copy_spec_to_module(spec, moddict, \"loader\", \"__loader__\", 1) < 0)) goto bad;\n    if (unlikely(__Pyx_copy_spec_to_module(spec, moddict, \"origin\", \"__file__\", 1) < 0)) goto bad;\n    if (unlikely(__Pyx_copy_spec_to_module(spec, moddict, \"parent\", \"__package__\", 1) < 0)) goto bad;\n    if (unlikely(__Pyx_copy_spec_to_module(spec, moddict, \"submodule_search_locations\", \"__path__\", 0) < 0)) goto bad;\n    return module;\nbad:\n    Py_XDECREF(module);\n    return NULL;\n}\n\n\nstatic CYTHON_SMALL_CODE int __pyx_pymod_exec_libmr(PyObject *__pyx_pyinit_module)\n#endif\n#endif\n{\n  PyObject *__pyx_t_1 = NULL;\n  static PyThread_type_lock __pyx_t_2[8];\n  int __pyx_lineno = 0;\n  const char *__pyx_filename = NULL;\n  int __pyx_clineno = 0;\n  __Pyx_RefNannyDeclarations\n  #if CYTHON_PEP489_MULTI_PHASE_INIT\n  if (__pyx_m) {\n    if (__pyx_m == __pyx_pyinit_module) return 0;\n    PyErr_SetString(PyExc_RuntimeError, \"Module 'libmr' has already been imported. Re-initialisation is not supported.\");\n    return -1;\n  }\n  #elif PY_MAJOR_VERSION >= 3\n  if (__pyx_m) return __Pyx_NewRef(__pyx_m);\n  #endif\n  #if CYTHON_REFNANNY\n__Pyx_RefNanny = __Pyx_RefNannyImportAPI(\"refnanny\");\nif (!__Pyx_RefNanny) {\n  PyErr_Clear();\n  __Pyx_RefNanny = __Pyx_RefNannyImportAPI(\"Cython.Runtime.refnanny\");\n  if (!__Pyx_RefNanny)\n      Py_FatalError(\"failed to import 'refnanny' module\");\n}\n#endif\n  __Pyx_RefNannySetupContext(\"__Pyx_PyMODINIT_FUNC PyInit_libmr(void)\", 0);\n  if (__Pyx_check_binary_version() < 0) __PYX_ERR(0, 1, __pyx_L1_error)\n  #ifdef __Pxy_PyFrame_Initialize_Offsets\n  __Pxy_PyFrame_Initialize_Offsets();\n  #endif\n  __pyx_empty_tuple = PyTuple_New(0); if (unlikely(!__pyx_empty_tuple)) __PYX_ERR(0, 1, __pyx_L1_error)\n  __pyx_empty_bytes = PyBytes_FromStringAndSize(\"\", 0); if (unlikely(!__pyx_empty_bytes)) __PYX_ERR(0, 1, __pyx_L1_error)\n  __pyx_empty_unicode = PyUnicode_FromStringAndSize(\"\", 0); if (unlikely(!__pyx_empty_unicode)) __PYX_ERR(0, 1, __pyx_L1_error)\n  #ifdef __Pyx_CyFunction_USED\n  if (__pyx_CyFunction_init() < 0) __PYX_ERR(0, 1, __pyx_L1_error)\n  #endif\n  #ifdef __Pyx_FusedFunction_USED\n  if (__pyx_FusedFunction_init() < 0) __PYX_ERR(0, 1, __pyx_L1_error)\n  #endif\n  #ifdef __Pyx_Coroutine_USED\n  if (__pyx_Coroutine_init() < 0) __PYX_ERR(0, 1, __pyx_L1_error)\n  #endif\n  #ifdef __Pyx_Generator_USED\n  if (__pyx_Generator_init() < 0) __PYX_ERR(0, 1, __pyx_L1_error)\n  #endif\n  #ifdef __Pyx_AsyncGen_USED\n  if (__pyx_AsyncGen_init() < 0) __PYX_ERR(0, 1, __pyx_L1_error)\n  #endif\n  #ifdef __Pyx_StopAsyncIteration_USED\n  if (__pyx_StopAsyncIteration_init() < 0) __PYX_ERR(0, 1, __pyx_L1_error)\n  #endif\n  /*--- Library function declarations ---*/\n  /*--- Threads initialization code ---*/\n  #if defined(__PYX_FORCE_INIT_THREADS) && __PYX_FORCE_INIT_THREADS\n  #ifdef WITH_THREAD /* Python build with threading support? */\n  PyEval_InitThreads();\n  #endif\n  #endif\n  /*--- Module creation code ---*/\n  #if CYTHON_PEP489_MULTI_PHASE_INIT\n  __pyx_m = __pyx_pyinit_module;\n  Py_INCREF(__pyx_m);\n  #else\n  #if PY_MAJOR_VERSION < 3\n  __pyx_m = Py_InitModule4(\"libmr\", __pyx_methods, 0, 0, PYTHON_API_VERSION); Py_XINCREF(__pyx_m);\n  #else\n  __pyx_m = PyModule_Create(&__pyx_moduledef);\n  #endif\n  if (unlikely(!__pyx_m)) __PYX_ERR(0, 1, __pyx_L1_error)\n  #endif\n  __pyx_d = PyModule_GetDict(__pyx_m); if (unlikely(!__pyx_d)) __PYX_ERR(0, 1, __pyx_L1_error)\n  Py_INCREF(__pyx_d);\n  __pyx_b = PyImport_AddModule(__Pyx_BUILTIN_MODULE_NAME); if (unlikely(!__pyx_b)) __PYX_ERR(0, 1, __pyx_L1_error)\n  Py_INCREF(__pyx_b);\n  __pyx_cython_runtime = PyImport_AddModule((char *) \"cython_runtime\"); if (unlikely(!__pyx_cython_runtime)) __PYX_ERR(0, 1, __pyx_L1_error)\n  Py_INCREF(__pyx_cython_runtime);\n  if (PyObject_SetAttrString(__pyx_m, \"__builtins__\", __pyx_b) < 0) __PYX_ERR(0, 1, __pyx_L1_error);\n  /*--- Initialize various global constants etc. ---*/\n  if (__Pyx_InitGlobals() < 0) __PYX_ERR(0, 1, __pyx_L1_error)\n  #if PY_MAJOR_VERSION < 3 && (__PYX_DEFAULT_STRING_ENCODING_IS_ASCII || __PYX_DEFAULT_STRING_ENCODING_IS_DEFAULT)\n  if (__Pyx_init_sys_getdefaultencoding_params() < 0) __PYX_ERR(0, 1, __pyx_L1_error)\n  #endif\n  if (__pyx_module_is_main_libmr) {\n    if (PyObject_SetAttr(__pyx_m, __pyx_n_s_name_2, __pyx_n_s_main) < 0) __PYX_ERR(0, 1, __pyx_L1_error)\n  }\n  #if PY_MAJOR_VERSION >= 3\n  {\n    PyObject *modules = PyImport_GetModuleDict(); if (unlikely(!modules)) __PYX_ERR(0, 1, __pyx_L1_error)\n    if (!PyDict_GetItemString(modules, \"libmr\")) {\n      if (unlikely(PyDict_SetItemString(modules, \"libmr\", __pyx_m) < 0)) __PYX_ERR(0, 1, __pyx_L1_error)\n    }\n  }\n  #endif\n  /*--- Builtin init code ---*/\n  if (__Pyx_InitCachedBuiltins() < 0) __PYX_ERR(0, 1, __pyx_L1_error)\n  /*--- Constants init code ---*/\n  if (__Pyx_InitCachedConstants() < 0) __PYX_ERR(0, 1, __pyx_L1_error)\n  /*--- Global type/function init code ---*/\n  (void)__Pyx_modinit_global_init_code();\n  (void)__Pyx_modinit_variable_export_code();\n  (void)__Pyx_modinit_function_export_code();\n  if (unlikely(__Pyx_modinit_type_init_code() < 0)) __PYX_ERR(0, 1, __pyx_L1_error)\n  if (unlikely(__Pyx_modinit_type_import_code() < 0)) __PYX_ERR(0, 1, __pyx_L1_error)\n  (void)__Pyx_modinit_variable_import_code();\n  (void)__Pyx_modinit_function_import_code();\n  /*--- Execution code ---*/\n  #if defined(__Pyx_Generator_USED) || defined(__Pyx_Coroutine_USED)\n  if (__Pyx_patch_abc() < 0) __PYX_ERR(0, 1, __pyx_L1_error)\n  #endif\n\n  /* \"libmr.pyx\":37\n * from libcpp.string cimport string\n * cimport numpy as np\n * import numpy as np             # <<<<<<<<<<<<<<\n * \n * cdef extern from \"MetaRecognition.h\":\n */\n  __pyx_t_1 = __Pyx_Import(__pyx_n_s_numpy, 0, -1); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 37, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_t_1);\n  if (PyDict_SetItem(__pyx_d, __pyx_n_s_np, __pyx_t_1) < 0) __PYX_ERR(0, 37, __pyx_L1_error)\n  __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;\n\n  /* \"libmr.pyx\":254\n *             self.thisptr.verbose = verbose\n * \n * def load_from_string(str input):             # <<<<<<<<<<<<<<\n *     \"\"\"\n *     Deserialize an MR object. This turns a string back into an MR object; it is the inverse of str(MR())\n */\n  __pyx_t_1 = PyCFunction_NewEx(&__pyx_mdef_5libmr_1load_from_string, NULL, __pyx_n_s_libmr); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 254, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_t_1);\n  if (PyDict_SetItem(__pyx_d, __pyx_n_s_load_from_string, __pyx_t_1) < 0) __PYX_ERR(0, 254, __pyx_L1_error)\n  __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;\n\n  /* \"libmr.pyx\":1\n * #             # <<<<<<<<<<<<<<\n * # libmr.pyx:\n * #\n */\n  __pyx_t_1 = __Pyx_PyDict_NewPresized(0); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 1, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_t_1);\n  if (PyDict_SetItem(__pyx_d, __pyx_n_s_test, __pyx_t_1) < 0) __PYX_ERR(0, 1, __pyx_L1_error)\n  __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;\n\n  /* \"View.MemoryView\":209\n *         info.obj = self\n * \n *     __pyx_getbuffer = capsule(<void *> &__pyx_array_getbuffer, \"getbuffer(obj, view, flags)\")             # <<<<<<<<<<<<<<\n * \n *     def __dealloc__(array self):\n */\n  __pyx_t_1 = __pyx_capsule_create(((void *)(&__pyx_array_getbuffer)), ((char *)\"getbuffer(obj, view, flags)\")); if (unlikely(!__pyx_t_1)) __PYX_ERR(1, 209, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_t_1);\n  if (PyDict_SetItem((PyObject *)__pyx_array_type->tp_dict, __pyx_n_s_pyx_getbuffer, __pyx_t_1) < 0) __PYX_ERR(1, 209, __pyx_L1_error)\n  __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;\n  PyType_Modified(__pyx_array_type);\n\n  /* \"View.MemoryView\":286\n *         return self.name\n * \n * cdef generic = Enum(\"<strided and direct or indirect>\")             # <<<<<<<<<<<<<<\n * cdef strided = Enum(\"<strided and direct>\") # default\n * cdef indirect = Enum(\"<strided and indirect>\")\n */\n  __pyx_t_1 = __Pyx_PyObject_Call(((PyObject *)__pyx_MemviewEnum_type), __pyx_tuple__25, NULL); if (unlikely(!__pyx_t_1)) __PYX_ERR(1, 286, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_t_1);\n  __Pyx_XGOTREF(generic);\n  __Pyx_DECREF_SET(generic, __pyx_t_1);\n  __Pyx_GIVEREF(__pyx_t_1);\n  __pyx_t_1 = 0;\n\n  /* \"View.MemoryView\":287\n * \n * cdef generic = Enum(\"<strided and direct or indirect>\")\n * cdef strided = Enum(\"<strided and direct>\") # default             # <<<<<<<<<<<<<<\n * cdef indirect = Enum(\"<strided and indirect>\")\n * \n */\n  __pyx_t_1 = __Pyx_PyObject_Call(((PyObject *)__pyx_MemviewEnum_type), __pyx_tuple__26, NULL); if (unlikely(!__pyx_t_1)) __PYX_ERR(1, 287, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_t_1);\n  __Pyx_XGOTREF(strided);\n  __Pyx_DECREF_SET(strided, __pyx_t_1);\n  __Pyx_GIVEREF(__pyx_t_1);\n  __pyx_t_1 = 0;\n\n  /* \"View.MemoryView\":288\n * cdef generic = Enum(\"<strided and direct or indirect>\")\n * cdef strided = Enum(\"<strided and direct>\") # default\n * cdef indirect = Enum(\"<strided and indirect>\")             # <<<<<<<<<<<<<<\n * \n * \n */\n  __pyx_t_1 = __Pyx_PyObject_Call(((PyObject *)__pyx_MemviewEnum_type), __pyx_tuple__27, NULL); if (unlikely(!__pyx_t_1)) __PYX_ERR(1, 288, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_t_1);\n  __Pyx_XGOTREF(indirect);\n  __Pyx_DECREF_SET(indirect, __pyx_t_1);\n  __Pyx_GIVEREF(__pyx_t_1);\n  __pyx_t_1 = 0;\n\n  /* \"View.MemoryView\":291\n * \n * \n * cdef contiguous = Enum(\"<contiguous and direct>\")             # <<<<<<<<<<<<<<\n * cdef indirect_contiguous = Enum(\"<contiguous and indirect>\")\n * \n */\n  __pyx_t_1 = __Pyx_PyObject_Call(((PyObject *)__pyx_MemviewEnum_type), __pyx_tuple__28, NULL); if (unlikely(!__pyx_t_1)) __PYX_ERR(1, 291, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_t_1);\n  __Pyx_XGOTREF(contiguous);\n  __Pyx_DECREF_SET(contiguous, __pyx_t_1);\n  __Pyx_GIVEREF(__pyx_t_1);\n  __pyx_t_1 = 0;\n\n  /* \"View.MemoryView\":292\n * \n * cdef contiguous = Enum(\"<contiguous and direct>\")\n * cdef indirect_contiguous = Enum(\"<contiguous and indirect>\")             # <<<<<<<<<<<<<<\n * \n * \n */\n  __pyx_t_1 = __Pyx_PyObject_Call(((PyObject *)__pyx_MemviewEnum_type), __pyx_tuple__29, NULL); if (unlikely(!__pyx_t_1)) __PYX_ERR(1, 292, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_t_1);\n  __Pyx_XGOTREF(indirect_contiguous);\n  __Pyx_DECREF_SET(indirect_contiguous, __pyx_t_1);\n  __Pyx_GIVEREF(__pyx_t_1);\n  __pyx_t_1 = 0;\n\n  /* \"View.MemoryView\":316\n * \n * DEF THREAD_LOCKS_PREALLOCATED = 8\n * cdef int __pyx_memoryview_thread_locks_used = 0             # <<<<<<<<<<<<<<\n * cdef PyThread_type_lock[THREAD_LOCKS_PREALLOCATED] __pyx_memoryview_thread_locks = [\n *     PyThread_allocate_lock(),\n */\n  __pyx_memoryview_thread_locks_used = 0;\n\n  /* \"View.MemoryView\":317\n * DEF THREAD_LOCKS_PREALLOCATED = 8\n * cdef int __pyx_memoryview_thread_locks_used = 0\n * cdef PyThread_type_lock[THREAD_LOCKS_PREALLOCATED] __pyx_memoryview_thread_locks = [             # <<<<<<<<<<<<<<\n *     PyThread_allocate_lock(),\n *     PyThread_allocate_lock(),\n */\n  __pyx_t_2[0] = PyThread_allocate_lock();\n  __pyx_t_2[1] = PyThread_allocate_lock();\n  __pyx_t_2[2] = PyThread_allocate_lock();\n  __pyx_t_2[3] = PyThread_allocate_lock();\n  __pyx_t_2[4] = PyThread_allocate_lock();\n  __pyx_t_2[5] = PyThread_allocate_lock();\n  __pyx_t_2[6] = PyThread_allocate_lock();\n  __pyx_t_2[7] = PyThread_allocate_lock();\n  memcpy(&(__pyx_memoryview_thread_locks[0]), __pyx_t_2, sizeof(__pyx_memoryview_thread_locks[0]) * (8));\n\n  /* \"View.MemoryView\":549\n *         info.obj = self\n * \n *     __pyx_getbuffer = capsule(<void *> &__pyx_memoryview_getbuffer, \"getbuffer(obj, view, flags)\")             # <<<<<<<<<<<<<<\n * \n * \n */\n  __pyx_t_1 = __pyx_capsule_create(((void *)(&__pyx_memoryview_getbuffer)), ((char *)\"getbuffer(obj, view, flags)\")); if (unlikely(!__pyx_t_1)) __PYX_ERR(1, 549, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_t_1);\n  if (PyDict_SetItem((PyObject *)__pyx_memoryview_type->tp_dict, __pyx_n_s_pyx_getbuffer, __pyx_t_1) < 0) __PYX_ERR(1, 549, __pyx_L1_error)\n  __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;\n  PyType_Modified(__pyx_memoryview_type);\n\n  /* \"View.MemoryView\":995\n *         return self.from_object\n * \n *     __pyx_getbuffer = capsule(<void *> &__pyx_memoryview_getbuffer, \"getbuffer(obj, view, flags)\")             # <<<<<<<<<<<<<<\n * \n * \n */\n  __pyx_t_1 = __pyx_capsule_create(((void *)(&__pyx_memoryview_getbuffer)), ((char *)\"getbuffer(obj, view, flags)\")); if (unlikely(!__pyx_t_1)) __PYX_ERR(1, 995, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_t_1);\n  if (PyDict_SetItem((PyObject *)__pyx_memoryviewslice_type->tp_dict, __pyx_n_s_pyx_getbuffer, __pyx_t_1) < 0) __PYX_ERR(1, 995, __pyx_L1_error)\n  __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;\n  PyType_Modified(__pyx_memoryviewslice_type);\n\n  /* \"(tree fragment)\":1\n * def __pyx_unpickle_Enum(__pyx_type, long __pyx_checksum, __pyx_state):             # <<<<<<<<<<<<<<\n *     cdef object __pyx_PickleError\n *     cdef object __pyx_result\n */\n  __pyx_t_1 = PyCFunction_NewEx(&__pyx_mdef_15View_dot_MemoryView_1__pyx_unpickle_Enum, NULL, __pyx_n_s_View_MemoryView); if (unlikely(!__pyx_t_1)) __PYX_ERR(1, 1, __pyx_L1_error)\n  __Pyx_GOTREF(__pyx_t_1);\n  if (PyDict_SetItem(__pyx_d, __pyx_n_s_pyx_unpickle_Enum, __pyx_t_1) < 0) __PYX_ERR(1, 1, __pyx_L1_error)\n  __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;\n\n  /* \"(tree fragment)\":11\n *         __pyx_unpickle_Enum__set_state(<Enum> __pyx_result, __pyx_state)\n *     return __pyx_result\n * cdef __pyx_unpickle_Enum__set_state(Enum __pyx_result, tuple __pyx_state):             # <<<<<<<<<<<<<<\n *     __pyx_result.name = __pyx_state[0]\n *     if len(__pyx_state) > 1 and hasattr(__pyx_result, '__dict__'):\n */\n\n  /*--- Wrapped vars code ---*/\n\n  goto __pyx_L0;\n  __pyx_L1_error:;\n  __Pyx_XDECREF(__pyx_t_1);\n  if (__pyx_m) {\n    if (__pyx_d) {\n      __Pyx_AddTraceback(\"init libmr\", __pyx_clineno, __pyx_lineno, __pyx_filename);\n    }\n    Py_CLEAR(__pyx_m);\n  } else if (!PyErr_Occurred()) {\n    PyErr_SetString(PyExc_ImportError, \"init libmr\");\n  }\n  __pyx_L0:;\n  __Pyx_RefNannyFinishContext();\n  #if CYTHON_PEP489_MULTI_PHASE_INIT\n  return (__pyx_m != NULL) ? 0 : -1;\n  #elif PY_MAJOR_VERSION >= 3\n  return __pyx_m;\n  #else\n  return;\n  #endif\n}\n\n/* --- Runtime support code --- */\n/* Refnanny */\n#if CYTHON_REFNANNY\nstatic __Pyx_RefNannyAPIStruct *__Pyx_RefNannyImportAPI(const char *modname) {\n    PyObject *m = NULL, *p = NULL;\n    void *r = NULL;\n    m = PyImport_ImportModule(modname);\n    if (!m) goto end;\n    p = PyObject_GetAttrString(m, \"RefNannyAPI\");\n    if (!p) goto end;\n    r = PyLong_AsVoidPtr(p);\nend:\n    Py_XDECREF(p);\n    Py_XDECREF(m);\n    return (__Pyx_RefNannyAPIStruct *)r;\n}\n#endif\n\n/* PyObjectGetAttrStr */\n#if CYTHON_USE_TYPE_SLOTS\nstatic CYTHON_INLINE PyObject* __Pyx_PyObject_GetAttrStr(PyObject* obj, PyObject* attr_name) {\n    PyTypeObject* tp = Py_TYPE(obj);\n    if (likely(tp->tp_getattro))\n        return tp->tp_getattro(obj, attr_name);\n#if PY_MAJOR_VERSION < 3\n    if (likely(tp->tp_getattr))\n        return tp->tp_getattr(obj, PyString_AS_STRING(attr_name));\n#endif\n    return PyObject_GetAttr(obj, attr_name);\n}\n#endif\n\n/* GetBuiltinName */\nstatic PyObject *__Pyx_GetBuiltinName(PyObject *name) {\n    PyObject* result = __Pyx_PyObject_GetAttrStr(__pyx_b, name);\n    if (unlikely(!result)) {\n        PyErr_Format(PyExc_NameError,\n#if PY_MAJOR_VERSION >= 3\n            \"name '%U' is not defined\", name);\n#else\n            \"name '%.200s' is not defined\", PyString_AS_STRING(name));\n#endif\n    }\n    return result;\n}\n\n/* RaiseDoubleKeywords */\nstatic void __Pyx_RaiseDoubleKeywordsError(\n    const char* func_name,\n    PyObject* kw_name)\n{\n    PyErr_Format(PyExc_TypeError,\n        #if PY_MAJOR_VERSION >= 3\n        \"%s() got multiple values for keyword argument '%U'\", func_name, kw_name);\n        #else\n        \"%s() got multiple values for keyword argument '%s'\", func_name,\n        PyString_AsString(kw_name));\n        #endif\n}\n\n/* ParseKeywords */\nstatic int __Pyx_ParseOptionalKeywords(\n    PyObject *kwds,\n    PyObject **argnames[],\n    PyObject *kwds2,\n    PyObject *values[],\n    Py_ssize_t num_pos_args,\n    const char* function_name)\n{\n    PyObject *key = 0, *value = 0;\n    Py_ssize_t pos = 0;\n    PyObject*** name;\n    PyObject*** first_kw_arg = argnames + num_pos_args;\n    while (PyDict_Next(kwds, &pos, &key, &value)) {\n        name = first_kw_arg;\n        while (*name && (**name != key)) name++;\n        if (*name) {\n            values[name-argnames] = value;\n            continue;\n        }\n        name = first_kw_arg;\n        #if PY_MAJOR_VERSION < 3\n        if (likely(PyString_Check(key))) {\n            while (*name) {\n                if ((CYTHON_COMPILING_IN_PYPY || PyString_GET_SIZE(**name) == PyString_GET_SIZE(key))\n                        && _PyString_Eq(**name, key)) {\n                    values[name-argnames] = value;\n                    break;\n                }\n                name++;\n            }\n            if (*name) continue;\n            else {\n                PyObject*** argname = argnames;\n                while (argname != first_kw_arg) {\n                    if ((**argname == key) || (\n                            (CYTHON_COMPILING_IN_PYPY || PyString_GET_SIZE(**argname) == PyString_GET_SIZE(key))\n                             && _PyString_Eq(**argname, key))) {\n                        goto arg_passed_twice;\n                    }\n                    argname++;\n                }\n            }\n        } else\n        #endif\n        if (likely(PyUnicode_Check(key))) {\n            while (*name) {\n                int cmp = (**name == key) ? 0 :\n                #if !CYTHON_COMPILING_IN_PYPY && PY_MAJOR_VERSION >= 3\n                    (__Pyx_PyUnicode_GET_LENGTH(**name) != __Pyx_PyUnicode_GET_LENGTH(key)) ? 1 :\n                #endif\n                    PyUnicode_Compare(**name, key);\n                if (cmp < 0 && unlikely(PyErr_Occurred())) goto bad;\n                if (cmp == 0) {\n                    values[name-argnames] = value;\n                    break;\n                }\n                name++;\n            }\n            if (*name) continue;\n            else {\n                PyObject*** argname = argnames;\n                while (argname != first_kw_arg) {\n                    int cmp = (**argname == key) ? 0 :\n                    #if !CYTHON_COMPILING_IN_PYPY && PY_MAJOR_VERSION >= 3\n                        (__Pyx_PyUnicode_GET_LENGTH(**argname) != __Pyx_PyUnicode_GET_LENGTH(key)) ? 1 :\n                    #endif\n                        PyUnicode_Compare(**argname, key);\n                    if (cmp < 0 && unlikely(PyErr_Occurred())) goto bad;\n                    if (cmp == 0) goto arg_passed_twice;\n                    argname++;\n                }\n            }\n        } else\n            goto invalid_keyword_type;\n        if (kwds2) {\n            if (unlikely(PyDict_SetItem(kwds2, key, value))) goto bad;\n        } else {\n            goto invalid_keyword;\n        }\n    }\n    return 0;\narg_passed_twice:\n    __Pyx_RaiseDoubleKeywordsError(function_name, key);\n    goto bad;\ninvalid_keyword_type:\n    PyErr_Format(PyExc_TypeError,\n        \"%.200s() keywords must be strings\", function_name);\n    goto bad;\ninvalid_keyword:\n    PyErr_Format(PyExc_TypeError,\n    #if PY_MAJOR_VERSION < 3\n        \"%.200s() got an unexpected keyword argument '%.200s'\",\n        function_name, PyString_AsString(key));\n    #else\n        \"%s() got an unexpected keyword argument '%U'\",\n        function_name, key);\n    #endif\nbad:\n    return -1;\n}\n\n/* RaiseArgTupleInvalid */\nstatic void __Pyx_RaiseArgtupleInvalid(\n    const char* func_name,\n    int exact,\n    Py_ssize_t num_min,\n    Py_ssize_t num_max,\n    Py_ssize_t num_found)\n{\n    Py_ssize_t num_expected;\n    const char *more_or_less;\n    if (num_found < num_min) {\n        num_expected = num_min;\n        more_or_less = \"at least\";\n    } else {\n        num_expected = num_max;\n        more_or_less = \"at most\";\n    }\n    if (exact) {\n        more_or_less = \"exactly\";\n    }\n    PyErr_Format(PyExc_TypeError,\n                 \"%.200s() takes %.8s %\" CYTHON_FORMAT_SSIZE_T \"d positional argument%.1s (%\" CYTHON_FORMAT_SSIZE_T \"d given)\",\n                 func_name, more_or_less, num_expected,\n                 (num_expected == 1) ? \"\" : \"s\", num_found);\n}\n\n/* GetItemInt */\nstatic PyObject *__Pyx_GetItemInt_Generic(PyObject *o, PyObject* j) {\n    PyObject *r;\n    if (!j) return NULL;\n    r = PyObject_GetItem(o, j);\n    Py_DECREF(j);\n    return r;\n}\nstatic CYTHON_INLINE PyObject *__Pyx_GetItemInt_List_Fast(PyObject *o, Py_ssize_t i,\n                                                              CYTHON_NCP_UNUSED int wraparound,\n                                                              CYTHON_NCP_UNUSED int boundscheck) {\n#if CYTHON_ASSUME_SAFE_MACROS && !CYTHON_AVOID_BORROWED_REFS\n    Py_ssize_t wrapped_i = i;\n    if (wraparound & unlikely(i < 0)) {\n        wrapped_i += PyList_GET_SIZE(o);\n    }\n    if ((!boundscheck) || likely(__Pyx_is_valid_index(wrapped_i, PyList_GET_SIZE(o)))) {\n        PyObject *r = PyList_GET_ITEM(o, wrapped_i);\n        Py_INCREF(r);\n        return r;\n    }\n    return __Pyx_GetItemInt_Generic(o, PyInt_FromSsize_t(i));\n#else\n    return PySequence_GetItem(o, i);\n#endif\n}\nstatic CYTHON_INLINE PyObject *__Pyx_GetItemInt_Tuple_Fast(PyObject *o, Py_ssize_t i,\n                                                              CYTHON_NCP_UNUSED int wraparound,\n                                                              CYTHON_NCP_UNUSED int boundscheck) {\n#if CYTHON_ASSUME_SAFE_MACROS && !CYTHON_AVOID_BORROWED_REFS\n    Py_ssize_t wrapped_i = i;\n    if (wraparound & unlikely(i < 0)) {\n        wrapped_i += PyTuple_GET_SIZE(o);\n    }\n    if ((!boundscheck) || likely(__Pyx_is_valid_index(wrapped_i, PyTuple_GET_SIZE(o)))) {\n        PyObject *r = PyTuple_GET_ITEM(o, wrapped_i);\n        Py_INCREF(r);\n        return r;\n    }\n    return __Pyx_GetItemInt_Generic(o, PyInt_FromSsize_t(i));\n#else\n    return PySequence_GetItem(o, i);\n#endif\n}\nstatic CYTHON_INLINE PyObject *__Pyx_GetItemInt_Fast(PyObject *o, Py_ssize_t i, int is_list,\n                                                     CYTHON_NCP_UNUSED int wraparound,\n                                                     CYTHON_NCP_UNUSED int boundscheck) {\n#if CYTHON_ASSUME_SAFE_MACROS && !CYTHON_AVOID_BORROWED_REFS && CYTHON_USE_TYPE_SLOTS\n    if (is_list || PyList_CheckExact(o)) {\n        Py_ssize_t n = ((!wraparound) | likely(i >= 0)) ? i : i + PyList_GET_SIZE(o);\n        if ((!boundscheck) || (likely(__Pyx_is_valid_index(n, PyList_GET_SIZE(o))))) {\n            PyObject *r = PyList_GET_ITEM(o, n);\n            Py_INCREF(r);\n            return r;\n        }\n    }\n    else if (PyTuple_CheckExact(o)) {\n        Py_ssize_t n = ((!wraparound) | likely(i >= 0)) ? i : i + PyTuple_GET_SIZE(o);\n        if ((!boundscheck) || likely(__Pyx_is_valid_index(n, PyTuple_GET_SIZE(o)))) {\n            PyObject *r = PyTuple_GET_ITEM(o, n);\n            Py_INCREF(r);\n            return r;\n        }\n    } else {\n        PySequenceMethods *m = Py_TYPE(o)->tp_as_sequence;\n        if (likely(m && m->sq_item)) {\n            if (wraparound && unlikely(i < 0) && likely(m->sq_length)) {\n                Py_ssize_t l = m->sq_length(o);\n                if (likely(l >= 0)) {\n                    i += l;\n                } else {\n                    if (!PyErr_ExceptionMatches(PyExc_OverflowError))\n                        return NULL;\n                    PyErr_Clear();\n                }\n            }\n            return m->sq_item(o, i);\n        }\n    }\n#else\n    if (is_list || PySequence_Check(o)) {\n        return PySequence_GetItem(o, i);\n    }\n#endif\n    return __Pyx_GetItemInt_Generic(o, PyInt_FromSsize_t(i));\n}\n\n/* DictGetItem */\n#if PY_MAJOR_VERSION >= 3 && !CYTHON_COMPILING_IN_PYPY\nstatic PyObject *__Pyx_PyDict_GetItem(PyObject *d, PyObject* key) {\n    PyObject *value;\n    value = PyDict_GetItemWithError(d, key);\n    if (unlikely(!value)) {\n        if (!PyErr_Occurred()) {\n            if (unlikely(PyTuple_Check(key))) {\n                PyObject* args = PyTuple_Pack(1, key);\n                if (likely(args)) {\n                    PyErr_SetObject(PyExc_KeyError, args);\n                    Py_DECREF(args);\n                }\n            } else {\n                PyErr_SetObject(PyExc_KeyError, key);\n            }\n        }\n        return NULL;\n    }\n    Py_INCREF(value);\n    return value;\n}\n#endif\n\n/* PyIntCompare */\nstatic CYTHON_INLINE PyObject* __Pyx_PyInt_EqObjC(PyObject *op1, PyObject *op2, CYTHON_UNUSED long intval, CYTHON_UNUSED long inplace) {\n    if (op1 == op2) {\n        Py_RETURN_TRUE;\n    }\n    #if PY_MAJOR_VERSION < 3\n    if (likely(PyInt_CheckExact(op1))) {\n        const long b = intval;\n        long a = PyInt_AS_LONG(op1);\n        if (a == b) Py_RETURN_TRUE; else Py_RETURN_FALSE;\n    }\n    #endif\n    #if CYTHON_USE_PYLONG_INTERNALS\n    if (likely(PyLong_CheckExact(op1))) {\n        int unequal;\n        unsigned long uintval;\n        Py_ssize_t size = Py_SIZE(op1);\n        const digit* digits = ((PyLongObject*)op1)->ob_digit;\n        if (intval == 0) {\n            if (size == 0) Py_RETURN_TRUE; else Py_RETURN_FALSE;\n        } else if (intval < 0) {\n            if (size >= 0)\n                Py_RETURN_FALSE;\n            intval = -intval;\n            size = -size;\n        } else {\n            if (size <= 0)\n                Py_RETURN_FALSE;\n        }\n        uintval = (unsigned long) intval;\n#if PyLong_SHIFT * 4 < SIZEOF_LONG*8\n        if (uintval >> (PyLong_SHIFT * 4)) {\n            unequal = (size != 5) || (digits[0] != (uintval & (unsigned long) PyLong_MASK))\n                 | (digits[1] != ((uintval >> (1 * PyLong_SHIFT)) & (unsigned long) PyLong_MASK)) | (digits[2] != ((uintval >> (2 * PyLong_SHIFT)) & (unsigned long) PyLong_MASK)) | (digits[3] != ((uintval >> (3 * PyLong_SHIFT)) & (unsigned long) PyLong_MASK)) | (digits[4] != ((uintval >> (4 * PyLong_SHIFT)) & (unsigned long) PyLong_MASK));\n        } else\n#endif\n#if PyLong_SHIFT * 3 < SIZEOF_LONG*8\n        if (uintval >> (PyLong_SHIFT * 3)) {\n            unequal = (size != 4) || (digits[0] != (uintval & (unsigned long) PyLong_MASK))\n                 | (digits[1] != ((uintval >> (1 * PyLong_SHIFT)) & (unsigned long) PyLong_MASK)) | (digits[2] != ((uintval >> (2 * PyLong_SHIFT)) & (unsigned long) PyLong_MASK)) | (digits[3] != ((uintval >> (3 * PyLong_SHIFT)) & (unsigned long) PyLong_MASK));\n        } else\n#endif\n#if PyLong_SHIFT * 2 < SIZEOF_LONG*8\n        if (uintval >> (PyLong_SHIFT * 2)) {\n            unequal = (size != 3) || (digits[0] != (uintval & (unsigned long) PyLong_MASK))\n                 | (digits[1] != ((uintval >> (1 * PyLong_SHIFT)) & (unsigned long) PyLong_MASK)) | (digits[2] != ((uintval >> (2 * PyLong_SHIFT)) & (unsigned long) PyLong_MASK));\n        } else\n#endif\n#if PyLong_SHIFT * 1 < SIZEOF_LONG*8\n        if (uintval >> (PyLong_SHIFT * 1)) {\n            unequal = (size != 2) || (digits[0] != (uintval & (unsigned long) PyLong_MASK))\n                 | (digits[1] != ((uintval >> (1 * PyLong_SHIFT)) & (unsigned long) PyLong_MASK));\n        } else\n#endif\n            unequal = (size != 1) || (((unsigned long) digits[0]) != (uintval & (unsigned long) PyLong_MASK));\n        if (unequal == 0) Py_RETURN_TRUE; else Py_RETURN_FALSE;\n    }\n    #endif\n    if (PyFloat_CheckExact(op1)) {\n        const long b = intval;\n        double a = PyFloat_AS_DOUBLE(op1);\n        if ((double)a == (double)b) Py_RETURN_TRUE; else Py_RETURN_FALSE;\n    }\n    return (\n        PyObject_RichCompare(op1, op2, Py_EQ));\n}\n\n/* PyCFunctionFastCall */\n#if CYTHON_FAST_PYCCALL\nstatic CYTHON_INLINE PyObject * __Pyx_PyCFunction_FastCall(PyObject *func_obj, PyObject **args, Py_ssize_t nargs) {\n    PyCFunctionObject *func = (PyCFunctionObject*)func_obj;\n    PyCFunction meth = PyCFunction_GET_FUNCTION(func);\n    PyObject *self = PyCFunction_GET_SELF(func);\n    int flags = PyCFunction_GET_FLAGS(func);\n    assert(PyCFunction_Check(func));\n    assert(METH_FASTCALL == (flags & ~(METH_CLASS | METH_STATIC | METH_COEXIST | METH_KEYWORDS | METH_STACKLESS)));\n    assert(nargs >= 0);\n    assert(nargs == 0 || args != NULL);\n    /* _PyCFunction_FastCallDict() must not be called with an exception set,\n       because it may clear it (directly or indirectly) and so the\n       caller loses its exception */\n    assert(!PyErr_Occurred());\n    if ((PY_VERSION_HEX < 0x030700A0) || unlikely(flags & METH_KEYWORDS)) {\n        return (*((__Pyx_PyCFunctionFastWithKeywords)(void*)meth)) (self, args, nargs, NULL);\n    } else {\n        return (*((__Pyx_PyCFunctionFast)(void*)meth)) (self, args, nargs);\n    }\n}\n#endif\n\n/* PyFunctionFastCall */\n#if CYTHON_FAST_PYCALL\nstatic PyObject* __Pyx_PyFunction_FastCallNoKw(PyCodeObject *co, PyObject **args, Py_ssize_t na,\n                                               PyObject *globals) {\n    PyFrameObject *f;\n    PyThreadState *tstate = __Pyx_PyThreadState_Current;\n    PyObject **fastlocals;\n    Py_ssize_t i;\n    PyObject *result;\n    assert(globals != NULL);\n    /* XXX Perhaps we should create a specialized\n       PyFrame_New() that doesn't take locals, but does\n       take builtins without sanity checking them.\n       */\n    assert(tstate != NULL);\n    f = PyFrame_New(tstate, co, globals, NULL);\n    if (f == NULL) {\n        return NULL;\n    }\n    fastlocals = __Pyx_PyFrame_GetLocalsplus(f);\n    for (i = 0; i < na; i++) {\n        Py_INCREF(*args);\n        fastlocals[i] = *args++;\n    }\n    result = PyEval_EvalFrameEx(f,0);\n    ++tstate->recursion_depth;\n    Py_DECREF(f);\n    --tstate->recursion_depth;\n    return result;\n}\n#if 1 || PY_VERSION_HEX < 0x030600B1\nstatic PyObject *__Pyx_PyFunction_FastCallDict(PyObject *func, PyObject **args, Py_ssize_t nargs, PyObject *kwargs) {\n    PyCodeObject *co = (PyCodeObject *)PyFunction_GET_CODE(func);\n    PyObject *globals = PyFunction_GET_GLOBALS(func);\n    PyObject *argdefs = PyFunction_GET_DEFAULTS(func);\n    PyObject *closure;\n#if PY_MAJOR_VERSION >= 3\n    PyObject *kwdefs;\n#endif\n    PyObject *kwtuple, **k;\n    PyObject **d;\n    Py_ssize_t nd;\n    Py_ssize_t nk;\n    PyObject *result;\n    assert(kwargs == NULL || PyDict_Check(kwargs));\n    nk = kwargs ? PyDict_Size(kwargs) : 0;\n    if (Py_EnterRecursiveCall((char*)\" while calling a Python object\")) {\n        return NULL;\n    }\n    if (\n#if PY_MAJOR_VERSION >= 3\n            co->co_kwonlyargcount == 0 &&\n#endif\n            likely(kwargs == NULL || nk == 0) &&\n            co->co_flags == (CO_OPTIMIZED | CO_NEWLOCALS | CO_NOFREE)) {\n        if (argdefs == NULL && co->co_argcount == nargs) {\n            result = __Pyx_PyFunction_FastCallNoKw(co, args, nargs, globals);\n            goto done;\n        }\n        else if (nargs == 0 && argdefs != NULL\n                 && co->co_argcount == Py_SIZE(argdefs)) {\n            /* function called with no arguments, but all parameters have\n               a default value: use default values as arguments .*/\n            args = &PyTuple_GET_ITEM(argdefs, 0);\n            result =__Pyx_PyFunction_FastCallNoKw(co, args, Py_SIZE(argdefs), globals);\n            goto done;\n        }\n    }\n    if (kwargs != NULL) {\n        Py_ssize_t pos, i;\n        kwtuple = PyTuple_New(2 * nk);\n        if (kwtuple == NULL) {\n            result = NULL;\n            goto done;\n        }\n        k = &PyTuple_GET_ITEM(kwtuple, 0);\n        pos = i = 0;\n        while (PyDict_Next(kwargs, &pos, &k[i], &k[i+1])) {\n            Py_INCREF(k[i]);\n            Py_INCREF(k[i+1]);\n            i += 2;\n        }\n        nk = i / 2;\n    }\n    else {\n        kwtuple = NULL;\n        k = NULL;\n    }\n    closure = PyFunction_GET_CLOSURE(func);\n#if PY_MAJOR_VERSION >= 3\n    kwdefs = PyFunction_GET_KW_DEFAULTS(func);\n#endif\n    if (argdefs != NULL) {\n        d = &PyTuple_GET_ITEM(argdefs, 0);\n        nd = Py_SIZE(argdefs);\n    }\n    else {\n        d = NULL;\n        nd = 0;\n    }\n#if PY_MAJOR_VERSION >= 3\n    result = PyEval_EvalCodeEx((PyObject*)co, globals, (PyObject *)NULL,\n                               args, (int)nargs,\n                               k, (int)nk,\n                               d, (int)nd, kwdefs, closure);\n#else\n    result = PyEval_EvalCodeEx(co, globals, (PyObject *)NULL,\n                               args, (int)nargs,\n                               k, (int)nk,\n                               d, (int)nd, closure);\n#endif\n    Py_XDECREF(kwtuple);\ndone:\n    Py_LeaveRecursiveCall();\n    return result;\n}\n#endif\n#endif\n\n/* PyObjectCall */\n#if CYTHON_COMPILING_IN_CPYTHON\nstatic CYTHON_INLINE PyObject* __Pyx_PyObject_Call(PyObject *func, PyObject *arg, PyObject *kw) {\n    PyObject *result;\n    ternaryfunc call = func->ob_type->tp_call;\n    if (unlikely(!call))\n        return PyObject_Call(func, arg, kw);\n    if (unlikely(Py_EnterRecursiveCall((char*)\" while calling a Python object\")))\n        return NULL;\n    result = (*call)(func, arg, kw);\n    Py_LeaveRecursiveCall();\n    if (unlikely(!result) && unlikely(!PyErr_Occurred())) {\n        PyErr_SetString(\n            PyExc_SystemError,\n            \"NULL result without error in PyObject_Call\");\n    }\n    return result;\n}\n#endif\n\n/* PyObjectCallMethO */\n#if CYTHON_COMPILING_IN_CPYTHON\nstatic CYTHON_INLINE PyObject* __Pyx_PyObject_CallMethO(PyObject *func, PyObject *arg) {\n    PyObject *self, *result;\n    PyCFunction cfunc;\n    cfunc = PyCFunction_GET_FUNCTION(func);\n    self = PyCFunction_GET_SELF(func);\n    if (unlikely(Py_EnterRecursiveCall((char*)\" while calling a Python object\")))\n        return NULL;\n    result = cfunc(self, arg);\n    Py_LeaveRecursiveCall();\n    if (unlikely(!result) && unlikely(!PyErr_Occurred())) {\n        PyErr_SetString(\n            PyExc_SystemError,\n            \"NULL result without error in PyObject_Call\");\n    }\n    return result;\n}\n#endif\n\n/* PyObjectCallOneArg */\n#if CYTHON_COMPILING_IN_CPYTHON\nstatic PyObject* __Pyx__PyObject_CallOneArg(PyObject *func, PyObject *arg) {\n    PyObject *result;\n    PyObject *args = PyTuple_New(1);\n    if (unlikely(!args)) return NULL;\n    Py_INCREF(arg);\n    PyTuple_SET_ITEM(args, 0, arg);\n    result = __Pyx_PyObject_Call(func, args, NULL);\n    Py_DECREF(args);\n    return result;\n}\nstatic CYTHON_INLINE PyObject* __Pyx_PyObject_CallOneArg(PyObject *func, PyObject *arg) {\n#if CYTHON_FAST_PYCALL\n    if (PyFunction_Check(func)) {\n        return __Pyx_PyFunction_FastCall(func, &arg, 1);\n    }\n#endif\n    if (likely(PyCFunction_Check(func))) {\n        if (likely(PyCFunction_GET_FLAGS(func) & METH_O)) {\n            return __Pyx_PyObject_CallMethO(func, arg);\n#if CYTHON_FAST_PYCCALL\n        } else if (PyCFunction_GET_FLAGS(func) & METH_FASTCALL) {\n            return __Pyx_PyCFunction_FastCall(func, &arg, 1);\n#endif\n        }\n    }\n    return __Pyx__PyObject_CallOneArg(func, arg);\n}\n#else\nstatic CYTHON_INLINE PyObject* __Pyx_PyObject_CallOneArg(PyObject *func, PyObject *arg) {\n    PyObject *result;\n    PyObject *args = PyTuple_Pack(1, arg);\n    if (unlikely(!args)) return NULL;\n    result = __Pyx_PyObject_Call(func, args, NULL);\n    Py_DECREF(args);\n    return result;\n}\n#endif\n\n/* ObjectGetItem */\n#if CYTHON_USE_TYPE_SLOTS\nstatic PyObject *__Pyx_PyObject_GetIndex(PyObject *obj, PyObject* index) {\n    PyObject *runerr;\n    Py_ssize_t key_value;\n    PySequenceMethods *m = Py_TYPE(obj)->tp_as_sequence;\n    if (unlikely(!(m && m->sq_item))) {\n        PyErr_Format(PyExc_TypeError, \"'%.200s' object is not subscriptable\", Py_TYPE(obj)->tp_name);\n        return NULL;\n    }\n    key_value = __Pyx_PyIndex_AsSsize_t(index);\n    if (likely(key_value != -1 || !(runerr = PyErr_Occurred()))) {\n        return __Pyx_GetItemInt_Fast(obj, key_value, 0, 1, 1);\n    }\n    if (PyErr_GivenExceptionMatches(runerr, PyExc_OverflowError)) {\n        PyErr_Clear();\n        PyErr_Format(PyExc_IndexError, \"cannot fit '%.200s' into an index-sized integer\", Py_TYPE(index)->tp_name);\n    }\n    return NULL;\n}\nstatic PyObject *__Pyx_PyObject_GetItem(PyObject *obj, PyObject* key) {\n    PyMappingMethods *m = Py_TYPE(obj)->tp_as_mapping;\n    if (likely(m && m->mp_subscript)) {\n        return m->mp_subscript(obj, key);\n    }\n    return __Pyx_PyObject_GetIndex(obj, key);\n}\n#endif\n\n/* PyDictVersioning */\n#if CYTHON_USE_DICT_VERSIONS && CYTHON_USE_TYPE_SLOTS\nstatic CYTHON_INLINE PY_UINT64_T __Pyx_get_tp_dict_version(PyObject *obj) {\n    PyObject *dict = Py_TYPE(obj)->tp_dict;\n    return likely(dict) ? __PYX_GET_DICT_VERSION(dict) : 0;\n}\nstatic CYTHON_INLINE PY_UINT64_T __Pyx_get_object_dict_version(PyObject *obj) {\n    PyObject **dictptr = NULL;\n    Py_ssize_t offset = Py_TYPE(obj)->tp_dictoffset;\n    if (offset) {\n#if CYTHON_COMPILING_IN_CPYTHON\n        dictptr = (likely(offset > 0)) ? (PyObject **) ((char *)obj + offset) : _PyObject_GetDictPtr(obj);\n#else\n        dictptr = _PyObject_GetDictPtr(obj);\n#endif\n    }\n    return (dictptr && *dictptr) ? __PYX_GET_DICT_VERSION(*dictptr) : 0;\n}\nstatic CYTHON_INLINE int __Pyx_object_dict_version_matches(PyObject* obj, PY_UINT64_T tp_dict_version, PY_UINT64_T obj_dict_version) {\n    PyObject *dict = Py_TYPE(obj)->tp_dict;\n    if (unlikely(!dict) || unlikely(tp_dict_version != __PYX_GET_DICT_VERSION(dict)))\n        return 0;\n    return obj_dict_version == __Pyx_get_object_dict_version(obj);\n}\n#endif\n\n/* GetModuleGlobalName */\n#if CYTHON_USE_DICT_VERSIONS\nstatic PyObject *__Pyx__GetModuleGlobalName(PyObject *name, PY_UINT64_T *dict_version, PyObject **dict_cached_value)\n#else\nstatic CYTHON_INLINE PyObject *__Pyx__GetModuleGlobalName(PyObject *name)\n#endif\n{\n    PyObject *result;\n#if !CYTHON_AVOID_BORROWED_REFS\n#if CYTHON_COMPILING_IN_CPYTHON && PY_VERSION_HEX >= 0x030500A1\n    result = _PyDict_GetItem_KnownHash(__pyx_d, name, ((PyASCIIObject *) name)->hash);\n    __PYX_UPDATE_DICT_CACHE(__pyx_d, result, *dict_cached_value, *dict_version)\n    if (likely(result)) {\n        return __Pyx_NewRef(result);\n    } else if (unlikely(PyErr_Occurred())) {\n        return NULL;\n    }\n#else\n    result = PyDict_GetItem(__pyx_d, name);\n    __PYX_UPDATE_DICT_CACHE(__pyx_d, result, *dict_cached_value, *dict_version)\n    if (likely(result)) {\n        return __Pyx_NewRef(result);\n    }\n#endif\n#else\n    result = PyObject_GetItem(__pyx_d, name);\n    __PYX_UPDATE_DICT_CACHE(__pyx_d, result, *dict_cached_value, *dict_version)\n    if (likely(result)) {\n        return __Pyx_NewRef(result);\n    }\n    PyErr_Clear();\n#endif\n    return __Pyx_GetBuiltinName(name);\n}\n\n/* ExtTypeTest */\nstatic CYTHON_INLINE int __Pyx_TypeTest(PyObject *obj, PyTypeObject *type) {\n    if (unlikely(!type)) {\n        PyErr_SetString(PyExc_SystemError, \"Missing type object\");\n        return 0;\n    }\n    if (likely(__Pyx_TypeCheck(obj, type)))\n        return 1;\n    PyErr_Format(PyExc_TypeError, \"Cannot convert %.200s to %.200s\",\n                 Py_TYPE(obj)->tp_name, type->tp_name);\n    return 0;\n}\n\n/* IsLittleEndian */\nstatic CYTHON_INLINE int __Pyx_Is_Little_Endian(void)\n{\n  union {\n    uint32_t u32;\n    uint8_t u8[4];\n  } S;\n  S.u32 = 0x01020304;\n  return S.u8[0] == 4;\n}\n\n/* BufferFormatCheck */\nstatic void __Pyx_BufFmt_Init(__Pyx_BufFmt_Context* ctx,\n                              __Pyx_BufFmt_StackElem* stack,\n                              __Pyx_TypeInfo* type) {\n  stack[0].field = &ctx->root;\n  stack[0].parent_offset = 0;\n  ctx->root.type = type;\n  ctx->root.name = \"buffer dtype\";\n  ctx->root.offset = 0;\n  ctx->head = stack;\n  ctx->head->field = &ctx->root;\n  ctx->fmt_offset = 0;\n  ctx->head->parent_offset = 0;\n  ctx->new_packmode = '@';\n  ctx->enc_packmode = '@';\n  ctx->new_count = 1;\n  ctx->enc_count = 0;\n  ctx->enc_type = 0;\n  ctx->is_complex = 0;\n  ctx->is_valid_array = 0;\n  ctx->struct_alignment = 0;\n  while (type->typegroup == 'S') {\n    ++ctx->head;\n    ctx->head->field = type->fields;\n    ctx->head->parent_offset = 0;\n    type = type->fields->type;\n  }\n}\nstatic int __Pyx_BufFmt_ParseNumber(const char** ts) {\n    int count;\n    const char* t = *ts;\n    if (*t < '0' || *t > '9') {\n      return -1;\n    } else {\n        count = *t++ - '0';\n        while (*t >= '0' && *t <= '9') {\n            count *= 10;\n            count += *t++ - '0';\n        }\n    }\n    *ts = t;\n    return count;\n}\nstatic int __Pyx_BufFmt_ExpectNumber(const char **ts) {\n    int number = __Pyx_BufFmt_ParseNumber(ts);\n    if (number == -1)\n        PyErr_Format(PyExc_ValueError,\\\n                     \"Does not understand character buffer dtype format string ('%c')\", **ts);\n    return number;\n}\nstatic void __Pyx_BufFmt_RaiseUnexpectedChar(char ch) {\n  PyErr_Format(PyExc_ValueError,\n               \"Unexpected format string character: '%c'\", ch);\n}\nstatic const char* __Pyx_BufFmt_DescribeTypeChar(char ch, int is_complex) {\n  switch (ch) {\n    case '?': return \"'bool'\";\n    case 'c': return \"'char'\";\n    case 'b': return \"'signed char'\";\n    case 'B': return \"'unsigned char'\";\n    case 'h': return \"'short'\";\n    case 'H': return \"'unsigned short'\";\n    case 'i': return \"'int'\";\n    case 'I': return \"'unsigned int'\";\n    case 'l': return \"'long'\";\n    case 'L': return \"'unsigned long'\";\n    case 'q': return \"'long long'\";\n    case 'Q': return \"'unsigned long long'\";\n    case 'f': return (is_complex ? \"'complex float'\" : \"'float'\");\n    case 'd': return (is_complex ? \"'complex double'\" : \"'double'\");\n    case 'g': return (is_complex ? \"'complex long double'\" : \"'long double'\");\n    case 'T': return \"a struct\";\n    case 'O': return \"Python object\";\n    case 'P': return \"a pointer\";\n    case 's': case 'p': return \"a string\";\n    case 0: return \"end\";\n    default: return \"unparseable format string\";\n  }\n}\nstatic size_t __Pyx_BufFmt_TypeCharToStandardSize(char ch, int is_complex) {\n  switch (ch) {\n    case '?': case 'c': case 'b': case 'B': case 's': case 'p': return 1;\n    case 'h': case 'H': return 2;\n    case 'i': case 'I': case 'l': case 'L': return 4;\n    case 'q': case 'Q': return 8;\n    case 'f': return (is_complex ? 8 : 4);\n    case 'd': return (is_complex ? 16 : 8);\n    case 'g': {\n      PyErr_SetString(PyExc_ValueError, \"Python does not define a standard format string size for long double ('g')..\");\n      return 0;\n    }\n    case 'O': case 'P': return sizeof(void*);\n    default:\n      __Pyx_BufFmt_RaiseUnexpectedChar(ch);\n      return 0;\n    }\n}\nstatic size_t __Pyx_BufFmt_TypeCharToNativeSize(char ch, int is_complex) {\n  switch (ch) {\n    case '?': case 'c': case 'b': case 'B': case 's': case 'p': return 1;\n    case 'h': case 'H': return sizeof(short);\n    case 'i': case 'I': return sizeof(int);\n    case 'l': case 'L': return sizeof(long);\n    #ifdef HAVE_LONG_LONG\n    case 'q': case 'Q': return sizeof(PY_LONG_LONG);\n    #endif\n    case 'f': return sizeof(float) * (is_complex ? 2 : 1);\n    case 'd': return sizeof(double) * (is_complex ? 2 : 1);\n    case 'g': return sizeof(long double) * (is_complex ? 2 : 1);\n    case 'O': case 'P': return sizeof(void*);\n    default: {\n      __Pyx_BufFmt_RaiseUnexpectedChar(ch);\n      return 0;\n    }\n  }\n}\ntypedef struct { char c; short x; } __Pyx_st_short;\ntypedef struct { char c; int x; } __Pyx_st_int;\ntypedef struct { char c; long x; } __Pyx_st_long;\ntypedef struct { char c; float x; } __Pyx_st_float;\ntypedef struct { char c; double x; } __Pyx_st_double;\ntypedef struct { char c; long double x; } __Pyx_st_longdouble;\ntypedef struct { char c; void *x; } __Pyx_st_void_p;\n#ifdef HAVE_LONG_LONG\ntypedef struct { char c; PY_LONG_LONG x; } __Pyx_st_longlong;\n#endif\nstatic size_t __Pyx_BufFmt_TypeCharToAlignment(char ch, CYTHON_UNUSED int is_complex) {\n  switch (ch) {\n    case '?': case 'c': case 'b': case 'B': case 's': case 'p': return 1;\n    case 'h': case 'H': return sizeof(__Pyx_st_short) - sizeof(short);\n    case 'i': case 'I': return sizeof(__Pyx_st_int) - sizeof(int);\n    case 'l': case 'L': return sizeof(__Pyx_st_long) - sizeof(long);\n#ifdef HAVE_LONG_LONG\n    case 'q': case 'Q': return sizeof(__Pyx_st_longlong) - sizeof(PY_LONG_LONG);\n#endif\n    case 'f': return sizeof(__Pyx_st_float) - sizeof(float);\n    case 'd': return sizeof(__Pyx_st_double) - sizeof(double);\n    case 'g': return sizeof(__Pyx_st_longdouble) - sizeof(long double);\n    case 'P': case 'O': return sizeof(__Pyx_st_void_p) - sizeof(void*);\n    default:\n      __Pyx_BufFmt_RaiseUnexpectedChar(ch);\n      return 0;\n    }\n}\n/* These are for computing the padding at the end of the struct to align\n   on the first member of the struct. This will probably the same as above,\n   but we don't have any guarantees.\n */\ntypedef struct { short x; char c; } __Pyx_pad_short;\ntypedef struct { int x; char c; } __Pyx_pad_int;\ntypedef struct { long x; char c; } __Pyx_pad_long;\ntypedef struct { float x; char c; } __Pyx_pad_float;\ntypedef struct { double x; char c; } __Pyx_pad_double;\ntypedef struct { long double x; char c; } __Pyx_pad_longdouble;\ntypedef struct { void *x; char c; } __Pyx_pad_void_p;\n#ifdef HAVE_LONG_LONG\ntypedef struct { PY_LONG_LONG x; char c; } __Pyx_pad_longlong;\n#endif\nstatic size_t __Pyx_BufFmt_TypeCharToPadding(char ch, CYTHON_UNUSED int is_complex) {\n  switch (ch) {\n    case '?': case 'c': case 'b': case 'B': case 's': case 'p': return 1;\n    case 'h': case 'H': return sizeof(__Pyx_pad_short) - sizeof(short);\n    case 'i': case 'I': return sizeof(__Pyx_pad_int) - sizeof(int);\n    case 'l': case 'L': return sizeof(__Pyx_pad_long) - sizeof(long);\n#ifdef HAVE_LONG_LONG\n    case 'q': case 'Q': return sizeof(__Pyx_pad_longlong) - sizeof(PY_LONG_LONG);\n#endif\n    case 'f': return sizeof(__Pyx_pad_float) - sizeof(float);\n    case 'd': return sizeof(__Pyx_pad_double) - sizeof(double);\n    case 'g': return sizeof(__Pyx_pad_longdouble) - sizeof(long double);\n    case 'P': case 'O': return sizeof(__Pyx_pad_void_p) - sizeof(void*);\n    default:\n      __Pyx_BufFmt_RaiseUnexpectedChar(ch);\n      return 0;\n    }\n}\nstatic char __Pyx_BufFmt_TypeCharToGroup(char ch, int is_complex) {\n  switch (ch) {\n    case 'c':\n        return 'H';\n    case 'b': case 'h': case 'i':\n    case 'l': case 'q': case 's': case 'p':\n        return 'I';\n    case '?': case 'B': case 'H': case 'I': case 'L': case 'Q':\n        return 'U';\n    case 'f': case 'd': case 'g':\n        return (is_complex ? 'C' : 'R');\n    case 'O':\n        return 'O';\n    case 'P':\n        return 'P';\n    default: {\n      __Pyx_BufFmt_RaiseUnexpectedChar(ch);\n      return 0;\n    }\n  }\n}\nstatic void __Pyx_BufFmt_RaiseExpected(__Pyx_BufFmt_Context* ctx) {\n  if (ctx->head == NULL || ctx->head->field == &ctx->root) {\n    const char* expected;\n    const char* quote;\n    if (ctx->head == NULL) {\n      expected = \"end\";\n      quote = \"\";\n    } else {\n      expected = ctx->head->field->type->name;\n      quote = \"'\";\n    }\n    PyErr_Format(PyExc_ValueError,\n                 \"Buffer dtype mismatch, expected %s%s%s but got %s\",\n                 quote, expected, quote,\n                 __Pyx_BufFmt_DescribeTypeChar(ctx->enc_type, ctx->is_complex));\n  } else {\n    __Pyx_StructField* field = ctx->head->field;\n    __Pyx_StructField* parent = (ctx->head - 1)->field;\n    PyErr_Format(PyExc_ValueError,\n                 \"Buffer dtype mismatch, expected '%s' but got %s in '%s.%s'\",\n                 field->type->name, __Pyx_BufFmt_DescribeTypeChar(ctx->enc_type, ctx->is_complex),\n                 parent->type->name, field->name);\n  }\n}\nstatic int __Pyx_BufFmt_ProcessTypeChunk(__Pyx_BufFmt_Context* ctx) {\n  char group;\n  size_t size, offset, arraysize = 1;\n  if (ctx->enc_type == 0) return 0;\n  if (ctx->head->field->type->arraysize[0]) {\n    int i, ndim = 0;\n    if (ctx->enc_type == 's' || ctx->enc_type == 'p') {\n        ctx->is_valid_array = ctx->head->field->type->ndim == 1;\n        ndim = 1;\n        if (ctx->enc_count != ctx->head->field->type->arraysize[0]) {\n            PyErr_Format(PyExc_ValueError,\n                         \"Expected a dimension of size %zu, got %zu\",\n                         ctx->head->field->type->arraysize[0], ctx->enc_count);\n            return -1;\n        }\n    }\n    if (!ctx->is_valid_array) {\n      PyErr_Format(PyExc_ValueError, \"Expected %d dimensions, got %d\",\n                   ctx->head->field->type->ndim, ndim);\n      return -1;\n    }\n    for (i = 0; i < ctx->head->field->type->ndim; i++) {\n      arraysize *= ctx->head->field->type->arraysize[i];\n    }\n    ctx->is_valid_array = 0;\n    ctx->enc_count = 1;\n  }\n  group = __Pyx_BufFmt_TypeCharToGroup(ctx->enc_type, ctx->is_complex);\n  do {\n    __Pyx_StructField* field = ctx->head->field;\n    __Pyx_TypeInfo* type = field->type;\n    if (ctx->enc_packmode == '@' || ctx->enc_packmode == '^') {\n      size = __Pyx_BufFmt_TypeCharToNativeSize(ctx->enc_type, ctx->is_complex);\n    } else {\n      size = __Pyx_BufFmt_TypeCharToStandardSize(ctx->enc_type, ctx->is_complex);\n    }\n    if (ctx->enc_packmode == '@') {\n      size_t align_at = __Pyx_BufFmt_TypeCharToAlignment(ctx->enc_type, ctx->is_complex);\n      size_t align_mod_offset;\n      if (align_at == 0) return -1;\n      align_mod_offset = ctx->fmt_offset % align_at;\n      if (align_mod_offset > 0) ctx->fmt_offset += align_at - align_mod_offset;\n      if (ctx->struct_alignment == 0)\n          ctx->struct_alignment = __Pyx_BufFmt_TypeCharToPadding(ctx->enc_type,\n                                                                 ctx->is_complex);\n    }\n    if (type->size != size || type->typegroup != group) {\n      if (type->typegroup == 'C' && type->fields != NULL) {\n        size_t parent_offset = ctx->head->parent_offset + field->offset;\n        ++ctx->head;\n        ctx->head->field = type->fields;\n        ctx->head->parent_offset = parent_offset;\n        continue;\n      }\n      if ((type->typegroup == 'H' || group == 'H') && type->size == size) {\n      } else {\n          __Pyx_BufFmt_RaiseExpected(ctx);\n          return -1;\n      }\n    }\n    offset = ctx->head->parent_offset + field->offset;\n    if (ctx->fmt_offset != offset) {\n      PyErr_Format(PyExc_ValueError,\n                   \"Buffer dtype mismatch; next field is at offset %\" CYTHON_FORMAT_SSIZE_T \"d but %\" CYTHON_FORMAT_SSIZE_T \"d expected\",\n                   (Py_ssize_t)ctx->fmt_offset, (Py_ssize_t)offset);\n      return -1;\n    }\n    ctx->fmt_offset += size;\n    if (arraysize)\n      ctx->fmt_offset += (arraysize - 1) * size;\n    --ctx->enc_count;\n    while (1) {\n      if (field == &ctx->root) {\n        ctx->head = NULL;\n        if (ctx->enc_count != 0) {\n          __Pyx_BufFmt_RaiseExpected(ctx);\n          return -1;\n        }\n        break;\n      }\n      ctx->head->field = ++field;\n      if (field->type == NULL) {\n        --ctx->head;\n        field = ctx->head->field;\n        continue;\n      } else if (field->type->typegroup == 'S') {\n        size_t parent_offset = ctx->head->parent_offset + field->offset;\n        if (field->type->fields->type == NULL) continue;\n        field = field->type->fields;\n        ++ctx->head;\n        ctx->head->field = field;\n        ctx->head->parent_offset = parent_offset;\n        break;\n      } else {\n        break;\n      }\n    }\n  } while (ctx->enc_count);\n  ctx->enc_type = 0;\n  ctx->is_complex = 0;\n  return 0;\n}\nstatic PyObject *\n__pyx_buffmt_parse_array(__Pyx_BufFmt_Context* ctx, const char** tsp)\n{\n    const char *ts = *tsp;\n    int i = 0, number, ndim;\n    ++ts;\n    if (ctx->new_count != 1) {\n        PyErr_SetString(PyExc_ValueError,\n                        \"Cannot handle repeated arrays in format string\");\n        return NULL;\n    }\n    if (__Pyx_BufFmt_ProcessTypeChunk(ctx) == -1) return NULL;\n    ndim = ctx->head->field->type->ndim;\n    while (*ts && *ts != ')') {\n        switch (*ts) {\n            case ' ': case '\\f': case '\\r': case '\\n': case '\\t': case '\\v':  continue;\n            default:  break;\n        }\n        number = __Pyx_BufFmt_ExpectNumber(&ts);\n        if (number == -1) return NULL;\n        if (i < ndim && (size_t) number != ctx->head->field->type->arraysize[i])\n            return PyErr_Format(PyExc_ValueError,\n                        \"Expected a dimension of size %zu, got %d\",\n                        ctx->head->field->type->arraysize[i], number);\n        if (*ts != ',' && *ts != ')')\n            return PyErr_Format(PyExc_ValueError,\n                                \"Expected a comma in format string, got '%c'\", *ts);\n        if (*ts == ',') ts++;\n        i++;\n    }\n    if (i != ndim)\n        return PyErr_Format(PyExc_ValueError, \"Expected %d dimension(s), got %d\",\n                            ctx->head->field->type->ndim, i);\n    if (!*ts) {\n        PyErr_SetString(PyExc_ValueError,\n                        \"Unexpected end of format string, expected ')'\");\n        return NULL;\n    }\n    ctx->is_valid_array = 1;\n    ctx->new_count = 1;\n    *tsp = ++ts;\n    return Py_None;\n}\nstatic const char* __Pyx_BufFmt_CheckString(__Pyx_BufFmt_Context* ctx, const char* ts) {\n  int got_Z = 0;\n  while (1) {\n    switch(*ts) {\n      case 0:\n        if (ctx->enc_type != 0 && ctx->head == NULL) {\n          __Pyx_BufFmt_RaiseExpected(ctx);\n          return NULL;\n        }\n        if (__Pyx_BufFmt_ProcessTypeChunk(ctx) == -1) return NULL;\n        if (ctx->head != NULL) {\n          __Pyx_BufFmt_RaiseExpected(ctx);\n          return NULL;\n        }\n        return ts;\n      case ' ':\n      case '\\r':\n      case '\\n':\n        ++ts;\n        break;\n      case '<':\n        if (!__Pyx_Is_Little_Endian()) {\n          PyErr_SetString(PyExc_ValueError, \"Little-endian buffer not supported on big-endian compiler\");\n          return NULL;\n        }\n        ctx->new_packmode = '=';\n        ++ts;\n        break;\n      case '>':\n      case '!':\n        if (__Pyx_Is_Little_Endian()) {\n          PyErr_SetString(PyExc_ValueError, \"Big-endian buffer not supported on little-endian compiler\");\n          return NULL;\n        }\n        ctx->new_packmode = '=';\n        ++ts;\n        break;\n      case '=':\n      case '@':\n      case '^':\n        ctx->new_packmode = *ts++;\n        break;\n      case 'T':\n        {\n          const char* ts_after_sub;\n          size_t i, struct_count = ctx->new_count;\n          size_t struct_alignment = ctx->struct_alignment;\n          ctx->new_count = 1;\n          ++ts;\n          if (*ts != '{') {\n            PyErr_SetString(PyExc_ValueError, \"Buffer acquisition: Expected '{' after 'T'\");\n            return NULL;\n          }\n          if (__Pyx_BufFmt_ProcessTypeChunk(ctx) == -1) return NULL;\n          ctx->enc_type = 0;\n          ctx->enc_count = 0;\n          ctx->struct_alignment = 0;\n          ++ts;\n          ts_after_sub = ts;\n          for (i = 0; i != struct_count; ++i) {\n            ts_after_sub = __Pyx_BufFmt_CheckString(ctx, ts);\n            if (!ts_after_sub) return NULL;\n          }\n          ts = ts_after_sub;\n          if (struct_alignment) ctx->struct_alignment = struct_alignment;\n        }\n        break;\n      case '}':\n        {\n          size_t alignment = ctx->struct_alignment;\n          ++ts;\n          if (__Pyx_BufFmt_ProcessTypeChunk(ctx) == -1) return NULL;\n          ctx->enc_type = 0;\n          if (alignment && ctx->fmt_offset % alignment) {\n            ctx->fmt_offset += alignment - (ctx->fmt_offset % alignment);\n          }\n        }\n        return ts;\n      case 'x':\n        if (__Pyx_BufFmt_ProcessTypeChunk(ctx) == -1) return NULL;\n        ctx->fmt_offset += ctx->new_count;\n        ctx->new_count = 1;\n        ctx->enc_count = 0;\n        ctx->enc_type = 0;\n        ctx->enc_packmode = ctx->new_packmode;\n        ++ts;\n        break;\n      case 'Z':\n        got_Z = 1;\n        ++ts;\n        if (*ts != 'f' && *ts != 'd' && *ts != 'g') {\n          __Pyx_BufFmt_RaiseUnexpectedChar('Z');\n          return NULL;\n        }\n        CYTHON_FALLTHROUGH;\n      case '?': case 'c': case 'b': case 'B': case 'h': case 'H': case 'i': case 'I':\n      case 'l': case 'L': case 'q': case 'Q':\n      case 'f': case 'd': case 'g':\n      case 'O': case 'p':\n        if ((ctx->enc_type == *ts) && (got_Z == ctx->is_complex) &&\n            (ctx->enc_packmode == ctx->new_packmode) && (!ctx->is_valid_array)) {\n          ctx->enc_count += ctx->new_count;\n          ctx->new_count = 1;\n          got_Z = 0;\n          ++ts;\n          break;\n        }\n        CYTHON_FALLTHROUGH;\n      case 's':\n        if (__Pyx_BufFmt_ProcessTypeChunk(ctx) == -1) return NULL;\n        ctx->enc_count = ctx->new_count;\n        ctx->enc_packmode = ctx->new_packmode;\n        ctx->enc_type = *ts;\n        ctx->is_complex = got_Z;\n        ++ts;\n        ctx->new_count = 1;\n        got_Z = 0;\n        break;\n      case ':':\n        ++ts;\n        while(*ts != ':') ++ts;\n        ++ts;\n        break;\n      case '(':\n        if (!__pyx_buffmt_parse_array(ctx, &ts)) return NULL;\n        break;\n      default:\n        {\n          int number = __Pyx_BufFmt_ExpectNumber(&ts);\n          if (number == -1) return NULL;\n          ctx->new_count = (size_t)number;\n        }\n    }\n  }\n}\n\n/* BufferGetAndValidate */\n  static CYTHON_INLINE void __Pyx_SafeReleaseBuffer(Py_buffer* info) {\n  if (unlikely(info->buf == NULL)) return;\n  if (info->suboffsets == __Pyx_minusones) info->suboffsets = NULL;\n  __Pyx_ReleaseBuffer(info);\n}\nstatic void __Pyx_ZeroBuffer(Py_buffer* buf) {\n  buf->buf = NULL;\n  buf->obj = NULL;\n  buf->strides = __Pyx_zeros;\n  buf->shape = __Pyx_zeros;\n  buf->suboffsets = __Pyx_minusones;\n}\nstatic int __Pyx__GetBufferAndValidate(\n        Py_buffer* buf, PyObject* obj,  __Pyx_TypeInfo* dtype, int flags,\n        int nd, int cast, __Pyx_BufFmt_StackElem* stack)\n{\n  buf->buf = NULL;\n  if (unlikely(__Pyx_GetBuffer(obj, buf, flags) == -1)) {\n    __Pyx_ZeroBuffer(buf);\n    return -1;\n  }\n  if (unlikely(buf->ndim != nd)) {\n    PyErr_Format(PyExc_ValueError,\n                 \"Buffer has wrong number of dimensions (expected %d, got %d)\",\n                 nd, buf->ndim);\n    goto fail;\n  }\n  if (!cast) {\n    __Pyx_BufFmt_Context ctx;\n    __Pyx_BufFmt_Init(&ctx, stack, dtype);\n    if (!__Pyx_BufFmt_CheckString(&ctx, buf->format)) goto fail;\n  }\n  if (unlikely((size_t)buf->itemsize != dtype->size)) {\n    PyErr_Format(PyExc_ValueError,\n      \"Item size of buffer (%\" CYTHON_FORMAT_SSIZE_T \"d byte%s) does not match size of '%s' (%\" CYTHON_FORMAT_SSIZE_T \"d byte%s)\",\n      buf->itemsize, (buf->itemsize > 1) ? \"s\" : \"\",\n      dtype->name, (Py_ssize_t)dtype->size, (dtype->size > 1) ? \"s\" : \"\");\n    goto fail;\n  }\n  if (buf->suboffsets == NULL) buf->suboffsets = __Pyx_minusones;\n  return 0;\nfail:;\n  __Pyx_SafeReleaseBuffer(buf);\n  return -1;\n}\n\n/* BufferIndexError */\n  static void __Pyx_RaiseBufferIndexError(int axis) {\n  PyErr_Format(PyExc_IndexError,\n     \"Out of bounds on buffer access (axis %d)\", axis);\n}\n\n/* PyErrFetchRestore */\n  #if CYTHON_FAST_THREAD_STATE\nstatic CYTHON_INLINE void __Pyx_ErrRestoreInState(PyThreadState *tstate, PyObject *type, PyObject *value, PyObject *tb) {\n    PyObject *tmp_type, *tmp_value, *tmp_tb;\n    tmp_type = tstate->curexc_type;\n    tmp_value = tstate->curexc_value;\n    tmp_tb = tstate->curexc_traceback;\n    tstate->curexc_type = type;\n    tstate->curexc_value = value;\n    tstate->curexc_traceback = tb;\n    Py_XDECREF(tmp_type);\n    Py_XDECREF(tmp_value);\n    Py_XDECREF(tmp_tb);\n}\nstatic CYTHON_INLINE void __Pyx_ErrFetchInState(PyThreadState *tstate, PyObject **type, PyObject **value, PyObject **tb) {\n    *type = tstate->curexc_type;\n    *value = tstate->curexc_value;\n    *tb = tstate->curexc_traceback;\n    tstate->curexc_type = 0;\n    tstate->curexc_value = 0;\n    tstate->curexc_traceback = 0;\n}\n#endif\n\n/* MemviewSliceInit */\n  static int\n__Pyx_init_memviewslice(struct __pyx_memoryview_obj *memview,\n                        int ndim,\n                        __Pyx_memviewslice *memviewslice,\n                        int memview_is_new_reference)\n{\n    __Pyx_RefNannyDeclarations\n    int i, retval=-1;\n    Py_buffer *buf = &memview->view;\n    __Pyx_RefNannySetupContext(\"init_memviewslice\", 0);\n    if (unlikely(memviewslice->memview || memviewslice->data)) {\n        PyErr_SetString(PyExc_ValueError,\n            \"memviewslice is already initialized!\");\n        goto fail;\n    }\n    if (buf->strides) {\n        for (i = 0; i < ndim; i++) {\n            memviewslice->strides[i] = buf->strides[i];\n        }\n    } else {\n        Py_ssize_t stride = buf->itemsize;\n        for (i = ndim - 1; i >= 0; i--) {\n            memviewslice->strides[i] = stride;\n            stride *= buf->shape[i];\n        }\n    }\n    for (i = 0; i < ndim; i++) {\n        memviewslice->shape[i]   = buf->shape[i];\n        if (buf->suboffsets) {\n            memviewslice->suboffsets[i] = buf->suboffsets[i];\n        } else {\n            memviewslice->suboffsets[i] = -1;\n        }\n    }\n    memviewslice->memview = memview;\n    memviewslice->data = (char *)buf->buf;\n    if (__pyx_add_acquisition_count(memview) == 0 && !memview_is_new_reference) {\n        Py_INCREF(memview);\n    }\n    retval = 0;\n    goto no_fail;\nfail:\n    memviewslice->memview = 0;\n    memviewslice->data = 0;\n    retval = -1;\nno_fail:\n    __Pyx_RefNannyFinishContext();\n    return retval;\n}\n#ifndef Py_NO_RETURN\n#define Py_NO_RETURN\n#endif\nstatic void __pyx_fatalerror(const char *fmt, ...) Py_NO_RETURN {\n    va_list vargs;\n    char msg[200];\n#ifdef HAVE_STDARG_PROTOTYPES\n    va_start(vargs, fmt);\n#else\n    va_start(vargs);\n#endif\n    vsnprintf(msg, 200, fmt, vargs);\n    va_end(vargs);\n    Py_FatalError(msg);\n}\nstatic CYTHON_INLINE int\n__pyx_add_acquisition_count_locked(__pyx_atomic_int *acquisition_count,\n                                   PyThread_type_lock lock)\n{\n    int result;\n    PyThread_acquire_lock(lock, 1);\n    result = (*acquisition_count)++;\n    PyThread_release_lock(lock);\n    return result;\n}\nstatic CYTHON_INLINE int\n__pyx_sub_acquisition_count_locked(__pyx_atomic_int *acquisition_count,\n                                   PyThread_type_lock lock)\n{\n    int result;\n    PyThread_acquire_lock(lock, 1);\n    result = (*acquisition_count)--;\n    PyThread_release_lock(lock);\n    return result;\n}\nstatic CYTHON_INLINE void\n__Pyx_INC_MEMVIEW(__Pyx_memviewslice *memslice, int have_gil, int lineno)\n{\n    int first_time;\n    struct __pyx_memoryview_obj *memview = memslice->memview;\n    if (unlikely(!memview || (PyObject *) memview == Py_None))\n        return;\n    if (unlikely(__pyx_get_slice_count(memview) < 0))\n        __pyx_fatalerror(\"Acquisition count is %d (line %d)\",\n                         __pyx_get_slice_count(memview), lineno);\n    first_time = __pyx_add_acquisition_count(memview) == 0;\n    if (unlikely(first_time)) {\n        if (have_gil) {\n            Py_INCREF((PyObject *) memview);\n        } else {\n            PyGILState_STATE _gilstate = PyGILState_Ensure();\n            Py_INCREF((PyObject *) memview);\n            PyGILState_Release(_gilstate);\n        }\n    }\n}\nstatic CYTHON_INLINE void __Pyx_XDEC_MEMVIEW(__Pyx_memviewslice *memslice,\n                                             int have_gil, int lineno) {\n    int last_time;\n    struct __pyx_memoryview_obj *memview = memslice->memview;\n    if (unlikely(!memview || (PyObject *) memview == Py_None)) {\n        memslice->memview = NULL;\n        return;\n    }\n    if (unlikely(__pyx_get_slice_count(memview) <= 0))\n        __pyx_fatalerror(\"Acquisition count is %d (line %d)\",\n                         __pyx_get_slice_count(memview), lineno);\n    last_time = __pyx_sub_acquisition_count(memview) == 1;\n    memslice->data = NULL;\n    if (unlikely(last_time)) {\n        if (have_gil) {\n            Py_CLEAR(memslice->memview);\n        } else {\n            PyGILState_STATE _gilstate = PyGILState_Ensure();\n            Py_CLEAR(memslice->memview);\n            PyGILState_Release(_gilstate);\n        }\n    } else {\n        memslice->memview = NULL;\n    }\n}\n\n/* RaiseException */\n  #if PY_MAJOR_VERSION < 3\nstatic void __Pyx_Raise(PyObject *type, PyObject *value, PyObject *tb,\n                        CYTHON_UNUSED PyObject *cause) {\n    __Pyx_PyThreadState_declare\n    Py_XINCREF(type);\n    if (!value || value == Py_None)\n        value = NULL;\n    else\n        Py_INCREF(value);\n    if (!tb || tb == Py_None)\n        tb = NULL;\n    else {\n        Py_INCREF(tb);\n        if (!PyTraceBack_Check(tb)) {\n            PyErr_SetString(PyExc_TypeError,\n                \"raise: arg 3 must be a traceback or None\");\n            goto raise_error;\n        }\n    }\n    if (PyType_Check(type)) {\n#if CYTHON_COMPILING_IN_PYPY\n        if (!value) {\n            Py_INCREF(Py_None);\n            value = Py_None;\n        }\n#endif\n        PyErr_NormalizeException(&type, &value, &tb);\n    } else {\n        if (value) {\n            PyErr_SetString(PyExc_TypeError,\n                \"instance exception may not have a separate value\");\n            goto raise_error;\n        }\n        value = type;\n        type = (PyObject*) Py_TYPE(type);\n        Py_INCREF(type);\n        if (!PyType_IsSubtype((PyTypeObject *)type, (PyTypeObject *)PyExc_BaseException)) {\n            PyErr_SetString(PyExc_TypeError,\n                \"raise: exception class must be a subclass of BaseException\");\n            goto raise_error;\n        }\n    }\n    __Pyx_PyThreadState_assign\n    __Pyx_ErrRestore(type, value, tb);\n    return;\nraise_error:\n    Py_XDECREF(value);\n    Py_XDECREF(type);\n    Py_XDECREF(tb);\n    return;\n}\n#else\nstatic void __Pyx_Raise(PyObject *type, PyObject *value, PyObject *tb, PyObject *cause) {\n    PyObject* owned_instance = NULL;\n    if (tb == Py_None) {\n        tb = 0;\n    } else if (tb && !PyTraceBack_Check(tb)) {\n        PyErr_SetString(PyExc_TypeError,\n            \"raise: arg 3 must be a traceback or None\");\n        goto bad;\n    }\n    if (value == Py_None)\n        value = 0;\n    if (PyExceptionInstance_Check(type)) {\n        if (value) {\n            PyErr_SetString(PyExc_TypeError,\n                \"instance exception may not have a separate value\");\n            goto bad;\n        }\n        value = type;\n        type = (PyObject*) Py_TYPE(value);\n    } else if (PyExceptionClass_Check(type)) {\n        PyObject *instance_class = NULL;\n        if (value && PyExceptionInstance_Check(value)) {\n            instance_class = (PyObject*) Py_TYPE(value);\n            if (instance_class != type) {\n                int is_subclass = PyObject_IsSubclass(instance_class, type);\n                if (!is_subclass) {\n                    instance_class = NULL;\n                } else if (unlikely(is_subclass == -1)) {\n                    goto bad;\n                } else {\n                    type = instance_class;\n                }\n            }\n        }\n        if (!instance_class) {\n            PyObject *args;\n            if (!value)\n                args = PyTuple_New(0);\n            else if (PyTuple_Check(value)) {\n                Py_INCREF(value);\n                args = value;\n            } else\n                args = PyTuple_Pack(1, value);\n            if (!args)\n                goto bad;\n            owned_instance = PyObject_Call(type, args, NULL);\n            Py_DECREF(args);\n            if (!owned_instance)\n                goto bad;\n            value = owned_instance;\n            if (!PyExceptionInstance_Check(value)) {\n                PyErr_Format(PyExc_TypeError,\n                             \"calling %R should have returned an instance of \"\n                             \"BaseException, not %R\",\n                             type, Py_TYPE(value));\n                goto bad;\n            }\n        }\n    } else {\n        PyErr_SetString(PyExc_TypeError,\n            \"raise: exception class must be a subclass of BaseException\");\n        goto bad;\n    }\n    if (cause) {\n        PyObject *fixed_cause;\n        if (cause == Py_None) {\n            fixed_cause = NULL;\n        } else if (PyExceptionClass_Check(cause)) {\n            fixed_cause = PyObject_CallObject(cause, NULL);\n            if (fixed_cause == NULL)\n                goto bad;\n        } else if (PyExceptionInstance_Check(cause)) {\n            fixed_cause = cause;\n            Py_INCREF(fixed_cause);\n        } else {\n            PyErr_SetString(PyExc_TypeError,\n                            \"exception causes must derive from \"\n                            \"BaseException\");\n            goto bad;\n        }\n        PyException_SetCause(value, fixed_cause);\n    }\n    PyErr_SetObject(type, value);\n    if (tb) {\n#if CYTHON_COMPILING_IN_PYPY\n        PyObject *tmp_type, *tmp_value, *tmp_tb;\n        PyErr_Fetch(&tmp_type, &tmp_value, &tmp_tb);\n        Py_INCREF(tb);\n        PyErr_Restore(tmp_type, tmp_value, tb);\n        Py_XDECREF(tmp_tb);\n#else\n        PyThreadState *tstate = __Pyx_PyThreadState_Current;\n        PyObject* tmp_tb = tstate->curexc_traceback;\n        if (tb != tmp_tb) {\n            Py_INCREF(tb);\n            tstate->curexc_traceback = tb;\n            Py_XDECREF(tmp_tb);\n        }\n#endif\n    }\nbad:\n    Py_XDECREF(owned_instance);\n    return;\n}\n#endif\n\n/* ArgTypeTest */\n  static int __Pyx__ArgTypeTest(PyObject *obj, PyTypeObject *type, const char *name, int exact)\n{\n    if (unlikely(!type)) {\n        PyErr_SetString(PyExc_SystemError, \"Missing type object\");\n        return 0;\n    }\n    else if (exact) {\n        #if PY_MAJOR_VERSION == 2\n        if ((type == &PyBaseString_Type) && likely(__Pyx_PyBaseString_CheckExact(obj))) return 1;\n        #endif\n    }\n    else {\n        if (likely(__Pyx_TypeCheck(obj, type))) return 1;\n    }\n    PyErr_Format(PyExc_TypeError,\n        \"Argument '%.200s' has incorrect type (expected %.200s, got %.200s)\",\n        name, type->tp_name, Py_TYPE(obj)->tp_name);\n    return 0;\n}\n\n/* PyObjectCallNoArg */\n  #if CYTHON_COMPILING_IN_CPYTHON\nstatic CYTHON_INLINE PyObject* __Pyx_PyObject_CallNoArg(PyObject *func) {\n#if CYTHON_FAST_PYCALL\n    if (PyFunction_Check(func)) {\n        return __Pyx_PyFunction_FastCall(func, NULL, 0);\n    }\n#endif\n#ifdef __Pyx_CyFunction_USED\n    if (likely(PyCFunction_Check(func) || __Pyx_CyFunction_Check(func)))\n#else\n    if (likely(PyCFunction_Check(func)))\n#endif\n    {\n        if (likely(PyCFunction_GET_FLAGS(func) & METH_NOARGS)) {\n            return __Pyx_PyObject_CallMethO(func, NULL);\n        }\n    }\n    return __Pyx_PyObject_Call(func, __pyx_empty_tuple, NULL);\n}\n#endif\n\n/* GetTopmostException */\n  #if CYTHON_USE_EXC_INFO_STACK\nstatic _PyErr_StackItem *\n__Pyx_PyErr_GetTopmostException(PyThreadState *tstate)\n{\n    _PyErr_StackItem *exc_info = tstate->exc_info;\n    while ((exc_info->exc_type == NULL || exc_info->exc_type == Py_None) &&\n           exc_info->previous_item != NULL)\n    {\n        exc_info = exc_info->previous_item;\n    }\n    return exc_info;\n}\n#endif\n\n/* SaveResetException */\n  #if CYTHON_FAST_THREAD_STATE\nstatic CYTHON_INLINE void __Pyx__ExceptionSave(PyThreadState *tstate, PyObject **type, PyObject **value, PyObject **tb) {\n    #if CYTHON_USE_EXC_INFO_STACK\n    _PyErr_StackItem *exc_info = __Pyx_PyErr_GetTopmostException(tstate);\n    *type = exc_info->exc_type;\n    *value = exc_info->exc_value;\n    *tb = exc_info->exc_traceback;\n    #else\n    *type = tstate->exc_type;\n    *value = tstate->exc_value;\n    *tb = tstate->exc_traceback;\n    #endif\n    Py_XINCREF(*type);\n    Py_XINCREF(*value);\n    Py_XINCREF(*tb);\n}\nstatic CYTHON_INLINE void __Pyx__ExceptionReset(PyThreadState *tstate, PyObject *type, PyObject *value, PyObject *tb) {\n    PyObject *tmp_type, *tmp_value, *tmp_tb;\n    #if CYTHON_USE_EXC_INFO_STACK\n    _PyErr_StackItem *exc_info = tstate->exc_info;\n    tmp_type = exc_info->exc_type;\n    tmp_value = exc_info->exc_value;\n    tmp_tb = exc_info->exc_traceback;\n    exc_info->exc_type = type;\n    exc_info->exc_value = value;\n    exc_info->exc_traceback = tb;\n    #else\n    tmp_type = tstate->exc_type;\n    tmp_value = tstate->exc_value;\n    tmp_tb = tstate->exc_traceback;\n    tstate->exc_type = type;\n    tstate->exc_value = value;\n    tstate->exc_traceback = tb;\n    #endif\n    Py_XDECREF(tmp_type);\n    Py_XDECREF(tmp_value);\n    Py_XDECREF(tmp_tb);\n}\n#endif\n\n/* PyErrExceptionMatches */\n  #if CYTHON_FAST_THREAD_STATE\nstatic int __Pyx_PyErr_ExceptionMatchesTuple(PyObject *exc_type, PyObject *tuple) {\n    Py_ssize_t i, n;\n    n = PyTuple_GET_SIZE(tuple);\n#if PY_MAJOR_VERSION >= 3\n    for (i=0; i<n; i++) {\n        if (exc_type == PyTuple_GET_ITEM(tuple, i)) return 1;\n    }\n#endif\n    for (i=0; i<n; i++) {\n        if (__Pyx_PyErr_GivenExceptionMatches(exc_type, PyTuple_GET_ITEM(tuple, i))) return 1;\n    }\n    return 0;\n}\nstatic CYTHON_INLINE int __Pyx_PyErr_ExceptionMatchesInState(PyThreadState* tstate, PyObject* err) {\n    PyObject *exc_type = tstate->curexc_type;\n    if (exc_type == err) return 1;\n    if (unlikely(!exc_type)) return 0;\n    if (unlikely(PyTuple_Check(err)))\n        return __Pyx_PyErr_ExceptionMatchesTuple(exc_type, err);\n    return __Pyx_PyErr_GivenExceptionMatches(exc_type, err);\n}\n#endif\n\n/* GetException */\n  #if CYTHON_FAST_THREAD_STATE\nstatic int __Pyx__GetException(PyThreadState *tstate, PyObject **type, PyObject **value, PyObject **tb)\n#else\nstatic int __Pyx_GetException(PyObject **type, PyObject **value, PyObject **tb)\n#endif\n{\n    PyObject *local_type, *local_value, *local_tb;\n#if CYTHON_FAST_THREAD_STATE\n    PyObject *tmp_type, *tmp_value, *tmp_tb;\n    local_type = tstate->curexc_type;\n    local_value = tstate->curexc_value;\n    local_tb = tstate->curexc_traceback;\n    tstate->curexc_type = 0;\n    tstate->curexc_value = 0;\n    tstate->curexc_traceback = 0;\n#else\n    PyErr_Fetch(&local_type, &local_value, &local_tb);\n#endif\n    PyErr_NormalizeException(&local_type, &local_value, &local_tb);\n#if CYTHON_FAST_THREAD_STATE\n    if (unlikely(tstate->curexc_type))\n#else\n    if (unlikely(PyErr_Occurred()))\n#endif\n        goto bad;\n    #if PY_MAJOR_VERSION >= 3\n    if (local_tb) {\n        if (unlikely(PyException_SetTraceback(local_value, local_tb) < 0))\n            goto bad;\n    }\n    #endif\n    Py_XINCREF(local_tb);\n    Py_XINCREF(local_type);\n    Py_XINCREF(local_value);\n    *type = local_type;\n    *value = local_value;\n    *tb = local_tb;\n#if CYTHON_FAST_THREAD_STATE\n    #if CYTHON_USE_EXC_INFO_STACK\n    {\n        _PyErr_StackItem *exc_info = tstate->exc_info;\n        tmp_type = exc_info->exc_type;\n        tmp_value = exc_info->exc_value;\n        tmp_tb = exc_info->exc_traceback;\n        exc_info->exc_type = local_type;\n        exc_info->exc_value = local_value;\n        exc_info->exc_traceback = local_tb;\n    }\n    #else\n    tmp_type = tstate->exc_type;\n    tmp_value = tstate->exc_value;\n    tmp_tb = tstate->exc_traceback;\n    tstate->exc_type = local_type;\n    tstate->exc_value = local_value;\n    tstate->exc_traceback = local_tb;\n    #endif\n    Py_XDECREF(tmp_type);\n    Py_XDECREF(tmp_value);\n    Py_XDECREF(tmp_tb);\n#else\n    PyErr_SetExcInfo(local_type, local_value, local_tb);\n#endif\n    return 0;\nbad:\n    *type = 0;\n    *value = 0;\n    *tb = 0;\n    Py_XDECREF(local_type);\n    Py_XDECREF(local_value);\n    Py_XDECREF(local_tb);\n    return -1;\n}\n\n/* PyObjectCall2Args */\n  static CYTHON_UNUSED PyObject* __Pyx_PyObject_Call2Args(PyObject* function, PyObject* arg1, PyObject* arg2) {\n    PyObject *args, *result = NULL;\n    #if CYTHON_FAST_PYCALL\n    if (PyFunction_Check(function)) {\n        PyObject *args[2] = {arg1, arg2};\n        return __Pyx_PyFunction_FastCall(function, args, 2);\n    }\n    #endif\n    #if CYTHON_FAST_PYCCALL\n    if (__Pyx_PyFastCFunction_Check(function)) {\n        PyObject *args[2] = {arg1, arg2};\n        return __Pyx_PyCFunction_FastCall(function, args, 2);\n    }\n    #endif\n    args = PyTuple_New(2);\n    if (unlikely(!args)) goto done;\n    Py_INCREF(arg1);\n    PyTuple_SET_ITEM(args, 0, arg1);\n    Py_INCREF(arg2);\n    PyTuple_SET_ITEM(args, 1, arg2);\n    Py_INCREF(function);\n    result = __Pyx_PyObject_Call(function, args, NULL);\n    Py_DECREF(args);\n    Py_DECREF(function);\ndone:\n    return result;\n}\n\n/* BytesEquals */\n  static CYTHON_INLINE int __Pyx_PyBytes_Equals(PyObject* s1, PyObject* s2, int equals) {\n#if CYTHON_COMPILING_IN_PYPY\n    return PyObject_RichCompareBool(s1, s2, equals);\n#else\n    if (s1 == s2) {\n        return (equals == Py_EQ);\n    } else if (PyBytes_CheckExact(s1) & PyBytes_CheckExact(s2)) {\n        const char *ps1, *ps2;\n        Py_ssize_t length = PyBytes_GET_SIZE(s1);\n        if (length != PyBytes_GET_SIZE(s2))\n            return (equals == Py_NE);\n        ps1 = PyBytes_AS_STRING(s1);\n        ps2 = PyBytes_AS_STRING(s2);\n        if (ps1[0] != ps2[0]) {\n            return (equals == Py_NE);\n        } else if (length == 1) {\n            return (equals == Py_EQ);\n        } else {\n            int result;\n#if CYTHON_USE_UNICODE_INTERNALS\n            Py_hash_t hash1, hash2;\n            hash1 = ((PyBytesObject*)s1)->ob_shash;\n            hash2 = ((PyBytesObject*)s2)->ob_shash;\n            if (hash1 != hash2 && hash1 != -1 && hash2 != -1) {\n                return (equals == Py_NE);\n            }\n#endif\n            result = memcmp(ps1, ps2, (size_t)length);\n            return (equals == Py_EQ) ? (result == 0) : (result != 0);\n        }\n    } else if ((s1 == Py_None) & PyBytes_CheckExact(s2)) {\n        return (equals == Py_NE);\n    } else if ((s2 == Py_None) & PyBytes_CheckExact(s1)) {\n        return (equals == Py_NE);\n    } else {\n        int result;\n        PyObject* py_result = PyObject_RichCompare(s1, s2, equals);\n        if (!py_result)\n            return -1;\n        result = __Pyx_PyObject_IsTrue(py_result);\n        Py_DECREF(py_result);\n        return result;\n    }\n#endif\n}\n\n/* UnicodeEquals */\n  static CYTHON_INLINE int __Pyx_PyUnicode_Equals(PyObject* s1, PyObject* s2, int equals) {\n#if CYTHON_COMPILING_IN_PYPY\n    return PyObject_RichCompareBool(s1, s2, equals);\n#else\n#if PY_MAJOR_VERSION < 3\n    PyObject* owned_ref = NULL;\n#endif\n    int s1_is_unicode, s2_is_unicode;\n    if (s1 == s2) {\n        goto return_eq;\n    }\n    s1_is_unicode = PyUnicode_CheckExact(s1);\n    s2_is_unicode = PyUnicode_CheckExact(s2);\n#if PY_MAJOR_VERSION < 3\n    if ((s1_is_unicode & (!s2_is_unicode)) && PyString_CheckExact(s2)) {\n        owned_ref = PyUnicode_FromObject(s2);\n        if (unlikely(!owned_ref))\n            return -1;\n        s2 = owned_ref;\n        s2_is_unicode = 1;\n    } else if ((s2_is_unicode & (!s1_is_unicode)) && PyString_CheckExact(s1)) {\n        owned_ref = PyUnicode_FromObject(s1);\n        if (unlikely(!owned_ref))\n            return -1;\n        s1 = owned_ref;\n        s1_is_unicode = 1;\n    } else if (((!s2_is_unicode) & (!s1_is_unicode))) {\n        return __Pyx_PyBytes_Equals(s1, s2, equals);\n    }\n#endif\n    if (s1_is_unicode & s2_is_unicode) {\n        Py_ssize_t length;\n        int kind;\n        void *data1, *data2;\n        if (unlikely(__Pyx_PyUnicode_READY(s1) < 0) || unlikely(__Pyx_PyUnicode_READY(s2) < 0))\n            return -1;\n        length = __Pyx_PyUnicode_GET_LENGTH(s1);\n        if (length != __Pyx_PyUnicode_GET_LENGTH(s2)) {\n            goto return_ne;\n        }\n#if CYTHON_USE_UNICODE_INTERNALS\n        {\n            Py_hash_t hash1, hash2;\n        #if CYTHON_PEP393_ENABLED\n            hash1 = ((PyASCIIObject*)s1)->hash;\n            hash2 = ((PyASCIIObject*)s2)->hash;\n        #else\n            hash1 = ((PyUnicodeObject*)s1)->hash;\n            hash2 = ((PyUnicodeObject*)s2)->hash;\n        #endif\n            if (hash1 != hash2 && hash1 != -1 && hash2 != -1) {\n                goto return_ne;\n            }\n        }\n#endif\n        kind = __Pyx_PyUnicode_KIND(s1);\n        if (kind != __Pyx_PyUnicode_KIND(s2)) {\n            goto return_ne;\n        }\n        data1 = __Pyx_PyUnicode_DATA(s1);\n        data2 = __Pyx_PyUnicode_DATA(s2);\n        if (__Pyx_PyUnicode_READ(kind, data1, 0) != __Pyx_PyUnicode_READ(kind, data2, 0)) {\n            goto return_ne;\n        } else if (length == 1) {\n            goto return_eq;\n        } else {\n            int result = memcmp(data1, data2, (size_t)(length * kind));\n            #if PY_MAJOR_VERSION < 3\n            Py_XDECREF(owned_ref);\n            #endif\n            return (equals == Py_EQ) ? (result == 0) : (result != 0);\n        }\n    } else if ((s1 == Py_None) & s2_is_unicode) {\n        goto return_ne;\n    } else if ((s2 == Py_None) & s1_is_unicode) {\n        goto return_ne;\n    } else {\n        int result;\n        PyObject* py_result = PyObject_RichCompare(s1, s2, equals);\n        #if PY_MAJOR_VERSION < 3\n        Py_XDECREF(owned_ref);\n        #endif\n        if (!py_result)\n            return -1;\n        result = __Pyx_PyObject_IsTrue(py_result);\n        Py_DECREF(py_result);\n        return result;\n    }\nreturn_eq:\n    #if PY_MAJOR_VERSION < 3\n    Py_XDECREF(owned_ref);\n    #endif\n    return (equals == Py_EQ);\nreturn_ne:\n    #if PY_MAJOR_VERSION < 3\n    Py_XDECREF(owned_ref);\n    #endif\n    return (equals == Py_NE);\n#endif\n}\n\n/* None */\n  static CYTHON_INLINE Py_ssize_t __Pyx_div_Py_ssize_t(Py_ssize_t a, Py_ssize_t b) {\n    Py_ssize_t q = a / b;\n    Py_ssize_t r = a - q*b;\n    q -= ((r != 0) & ((r ^ b) < 0));\n    return q;\n}\n\n/* GetAttr */\n  static CYTHON_INLINE PyObject *__Pyx_GetAttr(PyObject *o, PyObject *n) {\n#if CYTHON_USE_TYPE_SLOTS\n#if PY_MAJOR_VERSION >= 3\n    if (likely(PyUnicode_Check(n)))\n#else\n    if (likely(PyString_Check(n)))\n#endif\n        return __Pyx_PyObject_GetAttrStr(o, n);\n#endif\n    return PyObject_GetAttr(o, n);\n}\n\n/* decode_c_string */\n  static CYTHON_INLINE PyObject* __Pyx_decode_c_string(\n         const char* cstring, Py_ssize_t start, Py_ssize_t stop,\n         const char* encoding, const char* errors,\n         PyObject* (*decode_func)(const char *s, Py_ssize_t size, const char *errors)) {\n    Py_ssize_t length;\n    if (unlikely((start < 0) | (stop < 0))) {\n        size_t slen = strlen(cstring);\n        if (unlikely(slen > (size_t) PY_SSIZE_T_MAX)) {\n            PyErr_SetString(PyExc_OverflowError,\n                            \"c-string too long to convert to Python\");\n            return NULL;\n        }\n        length = (Py_ssize_t) slen;\n        if (start < 0) {\n            start += length;\n            if (start < 0)\n                start = 0;\n        }\n        if (stop < 0)\n            stop += length;\n    }\n    if (unlikely(stop <= start))\n        return __Pyx_NewRef(__pyx_empty_unicode);\n    length = stop - start;\n    cstring += start;\n    if (decode_func) {\n        return decode_func(cstring, length, errors);\n    } else {\n        return PyUnicode_Decode(cstring, length, encoding, errors);\n    }\n}\n\n/* GetAttr3 */\n  static PyObject *__Pyx_GetAttr3Default(PyObject *d) {\n    __Pyx_PyThreadState_declare\n    __Pyx_PyThreadState_assign\n    if (unlikely(!__Pyx_PyErr_ExceptionMatches(PyExc_AttributeError)))\n        return NULL;\n    __Pyx_PyErr_Clear();\n    Py_INCREF(d);\n    return d;\n}\nstatic CYTHON_INLINE PyObject *__Pyx_GetAttr3(PyObject *o, PyObject *n, PyObject *d) {\n    PyObject *r = __Pyx_GetAttr(o, n);\n    return (likely(r)) ? r : __Pyx_GetAttr3Default(d);\n}\n\n/* RaiseTooManyValuesToUnpack */\n  static CYTHON_INLINE void __Pyx_RaiseTooManyValuesError(Py_ssize_t expected) {\n    PyErr_Format(PyExc_ValueError,\n                 \"too many values to unpack (expected %\" CYTHON_FORMAT_SSIZE_T \"d)\", expected);\n}\n\n/* RaiseNeedMoreValuesToUnpack */\n  static CYTHON_INLINE void __Pyx_RaiseNeedMoreValuesError(Py_ssize_t index) {\n    PyErr_Format(PyExc_ValueError,\n                 \"need more than %\" CYTHON_FORMAT_SSIZE_T \"d value%.1s to unpack\",\n                 index, (index == 1) ? \"\" : \"s\");\n}\n\n/* RaiseNoneIterError */\n  static CYTHON_INLINE void __Pyx_RaiseNoneNotIterableError(void) {\n    PyErr_SetString(PyExc_TypeError, \"'NoneType' object is not iterable\");\n}\n\n/* SwapException */\n  #if CYTHON_FAST_THREAD_STATE\nstatic CYTHON_INLINE void __Pyx__ExceptionSwap(PyThreadState *tstate, PyObject **type, PyObject **value, PyObject **tb) {\n    PyObject *tmp_type, *tmp_value, *tmp_tb;\n    #if CYTHON_USE_EXC_INFO_STACK\n    _PyErr_StackItem *exc_info = tstate->exc_info;\n    tmp_type = exc_info->exc_type;\n    tmp_value = exc_info->exc_value;\n    tmp_tb = exc_info->exc_traceback;\n    exc_info->exc_type = *type;\n    exc_info->exc_value = *value;\n    exc_info->exc_traceback = *tb;\n    #else\n    tmp_type = tstate->exc_type;\n    tmp_value = tstate->exc_value;\n    tmp_tb = tstate->exc_traceback;\n    tstate->exc_type = *type;\n    tstate->exc_value = *value;\n    tstate->exc_traceback = *tb;\n    #endif\n    *type = tmp_type;\n    *value = tmp_value;\n    *tb = tmp_tb;\n}\n#else\nstatic CYTHON_INLINE void __Pyx_ExceptionSwap(PyObject **type, PyObject **value, PyObject **tb) {\n    PyObject *tmp_type, *tmp_value, *tmp_tb;\n    PyErr_GetExcInfo(&tmp_type, &tmp_value, &tmp_tb);\n    PyErr_SetExcInfo(*type, *value, *tb);\n    *type = tmp_type;\n    *value = tmp_value;\n    *tb = tmp_tb;\n}\n#endif\n\n/* Import */\n  static PyObject *__Pyx_Import(PyObject *name, PyObject *from_list, int level) {\n    PyObject *empty_list = 0;\n    PyObject *module = 0;\n    PyObject *global_dict = 0;\n    PyObject *empty_dict = 0;\n    PyObject *list;\n    #if PY_MAJOR_VERSION < 3\n    PyObject *py_import;\n    py_import = __Pyx_PyObject_GetAttrStr(__pyx_b, __pyx_n_s_import);\n    if (!py_import)\n        goto bad;\n    #endif\n    if (from_list)\n        list = from_list;\n    else {\n        empty_list = PyList_New(0);\n        if (!empty_list)\n            goto bad;\n        list = empty_list;\n    }\n    global_dict = PyModule_GetDict(__pyx_m);\n    if (!global_dict)\n        goto bad;\n    empty_dict = PyDict_New();\n    if (!empty_dict)\n        goto bad;\n    {\n        #if PY_MAJOR_VERSION >= 3\n        if (level == -1) {\n            if ((1) && (strchr(__Pyx_MODULE_NAME, '.'))) {\n                module = PyImport_ImportModuleLevelObject(\n                    name, global_dict, empty_dict, list, 1);\n                if (!module) {\n                    if (!PyErr_ExceptionMatches(PyExc_ImportError))\n                        goto bad;\n                    PyErr_Clear();\n                }\n            }\n            level = 0;\n        }\n        #endif\n        if (!module) {\n            #if PY_MAJOR_VERSION < 3\n            PyObject *py_level = PyInt_FromLong(level);\n            if (!py_level)\n                goto bad;\n            module = PyObject_CallFunctionObjArgs(py_import,\n                name, global_dict, empty_dict, list, py_level, (PyObject *)NULL);\n            Py_DECREF(py_level);\n            #else\n            module = PyImport_ImportModuleLevelObject(\n                name, global_dict, empty_dict, list, level);\n            #endif\n        }\n    }\nbad:\n    #if PY_MAJOR_VERSION < 3\n    Py_XDECREF(py_import);\n    #endif\n    Py_XDECREF(empty_list);\n    Py_XDECREF(empty_dict);\n    return module;\n}\n\n/* FastTypeChecks */\n  #if CYTHON_COMPILING_IN_CPYTHON\nstatic int __Pyx_InBases(PyTypeObject *a, PyTypeObject *b) {\n    while (a) {\n        a = a->tp_base;\n        if (a == b)\n            return 1;\n    }\n    return b == &PyBaseObject_Type;\n}\nstatic CYTHON_INLINE int __Pyx_IsSubtype(PyTypeObject *a, PyTypeObject *b) {\n    PyObject *mro;\n    if (a == b) return 1;\n    mro = a->tp_mro;\n    if (likely(mro)) {\n        Py_ssize_t i, n;\n        n = PyTuple_GET_SIZE(mro);\n        for (i = 0; i < n; i++) {\n            if (PyTuple_GET_ITEM(mro, i) == (PyObject *)b)\n                return 1;\n        }\n        return 0;\n    }\n    return __Pyx_InBases(a, b);\n}\n#if PY_MAJOR_VERSION == 2\nstatic int __Pyx_inner_PyErr_GivenExceptionMatches2(PyObject *err, PyObject* exc_type1, PyObject* exc_type2) {\n    PyObject *exception, *value, *tb;\n    int res;\n    __Pyx_PyThreadState_declare\n    __Pyx_PyThreadState_assign\n    __Pyx_ErrFetch(&exception, &value, &tb);\n    res = exc_type1 ? PyObject_IsSubclass(err, exc_type1) : 0;\n    if (unlikely(res == -1)) {\n        PyErr_WriteUnraisable(err);\n        res = 0;\n    }\n    if (!res) {\n        res = PyObject_IsSubclass(err, exc_type2);\n        if (unlikely(res == -1)) {\n            PyErr_WriteUnraisable(err);\n            res = 0;\n        }\n    }\n    __Pyx_ErrRestore(exception, value, tb);\n    return res;\n}\n#else\nstatic CYTHON_INLINE int __Pyx_inner_PyErr_GivenExceptionMatches2(PyObject *err, PyObject* exc_type1, PyObject *exc_type2) {\n    int res = exc_type1 ? __Pyx_IsSubtype((PyTypeObject*)err, (PyTypeObject*)exc_type1) : 0;\n    if (!res) {\n        res = __Pyx_IsSubtype((PyTypeObject*)err, (PyTypeObject*)exc_type2);\n    }\n    return res;\n}\n#endif\nstatic int __Pyx_PyErr_GivenExceptionMatchesTuple(PyObject *exc_type, PyObject *tuple) {\n    Py_ssize_t i, n;\n    assert(PyExceptionClass_Check(exc_type));\n    n = PyTuple_GET_SIZE(tuple);\n#if PY_MAJOR_VERSION >= 3\n    for (i=0; i<n; i++) {\n        if (exc_type == PyTuple_GET_ITEM(tuple, i)) return 1;\n    }\n#endif\n    for (i=0; i<n; i++) {\n        PyObject *t = PyTuple_GET_ITEM(tuple, i);\n        #if PY_MAJOR_VERSION < 3\n        if (likely(exc_type == t)) return 1;\n        #endif\n        if (likely(PyExceptionClass_Check(t))) {\n            if (__Pyx_inner_PyErr_GivenExceptionMatches2(exc_type, NULL, t)) return 1;\n        } else {\n        }\n    }\n    return 0;\n}\nstatic CYTHON_INLINE int __Pyx_PyErr_GivenExceptionMatches(PyObject *err, PyObject* exc_type) {\n    if (likely(err == exc_type)) return 1;\n    if (likely(PyExceptionClass_Check(err))) {\n        if (likely(PyExceptionClass_Check(exc_type))) {\n            return __Pyx_inner_PyErr_GivenExceptionMatches2(err, NULL, exc_type);\n        } else if (likely(PyTuple_Check(exc_type))) {\n            return __Pyx_PyErr_GivenExceptionMatchesTuple(err, exc_type);\n        } else {\n        }\n    }\n    return PyErr_GivenExceptionMatches(err, exc_type);\n}\nstatic CYTHON_INLINE int __Pyx_PyErr_GivenExceptionMatches2(PyObject *err, PyObject *exc_type1, PyObject *exc_type2) {\n    assert(PyExceptionClass_Check(exc_type1));\n    assert(PyExceptionClass_Check(exc_type2));\n    if (likely(err == exc_type1 || err == exc_type2)) return 1;\n    if (likely(PyExceptionClass_Check(err))) {\n        return __Pyx_inner_PyErr_GivenExceptionMatches2(err, exc_type1, exc_type2);\n    }\n    return (PyErr_GivenExceptionMatches(err, exc_type1) || PyErr_GivenExceptionMatches(err, exc_type2));\n}\n#endif\n\n/* PyIntBinop */\n  #if !CYTHON_COMPILING_IN_PYPY\nstatic PyObject* __Pyx_PyInt_AddObjC(PyObject *op1, PyObject *op2, CYTHON_UNUSED long intval, int inplace, int zerodivision_check) {\n    (void)inplace;\n    (void)zerodivision_check;\n    #if PY_MAJOR_VERSION < 3\n    if (likely(PyInt_CheckExact(op1))) {\n        const long b = intval;\n        long x;\n        long a = PyInt_AS_LONG(op1);\n            x = (long)((unsigned long)a + b);\n            if (likely((x^a) >= 0 || (x^b) >= 0))\n                return PyInt_FromLong(x);\n            return PyLong_Type.tp_as_number->nb_add(op1, op2);\n    }\n    #endif\n    #if CYTHON_USE_PYLONG_INTERNALS\n    if (likely(PyLong_CheckExact(op1))) {\n        const long b = intval;\n        long a, x;\n#ifdef HAVE_LONG_LONG\n        const PY_LONG_LONG llb = intval;\n        PY_LONG_LONG lla, llx;\n#endif\n        const digit* digits = ((PyLongObject*)op1)->ob_digit;\n        const Py_ssize_t size = Py_SIZE(op1);\n        if (likely(__Pyx_sst_abs(size) <= 1)) {\n            a = likely(size) ? digits[0] : 0;\n            if (size == -1) a = -a;\n        } else {\n            switch (size) {\n                case -2:\n                    if (8 * sizeof(long) - 1 > 2 * PyLong_SHIFT) {\n                        a = -(long) (((((unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0]));\n                        break;\n#ifdef HAVE_LONG_LONG\n                    } else if (8 * sizeof(PY_LONG_LONG) - 1 > 2 * PyLong_SHIFT) {\n                        lla = -(PY_LONG_LONG) (((((unsigned PY_LONG_LONG)digits[1]) << PyLong_SHIFT) | (unsigned PY_LONG_LONG)digits[0]));\n                        goto long_long;\n#endif\n                    }\n                    CYTHON_FALLTHROUGH;\n                case 2:\n                    if (8 * sizeof(long) - 1 > 2 * PyLong_SHIFT) {\n                        a = (long) (((((unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0]));\n                        break;\n#ifdef HAVE_LONG_LONG\n                    } else if (8 * sizeof(PY_LONG_LONG) - 1 > 2 * PyLong_SHIFT) {\n                        lla = (PY_LONG_LONG) (((((unsigned PY_LONG_LONG)digits[1]) << PyLong_SHIFT) | (unsigned PY_LONG_LONG)digits[0]));\n                        goto long_long;\n#endif\n                    }\n                    CYTHON_FALLTHROUGH;\n                case -3:\n                    if (8 * sizeof(long) - 1 > 3 * PyLong_SHIFT) {\n                        a = -(long) (((((((unsigned long)digits[2]) << PyLong_SHIFT) | (unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0]));\n                        break;\n#ifdef HAVE_LONG_LONG\n                    } else if (8 * sizeof(PY_LONG_LONG) - 1 > 3 * PyLong_SHIFT) {\n                        lla = -(PY_LONG_LONG) (((((((unsigned PY_LONG_LONG)digits[2]) << PyLong_SHIFT) | (unsigned PY_LONG_LONG)digits[1]) << PyLong_SHIFT) | (unsigned PY_LONG_LONG)digits[0]));\n                        goto long_long;\n#endif\n                    }\n                    CYTHON_FALLTHROUGH;\n                case 3:\n                    if (8 * sizeof(long) - 1 > 3 * PyLong_SHIFT) {\n                        a = (long) (((((((unsigned long)digits[2]) << PyLong_SHIFT) | (unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0]));\n                        break;\n#ifdef HAVE_LONG_LONG\n                    } else if (8 * sizeof(PY_LONG_LONG) - 1 > 3 * PyLong_SHIFT) {\n                        lla = (PY_LONG_LONG) (((((((unsigned PY_LONG_LONG)digits[2]) << PyLong_SHIFT) | (unsigned PY_LONG_LONG)digits[1]) << PyLong_SHIFT) | (unsigned PY_LONG_LONG)digits[0]));\n                        goto long_long;\n#endif\n                    }\n                    CYTHON_FALLTHROUGH;\n                case -4:\n                    if (8 * sizeof(long) - 1 > 4 * PyLong_SHIFT) {\n                        a = -(long) (((((((((unsigned long)digits[3]) << PyLong_SHIFT) | (unsigned long)digits[2]) << PyLong_SHIFT) | (unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0]));\n                        break;\n#ifdef HAVE_LONG_LONG\n                    } else if (8 * sizeof(PY_LONG_LONG) - 1 > 4 * PyLong_SHIFT) {\n                        lla = -(PY_LONG_LONG) (((((((((unsigned PY_LONG_LONG)digits[3]) << PyLong_SHIFT) | (unsigned PY_LONG_LONG)digits[2]) << PyLong_SHIFT) | (unsigned PY_LONG_LONG)digits[1]) << PyLong_SHIFT) | (unsigned PY_LONG_LONG)digits[0]));\n                        goto long_long;\n#endif\n                    }\n                    CYTHON_FALLTHROUGH;\n                case 4:\n                    if (8 * sizeof(long) - 1 > 4 * PyLong_SHIFT) {\n                        a = (long) (((((((((unsigned long)digits[3]) << PyLong_SHIFT) | (unsigned long)digits[2]) << PyLong_SHIFT) | (unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0]));\n                        break;\n#ifdef HAVE_LONG_LONG\n                    } else if (8 * sizeof(PY_LONG_LONG) - 1 > 4 * PyLong_SHIFT) {\n                        lla = (PY_LONG_LONG) (((((((((unsigned PY_LONG_LONG)digits[3]) << PyLong_SHIFT) | (unsigned PY_LONG_LONG)digits[2]) << PyLong_SHIFT) | (unsigned PY_LONG_LONG)digits[1]) << PyLong_SHIFT) | (unsigned PY_LONG_LONG)digits[0]));\n                        goto long_long;\n#endif\n                    }\n                    CYTHON_FALLTHROUGH;\n                default: return PyLong_Type.tp_as_number->nb_add(op1, op2);\n            }\n        }\n                x = a + b;\n            return PyLong_FromLong(x);\n#ifdef HAVE_LONG_LONG\n        long_long:\n                llx = lla + llb;\n            return PyLong_FromLongLong(llx);\n#endif\n        \n        \n    }\n    #endif\n    if (PyFloat_CheckExact(op1)) {\n        const long b = intval;\n        double a = PyFloat_AS_DOUBLE(op1);\n            double result;\n            PyFPE_START_PROTECT(\"add\", return NULL)\n            result = ((double)a) + (double)b;\n            PyFPE_END_PROTECT(result)\n            return PyFloat_FromDouble(result);\n    }\n    return (inplace ? PyNumber_InPlaceAdd : PyNumber_Add)(op1, op2);\n}\n#endif\n\n/* None */\n  static CYTHON_INLINE void __Pyx_RaiseUnboundLocalError(const char *varname) {\n    PyErr_Format(PyExc_UnboundLocalError, \"local variable '%s' referenced before assignment\", varname);\n}\n\n/* None */\n  static CYTHON_INLINE long __Pyx_div_long(long a, long b) {\n    long q = a / b;\n    long r = a - q*b;\n    q -= ((r != 0) & ((r ^ b) < 0));\n    return q;\n}\n\n/* ImportFrom */\n  static PyObject* __Pyx_ImportFrom(PyObject* module, PyObject* name) {\n    PyObject* value = __Pyx_PyObject_GetAttrStr(module, name);\n    if (unlikely(!value) && PyErr_ExceptionMatches(PyExc_AttributeError)) {\n        PyErr_Format(PyExc_ImportError,\n        #if PY_MAJOR_VERSION < 3\n            \"cannot import name %.230s\", PyString_AS_STRING(name));\n        #else\n            \"cannot import name %S\", name);\n        #endif\n    }\n    return value;\n}\n\n/* HasAttr */\n  static CYTHON_INLINE int __Pyx_HasAttr(PyObject *o, PyObject *n) {\n    PyObject *r;\n    if (unlikely(!__Pyx_PyBaseString_Check(n))) {\n        PyErr_SetString(PyExc_TypeError,\n                        \"hasattr(): attribute name must be string\");\n        return -1;\n    }\n    r = __Pyx_GetAttr(o, n);\n    if (unlikely(!r)) {\n        PyErr_Clear();\n        return 0;\n    } else {\n        Py_DECREF(r);\n        return 1;\n    }\n}\n\n/* PyObject_GenericGetAttrNoDict */\n  #if CYTHON_USE_TYPE_SLOTS && CYTHON_USE_PYTYPE_LOOKUP && PY_VERSION_HEX < 0x03070000\nstatic PyObject *__Pyx_RaiseGenericGetAttributeError(PyTypeObject *tp, PyObject *attr_name) {\n    PyErr_Format(PyExc_AttributeError,\n#if PY_MAJOR_VERSION >= 3\n                 \"'%.50s' object has no attribute '%U'\",\n                 tp->tp_name, attr_name);\n#else\n                 \"'%.50s' object has no attribute '%.400s'\",\n                 tp->tp_name, PyString_AS_STRING(attr_name));\n#endif\n    return NULL;\n}\nstatic CYTHON_INLINE PyObject* __Pyx_PyObject_GenericGetAttrNoDict(PyObject* obj, PyObject* attr_name) {\n    PyObject *descr;\n    PyTypeObject *tp = Py_TYPE(obj);\n    if (unlikely(!PyString_Check(attr_name))) {\n        return PyObject_GenericGetAttr(obj, attr_name);\n    }\n    assert(!tp->tp_dictoffset);\n    descr = _PyType_Lookup(tp, attr_name);\n    if (unlikely(!descr)) {\n        return __Pyx_RaiseGenericGetAttributeError(tp, attr_name);\n    }\n    Py_INCREF(descr);\n    #if PY_MAJOR_VERSION < 3\n    if (likely(PyType_HasFeature(Py_TYPE(descr), Py_TPFLAGS_HAVE_CLASS)))\n    #endif\n    {\n        descrgetfunc f = Py_TYPE(descr)->tp_descr_get;\n        if (unlikely(f)) {\n            PyObject *res = f(descr, obj, (PyObject *)tp);\n            Py_DECREF(descr);\n            return res;\n        }\n    }\n    return descr;\n}\n#endif\n\n/* PyObject_GenericGetAttr */\n  #if CYTHON_USE_TYPE_SLOTS && CYTHON_USE_PYTYPE_LOOKUP && PY_VERSION_HEX < 0x03070000\nstatic PyObject* __Pyx_PyObject_GenericGetAttr(PyObject* obj, PyObject* attr_name) {\n    if (unlikely(Py_TYPE(obj)->tp_dictoffset)) {\n        return PyObject_GenericGetAttr(obj, attr_name);\n    }\n    return __Pyx_PyObject_GenericGetAttrNoDict(obj, attr_name);\n}\n#endif\n\n/* PyObjectGetAttrStrNoError */\n  static void __Pyx_PyObject_GetAttrStr_ClearAttributeError(void) {\n    __Pyx_PyThreadState_declare\n    __Pyx_PyThreadState_assign\n    if (likely(__Pyx_PyErr_ExceptionMatches(PyExc_AttributeError)))\n        __Pyx_PyErr_Clear();\n}\nstatic CYTHON_INLINE PyObject* __Pyx_PyObject_GetAttrStrNoError(PyObject* obj, PyObject* attr_name) {\n    PyObject *result;\n#if CYTHON_COMPILING_IN_CPYTHON && CYTHON_USE_TYPE_SLOTS && PY_VERSION_HEX >= 0x030700B1\n    PyTypeObject* tp = Py_TYPE(obj);\n    if (likely(tp->tp_getattro == PyObject_GenericGetAttr)) {\n        return _PyObject_GenericGetAttrWithDict(obj, attr_name, NULL, 1);\n    }\n#endif\n    result = __Pyx_PyObject_GetAttrStr(obj, attr_name);\n    if (unlikely(!result)) {\n        __Pyx_PyObject_GetAttrStr_ClearAttributeError();\n    }\n    return result;\n}\n\n/* SetupReduce */\n  static int __Pyx_setup_reduce_is_named(PyObject* meth, PyObject* name) {\n  int ret;\n  PyObject *name_attr;\n  name_attr = __Pyx_PyObject_GetAttrStr(meth, __pyx_n_s_name_2);\n  if (likely(name_attr)) {\n      ret = PyObject_RichCompareBool(name_attr, name, Py_EQ);\n  } else {\n      ret = -1;\n  }\n  if (unlikely(ret < 0)) {\n      PyErr_Clear();\n      ret = 0;\n  }\n  Py_XDECREF(name_attr);\n  return ret;\n}\nstatic int __Pyx_setup_reduce(PyObject* type_obj) {\n    int ret = 0;\n    PyObject *object_reduce = NULL;\n    PyObject *object_reduce_ex = NULL;\n    PyObject *reduce = NULL;\n    PyObject *reduce_ex = NULL;\n    PyObject *reduce_cython = NULL;\n    PyObject *setstate = NULL;\n    PyObject *setstate_cython = NULL;\n#if CYTHON_USE_PYTYPE_LOOKUP\n    if (_PyType_Lookup((PyTypeObject*)type_obj, __pyx_n_s_getstate)) goto __PYX_GOOD;\n#else\n    if (PyObject_HasAttr(type_obj, __pyx_n_s_getstate)) goto __PYX_GOOD;\n#endif\n#if CYTHON_USE_PYTYPE_LOOKUP\n    object_reduce_ex = _PyType_Lookup(&PyBaseObject_Type, __pyx_n_s_reduce_ex); if (!object_reduce_ex) goto __PYX_BAD;\n#else\n    object_reduce_ex = __Pyx_PyObject_GetAttrStr((PyObject*)&PyBaseObject_Type, __pyx_n_s_reduce_ex); if (!object_reduce_ex) goto __PYX_BAD;\n#endif\n    reduce_ex = __Pyx_PyObject_GetAttrStr(type_obj, __pyx_n_s_reduce_ex); if (unlikely(!reduce_ex)) goto __PYX_BAD;\n    if (reduce_ex == object_reduce_ex) {\n#if CYTHON_USE_PYTYPE_LOOKUP\n        object_reduce = _PyType_Lookup(&PyBaseObject_Type, __pyx_n_s_reduce); if (!object_reduce) goto __PYX_BAD;\n#else\n        object_reduce = __Pyx_PyObject_GetAttrStr((PyObject*)&PyBaseObject_Type, __pyx_n_s_reduce); if (!object_reduce) goto __PYX_BAD;\n#endif\n        reduce = __Pyx_PyObject_GetAttrStr(type_obj, __pyx_n_s_reduce); if (unlikely(!reduce)) goto __PYX_BAD;\n        if (reduce == object_reduce || __Pyx_setup_reduce_is_named(reduce, __pyx_n_s_reduce_cython)) {\n            reduce_cython = __Pyx_PyObject_GetAttrStrNoError(type_obj, __pyx_n_s_reduce_cython);\n            if (likely(reduce_cython)) {\n                ret = PyDict_SetItem(((PyTypeObject*)type_obj)->tp_dict, __pyx_n_s_reduce, reduce_cython); if (unlikely(ret < 0)) goto __PYX_BAD;\n                ret = PyDict_DelItem(((PyTypeObject*)type_obj)->tp_dict, __pyx_n_s_reduce_cython); if (unlikely(ret < 0)) goto __PYX_BAD;\n            } else if (reduce == object_reduce || PyErr_Occurred()) {\n                goto __PYX_BAD;\n            }\n            setstate = __Pyx_PyObject_GetAttrStr(type_obj, __pyx_n_s_setstate);\n            if (!setstate) PyErr_Clear();\n            if (!setstate || __Pyx_setup_reduce_is_named(setstate, __pyx_n_s_setstate_cython)) {\n                setstate_cython = __Pyx_PyObject_GetAttrStrNoError(type_obj, __pyx_n_s_setstate_cython);\n                if (likely(setstate_cython)) {\n                    ret = PyDict_SetItem(((PyTypeObject*)type_obj)->tp_dict, __pyx_n_s_setstate, setstate_cython); if (unlikely(ret < 0)) goto __PYX_BAD;\n                    ret = PyDict_DelItem(((PyTypeObject*)type_obj)->tp_dict, __pyx_n_s_setstate_cython); if (unlikely(ret < 0)) goto __PYX_BAD;\n                } else if (!setstate || PyErr_Occurred()) {\n                    goto __PYX_BAD;\n                }\n            }\n            PyType_Modified((PyTypeObject*)type_obj);\n        }\n    }\n    goto __PYX_GOOD;\n__PYX_BAD:\n    if (!PyErr_Occurred())\n        PyErr_Format(PyExc_RuntimeError, \"Unable to initialize pickling for %s\", ((PyTypeObject*)type_obj)->tp_name);\n    ret = -1;\n__PYX_GOOD:\n#if !CYTHON_USE_PYTYPE_LOOKUP\n    Py_XDECREF(object_reduce);\n    Py_XDECREF(object_reduce_ex);\n#endif\n    Py_XDECREF(reduce);\n    Py_XDECREF(reduce_ex);\n    Py_XDECREF(reduce_cython);\n    Py_XDECREF(setstate);\n    Py_XDECREF(setstate_cython);\n    return ret;\n}\n\n/* SetVTable */\n  static int __Pyx_SetVtable(PyObject *dict, void *vtable) {\n#if PY_VERSION_HEX >= 0x02070000\n    PyObject *ob = PyCapsule_New(vtable, 0, 0);\n#else\n    PyObject *ob = PyCObject_FromVoidPtr(vtable, 0);\n#endif\n    if (!ob)\n        goto bad;\n    if (PyDict_SetItem(dict, __pyx_n_s_pyx_vtable, ob) < 0)\n        goto bad;\n    Py_DECREF(ob);\n    return 0;\nbad:\n    Py_XDECREF(ob);\n    return -1;\n}\n\n/* TypeImport */\n  #ifndef __PYX_HAVE_RT_ImportType\n#define __PYX_HAVE_RT_ImportType\nstatic PyTypeObject *__Pyx_ImportType(PyObject *module, const char *module_name, const char *class_name,\n    size_t size, enum __Pyx_ImportType_CheckSize check_size)\n{\n    PyObject *result = 0;\n    char warning[200];\n    Py_ssize_t basicsize;\n#ifdef Py_LIMITED_API\n    PyObject *py_basicsize;\n#endif\n    result = PyObject_GetAttrString(module, class_name);\n    if (!result)\n        goto bad;\n    if (!PyType_Check(result)) {\n        PyErr_Format(PyExc_TypeError,\n            \"%.200s.%.200s is not a type object\",\n            module_name, class_name);\n        goto bad;\n    }\n#ifndef Py_LIMITED_API\n    basicsize = ((PyTypeObject *)result)->tp_basicsize;\n#else\n    py_basicsize = PyObject_GetAttrString(result, \"__basicsize__\");\n    if (!py_basicsize)\n        goto bad;\n    basicsize = PyLong_AsSsize_t(py_basicsize);\n    Py_DECREF(py_basicsize);\n    py_basicsize = 0;\n    if (basicsize == (Py_ssize_t)-1 && PyErr_Occurred())\n        goto bad;\n#endif\n    if ((size_t)basicsize < size) {\n        PyErr_Format(PyExc_ValueError,\n            \"%.200s.%.200s size changed, may indicate binary incompatibility. \"\n            \"Expected %zd from C header, got %zd from PyObject\",\n            module_name, class_name, size, basicsize);\n        goto bad;\n    }\n    if (check_size == __Pyx_ImportType_CheckSize_Error && (size_t)basicsize != size) {\n        PyErr_Format(PyExc_ValueError,\n            \"%.200s.%.200s size changed, may indicate binary incompatibility. \"\n            \"Expected %zd from C header, got %zd from PyObject\",\n            module_name, class_name, size, basicsize);\n        goto bad;\n    }\n    else if (check_size == __Pyx_ImportType_CheckSize_Warn && (size_t)basicsize > size) {\n        PyOS_snprintf(warning, sizeof(warning),\n            \"%s.%s size changed, may indicate binary incompatibility. \"\n            \"Expected %zd from C header, got %zd from PyObject\",\n            module_name, class_name, size, basicsize);\n        if (PyErr_WarnEx(NULL, warning, 0) < 0) goto bad;\n    }\n    return (PyTypeObject *)result;\nbad:\n    Py_XDECREF(result);\n    return NULL;\n}\n#endif\n\n/* CLineInTraceback */\n  #ifndef CYTHON_CLINE_IN_TRACEBACK\nstatic int __Pyx_CLineForTraceback(CYTHON_NCP_UNUSED PyThreadState *tstate, int c_line) {\n    PyObject *use_cline;\n    PyObject *ptype, *pvalue, *ptraceback;\n#if CYTHON_COMPILING_IN_CPYTHON\n    PyObject **cython_runtime_dict;\n#endif\n    if (unlikely(!__pyx_cython_runtime)) {\n        return c_line;\n    }\n    __Pyx_ErrFetchInState(tstate, &ptype, &pvalue, &ptraceback);\n#if CYTHON_COMPILING_IN_CPYTHON\n    cython_runtime_dict = _PyObject_GetDictPtr(__pyx_cython_runtime);\n    if (likely(cython_runtime_dict)) {\n        __PYX_PY_DICT_LOOKUP_IF_MODIFIED(\n            use_cline, *cython_runtime_dict,\n            __Pyx_PyDict_GetItemStr(*cython_runtime_dict, __pyx_n_s_cline_in_traceback))\n    } else\n#endif\n    {\n      PyObject *use_cline_obj = __Pyx_PyObject_GetAttrStr(__pyx_cython_runtime, __pyx_n_s_cline_in_traceback);\n      if (use_cline_obj) {\n        use_cline = PyObject_Not(use_cline_obj) ? Py_False : Py_True;\n        Py_DECREF(use_cline_obj);\n      } else {\n        PyErr_Clear();\n        use_cline = NULL;\n      }\n    }\n    if (!use_cline) {\n        c_line = 0;\n        PyObject_SetAttr(__pyx_cython_runtime, __pyx_n_s_cline_in_traceback, Py_False);\n    }\n    else if (use_cline == Py_False || (use_cline != Py_True && PyObject_Not(use_cline) != 0)) {\n        c_line = 0;\n    }\n    __Pyx_ErrRestoreInState(tstate, ptype, pvalue, ptraceback);\n    return c_line;\n}\n#endif\n\n/* CodeObjectCache */\n  static int __pyx_bisect_code_objects(__Pyx_CodeObjectCacheEntry* entries, int count, int code_line) {\n    int start = 0, mid = 0, end = count - 1;\n    if (end >= 0 && code_line > entries[end].code_line) {\n        return count;\n    }\n    while (start < end) {\n        mid = start + (end - start) / 2;\n        if (code_line < entries[mid].code_line) {\n            end = mid;\n        } else if (code_line > entries[mid].code_line) {\n             start = mid + 1;\n        } else {\n            return mid;\n        }\n    }\n    if (code_line <= entries[mid].code_line) {\n        return mid;\n    } else {\n        return mid + 1;\n    }\n}\nstatic PyCodeObject *__pyx_find_code_object(int code_line) {\n    PyCodeObject* code_object;\n    int pos;\n    if (unlikely(!code_line) || unlikely(!__pyx_code_cache.entries)) {\n        return NULL;\n    }\n    pos = __pyx_bisect_code_objects(__pyx_code_cache.entries, __pyx_code_cache.count, code_line);\n    if (unlikely(pos >= __pyx_code_cache.count) || unlikely(__pyx_code_cache.entries[pos].code_line != code_line)) {\n        return NULL;\n    }\n    code_object = __pyx_code_cache.entries[pos].code_object;\n    Py_INCREF(code_object);\n    return code_object;\n}\nstatic void __pyx_insert_code_object(int code_line, PyCodeObject* code_object) {\n    int pos, i;\n    __Pyx_CodeObjectCacheEntry* entries = __pyx_code_cache.entries;\n    if (unlikely(!code_line)) {\n        return;\n    }\n    if (unlikely(!entries)) {\n        entries = (__Pyx_CodeObjectCacheEntry*)PyMem_Malloc(64*sizeof(__Pyx_CodeObjectCacheEntry));\n        if (likely(entries)) {\n            __pyx_code_cache.entries = entries;\n            __pyx_code_cache.max_count = 64;\n            __pyx_code_cache.count = 1;\n            entries[0].code_line = code_line;\n            entries[0].code_object = code_object;\n            Py_INCREF(code_object);\n        }\n        return;\n    }\n    pos = __pyx_bisect_code_objects(__pyx_code_cache.entries, __pyx_code_cache.count, code_line);\n    if ((pos < __pyx_code_cache.count) && unlikely(__pyx_code_cache.entries[pos].code_line == code_line)) {\n        PyCodeObject* tmp = entries[pos].code_object;\n        entries[pos].code_object = code_object;\n        Py_DECREF(tmp);\n        return;\n    }\n    if (__pyx_code_cache.count == __pyx_code_cache.max_count) {\n        int new_max = __pyx_code_cache.max_count + 64;\n        entries = (__Pyx_CodeObjectCacheEntry*)PyMem_Realloc(\n            __pyx_code_cache.entries, ((size_t)new_max) * sizeof(__Pyx_CodeObjectCacheEntry));\n        if (unlikely(!entries)) {\n            return;\n        }\n        __pyx_code_cache.entries = entries;\n        __pyx_code_cache.max_count = new_max;\n    }\n    for (i=__pyx_code_cache.count; i>pos; i--) {\n        entries[i] = entries[i-1];\n    }\n    entries[pos].code_line = code_line;\n    entries[pos].code_object = code_object;\n    __pyx_code_cache.count++;\n    Py_INCREF(code_object);\n}\n\n/* AddTraceback */\n  #include \"compile.h\"\n#include \"frameobject.h\"\n#include \"traceback.h\"\nstatic PyCodeObject* __Pyx_CreateCodeObjectForTraceback(\n            const char *funcname, int c_line,\n            int py_line, const char *filename) {\n    PyCodeObject *py_code = 0;\n    PyObject *py_srcfile = 0;\n    PyObject *py_funcname = 0;\n    #if PY_MAJOR_VERSION < 3\n    py_srcfile = PyString_FromString(filename);\n    #else\n    py_srcfile = PyUnicode_FromString(filename);\n    #endif\n    if (!py_srcfile) goto bad;\n    if (c_line) {\n        #if PY_MAJOR_VERSION < 3\n        py_funcname = PyString_FromFormat( \"%s (%s:%d)\", funcname, __pyx_cfilenm, c_line);\n        #else\n        py_funcname = PyUnicode_FromFormat( \"%s (%s:%d)\", funcname, __pyx_cfilenm, c_line);\n        #endif\n    }\n    else {\n        #if PY_MAJOR_VERSION < 3\n        py_funcname = PyString_FromString(funcname);\n        #else\n        py_funcname = PyUnicode_FromString(funcname);\n        #endif\n    }\n    if (!py_funcname) goto bad;\n    py_code = __Pyx_PyCode_New(\n        0,\n        0,\n        0,\n        0,\n        0,\n        __pyx_empty_bytes, /*PyObject *code,*/\n        __pyx_empty_tuple, /*PyObject *consts,*/\n        __pyx_empty_tuple, /*PyObject *names,*/\n        __pyx_empty_tuple, /*PyObject *varnames,*/\n        __pyx_empty_tuple, /*PyObject *freevars,*/\n        __pyx_empty_tuple, /*PyObject *cellvars,*/\n        py_srcfile,   /*PyObject *filename,*/\n        py_funcname,  /*PyObject *name,*/\n        py_line,\n        __pyx_empty_bytes  /*PyObject *lnotab*/\n    );\n    Py_DECREF(py_srcfile);\n    Py_DECREF(py_funcname);\n    return py_code;\nbad:\n    Py_XDECREF(py_srcfile);\n    Py_XDECREF(py_funcname);\n    return NULL;\n}\nstatic void __Pyx_AddTraceback(const char *funcname, int c_line,\n                               int py_line, const char *filename) {\n    PyCodeObject *py_code = 0;\n    PyFrameObject *py_frame = 0;\n    PyThreadState *tstate = __Pyx_PyThreadState_Current;\n    if (c_line) {\n        c_line = __Pyx_CLineForTraceback(tstate, c_line);\n    }\n    py_code = __pyx_find_code_object(c_line ? -c_line : py_line);\n    if (!py_code) {\n        py_code = __Pyx_CreateCodeObjectForTraceback(\n            funcname, c_line, py_line, filename);\n        if (!py_code) goto bad;\n        __pyx_insert_code_object(c_line ? -c_line : py_line, py_code);\n    }\n    py_frame = PyFrame_New(\n        tstate,            /*PyThreadState *tstate,*/\n        py_code,           /*PyCodeObject *code,*/\n        __pyx_d,    /*PyObject *globals,*/\n        0                  /*PyObject *locals*/\n    );\n    if (!py_frame) goto bad;\n    __Pyx_PyFrame_SetLineNumber(py_frame, py_line);\n    PyTraceBack_Here(py_frame);\nbad:\n    Py_XDECREF(py_code);\n    Py_XDECREF(py_frame);\n}\n\n#if PY_MAJOR_VERSION < 3\nstatic int __Pyx_GetBuffer(PyObject *obj, Py_buffer *view, int flags) {\n    if (PyObject_CheckBuffer(obj)) return PyObject_GetBuffer(obj, view, flags);\n        if (__Pyx_TypeCheck(obj, __pyx_array_type)) return __pyx_array_getbuffer(obj, view, flags);\n        if (__Pyx_TypeCheck(obj, __pyx_memoryview_type)) return __pyx_memoryview_getbuffer(obj, view, flags);\n    PyErr_Format(PyExc_TypeError, \"'%.200s' does not have the buffer interface\", Py_TYPE(obj)->tp_name);\n    return -1;\n}\nstatic void __Pyx_ReleaseBuffer(Py_buffer *view) {\n    PyObject *obj = view->obj;\n    if (!obj) return;\n    if (PyObject_CheckBuffer(obj)) {\n        PyBuffer_Release(view);\n        return;\n    }\n    if ((0)) {}\n    view->obj = NULL;\n    Py_DECREF(obj);\n}\n#endif\n\n\n  /* MemviewSliceIsContig */\n  static int\n__pyx_memviewslice_is_contig(const __Pyx_memviewslice mvs, char order, int ndim)\n{\n    int i, index, step, start;\n    Py_ssize_t itemsize = mvs.memview->view.itemsize;\n    if (order == 'F') {\n        step = 1;\n        start = 0;\n    } else {\n        step = -1;\n        start = ndim - 1;\n    }\n    for (i = 0; i < ndim; i++) {\n        index = start + step * i;\n        if (mvs.suboffsets[index] >= 0 || mvs.strides[index] != itemsize)\n            return 0;\n        itemsize *= mvs.shape[index];\n    }\n    return 1;\n}\n\n/* OverlappingSlices */\n  static void\n__pyx_get_array_memory_extents(__Pyx_memviewslice *slice,\n                               void **out_start, void **out_end,\n                               int ndim, size_t itemsize)\n{\n    char *start, *end;\n    int i;\n    start = end = slice->data;\n    for (i = 0; i < ndim; i++) {\n        Py_ssize_t stride = slice->strides[i];\n        Py_ssize_t extent = slice->shape[i];\n        if (extent == 0) {\n            *out_start = *out_end = start;\n            return;\n        } else {\n            if (stride > 0)\n                end += stride * (extent - 1);\n            else\n                start += stride * (extent - 1);\n        }\n    }\n    *out_start = start;\n    *out_end = end + itemsize;\n}\nstatic int\n__pyx_slices_overlap(__Pyx_memviewslice *slice1,\n                     __Pyx_memviewslice *slice2,\n                     int ndim, size_t itemsize)\n{\n    void *start1, *end1, *start2, *end2;\n    __pyx_get_array_memory_extents(slice1, &start1, &end1, ndim, itemsize);\n    __pyx_get_array_memory_extents(slice2, &start2, &end2, ndim, itemsize);\n    return (start1 < end2) && (start2 < end1);\n}\n\n/* Capsule */\n  static CYTHON_INLINE PyObject *\n__pyx_capsule_create(void *p, CYTHON_UNUSED const char *sig)\n{\n    PyObject *cobj;\n#if PY_VERSION_HEX >= 0x02070000\n    cobj = PyCapsule_New(p, sig, NULL);\n#else\n    cobj = PyCObject_FromVoidPtr(p, NULL);\n#endif\n    return cobj;\n}\n\n/* CIntFromPyVerify */\n  #define __PYX_VERIFY_RETURN_INT(target_type, func_type, func_value)\\\n    __PYX__VERIFY_RETURN_INT(target_type, func_type, func_value, 0)\n#define __PYX_VERIFY_RETURN_INT_EXC(target_type, func_type, func_value)\\\n    __PYX__VERIFY_RETURN_INT(target_type, func_type, func_value, 1)\n#define __PYX__VERIFY_RETURN_INT(target_type, func_type, func_value, exc)\\\n    {\\\n        func_type value = func_value;\\\n        if (sizeof(target_type) < sizeof(func_type)) {\\\n            if (unlikely(value != (func_type) (target_type) value)) {\\\n                func_type zero = 0;\\\n                if (exc && unlikely(value == (func_type)-1 && PyErr_Occurred()))\\\n                    return (target_type) -1;\\\n                if (is_unsigned && unlikely(value < zero))\\\n                    goto raise_neg_overflow;\\\n                else\\\n                    goto raise_overflow;\\\n            }\\\n        }\\\n        return (target_type) value;\\\n    }\n\n/* TypeInfoCompare */\n  static int\n__pyx_typeinfo_cmp(__Pyx_TypeInfo *a, __Pyx_TypeInfo *b)\n{\n    int i;\n    if (!a || !b)\n        return 0;\n    if (a == b)\n        return 1;\n    if (a->size != b->size || a->typegroup != b->typegroup ||\n            a->is_unsigned != b->is_unsigned || a->ndim != b->ndim) {\n        if (a->typegroup == 'H' || b->typegroup == 'H') {\n            return a->size == b->size;\n        } else {\n            return 0;\n        }\n    }\n    if (a->ndim) {\n        for (i = 0; i < a->ndim; i++)\n            if (a->arraysize[i] != b->arraysize[i])\n                return 0;\n    }\n    if (a->typegroup == 'S') {\n        if (a->flags != b->flags)\n            return 0;\n        if (a->fields || b->fields) {\n            if (!(a->fields && b->fields))\n                return 0;\n            for (i = 0; a->fields[i].type && b->fields[i].type; i++) {\n                __Pyx_StructField *field_a = a->fields + i;\n                __Pyx_StructField *field_b = b->fields + i;\n                if (field_a->offset != field_b->offset ||\n                    !__pyx_typeinfo_cmp(field_a->type, field_b->type))\n                    return 0;\n            }\n            return !a->fields[i].type && !b->fields[i].type;\n        }\n    }\n    return 1;\n}\n\n/* MemviewSliceValidateAndInit */\n  static int\n__pyx_check_strides(Py_buffer *buf, int dim, int ndim, int spec)\n{\n    if (buf->shape[dim] <= 1)\n        return 1;\n    if (buf->strides) {\n        if (spec & __Pyx_MEMVIEW_CONTIG) {\n            if (spec & (__Pyx_MEMVIEW_PTR|__Pyx_MEMVIEW_FULL)) {\n                if (unlikely(buf->strides[dim] != sizeof(void *))) {\n                    PyErr_Format(PyExc_ValueError,\n                                 \"Buffer is not indirectly contiguous \"\n                                 \"in dimension %d.\", dim);\n                    goto fail;\n                }\n            } else if (unlikely(buf->strides[dim] != buf->itemsize)) {\n                PyErr_SetString(PyExc_ValueError,\n                                \"Buffer and memoryview are not contiguous \"\n                                \"in the same dimension.\");\n                goto fail;\n            }\n        }\n        if (spec & __Pyx_MEMVIEW_FOLLOW) {\n            Py_ssize_t stride = buf->strides[dim];\n            if (stride < 0)\n                stride = -stride;\n            if (unlikely(stride < buf->itemsize)) {\n                PyErr_SetString(PyExc_ValueError,\n                                \"Buffer and memoryview are not contiguous \"\n                                \"in the same dimension.\");\n                goto fail;\n            }\n        }\n    } else {\n        if (unlikely(spec & __Pyx_MEMVIEW_CONTIG && dim != ndim - 1)) {\n            PyErr_Format(PyExc_ValueError,\n                         \"C-contiguous buffer is not contiguous in \"\n                         \"dimension %d\", dim);\n            goto fail;\n        } else if (unlikely(spec & (__Pyx_MEMVIEW_PTR))) {\n            PyErr_Format(PyExc_ValueError,\n                         \"C-contiguous buffer is not indirect in \"\n                         \"dimension %d\", dim);\n            goto fail;\n        } else if (unlikely(buf->suboffsets)) {\n            PyErr_SetString(PyExc_ValueError,\n                            \"Buffer exposes suboffsets but no strides\");\n            goto fail;\n        }\n    }\n    return 1;\nfail:\n    return 0;\n}\nstatic int\n__pyx_check_suboffsets(Py_buffer *buf, int dim, CYTHON_UNUSED int ndim, int spec)\n{\n    if (spec & __Pyx_MEMVIEW_DIRECT) {\n        if (unlikely(buf->suboffsets && buf->suboffsets[dim] >= 0)) {\n            PyErr_Format(PyExc_ValueError,\n                         \"Buffer not compatible with direct access \"\n                         \"in dimension %d.\", dim);\n            goto fail;\n        }\n    }\n    if (spec & __Pyx_MEMVIEW_PTR) {\n        if (unlikely(!buf->suboffsets || (buf->suboffsets[dim] < 0))) {\n            PyErr_Format(PyExc_ValueError,\n                         \"Buffer is not indirectly accessible \"\n                         \"in dimension %d.\", dim);\n            goto fail;\n        }\n    }\n    return 1;\nfail:\n    return 0;\n}\nstatic int\n__pyx_verify_contig(Py_buffer *buf, int ndim, int c_or_f_flag)\n{\n    int i;\n    if (c_or_f_flag & __Pyx_IS_F_CONTIG) {\n        Py_ssize_t stride = 1;\n        for (i = 0; i < ndim; i++) {\n            if (unlikely(stride * buf->itemsize != buf->strides[i]  &&  buf->shape[i] > 1)) {\n                PyErr_SetString(PyExc_ValueError,\n                    \"Buffer not fortran contiguous.\");\n                goto fail;\n            }\n            stride = stride * buf->shape[i];\n        }\n    } else if (c_or_f_flag & __Pyx_IS_C_CONTIG) {\n        Py_ssize_t stride = 1;\n        for (i = ndim - 1; i >- 1; i--) {\n            if (unlikely(stride * buf->itemsize != buf->strides[i]  &&  buf->shape[i] > 1)) {\n                PyErr_SetString(PyExc_ValueError,\n                    \"Buffer not C contiguous.\");\n                goto fail;\n            }\n            stride = stride * buf->shape[i];\n        }\n    }\n    return 1;\nfail:\n    return 0;\n}\nstatic int __Pyx_ValidateAndInit_memviewslice(\n                int *axes_specs,\n                int c_or_f_flag,\n                int buf_flags,\n                int ndim,\n                __Pyx_TypeInfo *dtype,\n                __Pyx_BufFmt_StackElem stack[],\n                __Pyx_memviewslice *memviewslice,\n                PyObject *original_obj)\n{\n    struct __pyx_memoryview_obj *memview, *new_memview;\n    __Pyx_RefNannyDeclarations\n    Py_buffer *buf;\n    int i, spec = 0, retval = -1;\n    __Pyx_BufFmt_Context ctx;\n    int from_memoryview = __pyx_memoryview_check(original_obj);\n    __Pyx_RefNannySetupContext(\"ValidateAndInit_memviewslice\", 0);\n    if (from_memoryview && __pyx_typeinfo_cmp(dtype, ((struct __pyx_memoryview_obj *)\n                                                            original_obj)->typeinfo)) {\n        memview = (struct __pyx_memoryview_obj *) original_obj;\n        new_memview = NULL;\n    } else {\n        memview = (struct __pyx_memoryview_obj *) __pyx_memoryview_new(\n                                            original_obj, buf_flags, 0, dtype);\n        new_memview = memview;\n        if (unlikely(!memview))\n            goto fail;\n    }\n    buf = &memview->view;\n    if (unlikely(buf->ndim != ndim)) {\n        PyErr_Format(PyExc_ValueError,\n                \"Buffer has wrong number of dimensions (expected %d, got %d)\",\n                ndim, buf->ndim);\n        goto fail;\n    }\n    if (new_memview) {\n        __Pyx_BufFmt_Init(&ctx, stack, dtype);\n        if (unlikely(!__Pyx_BufFmt_CheckString(&ctx, buf->format))) goto fail;\n    }\n    if (unlikely((unsigned) buf->itemsize != dtype->size)) {\n        PyErr_Format(PyExc_ValueError,\n                     \"Item size of buffer (%\" CYTHON_FORMAT_SSIZE_T \"u byte%s) \"\n                     \"does not match size of '%s' (%\" CYTHON_FORMAT_SSIZE_T \"u byte%s)\",\n                     buf->itemsize,\n                     (buf->itemsize > 1) ? \"s\" : \"\",\n                     dtype->name,\n                     dtype->size,\n                     (dtype->size > 1) ? \"s\" : \"\");\n        goto fail;\n    }\n    if (buf->len > 0) {\n        for (i = 0; i < ndim; i++) {\n            spec = axes_specs[i];\n            if (unlikely(!__pyx_check_strides(buf, i, ndim, spec)))\n                goto fail;\n            if (unlikely(!__pyx_check_suboffsets(buf, i, ndim, spec)))\n                goto fail;\n        }\n        if (unlikely(buf->strides && !__pyx_verify_contig(buf, ndim, c_or_f_flag)))\n            goto fail;\n    }\n    if (unlikely(__Pyx_init_memviewslice(memview, ndim, memviewslice,\n                                         new_memview != NULL) == -1)) {\n        goto fail;\n    }\n    retval = 0;\n    goto no_fail;\nfail:\n    Py_XDECREF(new_memview);\n    retval = -1;\nno_fail:\n    __Pyx_RefNannyFinishContext();\n    return retval;\n}\n\n/* ObjectToMemviewSlice */\n  static CYTHON_INLINE __Pyx_memviewslice __Pyx_PyObject_to_MemoryviewSlice_dc_double(PyObject *obj, int writable_flag) {\n    __Pyx_memviewslice result = { 0, 0, { 0 }, { 0 }, { 0 } };\n    __Pyx_BufFmt_StackElem stack[1];\n    int axes_specs[] = { (__Pyx_MEMVIEW_DIRECT | __Pyx_MEMVIEW_CONTIG) };\n    int retcode;\n    if (obj == Py_None) {\n        result.memview = (struct __pyx_memoryview_obj *) Py_None;\n        return result;\n    }\n    retcode = __Pyx_ValidateAndInit_memviewslice(axes_specs, __Pyx_IS_C_CONTIG,\n                                                 (PyBUF_C_CONTIGUOUS | PyBUF_FORMAT) | writable_flag, 1,\n                                                 &__Pyx_TypeInfo_double, stack,\n                                                 &result, obj);\n    if (unlikely(retcode == -1))\n        goto __pyx_fail;\n    return result;\n__pyx_fail:\n    result.memview = NULL;\n    result.data = NULL;\n    return result;\n}\n\n/* Print */\n  #if !CYTHON_COMPILING_IN_PYPY && PY_MAJOR_VERSION < 3\nstatic PyObject *__Pyx_GetStdout(void) {\n    PyObject *f = PySys_GetObject((char *)\"stdout\");\n    if (!f) {\n        PyErr_SetString(PyExc_RuntimeError, \"lost sys.stdout\");\n    }\n    return f;\n}\nstatic int __Pyx_Print(PyObject* f, PyObject *arg_tuple, int newline) {\n    int i;\n    if (!f) {\n        if (!(f = __Pyx_GetStdout()))\n            return -1;\n    }\n    Py_INCREF(f);\n    for (i=0; i < PyTuple_GET_SIZE(arg_tuple); i++) {\n        PyObject* v;\n        if (PyFile_SoftSpace(f, 1)) {\n            if (PyFile_WriteString(\" \", f) < 0)\n                goto error;\n        }\n        v = PyTuple_GET_ITEM(arg_tuple, i);\n        if (PyFile_WriteObject(v, f, Py_PRINT_RAW) < 0)\n            goto error;\n        if (PyString_Check(v)) {\n            char *s = PyString_AsString(v);\n            Py_ssize_t len = PyString_Size(v);\n            if (len > 0) {\n                switch (s[len-1]) {\n                    case ' ': break;\n                    case '\\f': case '\\r': case '\\n': case '\\t': case '\\v':\n                        PyFile_SoftSpace(f, 0);\n                        break;\n                    default:  break;\n                }\n            }\n        }\n    }\n    if (newline) {\n        if (PyFile_WriteString(\"\\n\", f) < 0)\n            goto error;\n        PyFile_SoftSpace(f, 0);\n    }\n    Py_DECREF(f);\n    return 0;\nerror:\n    Py_DECREF(f);\n    return -1;\n}\n#else\nstatic int __Pyx_Print(PyObject* stream, PyObject *arg_tuple, int newline) {\n    PyObject* kwargs = 0;\n    PyObject* result = 0;\n    PyObject* end_string;\n    if (unlikely(!__pyx_print)) {\n        __pyx_print = PyObject_GetAttr(__pyx_b, __pyx_n_s_print);\n        if (!__pyx_print)\n            return -1;\n    }\n    if (stream) {\n        kwargs = PyDict_New();\n        if (unlikely(!kwargs))\n            return -1;\n        if (unlikely(PyDict_SetItem(kwargs, __pyx_n_s_file, stream) < 0))\n            goto bad;\n        if (!newline) {\n            end_string = PyUnicode_FromStringAndSize(\" \", 1);\n            if (unlikely(!end_string))\n                goto bad;\n            if (PyDict_SetItem(kwargs, __pyx_n_s_end, end_string) < 0) {\n                Py_DECREF(end_string);\n                goto bad;\n            }\n            Py_DECREF(end_string);\n        }\n    } else if (!newline) {\n        if (unlikely(!__pyx_print_kwargs)) {\n            __pyx_print_kwargs = PyDict_New();\n            if (unlikely(!__pyx_print_kwargs))\n                return -1;\n            end_string = PyUnicode_FromStringAndSize(\" \", 1);\n            if (unlikely(!end_string))\n                return -1;\n            if (PyDict_SetItem(__pyx_print_kwargs, __pyx_n_s_end, end_string) < 0) {\n                Py_DECREF(end_string);\n                return -1;\n            }\n            Py_DECREF(end_string);\n        }\n        kwargs = __pyx_print_kwargs;\n    }\n    result = PyObject_Call(__pyx_print, arg_tuple, kwargs);\n    if (unlikely(kwargs) && (kwargs != __pyx_print_kwargs))\n        Py_DECREF(kwargs);\n    if (!result)\n        return -1;\n    Py_DECREF(result);\n    return 0;\nbad:\n    if (kwargs != __pyx_print_kwargs)\n        Py_XDECREF(kwargs);\n    return -1;\n}\n#endif\n\n/* MemviewDtypeToObject */\n  static CYTHON_INLINE PyObject *__pyx_memview_get_double(const char *itemp) {\n    return (PyObject *) PyFloat_FromDouble(*(double *) itemp);\n}\nstatic CYTHON_INLINE int __pyx_memview_set_double(const char *itemp, PyObject *obj) {\n    double value = __pyx_PyFloat_AsDouble(obj);\n    if ((value == (double)-1) && PyErr_Occurred())\n        return 0;\n    *(double *) itemp = value;\n    return 1;\n}\n\n/* CIntToPy */\n  static CYTHON_INLINE PyObject* __Pyx_PyInt_From_int(int value) {\n    const int neg_one = (int) ((int) 0 - (int) 1), const_zero = (int) 0;\n    const int is_unsigned = neg_one > const_zero;\n    if (is_unsigned) {\n        if (sizeof(int) < sizeof(long)) {\n            return PyInt_FromLong((long) value);\n        } else if (sizeof(int) <= sizeof(unsigned long)) {\n            return PyLong_FromUnsignedLong((unsigned long) value);\n#ifdef HAVE_LONG_LONG\n        } else if (sizeof(int) <= sizeof(unsigned PY_LONG_LONG)) {\n            return PyLong_FromUnsignedLongLong((unsigned PY_LONG_LONG) value);\n#endif\n        }\n    } else {\n        if (sizeof(int) <= sizeof(long)) {\n            return PyInt_FromLong((long) value);\n#ifdef HAVE_LONG_LONG\n        } else if (sizeof(int) <= sizeof(PY_LONG_LONG)) {\n            return PyLong_FromLongLong((PY_LONG_LONG) value);\n#endif\n        }\n    }\n    {\n        int one = 1; int little = (int)*(unsigned char *)&one;\n        unsigned char *bytes = (unsigned char *)&value;\n        return _PyLong_FromByteArray(bytes, sizeof(int),\n                                     little, !is_unsigned);\n    }\n}\n\n/* Declarations */\n  #if CYTHON_CCOMPLEX\n  #ifdef __cplusplus\n    static CYTHON_INLINE __pyx_t_float_complex __pyx_t_float_complex_from_parts(float x, float y) {\n      return ::std::complex< float >(x, y);\n    }\n  #else\n    static CYTHON_INLINE __pyx_t_float_complex __pyx_t_float_complex_from_parts(float x, float y) {\n      return x + y*(__pyx_t_float_complex)_Complex_I;\n    }\n  #endif\n#else\n    static CYTHON_INLINE __pyx_t_float_complex __pyx_t_float_complex_from_parts(float x, float y) {\n      __pyx_t_float_complex z;\n      z.real = x;\n      z.imag = y;\n      return z;\n    }\n#endif\n\n/* Arithmetic */\n  #if CYTHON_CCOMPLEX\n#else\n    static CYTHON_INLINE int __Pyx_c_eq_float(__pyx_t_float_complex a, __pyx_t_float_complex b) {\n       return (a.real == b.real) && (a.imag == b.imag);\n    }\n    static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_sum_float(__pyx_t_float_complex a, __pyx_t_float_complex b) {\n        __pyx_t_float_complex z;\n        z.real = a.real + b.real;\n        z.imag = a.imag + b.imag;\n        return z;\n    }\n    static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_diff_float(__pyx_t_float_complex a, __pyx_t_float_complex b) {\n        __pyx_t_float_complex z;\n        z.real = a.real - b.real;\n        z.imag = a.imag - b.imag;\n        return z;\n    }\n    static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_prod_float(__pyx_t_float_complex a, __pyx_t_float_complex b) {\n        __pyx_t_float_complex z;\n        z.real = a.real * b.real - a.imag * b.imag;\n        z.imag = a.real * b.imag + a.imag * b.real;\n        return z;\n    }\n    #if 1\n    static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_quot_float(__pyx_t_float_complex a, __pyx_t_float_complex b) {\n        if (b.imag == 0) {\n            return __pyx_t_float_complex_from_parts(a.real / b.real, a.imag / b.real);\n        } else if (fabsf(b.real) >= fabsf(b.imag)) {\n            if (b.real == 0 && b.imag == 0) {\n                return __pyx_t_float_complex_from_parts(a.real / b.real, a.imag / b.imag);\n            } else {\n                float r = b.imag / b.real;\n                float s = (float)(1.0) / (b.real + b.imag * r);\n                return __pyx_t_float_complex_from_parts(\n                    (a.real + a.imag * r) * s, (a.imag - a.real * r) * s);\n            }\n        } else {\n            float r = b.real / b.imag;\n            float s = (float)(1.0) / (b.imag + b.real * r);\n            return __pyx_t_float_complex_from_parts(\n                (a.real * r + a.imag) * s, (a.imag * r - a.real) * s);\n        }\n    }\n    #else\n    static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_quot_float(__pyx_t_float_complex a, __pyx_t_float_complex b) {\n        if (b.imag == 0) {\n            return __pyx_t_float_complex_from_parts(a.real / b.real, a.imag / b.real);\n        } else {\n            float denom = b.real * b.real + b.imag * b.imag;\n            return __pyx_t_float_complex_from_parts(\n                (a.real * b.real + a.imag * b.imag) / denom,\n                (a.imag * b.real - a.real * b.imag) / denom);\n        }\n    }\n    #endif\n    static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_neg_float(__pyx_t_float_complex a) {\n        __pyx_t_float_complex z;\n        z.real = -a.real;\n        z.imag = -a.imag;\n        return z;\n    }\n    static CYTHON_INLINE int __Pyx_c_is_zero_float(__pyx_t_float_complex a) {\n       return (a.real == 0) && (a.imag == 0);\n    }\n    static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_conj_float(__pyx_t_float_complex a) {\n        __pyx_t_float_complex z;\n        z.real =  a.real;\n        z.imag = -a.imag;\n        return z;\n    }\n    #if 1\n        static CYTHON_INLINE float __Pyx_c_abs_float(__pyx_t_float_complex z) {\n          #if !defined(HAVE_HYPOT) || defined(_MSC_VER)\n            return sqrtf(z.real*z.real + z.imag*z.imag);\n          #else\n            return hypotf(z.real, z.imag);\n          #endif\n        }\n        static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_pow_float(__pyx_t_float_complex a, __pyx_t_float_complex b) {\n            __pyx_t_float_complex z;\n            float r, lnr, theta, z_r, z_theta;\n            if (b.imag == 0 && b.real == (int)b.real) {\n                if (b.real < 0) {\n                    float denom = a.real * a.real + a.imag * a.imag;\n                    a.real = a.real / denom;\n                    a.imag = -a.imag / denom;\n                    b.real = -b.real;\n                }\n                switch ((int)b.real) {\n                    case 0:\n                        z.real = 1;\n                        z.imag = 0;\n                        return z;\n                    case 1:\n                        return a;\n                    case 2:\n                        return __Pyx_c_prod_float(a, a);\n                    case 3:\n                        z = __Pyx_c_prod_float(a, a);\n                        return __Pyx_c_prod_float(z, a);\n                    case 4:\n                        z = __Pyx_c_prod_float(a, a);\n                        return __Pyx_c_prod_float(z, z);\n                }\n            }\n            if (a.imag == 0) {\n                if (a.real == 0) {\n                    return a;\n                } else if (b.imag == 0) {\n                    z.real = powf(a.real, b.real);\n                    z.imag = 0;\n                    return z;\n                } else if (a.real > 0) {\n                    r = a.real;\n                    theta = 0;\n                } else {\n                    r = -a.real;\n                    theta = atan2f(0.0, -1.0);\n                }\n            } else {\n                r = __Pyx_c_abs_float(a);\n                theta = atan2f(a.imag, a.real);\n            }\n            lnr = logf(r);\n            z_r = expf(lnr * b.real - theta * b.imag);\n            z_theta = theta * b.real + lnr * b.imag;\n            z.real = z_r * cosf(z_theta);\n            z.imag = z_r * sinf(z_theta);\n            return z;\n        }\n    #endif\n#endif\n\n/* Declarations */\n  #if CYTHON_CCOMPLEX\n  #ifdef __cplusplus\n    static CYTHON_INLINE __pyx_t_double_complex __pyx_t_double_complex_from_parts(double x, double y) {\n      return ::std::complex< double >(x, y);\n    }\n  #else\n    static CYTHON_INLINE __pyx_t_double_complex __pyx_t_double_complex_from_parts(double x, double y) {\n      return x + y*(__pyx_t_double_complex)_Complex_I;\n    }\n  #endif\n#else\n    static CYTHON_INLINE __pyx_t_double_complex __pyx_t_double_complex_from_parts(double x, double y) {\n      __pyx_t_double_complex z;\n      z.real = x;\n      z.imag = y;\n      return z;\n    }\n#endif\n\n/* Arithmetic */\n  #if CYTHON_CCOMPLEX\n#else\n    static CYTHON_INLINE int __Pyx_c_eq_double(__pyx_t_double_complex a, __pyx_t_double_complex b) {\n       return (a.real == b.real) && (a.imag == b.imag);\n    }\n    static CYTHON_INLINE __pyx_t_double_complex __Pyx_c_sum_double(__pyx_t_double_complex a, __pyx_t_double_complex b) {\n        __pyx_t_double_complex z;\n        z.real = a.real + b.real;\n        z.imag = a.imag + b.imag;\n        return z;\n    }\n    static CYTHON_INLINE __pyx_t_double_complex __Pyx_c_diff_double(__pyx_t_double_complex a, __pyx_t_double_complex b) {\n        __pyx_t_double_complex z;\n        z.real = a.real - b.real;\n        z.imag = a.imag - b.imag;\n        return z;\n    }\n    static CYTHON_INLINE __pyx_t_double_complex __Pyx_c_prod_double(__pyx_t_double_complex a, __pyx_t_double_complex b) {\n        __pyx_t_double_complex z;\n        z.real = a.real * b.real - a.imag * b.imag;\n        z.imag = a.real * b.imag + a.imag * b.real;\n        return z;\n    }\n    #if 1\n    static CYTHON_INLINE __pyx_t_double_complex __Pyx_c_quot_double(__pyx_t_double_complex a, __pyx_t_double_complex b) {\n        if (b.imag == 0) {\n            return __pyx_t_double_complex_from_parts(a.real / b.real, a.imag / b.real);\n        } else if (fabs(b.real) >= fabs(b.imag)) {\n            if (b.real == 0 && b.imag == 0) {\n                return __pyx_t_double_complex_from_parts(a.real / b.real, a.imag / b.imag);\n            } else {\n                double r = b.imag / b.real;\n                double s = (double)(1.0) / (b.real + b.imag * r);\n                return __pyx_t_double_complex_from_parts(\n                    (a.real + a.imag * r) * s, (a.imag - a.real * r) * s);\n            }\n        } else {\n            double r = b.real / b.imag;\n            double s = (double)(1.0) / (b.imag + b.real * r);\n            return __pyx_t_double_complex_from_parts(\n                (a.real * r + a.imag) * s, (a.imag * r - a.real) * s);\n        }\n    }\n    #else\n    static CYTHON_INLINE __pyx_t_double_complex __Pyx_c_quot_double(__pyx_t_double_complex a, __pyx_t_double_complex b) {\n        if (b.imag == 0) {\n            return __pyx_t_double_complex_from_parts(a.real / b.real, a.imag / b.real);\n        } else {\n            double denom = b.real * b.real + b.imag * b.imag;\n            return __pyx_t_double_complex_from_parts(\n                (a.real * b.real + a.imag * b.imag) / denom,\n                (a.imag * b.real - a.real * b.imag) / denom);\n        }\n    }\n    #endif\n    static CYTHON_INLINE __pyx_t_double_complex __Pyx_c_neg_double(__pyx_t_double_complex a) {\n        __pyx_t_double_complex z;\n        z.real = -a.real;\n        z.imag = -a.imag;\n        return z;\n    }\n    static CYTHON_INLINE int __Pyx_c_is_zero_double(__pyx_t_double_complex a) {\n       return (a.real == 0) && (a.imag == 0);\n    }\n    static CYTHON_INLINE __pyx_t_double_complex __Pyx_c_conj_double(__pyx_t_double_complex a) {\n        __pyx_t_double_complex z;\n        z.real =  a.real;\n        z.imag = -a.imag;\n        return z;\n    }\n    #if 1\n        static CYTHON_INLINE double __Pyx_c_abs_double(__pyx_t_double_complex z) {\n          #if !defined(HAVE_HYPOT) || defined(_MSC_VER)\n            return sqrt(z.real*z.real + z.imag*z.imag);\n          #else\n            return hypot(z.real, z.imag);\n          #endif\n        }\n        static CYTHON_INLINE __pyx_t_double_complex __Pyx_c_pow_double(__pyx_t_double_complex a, __pyx_t_double_complex b) {\n            __pyx_t_double_complex z;\n            double r, lnr, theta, z_r, z_theta;\n            if (b.imag == 0 && b.real == (int)b.real) {\n                if (b.real < 0) {\n                    double denom = a.real * a.real + a.imag * a.imag;\n                    a.real = a.real / denom;\n                    a.imag = -a.imag / denom;\n                    b.real = -b.real;\n                }\n                switch ((int)b.real) {\n                    case 0:\n                        z.real = 1;\n                        z.imag = 0;\n                        return z;\n                    case 1:\n                        return a;\n                    case 2:\n                        return __Pyx_c_prod_double(a, a);\n                    case 3:\n                        z = __Pyx_c_prod_double(a, a);\n                        return __Pyx_c_prod_double(z, a);\n                    case 4:\n                        z = __Pyx_c_prod_double(a, a);\n                        return __Pyx_c_prod_double(z, z);\n                }\n            }\n            if (a.imag == 0) {\n                if (a.real == 0) {\n                    return a;\n                } else if (b.imag == 0) {\n                    z.real = pow(a.real, b.real);\n                    z.imag = 0;\n                    return z;\n                } else if (a.real > 0) {\n                    r = a.real;\n                    theta = 0;\n                } else {\n                    r = -a.real;\n                    theta = atan2(0.0, -1.0);\n                }\n            } else {\n                r = __Pyx_c_abs_double(a);\n                theta = atan2(a.imag, a.real);\n            }\n            lnr = log(r);\n            z_r = exp(lnr * b.real - theta * b.imag);\n            z_theta = theta * b.real + lnr * b.imag;\n            z.real = z_r * cos(z_theta);\n            z.imag = z_r * sin(z_theta);\n            return z;\n        }\n    #endif\n#endif\n\n/* MemviewSliceCopyTemplate */\n  static __Pyx_memviewslice\n__pyx_memoryview_copy_new_contig(const __Pyx_memviewslice *from_mvs,\n                                 const char *mode, int ndim,\n                                 size_t sizeof_dtype, int contig_flag,\n                                 int dtype_is_object)\n{\n    __Pyx_RefNannyDeclarations\n    int i;\n    __Pyx_memviewslice new_mvs = { 0, 0, { 0 }, { 0 }, { 0 } };\n    struct __pyx_memoryview_obj *from_memview = from_mvs->memview;\n    Py_buffer *buf = &from_memview->view;\n    PyObject *shape_tuple = NULL;\n    PyObject *temp_int = NULL;\n    struct __pyx_array_obj *array_obj = NULL;\n    struct __pyx_memoryview_obj *memview_obj = NULL;\n    __Pyx_RefNannySetupContext(\"__pyx_memoryview_copy_new_contig\", 0);\n    for (i = 0; i < ndim; i++) {\n        if (unlikely(from_mvs->suboffsets[i] >= 0)) {\n            PyErr_Format(PyExc_ValueError, \"Cannot copy memoryview slice with \"\n                                           \"indirect dimensions (axis %d)\", i);\n            goto fail;\n        }\n    }\n    shape_tuple = PyTuple_New(ndim);\n    if (unlikely(!shape_tuple)) {\n        goto fail;\n    }\n    __Pyx_GOTREF(shape_tuple);\n    for(i = 0; i < ndim; i++) {\n        temp_int = PyInt_FromSsize_t(from_mvs->shape[i]);\n        if(unlikely(!temp_int)) {\n            goto fail;\n        } else {\n            PyTuple_SET_ITEM(shape_tuple, i, temp_int);\n            temp_int = NULL;\n        }\n    }\n    array_obj = __pyx_array_new(shape_tuple, sizeof_dtype, buf->format, (char *) mode, NULL);\n    if (unlikely(!array_obj)) {\n        goto fail;\n    }\n    __Pyx_GOTREF(array_obj);\n    memview_obj = (struct __pyx_memoryview_obj *) __pyx_memoryview_new(\n                                    (PyObject *) array_obj, contig_flag,\n                                    dtype_is_object,\n                                    from_mvs->memview->typeinfo);\n    if (unlikely(!memview_obj))\n        goto fail;\n    if (unlikely(__Pyx_init_memviewslice(memview_obj, ndim, &new_mvs, 1) < 0))\n        goto fail;\n    if (unlikely(__pyx_memoryview_copy_contents(*from_mvs, new_mvs, ndim, ndim,\n                                                dtype_is_object) < 0))\n        goto fail;\n    goto no_fail;\nfail:\n    __Pyx_XDECREF(new_mvs.memview);\n    new_mvs.memview = NULL;\n    new_mvs.data = NULL;\nno_fail:\n    __Pyx_XDECREF(shape_tuple);\n    __Pyx_XDECREF(temp_int);\n    __Pyx_XDECREF(array_obj);\n    __Pyx_RefNannyFinishContext();\n    return new_mvs;\n}\n\n/* CIntFromPy */\n  static CYTHON_INLINE int __Pyx_PyInt_As_int(PyObject *x) {\n    const int neg_one = (int) ((int) 0 - (int) 1), const_zero = (int) 0;\n    const int is_unsigned = neg_one > const_zero;\n#if PY_MAJOR_VERSION < 3\n    if (likely(PyInt_Check(x))) {\n        if (sizeof(int) < sizeof(long)) {\n            __PYX_VERIFY_RETURN_INT(int, long, PyInt_AS_LONG(x))\n        } else {\n            long val = PyInt_AS_LONG(x);\n            if (is_unsigned && unlikely(val < 0)) {\n                goto raise_neg_overflow;\n            }\n            return (int) val;\n        }\n    } else\n#endif\n    if (likely(PyLong_Check(x))) {\n        if (is_unsigned) {\n#if CYTHON_USE_PYLONG_INTERNALS\n            const digit* digits = ((PyLongObject*)x)->ob_digit;\n            switch (Py_SIZE(x)) {\n                case  0: return (int) 0;\n                case  1: __PYX_VERIFY_RETURN_INT(int, digit, digits[0])\n                case 2:\n                    if (8 * sizeof(int) > 1 * PyLong_SHIFT) {\n                        if (8 * sizeof(unsigned long) > 2 * PyLong_SHIFT) {\n                            __PYX_VERIFY_RETURN_INT(int, unsigned long, (((((unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0])))\n                        } else if (8 * sizeof(int) >= 2 * PyLong_SHIFT) {\n                            return (int) (((((int)digits[1]) << PyLong_SHIFT) | (int)digits[0]));\n                        }\n                    }\n                    break;\n                case 3:\n                    if (8 * sizeof(int) > 2 * PyLong_SHIFT) {\n                        if (8 * sizeof(unsigned long) > 3 * PyLong_SHIFT) {\n                            __PYX_VERIFY_RETURN_INT(int, unsigned long, (((((((unsigned long)digits[2]) << PyLong_SHIFT) | (unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0])))\n                        } else if (8 * sizeof(int) >= 3 * PyLong_SHIFT) {\n                            return (int) (((((((int)digits[2]) << PyLong_SHIFT) | (int)digits[1]) << PyLong_SHIFT) | (int)digits[0]));\n                        }\n                    }\n                    break;\n                case 4:\n                    if (8 * sizeof(int) > 3 * PyLong_SHIFT) {\n                        if (8 * sizeof(unsigned long) > 4 * PyLong_SHIFT) {\n                            __PYX_VERIFY_RETURN_INT(int, unsigned long, (((((((((unsigned long)digits[3]) << PyLong_SHIFT) | (unsigned long)digits[2]) << PyLong_SHIFT) | (unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0])))\n                        } else if (8 * sizeof(int) >= 4 * PyLong_SHIFT) {\n                            return (int) (((((((((int)digits[3]) << PyLong_SHIFT) | (int)digits[2]) << PyLong_SHIFT) | (int)digits[1]) << PyLong_SHIFT) | (int)digits[0]));\n                        }\n                    }\n                    break;\n            }\n#endif\n#if CYTHON_COMPILING_IN_CPYTHON\n            if (unlikely(Py_SIZE(x) < 0)) {\n                goto raise_neg_overflow;\n            }\n#else\n            {\n                int result = PyObject_RichCompareBool(x, Py_False, Py_LT);\n                if (unlikely(result < 0))\n                    return (int) -1;\n                if (unlikely(result == 1))\n                    goto raise_neg_overflow;\n            }\n#endif\n            if (sizeof(int) <= sizeof(unsigned long)) {\n                __PYX_VERIFY_RETURN_INT_EXC(int, unsigned long, PyLong_AsUnsignedLong(x))\n#ifdef HAVE_LONG_LONG\n            } else if (sizeof(int) <= sizeof(unsigned PY_LONG_LONG)) {\n                __PYX_VERIFY_RETURN_INT_EXC(int, unsigned PY_LONG_LONG, PyLong_AsUnsignedLongLong(x))\n#endif\n            }\n        } else {\n#if CYTHON_USE_PYLONG_INTERNALS\n            const digit* digits = ((PyLongObject*)x)->ob_digit;\n            switch (Py_SIZE(x)) {\n                case  0: return (int) 0;\n                case -1: __PYX_VERIFY_RETURN_INT(int, sdigit, (sdigit) (-(sdigit)digits[0]))\n                case  1: __PYX_VERIFY_RETURN_INT(int,  digit, +digits[0])\n                case -2:\n                    if (8 * sizeof(int) - 1 > 1 * PyLong_SHIFT) {\n                        if (8 * sizeof(unsigned long) > 2 * PyLong_SHIFT) {\n                            __PYX_VERIFY_RETURN_INT(int, long, -(long) (((((unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0])))\n                        } else if (8 * sizeof(int) - 1 > 2 * PyLong_SHIFT) {\n                            return (int) (((int)-1)*(((((int)digits[1]) << PyLong_SHIFT) | (int)digits[0])));\n                        }\n                    }\n                    break;\n                case 2:\n                    if (8 * sizeof(int) > 1 * PyLong_SHIFT) {\n                        if (8 * sizeof(unsigned long) > 2 * PyLong_SHIFT) {\n                            __PYX_VERIFY_RETURN_INT(int, unsigned long, (((((unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0])))\n                        } else if (8 * sizeof(int) - 1 > 2 * PyLong_SHIFT) {\n                            return (int) ((((((int)digits[1]) << PyLong_SHIFT) | (int)digits[0])));\n                        }\n                    }\n                    break;\n                case -3:\n                    if (8 * sizeof(int) - 1 > 2 * PyLong_SHIFT) {\n                        if (8 * sizeof(unsigned long) > 3 * PyLong_SHIFT) {\n                            __PYX_VERIFY_RETURN_INT(int, long, -(long) (((((((unsigned long)digits[2]) << PyLong_SHIFT) | (unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0])))\n                        } else if (8 * sizeof(int) - 1 > 3 * PyLong_SHIFT) {\n                            return (int) (((int)-1)*(((((((int)digits[2]) << PyLong_SHIFT) | (int)digits[1]) << PyLong_SHIFT) | (int)digits[0])));\n                        }\n                    }\n                    break;\n                case 3:\n                    if (8 * sizeof(int) > 2 * PyLong_SHIFT) {\n                        if (8 * sizeof(unsigned long) > 3 * PyLong_SHIFT) {\n                            __PYX_VERIFY_RETURN_INT(int, unsigned long, (((((((unsigned long)digits[2]) << PyLong_SHIFT) | (unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0])))\n                        } else if (8 * sizeof(int) - 1 > 3 * PyLong_SHIFT) {\n                            return (int) ((((((((int)digits[2]) << PyLong_SHIFT) | (int)digits[1]) << PyLong_SHIFT) | (int)digits[0])));\n                        }\n                    }\n                    break;\n                case -4:\n                    if (8 * sizeof(int) - 1 > 3 * PyLong_SHIFT) {\n                        if (8 * sizeof(unsigned long) > 4 * PyLong_SHIFT) {\n                            __PYX_VERIFY_RETURN_INT(int, long, -(long) (((((((((unsigned long)digits[3]) << PyLong_SHIFT) | (unsigned long)digits[2]) << PyLong_SHIFT) | (unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0])))\n                        } else if (8 * sizeof(int) - 1 > 4 * PyLong_SHIFT) {\n                            return (int) (((int)-1)*(((((((((int)digits[3]) << PyLong_SHIFT) | (int)digits[2]) << PyLong_SHIFT) | (int)digits[1]) << PyLong_SHIFT) | (int)digits[0])));\n                        }\n                    }\n                    break;\n                case 4:\n                    if (8 * sizeof(int) > 3 * PyLong_SHIFT) {\n                        if (8 * sizeof(unsigned long) > 4 * PyLong_SHIFT) {\n                            __PYX_VERIFY_RETURN_INT(int, unsigned long, (((((((((unsigned long)digits[3]) << PyLong_SHIFT) | (unsigned long)digits[2]) << PyLong_SHIFT) | (unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0])))\n                        } else if (8 * sizeof(int) - 1 > 4 * PyLong_SHIFT) {\n                            return (int) ((((((((((int)digits[3]) << PyLong_SHIFT) | (int)digits[2]) << PyLong_SHIFT) | (int)digits[1]) << PyLong_SHIFT) | (int)digits[0])));\n                        }\n                    }\n                    break;\n            }\n#endif\n            if (sizeof(int) <= sizeof(long)) {\n                __PYX_VERIFY_RETURN_INT_EXC(int, long, PyLong_AsLong(x))\n#ifdef HAVE_LONG_LONG\n            } else if (sizeof(int) <= sizeof(PY_LONG_LONG)) {\n                __PYX_VERIFY_RETURN_INT_EXC(int, PY_LONG_LONG, PyLong_AsLongLong(x))\n#endif\n            }\n        }\n        {\n#if CYTHON_COMPILING_IN_PYPY && !defined(_PyLong_AsByteArray)\n            PyErr_SetString(PyExc_RuntimeError,\n                            \"_PyLong_AsByteArray() not available in PyPy, cannot convert large numbers\");\n#else\n            int val;\n            PyObject *v = __Pyx_PyNumber_IntOrLong(x);\n #if PY_MAJOR_VERSION < 3\n            if (likely(v) && !PyLong_Check(v)) {\n                PyObject *tmp = v;\n                v = PyNumber_Long(tmp);\n                Py_DECREF(tmp);\n            }\n #endif\n            if (likely(v)) {\n                int one = 1; int is_little = (int)*(unsigned char *)&one;\n                unsigned char *bytes = (unsigned char *)&val;\n                int ret = _PyLong_AsByteArray((PyLongObject *)v,\n                                              bytes, sizeof(val),\n                                              is_little, !is_unsigned);\n                Py_DECREF(v);\n                if (likely(!ret))\n                    return val;\n            }\n#endif\n            return (int) -1;\n        }\n    } else {\n        int val;\n        PyObject *tmp = __Pyx_PyNumber_IntOrLong(x);\n        if (!tmp) return (int) -1;\n        val = __Pyx_PyInt_As_int(tmp);\n        Py_DECREF(tmp);\n        return val;\n    }\nraise_overflow:\n    PyErr_SetString(PyExc_OverflowError,\n        \"value too large to convert to int\");\n    return (int) -1;\nraise_neg_overflow:\n    PyErr_SetString(PyExc_OverflowError,\n        \"can't convert negative value to int\");\n    return (int) -1;\n}\n\n/* CIntFromPy */\n  static CYTHON_INLINE size_t __Pyx_PyInt_As_size_t(PyObject *x) {\n    const size_t neg_one = (size_t) ((size_t) 0 - (size_t) 1), const_zero = (size_t) 0;\n    const int is_unsigned = neg_one > const_zero;\n#if PY_MAJOR_VERSION < 3\n    if (likely(PyInt_Check(x))) {\n        if (sizeof(size_t) < sizeof(long)) {\n            __PYX_VERIFY_RETURN_INT(size_t, long, PyInt_AS_LONG(x))\n        } else {\n            long val = PyInt_AS_LONG(x);\n            if (is_unsigned && unlikely(val < 0)) {\n                goto raise_neg_overflow;\n            }\n            return (size_t) val;\n        }\n    } else\n#endif\n    if (likely(PyLong_Check(x))) {\n        if (is_unsigned) {\n#if CYTHON_USE_PYLONG_INTERNALS\n            const digit* digits = ((PyLongObject*)x)->ob_digit;\n            switch (Py_SIZE(x)) {\n                case  0: return (size_t) 0;\n                case  1: __PYX_VERIFY_RETURN_INT(size_t, digit, digits[0])\n                case 2:\n                    if (8 * sizeof(size_t) > 1 * PyLong_SHIFT) {\n                        if (8 * sizeof(unsigned long) > 2 * PyLong_SHIFT) {\n                            __PYX_VERIFY_RETURN_INT(size_t, unsigned long, (((((unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0])))\n                        } else if (8 * sizeof(size_t) >= 2 * PyLong_SHIFT) {\n                            return (size_t) (((((size_t)digits[1]) << PyLong_SHIFT) | (size_t)digits[0]));\n                        }\n                    }\n                    break;\n                case 3:\n                    if (8 * sizeof(size_t) > 2 * PyLong_SHIFT) {\n                        if (8 * sizeof(unsigned long) > 3 * PyLong_SHIFT) {\n                            __PYX_VERIFY_RETURN_INT(size_t, unsigned long, (((((((unsigned long)digits[2]) << PyLong_SHIFT) | (unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0])))\n                        } else if (8 * sizeof(size_t) >= 3 * PyLong_SHIFT) {\n                            return (size_t) (((((((size_t)digits[2]) << PyLong_SHIFT) | (size_t)digits[1]) << PyLong_SHIFT) | (size_t)digits[0]));\n                        }\n                    }\n                    break;\n                case 4:\n                    if (8 * sizeof(size_t) > 3 * PyLong_SHIFT) {\n                        if (8 * sizeof(unsigned long) > 4 * PyLong_SHIFT) {\n                            __PYX_VERIFY_RETURN_INT(size_t, unsigned long, (((((((((unsigned long)digits[3]) << PyLong_SHIFT) | (unsigned long)digits[2]) << PyLong_SHIFT) | (unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0])))\n                        } else if (8 * sizeof(size_t) >= 4 * PyLong_SHIFT) {\n                            return (size_t) (((((((((size_t)digits[3]) << PyLong_SHIFT) | (size_t)digits[2]) << PyLong_SHIFT) | (size_t)digits[1]) << PyLong_SHIFT) | (size_t)digits[0]));\n                        }\n                    }\n                    break;\n            }\n#endif\n#if CYTHON_COMPILING_IN_CPYTHON\n            if (unlikely(Py_SIZE(x) < 0)) {\n                goto raise_neg_overflow;\n            }\n#else\n            {\n                int result = PyObject_RichCompareBool(x, Py_False, Py_LT);\n                if (unlikely(result < 0))\n                    return (size_t) -1;\n                if (unlikely(result == 1))\n                    goto raise_neg_overflow;\n            }\n#endif\n            if (sizeof(size_t) <= sizeof(unsigned long)) {\n                __PYX_VERIFY_RETURN_INT_EXC(size_t, unsigned long, PyLong_AsUnsignedLong(x))\n#ifdef HAVE_LONG_LONG\n            } else if (sizeof(size_t) <= sizeof(unsigned PY_LONG_LONG)) {\n                __PYX_VERIFY_RETURN_INT_EXC(size_t, unsigned PY_LONG_LONG, PyLong_AsUnsignedLongLong(x))\n#endif\n            }\n        } else {\n#if CYTHON_USE_PYLONG_INTERNALS\n            const digit* digits = ((PyLongObject*)x)->ob_digit;\n            switch (Py_SIZE(x)) {\n                case  0: return (size_t) 0;\n                case -1: __PYX_VERIFY_RETURN_INT(size_t, sdigit, (sdigit) (-(sdigit)digits[0]))\n                case  1: __PYX_VERIFY_RETURN_INT(size_t,  digit, +digits[0])\n                case -2:\n                    if (8 * sizeof(size_t) - 1 > 1 * PyLong_SHIFT) {\n                        if (8 * sizeof(unsigned long) > 2 * PyLong_SHIFT) {\n                            __PYX_VERIFY_RETURN_INT(size_t, long, -(long) (((((unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0])))\n                        } else if (8 * sizeof(size_t) - 1 > 2 * PyLong_SHIFT) {\n                            return (size_t) (((size_t)-1)*(((((size_t)digits[1]) << PyLong_SHIFT) | (size_t)digits[0])));\n                        }\n                    }\n                    break;\n                case 2:\n                    if (8 * sizeof(size_t) > 1 * PyLong_SHIFT) {\n                        if (8 * sizeof(unsigned long) > 2 * PyLong_SHIFT) {\n                            __PYX_VERIFY_RETURN_INT(size_t, unsigned long, (((((unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0])))\n                        } else if (8 * sizeof(size_t) - 1 > 2 * PyLong_SHIFT) {\n                            return (size_t) ((((((size_t)digits[1]) << PyLong_SHIFT) | (size_t)digits[0])));\n                        }\n                    }\n                    break;\n                case -3:\n                    if (8 * sizeof(size_t) - 1 > 2 * PyLong_SHIFT) {\n                        if (8 * sizeof(unsigned long) > 3 * PyLong_SHIFT) {\n                            __PYX_VERIFY_RETURN_INT(size_t, long, -(long) (((((((unsigned long)digits[2]) << PyLong_SHIFT) | (unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0])))\n                        } else if (8 * sizeof(size_t) - 1 > 3 * PyLong_SHIFT) {\n                            return (size_t) (((size_t)-1)*(((((((size_t)digits[2]) << PyLong_SHIFT) | (size_t)digits[1]) << PyLong_SHIFT) | (size_t)digits[0])));\n                        }\n                    }\n                    break;\n                case 3:\n                    if (8 * sizeof(size_t) > 2 * PyLong_SHIFT) {\n                        if (8 * sizeof(unsigned long) > 3 * PyLong_SHIFT) {\n                            __PYX_VERIFY_RETURN_INT(size_t, unsigned long, (((((((unsigned long)digits[2]) << PyLong_SHIFT) | (unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0])))\n                        } else if (8 * sizeof(size_t) - 1 > 3 * PyLong_SHIFT) {\n                            return (size_t) ((((((((size_t)digits[2]) << PyLong_SHIFT) | (size_t)digits[1]) << PyLong_SHIFT) | (size_t)digits[0])));\n                        }\n                    }\n                    break;\n                case -4:\n                    if (8 * sizeof(size_t) - 1 > 3 * PyLong_SHIFT) {\n                        if (8 * sizeof(unsigned long) > 4 * PyLong_SHIFT) {\n                            __PYX_VERIFY_RETURN_INT(size_t, long, -(long) (((((((((unsigned long)digits[3]) << PyLong_SHIFT) | (unsigned long)digits[2]) << PyLong_SHIFT) | (unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0])))\n                        } else if (8 * sizeof(size_t) - 1 > 4 * PyLong_SHIFT) {\n                            return (size_t) (((size_t)-1)*(((((((((size_t)digits[3]) << PyLong_SHIFT) | (size_t)digits[2]) << PyLong_SHIFT) | (size_t)digits[1]) << PyLong_SHIFT) | (size_t)digits[0])));\n                        }\n                    }\n                    break;\n                case 4:\n                    if (8 * sizeof(size_t) > 3 * PyLong_SHIFT) {\n                        if (8 * sizeof(unsigned long) > 4 * PyLong_SHIFT) {\n                            __PYX_VERIFY_RETURN_INT(size_t, unsigned long, (((((((((unsigned long)digits[3]) << PyLong_SHIFT) | (unsigned long)digits[2]) << PyLong_SHIFT) | (unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0])))\n                        } else if (8 * sizeof(size_t) - 1 > 4 * PyLong_SHIFT) {\n                            return (size_t) ((((((((((size_t)digits[3]) << PyLong_SHIFT) | (size_t)digits[2]) << PyLong_SHIFT) | (size_t)digits[1]) << PyLong_SHIFT) | (size_t)digits[0])));\n                        }\n                    }\n                    break;\n            }\n#endif\n            if (sizeof(size_t) <= sizeof(long)) {\n                __PYX_VERIFY_RETURN_INT_EXC(size_t, long, PyLong_AsLong(x))\n#ifdef HAVE_LONG_LONG\n            } else if (sizeof(size_t) <= sizeof(PY_LONG_LONG)) {\n                __PYX_VERIFY_RETURN_INT_EXC(size_t, PY_LONG_LONG, PyLong_AsLongLong(x))\n#endif\n            }\n        }\n        {\n#if CYTHON_COMPILING_IN_PYPY && !defined(_PyLong_AsByteArray)\n            PyErr_SetString(PyExc_RuntimeError,\n                            \"_PyLong_AsByteArray() not available in PyPy, cannot convert large numbers\");\n#else\n            size_t val;\n            PyObject *v = __Pyx_PyNumber_IntOrLong(x);\n #if PY_MAJOR_VERSION < 3\n            if (likely(v) && !PyLong_Check(v)) {\n                PyObject *tmp = v;\n                v = PyNumber_Long(tmp);\n                Py_DECREF(tmp);\n            }\n #endif\n            if (likely(v)) {\n                int one = 1; int is_little = (int)*(unsigned char *)&one;\n                unsigned char *bytes = (unsigned char *)&val;\n                int ret = _PyLong_AsByteArray((PyLongObject *)v,\n                                              bytes, sizeof(val),\n                                              is_little, !is_unsigned);\n                Py_DECREF(v);\n                if (likely(!ret))\n                    return val;\n            }\n#endif\n            return (size_t) -1;\n        }\n    } else {\n        size_t val;\n        PyObject *tmp = __Pyx_PyNumber_IntOrLong(x);\n        if (!tmp) return (size_t) -1;\n        val = __Pyx_PyInt_As_size_t(tmp);\n        Py_DECREF(tmp);\n        return val;\n    }\nraise_overflow:\n    PyErr_SetString(PyExc_OverflowError,\n        \"value too large to convert to size_t\");\n    return (size_t) -1;\nraise_neg_overflow:\n    PyErr_SetString(PyExc_OverflowError,\n        \"can't convert negative value to size_t\");\n    return (size_t) -1;\n}\n\n/* PrintOne */\n  #if !CYTHON_COMPILING_IN_PYPY && PY_MAJOR_VERSION < 3\nstatic int __Pyx_PrintOne(PyObject* f, PyObject *o) {\n    if (!f) {\n        if (!(f = __Pyx_GetStdout()))\n            return -1;\n    }\n    Py_INCREF(f);\n    if (PyFile_SoftSpace(f, 0)) {\n        if (PyFile_WriteString(\" \", f) < 0)\n            goto error;\n    }\n    if (PyFile_WriteObject(o, f, Py_PRINT_RAW) < 0)\n        goto error;\n    if (PyFile_WriteString(\"\\n\", f) < 0)\n        goto error;\n    Py_DECREF(f);\n    return 0;\nerror:\n    Py_DECREF(f);\n    return -1;\n    /* the line below is just to avoid C compiler\n     * warnings about unused functions */\n    return __Pyx_Print(f, NULL, 0);\n}\n#else\nstatic int __Pyx_PrintOne(PyObject* stream, PyObject *o) {\n    int res;\n    PyObject* arg_tuple = PyTuple_Pack(1, o);\n    if (unlikely(!arg_tuple))\n        return -1;\n    res = __Pyx_Print(stream, arg_tuple, 1);\n    Py_DECREF(arg_tuple);\n    return res;\n}\n#endif\n\n/* CIntFromPy */\n  static CYTHON_INLINE long __Pyx_PyInt_As_long(PyObject *x) {\n    const long neg_one = (long) ((long) 0 - (long) 1), const_zero = (long) 0;\n    const int is_unsigned = neg_one > const_zero;\n#if PY_MAJOR_VERSION < 3\n    if (likely(PyInt_Check(x))) {\n        if (sizeof(long) < sizeof(long)) {\n            __PYX_VERIFY_RETURN_INT(long, long, PyInt_AS_LONG(x))\n        } else {\n            long val = PyInt_AS_LONG(x);\n            if (is_unsigned && unlikely(val < 0)) {\n                goto raise_neg_overflow;\n            }\n            return (long) val;\n        }\n    } else\n#endif\n    if (likely(PyLong_Check(x))) {\n        if (is_unsigned) {\n#if CYTHON_USE_PYLONG_INTERNALS\n            const digit* digits = ((PyLongObject*)x)->ob_digit;\n            switch (Py_SIZE(x)) {\n                case  0: return (long) 0;\n                case  1: __PYX_VERIFY_RETURN_INT(long, digit, digits[0])\n                case 2:\n                    if (8 * sizeof(long) > 1 * PyLong_SHIFT) {\n                        if (8 * sizeof(unsigned long) > 2 * PyLong_SHIFT) {\n                            __PYX_VERIFY_RETURN_INT(long, unsigned long, (((((unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0])))\n                        } else if (8 * sizeof(long) >= 2 * PyLong_SHIFT) {\n                            return (long) (((((long)digits[1]) << PyLong_SHIFT) | (long)digits[0]));\n                        }\n                    }\n                    break;\n                case 3:\n                    if (8 * sizeof(long) > 2 * PyLong_SHIFT) {\n                        if (8 * sizeof(unsigned long) > 3 * PyLong_SHIFT) {\n                            __PYX_VERIFY_RETURN_INT(long, unsigned long, (((((((unsigned long)digits[2]) << PyLong_SHIFT) | (unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0])))\n                        } else if (8 * sizeof(long) >= 3 * PyLong_SHIFT) {\n                            return (long) (((((((long)digits[2]) << PyLong_SHIFT) | (long)digits[1]) << PyLong_SHIFT) | (long)digits[0]));\n                        }\n                    }\n                    break;\n                case 4:\n                    if (8 * sizeof(long) > 3 * PyLong_SHIFT) {\n                        if (8 * sizeof(unsigned long) > 4 * PyLong_SHIFT) {\n                            __PYX_VERIFY_RETURN_INT(long, unsigned long, (((((((((unsigned long)digits[3]) << PyLong_SHIFT) | (unsigned long)digits[2]) << PyLong_SHIFT) | (unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0])))\n                        } else if (8 * sizeof(long) >= 4 * PyLong_SHIFT) {\n                            return (long) (((((((((long)digits[3]) << PyLong_SHIFT) | (long)digits[2]) << PyLong_SHIFT) | (long)digits[1]) << PyLong_SHIFT) | (long)digits[0]));\n                        }\n                    }\n                    break;\n            }\n#endif\n#if CYTHON_COMPILING_IN_CPYTHON\n            if (unlikely(Py_SIZE(x) < 0)) {\n                goto raise_neg_overflow;\n            }\n#else\n            {\n                int result = PyObject_RichCompareBool(x, Py_False, Py_LT);\n                if (unlikely(result < 0))\n                    return (long) -1;\n                if (unlikely(result == 1))\n                    goto raise_neg_overflow;\n            }\n#endif\n            if (sizeof(long) <= sizeof(unsigned long)) {\n                __PYX_VERIFY_RETURN_INT_EXC(long, unsigned long, PyLong_AsUnsignedLong(x))\n#ifdef HAVE_LONG_LONG\n            } else if (sizeof(long) <= sizeof(unsigned PY_LONG_LONG)) {\n                __PYX_VERIFY_RETURN_INT_EXC(long, unsigned PY_LONG_LONG, PyLong_AsUnsignedLongLong(x))\n#endif\n            }\n        } else {\n#if CYTHON_USE_PYLONG_INTERNALS\n            const digit* digits = ((PyLongObject*)x)->ob_digit;\n            switch (Py_SIZE(x)) {\n                case  0: return (long) 0;\n                case -1: __PYX_VERIFY_RETURN_INT(long, sdigit, (sdigit) (-(sdigit)digits[0]))\n                case  1: __PYX_VERIFY_RETURN_INT(long,  digit, +digits[0])\n                case -2:\n                    if (8 * sizeof(long) - 1 > 1 * PyLong_SHIFT) {\n                        if (8 * sizeof(unsigned long) > 2 * PyLong_SHIFT) {\n                            __PYX_VERIFY_RETURN_INT(long, long, -(long) (((((unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0])))\n                        } else if (8 * sizeof(long) - 1 > 2 * PyLong_SHIFT) {\n                            return (long) (((long)-1)*(((((long)digits[1]) << PyLong_SHIFT) | (long)digits[0])));\n                        }\n                    }\n                    break;\n                case 2:\n                    if (8 * sizeof(long) > 1 * PyLong_SHIFT) {\n                        if (8 * sizeof(unsigned long) > 2 * PyLong_SHIFT) {\n                            __PYX_VERIFY_RETURN_INT(long, unsigned long, (((((unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0])))\n                        } else if (8 * sizeof(long) - 1 > 2 * PyLong_SHIFT) {\n                            return (long) ((((((long)digits[1]) << PyLong_SHIFT) | (long)digits[0])));\n                        }\n                    }\n                    break;\n                case -3:\n                    if (8 * sizeof(long) - 1 > 2 * PyLong_SHIFT) {\n                        if (8 * sizeof(unsigned long) > 3 * PyLong_SHIFT) {\n                            __PYX_VERIFY_RETURN_INT(long, long, -(long) (((((((unsigned long)digits[2]) << PyLong_SHIFT) | (unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0])))\n                        } else if (8 * sizeof(long) - 1 > 3 * PyLong_SHIFT) {\n                            return (long) (((long)-1)*(((((((long)digits[2]) << PyLong_SHIFT) | (long)digits[1]) << PyLong_SHIFT) | (long)digits[0])));\n                        }\n                    }\n                    break;\n                case 3:\n                    if (8 * sizeof(long) > 2 * PyLong_SHIFT) {\n                        if (8 * sizeof(unsigned long) > 3 * PyLong_SHIFT) {\n                            __PYX_VERIFY_RETURN_INT(long, unsigned long, (((((((unsigned long)digits[2]) << PyLong_SHIFT) | (unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0])))\n                        } else if (8 * sizeof(long) - 1 > 3 * PyLong_SHIFT) {\n                            return (long) ((((((((long)digits[2]) << PyLong_SHIFT) | (long)digits[1]) << PyLong_SHIFT) | (long)digits[0])));\n                        }\n                    }\n                    break;\n                case -4:\n                    if (8 * sizeof(long) - 1 > 3 * PyLong_SHIFT) {\n                        if (8 * sizeof(unsigned long) > 4 * PyLong_SHIFT) {\n                            __PYX_VERIFY_RETURN_INT(long, long, -(long) (((((((((unsigned long)digits[3]) << PyLong_SHIFT) | (unsigned long)digits[2]) << PyLong_SHIFT) | (unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0])))\n                        } else if (8 * sizeof(long) - 1 > 4 * PyLong_SHIFT) {\n                            return (long) (((long)-1)*(((((((((long)digits[3]) << PyLong_SHIFT) | (long)digits[2]) << PyLong_SHIFT) | (long)digits[1]) << PyLong_SHIFT) | (long)digits[0])));\n                        }\n                    }\n                    break;\n                case 4:\n                    if (8 * sizeof(long) > 3 * PyLong_SHIFT) {\n                        if (8 * sizeof(unsigned long) > 4 * PyLong_SHIFT) {\n                            __PYX_VERIFY_RETURN_INT(long, unsigned long, (((((((((unsigned long)digits[3]) << PyLong_SHIFT) | (unsigned long)digits[2]) << PyLong_SHIFT) | (unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0])))\n                        } else if (8 * sizeof(long) - 1 > 4 * PyLong_SHIFT) {\n                            return (long) ((((((((((long)digits[3]) << PyLong_SHIFT) | (long)digits[2]) << PyLong_SHIFT) | (long)digits[1]) << PyLong_SHIFT) | (long)digits[0])));\n                        }\n                    }\n                    break;\n            }\n#endif\n            if (sizeof(long) <= sizeof(long)) {\n                __PYX_VERIFY_RETURN_INT_EXC(long, long, PyLong_AsLong(x))\n#ifdef HAVE_LONG_LONG\n            } else if (sizeof(long) <= sizeof(PY_LONG_LONG)) {\n                __PYX_VERIFY_RETURN_INT_EXC(long, PY_LONG_LONG, PyLong_AsLongLong(x))\n#endif\n            }\n        }\n        {\n#if CYTHON_COMPILING_IN_PYPY && !defined(_PyLong_AsByteArray)\n            PyErr_SetString(PyExc_RuntimeError,\n                            \"_PyLong_AsByteArray() not available in PyPy, cannot convert large numbers\");\n#else\n            long val;\n            PyObject *v = __Pyx_PyNumber_IntOrLong(x);\n #if PY_MAJOR_VERSION < 3\n            if (likely(v) && !PyLong_Check(v)) {\n                PyObject *tmp = v;\n                v = PyNumber_Long(tmp);\n                Py_DECREF(tmp);\n            }\n #endif\n            if (likely(v)) {\n                int one = 1; int is_little = (int)*(unsigned char *)&one;\n                unsigned char *bytes = (unsigned char *)&val;\n                int ret = _PyLong_AsByteArray((PyLongObject *)v,\n                                              bytes, sizeof(val),\n                                              is_little, !is_unsigned);\n                Py_DECREF(v);\n                if (likely(!ret))\n                    return val;\n            }\n#endif\n            return (long) -1;\n        }\n    } else {\n        long val;\n        PyObject *tmp = __Pyx_PyNumber_IntOrLong(x);\n        if (!tmp) return (long) -1;\n        val = __Pyx_PyInt_As_long(tmp);\n        Py_DECREF(tmp);\n        return val;\n    }\nraise_overflow:\n    PyErr_SetString(PyExc_OverflowError,\n        \"value too large to convert to long\");\n    return (long) -1;\nraise_neg_overflow:\n    PyErr_SetString(PyExc_OverflowError,\n        \"can't convert negative value to long\");\n    return (long) -1;\n}\n\n/* CIntToPy */\n  static CYTHON_INLINE PyObject* __Pyx_PyInt_From_long(long value) {\n    const long neg_one = (long) ((long) 0 - (long) 1), const_zero = (long) 0;\n    const int is_unsigned = neg_one > const_zero;\n    if (is_unsigned) {\n        if (sizeof(long) < sizeof(long)) {\n            return PyInt_FromLong((long) value);\n        } else if (sizeof(long) <= sizeof(unsigned long)) {\n            return PyLong_FromUnsignedLong((unsigned long) value);\n#ifdef HAVE_LONG_LONG\n        } else if (sizeof(long) <= sizeof(unsigned PY_LONG_LONG)) {\n            return PyLong_FromUnsignedLongLong((unsigned PY_LONG_LONG) value);\n#endif\n        }\n    } else {\n        if (sizeof(long) <= sizeof(long)) {\n            return PyInt_FromLong((long) value);\n#ifdef HAVE_LONG_LONG\n        } else if (sizeof(long) <= sizeof(PY_LONG_LONG)) {\n            return PyLong_FromLongLong((PY_LONG_LONG) value);\n#endif\n        }\n    }\n    {\n        int one = 1; int little = (int)*(unsigned char *)&one;\n        unsigned char *bytes = (unsigned char *)&value;\n        return _PyLong_FromByteArray(bytes, sizeof(long),\n                                     little, !is_unsigned);\n    }\n}\n\n/* CIntFromPy */\n  static CYTHON_INLINE char __Pyx_PyInt_As_char(PyObject *x) {\n    const char neg_one = (char) ((char) 0 - (char) 1), const_zero = (char) 0;\n    const int is_unsigned = neg_one > const_zero;\n#if PY_MAJOR_VERSION < 3\n    if (likely(PyInt_Check(x))) {\n        if (sizeof(char) < sizeof(long)) {\n            __PYX_VERIFY_RETURN_INT(char, long, PyInt_AS_LONG(x))\n        } else {\n            long val = PyInt_AS_LONG(x);\n            if (is_unsigned && unlikely(val < 0)) {\n                goto raise_neg_overflow;\n            }\n            return (char) val;\n        }\n    } else\n#endif\n    if (likely(PyLong_Check(x))) {\n        if (is_unsigned) {\n#if CYTHON_USE_PYLONG_INTERNALS\n            const digit* digits = ((PyLongObject*)x)->ob_digit;\n            switch (Py_SIZE(x)) {\n                case  0: return (char) 0;\n                case  1: __PYX_VERIFY_RETURN_INT(char, digit, digits[0])\n                case 2:\n                    if (8 * sizeof(char) > 1 * PyLong_SHIFT) {\n                        if (8 * sizeof(unsigned long) > 2 * PyLong_SHIFT) {\n                            __PYX_VERIFY_RETURN_INT(char, unsigned long, (((((unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0])))\n                        } else if (8 * sizeof(char) >= 2 * PyLong_SHIFT) {\n                            return (char) (((((char)digits[1]) << PyLong_SHIFT) | (char)digits[0]));\n                        }\n                    }\n                    break;\n                case 3:\n                    if (8 * sizeof(char) > 2 * PyLong_SHIFT) {\n                        if (8 * sizeof(unsigned long) > 3 * PyLong_SHIFT) {\n                            __PYX_VERIFY_RETURN_INT(char, unsigned long, (((((((unsigned long)digits[2]) << PyLong_SHIFT) | (unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0])))\n                        } else if (8 * sizeof(char) >= 3 * PyLong_SHIFT) {\n                            return (char) (((((((char)digits[2]) << PyLong_SHIFT) | (char)digits[1]) << PyLong_SHIFT) | (char)digits[0]));\n                        }\n                    }\n                    break;\n                case 4:\n                    if (8 * sizeof(char) > 3 * PyLong_SHIFT) {\n                        if (8 * sizeof(unsigned long) > 4 * PyLong_SHIFT) {\n                            __PYX_VERIFY_RETURN_INT(char, unsigned long, (((((((((unsigned long)digits[3]) << PyLong_SHIFT) | (unsigned long)digits[2]) << PyLong_SHIFT) | (unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0])))\n                        } else if (8 * sizeof(char) >= 4 * PyLong_SHIFT) {\n                            return (char) (((((((((char)digits[3]) << PyLong_SHIFT) | (char)digits[2]) << PyLong_SHIFT) | (char)digits[1]) << PyLong_SHIFT) | (char)digits[0]));\n                        }\n                    }\n                    break;\n            }\n#endif\n#if CYTHON_COMPILING_IN_CPYTHON\n            if (unlikely(Py_SIZE(x) < 0)) {\n                goto raise_neg_overflow;\n            }\n#else\n            {\n                int result = PyObject_RichCompareBool(x, Py_False, Py_LT);\n                if (unlikely(result < 0))\n                    return (char) -1;\n                if (unlikely(result == 1))\n                    goto raise_neg_overflow;\n            }\n#endif\n            if (sizeof(char) <= sizeof(unsigned long)) {\n                __PYX_VERIFY_RETURN_INT_EXC(char, unsigned long, PyLong_AsUnsignedLong(x))\n#ifdef HAVE_LONG_LONG\n            } else if (sizeof(char) <= sizeof(unsigned PY_LONG_LONG)) {\n                __PYX_VERIFY_RETURN_INT_EXC(char, unsigned PY_LONG_LONG, PyLong_AsUnsignedLongLong(x))\n#endif\n            }\n        } else {\n#if CYTHON_USE_PYLONG_INTERNALS\n            const digit* digits = ((PyLongObject*)x)->ob_digit;\n            switch (Py_SIZE(x)) {\n                case  0: return (char) 0;\n                case -1: __PYX_VERIFY_RETURN_INT(char, sdigit, (sdigit) (-(sdigit)digits[0]))\n                case  1: __PYX_VERIFY_RETURN_INT(char,  digit, +digits[0])\n                case -2:\n                    if (8 * sizeof(char) - 1 > 1 * PyLong_SHIFT) {\n                        if (8 * sizeof(unsigned long) > 2 * PyLong_SHIFT) {\n                            __PYX_VERIFY_RETURN_INT(char, long, -(long) (((((unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0])))\n                        } else if (8 * sizeof(char) - 1 > 2 * PyLong_SHIFT) {\n                            return (char) (((char)-1)*(((((char)digits[1]) << PyLong_SHIFT) | (char)digits[0])));\n                        }\n                    }\n                    break;\n                case 2:\n                    if (8 * sizeof(char) > 1 * PyLong_SHIFT) {\n                        if (8 * sizeof(unsigned long) > 2 * PyLong_SHIFT) {\n                            __PYX_VERIFY_RETURN_INT(char, unsigned long, (((((unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0])))\n                        } else if (8 * sizeof(char) - 1 > 2 * PyLong_SHIFT) {\n                            return (char) ((((((char)digits[1]) << PyLong_SHIFT) | (char)digits[0])));\n                        }\n                    }\n                    break;\n                case -3:\n                    if (8 * sizeof(char) - 1 > 2 * PyLong_SHIFT) {\n                        if (8 * sizeof(unsigned long) > 3 * PyLong_SHIFT) {\n                            __PYX_VERIFY_RETURN_INT(char, long, -(long) (((((((unsigned long)digits[2]) << PyLong_SHIFT) | (unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0])))\n                        } else if (8 * sizeof(char) - 1 > 3 * PyLong_SHIFT) {\n                            return (char) (((char)-1)*(((((((char)digits[2]) << PyLong_SHIFT) | (char)digits[1]) << PyLong_SHIFT) | (char)digits[0])));\n                        }\n                    }\n                    break;\n                case 3:\n                    if (8 * sizeof(char) > 2 * PyLong_SHIFT) {\n                        if (8 * sizeof(unsigned long) > 3 * PyLong_SHIFT) {\n                            __PYX_VERIFY_RETURN_INT(char, unsigned long, (((((((unsigned long)digits[2]) << PyLong_SHIFT) | (unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0])))\n                        } else if (8 * sizeof(char) - 1 > 3 * PyLong_SHIFT) {\n                            return (char) ((((((((char)digits[2]) << PyLong_SHIFT) | (char)digits[1]) << PyLong_SHIFT) | (char)digits[0])));\n                        }\n                    }\n                    break;\n                case -4:\n                    if (8 * sizeof(char) - 1 > 3 * PyLong_SHIFT) {\n                        if (8 * sizeof(unsigned long) > 4 * PyLong_SHIFT) {\n                            __PYX_VERIFY_RETURN_INT(char, long, -(long) (((((((((unsigned long)digits[3]) << PyLong_SHIFT) | (unsigned long)digits[2]) << PyLong_SHIFT) | (unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0])))\n                        } else if (8 * sizeof(char) - 1 > 4 * PyLong_SHIFT) {\n                            return (char) (((char)-1)*(((((((((char)digits[3]) << PyLong_SHIFT) | (char)digits[2]) << PyLong_SHIFT) | (char)digits[1]) << PyLong_SHIFT) | (char)digits[0])));\n                        }\n                    }\n                    break;\n                case 4:\n                    if (8 * sizeof(char) > 3 * PyLong_SHIFT) {\n                        if (8 * sizeof(unsigned long) > 4 * PyLong_SHIFT) {\n                            __PYX_VERIFY_RETURN_INT(char, unsigned long, (((((((((unsigned long)digits[3]) << PyLong_SHIFT) | (unsigned long)digits[2]) << PyLong_SHIFT) | (unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0])))\n                        } else if (8 * sizeof(char) - 1 > 4 * PyLong_SHIFT) {\n                            return (char) ((((((((((char)digits[3]) << PyLong_SHIFT) | (char)digits[2]) << PyLong_SHIFT) | (char)digits[1]) << PyLong_SHIFT) | (char)digits[0])));\n                        }\n                    }\n                    break;\n            }\n#endif\n            if (sizeof(char) <= sizeof(long)) {\n                __PYX_VERIFY_RETURN_INT_EXC(char, long, PyLong_AsLong(x))\n#ifdef HAVE_LONG_LONG\n            } else if (sizeof(char) <= sizeof(PY_LONG_LONG)) {\n                __PYX_VERIFY_RETURN_INT_EXC(char, PY_LONG_LONG, PyLong_AsLongLong(x))\n#endif\n            }\n        }\n        {\n#if CYTHON_COMPILING_IN_PYPY && !defined(_PyLong_AsByteArray)\n            PyErr_SetString(PyExc_RuntimeError,\n                            \"_PyLong_AsByteArray() not available in PyPy, cannot convert large numbers\");\n#else\n            char val;\n            PyObject *v = __Pyx_PyNumber_IntOrLong(x);\n #if PY_MAJOR_VERSION < 3\n            if (likely(v) && !PyLong_Check(v)) {\n                PyObject *tmp = v;\n                v = PyNumber_Long(tmp);\n                Py_DECREF(tmp);\n            }\n #endif\n            if (likely(v)) {\n                int one = 1; int is_little = (int)*(unsigned char *)&one;\n                unsigned char *bytes = (unsigned char *)&val;\n                int ret = _PyLong_AsByteArray((PyLongObject *)v,\n                                              bytes, sizeof(val),\n                                              is_little, !is_unsigned);\n                Py_DECREF(v);\n                if (likely(!ret))\n                    return val;\n            }\n#endif\n            return (char) -1;\n        }\n    } else {\n        char val;\n        PyObject *tmp = __Pyx_PyNumber_IntOrLong(x);\n        if (!tmp) return (char) -1;\n        val = __Pyx_PyInt_As_char(tmp);\n        Py_DECREF(tmp);\n        return val;\n    }\nraise_overflow:\n    PyErr_SetString(PyExc_OverflowError,\n        \"value too large to convert to char\");\n    return (char) -1;\nraise_neg_overflow:\n    PyErr_SetString(PyExc_OverflowError,\n        \"can't convert negative value to char\");\n    return (char) -1;\n}\n\n/* CheckBinaryVersion */\n  static int __Pyx_check_binary_version(void) {\n    char ctversion[4], rtversion[4];\n    PyOS_snprintf(ctversion, 4, \"%d.%d\", PY_MAJOR_VERSION, PY_MINOR_VERSION);\n    PyOS_snprintf(rtversion, 4, \"%s\", Py_GetVersion());\n    if (ctversion[0] != rtversion[0] || ctversion[2] != rtversion[2]) {\n        char message[200];\n        PyOS_snprintf(message, sizeof(message),\n                      \"compiletime version %s of module '%.100s' \"\n                      \"does not match runtime version %s\",\n                      ctversion, __Pyx_MODULE_NAME, rtversion);\n        return PyErr_WarnEx(NULL, message, 1);\n    }\n    return 0;\n}\n\n/* InitStrings */\n  static int __Pyx_InitStrings(__Pyx_StringTabEntry *t) {\n    while (t->p) {\n        #if PY_MAJOR_VERSION < 3\n        if (t->is_unicode) {\n            *t->p = PyUnicode_DecodeUTF8(t->s, t->n - 1, NULL);\n        } else if (t->intern) {\n            *t->p = PyString_InternFromString(t->s);\n        } else {\n            *t->p = PyString_FromStringAndSize(t->s, t->n - 1);\n        }\n        #else\n        if (t->is_unicode | t->is_str) {\n            if (t->intern) {\n                *t->p = PyUnicode_InternFromString(t->s);\n            } else if (t->encoding) {\n                *t->p = PyUnicode_Decode(t->s, t->n - 1, t->encoding, NULL);\n            } else {\n                *t->p = PyUnicode_FromStringAndSize(t->s, t->n - 1);\n            }\n        } else {\n            *t->p = PyBytes_FromStringAndSize(t->s, t->n - 1);\n        }\n        #endif\n        if (!*t->p)\n            return -1;\n        if (PyObject_Hash(*t->p) == -1)\n            return -1;\n        ++t;\n    }\n    return 0;\n}\n\nstatic CYTHON_INLINE PyObject* __Pyx_PyUnicode_FromString(const char* c_str) {\n    return __Pyx_PyUnicode_FromStringAndSize(c_str, (Py_ssize_t)strlen(c_str));\n}\nstatic CYTHON_INLINE const char* __Pyx_PyObject_AsString(PyObject* o) {\n    Py_ssize_t ignore;\n    return __Pyx_PyObject_AsStringAndSize(o, &ignore);\n}\n#if __PYX_DEFAULT_STRING_ENCODING_IS_ASCII || __PYX_DEFAULT_STRING_ENCODING_IS_DEFAULT\n#if !CYTHON_PEP393_ENABLED\nstatic const char* __Pyx_PyUnicode_AsStringAndSize(PyObject* o, Py_ssize_t *length) {\n    char* defenc_c;\n    PyObject* defenc = _PyUnicode_AsDefaultEncodedString(o, NULL);\n    if (!defenc) return NULL;\n    defenc_c = PyBytes_AS_STRING(defenc);\n#if __PYX_DEFAULT_STRING_ENCODING_IS_ASCII\n    {\n        char* end = defenc_c + PyBytes_GET_SIZE(defenc);\n        char* c;\n        for (c = defenc_c; c < end; c++) {\n            if ((unsigned char) (*c) >= 128) {\n                PyUnicode_AsASCIIString(o);\n                return NULL;\n            }\n        }\n    }\n#endif\n    *length = PyBytes_GET_SIZE(defenc);\n    return defenc_c;\n}\n#else\nstatic CYTHON_INLINE const char* __Pyx_PyUnicode_AsStringAndSize(PyObject* o, Py_ssize_t *length) {\n    if (unlikely(__Pyx_PyUnicode_READY(o) == -1)) return NULL;\n#if __PYX_DEFAULT_STRING_ENCODING_IS_ASCII\n    if (likely(PyUnicode_IS_ASCII(o))) {\n        *length = PyUnicode_GET_LENGTH(o);\n        return PyUnicode_AsUTF8(o);\n    } else {\n        PyUnicode_AsASCIIString(o);\n        return NULL;\n    }\n#else\n    return PyUnicode_AsUTF8AndSize(o, length);\n#endif\n}\n#endif\n#endif\nstatic CYTHON_INLINE const char* __Pyx_PyObject_AsStringAndSize(PyObject* o, Py_ssize_t *length) {\n#if __PYX_DEFAULT_STRING_ENCODING_IS_ASCII || __PYX_DEFAULT_STRING_ENCODING_IS_DEFAULT\n    if (\n#if PY_MAJOR_VERSION < 3 && __PYX_DEFAULT_STRING_ENCODING_IS_ASCII\n            __Pyx_sys_getdefaultencoding_not_ascii &&\n#endif\n            PyUnicode_Check(o)) {\n        return __Pyx_PyUnicode_AsStringAndSize(o, length);\n    } else\n#endif\n#if (!CYTHON_COMPILING_IN_PYPY) || (defined(PyByteArray_AS_STRING) && defined(PyByteArray_GET_SIZE))\n    if (PyByteArray_Check(o)) {\n        *length = PyByteArray_GET_SIZE(o);\n        return PyByteArray_AS_STRING(o);\n    } else\n#endif\n    {\n        char* result;\n        int r = PyBytes_AsStringAndSize(o, &result, length);\n        if (unlikely(r < 0)) {\n            return NULL;\n        } else {\n            return result;\n        }\n    }\n}\nstatic CYTHON_INLINE int __Pyx_PyObject_IsTrue(PyObject* x) {\n   int is_true = x == Py_True;\n   if (is_true | (x == Py_False) | (x == Py_None)) return is_true;\n   else return PyObject_IsTrue(x);\n}\nstatic CYTHON_INLINE int __Pyx_PyObject_IsTrueAndDecref(PyObject* x) {\n    int retval;\n    if (unlikely(!x)) return -1;\n    retval = __Pyx_PyObject_IsTrue(x);\n    Py_DECREF(x);\n    return retval;\n}\nstatic PyObject* __Pyx_PyNumber_IntOrLongWrongResultType(PyObject* result, const char* type_name) {\n#if PY_MAJOR_VERSION >= 3\n    if (PyLong_Check(result)) {\n        if (PyErr_WarnFormat(PyExc_DeprecationWarning, 1,\n                \"__int__ returned non-int (type %.200s).  \"\n                \"The ability to return an instance of a strict subclass of int \"\n                \"is deprecated, and may be removed in a future version of Python.\",\n                Py_TYPE(result)->tp_name)) {\n            Py_DECREF(result);\n            return NULL;\n        }\n        return result;\n    }\n#endif\n    PyErr_Format(PyExc_TypeError,\n                 \"__%.4s__ returned non-%.4s (type %.200s)\",\n                 type_name, type_name, Py_TYPE(result)->tp_name);\n    Py_DECREF(result);\n    return NULL;\n}\nstatic CYTHON_INLINE PyObject* __Pyx_PyNumber_IntOrLong(PyObject* x) {\n#if CYTHON_USE_TYPE_SLOTS\n  PyNumberMethods *m;\n#endif\n  const char *name = NULL;\n  PyObject *res = NULL;\n#if PY_MAJOR_VERSION < 3\n  if (likely(PyInt_Check(x) || PyLong_Check(x)))\n#else\n  if (likely(PyLong_Check(x)))\n#endif\n    return __Pyx_NewRef(x);\n#if CYTHON_USE_TYPE_SLOTS\n  m = Py_TYPE(x)->tp_as_number;\n  #if PY_MAJOR_VERSION < 3\n  if (m && m->nb_int) {\n    name = \"int\";\n    res = m->nb_int(x);\n  }\n  else if (m && m->nb_long) {\n    name = \"long\";\n    res = m->nb_long(x);\n  }\n  #else\n  if (likely(m && m->nb_int)) {\n    name = \"int\";\n    res = m->nb_int(x);\n  }\n  #endif\n#else\n  if (!PyBytes_CheckExact(x) && !PyUnicode_CheckExact(x)) {\n    res = PyNumber_Int(x);\n  }\n#endif\n  if (likely(res)) {\n#if PY_MAJOR_VERSION < 3\n    if (unlikely(!PyInt_Check(res) && !PyLong_Check(res))) {\n#else\n    if (unlikely(!PyLong_CheckExact(res))) {\n#endif\n        return __Pyx_PyNumber_IntOrLongWrongResultType(res, name);\n    }\n  }\n  else if (!PyErr_Occurred()) {\n    PyErr_SetString(PyExc_TypeError,\n                    \"an integer is required\");\n  }\n  return res;\n}\nstatic CYTHON_INLINE Py_ssize_t __Pyx_PyIndex_AsSsize_t(PyObject* b) {\n  Py_ssize_t ival;\n  PyObject *x;\n#if PY_MAJOR_VERSION < 3\n  if (likely(PyInt_CheckExact(b))) {\n    if (sizeof(Py_ssize_t) >= sizeof(long))\n        return PyInt_AS_LONG(b);\n    else\n        return PyInt_AsSsize_t(b);\n  }\n#endif\n  if (likely(PyLong_CheckExact(b))) {\n    #if CYTHON_USE_PYLONG_INTERNALS\n    const digit* digits = ((PyLongObject*)b)->ob_digit;\n    const Py_ssize_t size = Py_SIZE(b);\n    if (likely(__Pyx_sst_abs(size) <= 1)) {\n        ival = likely(size) ? digits[0] : 0;\n        if (size == -1) ival = -ival;\n        return ival;\n    } else {\n      switch (size) {\n         case 2:\n           if (8 * sizeof(Py_ssize_t) > 2 * PyLong_SHIFT) {\n             return (Py_ssize_t) (((((size_t)digits[1]) << PyLong_SHIFT) | (size_t)digits[0]));\n           }\n           break;\n         case -2:\n           if (8 * sizeof(Py_ssize_t) > 2 * PyLong_SHIFT) {\n             return -(Py_ssize_t) (((((size_t)digits[1]) << PyLong_SHIFT) | (size_t)digits[0]));\n           }\n           break;\n         case 3:\n           if (8 * sizeof(Py_ssize_t) > 3 * PyLong_SHIFT) {\n             return (Py_ssize_t) (((((((size_t)digits[2]) << PyLong_SHIFT) | (size_t)digits[1]) << PyLong_SHIFT) | (size_t)digits[0]));\n           }\n           break;\n         case -3:\n           if (8 * sizeof(Py_ssize_t) > 3 * PyLong_SHIFT) {\n             return -(Py_ssize_t) (((((((size_t)digits[2]) << PyLong_SHIFT) | (size_t)digits[1]) << PyLong_SHIFT) | (size_t)digits[0]));\n           }\n           break;\n         case 4:\n           if (8 * sizeof(Py_ssize_t) > 4 * PyLong_SHIFT) {\n             return (Py_ssize_t) (((((((((size_t)digits[3]) << PyLong_SHIFT) | (size_t)digits[2]) << PyLong_SHIFT) | (size_t)digits[1]) << PyLong_SHIFT) | (size_t)digits[0]));\n           }\n           break;\n         case -4:\n           if (8 * sizeof(Py_ssize_t) > 4 * PyLong_SHIFT) {\n             return -(Py_ssize_t) (((((((((size_t)digits[3]) << PyLong_SHIFT) | (size_t)digits[2]) << PyLong_SHIFT) | (size_t)digits[1]) << PyLong_SHIFT) | (size_t)digits[0]));\n           }\n           break;\n      }\n    }\n    #endif\n    return PyLong_AsSsize_t(b);\n  }\n  x = PyNumber_Index(b);\n  if (!x) return -1;\n  ival = PyInt_AsSsize_t(x);\n  Py_DECREF(x);\n  return ival;\n}\nstatic CYTHON_INLINE PyObject * __Pyx_PyBool_FromLong(long b) {\n  return b ? __Pyx_NewRef(Py_True) : __Pyx_NewRef(Py_False);\n}\nstatic CYTHON_INLINE PyObject * __Pyx_PyInt_FromSize_t(size_t ival) {\n    return PyInt_FromSize_t(ival);\n}\n\n\n#endif /* Py_PYTHON_H */\n"
  },
  {
    "path": "open_intent_detection/methods/OpenMax/libMR/libmr.pxd",
    "content": "cdef extern from \"MetaRecognition.h\":\n    cdef struct svm_node_libsvm:\n        int index\n        double value"
  },
  {
    "path": "open_intent_detection/methods/OpenMax/libMR/libmr.pyx",
    "content": "#\n# libmr.pyx:\n#\n# @Author Terry Boult tboult at securics com\n# @Author Vijay Iyer viyer at securics com\n# @Author Michael Wilber mwilber at securics.com\n#\n# Copyright 2013, Securics Inc.\n#\n#   See accompanying LICENSE agrement for details on rights.\n#\n# Parts of this technology are subject to SBIR data rights and as\n# described in DFARS 252.227-7018 (June 1995) SBIR Data Rights which\n# apply to Contract Number: N00014-11-C-0243 and STTR N00014-07-M-0421\n# to Securics Inc, 1870 Austin Bluffs Parkway, Colorado Springs, CO\n# 80918\n#\n# The Government's rights to use, modify, reproduce, release, perform,\n# display, or disclose technical data or computer software marked with\n# this legend are restricted during the period shown as provided in\n# paragraph (b)(4) of the Rights in Noncommercial Technical Data and\n# Computer Software-Small Business Innovative Research (SBIR) Program\n# clause contained in the above identified contract. Expiration of\n# SBIR Data Rights: Expires four years after completion of the above\n# cited project work for this or any other follow-on SBIR contract,\n# whichever is later.\n#\n# No restrictions on government use apply after the expiration date\n# shown above. Any reproduction of technical data, computer software,\n# or portions thereof marked with this legend must also reproduce the\n# markings.\n\nfrom libc.stdlib cimport malloc,free\nfrom libcpp cimport bool\nfrom libcpp.string cimport string\ncimport numpy as np\nimport numpy as np\n\ncdef extern from \"MetaRecognition.h\":\n    cdef struct svm_node_libsvm:\n        int index\n        double value\n\n#cdef extern from \"MetaRecognition.h\":\n\ncdef extern from \"MetaRecognition.h\":\n\n    ctypedef enum MR_fitting_type:\n        complement_reject\n        positive_reject \n        complement_model \n        positive_model\n\n    cppclass MetaRecognition:\n        MetaRecognition(int scores_to_drop,\n                        int fitting_size,\n                        bool verbose,\n                        double alpha,\n                        int translate_amount) except +\n        bool is_valid()\n        void set_translate(double t)\n        void Reset()\n        bool Predict_Match(double x, double threshold)\n        double W_score(double x)\n        double CDF(double x)\n        double Inv(double p)\n\n        int ReNormalize(double *invec, double *outvec, int length)\n\n        int FitHigh(double* inputData, int inputDataSize,  int fit_size)\n\n        int FitLow(double* inputData, int inputDataSize,  int fit_size)\n        \n        int FitSVM(svm_node_libsvm* svmdata, int inputDataSize, int label_of_interest, bool label_has_positive_score, \n                   int fit_type, int fit_size )\n\n        # void Save(FILE *outputFile) const\n        # void Load(FILE *inputFile)\n        void Save(char* filename)\n        void Load(char* filename)\n        int get_fitting_size()\n        int set_fitting_size(int nsize)\n        int get_translate_amount()\n        int set_translate_amount(int ntrans)\n        int get_sign()\n        int set_sign(int nsign)\n        double get_small_score()\n        double set_small_score(double nscore)\n        bool verbose\n        string to_string()\n        void from_string(string input)\n\n\n# This is the Python wrapper class.\ncdef class MR:\n    cdef MetaRecognition *thisptr\n    def __cinit__(self, int scores_to_drop=0,\n                  int fitting_size=9,\n                  bool verbose=False,\n                  double alpha=5.0,\n                  int translate_amount=10000):\n        \"\"\"\n        Create a new MR object.\n        \"\"\"\n        self.thisptr = new MetaRecognition(scores_to_drop,fitting_size,verbose,alpha,translate_amount)\n    def __dealloc__(self):\n        del self.thisptr\n    def fit_low(self, inputData, int fit_size):\n        \"\"\"Use fit_low if your data is such that is smaller is better. Fits a\n        MR object to the given data. We'll transform it for you\n        and keep the transform parameters in the class so later calls\n        to W_score or CDF do the right thing.\"\"\"\n        cdef double *data\n        data = <double*>malloc(sizeof(double)*len(inputData))\n        for i in xrange(len(inputData)):\n            data[i] = inputData[i]\n        self.thisptr.FitLow(data, len(inputData), fit_size)\n        free(data)\n    def fit_high(self, inputData, int fit_size):\n        \"\"\"Use fit_high if your data is such that is larger is better. Fits a\n        MR object to the given data. We'll transform it for you\n        and keep the transform parameters in the class so later calls\n        to W_score or CDF do the right thing.\n        \"\"\"\n        cdef double *data\n        data = <double*>malloc(sizeof(double)*len(inputData))\n        for i in xrange(len(inputData)):\n            data[i] = inputData[i]\n        self.thisptr.FitHigh(data, len(inputData), fit_size)\n        free(data)\n\n    def mr_save(self, filename):\n        \"\"\"\n        save mr object to file\n        \"\"\"\n        cdef char *filetosave\n        filetosave = filename\n        self.thisptr.Save(filetosave)\n\n    def mr_load(self, filename):\n        \"\"\"\n        save mr object to file\n        \"\"\"\n        cdef char *filetosave\n        filetosave = filename\n        self.thisptr.Load(filetosave)\n\n    def fit_svm(self, svm_data, inputDataSize, label_of_interest,  \n                label_has_positive_score, fit_type, fit_size ):\n        \"\"\"\n        Input:\n        --------\n        svm_data: dict containing labels and decision scores. \n                  eg. svm_data['scores'] = [], svm_data['labels'] = []\n        inputDataSize : total no of decision scores\n        label_of_interest : eg +1, -1\n        label_has_positive_score : bool i.e 0 or 1\n        fit_type : complement_reject=1, positive_reject=2, complement_model=3, positive_model=4\n        fit_size : size of tail to be used\n\n        Output:\n        --------\n        None\n        You can access parameters from weibull fitting using other attributes.\n        Loading/Saving of weibull model parameters can be done using load/save methods\n        in MR class\n\n        \"\"\"\n\n        # initialize svm_data\n        cdef svm_node_libsvm *svm_data_to_c\n\n        svm_data_to_c =  < svm_node_libsvm* >malloc(inputDataSize * sizeof(svm_node_libsvm) )\n\n        assert \"scores\" in svm_data \n        assert \"scores\" in svm_data\n        assert len(svm_data[\"scores\"]) == len(svm_data[\"labels\"])\n        assert fit_type in [1, 2, 3, 4]\n        for i in range(inputDataSize):\n            svm_data_to_c[i].index  = svm_data[\"labels\"][i]\n            svm_data_to_c[i].value = svm_data[\"scores\"][i]\n\n        print \"Data initizalization complete. Now calling C++ code\"\n        self.thisptr.FitSVM(svm_data_to_c, inputDataSize, label_of_interest, label_has_positive_score, fit_type, fit_size)\n        free(svm_data_to_c)\n\n    property is_valid:\n        def __get__(self):\n            return self.thisptr.is_valid()\n    def reset(self):\n        self.thisptr.Reset()\n    def predict_match(self, double x, double threshold = .9999999):\n        \"\"\"\n        Is X from the \"match\" distribution (i.e. we reject null hypothesis\n        of non-match)\n\n        \"\"\"\n        return self.thisptr.Predict_Match(x,threshold)\n    def w_score(self, double x):\n        \"\"\"\n\tThis is the commonly used function. After fitting, it returns the probability of the given score being \"correct\".  It is the same as CDF\n        \"\"\"\n        return self.thisptr.W_score(x)\n    def cdf(self, double x):\n        \"\"\"\n        This is the cummumlative probablity of match being corrrect (or more precisely the probility the score (after transform) being an outlier for the distribution, which given the transforms applied, so bigger is better, this is the probablity the score is correct.\n        \"\"\"\n        return self.thisptr.CDF(x)\n    def inv(self, double p):\n        \"\"\"\n        This is score for which one would obtain CDF probability p (i.e. x such that p = CDF(x))\n        \"\"\"\n        return self.thisptr.Inv(p)\n    def w_score_vector(self, double[::1] invec):\n        \"\"\"\n        Apply w_score to each element of invec, returning a new vector of W-scores\n        \"\"\"\n        cdef np.ndarray[np.double_t,ndim=1]new_vec = np.zeros(len(invec), dtype='d')\n        self.thisptr.ReNormalize(&invec[0], &new_vec[0], len(invec))\n        return new_vec\n    def __str__(self):\n        \"\"\"\n        Serialize the MR object to a string. Use load_from_string to recover it.\n        \"\"\"\n        return self.thisptr.to_string()\n    def __repr__(self):\n        return str(self)\n    property tailsize:\n        def __get__(self):\n            return self.thisptr.get_fitting_size()\n        def __set__(self, int nsize):\n            self.thisptr.set_fitting_size(nsize)\n    property translate_amount:\n        def __get__(self):\n            return self.thisptr.get_translate_amount()\n        def __set__(self, int ntrans):\n            self.thisptr.set_translate_amount(ntrans)\n    property sign:\n        def __get__(self):\n            return self.thisptr.get_sign()\n        def __set__(self, int nsign):\n            self.thisptr.set_sign(nsign)\n    property small_score:\n        def __get__(self):\n            return self.thisptr.get_small_score()\n        def __set__(self, double nscore):\n            self.thisptr.set_small_score(nscore)\n    property verbose:\n        def __get__(self):\n            return self.thisptr.verbose\n        def __set__(self, bool verbose):\n            self.thisptr.verbose = verbose\n\ndef load_from_string(str input):\n    \"\"\"\n    Deserialize an MR object. This turns a string back into an MR object; it is the inverse of str(MR())\n    \"\"\"\n    pymr = MR()\n    pymr.thisptr.from_string(input)\n    return pymr\n\n"
  },
  {
    "path": "open_intent_detection/methods/OpenMax/libMR/malloc.h",
    "content": "/*\n  Default header file for malloc-2.8.x, written by Doug Lea\n  and released to the public domain, as explained at\n  http://creativecommons.org/publicdomain/zero/1.0/ \n \n  This header is for ANSI C/C++ only.  You can set any of\n  the following #defines before including:\n\n  * If USE_DL_PREFIX is defined, it is assumed that malloc.c \n    was also compiled with this option, so all routines\n    have names starting with \"dl\".\n\n  * If HAVE_USR_INCLUDE_MALLOC_H is defined, it is assumed that this\n    file will be #included AFTER <malloc.h>. This is needed only if\n    your system defines a struct mallinfo that is incompatible with the\n    standard one declared here.  Otherwise, you can include this file\n    INSTEAD of your system system <malloc.h>.  At least on ANSI, all\n    declarations should be compatible with system versions\n\n  * If MSPACES is defined, declarations for mspace versions are included.\n*/\n\n#ifndef MALLOC_280_H\n#define MALLOC_280_H\n\n#ifdef __cplusplus\nextern \"C\" {\n#endif\n\n#include <stddef.h>   /* for size_t */\n\n#ifndef ONLY_MSPACES\n#define ONLY_MSPACES 0     /* define to a value */\n#elif ONLY_MSPACES != 0\n#define ONLY_MSPACES 1\n#endif  /* ONLY_MSPACES */\n#ifndef NO_MALLINFO\n#define NO_MALLINFO 0\n#endif  /* NO_MALLINFO */\n\n#ifndef MSPACES\n#if ONLY_MSPACES\n#define MSPACES 1\n#else   /* ONLY_MSPACES */\n#define MSPACES 0\n#endif  /* ONLY_MSPACES */\n#endif  /* MSPACES */\n\n#if !ONLY_MSPACES\n\n#ifndef USE_DL_PREFIX\n#define dlcalloc               calloc\n#define dlfree                 free\n#define dlmalloc               malloc\n#define dlmemalign             memalign\n#define dlposix_memalign       posix_memalign\n#define dlrealloc              realloc\n#define dlvalloc               valloc\n#define dlpvalloc              pvalloc\n#define dlmallinfo             mallinfo\n#define dlmallopt              mallopt\n#define dlmalloc_trim          malloc_trim\n#define dlmalloc_stats         malloc_stats\n#define dlmalloc_usable_size   malloc_usable_size\n#define dlmalloc_footprint     malloc_footprint\n#define dlmalloc_max_footprint malloc_max_footprint\n#define dlmalloc_footprint_limit malloc_footprint_limit\n#define dlmalloc_set_footprint_limit malloc_set_footprint_limit\n#define dlmalloc_inspect_all   malloc_inspect_all\n#define dlindependent_calloc   independent_calloc\n#define dlindependent_comalloc independent_comalloc\n#define dlbulk_free            bulk_free\n#endif /* USE_DL_PREFIX */\n\n#if !NO_MALLINFO \n#ifndef HAVE_USR_INCLUDE_MALLOC_H\n#ifndef _MALLOC_H\n#ifndef MALLINFO_FIELD_TYPE\n#define MALLINFO_FIELD_TYPE size_t\n#endif /* MALLINFO_FIELD_TYPE */\n#ifndef STRUCT_MALLINFO_DECLARED\n#define STRUCT_MALLINFO_DECLARED 1\nstruct mallinfo {\n  MALLINFO_FIELD_TYPE arena;    /* non-mmapped space allocated from system */\n  MALLINFO_FIELD_TYPE ordblks;  /* number of free chunks */\n  MALLINFO_FIELD_TYPE smblks;   /* always 0 */\n  MALLINFO_FIELD_TYPE hblks;    /* always 0 */\n  MALLINFO_FIELD_TYPE hblkhd;   /* space in mmapped regions */\n  MALLINFO_FIELD_TYPE usmblks;  /* maximum total allocated space */\n  MALLINFO_FIELD_TYPE fsmblks;  /* always 0 */\n  MALLINFO_FIELD_TYPE uordblks; /* total allocated space */\n  MALLINFO_FIELD_TYPE fordblks; /* total free space */\n  MALLINFO_FIELD_TYPE keepcost; /* releasable (via malloc_trim) space */\n};\n#endif /* STRUCT_MALLINFO_DECLARED */\n#endif  /* _MALLOC_H */\n#endif  /* HAVE_USR_INCLUDE_MALLOC_H */\n#endif  /* !NO_MALLINFO */\n\n/*\n  malloc(size_t n)\n  Returns a pointer to a newly allocated chunk of at least n bytes, or\n  null if no space is available, in which case errno is set to ENOMEM\n  on ANSI C systems.\n\n  If n is zero, malloc returns a minimum-sized chunk. (The minimum\n  size is 16 bytes on most 32bit systems, and 32 bytes on 64bit\n  systems.)  Note that size_t is an unsigned type, so calls with\n  arguments that would be negative if signed are interpreted as\n  requests for huge amounts of space, which will often fail. The\n  maximum supported value of n differs across systems, but is in all\n  cases less than the maximum representable value of a size_t.\n*/\nvoid* dlmalloc(size_t);\n\n/*\n  free(void* p)\n  Releases the chunk of memory pointed to by p, that had been previously\n  allocated using malloc or a related routine such as realloc.\n  It has no effect if p is null. If p was not malloced or already\n  freed, free(p) will by default cuase the current program to abort.\n*/\nvoid  dlfree(void*);\n\n/*\n  calloc(size_t n_elements, size_t element_size);\n  Returns a pointer to n_elements * element_size bytes, with all locations\n  set to zero.\n*/\nvoid* dlcalloc(size_t, size_t);\n\n/*\n  realloc(void* p, size_t n)\n  Returns a pointer to a chunk of size n that contains the same data\n  as does chunk p up to the minimum of (n, p's size) bytes, or null\n  if no space is available.\n\n  The returned pointer may or may not be the same as p. The algorithm\n  prefers extending p in most cases when possible, otherwise it\n  employs the equivalent of a malloc-copy-free sequence.\n\n  If p is null, realloc is equivalent to malloc.\n\n  If space is not available, realloc returns null, errno is set (if on\n  ANSI) and p is NOT freed.\n\n  if n is for fewer bytes than already held by p, the newly unused\n  space is lopped off and freed if possible.  realloc with a size\n  argument of zero (re)allocates a minimum-sized chunk.\n\n  The old unix realloc convention of allowing the last-free'd chunk\n  to be used as an argument to realloc is not supported.\n*/\nvoid* dlrealloc(void*, size_t);\n\n/*\n  realloc_in_place(void* p, size_t n)\n  Resizes the space allocated for p to size n, only if this can be\n  done without moving p (i.e., only if there is adjacent space\n  available if n is greater than p's current allocated size, or n is\n  less than or equal to p's size). This may be used instead of plain\n  realloc if an alternative allocation strategy is needed upon failure\n  to expand space; for example, reallocation of a buffer that must be\n  memory-aligned or cleared. You can use realloc_in_place to trigger\n  these alternatives only when needed.\n\n  Returns p if successful; otherwise null.\n*/\nvoid* dlrealloc_in_place(void*, size_t);\n\n/*\n  memalign(size_t alignment, size_t n);\n  Returns a pointer to a newly allocated chunk of n bytes, aligned\n  in accord with the alignment argument.\n\n  The alignment argument should be a power of two. If the argument is\n  not a power of two, the nearest greater power is used.\n  8-byte alignment is guaranteed by normal malloc calls, so don't\n  bother calling memalign with an argument of 8 or less.\n\n  Overreliance on memalign is a sure way to fragment space.\n*/\nvoid* dlmemalign(size_t, size_t);\n\n/*\n  int posix_memalign(void** pp, size_t alignment, size_t n);\n  Allocates a chunk of n bytes, aligned in accord with the alignment\n  argument. Differs from memalign only in that it (1) assigns the\n  allocated memory to *pp rather than returning it, (2) fails and\n  returns EINVAL if the alignment is not a power of two (3) fails and\n  returns ENOMEM if memory cannot be allocated.\n*/\nint dlposix_memalign(void**, size_t, size_t);\n\n/*\n  valloc(size_t n);\n  Equivalent to memalign(pagesize, n), where pagesize is the page\n  size of the system. If the pagesize is unknown, 4096 is used.\n*/\nvoid* dlvalloc(size_t);\n\n/*\n  mallopt(int parameter_number, int parameter_value)\n  Sets tunable parameters The format is to provide a\n  (parameter-number, parameter-value) pair.  mallopt then sets the\n  corresponding parameter to the argument value if it can (i.e., so\n  long as the value is meaningful), and returns 1 if successful else\n  0.  SVID/XPG/ANSI defines four standard param numbers for mallopt,\n  normally defined in malloc.h.  None of these are use in this malloc,\n  so setting them has no effect. But this malloc also supports other\n  options in mallopt:\n\n  Symbol            param #  default    allowed param values\n  M_TRIM_THRESHOLD     -1   2*1024*1024   any   (-1U disables trimming)\n  M_GRANULARITY        -2     page size   any power of 2 >= page size\n  M_MMAP_THRESHOLD     -3      256*1024   any   (or 0 if no MMAP support)\n*/\nint dlmallopt(int, int);\n\n#define M_TRIM_THRESHOLD     (-1)\n#define M_GRANULARITY        (-2)\n#define M_MMAP_THRESHOLD     (-3)\n\n\n/*\n  malloc_footprint();\n  Returns the number of bytes obtained from the system.  The total\n  number of bytes allocated by malloc, realloc etc., is less than this\n  value. Unlike mallinfo, this function returns only a precomputed\n  result, so can be called frequently to monitor memory consumption.\n  Even if locks are otherwise defined, this function does not use them,\n  so results might not be up to date.\n*/\nsize_t dlmalloc_footprint(void);\n\n/*\n  malloc_max_footprint();\n  Returns the maximum number of bytes obtained from the system. This\n  value will be greater than current footprint if deallocated space\n  has been reclaimed by the system. The peak number of bytes allocated\n  by malloc, realloc etc., is less than this value. Unlike mallinfo,\n  this function returns only a precomputed result, so can be called\n  frequently to monitor memory consumption.  Even if locks are\n  otherwise defined, this function does not use them, so results might\n  not be up to date.\n*/\nsize_t dlmalloc_max_footprint(void);\n\n/*\n  malloc_footprint_limit();\n  Returns the number of bytes that the heap is allowed to obtain from\n  the system, returning the last value returned by\n  malloc_set_footprint_limit, or the maximum size_t value if\n  never set. The returned value reflects a permission. There is no\n  guarantee that this number of bytes can actually be obtained from\n  the system.  \n*/\nsize_t dlmalloc_footprint_limit(void);\n\n/*\n  malloc_set_footprint_limit();\n  Sets the maximum number of bytes to obtain from the system, causing\n  failure returns from malloc and related functions upon attempts to\n  exceed this value. The argument value may be subject to page\n  rounding to an enforceable limit; this actual value is returned.\n  Using an argument of the maximum possible size_t effectively\n  disables checks. If the argument is less than or equal to the\n  current malloc_footprint, then all future allocations that require\n  additional system memory will fail. However, invocation cannot\n  retroactively deallocate existing used memory.\n*/\nsize_t dlmalloc_set_footprint_limit(size_t bytes);\n\n/*\n  malloc_inspect_all(void(*handler)(void *start,\n                                    void *end,\n                                    size_t used_bytes,\n                                    void* callback_arg),\n                      void* arg);\n  Traverses the heap and calls the given handler for each managed\n  region, skipping all bytes that are (or may be) used for bookkeeping\n  purposes.  Traversal does not include include chunks that have been\n  directly memory mapped. Each reported region begins at the start\n  address, and continues up to but not including the end address.  The\n  first used_bytes of the region contain allocated data. If\n  used_bytes is zero, the region is unallocated. The handler is\n  invoked with the given callback argument. If locks are defined, they\n  are held during the entire traversal. It is a bad idea to invoke\n  other malloc functions from within the handler.\n\n  For example, to count the number of in-use chunks with size greater\n  than 1000, you could write:\n  static int count = 0;\n  void count_chunks(void* start, void* end, size_t used, void* arg) {\n    if (used >= 1000) ++count;\n  }\n  then:\n    malloc_inspect_all(count_chunks, NULL);\n\n  malloc_inspect_all is compiled only if MALLOC_INSPECT_ALL is defined.\n*/\nvoid dlmalloc_inspect_all(void(*handler)(void*, void *, size_t, void*),\n                           void* arg);\n\n#if !NO_MALLINFO\n/*\n  mallinfo()\n  Returns (by copy) a struct containing various summary statistics:\n\n  arena:     current total non-mmapped bytes allocated from system\n  ordblks:   the number of free chunks\n  smblks:    always zero.\n  hblks:     current number of mmapped regions\n  hblkhd:    total bytes held in mmapped regions\n  usmblks:   the maximum total allocated space. This will be greater\n                than current total if trimming has occurred.\n  fsmblks:   always zero\n  uordblks:  current total allocated space (normal or mmapped)\n  fordblks:  total free space\n  keepcost:  the maximum number of bytes that could ideally be released\n               back to system via malloc_trim. (\"ideally\" means that\n               it ignores page restrictions etc.)\n\n  Because these fields are ints, but internal bookkeeping may\n  be kept as longs, the reported values may wrap around zero and\n  thus be inaccurate.\n*/\n\nstruct mallinfo dlmallinfo(void);\n#endif  /* NO_MALLINFO */\n\n/*\n  independent_calloc(size_t n_elements, size_t element_size, void* chunks[]);\n\n  independent_calloc is similar to calloc, but instead of returning a\n  single cleared space, it returns an array of pointers to n_elements\n  independent elements that can hold contents of size elem_size, each\n  of which starts out cleared, and can be independently freed,\n  realloc'ed etc. The elements are guaranteed to be adjacently\n  allocated (this is not guaranteed to occur with multiple callocs or\n  mallocs), which may also improve cache locality in some\n  applications.\n\n  The \"chunks\" argument is optional (i.e., may be null, which is\n  probably the most typical usage). If it is null, the returned array\n  is itself dynamically allocated and should also be freed when it is\n  no longer needed. Otherwise, the chunks array must be of at least\n  n_elements in length. It is filled in with the pointers to the\n  chunks.\n\n  In either case, independent_calloc returns this pointer array, or\n  null if the allocation failed.  If n_elements is zero and \"chunks\"\n  is null, it returns a chunk representing an array with zero elements\n  (which should be freed if not wanted).\n\n  Each element must be freed when it is no longer needed. This can be\n  done all at once using bulk_free.\n\n  independent_calloc simplifies and speeds up implementations of many\n  kinds of pools.  It may also be useful when constructing large data\n  structures that initially have a fixed number of fixed-sized nodes,\n  but the number is not known at compile time, and some of the nodes\n  may later need to be freed. For example:\n\n  struct Node { int item; struct Node* next; };\n\n  struct Node* build_list() {\n    struct Node** pool;\n    int n = read_number_of_nodes_needed();\n    if (n <= 0) return 0;\n    pool = (struct Node**)(independent_calloc(n, sizeof(struct Node), 0);\n    if (pool == 0) die();\n    // organize into a linked list...\n    struct Node* first = pool[0];\n    for (i = 0; i < n-1; ++i)\n      pool[i]->next = pool[i+1];\n    free(pool);     // Can now free the array (or not, if it is needed later)\n    return first;\n  }\n*/\nvoid** dlindependent_calloc(size_t, size_t, void**);\n\n/*\n  independent_comalloc(size_t n_elements, size_t sizes[], void* chunks[]);\n\n  independent_comalloc allocates, all at once, a set of n_elements\n  chunks with sizes indicated in the \"sizes\" array.    It returns\n  an array of pointers to these elements, each of which can be\n  independently freed, realloc'ed etc. The elements are guaranteed to\n  be adjacently allocated (this is not guaranteed to occur with\n  multiple callocs or mallocs), which may also improve cache locality\n  in some applications.\n\n  The \"chunks\" argument is optional (i.e., may be null). If it is null\n  the returned array is itself dynamically allocated and should also\n  be freed when it is no longer needed. Otherwise, the chunks array\n  must be of at least n_elements in length. It is filled in with the\n  pointers to the chunks.\n\n  In either case, independent_comalloc returns this pointer array, or\n  null if the allocation failed.  If n_elements is zero and chunks is\n  null, it returns a chunk representing an array with zero elements\n  (which should be freed if not wanted).\n\n  Each element must be freed when it is no longer needed. This can be\n  done all at once using bulk_free.\n\n  independent_comallac differs from independent_calloc in that each\n  element may have a different size, and also that it does not\n  automatically clear elements.\n\n  independent_comalloc can be used to speed up allocation in cases\n  where several structs or objects must always be allocated at the\n  same time.  For example:\n\n  struct Head { ... }\n  struct Foot { ... }\n\n  void send_message(char* msg) {\n    int msglen = strlen(msg);\n    size_t sizes[3] = { sizeof(struct Head), msglen, sizeof(struct Foot) };\n    void* chunks[3];\n    if (independent_comalloc(3, sizes, chunks) == 0)\n      die();\n    struct Head* head = (struct Head*)(chunks[0]);\n    char*        body = (char*)(chunks[1]);\n    struct Foot* foot = (struct Foot*)(chunks[2]);\n    // ...\n  }\n\n  In general though, independent_comalloc is worth using only for\n  larger values of n_elements. For small values, you probably won't\n  detect enough difference from series of malloc calls to bother.\n\n  Overuse of independent_comalloc can increase overall memory usage,\n  since it cannot reuse existing noncontiguous small chunks that\n  might be available for some of the elements.\n*/\nvoid** dlindependent_comalloc(size_t, size_t*, void**);\n\n/*\n  bulk_free(void* array[], size_t n_elements)\n  Frees and clears (sets to null) each non-null pointer in the given\n  array.  This is likely to be faster than freeing them one-by-one.\n  If footers are used, pointers that have been allocated in different\n  mspaces are not freed or cleared, and the count of all such pointers\n  is returned.  For large arrays of pointers with poor locality, it\n  may be worthwhile to sort this array before calling bulk_free.\n*/\nsize_t  dlbulk_free(void**, size_t n_elements);\n\n/*\n  pvalloc(size_t n);\n  Equivalent to valloc(minimum-page-that-holds(n)), that is,\n  round up n to nearest pagesize.\n */\nvoid*  dlpvalloc(size_t);\n\n/*\n  malloc_trim(size_t pad);\n\n  If possible, gives memory back to the system (via negative arguments\n  to sbrk) if there is unused memory at the `high' end of the malloc\n  pool or in unused MMAP segments. You can call this after freeing\n  large blocks of memory to potentially reduce the system-level memory\n  requirements of a program. However, it cannot guarantee to reduce\n  memory. Under some allocation patterns, some large free blocks of\n  memory will be locked between two used chunks, so they cannot be\n  given back to the system.\n\n  The `pad' argument to malloc_trim represents the amount of free\n  trailing space to leave untrimmed. If this argument is zero, only\n  the minimum amount of memory to maintain internal data structures\n  will be left. Non-zero arguments can be supplied to maintain enough\n  trailing space to service future expected allocations without having\n  to re-obtain memory from the system.\n\n  Malloc_trim returns 1 if it actually released any memory, else 0.\n*/\nint  dlmalloc_trim(size_t);\n\n/*\n  malloc_stats();\n  Prints on stderr the amount of space obtained from the system (both\n  via sbrk and mmap), the maximum amount (which may be more than\n  current if malloc_trim and/or munmap got called), and the current\n  number of bytes allocated via malloc (or realloc, etc) but not yet\n  freed. Note that this is the number of bytes allocated, not the\n  number requested. It will be larger than the number requested\n  because of alignment and bookkeeping overhead. Because it includes\n  alignment wastage as being in use, this figure may be greater than\n  zero even when no user-level chunks are allocated.\n\n  The reported current and maximum system memory can be inaccurate if\n  a program makes other calls to system memory allocation functions\n  (normally sbrk) outside of malloc.\n\n  malloc_stats prints only the most commonly interesting statistics.\n  More information can be obtained by calling mallinfo.\n  \n  malloc_stats is not compiled if NO_MALLOC_STATS is defined.\n*/\nvoid  dlmalloc_stats(void);\n\n#endif /* !ONLY_MSPACES */\n\n/*\n  malloc_usable_size(void* p);\n\n  Returns the number of bytes you can actually use in\n  an allocated chunk, which may be more than you requested (although\n  often not) due to alignment and minimum size constraints.\n  You can use this many bytes without worrying about\n  overwriting other allocated objects. This is not a particularly great\n  programming practice. malloc_usable_size can be more useful in\n  debugging and assertions, for example:\n\n  p = malloc(n);\n  assert(malloc_usable_size(p) >= 256);\n*/\nsize_t dlmalloc_usable_size(const void*);\n\n#if MSPACES\n\n/*\n  mspace is an opaque type representing an independent\n  region of space that supports mspace_malloc, etc.\n*/\ntypedef void* mspace;\n\n/*\n  create_mspace creates and returns a new independent space with the\n  given initial capacity, or, if 0, the default granularity size.  It\n  returns null if there is no system memory available to create the\n  space.  If argument locked is non-zero, the space uses a separate\n  lock to control access. The capacity of the space will grow\n  dynamically as needed to service mspace_malloc requests.  You can\n  control the sizes of incremental increases of this space by\n  compiling with a different DEFAULT_GRANULARITY or dynamically\n  setting with mallopt(M_GRANULARITY, value).\n*/\nmspace create_mspace(size_t capacity, int locked);\n\n/*\n  destroy_mspace destroys the given space, and attempts to return all\n  of its memory back to the system, returning the total number of\n  bytes freed. After destruction, the results of access to all memory\n  used by the space become undefined.\n*/\nsize_t destroy_mspace(mspace msp);\n\n/*\n  create_mspace_with_base uses the memory supplied as the initial base\n  of a new mspace. Part (less than 128*sizeof(size_t) bytes) of this\n  space is used for bookkeeping, so the capacity must be at least this\n  large. (Otherwise 0 is returned.) When this initial space is\n  exhausted, additional memory will be obtained from the system.\n  Destroying this space will deallocate all additionally allocated\n  space (if possible) but not the initial base.\n*/\nmspace create_mspace_with_base(void* base, size_t capacity, int locked);\n\n/*\n  mspace_track_large_chunks controls whether requests for large chunks\n  are allocated in their own untracked mmapped regions, separate from\n  others in this mspace. By default large chunks are not tracked,\n  which reduces fragmentation. However, such chunks are not\n  necessarily released to the system upon destroy_mspace.  Enabling\n  tracking by setting to true may increase fragmentation, but avoids\n  leakage when relying on destroy_mspace to release all memory\n  allocated using this space.  The function returns the previous\n  setting.\n*/\nint mspace_track_large_chunks(mspace msp, int enable);\n\n#if !NO_MALLINFO\n/*\n  mspace_mallinfo behaves as mallinfo, but reports properties of\n  the given space.\n*/\nstruct mallinfo mspace_mallinfo(mspace msp);\n#endif /* NO_MALLINFO */\n\n/*\n  An alias for mallopt.\n*/\nint mspace_mallopt(int, int);\n\n/*\n  The following operate identically to their malloc counterparts\n  but operate only for the given mspace argument\n*/\nvoid* mspace_malloc(mspace msp, size_t bytes);\nvoid mspace_free(mspace msp, void* mem);\nvoid* mspace_calloc(mspace msp, size_t n_elements, size_t elem_size);\nvoid* mspace_realloc(mspace msp, void* mem, size_t newsize);\nvoid* mspace_realloc_in_place(mspace msp, void* mem, size_t newsize);\nvoid* mspace_memalign(mspace msp, size_t alignment, size_t bytes);\nvoid** mspace_independent_calloc(mspace msp, size_t n_elements,\n                                 size_t elem_size, void* chunks[]);\nvoid** mspace_independent_comalloc(mspace msp, size_t n_elements,\n                                   size_t sizes[], void* chunks[]);\nsize_t mspace_bulk_free(mspace msp, void**, size_t n_elements);\nsize_t mspace_usable_size(const void* mem);\nvoid mspace_malloc_stats(mspace msp);\nint mspace_trim(mspace msp, size_t pad);\nsize_t mspace_footprint(mspace msp);\nsize_t mspace_max_footprint(mspace msp);\nsize_t mspace_footprint_limit(mspace msp);\nsize_t mspace_set_footprint_limit(mspace msp, size_t bytes);\nvoid mspace_inspect_all(mspace msp, \n                        void(*handler)(void *, void *, size_t, void*),\n                        void* arg);\n#endif  /* MSPACES */\n\n#ifdef __cplusplus\n};  /* end of extern \"C\" */\n#endif\n\n#endif /* MALLOC_280_H */\n"
  },
  {
    "path": "open_intent_detection/methods/OpenMax/libMR/setup.py",
    "content": "from distutils.core import setup\nfrom distutils.extension import Extension\nfrom Cython.Distutils import build_ext\nfrom Cython.Build import cythonize\nimport sys\nimport numpy\n#ext_modules = [Extension(\"libmr\", [\"libmr.pyx\", \"MetaRecognition.cpp\"])]\n\nsetup(\n      ext_modules = cythonize(Extension('libmr',\n                                        [\"libmr.pyx\",\n                                         \"MetaRecognition.cpp\",\n                                         \"weibull.c\"\n                                         ],\n                                        include_dirs = [\".\", numpy.get_include()],\n                                        language=\"c++\",\n                  )),\n      data_files = [('.', ['MetaRecognition.h', 'weibull.h'])],\n\n)\n"
  },
  {
    "path": "open_intent_detection/methods/OpenMax/libMR/test_libmr.py",
    "content": "import scipy as sp\nimport sys, os\ntry:\n    import libmr\n    print (\"Imported libmr succesfully\")\nexcept ImportError:\n    print (\"Cannot import libmr\")\n    sys.exit()\n\nimport pickle\nsvm_data = {}\nsvm_data[\"labels\"] = [1, 1, 1, 1, 1, 1, 1, 1, 1, -1, -1, -1, -1, -1, -1 , -1, -1, -1, -1, -1,\n                      1, 1, 1, 1, 1, 1, 1, 1, 1, -1, -1, -1, -1, -1, -1 , -1, -1, -1, -1, -1,\n                      1, 1, 1, 1, 1, 1, 1, 1, 1, -1, -1, -1, -1, -1, -1 , -1, -1, -1, -1, -1,\n                      1, 1, 1, 1, 1, 1, 1, 1, 1, -1, -1, -1, -1, -1, -1 , -1, -1, -1, -1, -1,\n                      1, 1, 1, 1, 1, 1, 1, 1, 1, -1, -1, -1, -1, -1, -1 , -1, -1, -1, -1, -1]\nsvm_data[\"scores\"] = sp.randn(100).tolist()\nfit_data = sp.rand(3)\ndef main():\n\n    mr = libmr.MR()\n    datasize = len(svm_data[\"scores\"])\n    mr.fit_svm(svm_data, datasize, 1, 1, 1, 10)\n    print (fit_data)\n    print (mr.w_score_vector(fit_data))\n    mr.mr_save(\"meta_rec.model\")\n    datadump = {}\n    datadump = {\"data\": fit_data}\n\n    f = open(\"data.dump\", \"w\")\n    pickle.dump(datadump, f)\n    f.close()\n    print (dir(mr))\n\n\nif __name__ == \"__main__\":\n    main()\n"
  },
  {
    "path": "open_intent_detection/methods/OpenMax/libMR/weibull.c",
    "content": "/*  \\index\n * weibull.cpp provides the core functionality for computing weibull fittings, as well as CDF and INF given parms \n *  \n * \n * @Author Brian Heflin <bheflin@securics.com>\n * @Author Walter Scheirer <walter@securics.com>\n * @Author Terry Boult tboult@securics.com\n *\n * Copyright 2010, 2011, Securics Inc.\n *\n * @section LICENSE\n *  See accompanying LICENSE agrement for full details on rights.\n *\n * Parts of this technology are subject to SBIR data rights and as described in DFARS 252.227-7018 (June 1995) SBIR Data Rights which apply to Contract Number: N00014-11-C-0243 and STTR N00014-07-M-0421 to Securics Inc, 1870 Austin Bluffs Parkway, Colorado Springs, CO 80918\n *\n *The Government's rights to use, modify, reproduce, release, perform, display, or disclose technical data or computer software marked with this legend are restricted during the period shown as provided in paragraph (b)(4) of the Rights in Noncommercial Technical Data and Computer Software-Small Business Innovative Research (SBIR) Program clause contained in the above identified contract.  Expiration of SBIR Data Rights: Expires four years after completion of the above cited project work for this or any other follow-on SBIR contract, whichever is later.\n *\n * No restrictions on government use apply after the expiration date shown above.  Any reproduction of technical data, computer software, or portions thereof marked with this legend must also reproduce the markings.\n *\n *\n * See overall comments in weibull.h\n *\n */\n\n\n#ifdef HAVE_CONFIG_H\n# include \"config.h\"\n#endif\n\n#include <stdio.h>\n#include <math.h>\n#include <stdlib.h>\n#include \"malloc.h\"\n#include <memory.h>\n#include <float.h>\n\n#include \"weibull.h\"\n\n#ifdef __cplusplus\nextern \"C\" {\n#endif\n\n  /* if WEIBULL_USE_ASSERTS is defined, the code will use asserts to ensure its requirements are true, otherwise it returns error codes. Default is not defined */ \n  /* if WEIBULL_IGNORE_ERRORS is defined, the code will just presume things will work out and not waste time on testing for error. Default is not defined */ \n\n  /*#define WEIBULL_USE_ASSERTS */\n  /* #define WEIBULL_IGNORE_ERRORS  */\n\n#ifdef WEIBULL_USE_ASSERTS\n#include <assert.h>\n#endif\n\n\n\n\n#ifdef WEIBULL_IGNORE_ERRORS\n  int weibull_fit_verbose_debug=0;\n#define WEIBULL_ERROR_HANDLER(x,msg) \n#else \n  int weibull_fit_verbose_debug=1;\n  static int  tthrow(int x, const char* msg){if(weibull_fit_verbose_debug) fprintf(stderr,\"%s\\n\",msg); return x;}\n#define WEIBULL_ERROR_HANDLER(x,msg) return tthrow(x,msg)\n#endif\n\n  \n  \n\n\n\n  /*  weibull_cdf computes the probability (given our assumptions) that the value x is an outlier ABOVE the fit distribution.  if the distribution was non-match data, then it provides this probability that x is a match score.   If data was match-data then it would be the probability of it being a larger non-match. \n  computes @f[ 1-e^{{x/scale}^{shape}} @f]\n\n  @param x  the location at which to compute the probability of being an outlier\n  @param scale the scale parameter of the Weibull.  This is the first element in weibullparms (as computed by our weibull_fit) \n  @param shape the scale parameter of the Weibull.  This is the first second in weibullparms (as computed by our weibull_fit) \n  @return if in the range [0-1] it is the probability of X being an outlier.  Any value < 0 is an error code.  returns -1 for invalid scale <=0 ,  -2 for invalid shape <=0 \n  *\n  */ \ndouble weibull_cdf(double x, double scale, double shape)\n{\n    double cdf;\n    double tempVal, tempVal1;\n\n    if(x<0) return 0; /* optimize for the simple case that can be common in playing with SVMs.  (a valid value, and can ignore other possible errors) */\n\n#ifndef WEIBULL_IGNORE_ERRORS\n#ifdef WEIBULL_USE_ASSERTS\n    assert(scale>0);\n    assert(shape>0);\n#else\n    if(scale<=0) WEIBULL_ERROR_HANDLER( -1, \"Bad scale in weibull_cdf\");\n    if(shape <=0) WEIBULL_ERROR_HANDLER(-2, \"Bad shape in weibull_cdf\"); \n#endif\n#endif\n\n\n\n    tempVal =  x/scale;\n    tempVal1 = pow(tempVal,shape);\n    cdf = 1-exp(-1*tempVal1);\n\n    return cdf;\n\n}\n\n\n  /*  weibull_inv computes the inverse weibull, i.e. returns the score S (given our assumptions) such that x=weibull_cdf(s,scale,shape). Note it estimates from above, so if x=1.0 expect an answer of inf (infinity). \n\n  @param x  the location at which you compute the inverse (must be between [0,1]\n  @param scale the scale parameter of the weibull.  This is the first element in weibullparms (as computed by our weibull_fit) \n  @param shape the scale parameter of the weibull.  This is the first second in weibullparms (as computed by our weibull_fit) \n  @return if X in the range [0-1], return S such that x=weibull_cdf(s,scale,shape).  The return value is in the range [0,inf].  Any return value < 0 is an error code.  returns -1 for invalid scale <=0 ,  -2 for invalid shape <=0  -3 for  X<0, -4 for x >1\n  *\n  */ \ndouble weibull_inv(double x, double scale, double shape)\n{\n    double inv;\n    double tempVal, tempVal1, tempVal2;\n#ifndef WEIBULL_IGNORE_ERRORS\n#ifdef WEIBULL_USE_ASSERTS\n    assert(scale>0);\n    assert(shape>0);\n    assert(x>=0);\n    assert(x<=1);\n#else\n    if(scale<=0) WEIBULL_ERROR_HANDLER( -1, \"Bad scale in weibull_cdf\");\n    if(shape <=0) WEIBULL_ERROR_HANDLER(-2, \"Bad shape in weibull_cdf\"); \n    if(x<0) WEIBULL_ERROR_HANDLER(-3,\"Invalid X<0 in weibull_ing\");\n     if(x>1) WEIBULL_ERROR_HANDLER(-4,\"Invalid X>1 in weibull_ing\");\n#endif \n#endif \n\n    tempVal = log(1-x);\n    tempVal *= -1;\n\n    tempVal1 = 1/shape;\n    tempVal2 = pow(tempVal, tempVal1);\n\n    inv = scale * tempVal2;\n\n    return inv;\n}\n\n  /*\n     printWeibullBuildInfo prints, to the file provied as an argument some information about the current package  build information \n  */\n\nvoid printWeibullBuildInfo(FILE *fh)\n{\n    if(fh == NULL)\n        fh = stdout;\n#ifdef HAVE_CONFIG_H\n    fprintf(fh, \"Project name:    %s\\n\", PACKAGE_STRING);\n#endif\n    fprintf(fh, \"Git SHA Hash  $Id: e6733c27c2f37c37aa58fe5f2b7d30aa084cd1e5 $\\n\");\n}\n\n/* abandon all hope ye who pass this point.  We be mixing stuff in ugly ugly way  including some conversion from fortran (erf approximations etc) and some non-obvious MLE estimations. */\n\n\n#ifdef __cplusplus\n}\n#endif\n\n\n#ifdef _WIN32\nstatic __inline int fix(double n)\n#else\nstatic inline int fix(double n)\n#endif\n{\n    return (int)n;\n}\n\n\n\n\n/* erf function, based on Fortran calcerf  which is turn is basd on \n  \"Rational Chebyshev approximations for the error function\" C   by W. J. Cody, Math. Comp., 1969, PP. 631-638. \n  This  code uses rational functions that theoretically approximate  erf(x)  and  erfc(x)  to at least 18 significant decimal digits, and on IEEE hardware is generally to near machine precision.\nNote there are accelerated versions for GPUs and in the Intel Math Kernel library, so if you do this a lot it may be worh using those libraries. \n */ \n\nstatic double wcalcerfc(double x)\n{\n    double PI =  3.141592653589793238462;\n    double thresh = 0.46875;\n\n    double a [] = {3.16112374387056560e00, 1.13864154151050156e02, 3.77485237685302021e02, 3.20937758913846947e03, 1.85777706184603153e-1};\n    double b [] = {2.36012909523441209e01, 2.44024637934444173e02, 1.28261652607737228e03, 2.84423683343917062e03};\n    double c [] = {5.64188496988670089e-1, 8.88314979438837594e00, 6.61191906371416295e01, 2.98635138197400131e02, 8.81952221241769090e02, 1.71204761263407058e03, 2.05107837782607147e03, 1.23033935479799725e03, 2.15311535474403846e-8};\n    double d [] = {1.57449261107098347e01, 1.17693950891312499e02, 5.37181101862009858e02, 1.62138957456669019e03, 3.29079923573345963e03, 4.36261909014324716e03, 3.43936767414372164e03, 1.23033935480374942e03};\n    double p [] = {3.05326634961232344e-1, 3.60344899949804439e-1, 1.25781726111229246e-1, 1.60837851487422766e-2, 6.58749161529837803e-4, 1.63153871373020978e-2};\n    double q [] = {2.56852019228982242e00, 1.87295284992346047e00, 5.27905102951428412e-1, 6.05183413124413191e-2, 2.33520497626869185e-3};\n\n    double result=0;\n    double xk;\n    double absxk;\n    double y,z;\n    double xnum,xden;\n    double tempVal, tempVal1;\n    double del;\n    int i;\n\n    xk = x;\n    absxk = fabs(xk);\n\n    if (absxk <= thresh) /* evaluate  erf  for  |x| <= 0.46875 */\n    {\n        y = absxk;\n        z = y * y;\n        xnum = a[4]*z;\n        xden = z;\n\n        for (i=0; i<3; i++)\n        {\n            xnum = (xnum + a[i]) * z;\n            xden = (xden + b[i]) * z;\n        }\n\n        tempVal=xk*(xnum + a[3]);\n        tempVal1=xden + b[3];\n\n        result = tempVal/tempVal1;\n        result = 1 - result;\n    }\n    else if (absxk <= 4.0)/* evaluate  erfc  for 0.46875 <= |x| <= 4.0 */\n    {\n        y = absxk;\n        xnum = c[8]*y;\n        xden = y;\n\n        for (i = 0; i< 7; i++)\n        {\n            xnum = (xnum + c[i]) * y;\n            xden = (xden + d[i]) * y;\n        }\n\n        tempVal=xnum + c[7];\n        tempVal1=xden + d[7];\n        result = tempVal/tempVal1;\n\n        tempVal=fix(y*16);\n        tempVal1=16;\n        z=tempVal/tempVal1;\n\n        del = (y-z)*(y+z);\n        result = exp((-1*z)*z) * exp((-1*del)) * result;\n\n    }\n    else /*% evaluate  erfc  for |x| > 4.0 */\n    {   \n        y = absxk;\n        z = 1/(y*y); \n        xnum = p[5]*z;\n        xden = z;\n        for (i = 0; i<4; i++)\n        {\n            xnum = (xnum + p[i]) * z;\n            xden = (xden + q[i]) * z;\n        }\n\n        tempVal=z*(xnum + p[4]);\n        tempVal1=xden + q[4];\n        result=tempVal/tempVal1;\n\n        tempVal=1/sqrt(PI);        \n        tempVal -= result;\n        tempVal1 = y;\n        result=tempVal/tempVal1;\n\n        tempVal=fix(y*16);\n        z=tempVal/16;\n        del = (y-z) * (y+z);\n        result = exp((-1*z)*z) * exp((-1*del)) * result;\n\n        /*check to see if result is finite */\n        {\n          int test;\n#ifdef _WIN32\n          test = _finite(result);\n#else\n          test = isfinite(result);\n#endif\n          if (test == 0) result = 0;\n        }\n    }\n\n    /*fix up for negative argument, erf, etc. */\n    if (xk < -thresh)\n    {\n        result = 2 - result;\n    }\n    else if (xk < -thresh)/* jint must = 2 */\n    {\n      if (xk < -26.628)  /* if less than XNEG (the largest negative argument acceptable to ERFCX) by IEEE standard */ \n        {\n          result = 1000000; /*%%ERROR (INF) */\n            WEIBULL_ERROR_HANDLER(-8,\"wcalcerfc helper function failed to converge..\" );\n        }\n        else\n        {\n            tempVal=fix(xk*16);\n            tempVal1=16;\n            z=tempVal/tempVal1;\n            del = (xk-z)*(xk+z);\n            y = exp(z*z) * exp(del);\n            result = (y+y) - result;\n        }\n    }\n\n    return result;\n}\n\n/* \n\nCalculate the inverse complementary error function of the input argument y, for y in the interval [0, 2]. The inverse complementary error function find the value x that satisfies the equation y = erfc(x).  based on fortran code based on  \"Rational Chebyshev approximations for the error function\" C   by W. J. Cody, Math. Comp., 1969, PP. 631-638. \nNote there are accelerated versions for GPUs and in the Intel Math Kernel library, so if you do this a lot it may be worh using those libraries. \n */ \n\n\nstatic double derfcinv(double x)\n{\n\n    double a [] = {1.370600482778535e-02, -3.051415712357203e-01, 1.524304069216834, -3.057303267970988, 2.710410832036097, -8.862269264526915e-01};\n    double b [] = {-5.319931523264068e-02, 6.311946752267222e-01, -2.432796560310728, 4.175081992982483, -3.320170388221430};\n    double c [] = {5.504751339936943e-03, 2.279687217114118e-01, 1.697592457770869, 1.802933168781950, -3.093354679843504, -2.077595676404383};\n    double d [] = {7.784695709041462e-03, 3.224671290700398e-01, 2.445134137142996, 3.754408661907416};\n    double q,r,u;\n\n    double result = 0;\n    double xlow = 0.0485000000;\n    double xhigh = 1.9515000000;\n    double tosp = 1.1283791670955126645;\n    double xk;\n    double tempVal, tempVal1, tempVal2;\n\n    xk = x;\n\n    /*Rational approximation for central region */\n    if ((xlow <= xk) && (xk <= xhigh))\n    { \n        q = xk - 1;\n        r = q*q;\n\n        tempVal1=(((((a[0]*r+a[1])*r+a[2])*r+a[3])*r+a[4])*r+a[5])*q;\n        tempVal2=((((b[0]*r+b[1])*r+b[2])*r+b[3])*r+b[4])*r+1;\n\n        result = tempVal1/tempVal2;\n    }\n\n    /*Rational approximation for lower region */\n    else if ((0 < xk) && (xk < xlow))\n    {\n        tempVal=xk/2;\n        q = sqrt(-2*log(tempVal));\n\n        tempVal1=((((c[0]*q+c[1])*q+c[2])*q+c[3])*q+c[4])*q+c[5];\n        tempVal2=(((d[0]*q+d[1])*q+d[2])*q+d[3])*q+1;\n\n        result=tempVal1/tempVal2;\n    }\n\n    /*Rational approximation for upper region */\n    else if ((xhigh < xk) && (xk < 2))\n    {\n        tempVal=xk/2;\n        q = sqrt(-2*log(1-tempVal));\n        tempVal1= -1*(((((c[0]*q+c[1])*q+c[2]))*q+c[3])*q+c[4])*q+c[5];\n        tempVal2= (((d[0]*q+d[1])*q+d[2])*q+d[3])*q+1;\n\n        result = tempVal1/tempVal2;\n\n    }\n\n    /* Root finding with Halley's method */\n    /* For f = erfc(x) - y  so then  f' = -2/sqrt(pi)*exp(-x^2), and  f\" = -2*x*f' */\n\n\n    {\n      double erfcx = wcalcerfc(result);\n      if(erfcx <0) WEIBULL_ERROR_HANDLER(-9999,\"derfcinv fails because wcalcerfc failed\");\n\n      tempVal= (-1*tosp);\n      tempVal1=(-1*result)*(result);\n      tempVal1=exp(tempVal1);\n      tempVal2=tempVal*tempVal1;\n\n      u = (erfcx - xk)/tempVal2;\n    }\n\n    tempVal=(1+result*u);\n\n    tempVal1= u / tempVal;\n\n    result = result - tempVal1;\n\n    return result;\n\n}\n\n\nstatic int  weibull_neg_log_likelihood(double* nlogL, double* acov, double* weibulparms, double* data,\n                     double* censoring, double* frequency, int size)\n{\n    int i;\n    double mu = weibulparms[0]; /* scale */ \n    double sigma = weibulparms[1]; /* shape */ \n\n    double* z = (double*)malloc(sizeof(double)*size);\n    double* expz = (double*)malloc(sizeof(double)*size);\n    double* L = (double*)malloc(sizeof(double)*size);\n    double logSigma;\n\n    if (sigma <= 0) WEIBULL_ERROR_HANDLER(-1,\"Bad sigma (shape) in weibull_neg_log_likelihood..\");\n\n    logSigma = log(sigma);\n\n    for (i = 0; i < size; i++)\n    {\n        z[i] = (data[i]-mu)/sigma;\n        expz[i] = exp(z[i]);\n        L[i] = (z[i]-logSigma)*(1-censoring[i]-expz[i]);\n    }\n\n    /* Sum up the individual contributions, and return the negative log-likelihood. */\n    for (i=0; i<size; i++)\n    {\n        *nlogL += (frequency[i]*L[i]);\n    }\n\n    *nlogL = *nlogL * -1;\n\n    /*Compute the negative hessian at the parameter values, and invert to get */\n    /*the observed information matrix. */\n    {\n      double* unc=(double*)malloc(sizeof(double)*size);\n      double nH11=0;\n      double nH12=0;\n      double nH22=0;\n\n      for (i=0; i<size; i++)\n        {\n          unc[i]=(1-censoring[i]);\n          nH11=nH11+(frequency[i]*expz[i]);\n        }\n      \n      for (i=0; i<size; i++)\n        {\n          nH12=nH12+(frequency[i] * ((z[i] + 1) * expz[i] - unc[i]));\n          nH22=nH22+(frequency[i] * (z[i] *(z[i] + 2) * expz[i] - ((2 * z[i] + 1) *unc[i])));\n        }\n      \n      {\n        double sigmaSq = sigma * sigma;\n        double avarDenom = (nH11*nH22 - nH12*nH12);\n\n        acov[0]=sigmaSq*(nH22/avarDenom);\n        acov[1]=sigmaSq*((-1*nH12)/avarDenom);\n        acov[2]=sigmaSq*((-1*nH12)/avarDenom);\n        acov[3]=sigmaSq*(nH11/avarDenom);\n      }\n      free(unc);\n    }\n\n    free(z);\n    free(expz);\n    free(L);\n    return 0;\n}\n\nstatic double weibull_scale_likelihood(double sigma, double* x, double* w, double xbar, int size)\n{\n    double v;\n    double* wLocal;\n    int i;\n    double sumxw;\n    double sumw;\n\n    wLocal=(double*)malloc(sizeof(double)*size);\n\n    for (i=0; i<size; i++)\n    {\n        wLocal[i]=w[i]*exp(x[i]/sigma);\n    }\n\n    sumxw=0;\n    sumw=0;\n\n    for (i=0; i<size; i++)\n    {\n        sumxw+=(wLocal[i]*x[i]);\n        sumw+=wLocal[i];\n    }\n\n    v = (sigma + xbar - sumxw / sumw);\n\n\n    free(wLocal);\n    return v;\n}\n\n/* based on dfzero from fortan, it finxs the zero in the given search bands, and stops if it is within tolerance. */\nstatic int wdfzero(double* sigmahat, double* likelihood_value, double* err, double* search_bands, double tol,\n                   double* x0, double* frequency, double meanUncensored, int size)\n{\n    double exitflag;\n    double a,b,c=0.0,d=0.0,e=0.0,m,p,q,r,s;\n    double fa,fb,fc;\n    double fval;\n    double tolerance;\n\n    exitflag=1;\n    *err = exitflag;\n\n    a = search_bands[0];\n    b = search_bands[1];\n\n    fa = weibull_scale_likelihood(a,x0,frequency,meanUncensored,size);\n    fb = weibull_scale_likelihood(b,x0,frequency,meanUncensored,size);\n\n    if (fa == 0)\n    {\n        b=a;\n        *sigmahat=b;\n        fval = fa;\n        *likelihood_value = fval;\n        return 1;\n    }\n    else if (fb == 0)\n    {   \n        fval=fb;\n        *likelihood_value = fval;\n        *sigmahat=b;\n        return 1;\n    }\n    else if ((fa > 0) == (fb > 0))\n    {   \n      WEIBULL_ERROR_HANDLER(-4,\"ERROR: wdfzero says function values at the interval endpoints must differ in sign\\n\");\n    }\n\n    fc = fb;\n\n    /*Main loop, exit from middle of the loop */\n    while (fb != 0)\n    {\n      /* Insure that b is the best result so far, a is the previous */\n      /* value of b, and that c is  on the opposite size of the zero from b. */\n        if ((fb > 0) == (fc > 0))\n        {\n            c = a;  \n            fc = fa;\n            d = b - a;  \n            e = d;\n        }\n\n        {\n          double absFC;\n          double absFB;\n          \n          absFC=fabs(fc);\n          absFB=fabs(fb);\n          \n          if (absFC < absFB)\n            {\n              a = b;    \n              b = c;    \n              c = a;\n              fa = fb;  \n              fb = fc;  \n              fc = fa;\n            }\n        }\n          \n        /*set up for test of Convergence, is the interval small enough? */\n        m = 0.5*(c - b);\n\n        {\n          double absB,  absM,  absFA,absFB, absE;\n          absB=fabs(b);\n          absM=fabs(m);\n          absFA=fabs(fa);\n          absFB=fabs(fb);\n          absE=fabs(e);\n          \n          {\n            tolerance = 2.0*tol *((absB > 1.0) ? absB : 1.0);\n\n          if ((absM <= tolerance) | (fb == 0.0))\n            break;\n\n          /*Choose bisection or interpolation */\n          if ((absE < tolerance) | (absFA <= absFB))\n            {\n              /*Bisection */\n              d = m; \n              e = m;\n            }\n          else\n            {\n              /*Interpolation */\n              s = fb/fa;\n              \n              if (a == c)\n                {\n                  /*Linear interpolation */\n                  p = 2.0*m*s;\n                  q = 1.0 - s;\n                }\n              else\n                {\n                  /*Inverse quadratic interpolation */\n                  q = fa/fc;\n                  r = fb/fc;\n                  p = s*(2.0*m*q*(q - r) - (b - a)*(r - 1.0));\n                  q = (q - 1.0)*(r - 1.0)*(s - 1.0);\n                }\n              \n              if (p > 0) \n                q = -1.0*q; \n              else\n                p = -1.0*p;\n            }\n          }\n\n              \n          {\n            double tempTolerance = tolerance*q;\n            double absToleranceQ;\n            double absEQ;\n            double tempEQ = (0.5 * e * q);\n            absToleranceQ=fabs(tempTolerance);\n            absEQ=fabs(tempEQ);\n            \n            /*Is interpolated point acceptable */\n            if ((2.0*p < 3.0*m*q - absToleranceQ) & (p < absEQ))\n              {\n                e = d;  \n                d = p/q;\n              }\n            else\n              {\n                d = m;  \n                e = m;\n              }\n          }\n            \n        } /*Interpolation */\n          \n        /*Next point */\n        a = b;\n        fa = fb;\n\n        if (fabs(d) > tolerance) \n            b = b + d;\n        else if (b > c) \n            b = b - tolerance;\n        else\n            b = b + tolerance;\n\n        fb = weibull_scale_likelihood(b,x0,frequency,meanUncensored,size);\n\n    }/*Main loop (While) */\n\n    fval=weibull_scale_likelihood(b,x0,frequency,meanUncensored,size);\n    *likelihood_value = fval;\n    *sigmahat=b;\n\n    return 1;\n}\n\nstatic int wnorminv(double* x, double* p,double *mu, double* sigma, int size)\n{\n    double* tempP = (double *)malloc(sizeof(double)*4);\n    double* tempMU = (double *)malloc(sizeof(double)*4);\n    double* tempSigma = (double *)malloc(sizeof(double)*4);\n\n    tempP[0]=p[0];\n    tempP[1]=p[0];\n    tempP[2]=p[1];\n    tempP[3]=p[1];\n\n    tempMU[0]=mu[0];\n    tempMU[1]=mu[0];\n    tempMU[2]=mu[1];\n    tempMU[3]=mu[1];\n\n    tempSigma[0]=sigma[0];\n    tempSigma[1]=sigma[0];\n    tempSigma[2]=sigma[1];\n    tempSigma[3]=sigma[1];\n\n    {\n      double myTemp;\n      double tempVal1, tempVal2;\n      double* x0 = (double*)malloc(sizeof(double)*4);\n\n      myTemp=tempP[0];\n      {\n        double terfc=derfcinv(2*myTemp);\n        if(terfc==-9999) WEIBULL_ERROR_HANDLER(-7,\"wnorminv fails since derfcinv\");\n        tempVal1=(-1*sqrt((double)2))* terfc;\n       \n        myTemp=tempP[2];\n        terfc=derfcinv(2*myTemp);\n        if(terfc==-9999) WEIBULL_ERROR_HANDLER(-7,\"wnorminv fails since derfcinv\");\n        tempVal2=(-1*sqrt((double)2))* terfc;\n      }\n\n      x0[0]=tempVal1;\n      x0[2]=tempVal1;\n      x0[1]=tempVal2;\n      x0[3]=tempVal2;\n      {\n        int i;\n        for (i=0; i<size; i++)\n          {\n            x[i]=tempSigma[i]*(x0[i])+tempMU[i];   \n          }\n      }\n      free(x0);\n    }\n\n    free(tempP);\n    free(tempMU);\n    free(tempSigma);\n    return 0;\n}\n\n\n\n  /* weibul  fitting is based on  methods developed for S/R and described\n     NIST/SEMATECH e-Handbook of Statistical Methods, http://www.itl.nist.gov/div898/handbook/\n     Lawless, J.F. (1982) Statistical Models and Methods for Lifetime Data, Wiley,\n     New York.  and  Meeker, W.Q. and L.A. Escobar (1998) Statistical Methods for Reliability Data,         Wiley, New York. \n     with some checking and validation with various tools incldsdfasding R, S, MTLAB and\n     http://www.engineeredsoftware.com/nasa/pe_weibull_mle.htm   (last accessed June 4 2012)\n\n*/\n\n\n\n#ifdef __cplusplus\nextern \"C\" {\n#endif\n\n  /*\n     weibull_fit does a maximum likelihood fitting to estimate the shape and scale parameters of a weibull probability distributon  @f[ \\frac{shape}{scale} (\\frac{x}{scale}e^-{{x/scale}^{shape}} @f]     \n     \n  @param weibullparms is an array of 2 doubles, which must be preallocated.  On successful completeion it will have shape and scale respectively.\n  @param wparm_confidenceintervals is an array of 4 doubles, which must be preallocated.  On successful completeion it will have confidence interval for shape in the first two item and the CI for scale in the second two items\n  @param inputData is a pointer the data to use for fitting the distribution. It must have at least size elements\n  @param size is the size of the data to be used for fitting.\n  @param alpha is parameter for Confidence interval size estimation. \n  @return return should be  1 if all went well. Values < 0 imply errors in fitting or data.  -1 means some data was negative, -2 means bad data range (e.g. all the same)  -3 or lower means MLE did not converge.\n\n   */\n\nint weibull_fit(double* weibullparms, double* wparm_confidenceintervals, double* inputData, double alpha, int size)\n{\n\n\n    double PI =  3.141592653589793238462;\n    double FULL_PRECISION_MIN = 2.225073858507201e-308; /* smalled full precision positive number anything smaller is unnormalized, for testing for underflow */ \n    double FULL_PRECISION_MAX = 1.797693134862315e+308; /* largest full precision positive number, for testing for overflow */ \n    double  tol = 1.000000000000000e-006;/* this impacts the non-linear estimation..  if your problem is highly unstable (small scale) this might be made larger but we never recommend anything greater than 10e-5.  Also if larger it will converge faster, so if yo can live with lower accuracy, you can change it */\n    double n;\n    double nuncensored=0;\n    double ncensored=0;\n    int i;\n    int code;\n\n    double *censoring= (double *)malloc(sizeof(double)*size);\n    double *frequency  = (double *)malloc(sizeof(double)*size);\n    double * var = (double *)malloc(sizeof(double)*size);\n    double* x0 =    (double *)malloc(sizeof(double)*size);\n\n#ifndef WEIBULL_IGNORE_ERRORS\n#ifdef WEIBULL_USE_ASSERTS\n    assert(x0 != NULL);\n#else\n    if(x0== NULL)\n      WEIBULL_ERROR_HANDLER( -1,\"malloc failed in weibull_fit\\n\");\n#endif\n#endif\n\n\n\n\n    /*set frequency to all 1.0's */\n    /*and censoring to 0.0's */\n    for (i=0; i< size; i++)\n    {\n        frequency[i]=1.0;\n        censoring[i]=0.0;\n    }\n    /*  ********************************************** */\n    for (i=0; i<size; i++)\n    {\n#ifndef WEIBULL_IGNORE_ERRORS\n#ifdef WEIBULL_USE_ASSERTS\n    assert(inputData[i]>0);\n#else\n    if(inputData[i]<=0) \n      WEIBULL_ERROR_HANDLER( -1,\"cannot have data <=0  in call to weibull_fit\\n\");\n#endif\n#endif\n\n        inputData[i]=log(inputData[i]);\n    }\n    /*  ********************************************** */\n    {\n      double mySum;\n      \n      mySum=0;\n      for (i=0; i<size; i++)\n        {\n          mySum+=frequency[i];\n        }\n      \n      n=mySum;\n      if(n<=1) WEIBULL_ERROR_HANDLER(-2,\"Insufficient distinct data in weibull_fit\\n\");\n      /*  ********************************************** */\n      {\n        mySum=0;\n        \n        for (i=0; i<size; i++)\n          {\n            mySum+=(frequency[i]*censoring[i]);\n          }\n        \n        ncensored=mySum;\n        nuncensored = n - ncensored;\n#ifndef WEIBULL_IGNORE_ERRORS\n#ifdef WEIBULL_USE_ASSERTS\n        assert(nuncensored>0);\n        assert(n>1);\n#else\n    /* too much uncensored data means a plateau with no max */ \n        if(nuncensored<=0) WEIBULL_ERROR_HANDLER(-2,\"Insufficient distinct data, hit a plateau in weibull_fit\\n\");\n#endif\n#endif\n\n      }\n    }\n\n    /* declar local for max/range computation  ********************************************** */\n    {\n      double maxVal, minVal;\n      double range, maxx;\n      double tempVal;\n      \n      maxVal=-1000000000;\n      minVal=1000000000;\n      \n      for (i=0; i<size; i++)\n        {\n          tempVal=inputData[i];\n          \n          if (tempVal < minVal)\n            minVal=tempVal;\n          \n          if (tempVal > maxVal)\n            maxVal=tempVal;\n        }\n      \n      range = maxVal - minVal;\n      maxx = maxVal;\n#ifndef WEIBULL_IGNORE_ERRORS\n#ifdef WEIBULL_USE_ASSERTS\n      assert(range>0);\n#else\n      if(range<=0) WEIBULL_ERROR_HANDLER(-2,\"Insufficient distinct data range in weibull_fit\\n\");\n#endif\n#endif\n      /*Shift x to max(x) == 0, min(x) = -1 to make likelihood eqn more stable. */\n      /*  ********************************************** */\n      {\n        double mean, myStd;\n      double sigmahat;\n      double meanUncensored;\n      double upper, lower;\n      double search_band[2];\n\n\n      \n      for (i=0; i<size; i++)\n        {\n          x0[i]=(inputData[i]-maxx)/range;\n        }\n      \n      mean=0;\n      myStd=0;\n      \n      for (i=0; i<size; i++)\n        {\n          mean+=x0[i];\n        }\n      \n      mean/=n;\n\n      for (i=0; i<size; i++)\n        {\n          var[i] = x0[i] - mean;\n        }\n      \n      for (i=0; i<size; i++)\n        {\n          myStd+=var[i]*var[i];\n        }\n      \n      myStd/=(n-1);\n      myStd=sqrt(myStd);\n      \n      sigmahat = (sqrt((double)(6.0))*myStd)/PI;\n\n      \n      meanUncensored=0;\n\n      for (i=0; i<size; i++)\n        {\n          meanUncensored+=(frequency[i]*x0[i])/n;\n        }\n\n      if ((tempVal=weibull_scale_likelihood(sigmahat,x0,frequency,meanUncensored,size)) > 0)\n        {\n          upper=sigmahat;\n          lower=0.5*upper;\n          \n          while((tempVal=weibull_scale_likelihood(lower,x0,frequency,meanUncensored,size)) > 0)\n            {\n              upper = lower;\n              lower = 0.5 * upper;\n              \n              if (lower < FULL_PRECISION_MIN)\n                {\n                  WEIBULL_ERROR_HANDLER(-3,\"MLE in wbfit Failed to converge leading for underflow in root finding\\n\");\n                }\n            }\n        }\n      else\n        {\n          lower = sigmahat;\n          upper = 2.0 * lower;\n          \n          while ((tempVal=weibull_scale_likelihood(upper,x0,frequency,meanUncensored,size)) < 0)\n            {\n              lower=upper;\n              upper = 2 * lower;\n              /* check for overflow, no finite root */\n#ifndef WEIBULL_IGNORE_ERRORS\n#ifdef WEIBULL_USE_ASSERTS\n              assert(upper <= FULL_PRECISION_MAX);\n#else\n              if(upper > FULL_PRECISION_MAX) WEIBULL_ERROR_HANDLER(-3,\"MLE in wbfit Failed to converge leading for overflow in root finding\\n\");\n#endif\n#endif\n            }\n        }\n      /* ****************************************** */\n      search_band[0]=lower;\n      search_band[1]=upper;\n      \n      /* ... Next we  go find the root (zero) of the likelihood eqn which  wil be the MLE for sigma. */\n      /* then  the MLE for mu has an explicit formula from that.  */\n      \n      {\n        double err;\n        double likelihood_value;\n        \n        \n        code = wdfzero(&sigmahat,&likelihood_value,&err,search_band,tol,x0,frequency,meanUncensored,size);\n        \n#ifndef WEIBULL_IGNORE_ERRORS\n#ifdef WEIBULL_USE_ASSERTS\n        assert(code == 1);\n#else\n        if(code != 1) WEIBULL_ERROR_HANDLER(-4, \"weibull_fit failed, could not find solution in MLE. Probably has insufficnt data distribution (e.g. all same value)...\\n\");\n#endif\n#endif\n      }\n\n  /* ****************************************** */\n        {\n          double muHat;\n          double sumfrequency;\n          \n          muHat=0;\n          sumfrequency=0;\n          \n          for (i=0; i<size; i++)\n            {\n              tempVal=exp(x0[i]/sigmahat);\n              sumfrequency +=(frequency[i]*tempVal);\n            }\n          \n          sumfrequency = sumfrequency / nuncensored;\n          muHat = sigmahat * log(sumfrequency);\n\n  /* ****************************************** */\n\n          /*Those were parameter estimates for the shifted, scaled data, now */\n          /*transform the parameters back to the original location and scale. */\n          weibullparms[0]=(range*muHat)+maxx;\n          weibullparms[1]=(range*sigmahat);\n        }\n    }\n    }\n\n    {\n          int rval;\n          double nlogL=0, tempVal;\n          double transfhat[2], se[2], probs[2],acov[4]; \n\n          probs[0]=alpha/2;\n          probs[1]=1-alpha/2;\n          /* ****************************************** */\n          \n          \n          rval=weibull_neg_log_likelihood(&nlogL,acov,weibullparms,inputData,censoring,frequency,size);\n          if(rval<0) WEIBULL_ERROR_HANDLER(-5,\"Failed to fine final parameters settings MLE failed. Memory leaked\");\n\n          /* ****************************************** */\n          /*Compute the Confidence Interval (CI)  for mu using a normal approximation for muhat.  Compute */\n          /*the CI for sigma using a normal approximation for log(sigmahat), and */\n          /*transform back to the original scale. */\n          \n          transfhat[0]=weibullparms[0];\n          transfhat[1]=log(weibullparms[1]);\n          \n          se[0]=sqrt(acov[0]);\n          se[1]=sqrt(acov[3]);\n          se[1]=se[1]/weibullparms[1];\n          \n          rval=wnorminv(wparm_confidenceintervals,probs,transfhat,se,4);\n          if(rval<0) WEIBULL_ERROR_HANDLER(-7,\"Cannot compute confidence interval since wnorminv fails. Memory leaked\");\n\n          wparm_confidenceintervals[2]=exp(wparm_confidenceintervals[2]);\n          wparm_confidenceintervals[3]=exp(wparm_confidenceintervals[3]);\n\n          tempVal=wparm_confidenceintervals[2];\n          wparm_confidenceintervals[2]=1/wparm_confidenceintervals[3];\n          wparm_confidenceintervals[3]=1/tempVal;\n          \n          wparm_confidenceintervals[0]=exp(wparm_confidenceintervals[0]);\n          wparm_confidenceintervals[1]=exp(wparm_confidenceintervals[1]);\n\n          weibullparms[0]=exp(weibullparms[0]);\n          weibullparms[1]=1/weibullparms[1];\n    }\n\n          /*free all memory */\n    free(x0);\n    free(var);\n    free(censoring);\n    free(frequency);\n    return 1;\n}\n\n#ifdef __cplusplus\n}\n#endif\n"
  },
  {
    "path": "open_intent_detection/methods/OpenMax/libMR/weibull.h",
    "content": "/*! \\file\n * weibull.h provides the headers for the  core functionality for the internal computing weibull fittings, as well as CDF and INF given parameters \n * this file is not intended for direc usage...\n *  \n * \n * Author Brian Heflin bheflin  at securics com\n * Author Walter Scheirer walter at securics com\n * Author Terry Boult tboult  at securics com\n *\n * Copyright 2010, 2011, Securics Inc.\n *\n * @section LICENSE\n *  See accompanying LICENSE agreement for full details on rights.\n *\n * Parts of this technology are subject to SBIR data rights and as described in DFARS 252.227-7018 (June 1995) SBIR Data Rights which apply to Contract Number: N00014-11-C-0243 and STTR N00014-07-M-0421 to Securics Inc, 1870 Austin Bluffs Parkway, Colorado Springs, CO 80918\n *\n *The Government's rights to use, modify, reproduce, release, perform, display, or disclose technical data or computer software marked with this legend are restricted during the period shown as provided in paragraph (b)(4) of the Rights in Non-commercial Technical Data and Computer Software-Small Business Innovative Research (SBIR) Program clause contained in the above identified contract.  Expiration of SBIR Data Rights: Expires four years after completion of the above cited project work for this or any other follow-on SBIR contract, whichever is later.\n *\n * No restrictions on government use apply after the expiration date shown above.  Any reproduction of technical data, computer software, or portions thereof marked with this legend must also reproduce the markings.\n *\n * @section Summary Description\n * This file contains the \"C\" interface functions for very basic Weibull usage for Meta-Recognition.   The weibull_fit and weibull_cdf are the primary functions to use. \n *\n * The code herein has a number of STRONG assumptions you must follow as we cannot test for all of them which is why we don't recommend use it directly\n *   1) All fitting and testing are presuming  \"larger is better\",  If you are fitting something where smaller is better you need to transform it.\n *   2) All data is positive (okay we can and do test for that, but better to know up front what you are doing) \n *   3) There must be sufficient range in your data to actually fit the Weibull.  If all the data is the same, or nearly the same, it may fail to converge and will report errors.\n *   4) For efficient fitting, we must satisfy a regularity condition (see N. M. Kiefer, Maximum likelihood estimation (MLE),  http://instruct1.cit.cornell.edu/courses/econ620/reviewm5.pdf, 2007),  and to do that the lower bound in Weibull data/fitting cannot be too small  so we recommend you translated the data to be well away from zero (part of why we only fit on upper side and, in the MetaRecognition class we translate more than just the min..)\n * \n *\n */\n\n#pragma once\n#ifndef WEIBULL_H\n#define WEIBULL_H\n\n#ifdef _WIN32\n#ifdef __cplusplus\nextern \"C\" {\n#endif\n_declspec(dllexport) double weibull_inv(double x, double scale, double shape);\n_declspec(dllexport) double weibull_cdf(double x, double scale, double shape);\n_declspec(dllexport) int weibull_fit(double* weibull_parms, double* wparm_confidenceintervals, double* inputData, double alpha, int size);\n_declspec(dllexport) void printWeibullBuildInfo(FILE *fh);\n#ifdef __cplusplus\n}\n#endif\n#else\n#ifdef __cplusplus\nextern \"C\" {\n#endif\n\n  /** if WEIBULL_USE_ASSERTS is defined, the code will use asserts to ensure its requirements are true, otherwise it returns error codes. Default is not defined */ \n  /** if WEIBULL_IGNORE_ERRORS is defined, the code will just presume things will work out and not waste time on testing for error. Default is not defined */ \n\n\n  /*#define WEIBULL_USE_ASSERTS  //!< \\def define this to force asserts rather than error codes. */\n  /*#define WEIBULL_IGNORE_ERRORS //!< \\def defien this to skip printing/return code for errors */\n\n\n  /**  weibull_cdf computes the probability (given our assumptions) that the value x is an outlier ABOVE the fit distribution.  if the distribution was non-match data, then it provides this probability that x is a match score.   If data was match-data then it would be the probability of it being a larger non-match. \n  computes @f[ 1-e^{{\\frac{x}{scale}}^{shape}} @f]\n\n  @param x  the location at which to compute the probability of being an outlier\n  @param scale the scale parmaeter of the weibull.  This is the first element in weibull_parms (as computed by our wlbfit) \n  @param shape the scale parmaeter of the weibull.  This is the first second in weibull_parms (as computed by our wlbfit) \n  @return if in the range [0-1] it is the probability of X being an outlier.  Any value < 0 is an error code.  returns -1 for invalid scale <=0 ,  -2 for invalid shape <=0 \n  *\n  */ \ndouble weibull_cdf(double x, double scale, double shape);\n\n\n  /**  weibull_inv computes the inverse weibull, i.e. returns the score S (given our assumptions) such that x=wlbcdf(s,scale,shape). Note it estimates from above, so if x=1.0 expect an answer of Inf (infinity). \n\n  @param x  the location at which you compute the inverse (must be between [0,1]\n  @param scale the scale parmaeter of the weibull.  This is the first element in weibull_parms (as computed by our wlbfit) \n  @param shape the scale parmaeter of the weibull.  This is the first second in weibull_parms (as computed by our wlbfit) \n  @return if X in the range [0-1], return S such that x=wlbcdf(s,scale,shape).  The return value is in the range [0,Inf].  Any return value < 0 is an error code.  returns -1 for invalid scale <=0 ,  -2 for invalid shape <=0  -3 for  X<0, -4 for x >1\n  *\n  */ \ndouble weibull_inv(double x, double scale, double shape);\n\n  /**\n     weibull_fit does a maximum likelihood fitting to estimate the shape and scale parameters of a weibull probability distributon  @f[ \\frac{shape}{scale} \\left(\\frac{x}{scale} \\cdot e^{-{\\left(\\frac{x}{scale}\\right)}^{shape}}\\right)@f]     \n     \n  @param weibull_parms is an array of 2 doubles, which must be preallocated.  On successful completeion it will have shape and scale respectively.\n  @param wparm_confidenceintervals is an array of 4 doubles, which must be preallocated.  On successful completeion it will have confidence interval for shape in the first two item and the CI for scale in the second two items\n  @param inputData is a pointer the data to use for fitting the distribution. It must have at least size elements\n  @param size is the size of the data to be used for fitting.\n  @param alpha is parameter for Confidence interval size estimation. \n  @return return should be  1 if all went well. Values < 0 imply errors in fitting or data.  -1 means some data was negative, -2 means bad data range (e.g. all the same)  -3 or lower means MLE did not converge.\n\n   */\nint weibull_fit(double* weibullparms, double* wparm_confidenceintervals, double* inputData, double alpha, int size);\n\n\n  /**\n     Print information about this build to a file descriptor.  Used for checking what is loaded for supporting people\n  */\nvoid printWeibullBuildInfo(FILE *fh); \n#ifdef __cplusplus\n}\n#endif\n\n#endif\n#endif\n"
  },
  {
    "path": "open_intent_detection/methods/OpenMax/manager.py",
    "content": "from importlib import import_module\nimport torch\nimport torch.nn.functional as F\nimport numpy as np\nimport copy\nimport logging\nfrom losses import loss_map\nfrom torch import nn\nfrom datetime import datetime\nfrom sklearn.metrics import confusion_matrix, accuracy_score\nfrom tqdm import trange, tqdm\nfrom utils.functions import restore_model, save_model\nfrom utils.metrics import F_measure\nfrom .openmax_utils import recalibrate_scores, weibull_tailfitting, compute_distance\n\n        \nclass OpenMaxManager:\n    \n    def __init__(self, args, data, model, logger_name = 'Detection'):\n        \n        self.logger = logging.getLogger(logger_name)\n\n        self.set_model_optimizer(args, data, model)\n\n        self.data = data \n        self.train_dataloader = data.dataloader.train_labeled_loader\n        self.eval_dataloader = data.dataloader.eval_loader \n        self.test_dataloader = data.dataloader.test_loader\n\n        self.loss_fct = loss_map[args.loss_fct]\n\n        if args.train:\n            self.weibull_model = None\n            self.train_results = []\n            \n        else:\n            restore_model(self.model, args.model_output_dir)\n\n    def set_model_optimizer(self, args, data, model):\n    \n        self.model = model.set_model(args, 'bert')  \n        self.optimizer, self.scheduler = model.set_optimizer(self.model, data.dataloader.num_train_examples, args.train_batch_size, \\\n                args.num_train_epochs, args.lr, args.warmup_proportion)\n        self.device = model.device\n\n    def train(self, args, data):     \n        \n        self.logger.info('Training Start...')\n        best_model = None\n        wait = 0\n        best_eval_score = 0\n        train_results = []\n\n        for epoch in trange(int(args.num_train_epochs), desc=\"Epoch\"):\n            self.model.train()\n            tr_loss = 0\n            nb_tr_examples, nb_tr_steps = 0, 0\n            \n            for step, batch in enumerate(tqdm(self.train_dataloader, desc=\"Iteration\")):\n\n                batch = tuple(t.to(self.device) for t in batch)\n                input_ids, input_mask, segment_ids, label_ids = batch\n                with torch.set_grad_enabled(True):\n                    \n                    loss = self.model(input_ids, segment_ids, input_mask, label_ids, mode='train', loss_fct=self.loss_fct)\n                    loss.backward()\n                    tr_loss += loss.item()\n\n                    self.optimizer.step()\n                    self.scheduler.step()\n                    self.optimizer.zero_grad()   \n                    \n                    nb_tr_examples += input_ids.size(0)\n                    nb_tr_steps += 1\n\n            loss = tr_loss / nb_tr_steps\n\n            y_true, y_pred = self.get_outputs(args, data, mode = 'eval') \n            eval_score = round(accuracy_score(y_true, y_pred) * 100, 2)\n            \n            eval_results = {\n                'train_loss': loss,\n                'eval_score': eval_score,\n                'best_eval_score': best_eval_score,\n            }\n            train_results.append(eval_results)\n\n            self.logger.info(\"***** Epoch: %s: Eval results *****\", str(epoch + 1))\n            for key in sorted(eval_results.keys()):\n                self.logger.info(\"  %s = %s\", key, str(eval_results[key]))\n\n            if eval_score > best_eval_score:\n\n                best_model = copy.deepcopy(self.model)\n                wait = 0\n                best_eval_score = eval_score\n\n            elif eval_score > 0:\n                wait += 1\n                if wait >= args.wait_patient:\n                    break\n        \n        self.model = best_model\n        self.train_results = train_results\n        \n        if args.save_model: \n            save_model(self.model, args.model_output_dir)\n\n        self.logger.info('Training finished...')\n\n    def get_outputs(self, args, data, mode = 'eval', get_feats = False, compute_centroids=False):\n        \n        if mode == 'eval':\n            dataloader = self.eval_dataloader\n        elif mode == 'test':\n            dataloader = self.test_dataloader\n        elif mode == 'train':\n            dataloader = self.train_dataloader\n\n        self.model.eval()\n\n        total_labels = torch.empty(0,dtype=torch.long).to(self.device)\n        total_logits = torch.empty((0, data.num_labels)).to(self.device)\n        total_features = torch.empty((0,args.feat_dim)).to(self.device)\n        \n        centroids = torch.zeros(data.num_labels, data.num_labels).to(self.device)\n\n        for batch in tqdm(dataloader, desc=\"Iteration\"):\n\n            batch = tuple(t.to(self.device) for t in batch)\n            input_ids, input_mask, segment_ids, label_ids = batch\n            with torch.set_grad_enabled(False):\n\n                pooled_output, logits = self.model(input_ids, segment_ids, input_mask)\n\n                total_labels = torch.cat((total_labels, label_ids))\n                total_logits = torch.cat((total_logits, logits))\n                total_features = torch.cat((total_features, pooled_output))\n\n                if compute_centroids:\n                    for i in range(len(label_ids)):\n                        centroids[label_ids[i]] += logits[i]  \n\n        if get_feats:\n\n            feats = total_features.cpu().numpy()\n            return feats \n\n        else:\n\n            total_probs = F.softmax(total_logits.detach(), dim=1)\n            total_maxprobs, total_preds = total_probs.max(dim = 1)\n            y_probs = total_probs.cpu().numpy()\n\n            y_pred = total_preds.cpu().numpy()\n            y_true = total_labels.cpu().numpy()\n\n            y_logit = total_logits.cpu().numpy()\n\n            if compute_centroids:\n                \n                centroids /= torch.tensor(self.class_count(y_true)).float().unsqueeze(1).to(self.device)\n                centroids = centroids.detach().cpu().numpy()\n\n                mean_vecs, dis_sorted = self.cal_vec_dis(args, data, centroids, y_logit, y_true)\n                weibull_model = weibull_tailfitting(mean_vecs, dis_sorted, data.num_labels, tailsize = args.weibull_tail_size)\n                \n                return weibull_model\n\n            else:\n\n                if self.weibull_model is not None:\n\n                    y_pred = self.classify_openmax(args, data, len(y_true), y_probs, y_logit)\n\n                \n            return y_true, y_pred\n            \n    def test(self, args, data, show = False):\n            \n        self.weibull_model = self.get_outputs(args, data, mode = 'train', compute_centroids=True)\n        y_true, y_pred = self.get_outputs(args, data, mode = 'test')\n\n        cm = confusion_matrix(y_true,y_pred)\n        test_results = F_measure(cm)\n\n        acc = round(accuracy_score(y_true, y_pred) * 100, 2)\n        test_results['Acc'] = acc\n\n        self.logger.info\n        self.logger.info(\"***** Test: Confusion Matrix *****\")\n        self.logger.info(\"%s\", str(cm))\n        self.logger.info(\"***** Test results *****\")\n\n        for key in sorted(test_results.keys()):\n            self.logger.info(\"  %s = %s\", key, str(test_results[key]))\n\n        test_results['y_true'] = y_true\n        test_results['y_pred'] = y_pred\n        \n        return test_results\n    \n    def classify_openmax(self, args, data, num_samples, y_prob, y_logit):\n            \n        y_preds = []\n\n        for i in range(num_samples):\n\n            textarr = {}\n            textarr['scores'] = y_prob[i]\n            textarr['fc8'] = y_logit[i]\n            openmax, softmax = recalibrate_scores(self.weibull_model, data.num_labels, textarr, \\\n                alpharank=min(args.alpharank, data.num_labels))\n\n            openmax = np.array(openmax)\n            pred = np.argmax(openmax)\n            max_prob = max(openmax)\n\n            if max_prob < args.threshold:\n                pred = data.unseen_label_id\n\n            y_preds.append(pred)    \n\n        return y_preds\n\n    def cal_vec_dis(self, args, data, centroids, y_logit, y_true):\n\n        mean_vectors = [x for x in centroids]\n\n        dis_all = []\n        for i in range(data.num_labels):\n            arr = y_logit[y_true == i]\n            dis_all.append(self.get_distances(args, arr, mean_vectors[i]))\n\n        dis_sorted = [sorted(x) for x in dis_all]\n\n        return mean_vectors, dis_sorted    \n    \n    def get_distances(self, args, arr, mav):\n\n        pre = []\n        for i in arr:\n            pre.append(compute_distance(i, mav, args.distance_type))\n\n        return pre\n\n    def class_count(self, labels):\n\n        class_data_num = []\n        for l in np.unique(labels):\n            num = len(labels[labels == l])\n            class_data_num.append(num)\n\n        return class_data_num\n        \n"
  },
  {
    "path": "open_intent_detection/methods/OpenMax/openmax_utils.py",
    "content": "import scipy.spatial.distance as spd\nimport scipy as sp\nimport numpy as np\ntry:\n    from .libMR import libmr\nexcept ImportError:\n    print (\"LibMR not installed or libmr.so not found\")\n    print (\"Install libmr: cd libMR/; ./compile.sh\")\n    \ndef computeOpenMaxProbability(openmax_fc8, openmax_score_u, n_classes):\n    \"\"\" Convert the scores in probability value using openmax\n    \n    Input:\n    ---------------\n    openmax_fc8 : modified FC8 layer from Weibull based computation\n    openmax_score_u : degree\n    Output:\n    ---------------\n    modified_scores : probability values modified using OpenMax framework,\n    by incorporating degree of uncertainity/openness for a given class\n    \n    \"\"\"\n    prob_scores, prob_unknowns = [], []\n    channel_scores, channel_unknowns = [], []\n    for category in range(n_classes):\n        channel_scores += [sp.exp(openmax_fc8[category])]\n\n    total_denominator = sp.sum(sp.exp(openmax_fc8[:])) + sp.exp(sp.sum(openmax_score_u[:]))\n\n    prob_scores += [channel_scores / total_denominator]\n\n    prob_unknowns += [sp.exp(sp.sum(openmax_score_u[:]))/total_denominator]\n    \n    prob_scores = sp.asarray(prob_scores)\n    prob_unknowns = sp.asarray(prob_unknowns) \n    \n    scores = sp.mean(prob_scores, axis = 0)\n    unknowns = sp.mean(prob_unknowns, axis=0)\n    modified_scores =  scores.tolist() + [unknowns]\n    \n    return modified_scores\n\ndef compute_distance(MAV, query_channel, distance_type):\n    \n    if distance_type == 'eucos':\n        query_distance = spd.euclidean(MAV, query_channel) / 200.  + spd.cosine(MAV, query_channel) / 200.\n    elif distance_type == 'euclidean':\n        query_distance = spd.euclidean(MAV, query_channel)\n    elif distance_type == 'cosine':\n        query_distance = spd.cosine(MAV, query_channel)\n    else:\n        print (\"distance type not known: enter either of eucos, euclidean or cosine\")\n    return query_distance\n\ndef weibull_tailfitting(mean_vecs, distance_values, num_labels, \n                        tailsize = 20):\n    \n    weibull_model = {}\n    # for each category, read meanfile, distance file, and perform weibull fitting\n    for category in range(num_labels):\n        weibull_model[category] = {}\n        distances = distance_values[category]\n        means = mean_vecs[category]\n        weibull_model[category]['distances'] = distances\n        weibull_model[category]['mean_vec'] = means\n        \n        mr = libmr.MR()\n        \n        tailtofit = distances[-tailsize:]\n        mr.fit_high(tailtofit, len(tailtofit))\n        weibull_model[category]['weibull_model'] = mr\n\n    return weibull_model\n\ndef query_weibull(category_name, weibull_model):\n    \"\"\" Query through dictionary for Weibull model.\n    Return in the order: [mean_vec, distances, weibull_model]\n    \n    Input:\n    ------------------------------\n    category_name : name of ImageNet category in WNET format. E.g. n01440764\n    weibull_model: dictonary of weibull models for \n    \"\"\"\n\n    category_weibull = []\n    category_weibull += [weibull_model[category_name]['mean_vec']]\n    category_weibull += [weibull_model[category_name]['distances']]\n    category_weibull += [weibull_model[category_name]['weibull_model']]\n\n    return category_weibull \n\ndef recalibrate_scores(weibull_model, num_labels, textarr, layer = 'fc8', alpharank = 5, distance_type = 'eucos'):\n    \n    txtlayer = textarr[layer]\n    ranked_list = textarr['scores'].argsort().ravel()[::-1]\n    alpha_weights = [((alpharank+1) - i)/float(alpharank) for i in range(1, alpharank+1)]\n    \n    ranked_alpha = sp.zeros(num_labels)\n\n    for i in range(len(alpha_weights)): \n        ranked_alpha[ranked_list[i]] = alpha_weights[i]\n\n    \n    # Now recalibrate each fc8 score for each channel and for each class\n    # to include probability of unknown\n    openmax_fc8, openmax_score_u = [], []\n\n    cha_scores = txtlayer\n    openmax_fc8_channel = []\n    openmax_fc8_unknown = []\n                            \n    for categoryid in range(num_labels):\n        # get distance between current channel and mean vector\n        category_weibull = query_weibull(categoryid, weibull_model)\n        distance = compute_distance(txtlayer, category_weibull[0], distance_type)                  \n        \n        # obtain w_score for the distance and compute probability of the distance\n        # being unknown wrt to mean training vector and channel distances for\n        # category and channel under consideration\n        wscore = category_weibull[2].w_score(distance)\n        \n        modified_fc8_score = cha_scores[categoryid] * (1 - wscore * ranked_alpha[categoryid])\n        openmax_fc8_channel += [modified_fc8_score]\n        openmax_fc8_unknown += [cha_scores[categoryid] - modified_fc8_score]\n        \n    openmax_fc8 = openmax_fc8_channel\n    openmax_score_u = openmax_fc8_unknown\n    openmax_fc8 = sp.asarray(openmax_fc8)\n    openmax_score_u = sp.asarray(openmax_score_u)\n    \n    # Pass the recalibrated fc8 scores for the image into openmax    \n    openmax_prob = computeOpenMaxProbability(openmax_fc8, openmax_score_u, num_labels)\n    softmax_prob = textarr['scores'].ravel() \n    \n    return sp.asarray(openmax_prob), sp.asarray(softmax_prob)\n"
  },
  {
    "path": "open_intent_detection/methods/SEG/manager.py",
    "content": "import torch\nimport torch.nn.functional as F\nimport numpy as np\nimport os\nimport copy\nimport logging\nimport pandas as pd\nfrom torch import nn\nfrom datetime import datetime\nfrom sklearn.metrics import confusion_matrix, accuracy_score\nfrom tqdm import trange, tqdm\n\nfrom utils.functions import save_model\nfrom utils.metrics import F_measure\nfrom utils.functions import restore_model\nfrom losses import loss_map\n\nfrom sklearn.neighbors import LocalOutlierFactor\n\n\nclass SEGManager:\n\n    def __init__(self, args, data, model, logger_name = 'Detection'):\n\n        self.logger = logging.getLogger(logger_name)\n\n        self.set_model_optimizer(args, data, model)\n\n        self.data = data \n        self.train_dataloader = data.dataloader.train_labeled_loader\n        self.eval_dataloader = data.dataloader.eval_loader \n        self.test_dataloader = data.dataloader.test_loader\n\n        if args.train:\n            self.best_features = None\n        else:\n            restore_model(self.model, args.model_output_dir)\n            self.best_features = np.load(os.path.join(args.method_output_dir, 'features.npy'))\n\n    def set_model_optimizer(self, args, data, model):\n    \n        self.model = model.set_model(args, 'bert')  \n        self.optimizer, self.scheduler = model.set_optimizer(self.model, data.dataloader.num_train_examples, args.train_batch_size, \\\n                args.num_train_epochs, args.lr, args.warmup_proportion)\n        self.device = model.device\n\n    def get_class_feats(self, args, data):\n        \n        from dataloaders.bert_loader import convert_examples_to_features, InputExample\n        from transformers import BertTokenizer\n        \n        known_labels = data.known_label_list\n        examples = []\n        for i, label in enumerate(known_labels):\n            if args.dataset == 'stackoverflow':\n                label = label.replace('-', ' ')\n            else:\n                label = label.replace('_', ' ')\n\n            guid = \"label-%s\" % i\n            examples.append(InputExample(guid=guid, text_a=label, text_b=None, label=None))\n\n        tokenizer = BertTokenizer.from_pretrained('bert-base-uncased', do_lower_case=True)\n\n        max_label_length = max([len(label.replace('_', ' ').split()) for label in known_labels]) + 2\n\n        if args.dataset == 'stackoverflow':\n            max_label_length = max([len(tokenizer.tokenize(label.replace('-', ' '))) for label in known_labels]) + 2\n        \n        features = convert_examples_to_features(examples, None, max_label_length, tokenizer)\n        \n        input_ids = torch.tensor([f.input_ids for f in features], dtype=torch.long)\n        segment_ids = torch.tensor([f.segment_ids for f in features], dtype=torch.long)\n        input_mask = torch.tensor([f.input_mask for f in features], dtype=torch.long)\n\n        class_feats = tuple((input_ids, segment_ids, input_mask))\n\n        return class_feats\n\n    def train(self, args, data):\n        \n        train_labels = [example.label for example in data.dataloader.train_labeled_examples]\n        self.p_y = torch.tensor(np.unique(train_labels, return_counts=True)[1] / data.dataloader.num_train_examples)\n        self.logger.info(\"Priori probability of each class = %s\", self.p_y.numpy())\n        if args.class_emb:\n            class_feats = self.get_class_feats(args, data)\n            self.class_feats = tuple(t.to(self.device) for t in class_feats)\n            class_ids, class_segment, class_mask = self.class_feats\n\n        best_model = None\n        best_eval_score = 0\n        wait = 0\n\n        for epoch in trange(int(args.num_train_epochs), desc=\"Epoch\"):\n\n            self.model.train()\n            tr_loss = 0\n            nb_tr_examples, nb_tr_steps = 0, 0\n\n            for step, batch in enumerate(tqdm(self.train_dataloader, desc=\"Iteration\")):\n            \n                batch = tuple(t.to(self.device) for t in batch)\n                input_ids, input_mask, segment_ids, label_ids = batch\n\n                with torch.set_grad_enabled(False):\n                    class_emb = self.model(class_ids, class_segment, class_mask, feature_ext=True) if args.class_emb else None\n\n                with torch.set_grad_enabled(True):\n\n                    loss = self.model(input_ids, segment_ids, input_mask, label_ids, mode='train', device=self.device, class_emb=class_emb, p_y = self.p_y)\n                    \n                    self.optimizer.zero_grad()\n\n                    loss.backward()\n\n                    self.optimizer.step()\n                    self.scheduler.step()\n\n                    tr_loss += loss.item()\n                    \n                    nb_tr_examples += input_ids.size(0)\n                    nb_tr_steps += 1\n\n            loss = tr_loss / nb_tr_steps\n            y_true, y_pred = self.get_outputs(args, data, self.eval_dataloader)\n\n            eval_score = round(accuracy_score(y_true, y_pred) * 100, 2)\n            \n            eval_results = {\n                'train_loss': loss,\n                'eval_acc': eval_score,\n                'best_acc':best_eval_score,\n            }\n            self.logger.info(\"***** Epoch: %s: Eval results *****\", str(epoch + 1))\n            for key in sorted(eval_results.keys()):\n                self.logger.info(\"  %s = %s\", key, str(eval_results[key]))\n\n            if eval_score >= best_eval_score:\n                best_eval_score = eval_score\n                best_model = copy.deepcopy(self.model)\n                wait = 0\n            else:\n                wait += 1\n                if wait >= args.wait_patient:\n                    break\n\n        self.model = best_model\n        \n        if args.save_model:\n            save_model(self.model, args.model_output_dir)\n\n\n    def classify_lof(self, data, preds, train_feats, pred_feats):\n        lof = LocalOutlierFactor(n_neighbors=20, contamination = 0.05, novelty=True, n_jobs=-1)\n        lof.fit(train_feats)\n        y_pred_lof = pd.Series(lof.predict(pred_feats))\n        preds[y_pred_lof[y_pred_lof == -1].index] = data.unseen_label_id\n        return preds\n\n    def get_outputs(self, args, data, dataloader, get_feats = False, train_feats = None):\n\n        self.model.eval()\n        \n        total_labels = torch.empty(0,dtype=torch.long).to(self.device)\n        total_logits = torch.empty((0, data.num_labels)).to(self.device)\n        total_features = torch.empty((0,args.feat_dim)).to(self.device)\n\n        for batch in tqdm(dataloader, desc=\"Iteration\"):\n            batch = tuple(t.to(self.device) for t in batch)\n            input_ids, input_mask, segment_ids, label_ids = batch\n            with torch.set_grad_enabled(False):\n                pooled_output, logits = self.model(input_ids, segment_ids, input_mask, p_y = self.p_y, device = self.device)\n\n                total_labels = torch.cat((total_labels,label_ids))\n                total_logits = torch.cat((total_logits, logits))\n                total_features = torch.cat((total_features, pooled_output))\n\n        if get_feats:\n            feats = total_features.cpu().numpy()\n            return feats \n        else:\n            total_preds = torch.argmax(total_logits.detach(), dim=1)\n            \n            y_pred = total_preds.cpu().numpy()\n            y_true = total_labels.cpu().numpy()\n            \n            if train_feats is not None:\n                feats = total_features.cpu().numpy()\n                y_pred = self.classify_lof(data, y_pred, train_feats, feats)\n            \n            return y_true, y_pred\n\n    def test(self, args, data, show=False):\n        train_feats = self.get_outputs(args, data, self.train_dataloader, get_feats = True)\n        y_true, y_pred = self.get_outputs(args, data, self.test_dataloader, train_feats = train_feats)\n        \n        cm = confusion_matrix(y_true, y_pred)\n        test_results = F_measure(cm)\n\n        acc = round(accuracy_score(y_true, y_pred) * 100, 2)\n        test_results['Acc'] = acc\n        \n        if show:\n            self.logger.info(\"***** Test: Confusion Matrix *****\")\n            self.logger.info(\"%s\", str(cm))\n            self.logger.info(\"***** Test results *****\")\n            \n            for key in sorted(test_results.keys()):\n                self.logger.info(\"  %s = %s\", key, str(test_results[key]))\n\n        test_results['y_true'] = y_true\n        test_results['y_pred'] = y_pred\n\n        return test_results\n    "
  },
  {
    "path": "open_intent_detection/methods/__init__.py",
    "content": "from .ADB.manager import ADBManager\nfrom .MSP.manager import MSPManager\nfrom .DeepUnk.manager import DeepUnkManager\nfrom .DOC.manager import DOCManager\nfrom .OpenMax.manager import OpenMaxManager\nfrom .K_1_way.manager import K_1_wayManager\nfrom .SEG.manager import SEGManager\nfrom .MDF.manager import MDFManager\nfrom .ARPL.manager import ARPLManager\nfrom .KNNCL.manager import KNNCLManager\nfrom .ADB_llama.manager import ADBManager_llama\n\nmethod_map = {\n                'ADB': ADBManager, \n                'DA-ADB': ADBManager, \n                'MSP': MSPManager, \n                'DeepUnk':DeepUnkManager, \n                'LOF': DeepUnkManager, \n                'DOC': DOCManager, \n                'OpenMax': OpenMaxManager, \n                'K+1-way': K_1_wayManager,\n                'SEG': SEGManager,\n                'MDF': MDFManager,\n                'ARPL': ARPLManager,\n                'KNNCL': KNNCLManager,\n                'DA-ADB_llama' : ADBManager_llama,\n            }\n"
  },
  {
    "path": "open_intent_detection/requirements.txt",
    "content": "boto3==1.18.13\nbotocore==1.21.13\ncertifi==2021.5.30\ncharset-normalizer==2.0.4\neasydict>=1.9\nidna==3.2\njmespath==0.10.0\njoblib==1.0.1\nmkl-fft>=1.2.0\nmkl-random==1.2.0\nmkl-service==2.3.0\npandas==1.1.5\nPillow>=8.2.0\npython-dateutil==2.8.2\npytz==2021.1\nregex==2021.8.3\nrequests==2.26.0\ns3transfer==0.5.0\nscikit-learn==0.24.2\nscipy==1.5.4\nsklearn==0.0\nthreadpoolctl==2.2.0\ntransformers==4.16.2\ntorch==1.7.1\ntorchaudio>=0.7.0a0+a853dff\ntorchvision>=0.8.2\ntqdm==4.62.0\nurllib3==1.26.6"
  },
  {
    "path": "open_intent_detection/results/__init__.py",
    "content": "from .ADB.manager import ADBManager\nfrom .MSP.manager import MSPManager\nfrom .DeepUnk.manager import DeepUnkManager\nfrom .DOC.manager import DOCManager\nfrom .OpenMax.manager import OpenMaxManager\nfrom .K_1_way.manager import K_1_wayManager\nfrom .SEG.manager import SEGManager\nfrom .MDF.manager import MDFManager\nfrom .ARPL.manager import ARPLManager\nfrom .KNNCL.manager import KNNCLManager\n\nmethod_map = {\n                'ADB': ADBManager, \n                'DA-ADB': ADBManager, \n                'MSP': MSPManager, \n                'DeepUnk':DeepUnkManager, \n                'LOF': DeepUnkManager, \n                'DOC': DOCManager, \n                'OpenMax': OpenMaxManager, \n                'K+1-way': K_1_wayManager,\n                'SEG': SEGManager,\n                'MDF': MDFManager,\n                'ARPL': ARPLManager,\n                'KNNCL': KNNCLManager\n            }\n"
  },
  {
    "path": "open_intent_detection/results/results.md",
    "content": "## Detailed Results\nResults of open classification with different known intent ratios (KIR, 0.25, 0.5, 0.75), and labeled ratios (LR, 0.2, 0.4, 0.6, 0.8, 1.0) on BANKING, OOS and StackOverflow datasets. “Open” and “Known” denote the macro f1-score over open class and known classes respectively.\n\n| dataset       | method    | KIR  | LR  |   Known  |   Open  | F1    | Acc   |\n|:-------------:|:---------:|:----:|:---:|:--------:|:-------:|:-----:|:-----:|\n| banking | (K+1)-way | 0.25 | 0.2 | 63.47 | 87.46 | 64.67 | 81.01 |\n| banking | (K+1)-way | 0.25 | 0.4 | 67.77 | 86.3 | 68.7 | 80.2 |\n| banking | (K+1)-way | 0.25 | 0.6 | 68.61 | 84.68 | 69.41 | 78.61 |\n| banking | (K+1)-way | 0.25 | 0.8 | 68.46 | 84.0 | 69.23 | 78.0 |\n| banking | (K+1)-way | 0.25 | 1.0 | 67.7 | 82.66 | 68.44 | 76.66 |\n| banking | (K+1)-way | 0.5 | 0.2 | 68.33 | 76.34 | 68.54 | 72.66 |\n| banking | (K+1)-way | 0.5 | 0.4 | 75.91 | 76.74 | 75.93 | 75.77 |\n| banking | (K+1)-way | 0.5 | 0.6 | 77.55 | 75.77 | 77.51 | 75.99 |\n| banking | (K+1)-way | 0.5 | 0.8 | 77.78 | 74.61 | 77.7 | 75.54 |\n| banking | (K+1)-way | 0.5 | 1.0 | 77.97 | 72.58 | 77.83 | 74.65 |\n| banking | (K+1)-way | 0.75 | 0.2 | 73.53 | 58.1 | 73.27 | 68.96 |\n| banking | (K+1)-way | 0.75 | 0.4 | 81.6 | 62.18 | 81.27 | 76.37 |\n| banking | (K+1)-way | 0.75 | 0.6 | 83.52 | 62.42 | 83.17 | 78.1 |\n| banking | (K+1)-way | 0.75 | 0.8 | 84.57 | 62.11 | 84.19 | 79.03 |\n| banking | (K+1)-way | 0.75 | 1.0 | 85.14 | 59.89 | 84.71 | 79.18 |\n| banking | ADB | 0.25 | 0.2 | 64.0 | 82.87 | 64.94 | 75.86 |\n| banking | ADB | 0.25 | 0.4 | 67.42 | 83.68 | 68.24 | 77.32 |\n| banking | ADB | 0.25 | 0.6 | 68.19 | 83.51 | 68.95 | 77.32 |\n| banking | ADB | 0.25 | 0.8 | 69.23 | 84.05 | 69.97 | 78.04 |\n| banking | ADB | 0.25 | 1.0 | 70.92 | 85.05 | 71.63 | 79.33 |\n| banking | ADB | 0.5 | 0.2 | 72.87 | 74.69 | 72.91 | 73.11 |\n| banking | ADB | 0.5 | 0.4 | 78.17 | 77.12 | 78.14 | 76.84 |\n| banking | ADB | 0.5 | 0.6 | 80.15 | 78.54 | 80.11 | 78.54 |\n| banking | ADB | 0.5 | 0.8 | 80.87 | 78.9 | 80.82 | 79.07 |\n| banking | ADB | 0.5 | 1.0 | 81.39 | 79.43 | 81.34 | 79.61 |\n| banking | ADB | 0.75 | 0.2 | 77.87 | 58.9 | 77.55 | 72.7 |\n| banking | ADB | 0.75 | 0.4 | 82.21 | 61.78 | 81.86 | 76.77 |\n| banking | ADB | 0.75 | 0.6 | 84.62 | 64.49 | 84.28 | 79.24 |\n| banking | ADB | 0.75 | 0.8 | 85.62 | 65.96 | 85.29 | 80.41 |\n| banking | ADB | 0.75 | 1.0 | 86.44 | 67.34 | 86.11 | 81.39 |\n| banking | ARPL | 0.25 | 0.2 | 0.22 | 85.94 | 4.5 | 75.35 |\n| banking | ARPL | 0.25 | 0.4 | 4.73 | 85.93 | 8.79 | 75.56 |\n| banking | ARPL | 0.25 | 0.6 | 30.17 | 86.92 | 33.01 | 78.42 |\n| banking | ARPL | 0.25 | 0.8 | 55.1 | 85.82 | 56.64 | 78.68 |\n| banking | ARPL | 0.25 | 1.0 | 62.99 | 83.39 | 64.01 | 76.8 |\n| banking | ARPL | 0.5 | 0.2 | 0.33 | 67.26 | 2.04 | 50.72 |\n| banking | ARPL | 0.5 | 0.4 | 26.08 | 70.4 | 27.21 | 58.81 |\n| banking | ARPL | 0.5 | 0.6 | 70.8 | 77.55 | 70.97 | 75.32 |\n| banking | ARPL | 0.5 | 0.8 | 76.68 | 75.77 | 76.66 | 75.9 |\n| banking | ARPL | 0.5 | 1.0 | 77.93 | 71.79 | 77.77 | 74.11 |\n| banking | ARPL | 0.75 | 0.2 | 1.1 | 39.71 | 1.75 | 25.21 |\n| banking | ARPL | 0.75 | 0.4 | 52.99 | 50.6 | 52.95 | 55.5 |\n| banking | ARPL | 0.75 | 0.6 | 81.82 | 62.75 | 81.5 | 77.08 |\n| banking | ARPL | 0.75 | 0.8 | 84.63 | 62.32 | 84.25 | 79.1 |\n| banking | ARPL | 0.75 | 1.0 | 85.58 | 61.26 | 85.16 | 79.6 |\n| banking | DA-ADB | 0.25 | 0.2 | 66.55 | 87.71 | 67.61 | 81.55 |\n| banking | DA-ADB | 0.25 | 0.4 | 71.1 | 87.43 | 71.92 | 81.83 |\n| banking | DA-ADB | 0.25 | 0.6 | 71.95 | 87.18 | 72.71 | 81.66 |\n| banking | DA-ADB | 0.25 | 0.8 | 73.29 | 86.96 | 73.98 | 81.62 |\n| banking | DA-ADB | 0.25 | 1.0 | 73.05 | 86.57 | 73.73 | 81.19 |\n| banking | DA-ADB | 0.5 | 0.2 | 70.52 | 78.39 | 70.72 | 74.94 |\n| banking | DA-ADB | 0.5 | 0.4 | 78.42 | 80.8 | 78.48 | 79.25 |\n| banking | DA-ADB | 0.5 | 0.6 | 80.65 | 81.55 | 80.67 | 80.56 |\n| banking | DA-ADB | 0.5 | 0.8 | 81.72 | 81.85 | 81.72 | 81.14 |\n| banking | DA-ADB | 0.5 | 1.0 | 82.54 | 81.93 | 82.53 | 81.51 |\n| banking | DA-ADB | 0.75 | 0.2 | 72.16 | 58.84 | 71.93 | 68.27 |\n| banking | DA-ADB | 0.75 | 0.4 | 80.08 | 64.21 | 79.81 | 75.33 |\n| banking | DA-ADB | 0.75 | 0.6 | 83.19 | 66.84 | 82.91 | 78.36 |\n| banking | DA-ADB | 0.75 | 0.8 | 84.68 | 68.14 | 84.4 | 79.84 |\n| banking | DA-ADB | 0.75 | 1.0 | 85.93 | 69.37 | 85.65 | 81.12 |\n| banking | DOC | 0.25 | 0.2 | 11.7 | 77.82 | 15.01 | 69.2 |\n| banking | DOC | 0.25 | 0.4 | 62.13 | 83.56 | 63.21 | 76.54 |\n| banking | DOC | 0.25 | 0.6 | 64.64 | 80.12 | 65.41 | 73.37 |\n| banking | DOC | 0.25 | 0.8 | 65.89 | 78.4 | 66.52 | 71.95 |\n| banking | DOC | 0.25 | 1.0 | 65.16 | 76.64 | 65.74 | 70.31 |\n| banking | DOC | 0.5 | 0.2 | 0.39 | 55.18 | 1.8 | 40.74 |\n| banking | DOC | 0.5 | 0.4 | 52.42 | 67.69 | 52.81 | 62.89 |\n| banking | DOC | 0.5 | 0.6 | 71.67 | 75.9 | 71.78 | 74.18 |\n| banking | DOC | 0.5 | 0.8 | 76.1 | 74.72 | 76.07 | 74.87 |\n| banking | DOC | 0.5 | 1.0 | 78.38 | 72.66 | 78.24 | 74.6 |\n| banking | DOC | 0.75 | 0.2 | 0.12 | 23.95 | 0.53 | 15.4 |\n| banking | DOC | 0.75 | 0.4 | 29.28 | 40.69 | 29.47 | 38.0 |\n| banking | DOC | 0.75 | 0.6 | 72.6 | 58.28 | 72.36 | 69.48 |\n| banking | DOC | 0.75 | 0.8 | 80.07 | 62.37 | 79.77 | 75.75 |\n| banking | DOC | 0.75 | 1.0 | 84.14 | 63.51 | 83.79 | 78.94 |\n| banking | DeepUnk | 0.25 | 0.2 | 52.93 | 65.27 | 53.55 | 58.32 |\n| banking | DeepUnk | 0.25 | 0.4 | 62.24 | 75.55 | 62.9 | 68.66 |\n| banking | DeepUnk | 0.25 | 0.6 | 65.44 | 79.04 | 66.12 | 72.71 |\n| banking | DeepUnk | 0.25 | 0.8 | 65.01 | 77.12 | 65.62 | 70.82 |\n| banking | DeepUnk | 0.25 | 1.0 | 64.97 | 76.98 | 65.57 | 70.68 |\n| banking | DeepUnk | 0.5 | 0.2 | 64.36 | 59.23 | 64.23 | 61.64 |\n| banking | DeepUnk | 0.5 | 0.4 | 72.02 | 65.51 | 71.85 | 68.04 |\n| banking | DeepUnk | 0.5 | 0.6 | 73.33 | 65.8 | 73.14 | 68.87 |\n| banking | DeepUnk | 0.5 | 0.8 | 74.7 | 66.11 | 74.48 | 69.74 |\n| banking | DeepUnk | 0.5 | 1.0 | 75.61 | 67.8 | 75.41 | 71.01 |\n| banking | DeepUnk | 0.75 | 0.2 | 68.8 | 43.61 | 68.37 | 64.46 |\n| banking | DeepUnk | 0.75 | 0.4 | 76.43 | 48.21 | 75.95 | 70.45 |\n| banking | DeepUnk | 0.75 | 0.6 | 79.87 | 49.74 | 79.36 | 73.16 |\n| banking | DeepUnk | 0.75 | 0.8 | 80.86 | 50.23 | 80.34 | 74.07 |\n| banking | DeepUnk | 0.75 | 1.0 | 81.65 | 50.57 | 81.12 | 74.73 |\n| banking | KNNCL | 0.25 | 0.2 | 41.22 | 53.93 | 41.86 | 47.06 |\n| banking | KNNCL | 0.25 | 0.4 | 62.14 | 79.69 | 63.02 | 72.38 |\n| banking | KNNCL | 0.25 | 0.6 | 65.75 | 81.77 | 66.55 | 75.1 |\n| banking | KNNCL | 0.25 | 0.8 | 66.66 | 81.62 | 67.41 | 75.19 |\n| banking | KNNCL | 0.25 | 1.0 | 65.54 | 79.34 | 66.23 | 73.01 |\n| banking | KNNCL | 0.5 | 0.2 | 48.52 | 44.93 | 48.43 | 47.81 |\n| banking | KNNCL | 0.5 | 0.4 | 66.23 | 60.43 | 66.08 | 62.92 |\n| banking | KNNCL | 0.5 | 0.6 | 71.57 | 64.19 | 71.38 | 67.21 |\n| banking | KNNCL | 0.5 | 0.8 | 74.32 | 66.61 | 74.12 | 69.65 |\n| banking | KNNCL | 0.5 | 1.0 | 75.16 | 67.21 | 74.96 | 70.41 |\n| banking | KNNCL | 0.75 | 0.2 | 49.99 | 29.95 | 49.58 | 49.08 |\n| banking | KNNCL | 0.75 | 0.4 | 69.16 | 42.99 | 68.72 | 64.44 |\n| banking | KNNCL | 0.75 | 0.6 | 76.22 | 47.56 | 75.74 | 70.12 |\n| banking | KNNCL | 0.75 | 0.8 | 79.63 | 49.93 | 79.13 | 72.92 |\n| banking | KNNCL | 0.75 | 1.0 | 81.76 | 51.42 | 81.25 | 74.78 |\n| banking | LOF | 0.25 | 0.2 | 54.11 | 64.83 | 54.65 | 58.5 |\n| banking | LOF | 0.25 | 0.4 | 61.21 | 72.81 | 61.79 | 66.38 |\n| banking | LOF | 0.25 | 0.6 | 61.66 | 72.19 | 62.18 | 66.04 |\n| banking | LOF | 0.25 | 0.8 | 60.64 | 70.02 | 61.11 | 64.04 |\n| banking | LOF | 0.25 | 1.0 | 62.89 | 72.64 | 63.38 | 66.73 |\n| banking | LOF | 0.5 | 0.2 | 68.13 | 60.62 | 67.94 | 64.03 |\n| banking | LOF | 0.5 | 0.4 | 75.65 | 70.25 | 75.51 | 72.03 |\n| banking | LOF | 0.5 | 0.6 | 76.46 | 69.38 | 76.28 | 72.08 |\n| banking | LOF | 0.5 | 0.8 | 76.51 | 67.71 | 76.29 | 71.44 |\n| banking | LOF | 0.5 | 1.0 | 76.51 | 66.81 | 76.26 | 71.13 |\n| banking | LOF | 0.75 | 0.2 | 75.53 | 48.45 | 75.07 | 69.34 |\n| banking | LOF | 0.75 | 0.4 | 80.91 | 51.7 | 80.41 | 74.07 |\n| banking | LOF | 0.75 | 0.6 | 82.89 | 53.94 | 82.4 | 76.01 |\n| banking | LOF | 0.75 | 0.8 | 83.67 | 54.55 | 83.18 | 76.87 |\n| banking | LOF | 0.75 | 1.0 | 84.15 | 54.19 | 83.64 | 77.21 |\n| banking | MDF | 0.25 | 0.2 | 0.1 | 85.93 | 4.39 | 75.33 |\n| banking | MDF | 0.25 | 0.4 | 0.13 | 85.93 | 4.42 | 75.34 |\n| banking | MDF | 0.25 | 0.6 | 11.81 | 86.56 | 15.55 | 76.66 |\n| banking | MDF | 0.25 | 0.8 | 32.6 | 86.86 | 35.32 | 77.97 |\n| banking | MDF | 0.25 | 1.0 | 44.8 | 85.7 | 46.85 | 77.17 |\n| banking | MDF | 0.5 | 0.2 | 0.04 | 67.25 | 1.76 | 50.66 |\n| banking | MDF | 0.5 | 0.4 | 31.98 | 69.11 | 32.93 | 57.6 |\n| banking | MDF | 0.5 | 0.6 | 53.43 | 66.09 | 53.75 | 60.55 |\n| banking | MDF | 0.5 | 0.8 | 61.02 | 61.79 | 61.04 | 60.72 |\n| banking | MDF | 0.5 | 1.0 | 64.27 | 57.72 | 64.1 | 60.18 |\n| banking | MDF | 0.75 | 0.2 | 7.52 | 40.33 | 8.07 | 27.54 |\n| banking | MDF | 0.75 | 0.4 | 56.93 | 41.39 | 56.67 | 51.19 |\n| banking | MDF | 0.75 | 0.6 | 69.58 | 39.14 | 69.06 | 60.16 |\n| banking | MDF | 0.75 | 0.8 | 73.74 | 35.86 | 73.09 | 63.33 |\n| banking | MDF | 0.75 | 1.0 | 75.47 | 33.43 | 74.76 | 64.59 |\n| banking | MSP | 0.25 | 0.2 | 51.82 | 54.5 | 51.95 | 50.69 |\n| banking | MSP | 0.25 | 0.4 | 51.83 | 47.51 | 51.61 | 46.68 |\n| banking | MSP | 0.25 | 0.6 | 51.15 | 43.81 | 50.78 | 44.59 |\n| banking | MSP | 0.25 | 0.8 | 51.64 | 44.17 | 51.27 | 44.92 |\n| banking | MSP | 0.25 | 1.0 | 50.47 | 39.42 | 49.92 | 42.19 |\n| banking | MSP | 0.5 | 0.2 | 71.16 | 63.69 | 70.97 | 67.02 |\n| banking | MSP | 0.5 | 0.4 | 73.16 | 54.83 | 72.69 | 64.37 |\n| banking | MSP | 0.5 | 0.6 | 73.39 | 51.82 | 72.83 | 63.55 |\n| banking | MSP | 0.5 | 0.8 | 72.97 | 46.47 | 72.29 | 61.6 |\n| banking | MSP | 0.5 | 1.0 | 73.2 | 46.29 | 72.51 | 61.67 |\n| banking | MSP | 0.75 | 0.2 | 78.32 | 55.78 | 77.94 | 72.92 |\n| banking | MSP | 0.75 | 0.4 | 83.27 | 53.99 | 82.77 | 76.57 |\n| banking | MSP | 0.75 | 0.6 | 84.28 | 49.97 | 83.7 | 76.93 |\n| banking | MSP | 0.75 | 0.8 | 84.75 | 48.71 | 84.14 | 77.22 |\n| banking | MSP | 0.75 | 1.0 | 84.99 | 46.05 | 84.33 | 77.08 |\n| banking | OpenMax | 0.25 | 0.2 | 59.71 | 82.37 | 60.84 | 74.88 |\n| banking | OpenMax | 0.25 | 0.4 | 60.03 | 67.83 | 60.42 | 61.92 |\n| banking | OpenMax | 0.25 | 0.6 | 56.52 | 58.37 | 56.61 | 54.53 |\n| banking | OpenMax | 0.25 | 0.8 | 55.89 | 56.75 | 55.94 | 53.44 |\n| banking | OpenMax | 0.25 | 1.0 | 53.42 | 48.52 | 53.18 | 47.76 |\n| banking | OpenMax | 0.5 | 0.2 | 52.81 | 74.9 | 53.38 | 68.61 |\n| banking | OpenMax | 0.5 | 0.4 | 74.05 | 70.14 | 73.95 | 71.61 |\n| banking | OpenMax | 0.5 | 0.6 | 74.7 | 63.9 | 74.42 | 69.03 |\n| banking | OpenMax | 0.5 | 0.8 | 74.94 | 56.44 | 74.46 | 66.0 |\n| banking | OpenMax | 0.5 | 1.0 | 75.16 | 55.03 | 74.64 | 65.53 |\n| banking | OpenMax | 0.75 | 0.2 | 26.53 | 44.19 | 26.83 | 38.92 |\n| banking | OpenMax | 0.75 | 0.4 | 74.78 | 58.85 | 74.51 | 71.67 |\n| banking | OpenMax | 0.75 | 0.6 | 82.56 | 58.18 | 82.15 | 76.92 |\n| banking | OpenMax | 0.75 | 0.8 | 84.14 | 55.08 | 83.65 | 77.57 |\n| banking | OpenMax | 0.75 | 1.0 | 85.5 | 53.02 | 84.95 | 78.32 |\n| banking | SEG | 0.25 | 0.2 | 31.32 | 33.31 | 31.42 | 30.75 |\n| banking | SEG | 0.25 | 0.4 | 47.22 | 56.14 | 47.66 | 50.08 |\n| banking | SEG | 0.25 | 0.6 | 51.1 | 57.09 | 51.4 | 52.01 |\n| banking | SEG | 0.25 | 0.8 | 50.97 | 54.13 | 51.12 | 50.26 |\n| banking | SEG | 0.25 | 1.0 | 51.48 | 51.58 | 51.49 | 48.73 |\n| banking | SEG | 0.5 | 0.2 | 39.47 | 24.85 | 39.09 | 35.44 |\n| banking | SEG | 0.5 | 0.4 | 53.85 | 38.13 | 53.45 | 48.05 |\n| banking | SEG | 0.5 | 0.6 | 58.91 | 41.73 | 58.47 | 52.07 |\n| banking | SEG | 0.5 | 0.8 | 62.26 | 43.9 | 61.79 | 54.53 |\n| banking | SEG | 0.5 | 1.0 | 63.85 | 43.03 | 63.32 | 55.11 |\n| banking | SEG | 0.75 | 0.2 | 41.77 | 19.57 | 41.4 | 40.03 |\n| banking | SEG | 0.75 | 0.4 | 57.27 | 30.43 | 56.82 | 54.39 |\n| banking | SEG | 0.75 | 0.6 | 64.67 | 35.01 | 64.16 | 60.51 |\n| banking | SEG | 0.75 | 0.8 | 67.69 | 38.04 | 67.19 | 63.18 |\n| banking | SEG | 0.75 | 1.0 | 70.1 | 37.22 | 69.54 | 64.65 |\n| oos | (K+1)-way | 0.25 | 0.2 | 71.52 | 92.92 | 72.07 | 88.5 |\n| oos | (K+1)-way | 0.25 | 0.4 | 76.08 | 93.06 | 76.52 | 89.01 |\n| oos | (K+1)-way | 0.25 | 0.6 | 76.11 | 92.18 | 76.52 | 87.9 |\n| oos | (K+1)-way | 0.25 | 0.8 | 75.57 | 91.71 | 75.98 | 87.26 |\n| oos | (K+1)-way | 0.25 | 1.0 | 74.02 | 90.27 | 74.43 | 85.36 |\n| oos | (K+1)-way | 0.5 | 0.2 | 76.5 | 86.73 | 76.63 | 82.8 |\n| oos | (K+1)-way | 0.5 | 0.4 | 80.8 | 87.05 | 80.88 | 84.1 |\n| oos | (K+1)-way | 0.5 | 0.6 | 81.72 | 86.05 | 81.78 | 83.55 |\n| oos | (K+1)-way | 0.5 | 0.8 | 81.43 | 84.48 | 81.47 | 82.3 |\n| oos | (K+1)-way | 0.5 | 1.0 | 81.52 | 84.25 | 81.56 | 82.19 |\n| oos | (K+1)-way | 0.75 | 0.2 | 79.53 | 79.59 | 79.53 | 79.79 |\n| oos | (K+1)-way | 0.75 | 0.4 | 85.0 | 81.79 | 84.97 | 83.48 |\n| oos | (K+1)-way | 0.75 | 0.6 | 86.43 | 82.15 | 86.39 | 84.41 |\n| oos | (K+1)-way | 0.75 | 0.8 | 86.8 | 81.31 | 86.75 | 84.24 |\n| oos | (K+1)-way | 0.75 | 1.0 | 86.72 | 79.59 | 86.66 | 83.51 |\n| oos | ADB | 0.25 | 0.2 | 72.18 | 90.32 | 72.65 | 85.16 |\n| oos | ADB | 0.25 | 0.4 | 75.49 | 91.45 | 75.9 | 86.93 |\n| oos | ADB | 0.25 | 0.6 | 75.99 | 91.63 | 76.4 | 87.19 |\n| oos | ADB | 0.25 | 0.8 | 76.96 | 92.06 | 77.35 | 87.82 |\n| oos | ADB | 0.25 | 1.0 | 77.85 | 92.36 | 78.23 | 88.3 |\n| oos | ADB | 0.5 | 0.2 | 79.5 | 85.34 | 79.58 | 82.23 |\n| oos | ADB | 0.5 | 0.4 | 82.35 | 86.75 | 82.41 | 84.23 |\n| oos | ADB | 0.5 | 0.6 | 83.56 | 87.36 | 83.61 | 85.06 |\n| oos | ADB | 0.5 | 0.8 | 84.03 | 87.65 | 84.07 | 85.44 |\n| oos | ADB | 0.5 | 1.0 | 85.12 | 88.6 | 85.16 | 86.54 |\n| oos | ADB | 0.75 | 0.2 | 84.15 | 81.19 | 84.12 | 82.69 |\n| oos | ADB | 0.75 | 0.4 | 86.64 | 82.62 | 86.61 | 84.7 |\n| oos | ADB | 0.75 | 0.6 | 87.74 | 83.64 | 87.71 | 85.76 |\n| oos | ADB | 0.75 | 0.8 | 88.45 | 84.33 | 88.41 | 86.46 |\n| oos | ADB | 0.75 | 1.0 | 88.97 | 84.85 | 88.94 | 86.99 |\n| oos | ARPL | 0.25 | 0.2 | 0.02 | 88.89 | 2.3 | 80.0 |\n| oos | ARPL | 0.25 | 0.4 | 14.09 | 89.73 | 16.03 | 81.79 |\n| oos | ARPL | 0.25 | 0.6 | 63.12 | 92.4 | 63.87 | 87.61 |\n| oos | ARPL | 0.25 | 0.8 | 72.24 | 90.66 | 72.71 | 85.8 |\n| oos | ARPL | 0.25 | 1.0 | 73.01 | 89.63 | 73.44 | 84.51 |\n| oos | ARPL | 0.5 | 0.2 | 0.57 | 75.47 | 1.55 | 60.66 |\n| oos | ARPL | 0.5 | 0.4 | 67.9 | 85.83 | 68.14 | 81.02 |\n| oos | ARPL | 0.5 | 0.6 | 82.25 | 85.58 | 82.29 | 83.38 |\n| oos | ARPL | 0.5 | 0.8 | 82.07 | 84.2 | 82.09 | 82.34 |\n| oos | ARPL | 0.5 | 1.0 | 80.87 | 81.81 | 80.88 | 80.36 |\n| oos | ARPL | 0.75 | 0.2 | 5.05 | 59.03 | 5.53 | 43.08 |\n| oos | ARPL | 0.75 | 0.4 | 80.78 | 80.74 | 80.78 | 81.54 |\n| oos | ARPL | 0.75 | 0.6 | 87.25 | 80.82 | 87.19 | 84.27 |\n| oos | ARPL | 0.75 | 0.8 | 86.84 | 77.93 | 86.77 | 82.89 |\n| oos | ARPL | 0.75 | 1.0 | 86.1 | 74.67 | 86.0 | 81.29 |\n| oos | DA-ADB | 0.25 | 0.2 | 75.16 | 93.56 | 75.64 | 89.63 |\n| oos | DA-ADB | 0.25 | 0.4 | 78.03 | 93.39 | 78.43 | 89.6 |\n| oos | DA-ADB | 0.25 | 0.6 | 78.63 | 93.31 | 79.01 | 89.56 |\n| oos | DA-ADB | 0.25 | 0.8 | 79.1 | 93.19 | 79.47 | 89.43 |\n| oos | DA-ADB | 0.25 | 1.0 | 79.57 | 93.2 | 79.92 | 89.48 |\n| oos | DA-ADB | 0.5 | 0.2 | 77.55 | 88.13 | 77.69 | 84.42 |\n| oos | DA-ADB | 0.5 | 0.4 | 82.51 | 89.36 | 82.6 | 86.56 |\n| oos | DA-ADB | 0.5 | 0.6 | 84.1 | 89.75 | 84.18 | 87.27 |\n| oos | DA-ADB | 0.5 | 0.8 | 85.08 | 90.05 | 85.15 | 87.76 |\n| oos | DA-ADB | 0.5 | 1.0 | 85.58 | 90.1 | 85.64 | 87.93 |\n| oos | DA-ADB | 0.75 | 0.2 | 78.4 | 80.14 | 78.42 | 79.79 |\n| oos | DA-ADB | 0.75 | 0.4 | 83.97 | 83.08 | 83.97 | 83.78 |\n| oos | DA-ADB | 0.75 | 0.6 | 86.32 | 84.4 | 86.3 | 85.56 |\n| oos | DA-ADB | 0.75 | 0.8 | 87.35 | 85.18 | 87.33 | 86.44 |\n| oos | DA-ADB | 0.75 | 1.0 | 88.43 | 86.0 | 88.41 | 87.39 |\n| oos | DOC | 0.25 | 0.2 | 2.19 | 69.51 | 3.91 | 61.61 |\n| oos | DOC | 0.25 | 0.4 | 70.11 | 92.67 | 70.69 | 88.18 |\n| oos | DOC | 0.25 | 0.6 | 74.99 | 91.79 | 75.42 | 87.3 |\n| oos | DOC | 0.25 | 0.8 | 75.15 | 91.0 | 75.55 | 86.31 |\n| oos | DOC | 0.25 | 1.0 | 75.46 | 90.78 | 75.86 | 86.08 |\n| oos | DOC | 0.5 | 0.2 | 0.03 | 67.87 | 0.93 | 54.54 |\n| oos | DOC | 0.5 | 0.4 | 40.98 | 80.96 | 41.51 | 71.95 |\n| oos | DOC | 0.5 | 0.6 | 80.64 | 88.12 | 80.74 | 85.02 |\n| oos | DOC | 0.5 | 0.8 | 83.0 | 87.31 | 83.06 | 84.85 |\n| oos | DOC | 0.5 | 1.0 | 83.84 | 87.45 | 83.89 | 85.19 |\n| oos | DOC | 0.75 | 0.2 | 0.03 | 45.42 | 0.43 | 31.14 |\n| oos | DOC | 0.75 | 0.4 | 10.27 | 48.78 | 10.61 | 37.14 |\n| oos | DOC | 0.75 | 0.6 | 78.78 | 79.67 | 78.78 | 79.87 |\n| oos | DOC | 0.75 | 0.8 | 86.36 | 83.34 | 86.33 | 84.94 |\n| oos | DOC | 0.75 | 1.0 | 87.91 | 83.87 | 87.87 | 85.93 |\n| oos | DeepUnk | 0.25 | 0.2 | 55.03 | 69.4 | 55.4 | 60.91 |\n| oos | DeepUnk | 0.25 | 0.4 | 76.94 | 92.44 | 77.33 | 88.19 |\n| oos | DeepUnk | 0.25 | 0.6 | 77.12 | 92.32 | 77.51 | 88.0 |\n| oos | DeepUnk | 0.25 | 0.8 | 77.21 | 92.1 | 77.59 | 87.78 |\n| oos | DeepUnk | 0.25 | 1.0 | 76.95 | 91.61 | 77.32 | 87.18 |\n| oos | DeepUnk | 0.5 | 0.2 | 68.4 | 69.72 | 68.42 | 67.58 |\n| oos | DeepUnk | 0.5 | 0.4 | 80.96 | 86.23 | 81.03 | 83.17 |\n| oos | DeepUnk | 0.5 | 0.6 | 82.57 | 87.26 | 82.63 | 84.53 |\n| oos | DeepUnk | 0.5 | 0.8 | 82.65 | 86.86 | 82.71 | 84.24 |\n| oos | DeepUnk | 0.5 | 1.0 | 83.3 | 87.48 | 83.35 | 84.95 |\n| oos | DeepUnk | 0.75 | 0.2 | 74.7 | 67.53 | 74.64 | 71.98 |\n| oos | DeepUnk | 0.75 | 0.4 | 83.67 | 80.68 | 83.64 | 82.09 |\n| oos | DeepUnk | 0.75 | 0.6 | 85.34 | 82.13 | 85.32 | 83.68 |\n| oos | DeepUnk | 0.75 | 0.8 | 86.26 | 82.67 | 86.23 | 84.44 |\n| oos | DeepUnk | 0.75 | 1.0 | 86.57 | 82.67 | 86.53 | 84.61 |\n| oos | KNNCL | 0.25 | 0.2 | 46.64 | 66.13 | 47.14 | 56.78 |\n| oos | KNNCL | 0.25 | 0.4 | 73.44 | 91.73 | 73.91 | 87.02 |\n| oos | KNNCL | 0.25 | 0.6 | 77.09 | 92.97 | 77.5 | 88.95 |\n| oos | KNNCL | 0.25 | 0.8 | 78.1 | 93.31 | 78.49 | 89.48 |\n| oos | KNNCL | 0.25 | 1.0 | 78.85 | 93.56 | 79.23 | 89.87 |\n| oos | KNNCL | 0.5 | 0.2 | 57.02 | 63.24 | 57.1 | 59.38 |\n| oos | KNNCL | 0.5 | 0.4 | 76.55 | 82.22 | 76.63 | 78.76 |\n| oos | KNNCL | 0.5 | 0.6 | 80.34 | 85.36 | 80.41 | 82.44 |\n| oos | KNNCL | 0.5 | 0.8 | 82.19 | 87.03 | 82.26 | 84.35 |\n| oos | KNNCL | 0.5 | 1.0 | 83.25 | 87.85 | 83.31 | 85.32 |\n| oos | KNNCL | 0.75 | 0.2 | 57.48 | 57.97 | 57.48 | 58.87 |\n| oos | KNNCL | 0.75 | 0.4 | 78.64 | 74.79 | 78.6 | 76.71 |\n| oos | KNNCL | 0.75 | 0.6 | 83.18 | 78.72 | 83.14 | 80.94 |\n| oos | KNNCL | 0.75 | 0.8 | 85.26 | 81.04 | 85.22 | 83.17 |\n| oos | KNNCL | 0.75 | 1.0 | 86.14 | 82.05 | 86.1 | 84.12 |\n| oos | LOF | 0.25 | 0.2 | 52.58 | 65.86 | 52.92 | 57.93 |\n| oos | LOF | 0.25 | 0.4 | 76.42 | 92.07 | 76.82 | 87.8 |\n| oos | LOF | 0.25 | 0.6 | 75.66 | 91.15 | 76.06 | 86.51 |\n| oos | LOF | 0.25 | 0.8 | 76.49 | 91.46 | 76.87 | 86.94 |\n| oos | LOF | 0.25 | 1.0 | 77.77 | 91.96 | 78.13 | 87.77 |\n| oos | LOF | 0.5 | 0.2 | 70.03 | 69.35 | 70.02 | 68.05 |\n| oos | LOF | 0.5 | 0.4 | 81.44 | 86.5 | 81.51 | 83.69 |\n| oos | LOF | 0.5 | 0.6 | 82.62 | 86.85 | 82.68 | 84.33 |\n| oos | LOF | 0.5 | 0.8 | 82.62 | 86.24 | 82.67 | 83.84 |\n| oos | LOF | 0.5 | 1.0 | 83.81 | 87.57 | 83.86 | 85.22 |\n| oos | LOF | 0.75 | 0.2 | 78.59 | 68.97 | 78.51 | 74.6 |\n| oos | LOF | 0.75 | 0.4 | 84.99 | 81.22 | 84.96 | 83.22 |\n| oos | LOF | 0.75 | 0.6 | 86.12 | 81.71 | 86.08 | 83.95 |\n| oos | LOF | 0.75 | 0.8 | 86.91 | 82.58 | 86.88 | 84.81 |\n| oos | LOF | 0.75 | 1.0 | 87.24 | 82.81 | 87.2 | 85.07 |\n| oos | MDF | 0.25 | 0.2 | 0.0 | 88.89 | 2.28 | 80.0 |\n| oos | MDF | 0.25 | 0.4 | 11.66 | 89.46 | 13.65 | 81.17 |\n| oos | MDF | 0.25 | 0.6 | 37.75 | 89.86 | 39.09 | 82.61 |\n| oos | MDF | 0.25 | 0.8 | 46.77 | 87.81 | 47.82 | 80.16 |\n| oos | MDF | 0.25 | 1.0 | 49.43 | 84.89 | 50.34 | 76.56 |\n| oos | MDF | 0.5 | 0.2 | 9.62 | 76.26 | 10.49 | 62.45 |\n| oos | MDF | 0.5 | 0.4 | 51.06 | 75.64 | 51.39 | 67.65 |\n| oos | MDF | 0.5 | 0.6 | 58.73 | 70.23 | 58.88 | 64.99 |\n| oos | MDF | 0.5 | 0.8 | 60.77 | 65.8 | 60.84 | 62.57 |\n| oos | MDF | 0.5 | 1.0 | 61.6 | 62.31 | 61.61 | 60.72 |\n| oos | MDF | 0.75 | 0.2 | 39.8 | 63.14 | 40.01 | 55.05 |\n| oos | MDF | 0.75 | 0.4 | 65.42 | 61.22 | 65.38 | 63.89 |\n| oos | MDF | 0.75 | 0.6 | 69.77 | 56.58 | 69.65 | 64.25 |\n| oos | MDF | 0.75 | 0.8 | 71.34 | 53.58 | 71.18 | 64.13 |\n| oos | MDF | 0.75 | 1.0 | 72.21 | 51.33 | 72.02 | 63.98 |\n| oos | MSP | 0.25 | 0.2 | 58.94 | 76.35 | 59.39 | 68.67 |\n| oos | MSP | 0.25 | 0.4 | 54.48 | 67.22 | 54.8 | 60.07 |\n| oos | MSP | 0.25 | 0.6 | 53.56 | 65.11 | 53.86 | 58.27 |\n| oos | MSP | 0.25 | 0.8 | 51.68 | 61.11 | 51.93 | 54.81 |\n| oos | MSP | 0.25 | 1.0 | 51.02 | 59.26 | 51.23 | 53.38 |\n| oos | MSP | 0.5 | 0.2 | 76.74 | 78.27 | 76.76 | 76.35 |\n| oos | MSP | 0.5 | 0.4 | 75.03 | 71.39 | 74.98 | 71.61 |\n| oos | MSP | 0.5 | 0.6 | 73.68 | 67.04 | 73.6 | 68.74 |\n| oos | MSP | 0.5 | 0.8 | 73.6 | 66.07 | 73.51 | 68.22 |\n| oos | MSP | 0.5 | 1.0 | 72.82 | 63.71 | 72.7 | 66.68 |\n| oos | MSP | 0.75 | 0.2 | 84.13 | 77.43 | 84.07 | 81.09 |\n| oos | MSP | 0.75 | 0.4 | 84.94 | 73.57 | 84.84 | 80.1 |\n| oos | MSP | 0.75 | 0.6 | 84.45 | 69.61 | 84.31 | 78.49 |\n| oos | MSP | 0.75 | 0.8 | 84.51 | 68.67 | 84.37 | 78.24 |\n| oos | MSP | 0.75 | 1.0 | 83.65 | 63.86 | 83.48 | 76.19 |\n| oos | OpenMax | 0.25 | 0.2 | 30.49 | 90.72 | 32.04 | 83.82 |\n| oos | OpenMax | 0.25 | 0.4 | 70.27 | 92.07 | 70.83 | 87.46 |\n| oos | OpenMax | 0.25 | 0.6 | 69.79 | 87.19 | 70.23 | 81.33 |\n| oos | OpenMax | 0.25 | 0.8 | 65.91 | 81.58 | 66.32 | 74.73 |\n| oos | OpenMax | 0.25 | 1.0 | 62.65 | 77.51 | 63.03 | 70.27 |\n| oos | OpenMax | 0.5 | 0.2 | 3.56 | 75.82 | 4.51 | 61.41 |\n| oos | OpenMax | 0.5 | 0.4 | 40.99 | 81.15 | 41.52 | 72.46 |\n| oos | OpenMax | 0.5 | 0.6 | 68.95 | 85.31 | 69.17 | 80.92 |\n| oos | OpenMax | 0.5 | 0.8 | 78.66 | 84.91 | 78.74 | 82.24 |\n| oos | OpenMax | 0.5 | 1.0 | 79.83 | 82.15 | 79.86 | 80.22 |\n| oos | OpenMax | 0.75 | 0.2 | 0.27 | 58.25 | 0.79 | 41.15 |\n| oos | OpenMax | 0.75 | 0.4 | 14.33 | 60.63 | 14.74 | 47.03 |\n| oos | OpenMax | 0.75 | 0.6 | 42.7 | 66.95 | 42.91 | 60.65 |\n| oos | OpenMax | 0.75 | 0.8 | 66.39 | 74.06 | 66.46 | 73.11 |\n| oos | OpenMax | 0.75 | 1.0 | 71.14 | 75.18 | 71.17 | 75.36 |\n| oos | SEG | 0.25 | 0.2 | 31.63 | 42.73 | 31.92 | 35.7 |\n| oos | SEG | 0.25 | 0.4 | 45.21 | 64.33 | 45.7 | 54.91 |\n| oos | SEG | 0.25 | 0.6 | 48.81 | 67.62 | 49.29 | 58.82 |\n| oos | SEG | 0.25 | 0.8 | 47.97 | 64.36 | 48.39 | 56.26 |\n| oos | SEG | 0.25 | 1.0 | 46.67 | 59.22 | 47.0 | 52.18 |\n| oos | SEG | 0.5 | 0.2 | 34.54 | 32.4 | 34.51 | 33.27 |\n| oos | SEG | 0.5 | 0.4 | 42.85 | 42.9 | 42.85 | 41.91 |\n| oos | SEG | 0.5 | 0.6 | 52.09 | 51.14 | 52.08 | 50.2 |\n| oos | SEG | 0.5 | 0.8 | 58.35 | 57.85 | 58.35 | 56.77 |\n| oos | SEG | 0.5 | 1.0 | 62.57 | 61.34 | 62.55 | 60.67 |\n| oos | SEG | 0.75 | 0.2 | 24.18 | 28.04 | 24.22 | 26.46 |\n| oos | SEG | 0.75 | 0.4 | 25.86 | 26.32 | 25.86 | 27.44 |\n| oos | SEG | 0.75 | 0.6 | 29.38 | 29.48 | 29.38 | 30.72 |\n| oos | SEG | 0.75 | 0.8 | 33.67 | 34.76 | 33.68 | 35.19 |\n| oos | SEG | 0.75 | 1.0 | 42.72 | 40.74 | 42.7 | 42.78 |\n| stackoverflow | (K+1)-way | 0.25 | 0.2 | 67.06 | 85.28 | 70.04 | 79.07 |\n| stackoverflow | (K+1)-way | 0.25 | 0.4 | 62.78 | 77.47 | 65.23 | 70.9 |\n| stackoverflow | (K+1)-way | 0.25 | 0.6 | 56.78 | 68.48 | 58.73 | 62.23 |\n| stackoverflow | (K+1)-way | 0.25 | 0.8 | 54.55 | 61.33 | 55.68 | 56.59 |\n| stackoverflow | (K+1)-way | 0.25 | 1.0 | 50.54 | 52.23 | 50.82 | 49.75 |\n| stackoverflow | (K+1)-way | 0.5 | 0.2 | 76.97 | 79.16 | 77.17 | 77.67 |\n| stackoverflow | (K+1)-way | 0.5 | 0.4 | 75.37 | 72.53 | 75.11 | 73.52 |\n| stackoverflow | (K+1)-way | 0.5 | 0.6 | 73.28 | 64.6 | 72.49 | 68.95 |\n| stackoverflow | (K+1)-way | 0.5 | 0.8 | 72.05 | 58.93 | 70.85 | 66.16 |\n| stackoverflow | (K+1)-way | 0.5 | 1.0 | 70.53 | 51.69 | 68.81 | 62.57 |\n| stackoverflow | (K+1)-way | 0.75 | 0.2 | 81.64 | 65.0 | 80.6 | 76.89 |\n| stackoverflow | (K+1)-way | 0.75 | 0.4 | 81.58 | 58.57 | 80.14 | 75.84 |\n| stackoverflow | (K+1)-way | 0.75 | 0.6 | 81.66 | 54.76 | 79.98 | 75.64 |\n| stackoverflow | (K+1)-way | 0.75 | 0.8 | 81.76 | 52.42 | 79.93 | 75.43 |\n| stackoverflow | (K+1)-way | 0.75 | 1.0 | 81.2 | 45.22 | 78.95 | 74.0 |\n| stackoverflow | ADB | 0.25 | 0.2 | 73.38 | 86.99 | 75.65 | 81.99 |\n| stackoverflow | ADB | 0.25 | 0.4 | 74.91 | 88.61 | 77.2 | 83.9 |\n| stackoverflow | ADB | 0.25 | 0.6 | 77.3 | 91.18 | 79.62 | 87.01 |\n| stackoverflow | ADB | 0.25 | 0.8 | 77.22 | 90.89 | 79.5 | 86.64 |\n| stackoverflow | ADB | 0.25 | 1.0 | 77.62 | 90.96 | 79.85 | 86.75 |\n| stackoverflow | ADB | 0.5 | 0.2 | 83.02 | 85.7 | 83.27 | 84.22 |\n| stackoverflow | ADB | 0.5 | 0.4 | 84.37 | 86.97 | 84.61 | 85.63 |\n| stackoverflow | ADB | 0.5 | 0.6 | 84.84 | 87.32 | 85.07 | 86.08 |\n| stackoverflow | ADB | 0.5 | 0.8 | 84.96 | 87.36 | 85.17 | 86.13 |\n| stackoverflow | ADB | 0.5 | 1.0 | 85.32 | 87.7 | 85.54 | 86.49 |\n| stackoverflow | ADB | 0.75 | 0.2 | 85.47 | 72.4 | 84.65 | 81.29 |\n| stackoverflow | ADB | 0.75 | 0.4 | 86.17 | 73.0 | 85.34 | 81.99 |\n| stackoverflow | ADB | 0.75 | 0.6 | 86.51 | 73.52 | 85.69 | 82.4 |\n| stackoverflow | ADB | 0.75 | 0.8 | 86.76 | 73.97 | 85.96 | 82.74 |\n| stackoverflow | ADB | 0.75 | 1.0 | 86.91 | 74.1 | 86.11 | 82.89 |\n| stackoverflow | ARPL | 0.25 | 0.2 | 47.75 | 87.67 | 54.41 | 80.5 |\n| stackoverflow | ARPL | 0.25 | 0.4 | 67.95 | 85.69 | 70.91 | 79.73 |\n| stackoverflow | ARPL | 0.25 | 0.6 | 62.91 | 77.67 | 65.37 | 71.37 |\n| stackoverflow | ARPL | 0.25 | 0.8 | 62.43 | 75.47 | 64.61 | 69.01 |\n| stackoverflow | ARPL | 0.25 | 1.0 | 60.55 | 72.95 | 62.62 | 66.76 |\n| stackoverflow | ARPL | 0.5 | 0.2 | 61.82 | 79.71 | 63.45 | 74.82 |\n| stackoverflow | ARPL | 0.5 | 0.4 | 81.49 | 82.95 | 81.62 | 81.97 |\n| stackoverflow | ARPL | 0.5 | 0.6 | 79.8 | 78.6 | 79.69 | 78.69 |\n| stackoverflow | ARPL | 0.5 | 0.8 | 78.52 | 75.22 | 78.22 | 76.51 |\n| stackoverflow | ARPL | 0.5 | 1.0 | 78.26 | 73.97 | 77.87 | 75.65 |\n| stackoverflow | ARPL | 0.75 | 0.2 | 80.02 | 67.78 | 79.25 | 76.65 |\n| stackoverflow | ARPL | 0.75 | 0.4 | 86.06 | 71.21 | 85.14 | 81.78 |\n| stackoverflow | ARPL | 0.75 | 0.6 | 85.51 | 66.96 | 84.35 | 80.58 |\n| stackoverflow | ARPL | 0.75 | 0.8 | 85.28 | 64.4 | 83.97 | 79.93 |\n| stackoverflow | ARPL | 0.75 | 1.0 | 85.24 | 62.99 | 83.85 | 79.64 |\n| stackoverflow | DA-ADB | 0.25 | 0.2 | 79.95 | 92.22 | 81.99 | 88.4 |\n| stackoverflow | DA-ADB | 0.25 | 0.4 | 80.4 | 92.58 | 82.43 | 88.92 |\n| stackoverflow | DA-ADB | 0.25 | 0.6 | 81.38 | 93.39 | 83.38 | 90.05 |\n| stackoverflow | DA-ADB | 0.25 | 0.8 | 80.96 | 92.93 | 82.96 | 89.41 |\n| stackoverflow | DA-ADB | 0.25 | 1.0 | 80.87 | 92.65 | 82.83 | 89.07 |\n| stackoverflow | DA-ADB | 0.5 | 0.2 | 84.99 | 87.91 | 85.26 | 86.54 |\n| stackoverflow | DA-ADB | 0.5 | 0.4 | 85.54 | 88.1 | 85.77 | 86.84 |\n| stackoverflow | DA-ADB | 0.5 | 0.6 | 86.18 | 88.5 | 86.39 | 87.34 |\n| stackoverflow | DA-ADB | 0.5 | 0.8 | 86.36 | 88.53 | 86.56 | 87.41 |\n| stackoverflow | DA-ADB | 0.5 | 1.0 | 86.71 | 88.86 | 86.91 | 87.78 |\n| stackoverflow | DA-ADB | 0.75 | 0.2 | 86.23 | 73.63 | 85.45 | 82.19 |\n| stackoverflow | DA-ADB | 0.75 | 0.4 | 87.02 | 74.11 | 86.22 | 82.94 |\n| stackoverflow | DA-ADB | 0.75 | 0.6 | 87.22 | 74.07 | 86.39 | 83.07 |\n| stackoverflow | DA-ADB | 0.75 | 0.8 | 87.38 | 74.07 | 86.55 | 83.19 |\n| stackoverflow | DA-ADB | 0.75 | 1.0 | 87.66 | 74.55 | 86.84 | 83.56 |\n| stackoverflow | DOC | 0.25 | 0.2 | 64.84 | 79.08 | 67.21 | 72.91 |\n| stackoverflow | DOC | 0.25 | 0.4 | 58.47 | 67.92 | 60.04 | 62.01 |\n| stackoverflow | DOC | 0.25 | 0.6 | 59.88 | 69.9 | 61.55 | 64.2 |\n| stackoverflow | DOC | 0.25 | 0.8 | 57.97 | 66.11 | 59.32 | 60.9 |\n| stackoverflow | DOC | 0.25 | 1.0 | 56.3 | 62.5 | 57.34 | 57.75 |\n| stackoverflow | DOC | 0.5 | 0.2 | 79.55 | 80.26 | 79.62 | 79.4 |\n| stackoverflow | DOC | 0.5 | 0.4 | 78.58 | 76.8 | 78.42 | 77.09 |\n| stackoverflow | DOC | 0.5 | 0.6 | 78.07 | 74.11 | 77.71 | 75.47 |\n| stackoverflow | DOC | 0.5 | 0.8 | 76.74 | 71.31 | 76.24 | 73.64 |\n| stackoverflow | DOC | 0.5 | 1.0 | 77.37 | 71.18 | 76.8 | 73.88 |\n| stackoverflow | DOC | 0.75 | 0.2 | 85.26 | 70.86 | 84.36 | 81.17 |\n| stackoverflow | DOC | 0.75 | 0.4 | 85.27 | 68.57 | 84.23 | 80.83 |\n| stackoverflow | DOC | 0.75 | 0.6 | 85.4 | 67.84 | 84.3 | 80.86 |\n| stackoverflow | DOC | 0.75 | 0.8 | 85.49 | 66.42 | 84.3 | 80.66 |\n| stackoverflow | DOC | 0.75 | 1.0 | 85.64 | 65.32 | 84.37 | 80.55 |\n| stackoverflow | DeepUnk | 0.25 | 0.2 | 56.41 | 57.68 | 56.62 | 55.22 |\n| stackoverflow | DeepUnk | 0.25 | 0.4 | 50.86 | 49.11 | 50.57 | 47.52 |\n| stackoverflow | DeepUnk | 0.25 | 0.6 | 49.43 | 44.76 | 48.65 | 44.81 |\n| stackoverflow | DeepUnk | 0.25 | 0.8 | 48.61 | 42.21 | 47.54 | 43.06 |\n| stackoverflow | DeepUnk | 0.25 | 1.0 | 47.39 | 36.87 | 45.64 | 40.03 |\n| stackoverflow | DeepUnk | 0.5 | 0.2 | 68.97 | 47.87 | 67.06 | 59.48 |\n| stackoverflow | DeepUnk | 0.5 | 0.4 | 69.45 | 45.75 | 67.3 | 58.98 |\n| stackoverflow | DeepUnk | 0.5 | 0.6 | 69.02 | 40.74 | 66.44 | 57.2 |\n| stackoverflow | DeepUnk | 0.5 | 0.8 | 68.84 | 39.86 | 66.21 | 57.12 |\n| stackoverflow | DeepUnk | 0.5 | 1.0 | 67.67 | 35.8 | 64.78 | 55.46 |\n| stackoverflow | DeepUnk | 0.75 | 0.2 | 79.32 | 43.74 | 77.1 | 71.76 |\n| stackoverflow | DeepUnk | 0.75 | 0.4 | 79.63 | 37.99 | 77.03 | 71.27 |\n| stackoverflow | DeepUnk | 0.75 | 0.6 | 80.03 | 37.95 | 77.4 | 71.64 |\n| stackoverflow | DeepUnk | 0.75 | 0.8 | 79.96 | 34.05 | 77.09 | 71.1 |\n| stackoverflow | DeepUnk | 0.75 | 1.0 | 80.51 | 34.38 | 77.63 | 71.56 |\n| stackoverflow | KNNCL | 0.25 | 0.2 | 45.63 | 35.9 | 44.01 | 39.88 |\n| stackoverflow | KNNCL | 0.25 | 0.4 | 46.13 | 35.91 | 44.43 | 40.34 |\n| stackoverflow | KNNCL | 0.25 | 0.6 | 43.06 | 22.41 | 39.62 | 31.94 |\n| stackoverflow | KNNCL | 0.25 | 0.8 | 43.0 | 19.77 | 39.13 | 31.04 |\n| stackoverflow | KNNCL | 0.25 | 1.0 | 41.79 | 15.26 | 37.37 | 28.65 |\n| stackoverflow | KNNCL | 0.5 | 0.2 | 61.62 | 22.86 | 58.09 | 48.52 |\n| stackoverflow | KNNCL | 0.5 | 0.4 | 61.47 | 13.4 | 57.1 | 46.27 |\n| stackoverflow | KNNCL | 0.5 | 0.6 | 61.46 | 10.83 | 56.86 | 45.8 |\n| stackoverflow | KNNCL | 0.5 | 0.8 | 61.43 | 9.09 | 56.67 | 45.49 |\n| stackoverflow | KNNCL | 0.5 | 1.0 | 61.5 | 8.5 | 56.69 | 45.38 |\n| stackoverflow | KNNCL | 0.75 | 0.2 | 74.3 | 18.76 | 70.82 | 64.77 |\n| stackoverflow | KNNCL | 0.75 | 0.4 | 74.97 | 11.66 | 71.01 | 64.64 |\n| stackoverflow | KNNCL | 0.75 | 0.6 | 75.6 | 10.01 | 71.5 | 64.98 |\n| stackoverflow | KNNCL | 0.75 | 0.8 | 76.0 | 9.17 | 71.82 | 65.22 |\n| stackoverflow | KNNCL | 0.75 | 1.0 | 76.16 | 7.19 | 71.85 | 65.01 |\n| stackoverflow | LOF | 0.25 | 0.2 | 41.75 | 17.81 | 37.76 | 29.33 |\n| stackoverflow | LOF | 0.25 | 0.4 | 40.61 | 11.73 | 35.8 | 26.65 |\n| stackoverflow | LOF | 0.25 | 0.6 | 40.15 | 8.99 | 34.96 | 25.63 |\n| stackoverflow | LOF | 0.25 | 0.8 | 40.56 | 10.32 | 35.52 | 26.31 |\n| stackoverflow | LOF | 0.25 | 1.0 | 40.92 | 7.14 | 35.29 | 25.02 |\n| stackoverflow | LOF | 0.5 | 0.2 | 60.92 | 14.07 | 56.66 | 46.29 |\n| stackoverflow | LOF | 0.5 | 0.4 | 61.45 | 9.75 | 56.75 | 45.47 |\n| stackoverflow | LOF | 0.5 | 0.6 | 61.7 | 6.71 | 56.7 | 44.93 |\n| stackoverflow | LOF | 0.5 | 0.8 | 61.67 | 6.66 | 56.67 | 45.0 |\n| stackoverflow | LOF | 0.5 | 1.0 | 61.71 | 5.18 | 56.57 | 44.56 |\n| stackoverflow | LOF | 0.75 | 0.2 | 75.23 | 13.19 | 71.36 | 65.2 |\n| stackoverflow | LOF | 0.75 | 0.4 | 75.77 | 7.43 | 71.5 | 64.95 |\n| stackoverflow | LOF | 0.75 | 0.6 | 75.94 | 6.49 | 71.6 | 65.0 |\n| stackoverflow | LOF | 0.75 | 0.8 | 76.06 | 5.02 | 71.62 | 64.87 |\n| stackoverflow | LOF | 0.75 | 1.0 | 76.31 | 5.22 | 71.87 | 65.05 |\n| stackoverflow | MDF | 0.25 | 0.2 | 0.01 | 85.72 | 14.3 | 75.0 |\n| stackoverflow | MDF | 0.25 | 0.4 | 0.05 | 85.72 | 14.33 | 75.01 |\n| stackoverflow | MDF | 0.25 | 0.6 | 12.86 | 86.37 | 25.11 | 76.4 |\n| stackoverflow | MDF | 0.25 | 0.8 | 39.32 | 86.56 | 47.19 | 77.84 |\n| stackoverflow | MDF | 0.25 | 1.0 | 48.13 | 83.03 | 53.95 | 74.1 |\n| stackoverflow | MDF | 0.5 | 0.2 | 0.03 | 66.67 | 6.09 | 50.01 |\n| stackoverflow | MDF | 0.5 | 0.4 | 39.96 | 69.86 | 42.68 | 59.66 |\n| stackoverflow | MDF | 0.5 | 0.6 | 58.45 | 64.37 | 58.99 | 61.16 |\n| stackoverflow | MDF | 0.5 | 0.8 | 61.55 | 56.23 | 61.07 | 58.35 |\n| stackoverflow | MDF | 0.5 | 1.0 | 62.6 | 50.19 | 61.47 | 56.46 |\n| stackoverflow | MDF | 0.75 | 0.2 | 11.86 | 41.25 | 13.7 | 29.49 |\n| stackoverflow | MDF | 0.75 | 0.4 | 63.01 | 41.88 | 61.69 | 55.4 |\n| stackoverflow | MDF | 0.75 | 0.6 | 70.39 | 35.02 | 68.18 | 60.32 |\n| stackoverflow | MDF | 0.75 | 0.8 | 72.73 | 30.98 | 70.12 | 61.99 |\n| stackoverflow | MDF | 0.75 | 1.0 | 73.96 | 28.52 | 71.12 | 62.98 |\n| stackoverflow | MSP | 0.25 | 0.2 | 42.1 | 16.39 | 37.81 | 29.42 |\n| stackoverflow | MSP | 0.25 | 0.4 | 42.16 | 14.14 | 37.49 | 28.69 |\n| stackoverflow | MSP | 0.25 | 0.6 | 42.36 | 13.02 | 37.47 | 28.32 |\n| stackoverflow | MSP | 0.25 | 0.8 | 43.2 | 14.48 | 38.41 | 29.07 |\n| stackoverflow | MSP | 0.25 | 1.0 | 42.66 | 11.66 | 37.49 | 27.91 |\n| stackoverflow | MSP | 0.5 | 0.2 | 66.65 | 39.93 | 64.22 | 56.66 |\n| stackoverflow | MSP | 0.5 | 0.4 | 66.45 | 33.14 | 63.42 | 54.71 |\n| stackoverflow | MSP | 0.5 | 0.6 | 67.07 | 32.85 | 63.96 | 54.88 |\n| stackoverflow | MSP | 0.5 | 0.8 | 66.92 | 30.01 | 63.57 | 54.06 |\n| stackoverflow | MSP | 0.5 | 1.0 | 66.28 | 26.94 | 62.7 | 53.23 |\n| stackoverflow | MSP | 0.75 | 0.2 | 79.5 | 41.89 | 77.15 | 72.0 |\n| stackoverflow | MSP | 0.75 | 0.4 | 80.11 | 37.67 | 77.46 | 72.04 |\n| stackoverflow | MSP | 0.75 | 0.6 | 80.11 | 33.79 | 77.22 | 71.78 |\n| stackoverflow | MSP | 0.75 | 0.8 | 80.57 | 33.78 | 77.65 | 72.15 |\n| stackoverflow | MSP | 0.75 | 1.0 | 81.42 | 37.86 | 78.7 | 73.2 |\n| stackoverflow | OpenMax | 0.25 | 0.2 | 50.5 | 50.9 | 50.56 | 48.85 |\n| stackoverflow | OpenMax | 0.25 | 0.4 | 47.45 | 41.47 | 46.45 | 42.92 |\n| stackoverflow | OpenMax | 0.25 | 0.6 | 45.94 | 33.66 | 43.9 | 38.34 |\n| stackoverflow | OpenMax | 0.25 | 0.8 | 47.66 | 37.56 | 45.98 | 40.77 |\n| stackoverflow | OpenMax | 0.25 | 1.0 | 47.51 | 34.52 | 45.35 | 38.97 |\n| stackoverflow | OpenMax | 0.5 | 0.2 | 73.69 | 66.05 | 72.99 | 69.68 |\n| stackoverflow | OpenMax | 0.5 | 0.4 | 70.3 | 52.37 | 68.67 | 62.82 |\n| stackoverflow | OpenMax | 0.5 | 0.6 | 70.65 | 51.58 | 68.91 | 62.54 |\n| stackoverflow | OpenMax | 0.5 | 0.8 | 69.96 | 47.49 | 67.92 | 60.91 |\n| stackoverflow | OpenMax | 0.5 | 1.0 | 69.88 | 46.11 | 67.72 | 60.27 |\n| stackoverflow | OpenMax | 0.75 | 0.2 | 82.56 | 59.18 | 81.1 | 76.72 |\n| stackoverflow | OpenMax | 0.75 | 0.4 | 82.09 | 52.15 | 80.22 | 75.42 |\n| stackoverflow | OpenMax | 0.75 | 0.6 | 82.57 | 51.92 | 80.65 | 75.84 |\n| stackoverflow | OpenMax | 0.75 | 0.8 | 82.12 | 46.54 | 79.9 | 74.73 |\n| stackoverflow | OpenMax | 0.75 | 1.0 | 82.98 | 49.69 | 80.9 | 75.78 |\n| stackoverflow | SEG | 0.25 | 0.2 | 39.07 | 15.93 | 35.21 | 27.18 |\n| stackoverflow | SEG | 0.25 | 0.4 | 39.15 | 8.33 | 34.01 | 24.34 |\n| stackoverflow | SEG | 0.25 | 0.6 | 40.0 | 5.31 | 34.22 | 23.44 |\n| stackoverflow | SEG | 0.25 | 0.8 | 40.01 | 5.3 | 34.23 | 23.53 |\n| stackoverflow | SEG | 0.25 | 1.0 | 40.44 | 4.19 | 34.4 | 23.33 |\n| stackoverflow | SEG | 0.5 | 0.2 | 59.07 | 19.13 | 55.44 | 45.15 |\n| stackoverflow | SEG | 0.5 | 0.4 | 59.11 | 8.8 | 54.53 | 42.96 |\n| stackoverflow | SEG | 0.5 | 0.6 | 59.49 | 4.63 | 54.51 | 42.25 |\n| stackoverflow | SEG | 0.5 | 0.8 | 59.84 | 4.6 | 54.82 | 42.74 |\n| stackoverflow | SEG | 0.5 | 1.0 | 60.14 | 4.72 | 55.1 | 43.04 |\n| stackoverflow | SEG | 0.75 | 0.2 | 71.4 | 16.56 | 67.97 | 61.23 |\n| stackoverflow | SEG | 0.75 | 0.4 | 72.26 | 8.74 | 68.29 | 61.34 |\n| stackoverflow | SEG | 0.75 | 0.6 | 73.0 | 6.7 | 68.86 | 61.82 |\n| stackoverflow | SEG | 0.75 | 0.8 | 73.6 | 6.76 | 69.43 | 62.24 |\n| stackoverflow | SEG | 0.75 | 1.0 | 74.24 | 6.0 | 69.97 | 62.72 |\n"
  },
  {
    "path": "open_intent_detection/run.py",
    "content": "from configs.base import ParamManager\nfrom dataloaders.base import DataManager\nfrom backbones.base import ModelManager\nfrom methods import method_map\nfrom utils.functions import save_results\nimport logging\nimport argparse\nimport sys\nimport os\nimport datetime\n\ndef parse_arguments():\n\n    parser = argparse.ArgumentParser()\n\n    parser.add_argument('--type', type=str, default='open_intent_detection', help=\"Type style.\")\n\n    parser.add_argument('--logger_name', type=str, default='Detection', help=\"Logger name for open intent detection.\")\n\n    parser.add_argument('--log_dir', type=str, default='logs', help=\"Logger directory.\")\n\n    parser.add_argument(\"--dataset\", default='banking', type=str, help=\"The name of the dataset to train selected\")\n\n    parser.add_argument(\"--known_cls_ratio\", default=0.75, type=float, help=\"The number of known classes\")\n    \n    parser.add_argument(\"--labeled_ratio\", default=1.0, type=float, help=\"The ratio of labeled samples in the training set\")\n    \n    parser.add_argument(\"--method\", type=str, default='ADB', help=\"which method to use\")\n\n    parser.add_argument(\"--train\", action=\"store_true\", help=\"Whether to train the model\")\n\n    parser.add_argument(\"--pretrain\", action=\"store_true\", help=\"Whether to pre-train the model\")\n\n    parser.add_argument(\"--save_model\", action=\"store_true\", help=\"save trained-model for open intent detection\")\n\n    parser.add_argument(\"--backbone\", type=str, default='bert', help=\"which backbone to use\")\n\n    parser.add_argument(\"--config_file_name\", type=str, default='ADB.py', help = \"The name of the config file.\")\n\n    parser.add_argument('--seed', type=int, default=0, help=\"random seed for initialization\")\n\n    parser.add_argument(\"--gpu_id\", type=str, default='0', help=\"Select the GPU id\")\n\n    parser.add_argument(\"--pipe_results_path\", type=str, default='pipe_results', help=\"the path to save results of pipeline methods\")\n    \n    parser.add_argument(\"--data_dir\", default = sys.path[0]+'/../data', type=str,\n                        help=\"The input data dir. Should contain the .csv files (or other data files) for the task.\")\n\n    parser.add_argument(\"--output_dir\", default= '/home/sharing/disk1/zhaoshaojie/baseline_test/TEXTOIR', type=str, \n                        help=\"The output directory where all train data will be written.\") \n\n    parser.add_argument(\"--model_dir\", default='models', type=str, \n                        help=\"The output directory where the model predictions and checkpoints will be written.\") \n\n    parser.add_argument(\"--load_pretrained_method\", default=None, type=str, \n                        help=\"The output directory where the model predictions and checkpoints will be written.\") \n\n    parser.add_argument(\"--result_dir\", type=str, default = 'results', help=\"The path to save results\")\n\n    parser.add_argument(\"--results_file_name\", type=str, default = 'results.csv', help=\"The file name of all the results.\")\n\n    parser.add_argument(\"--save_results\", action=\"store_true\", help=\"save final results for open intent detection\")\n\n    parser.add_argument(\"--loss_fct\", default=\"CrossEntropyLoss\", help=\"The loss function for training.\")\n\n    args = parser.parse_args()\n\n    return args\n\ndef set_logger(args):\n\n\n    if not os.path.exists(args.log_dir):\n        os.makedirs(args.log_dir)\n    \n    time = datetime.datetime.now().strftime('%Y-%m-%d-%H-%M-%S')\n    file_name = f\"{args.method}_{args.dataset}_{args.backbone}_{args.known_cls_ratio}_{args.labeled_ratio}_{time}.log\"\n    \n    logger = logging.getLogger(args.logger_name)\n    logger.setLevel(logging.DEBUG)\n\n    fh = logging.FileHandler(os.path.join(args.log_dir, file_name))\n    fh_formatter = logging.Formatter('%(asctime)s - %(name)s - %(message)s')\n    fh.setFormatter(fh_formatter)\n    fh.setLevel(logging.DEBUG)\n    logger.addHandler(fh)\n\n    ch = logging.StreamHandler()\n    ch.setLevel(logging.INFO)\n    ch_formatter = logging.Formatter('%(name)s - %(message)s')\n    ch.setFormatter(ch_formatter)\n    logger.addHandler(ch)\n\n    return logger\n\ndef run(args, data, model, logger):\n\n    method_manager = method_map[args.method]\n    method = method_manager(args, data, model, logger_name = args.logger_name)\n    \n    if args.train:\n        \n        logger.info('Training Begin...')\n        method.train(args, data)\n        logger.info('Training Finished...')\n\n    logger.info('Testing begin...')\n    outputs = method.test(args, data)\n    logger.info('Testing finished...')\n\n    if args.save_results:\n        logger.info('Results saved in %s', str(os.path.join(args.result_dir, args.results_file_name)))\n        save_results(args, outputs)\n\n\nif __name__ == '__main__':\n    \n    sys.path.append('.')\n    args = parse_arguments()\n    logger = set_logger(args)\n\n    logger.info('Open Intent Detection Begin...')\n    logger.info('Parameters Initialization...')\n    param = ParamManager(args)\n    args = param.args\n\n    logger.debug(\"=\"*30+\" Params \"+\"=\"*30)\n    for k in args.keys():\n        logger.debug(f\"{k}:\\t{args[k]}\")\n    logger.debug(\"=\"*30+\" End Params \"+\"=\"*30)\n\n    logger.info('Data and Model Preparation...')\n    data = DataManager(args, logger_name = args.logger_name)\n    model = ModelManager(args, data, logger_name = args.logger_name)\n\n\n    run(args, data, model, logger)\n    logger.info('Open Intent Detection Finished...')\n    \n\n"
  },
  {
    "path": "open_intent_detection/utils/__init__.py",
    "content": ""
  },
  {
    "path": "open_intent_detection/utils/functions.py",
    "content": "import os\nimport torch\nimport numpy as np\nimport pandas as pd\nfrom tqdm import tqdm\nfrom transformers import WEIGHTS_NAME, CONFIG_NAME\n\ndef mask_tokens(inputs, tokenizer, special_tokens_mask=None, mlm_probability=0.15):\n    \"\"\"\n    Prepare masked tokens inputs/labels for masked language modeling: 80% MASK, 10% random, 10% original.\n    \"\"\"\n    labels = inputs.clone()\n\n    probability_matrix = torch.full(labels.shape, mlm_probability)\n    if special_tokens_mask is None:\n        special_tokens_mask = [\n            tokenizer.get_special_tokens_mask(val, already_has_special_tokens=True) for val in labels.tolist()\n        ]\n        special_tokens_mask = torch.tensor(special_tokens_mask, dtype=torch.bool)\n    else:\n        special_tokens_mask = special_tokens_mask.bool()\n\n    probability_matrix.masked_fill_(special_tokens_mask, value=0.0)\n    probability_matrix[torch.where(inputs==0)] = 0.0\n    masked_indices = torch.bernoulli(probability_matrix).bool()\n    labels[~masked_indices] = -100 \n\n    indices_replaced = torch.bernoulli(torch.full(labels.shape, 0.8)).bool() & masked_indices\n    inputs[indices_replaced] = tokenizer.convert_tokens_to_ids(tokenizer.mask_token)\n\n    indices_random = torch.bernoulli(torch.full(labels.shape, 0.5)).bool() & masked_indices & ~indices_replaced\n    random_words = torch.randint(len(tokenizer), labels.shape, dtype=torch.long)\n    inputs[indices_random] = random_words[indices_random]\n\n    return inputs, labels\n\n\n\ndef save_npy(npy_file, path, file_name):\n    npy_path = os.path.join(path, file_name)\n    np.save(npy_path, npy_file)\n\ndef load_npy(path, file_name):\n    npy_path = os.path.join(path, file_name)\n    npy_file = np.load(npy_path)\n    return npy_file\n\ndef save_model(model, model_dir):\n\n    save_model = model.module if hasattr(model, 'module') else model  \n    model_file = os.path.join(model_dir, WEIGHTS_NAME)\n    model_config_file = os.path.join(model_dir, CONFIG_NAME)\n    torch.save(save_model.state_dict(), model_file)\n    \n    if hasattr(save_model, 'config'):\n        with open(model_config_file, \"w\") as f:\n            f.write(save_model.config.to_json_string())\n\ndef restore_model(model, model_dir):\n    output_model_file = os.path.join(model_dir, 'pytorch_model.bin')\n    model.load_state_dict(torch.load(output_model_file), strict=False)\n    return model\n\ndef save_results(args, test_results):\n\n    pred_labels_path = os.path.join(args.method_output_dir, 'y_pred.npy')\n    np.save(pred_labels_path, test_results['y_pred'])\n    true_labels_path = os.path.join(args.method_output_dir, 'y_true.npy')\n    np.save(true_labels_path, test_results['y_true'])\n\n    del test_results['y_pred']\n    del test_results['y_true']\n\n    if not os.path.exists(args.result_dir):\n        os.makedirs(args.result_dir)\n\n    import datetime\n    created_time = datetime.datetime.now().strftime('%Y-%m-%d-%H-%M-%S')\n\n    var = [args.dataset, args.method, args.backbone, args.known_cls_ratio, args.labeled_ratio, args.loss_fct, args.seed, args.num_train_epochs, created_time]\n    names = ['dataset', 'method', 'backbone', 'known_cls_ratio', 'labeled_ratio', 'loss', 'seed', 'train_epochs', 'created_time']\n    vars_dict = {k:v for k,v in zip(names, var) }\n    results = dict(test_results,**vars_dict)\n    keys = list(results.keys())\n    values = list(results.values())\n    \n    results_path = os.path.join(args.result_dir, args.results_file_name)\n    \n    if not os.path.exists(results_path) or os.path.getsize(results_path) == 0:\n        ori = []\n        ori.append(values)\n        df1 = pd.DataFrame(ori,columns = keys)\n        df1.to_csv(results_path,index=False)\n    else:\n        df1 = pd.read_csv(results_path)\n        new = pd.DataFrame(results,index=[1])\n        df1 = pd.concat([df1, new], ignore_index=True)\n        df1.to_csv(results_path,index=False)\n    data_diagram = pd.read_csv(results_path)\n    \n    print('test_results', data_diagram)\n\ndef class_count(labels):\n    class_data_num = []\n    for l in np.unique(labels):\n        num = len(labels[labels == l])\n        class_data_num.append(num)\n    return class_data_num\n\ndef centroids_cal(model, args, data, train_dataloader, device):\n    \n    model.eval()\n    centroids = torch.zeros(data.num_labels, args.feat_dim).to(device)\n    total_labels = torch.empty(0, dtype=torch.long).to(device)\n\n    with torch.set_grad_enabled(False):\n\n        for batch in tqdm(train_dataloader, desc=\"Calculate centroids\"):\n\n            batch = tuple(t.to(device) for t in batch)\n            input_ids, input_mask, segment_ids, label_ids = batch\n            features = model(input_ids, segment_ids, input_mask, feature_ext=True)\n            total_labels = torch.cat((total_labels, label_ids))\n\n            for i in range(len(label_ids)):\n                label = label_ids[i]\n                centroids[label] += features[i]\n            \n    total_labels = total_labels.cpu().numpy()\n    centroids /= torch.tensor(class_count(total_labels)).float().unsqueeze(1).to(device)\n    \n    return centroids\n\ndef euclidean_metric(a, b):\n    n = a.shape[0]\n    m = b.shape[0]\n    a = a.unsqueeze(1).expand(n, m, -1)\n    b = b.unsqueeze(0).expand(n, m, -1)\n    logits = -((a - b)**2).sum(dim=2)\n    return logits\n"
  },
  {
    "path": "open_intent_detection/utils/metrics.py",
    "content": "import numpy as np \n\ndef F_measure(cm):\n    idx = 0\n    rs, ps, fs = [], [], []\n    n_class = cm.shape[0]\n    \n    for idx in range(n_class):\n        TP = cm[idx][idx]\n        r = TP / cm[idx].sum() if cm[idx].sum() != 0 else 0\n        p = TP / cm[:, idx].sum() if cm[:, idx].sum() != 0 else 0\n        f = 2 * r * p / (r + p) if (r + p) != 0 else 0\n        rs.append(r * 100)\n        ps.append(p * 100)\n        fs.append(f * 100)\n        \n    f = np.mean(fs).round(4)\n    f_seen = np.mean(fs[:-1]).round(4)\n    f_unseen = round(fs[-1], 4)\n    \n    results = {}\n    results['F1-known'] = f_seen\n    results['F1-open'] = f_unseen\n    results['F1'] = f\n    \n    return results"
  },
  {
    "path": "open_intent_discovery/README.md",
    "content": "# Open Intent Discovery\n\nThis package provides the toolkit for open intent discovery implemented with PyTorch (for semi-supervised clustering methods), and Tensorflow (for unsupervised clustering methods).\n\n## Introduction\n\nOpen intent discovery aims to leverage limited labeled data of known intents to help find discover open intent clusters. We regard it as a clustering problem, and classifies the related methods into two categories, semi-supervised clustering (with some labeled known intent data as prior knowledge), and unsupervised clustering (without any prior knowledge). An example is as follows:\n\n<img src=\"figs/open_intent_discovery.png\" width=\"340\" height = \"200\">\n\nWe collect benchmark intent datasets, and reproduce related methods to our best. For the convenience of users, we provide flexible and extensible interfaces to add new methods. Welcome to contact us (zhang-hl20@mails.tsinghua.edu.cn) to add your methods!\n\n## Basic Information\n\n### Benchmark Datasets\n| Dataset Name | Source |\n| :---: | :---: |\n| [BANKING](../data/banking) | [Paper](https://aclanthology.org/2020.nlp4convai-1.5/) |\n| [CLINC150](../data/clinc) | [Paper](https://aclanthology.org/D19-1131/) |\n| [StackOverflow](../data/stackoverflow) | [Paper](https://aclanthology.org/W15-1509.pdf) |\n### Integrated Models\n\n| Setting | Model Name | Source | Published |\n| :---: | :---: | :---: | :---: |\n| Unsupervised | [KM](./examples/run_KM.sh) | [Paper](https://www.cs.cmu.edu/~bhiksha/courses/mlsp.fall2010/class14/macqueen.pdf) | BSMSP 1967 |\n| Unsupervised | [AG](./examples/run_AG.sh) | [Paper](https://www.sciencedirect.com/science/article/abs/pii/0031320378900183) | PR 1978 |\n| Unsupervised | [SAE-KM](./examples/run_SAE.sh) | [Paper](https://www.jmlr.org/papers/volume11/vincent10a/vincent10a.pdf)  | JMLR 2010|\n| Unsupervised | [DEC](./examples/run_DEC.sh) | [Paper](http://proceedings.mlr.press/v48/xieb16.pdf) [Code](https://github.com/piiswrong/dec) | ICML 2016 |\n| Unsupervised | [DCN](./examples/run_DCN.sh) | [Paper](http://proceedings.mlr.press/v70/yang17b/yang17b.pdf) [Code](https://github.com/xuyxu/Deep-Clustering-Network) | ICML 2017 |\n| Unsupervised | [CC](./examples/run_DCN.sh) | [Paper](https://yunfan-li.github.io/assets/pdf/Contrastive%20Clustering.pdf) [Code](https://github.com/Yunfan-Li/Contrastive-Clustering) | AAAI 2021 |\n| Unsupervised | [SCCL](./examples/run_DCN.sh) | [Paper](http://proceedings.mlr.press/v70/yang17b/yang17b.pdf) [Code](https://github.com/xuyxu/Deep-Clustering-Network) | NAACL 2021 |\n| Unsupervised | [USNID](./examples/run_DCN.sh) | [Paper](https://arxiv.org/pdf/2304.07699.pdf) [Code](https://github.com/thuiar/TEXTOIR/tree/main/open_intent_discovery) |   arXiv 2023 |\n| Semi-supervised | [KCL*](./examples/run_KCL.sh) | [Paper](https://openreview.net/pdf?id=ByRWCqvT-) [Code](https://github.com/GT-RIPL/L2C) | ICLR 2018 |\n| Semi-supervised | [MCL*](./examples/run_MCL.sh) | [Paper](https://openreview.net/pdf?id=SJzR2iRcK7) [Code](https://github.com/GT-RIPL/L2C) | ICLR 2019 |\n| Semi-supervised | [DTC*](./examples/run_DTC.sh) | [Paper](https://www.robots.ox.ac.uk/~vgg/research/DTC/files/iccv2019_DTC.pdf) [Code](https://github.com/k-han/DTC) | ICCV 2019 |\n| Semi-supervised | [CDAC+](./examples/run_CDACPlus.sh) | [Paper](https://ojs.aaai.org/index.php/AAAI/article/view/6353) [Code](https://github.com/thuiar/CDAC-plus) | AAAI 2020 |\n| Semi-supervised | [DeepAligned](./examples/run_DeepAligned.sh) | [Paper](https://ojs.aaai.org/index.php/AAAI/article/view/17689) [Code](https://github.com/thuiar/DeepAligned-Clustering) | AAAI 2021 |\n| Semi-supervised | [GCD](./examples/run_DeepAligned.sh) | [Paper](https://www.robots.ox.ac.uk/~vgg/research/gcd/) [Code](https://github.com/sgvaze/generalized-category-discovery) | CVPR 2022 |\n| Semi-supervised | [MTP-CLNN](./examples/run_DeepAligned.sh) | [Paper](https://aclanthology.org/2022.acl-long.21.pdf) [Code](https://github.com/fanolabs/NID_ACLARR2022) | ACL 2022 |\n| Semi-supervised | [USNID](./examples/run_DeepAligned.sh) | [Paper](https://arxiv.org/pdf/2304.07699.pdf) [Code](https://github.com/thuiar/TEXTOIR/tree/main/open_intent_discovery) |  arXiv 2023 |\n\n\n### Results\nThe detailed results can be seen in [results.md](results/results.md).\n#### Overall Performance\n* KIR means \"Known Intent Ratio\".  \n\n| | | |BANKING     |  | | CLINC       |  |  |StackOverflow      |  |  \n|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:|\n| KIR | Methods | NMI | ARI | ACC  |NMI | ARI | ACC | NMI | ARI | ACC  |\n|0.0|KM|49.30|13.04|28.62|71.05|27.72|45.76|19.87|5.23|23.72|\n|0.0|AG|53.28|14.65|31.62|72.21|27.05|44.12|25.54|7.12|28.50|\n|0.0|SAE-KM|59.80|23.59|37.07|73.77|31.58|47.15|44.96|28.23|49.11|\n|0.0|DEC|62.66|25.32|38.60|74.83|31.71|48.77|58.76|36.23|59.49|\n|0.0|DCN|62.72|25.36|38.59|74.77|31.68|48.69|58.75|36.23|59.48|\n|0.0|CC|44.89|9.75|21.51|65.79|18.00|32.69|19.06|8.79|21.01|\n|0.0|SCCL|63.89|26.98|40.54|79.35|38.14|50.44|69.11|34.81|68.15|\n|0.0|USNID|**75.30**|**43.33**|**54.82**|**91.00**|**68.54**|**75.87**|**72.00**|**52.25**|**69.28**|\n| | | | | | | | | | | | \n|0.25|KCL|52.70|18.58|26.03|67.98|24.30|29.40|30.42|17.66|30.69|\n|0.25|MCL|47.88|14.43|23.29|62.76|18.21|28.52|26.68|17.54|31.46|\n|0.25|DTC|55.59|19.09|31.75|79.35|41.92|56.90|29.96|17.51|29.54|\n|0.25|GCD|60.89|27.30|39.91|83.69|52.13|64.69|31.72|16.81|36.76|\n|0.25|CDACPlus|66.39|33.74|48.00|84.68|50.02|66.24|46.16|30.99|51.61|\n|0.25|DeepAligned|70.50|37.62|49.08|88.97|64.63|74.07|50.86|37.96|54.50|\n|0.25|MTP-CLNN|80.04|52.91|65.06|93.17|76.20|**83.26**|73.35|54.80|74.70|\n|0.25|USNID|**81.94**|**56.53**|**65.85**|**94.17**|**77.95**|83.12|**74.91**|**65.45**|**75.76**|\n| | | | | | | | | | | | \n|0.5|KCL|63.50|30.36|40.04|74.74|35.28|45.69|53.39|41.74|56.80|\n|0.5|MCL|62.71|29.91|41.94|76.94|39.74|49.44|45.17|36.28|52.53|\n|0.5|DTC|69.46|37.05|49.85|83.01|50.45|64.39|49.80|37.38|52.92|\n|0.5|GCD|67.29|35.52|48.37|87.12|59.75|70.93|49.57|31.15|53.77|\n|0.5|CDACPlus|67.30|34.97|48.55|86.00|54.87|68.01|46.21|30.88|51.79|\n|0.5|DeepAligned|76.67|47.95|59.38|91.59|72.56|80.70|68.28|57.62|74.52|\n|0.5|MTP-CLNN|83.42|60.17|70.97|94.30|80.17|86.18|76.66|62.24|80.36|\n|0.5|USNID|**85.05**|**63.77**|**73.27**|**95.48**|**82.99**|**87.28**|**78.77**|**71.63**|**82.06**|\n| | | | | | | | | | | | \n|0.75|KCL|72.75|45.21|59.12|86.01|58.62|68.89|63.98|54.28|68.69|\n|0.75|MCL|74.42|48.06|61.56|87.26|61.21|70.27|63.44|56.11|71.71|\n|0.75|DTC|74.44|44.68|57.16|89.19|67.15|77.65|63.05|53.83|71.04|\n|0.75|GCD|72.21|42.86|56.94|89.38|66.03|76.82|60.14|42.05|65.20|\n|0.75|CDACPlus|69.54|37.78|51.07|85.96|55.17|67.77|58.23|40.95|64.57|\n|0.75|DeepAligned|79.39|53.09|64.63|93.92|79.94|86.79|73.28|60.09|77.97|\n|0.75|MTP-CLNN|86.19|66.98|77.22|95.45|84.30|89.46|77.12|69.36|82.90|\n|0.75|USNID|**87.41**|**69.54**|**78.36**|**96.42**|**86.77**|**90.36**|**80.13**|**74.90**|**85.66**|\n\nWe welcome any issues and requests for model implementation and bug fix. \n\n### Data Settings\n\nEach dataset is split to training, development, and testing sets. We select partial intents as known (the labeled ratio can be changed) intents. Notably, we uniformly select 10% as labeled from known intent data. We use all training data (both labeled and unlabeled) to train the model. During testing, we evaluate the clustering performance of all intent classes. More detailed information can be seen in the [paper](https://ojs.aaai.org/index.php/AAAI/article/view/17689).\n\n### Parameter Configurations\n\nThe basic parameters include parsing parameters about selected dataset, method, setting, etc. More details can be seen in [run.py](./run.py). For specific parameters of each method, we support add configuration files with different hyper-parameters in the [configs](./configs) directory. \n\nAn example can be seen in [DeepAligned.py](./configs/DeepAligned.py). Notice that the config file name is corresponding to the parsing parameter.\n\nNormally, the input commands are as follows:\n```\npython run.py --setting xxx --dataset xxx --known_cls_ratio xxx --labeled_ratio xxx --cluster_num_factor xxx --config_file_name xxx\n```\n\nNotice that if you want to train the model, save the model, or save the testing results, you need to add related parameters (--train, --save_model, --save_results)\n\n## Tutorials\n### a. How to add a new dataset? \n1. Prepare Data  \nCreate a new directory to store your dataset in the [data](../data) directory. You should provide the train.tsv, dev.tsv, and test.tsv, with the same formats as in the provided [datasets](../data/banking).\n\n2. Dataloader Setting  \nCalculate the maximum sentence length (token unit) and count the labels of the dataset. Add them in the [file](./dataloaders/init.py) as follows:  \n```\nmax_seq_lengths = {\n    'new_dataset': max_length\n}\nbenchmark_labels = {\n    'new_dataset': label_list\n}\n```\n\n### b. How to add a new backbone?\n\n1. Add a new backbone in the [backbones](./backbones) directory. For example, we provide [bert-based](./backbones/bert.py), [glove-based](./backbones/glove.py), and [sae-based](./backbones/sae.py) backbones.\n\n2. Add the new backbone mapping in the [file](./backbones/__init__.py) as follows:\n```\nfrom .bert import new_backbone_class\nbackbones_map = {\n    'new_backbone': new_backbone_class\n}\n```\nAdd a new loss in the [losses](./losses) directory is almost the same as adding a new backbone.\n\n### c. How to add a new method?\n\n1. Configuration Setting   \nCreate a new file, named \"method_name.py\" in the [configs](./configs) directory, and set the hyper-parameters for the method (an example can be seen in [DeepAligned.py](./configs/DeepAligned.py)). \n\n2. Dataloader Setting  \nAdd the dataloader mapping if you use new backbone for the method. For example, the bert-based model corresponds to the bert dataloader as follows.\n```\nfrom .bert_loader import BERT_Loader\nbackbone_loader_map = {\n    'bert': BERT_Loader,\n    'bert_xxx': BERT_Loader\n}\n```\nThe unsupervised clustering methods use the unified dataloader as follows:\n```\nfrom .unsup_loader import UNSUP_Loader\nbackbone_loader_map = {\n    'glove': UNSUP_Loader,\n    'sae': UNSUP_Loader\n}\n```\n\n3. Add Methods  (Take DeepAligned as an example)\n\n- Classify the method into the corresponding category in the [methods](./methods) directory. For example, DeepAligned belongs to the [semi-supervised](./methods/semi_supervised) directory, and creates a subdirectory under it, named \"DeepAligned\". \n\n- Add the manager file for DeepAligned. The file should include the method manager class (e.g., DeepAlignedManager), which includes training, evalutation, and testing modules for the method. An example can be seen in [manager.py](./methods/semi_supervised/DeepAligned/manager.py).  \n\n- Add the related method dependency in [__init__.py](./methods/__init__.py) as below:\n```\nfrom .semi_supervised.DeepAligned.manager import DeepAlignedManager\nmethod_map = {\n    'DeepAligned': DeepAlignedManager\n}\n```\n(The key corresponds to the input parameter \"method\")\n\n4. Run Examples\nAdd a script in the [examples](./examples) directory, and configure the parsing parameters in the [run.py](./run.py). You can also run the programs serially by setting the combination of different parameters. A running example is shown in [run_DeepAligned.sh](./examples/run_DeepAligned.sh).\n\n## Citations\nIf you are interested in this work, and want to use the codes in this repo, please star/fork this repo, and cite the following works:\n\n* [TEXTOIR: An Integrated and Visualized Platform for Text Open Intent Recognition](https://aclanthology.org/2021.acl-demo.20/)\n* [A Clustering Framework for Unsupervised and Semi-supervised New Intent Discovery](https://ieeexplore.ieee.org/document/10349963)\n\n```\n@inproceedings{zhang-etal-2021-textoir,\n    title = \"{TEXTOIR}: An Integrated and Visualized Platform for Text Open Intent Recognition\",\n    author = \"Zhang, Hanlei  and Li, Xiaoteng  and Xu, Hua  and Zhang, Panpan and Zhao, Kang  and Gao, Kai\",\n    booktitle = \"Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing: System Demonstrations\",\n    pages = \"167--174\",\n    year = \"2021\",\n    url = \"https://aclanthology.org/2021.acl-demo.20\",\n    doi = \"10.18653/v1/2021.acl-demo.20\",\n}\n```\n```\n@ARTICLE{10349963,\n  author={Zhang, Hanlei and Xu, Hua and Wang, Xin and Long, Fei and Gao, Kai},\n  journal={IEEE Transactions on Knowledge and Data Engineering}, \n  title={A Clustering Framework for Unsupervised and Semi-supervised New Intent Discovery}, \n  year={2023},\n  doi={10.1109/TKDE.2023.3340732}\n}\n```\n"
  },
  {
    "path": "open_intent_discovery/__init__.py",
    "content": "'''\nThe codes for our TKDE submission: \nUSNID: A Framework for Unsupervised and Semi-supervised New Intent Discovery.\nAuthors: Hanlei Zhang, Hua Xu, Xin Wang, Fei Long, Kai Gao\n'''"
  },
  {
    "path": "open_intent_discovery/backbones/__init__.py",
    "content": "from .bert import BertForConstrainClustering, BertForDTC, BertForKCL_Similarity, \\\n    BertForKCL, BertForMCL, BERT_MTP_Pretrain, BERT_MTP, Bert_SCCL, BERT_GCD, BERT_CC, BERTForDeepAligned, \\\n        BERT_USNID, BERT_USNID_UNSUP\nfrom .glove import GloVeEmbeddingVectorizer\nfrom .sae import get_stacked_autoencoder\n\nbackbones_map = {   \n                    'bert_CDAC': BertForConstrainClustering,\n                    'bert_DTC': BertForDTC,\n                    'bert_KCL_simi': BertForKCL_Similarity,\n                    'bert_KCL': BertForKCL,\n                    'bert_MCL': BertForMCL,\n                    'bert_MTP_Pretrain': BERT_MTP_Pretrain,\n                    'bert_MTP' : BERT_MTP,\n                    'bert_USNID': BERT_USNID,\n                    'bert_USNID_Unsup': BERT_USNID_UNSUP,\n                    'glove': GloVeEmbeddingVectorizer,\n                    'sae': get_stacked_autoencoder,\n                    'bert_SCCL' : Bert_SCCL,\n                    'bert_GCD' : BERT_GCD,\n                    'bert_CC' : BERT_CC,\n                    'bert_DeepAligned' : BERTForDeepAligned\n                }"
  },
  {
    "path": "open_intent_discovery/backbones/base.py",
    "content": "import os \nimport torch\nimport math\nimport logging\nfrom transformers import AdamW, get_linear_schedule_with_warmup\nfrom .utils import freeze_bert_parameters, set_allow_growth\nfrom .__init__ import backbones_map\n\n\nclass ModelManager:\n\n    def __init__(self, args, data, logger_name = 'Discovery'):\n        \n        self.logger = logging.getLogger(logger_name)\n        \n        if args.method in ['KM', 'AG', 'SAE', 'DEC', 'DCN']:\n            set_allow_growth('0')\n        else:\n            self.device = torch.device('cuda' if torch.cuda.is_available() else 'cpu')   \n    \n    def set_optimizer(self, model, num_train_examples, train_batch_size, num_train_epochs, lr, warmup_proportion):\n\n        num_train_optimization_steps = int(num_train_examples / train_batch_size) * num_train_epochs\n        \n        param_optimizer = list(model.named_parameters())\n        no_decay = ['bias', 'LayerNorm.bias', 'LayerNorm.weight']\n        optimizer_grouped_parameters = [\n            {'params': [p for n, p in param_optimizer if not any(nd in n for nd in no_decay)], 'weight_decay': 0.01},\n            {'params': [p for n, p in param_optimizer if any(nd in n for nd in no_decay)], 'weight_decay': 0.0}\n        ]\n\n        optimizer = AdamW(optimizer_grouped_parameters, lr = lr, correct_bias=False)\n        num_warmup_steps= int(num_train_examples * num_train_epochs * warmup_proportion / train_batch_size)\n        scheduler = get_linear_schedule_with_warmup(optimizer,\n                                                    num_warmup_steps=num_warmup_steps,\n                                                    num_training_steps=num_train_optimization_steps)\n        return optimizer ,scheduler\n    \n    def set_model(self, args, data, pattern, freeze_parameters = True):\n        \n        backbone = backbones_map[args.backbone]\n\n        if pattern == 'bert':\n            \n            if hasattr(backbone, 'from_pretrained'):\n                model = backbone.from_pretrained(args.pretrained_bert_model, args = args)  \n            else:\n                model = backbone(args)\n                \n            if freeze_parameters:\n                self.logger.info('Freeze all parameters but the last layer for efficiency')\n                model = freeze_bert_parameters(model)\n            \n            model.to(self.device)\n            \n            return model\n\n        elif args.setting == 'unsupervised':\n\n            if pattern == 'glove':\n\n                self.logger.info(\"Building GloVe (D=300)...\")\n                \n                gev = backbone(data.dataloader.embedding_matrix, data.dataloader.index_word, data.dataloader.train_data)\n                emb_train = gev.transform(data.dataloader.train_data, method='mean')\n                emb_test = gev.transform(data.dataloader.test_data, method='mean')\n                \n                self.logger.info('Building finished!')\n\n                return emb_train, emb_test\n        \n            elif pattern == 'sae':\n\n                self.logger.info(\"Building TF-IDF Vectors...\")\n                sae = backbone(data.dataloader.tfidf_train.shape[1])\n\n                return sae\n    \n\n\n        \n\n\n\n\n\n\n\n\n\n"
  },
  {
    "path": "open_intent_discovery/backbones/bert.py",
    "content": "from operator import mod\nimport torch\nimport torch.nn.functional as F\nfrom torch import nn\nfrom transformers import BertPreTrainedModel, BertModel,  AutoModelForMaskedLM, BertForMaskedLM\nfrom torch.nn.parameter import Parameter\nfrom .utils import PairEnum\nfrom sentence_transformers import SentenceTransformer\nfrom losses import SupConLoss\n\nactivation_map = {'relu': nn.ReLU(), 'tanh': nn.Tanh()}\n\nclass Bert_SCCL(BertPreTrainedModel):\n    def __init__(self, config, args):\n        super(Bert_SCCL, self).__init__(config)  \n        self.bert = None\n        self.contrast_head = None\n        self.cluster_centers = None\n\n    def init_model(self, cluster_centers=None, alpha=1.0):\n        self.emb_size = self.bert.config.hidden_size\n        self.alpha = alpha\n        \n        # Instance-CL head\n        self.contrast_head = nn.Sequential(\n            nn.Linear(self.emb_size, self.emb_size),\n            nn.ReLU(inplace=True),\n            nn.Linear(self.emb_size, 128))\n        \n        # Clustering head\n        initial_cluster_centers = torch.tensor(\n            cluster_centers, dtype=torch.float, requires_grad=True)\n        self.cluster_centers = Parameter(initial_cluster_centers)\n      \n    def forward(self, input_ids, attention_mask, task_type):\n\n        if task_type == \"evaluate\":\n            return self.get_mean_embeddings(input_ids, attention_mask)\n        \n        elif task_type == \"explicit\":\n            input_ids_1, input_ids_2, input_ids_3 = torch.unbind(input_ids, dim=1)\n            attention_mask_1, attention_mask_2, attention_mask_3 = torch.unbind(attention_mask, dim=1) \n            \n            mean_output_1 = self.get_mean_embeddings(input_ids_1, attention_mask_1)\n            mean_output_2 = self.get_mean_embeddings(input_ids_2, attention_mask_2)\n            mean_output_3 = self.get_mean_embeddings(input_ids_3, attention_mask_3)\n           \n            return mean_output_1, mean_output_2, mean_output_3\n        \n    def get_mean_embeddings(self, input_ids, attention_mask):\n        bert_output = self.bert.forward(input_ids=input_ids, attention_mask=attention_mask)\n        attention_mask = attention_mask.unsqueeze(-1)\n        mean_output = torch.sum(bert_output[0]*attention_mask, dim=1) / torch.sum(attention_mask, dim=1)\n        return mean_output\n\n    def get_cluster_prob(self, embeddings):\n        norm_squared = torch.sum((embeddings.unsqueeze(1) - self.cluster_centers) ** 2, 2)\n        numerator = 1.0 / (1.0 + (norm_squared / self.alpha))\n        power = float(self.alpha + 1) / 2\n        numerator = numerator ** power\n        return numerator / torch.sum(numerator, dim=1, keepdim=True)\n\n    def local_consistency(self, embd0, embd1, embd2, criterion):\n        p0 = self.get_cluster_prob(embd0)\n        p1 = self.get_cluster_prob(embd1)\n        p2 = self.get_cluster_prob(embd2)\n        \n        lds1 = criterion(p1, p0)\n        lds2 = criterion(p2, p0)\n        return lds1+lds2\n    \n    def contrast_logits(self, embd1, embd2=None):\n        feat1 = F.normalize(self.contrast_head(embd1), dim=1)\n        if embd2 != None:\n            feat2 = F.normalize(self.contrast_head(embd2), dim=1)\n            return feat1, feat2\n        else: \n            return feat1\n\nclass BERT_MTP_Pretrain(nn.Module):\n    \n    def __init__(self,  args):\n\n        super(BERT_MTP_Pretrain, self).__init__()\n        self.num_labels = args.num_labels\n        self.bert = AutoModelForMaskedLM.from_pretrained(args.pretrained_bert_model)\n        self.dropout = nn.Dropout(0.1) #0.1\n        self.classifier = nn.Linear(args.feat_dim, args.num_labels)      \n    \n    def forward(self, X, ):\n\n        outputs = self.bert(**X,  output_hidden_states=True)\n        \n        CLSEmbedding = outputs.hidden_states[-1][:,0]\n        CLSEmbedding = self.dropout(CLSEmbedding)\n        logits = self.classifier(CLSEmbedding)\n        output_dir = {\"logits\": logits}\n        output_dir[\"hidden_states\"] = outputs.hidden_states[-1][:, 0]\n        \n        return output_dir\n    \n    def mlmForward(self, X, Y = None):\n        outputs = self.bert(**X,  labels = Y)\n        return outputs.loss\n        \n    def loss_ce(self, logits, Y):\n        loss = nn.CrossEntropyLoss()\n        output = loss(logits, Y)\n        return output\n\nclass BERT_MTP(nn.Module):\n    def __init__(self,  args):\n        super(BERT_MTP, self).__init__()\n    \n        self.bert = AutoModelForMaskedLM.from_pretrained(args.pretrained_bert_model)\n        self.dropout = nn.Dropout(0.1)\n        #self.classifier = nn.Linear(args.feat_dim, args.num_labels)      \n        self.head = nn.Sequential(\n            nn.Linear(args.feat_dim, args.feat_dim),\n            nn.ReLU(inplace=True),\n            nn.Dropout(0.1),\n            nn.Linear(args.feat_dim, args.mlp_head_feat_dim)\n        )\n\n    def forward(self, X):\n        \"\"\"logits are not normalized by softmax in forward function\"\"\"\n        outputs = self.bert(**X, output_hidden_states=True, output_attentions=True)\n        cls_embed = outputs.hidden_states[-1][:,0]\n        features = F.normalize(self.head(cls_embed), dim=1)\n        output_dir = {\"features\": features}\n        output_dir[\"hidden_states\"] = cls_embed\n        \n        return output_dir\n\n    def loss_cl(self, embds, label=None, mask=None, temperature=0.07, base_temperature=0.07, device=None):\n        \"\"\"compute contrastive loss\"\"\"\n        loss = SupConLoss()\n        output = loss(embds, labels=label, mask=mask, temperature = temperature, device=device)\n        return output\n    \n    def save_backbone(self, save_path):\n        self.bert.save_pretrained(save_path)\n\nclass BERT_GCD(BertPreTrainedModel):\n    \n    def __init__(self,config, args):\n\n        super(BERT_GCD, self).__init__(config)\n        self.num_labels = args.num_labels\n        self.bert = BertModel(config)\n        self.mlp_head = nn.Sequential(\n            nn.Linear(args.feat_dim, args.feat_dim),\n            nn.ReLU(inplace=True),\n            nn.Linear(args.feat_dim, args.mlp_head_feat_dim)\n        )\n        self.init_weights()\n\n    def forward(self, input_ids = None, token_type_ids = None, attention_mask=None , labels = None,\n                feature_ext = False, mode = None, loss_fct = None):\n\n        outputs = self.bert(\n            input_ids, token_type_ids=token_type_ids, attention_mask=attention_mask, output_hidden_states=True)\n\n        encoded_layer_12 = outputs.hidden_states\n        last_output_tokens = encoded_layer_12[-1]     \n        features = last_output_tokens.mean(dim = 1)\n        \n        return features \n\nclass BERT_CC(BertPreTrainedModel):\n    \n    def __init__(self,config, args):\n\n        super(BERT_CC, self).__init__(config)\n        self.num_labels = args.num_labels\n        self.bert = BertModel(config)\n        self.cluster_num = args.num_labels\n        \n        self.instance_projector = nn.Sequential(\n            nn.Linear(config.hidden_size, config.hidden_size),\n            nn.ReLU(),\n            nn.Linear(config.hidden_size, config.hidden_size),\n        )\n\n        self.cluster_projector = nn.Sequential(\n            nn.Linear(config.hidden_size, config.hidden_size),\n            nn.ReLU(),\n            nn.Linear(config.hidden_size, self.cluster_num),\n            nn.Softmax(dim=1)\n        ) \n        \n        self.init_weights()\n        \n    def get_features(self, h_i, h_j):\n        \n        z_i = F.normalize(self.instance_projector(h_i), dim=1)\n        z_j = F.normalize(self.instance_projector(h_j), dim=1)\n\n        c_i = self.cluster_projector(h_i)\n        c_j = self.cluster_projector(h_j)\n\n        return z_i, z_j, c_i, c_j\n\n    def forward_cluster(self, x):\n     \n        c = self.cluster_projector(x)\n        c = torch.argmax(c, dim=1)\n        return c\n\n    def forward(self, input_ids = None, token_type_ids = None, attention_mask=None , labels = None,\n                feature_ext = False, mode = None, loss_fct = None):\n\n        outputs = self.bert(\n            input_ids, token_type_ids=token_type_ids, attention_mask=attention_mask, output_hidden_states=True)\n\n        encoded_layer_12 = outputs.hidden_states\n        last_output_tokens = encoded_layer_12[-1]     \n        features = last_output_tokens.mean(dim = 1)\n\n        return features\n        \nclass BERTForDeepAligned(BertPreTrainedModel):\n    \n    def __init__(self,config, args):\n\n        super(BERTForDeepAligned, self).__init__(config)\n        self.num_labels = args.num_labels\n        self.bert = BertModel(config)\n        self.dense = nn.Linear(config.hidden_size, config.hidden_size)\n        self.activation = activation_map[args.activation]\n        self.dropout = nn.Dropout(config.hidden_dropout_prob)\n        self.classifier = nn.Linear(config.hidden_size, args.num_labels)      \n        self.init_weights()\n\n    def forward(self, input_ids = None, token_type_ids = None, attention_mask=None , labels = None,\n                feature_ext = False, mode = None, loss_fct = None):\n\n        outputs = self.bert(\n            input_ids, token_type_ids=token_type_ids, attention_mask=attention_mask, output_hidden_states=True)\n        encoded_layer_12 = outputs.hidden_states\n        pooled_output = outputs.pooler_output\n\n        pooled_output = self.dense(encoded_layer_12[-1].mean(dim = 1))\n        pooled_output = self.activation(pooled_output)\n        pooled_output = self.dropout(pooled_output)\n\n        logits = self.classifier(pooled_output)\n\n        if feature_ext:\n            return pooled_output\n        else:\n            if mode == 'train':\n                \n                loss = loss_fct(logits, labels)\n                return loss\n            else:\n                return pooled_output, logits\n       \nclass BERT_USNID(BertPreTrainedModel):\n    \n    def __init__(self, config, args):\n\n        super(BERT_USNID, self).__init__(config)\n        self.num_labels = args.num_labels\n        self.bert = BertModel(config)\n        self.dense = nn.Linear(config.hidden_size, config.hidden_size)\n        self.activation = activation_map[args.activation]\n        self.dropout = nn.Dropout(config.hidden_dropout_prob)\n        self.args = args\n        \n        if args.pretrain or (not args.wo_self):\n            self.classifier = nn.Linear(config.hidden_size, args.num_labels)\n                \n        self.mlp_head = nn.Linear(config.hidden_size, args.num_labels)\n            \n        self.init_weights()\n\n    def forward(self, input_ids = None, token_type_ids = None, attention_mask=None , feature_ext = False):\n\n        outputs = self.bert(\n            input_ids, token_type_ids=token_type_ids, attention_mask=attention_mask, output_hidden_states=True)\n\n        encoded_layer_12 = outputs.hidden_states\n        last_output_tokens = encoded_layer_12[-1]     \n        features = last_output_tokens.mean(dim = 1)\n            \n        features = self.dense(features)\n        pooled_output = self.activation(features)   \n        pooled_output = self.dropout(features)\n        \n        if self.args.pretrain or (not self.args.wo_self):\n            logits = self.classifier(pooled_output)\n            \n        mlp_outputs = self.mlp_head(pooled_output)\n        \n        if feature_ext:\n            if self.args.pretrain or (not self.args.wo_self):\n                return features, logits\n            else:\n                return features, mlp_outputs\n\n        else:\n            if self.args.pretrain or (not self.args.wo_self):\n                return mlp_outputs, logits\n            else:\n                return mlp_outputs, mlp_outputs\n            \nclass BERT_USNID_UNSUP(BertPreTrainedModel):\n    \n    def __init__(self, config, args):\n\n        super(BERT_USNID_UNSUP, self).__init__(config)\n        self.num_labels = args.num_labels\n        self.bert = BertModel(config)\n        self.dense = nn.Linear(config.hidden_size, config.hidden_size)\n        self.activation = activation_map[args.activation]\n        self.dropout = nn.Dropout(config.hidden_dropout_prob)\n        self.args = args\n \n        self.classifier = nn.Linear(config.hidden_size, args.num_labels)\n        self.mlp_head = nn.Linear(config.hidden_size, args.num_labels)\n            \n        self.init_weights()\n\n    def forward(self, input_ids = None, token_type_ids = None, attention_mask=None , labels = None, weights = None,\n                feature_ext = False, mode = None, loss_fct = None, aug_feats=None, use_aug = False):\n\n        outputs = self.bert(\n            input_ids, token_type_ids=token_type_ids, attention_mask=attention_mask, output_hidden_states=True)\n\n        encoded_layer_12 = outputs.hidden_states\n        last_output_tokens = encoded_layer_12[-1]     \n        features = last_output_tokens.mean(dim = 1)\n            \n        features = self.dense(features)\n        pooled_output = self.activation(features)   \n        pooled_output = self.dropout(features)\n        \n        logits = self.classifier(pooled_output)\n            \n        mlp_outputs = self.mlp_head(pooled_output)\n        \n        if feature_ext:\n            return features, mlp_outputs\n        else:\n            return mlp_outputs, logits\n            \nclass BertForConstrainClustering(BertPreTrainedModel):\n    def __init__(self, config, args):\n        super(BertForConstrainClustering, self).__init__(config)\n        self.num_labels = args.num_labels\n        self.bert = BertModel(config)\n        \n        # train\n        self.dense = nn.Linear(config.hidden_size, config.hidden_size) # Pooling-mean\n        self.activation = activation_map[args.activation]\n        self.dropout = nn.Dropout(config.hidden_dropout_prob)\n        self.classifier = nn.Linear(config.hidden_size, args.num_labels)\n        self.init_weights()           \n        # finetune\n        self.alpha = 1.0\n        self.cluster_layer = Parameter(torch.Tensor(args.num_labels, args.num_labels))\n        torch.nn.init.xavier_normal_(self.cluster_layer.data)\n\n    def forward(self, input_ids, token_type_ids=None, attention_mask=None, labels=None,\n                feature_ext = False, u_threshold=None, l_threshold=None, mode=None,  semi=False):\n\n        eps = 1e-10\n        outputs = self.bert(\n            input_ids, token_type_ids=token_type_ids, attention_mask=attention_mask, output_hidden_states=True)\n        encoded_layer_12 = outputs.hidden_states\n        pooled_output = outputs.pooler_output\n        pooled_output = self.dense(encoded_layer_12[-1].mean(dim = 1))\n        pooled_output = self.activation(pooled_output)\n        pooled_output = self.dropout(pooled_output)\n        logits = self.classifier(pooled_output)\n\n        if feature_ext:\n            return logits\n        else:\n            if mode=='train':\n\n                logits_norm = F.normalize(logits, p=2, dim=1)\n                sim_mat = torch.matmul(logits_norm, logits_norm.transpose(0, -1))\n                label_mat = labels.view(-1,1) - labels.view(1,-1)    \n                label_mat[label_mat!=0] = -1 \n                label_mat[label_mat==0] = 1 \n                label_mat[label_mat==-1] = 0 \n\n                if not semi:\n                    pos_mask = (label_mat > u_threshold).type(torch.cuda.FloatTensor)\n                    neg_mask = (label_mat < l_threshold).type(torch.cuda.FloatTensor)\n                    pos_entropy = -torch.log(torch.clamp(sim_mat, eps, 1.0)) * pos_mask\n                    neg_entropy = -torch.log(torch.clamp(1-sim_mat, eps, 1.0)) * neg_mask\n                    loss = (pos_entropy.mean() + neg_entropy.mean()) * 5\n\n                    return loss\n\n                else:\n                    label_mat[labels==-1, :] = -1\n                    label_mat[:, labels==-1] = -1\n                    label_mat[label_mat==0] = 0\n                    label_mat[label_mat==1] = 1\n                    pos_mask = (sim_mat > u_threshold).type(torch.cuda.FloatTensor)\n                    neg_mask = (sim_mat < l_threshold).type(torch.cuda.FloatTensor)\n                    pos_mask[label_mat==1] = 1\n                    neg_mask[label_mat==0] = 1\n                    pos_entropy = -torch.log(torch.clamp(sim_mat, eps, 1.0)) * pos_mask\n                    neg_entropy = -torch.log(torch.clamp(1-sim_mat, eps, 1.0)) * neg_mask\n                    loss = pos_entropy.mean() + neg_entropy.mean() + u_threshold - l_threshold\n\n                    return loss\n\n            else:\n                q = 1.0 / (1.0 + torch.sum(torch.pow(logits.unsqueeze(1) - self.cluster_layer, 2), 2) / self.alpha)\n                q = q.pow((self.alpha + 1.0) / 2.0)\n                q = (q.t() / torch.sum(q, 1)).t() \n                return logits, q\n\nclass BertForDTC(BertPreTrainedModel):\n    def __init__(self, config, args):\n\n        super(BertForDTC, self).__init__(config)\n        self.num_labels = args.num_labels\n        self.bert = BertModel(config)\n\n        #train\n        self.dense = nn.Linear(config.hidden_size, config.hidden_size)\n        self.activation = activation_map[args.activation]\n        self.dropout = nn.Dropout(config.hidden_dropout_prob)\n        self.classifier = nn.Linear(config.hidden_size, args.num_labels)\n        self.init_weights()\n\n        #finetune\n        self.alpha = 1.0\n        self.cluster_layer = Parameter(torch.Tensor(args.num_labels, args.num_labels))\n        torch.nn.init.xavier_normal_(self.cluster_layer.data)\n\n    def forward(self, input_ids = None, token_type_ids = None, attention_mask=None , labels = None,\n                feature_ext = False, mode = None, loss_fct=None):\n\n        outputs = self.bert(\n            input_ids, token_type_ids=token_type_ids, attention_mask=attention_mask, output_hidden_states=True)\n        encoded_layer_12 = outputs.hidden_states\n        pooled_output = outputs.pooler_output\n        pooled_output = self.dense(encoded_layer_12[-1].mean(dim = 1))\n        pooled_output = self.activation(pooled_output)\n        pooled_output = self.dropout(pooled_output)\n        logits = self.classifier(pooled_output)\n        \n        if feature_ext:\n            return pooled_output\n        elif mode == 'train':\n            loss = loss_fct(logits, labels)\n            return loss\n        else:\n            q = 1.0 / (1.0 + torch.sum(torch.pow(logits.unsqueeze(1) - self.cluster_layer, 2), 2) / self.alpha)\n            q = q.pow((self.alpha + 1.0) / 2.0)\n            q = (q.t() / torch.sum(q, 1)).t() \n            return logits, q\n\nclass BertForKCL_Similarity(BertPreTrainedModel):\n    def __init__(self, config, args):\n        super(BertForKCL_Similarity,self).__init__(config)\n\n        self.num_labels = args.num_labels\n        self.bert = BertModel(config)\n\n        self.dense = nn.Linear(config.hidden_size * 2, config.hidden_size * 4)\n        self.normalization = nn.BatchNorm1d(config.hidden_size * 4)\n        self.activation = activation_map[args.activation]\n        \n        self.classifier = nn.Linear(config.hidden_size * 4, args.num_labels)\n        self.init_weights()\n    \n    def forward(self, input_ids, token_type_ids = None, attention_mask=None, labels=None, loss_fct=None, mode = None):\n        \n        outputs = self.bert(\n            input_ids, token_type_ids=token_type_ids, attention_mask=attention_mask, output_hidden_states=True)\n        encoded_layer_12 = outputs.hidden_states\n        pooled_output = outputs.pooler_output\n        feat1,feat2 = PairEnum(encoded_layer_12[-1].mean(dim = 1))\n        feature_cat = torch.cat([feat1,feat2], 1)\n\n        pooled_output = self.dense(feature_cat)\n        pooled_output = self.normalization(pooled_output)\n        pooled_output = self.activation(pooled_output)\n        logits = self.classifier(pooled_output)\n        \n        if mode == 'train':    \n            loss = loss_fct(logits.view(-1,self.num_labels), labels.view(-1))\n\n            return loss\n        else:\n            return pooled_output, logits\n\nclass BertForKCL(BertPreTrainedModel):\n    def __init__(self, config, args):\n        super(BertForKCL, self).__init__(config)\n\n        self.num_labels = args.num_labels\n        self.bert = BertModel(config)\n\n        self.dense = nn.Linear(config.hidden_size, config.hidden_size)\n        self.activation = activation_map[args.activation]\n        self.dropout = nn.Dropout(config.hidden_dropout_prob)\n\n        self.classifier = nn.Linear(config.hidden_size, args.num_labels)\n        self.init_weights()\n\n    def forward(self, input_ids = None, token_type_ids = None, attention_mask=None , labels = None, mode = None, \n        simi = None, loss_fct = None):\n\n        outputs = self.bert(\n            input_ids, token_type_ids=token_type_ids, attention_mask=attention_mask, output_hidden_states=True)\n        encoded_layer_12 = outputs.hidden_states\n        pooled_output = outputs.pooler_output\n        pooled_output = self.dense(encoded_layer_12[-1].mean(dim = 1))\n        pooled_output = self.activation(pooled_output)\n        pooled_output = self.dropout(pooled_output)\n        logits = self.classifier(pooled_output)\n\n        if mode == 'train':    \n\n            probs = F.softmax(logits,dim=1)\n            prob1, prob2 = PairEnum(probs)\n\n            loss_KCL = loss_fct(prob1, prob2, simi)\n            flag = len(labels[labels != -1])\n\n            if flag != 0:\n                loss_ce = nn.CrossEntropyLoss()(logits[labels != -1], labels[labels != -1])\n                loss = loss_ce + loss_KCL\n            else:\n                loss = loss_KCL\n\n            return loss\n        else:\n            return pooled_output, logits\n\nclass BertForMCL(BertPreTrainedModel):\n    def __init__(self, config, args):\n        super(BertForMCL, self).__init__(config)\n\n        self.num_labels = args.num_labels\n        self.bert = BertModel(config)\n\n        self.dense = nn.Linear(config.hidden_size, config.hidden_size)\n        self.activation = activation_map[args.activation]\n        self.dropout = nn.Dropout(config.hidden_dropout_prob)\n        self.classifier = nn.Linear(config.hidden_size, args.num_labels)\n        self.init_weights()\n\n    def forward(self, input_ids = None, token_type_ids = None, attention_mask=None , labels = None, mode = None, loss_fct = None):\n\n        outputs = self.bert(\n            input_ids, token_type_ids=token_type_ids, attention_mask=attention_mask, output_hidden_states=True)\n        encoded_layer_12 = outputs.hidden_states\n        pooled_output = outputs.pooler_output\n        pooled_output = self.dense(encoded_layer_12[-1].mean(dim = 1))\n        pooled_output = self.activation(pooled_output)\n        pooled_output = self.dropout(pooled_output)\n        logits = self.classifier(pooled_output)\n        probs = F.softmax(logits, dim = 1)\n\n        if mode == 'train':\n            \n            flag = len(labels[labels != -1])\n            prob1, prob2 = PairEnum(probs)\n            simi = torch.matmul(probs, probs.transpose(0, -1)).view(-1)\n\n            simi[simi > 0.5] = 1\n            simi[simi < 0.5] = -1\n            loss_MCL = loss_fct(prob1, prob2, simi)\n\n            if flag != 0:\n\n                loss_ce = nn.CrossEntropyLoss()(logits[labels != -1], labels[labels != -1])\n                loss = loss_ce + loss_MCL\n\n            else:\n                loss = loss_MCL\n\n            return loss\n            \n        else:\n            return pooled_output, logits"
  },
  {
    "path": "open_intent_discovery/backbones/glove.py",
    "content": "import numpy as np\nfrom collections import defaultdict\n\nclass GloVeEmbeddingVectorizer(object):\n    \n    def __init__(self, embedding_matrix, index_word, X=None):\n        self.embedding_matrix = embedding_matrix\n        self.dim = embedding_matrix.shape[1]\n        if X is not None:\n            self.index_word = index_word\n            self.D = embedding_matrix.shape[0]\n            self.idf = self.get_idf(X)\n        \n    def get_idf(self, X):\n        d = defaultdict(int)\n        idf = defaultdict(int)\n        if isinstance(X,list):\n            for e in X:\n                for word_indices in e:\n                    for idx in word_indices:\n                        d[idx] += 1\n        else:\n            for word_indices in X:\n                for idx in word_indices:\n                    d[idx]+= 1\n        idf = {k:np.log(self.D/v) for k, v in d.items()}\n        return idf\n    \n    def transform(self, X, method='mean'):\n        sentence_embs = []\n        for word_indices in X:\n            word_embs = []\n            dividend = 0\n            for idx in word_indices:\n                if idx in self.index_word and idx!=0:\n                    if method=='mean':\n                        weight = 1\n                    elif method=='idf':\n                        mark = self.idf.get(idx,None)\n                        if mark is not None:\n                            weight = self.idf[idx]\n                        else:\n                            weight = np.log(self.D / 1)\n                       \n                    word_embs.append(self.embedding_matrix[idx]*weight)\n                    dividend += weight\n            # no words founded in GloVe\n            if dividend==0: \n                sentence_emb = np.zeros(self.dim)\n            else:\n                sentence_emb = np.divide(np.sum(word_embs, axis=0), dividend)\n            sentence_embs.append(sentence_emb)\n        return np.array(sentence_embs)\n\n"
  },
  {
    "path": "open_intent_discovery/backbones/sae.py",
    "content": "from keras.optimizers import Adam\nfrom keras.models import Sequential\nfrom keras.layers import Dense\nfrom keras import backend as K\nfrom keras.engine.topology import Layer, InputSpec\n\ndef get_encoded(model, data, nb_layer):\n    transform = K.function([model.layers[0].input], \n                           [model.layers[nb_layer].output])\n    return transform(data)[0]\n\ndef get_sae(args, sae_emb, tfidf_train, tfidf_test):\n    \n    emb_train_sae = get_encoded(sae_emb, [tfidf_train], 3)\n    emb_test_sae = get_encoded(sae_emb, [tfidf_test], 3)\n    \n    return emb_train_sae, emb_test_sae\n\ndef get_stacked_autoencoder(original_dim=2000, encoding_dim=10):\n    model = Sequential([Dense(500, activation='relu', kernel_initializer='glorot_uniform', input_shape=(original_dim,)),\n                        Dense(500, activation='relu', kernel_initializer='glorot_uniform'),\n                        Dense(2000, activation='relu', kernel_initializer='glorot_uniform'),\n                        Dense(encoding_dim, activation='relu', kernel_initializer='glorot_uniform', name='encoded'),\n                        Dense(2000, activation='relu', kernel_initializer='glorot_uniform'),\n                        Dense(500, activation='relu', kernel_initializer='glorot_uniform'),\n                        Dense(500, activation='relu', kernel_initializer='glorot_uniform'),\n                        Dense(original_dim, kernel_initializer='glorot_uniform')])\n    adam = Adam(lr=0.005, clipnorm=1)\n    model.compile(optimizer='adam', loss='mse')\n    return model\n\nclass ClusteringLayer(Layer):\n    \"\"\"\n    Clustering layer converts input sample (feature) to soft label, i.e. a vector that represents the probability of the\n    sample belonging to each cluster. The probability is calculated with student's t-distribution.\n\n    # Example\n    ```\n        model.add(ClusteringLayer(n_clusters=10))\n    ```\n    # Arguments\n        n_clusters: number of clusters.\n        weights: list of Numpy array with shape `(n_clusters, n_features)` witch represents the initial cluster centers.\n        alpha: degrees of freedom parameter in Student's t-distribution. Default to 1.0.\n    # Input shape\n        2D tensor with shape: `(n_samples, n_features)`.\n    # Output shape\n        2D tensor with shape: `(n_samples, n_clusters)`.\n    \"\"\"\n    def __init__(self, n_clusters, weights=None, alpha=1.0, **kwargs):\n        if 'input_shape' not in kwargs and 'input_dim' in kwargs:\n            kwargs['input_shape'] = (kwargs.pop('input_dim'),)\n        super(ClusteringLayer, self).__init__(**kwargs)\n        self.n_clusters = n_clusters\n        self.alpha = alpha\n        self.initial_weights = weights\n        self.input_spec = InputSpec(ndim=2)\n\n    def build(self, input_shape):\n        assert len(input_shape) == 2\n        input_dim = input_shape[1]\n        self.input_spec = InputSpec(dtype=K.floatx(), shape=(None, input_dim))\n        self.clusters = self.add_weight(shape=(self.n_clusters, input_dim), initializer='glorot_uniform')\n        if self.initial_weights is not None:\n            self.set_weights(self.initial_weights)\n            del self.initial_weights\n        self.built = True\n\n    def call(self, inputs, **kwargs):\n        \"\"\" student t-distribution, as same as used in t-SNE algorithm.\n         Measure the similarity between embedded point z_i and centroid µ_j.\n                 q_ij = 1/(1+dist(x_i, µ_j)^2), then normalize it.\n                 q_ij can be interpreted as the probability of assigning sample i to cluster j.\n                 (i.e., a soft assignment)\n        Arguments:\n            inputs: the variable containing data, shape=(n_samples, n_features)\n        Return:\n            q: student's t-distribution, or soft labels for each sample. shape=(n_samples, n_clusters)\n        \"\"\"\n        q = 1.0 / (1.0 + (K.sum(K.square(K.expand_dims(inputs, axis=1) - self.clusters), axis=2) / self.alpha))\n        q **= (self.alpha + 1.0) / 2.0\n        q = K.transpose(K.transpose(q) / K.sum(q, axis=1)) \n        return q\n\n    def compute_output_shape(self, input_shape):\n        assert input_shape and len(input_shape) == 2\n        return input_shape[0], self.n_clusters\n\n    def get_config(self):\n        config = {'n_clusters': self.n_clusters}\n        base_config = super(ClusteringLayer, self).get_config()\n        return dict(list(base_config.items()) + list(config.items()))"
  },
  {
    "path": "open_intent_discovery/backbones/utils.py",
    "content": "import torch\nimport tensorflow as tf\nfrom torch import nn\n\ndef l2_norm(input,axis=1):\n    norm = torch.norm(input,2,axis,True)\n    output = torch.div(input, norm)\n    return output\n\nclass L2_normalization(nn.Module):\n    def forward(self, input):\n        return l2_norm(input)   \n\ndef freeze_bert_parameters(model):\n    \n    for name, param in model.bert.named_parameters():  \n        param.requires_grad = False\n        if \"encoder.layer.11\" in name or \"pooler\" in name:\n            param.requires_grad = True\n    return model\n\ndef set_allow_growth(device):\n    config = tf.compat.v1.ConfigProto()\n    config.gpu_options.allow_growth = True \n    config.gpu_options.visible_device_list = device\n    sess = tf.compat.v1.Session(config=config)\n    tf.compat.v1.keras.backend.set_session(sess) \n\ndef PairEnum(x,mask=None):\n\n    assert x.ndimension() == 2, 'Input dimension must be 2'\n    x1 = x.repeat(x.size(0),1)\n    x2 = x.repeat(1,x.size(0)).view(-1,x.size(1))\n\n    if mask is not None:\n        xmask = mask.view(-1,1).repeat(1,x.size(1))\n\n        x1 = x1[xmask].view(-1,x.size(1))\n        x2 = x2[xmask].view(-1,x.size(1))\n    return x1,x2"
  },
  {
    "path": "open_intent_discovery/configs/AG.py",
    "content": "class Param():\n    \n    def __init__(self, args):\n        \n        self.hyper_param = self.get_hyper_parameters(args)\n\n    def get_hyper_parameters(self, args):\n        \"\"\"\n        Args:\n            glove_model (directory): The path for the pre-trained glove embedding.\n            max_num_words (int): The maximum number of words.\n        \"\"\"\n        hyper_parameters = {\n            'glove_model': '/home/sharing/disk1/pretrained_embedding/glove',\n            'max_num_words': 10000, \n        }\n\n        return hyper_parameters"
  },
  {
    "path": "open_intent_discovery/configs/CC.py",
    "content": "class Param():\n    \n    def __init__(self, args):\n        \n        self.hyper_param = self.get_hyper_parameters(args)\n\n    def get_hyper_parameters(self, args):\n        \"\"\"\n        Args:\n            pretrained_bert_model (directory): The path for the pre-trained bert model.\n            num_train_epochs (int): The number of training epochs.\n            num_labels (autofill): The output dimension.\n            max_seq_length (autofill): The maximum total input sequence length after tokenization. Sequences longer than this will be truncated, sequences shorter will be padded.\n            freeze_bert_parameters (binary): Whether to freeze all parameters but the last layer.\n            feat_dim (int): The feature dimension.\n            warmup_proportion (float): The warmup ratio for learning rate.\n            lr (float): The learning rate of backbone.\n            train_batch_size (int): The batch size for training.\n            eval_batch_size (int): The batch size for evaluation. \n            test_batch_size (int): The batch size for testing.\n        \"\"\"\n        hyper_parameters = {\n\n            'pretrained_bert_model': \"/home/sharing/disk1/pretrained_embedding/bert/uncased_L-12_H-768_A-12/\",\n            'num_labels': None,\n            'num_train_epochs': 100,\n            'max_seq_length': None, \n            'freeze_bert_parameters': True,\n            'feat_dim': 768,\n            'warmup_proportion': 0.1,\n            'lr': 3e-5, \n            'train_batch_size': 128,\n            'eval_batch_size': 64,\n            'test_batch_size': 64,\n        }\n\n        return hyper_parameters"
  },
  {
    "path": "open_intent_discovery/configs/CDACPlus.py",
    "content": "class Param():\n    \n    def __init__(self, args):\n        \n        self.hyper_param = self.get_hyper_parameters(args)\n\n    def get_hyper_parameters(self, args):\n        \"\"\"\n        Args:\n            bert_model (directory): The path for the pre-trained bert model.\n            num_train_epochs (int): The number of training epochs.\n            num_refine_epochs (int): The number of refining epochs.\n            num_labels (autofill): The output dimension.\n            max_seq_length (autofill): The maximum total input sequence length after tokenization. Sequences longer than this will be truncated, sequences shorter will be padded.\n            freeze_bert_parameters (binary): Whether to freeze all parameters but the last layer.\n            feat_dim (int): The feature dimension.\n            warmup_proportion (float): The warmup ratio for learning rate.\n            lr (float): The learning rate of backbone.\n            activation (str): The activation function of the hidden layer (support 'relu' and 'tanh').\n            u (float): The upper bound of the dynamic threshold.\n            l (float): The lower bound of the dynamic threshold.\n            train_batch_size (int): The batch size for training.\n            eval_batch_size (int): The batch size for evaluation. \n            test_batch_size (int): The batch size for testing.\n            wait_patient (int): Patient steps for Early Stop.\n        \"\"\"\n        hyper_parameters = {\n\n            'pretrained_bert_model': \"/home/sharing/disk1/pretrained_embedding/bert/uncased_L-12_H-768_A-12/\",\n            'num_labels': None,\n            'num_train_epochs': 49,\n            'num_refine_epochs': 100,\n            'max_seq_length': None, \n            'freeze_bert_parameters': True,\n            'feat_dim': 768,\n            'warmup_proportion': 0.1,\n            'lr': 5e-5, \n            'activation': 'tanh',\n            'u': 0.95,\n            'l': 0.455,\n            'train_batch_size': 256,\n            'eval_batch_size': 256,\n            'test_batch_size': 64,\n            'wait_patient': 5\n        }\n\n        return hyper_parameters"
  },
  {
    "path": "open_intent_discovery/configs/DCN.py",
    "content": "import os\nclass Param():\n    \n    def __init__(self, args):\n        \n        self.hyper_param = self.get_hyper_parameters(args)\n\n    def get_hyper_parameters(self, args):\n        \"\"\"\n        Args:\n            num_train_epochs_SAE (int): The number of epochs for training stacked auto-encoder.\n            num_train_epochs_DCN (int): The number of epochs for training DCN model.\n            feat_dim (int): The feature dimension.\n            update_interval (int): The number of intervals between contiguous updates.\n            batch_size (int): The batch size for training.\n            lr (float): The learning rate for training DCN.\n            momentum (float): The momentum value of SGD optimizer.\n            tol (float): The tolerance threshold to stop training for DCN.\n            model_name (str): The name of the DCN model (saved in the format of keras).\n        \"\"\"\n        hyper_parameters = {\n            'num_train_epochs_SAE': 5000,\n            'num_train_epochs_DCN': 12000,\n            'feat_dim': 2000,\n            'update_interval': 100,\n            'DCN_batch_size': 256,\n            'SAE_batch_size': 4096,\n            'lr': 0.001,\n            'momentum': 0.9,\n            'tol': 0.01,\n            'model_name': 'DCN.h5'\n        }\n\n        return hyper_parameters"
  },
  {
    "path": "open_intent_discovery/configs/DEC.py",
    "content": "import os\n    \nclass Param():\n    \n    def __init__(self, args):\n        \n        self.hyper_param = self.get_hyper_parameters(args)\n\n    def get_hyper_parameters(self, args):\n        \"\"\"\n        Args:\n            num_train_epochs_SAE (int): The number of epochs for training stacked auto-encoder.\n            num_train_epochs_DEC (int): The number of epochs for training DEC model.\n            feat_dim (int): The feature dimension.\n            update_interval (int): The number of intervals between contiguous updates.\n            batch_size (int): The batch size for training.\n            lr (float): The learning rate for training DCN.\n            momentum (float): The momentum value of SGD optimizer.\n            tol (float): The tolerance threshold to stop training for DCN.\n            model_name (str): The name of the DCN model (saved in the format of keras).\n        \"\"\"\n        hyper_parameters = {\n            'num_train_epochs_SAE': 5000,\n            'num_train_epochs_DEC': 12000,\n            'feat_dim': 2000,\n            'update_interval': 100,\n            'SAE_batch_size': 4096,\n            'DEC_batch_size': 256,\n            'lr': 0.001,\n            'momentum': 0.9,\n            'tol': 0.01,\n            'model_name': 'DEC.h5'\n        }\n\n        return hyper_parameters"
  },
  {
    "path": "open_intent_discovery/configs/DTC_BERT.py",
    "content": "class Param():\n    \n    def __init__(self, args):\n        \n        self.hyper_param = self.get_hyper_parameters(args)\n\n    def get_hyper_parameters(self, args):\n        \"\"\"\n        Args:\n            bert_model (directory): The path for the pre-trained bert model.\n            max_seq_length (autofill): The maximum total input sequence length after tokenization. Sequences longer than this will be truncated, sequences shorter will be padded.\n            num_train_epochs (int): The number of training epochs.\n            num_pretrain_epochs (int): The number of pre-training epochs.\n            num_warmup_train_epochs (int): The number of warmup training epochs.\n            update_interval (int): The number of intervals between contiguous updates.\n            alpha (float): The weights for updating the auxiliary distribution targets.\n            num_labels (autofill): The output dimension.\n            freeze_bert_parameters (binary): Whether to freeze all parameters but the last layer.\n            feat_dim (int): The feature dimension.\n            warmup_proportion (float): The warmup ratio for learning rate.\n            lr_pre (float): The learning rate for pre-training the backbone.\n            lr (float): The learning rate of backbone.\n            loss_fct (str): The loss function for training.\n            activation (str): The activation function of the hidden layer (support 'relu' and 'tanh').\n            train_batch_size (int): The batch size for training.\n            eval_batch_size (int): The batch size for evaluation. \n            test_batch_size (int): The batch size for testing.\n            wait_patient (int): Patient steps for Early Stop.\n        \"\"\"\n        hyper_parameters = {\n\n            'pretrained_bert_model': \"/home/sharing/disk1/pretrained_embedding/bert/uncased_L-12_H-768_A-12/\",\n            'max_seq_length': None, \n            'num_train_epochs': 100,\n            'num_pretrain_epochs': 100,\n            'num_warmup_train_epochs': 10,\n            'update_interval': 5,\n            'alpha': 0.6,\n            'num_labels': None,\n            'freeze_bert_parameters': True,\n            'pretrain': True,\n            'feat_dim': 768,\n            'warmup_proportion': 0.1,\n            'lr_pre': 2e-5,\n            'lr': 2e-5, \n            'loss_fct': 'CrossEntropyLoss',\n            'activation': 'relu',\n            'train_batch_size': 128,\n            'pretrain_batch_size':128,\n            'eval_batch_size': 64,\n            'test_batch_size': 64,\n            'wait_patient': 10\n        }\n\n        return hyper_parameters"
  },
  {
    "path": "open_intent_discovery/configs/DeepAligned.py",
    "content": "class Param():\n    \n    def __init__(self, args):\n        \n        self.hyper_param = self.get_hyper_parameters(args)\n\n    def get_hyper_parameters(self, args):\n        \"\"\"\n        Args:\n            bert_model (directory): The path for the pre-trained bert model.\n            max_seq_length (autofill): The maximum total input sequence length after tokenization. Sequences longer than this will be truncated, sequences shorter will be padded.\n            num_train_epochs (int): The number of training epochs.\n            num_pretrain_epochs (int): The number of pre-training epochs.\n            num_labels (autofill): The output dimension.\n            freeze_bert_parameters (binary): Whether to freeze all parameters but the last layer.\n            feat_dim (int): The feature dimension.\n            warmup_proportion (float): The warmup ratio for learning rate.\n            lr_pre (float): The learning rate for pre-training the backbone.\n            lr (float): The learning rate for training the backbone.\n            loss_fct (str): The loss function for training.\n            activation (str): The activation function of the hidden layer (support 'relu' and 'tanh').\n            train_batch_size (int): The batch size for training.\n            eval_batch_size (int): The batch size for evaluation.\n            test_batch_size (int): The batch size for testing. \n            wait_patient (int): Patient steps for Early Stop.\n        \"\"\"\n        hyper_parameters = {\n\n            'pretrained_bert_model': \"/home/sharing/disk1/pretrained_embedding/bert/uncased_L-12_H-768_A-12/\",\n            'max_seq_length': None, \n            'pretrain': True,\n            'num_pretrain_epochs': 100,\n            'num_train_epochs': 100,\n            'num_labels': None,\n            'freeze_bert_parameters': True,\n            'feat_dim': 768,\n            'warmup_proportion': 0.1,\n            'lr_pre': 5e-5,\n            'lr': 5e-5, \n            'loss_fct': 'CrossEntropyLoss',\n            'activation': 'tanh',\n            'train_batch_size': 128,\n            'pretrain_batch_size': 128,\n            'eval_batch_size': 64,\n            'test_batch_size': 64,\n            'wait_patient': 20\n        }\n\n        return hyper_parameters"
  },
  {
    "path": "open_intent_discovery/configs/GCD.py",
    "content": "class Param():\n    \n    def __init__(self, args):\n        \n        self.hyper_param = self.get_hyper_parameters(args)\n\n    def get_hyper_parameters(self, args):\n        \"\"\"\n        Args:\n            bert_model (directory): The path for the pre-trained bert model.\n            max_seq_length (autofill): The maximum total input sequence length after tokenization. Sequences longer than this will be truncated, sequences shorter will be padded.\n            num_train_epochs (int): The number of training epochs.\n            num_pretrain_epochs (int): The number of pre-training epochs.\n            num_labels (autofill): The output dimension.\n            freeze_bert_parameters (binary): Whether to freeze all parameters but the last layer.\n            feat_dim (int): The feature dimension.\n            warmup_proportion (float): The warmup ratio for learning rate.\n            lr_pre (float): The learning rate for pre-training the backbone.\n            lr (float): The learning rate for training the backbone.\n            loss_fct (str): The loss function for training.\n            activation (str): The activation function of the hidden layer (support 'relu' and 'tanh').\n            train_batch_size (int): The batch size for training.\n            eval_batch_size (int): The batch size for evaluation.\n            test_batch_size (int): The batch size for testing. \n            wait_patient (int): Patient steps for Early Stop.\n        \"\"\"\n        hyper_parameters = {\n\n            'pretrained_bert_model': \"/home/sharing/disk1/pretrained_embedding/bert/uncased_L-12_H-768_A-12/\",\n            'max_seq_length': None, \n            'num_train_epochs': 100,\n            'num_labels': None,\n            'freeze_train_bert_parameters': True,\n            'feat_dim': 768,\n            'mlp_head_feat_dim': 256,\n            'warmup_proportion': 0.1,\n            'lr': 5e-5, \n            'loss_fct': 'CrossEntropyLoss',\n            'train_batch_size': 128,\n            'eval_batch_size': 64,\n            'test_batch_size': 64,\n            'wait_patient': 20\n        }\n\n        return hyper_parameters"
  },
  {
    "path": "open_intent_discovery/configs/KCL_BERT.py",
    "content": "class Param():\n    \n    def __init__(self, args):\n        \n        self.hyper_param = self.get_hyper_parameters(args)\n\n    def get_hyper_parameters(self, args):\n        \"\"\"\n        Args:\n            bert_model (directory): The path for the pre-trained bert model.\n            max_seq_length (autofill): The maximum total input sequence length after tokenization. Sequences longer than this will be truncated, sequences shorter will be padded.\n            num_train_epochs (int): The number of training epochs.\n            num_pretrain_epochs (int): The number of pre-training epochs.\n            num_labels (autofill): The output dimension.\n            freeze_bert_parameters (binary): Whether to freeze all parameters but the last layer.\n            feat_dim (int): The feature dimension.\n            warmup_proportion (float): The warmup ratio for learning rate.\n            lr_pre (float): The learning rate for pre-training the backbone.\n            lr (float): The learning rate of backbone.\n            pretrain_loss_fct (str): The loss function for pre-training.\n            loss_fct (str): The loss function for training.\n            activation (str): The activation function of the hidden layer (support 'relu' and 'tanh').\n            train_batch_size (int): The batch size for training.\n            eval_batch_size (int): The batch size for evaluation. \n            test_batch_size (int): The batch size for testing.\n            wait_patient (int): Patient steps for Early Stop.\n        \"\"\"\n        hyper_parameters = {\n\n            'pretrained_bert_model': \"/home/sharing/disk1/pretrained_embedding/bert/uncased_L-12_H-768_A-12/\",\n            'max_seq_length': None, \n            'num_train_epochs': 100,\n            'num_pretrain_epochs': 100,\n            'num_labels': None,\n            'freeze_bert_parameters': True,\n            'pretrain': True,\n            'feat_dim': 768,\n            'warmup_proportion': 0.1,\n            'lr_pre': 5e-5,\n            'lr': 5e-5, \n            'pretrain_loss_fct': 'CrossEntropyLoss',\n            'loss_fct': 'KCL',\n            'activation': 'relu',\n            'train_batch_size': 128,\n            'pretrain_batch_size': 128,\n            'eval_batch_size': 64,\n            'test_batch_size': 64,\n            'wait_patient': 10\n\n        }\n\n        return hyper_parameters"
  },
  {
    "path": "open_intent_discovery/configs/KM.py",
    "content": "class Param():\n    \n    def __init__(self, args):\n        \n        self.hyper_param = self.get_hyper_parameters(args)\n\n    def get_hyper_parameters(self, args):\n        \"\"\"\n        Args:\n            glove_model (directory): The path for the pre-trained glove embedding.\n            max_num_words (int): The maximum number of words.\n        \"\"\"\n        hyper_parameters = {\n            'glove_model': '/home/sharing/disk1/pretrained_embedding/glove',\n            'max_num_words': 10000, \n        }\n\n        return hyper_parameters"
  },
  {
    "path": "open_intent_discovery/configs/MCL_BERT.py",
    "content": "class Param():\n    \n    def __init__(self, args):\n        \n        self.hyper_param = self.get_hyper_parameters(args)\n\n    def get_hyper_parameters(self, args):\n        \"\"\"\n        Args:\n            bert_model (directory): The path for the pre-trained bert model.\n            max_seq_length (autofill): The maximum total input sequence length after tokenization. Sequences longer than this will be truncated, sequences shorter will be padded.\n            num_train_epochs (int): The number of training epochs.\n            num_labels (autofill): The output dimension.\n            freeze_bert_parameters (binary): Whether to freeze all parameters but the last layer.\n            feat_dim (int): The feature dimension.\n            warmup_proportion (float): The warmup ratio for learning rate.\n            lr (float): The learning rate of backbone.\n            loss_fct (str): The loss function for training.\n            activation (str): The activation function of the hidden layer (support 'relu' and 'tanh').\n            freeze_bert_parameters (binary): Whether to freeze all parameters but the last layer.\n            train_batch_size (int): The batch size for training.\n            eval_batch_size (int): The batch size for evaluation. \n            test_batch_size (int): The batch size for testing.\n            wait_patient (int): Patient steps for Early Stop.\n        \"\"\"\n        hyper_parameters = {\n\n            'pretrained_bert_model': \"/home/sharing/disk1/pretrained_embedding/bert/uncased_L-12_H-768_A-12/\",\n            'max_seq_length': None, \n            'num_train_epochs': 100,\n            'num_labels': None,\n            'freeze_bert_parameters': True,\n            'feat_dim': 768,\n            'warmup_proportion': 0.1,\n            'lr': 2e-5,\n            'activation': 'relu',\n            'loss_fct': 'MCL',\n            'train_batch_size': 128,\n            'pretrain_batch_size': 128,\n            'eval_batch_size': 64,\n            'test_batch_size': 64,\n            'wait_patient': 10\n        }\n\n        return hyper_parameters"
  },
  {
    "path": "open_intent_discovery/configs/MTP_CLNN.py",
    "content": "class Param():\n    \n    def __init__(self, args):\n        \n        self.hyper_param = self.get_hyper_parameters(args)\n\n    def get_hyper_parameters(self, args):\n        \"\"\"\n        Args:\n            bert_model (directory): The path for the pre-trained bert model.\n            max_seq_length (autofill): The maximum total input sequence length after tokenization. Sequences longer than this will be truncated, sequences shorter will be padded.\n            num_train_epochs (int): The number of training epochs.\n            num_pretrain_epochs (int): The number of pre-training epochs.\n            num_labels (autofill): The output dimension.\n            freeze_bert_parameters (binary): Whether to freeze all parameters but the last layer.\n            feat_dim (int): The feature dimension.\n            warmup_proportion (float): The warmup ratio for learning rate.\n            lr_pre (float): The learning rate for pre-training the backbone.\n            lr (float): The learning rate for training the backbone.\n            loss_fct (str): The loss function for training.\n            activation (str): The activation function of the hidden layer (support 'relu' and 'tanh').\n            train_batch_size (int): The batch size for training.\n            eval_batch_size (int): The batch size for evaluation.\n            test_batch_size (int): The batch size for testing. \n            wait_patient (int): Patient steps for Early Stop.\n        \"\"\"\n        hyper_parameters = {\n            \n            'pretrained_bert_model': '/home/sharing/disk1/pretrained_embedding/bert/uncased_L-12_H-768_A-12/',\n            'max_seq_length': None, \n            'num_pretrain_epochs': 100,\n            'num_train_epochs': 100,\n            'update_per_epoch' : 5,\n            'num_labels': None,\n            'freeze_pretrain_bert_parameters': False,\n            'freeze_train_bert_parameters': False,\n            'pretrain': True,\n            'feat_dim': 768,\n            'mlp_head_feat_dim': 128,\n            'warmup_proportion': 0.1,\n            'lr_pre': 5e-5,\n            'lr': 1e-5, \n            'loss_fct': 'CrossEntropyLoss',\n            'activation': 'tanh',\n            'train_batch_size': 128,\n            'pretrain_batch_size': 64,\n            'eval_batch_size': 64,\n            'test_batch_size': 64,\n            'wait_patient': 20,\n            'rtr_prob': 0.25,\n            'grad_clip': 1\n        }\n\n        return hyper_parameters"
  },
  {
    "path": "open_intent_discovery/configs/SAE.py",
    "content": "class Param():\n    \n    def __init__(self, args):\n        \n        self.hyper_param = self.get_hyper_parameters(args)\n\n    def get_hyper_parameters(self, args):\n        \"\"\"\n        Args:\n            num_train_epochs (int): The number of training epochs.\n            feat_dim (int): The feature dimension.\n            batch_size (int): The batch size for training.\n            model_name (str): The name of the Stacked auto-encoder model to be saved.\n        \"\"\"\n        hyper_parameters = {\n            'num_train_epochs': 5000,   \n            'feat_dim': 2000,\n            'batch_size': 4096,\n            'model_name': 'SAE.h5'\n        }\n\n        return hyper_parameters"
  },
  {
    "path": "open_intent_discovery/configs/SCCL.py",
    "content": "class Param():\n    \n    def __init__(self, args):\n        \n        self.hyper_param = self.get_hyper_parameters(args)\n\n    def get_hyper_parameters(self, args):\n        \"\"\"\n        Args:\n            bert_model (directory): The path for the pre-trained bert model.\n            num_train_epochs (int): The number of training epochs.\n            num_refine_epochs (int): The number of refining epochs.\n            num_labels (autofill): The output dimension.\n            max_seq_length (autofill): The maximum total input sequence length after tokenization. Sequences longer than this will be truncated, sequences shorter will be padded.\n            freeze_bert_parameters (binary): Whether to freeze all parameters but the last layer.\n            feat_dim (int): The feature dimension.\n            warmup_proportion (float): The warmup ratio for learning rate.\n            lr (float): The learning rate of backbone.\n            activation (str): The activation function of the hidden layer (support 'relu' and 'tanh').\n            u (float): The upper bound of the dynamic threshold.\n            l (float): The lower bound of the dynamic threshold.\n            train_batch_size (int): The batch size for training.\n            eval_batch_size (int): The batch size for evaluation. \n            test_batch_size (int): The batch size for testing.\n            wait_patient (int): Patient steps for Early Stop.\n        \"\"\"\n        hyper_parameters = {\n\n            'pretrained_bert_model': \"/home/sharing/disk1/pretrained_embedding/bert/uncased_L-12_H-768_A-12/\",\n            'num_labels': None,\n            'num_train_epochs': 100,\n            'max_seq_length': None,\n            'freeze_bert_parameters': False,\n            'feat_dim': 768,\n            'warmup_proportion': 0.1,\n            'temperature':0.5,\n            'lr': 1e-5, \n            'lr_scale':100,\n            'eta':10,\n            'train_batch_size': 128,\n            'test_batch_size': 64,\n            'alpha': 1.0,\n        }\n\n        return hyper_parameters"
  },
  {
    "path": "open_intent_discovery/configs/SemiUSNID.py",
    "content": "class Param():\n    \n    def __init__(self, args):\n        \n        self.hyper_param = self.get_hyper_parameters(args)\n\n    def get_hyper_parameters(self, args):\n        \"\"\"\n        Args:\n            bert_model (directory): The path for the pre-trained bert model.\n            max_seq_length (autofill): The maximum total input sequence length after tokenization. Sequences longer than this will be truncated, sequences shorter will be padded.\n            num_train_epochs (int): The number of training epochs.\n            num_pretrain_epochs (int): The number of pre-training epochs.\n            num_labels (autofill): The output dimension.\n            freeze_bert_parameters (binary): Whether to freeze all parameters but the last layer.\n            feat_dim (int): The feature dimension.\n            warmup_proportion (float): The warmup ratio for learning rate.\n            lr_pre (float): The learning rate for pre-training the backbone.\n            lr (float): The learning rate for training the backbone.\n            loss_fct (str): The loss function for training.\n            activation (str): The activation function of the hidden layer (support 'relu' and 'tanh').\n            train_batch_size (int): The batch size for training.\n            eval_batch_size (int): The batch size for evaluation.\n            test_batch_size (int): The batch size for testing. \n            wait_patient (int): Patient steps for Early Stop.\n        \"\"\"\n        print(\"==============\", args.dataset)\n        if args.dataset == 'banking':\n            print(\"==============banking config\")\n            hyper_parameters = {\n                'pretrained_bert_model': '/home/sharing/disk1/pretrained_embedding/bert/uncased_L-12_H-768_A-12/',\n                'max_seq_length': None, \n                'num_pretrain_epochs': 100,\n                'num_train_epochs': 100,\n                'num_labels': None,\n                'pretrain': True,\n                'freeze_pretrain_bert_parameters': True,\n                'freeze_train_bert_parameters': False,\n                'feat_dim': 768,\n                'warmup_proportion': 0.1,\n                'lr_pre': 5e-5,\n                'lr': 1e-5,\n                'loss_fct': 'CrossEntropyLoss',\n                'pretrain_temperature': 0.07,\n                'train_temperature': 0.05,\n                're_prob': 0.4,\n                'activation': 'tanh',\n                'tol': 0.0005,\n                'grad_clip': 1.0,\n                'train_batch_size': 128,\n                'pretrain_batch_size': 128,\n                'eval_batch_size': 64,\n                'test_batch_size': 64,\n                'wait_patient': 10,\n            }\n        elif args.dataset == 'clinc':\n            print(\"==============clinc config\")\n            hyper_parameters = {\n                'pretrained_bert_model': '/home/sharing/disk1/pretrained_embedding/bert/uncased_L-12_H-768_A-12/',\n                'max_seq_length': None, \n                'num_pretrain_epochs': 100,\n                'num_train_epochs': 100,\n                'num_labels': None,\n                'pretrain': True,\n                'freeze_pretrain_bert_parameters': True,\n                'freeze_train_bert_parameters': False,\n                'feat_dim': 768,\n                'warmup_proportion': 0.1,\n                'lr_pre': 5e-5,\n                'lr': 1e-5,\n                'loss_fct': 'CrossEntropyLoss',\n                'pretrain_temperature': 0.07,\n                'train_temperature': 0.1,\n                're_prob': 0.4,\n                'activation': 'tanh',\n                'tol': 0.0005,\n                'grad_clip': 1.0,\n                'train_batch_size': 128,\n                'pretrain_batch_size': 128,\n                'eval_batch_size': 64,\n                'test_batch_size': 64,\n                'wait_patient': 10,\n            }\n        elif args.dataset == 'stackoverflow':\n            print(\"==============stackoverflow config\")\n            hyper_parameters = {\n                'pretrained_bert_model': '/home/sharing/disk1/pretrained_embedding/bert/uncased_L-12_H-768_A-12/',\n                'max_seq_length': None, \n                'num_pretrain_epochs': 100,\n                'num_train_epochs': 100,\n                'num_labels': None,\n                'pretrain': True,\n                'freeze_pretrain_bert_parameters': True,\n                'freeze_train_bert_parameters': False,\n                'feat_dim': 768,\n                'warmup_proportion': 0.1,\n                'lr_pre': 5e-5,\n                'lr': 2e-5,\n                'loss_fct': 'CrossEntropyLoss',\n                'pretrain_temperature': 0.07,\n                'train_temperature': 0.05,\n                're_prob': 0.4,\n                'activation': ['tanh'],\n                'tol': [0.0005],\n                'grad_clip': [1.0],\n                'train_batch_size': 128,\n                'pretrain_batch_size': 128,\n                'eval_batch_size': 64,\n                'test_batch_size': 64,\n                'wait_patient': 10,\n            }\n                  \n        return hyper_parameters\n"
  },
  {
    "path": "open_intent_discovery/configs/UnsupUSNID.py",
    "content": "class Param():\n    \n    def __init__(self, args):\n        \n        self.hyper_param = self.get_hyper_parameters(args)\n\n    def get_hyper_parameters(self, args):\n        \"\"\"\n        Args:\n            bert_model (directory): The path for the pre-trained bert model.\n            max_seq_length (autofill): The maximum total input sequence length after tokenization. Sequences longer than this will be truncated, sequences shorter will be padded.\n            num_train_epochs (int): The number of training epochs.\n            num_pretrain_epochs (int): The number of pre-training epochs.\n            num_labels (autofill): The output dimension.\n            freeze_bert_parameters (binary): Whether to freeze all parameters but the last layer.\n            feat_dim (int): The feature dimension.\n            warmup_proportion (float): The warmup ratio for learning rate.\n            lr_pre (float): The learning rate for pre-training the backbone.\n            lr (float): The learning rate for training the backbone.\n            loss_fct (str): The loss function for training.\n            activation (str): The activation function of the hidden layer (support 'relu' and 'tanh').\n            train_batch_size (int): The batch size for training.\n            eval_batch_size (int): The batch size for evaluation.\n            test_batch_size (int): The batch size for testing. \n            wait_patient (int): Patient steps for Early Stop.\n        \"\"\"\n        print(\"==============\", args.dataset)\n        if args.dataset == 'banking':\n            print(\"==============banking config\")\n            hyper_parameters = {\n                'pretrained_bert_model': '/home/sharing/disk1/pretrained_embedding/bert/uncased_L-12_H-768_A-12/',\n                'max_seq_length': None, \n                'num_pretrain_epochs': 100,\n                'num_train_epochs': 100,\n                'num_labels': None,\n                'pretrain': False,\n                'freeze_pretrain_bert_parameters': True,\n                'freeze_train_bert_parameters': True,\n                'feat_dim': 768,\n                'warmup_proportion': 0.1,\n                'lr_pre': 2e-5,\n                'lr': 5e-5,\n                'loss_fct': 'CrossEntropyLoss',\n                'pretrain_temperature': 0.07,\n                'train_temperature': 0.07,\n                're_prob': 0.5,\n                'activation': 'tanh',\n                'tol': 0.0005,\n                'grad_clip': 1.0,\n                'train_batch_size': 128,\n                'pretrain_batch_size': 128,\n                'eval_batch_size': 64,\n                'test_batch_size': 64,\n                'wait_patient': 10,\n            }\n        elif args.dataset == 'clinc':\n            print(\"==============clinc config\")\n            hyper_parameters = {\n                'pretrained_bert_model': '/home/sharing/disk1/pretrained_embedding/bert/uncased_L-12_H-768_A-12/',\n                'max_seq_length': None, \n                'num_pretrain_epochs': 100,\n                'num_train_epochs': 100,\n                'num_labels': None,\n                'pretrain': True,\n                'freeze_pretrain_bert_parameters': True,\n                'freeze_train_bert_parameters': True,\n                'feat_dim': 768,\n                'warmup_proportion': 0.1,\n                'lr_pre': 5e-5,\n                'lr': 2e-5,\n                'loss_fct': 'CrossEntropyLoss',\n                'pretrain_temperature': 0.07,\n                'train_temperature': 0.07,\n                're_prob': 0.5,\n                'activation': 'tanh',\n                'tol': 0.0005,\n                'grad_clip': 1.0,\n                'train_batch_size': 128,\n                'pretrain_batch_size': 128,\n                'eval_batch_size': 64,\n                'test_batch_size': 64,\n                'wait_patient': 10,\n            }\n             \n        elif args.dataset == 'stackoverflow':\n            print(\"==============stackoverflow config\")\n            hyper_parameters = {\n                'pretrained_bert_model': '/home/sharing/disk1/pretrained_embedding/bert/uncased_L-12_H-768_A-12/',\n                'max_seq_length': None, \n                'num_pretrain_epochs': 100,\n                'num_train_epochs': 100,\n                'num_labels': None,\n                'pretrain': True,\n                'freeze_pretrain_bert_parameters': True,\n                'freeze_train_bert_parameters': True,\n                'feat_dim': 768,\n                'warmup_proportion': 0.1,\n                'lr_pre': 5e-5,\n                'lr': 2e-5,\n                'loss_fct': 'CrossEntropyLoss',\n                'pretrain_temperature': 0.07,\n                'train_temperature': 0.07,\n                're_prob': 0.5,\n                'activation': 'tanh',\n                'tol': 0.0005,\n                'grad_clip': 1.0,\n                'train_batch_size': 128,\n                'pretrain_batch_size': 128,\n                'eval_batch_size': 64,\n                'test_batch_size': 64,\n                'wait_patient': 10,\n            }\n\n        return hyper_parameters\n"
  },
  {
    "path": "open_intent_discovery/configs/__init__.py",
    "content": ""
  },
  {
    "path": "open_intent_discovery/configs/base.py",
    "content": "import argparse\nimport sys\nimport os\nimport importlib\nfrom easydict import EasyDict\n\nclass ParamManager:\n    \n    def __init__(self, args):\n        \n        output_path_param = self.add_output_path_param(args)\n\n        method_param = self.get_method_param(args)\n\n        self.args = EasyDict(\n                                dict(\n                                        vars(args),\n                                        **output_path_param,\n                                        **method_param\n                                     )\n                            )\n\n    def get_method_param(self, args):\n        \n        if args.config_file_name.endswith('.py'):\n            module_name = \"configs.\" + str(args.config_file_name[:-3])\n        else:\n            module_name = \"configs.\" + str(args.config_file_name)\n\n        config = importlib.import_module(module_name)\n\n        method_param = config.Param\n        method_args = method_param(args)\n\n        return method_args.hyper_param\n\n    def add_output_path_param(self, args):\n        \n        task_output_dir = os.path.join(args.output_dir, args.type)\n        if not os.path.exists(task_output_dir):\n            os.makedirs(task_output_dir)\n\n        if args.setting == 'semi_supervised':\n            concat_names = [args.method, args.dataset, args.known_cls_ratio, args.labeled_ratio, args.cluster_num_factor, args.backbone, args.seed]    \n        elif args.setting == 'unsupervised':\n            concat_names = [args.method, args.dataset, args.cluster_num_factor, args.backbone, args.seed] \n             \n        method_output_name = \"_\".join([str(x) for x in concat_names])\n        \n        method_output_dir = os.path.join(task_output_dir, method_output_name)\n        if not os.path.exists(method_output_dir):\n            os.makedirs(method_output_dir)\n            \n        model_output_dir = os.path.join(method_output_dir, args.model_dir)\n        if not os.path.exists(model_output_dir):\n            os.makedirs(model_output_dir)\n\n        output_path_param = {\n            'task_output_dir': task_output_dir,\n            'method_output_dir': method_output_dir,\n            'model_output_dir': model_output_dir\n        }\n\n        return output_path_param"
  },
  {
    "path": "open_intent_discovery/dataloaders/__init__.py",
    "content": "from .bert_loader import BERT_Loader\nfrom .unsup_loader import UNSUP_Loader\n\nmax_seq_lengths = {     'stackoverflow':45,\n                        'clinc':30, \n                        'banking':55, \n                        'snips': 35,\n                    }\n                    \nbackbone_loader_map = {\n                            'bert': BERT_Loader,\n                            'bert_CDAC': BERT_Loader,\n                            'bert_DTC': BERT_Loader,\n                            'bert_KCL_simi': BERT_Loader,\n                            'bert_KCL': BERT_Loader,\n                            'bert_MCL': BERT_Loader,\n                            'bert_MTP':BERT_Loader,\n                            'bert_MTP_Pretrain':BERT_Loader,\n                            'bert_USNID': BERT_Loader,\n                            'bert_USNID_Unsup': BERT_Loader,\n                            'glove': UNSUP_Loader,\n                            'sae': UNSUP_Loader,\n                            'bert_SCCL' : BERT_Loader,\n                            'bert_GCD': BERT_Loader,\n                            'bert_CC': BERT_Loader,\n                            'bert_DeepAligned': BERT_Loader\n                      }\n\nbenchmark_labels = {\n    'clinc': \n            ['accept_reservations', 'account_blocked', 'alarm', 'application_status', 'apr', \n             'are_you_a_bot', 'balance', 'bill_balance', 'bill_due', 'book_flight', \n             'book_hotel', 'calculator', 'calendar', 'calendar_update', 'calories', \n             'cancel', 'cancel_reservation', 'car_rental', 'card_declined', 'carry_on', \n             'change_accent', 'change_ai_name', 'change_language', 'change_speed', 'change_user_name',\n             'change_volume', 'confirm_reservation', 'cook_time', 'credit_limit', 'credit_limit_change', \n             'credit_score', 'current_location', 'damaged_card', 'date', 'definition', \n             'direct_deposit', 'directions', 'distance', 'do_you_have_pets', 'exchange_rate',\n             'expiration_date', 'find_phone', 'flight_status', 'flip_coin', 'food_last', \n             'freeze_account', 'fun_fact', 'gas', 'gas_type', 'goodbye', \n             'greeting', 'how_busy', 'how_old_are_you', 'improve_credit_score', 'income', \n             'ingredient_substitution', 'ingredients_list', 'insurance', 'insurance_change', 'interest_rate',\n             'international_fees', 'international_visa', 'jump_start', 'last_maintenance', 'lost_luggage', 'make_call', \n             'maybe', 'meal_suggestion', 'meaning_of_life', 'measurement_conversion', 'meeting_schedule', \n             'min_payment', 'mpg', 'new_card', 'next_holiday', 'next_song',\n             'no', 'nutrition_info', 'oil_change_how', 'oil_change_when', 'order',\n             'order_checks', 'order_status', 'pay_bill', 'payday', 'pin_change', \n             'play_music', 'plug_type', 'pto_balance', 'pto_request', 'pto_request_status',\n             'pto_used', 'recipe', 'redeem_rewards', 'reminder', 'reminder_update', \n             'repeat', 'replacement_card_duration', 'report_fraud', 'report_lost_card', 'reset_settings', \n             'restaurant_reservation', 'restaurant_reviews', 'restaurant_suggestion', 'rewards_balance', 'roll_dice', \n             'rollover_401k', 'routing', 'schedule_maintenance', 'schedule_meeting', 'share_location', \n             'shopping_list', 'shopping_list_update', 'smart_home', 'spelling', 'spending_history', \n             'sync_device', 'taxes', 'tell_joke', 'text', 'thank_you', \n             'time', 'timer', 'timezone', 'tire_change', 'tire_pressure', \n             'todo_list', 'todo_list_update', 'traffic', \"transactions\", \"transfer\", \n             \"translate\", \"travel_alert\", \"travel_notification\", \"travel_suggestion\", \"uber\", \n             \"update_playlist\", \"user_name\", \"vaccines\", \"w2\", \"weather\",\n             \"what_are_your_hobbies\", \"what_can_i_ask_you\", \"what_is_your_name\", \"what_song\", \"where_are_you_from\", \n             \"whisper_mode\", \"who_do_you_work_for\", \"who_made_you\", \"yes\"],\n\n    'banking':  \n                [\n                    \"Refund_not_showing_up\", \"activate_my_card\", \"age_limit\", \"apple_pay_or_google_pay\", \"atm_support\", \n                    \"automatic_top_up\", \"balance_not_updated_after_bank_transfer\", \"balance_not_updated_after_cheque_or_cash_deposit\", \"beneficiary_not_allowed\", \"cancel_transfer\", \n                    \"card_about_to_expire\", \"card_acceptance\", \"card_arrival\", \"card_delivery_estimate\", \"card_linking\", \n                    \"card_not_working\", \"card_payment_fee_charged\", \"card_payment_not_recognised\", \"card_payment_wrong_exchange_rate\", \"card_swallowed\", \n                    \"cash_withdrawal_charge\", \"cash_withdrawal_not_recognised\", \"change_pin\", \"compromised_card\", \"contactless_not_working\", \n                    \"country_support\", \"declined_card_payment\", \"declined_cash_withdrawal\", \"declined_transfer\", \"direct_debit_payment_not_recognised\", \n                    \"disposable_card_limits\", \"edit_personal_details\", \"exchange_charge\", \"exchange_rate\", \"exchange_via_app\", \n                    \"extra_charge_on_statement\", \"failed_transfer\", \"fiat_currency_support\", \"get_disposable_virtual_card\", \"get_physical_card\", \n                    \"getting_spare_card\", \"getting_virtual_card\", \"lost_or_stolen_card\", \"lost_or_stolen_phone\", \"order_physical_card\", \n                    \"passcode_forgotten\", \"pending_card_payment\", \"pending_cash_withdrawal\", \"pending_top_up\", \"pending_transfer\", \n                    \"pin_blocked\", \"receiving_money\", \"request_refund\", \"reverted_card_payment?\", \"supported_cards_and_currencies\", \n                    \"terminate_account\", \"top_up_by_bank_transfer_charge\", \"top_up_by_card_charge\", \"top_up_by_cash_or_cheque\", \"top_up_failed\", \n                    \"top_up_limits\", \"top_up_reverted\", \"topping_up_by_card\", \"transaction_charged_twice\", \"transfer_fee_charged\", \n                    \"transfer_into_account\", \"transfer_not_received_by_recipient\", \"transfer_timing\", \"unable_to_verify_identity\", \"verify_my_identity\", \n                    \"verify_source_of_funds\", \"verify_top_up\", \"virtual_card_not_working\", \"visa_or_mastercard\", \"why_verify_identity\", \n                    \"wrong_amount_of_cash_received\", \"wrong_exchange_rate_for_cash_withdrawal\"\n                ], \n    'stackoverflow':\n                        [\n                            \"ajax\", \"apache\", \"bash\", \"cocoa\", \"drupal\", \n                            \"excel\", \"haskell\", \"hibernate\", \"linq\", \"magento\", \n                            \"matlab\", \"oracle\", \"osx\", \"qt\", \"scala\", \n                            \"sharepoint\", \"spring\", \"svn\", \"visual-studio\", \"wordpress\"\n                        ],\n    'snips':\n                [\n                    \"AddToPlaylist\", \"BookRestaurant\", \"GetWeather\", \"PlayMusic\", \"RateBook\", \n                    \"SearchCreativeWork\", \"SearchScreeningEvent\"\n                ]\n}"
  },
  {
    "path": "open_intent_discovery/dataloaders/base.py",
    "content": "import numpy as np\nimport os   \nimport logging\n\nfrom .__init__ import max_seq_lengths, backbone_loader_map, benchmark_labels\n\n\nclass DataManager:\n    \n    def __init__(self, args, logger_name = 'Discovery'):\n\n        self.logger = logging.getLogger(logger_name)\n        args.max_seq_length = max_seq_lengths[args.dataset]\n        self.data_dir = os.path.join(args.data_dir, args.dataset)\n\n        self.all_label_list = self.get_labels(args.dataset)\n\n        if args.setting == 'semi_supervised':\n            \n            self.n_known_cls = round(len(self.all_label_list) * args.known_cls_ratio)\n            self.known_label_list = list(np.random.choice(np.array(self.all_label_list), self.n_known_cls, replace=False))\n\n            self.logger.info('The number of known intents is %s', self.n_known_cls)\n            self.logger.info('Lists of known labels are: %s', str(self.known_label_list))\n\n        args.num_labels = self.num_labels = int(len(self.all_label_list) * args.cluster_num_factor)\n        \n        self.dataloader = self.get_loader(args, self.get_attrs())\n\n                \n    def get_labels(self, dataset):\n        \n        labels = benchmark_labels[dataset]\n\n        return labels\n    \n    def get_loader(self, args, attrs):\n        \n        dataloader = backbone_loader_map[args.backbone](args, attrs)\n\n        return dataloader\n    \n    def get_attrs(self):\n\n        attrs = {}\n        for name, value in vars(self).items():\n            attrs[name] = value\n\n        return attrs\n\n\n\n"
  },
  {
    "path": "open_intent_discovery/dataloaders/bert_loader.py",
    "content": "import random\nimport numpy as np\nimport torch\nimport os\nimport csv\nimport sys\nimport logging\nfrom transformers import BertTokenizer, AutoTokenizer\nfrom torch.utils.data import (DataLoader, RandomSampler, SequentialSampler, TensorDataset)\nfrom sentence_transformers import SentenceTransformer\n\nclass BERT_Loader:\n    \n    def __init__(self, args, base_attrs, logger_name = 'Discovery'):\n\n        self.logger = logging.getLogger(logger_name)\n\n        if args.method == 'SCCL' :\n            self.tokenizer = SentenceTransformer('distilbert-base-nli-stsb-mean-tokens')[0].tokenizer\n        else:\n            self.tokenizer = BertTokenizer.from_pretrained(args.pretrained_bert_model, do_lower_case=True)    \n\n        if args.setting == 'unsupervised':\n\n            self.train_examples = get_examples(args, base_attrs, 'train')\n            self.eval_examples = get_examples(args, base_attrs, 'eval')\n\n            self.train_examples = self.train_examples + self.eval_examples\n            self.train_outputs = get_loader(self.train_examples, args, base_attrs['all_label_list'], 'train_unlabeled', self.tokenizer)\n            self.logger.info(\"Number of train samples = %s\", str(len(self.train_examples)))\n\n            self.test_examples = get_examples(args, base_attrs, 'test')\n            self.logger.info(\"Number of testing samples = %s\", str(len(self.test_examples)))\n            self.test_outputs = get_loader(self.test_examples, args, base_attrs['all_label_list'], 'test', self.tokenizer)\n            \n \n        elif args.setting == 'semi_supervised':\n\n            self.train_examples, self.train_labeled_examples, self.train_unlabeled_examples  = get_examples(args, base_attrs, 'train')\n            self.logger.info(\"Number of labeled training samples = %s\", str(len(self.train_labeled_examples)))\n            self.logger.info(\"Number of unlabeled training samples = %s\", str(len(self.train_unlabeled_examples)))\n            self.eval_examples = get_examples(args, base_attrs, 'eval')\n            self.logger.info(\"Number of evaluation samples = %s\", str(len(self.eval_examples)))\n            self.test_examples = get_examples(args, base_attrs, 'test')\n            self.logger.info(\"Number of testing samples = %s\", str(len(self.test_examples)))\n            \n            self.train_labeled_outputs = get_loader(self.train_labeled_examples, args, base_attrs['known_label_list'], 'train_labeled', self.tokenizer)\n            self.train_unlabeled_outputs = get_loader(self.train_unlabeled_examples, args, base_attrs['all_label_list'], 'train_unlabeled', self.tokenizer)\n            self.train_outputs = get_semi_loader(self.train_labeled_examples, self.train_unlabeled_examples, base_attrs, args, self.tokenizer)\n            self.eval_outputs = get_loader(self.eval_examples, args, base_attrs['known_label_list'], 'eval', self.tokenizer)\n            self.test_outputs = get_loader(self.test_examples, args, base_attrs['all_label_list'], 'test', self.tokenizer)\n            if args.method == 'DTC_BERT':\n                self.get_examples_dtc_predict(args ,base_attrs)\n\n        self.num_train_examples = len(self.train_examples)\n    def get_examples_dtc_predict(self, args ,base_attrs):\n\n        num_val_cls = round(base_attrs['n_known_cls'] * 0.75 )\n        self.num_val_cls = num_val_cls\n\n        label_val = list(np.random.choice(np.array(base_attrs['known_label_list']), num_val_cls, replace=False))  #44  \n        label_train = [label for label in base_attrs['known_label_list'] if label not in label_val]  \n\n        ntrain = len(self.train_examples)\n        train_labels = np.array([example.label for example in self.train_examples])\n\n        train_base_attrs = {}\n        train_base_attrs['known_label_list'] = label_train\n        train_base_attrs['data_dir'] = base_attrs['data_dir']\n        train_base_attrs['all_label_list'] = base_attrs['all_label_list']\n\n        self.train_examples_dtc, self.train_labeled_examples_dtc, self.train_unlabeled_examples_dtc  = get_examples(args, train_base_attrs, 'train')\n        self.logger.info(\"Number of labeled training samples = %s\", str(len(self.train_labeled_examples_dtc)))\n        self.logger.info(\"Number of unlabeled training samples = %s\", str(len(self.train_unlabeled_examples_dtc)))\n        self.eval_examples_dtc = get_examples(args, train_base_attrs, 'eval')\n        self.logger.info(\"Number of evaluation samples = %s\", str(len(self.eval_examples_dtc)))\n\n        self.train_labeled_outputs_dtc = get_loader(self.train_labeled_examples_dtc, args, train_base_attrs['known_label_list'], 'train_labeled', self.tokenizer)\n        self.train_unlabeled_outputs_dtc = get_loader(self.train_unlabeled_examples_dtc, args, train_base_attrs['all_label_list'], 'train_unlabeled', self.tokenizer)\n        self.eval_outputs_dtc = get_loader(self.eval_examples_dtc, args, train_base_attrs['known_label_list'], 'eval', self.tokenizer)\n        \n        val_base_attrs = {}\n        val_base_attrs['known_label_list'] = label_val\n        val_base_attrs['data_dir'] = base_attrs['data_dir']\n        val_base_attrs['all_label_list'] = base_attrs['all_label_list']\n\n        self.val_examples_dtc, self.val_labeled_examples_dtc, self.val_unlabeled_examples_dtc  = get_examples(args, val_base_attrs, 'train')\n        self.val_labeled_outputs_dtc = get_loader(self.val_labeled_examples_dtc, args, val_base_attrs['known_label_list'], 'train_labeled', self.tokenizer)\n\ndef get_examples(args, base_attrs, mode):\n\n    processor = DatasetProcessor()\n    ori_examples = processor.get_examples(base_attrs['data_dir'], mode)\n    \n    if args.setting == 'unsupervised':\n        \n        return ori_examples\n\n    elif args.setting == 'semi_supervised':\n\n        if mode == 'train':\n            \n            train_labels = np.array([example.label for example in ori_examples])\n            train_labeled_ids = []\n            for label in base_attrs['known_label_list']:\n                num = round(len(train_labels[train_labels == label]) * args.labeled_ratio)\n                pos = list(np.where(train_labels == label)[0])\n                train_labeled_ids.extend(random.sample(pos, num))\n\n            labeled_examples, unlabeled_examples = [], []\n            for idx, example in enumerate(ori_examples):\n                if idx in train_labeled_ids:\n                    labeled_examples.append(example)\n                else:\n                    unlabeled_examples.append(example)\n\n            return ori_examples, labeled_examples, unlabeled_examples\n\n        elif mode == 'eval':\n\n            examples = []\n            for example in ori_examples:\n                if (example.label in base_attrs['known_label_list']):\n                    examples.append(example)\n            \n            return examples\n        \n        elif mode == 'test':\n            return ori_examples\n\ndef get_loader(examples, args, label_list, mode, tokenizer):\n    \n    features = convert_examples_to_features(examples, label_list, args.max_seq_length, tokenizer)\n    input_ids = torch.tensor([f.input_ids for f in features], dtype=torch.long)\n    input_mask = torch.tensor([f.input_mask for f in features], dtype=torch.long)\n    segment_ids = torch.tensor([f.segment_ids for f in features], dtype=torch.long)\n\n    if mode == 'train_unlabeled':\n        label_ids = torch.tensor([-1 for f in features], dtype=torch.long)\n    else:\n        label_ids = torch.tensor([f.label_id for f in features], dtype=torch.long)\n\n\n    datatensor = TensorDataset(input_ids, input_mask, segment_ids, label_ids)\n\n    if mode == 'train_labeled':  \n        sampler = RandomSampler(datatensor)\n        dataloader = DataLoader(datatensor, sampler=sampler, batch_size = args.train_batch_size, num_workers = args.num_workers, pin_memory = True)  #, num_workers = args.num_workers, pin_memory = True\n\n    else:\n        sampler = SequentialSampler(datatensor)\n\n        if mode == 'train_unlabeled':\n            dataloader = DataLoader(datatensor, sampler=sampler, batch_size = args.train_batch_size, num_workers = args.num_workers, pin_memory = True)    \n\n        elif mode == 'eval':\n            dataloader = DataLoader(datatensor, sampler=sampler, batch_size = args.eval_batch_size, num_workers = args.num_workers, pin_memory = True)\n        \n        elif mode == 'test':\n            dataloader = DataLoader(datatensor, sampler=sampler, batch_size = args.test_batch_size, num_workers = args.num_workers, pin_memory = True)\n\n    outputs = {\n        'loader': dataloader,\n        'input_ids': input_ids,\n        'input_mask': input_mask,\n        'segment_ids': segment_ids,\n        'label_ids': label_ids,\n        'data': datatensor\n    }\n    \n    return outputs\n\ndef get_semi_loader(labeled_examples, unlabeled_examples, base_attrs, args, tokenizer):\n\n    labeled_features = convert_examples_to_features(labeled_examples, base_attrs['known_label_list'], args.max_seq_length, tokenizer)\n    unlabeled_features = convert_examples_to_features(unlabeled_examples, base_attrs['all_label_list'], args.max_seq_length, tokenizer)\n    \n    labeled_input_ids = torch.tensor([f.input_ids for f in labeled_features], dtype=torch.long)\n    labeled_input_mask = torch.tensor([f.input_mask for f in labeled_features], dtype=torch.long)\n    labeled_segment_ids = torch.tensor([f.segment_ids for f in labeled_features], dtype=torch.long)\n    labeled_label_ids = torch.tensor([f.label_id for f in labeled_features], dtype=torch.long)      \n\n    unlabeled_input_ids = torch.tensor([f.input_ids for f in unlabeled_features], dtype=torch.long)\n    unlabeled_input_mask = torch.tensor([f.input_mask for f in unlabeled_features], dtype=torch.long)\n    unlabeled_segment_ids = torch.tensor([f.segment_ids for f in unlabeled_features], dtype=torch.long)\n    unlabeled_label_ids = torch.tensor([-1 for f in unlabeled_features], dtype=torch.long)       \n\n    semi_input_ids = torch.cat([labeled_input_ids, unlabeled_input_ids])\n    semi_input_mask = torch.cat([labeled_input_mask, unlabeled_input_mask])\n    semi_segment_ids = torch.cat([labeled_segment_ids, unlabeled_segment_ids])\n    semi_label_ids = torch.cat([labeled_label_ids, unlabeled_label_ids])\n\n    semi_data = TensorDataset(semi_input_ids, semi_input_mask, semi_segment_ids, semi_label_ids)\n    semi_sampler = SequentialSampler(semi_data)\n    semi_dataloader = DataLoader(semi_data, sampler=semi_sampler, batch_size = args.train_batch_size, num_workers = args.num_workers, pin_memory = True)#args.train_batch_size)\n\n    outputs = {\n        'loader': semi_dataloader,\n        'input_ids': semi_input_ids,\n        'input_mask': semi_input_mask,\n        'segment_ids': semi_segment_ids,\n        'label_ids': semi_label_ids,\n        'semi_data' : semi_data\n    }\n    return outputs\n\nclass InputExample(object):\n    \"\"\"A single training/test example for simple sequence classification.\"\"\"\n\n    def __init__(self, guid, text_a, text_b=None, label=None):\n        \"\"\"Constructs a InputExample.\n\n        Args:\n            guid: Unique id for the example.\n            text_a: string. The untokenized text of the first sequence. For single\n            sequence tasks, only this sequence must be specified.\n            text_b: (Optional) string. The untokenized text of the second sequence.\n            Only must be specified for sequence pair tasks.\n            label: (Optional) string. The label of the example. This should be\n            specified for train and dev examples, but not for test examples.\n        \"\"\"\n        self.guid = guid\n        self.text_a = text_a\n        self.text_b = text_b\n        self.label = label\n\nclass InputFeatures(object):\n    \"\"\"A single set of features of data.\"\"\"\n\n    def __init__(self, input_ids, input_mask, segment_ids, label_id):\n        self.input_ids = input_ids\n        self.input_mask = input_mask\n        self.segment_ids = segment_ids\n        self.label_id = label_id\n\nclass DataProcessor(object):\n    \"\"\"Base class for data converters for sequence classification data sets.\"\"\"\n\n    def get_train_examples(self, data_dir):\n        \"\"\"Gets a collection of `InputExample`s for the train set.\"\"\"\n        raise NotImplementedError()\n\n    def get_dev_examples(self, data_dir):\n        \"\"\"Gets a collection of `InputExample`s for the dev set.\"\"\"\n        raise NotImplementedError()\n\n    def get_labels(self):\n        \"\"\"Gets the list of labels for this data set.\"\"\"\n        raise NotImplementedError()\n\n    @classmethod\n    def _read_tsv(cls, input_file, quotechar=None):\n        \"\"\"Reads a tab separated value file.\"\"\"\n        with open(input_file, \"r\") as f:\n            reader = csv.reader(f, delimiter=\"\\t\", quotechar=quotechar)\n            lines = []\n            for line in reader:\n                if sys.version_info[0] == 2:\n                    line = list(unicode(cell, 'utf-8') for cell in line)\n                lines.append(line)\n            return lines\n\nclass DatasetProcessor(DataProcessor):\n\n    def get_examples(self, data_dir, mode):\n        if mode == 'train':\n            return self._create_examples(\n                self._read_tsv(os.path.join(data_dir, \"train.tsv\")), \"train\")\n        elif mode == 'eval':\n            return self._create_examples(\n                self._read_tsv(os.path.join(data_dir, \"dev.tsv\")), \"train\")\n        elif mode == 'test':\n            return self._create_examples(\n                self._read_tsv(os.path.join(data_dir, \"test.tsv\")), \"test\")\n\n    def _create_examples(self, lines, set_type):\n        \"\"\"Creates examples for the training and dev sets.\"\"\"\n        examples = []\n        for (i, line) in enumerate(lines):\n            if i == 0:\n                continue\n            if len(line) != 2:\n                continue\n            guid = \"%s-%s\" % (set_type, i)\n            text_a = line[0]\n            label = line[1]\n\n            examples.append(\n                InputExample(guid=guid, text_a=text_a, text_b=None, label=label))\n        return examples\n\ndef convert_examples_to_features(examples, label_list, max_seq_length, tokenizer):\n    \"\"\"Loads a data file into a list of `InputBatch`s.\"\"\"\n    label_map = {}\n    for i, label in enumerate(label_list):\n        label_map[label] = i\n    features = []\n    for (ex_index, example) in enumerate(examples):\n        tokens_a = tokenizer.tokenize(example.text_a)\n\n        tokens_b = None\n        if example.text_b:\n            tokens_b = tokenizer.tokenize(example.text_b)\n            # Modifies `tokens_a` and `tokens_b` in place so that the total\n            # length is less than the specified length.\n            # Account for [CLS], [SEP], [SEP] with \"- 3\"\n            _truncate_seq_pair(tokens_a, tokens_b, max_seq_length - 3)\n        else:\n            # Account for [CLS] and [SEP] with \"- 2\"\n            if len(tokens_a) > max_seq_length - 2:\n                tokens_a = tokens_a[:(max_seq_length - 2)]\n\n        # The convention in BERT is:\n        # (a) For sequence pairs:\n        #  tokens:   [CLS] is this jack ##son ##ville ? [SEP] no it is not . [SEP]\n        #  type_ids: 0   0  0    0    0     0       0 0    1  1  1  1   1 1\n        # (b) For single sequences:\n        #  tokens:   [CLS] the dog is hairy . [SEP]\n        #  type_ids: 0   0   0   0  0     0 0\n        #\n        # Where \"type_ids\" are used to indicate whether this is the first\n        # sequence or the second sequence. The embedding vectors for `type=0` and\n        # `type=1` were learned during pre-training and are added to the wordpiece\n        # embedding vector (and position vector). This is not *strictly* necessary\n        # since the [SEP] token unambigiously separates the sequences, but it makes\n        # it easier for the model to learn the concept of sequences.\n        #\n        # For classification tasks, the first vector (corresponding to [CLS]) is\n        # used as as the \"sentence vector\". Note that this only makes sense because\n        # the entire model is fine-tuned.\n        tokens = [\"[CLS]\"] + tokens_a + [\"[SEP]\"]\n        segment_ids = [0] * len(tokens)\n\n        if tokens_b:\n            tokens += tokens_b + [\"[SEP]\"]\n            segment_ids += [1] * (len(tokens_b) + 1)\n\n        input_ids = tokenizer.convert_tokens_to_ids(tokens)\n\n        # The mask has 1 for real tokens and 0 for padding tokens. Only real\n        # tokens are attended to.\n        input_mask = [1] * len(input_ids)\n\n        # Zero-pad up to the sequence length.\n        padding = [0] * (max_seq_length - len(input_ids))\n        input_ids += padding\n        input_mask += padding\n        segment_ids += padding\n\n        assert len(input_ids) == max_seq_length\n        assert len(input_mask) == max_seq_length\n        assert len(segment_ids) == max_seq_length\n\n        label_id = label_map[example.label]\n\n        features.append(\n            InputFeatures(input_ids=input_ids,\n                          input_mask=input_mask,\n                          segment_ids=segment_ids,\n                          label_id=label_id))\n    return features\n\ndef _truncate_seq_pair(tokens_a, tokens_b, max_length):\n    \"\"\"Truncates a sequence pair in place to the maximum length.\"\"\"\n    # This is a simple heuristic which will always truncate the longer sequence\n    # one token at a time. This makes more sense than truncating an equal percent\n    # of tokens from each, since if one sequence is very short then each token\n    # that's truncated likely contains more information than a longer sequence.\n    while True:\n        total_length = len(tokens_a) + len(tokens_b)\n        if total_length <= max_length:\n            break\n        if len(tokens_a) > len(tokens_b):\n            tokens_a.pop(0)  # For dialogue context\n        else:\n            tokens_b.pop()"
  },
  {
    "path": "open_intent_discovery/dataloaders/unsup_loader.py",
    "content": "import pandas as pd\nimport os \nimport numpy as np\nfrom keras.preprocessing.text import Tokenizer\nfrom keras.preprocessing.sequence import pad_sequences\nfrom sklearn.preprocessing import LabelEncoder\nfrom sklearn.model_selection import train_test_split\nimport nltk\nfrom nltk.tokenize import word_tokenize\n\nclass UNSUP_Loader:\n\n    def __init__(self, args, base_attrs):\n        \n        if not os.path.exists(nltk.downloader.Downloader()._download_dir):\n            nltk.download('punkt') \n\n        self.all_data, self.train_data, self.test_data = self.get_examples(base_attrs)\n        self.all_data['words'] = self.all_data['text'].apply(word_tokenize)\n\n        le = LabelEncoder()\n        self.all_data['y_true'] = le.fit_transform(self.all_data['label'])\n        self.all_data['text'] = self.all_data['words'].apply(lambda l: \" \".join(l))\n\n        self.train_data, self.test_data = self.all_data.iloc[self.train_data.index], self.all_data.iloc[self.test_data.index]\n        self.test_true_labels = self.all_data.y_true.values[self.test_data.index]\n        self.train_true_labels = self.all_data.y_true.values[self.train_data.index]\n\n        if args.backbone == 'glove':\n            self.embedding_matrix, self.index_word, self.train_data, self.test_data = \\\n                get_glove_data(args, self.all_data, self.train_data, self.test_data)\n        elif args.backbone == 'sae':\n            self.tfidf_train, self.tfidf_test = get_tfidf_data(args, self.train_data, self.test_data)\n\n    def get_examples(self, base_attrs):\n        \n        train_csv = pd.read_csv(os.path.join(base_attrs['data_dir'],'train.tsv'), sep = '\\t')\n        dev_csv = pd.read_csv(os.path.join(base_attrs['data_dir'],'dev.tsv'), sep = '\\t')\n        test_csv = pd.read_csv(os.path.join(base_attrs['data_dir'],'test.tsv'), sep = '\\t')\n\n        train_data_list = [[x, y] for x, y in zip(train_csv['text'], train_csv['label'])]\n        dev_data_list = [[x, y] for x, y in zip(dev_csv['text'], dev_csv['label'])]\n        test_data_list = [[x, y] for x, y in zip(test_csv['text'], test_csv['label'])]\n\n        all_data_list = train_data_list + dev_data_list + test_data_list\n        all_data_frame = pd.DataFrame(all_data_list, columns = ['text', 'label'])\n\n        train_data_list = train_data_list + dev_data_list\n        train_data_frame = pd.DataFrame(train_data_list, columns = ['text', 'label'])\n        test_data_frame = pd.DataFrame(test_data_list, columns = ['text', 'label'])\n\n        return all_data_frame, train_data_frame, test_data_frame\n\ndef get_tfidf_data(args, train_data, test_data):\n\n    from sklearn.feature_extraction.text import TfidfVectorizer\n    vec_tfidf = TfidfVectorizer(max_features = args.feat_dim)\n    tfidf_train = vec_tfidf.fit_transform(train_data['text'].tolist()).todense()\n    tfidf_test = vec_tfidf.transform(test_data['text'].tolist()).todense()\n\n    return tfidf_train, tfidf_test\n\ndef get_glove_data(args, all_data, train_data, test_data):\n\n    texts = all_data['words'].tolist()\n    \n    tokenizer = Tokenizer(num_words = args.max_num_words, oov_token=\"<UNK>\", filters='!\"#$%&()*+-/:;<=>@[\\]^_`{|}~')\n    tokenizer.fit_on_texts(texts)\n    tokenizer.word_index = {e:i for e,i in tokenizer.word_index.items() if i <= args.max_num_words} # <= because tokenizer is 1 indexed\n    tokenizer.word_index[tokenizer.oov_token] = args.max_num_words + 1# because tokenizer is 1 indexed\n\n    word_index = tokenizer.word_index\n    index_word = {v: k for k, v in word_index.items()}\n\n    max_features = min(args.max_num_words + 1, len(word_index)) + 1\n    sequences = tokenizer.texts_to_sequences(texts)\n    sequences_pad = pad_sequences(sequences, maxlen = args.max_seq_length, padding='post', truncating='post')\n\n    train_x = sequences_pad[train_data.index]\n    test_x = sequences_pad[test_data.index]\n    \n    \n    embedding_matrix, embeddings_index = get_glove_embedding(args, max_features, word_index)\n\n    return embedding_matrix, index_word, train_x, test_x\n\ndef get_glove_embedding(args, MAX_FEATURES, word_index):\n\n    EMBEDDING_DIM = 300\n    EMBEDDING_FILE = os.path.join(args.glove_model, 'glove.6B.' + str(EMBEDDING_DIM) +'d.txt')\n    def get_coefs(word,*arr): return word, np.asarray(arr, dtype='float32')\n    #read token embedding and process, form a dict (one word -> one vector)\n    embeddings_index = dict(get_coefs(*o.strip().split()) for o in open(EMBEDDING_FILE,encoding=\"utf-8\"))\n    #get value from dict\n    all_embs = np.stack(embeddings_index.values())\n    #cal mean and std\n    emb_mean, emb_std = all_embs.mean(), all_embs.std()\n    \"\"\"Guassian distribution\n    \"\"\"\n    # pad zero to none 10002, 300\n    embedding_matrix = np.random.normal(emb_mean, emb_std, (MAX_FEATURES+1, EMBEDDING_DIM))\n    #\n    for word, i in word_index.items():\n        if i >= MAX_FEATURES: continue\n        embedding_vector = embeddings_index.get(word)\n        if embedding_vector is not None: embedding_matrix[i] = embedding_vector\n\n    #embedding_matrix (MAX_FEATURES, ) random initialization for unmarked token\n    return embedding_matrix, embeddings_index\n\n\n"
  },
  {
    "path": "open_intent_discovery/examples/run_AG.sh",
    "content": "#!/usr/bin bash\nfor dataset in 'banking' 'clinc' 'stackoverflow'\ndo\n    for cluster_num_factor in 1.0 2.0 3.0 4.0\n    do\n        for seed in 0  1 2 3 4 5 6 7 8 9\n        do\n            python run.py \\\n            --dataset $dataset \\\n            --method 'AG' \\\n            --setting 'unsupervised' \\\n            --cluster_num_factor $cluster_num_factor \\\n            --known_cls_ratio 0 \\\n            --seed $seed \\\n            --backbone 'glove' \\\n            --config_file_name 'AG' \\\n            --gpu_id '0' \\\n            --train \\\n            --save_results \\\n            --results_file_name 'results_AG.csv'\n        done\n    done\ndone\n "
  },
  {
    "path": "open_intent_discovery/examples/run_CC.sh",
    "content": "#!/usr/bin bash\n\nfor dataset in 'banking' 'clinc' 'stackoverflow'\ndo  \n    for cluster_num_factor in 1.0 2.0 3.0 4.0\n    do\n        for seed in  0 1 2 3 4 5 6 7 8 9\n        do\n            python run.py \\\n            --dataset $dataset \\\n            --method 'CC' \\\n            --setting 'unsupervised' \\\n            --seed $seed \\\n            --cluster_num_factor $cluster_num_factor \\\n            --known_cls_ratio 0 \\\n            --backbone 'bert_CC' \\\n            --config_file_name 'CC' \\\n            --gpu_id '1' \\\n            --save_results \\\n            --train \\\n            --save_model \\\n            --results_file_name 'results_CC.csv'\n        done\n    done\ndone"
  },
  {
    "path": "open_intent_discovery/examples/run_CDACPlus.sh",
    "content": "#!/usr/bin bash\n\nfor dataset in 'banking' 'clinc' 'stackoverflow'\ndo\n    for known_cls_ratio in 0.25 0.5 0.75\n    do\n        for cluster_num_factor in   1.0 2.0 3.0 4.0\n        do\n            for seed in   0 1 2 3 4 5 6 7 8 9\n            do \n                python run.py \\\n                --dataset $dataset \\\n                --method 'CDACPlus' \\\n                --known_cls_ratio $known_cls_ratio \\\n                --cluster_num_factor $cluster_num_factor \\\n                --seed $seed \\\n                --backbone 'bert_CDAC' \\\n                --config_file_name CDACPlus \\\n                --gpu_id '0' \\\n                --train \\\n                --save_results \\\n                --results_file_name 'results_CDACPlus.csv'\n            done\n        done\n    done\ndone"
  },
  {
    "path": "open_intent_discovery/examples/run_DCN.sh",
    "content": "#!/usr/bin bash\n\nfor dataset in  'banking' 'clinc' 'stackoverflow'\ndo\n    for seed in  0 1 2 3 4 5 6 7 8 9\n    do\n        for cluster_num_factor in 1.0 2.0 3.0 4.0\n        do\n            python run.py \\\n            --dataset $dataset \\\n            --method 'DCN' \\\n            --setting 'unsupervised' \\\n            --cluster_num_factor $cluster_num_factor \\\n            --known_cls_ratio 0 \\\n            --seed $seed \\\n            --backbone 'sae' \\\n            --config_file_name 'DCN' \\\n            --gpu_id '1' \\\n            --save_results \\\n            --save_model \\\n            --train \\\n            --results_file_name 'results_DCN.csv' \\\n            --output_dir '/home/sharing/disk2/zhl/TEXTOIR/baseline_outputs'\n        done\n    done\ndone\n"
  },
  {
    "path": "open_intent_discovery/examples/run_DEC.sh",
    "content": "#!/usr/bin bash\n\nfor dataset in   'banking' 'clinc' 'stackoverflow'\ndo\n    for seed in 0 1 2 3 4 5 6 7 8 9\n    do\n        for cluster_num_factor in 1.0 2.0 3.0 4.0\n        do\n            python run.py \\\n            --dataset $dataset \\\n            --method 'DEC' \\\n            --setting 'unsupervised' \\\n            --cluster_num_factor $cluster_num_factor \\\n            --known_cls_ratio 0 \\\n            --seed $seed \\\n            --backbone 'sae' \\\n            --config_file_name 'DEC' \\\n            --gpu_id '1' \\\n            --save_results \\\n            --save_model \\\n            --train \\\n            --results_file_name 'results_DEC_test.csv' \\\n            --output_dir '/home/sharing/disk2/zhl/TEXTOIR/baseline_outputs_test'\n        done\n    done\ndone\n"
  },
  {
    "path": "open_intent_discovery/examples/run_DTC.sh",
    "content": "#!/usr/bin bash\n \nfor dataset in  'banking' 'clinc' 'stackoverflow'\ndo\n    for known_cls_ratio in    0.25 0.5 0.75\n    do\n        for cluster_num_factor in   1.0 2.0 3.0 4.0\n        do\n            for seed in   0 1 2 3 4 5 6 7 8 9\n            do \n                python run.py \\\n                --dataset $dataset \\\n                --method 'DTC_BERT' \\\n                --setting 'semi_supervised' \\\n                --known_cls_ratio $known_cls_ratio \\\n                --cluster_num_factor $cluster_num_factor \\\n                --seed $seed \\\n                --backbone 'bert_DTC' \\\n                --config_file_name 'DTC_BERT' \\\n                --gpu_id '1' \\\n                --train \\\n                --save_results \\\n                --results_file_name 'results_DTC_BERT.csv' \n            done\n        done\n    done\ndone\n \n"
  },
  {
    "path": "open_intent_discovery/examples/run_DeepAligned.sh",
    "content": "#!/usr/bin bash\n\nfor dataset in  'banking' 'clinc' 'stackoverflow'\ndo\n    for known_cls_ratio in    0.25 0.5 0.75\n    do\n        for cluster_num_factor in   1.0 2.0 3.0 4.0\n        do\n            for seed in   0 1 2 3 4 5 6 7 8 9\n            do \n                python run.py \\\n                --dataset $dataset \\\n                --method 'DeepAligned' \\\n                --train \\\n                --setting 'semi_supervised' \\\n                --labeled_ratio 0.1 \\\n                --known_cls_ratio $known_cls_ratio \\\n                --seed $seed \\\n                --cluster_num_factor $cluster_num_factor \\\n                --backbone 'bert_DeepAligned' \\\n                --config_file_name 'DeepAligned' \\\n                --gpu_id '0' \\\n                --results_file_name 'DeepAligned.csv' \\\n                --save_results \n            done\n        done\n    done\ndone\n\n"
  },
  {
    "path": "open_intent_discovery/examples/run_GCD.sh",
    "content": "\nfor dataset in  'banking' 'clinc' 'stackoverflow'\ndo\n    for known_cls_ratio in    0.25 0.5 0.75\n    do\n        for cluster_num_factor in   1.0 2.0 3.0 4.0\n        do\n            for seed in    0 1 2 3 4 5 6 7 8 9\n            do \n                python run.py \\\n                --dataset $dataset \\\n                --method 'GCD' \\\n                --train \\\n                --setting 'semi_supervised' \\\n                --labeled_ratio 0.1 \\\n                --known_cls_ratio $known_cls_ratio \\\n                --cluster_num_factor $cluster_num_factor \\\n                --seed $seed \\\n                --backbone 'bert_GCD' \\\n                --config_file_name 'GCD' \\\n                --gpu_id '1' \\\n                --results_file_name 'GCD.csv.csv' \\\n                --save_results \n                --save_model\n            done\n        done\n    done\ndone"
  },
  {
    "path": "open_intent_discovery/examples/run_KCL.sh",
    "content": "#!/usr/bin bash\n\nfor dataset in 'banking' 'clinc' 'stackoverflow'\ndo\n    for known_cls_ratio in    0.25 0.5 0.75\n    do\n        for cluster_num_factor in   1.0 2.0 3.0 4.0\n        do\n            for seed in   0 1 2 3 4 5 6 7 8 9\n            do \n                python run.py \\\n                --dataset $dataset \\\n                --method 'KCL_BERT' \\\n                --setting 'semi_supervised' \\\n                --known_cls_ratio $known_cls_ratio \\\n                --cluster_num_factor $cluster_num_factor \\\n                --seed $seed \\\n                --backbone 'bert_KCL' \\\n                --config_file_name 'KCL_BERT' \\\n                --gpu_id '1' \\\n                --train \\\n                --save_results \\\n                --results_file_name 'results_KCL_BERT_new.csv' \n            done\n        done\n    done\ndone\n \n "
  },
  {
    "path": "open_intent_discovery/examples/run_KM.sh",
    "content": "#!/usr/bin bash\n\nfor dataset in  'banking' 'clinc' 'stackoverflow' \ndo\n    for cluster_num_factor in 1.0 2.0 3.0 4.0\n    do\n        for seed in 0  1 2 3 4 5 6 7 8 9\n        do\n            python run.py \\\n            --dataset $dataset \\\n            --method 'KM' \\\n            --setting 'unsupervised' \\\n            --seed $seed \\\n            --backbone 'glove' \\\n            --cluster_num_factor $cluster_num_factor \\\n            --known_cls_ratio 0 \\\n            --config_file_name 'KM' \\\n            --gpu_id '0' \\\n            --train \\\n            --save_results \\\n            --results_file_name 'results_KM.csv'\n        done\n    done\ndone\n"
  },
  {
    "path": "open_intent_discovery/examples/run_MCL.sh",
    "content": "#!/usr/bin bash\n\nfor dataset in 'banking' 'clinc' 'stackoverflow' \ndo\n    for known_cls_ratio in    0.25 0.5 0.75\n    do\n        for cluster_num_factor in   1.0 2.0 3.0 4.0\n        do\n            for seed in 0 1 2 3 4 5 6 7 8 9\n            do \n                python run.py \\\n                --dataset $dataset \\\n                --method 'MCL_BERT' \\\n                --setting 'semi_supervised' \\\n                --known_cls_ratio $known_cls_ratio \\\n                --cluster_num_factor $cluster_num_factor \\\n                --seed $seed \\\n                --backbone 'bert_MCL' \\\n                --config_file_name 'MCL_BERT' \\\n                --gpu_id '0' \\\n                --train \\\n                --save_results \\\n                --results_file_name 'results_MCL_BERT.csv'\n            done\n        done\n    done\ndone\n"
  },
  {
    "path": "open_intent_discovery/examples/run_MTP_CLNN.sh",
    "content": "#!/usr/bin bash\n\nfor seed in  0 1 2 3 4 5 6 7 8 9\ndo\n    for dataset in 'banking' 'clinc' 'stackoverflow'  \n    do\n        for known_cls_ratio in    0.25 0.5 0.75\n        do\n            for cluster_num_factor in   1.0 2.0 3.0 4.0\n            do\n                python run.py \\\n                --dataset $dataset \\\n                --method 'MTP_CLNN' \\\n                --train \\\n                --setting 'semi_supervised' \\\n                --known_cls_ratio $known_cls_ratio \\\n                --cluster_num_factor $cluster_num_factor \\\n                --seed $seed \\\n                --backbone 'bert_MTP' \\\n                --config_file_name 'MTP_CLNN' \\\n                --gpu_id '0' \\\n                --results_file_name 'results_MTP_CLNN.csv' \\\n                --save_results\n            done \n        done\n    done\ndone\n \n"
  },
  {
    "path": "open_intent_discovery/examples/run_SAE.sh",
    "content": "#!/usr/bin bash\n\nfor dataset in   'banking' 'clinc' 'stackoverflow'\ndo\n    for cluster_num_factor in 1.0 2.0 3.0 4.0\n    do\n        for seed in 0 1 2 3 4 5 6 7 8 9\n        do\n            python run.py \\\n            --dataset $dataset \\\n            --method 'SAE' \\\n            --setting 'unsupervised' \\\n            --seed $seed \\\n            --backbone 'sae' \\\n            --config_file_name 'SAE' \\\n            --cluster_num_factor $cluster_num_factor \\\n            --known_cls_ratio 0 \\\n            --gpu_id '1' \\\n            --save_results \\\n            --train \\\n            --save_model \\\n            --results_file_name 'results_SAE.csv'\\\n            --output_dir '/home/sharing/disk2/zhl/TEXTOIR/baseline_outputs'\n        done\n    done\ndone\n"
  },
  {
    "path": "open_intent_discovery/examples/run_SCCL.sh",
    "content": "#!/usr/bin bash\n \n\nfor seed in 0 1 2 3 4 5 6 7 8 9\ndo\n    for dataset in  'banking' 'clinc' 'stackoverflow'\n    do  \n        for cluster_num_factor in 1.0 2.0 3.0 4.0\n        do\n            python run.py \\\n            --dataset $dataset \\\n            --method 'SCCL' \\\n            --setting 'unsupervised' \\\n            --seed $seed \\\n            --backbone 'bert_SCCL' \\\n            --config_file_name 'SCCL' \\\n            --gpu_id '0' \\\n            --cluster_num_factor $cluster_num_factor \\\n            --known_cls_ratio 0 \\\n            --save_results \\\n            --train \\\n            --results_file_name 'results_SCCL.csv'\n        done\n    done\ndone"
  },
  {
    "path": "open_intent_discovery/examples/run_semi_usnid.sh",
    "content": "#!/usr/bin bash\nfor seed in    0 1 2 3 4 5 6 7 8 9\ndo\n    for dataset in  'banking' 'clinc' 'stackoverflow'\n    do  \n        for known_cls_ratio in  0.25  0.5 0.25  \n        do\n            for cluster_num_factor in 1.0 2.0 3.0 4.0\n            do\n                python run.py \\\n                --dataset $dataset \\\n                --method 'USNID' \\\n                --setting 'semi_supervised' \\\n                --known_cls_ratio $known_cls_ratio \\\n                --seed $seed \\\n                --train \\\n                --tune \\\n                --cluster_num_factor $cluster_num_factor \\\n                --backbone 'bert_USNID' \\\n                --config_file_name 'SemiUSNID' \\\n                --gpu_id '0' \\\n                --results_file_name 'results_semisupervised.csv' \\\n                --save_results \\\n                --output_dir '/home/sharing/disk2/zhl/TEXTOIR/outputs_un_pre/' \n            done\n        done\n    done\ndone"
  },
  {
    "path": "open_intent_discovery/examples/run_unsup_usnid.sh",
    "content": "#!/usr/bin bash\n\nfor dataset in  'banking' 'clinc'  'stackoverflow'\ndo\n    for cluster_num_factor in 1.0 2.0 3.0 4.0\n    do\n        for seed in 0 1 2 3 4 5 6 7 8 9 \n        do \n            python run.py \\\n            --dataset $dataset \\\n            --method 'UnsupUSNID' \\\n            --setting 'unsupervised' \\\n            --known_cls_ratio 0 \\\n            --seed $seed \\\n            --train \\\n            --config_file_name 'UnsupUSNID' \\\n            --cluster_num_factor $cluster_num_factor \\\n            --backbone 'bert_USNID_Unsup' \\\n            --gpu_id '1' \\\n            --results_file_name 'results_unsupervised.csv' \\\n            --save_results \\\n            --output_dir '/home/sharing/disk2/zhl/TEXTOIR/outputs_un_pre/' \n        done\n    done\ndone\n\n "
  },
  {
    "path": "open_intent_discovery/losses/KCL.py",
    "content": "from torch import nn\n\nclass KLDiv(nn.Module):\n    # Calculate KL-Divergence\n        \n    def forward(self, predict, target):\n        eps = 1e-7 \n        assert predict.ndimension()==2,'Input dimension must be 2'\n        target = target.detach()\n\n        # KL(T||I) = \\sum T(logT-logI)\n        predict += eps\n        target += eps\n        logI = predict.log()\n        logT = target.log()\n        TlogTdI = target * (logT - logI)\n        kld = TlogTdI.sum(1)\n        return kld\n        \nclass KCL(nn.Module):\n    # KLD-based Clustering Loss (KCL)\n\n    def __init__(self, margin=2.0):\n        super(KCL,self).__init__()\n        self.kld = KLDiv()\n        self.hingeloss = nn.HingeEmbeddingLoss(margin)\n\n    def forward(self, prob1, prob2, simi):\n        # simi: 1->similar; -1->dissimilar; 0->unknown(ignore)\n        assert len(prob1)==len(prob2)==len(simi), 'Wrong input size:{0},{1},{2}'.format(str(len(prob1)),str(len(prob2)),str(len(simi)))\n\n        kld = self.kld(prob1,prob2)\n        output = self.hingeloss(kld,simi)\n        return output"
  },
  {
    "path": "open_intent_discovery/losses/MCL.py",
    "content": "from torch import nn\n\nclass MCL(nn.Module):\n    # Meta Classification Likelihood (MCL)\n\n    eps = 1e-7 # Avoid calculating log(0). Use the small value of float16.\n        \n    def forward(self, prob1, prob2, simi=None):\n        # simi: 1->similar; -1->dissimilar; 0->unknown(ignore)\n        assert len(prob1)==len(prob2)==len(simi), 'Wrong input size:{0},{1},{2}'.format(str(len(prob1)),str(len(prob2)),str(len(simi)))\n\n        P = prob1.mul_(prob2)\n        P = P.sum(1)\n        P.mul_(simi).add_(simi.eq(-1).type_as(P))\n        neglogP = -P.add_(MCL.eps).log_()\n        return neglogP.mean()"
  },
  {
    "path": "open_intent_discovery/losses/PairConLoss.py",
    "content": "import torch\nfrom torch import nn\n\nclass PairConLoss(nn.Module):\n    def __init__(self, temperature=0.05):\n        super(PairConLoss, self).__init__()\n        self.temperature = temperature\n        self.eps = 1e-08\n\n    def forward(self, features_1, features_2, device):\n\n        batch_size = features_1.shape[0]\n        features = torch.cat([features_1, features_2], dim=0)\n        mask = torch.eye(batch_size, dtype=torch.bool).to(device)\n        mask = mask.repeat(2, 2)\n        mask = ~mask\n        \n        pos = torch.exp(torch.sum(features_1*features_2, dim=-1) / self.temperature)\n        pos = torch.cat([pos, pos], dim=0)\n        neg = torch.exp(torch.mm(features, features.t().contiguous()) / self.temperature)\n        neg = neg.masked_select(mask).view(2*batch_size, -1)\n        \n        neg_mean = torch.mean(neg)\n        pos_n = torch.mean(pos)\n        Ng = neg.sum(dim=-1)\n            \n        loss_pos = (- torch.log(pos / (Ng+pos))).mean()\n        \n        return {\"loss\":loss_pos, \"pos_mean\":pos_n.detach().cpu().numpy(), \"neg_mean\":neg_mean.detach().cpu().numpy(), \"pos\":pos.detach().cpu().numpy(), \"neg\":neg.detach().cpu().numpy()}\n            "
  },
  {
    "path": "open_intent_discovery/losses/SupConLoss.py",
    "content": "import torch\nfrom torch import nn\n\nclass SupConLoss(nn.Module):\n    \"\"\"Supervised Contrastive Learning: https://arxiv.org/pdf/2004.11362.pdf.\n    It also supports the unsupervised contrastive loss in SimCLR\"\"\"\n    def __init__(self, contrast_mode='all'):\n        super(SupConLoss, self).__init__()\n        self.contrast_mode = contrast_mode\n\n    def forward(self, features, labels=None, mask=None, temperature = 0.07, device = None):\n        \"\"\"Compute loss for model. If both `labels` and `mask` are None,\n        it degenerates to SimCLR unsupervised loss:\n        https://arxiv.org/pdf/2002.05709.pdf\n        Args:\n            features: hidden vector of shape [bsz, n_views, ...].\n            labels: ground truth of shape [bsz].\n            mask: contrastive mask of shape [bsz, bsz], mask_{i,j}=1 if sample j\n                has the same class as sample i. Can be asymmetric.\n        Returns:\n            A loss scalar.\n        \"\"\"\n\n        if len(features.shape) < 3:\n            raise ValueError('`features` needs to be [bsz, n_views, ...],'\n                             'at least 3 dimensions are required')\n        if len(features.shape) > 3:\n            features = features.view(features.shape[0], features.shape[1], -1)\n\n        batch_size = features.shape[0]\n        if labels is not None and mask is not None:\n            raise ValueError('Cannot define both `labels` and `mask`')\n        elif labels is None and mask is None:\n            mask = torch.eye(batch_size, dtype=torch.float32).to(device)\n        elif labels is not None:\n            labels = labels.contiguous().view(-1, 1)\n            if labels.shape[0] != batch_size:\n                raise ValueError('Num of labels does not match num of features')\n            mask = torch.eq(labels, labels.T).float().to(device)\n        else:\n            mask = mask.float().to(device)\n\n        contrast_count = features.shape[1]\n        contrast_feature = torch.cat(torch.unbind(features, dim=1), dim=0)\n        if self.contrast_mode == 'one':\n            anchor_feature = features[:, 0]\n            anchor_count = 1\n        elif self.contrast_mode == 'all':\n            anchor_feature = contrast_feature\n            anchor_count = contrast_count\n        else:\n            raise ValueError('Unknown mode: {}'.format(self.contrast_mode))\n\n        # compute logits\n        anchor_dot_contrast = torch.div(\n            torch.matmul(anchor_feature, contrast_feature.T),\n            temperature)\n        # for numerical stability\n        logits_max, _ = torch.max(anchor_dot_contrast, dim=1, keepdim=True)\n        logits = anchor_dot_contrast - logits_max.detach()\n\n        # tile mask\n        mask = mask.repeat(anchor_count, contrast_count)\n        # mask-out self-contrast cases\n        logits_mask = torch.scatter(\n            torch.ones_like(mask),\n            1,\n            torch.arange(batch_size * anchor_count).view(-1, 1).to(device),\n            0\n        )\n        mask = mask * logits_mask\n\n        # compute log_prob\n        exp_logits = torch.exp(logits) * logits_mask\n        log_prob = logits - torch.log(exp_logits.sum(1, keepdim=True))\n\n        # compute mean of log-likelihood over positive\n        mean_log_prob_pos = (mask * log_prob).sum(1) / mask.sum(1)\n\n        # loss\n        loss = - mean_log_prob_pos\n        loss = loss.view(anchor_count, batch_size).mean()\n\n        return loss\n    "
  },
  {
    "path": "open_intent_discovery/losses/__init__.py",
    "content": "from torch import nn \nfrom .KCL import KCL\nfrom .MCL import MCL\nfrom .SupConLoss import SupConLoss\n\nloss_map = {\n                'CrossEntropyLoss': nn.CrossEntropyLoss(), \n                'KCL': KCL(),\n                'MCL': MCL(),\n                'SupConLoss': SupConLoss()\n            }\n"
  },
  {
    "path": "open_intent_discovery/losses/contrastive_loss.py",
    "content": "import torch\nimport torch.nn as nn\nimport math\n\n\nclass InstanceLoss(nn.Module):\n    def __init__(self, batch_size, temperature, device):\n        super(InstanceLoss, self).__init__()\n        self.batch_size = batch_size\n        self.temperature = temperature\n        self.device = device\n\n        self.mask = self.mask_correlated_samples(batch_size)\n        self.criterion = nn.CrossEntropyLoss(reduction=\"sum\")\n\n    def mask_correlated_samples(self, batch_size):\n        N = 2 * batch_size\n        mask = torch.ones((N, N))\n        mask = mask.fill_diagonal_(0)\n        for i in range(batch_size):\n            mask[i, batch_size + i] = 0\n            mask[batch_size + i, i] = 0\n        mask = mask.bool()\n        return mask\n\n    def forward(self, z_i, z_j):\n        N = 2 * self.batch_size\n        z = torch.cat((z_i, z_j), dim=0)\n\n        sim = torch.matmul(z, z.T) / self.temperature\n        sim_i_j = torch.diag(sim, self.batch_size)\n        sim_j_i = torch.diag(sim, -self.batch_size)\n\n        positive_samples = torch.cat((sim_i_j, sim_j_i), dim=0).reshape(N, 1)\n        negative_samples = sim[self.mask].reshape(N, -1)\n\n        labels = torch.zeros(N).to(positive_samples.device).long()\n        logits = torch.cat((positive_samples, negative_samples), dim=1)\n        loss = self.criterion(logits, labels)\n        loss /= N\n\n        return loss\n\n\nclass ClusterLoss(nn.Module):\n    def __init__(self, class_num, temperature, device):\n        super(ClusterLoss, self).__init__()\n        self.class_num = class_num\n        self.temperature = temperature\n        self.device = device\n\n        self.mask = self.mask_correlated_clusters(class_num)\n        self.criterion = nn.CrossEntropyLoss(reduction=\"sum\")\n        self.similarity_f = nn.CosineSimilarity(dim=2)\n\n    def mask_correlated_clusters(self, class_num):\n        N = 2 * class_num\n        mask = torch.ones((N, N))\n        mask = mask.fill_diagonal_(0)\n        for i in range(class_num):\n            mask[i, class_num + i] = 0\n            mask[class_num + i, i] = 0\n        mask = mask.bool()\n        return mask\n\n    def forward(self, c_i, c_j):\n        p_i = c_i.sum(0).view(-1)\n        p_i /= p_i.sum()\n        ne_i = math.log(p_i.size(0)) + (p_i * torch.log(p_i)).sum()\n        p_j = c_j.sum(0).view(-1)\n        p_j /= p_j.sum()\n        ne_j = math.log(p_j.size(0)) + (p_j * torch.log(p_j)).sum()\n        ne_loss = ne_i + ne_j\n\n        c_i = c_i.t()\n        c_j = c_j.t()\n        N = 2 * self.class_num\n        c = torch.cat((c_i, c_j), dim=0)\n\n        sim = self.similarity_f(c.unsqueeze(1), c.unsqueeze(0)) / self.temperature\n        sim_i_j = torch.diag(sim, self.class_num)\n        sim_j_i = torch.diag(sim, -self.class_num)\n\n        positive_clusters = torch.cat((sim_i_j, sim_j_i), dim=0).reshape(N, 1)\n        negative_clusters = sim[self.mask].reshape(N, -1)\n\n        labels = torch.zeros(N).to(positive_clusters.device).long()\n        logits = torch.cat((positive_clusters, negative_clusters), dim=1)\n        loss = self.criterion(logits, labels)\n        loss /= N\n\n        return loss + ne_loss\n"
  },
  {
    "path": "open_intent_discovery/methods/__init__.py",
    "content": "from .semi_supervised.USNID.manager import USNIDManager\nfrom .semi_supervised.DeepAligned.manager import DeepAlignedManager\nfrom .semi_supervised.CDACPlus.manager import CDACPlusManager\nfrom .semi_supervised.DTC_BERT.manager import DTCManager\nfrom .semi_supervised.KCL_BERT.manager import KCLManager\nfrom .semi_supervised.MCL_BERT.manager import MCLManager\nfrom .semi_supervised.GCD.manager import GCDManager\nfrom .semi_supervised.MTP_CLNN.manager import MTP_CLNNManager\nfrom .unsupervised.KM.manager import KMManager\nfrom .unsupervised.AG.manager import AGManager\nfrom .unsupervised.SAE.manager import SAEManager\nfrom .unsupervised.DEC.manager import DECManager\nfrom .unsupervised.DCN.manager import DCNManager\nfrom .unsupervised.SCCL.manager import SCCLmanager\nfrom .unsupervised.CC.manager import CCmanager\nfrom .unsupervised.USNID.manager import UnsupUSNIDManager\n\n\nmethod_map = {\n                'USNID': USNIDManager, \n                'DeepAligned': DeepAlignedManager, \n                'CDACPlus': CDACPlusManager,\n                'DTC_BERT': DTCManager,\n                'KCL_BERT': KCLManager,\n                'MCL_BERT': MCLManager,\n                'KM': KMManager,\n                'AG': AGManager,\n                'SAE': SAEManager,\n                'DEC': DECManager,\n                'DCN': DCNManager,\n                'GCD' : GCDManager,\n                'MTP_CLNN':MTP_CLNNManager,\n                'SCCL' : SCCLmanager,\n                'CC' : CCmanager,\n                'UnsupUSNID': UnsupUSNIDManager\n            }"
  },
  {
    "path": "open_intent_discovery/methods/semi_supervised/CDACPlus/manager.py",
    "content": "import torch\nimport torch.nn.functional as F\nimport numpy as np\nimport copy\nimport logging\nfrom sklearn.metrics import confusion_matrix\nfrom sklearn.cluster import KMeans\nfrom tqdm import trange, tqdm\nfrom utils.functions import set_seed\nfrom utils.metrics import clustering_score\nfrom utils.functions import restore_model, save_model\n\ndef target_distribution(q):\n        weight = q ** 2 / q.sum(0)\n        return (weight.T / weight.sum(1)).T\nclass CDACPlusManager:\n    \n    def __init__(self, args, data, model, logger_name = 'Discovery'):\n\n        self.logger = logging.getLogger(logger_name)\n        set_seed(args.seed)\n        loader = data.dataloader\n        self.train_dataloader, self.eval_dataloader, self.test_dataloader = \\\n            loader.train_outputs['loader'], loader.eval_outputs['loader'], loader.test_outputs['loader']\n        self.train_labeled_dataloader = loader.train_labeled_outputs['loader']\n        self.train_unlabeled_dataloader = loader.train_unlabeled_outputs['loader'] \n\n        self.model = model.set_model(args, data, 'bert')\n        self.optimizer1 , self.scheduler1 = model.set_optimizer(self.model, data.dataloader.num_train_examples, args.train_batch_size, \\\n            args.num_train_epochs, args.lr, args.warmup_proportion)\n        self.optimizer2 , self.scheduler2 = model.set_optimizer(self.model, data.dataloader.num_train_examples, args.train_batch_size, \\\n            args.num_refine_epochs, args.lr, args.warmup_proportion)\n\n        self.device = model.device \n        \n        if not args.train:\n            self.model = restore_model(self.model, args.model_output_dir)\n\n    def initialize_centroids(self, args, data):\n        \n        self.logger.info(\"Initialize centroids...\")\n\n        feats = self.get_outputs(args, mode = 'train_unlabeled', get_feats = True)\n        km = KMeans(n_clusters=data.num_labels, n_jobs=-1, random_state=args.seed)\n        km.fit(feats)\n\n        self.logger.info(\"Initialization finished...\")\n\n        self.model.cluster_layer.data = torch.tensor(km.cluster_centers_).to(self.device)\n\n    def train(self, args, data): \n\n        self.logger.info('Pairwise-similarity Learning begin...')\n        \n        u = args.u\n        l = args.l\n        eta = 0\n\n        eval_pred_last = np.zeros_like(data.dataloader.eval_examples)\n        \n        for epoch in trange(int(args.num_train_epochs), desc=\"Epoch\"):  \n            \n            tr_loss, nb_tr_examples, nb_tr_steps = 0, 0, 0\n            self.model.train()\n\n            for step, batch in enumerate(tqdm(self.train_labeled_dataloader, desc=\"Iteration (labeled)\")):\n\n                batch = tuple(t.to(self.device) for t in batch)\n                input_ids, input_mask, segment_ids, label_ids = batch\n                loss = self.model(input_ids, segment_ids, input_mask, label_ids, u_threshold = u, l_threshold = l, mode = 'train')\n                loss.backward()\n                \n                tr_loss += loss.item()\n                nb_tr_examples += input_ids.size(0)\n                nb_tr_steps += 1\n\n                self.optimizer1.step()\n                self.scheduler1.step()\n                self.optimizer1.zero_grad() \n\n            train_labeled_loss = tr_loss / nb_tr_steps\n\n            tr_loss, nb_tr_examples, nb_tr_steps = 0, 0, 0\n            for step, batch in enumerate(tqdm(self.train_dataloader, desc=\"Iteration (all train)\")):\n                batch = tuple(t.to(self.device) for t in batch)\n                input_ids, input_mask, segment_ids, label_ids = batch\n                loss = self.model(input_ids, segment_ids, input_mask, label_ids, u_threshold = u, l_threshold = l, mode = 'train', semi = True)\n                loss.backward()\n\n                tr_loss += loss.item()\n                nb_tr_examples += input_ids.size(0)\n                nb_tr_steps += 1\n\n                self.optimizer1.step()\n                self.scheduler1.step()\n                self.optimizer1.zero_grad()\n            \n            train_loss = tr_loss / nb_tr_steps\n\n            eval_true, eval_pred = self.get_outputs(args, mode = 'eval')\n            eval_score = clustering_score(eval_true, eval_pred)['NMI']\n\n            delta_label = np.sum(eval_pred != eval_pred_last).astype(np.float32) / eval_pred.shape[0]\n            eval_pred_last = np.copy(eval_pred)\n\n            train_results = {\n                'u_threshold': round(u, 4),\n                'l_threshold': round(l, 4),\n                'train_labeled_loss': train_labeled_loss,\n                'train_loss': train_loss,\n                'delta_label': delta_label,\n                'eval_score': eval_score\n            }\n            \n            self.logger.info(\"***** Epoch: %s: Eval results *****\", str(epoch))\n            for key in sorted(train_results.keys()):\n                self.logger.info(\"  %s = %s\", key, str(train_results[key]))\n            \n            eta += 1.1 * 0.009\n            u = 0.95 - eta\n            l = 0.455 + eta * 0.1\n            if u < l:\n                break\n        \n        self.logger.info('Pairwise-similarity Learning finished...')\n\n        self.refine(args, data)\n\n    def refine(self, args, data):\n        \n        self.logger.info('Cluster refining begin...')\n        self.initialize_centroids(args, data)\n\n        best_model = None\n        wait = 0\n        train_preds_last = None\n        best_eval_score = 0\n\n        for epoch in range(args.num_refine_epochs):\n            \n            eval_true, eval_pred = self.get_outputs(args, mode = 'eval')\n            eval_score = clustering_score(eval_true, eval_pred)['NMI']\n\n            if eval_score > best_eval_score:\n                best_model = copy.deepcopy(self.model)\n                wait = 0\n                best_eval_score = eval_score\n                self.model = best_model\n\n            else:\n                wait += 1\n                if wait > args.wait_patient:\n                    break\n\n            train_pred_logits = self.get_outputs(args, mode = 'train', get_logits = True)\n            p_target = target_distribution(train_pred_logits)\n            train_preds = train_pred_logits.argmax(1)\n\n            delta_label = np.sum(train_preds != train_preds_last).astype(np.float32) / train_preds.shape[0]\n            train_preds_last = np.copy(train_preds)\n\n            if epoch > 0 and delta_label < 0.001:\n                self.logger.info('Break at epoch: %s and delta_label: %f.', str(epoch + 1), round(delta_label, 2))\n                break\n            \n            # Fine-tuning with auxiliary distribution\n            self.model.train()\n            tr_loss, nb_tr_examples, nb_tr_steps = 0, 0, 0\n\n            for step, batch in enumerate(self.train_dataloader):\n\n                batch = tuple(t.to(self.device) for t in batch)\n                input_ids, input_mask, segment_ids, label_ids = batch\n                feats, logits = self.model(input_ids, segment_ids, input_mask, mode='finetune')\n                kl_loss = F.kl_div(logits.log(), torch.Tensor(p_target[step * args.train_batch_size: (step + 1) * args.train_batch_size]).to(self.device))\n                kl_loss.backward()\n\n                tr_loss += kl_loss.item()\n                nb_tr_examples += input_ids.size(0)\n                nb_tr_steps += 1\n\n                self.optimizer2.step()\n                self.scheduler2.step()\n                self.optimizer2.zero_grad() \n            \n            train_loss = tr_loss / nb_tr_steps\n            eval_results = {\n                'kl_loss': round(train_loss, 4), \n                'delta_label': delta_label.round(4),\n                'eval_score': round(eval_score, 2),\n                'best_eval_score': round(best_eval_score, 2)\n            }\n            self.logger.info(\"***** Epoch: %s: Eval results *****\", str(epoch))\n            for key in sorted(eval_results.keys()):\n                self.logger.info(\"  %s = %s\", key, str(eval_results[key]))\n\n        self.logger.info('Cluster refining finished...')\n\n        if args.save_model:\n            save_model(self.model, args.model_output_dir)\n    \n    def get_outputs(self, args,  mode = 'eval', get_feats = False, get_logits = False):\n        \n        if mode == 'eval':\n            dataloader = self.eval_dataloader\n        elif mode == 'test':\n            dataloader = self.test_dataloader\n        elif mode == 'train_unlabeled':\n            dataloader = self.train_unlabeled_dataloader\n        elif mode == 'train':\n            dataloader = self.train_dataloader\n\n        self.model.eval()\n\n        total_labels = torch.empty(0,dtype=torch.long).to(self.device)\n        total_preds = torch.empty(0,dtype=torch.long).to(self.device)\n\n        total_features = torch.empty((0, args.num_labels)).to(self.device)\n        total_logits = torch.empty((0, args.num_labels)).to(self.device)\n\n        for batch in tqdm(dataloader, desc=\"Iteration\"):\n\n            batch = tuple(t.to(self.device) for t in batch)\n            input_ids, input_mask, segment_ids, label_ids = batch\n\n            with torch.set_grad_enabled(False):\n                pooled_output, logits = self.model(input_ids, segment_ids, input_mask)\n    \n                total_labels = torch.cat((total_labels, label_ids))\n                total_features = torch.cat((total_features, pooled_output))\n                total_logits = torch.cat((total_logits, logits))\n\n        if get_feats:\n            feats = total_features.cpu().numpy()\n            return feats\n\n        elif get_logits:\n            logits = total_logits.cpu().numpy()\n            return logits\n\n        else:\n            total_preds = total_logits.argmax(1)\n            y_pred = total_preds.cpu().numpy()\n            y_true = total_labels.cpu().numpy()\n\n            return y_true, y_pred\n\n    def test(self, args, data):\n\n        y_true, y_pred = self.get_outputs(args, mode = 'test')\n        test_results = clustering_score(y_true, y_pred) \n        cm = confusion_matrix(y_true,y_pred) \n        \n        self.logger.info\n        self.logger.info(\"***** Test: Confusion Matrix *****\")\n        self.logger.info(\"%s\", str(cm))\n        self.logger.info(\"***** Test results *****\")\n        \n        for key in sorted(test_results.keys()):\n            self.logger.info(\"  %s = %s\", key, str(test_results[key]))\n\n        test_results['y_true'] = y_true\n        test_results['y_pred'] = y_pred\n\n        return test_results\n\n    \n"
  },
  {
    "path": "open_intent_discovery/methods/semi_supervised/DTC_BERT/manager.py",
    "content": "import logging\nimport copy\nimport os\nimport random\nimport torch\nimport torch.nn.functional as F\nimport numpy as np\nimport math\nimport pandas as pd\n\nfrom .pretrain import PretrainDTCManager\nfrom sklearn.cluster import KMeans\nfrom sklearn.metrics import confusion_matrix\nfrom tqdm import trange, tqdm\nfrom utils.metrics import clustering_score, clustering_accuracy_score\nfrom utils.functions import save_model, restore_model, set_seed\nfrom utils.faster_mix_k_means_pytorch import K_Means\nfrom sklearn.metrics import silhouette_score\nfrom scipy.optimize import linear_sum_assignment\nfrom collections import Counter\n\nclass DTCManager:\n    \n    def __init__(self, args, data, model, logger_name = 'Discovery'):\n\n        pretrain_manager = PretrainDTCManager(args, data, model)  \n        \n        set_seed(args.seed)\n        self.logger = logging.getLogger(logger_name)\n        \n        loader = data.dataloader\n        self.train_dataloader, self.eval_dataloader, self.test_dataloader = \\\n            loader.train_unlabeled_outputs['loader'], loader.eval_outputs['loader'], loader.test_outputs['loader'] \n \n        if args.pretrain:\n                     \n            self.pretrained_model = pretrain_manager.model\n            self.set_model_optimizer(args, data, model, pretrain_manager)\n            self.load_pretrained_model(self.pretrained_model)\n        else:\n            self.pretrained_model = restore_model(pretrain_manager.model, os.path.join(args.method_output_dir, 'pretrain'))\n            self.set_model_optimizer(args, data, model, pretrain_manager)\n            \n            if args.train:\n                self.load_pretrained_model(self.pretrained_model)\n            else:\n                self.model = restore_model(self.model, args.model_output_dir)\n\n    def set_model_optimizer(self, args, data, model, pretrain_manager):\n\n        if args.cluster_num_factor > 1:\n            args.num_labels = self.num_labels = pretrain_manager.num_labels\n        else:\n            args.num_labels = self.num_labels = data.num_labels\n            \n        num_train_examples = len(data.dataloader.train_unlabeled_examples)\n\n        self.model = model.set_model(args, data, 'bert', args.freeze_bert_parameters)\n\n        self.warmup_optimizer, self.warmup_scheduler = model.set_optimizer(self.model, num_train_examples, args.train_batch_size, \\\n                args.num_warmup_train_epochs, args.lr, args.warmup_proportion)\n\n        self.optimizer, self.scheduler = model.set_optimizer(self.model, num_train_examples, args.train_batch_size, \\\n                args.num_train_epochs, args.lr, args.warmup_proportion)\n        \n        self.device = model.device\n        self.model.to(self.device)\n\n    def initialize_centroids(self, args):\n\n        self.logger.info(\"Initialize centroids...\")\n\n        feats = self.get_outputs(args, mode = 'train', get_feats = True)\n        km = KMeans(n_clusters=args.num_labels, n_jobs=-1, random_state=args.seed)\n        km.fit(feats)\n        self.logger.info(\"Initialization finished...\")\n        self.model.cluster_layer.data = torch.tensor(km.cluster_centers_).to(self.device)\n\n    def warmup_train(self, args):\n        \n        probs = self.get_outputs(args, mode = 'train', get_probs = True)\n        p_target = target_distribution(probs)\n\n        for epoch in trange(int(args.num_warmup_train_epochs), desc=\"Warmup_Epoch\"):\n\n            tr_loss, nb_tr_examples, nb_tr_steps = 0, 0, 0\n            self.model.train()\n\n            for step, batch in enumerate(tqdm(self.train_dataloader, desc=\"Warmup_Training\")):\n\n                batch = tuple(t.to(self.device) for t in batch)\n                input_ids, input_mask, segment_ids, label_ids = batch\n                logits, q = self.model(input_ids, segment_ids, input_mask)\n                loss = F.kl_div(q.log(),torch.Tensor(p_target[step * args.train_batch_size: (step+1) * args.train_batch_size]).to(self.device))\n\n                loss.backward()\n                tr_loss += loss.item()\n                nb_tr_examples += input_ids.size(0)\n                nb_tr_steps += 1\n\n                self.warmup_optimizer.step()\n                self.warmup_scheduler.step()\n                self.warmup_optimizer.zero_grad()       \n\n            eval_true, eval_pred = self.get_outputs(args, mode = 'eval')\n            eval_score = clustering_score(eval_true, eval_pred)['NMI']\n            eval_results = {\n                'loss': tr_loss, \n                'eval_score': round(eval_score, 2)\n            }\n            self.logger.info(\"***** Epoch: %s: Eval results *****\", str(epoch))\n            for key in sorted(eval_results.keys()):\n                self.logger.info(\"  %s = %s\", key, str(eval_results[key]))\n        \n        return p_target\n    \n    def get_outputs(self, args, mode = 'eval', get_feats = False, get_probs = False):\n        \n        if mode == 'eval':\n            dataloader = self.eval_dataloader\n        elif mode == 'test':\n            dataloader = self.test_dataloader\n        elif mode == 'train':\n            dataloader = self.train_dataloader\n\n        self.model.eval()\n        total_labels = torch.empty(0,dtype=torch.long).to(self.device)\n        total_preds = torch.empty(0,dtype=torch.long).to(self.device)\n\n        total_features = torch.empty((0, args.num_labels)).to(self.device)\n        total_probs = torch.empty((0, args.num_labels)).to(self.device)\n\n        for batch in tqdm(dataloader, desc=\"Iteration\"):\n\n            batch = tuple(t.to(self.device) for t in batch)\n            input_ids, input_mask, segment_ids, label_ids = batch\n\n            with torch.set_grad_enabled(False):\n                logits, probs  = self.model(input_ids, segment_ids, input_mask)\n                total_labels = torch.cat((total_labels, label_ids))\n                total_features = torch.cat((total_features, logits))\n                total_probs = torch.cat((total_probs, probs))\n\n        if get_feats:\n            feats = total_features.cpu().numpy()\n            return feats\n\n        elif get_probs:\n            return total_probs.cpu().numpy()\n\n        else:\n            total_preds = total_probs.argmax(1)\n            y_pred = total_preds.cpu().numpy()\n\n            y_true = total_labels.cpu().numpy()\n\n            return y_true, y_pred\n\n    def train(self, args, data): \n\n        self.initialize_centroids(args)\n\n        self.logger.info('WarmUp Training start...')\n        self.p_target = self.warmup_train(args)\n        self.logger.info('WarmUp Training finished...')\n          \n        ntrain = len(data.dataloader.train_unlabeled_examples)\n        Z = torch.zeros(ntrain, args.num_labels).float().to(self.device)       \n        z_ema = torch.zeros(ntrain, args.num_labels).float().to(self.device)        \n        z_epoch = torch.zeros(ntrain, args.num_labels).float().to(self.device) \n\n        best_model = None\n        best_eval_score = 0\n        for epoch in trange(int(args.num_train_epochs), desc=\"Epoch\"):  \n\n            # Fine-tuning with auxiliary distribution\n            tr_loss, nb_tr_examples, nb_tr_steps = 0, 0, 0\n            self.model.train()\n\n            for step, batch in enumerate(self.train_dataloader):\n\n                batch = tuple(t.to(self.device) for t in batch)\n                input_ids, input_mask, segment_ids, label_ids = batch\n                logits, q = self.model(input_ids, segment_ids, input_mask)\n                z_epoch[step * args.train_batch_size: (step+1) * args.train_batch_size, :] = q\n                kl_loss = F.kl_div(q.log(), torch.tensor(self.p_target[step * args.train_batch_size: (step+1) * args.train_batch_size]).to(self.device))\n                \n                kl_loss.backward() \n                tr_loss += kl_loss.item()\n                nb_tr_examples += input_ids.size(0)\n                nb_tr_steps += 1\n\n                self.optimizer.step()\n                self.scheduler.step()\n                self.optimizer.zero_grad() \n            \n            z_epoch = torch.tensor(self.get_outputs(args, mode = 'train', get_probs = True)).to(self.device)\n            Z = args.alpha * Z + (1. - args.alpha) * z_epoch\n            z_ema = Z * (1. / (1. - args.alpha ** (epoch + 1)))\n\n            if epoch % args.update_interval == 0:\n                self.logger.info('updating target ...')\n                self.p_target = target_distribution(z_ema).float().to(self.device) \n                self.logger.info('updating finished ...')\n\n            eval_true, eval_pred = self.get_outputs(args, mode = 'eval')\n            eval_score = clustering_score(eval_true, eval_pred)['NMI']\n            train_loss = tr_loss / nb_tr_steps\n\n            eval_results = {\n                'train_loss': train_loss, \n                'best_eval_score': best_eval_score,\n                'eval_score': round(eval_score, 2),\n            }\n            self.logger.info(\"***** Epoch: %s: Eval results *****\", str(epoch + 1))\n            for key in sorted(eval_results.keys()):\n                self.logger.info(\"  %s = %s\", key, str(eval_results[key]))\n            \n            if eval_score > best_eval_score:\n                best_model = copy.deepcopy(self.model)\n                wait = 0\n                best_eval_score = eval_score\n\n            elif eval_score > 0:\n                wait += 1\n                if wait >= args.wait_patient:\n                    break \n        \n        self.model = best_model\n\n        if args.save_model:\n            save_model(self.model, args.model_output_dir)\n\n    def test(self, args, data):\n    \n        y_true, y_pred = self.get_outputs(args,mode = 'test')\n        test_results = clustering_score(y_true, y_pred) \n        cm = confusion_matrix(y_true,y_pred) \n        \n        self.logger.info\n        self.logger.info(\"***** Test: Confusion Matrix *****\")\n        self.logger.info(\"%s\", str(cm))\n        self.logger.info(\"***** Test results *****\")\n        \n        for key in sorted(test_results.keys()):\n            self.logger.info(\"  %s = %s\", key, str(test_results[key]))\n\n        test_results['y_true'] = y_true\n        test_results['y_pred'] = y_pred\n\n        if args.cluster_num_factor > 1:\n            test_results['estimate_k'] = args.num_labels\n\n        return test_results\n\n    def load_pretrained_model(self, pretrained_model):\n    \n        pretrained_dict = pretrained_model.state_dict()\n        classifier_params = ['cluster_layer', 'classifier.weight','classifier.bias']\n        pretrained_dict =  {k: v for k, v in pretrained_dict.items() if k not in classifier_params}\n        self.model.load_state_dict(pretrained_dict, strict=False)\n\n\ndef target_distribution(q):\n    weight = q ** 2 / q.sum(0)\n    return (weight.T / weight.sum(1)).T\n"
  },
  {
    "path": "open_intent_discovery/methods/semi_supervised/DTC_BERT/pretrain.py",
    "content": "import logging\nimport torch\nimport numpy as np\nimport os\nimport copy\nimport logging\nimport torch.nn.functional as F\nimport pandas as pd\nimport random\nimport math\n\nfrom sklearn.metrics import silhouette_score\nfrom sklearn.metrics import accuracy_score\nfrom tqdm import trange, tqdm\nfrom losses import loss_map\nfrom utils.functions import save_model, restore_model\nfrom scipy.optimize import linear_sum_assignment\nfrom collections import Counter\nfrom utils.faster_mix_k_means_pytorch import K_Means\nfrom utils.metrics import  clustering_accuracy_score\n\n\nclass PretrainDTCManager:\n    \n    def __init__(self, args, data, model, logger_name = 'Discovery'):\n\n        self.logger = logging.getLogger(logger_name)\n\n        loader = data.dataloader\n        self.train_dataloader, self.eval_dataloader, self.test_dataloader = \\\n            loader.train_labeled_outputs['loader'], loader.eval_outputs['loader'], loader.test_outputs['loader']\n        \n        args.num_labels = data.n_known_cls\n        self.set_model_optimizer(args, data, model)\n       \n        self.loss_fct = loss_map[args.loss_fct]\n\n        if args.pretrain:\n            self.logger.info('Pre-raining start...')\n            self.train(args, data)\n            self.logger.info('Pre-training finished...')\n\n        else:\n            self.model = restore_model(self.model, os.path.join(args.method_output_dir, 'pretrain'))\n            \n        if args.cluster_num_factor > 1.0:\n            self.num_labels = data.num_labels\n            self.num_labels = self.predict_k(args, data, model)\n\n    def set_model_optimizer(self, args, data, model):\n        \n        self.model = model.set_model(args, data, 'bert', args.freeze_bert_parameters)   \n        self.optimizer, self.scheduler = model.set_optimizer(self.model, len(data.dataloader.train_labeled_examples), args.train_batch_size, \\\n            args.num_pretrain_epochs, args.lr_pre, args.warmup_proportion)\n        \n        self.device = model.device\n\n    def predict_k(self, args, data, model):\n\n        loader = data.dataloader\n        self.dtc_train_labeled_dataloader, self.dtc_train_unlabeled_dataloader, self.dtc_eval_dataloader, self.dtc_val_labeled_dataloader = \\\n            loader.train_labeled_outputs_dtc['loader'], loader.train_unlabeled_outputs_dtc['loader'], loader.eval_outputs_dtc['loader'], loader.val_labeled_outputs_dtc['loader']\n        \n        self.predict_model = model.set_model(args, data, 'bert')\n        self.predict_optimizer, self.predict_scheduler = model.set_optimizer(self.predict_model, len(data.dataloader.train_labeled_examples_dtc), args.train_batch_size, \\\n            args.num_pretrain_epochs, args.lr_pre, args.warmup_proportion)\n\n        self.logger.info(\"***** Running predict k *****\")\n        self.predict_model.to(self.device)\n\n        wait = 0\n        best_model = None\n        best_eval_score = 0\n        patient = 1\n        acc_best = 0\n        for epoch in trange(int(args.num_pretrain_epochs), desc=\"Epoch\"):\n\n            self.predict_model.train()\n            tr_loss = 0\n            nb_tr_examples, nb_tr_steps = 0, 0\n            \n            for step, batch in enumerate(tqdm(self.dtc_train_labeled_dataloader, desc=\"Iteration (labeled)\")):\n                batch = tuple(t.to(self.device) for t in batch)\n                input_ids, input_mask, segment_ids, label_ids = batch\n                with torch.set_grad_enabled(True):\n                    \n                    loss = self.predict_model(input_ids, segment_ids, input_mask, label_ids, loss_fct = self.loss_fct, mode = \"train\")\n                    \n                    loss.backward()\n                    tr_loss += loss.item()\n                    nb_tr_examples += input_ids.size(0)\n                    nb_tr_steps += 1\n\n                    self.predict_optimizer.step()\n                    self.predict_scheduler.step()\n                    self.predict_optimizer.zero_grad()\n    \n            \n            loss = tr_loss / nb_tr_steps\n           \n            self.logger.info(\"loss: %s\", str(loss))\n            self.predict_model.eval()\n            total_logits = torch.empty((0, data.n_known_cls)).to(self.device)\n            total_labels = torch.empty(0,dtype=torch.long).to(self.device)\n            for batch in tqdm(self.dtc_eval_dataloader, desc=\"Extracting representation\"):\n                batch = tuple(t.to(self.device) for t in batch)\n                input_ids, input_mask, segment_ids, label_ids = batch\n                with torch.no_grad():\n                    logits, _ = self.predict_model(input_ids, segment_ids, input_mask)\n                    total_logits = torch.cat((total_logits, logits))\n                    total_labels = torch.cat((total_labels, label_ids))\n                    \n            probs, preds = F.softmax(total_logits, dim = 1).max(dim = 1)\n            y_pred = preds.cpu().numpy()\n            y_true = total_labels.cpu().numpy()\n            acc = clustering_accuracy_score(y_true, y_pred)\n\n            self.logger.info(\"eval_results: %s\", str(acc))\n            if acc > acc_best:\n                model_best = copy.deepcopy(self.predict_model)\n                wait = 0\n                acc_best = acc\n            else:\n                wait += 1\n                if wait >= patient:\n                    self.predict_model = model_best\n                    break  \n\n        max_cand_k = self.num_labels\n\n        self.predict_model.eval()\n        u_labels = torch.empty(0, dtype=torch.long).to(self.device)\n        u_features = torch.empty((0, args.feat_dim)).to(self.device)\n        with torch.set_grad_enabled(False):\n            for batch in tqdm(self.dtc_train_unlabeled_dataloader, desc=\"Extracting Features\"):\n                batch = tuple(t.to(self.device) for t in batch)\n                input_ids, input_mask, segment_ids, label_ids = batch\n                features = self.predict_model(input_ids, segment_ids, input_mask, feature_ext = True)\n                u_features = torch.cat((u_features, features))\n                u_labels = torch.cat((u_labels, label_ids))\n\n        u_feats = u_features.cpu().numpy()\n        u_labels = u_labels.cpu().numpy()\n\n        self.predict_model.eval()\n        l_labels = torch.empty(0, dtype=torch.long).to(self.device)\n        l_features = torch.empty((0, args.feat_dim)).to(self.device)\n        with torch.set_grad_enabled(False):\n            for batch in tqdm(self.dtc_val_labeled_dataloader, desc=\"Extracting Features\"):\n                batch = tuple(t.to(self.device) for t in batch)\n                input_ids, input_mask, segment_ids, label_ids = batch\n                features = self.predict_model(input_ids, segment_ids, input_mask, feature_ext = True)\n                l_features = torch.cat((l_features, features))\n                l_labels = torch.cat((l_labels, label_ids))\n\n        l_feats = l_features.cpu().numpy()\n        l_targets = l_labels.cpu().numpy()\n\n        l_classes = set(l_targets) \n        split_ratio = 0.75\n        num_lt_cls = int(round(len(l_classes) * split_ratio))\n\n        lt_classes = set(random.sample(l_classes, num_lt_cls)) \n        lv_classes = l_classes - lt_classes\n\n        lt_feats = np.empty((0, l_feats.shape[1]))\n        lt_targets = np.empty(0)\n        for c in lt_classes:\n            lt_feats = np.vstack((lt_feats, l_feats[l_targets==c]))\n            lt_targets = np.append(lt_targets, l_targets[l_targets==c])\n\n        lv_feats = np.empty((0, l_feats.shape[1]))\n        lv_targets = np.empty(0)\n        for c in lv_classes:\n            lv_feats = np.vstack((lv_feats, l_feats[l_targets==c]))\n            lv_targets = np.append(lv_targets, l_targets[l_targets==c])\n\n        cand_k = np.arange(max_cand_k)\n        cvi_list = np.zeros(len(cand_k))\n        acc_list = np.zeros(len(cand_k))\n        u_num = len(u_labels)\n        l_num = len(l_targets)\n        cat_pred_list = np.zeros([len(cand_k),u_num+l_num])\n\n        self.logger.info(\"estimating K ...\")\n        from sklearn.metrics import silhouette_score\n\n        num_k = 10\n        cnt = 0\n        last_k = -1\n        num_val_cls = data.dataloader.num_val_cls\n        for i in range(len(cand_k)):\n            cvi_list[i],  cat_pred_i = self.labeled_val_fun(np.concatenate((lv_feats, u_feats)), lt_feats, lt_targets, cand_k[i]+num_val_cls)\n            cat_pred_list[i, :] = cat_pred_i\n            print(cat_pred_i[len(lt_targets): len(lt_targets)+len(lv_targets)])\n            lv_targets = np.array([int(num) for num in lv_targets])\n            print(lv_targets)\n            acc_list[i] = clustering_accuracy_score(lv_targets, cat_pred_i[len(lt_targets): len(lt_targets)+len(lv_targets)])\n            best_k = self.get_best_k(cvi_list[:i+1], acc_list[:i+1], cat_pred_list[:i+1], l_num) + data.n_known_cls\n            if best_k == last_k:\n                cnt += 1\n                if cnt >= num_k:\n                    break\n            else: \n                last_k = best_k\n                cnt=0\n                \n            self.logger.info(\"current best K: %s\", str(best_k))\n\n        self.logger.info(\"best K: %s\", str(best_k))\n\n        return best_k\n\n    def get_best_k(self, cvi_list, acc_list, cat_pred_list, l_num):\n        min_max_ratio = 0.1\n        idx_cvi = np.max(np.argwhere(cvi_list==np.max(cvi_list)))\n        idx_acc = np.max(np.argwhere(acc_list==np.max(acc_list)))\n        idx_best = int(math.ceil((idx_cvi+idx_acc)*1.0/2))\n        cat_pred = cat_pred_list[idx_best, :]\n        cnt_cat = Counter(cat_pred.tolist())\n        cnt_l = Counter(cat_pred[:l_num].tolist())\n        cnt_ul = Counter(cat_pred[l_num:].tolist())\n        bin_cat = [x[1] for x in sorted(cnt_cat.items())]\n        bin_l = [x[1] for x in sorted(cnt_l.items())]\n        bin_ul = [x[1] for x in sorted(cnt_ul.items())]\n        best_k = np.sum(np.array(bin_ul)/np.max(bin_ul).astype(float)>min_max_ratio)\n        \n        return best_k\n\n    def labeled_val_fun(self, u_feats, l_feats, l_targets, k):\n        if self.device=='cuda':\n            torch.cuda.empty_cache()\n        l_num=len(l_targets)\n        kmeans = K_Means(k, pairwise_batch_size=256)\n        kmeans.fit_mix(torch.from_numpy(u_feats).to(self.device), torch.from_numpy(l_feats).to(self.device), torch.from_numpy(l_targets).to(self.device))\n        cat_pred = kmeans.labels_.cpu().numpy() \n        u_pred = cat_pred[l_num:]\n        \n        silh_score = silhouette_score(u_feats, u_pred)\n        return silh_score, cat_pred \n\n    def train(self, args, data):    \n\n        wait = 0\n        best_model = None\n        best_eval_score = 0\n\n        for epoch in trange(int(args.num_pretrain_epochs), desc=\"Epoch\"):\n\n            self.model.train()\n            tr_loss = 0\n            nb_tr_examples, nb_tr_steps = 0, 0\n            \n            for step, batch in enumerate(tqdm(self.train_dataloader, desc=\"Iteration (labeled)\")):\n                batch = tuple(t.to(self.device) for t in batch)\n                input_ids, input_mask, segment_ids, label_ids = batch\n                with torch.set_grad_enabled(True):\n                    \n                    loss = self.model(input_ids, segment_ids, input_mask, label_ids, loss_fct = self.loss_fct, mode = \"train\")\n                    \n                    loss.backward()\n                    tr_loss += loss.item()\n                    nb_tr_examples += input_ids.size(0)\n                    nb_tr_steps += 1\n\n                    self.optimizer.step()\n                    self.scheduler.step()\n                    \n                    self.optimizer.zero_grad()\n    \n                    \n            loss = tr_loss / nb_tr_steps\n\n            eval_true, eval_pred = self.get_outputs(args, mode = 'eval')\n            eval_score = accuracy_score(eval_true, eval_pred)\n\n            eval_results = {\n                'train_loss': loss,\n                'eval_score': eval_score,\n                'best_score':best_eval_score,\n            }\n            self.logger.info(\"***** Epoch: %s: Eval results *****\", str(epoch + 1))\n            for key in sorted(eval_results.keys()):\n                self.logger.info(\"  %s = %s\", key, str(eval_results[key]))\n            \n            if eval_score > best_eval_score:\n                best_model = copy.deepcopy(self.model)\n                wait = 0\n                best_eval_score = eval_score\n\n            elif eval_score > 0:\n                wait += 1\n                if wait >= args.wait_patient:\n                    break \n\n        self.model = best_model\n\n        if args.save_model:\n            pretrained_model_dir = os.path.join(args.method_output_dir, 'pretrain')\n            if not os.path.exists(pretrained_model_dir):\n                os.makedirs(pretrained_model_dir)\n            save_model(self.model, pretrained_model_dir)\n\n    def get_outputs(self, args, mode = 'eval', get_feats = False):\n        \n        if mode == 'eval':\n            dataloader = self.eval_dataloader\n\n        self.model.eval()\n\n        total_labels = torch.empty(0,dtype=torch.long).to(self.device)\n        total_preds = torch.empty(0,dtype=torch.long).to(self.device)\n        \n        total_logits = torch.empty((0,args.num_labels)).to(self.device)\n        total_features = torch.empty((0,args.num_labels)).to(self.device)\n\n        for batch in tqdm(dataloader, desc=\"Iteration\"):\n\n            batch = tuple(t.to(self.device) for t in batch)\n            input_ids, input_mask, segment_ids, label_ids = batch\n            with torch.set_grad_enabled(False):\n                logits, probs = self.model(input_ids, segment_ids, input_mask)\n                \n                total_labels = torch.cat((total_labels,label_ids))\n                total_logits = torch.cat((total_logits, logits))\n                total_features = torch.cat((total_features, logits))\n\n        if get_feats:  \n            feats = total_features.cpu().numpy()\n            return feats \n\n        else:\n            total_probs = F.softmax(total_logits.detach(), dim=1)\n            total_maxprobs, total_preds = total_probs.max(dim = 1)\n\n            y_pred = total_preds.cpu().numpy()\n            y_true = total_labels.cpu().numpy()\n\n            return y_true, y_pred"
  },
  {
    "path": "open_intent_discovery/methods/semi_supervised/DeepAligned/manager.py",
    "content": "import torch\nimport torch.nn.functional as F\nimport numpy as np\nimport copy\nimport logging\nimport os\n\nfrom sklearn.cluster import KMeans\nfrom sklearn.metrics import silhouette_score, confusion_matrix\nfrom tqdm import trange, tqdm\nfrom scipy.optimize import linear_sum_assignment\nfrom losses import loss_map\nfrom utils.functions import save_model, restore_model, set_seed\nfrom torch.utils.data import (DataLoader, SequentialSampler, TensorDataset)\n\nfrom utils.metrics import clustering_score\nfrom .pretrain import PretrainDeepAlignedManager\n\nclass DeepAlignedManager:\n    \n    def __init__(self, args, data, model, logger_name = 'Discovery'):\n\n        pretrain_manager = PretrainDeepAlignedManager(args, data, model)  \n        \n        set_seed(args.seed)\n        self.logger = logging.getLogger(logger_name)\n        \n        loader = data.dataloader\n        self.train_dataloader, self.eval_dataloader, self.test_dataloader = \\\n            loader.train_outputs['loader'], loader.eval_outputs['loader'], loader.test_outputs['loader']\n        self.train_input_ids, self.train_input_mask, self.train_segment_ids = \\\n            loader.train_outputs['input_ids'], loader.train_outputs['input_mask'], loader.train_outputs['segment_ids']\n\n        self.loss_fct = loss_map[args.loss_fct]\n        self.centroids = None\n        \n        if args.pretrain:\n            self.pretrained_model = pretrain_manager.model\n            \n            self.set_model_optimizer(args, data, model, pretrain_manager)\n            self.load_pretrained_model(self.pretrained_model)\n            \n        else:\n            self.pretrained_model = restore_model(pretrain_manager.model, os.path.join(args.method_output_dir, 'pretrain'))   \n            self.set_model_optimizer(args, data, model, pretrain_manager)\n            \n            if args.train:\n                self.load_pretrained_model(self.pretrained_model)\n            else:\n                self.model = restore_model(self.model, args.model_output_dir)   \n                \n    def set_model_optimizer(self, args, data, model, pretrain_manager):\n        \n        if args.cluster_num_factor > 1:\n            args.num_labels = self.num_labels = pretrain_manager.num_labels\n        else:\n            args.num_labels = self.num_labels = data.num_labels\n            \n        self.model = model.set_model(args, data, 'bert')   \n        self.optimizer , self.scheduler = model.set_optimizer(self.model, data.dataloader.num_train_examples, args.train_batch_size, \\\n            args.num_train_epochs, args.lr, args.warmup_proportion)\n        self.device = model.device\n        \n    def train(self, args, data): \n\n        best_model = None\n        wait = 0\n        best_eval_score = 0 \n\n        for epoch in trange(int(args.num_train_epochs), desc=\"Epoch\"):  \n\n            feats, _ = self.get_outputs(args, mode = 'train', model = self.model, get_feats = True)\n            km = KMeans(n_clusters = self.num_labels, random_state=args.seed).fit(feats)\n            eval_score = silhouette_score(feats, km.labels_)\n\n            if epoch > 0:\n                \n                eval_results = {\n                    'train_loss': tr_loss,\n                    'cluster_silhouette_score': eval_score,\n                    'best_cluster_silhouette_score': best_eval_score,   \n                }\n\n                self.logger.info(\"***** Epoch: %s: Eval results *****\", str(epoch))\n                for key in sorted(eval_results.keys()):\n                    self.logger.info(\"  %s = %s\", key, str(round(eval_results[key], 4)))\n\n            if eval_score > best_eval_score:\n                best_model = copy.deepcopy(self.model)\n                wait = 0\n                best_eval_score = eval_score\n            elif eval_score > 0:\n                wait += 1\n                if wait >= args.wait_patient:\n                    break \n            \n            pseudo_labels = self.alignment(km, args)\n            pseudo_train_dataloader = self.update_pseudo_labels(pseudo_labels, args)\n            \n            tr_loss = 0\n            nb_tr_examples, nb_tr_steps = 0, 0\n            self.model.train()\n\n            for batch in tqdm(pseudo_train_dataloader, desc=\"Training(All)\"):\n\n                batch = tuple(t.to(self.device) for t in batch)\n                input_ids, input_mask, segment_ids, label_ids = batch\n\n                loss = self.model(input_ids, segment_ids, input_mask, label_ids, loss_fct = self.loss_fct, mode = \"train\")\n                \n                self.optimizer.zero_grad()\n                loss.backward()\n\n                tr_loss += loss.item()\n                nb_tr_examples += input_ids.size(0)\n                nb_tr_steps += 1\n\n                self.optimizer.step()\n                self.scheduler.step()\n                \n            tr_loss = tr_loss / nb_tr_steps\n        \n        self.model = best_model\n\n        if args.save_model:\n            save_model(self.model, args.model_output_dir)\n\n    def test(self, args, data):\n        \n        feats, y_true = self.get_outputs(args, mode = 'test', model = self.model, get_feats = True)\n        km = KMeans(n_clusters = self.num_labels, random_state=args.seed).fit(feats)\n        y_pred = km.labels_\n        \n        test_results = clustering_score(y_true, y_pred)\n        cm = confusion_matrix(y_true, y_pred)\n        \n        self.logger.info\n        self.logger.info(\"***** Test: Confusion Matrix *****\")\n        self.logger.info(\"%s\", str(cm))\n        self.logger.info(\"***** Test results *****\")\n        \n        for key in sorted(test_results.keys()):\n            self.logger.info(\"  %s = %s\", key, str(test_results[key]))\n\n        test_results['y_true'] = y_true\n        test_results['y_pred'] = y_pred\n        \n        if args.cluster_num_factor > 1:\n            test_results['estimate_k'] = args.num_labels\n\n        return test_results\n        \n    def get_outputs(self, args, mode, model, get_feats = False):\n        \n        if mode == 'eval':\n            dataloader = self.eval_dataloader\n        elif mode == 'test':\n            dataloader = self.test_dataloader\n        elif mode == 'train':\n            dataloader = self.train_dataloader\n\n        model.eval()\n\n        total_labels = torch.empty(0,dtype=torch.long).to(self.device)\n        total_preds = torch.empty(0,dtype=torch.long).to(self.device)\n        \n        total_features = torch.empty((0,args.feat_dim)).to(self.device)\n        total_logits = torch.empty((0, self.num_labels)).to(self.device)\n        \n        for batch in tqdm(dataloader, desc=\"Iteration\"):\n\n            batch = tuple(t.to(self.device) for t in batch)\n            input_ids, input_mask, segment_ids, label_ids = batch\n            with torch.set_grad_enabled(False):\n                pooled_output, logits = model(input_ids, segment_ids, input_mask)\n                \n                total_labels = torch.cat((total_labels,label_ids))\n                total_features = torch.cat((total_features, pooled_output))\n                if  not get_feats:\n                    total_logits = torch.cat((total_logits, logits))\n\n        if get_feats:  \n            feats = total_features.cpu().numpy()\n            y_true = total_labels.cpu().numpy()\n            return feats, y_true\n\n        else:\n            total_probs = F.softmax(total_logits.detach(), dim=1)\n            total_maxprobs, total_preds = total_probs.max(dim = 1)\n            \n            y_pred = total_preds.cpu().numpy()\n            y_true = total_labels.cpu().numpy()\n\n            return y_true, y_pred\n\n    def load_pretrained_model(self, pretrained_model):\n\n        pretrained_dict = pretrained_model.state_dict()\n        classifier_params = ['classifier.weight','classifier.bias']\n        pretrained_dict =  {k: v for k, v in pretrained_dict.items() if k not in classifier_params}\n        self.model.load_state_dict(pretrained_dict, strict=False)\n\n    def alignment(self, km, args):\n\n        if self.centroids is not None:\n\n            old_centroids = self.centroids.cpu().numpy()\n            new_centroids = km.cluster_centers_\n            \n            DistanceMatrix = np.linalg.norm(old_centroids[:,np.newaxis,:]-new_centroids[np.newaxis,:,:],axis=2) \n            row_ind, col_ind = linear_sum_assignment(DistanceMatrix)\n            \n            new_centroids = torch.tensor(new_centroids).to(self.device)\n            self.centroids = torch.empty(self.num_labels ,args.feat_dim).to(self.device)\n            \n            alignment_labels = list(col_ind)\n            for i in range(self.num_labels):\n                label = alignment_labels[i]\n                self.centroids[i] = new_centroids[label]\n                \n            pseudo2label = {label:i for i,label in enumerate(alignment_labels)}\n            pseudo_labels = np.array([pseudo2label[label] for label in km.labels_])\n\n        else:\n            self.centroids = torch.tensor(km.cluster_centers_).to(self.device)        \n            pseudo_labels = km.labels_ \n\n        pseudo_labels = torch.tensor(pseudo_labels, dtype=torch.long).to(self.device)\n        \n        return pseudo_labels\n\n    def update_pseudo_labels(self, pseudo_labels, args):\n        train_data = TensorDataset(self.train_input_ids, self.train_input_mask, self.train_segment_ids, pseudo_labels)\n        train_sampler = SequentialSampler(train_data)\n        train_dataloader = DataLoader(train_data, sampler = train_sampler, batch_size = args.train_batch_size)\n        return train_dataloader\n\n\n            \n\n\n    \n"
  },
  {
    "path": "open_intent_discovery/methods/semi_supervised/DeepAligned/pretrain.py",
    "content": "import torch\nimport torch.nn.functional as F\nimport numpy as np\nimport os\nimport copy\nimport logging\n\nfrom sklearn.metrics import accuracy_score\nfrom tqdm import trange, tqdm\n\nfrom losses import loss_map\nfrom utils.functions import save_model, restore_model\nfrom sklearn.cluster import KMeans\n\nclass PretrainDeepAlignedManager:\n    \n    def __init__(self, args, data, model, logger_name = 'Discovery'):\n\n        self.logger = logging.getLogger(logger_name)\n\n        args.num_labels = data.n_known_cls\n\n        self.set_model_optimizer(args, data, model)\n        \n        loader = data.dataloader\n        self.train_labeled_dataloader = loader.train_labeled_outputs['loader']\n        self.train_dataloader = loader.train_outputs['loader']\n        self.eval_dataloader = loader.eval_outputs['loader']\n        self.test_dataloader = loader.test_outputs['loader']\n\n        self.loss_fct = loss_map[args.loss_fct]\n\n        if args.pretrain:\n            \n            self.logger.info('Pre-raining start...')\n            self.train(args, data)\n            self.logger.info('Pre-training finished...')\n            \n        else:\n            self.model = restore_model(self.model, os.path.join(args.method_output_dir, 'pretrain'))\n            \n        if args.cluster_num_factor > 1:\n            self.num_labels = data.num_labels\n            self.num_labels = self.predict_k(args, data) \n\n        self.model.to(torch.device('cpu'))\n        torch.cuda.empty_cache()\n            \n    def set_model_optimizer(self, args, data, model):\n        \n        self.model = model.set_model(args, data, 'bert')  \n        self.optimizer , self.scheduler = model.set_optimizer(self.model, len(data.dataloader.train_labeled_examples), args.train_batch_size, \\\n            args.num_pretrain_epochs, args.lr_pre, args.warmup_proportion)\n        \n        self.device = model.device\n        \n    def train(self, args, data):\n\n        wait = 0\n        best_model = None\n        best_eval_score = 0\n\n        for epoch in trange(int(args.num_pretrain_epochs), desc=\"Epoch\"):\n            \n            self.model.train()\n            tr_loss = 0\n            nb_tr_examples, nb_tr_steps = 0, 0\n            \n            for step, batch in enumerate(tqdm(self.train_labeled_dataloader, desc=\"Iteration\")):\n                batch = tuple(t.to(self.device) for t in batch)\n                input_ids, input_mask, segment_ids, label_ids = batch\n                with torch.set_grad_enabled(True):\n\n                    loss = self.model(input_ids, segment_ids, input_mask, label_ids, mode = \"train\", loss_fct = self.loss_fct)\n                    \n                    self.optimizer.zero_grad()\n                    loss.backward()\n                    tr_loss += loss.item()\n                    nb_tr_examples += input_ids.size(0)\n                    nb_tr_steps += 1\n\n                    self.optimizer.step()\n                    self.scheduler.step()\n            \n            loss = tr_loss / nb_tr_steps\n            \n            y_true, y_pred = self.get_outputs(args, mode = 'eval')\n            eval_score = round(accuracy_score(y_true, y_pred) * 100, 2)\n\n            eval_results = {\n                'train_loss': loss,\n                'eval_score': eval_score,\n                'best_score':best_eval_score,\n            }\n            self.logger.info(\"***** Epoch: %s: Eval results *****\", str(epoch + 1))\n            for key in sorted(eval_results.keys()):\n                self.logger.info(\"  %s = %s\", key, str(eval_results[key]))\n            \n            if eval_score > best_eval_score:\n                \n                best_model = copy.deepcopy(self.model)\n                wait = 0\n                best_eval_score = eval_score\n\n            elif eval_score > 0:\n\n                wait += 1\n                if wait >= args.wait_patient:\n                    break\n                \n        self.model = best_model\n\n        if args.save_model:\n            pretrained_model_dir = os.path.join(args.method_output_dir, 'pretrain')\n            if not os.path.exists(pretrained_model_dir):\n                os.makedirs(pretrained_model_dir)\n            save_model(self.model, pretrained_model_dir)\n\n    def get_outputs(self, args, mode = 'eval', get_feats = False):\n        \n        if mode == 'eval':\n            dataloader = self.eval_dataloader\n        elif mode == 'train':\n            dataloader = self.train_dataloader\n\n        self.model.eval()\n\n        total_labels = torch.empty(0,dtype=torch.long).to(self.device)\n        total_preds = torch.empty(0,dtype=torch.long).to(self.device)\n        \n        total_features = torch.empty((0,args.feat_dim)).to(self.device)\n        total_logits = torch.empty((0, args.num_labels)).to(self.device)\n        \n        for batch in tqdm(dataloader, desc=\"Iteration\"):\n\n            batch = tuple(t.to(self.device) for t in batch)\n            input_ids, input_mask, segment_ids, label_ids = batch\n            with torch.set_grad_enabled(False):\n                pooled_output, logits = self.model(input_ids, segment_ids, input_mask)\n                \n                total_labels = torch.cat((total_labels,label_ids))\n                total_features = torch.cat((total_features, pooled_output))\n                total_logits = torch.cat((total_logits, logits))\n\n        if get_feats:  \n            feats = total_features.cpu().numpy()\n            return feats \n\n        else:\n            total_probs = F.softmax(total_logits.detach(), dim=1)\n            total_maxprobs, total_preds = total_probs.max(dim = 1)\n\n            y_pred = total_preds.cpu().numpy()\n            y_true = total_labels.cpu().numpy()\n\n            return y_true, y_pred\n\n    def predict_k(self, args, data):\n\n        self.logger.info('Predict number of clusters start...')\n        self.num_labels = data.num_labels\n        feats = self.get_outputs(args, mode = 'train', get_feats = True)\n\n        km = KMeans(n_clusters = self.num_labels, random_state =args.seed).fit(feats)\n        y_pred = km.labels_\n\n        pred_label_list = np.unique(y_pred)\n        drop_out = len(feats) / data.num_labels\n\n        cnt = 0\n        for label in pred_label_list:\n            num = len(y_pred[y_pred == label]) \n            if num < drop_out:\n                cnt += 1\n\n        K = len(pred_label_list) - cnt\n        \n        self.logger.info('Predict number of clusters finish...')\n        outputs = {'K': K, 'mean_cluster_size': drop_out}\n        for key in outputs.keys():\n            self.logger.info(\"  %s = %s\", key, str(outputs[key]))\n\n        return K"
  },
  {
    "path": "open_intent_discovery/methods/semi_supervised/GCD/manager.py",
    "content": "import torch\nimport torch.nn.functional as F\nimport numpy as np\nimport os\nimport copy\nimport logging\nimport pandas as pd\n\nfrom sklearn.cluster import KMeans\nfrom utils.metrics import clustering_score\nfrom sklearn.metrics import accuracy_score, confusion_matrix\nfrom tqdm import trange, tqdm\nfrom torch.utils.data import (DataLoader, SequentialSampler, RandomSampler, TensorDataset)\nfrom losses import loss_map\nfrom utils.functions import save_model, restore_model, set_seed\nfrom utils.faster_mix_k_means_pytorch import K_Means as SemiSupKMeans\nfrom scipy.optimize import minimize_scalar\nfrom functools import partial\nfrom sklearn.metrics.cluster import normalized_mutual_info_score as nmi_score\nfrom sklearn.metrics import adjusted_rand_score as ari_score\nfrom scipy.optimize import linear_sum_assignment as linear_assignment\n\nclass GCDManager:\n    \n    def __init__(self, args, data, model, logger_name = 'Discovery'):\n        \n        self.logger = logging.getLogger(logger_name)\n        set_seed(args.seed)\n        \n        loader = data.dataloader\n        self.loader = data.dataloader\n        self.train_dataloader, self.eval_dataloader, self.test_dataloader = \\\n            loader.train_outputs['loader'], loader.eval_outputs['loader'], loader.test_outputs['loader']\n        self.train_input_ids, self.train_input_mask, self.train_segment_ids, self.train_label_ids= \\\n            loader.train_outputs['input_ids'], loader.train_outputs['input_mask'], loader.train_outputs['segment_ids'], loader.train_outputs['label_ids']\n        self.aug_train_dataloader = self.get_augment_dataloader(args, self.train_label_ids, data_aug = True)\n        \n        self.set_model_optimizer(args, data, model)\n        self.num_labels = data.num_labels\n        self.temperature=0.07\n        self.sup_con_weight = 0.5\n        self.loss_fct = loss_map[args.loss_fct]\n\n        if not args.train:\n            self.model = restore_model(self.model, args.model_output_dir)\n\n    def set_model_optimizer(self, args, data, model):\n        \n        self.model = model.set_model(args, data, 'bert', args.freeze_train_bert_parameters)\n        self.optimizer , self.scheduler = model.set_optimizer(self.model, len(data.dataloader.train_examples), args.train_batch_size, \\\n            args.num_train_epochs, args.lr, args.warmup_proportion)\n        \n        self.device = model.device\n\n    def batch_chunk(self, x):\n        x1, x2 = torch.chunk(input=x, chunks=2, dim=1)\n        x1, x2 = x1.squeeze(1), x2.squeeze(1)\n        return x1, x2\n\n    def semisupvised_kmeans(self, args):\n        # Semi-Kmeans\n        feats, all_labels = self.get_outputs(args, mode = 'train')\n        l_index = [k for k,i in enumerate(all_labels) if i !=-1]\n        u_index = [k for k,i in enumerate(all_labels) if i ==-1]\n        print('Fitting Semi-Supervised K-Means...')\n        kmeans = SemiSupKMeans(k=self.num_labels, tolerance=1e-4, max_iterations=200, init='k-means++',\n                        n_init=100, random_state=args.seed, n_jobs=None, pairwise_batch_size=1024, mode=None)\n        u_feats = feats[u_index]\n        l_feats = feats[l_index]\n        l_targets = all_labels[l_index]\n        u_targets = all_labels[u_index]\n        l_feats, u_feats, l_targets, u_targets = (torch.from_numpy(x).to(self.device) for\n                                            x in (l_feats, u_feats, l_targets, u_targets))\n\n        kmeans.fit_mix(u_feats, l_feats, l_targets)\n        self.semisupvised_kmeans_cluster = kmeans.cluster_centers_\n         \n    def train(self, args, data):\n\n        wait = 0\n        best_model = None\n        best_eval_score = 0\n        criterion = loss_map['SupConLoss']\n        for epoch in trange(int(args.num_train_epochs), desc=\"Epoch\"):\n            \n            self.model.train()\n            tr_loss = 0\n            nb_tr_examples, nb_tr_steps = 0, 0\n            train_acc = 0\n            \n            for step, batch in enumerate(tqdm(self.aug_train_dataloader, desc=\"Iteration\")):\n                batch = tuple(t.to(self.device) for t in batch)\n                input_ids, input_mask, segment_ids, label_ids = batch\n                with torch.set_grad_enabled(True):\n                    \n                    input_ids_a,  input_ids_b = self.batch_chunk(input_ids)\n                    input_mask_a,  input_mask_b = self.batch_chunk(input_mask)\n                    segment_ids_a,  segment_ids_b = self.batch_chunk(segment_ids)\n                    label_ids = torch.chunk(input=label_ids, chunks=2, dim=1)[0][:, 0]\n\n                    x_a = self.model(input_ids_a, segment_ids_a, input_mask_a, mode = 'train')               \n                    x_b = self.model(input_ids_b, segment_ids_b, input_mask_b, mode = 'train')\n                    \n                    aug_mlp_outputs_a  = self.model.mlp_head(x_a)\n                    aug_mlp_outputs_b  = self.model.mlp_head(x_b)\n\n                    norm_logits = F.normalize(aug_mlp_outputs_a)\n                    norm_aug_logits = F.normalize(aug_mlp_outputs_b)\n                   \n                    contrastive_feats = torch.cat((norm_logits, norm_aug_logits))\n                    contrastive_logits, contrastive_labels = self.info_nce_logits(features=contrastive_feats)   \n                    contrastive_loss = self.loss_fct(contrastive_logits, contrastive_labels)\n\n                    mask_lab = torch.from_numpy(np.array([0 if i ==-1 else 1 for i in label_ids])).bool()\n                    f1, f2 = [f[mask_lab] for f in contrastive_feats.chunk(2)]\n                    sup_con_feats = torch.cat([f1.unsqueeze(1), f2.unsqueeze(1)], dim=1)\n                    sup_con_labels = label_ids[mask_lab]\n                    sup_loss = criterion(features = sup_con_feats, labels = sup_con_labels, device = self.device)  \n                    \n                    loss =  self.sup_con_weight * sup_loss  + (1 - self.sup_con_weight) * contrastive_loss \n                    \n                    self.optimizer.zero_grad()\n                    loss.backward()\n                    tr_loss += loss.item()\n                    nb_tr_examples += input_ids.size(0)\n                    nb_tr_steps += 1\n\n                    self.optimizer.step()\n                    self.scheduler.step()\n                   \n\n            train_loss = tr_loss / nb_tr_steps\n            features, y_true  = self.get_outputs(args, mode = 'eval')\n            km = KMeans(n_clusters = int(data.n_known_cls), random_state=args.seed).fit(features)\n            y_pred = km.labels_\n            eval_score = clustering_score(y_true, y_pred)\n        \n            eval_results = {\n                'train_loss': train_loss,\n                'eval_score': eval_score,\n                'best_score':best_eval_score,\n            }\n            \n            self.logger.info(\"***** Epoch: %s: Eval results *****\", str(epoch + 1))\n            for key in sorted(eval_results.keys()):\n                self.logger.info(\"  %s = %s\", key, str(eval_results[key]))\n            \n            if eval_score['ACC'] > best_eval_score:\n                \n                best_model = copy.deepcopy(self.model)\n                wait = 0\n                best_eval_score = eval_score['ACC']\n            else:\n                wait += 1\n                if wait >= args.wait_patient:\n                    break\n\n        self.logger.info('GCD training finished...')\n        self.model = best_model\n\n        if args.save_model:\n            save_model(self.model, args.model_output_dir)\n    \n        self.semisupvised_kmeans(args)\n\n    def get_outputs(self, args, mode):\n        if mode == 'train':\n            dataloader = self.train_dataloader\n        elif mode == 'eval':\n            dataloader = self.eval_dataloader\n        elif mode == 'test':\n            dataloader = self.test_dataloader\n\n        self.model.eval()\n\n        total_labels = torch.empty(0,dtype=torch.long).to(self.device)\n        total_features = torch.empty((0,args.feat_dim)).to(self.device)\n \n        for batch in tqdm(dataloader, desc=\"Iteration\"):\n\n            batch = tuple(t.to(self.device) for t in batch)\n            input_ids, input_mask, segment_ids, label_ids = batch\n            with torch.set_grad_enabled(False):\n                pooled_output = self.model(input_ids, segment_ids, input_mask)\n                total_labels = torch.cat((total_labels,label_ids))\n                total_features = torch.cat((total_features, pooled_output))\n            \n        feats = total_features.cpu().numpy()\n        y_true = total_labels.cpu().numpy()\n        \n        return  feats, y_true\n\n    def info_nce_logits(self, features):\n\n        b_ = 0.5 * int(features.size(0))\n\n        labels = torch.cat([torch.arange(b_) for i in range(2)], dim=0)\n        labels = (labels.unsqueeze(0) == labels.unsqueeze(1)).float()\n        labels = labels.to(self.device)\n\n        features = F.normalize(features, dim=1)\n\n        similarity_matrix = torch.matmul(features, features.T)\n       \n        mask = torch.eye(labels.shape[0], dtype=torch.bool).to(self.device)\n        labels = labels[~mask].view(labels.shape[0], -1)\n        similarity_matrix = similarity_matrix[~mask].view(similarity_matrix.shape[0], -1)\n      \n        positives = similarity_matrix[labels.bool()].view(labels.shape[0], -1)\n\n        negatives = similarity_matrix[~labels.bool()].view(similarity_matrix.shape[0], -1)\n\n        logits = torch.cat([positives, negatives], dim=1)\n        labels = torch.zeros(logits.shape[0], dtype=torch.long).to(self.device)\n\n        logits = logits / self.temperature\n        return logits, labels\n    \n    def get_augment_dataloader(self, args, pseudo_labels, data_aug = False):\n\n        train_input_ids = self.train_input_ids.unsqueeze(1)\n        train_input_mask = self.train_input_mask.unsqueeze(1)\n        train_segment_ids = self.train_segment_ids.unsqueeze(1)\n        train_label_ids = torch.tensor(pseudo_labels).unsqueeze(1)\n\n        train_input_ids = torch.cat(([train_input_ids, train_input_ids]), dim = 1)\n        train_input_mask = torch.cat(([train_input_mask, train_input_mask]), dim = 1)\n        train_segment_ids = torch.cat(([train_segment_ids, train_segment_ids]), dim = 1)\n        train_label_ids = torch.cat(([train_label_ids, train_label_ids]), dim = 1)\n\n        train_data = TensorDataset(train_input_ids, train_input_mask, train_segment_ids, train_label_ids)\n        \n        label_len = len(self.loader.train_labeled_examples)\n        unlabelled_len = len(self.loader.train_unlabeled_examples)\n        sample_weights = [1 if i < label_len else label_len / unlabelled_len for i in range(len(self.loader.train_examples))]\n        sample_weights = torch.DoubleTensor(sample_weights)\n        sampler = torch.utils.data.WeightedRandomSampler(sample_weights, num_samples=len(self.loader.train_examples))\n\n        \n        train_dataloader = DataLoader(train_data, sampler = sampler, batch_size = args.train_batch_size)\n\n        return train_dataloader\n\n    def test(self, args, data):\n        \n        feats, y_true = self.get_outputs(args, mode = 'test')\n\n        centers = self.semisupvised_kmeans_cluster \n        print(\"self.semisupvised_kmeans_cluster\", self.semisupvised_kmeans_cluster)\n        dis = (torch.from_numpy(feats).to(self.device).unsqueeze(dim=1)-centers.unsqueeze(dim=0))**2\n        dis = dis.sum(dim = -1)\n        u_mindist, y_pred = torch.min(dis, dim=1)\n        y_pred = y_pred.cpu().numpy()\n\n        test_results = clustering_score(y_true, y_pred)\n        cm = confusion_matrix(y_true, y_pred)\n        \n        self.logger.info\n        self.logger.info(\"***** Test: Confusion Matrix *****\")\n        self.logger.info(\"%s\", str(cm))\n        self.logger.info(\"***** Test results *****\")\n        \n        for key in sorted(test_results.keys()):\n            self.logger.info(\"  %s = %s\", key, str(test_results[key]))\n\n        test_results['y_true'] = y_true\n        test_results['y_pred'] = y_pred\n\n        return test_results\n"
  },
  {
    "path": "open_intent_discovery/methods/semi_supervised/KCL_BERT/manager.py",
    "content": "import logging\nimport torch\nimport os\nimport copy\nimport torch.nn.functional as F\n\nfrom tqdm import trange, tqdm\nfrom sklearn.metrics import confusion_matrix\nfrom losses import loss_map\nfrom .pretrain import PretrainKCLManager\nfrom utils.functions import restore_model, save_model, set_seed\nfrom utils.metrics import clustering_score\n\nclass KCLManager:\n    \n    def __init__(self, args, data, model, logger_name = 'Discovery'):\n\n        self.logger = logging.getLogger(logger_name)\n        pretrain_manager = PretrainKCLManager(args, data, model)  \n        set_seed(args.seed)\n        \n        loader = data.dataloader\n        self.train_dataloader, self.eval_dataloader, self.test_dataloader = \\\n            loader.train_outputs['loader'], loader.eval_outputs['loader'], loader.test_outputs['loader']\n        self.loss_fct = loss_map[args.loss_fct]\n\n        if args.pretrain:\n            self.pretrained_model = pretrain_manager.model\n            self.set_model_optimizer(args, data, model, pretrain_manager)\n\n        else:\n            self.pretrained_model = restore_model(pretrain_manager.model, os.path.join(args.method_output_dir, 'pretrain'))\n            self.set_model_optimizer(args, data, model, pretrain_manager)\n\n            if not args.train:\n                self.model = restore_model(self.model, args.model_output_dir)\n        \n    def set_model_optimizer(self, args, data, model, pretrain_manager):\n\n        args.backbone = 'bert_KCL'\n        args.num_labels = data.num_labels\n        self.model = model.set_model(args, data, 'bert', args.freeze_bert_parameters)\n        \n        self.optimizer, self.scheduler = model.set_optimizer(self.model, data.dataloader.num_train_examples, args.train_batch_size, \\\n                args.num_train_epochs, args.lr, args.warmup_proportion)\n        \n        self.device = model.device\n\n    def train(self, args, data): \n\n        best_model = None\n        wait = 0\n        best_eval_score = 0\n\n        for epoch in trange(int(args.num_train_epochs), desc=\"Epoch\"):  \n            \n            tr_loss = 0\n            nb_tr_examples, nb_tr_steps = 0, 0\n            self.model.train()\n\n            for batch in tqdm(self.train_dataloader, desc=\"Iteration\"):\n\n                batch = tuple(t.to(self.device) for t in batch)\n                input_ids, input_mask, segment_ids, label_ids = batch\n                \n                simi = self.prepare_task_target(batch, self.pretrained_model)\n                loss = self.model(input_ids, segment_ids, input_mask, label_ids, mode = 'train', simi = simi, loss_fct = self.loss_fct)\n                \n                loss.backward()\n\n                tr_loss += loss.item()\n                nb_tr_examples += input_ids.size(0)\n                nb_tr_steps += 1\n\n                self.optimizer.step()\n                self.scheduler.step()\n                self.optimizer.zero_grad()\n            \n            tr_loss = tr_loss / nb_tr_steps\n\n            y_true, y_pred = self.get_outputs(args, mode = 'eval')\n            \n            eval_score = clustering_score(y_true, y_pred)['NMI']\n            eval_results = {\n                'train_loss': tr_loss,\n                'eval_score': eval_score,\n                'best_score': best_eval_score,\n            }\n\n            self.logger.info(\"***** Epoch: %s: Eval results *****\", str(epoch + 1))\n            for key in sorted(eval_results.keys()):\n                self.logger.info(\"  %s = %s\", key, str(eval_results[key]))\n\n            if eval_score > best_eval_score:\n\n                best_model = copy.deepcopy(self.model)\n                wait = 0\n                best_eval_score = eval_score\n\n            elif eval_score > 0:\n                \n                wait += 1\n                if wait >= args.wait_patient:\n                    break\n\n        self.model = best_model\n\n        if args.save_model:\n            save_model(self.model, args.model_output_dir)\n\n    def get_outputs(self, args, mode = 'eval', get_feats = False):\n        \n        if mode == 'eval':\n            dataloader = self.eval_dataloader\n        elif mode == 'test':\n            dataloader = self.test_dataloader\n\n        self.model.eval()\n        total_labels = torch.empty(0, dtype=torch.long).to(self.device)\n        total_logits = torch.empty((0, args.num_labels)).to(self.device)\n        total_features = torch.empty((0, args.feat_dim)).to(self.device)\n        total_preds = torch.empty(0, dtype=torch.long).to(self.device)\n\n        for batch in tqdm(dataloader, desc=\"Iteration\"):\n\n            batch = tuple(t.to(self.device) for t in batch)\n            input_ids, input_mask, segment_ids, label_ids = batch\n\n            with torch.set_grad_enabled(False):\n\n                features, logits = self.model(input_ids, segment_ids, input_mask)\n                total_labels = torch.cat((total_labels, label_ids))\n                total_logits = torch.cat((total_logits, logits))\n                total_features = torch.cat((total_features, features))\n\n        if get_feats:\n\n            feats = total_features.cpu().numpy()\n            return feats\n\n        else:\n\n            total_probs = F.softmax(total_logits.detach(), dim=1)\n            total_maxprobs, total_preds = total_probs.max(dim = 1)\n\n            y_true = total_labels.cpu().numpy()\n            y_pred = total_preds.cpu().numpy()\n\n            return y_true, y_pred\n    \n    def prepare_task_target(self, batch, model):\n\n        model.eval()\n        input_ids, input_mask, segment_ids, label_ids = batch\n        _, logits = model(input_ids, segment_ids, input_mask)\n        probs = F.softmax(logits,dim=1)\n\n        target = torch.argmax(probs,dim=1)\n        target = target.float()\n        target[target == 0] = -1\n\n        return target.detach()\n\n    def test(self, args, data):\n        \n        y_true, y_pred = self.get_outputs(args, mode = 'test')\n        test_results = clustering_score(y_true, y_pred)\n        cm = confusion_matrix(y_true, y_pred)\n        \n        self.logger.info\n        self.logger.info(\"***** Test: Confusion Matrix *****\")\n        self.logger.info(\"%s\", str(cm))\n        self.logger.info(\"***** Test results *****\")\n        \n        for key in sorted(test_results.keys()):\n            self.logger.info(\"  %s = %s\", key, str(test_results[key]))\n\n        test_results['y_true'] = y_true\n        test_results['y_pred'] = y_pred\n\n        return test_results\n"
  },
  {
    "path": "open_intent_discovery/methods/semi_supervised/KCL_BERT/pretrain.py",
    "content": "import logging\nimport numpy as np\nimport copy\nimport torch\nimport os\nimport torch.nn.functional as F\nfrom losses import loss_map\nfrom tqdm import tqdm, trange\nfrom sklearn.metrics import accuracy_score\nfrom utils.functions import save_model, set_seed\n\n \nclass PretrainKCLManager:\n    \n    def __init__(self, args, data, model, logger_name = 'Discovery'):\n\n        self.logger = logging.getLogger(logger_name)\n\n        loader = data.dataloader\n        self.train_dataloader, self.eval_dataloader, self.test_dataloader = \\\n            loader.train_labeled_outputs['loader'], loader.eval_outputs['loader'], loader.test_outputs['loader']\n        \n        args.num_labels = 2\n        self.set_model_optimizer(args, data, model)\n        self.loss_fct = loss_map[args.pretrain_loss_fct]\n\n        if args.pretrain:\n            self.logger.info('Pre-raining start...')\n            self.train(args, data)\n            self.logger.info('Pre-training finished...')\n\n        else:\n            self.model = restore_model(self.model, os.path.join(args.method_output_dir, 'pretrain'))\n            \n    def set_model_optimizer(self, args, data, model):\n\n        args.backbone = 'bert_KCL_simi'\n        self.model = model.set_model(args, data, 'bert', args.freeze_bert_parameters)   \n        self.optimizer, self.scheduler = model.set_optimizer(self.model, len(data.dataloader.train_labeled_examples), args.train_batch_size, \\\n            args.num_pretrain_epochs, args.lr_pre, args.warmup_proportion)\n        \n        self.device = model.device\n\n    def train(self, args, data):  \n\n        wait = 0\n        best_model = None\n        best_eval_score = 0\n        for epoch in trange(int(args.num_pretrain_epochs), desc=\"Epoch\"):\n\n            self.model.train()\n            tr_loss = 0\n            nb_tr_examples, nb_tr_steps = 0, 0\n            \n            for step, batch in enumerate(tqdm(self.train_dataloader, desc=\"Iteration\")):\n\n                batch = tuple(t.to(self.device) for t in batch)\n                input_ids, input_mask, segment_ids, label_ids = batch\n                train_target = Class2Simi(label_ids, mode='cls').detach()\n                loss = self.model(input_ids, segment_ids, input_mask, train_target, loss_fct = self.loss_fct, mode = 'train')\n                \n                loss.backward()\n\n                tr_loss += loss.item()\n                nb_tr_examples += input_ids.size(0)\n                nb_tr_steps += 1 \n                \n                self.optimizer.step()\n                self.scheduler.step()\n                self.optimizer.zero_grad()\n                \n            loss = tr_loss / nb_tr_steps\n            \n            eval_true, eval_pred = self.get_outputs(args, mode = 'eval')\n            eval_score = round(accuracy_score(eval_true, eval_pred) * 100, 2)\n\n            eval_results = {\n                'train_loss': loss,\n                'eval_score': eval_score,\n                'best_score':best_eval_score,\n            }\n            self.logger.info(\"***** Epoch: %s: Eval results *****\", str(epoch + 1))\n            for key in sorted(eval_results.keys()):\n                self.logger.info(\"  %s = %s\", key, str(eval_results[key]))\n\n            if eval_score > best_eval_score:\n\n                best_model = copy.deepcopy(self.model)\n                wait = 0\n                best_eval_score = eval_score\n            \n            elif eval_score > 0:\n        \n                wait += 1\n                if wait >= args.wait_patient:\n                    self.model = best_model\n                    break \n\n        if args.save_model:\n            pretrained_model_dir = os.path.join(args.method_output_dir, 'pretrain')\n            if not os.path.exists(pretrained_model_dir):\n                os.makedirs(pretrained_model_dir)\n            save_model(self.model, pretrained_model_dir)\n        \n    def get_outputs(self, args, mode = 'eval'):\n        \n        if mode == 'eval':\n            dataloader = self.eval_dataloader\n\n        self.model.eval()\n        total_labels = torch.empty(0, dtype=torch.long).to(self.device)\n        total_preds = torch.empty(0, dtype=torch.long).to(self.device)\n        total_logits = torch.empty((0, args.num_labels)).to(self.device)\n\n        for batch in tqdm(dataloader, desc=\"Iteration\"):\n\n            batch = tuple(t.to(self.device) for t in batch)\n            input_ids, input_mask, segment_ids, label_ids = batch\n            target = Class2Simi(label_ids, mode='cls').detach()\n\n            with torch.set_grad_enabled(False):\n\n                features, logits = self.model(input_ids, segment_ids, input_mask, mode = 'eval')\n                total_labels = torch.cat((total_labels, target))\n                total_logits = torch.cat((total_logits, logits))\n        \n        total_probs = F.softmax(total_logits.detach(), dim=1)\n        total_maxprobs, total_preds = total_probs.max(dim = 1)\n\n        y_pred = total_preds.cpu().numpy()\n        y_true = total_labels.cpu().numpy()\n\n        return y_true, y_pred\n        \ndef Class2Simi(x,mode='cls',mask=None):\n    # Convert class label to pairwise similarity\n    n=x.nelement()\n    assert (n-x.ndimension()+1)==n,'Dimension of Label is not right'\n    expand1 = x.view(-1,1).expand(n,n)\n    expand2 = x.view(1,-1).expand(n,n)\n    out = expand1 - expand2    \n    out[out!=0] = -1 #dissimilar pair: label=-1\n    out[out==0] = 1 #Similar pair: label=1\n    if mode=='cls':\n        out[out==-1] = 0 #dissimilar pair: label=0\n    if mode=='hinge':\n        out = out.float() #hingeloss require float type\n    if mask is None:\n        out = out.view(-1)\n    else:\n        mask = mask.detach()\n        out = out[mask]\n    return out\n"
  },
  {
    "path": "open_intent_discovery/methods/semi_supervised/MCL_BERT/manager.py",
    "content": "import torch\nimport logging\nimport copy\nimport torch.nn.functional as F\n\nfrom tqdm import trange, tqdm\nfrom sklearn.metrics import confusion_matrix\n\nfrom losses import loss_map\nfrom utils.metrics import clustering_score\nfrom utils.functions import restore_model, save_model\n\nclass MCLManager:\n    \n    def __init__(self, args, data, model, logger_name = 'Discovery'):\n\n        self.logger = logging.getLogger(logger_name)\n        self.num_labels = data.num_labels   \n        loader = data.dataloader\n        self.train_dataloader, self.eval_dataloader, self.test_dataloader = \\\n            loader.train_outputs['loader'], loader.eval_outputs['loader'], loader.test_outputs['loader']\n\n        backbone = args.backbone\n        args.backbone = backbone\n        self.model = model.set_model(args, data, 'bert')\n        self.optimizer , self.scheduler = model.set_optimizer(self.model, data.dataloader.num_train_examples, args.train_batch_size, \\\n        args.num_train_epochs, args.lr, args.warmup_proportion)\n        self.device = model.device\n\n        self.loss_fct = loss_map[args.loss_fct]\n\n        if not args.train:\n            self.model = restore_model(self.model, args.model_output_dir)\n\n    def train(self, args, data): \n\n        best_model = None\n        wait = 0\n        best_eval_score = 0\n\n        for epoch in trange(int(args.num_train_epochs), desc=\"Epoch\"):  \n            \n            tr_loss = 0\n            nb_tr_examples, nb_tr_steps = 0, 0\n            self.model.train()\n\n            for batch in tqdm(self.train_dataloader, desc=\"Training(All)\"):\n\n                batch = tuple(t.to(self.device) for t in batch)\n                input_ids, input_mask, segment_ids, label_ids = batch\n                loss = self.model(input_ids, segment_ids, input_mask, label_ids, mode = 'train', loss_fct = self.loss_fct)\n\n                loss.backward()\n                tr_loss += loss.item() \n                nb_tr_examples += input_ids.size(0)\n                nb_tr_steps += 1\n\n                self.optimizer.step()\n                self.scheduler.step()\n                self.optimizer.zero_grad()\n            \n            tr_loss = tr_loss / nb_tr_steps\n\n            y_true, y_pred = self.get_outputs(args, mode = 'eval')\n            eval_score = clustering_score(y_true, y_pred)['NMI']\n            eval_results = {\n                'train_loss': tr_loss,\n                'eval_score': eval_score,\n                'best_score': best_eval_score,\n            }\n\n            self.logger.info(\"***** Epoch: %s: Eval results *****\", str(epoch + 1))\n            for key in sorted(eval_results.keys()):\n                self.logger.info(\"  %s = %s\", key, str(eval_results[key]))\n\n            if eval_score > best_eval_score:\n\n                best_model = copy.deepcopy(self.model)\n                wait = 0\n                best_eval_score = eval_score\n\n            elif eval_score > 0:\n\n                wait += 1\n                if wait >= args.wait_patient:\n                    break\n\n        self.model = best_model\n        \n        if args.save_model:\n            save_model(self.model, args.model_output_dir)\n\n    def get_outputs(self, args, mode = 'eval', get_feats = False):\n        \n        if mode == 'eval':\n            dataloader = self.eval_dataloader\n        elif mode == 'test':\n            dataloader = self.test_dataloader\n\n        self.model.eval()\n        total_labels = torch.empty(0, dtype=torch.long).to(self.device)\n        total_logits = torch.empty((0, args.num_labels)).to(self.device)\n        total_features = torch.empty((0, args.feat_dim)).to(self.device)\n        total_preds = torch.empty(0, dtype=torch.long).to(self.device)\n\n        for batch in tqdm(dataloader, desc=\"Iteration\"):\n            batch = tuple(t.to(self.device) for t in batch)\n            input_ids, input_mask, segment_ids, label_ids = batch\n\n            with torch.set_grad_enabled(False):\n\n                features, logits = self.model(input_ids, segment_ids, input_mask)  \n                total_labels = torch.cat((total_labels, label_ids))\n                total_logits = torch.cat((total_logits, logits))\n                total_features = torch.cat((total_features, features))\n\n        if get_feats:\n\n            feats = total_features.cpu().numpy()\n            return feats\n        \n        else:\n\n            total_probs = F.softmax(total_logits.detach(), dim = 1)\n            total_maxprobs, total_preds = total_probs.max(dim = 1)\n\n            y_true = total_labels.cpu().numpy()\n            y_pred = total_preds.cpu().numpy()\n\n            return y_true, y_pred\n\n    def test(self, args, data):\n\n        y_true, y_pred = self.get_outputs(args, mode = 'test')\n        test_results = clustering_score(y_true, y_pred)\n\n        cm = confusion_matrix(y_true, y_pred)\n        \n        self.logger.info\n        self.logger.info(\"***** Test: Confusion Matrix *****\")\n        self.logger.info(\"%s\", str(cm))\n        self.logger.info(\"***** Test results *****\")\n        \n        for key in sorted(test_results.keys()):\n            self.logger.info(\"  %s = %s\", key, str(test_results[key]))\n\n        test_results['y_true'] = y_true\n        test_results['y_pred'] = y_pred\n        \n        return test_results\n\n"
  },
  {
    "path": "open_intent_discovery/methods/semi_supervised/MTP_CLNN/manager.py",
    "content": "import torch\nimport torch.nn.functional as F\nimport logging\nimport os\nimport torch.nn as nn\nimport numpy as np\nimport copy\n\nfrom sklearn.cluster import KMeans\nfrom sklearn.metrics import confusion_matrix\nfrom tqdm import trange, tqdm\nfrom losses import loss_map\nfrom utils.functions import save_model, restore_model, MemoryBank, fill_memory_bank, view_generator, set_seed\nfrom utils.neighbor_dataset import NeighborsDataset\nfrom torch.utils.data import DataLoader\nfrom .pretrain import PretrainMTP_CLNNManager\nfrom utils.metrics import clustering_score\nfrom transformers import AutoTokenizer\n\nclass MTP_CLNNManager:\n    \n    def __init__(self, args, data, model, logger_name = 'Discovery'):\n\n        self.logger = logging.getLogger(logger_name)\n        pretrain_manager = PretrainMTP_CLNNManager(args, data, model) \n        \n        set_seed(args.seed)\n        self.logger = logging.getLogger(logger_name)\n        \n        loader = data.dataloader\n        self.train_dataloader, self.eval_dataloader, self.test_dataloader = \\\n            loader.train_outputs['loader'], loader.eval_outputs['loader'], loader.test_outputs['loader']\n        self.train_dataset = loader.train_outputs['semi_data']\n\n        self.tokenizer = AutoTokenizer.from_pretrained(args.pretrained_bert_model) \n        self.generator = view_generator(self.tokenizer, args)\n        self.temp=0.07\n        \n        if args.pretrain:\n\n            self.pretrained_model = pretrain_manager.model\n            self.set_model_optimizer(args, data, model)\n            self.num_labels = data.num_labels \n            self.load_pretrained_model(self.pretrained_model)\n        else:\n            self.pretrained_model = restore_model(pretrain_manager.model, os.path.join(args.method_output_dir, 'pretrain'))\n            self.set_model_optimizer(args, data, model)\n            self.num_labels = data.num_labels \n            self.model = restore_model(self.model, args.model_output_dir)\n\n        topk = {'banking': 50, 'clinc': 60, 'stackoverflow': 300}\n        \n        if args.cluster_num_factor > 1:\n\n            self.logger.info('num_labels is %s, Length of train_dataset is %s', str(self.num_labels), str(len(self.train_dataset)))\n            args.topk = int((len(self.train_dataset) * 0.5) / self.num_labels)\n        else:\n            args.topk = topk[args.dataset]\n\n        self.logger.info('Topk for %s is %s', str(args.dataset), str(args.topk))\n        \n    def set_model_optimizer(self, args, data, model):\n        \n        if args.dataset == 'stackoverflow':\n            args.lr = 1e-6\n            \n        args.backbone = 'bert_MTP'\n        self.model = model.set_model(args, data, 'bert', args.freeze_train_bert_parameters)   \n        self.optimizer , self.scheduler = model.set_optimizer(self.model, len(data.dataloader.train_examples), args.train_batch_size, \\\n            args.num_train_epochs, args.lr, args.warmup_proportion)\n        \n        self.device = model.device \n        self.criterion = self.model.loss_cl           \n        \n    def train(self, args, data): \n        \n        indices = self.get_neighbor_inds(args, data)\n        self.get_neighbor_dataset(args, data, indices)\n        best_eval_score = 0\n        for epoch in trange(int(args.num_train_epochs), desc=\"Epoch\"):\n            self.model.train()\n            tr_loss = 0\n            nb_tr_examples, nb_tr_steps = 0, 0\n        \n            for batch in tqdm(self.train_dataloader_neighbor, desc=\"Iteration\"):\n\n                anchor = tuple(t.to(self.device) for t in batch[\"anchor\"]) \n                neighbor = tuple(t.to(self.device) for t in batch[\"neighbor\"]) \n                pos_neighbors = batch[\"possible_neighbors\"]\n                data_inds = batch[\"index\"] \n\n                adjacency = self.get_adjacency(args, data_inds, pos_neighbors, batch[\"target\"]) # (bz,bz)\n                X_an = {\"input_ids\":self.generator.random_token_replace(anchor[0].cpu()).to(self.device), \"attention_mask\":anchor[1], \"token_type_ids\":anchor[2]}\n                X_ng = {\"input_ids\":self.generator.random_token_replace(neighbor[0].cpu()).to(self.device), \"attention_mask\":neighbor[1], \"token_type_ids\":neighbor[2]}\n            \n                with torch.set_grad_enabled(True):\n                    f_pos = torch.stack([self.model(X_an)[\"features\"], self.model(X_ng)[\"features\"]], dim=1)\n                    loss = self.criterion(f_pos, mask=adjacency, temperature=self.temp, device = self.device)\n                    tr_loss += loss.item()\n                    \n                    loss.backward()\n                    nn.utils.clip_grad_norm_(self.model.parameters(), args.grad_clip)\n                    \n                    self.optimizer.step()\n                    self.scheduler.step()\n                    self.optimizer.zero_grad()\n                    \n                    nb_tr_examples += anchor[0].size(0)\n                    nb_tr_steps += 1\n                    \n            loss = tr_loss / nb_tr_steps\n\n            self.logger.info(\"***** Epoch: %s *****\", str(epoch))\n            self.logger.info('Training Loss: %f', np.round(loss, 5))\n                    \n            if ((epoch + 1) % args.update_per_epoch) == 0:\n                self.logger.info(\"Update neighbors...\")\n                \n                indices = self.get_neighbor_inds(args, data)\n                self.get_neighbor_dataset(args, data, indices)\n            \n        if args.save_model:\n            save_model(self.model, args.model_output_dir)\n            \n    def test(self, args, data):\n        \n        feats, y_true = self.get_outputs(args, mode = 'test', model = self.model, get_feats = True)\n        km = KMeans(n_clusters = self.num_labels, random_state=args.seed).fit(feats)\n        y_pred = km.labels_\n        \n        test_results = clustering_score(y_true, y_pred)\n        cm = confusion_matrix(y_true, y_pred)\n        \n        self.logger.info\n        self.logger.info(\"***** Test: Confusion Matrix *****\")\n        self.logger.info(\"%s\", str(cm))\n        self.logger.info(\"***** Test results *****\")\n        \n        for key in sorted(test_results.keys()):\n            self.logger.info(\"  %s = %s\", key, str(test_results[key]))\n\n        test_results['y_true'] = y_true\n        test_results['y_pred'] = y_pred\n\n        return test_results\n\n    def get_outputs(self, args, mode, model, get_feats = False):\n        \n        if mode == 'eval':\n            dataloader = self.eval_dataloader\n        elif mode == 'test':\n            dataloader = self.test_dataloader\n        elif mode == 'train':\n            dataloader = self.train_dataloader\n\n        model.eval()\n        total_labels = torch.empty(0,dtype=torch.long).to(self.device)\n        total_features = torch.empty((0,args.feat_dim)).to(self.device)\n        \n        for batch in tqdm(dataloader, desc=\"Iteration\"):\n\n            batch = tuple(t.to(self.device) for t in batch)\n            input_ids, input_mask, segment_ids, label_ids = batch\n            X = {\"input_ids\":input_ids, \"attention_mask\": input_mask, \"token_type_ids\": segment_ids}\n         \n            with torch.set_grad_enabled(False):\n                pooled_output = model(X)[\"hidden_states\"] \n                total_labels = torch.cat((total_labels,label_ids))\n                total_features = torch.cat((total_features, pooled_output))\n\n        if get_feats:  \n            feats = total_features.cpu().numpy()\n            y_true = total_labels.cpu().numpy()\n            return feats, y_true\n        \n    def load_pretrained_model(self, pretrained_model):\n\n        pretrained_dict = pretrained_model.state_dict()\n        self.model.load_state_dict(pretrained_dict, strict=False)\n\n    def get_neighbor_dataset(self, args, data, indices):\n        \"\"\"convert indices to dataset\"\"\"\n        dataset = NeighborsDataset(self.train_dataset, indices)\n        self.train_dataloader_neighbor = DataLoader(dataset, batch_size=args.train_batch_size, shuffle=True)\n    \n    def get_neighbor_inds(self, args, data):\n        \"\"\"get indices of neighbors\"\"\"\n        memory_bank = MemoryBank(len(self.train_dataset), args.feat_dim, self.num_labels, 0.1)\n        fill_memory_bank(self, self.train_dataloader, self.model, memory_bank)\n        indices = memory_bank.mine_nearest_neighbors(args.topk, args.gpu_id ,calculate_accuracy=False)\n        return indices\n    \n    def get_adjacency(self, args, inds, neighbors, targets):\n        \"\"\"get adjacency matrix\"\"\"\n        adj = torch.zeros(inds.shape[0], inds.shape[0])\n        for b1, n in enumerate(neighbors):\n            adj[b1][b1] = 1\n            for b2, j in enumerate(inds):\n                if j in n:\n                    adj[b1][b2] = 1 \n                if (targets[b1] == targets[b2]) and (targets[b1]>0) and (targets[b2]>0):\n                    adj[b1][b2] = 1 \n                 \n        return adj\n\n"
  },
  {
    "path": "open_intent_discovery/methods/semi_supervised/MTP_CLNN/pretrain.py",
    "content": "import torch\nimport torch.nn.functional as F\nimport os\nimport copy\nimport logging\nimport torch.nn as nn\n\nfrom sklearn.metrics import accuracy_score\nfrom tqdm import trange, tqdm\nfrom losses import loss_map\nfrom torch.utils.data import RandomSampler, DataLoader\nfrom utils.functions import save_model, mask_tokens, set_seed, restore_model\nfrom transformers import AutoTokenizer\n\nclass PretrainMTP_CLNNManager:\n    \n    def __init__(self, args, data, model, logger_name = 'Discovery'):\n        \n        self.logger = logging.getLogger(logger_name)\n    \n        self.num_labels = args.num_labels = data.n_known_cls\n        self.set_model_optimizer(args, data, model)\n        \n        \n        loader = data.dataloader\n        self.train_dataloader, self.eval_dataloader, self.test_dataloader = \\\n            loader.train_outputs['loader'], loader.eval_outputs['loader'], loader.test_outputs['loader']\n        labeled_data = loader.train_labeled_outputs['data']\n\n        sampler = RandomSampler(labeled_data)\n        self.train_labeled_dataloader = DataLoader(labeled_data, sampler=sampler, batch_size = args.pretrain_batch_size, num_workers = args.num_workers, pin_memory = True)  \n\n        self.criterion = loss_map['CrossEntropyLoss']\n        self.temperature=0.07\n        \n        if args.pretrain:\n            \n            self.logger.info('Pre-raining start...')\n            self.train(args, data)\n            self.logger.info('Pre-training finished...')\n            \n        else:\n            self.model = restore_model(self.model, os.path.join(args.method_output_dir, 'pretrain'))\n\n    def set_model_optimizer(self, args, data, model):\n        \n        args.backbone = 'bert_MTP_Pretrain'\n        self.model = model.set_model(args, data, 'bert', args.freeze_train_bert_parameters)   \n        self.optimizer , self.scheduler = model.set_optimizer(self.model, len(data.dataloader.train_labeled_examples), args.pretrain_batch_size, \\\n            args.num_train_epochs, args.lr_pre, args.warmup_proportion)\n        \n        self.device = model.device \n        \n    def train(self, args, data):\n\n        wait = 0\n        best_model = None\n        best_eval_score = 0\n        tokenizer = AutoTokenizer.from_pretrained(args.pretrained_bert_model)\n        mlm_iter = iter(self.train_dataloader) # mlm on semi-dataloader\n                \n        for epoch in trange(int(args.num_pretrain_epochs), desc=\"Epoch\"):\n            self.model.train()\n            tr_loss = 0\n            nb_tr_examples, nb_tr_steps = 0, 0\n        \n            for step, batch in enumerate(tqdm(self.train_labeled_dataloader, desc=\"Iteration\")):\n\n                batch = tuple(t.to(self.device) for t in batch)\n            \n                labeled_input_ids, labeled_input_mask, labeled_segment_ids, labeled_label_ids = batch\n                X = {\"input_ids\":labeled_input_ids, \"attention_mask\": labeled_input_mask, \"token_type_ids\": labeled_segment_ids}\n                try:\n                    batch = mlm_iter.next()\n                    batch = tuple(t.to(self.device) for t in batch)\n                    input_ids, input_mask, segment_ids, _ = batch\n                    X_mlm = {\"input_ids\":input_ids, \"attention_mask\": input_mask, \"token_type_ids\": segment_ids}\n                except StopIteration:\n                    mlm_iter = iter(self.train_dataloader)\n                    batch = mlm_iter.next()\n                    batch = tuple(t.to(self.device) for t in batch)\n                    input_ids, input_mask, segment_ids, _ = batch\n                    X_mlm = {\"input_ids\":input_ids, \"attention_mask\": input_mask, \"token_type_ids\": segment_ids}\n\n                mask_ids, mask_lb = mask_tokens(X_mlm['input_ids'].cpu(), tokenizer)\n                input_ids = mask_ids.to(self.device)\n                \n                with torch.set_grad_enabled(True):\n                    labeled_logits = self.model(X)[\"logits\"]\n                    \n          \n                    loss_src = self.model.loss_ce(labeled_logits, labeled_label_ids)    \n                    loss_mlm = self.model.mlmForward(X_mlm, mask_lb.to(self.device))   \n\n                    lossTOT = loss_src + loss_mlm \n                    lossTOT.backward()\n                    \n                    nn.utils.clip_grad_norm_(self.model.parameters(), 1.0)\n                    tr_loss += lossTOT.item()\n                    \n                    self.optimizer.step()\n                    self.scheduler.step()\n                    self.optimizer.zero_grad()\n                    \n                    nb_tr_examples += input_ids.size(0)\n                    nb_tr_steps += 1\n            \n            loss = tr_loss / nb_tr_steps\n\n            y_true, y_pred = self.get_outputs(args, mode = 'eval')\n            eval_score = round(accuracy_score(y_true, y_pred) * 100, 2)\n\n            eval_results = {\n                'train_loss': loss,\n                'eval_score': eval_score,\n                'best_score':best_eval_score,\n            }\n            self.logger.info(\"***** Epoch: %s: Eval results *****\", str(epoch + 1))\n            for key in sorted(eval_results.keys()):\n                self.logger.info(\"  %s = %s\", key, str(eval_results[key]))\n            \n            if eval_score > best_eval_score:\n                \n                best_model = copy.deepcopy(self.model)\n                wait = 0\n                best_eval_score = eval_score\n\n            elif eval_score > 0:\n\n                wait += 1\n                if wait >= args.wait_patient:\n                    break\n                \n        self.model = best_model\n\n        if args.save_model:\n            pretrained_model_dir = os.path.join(args.method_output_dir, 'pretrain')\n            if not os.path.exists(pretrained_model_dir):\n                os.makedirs(pretrained_model_dir)\n            save_model(self.model, pretrained_model_dir)\n\n    def get_outputs(self, args, mode = 'eval', get_feats = False):\n        \n        if mode == 'eval':\n            dataloader = self.eval_dataloader\n\n        self.model.eval()\n        \n        total_labels = torch.empty(0,dtype=torch.long).to(self.device)\n        total_preds = torch.empty(0,dtype=torch.long).to(self.device)\n        \n        total_features = torch.empty((0,args.feat_dim)).to(self.device)\n        total_logits = torch.empty((0, args.num_labels)).to(self.device)\n        \n        for batch in tqdm(dataloader, desc=\"Iteration\"):\n\n            batch = tuple(t.to(self.device) for t in batch)\n            input_ids, input_mask, segment_ids, label_ids = batch\n            X = {\"input_ids\":input_ids, \"attention_mask\": input_mask, \"token_type_ids\": segment_ids}\n            with torch.set_grad_enabled(False):\n                outputs = self.model(X)\n                pooled_output = outputs[\"hidden_states\"]\n                logits = outputs[\"logits\"]\n                total_labels = torch.cat((total_labels,label_ids))\n                total_features = torch.cat((total_features, pooled_output))\n                total_logits = torch.cat((total_logits, logits))\n\n        if get_feats:  \n            feats = total_features.cpu().numpy()\n            return feats \n\n        else:\n            total_probs = F.softmax(total_logits.detach(), dim=1)\n            total_maxprobs, total_preds = total_probs.max(dim = 1)\n\n            y_pred = total_preds.cpu().numpy()\n            y_true = total_labels.cpu().numpy()\n\n            return y_true, y_pred\n\n  "
  },
  {
    "path": "open_intent_discovery/methods/semi_supervised/USNID/manager.py",
    "content": "import torch\nimport torch.nn.functional as F\nimport numpy as np\nimport logging\nimport os\nimport time \n\nfrom sklearn.cluster import KMeans\nfrom sklearn.metrics import confusion_matrix\nfrom tqdm import trange, tqdm\nfrom losses import loss_map\nfrom utils.functions import save_model, restore_model\nfrom torch.utils.data import DataLoader, TensorDataset, RandomSampler\nfrom transformers import BertTokenizer\nfrom torch import nn\n\nfrom utils.metrics import clustering_score\nfrom utils.functions import view_generator\nfrom losses import loss_map\nfrom .pretrain import PretrainUSNIDManager\nfrom utils.functions import set_seed\n\nclass USNIDManager:\n    \n    def __init__(self, args, data, model, logger_name = 'Discovery'):\n        \n        pretrain_manager = PretrainUSNIDManager(args, data, model)  \n        \n        set_seed(args.seed)\n        self.logger = logging.getLogger(logger_name)\n        \n        loader = data.dataloader\n        self.train_dataloader, self.eval_dataloader, self.test_dataloader = \\\n            loader.train_outputs['loader'], loader.eval_outputs['loader'], loader.test_outputs['loader']\n        self.train_input_ids, self.train_input_mask, self.train_segment_ids = \\\n            loader.train_outputs['input_ids'], loader.train_outputs['input_mask'], loader.train_outputs['segment_ids']\n        self.train_outputs = loader.train_outputs\n        self.train_labeled_outputs = loader.train_labeled_outputs\n        self.train_labeled_dataloader = loader.train_labeled_outputs['loader']\n        \n        self.criterion = loss_map['CrossEntropyLoss']\n        self.contrast_criterion = loss_map['SupConLoss']\n        self.tokenizer = BertTokenizer.from_pretrained(args.pretrained_bert_model, do_lower_case=True)    \n        self.generator = view_generator(self.tokenizer, args)\n        \n        self.n_known_cls = data.n_known_cls\n\n        if args.pretrain:\n            self.pretrained_model = pretrain_manager.model\n            \n            self.set_model_optimizer(args, data, model, pretrain_manager)\n            self.load_pretrained_model(args, self.pretrained_model)\n            \n        else:\n            self.pretrained_model = restore_model(pretrain_manager.model, os.path.join(args.method_output_dir, 'pretrain'))   \n            self.set_model_optimizer(args, data, model, pretrain_manager)\n            \n            if args.train:\n                self.load_pretrained_model(args, self.pretrained_model)\n            else:\n                self.model = restore_model(self.model, args.model_output_dir)   \n\n    def set_model_optimizer(self, args, data, model, pretrain_manager):\n        \n        if args.cluster_num_factor > 1:\n            args.num_labels = self.num_labels = pretrain_manager.num_labels\n        else:\n            args.num_labels = self.num_labels = data.num_labels\n            \n        self.model = model.set_model(args, data, 'bert', args.freeze_train_bert_parameters)   \n        self.optimizer , self.scheduler = model.set_optimizer(self.model, len(data.dataloader.train_examples), args.train_batch_size, \\\n            args.num_train_epochs, args.lr, args.warmup_proportion)\n        self.l_optimizer , self.l_scheduler = model.set_optimizer(self.model, len(data.dataloader.train_labeled_examples), args.train_batch_size, \\\n            args.num_train_epochs, args.lr, args.warmup_proportion)\n        \n        self.device = model.device\n        \n    def clustering(self, args, init = 'k-means++'):\n        \n        outputs = self.get_outputs(args, mode = 'train', model = self.model)\n        feats = outputs['feats']\n        y_true = outputs['y_true']\n        \n        labeled_pos = list(np.where(y_true != -1)[0])\n        labeled_feats = feats[labeled_pos]\n        labeled_labels = y_true[labeled_pos]        \n        labeled_centers = []\n        for idx, label in enumerate(np.unique(labeled_labels)):\n            label_feats = labeled_feats[labeled_labels == label]\n            labeled_centers.append(np.mean(label_feats, axis = 0))\n        \n        if init == 'k-means++':\n            \n            self.logger.info('Initializing centroids with K-means++...')\n            start = time.time()\n            \n            km = KMeans(n_clusters = self.num_labels, n_jobs = -1, random_state=args.seed, init = 'k-means++').fit(feats) \n            km_centroids, assign_labels = km.cluster_centers_, km.labels_\n            end = time.time()\n            self.logger.info('K-means++ used %s s', round(end - start, 2))   \n                       \n        elif init == 'centers':\n            \n            start = time.time()\n            self.centroids \n            km = KMeans(n_clusters = self.num_labels, n_jobs = -1, random_state=args.seed, init = self.centroids.cpu().numpy()).fit(feats) \n            km_centroids, assign_labels = km.cluster_centers_, km.labels_\n            \n            end = time.time()\n            self.logger.info('K-means used %s s', round(end - start, 2))\n         \n        self.centroids = torch.tensor(km_centroids).to(self.device)\n        pseudo_labels = assign_labels.astype(np.long)\n        \n        return outputs, km_centroids, y_true, assign_labels, pseudo_labels\n                      \n    def train(self, args, data): \n        \n        self.centroids = None\n        last_preds = None\n        \n        for epoch in trange(int(args.num_train_epochs), desc=\"Epoch\"): \n            \n            self.model.train()\n             \n            for batch in tqdm(self.train_labeled_dataloader, desc=\"Training(All)\"):\n                \n                batch = tuple(t.to(self.device) for t in batch)\n                input_ids, input_mask, segment_ids, label_ids = batch\n                                            \n                with torch.set_grad_enabled(True):\n                    \n                    aug_mlp_outputs_a, aug_logits_a = self.model(input_ids, segment_ids, input_mask)\n                    aug_mlp_outputs_b, aug_logits_b = self.model(input_ids, segment_ids, input_mask)\n                \n                    norm_logits = F.normalize(aug_mlp_outputs_a)\n                    norm_aug_logits = F.normalize(aug_mlp_outputs_b)\n                \n                    contrastive_feats = torch.cat((norm_logits.unsqueeze(1), norm_aug_logits.unsqueeze(1)), dim = 1)\n                    loss_contrast = self.contrast_criterion(contrastive_feats, labels = label_ids, temperature = args.train_temperature, device = self.device)\n                    \n                    loss = loss_contrast\n                    \n                    self.l_optimizer.zero_grad()\n                    loss.backward()\n\n                    self.l_optimizer.step()\n                    self.l_scheduler.step()\n            \n            init_mechanism = 'k-means++' if epoch == 0 else 'centers'\n            outputs, km_centroids, y_true, assign_labels, pseudo_labels = self.clustering(args, init = init_mechanism)\n            \n            current_preds = pseudo_labels\n            delta_label = np.sum(current_preds != last_preds).astype(np.float32) / current_preds.shape[0] \n            last_preds = np.copy(current_preds)\n            \n            if epoch > 0:\n\n                self.logger.info(\"***** Epoch: %s *****\", str(epoch))\n                self.logger.info('Training Loss: %f', np.round(tr_loss, 5))\n                self.logger.info('Delta Label: %f', delta_label)\n                if delta_label < args.tol:\n                    self.logger.info('delta_label %s < %f', delta_label, args.tol)  \n                    self.logger.info('Reached tolerance threshold. Stop training.')\n                    break                   \n            \n            pseudo_train_dataloader = self.get_augment_dataloader(args, self.train_outputs, pseudo_labels)\n\n            tr_loss = 0\n            nb_tr_examples, nb_tr_steps = 0, 0\n            self.model.train()\n            \n            for batch in tqdm(pseudo_train_dataloader, desc=\"Training(All)\"):\n                \n                batch = tuple(t.to(self.device) for t in batch)\n                input_ids, input_mask, segment_ids, label_ids = batch\n                    \n                with torch.set_grad_enabled(True):\n                    \n                    input_ids_a,  input_ids_b = self.batch_chunk(input_ids)\n                    input_mask_a,  input_mask_b = self.batch_chunk(input_mask)\n                    segment_ids_a,  segment_ids_b = self.batch_chunk(segment_ids)\n                    label_ids = torch.chunk(input=label_ids, chunks=2, dim=1)[0][:, 0]\n                        \n                    aug_mlp_outputs_a, aug_logits_a = self.model(input_ids_a, segment_ids_a, input_mask_a)               \n                    aug_mlp_outputs_b, aug_logits_b = self.model(input_ids_b, segment_ids_b, input_mask_b)\n                    \n                    norm_logits = F.normalize(aug_mlp_outputs_a)\n                    norm_aug_logits = F.normalize(aug_mlp_outputs_b)\n\n                    loss_ce = 0.5 * (self.criterion(aug_logits_a, label_ids) + self.criterion(aug_logits_b, label_ids)) \n                    \n                    contrastive_feats = torch.cat((norm_logits.unsqueeze(1), norm_aug_logits.unsqueeze(1)), dim = 1)\n                    loss_contrast = self.contrast_criterion(contrastive_feats, labels = label_ids, temperature = args.train_temperature, device = self.device)\n                    \n                    loss = loss_contrast + loss_ce\n                    \n                    self.optimizer.zero_grad()\n                    loss.backward()\n\n                    if args.grad_clip != -1.0:\n                        nn.utils.clip_grad_value_([param for param in self.model.parameters() if param.requires_grad], args.grad_clip)\n\n                    tr_loss += loss.item()\n                    nb_tr_examples += input_ids.size(0)\n                    nb_tr_steps += 1\n\n                    self.optimizer.step()\n                    self.scheduler.step()\n            \n            tr_loss = tr_loss / nb_tr_steps\n    \n        if args.save_model:\n            save_model(self.model, args.model_output_dir)\n              \n    def test(self, args, data):\n        \n        outputs = self.get_outputs(args, mode = 'test', model = self.model)\n        feats = outputs['feats']\n        y_true = outputs['y_true']\n        \n        if args.cluster_num_factor > 1:\n            test_results['estimate_k'] = args.num_labels\n\n        km = KMeans(n_clusters = self.num_labels, n_jobs = -1, random_state=args.seed, init = self.centroids.cpu().numpy()).fit(feats) \n        y_pred = km.labels_\n\n        test_results = clustering_score(y_true, y_pred)\n        cm = confusion_matrix(y_true, y_pred)\n        \n        self.logger.info\n        self.logger.info(\"***** Test: Confusion Matrix *****\")\n        self.logger.info(\"%s\", str(cm))\n        self.logger.info(\"***** Test results *****\")\n        \n        for key in sorted(test_results.keys()):\n            self.logger.info(\"  %s = %s\", key, str(test_results[key]))\n\n        test_results['y_true'] = y_true\n        test_results['y_pred'] = y_pred\n\n        return test_results\n\n    def get_outputs(self, args, mode, model):\n        \n        if mode == 'eval':\n            dataloader = self.eval_dataloader\n        elif mode == 'test':\n            dataloader = self.test_dataloader\n        elif mode == 'train':\n            dataloader = self.train_dataloader\n\n        model.eval()\n\n        total_labels = torch.empty(0,dtype=torch.long).to(self.device)\n        total_preds = torch.empty(0,dtype=torch.long).to(self.device)\n        \n        total_features = torch.empty((0,args.feat_dim)).to(self.device)\n        total_logits = torch.empty((0, self.num_labels)).to(self.device)\n        \n        for batch in tqdm(dataloader, desc=\"Iteration\"):\n\n            batch = tuple(t.to(self.device) for t in batch)\n            input_ids, input_mask, segment_ids, label_ids = batch\n\n            with torch.set_grad_enabled(False):\n                pooled_output, logits = model(input_ids, segment_ids, input_mask, feature_ext = True)\n                \n                total_labels = torch.cat((total_labels,label_ids))\n                total_features = torch.cat((total_features, pooled_output))\n                total_logits = torch.cat((total_logits, logits))\n        \n        feats = total_features.cpu().numpy()\n        y_true = total_labels.cpu().numpy()\n        \n        total_probs = F.softmax(total_logits.detach(), dim=1)\n        total_maxprobs, total_preds = total_probs.max(dim = 1)\n        y_pred = total_preds.cpu().numpy()\n        \n        y_logits = total_logits.cpu().numpy()\n        \n        outputs = {\n            'y_true': y_true,\n            'y_pred': y_pred,\n            'logits': y_logits,\n            'feats': feats\n        }\n        return outputs\n\n    def load_pretrained_model(self, args, pretrained_model):\n        \n        pretrained_dict = pretrained_model.state_dict()\n        classifier_params = ['mlp_head.bias','mlp_head.0.bias',  'classifier.weight', 'classifier.bias', 'mlp_head.0.weight', 'mlp_head.weight'] \n        \n        pretrained_dict =  {k: v for k, v in pretrained_dict.items() if k not in classifier_params}\n        self.model.load_state_dict(pretrained_dict, strict=False)\n\n    def batch_chunk(self, x):\n        x1, x2 = torch.chunk(input=x, chunks=2, dim=1)\n        x1, x2 = x1.squeeze(1), x2.squeeze(1)\n        return x1, x2\n    \n    def get_augment_dataloader(self, args, train_outputs, pseudo_labels = None):\n        \n        input_ids = train_outputs['input_ids']\n        input_mask = train_outputs['input_mask']\n        segment_ids = train_outputs['segment_ids']\n        if pseudo_labels is None:\n            pseudo_labels = train_outputs['label_ids']\n        \n        input_ids_a, input_mask_a = self.generator.random_token_erase(input_ids, input_mask)\n        input_ids_b, input_mask_b = self.generator.random_token_erase(input_ids, input_mask)\n        \n        train_input_ids = torch.cat(([input_ids_a.unsqueeze(1), input_ids_b.unsqueeze(1)]), dim = 1)\n        train_input_mask = torch.cat(([input_mask_a.unsqueeze(1), input_mask_a.unsqueeze(1)]), dim = 1)\n        train_segment_ids = torch.cat(([segment_ids.unsqueeze(1), segment_ids.unsqueeze(1)]), dim = 1)\n        \n        train_label_ids = torch.tensor(pseudo_labels).unsqueeze(1)\n        train_label_ids = torch.cat(([train_label_ids, train_label_ids]), dim = 1)\n\n        train_data = TensorDataset(train_input_ids, train_input_mask, train_segment_ids, train_label_ids)\n\n        sampler = RandomSampler(train_data)\n\n        train_dataloader = DataLoader(train_data, sampler = sampler, batch_size = args.train_batch_size)\n\n        return train_dataloader"
  },
  {
    "path": "open_intent_discovery/methods/semi_supervised/USNID/pretrain.py",
    "content": "from turtle import distance\nimport torch\nimport torch.nn.functional as F\nimport numpy as np\nimport os\nimport copy\nimport logging\nimport time\n\nfrom sklearn.metrics import accuracy_score\nfrom tqdm import trange, tqdm\nfrom itertools import cycle\nfrom losses import loss_map\nfrom utils.functions import save_model, restore_model\nfrom torch import nn\nfrom torch.utils.data import DataLoader\nfrom sklearn.cluster import KMeans\nfrom scipy.optimize import linear_sum_assignment\n\nclass PretrainUSNIDManager:\n    \n    def __init__(self, args, data, model, logger_name = 'Discovery'):\n        \n        self.logger = logging.getLogger(logger_name)\n\n        args.num_labels = data.n_known_cls\n        self.n_known_cls = data.n_known_cls\n        \n        self.set_model_optimizer(args, data, model)\n        \n        self.loader = data.dataloader\n        self.train_outputs = self.loader.train_outputs\n        self.train_unlabeled_outputs = self.loader.train_unlabeled_outputs\n        self.train_labeled_outputs = self.loader.train_labeled_outputs\n        self.train_labeled_dataloader = self.loader.train_labeled_outputs['loader']\n        self.train_dataloader = self.loader.train_outputs['loader']\n        self.eval_dataloader = self.loader.eval_outputs['loader']\n        self.test_dataloader = self.loader.test_outputs['loader']        \n\n        self.criterion = loss_map['CrossEntropyLoss']\n        self.contrast_criterion = loss_map['SupConLoss']\n \n        if args.pretrain:\n            \n            self.logger.info('Pre-raining start...')\n            self.train(args, data)\n            self.logger.info('Pre-training finished...')\n            \n        else:\n            self.model = restore_model(self.model, os.path.join(args.method_output_dir, 'pretrain'))\n            \n        if args.cluster_num_factor > 1:\n            self.num_labels = data.num_labels\n            self.num_labels = self.predict_k(args, data) \n\n        self.model.to(torch.device('cpu'))\n        torch.cuda.empty_cache()\n\n    def set_model_optimizer(self, args, data, model):\n        \n        self.model = model.set_model(args, data, 'bert', args.freeze_pretrain_bert_parameters)   \n        self.optimizer , self.scheduler = model.set_optimizer(self.model, len(data.dataloader.train_unlabeled_examples), args.pretrain_batch_size, \\\n            args.num_train_epochs, args.lr_pre, args.warmup_proportion)\n        \n        self.device = model.device\n        \n    def batch_chunk(self, x):\n        x1, x2 = torch.chunk(input=x, chunks=2, dim=1)\n        x1, x2 = x1.squeeze(1), x2.squeeze(1)\n        return x1, x2\n       \n    def train(self, args, data):\n        \n        wait = 0\n        best_model = None\n        best_eval_score = 0\n        \n        train_unlabeled_data = self.train_unlabeled_outputs['data']\n        \n        contrast_dataloader = DataLoader(train_unlabeled_data, shuffle = True, batch_size = args.pretrain_batch_size)\n        \n        for epoch in trange(int(args.num_pretrain_epochs), desc=\"Epoch\"):\n               \n            self.model.train()\n            tr_loss = 0\n            nb_tr_examples, nb_tr_steps = 0, 0  \n            \n            for step, (batch_labeled, batch_unlabeled) in enumerate(tqdm(zip(cycle(self.train_labeled_dataloader), contrast_dataloader), desc = \"Iteration\")):\n                \n                batch_labeled = tuple(t.to(self.device) for t in batch_labeled)\n                labeled_input_ids, labeled_input_mask, labeled_segment_ids, labeled_label_ids = batch_labeled\n                batch_unlabeled = tuple(t.to(self.device) for t in batch_unlabeled)\n                unlabeled_input_ids, unlabeled_input_mask, unlabeled_segment_ids, unlabeled_label_ids = batch_unlabeled\n                                \n                input_ids = torch.cat((labeled_input_ids, unlabeled_input_ids))\n                input_mask = torch.cat((labeled_input_mask, unlabeled_input_mask))\n                segment_ids = torch.cat((labeled_segment_ids, unlabeled_segment_ids))\n                label_ids = torch.cat((labeled_label_ids, unlabeled_label_ids))\n                \n                with torch.set_grad_enabled(True):\n                    \n                    labeled_mlp_output, labeled_logits = self.model(labeled_input_ids, labeled_segment_ids, labeled_input_mask)\n                    loss_ce_labeled = self.criterion(labeled_logits, labeled_label_ids)\n                    \n                    aug_mlp_output_a, logits_a = self.model(input_ids, segment_ids, input_mask)\n                    aug_mlp_output_b, logits_b = self.model(input_ids, segment_ids, input_mask)\n                \n                    batch_size = logits_a.shape[0]\n                    \n                    norm_logits = F.normalize(aug_mlp_output_a)\n                    norm_aug_logits = F.normalize(aug_mlp_output_b)\n                    \n                    labels_expand = label_ids.expand(batch_size, batch_size)\n                    mask = torch.eq(labels_expand, labels_expand.T).long()\n                    mask[label_ids == -1, :] = 0\n                    \n                    \n                    logits_mask = torch.scatter(\n                        mask,\n                        0,\n                        torch.arange(batch_size).unsqueeze(0).to(self.device),\n                        1\n                    )     \n                        \n                    contrastive_logits = torch.cat((norm_logits.unsqueeze(1), norm_aug_logits.unsqueeze(1)), dim = 1)\n                    loss_contrast = self.contrast_criterion(contrastive_logits, mask = logits_mask, temperature = args.pretrain_temperature, device = self.device)\n                    \n                    loss = loss_contrast + loss_ce_labeled\n                    \n                    self.optimizer.zero_grad()\n                    loss.backward()\n                    \n                    if args.grad_clip != -1.0:\n                        nn.utils.clip_grad_value_([param for param in self.model.parameters() if param.requires_grad], args.grad_clip)\n\n                    tr_loss += loss.item()\n                    nb_tr_steps += 1\n\n                    self.optimizer.step()\n                    self.scheduler.step()\n                   \n            loss = tr_loss / nb_tr_steps\n            \n            outputs = self.get_outputs(args, mode = 'eval')\n            \n            y_true = outputs['y_true']\n            y_pred = outputs['y_pred']\n            eval_score = round(accuracy_score(y_true, y_pred) * 100, 2)\n            \n            eval_results = {\n                'train_loss': loss,\n                'eval_score': eval_score,\n                'best_score': best_eval_score,\n            }\n            \n            self.logger.info(\"***** Epoch: %s: Eval results *****\", str(epoch + 1))\n            for key in sorted(eval_results.keys()):\n                self.logger.info(\"  %s = %s\", key, str(eval_results[key]))\n            \n            if eval_score > best_eval_score:\n                best_model = copy.deepcopy(self.model)\n                wait = 0\n                best_eval_score = eval_score\n            elif eval_score > 0:\n                wait += 1\n                if wait >= args.wait_patient:\n                    break\n               \n        self.model = best_model\n\n        if args.save_model:\n            pretrained_model_dir = os.path.join(args.method_output_dir, 'pretrain')\n            if not os.path.exists(pretrained_model_dir):\n                os.makedirs(pretrained_model_dir)\n            save_model(self.model, pretrained_model_dir)\n    \n    def get_outputs(self, args, mode = 'eval', get_feats = False):\n        \n        if mode == 'eval':\n            dataloader = self.eval_dataloader\n        elif mode == 'train':\n            dataloader = self.train_dataloader\n        elif mode == 'labeled':\n            dataloader = self.train_labeled_dataloader\n\n        self.model.eval()\n\n        total_labels = torch.empty(0,dtype=torch.long).to(self.device)\n        total_preds = torch.empty(0,dtype=torch.long).to(self.device)\n        \n        total_features = torch.empty((0,args.feat_dim)).to(self.device)\n        total_logits = torch.empty((0, args.num_labels)).to(self.device)\n        \n        eval_loss = 0\n        nb_eval_steps = 0\n        \n        for batch in tqdm(dataloader, desc=\"Iteration\"):\n\n            batch = tuple(t.to(self.device) for t in batch)\n            input_ids, input_mask, segment_ids, label_ids = batch\n            with torch.set_grad_enabled(False):\n                \n                features, logits = self.model(input_ids, segment_ids, input_mask, feature_ext = True)\n                if mode == 'eval':\n                    eval_loss = self.criterion(logits, label_ids)\n                    \n                total_labels = torch.cat((total_labels,label_ids))\n                total_features = torch.cat((total_features, features))\n                total_logits = torch.cat((total_logits, logits))\n                \n                nb_eval_steps += 1\n                \n        eval_loss = eval_loss / nb_eval_steps\n        total_probs = F.softmax(total_logits.detach(), dim = 1)\n        total_maxprobs, total_preds = total_probs.max(dim = 1)\n        \n        outputs = {\n            'feats': total_features.cpu().numpy(),\n            'y_true': total_labels.cpu().numpy(),\n            'y_pred': total_preds.cpu().numpy(),\n            'loss': eval_loss\n        }\n        \n        return outputs\n\n    def predict_k(self, args, data):\n     \n        outputs = self.get_outputs(args, mode = 'train')\n        feats, y_true = outputs['feats'], outputs['y_true']\n        \n        labeled_pos = list(np.where(y_true != -1)[0])\n        labeled_feats = feats[labeled_pos]\n        labeled_labels = y_true[labeled_pos]        \n        unique_labeled_labels = np.unique(labeled_labels)\n        \n        labeled_centers = []\n        for idx, label in enumerate(unique_labeled_labels):\n            label_feats = labeled_feats[labeled_labels == label]\n            labeled_centers.append(np.mean(label_feats, axis = 0))\n        labeled_centers = np.array(labeled_centers)\n        \n        start = time.time()\n        km = KMeans(n_clusters = data.num_labels, random_state = args.seed).fit(feats)\n        km_centroids, y_pred = km.cluster_centers_, km.labels_\n        end = time.time()\n        self.logger.info('K-means used %s s', round(end - start, 2))\n        \n        DistanceMatrix = np.linalg.norm(labeled_centers[:,np.newaxis,:]-km_centroids[np.newaxis,:,:],axis=2) \n        row_ind, col_ind = linear_sum_assignment(DistanceMatrix)        \n        alignment_labels = list(col_ind)\n\n        cluster_mean_size = len(y_true) / data.num_labels\n        print('cluster_mean_size:{}'.format(cluster_mean_size))\n        \n        pred_label_list = np.unique(y_pred)\n       \n        cnt = 0\n        known_nums = []\n        new_nums = []\n        \n        for label in pred_label_list:\n            num = len(y_pred[y_pred == label]) \n            if label in alignment_labels:\n                known_nums.append(num)\n                continue\n            \n            new_nums.append(num)\n            if num >= cluster_mean_size:\n                cnt += 1\n\n        print('known_nums:{}'.format(known_nums))\n        print('new_nums:{}'.format(new_nums))\n        \n        num_labels = self.n_known_cls + cnt\n        print('============Number of clusters is {}'.format(num_labels))\n\n        return num_labels"
  },
  {
    "path": "open_intent_discovery/methods/semi_supervised/__init__.py",
    "content": ""
  },
  {
    "path": "open_intent_discovery/methods/unsupervised/AG/manager.py",
    "content": "import logging\nfrom utils.metrics import clustering_score\nfrom sklearn.metrics import confusion_matrix\n\nclass AGManager:\n    \n    def __init__(self, args, data, model, logger_name = 'Discovery'):\n\n        self.logger = logging.getLogger(logger_name)\n        self.emb_train, self.emb_test = model.set_model(args, data, 'glove')\n        self.num_labels = data.num_labels\n        self.test_y = data.dataloader.test_true_labels\n\n    def train(self, *args):\n        self.logger.info('Agglomerative Clustering does not need training...')\n        pass\n    \n    def test(self, args, data, show = True):\n\n        self.logger.info('Agglomerative Clustering start...')\n        from sklearn.cluster import AgglomerativeClustering\n        ag = AgglomerativeClustering(n_clusters = self.num_labels)\n        ag.fit(self.emb_train)\n\n        y_pred = ag.fit_predict(self.emb_test)\n        y_true = self.test_y\n        test_results = clustering_score(y_true, y_pred)\n        cm = confusion_matrix(y_true,y_pred) \n\n        if show:\n            self.logger.info\n            self.logger.info(\"***** Test: Confusion Matrix *****\")\n            self.logger.info(\"%s\", str(cm))\n            self.logger.info(\"***** Test results *****\")\n            \n            for key in sorted(test_results.keys()):\n                self.logger.info(\"  %s = %s\", key, str(test_results[key]))\n        \n        test_results['y_true'] = y_true\n        test_results['y_pred'] = y_pred       \n\n        return test_results\n    \n"
  },
  {
    "path": "open_intent_discovery/methods/unsupervised/CC/manager.py",
    "content": "import logging\nimport numpy as np\nimport torch\nimport torch.nn as nn\nfrom utils.metrics import clustering_score\nfrom sklearn.metrics import confusion_matrix\nfrom tqdm import trange, tqdm\nfrom sklearn.cluster import KMeans\nfrom torch.utils.data import (DataLoader, RandomSampler, TensorDataset)\nfrom utils.functions import save_model\nfrom losses import contrastive_loss\n\nclass CCmanager:\n    \n    def __init__(self, args, data, model, logger_name = 'Discovery'):\n        \n        self.logger = logging.getLogger(logger_name)\n        self.device = model.device\n        self.num_labels = data.num_labels\n        \n        loader = data.dataloader\n        self.train_dataloader, self.test_dataloader = \\\n            loader.train_outputs['loader'], loader.test_outputs['loader']\n        self.train_input_ids, self.train_input_mask, self.train_segment_ids = \\\n            loader.train_outputs['input_ids'], loader.train_outputs['input_mask'], loader.train_outputs['segment_ids']\n        self.augdataloader = self.get_augment_dataloader(args)\n        \n        self.set_model_optimizer(args, data, model)\n        \n        self.instance_temperature = 0.7 \n        self.cluster_temperature = 1.0\n        self.criterion_instance = contrastive_loss.InstanceLoss(args.train_batch_size, self.instance_temperature, self.device) \n        self.criterion_cluster = contrastive_loss.ClusterLoss(self.num_labels, self.cluster_temperature, self.device) \n    \n    def set_model_optimizer(self, args, data, model):\n            \n        self.model = model.set_model(args, data, 'bert', args.freeze_bert_parameters)   \n        self.optimizer , self.scheduler = model.set_optimizer(self.model, data.dataloader.num_train_examples, args.train_batch_size, \\\n            args.num_train_epochs, args.lr, args.warmup_proportion)\n        \n        self.device = model.device\n\n    def batch_chunk(self, x):\n        x1, x2 = torch.chunk(input=x, chunks=2, dim=1)\n        x1, x2 = x1.squeeze(1), x2.squeeze(1)\n        return x1, x2\n\n    def train(self, args, data):\n         \n        self.logger.info('CC training starts...')\n        \n        for epoch in trange(int(args.num_train_epochs), desc=\"Epoch\"):  \n\n            tr_loss, nb_tr_steps = 0, 0\n            self.model.train()\n            for batch in tqdm(self.augdataloader, desc=\"Training(All)\"):\n                \n                batch = tuple(t.to(self.device) for t in batch)\n                input_ids, input_mask, segment_ids = batch\n                                               \n                with torch.set_grad_enabled(True):\n                    \n                    input_ids_a,  input_ids_b = self.batch_chunk(input_ids)\n                    input_mask_a,  input_mask_b = self.batch_chunk(input_mask)\n                    segment_ids_a,  segment_ids_b = self.batch_chunk(segment_ids)\n                    \n                    x_i = self.model(input_ids_a, segment_ids_a, input_mask_a)               \n                    x_j = self.model(input_ids_b, segment_ids_b, input_mask_b)\n         \n                    z_i, z_j, c_i, c_j = self.model.get_features(x_i, x_j)\n                    loss_instance = self.criterion_instance(z_i, z_j)\n                    loss_cluster = self.criterion_cluster(c_i, c_j)\n                    loss = loss_instance + loss_cluster              \n\n                    self.optimizer.zero_grad()\n                    loss.backward()\n\n                    tr_loss += loss.item()\n                    nb_tr_steps += 1\n                                \n                    self.optimizer.step()\n                    self.scheduler.step()\n                \n            train_loss = tr_loss / nb_tr_steps\n            \n            self.logger.info(\"***** Epoch: %s: train results *****\", str(epoch))\n            self.logger.info(\"  train_loss = %s\",  str(train_loss))\n        \n        self.logger.info('CC training finished...')\n        if args.save_model:\n            save_model(self.model, args.model_output_dir)\n\n    def test(self, args, data):\n\n        feats, y_true = self.get_outputs(args, mode = 'test')\n        km = KMeans(n_clusters = self.num_labels, random_state=args.seed).fit(feats)\n        y_pred = km.labels_\n        \n        test_results = clustering_score(y_true, y_pred)\n        cm = confusion_matrix(y_true, y_pred)\n        \n        self.logger.info\n        self.logger.info(\"***** Test: Confusion Matrix *****\")\n        self.logger.info(\"%s\", str(cm))\n        self.logger.info(\"***** Test results *****\")\n        \n        for key in sorted(test_results.keys()):\n            self.logger.info(\"  %s = %s\", key, str(test_results[key]))\n\n        test_results['y_true'] = y_true\n        test_results['y_pred'] = y_pred\n\n        return test_results\n    \n    def get_outputs(self, args, mode):\n        \n        if mode == 'test':\n            dataloader = self.test_dataloader\n            \n        self.model.eval()\n\n        total_labels = torch.empty(0,dtype=torch.long).to(self.device)\n        total_features = torch.empty((0,args.feat_dim)).to(self.device)\n        \n        for batch in tqdm(dataloader, desc=\"Iteration\"):\n\n            batch = tuple(t.to(self.device) for t in batch)\n            input_ids, input_mask, segment_ids, label_ids = batch\n         \n            with torch.set_grad_enabled(False):\n                pooled_output = self.model(input_ids, segment_ids, input_mask)\n                \n                total_labels = torch.cat((total_labels,label_ids))\n                total_features = torch.cat((total_features, pooled_output))\n \n        feats = total_features.cpu().numpy()\n        y_true = total_labels.cpu().numpy()\n        return feats, y_true\n\n    def get_augment_dataloader(self, args):\n\n        train_input_ids = self.train_input_ids.unsqueeze(1)\n        train_input_mask = self.train_input_mask.unsqueeze(1)\n        train_segment_ids = self.train_segment_ids.unsqueeze(1)\n\n        train_input_ids = torch.cat(([train_input_ids, train_input_ids]), dim = 1)\n        train_input_mask = torch.cat(([train_input_mask, train_input_mask]), dim = 1)\n        train_segment_ids = torch.cat(([train_segment_ids, train_segment_ids]), dim = 1)\n\n        train_data = TensorDataset(train_input_ids, train_input_mask, train_segment_ids)\n        train_sampler = RandomSampler(train_data)\n        train_dataloader = DataLoader(train_data, sampler = train_sampler,  batch_size = args.train_batch_size, drop_last=True)\n\n        return train_dataloader\n\n"
  },
  {
    "path": "open_intent_discovery/methods/unsupervised/DCN/manager.py",
    "content": "import logging\nimport os\nimport numpy as np\nimport copy\nfrom sklearn.metrics import confusion_matrix\nfrom keras.models import Model\nfrom keras.optimizers import SGD\nfrom tqdm import trange \nfrom configs.base import ParamManager\nfrom utils.metrics import clustering_score\nfrom utils.functions import set_seed\nfrom backbones.sae import get_sae, ClusteringLayer\nfrom sklearn.cluster import KMeans\n\ndef target_distribution(q):\n    weight = q ** 2 / q.sum(0)\n    return (weight.T / weight.sum(1)).T\n\nclass DCNManager:\n    \n    def __init__(self, args, data, model, logger_name = 'Discovery'):\n\n        self.logger = logging.getLogger(logger_name)\n        \n        self.tfidf_train, self.tfidf_test = data.dataloader.tfidf_train, data.dataloader.tfidf_test\n        self.num_labels = data.num_labels\n        self.test_y = data.dataloader.test_true_labels\n        self.init_sae(args, data, model)\n        set_seed(args.seed)\n        \n        if args.train:\n            self.model, self.y_pred_init = self.init_model(args)\n\n        else:\n            clustering_layer = ClusteringLayer(self.num_labels, name='clustering')(self.sae.layers[3].output)\n            self.model = Model(inputs=self.sae.input, outputs = [clustering_layer, self.sae.output])\n            \n            save_path = os.path.join(args.model_output_dir, args.model_name)\n            self.logger.info('Loading models from %s' % save_path)\n            self.model.load_weights(save_path)\n\n    def init_sae(self, args, data, model):\n        self.sae = model.set_model(args, data, 'sae')           \n        self.sae_feats_path = os.path.join(args.model_output_dir, 'SAE.h5') \n \n        if os.path.exists(self.sae_feats_path):\n            self.logger.info('Loading SAE features from %s' % self.sae_feats_path)\n            self.sae.load_weights(self.sae_feats_path)\n        else:\n            self.logger.info('SAE (emb) training start...')  \n            self.sae.fit(self.tfidf_train, self.tfidf_train, epochs = args.num_train_epochs_SAE, batch_size = args.SAE_batch_size, shuffle=True, \n                        validation_data=(self.tfidf_test, self.tfidf_test), verbose=1)\n            self.logger.info('SAE (emb) training finished...') \n\n            if args.save_model:\n\n                save_path = os.path.join(args.model_output_dir, 'SAE.h5')\n                self.logger.info('Save models at %s', str(save_path))\n                self.sae.save_weights(save_path)\n\n    def init_model(self, args):\n \n        sae_emb_train, sae_emb_test = get_sae(args, self.sae, self.tfidf_train, self.tfidf_test)\n        clustering_layer = ClusteringLayer(self.num_labels, name='clustering')(self.sae.layers[3].output)\n        model = Model(inputs=self.sae.input, outputs = [clustering_layer, self.sae.output])\n        model.compile(loss=['kld', 'mse'], loss_weights=[1, 0.1], optimizer=SGD(args.lr, args.momentum))\n\n        km = KMeans(n_clusters=self.num_labels, n_init=20, n_jobs=-1, random_state=args.seed)\n        y_pred = km.fit_predict(sae_emb_train)\n        y_pred_last = np.copy(y_pred)\n        model.get_layer(name='clustering').set_weights([km.cluster_centers_])\n\n        return model, y_pred_last\n\n    def train(self, args, data):\n        \n        self.logger.info('DCN training starts...')\n        index = 0\n        loss = 0\n        index_array = np.arange(self.tfidf_train.shape[0])\n        y_pred_last = self.y_pred_init\n\n        for epoch in trange(int(args.num_train_epochs_DCN), desc=\"Epoch\"):\n\n            if epoch % args.update_interval == 0:\n    \n                q, _ = self.model.predict(self.tfidf_train, verbose=0)\n                p = target_distribution(q)  # update the auxiliary target distribution p\n                # evaluate the clustering performance\n                y_pred = q.argmax(1)\n\n                # check stop criterion - model convergence\n                delta_label = np.sum(y_pred != y_pred_last).astype(np.float32) / y_pred.shape[0]\n                y_pred_last = np.copy(y_pred)\n\n                if epoch > 0:\n\n                    self.logger.info(\"***** Epoch: %s*****\", str(epoch + 1))\n                    self.logger.info('Training Loss: %f', np.round(loss, 5))\n                    self.logger.info('Delta Label: %f', delta_label)\n\n                    if delta_label < args.tol:\n                        self.logger.info('delta_label %s < %f', delta_label, args.tol)  \n                        self.logger.info('Reached tolerance threshold. Stop training.')\n                        break\n\n            idx = index_array[index * args.DCN_batch_size: min((index + 1) * args.DCN_batch_size, self.tfidf_train.shape[0])]\n            loss = self.model.train_on_batch(x = self.tfidf_train[idx], y = [p[idx], self.tfidf_train[idx]])[0]\n            index = index + 1 if (index + 1) * args.DCN_batch_size <= self.tfidf_train.shape[0] else 0\n\n        self.logger.info('DCN training finished...')\n\n        if args.save_model:\n            save_path = os.path.join(args.model_output_dir, args.model_name)\n            self.model.save_weights(save_path)\n\n\n    def test(self, args, data, show=False):\n\n        q, _ = self.model.predict(self.tfidf_test, verbose = 0)\n        y_pred = q.argmax(1)\n        y_true = self.test_y\n\n        test_results = clustering_score(y_true, y_pred)\n        cm = confusion_matrix(y_true,y_pred) \n        \n        if show:\n            self.logger.info\n            self.logger.info(\"***** Test: Confusion Matrix *****\")\n            self.logger.info(\"%s\", str(cm))\n            self.logger.info(\"***** Test results *****\")\n            \n            for key in sorted(test_results.keys()):\n                self.logger.info(\"  %s = %s\", key, str(test_results[key]))\n\n        test_results['y_true'] = y_true\n        test_results['y_pred'] = y_pred  \n\n        return test_results\n        \n    \n"
  },
  {
    "path": "open_intent_discovery/methods/unsupervised/DEC/manager.py",
    "content": "import logging\nimport os\nimport numpy as np\nimport copy\nfrom utils.metrics import clustering_score\nfrom sklearn.metrics import confusion_matrix\nfrom keras.models import Model\nfrom keras.optimizers import SGD\nfrom tqdm import trange\nfrom configs.base import ParamManager\nfrom utils.functions import set_seed\nfrom backbones.sae import get_sae, ClusteringLayer\nfrom sklearn.cluster import KMeans\n\ndef target_distribution(q):\n    weight = q ** 2 / q.sum(0)\n    return (weight.T / weight.sum(1)).T\n\nclass DECManager:\n    \n    def __init__(self, args, data, model, logger_name = 'Discovery'):\n        \n        self.logger = logging.getLogger(logger_name)\n        # self.sae = model.set_model(args, data, 'sae')\n\n        self.tfidf_train, self.tfidf_test = data.dataloader.tfidf_train, data.dataloader.tfidf_test\n        self.num_labels = data.num_labels\n        self.test_y = data.dataloader.test_true_labels\n\n        self.init_sae(args, data, model)\n        set_seed(args.seed)\n        if args.train:\n            self.model, self.y_pred_init = self.init_model(args)\n\n        else:\n            clustering_layer = ClusteringLayer(self.num_labels, name='clustering')(self.sae.layers[3].output)\n            self.model = Model(inputs=self.sae.input, outputs = [clustering_layer, self.sae.output])\n            \n            save_path = os.path.join(args.model_output_dir, args.model_name)\n            self.logger.info('Loading models from %s' % save_path)\n            self.model.load_weights(save_path)\n\n    def init_sae(self, args, data, model):\n        self.sae = model.set_model(args, data, 'sae')           \n        self.sae_feats_path = os.path.join(args.model_output_dir, 'SAE.h5') \n \n        if os.path.exists(self.sae_feats_path):\n            self.logger.info('Loading SAE features from %s' % self.sae_feats_path)\n            self.sae.load_weights(self.sae_feats_path)\n        else:\n            self.logger.info('SAE (emb) training start...')  \n            self.sae.fit(self.tfidf_train, self.tfidf_train, epochs = args.num_train_epochs_SAE, batch_size = args.SAE_batch_size, shuffle=True, \n                        validation_data=(self.tfidf_test, self.tfidf_test), verbose=1)\n            self.logger.info('SAE (emb) training finished...') \n\n            if args.save_model:\n\n                save_path = os.path.join(args.model_output_dir, 'SAE.h5')\n                self.logger.info('Save models at %s', str(save_path))\n                self.sae.save_weights(save_path)\n\n    def init_model(self, args):\n\n        sae_emb_train, sae_emb_test = get_sae(args, self.sae, self.tfidf_train, self.tfidf_test)\n        clustering_layer = ClusteringLayer(self.num_labels, name='clustering')(self.sae.layers[3].output)\n        model = Model(inputs=self.sae.input, outputs = clustering_layer)\n        model.compile(optimizer=SGD(args.lr, args.momentum), loss='kld')\n\n        km = KMeans(n_clusters=self.num_labels, n_init=20, n_jobs=-1, random_state=args.seed)\n        y_pred = km.fit_predict(sae_emb_train)\n        y_pred_last = np.copy(y_pred)\n        model.get_layer(name='clustering').set_weights([km.cluster_centers_])\n\n        return model, y_pred_last\n\n    def train(self, args, data):\n\n        self.logger.info('DEC training starts...')\n        index = 0\n        loss = 0\n        index_array = np.arange(self.tfidf_train.shape[0])\n        y_pred_last = self.y_pred_init\n\n        for epoch in trange(int(args.num_train_epochs_DEC), desc=\"Epoch\"):\n\n            if  epoch % args.update_interval == 0:\n\n                q = self.model.predict(self.tfidf_train, verbose=0)\n                p = target_distribution(q)  \n\n                y_pred = q.argmax(1)\n                delta_label = np.sum(y_pred != y_pred_last).astype(np.float32) / y_pred.shape[0]\n                y_pred_last = np.copy(y_pred)\n                \n                if epoch > 0:\n                    \n                    self.logger.info(\"***** Epoch: %s*****\", str(epoch + 1))\n                    self.logger.info('Training Loss: %f', np.round(loss, 5))\n                    self.logger.info('Delta Label: %f', delta_label)\n\n                    if delta_label < args.tol:\n                        self.logger.info('delta_label %s < %f', delta_label, args.tol)  \n                        self.logger.info('Reached tolerance threshold. Stop training.')\n                        break\n\n            idx = index_array[index * args.DEC_batch_size: min((index + 1) * args.DEC_batch_size, self.tfidf_train.shape[0])]\n            loss = self.model.train_on_batch(x = self.tfidf_train[idx], y = p[idx])\n            index = index + 1 if (index + 1) * args.DEC_batch_size <= self.tfidf_train.shape[0] else 0\n\n        self.logger.info('DEC training finished...')\n\n        if args.save_model:\n            save_path = os.path.join(args.model_output_dir, args.model_name)\n            self.model.save_weights(save_path)\n\n\n    def test(self, args, data, show=False):\n\n        q = self.model.predict(self.tfidf_test, verbose = 0)\n        y_pred = q.argmax(1)\n        y_true = self.test_y\n\n        test_results = clustering_score(y_true, y_pred)\n        cm = confusion_matrix(y_true,y_pred) \n        \n        if show:\n            self.logger.info\n            self.logger.info(\"***** Test: Confusion Matrix *****\")\n            self.logger.info(\"%s\", str(cm))\n            self.logger.info(\"***** Test results *****\")\n            \n            for key in sorted(test_results.keys()):\n                self.logger.info(\"  %s = %s\", key, str(test_results[key]))\n\n        test_results['y_true'] = y_true\n        test_results['y_pred'] = y_pred  \n\n        return test_results\n    \n"
  },
  {
    "path": "open_intent_discovery/methods/unsupervised/KM/manager.py",
    "content": "import logging\nfrom utils.metrics import clustering_score\nfrom sklearn.metrics import confusion_matrix\n\nclass KMManager:\n    \n    def __init__(self, args, data, model, logger_name = 'Discovery'):\n        \n        self.logger = logging.getLogger(logger_name)\n        self.emb_train, self.emb_test = model.set_model(args, data, 'glove')\n        self.num_labels = data.num_labels\n        self.test_y = data.dataloader.test_true_labels\n\n    def train(self, *args):\n        self.logger.info('K-Means does not need training...')\n        pass\n\n    def test(self, args, data, show=True):\n        \n        self.logger.info('K-Means start...')\n        from sklearn.cluster import KMeans\n        km = KMeans(n_clusters=self.num_labels, n_jobs=-1, random_state = args.seed)\n        km.fit(self.emb_train)\n        self.logger.info('K-Means finished...')\n\n        y_pred = km.predict(self.emb_test)\n        y_true = self.test_y\n        test_results = clustering_score(y_true, y_pred)\n        cm = confusion_matrix(y_true, y_pred)\n\n        if show:\n            self.logger.info\n            self.logger.info(\"***** Test: Confusion Matrix *****\")\n            self.logger.info(\"%s\", str(cm))\n            self.logger.info(\"***** Test results *****\")\n            \n            for key in sorted(test_results.keys()):\n                self.logger.info(\"  %s = %s\", key, str(test_results[key]))\n\n        test_results['y_true'] = y_true\n        test_results['y_pred'] = y_pred       \n\n        return test_results\n    \n"
  },
  {
    "path": "open_intent_discovery/methods/unsupervised/SAE/manager.py",
    "content": "import logging\nimport os\nfrom utils.metrics import clustering_score\nfrom sklearn.metrics import confusion_matrix\n\nclass SAEManager:\n    \n    def __init__(self, args, data, model, logger_name = 'Discovery'):\n        \n        self.logger = logging.getLogger(logger_name)\n        self.sae = model.set_model(args, data, 'sae')\n        self.tfidf_train, self.tfidf_test = data.dataloader.tfidf_train, data.dataloader.tfidf_test\n\n        self.num_labels = data.num_labels\n        self.test_y = data.dataloader.test_true_labels\n\n    def train(self, args, data):\n        \n        self.logger.info('SAE (emb) training start...')\n        \n        self.sae.fit(self.tfidf_train, self.tfidf_train, epochs = args.num_train_epochs, batch_size = args.batch_size, shuffle=True, \n                    validation_data=(self.tfidf_test, self.tfidf_test), verbose=1)\n\n        self.logger.info('SAE (emb) training finished...') \n        \n        if args.save_model:\n\n            save_path = os.path.join(args.model_output_dir, args.model_name)\n            self.logger.info('Save models at %s', str(save_path))\n            self.sae.save_weights(save_path)\n\n    \n    def test(self, args, data, show=False):\n        \n        from backbones.sae import get_sae\n        \n        if not args.train:\n            save_path = os.path.join(args.model_output_dir, args.model_name)\n            self.sae.load_weights(save_path)\n\n        sae_emb_train, sae_emb_test = get_sae(args, self.sae, self.tfidf_train, self.tfidf_test)\n        \n        self.logger.info('K-Means start...')\n        from sklearn.cluster import KMeans\n\n        km = KMeans(n_clusters= self.num_labels, n_jobs=-1, random_state=args.seed)\n        km.fit(sae_emb_train)\n        self.logger.info('K-Means finished...')\n\n        y_pred = km.predict(sae_emb_test)\n        y_true = self.test_y\n        test_results = clustering_score(y_true, y_pred)\n        cm = confusion_matrix(y_true, y_pred)\n        \n        if show:\n            self.logger.info\n            self.logger.info(\"***** Test: Confusion Matrix *****\")\n            self.logger.info(\"%s\", str(cm))\n            self.logger.info(\"***** Test results *****\")\n            \n            for key in sorted(test_results.keys()):\n                self.logger.info(\"  %s = %s\", key, str(test_results[key]))\n\n        test_results['y_true'] = y_true\n        test_results['y_pred'] = y_pred       \n\n        return test_results\n        \n    \n"
  },
  {
    "path": "open_intent_discovery/methods/unsupervised/SCCL/manager.py",
    "content": "import logging\nimport numpy as np\nimport copy\nimport torch\nimport torch.nn as nn\n\nfrom utils.metrics import clustering_score\nfrom sklearn.metrics import confusion_matrix\nfrom tqdm import trange, tqdm\nfrom sklearn.cluster import KMeans\nfrom torch.utils.data import (DataLoader, RandomSampler, TensorDataset)\nfrom sklearn.metrics import silhouette_score\nfrom utils.functions import set_seed\nfrom utils.functions import save_model\nfrom sentence_transformers import SentenceTransformer\n\nclass SCCLmanager:\n    \n    def __init__(self, args, data, model, logger_name = 'Discovery'):\n        \n        self.logger = logging.getLogger(logger_name)\n\n        loader = data.dataloader\n        self.num_labels = data.num_labels\n        self.train_dataloader, self.test_dataloader = \\\n            loader.train_outputs['loader'], loader.test_outputs['loader']\n        self.train_input_ids, self.train_input_mask, self.train_segment_ids = \\\n            loader.train_outputs['input_ids'], loader.train_outputs['input_mask'], loader.train_outputs['segment_ids']\n        \n        self.augdataloader = self.get_augment_dataloader(args)\n        self.tokenizer = loader.tokenizer\n        self.set_model_optimizer(args, data, model)\n        self.cluster_loss = nn.KLDivLoss(size_average=False)\n        self.contrast_loss = PairConLoss(temperature=args.temperature)\n\n    def set_model_optimizer(self, args, data, model):\n            \n        self.model = model.set_model(args, data, 'bert', args.freeze_bert_parameters)   \n        self.model.bert = SentenceTransformer('distilbert-base-nli-stsb-mean-tokens')[0].auto_model\n        self.device = model.device \n        self.model.bert.to(self.device)\n\n        cluster_centers = self.get_kmeans_centers(self.train_dataloader, args)\n   \n        self.model.init_model(cluster_centers=cluster_centers, alpha=args.alpha) \n        self.optimizer = self.get_optimizer(self.model, args)\n        self.model.to(self.device)\n\n\n    def target_distribution(self, batch: torch.Tensor) -> torch.Tensor:\n        weight = (batch ** 2) / (torch.sum(batch, 0) + 1e-9)\n        return (weight.t() / torch.sum(weight, 1)).t()\n\n    def get_optimizer(self, model, args): \n\n        optimizer = torch.optim.Adam([\n            {'params':model.bert.parameters()}, \n            {'params':model.contrast_head.parameters(), 'lr': args.lr * args.lr_scale},\n            {'params':model.cluster_centers, 'lr': args.lr * args.lr_scale}\n        ], lr = args.lr)\n        \n        return optimizer \n\n    def get_kmeans_centers(self, train_loader, args):\n        for i, batch in enumerate(tqdm(train_loader)):\n            batch = tuple(t.to(self.device) for t in batch)\n            train_input_ids, train_input_mask, _, _= batch\n            corpus_embeddings = self.model.get_mean_embeddings(train_input_ids, train_input_mask)\n            if i == 0:     \n                all_embeddings = corpus_embeddings.cpu().detach().numpy()\n            else:\n                all_embeddings = np.concatenate((all_embeddings, corpus_embeddings.cpu().detach().numpy()), axis=0)\n\n        print('embedding shape', all_embeddings.shape)\n        clustering_model = KMeans(n_clusters=self.num_labels, random_state=args.seed)\n        clustering_model.fit(all_embeddings)\n\n        print(\"Iterations:{},  centers:{}\".format(clustering_model.n_iter_,   clustering_model.cluster_centers_.shape))\n        \n        return clustering_model.cluster_centers_\n    \n    def train(self, args, data):\n\n        self.logger.info('SCCL training starts...')\n \n        for epoch in trange(int(args.num_train_epochs), desc=\"Epoch\"):  \n            self.model.train()\n            \n            tr_loss, nb_tr_steps = 0, 0\n            for batch in tqdm(self.augdataloader, desc=\"Training(All)\"):\n                with torch.set_grad_enabled(True):\n                    batch = tuple(t.to(self.device) for t in batch)\n                    input_ids, input_mask, segment_ids = batch\n                    embd1, embd2, embd3 = self.model(input_ids, input_mask, task_type=\"explicit\")\n                    # Instance-CL loss\n                    feat1, feat2 = self.model.contrast_logits(embd2, embd3)\n                    losses = self.contrast_loss(feat1, feat2)\n                    loss = args.eta * losses[\"loss\"]\n\n                    output = self.model.get_cluster_prob(embd1)\n                    target = self.target_distribution(output).detach()\n                    cluster_loss = self.cluster_loss((output+1e-08).log(), target)/output.shape[0]\n                    loss += cluster_loss\n                    losses[\"cluster_loss\"] = cluster_loss.item()\n\n                    loss.backward()\n                    self.optimizer.step()\n                    self.optimizer.zero_grad()\n                    tr_loss += loss.item()\n                    nb_tr_steps += 1\n\n            train_loss = tr_loss / nb_tr_steps\n            self.logger.info(\"***** Epoch: %s: train results *****\", str(epoch))\n            self.logger.info(\"  train_loss = %s\",  str(train_loss))\n\n        self.logger.info('SCCL training finished...')\n\n        if args.save_model:\n            save_model(self.model, args.model_output_dir)\n\n    def test(self, args, data):\n\n        feats, y_true = self.get_outputs(args, mode = 'test', model = self.model)\n        km = KMeans(n_clusters = self.num_labels, random_state=args.seed).fit(feats)\n        y_pred = km.labels_\n        \n        test_results = clustering_score(y_true, y_pred)\n        cm = confusion_matrix(y_true, y_pred)\n        \n        self.logger.info\n        self.logger.info(\"***** Test: Confusion Matrix *****\")\n        self.logger.info(\"%s\", str(cm))\n        self.logger.info(\"***** Test results *****\")\n        \n        for key in sorted(test_results.keys()):\n            self.logger.info(\"  %s = %s\", key, str(test_results[key]))\n\n        test_results['y_true'] = y_true\n        test_results['y_pred'] = y_pred\n\n        return test_results\n\n    def get_outputs(self, args, mode, model):\n        \n        if mode == 'eval':\n            dataloader = self.train_dataloader\n        elif mode == 'test':\n            dataloader = self.test_dataloader\n        elif mode == 'train':\n            dataloader = self.augdataloader\n            \n        model.eval()\n        total_labels = torch.empty(0,dtype=torch.long).to(self.device)\n        total_features = torch.empty((0,args.feat_dim)).to(self.device)\n        \n        for batch in tqdm(dataloader, desc=\"Iteration\"):\n\n            batch = tuple(t.to(self.device) for t in batch)\n            input_ids, input_mask, segment_ids, label_ids = batch\n\n            with torch.set_grad_enabled(False):\n                pooled_output = model(input_ids, input_mask, task_type = 'evaluate')\n                total_labels = torch.cat((total_labels,label_ids))\n                total_features = torch.cat((total_features, pooled_output))\n\n     \n        feats = total_features.cpu().numpy()\n        y_true = total_labels.cpu().numpy()\n        return feats, y_true\n\n    def get_augment_dataloader(self, args):\n\n        train_input_ids = self.train_input_ids.unsqueeze(1)\n        train_input_mask = self.train_input_mask.unsqueeze(1)\n        train_segment_ids = self.train_segment_ids.unsqueeze(1)\n        \n        train_input_ids = torch.cat(([train_input_ids, train_input_ids, train_input_ids]), dim = 1)\n        train_input_mask = torch.cat(([train_input_mask, train_input_mask, train_input_mask]), dim = 1)\n        train_segment_ids = torch.cat(([train_segment_ids, train_segment_ids, train_segment_ids]), dim = 1)\n\n        train_data = TensorDataset(train_input_ids, train_input_mask, train_segment_ids)\n        train_sampler = RandomSampler(train_data)\n        train_dataloader = DataLoader(train_data, sampler = train_sampler,  batch_size = args.train_batch_size )\n\n        return train_dataloader\n\n\nclass PairConLoss(nn.Module):\n    def __init__(self, temperature=0.05):\n        super(PairConLoss, self).__init__()\n        self.temperature = temperature\n        self.eps = 1e-08\n        print(f\"\\n Initializing PairConLoss \\n\")\n\n    def forward(self, features_1, features_2):\n        device = features_1.device\n        batch_size = features_1.shape[0]\n        features= torch.cat([features_1, features_2], dim=0)\n        mask = torch.eye(batch_size, dtype=torch.bool).to(device)\n        mask = mask.repeat(2, 2)\n        mask = ~mask\n        \n        pos = torch.exp(torch.sum(features_1*features_2, dim=-1) / self.temperature)\n        pos = torch.cat([pos, pos], dim=0)\n        neg = torch.exp(torch.mm(features, features.t().contiguous()) / self.temperature)\n        neg = neg.masked_select(mask).view(2*batch_size, -1)\n        \n        neg_mean = torch.mean(neg)\n        pos_n = torch.mean(pos)\n        Ng = neg.sum(dim=-1)\n            \n        loss_pos = (- torch.log(pos / (Ng+pos))).mean()\n        \n        return {\"loss\":loss_pos, \"pos_mean\":pos_n.detach().cpu().numpy(), \"neg_mean\":neg_mean.detach().cpu().numpy(), \"pos\":pos.detach().cpu().numpy(), \"neg\":neg.detach().cpu().numpy()}\n            \n\n\n\n"
  },
  {
    "path": "open_intent_discovery/methods/unsupervised/USNID/manager.py",
    "content": "import torch\nimport torch.nn.functional as F\nimport numpy as np\nimport logging\nimport os\nimport time \n\nfrom torch.utils.data import DataLoader, TensorDataset, RandomSampler\nfrom sklearn.cluster import KMeans\nfrom sklearn.metrics import confusion_matrix\nfrom tqdm import trange, tqdm\nfrom scipy.optimize import linear_sum_assignment\nfrom losses import loss_map\nfrom utils.functions import save_model, restore_model\nfrom transformers import BertTokenizer\n\nfrom utils.metrics import clustering_score\nfrom utils.functions import set_seed, view_generator\nfrom losses import loss_map\nfrom .pretrain import PretrainUnsupUSNIDManager\n\nclass UnsupUSNIDManager:\n    \n    def __init__(self, args, data, model, logger_name = 'Discovery'):\n\n        pretrain_manager = PretrainUnsupUSNIDManager(args, data, model)\n    \n        set_seed(args.seed)\n        self.logger = logging.getLogger(logger_name)\n\n        loader = data.dataloader\n        self.train_dataloader, self.test_dataloader = \\\n            loader.train_outputs['loader'], loader.test_outputs['loader']\n\n        self.train_outputs = loader.train_outputs\n        self.criterion = loss_map['CrossEntropyLoss']\n        self.contrast_criterion = loss_map['SupConLoss']\n        self.tokenizer = BertTokenizer.from_pretrained(args.pretrained_bert_model, do_lower_case=True)    \n        self.generator = view_generator(self.tokenizer, args)\n        \n        if args.pretrain:\n            self.pretrained_model = pretrain_manager.model\n            \n            self.set_model_optimizer(args, data, model, pretrain_manager)\n            self.load_pretrained_model(args, self.pretrained_model)\n            \n        else:\n            self.pretrained_model = restore_model(pretrain_manager.model, os.path.join(args.method_output_dir, 'pretrain'))   \n            self.set_model_optimizer(args, data, model, pretrain_manager)\n            \n            if args.train:\n                self.load_pretrained_model(args, self.pretrained_model)\n            else:\n                self.model = restore_model(self.model, args.model_output_dir)   \n    \n    def set_model_optimizer(self, args, data, model, pretrain_manager):\n        \n        args.num_labels = self.num_labels = data.num_labels\n        self.model = model.set_model(args, data, 'bert', args.freeze_train_bert_parameters)     \n        self.optimizer , self.scheduler = model.set_optimizer(self.model, data.dataloader.num_train_examples, args.train_batch_size, \\\n            args.num_train_epochs, args.lr, args.warmup_proportion)\n        \n        self.device = model.device\n    \n    def clustering(self, args, init = 'k-means++'):\n        \n        outputs = self.get_outputs(args, mode = 'train', model = self.model)\n        feats = outputs['feats']\n        y_true = outputs['y_true']\n        \n        if init == 'k-means++':\n            \n            self.logger.info('Initializing centroids with K-means++...')\n            start = time.time()\n            km = KMeans(n_clusters = self.num_labels, n_jobs = -1, random_state=args.seed, init = 'k-means++').fit(feats) \n            \n            km_centroids, assign_labels = km.cluster_centers_, km.labels_\n            end = time.time()\n            self.logger.info('K-means++ used %s s', round(end - start, 2))   \n            \n        elif init == 'centers':\n            \n            start = time.time()\n            km = KMeans(n_clusters = self.num_labels, n_jobs = -1, random_state=args.seed, init = self.centroids).fit(feats)\n            km_centroids, assign_labels = km.cluster_centers_, km.labels_ \n            end = time.time()\n            self.logger.info('K-means used %s s', round(end - start, 2))\n\n        self.centroids = km_centroids\n        pseudo_labels = torch.tensor(assign_labels, dtype=torch.long)      \n        \n        return outputs, km_centroids, y_true, assign_labels, pseudo_labels\n                      \n    def train(self, args, data): \n\n        self.centroids = None\n        last_preds = None\n        \n        for epoch in trange(int(args.num_train_epochs), desc=\"Epoch\"):  \n            \n            init_mechanism = 'k-means++' if epoch == 0 else 'centers'\n            \n            outputs, km_centroids, y_true, assign_labels, pseudo_labels = self.clustering(args, init = init_mechanism)\n\n            current_preds = pseudo_labels.numpy()\n            delta_label = np.sum(current_preds != last_preds).astype(np.float32) / current_preds.shape[0] \n            last_preds = np.copy(current_preds)\n            \n            if epoch > 0:\n                \n                self.logger.info(\"***** Epoch: %s *****\", str(epoch))\n                self.logger.info('Training Loss: %f', np.round(tr_loss, 5))\n                self.logger.info('Delta Label: %f', delta_label)\n                \n                if delta_label < args.tol:\n                    self.logger.info('delta_label %s < %f', delta_label, args.tol)  \n                    self.logger.info('Reached tolerance threshold. Stop training.')\n                    break                   \n            \n            self.train_outputs['label_ids'] = pseudo_labels\n\n            pseudo_train_dataloader = self.get_augment_dataloader(args, self.train_outputs, pseudo_labels)\n\n            tr_loss = 0\n            nb_tr_examples, nb_tr_steps = 0, 0\n            self.model.train()\n\n            for batch in tqdm(pseudo_train_dataloader, desc=\"Training(All)\"):\n                \n                batch = tuple(t.to(self.device) for t in batch)\n                input_ids, input_mask, segment_ids, label_ids = batch\n\n                with torch.set_grad_enabled(True):\n\n                    input_ids_a, input_ids_b = self.batch_chunk(input_ids)\n                    input_mask_a, input_mask_b = self.batch_chunk(input_mask)\n                    segment_ids_a, segment_ids_b = self.batch_chunk(segment_ids)\n                    label_ids = torch.chunk(input=label_ids, chunks=2, dim=1)[0][:, 0]\n                          \n                    aug_mlp_output_a, aug_logits_a = self.model(input_ids_a, segment_ids_a, input_mask_a, mode = 'train')               \n                    aug_mlp_output_b, aug_logits_b = self.model(input_ids_b, segment_ids_b, input_mask_b, mode = 'train')\n\n                    loss_ce = 0.5 * (self.criterion(aug_logits_a, label_ids) + self.criterion(aug_logits_b, label_ids))\n\n                    norm_logits = F.normalize(aug_mlp_output_a)\n                    norm_aug_logits = F.normalize(aug_mlp_output_b)\n                    \n                    contrastive_feats = torch.cat((norm_logits.unsqueeze(1), norm_aug_logits.unsqueeze(1)), dim = 1)\n                    loss_contrast = self.contrast_criterion(contrastive_feats, labels = label_ids, temperature = args.train_temperature, device = self.device)\n            \n                    loss = loss_contrast + loss_ce\n                    self.optimizer.zero_grad()\n                    loss.backward()\n\n                    if args.grad_clip != -1.0:\n                        torch.nn.utils.clip_grad_value_([param for param in self.model.parameters() if param.requires_grad], args.grad_clip)\n\n                    tr_loss += loss.item()\n                    nb_tr_examples += input_ids.size(0)\n                    nb_tr_steps += 1\n\n                    self.optimizer.step()\n                    self.scheduler.step()\n                \n            tr_loss = tr_loss / nb_tr_steps\n                \n        if args.save_model:\n            save_model(self.model, args.model_output_dir)\n              \n    def test(self, args, data):\n        \n        outputs = self.get_outputs(args, mode = 'test', model = self.model)\n        feats = outputs['feats']\n        y_true = outputs['y_true']\n\n        km = KMeans(n_clusters = self.num_labels, n_jobs = -1, random_state=args.seed, init = self.centroids).fit(feats) \n       \n        y_pred = km.labels_\n        \n        test_results = clustering_score(y_true, y_pred)\n        cm = confusion_matrix(y_true, y_pred)\n        \n        self.logger.info\n        self.logger.info(\"***** Test: Confusion Matrix *****\")\n        self.logger.info(\"%s\", str(cm))\n        self.logger.info(\"***** Test results *****\")\n        \n        for key in sorted(test_results.keys()):\n            self.logger.info(\"  %s = %s\", key, str(test_results[key]))\n\n        test_results['y_true'] = y_true\n        test_results['y_pred'] = y_pred\n\n        return test_results\n\n    def get_outputs(self, args, mode, model):\n        \n        if mode == 'test':\n            dataloader = self.test_dataloader\n        elif mode == 'train':\n            dataloader = self.train_dataloader\n\n        model.eval()\n\n        total_labels = torch.empty(0,dtype=torch.long).to(self.device)\n        total_preds = torch.empty(0,dtype=torch.long).to(self.device)\n        \n        total_features = torch.empty((0,args.feat_dim)).to(self.device)\n        total_logits = torch.empty((0, self.num_labels)).to(self.device)\n        \n        for batch in tqdm(dataloader, desc=\"Iteration\"):\n\n            batch = tuple(t.to(self.device) for t in batch)\n            input_ids, input_mask, segment_ids, label_ids = batch\n\n            with torch.set_grad_enabled(False):\n                pooled_output, logits = model(input_ids, segment_ids, input_mask, feature_ext=True)\n                \n                total_labels = torch.cat((total_labels,label_ids))\n                total_features = torch.cat((total_features, pooled_output))\n                total_logits = torch.cat((total_logits, logits))\n        \n        feats = total_features.cpu().numpy()\n        y_true = total_labels.cpu().numpy()\n        \n        total_probs = F.softmax(total_logits.detach(), dim=1)\n        total_maxprobs, total_preds = total_probs.max(dim = 1)\n        y_pred = total_preds.cpu().numpy()\n        \n        y_logits = total_logits.cpu().numpy()\n        \n        outputs = {\n            'y_true': y_true,\n            'y_pred': y_pred,\n            'logits': y_logits,\n            'feats': feats\n        }\n        return outputs\n\n    def load_pretrained_model(self, args, pretrained_model):\n        \n        pretrained_dict = pretrained_model.state_dict()\n        classifier_params = ['mlp_head.bias','mlp_head.0.bias',  'classifier.weight', 'classifier.bias', 'mlp_head.0.weight', 'mlp_head.weight'] \n        \n        pretrained_dict =  {k: v for k, v in pretrained_dict.items() if k not in classifier_params}\n        self.model.load_state_dict(pretrained_dict, strict=False)\n\n    def batch_chunk(self, x):\n        x1, x2 = torch.chunk(input=x, chunks=2, dim=1)\n        x1, x2 = x1.squeeze(1), x2.squeeze(1)\n        return x1, x2\n    \n    def get_augment_dataloader(self, args, train_outputs, pseudo_labels = None):\n        \n        input_ids = train_outputs['input_ids']\n        input_mask = train_outputs['input_mask']\n        segment_ids = train_outputs['segment_ids']\n        if pseudo_labels is None:\n            pseudo_labels = train_outputs['label_ids']\n        \n        input_ids_a, input_mask_a = self.generator.random_token_erase(input_ids, input_mask)\n        input_ids_b, input_mask_b = self.generator.random_token_erase(input_ids, input_mask)\n        \n        train_input_ids = torch.cat(([input_ids_a.unsqueeze(1), input_ids_b.unsqueeze(1)]), dim = 1)\n        train_input_mask = torch.cat(([input_mask_a.unsqueeze(1), input_mask_a.unsqueeze(1)]), dim = 1)\n        train_segment_ids = torch.cat(([segment_ids.unsqueeze(1), segment_ids.unsqueeze(1)]), dim = 1)\n        \n        train_label_ids = torch.tensor(pseudo_labels).unsqueeze(1)\n        train_label_ids = torch.cat(([train_label_ids, train_label_ids]), dim = 1)\n        \n        train_data = TensorDataset(train_input_ids, train_input_mask, train_segment_ids, train_label_ids)\n\n        sampler = RandomSampler(train_data)\n\n        train_dataloader = DataLoader(train_data, sampler = sampler, batch_size = args.train_batch_size)\n\n        return train_dataloader"
  },
  {
    "path": "open_intent_discovery/methods/unsupervised/USNID/pretrain.py",
    "content": "import torch\nimport torch.nn.functional as F\nimport numpy as np\nimport os\nimport logging\nimport time\n\nfrom torch.utils.data import DataLoader, TensorDataset, RandomSampler\nfrom tqdm import trange, tqdm\nfrom transformers import BertTokenizer\nfrom losses import loss_map\nfrom utils.functions import save_model, restore_model, view_generator\nfrom sklearn.cluster import KMeans\n\nclass PretrainUnsupUSNIDManager:\n    \n    def __init__(self, args, data, model, logger_name = 'Discovery'):\n        \n        self.logger = logging.getLogger(logger_name)\n        \n        args.num_labels = data.num_labels\n        self.set_model_optimizer(args, data, model)\n\n        loader = data.dataloader\n        self.train_outputs = loader.train_outputs\n        self.contrast_criterion = loss_map['SupConLoss']\n\n        self.tokenizer = BertTokenizer.from_pretrained(args.pretrained_bert_model, do_lower_case=True)    \n        self.generator = view_generator(self.tokenizer, args)\n\n        if args.pretrain:\n            \n            self.logger.info('Pre-raining start...')\n            self.train(args, data)\n            self.logger.info('Pre-training finished...')\n            \n        else:\n            self.model = restore_model(self.model, os.path.join(args.method_output_dir, 'pretrain'))\n\n        if args.cluster_num_factor > 1:\n            self.num_labels = data.num_labels\n            self.num_labels = self.predict_k(args, data) \n            \n        self.model.to(torch.device('cpu'))\n        torch.cuda.empty_cache()\n\n    def predict_k(self, args, data):\n        \n        feats = self.get_outputs(args, self.model)\n        km = KMeans(n_clusters = data.num_labels).fit(feats)\n        y_pred = km.labels_\n\n        pred_label_list = np.unique(y_pred)\n        drop_out = len(feats) / data.num_labels\n        print('drop',drop_out)\n\n        cnt = 0\n        for label in pred_label_list:\n            num = len(y_pred[y_pred == label]) \n            if num < drop_out:\n                cnt += 1\n\n        num_labels = len(pred_label_list) - cnt\n\n        return num_labels\n\n    def get_outputs(self, args, model):\n        \n        dataloader = self.train_outputs['loader']\n\n        model.eval()\n        total_features = torch.empty((0,args.feat_dim)).to(self.device)\n       \n        for batch in tqdm(dataloader, desc=\"Iteration\"):\n\n            batch = tuple(t.to(self.device) for t in batch)\n            input_ids, input_mask, segment_ids, label_ids = batch\n\n            with torch.set_grad_enabled(False):\n                pooled_output, logits = model(input_ids, segment_ids, input_mask, feature_ext = True)\n                \n                total_features = torch.cat((total_features, pooled_output))\n               \n        feats = total_features.cpu().numpy()\n\n        return feats\n\n    def set_model_optimizer(self, args, data, model):\n        \n        self.model = model.set_model(args, data, 'bert', args.freeze_pretrain_bert_parameters)   \n        self.optimizer , self.scheduler = model.set_optimizer(self.model, data.dataloader.num_train_examples, args.pretrain_batch_size, \\\n            args.num_train_epochs, args.lr_pre, args.warmup_proportion)\n        \n        self.device = model.device\n        \n    def train(self, args, data):\n        \n        for epoch in trange(int(args.num_pretrain_epochs), desc=\"Epoch\"):\n            \n            self.model.train()\n            tr_loss = 0\n            nb_tr_examples, nb_tr_steps = 0, 0\n\n            contrast_dataloader = self.get_augment_dataloader(args, self.train_outputs)\n\n            for batch in tqdm(contrast_dataloader, desc = \"Iteration\"):\n                \n                batch = tuple(t.to(self.device) for t in batch)\n                input_ids, input_mask, segment_ids, _ = batch\n                \n                with torch.set_grad_enabled(True):\n                    \n                    input_ids_a, input_ids_b = self.batch_chunk(input_ids)\n                    input_mask_a, input_mask_b = self.batch_chunk(input_mask)\n                    segment_ids_a, segment_ids_b = self.batch_chunk(segment_ids)\n\n                    aug_mlp_output_a, _ = self.model(input_ids_a, segment_ids_a, input_mask_a)\n                    aug_mlp_output_b, _ = self.model(input_ids_b, segment_ids_b, input_mask_b)\n\n                    norm_logits = F.normalize(aug_mlp_output_a)\n                    norm_aug_logits = F.normalize(aug_mlp_output_b)\n\n                    contrastive_logits = torch.cat((norm_logits.unsqueeze(1), norm_aug_logits.unsqueeze(1)), dim = 1)\n                    \n                    loss_contrast = self.contrast_criterion(contrastive_logits, temperature = args.pretrain_temperature, device = self.device)\n\n                    loss = loss_contrast\n                    \n                    if args.grad_clip != -1.0:\n                        torch.nn.utils.clip_grad_value_([param for param in self.model.parameters() if param.requires_grad], args.grad_clip)\n\n                    self.optimizer.zero_grad()\n                    loss.backward()\n                    tr_loss += loss.item()\n                    nb_tr_steps += 1\n\n                    self.optimizer.step()\n                    self.scheduler.step()\n                    \n            loss = tr_loss / nb_tr_steps\n            eval_results = {\n                'train_loss': loss,\n            }\n            self.logger.info(\"***** Epoch: %s: Eval results *****\", str(epoch + 1))\n            for key in sorted(eval_results.keys()):\n                self.logger.info(\"  %s = %s\", key, str(eval_results[key]))\n\n        if args.save_model:\n            pretrained_model_dir = os.path.join(args.method_output_dir, 'pretrain')\n            if not os.path.exists(pretrained_model_dir):\n                os.makedirs(pretrained_model_dir)\n            save_model(self.model, pretrained_model_dir)\n\n    def batch_chunk(self, x):\n        x1, x2 = torch.chunk(input=x, chunks=2, dim=1)\n        x1, x2 = x1.squeeze(1), x2.squeeze(1)\n        return x1, x2\n        \n    def get_augment_dataloader(self, args, train_outputs, pseudo_labels = None):\n        \n        input_ids = train_outputs['input_ids']\n        input_mask = train_outputs['input_mask']\n        segment_ids = train_outputs['segment_ids']\n        if pseudo_labels is None:\n            pseudo_labels = train_outputs['label_ids']\n        \n        input_ids_a, input_mask_a = self.generator.random_token_erase(input_ids, input_mask)\n        input_ids_b, input_mask_b = self.generator.random_token_erase(input_ids, input_mask)\n        \n        train_input_ids = torch.cat(([input_ids_a.unsqueeze(1), input_ids_b.unsqueeze(1)]), dim = 1)\n        train_input_mask = torch.cat(([input_mask_a.unsqueeze(1), input_mask_a.unsqueeze(1)]), dim = 1)\n        train_segment_ids = torch.cat(([segment_ids.unsqueeze(1), segment_ids.unsqueeze(1)]), dim = 1)\n        \n        train_label_ids = torch.tensor(pseudo_labels).unsqueeze(1)\n        train_label_ids = torch.cat(([train_label_ids, train_label_ids]), dim = 1)\n\n        train_data = TensorDataset(train_input_ids, train_input_mask, train_segment_ids, train_label_ids)\n\n        sampler = RandomSampler(train_data)\n\n        train_dataloader = DataLoader(train_data, sampler = sampler, batch_size = args.train_batch_size)\n\n        return train_dataloader"
  },
  {
    "path": "open_intent_discovery/methods/unsupervised/__init__.py",
    "content": ""
  },
  {
    "path": "open_intent_discovery/requirements.txt",
    "content": "python==3.8.13\neasydict==1.9\nfaiss==1.7.2\nfaiss_gpu==1.7.2\nKeras==2.4.3\nmatplotlib==3.5.2\nnltk==3.7\nnumpy==1.23.1\npandas==1.4.3\nscikit_learn==1.2.0\nscipy==1.8.1\nsentence_transformers==2.2.2\ntensorflow==2.11.0\ntensorflow_gpu==2.5.1\ntorch==1.8.1+cu111\ntqdm==4.64.0\ntransformers==4.20.1\nscikit-learn==0.24.1\n\n\n"
  },
  {
    "path": "open_intent_discovery/results/result.md",
    "content": "#### Overall Performance\n* KIR means \"Known Intent Ratio\".  \n* CNF means \"Cluster Num Factor\".  \n\n\n| | |  ||BANKING  |  | | CLINC   |  |  |StackOverflow |  |  \n|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:|\n| CNF | KIR | Methods | NMI | ARI | ACC  |NMI | ARI | ACC | NMI | ARI | ACC  |\n|1|0.0|KM|49.30|13.04|28.62|71.05|27.72|45.76|19.87|5.23|23.72|\n|1|0.0|AG|53.28|14.65|31.62|72.21|27.05|44.12|25.54|7.12|28.50|\n|1|0.0|SAE-KM|59.80|23.59|37.07|73.77|31.58|47.15|44.96|28.23|49.11|\n|1|0.0|DEC|62.66|25.32|38.60|74.83|31.71|48.77|58.76|36.23|59.49|\n|1|0.0|DCN|62.72|25.36|38.59|74.77|31.68|48.69|58.75|36.23|59.48|\n|1|0.0|CC|44.89|9.75|21.51|65.79|18.00|32.69|19.06|8.79|21.01|\n|1|0.0|SCCL|63.89|26.98|40.54|79.35|38.14|50.44|69.11|34.81|68.15|\n|1|0.0|USNID|75.30|43.33|54.82|91.00|68.54|75.87|72.00|52.25|69.28|\n|1|0.25|KCL|52.70|18.58|26.03|67.98|24.30|29.40|30.42|17.66|30.69|\n|1|0.25|MCL|47.88|14.43|23.29|62.76|18.21|28.52|26.68|17.54|31.46|\n|1|0.25|DTC|55.59|19.09|31.75|79.35|41.92|56.90|29.96|17.51|29.54|\n|1|0.25|GCD|60.89|27.30|39.91|83.69|52.13|64.69|31.72|16.81|36.76|\n|1|0.25|CDACPlus|66.39|33.74|48.00|84.68|50.02|66.24|46.16|30.99|51.61|\n|1|0.25|DeepAligned|70.50|37.62|49.08|88.97|64.63|74.07|50.86|37.96|54.50|\n|1|0.25|MTP-CLNN|80.04|52.91|65.06|93.17|76.20|83.26|73.35|54.80|74.70|\n|1|0.25|USNID|81.94|56.53|65.85|94.17|77.95|83.12|74.91|65.45|75.76|\n|1|0.5|KCL|63.50|30.36|40.04|74.74|35.28|45.69|53.39|41.74|56.80|\n|1|0.5|MCL|62.71|29.91|41.94|76.94|39.74|49.44|45.17|36.28|52.53|\n|1|0.5|DTC|69.46|37.05|49.85|83.01|50.45|64.39|49.80|37.38|52.92|\n|1|0.5|GCD|67.29|35.52|48.37|87.12|59.75|70.93|49.57|31.15|53.77|\n|1|0.5|CDACPlus|67.30|34.97|48.55|86.00|54.87|68.01|46.21|30.88|51.79|\n|1|0.5|DeepAligned|76.67|47.95|59.38|91.59|72.56|80.70|68.28|57.62|74.52|\n|1|0.5|MTP-CLNN|83.42|60.17|70.97|94.30|80.17|86.18|76.66|62.24|80.36|\n|1|0.5|USNID|85.05|63.77|73.27|95.48|82.99|87.28|78.77|71.63|82.06|\n|1|0.75|KCL|72.75|45.21|59.12|86.01|58.62|68.89|63.98|54.28|68.69|\n|1|0.75|MCL|74.42|48.06|61.56|87.26|61.21|70.27|63.44|56.11|71.71|\n|1|0.75|DTC|74.44|44.68|57.16|89.19|67.15|77.65|63.05|53.83|71.04|\n|1|0.75|GCD|72.21|42.86|56.94|89.38|66.03|76.82|60.14|42.05|65.20|\n|1|0.75|CDACPlus|69.54|37.78|51.07|85.96|55.17|67.77|58.23|40.95|64.57|\n|1|0.75|DeepAligned|79.39|53.09|64.63|93.92|79.94|86.79|73.28|60.09|77.97|\n|1|0.75|MTP-CLNN|86.19|66.98|77.22|95.45|84.30|89.46|77.12|69.36|82.90|\n|1|0.75|USNID|87.41|69.54|78.36|96.42|86.77|90.36|80.13|74.90|85.66|\n|2|0.0|KM|55.50|13.99|27.19|76.96|32.92|46.53|27.86|8.78|26.13|\n|2|0.0|AG|58.31|15.70|29.27|77.63|32.88|46.60|30.29|9.67|27.60|\n|2|0.0|SAE-KM|63.74|22.98|33.07|77.81|32.81|44.24|50.82|30.06|40.84|\n|2|0.0|DEC|65.31|25.01|36.63|78.24|33.66|46.42|59.74|33.22|47.80|\n|2|0.0|DCN|65.29|25.01|36.59|78.24|33.68|46.45|59.69|33.27|47.72|\n|2|0.0|CC|50.68|9.52|19.44|71.65|20.31|33.14|26.77|12.06|25.82|\n|2|0.0|SCCL|67.59|29.08|42.22|81.80|42.54|53.18|66.68|40.90|54.52|\n|2|0.0|USNID|75.68|44.05|54.99|90.86|67.54|73.92|68.36|45.00|60.09|\n|2|0.25|KCL|52.49|18.50|25.95|69.67|26.69|32.68|30.54|18.13|30.87|\n|2|0.25|MCL|47.07|13.29|22.36|61.81|16.97|26.73|26.48|17.60|29.90|\n|2|0.25|DTC|52.01|17.35|27.33|77.19|36.74|49.00|25.25|13.22|25.98|\n|2|0.25|GCD|65.30|27.77|37.70|85.12|50.98|57.79|37.01|20.11|34.67|\n|2|0.25|CDACPlus|70.07|33.32|42.43|84.53|46.59|55.00|47.46|31.19|41.76|\n|2|0.25|DeepAligned|69.32|36.35|47.46|86.95|58.02|65.77|46.58|32.57|47.23|\n|2|0.25|MTP-CLNN|80.25|47.45|51.45|90.58|60.89|60.37|69.01|56.40|62.90|\n|2|0.25|USNID|81.60|55.53|64.88|93.78|75.90|81.13|72.46|60.88|71.80|\n|2|0.5|KCL|63.44|30.17|39.88|74.64|35.01|45.25|54.57|43.61|58.04|\n|2|0.5|MCL|62.61|29.12|41.02|76.39|38.29|48.09|45.63|38.67|50.77|\n|2|0.5|DTC|69.91|36.81|49.47|83.07|50.51|64.24|48.42|34.95|50.15|\n|2|0.5|GCD|70.49|35.50|44.69|87.52|58.10|63.11|52.46|34.83|47.14|\n|2|0.5|CDACPlus|71.97|35.70|44.27|85.84|50.22|56.90|60.79|44.31|53.30|\n|2|0.5|DeepAligned|75.43|45.60|56.11|89.83|65.26|71.98|54.84|35.80|47.43|\n|2|0.5|MTP-CLNN|82.20|50.35|53.21|90.97|61.62|60.43|72.44|62.76|68.03|\n|2|0.5|USNID|84.82|62.93|71.54|95.14|80.80|85.32|76.50|66.54|76.82|\n|2|0.75|KCL|72.81|45.16|58.87|85.72|58.37|68.69|65.66|57.72|71.05|\n|2|0.75|MCL|74.29|47.74|61.39|87.11|60.84|70.09|63.59|59.18|69.86|\n|2|0.75|DTC|75.22|44.10|54.60|89.02|65.71|72.60|66.19|58.23|70.55|\n|2|0.75|GCD|74.11|42.11|50.94|89.25|63.57|67.92|59.61|43.01|53.39|\n|2|0.75|CDACPlus|71.17|34.78|43.48|86.07|50.56|57.38|54.01|37.61|46.63|\n|2|0.75|DeepAligned|78.75|51.10|61.20|92.41|72.02|76.96|66.81|49.76|63.78|\n|2|0.75|MTP-CLNN|83.62|54.11|55.91|91.27|62.65|61.44|73.27|62.21|67.03|\n|2|0.75|USNID|87.56|70.26|78.65|96.35|86.75|90.35|78.86|71.10|82.02|\n|3|0.0|KM|58.76|13.59|24.08|78.65|31.30|41.36|31.39|10.62|25.14|\n|3|0.0|AG|61.20|15.28|26.06|79.46|31.30|41.45|32.52|10.08|24.30|\n|3|0.0|SAE-KM|65.49|20.48|28.67|79.22|29.60|38.50|51.54|26.95|34.09|\n|3|0.0|DEC|66.92|23.66|32.82|79.38|30.64|40.26|59.70|30.15|41.26|\n|3|0.0|DCN|66.90|23.64|32.80|79.38|30.67|40.23|59.66|30.16|41.25|\n|3|0.0|CC|54.43|9.26|17.89|74.50|20.14|31.24|30.01|12.04|24.23|\n|3|0.0|SCCL|69.26|29.47|40.77|83.08|43.75|52.16|63.51|33.43|40.65|\n|3|0.0|USNID|77.67|46.04|54.82|90.76|68.30|73.17|72.50|57.72|70.67|\n|3|0.25|KCL|51.55|17.73|24.81|70.97|28.94|36.67|30.01|16.92|29.51|\n|3|0.25|MCL|47.15|13.23|21.90|62.03|16.48|28.06|26.52|16.49|29.37|\n|3|0.25|DTC|52.02|17.35|27.32|77.19|36.75|49.01|25.36|13.07|25.67|\n|3|0.25|GCD|67.39|26.37|34.35|84.82|44.48|49.53|38.96|18.62|29.16|\n|3|0.25|CDACPlus|71.26|29.48|36.25|84.59|40.95|46.75|50.11|27.74|34.58|\n|3|0.25|DeepAligned|72.17|39.76|50.96|89.60|66.90|75.08|53.25|41.08|55.11|\n|3|0.25|MTP-CLNN|80.23|40.67|41.91|88.55|47.44|46.84|67.03|51.92|56.01|\n|3|0.25|USNID|82.71|57.42|64.90|94.02|78.45|81.38|77.26|70.05|77.08|\n|3|0.5|KCL|63.37|30.12|40.00|74.62|35.15|45.68|53.96|41.95|56.23|\n|3|0.5|MCL|62.82|29.38|41.47|76.07|37.79|48.01|46.46|39.16|50.95|\n|3|0.5|DTC|69.90|36.76|49.40|83.07|50.51|64.24|48.45|34.98|50.07|\n|3|0.5|GCD|71.22|32.21|39.52|86.77|51.21|54.39|52.74|29.31|36.64|\n|3|0.5|CDACPlus|72.34|30.97|37.29|85.03|42.08|46.89|51.88|28.62|34.81|\n|3|0.5|DeepAligned|77.44|48.90|59.59|91.85|73.54|79.48|62.10|46.44|61.46|\n|3|0.5|MTP-CLNN|81.06|41.61|41.85|88.93|48.41|47.35|70.03|55.44|59.03|\n|3|0.5|USNID|85.35|63.92|69.79|94.87|81.75|83.55|79.53|74.33|81.36|\n|3|0.75|KCL|72.90|45.32|59.16|85.57|57.72|68.39|66.40|59.05|72.14|\n|3|0.75|MCL|74.10|47.28|61.00|86.82|60.41|69.99|62.34|56.57|68.78|\n|3|0.75|DTC|75.23|44.11|54.61|89.02|65.70|72.60|66.23|58.24|70.76|\n|3|0.75|GCD|74.36|37.51|44.04|87.94|55.49|58.44|58.64|36.54|42.45|\n|3|0.75|CDACPlus|73.20|32.14|38.20|85.15|42.20|47.00|63.36|38.58|42.00|\n|3|0.75|DeepAligned|79.88|54.39|64.39|93.63|79.66|84.17|72.11|57.94|75.12|\n|3|0.75|MTP-CLNN|81.81|43.33|42.89|89.06|48.71|47.57|69.48|51.66|55.27|\n|3|0.75|USNID|87.42|69.88|74.79|95.46|83.80|84.23|80.26|75.85|82.53|\n|4|0.0|KM|60.99|13.00|22.17|79.47|28.84|37.72|33.07|10.64|23.13|\n|4|0.0|AG|62.85|14.41|23.96|80.33|27.99|36.54|33.59|10.24|22.18|\n|4|0.0|SAE-KM|66.52|18.07|24.97|79.63|26.22|34.79|51.31|22.80|28.45|\n|4|0.0|DEC|67.42|21.19|28.93|79.62|27.14|36.15|59.80|28.81|39.60|\n|4|0.0|DCN|67.44|21.22|28.93|79.59|27.12|36.23|59.80|28.82|39.60|\n|4|0.0|CC|56.41|8.48|16.35|76.07|18.60|28.71|32.31|11.63|22.27|\n|4|0.0|SCCL|69.94|28.91|39.11|83.25|41.76|48.67|61.63|30.28|34.67|\n|4|0.0|USNID|78.04|44.17|50.10|89.43|60.94|63.25|69.45|51.09|57.02|\n|4|0.25|KCL|51.91|18.11|25.62|69.69|26.91|33.58|30.04|17.18|29.56|\n|4|0.25|MCL|47.50|13.30|22.01|61.71|16.33|25.79|25.39|14.66|27.40|\n|4|0.25|DTC|52.01|17.35|27.33|77.24|36.94|49.29|25.35|13.07|25.67|\n|4|0.25|GCD|68.29|24.04|30.97|84.33|39.10|44.04|39.48|15.90|24.32|\n|4|0.25|CDACPlus|71.46|26.28|32.33|84.06|35.49|40.87|47.39|21.15|26.77|\n|4|0.25|DeepAligned|73.90|40.51|49.74|89.36|63.70|67.98|57.21|44.82|54.13|\n|4|0.25|MTP-CLNN|79.26|33.87|34.62|87.43|39.73|40.21|65.43|45.44|48.14|\n|4|0.25|USNID|82.77|55.79|60.86|92.65|71.59|71.83|75.59|65.32|69.76|\n|4|0.5|KCL|63.22|29.95|39.64|74.35|34.90|45.53|53.38|41.71|55.72|\n|4|0.5|MCL|62.70|29.11|41.50|76.46|37.89|47.61|48.10|41.76|50.78|\n|4|0.5|DTC|69.91|36.82|49.47|83.07|50.51|64.24|48.34|35.00|50.32|\n|4|0.5|GCD|72.02|30.20|36.52|86.09|44.79|47.90|52.54|25.38|30.69|\n|4|0.5|CDACPlus|73.19|28.46|33.72|84.37|36.27|41.13|60.25|29.96|32.67|\n|4|0.5|DeepAligned|77.59|47.60|56.14|90.97|68.38|70.99|68.38|58.80|74.39|\n|4|0.5|MTP-CLNN|80.25|34.94|34.77|87.43|39.60|40.33|68.29|48.85|50.93|\n|4|0.5|USNID|85.03|61.46|65.47|93.53|75.00|74.22|78.02|71.61|75.79|\n|4|0.75|KCL|73.08|45.67|59.38|85.62|58.13|68.65|64.33|54.99|68.98|\n|4|0.75|MCL|73.97|47.07|60.88|86.91|60.68|69.92|62.68|56.64|69.22|\n|4|0.75|DTC|75.21|44.08|54.58|89.02|65.71|72.60|66.27|58.16|70.60|\n|4|0.75|GCD|74.63|34.69|40.12|87.06|48.84|51.44|57.96|31.13|35.36|\n|4|0.75|CDACPlus|74.01|29.39|34.33|84.43|36.49|41.32|58.79|28.91|31.21|\n|4|0.75|DeepAligned|79.94|52.78|60.74|91.96|71.44|72.75|74.47|67.39|76.49|\n|4|0.75|MTP-CLNN|80.49|35.49|35.25|87.67|40.56|40.99|67.90|45.07|47.08|\n|4|0.75|USNID|86.60|65.86|68.97|93.82|75.71|74.10|78.83|72.89|77.09|"
  },
  {
    "path": "open_intent_discovery/run.py",
    "content": "from configs.base import ParamManager\nfrom dataloaders.base import DataManager\nfrom backbones.base import ModelManager\nfrom methods import method_map\nfrom utils.functions import save_results, set_seed\nimport logging\nimport argparse\nimport sys\nimport os\nimport datetime\nimport itertools\n    \ndef parse_arguments():\n\n    parser = argparse.ArgumentParser()\n\n    parser.add_argument('--type', type=str, default='open_intent_discovery', help=\"Type for methods\")\n\n    parser.add_argument('--logger_name', type=str, default='Discovery', help=\"Logger name for open intent discovery.\")\n\n    parser.add_argument('--log_dir', type=str, default='logs', help=\"Logger directory.\")\n\n    parser.add_argument(\"--dataset\", default='banking', type=str, help=\"The name of the dataset to train selected\")\n\n    parser.add_argument(\"--known_cls_ratio\", default=0.75, type=float, help=\"The number of known classes\")\n    \n    parser.add_argument(\"--num_workers\", default=8, type=int, help=\"The number of known classes\")\n\n    parser.add_argument(\"--labeled_ratio\", default=0.1, type=float, help=\"The ratio of labeled samples in the training set\")\n    \n    parser.add_argument(\"--cluster_num_factor\", default=1.0, type=float, help=\"The factor (magnification) of the number of clusters K.\")\n\n    parser.add_argument(\"--method\", type=str, default='DeepAligned', help=\"which method to use\")\n\n    parser.add_argument(\"--train\", action=\"store_true\", help=\"Whether to train the model\")\n    \n    parser.add_argument(\"--tune\", action=\"store_true\", help=\"Whether to tune the model\")\n\n    parser.add_argument(\"--save_model\", action=\"store_true\", help=\"save trained-model for open intent detection\")\n\n    parser.add_argument(\"--backbone\", type=str, default='bert', help=\"which backbone to use\")\n    \n    parser.add_argument('--setting', type=str, default='semi_supervised', help=\"Type for clustering methods.\")\n\n    parser.add_argument(\"--config_file_name\", type=str, default='DeepAligned.py', help = \"The name of the config file.\")\n\n    parser.add_argument('--seed', type=int, default=0, help=\"random seed for initialization\")\n\n    parser.add_argument(\"--gpu_id\", type=str, default='0', help=\"Select the GPU id\")\n\n    parser.add_argument(\"--pipe_results_path\", type=str, default='pipe_results', help=\"the path to save results of pipeline methods\")\n    \n    parser.add_argument(\"--data_dir\", default = sys.path[0]+'/../data', type=str,\n                        help=\"The input data dir. Should contain the .csv files (or other data files) for the task.\")\n\n    parser.add_argument(\"--output_dir\", default= '/home/sharing/disk1/zhl/TEXTOIR/outputs', type=str, \n                        help=\"The output directory where all train data will be written.\") \n\n    parser.add_argument(\"--model_dir\", default='models', type=str, \n                        help=\"The output directory where the model predictions and checkpoints will be written.\") \n\n    parser.add_argument(\"--result_dir\", type=str, default = 'results', help=\"The path to save results\")\n\n    parser.add_argument(\"--results_file_name\", type=str, default = 'results.csv', help=\"The file name of all the results.\")\n\n    parser.add_argument(\"--save_results\", action=\"store_true\", help=\"save final results for open intent detection\")\n\n    args = parser.parse_args()\n\n    return args\n\ndef set_logger(args):\n\n    if not os.path.exists(args.log_dir):\n        os.makedirs(args.log_dir)\n\n    time = datetime.datetime.now().strftime('%Y-%m-%d-%H-%M-%S')\n    file_name = f\"{args.method}_{args.dataset}_{args.backbone}_{args.known_cls_ratio}_{args.labeled_ratio}_{time}.log\"\n    args.logger_file_name =  f\"{args.method}_{args.dataset}_{args.backbone}_{time}\"\n    print('logger_file_name', args.logger_file_name)\n    logger = logging.getLogger(args.logger_name)\n    logger.setLevel(logging.DEBUG)\n\n    fh = logging.FileHandler(os.path.join(args.log_dir, file_name))\n    fh_formatter = logging.Formatter('%(asctime)s - %(name)s - %(message)s')\n    fh.setFormatter(fh_formatter)\n    fh.setLevel(logging.DEBUG)\n    logger.addHandler(fh)\n\n    ch = logging.StreamHandler()\n    ch.setLevel(logging.INFO)\n    ch_formatter = logging.Formatter('%(name)s - %(message)s')\n    ch.setFormatter(ch_formatter)\n    logger.addHandler(ch)\n\n    return logger\n\ndef run(args, logger, debug_args = None):\n    \n    set_seed(args.seed)\n    logger.info('Data and Model Preparation...')\n    data = DataManager(args)\n    model = ModelManager(args, data)\n    \n    method_manager = method_map[args.method]\n    method = method_manager(args, data, model, logger_name = args.logger_name)\n    \n    if args.train:\n        \n        logger.info('Training Begin...')\n        method.train(args, data)\n        logger.info('Training Finished...')\n\n    logger.info('Testing begin...')\n    outputs = method.test(args, data)\n    logger.info('Testing finished...')\n\n    if args.save_results:\n        logger.info('Results saved in %s', str(os.path.join(args.result_dir, args.results_file_name)))\n        save_results(args, outputs, debug_args=debug_args)\n\nif __name__ == '__main__':\n    \n    sys.path.append('.')\n    \n    args = parse_arguments()\n\n    os.environ['CUDA_VISIBLE_DEVICES'] = args.gpu_id\n    os.environ[\"TOKENIZERS_PARALLELISM\"] = \"false\"\n    \n    logger = set_logger(args)\n    \n    logger.info('Open Intent Discovery Begin...')\n    logger.info('Parameters Initialization...')\n    param = ParamManager(args)\n    args = param.args\n\n    logger.debug(\"=\"*30+\" Params \"+\"=\"*30)\n    for k in args.keys():\n        logger.debug(f\"{k}:\\t{args[k]}\")\n    logger.debug(\"=\"*30+\" End Params \"+\"=\"*30)\n\n    if args.tune:\n        logger.info('Tuning begins...')\n        debug_args = {}\n\n        for k,v in args.items():\n            if isinstance(v, list):\n                debug_args[k] = v\n\n        logger.info(\"***** Tuning parameters: *****\")\n        for key in debug_args.keys():\n            logger.info(\"  %s = %s\", key, str(debug_args[key]))\n            \n        for result in itertools.product(*debug_args.values()):\n            for i, key in enumerate(debug_args.keys()):\n                args[key] = result[i]         \n            \n            run(args, logger, debug_args=debug_args)\n\n    else:\n        run(args, logger)\n    \n\n"
  },
  {
    "path": "open_intent_discovery/utils/__init__.py",
    "content": ""
  },
  {
    "path": "open_intent_discovery/utils/faster_mix_k_means_pytorch.py",
    "content": "import numpy as np\nimport copy\nimport random\n#from project_utils.cluster_utils import cluster_acc\nfrom sklearn.utils._joblib import Parallel, delayed, effective_n_jobs\nfrom sklearn.utils import check_random_state\nimport torch\n\ndef pairwise_distance(data1, data2, batch_size=None, distance_metric = 'euroc'):\n    r'''\n    using broadcast mechanism to calculate pairwise ecludian distance of data\n    the input data is N*M matrix, where M is the dimension\n    we first expand the N*M matrix into N*1*M matrix A and 1*N*M matrix B\n    then a simple elementwise operation of A and B will handle the pairwise operation of points represented by data\n    '''\n\n    A = data1.unsqueeze(dim=1)\n\n\n    B = data2.unsqueeze(dim=0)  \n\n    if batch_size == None:\n        dis = (A-B)**2\n\n        dis = dis.sum(dim=-1)\n\n    else:\n        i = 0\n        dis = torch.zeros(data1.shape[0], data2.shape[0])\n        while i < data1.shape[0]:\n            if(i+batch_size < data1.shape[0]):\n                if distance_metric == 'euroc':\n                    dis_batch = (A[i:i+batch_size]-B)**2\n                elif distance_metric == 'cosine':\n\n                    dis_batch = torch.cosine_similarity(A[i:i+batch_size], B, dim = 2)\n\n                dis_batch = dis_batch.sum(dim=-1)\n                dis[i:i+batch_size] = dis_batch\n                i = i+batch_size\n\n            elif(i+batch_size >= data1.shape[0]):\n                if distance_metric == 'euroc':\n                    dis_final = (A[i:] - B)**2\n                elif distance_metric == 'cosine':\n                \n                    dis_final = torch.cosine_similarity(A[i:], B, dim = 2)\n     \n                dis_final = dis_final.sum(dim=-1)\n                dis[i:] = dis_final\n     \n                break\n\n    return dis\n\n\nclass K_Means:\n\n    def __init__(self, k=3, tolerance=1e-4, max_iterations=100, init='k-means++',\n                 n_init=10, random_state=None, n_jobs=None, pairwise_batch_size=None, mode=None):\n        self.k = k\n        self.tolerance = tolerance\n        self.max_iterations = max_iterations\n        self.init = init\n        self.n_init = n_init\n        self.random_state = random_state\n        self.n_jobs = n_jobs\n        self.pairwise_batch_size = pairwise_batch_size\n        self.mode = mode\n\n    def split_for_val(self, l_feats, l_targets, val_prop=0.2):\n\n        np.random.seed(0)\n\n\n        num_val_instances = int(val_prop * len(l_targets))\n        val_idxs = np.random.choice(range(len(l_targets)), size=(num_val_instances), replace=False)\n        val_idxs.sort()\n        remaining_idxs = list(set(range(len(l_targets))) - set(val_idxs.tolist()))\n        remaining_idxs.sort()\n        remaining_idxs = np.array(remaining_idxs)\n\n        val_l_targets = l_targets[val_idxs]\n        val_l_feats = l_feats[val_idxs]\n\n        remaining_l_targets = l_targets[remaining_idxs]\n        remaining_l_feats = l_feats[remaining_idxs]\n\n        return remaining_l_feats, remaining_l_targets, val_l_feats, val_l_targets\n\n\n    def kpp(self, X, pre_centers=None, k=10, random_state=None):\n        random_state = check_random_state(random_state)\n\n        if pre_centers is not None:\n\n            C = pre_centers\n\n        else:\n\n            C = X[random_state.randint(0, len(X))]\n\n        C = C.view(-1, X.shape[1])\n\n        while C.shape[0] < k:\n\n            dist = pairwise_distance(X, C, self.pairwise_batch_size)\n            dist = dist.view(-1, C.shape[0])\n            d2, _ = torch.min(dist, dim=1)\n            prob = d2/d2.sum()\n            cum_prob = torch.cumsum(prob, dim=0)\n            r = random_state.rand()\n\n            if len((cum_prob >= r).nonzero()) == 0:\n                debug = 0\n            else:\n                ind = (cum_prob >= r).nonzero()[0][0]   \n            C = torch.cat((C, X[ind].view(1, -1)), dim=0)\n\n        return C\n\n\n    def fit_once(self, X, random_state):\n\n        centers = torch.zeros(self.k, X.shape[1]).type_as(X)\n        labels = -torch.ones(len(X))\n\n        if self.init == 'k-means++':\n            centers = self.kpp(X, k=self.k, random_state=random_state)\n\n        elif self.init == 'random':\n\n            random_state = check_random_state(self.random_state)\n            idx = random_state.choice(len(X), self.k, replace=False)\n            for i in range(self.k):\n                centers[i] = X[idx[i]]\n        else:\n\n            for i in range(self.k):\n                centers[i] = X[i]\n\n        best_labels, best_inertia, best_centers = None, None, None\n        for i in range(self.max_iterations):\n\n            centers_old = centers.clone()\n            dist = pairwise_distance(X, centers, self.pairwise_batch_size)\n            mindist, labels = torch.min(dist, dim=1)\n            inertia = mindist.sum()\n\n            for idx in range(self.k):\n                selected = torch.nonzero(labels == idx).squeeze()\n                selected = torch.index_select(X, 0, selected)\n                centers[idx] = selected.mean(dim=0)\n\n            if best_inertia is None or inertia < best_inertia:\n                best_labels = labels.clone()\n                best_centers = centers.clone()\n                best_inertia = inertia\n\n            center_shift = torch.sum(torch.sqrt(torch.sum((centers - centers_old) ** 2, dim=1)))\n            if center_shift ** 2 < self.tolerance:\n           \n                break\n\n        return best_labels, best_inertia, best_centers, i + 1\n\n\n    def fit_mix_once(self, u_feats, l_feats, l_targets, random_state):\n\n        def supp_idxs(c):\n            return l_targets.eq(c).nonzero().squeeze(1)\n\n        l_classes = torch.unique(l_targets)\n        support_idxs = list(map(supp_idxs, l_classes))\n        l_centers = torch.stack([l_feats[idx_list].mean(0) for idx_list in support_idxs])\n        cat_feats = torch.cat((l_feats, u_feats))\n\n        centers = torch.zeros([self.k, cat_feats.shape[1]]).type_as(cat_feats)\n        centers[:len(l_classes)] = l_centers\n\n        labels = -torch.ones(len(cat_feats)).type_as(cat_feats).long()\n\n        l_classes = l_classes.cpu().long().numpy()\n        l_targets = l_targets.cpu().long().numpy()\n        l_num = len(l_targets) \n        cid2ncid = {cid:ncid for ncid, cid in enumerate(l_classes)}  \n        for i in range(l_num):\n            labels[i] = cid2ncid[l_targets[i]] \n\n        centers = self.kpp(u_feats, l_centers, k=self.k, random_state=random_state) \n\n        best_labels, best_inertia, best_centers = None, None, None\n        for it in range(self.max_iterations):\n            centers_old = centers.clone()\n\n            dist = pairwise_distance(u_feats, centers, self.pairwise_batch_size)\n            u_mindist, u_labels = torch.min(dist, dim=1)\n            u_inertia = u_mindist.sum()    \n            l_mindist = torch.sum((l_feats - centers[labels[:l_num]])**2, dim=1)    \n            l_inertia = l_mindist.sum()    \n            inertia = u_inertia + l_inertia\n            labels[l_num:] = u_labels   \n\n            for idx in range(self.k):\n\n                selected = torch.nonzero(labels == idx).squeeze()\n                selected = torch.index_select(cat_feats, 0, selected)\n                centers[idx] = selected.mean(dim=0)    \n\n            if best_inertia is None or inertia < best_inertia:  \n                best_labels = labels.clone()\n                best_centers = centers.clone()\n                best_inertia = inertia\n\n            center_shift = torch.sum(torch.sqrt(torch.sum((centers - centers_old) ** 2, dim=1)))\n\n            if center_shift ** 2 < self.tolerance:  \n              \n                break\n\n        return best_labels, best_inertia, best_centers, i + 1\n\n\n    def fit(self, X):\n        random_state = check_random_state(self.random_state)\n        best_inertia = None\n        if effective_n_jobs(self.n_jobs) == 1:\n            for it in range(self.n_init):\n                labels, inertia, centers, n_iters = self.fit_once(X, random_state)\n                if best_inertia is None or inertia < best_inertia:\n                    self.labels_ = labels.clone()\n                    self.cluster_centers_ = centers.clone()\n                    best_inertia = inertia\n                    self.inertia_ = inertia\n                    self.n_iter_ = n_iters\n        else:\n  \n            seeds = random_state.randint(np.iinfo(np.int32).max, size=self.n_init)\n            results = Parallel(n_jobs=self.n_jobs, verbose=0)(delayed(self.fit_once)(X, seed) for seed in seeds)\n       \n            labels, inertia, centers, n_iters = zip(*results)\n            best = np.argmin(inertia)\n            self.labels_ = labels[best]\n            self.inertia_ = inertia[best]\n            self.cluster_centers_ = centers[best]\n            self.n_iter_ = n_iters[best]\n\n    def fit_mix(self, u_feats, l_feats, l_targets):\n\n        random_state = check_random_state(self.random_state)\n        best_inertia = None\n        fit_func = self.fit_mix_once\n\n        if effective_n_jobs(self.n_jobs) == 1:\n            for it in range(self.n_init):\n\n                labels, inertia, centers, n_iters = fit_func(u_feats, l_feats, l_targets, random_state)\n\n                if best_inertia is None or inertia < best_inertia:\n                    self.labels_ = labels.clone()\n                    self.cluster_centers_ = centers.clone()\n                    best_inertia = inertia\n                    self.inertia_ = inertia\n                    self.n_iter_ = n_iters\n        else:\n\n    \n            seeds = random_state.randint(np.iinfo(np.int32).max, size=self.n_init)\n            results = Parallel(n_jobs=self.n_jobs, verbose=0)(delayed(fit_func)(u_feats, l_feats, l_targets, seed)\n                                                              for seed in seeds)\n\n            labels, inertia, centers, n_iters = zip(*results)\n            best = np.argmin(inertia)\n            self.labels_ = labels[best]\n            self.inertia_ = inertia[best]\n            self.cluster_centers_ = centers[best]\n            self.n_iter_ = n_iters[best]\n"
  },
  {
    "path": "open_intent_discovery/utils/functions.py",
    "content": "import os\nimport torch\nimport numpy as np\nimport pandas as pd\nimport random\nimport copy\nimport matplotlib.pyplot as plt\nimport itertools\nimport torch.nn.functional as F\nimport tensorflow as tf\nfrom tqdm import tqdm\nfrom transformers import WEIGHTS_NAME, CONFIG_NAME\n\ndef set_seed(seed):\n    random.seed(seed)\n    np.random.seed(seed)\n    torch.manual_seed(seed)\n    tf.random.set_seed(seed)\n    os.environ['TF_DETERMINISTIC_OPS'] = '1' \n    os.environ['TF_CUDNN_DETERMINISTIC'] = '1'\n    \ndef save_npy(npy_file, path, file_name):\n    npy_path = os.path.join(path, file_name)\n    np.save(npy_path, npy_file)\n\ndef load_npy(path, file_name):\n    npy_path = os.path.join(path, file_name)\n    npy_file = np.load(npy_path)\n    return npy_file\n\ndef save_model(model, model_dir):\n\n    save_model = model.module if hasattr(model, 'module') else model  \n    model_file = os.path.join(model_dir, WEIGHTS_NAME)\n    model_config_file = os.path.join(model_dir, CONFIG_NAME)\n    torch.save(save_model.state_dict(), model_file)\n    \n    if hasattr(save_model, 'config'):\n        with open(model_config_file, \"w\") as f:\n            f.write(save_model.config.to_json_string())\n\ndef restore_model(model, model_dir):\n    output_model_file = os.path.join(model_dir, WEIGHTS_NAME)\n    model.load_state_dict(torch.load(output_model_file))\n    return model\n\ndef save_results(args, test_results, debug_args = None):\n    \n    if 'y_pred' in test_results.keys():\n        pred_labels_path = os.path.join(args.method_output_dir, 'y_pred.npy')\n\n        del test_results['y_pred']\n\n    if 'y_true' in test_results.keys():\n        true_labels_path = os.path.join(args.method_output_dir, 'y_true.npy')\n\n        del test_results['y_true']\n\n    if not os.path.exists(args.result_dir):\n        os.makedirs(args.result_dir)\n\n    var = [args.dataset, args.method, args.backbone, args.known_cls_ratio, args.labeled_ratio, args.cluster_num_factor, args.logger_file_name, args.seed]\n    names = ['dataset', 'method', 'backbone', 'known_cls_ratio', 'labeled_ratio', 'cluster_num_factor', 'logger_file_name', 'seed']\n    \n    if debug_args is not None:\n        var.extend([args[key] for key in debug_args.keys()])\n        names.extend(debug_args.keys())\n    \n    vars_dict = {k:v for k,v in zip(names, var) }\n    results = dict(test_results,**vars_dict)\n    keys = list(results.keys())\n    values = list(results.values())\n    \n    results_path = os.path.join(args.result_dir, args.results_file_name)\n    \n    if not os.path.exists(results_path) or os.path.getsize(results_path) == 0:\n        ori = []\n        ori.append(values)\n        df1 = pd.DataFrame(ori,columns = keys)\n        df1.to_csv(results_path,index=False)\n    else:\n        df1 = pd.read_csv(results_path)\n        new = pd.DataFrame(results,index=[1])\n        df1 = df1.append(new,ignore_index=True)\n        df1.to_csv(results_path,index=False)\n    data_diagram = pd.read_csv(results_path)\n    \n    print('test_results', data_diagram)\n\ndef class_count(labels):\n    class_data_num = []\n    for l in np.unique(labels):\n        num = len(labels[labels == l])\n        class_data_num.append(num)\n    return class_data_num\n    \ndef centroids_cal(model, args, data, train_dataloader, device):\n    \n    model.eval()\n    centroids = torch.zeros(args.num_labels, args.feat_dim).to(device)\n    total_labels = torch.empty(0, dtype=torch.long).to(device)\n    total_features = torch.empty((0,args.feat_dim)).to(device)\n    \n    with torch.set_grad_enabled(False):\n\n        for batch in tqdm(train_dataloader, desc=\"Calculate centroids\"):\n            \n            batch = tuple(t.to(device) for t in batch)\n            input_ids, input_mask, segment_ids, label_ids = batch\n            \n            features, logits = model(input_ids, segment_ids, input_mask, feature_ext=True)\n            \n            total_labels = torch.cat((total_labels, label_ids))\n            total_features = torch.cat((total_features, features))\n            \n            for i in range(len(label_ids)):\n                label = label_ids[i]\n                centroids[label] += features[i]\n    \n    y_true = total_labels.cpu().numpy()\n\n    centroids /= torch.tensor(class_count(y_true)).float().unsqueeze(1).to(device)\n    \n    return centroids, total_features, total_labels\n\ndef plot_confusion_matrix(cm, classes, save_name, normalize=False, title='Confusion matrix', figsize=(12, 10),\n                          cmap=plt.cm.Blues, save=False):\n    \"\"\"\n    This function prints and plots the confusion matrix.\n    Normalization can be applied by setting `normalize=True`.\n    \"\"\"\n    if normalize:\n        cm = cm.astype('float') / cm.sum(axis=1)[:, np.newaxis]\n        print(\"Normalized confusion matrix\")\n    else:\n        print('Confusion matrix, without normalization')\n    plt.switch_backend('agg')\n    # Compute confusion matrix\n    np.set_printoptions(precision=2)\n\n    plt.figure(figsize=figsize)\n    plt.imshow(cm, interpolation='nearest', cmap=cmap)\n    plt.title(title)\n    plt.colorbar()\n    tick_marks = np.arange(len(classes))\n    plt.xticks(tick_marks, classes, rotation=45)\n    plt.yticks(tick_marks, classes)\n\n    fmt = '.2f' if normalize else 'd'\n    thresh = cm.max() / 1.2\n    for i, j in itertools.product(range(cm.shape[0]), range(cm.shape[1])):\n        plt.text(j, i, format(cm[i, j], fmt),\n                 horizontalalignment=\"center\",\n                 color=\"white\" if cm[i, j] > thresh else \"black\")\n\n    plt.ylabel('True label')\n    plt.xlabel('Predicted label')\n    plt.tight_layout()\n    if save:\n        plt.savefig(save_name)\n\ndef mask_tokens(inputs, tokenizer,\\\n    special_tokens_mask=None, mlm_probability=0.15):\n        \"\"\"\n        Prepare masked tokens inputs/labels for masked language modeling: 80% MASK, 10% random, 10% original.\n        \"\"\"\n        labels = inputs.clone()\n\n        probability_matrix = torch.full(labels.shape, mlm_probability)\n        if special_tokens_mask is None:\n            special_tokens_mask = [\n                tokenizer.get_special_tokens_mask(val, already_has_special_tokens=True) for val in labels.tolist()\n            ]\n            special_tokens_mask = torch.tensor(special_tokens_mask, dtype=torch.bool)\n        else:\n            special_tokens_mask = special_tokens_mask.bool()\n\n        probability_matrix.masked_fill_(special_tokens_mask, value=0.0)\n        probability_matrix[torch.where(inputs==0)] = 0.0\n        masked_indices = torch.bernoulli(probability_matrix).bool()\n        labels[~masked_indices] = -100 \n\n        indices_replaced = torch.bernoulli(torch.full(labels.shape, 0.8)).bool() & masked_indices\n        inputs[indices_replaced] = tokenizer.convert_tokens_to_ids(tokenizer.mask_token)\n\n        indices_random = torch.bernoulli(torch.full(labels.shape, 0.5)).bool() & masked_indices & ~indices_replaced\n        random_words = torch.randint(len(tokenizer), labels.shape, dtype=torch.long)\n        inputs[indices_random] = random_words[indices_random]\n\n        return inputs, labels\n\nclass MemoryBank(object):\n    def __init__(self, n, dim, num_classes, temperature):\n        self.n = n\n        self.dim = dim \n        self.features = torch.FloatTensor(self.n, self.dim)\n        self.targets = torch.LongTensor(self.n)\n        self.ptr = 0\n        self.device = 'cpu'\n        self.K = 100\n        self.temperature = temperature\n        self.C = num_classes\n\n    def weighted_knn(self, predictions):\n\n        retrieval_one_hot = torch.zeros(self.K, self.C).to(self.device)\n        batchSize = predictions.shape[0]\n        correlation = torch.matmul(predictions, self.features.t())\n        yd, yi = correlation.topk(self.K, dim=1, largest=True, sorted=True)\n        candidates = self.targets.view(1,-1).expand(batchSize, -1)\n        retrieval = torch.gather(candidates, 1, yi)\n        retrieval_one_hot.resize_(batchSize * self.K, self.C).zero_()\n        retrieval_one_hot.scatter_(1, retrieval.view(-1, 1), 1)\n        yd_transform = yd.clone().div_(self.temperature).exp_()\n        probs = torch.sum(torch.mul(retrieval_one_hot.view(batchSize, -1 , self.C), \n                          yd_transform.view(batchSize, -1, 1)), 1)\n        _, class_preds = probs.sort(1, True)\n        class_pred = class_preds[:, 0]\n\n        return class_pred\n\n    def knn(self, predictions):\n        # perform knn\n        correlation = torch.matmul(predictions, self.features.t())\n        sample_pred = torch.argmax(correlation, dim=1)\n        class_pred = torch.index_select(self.targets, 0, sample_pred)\n        return class_pred\n\n    def mine_nearest_neighbors(self, topk, gpu_id, calculate_accuracy=True):\n        \n        import faiss\n        features = self.features.cpu().numpy()\n        n, dim = features.shape[0], features.shape[1] \n        index = faiss.IndexFlatIP(dim)\n        \n        index = faiss.index_cpu_to_all_gpus(index)\n        index.add(features)\n        distances, indices = index.search(features, topk+1) \n        \n        # evaluate \n        if calculate_accuracy:\n            targets = self.targets.cpu().numpy()    #min -1\n            neighbor_targets = np.take(targets, indices[:,1:], axis=0) \n            anchor_targets = np.repeat(targets.reshape(-1,1), topk, axis=1)\n            accuracy = np.mean(neighbor_targets == anchor_targets)\n            return indices, accuracy\n        \n        else:\n            return indices\n\n    def reset(self):\n        self.ptr = 0 \n        \n    def update(self, features, targets):\n        b = features.size(0)\n        \n        assert(b + self.ptr <= self.n)\n        \n        self.features[self.ptr:self.ptr+b].copy_(features.detach())\n        self.targets[self.ptr:self.ptr+b].copy_(targets.detach())\n        self.ptr += b\n\n    def to(self, device):\n        self.features = self.features.to(device)\n        self.targets = self.targets.to(device)\n        self.device = device\n\n    def cpu(self):\n        self.to('cpu')\n\n    def cuda(self):\n        self.to('cuda:0')\n\n@torch.no_grad()\ndef fill_memory_bank(self, loader, model, memory_bank):\n    model.eval()\n    memory_bank.reset()\n\n    for i, batch in enumerate(loader):\n\n        batch = tuple(t.to(self.device) for t in batch)\n        input_ids, input_mask, segment_ids, label_ids = batch   #min 0 \n        X = {\"input_ids\":input_ids, \"attention_mask\": input_mask, \"token_type_ids\": segment_ids}\n        feature = model(X)[\"hidden_states\"] \n\n        memory_bank.update(feature, label_ids)\n        if i % 100 == 0:\n            print('Fill Memory Bank [%d/%d]' %(i, len(loader)))\n    \nclass view_generator:\n    \n    def __init__(self, tokenizer, args):\n        self.tokenizer = tokenizer\n        self.args = args\n    \n    def random_token_replace(self, ids):\n        mask_id = self.tokenizer.convert_tokens_to_ids(self.tokenizer.mask_token)\n        ids, _ = mask_tokens(ids, self.tokenizer, mlm_probability=self.args.rtr_prob)\n        random_words = torch.randint(len(self.tokenizer), ids.shape, dtype=torch.long)\n        indices_replaced = torch.where(ids == mask_id)\n        ids[indices_replaced] = random_words[indices_replaced]\n        return ids\n\n    def shuffle_tokens(self, ids):\n        view_pos = []\n        for inp in torch.unbind(ids):\n            new_ids = copy.deepcopy(inp)\n            special_tokens_mask = self.tokenizer.get_special_tokens_mask(inp, already_has_special_tokens=True)\n            sent_tokens_inds = np.where(np.array(special_tokens_mask) == 0)[0]\n            inds = np.arange(len(sent_tokens_inds))\n            np.random.shuffle(inds)\n            shuffled_inds = sent_tokens_inds[inds]\n            inp[sent_tokens_inds] = new_ids[shuffled_inds]\n            view_pos.append(new_ids)\n        view_pos = torch.stack(view_pos, dim=0)\n        return view_pos\n    \n    def random_token_erase(self, input_ids, input_mask):\n        \n        aug_input_ids = []\n        aug_input_mask = []\n        \n        for inp_i, inp_m in zip(input_ids, input_mask):\n            \n            special_tokens_mask = self.tokenizer.get_special_tokens_mask(inp_i, already_has_special_tokens=True)\n            sent_tokens_inds = np.where(np.array(special_tokens_mask) == 0)[0]\n            inds = np.arange(len(sent_tokens_inds))\n            masked_inds = np.random.choice(inds, size = int(len(inds) * self.args.re_prob), replace = False)\n            sent_masked_inds = sent_tokens_inds[masked_inds]\n\n            inp_i = np.delete(inp_i, sent_masked_inds)\n            inp_i = F.pad(inp_i, (0, self.args.max_seq_length - len(inp_i)), 'constant', 0)\n\n            inp_m = np.delete(inp_m, sent_masked_inds)\n            inp_m = F.pad(inp_m, (0, self.args.max_seq_length - len(inp_m)), 'constant', 0)\n    \n            aug_input_ids.append(inp_i)\n            aug_input_mask.append(inp_m)\n        \n        aug_input_ids = torch.stack(aug_input_ids, dim=0)\n        aug_input_mask = torch.stack(aug_input_mask, dim=0)\n        \n        return aug_input_ids, aug_input_mask"
  },
  {
    "path": "open_intent_discovery/utils/metrics.py",
    "content": "import numpy as np \nfrom scipy.optimize import linear_sum_assignment\nfrom sklearn.metrics import normalized_mutual_info_score, adjusted_rand_score\n\ndef hungray_aligment(y_true, y_pred):\n    D = max(y_pred.max(), y_true.max()) + 1\n    w = np.zeros((D, D))\n    for i in range(y_pred.size):\n        w[y_pred[i], y_true[i]] += 1\n\n    ind = np.transpose(np.asarray(linear_sum_assignment(w.max() - w)))\n    return ind, w\n\ndef clustering_accuracy_score(y_true, y_pred):\n    ind, w = hungray_aligment(y_true, y_pred)\n    acc = sum([w[i, j] for i, j in ind]) / y_pred.size\n    return acc\n\ndef clustering_score(y_true, y_pred):\n    return {\n            'NMI': round(normalized_mutual_info_score(y_true, y_pred)*100, 2),\n            'ARI': round(adjusted_rand_score(y_true, y_pred)*100, 2),\n            'ACC': round(clustering_accuracy_score(y_true, y_pred)*100, 2)\n            }"
  },
  {
    "path": "open_intent_discovery/utils/neighbor_dataset.py",
    "content": "import torch\nimport numpy as np\nfrom torch.utils.data import Dataset\n\nclass NeighborsDataset(Dataset):\n    def __init__(self, dataset, indices, num_neighbors=None):\n        super(NeighborsDataset, self).__init__()\n\n        self.dataset = dataset\n        self.indices = indices \n        if num_neighbors is not None:\n            self.indices = self.indices[:, :num_neighbors+1]\n        assert(self.indices.shape[0] == len(self.dataset))\n\n    def __len__(self):\n        return len(self.dataset)\n\n    def __getitem__(self, index):\n        output = {}\n        anchor = list(self.dataset.__getitem__(index))\n        \n        neighbor_index = np.random.choice(self.indices[index], 1)[0]\n        neighbor = self.dataset.__getitem__(neighbor_index)\n\n        output['anchor'] = anchor[:3]\n        output['neighbor'] = neighbor[:3]\n        output['possible_neighbors'] = torch.from_numpy(self.indices[index])\n\n        output['target'] = anchor[-1]\n        output['index'] = index\n        return output"
  }
]