Module stngs
source code
The settings dialog window allow the user to access the
configuration.
The settings allow the user to consult and modify almost every
configuration options:
-
Global:
-
Miner:
-
Text files miner:
-
Text files: paths of the texts of the corpus to mine.
-
Database: path to the database where the n-grams will be
stored.
-
n: maximum n-grams size.
-
Lowercase: weither the texts words should be lowered or not.
-
Facebook miner:
-
Access Token: token authorizing the program to access the
profile.
-
Database: path to the database where the n-grams will be
stored.
-
n: maximum n-grams size.
-
Lowercase: weither the texts words should be lowered or not.
-
Twitter miner:
-
Predictor:
-
Corpus n-gram:
-
Database: path to the database from which n-grams will be
retrieved.
-
n: maximum n-grams size to retrieved from the database.
-
Deltas: weight of the n-gram in function of its position.
-
Input n-gram:
-
Database: path to the database from which n-grams will be
retrieved.
-
n: maximum n-grams size to retrieved from the database.
-
Deltas: weight of the n-gram in function of its position.
-
Facebook n-gram:
-
Database: path to the database from which n-grams will be
retrieved.
-
n: maximum n-grams size to retrieved from the database.
-
Deltas: weight of the n-gram in function of its position.
-
Last occur:
-
Lambda
-
N0
-
Cuttoff threshold
-
Memorize:
-
Memory: path of the file where the tokens are stored.
-
Trigger
-
Merger:
-
Merger: name of the merging method to use.
-
Selector:
-
Number of suggestions: number of suggested words to display.
-
Greedy suggestions threshold: don't display words appearing less
than it.
-
PredictorActivator:
-
stoplist: path of the file containing undesired words (one per line).
|
probabilistic_Merger = 0
|
|
ALPHABETICAL_Merger = 1
|
|
__package__ = ' tipy '
|