Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

C# implementation of Finite State Transducers for use in full-text search tasks

License

NotificationsYou must be signed in to change notification settings

PetroProtsyk/FST

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License: MITTravis Status

C# implementation of Finite State Transducer for use in full-text search tasks

Command Line Arguments

Construct FST from prepared sample file. Each line in the input file has the following form input->output. Lines are sorted by input.

 dotnet run --configuration=Release -- build -i ../../Datasets/Simple/airports.txt
 FST constructed time: 00:00:02.5726407, terms: 46894, cache size: 65000, Memory: 71503872, output size: 949500 FST (memory) verification time: 00:00:00.2863610 FST (file)   verification time: 00:00:00.2789775

Print entries that match given pattern

 dotnet run --configuration=Release --print -p"Lely*"
 FST header terms: 46894, max length: 95, states: 162860 Lelygebergte Airstrip->323787 Lelystad Airport->2522 FST print terms: 2, time: 00:00:00.0708254

References

About

C# implementation of Finite State Transducers for use in full-text search tasks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp