Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

which python crfsuite to install #331

Closed
xliuhw opened this issue May 4, 2017 · 2 comments
Closed

which python crfsuite to install #331

xliuhw opened this issue May 4, 2017 · 2 comments
Labels
type:question 💬 Question around usage, examples

Comments

@xliuhw
Copy link

xliuhw commented May 4, 2017

I'd like to try ner_crf from the latest version. I got message:
Exception: Not all required packages are installed. Please install pycrfsuite
When I tried:
conda install  pycrfsuite

I got:

PackageNotFoundError: Package not found: '' Package missing in current linux-64 channels: 
  - pycrfsuite

Close matches found; did you mean one of these?

    pycrfsuite: python-crfsuite

You can search for packages on anaconda.org with

    anaconda search -t conda pycrfsuite

Is the python-crfsuite the right one to use?

Thanks!
@tmbo
Copy link
Member

tmbo commented May 4, 2017

Yes, python-crfsuite is the correct one.

@tmbo tmbo closed this as completed May 4, 2017
@tmbo tmbo added the type:question 💬 Question around usage, examples label May 4, 2017
@xliuhw
Copy link
Author

xliuhw commented May 4, 2017 via email

taytzehao pushed a commit to taytzehao/rasa that referenced this issue Jul 14, 2023
…HQ#386)

* When running on Windows the correct path separator must be used. filePath.join is OS aware, so when we want to use forward slash use path.join instead.

on windows docker cp should end with \. when copying a directory
when running npm modules we should pass in path with all forward slashes

This fixes RasaHQ#331

* When calculating relative folders on Windows for destination path on Linux, we need to change \ for /

* Reduce complexity by extracting methods

* V1 does not point to a file that does not exist

* Looks like something else is the cause of this test breaking. Last successful build is RasaHQ#371, builds after that are failing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:question 💬 Question around usage, examples
Projects
None yet
Development

No branches or pull requests

2 participants