Skip to content

MycroftAI/mimic1-french

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mimic-french

French language support for mimic

This mimic plugin provides French language analysis support to mimic.

Dependencies:

Meson and ninja

Windows

  • python3
  • ninja
  • meson: pip install meson (once python is installed)

OSX:

brew install python3 ninja pkg-config
pip3 install --user meson

Linux

On Debian/Ubuntu
$ sudo apt-get install python3 python3-pip gcc pkg-config ninja-build
On Fedora
$ sudo dnf install python3 python3-pip gcc pkgconfig ninja-build
On Arch
$ sudo pacman -S --needed install python python-pip gcc pkg-config ninja

Installation

If mimic-core has been installed to a custom prefix, please export the pkg-config path. If mimic-core has not been installed it will be automatically built and installed.

  • export PKG_CONFIG_PATH="/path/to/mimic-core/prefix/lib/x86_64-linux-gnu/pkgconfig"

Then build and install:

  • meson builddir --prefix="/path/to/mimic-core/prefix/"
  • ninja -C builddir test install

About

French language analysis for mimic

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages