Search Results for "python text parser" - Page 41

Showing 1837 open source projects for "python text parser"

View related business solutions
  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    Try it Free
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 1
    LVS

    LVS

    Frameserver plugin for video editing via scripting.

    LVS allows to write scripts for frameservers to edit audio samples and/or video frames with a powerful 2D graphics library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    JAVACC text language detection

    Text language detection algorithm-program using JAVACC

    A JAVACC parser is used to parse the reference text and 'read' it. If the text is long enough, the info derived will enable the program to decide if a given word (or text) is in the same language as the reference text. The program sources (with all the development stages) and corresponding outputs are given. The references are also supplied as they can be found on the internet publicly. You can find further explanations at http://tekne-techne.blogspot.com/2013/07/text-language-detection...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    A simple text process library, aims to assist parsing all kinds of text including plain text, XML, HTML, etc., which means it can be used as a simple XML parser or a HTML parser.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    lilyglyphs

    lilyglyphs

    Package to allow the use of notational elements in LaTeX documents

    'lilyglyphs' allows authors of LaTeX documents to include notational elements of the excellent notation software LilyPond (http://www.lilypond.org) in their continuous text. Different from other approaches it is possible to use virtually anything that can be created with LilyPond. To use lilyglyphs it is not necessary to have LilyPond installed. But you will need it if you want to extend the predefined commands with your own. A working Python installation isn't necessary either, but allows...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Securely on AWS with Proven Frameworks Icon
    Build Securely on AWS with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 5

    MSTParser

    MSTParser is a non-projective dependency parser that searches for maxi

    MSTParser is a non-projective dependency parser that searches for maximum spanning trees over directed graphs. Models of dependency structure are based on large-margin discriminative training methods. Projective parsing is also supported. mstparser 0.5.1 is now available via Maven Central. If you use Maven as your build tool, then you can add it as a dependency in your pom.xml file: <dependency> <groupId>net.sourceforge.mstparser</groupId> <artifactId>mstparser</artifactId...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    KSP craft reRoot

    Change the root part of a KSP craft file

    Python program to change the root part of a KSP .craft file. Needs Python 3.3.2+ Run: python reroot.py (craft file path/name) (part number to become root) generates a new file with the new root part. The part number you input is which part you want to be root, counting from 1. For now, gotta open the craft with a text editor, identify which part you need to be root and count them. To help you, you gotta know that a part starts with a PART { and soon there's a line...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Stand-alone Java library implementing parser/formatter/comparator/validator for JSON/XML-like text formats oriented on JSON-like object model (list,map,scalar + reflection). Library is designed to maximize adaptivity via set of extendable modules.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    ASCEND modelling environment
    ASCEND is a modelling environment and solver for large or small systems of non-linear equations, for use in engineering, thermodynamics, chemistry, physics, mathematics and biology. Solvers for both steady and dynamic (NLA & DAE) problems, are provid
    Downloads: 5 This Week
    Last Update:
    See Project
  • 9
    A Notepad++ plugin to make plugins in Python (using Python Scripting plugin). A small DLL is used to register the plugin and load a configuration file which specifies Python functions to call when menu items are selected.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Crowdtesting That Delivers | Testeum Icon
    Crowdtesting That Delivers | Testeum

    Unfixed bugs delaying your launch? Test with real users globally – check it out for free, results in days.

    Testeum connects your software, app, or website to a worldwide network of testers, delivering detailed feedback in under 48 hours. Ensure functionality and refine UX on real devices, all at a fraction of traditional costs. Trusted by startups and enterprises alike, our platform streamlines quality assurance with actionable insights. Click to perfect your product now.
    Click to perfect your product now.
  • 10
    Voikko

    Voikko

    Library of linguistic tools

    Voikko is a spell checking, grammar checking, morphological analysis and hyphenation system. Spell checkers are available for multiple languages, other features for Finnish only.
    Leader badge
    Downloads: 13 This Week
    Last Update:
    See Project
  • 11

    Fidus Writer

    The all in one solution for collaborative academic writing.

    Fidus Writer is an online collaborative editor especially made for academics who need to use citations and/or formulas. The editor focuses on the content rather than the layout, so that with the same text, you can later on publish it in multiple ways: On a website, as a printed book, or as an ebook. In each case, you can choose from a number of layouts that are adequate for the medium of choice.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    GalGen Trader

    GalGen Trader

    A 2D Elite-style game written in Python 3.2.

    .... This functionality is supported by the game being written in Python 3, with its powerful support for including external code at run-time. The graphics will be a simple mixture of 2D raster and vector imagery with text-based menus, and the music will be highly reminiscent of the 80's 'chiptunes' that made up the soundtracks for games on the Amiga and Commodore 64.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    Simplex tableau parser

    Parses text representing simplex expressions.

    Parses simplex expressions: simplex: objective function & constraints, objective function: the objective only, constraints: a set of inequalities and equalities, equality: a single equality, inequality: a single inequality. The parser is built on Antlr4. Requires Java7 or greater to build, because of the use of the <> diamond shortcut for generics.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    recoll-lotusnotes-filter

    Lotus Notes filter for the Recoll text search tool

    A Recoll filter that supports the inclusion of Lotus Notes databases in the Recoll text search index.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    EXEHDA-AD

    Accessing EXEHDA's contextual information from Android devices.

    .... In the text area there is a techinical report where is done the appropriation of the concepts referring to Ubiquous Computing and Context Awareness, being the same synthesized in this document. The central characteristics of the middleware EXEHDA were too revised. The EXEHDA-AD modeling was evaluated by prototyping, which presented satisfactory results, indicating positively by the continuity of the research efforts in this direction.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    Kayacc

    A Compiler Development Toolkit

    Kayacc is an alternate name for the TOMBO project. I am in the process of updating the Tombo project page with version 2.1.0. Please download Tombo2.1.0.tar.gz from the Files tab. Tombo is a compiler generation toolkit for constructing compilers and interpreters. It includes a BNF compiler that generates parsers for context free grammars, and a class library to support compiler development. The class library supports symbol tables, Unicode text manipulation, reserved word mappings...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    Slength

    returns the length of user supplied strings

    I wrote Slength while working on my SQL Final project--you see, in an SQL database when you want to store a string of text in a field you have to declare the field's type as a varchar and give it a maximum length; I wrote slength to help me figure out how long I would need to set any given varchar field. Slength was originally written in Perl, then rewritten in Python, and is now currently developed in Ruby.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    M30W

    M30W

    M30W is a program designed to help create Scratch projects quickly.

    M30W is a program designed to allow fast developing of Scratch projects. It uses a unique text syntax to allow typing of blocks rather than laggy dragging them around.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    pyMdfParser

    Parser for measurement data in mdf format

    Python implementation of a mdf file reader Aim of the project is to implement a parser that can be used in Python based application which work on mdf data. MDF means Measure Data Format and is a binary format for measurement in the automaitve area
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    XmlValTran

    Gedit Plugin for XML Validation and Transformation

    Use xmllint (from libxml2) and xsltproc (from libxslt) from within Gedit to validate an XML document. To install: 1) Download the xmlvaltran.py and xmlvaltran.plugin files to the "~/.local/share/gedit/plugins/" directory. If the directory does not exist, create it: "mkdir -p ~/.local/share/gedit/plugins/" 2) Start or restart Gedit, and go to "Edit -> Preferences -> Plugins". 3) Select the checkbox next to "XML Validator/Transformer". The plugin will be displayed in the side...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Enigmatic CGI pastebin
    Simple CGI script which allows you to transfer sensitive ascii data (passwords, hashes, pem keys) via HTTPS. SSL MUST BE implemented by webserver. Algorithm: - Paste new data into textarea, submit. You get link Link consists of three md5 hashes from salt. File, containing your data, named that way. So, it is hard to bruteforce links/files. - Whenever link being opened, script reads file and prints its content into brower in text/plain content-type. Afterthat, script removes file. So...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Nested Editor

    Nested Editor

    Specialized editor for structured documents.

    Nested is a specialized editor focused on creating structured documents such as reports, publications, presentations, books, etc. It is designed to help the user concentrate on writing content without been distracted by format or markup. It offers a rich WYSIWYM interface where the user writes plain text with a lightweight markup language.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Autotoolset is both a colection of small tools (scripts, emacs macros, etc.) to simplify project development with autoconf/automake/libtool/texinfo/emacs and a good documentation on how to get started on these tools and the whole GNU software model.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    Multi-format generator for e-books compliant with Distributed Proofreaders and Project Gutenberg guidelines. From a single marked-up text file, outputs are generated for plain text, HTML, and selected e-book reader formats.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    A lightning-fast text, html, and xml templating language for Python
    Downloads: 0 This Week
    Last Update:
    See Project
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.