Node-Red configuration
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

index.js 383B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. module.exports = [
  2. 'a',
  3. 'an',
  4. 'and',
  5. 'as',
  6. 'at',
  7. 'but',
  8. 'by',
  9. 'en',
  10. 'for',
  11. 'from',
  12. 'how',
  13. 'if',
  14. 'in',
  15. 'neither',
  16. 'nor',
  17. 'of',
  18. 'on',
  19. 'only',
  20. 'onto',
  21. 'out',
  22. 'or',
  23. 'per',
  24. 'so',
  25. 'than',
  26. 'that',
  27. 'the',
  28. 'to',
  29. 'until',
  30. 'up',
  31. 'upon',
  32. 'v',
  33. 'v.',
  34. 'versus',
  35. 'vs',
  36. 'vs.',
  37. 'via',
  38. 'when',
  39. 'with',
  40. 'without',
  41. 'yet'
  42. ]