lgrz / fxt

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:MIT License


Languages

Language:C++ 96.0%Language:C 2.8%Language:Shell 0.6%Language:CMake 0.4%Language:Awk 0.2%Language:Makefile 0.1%