Giter Club home page Giter Club logo

Comments (7)

moos avatar moos commented on May 23, 2024

It would help to paste the failure message.
Also if you're using this in the browser, see wordpos-web.

from wordpos.

ocket8888 avatar ocket8888 commented on May 23, 2024

Error message:

ERROR in ./node_modules/wordpos/src/browser/index.js 26:10
Module parse failed: Unexpected token (26:10)
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders
| class WordPOS {
| 
>   options = {};
| 
|   constructor(config) {

That's using wordpos - which has browser/ files and says in its description

wordpos is a set of fast part-of-speech (POS) utilities for Node.js and browser using fast lookup in the WordNet database.

So I figured it'd work in the browser. But anyway, using wordpos-web I get

ERROR in src/app/utils.ts:1:21 - error TS2307: Cannot find module 'wordpos-web'.

1 import { POS } from "wordpos-web";
                      ~~~~~~~~~~~~~

IDK if POS exists within the package, haven't gotten that far since the import fails. Also, of course, the library is present:

$ ls -l node_modules/wordpos-web 
total 20
drwxrwxr-x 2 ocket8888 ocket8888 4096 Aug 16 12:52 dict
drwxrwxr-x 2 ocket8888 ocket8888 4096 Aug 16 12:52 dist
-rw-rw-r-- 1 ocket8888 ocket8888 1876 Aug 16 12:52 package.json
-rw-rw-r-- 1 ocket8888 ocket8888 4063 Oct 26  1985 README.md
drwxrwxr-x 4 ocket8888 ocket8888 4096 Aug 16 12:52 samples

from wordpos.

moos avatar moos commented on May 23, 2024

I haven't tried this with import -- that will depend on your webpack settings. See the README for the recommended usage. The demo samples should be helpful as well.

from wordpos.

ocket8888 avatar ocket8888 commented on May 23, 2024

So this is "wontfix" - you don't want to support Typescript?

from wordpos.

moos avatar moos commented on May 23, 2024

Correct -- you should still be able to use this by tweaking your webpack config.

from wordpos.

ocket8888 avatar ocket8888 commented on May 23, 2024

I don't see anything about webpack in either repository's README - tweak how?

from wordpos.

ocket8888 avatar ocket8888 commented on May 23, 2024

For anyone else with a similar use-case, I was able to satisfy my needs with compromise instead.

from wordpos.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.