Fxt Save

A large scale feature extraction tool for text-based machine learning

Project README

Fxt

A large scale feature extraction tool for text-based machine learning.

Building from Source

  1. Make sure you have installed the dependencies:

    • A recent version of g++ or clang
    • GNU make
    • cmake 3.0 or later
    • git
  2. Clone the source with git:

    $ git clone https://github.com/ten-blue-links/fxt.git
    $ cd fxt
    
  1. Build and install:

    git submodule update --init --recursive --progress
    mkdir build
    cd build
    cmake ..
    make
    

Features

The toolkit offers a large number of text-based features that can be configured for extraction. See the feature list for the feature types and descriptions.

Documentation

For a quick tour see the quick start guide. Then refer to the main documentation for specific topics in more detail.

License

Fxt is distributed under the terms of the MIT license.

See LICENSE for details.

Open Source Agenda is not affiliated with "Fxt" Project. README Source: ten-blue-links/fxt
Stars
30
Open Issues
24
Last Commit
1 year ago
Repository
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating