Add files via upload

This commit is contained in:
Giga
2022-06-29 12:07:16 -07:00
committed by GitHub
parent 983dddabde
commit e2d9c5d101
16 changed files with 165 additions and 103 deletions
+4 -7
View File
@@ -1,9 +1,6 @@
const helper = require('./helper.js')
const {
findWord
} = require('most-common-words-by-language')
const WordsNinjaPack = require('wordsninja')
import helper from './helper.js'
import {findWord} from 'most-common-words-by-language'
import WordsNinjaPack from 'wordsninja'
const WordsNinja = new WordsNinjaPack()
function most_common1 (all_words, temp_words) {
@@ -272,7 +269,7 @@ async function guess_age_from_string(req) {
return results
}
module.exports = {
export default{
get_maybe_words,
find_symbols,
find_numbers,